@import '_content/Simmtech.Shared.BlazorComponents/Simmtech.Shared.BlazorComponents.0k51pxbu0i.bundle.scp.css';
@import '_content/Simmtech.UI.Shared/Simmtech.UI.Shared.bnvmc7yeid.bundle.scp.css';

/* /Pages/Admin/Dashboard.razor.rz.scp.css */
.cal-today[b-y935rscd55] {
    background: rgba(255, 132, 0, 0.05);
}

.cal-event[b-y935rscd55] {
    padding: 2px 6px;
    margin: 1px 2px;
    border-radius: 4px;
    cursor: pointer;
    transition: opacity 0.15s;
    overflow: hidden;
    min-width: 0;
}

    .cal-event:hover[b-y935rscd55] {
        opacity: 0.8;
    }

.cal-week-event[b-y935rscd55] {
    padding: 6px 8px;
    margin-bottom: 4px;
    border-radius: 6px;
    cursor: pointer;
    transition: opacity 0.15s;
}

    .cal-week-event:hover[b-y935rscd55] {
        opacity: 0.8;
    }
/* /Pages/Admin/Events/Pricing.razor.rz.scp.css */
.ep-shell[b-3zlprp666s] {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.ep-header[b-3zlprp666s] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding-bottom: 8px;
    border-bottom: 1px solid #1a3a2a;
}

.ep-header-left[b-3zlprp666s] {
    display: flex;
    align-items: center;
    gap: 14px;
}

.ep-breadcrumb[b-3zlprp666s] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
}

.ep-bc-link[b-3zlprp666s] {
    color: #5A9A7A;
}

.ep-bc-sep[b-3zlprp666s] {
    color: #5A9A7A;
}

.ep-bc-current[b-3zlprp666s] {
    color: #E8E0C8;
    font-weight: 700;
}
/* /Pages/Admin/Events/ShowtimePricing.razor.rz.scp.css */
.ep-shell[b-vo8v3a3gfg] {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.ep-header[b-vo8v3a3gfg] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding-bottom: 8px;
    border-bottom: 1px solid #1a3a2a;
}

.ep-header-left[b-vo8v3a3gfg] {
    display: flex;
    align-items: center;
    gap: 14px;
}

.ep-breadcrumb[b-vo8v3a3gfg] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
}

.ep-bc-link[b-vo8v3a3gfg] {
    color: #5A9A7A;
}

.ep-bc-sep[b-vo8v3a3gfg] {
    color: #5A9A7A;
}

.ep-bc-current[b-vo8v3a3gfg] {
    color: #E8E0C8;
    font-weight: 700;
}
/* /Pages/Admin/ManualOrder.razor.rz.scp.css */
.mo-wizard-page[b-4chavi78yw] {
    background: #071912;
    border: 1px solid #1a3a2a;
    border-radius: 12px;
    padding: 28px 28px;
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.mo-progress[b-4chavi78yw] {
    display: flex;
    align-items: center;
    gap: 16px;
}

.mo-progress-pill[b-4chavi78yw] {
    background: #00C870;
    color: #021C12;
    font-weight: 700;
    font-size: 10px;
    letter-spacing: 1px;
    padding: 4px 12px;
    border-radius: 999px;
}

.mo-progress-spacer[b-4chavi78yw] {
    flex: 1;
}

.mo-product-card[b-4chavi78yw] {
    background: #020E0A;
    border: 1px solid #1a3a2a;
    border-radius: 10px;
    padding: 20px;
    cursor: pointer;
    transition: border-color 0.15s ease, background 0.15s ease;
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-height: 180px;
}

.mo-product-card:hover[b-4chavi78yw] {
    border-color: rgba(0, 200, 112, 0.4);
}

.mo-product-card--selected[b-4chavi78yw] {
    background: #063828;
    border-color: #00C870;
    border-width: 2px;
}

.mo-product-card--disabled[b-4chavi78yw] {
    opacity: 0.5;
    cursor: not-allowed;
}

.mo-product-icon[b-4chavi78yw] {
    background: #063828;
    border-radius: 8px;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mo-actions[b-4chavi78yw] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 12px;
    border-top: 1px solid #1a3a2a;
    margin-top: 6px;
}

.mo-actions-hint[b-4chavi78yw] {
    color: #5A9A7A;
    font-size: 11px;
}

.mo-placeholder[b-4chavi78yw] {
    background: #020E0A;
    border: 1px solid #1a3a2a;
    border-radius: 10px;
    padding: 40px 28px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}

/* Step 2 — showtime finder */
.mo-filter-row[b-4chavi78yw] {
    display: flex;
    align-items: end;
    gap: 14px;
    padding: 12px 16px;
    background: #0A1F16;
    border: 1px solid #1a3a2a;
    border-radius: 10px;
    flex-wrap: wrap;
}

.mo-filter-cell[b-4chavi78yw] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.mo-filter-cell-qty[b-4chavi78yw] {
    width: 130px;
}

.mo-filter-cell-event[b-4chavi78yw] {
    flex: 1;
    min-width: 240px;
}

.mo-filter-cell-when[b-4chavi78yw] {
    width: 200px;
}

.mo-filter-cell-hide[b-4chavi78yw] {
    flex-direction: row;
    align-items: center;
    gap: 6px;
    padding-bottom: 6px;
    color: #B8B9B6;
}

.mo-filter-l[b-4chavi78yw] {
    color: #5A9A7A;
    font-weight: 700;
    letter-spacing: 1px;
}

.mo-filter-l-strong[b-4chavi78yw] {
    color: #00C870;
}

.mo-filter-hide-label[b-4chavi78yw] {
    font-size: 12px;
    color: #B8B9B6;
}

[b-4chavi78yw] .mo-qty-field input {
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    color: #E8E0C8;
}

.mo-table[b-4chavi78yw] {
    background: #020E0A;
    border: 1px solid #1a3a2a;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
}

.mo-thead[b-4chavi78yw] {
    display: grid;
    grid-template-columns: 1fr 100px 80px 130px 110px;
    padding: 10px 18px;
    border-bottom: 1px solid #1a3a2a;
    background: #071912;
}

.mo-th[b-4chavi78yw] {
    color: #5A9A7A;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
}

.mo-row[b-4chavi78yw] {
    display: grid;
    grid-template-columns: 1fr 100px 80px 130px 110px;
    align-items: center;
    padding: 14px 18px;
    border-bottom: 1px solid #1a3a2a;
}

.mo-row--disabled[b-4chavi78yw] {
    opacity: 0.55;
}

.mo-row:last-of-type[b-4chavi78yw] {
    border-bottom: none;
}

.mo-show-title-row[b-4chavi78yw] {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.mo-show-title[b-4chavi78yw] {
    color: #E8E0C8;
    font-weight: 600;
    font-size: 14px;
}

.mo-show-pill[b-4chavi78yw] {
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 2px 8px;
    border-radius: 4px;
}

.mo-show-meta[b-4chavi78yw] {
    color: #94a3b8;
    font-size: 11px;
    margin-top: 2px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.mo-td-cap[b-4chavi78yw],
.mo-td-sold[b-4chavi78yw] {
    color: #B8B9B6;
    font-size: 14px;
}

.mo-td-rem[b-4chavi78yw] {
    font-size: 14px;
    font-weight: 700;
}

.mo-td-action[b-4chavi78yw] {
    display: flex;
    justify-content: flex-end;
}

.mo-empty[b-4chavi78yw] {
    padding: 40px 16px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

/* Step 3 — tier picker */
.mo-context[b-4chavi78yw] {
    background: #0A1F16;
    border: 1px solid #1a3a2a;
    border-radius: 10px;
    padding: 14px 18px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.mo-context-title[b-4chavi78yw] {
    color: #E8E0C8;
    font-weight: 600;
}

.mo-context-meta[b-4chavi78yw] {
    color: #94a3b8;
    font-size: 12px;
}

.mo-tier-row[b-4chavi78yw] {
    background: #020E0A;
    border: 1px solid #1a3a2a;
    border-radius: 10px;
    padding: 14px 18px;
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 8px;
}

.mo-tier-row--selected[b-4chavi78yw] {
    border-color: #00C870;
    background: #0A1F16;
}

/* GA single-tier — big price + stepper */
.mo-ga-single[b-4chavi78yw] {
    background: #020E0A;
    border: 1px solid #1a3a2a;
    border-radius: 10px;
    padding: 24px;
    margin-top: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.mo-ga-single-price[b-4chavi78yw] {
    color: #00C870;
    font-size: 32px;
    font-weight: 700;
}

.mo-ga-single-per[b-4chavi78yw] {
    color: #94a3b8;
    font-size: 12px;
    font-weight: 500;
    margin-left: 6px;
}

.mo-ga-single-stepper[b-4chavi78yw] {
    display: flex;
    align-items: center;
    gap: 16px;
    background: #0A1F16;
    border: 1px solid #1a3a2a;
    border-radius: 10px;
    padding: 4px 12px;
}

.mo-ga-single-qty[b-4chavi78yw] {
    color: #E8E0C8;
    font-size: 24px;
    font-weight: 700;
    min-width: 40px;
    text-align: center;
}

.mo-ga-single-avail[b-4chavi78yw] {
    color: #94a3b8;
    font-size: 12px;
}

.mo-ga-soldout[b-4chavi78yw] {
    color: #FF5C33;
    font-weight: 700;
    font-size: 14px;
}

.mo-chart-wrap[b-4chavi78yw] {
    background: #020E0A;
    border: 1px solid #1a3a2a;
    border-radius: 10px;
    margin-top: 12px;
    overflow: hidden;
}

/* Stripe card element container — styled to match the existing payment-tab look. */
.mo-stripe-card[b-4chavi78yw] {
    background: #020E0A;
    border: 1px solid #1a3a2a;
    border-radius: 8px;
    padding: 14px 16px;
    margin-top: 6px;
    min-height: 44px;
}

.mo-card-stamp[b-4chavi78yw] {
    color: #5A9A7A;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 6px;
}

/* Steps 4 + 5: form on the left, sticky order summary on the right */
.mo-two-col[b-4chavi78yw] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 24px;
    align-items: start;
    margin-top: 8px;
}

.mo-two-col-main[b-4chavi78yw] {
    min-width: 0;
}

.mo-two-col-side[b-4chavi78yw] {
    position: sticky;
    top: 16px;
}

.mo-two-col-side .mo-summary-card[b-4chavi78yw] {
    margin-top: 0;
}

@media (max-width: 960px) {
    .mo-two-col[b-4chavi78yw] {
        grid-template-columns: 1fr;
    }
    .mo-two-col-side[b-4chavi78yw] {
        position: static;
    }
}

/* Step 3 order summary panel */
.mo-summary-card[b-4chavi78yw] {
    background: #0A1F16;
    border: 1px solid #1a3a2a;
    border-radius: 10px;
    padding: 16px 20px;
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.mo-summary-header[b-4chavi78yw] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2px;
}

.mo-summary-header-right[b-4chavi78yw] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.mo-summary-title[b-4chavi78yw] {
    color: #5A9A7A;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
}

.mo-summary-count[b-4chavi78yw] {
    color: #94a3b8;
    font-size: 12px;
}

.mo-summary-event[b-4chavi78yw] {
    color: #E8E0C8;
    font-size: 13px;
    font-weight: 600;
    padding-bottom: 6px;
    border-bottom: 1px solid #1a3a2a;
    margin-bottom: 8px;
}

.mo-summary-empty[b-4chavi78yw] {
    color: #94a3b8;
    font-size: 13px;
    padding: 6px 0;
}

.mo-summary-lines[b-4chavi78yw] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.mo-summary-line[b-4chavi78yw] {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    color: #E8E0C8;
    font-size: 13px;
}

.mo-summary-line-label[b-4chavi78yw] {
    flex: 1;
    margin-right: 12px;
}

.mo-summary-line-amt[b-4chavi78yw] {
    color: #E8E0C8;
    font-weight: 600;
    white-space: nowrap;
}

.mo-summary-divider[b-4chavi78yw] {
    height: 1px;
    background: #1a3a2a;
    margin: 8px 0 2px;
}

.mo-summary-row[b-4chavi78yw] {
    display: flex;
    justify-content: space-between;
    color: #94a3b8;
    font-size: 13px;
}

.mo-summary-total-row[b-4chavi78yw] {
    display: flex;
    justify-content: space-between;
    color: #00C870;
    font-weight: 700;
    font-size: 16px;
    margin-top: 4px;
    padding-top: 8px;
    border-top: 1px solid #1a3a2a;
}

.mo-tier-info[b-4chavi78yw] {
    flex: 1;
}

.mo-tier-name[b-4chavi78yw] {
    color: #E8E0C8;
    font-weight: 600;
    display: flex;
    align-items: baseline;
    gap: 10px;
}

.mo-tier-price[b-4chavi78yw] {
    color: #00C870;
    font-weight: 700;
    font-size: 13px;
}

.mo-tier-meta[b-4chavi78yw] {
    color: #94a3b8;
    font-size: 11px;
}

.mo-stepper[b-4chavi78yw] {
    display: flex;
    align-items: center;
    background: #0A1F16;
    border: 1px solid #1a3a2a;
    border-radius: 8px;
    padding: 2px 6px;
    gap: 4px;
}

.mo-qty[b-4chavi78yw] {
    color: #E8E0C8;
    font-weight: 700;
    min-width: 30px;
    text-align: center;
}

.mo-total-card[b-4chavi78yw] {
    background: #0A1F16;
    border: 1px solid #00C870;
    border-radius: 10px;
    padding: 14px 18px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    column-gap: 16px;
}

.mo-total-label[b-4chavi78yw] {
    color: #5A9A7A;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
}

.mo-total-value[b-4chavi78yw] {
    color: #00C870;
    font-size: 24px;
    font-weight: 700;
}

.mo-total-sub[b-4chavi78yw] {
    color: #94a3b8;
    font-size: 12px;
    grid-column: 2 / span 2;
    text-align: right;
}

/* Step 4 — customer */
.mo-cust-drop[b-4chavi78yw] {
    background: #020E0A;
    border: 1px solid #00C870;
    border-radius: 10px;
    margin-top: 8px;
    overflow: hidden;
}

.mo-cust-row[b-4chavi78yw] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    border-bottom: 1px solid #1a3a2a;
    cursor: pointer;
    transition: background 0.15s ease;
}

.mo-cust-row:hover[b-4chavi78yw] {
    background: #063828;
}

.mo-cust-row-new[b-4chavi78yw] {
    background: #071912;
}

.mo-cust-avatar[b-4chavi78yw] {
    background: #1a3a2a;
    border-radius: 999px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #B8B9B6;
    font-weight: 700;
    font-size: 11px;
}

.mo-cust-avatar-new[b-4chavi78yw] {
    background: #063828;
}

.mo-cust-info[b-4chavi78yw] {
    flex: 1;
}

.mo-cust-name[b-4chavi78yw] {
    color: #E8E0C8;
    font-weight: 600;
}

.mo-cust-meta[b-4chavi78yw] {
    color: #94a3b8;
    font-size: 11px;
}

.mo-toggle[b-4chavi78yw] {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #B8B9B6;
    font-size: 12px;
    margin-top: 12px;
}

/* Step 5 — payment tabs */
.mo-pay-tabs[b-4chavi78yw] {
    display: flex;
    gap: 4px;
    background: #020E0A;
    border-radius: 8px;
    padding: 6px;
    border: 1px solid #1a3a2a;
}

.mo-pay-tab[b-4chavi78yw] {
    flex: 1;
    text-align: center;
    padding: 8px 12px;
    border-radius: 6px;
    cursor: pointer;
    color: #5A9A7A;
    font-weight: 500;
    font-size: 13px;
    transition: all 0.15s ease;
}

.mo-pay-tab:hover[b-4chavi78yw] {
    color: #B8B9B6;
}

.mo-pay-tab--selected[b-4chavi78yw] {
    background: #00C870;
    color: #021C12;
    font-weight: 700;
}

/* Step 6 — confirmation */
.mo-confirm[b-4chavi78yw] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    padding: 40px 16px;
}

.mo-confirm-icon[b-4chavi78yw] {
    background: #063828;
    border: 2px solid #00C870;
    border-radius: 999px;
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mo-confirm-actions[b-4chavi78yw] {
    display: flex;
    gap: 10px;
    margin-top: 14px;
}

/* ── Payment step v2: multi-tender ledger ── */
.mo-balance-bar[b-4chavi78yw] {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 12px;
    background: rgba(0, 200, 112, 0.06);
    border: 1px solid rgba(0, 200, 112, 0.14);
    border-radius: 10px;
    padding: 14px 18px;
    margin: 12px 0 16px;
}
.mo-balance-label[b-4chavi78yw] {
    font-size: 11px;
    letter-spacing: 1px;
    color: #5A9A7A;
    font-weight: 700;
    margin-bottom: 2px;
}
.mo-balance-value[b-4chavi78yw] {
    font-size: 22px;
    font-weight: 700;
}
.mo-balance-tendered[b-4chavi78yw] { color: #94a3b8; }
.mo-balance-paid[b-4chavi78yw] { color: #00C870; }
.mo-balance-due[b-4chavi78yw] { color: #FF8400; }

.mo-tenders[b-4chavi78yw] {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 14px;
}
.mo-tender-row[b-4chavi78yw] {
    display: grid;
    grid-template-columns: 1fr auto auto;
    align-items: center;
    gap: 10px;
    background: rgba(0, 200, 112, 0.04);
    border: 1px solid rgba(0, 200, 112, 0.12);
    border-radius: 8px;
    padding: 8px 12px;
}
.mo-tender-method[b-4chavi78yw] { font-weight: 600; }
.mo-tender-amount[b-4chavi78yw] { font-variant-numeric: tabular-nums; color: #00C870; font-weight: 700; }

.mo-add-tender-row[b-4chavi78yw] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 16px;
}

.mo-tender-form[b-4chavi78yw] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    background: rgba(0, 200, 112, 0.04);
    border: 1px solid rgba(0, 200, 112, 0.18);
    border-radius: 10px;
    padding: 16px;
    margin-bottom: 14px;
}
.mo-tender-form-actions[b-4chavi78yw] {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 4px;
}

.mo-finalize-row[b-4chavi78yw] {
    margin-top: 18px;
    padding-top: 16px;
    border-top: 1px solid rgba(0, 200, 112, 0.12);
}
.mo-willcall-block[b-4chavi78yw] { width: 100%; }
.mo-willcall-row[b-4chavi78yw] {
    display: flex;
    gap: 12px;
    align-items: center;
    flex-wrap: wrap;
}
/* /Pages/Admin/SeatingChart.razor.rz.scp.css */
.seating-layout[b-obz0wkcyy9] {
    display: grid;
    gap: 16px;
}

.layout-header[b-obz0wkcyy9] {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    align-items: end;
}

.layout-field[b-obz0wkcyy9] {
    display: grid;
    gap: 6px;
}

.layout-actions[b-obz0wkcyy9] {
    display: flex;
    gap: 8px;
    justify-content: flex-end;
}

.layout-align[b-obz0wkcyy9] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.layout-toolbar[b-obz0wkcyy9] {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    padding: 8px 12px;
    border: 1px solid #2a2a3e;
    border-radius: 10px 0 0 0;
    background: linear-gradient(180deg, #1e1e32, #16162a);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.layout-editor-row[b-obz0wkcyy9] {
    display: flex;
    gap: 0;
    align-items: stretch;
}

.layout-canvas-shell[b-obz0wkcyy9] {
    display: grid;
    gap: 0;
    flex: 1;
    min-width: 0;
}

.layout-canvas[b-obz0wkcyy9] {
    min-height: 600px;
    border: 1px solid #2a2a3e;
    border-top: 0;
    border-right: 0;
    border-radius: 0 0 0 12px;
    background: #020E0A;
    overflow: auto;
    padding: 16px;
}

.canvas-zoom-wrapper[b-obz0wkcyy9] {
    position: relative;
    min-height: 580px;
}

.toolbar-title[b-obz0wkcyy9] {
    font-weight: 600;
    color: #e2e8f0;
    padding-right: 6px;
    border-right: 1px solid #3a3a50;
}

.toolbar-group[b-obz0wkcyy9] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 0 6px;
    border-right: 1px solid #3a3a50;
}

.toolbar-group:last-child[b-obz0wkcyy9] {
    border-right: 0;
    padding-right: 0;
}

.toolbar-group-label[b-obz0wkcyy9] {
    font-size: 0.75rem;
    color: #9ca3af;
    margin-right: 2px;
}

.toolbar-button[b-obz0wkcyy9] {
    border: 1px solid #3a3a50;
    background: #252540;
    color: #e2e8f0;
    border-radius: 6px;
    padding: 4px 6px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    cursor: pointer;
    font-size: 0.75rem;
}

.toolbar-button:hover[b-obz0wkcyy9] {
    background: #2f2f4a;
}

.toolbar-button:active[b-obz0wkcyy9] {
    background: #3a3a5a;
}

.toolbar-button-danger[b-obz0wkcyy9] {
    border-color: #7f1d1d;
    color: #fca5a5;
    background: #450a0a;
}

.toolbar-button-danger:hover[b-obz0wkcyy9] {
    background: #5a1010;
}

.toolbar-button-primary[b-obz0wkcyy9] {
    border-color: #1d4ed8;
    color: #ffffff;
    background: #2563eb;
}

.toolbar-button-primary:hover[b-obz0wkcyy9] {
    background: #1d4ed8;
}

.toolbar-button-primary:active[b-obz0wkcyy9] {
    background: #1e40af;
}

.toolbar-button-active[b-obz0wkcyy9] {
    border-color: #2563eb;
    color: #93b4ff;
    background: #1e3a5f;
}

.toolbar-label[b-obz0wkcyy9] {
    font-size: 0.65rem;
    letter-spacing: 0.02em;
}

.section-card[b-obz0wkcyy9] {
    position: absolute;
    display: flex;
    flex-direction: column;
    border: 1px solid #2a2a3e;
    border-radius: 10px;
    padding: 0;
    background: #1a1a2e;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    user-select: none;
    transform-origin: center;
}

.section-card.section-selected[b-obz0wkcyy9] {
    border-color: #4169e1;
    box-shadow: 0 0 0 2px rgba(65, 105, 225, 0.3);
}

.section-card.section-stage[b-obz0wkcyy9] {
}

.section-card.section-general-admission[b-obz0wkcyy9] {
}

.section-header[b-obz0wkcyy9] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 6px 10px;
    background: transparent;
    border-bottom: none;
    border-radius: 10px 10px 0 0;
}

.section-title[b-obz0wkcyy9] {
    display: flex;
    gap: 8px;
    align-items: center;
    width: 100%;
}

.section-drag-handle[b-obz0wkcyy9] {
    width: 28px;
    height: 28px;
    border-radius: 6px;
    border: 1px solid #3a3a50;
    background: #252540;
    font-size: 0.9rem;
    line-height: 1;
    cursor: grab;
}

.section-drag-handle:active[b-obz0wkcyy9] {
    cursor: grabbing;
}

.section-name[b-obz0wkcyy9] {
    max-width: 320px;
}

.section-name-display[b-obz0wkcyy9] {
    font-weight: 600;
    font-size: 0.75rem;
    color: #e2e8f0;
    padding: 2px 0;
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.section-price-display[b-obz0wkcyy9] {
    background-color: #00C870;
    color: #000;
    font-size: 0.7rem;
    font-weight: 600;
    padding: 1px 8px;
    border-radius: 12px;
    white-space: nowrap;
    line-height: 1.4;
}

.section-name-edit[b-obz0wkcyy9] {
    flex: 1;
}

.section-toolbar[b-obz0wkcyy9] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    padding: 8px 12px;
    border-bottom: 1px solid #2a2a3e;
    background: #1e1e32;
}

.section-controls[b-obz0wkcyy9] {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.icon-circle[b-obz0wkcyy9] {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #3a3a50;
    background: #252540;
    color: #e2e8f0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    font-size: 0.75rem;
    cursor: pointer;
    padding: 0;
}

.icon-circle-label[b-obz0wkcyy9] {
    font-size: 0.6rem;
    letter-spacing: 0.02em;
}

.icon-circle:hover[b-obz0wkcyy9] {
    background: #2f2f4a;
}

.icon-circle-active[b-obz0wkcyy9] {
    border-color: #4169e1;
    color: #93b4ff;
    background: #1e3a5f;
}

.icon-circle-danger[b-obz0wkcyy9] {
    border-color: #7f1d1d;
    color: #fca5a5;
    background: #450a0a;
}

.icon-circle-danger:hover[b-obz0wkcyy9] {
    background: #5a1010;
}

.seat-grid[b-obz0wkcyy9] {
    display: grid;
    gap: 3px;
}

.seat-row[b-obz0wkcyy9] {
    display: flex;
    gap: 3px;
    flex-wrap: nowrap;
}

.seat-button[b-obz0wkcyy9] {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid transparent;
    background-color: #2a2a4a;
}

.section-body[b-obz0wkcyy9] {
    padding: 4px;
    position: relative;
    flex: 1;
    overflow: hidden;
    border-radius: 0 0 10px 10px;
}

.section-body.section-body-stage[b-obz0wkcyy9] {
    padding: 0;
}

.section-body.section-body-general-admission[b-obz0wkcyy9] {
    padding: 0;
}

.section-ga-overlay[b-obz0wkcyy9] {
    position: absolute;
    inset: 6px;
    border-radius: 6px;
    background-color: rgba(255, 255, 255, 0.03);
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 24px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    text-align: center;
    color: #94a3b8;
    pointer-events: none;
}

.section-ga-icon[b-obz0wkcyy9] {
    font-size: 1.2rem;
    color: #64748b;
    margin-bottom: 2px;
}

.section-ga-title[b-obz0wkcyy9] {
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.02em;
}

.section-ga-subtitle[b-obz0wkcyy9] {
    font-size: 0.65rem;
    font-weight: 400;
    color: #64748b;
}

.seat-node[b-obz0wkcyy9] {
    position: absolute;
    cursor: grab;
    transform-origin: center;
}

.seat-node:active[b-obz0wkcyy9] {
    cursor: grabbing;
}

.seat-node.seat-selected[b-obz0wkcyy9] {
    border-color: #ffffff;
    box-shadow: none;
}

.section-resize-handle[b-obz0wkcyy9] {
    display: none;
}

.section-card[b-obz0wkcyy9]::before,
.section-card[b-obz0wkcyy9]::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    pointer-events: none;
}

.section-card[b-obz0wkcyy9]::before {
    left: 0;
    top: 0;
}

.section-card[b-obz0wkcyy9]::after {
    right: 0;
    bottom: 0;
}

.section-card:hover[b-obz0wkcyy9] {
    cursor: default;
}

.section-card.section-dragging[b-obz0wkcyy9],
.section-card.section-dragging *[b-obz0wkcyy9] {
    cursor: grabbing !important;
}

.section-card.resize-hover-nwse[b-obz0wkcyy9] {
    cursor: nwse-resize;
}

.section-card.resize-hover-nesw[b-obz0wkcyy9] {
    cursor: nesw-resize;
}

.section-card.resize-hover-ew[b-obz0wkcyy9] {
    cursor: ew-resize;
}

.section-card.resize-hover-ns[b-obz0wkcyy9] {
    cursor: ns-resize;
}

.layout-empty[b-obz0wkcyy9] {
    display: flex;
    justify-content: center;
    padding: 48px 16px;
}

.layout-empty-card[b-obz0wkcyy9] {
    max-width: 520px;
    text-align: center;
    padding: 24px 28px;
    border-radius: 12px;
    border: 1px dashed #3a3a50;
    background: #1e1e32;
    color: #94a3b8;
}

.section-stage-overlay[b-obz0wkcyy9] {
    position: absolute;
    inset: 6px;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    text-align: center;
    color: #94a3b8;
    pointer-events: none;
}

.section-stage-icon[b-obz0wkcyy9] {
    font-size: 1.4rem;
    color: #64748b;
}

.section-stage-label[b-obz0wkcyy9] {
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #64748b;
}

.properties-panel[b-obz0wkcyy9] {
    width: 260px;
    min-width: 260px;
    background: #1a1a2e;
    border: 1px solid #2a2a3e;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.properties-panel.docked[b-obz0wkcyy9] {
    border-left: 0;
    border-radius: 0 12px 12px 0;
}

.properties-panel.docked .properties-panel-header[b-obz0wkcyy9] {
    border-radius: 0 12px 0 0;
}

.properties-panel.floating[b-obz0wkcyy9] {
    position: fixed;
    z-index: 1000;
    border-radius: 12px;
    border: 1px solid #2a2a3e;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(255, 255, 255, 0.05);
    max-height: calc(100vh - 100px);
    resize: vertical;
}

.properties-panel.floating .properties-panel-header[b-obz0wkcyy9] {
    cursor: grab;
    border-radius: 12px 12px 0 0;
}

.properties-panel.floating.dragging .properties-panel-header[b-obz0wkcyy9] {
    cursor: grabbing;
}

.properties-panel.hidden-panel[b-obz0wkcyy9] {
    display: none;
}

.properties-panel.minimized[b-obz0wkcyy9] {
    min-width: auto;
    width: auto;
    max-height: none;
    resize: none;
    overflow: hidden;
}

.properties-panel.minimized .properties-panel-body[b-obz0wkcyy9] {
    display: none;
}

.properties-panel.minimized .properties-panel-header[b-obz0wkcyy9] {
    border-bottom: 0;
    border-radius: 12px;
}

.properties-panel-body[b-obz0wkcyy9] {
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    flex: 1;
}

.properties-panel-header[b-obz0wkcyy9] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    font-weight: 600;
    font-size: 0.85rem;
    color: #e2e8f0;
    border-bottom: 1px solid #2a2a3e;
    background: linear-gradient(180deg, #1e1e32, #16162a);
    user-select: none;
}

.properties-panel-actions[b-obz0wkcyy9] {
    display: flex;
    align-items: center;
    gap: 2px;
    margin-left: auto;
}

.properties-panel-btn[b-obz0wkcyy9] {
    width: 24px;
    height: 24px;
    border: none;
    background: transparent;
    color: #94a3b8;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 0.7rem;
    padding: 0;
}

.properties-panel-btn:hover[b-obz0wkcyy9] {
    background: rgba(255, 255, 255, 0.1);
    color: #e2e8f0;
}

.properties-toggle-btn[b-obz0wkcyy9] {
    width: 36px;
    border: 1px solid #2a2a3e;
    background: #1a1a2e;
    color: #94a3b8;
    border-radius: 0 8px 8px 0;
    border-left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 0.85rem;
    align-self: stretch;
}

.properties-toggle-btn:hover[b-obz0wkcyy9] {
    background: #252540;
    color: #e2e8f0;
}

.properties-floating-restore-btn[b-obz0wkcyy9] {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    width: 44px;
    height: 44px;
    border: 1px solid #2a2a3e;
    background: #1a1a2e;
    color: #00C870;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 1rem;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4);
}

.properties-floating-restore-btn:hover[b-obz0wkcyy9] {
    background: #252540;
    box-shadow: 0 4px 20px rgba(255, 132, 0, 0.2);
}

.properties-section[b-obz0wkcyy9] {
    padding: 12px 14px;
    border-bottom: 1px solid #2a2a3e;
}

.properties-section-title[b-obz0wkcyy9] {
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #64748b;
    margin-bottom: 8px;
}

.properties-legend[b-obz0wkcyy9] {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.properties-legend-item[b-obz0wkcyy9] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.75rem;
    color: #e2e8f0;
}

.properties-legend-dot[b-obz0wkcyy9] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid transparent;
    flex-shrink: 0;
}

.properties-legend-dot-ga[b-obz0wkcyy9] {
    background: transparent;
    border: 2px dashed #64748b;
}

.properties-legend-label[b-obz0wkcyy9] {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.properties-legend-price[b-obz0wkcyy9] {
    color: #94a3b8;
    font-size: 0.7rem;
}

.properties-capacity[b-obz0wkcyy9] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.properties-capacity-row[b-obz0wkcyy9] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.75rem;
}

.properties-capacity-label[b-obz0wkcyy9] {
    color: #94a3b8;
}

.properties-capacity-value[b-obz0wkcyy9] {
    color: #e2e8f0;
    font-weight: 500;
}

.properties-seat-detail[b-obz0wkcyy9] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.properties-detail-row[b-obz0wkcyy9] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.75rem;
}

.properties-detail-label[b-obz0wkcyy9] {
    color: #94a3b8;
}

.properties-detail-value[b-obz0wkcyy9] {
    color: #e2e8f0;
    font-weight: 500;
    text-align: right;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.properties-section-title-row[b-obz0wkcyy9] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}

.properties-field[b-obz0wkcyy9] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-top: 8px;
}

.properties-field-label[b-obz0wkcyy9] {
    font-size: 0.7rem;
    font-weight: 500;
    color: #94a3b8;
}

.properties-input[b-obz0wkcyy9] {
    width: 100%;
    padding: 6px 10px;
    font-size: 0.75rem;
    color: #e2e8f0;
    background: #020E0A;
    border: 1px solid #2a2a3e;
    border-radius: 6px;
    outline: none;
    box-sizing: border-box;
}

.properties-input:focus[b-obz0wkcyy9] {
    border-color: #4169e1;
    box-shadow: 0 0 0 1px rgba(65, 105, 225, 0.3);
}

.properties-input[b-obz0wkcyy9]::placeholder {
    color: #4a4a6a;
}

.properties-input-group[b-obz0wkcyy9] {
    position: relative;
    display: flex;
    align-items: center;
}

.properties-input-prefix[b-obz0wkcyy9] {
    position: absolute;
    left: 10px;
    font-size: 0.75rem;
    color: #64748b;
    pointer-events: none;
    z-index: 1;
}

.properties-input-with-prefix[b-obz0wkcyy9] {
    padding-left: 22px;
}

.properties-field-hint[b-obz0wkcyy9] {
    font-size: 0.6rem;
    color: #4a4a6a;
    font-style: italic;
}

.toolbar-zoom-group[b-obz0wkcyy9] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.toolbar-zoom-display[b-obz0wkcyy9] {
    font-size: 0.75rem;
    font-weight: 600;
    color: #e2e8f0;
    min-width: 40px;
    text-align: center;
    user-select: none;
}
/* /Pages/Admin/SeatingChartGallery.razor.rz.scp.css */
.gallery-card[b-5p4lj3pfr8] {
    background: #0d1f16 !important;
    border: 1px solid rgba(0, 200, 112, 0.1);
    border-radius: 10px !important;
    overflow: hidden;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.gallery-card:hover[b-5p4lj3pfr8] {
    border-color: rgba(0, 200, 112, 0.3);
    box-shadow: 0 4px 20px rgba(0, 200, 112, 0.08);
}

.seating-preview[b-5p4lj3pfr8] {
    position: relative;
    height: 160px;
    background: #020E0A;
    border-bottom: 1px solid rgba(0, 200, 112, 0.08);
    overflow: hidden;
}

.seating-preview-section[b-5p4lj3pfr8] {
    position: absolute;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.seating-preview-label[b-5p4lj3pfr8] {
    font-size: 7px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    letter-spacing: 0.3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 2px;
}

.section-seating[b-5p4lj3pfr8] {
    background: rgba(42, 74, 58, 0.7);
}

.section-stage[b-5p4lj3pfr8] {
    background: rgba(26, 58, 74, 0.7);
}

.section-ga[b-5p4lj3pfr8] {
    background: rgba(10, 58, 42, 0.7);
}

.section-table[b-5p4lj3pfr8] {
    background: rgba(58, 58, 26, 0.7);
}

.seating-preview-empty[b-5p4lj3pfr8] {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.gallery-card-content[b-5p4lj3pfr8] {
    padding: 12px 16px 8px !important;
}

.gallery-card-actions[b-5p4lj3pfr8] {
    padding: 4px 8px 8px !important;
    border-top: 1px solid rgba(0, 200, 112, 0.06);
}
/* /Pages/Admin/SeatingEditor/SeatingEditor.razor.rz.scp.css */
/* ═══════════════════════════════════════════════════════════════
   Seating Editor v2 — Concept 1: Floating Toolbox + Radial Menu
   ═══════════════════════════════════════════════════════════════ */

/* ── Color Tokens ── */
.seating-editor[b-0vdctqo3fz] {
    --se-base: #020E0A;
    --se-panel: #0D1F18;
    --se-panel-deep: #071912;
    --se-green: #00C870;
    --se-blue: #2563eb;
    --se-blue-light: #60a5fa;
    --se-purple: #7c3aed;
    --se-yellow: #fbbf24;
    --se-danger: #f87171;
    --se-border: #1a3a2a;
    --se-border-light: #2a4a3a;
    --se-text: #e2e8f0;
    --se-text-dim: #94a3b8;
    --se-text-muted: #5A9A7A;
    --se-text-dark: #3a5a4a;
}

/* ── Loading ── */
.se-loading[b-0vdctqo3fz] {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background: var(--se-base);
}

/* ── Root Layout — takes over the full viewport ── */
.seating-editor[b-0vdctqo3fz] {
    display: grid;
    grid-template-rows: 48px 1fr;
    position: fixed;
    inset: 0;
    z-index: 1000;
    background: var(--se-base);
    color: var(--se-text);
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    overflow: hidden;
}

/* ── Header Bar ── */
.se-header[b-0vdctqo3fz] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0 16px;
    background: var(--se-panel);
    border-bottom: 1px solid var(--se-border);
    z-index: 10;
}

.se-header-back[b-0vdctqo3fz] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    color: var(--se-text-muted);
    text-decoration: none;
    border-radius: 6px;
    transition: color 0.15s;
}
.se-header-back:hover[b-0vdctqo3fz] { color: var(--se-text); }

.se-header-plan-name[b-0vdctqo3fz] {
    font-size: 14px;
    font-weight: 700;
    color: #E8E0C8;
}

.se-header-divider[b-0vdctqo3fz] {
    font-size: 14px;
    color: #2a3a30;
}

.se-header-venue[b-0vdctqo3fz] {
    font-size: 12px;
    color: var(--se-text-muted);
}

.se-header-spacer[b-0vdctqo3fz] { flex: 1; }

.se-header-badge[b-0vdctqo3fz] {
    display: flex;
    align-items: center;
    gap: 4px;
    height: 26px;
    padding: 0 8px;
    background: transparent;
    border: 1px solid var(--se-border);
    border-radius: 4px;
    color: var(--se-text-muted);
    font-size: 10px;
    cursor: pointer;
    transition: all 0.15s;
}
.se-header-badge--active[b-0vdctqo3fz] {
    background: rgba(0, 200, 112, 0.13);
    border-color: rgba(0, 200, 112, 0.3);
    color: var(--se-green);
}

.se-header-zoom[b-0vdctqo3fz] {
    font-size: 10px;
    font-weight: 600;
    color: var(--se-text-muted);
    min-width: 36px;
    text-align: center;
}

.se-header-save[b-0vdctqo3fz] {
    display: flex;
    align-items: center;
    gap: 6px;
    height: 30px;
    padding: 0 14px;
    background: var(--se-green);
    border: none;
    border-radius: 6px;
    color: var(--se-base);
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: opacity 0.15s;
}
.se-header-save:hover[b-0vdctqo3fz] { opacity: 0.9; }
.se-header-save:disabled[b-0vdctqo3fz] { opacity: 0.5; cursor: not-allowed; }

/* ── Body Grid ── */
.se-body[b-0vdctqo3fz] {
    display: grid;
    grid-template-columns: auto 1fr 320px;
    overflow: hidden;
}

/* ── Left Column (Toolbox + Palette) ── */
.se-left-col[b-0vdctqo3fz] {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 16px 12px 16px 16px;
    z-index: 5;
    pointer-events: none;
}
.se-left-col > *[b-0vdctqo3fz] { pointer-events: auto; }

/* ── Floating Toolbox ── */
.se-toolbox[b-0vdctqo3fz] {
    display: flex;
    flex-direction: column;
    gap: 2px;
    width: 52px;
    padding: 12px 8px;
    background: rgba(13, 31, 24, 0.92);
    backdrop-filter: blur(12px);
    border: 1px solid var(--se-border);
    border-radius: 12px;
    box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.4);
}

.se-toolbox-divider[b-0vdctqo3fz] {
    height: 1px;
    margin: 4px 0;
    background: var(--se-border);
}

.se-tool-btn[b-0vdctqo3fz] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: none;
    border-radius: 8px;
    background: transparent;
    color: var(--se-text-muted);
    font-size: 15px;
    cursor: pointer;
    transition: all 0.15s;
}
.se-tool-btn:hover[b-0vdctqo3fz] {
    background: rgba(0, 200, 112, 0.1);
    color: var(--se-text);
}
.se-tool-btn--active[b-0vdctqo3fz] {
    background: rgba(0, 200, 112, 0.2) !important;
    color: var(--se-green) !important;
}
.se-tool-btn--yellow.se-tool-btn--active[b-0vdctqo3fz] {
    background: rgba(251, 191, 36, 0.2) !important;
    color: var(--se-yellow) !important;
}

/* ── Section Palette ── */
.se-palette[b-0vdctqo3fz] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 52px;
    padding: 10px 6px;
    background: rgba(13, 31, 24, 0.92);
    backdrop-filter: blur(12px);
    border: 1px solid var(--se-border);
    border-radius: 12px;
    box-shadow: 3px 3px 16px rgba(0, 0, 0, 0.35);
}

.se-palette-btn[b-0vdctqo3fz] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 36px;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.15s;
}
.se-palette-btn:hover[b-0vdctqo3fz] { opacity: 0.85; transform: scale(1.05); }
.se-palette-seating[b-0vdctqo3fz] { background: rgba(37, 99, 235, 0.25); color: #6888ff; }
.se-palette-stage[b-0vdctqo3fz] { background: rgba(124, 58, 237, 0.25); color: #c77dba; }
.se-palette-ga[b-0vdctqo3fz] { background: rgba(74, 222, 128, 0.2); color: #4ade80; }
.se-palette-table[b-0vdctqo3fz] { background: rgba(251, 191, 36, 0.2); color: #fbbf24; }

/* ── Canvas ── */
.se-canvas[b-0vdctqo3fz] {
    overflow: auto;
    background: radial-gradient(ellipse at center, #0A1A14, #020E0A);
    position: relative;
    cursor: default;
}

/* Hide all scrollbars within the editor but allow scroll functionality */
.seating-editor [b-0vdctqo3fz]::-webkit-scrollbar { width: 0; height: 0; }
.seating-editor *[b-0vdctqo3fz] { -ms-overflow-style: none; scrollbar-width: none; }
/* Properties panel body needs scroll */
.se-props-body[b-0vdctqo3fz] { overflow-y: auto; }

.se-canvas-zoom[b-0vdctqo3fz] {
    position: relative;
    min-width: 2000px;
    min-height: 1500px;
}

/* ── Section Cards ── */
.se-section[b-0vdctqo3fz] {
    position: absolute;
    display: flex;
    flex-direction: column;
    background: #0f1a35;
    border: 1px solid #1e2d4a;
    border-radius: 8px;
    overflow: visible;
    cursor: move;
    user-select: none;
    transition: box-shadow 0.15s;
}
.se-section--selected[b-0vdctqo3fz] {
    border-color: var(--se-blue);
    border-width: 2px;
    box-shadow: 0 0 16px rgba(37, 99, 235, 0.25);
    z-index: 10;
}
.se-section--stage[b-0vdctqo3fz] {
    background: linear-gradient(180deg, #2a1a3e, #1a1028);
    border-color: #6b3fa0;
    border-style: dashed;
}
.se-section--ga[b-0vdctqo3fz] {
    background: linear-gradient(180deg, #0a1f14, #061210);
    border-color: var(--se-border);
    border-style: dashed;
}
.se-section--table[b-0vdctqo3fz] {
    background: #0f1a28;
    border-color: #2a3a1a;
}

/* ── Section label badge ──
   Centered floating pill tinted by the assigned PriceClass color. Compact so
   the seat color tiers underneath stay visible at a glance — no full-section
   colored overlay competing with the per-seat color legend.
   The badge counter-rotates against the section's tilt so the text stays
   upright at any rotation. pointer-events: none so it never blocks a click.
   On hover/selected, fades to 0 so the admin sees the seats clean. */
.se-section-overlay-label[b-0vdctqo3fz] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(calc(-1 * var(--se-section-rotation, 0deg)));
    transform-origin: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
    padding: 6px 14px;
    border-radius: 999px;
    border: 1px solid rgba(0, 0, 0, 0.25);
    color: #ffffff;
    text-align: center;
    pointer-events: none;
    z-index: 3;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
    white-space: nowrap;
    max-width: 90%;
    transition: opacity 120ms ease-out;
}

.se-section:hover .se-section-overlay-label[b-0vdctqo3fz],
.se-section--selected .se-section-overlay-label[b-0vdctqo3fz] {
    opacity: 0;
}

.se-section-overlay-name[b-0vdctqo3fz] {
    font-size: 12px;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45);
}

.se-section-overlay-caption[b-0vdctqo3fz] {
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1.5px;
    opacity: 0.9;
    text-transform: uppercase;
}

/* Rubber-band drag-select rectangle in seat-edit mode. Translucent green tint
   matching the editor's accent color; pointer-events: none so the drag-end
   mouseup still fires on the underlying canvas. */
.se-seat-drag-rect[b-0vdctqo3fz] {
    position: absolute;
    background: rgba(0, 200, 112, 0.15);
    border: 1px dashed rgba(0, 200, 112, 0.7);
    pointer-events: none;
    z-index: 5;
}

.se-section-body[b-0vdctqo3fz] {
    position: relative;
    flex: 1;
    min-height: 40px;
    overflow: hidden;
}

.se-section-overlay[b-0vdctqo3fz] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    width: 100%;
    height: 100%;
    padding: 12px;
}
.se-section-overlay i[b-0vdctqo3fz] { font-size: 24px; color: #c77dba66; }
.se-section-overlay span[b-0vdctqo3fz] { font-size: 13px; font-weight: 600; color: #c77dba; letter-spacing: 3px; }
.se-section-overlay small[b-0vdctqo3fz] { font-size: 10px; color: var(--se-text-muted); }
.se-section-overlay--ga i[b-0vdctqo3fz] { color: #4ade8066; }
.se-section-overlay--ga span[b-0vdctqo3fz] { color: #4ade80; letter-spacing: 3px; }

/* ── Seats ── */
.se-seat[b-0vdctqo3fz] {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--se-blue);
    border: 1px solid #3b82f6;
    cursor: pointer;
    transition: all 0.1s;
}
.se-seat:hover[b-0vdctqo3fz] {
    border-color: #93c5fd;
    z-index: 1;
}
.se-seat--selected[b-0vdctqo3fz] {
    border: 2px solid #ffffff;
    box-shadow: 0 0 8px rgba(255, 255, 255, 0.3);
}
.se-seat--disabled[b-0vdctqo3fz] {
    background: #1e2d4a;
    border: 1.5px dashed rgba(248, 113, 113, 0.4);
    opacity: 0.6;
}
.se-seat--price-0[b-0vdctqo3fz] { background: #4ade80; border-color: #6ee7a0; }
.se-seat--price-1[b-0vdctqo3fz] { background: #fbbf24; border-color: #fcd34d; }
.se-seat--price-2[b-0vdctqo3fz] { background: #f97316; border-color: #fb923c; }
.se-seat--price-3[b-0vdctqo3fz] { background: #ef4444; border-color: #f87171; }
.se-seat--price-4[b-0vdctqo3fz] { background: #8b5cf6; border-color: #a78bfa; }
.se-seat--price-5[b-0vdctqo3fz] { background: #06b6d4; border-color: #22d3ee; }
.se-seat--price-6[b-0vdctqo3fz] { background: #ec4899; border-color: #f472b6; }

/* ── Properties Panel ── */
.se-props[b-0vdctqo3fz] {
    display: flex;
    flex-direction: column;
    background: #0A1A14;
    border-left: 1px solid var(--se-border);
    overflow: hidden;
}

.se-props-header[b-0vdctqo3fz] {
    display: flex;
    align-items: center;
    padding: 0 16px;
    height: 44px;
    background: var(--se-panel);
}

.se-props-title[b-0vdctqo3fz] {
    font-size: 13px;
    font-weight: 700;
    color: #E8E0C8;
}

.se-props-tabs[b-0vdctqo3fz] {
    display: flex;
    height: 36px;
    background: var(--se-panel-deep);
}

.se-props-tab[b-0vdctqo3fz] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: transparent;
    color: var(--se-text-muted);
    font-size: 11px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.15s;
}
.se-props-tab:hover[b-0vdctqo3fz] { color: var(--se-text); }
.se-props-tab--active[b-0vdctqo3fz] {
    background: var(--se-panel);
    color: var(--se-green) !important;
    font-weight: 600;
    border-bottom: 2px solid var(--se-green);
}

.se-props-body[b-0vdctqo3fz] {
    flex: 1;
    overflow-y: auto;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.se-props-section[b-0vdctqo3fz] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.se-props-section-label[b-0vdctqo3fz] {
    font-size: 9px;
    font-weight: 700;
    color: var(--se-text-muted);
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.se-props-hint[b-0vdctqo3fz] {
    font-size: 10px;
    color: var(--se-text-dark);
    line-height: 1.4;
}

.se-props-divider[b-0vdctqo3fz] {
    height: 1px;
    background: var(--se-border);
    margin: 4px 0;
}

.se-field-label[b-0vdctqo3fz] {
    font-size: 10px;
    font-weight: 600;
    color: var(--se-text-muted);
}

.se-toggle-row[b-0vdctqo3fz] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* ── Section Type Badge ── */
.se-type-badge[b-0vdctqo3fz] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 11px;
    width: fit-content;
}
.se-type-badge--seating[b-0vdctqo3fz] { background: #1a1a2e; color: #8b9cf7; }
.se-type-badge--stage[b-0vdctqo3fz] { background: #2a1a2e; color: #c77dba; }
.se-type-badge--generaladmission[b-0vdctqo3fz] { background: #1a2e1a; color: #4ade80; }
.se-type-badge--tableseating[b-0vdctqo3fz] { background: #2e2a1a; color: var(--se-yellow); }

/* ── Legend ── */
.se-legend-row[b-0vdctqo3fz] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 2px 0;
}

.se-legend-dot[b-0vdctqo3fz] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    flex-shrink: 0;
}

.se-legend-name[b-0vdctqo3fz] {
    font-size: 11px;
    color: var(--se-text-dim);
    flex: 1;
}

.se-legend-price[b-0vdctqo3fz] {
    font-size: 12px;
    font-weight: 700;
    color: var(--se-green);
    line-height: 1.1;
}

/* Two-line right-aligned meta column: bigger green price on top, smaller
   muted secondary line (seat count or class name) below. */
.se-legend-meta[b-0vdctqo3fz] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 1px;
    flex-shrink: 0;
}

.se-legend-count[b-0vdctqo3fz] {
    font-size: 9px;
    color: var(--se-text-dim);
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.se-legend-row--stacked[b-0vdctqo3fz] {
    align-items: flex-start;
    padding: 6px 0;
}

/* ── Capacity Overview ── */
.se-capacity-row[b-0vdctqo3fz] {
    display: flex;
    justify-content: space-between;
    padding: 3px 0;
}

.se-capacity-label[b-0vdctqo3fz] { font-size: 11px; color: var(--se-text-dim); }
.se-capacity-value[b-0vdctqo3fz] { font-size: 11px; font-weight: 600; color: var(--se-text); }

/* ── Mini-Map ── */
.se-minimap[b-0vdctqo3fz] {
    position: absolute;
    bottom: 20px;
    left: 80px;
    width: 180px;
    height: 130px;
    background: rgba(13, 31, 24, 0.85);
    backdrop-filter: blur(8px);
    border: 1px solid var(--se-border);
    border-radius: 8px;
    padding: 8px;
    z-index: 6;
    box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    user-select: none;
}

.se-minimap-canvas[b-0vdctqo3fz] {
    position: relative;
    width: 100%;
    height: calc(100% - 14px);
    overflow: hidden;
    border-radius: 4px;
}

.se-minimap-section[b-0vdctqo3fz] {
    position: absolute;
    border-radius: 2px;
    pointer-events: none;
}

.se-minimap-viewport[b-0vdctqo3fz] {
    position: absolute;
    border: 1.5px solid var(--se-green);
    border-radius: 2px;
    background: rgba(0, 200, 112, 0.08);
    pointer-events: none;
    /* Sized and positioned by JS */
    top: 0;
    left: 0;
    width: 50px;
    height: 40px;
    transition: left 0.05s, top 0.05s;
}

.se-minimap-label[b-0vdctqo3fz] {
    font-size: 7px;
    font-weight: 600;
    color: rgba(90, 154, 122, 0.3);
    letter-spacing: 2px;
    display: block;
    text-align: left;
    margin-top: 2px;
}

/* ── Radial Menu ── */
.se-radial-overlay[b-0vdctqo3fz] {
    position: fixed;
    inset: 0;
    background: rgba(2, 14, 10, 0.5);
    z-index: 100;
}

.se-radial[b-0vdctqo3fz] {
    position: fixed;
    z-index: 101;
    transform: translate(-110px, -110px);
    width: 220px;
    height: 220px;
    animation: se-radial-open-b-0vdctqo3fz 0.2s ease-out;
}

@keyframes se-radial-open-b-0vdctqo3fz {
    from { transform: translate(-110px, -110px) scale(0.5); opacity: 0; }
    to { transform: translate(-110px, -110px) scale(1); opacity: 1; }
}

.se-radial-bg[b-0vdctqo3fz] {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: rgba(13, 31, 24, 0.92);
    border: 1.5px solid rgba(0, 200, 112, 0.25);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.6);
}

.se-radial-center[b-0vdctqo3fz] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: rgba(0, 200, 112, 0.15);
    border: 2px solid var(--se-green);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 2;
    color: var(--se-green);
    font-size: 20px;
}
.se-radial-center:hover[b-0vdctqo3fz] { background: rgba(0, 200, 112, 0.25); }

.se-radial-wedge[b-0vdctqo3fz] {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    width: 70px;
    height: 46px;
    border: none;
    border-radius: 10px;
    background: #162a20;
    color: #4ade80;
    font-size: 16px;
    cursor: pointer;
    z-index: 1;
    transition: all 0.15s;
}
.se-radial-wedge span[b-0vdctqo3fz] { font-size: 9px; font-weight: 600; }
.se-radial-wedge:hover[b-0vdctqo3fz] { background: rgba(0, 200, 112, 0.2); border: 1px solid rgba(0, 200, 112, 0.4); }

.se-radial-wedge--top[b-0vdctqo3fz] { top: 8px; left: 50%; transform: translateX(-50%); }
.se-radial-wedge--right[b-0vdctqo3fz] { right: 8px; top: 50%; transform: translateY(-50%); width: 50px; height: 70px; }
.se-radial-wedge--bottom[b-0vdctqo3fz] { bottom: 8px; left: 50%; transform: translateX(-50%); }
.se-radial-wedge--left[b-0vdctqo3fz] { left: 8px; top: 50%; transform: translateY(-50%); width: 50px; height: 70px; }
.se-radial-wedge--danger[b-0vdctqo3fz] { color: var(--se-danger); background: rgba(248, 113, 113, 0.12); }
.se-radial-wedge--danger:hover[b-0vdctqo3fz] { background: rgba(248, 113, 113, 0.2); border: 1px solid rgba(248, 113, 113, 0.4); }

/* ── Fill Pattern Buttons ── */
.se-fill-btns[b-0vdctqo3fz] {
    display: flex;
    gap: 6px;
}

.se-fill-btn[b-0vdctqo3fz] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    height: 56px;
    border: 1px solid var(--se-border);
    border-radius: 8px;
    background: transparent;
    color: var(--se-text-muted);
    font-size: 18px;
    cursor: pointer;
    transition: all 0.15s;
}
.se-fill-btn span[b-0vdctqo3fz] { font-size: 9px; font-weight: 600; }
.se-fill-btn:hover[b-0vdctqo3fz] { border-color: var(--se-border-light); color: var(--se-text); }
.se-fill-btn--active[b-0vdctqo3fz] {
    background: rgba(0, 200, 112, 0.12);
    border-color: var(--se-green);
    color: var(--se-green);
}

/* ── Stepper Controls ── */
.se-stepper-row[b-0vdctqo3fz] {
    display: flex;
    gap: 12px;
}

.se-stepper-field[b-0vdctqo3fz] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.se-stepper[b-0vdctqo3fz] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 34px;
    background: var(--se-panel-deep);
    border: 1px solid var(--se-border);
    border-radius: 6px;
    padding: 0 4px;
}

.se-stepper button[b-0vdctqo3fz] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border: none;
    border-radius: 4px;
    background: transparent;
    color: var(--se-text-muted);
    font-size: 11px;
    cursor: pointer;
    transition: all 0.1s;
}
.se-stepper button:hover[b-0vdctqo3fz] { background: rgba(0, 200, 112, 0.15); color: var(--se-green); }

.se-stepper span[b-0vdctqo3fz] {
    font-size: 13px;
    font-weight: 600;
    color: var(--se-text);
    min-width: 24px;
    text-align: center;
}

/* ── Slider Row ── */
.se-slider-row[b-0vdctqo3fz] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.se-slider-label[b-0vdctqo3fz] {
    font-size: 9px;
    color: var(--se-text-dark);
    white-space: nowrap;
}

/* ── Apply Button ── */
.se-apply-btn[b-0vdctqo3fz] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 100%;
    height: 38px;
    background: var(--se-blue);
    border: none;
    border-radius: 8px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: opacity 0.15s;
    margin-top: 4px;
}
.se-apply-btn:hover[b-0vdctqo3fz] { opacity: 0.9; }
.se-apply-btn i[b-0vdctqo3fz] { font-size: 13px; }

.se-respace-btn[b-0vdctqo3fz] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 100%;
    height: 36px;
    background: transparent;
    border: 1px solid var(--se-green);
    border-radius: 8px;
    color: var(--se-green);
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.15s;
    margin-top: 4px;
}
.se-respace-btn:hover[b-0vdctqo3fz] { background: rgba(0, 200, 112, 0.1); }
.se-respace-btn i[b-0vdctqo3fz] { font-size: 13px; }

/* ── Rubber-Band Selection ── */
.se-rubber-band[b-0vdctqo3fz] {
    border: 1.5px dashed var(--se-yellow);
    background: rgba(251, 191, 36, 0.08);
    border-radius: 2px;
    pointer-events: none;
    z-index: 50;
}

/* ── Batch Action Bar (floating) ── */
.se-batch-bar[b-0vdctqo3fz] {
    position: absolute;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 0 6px;
    height: 44px;
    background: rgba(13, 31, 24, 0.95);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(251, 191, 36, 0.4);
    border-radius: 10px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
    z-index: 20;
    white-space: nowrap;
}

.se-batch-count[b-0vdctqo3fz] {
    font-size: 11px;
    font-weight: 700;
    color: var(--se-yellow);
    padding: 0 8px;
}

.se-batch-btn[b-0vdctqo3fz] {
    display: flex;
    align-items: center;
    gap: 4px;
    height: 32px;
    padding: 0 10px;
    border: none;
    border-radius: 6px;
    background: transparent;
    color: var(--se-text-muted);
    font-size: 10px;
    cursor: pointer;
    transition: all 0.15s;
}
.se-batch-btn:hover[b-0vdctqo3fz] { background: rgba(0, 200, 112, 0.15); color: var(--se-text); }
.se-batch-btn--price[b-0vdctqo3fz] { background: rgba(251, 191, 36, 0.15); color: var(--se-yellow); }
.se-batch-btn--price:hover[b-0vdctqo3fz] { background: rgba(251, 191, 36, 0.25); }
.se-batch-btn--danger[b-0vdctqo3fz] { color: var(--se-danger); }
.se-batch-btn--danger:hover[b-0vdctqo3fz] { background: rgba(248, 113, 113, 0.15); }
.se-batch-btn--clear[b-0vdctqo3fz] { color: var(--se-text-muted); padding: 0 6px; }
.se-batch-btn--clear:hover[b-0vdctqo3fz] { color: var(--se-text); }

/* ── Batch Panel Controls ── */
.se-batch-header[b-0vdctqo3fz] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.se-batch-badge[b-0vdctqo3fz] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 24px;
    height: 24px;
    padding: 0 8px;
    background: rgba(251, 191, 36, 0.2);
    border-radius: 12px;
    font-size: 11px;
    font-weight: 700;
    color: var(--se-yellow);
}

.se-batch-clear[b-0vdctqo3fz] {
    border: none;
    background: transparent;
    color: var(--se-text-muted);
    font-size: 10px;
    font-weight: 600;
    cursor: pointer;
}
.se-batch-clear:hover[b-0vdctqo3fz] { color: var(--se-text); }

.se-batch-input-row[b-0vdctqo3fz] {
    display: flex;
    gap: 8px;
    align-items: center;
}

.se-batch-apply-btn[b-0vdctqo3fz] {
    height: 40px;
    padding: 0 14px;
    background: var(--se-yellow);
    border: none;
    border-radius: 6px;
    color: #020E0A;
    font-size: 11px;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
}
.se-batch-apply-btn:hover[b-0vdctqo3fz] { opacity: 0.9; }

.se-danger-btn[b-0vdctqo3fz] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 100%;
    height: 36px;
    background: rgba(248, 113, 113, 0.12);
    border: 1px solid rgba(248, 113, 113, 0.3);
    border-radius: 8px;
    color: var(--se-danger);
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.15s;
}
.se-danger-btn:hover[b-0vdctqo3fz] { background: rgba(248, 113, 113, 0.2); }

/* ── Flip Arc Button ── */
.se-flip-btn[b-0vdctqo3fz] {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    height: 34px;
    padding: 0 10px;
    background: var(--se-panel-deep);
    border: 1px solid var(--se-border);
    border-radius: 6px;
    color: var(--se-text);
    font-size: 11px;
    cursor: pointer;
    transition: all 0.15s;
}
.se-flip-btn:hover[b-0vdctqo3fz] { border-color: var(--se-green); }
.se-flip-btn i[b-0vdctqo3fz] { color: var(--se-text-muted); font-size: 13px; }
.se-flip-indicator[b-0vdctqo3fz] {
    margin-left: auto;
    font-size: 10px;
    color: var(--se-green);
    font-weight: 600;
}

/* ── Arc Preview ── */
.se-arc-preview[b-0vdctqo3fz] {
    width: 100%;
    height: 100px;
    background: var(--se-panel-deep);
    border: 1px solid var(--se-border);
    border-radius: 8px;
    overflow: hidden;
}
.se-arc-preview svg[b-0vdctqo3fz] {
    width: 100%;
    height: 100%;
}

/* ── Polygon Sections ── */
.se-section--polygon[b-0vdctqo3fz] {
    border-radius: 0;
    border: none;
    overflow: visible; /* Allow SVG border to extend slightly outside clip */
    background: #0f1a35; /* Ensure fill color shows through clip-path */
}
.se-section--polygon .se-section-body[b-0vdctqo3fz] {
    /* No header in polygon sections, body fills entire section */
    min-height: 100%;
}
.se-section--polygon.se-section--stage[b-0vdctqo3fz] {
    background: linear-gradient(180deg, #2a1a3e, #1a1028);
}
.se-section--polygon.se-section--ga[b-0vdctqo3fz] {
    background: linear-gradient(180deg, #0a1f14, #061210);
}
.se-section--polygon.se-section--table[b-0vdctqo3fz] {
    background: #0f1a28;
}
.se-section--polygon.se-section--selected[b-0vdctqo3fz] {
    /* No CSS border — SVG overlay handles it */
}

.se-section-polygon-border[b-0vdctqo3fz] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 5;
}
.se-section-polygon-border polygon[b-0vdctqo3fz],
.se-section-polygon-border ellipse[b-0vdctqo3fz] {
    fill: none;
    stroke: #1e2d4a;
    stroke-width: 1.5;
    vector-effect: non-scaling-stroke;
}
.se-section-polygon-border--selected polygon[b-0vdctqo3fz],
.se-section-polygon-border--selected ellipse[b-0vdctqo3fz] {
    stroke: var(--se-blue);
    stroke-width: 2.5;
    filter: drop-shadow(0 0 6px rgba(37, 99, 235, 0.4));
}

/* ── Rotation Handle ── */
.se-rotate-handle[b-0vdctqo3fz] {
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%); /* overridden inline when section is rotated */
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 15;
    pointer-events: auto;
    transform-origin: center bottom; /* rotate around the connection point to section */
}

.se-rotate-line[b-0vdctqo3fz] {
    width: 1px;
    height: 16px;
    background: var(--se-green);
}

.se-rotate-dot[b-0vdctqo3fz] {
    order: -1; /* Dot on top, line below */
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--se-panel);
    border: 2px solid var(--se-green);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: grab;
    transition: transform 0.1s, background 0.1s;
}
.se-rotate-dot:hover[b-0vdctqo3fz] {
    background: rgba(0, 200, 112, 0.25);
    transform: scale(1.2);
}
.se-rotate-dot:active[b-0vdctqo3fz] {
    cursor: grabbing;
}
.se-rotate-dot i[b-0vdctqo3fz] {
    font-size: 9px;
    color: var(--se-green);
}

.se-rotate-label[b-0vdctqo3fz] {
    position: absolute;
    top: 0;
    left: calc(100% + 6px);
    font-size: 9px;
    font-weight: 600;
    font-family: monospace;
    color: var(--se-text-muted);
    white-space: nowrap;
    pointer-events: none;
    opacity: 0.7;
}

/* ── Seat/Row Tool Cursor ── */
.se-canvas--tool-seat .se-section-body[b-0vdctqo3fz],
.se-canvas--tool-row .se-section-body[b-0vdctqo3fz] {
    cursor: crosshair !important;
}
.se-canvas--tool-seat .se-section[b-0vdctqo3fz],
.se-canvas--tool-row .se-section[b-0vdctqo3fz] {
    cursor: crosshair !important;
}
.se-canvas--tool-arc .se-section--polygon.se-section--selected[b-0vdctqo3fz] {
    cursor: crosshair !important;
}
.se-canvas--tool-arc .se-section--polygon.se-section--selected .se-section-body[b-0vdctqo3fz] {
    cursor: crosshair !important;
}

/* ── Polygon Vertex Handles ── */
.se-vertex-handle[b-0vdctqo3fz] {
    position: absolute;
    width: 12px;
    height: 12px;
    margin-left: -6px;
    margin-top: -6px;
    border-radius: 50%;
    background: var(--se-green);
    border: 2px solid #ffffff;
    cursor: grab;
    z-index: 10;
    transition: transform 0.1s;
    box-shadow: 0 0 6px rgba(0, 200, 112, 0.5);
}
.se-vertex-handle:hover[b-0vdctqo3fz] {
    transform: scale(1.3);
    background: #00ff88;
}
.se-vertex-handle:active[b-0vdctqo3fz] {
    cursor: grabbing;
}

/* ── Dashed Bounding Box (circle/ellipse selection) ── */
.se-bounding-box[b-0vdctqo3fz] {
    position: absolute;
    inset: -4px;
    border: 1.5px dashed var(--se-blue);
    border-radius: 2px;
    pointer-events: none;
    z-index: 6;
    opacity: 0.7;
}

/* ── Bezier Control Point Handles ── */
.se-control-handle[b-0vdctqo3fz] {
    position: absolute;
    width: 10px;
    height: 10px;
    margin-left: -5px;
    margin-top: -5px;
    border-radius: 50%;
    background: var(--se-blue);
    border: 2px solid #93c5fd;
    cursor: grab;
    z-index: 11;
    transition: transform 0.1s;
    box-shadow: 0 0 4px rgba(37, 99, 235, 0.5);
}
.se-control-handle:hover[b-0vdctqo3fz] {
    transform: scale(1.3);
    background: #60a5fa;
}
.se-control-handle:active[b-0vdctqo3fz] { cursor: grabbing; }

/* ── Polygon Draw Mode ── */
.se-canvas--drawing[b-0vdctqo3fz] {
    cursor: crosshair !important;
}
.se-canvas--drawing *[b-0vdctqo3fz] {
    cursor: crosshair !important;
}

.se-draw-hint[b-0vdctqo3fz] {
    position: absolute;
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: rgba(13, 31, 24, 0.92);
    backdrop-filter: blur(8px);
    border: 1px solid var(--se-green);
    border-radius: 8px;
    color: var(--se-green);
    font-size: 12px;
    font-weight: 500;
    z-index: 30;
    white-space: nowrap;
    pointer-events: none;
}

.se-palette-polygon[b-0vdctqo3fz] { background: rgba(0, 200, 112, 0.15); color: var(--se-green); }
.se-palette-btn--active[b-0vdctqo3fz] { border: 1.5px solid var(--se-green) !important; }

/* ── Seat Edit Mode ── */
.se-body--seat-edit[b-0vdctqo3fz] {
    grid-template-columns: 1fr 320px;
}

.se-seat-edit-canvas[b-0vdctqo3fz] {
    display: flex;
    flex-direction: column;
    overflow: auto;
    background: radial-gradient(ellipse at center, #0A1A14, #020E0A);
    padding: 16px;
    gap: 16px;
}

.se-seat-toolbar[b-0vdctqo3fz] {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 0 8px;
    height: 44px;
    background: rgba(13, 31, 24, 0.95);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(37, 99, 235, 0.4);
    border-radius: 10px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
    flex-shrink: 0;
}

.se-seat-toolbar-btn[b-0vdctqo3fz] {
    display: flex;
    align-items: center;
    gap: 5px;
    height: 32px;
    padding: 0 10px;
    border: none;
    border-radius: 6px;
    background: transparent;
    color: var(--se-text-muted);
    font-size: 11px;
    cursor: pointer;
    transition: all 0.15s;
    white-space: nowrap;
}
.se-seat-toolbar-btn:hover[b-0vdctqo3fz] { background: rgba(37, 99, 235, 0.15); color: var(--se-text); }
.se-seat-toolbar-btn--primary[b-0vdctqo3fz] {
    background: rgba(37, 99, 235, 0.2);
    color: var(--se-blue-light);
    border: 1px solid rgba(37, 99, 235, 0.4);
}
.se-seat-toolbar-btn--primary:hover[b-0vdctqo3fz] { background: rgba(37, 99, 235, 0.3); }
.se-seat-toolbar-btn--disabled[b-0vdctqo3fz] { opacity: 0.4; cursor: not-allowed; }
.se-seat-toolbar-btn--active[b-0vdctqo3fz] {
    background: rgba(0, 200, 112, 0.2);
    color: var(--se-green);
    border: 1px solid rgba(0, 200, 112, 0.5);
}
.se-seat-toolbar-btn--active:hover[b-0vdctqo3fz] { background: rgba(0, 200, 112, 0.3); }
.se-seat-toolbar-btn i[b-0vdctqo3fz] { font-size: 11px; }
.se-seat-toolbar-hint[b-0vdctqo3fz] {
    font-size: 10px;
    color: var(--se-text-dim);
    padding: 0 8px;
    font-style: italic;
}

.se-seat-grid-absolute[b-0vdctqo3fz] {
    position: relative;
    margin: 16px;
}

.se-seat-grid[b-0vdctqo3fz] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 16px;
    flex: 1;
}

.se-seat-row[b-0vdctqo3fz] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.se-seat-row-label[b-0vdctqo3fz] {
    width: 24px;
    font-size: 16px;
    font-weight: 700;
    color: rgba(96, 165, 250, 0.3);
    text-align: center;
    flex-shrink: 0;
    user-select: none;
}

.se-seat-edit[b-0vdctqo3fz] {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--se-blue);
    border: 1px solid #3b82f6;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.1s;
    flex-shrink: 0;
}
.se-seat-edit:hover[b-0vdctqo3fz] {
    border-color: #93c5fd;
    transform: scale(1.05);
}
.se-seat-edit--selected[b-0vdctqo3fz] {
    border: 2.5px solid #ffffff;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.35);
}
.se-seat-edit--disabled[b-0vdctqo3fz] {
    background: #1e2d4a;
    border: 1.5px dashed rgba(248, 113, 113, 0.5);
    opacity: 0.7;
}
.se-seat-edit--disabled .se-seat-edit-label[b-0vdctqo3fz] { color: rgba(248, 113, 113, 0.6); }

.se-seat-edit-label[b-0vdctqo3fz] {
    font-size: 10px;
    font-weight: 600;
    color: var(--se-text);
    user-select: none;
    pointer-events: none;
}

/* ── Seat Edit Mode Header Extras ── */
.se-seat-edit-badge[b-0vdctqo3fz] {
    display: flex;
    align-items: center;
    gap: 4px;
    height: 24px;
    padding: 0 10px;
    background: rgba(37, 99, 235, 0.2);
    border-radius: 12px;
    font-size: 10px;
    font-weight: 600;
    color: var(--se-blue-light);
}

.se-header-esc-hint[b-0vdctqo3fz] {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 10px;
    color: var(--se-text-muted);
}

.se-key-badge[b-0vdctqo3fz] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 18px;
    padding: 0 6px;
    background: var(--se-panel-deep);
    border: 1px solid var(--se-border);
    border-radius: 3px;
    font-size: 9px;
    font-weight: 700;
    color: var(--se-text-muted);
}

/* ── MudBlazor Overrides (dark theme within panel) ── */
[b-0vdctqo3fz] .mud-input {
    color: var(--se-text) !important;
}
[b-0vdctqo3fz] .mud-input-outlined .mud-input-outlined-border {
    border-color: var(--se-border) !important;
}
[b-0vdctqo3fz] .mud-input-outlined:hover .mud-input-outlined-border {
    border-color: var(--se-border-light) !important;
}
[b-0vdctqo3fz] .mud-select .mud-input {
    color: var(--se-text) !important;
}

/* ── Scope-aware mode (event / showtime override editing) ── */
.seating-editor--scoped[b-0vdctqo3fz] {
    grid-template-rows: auto 48px 1fr;
}

.se-scope-banner[b-0vdctqo3fz] {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 14px 24px;
    border-bottom: 2px solid;
    z-index: 11;
}

.se-scope-banner--event[b-0vdctqo3fz] {
    background: #3a280B;
    border-bottom-color: #fbbf24;
}

.se-scope-banner--showtime[b-0vdctqo3fz] {
    background: #062836;
    border-bottom-color: #06b6d4;
}

.se-scope-banner-icon[b-0vdctqo3fz] {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    flex-shrink: 0;
}

.se-scope-banner--event .se-scope-banner-icon[b-0vdctqo3fz] {
    background: rgba(251, 191, 36, 0.2);
    color: #fbbf24;
}

.se-scope-banner--showtime .se-scope-banner-icon[b-0vdctqo3fz] {
    background: rgba(6, 182, 212, 0.2);
    color: #06b6d4;
}

.se-scope-banner-text[b-0vdctqo3fz] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 3px;
    min-width: 0;
}

.se-scope-banner-title[b-0vdctqo3fz] {
    font-size: 14px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.se-scope-banner--event .se-scope-banner-title[b-0vdctqo3fz] {
    color: #fbbf24;
}

.se-scope-banner--event .se-scope-banner-title strong[b-0vdctqo3fz] {
    color: #ffe7a3;
}

.se-scope-banner--showtime .se-scope-banner-title[b-0vdctqo3fz] {
    color: #06b6d4;
}

.se-scope-banner--showtime .se-scope-banner-title strong[b-0vdctqo3fz] {
    color: #cffafe;
}

.se-scope-banner-pill[b-0vdctqo3fz] {
    padding: 1px 8px;
    border-radius: 999px;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: rgba(0, 0, 0, 0.3);
}

.se-scope-banner-sub[b-0vdctqo3fz] {
    font-size: 11px;
    line-height: 1.4;
}

.se-scope-banner--event .se-scope-banner-sub[b-0vdctqo3fz] {
    color: #F0E8D0;
}

.se-scope-banner--showtime .se-scope-banner-sub[b-0vdctqo3fz] {
    color: #cffafe;
}

.se-scope-banner-trail[b-0vdctqo3fz] {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    padding: 6px 12px;
    background: rgba(0, 0, 0, 0.25);
    border-radius: 8px;
}

.se-scope-trail-step[b-0vdctqo3fz] {
    font-size: 10px;
    font-weight: 600;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.se-scope-trail-step--current[b-0vdctqo3fz] {
    padding: 2px 8px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid currentColor;
}

.se-scope-banner--event .se-scope-trail-step--current[b-0vdctqo3fz] {
    color: #fbbf24;
}

.se-scope-banner--showtime .se-scope-trail-step--current[b-0vdctqo3fz] {
    color: #06b6d4;
}

.se-scope-trail-arrow[b-0vdctqo3fz] {
    color: #5A9A7A;
    font-size: 12px;
}

/* Save button adopts scope color in scoped modes */
.se-header-save--event[b-0vdctqo3fz] {
    background: #fbbf24 !important;
    color: #1F1100 !important;
}

.se-header-save--event:hover:not(:disabled)[b-0vdctqo3fz] {
    background: #fcd34d !important;
}

.se-header-save--showtime[b-0vdctqo3fz] {
    background: #06b6d4 !important;
    color: #021824 !important;
}

.se-header-save--showtime:hover:not(:disabled)[b-0vdctqo3fz] {
    background: #22d3ee !important;
}

/* In scoped modes the section palette (layout-changing tools) is hidden — pricing
   tab + seat overrides remain on the right, but layout authoring belongs to the
   master chart only. */
.seating-editor--scoped .se-palette[b-0vdctqo3fz] {
    display: none !important;
}

.seating-editor--scoped .se-batch-bar .se-batch-btn--danger[b-0vdctqo3fz] {
    display: none !important; /* no seat deletion in scoped mode — layout is fixed */
}


/* ── Attribute chip-picker (Seats tab) ── */
.se-attr-chips[b-0vdctqo3fz] {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 4px;
}

.se-attr-chip[b-0vdctqo3fz] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 10px;
    border-radius: 999px;
    background: #071912;
    border: 1px solid #1a3a2a;
    color: #94a3b8;
    font-size: 11px;
    font-family: inherit;
    cursor: pointer;
    transition: background 120ms, border-color 120ms, color 120ms;
}

.se-attr-chip:hover[b-0vdctqo3fz] {
    border-color: #5A9A7A;
    color: #e2e8f0;
}

.se-attr-chip--on[b-0vdctqo3fz] {
    background: #1a1a2e;
    border-color: #8b9cf7;
    color: #8b9cf7;
}

.se-attr-chip-icon[b-0vdctqo3fz] {
    font-size: 12px;
    line-height: 1;
}

.se-attr-chip-label[b-0vdctqo3fz] {
    font-weight: 600;
}

/* Attribute icons rendered inside the seat circle on the canvas. Tiny so they don't dominate. */
.se-seat-attr-icon[b-0vdctqo3fz] {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #020E0A;
    font-size: 9px;
    font-weight: 800;
    pointer-events: none;
}

.se-seat--has-attr-ada[b-0vdctqo3fz] {
    box-shadow: inset 0 0 0 2px #8b9cf7;
}

.se-seat--has-attr-obstructed[b-0vdctqo3fz] {
    box-shadow: inset 0 0 0 2px #fbbf24;
}

.se-seat--has-attr-note[b-0vdctqo3fz] {
    box-shadow: inset 0 0 0 2px #06b6d4;
}
/* /Pages/Admin/Settings/General.razor.rz.scp.css */
.tz-current-time[b-6c30igi304] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 8px;
    background: rgba(0, 200, 112, 0.08);
    border: 1px solid rgba(0, 200, 112, 0.18);
    font-size: 0.875rem;
    color: #B8B9B6;
}

.tz-current-time-label[b-6c30igi304] {
    color: #6B8F7B;
}

.tz-current-time-value[b-6c30igi304] {
    color: #00C870;
    font-weight: 600;
    font-variant-numeric: tabular-nums;
}
/* /Pages/Admin/Settings/Integrations.razor.rz.scp.css */
.descriptor-inline-code[b-rcxhn26hl2] {
    font-family: ui-monospace, "JetBrains Mono", "SF Mono", Consolas, "Liberation Mono", Menlo, monospace;
    font-size: 0.85em;
    color: #00C870;
    background-color: rgba(0, 200, 112, 0.08);
    padding: 1px 6px;
    border-radius: 4px;
    border: 1px solid rgba(0, 200, 112, 0.16);
    white-space: nowrap;
}

.how-it-works[b-rcxhn26hl2] {
    padding: 12px 16px;
    border-radius: 8px;
    background: rgba(0, 200, 112, 0.04);
    border: 1px solid rgba(0, 200, 112, 0.12);
    margin-bottom: 16px;
}

.how-it-works-title[b-rcxhn26hl2] {
    font-weight: 600;
    font-size: 12px;
    color: #00C870;
    margin-bottom: 8px;
}

.how-it-works-steps[b-rcxhn26hl2] {
    margin: 0;
    padding-left: 20px;
    color: #cccccc;
    font-size: 0.75rem;
    line-height: 1.5;
}

.how-it-works-steps li[b-rcxhn26hl2] {
    margin-bottom: 4px;
}

.how-it-works-steps li:last-child[b-rcxhn26hl2] {
    margin-bottom: 0;
}
/* /Pages/Admin/Support/FeedbackDetail.razor.rz.scp.css */
.confirm-card[b-kirxdyop99] {
    background: rgba(16, 185, 129, 0.08);
    border: 1.5px solid #10B981;
    border-radius: 10px;
    padding: 18px;
    margin-top: 16px;
}

.confirm-header[b-kirxdyop99] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}

.confirm-title[b-kirxdyop99] {
    color: #FFFFFF;
    font-weight: 700;
    font-size: 14px;
}

.confirm-body[b-kirxdyop99] {
    color: #CCC;
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 12px;
}

.confirm-actions[b-kirxdyop99] {
    display: flex;
    gap: 10px;
}

.btn-confirm-yes[b-kirxdyop99] {
    background: #10B981;
    color: #020E0A;
    font-weight: 700;
}

.btn-confirm-no[b-kirxdyop99] {
    border-color: rgba(26, 58, 42, 1);
    color: #CCC;
}

.closed-banner[b-kirxdyop99] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 8px;
    background: rgba(107, 114, 128, 0.12);
    border: 1px solid rgba(26, 58, 42, 0.6);
    color: #9CA3AF;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 16px;
}

/* Reply composer row */
.reply-row[b-kirxdyop99] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 12px;
}

.reply-input[b-kirxdyop99] {
    flex: 1;
}

/* Split-button: solid Reply + chevron, fused as one rounded unit (TikLynx green) */
.split-btn[b-kirxdyop99] {
    display: inline-flex;
    align-items: stretch;
    height: 36px;
    border-radius: 4px;
    overflow: hidden;
}

.split-btn-main[b-kirxdyop99] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #10B981;
    color: #020E0A;
    border: none;
    padding: 0 16px;
    font-family: inherit;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
}

.split-btn-main:hover:not(:disabled)[b-kirxdyop99] {
    background: #34D399;
}

.split-btn-divider[b-kirxdyop99] {
    width: 1px;
    background: #0E9F6E;
}

.split-btn-chev[b-kirxdyop99] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    background: #10B981;
    color: #020E0A;
    border: none;
    cursor: pointer;
    padding: 0;
}

.split-btn-chev:hover:not(:disabled)[b-kirxdyop99] {
    background: #34D399;
}

.split-btn-chev--open[b-kirxdyop99] {
    background: #0E9F6E;
}

.split-btn--disabled .split-btn-main[b-kirxdyop99],
.split-btn--disabled .split-btn-chev[b-kirxdyop99] {
    background: #2A3A2F;
    color: #6B8F7B;
    cursor: not-allowed;
}

.split-btn--disabled .split-btn-divider[b-kirxdyop99] {
    background: #1A3A2A;
}

/* Status preview hint shown under the Status dropdown when a status-changing reply
   option is hovered in the menu */
.status-preview-hint[b-kirxdyop99] {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #10B981;
    font-style: italic;
    font-size: 11px;
    font-weight: 500;
    margin-top: -8px;
    margin-bottom: 8px;
}
/* /Pages/Admin/Support/SubmitFeedbackDialog.razor.rz.scp.css */
.dialog-header-row[b-6i3efapgd1] {
    gap: 16px;
}

.dialog-call-row[b-6i3efapgd1] {
    display: flex;
    align-items: center;
    gap: 6px;
}

.dialog-call-icon[b-6i3efapgd1] {
    color: #5A9A7A;
    font-size: 16px;
}

.dialog-call-text[b-6i3efapgd1] {
    color: #5A9A7A;
    font-size: 0.75rem;
}

.dialog-call-link[b-6i3efapgd1] {
    color: #00C870;
    font-weight: 600;
    font-size: 0.75rem;
    text-decoration: none;
    letter-spacing: 0.3px;
}

.dialog-call-link:hover[b-6i3efapgd1] {
    color: #1FE889;
    text-decoration: underline;
}
/* /Pages/Admin/TableAssignment.razor.rz.scp.css */
/* ── Root layout — fills all available space below the MudAppBar ── */
.ta-root[b-rdl7rijz0s] {
    display: flex;
    flex-direction: column;
    /* Pull out of MudContainer padding and fill to bottom of viewport */
    margin: -24px -24px -32px -24px; /* undo pt-6 (24px) and pb-8 (32px) and px-6 */
    height: calc(100vh - 64px); /* 64px = MudAppBar height */
    overflow: hidden;
}

/* ── Canvas ── */
.table-canvas[b-rdl7rijz0s] {
    position: relative;
    overflow: hidden;
    background-color: #020E0A;
    background-image:
        radial-gradient(ellipse at 50% 30%, rgba(0, 200, 112, 0.04) 0%, transparent 50%),
        radial-gradient(circle, rgba(0, 200, 112, 0.12) 1px, transparent 1px);
    background-size: 100% 100%, 20px 20px;
    flex: 1;
    min-height: 0;
}

.table-zoom-wrapper[b-rdl7rijz0s] {
    position: relative;
    transform-origin: 0 0;
    min-width: 800px;
    min-height: 500px;
}

/* ── Table card base ── */
.table-card[b-rdl7rijz0s] {
    position: absolute;
    border: 2px solid rgba(0, 200, 112, 0.15);
    background: linear-gradient(135deg, #0A1F16 0%, #0E2A1E 100%);
    cursor: grab;
    user-select: none;
    display: flex;
    flex-direction: column;
    overflow: visible;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.table-card:hover[b-rdl7rijz0s] {
    border-color: rgba(0, 200, 112, 0.35);
    box-shadow: 0 0 12px rgba(0, 200, 112, 0.08);
}

.table-card.table-selected[b-rdl7rijz0s] {
    border-color: #00C870;
    background: linear-gradient(135deg, #0E2A1E 0%, #143D28 100%);
    box-shadow: 0 0 20px rgba(0, 200, 112, 0.2), 0 0 40px rgba(0, 200, 112, 0.06);
}

.table-card.table-dragging[b-rdl7rijz0s] {
    cursor: grabbing;
    opacity: 0.85;
    z-index: 100;
}

/* ── Shape variants ── */
.table-card.table-shape-rect[b-rdl7rijz0s] {
    border-radius: 12px;
}

.table-card.table-shape-circle[b-rdl7rijz0s] {
    border-radius: 50%;
}

/* ── Compact centered layout ── */
.table-card-compact[b-rdl7rijz0s] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 8px;
    text-align: center;
    gap: 2px;
    overflow: hidden;
    border-radius: inherit;
}

.table-card-name[b-rdl7rijz0s] {
    font-size: 12px;
    font-weight: 700;
    font-family: 'Space Grotesk', sans-serif;
    color: #E8E0C8;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 90%;
    letter-spacing: 0.3px;
}

.table-card-badge[b-rdl7rijz0s] {
    font-size: 10px;
    font-weight: 600;
    font-family: 'Space Grotesk', sans-serif;
    padding: 2px 8px;
    border-radius: 999px;
    color: #020E0A;
    white-space: nowrap;
}

.table-card-guests-compact[b-rdl7rijz0s] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1px;
    margin-top: 2px;
    max-height: 40%;
    overflow: hidden;
}

/* ── Hover tooltip ── */
.table-card-tooltip[b-rdl7rijz0s] {
    position: absolute;
    bottom: calc(100% + 8px);
    left: 50%;
    transform: translateX(-50%);
    min-width: 160px;
    max-width: 220px;
    background: #071912;
    border: 1px solid rgba(0, 200, 112, 0.25);
    border-radius: 8px;
    padding: 8px 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5), 0 0 12px rgba(0, 200, 112, 0.08);
    z-index: 200;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.15s ease;
    white-space: nowrap;
}

.table-card:hover .table-card-tooltip[b-rdl7rijz0s] {
    opacity: 1;
}

.table-card.tooltip-below .table-card-tooltip[b-rdl7rijz0s] {
    bottom: auto;
    top: calc(100% + 8px);
}

.table-card.table-dragging .table-card-tooltip[b-rdl7rijz0s] {
    opacity: 0 !important;
}

.table-tooltip-header[b-rdl7rijz0s] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.table-tooltip-name[b-rdl7rijz0s] {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #E8E0C8;
}

.table-tooltip-divider[b-rdl7rijz0s] {
    height: 1px;
    background: rgba(0, 200, 112, 0.12);
    margin: 5px 0;
}

.table-tooltip-guest[b-rdl7rijz0s] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 1px 0;
}

.table-tooltip-guest-name[b-rdl7rijz0s] {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 11px;
    color: #E8E0C8;
    overflow: hidden;
    text-overflow: ellipsis;
}

.table-tooltip-guest-count[b-rdl7rijz0s] {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 10px;
    font-weight: 600;
    color: #00C870;
    flex-shrink: 0;
}

/* ── Resize hover cursors ── */
.table-card.resize-hover-nwse[b-rdl7rijz0s] { cursor: nwse-resize; }
.table-card.resize-hover-nesw[b-rdl7rijz0s] { cursor: nesw-resize; }
.table-card.resize-hover-ew[b-rdl7rijz0s]   { cursor: ew-resize; }
.table-card.resize-hover-ns[b-rdl7rijz0s]   { cursor: ns-resize; }

/* ── Toolbar ── */
.ta-toolbar[b-rdl7rijz0s] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 16px;
    border-bottom: 1px solid rgba(0, 200, 112, 0.12);
    background: linear-gradient(180deg, #0A1F16 0%, #071912 100%);
}

.ta-toolbar-title[b-rdl7rijz0s] {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: 1.1rem;
    color: #E8E0C8;
    letter-spacing: -0.3px;
}

/* ── Right panel ── */
.ta-panel[b-rdl7rijz0s] {
    width: 340px;
    min-width: 340px;
    max-width: 340px;
    border-left: 1px solid rgba(0, 200, 112, 0.12);
    background: linear-gradient(180deg, #071912 0%, #040F0A 100%);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    min-height: 0;
}

.ta-panel-section[b-rdl7rijz0s] {
    padding: 14px 16px;
    border-bottom: 1px solid rgba(0, 200, 112, 0.08);
    flex-shrink: 0;
}

.ta-section-label[b-rdl7rijz0s] {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 10px;
    font-weight: 700;
    color: #5A9A7A;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.ta-section-hint[b-rdl7rijz0s] {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 13px;
    color: #2A4A3A;
}

/* ── Unassigned order rows (compact single-line) ── */
.ta-order-row[b-rdl7rijz0s] {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 1px 4px;
    cursor: pointer;
    border-bottom: 1px solid rgba(0, 200, 112, 0.04);
    transition: background 0.12s ease;
}

.ta-order-row:hover[b-rdl7rijz0s] {
    background: rgba(0, 200, 112, 0.04);
}

.ta-order-row.checked[b-rdl7rijz0s] {
    background: rgba(0, 200, 112, 0.06);
}

.ta-order-row[b-rdl7rijz0s]  .mud-checkbox {
    margin: 0 !important;
    padding: 0 !important;
}

.ta-order-row[b-rdl7rijz0s]  .mud-checkbox .mud-icon-root {
    font-size: 18px !important;
}

.ta-order-row[b-rdl7rijz0s]  .mud-checkbox .mud-button-root {
    padding: 2px !important;
    width: 22px !important;
    height: 22px !important;
}

.ta-order-name[b-rdl7rijz0s] {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 500;
    font-size: 11px;
    color: #E8E0C8;
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ta-order-qty[b-rdl7rijz0s] {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 10px;
    font-weight: 600;
    color: #00C870;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid rgba(0, 200, 112, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* ── Table type dropdown ── */
.ta-table-type-header[b-rdl7rijz0s] {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 10px;
    font-weight: 700;
    color: #5A9A7A;
    letter-spacing: 2px;
    padding: 12px 16px 8px;
}

.ta-table-type-row[b-rdl7rijz0s] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 4px 0;
}

.ta-table-type-icon[b-rdl7rijz0s] {
    width: 40px;
    height: 40px;
    border: 2px solid rgba(0, 200, 112, 0.25);
    flex-shrink: 0;
    background: rgba(0, 200, 112, 0.04);
}

.ta-table-type-icon.ta-type-square[b-rdl7rijz0s] {
    border-radius: 6px;
}

.ta-table-type-icon.ta-type-rect[b-rdl7rijz0s] {
    width: 36px;
    height: 44px;
    border-radius: 6px;
}

.ta-table-type-icon.ta-type-long[b-rdl7rijz0s] {
    width: 32px;
    height: 52px;
    border-radius: 6px;
}

.ta-table-type-icon.ta-type-round[b-rdl7rijz0s] {
    border-radius: 50%;
    width: 36px;
    height: 36px;
}

.ta-table-type-name[b-rdl7rijz0s] {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #E8E0C8;
}

.ta-table-type-desc[b-rdl7rijz0s] {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 11px;
    color: #5A9A7A;
}

/* ── Floating Lynx AI FAB ── */

/* ── Empty state ── */
.ta-empty-state[b-rdl7rijz0s] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    pointer-events: none;
}

.ta-empty-state-text[b-rdl7rijz0s] {
    font-family: 'Space Grotesk', sans-serif;
    color: #2A4A3A;
    font-size: 14px;
    margin-top: 12px;
}

/* ── Seat button ── */
.ta-seat-btn[b-rdl7rijz0s] {
    border-radius: 999px;
    margin-top: 10px;
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 600;
    letter-spacing: 0.3px;
}

/* ── Guest list in panel ── */
.ta-guest-name[b-rdl7rijz0s] {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 13px;
    color: #E8E0C8;
}

.ta-guest-count[b-rdl7rijz0s] {
    font-size: 11px;
    color: #5A9A7A;
}

/* ── Stats bar ── */
.ta-stats-bar[b-rdl7rijz0s] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 5px 16px;
    background: #040F0A;
    border-bottom: 1px solid rgba(0, 200, 112, 0.08);
    font-family: 'Space Grotesk', sans-serif;
    font-size: 11px;
    color: #5A9A7A;
    white-space: nowrap;
    overflow: hidden;
    min-height: 28px;
}

.ta-stats-event[b-rdl7rijz0s] {
    font-weight: 700;
    color: #E8E0C8;
    font-style: italic;
}

.ta-stats-date[b-rdl7rijz0s] {
    color: #5A9A7A;
}

.ta-stats-sep[b-rdl7rijz0s] {
    color: #2A4A3A;
}

.ta-stats-metric[b-rdl7rijz0s] {
    color: #5A9A7A;
}

/* ── Table type picker (absolute dropdown) ── */
.ta-table-picker[b-rdl7rijz0s] {
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: 4px;
    z-index: 1500;
    background: #071912;
    border: 1px solid rgba(0, 200, 112, 0.15);
    border-radius: 10px;
    min-width: 260px;
    padding-bottom: 4px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
}

/* ── Zoom indicator ── */
.ta-zoom-badge[b-rdl7rijz0s] {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 11px;
    font-weight: 600;
    color: #5A9A7A;
    background: rgba(0, 200, 112, 0.06);
    padding: 4px 10px;
    border-radius: 999px;
    border: 1px solid rgba(0, 200, 112, 0.1);
}

/* ── AI Layout: Table Inventory ── */
.ta-inv-add-btn[b-rdl7rijz0s] {
    display: flex; align-items: center; gap: 5px;
    padding: 5px 10px; border-radius: 6px;
    border: 1px solid #ff9800; background: transparent;
    color: #ff9800; font-size: 11px; font-weight: 600;
    cursor: pointer; font-family: 'Space Grotesk', sans-serif;
}
.ta-inv-add-btn:hover[b-rdl7rijz0s] { background: rgba(255, 152, 0, 0.08); }

.ta-inv-dropdown[b-rdl7rijz0s] {
    position: absolute; right: 0; top: 100%; margin-top: 4px;
    min-width: 280px; z-index: 100;
    background: #0D2A1F; border: 1px solid #ff9800;
    border-radius: 8px; padding: 6px 0;
    box-shadow: 0 8px 24px rgba(0,0,0,0.4);
}
.ta-inv-dropdown-item[b-rdl7rijz0s] {
    display: flex; align-items: center; gap: 12px;
    padding: 10px 14px; cursor: pointer;
    transition: background 0.12s;
}
.ta-inv-dropdown-item:hover[b-rdl7rijz0s] { background: rgba(255, 152, 0, 0.08); }

.ta-inv-shape-mini[b-rdl7rijz0s] {
    width: 28px; height: 28px; flex-shrink: 0;
    background: #1A3D2E; border: 1.5px solid #5A9A7A;
}

.ta-inv-item[b-rdl7rijz0s] {
    display: flex; align-items: center; gap: 12px;
    padding: 10px 12px; border-radius: 8px;
    background: #0D2A1F; border: 1px solid #1A3D2E;
}
.ta-inv-item.ta-inv-custom[b-rdl7rijz0s] {
    flex-direction: column; gap: 10px;
    border-color: #ff9800;
}

.ta-inv-shape[b-rdl7rijz0s] {
    width: 40px; height: 40px; flex-shrink: 0;
    background: #1A3D2E; border: 1.5px solid #ff9800;
}

.ta-inv-stepper[b-rdl7rijz0s] {
    display: flex; align-items: center;
    border: 1px solid #1A3D2E; border-radius: 6px;
    overflow: hidden;
}
.ta-inv-stepper button[b-rdl7rijz0s] {
    width: 26px; height: 26px; border: none;
    background: #071912; color: #5A9A7A;
    font-size: 13px; font-weight: 700; cursor: pointer;
    display: flex; align-items: center; justify-content: center;
}
.ta-inv-stepper button.plus[b-rdl7rijz0s] { color: #ff9800; }
.ta-inv-stepper button:hover[b-rdl7rijz0s] { background: #1A3D2E; }
.ta-inv-stepper span[b-rdl7rijz0s] {
    width: 32px; height: 26px;
    display: flex; align-items: center; justify-content: center;
    background: #0D2A1F; color: #E8E0C8;
    font-size: 12px; font-weight: 600;
}

.ta-inv-custom-badge[b-rdl7rijz0s] {
    font-size: 9px; font-weight: 700; color: #020E0A;
    background: #ff9800; padding: 3px 8px; border-radius: 4px;
    display: flex; align-items: center; gap: 4px;
}

/* ── Expandable order rows ── */
.ta-order-expandable[b-rdl7rijz0s] {
    border-bottom: 1px solid rgba(0, 200, 112, 0.04);
}

.ta-order-expandable.expanded[b-rdl7rijz0s] {
    background: rgba(0, 200, 112, 0.03);
    border-radius: 6px;
    margin-bottom: 2px;
}

.ta-order-expandable.expanded .ta-order-row[b-rdl7rijz0s] {
    border-bottom: none;
}

.ta-order-details[b-rdl7rijz0s] {
    padding: 4px 8px 8px 30px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.ta-detail-section[b-rdl7rijz0s] {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.ta-detail-section + .ta-detail-section[b-rdl7rijz0s] {
    padding-top: 6px;
    border-top: 1px solid rgba(0, 200, 112, 0.08);
}

.ta-detail-label[b-rdl7rijz0s] {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1.5px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.ta-detail-label[b-rdl7rijz0s]  .mud-icon-root {
    font-size: 14px !important;
}

.ta-detail-notes[b-rdl7rijz0s] { color: #f59e0b; }
.ta-detail-addons[b-rdl7rijz0s] { color: #8b5cf6; }
.ta-detail-questions[b-rdl7rijz0s] { color: #3b82f6; }
.ta-detail-ticket[b-rdl7rijz0s] { color: #14b8a6; }

.ta-detail-text[b-rdl7rijz0s] {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 11px;
    color: #9CC5AD;
    line-height: 1.4;
}

.ta-detail-addon-row[b-rdl7rijz0s] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ta-detail-addon-qty[b-rdl7rijz0s] {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 10px;
    color: #5A9A7A;
    flex-shrink: 0;
}

.ta-detail-qa[b-rdl7rijz0s] {
    display: flex;
    flex-direction: column;
    gap: 1px;
}

.ta-detail-question[b-rdl7rijz0s] {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 10px;
    color: #5A9A7A;
}
/* /Pages/Admin/TicketOrders.razor.rz.scp.css */
[b-uk29mjytjl] .orders-tabs .mud-tabs-toolbar {
    background: transparent;
    border-bottom: 1px solid rgba(0, 200, 112, 0.12);
}

[b-uk29mjytjl] .orders-tabs .mud-tab {
    font-size: 0.8rem;
    text-transform: none;
    letter-spacing: 0;
    min-width: auto;
    padding: 8px 16px;
    color: #B8B9B6;
    font-weight: 400;
    border: 1px solid rgba(0, 200, 112, 0.12);
    border-radius: 6px;
    margin-right: 6px;
    background: transparent;
}

[b-uk29mjytjl] .orders-tabs .mud-tab:hover {
    color: #FFFFFF;
    background: #0A1F16;
}

[b-uk29mjytjl] .orders-tabs .mud-tab.orders-tab-active,
[b-uk29mjytjl] .orders-tabs .mud-tab.mud-tab-active {
    background: #00C870;
    color: #020E0A;
    font-weight: 600;
    border-color: #00C870;
}

[b-uk29mjytjl] .orders-tabs .mud-tabs-toolbar-content {
    gap: 4px;
}

[b-uk29mjytjl] .orders-tabs .mud-tab-slider {
    display: none;
}

.comp-strike[b-uk29mjytjl] {
    text-decoration: line-through;
    text-decoration-color: #B2B2FF;
    text-decoration-thickness: 2px;
    color: #6E6E80 !important;
}

[b-uk29mjytjl] .comp-strike {
    text-decoration: line-through;
    text-decoration-color: #B2B2FF;
    text-decoration-thickness: 2px;
    color: #6E6E80 !important;
}

.comp-payment-card[b-uk29mjytjl] {
    background: linear-gradient(135deg, rgba(178, 178, 255, 0.06), rgba(178, 178, 255, 0.02));
    border-color: rgba(178, 178, 255, 0.35) !important;
}

.comp-stamp[b-uk29mjytjl] {
    position: absolute;
    top: 14px;
    right: -38px;
    transform: rotate(18deg);
    border: 3px solid #B2B2FF;
    color: #B2B2FF;
    font-weight: 900;
    font-size: 1.4rem;
    letter-spacing: 0.18em;
    padding: 6px 44px;
    border-radius: 6px;
    background: rgba(178, 178, 255, 0.06);
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 0 0 1px rgba(178, 178, 255, 0.25);
    pointer-events: none;
    user-select: none;
    opacity: 0.92;
    z-index: 2;
}

/* /Pages/Admin/Venues/Details.razor.rz.scp.css */
.vd-crumb-row[b-4m20gpfjj9] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.vd-grid[b-4m20gpfjj9] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 18px;
    align-items: start;
}

.vd-main[b-4m20gpfjj9] {
    display: flex;
    flex-direction: column;
    gap: 18px;
    min-width: 0;
}

.vd-aside[b-4m20gpfjj9] {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.vd-card[b-4m20gpfjj9] {
    background: #0D1F18;
    border: 1px solid #1a3a2a;
    border-radius: 12px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.vd-card-title[b-4m20gpfjj9] {
    font-size: 18px;
    font-weight: 700;
    color: #E8E0C8;
    margin: 0;
}

.vd-card-subtitle[b-4m20gpfjj9] {
    font-size: 12px;
    color: #94a3b8;
    margin: 0;
}

.vd-card-divider[b-4m20gpfjj9] {
    height: 1px;
    background: #1a3a2a;
}

.vd-card-header-row[b-4m20gpfjj9] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.vd-card-meta[b-4m20gpfjj9] {
    font-size: 12px;
    color: #5A9A7A;
}

.vd-section-label[b-4m20gpfjj9] {
    font-size: 9px;
    font-weight: 700;
    color: #5A9A7A;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* ── Hero ── */
.vd-hero[b-4m20gpfjj9] {
    flex-direction: row;
    gap: 24px;
    align-items: stretch;
}

.vd-hero-photo[b-4m20gpfjj9] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 240px;
    flex-shrink: 0;
}

.vd-hero-photo img[b-4m20gpfjj9] {
    width: 100%;
    height: 160px;
    object-fit: cover;
    border-radius: 10px;
    border: 1px solid #1a3a2a;
}

.vd-hero-photo-empty[b-4m20gpfjj9] {
    width: 100%;
    height: 160px;
    border-radius: 10px;
    border: 1px dashed #1a3a2a;
    background: #1a1a2e;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    color: #5A9A7A;
    font-size: 11px;
}

.vd-hero-body[b-4m20gpfjj9] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1;
    min-width: 0;
}

.vd-hero-title[b-4m20gpfjj9] {
    font-size: 34px;
    font-weight: 700;
    color: #E8E0C8;
    margin: 0;
}

.vd-hero-summary[b-4m20gpfjj9] {
    font-size: 14px;
    font-style: italic;
    color: #5A9A7A;
    margin: 0;
}

.vd-hero-divider[b-4m20gpfjj9] {
    height: 1px;
    background: #1a3a2a;
}

.vd-hero-desc[b-4m20gpfjj9] {
    font-size: 13px;
    color: #94a3b8;
    line-height: 1.55;
}

.vd-chip-row[b-4m20gpfjj9] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 4px;
}

.vd-chip[b-4m20gpfjj9] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #0a1f1a;
    border: 1px solid #1a3a2a;
    border-radius: 999px;
    padding: 4px 10px;
    font-size: 11px;
    color: #94a3b8;
}

.vd-chip-icon[b-4m20gpfjj9] {
    color: #5A9A7A;
}

/* ── Venue Information grid ── */
.vd-info-row[b-4m20gpfjj9] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.vd-info-cell[b-4m20gpfjj9] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    color: #E8E0C8;
    font-size: 13px;
}

.vd-info-strong[b-4m20gpfjj9] {
    font-weight: 600;
}

.vd-info-hint[b-4m20gpfjj9] {
    font-size: 10px;
    color: #5A9A7A;
}

.vd-info-muted[b-4m20gpfjj9] {
    color: #94a3b8;
    font-style: italic;
}

/* ── Pills (status + admission) ── */
.vd-pill[b-4m20gpfjj9] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 3px 10px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    border: 1px solid;
}

.vd-pill-dot[b-4m20gpfjj9] {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: currentColor;
}

.vd-pill-amber[b-4m20gpfjj9] {
    color: #fbbf24;
    background: #1a1a08;
    border-color: #fbbf24;
}

.vd-pill-green[b-4m20gpfjj9] {
    color: #00C870;
    background: #0a1f1a;
    border-color: #00C870;
}

.vd-pill-red[b-4m20gpfjj9] {
    color: #ef4444;
    background: #1a0a0a;
    border-color: #ef4444;
}

.vd-pill-orange[b-4m20gpfjj9] {
    color: #f97316;
    background: #1a0e08;
    border-color: #f97316;
}

.vd-pill-blue[b-4m20gpfjj9] {
    color: #06b6d4;
    background: #08161a;
    border-color: #06b6d4;
}

.vd-pill-gray[b-4m20gpfjj9] {
    color: #94a3b8;
    background: #0a1014;
    border-color: #1a3a2a;
}

/* ── Pricing matrix ── */
.vd-btn-outline[b-4m20gpfjj9] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #0D2C20;
    border: 1px solid #1a3a2a;
    border-radius: 6px;
    padding: 5px 12px;
    color: #5A9A7A;
    font-size: 11px;
    font-weight: 600;
    cursor: pointer;
}

.vd-btn-outline:hover[b-4m20gpfjj9] {
    background: #134d36;
    border-color: #00C870;
    color: #00C870;
}

.vd-matrix[b-4m20gpfjj9] {
    background: #020E0A;
    border: 1px solid #1a3a2a;
    border-radius: 8px;
    overflow: hidden;
}

.vd-matrix-table[b-4m20gpfjj9] {
    width: 100%;
    border-collapse: collapse;
    color: #E8E0C8;
    font-size: 12px;
}

.vd-matrix-table thead[b-4m20gpfjj9] {
    background: #0A1A14;
    border-bottom: 1px solid #1a3a2a;
}

.vd-matrix-table th[b-4m20gpfjj9] {
    text-align: center;
    font-size: 9px;
    font-weight: 700;
    color: #5A9A7A;
    letter-spacing: 1px;
    padding: 10px 12px;
    text-transform: uppercase;
}

.vd-matrix-class-col[b-4m20gpfjj9] {
    text-align: left !important;
    padding-left: 16px !important;
    width: 200px;
}

.vd-matrix-table td[b-4m20gpfjj9] {
    padding: 10px 12px;
    text-align: center;
}

.vd-matrix-class-cell[b-4m20gpfjj9] {
    text-align: left !important;
    padding-left: 16px !important;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
}

.vd-matrix-dot[b-4m20gpfjj9] {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 4px;
}

.vd-empty-hint[b-4m20gpfjj9] {
    font-size: 12px;
    color: #94a3b8;
    padding: 8px 0;
}

.vd-single-price[b-4m20gpfjj9] {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    background: #020E0A;
    border: 1px solid #1a3a2a;
    border-radius: 8px;
    padding: 16px 20px;
    gap: 12px;
}

.vd-single-price-label[b-4m20gpfjj9] {
    font-size: 12px;
    font-weight: 700;
    color: #5A9A7A;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.vd-single-price-value[b-4m20gpfjj9] {
    font-size: 28px;
    font-weight: 800;
    color: #00C870;
}

/* ── Events table ── */
.vd-events-table[b-4m20gpfjj9] {
    background: #020E0A;
    border: 1px solid #1a3a2a;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.vd-events-thead[b-4m20gpfjj9], .vd-events-row[b-4m20gpfjj9] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 140px 160px 120px;
    align-items: center;
    padding: 0 16px;
}

.vd-events-thead[b-4m20gpfjj9] {
    background: #0A1A14;
    height: 36px;
    border-bottom: 1px solid #1a3a2a;
}

.vd-events-th[b-4m20gpfjj9] {
    font-size: 9px;
    font-weight: 700;
    color: #5A9A7A;
    letter-spacing: 1px;
}

.vd-events-row[b-4m20gpfjj9] {
    height: 48px;
    border-bottom: 1px solid #1a3a2a;
    cursor: pointer;
    transition: background 0.12s;
}

.vd-events-row:last-child[b-4m20gpfjj9] {
    border-bottom: none;
}

.vd-events-row:hover[b-4m20gpfjj9] {
    background: #0A1A14;
}

.vd-events-cell[b-4m20gpfjj9] {
    color: #E8E0C8;
    font-size: 13px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.vd-events-cell.vd-events-date[b-4m20gpfjj9],
.vd-events-cell.vd-events-tix[b-4m20gpfjj9] {
    color: #94a3b8;
    font-size: 12px;
    font-weight: 400;
}

/* ── Quick Info (sidebar) ── */
.vd-stat-row[b-4m20gpfjj9] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.vd-stat-text[b-4m20gpfjj9] {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

.vd-stat-hint[b-4m20gpfjj9] {
    font-size: 11px;
    color: #94a3b8;
}

.vd-stat-value[b-4m20gpfjj9] {
    font-size: 30px;
    font-weight: 800;
    color: #94a3b8;
    flex-shrink: 0;
}

.vd-stat-value-green[b-4m20gpfjj9] {
    color: #00C870;
}

.vd-stat-value-amber[b-4m20gpfjj9] {
    color: #fbbf24;
}

.vd-stat-value-green-sm[b-4m20gpfjj9] {
    color: #4ade80;
    font-size: 24px;
}

/* ── Contact ── */
.vd-contact-row[b-4m20gpfjj9] {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #E8E0C8;
    font-size: 13px;
}

.vd-contact-row-top[b-4m20gpfjj9] {
    align-items: flex-start;
}

.vd-contact-icon[b-4m20gpfjj9] {
    color: #5A9A7A;
    width: 18px;
    text-align: center;
}

.vd-contact-email[b-4m20gpfjj9] {
    font-size: 12px;
    word-break: break-all;
}

.vd-contact-addr[b-4m20gpfjj9] {
    display: flex;
    flex-direction: column;
    gap: 2px;
    font-size: 12px;
}

/* ── Quick Actions ── */
.vd-qa-btn[b-4m20gpfjj9] {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #0a1f1a;
    border: 1px solid #1a3a2a;
    border-radius: 6px;
    padding: 8px 12px;
    color: #E8E0C8;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    text-align: left;
}

.vd-qa-btn:hover[b-4m20gpfjj9] {
    background: #134d36;
    border-color: #00C870;
}

.vd-qa-icon[b-4m20gpfjj9] {
    color: #5A9A7A;
    font-size: 13px;
    width: 18px;
    text-align: center;
}

.vd-qa-icon-green[b-4m20gpfjj9] {
    color: #00C870;
    font-weight: 700;
    font-size: 14px;
}

.vd-qa-icon-amber[b-4m20gpfjj9] {
    color: #fbbf24;
    font-weight: 700;
    font-size: 14px;
}

@media (max-width: 1100px) {
    .vd-grid[b-4m20gpfjj9] {
        grid-template-columns: 1fr;
    }
    .vd-info-row[b-4m20gpfjj9] {
        grid-template-columns: 1fr;
    }
    .vd-hero[b-4m20gpfjj9] {
        flex-direction: column;
    }
    .vd-hero-photo[b-4m20gpfjj9] {
        width: 100%;
    }
    .vd-events-thead[b-4m20gpfjj9], .vd-events-row[b-4m20gpfjj9] {
        grid-template-columns: minmax(0, 1fr) 100px;
    }
    .vd-events-th.vd-events-date[b-4m20gpfjj9],
    .vd-events-th.vd-events-tix[b-4m20gpfjj9],
    .vd-events-cell.vd-events-date[b-4m20gpfjj9],
    .vd-events-cell.vd-events-tix[b-4m20gpfjj9] {
        display: none;
    }
}
/* /Pages/Admin/Venues/Pricing.razor.rz.scp.css */
.vp-shell[b-i4oc3x0ynw] {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.vp-header[b-i4oc3x0ynw] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding-bottom: 8px;
    border-bottom: 1px solid #1a3a2a;
}

.vp-header-left[b-i4oc3x0ynw] {
    display: flex;
    align-items: center;
    gap: 14px;
}

.vp-breadcrumb[b-i4oc3x0ynw] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
}

.vp-bc-link[b-i4oc3x0ynw] {
    color: #5A9A7A;
}

.vp-bc-sep[b-i4oc3x0ynw] {
    color: #5A9A7A;
}

.vp-bc-current[b-i4oc3x0ynw] {
    color: #E8E0C8;
    font-weight: 700;
}
/* /Pages/Admin/WhatsNew.razor.rz.scp.css */
.whats-new-title[b-0670conel5] {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    color: #FFFFFF;
}

.whats-new-subtitle[b-0670conel5] {
    color: #B8B9B6;
}

.whats-new-empty[b-0670conel5] {
    background-color: #0A1F16;
    border: 1px solid rgba(0, 200, 112, 0.12);
    border-radius: 16px;
    text-align: center;
}

.whats-new-empty-icon[b-0670conel5] {
    color: rgba(0, 200, 112, 0.5);
    margin-bottom: 16px;
}

.whats-new-empty-title[b-0670conel5] {
    color: #FFFFFF;
    font-family: 'Space Grotesk', sans-serif;
    margin-bottom: 8px;
}

.whats-new-empty-body[b-0670conel5] {
    color: #B8B9B6;
    max-width: 480px;
    margin: 0 auto;
}
/* /Pages/Admin/WillCallPickupList.razor.rz.scp.css */
.wc-page[b-q3ka7udpk3] {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.wc-header[b-q3ka7udpk3] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wc-header-left[b-q3ka7udpk3] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.wc-breadcrumb[b-q3ka7udpk3] {
    color: #5A9A7A;
    letter-spacing: 1px;
    font-weight: 600;
}

.wc-stat[b-q3ka7udpk3] {
    background: #071912;
    border: 1px solid #1a3a2a;
    border-radius: 10px;
    padding: 14px 16px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.wc-stat-warn[b-q3ka7udpk3] {
    border-color: #FF8400;
}

.wc-stat-label[b-q3ka7udpk3] {
    color: #5A9A7A;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
}

.wc-filter[b-q3ka7udpk3] {
    background: #0A1F16;
    border: 1px solid #1a3a2a;
    border-radius: 10px;
    padding: 12px 16px;
}

.wc-filter-row[b-q3ka7udpk3] {
    display: flex;
    align-items: end;
    gap: 14px;
    flex-wrap: wrap;
}

.wc-table[b-q3ka7udpk3] {
    background: #071912;
    border: 1px solid #1a3a2a;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
}

.wc-thead[b-q3ka7udpk3] {
    display: grid;
    grid-template-columns: 1fr 90px 130px 130px 140px 140px;
    padding: 10px 24px;
    border-bottom: 1px solid #1a3a2a;
    background: #020E0A;
}

.wc-th[b-q3ka7udpk3] {
    color: #5A9A7A;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
}

.wc-group[b-q3ka7udpk3] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 24px;
    background: #062B1F;
    border-bottom: 1px solid #1a3a2a;
}

.wc-group-title[b-q3ka7udpk3] {
    color: #00C870;
    font-size: 12px;
    font-weight: 700;
}

.wc-group-pill[b-q3ka7udpk3] {
    margin-left: auto;
    background: #020E0A;
    border: 1px solid #00C870;
    border-radius: 999px;
    padding: 2px 10px;
    color: #00C870;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
}

.wc-row[b-q3ka7udpk3] {
    display: grid;
    grid-template-columns: 1fr 90px 130px 130px 140px 140px;
    align-items: center;
    padding: 14px 24px;
    border-bottom: 1px solid #1a3a2a;
}

.wc-row-warn[b-q3ka7udpk3] {
    background: rgba(255, 132, 0, 0.04);
}

.wc-td-cust[b-q3ka7udpk3] {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.wc-name[b-q3ka7udpk3] {
    color: #E8E0C8;
    font-size: 14px;
    font-weight: 600;
}

.wc-meta[b-q3ka7udpk3] {
    color: #94a3b8;
    font-size: 11px;
}

.wc-bal[b-q3ka7udpk3] {
    color: #FF8400;
    font-size: 14px;
    font-weight: 700;
}

.wc-td-seats[b-q3ka7udpk3],
.wc-td-held[b-q3ka7udpk3],
.wc-td-op[b-q3ka7udpk3] {
    color: #B8B9B6;
    font-size: 12px;
}

.wc-td-action[b-q3ka7udpk3] {
    display: flex;
    justify-content: flex-end;
}

.wc-empty[b-q3ka7udpk3] {
    padding: 60px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}
/* /Pages/Embed/EmbedCheckout.razor.rz.scp.css */
/* ── Compact embed shell ─────────────────────────────────────────────── */
.embed-shell[b-ams8on13tz] {
    max-width: 900px;
    margin: 0 auto;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.embed-card[b-ams8on13tz] {
    background: #020E0A;
    border-radius: 12px;
    padding: 18px 24px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    color: #E8E0C8;
    font-family: 'Inter', sans-serif;
}

/* Boundary states */
.embed-state[b-ams8on13tz] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 300px;
    text-align: center;
    padding: 32px;
    gap: 12px;
}

.embed-state-title[b-ams8on13tz] {
    color: #E8E0C8;
    font-size: 1.05rem;
    font-weight: 600;
}

.embed-state-sub[b-ams8on13tz] {
    color: #5A9A7A;
    font-size: 0.9rem;
    opacity: 0.85;
}

/* ── Meta strip ──────────────────────────────────────────────────────── */
.embed-meta[b-ams8on13tz] {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px;
    border-radius: 10px;
    background: #071912;
    border: 1px solid #1A3D2E;
}

.embed-meta-thumb[b-ams8on13tz] {
    width: 72px;
    height: 72px;
    border-radius: 8px;
    background: #1A3D2E;
    background-size: cover;
    background-position: center;
    flex-shrink: 0;
}

.embed-meta-text[b-ams8on13tz] {
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 0;
    flex: 1;
}

.embed-meta-title[b-ams8on13tz] {
    margin: 0;
    color: #E8E0C8;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.embed-meta-row[b-ams8on13tz] {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.embed-meta-pill[b-ams8on13tz] {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #B8B9B6;
    font-size: 12px;
    line-height: 1;
}

.embed-meta-pill--date[b-ams8on13tz] {
    color: #00C870;
}

[b-ams8on13tz] .embed-meta-pill .mud-icon-root {
    font-size: 14px !important;
    color: inherit;
    opacity: 0.85;
}

/* Hold-timer chip */
.embed-hold-chip[b-ams8on13tz] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;
    border-radius: 999px;
    background: #1A3D2E;
    border: 1px solid #00C870;
    color: #E8E0C8;
    font-size: 12px;
    font-weight: 700;
    flex-shrink: 0;
    white-space: nowrap;
}

[b-ams8on13tz] .embed-hold-chip .mud-icon-root {
    font-size: 14px !important;
    color: #00C870;
}

.embed-hold-label[b-ams8on13tz] {
    color: #B8B9B6;
    font-weight: 500;
}

.embed-hold-digits[b-ams8on13tz] {
    color: #E8E0C8;
    font-family: 'Space Grotesk', 'Inter', sans-serif;
    font-variant-numeric: tabular-nums;
}

.embed-hold-chip.is-warning[b-ams8on13tz] {
    background: rgba(250, 204, 21, 0.12);
    border-color: #facc15;
}

.embed-hold-chip.is-warning .embed-hold-digits[b-ams8on13tz] {
    color: #facc15;
}

[b-ams8on13tz] .embed-hold-chip.is-warning .mud-icon-root {
    color: #facc15;
}

.embed-hold-chip.is-expired[b-ams8on13tz] {
    background: rgba(248, 113, 113, 0.12);
    border-color: #f87171;
    color: #f87171;
}

[b-ams8on13tz] .embed-hold-chip.is-expired .mud-icon-root {
    color: #f87171;
}

/* ── Compact stepper ─────────────────────────────────────────────────── */
.embed-stepper[b-ams8on13tz] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 2px 4px;
}

.embed-step[b-ams8on13tz] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    color: #5A9A7A;
}

.embed-step-circle[b-ams8on13tz] {
    width: 22px;
    height: 22px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 700;
    background: transparent;
    border: 1px solid #1A3D2E;
    color: #5A9A7A;
    flex-shrink: 0;
}

.embed-step.is-active .embed-step-circle[b-ams8on13tz] {
    background: #00C870;
    border-color: #00C870;
    color: #020E0A;
}

.embed-step.is-done .embed-step-circle[b-ams8on13tz] {
    background: #00C870;
    border-color: #00C870;
    color: #020E0A;
}

[b-ams8on13tz] .embed-step.is-done .embed-step-circle .mud-icon-root {
    font-size: 14px !important;
    color: #020E0A;
}

.embed-step-label[b-ams8on13tz] {
    font-size: 13px;
    font-weight: 500;
    color: #5A9A7A;
}

.embed-step.is-active .embed-step-label[b-ams8on13tz] {
    color: #E8E0C8;
    font-weight: 700;
}

.embed-step.is-done .embed-step-label[b-ams8on13tz] {
    color: #00C870;
}

.embed-step-line[b-ams8on13tz] {
    flex: 1;
    height: 1px;
    background: #1A3D2E;
    min-width: 24px;
}

.embed-step-line.is-done[b-ams8on13tz] {
    background: #00C870;
}

/* ── 2-column body ───────────────────────────────────────────────────── */
.embed-body[b-ams8on13tz] {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 14px;
    align-items: start;
}

.embed-body-main[b-ams8on13tz] {
    min-width: 0;
}

.embed-body-side[b-ams8on13tz] {
    position: sticky;
    top: 16px;
}

/* Tone down the shared co-* layout when nested inside the embed card so the
   outer card doesn't double up on padding / scoped boundaries. */
[b-ams8on13tz] .co-step-content {
    animation: none;
}

[b-ams8on13tz] .co-step-content > * + * {
    margin-top: 10px;
}

[b-ams8on13tz] .embed-section-title {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #E8E0C8;
    margin: 0;
}

/* Compact order summary (right rail) — overrides the shared sidebar look */
[b-ams8on13tz] .co-sidebar--compact {
    width: 100%;
    position: static;
}

[b-ams8on13tz] .co-sidebar--compact .co-summary {
    background: #071912;
    border: 1px solid #1A3D2E;
    border-radius: 10px;
    padding: 12px 14px;
    margin: 0;
}

[b-ams8on13tz] .co-sidebar--compact .co-summary-title {
    font-size: 13px;
    margin: 0 0 6px 0;
    color: #E8E0C8;
}

[b-ams8on13tz] .co-sidebar--compact .co-summary-line {
    font-size: 13px;
    color: #B8B9B6;
    margin: 0;
    padding: 0;
}

[b-ams8on13tz] .co-sidebar--compact .co-summary-line span:last-child {
    color: #E8E0C8;
}

[b-ams8on13tz] .co-sidebar--compact .co-summary-divider {
    margin: 6px 0;
    background: #1A3D2E;
}

[b-ams8on13tz] .co-sidebar--compact .co-summary-total {
    font-size: 15px;
    font-weight: 700;
    color: #E8E0C8;
}

[b-ams8on13tz] .co-sidebar--compact .co-summary-total span:last-child {
    color: #00C870;
}

/* ── Sticky CTA bar ──────────────────────────────────────────────────── */
.embed-cta-bar[b-ams8on13tz] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding-top: 4px;
}

.embed-link-back[b-ams8on13tz] {
    background: transparent;
    border: 0;
    color: #5A9A7A;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    cursor: pointer;
    padding: 6px 4px;
}

.embed-link-back:hover[b-ams8on13tz] {
    color: #00C870;
}

.embed-cta[b-ams8on13tz] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 28px;
    border-radius: 999px;
    background: #00C870;
    color: #020E0A;
    border: 0;
    cursor: pointer;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 700;
    transition: background 0.15s ease;
}

.embed-cta:hover:not(:disabled)[b-ams8on13tz] {
    background: #00A85D;
}

.embed-cta:disabled[b-ams8on13tz] {
    opacity: 0.55;
    cursor: not-allowed;
}

[b-ams8on13tz] .embed-cta .mud-icon-root {
    font-size: 16px !important;
    color: inherit;
}

/* ── Step 1 auth states ──────────────────────────────────────────────── */

/* Default compact auth row: Google pill · "use email" link · "continue as guest" */
.embed-auth-row[b-ams8on13tz] {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 4px;
}

.embed-google-host[b-ams8on13tz] {
    display: inline-flex;
    align-items: center;
}

.embed-auth-link[b-ams8on13tz] {
    background: transparent;
    border: 0;
    color: #00C870;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    padding: 0;
}

.embed-auth-link:hover[b-ams8on13tz] {
    text-decoration: underline;
}

.embed-auth-sep[b-ams8on13tz] {
    color: #5A9A7A;
    font-size: 12px;
}

.embed-auth-guest[b-ams8on13tz] {
    color: #5A9A7A;
    font-size: 12px;
}

/* Signed-in banner */
.embed-signed-banner[b-ams8on13tz] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 10px;
    background: #0A1F16;
    border: 1px solid #00C870;
}

.embed-signed-avatar[b-ams8on13tz] {
    width: 28px;
    height: 28px;
    border-radius: 999px;
    background: #5A6E80;
    color: #FFFFFF;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.embed-signed-text[b-ams8on13tz] {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 1px;
}

.embed-signed-name[b-ams8on13tz] {
    color: #E8E0C8;
    font-size: 13px;
    font-weight: 700;
}

.embed-signed-sub[b-ams8on13tz] {
    color: #5A9A7A;
    font-size: 11px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.embed-signed-out[b-ams8on13tz] {
    background: transparent;
    border: 0;
    color: #00C870;
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 600;
    cursor: pointer;
    flex-shrink: 0;
}

.embed-signed-out:hover[b-ams8on13tz] {
    text-decoration: underline;
}

/* Email-expanded panel */
.embed-email-panel[b-ams8on13tz] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 12px 14px;
    border-radius: 10px;
    background: #0A1F16;
    border: 1px solid #00C870;
}

.embed-email-head[b-ams8on13tz] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.embed-email-title[b-ams8on13tz] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #E8E0C8;
    font-size: 13px;
    font-weight: 700;
}

[b-ams8on13tz] .embed-email-title .mud-icon-root {
    font-size: 14px !important;
    color: #00C870;
}

.embed-email-row[b-ams8on13tz] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

.embed-email-field[b-ams8on13tz] {
    display: flex;
    flex-direction: column;
}

.embed-email-actions[b-ams8on13tz] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.embed-cta-sm[b-ams8on13tz] {
    padding: 8px 20px;
    font-size: 12px;
}

/* ── Responsive ──────────────────────────────────────────────────────── */
@media (max-width: 720px) {
    .embed-shell[b-ams8on13tz] {
        padding: 8px;
    }

    .embed-card[b-ams8on13tz] {
        padding: 14px 16px;
        gap: 12px;
    }

    .embed-meta[b-ams8on13tz] {
        flex-wrap: wrap;
        gap: 12px;
        padding: 12px;
    }

    .embed-meta-thumb[b-ams8on13tz] {
        width: 56px;
        height: 56px;
    }

    .embed-hold-chip[b-ams8on13tz] {
        order: 3;
        width: 100%;
        justify-content: center;
    }

    .embed-body[b-ams8on13tz] {
        grid-template-columns: 1fr;
    }

    .embed-body-side[b-ams8on13tz] {
        position: static;
    }

    .embed-stepper[b-ams8on13tz] {
        gap: 6px;
    }

    .embed-step-label[b-ams8on13tz] {
        font-size: 11px;
    }
}
/* /Pages/Embed/EmbedShowtimes.razor.rz.scp.css */
/* Hero Banner */
.event-hero[b-tetesgy4lj] {
    width: 100%;
    height: 220px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.event-hero-overlay[b-tetesgy4lj] {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: flex-end;
}

.event-hero-content[b-tetesgy4lj] {
    padding: 24px 32px;
    width: 100%;
}

.event-hero-title[b-tetesgy4lj] {
    font-size: 1.75rem;
    font-style: italic;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 8px 0;
    line-height: 1.2;
}

.event-hero-details[b-tetesgy4lj] {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
}

.event-hero-detail[b-tetesgy4lj] {
    display: flex;
    align-items: center;
    gap: 6px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.82rem;
}

[b-tetesgy4lj] .event-hero-detail .mud-icon-root {
    color: rgba(255, 255, 255, 0.4);
    font-size: 1rem;
}

/* Showtimes Container */
.showtimes-container[b-tetesgy4lj] {
    max-width: 800px;
    margin: 0 auto;
    padding: 28px 24px 48px;
}

.showtimes-header[b-tetesgy4lj] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 24px;
}

.showtimes-heading[b-tetesgy4lj] {
    font-size: 1.3rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 4px;
}

.showtimes-subheading[b-tetesgy4lj] {
    font-size: 0.85rem;
    color: #94a3b8;
    margin: 0;
}

.showtimes-empty[b-tetesgy4lj] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 48px 0;
}

/* ── View Toggle ── */
.view-toggle[b-tetesgy4lj] {
    display: flex;
    background: #0A1F16;
    border: 1px solid rgba(0, 200, 112, 0.12);
    border-radius: 8px;
    overflow: hidden;
    flex-shrink: 0;
}

.view-toggle-btn[b-tetesgy4lj] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 32px;
    background: transparent;
    border: none;
    color: #5A9A7A;
    cursor: pointer;
    transition: all 0.15s ease;
}

.view-toggle-btn:hover[b-tetesgy4lj] {
    color: #00C870;
    background: rgba(0, 200, 112, 0.08);
}

.view-toggle-btn.active[b-tetesgy4lj] {
    color: #ffffff;
    background: rgba(0, 200, 112, 0.15);
}

/* ── Calendar ── */
.cal[b-tetesgy4lj] {
    background: #0A1F16;
    border: 1px solid rgba(0, 200, 112, 0.12);
    border-radius: 14px;
    padding: 20px;
    margin-bottom: 24px;
}

.cal-nav[b-tetesgy4lj] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.cal-nav-title[b-tetesgy4lj] {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: #ffffff;
}

.cal-nav-btn[b-tetesgy4lj] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    border: 1px solid rgba(0, 200, 112, 0.12);
    background: transparent;
    color: #00C870;
    cursor: pointer;
    transition: all 0.15s ease;
}

.cal-nav-btn:hover:not(:disabled)[b-tetesgy4lj] {
    background: rgba(0, 200, 112, 0.1);
}

.cal-nav-btn:disabled[b-tetesgy4lj] {
    color: #333;
    border-color: #1a1a2e;
    cursor: not-allowed;
}

/* Weekday headers */
.cal-weekdays[b-tetesgy4lj] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 4px;
    margin-bottom: 8px;
}

.cal-weekdays span[b-tetesgy4lj] {
    text-align: center;
    font-size: 0.68rem;
    font-weight: 600;
    color: #5A9A7A;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    padding: 4px 0;
}

/* Day grid */
.cal-grid[b-tetesgy4lj] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 4px;
}

.cal-cell[b-tetesgy4lj] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border: 1px solid transparent;
    background: transparent;
    cursor: default;
    transition: all 0.15s ease;
    padding: 4px 2px;
    min-height: 48px;
}

.cal-cell-empty[b-tetesgy4lj] {
    /* Spacer cells before the 1st */
}

.cal-cell-no-shows[b-tetesgy4lj] {
    color: #333;
}

.cal-cell-has-shows[b-tetesgy4lj] {
    cursor: pointer;
    color: #ffffff;
    background: rgba(0, 200, 112, 0.05);
    border-color: rgba(0, 200, 112, 0.08);
}

.cal-cell-has-shows:hover[b-tetesgy4lj] {
    background: rgba(0, 200, 112, 0.12);
    border-color: rgba(0, 200, 112, 0.25);
}

.cal-cell-selected[b-tetesgy4lj] {
    background: rgba(0, 200, 112, 0.2) !important;
    border-color: #00C870 !important;
}

.cal-cell-today .cal-cell-day[b-tetesgy4lj] {
    text-decoration: underline;
    text-underline-offset: 2px;
}

.cal-cell-day[b-tetesgy4lj] {
    font-size: 0.82rem;
    font-weight: 600;
    line-height: 1;
}

/* Time label in calendar cell */
.cal-cell-time[b-tetesgy4lj] {
    font-size: 0.58rem;
    color: #00C870;
    line-height: 1;
    margin-top: 3px;
    white-space: nowrap;
    font-weight: 500;
}

/* Selected date label */
.cal-selected-label[b-tetesgy4lj] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.9rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 12px;
}

.cal-no-shows-msg[b-tetesgy4lj] {
    text-align: center;
    padding: 24px;
    font-size: 0.85rem;
    color: #5A9A7A;
}

/* ── List View ── */
.showtimes-month-label[b-tetesgy4lj] {
    font-size: 0.78rem;
    font-weight: 700;
    color: #00C870;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 12px;
    padding-left: 4px;
}

.showtimes-month-label:not(:first-of-type)[b-tetesgy4lj] {
    margin-top: 28px;
}

/* Showtime grid (shared by both views) */
.showtimes-grid[b-tetesgy4lj] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* Showtime card */
.showtime-card[b-tetesgy4lj] {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 14px 16px;
    background: #0A1F16;
    border: 1px solid rgba(0, 200, 112, 0.12);
    border-radius: 12px;
    text-decoration: none;
    color: inherit;
    transition: border-color 0.2s ease, background 0.2s ease;
    cursor: pointer;
}

.showtime-card:hover[b-tetesgy4lj] {
    border-color: #00C870;
    background: #0d2818;
}

/* Date badge */
.showtime-date-badge[b-tetesgy4lj] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 52px;
    height: 52px;
    background: rgba(0, 200, 112, 0.08);
    border: 1px solid rgba(0, 200, 112, 0.15);
    border-radius: 10px;
    flex-shrink: 0;
}

.showtime-day[b-tetesgy4lj] {
    font-size: 1.1rem;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.2;
}

.showtime-weekday[b-tetesgy4lj] {
    font-size: 0.65rem;
    font-weight: 600;
    color: #00C870;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

/* Info section */
.showtime-info[b-tetesgy4lj] {
    flex: 1;
    min-width: 0;
}

.showtime-time[b-tetesgy4lj] {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.9rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 2px;
}

.showtime-price[b-tetesgy4lj] {
    font-size: 0.78rem;
    color: #00C870;
    font-weight: 500;
}

.showtime-label[b-tetesgy4lj] {
    font-size: 0.75rem;
    color: #94a3b8;
    margin-top: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Arrow */
.showtime-arrow[b-tetesgy4lj] {
    color: rgba(255, 255, 255, 0.2);
    flex-shrink: 0;
    transition: color 0.2s ease;
}

.showtime-card:hover .showtime-arrow[b-tetesgy4lj] {
    color: #00C870;
}

/* Disabled state for showtimes outside the sales window — no hover, no arrow,
   muted text. Status label sits where the optional show label would normally
   appear. */
.showtime-card-disabled[b-tetesgy4lj] {
    cursor: default;
    opacity: 0.6;
}

.showtime-card-disabled:hover[b-tetesgy4lj] {
    background: inherit;
    border-color: inherit;
}

.showtime-status[b-tetesgy4lj] {
    font-size: 12px;
    font-weight: 600;
    color: #5A9A7A;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 4px;
}

/* Responsive */
@media (max-width: 640px) {
    .event-hero[b-tetesgy4lj] {
        height: 180px;
    }

    .event-hero-content[b-tetesgy4lj] {
        padding: 20px 16px;
    }

    .event-hero-title[b-tetesgy4lj] {
        font-size: 1.3rem;
    }

    .showtimes-container[b-tetesgy4lj] {
        padding: 20px 16px 32px;
    }

    .cal[b-tetesgy4lj] {
        padding: 14px;
    }

    .cal-cell[b-tetesgy4lj] {
        min-height: 40px;
    }

    .cal-cell-day[b-tetesgy4lj] {
        font-size: 0.75rem;
    }

    .cal-cell-time[b-tetesgy4lj] {
        font-size: 0.5rem;
    }
}
/* /Pages/Embed/EmbedTickets.razor.rz.scp.css */
/* ── Compact embed shell ─────────────────────────────────────────────── */
.embed-shell[b-ahzhv8u1rd] {
    max-width: 860px;
    margin: 0 auto;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.embed-alert[b-ahzhv8u1rd] {
    margin: 0;
}

.embed-card[b-ahzhv8u1rd] {
    background: #020E0A;
    border-radius: 12px;
    padding: 18px 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    color: #E8E0C8;
    font-family: 'Inter', sans-serif;
}

/* Boundary states (not authorized, etc.) keep a centered card look */
.embed-state[b-ahzhv8u1rd] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 300px;
    text-align: center;
    padding: 32px;
    gap: 12px;
}

.embed-state-title[b-ahzhv8u1rd] {
    color: #E8E0C8;
    font-size: 1.05rem;
    font-weight: 600;
}

.embed-state-sub[b-ahzhv8u1rd] {
    color: #5A9A7A;
    font-size: 0.9rem;
    opacity: 0.85;
}

/* ── Meta strip ──────────────────────────────────────────────────────── */
.embed-meta[b-ahzhv8u1rd] {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px;
    border-radius: 10px;
    background: #071912;
    border: 1px solid #1A3D2E;
}

.embed-meta-thumb[b-ahzhv8u1rd] {
    width: 72px;
    height: 72px;
    border-radius: 8px;
    background: #1A3D2E;
    background-size: cover;
    background-position: center;
    flex-shrink: 0;
}

.embed-meta-text[b-ahzhv8u1rd] {
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 0;
    flex: 1;
}

.embed-meta-title[b-ahzhv8u1rd] {
    margin: 0;
    color: #E8E0C8;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.embed-meta-row[b-ahzhv8u1rd] {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.embed-meta-pill[b-ahzhv8u1rd] {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #B8B9B6;
    font-size: 12px;
    line-height: 1;
}

.embed-meta-pill--date[b-ahzhv8u1rd] {
    color: #00C870;
}

[b-ahzhv8u1rd] .embed-meta-pill .mud-icon-root {
    font-size: 14px;
    color: inherit;
    opacity: 0.8;
}

/* ── Section heading (for tier picker / chart) ───────────────────────── */
.embed-section-head[b-ahzhv8u1rd] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 2px 4px;
    flex-wrap: wrap;
}

.embed-section-title[b-ahzhv8u1rd] {
    color: #E8E0C8;
    font-size: 14px;
    font-weight: 700;
}

.embed-section-meta[b-ahzhv8u1rd] {
    color: #5A9A7A;
    font-size: 11px;
}

/* ── Single-tier price row ───────────────────────────────────────────── */
.embed-priceRow[b-ahzhv8u1rd] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 6px 4px;
}

.embed-priceRow-label[b-ahzhv8u1rd] {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

.embed-priceRow-tier[b-ahzhv8u1rd] {
    color: #5A9A7A;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.embed-priceRow-amounts[b-ahzhv8u1rd] {
    display: flex;
    align-items: baseline;
    gap: 6px;
}

.embed-priceRow-price[b-ahzhv8u1rd] {
    color: #00C870;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.1;
    font-family: 'Space Grotesk', 'Inter', sans-serif;
}

.embed-priceRow-per[b-ahzhv8u1rd] {
    color: #B8B9B6;
    font-size: 12px;
}

/* ── Stepper ─────────────────────────────────────────────────────────── */
.embed-stepper[b-ahzhv8u1rd] {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-shrink: 0;
}

.embed-stepper-btn[b-ahzhv8u1rd] {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #2E2E2E;
    background: transparent;
    color: #5A9A7A;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: border-color 0.15s ease, color 0.15s ease, background 0.15s ease;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    padding: 0;
}

.embed-stepper-btn--primary[b-ahzhv8u1rd] {
    border-color: #00C870;
    color: #00C870;
}

.embed-stepper-btn:not(:disabled):hover[b-ahzhv8u1rd] {
    background: rgba(0, 200, 112, 0.10);
    border-color: #00C870;
    color: #00C870;
}

.embed-stepper-btn:disabled[b-ahzhv8u1rd] {
    opacity: 0.55;
    cursor: not-allowed;
}

.embed-stepper-qty[b-ahzhv8u1rd] {
    color: #E8E0C8;
    font-size: 20px;
    font-weight: 700;
    min-width: 24px;
    text-align: center;
    font-family: 'Space Grotesk', 'Inter', sans-serif;
}

[b-ahzhv8u1rd] .embed-stepper-btn .mud-icon-root {
    font-size: 16px;
}

/* Smaller stepper used in multi-tier rows */
.embed-stepper--small[b-ahzhv8u1rd] {
    gap: 12px;
}

.embed-stepper--small .embed-stepper-btn[b-ahzhv8u1rd] {
    width: 30px;
    height: 30px;
    font-size: 16px;
}

.embed-stepper--small .embed-stepper-qty[b-ahzhv8u1rd] {
    font-size: 18px;
    min-width: 20px;
}

/* ── Multi-tier rows ─────────────────────────────────────────────────── */
.embed-tier-rows[b-ahzhv8u1rd] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.embed-tier-row[b-ahzhv8u1rd] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 14px;
    border-radius: 10px;
    background: #071912;
    border: 1px solid #1A3D2E;
    transition: background 0.15s ease, border-color 0.15s ease;
}

.embed-tier-row.is-selected[b-ahzhv8u1rd] {
    background: #0A1F16;
    border-color: #00C870;
}

.embed-tier-info[b-ahzhv8u1rd] {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
    flex: 1;
}

.embed-tier-name[b-ahzhv8u1rd] {
    color: #E8E0C8;
    font-size: 14px;
    font-weight: 700;
}

.embed-tier-qual[b-ahzhv8u1rd] {
    color: #B8B9B6;
    font-weight: 400;
}

.embed-tier-each[b-ahzhv8u1rd] {
    color: #5A9A7A;
    font-size: 12px;
}

.embed-tier-row.is-selected .embed-tier-each[b-ahzhv8u1rd] {
    color: #00C870;
}

/* ── Reserved seating chart wrap & legend ────────────────────────────── */
.embed-chart-wrap[b-ahzhv8u1rd] {
    border-radius: 10px;
    background: #071912;
    border: 1px solid #1A3D2E;
    padding: 16px 18px;
    overflow: hidden;
}

.embed-legend[b-ahzhv8u1rd] {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.embed-legend-item[b-ahzhv8u1rd] {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #B8B9B6;
    font-size: 11px;
}

.embed-legend-dot[b-ahzhv8u1rd] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
}

.embed-legend-dot.is-available[b-ahzhv8u1rd] {
    background: #2a3a55;
    border: 1px solid #3b82f6;
}

.embed-legend-dot.is-selected[b-ahzhv8u1rd] {
    background: #00C870;
}

.embed-legend-dot.is-sold[b-ahzhv8u1rd] {
    background: #4b5563;
}

/* ── Empty / sold-out states ─────────────────────────────────────────── */
.embed-empty[b-ahzhv8u1rd] {
    color: #B8B9B6;
    text-align: center;
    padding: 28px 16px;
    font-size: 13px;
}

.embed-soldout[b-ahzhv8u1rd] {
    color: #f44336;
    text-align: center;
    padding: 8px 16px;
    font-size: 13px;
    font-weight: 600;
}

/* ── Summary panel ───────────────────────────────────────────────────── */
.embed-summary[b-ahzhv8u1rd] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 12px 14px;
    border-radius: 10px;
    background: #071912;
    border: 1px solid #1A3D2E;
}

.embed-summary-head[b-ahzhv8u1rd] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 2px;
}

.embed-summary-title[b-ahzhv8u1rd] {
    color: #E8E0C8;
    font-size: 13px;
    font-weight: 700;
}

.embed-summary-hint[b-ahzhv8u1rd] {
    color: #5A9A7A;
    font-size: 11px;
}

.embed-summary-row[b-ahzhv8u1rd] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.embed-summary-label[b-ahzhv8u1rd] {
    color: #B8B9B6;
    font-size: 13px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
    flex: 1;
}

.embed-summary-text[b-ahzhv8u1rd] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.embed-summary-dot[b-ahzhv8u1rd] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #00C870;
    flex-shrink: 0;
}

.embed-summary-aud[b-ahzhv8u1rd] {
    background: #0a1410;
    color: #E8E0C8;
    border: 1px solid #1A3D2E;
    border-radius: 999px;
    font-size: 12px;
    padding: 4px 10px;
    cursor: pointer;
    margin-right: 4px;
    max-width: 130px;
}

.embed-summary-aud:hover[b-ahzhv8u1rd],
.embed-summary-aud:focus[b-ahzhv8u1rd] {
    border-color: #00C870;
    outline: none;
}

.embed-summary-price[b-ahzhv8u1rd] {
    color: #E8E0C8;
    font-size: 13px;
    white-space: nowrap;
}

.embed-summary-divider[b-ahzhv8u1rd] {
    height: 1px;
    background: #1A3D2E;
    margin: 4px 0;
}

.embed-summary-total[b-ahzhv8u1rd] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #E8E0C8;
    font-size: 15px;
    font-weight: 700;
}

.embed-summary-total span:last-child[b-ahzhv8u1rd] {
    color: #00C870;
}

/* ── CTA ─────────────────────────────────────────────────────────────── */
.embed-cta[b-ahzhv8u1rd] {
    width: 100%;
    border-radius: 999px;
    padding: 14px 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 700;
    border: 0;
    cursor: pointer;
    transition: background 0.15s ease;
}

.embed-cta.is-active[b-ahzhv8u1rd] {
    background: #00C870;
    color: #020E0A;
}

.embed-cta.is-active:hover:not(:disabled)[b-ahzhv8u1rd] {
    background: #00A85D;
}

.embed-cta.is-active:disabled[b-ahzhv8u1rd] {
    opacity: 0.6;
    cursor: not-allowed;
}

.embed-cta.is-idle[b-ahzhv8u1rd] {
    background: #1A3D2E;
    color: #5A9A7A;
    cursor: default;
    padding: 12px 24px;
}

[b-ahzhv8u1rd] .embed-cta .mud-icon-root {
    font-size: 16px;
}

/* ── Responsive ──────────────────────────────────────────────────────── */
@media (max-width: 640px) {
    .embed-shell[b-ahzhv8u1rd] {
        padding: 8px;
    }

    .embed-card[b-ahzhv8u1rd] {
        padding: 14px 16px;
        gap: 12px;
    }

    .embed-meta[b-ahzhv8u1rd] {
        padding: 12px;
        gap: 12px;
    }

    .embed-meta-thumb[b-ahzhv8u1rd] {
        width: 56px;
        height: 56px;
    }

    .embed-meta-row[b-ahzhv8u1rd] {
        gap: 10px;
    }

    .embed-priceRow[b-ahzhv8u1rd] {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
    }

    .embed-priceRow-label[b-ahzhv8u1rd] {
        align-items: center;
        text-align: center;
    }

    .embed-stepper[b-ahzhv8u1rd] {
        justify-content: center;
    }

    .embed-tier-row[b-ahzhv8u1rd] {
        gap: 8px;
    }

    .embed-section-head[b-ahzhv8u1rd] {
        gap: 6px;
    }
}
/* /Pages/Embed/EmbedViewTickets.razor.rz.scp.css */
.vt-page[b-sfflpyxmxl] {
    min-height: 100vh;
    background: #0a0a0a;
    padding: 40px 24px 60px;
}

.vt-loading[b-sfflpyxmxl] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 60vh;
}

.vt-empty[b-sfflpyxmxl] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 50vh;
    gap: 12px;
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
}

    .vt-empty h2[b-sfflpyxmxl] {
        color: rgba(255, 255, 255, 0.7);
        font-size: 22px;
        margin: 8px 0 0;
    }

    .vt-empty p[b-sfflpyxmxl] {
        font-size: 14px;
        margin: 0 0 16px;
    }

.vt-header[b-sfflpyxmxl] {
    text-align: center;
    margin-bottom: 40px;
}

.vt-title[b-sfflpyxmxl] {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 8px;
}

.vt-subtitle[b-sfflpyxmxl] {
    color: rgba(255, 255, 255, 0.5);
    font-size: 15px;
    margin: 0;
}

.vt-grid[b-sfflpyxmxl] {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    justify-content: center;
}
/* /Pages/Legal/AccountDeletion.razor.rz.scp.css */
.account-deletion-form[b-j0ewqwmgxo] {
    margin: 24px 0 32px 0;
}

.account-deletion-card[b-j0ewqwmgxo] {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(0, 200, 112, 0.18);
    border-radius: 10px;
    padding: 24px;
}

.form-section-heading[b-j0ewqwmgxo] {
    color: #FFFFFF;
    font-weight: 600;
}

/* Honeypot: keep it in the DOM, out of view, and out of the tab order.
   Real users don't see or interact with it; bots that auto-fill every
   visible input will trip it and get silently rejected server-side. */
.account-deletion-honeypot[b-j0ewqwmgxo] {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.account-deletion-success[b-j0ewqwmgxo] {
    text-align: center;
    padding: 16px 8px;
}
/* /Pages/My/GiftCards.razor.rz.scp.css */
.my-giftcards-page[b-etfzbnfcw0] {
    min-height: 100vh;
    background-color: #111111;
}

.my-giftcards-title[b-etfzbnfcw0] {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    color: #FFFFFF;
}

.my-giftcards-subtitle[b-etfzbnfcw0] {
    color: #B8B9B6;
}

.my-giftcards-empty[b-etfzbnfcw0] {
    background-color: #0A1F16;
    border: 1px solid rgba(0, 200, 112, 0.12);
    border-radius: 16px;
    text-align: center;
}

.my-giftcards-empty-icon[b-etfzbnfcw0] {
    color: rgba(0, 200, 112, 0.5);
    margin-bottom: 16px;
}

.my-giftcards-empty-title[b-etfzbnfcw0] {
    color: #FFFFFF;
    font-family: 'Space Grotesk', sans-serif;
    margin-bottom: 8px;
}

.my-giftcards-empty-body[b-etfzbnfcw0] {
    color: #B8B9B6;
    max-width: 480px;
    margin: 0 auto;
}
/* /Pages/My/Orders.razor.rz.scp.css */
.my-orders-page[b-reid85cz1a] {
    min-height: 100vh;
    background-color: #111111;
}

.my-orders-title[b-reid85cz1a] {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    color: #FFFFFF;
}

.my-orders-subtitle[b-reid85cz1a] {
    color: #B8B9B6;
}

.my-orders-empty[b-reid85cz1a] {
    background-color: #0A1F16;
    border: 1px solid rgba(0, 200, 112, 0.12);
    border-radius: 16px;
    color: #B8B9B6;
}

.my-orders-table[b-reid85cz1a] {
    background-color: #0A1F16;
    border: 1px solid rgba(0, 200, 112, 0.12);
    border-radius: 16px;
}

.my-orders-order-num[b-reid85cz1a] {
    font-family: 'Space Grotesk', sans-serif;
}

.my-orders-total[b-reid85cz1a] {
    text-align: right;
}

.my-orders-total-original[b-reid85cz1a] {
    font-size: 0.75rem;
    color: #666;
    text-decoration: line-through;
}

.my-orders-total-final[b-reid85cz1a] {
    font-weight: 600;
    color: #00C870;
}
/* /Pages/Org/EventCheckout.razor.rz.scp.css */
/* Page-specific styles only — shared checkout styles are in wwwroot/css/checkout.css */

.co-select[b-bcm5j6cdwc] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #1a1a2e;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%2300C870' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    padding-right: 36px;
    cursor: pointer;
}

.co-select option[b-bcm5j6cdwc] {
    background-color: #1a1a2e;
    color: #FFFFFF;
}
/* /Pages/Org/EventDetails.razor.rz.scp.css */
.public-detail[b-w7gwdpvj6x] {
    margin-bottom: 48px;
}

.public-detail-hero[b-w7gwdpvj6x] {
    position: relative;
    min-height: 280px;
    border-radius: 24px;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    margin-bottom: 32px;
    z-index: 0;
}

.public-detail-overlay[b-w7gwdpvj6x] {
    position: relative;
    min-height: 280px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 8px;
    padding: 24px;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.05), rgba(15, 23, 42, 0.75));
    color: #f8fafc;
}

.public-detail-grid[b-w7gwdpvj6x] {
    margin-top: 0;
}

.public-detail-card[b-w7gwdpvj6x] {
    padding: 20px;
    border-radius: 16px;
}

.public-divider[b-w7gwdpvj6x] {
    margin: 12px 0 16px;
}

.public-loading[b-w7gwdpvj6x] {
    display: flex;
    justify-content: center;
    padding: 32px 0;
}

.public-showtimes-list[b-w7gwdpvj6x] {
    max-height: 440px;
    overflow-y: auto;
    scrollbar-width: thin;
}
/* /Pages/Org/EventShowtimes.razor.rz.scp.css */
.public-showtimes-page[b-kei4kbw6tk] {
    padding-top: 24px;
    margin-bottom: 48px;
}

.public-loading[b-kei4kbw6tk] {
    display: flex;
    justify-content: center;
    padding: 32px 0;
}
/* /Pages/Org/EventTickets.razor.rz.scp.css */
/* Loading */
.event-loading[b-5hwgd3vqsv] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 400px;
}

/* Hero Banner */
.event-hero[b-5hwgd3vqsv] {
    width: 100%;
    height: 280px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.event-hero-overlay[b-5hwgd3vqsv] {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: flex-end;
}

.event-hero-content[b-5hwgd3vqsv] {
    padding: 32px 48px;
    width: 100%;
}

.event-hero-title[b-5hwgd3vqsv] {
    font-size: 2.25rem;
    font-style: italic;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 12px 0;
    line-height: 1.2;
}

.event-hero-details[b-5hwgd3vqsv] {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    align-items: center;
}

.event-hero-detail[b-5hwgd3vqsv] {
    display: flex;
    align-items: center;
    gap: 6px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.85rem;
}

.event-hero-detail.detail-date[b-5hwgd3vqsv] {
    color: var(--org-primary, #00C870);
}

[b-5hwgd3vqsv] .event-hero-detail .mud-icon-root {
    color: rgba(255, 255, 255, 0.4);
    font-size: 1rem;
}

[b-5hwgd3vqsv] .event-hero-detail.detail-date .mud-icon-root {
    color: rgba(255, 255, 255, 0.4);
}

/* Content Area */
.event-booking-content[b-5hwgd3vqsv] {
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    gap: 32px;
    padding: 32px 24px 48px;
}

.event-booking-main[b-5hwgd3vqsv] {
    flex: 1;
    min-width: 0;
}

.event-booking-header[b-5hwgd3vqsv] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    flex-wrap: wrap;
    gap: 12px;
}

.event-booking-heading[b-5hwgd3vqsv] {
    font-size: 1.2rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
}

/* Seat Legend */
.seat-legend[b-5hwgd3vqsv] {
    display: flex;
    gap: 20px;
    align-items: center;
}

.legend-item[b-5hwgd3vqsv] {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.8rem;
    color: #94a3b8;
}

.legend-dot[b-5hwgd3vqsv] {
    width: 12px;
    height: 12px;
    border-radius: 2px;
    display: inline-block;
    flex-shrink: 0;
}

.legend-dot.available[b-5hwgd3vqsv] {
    background-color: #4a4a5a;
}

.legend-dot.selected[b-5hwgd3vqsv] {
    background-color: var(--org-primary, #00C870);
}

.legend-dot.sold[b-5hwgd3vqsv] {
    background-color: #3a3a4a;
}

/* Sidebar */
.event-booking-sidebar[b-5hwgd3vqsv] {
    width: 340px;
    flex-shrink: 0;
}

/* Order Summary Card */
.order-summary-card[b-5hwgd3vqsv] {
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
    position: sticky;
    top: 96px;
    color: #ffffff;
}

.order-summary-title[b-5hwgd3vqsv] {
    font-size: 1.1rem;
    font-weight: 700;
    margin: 0 0 16px 0;
    color: #ffffff;
}

.order-summary-event-info[b-5hwgd3vqsv] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-size: 0.82rem;
    color: #94a3b8;
}

.order-summary-event-info span:first-child[b-5hwgd3vqsv] {
    color: #ffffff;
    font-weight: 600;
    font-size: 0.9rem;
}

.order-summary-divider[b-5hwgd3vqsv] {
    height: 1px;
    background: rgba(255, 255, 255, 0.08);
    margin: 16px 0;
}

.order-summary-empty[b-5hwgd3vqsv] {
    font-size: 0.85rem;
    color: #64748b;
    margin: 0;
}

.order-summary-seats-header[b-5hwgd3vqsv] {
    font-size: 0.85rem;
    font-weight: 600;
    color: #e2e8f0;
    margin-bottom: 12px;
}

.order-summary-seat-list[b-5hwgd3vqsv] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-height: 280px;
    overflow-y: auto;
}

.order-summary-seat-item[b-5hwgd3vqsv] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
}

.order-summary-seat-label[b-5hwgd3vqsv] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.82rem;
    color: #cbd5e1;
    min-width: 0;
    overflow: hidden;
}

.order-summary-seat-label span:last-child[b-5hwgd3vqsv] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.order-summary-audience-select[b-5hwgd3vqsv] {
    background: #0a0a14;
    color: #e2e8f0;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 6px;
    font-size: 0.72rem;
    padding: 3px 6px;
    cursor: pointer;
    margin-left: auto;
    margin-right: 8px;
    max-width: 100px;
}

.order-summary-audience-select:hover[b-5hwgd3vqsv],
.order-summary-audience-select:focus[b-5hwgd3vqsv] {
    border-color: #00C870;
    outline: none;
}

.seat-dot[b-5hwgd3vqsv] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--org-primary, #00C870);
    flex-shrink: 0;
}

.order-summary-seat-price[b-5hwgd3vqsv] {
    font-size: 0.82rem;
    color: #e2e8f0;
    white-space: nowrap;
    font-weight: 500;
}

/* Totals */
.order-summary-row[b-5hwgd3vqsv] {
    display: flex;
    justify-content: space-between;
    font-size: 0.85rem;
    color: #94a3b8;
    margin-bottom: 8px;
}

.order-summary-total-row[b-5hwgd3vqsv] {
    display: flex;
    justify-content: space-between;
    font-size: 1.1rem;
    font-weight: 700;
    color: #ffffff;
    margin-top: 8px;
}

.order-summary-total-row span:last-child[b-5hwgd3vqsv] {
    color: var(--org-primary, #00C870);
}

/* Checkout Button */
.checkout-button[b-5hwgd3vqsv] {
    width: 100%;
    padding: 14px 24px;
    margin-top: 24px;
    background: var(--org-primary, #00C870);
    color: #ffffff;
    font-family: var(--org-heading-font);
    font-size: 0.85rem;
    font-weight: 600;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: background 0.2s ease;
    letter-spacing: 0.02em;
}

.checkout-button:hover:not(:disabled)[b-5hwgd3vqsv] {
    background: #00A85D;
}

.checkout-button:disabled[b-5hwgd3vqsv] {
    opacity: 0.5;
    cursor: not-allowed;
}

/* Scrollbar for seat list */
.order-summary-seat-list[b-5hwgd3vqsv]::-webkit-scrollbar {
    width: 4px;
}

.order-summary-seat-list[b-5hwgd3vqsv]::-webkit-scrollbar-track {
    background: transparent;
}

.order-summary-seat-list[b-5hwgd3vqsv]::-webkit-scrollbar-thumb {
    background: #2a2a3e;
    border-radius: 4px;
}

/* Responsive */
@media (max-width: 1024px) {
    .event-booking-content[b-5hwgd3vqsv] {
        flex-direction: column;
    }

    .event-booking-sidebar[b-5hwgd3vqsv] {
        width: 100%;
    }

    .order-summary-card[b-5hwgd3vqsv] {
        position: static;
    }
}

@media (max-width: 640px) {
    .event-hero[b-5hwgd3vqsv] {
        height: 220px;
    }

    .event-hero-content[b-5hwgd3vqsv] {
        padding: 24px 20px;
    }

    .event-hero-title[b-5hwgd3vqsv] {
        font-size: 1.5rem;
    }

    .event-hero-details[b-5hwgd3vqsv] {
        gap: 16px;
    }

    .event-booking-content[b-5hwgd3vqsv] {
        padding: 20px 16px 32px;
    }

    .event-booking-header[b-5hwgd3vqsv] {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* GA quantity picker buttons */
.ga-qty-btn[b-5hwgd3vqsv] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 2px solid var(--org-primary, #00C870);
    background: transparent;
    color: var(--org-primary, #00C870);
    cursor: pointer;
    transition: all 0.15s ease;
}

.ga-qty-btn:hover:not(:disabled)[b-5hwgd3vqsv] {
    background: rgba(255, 132, 0, 0.15);
}

.ga-qty-btn:disabled[b-5hwgd3vqsv] {
    border-color: #444;
    color: #444;
    cursor: not-allowed;
}

.ga-empty[b-5hwgd3vqsv] {
    color: var(--org-text-body, #B8B9B6);
    text-align: center;
    padding: 40px 20px;
    font-size: 0.95em;
}

.ga-single[b-5hwgd3vqsv] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
    gap: 24px;
    min-height: 300px;
}

.ga-single-price[b-5hwgd3vqsv] {
    font-size: 2em;
    font-weight: 700;
    color: var(--org-primary, #00C870);
    font-family: var(--org-heading-font);
    text-align: center;
}

.ga-single-per[b-5hwgd3vqsv] {
    font-size: 0.5em;
    color: var(--org-text-body, #B8B9B6);
    font-weight: 400;
}

.ga-single-stepper[b-5hwgd3vqsv] {
    display: flex;
    align-items: center;
    gap: 16px;
}

.ga-single-qty[b-5hwgd3vqsv] {
    font-size: 2.5em;
    font-weight: 700;
    min-width: 80px;
    text-align: center;
    font-family: var(--org-heading-font);
}

.ga-sold-out[b-5hwgd3vqsv] {
    color: #f44336;
    font-size: 1.1em;
    font-weight: 600;
    text-align: center;
}

.ga-picker[b-5hwgd3vqsv] {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 24px 20px;
}

.ga-picker-subtitle[b-5hwgd3vqsv] {
    color: var(--org-text-body, #B8B9B6);
    font-size: 0.85em;
    margin-bottom: 4px;
}

.ga-picker-row[b-5hwgd3vqsv] {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px;
    border-radius: 10px;
    background: rgba(14, 23, 22, 0.6);
    border: 1px solid #1F2A2A;
    transition: border-color 0.15s ease, background 0.15s ease;
}

.ga-picker-row.selected[b-5hwgd3vqsv] {
    border-color: var(--org-primary, #00C870);
    background: rgba(0, 200, 112, 0.06);
}

.ga-picker-info[b-5hwgd3vqsv] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}

.ga-picker-name[b-5hwgd3vqsv] {
    font-size: 0.95em;
    font-weight: 700;
    color: var(--org-text-heading, #F7F8F8);
}

.ga-picker-qual[b-5hwgd3vqsv] {
    font-weight: 400;
    color: var(--org-text-body, #B8B9B6);
    margin-left: 4px;
}

.ga-picker-price[b-5hwgd3vqsv] {
    font-size: 0.85em;
    color: var(--org-primary, #00C870);
    font-weight: 600;
}

.ga-picker-stepper[b-5hwgd3vqsv] {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}

.ga-picker-qty[b-5hwgd3vqsv] {
    font-size: 1.1em;
    font-weight: 700;
    min-width: 24px;
    text-align: center;
    color: var(--org-text-heading, #F7F8F8);
}

.ga-mini-btn[b-5hwgd3vqsv] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1.25px solid var(--org-primary, #00C870);
    background: transparent;
    color: var(--org-primary, #00C870);
    font-size: 1em;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.15s ease;
}

.ga-mini-btn:hover:not(:disabled)[b-5hwgd3vqsv] {
    background: rgba(0, 200, 112, 0.12);
}

.ga-mini-btn.muted[b-5hwgd3vqsv],
.ga-mini-btn:disabled[b-5hwgd3vqsv] {
    border-color: #2F3A3A;
    color: #5A6663;
    cursor: not-allowed;
}
/* /Pages/Org/OrderSelfSettle.razor.rz.scp.css */
.oss-page[b-ei38mp0q16] {
    max-width: 720px;
    margin: 0 auto;
    padding: 32px 24px 64px;
    color: #E8E0C8;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.oss-loading[b-ei38mp0q16], .oss-empty[b-ei38mp0q16] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 80px 24px;
    text-align: center;
    gap: 12px;
}

.oss-meta[b-ei38mp0q16] {
    display: flex;
    align-items: baseline;
    gap: 8px;
    font-family: 'Inter', sans-serif;
    color: #5A9A7A;
    font-size: 12px;
    font-weight: 500;
}

.oss-meta-num[b-ei38mp0q16] {
    color: #5A9A7A;
    font-weight: 600;
    font-family: 'JetBrains Mono', 'Consolas', monospace;
    letter-spacing: 0.5px;
}

.oss-header h1[b-ei38mp0q16] {
    color: #E8E0C8;
    font-family: 'Inter', sans-serif;
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 8px 0;
    line-height: 1.2;
}

.oss-subtitle[b-ei38mp0q16] {
    color: #94a3b8;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    margin: 0;
}

.oss-alert[b-ei38mp0q16] {
    display: flex;
    align-items: center;
    gap: 18px;
    background: #291C0F;
    border: 1px solid #FF8400;
    border-radius: 12px;
    padding: 20px 24px;
}

.oss-alert-body[b-ei38mp0q16] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.oss-alert-title[b-ei38mp0q16] {
    color: #FF8400;
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 700;
}

.oss-alert-sub[b-ei38mp0q16] {
    color: #FFB87A;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    line-height: 1.4;
}

.oss-pay[b-ei38mp0q16] {
    background: #071912;
    border: 1px solid #00C870;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.oss-pay-hdr[b-ei38mp0q16] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 22px;
    border-bottom: 1px solid #1a3a2a;
}

.oss-pay-hdr-l[b-ei38mp0q16] {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #E8E0C8;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 700;
}

.oss-pay-hdr-r[b-ei38mp0q16] {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #5A9A7A;
    font-family: 'Inter', sans-serif;
    font-size: 10px;
    font-weight: 600;
    padding: 3px 8px;
    background: #0A1F16;
    border: 1px solid #1a3a2a;
    border-radius: 4px;
}

.oss-pay-body[b-ei38mp0q16] {
    padding: 22px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.oss-stripe-element[b-ei38mp0q16] {
    padding: 14px;
    background: #020E0A;
    border: 1px solid #1a3a2a;
    border-radius: 6px;
}

.oss-pay-placeholder[b-ei38mp0q16] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px;
    background: #020E0A;
    border: 1px solid #1a3a2a;
    border-radius: 6px;
    color: #5A9A7A;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
}

.oss-pay-btn[b-ei38mp0q16] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #00C870;
    color: #021C12;
    border: 0;
    border-radius: 8px;
    padding: 14px 18px;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: filter 0.15s ease;
}

.oss-pay-btn:hover:not(:disabled)[b-ei38mp0q16] {
    filter: brightness(1.05);
}

.oss-pay-btn:disabled[b-ei38mp0q16] {
    opacity: 0.5;
    cursor: not-allowed;
}

.oss-or[b-ei38mp0q16] {
    display: flex;
    align-items: center;
    gap: 14px;
    justify-content: center;
}

.oss-or-rule[b-ei38mp0q16] {
    height: 1px;
    background: #1a3a2a;
    flex: 1;
}

.oss-or-text[b-ei38mp0q16] {
    color: #5A9A7A;
    font-family: 'Inter', sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
}

.oss-door[b-ei38mp0q16] {
    background: #071912;
    border: 1px solid #1a3a2a;
    border-radius: 10px;
    padding: 16px 20px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.oss-door-title[b-ei38mp0q16] {
    color: #E8E0C8;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 600;
}

.oss-door-sub[b-ei38mp0q16] {
    color: #94a3b8;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    line-height: 1.4;
}

.oss-success[b-ei38mp0q16] {
    display: flex;
    align-items: center;
    gap: 16px;
    background: rgba(0, 200, 112, 0.08);
    border: 1px solid rgba(0, 200, 112, 0.3);
    border-radius: 12px;
    padding: 20px 24px;
}

.oss-success-title[b-ei38mp0q16] {
    color: #00C870;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 700;
}

.oss-success-sub[b-ei38mp0q16] {
    color: #94a3b8;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    margin-top: 2px;
}

[b-ei38mp0q16] .oss-stripe-element {
    min-height: 24px;
}

.oss-summary[b-ei38mp0q16] {
    background: #0A1F16;
    border: 1px solid #1a3a2a;
    border-radius: 12px;
    padding: 18px 22px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.oss-summary-title[b-ei38mp0q16] {
    color: #E8E0C8;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 4px 0;
}

.oss-summary-items[b-ei38mp0q16] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.oss-summary-row[b-ei38mp0q16] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    color: #E8E0C8;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
}

.oss-summary-row--good[b-ei38mp0q16] {
    color: #00C870;
}

.oss-summary-row--total[b-ei38mp0q16] {
    color: #E8E0C8;
    font-weight: 700;
    font-size: 16px;
}

.oss-summary-row--paid[b-ei38mp0q16] {
    color: #94a3b8;
}

.oss-summary-row--due[b-ei38mp0q16] {
    color: #FF8400;
    font-weight: 700;
    font-size: 18px;
}

.oss-summary-divider[b-ei38mp0q16] {
    height: 1px;
    background: #1a3a2a;
    margin: 4px 0;
}
/* /Pages/Org/ViewTickets.razor.rz.scp.css */
.vt-page[b-32najobklc] {
    background: var(--org-bg, #0a0a0a);
    padding: 40px 24px 60px;
}

.vt-loading[b-32najobklc] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 60vh;
}

.vt-empty[b-32najobklc] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 50vh;
    gap: 12px;
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
}

    .vt-empty h2[b-32najobklc] {
        color: rgba(255, 255, 255, 0.7);
        font-size: 22px;
        margin: 8px 0 0;
    }

    .vt-empty p[b-32najobklc] {
        font-size: 14px;
        margin: 0 0 16px;
    }

.vt-header[b-32najobklc] {
    text-align: center;
    margin-bottom: 40px;
}

.vt-title[b-32najobklc] {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 8px;
}

.vt-subtitle[b-32najobklc] {
    color: rgba(255, 255, 255, 0.5);
    font-size: 15px;
    margin: 0;
}

.vt-grid[b-32najobklc] {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    justify-content: center;
}
/* /Shared/AuthLayout.razor.rz.scp.css */
.auth-wrapper[b-j38lmqk97z] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #020E0A 0%, #0A1F16 50%, #020E0A 100%);
    padding: 24px;
}

.auth-content[b-j38lmqk97z] {
    width: 100%;
    max-width: 420px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.auth-brand[b-j38lmqk97z] {
    text-align: center;
    margin-bottom: 8px;
}

.auth-card[b-j38lmqk97z] {
    width: 100%;
    padding: 40px !important;
    border-radius: 16px !important;
    background-color: #0A1F16 !important;
    border: 1px solid rgba(0, 200, 112, 0.12) !important;
}

.auth-footer[b-j38lmqk97z] {
    color: rgba(184, 185, 182, 0.5);
    text-align: center;
}
/* /Shared/Chrome/AppShell.razor.rz.scp.css */
.appshell-bar[b-3ad5fm3x4a] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 56px;
    background-color: #041F16;
    border-bottom: 1px solid rgba(0, 200, 112, 0.12);
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0 16px;
    z-index: 1100;
}

.appshell-brand[b-3ad5fm3x4a] {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #FFFFFF;
    text-decoration: none;
    flex-shrink: 0;
}

.appshell-brand:hover[b-3ad5fm3x4a] {
    color: #FFFFFF;
    text-decoration: none;
}

.appshell-logo[b-3ad5fm3x4a] {
    width: 28px;
    height: 28px;
    border-radius: 4px;
}

.appshell-brand-text[b-3ad5fm3x4a] {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: 1.125rem;
    letter-spacing: -0.5px;
}

.appshell-spacer[b-3ad5fm3x4a] {
    flex: 1 1 auto;
}

.appshell-iconbtn[b-3ad5fm3x4a] {
    background: none;
    border: none;
    color: #FFFFFF;
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    cursor: pointer;
    padding: 0;
}

.appshell-iconbtn:hover:not([disabled])[b-3ad5fm3x4a] {
    background-color: rgba(255, 255, 255, 0.06);
}

.appshell-iconbtn[disabled][b-3ad5fm3x4a] {
    opacity: 0.4;
    cursor: default;
}

.appshell-signin[b-3ad5fm3x4a] {
    color: #00C870;
    text-decoration: none;
    font-weight: 600;
    padding: 6px 14px;
    border: 1px solid rgba(0, 200, 112, 0.4);
    border-radius: 999px;
    font-size: 0.875rem;
}

.appshell-signin:hover[b-3ad5fm3x4a] {
    color: #00C870;
    background-color: rgba(0, 200, 112, 0.08);
    text-decoration: none;
}

/* ── Mobile responsive (≤640px) ── */
@media (max-width: 640px) {
    .appshell-bar[b-3ad5fm3x4a] {
        padding: 0 8px;
        gap: 6px;
    }

    /* Hide the wordmark on tight viewports — favicon + chip carry the brand */
    .appshell-brand-text[b-3ad5fm3x4a] {
        display: none;
    }

    .appshell-iconbtn[b-3ad5fm3x4a] {
        width: 44px;
        height: 44px;
    }
}
/* /Shared/Chrome/HelpPopover.razor.rz.scp.css */
.help-popover-scrim[b-2ptx7zhfm1] {
    position: fixed;
    inset: 0;
    background: transparent;
    z-index: 1098;
}

.help-popover[b-2ptx7zhfm1] {
    position: fixed;
    top: 60px;
    right: 16px;
    width: 340px;
    max-height: calc(100vh - 76px);
    background-color: #071912;
    border: 1px solid rgba(0, 200, 112, 0.2);
    border-radius: 12px;
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.5);
    z-index: 1099;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.help-popover-header[b-2ptx7zhfm1] {
    padding: 14px 16px;
    border-bottom: 1px solid rgba(0, 200, 112, 0.12);
    flex-shrink: 0;
}

.help-popover-title[b-2ptx7zhfm1] {
    font-weight: 600;
    color: #FFFFFF;
    font-size: 0.9375rem;
}

.help-popover-nibsy-card[b-2ptx7zhfm1] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    margin: 12px;
    background: linear-gradient(135deg, rgba(0, 200, 112, 0.12) 0%, rgba(0, 200, 112, 0.04) 100%);
    border: 1px solid rgba(0, 200, 112, 0.25);
    border-radius: 10px;
    color: #FFFFFF;
    text-align: left;
    cursor: pointer;
    width: calc(100% - 24px);
    font-family: inherit;
}

.help-popover-nibsy-card:hover[b-2ptx7zhfm1] {
    background: linear-gradient(135deg, rgba(0, 200, 112, 0.18) 0%, rgba(0, 200, 112, 0.08) 100%);
    border-color: rgba(0, 200, 112, 0.4);
}

.help-popover-nibsy-avatar[b-2ptx7zhfm1] {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    flex-shrink: 0;
    object-fit: cover;
}

.help-popover-nibsy-text[b-2ptx7zhfm1] {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

.help-popover-nibsy-title[b-2ptx7zhfm1] {
    font-weight: 600;
    font-size: 0.9375rem;
    color: #FFFFFF;
}

.help-popover-nibsy-sub[b-2ptx7zhfm1] {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.3;
}

.help-popover-body[b-2ptx7zhfm1] {
    padding: 8px;
    overflow-y: auto;
}

.help-popover-section-header[b-2ptx7zhfm1] {
    color: rgba(255, 255, 255, 0.4);
    font-size: 0.6875rem;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 12px 12px 6px 12px;
}

/* ::deep so NavLink-rendered <a> elements (child component output) pick up these rules */
[b-2ptx7zhfm1] .help-popover-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 12px;
    border-radius: 8px;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 0.875rem;
    background: none;
    border: none;
    width: 100%;
    cursor: pointer;
    font-family: inherit;
    text-align: left;
    box-sizing: border-box;
}

[b-2ptx7zhfm1] .help-popover-item:hover {
    background-color: rgba(0, 200, 112, 0.06);
    color: #FFFFFF;
    text-decoration: none;
}

[b-2ptx7zhfm1] .help-popover-icon {
    color: rgba(255, 255, 255, 0.7);
    flex-shrink: 0;
}

[b-2ptx7zhfm1] .help-popover-item:hover .help-popover-icon {
    color: #00C870;
}

[b-2ptx7zhfm1] .help-popover-label {
    flex: 1 1 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

[b-2ptx7zhfm1] .help-popover-extlink {
    color: rgba(255, 255, 255, 0.3);
    flex-shrink: 0;
}

/* ── Mobile responsive (≤640px) ── */
@media (max-width: 640px) {
    .help-popover[b-2ptx7zhfm1] {
        top: 56px;
        left: 0;
        right: 0;
        width: 100vw;
        max-height: calc(100vh - 56px);
        border-radius: 0;
        border-left: none;
        border-right: none;
    }

    .help-popover-nibsy-card[b-2ptx7zhfm1] {
        margin: 16px 12px;
        width: calc(100% - 24px);
    }

    [b-2ptx7zhfm1] .help-popover-item {
        padding: 12px 14px;
    }

    .help-popover-section-header[b-2ptx7zhfm1] {
        padding-top: 16px;
    }
}
/* /Shared/Chrome/KeyboardShortcutsDialog.razor.rz.scp.css */
.shortcuts-list[b-f5lw5fyhhc] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.shortcuts-row[b-f5lw5fyhhc] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px solid rgba(0, 200, 112, 0.08);
}

.shortcuts-row:last-of-type[b-f5lw5fyhhc] {
    border-bottom: none;
}

.shortcuts-label[b-f5lw5fyhhc] {
    color: #FFFFFF;
    font-size: 0.875rem;
}

.shortcuts-keys[b-f5lw5fyhhc] {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.8125rem;
}

.shortcuts-keys kbd[b-f5lw5fyhhc] {
    display: inline-block;
    padding: 2px 8px;
    background-color: #041F16;
    border: 1px solid rgba(0, 200, 112, 0.2);
    border-radius: 4px;
    font-family: 'Geist Mono', 'Consolas', monospace;
    font-size: 0.75rem;
    color: #00C870;
    min-width: 20px;
    text-align: center;
}

.shortcuts-footnote[b-f5lw5fyhhc] {
    color: rgba(255, 255, 255, 0.4);
    font-size: 0.75rem;
    margin-top: 16px;
    margin-bottom: 0;
}
/* /Shared/Chrome/OrgChip.razor.rz.scp.css */
.orgchip[b-rxkcuhky1u] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    height: 36px;
    padding: 0 12px 0 4px;
    background: none;
    border: 1px solid rgba(0, 200, 112, 0.18);
    border-radius: 999px;
    color: #FFFFFF;
    font-family: inherit;
    font-size: 0.875rem;
    cursor: pointer;
    max-width: 280px;
}

.orgchip:hover[b-rxkcuhky1u] {
    background-color: rgba(0, 200, 112, 0.06);
    border-color: rgba(0, 200, 112, 0.3);
}

.orgchip-icon[b-rxkcuhky1u] {
    width: 28px;
    height: 28px;
    background-color: #00C870;
    color: #020E0A;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.75rem;
    flex-shrink: 0;
}

.orgchip-personal .orgchip-icon[b-rxkcuhky1u] {
    background-color: rgba(255, 255, 255, 0.12);
    color: #FFFFFF;
}

.orgchip-photo[b-rxkcuhky1u] {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.orgchip-text[b-rxkcuhky1u] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1.1;
    min-width: 0;
    overflow: hidden;
}

.orgchip-text-primary[b-rxkcuhky1u] {
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
}

.orgchip-text-sub[b-rxkcuhky1u] {
    font-size: 0.6875rem;
    color: rgba(255, 255, 255, 0.5);
    margin-top: 2px;
}

.orgchip-chevron[b-rxkcuhky1u] {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.75rem;
    margin-left: 2px;
    flex-shrink: 0;
}

/* ── Mobile responsive (≤640px) ── */
@media (max-width: 640px) {
    .orgchip[b-rxkcuhky1u] {
        height: 40px;
        max-width: calc(100vw - 180px);
    }

    .orgchip-text-primary[b-rxkcuhky1u] {
        max-width: 100%;
    }
}
/* /Shared/Chrome/UnifiedMenu.razor.rz.scp.css */
.unified-menu-scrim[b-f3f72rrcls] {
    position: fixed;
    inset: 0;
    background: transparent;
    z-index: 1098;
}

.unified-menu-popover[b-f3f72rrcls] {
    position: fixed;
    top: 60px;
    left: 16px;
    width: 320px;
    max-height: calc(100vh - 76px);
    background-color: #071912;
    border: 1px solid rgba(0, 200, 112, 0.2);
    border-radius: 12px;
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.5);
    z-index: 1099;
    overflow: visible;
    display: flex;
    flex-direction: column;
    outline: none;
}

.unified-menu-cascade-popover[b-f3f72rrcls] {
    position: fixed;
    top: var(--cascade-top, 60px);
    left: 340px;
    width: 280px;
    max-height: calc(100vh - var(--cascade-top, 60px) - 16px);
    background-color: #071912;
    border: 1px solid rgba(0, 200, 112, 0.2);
    border-radius: 12px;
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.5);
    z-index: 1100;
    display: flex;
    flex-direction: column;
}

.unified-menu-header[b-f3f72rrcls] {
    padding: 14px 16px;
    border-bottom: 1px solid rgba(0, 200, 112, 0.12);
    flex-shrink: 0;
}

.unified-menu-header-row[b-f3f72rrcls] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.unified-menu-org-name[b-f3f72rrcls] {
    font-weight: 600;
    color: #FFFFFF;
    font-size: 0.9375rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1 1 auto;
    min-width: 0;
}

.unified-menu-test-pill[b-f3f72rrcls] {
    display: inline-flex;
    align-items: center;
    padding: 2px 8px;
    background-color: rgba(245, 158, 11, 0.16);
    color: #F59E0B;
    border: 1px solid rgba(245, 158, 11, 0.4);
    border-radius: 999px;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-decoration: none;
    flex-shrink: 0;
}

.unified-menu-test-pill:hover[b-f3f72rrcls] {
    background-color: rgba(245, 158, 11, 0.24);
    color: #F59E0B;
    text-decoration: none;
}

.unified-menu-body[b-f3f72rrcls] {
    padding: 8px;
    overflow-y: auto;
}

.unified-menu-section-header[b-f3f72rrcls] {
    color: rgba(255, 255, 255, 0.4);
    font-size: 0.6875rem;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 12px 12px 6px 12px;
}

/* Item-level rules use ::deep so they apply to NavLink-rendered <a> elements
   (child components don't inherit the parent's scoped CSS attribute). */
[b-f3f72rrcls] .unified-menu-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 12px;
    border-radius: 8px;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 0.875rem;
    background: none;
    border: none;
    border-left: 2px solid transparent;
    width: 100%;
    cursor: pointer;
    font-family: inherit;
    text-align: left;
    box-sizing: border-box;
}

[b-f3f72rrcls] .unified-menu-item:hover {
    background-color: rgba(0, 200, 112, 0.06);
    color: #FFFFFF;
    text-decoration: none;
}

[b-f3f72rrcls] .unified-menu-item-active {
    border-left-color: #00C870;
    color: #FFFFFF;
    background-color: rgba(0, 200, 112, 0.08);
}

[b-f3f72rrcls] .unified-menu-item-cascade-open {
    background-color: rgba(0, 200, 112, 0.08);
}

[b-f3f72rrcls] .unified-menu-icon {
    color: rgba(255, 255, 255, 0.7);
    flex-shrink: 0;
}

[b-f3f72rrcls] .unified-menu-item-active .unified-menu-icon,
[b-f3f72rrcls] .unified-menu-item:hover .unified-menu-icon {
    color: #00C870;
}

[b-f3f72rrcls] .unified-menu-label {
    flex: 1 1 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

[b-f3f72rrcls] .unified-menu-cascade-arrow {
    color: rgba(255, 255, 255, 0.4);
    flex-shrink: 0;
}

.unified-menu-divider[b-f3f72rrcls] {
    border-bottom: 1px solid rgba(0, 200, 112, 0.12);
    margin: 8px 0;
}

.unified-menu-empty[b-f3f72rrcls] {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.875rem;
    padding: 12px;
    margin: 0;
}

.unified-menu-cascade-header[b-f3f72rrcls] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.unified-menu-back-btn[b-f3f72rrcls] {
    display: none;
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.7);
    cursor: pointer;
    padding: 4px;
    border-radius: 6px;
    flex-shrink: 0;
}

.unified-menu-back-btn:hover[b-f3f72rrcls] {
    background-color: rgba(0, 200, 112, 0.06);
    color: #FFFFFF;
}

/* ── Mobile responsive (≤640px) ── */
@media (max-width: 640px) {
    .unified-menu-popover[b-f3f72rrcls] {
        top: 56px;
        left: 0;
        right: 0;
        width: 100vw;
        max-height: calc(100vh - 56px);
        border-radius: 0;
        border-left: none;
        border-right: none;
    }

    .unified-menu-cascade-popover[b-f3f72rrcls] {
        top: 56px !important;
        left: 0;
        right: 0;
        width: 100vw;
        max-height: calc(100vh - 56px) !important;
        border-radius: 0;
        border-left: none;
        border-right: none;
        z-index: 1101;
    }

    .unified-menu-back-btn[b-f3f72rrcls] {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    /* Tap targets: bump padding so each row is ≥44px tall */
    [b-f3f72rrcls] .unified-menu-item {
        padding: 12px 14px;
    }

    .unified-menu-section-header[b-f3f72rrcls] {
        padding-top: 16px;
    }
}
/* /Shared/Components/SeatingChartPreview.razor.rz.scp.css */
.scp-container[b-jh0bug346u] {
    position: relative;
    width: 100%;
    height: 180px;
    background: radial-gradient(ellipse at center, #0D1F18, #071210);
    border-radius: 8px 8px 0 0;
    overflow: hidden;
}

.scp-section[b-jh0bug346u] {
    position: absolute;
    background: #0f1a35;
    border: 1px solid #1e2d4a;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.scp-section--stage[b-jh0bug346u] {
    background: linear-gradient(180deg, #2a1a3e, #1a1028);
    border-color: #6b3fa088;
}

.scp-section--ga[b-jh0bug346u] {
    background: linear-gradient(180deg, #0a1f14, #061210);
    border-color: #1a3a2a88;
}

.scp-section--table[b-jh0bug346u] {
    background: #0f1a28;
    border-color: #2a3a1a88;
}

.scp-label[b-jh0bug346u] {
    font-size: 8px;
    font-weight: 600;
    color: rgba(226, 232, 240, 0.7);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 3px;
    text-align: center;
}

.scp-empty[b-jh0bug346u] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
/* /Shared/EventDateTimes/Components/EventDateTimeAddEdit.razor.rz.scp.css */
.zone-banner[b-5k80hks9o5] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 8px;
    background: rgba(0, 200, 112, 0.08);
    border: 1px solid rgba(0, 200, 112, 0.18);
    color: #B8B9B6;
    font-size: 0.875rem;
}

.zone-banner strong[b-5k80hks9o5] {
    color: #00C870;
    font-weight: 600;
}
/* /Shared/EventDateTimes/Components/EventDateTimeDetails.razor.rz.scp.css */
.edt-details[b-o4li1ci7cw] {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 24px;
    max-width: 1400px;
}

/* Header */
.edt-header[b-o4li1ci7cw] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
    flex-wrap: wrap;
}

.edt-header-actions[b-o4li1ci7cw] {
    display: flex;
    gap: 8px;
    align-items: center;
}

/* Summary Cards */
.edt-cards[b-o4li1ci7cw] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 16px;
}

.edt-card[b-o4li1ci7cw] {
    padding: 20px;
    border-radius: 8px;
    border: 1px solid var(--mud-palette-table-lines);
}

/* Sections */
.edt-section[b-o4li1ci7cw] {
    padding: 24px;
    border-radius: 8px;
    border: 1px solid var(--mud-palette-table-lines);
}

.edt-section-title-row[b-o4li1ci7cw] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

/* Show Info Grid */
.edt-info-grid[b-o4li1ci7cw] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 16px;
}

.edt-info-item[b-o4li1ci7cw] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

/* Seating Chart */
.edt-seating-legend[b-o4li1ci7cw] {
    display: flex;
    gap: 20px;
    margin-bottom: 16px;
    flex-wrap: wrap;
}

.edt-legend-item[b-o4li1ci7cw] {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.8rem;
    color: #94a3b8;
}

.edt-legend-dot[b-o4li1ci7cw] {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    display: inline-block;
    border: 2px solid transparent;
}

.edt-dot-available[b-o4li1ci7cw] {
    background: #2a2a4a;
    border-color: #4a4a6a;
}

.edt-dot-held[b-o4li1ci7cw] {
    background: #ff8400;
    border-color: #ff8400;
}

.edt-dot-sold[b-o4li1ci7cw] {
    background: #252538;
    border-color: #3a3a50;
    opacity: 0.45;
}

.edt-seating-canvas[b-o4li1ci7cw] {
    position: relative;
    min-height: 300px;
    border: 1px solid #2a2a3e;
    border-radius: 16px;
    background: #020E0A;
    overflow: auto;
    padding: 16px;
}

/* Section cards inside the seating canvas */
.edt-section-card[b-o4li1ci7cw] {
    position: absolute;
    border: 1px solid #2a2a3e;
    border-radius: 12px;
    background: #1a1a2e;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
    transform-origin: center;
}

.edt-section-stage[b-o4li1ci7cw] {
    border-style: dashed;
}

.edt-section-header[b-o4li1ci7cw] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 10px;
    background: transparent;
    border-radius: 12px 12px 0 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.edt-section-name[b-o4li1ci7cw] {
    font-weight: 600;
    font-size: 0.75rem;
    color: #e2e8f0;
    max-width: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.edt-section-body[b-o4li1ci7cw] {
    position: relative;
    flex: 1;
    padding: 8px;
    overflow: hidden;
    border-radius: 0 0 12px 12px;
}

.edt-section-body-stage[b-o4li1ci7cw] {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #94a3b8;
    font-weight: 600;
}

.edt-section-body-ga[b-o4li1ci7cw] {
    padding: 0;
}

/* Stage label */
.edt-stage-label[b-o4li1ci7cw] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    gap: 8px;
    color: #94a3b8;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.edt-stage-label i[b-o4li1ci7cw] {
    font-size: 1.5rem;
}

.edt-stage-label span[b-o4li1ci7cw] {
    font-size: 0.85rem;
}

/* GA info */
.edt-ga-info[b-o4li1ci7cw] {
    position: absolute;
    inset: 6px;
    border-radius: 6px;
    background-color: rgba(255, 255, 255, 0.03);
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 24px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    text-align: center;
    color: #94a3b8;
    font-size: 0.75rem;
}

.edt-ga-icon[b-o4li1ci7cw] {
    font-size: 1.2rem;
    color: #64748b;
    margin-bottom: 2px;
}

.edt-ga-title[b-o4li1ci7cw] {
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.02em;
}

.edt-ga-subtitle[b-o4li1ci7cw] {
    font-size: 0.65rem;
    font-weight: 400;
    color: #64748b;
}

/* Seats */
.edt-seat[b-o4li1ci7cw] {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid transparent;
    cursor: default;
    transition: opacity 0.15s;
}

.edt-seat-available[b-o4li1ci7cw] {
    background: #2a2a4a;
    border-color: transparent;
}

.edt-seat-held[b-o4li1ci7cw] {
    background: #ff8400;
    border-color: #ff8400;
}

.edt-seat-sold[b-o4li1ci7cw] {
    background: #252538;
    border-color: #3a3a50;
    opacity: 0.45;
}
/* /Shared/Events/Components/EventAddEdit.razor.rz.scp.css */
.calendar-btn-anchor[b-cppje1fvpm] {
    position: relative;
    display: inline-block;
}

[b-cppje1fvpm] .calendar-popover {
    z-index: 1300 !important;
}

.optional-details-toggle[b-cppje1fvpm] {
    display: flex;
    align-items: center;
    gap: 6px;
    width: fit-content;
    color: #6B8F7B;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    user-select: none;
    padding: 4px 0;
}

.optional-details-toggle:hover[b-cppje1fvpm] {
    color: #00C870;
}

.cal-hint[b-cppje1fvpm] {
    color: #6B8F7B;
    font-size: 12px;
    font-style: italic;
    white-space: nowrap;
}

.sales-label-row[b-cppje1fvpm] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

/* ── Sales Window fieldset internal layout ── */
.sales-start-fields[b-cppje1fvpm] {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.sales-start-fields > .field-group[b-cppje1fvpm] {
    min-width: 180px;
}

.sales-window-label[b-cppje1fvpm] {
    font-size: 11px;
    font-weight: 700;
    color: #5A9A7A;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 8px;
}

/* /Shared/Events/Components/EventDetails.razor.rz.scp.css */
.label[b-wy514wrbb4] {
    font-size: 12px;
    line-height: 12px;
    color: #6A7781;
    padding: 0.5em 0.5em 0em 0.5em;
}

.value[b-wy514wrbb4] {
    font-size: 14px;
    font-weight: 600;
    padding: 0em 0.5em 0.5em 0.5em;
}
/* /Shared/LynxAiChat/LynxAiChat.razor.rz.scp.css */
/* ── FAB ── */
.lynx-chat-fab-wrap[b-odnnde4ri1] {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 9990;
    display: flex;
    align-items: center;
    gap: 10px;
}

.lynx-chat-fab[b-odnnde4ri1] {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    cursor: pointer;
    background: linear-gradient(135deg, #00C870 0%, #0A8A4A 100%);
    box-shadow: 0 4px 16px rgba(0, 200, 112, 0.25), 0 0 24px rgba(0, 200, 112, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
    animation: lynxFabPulse-b-odnnde4ri1 3s ease-in-out infinite;
    flex-shrink: 0;
}

.lynx-chat-fab:hover[b-odnnde4ri1] {
    transform: scale(1.08);
    box-shadow: 0 6px 24px rgba(0, 200, 112, 0.35), 0 0 32px rgba(0, 200, 112, 0.2);
}

.lynx-chat-fab.dimmed[b-odnnde4ri1] {
    opacity: 0.4;
    animation: none;
    pointer-events: none;
}

.lynx-chat-fab[b-odnnde4ri1] {
    overflow: visible;
    position: relative;
}

.lynx-chat-nibsy-fab[b-odnnde4ri1] {
    width: 60px;
    height: 62px;
    object-fit: contain;
    position: absolute;
    top: -8px;
    left: -4px;
    pointer-events: none;
}

.lynx-chat-fab-label[b-odnnde4ri1] {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #8BC9A3;
    cursor: pointer;
    white-space: nowrap;
    padding: 6px 12px;
    background: #071912;
    border: 1px solid rgba(0, 200, 112, 0.15);
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
    transition: color 0.15s ease;
}

.lynx-chat-fab-label:hover[b-odnnde4ri1] { color: #E8E0C8; }

@keyframes lynxFabPulse-b-odnnde4ri1 {
    0%, 100% { box-shadow: 0 4px 16px rgba(0, 200, 112, 0.25), 0 0 24px rgba(0, 200, 112, 0.15); }
    50% { box-shadow: 0 4px 20px rgba(0, 200, 112, 0.35), 0 0 36px rgba(0, 200, 112, 0.25); }
}

/* ── Chat Window ── */
.lynx-chat-window[b-odnnde4ri1] {
    position: fixed;
    bottom: 90px;
    right: 24px;
    z-index: 9991;
    display: flex;
    flex-direction: column;
    background: #071912;
    border: 1.5px solid rgba(0, 200, 112, 0.25);
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.6), 0 0 20px rgba(0, 200, 112, 0.08);
    overflow: hidden;
}

.lynx-chat-titlebar[b-odnnde4ri1] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 12px;
    height: 40px;
    background: linear-gradient(90deg, #0D2A1F 0%, #071912 100%);
    cursor: grab;
    flex-shrink: 0;
    user-select: none;
    border-bottom: 1px solid rgba(0, 200, 112, 0.12);
}

.lynx-chat-titlebar:active[b-odnnde4ri1] { cursor: grabbing; }

.lynx-chat-titlebar-avatar[b-odnnde4ri1] {
    width: 22px;
    height: 22px;
    border-radius: 11px;
    background: rgba(0, 200, 112, 0.125);
    border: 1px solid rgba(0, 200, 112, 0.19);
    flex-shrink: 0;
    position: relative;
    overflow: visible;
}

.lynx-chat-nibsy-title[b-odnnde4ri1] {
    width: 26px;
    height: 27px;
    object-fit: contain;
    position: absolute;
    top: -4px;
    left: -2px;
    pointer-events: none;
}

.lynx-chat-title[b-odnnde4ri1] {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #E8E0C8;
}

.lynx-chat-status[b-odnnde4ri1] {
    display: flex;
    align-items: center;
    gap: 5px;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 9px;
    font-weight: 600;
    color: #00C870;
    background: rgba(0, 200, 112, 0.08);
    padding: 3px 8px;
    border-radius: 10px;
}

.lynx-chat-status-dot[b-odnnde4ri1] {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #00C870;
}

.lynx-chat-status-dot.pulsing[b-odnnde4ri1] {
    animation: lynxStatusPulse-b-odnnde4ri1 1s ease-in-out infinite;
}

@keyframes lynxStatusPulse-b-odnnde4ri1 {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.3; }
}

.lynx-chat-btn[b-odnnde4ri1] {
    font-size: 13px;
    color: #5A9A7A;
    cursor: pointer;
    padding: 4px;
    line-height: 1;
    transition: color 0.15s ease;
}

.lynx-chat-btn:hover[b-odnnde4ri1] { color: #E8E0C8; }

/* ── Messages ── */
.lynx-chat-messages[b-odnnde4ri1] {
    flex: 1;
    overflow-y: auto;
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-height: 0;
}

.lynx-chat-empty[b-odnnde4ri1] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-align: center;
    padding: 20px;
    gap: 8px;
}

.lynx-chat-empty-icon[b-odnnde4ri1] {
    width: 40px;
    height: 40px;
    object-fit: contain;
    opacity: 0.25;
}

.lynx-chat-empty-text[b-odnnde4ri1] {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 12px;
    color: #5A9A7A;
    max-width: 240px;
    line-height: 1.5;
}

.lynx-chat-row-user[b-odnnde4ri1] { display: flex; justify-content: flex-end; }

.lynx-chat-row-ai[b-odnnde4ri1] {
    display: flex;
    gap: 8px;
    align-items: flex-start;
}

.lynx-chat-avatar[b-odnnde4ri1] {
    width: 28px;
    height: 28px;
    border-radius: 14px;
    background: rgba(0, 200, 112, 0.125);
    border: 1px solid rgba(0, 200, 112, 0.19);
    flex-shrink: 0;
    position: relative;
    overflow: visible;
}

.lynx-chat-nibsy-msg[b-odnnde4ri1] {
    width: 33px;
    height: 34px;
    object-fit: contain;
    position: absolute;
    top: -5px;
    left: -2.5px;
    pointer-events: none;
}

.lynx-chat-bubble-user[b-odnnde4ri1] {
    max-width: 80%;
    padding: 10px 12px;
    background: #0E3A28;
    border-radius: 12px 12px 2px 12px;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 12px;
    color: #E8E0C8;
    line-height: 1.4;
}

.lynx-chat-bubble-ai[b-odnnde4ri1] {
    flex: 1;
    padding: 10px 12px;
    background: #0A1F16;
    border: 1px solid rgba(0, 200, 112, 0.1);
    border-radius: 12px 12px 12px 2px;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 12px;
    color: #E8E0C8;
    line-height: 1.4;
}

.lynx-chat-ai-text[b-odnnde4ri1] {
    white-space: pre-wrap;
    word-break: break-word;
}

/* 3-dot typing indicator */
.lynx-chat-typing[b-odnnde4ri1] {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 4px 0;
}

.lynx-chat-dot[b-odnnde4ri1] {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #00C870;
    animation: lynxDotBounce-b-odnnde4ri1 1.4s ease-in-out infinite;
}

.lynx-chat-dot:nth-child(2)[b-odnnde4ri1] {
    animation-delay: 0.2s;
}

.lynx-chat-dot:nth-child(3)[b-odnnde4ri1] {
    animation-delay: 0.4s;
}

@keyframes lynxDotBounce-b-odnnde4ri1 {
    0%, 60%, 100% { transform: translateY(0); opacity: 0.4; }
    30% { transform: translateY(-6px); opacity: 1; }
}

/* Actions (table layout checkmarks) */
.lynx-chat-actions[b-odnnde4ri1] {
    margin-top: 6px;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.lynx-chat-action[b-odnnde4ri1] {
    font-size: 11px;
    color: #00C870;
}

/* Suggestion cards */
.lynx-chat-suggestions[b-odnnde4ri1] {
    margin-top: 8px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.lynx-chat-suggestion-card[b-odnnde4ri1] {
    background: rgba(0, 200, 112, 0.06);
    border: 1px solid rgba(0, 200, 112, 0.15);
    border-radius: 8px;
    padding: 8px 10px;
}

.lynx-chat-suggestion-field[b-odnnde4ri1] {
    font-size: 10px;
    font-weight: 600;
    color: #00C870;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
}

.lynx-chat-suggestion-preview[b-odnnde4ri1] {
    font-size: 11px;
    color: #8BC9A3;
    line-height: 1.4;
    margin-bottom: 6px;
    word-break: break-word;
}

.lynx-chat-apply-btn[b-odnnde4ri1] {
    background: transparent;
    border: 1px solid rgba(0, 200, 112, 0.3);
    color: #00C870;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 11px;
    font-weight: 600;
    padding: 3px 10px;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.15s ease;
}

.lynx-chat-apply-btn:hover[b-odnnde4ri1] {
    background: rgba(0, 200, 112, 0.1);
}

.lynx-chat-apply-all-btn[b-odnnde4ri1] {
    background: rgba(0, 200, 112, 0.08);
    border: 1px solid rgba(0, 200, 112, 0.25);
    color: #00C870;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 11px;
    font-weight: 600;
    padding: 6px 12px;
    border-radius: 6px;
    cursor: pointer;
    width: 100%;
    margin-top: 4px;
}

.lynx-chat-apply-all-btn:hover[b-odnnde4ri1] {
    background: rgba(0, 200, 112, 0.15);
}

.lynx-chat-applied-badge[b-odnnde4ri1] {
    font-size: 10px;
    color: #00C870;
    margin-top: 4px;
    font-weight: 600;
}

.lynx-chat-time[b-odnnde4ri1] {
    font-size: 9px;
    color: #5A9A7A;
    margin-top: 4px;
}

/* ── Attachment Chips (in user messages) ── */
.lynx-chat-attach-chips[b-odnnde4ri1] {
    margin-top: 6px;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}

.lynx-chat-attach-chip[b-odnnde4ri1] {
    display: flex;
    align-items: center;
    gap: 4px;
    background: rgba(0, 200, 112, 0.08);
    border: 1px solid rgba(0, 200, 112, 0.15);
    border-radius: 4px;
    padding: 2px 6px;
    font-size: 10px;
    color: #8BC9A3;
}

.lynx-chat-attach-thumb[b-odnnde4ri1] {
    width: 20px;
    height: 20px;
    object-fit: cover;
    border-radius: 2px;
}

.lynx-chat-attach-name[b-odnnde4ri1] {
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* ── Pending Files Preview ── */
.lynx-chat-pending-files[b-odnnde4ri1] {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 6px 10px;
    border-top: 1px solid rgba(0, 200, 112, 0.08);
    background: #0A1F16;
}

.lynx-chat-file-chip[b-odnnde4ri1] {
    display: flex;
    align-items: center;
    gap: 4px;
    background: rgba(0, 200, 112, 0.08);
    border: 1px solid rgba(0, 200, 112, 0.15);
    border-radius: 6px;
    padding: 4px 8px;
    font-size: 11px;
    color: #8BC9A3;
}

.lynx-chat-file-thumb[b-odnnde4ri1] {
    width: 24px;
    height: 24px;
    object-fit: cover;
    border-radius: 3px;
}

.lynx-chat-file-name[b-odnnde4ri1] {
    max-width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.lynx-chat-file-remove[b-odnnde4ri1] {
    cursor: pointer;
    color: #5A9A7A;
    font-size: 10px;
    padding: 0 2px;
    transition: color 0.15s ease;
}

.lynx-chat-file-remove:hover[b-odnnde4ri1] { color: #EF4444; }

/* ── Input Bar ── */
.lynx-chat-input-bar[b-odnnde4ri1] {
    display: flex;
    gap: 8px;
    align-items: flex-end;
    padding: 8px 10px;
    border-top: 1px solid rgba(0, 200, 112, 0.12);
    background: #0A1F16;
    flex-shrink: 0;
}

.lynx-chat-upload-btn[b-odnnde4ri1] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(0, 200, 112, 0.1);
    border: 1px solid rgba(0, 200, 112, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex-shrink: 0;
    color: #00C870;
    transition: background 0.15s ease;
}

.lynx-chat-upload-btn:hover[b-odnnde4ri1] {
    background: rgba(0, 200, 112, 0.2);
}

.lynx-chat-input-field[b-odnnde4ri1] {
    flex: 1;
    background: #071912;
    border: 1px solid rgba(0, 200, 112, 0.15);
    border-radius: 16px;
    padding: 8px 14px;
    display: flex;
    align-items: flex-end;
}

[b-odnnde4ri1] .lynx-chat-input-field textarea {
    background: transparent;
    border: none;
    outline: none;
    color: #E8E0C8;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 12px;
    width: 100%;
    resize: none;
    overflow-y: hidden;
    line-height: 1.4;
    min-height: 1.4em;
    max-height: calc(1.4em * 5 + 2px);
}

[b-odnnde4ri1] .lynx-chat-input-field textarea::placeholder {
    color: #3A5A4A;
    font-style: italic;
}

/* Ensure textarea in non-scoped context also works */
.lynx-chat-input-field textarea[b-odnnde4ri1] {
    background: transparent;
    border: none;
    outline: none;
    color: #E8E0C8;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 12px;
    width: 100%;
    resize: none;
    overflow-y: hidden;
    line-height: 1.4;
    min-height: 1.4em;
    max-height: calc(1.4em * 5 + 2px);
}

.lynx-chat-input-field textarea[b-odnnde4ri1]::placeholder {
    color: #3A5A4A;
    font-style: italic;
}

.lynx-chat-send-btn[b-odnnde4ri1] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #00C870;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex-shrink: 0;
    transition: opacity 0.15s ease;
}

.lynx-chat-send-btn span[b-odnnde4ri1] {
    font-size: 13px;
    color: #020E0A;
    line-height: 1;
}

.lynx-chat-send-btn.disabled[b-odnnde4ri1] {
    opacity: 0.4;
    pointer-events: none;
}

/* ── Resize Edges & Corners ── */
.lynx-chat-resize-n[b-odnnde4ri1], .lynx-chat-resize-s[b-odnnde4ri1],
.lynx-chat-resize-e[b-odnnde4ri1], .lynx-chat-resize-w[b-odnnde4ri1],
.lynx-chat-resize-nw[b-odnnde4ri1], .lynx-chat-resize-ne[b-odnnde4ri1],
.lynx-chat-resize-sw[b-odnnde4ri1], .lynx-chat-resize-se[b-odnnde4ri1] {
    position: absolute;
    z-index: 10;
}

.lynx-chat-resize-n[b-odnnde4ri1] { top: -3px; left: 8px; right: 8px; height: 6px; cursor: ns-resize; }
.lynx-chat-resize-s[b-odnnde4ri1] { bottom: -3px; left: 8px; right: 8px; height: 6px; cursor: ns-resize; }
.lynx-chat-resize-e[b-odnnde4ri1] { right: -3px; top: 8px; bottom: 8px; width: 6px; cursor: ew-resize; }
.lynx-chat-resize-w[b-odnnde4ri1] { left: -3px; top: 8px; bottom: 8px; width: 6px; cursor: ew-resize; }
.lynx-chat-resize-nw[b-odnnde4ri1] { top: -4px; left: -4px; width: 12px; height: 12px; cursor: nwse-resize; }
.lynx-chat-resize-ne[b-odnnde4ri1] { top: -4px; right: -4px; width: 12px; height: 12px; cursor: nesw-resize; }
.lynx-chat-resize-sw[b-odnnde4ri1] { bottom: -4px; left: -4px; width: 12px; height: 12px; cursor: nesw-resize; }
.lynx-chat-resize-se[b-odnnde4ri1] { bottom: -4px; right: -4px; width: 12px; height: 12px; cursor: nwse-resize; }

/* ── Docked variant — chrome-hosted right-side panel ── */
.lynx-chat-window.lynx-chat-docked[b-odnnde4ri1] {
    position: fixed !important;
    top: 56px !important;
    right: 0 !important;
    bottom: 0 !important;
    left: auto !important;
    width: 380px !important;
    height: auto !important;
    border-radius: 0 !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    box-shadow: -16px 0 32px rgba(0, 0, 0, 0.4) !important;
}

/* On mobile (≤640px), the docked panel takes the full viewport */
@media (max-width: 640px) {
    .lynx-chat-window.lynx-chat-docked[b-odnnde4ri1] {
        top: 0 !important;
        width: 100vw !important;
        z-index: 1200 !important;
    }
}

/* Drag cursor reverts to default when docked (titlebar isn't draggable) */
.lynx-chat-window.lynx-chat-docked .lynx-chat-titlebar[b-odnnde4ri1] {
    cursor: default;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.tiklynx-main[b-u85sbae5ry] {
    background-color: #020E0A;
    min-height: 100vh;
    padding-top: 56px;
}
/* /Shared/NotAuthorizedPanel.razor.rz.scp.css */
.na-panel[b-hvf1v6vorl] {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 24px;
    margin: 24px auto;
    max-width: 720px;
    background: #0F2419;
    border: 1px solid rgba(0, 200, 112, 0.18);
    border-radius: 12px;
}

.na-icon[b-hvf1v6vorl] {
    flex: 0 0 auto;
    color: #FFB020 !important;
    font-size: 40px !important;
}

.na-text[b-hvf1v6vorl] {
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 0;
}

.na-title[b-hvf1v6vorl] {
    color: #FFFFFF;
    font-weight: 700;
}

.na-desc[b-hvf1v6vorl] {
    color: #B8B9B6;
    line-height: 1.5;
}
/* /Shared/OrderManualPanels.razor.rz.scp.css */
.omp-banner[b-vbxzbqkl7x] {
    display: flex;
    align-items: center;
    gap: 14px;
    background: #1F1208;
    border: 1px solid #FF8400;
    border-radius: 10px;
    padding: 14px 16px;
}

.omp-banner-text[b-vbxzbqkl7x] {
    flex: 1;
}

.omp-banner-title[b-vbxzbqkl7x] {
    color: #FF8400;
    font-weight: 700;
}

.omp-banner-sub[b-vbxzbqkl7x] {
    color: #FFB87A;
    font-size: 12px;
    margin-top: 2px;
}

.omp-card[b-vbxzbqkl7x] {
    background: #071912;
    border: 1px solid #1a3a2a;
    border-radius: 10px;
    padding: 14px 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 12px;
}

.omp-card-h[b-vbxzbqkl7x] {
    color: #5A9A7A;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    gap: 6px;
    justify-content: space-between;
}

.omp-card-pill[b-vbxzbqkl7x] {
    background: #062B1F;
    color: #00C870;
    padding: 2px 8px;
    border-radius: 999px;
    font-size: 10px;
    font-weight: 700;
}

.omp-row[b-vbxzbqkl7x] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.omp-row-l[b-vbxzbqkl7x] {
    color: #94a3b8;
    font-size: 12px;
}

.omp-row-r[b-vbxzbqkl7x] {
    color: #E8E0C8;
    font-size: 13px;
    font-weight: 500;
}

.omp-notes-l[b-vbxzbqkl7x] {
    color: #94a3b8;
    font-size: 11px;
    margin-top: 4px;
}

.omp-notes[b-vbxzbqkl7x] {
    background: #020E0A;
    border: 1px solid #1a3a2a;
    border-radius: 6px;
    padding: 8px 10px;
    color: #B8B9B6;
    font-size: 12px;
    line-height: 1.4;
}

.omp-tender[b-vbxzbqkl7x] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    border-top: 1px solid #1a3a2a;
}

.omp-tender:first-of-type[b-vbxzbqkl7x] {
    border-top: none;
}

.omp-tender-method[b-vbxzbqkl7x] {
    color: #E8E0C8;
    font-size: 13px;
    font-weight: 600;
}

.omp-tender-meta[b-vbxzbqkl7x] {
    color: #5A9A7A;
    font-size: 11px;
}

.omp-tender-r[b-vbxzbqkl7x] {
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 2px;
}

.omp-tender-amt[b-vbxzbqkl7x] {
    color: #E8E0C8;
    font-weight: 700;
}

.omp-tender-neg[b-vbxzbqkl7x] {
    color: #FF5C33;
}

.omp-tender-actions[b-vbxzbqkl7x] {
    display: flex;
    gap: 4px;
}
/* /Shared/Permissions/Components/ClientApplicationPermissionsDetails.razor.rz.scp.css */
.cape-card[b-ophhzv4948] {
    background: #0A1A12;
    border: 1px solid rgba(0, 200, 112, 0.18);
    border-radius: 8px;
    margin-top: 16px;
    overflow: hidden;
    outline: none;
}

.cape-loading[b-ophhzv4948] {
    opacity: 0.6;
    pointer-events: none;
}

.cape-savebar[b-ophhzv4948] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 16px 20px;
    background: #082015;
    border-bottom: 1px solid #1F3A2A;
    position: sticky;
    top: 0;
    z-index: 5;
}

.cape-savebar-dirty[b-ophhzv4948] {
    background: #102A1B;
    border-bottom-color: rgba(255, 176, 32, 0.4);
}

.cape-savebar-left[b-ophhzv4948] {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.cape-title[b-ophhzv4948] {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 700;
}

.cape-pending[b-ophhzv4948] {
    color: #FFB020;
    font-size: 11px;
    font-weight: 500;
}

.cape-saved[b-ophhzv4948] {
    color: #888888;
    font-size: 11px;
    font-weight: 500;
}

.cape-savebar-right[b-ophhzv4948] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.cape-link[b-ophhzv4948] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 12px;
    background: transparent;
    border: 0;
    color: #B8B9B6;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
}

.cape-link:hover[b-ophhzv4948] {
    color: #FFFFFF;
}

.cape-link-icon[b-ophhzv4948] {
    color: inherit !important;
    font-size: 14px !important;
}

.cape-btn[b-ophhzv4948] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 9px 16px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    line-height: 1;
    border: 0;
}

.cape-btn-icon[b-ophhzv4948] {
    color: inherit !important;
    font-size: 16px !important;
}

.cape-btn-ghost[b-ophhzv4948] {
    background: transparent;
    border: 1px solid #444444;
    color: #E0E0E0;
}

.cape-btn-ghost:hover[b-ophhzv4948] {
    border-color: #666666;
}

.cape-btn-primary[b-ophhzv4948] {
    background: #00C870;
    color: #06120C;
}

.cape-btn-primary:hover:not(:disabled)[b-ophhzv4948] {
    background: #00B062;
}

.cape-btn-primary:disabled[b-ophhzv4948] {
    background: #1F3A2A;
    color: #444444;
    cursor: not-allowed;
}

.cape-body[b-ophhzv4948] {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.cape-admin-row[b-ophhzv4948] {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px;
    background: #0F2419;
    border: 1px solid #1F3A2A;
    border-radius: 8px;
}

.cape-admin-row-on[b-ophhzv4948] {
    background: #0F3D2A;
    border-color: #00C870;
}

.cape-admin-info[b-ophhzv4948] {
    display: flex;
    flex-direction: column;
    gap: 2px;
    flex: 1 1 auto;
}

.cape-admin-title[b-ophhzv4948] {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
}

.cape-admin-row-on .cape-admin-title[b-ophhzv4948] {
    color: #00C870;
    font-weight: 700;
}

.cape-admin-desc[b-ophhzv4948] {
    color: #B8B9B6;
    font-size: 11px;
    line-height: 1.5;
}

.cape-grid[b-ophhzv4948] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

@media (max-width: 1100px) {
    .cape-grid[b-ophhzv4948] {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 800px) {
    .cape-grid[b-ophhzv4948] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 520px) {
    .cape-grid[b-ophhzv4948] {
        grid-template-columns: 1fr;
    }
}

.cape-cell[b-ophhzv4948] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 14px;
    background: #0F2419;
    border: 1px solid #1F3A2A;
    border-radius: 8px;
}

.cape-cell-admin[b-ophhzv4948] {
    opacity: 0.85;
}

.cape-cell-label[b-ophhzv4948] {
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 600;
}

.cape-row[b-ophhzv4948] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    user-select: none;
}

.cape-row-label[b-ophhzv4948] {
    color: #B8B9B6;
    font-size: 12px;
    font-weight: 500;
}

.cape-row-on .cape-row-label[b-ophhzv4948] {
    color: #FFFFFF;
}

.cape-checkbox[b-ophhzv4948] {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
}

.cape-checkbox-sm[b-ophhzv4948] {
    width: 18px;
    height: 18px;
}

.cape-checkbox input[type="checkbox"][b-ophhzv4948] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 1;
}

.cape-checkbox input[type="checkbox"]:disabled[b-ophhzv4948] {
    cursor: not-allowed;
}

.cape-checkbox-box[b-ophhzv4948] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: transparent;
    border: 1.5px solid #444444;
    border-radius: 4px;
    transition: all 0.12s ease;
}

.cape-checkbox-on .cape-checkbox-box[b-ophhzv4948] {
    background: #00C870;
    border-color: #00C870;
}

.cape-checkbox-dirty.cape-checkbox-on .cape-checkbox-box[b-ophhzv4948] {
    background: #FFB020;
    border-color: #FFB020;
}

.cape-checkbox-dirty:not(.cape-checkbox-on) .cape-checkbox-box[b-ophhzv4948] {
    border-color: #FFB020;
    box-shadow: 0 0 0 2px rgba(255, 176, 32, 0.18);
}

.cape-check-icon[b-ophhzv4948] {
    color: #06120C !important;
    font-size: 14px !important;
}

.cape-chip[b-ophhzv4948] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 700;
    width: fit-content;
}

.cape-chip-all[b-ophhzv4948] {
    background: #00C870;
    color: #06120C;
}

.cape-chip-icon-dark[b-ophhzv4948] {
    color: #06120C !important;
    font-size: 14px !important;
}

/* ── Sales Actions toggle row (edit mode) ───────────────────────────
   Renders 4 binary action toggles separately from the feature grid.
   Pencil source: TikLynx-Design.pen frames R8oED (w2-dirty) + uQWTZ (w3-admin). */
.cape-sales[b-ophhzv4948] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 14px;
    background: #0F2419;
    border: 1px solid #1F3A2A;
    border-radius: 8px;
}

.cape-sales-admin[b-ophhzv4948] {
    opacity: 0.9;
}

.cape-sales-header[b-ophhzv4948] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.cape-sales-title[b-ophhzv4948] {
    color: #00C870;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
}

.cape-sales-note[b-ophhzv4948] {
    color: #B8B9B6;
    font-size: 10px;
    font-style: italic;
}

.cape-sales-note-dirty[b-ophhzv4948] {
    color: #FFB020;
}

.cape-sales-grid[b-ophhzv4948] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

@media (max-width: 1100px) {
    .cape-sales-grid[b-ophhzv4948] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 520px) {
    .cape-sales-grid[b-ophhzv4948] {
        grid-template-columns: 1fr;
    }
}

.cape-sales-cell[b-ophhzv4948] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    background: #0A1A12;
    border: 1px solid #1F3A2A;
    border-radius: 6px;
    cursor: pointer;
    text-align: left;
    font: inherit;
    color: inherit;
    transition: border-color 0.12s ease;
}

.cape-sales-cell:hover:not(:disabled)[b-ophhzv4948] {
    border-color: #00C870;
}

.cape-sales-cell:disabled[b-ophhzv4948] {
    cursor: not-allowed;
}

.cape-sales-cell-dirty[b-ophhzv4948] {
    border-color: #FFB020 !important;
}

.cape-sales-switch[b-ophhzv4948] {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    width: 34px;
    height: 18px;
    padding: 2px;
    border-radius: 999px;
    box-sizing: border-box;
    transition: background 0.12s ease, justify-content 0.12s ease;
}

.cape-sales-switch-on[b-ophhzv4948] {
    background: #00C870;
    justify-content: flex-end;
}

.cape-sales-switch-off[b-ophhzv4948] {
    background: #3A4A42;
    justify-content: flex-start;
}

.cape-sales-switch-dirty[b-ophhzv4948] {
    background: #FFB020;
}

.cape-sales-switch-knob[b-ophhzv4948] {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #FFFFFF;
}

.cape-sales-labels[b-ophhzv4948] {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

.cape-sales-name[b-ophhzv4948] {
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 600;
}

.cape-sales-desc[b-ophhzv4948] {
    color: #B8B9B6;
    font-size: 10px;
}

.cape-sales-cell-off .cape-sales-name[b-ophhzv4948] {
    color: #9AA39E;
}

.cape-sales-cell-off .cape-sales-desc[b-ophhzv4948] {
    color: #6B7570;
}
/* /Shared/Permissions/Components/UserPermissionsView.razor.rz.scp.css */
.upv-card[b-272dxr8m9b] {
    background: #0F2419;
    border: 1px solid rgba(0, 200, 112, 0.18);
    border-radius: 8px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 16px;
}

.upv-loading[b-272dxr8m9b] {
    opacity: 0.6;
    pointer-events: none;
}

.upv-header[b-272dxr8m9b] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.upv-title[b-272dxr8m9b] {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 700;
}

.upv-edit-btn[b-272dxr8m9b] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px;
    border: 1px solid #00C870;
    border-radius: 6px;
    background: transparent;
    color: #00C870;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.12s ease;
}

.upv-edit-btn:hover[b-272dxr8m9b] {
    background: rgba(0, 200, 112, 0.08);
}

.upv-edit-icon[b-272dxr8m9b] {
    color: #00C870 !important;
    font-size: 16px !important;
}

.upv-admin-row[b-272dxr8m9b] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    background: rgba(0, 200, 112, 0.04);
    border: 1px solid rgba(0, 200, 112, 0.12);
    border-radius: 8px;
}

.upv-admin-label[b-272dxr8m9b] {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 500;
}

.upv-spacer[b-272dxr8m9b] {
    flex: 1 1 auto;
}

.upv-pill[b-272dxr8m9b] {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 600;
}

.upv-pill-yes[b-272dxr8m9b] {
    background: #00C870;
    color: #06120C;
}

.upv-pill-icon-yes[b-272dxr8m9b] {
    color: #06120C !important;
    font-size: 14px !important;
}

.upv-pill-no[b-272dxr8m9b] {
    background: #1A1A1A;
    color: #B8B9B6;
}

.upv-pill-icon-no[b-272dxr8m9b] {
    color: #888888 !important;
    font-size: 14px !important;
}

.upv-grid[b-272dxr8m9b] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

@media (max-width: 1100px) {
    .upv-grid[b-272dxr8m9b] {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 800px) {
    .upv-grid[b-272dxr8m9b] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 520px) {
    .upv-grid[b-272dxr8m9b] {
        grid-template-columns: 1fr;
    }
}

.upv-cell[b-272dxr8m9b] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 14px;
    background: #0A1A12;
    border: 1px solid #1F3A2A;
    border-radius: 8px;
}

.upv-cell-label[b-272dxr8m9b] {
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 600;
}

.upv-chip[b-272dxr8m9b] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 600;
    width: fit-content;
}

.upv-chip-all[b-272dxr8m9b] {
    background: #00C870;
    color: #06120C;
    font-weight: 700;
}

.upv-chip-rw[b-272dxr8m9b] {
    background: #00C870;
    color: #06120C;
    font-weight: 700;
}

.upv-chip-icon-dark[b-272dxr8m9b] {
    color: #06120C !important;
    font-size: 14px !important;
}

.upv-chip-read[b-272dxr8m9b] {
    background: rgba(0, 200, 112, 0.18);
    color: #00C870;
}

.upv-chip-icon-read[b-272dxr8m9b] {
    color: #00C870 !important;
    font-size: 14px !important;
}

.upv-chip-write[b-272dxr8m9b] {
    background: rgba(255, 176, 32, 0.18);
    color: #FFB020;
}

.upv-chip-icon-write[b-272dxr8m9b] {
    color: #FFB020 !important;
    font-size: 14px !important;
}

.upv-chip-none[b-272dxr8m9b] {
    background: #181818;
    color: #888888;
}

.upv-chip-icon-none[b-272dxr8m9b] {
    color: #666666 !important;
    font-size: 14px !important;
}

/* ── Sales Actions row ───────────────────────────────────────────────
   Renders 4 binary action toggles separately from the feature grid:
   Manual Orders / Comp Tickets / Will-Call Holds / Settle Payments.
   Pencil source: TikLynx-Design.pen frames p4tPFr (w1) + uQWTZ (w3-admin). */
.upv-sales[b-272dxr8m9b] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 14px;
    background: #0F2419;
    border: 1px solid #1F3A2A;
    border-radius: 8px;
}

.upv-sales-admin[b-272dxr8m9b] {
    opacity: 0.9;
}

.upv-sales-header[b-272dxr8m9b] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.upv-sales-title[b-272dxr8m9b] {
    color: #00C870;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
}

.upv-sales-note[b-272dxr8m9b] {
    color: #B8B9B6;
    font-size: 10px;
    font-style: italic;
}

.upv-sales-grid[b-272dxr8m9b] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

@media (max-width: 1100px) {
    .upv-sales-grid[b-272dxr8m9b] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 520px) {
    .upv-sales-grid[b-272dxr8m9b] {
        grid-template-columns: 1fr;
    }
}

.upv-sales-cell[b-272dxr8m9b] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    background: #0A1A12;
    border: 1px solid #1F3A2A;
    border-radius: 6px;
}

.upv-sales-switch[b-272dxr8m9b] {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    width: 34px;
    height: 18px;
    padding: 2px;
    border-radius: 999px;
    box-sizing: border-box;
}

.upv-sales-switch-on[b-272dxr8m9b] {
    background: #00C870;
    justify-content: flex-end;
}

.upv-sales-switch-off[b-272dxr8m9b] {
    background: #3A4A42;
    justify-content: flex-start;
}

.upv-sales-switch-knob[b-272dxr8m9b] {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #FFFFFF;
}

.upv-sales-labels[b-272dxr8m9b] {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

.upv-sales-name[b-272dxr8m9b] {
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 600;
}

.upv-sales-desc[b-272dxr8m9b] {
    color: #B8B9B6;
    font-size: 10px;
}

.upv-sales-cell-off .upv-sales-name[b-272dxr8m9b] {
    color: #9AA39E;
}

.upv-sales-cell-off .upv-sales-desc[b-272dxr8m9b] {
    color: #6B7570;
}
/* /Shared/Pricing/PricingMatrixEditor.razor.rz.scp.css */
.pme-shell[b-mhr3gpobmj] {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.pme-header[b-mhr3gpobmj] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding-bottom: 8px;
    border-bottom: 1px solid #1a3a2a;
}

.pme-header-actions[b-mhr3gpobmj] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.pme-body[b-mhr3gpobmj] {
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 24px;
}

@media (max-width: 1024px) {
    .pme-body[b-mhr3gpobmj] {
        grid-template-columns: 1fr;
    }
}

.pme-main[b-mhr3gpobmj] {
    background: #020E0A;
    border: 1px solid #1a3a2a;
    border-radius: 14px;
    padding: 24px;
}

.pme-title-block[b-mhr3gpobmj] {
    margin-bottom: 16px;
}

.pme-title[b-mhr3gpobmj] {
    color: #E8E0C8;
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 4px 0;
}

.pme-subtitle[b-mhr3gpobmj] {
    color: #94a3b8;
    font-size: 13px;
    margin: 0;
}

.pme-matrix[b-mhr3gpobmj] {
    border-radius: 10px;
    border: 1px solid #1a3a2a;
    overflow: hidden;
    background: #0A1A14;
}

.pme-matrix-table[b-mhr3gpobmj] {
    width: 100%;
    border-collapse: collapse;
}

.pme-matrix-table thead[b-mhr3gpobmj] {
    background: #0D1F18;
}

.pme-matrix-table th[b-mhr3gpobmj] {
    padding: 14px 18px;
    text-align: left;
    border-bottom: 1px solid #1a3a2a;
}

.pme-th-class[b-mhr3gpobmj] {
    color: #5A9A7A;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
}

.pme-th-audience[b-mhr3gpobmj] {
    text-align: center !important;
}

.pme-th-name[b-mhr3gpobmj] {
    color: #E8E0C8;
    font-size: 13px;
    font-weight: 700;
}

.pme-th-desc[b-mhr3gpobmj] {
    color: #5A9A7A;
    font-size: 10px;
    margin-top: 4px;
}

.pme-matrix-table td[b-mhr3gpobmj] {
    padding: 10px 16px;
    border-bottom: 1px solid #1a3a2a;
}

.pme-matrix-table tbody tr:nth-child(even)[b-mhr3gpobmj] {
    background: #071912;
}

.pme-td-class[b-mhr3gpobmj] {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #E8E0C8;
}

.pme-class-dot[b-mhr3gpobmj] {
    width: 14px;
    height: 14px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.2);
}

.pme-class-name[b-mhr3gpobmj] {
    font-size: 13px;
    font-weight: 700;
}

.pme-td-cell[b-mhr3gpobmj] {
    text-align: center;
}

.pme-tip[b-mhr3gpobmj] {
    color: #5A9A7A;
    font-size: 11px;
    margin-top: 12px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.pme-side[b-mhr3gpobmj] {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.pme-card[b-mhr3gpobmj] {
    background: #0A1A14;
    border: 1px solid #1a3a2a;
    border-radius: 12px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.pme-card-header[b-mhr3gpobmj] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pme-card-label[b-mhr3gpobmj] {
    color: #5A9A7A;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
}

.pme-card-hint[b-mhr3gpobmj] {
    color: #94a3b8;
    font-size: 11px;
    line-height: 1.5;
    margin: 0;
}

.pme-aud-list[b-mhr3gpobmj] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.pme-aud-row[b-mhr3gpobmj] {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #071912;
    border-radius: 6px;
    padding: 6px 8px;
}
/* /Shared/Pricing/PricingMatrixInline.razor.rz.scp.css */
.pmi-helper-text[b-kxelk6w6sv] {
    color: #666;
    font-size: 11px;
    line-height: 1.5;
    margin-bottom: 8px;
}

/* ── Quick (single-price) view ── */
.pmi-quick[b-kxelk6w6sv] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.pmi-quick-input-row[b-kxelk6w6sv] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    max-width: 280px;
}

.pmi-quick-label[b-kxelk6w6sv] {
    color: #6B8F7B;
    font-size: 12px;
    font-weight: 500;
}

.pmi-quick-input-wrap[b-kxelk6w6sv] {
    display: flex;
    align-items: center;
    background: #020E0A;
    border: 1px solid #1a3a2a;
    border-radius: 6px;
    padding: 0 12px;
}

.pmi-quick-input-wrap:focus-within[b-kxelk6w6sv] {
    border-color: #00C870;
}

.pmi-quick-currency[b-kxelk6w6sv] {
    color: #5A9A7A;
    font-size: 14px;
    font-weight: 600;
    margin-right: 6px;
}

.pmi-quick-input[b-kxelk6w6sv] {
    flex: 1;
    background: transparent;
    border: none;
    color: #E8E0C8;
    font-family: inherit;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 0;
    outline: none;
    -moz-appearance: textfield;
    min-width: 0;
}

.pmi-quick-input[b-kxelk6w6sv]::-webkit-outer-spin-button,
.pmi-quick-input[b-kxelk6w6sv]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.pmi-quick-input[b-kxelk6w6sv]::placeholder {
    color: #4A6B5A;
}

.pmi-quick-readonly[b-kxelk6w6sv] {
    color: #E8E0C8;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 12px;
    background: #020E0A;
    border: 1px solid #1a3a2a;
    border-radius: 6px;
}

.pmi-quick-prompts[b-kxelk6w6sv] {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.pmi-quick-prompt-btn[b-kxelk6w6sv] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: transparent;
    border: none;
    color: #5A9A7A;
    cursor: pointer;
    font-family: inherit;
    font-size: 12px;
    padding: 4px 0;
    text-align: left;
}

.pmi-quick-prompt-btn:hover[b-kxelk6w6sv] {
    color: #00C870;
}

.pmi-quick-prompt-btn:hover .pmi-quick-prompt-eg[b-kxelk6w6sv] {
    color: #5A9A7A;
}

.pmi-quick-prompt-plus[b-kxelk6w6sv] {
    color: #00C870;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
}

.pmi-quick-prompt-eg[b-kxelk6w6sv] {
    color: #4A6B5A;
    font-size: 11px;
    font-weight: 400;
}

.pmi-quick-prompt-or[b-kxelk6w6sv] {
    color: #4A6B5A;
    font-style: italic;
}

/* ── Back-to-simple link in Advanced view ── */
.pmi-back-to-simple[b-kxelk6w6sv] {
    margin-bottom: 8px;
}

.pmi-link[b-kxelk6w6sv] {
    background: transparent;
    border: none;
    color: #5A9A7A;
    cursor: pointer;
    font-family: inherit;
    font-size: 12px;
    padding: 0;
    text-decoration: underline;
}

.pmi-link:hover[b-kxelk6w6sv] {
    color: #00C870;
}

.pmi-loading[b-kxelk6w6sv] {
    color: #5A9A7A;
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.pmi-empty[b-kxelk6w6sv] {
    color: #94a3b8;
    font-size: 12px;
    padding: 8px 0;
}

/* ── Inheritance / override banner ── */
.pmi-banner[b-kxelk6w6sv] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 8px 12px;
    border-radius: 6px;
    margin-bottom: 10px;
    flex-wrap: wrap;
    font-size: 12px;
}

.pmi-banner > div[b-kxelk6w6sv] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.pmi-banner-inherited[b-kxelk6w6sv] {
    background: rgba(90, 154, 122, 0.08);
    border: 1px dashed rgba(90, 154, 122, 0.4);
    color: #d8e8d8;
}

.pmi-banner-override[b-kxelk6w6sv] {
    background: rgba(250, 204, 21, 0.06);
    border: 1px dashed rgba(250, 204, 21, 0.35);
    color: #f3eeca;
}

.pmi-banner-orphan[b-kxelk6w6sv] {
    background: rgba(250, 204, 21, 0.10);
    border: 1px solid rgba(250, 204, 21, 0.45);
    color: #f3eeca;
}

.pmi-banner-orphan > div[b-kxelk6w6sv] {
    align-items: flex-start;
    line-height: 1.45;
}

/* ── Excel-style grid ── */
.pmi-grid-wrap[b-kxelk6w6sv] {
    border: 1px solid #1a3a2a;
    border-radius: 6px;
    overflow: hidden;
    background: #0A1A14;
}

.pmi-grid[b-kxelk6w6sv] {
    width: 100%;
    border-collapse: collapse;
    font-size: 12px;
}

.pmi-grid thead[b-kxelk6w6sv] {
    background: #0D1F18;
}

.pmi-grid th[b-kxelk6w6sv],
.pmi-grid td[b-kxelk6w6sv] {
    border-right: 1px solid #1a3a2a;
    border-bottom: 1px solid #1a3a2a;
    vertical-align: middle;
}

.pmi-grid th:last-child[b-kxelk6w6sv],
.pmi-grid td:last-child[b-kxelk6w6sv] {
    border-right: none;
}

.pmi-grid tbody tr:last-child td[b-kxelk6w6sv] {
    border-bottom: none;
}

.pmi-corner[b-kxelk6w6sv] {
    padding: 6px 10px;
    color: #5A9A7A;
    font-weight: 700;
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: left;
    width: 160px;
    white-space: nowrap;
}

/* ── Audience column header ── */
.pmi-aud-head[b-kxelk6w6sv] {
    padding: 4px 6px;
    text-align: center;
    min-width: 130px;
}

.pmi-aud-head-row[b-kxelk6w6sv] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
}

.pmi-aud-head-readonly[b-kxelk6w6sv] {
    padding: 8px 4px;
    color: #E8E0C8;
    font-weight: 700;
    font-size: 12px;
}

.pmi-name-input[b-kxelk6w6sv] {
    background: rgba(2, 14, 10, 0.5);
    border: 1px dashed #1a3a2a;
    border-radius: 3px;
    color: #E8E0C8;
    font-family: inherit;
    font-size: 12px;
    font-weight: 700;
    padding: 2px 4px;
    width: 100%;
    min-width: 0;
    text-align: center;
    outline: none;
    cursor: text;
}

.pmi-name-input:hover[b-kxelk6w6sv] {
    border-style: solid;
    border-color: #2a5a3a;
}

.pmi-name-input:focus[b-kxelk6w6sv] {
    border-style: solid;
    border-color: #00C870;
    background: #020E0A;
}

/* Class-row name input is left-aligned and lighter weight */
.pmi-class-head .pmi-name-input[b-kxelk6w6sv] {
    text-align: left;
    font-weight: 600;
}

/* ── Icon buttons (★, ×, +) ── */
.pmi-icon-btn[b-kxelk6w6sv] {
    background: transparent;
    border: none;
    color: #5A9A7A;
    cursor: pointer;
    font-size: 14px;
    line-height: 1;
    padding: 2px 6px;
    border-radius: 3px;
    transition: background 0.1s, color 0.1s;
}

.pmi-icon-btn:hover[b-kxelk6w6sv] {
    background: rgba(0, 200, 112, 0.1);
    color: #00C870;
}

.pmi-icon-x:hover[b-kxelk6w6sv] {
    color: #EF4444;
    background: rgba(239, 68, 68, 0.1);
}

.pmi-icon-add[b-kxelk6w6sv] {
    color: #00C870;
    font-weight: 700;
    font-size: 16px;
}

.pmi-star[b-kxelk6w6sv] {
    color: #facc15;
}

/* ── + Audience cell at end of header row ── */
.pmi-add-col[b-kxelk6w6sv] {
    width: 1%;
    padding: 4px;
    text-align: center;
    background: #071912;
}

/* ── Class row left header ── */
.pmi-class-head[b-kxelk6w6sv] {
    padding: 4px 8px;
    display: flex;
    align-items: center;
    gap: 6px;
    color: #E8E0C8;
    width: 160px;
    white-space: nowrap;
}

.pmi-dot[b-kxelk6w6sv] {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.2);
    flex-shrink: 0;
}

/* ── Price cells ── */
.pmi-cell[b-kxelk6w6sv] {
    padding: 2px 4px;
    text-align: center;
    min-width: 110px;
}

.pmi-price-input[b-kxelk6w6sv] {
    background: rgba(2, 14, 10, 0.5);
    border: 1px dashed #1a3a2a;
    border-radius: 3px;
    color: #E8E0C8;
    font-family: inherit;
    font-size: 13px;
    font-weight: 600;
    padding: 6px 8px;
    width: 100%;
    min-width: 0;
    text-align: center;
    outline: none;
    cursor: text;
    -moz-appearance: textfield;
}

.pmi-price-input[b-kxelk6w6sv]::-webkit-outer-spin-button,
.pmi-price-input[b-kxelk6w6sv]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.pmi-price-input:hover[b-kxelk6w6sv] {
    border-style: solid;
    border-color: #2a5a3a;
}

.pmi-price-input:focus[b-kxelk6w6sv] {
    border-style: solid;
    border-color: #00C870;
    background: #020E0A;
}

.pmi-price-input[b-kxelk6w6sv]::placeholder {
    color: #4A6B5A;
    font-weight: 400;
}

.pmi-readonly[b-kxelk6w6sv] {
    color: #d8e8d8;
    font-weight: 600;
    font-size: 13px;
    padding: 6px 8px;
    display: inline-block;
    text-align: center;
}

/* ── Row delete button ── */
.pmi-row-actions[b-kxelk6w6sv] {
    width: 1%;
    text-align: center;
    padding: 2px 4px;
    background: #071912;
}

/* ── Add row footer ── */
.pmi-add-row td[b-kxelk6w6sv] {
    padding: 0;
    background: #071912;
    border-bottom: none;
}

.pmi-add-row-btn[b-kxelk6w6sv] {
    width: 100%;
    background: transparent;
    border: none;
    color: #5A9A7A;
    cursor: pointer;
    font-size: 12px;
    font-weight: 600;
    padding: 8px 12px;
    text-align: left;
    transition: background 0.1s, color 0.1s;
    display: flex;
    align-items: center;
    gap: 8px;
}

.pmi-add-row-btn:hover[b-kxelk6w6sv] {
    background: rgba(0, 200, 112, 0.08);
    color: #00C870;
}

.pmi-add-row-btn span[b-kxelk6w6sv] {
    font-size: 16px;
    font-weight: 700;
    color: #00C870;
    line-height: 1;
}
/* /Shared/Public/Components/PublicSeatingChart.razor.rz.scp.css */
.public-seating-chart[b-6dp94skxzk] {
    position: relative;
    display: grid;
    gap: 16px;
}

.layout-canvas[b-6dp94skxzk] {
    position: relative;
    min-height: 520px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    background: #020E0A;
    overflow: hidden;
    cursor: default;
}

.layout-canvas-inner[b-6dp94skxzk] {
    position: relative;
    min-height: 520px;
    transform-origin: 0 0;
    will-change: transform;
}

.section-card[b-6dp94skxzk] {
    position: absolute;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 10px;
    padding: 0;
    background: #1a1a2e;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    transform-origin: center;
}

.section-card.section-stage[b-6dp94skxzk] {
}

.section-card.section-general-admission[b-6dp94skxzk] {
}

.section-body[b-6dp94skxzk] {
    position: relative;
    flex: 1;
    padding: 4px;
    overflow: hidden;
    border-radius: 10px;
}

.section-body.section-body-stage[b-6dp94skxzk] {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #94a3b8;
    font-weight: 600;
}

.section-body.section-body-general-admission[b-6dp94skxzk] {
    padding: 0;
}

.section-ga-overlay[b-6dp94skxzk] {
    position: absolute;
    inset: 6px;
    border-radius: 6px;
    background-color: rgba(255, 255, 255, 0.03);
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 24px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    text-align: center;
    color: #94a3b8;
    pointer-events: none;
    user-select: none;
    -webkit-user-select: none;
}

.section-ga-icon[b-6dp94skxzk] {
    font-size: 1.2rem;
    color: #64748b;
    margin-bottom: 2px;
}

.section-ga-title[b-6dp94skxzk] {
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.02em;
}

.section-ga-subtitle[b-6dp94skxzk] {
    font-size: 0.65rem;
    font-weight: 400;
    color: #64748b;
}

.section-card.section-general-admission[b-6dp94skxzk] {
    cursor: pointer;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.section-card.section-general-admission:hover[b-6dp94skxzk] {
    border-color: rgba(255, 132, 0, 0.4);
}

.section-card.section-ga-active[b-6dp94skxzk] {
    border-color: #00C870;
    box-shadow: 0 0 12px rgba(255, 132, 0, 0.25);
}

.ga-badge[b-6dp94skxzk] {
    position: absolute;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
    background: #00C870;
    color: #fff;
    font-size: 0.65rem;
    font-weight: 600;
    padding: 2px 10px;
    border-radius: 10px;
    white-space: nowrap;
    z-index: 1;
    pointer-events: none;
}

.ga-popover[b-6dp94skxzk] {
    position: absolute;
    z-index: 200;
    background: #1e1e36;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 16px;
    min-width: 200px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
}

.ga-popover-header[b-6dp94skxzk] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

.ga-popover-title[b-6dp94skxzk] {
    font-size: 0.85rem;
    font-weight: 600;
    color: #e2e8f0;
}

.ga-popover-close[b-6dp94skxzk] {
    background: none;
    border: none;
    color: #64748b;
    cursor: pointer;
    font-size: 0.75rem;
    padding: 4px;
    line-height: 1;
}

.ga-popover-close:hover[b-6dp94skxzk] {
    color: #e2e8f0;
}

.ga-popover-rows[b-6dp94skxzk] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.ga-popover-empty[b-6dp94skxzk] {
    font-size: 0.75rem;
    color: #94a3b8;
    text-align: center;
    padding: 8px 0;
}

.ga-popover-row[b-6dp94skxzk] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 8px 10px;
    border-radius: 8px;
    background: #252540;
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.ga-popover-row-info[b-6dp94skxzk] {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

.ga-popover-row-name[b-6dp94skxzk] {
    font-size: 0.8rem;
    font-weight: 600;
    color: #e2e8f0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ga-popover-row-price[b-6dp94skxzk] {
    font-size: 0.7rem;
    color: #94a3b8;
}

.ga-popover-row-stepper[b-6dp94skxzk] {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
}

.ga-popover-row-qty[b-6dp94skxzk] {
    font-size: 0.85rem;
    font-weight: 600;
    color: #e2e8f0;
    min-width: 18px;
    text-align: center;
}

.ga-mini-btn[b-6dp94skxzk] {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: #1e1e36;
    color: #e2e8f0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    line-height: 1;
    transition: background 0.12s ease, border-color 0.12s ease;
}

.ga-mini-btn:hover:not(:disabled):not(.muted)[b-6dp94skxzk] {
    background: #2f2f4a;
    border-color: #00C870;
}

.ga-mini-btn:disabled[b-6dp94skxzk] {
    opacity: 0.3;
    cursor: not-allowed;
}

.ga-mini-btn.muted[b-6dp94skxzk] {
    opacity: 0.5;
}

/* ── Audience picker popover (anchored to a clicked seat) ─────────────────── */
.audience-popover[b-6dp94skxzk] {
    position: absolute;
    z-index: 200;
    background: #1e1e36;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 14px;
    min-width: 220px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
}

.audience-popover-header[b-6dp94skxzk] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 4px;
}

.audience-popover-title[b-6dp94skxzk] {
    font-size: 0.85rem;
    font-weight: 600;
    color: #e2e8f0;
}

.audience-popover-close[b-6dp94skxzk] {
    background: none;
    border: none;
    color: #64748b;
    cursor: pointer;
    font-size: 0.75rem;
    padding: 4px;
    line-height: 1;
}

.audience-popover-close:hover[b-6dp94skxzk] {
    color: #e2e8f0;
}

.audience-popover-subtitle[b-6dp94skxzk] {
    font-size: 0.7rem;
    color: #94a3b8;
    margin-bottom: 10px;
}

.audience-popover-empty[b-6dp94skxzk] {
    font-size: 0.75rem;
    color: #94a3b8;
    text-align: center;
    padding: 8px 0;
}

.audience-popover-chips[b-6dp94skxzk] {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.audience-chip[b-6dp94skxzk] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    padding: 8px 12px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: #252540;
    color: #e2e8f0;
    cursor: pointer;
    text-align: left;
    transition: background 0.12s ease, border-color 0.12s ease;
}

.audience-chip:hover[b-6dp94skxzk] {
    background: #2f2f4a;
    border-color: #00C870;
}

.audience-chip-selected[b-6dp94skxzk] {
    background: #0d2c20;
    border-color: #00C870;
}

.audience-chip-name[b-6dp94skxzk] {
    font-size: 0.8rem;
    font-weight: 600;
}

.audience-chip-price[b-6dp94skxzk] {
    font-size: 0.95rem;
    font-weight: 800;
    color: #00C870;
    margin-top: 2px;
}

.audience-chip-desc[b-6dp94skxzk] {
    font-size: 0.65rem;
    color: #94a3b8;
}

/* ── Floating class legend (overlay top-right of the chart) ──
   Shown only when the chart has class-tagged sections + matrix data. Each row
   is a colored dot, class name, and the price range ($X or $X–$Y) so buyers
   immediately see which color = which tier without hovering. */
.public-class-legend[b-6dp94skxzk] {
    position: absolute;
    top: 12px;
    right: 12px;
    background: rgba(13, 31, 24, 0.92);
    border: 1px solid rgba(0, 200, 112, 0.25);
    border-radius: 10px;
    padding: 10px 12px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    z-index: 50;
    pointer-events: none;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.45);
    max-width: 220px;
}

.public-class-legend-row[b-6dp94skxzk] {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
}

.public-class-legend-dot[b-6dp94skxzk] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    flex-shrink: 0;
}

.public-class-legend-name[b-6dp94skxzk] {
    color: #E8E0C8;
    font-weight: 600;
    flex: 1;
}

.public-class-legend-price[b-6dp94skxzk] {
    color: #00C870;
    font-weight: 800;
    font-size: 12px;
}

.public-seating-chart[b-6dp94skxzk] {
    position: relative;
}

.public-seat-node[b-6dp94skxzk] {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid transparent;
    background: #2a2a4a;
    cursor: pointer;
    transition: transform 0.12s ease, box-shadow 0.12s ease;
    box-sizing: border-box;
}

.public-seat-node:hover[b-6dp94skxzk] {
    transform: scale(1.15);
    border-color: #00C870;
    box-shadow: 0 0 6px rgba(255, 132, 0, 0.4);
}

.public-seat-selected[b-6dp94skxzk] {
    border-color: #ffffff;
    box-shadow: none;
}

.public-seat-unavailable[b-6dp94skxzk] {
    background: #252538;
    border: 2px solid #3a3a50;
    cursor: not-allowed;
    pointer-events: none;
    box-shadow: none;
    opacity: 0.45;
}

.section-stage-overlay[b-6dp94skxzk] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    gap: 4px;
    color: #94a3b8;
    pointer-events: none;
}

.section-stage-icon[b-6dp94skxzk] {
    font-size: 1.2rem;
    color: #64748b;
}

.stage-label[b-6dp94skxzk] {
    font-size: 0.85rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #94a3b8;
    font-weight: 600;
}

/* ── Table Seating ── */
.section-table-seating[b-6dp94skxzk] {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    overflow: visible !important;
}

.section-table-item[b-6dp94skxzk] {
    position: absolute;
    border: 2px solid rgba(0, 200, 112, 0.2);
    background: linear-gradient(135deg, #0A1F16 0%, #0E2A1E 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    overflow: hidden;
    pointer-events: none;
}

.section-table-name[b-6dp94skxzk] {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 10px;
    font-weight: 700;
    color: #E8E0C8;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 90%;
    text-align: center;
    letter-spacing: 0.3px;
}

.section-table-badge[b-6dp94skxzk] {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 9px;
    font-weight: 600;
    padding: 1px 6px;
    border-radius: 999px;
    color: #020E0A;
    white-space: nowrap;
}

/* ── Full-section overlay label ──────────────────────────────────────────────
   At rest: 85% opacity colored block with the big section name. Buyers can
   identify any section at a glance across a 2,000-seat arena.
   On :hover or .section-ga-active: fades to 0 over 120ms so the seats below
   are fully visible and clickable. pointer-events: none means the overlay
   never blocks a click — every seat below is always selectable. */
.section-overlay-label[b-6dp94skxzk] {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    border-radius: 6px;
    border: 1px solid;
    color: #ffffff;
    text-align: center;
    pointer-events: none;
    opacity: 0.85;
    transition: opacity 120ms ease-out;
}

.section-card:hover .section-overlay-label[b-6dp94skxzk],
.section-card:focus-within .section-overlay-label[b-6dp94skxzk],
.section-card.section-ga-active .section-overlay-label[b-6dp94skxzk] {
    opacity: 0;
}

/* Counter-rotate the label text so it stays axis-aligned and readable
   regardless of the section's rotation. The colored overlay block itself
   still rotates with the section-card so it matches the card outline. */
.section-overlay-name[b-6dp94skxzk],
.section-overlay-caption[b-6dp94skxzk] {
    transform: rotate(calc(-1 * var(--section-rotation, 0deg)));
    transform-origin: center;
}

.section-overlay-name[b-6dp94skxzk] {
    font-size: clamp(14px, 7%, 56px);
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.section-overlay-caption[b-6dp94skxzk] {
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1.5px;
    opacity: 0.85;
}
/* /Shared/Public/Components/ShowtimesList.razor.rz.scp.css */
.showtimes-grid[b-rg6f34j1u0] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 16px;
}

.showtime-card[b-rg6f34j1u0] {
    padding: 16px;
    border-radius: 12px;
    border: 1px solid rgba(0, 200, 112, 0.12);
    transition: border-color 0.2s ease;
}

    .showtime-card:hover[b-rg6f34j1u0] {
        border-color: #00C870;
    }

.showtime-card-date[b-rg6f34j1u0] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 4px;
}
/* /Shared/PublicLayout.razor.rz.scp.css */
[b-bi7y7copnd] .mud-layout {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

[b-bi7y7copnd] .mud-main-content {
    flex: 1;
}

.public-main[b-bi7y7copnd] {
    padding-top: 56px;
}

.public-footer[b-bi7y7copnd] {
    border-top: 1px solid rgba(0, 200, 112, 0.12);
    background-color: #020E0A !important;
    padding: 32px 0;
    margin-top: 48px;
    position: relative;
    z-index: 10;
}

.public-footer-content[b-bi7y7copnd] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.public-footer-brand[b-bi7y7copnd] {
    display: flex;
    align-items: center;
    gap: 6px;
}

.public-footer-logo[b-bi7y7copnd] {
    width: 20px;
    height: 20px;
    border-radius: 3px;
}

.public-footer-brand-text[b-bi7y7copnd] {
    font-weight: 600;
    font-family: 'Space Grotesk', sans-serif;
    color: #FFFFFF;
}

.public-footer-links[b-bi7y7copnd] {
    display: flex;
    align-items: center;
    gap: 16px;
}

.public-footer-copy[b-bi7y7copnd] {
    color: #666666;
}

.public-footer-link[b-bi7y7copnd] {
    color: #666666;
    font-size: 12px;
    text-decoration: none;
}

.public-footer-link:hover[b-bi7y7copnd] {
    color: #999999;
}
/* /Shared/TakeCustomerOrderCard.razor.rz.scp.css */
.tco-card[b-0sq1ewgp4y] {
    background: #0A1F16;
    border: 1px solid #00C870;
    border-radius: 12px;
    padding: 20px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 18px;
}

.tco-left[b-0sq1ewgp4y] {
    display: flex;
    align-items: center;
    gap: 20px;
}

.tco-icon-bg[b-0sq1ewgp4y] {
    background: #063828;
    border-radius: 12px;
    padding: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
}

.tco-text[b-0sq1ewgp4y] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.tco-right[b-0sq1ewgp4y] {
    display: flex;
    align-items: center;
    gap: 10px;
}
/* /Shared/Users/Components/UserChipBadge.razor.rz.scp.css */
.ul-chip[b-znv6tdu1ac] {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 600;
    white-space: nowrap;
}

.ul-chip-admin[b-znv6tdu1ac] {
    background: #00C870;
    color: #06120C;
    font-weight: 700;
}

.ul-chip-rw[b-znv6tdu1ac] {
    background: #00C870;
    color: #06120C;
    font-weight: 700;
}

[b-znv6tdu1ac] .ul-chip-icon-dark {
    color: #06120C !important;
    font-size: 12px !important;
}

.ul-chip-read[b-znv6tdu1ac] {
    background: rgba(0, 200, 112, 0.18);
    color: #00C870;
}

[b-znv6tdu1ac] .ul-chip-icon-read {
    color: #00C870 !important;
    font-size: 12px !important;
}

.ul-chip-write[b-znv6tdu1ac] {
    background: rgba(255, 176, 32, 0.18);
    color: #FFB020;
}

[b-znv6tdu1ac] .ul-chip-icon-write {
    color: #FFB020 !important;
    font-size: 12px !important;
}

.ul-chip-none[b-znv6tdu1ac] {
    background: #181818;
    color: #888888;
}

[b-znv6tdu1ac] .ul-chip-icon-none {
    color: #666666 !important;
    font-size: 12px !important;
}

.ul-chip-more[b-znv6tdu1ac] {
    background: #1A1A1A;
    border: 1px solid #444444;
    color: #B8B9B6;
}

[b-znv6tdu1ac] .ul-chip-icon-more {
    color: #B8B9B6 !important;
    font-size: 12px !important;
}
/* /Shared/Users/Components/UserList.razor.rz.scp.css */
.ul-user-cell[b-sadqx4vjyq] {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.ul-user-name[b-sadqx4vjyq] {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
}

.ul-user-email[b-sadqx4vjyq] {
    color: #888888;
    font-size: 12px;
}

.ul-chips[b-sadqx4vjyq] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
}

.ul-card-chips[b-sadqx4vjyq] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
    margin-top: 8px;
}

.ul-bypass[b-sadqx4vjyq] {
    color: #888888;
    font-size: 11px;
    font-style: italic;
    margin-left: 4px;
}
