:root {
    --bg: #eef3f8;
    --ink: #172033;
    --muted: #667085;
    --line: #d9dee8;
    --panel: #ffffff;
    --accent: #0b6f6a;
    --accent-dark: #084f4c;
    --warn: #a94343;
    --gold: #bd8b2f;
    --legacy-blue: #0a3c64;
    --legacy-blue-2: #0f5d94;
    --legacy-navy: #071e35;
    --soft-blue: #eaf4fb;
    --soft-gold: #fff6df;
    --soft-teal: #e7f7f3;
    --soft-red: #fff0ed;
    --show-cyan: #19d3c5;
    --show-pink: #cf3d7c;
    --show-amber: #f4c15d;
    --show-violet: #5b4fd8;
}

* { 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;
}
.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);
}
.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-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));
}
.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;
    gap: 6px;
    padding: 20px;
}
.client-action-icon {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    color: #fff;
    background: linear-gradient(135deg, var(--legacy-blue), var(--accent));
    border-radius: 8px;
    font-size: 17px;
}
.client-action .client-action-icon {
    margin-bottom: 4px;
}
.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);
}
.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);
}
.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: hidden;
    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(220px, 1fr) auto auto;
    align-items: center;
    gap: 18px;
    min-height: 74px;
    width: min(1420px, calc(100% - 32px));
    margin: 0 auto;
}
.internal-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #fff;
    font-weight: 900;
}
.internal-brand strong,
.internal-brand small,
.login-brand strong,
.login-brand span { display: block; }
.internal-brand small { color: #c9e6fb; font-size: 12px; font-weight: 700; }
.mt-session {
    min-width: 220px;
    color: #fff;
    text-align: right;
}
.mt-session span {
    display: block;
    color: #bde4ff;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}
.mt-session strong { display: block; font-size: 14px; }
.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: 8px;
    width: min(1420px, calc(100% - 32px));
    margin: -2px auto 12px;
}
.internal-show-strip span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 30px;
    padding: 5px 10px;
    color: #e8f5ff;
    background: rgba(255, 255, 255, .10);
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 999px;
    font-size: 11px;
    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-strip {
    display: grid;
    grid-template-columns: repeat(9, minmax(86px, 1fr));
    gap: 1px;
    width: min(1420px, calc(100% - 32px));
    margin: 0 auto;
    padding-bottom: 10px;
}
.mt-module {
    min-height: 82px;
    display: grid;
    place-items: center;
    gap: 5px;
    color: #ecf8ff;
    border: 1px solid rgba(255, 255, 255, .16);
    background: rgba(255, 255, 255, .08);
    border-radius: 8px;
}
.mt-module span,
.module-card span {
    display: grid;
    place-items: center;
    width: 38px;
    height: 34px;
    background: rgba(255, 255, 255, .16);
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    border-radius: 6px;
}
.mt-module strong { font-size: 12px; }
.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(-2px);
}
.mt-module:hover .module-icon,
.mt-module.is-active .module-icon {
    background: var(--gold);
    color: var(--legacy-navy);
}
.internal-shell {
    display: grid;
    grid-template-columns: 250px minmax(0, 1fr);
    gap: 22px;
    width: min(1420px, calc(100% - 32px));
    margin: 22px auto 54px;
    align-items: start;
}
.internal-sidebar {
    position: sticky;
    top: 180px;
    display: grid;
    gap: 14px;
}
.side-block {
    padding: 16px;
    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: 10px;
    color: var(--legacy-blue);
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
}
.internal-nav { display: grid; gap: 7px; }
.internal-nav a {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 10px 12px;
    color: var(--ink);
    font-size: 13px;
    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: 13px;
}
.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: 9px 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 {
    height: 92px;
    place-items: end start;
    padding: 16px;
}
.mini-cover span {
    display: grid;
    place-items: center;
    width: 58px;
    height: 48px;
    font-size: 20px;
    border-radius: 8px;
    background: rgba(255, 255, 255, .16);
}
.box-office-grid { grid-template-columns: repeat(auto-fill, minmax(310px, 1fr)); }
.mt-event-card { box-shadow: 0 8px 24px rgba(23, 32, 51, .06); }
.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;
}
[data-customer-autocomplete-status] {
    color: var(--legacy-teal);
    font-size: 11px;
}
[data-customer-autocomplete-status]:empty {
    display: none;
}
.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.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;
}
.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:has(input:checked) {
    color: var(--legacy-navy);
    background: var(--gold);
    border-color: var(--legacy-navy);
    box-shadow: 0 0 0 2px rgba(189, 139, 47, .24);
}
.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 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 {
    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-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-title strong,
.demo-account-title span {
    display: block;
}
.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-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: 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 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,
    .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: 1fr;
        gap: 10px;
        width: calc(100% - 20px);
        max-width: 1420px;
        padding: 14px 0;
    }
    .mt-session { min-width: 0; text-align: left; }
    .mt-module-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: calc(100% - 20px);
        max-width: 1420px;
    }
    .mt-module { min-height: 74px; }
    .internal-shell {
        grid-template-columns: 1fr;
        width: calc(100% - 20px);
        max-width: 1420px;
        margin-top: 14px;
    }
    .internal-sidebar { position: static; height: auto; }
    .internal-nav { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .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;
    }
    .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;
    }
    .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;
    }
    .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; }
}

@media (max-width: 520px) {
    .topline,
    .topbar {
        padding-left: 16px;
        padding-right: 16px;
    }
    .brand-logo {
        height: 36px;
        max-width: min(230px, calc(100vw - 44px));
    }
    .site-shell .nav {
        display: grid;
        grid-template-columns: 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: 32px;
        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;
    }
}

@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;
    }
}

@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;
    }
}
