.cookie-consent{position:fixed;left:0;right:0;bottom:0;z-index:2000;padding:18px 20px;background:var(--mt-bg,#ffffff);border-top:1px solid var(--mt-border,#e5e7eb);box-shadow:0 -10px 30px rgba(17,24,39,.14)}.cookie-consent[hidden]{display:none}.cookie-consent__panel{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;max-width:1200px;margin:0 auto}.cookie-consent__title{margin:0 0 6px;color:var(--mt-text,#111827);font-size:1rem;font-weight:800}.cookie-consent__text{max-width:760px;margin:0;color:var(--mt-text-body,#4b5563);font-size:.88rem;line-height:1.6}.cookie-consent__text a{color:var(--mt-accent,#4f46e5);font-weight:600}.cookie-consent__options{display:grid;gap:10px;max-width:760px;margin:14px 0 0;padding:0;border:0}.cookie-consent__option{display:flex;align-items:flex-start;gap:10px;cursor:pointer}.cookie-consent__option input{flex:0 0 auto;margin-top:2px}.cookie-consent__option-copy{display:grid;gap:2px;color:var(--mt-text-body,#4b5563);font-size:.85rem;line-height:1.5}.cookie-consent__option-copy strong{color:var(--mt-text,#111827)}.cookie-consent__option input[disabled]{opacity:.65}.cookie-consent__actions{display:flex;flex:0 0 auto;flex-wrap:wrap;justify-content:flex-end;gap:8px}.cookie-consent__button{min-height:40px;border:1px solid var(--mt-border,#e5e7eb);border-radius:8px;padding:9px 14px;background:var(--mt-bg,#ffffff);color:var(--mt-text,#111827);font-size:.86rem;font-weight:700;white-space:nowrap;transition:background .18s ease,border-color .18s ease,color .18s ease}.cookie-consent__button:hover{border-color:color-mix(in srgb,var(--mt-accent,#4f46e5) 36%,var(--mt-border,#e5e7eb));color:var(--mt-accent,#4f46e5)}.cookie-consent__button--primary{border-color:var(--mt-primary,#667eea);background:var(--mt-primary,#667eea);color:var(--mt-bg,#ffffff)}.cookie-consent__button--primary:hover{border-color:var(--mt-accent,#4f46e5);background:var(--mt-accent,#4f46e5);color:var(--mt-bg,#ffffff)}.cookie-consent__button--ghost{border-color:transparent;background:transparent;color:var(--mt-text-muted,#6b7280)}.cookie-consent__button:focus-visible{outline:3px solid color-mix(in srgb,var(--mt-accent,#4f46e5) 45%,transparent);outline-offset:2px}@media (max-width:900px){.cookie-consent{padding:16px}.cookie-consent__panel{flex-direction:column;gap:14px}.cookie-consent__actions{width:100%;justify-content:stretch}.cookie-consent__button{flex:1 1 45%;white-space:normal}}@media (prefers-reduced-motion:reduce){.cookie-consent__button{transition:none}}[data-bs-theme="dark"] .cookie-consent{--mt-bg:#1a1d2e;--mt-border:#2a2e45;--mt-text:#e2e8f0;--mt-text-body:#c3cadb;--mt-text-muted:#8892b0;--mt-primary:#667eea;--mt-accent:#7c93ff}