:root{--bg-color: #0A101F;--accent-red: #E62429;--accent-blue: #00569C}html{scroll-behavior:smooth}body{font-family:Inter,sans-serif;background-color:var(--bg-color);color:#e2e8f0}.gradient-text{background:linear-gradient(90deg,var(--accent-red),#ff6b6b);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.glass-card{background:#171f3580;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.1)}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#1e293b}::-webkit-scrollbar-thumb{background:var(--accent-red);border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#ff4b4b}.aurora-background{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-1;opacity:.3;overflow:hidden}.aurora-background:before,.aurora-background:after{content:"";position:absolute;width:1000px;height:1000px;border-radius:50%;filter:blur(150px);mix-blend-mode:screen;animation:aurora-flow 20s linear infinite}.aurora-background:before{background:radial-gradient(circle,var(--accent-red),transparent 60%);top:-20%;left:-20%}.aurora-background:after{background:radial-gradient(circle,var(--accent-blue),transparent 60%);bottom:-20%;right:-20%;animation-delay:-10s}@keyframes aurora-flow{0%,to{transform:translate(0) rotate(0)}25%{transform:translate(100px,80px) rotate(30deg)}50%{transform:translateY(160px) rotate(60deg)}75%{transform:translate(-100px,80px) rotate(30deg)}}.prose{font-size:.875rem}.prose :where(p):not(:where([class~=not-prose] *)){margin-top:.5em;margin-bottom:.5em}.prose :where(ul>li):not(:where([class~=not-prose] *)):before{background-color:var(--accent-red)}@keyframes tilt{0%,to{transform:rotate(0)}50%{transform:rotate(.5deg)}}.animate-tilt{animation:tilt 10s infinite linear}
