.consent-overlay{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;padding:24px;background-color:#0f172ad1;backdrop-filter:blur(6px);z-index:9999;opacity:0;pointer-events:none;transition:opacity .42s ease}.consent-overlay--active{opacity:1;pointer-events:auto}.consent-modal{width:min(100%,540px);background:#111827;color:#f8fafc;padding:32px;border-radius:24px;box-shadow:0 30px 50px -18px #0f172aa6;transform:translateY(20px);transition:transform .42s ease}.consent-modal--active{transform:translateY(0)}.consent-honeypot{position:absolute;left:-9999px;width:1px;height:1px;opacity:0;pointer-events:none}.consent-body{display:flex;flex-direction:column;gap:18px}.consent-title{margin:0;font-size:1.6rem;line-height:2.1rem;font-weight:600;letter-spacing:-.01em}.consent-desc{margin:0;color:#e2e8f0db;line-height:1.7;font-size:1rem}.consent-benefits{margin:0;padding:0 0 0 24px;list-style:disc;color:#e2e8f0e0;line-height:1.55;font-size:.92rem;display:flex;flex-direction:column;gap:10px}.consent-actions{display:flex;flex-direction:column;gap:12px;margin-top:24px}.consent-button{display:inline-flex;align-items:center;justify-content:center;padding:16px 20px;border-radius:14px;font-weight:600;border:none;cursor:pointer;transition:transform .22s ease,box-shadow .22s ease,filter .22s ease,border-color .22s ease,background-color .22s ease}.consent-button:focus-visible{outline:3px solid rgba(14,116,144,.4);outline-offset:3px}.consent-button--primary{color:#0f172a;background:linear-gradient(145deg,#fde68a,#fbbf24 40%,#f59e0b);box-shadow:0 16px 30px -18px #f59e0bd9}.consent-button--primary:hover,.consent-button--primary:focus-visible{transform:translateY(-2px);filter:brightness(1.05);box-shadow:0 22px 32px -16px #f59e0bf2}.consent-button--secondary{font-size:.95rem;color:#e2e8f0f0;background:transparent;border:2px solid rgba(148,163,184,.5)}.consent-button--secondary:hover,.consent-button--secondary:focus-visible{transform:translateY(-1px);background:#94a3b824;border-color:#e2e8f0bf}.consent-footer{margin-top:24px;font-size:.9rem;color:#94a3b8eb;line-height:1.55}.consent-footer a,.consent-footer__link{color:#fde68a;text-decoration:underline;font-weight:500}.consent-footer a:hover,.consent-footer__link:hover{color:#fcd34d}@media(max-width:640px){.consent-overlay{padding:16px}.consent-modal{padding:24px;border-radius:22px}.consent-title{font-size:1.4rem;line-height:1.9rem}.consent-desc{font-size:.95rem;line-height:1.6}.consent-benefits{font-size:.9rem;line-height:1.5;gap:8px}.consent-actions{margin-top:20px}.consent-button{padding:14px 18px}.consent-footer{font-size:.85rem;margin-top:20px}}@media(max-width:420px){.consent-modal{padding:20px;border-radius:20px}.consent-title{font-size:1.3rem}.consent-actions{gap:10px}.consent-button{padding:13px 16px;font-size:.95rem}.consent-button--secondary{font-size:.9rem}}
