:root{--fc-consent-bg:#111214;--fc-consent-fg:#fff;--fc-consent-muted:#c7c9cc;--fc-consent-panel:#fff;--fc-consent-text:#17191b;--fc-consent-border:#dadcdf}.fc-consent-banner{position:fixed;z-index:2147483000;left:20px;right:20px;bottom:20px;max-width:1100px;margin:auto;background:var(--fc-consent-bg);color:var(--fc-consent-fg);border:1px solid #34373b;border-radius:22px;box-shadow:0 24px 80px rgba(0,0,0,.35);padding:22px}.fc-consent-banner[hidden],.fc-consent-modal[hidden],.fc-consent-reopen[hidden]{display:none!important}.fc-consent-inner{display:grid;grid-template-columns:1fr auto;gap:24px;align-items:center}.fc-consent-copy h2{margin:8px 0;font:700 clamp(20px,2.4vw,28px)/1.1 Arial,sans-serif}.fc-consent-copy p{margin:0;color:var(--fc-consent-muted);font:400 15px/1.55 Arial,sans-serif;max-width:760px}.fc-consent-copy a{color:#fff;text-decoration:underline}.fc-lang{display:flex;gap:7px;flex-wrap:wrap;margin-bottom:8px}.fc-lang button{border:1px solid #bbb;border-radius:999px;padding:7px 10px;background:#fff;color:#111;font:700 12px Arial,sans-serif;cursor:pointer}.fc-consent-banner .fc-lang button{background:#25272a;color:#fff;border-color:#555}.fc-consent-banner .fc-lang button[aria-pressed=true]{background:#fff;color:#111}.fc-consent-actions,.fc-consent-footer{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}.fc-consent-btn{border:1px solid #5b5f65;border-radius:12px;padding:12px 16px;font:700 14px Arial,sans-serif;cursor:pointer;background:transparent;color:#fff}.fc-consent-btn-primary{background:#fff;color:#111214;border-color:#fff}.fc-consent-modal{position:fixed;z-index:2147483001;inset:0;background:rgba(0,0,0,.58);padding:20px;display:grid;place-items:center}.fc-consent-dialog{width:min(720px,100%);max-height:92vh;overflow:auto;background:var(--fc-consent-panel);color:var(--fc-consent-text);border-radius:22px;box-shadow:0 28px 100px rgba(0,0,0,.42)}.fc-consent-dialog header{position:sticky;top:0;background:#fff;padding:22px 24px 14px;border-bottom:1px solid var(--fc-consent-border);display:flex;justify-content:space-between}.fc-consent-dialog h2{margin:0;font:700 28px Arial,sans-serif}.fc-consent-close{border:0;background:#f1f2f3;border-radius:999px;width:38px;height:38px;cursor:pointer;font-size:20px}.fc-consent-body{padding:20px 24px}.fc-consent-body>p{color:#555b61;line-height:1.6}.fc-consent-category{border:1px solid var(--fc-consent-border);border-radius:14px;padding:16px;margin:12px 0}.fc-consent-category-head{display:flex;gap:16px;justify-content:space-between;align-items:center}.fc-consent-category strong{display:block;margin-bottom:4px}.fc-consent-category p{margin:0;color:#666b70;font:14px/1.5 Arial,sans-serif}.fc-consent-switch{position:relative;width:48px;height:28px;flex:0 0 auto}.fc-consent-switch input{position:absolute;opacity:0}.fc-consent-switch span{position:absolute;inset:0;background:#b9bdc2;border-radius:999px}.fc-consent-switch span:before{content:'';position:absolute;width:22px;height:22px;left:3px;top:3px;background:#fff;border-radius:50%;transition:.2s}.fc-consent-switch input:checked+span{background:#111}.fc-consent-switch input:checked+span:before{transform:translateX(20px)}.fc-consent-footer{padding:16px 24px 24px}.fc-consent-footer .fc-consent-btn{color:#111;border-color:#c9ccd0}.fc-consent-footer .fc-consent-btn-primary{background:#111;color:#fff}.fc-consent-reopen{position:fixed;z-index:2147482999;left:18px;bottom:18px;border:1px solid #d5d7da;background:#fff;color:#111;border-radius:999px;padding:10px 14px;box-shadow:0 8px 30px rgba(0,0,0,.14);font:700 13px Arial,sans-serif;cursor:pointer}@media(max-width:760px){.fc-consent-banner{left:10px;right:10px;bottom:10px;padding:18px}.fc-consent-inner{grid-template-columns:1fr}.fc-consent-actions{justify-content:stretch}.fc-consent-actions .fc-consent-btn,.fc-consent-footer .fc-consent-btn{flex:1 1 130px}.fc-consent-dialog header,.fc-consent-body,.fc-consent-footer{padding-left:18px;padding-right:18px}}