.oe-consent{--c-bg:#fff;--c-fg:#2b2b2b;--c-mut:#5c5c5c;--c-line:#ddd;--c-acc:#6c3f8f;position:fixed;z-index:99999;left:50%;bottom:24px;transform:translateX(-50%);box-sizing:border-box;display:none;flex-direction:column;width:min(620px,calc(100vw - 32px));max-height:calc(100vh - 48px);overflow:hidden;padding:26px;background:var(--c-bg);color:var(--c-fg);border-radius:8px;box-shadow:0 18px 50px rgba(0,0,0,.3);font-family:system-ui,-apple-system,'Segoe UI',Arial,sans-serif;font-size:15px;line-height:1.6}
.oe-consent.is-open{display:flex}
.oe-consent *{box-sizing:border-box}
.oe-consent h2{margin:0 0 10px;font-size:20px;font-weight:700;line-height:1.3;color:var(--c-fg)}
.oe-consent p{margin:0 0 14px;color:var(--c-mut);font-size:14px}
.oe-consent a{color:var(--c-acc);text-decoration:underline}
.oe-consent__body{flex:1 1 auto;overflow-y:auto;overscroll-behavior:contain}
.oe-consent__cats{display:none;flex-direction:column;margin:0 0 18px;border-top:1px solid var(--c-line)}
.oe-consent.is-detailed .oe-consent__cats{display:flex}
.oe-consent__cat{padding:12px 0;border-bottom:1px solid var(--c-line)}
.oe-consent__cat-head{display:flex;align-items:center;gap:12px}
.oe-consent__cat-title{flex:1 1 auto;font-weight:700;font-size:15px}
.oe-consent__cat p{margin:6px 0 0;font-size:13px}
.oe-consent__always{font-size:12px;color:var(--c-mut);white-space:nowrap}
.oe-switch{position:relative;display:inline-flex;flex:0 0 auto;width:42px;height:24px}
.oe-switch input{position:absolute;inset:0;width:100%;height:100%;margin:0;opacity:0;cursor:pointer;z-index:2}
.oe-switch span{position:absolute;inset:0;background:#c9c9c9;border-radius:999px;transition:background .2s}
.oe-switch span:after{content:"";position:absolute;top:3px;left:3px;width:18px;height:18px;background:#fff;border-radius:50%;transition:transform .2s;box-shadow:0 1px 2px rgba(0,0,0,.3)}
.oe-switch input:checked+span{background:var(--c-acc)}
.oe-switch input:checked+span:after{transform:translateX(18px)}
.oe-consent__actions{display:flex;flex-wrap:wrap;gap:10px}
.oe-consent .oe-cbtn{flex:1 1 auto;min-width:150px;padding:12px 18px;border:1px solid var(--c-acc)!important;border-radius:4px!important;background:var(--c-acc)!important;color:#fff!important;font-family:inherit;font-size:14px;font-weight:700;text-align:center;cursor:pointer;box-shadow:none!important}
.oe-consent .oe-cbtn--ghost{background:transparent!important;color:var(--c-fg)!important;border-color:var(--c-line)!important}
.oe-consent [hidden]{display:none!important}
.oe-consent__links{margin-top:14px;font-size:13px;color:var(--c-mut)}
.oe-consent-backdrop{position:fixed;inset:0;z-index:99998;display:none;background:rgba(0,0,0,.45)}
.oe-consent-backdrop.is-open{display:block}
.oe-footer-legal{padding:14px 20px 26px;text-align:center;font-size:13px;line-height:1.7;background:#fff}
.oe-footer-legal a{color:#6c3f8f;margin:0 10px;text-decoration:underline;cursor:pointer}
@media (max-width:640px){.oe-consent{width:calc(100vw - 20px);bottom:10px;padding:20px}.oe-consent .oe-cbtn{min-width:100%}}
