:root{--background:#0a1929;--foreground:#fff}*{box-sizing:border-box;margin:0;padding:0}html,body{max-width:100vw;font-family:Inter,sans-serif;overflow-x:hidden}body{color:var(--foreground);background:var(--background);min-height:100vh}a{color:inherit;text-decoration:none}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#4ecdc41a;border-radius:4px}::-webkit-scrollbar-thumb{background:#4ecdc44d;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#4ecdc480}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:.3s ease-out fadeIn}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.pulse{animation:2s ease-in-out infinite pulse}
