/* Standalone privacy component shared by Aterna and VECTA. */
.aterna-privacy{font-family:inherit;color:#f2ebe5;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(420px,calc(100vw - 32px));padding:15px;background:linear-gradient(135deg,#332e29,#252426);border:1px solid #bcaa9438;border-radius:16px;box-shadow:0 12px 40px #0004}
.ap-banner-head{display:flex;align-items:flex-start;gap:11px}
.ap-lock{display:block;width:44px;height:44px;flex:none;object-fit:contain}
.ap-banner-copy{min-width:0;flex:1}
.ap-banner h2,.ap-dialog h2{margin:0;color:#f7efe7;font-size:14px;font-weight:500;line-height:1.4;letter-spacing:-.02em}
.ap-banner-copy>p{margin:5px 0 0;color:#c9bfb5;font-size:12px;line-height:1.5}
.ap-actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;margin-top:12px}
.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 #aa958033;border-radius:10px;padding:8px 10px;background:#3a332f;color:#f1e9e0;font-size:12px;line-height:1.3;white-space:normal}
.ap-button:hover{background:#493e36}
.ap-button.ap-primary{background:#ebc7a7;color:#30241c;border-color:#ebc7a7}
.ap-button.ap-primary:hover{background:#f5d5b8}
.ap-customize{background:transparent;border-color:transparent;color:#d5c6b8}
.aterna-privacy button:focus-visible{outline:2px solid #eeb785;outline-offset:3px}
.ap-footer{padding:0 24px 28px;text-align:center}
.ap-reopen{background:none;border:0;color:#a89d93;font-size:12px;min-height:44px;padding:10px}
.ap-reopen:hover{color:#f1e9e0}
.ap-dialog{position:fixed;inset:0;margin:auto;width:min(460px,calc(100vw - 32px));max-height:calc(100dvh - 32px);overflow:auto;padding:20px;background:linear-gradient(145deg,#332e29,#252426);color:#f2ebe5;border:1px solid #bcaa9440;border-radius:20px;box-shadow:0 24px 90px #0006}
.ap-dialog::backdrop{background:#08060599;backdrop-filter:blur(4px)}
.ap-dialog-top{display:flex;align-items:center;justify-content:space-between;gap:8px}
.ap-dialog-heading{display:flex;align-items:center;gap:11px;min-width:0}
.ap-close{width:44px;height:44px;flex-shrink:0;display:grid;place-items:center;border:0;border-radius:50%;background:#ffffff06;color:#e6d8cb;font-size:24px;line-height:1}
.ap-close:hover{background:#ffffff0d}
.ap-description,.ap-reload-note{color:#c1b5ab;font-size:12px;line-height:1.5;margin:12px 0 16px}
.ap-options{display:grid;gap:8px}
.ap-option{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px;background:#ffffff05;border:1px solid #ffffff08;border-radius:12px}
.ap-option h3{font-size:13px;color:#f1e9e0;margin:0 0 5px;font-weight:500;line-height:1.4}
.ap-option p{color:#b8aca1;font-size:12px;line-height:1.5;margin:0}
.ap-always{flex-shrink:0;max-width:90px;font-size:11px;color:#c7b3a0;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:#5b514a;border-radius:20px}
.ap-switch-thumb{position:relative;display:block;width:18px;height:18px;background:#e4d9ce;border-radius:50%;margin-left:3px;transition:transform .15s}
.ap-switch[aria-checked=true]::before{background:#bd8151}
.ap-switch[aria-checked=true] .ap-switch-thumb{transform:translateX(24px);background:#fff2e5}
.ap-dialog-actions{display:flex;justify-content:flex-end;margin-top:16px}
.ap-reload-note{margin-bottom:0}
@media(max-width:479px){.ap-banner{left:16px;bottom:16px;padding:13px}.ap-banner-head{gap:9px}.ap-banner .ap-lock{width:36px;height:36px}.ap-button{font-size:11px;padding-inline:6px}.ap-dialog{padding:16px}.ap-option{padding:12px;gap:12px}.ap-always{max-width:70px}}
@media(prefers-reduced-motion:reduce){.ap-switch-thumb{transition:none}}
