:root{font-family:Noto Sans Mono,Noto Sans Mono Fallback,monospace;line-height:1.5;font-weight:400;color-scheme:dark;color:#e2e2e8;background-color:#0f0f13;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:border-box}body{margin:0;display:flex;align-items:center;justify-content:center;min-height:100vh;min-width:320px;overflow-x:hidden}.card{text-align:center;padding:2rem 1.25rem;max-width:560px;width:100%}.badge{display:inline-block;font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:#00b4d8;background:#001e2e;border:1px solid #003a4a;border-radius:4px;padding:4px 12px;margin-bottom:2rem}h1{font-size:clamp(1.6rem,4vw,2.8rem);font-weight:700;color:#f0f0f6;letter-spacing:-.02em;margin:0 0 .5rem}.dot{color:#f0f0f6}.fade-1,.fade-2,.fade-3{animation:colorCycle 6s ease-in-out infinite}.fade-2{animation-delay:2s}.fade-3{animation-delay:4s}@keyframes colorCycle{0%{color:#f0f0f6}50%{color:#00b4d8}to{color:#f0f0f6}}.accent{color:#00b4d8}.role{font-size:clamp(.85rem,2vw,1.1rem);color:#8585a0;font-weight:400;margin:0 0 2.5rem;letter-spacing:.04em}.divider{height:1px;background:linear-gradient(90deg,transparent,#002a38,transparent);margin:0 auto 2rem;width:100%;max-width:400px}.redirect-text{font-size:.82rem;color:#787890;margin:0 0 1.2rem;letter-spacing:.02em}.redirect-text a{color:#67d9f0;text-decoration:none;border-bottom:1px solid #003a4a;padding-bottom:1px;transition:color .2s}.redirect-text a:hover{color:#a8ecf8}.counter-wrap{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:1rem}.counter-label{font-size:.75rem;color:#2a6a7a;letter-spacing:.1em;text-transform:uppercase}.counter-box{font-size:1.4rem;font-weight:700;color:#a8ecf8;background:#001820;border:1px solid #003a4a;border-radius:6px;width:52px;height:52px;min-width:52px;display:flex;align-items:center;justify-content:center}.progress-bar{width:100%;max-width:400px;margin:1.8rem auto 0;height:2px;background:#001e2e;border-radius:2px;overflow:hidden}.progress-fill{height:100%;width:0%;background:#00b4d8;border-radius:2px;animation:progress 10s linear forwards}@keyframes progress{0%{width:0%}to{width:100%}}#root{max-width:1280px;margin:0 auto;padding:2rem;text-align:center}
