.cookie-banner{position:fixed;z-index:50;inset:auto 20px 20px;max-width:1200px;margin:auto;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:28px;padding:22px 26px;background:var(--surface);border:1px solid var(--border);border-radius:12px;box-shadow:0 10px 40px #24242115}
.cookie-banner h2{font:650 17px/1.4 var(--font-ui);letter-spacing:0;margin:0 0 6px}.cookie-banner p,.cookie-dialog p{font-size:14px;line-height:1.65;color:var(--text-muted)}
.cookie-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.cookie-actions .button{justify-content:center;white-space:nowrap}.cookie-settings-link{border:0;background:transparent;text-decoration:underline;font-size:13px;padding:8px}
.cookie-actions :is([data-cookie-reject],[data-cookie-accept]){background:var(--sky);border-color:var(--sky-border);color:#172A32}.cookie-actions :is([data-cookie-reject],[data-cookie-accept]):hover{background:var(--sky-hover)}.cookie-settings-link{background:#E6F3F7;color:#203D47;border:1px solid #C0DFE8;border-radius:6px;text-decoration:none;padding:8px 12px}.cookie-settings-link:hover{background:#D2EAF1}
.cookie-dialog{max-width:640px;width:calc(100% - 32px);max-height:calc(100dvh - 40px);overflow:auto;padding:28px;border:1px solid var(--border);border-radius:14px;background:var(--page);color:var(--text)}.cookie-dialog::backdrop{background:#24242166}.cookie-dialog-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:14px}.cookie-dialog h2{font-size:27px}.cookie-dialog .icon-button{flex-shrink:0}
.cookie-category{display:flex;align-items:center;justify-content:space-between;gap:24px;border-block-end:1px solid var(--border);padding:24px 0;font-size:15px;line-height:1.65}.cookie-category h3,.cookie-category strong{font-size:16px;font-weight:650;letter-spacing:0}.cookie-category p,.cookie-description{display:block;color:var(--text-muted);font-size:13px;margin-top:6px}.cookie-category input{appearance:none;flex:0 0 42px;width:42px;height:25px;border:1px solid #77746f;background:#d8d5ce;border-radius:20px;position:relative;cursor:pointer}.cookie-category input::before{content:"";position:absolute;top:3px;left:3px;width:17px;height:17px;background:white;border-radius:50%;box-shadow:0 1px 2px #0003;transition:transform .15s}.cookie-category input:checked{background:#357047;border-color:#357047}.cookie-category input:checked::before{transform:translateX(17px)}.cookie-required{font-size:12px;white-space:nowrap;color:#356044}.cookie-dialog .cookie-note{font-size:12px;margin:20px 0}.cookie-feedback{position:fixed;bottom:10px;left:20px;right:20px;text-align:center;background:var(--surface);z-index:51;font-size:13px}.cookie-feedback:empty{display:none}
.footer-legal-links{display:flex;flex-wrap:wrap;align-items:center;gap:8px 20px;font-size:12px;margin-left:auto}.footer-bottom .back-to-top{flex-shrink:0}.footer-bottom{gap:18px}
.privacy-page{max-width:1000px;margin:auto;padding:48px 24px 80px}.privacy-page h1{font-size:clamp(32px,4vw,48px);margin-bottom:10px}.privacy-page h2{font-size:24px;margin:32px 0 14px}.privacy-page p{margin:12px 0;font-size:16px}.privacy-page .privacy-updated{font-size:13px;color:var(--text-muted);margin-bottom:30px}.privacy-table-scroll{overflow:auto}.privacy-page table{border-collapse:collapse;width:100%;font-size:14px}.privacy-page th,.privacy-page td{text-align:left;padding:14px;border:1px solid var(--border);vertical-align:top;min-width:140px;overflow-wrap:anywhere}.privacy-page th{background:var(--surface-subtle)}
.video-consent-placeholder{min-height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:20px;padding:32px;background:var(--surface-subtle);border:1px solid var(--border);border-radius:10px;text-align:center}
@media(max-width:1000px){.cookie-banner{grid-template-columns:1fr;gap:14px}.cookie-actions{justify-content:flex-start}.footer-legal-links{margin-left:0}}
@media(max-width:600px){.cookie-banner{inset:auto 12px 12px;padding:18px;max-height:55dvh;overflow:auto}.cookie-banner p{font-size:13px}.cookie-banner .cookie-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}.cookie-banner .cookie-settings-link{grid-column:1/-1}.cookie-banner .button{font-size:12px;min-height:40px;padding:8px 10px}.cookie-dialog{padding:22px}.cookie-dialog .cookie-actions .button{flex:1}.footer-bottom{align-items:flex-start;flex-wrap:wrap}.footer-legal-links{order:3;flex-basis:100%}}
@media(prefers-reduced-motion:reduce){.cookie-category input::before{transition:none}}
