@import "https://fonts.googleapis.com/css2?family=Monoton&display=swap";:root{color:#e2e8f0;background:#060912;font-family:system-ui,sans-serif}body{place-items:center;min-height:100vh;margin:0;display:grid}.page{text-align:center}.page-title{margin:0;font-size:1.4rem}.page-sub{color:#64748b;margin:.25rem 0 1.5rem;font-size:.85rem}.captcha{box-sizing:border-box;background:#0f1420;border:1px solid #2a3447;border-radius:8px;align-items:center;gap:12px;width:300px;height:65px;margin:0 auto;padding:0 14px;transition:border-color .2s;display:flex}.captcha.is-success{border-color:#16a34a}.captcha.is-error{border-color:#dc2626}.cb-box{cursor:pointer;background:0 0;border:2px solid #475569;border-radius:4px;flex:none;place-items:center;width:26px;height:26px;padding:0;transition:border-color .2s,background .2s;display:grid;position:relative}.cb-box:hover{border-color:#64748b}.cb-box:disabled{cursor:default}.cb-mark{border-bottom:2.5px solid #fff;border-left:2.5px solid #fff;width:14px;height:8px;margin-top:-3px;transition:transform .2s;transform:rotate(-45deg)scale(0)}.captcha.is-success .cb-box{background:#16a34a;border-color:#16a34a}.captcha.is-success .cb-mark{transform:rotate(-45deg)scale(1)}.cb-spinner{opacity:0;border:2.5px solid #334155;border-top-color:#3b82f6;border-radius:50%;width:18px;height:18px;animation:.7s linear infinite spin;position:absolute}.captcha.is-loading .cb-spinner{opacity:1}.captcha.is-loading .cb-box{border-color:#0000}@keyframes spin{to{transform:rotate(360deg)}}.cb-label{text-align:left;color:#cbd5e1;flex:auto;font-size:.9rem}.cb-brand{flex-direction:column;flex:none;align-items:flex-end;line-height:1.2;display:flex}.brand-name{color:#16c0f9;font-family:Monoton,sans-serif;font-size:1rem;font-weight:100}.brand-sub{color:#64748b;font-size:.62rem}.puzzle-panel{opacity:0;width:300px;max-height:0;margin:0 auto;transition:max-height .3s,opacity .3s,margin .3s;overflow:hidden}.puzzle-panel.is-open{opacity:1;max-height:320px;margin-top:10px}.puzzle{border:1px solid #2a3447;border-radius:8px;position:relative;overflow:hidden}.puzzle-progress{z-index:2;color:#edfffd;pointer-events:none;background:#00103db3;border-radius:6px;padding:2px 8px;font-size:12px;font-weight:600;position:absolute;top:8px;right:10px}canvas{touch-action:none;width:100%;height:auto;display:block}.timer-wrap{background:#1e293b;height:4px}.timer-bar{transform-origin:0;opacity:0;background:#4ade80;width:100%;height:100%;transition:opacity .2s}.restricted{border-radius:12px;margin-top:24px;position:relative;overflow:hidden}.restricted-content{filter:blur(8px);pointer-events:none;padding:20px}.lock-overlay{background:#0b0f1a99;place-items:center;display:grid;position:absolute;inset:0}.restricted.is-unlocked .restricted-content{filter:none;pointer-events:auto}.restricted.is-unlocked .lock-overlay{display:none}#puzzle{touch-action:none}.carousel{justify-content:center;align-items:center;gap:8px;max-width:460px;margin:0 auto;display:flex}.carousel-viewport{width:340px;overflow:hidden}.captcha-scroller{scroll-behavior:smooth;transition:transform .4s cubic-bezier(.22,.61,.36,1);display:flex}.captcha-card{flex-direction:column;flex:0 0 100%;align-items:center;padding:8px 0 18px;display:flex}.card-title{color:#cbd5e1;margin:0 0 10px;font-size:.95rem;font-weight:600}.carousel-btn{color:#cbd5e1;cursor:pointer;background:#0f1420;border:1px solid #2a3447;border-radius:50%;flex:none;place-items:center;width:38px;height:38px;font-size:1.4rem;line-height:1;transition:border-color .2s,background .2s,opacity .2s;display:grid}.carousel-btn:hover{background:#131a29;border-color:#16c0f9}.carousel-btn:disabled{opacity:.3;cursor:default}.captcha-card[data-kind=three] .puzzle-panel{display:none}.captcha-card[data-kind=three].is-stepup .puzzle-panel{display:block}
