.wy-cookie-root{position:fixed;inset:0;z-index:9000;pointer-events:none}.wy-cookie-root>*{pointer-events:auto}.wy-cookie-banner{position:fixed;left:0;right:0;bottom:0;z-index:9001;padding:20px 20px calc(20px + env(safe-area-inset-bottom, 0px));background:#16120e;color:#fff;border-top:1px solid hsla(0,0%,100%,.08);box-shadow:0 -12px 40px rgba(0,0,0,.22);animation:wyCookieSlideUp .35s cubic-bezier(.22,1,.36,1) both}@keyframes wyCookieSlideUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.wy-cookie-banner-inner{max-width:1240px;margin:0 auto;display:flex;flex-direction:column;gap:18px}@media (min-width:768px){.wy-cookie-banner-inner{flex-direction:row;align-items:center;justify-content:space-between;gap:28px}}.wy-cookie-banner-text{margin:0;font-family:Manrope,system-ui,sans-serif;font-size:14px;font-weight:500;line-height:1.55;color:hsla(0,0%,100%,.88);max-width:720px}.wy-cookie-banner-text a{color:#fff;text-decoration:underline;text-underline-offset:3px}.wy-cookie-banner-text a:hover{opacity:.85}.wy-cookie-banner-actions{display:flex;flex-wrap:wrap;gap:10px;flex-shrink:0}.wy-cookie-btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 22px;border-radius:999px;font-family:Sora,system-ui,sans-serif;font-size:14px;font-weight:650;letter-spacing:-.02em;cursor:pointer;transition:background .15s ease,border-color .15s ease,transform .12s ease;text-decoration:none;white-space:nowrap}.wy-cookie-btn:active{transform:scale(.98)}.wy-cookie-btn-accept{border:none;background:#fff;color:#16120e}.wy-cookie-btn-accept:hover{background:#f5f3ef}.wy-cookie-btn-outline{border:1.5px solid hsla(0,0%,100%,.55);background:transparent;color:#fff}.wy-cookie-btn-outline:hover{border-color:#fff;background:hsla(0,0%,100%,.06)}.wy-cookie-backdrop{position:fixed;inset:0;z-index:9002;background:rgba(22,18,14,.45);backdrop-filter:blur(4px);animation:wyCookieFadeIn .2s ease both}@keyframes wyCookieFadeIn{0%{opacity:0}to{opacity:1}}.wy-cookie-panel{position:fixed;z-index:9003;left:50%;bottom:max(20px,env(safe-area-inset-bottom,0px));transform:translateX(-50%);width:min(calc(100% - 32px),420px);padding:28px 24px 24px;border-radius:24px;background:#fff;color:#16120e;box-shadow:0 24px 64px rgba(22,18,14,.18);animation:wyCookiePanelIn .28s cubic-bezier(.22,1,.36,1) both}@media (min-width:768px){.wy-cookie-panel{top:50%;bottom:auto;transform:translate(-50%,-50%)}}@keyframes wyCookiePanelIn{0%{opacity:0;transform:translate(-50%,calc(-50% + 12px))}to{opacity:1;transform:translate(-50%,-50%)}}@media (max-width:767px){@keyframes wyCookiePanelIn{0%{opacity:0;transform:translateX(-50%) translateY(16px)}to{opacity:1;transform:translateX(-50%) translateY(0)}}}[data-theme=dark] .wy-cookie-panel,[data-theme=signal] .wy-cookie-panel{background:var(--surface,#1a1f28);color:var(--ink,#f5f3ef);border:1px solid var(--hairline,hsla(0,0%,100%,.08))}.wy-cookie-panel-close{position:absolute;top:16px;right:16px;display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:none;border-radius:8px;background:transparent;color:var(--ink-soft,#6f675e);cursor:pointer;transition:background .12s ease}.wy-cookie-panel-close:hover{background:color-mix(in oklab,var(--ink,#16120e) 6%,transparent)}.wy-cookie-panel h2{margin:0 0 10px;padding-right:36px;font-family:Sora,system-ui,sans-serif;font-size:1.25rem;font-weight:750;letter-spacing:-.03em;line-height:1.2}.wy-cookie-panel-lead{margin:0 0 20px;font-family:Manrope,system-ui,sans-serif;font-size:14px;line-height:1.55;color:var(--ink-soft,#6f675e)}.wy-cookie-panel-lead a{color:inherit;text-decoration:underline;text-underline-offset:2px}.wy-cookie-toggle-list{display:flex;flex-direction:column;gap:12px;margin-bottom:22px}.wy-cookie-toggle-row{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:14px 16px;border-radius:14px;background:color-mix(in oklab,var(--ink,#16120e) 3%,transparent);border:1px solid color-mix(in oklab,var(--ink,#16120e) 7%,transparent)}.wy-cookie-toggle-copy strong{display:block;margin-bottom:4px;font-family:Sora,system-ui,sans-serif;font-size:14px;font-weight:650;letter-spacing:-.02em}.wy-cookie-toggle-copy span{display:block;font-family:Manrope,system-ui,sans-serif;font-size:13px;line-height:1.45;color:var(--ink-soft,#6f675e)}.wy-cookie-always{flex-shrink:0;padding:4px 10px;border-radius:999px;background:color-mix(in oklab,var(--brand,#ff6b00) 10%,transparent);color:var(--brand,#ff6b00);font-family:Manrope,system-ui,sans-serif;font-size:11px;font-weight:700;letter-spacing:.02em;text-transform:uppercase}.wy-cookie-switch{position:relative;flex-shrink:0;width:48px;height:28px;padding:0;border:none;border-radius:999px;background:color-mix(in oklab,var(--ink,#16120e) 14%,transparent);cursor:pointer;transition:background .15s ease}.wy-cookie-switch.is-on{background:var(--brand,#ff6b00)}.wy-cookie-switch-knob{position:absolute;top:3px;left:3px;width:22px;height:22px;border-radius:50%;background:#fff;box-shadow:0 1px 4px rgba(0,0,0,.15);transition:transform .15s ease}.wy-cookie-switch.is-on .wy-cookie-switch-knob{transform:translateX(20px)}.wy-cookie-panel-actions{display:flex;flex-direction:column;gap:10px}.wy-cookie-btn-dark{width:100%;border:none;background:#16120e;color:#fff}.wy-cookie-btn-dark:hover{background:#2a2622}.wy-cookie-btn-muted{width:100%;border:none;background:#f0ece6;color:#16120e}.wy-cookie-btn-muted:hover{background:#e8e2da}[data-theme=dark] .wy-cookie-btn-muted,[data-theme=signal] .wy-cookie-btn-muted{background:color-mix(in oklab,var(--ink,#fff) 8%,transparent);color:var(--ink,#f5f3ef)}[data-theme=dark] .wy-cookie-btn-dark,[data-theme=signal] .wy-cookie-btn-dark{background:var(--brand,#ff6b00);color:var(--brand-ink,#fff)}