@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=Inter:wght@400;500;600;700&display=swap");:root{color-scheme:dark}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:radial-gradient(circle at 20% 20%,#15102a,#0b0914 45%),#0b0914;color:#e9e7f2}a{color:inherit;text-decoration:none}.holiday-snow{pointer-events:none;position:fixed;inset:0;overflow:hidden;z-index:20}.snowflake{position:absolute;top:-10%;animation-name:snow-fall;animation-timing-function:linear;animation-iteration-count:infinite}@keyframes snow-fall{0%{transform:translateZ(0) rotate(0deg)}to{transform:translate3d(10px,110vh,0) rotate(1turn)}}.newyear-overlay{pointer-events:none;position:fixed;inset:0;overflow:hidden;z-index:20}.firework{position:absolute;width:6px;height:6px;background:transparent;border-radius:50%;box-shadow:0 0 14px hsla(0,0%,100%,.7);animation:explode 2.4s ease-in-out infinite}.firework-a{top:30%;left:20%;animation-delay:.2s;filter:drop-shadow(0 0 12px #ffb347)}.firework-b{top:45%;left:65%;animation-delay:.9s;filter:drop-shadow(0 0 12px #7dd3fc)}.firework-c{top:25%;left:80%;animation-delay:1.4s;filter:drop-shadow(0 0 12px #c084fc)}@keyframes explode{0%{transform:scale(.2);opacity:0}30%{transform:scale(1);opacity:1}to{transform:scale(1.6);opacity:0}}.confetti{position:absolute;width:6px;height:14px;border-radius:3px;animation:confetti-fall 3.5s linear infinite;opacity:.9}.confetti-1{background:#fbbf24;top:-10%;left:15%;animation-delay:.1s}.confetti-2{background:#34d399;top:-10%;left:45%;animation-delay:.6s}.confetti-3{background:#60a5fa;top:-10%;left:70%;animation-delay:1s}.confetti-4{background:#f472b6;top:-10%;left:85%;animation-delay:1.4s}@keyframes confetti-fall{0%{transform:translateZ(0) rotate(0deg)}to{transform:translate3d(10px,110vh,0) rotate(1turn)}}.holiday-lights{position:fixed;top:0;left:50%;transform:translateX(-50%);width:100%;max-width:1200px;display:flex;justify-content:space-between;padding:8px 24px;pointer-events:none;z-index:21}.light-bulb{width:16px;height:22px;border-radius:50%;box-shadow:0 0 8px hsla(0,0%,100%,.35);animation:blink 2.2s ease-in-out infinite}.light-bulb.red{background:#ff6b6b}.light-bulb.yellow{background:#f7d154;animation-delay:.3s}.light-bulb.green{background:#48d597;animation-delay:.6s}.light-bulb.blue{background:#60a5fa;animation-delay:.9s}.light-bulb.pink{background:#f472b6;animation-delay:1.2s}.light-bulb.teal{background:#22d3ee;animation-delay:1.5s}@keyframes blink{0%,to{opacity:.6;filter:drop-shadow(0 0 8px rgba(255,255,255,.35))}50%{opacity:1;filter:drop-shadow(0 0 14px rgba(255,255,255,.7))}}