/* Readable privacy controls. The first-visit banner is deliberately non-modal. */
.oz-privacy-banner,.oz-privacy-dialog,.oz-privacy-notice,.oz-map-consent{font-family:Arial,'Helvetica Neue',sans-serif;font-size:15px;line-height:1.65;letter-spacing:0;color:#173247;box-sizing:border-box}
.oz-privacy-banner[hidden],.oz-privacy-notice[hidden],.oz-map-consent[hidden],.oz-map-load-status[hidden]{display:none!important}
.oz-privacy-banner{position:fixed;z-index:1100;left:24px;right:24px;bottom:24px;max-width:1120px;margin:auto;display:grid;grid-template-columns:minmax(0,1fr) minmax(330px,.62fr);align-items:center;gap:32px;padding:27px 30px;background:#f8fafc;border:1px solid #cdd9e1;border-top:3px solid #c42b3e;border-radius:8px;box-shadow:0 18px 70px #020d2540;max-height:55svh;overflow:auto}
.oz-privacy-eyebrow{display:block;font-size:12px;font-weight:700;letter-spacing:.1em;color:#9a3040;margin-bottom:8px;line-height:1.5}
.oz-privacy-banner h2,.oz-privacy-dialog h2{font-family:Arial,'Helvetica Neue',sans-serif;color:#102b40;font-size:25px;line-height:1.3;font-weight:600;letter-spacing:-.035em;margin:0 0 10px}
.oz-privacy-banner p,.oz-privacy-dialog p{font-size:15px;line-height:1.65;margin:0;color:#4a6275}
.oz-privacy-banner p a{color:#183e59;text-decoration:underline;text-underline-offset:3px;white-space:normal}
.oz-privacy-banner-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.oz-privacy-choice,.oz-privacy-button,.oz-privacy-manage,.oz-privacy-footer{font-family:Arial,'Helvetica Neue',sans-serif;font-size:14px!important;font-weight:600;line-height:1.45;letter-spacing:0;cursor:pointer;touch-action:manipulation}
.oz-privacy-choice,.oz-privacy-button{border:1px solid #7890a3;border-radius:4px;min-height:46px;padding:12px 17px;background:#fff;color:#153149;display:inline-flex;align-items:center;justify-content:center;text-align:center;box-shadow:none;transition:background .2s,color .2s,border-color .2s}
.oz-privacy-choice:hover{background:#e6edf3;border-color:#173e59;color:#0d2b42}
.oz-privacy-button{background:#102d43;color:#fff;border-color:#102d43}
.oz-privacy-button:hover{background:#1b425f;border-color:#1b425f;color:#fff}
.oz-privacy-manage{border:0;background:transparent;color:#31546c;text-decoration:underline;text-underline-offset:4px;padding:11px 8px;min-height:44px;display:inline-flex;align-items:center;justify-content:center;text-align:center}
.oz-privacy-banner-actions>.oz-privacy-manage{grid-column:1/-1}
.oz-privacy-manage:hover{color:#a92236}
.oz-privacy-footer{color:inherit;border:0;background:transparent;padding:0;text-align:left;min-height:32px;text-decoration:underline;text-underline-offset:3px}
.oz-privacy-footer:hover{color:#e2edf4}
.oz-privacy-banner button:focus-visible,.oz-privacy-banner a:focus-visible,.oz-privacy-dialog button:focus-visible,.oz-privacy-dialog a:focus-visible,.oz-privacy-footer:focus-visible,.oz-map-consent button:focus-visible,.oz-cookie-policy button:focus-visible{outline:3px solid #bd3045;outline-offset:4px}
.oz-privacy-dialog{position:fixed;inset:0;width:calc(100% - 36px);max-width:650px;max-height:calc(100svh - 36px);margin:auto;border:1px solid #c1d0db;border-radius:9px;padding:38px;background:#f8fafc;box-shadow:0 25px 90px #0005;overflow:auto;color:#153149}
.oz-privacy-dialog:not([open]){display:none}
.oz-privacy-dialog::backdrop{background:#041322a6;backdrop-filter:blur(3px)}
.oz-privacy-dialog.oz-dialog-fallback[open]{z-index:1300;box-shadow:0 0 0 100vmax #041322b3}
.oz-privacy-dialog h2{font-size:31px;padding-right:26px;margin:0 0 13px}
.oz-privacy-close{position:absolute;top:15px;right:15px;display:grid;place-items:center;width:44px;height:44px;min-width:44px;padding:0;border:1px solid #cbd8e1;border-radius:50%;background:#fff;color:#27475d;font:28px/1 Arial,sans-serif;cursor:pointer}
.oz-privacy-close:hover{background:#e8eff4}
.oz-privacy-category{padding:23px 0;border-bottom:1px solid #d8e1e8}
.oz-privacy-category-heading{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:10px}
.oz-privacy-category h3,.oz-privacy-map-label{font:600 18px/1.4 Arial,sans-serif;color:#173247;margin:0}
.oz-privacy-always{font-size:13px;line-height:1.4;font-weight:600;color:#305a4e;white-space:nowrap}
.oz-privacy-map-label{position:relative;display:flex;align-items:center;justify-content:space-between;gap:20px;cursor:pointer;min-height:48px;margin-bottom:10px}
.oz-privacy-map-label small{display:block;font-size:14px;font-weight:400;color:#5d7587;margin-top:2px}
.oz-privacy-map-label input{position:absolute;right:0;width:52px;height:30px;margin:0;opacity:0;cursor:pointer}
.oz-privacy-switch{width:52px;height:30px;flex:none;border-radius:20px;border:1px solid #6e879a;background:#738b9b;position:relative;pointer-events:none;transition:background .2s}
.oz-privacy-switch:after{position:absolute;content:'';width:22px;height:22px;border-radius:50%;background:#fff;top:3px;left:3px;box-shadow:0 1px 4px #0002;transition:transform .2s}
.oz-privacy-map-label input:checked+.oz-privacy-switch{background:#a82539;border-color:#a82539}
.oz-privacy-map-label input:checked+.oz-privacy-switch:after{transform:translateX(22px)}
.oz-privacy-map-label input:focus-visible+.oz-privacy-switch{outline:3px solid #123e60;outline-offset:4px}
.oz-privacy-dialog .oz-privacy-no-trackers{font-size:14px;margin-top:19px}
.oz-privacy-dialog-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:26px}
.oz-privacy-dialog-actions>*{flex:1}
.oz-privacy-policy-link{font-size:14px;color:#214c6b;text-decoration:underline;text-underline-offset:3px;display:inline-block;margin-top:21px}
.oz-privacy-notice{position:fixed;z-index:1200;bottom:24px;left:24px;right:24px;width:fit-content;max-width:640px;margin:auto;background:#102b40;color:#f4f8fb;border:1px solid #718d9f;padding:16px 22px;border-radius:5px;box-shadow:0 10px 40px #0003;font-size:14px;pointer-events:none}
.oz-map-frame{position:relative;isolation:isolate;min-height:320px;background:radial-gradient(ellipse at 50% 40%,#294c60,#081b2d 74%);overflow:hidden;border-radius:inherit}
.oz-map-frame[data-map-enabled=false]>.netmap{visibility:hidden}
.oz-map-consent{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;text-align:center;padding:30px;background-image:linear-gradient(#8faec909 1px,transparent 1px),linear-gradient(90deg,#8faec909 1px,transparent 1px);background-size:45px 45px;color:#d4e4ee}
.oz-map-consent-inner{width:100%;max-width:480px}
.oz-map-symbol{font:54px/1 Arial,sans-serif;color:#ba9b7b;display:block;margin-bottom:16px}
.oz-map-consent h3{font-family:Arial,'Helvetica Neue',sans-serif;font-size:26px!important;line-height:1.3;font-weight:500;color:#f2f6f9;letter-spacing:-.03em;margin:0 0 14px}
.oz-map-consent p{font-size:15px!important;line-height:1.65;color:#bed0df;margin:0}
.oz-map-consent-actions{display:flex;align-items:center;justify-content:center;gap:15px;flex-wrap:wrap;margin-top:22px}
.oz-map-consent .oz-privacy-button{background:#f3f7fa;color:#0d2e46;border-color:#f3f7fa;min-width:145px}
.oz-map-consent .oz-privacy-button:hover{background:#d9e7f0}
.oz-map-consent .oz-privacy-manage{color:#d4e4ef}
.oz-map-consent .oz-map-consent-note{font-size:14px!important;color:#9bb4c7;margin-top:20px}
.oz-map-consent noscript{display:block;font-size:14px;margin-top:15px;color:#d7e5ed}
.netmapwrap[data-privacy-map=blocked] .maphint{display:none}
.oz-map-load-status{position:absolute;left:16px;right:16px;top:15px;z-index:650;max-width:550px;margin:0!important;padding:11px 15px;background:#f5f8fcf5;border:1px solid #9db1bf;border-radius:3px;color:#183a51;font:14px/1.5 Arial,sans-serif!important}
.oz-cookie-policy .oz-privacy-button{margin:22px 0 12px}
.oz-cookie-policy code{font-size:.95em;overflow-wrap:anywhere}
@media(max-width:850px){.oz-privacy-banner{grid-template-columns:1fr;gap:20px;max-width:640px;padding:24px}.oz-privacy-banner-actions{grid-template-columns:1fr 1fr}.oz-privacy-banner-actions>.oz-privacy-manage{padding:7px;min-height:38px}}
@media(max-width:560px){.oz-privacy-banner{left:12px;right:12px;bottom:12px;padding:20px;gap:15px;max-height:57svh}.oz-privacy-banner h2{font-size:23px}.oz-privacy-banner p{font-size:14px;line-height:1.6}.oz-privacy-eyebrow{font-size:11px}.oz-privacy-choice,.oz-privacy-button{padding:12px 10px}.oz-privacy-dialog{padding:30px 22px;width:calc(100% - 24px);max-height:calc(100svh - 24px)}.oz-privacy-dialog h2{font-size:27px}.oz-privacy-dialog p{font-size:14px}.oz-privacy-close{top:10px;right:10px;width:40px;height:40px;min-width:40px}.oz-privacy-category-heading{gap:10px}.oz-privacy-category h3,.oz-privacy-map-label{font-size:17px}.oz-privacy-always{font-size:12px}.oz-map-frame{min-height:390px}.oz-map-consent{padding:25px 22px}.oz-map-consent h3{font-size:25px!important}.oz-map-consent p{font-size:14px!important}.oz-map-consent-actions{gap:12px}.oz-map-symbol{font-size:44px}.oz-privacy-notice{bottom:15px;left:15px;right:15px;font-size:14px;padding:14px 18px}}
@media(prefers-reduced-motion:reduce){.oz-privacy-banner *,.oz-privacy-dialog *{transition:none!important}}
@media(forced-colors:active){.oz-privacy-choice,.oz-privacy-button{border:1px solid ButtonText}.oz-privacy-switch{background:Canvas;border-color:ButtonText}.oz-privacy-switch:after{background:ButtonText}.oz-privacy-map-label input:checked+.oz-privacy-switch{background:Highlight}.oz-privacy-map-label input:checked+.oz-privacy-switch:after{background:HighlightText}}
