:root{--marti-cookie-bg:#111827;--marti-cookie-text:#ffffff;--marti-cookie-muted:#d1d5db;--marti-cookie-line:rgba(255,255,255,.16)}
.marti-consent{position:fixed;inset:auto 1rem 1rem 1rem;z-index:99999;display:none;max-width:980px;margin:0 auto;background:var(--marti-cookie-bg);color:var(--marti-cookie-text);border:1px solid var(--marti-cookie-line);border-radius:20px;box-shadow:0 24px 70px rgba(0,0,0,.35);font-family:inherit;overflow:hidden}
.marti-consent.is-visible{display:block;animation:martiConsentIn .18s ease-out both}
@keyframes martiConsentIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}
.marti-consent__main{padding:1.05rem 1.15rem}.marti-consent__head{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.marti-consent__icon{width:2.25rem;height:2.25rem;display:grid;place-items:center;background:rgba(255,255,255,.1);border-radius:999px;flex:0 0 auto}.marti-consent__title{font-size:1rem;font-weight:800;line-height:1.2}.marti-consent__text{font-size:.92rem;line-height:1.5;color:var(--marti-cookie-muted);margin:.35rem 0 0}.marti-consent__links{margin-top:.55rem;font-size:.86rem}.marti-consent__links a{color:#fff;text-decoration:underline;text-underline-offset:3px}.marti-consent__actions{display:flex;flex-wrap:wrap;gap:.55rem;margin-top:1rem}.marti-consent button{font:inherit;cursor:pointer}.marti-consent__btn{border-radius:12px;border:1px solid rgba(255,255,255,.42);padding:.68rem .9rem;font-size:.9rem;font-weight:750;transition:transform .12s ease,background .12s ease}.marti-consent__btn:hover{transform:translateY(-1px)}.marti-consent__btn--primary{background:#fff;color:#111827;border-color:#fff}.marti-consent__btn--secondary{background:rgba(255,255,255,.08);color:#fff}.marti-consent__btn--ghost{background:transparent;color:#fff}.marti-consent__settings{display:none;border-top:1px solid var(--marti-cookie-line);padding:.95rem 1.15rem 1.1rem;background:rgba(255,255,255,.045)}.marti-consent.settings-open .marti-consent__settings{display:block}.marti-consent__row{display:flex;gap:.8rem;justify-content:space-between;align-items:flex-start;border:1px solid var(--marti-cookie-line);border-radius:14px;padding:.8rem;background:rgba(17,24,39,.72);margin:.55rem 0}.marti-consent__row strong{display:block;font-size:.92rem}.marti-consent__row span{display:block;color:var(--marti-cookie-muted);font-size:.82rem;line-height:1.35;margin-top:.18rem}.marti-consent__switch{position:relative;width:48px;height:28px;flex:0 0 auto}.marti-consent__switch input{opacity:0;width:0;height:0}.marti-consent__slider{position:absolute;cursor:pointer;inset:0;border-radius:999px;background:#4b5563;transition:.15s}.marti-consent__slider:before{content:"";position:absolute;height:22px;width:22px;left:3px;top:3px;border-radius:50%;background:#fff;transition:.15s}.marti-consent__switch input:checked+.marti-consent__slider{background:#9ca3af}.marti-consent__switch input:checked+.marti-consent__slider:before{transform:translateX(20px)}.marti-consent__switch input:disabled+.marti-consent__slider{opacity:.65;cursor:not-allowed}.marti-consent__footer-actions{display:flex;flex-wrap:wrap;gap:.55rem;justify-content:flex-end;margin-top:.8rem}.marti-consent-manage{position:fixed;left:1rem;bottom:1rem;z-index:99990;border:1px solid #d1d5db;background:#fff;color:#111827;border-radius:999px;padding:.5rem .8rem;font-size:.84rem;font-weight:700;box-shadow:0 10px 30px rgba(0,0,0,.12);display:none}.marti-consent-manage.is-visible{display:block}@media(max-width:640px){.marti-consent{left:.75rem;right:.75rem;bottom:.75rem;border-radius:18px}.marti-consent__actions,.marti-consent__footer-actions{display:grid}.marti-consent__btn{width:100%}.marti-consent__row{align-items:center}.marti-consent-manage{left:.75rem;bottom:.75rem}}
