@import"https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600&family=Space+Grotesk:wght@500;700&display=swap";.navbar{position:fixed;top:0;left:0;width:100%;padding:var(--space-md) 0;z-index:100;mix-blend-mode:difference}.navbar-container{max-width:1440px;margin:0 auto;padding:0 var(--space-md);display:flex;justify-content:space-between;align-items:center}.logo{font-family:var(--font-heading);font-weight:700;font-size:1.5rem;color:var(--text-white);text-decoration:none;letter-spacing:-.05em}.dot{color:var(--text-highlight)}.nav-links{display:flex;gap:var(--space-md)}.nav-link{position:relative;font-family:var(--font-body);font-size:.9rem;color:var(--text-white);text-decoration:none;text-transform:uppercase;letter-spacing:.05em;padding:.5rem;opacity:.7;transition:opacity var(--transition-fast)}.nav-link:hover,.nav-link.active{opacity:1}.active-dot{position:absolute;bottom:0;left:50%;width:4px;height:4px;background-color:var(--text-white);border-radius:50%;transform:translate(-50%)}.tech-navbar{position:fixed;top:0;left:0;width:100%;height:70px;background:#0c0c0cfa;border-bottom:1px solid #333;z-index:1000;display:flex;align-items:center;font-family:var(--tech-font)}.tech-navbar-container{display:flex;justify-content:space-between;align-items:center;width:100%;padding:0 2rem}.tech-logo{font-size:1.25rem;color:var(--tech-text-primary);text-decoration:none;font-weight:700;text-transform:uppercase;letter-spacing:2px}.command-prompt{margin-right:5px}.cursor-blink{animation:blink 1s step-end infinite}.tech-nav-links.desktop-only{display:flex;gap:2rem}.tech-nav-link{font-size:.9rem;color:var(--tech-text-dim);text-decoration:none;transition:all .3s ease;padding:.5rem .2rem;text-transform:uppercase}.tech-nav-link:hover{color:var(--tech-text-primary)}.tech-nav-link:before{content:"[";margin-right:5px;opacity:0;transition:opacity .3s;color:#fff}.tech-nav-link:after{content:"]";margin-left:5px;opacity:0;transition:opacity .3s;color:#fff}.tech-nav-link:hover:before,.tech-nav-link:hover:after{opacity:1}.tech-hamburger{background:transparent;border:none;display:none;flex-direction:column;justify-content:space-around;width:30px;height:25px;cursor:pointer}.hamburger-line{width:100%;height:2px;background:var(--tech-text-primary);transition:all .3s ease}.hamburger-line.open:nth-child(1){transform:translateY(8.5px) rotate(45deg)}.hamburger-line.open:nth-child(2){opacity:0}.hamburger-line.open:nth-child(3){transform:translateY(-8.5px) rotate(-45deg)}.tech-mobile-menu{position:fixed;top:70px;left:0;width:100%;height:calc(100vh - 70px);background:#0c0c0cfa;z-index:999;display:flex;justify-content:center;align-items:center;border-top:var(--tech-border)}.mobile-nav-content{display:flex;flex-direction:column;gap:2.5rem;align-items:center;width:100%}.tech-mobile-link{font-size:1.2rem;color:var(--tech-text-primary);text-decoration:none;font-family:var(--tech-font);text-transform:uppercase;letter-spacing:2px;transition:all .3s ease;padding:.5rem 1rem;border:1px solid transparent}.tech-mobile-link:hover{color:var(--tech-text-secondary);background:#ffffff0d;border-color:#333}.tech-mobile-link:before{content:"[ ";color:#555}.tech-mobile-link:after{content:" ]";color:#555}@media(max-width:768px){.tech-nav-links.desktop-only{display:none}.tech-hamburger{display:flex}}:root{--tech-bg: #0c0c0c;--tech-bg-alt: #1a1a1a;--tech-text-primary: #cccccc;--tech-text-secondary: #ffffff;--tech-text-dim: #767676;--tech-accent: #333333;--tech-font: "Consolas", "Lucida Console", "Courier New", monospace;--tech-border: 1px solid #333333}.tech-layout-wrapper{background-color:var(--tech-bg);min-height:100vh;color:#e0e0e0;position:relative;overflow-x:hidden}body{background-color:var(--tech-bg);color:var(--tech-text-primary);font-family:var(--tech-font);margin:0}.scanline-overlay{position:fixed;top:0;left:0;width:100%;height:100vh;background:repeating-linear-gradient(0deg,rgba(255,255,255,.02),rgba(255,255,255,.02) 1px,transparent 1px,transparent 2px);z-index:9999;pointer-events:none;opacity:.3}@keyframes scanline{0%{background-position:0% 0%}to{background-position:0% 100%}}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--tech-bg)}::-webkit-scrollbar-thumb{background:#333}::-webkit-scrollbar-thumb:hover{background:#444}:root{--bg-black: #000000;--bg-charcoal: #0A0A0A;--bg-graphite: #1A1A1A;--text-white: #FFFFFF;--text-highlight: #E6E6E6;--text-dim: #888888;--accent-glow: rgba(255, 255, 255, .1);--glass-border: rgba(255, 255, 255, .08);--glass-bg: rgba(255, 255, 255, .03);--space-xs: .5rem;--space-sm: 1rem;--space-md: 2rem;--space-lg: 4rem;--space-xl: 8rem;--space-2xl: 12rem;--transition-fast: .2s cubic-bezier(.25, .46, .45, .94);--transition-smooth: .6s cubic-bezier(.16, 1, .3, 1);--transition-bounce: .5s cubic-bezier(.68, -.55, .265, 1.55)}:root{--font-heading: "Space Grotesk", sans-serif;--font-body: "Inter", sans-serif}body{font-family:var(--font-body);font-weight:300;line-height:1.6;color:var(--text-highlight);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:700;color:var(--text-white);line-height:1.1;margin:0}h1{font-size:clamp(3rem,8vw,8rem);letter-spacing:-.04em}h2{font-size:clamp(2rem,5vw,4rem);letter-spacing:-.03em}h3{font-size:clamp(1.5rem,3vw,2.5rem)}p{margin-bottom:1.5rem}.text-thin{font-weight:200}.text-bold{font-weight:600}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;background-color:var(--bg-black)}body{background-color:var(--bg-black);overflow-x:hidden;width:100%;min-height:100vh}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-black)}::-webkit-scrollbar-thumb{background:var(--bg-graphite);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--text-dim)}::selection{background:var(--text-white);color:var(--bg-black)}.container{width:100%;max-width:1440px;margin:0 auto;padding:0 var(--space-md)}.full-screen{width:100%;min-height:100vh}.flex-center{display:flex;justify-content:center;align-items:center}.grain-overlay{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:9999;opacity:.05;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E")}
