/* /Components/Layout/MainLayout.razor.rz.scp.css */
/*
 * MainLayout — Full-width gradient header + sidebar below
 */

.app-shell[b-vcs9c0k1y5] {
    display: flex;
    flex-direction: column;
    height: 100vh;
    overflow: hidden;
}

/* ── Full-width header ───────────────────────────── */
.app-header[b-vcs9c0k1y5] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px;
    min-height: 80px;
    padding: 0 32px;
    background: linear-gradient(90deg, #076e6c 0%, #1d2951 100%);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
    z-index: 20;
}

.header-brand[b-vcs9c0k1y5] {
    display: flex;
    align-items: center;
    gap: 18px;
}

.header-brand a[b-vcs9c0k1y5] {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.header-logo[b-vcs9c0k1y5] {
    height: 56px;
    width: auto;
    filter: drop-shadow(0 1px 3px rgba(0,0,0,0.2));
}

.header-portal-name[b-vcs9c0k1y5] {
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.8);
    letter-spacing: 0.5px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    padding-left: 18px;
}

.header-right[b-vcs9c0k1y5] {
    display: flex;
    align-items: center;
    gap: 16px;
}

.header-env[b-vcs9c0k1y5] {
    font-family: 'Raleway', sans-serif;
    font-size: 10px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.9);
    background: rgba(255, 255, 255, 0.1);
    padding: 4px 12px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.header-user[b-vcs9c0k1y5] {
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.7);
}

.header-logout[b-vcs9c0k1y5] {
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.25);
    padding: 5px 16px;
    border-radius: 6px;
    transition: all 0.2s ease;
}

.header-logout:hover[b-vcs9c0k1y5] {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.4);
    text-decoration: none;
}

/* ── Body: sidebar + content ─────────────────────── */
.app-body[b-vcs9c0k1y5] {
    display: flex;
    flex: 1;
    overflow: hidden;
}

.app-sidebar[b-vcs9c0k1y5] {
    width: 220px;
    min-width: 220px;
    background: linear-gradient(180deg, #076e6c 0%, #1d2951 100%);
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    box-shadow: 4px 0 20px rgba(0, 0, 0, 0.25);
    z-index: 10;
}

.app-content[b-vcs9c0k1y5] {
    flex: 1;
    overflow-y: auto;
    padding: 32px;
    background: #f0f2f5;
}

/* ── Mobile ──────────────────────────────────────── */
@media (max-width: 768px) {
    .app-header[b-vcs9c0k1y5] {
        padding: 0 16px;
    }

    .header-portal-name[b-vcs9c0k1y5] {
        display: none;
    }

    .app-sidebar[b-vcs9c0k1y5] {
        position: fixed;
        left: -220px;
        top: 80px;
        bottom: 0;
        z-index: 1000;
        transition: left 0.25s ease;
    }

    .app-sidebar.open[b-vcs9c0k1y5] {
        left: 0;
    }

    .app-content[b-vcs9c0k1y5] {
        padding: 20px 16px;
    }
}

/* ── Blazor error UI ─────────────────────────────── */
#blazor-error-ui[b-vcs9c0k1y5] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-vcs9c0k1y5] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
/*
 * NavMenu — Sidebar navigation (below gradient header)
 */

.nav-links[b-w7bm334pbm] {
    padding: 12px 0;
    flex: 1;
    overflow-y: auto;
}

.nav-section-label[b-w7bm334pbm] {
    font-family: 'Raleway', sans-serif;
    font-size: 10px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.3);
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 16px 20px 8px;
}

[b-w7bm334pbm] .nav-link {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 20px;
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.65);
    text-decoration: none;
    transition: all 0.2s ease;
    border-left: 3px solid transparent;
    margin: 1px 0;
}

[b-w7bm334pbm] .nav-link:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.06);
    text-decoration: none;
}

[b-w7bm334pbm] .nav-link.active {
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
    border-left-color: #31cdcf;
    font-weight: 600;
}

[b-w7bm334pbm] .nav-link span {
    font-size: 16px;
    width: 20px;
    text-align: center;
    flex-shrink: 0;
}
/* /Components/Pages/Admin/BrokerCompanies/Index.razor.rz.scp.css */
.row-warning[b-st7hnotpnr] {
    background: #fff7ed;
}

[b-st7hnotpnr] td.action-cell {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.rate-unset[b-st7hnotpnr] {
    color: #b3261e;
    font-weight: 700;
}

.modal-backdrop[b-st7hnotpnr] {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.45);
    z-index: 200;
}

.modal-box[b-st7hnotpnr] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 210;
    background: #fff;
    padding: 24px 28px;
    width: min(560px, calc(100vw - 32px));
    max-height: calc(100vh - 64px);
    overflow-y: auto;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
    border: 1px solid #d2d2d2;
}

.modal-box--wide[b-st7hnotpnr] {
    width: min(880px, calc(100vw - 32px));
}

.modal-box h3[b-st7hnotpnr] {
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #1d2951;
    margin: 0 0 18px;
}

.dialog-subheading[b-st7hnotpnr] {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #1d2951;
    margin: 18px 0 4px;
}

.dialog-table[b-st7hnotpnr] {
    margin-top: 8px;
}

.form-hint[b-st7hnotpnr] {
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    color: #747474;
    margin: 4px 0 0;
}

.form-actions[b-st7hnotpnr] {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    margin-top: 20px;
}

.grid-secondary[b-st7hnotpnr] {
    color: #747474;
    font-size: 12px;
}
/* /Components/Pages/Admin/Index.razor.rz.scp.css */
/*
 * Admin Dashboard — Premium stats + quick links
 */

.page-subtitle[b-wjbzagdeft] {
    color: #7b868c;
    font-size: 14px;
    margin-top: 2px;
}

/* ── Stat cards ──────────────────────────────────── */
.stat-cards[b-wjbzagdeft] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-bottom: 32px;
}

.stat-card[b-wjbzagdeft] {
    display: block;
    background: #fff;
    border: none;
    padding: 24px 20px;
    text-align: center;
    text-decoration: none;
    border-radius: 12px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04), 0 4px 16px rgba(0,0,0,0.06);
    transition: all 0.25s ease;
    position: relative;
    overflow: hidden;
}

.stat-card[b-wjbzagdeft]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #076e6c, #31cdcf);
    opacity: 0;
    transition: opacity 0.25s ease;
}

.stat-card:hover[b-wjbzagdeft] {
    transform: translateY(-2px);
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    text-decoration: none;
}

.stat-card:hover[b-wjbzagdeft]::before {
    opacity: 1;
}

.stat-card--alert[b-wjbzagdeft] {
    border-left: none;
}

.stat-card--alert[b-wjbzagdeft]::before {
    opacity: 1;
    background: linear-gradient(90deg, #e74c3c, #f39c12);
}

.stat-value[b-wjbzagdeft] {
    font-family: 'Raleway', sans-serif;
    font-size: 38px;
    font-weight: 800;
    background: linear-gradient(135deg, #076e6c 0%, #1d2951 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
    margin-bottom: 8px;
}

.stat-card--alert .stat-value[b-wjbzagdeft] {
    background: linear-gradient(135deg, #e74c3c 0%, #f39c12 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.stat-label[b-wjbzagdeft] {
    font-family: 'Raleway', sans-serif;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #7b868c;
}

/* ── Sections ────────────────────────────────────── */
.dashboard-section[b-wjbzagdeft] {
    margin-bottom: 28px;
}

.section-header[b-wjbzagdeft] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.section-header h2[b-wjbzagdeft] {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #1d2951;
    margin: 0;
}

/* ── Quick links ─────────────────────────────────── */
.quick-links[b-wjbzagdeft] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

.quick-link[b-wjbzagdeft] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 16px 18px;
    background: #fff;
    border: none;
    text-decoration: none;
    color: #1d2951;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 13px;
    border-radius: 12px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04), 0 4px 16px rgba(0,0,0,0.06);
    transition: all 0.25s ease;
}

.quick-link:hover[b-wjbzagdeft] {
    transform: translateY(-2px);
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    text-decoration: none;
}

/* ── Empty state ─────────────────────────────────── */
.empty-state[b-wjbzagdeft] {
    color: #7b868c;
    padding: 40px;
    text-align: center;
    background: #fff;
    border: none;
    border-radius: 12px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04), 0 4px 16px rgba(0,0,0,0.06);
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
}

@media (max-width: 768px) {
    .stat-cards[b-wjbzagdeft] { grid-template-columns: repeat(2, 1fr); }
    .quick-links[b-wjbzagdeft] { grid-template-columns: repeat(2, 1fr); }
}
/* /Components/Pages/Admin/PlantDictionary/Import.razor.rz.scp.css */
.import-guide[b-bppo5p7gjr] {
    margin-bottom: 24px;
}

.import-guide p[b-bppo5p7gjr] {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    margin-bottom: 16px;
    color: #7b868c;
}

.import-notes[b-bppo5p7gjr] {
    background: rgba(7, 110, 108, 0.05);
    border: 1px solid rgba(7, 110, 108, 0.1);
    padding: 18px 22px;
    margin-bottom: 24px;
    border-radius: 12px;
}

.import-notes p[b-bppo5p7gjr] {
    margin: 4px 0;
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    color: #1d2951;
}

.import-form-box[b-bppo5p7gjr] {
    background: #fff;
    border: none;
    padding: 28px;
    max-width: 500px;
    border-radius: 12px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04), 0 4px 16px rgba(0,0,0,0.06);
}

.import-form-box h3[b-bppo5p7gjr] {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #1d2951;
    margin: 0 0 16px;
}

.status-text[b-bppo5p7gjr] {
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    color: #076e6c;
    margin-top: 12px;
}

.alert-error[b-bppo5p7gjr] {
    background: #fdecea;
    color: #b3261e;
    padding: 12px 16px;
    border-radius: 8px;
    margin-top: 12px;
    font-size: 13px;
    font-family: 'Raleway', sans-serif;
}

.alert-success[b-bppo5p7gjr] {
    background: #e6f4ea;
    color: #1e6b3a;
    padding: 18px 22px;
    border-radius: 12px;
    font-family: 'Raleway', sans-serif;
}

.alert-success h3[b-bppo5p7gjr] {
    margin: 0 0 12px;
    color: #1e6b3a;
}

.alert-success ul[b-bppo5p7gjr] {
    margin: 0;
    padding-left: 20px;
    font-size: 14px;
}

.preview-summary[b-bppo5p7gjr] {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 18px 22px;
    margin-bottom: 24px;
}

.summary-row[b-bppo5p7gjr] {
    display: flex;
    flex-direction: column;
    min-width: 110px;
}

.summary-label[b-bppo5p7gjr] {
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    color: #7b868c;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.summary-value[b-bppo5p7gjr] {
    font-family: 'Raleway', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #1d2951;
}

.summary-value--add[b-bppo5p7gjr] { color: #1e6b3a; }
.summary-value--update[b-bppo5p7gjr] { color: #076e6c; }
.summary-value--deactivate[b-bppo5p7gjr] { color: #b3261e; }
.summary-value--reactivate[b-bppo5p7gjr] { color: #0b5cad; }
.summary-value--error[b-bppo5p7gjr] { color: #b3261e; }
.summary-value--warning[b-bppo5p7gjr] { color: #a36500; }

.preview-section[b-bppo5p7gjr] {
    margin-bottom: 28px;
}

.preview-heading[b-bppo5p7gjr] {
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #1d2951;
    margin: 0 0 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.preview-heading--deactivate[b-bppo5p7gjr] { color: #b3261e; }
.preview-heading--error[b-bppo5p7gjr] { color: #b3261e; }

.preview-table[b-bppo5p7gjr] {
    font-size: 13px;
}

.preview-table .diff-old[b-bppo5p7gjr] {
    color: #b3261e;
    text-decoration: line-through;
}

.preview-table .diff-new[b-bppo5p7gjr] {
    color: #1e6b3a;
    font-weight: 600;
}

.preview-truncated[b-bppo5p7gjr] {
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    color: #7b868c;
    margin: 8px 0 0;
}

.preview-message-list[b-bppo5p7gjr] {
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    color: #1d2951;
    padding-left: 20px;
}

.preview-actions[b-bppo5p7gjr] {
    display: flex;
    gap: 12px;
    margin-top: 24px;
}
/* /Components/Pages/Admin/PlantDictionary/Index.razor.rz.scp.css */
/* ─── Tree View ─── */
.tree-summary[b-ynddizlj3b] {
    font-size: var(--font-size-form, 13px);
    color: var(--color-text-muted, #747474);
    padding: 8px 0 12px;
    border-bottom: 1px solid var(--color-border, #d2d2d2);
    margin-bottom: 4px;
}

.tree-view[b-ynddizlj3b] {
    font-family: var(--font-family-body, 'Raleway', sans-serif);
}

.tree-node[b-ynddizlj3b] {
    border-bottom: 1px solid var(--color-border, #d2d2d2);
}

.tree-node--minor[b-ynddizlj3b] {
    border-bottom: none;
}

.tree-row[b-ynddizlj3b] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 12px;
    cursor: pointer;
    transition: background 0.15s;
    user-select: none;
}

.tree-row:hover[b-ynddizlj3b] {
    background: var(--color-bg-light, #f5f5f5);
}

.tree-row.expanded[b-ynddizlj3b] {
    background: var(--color-brand-teal-10, rgba(7,110,108,0.10));
}

.tree-row--major[b-ynddizlj3b] {
    font-weight: 700;
    font-size: var(--font-size-base, 16px);
    color: var(--color-text-heading, #076e6c);
}

.tree-row--minor[b-ynddizlj3b] {
    padding-left: 36px;
    font-weight: 400;
    font-size: var(--font-size-form, 13px);
    color: var(--color-text-body, #2b2b2b);
}

.tree-chevron[b-ynddizlj3b] {
    display: inline-block;
    width: 16px;
    font-size: 10px;
    color: var(--color-text-muted, #747474);
    flex-shrink: 0;
    text-align: center;
}

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

.tree-meta[b-ynddizlj3b] {
    font-size: 12px;
    color: var(--color-text-muted, #747474);
    white-space: nowrap;
    padding: 2px 8px;
    background: var(--color-bg-light, #f5f5f5);
}

.tree-badge[b-ynddizlj3b] {
    font-size: 11px;
    font-weight: 600;
    padding: 2px 8px;
    white-space: nowrap;
    color: var(--color-text-muted, #747474);
    background: var(--color-bg-light, #f5f5f5);
}

.tree-badge--count[b-ynddizlj3b] {
    color: var(--color-brand-teal, #076e6c);
    background: var(--color-brand-teal-10, rgba(7,110,108,0.10));
}

.tree-loading[b-ynddizlj3b] {
    padding: 8px 36px;
    font-size: 12px;
    color: var(--color-text-muted, #747474);
    font-style: italic;
}

.tree-table[b-ynddizlj3b] {
    width: calc(100% - 56px);
    margin-left: 56px;
    border-collapse: collapse;
    margin-bottom: 8px;
}

.tree-table th[b-ynddizlj3b] {
    background: var(--color-bg-light, #f5f5f5);
    padding: 6px 10px;
    text-align: left;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--color-text-muted, #747474);
    border-bottom: 1px solid var(--color-border, #d2d2d2);
}

.tree-table td[b-ynddizlj3b] {
    padding: 6px 10px;
    font-size: 12px;
    border-bottom: 1px solid var(--color-border, #d2d2d2);
    color: var(--color-text-body, #2b2b2b);
}

.tree-table tr:last-child td[b-ynddizlj3b] {
    border-bottom: none;
}

.tree-table .inactive-row td[b-ynddizlj3b] {
    opacity: 0.5;
}

.tree-table .action-link[b-ynddizlj3b] {
    color: var(--color-brand-teal, #076e6c);
    text-decoration: none;
    font-weight: 600;
    font-size: 11px;
}

.tree-table .action-link:hover[b-ynddizlj3b] {
    text-decoration: underline;
}

.loading-indicator[b-ynddizlj3b],
.empty-state[b-ynddizlj3b] {
    padding: 40px 20px;
    text-align: center;
    font-size: var(--font-size-base, 16px);
    color: var(--color-text-muted, #747474);
}

/* ─── Import Dialog ─── */
.dialog-overlay[b-ynddizlj3b] {
    position: fixed;
    inset: 0;
    background: var(--color-bg-overlay, rgba(0,0,0,0.55));
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 900;
}

.dialog[b-ynddizlj3b] {
    background: var(--color-bg-white, #fff);
    width: 720px;
    max-width: 90vw;
    max-height: 85vh;
    display: flex;
    flex-direction: column;
    box-shadow: 0 8px 32px rgba(0,0,0,0.25);
}

.dialog-header[b-ynddizlj3b] {
    background: var(--color-brand-teal, #076e6c);
    color: #fff;
    padding: 16px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dialog-header h2[b-ynddizlj3b] {
    margin: 0;
    font-family: 'Kanit', sans-serif;
    font-size: 18px;
    font-weight: 600;
}

.dialog-close[b-ynddizlj3b] {
    background: none;
    border: none;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    opacity: 0.8;
}
.dialog-close:hover[b-ynddizlj3b] { opacity: 1; }

.dialog-body[b-ynddizlj3b] {
    padding: 24px;
    overflow-y: auto;
    flex: 1;
}

.dialog-body p[b-ynddizlj3b] {
    font-size: 13px;
    color: var(--color-text-primary, #2b2b2b);
    margin-bottom: 16px;
}

.dialog-footer[b-ynddizlj3b] {
    padding: 16px 0 0;
    display: flex;
    justify-content: flex-end;
}

/* Example format table */
.example-table[b-ynddizlj3b] {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 16px;
    font-size: 12px;
}

.example-table th[b-ynddizlj3b] {
    background: var(--color-brand-teal, #076e6c);
    color: #fff;
    padding: 8px 12px;
    text-align: left;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 11px;
}

.example-cell[b-ynddizlj3b] {
    padding: 8px 12px;
    border-bottom: 1px solid var(--color-border, #d2d2d2);
    font-family: 'Courier New', monospace;
    font-size: 12px;
    background: var(--color-bg-light, #f5f5f5);
}

/* Notes */
.import-notes[b-ynddizlj3b] {
    background: var(--color-brand-teal-10, rgba(7,110,108,0.1));
    padding: 12px 16px;
    margin-bottom: 20px;
}

.import-notes p[b-ynddizlj3b] {
    margin: 4px 0;
    font-size: 12px;
}

/* Upload area */
.import-upload[b-ynddizlj3b] {
    padding: 20px;
    border: 2px dashed var(--color-border, #d2d2d2);
    text-align: center;
}

/* Progress spinner */
.import-progress[b-ynddizlj3b] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 20px;
    justify-content: center;
}

.spinner[b-ynddizlj3b] {
    width: 24px;
    height: 24px;
    border: 3px solid var(--color-border, #d2d2d2);
    border-top-color: var(--color-brand-teal, #076e6c);
    border-radius: 50%;
    animation: spin-b-ynddizlj3b 0.7s linear infinite;
}

@keyframes spin-b-ynddizlj3b {
    to { transform: rotate(360deg); }
}

/* Summary stats */
.import-summary[b-ynddizlj3b] {
    display: flex;
    gap: 16px;
    margin: 20px 0;
}

.summary-stat[b-ynddizlj3b] {
    flex: 1;
    text-align: center;
    padding: 16px 8px;
}

.summary-stat.added[b-ynddizlj3b] { background: rgba(34,197,94,0.1); }
.summary-stat.updated[b-ynddizlj3b] { background: rgba(59,130,246,0.1); }
.summary-stat.skipped[b-ynddizlj3b] { background: rgba(234,179,8,0.1); }
.summary-stat.total[b-ynddizlj3b] { background: var(--color-bg-light, #f5f5f5); }

.stat-number[b-ynddizlj3b] {
    display: block;
    font-family: 'Kanit', sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: var(--color-text-primary, #2b2b2b);
}

.stat-label[b-ynddizlj3b] {
    font-family: 'Raleway', sans-serif;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--color-text-muted, #747474);
}

/* Errors */
.import-errors-box[b-ynddizlj3b] {
    background: rgba(239,68,68,0.08);
    padding: 12px 16px;
    margin-bottom: 16px;
}

.import-errors-box h4[b-ynddizlj3b] {
    margin: 0 0 8px;
    font-size: 13px;
    color: #991b1b;
}

.import-errors-box ul[b-ynddizlj3b] {
    margin: 0;
    padding-left: 20px;
    font-size: 12px;
    color: #991b1b;
}

.more-errors[b-ynddizlj3b] {
    font-style: italic;
    color: var(--color-text-muted, #747474);
}

/* Imported rows preview */
.imported-preview[b-ynddizlj3b] {
    margin-top: 16px;
}

.imported-preview h4[b-ynddizlj3b] {
    font-size: 13px;
    margin-bottom: 8px;
    font-weight: 700;
}

.imported-table-wrap[b-ynddizlj3b] {
    max-height: 250px;
    overflow-y: auto;
    border: 1px solid var(--color-border, #d2d2d2);
}

[b-ynddizlj3b] .data-table.compact td,
[b-ynddizlj3b] .data-table.compact th {
    padding: 6px 10px;
    font-size: 12px;
}

.badge[b-ynddizlj3b] {
    display: inline-block;
    padding: 2px 8px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.badge-new[b-ynddizlj3b] {
    background: rgba(34,197,94,0.15);
    color: #166534;
}

.badge-updated[b-ynddizlj3b] {
    background: rgba(59,130,246,0.15);
    color: #1e40af;
}
/* /Components/Pages/Auth/Login.razor.rz.scp.css */
/*
 * BTIS Login — full-bleed split layout
 * Left: hero image with teal overlay + branding
 * Right: clean modern login form
 */

/* ── Split container ──────────────────────────────── */
.login-split[b-h7j0v8lgft] {
    display: flex;
    min-height: 100vh;
    background: #f5f7fa;
}

/* ── LEFT: Hero panel ─────────────────────────────── */
.login-hero[b-h7j0v8lgft] {
    flex: 1.1;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 60px;
    background: url('/images/login-hero.webp') center center / cover no-repeat;
    overflow: hidden;
}

.hero-overlay[b-h7j0v8lgft] {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        160deg,
        rgba(7, 110, 108, 0.92) 0%,
        rgba(29, 41, 81, 0.88) 50%,
        rgba(7, 110, 108, 0.80) 100%
    );
    z-index: 1;
}

.hero-content[b-h7j0v8lgft] {
    position: relative;
    z-index: 2;
    max-width: 480px;
}

.hero-logo[b-h7j0v8lgft] {
    width: 200px;
    margin-bottom: 32px;
    filter: drop-shadow(0 2px 8px rgba(0,0,0,0.3));
}

.hero-title[b-h7j0v8lgft] {
    font-family: 'Raleway', sans-serif;
    font-size: 32px;
    font-weight: 800;
    color: #fff;
    margin: 0 0 16px;
    letter-spacing: 0.5px;
    line-height: 1.2;
}

.hero-tagline[b-h7j0v8lgft] {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.6;
    margin: 0 0 32px;
}

.hero-badges[b-h7j0v8lgft] {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.hero-badge[b-h7j0v8lgft] {
    display: inline-block;
    padding: 6px 14px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 20px;
    backdrop-filter: blur(4px);
    background: rgba(255, 255, 255, 0.08);
}

/* ── RIGHT: Form side ─────────────────────────────── */
.login-form-side[b-h7j0v8lgft] {
    flex: 0.9;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
    background: #fff;
}

.login-form-wrapper[b-h7j0v8lgft] {
    width: 100%;
    max-width: 400px;
}

/* Welcome text */
.login-welcome h2[b-h7j0v8lgft] {
    font-family: 'Raleway', sans-serif;
    font-size: 28px;
    font-weight: 800;
    color: #1d2951;
    margin: 0 0 8px;
}

.login-welcome p[b-h7j0v8lgft] {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    color: #7b868c;
    margin: 0 0 32px;
    line-height: 1.5;
}

/* Error alert */
.login-error[b-h7j0v8lgft] {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #fef2f2;
    border: 1px solid #fecaca;
    border-radius: 10px;
    padding: 12px 16px;
    margin-bottom: 24px;
    color: #991b1b;
    font-size: 13px;
    font-family: 'Raleway', sans-serif;
}

/* Form fields */
.field[b-h7j0v8lgft] {
    margin-bottom: 20px;
}

.field label[b-h7j0v8lgft] {
    display: block;
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #1d2951;
    margin-bottom: 6px;
}

.field input[b-h7j0v8lgft] {
    width: 100%;
    height: 48px;
    padding: 0 16px;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    color: #2b2b2b;
    background: #f5f7fa;
    border: 1.5px solid #e2e6ea;
    border-radius: 10px;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    box-sizing: border-box;
}

.field input:focus[b-h7j0v8lgft] {
    border-color: #076e6c;
    box-shadow: 0 0 0 3px rgba(7, 110, 108, 0.1);
    background: #fff;
}

.field input[b-h7j0v8lgft]::placeholder {
    color: #b0b8c1;
}

/* Forgot password row */
.field-row[b-h7j0v8lgft] {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 24px;
}

.forgot-link[b-h7j0v8lgft] {
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    color: #076e6c;
    text-decoration: none;
    font-weight: 600;
}

.forgot-link:hover[b-h7j0v8lgft] {
    text-decoration: underline;
}

/* Sign In button */
.login-btn[b-h7j0v8lgft] {
    width: 100%;
    height: 50px;
    background: linear-gradient(135deg, #076e6c 0%, #1d2951 100%);
    color: #fff;
    border: none;
    border-radius: 10px;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: opacity 0.2s ease, transform 0.1s ease;
    box-shadow: 0 4px 14px rgba(7, 110, 108, 0.3);
}

.login-btn:hover[b-h7j0v8lgft] {
    opacity: 0.92;
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(7, 110, 108, 0.4);
}

.login-btn:active[b-h7j0v8lgft] {
    transform: translateY(0);
}

/* Footer text */
.login-footer-text[b-h7j0v8lgft] {
    margin-top: 40px;
    text-align: center;
}

.login-footer-text p[b-h7j0v8lgft] {
    font-family: 'Raleway', sans-serif;
    font-size: 11px;
    color: #b0b8c1;
    margin: 2px 0;
    line-height: 1.4;
}

/* ── Responsive ───────────────────────────────────── */
@media (max-width: 900px) {
    .login-split[b-h7j0v8lgft] {
        flex-direction: column;
    }

    .login-hero[b-h7j0v8lgft] {
        min-height: 260px;
        padding: 40px 32px;
        align-items: flex-start;
    }

    .hero-logo[b-h7j0v8lgft] {
        width: 140px;
        margin-bottom: 16px;
    }

    .hero-title[b-h7j0v8lgft] {
        font-size: 24px;
    }

    .hero-tagline[b-h7j0v8lgft] {
        display: none;
    }

    .hero-badges[b-h7j0v8lgft] {
        display: none;
    }

    .login-form-side[b-h7j0v8lgft] {
        padding: 32px 24px;
    }
}
/* /Components/Pages/Broker/Dashboard.razor.rz.scp.css */
/*
 * Broker Dashboard — Premium card layout
 */

.dashboard-page[b-pegvtw2fqx] {
    width: 100%;
    margin: 0;
    padding: 0;
}

.dashboard-header[b-pegvtw2fqx] {
    text-align: center;
    margin-bottom: 40px;
}

.dashboard-header h1[b-pegvtw2fqx] {
    font-family: 'Raleway', sans-serif;
    font-size: 30px;
    font-weight: 800;
    background: linear-gradient(135deg, #076e6c 0%, #1d2951 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.dashboard-subtitle[b-pegvtw2fqx] {
    color: #7b868c;
    margin-top: 4px;
    font-size: 14px;
}

.dashboard-cards[b-pegvtw2fqx] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.dashboard-card[b-pegvtw2fqx] {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    border: none;
    padding: 40px 28px 36px;
    text-align: center;
    text-decoration: none;
    border-radius: 14px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04), 0 4px 16px rgba(0,0,0,0.06);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.dashboard-card[b-pegvtw2fqx]::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #076e6c, #31cdcf);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.dashboard-card:hover[b-pegvtw2fqx] {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.12);
    text-decoration: none;
}

.dashboard-card:hover[b-pegvtw2fqx]::after {
    transform: scaleX(1);
}

.card-icon[b-pegvtw2fqx] {
    font-size: 44px;
    margin-bottom: 16px;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(7,110,108,0.08) 0%, rgba(29,41,81,0.06) 100%);
    border-radius: 50%;
}

.dashboard-card h2[b-pegvtw2fqx] {
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #1d2951;
    margin-bottom: 8px;
}

.dashboard-card p[b-pegvtw2fqx] {
    color: #7b868c;
    font-size: 13px;
    line-height: 1.5;
}

/* ── Recent Quotes Section ── */
.recent-quotes-section[b-pegvtw2fqx] {
    margin-top: 40px;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04), 0 4px 16px rgba(0,0,0,0.06);
    overflow: hidden;
}

.recent-quotes-header[b-pegvtw2fqx] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 24px;
    border-bottom: 1px solid #e2e6ea;
}

.recent-quotes-header h2[b-pegvtw2fqx] {
    font-family: 'Raleway', sans-serif;
    font-size: 17px;
    font-weight: 700;
    color: #1d2951;
    margin: 0;
}

.recent-view-all[b-pegvtw2fqx] {
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #076e6c;
    text-decoration: none;
    padding: 6px 14px;
    border: 1.5px solid #e2e6ea;
    border-radius: 8px;
    transition: all 0.2s ease;
}
.recent-view-all:hover[b-pegvtw2fqx] {
    background: #f5f7fa;
    border-color: #076e6c;
    text-decoration: none;
}

.recent-loading[b-pegvtw2fqx],
.recent-empty[b-pegvtw2fqx] {
    padding: 40px 24px;
    text-align: center;
    color: #7b868c;
    font-size: 14px;
}

.recent-table[b-pegvtw2fqx] {
    width: 100%;
    border-collapse: collapse;
}

.recent-table thead th[b-pegvtw2fqx] {
    padding: 10px 16px;
    font-family: 'Raleway', sans-serif;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #7b868c;
    text-align: left;
    background: #f8f9fb;
    border-bottom: 1px solid #e2e6ea;
}

.recent-row[b-pegvtw2fqx] {
    cursor: pointer;
    transition: background 0.15s;
}
.recent-row:hover[b-pegvtw2fqx] {
    background: #f8f9fb;
}

.recent-row td[b-pegvtw2fqx] {
    padding: 12px 16px;
    font-size: 13px;
    color: #1d2951;
    border-bottom: 1px solid #f0f2f5;
}
.recent-row:last-child td[b-pegvtw2fqx] {
    border-bottom: none;
}

.recent-ref[b-pegvtw2fqx] {
    font-weight: 700;
    color: #076e6c;
    font-family: 'Raleway', sans-serif;
}

.recent-value[b-pegvtw2fqx] {
    font-weight: 600;
}

/* Status badges */
.status-badge[b-pegvtw2fqx] {
    display: inline-block;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding: 3px 10px;
    border-radius: 4px;
    text-transform: uppercase;
}
.status-draft[b-pegvtw2fqx] {
    color: #7b868c;
    background: #f0f2f5;
}
.status-pendingapproval[b-pegvtw2fqx] {
    color: #92400e;
    background: rgba(243, 156, 18, 0.12);
}
.status-approved[b-pegvtw2fqx] {
    color: #166534;
    background: rgba(39, 174, 96, 0.12);
}
.status-rejected[b-pegvtw2fqx] {
    color: #991b1b;
    background: rgba(231, 76, 60, 0.10);
}
.status-expired[b-pegvtw2fqx] {
    color: #7b868c;
    background: #f0f2f5;
}

@media (max-width: 768px) {
    .dashboard-cards[b-pegvtw2fqx] { grid-template-columns: 1fr; }
    .recent-table[b-pegvtw2fqx] { font-size: 12px; }
    .recent-table thead th[b-pegvtw2fqx],
    .recent-row td[b-pegvtw2fqx] { padding: 10px 12px; }
}
/* /Components/Pages/Broker/Quote/Confirmation.razor.rz.scp.css */
.confirmation-page[b-k8xdpfdhdi] {
    max-width: 640px;
    margin: 40px auto 0;
    padding: 0 20px;
}

.confirmation-card[b-k8xdpfdhdi] {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04), 0 4px 20px rgba(0,0,0,0.08);
    padding: 48px 40px 40px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.confirmation-card[b-k8xdpfdhdi]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #076e6c, #31cdcf);
}

/* Icon */
.confirmation-icon-wrap[b-k8xdpfdhdi] {
    width: 88px;
    height: 88px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
}
.confirmation-icon-wrap--success[b-k8xdpfdhdi] {
    background: linear-gradient(135deg, rgba(39,174,96,0.1) 0%, rgba(7,110,108,0.1) 100%);
    color: #27ae60;
}
.confirmation-icon-wrap--pending[b-k8xdpfdhdi] {
    background: linear-gradient(135deg, rgba(243,156,18,0.1) 0%, rgba(230,126,34,0.1) 100%);
    color: #e67e22;
}

/* Title */
.confirmation-title[b-k8xdpfdhdi] {
    font-family: 'Raleway', sans-serif;
    font-size: 26px;
    font-weight: 800;
    color: #1d2951;
    margin: 0 0 8px;
}

.confirmation-subtitle[b-k8xdpfdhdi] {
    font-size: 14px;
    color: #7b868c;
    margin: 0 0 28px;
}

/* Detail rows */
.confirmation-details[b-k8xdpfdhdi] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    text-align: left;
    padding: 20px 24px;
    background: #f8f9fb;
    border-radius: 10px;
    margin-bottom: 24px;
}

.confirmation-detail[b-k8xdpfdhdi] {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.confirmation-label[b-k8xdpfdhdi] {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #b0b8c1;
}

.confirmation-value[b-k8xdpfdhdi] {
    font-size: 15px;
    font-weight: 600;
    color: #1d2951;
}

.confirmation-value--total[b-k8xdpfdhdi] {
    font-size: 20px;
    font-weight: 800;
    background: linear-gradient(135deg, #076e6c 0%, #1d2951 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.confirmation-status[b-k8xdpfdhdi] {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding: 3px 10px;
    border-radius: 4px;
    width: fit-content;
}
.confirmation-status--approved[b-k8xdpfdhdi] {
    color: #166534;
    background: rgba(39,174,96,0.12);
}
.confirmation-status--pendingapproval[b-k8xdpfdhdi] {
    color: #92400e;
    background: rgba(243,156,18,0.12);
}

/* Notice */
.confirmation-notice[b-k8xdpfdhdi] {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 14px 18px;
    background: rgba(243,156,18,0.06);
    border-left: 3px solid #e67e22;
    border-radius: 0 8px 8px 0;
    margin-bottom: 28px;
    text-align: left;
    font-size: 13px;
    color: #555;
    line-height: 1.5;
}
.confirmation-notice--success[b-k8xdpfdhdi] {
    background: rgba(39,174,96,0.06);
    border-left-color: #27ae60;
}

/* Actions */
.confirmation-actions[b-k8xdpfdhdi] {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
}

@media (max-width: 600px) {
    .confirmation-card[b-k8xdpfdhdi] { padding: 32px 20px 28px; }
    .confirmation-details[b-k8xdpfdhdi] { grid-template-columns: 1fr; }
    .confirmation-title[b-k8xdpfdhdi] { font-size: 22px; }
}
/* /Components/Pages/Feedback/Index.razor.rz.scp.css */
.feedback-grid th.sortable[b-qubsclv364] {
    cursor: pointer;
    user-select: none;
    white-space: nowrap;
}

.feedback-grid th.sortable:hover[b-qubsclv364] {
    color: #076e6c;
}

.sort-indicator[b-qubsclv364] {
    display: inline-block;
    margin-left: 6px;
    color: #b6bcc1;
    font-size: 11px;
}

.sort-indicator.sort-active[b-qubsclv364] {
    color: #076e6c;
}

.grid-filter-row th[b-qubsclv364] {
    background: #f5f5f5;
    padding: 6px 10px;
    border-bottom: 1px solid #d2d2d2;
}

.grid-filter-input[b-qubsclv364] {
    width: 100%;
    height: 28px;
    border: 1px solid #d2d2d2;
    background: #fff;
    padding: 0 8px;
    font-size: 12px;
    font-family: 'Raleway', sans-serif;
    color: #2b2b2b;
}

.grid-filter-input:focus[b-qubsclv364] {
    outline: none;
    border-color: #076e6c;
}

.grid-empty[b-qubsclv364] {
    text-align: center;
    color: #7b868c;
    padding: 40px 0;
    font-style: italic;
}

.grid-status[b-qubsclv364] {
    color: #7b868c;
    font-size: 13px;
    margin: 0 0 8px;
}

.grid-secondary[b-qubsclv364] {
    color: #7b868c;
    font-size: 12px;
}

.pagination[b-qubsclv364] {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 18px;
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    color: #7b868c;
}
/* /Components/Pages/VersionHistory.razor.rz.scp.css */
.vh-grid[b-olqp5vq0fx] {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 24px;
    align-items: start;
}

.vh-main[b-olqp5vq0fx] {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* Release card */
.vh-release-card[b-olqp5vq0fx] {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04), 0 4px 16px rgba(0,0,0,0.06);
    overflow: hidden;
    transition: box-shadow 0.2s ease;
}

.vh-release-card:hover[b-olqp5vq0fx] {
    box-shadow: 0 2px 6px rgba(0,0,0,0.06), 0 8px 24px rgba(0,0,0,0.08);
}

.vh-release-header[b-olqp5vq0fx] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 24px;
    border-bottom: 1px solid #f0f2f5;
}

.vh-release-title[b-olqp5vq0fx] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #1d2951;
}

.vh-tag-icon[b-olqp5vq0fx] { font-size: 20px; }

.vh-latest-badge[b-olqp5vq0fx] {
    display: inline-block;
    padding: 2px 10px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    background: #d1fae5;
    color: #065f46;
    border-radius: 20px;
}

.vh-release-date[b-olqp5vq0fx] {
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    color: #7b868c;
}

.vh-release-body[b-olqp5vq0fx] {
    padding: 20px 24px;
}

.vh-summary[b-olqp5vq0fx] {
    font-size: 14px;
    color: #1d2951;
    line-height: 1.6;
    margin-bottom: 20px;
}

/* Section titles */
.vh-section-title[b-olqp5vq0fx] {
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    font-weight: 700;
    margin: 16px 0 8px;
}

.vh-section-feature[b-olqp5vq0fx] { color: #27ae60; }
.vh-section-improvement[b-olqp5vq0fx] { color: #076e6c; }
.vh-section-bugfix[b-olqp5vq0fx] { color: #f39c12; }

.vh-items[b-olqp5vq0fx] {
    list-style: disc;
    padding-left: 24px;
    margin: 0 0 12px;
}

.vh-items li[b-olqp5vq0fx] {
    font-size: 13px;
    color: #1d2951;
    line-height: 1.7;
    padding: 2px 0;
}

/* Sidebar */
.vh-sidebar[b-olqp5vq0fx] {
    position: relative;
}

@media (max-width: 900px) {
    .vh-grid[b-olqp5vq0fx] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Shared/Chat/ChatWidget.razor.rz.scp.css */
/* All chat styles moved to wwwroot/css/chat.css (global) because
   JS-created DOM elements don't get Blazor scoped CSS attributes. */
/* /Components/Shared/CompanyRatesBanner.razor.rz.scp.css */
.company-rates-banner[b-gzuf4895t3] {
    display: flex;
    align-items: center;
    gap: 14px;
    background: #fee2e2;
    border: 1px solid #fca5a5;
    border-left: 4px solid #b3261e;
    color: #7f1d1d;
    padding: 10px 18px;
    margin: 0 0 16px;
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
}

.company-rates-banner__icon[b-gzuf4895t3] {
    font-size: 16px;
}

.company-rates-banner__message[b-gzuf4895t3] {
    flex: 1;
}

.company-rates-banner__action[b-gzuf4895t3] {
    color: #7f1d1d;
    font-weight: 700;
    text-decoration: underline;
    white-space: nowrap;
}

.company-rates-banner__action:hover[b-gzuf4895t3] {
    color: #450a0a;
}
/* /Components/Shared/QuoteWizard.razor.rz.scp.css */
/*
 * Quote Wizard — Premium step indicator
 */

.wizard[b-anjo7tywjk] {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-bottom: 32px;
    padding: 28px 0 8px;
}

.wizard-step[b-anjo7tywjk] {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 100px;
    position: relative;
}

.wizard-circle[b-anjo7tywjk] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 14px;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.wizard-step--active .wizard-circle[b-anjo7tywjk] {
    background: linear-gradient(135deg, #076e6c 0%, #1d2951 100%);
    color: #fff;
    box-shadow: 0 0 0 4px rgba(7, 110, 108, 0.15), 0 4px 12px rgba(7, 110, 108, 0.3);
}

.wizard-step--done .wizard-circle[b-anjo7tywjk] {
    background: linear-gradient(135deg, #076e6c 0%, #31cdcf 100%);
    color: #fff;
    box-shadow: 0 2px 8px rgba(7, 110, 108, 0.2);
}

.wizard-step--upcoming .wizard-circle[b-anjo7tywjk] {
    background: #f0f2f5;
    color: #b0b8c1;
    border: 2px solid #e2e6ea;
}

.wizard-label[b-anjo7tywjk] {
    margin-top: 10px;
    font-family: 'Raleway', sans-serif;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-align: center;
    max-width: 110px;
    line-height: 1.3;
}

.wizard-step--active .wizard-label[b-anjo7tywjk] { color: #076e6c; }
.wizard-step--done .wizard-label[b-anjo7tywjk] { color: #076e6c; }

.wizard-step--clickable[b-anjo7tywjk] {
    text-decoration: none;
    cursor: pointer;
}
.wizard-step--clickable:hover .wizard-circle[b-anjo7tywjk] {
    box-shadow: 0 0 0 4px rgba(7, 110, 108, 0.2), 0 4px 14px rgba(7, 110, 108, 0.35);
    transform: scale(1.08);
}
.wizard-step--clickable:hover .wizard-label[b-anjo7tywjk] {
    color: #055a58;
    text-decoration: none;
}
.wizard-step--upcoming .wizard-label[b-anjo7tywjk] { color: #b0b8c1; }

.wizard-connector[b-anjo7tywjk] {
    flex: 1;
    height: 2px;
    background: #e2e6ea;
    margin-top: 20px;
    min-width: 40px;
    max-width: 120px;
    border-radius: 1px;
}

.wizard-connector--done[b-anjo7tywjk] {
    background: linear-gradient(90deg, #076e6c, #31cdcf);
}

@media (max-width: 600px) {
    .wizard-step[b-anjo7tywjk] { min-width: 60px; }
    .wizard-label[b-anjo7tywjk] { font-size: 9px; max-width: 65px; }
    .wizard-circle[b-anjo7tywjk] { width: 32px; height: 32px; font-size: 12px; }
    .wizard-connector[b-anjo7tywjk] { margin-top: 16px; min-width: 20px; }
}
