*{margin:0;padding:0;box-sizing:border-box}:root{--bg-primary: #0a0f1e;--bg-secondary: #121829;--bg-tertiary: #1a2233;--accent-primary: #00d4ff;--accent-secondary: #ffc107;--text-primary: #ffffff;--text-secondary: #a8b2d1;--text-muted: #6b7280;font-family:Inter,Segoe UI,Roboto,system-ui,-apple-system,sans-serif;line-height:1.6;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh;background:var(--bg-primary);color:var(--text-primary);overflow-x:hidden}#root{width:100%}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2}a{color:var(--accent-primary);text-decoration:none;transition:all .3s ease}a:hover{color:var(--accent-secondary)}button{cursor:pointer;border:none;outline:none;font-family:inherit;transition:all .3s ease}img{max-width:100%;height:auto}ul{list-style:none}::-webkit-scrollbar{width:12px}::-webkit-scrollbar-track{background:var(--bg-secondary);border-radius:10px}::-webkit-scrollbar-thumb{background:linear-gradient(135deg,var(--accent-primary),var(--accent-secondary));border-radius:10px;border:2px solid var(--bg-secondary);transition:all .3s ease}::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,var(--accent-secondary),var(--accent-primary));border-color:var(--bg-primary)}::selection{background:#00d4ff4d;color:#fff}::-moz-selection{background:#00d4ff4d;color:#fff}
