:root {
    --bg: #f4f5fb;
    --ink: #171426;
    --muted: #68677a;
    --line: #dedfeb;
    --panel: #ffffff;
    --accent: #6d2ee8;
    --accent-dark: #4b1fb2;
    --warn: #bd345d;
    --gold: #ff126f;
    --gold-strong: #ff126f;
    --legacy-blue: #17265f;
    --legacy-blue-2: #3159b8;
    --legacy-navy: #05030c;
    --legacy-teal: #10bff5;
    --teal: #10bff5;
    --soft-blue: #edf4ff;
    --soft-gold: #fff0f6;
    --soft-teal: #e9faff;
    --soft-red: #fff0f4;
    --show-cyan: #10bff5;
    --show-pink: #ff126f;
    --show-amber: #f7b842;
    --show-violet: #7b2cff;
    --vivento-pink: #ff126f;
    --vivento-violet: #7b2cff;
    --vivento-cyan: #10bff5;
}

* { box-sizing: border-box; }
body {
    margin: 0;
    background:
        linear-gradient(180deg, rgba(7, 30, 53, .05), transparent 260px),
        repeating-linear-gradient(90deg, rgba(10, 60, 100, .035) 0 1px, transparent 1px 92px),
        var(--bg);
    color: var(--ink);
    font-family: Inter, Segoe UI, Arial, sans-serif;
    line-height: 1.5;
    overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
.topbar {
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 0 32px;
    background: #101828;
    color: #fff;
}
.brand, .nav { display: flex; align-items: center; gap: 14px; }
.brand { font-weight: 800; letter-spacing: 0; }
.brand-mark {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    background: var(--gold);
    color: #101828;
    font-size: 14px;
}
.brand-logo {
    display: block;
    width: auto;
    height: 46px;
}
.brand-icon {
    display: block;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
}
.vivento-lockup {
    display: inline-flex;
    min-width: 0;
    align-items: center;
    gap: 9px;
}
.vivento-mark {
    display: block;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    object-fit: cover;
    border-radius: 8px;
}
.vivento-brand-copy,
.vivento-wordmark,
.vivento-brand-copy small {
    display: block;
}
.vivento-wordmark {
    white-space: nowrap;
    font-size: 19px;
    font-style: italic;
    font-weight: 950;
    line-height: 1;
}
.vivento-wordmark b {
    color: var(--vivento-pink);
    background: linear-gradient(90deg, var(--vivento-pink), var(--vivento-violet) 78%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.vivento-wordmark em {
    color: #fff;
    font-style: inherit;
}
.vivento-brand-copy small {
    margin-top: 4px;
    color: #c9c7d5;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: .12em;
    line-height: 1;
    text-transform: uppercase;
}
.button,
.brand-logo,
.brand-icon,
.nav a,
.client-action,
.spotlight-card,
.modern-event-card,
.store-featured-product,
.store-benefit-strip article,
.product-card,
.product-info-panel,
.event-format-rail a,
.event-customer-guide article,
.event-map-flow span,
.show-control-band article,
.module-card,
.workflow-step,
.ticket-rate {
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease, background-color .22s ease, color .22s ease, opacity .22s ease;
}
.nav a { color: #e5e7eb; font-size: 14px; }
.page { width: min(1500px, calc(100% - 32px)); margin: 28px auto 56px; }

@media (min-width: 861px) {
    .ticketing-hero,
    .show-marquee,
    .event-detail-hero,
    .event-detail-grid,
    .full-bleed-section-head,
    .full-bleed-event-grid {
        width: calc(100vw - 48px);
        margin-left: calc(50% - 50vw + 24px);
        margin-right: calc(50% - 50vw + 24px);
    }
}
.notice {
    width: min(1180px, calc(100% - 32px));
    margin: 18px auto 0;
    padding: 12px 16px;
    background: #e8f5ef;
    border: 1px solid #b7decf;
}
.notice-error { background: #fff0f0; border-color: #f0b7b7; color: var(--warn); }
.notice-warning { background: #fff8e6; border-color: #f4d58d; color: #875900; }
.hero, .admin-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    padding: 34px 0 22px;
}
.eyebrow { margin: 0 0 8px; color: var(--accent); font-size: 12px; font-weight: 800; text-transform: uppercase; }
h1, h2, p { margin-top: 0; }
h1 { font-size: 42px; line-height: 1.05; margin-bottom: 12px; letter-spacing: 0; }
h2 { font-size: 20px; margin-bottom: 14px; }
.hero-copy, .lead { color: var(--muted); max-width: 720px; }
.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 44px;
    padding: 0 18px;
    background: var(--accent);
    color: #fff;
    border: 0;
    cursor: pointer;
    font-weight: 700;
    font-size: 14px;
}
.button:hover { background: var(--accent-dark); }
.button.secondary { background: #26364f; }
.button.ghost { background: transparent; color: var(--accent); border: 1px solid var(--accent); }
.button.full { width: 100%; }
.button.compact { min-height: 34px; padding: 0 12px; font-size: 12px; }
.button.danger { background: var(--warn); }
.button.danger:hover { background: #812f2f; }
.event-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 18px; }
.event-card, .panel, .side-panel, .empty-state, .center-panel { background: var(--panel); border: 1px solid var(--line); border-radius: 8px; }
.event-card { overflow: hidden; }
.event-cover {
    height: 150px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, #162033, #0b6f6a);
    color: #fff;
}
.event-cover > span:not(.event-ribbon):not(.event-date-badge) { font-size: 46px; font-weight: 900; }
.event-body { padding: 18px; }
.event-meta, .event-actions, .summary-line, .summary-total, .order-line, .ticket-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}
.event-meta { color: var(--muted); font-size: 13px; margin-bottom: 10px; }
.event-actions { margin-top: 18px; justify-content: flex-start; }
.detail-layout, .checkout-layout, .admin-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 22px;
    align-items: start;
}
.detail-layout > *,
.checkout-layout > *,
.admin-grid > * {
    min-width: 0;
}
.detail-main, .admin-form { background: var(--panel); border: 1px solid var(--line); padding: 26px; }
.detail-main,
.seat-map-panel,
.side-panel {
    min-width: 0;
}
.side-panel, .center-panel, .panel, .empty-state { padding: 22px; }
.cart-empty-state {
    display: grid;
    justify-items: center;
    gap: 10px;
    min-height: 330px;
    align-content: center;
    text-align: center;
}
.empty-state-icon {
    display: grid;
    place-items: center;
    width: 72px;
    height: 72px;
    color: #fff;
    background: linear-gradient(135deg, var(--accent), var(--legacy-blue));
    border-radius: 8px;
    box-shadow: 0 14px 30px rgba(7, 30, 53, .16);
}
.empty-state-icon i {
    font-size: 30px;
}
.cart-empty-state p:not(.eyebrow) {
    max-width: 520px;
    margin: 0;
    color: var(--muted);
}
.cart-empty-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-top: 8px;
}
.cart-flow-guide {
    margin: -6px 0 18px;
}
.cart-flow-guide article {
    min-height: 96px;
}
.facts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin: 22px 0 0; }
.facts div, .ticket-row, .ticket-pick { border: 1px solid var(--line); padding: 14px; background: #fbfcfe; }
.facts dt { color: var(--muted); font-size: 12px; text-transform: uppercase; font-weight: 800; }
.facts dd { margin: 4px 0 0; font-weight: 700; }
.facts.compact { grid-template-columns: 1fr; }
.ticket-row { display: flex; justify-content: space-between; gap: 14px; margin-bottom: 10px; }
.ticket-row span, .ticket-pick small, .hint { display: block; color: var(--muted); font-size: 13px; }
.price, .summary-total strong { font-size: 20px; font-weight: 900; }
.ticket-picker { display: grid; gap: 10px; }
.ticket-pick { display: grid; grid-template-columns: 1fr 88px; gap: 16px; align-items: center; border-radius: 8px; }
input, select, textarea {
    width: 100%;
    min-height: 42px;
    border: 1px solid var(--line);
    padding: 9px 10px;
    font: inherit;
    background: #fff;
}
label { display: grid; gap: 6px; font-size: 14px; font-weight: 700; }
.field-label {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}
.field-label i {
    color: var(--accent);
}
.form-panel { display: grid; gap: 14px; }
.summary-line, .summary-total { padding: 10px 0; border-bottom: 1px solid var(--line); }
.summary-total { border-bottom: 0; }
.table-wrap { overflow-x: auto; border: 1px solid var(--line); background: #fff; margin-bottom: 18px; border-radius: 8px; }
table { width: 100%; border-collapse: collapse; min-width: 620px; }
th, td { text-align: left; padding: 13px 14px; border-bottom: 1px solid var(--line); }
th { background: #edf1f7; font-size: 12px; text-transform: uppercase; color: var(--muted); }
.center-panel { width: min(620px, 100%); margin: 70px auto; text-align: center; }
.ticket-list { display: grid; gap: 10px; margin-top: 18px; }
.ticket-link { padding: 14px; border: 1px solid var(--line); background: #fbfcfe; }
.recovery-helper-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin: 18px 0 4px;
}
.recovery-helper-list article {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    min-height: 118px;
    padding: 15px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 8px 22px rgba(23, 32, 51, .04);
}
.recovery-helper-list i {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    color: #fff;
    background: linear-gradient(135deg, var(--accent), var(--legacy-blue));
    border-radius: 8px;
}
.recovery-helper-list strong {
    color: var(--legacy-navy);
}
.recovery-helper-list p {
    margin: 5px 0 0;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.45;
}
.recovery-empty-state {
    margin-top: 14px;
}
.ticket-print { width: min(820px, 100%); margin: 0 auto; }
.ticket-paper { display: grid; grid-template-columns: minmax(0, 1fr) 190px; gap: 26px; align-items: center; background: #fff; border: 1px solid var(--line); padding: 28px; }
.qr { border: 1px solid var(--line); padding: 12px; background: #fff; }
.print-button { margin-top: 16px; }
.code { font-family: Consolas, monospace; font-weight: 900; }
.table-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: center;
}
.ticket-chip-list {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    min-width: 170px;
}
.ticket-chip-list a,
.ticket-chip-list span {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 0 8px;
    color: var(--legacy-blue);
    background: #eef7fb;
    border: 1px solid #cce3f4;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 900;
}
.sales-action-board {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 18px;
}
.ticket-format-actions {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    margin-bottom: 12px;
}
.ticket-format-picker {
    display: grid;
    gap: 18px;
}
.ticket-format-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}
.ticket-format-card span {
    color: var(--accent);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}
.ticket-format-card strong {
    display: block;
    margin: 6px 0;
    font-size: 20px;
}
.physical-ticket-sheet {
    page: physical-ticket;
    width: 308mm;
    max-width: 100%;
    margin: 0 auto;
    overflow-x: auto;
}
.physical-ticket {
    width: 308mm;
    height: 104mm;
    display: grid;
    grid-template-columns: 48mm minmax(0, 1fr) 62mm;
    color: #111827;
    background: #fff;
    border: 2px solid #111827;
}
.physical-ticket-stub,
.physical-ticket-code {
    display: grid;
    align-content: center;
    gap: 6px;
    padding: 10mm 8mm;
    background: #f2f4f7;
}
.physical-ticket-stub { border-right: 1px dashed #111827; }
.physical-ticket-code {
    justify-items: center;
    border-left: 1px dashed #111827;
}
.physical-ticket-stub span,
.physical-ticket-details span,
.physical-ticket-code small {
    color: #667085;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
}
.physical-ticket-stub strong {
    font-size: 17px;
    line-height: 1.05;
}
.physical-ticket-main {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 64mm;
    gap: 9mm;
    align-items: center;
    padding: 10mm;
}
.physical-ticket-main h1 {
    max-width: 125mm;
    margin-bottom: 8px;
    font-size: 30px;
}
.physical-ticket-details {
    display: grid;
    gap: 7px;
}
.physical-ticket-details div {
    padding: 7px 9px;
    background: #f8fafc;
    border: 1px solid #d8dde6;
}
.physical-ticket-details strong {
    display: block;
    font-size: 16px;
}
.compact-qr {
    width: 34mm;
    height: 34mm;
    display: grid;
    place-items: center;
}
.compact-qr svg {
    width: 100%;
    height: 100%;
}
.eticket-sheet {
    page: eticket-page;
    width: min(210mm, 100%);
    margin: 0 auto;
}
.eticket-paper {
    min-height: 290mm;
    padding: 18mm;
    background: #fff;
    border: 1px solid var(--line);
    box-shadow: 0 8px 24px rgba(23, 32, 51, .05);
}
.eticket-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 58mm;
    gap: 16mm;
    align-items: start;
    padding-bottom: 12mm;
    border-bottom: 1px solid var(--line);
}
.eticket-head h1 { font-size: 34px; }
.eticket-qr {
    width: 58mm;
    height: 58mm;
    display: grid;
    place-items: center;
}
.eticket-qr svg {
    width: 100%;
    height: 100%;
}
.eticket-facts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 14mm 0;
}
.eticket-facts div {
    padding: 12px;
    background: #fbfcfe;
    border: 1px solid var(--line);
}
.eticket-facts dt {
    color: var(--muted);
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
}
.eticket-facts dd {
    margin: 4px 0 0;
    font-weight: 900;
}
.eticket-warning {
    padding: 14px;
    color: #7a2f16;
    background: #fff5ed;
    border: 1px solid #ffd6bc;
    border-radius: 8px;
}
.eticket-warning p { margin-bottom: 0; }
.public-content {
    width: min(860px, 100%);
    margin: 0 auto;
    font-size: 17px;
}
.page-content {
    white-space: normal;
    color: #253044;
}
.button.warning { background: #d79724; color: #101828; }
.button.whatsapp { background: #128c7e; color: #fff; }
.button.disabled,
.button:disabled {
    color: #7a8495;
    background: #e5e9f0;
    border-color: #d2dae6;
    cursor: not-allowed;
}
.control-vta-head {
    padding-bottom: 14px;
}
.event-search-panel {
    display: grid;
    grid-template-columns: minmax(260px, 1.2fr) minmax(260px, 1fr) max-content max-content;
    gap: 10px;
    align-items: end;
    margin-bottom: 16px;
    padding: 14px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(23, 32, 51, .05);
}
.sales-recent-events {
    display: grid;
    grid-template-columns: max-content minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    margin: -8px 0 16px;
    padding: 7px 9px;
    background: #eef7fb;
    border: 1px solid rgba(11, 79, 120, .15);
    border-radius: 7px;
}
.sales-recent-events > span {
    color: var(--legacy-blue);
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
    white-space: nowrap;
}
.sales-recent-events > span i {
    margin-right: 6px;
    color: var(--gold-strong);
}
.sales-recent-events > div {
    display: flex;
    gap: 5px;
    min-width: 0;
    overflow-x: auto;
    scrollbar-width: thin;
}
.sales-recent-events a {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    min-height: 27px;
    max-width: 240px;
    padding: 4px 8px;
    color: var(--legacy-blue);
    background: #fff;
    border: 1px solid rgba(11, 79, 120, .20);
    border-radius: 999px;
}
.sales-recent-events a:hover,
.sales-recent-events a.is-active {
    color: #fff;
    background: var(--accent);
    border-color: var(--accent);
}
.sales-recent-events a small {
    color: var(--gold-strong);
    font-size: 8px;
    font-weight: 900;
}
.sales-recent-events a strong {
    overflow: hidden;
    font-size: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.control-event-card {
    display: grid;
    grid-template-columns: 190px minmax(0, 1fr);
    gap: 18px;
    margin-bottom: 16px;
    padding: 18px;
    color: #fff;
    background:
        linear-gradient(135deg, rgba(7, 30, 53, .96), rgba(10, 60, 100, .9)),
        var(--legacy-navy);
    border-radius: 8px;
    box-shadow: 0 18px 40px rgba(7, 30, 53, .22);
}
.control-event-cover {
    min-height: 220px;
    display: grid;
    place-items: center;
    overflow: hidden;
    background: rgba(255, 255, 255, .12);
    border: 2px solid rgba(255, 255, 255, .8);
}
.control-event-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.control-event-cover span {
    font-size: 44px;
    font-weight: 900;
}
.control-event-cover .event-cover-fallback {
    display: grid;
    place-items: center;
    width: 70px;
    height: 70px;
    border-radius: 10px;
    background: rgba(255, 255, 255, .12);
    font-size: 28px;
}
.control-event-facts {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
    align-content: center;
    margin: 0;
}
.control-event-facts div {
    overflow: hidden;
    background: rgba(255, 255, 255, .86);
    border-radius: 6px;
}
.control-event-facts dt {
    padding: 6px 8px;
    color: #fff;
    background: rgba(15, 93, 148, .55);
    font-size: 11px;
    font-weight: 900;
    text-align: center;
}
.control-event-facts dd {
    min-height: 34px;
    margin: 0;
    padding: 7px 8px;
    color: var(--legacy-navy);
    font-size: 13px;
    font-weight: 800;
}
.analysis-filter,
.report-strip,
.bulk-action-strip,
.footer-action-strip,
.order-action-ribbon {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin-bottom: 12px;
    padding: 12px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 8px;
}
.analysis-filter span,
.report-strip strong {
    color: var(--muted);
    font-size: 12px;
    font-weight: 900;
}
.analysis-filter select,
.analysis-filter input {
    width: auto;
    min-width: 120px;
}
.analysis-board {
    display: grid;
    gap: 14px;
    margin-bottom: 14px;
}
.analysis-panel {
    padding: 18px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(23, 32, 51, .05);
}
.analysis-columns {
    display: grid;
    grid-template-columns: minmax(260px, .8fr) minmax(0, 1.2fr);
    gap: 18px;
}
.analysis-columns h3 {
    margin-bottom: 10px;
    color: var(--legacy-blue);
    font-size: 16px;
}
.mini-bars {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 8px;
    min-height: 150px;
    align-items: end;
    padding: 12px;
    background: #edf5fb;
    border-radius: 8px;
}
.mini-bars span {
    display: grid;
    gap: 4px;
    align-items: end;
    min-width: 0;
    text-align: center;
}
.mini-bars i {
    display: block;
    height: max(8px, var(--bar));
    background: linear-gradient(180deg, #42a5d9, var(--legacy-blue));
    border-radius: 6px 6px 0 0;
}
.purchase-bars i,
.purchase-bars span {
    --purchase-color: #bd8b2f;
}
.purchase-bars i {
    background: linear-gradient(180deg, #f2c65e, #bd8b2f);
}
.mini-bars b,
.mini-bars em {
    color: var(--muted);
    font-size: 10px;
    font-style: normal;
    font-weight: 900;
}
.day-bars {
    display: grid;
    grid-template-columns: repeat(31, minmax(5px, 1fr));
    gap: 3px;
    min-height: 150px;
    align-items: end;
    padding: 12px;
    background: #edf5fb;
    border-radius: 8px;
}
.day-bars span {
    height: max(5px, var(--bar));
    background: linear-gradient(180deg, #42a5d9, var(--legacy-blue));
    border-radius: 4px 4px 0 0;
}
.day-bars.purchase-bars span {
    background: linear-gradient(180deg, #f2c65e, #bd8b2f);
}
.report-strip {
    justify-content: space-between;
}
.report-strip div {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}
.control-filter-grid {
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
}
.control-sales-table table {
    min-width: 1680px;
}
.control-sales-table th,
.control-sales-table td {
    padding: 10px 9px;
    font-size: 12px;
    vertical-align: top;
}
.has-open-modal {
    overflow: hidden;
}
.legacy-modal[hidden] {
    display: none;
}
.legacy-modal {
    position: fixed;
    inset: 0;
    z-index: 120;
    display: grid;
    place-items: center;
    padding: 20px;
}
.legacy-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(7, 30, 53, .68);
    backdrop-filter: blur(5px);
}
.legacy-modal-panel {
    position: relative;
    z-index: 1;
    width: min(1180px, 96vw);
    max-height: min(900px, 92vh);
    display: grid;
    gap: 14px;
    overflow: hidden;
    padding: 16px;
    background: #fff;
    border: 1px solid #c7d4e4;
    border-radius: 8px;
    box-shadow: 0 28px 80px rgba(7, 30, 53, .34);
}
.legacy-modal-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--line);
}
.legacy-modal-head span {
    display: block;
    color: var(--accent);
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
}
.legacy-modal-head h2 {
    margin: 2px 0 0;
    color: var(--legacy-blue);
    font-size: 18px;
}
.legacy-modal-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-end;
}
.legacy-modal-frame iframe {
    width: 100%;
    height: min(74vh, 740px);
    background: #eef3f8;
    border: 1px solid var(--line);
}
.legacy-action-modal .legacy-modal-panel {
    width: min(520px, 94vw);
    overflow: visible;
}
.legacy-action-modal textarea {
    resize: vertical;
}
.legacy-modal-submit {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    padding-top: 4px;
}
.ticket-mini-brand,
.ticket-logo-wordmark {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--legacy-navy);
    font-weight: 900;
}
.ticket-mini-brand span {
    display: grid;
    place-items: center;
    width: 32px;
    height: 28px;
    color: #101828;
    background: var(--gold);
}
.ticket-barcode {
    position: relative;
    width: 72mm;
    height: 20mm;
    background:
        repeating-linear-gradient(90deg, #111 0 1.2mm, transparent 1.2mm 2.1mm, #111 2.1mm 3mm, transparent 3mm 4.5mm);
}
.ticket-barcode span {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -6mm;
    color: #111;
    font-size: 10px;
    font-weight: 900;
    text-align: center;
}
.physical-ticket-legacy {
    grid-template-columns: 36mm minmax(0, 1fr) 58mm;
    margin: 0;
    overflow: hidden;
    border: 1px solid #111;
    background: #fff;
    page-break-after: always;
}
.physical-ticket-spine {
    display: grid;
    align-content: center;
    gap: 5mm;
    padding: 7mm 5mm;
    color: var(--legacy-navy);
    background: #eef3f8;
    border-right: 1px dashed #111;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
}
.physical-ticket-spine span {
    color: var(--muted);
    font-size: 9px;
    font-weight: 900;
    text-transform: uppercase;
}
.physical-ticket-spine strong {
    font-size: 15px;
    line-height: 1;
}
.physical-ticket-core {
    display: grid;
    grid-template-columns: 44mm minmax(0, 1fr);
    grid-template-rows: auto minmax(0, 1fr);
    gap: 4mm 7mm;
    align-items: stretch;
    padding: 6mm;
}
.physical-ticket-core .ticket-mini-brand {
    grid-column: 1 / -1;
    align-self: start;
}
.physical-ticket-title {
    grid-column: 1;
    grid-row: 2;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    justify-self: center;
    align-self: center;
}
.physical-ticket-title small {
    color: var(--accent);
    font-weight: 900;
}
.physical-ticket-title h1 {
    max-height: 82mm;
    margin: 0;
    font-size: 24px;
    line-height: 1.1;
}
.physical-ticket-fields {
    grid-column: 2;
    grid-row: 2;
    align-self: center;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 5px;
    margin: 0;
}
.physical-ticket-fields div {
    min-width: 0;
    padding: 5px 6px;
    background: #f6f8fb;
    border: 1px solid #d8dde6;
}
.physical-ticket-fields dt {
    color: var(--muted);
    font-size: 8px;
    font-weight: 900;
    text-transform: uppercase;
}
.physical-ticket-fields dd {
    margin: 1px 0 0;
    font-size: 11px;
    font-weight: 900;
    line-height: 1.2;
}
.physical-ticket-legacy .physical-ticket-code {
    padding: 6mm 4mm;
}
.physical-ticket-code .ticket-barcode {
    width: 44mm;
    height: 15mm;
}
.physical-ticket-code .compact-qr {
    width: 25mm;
    height: 25mm;
}
.legacy-eticket-paper {
    width: 210mm;
    min-height: 310mm;
    padding: 10mm;
    page-break-after: always;
}
.legacy-eticket-top {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 92mm;
    gap: 10mm;
    align-items: center;
    margin-bottom: 8mm;
}
.ticket-logo-wordmark {
    width: 95mm;
    min-height: 24mm;
    justify-content: center;
    background: #f0f0f0;
    font-size: 28px;
}
.ticket-logo-wordmark strong { color: #ef476f; }
.ticket-logo-wordmark small {
    display: block;
    margin-left: 4px;
    color: #7a8495;
    font-size: 10px;
}
.eticket-barcode {
    width: 92mm;
}
.legacy-eticket-grid,
.legacy-price-grid {
    display: grid;
    gap: 2mm;
    margin: 0;
}
.legacy-eticket-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.legacy-eticket-grid .wide { grid-column: 1 / -1; }
.legacy-eticket-grid div,
.legacy-price-grid div {
    display: grid;
    grid-template-columns: max-content minmax(0, 1fr);
    background: #e7e7e7;
}
.legacy-eticket-grid dt,
.legacy-price-grid dt {
    padding: 3mm;
    color: #000;
    background: #f4f4f4;
    font-weight: 900;
    text-transform: uppercase;
}
.legacy-eticket-grid dd,
.legacy-price-grid dd {
    margin: 0;
    padding: 3mm;
    color: #000;
    font-weight: 900;
}
.legacy-eticket-body {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 72mm;
    gap: 14mm;
    align-items: center;
    margin-top: 10mm;
}
.legacy-eticket-left h2 {
    color: #3e4654;
    font-size: 17px;
}
.legacy-price-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: 0 0 7mm;
    border-top: 2px solid #dce5e8;
    border-bottom: 2px solid #dce5e8;
}
.legacy-price-grid div {
    grid-template-columns: 1fr;
    background: transparent;
}
.legacy-price-grid dt,
.legacy-price-grid dd {
    padding: 1mm;
    background: transparent;
}
.legacy-price-grid dt {
    color: #8b95a5;
    font-size: 9px;
}
.legacy-eticket-cover {
    width: 70mm;
    max-height: 70mm;
    object-fit: cover;
    margin-top: 8mm;
}
.legacy-eticket-right {
    display: grid;
    justify-items: center;
    text-align: center;
}
.legacy-eticket-right h2 {
    font-size: 19px;
}
.site-shell {
    color: #fff;
    background: #0c1427;
    box-shadow: 0 18px 50px rgba(12, 20, 39, .14);
}
.site-shell.is-scrolled,
.mt-header.is-scrolled {
    box-shadow: 0 22px 60px rgba(7, 11, 21, .24);
}
.topline {
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 0 32px;
    color: #dbeafe;
    background: #070b15;
    font-size: 13px;
}
.topline div {
    display: flex;
    align-items: center;
    gap: 18px;
}
.topline span,
.topline a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #dbeafe;
}
.site-shell .topbar {
    height: auto;
    min-height: 76px;
    flex-wrap: wrap;
    background:
        linear-gradient(90deg, rgba(25, 211, 197, .22), transparent 20% 82%, rgba(244, 193, 93, .18)),
        linear-gradient(90deg, #123f7a, #0b6f6a 58%, #19345c);
}
.site-shell .brand:hover,
.internal-brand:hover,
.login-brand:hover {
    transform: translateY(-1px);
}
.site-shell .brand-mark {
    border-radius: 8px;
    background: #f4c15d;
}
.site-shell .nav {
    flex: 1 1 auto;
    justify-content: center;
    flex-wrap: wrap;
}
.site-shell .nav a {
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #eff6ff;
    font-weight: 800;
}
.nav-action {
    background: #fff;
    color: #123f7a;
}
.nav-action:hover {
    background: #eaf4fb;
}
.ticketing-hero {
    position: relative;
    isolation: isolate;
    --hero-cycle-duration: 7000ms;
    min-height: clamp(560px, 66vh, 760px);
    display: grid;
    align-content: space-between;
    gap: 24px;
    margin: -4px 0 24px;
    padding: 34px;
    color: #fff;
    background:
        linear-gradient(135deg, rgba(12, 20, 39, .96), rgba(11, 111, 106, .82)),
        linear-gradient(135deg, #10213d, #0b6f6a);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 24px 70px rgba(7, 11, 21, .16);
}
.ticketing-hero.has-image {
    background:
        radial-gradient(circle at 82% 46%, rgba(25, 211, 197, .16), transparent 30%),
        linear-gradient(90deg, rgba(7, 11, 21, .98), rgba(9, 31, 49, .92) 42%, rgba(11, 111, 106, .28) 76%, rgba(7, 11, 21, .18)),
        var(--hero-image) right center / contain no-repeat,
        linear-gradient(135deg, #071628, #0b6f6a);
}
.hero-slide-stage {
    position: absolute;
    inset: 0;
    z-index: -2;
    overflow: hidden;
}
.hero-slide-bg {
    position: absolute;
    inset: 0 0 0 clamp(420px, 41vw, 760px);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0;
    filter: saturate(.98) brightness(.95);
    transform: translateX(34px);
    transition: opacity 1.15s ease, filter 1.15s ease, transform var(--hero-cycle-duration) ease;
}
.hero-slide-bg.is-active {
    opacity: 1;
    filter: saturate(1.08) brightness(1);
    transform: translateX(0);
    animation: heroImageDrift var(--hero-cycle-duration) ease-in-out forwards;
}
.hero-slide-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(105deg, transparent 0 38%, rgba(255, 255, 255, .18) 44%, transparent 51%),
        radial-gradient(circle at 72% 26%, rgba(244, 193, 93, .18), transparent 28%);
    opacity: 0;
    transform: translateX(-20%);
}
.ticketing-hero.is-hero-changing .hero-slide-bg.is-active::after {
    animation: heroSlideFlash 1.1s ease both;
}
@keyframes heroImageDrift {
    from { transform: translateX(30px); }
    to { transform: translateX(0); }
}
@keyframes heroSlideFlash {
    0% { opacity: 0; transform: translateX(-24%); }
    28% { opacity: .72; }
    100% { opacity: 0; transform: translateX(24%); }
}
.ticketing-hero.has-image::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        linear-gradient(90deg, rgba(7, 11, 21, .98), rgba(7, 11, 21, .93) 36%, rgba(7, 11, 21, .58) 58%, rgba(7, 11, 21, .14) 78%, rgba(7, 11, 21, .04)),
        linear-gradient(180deg, rgba(7, 11, 21, .08), rgba(7, 11, 21, .34));
}
.ticketing-hero::after,
.event-detail-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    height: auto;
    background:
        linear-gradient(112deg, transparent 0 26%, rgba(25, 211, 197, .22) 28%, transparent 42%),
        linear-gradient(68deg, transparent 0 58%, rgba(244, 193, 93, .20) 60%, transparent 72%),
        linear-gradient(180deg, transparent 0, rgba(207, 61, 124, .14) 100%);
    opacity: .8;
    transform: translate3d(0, 0, 0);
    animation: misticketStageSweep 9s ease-in-out infinite alternate;
}
.ticketing-hero > *,
.event-detail-hero > * {
    position: relative;
    z-index: 1;
}
@keyframes misticketStageSweep {
    from { transform: translate3d(-22px, 0, 0); opacity: .56; }
    to { transform: translate3d(22px, 0, 0); opacity: .9; }
}
.hero-kicker {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    color: #dbeafe;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}
.hero-kicker span,
.hero-search label,
.eyebrow,
.event-meta span,
.event-commercial-row span,
.event-commercial-row strong,
.spotlight-card small,
.spotlight-card p,
.city-pill strong {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}
.hero-kicker i,
.hero-search label i,
.eyebrow i,
.event-meta i,
.event-commercial-row i,
.spotlight-card i,
.city-pill i {
    color: #f4c15d;
}
.ticketing-hero-copy {
    width: min(760px, 100%);
    max-width: 100%;
    min-width: 0;
}
.ticketing-hero h1,
.event-detail-hero h1 {
    max-width: 860px;
    color: #fff;
    font-size: 54px;
    line-height: 1;
    overflow-wrap: anywhere;
}
.ticketing-hero.is-hero-changing .ticketing-hero-copy .eyebrow,
.ticketing-hero.is-hero-changing .ticketing-hero-copy h1,
.ticketing-hero.is-hero-changing .ticketing-hero-copy > p,
.ticketing-hero.is-hero-changing .hero-search,
.ticketing-hero.is-hero-changing .hero-actions {
    animation: heroTextPulse .72s ease;
}
@keyframes heroTextPulse {
    0% { opacity: .35; transform: translateY(14px); filter: blur(2px); }
    64% { opacity: 1; filter: blur(0); }
    100% { opacity: 1; transform: translateY(0); }
}
.ticketing-hero p,
.event-detail-hero p {
    max-width: 680px;
    color: #e8f5ff;
    font-size: 18px;
}
.event-detail-hero p i,
.checkout-event-strip p i {
    margin-right: 7px;
    color: #f4c15d;
}
.hero-search {
    display: grid;
    gap: 8px;
    width: min(760px, 100%);
    margin: 24px 0 18px;
}
.hero-search label {
    color: #e8f5ff;
}
.hero-search div {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
    padding: 8px;
    background: rgba(255, 255, 255, .96);
    border: 1px solid rgba(255, 255, 255, .68);
    border-radius: 8px;
    box-shadow: 0 20px 48px rgba(7, 11, 21, .26);
}
.hero-search input {
    min-height: 48px;
    border: 0;
    font-size: 16px;
}
.hero-search input:focus {
    outline: 2px solid #f4c15d;
    outline-offset: 0;
}
.ghost-on-dark {
    color: #fff;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .72);
}
.ghost-on-dark:hover {
    background: rgba(255, 255, 255, .16);
}
.hero-slide-controls {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    width: min(260px, 100%);
    margin-top: 18px;
    padding-bottom: 13px;
}
.hero-slide-controls::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    background: rgba(255, 255, 255, .24);
    border-radius: 999px;
    overflow: hidden;
}
.hero-slide-controls::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #f4c15d, #19d3c5);
    border-radius: 999px;
    transform-origin: left center;
    animation: heroSlideProgress var(--hero-cycle-duration) linear infinite;
}
.ticketing-hero.is-hero-changing .hero-slide-controls::before {
    animation: none;
}
@keyframes heroSlideProgress {
    from { transform: scaleX(0); }
    to { transform: scaleX(1); }
}
.hero-dot {
    width: 34px;
    height: 10px;
    padding: 0;
    cursor: pointer;
    background: rgba(255, 255, 255, .32);
    border: 0;
    border-radius: 999px;
}
.hero-dot span {
    display: block;
    width: 0;
    height: 100%;
    background: #f4c15d;
    border-radius: inherit;
    transition: width .32s ease;
}
.hero-dot.is-active span {
    width: 100%;
}
.hero-trust-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.hero-trust-strip span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 34px;
    padding: 7px 11px;
    color: #e8f5ff;
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 999px;
    font-size: 12px;
    font-weight: 900;
}
.hero-trust-strip i {
    color: #f4c15d;
}
.show-marquee {
    overflow: hidden;
    margin: -4px 0 24px;
    color: #fff;
    background:
        linear-gradient(90deg, #071e35, #0b6f6a 48%, #123f7a);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 8px;
    box-shadow: 0 14px 34px rgba(7, 30, 53, .16);
}
.show-marquee-track {
    display: flex;
    width: max-content;
    min-width: 100%;
    animation: misticketMarquee 28s linear infinite;
}
.show-marquee span {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-height: 44px;
    padding: 0 22px;
    color: #effcff;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    white-space: nowrap;
}
.show-marquee i {
    color: var(--show-amber);
}
@keyframes misticketMarquee {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}
.client-action-grid,
.spotlight-grid,
.city-rail {
    display: grid;
    gap: 16px;
    margin-bottom: 28px;
}
.client-action-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
}
.client-action,
.spotlight-card,
.city-pill,
.search-result-strip,
.event-facts-panel,
.detail-section,
.purchase-panel,
.checkout-event-strip {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 14px 30px rgba(23, 32, 51, .06);
}
.client-action {
    display: grid;
    grid-template-columns: 36px 1fr;
    align-items: center;
    gap: 2px 12px;
    min-height: 78px;
    padding: 12px 16px;
}
.client-action-icon {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    color: #fff;
    background: linear-gradient(135deg, var(--legacy-blue), var(--accent));
    border-radius: 8px;
    font-size: 15px;
    grid-row: 1 / span 2;
}
.client-action .client-action-icon {
    margin-bottom: 0;
}
.client-action .client-action-icon + span {
    color: var(--accent);
}
.buyer-benefit-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin: 0 0 30px;
}
.buyer-benefit-grid article {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 18px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 12px 28px rgba(23, 32, 51, .05);
}
.buyer-benefit-grid i {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    color: var(--legacy-navy);
    background: var(--gold);
    border-radius: 8px;
}
.buyer-benefit-grid strong,
.buyer-benefit-grid small {
    display: block;
}
.buyer-benefit-grid small {
    margin-top: 3px;
    color: var(--muted);
}
.launch-helper-panel {
    display: grid;
    grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
    gap: 18px;
    align-items: stretch;
    margin: 0 0 32px;
    padding: 22px;
    color: #fff;
    background:
        radial-gradient(circle at 92% 15%, rgba(244, 193, 93, .18), transparent 34%),
        linear-gradient(135deg, var(--legacy-navy), #0b6f6a);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 8px;
    box-shadow: 0 18px 42px rgba(7, 30, 53, .16);
}
.launch-helper-panel .eyebrow {
    color: var(--show-amber);
}
.launch-helper-panel h2 {
    margin-bottom: 8px;
    color: #fff;
    font-size: 24px;
}
.launch-helper-panel p:not(.eyebrow) {
    max-width: 620px;
    margin-bottom: 0;
    color: rgba(255, 255, 255, .78);
}
.launch-helper-steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}
.launch-helper-steps a {
    display: grid;
    gap: 7px;
    min-height: 132px;
    padding: 14px;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 8px;
    transition: transform .22s ease, background-color .22s ease, border-color .22s ease;
}
.launch-helper-steps a:hover {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, .14);
    border-color: rgba(244, 193, 93, .58);
}
.launch-helper-steps i {
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    color: var(--legacy-navy);
    background: var(--show-amber);
    border-radius: 8px;
}
.launch-helper-steps strong,
.launch-helper-steps small {
    display: block;
}
.launch-helper-steps small {
    color: rgba(255, 255, 255, .72);
}
.enhanced-empty-state {
    grid-column: 1 / -1;
    display: grid;
    justify-items: center;
    gap: 12px;
    min-height: 360px;
    align-content: center;
    padding: 42px 28px;
    text-align: center;
    background:
        radial-gradient(circle at 50% 0%, rgba(25, 211, 197, .14), transparent 36%),
        linear-gradient(180deg, #fff, #f7fbff);
    box-shadow: 0 18px 44px rgba(7, 30, 53, .08);
}
.enhanced-empty-state h2 {
    margin-bottom: 0;
    font-size: 28px;
}
.enhanced-empty-state p:not(.eyebrow) {
    max-width: 620px;
    margin-bottom: 0;
    color: var(--muted);
}
.empty-state-actions,
.empty-state-mini-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}
.empty-state-actions {
    margin-top: 6px;
}
.empty-state-mini-grid {
    margin-top: 4px;
}
.empty-state-mini-grid span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 34px;
    padding: 0 12px;
    color: var(--legacy-blue);
    background: #edf7fb;
    border: 1px solid #cfe5f1;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 900;
}
.empty-state-mini-grid i {
    color: var(--gold);
}
.event-format-rail {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
    margin: 0 0 30px;
}
.event-format-rail a {
    position: relative;
    min-height: 88px;
    display: grid;
    place-items: center;
    gap: 8px;
    overflow: hidden;
    color: #fff;
    background:
        linear-gradient(135deg, rgba(7, 30, 53, .98), rgba(10, 60, 100, .86)),
        var(--legacy-navy);
    border: 1px solid rgba(25, 211, 197, .28);
    border-radius: 8px;
    box-shadow: 0 12px 28px rgba(7, 30, 53, .12);
}
.event-format-rail a::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 4px;
    background: linear-gradient(90deg, var(--show-cyan), var(--show-amber), var(--show-pink));
}
.event-format-rail i {
    color: var(--show-amber);
    font-size: 22px;
}
.event-format-rail span {
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}
.client-action:hover,
.spotlight-card:hover,
.modern-event-card:hover,
.module-card:hover,
.workflow-step:hover,
.event-format-rail a:hover {
    border-color: rgba(11, 111, 106, .38);
    box-shadow: 0 22px 48px rgba(23, 32, 51, .13);
    --hover-y: -4px;
}
.client-action span,
.spotlight-card small,
.city-pill span,
.event-facts-panel span,
.ticket-rate span,
.ticket-rate small,
.purchase-total span,
.checkout-step {
    color: var(--muted);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}
.client-action .client-action-icon {
    color: #fff;
    font-size: 17px;
    text-transform: none;
}
.client-action strong {
    font-size: 19px;
}
.client-action small {
    color: var(--muted);
}
.checkout-products-panel {
    margin-top: 28px;
    padding-top: 24px;
    border-top: 1px solid var(--line);
}
.event-related-products {
    display: grid;
    gap: 10px;
    margin: 18px 0;
}
.event-related-products article {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    padding: 12px;
    border: 1px solid var(--line);
    background: #f8fbfd;
}
.event-related-products article > i {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    color: #fff;
    background: var(--accent);
    border-radius: 6px;
}
.event-related-products strong,
.event-related-products span {
    display: block;
}
.event-related-products span {
    margin-top: 3px;
    color: var(--muted);
    font-size: 13px;
}
.search-result-strip {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 20px;
    padding: 18px 20px;
}
.search-result-strip h2 {
    margin-bottom: 0;
}
.spotlight-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.spotlight-card {
    overflow: hidden;
}
.spotlight-media {
    height: auto;
    aspect-ratio: 16 / 9;
    display: grid;
    place-items: center;
    color: #fff;
    background: linear-gradient(135deg, #19345c, #b26722);
}
.spotlight-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
}
.spotlight-media span {
    font-size: 42px;
    font-weight: 900;
}
.spotlight-card > div {
    display: grid;
    gap: 8px;
    padding: 18px;
}
.spotlight-card h3 {
    margin: 0;
    font-size: 21px;
}
.spotlight-card p {
    color: var(--muted);
    margin-bottom: 4px;
}
.spotlight-card > div > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.modern-event-grid {
    grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
    grid-auto-rows: 1fr;
    align-items: stretch;
    gap: 20px;
}
.modern-event-card {
    height: 100%;
    min-height: 560px;
    display: grid;
    grid-template-rows: 280px minmax(0, 1fr);
    box-shadow: 0 12px 28px rgba(23, 32, 51, .06);
}
.modern-event-card .event-cover {
    position: relative;
    height: 280px;
    max-height: none;
    aspect-ratio: auto;
    background: #071e35;
}
.event-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 28%;
    transition: transform .5s ease;
}
.modern-event-card .event-body {
    min-height: 0;
    display: flex;
    flex-direction: column;
}
.modern-event-card .event-body h2 {
    display: -webkit-box;
    min-height: 52px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.modern-event-card .event-body > p {
    min-height: 40px;
    display: inline-flex;
    align-items: flex-start;
    gap: 7px;
    color: var(--ink);
}
.modern-event-card .event-body > p i {
    margin-top: 4px;
    color: var(--accent);
}
.modern-event-card .event-actions {
    margin-top: auto;
}
.event-ribbon,
.event-date-badge {
    position: absolute;
    z-index: 2;
    color: #fff;
    backdrop-filter: blur(8px);
}
.event-ribbon {
    left: 0;
    right: 0;
    bottom: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 38px;
    padding: 6px 12px;
    background: rgba(7, 11, 21, .88);
    border-top: 3px solid var(--accent);
    border-radius: 0;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}
.event-ribbon i {
    color: var(--show-amber);
}
.event-date-badge {
    right: 12px;
    top: 12px;
    display: grid;
    place-items: center;
    min-width: 58px;
    min-height: 58px;
    padding: 7px 9px;
    background: rgba(244, 193, 93, .94);
    color: var(--legacy-navy);
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(7, 30, 53, .26);
    text-transform: uppercase;
}
.event-date-badge strong {
    font-size: 21px;
    line-height: 1;
}
.event-date-badge small {
    font-size: 10px;
    font-weight: 900;
}
.spotlight-card:hover .spotlight-media img,
.modern-event-card:hover .event-cover img,
.product-card:hover .product-cover img {
    transform: scale(1.018);
}
.event-commercial-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid var(--line);
}
.event-commercial-row span {
    color: var(--muted);
    font-size: 13px;
}
.event-commercial-row strong {
    color: #123f7a;
}
.event-commercial-row strong i {
    color: var(--gold);
}
.site-footer {
    position: relative;
    display: grid;
    grid-template-columns: minmax(220px, 1.2fr) minmax(280px, 1fr) auto;
    gap: 24px;
    align-items: center;
    width: min(1180px, calc(100% - 32px));
    margin: 20px auto 0;
    padding: 26px 0 34px;
    color: #e8f5ff;
    background: #071e35;
    border-top: 1px solid rgba(15, 93, 148, .22);
    box-shadow: 0 0 0 100vmax #071e35;
    clip-path: inset(0 -100vmax);
}
.footer-brand {
    display: inline-flex;
    align-items: center;
}
.site-footer .brand-logo {
    height: 42px;
}
.site-footer p {
    max-width: 390px;
    margin: 12px 0 0;
    color: #cde9fb;
    font-size: 13px;
}
.site-footer nav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.site-footer nav a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 34px;
    padding: 7px 10px;
    color: #e8f5ff;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 8px;
    font-size: 12px;
    font-weight: 900;
}
.site-footer nav a:hover {
    background: rgba(255, 255, 255, .16);
}
.webxpress-credit {
    display: grid;
    justify-items: end;
    gap: 4px;
    min-width: 180px;
}
.webxpress-credit span {
    color: #bde4ff;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
}
.webxpress-credit strong {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #fff;
    font-size: 15px;
}
.webxpress-credit i,
.site-footer nav i {
    color: #f4c15d;
}
.floating-whatsapp {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 90;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    color: #fff;
    background: linear-gradient(135deg, #2be36f, #18ba58);
    border: 3px solid rgba(255, 255, 255, .94);
    border-radius: 999px;
    box-shadow: 0 16px 32px rgba(24, 186, 88, .34), 0 6px 18px rgba(7, 11, 21, .18);
    transition: transform .22s ease, box-shadow .22s ease, filter .22s ease;
}
.floating-whatsapp:hover {
    color: #fff;
    filter: saturate(1.05);
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 20px 38px rgba(24, 186, 88, .42), 0 8px 22px rgba(7, 11, 21, .22);
}
.floating-whatsapp i {
    font-size: 31px;
    line-height: 1;
}
.floating-whatsapp span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
}
.city-rail {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
}
.city-pill {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 16px 18px;
}
.event-detail-hero {
    position: relative;
    isolation: isolate;
    min-height: clamp(520px, 58vh, 700px);
    display: grid;
    align-items: end;
    margin: -4px 0 22px;
    padding: 34px;
    color: #fff;
    background:
        linear-gradient(135deg, rgba(12, 20, 39, .95), rgba(18, 63, 122, .76)),
        #123f7a;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 24px 70px rgba(7, 11, 21, .16);
}
.event-detail-hero.has-image {
    background:
        linear-gradient(90deg, rgba(7, 11, 21, .92), rgba(7, 11, 21, .50) 52%, rgba(7, 11, 21, .16)),
        var(--hero-image) center / cover;
}
.event-detail-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        radial-gradient(circle at 20% 24%, rgba(244, 193, 93, .18), transparent 24%),
        linear-gradient(115deg, transparent 0 50%, rgba(255, 255, 255, .12) 50% 51%, transparent 51%);
    pointer-events: none;
}
.event-hero-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 16px 0 4px;
}
.event-hero-pills span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 34px;
    padding: 6px 11px;
    color: #f8fbff;
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 8px;
    font-size: 13px;
    font-weight: 800;
}
.event-hero-pills i {
    color: #f4c15d;
}
.event-detail-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 380px;
    gap: 22px;
    align-items: start;
}
.event-detail-main {
    display: grid;
    gap: 18px;
    min-width: 0;
}
.event-facts-panel {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    overflow: hidden;
}
.event-facts-panel div {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 4px 12px;
    align-items: center;
    padding: 18px;
    background: #fff;
}
.event-facts-panel div > i {
    grid-row: span 2;
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    color: #fff;
    background: linear-gradient(135deg, var(--accent), var(--legacy-blue));
    border-radius: 8px;
}
.event-facts-panel strong {
    overflow-wrap: anywhere;
}
.event-customer-guide {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}
.event-customer-guide article {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    min-height: 110px;
    padding: 16px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(23, 32, 51, .05);
}
.event-customer-guide article > i {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    color: #fff;
    background: var(--accent);
    border-radius: 8px;
}
.event-customer-guide strong,
.event-customer-guide span {
    display: block;
}
.event-customer-guide span {
    margin-top: 5px;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.45;
}
.client-flow-strip,
.checkout-flow-guide,
.cart-flow-guide,
.store-scenario-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}
.client-flow-strip article,
.checkout-flow-guide article,
.cart-flow-guide article,
.store-scenario-strip article {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
    min-height: 112px;
    padding: 16px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(23, 32, 51, .05);
}
.client-flow-strip span,
.checkout-flow-guide span,
.cart-flow-guide span {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    color: #071e35;
    background: var(--soft-gold);
    border-radius: 8px;
    font-weight: 900;
}
.client-flow-strip strong,
.checkout-flow-guide strong,
.cart-flow-guide strong,
.store-scenario-strip strong {
    color: var(--legacy-navy);
    font-weight: 900;
}
.client-flow-strip p,
.checkout-flow-guide p,
.cart-flow-guide small,
.store-scenario-strip p {
    margin: 5px 0 0;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.45;
}
.purchase-helper,
.checkout-helper-note,
.product-buy-helper,
.payment-helper {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    padding: 12px;
    color: #245a54;
    background: var(--soft-teal);
    border: 1px solid #bfe7df;
    border-radius: 8px;
    font-size: 13px;
    line-height: 1.45;
}
.purchase-helper i,
.checkout-helper-note i,
.product-buy-helper i,
.payment-helper i {
    color: var(--accent);
    margin-top: 2px;
}
.purchase-helper strong,
.purchase-helper span {
    display: block;
}
.purchase-helper span {
    margin-top: 2px;
}
.order-trust-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
}
.order-trust-strip span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 34px;
    padding: 6px 10px;
    color: var(--legacy-blue);
    background: #f2f7fb;
    border: 1px solid var(--line);
    border-radius: 8px;
    font-size: 12px;
    font-weight: 800;
}
.order-trust-strip i {
    color: var(--accent);
}
.payment-panel h2 {
    margin-bottom: 4px;
    color: var(--legacy-navy);
    font-size: 34px;
}
.order-review-head,
.product-order-head {
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .98), rgba(237, 247, 251, .96));
}
.detail-section {
    padding: 22px;
}
.event-map-showcase {
    grid-column: 1 / -1;
    overflow: hidden;
    min-height: calc(100vh - 112px);
    padding: 30px;
}
.event-map-headline {
    margin-top: 0;
}
.event-map-flow {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: -2px 0 16px;
}
.event-map-flow span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 36px;
    padding: 7px 12px;
    color: var(--legacy-blue);
    background: #edf7fb;
    border: 1px solid #cfe5f0;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 900;
}
.event-map-flow i {
    color: var(--accent);
}
.simple-map-placeholder {
    display: grid;
    place-items: center;
    min-height: 260px;
    gap: 8px;
    color: #fff;
    background:
        linear-gradient(135deg, rgba(18, 63, 122, .92), rgba(11, 111, 106, .82)),
        #123f7a;
    border-radius: 8px;
    text-align: center;
}
.simple-map-placeholder i {
    font-size: 42px;
}
.simple-map-placeholder strong {
    font-size: 28px;
}
.purchase-panel {
    position: sticky;
    top: 16px;
    display: grid;
    gap: 13px;
    padding: 18px;
}
.event-detail-grid > .purchase-panel {
    position: static;
}
.purchase-panel-head {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}
.purchase-panel-head > span {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    color: #fff;
    background: linear-gradient(135deg, var(--accent), var(--legacy-blue));
    border-radius: 8px;
}
.purchase-panel h2 {
    margin-bottom: 8px;
    font-size: 23px;
}
.purchase-panel p {
    margin-bottom: 0;
}
.event-ticket-summary {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
}
.event-ticket-summary span {
    display: grid;
    justify-items: center;
    gap: 5px;
    min-height: 58px;
    padding: 8px 6px;
    color: var(--legacy-blue);
    background: #f4f8fb;
    border: 1px solid var(--line);
    border-radius: 8px;
    font-size: 11px;
    font-weight: 900;
    text-align: center;
}
.event-ticket-summary i {
    color: var(--accent);
    font-size: 15px;
}
.ticket-rate-list {
    display: grid;
    max-height: 310px;
    gap: 8px;
    overflow: auto;
    padding-right: 2px;
    scrollbar-width: thin;
}
.ticket-rate {
    display: grid;
    grid-template-columns: 32px minmax(0, 1fr) auto;
    gap: 10px;
    align-items: center;
    min-height: 64px;
    padding: 8px 10px;
    border: 1px solid var(--line);
    background: #fbfcfe;
    border-radius: 8px;
}
.ticket-rate:hover {
    border-color: #a9d6e8;
    box-shadow: 0 10px 22px rgba(23, 32, 51, .06);
}
.ticket-rate > i {
    display: grid;
    place-items: center;
    width: 32px;
    height: 32px;
    color: #fff;
    background: var(--accent);
    border-radius: 8px;
    font-size: 13px;
}
.ticket-rate-price span {
    font-size: 13px;
    font-weight: 900;
}
.ticket-rate-price small {
    font-size: 11px;
}
.ticket-rate > div {
    display: grid;
    gap: 2px;
}
.ticket-rate-price {
    text-align: right;
}
.ticket-rate-info small {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}
.ticket-rate-info small i {
    color: #22c55e;
    font-size: 7px;
}
.ticket-rate strong,
.ticket-rate span {
    overflow-wrap: anywhere;
}
.ticket-rate strong {
    line-height: 1.18;
}
.purchase-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 0;
    border-top: 1px solid var(--line);
}
.purchase-total span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.purchase-total i {
    color: var(--accent);
}
.purchase-total strong {
    font-size: 24px;
}
.checkout-event-strip {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
    padding: 22px;
}
.checkout-event-strip h1 {
    font-size: 34px;
}
.checkout-event-strip p:last-child {
    color: var(--muted);
    margin-bottom: 0;
}
.checkout-flow-guide {
    margin: 0 0 18px;
}
.order-review-guide,
.product-order-guide {
    margin-top: -4px;
}
.checkout-flow-guide article {
    min-height: 104px;
}
.checkout-selection-panel .section-head-row {
    margin-top: 0;
}
.section-help {
    max-width: 650px;
    margin: 7px 0 0;
    color: var(--muted);
    font-size: 14px;
}
.checkout-step {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 32px;
    padding: 0 10px;
    color: #123f7a;
    background: #eaf4fb;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 900;
}
.checkout-helper-note {
    margin-bottom: 12px;
}
.buyer-trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.buyer-trust-row span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 30px;
    padding: 5px 8px;
    color: var(--legacy-blue);
    background: #f2f7fb;
    border: 1px solid var(--line);
    border-radius: 8px;
    font-size: 12px;
    font-weight: 800;
}
.buyer-trust-row i {
    color: var(--accent);
}
.ticket-pick-modern {
    background: #fff;
    box-shadow: 0 8px 20px rgba(23, 32, 51, .04);
}
.ticket-pick-modern {
    grid-template-columns: 34px minmax(0, 1fr) 88px;
}
.ticket-pick-modern > i {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    color: #fff;
    background: var(--accent);
    border-radius: 8px;
}
.managed-hero {
    min-height: 380px;
    display: grid;
    align-items: end;
    margin-bottom: 28px;
    padding: 52px;
    color: #fff;
    background:
        linear-gradient(135deg, rgba(7, 30, 53, .94), rgba(10, 111, 106, .72)),
        var(--legacy-navy);
    border-radius: 8px;
    overflow: hidden;
}
.managed-hero.has-image {
    background:
        linear-gradient(135deg, rgba(7, 30, 53, .88), rgba(7, 30, 53, .42)),
        var(--hero-image) center / cover;
}
.managed-hero h1 {
    max-width: 780px;
    font-size: 50px;
}
.managed-hero p {
    max-width: 640px;
    color: #e8f5ff;
    font-size: 18px;
}
.store-products-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
    gap: 28px;
    align-items: stretch;
    margin: 24px 0 22px;
    padding: 36px;
    overflow: hidden;
    color: #fff;
    background:
        linear-gradient(135deg, rgba(7, 30, 53, .98), rgba(11, 111, 106, .9) 62%, rgba(10, 60, 100, .96)),
        var(--legacy-navy);
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 8px;
    box-shadow: 0 24px 50px rgba(7, 30, 53, .18);
}
.store-products-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(115deg, transparent 0 54%, rgba(255, 255, 255, .09) 54% 55%, transparent 55%),
        linear-gradient(180deg, rgba(255, 255, 255, .06), transparent 48%);
}
.store-products-hero > * {
    position: relative;
    z-index: 1;
}
.store-products-hero .eyebrow,
.store-products-hero .hero-copy {
    color: #e6fbff;
}
.store-products-hero h1 {
    max-width: 720px;
    font-size: 48px;
}
.store-products-hero-copy {
    display: grid;
    align-content: center;
    gap: 14px;
}
.store-products-actions,
.store-products-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.store-products-actions {
    margin-top: 8px;
}
.store-products-stats {
    margin-top: 12px;
}
.store-products-stats span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 38px;
    padding: 7px 12px;
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 8px;
    color: #e6fbff;
    font-size: 13px;
}
.store-products-stats strong {
    color: #fff;
    font-size: 17px;
}
.store-featured-product {
    display: grid;
    gap: 12px;
    padding: 14px;
    background: rgba(255, 255, 255, .94);
    border: 1px solid rgba(255, 255, 255, .55);
    border-radius: 8px;
    color: var(--ink);
    box-shadow: 0 16px 32px rgba(7, 30, 53, .22);
}
.store-featured-product img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 8px;
}
.store-featured-badge,
.store-featured-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.store-featured-badge {
    color: var(--accent);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}
.store-featured-info strong {
    font-size: 18px;
    line-height: 1.2;
}
.store-featured-info em {
    color: var(--legacy-blue);
    font-style: normal;
    font-weight: 900;
    white-space: nowrap;
}
.store-benefit-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin: 22px 0 28px;
}
.store-benefit-strip article {
    display: flex;
    gap: 14px;
    min-height: 124px;
    padding: 18px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 8px 22px rgba(23, 32, 51, .04);
}
.store-benefit-strip article > i {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    color: #fff;
    background: var(--accent);
    border-radius: 8px;
}
.store-benefit-strip h2 {
    margin-bottom: 4px;
}
.store-benefit-strip p {
    margin-bottom: 0;
    color: var(--muted);
    font-size: 14px;
}
.store-scenario-strip {
    margin: -6px 0 28px;
}
.store-scenario-strip article {
    grid-template-columns: 44px minmax(0, 1fr);
    min-height: 126px;
    background:
        linear-gradient(180deg, #fff, #f8fbfe);
}
.store-scenario-strip article > i {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    grid-row: span 2;
    color: #fff;
    background: linear-gradient(135deg, var(--accent), var(--legacy-blue));
    border-radius: 8px;
}
.store-featured-product:hover,
.store-benefit-strip article:hover,
.store-scenario-strip article:hover,
.product-card:hover {
    --hover-y: -4px;
    box-shadow: 0 16px 34px rgba(23, 32, 51, .1);
}
.managed-block-grid,
.product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 16px;
    margin-bottom: 28px;
}
.section-head-row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    margin: 28px 0 14px;
}
.section-head-row h2 {
    margin-bottom: 0;
    font-size: 28px;
}
.product-grid-enhanced {
    align-items: stretch;
}
.product-card {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(23, 32, 51, .05);
}
.product-cover {
    aspect-ratio: 4 / 3;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    overflow: hidden;
    color: #fff;
    background: linear-gradient(135deg, var(--legacy-blue), var(--accent));
}
.product-cover img,
.event-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
}
.product-cover span {
    font-size: 42px;
    font-weight: 900;
}
.product-body {
    display: grid;
    gap: 8px;
    grid-template-rows: auto auto minmax(58px, 1fr) auto auto;
    flex: 1;
    padding: 16px;
}
.product-body small {
    display: flex;
    align-items: center;
    gap: 7px;
    color: var(--accent);
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
}
.product-body h2 {
    margin-bottom: 0;
    color: var(--legacy-navy);
    line-height: 1.18;
}
.product-body p {
    margin-bottom: 0;
    color: var(--muted);
}
.product-card-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    color: var(--muted);
    font-size: 12px;
}
.product-card-meta span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    min-height: 28px;
    padding: 4px 8px;
    background: #f5f8fb;
    border: 1px solid var(--line);
    border-radius: 8px;
}
.product-buy-row,
.cart-total-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}
.product-buy-row {
    margin-top: auto;
    padding-top: 8px;
    border-top: 1px solid var(--line);
}
.product-buy-row strong,
.cart-total-row span {
    color: var(--legacy-blue);
    font-size: 22px;
    font-weight: 900;
}
.product-back-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 18px;
    color: var(--legacy-blue);
    font-weight: 800;
}
.product-detail-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 22px;
    align-items: start;
}
.product-detail-modern {
    margin-top: 4px;
}
.product-detail-main {
    display: grid;
    grid-template-columns: minmax(260px, .8fr) minmax(0, 1fr);
    gap: 24px;
    padding: 24px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 8px;
}
.product-detail-media {
    min-height: 420px;
    display: grid;
    place-items: center;
    overflow: hidden;
    color: #fff;
    background: linear-gradient(135deg, var(--legacy-blue), var(--accent));
    border-radius: 8px;
}
.product-detail-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product-detail-media span {
    font-size: 60px;
    font-weight: 900;
}
.product-detail-copy {
    display: grid;
    align-content: center;
    gap: 12px;
}
.product-detail-copy h1 {
    margin-bottom: 0;
}
.product-assurance-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 8px;
}
.product-assurance-row span,
.product-use-cases span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 34px;
    padding: 6px 10px;
    color: var(--legacy-blue);
    background: #f2f7fb;
    border: 1px solid var(--line);
    border-radius: 8px;
    font-size: 12px;
    font-weight: 800;
}
.product-use-cases {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.product-use-cases span {
    color: #765719;
    background: var(--soft-gold);
    border-color: #ecd59b;
}
.product-buy-panel {
    position: sticky;
    top: 18px;
}
.product-buy-panel h2 {
    margin-bottom: 0;
    color: var(--legacy-navy);
    font-size: 34px;
}
.product-buy-panel .hint {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.product-buy-note,
.product-stock-alert,
.product-buy-helper {
    display: flex;
    gap: 10px;
    padding: 12px;
    background: var(--soft-teal);
    border: 1px solid #bfe7df;
    border-radius: 8px;
    color: #245a54;
    font-size: 13px;
}
.product-stock-alert {
    background: var(--soft-gold);
    border-color: #ecd59b;
    color: #765719;
}
.product-detail-sections {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 22px;
}
.product-info-panel {
    padding: 22px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(23, 32, 51, .04);
}
.compact-section-head {
    margin: 0 0 14px;
}
.compact-section-head h2 {
    margin-bottom: 0;
}
.product-feature-list,
.product-steps {
    display: grid;
    gap: 0;
    margin: 0;
    padding: 0;
}
.product-feature-list div,
.product-steps li {
    display: grid;
    gap: 8px;
    padding: 14px 0;
    border-top: 1px solid var(--line);
}
.product-feature-list div:first-child,
.product-steps li:first-child {
    border-top: 0;
    padding-top: 0;
}
.product-feature-list i {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    color: #fff;
    background: var(--legacy-blue);
    border-radius: 8px;
}
.product-feature-list strong,
.product-steps strong {
    color: var(--legacy-navy);
}
.product-feature-list p,
.product-steps p {
    margin: 0;
    color: var(--muted);
}
.product-steps {
    list-style: none;
}
.product-steps li {
    grid-template-columns: 38px minmax(0, 1fr);
    align-items: start;
}
.product-steps span {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    color: #fff;
    background: var(--accent);
    border-radius: 50%;
    font-weight: 900;
}
.cms-block-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}
.wide-field { grid-column: 1 / -1; }
.report-print-sheet {
    width: min(1100px, 100%);
    margin: 0 auto;
    padding: 28px;
    background: #fff;
    border: 1px solid var(--line);
}
.report-print-head,
.report-print-metrics {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
}
.report-print-metrics div {
    flex: 1;
    padding: 12px;
    background: #f5f8fb;
    border: 1px solid var(--line);
}
.report-print-metrics span {
    display: block;
    color: var(--muted);
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
}
.report-print-metrics strong {
    font-size: 22px;
}
.report-print-table {
    min-width: 0;
}
.metrics { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-bottom: 22px; }
.metrics div { background: #fff; border: 1px solid var(--line); padding: 18px; }
.metrics span { display: block; color: var(--muted); font-size: 13px; }
.metrics strong { display: block; margin-top: 8px; font-size: 30px; }
.panel { display: grid; gap: 12px; }
.table-panel { margin-top: 22px; }
.order-line { border-top: 1px solid var(--line); padding-top: 10px; }
.admin-form { display: grid; gap: 18px; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.check { display: flex; align-items: center; gap: 10px; }
.check input { width: auto; min-height: auto; }
fieldset { border: 1px solid var(--line); padding: 16px; }
legend { font-weight: 800; padding: 0 8px; }
small { display: block; color: var(--muted); }
.pill {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: 0 10px;
    background: #edf7f5;
    color: var(--accent-dark);
    font-size: 12px;
    font-weight: 800;
}
.filter-bar {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
    gap: 10px;
    align-items: end;
    margin-bottom: 16px;
}
.filter-bar input:first-child { min-width: min(220px, 100%); }
.login-body {
    min-height: 100vh;
    display: grid;
    place-items: center;
    background: var(--legacy-navy);
}
.login-panel {
    width: min(450px, calc(100% - 28px));
    background: #fff;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 8px;
    padding: 28px;
}
.login-brand {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 22px;
}
.login-brand strong, .login-brand span { display: block; }
.login-form { border: 0; padding: 0; }
.internal-body {
    min-height: 100vh;
    display: block;
    background:
        linear-gradient(180deg, rgba(7, 30, 53, .08), transparent 320px),
        repeating-linear-gradient(90deg, rgba(10, 60, 100, .035) 0 1px, transparent 1px 96px),
        var(--bg);
}
.mt-header {
    position: sticky;
    top: 0;
    z-index: 50;
    overflow: visible;
    background:
        linear-gradient(110deg, rgba(25, 211, 197, .18), transparent 30% 72%, rgba(244, 193, 93, .16)),
        linear-gradient(180deg, var(--legacy-blue) 0%, var(--legacy-blue-2) 58%, var(--legacy-navy) 100%);
    border-bottom: 1px solid rgba(255, 255, 255, .18);
    box-shadow: 0 12px 30px rgba(7, 30, 53, .22);
}
.mt-header::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(72deg, transparent 0 40%, rgba(255, 255, 255, .08) 42%, transparent 54%),
        repeating-linear-gradient(90deg, rgba(255, 255, 255, .055) 0 1px, transparent 1px 84px);
    opacity: .82;
}
.mt-header > * {
    position: relative;
    z-index: 1;
}
.mt-header-main {
    display: grid;
    grid-template-columns: minmax(170px, 1fr) auto auto;
    align-items: center;
    gap: 7px;
    min-height: 31px;
    width: min(1660px, calc(100% - 24px));
    margin: 0 auto;
}
.internal-brand {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #fff;
    font-weight: 900;
}
.mt-header .brand-icon {
    width: 23px;
    height: 23px;
    flex-basis: 23px;
}
.internal-brand strong,
.internal-brand small,
.login-brand strong,
.login-brand span { display: block; }
.internal-brand strong { font-size: 12px; line-height: 1; }
.internal-brand small { display: none; }
.mt-session {
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 7px;
    color: #fff;
    text-align: right;
    white-space: nowrap;
}
.mt-session span {
    display: inline-flex;
    color: #bde4ff;
    font-size: 8px;
    font-weight: 800;
    text-transform: uppercase;
}
.mt-session strong { display: block; max-width: 190px; overflow: hidden; font-size: 10px; text-overflow: ellipsis; }
.mt-header-main .button.compact {
    min-height: 24px;
    padding: 3px 7px;
    font-size: 9px;
}
.mt-public-site-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    min-height: 22px;
    padding: 2px 7px;
    color: #fff;
    background: rgba(255, 255, 255, .13);
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 5px;
    font-size: 8px;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
}
.mt-public-site-link i {
    color: var(--gold);
    font-size: 9px;
}
.mt-public-site-link:hover {
    color: var(--legacy-navy);
    background: #fff;
    border-color: #fff;
}
.mt-public-site-link:hover i { color: var(--gold-strong); }
.system-live-pill {
    justify-content: flex-end;
    gap: 7px;
    color: #dffdfb !important;
}
.system-live-pill i {
    color: #34d399;
    font-size: 8px;
    filter: drop-shadow(0 0 8px rgba(52, 211, 153, .9));
    animation: misticketPulse 1.8s ease-in-out infinite;
}
.internal-show-strip {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 5px;
    width: min(1420px, calc(100% - 32px));
    margin: 2px auto 7px;
}
.internal-show-strip span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    min-height: 24px;
    padding: 3px 8px;
    color: #e8f5ff;
    background: rgba(255, 255, 255, .10);
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 999px;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
}
.internal-show-strip i {
    color: var(--show-amber);
}
@keyframes misticketPulse {
    0%, 100% { opacity: .48; transform: scale(.9); }
    50% { opacity: 1; transform: scale(1.16); }
}
.mt-module-nav-shell {
    position: relative;
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr) 24px 54px;
    align-items: center;
    gap: 3px;
    width: min(1660px, calc(100% - 24px));
    margin: 0 auto;
    padding-bottom: 3px;
}
.mt-module-strip {
    display: flex;
    flex-wrap: nowrap;
    gap: 2px;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    overscroll-behavior-inline: contain;
    scroll-behavior: smooth;
}
.mt-module-strip::-webkit-scrollbar {
    display: none;
}
.mt-module {
    flex: 1 0 auto;
    min-width: max-content;
    min-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    padding: 2px 4px;
    color: #ecf8ff;
    border: 1px solid rgba(255, 255, 255, .16);
    background: rgba(255, 255, 255, .08);
    border-radius: 6px;
    white-space: nowrap;
}
.mt-module span,
.module-card span {
    display: grid;
    place-items: center;
    width: 30px;
    height: 28px;
    background: rgba(255, 255, 255, .16);
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    border-radius: 6px;
}
.mt-module .module-icon {
    width: 20px;
    height: 20px;
    font-size: 9px;
    border-radius: 4px;
}
.mt-module strong {
    min-width: 0;
    font-size: 9px;
    line-height: 1;
    white-space: nowrap;
}
.mt-module:hover,
.mt-module.is-active {
    background: #fff;
    color: var(--legacy-blue);
    box-shadow: 0 12px 28px rgba(7, 30, 53, .22);
    transform: translateY(-1px);
}
.mt-module:hover .module-icon,
.mt-module.is-active .module-icon {
    background: var(--gold);
    color: var(--legacy-navy);
}
.mt-module:nth-child(4n + 1) .module-icon,
.mt-module-menu-link:nth-child(4n + 1) .module-icon { background: rgba(25, 211, 197, .24); color: #9ffbf2; }
.mt-module:nth-child(4n + 2) .module-icon,
.mt-module-menu-link:nth-child(4n + 2) .module-icon { background: rgba(244, 193, 93, .24); color: #ffe2a2; }
.mt-module:nth-child(4n + 3) .module-icon,
.mt-module-menu-link:nth-child(4n + 3) .module-icon { background: rgba(92, 184, 255, .24); color: #bde4ff; }
.mt-module:nth-child(4n) .module-icon,
.mt-module-menu-link:nth-child(4n) .module-icon { background: rgba(255, 122, 147, .22); color: #ffd1db; }
.mt-module:hover .module-icon,
.mt-module.is-active .module-icon,
.mt-module-menu-link:hover .module-icon,
.mt-module-menu-link.is-active .module-icon { background: var(--gold); color: var(--legacy-navy); }
.mt-module-nav-button,
.mt-module-menu-toggle,
.mt-module-menu-head button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    border: 1px solid rgba(255, 255, 255, .18);
    background: rgba(255, 255, 255, .10);
    color: #fff;
    cursor: pointer;
}
.mt-module-nav-button {
    width: 24px;
    height: 29px;
    border-radius: 5px;
}
.mt-module-nav-button:disabled {
    opacity: .34;
    cursor: default;
}
.mt-module-nav-button:not(:disabled):hover,
.mt-module-menu-toggle:hover,
.mt-module-menu-toggle[aria-expanded="true"] {
    color: var(--legacy-navy);
    background: var(--gold);
    border-color: var(--gold);
}
.mt-module-menu-toggle {
    gap: 4px;
    height: 29px;
    padding: 0 6px;
    border-radius: 5px;
    font-size: 9px;
    font-weight: 900;
}
.mt-module-menu-toggle i { font-size: 11px; }
.mt-module-menu {
    position: absolute;
    top: calc(100% + 4px);
    right: 0;
    z-index: 60;
    width: min(760px, calc(100vw - 24px));
    max-height: min(72vh, 520px);
    padding: 14px;
    overflow-y: auto;
    color: var(--ink);
    background: #fff;
    border: 1px solid rgba(11, 79, 120, .18);
    border-radius: 8px;
    box-shadow: 0 24px 60px rgba(7, 30, 53, .28);
}
.mt-module-menu[hidden] { display: none; }
.mt-module-menu-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 12px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--line);
}
.mt-module-menu-head strong,
.mt-module-menu-head small { display: block; }
.mt-module-menu-head strong { font-size: 17px; }
.mt-module-menu-head small { margin-top: 2px; color: var(--muted); font-size: 11px; }
.mt-module-menu-head button {
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    color: var(--legacy-blue);
    background: #edf5fb;
    border-color: var(--line);
    border-radius: 6px;
}
.mt-module-menu-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 7px;
}
.mt-module-menu-link {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    align-items: center;
    gap: 8px;
    min-height: 54px;
    padding: 8px;
    color: var(--ink);
    background: #f8fbfe;
    border: 1px solid var(--line);
    border-radius: 7px;
}
.mt-module-menu-link:hover,
.mt-module-menu-link.is-active {
    color: var(--legacy-blue);
    background: #fff;
    border-color: rgba(11, 111, 106, .42);
    box-shadow: 0 8px 20px rgba(7, 30, 53, .10);
}
.mt-module-menu-link .module-icon {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    color: #fff;
    border-radius: 7px;
}
.mt-module-menu-link > span:last-child {
    min-width: 0;
    overflow: hidden;
}
.mt-module-menu-link strong,
.mt-module-menu-link small { display: block; }
.mt-module-menu-link strong { font-size: 12px; line-height: 1.15; }
.mt-module-menu-link small { margin-top: 2px; color: var(--muted); font-size: 9px; font-weight: 900; }
.mt-operations-context {
    background: rgba(255, 255, 255, .92);
    border-bottom: 1px solid rgba(11, 79, 120, .14);
    box-shadow: 0 10px 24px rgba(7, 30, 53, .07);
}
.mt-quick-events-inner {
    display: grid;
    grid-template-columns: 126px minmax(0, 1fr);
    align-items: center;
    gap: 7px;
    width: min(1660px, calc(100% - 24px));
    margin: 0 auto;
    padding: 3px 0;
}
.mt-quick-events-label span,
.mt-quick-events-label small { display: block; }
.mt-quick-events-label span {
    color: var(--legacy-blue);
    font-size: 9px;
    font-weight: 900;
    text-transform: uppercase;
}
.mt-quick-events-label span i { margin-right: 5px; color: var(--gold-strong); }
.mt-quick-events-label small { margin-top: 1px; color: var(--muted); font-size: 8px; }
.mt-quick-events-rail {
    display: flex;
    gap: 6px;
    min-width: 0;
    overflow-x: auto;
    scrollbar-width: thin;
    scrollbar-color: rgba(11, 79, 120, .30) transparent;
}
.mt-quick-event {
    flex: 1 0 190px;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 5px;
    min-height: 29px;
    padding: 3px 6px;
    color: var(--ink);
    background: #f6faff;
    border: 1px solid var(--line);
    border-radius: 7px;
}
.mt-quick-event:hover {
    color: var(--legacy-blue);
    background: #fff;
    border-color: rgba(11, 111, 106, .40);
    box-shadow: 0 8px 20px rgba(7, 30, 53, .09);
    transform: translateY(-1px);
}
.mt-quick-event-code {
    padding: 2px 4px;
    color: var(--legacy-navy);
    background: #f4c15d;
    border-radius: 4px;
    font-size: 8px;
    font-weight: 900;
}
.mt-quick-event-copy,
.mt-quick-event-copy strong,
.mt-quick-event-copy small,
.mt-quick-event-metrics strong,
.mt-quick-event-metrics small { display: block; min-width: 0; }
.mt-quick-event-copy strong {
    overflow: hidden;
    font-size: 9px;
    line-height: 1.15;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.mt-quick-event-copy small,
.mt-quick-event-metrics small { margin-top: 1px; color: var(--muted); font-size: 7px; }
.mt-quick-event-copy small i { margin-right: 4px; color: var(--accent); }
.mt-quick-event-metrics { text-align: right; white-space: nowrap; }
.mt-quick-event-metrics strong { color: var(--legacy-blue); font-size: 9px; }
.mt-quick-event-metrics strong i { margin-right: 4px; color: var(--accent); }
.mt-operation-shortcuts {
    background: linear-gradient(90deg, #edf8f8, #f5fbff);
    border-top: 1px solid rgba(11, 79, 120, .10);
}
.mt-operation-shortcuts-inner {
    display: flex;
    align-items: center;
    gap: 3px;
    width: min(1660px, calc(100% - 24px));
    margin: 0 auto;
    padding: 2px 0;
    overflow-x: auto;
    scrollbar-width: none;
}
.mt-operation-shortcuts-inner::-webkit-scrollbar { display: none; }
.mt-operation-shortcuts a {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    min-height: 25px;
    padding: 3px 8px;
    color: var(--legacy-blue);
    border: 1px solid transparent;
    border-radius: 5px;
    font-size: 9px;
    font-weight: 900;
    white-space: nowrap;
}
.mt-operation-shortcuts a i { color: var(--accent); }
.mt-operation-shortcuts a:hover,
.mt-operation-shortcuts a.is-active {
    color: #fff;
    background: var(--legacy-blue);
    border-color: var(--legacy-blue);
}
.mt-operation-shortcuts a:hover i,
.mt-operation-shortcuts a.is-active i { color: var(--gold); }
.mt-operation-separator {
    flex: 0 0 auto;
    color: rgba(11, 79, 120, .28);
    font-size: 7px;
}
.internal-shell {
    display: grid;
    grid-template-columns: 218px minmax(0, 1fr);
    gap: 16px;
    width: min(1420px, calc(100% - 32px));
    margin: 14px auto 54px;
    align-items: start;
}
.internal-sidebar {
    position: sticky;
    top: 68px;
    display: grid;
    gap: 9px;
}
.side-block {
    padding: 11px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(23, 32, 51, .06);
}
.side-kicker {
    display: block;
    margin-bottom: 7px;
    color: var(--legacy-blue);
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
}
.internal-nav { display: grid; gap: 4px; }
.internal-nav a {
    display: flex;
    align-items: center;
    gap: 7px;
    min-height: 34px;
    padding: 7px 9px;
    color: var(--ink);
    font-size: 12px;
    font-weight: 800;
    border: 1px solid var(--line);
    border-radius: 7px;
    background: #f9fbfd;
}
.internal-nav a i {
    width: 17px;
    color: var(--legacy-blue-2);
    text-align: center;
    font-size: 12px;
}
.internal-nav a:hover {
    border-color: #95c8e8;
    background: var(--soft-blue);
    color: var(--legacy-blue);
}
.internal-nav a:hover i { color: var(--accent); }
.side-status p {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin: 0;
    padding: 6px 0;
    border-top: 1px solid var(--line);
}
.side-status p:first-of-type { border-top: 0; }
.side-status strong {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}
.side-status i {
    color: var(--accent);
}
.side-status span { color: var(--muted); font-size: 12px; }
.internal-page {
    min-width: 0;
}
.internal-page > .notice {
    width: 100%;
    margin: 0 0 16px;
    border-radius: 8px;
}
.internal-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-top: 26px;
    padding: 16px 18px;
    color: var(--legacy-blue);
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(23, 32, 51, .05);
}
.internal-footer span,
.internal-footer strong {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.internal-footer span {
    color: var(--muted);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}
.internal-footer strong {
    color: var(--legacy-blue);
    font-size: 13px;
}
.internal-footer i {
    color: var(--gold);
}
.metrics-compact { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.mt-hero-panel {
    position: relative;
    overflow: hidden;
    align-items: center;
    padding: 28px;
    margin-bottom: 18px;
    background:
        linear-gradient(115deg, rgba(25, 211, 197, .18), transparent 44%),
        linear-gradient(65deg, transparent 52%, rgba(244, 193, 93, .18)),
        linear-gradient(135deg, rgba(10, 60, 100, .96), rgba(15, 93, 148, .92)),
        #0a3c64;
    color: #fff;
    border-radius: 8px;
    box-shadow: 0 16px 34px rgba(7, 30, 53, .18);
}
.mt-hero-panel::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: repeating-linear-gradient(90deg, rgba(255, 255, 255, .06) 0 1px, transparent 1px 70px);
}
.mt-hero-panel > * {
    position: relative;
    z-index: 1;
}
.mt-hero-panel .eyebrow,
.mt-hero-panel .lead { color: #d6efff; }
.compact-head {
    align-items: center;
    padding: 8px 0 20px;
}
.compact-head h1,
.mt-hero-panel h1 { font-size: 38px; }
.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.show-control-band {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin: 0 0 18px;
}
.show-control-band article {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 92px;
    padding: 16px;
    overflow: hidden;
    color: #fff;
    background:
        linear-gradient(135deg, rgba(7, 30, 53, .98), rgba(10, 60, 100, .92)),
        var(--legacy-navy);
    border: 1px solid rgba(25, 211, 197, .22);
    border-radius: 8px;
    box-shadow: 0 14px 32px rgba(7, 30, 53, .14);
}
.show-control-band article::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 4px;
    background: linear-gradient(90deg, var(--show-cyan), var(--show-amber), var(--show-pink));
}
.show-control-band article > span {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    color: var(--legacy-navy);
    background: var(--show-amber);
    border-radius: 8px;
    font-size: 18px;
}
.show-control-band strong,
.show-control-band small {
    display: block;
}
.show-control-band strong {
    font-size: 23px;
    line-height: 1.05;
}
.show-control-band small {
    margin-top: 4px;
    color: #c9e6fb;
}
.show-control-band article:hover {
    --hover-y: -3px;
    box-shadow: 0 22px 44px rgba(7, 30, 53, .20);
}
.mt-kpi-grid div {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 6px 18px rgba(23, 32, 51, .05);
}
.mt-kpi-grid div::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 4px;
    background: linear-gradient(180deg, var(--show-cyan), var(--show-amber));
}
.mt-kpi-grid .metric-icon {
    display: inline-grid;
    place-items: center;
    width: 34px;
    height: 34px;
    margin-bottom: 10px;
    color: #fff;
    background: var(--legacy-blue);
    border-radius: 8px;
    font-size: 14px;
}
.mt-kpi-grid .metric-label {
    display: block;
    color: var(--muted);
    font-size: 13px;
    font-weight: 800;
}
.metrics small,
.order-line small,
.module-card small,
.event-strip small {
    display: block;
    color: var(--muted);
    font-size: 12px;
    font-weight: 600;
}
.mt-module-grid {
    display: grid;
    grid-template-columns: repeat(9, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 22px;
}
.module-card {
    position: relative;
    overflow: hidden;
    min-height: 126px;
    display: grid;
    align-content: start;
    gap: 8px;
    padding: 14px;
    color: var(--ink);
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(23, 32, 51, .05);
}
.module-card::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 3px;
    opacity: .8;
    background: linear-gradient(90deg, var(--show-cyan), var(--show-amber), var(--show-pink));
}
.module-card strong { font-size: 15px; }
.module-card:hover { --hover-y: -1px; border-color: #9cc9e4; }
.module-blue { background: linear-gradient(180deg, #fff, var(--soft-blue)); }
.module-gold { background: linear-gradient(180deg, #fff, var(--soft-gold)); }
.module-teal { background: linear-gradient(180deg, #fff, var(--soft-teal)); }
.module-red { background: linear-gradient(180deg, #fff, var(--soft-red)); }
.module-blue .module-icon { background: var(--legacy-blue); }
.module-gold .module-icon { background: var(--gold); color: var(--legacy-navy); }
.module-teal .module-icon { background: var(--accent); }
.module-red .module-icon { background: var(--warn); }
.mt-dashboard-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.panel {
    box-shadow: 0 8px 24px rgba(23, 32, 51, .05);
}
.panel-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}
.panel-title h2,
.panel-title p { margin: 0; }
.panel-title a {
    color: var(--legacy-blue-2);
    font-size: 12px;
    font-weight: 900;
}
.order-line strong {
    text-align: right;
}
.event-strip {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 0;
    border-top: 1px solid var(--line);
}
.event-strip:first-of-type { border-top: 0; }
.event-strip em {
    min-width: 76px;
    color: var(--legacy-blue);
    font-style: normal;
    font-weight: 900;
    text-align: right;
}
.mini-cover {
    position: relative;
    height: 112px;
    place-items: end start;
    padding: 12px;
    overflow: hidden;
}
.mini-cover.has-event-image::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 42%;
    pointer-events: none;
    background: linear-gradient(180deg, transparent, rgba(7, 30, 53, .38));
}
.mini-cover img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 30%;
    transition: transform .24s cubic-bezier(.16, 1, .3, 1);
}
.mt-event-card:hover .mini-cover img {
    transform: scale(1.025);
}
.mini-cover .event-cover-fallback {
    display: grid;
    place-items: center;
    width: 44px;
    height: 40px;
    font-size: 17px;
    border-radius: 8px;
    background: rgba(255, 255, 255, .16);
}
.box-office-grid {
    grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
    gap: 12px;
}
.mt-event-card {
    display: grid;
    grid-template-rows: 112px minmax(0, 1fr);
    box-shadow: 0 8px 24px rgba(23, 32, 51, .06);
}
.mt-event-card .event-body {
    display: flex;
    flex-direction: column;
    padding: 13px;
}
.mt-event-card .event-body h2 {
    margin: 8px 0 4px;
    font-size: 18px;
    line-height: 1.18;
}
.mt-event-card .event-body .hint {
    margin: 0;
    font-size: 12px;
}
.mt-event-card .ticket-list {
    gap: 5px;
    margin-top: 11px;
}
.mt-event-card .ticket-link {
    gap: 8px;
    padding: 7px 9px;
    font-size: 12px;
}
.mt-event-card .ticket-link small {
    margin-top: 1px;
    font-size: 10px;
}
.mt-event-card .event-actions {
    margin-top: auto;
    padding-top: 11px;
}
.mt-event-card .event-actions .button {
    min-height: 34px;
    padding: 0 12px;
    font-size: 12px;
}
.mt-sale-layout { grid-template-columns: minmax(0, 1fr) 390px; }
.sale-main,
.sale-side {
    box-shadow: 0 8px 24px rgba(23, 32, 51, .06);
}
.is-box-office-sale .internal-shell {
    grid-template-columns: minmax(0, 1fr);
    width: min(1640px, calc(100% - 24px));
}
.is-box-office-sale .internal-sidebar {
    display: none;
}
.is-box-office-sale .mt-sale-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
}
.is-box-office-sale .sale-side {
    order: -1;
    grid-template-columns: repeat(5, minmax(135px, 1fr)) minmax(150px, auto);
    align-items: end;
    padding: 14px;
}
.is-box-office-sale .sale-side .panel-title {
    grid-column: 1 / -1;
    margin-bottom: -4px;
}
.is-box-office-sale .sale-side .payment-hints {
    display: none;
}
.is-box-office-sale .sale-side .button.full {
    min-height: 42px;
}
.is-box-office-sale .sale-main {
    padding: 18px;
}
.is-box-office-sale .sale-main > h1 {
    font-size: 30px;
    margin-bottom: 6px;
}
.is-box-office-sale .sale-toolbar,
.is-box-office-sale .sale-main > h2 {
    margin: 12px 0;
}
.is-box-office-sale .ticket-picker {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}
.is-box-office-sale .ticket-pick {
    grid-template-columns: minmax(0, 1fr) minmax(54px, auto);
    padding: 10px 12px;
}
.is-box-office-sale .ticket-pick small:nth-of-type(2) {
    display: none;
}
/* Mensajes dinamicos de campo: flotan sin alterar la altura del formulario. */
.field-with-floating-status {
    position: relative;
}
.field-floating-status {
    position: absolute;
    z-index: 6;
    top: -3px;
    right: 0;
    max-width: calc(100% - 44px);
    min-height: 21px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    overflow: hidden;
    padding: 3px 8px;
    color: var(--legacy-teal);
    background: #e8f7f2;
    border: 1px solid #a9dccc;
    border-radius: 6px;
    box-shadow: 0 5px 14px rgba(10, 95, 88, .12);
    font-size: 10px;
    font-weight: 900;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate3d(0, 4px, 0) scale(.98);
    transform-origin: right center;
    transition:
        opacity .18s ease,
        transform .22s cubic-bezier(.16, 1, .3, 1),
        visibility .18s ease;
}
.field-floating-status::before {
    content: "";
    width: 6px;
    height: 6px;
    flex: 0 0 6px;
    background: #0b8a68;
    border-radius: 50%;
    box-shadow: 0 0 0 3px rgba(11, 138, 104, .12);
}
.field-floating-status:not(:empty) {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0) scale(1);
}
.field-floating-status.is-warning {
    color: #765719;
    background: #fff7df;
    border-color: #e8ce89;
}
.field-floating-status.is-warning::before {
    background: #b9861c;
    box-shadow: 0 0 0 3px rgba(185, 134, 28, .13);
}
.field-floating-status.is-error {
    color: #9b2c31;
    background: #fff0f0;
    border-color: #edb8ba;
}
.field-floating-status.is-error::before {
    background: #b8464c;
    box-shadow: 0 0 0 3px rgba(184, 70, 76, .12);
}
.is-box-office-sale .seat-map-panel {
    margin-top: 16px;
    padding: 16px;
}
.sale-toolbar {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 18px 0;
}
.payment-hints {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}
.payment-hints span {
    padding: 8px;
    text-align: center;
    color: var(--legacy-blue);
    background: var(--soft-blue);
    border: 1px solid #cce3f4;
    border-radius: 7px;
    font-size: 12px;
    font-weight: 900;
}
.mt-filter-card {
    padding: 14px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 8px 22px rgba(23, 32, 51, .05);
}
.lookup-card {
    grid-template-columns: minmax(220px, 1fr) auto;
}
.rich-table {
    box-shadow: 0 8px 24px rgba(23, 32, 51, .05);
}
.rich-table tr:hover td {
    background: #f8fbfe;
}
.channel-bars {
    display: grid;
    gap: 18px;
}
.channel-bars div {
    display: grid;
    grid-template-columns: 120px 1fr 120px;
    gap: 12px;
    align-items: center;
}
.channel-bars strong {
    display: block;
    height: 12px;
    min-width: 8px;
    background: linear-gradient(90deg, var(--legacy-blue), var(--accent));
    border-radius: 8px;
}
.channel-bars em {
    color: var(--legacy-blue);
    font-style: normal;
    font-weight: 900;
    text-align: right;
}
.venue-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 16px;
}
.venue-card {
    align-content: start;
}
.venue-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}
.venue-stats div {
    padding: 12px;
    background: #f8fbfe;
    border: 1px solid var(--line);
    border-radius: 8px;
}
.venue-stats span {
    display: block;
    color: var(--muted);
    font-size: 12px;
}
.venue-stats strong {
    display: block;
    margin-top: 4px;
    color: var(--legacy-blue);
    font-size: 24px;
}
.seat-map-panel {
    margin-top: 22px;
    padding: 18px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 8px;
}
.seat-map-panel.is-client-map {
    margin-top: 0;
    padding: 26px;
    background:
        linear-gradient(180deg, #ffffff, #fbfdff);
    border-color: #cfddea;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .8), 0 18px 40px rgba(23, 32, 51, .07);
}
.seat-map-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 14px;
}
.seat-map-head h2 { margin-bottom: 4px; }
.seat-map-head .hint {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}
.seat-map-head .hint i {
    color: var(--accent);
}
.seat-legend {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px;
    color: var(--muted);
    font-size: 12px;
    font-weight: 800;
}
.seat-legend span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.seat-swatch {
    width: 12px;
    height: 12px;
    border-radius: 4px;
    border: 1px solid var(--line);
}
.seat-swatch.available { background: var(--accent); }
.seat-swatch.selected {
    background: #0d7fd3;
    border-color: #064b7b;
    box-shadow: 0 0 0 2px rgba(13, 127, 211, .18);
}
.seat-swatch.reserved { background: var(--gold); }
.seat-swatch.sold { background: #9aa4b2; }
.seat-swatch.blocked { background: #eceff3; }
.seat-swatch.accessible {
    display: grid;
    place-items: center;
    color: #0d7fd3;
    background: transparent;
    border-color: transparent;
    font-size: 12px;
    line-height: 1;
}
.seat-price-legend {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 0 16px;
}
.seat-price-legend span {
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 2px 9px;
    align-items: center;
    min-width: 150px;
    padding: 10px 12px;
    color: #fff;
    background: var(--category-color);
    border-radius: 8px;
    box-shadow: 0 9px 18px color-mix(in srgb, var(--category-color) 24%, transparent);
}
.seat-price-legend span > i {
    grid-row: span 2;
    display: grid;
    place-items: center;
    width: 24px;
    height: 24px;
    color: var(--category-color);
    background: rgba(255, 255, 255, .92);
    border-radius: 7px;
    font-size: 11px;
}
.seat-price-legend strong {
    font-size: 20px;
    line-height: 1;
}
.seat-price-legend small {
    color: rgba(255, 255, 255, .86);
    font-size: 12px;
    font-weight: 900;
}
.seat-map-view-tools {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 6px;
    margin: -4px 0 12px;
}
.seat-map-view-tools button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 32px;
    padding: 0 10px;
    color: var(--legacy-blue);
    background: #fff;
    border: 1px solid #cdd9e7;
    border-radius: 7px;
    font-size: 12px;
    font-weight: 900;
    cursor: pointer;
}
.seat-map-view-tools button:hover {
    color: #fff;
    background: var(--legacy-blue);
    border-color: var(--legacy-blue);
}
.stage-line {
    display: grid;
    place-items: center;
    min-height: 38px;
    margin-bottom: 16px;
    color: var(--legacy-navy);
    background: linear-gradient(90deg, transparent, var(--soft-gold), transparent);
    border: 1px solid #ead7a8;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}
.seat-layout-viewport {
    --seat-map-scale: 1;
    width: 100%;
    overflow-x: auto;
    padding: 2px 0 8px;
}
.seat-layout-viewport.is-scaled {
    height: var(--seat-map-scaled-height, auto);
    overflow: hidden;
}
.seat-layout-viewport.is-scaled .seat-layout-canvas {
    transform: scale(var(--seat-map-scale, 1));
    transform-origin: top left;
}
.seat-layout-canvas {
    display: grid;
    grid-template-columns: repeat(var(--layout-columns, 24), minmax(28px, 1fr));
    grid-auto-rows: minmax(18px, auto);
    gap: 12px;
    align-items: start;
    min-width: calc(var(--layout-columns, 24) * 36px);
}
.is-client-map .seat-layout-viewport {
    min-height: min(680px, calc(100vh - 260px));
    padding: 14px 0 18px;
    background:
        linear-gradient(180deg, rgba(237, 247, 251, .66), rgba(255, 255, 255, .2));
    border: 1px solid #e2edf5;
    border-radius: 8px;
}
.is-client-map .seat-layout-canvas {
    gap: 18px;
    min-width: calc(var(--layout-columns, 24) * 48px);
    padding: 24px;
}
.map-layout-item,
.map-layout-stage {
    grid-column: var(--layout-x, 1) / span var(--layout-w, 12);
    grid-row: var(--layout-y, auto) / span var(--layout-h, 1);
    align-self: stretch;
}
.seat-layout-canvas .stage-line {
    margin: 0;
    min-height: max(38px, calc((var(--layout-h, 1) * 44px) - 10px));
    padding: 8px 12px;
    color: var(--layout-text, #fff);
    background: var(--layout-bg, #191919);
    border-color: var(--layout-border, #191919);
    border-radius: 0;
    font-size: 16px;
    justify-items: var(--layout-text-justify, center);
    align-items: var(--layout-content-align, center);
    letter-spacing: 0;
    text-align: var(--layout-text-align, center);
}
.is-client-map .seat-layout-canvas .stage-line {
    min-height: max(48px, calc((var(--layout-h, 1) * 48px) - 8px));
    box-shadow: 0 12px 24px rgba(7, 11, 21, .16);
}
.seat-map-title {
    min-height: max(30px, calc((var(--layout-h, 1) * 44px) - 10px));
    display: flex;
    align-items: var(--layout-content-align, center);
    justify-content: var(--layout-text-justify, start);
    padding: 6px 8px;
    color: var(--layout-text, #121821);
    background: var(--layout-bg, #fff);
    border-bottom: 1px solid var(--layout-border, #d8dde6);
    font-size: 16px;
    font-weight: 900;
    text-align: var(--layout-text-align, left);
    text-transform: uppercase;
}
.seat-section-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 14px;
}
.seat-theater-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(245px, 1fr));
    gap: 14px;
    align-items: start;
}
.seat-section {
    min-width: 0;
    min-height: max(0px, calc((var(--layout-h, 1) * 44px) - 10px));
    overflow-x: auto;
    padding: 14px;
    color: var(--layout-text, #121821);
    background: var(--layout-bg, #fbfdff);
    border: 1px solid var(--line);
    border-top: 4px solid var(--layout-border, var(--seat-color, var(--section-color, var(--accent))));
    border-radius: 8px;
}
.is-client-map .seat-section {
    padding: 16px;
    background: color-mix(in srgb, var(--layout-bg, #fbfdff) 88%, #fff);
    box-shadow: 0 12px 28px rgba(23, 32, 51, .06);
}
.seat-section.is-disabled {
    opacity: .62;
}
.seat-section-title {
    display: flex;
    align-items: var(--layout-content-align, flex-start);
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 6px;
}
.seat-section-heading {
    display: grid;
    gap: 2px;
    flex: 1 1 140px;
    min-width: 118px;
    text-align: var(--layout-text-align, left);
}
.seat-section-title span {
    color: var(--layout-text, #121821);
    font-weight: 900;
}
.seat-section-title strong {
    color: var(--layout-text, var(--muted));
    font-size: 12px;
    opacity: .72;
}
.seat-section-actions {
    display: flex;
    flex: 1 1 116px;
    flex-wrap: wrap;
    gap: 4px;
    justify-content: flex-end;
}
.seat-section-actions button {
    min-height: 24px;
    padding: 0 7px;
    color: var(--legacy-blue);
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 6px;
    font-size: 10px;
    font-weight: 900;
    white-space: nowrap;
    cursor: pointer;
}
.seat-section-actions button:hover {
    border-color: var(--accent);
}
.seat-rows {
    display: grid;
    gap: 7px;
    margin-top: 12px;
}
.seat-row-line {
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 8px;
    align-items: center;
}
.seat-row-line.row-label-right {
    grid-template-columns: minmax(0, 1fr) 24px;
}
.seat-row-line.row-label-both {
    grid-template-columns: 24px minmax(0, 1fr) 24px;
}
.seat-row-line.row-label-none {
    grid-template-columns: minmax(0, 1fr);
}
.seat-row-label {
    color: var(--muted);
    font-size: 11px;
    font-weight: 900;
    text-align: center;
}
.seat-number-guide {
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 8px;
    align-items: center;
}
.seat-number-guide.row-label-right {
    grid-template-columns: minmax(0, 1fr) 24px;
}
.seat-number-guide.row-label-both {
    grid-template-columns: 24px minmax(0, 1fr) 24px;
}
.seat-number-guide.row-label-none {
    grid-template-columns: minmax(0, 1fr);
}
.seat-number-guide .seat-row-grid > span {
    display: grid;
    place-items: center;
    min-height: 18px;
    color: #1d2633;
    background: #fff;
    border: 1px solid #dfe4ec;
    border-radius: 2px;
    font-size: 10px;
    font-weight: 800;
}
.seat-row-grid {
    display: grid;
    grid-template-columns: repeat(var(--seat-count), 25px);
    gap: 5px;
    min-width: max-content;
}
.seat-dot {
    position: relative;
    display: grid;
    place-items: center;
    min-width: 0;
    height: 25px;
    color: #fff;
    background: var(--seat-color, var(--section-color, var(--accent)));
    border: 1px solid transparent;
    border-radius: 6px;
    font-size: 10px;
    font-weight: 900;
    transition: transform .16s ease, background-color .16s ease, border-color .16s ease, box-shadow .16s ease;
}
.seat-dot.is-accessible {
    border-color: #0d7fd3;
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .88), 0 0 0 2px rgba(13, 127, 211, .22);
}
.seat-dot.is-accessible > span {
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%;
    color: inherit;
    background: transparent;
    border: 0;
    border-radius: 0;
    font-size: 13px;
    font-weight: 900;
    line-height: 1;
}
.seat-dot input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.seat-dot:has(input:not(:disabled)) {
    cursor: pointer;
}
.seat-dot.is-selected {
    z-index: 3;
    color: #fff;
    background: #0d7fd3;
    border-color: #fff;
    box-shadow: 0 0 0 2px #064b7b, 0 5px 12px rgba(13, 127, 211, .34);
    transform: scale(1.14);
}
@supports selector(.seat-dot:has(input:checked)) {
    .seat-dot:has(input:checked) {
        z-index: 3;
        color: #fff;
        background: #0d7fd3;
        border-color: #fff;
        box-shadow: 0 0 0 2px #064b7b, 0 5px 12px rgba(13, 127, 211, .34);
        transform: scale(1.14);
    }
}
.seat-dot.is-reserved {
    color: var(--legacy-navy);
    background: #f0d899;
}
.seat-dot.is-sold {
    background: #9aa4b2;
}
.seat-dot.is-blocked {
    color: #b8c0cc;
    background: #eef1f5;
    border-color: #d9dee8;
}
.seat-dot:has(input:disabled),
.seat-dot.is-reserved,
.seat-dot.is-sold,
.seat-dot.is-blocked {
    cursor: not-allowed;
}
.seat-ticket-count {
    display: grid;
    place-items: center;
    min-width: 54px;
    min-height: 42px;
    padding: 0 12px;
    color: var(--legacy-blue);
    background: var(--soft-blue);
    border: 1px solid #cce3f4;
    border-radius: 8px;
    font-weight: 900;
}
.map-section-summary {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 10px;
}
.map-section-summary div,
.map-section-summary a,
.map-section-summary > span {
    display: grid;
    gap: 3px;
    padding: 12px;
    background: color-mix(in srgb, var(--section-color) 10%, #fff);
    border: 1px solid color-mix(in srgb, var(--section-color) 32%, var(--line));
    border-radius: 8px;
    border-top: 4px solid var(--section-color);
}
.map-section-summary strong {
    color: var(--ink);
}
.map-section-summary span,
.map-section-summary small {
    color: var(--muted);
    font-size: 12px;
}
.map-section-summary.compact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.map-section-summary.compact > span {
    display: block;
    padding: 8px;
    color: var(--legacy-blue);
    font-size: 12px;
    font-weight: 900;
}
.map-section-summary.wide {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}
.map-builder-list {
    display: grid;
    gap: 14px;
}
.map-builder-list.compact-list {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}
.map-builder-section {
    display: grid;
    gap: 12px;
    padding: 14px;
    background: #fbfdff;
    border: 1px solid var(--line);
    border-radius: 8px;
}
.map-builder-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}
.map-builder-head strong {
    color: var(--legacy-blue);
}
.panel-subtitle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding-top: 4px;
    border-top: 1px solid var(--line);
}
.panel-subtitle h3 {
    margin: 0;
    color: var(--legacy-navy);
    font-size: 16px;
}
.inline-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-end;
}
.compact-fields {
    grid-template-columns: 1.4fr repeat(4, .55fr);
}
.compact-color-fields {
    grid-template-columns: repeat(3, minmax(94px, 1fr));
    margin-top: -4px;
}
.compact-color-fields input[type="color"] {
    min-height: 38px;
    padding: 4px;
}
.visual-source-list {
    margin-bottom: 6px;
}
.visual-map-editor {
    gap: 14px;
}
.visual-action {
    gap: 7px;
    border: 1px solid transparent;
}
.visual-action-paint {
    color: var(--accent);
    background: #fff;
    border-color: var(--accent);
}
.visual-action-paint:hover {
    color: #fff;
    background: var(--accent);
}
.visual-action-stage {
    color: #fff;
    background: #191919;
    border-color: #191919;
}
.visual-action-stage:hover {
    background: #000;
}
.visual-action-title {
    color: var(--legacy-navy);
    background: #fff;
    border-color: #d8dde6;
    border-style: dashed;
}
.visual-action-title:hover {
    color: var(--legacy-navy);
    background: #f8fbfe;
    border-color: var(--legacy-blue);
}
.visual-map-viewport {
    overflow-x: auto;
    padding-bottom: 8px;
}
.visual-map-canvas {
    display: grid;
    grid-template-columns: repeat(var(--layout-columns, 24), minmax(28px, 1fr));
    grid-auto-rows: 34px;
    gap: 10px;
    min-width: calc(var(--layout-columns, 24) * 36px);
    min-height: 660px;
    padding: 14px;
    background:
        linear-gradient(#eef3f8 1px, transparent 1px),
        linear-gradient(90deg, #eef3f8 1px, transparent 1px),
        #fff;
    background-size: 38px 44px;
    border: 1px dashed #c7d2df;
    border-radius: 8px;
}
.visual-map-item {
    grid-column: var(--layout-x, 1) / span var(--layout-w, 8);
    grid-row: var(--layout-y, auto) / span var(--layout-h, 1);
    min-height: 54px;
    display: grid;
    align-content: var(--layout-content-align, center);
    gap: 6px;
    padding: 8px;
    color: var(--layout-text, #121821);
    background: var(--layout-bg, #fbfdff);
    border: 2px solid var(--layout-border, #c9d7e5);
    border-radius: 8px;
    box-shadow: 0 8px 20px rgba(10, 20, 37, .08);
    cursor: move;
    user-select: none;
}
.visual-map-stage {
    color: var(--layout-text, #fff);
    background: var(--layout-bg, #191919);
    border-color: var(--layout-border, #191919);
    border-radius: 2px;
    text-transform: uppercase;
}
.visual-map-label {
    color: var(--layout-text, #121821);
    background: var(--layout-bg, #fff);
    border-color: var(--layout-border, #d8dde6);
    border-style: dashed;
    box-shadow: none;
    text-transform: uppercase;
}
.visual-map-section {
    border-color: #c9d7e5;
    border-top: 5px solid var(--layout-border, var(--accent));
}
.visual-map-tools {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px;
    opacity: .88;
}
.visual-map-tools span,
.visual-map-tools button,
.visual-color-tool {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 22px;
    min-height: 24px;
    padding: 0 8px;
    color: var(--legacy-blue);
    background: #fff;
    border: 1px solid #cdd9e7;
    border-radius: 5px;
    font-size: 10px;
    font-weight: 900;
    line-height: 1;
}
.visual-map-stage .visual-map-tools span,
.visual-map-stage .visual-map-tools button,
.visual-map-stage .visual-color-tool {
    color: var(--legacy-blue);
    background: #fff;
    border-color: #cdd9e7;
}
.visual-map-tools button,
.visual-color-tool {
    cursor: pointer;
}
.visual-map-tools span:hover,
.visual-map-tools button:hover,
.visual-color-tool:hover {
    color: #fff;
    background: var(--legacy-blue);
    border-color: var(--legacy-blue);
}
.visual-color-tool {
    position: relative;
    gap: 4px;
    padding: 0 6px;
    overflow: hidden;
}
.visual-color-tool::after {
    content: "";
    width: 8px;
    height: 8px;
    background: var(--swatch-color, #fff);
    border: 1px solid #cdd9e7;
    border-radius: 50%;
}
.visual-color-tool input[type="color"] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
.hidden-map-items {
    display: grid;
    gap: 10px;
    margin-top: 12px;
    padding: 12px;
    background: #f4f8fc;
    border: 1px dashed #c5d4e5;
    border-radius: 8px;
}
.hidden-map-items.is-empty {
    display: none;
}
.map-hidden-type {
    display: inline-flex;
    align-items: center;
    min-height: 22px;
    margin-right: 8px;
    padding: 0 7px;
    color: var(--legacy-blue);
    background: #fff;
    border: 1px solid #cdd9e7;
    border-radius: 5px;
    font-size: 10px;
    font-weight: 900;
}
.map-hidden-actions {
    justify-content: flex-end;
}
.button.danger-text,
.button.ghost.danger-text {
    color: var(--warn);
    border-color: #efcaca;
}
.button.danger-text:hover,
.button.ghost.danger-text:hover {
    color: #fff;
    background: var(--warn);
    border-color: var(--warn);
}
.map-builder-section.is-hidden-map-item {
    gap: 8px;
    background: #f8fafc;
    border-style: dashed;
    opacity: .82;
}
.map-builder-section.is-hidden-map-item .form-grid,
.map-builder-section.is-hidden-map-item details {
    display: none;
}
.visual-map-item strong {
    justify-self: var(--layout-text-justify, start);
    text-align: var(--layout-text-align, left);
    outline: 0;
    line-height: 1.15;
}
.visual-map-item strong:focus {
    background: rgba(255, 255, 255, .85);
    color: var(--legacy-navy);
    border-radius: 4px;
    padding: 2px 4px;
}
.visual-map-item small {
    justify-self: var(--layout-text-justify, start);
    text-align: var(--layout-text-align, left);
    color: var(--muted);
    font-size: 11px;
    font-weight: 900;
}
.theater-painter {
    margin-top: 18px;
}
.paint-sticky-console {
    position: sticky;
    top: 168px;
    z-index: 35;
    display: grid;
    gap: 7px;
    margin: -4px -4px 12px;
    padding: 9px;
    background: rgba(255, 255, 255, .96);
    border: 1px solid rgba(197, 212, 229, .92);
    border-radius: 8px;
    box-shadow: 0 14px 36px rgba(23, 32, 51, .14);
    backdrop-filter: blur(10px);
}
.paint-panel-title {
    gap: 10px;
    padding-bottom: 2px;
}
.paint-panel-title h2 {
    margin-bottom: 2px;
    font-size: 17px;
}
.paint-panel-title .hint {
    font-size: 12px;
}
.paint-toolbar {
    display: grid;
    grid-template-columns: minmax(130px, .45fr) minmax(224px, .8fr) minmax(142px, .52fr) max-content max-content;
    gap: 7px;
    align-items: center;
}
.paint-active-brush {
    --active-brush-color: var(--accent);
    display: grid;
    gap: 2px;
    min-height: 38px;
    padding: 6px 9px;
    background: linear-gradient(90deg, color-mix(in srgb, var(--active-brush-color) 18%, #fff), #f8fbfe 68%);
    border: 1px solid color-mix(in srgb, var(--active-brush-color) 52%, var(--line));
    border-left: 8px solid var(--active-brush-color);
    border-radius: 7px;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .72);
}
.paint-active-brush span {
    color: var(--muted);
    font-size: 9px;
    font-weight: 900;
    text-transform: uppercase;
}
.paint-active-brush strong {
    color: var(--legacy-blue);
    font-size: 13px;
    line-height: 1.15;
}
.paint-status-toggle,
.paint-accessible-toggle {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
}
.paint-status-toggle button,
.paint-accessible-toggle button {
    min-height: 36px;
    padding: 0 7px;
    color: var(--legacy-blue);
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 7px;
    font-size: 11px;
    font-weight: 900;
    white-space: nowrap;
    cursor: pointer;
}
.paint-toolbar > .button {
    min-height: 36px;
    padding: 0 12px;
    font-size: 12px;
    white-space: nowrap;
}
.paint-accessible-toggle {
    grid-template-columns: minmax(74px, 1fr) 38px 38px;
}
.paint-status-toggle button.is-active {
    color: #fff;
    background: var(--accent);
    border-color: var(--accent);
}
.paint-accessible-toggle button.is-active {
    color: #071e35;
    background: #bfeeff;
    border-color: #0d7fd3;
    box-shadow: 0 0 0 3px rgba(13, 127, 211, .14);
}
.paint-accessible-toggle button[data-accessible-preset="mark"],
.paint-accessible-toggle button[data-accessible-preset="unmark"] {
    position: relative;
    color: #111827;
}
.paint-accessible-toggle button[data-accessible-preset="unmark"] {
    overflow: hidden;
}
.paint-accessible-toggle button[data-accessible-preset="unmark"]::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 20px;
    height: 2px;
    background: currentColor;
    border-radius: 999px;
    transform: translate(-50%, -50%) rotate(-34deg);
}
.paint-accessible-toggle .fa-wheelchair {
    font-size: 15px;
    line-height: 1;
}
.paint-category-summary {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}
.paint-category-card {
    min-width: 132px;
    min-height: 46px;
    padding: 7px 9px;
    color: #fff;
    background: var(--category-color);
    border: 2px solid transparent;
    border-radius: 7px;
    text-align: left;
    cursor: pointer;
}
.paint-category-summary strong,
.paint-category-summary small {
    display: block;
    color: inherit;
}
.paint-category-summary strong {
    font-size: 12px;
    line-height: 1.15;
}
.paint-category-summary small {
    font-size: 10px;
    line-height: 1.2;
}
.paint-category-card.no-category {
    color: var(--legacy-blue);
}
.paint-category-card.is-active {
    border-color: var(--legacy-navy);
    box-shadow: 0 0 0 3px rgba(10, 20, 37, .14);
    transform: translateY(-1px);
}
.painter-grid .seat-dot {
    cursor: pointer;
}
.painter-grid .seat-dot:has(input:checked) {
    color: var(--legacy-navy);
    background: var(--preview-color, #fff);
    border-color: var(--gold);
    box-shadow: inset 0 0 0 3px var(--gold), 0 0 0 2px rgba(189, 139, 47, .22);
}
.painter-grid .seat-dot.is-preview {
    color: #fff;
}
.painter-grid .seat-dot.is-hidden {
    color: #6b7280;
    background: repeating-linear-gradient(135deg, #f8fafc 0, #f8fafc 4px, #e3e8ef 4px, #e3e8ef 8px);
    border-color: #a6b0bf;
}
.painter-grid .seat-dot.is-hidden::after {
    content: "O";
    position: absolute;
    top: -5px;
    right: -5px;
    display: grid;
    place-items: center;
    width: 12px;
    height: 12px;
    color: #fff;
    background: #6b7280;
    border: 1px solid #fff;
    border-radius: 999px;
    font-size: 7px;
    line-height: 1;
}
.painter-grid .seat-dot.is-accessible-preview {
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .92), 0 0 0 3px rgba(17, 24, 39, .22);
}
.painter-grid .seat-dot.is-accessible-preview span {
    font-size: 13px;
}
.painter-grid .seat-dot.is-accessible-remove-preview {
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .6), 0 0 0 2px rgba(236, 91, 91, .34);
}
.automation-board,
.event-card-stats,
.lifecycle-board {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 18px;
}
.automation-card,
.event-card-stats div,
.lifecycle-board div {
    padding: 16px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 8px 22px rgba(23, 32, 51, .05);
}
.automation-card span,
.event-card-stats span,
.lifecycle-board span {
    display: block;
    color: var(--muted);
    font-size: 12px;
    font-weight: 800;
}
.automation-card strong,
.event-card-stats strong,
.lifecycle-board strong {
    display: block;
    margin-top: 6px;
    color: var(--legacy-blue);
    font-size: 28px;
}
.compact-board {
    margin-bottom: 0;
}
.mao-category-stack {
    display: grid;
    gap: 16px;
    margin-bottom: 22px;
}
.mao-panel-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
    gap: 12px;
}
.mao-panel-card {
    display: grid;
    gap: 8px;
    min-height: 156px;
    padding: 14px;
    color: var(--ink);
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
}
.mao-panel-card span {
    display: grid;
    place-items: center;
    width: 40px;
    height: 34px;
    color: #fff;
    background: var(--legacy-blue);
    border-radius: 7px;
    font-size: 13px;
    font-weight: 900;
}
.mao-panel-card .mao-panel-icon {
    font-size: 15px;
}
.mao-panel-card strong { font-size: 16px; }
.mao-panel-card small { min-height: 34px; }
.mao-panel-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: center;
}
.mao-panel-card em,
.mao-panel-card b {
    display: inline-flex;
    width: max-content;
    padding: 5px 8px;
    color: var(--legacy-blue);
    background: var(--soft-blue);
    border: 1px solid #cce3f4;
    border-radius: 999px;
    font-size: 12px;
    font-style: normal;
    font-weight: 900;
}
.mao-panel-card b {
    color: var(--accent-dark);
    background: var(--soft-teal);
    border-color: #b6ded6;
}
.mao-next-actions {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 10px;
}
.mao-next-actions div {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    padding: 12px;
    background: #fbfdff;
    border: 1px solid var(--line);
    border-radius: 8px;
}
.mao-next-actions span {
    display: grid;
    flex: 0 0 28px;
    place-items: center;
    width: 28px;
    height: 28px;
    color: #fff;
    background: var(--legacy-blue);
    border-radius: 7px;
    font-size: 12px;
    font-weight: 900;
}
.mao-next-actions strong {
    line-height: 1.35;
}
.legacy-file-row {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin: 8px 0 10px;
}
.legacy-file-row span {
    padding: 5px 8px;
    color: var(--legacy-blue);
    background: var(--soft-blue);
    border: 1px solid #cce3f4;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 900;
}
.audit-chip-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.audit-chip-list a {
    padding: 8px 10px;
    color: var(--legacy-blue);
    background: #f8fbfe;
    border: 1px solid var(--line);
    border-radius: 999px;
    font-size: 12px;
    font-weight: 900;
}
.audit-decision-list {
    display: grid;
    gap: 12px;
}
.audit-decision-list article {
    display: grid;
    grid-template-columns: minmax(220px, .75fr) minmax(0, 1fr);
    gap: 18px;
    padding: 14px;
    background: #fbfdff;
    border: 1px solid var(--line);
    border-radius: 8px;
}
.audit-decision-list strong {
    display: block;
    margin-bottom: 4px;
    color: var(--ink);
}
.audit-decision-list p {
    margin: 0;
    color: var(--muted);
}
.action-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 10px;
}
.action-grid a {
    padding: 12px;
    color: var(--legacy-blue);
    background: var(--soft-blue);
    border: 1px solid #cce3f4;
    border-radius: 8px;
    font-weight: 900;
}
.event-admin-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(310px, 1fr));
    gap: 16px;
    margin-bottom: 22px;
}
.event-admin-card {
    align-content: start;
}
.event-admin-card h2 {
    margin-bottom: 4px;
}
.readiness-bar {
    height: 10px;
    overflow: hidden;
    background: #e4edf5;
    border-radius: 999px;
}
.readiness-bar span {
    display: block;
    height: 100%;
    background: linear-gradient(90deg, var(--accent), var(--gold));
    border-radius: inherit;
}
.channel-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}
.channel-pills span {
    padding: 5px 8px;
    color: var(--muted);
    background: #f1f4f8;
    border: 1px solid var(--line);
    border-radius: 999px;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
}
.channel-pills span.is-on {
    color: var(--accent-dark);
    background: var(--soft-teal);
    border-color: #b6ded6;
}
.event-actions-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.event-builder-layout {
    display: grid;
    grid-template-columns: 290px minmax(0, 1fr);
    gap: 18px;
    align-items: start;
}
.event-assistant {
    position: sticky;
    top: 180px;
}
.preset-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}
.preset-button {
    min-height: 42px;
    color: var(--legacy-blue);
    background: var(--soft-blue);
    border: 1px solid #cce3f4;
    border-radius: 8px;
    font: inherit;
    font-weight: 900;
    cursor: pointer;
}
.preset-button:hover {
    border-color: var(--legacy-blue-2);
}
.assistant-note {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    padding: 12px;
    background: var(--soft-gold);
    border: 1px solid #ead7a8;
    border-radius: 8px;
}
.checklist {
    display: grid;
    gap: 8px;
}
.checklist div {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--muted);
    font-size: 13px;
    font-weight: 800;
}
.checklist span {
    width: 12px;
    height: 12px;
    border-radius: 999px;
    background: #d7dee9;
}
.checklist .is-ready {
    color: var(--accent-dark);
}
.checklist .is-ready span {
    background: var(--accent);
}
.event-builder-form {
    background: transparent;
    border: 0;
    padding: 0;
}
.theater-map-form {
    grid-template-columns: 1fr;
    align-items: start;
}
.theater-map-form > * {
    min-width: 0;
}
.theater-map-form .map-settings-panel {
    order: 1;
}
.theater-map-form .visual-map-editor {
    order: 2;
    grid-column: 1 / -1;
}
.theater-map-form .map-save-bar {
    order: 3;
    grid-column: 1 / -1;
}
.map-settings-panel {
    padding: 16px;
}
.map-settings-panel > *,
.map-settings-panel label,
.map-settings-panel input,
.map-settings-panel select,
.map-settings-panel textarea {
    min-width: 0;
}
.map-settings-panel .panel-title {
    gap: 8px;
}
.map-settings-panel .panel-title h2 {
    font-size: 17px;
}
.map-settings-panel .form-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    width: 100%;
    min-width: 0;
}
.map-settings-panel .compact-fields {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.map-settings-panel .wide-field,
.map-settings-panel .advanced-settings {
    grid-column: 1 / -1;
}
.map-settings-panel .map-builder-list {
    gap: 10px;
}
.map-settings-panel .map-builder-list.compact-list {
    grid-template-columns: 1fr;
}
.map-settings-panel .map-builder-section {
    gap: 10px;
    padding: 12px;
}
.map-settings-panel textarea {
    min-height: 76px;
}
.advanced-settings {
    margin-top: 10px;
    padding: 10px 12px;
    background: #f8fbfe;
    border: 1px solid var(--line);
    border-radius: 8px;
}
.advanced-settings summary {
    cursor: pointer;
    color: var(--legacy-blue);
    font-size: 13px;
    font-weight: 900;
}
.advanced-settings .inline-actions,
.advanced-settings .form-grid,
.advanced-settings .map-builder-list {
    margin-top: 10px;
}
.inline-advanced {
    margin-top: 4px;
    padding: 8px 10px;
}
.map-save-bar {
    position: sticky;
    bottom: 12px;
    z-index: 38;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 14px;
    background: rgba(255, 255, 255, .96);
    border: 1px solid rgba(197, 212, 229, .92);
    border-radius: 8px;
    box-shadow: 0 14px 36px rgba(23, 32, 51, .14);
    backdrop-filter: blur(10px);
}
.map-save-bar span {
    color: var(--muted);
    font-size: 13px;
    font-weight: 800;
}
.mt-login-screen {
    padding: 28px 0;
    background:
        radial-gradient(circle at 20% 12%, rgba(189, 139, 47, .24), transparent 28%),
        linear-gradient(135deg, var(--legacy-navy), var(--legacy-blue) 54%, #0c6a84);
}
.mt-login-panel {
    width: min(1120px, calc(100% - 32px));
    display: grid;
    grid-template-columns: minmax(320px, 420px) minmax(0, 1fr);
    gap: 28px;
    align-items: start;
    box-shadow: 0 24px 70px rgba(0, 0, 0, .28);
}
.login-main-column {
    min-width: 0;
}
.login-copy {
    padding: 16px 0 20px;
}
.login-copy h1 {
    font-size: 34px;
}
.demo-access-panel {
    min-width: 0;
    padding-left: 26px;
    border-left: 1px solid var(--line);
}
.demo-access-head {
    margin-bottom: 14px;
}
.demo-access-head h2 {
    margin: 0 0 6px;
    font-size: 24px;
}
.demo-access-head p:not(.eyebrow),
.demo-copy-status {
    margin: 0;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.5;
}
.demo-account-list {
    display: grid;
    gap: 10px;
    max-height: min(560px, calc(100vh - 230px));
    overflow: auto;
    padding-right: 6px;
}
.demo-account-card {
    position: relative;
    padding: 13px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: linear-gradient(180deg, #fff, #f7fbfd);
    box-shadow: 0 8px 22px rgba(23, 32, 51, .05);
}
.demo-account-card.is-featured {
    overflow: hidden;
    padding: 16px;
    border-color: rgba(244, 193, 93, .78);
    background:
        linear-gradient(135deg, rgba(244, 193, 93, .2), transparent 44%),
        linear-gradient(180deg, #fff, #eefaf8);
    box-shadow: 0 18px 42px rgba(7, 30, 53, .18);
}
.demo-account-card.is-featured::before {
    content: "Super administrador externo";
    position: absolute;
    right: 12px;
    top: 12px;
    padding: 6px 9px;
    color: var(--legacy-navy);
    background: var(--gold);
    border-radius: 999px;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}
.demo-account-card.is-featured::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 4px;
    background: linear-gradient(90deg, var(--accent), var(--gold), var(--legacy-blue));
}
.demo-account-title {
    display: grid;
    grid-template-columns: 40px 1fr;
    gap: 10px;
    align-items: start;
}
.demo-account-title i {
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    color: #fff;
    background: linear-gradient(135deg, var(--accent), var(--legacy-blue));
    border-radius: 8px;
}
.demo-account-card.is-featured .demo-account-title {
    padding-right: 150px;
}
.demo-account-card.is-featured .demo-account-title i {
    background:
        radial-gradient(circle at 30% 30%, rgba(255, 255, 255, .35), transparent 34%),
        linear-gradient(135deg, var(--legacy-blue), var(--accent));
    box-shadow: 0 12px 24px rgba(7, 30, 53, .18);
}
.demo-account-title strong,
.demo-account-title span {
    display: block;
}
.demo-account-title em {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    margin: 5px 0 1px;
    padding: 4px 7px;
    color: var(--accent-dark);
    background: rgba(11, 111, 106, .1);
    border: 1px solid rgba(11, 111, 106, .2);
    border-radius: 999px;
    font-size: 10px;
    font-style: normal;
    font-weight: 900;
    text-transform: uppercase;
}
.demo-account-title span {
    margin-top: 3px;
    color: var(--muted);
    font-size: 12px;
    line-height: 1.4;
}
.demo-account-card dl {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin: 12px 0;
}
.demo-account-card dt {
    color: var(--muted);
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
}
.demo-account-card dd {
    margin: 2px 0 0;
    padding: 8px 9px;
    overflow-wrap: anywhere;
    color: var(--legacy-navy);
    background: #edf4fb;
    border: 1px solid #d7e2ee;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 800;
}
.demo-account-actions {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}
.demo-account-actions button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 36px;
    padding: 0 12px;
    color: var(--accent-dark);
    background: #fff;
    border: 1px solid rgba(11, 111, 106, .35);
    border-radius: 6px;
    font-size: 12px;
    font-weight: 900;
    cursor: pointer;
}
.demo-account-actions button:hover {
    color: #fff;
    background: var(--accent);
}
.demo-account-card.is-featured .demo-account-actions button:first-child {
    color: #fff;
    background: var(--accent);
    border-color: var(--accent);
}
.demo-account-card.is-featured .demo-account-actions button:first-child:hover {
    background: var(--legacy-blue);
    border-color: var(--legacy-blue);
}
.demo-copy-status {
    margin-top: 12px;
    padding: 10px 12px;
    background: #edf7f5;
    border: 1px solid rgba(11, 111, 106, .18);
    border-radius: 8px;
    font-weight: 800;
}
.mt-workflow-guide {
    margin-bottom: 22px;
    padding: 20px;
}
.mt-workflow-guide .panel-title {
    align-items: flex-start;
}
.mt-workflow-guide .panel-title > span {
    color: var(--accent);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}
.workflow-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    gap: 12px;
}
.workflow-step {
    min-height: 146px;
    display: grid;
    align-content: start;
    gap: 8px;
    padding: 16px;
    background: linear-gradient(180deg, #ffffff, #f8fbff);
    border: 1px solid var(--line);
    border-radius: 8px;
}
.workflow-step .workflow-icon {
    position: relative;
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    color: #10213d;
    background: #f4c15d;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 900;
}
.workflow-step .workflow-icon em {
    position: absolute;
    right: -7px;
    bottom: -7px;
    display: grid;
    place-items: center;
    width: 20px;
    height: 20px;
    color: #fff;
    background: var(--legacy-blue);
    border: 2px solid #fff;
    border-radius: 999px;
    font-size: 10px;
    font-style: normal;
    line-height: 1;
}
.workflow-step strong {
    font-size: 17px;
}
.workflow-step small {
    color: var(--muted);
}
.access-pill {
    border: 1px solid rgba(11, 79, 120, 0.14);
    background: #eef6ff;
    color: var(--legacy-blue);
}
.access-active {
    background: #e8f7ef;
    color: #087c4a;
}
.access-limited {
    background: #fff8e6;
    color: #9a6700;
}
.access-suspended,
.access-blocked {
    background: #fff0f0;
    color: #a33a3a;
}
.access-mini {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    border: 1px solid var(--line);
}
.access-mini.is-on {
    color: #087c4a;
    background: #f0fbf5;
}
.access-mini.is-off {
    color: #a33a3a;
    background: #fff6f6;
}
.ticketera-control-panel {
    display: grid;
    gap: 18px;
}
.ticketera-control-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}
.access-toggle-card {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 10px 12px;
    align-items: start;
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #f8fbfd;
}
.access-toggle-card input {
    margin-top: 3px;
}
.access-toggle-card span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 900;
}
.access-toggle-card small {
    grid-column: 2;
    color: var(--muted);
}
.ticketera-summary-list {
    display: grid;
    gap: 12px;
}
.ticketera-summary-list p {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin: 0;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--line);
}
.ticketera-summary-list span {
    color: var(--muted);
    text-align: right;
}
.access-limited-panel {
    display: grid;
    justify-items: center;
    text-align: center;
    gap: 14px;
}
.access-limited-icon {
    display: grid;
    place-items: center;
    width: 64px;
    height: 64px;
    border-radius: 18px;
    color: #fff;
    background: linear-gradient(135deg, #0b4f78, #0c7d70);
    box-shadow: 0 18px 40px rgba(11, 79, 120, 0.22);
    font-size: 26px;
}
html[data-misticket-effects="ready"] .scroll-reveal {
    opacity: 0;
    transform: translate3d(
        var(--scroll-reveal-x, 0),
        var(--scroll-reveal-y, 40px),
        0
    );
    transition:
        opacity 0.3s ease,
        transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    transition-delay: var(--scroll-reveal-delay, 0ms);
    will-change: opacity, transform;
}
html[data-misticket-effects="ready"] .scroll-reveal.reveal-visible,
html[data-misticket-effects="ready"] .scroll-reveal.visible {
    opacity: 1;
    transform: translate3d(0, var(--hover-y, 0px), 0);
}

@media (max-width: 640px) {
    html[data-misticket-effects="ready"] .scroll-reveal {
        transform: translate3d(0, var(--scroll-reveal-y, 32px), 0);
    }
}

@media (min-width: 861px) {
    .ticketing-hero,
    .show-marquee,
    .event-detail-hero,
    .event-detail-grid,
    .full-bleed-section-head,
    .full-bleed-event-grid {
        width: calc(100vw - 48px) !important;
        margin-left: calc(50% - 50vw + 24px) !important;
        margin-right: calc(50% - 50vw + 24px) !important;
    }
}

@media (max-width: 1500px) {
    .mt-header-main {
        width: calc(100% - 20px);
        min-height: 30px;
    }
    .internal-brand small,
    .mt-session > span:not(.system-live-pill) { display: none; }
    .mt-session { min-width: 166px; }
    .mt-module-nav-shell { width: calc(100% - 16px); }
}

@media (max-width: 1180px) {
    .mt-public-site-link {
        width: 24px;
        padding-inline: 0;
    }
    .mt-public-site-link span { display: none; }
}

@media (max-width: 860px) {
    .mt-login-panel {
        grid-template-columns: 1fr;
        gap: 22px;
        padding: 22px;
    }
    .demo-access-panel {
        padding-left: 0;
        padding-top: 20px;
        border-left: 0;
        border-top: 1px solid var(--line);
    }
    .demo-account-list {
        max-height: none;
        overflow: visible;
        padding-right: 0;
    }
    .demo-account-card.is-featured::before {
        position: static;
        display: inline-flex;
        margin-bottom: 10px;
    }
    .demo-account-card.is-featured .demo-account-title {
        padding-right: 0;
    }
    .demo-account-card dl {
        grid-template-columns: 1fr;
    }
    .ticketera-control-grid {
        grid-template-columns: 1fr;
    }
    .ticketera-summary-list p {
        display: grid;
    }
    .ticketera-summary-list span {
        text-align: left;
    }
    .topbar, .hero, .admin-head { align-items: flex-start; flex-direction: column; }
    .topline {
        height: auto;
        align-items: flex-start;
        flex-direction: column;
        padding: 10px 20px;
    }
    .topline div {
        flex-wrap: wrap;
    }
    .topbar {
        height: auto;
        padding: 14px 20px;
    }
    .site-shell .topbar {
        min-height: 0;
    }
    .brand-logo { height: 40px; }
    .nav {
        width: 100%;
        justify-content: flex-start;
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 3px;
        scrollbar-width: thin;
    }
    .nav a {
        flex: 0 0 auto;
        white-space: nowrap;
    }
    .nav-action {
        width: 100%;
    }
    .detail-layout,
    .checkout-layout,
    .admin-grid,
    .store-products-hero,
    .store-benefit-strip,
    .store-scenario-strip,
    .product-detail-sections,
    .show-control-band,
    .event-customer-guide,
    .client-flow-strip,
    .checkout-flow-guide,
    .cart-flow-guide,
    .recovery-helper-list,
    .ticket-paper,
    .event-detail-grid,
    .client-action-grid,
    .buyer-benefit-grid,
    .launch-helper-panel,
    .launch-helper-steps,
    .spotlight-grid,
    .event-facts-panel,
    .site-footer {
        grid-template-columns: 1fr;
    }
    .facts, .metrics, .form-grid, .filter-bar { grid-template-columns: 1fr; }
    .ticket-pick { grid-template-columns: 1fr; }
    .ticket-pick-modern {
        grid-template-columns: 34px minmax(0, 1fr);
    }
    .ticket-pick-modern input:not([type="hidden"]),
    .ticket-pick-modern .seat-ticket-count {
        grid-column: 2;
    }
    .mt-header { position: static; }
    .mt-header-main {
        grid-template-columns: minmax(0, 1fr) auto auto;
        gap: 5px;
        width: calc(100% - 16px);
        max-width: 1420px;
        min-height: 0;
        padding: 3px 0;
    }
    .mt-header-main > form {
        grid-column: 3;
        grid-row: 1;
    }
    .mt-session {
        grid-column: 2;
        grid-row: 1;
        display: block;
        min-width: 0;
        text-align: right;
    }
    .mt-session span { display: none; }
    .mt-session strong { display: block; max-width: 150px; overflow: hidden; font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
    .mt-module-nav-shell {
        grid-template-columns: 24px minmax(0, 1fr) 24px 34px;
        gap: 3px;
        width: calc(100% - 12px);
        padding-bottom: 3px;
    }
    .mt-module-strip {
        display: flex;
        gap: 4px;
        width: 100%;
        max-width: none;
        overflow-x: auto;
        padding: 0;
        scroll-snap-type: x proximity;
        scrollbar-width: none;
        overscroll-behavior-inline: contain;
    }
    .mt-module {
        flex: 0 0 72px;
        min-height: 34px;
        flex-direction: row;
        gap: 3px;
        padding: 3px 5px;
        scroll-snap-align: start;
        text-align: center;
    }
    .mt-module .module-icon {
        width: 22px;
        height: 22px;
    }
    .mt-module strong { font-size: 9px; }
    .mt-module-menu-toggle {
        width: 34px;
        padding: 0;
    }
    .mt-module-menu-toggle span { display: none; }
    .mt-module-menu {
        right: 0;
        width: min(640px, calc(100vw - 12px));
    }
    .mt-module-menu-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .mt-quick-events-inner {
        grid-template-columns: minmax(0, 1fr);
        gap: 5px;
        width: calc(100% - 16px);
        padding: 3px 0;
    }
    .mt-quick-events-label {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
    }
    .mt-quick-events-label small { margin: 0; text-align: right; }
    .mt-quick-event { flex-basis: 210px; }
    .mt-operation-shortcuts-inner { width: calc(100% - 16px); }
    .internal-shell {
        grid-template-columns: minmax(0, 1fr);
        width: calc(100% - 20px);
        max-width: 1420px;
        gap: 10px;
        margin-top: 10px;
    }
    .internal-page {
        min-width: 0;
        width: 100%;
    }
    .box-office-grid {
        grid-template-columns: minmax(0, 1fr);
        width: 100%;
    }
    .mt-event-card { min-width: 0; }
    .internal-sidebar {
        position: static;
        height: auto;
        display: block;
    }
    .quick-access-block {
        padding: 8px;
        overflow: hidden;
    }
    .quick-access-block .side-kicker { margin-bottom: 6px; }
    .quick-access-block .internal-nav {
        display: flex;
        gap: 5px;
        overflow-x: auto;
        padding-bottom: 3px;
        scrollbar-width: none;
        overscroll-behavior-inline: contain;
    }
    .quick-access-block .internal-nav a {
        flex: 0 0 auto;
        min-height: 32px;
        white-space: nowrap;
    }
    .system-status-block { display: none; }
    .internal-top { height: auto; padding: 14px 18px; }
    .page { width: min(100% - 20px, 1180px); }
    .mt-module-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .mt-hero-panel { padding: 20px; }
    h1, .compact-head h1, .mt-hero-panel h1 { font-size: 32px; }
    .store-products-hero {
        padding: 24px;
    }
    .store-products-hero h1 {
        font-size: 34px;
    }
    .store-featured-product {
        max-width: 420px;
    }
    .product-buy-panel {
        position: static;
    }
    .ticketing-hero,
    .event-detail-hero {
        min-height: 360px;
        padding: 20px;
        margin-left: -2px;
        margin-right: -2px;
    }
    .hero-slide-bg {
        inset: 0;
        background-position: center;
        background-size: cover;
    }
    .ticketing-hero.has-image {
        background:
            linear-gradient(90deg, rgba(7, 11, 21, .94), rgba(7, 11, 21, .62)),
            var(--hero-image) center / cover,
            linear-gradient(135deg, #071628, #0b6f6a);
    }
    .ticketing-hero.has-image::before {
        background:
            linear-gradient(90deg, rgba(7, 11, 21, .96), rgba(7, 11, 21, .66)),
            linear-gradient(180deg, rgba(7, 11, 21, .12), rgba(7, 11, 21, .46));
    }
    .ticketing-hero-copy {
        width: 100%;
    }
    .ticketing-hero h1,
    .event-detail-hero h1 {
        max-width: 100%;
        font-size: 26px;
        line-height: 1.12;
        word-break: break-word;
    }
    .ticketing-hero p,
    .event-detail-hero p {
        font-size: 16px;
    }
    .launch-helper-panel {
        padding: 18px;
    }
    .enhanced-empty-state {
        min-height: 300px;
        padding: 30px 18px;
    }
    .enhanced-empty-state h2 {
        font-size: 24px;
    }
    .hero-trust-strip {
        gap: 7px;
    }
    .site-footer,
    .webxpress-credit {
        justify-items: start;
    }
    .site-footer nav {
        justify-content: flex-start;
    }
    .internal-footer {
        align-items: flex-start;
        flex-direction: column;
    }
    .hero-kicker,
    .search-result-strip,
    .checkout-event-strip,
    .spotlight-card > div > div,
    .event-commercial-row,
    .city-pill {
        align-items: flex-start;
        flex-direction: column;
    }
    .hero-search div {
        grid-template-columns: 1fr;
        padding: 6px;
    }
    .hero-search .button {
        width: 100%;
    }
    .modern-event-grid {
        grid-template-columns: minmax(0, 1fr);
    }
    .workflow-steps {
        grid-template-columns: 1fr;
    }
    .event-format-rail {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .internal-show-strip {
        justify-content: flex-start;
        flex-wrap: nowrap;
        gap: 4px;
        width: calc(100% - 20px);
        margin: 0 auto 6px;
        overflow-x: auto;
        scrollbar-width: none;
        overscroll-behavior-inline: contain;
    }
    .mt-module-strip::-webkit-scrollbar,
    .internal-show-strip::-webkit-scrollbar,
    .quick-access-block .internal-nav::-webkit-scrollbar {
        display: none;
    }
    .internal-show-strip span {
        flex: 0 0 auto;
        min-height: 23px;
        padding: 3px 7px;
        font-size: 9px;
    }
    .purchase-panel {
        position: static;
    }
    .ticket-rate {
        grid-template-columns: 32px minmax(0, 1fr);
    }
    .ticket-rate-price {
        grid-column: 2;
        text-align: left;
    }
    .event-ticket-summary {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .lookup-card,
    .channel-bars div { grid-template-columns: 1fr; }
    .channel-bars em { text-align: left; }
    .seat-map-head { display: grid; }
    .seat-legend { justify-content: flex-start; }
    .seat-section-grid,
    .map-section-summary,
    .map-section-summary.wide,
    .map-section-summary.compact {
        grid-template-columns: 1fr;
    }
    .paint-sticky-console {
        top: 10px;
        max-height: calc(100vh - 20px);
        overflow: auto;
    }
    .paint-toolbar { grid-template-columns: 1fr; }
    .paint-category-summary {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .paint-category-card {
        min-width: 0;
    }
    .seat-row-grid {
        overflow-x: auto;
        padding-bottom: 4px;
    }
    .automation-board,
    .sales-action-board,
    .event-search-panel,
    .control-event-card,
    .control-event-facts,
    .analysis-columns,
    .event-card-stats,
    .lifecycle-board,
    .event-actions-grid,
    .ticket-format-grid,
    .eticket-head,
    .eticket-facts,
    .physical-ticket-main,
    .event-builder-layout,
    .theater-map-form,
    .product-detail-layout,
    .product-detail-main,
    .cms-block-grid {
        grid-template-columns: 1fr;
    }
    .sales-recent-events {
        grid-template-columns: minmax(0, 1fr);
        gap: 5px;
    }
    .managed-hero {
        min-height: 320px;
        padding: 28px;
    }
    .managed-hero h1 {
        font-size: 34px;
    }
    .legacy-eticket-top,
    .legacy-eticket-body,
    .legacy-eticket-grid,
    .legacy-price-grid {
        grid-template-columns: 1fr;
    }
    .section-head-row,
    .report-print-head,
    .report-print-metrics {
        align-items: flex-start;
        flex-direction: column;
    }
    .control-event-cover {
        min-height: 180px;
    }
    .map-settings-panel .form-grid,
    .map-settings-panel .compact-fields {
        grid-template-columns: 1fr;
    }
    .map-save-bar {
        align-items: flex-start;
        flex-direction: column;
    }
    .event-assistant { position: static; }
    .mao-panel-grid { grid-template-columns: 1fr; }
    .audit-decision-list article { grid-template-columns: 1fr; }
    .is-box-office-sale .mt-sale-layout {
        display: flex;
        flex-direction: column;
    }
    .is-box-office-sale .sale-main { order: 1; }
    .is-box-office-sale .sale-main,
    .is-box-office-sale .seat-map-panel,
    .is-box-office-sale [data-seat-layout-viewport] {
        min-width: 0;
        width: 100%;
        max-width: 100%;
    }
    .is-box-office-sale .sale-side {
        order: 2;
        grid-template-columns: 1fr;
        width: 100%;
    }
    .is-box-office-sale .sale-side .panel-title {
        grid-column: 1;
    }
}

@media (max-width: 520px) {
    .mt-header-main {
        grid-template-columns: minmax(0, 1fr) auto;
    }
    .mt-session { display: none; }
    .mt-header-main > form { grid-column: 2; }
    .mt-header-main .button.compact {
        min-height: 26px;
        padding: 4px 7px;
        font-size: 9px;
    }
    .mt-module-nav-shell {
        grid-template-columns: 23px minmax(0, 1fr) 23px 32px;
    }
    .mt-module-nav-button {
        width: 23px;
        height: 30px;
    }
    .mt-module {
        flex-basis: 68px;
        min-height: 32px;
    }
    .mt-module .module-icon {
        width: 22px;
        height: 22px;
    }
    .mt-module-menu {
        padding: 10px;
        max-height: 76vh;
    }
    .mt-module-menu-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .mt-module-menu-link { min-height: 50px; }
    .mt-quick-events-label small { display: none; }
    .mt-quick-event { flex-basis: min(230px, calc(100vw - 34px)); }
    .topline,
    .topbar {
        padding-left: 16px;
        padding-right: 16px;
    }
    .topline {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 8px;
        padding-top: 7px;
        padding-bottom: 7px;
    }
    .topline div {
        gap: 10px;
    }
    .topline span,
    .topline a {
        font-size: 12px;
    }
    .site-shell .topbar {
        gap: 10px;
    }
    .brand-logo {
        height: 36px;
        max-width: min(230px, calc(100vw - 44px));
    }
    .site-shell .nav {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: 100%;
        gap: 6px;
        justify-content: stretch;
        justify-items: stretch;
        overflow: visible;
        padding-bottom: 0;
    }
    .site-shell .nav a {
        display: flex;
        width: 100%;
        min-height: 30px;
        font-size: 13px;
        justify-content: center;
        text-align: center;
        white-space: normal;
    }
    .site-footer nav {
        display: grid;
        grid-template-columns: 1fr;
        width: 100%;
    }
    .site-footer nav a {
        justify-content: center;
    }
    .page {
        width: min(100% - 16px, 1180px);
        margin-top: 20px;
    }
    .ticketing-hero,
    .event-detail-hero {
        min-height: 410px;
        padding: 20px;
        border-radius: 8px;
        background-position: 58% center;
    }
    .hero-kicker span:last-child {
        font-size: 12px;
    }
    .client-action,
    .event-body,
    .spotlight-card > div,
    .purchase-panel,
    .store-products-hero,
    .store-benefit-strip article,
    .product-detail-main,
    .product-info-panel,
    .detail-section,
    .mt-workflow-guide {
        padding: 16px;
    }
    .store-products-hero h1 {
        font-size: 30px;
    }
    .show-marquee span {
        min-height: 38px;
        padding: 0 16px;
        font-size: 12px;
    }
    .event-format-rail {
        grid-template-columns: 1fr;
    }
    .event-format-rail a {
        min-height: 64px;
        grid-template-columns: 32px minmax(0, 1fr);
        justify-items: start;
        padding: 0 16px;
    }
    .show-control-band article {
        min-height: 82px;
    }
    .store-products-actions,
    .store-products-stats,
    .store-featured-info,
    .product-buy-row,
    .product-assurance-row {
        align-items: stretch;
        flex-direction: column;
    }
    .store-products-actions .button,
    .product-buy-row .button {
        width: 100%;
    }
    .store-products-stats span,
    .store-featured-info em {
        justify-content: center;
        width: 100%;
    }
    .product-detail-media {
        min-height: 300px;
    }
    .button {
        width: 100%;
        white-space: normal;
        text-align: center;
    }
    .hero-actions,
    .event-actions {
        width: 100%;
    }
}

/* Home polish: smoother cards, even text panels and blended hero artwork. */
.spotlight-card,
.modern-event-card,
.product-card {
    transition-duration: .28s;
}
.spotlight-card:hover,
.modern-event-card:hover,
.product-card:hover {
    --hover-y: -2px;
}
.spotlight-grid {
    align-items: stretch;
}
.spotlight-card {
    height: 100%;
    display: grid;
    grid-template-rows: clamp(250px, 24vw, 380px) minmax(230px, 1fr);
}
.spotlight-media {
    height: 100%;
    aspect-ratio: auto;
    position: relative;
    overflow: hidden;
}
.spotlight-media::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    z-index: 1;
    height: 30%;
    pointer-events: none;
    background: linear-gradient(180deg, transparent, rgba(7, 11, 21, .92));
}
.spotlight-media img,
.modern-event-card .event-cover img {
    object-position: center 20%;
}
.spotlight-card > div {
    min-height: 230px;
    grid-template-rows: auto minmax(54px, auto) minmax(28px, auto) auto;
}
.spotlight-card h3 {
    display: -webkit-box;
    min-height: 54px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.spotlight-card > div > div {
    margin-top: auto;
}
.modern-event-card .event-body {
    min-height: 304px;
}
.modern-event-card .event-cover::before {
    content: "";
    position: absolute;
    inset: auto 0 0;
    z-index: 1;
    height: 34%;
    pointer-events: none;
    background: linear-gradient(180deg, transparent, rgba(7, 11, 21, .88));
}
.event-ribbon {
    letter-spacing: 0;
    word-spacing: 0;
    white-space: nowrap;
}
.modern-event-card .event-ribbon {
    top: auto;
    bottom: 0;
    transform: translateY(100%);
    border-top: 0;
    border-bottom: 3px solid var(--accent);
    box-shadow: 0 10px 22px rgba(7, 11, 21, .14);
}
.modern-event-card .event-body {
    padding-top: 70px;
    background: linear-gradient(180deg, #07111f 0 46px, var(--panel) 46px 100%);
}
.product-grid,
.compact-products {
    align-items: stretch;
}
.compact-products .product-card,
.product-grid-enhanced .product-card {
    height: 100%;
}
.compact-products .product-body {
    min-height: 210px;
    grid-template-rows: minmax(54px, auto) minmax(54px, 1fr) auto;
}
.compact-products .product-body h2,
.product-grid-enhanced .product-body h2 {
    display: -webkit-box;
    min-height: 54px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.compact-products .product-body p,
.product-grid-enhanced .product-body p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.ticketing-hero.has-image {
    background:
        radial-gradient(circle at 83% 45%, rgba(25, 211, 197, .12), transparent 34%),
        linear-gradient(90deg, rgba(7, 11, 21, .99), rgba(8, 23, 38, .95) 39%, rgba(10, 42, 49, .52) 61%, rgba(7, 11, 21, .18) 100%),
        var(--hero-image) right 34% / auto 142% no-repeat,
        linear-gradient(135deg, #071628, #0b6f6a);
}
.ticketing-hero > :not(.hero-slide-stage) {
    position: relative;
    z-index: 3;
}
.hero-slide-stage {
    z-index: 0;
}
.hero-slide-bg {
    inset: 0 0 0 clamp(460px, 45vw, 820px);
    background-position: right 34%;
    background-size: auto 142%;
    filter: saturate(1.06) brightness(.95);
    transform: translateX(18px);
    transition: opacity 1.15s ease, filter 1.15s ease, transform 1.15s ease, background-size 1.15s ease;
}
.hero-slide-bg.is-active {
    filter: saturate(1.12) brightness(1);
}
.hero-slide-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(7, 11, 21, .99) 0%, rgba(7, 11, 21, .74) 12%, rgba(7, 11, 21, .22) 28%, transparent 46%),
        linear-gradient(180deg, transparent 0 48%, rgba(7, 11, 21, .64) 70%, rgba(7, 11, 21, 1) 100%);
}
.hero-slide-bg::after {
    z-index: 2;
}
.ticketing-hero.has-image::before {
    z-index: 1;
    background:
        linear-gradient(180deg, transparent 0 50%, rgba(7, 11, 21, .62) 74%, rgba(7, 11, 21, .98) 100%),
        linear-gradient(90deg, rgba(7, 11, 21, .99), rgba(7, 11, 21, .94) 36%, rgba(7, 11, 21, .56) 54%, rgba(7, 11, 21, .14) 72%, rgba(7, 11, 21, .06)),
        radial-gradient(circle at 73% 60%, rgba(244, 193, 93, .12), transparent 26%),
        linear-gradient(180deg, rgba(7, 11, 21, .04), rgba(7, 11, 21, .30));
}

@media (max-width: 860px) {
    .spotlight-card {
        grid-template-rows: minmax(220px, auto) minmax(210px, auto);
    }
    .modern-event-card .event-body,
    .compact-products .product-body {
        min-height: 0;
    }
    .hero-slide-bg {
        inset: 0;
        background-position: center 34%;
        background-size: cover;
    }
    .hero-slide-bg::before {
        background:
            linear-gradient(90deg, rgba(7, 11, 21, .92), rgba(7, 11, 21, .58)),
            linear-gradient(180deg, transparent 42%, rgba(7, 11, 21, .78));
    }
    .floating-whatsapp {
        right: 14px;
        bottom: 14px;
        width: 58px;
        height: 58px;
    }
    .floating-whatsapp i {
        font-size: 28px;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
    }
}

/* Identidad ViventoTicket: alto contraste y acentos derivados del logotipo oficial. */
html {
    max-width: 100%;
    overflow-x: clip;
}

.site-shell {
    background: var(--legacy-navy);
}
.topline {
    color: #e7e5ef;
    background: #030207;
}
.topline span,
.topline a {
    color: #e7e5ef;
}
.site-shell .topbar {
    background:
        linear-gradient(90deg, rgba(255, 18, 111, .22), transparent 28% 68%, rgba(16, 191, 245, .18)),
        #0a0712;
    border-bottom: 1px solid rgba(123, 44, 255, .4);
}
.site-shell .nav a {
    color: #f4f2f8;
}
.site-shell .nav a:hover,
.site-shell .nav a:focus-visible {
    color: #fff;
    text-shadow: 0 0 18px rgba(16, 191, 245, .55);
}
.nav-action {
    color: #fff;
    background: var(--accent);
}
.nav-action:hover {
    color: #fff;
    background: var(--accent-dark);
}
.button:not(.secondary):not(.ghost):not(.danger):not(.danger-outline) {
    background: var(--accent);
}
.button:not(.secondary):not(.ghost):not(.danger):not(.danger-outline):hover {
    background: var(--accent-dark);
}
.site-footer {
    background:
        linear-gradient(90deg, rgba(255, 18, 111, .12), transparent 36% 70%, rgba(16, 191, 245, .1)),
        #05030c;
    border-top-color: rgba(123, 44, 255, .45);
}
.footer-brand .vivento-mark {
    width: 48px;
    height: 48px;
    flex-basis: 48px;
}
.login-body {
    background:
        radial-gradient(circle at 12% 15%, rgba(255, 18, 111, .18), transparent 28rem),
        radial-gradient(circle at 88% 20%, rgba(16, 191, 245, .16), transparent 30rem),
        #05030c;
}
.login-brand .vivento-wordmark em {
    color: #171426;
}
.login-brand .vivento-brand-copy small {
    color: var(--muted);
}
.mt-header {
    background:
        linear-gradient(110deg, rgba(255, 18, 111, .24), transparent 30% 70%, rgba(16, 191, 245, .2)),
        linear-gradient(180deg, #17102b 0%, #111333 60%, #05030c 100%);
    border-bottom-color: rgba(123, 44, 255, .48);
    box-shadow: 0 12px 30px rgba(5, 3, 12, .3);
}
.mt-header::before {
    background:
        linear-gradient(72deg, transparent 0 40%, rgba(255, 255, 255, .07) 42%, transparent 54%),
        repeating-linear-gradient(90deg, rgba(123, 44, 255, .08) 0 1px, transparent 1px 84px);
}
.internal-brand .vivento-mark {
    width: 24px;
    height: 24px;
    flex-basis: 24px;
    border-radius: 5px;
}
.internal-brand .vivento-lockup {
    gap: 6px;
}
.internal-brand .vivento-wordmark {
    font-size: 12px;
}
.internal-brand .vivento-brand-copy small {
    display: none;
}
.mt-module:hover,
.mt-module.is-active {
    color: #171426;
    border-color: rgba(255, 255, 255, .78);
    background: #fff;
}
.mt-module:hover .module-icon,
.mt-module.is-active .module-icon,
.mt-module-menu-link:hover .module-icon,
.mt-module-menu-link.is-active .module-icon {
    color: #fff;
    background: linear-gradient(135deg, var(--vivento-pink), var(--vivento-violet));
}
.mt-module:nth-child(4n + 1) .module-icon,
.mt-module-menu-link:nth-child(4n + 1) .module-icon {
    color: #ffd8e8;
    background: rgba(255, 18, 111, .24);
}
.mt-module:nth-child(4n + 2) .module-icon,
.mt-module-menu-link:nth-child(4n + 2) .module-icon {
    color: #e4d8ff;
    background: rgba(123, 44, 255, .25);
}
.mt-module:nth-child(4n + 3) .module-icon,
.mt-module-menu-link:nth-child(4n + 3) .module-icon {
    color: #d5f7ff;
    background: rgba(16, 191, 245, .23);
}
.mt-module:nth-child(4n) .module-icon,
.mt-module-menu-link:nth-child(4n) .module-icon {
    color: #fff0c9;
    background: rgba(247, 184, 66, .22);
}
.system-live-pill i {
    color: var(--vivento-cyan);
}
.mt-logout-button {
    background: var(--vivento-pink);
}
.modern-event-card:hover,
.product-card:hover {
    border-color: rgba(123, 44, 255, .42);
    box-shadow: 0 18px 42px rgba(40, 23, 83, .14);
}
.event-ribbon,
.official-sale-band,
.show-marquee {
    border-color: rgba(16, 191, 245, .55);
}
.floating-whatsapp {
    box-shadow: 0 12px 32px rgba(3, 2, 7, .22);
}

@media (max-width: 700px) {
    .vivento-mark {
        width: 36px;
        height: 36px;
        flex-basis: 36px;
    }
    .vivento-wordmark {
        font-size: 15px;
    }
    .vivento-brand-copy small {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ticketing-hero .hero-slide-bg {
        transition: opacity 1.15s ease, filter 1.15s ease, transform var(--hero-cycle-duration) ease !important;
    }
    .ticketing-hero .hero-slide-bg.is-active {
        animation: heroImageDrift var(--hero-cycle-duration) ease-in-out forwards !important;
    }
    .ticketing-hero.is-hero-changing .hero-slide-bg.is-active::after {
        animation: heroSlideFlash 1.1s ease both !important;
    }
    .ticketing-hero.is-hero-changing .ticketing-hero-copy .eyebrow,
    .ticketing-hero.is-hero-changing .ticketing-hero-copy h1,
    .ticketing-hero.is-hero-changing .ticketing-hero-copy > p,
    .ticketing-hero.is-hero-changing .hero-search,
    .ticketing-hero.is-hero-changing .hero-actions {
        animation: heroTextPulse .72s ease !important;
    }
    .hero-slide-controls::before {
        animation: heroSlideProgress var(--hero-cycle-duration) linear infinite !important;
    }
    .ticketing-hero.is-hero-changing .hero-slide-controls::before {
        animation: none !important;
    }
}

/* Mobile store: keep the catalog and purchase action close to the first viewport. */
@media (max-width: 520px) {
    .store-products-hero {
        gap: 18px;
        margin-top: 16px;
    }
    .store-products-actions,
    .store-products-stats {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .store-products-stats {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .store-products-stats span {
        min-height: 60px;
        padding: 7px 5px;
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }
    .store-products-stats strong {
        font-size: 15px;
    }
    .store-featured-product {
        grid-template-columns: 104px minmax(0, 1fr);
        grid-template-areas:
            "image badge"
            "image info";
        gap: 8px 12px;
        max-width: none;
        padding: 10px;
    }
    .store-featured-product img {
        grid-area: image;
        align-self: stretch;
        aspect-ratio: 1 / 1;
    }
    .store-featured-badge {
        grid-area: badge;
    }
    .store-featured-info {
        grid-area: info;
        align-items: flex-start;
    }
    .store-featured-info strong {
        font-size: 15px;
    }
    .store-featured-info em {
        justify-content: flex-start;
        width: auto;
        font-size: 13px;
    }
    .product-detail-media {
        min-height: 220px;
        aspect-ratio: 16 / 10;
    }
}

@media print {
    @page physical-ticket { size: 308mm 104mm; margin: 0; }
    @page eticket-page { size: 210mm 310mm; margin: 0; }
    .topbar, .mt-header, .internal-sidebar, .notice, .print-button, .ticket-format-actions, .report-print-actions { display: none; }
    body { background: #fff; }
    .page { margin: 0; width: 100%; }
    .ticket-paper { border: 0; }
    .physical-ticket-sheet {
        width: 308mm;
        max-width: none;
        margin: 0;
        overflow: hidden;
    }
    .physical-ticket {
        border: 0;
        page-break-after: always;
    }
    .eticket-sheet {
        width: 210mm;
        margin: 0;
    }
    .eticket-paper {
        width: 210mm;
        min-height: 310mm;
        border: 0;
        box-shadow: none;
    }
    .report-print-sheet {
        width: 100%;
        border: 0;
        padding: 0;
    }
}

/* Administracion de imagenes y contenido multimedia */
.managed-media-field {
    display: grid;
    grid-template-columns: minmax(190px, 240px) minmax(0, 1fr);
    gap: 18px;
    align-items: stretch;
    margin: 16px 0;
    padding: 16px;
    border: 1px solid var(--line);
    border-radius: 6px;
    background: #f8fbfd;
}
.managed-media-preview {
    display: flex;
    min-height: 176px;
    aspect-ratio: 16 / 10;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 1px dashed #9db5c6;
    border-radius: 6px;
    background: #eaf2f7;
}
.managed-media-preview img,
.managed-media-preview video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.managed-media-preview audio {
    width: calc(100% - 20px);
    margin: 0 10px 12px;
}
.managed-media-preview:has(audio) {
    flex-direction: column;
}
.managed-media-empty,
.managed-media-file-icon {
    display: flex;
    min-width: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 9px;
    color: #476174;
    text-align: center;
    text-decoration: none;
}
.managed-media-empty i,
.managed-media-file-icon i {
    color: var(--teal);
    font-size: 32px;
}
.managed-media-controls {
    display: grid;
    min-width: 0;
    gap: 11px;
    align-content: center;
}
.managed-media-heading {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: space-between;
}
.managed-media-heading strong {
    color: var(--ink);
    font-size: 16px;
}
.managed-media-heading span {
    color: var(--muted);
    font-size: 12px;
    text-align: right;
}
.managed-media-file-input {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
}
.managed-media-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}
.managed-media-actions .button {
    margin: 0;
    cursor: pointer;
}
.managed-media-actions [hidden] {
    display: none !important;
}
.button.danger-outline {
    border-color: #b83d45;
    background: #fff;
    color: #9f2932;
}
.button.danger-outline:hover:not(:disabled) {
    background: #fff1f2;
}
.button.danger-outline:disabled {
    border-color: #cbd6de;
    color: #8b9aa5;
    cursor: not-allowed;
    opacity: .65;
}
.managed-media-help {
    margin: 0;
    color: var(--muted);
    font-size: 12px;
    line-height: 1.5;
}
.managed-media-field.is-marked-for-removal {
    border-color: #dba8ac;
    background: #fff8f8;
}
.cms-block-grid .managed-media-field {
    grid-template-columns: 1fr;
    padding: 12px;
}
.cms-block-grid .managed-media-preview {
    min-height: 150px;
}
.managed-block-media {
    display: flex;
    min-height: 110px;
    margin: -20px -20px 18px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-bottom: 1px solid var(--line);
    background: #edf4f7;
}
.managed-block-media img,
.managed-block-media video {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}
.managed-block-media.is-audio {
    flex-direction: column;
    gap: 12px;
    padding: 20px;
}
.managed-block-media.is-audio i {
    color: var(--teal);
    font-size: 24px;
}
.managed-block-media audio {
    width: 100%;
}

@media (max-width: 720px) {
    .managed-media-field {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 12px;
    }
    .managed-media-preview {
        min-height: 160px;
    }
    .managed-media-heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 3px;
    }
    .managed-media-heading span {
        text-align: left;
    }
    .managed-media-actions .button {
        flex: 1 1 145px;
        justify-content: center;
    }
}

/* Experiencia operativa simple y familiar */
.mt-logout-button {
    color: #fff;
    background: #a92f3a;
    border-color: #e78b94;
    box-shadow: 0 5px 14px rgba(87, 13, 24, .28);
}
.mt-logout-button:hover {
    color: #731d27;
    background: #fff2f3;
    border-color: #fff;
}
.mt-module {
    border-color: rgba(255, 255, 255, .30);
    background: rgba(255, 255, 255, .14);
    box-shadow: inset 0 1px rgba(255, 255, 255, .08);
}
.mt-module strong { text-shadow: 0 1px 2px rgba(4, 21, 38, .48); }
.mt-module:hover strong,
.mt-module.is-active strong { text-shadow: none; }
.mt-module-menu {
    border-top: 4px solid var(--gold);
}
.mt-module-menu-link {
    min-height: 62px;
    background: linear-gradient(145deg, #fff, #edf5fa);
    border-color: #c2d2df;
    box-shadow: 0 4px 10px rgba(7, 30, 53, .06);
}
.mt-module-menu-link strong { font-size: 13px; }
.mt-module-menu-link small {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-top: 4px;
    padding: 1px 5px;
    overflow: hidden;
    color: var(--legacy-blue);
    background: #e0edf5;
    border-radius: 4px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.mt-module-menu-link:hover,
.mt-module-menu-link.is-active {
    border-color: var(--teal);
    box-shadow: 0 10px 24px rgba(7, 30, 53, .14);
    transform: translateY(-1px);
}
.mt-quick-event {
    grid-template-columns: 32px auto minmax(0, 1fr) auto;
    min-height: 36px;
    padding: 3px 6px 3px 3px;
}
.mt-quick-event-cover {
    display: grid;
    width: 30px;
    height: 30px;
    place-items: center;
    overflow: hidden;
    color: #fff;
    background: linear-gradient(145deg, var(--legacy-blue), var(--teal));
    border-radius: 5px;
}
.mt-quick-event-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mt-quick-event-cover i { font-size: 12px; }

/* Eventos con formulario */
.event-registration-builder { border-top: 3px solid var(--teal); }
.registration-builder-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin: 18px 0 10px;
}
.registration-builder-head strong,
.registration-builder-head small { display: block; }
.registration-builder-head small { margin-top: 3px; color: var(--muted); }
.registration-fields { display: grid; gap: 8px; }
.registration-field-row {
    display: grid;
    grid-template-columns: 28px minmax(150px, 1.3fr) minmax(120px, .8fr) minmax(150px, 1fr) minmax(140px, 1fr) 100px 34px;
    align-items: end;
    gap: 8px;
    padding: 10px;
    background: #f6fafc;
    border: 1px solid var(--line);
    border-radius: 6px;
}
.registration-field-row label { margin: 0; }
.registration-field-handle,
.registration-field-remove,
.cms-block-order-actions button,
.site-section-sort-actions button {
    display: inline-grid;
    width: 30px;
    height: 30px;
    place-items: center;
    padding: 0;
    color: var(--legacy-blue);
    background: #edf5fa;
    border: 1px solid #bfd0dc;
    border-radius: 5px;
    cursor: pointer;
}
.registration-field-remove { color: #9f2932; background: #fff4f5; border-color: #e5b8bd; }
.registration-required { min-height: 42px; align-items: center; }
.checkout-registration-fields {
    display: grid;
    gap: 10px;
    padding-top: 14px;
    border-top: 1px solid var(--line);
}
.checkout-registration-head {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    padding: 11px;
    color: #fff;
    background: linear-gradient(115deg, var(--legacy-blue), var(--teal));
    border-radius: 6px;
}
.checkout-registration-head i { margin-top: 3px; color: var(--gold); }
.checkout-registration-head strong,
.checkout-registration-head small { display: block; }
.checkout-registration-head small { margin-top: 3px; color: #d9f3f1; line-height: 1.4; }
.checkout-registration-fields .field-label b { color: #b32632; }
.checkout-direct-note {
    margin: -3px 0 0;
    color: var(--muted);
    font-size: 11px;
    text-align: center;
}
.checkout-direct-note i { margin-right: 5px; color: var(--gold-strong); }
.checkout-flow-two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.payment-autostart {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    padding: 10px;
    color: var(--legacy-blue);
    background: #edf8f7;
    border: 1px solid #abd8d3;
    border-radius: 6px;
}
.payment-autostart i { color: var(--teal); font-size: 18px; }
.payment-autostart strong,
.payment-autostart small { display: block; }
.payment-autostart small { margin-top: 2px; color: var(--muted); }
.order-registration-summary {
    margin-top: 20px;
    padding: 16px;
    background: #f7fbfc;
    border: 1px solid var(--line);
    border-radius: 6px;
}
.order-registration-summary dl {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin: 10px 0 0;
}
.order-registration-summary dl div { padding: 9px; background: #fff; border: 1px solid #dbe5eb; }
.order-registration-summary dt { color: var(--muted); font-size: 10px; font-weight: 900; text-transform: uppercase; }
.order-registration-summary dd { margin: 4px 0 0; font-weight: 800; }
.registration-complete { color: var(--teal) !important; font-weight: 800; }

/* Misma identidad entre vista y PDF */
.ticket-screen-preview {
    display: grid;
    grid-template-columns: 120px minmax(0, 1fr) 180px;
    min-height: 260px;
    overflow: hidden;
    background: #fff;
    border: 2px solid #172033;
    border-radius: 8px;
}
.ticket-screen-brand {
    display: grid;
    align-content: center;
    justify-items: center;
    gap: 8px;
    color: #fff;
    background: linear-gradient(160deg, var(--legacy-navy), var(--teal));
}
.ticket-screen-brand span { font-size: 20px; font-weight: 900; }
.ticket-screen-brand small { writing-mode: vertical-rl; font-weight: 900; }
.ticket-screen-main { padding: 24px; }
.ticket-screen-main > p { margin: 0 0 5px; color: var(--teal); font-size: 11px; font-weight: 900; text-transform: uppercase; }
.ticket-screen-main h2 { margin: 0 0 15px; }
.ticket-screen-main dl { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; margin: 0; }
.ticket-screen-main dl div { padding: 8px; background: #f2f6f8; }
.ticket-screen-main dt { color: var(--muted); font-size: 9px; font-weight: 900; text-transform: uppercase; }
.ticket-screen-main dd { margin: 3px 0 0; font-weight: 800; }
.ticket-screen-code {
    display: grid;
    place-items: center;
    align-content: center;
    gap: 7px;
    padding: 18px;
    text-align: center;
    border-left: 2px dashed #9babb6;
}
.ticket-screen-code .qr svg { width: 104px; height: 104px; }
.ticket-screen-code strong { font-size: 15px; }
.ticket-screen-code small { color: var(--muted); }

/* Editor web ordenable y multimedia alineada */
.managed-media-field { align-items: start; }
.managed-media-controls { align-content: start; padding-top: 2px; }
.managed-media-preview {
    position: relative;
    max-height: 210px;
    cursor: pointer;
    outline: none;
}
.managed-media-preview:focus,
.managed-media-preview.is-dragging {
    border-color: var(--teal);
    box-shadow: 0 0 0 3px rgba(11, 111, 106, .16);
}
.managed-media-drop-hint {
    position: absolute;
    right: 8px;
    bottom: 8px;
    left: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 30px;
    padding: 5px 8px;
    color: #fff;
    background: rgba(7, 30, 53, .82);
    border-radius: 5px;
    font-size: 10px;
    font-weight: 800;
    opacity: 0;
    transition: opacity .18s ease;
    pointer-events: none;
}
.managed-media-preview:hover .managed-media-drop-hint,
.managed-media-preview:focus .managed-media-drop-hint,
.managed-media-preview.is-empty .managed-media-drop-hint,
.managed-media-preview.is-dragging .managed-media-drop-hint { opacity: 1; }
.cms-order-help i { margin-right: 6px; color: var(--teal); }
.cms-block-grid fieldset { position: relative; transition: opacity .18s ease, transform .18s ease, border-color .18s ease; }
.cms-block-grid fieldset.is-dragging { opacity: .55; border-color: var(--teal); transform: scale(.99); }
.cms-block-grid legend {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}
.cms-block-order-actions { display: inline-flex; align-items: center; gap: 5px; color: var(--muted); }
.cms-block-order-actions button { width: 27px; height: 27px; }
.site-section-sort-list { display: grid; gap: 8px; }
.site-section-sort-item {
    display: grid;
    grid-template-columns: 24px 34px minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
    padding: 10px;
    background: #f7fafc;
    border: 1px solid var(--line);
    border-radius: 6px;
    transition: opacity .18s ease, transform .18s ease, border-color .18s ease;
}
.site-section-sort-item.is-dragging { opacity: .55; border-color: var(--teal); transform: scale(.995); }
.site-section-sort-handle { color: var(--teal); text-align: center; cursor: grab; }
.site-section-sort-order { display: grid; width: 32px; height: 32px; place-items: center; color: #fff; background: var(--legacy-blue); border-radius: 5px; font-weight: 900; }
.site-section-sort-copy strong,
.site-section-sort-copy small { display: block; }
.site-section-sort-copy small { margin-top: 3px; color: var(--muted); }
.site-section-sort-actions { display: flex; align-items: center; gap: 6px; }
.site-section-save-order { margin-top: 14px; }

/* Configuracion guiada de pasarelas */
.gateway-setup-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.gateway-setup-card {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr) auto;
    gap: 10px;
    padding: 14px;
    background: #f7fafc;
    border: 1px solid var(--line);
    border-radius: 7px;
}
.gateway-setup-card.is-ready { border-left: 4px solid #15946f; }
.gateway-setup-card.needs-setup { border-left: 4px solid #d0952f; }
.gateway-logo { display: grid; width: 42px; height: 42px; place-items: center; color: #fff; background: linear-gradient(145deg, var(--legacy-blue), var(--teal)); border-radius: 7px; }
.gateway-setup-card strong,
.gateway-setup-card small { display: block; }
.gateway-setup-card small { margin-top: 3px; color: var(--muted); }
.gateway-setup-card > b { color: var(--teal); font-size: 11px; white-space: nowrap; }
.gateway-setup-card.needs-setup > b { color: #9b6508; }
.gateway-setup-card > b i { margin-right: 5px; }
.gateway-setup-card ol { grid-column: 2 / -1; display: flex; gap: 14px; margin: 4px 0 0; padding-left: 18px; color: #435565; font-size: 11px; }
.gateway-security-note { margin: 12px 0 0; color: var(--muted); font-size: 11px; }
.gateway-security-note i { margin-right: 6px; color: var(--teal); }

@media (max-width: 1100px) {
    .registration-field-row { grid-template-columns: 28px repeat(2, minmax(0, 1fr)) 34px; }
    .registration-field-row label:nth-of-type(3),
    .registration-field-row label:nth-of-type(4),
    .registration-required { grid-column: span 1; }
    .gateway-setup-card { grid-template-columns: 42px minmax(0, 1fr); }
    .gateway-setup-card > b { grid-column: 2; }
    .gateway-setup-card ol { grid-column: 1 / -1; }
}

@media (max-width: 720px) {
    .checkout-flow-two,
    .order-registration-summary dl,
    .gateway-setup-grid { grid-template-columns: 1fr; }
    .registration-builder-head { align-items: flex-start; flex-direction: column; }
    .registration-field-row { grid-template-columns: 28px minmax(0, 1fr) 34px; }
    .registration-field-row label { grid-column: 2; }
    .registration-field-handle { grid-column: 1; grid-row: 1; }
    .registration-field-remove { grid-column: 3; grid-row: 1; }
    .ticket-screen-preview { grid-template-columns: 1fr; }
    .ticket-screen-brand { min-height: 64px; grid-auto-flow: column; }
    .ticket-screen-brand small { writing-mode: horizontal-tb; }
    .ticket-screen-code { border-top: 2px dashed #9babb6; border-left: 0; }
    .ticket-screen-main dl { grid-template-columns: 1fr; }
    .site-section-sort-item { grid-template-columns: 22px 32px minmax(0, 1fr); }
    .site-section-sort-actions { grid-column: 2 / -1; justify-content: flex-end; }
    .gateway-setup-card ol { display: grid; gap: 4px; }
}

/* Densidad compacta, portadas e iconografia de operacion */
.page {
    margin-top: 20px;
    margin-bottom: 42px;
}
.panel,
.side-panel,
.center-panel,
.empty-state {
    padding: 16px;
}
.detail-main,
.admin-form {
    padding: 18px;
}
.section-head-row {
    margin-top: 20px;
    margin-bottom: 10px;
}
.section-head-row h2 {
    font-size: 24px;
}
.internal-shell {
    gap: 12px;
    margin-top: 10px;
    margin-bottom: 38px;
}
.internal-sidebar {
    gap: 7px;
}
.side-block {
    padding: 9px;
}
.side-kicker {
    margin-bottom: 5px;
    font-size: 10px;
}
.internal-nav {
    gap: 3px;
}
.internal-nav a {
    min-height: 31px;
    padding: 5px 8px;
}
.internal-footer {
    margin-top: 18px;
    padding: 12px 14px;
}
.internal-body .panel {
    gap: 9px;
    padding: 14px;
}
.internal-body .admin-form {
    gap: 12px;
    padding: 15px;
}
.internal-body .form-grid {
    gap: 10px 12px;
}
.internal-body fieldset {
    padding: 12px;
}
.internal-body label {
    gap: 5px;
}
.internal-body input,
.internal-body select {
    min-height: 38px;
}
.internal-body textarea {
    min-height: 86px;
}
.internal-body .compact-head {
    gap: 14px;
    padding: 3px 0 10px;
}
.internal-body .compact-head .eyebrow {
    margin-bottom: 3px;
}
.internal-body .compact-head h1 {
    margin-bottom: 4px;
    font-size: 30px;
}
.internal-body .compact-head .lead {
    margin-bottom: 0;
    font-size: 13px;
    line-height: 1.35;
}
.internal-body .compact-head .button {
    min-height: 36px;
    padding-inline: 13px;
}
.icon-heading {
    display: flex;
    align-items: center;
    gap: 9px;
}
.icon-heading > span {
    display: inline-grid;
    width: 34px;
    height: 34px;
    place-items: center;
    color: #fff;
    background: linear-gradient(145deg, var(--legacy-blue), var(--teal));
    border-radius: 7px;
    font-size: 15px;
    box-shadow: 0 5px 12px rgba(7, 30, 53, .15);
}
.internal-body .panel > h2:first-child::before,
.internal-body .panel-title > h2::before,
.internal-body fieldset > legend::before {
    display: inline-grid;
    width: 22px;
    height: 22px;
    margin-right: 7px;
    place-items: center;
    color: var(--teal);
    background: #e8f6f4;
    border-radius: 5px;
    font-family: "Font Awesome 5 Free";
    font-size: 10px;
    font-weight: 900;
    vertical-align: middle;
}
.internal-body .panel > h2:first-child::before,
.internal-body .panel-title > h2::before {
    content: "\f00a";
}
.internal-body fieldset > legend::before {
    content: "\f46d";
}

.event-setup-banner {
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr) auto;
    align-items: center;
    gap: 11px;
    margin-bottom: 10px;
    padding: 10px 12px !important;
    border-left: 4px solid var(--gold);
    background: linear-gradient(90deg, #fffaf0, #fff 38%, #f1fbfa);
}
.event-setup-icon {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    color: #fff;
    background: linear-gradient(145deg, var(--gold-strong), var(--teal));
    border-radius: 7px;
    box-shadow: 0 6px 14px rgba(7, 30, 53, .14);
}
.event-setup-copy .eyebrow {
    margin-bottom: 2px;
}
.event-setup-copy h2 {
    margin: 0 0 2px;
    font-size: 17px;
}
.event-setup-copy > p:last-child {
    margin: 0;
    color: var(--muted);
    font-size: 12px;
    line-height: 1.35;
}
.event-setup-banner .hero-actions {
    flex-wrap: nowrap;
    gap: 6px;
}
.event-setup-banner .button {
    min-height: 34px;
    padding-inline: 11px;
    font-size: 11px;
}
.internal-body .metrics {
    gap: 8px;
    margin-bottom: 12px;
}
.internal-body .metrics > div {
    padding: 9px 11px;
}
.internal-body .mt-kpi-grid > div {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    align-items: center;
    gap: 9px;
}
.internal-body .mt-kpi-grid .metric-icon {
    width: 32px;
    height: 32px;
    margin: 0;
    font-size: 12px;
}
.metric-copy {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: baseline;
    gap: 0 7px;
}
.metric-copy b {
    overflow: hidden;
    color: var(--muted);
    font-size: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.internal-body .metrics .metric-copy strong {
    grid-column: 2;
    grid-row: 1 / span 2;
    margin: 0;
    color: var(--legacy-blue);
    font-size: 23px;
    line-height: 1;
}
.metric-copy small {
    margin-top: 2px;
    font-size: 9px;
}

.event-admin-grid {
    grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
    gap: 12px;
    margin-bottom: 16px;
}
.internal-body .event-admin-card {
    gap: 0;
    padding: 0;
    overflow: hidden;
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}
.internal-body .event-admin-card:hover {
    border-color: #9dc8df;
    box-shadow: 0 13px 28px rgba(7, 30, 53, .12);
    transform: translateY(-1px);
}
.event-admin-cover {
    position: relative;
    display: grid;
    height: 112px;
    place-items: center;
    overflow: hidden;
    color: #fff;
    background: linear-gradient(135deg, var(--legacy-navy), var(--teal));
}
.event-admin-cover::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(7, 30, 53, .04), rgba(7, 30, 53, .62));
    pointer-events: none;
}
.event-admin-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 28%;
    transition: transform .28s cubic-bezier(.16, 1, .3, 1);
}
.event-admin-card:hover .event-admin-cover img {
    transform: scale(1.018);
}
.event-admin-cover-fallback {
    display: grid;
    width: 48px;
    height: 44px;
    place-items: center;
    background: rgba(255, 255, 255, .14);
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 8px;
    font-size: 18px;
}
.event-admin-cover-status {
    position: absolute;
    right: 8px;
    bottom: 8px;
    left: 8px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}
.event-admin-cover-status .pill,
.event-admin-cover-status > strong {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    min-height: 24px;
    padding: 3px 7px;
    color: #fff;
    background: rgba(7, 30, 53, .82);
    border: 1px solid rgba(255, 255, 255, .24);
    border-radius: 5px;
    font-size: 9px;
    text-transform: uppercase;
}
.event-admin-cover-status > strong i {
    color: #53ddbe;
}
.event-admin-card-body {
    display: grid;
    gap: 8px;
    padding: 11px;
}
.event-admin-card-body h2 {
    display: flex;
    align-items: center;
    gap: 7px;
    min-width: 0;
    margin: 0;
    overflow: hidden;
    font-size: 17px;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.event-admin-card-body h2 i {
    flex: 0 0 auto;
    color: var(--gold-strong);
    font-size: 11px;
}
.event-admin-meta {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 5px;
    margin: 0;
    color: var(--muted);
    font-size: 10px;
}
.event-admin-meta span {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.event-admin-meta i,
.event-card-stats i,
.channel-pills i,
.table-cell-icon {
    color: var(--teal);
}
.event-admin-card .readiness-bar {
    height: 5px;
}
.event-admin-card .event-card-stats {
    gap: 5px;
    margin: 0;
}
.event-admin-card .event-card-stats div {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 4px;
    padding: 6px 7px;
    border-radius: 6px;
    box-shadow: none;
}
.event-admin-card .event-card-stats span {
    overflow: hidden;
    font-size: 9px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.event-admin-card .event-card-stats span i {
    margin-right: 4px;
    font-size: 8px;
}
.event-admin-card .event-card-stats strong {
    margin: 0;
    font-size: 18px;
    line-height: 1;
}
.event-admin-card .channel-pills {
    gap: 4px;
}
.event-admin-card .channel-pills span {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 3px 6px;
    font-size: 8px;
}
.event-admin-card .event-actions-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 5px;
    margin-top: 0;
}
.event-admin-card .event-actions-grid form {
    display: grid;
    min-width: 0;
}
.event-admin-card .event-actions-grid .button {
    min-width: 0;
    min-height: 30px;
    padding: 0 5px;
    gap: 4px;
    overflow: hidden;
    font-size: 9px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.event-admin-card .event-actions-grid .button i {
    flex: 0 0 auto;
}
.event-table-event {
    display: flex;
    min-width: 180px;
    align-items: center;
    gap: 8px;
}
.event-table-cover {
    display: grid;
    width: 46px;
    height: 38px;
    flex: 0 0 46px;
    place-items: center;
    overflow: hidden;
    color: #fff;
    background: linear-gradient(145deg, var(--legacy-blue), var(--teal));
    border-radius: 5px;
}
.event-table-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.event-table-event > span:last-child,
.event-table-event strong {
    display: block;
    min-width: 0;
}
.event-table-event small {
    margin-top: 2px;
    font-size: 9px;
}
.event-table-event small i,
.table-cell-icon {
    margin-right: 5px;
}

.managed-media-field {
    grid-template-columns: minmax(190px, 230px) minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    margin: 10px 0;
    padding: 12px;
}
.managed-media-preview {
    width: 100%;
    height: 142px;
    min-height: 0;
    max-height: none;
    aspect-ratio: auto;
}
.managed-media-controls {
    gap: 7px;
    align-content: center;
    padding-top: 0;
}
.managed-media-heading {
    min-width: 0;
    gap: 8px;
}
.managed-media-heading strong {
    display: inline-flex;
    min-width: 0;
    align-items: center;
    gap: 7px;
    font-size: 14px;
}
.managed-media-heading strong i {
    color: var(--teal);
}
.managed-media-heading span {
    flex: 0 0 auto;
    font-size: 10px;
}
.managed-media-controls label {
    margin: 0;
}
.managed-media-controls .field-label {
    margin-bottom: 3px;
    font-size: 10px;
}
.managed-media-actions {
    gap: 6px;
}
.managed-media-actions .button {
    min-height: 31px;
    padding-inline: 9px;
    font-size: 10px;
}
.managed-media-help {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    font-size: 10px;
    line-height: 1.35;
}
.managed-media-help i {
    margin-top: 2px;
    color: var(--teal);
}
.managed-media-drop-hint {
    min-height: 26px;
    font-size: 9px;
}

@media (max-width: 1080px) {
    .event-admin-grid {
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    }
    .event-admin-card .event-actions-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 860px) {
    .page {
        margin-top: 14px;
        margin-bottom: 30px;
    }
    .panel,
    .side-panel,
    .center-panel,
    .empty-state,
    .internal-body .panel {
        padding: 13px;
    }
    .internal-body .compact-head {
        gap: 9px;
        padding-bottom: 9px;
    }
    .internal-body .compact-head h1 {
        font-size: 26px;
    }
    .event-setup-banner {
        grid-template-columns: 36px minmax(0, 1fr);
        padding: 9px !important;
    }
    .event-setup-icon {
        width: 34px;
        height: 34px;
    }
    .event-setup-banner .hero-actions {
        grid-column: 2;
        justify-content: flex-start;
    }
    .internal-body .metrics-compact {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .managed-media-field {
        grid-template-columns: 1fr;
        gap: 9px;
    }
    .managed-media-preview {
        height: clamp(150px, 38vw, 210px);
    }
    .managed-media-heading {
        align-items: center;
        flex-direction: row;
    }
    .managed-media-heading span {
        text-align: right;
    }
}

@media (max-width: 520px) {
    .internal-body .metrics-compact,
    .event-admin-meta {
        grid-template-columns: 1fr;
    }
    .event-setup-banner .hero-actions {
        grid-column: 1 / -1;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .event-setup-banner .button {
        min-width: 0;
    }
    .event-admin-grid {
        grid-template-columns: minmax(0, 1fr);
    }
    .event-admin-cover {
        height: 126px;
    }
    .event-admin-card .event-actions-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .event-admin-card .event-card-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .managed-media-heading {
        align-items: flex-start;
        flex-direction: column;
    }
    .managed-media-heading span {
        text-align: left;
    }
    .managed-media-actions {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .managed-media-actions .button {
        min-width: 0;
        justify-content: center;
    }
}

/* Experiencia familiar para usuarios de ViventoTicket */
.mt-module-menu-group + .mt-module-menu-group {
    margin-top: 14px;
    padding-top: 13px;
    border-top: 1px solid var(--line);
}
.mt-module-menu-group-title {
    display: grid;
    grid-template-columns: 28px auto 1fr;
    align-items: center;
    gap: 7px;
    margin-bottom: 8px;
    color: var(--legacy-blue);
}
.mt-module-menu-group-title > i {
    display: grid;
    width: 28px;
    height: 28px;
    place-items: center;
    color: #fff;
    background: var(--legacy-blue);
    border-radius: 6px;
}
.mt-module-menu-group-title span {
    font-size: 12px;
    font-weight: 900;
}
.mt-module-menu-group-title small {
    color: var(--muted);
    font-size: 10px;
    text-align: right;
}
.mt-module-menu-link small {
    min-height: 0;
    line-height: 1.2;
    text-transform: none;
}

.quick-access-more {
    margin-top: 3px;
}
.quick-access-more summary {
    display: grid;
    grid-template-columns: 18px minmax(0, 1fr) 14px;
    align-items: center;
    gap: 8px;
    min-height: 34px;
    padding: 6px 10px;
    color: var(--legacy-blue);
    background: #eef6fb;
    border: 1px dashed #b9d4e6;
    border-radius: 6px;
    cursor: pointer;
    font-size: 11px;
    font-weight: 900;
    list-style: none;
}
.quick-access-more summary::-webkit-details-marker,
.mt-collapsible-panel > summary::-webkit-details-marker,
.mao-category-panel > summary::-webkit-details-marker {
    display: none;
}
.quick-access-more summary > i:last-child,
.mt-collapsible-panel > summary > i:last-child,
.mao-category-toggle > i {
    transition: transform .2s ease;
}
.quick-access-more[open] summary > i:last-child,
.mt-collapsible-panel[open] > summary > i:last-child,
.mao-category-panel[open] .mao-category-toggle > i {
    transform: rotate(180deg);
}
.quick-access-more > div {
    display: grid;
    gap: 3px;
    margin-top: 4px;
    padding-left: 5px;
    border-left: 2px solid #cae2ef;
}

.mt-familiar-home-head {
    min-height: 96px;
    align-items: center;
    margin-bottom: 10px;
    padding: 14px 18px;
    color: #fff;
    background:
        linear-gradient(90deg, rgba(7, 30, 53, .98), rgba(10, 79, 120, .95)),
        var(--legacy-navy);
    border: 1px solid rgba(25, 211, 197, .2);
    border-radius: 7px;
    box-shadow: 0 10px 24px rgba(7, 30, 53, .13);
}
.mt-familiar-home-head .eyebrow,
.mt-familiar-home-head .lead {
    color: #d7eafa;
}
.mt-familiar-home-head h1 {
    margin: 2px 0 3px;
    font-size: 28px;
}
.mt-familiar-home-head .hero-actions {
    justify-content: flex-end;
}
.mt-familiar-home-head .button {
    min-height: 34px;
    padding: 7px 11px;
}
.mt-auto-refresh.is-active {
    color: var(--legacy-navy);
    background: var(--gold);
    border-color: var(--gold);
}
.mt-auto-refresh.is-active i {
    animation: mt-auto-refresh-pulse 1.4s ease-in-out infinite;
}
@keyframes mt-auto-refresh-pulse {
    0%, 100% { opacity: .55; }
    50% { opacity: 1; }
}

.internal-body .mt-familiar-metrics {
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    gap: 7px;
    margin-bottom: 10px;
}
.internal-body .mt-familiar-metrics > div {
    display: grid;
    grid-template-columns: 32px minmax(0, 1fr) auto;
    grid-template-rows: auto auto;
    align-items: center;
    min-height: 72px;
    gap: 1px 7px;
    padding: 9px 10px;
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--line);
    border-left: 3px solid var(--show-cyan);
    border-radius: 7px;
    box-shadow: 0 5px 14px rgba(23, 32, 51, .05);
}
.internal-body .mt-familiar-metrics > div:nth-child(3n + 2) { border-left-color: var(--show-amber); }
.internal-body .mt-familiar-metrics > div:nth-child(3n) { border-left-color: var(--show-pink); }
.internal-body .mt-familiar-metrics .metric-icon {
    grid-row: 1 / 3;
    display: grid;
    width: 30px;
    height: 30px;
    place-items: center;
    margin: 0;
    color: #fff;
    background: var(--legacy-blue);
    border-radius: 6px;
    font-size: 12px;
}
.internal-body .mt-familiar-metrics .metric-label {
    grid-column: 2;
    align-self: end;
    overflow: hidden;
    color: var(--muted);
    font-size: 9px;
    font-weight: 900;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}
.internal-body .mt-familiar-metrics strong {
    grid-column: 3;
    grid-row: 1 / 3;
    margin: 0;
    color: var(--legacy-navy);
    font-size: 18px;
    white-space: nowrap;
}
.internal-body .mt-familiar-metrics small {
    grid-column: 2;
    align-self: start;
    overflow: hidden;
    color: var(--muted);
    font-size: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mt-home-main-grid {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(290px, .85fr);
    gap: 10px;
    margin-bottom: 10px;
}
.mt-home-main-grid > .panel,
.mt-home-three-grid > .panel {
    margin: 0;
    padding: 12px;
}
.mt-home-sales-list {
    margin-top: 8px;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 6px;
}
.mt-home-sales-row {
    display: grid;
    grid-template-columns: minmax(150px, 1.5fr) minmax(120px, 1fr) 78px 58px 86px 50px;
    align-items: center;
    gap: 7px;
    min-height: 38px;
    padding: 5px 8px;
    color: var(--ink);
    background: #fff;
    border-top: 1px solid var(--line);
    font-size: 10px;
}
.mt-home-sales-row:first-child { border-top: 0; }
.mt-home-sales-row:hover:not(.is-head) { background: #f2f8fc; }
.mt-home-sales-row.is-head {
    min-height: 28px;
    color: var(--legacy-blue);
    background: #eaf3f9;
    font-size: 8px;
    font-weight: 900;
    text-transform: uppercase;
}
.mt-home-sales-row span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.mt-home-sales-row strong,
.mt-home-sales-row small { display: block; overflow: hidden; text-overflow: ellipsis; }
.mt-home-sales-row small { color: var(--muted); font-size: 8px; }
.mt-home-empty {
    display: flex;
    min-height: 74px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px;
    color: var(--muted);
    text-align: center;
}
.mt-home-empty > i { color: var(--gold); font-size: 20px; }
.mt-home-empty small { display: block; margin-top: 2px; }

.mt-top-events-list {
    display: grid;
    gap: 4px;
    margin-top: 8px;
}
.mt-top-events-list > a {
    display: grid;
    grid-template-columns: 22px 42px minmax(0, 1fr) auto;
    align-items: center;
    gap: 7px;
    min-height: 46px;
    padding: 4px 6px;
    color: var(--ink);
    background: #f8fbfd;
    border: 1px solid var(--line);
    border-radius: 6px;
}
.mt-top-events-list > a:hover { border-color: #8fbfd8; background: #fff; }
.mt-top-event-rank {
    display: grid;
    width: 22px;
    height: 22px;
    place-items: center;
    color: var(--legacy-navy);
    background: var(--gold);
    border-radius: 5px;
    font-size: 9px;
    font-weight: 900;
}
.mt-top-event-cover {
    display: grid;
    width: 42px;
    height: 34px;
    place-items: center;
    overflow: hidden;
    color: #fff;
    background: var(--legacy-blue);
    border-radius: 5px;
}
.mt-top-event-cover img { width: 100%; height: 100%; object-fit: cover; }
.mt-top-events-list strong,
.mt-top-events-list small,
.mt-top-events-list b { display: block; }
.mt-top-events-list strong { overflow: hidden; font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.mt-top-events-list small { color: var(--muted); font-size: 8px; }
.mt-top-events-list b { color: var(--legacy-blue); font-size: 13px; text-align: right; }

.mt-home-three-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 10px;
}
.mt-home-three-grid .panel-title h2,
.mt-home-main-grid .panel-title h2 {
    font-size: 14px;
}
.mt-home-three-grid .order-line,
.mt-home-three-grid .event-strip {
    min-height: 38px;
    padding: 6px 0;
}
.mt-lifecycle-compact {
    gap: 5px;
    margin: 8px 0 4px;
}
.mt-lifecycle-compact div { min-height: 49px; padding: 7px; }
.mt-lifecycle-compact span { font-size: 8px; }
.mt-lifecycle-compact strong { margin-top: 2px; font-size: 17px; }

.mt-collapsible-panel {
    margin: 0 0 8px;
    padding: 0 !important;
    overflow: hidden;
}
.mt-collapsible-panel > summary {
    display: flex;
    min-height: 52px;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 13px;
    cursor: pointer;
    list-style: none;
}
.mt-collapsible-panel > summary:hover { background: #f5f9fc; }
.mt-collapsible-panel > summary > span {
    display: grid;
    grid-template-columns: 32px minmax(0, 1fr);
    align-items: center;
    gap: 0 9px;
}
.mt-collapsible-panel > summary > span > i {
    grid-row: 1 / 3;
    display: grid;
    width: 32px;
    height: 32px;
    place-items: center;
    color: #fff;
    background: var(--legacy-blue);
    border-radius: 6px;
}
.mt-collapsible-panel > summary strong,
.mt-collapsible-panel > summary small { display: block; }
.mt-collapsible-panel > summary strong { font-size: 13px; }
.mt-collapsible-panel > summary small { color: var(--muted); font-size: 10px; }
.mt-collapsible-panel > .workflow-steps,
.mt-collapsible-panel > .mt-familiar-module-grid,
.mt-collapsible-panel > .mt-operational-detail-grid {
    margin: 0;
    padding: 0 13px 13px;
    border-top: 1px solid var(--line);
}
.mt-collapsible-panel > .workflow-steps { padding-top: 12px; }
.mt-familiar-module-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 7px;
    padding-top: 12px !important;
}
.mt-familiar-module-grid > a {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr);
    align-items: center;
    gap: 2px 7px;
    min-height: 49px;
    padding: 6px;
    color: var(--ink);
    background: #f8fbfd;
    border: 1px solid var(--line);
    border-radius: 6px;
}
.mt-familiar-module-grid > a:hover { background: #fff; border-color: #8fbfd8; }
.mt-familiar-module-grid > a > span {
    grid-row: 1 / 3;
    display: grid;
    width: 28px;
    height: 28px;
    place-items: center;
    color: #fff;
    background: var(--legacy-blue);
    border-radius: 6px;
}
.mt-familiar-module-grid strong,
.mt-familiar-module-grid small { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.mt-familiar-module-grid strong { align-self: end; font-size: 10px; }
.mt-familiar-module-grid small { align-self: start; color: var(--muted); font-size: 8px; }
.mt-operational-detail-grid {
    display: grid;
    grid-template-columns: minmax(260px, .8fr) minmax(0, 1.5fr);
    gap: 12px;
    padding-top: 12px !important;
}

.mao-category-panel {
    margin: 0;
    padding: 0 !important;
    overflow: hidden;
}
.mao-category-panel > summary {
    min-height: 56px;
    padding: 9px 12px;
    cursor: pointer;
    list-style: none;
}
.mao-category-panel[open] > summary { border-bottom: 1px solid var(--line); }
.mao-category-heading {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    align-items: center;
    gap: 1px 9px;
}
.mao-category-heading > i {
    grid-row: 1 / 3;
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    color: #fff;
    background: var(--legacy-blue);
    border-radius: 7px;
}
.mao-category-heading strong { align-self: end; font-size: 14px; }
.mao-category-heading small { align-self: start; color: var(--muted); font-size: 9px; }
.mao-category-toggle { display: flex; align-items: center; gap: 9px; }
.mao-category-panel > .mao-panel-grid { padding: 12px; }

.mao-status-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
    margin-bottom: 12px;
}
.mao-status-grid > div {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    grid-template-areas:
        "icon label"
        "icon value"
        "icon note";
    align-items: center;
    min-height: 82px;
    gap: 0 9px;
    padding: 10px 12px;
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--line);
    border-left: 3px solid var(--show-cyan);
    border-radius: 7px;
    box-shadow: 0 5px 14px rgba(23, 32, 51, .05);
}
.mao-status-grid > div:nth-child(2n) { border-left-color: var(--show-amber); }
.mao-status-icon {
    grid-area: icon;
    display: grid;
    width: 36px;
    height: 36px;
    place-items: center;
    color: #fff;
    background: var(--legacy-blue);
    border-radius: 7px;
}
.mao-status-grid b {
    grid-area: label;
    overflow: hidden;
    color: var(--muted);
    font-size: 10px;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}
.mao-status-grid strong {
    grid-area: value;
    min-width: 0;
    overflow: hidden;
    color: var(--legacy-navy);
    font-size: 20px;
    line-height: 1.05;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.mao-status-grid small {
    grid-area: note;
    overflow: hidden;
    color: var(--muted);
    font-size: 9px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (max-width: 1500px) {
    .internal-body .mt-familiar-metrics { grid-template-columns: repeat(4, minmax(0, 1fr)); }
    .mt-home-three-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .mt-familiar-module-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
    .mao-status-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 1100px) {
    .mt-home-main-grid,
    .mt-operational-detail-grid { grid-template-columns: 1fr; }
    .mt-home-three-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .quick-access-more { flex: 0 0 auto; }
    .quick-access-more > div { display: flex; gap: 5px; padding-left: 0; border-left: 0; }
    .quick-access-more > div a { flex: 0 0 auto; }
}

@media (max-width: 760px) {
    .mt-module-menu-group-title { grid-template-columns: 28px minmax(0, 1fr); }
    .mt-module-menu-group-title small { display: none; }
    .mt-familiar-home-head { align-items: flex-start; min-height: 0; padding: 12px; }
    .mt-familiar-home-head h1 { font-size: 23px; }
    .mt-familiar-home-head .hero-actions { display: grid; width: 100%; grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .mt-familiar-home-head .button { min-width: 0; justify-content: center; }
    .internal-body .mt-familiar-metrics { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .mt-home-three-grid { grid-template-columns: 1fr; }
    .mt-home-sales-list { overflow-x: auto; }
    .mt-home-sales-row { min-width: 720px; }
    .mt-familiar-module-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .mt-collapsible-panel > .workflow-steps { grid-template-columns: 1fr; }
    .mao-status-grid { grid-template-columns: 1fr; }
}

@media (max-width: 430px) {
    .internal-body .mt-familiar-metrics {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 5px;
    }
    .internal-body .mt-familiar-metrics > div {
        grid-template-columns: 25px minmax(0, 1fr);
        grid-template-rows: auto auto;
        min-height: 56px;
        gap: 0 6px;
        padding: 6px 7px;
    }
    .internal-body .mt-familiar-metrics .metric-icon {
        grid-row: 1 / 3;
        width: 24px;
        height: 24px;
        font-size: 10px;
    }
    .internal-body .mt-familiar-metrics .metric-label {
        grid-column: 2;
        grid-row: 1;
        font-size: 7px;
    }
    .internal-body .mt-familiar-metrics strong {
        grid-column: 2;
        grid-row: 2;
        justify-self: start;
        font-size: 15px;
    }
    .internal-body .mt-familiar-metrics small { display: none; }
    .mt-familiar-module-grid { grid-template-columns: 1fr; }
    .mt-collapsible-panel > summary small { display: none; }
    .mao-category-toggle .pill { display: none; }
}

/* Taquilla: accion de cierre siempre disponible sin duplicar el flujo de venta. */
.box-office-submit-dock {
    position: fixed;
    right: 24px;
    bottom: 22px;
    z-index: 180;
    min-width: min(430px, calc(100vw - 48px));
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 10px;
    color: #fff;
    background: rgba(7, 30, 53, .97);
    border: 1px solid rgba(25, 211, 197, .48);
    border-radius: 8px;
    box-shadow: 0 18px 46px rgba(7, 30, 53, .28);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate3d(0, 16px, 0);
    transition:
        opacity .24s ease,
        transform .24s cubic-bezier(.16, 1, .3, 1),
        visibility .24s ease,
        border-color .24s ease;
}
.box-office-submit-dock.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate3d(0, 0, 0);
}
.box-office-submit-dock.has-selection {
    border-color: rgba(244, 193, 93, .8);
}
.box-office-submit-summary {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}
.box-office-submit-summary > i {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    color: var(--legacy-navy);
    background: var(--show-amber);
    border-radius: 7px;
}
.box-office-submit-summary strong,
.box-office-submit-summary small {
    display: block;
}
.box-office-submit-summary strong {
    color: #fff;
    font-size: 13px;
}
.box-office-submit-summary small {
    max-width: 185px;
    overflow: hidden;
    color: #cfe8ef;
    font-size: 11px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.box-office-floating-submit {
    min-height: 44px;
    flex: 0 0 auto;
    gap: 8px;
    padding-inline: 18px;
    background: var(--legacy-teal);
    border-color: rgba(255, 255, 255, .34);
    box-shadow: 0 8px 20px rgba(0, 0, 0, .18);
}
.box-office-floating-submit:hover {
    transform: translateY(-1px);
    box-shadow: 0 11px 24px rgba(0, 0, 0, .24);
}
.box-office-floating-submit:disabled {
    opacity: 0;
}
.box-office-primary-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

/* Portada: movimiento breve, ordenado y consistente para eventos y productos. */
.modern-event-card,
.product-card {
    position: relative;
    isolation: isolate;
    transition:
        transform .28s cubic-bezier(.16, 1, .3, 1),
        box-shadow .28s ease,
        border-color .28s ease;
}
.modern-event-card:hover,
.product-card:hover {
    --hover-y: -3px;
    border-color: rgba(11, 111, 106, .42);
    box-shadow: 0 18px 42px rgba(23, 32, 51, .12);
}
.modern-event-card .event-cover img,
.product-card .product-cover img {
    transition:
        transform .42s cubic-bezier(.16, 1, .3, 1),
        filter .42s ease;
}
.modern-event-card:hover .event-cover img,
.product-card:hover .product-cover img {
    filter: saturate(1.05) contrast(1.02);
    transform: scale(1.012);
}
.modern-event-card .event-date-badge {
    transition: transform .28s cubic-bezier(.16, 1, .3, 1), box-shadow .28s ease;
}
.modern-event-card:hover .event-date-badge {
    transform: translateY(-2px);
    box-shadow: 0 13px 28px rgba(7, 30, 53, .3);
}
.modern-event-card .button i,
.product-card .button i,
.ticketing-hero .button i {
    transition: transform .22s ease;
}
.modern-event-card .button:hover i,
.product-card .button:hover i,
.ticketing-hero .button:hover i {
    transform: translateX(2px);
}
.ticketing-hero .hero-actions .button {
    box-shadow: 0 9px 22px rgba(0, 0, 0, .16);
}
.ticketing-hero .hero-actions .button:hover {
    transform: translateY(-2px);
    box-shadow: 0 13px 28px rgba(0, 0, 0, .22);
}

@media (max-width: 700px) {
    .box-office-submit-dock {
        right: 12px;
        bottom: max(12px, env(safe-area-inset-bottom));
        left: 12px;
        min-width: 0;
        gap: 10px;
        padding: 8px;
    }
    .box-office-submit-summary > i {
        width: 34px;
        height: 34px;
        flex-basis: 34px;
    }
    .box-office-submit-summary strong {
        font-size: 12px;
    }
    .box-office-submit-summary small {
        max-width: 120px;
        font-size: 10px;
    }
    .box-office-floating-submit {
        min-height: 42px;
        padding-inline: 12px;
        font-size: 12px;
    }
}

@media (max-width: 430px) {
    .box-office-submit-summary small {
        display: none;
    }
    .box-office-submit-summary {
        flex: 0 0 auto;
    }
    .box-office-floating-submit {
        flex: 1;
    }
}

@media print {
    .box-office-submit-dock {
        display: none !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    .field-floating-status,
    .box-office-submit-dock,
    .modern-event-card,
    .product-card,
    .modern-event-card .event-cover img,
    .product-card .product-cover img,
    .ticketing-hero .hero-slide-bg,
    .ticketing-hero::after,
    .mt-auto-refresh.is-active i {
        animation: none !important;
        transition: none !important;
    }
}
