/* Standalone privacy component shared by Aterna and VECTA. */
.aterna-privacy{font-family:inherit;color:#ededed;font-size:14px;line-height:1.5}
.aterna-privacy *{box-sizing:border-box}
.aterna-privacy [hidden]{display:none!important}
.ap-banner{position:fixed;z-index:80;left:24px;bottom:24px;width:min(440px,calc(100vw - 32px));padding:22px 22px 16px;background:#121214;border:1px solid #29292c;border-radius:14px;box-shadow:0 12px 50px #0005}
.ap-banner h2,.ap-dialog h2{margin:0;color:#f0f0f0;font-size:15px;font-weight:500;line-height:1.4;letter-spacing:-.02em}
.ap-banner>p{margin:10px 0 18px;color:#a1a1a8;font-size:12px;line-height:1.65}
.ap-actions{display:flex;gap:8px;flex-wrap:wrap}
.aterna-privacy button{font-family:inherit;cursor:pointer;text-transform:none;letter-spacing:normal}
.ap-button{display:inline-flex;justify-content:center;align-items:center;min-height:44px;border:1px solid #353538;border-radius:9px;padding:10px 12px;background:#222225;color:#eeeeef;font-size:12px;line-height:1.3;white-space:normal}
.ap-button:hover{background:#2c2c30}
.ap-button.ap-primary{background:#efeff0;color:#171719;border-color:#efeff0}
.ap-button.ap-primary:hover{background:#d8d8dd}
.ap-customize{margin-left:auto}
.aterna-privacy button:focus-visible{outline:2px solid #e78b44;outline-offset:3px}
.ap-footer{padding:0 24px 28px;text-align:center}
.ap-reopen{background:none;border:0;color:#929298;font-size:12px;min-height:44px;padding:10px}
.ap-reopen:hover{color:#eeeeef}
.ap-dialog{position:fixed;inset:0;margin:auto;width:min(480px,calc(100vw - 32px));max-height:calc(100dvh - 40px);overflow:auto;padding:24px;background:#141416;color:#ededed;border:1px solid #353538;border-radius:16px;box-shadow:0 24px 100px #0007}
.ap-dialog::backdrop{background:#0009;backdrop-filter:blur(4px)}
.ap-dialog-top{display:flex;align-items:center;justify-content:space-between;gap:16px}
.ap-close{width:44px;height:44px;flex-shrink:0;display:grid;place-items:center;border:0;border-radius:9px;background:#242427;color:#dedee2;font-size:24px;line-height:1}
.ap-description,.ap-reload-note{color:#a2a2aa;font-size:12px;line-height:1.65;margin:12px 0 20px}
.ap-options{display:grid;gap:1px;background:#303034;border:1px solid #303034;border-radius:12px;overflow:hidden}
.ap-option{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:18px;background:#19191c}
.ap-option h3{font-size:13px;color:#eeeeef;margin:0 0 7px;font-weight:500;line-height:1.4}
.ap-option p{color:#96969f;font-size:12px;line-height:1.6;margin:0}
.ap-always{flex-shrink:0;max-width:90px;font-size:11px;color:#91919b;text-align:right}
.ap-switch{width:48px;min-width:48px;height:44px;padding:10px 0;background:transparent;border:0;position:relative}
.ap-switch::before{content:'';position:absolute;inset:10px 0;background:#414148;border-radius:20px}
.ap-switch-thumb{position:relative;display:block;width:18px;height:18px;background:#dedee2;border-radius:50%;margin-left:3px;transition:transform .15s}
.ap-switch[aria-checked=true]::before{background:#d6813b}
.ap-switch[aria-checked=true] .ap-switch-thumb{transform:translateX(24px);background:#fff}
.ap-dialog-actions{display:flex;justify-content:flex-end;margin-top:22px}
.ap-reload-note{margin-bottom:0}
@media(max-width:479px){.ap-banner{left:16px;bottom:16px;padding:18px}.ap-actions{display:grid;grid-template-columns:1fr 1fr}.ap-customize{grid-column:1/-1;margin-left:0}.ap-dialog{padding:18px}.ap-option{padding:15px;gap:12px}.ap-always{max-width:70px}}
@media(prefers-reduced-motion:reduce){.ap-switch-thumb{transition:none}}
