@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=Inter:wght@300;400;500;600&family=JetBrains+Mono:wght@400;500&display=swap";:root{--bg: #1a1f16;--surface: #2a3024;--surface-light: #353f2e;--primary: #d4a054;--primary-dim: rgba(212, 160, 84, .15);--secondary: #7a9e7e;--secondary-dim: rgba(122, 158, 126, .15);--text: #f0ebe3;--text-secondary: #a8b5a0;--accent: #c17f59;--font-heading: "Space Grotesk", sans-serif;--font-body: "Inter", sans-serif;--font-mono: "JetBrains Mono", monospace}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;cursor:none;overflow-x:hidden}body{font-family:var(--font-body);background-color:var(--bg);color:var(--text);cursor:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh}a,button{cursor:none}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:600}a{color:var(--primary);text-decoration:none;transition:color .3s ease}a:hover{color:var(--secondary)}::selection{background:var(--primary);color:var(--bg)}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--surface-light);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--secondary)}section{padding:100px 5%;max-width:1200px;margin:0 auto}.section-title{font-size:2.5rem;margin-bottom:1rem;color:var(--text)}.section-title span{color:var(--primary)}.section-subtitle{color:var(--text-secondary);font-size:1.1rem;margin-bottom:3rem;max-width:600px}@media(max-width:768px){section{padding:60px 5%}.section-title{font-size:1.8rem}html,body,a,button{cursor:auto}}
