*{margin:0;padding:0;box-sizing:border-box}body{font-family:Rubik,Segoe UI,sans-serif;background:linear-gradient(135deg,#0a0a1a,#0d1117 40%,#161b22);color:#e6edf3;min-height:100vh;overflow-x:hidden}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.08);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:hsla(0,0%,100%,.15)}input::placeholder{color:hsla(0,0%,100%,.25)}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.2)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.fade-in{animation:fadeIn .3s ease-out both}.mono{font-family:JetBrains Mono,monospace}