:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.5;font-weight:400;--bg-primary: #0a0a0a;--bg-secondary: #1a1a1a;--text-primary: #ffffff;--text-secondary: rgba(255, 255, 255, .7);--brand-red: #e31837;--brand-red-light: #ff4d6a;--neon-glow: 0 0 10px rgba(227, 24, 55, .5), 0 0 20px rgba(227, 24, 55, .3);color-scheme:dark;color:var(--text-primary);background-color:var(--bg-primary);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;min-height:100vh;background-color:var(--bg-primary);color:var(--text-primary)}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--bg-secondary)}::-webkit-scrollbar-thumb{background:var(--brand-red);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--brand-red-light)}a{font-weight:500;color:var(--brand-red);text-decoration:none;transition:all .3s ease}a:hover{color:var(--brand-red-light);text-shadow:var(--neon-glow)}h1,h2,h3,h4,h5,h6{color:var(--text-primary)}::selection{background-color:#e318374d;color:var(--text-primary)}*:focus-visible{outline:2px solid var(--brand-red);outline-offset:2px}img{max-width:100%;height:auto}button,a,input,select,textarea{transition:all .3s ease}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,textarea:-webkit-autofill,textarea:-webkit-autofill:hover,textarea:-webkit-autofill:focus,select:-webkit-autofill,select:-webkit-autofill:hover,select:-webkit-autofill:focus{-webkit-text-fill-color:var(--text-primary);-webkit-box-shadow:0 0 0px 1000px var(--bg-secondary) inset;transition:background-color 5000s ease-in-out 0s}
