@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&family=JetBrains+Mono:wght@400;500;700&display=swap";:root{--bg:#0a0a0a;--bg-1:#111;--bg-2:#1a1a1a;--border:#222;--text:#e8e8e8;--text-muted:#666;--accent:#76b900;--accent-dim:#76b9001f;--font-mono:"JetBrains Mono", monospace;--font-body:"Inter", sans-serif}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:var(--font-body);-webkit-font-smoothing:antialiased;font-size:16px;line-height:1.6;overflow-x:hidden}#root{width:100%;min-height:100vh}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}::selection{background:var(--accent);color:#000}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:2px}::-webkit-scrollbar-thumb:hover{background:var(--accent)}@media (width<=520px){.contact-row{gap:6px;flex-direction:column!important;align-items:flex-start!important}}@media (width<=640px){.contact-grid{grid-template-columns:1fr!important;gap:40px!important}}
