:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:#1a1a1a;background-color:#f5f5f5;font-family:system-ui,sans-serif}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}body{justify-content:center;align-items:center;min-height:100vh;margin:0;display:flex;overflow-x:hidden}.hero{flex-direction:column;align-items:center;max-width:100%;padding:2rem;display:flex}.hero-art{width:min(70vw,440px);height:auto;overflow:visible}.orbit{transform-origin:250px 250px;animation:50s linear infinite spin}.badge-spin{animation:50s linear infinite counter-spin}@keyframes spin{to{transform:rotate(360deg)}}@keyframes counter-spin{to{transform:rotate(-360deg)}}.spoke{stroke:#7c5cff;stroke-opacity:.18;stroke-width:1.5px}.badge-dot{fill:url(#badgeGrad);filter:drop-shadow(0 0 6px #7c5cff73)}.badge-num{fill:#fff;font-size:26px;font-weight:700}.badge-letters{letter-spacing:.03em;fill:#ffffffd9;font-size:11px;font-weight:600}.core-glow{transform-origin:250px 250px;animation:4s ease-in-out infinite pulse}@keyframes pulse{0%,to{opacity:.7;transform:scale(1)}50%{opacity:1;transform:scale(1.08)}}.lock{filter:drop-shadow(0 4px 18px #7c5cff80)}.lock-shackle{transform-origin:-22px -8px;animation:4s ease-in-out infinite unlock}@keyframes unlock{0%,70%,to{transform:rotate(0)}85%{transform:rotate(-14deg)translate(-2px,-1px)}}.hero-text{text-align:center;margin-top:.5rem}.hero-text h1{background:linear-gradient(90deg,#7c5cff,#22d3ee);color:#0000;-webkit-background-clip:text;background-clip:text;margin:0 0 .5rem;font-size:clamp(2rem,6vw,2.75rem)}.hero-text p{color:#555;margin:0;line-height:1.5}@media (prefers-color-scheme:dark){:root{color:#f5f5f5;background-color:#1a1a1a}.hero-text p{color:#aaa}.lock-hole{fill:#1a1a1a}}@media (prefers-reduced-motion:reduce){.orbit,.badge-spin,.core-glow,.lock-shackle{animation:none}}
