@import url("https://fonts.googleapis.com/css2?family=Orbitron:wght@400;500;600;700;800;900&family=Inter:wght@400;500;600;700&display=swap");:root{--background:#0a0d1c;--foreground:#ffffff;--primary:#00a3ff;--primary-light:#4dccff;--primary-dark:#0076cc;--secondary:#00ff9d;--secondary-light:#66ffc2;--secondary-dark:#00cc7d;--error:#ff3864;--background-paper:rgba(16,24,52,0.7);--text-secondary:rgba(255,255,255,0.7);--font-main:"Inter","Roboto","Helvetica","Arial",sans-serif;--font-title:"Orbitron","Inter","Roboto","Helvetica","Arial",sans-serif}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}body,html{max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background:var(--background);font-family:var(--font-main);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:var(--font-title);font-weight:700;letter-spacing:-.02em}a{color:var(--primary);text-decoration:none;transition:color .2s}a:hover{color:var(--secondary)}*{box-sizing:border-box;padding:0;margin:0}@media (prefers-color-scheme:dark){html{color-scheme:dark}}article h1,article h2,article h3,article h4,article h5,article h6{margin-top:2.2rem;margin-bottom:1.1rem}article ol,article p,article ul{margin-bottom:1.25rem}