:root{--bg-color:#0a101f;--accent-red:#e62429;--accent-blue:#00569c}html{scroll-behavior:smooth}body{background-color:var(--bg-color);color:#e2e8f0;font-family:Inter,sans-serif}.gradient-text{background:linear-gradient(90deg, var(--accent-red), #ff6b6b);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.glass-card{-webkit-backdrop-filter:blur(12px);background:#171f3580;border:1px solid #ffffff1a}::-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{z-index:-1;opacity:.3;width:100%;height:100%;position:fixed;top:0;left:0;overflow:hidden}.aurora-background:before,.aurora-background:after{content:"";filter:blur(150px);mix-blend-mode:screen;border-radius:50%;width:1000px;height:1000px;animation:20s linear infinite aurora-flow;position:absolute}.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%);animation-delay:-10s;bottom:-20%;right:-20%}@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:10s linear infinite tilt}
