@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Outfit:wght@300;400;500;700;900&display=swap";:root{--color-bg:#050505;--color-text:#f3f4f6;--color-text-muted:#9ca3af;--color-accent:#fff;--color-border:#ffffff1a;--font-sans:"Inter", sans-serif;--font-display:"Outfit", sans-serif;--text-xs:clamp(.75rem, .7rem + .25vw, .875rem);--text-sm:clamp(.875rem, .8rem + .375vw, 1rem);--text-base:clamp(1rem, .9rem + .5vw, 1.125rem);--text-lg:clamp(1.125rem, 1rem + .625vw, 1.25rem);--text-xl:clamp(1.25rem, 1.1rem + .75vw, 1.5rem);--text-2xl:clamp(1.5rem, 1.3rem + 1vw, 2rem);--text-3xl:clamp(1.875rem, 1.5rem + 1.875vw, 2.5rem);--text-4xl:clamp(2.25rem, 1.7rem + 2.75vw, 3.5rem);--text-5xl:clamp(3rem, 2.2rem + 4vw, 5rem);--text-6xl:clamp(3.75rem, 2.5rem + 6vw, 7rem);--text-7xl:clamp(4.5rem, 3rem + 8vw, 10rem);--space-xs:.5rem;--space-sm:1rem;--space-md:2rem;--space-lg:4rem;--space-xl:8rem;--ease-out-expo:cubic-bezier(.19, 1, .22, 1);--ease-in-out-expo:cubic-bezier(.87, 0, .13, 1)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px}body{background-color:var(--color-bg);color:var(--color-text);font-family:var(--font-sans);overscroll-behavior:none;line-height:1.5;overflow-x:hidden}::-webkit-scrollbar{display:none}body{cursor:none}a,button{cursor:none;color:inherit;text-decoration:none}.container{width:100%;max-width:1600px;padding:0 var(--space-md);margin:0 auto}.grid-12{gap:var(--space-sm);grid-template-columns:repeat(12,1fr);display:grid}.font-display{font-family:var(--font-display)}.text-muted{color:var(--color-text-muted)}section{padding-top:var(--space-xl);padding-bottom:var(--space-xl)}.no-overlap-title{white-space:nowrap;text-overflow:ellipsis;min-width:0;overflow:hidden}.sound-wave-bar{background-color:var(--color-primary,#fff);border-radius:2px;width:4px;height:10px;margin:0 2px;animation:1s ease-in-out infinite wave;display:inline-block}.sound-wave-bar:nth-child(2){animation-delay:.1s}.sound-wave-bar:nth-child(3){animation-delay:.2s}.sound-wave-bar:nth-child(4){animation-delay:.3s}@keyframes wave{0%,to{height:10px}50%{height:20px}}@media (width<=768px){:root{--space-2xl:4rem;--space-xl:3rem;--space-lg:2rem}.hero-grid,.about-grid,.software-grid,.footer-grid{gap:var(--space-lg)!important;grid-template-columns:1fr!important}.hero-image-wrapper{margin-top:var(--space-md);height:40vh!important}.project-item{text-align:left;gap:var(--space-sm)!important;grid-template-columns:1fr!important}.project-item>div:last-child{text-align:left!important}.skills-grid{grid-template-columns:1fr!important}}@media (width<=1024px){.nav-links{display:none!important}}
