:root{color-scheme:dark;--bg:#0b1018;--surface:#111925;--surface-soft:#151f2e;--text:#f3f7fb;--muted:#a0afc2;--accent:#58a7ff;--accent-strong:#2f8ef4;--line:rgba(255,255,255,.1);--success:#61d88c;--danger:#ff8585;--radius-lg:24px;--radius-md:16px;--radius-sm:12px;--shadow:0 22px 70px rgba(0,0,0,.35);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif} *{box-sizing:border-box} html{min-height:100%;scroll-behavior:smooth;background:var(--bg)} body{min-height:100dvh;margin:0;color:var(--text);background:radial-gradient(900px 460px at 15% -5%,rgba(88,167,255,.13),transparent 65%),var(--bg);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility} a{color:inherit;text-decoration:none} button,select{font:inherit} button{color:inherit;-webkit-tap-highlight-color:transparent;touch-action:manipulation} a:focus-visible,button:focus-visible,select:focus-visible{outline:3px solid var(--accent);outline-offset:4px} [hidden]{display:none !important} .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0} .mode-pending,.mode-captcha{display:flex;align-items:center;justify-content:center;padding:max(20px,env(safe-area-inset-top)) max(16px,env(safe-area-inset-right)) max(20px,env(safe-area-inset-bottom)) max(16px,env(safe-area-inset-left))} .mode-landing .captcha-card{display:none} .captcha-card{width:100%;max-width:390px;min-width:0;padding:28px 24px 22px;text-align:center;border:1px solid var(--line);border-radius:var(--radius-lg);background:linear-gradient(180deg,rgba(255,255,255,.035),transparent),var(--surface);box-shadow:var(--shadow)} .captcha-icon{width:48px;height:48px;margin:0 auto 18px;display:grid;place-items:center;color:var(--accent);border:1px solid rgba(88,167,255,.28);border-radius:var(--radius-md);background:rgba(88,167,255,.08)} .captcha-icon svg{width:27px;height:27px} .captcha-card h1{margin:0 0 10px;font-size:23px;font-weight:750;line-height:1.25;letter-spacing:-.03em;overflow-wrap:break-word} .captcha-subtitle{max-width:42ch;margin:0 auto;color:var(--muted);font-size:14px;line-height:1.55} .captcha-box{width:100%;min-height:92px;margin-top:22px;padding:8px 0;display:flex;justify-content:center;align-items:center} .captcha-scale{flex:0 0 304px;width:304px;max-width:304px;transform-origin:center} .captcha-status{min-height:20px;margin:14px 0 0;color:var(--muted);font-size:13px;font-weight:600;line-height:1.55;overflow-wrap:anywhere} .captcha-status.ok{color:var(--success)} .captcha-status.error{color:var(--danger)} .saferchat-card{max-width:640px} .saferchat-card .captcha-box{display:block;padding:0} .saferchat-card .captcha-scale{width:100%;max-width:none;height:auto;transform:none} .saferchat-widget{width:100%;text-align:left} .saferchat-instruction{margin:0 0 16px;padding:13px 15px;color:var(--text);border:1px solid var(--line);border-left:3px solid var(--accent);border-radius:var(--radius-sm);background:var(--surface-soft);font-size:14px;font-weight:550;line-height:1.55;overflow-wrap:break-word} .saferchat-grid{display:grid;gap:8px} .saferchat-motion{grid-template-columns:repeat(4,minmax(0,1fr))} .saferchat-symbols{grid-template-columns:repeat(3,minmax(0,1fr))} .saferchat-option{position:relative;display:grid;place-items:center;min-width:0;min-height:44px;padding:3px;border:3px solid transparent;border-radius:var(--radius-sm);background:#f3f7fb;cursor:pointer;transition:border-color .14s ease,box-shadow .14s ease} .saferchat-option:hover:not(:disabled){border-color:#9ecbff} .saferchat-option[aria-pressed="true"]{border-color:var(--accent);box-shadow:0 0 0 2px var(--accent)} .saferchat-option[aria-pressed="true"]::after{content:"✓";position:absolute;top:3px;right:3px;display:grid;place-items:center;width:20px;height:20px;color:#081729;border-radius:6px;background:var(--accent);font-size:14px;font-weight:800} .saferchat-option:focus-visible{z-index:1;outline-color:#c8e2ff} .saferchat-option:disabled{cursor:default;opacity:.6} .saferchat-option img{display:block;width:100%;height:auto;aspect-ratio:1;object-fit:contain;border-radius:5px} .saferchat-symbols img{max-height:85px} .saferchat-animation{image-rendering:pixelated;aspect-ratio:40 / 19;display:block;width:100%;max-width:400px;height:auto;margin:0 auto 16px;border:1px solid var(--line);border-radius:var(--radius-sm)} .saferchat-submit{width:100%;min-height:48px;margin-top:18px;padding:12px 16px;color:#081729;border:1px solid transparent;border-radius:var(--radius-sm);background:var(--accent);font-size:14px;font-weight:750;line-height:1.45;cursor:pointer;transition:background .14s ease,border-color .14s ease} .saferchat-submit:hover:not(:disabled){background:#80bdff} .saferchat-submit:active:not(:disabled){background:#4197f8} .saferchat-submit:disabled{color:var(--muted);border-color:var(--line);background:var(--surface-soft);cursor:default} @media (max-width:480px){.mode-pending,.mode-captcha{padding-left:12px;padding-right:12px} .captcha-card{padding:22px 16px 18px;border-radius:20px} .captcha-card h1{font-size:21px} .captcha-icon{margin-bottom:14px} .saferchat-grid{gap:6px} .saferchat-option{padding:1px;border-radius:9px} .saferchat-instruction{padding:11px 12px;font-size:13px}} @media (max-width:360px){.captcha-scale{transform:scale(.9)}} @media (max-width:330px){.captcha-scale{transform:scale(.85)} .saferchat-grid{gap:5px}} @media (prefers-reduced-motion:reduce){html{scroll-behavior:auto} button,a,select{transition:none !important}}