:root{--bg:#1D1B1D;--fg:#F5F0E8;--fg-muted:rgba(245,240,232,0.6);--brand:#A61D97}*{box-sizing:border-box;margin:0;padding:0}body,html{background:var(--bg);color:var(--fg);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100dvh}body{justify-content:center;padding:2rem}.stage,body{display:flex;align-items:center}.stage{flex-direction:column;gap:1.5rem;text-align:center;max-width:32rem}.mascot{width:clamp(120px,30vw,200px);height:auto}.wordmark{font-size:clamp(3rem,10vw,5rem);font-weight:800;letter-spacing:-.04em;color:var(--brand);line-height:1}.tagline{font-size:clamp(1.125rem,3vw,1.5rem);font-weight:500;color:var(--fg)}.subtitle{font-size:.875rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--fg-muted);margin-top:.5rem}@media (prefers-reduced-motion:no-preference){.stage>*{animation:fadeIn .6s ease-out both}.mascot{animation-delay:0s}.wordmark{animation-delay:.12s}.tagline{animation-delay:.24s}.subtitle{animation-delay:.36s}}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}