[hidden], .mant-cm-modal[hidden], .mant-cm-banner[hidden], .mant-cm-floating-button[hidden] { display: none !important; }
.mant-cm-banner { position: fixed; left: 20px; right: 20px; bottom: 20px; z-index: 999999; display: flex; justify-content: space-between; gap: 20px; align-items: center; background: var(--mant-cm-bg, #ffffff); color: var(--mant-cm-text, #0f172a); border: 1px solid #dbe3ef; border-radius: var(--mant-cm-radius, 16px); padding: 18px; box-shadow: 0 20px 60px rgba(15,23,42,.18); font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
.mant-cm-banner-close { position: absolute; top: 8px; right: 10px; border: 0; background: transparent; color: var(--mant-cm-text, #0f172a); font-size: 24px; line-height: 1; cursor: pointer; }
.mant-cm-banner h2 { font-size: 18px; margin: 0 0 6px; color: var(--mant-cm-text, #0f172a); }
.mant-cm-banner p { margin: 0; font-size: 14px; line-height: 1.5; color: var(--mant-cm-text, #475569); opacity: .82; }
.mant-cm-banner a { color: var(--mant-cm-primary, #2563eb); text-decoration: underline; }
.mant-cm-banner[dir="rtl"], .mant-cm-modal[dir="rtl"] { direction: rtl; text-align: right; }
.mant-cm-banner[dir="rtl"] .mant-cm-banner-close { right: auto; left: 10px; }
.mant-cm-modal[dir="rtl"] .mant-cm-cookie-details th, .mant-cm-modal[dir="rtl"] .mant-cm-cookie-details td { text-align: right; }
.mant-cm-position-bottom-left, .mant-cm-position-bottom-right { width: min(var(--mant-cm-width, 520px), calc(100vw - 40px)); right: auto; flex-direction: column; align-items: flex-start; }
.mant-cm-position-bottom-left { right: auto; }
.mant-cm-position-bottom-right { left: auto; right: 20px; }
.mant-cm-position-center { top: 50%; bottom: auto; left: 50%; right: auto; transform: translate(-50%, -50%); width: min(680px, calc(100vw - 40px)); flex-direction: column; align-items: flex-start; }
.mant-cm-banner-actions, .mant-cm-modal-actions { display: flex; gap: 10px; flex-wrap: wrap; justify-content: flex-end; }
.mant-cm-buttons-stacked .mant-cm-banner-actions, .mant-cm-buttons-stacked.mant-cm-banner { align-items: stretch; }
.mant-cm-buttons-stacked .mant-cm-banner-actions { flex-direction: column; width: 100%; }
.mant-cm-btn { border: 0; border-radius: 999px; padding: 10px 16px; font-weight: 700; cursor: pointer; font-size: 14px; }
.mant-cm-btn:focus-visible, .mant-cm-close:focus-visible, .mant-cm-floating-button:focus-visible, .mant-cm-banner-close:focus-visible { outline: 3px solid var(--mant-cm-primary, #2563eb); outline-offset: 2px; }
.mant-cm-btn-primary { background: var(--mant-cm-primary, #2563eb); color: #fff; }
.mant-cm-btn-secondary { background: #e2e8f0; color: #0f172a; }
.mant-cm-floating-button { position: fixed; left: 20px; bottom: 20px; z-index: 999998; border: 0; border-radius: 999px; padding: 10px 14px; background: #0f172a; color: #fff; cursor: pointer; box-shadow: 0 10px 30px rgba(15,23,42,.25); }
.mant-cm-floating-right { left: auto; right: 20px; }
.mant-cm-modal { position: fixed; inset: 0; z-index: 1000000; background: rgba(15,23,42,.55); display: flex; align-items: center; justify-content: center; padding: 20px; font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
.mant-cm-modal-panel { background: #fff; color: #0f172a; width: min(720px, 100%); max-height: 90vh; overflow: auto; border-radius: 18px; box-shadow: 0 20px 80px rgba(15,23,42,.3); }
.mant-cm-modal-header { display: flex; justify-content: space-between; align-items: center; padding: 20px; border-bottom: 1px solid #e2e8f0; }
.mant-cm-modal-header h2 { margin: 0; font-size: 20px; }
.mant-cm-close { border: 0; background: transparent; font-size: 30px; cursor: pointer; line-height: 1; }
.mant-cm-category-list { padding: 10px 20px; }
.mant-cm-category-row { padding: 0; border-bottom: 1px solid #e2e8f0; }
.mant-cm-category-row summary { display: flex; justify-content: space-between; align-items: center; gap: 18px; padding: 16px 0; cursor: pointer; list-style: none; }
.mant-cm-category-row summary::-webkit-details-marker { display: none; }
.mant-cm-category-row strong { display: block; margin-bottom: 4px; }
.mant-cm-category-row em { display: block; margin: 0; color: #64748b; font-size: 14px; line-height: 1.5; font-style: normal; }
.mant-cm-cookie-details { padding: 0 0 16px; overflow-x: auto; }
.mant-cm-cookie-details h3 { margin: 0 0 10px; font-size: 14px; }
.mant-cm-cookie-details table { width: 100%; border-collapse: collapse; font-size: 13px; }
.mant-cm-cookie-details th, .mant-cm-cookie-details td { border-top: 1px solid #e2e8f0; padding: 8px; text-align: left; vertical-align: top; }
.mant-cm-empty-inline { color: #64748b; margin: 0; }
.mant-cm-modal-actions { padding: 20px; }
.mant-cm-switch input { display: none; }
.mant-cm-switch span { display: block; width: 52px; height: 28px; border-radius: 999px; background: #cbd5e1; position: relative; transition: .2s; }
.mant-cm-switch span:before { content: ""; position: absolute; width: 22px; height: 22px; border-radius: 999px; background: #fff; top: 3px; left: 3px; transition: .2s; }
.mant-cm-switch input:checked + span { background: var(--mant-cm-primary, #2563eb); }
.mant-cm-switch input:checked + span:before { transform: translateX(24px); }
.mant-cm-embed-placeholder { border: 1px solid #dbe3ef; border-radius: 14px; padding: 22px; background: #f8fafc; color: #0f172a; text-align: center; margin: 12px 0; }
.mant-cm-embed-placeholder p { margin: 8px 0 14px; color: #64748b; }
@media (max-width: 760px) { .mant-cm-banner, .mant-cm-position-bottom-left, .mant-cm-position-bottom-right, .mant-cm-position-center { left: 12px; right: 12px; bottom: 12px; top: auto; transform: none; width: auto; max-width: none; flex-direction: column; align-items: flex-start; } .mant-cm-banner-actions, .mant-cm-modal-actions { width: 100%; justify-content: stretch; } .mant-cm-btn { flex: 1; } .mant-cm-category-row summary { align-items: flex-start; } }
