body.privacy-open { overflow: hidden; }
.privacy-backdrop[hidden] { display: none; }
.privacy-backdrop { position: fixed; z-index: 1000; inset: 0; display: flex; align-items: flex-end; justify-content: center; padding: 18px; background: rgba(3,2,6,.68); backdrop-filter: blur(7px); }
.privacy-panel { width: min(100%, 820px); padding: clamp(24px,4vw,42px); border: 1px solid rgba(217,255,99,.38); background: #0d0a12; color: #f5f1f7; box-shadow: 0 30px 100px rgba(0,0,0,.7); font-family: "Segoe UI",Arial,sans-serif; }
.privacy-kicker { color: #d9ff63; font-size: 9px; font-weight: 700; letter-spacing: .17em; }
.privacy-heading h2 { margin: 12px 0 10px; font-size: clamp(25px,4vw,38px); font-weight: 600; letter-spacing: -.035em; line-height: 1.05; }
.privacy-heading p { max-width: 680px; margin: 0; color: #aaa3b3; font-size: 14px; line-height: 1.65; }
.privacy-details { margin-top: 24px; border-top: 1px solid rgba(255,255,255,.12); }
.privacy-option { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 22px; padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.12); cursor: pointer; }
.privacy-option div { display: flex; flex-direction: column; gap: 4px; }
.privacy-option strong { font-size: 13px; }
.privacy-option div span { color: #817a87; font-size: 11px; line-height: 1.45; }
.privacy-on { color: #d9ff63; font-size: 10px; font-weight: 700; letter-spacing: .12em; }
.privacy-option input { position: absolute; opacity: 0; pointer-events: none; }
.privacy-option i { position: relative; flex: 0 0 auto; width: 42px; height: 23px; border: 1px solid #5f5766; border-radius: 99px; transition: background .2s,border-color .2s; }
.privacy-option i::after { content: ""; position: absolute; width: 15px; height: 15px; left: 3px; top: 3px; border-radius: 50%; background: #817a87; transition: transform .2s,background .2s; }
.privacy-option input:checked+i { border-color: #d9ff63; background: rgba(217,255,99,.12); }
.privacy-option input:checked+i::after { transform: translateX(19px); background: #d9ff63; }
.privacy-option input:focus-visible+i { outline: 2px solid #f5f1f7; outline-offset: 3px; }
.privacy-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; margin-top: 25px; }
.privacy-button { min-height: 45px; padding: 0 17px; border: 1px solid rgba(255,255,255,.2); background: transparent; color: #f5f1f7; font: 700 11px/1 "Segoe UI",Arial,sans-serif; letter-spacing: .04em; cursor: pointer; }
.privacy-button:hover,.privacy-button:focus-visible { border-color: #f5f1f7; }
.privacy-accept,.privacy-save { border-color: #d9ff63; background: #d9ff63; color: #0d0a12; }
.privacy-settings-button { padding: 0; border: 0; background: transparent; color: inherit; font: inherit; cursor: pointer; }
.privacy-settings-button:hover,.privacy-settings-button:focus-visible { color: #f5f1f7; }
.captcha-consent-note { max-width: 420px; margin: 2px 0 0; color: #817a87; font-size: 11px; line-height: 1.5; }
.h-captcha.is-blocked { display: none; }
.submit-button:disabled { opacity: .4; cursor: not-allowed; transform: none; }
@media (max-width:620px) { .privacy-backdrop { padding: 0; } .privacy-panel { border-width: 1px 0 0; max-height: 92svh; overflow-y: auto; } .privacy-actions { display: grid; grid-template-columns: 1fr 1fr; } .privacy-button { width: 100%; } .privacy-accept,.privacy-save { grid-column: 1/-1; } }