.cookie-consent-root[x-cloak],.cookie-consent-root [x-cloak]{display:none!important}.cc-banner{position:fixed;z-index:9999;background:#0f172a;border:1px solid rgba(148,163,184,.18);box-shadow:0 20px 60px #0009;left:0;right:0;bottom:0;border-radius:14px 14px 0 0;padding:14px 16px calc(12px + env(safe-area-inset-bottom,0px));max-height:45vh;overflow-y:auto;box-sizing:border-box}@supports (max-height: 45dvh){.cc-banner{max-height:45dvh}}@media(min-width:640px){.cc-banner{left:24px;right:auto;bottom:24px;width:min(420px,calc(100vw - 48px));border-radius:16px;padding:20px;max-height:none;overflow-y:visible}}.cc-banner__heading{font-size:15px;font-weight:600;color:#e2e8f0;margin:0 0 4px;line-height:1.3}.cc-banner__body{font-size:13px;color:#94a3b8;line-height:1.4;margin:0 0 12px}.cc-link{color:#94a3b8;text-decoration:underline}.cc-link:hover{color:#e2e8f0}.cc-btns{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:8px;margin-bottom:2px}.cc-btn{font:inherit;font-size:14px;font-weight:600;min-height:48px;border-radius:10px;cursor:pointer;border:none;display:flex;align-items:center;justify-content:center;padding:0 12px;transition:opacity .15s,filter .15s;box-sizing:border-box;text-align:center}.cc-btn:focus-visible{outline:2px solid #3B82F6;outline-offset:2px}.cc-btn--primary{background:#2563eb;color:#fff}.cc-btn--primary:hover{background:#1d4ed8}.cc-btn--secondary{background:transparent;border:1.5px solid rgba(226,232,240,.55);color:#f1f5f9}.cc-btn--secondary:hover{background:#e2e8f00f}.cc-banner__foot{display:flex;align-items:center;justify-content:space-between;gap:12px}.cc-foot-link{display:inline-flex;align-items:center;min-height:44px;font-size:13px}.cc-textbtn{font:inherit;font-size:13px;color:#cbd5e1;background:none;border:none;cursor:pointer;text-decoration:underline;min-height:44px;padding:0 4px;display:inline-flex;align-items:center}.cc-textbtn:hover{color:#e2e8f0}.cc-textbtn:focus-visible{outline:2px solid #3B82F6;outline-offset:2px}.cc-overlay{position:fixed;inset:0;z-index:10000;background:#02061799;display:flex;align-items:flex-end;justify-content:center}@media(min-width:640px){.cc-overlay{align-items:center}}.cc-modal{background:#0f172a;border:1px solid rgba(148,163,184,.18);box-shadow:0 20px 60px #000000b3;width:100%;max-height:88vh;overflow:hidden;border-radius:14px 14px 0 0;display:flex;flex-direction:column;box-sizing:border-box}@supports (max-height: 88dvh){.cc-modal{max-height:88dvh}}@media(min-width:640px){.cc-modal{max-width:520px;max-height:85vh;border-radius:16px}}.cc-modal__head{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid rgba(148,163,184,.12);flex-shrink:0;box-sizing:border-box}.cc-modal__title{font-size:16px;font-weight:700;color:#e2e8f0;margin:0}.cc-modal__close{font:inherit;background:none;border:none;cursor:pointer;color:#94a3b8;padding:6px;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:color .15s;flex-shrink:0}.cc-modal__close:hover{color:#e2e8f0}.cc-modal__close:focus-visible{outline:2px solid #3B82F6;outline-offset:2px}.cc-modal__body{padding:16px 20px;overflow-y:auto;flex:1;box-sizing:border-box}.cc-modal__intro{font-size:13px;color:#94a3b8;margin:0 0 14px;line-height:1.5}.cc-cat{display:flex;align-items:flex-start;gap:12px;padding:12px;border:1px solid rgba(148,163,184,.12);border-radius:10px;margin-bottom:8px;box-sizing:border-box}.cc-cat:last-child{margin-bottom:0}.cc-cat--locked{opacity:.85}.cc-cat__text{flex:1;min-width:0}.cc-cat__name{display:block;font-size:13px;font-weight:600;color:#e2e8f0;margin-bottom:2px}.cc-cat__badge{font-size:11px;font-weight:400;color:#64748b;margin-left:4px}.cc-cat__desc{display:block;font-size:12px;color:#64748b;line-height:1.45}.cc-switch{position:relative;display:inline-flex;flex-shrink:0;width:38px;height:22px;margin-top:2px}.cc-switch input[type=checkbox]{position:absolute;opacity:0;width:100%;height:100%;margin:0;cursor:pointer;z-index:1}.cc-switch--locked,.cc-switch--locked input[type=checkbox]{cursor:not-allowed}.cc-switch__track{display:block;width:38px;height:22px;border-radius:11px;background:#94a3b833;border:1px solid rgba(148,163,184,.2);transition:background .2s,border-color .2s;pointer-events:none;position:relative;box-sizing:border-box}.cc-switch__track:after{content:"";position:absolute;top:2px;left:2px;width:16px;height:16px;border-radius:50%;background:#fff;transition:transform .2s;box-shadow:0 1px 3px #0006}.cc-switch input[type=checkbox]:checked+.cc-switch__track{background:#3b82f6;border-color:#3b82f6}.cc-switch input[type=checkbox]:checked+.cc-switch__track:after{transform:translate(16px)}.cc-switch input[type=checkbox]:focus-visible+.cc-switch__track{outline:2px solid #3B82F6;outline-offset:2px}.cc-switch--locked .cc-switch__track{background:#3b82f666;border-color:#3b82f64d}.cc-switch--locked .cc-switch__track:after{transform:translate(16px)}.cc-modal__foot{flex-shrink:0;padding:12px 20px calc(12px + env(safe-area-inset-bottom,0px));border-top:1px solid rgba(148,163,184,.12);background:#0f172a;display:flex;flex-direction:column;gap:8px;box-sizing:border-box}@media(min-width:640px){.cc-modal__foot{flex-direction:row;justify-content:flex-end}.cc-modal__foot .cc-btn{min-width:120px}}button.m-foot-cols__link{background:none;border:0;padding:0;text-align:left;font:inherit;cursor:pointer}
