html,body,#root{height:100%;margin:0}body{background:#000 url(/b2blogo.jpg) center center no-repeat;background-size:cover;color:#fff;font-family:system-ui,sans-serif}body:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background:#000c;z-index:-1}.page{min-height:100%;display:flex;align-items:center;justify-content:center;text-align:center;padding:24px;position:relative;z-index:1}.stack{display:flex;flex-direction:column;gap:32px;width:100%;max-width:480px}.countdown{font-size:clamp(24px,5vw,48px);font-weight:700;letter-spacing:1px;white-space:nowrap}.subtext{opacity:.8;font-size:14px}.row{display:flex;gap:8px}.input{flex:1;padding:14px 16px;border-radius:8px;border:1px solid #333;background:#111;color:#fff}.button{padding:14px 16px;border-radius:8px;background:#fff;color:#000;font-weight:600;border:0;cursor:pointer;transition:opacity .2s ease}.button:disabled{opacity:.8;cursor:not-allowed}.note{font-size:12px;opacity:.7}.error{color:#ff6b6b;font-size:13px}.success{color:#67e480;font-size:13px}@keyframes spin{0%{transform:translateY(-50%) rotate(0)}to{transform:translateY(-50%) rotate(360deg)}}
