*{box-sizing:border-box}html,body{color:#f8fafc;background-color:#1a1a1a;width:100%;min-height:100vh;margin:0;padding:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5}#root{width:100%;min-height:100vh}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.text-gradient{background:linear-gradient(90deg,#ff1493,#00ff7f);-webkit-text-fill-color:transparent;color:#0000;-webkit-background-clip:text;background-clip:text}button:focus-visible,input:focus-visible{outline-offset:2px;outline:2px solid #ff1493}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#1a1a1a}::-webkit-scrollbar-thumb{background:#4b5563;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#6b7280}
