/* Privacy controls use only first-party assets and storage. */
body{padding-bottom:var(--privacy-banner-space,0px)}
.privacy-banner[hidden]{display:none}
.privacy-banner{position:fixed;z-index:1000;inset:auto 24px 24px;margin-inline:auto;max-width:1440px;display:grid;grid-template-columns:60px minmax(0,1fr) auto;align-items:center;gap:26px;padding:28px 32px;background:#101e34;color:#fff;border:1px solid #35435a;border-top:2px solid #ef1749;border-radius:12px;box-shadow:0 18px 65px #03091655;max-height:calc(100dvh - 40px);overflow:auto}
.privacy-emblem{display:grid;place-items:center;width:58px;height:58px;border:1px solid #ef305856;border-radius:50%;background:#ef17490b;color:#ff426d}
.privacy-emblem .icon{width:29px;height:29px;stroke-width:1.4}
.privacy-eyebrow{display:block;font-size:9px;letter-spacing:.14em;line-height:1.6;color:#ff668a;font-weight:600;margin-bottom:10px}
.privacy-banner h2{font-size:24px;line-height:1.2;font-weight:600;letter-spacing:-.035em;margin:0 0 10px}
.privacy-banner p{font-size:12px;line-height:1.8;color:#b8c4d6;max-width:660px;margin:0}
.privacy-banner a{color:#f3f6fc;text-decoration:underline;text-underline-offset:3px;white-space:normal}
.privacy-banner a .icon,.privacy-storage-note .icon{display:inline-block;width:11px;height:11px;vertical-align:middle}
.privacy-banner-actions{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}
.privacy-choice{display:flex;align-items:center;justify-content:center;min-height:46px;padding:12px 16px;background:transparent;color:inherit;border:1px solid #778498;border-radius:5px;font-size:11px;font-weight:600;line-height:1.5;white-space:nowrap;cursor:pointer;transition:background .2s,border-color .2s}
.privacy-choice:hover{background:#ffffff0c;border-color:#e3e9f2}
.privacy-banner :focus-visible,.privacy-dialog :focus-visible{outline:2px solid #ff7596;outline-offset:4px}
.privacy-footer-actions{display:flex;align-items:center;gap:18px;flex-wrap:wrap}
.privacy-footer-link{font-size:11px;color:#aabcce;text-decoration:underline;text-underline-offset:4px}
.privacy-footer-link:hover{color:#fff}
.privacy-modal-open{overflow:hidden}
.privacy-dialog{padding:0;margin:auto;width:min(650px,calc(100vw - 32px));max-width:calc(100vw - 32px);max-height:calc(100dvh - 32px);overflow:auto;border:1px solid #ccd6e2;border-radius:14px;background:#fff;color:#18314f;box-shadow:0 30px 100px #0006}
.privacy-dialog::backdrop{background:#050d1cc9;backdrop-filter:blur(5px)}
.privacy-dialog-heading{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:25px 28px;background:#101e34;color:#fff}
.privacy-dialog-heading .privacy-eyebrow{margin-bottom:8px}
.privacy-dialog-heading h2{font-size:25px;font-weight:600;letter-spacing:-.035em;line-height:1.2}
.privacy-close{display:grid;place-items:center;width:36px;height:36px;flex-shrink:0;background:transparent;color:#fff;border:1px solid #68768c;border-radius:5px;font-size:27px;line-height:1;cursor:pointer}
.privacy-close:hover{background:#ffffff12}
.privacy-dialog-content{padding:24px 28px}
.privacy-dialog-content>p{font-size:13px;line-height:1.85;color:#62748c;margin:0 0 23px}
.privacy-category{padding:19px 0;border-top:1px solid #e1e7ef}
.privacy-category-title{display:flex;align-items:center;justify-content:space-between;gap:15px}
.privacy-category-title h3,.privacy-category-title>label{font-size:14px;font-weight:600;letter-spacing:0;line-height:1.5}
.privacy-category p{font-size:12px;line-height:1.8;color:#667a92;margin:10px 0 0;max-width:510px}
.privacy-badge{font-size:9px;line-height:1.5;white-space:nowrap;color:#2c6759;background:#eaf6f1;border:1px solid #d7ece2;padding:5px 8px;border-radius:4px;font-weight:500}
.privacy-badge-muted{background:#f1f4f8;border-color:#e2e7ee;color:#6a7c93}
.privacy-switch{position:relative;display:inline-flex;align-items:center;width:42px;height:25px;flex-shrink:0;cursor:pointer}
.privacy-switch input{position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:pointer;margin:0;z-index:1}
.privacy-switch>span{position:relative;display:block;width:42px;height:25px;border-radius:20px;border:1px solid #a7b6c8;background:#c3cfdd;transition:background .2s,border-color .2s}
.privacy-switch>span:after{content:"";position:absolute;left:3px;top:3px;width:17px;height:17px;background:#fff;border-radius:50%;box-shadow:0 1px 4px #122b4320;transition:transform .2s}
.privacy-switch input:checked+span{background:#d8083a;border-color:#d8083a}
.privacy-switch input:checked+span:after{transform:translateX(17px)}
.privacy-switch input:focus-visible+span{outline:2px solid #d8083a;outline-offset:4px}
.privacy-dialog-content>.privacy-storage-note{font-size:11px;margin:3px 0 0;padding:15px;background:#f4f7fb;border:1px solid #e2e9f2;border-radius:6px;line-height:1.8}
.privacy-storage-note a{color:#173e6b;text-decoration:underline;text-underline-offset:3px}
.privacy-dialog-actions{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;padding:18px 28px 24px;border-top:1px solid #e1e7ef;background:#fafbfd}
.privacy-dialog-actions .privacy-choice{color:#203b5a;border-color:#c5d1df;padding-inline:10px;font-size:11px}
.privacy-dialog-actions .privacy-choice:hover{background:#eef3f8;border-color:#859bb5}
.privacy-feedback{position:fixed;bottom:20px;right:24px;z-index:1001;max-width:calc(100vw - 48px);padding:15px 19px;border-radius:7px;background:#132844;color:#fff;font-size:12px;line-height:1.7;box-shadow:0 10px 30px #0003}
.privacy-feedback:empty{display:none}
.privacy-noscript{padding:20px 5%;font-size:12px;line-height:1.8;background:#edf2f8;color:#18314f}.privacy-noscript a{text-decoration:underline}
.privacy-policy-section{padding:55px 0 90px;background:#fbfcfe}
.privacy-policy-layout{display:grid;grid-template-columns:250px minmax(0,1fr);gap:80px;align-items:start}
.privacy-policy-summary{position:sticky;top:115px}
.privacy-policy-summary .eyebrow{font-size:9px;color:#788ba3}
.privacy-policy-summary p{font-size:12px;line-height:1.8;color:#697e98;margin:14px 0 24px}
.privacy-policy-summary .button{font-size:12px;gap:20px;padding:14px 17px}
.privacy-policy-summary p>a{color:#173a65}
.privacy-policy-copy{max-width:860px}
.privacy-policy-copy article+article{margin-top:35px;padding-top:32px;border-top:1px solid #e0e7f0}
.privacy-policy-copy h2{font-size:25px;letter-spacing:-.035em;line-height:1.3;margin-bottom:17px}
.privacy-policy-copy p{font-size:14px;line-height:1.95;color:#63758d;margin:12px 0}
.privacy-policy-copy a{color:#183c68;text-decoration:underline;text-underline-offset:3px}
.privacy-record{padding:22px 24px;border:1px solid #e0e7ef;border-radius:7px;background:#fff;margin-top:18px}
.privacy-record>div{display:flex;align-items:center;justify-content:space-between;gap:16px}
.privacy-record h3{font-size:16px;line-height:1.5;letter-spacing:-.02em}
.privacy-record p{font-size:13px}
.privacy-record dl{display:grid;grid-template-columns:110px minmax(0,1fr);gap:10px 18px;margin-top:20px;font-size:12px;line-height:1.7}
.privacy-record dt{color:#788aa0}.privacy-record dd{margin:0;color:#294561;overflow-wrap:anywhere}
@media(max-width:1250px){.privacy-banner{grid-template-columns:52px minmax(0,1fr);gap:20px;padding:24px}.privacy-banner-actions{grid-column:2;justify-self:start}.privacy-banner h2{font-size:22px}.privacy-emblem{width:50px;height:50px}.privacy-policy-layout{gap:45px;grid-template-columns:220px minmax(0,1fr)}}
@media(max-width:700px){.privacy-banner{inset:auto 12px 12px;grid-template-columns:1fr;gap:17px;padding:22px;max-height:calc(100dvh - 96px);border-radius:10px}.privacy-emblem{display:none}.privacy-banner h2{font-size:22px;max-width:290px}.privacy-eyebrow{font-size:8px;margin-bottom:12px}.privacy-banner p{font-size:12px;line-height:1.8}.privacy-banner-actions{grid-column:1;width:100%;justify-self:stretch;gap:7px}.privacy-choice{white-space:normal;font-size:10px;padding:10px 7px;min-height:46px}.privacy-footer-actions{gap:13px}.privacy-footer-link{font-size:10px}.privacy-dialog-heading{padding:21px}.privacy-dialog-heading h2{font-size:23px}.privacy-dialog-content{padding:21px}.privacy-dialog-content>p{font-size:12px}.privacy-category-title h3,.privacy-category-title>label{font-size:13px}.privacy-category-title{gap:9px}.privacy-badge{font-size:8px;padding:4px 6px}.privacy-dialog-actions{padding:16px 18px 21px;gap:7px}.privacy-dialog-actions .privacy-choice{font-size:10px;padding:10px 6px}.privacy-feedback{bottom:12px;right:12px;max-width:calc(100vw - 24px);font-size:11px}.privacy-policy-section{padding:35px 0 55px}.privacy-policy-layout{grid-template-columns:1fr;gap:18px}.privacy-policy-summary{position:static}.privacy-policy-copy h2{font-size:24px}.privacy-policy-copy p{font-size:13px}.privacy-record{padding:19px}.privacy-record>div{align-items:flex-start;flex-wrap:wrap;gap:10px}.privacy-record dl{grid-template-columns:1fr;gap:4px;font-size:11px}.privacy-record dd+dt{margin-top:8px}}
