.consent-banner,.consent-overlay{--consent-accent:#10a9ff;--consent-ink:#1a1d1f;--consent-muted:#5b6266;--consent-border:#e2e6e9;--consent-surface:#fff;z-index:2147483000}.consent-banner{justify-content:center;padding:16px;animation:.24s both consent-rise;display:flex;position:fixed;bottom:0;left:0;right:0}@keyframes consent-rise{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.consent-banner-inner{background:var(--consent-surface);width:100%;max-width:960px;color:var(--consent-ink);border:1px solid var(--consent-border);border-radius:16px;flex-wrap:wrap;align-items:center;gap:20px;padding:18px 20px;display:flex;box-shadow:0 12px 40px #0f17202e}.consent-banner-copy{flex:420px;min-width:260px}.consent-banner-title{margin:0 0 4px;font-size:15px;font-weight:800}.consent-banner-text{color:var(--consent-muted);margin:0;font-size:13px;line-height:1.55}.consent-banner-actions{flex-wrap:wrap;flex-shrink:0;gap:8px;display:flex}.consent-overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0c121880;justify-content:center;align-items:center;padding:20px;animation:.16s both consent-fade;display:flex;position:fixed;inset:0}@keyframes consent-fade{0%{opacity:0}to{opacity:1}}.consent-dialog{background:var(--consent-surface);width:100%;max-width:520px;max-height:calc(100vh - 40px);color:var(--consent-ink);border-radius:18px;outline:none;padding:22px;overflow-y:auto;box-shadow:0 24px 60px #0f172059}.consent-dialog-head{justify-content:space-between;align-items:center;gap:12px;display:flex}.consent-dialog-title{margin:0;font-size:18px;font-weight:800}.consent-dialog-close{cursor:pointer;color:var(--consent-muted);background:0 0;border:0;border-radius:8px;padding:4px 8px;font-size:24px;line-height:1}.consent-dialog-close:hover{color:var(--consent-ink);background:#f0f2f4}.consent-dialog-intro{color:var(--consent-muted);margin:10px 0 16px;font-size:13px;line-height:1.55}.consent-category-list{flex-direction:column;gap:10px;margin:0 0 18px;padding:0;list-style:none;display:flex}.consent-category{border:1px solid var(--consent-border);border-radius:12px;padding:12px 14px}.consent-category-row{justify-content:space-between;align-items:center;gap:12px;display:flex}.consent-category-toggle{cursor:pointer}.consent-category-name{font-size:14px;font-weight:700}.consent-category-always{color:var(--consent-accent);font-size:12px;font-weight:700}.consent-category-desc{color:var(--consent-muted);margin:6px 0 0;font-size:12px;line-height:1.5}.consent-switch{appearance:none;cursor:pointer;background:#cdd3d7;border-radius:999px;flex-shrink:0;width:40px;height:22px;transition:background-color .16s;position:relative}.consent-switch:after{content:"";background:#fff;border-radius:50%;width:18px;height:18px;transition:transform .16s;position:absolute;top:2px;left:2px;box-shadow:0 1px 3px #00000040}.consent-switch:checked{background:var(--consent-accent)}.consent-switch:checked:after{transform:translate(18px)}.consent-switch:focus-visible{outline:2px solid var(--consent-accent);outline-offset:2px}.consent-dialog-actions{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.consent-btn{font:inherit;cursor:pointer;border:1px solid #0000;border-radius:10px;padding:9px 16px;font-size:13px;font-weight:700;transition:background-color .16s,border-color .16s,color .16s}.consent-btn-primary{background:var(--consent-accent);color:#fff}.consent-btn-primary:hover{background:#0e97e4}.consent-btn-ghost{border-color:var(--consent-border);color:var(--consent-ink);background:#fff}.consent-btn-ghost:hover{background:#f4f6f7}.consent-link{color:var(--consent-accent);text-decoration:underline}@media (max-width:640px){.consent-banner-inner{padding:16px}.consent-banner-actions,.consent-dialog-actions{width:100%}.consent-banner-actions .consent-btn,.consent-dialog-actions .consent-btn{text-align:center;flex:auto}}
