.auth-terms-consent { margin:.25rem 0 .9rem; padding:.75rem; display:flex; align-items:flex-start; gap:.65rem; border:1px solid var(--border); border-radius:13px; color:var(--text-3); background:var(--surface-2); font-size:.68rem; line-height:1.45; cursor:pointer; }
.auth-terms-consent[hidden] { display:none !important; }
.auth-terms-consent input { width:18px; height:18px; flex:0 0 18px; margin:1px 0 0; accent-color:var(--accent); }
.auth-terms-consent a { color:var(--accent-hover); font-weight:850; }

.terms-gate { position:fixed; z-index:50000; inset:0; padding:1rem; display:grid; place-items:center; background:rgba(9,10,13,.74); backdrop-filter:blur(18px); }
.terms-gate-card { position:relative; width:min(560px,100%); overflow:hidden; padding:1.7rem; border:1px solid rgba(255,255,255,.11); border-radius:28px; color:#f8f8fa; background:linear-gradient(150deg,#24201d,#111318 62%); box-shadow:0 34px 100px rgba(0,0,0,.58); }
.terms-gate-card::before { content:""; position:absolute; width:260px; height:260px; top:-160px; right:-100px; border-radius:50%; background:#f77a1b; opacity:.22; filter:blur(4px); }
.terms-gate-brand { position:relative; display:flex; align-items:center; gap:.8rem; }
.terms-gate-brand img { width:50px; height:50px; object-fit:cover; border-radius:15px; }
.terms-gate-brand strong,.terms-gate-brand span { display:block; }
.terms-gate-brand strong { font-size:.82rem; }
.terms-gate-brand span { margin-top:.2rem; color:#9398a2; font-size:.57rem; font-weight:800; letter-spacing:.1em; }
.terms-gate h2 { position:relative; margin:1.45rem 0 .75rem; font-size:clamp(2rem,8vw,3.2rem); line-height:.96; letter-spacing:-.058em; }
.terms-gate-copy { position:relative; margin:0; color:#b0b4bd; font-size:.85rem; line-height:1.62; }
.terms-gate-version { position:relative; margin:1rem 0; padding:.8rem; display:flex; justify-content:space-between; gap:1rem; border:1px solid rgba(255,255,255,.08); border-radius:14px; color:#9298a3; background:rgba(255,255,255,.035); font-size:.64rem; }
.terms-gate-version strong { color:#f1f2f4; }
.terms-gate-consent { position:relative; margin:1rem 0; padding:.9rem; display:flex; align-items:flex-start; gap:.7rem; border:1px solid rgba(255,255,255,.1); border-radius:15px; color:#d2d4d9; background:rgba(255,255,255,.045); font-size:.75rem; line-height:1.5; cursor:pointer; }
.terms-gate-consent input { width:19px; height:19px; flex:0 0 19px; margin:1px 0 0; accent-color:#f77a1b; }
.terms-gate-consent a { color:#ffad68; font-weight:850; }
.terms-gate-action { position:relative; width:100%; min-height:53px; border:0; border-radius:15px; color:#17120e; background:#ff9b4a; font:inherit; font-size:.8rem; font-weight:900; cursor:pointer; }
.terms-gate-action:disabled { opacity:.42; cursor:not-allowed; }
.terms-gate-message { position:relative; min-height:1.1rem; margin:.7rem 0 0; color:#ff9b9f; font-size:.68rem; text-align:center; }
.terms-gate-loading { position:relative; padding:2rem 0; color:#b0b4bd; text-align:center; }
body.terms-gate-open { overflow:hidden !important; }
@media(max-width:600px){.terms-gate{padding:.7rem}.terms-gate-card{padding:1.3rem;border-radius:24px}.terms-gate h2{font-size:2.45rem}.terms-gate-copy{font-size:.78rem}}

