/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-9x6gprh9iv] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-9x6gprh9iv] {
    flex: 1;
}

.sidebar[b-9x6gprh9iv] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-9x6gprh9iv] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-9x6gprh9iv]  a, .top-row[b-9x6gprh9iv]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-9x6gprh9iv]  a:hover, .top-row[b-9x6gprh9iv]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-9x6gprh9iv]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-9x6gprh9iv] {
        justify-content: space-between;
    }

    .top-row[b-9x6gprh9iv]  a, .top-row[b-9x6gprh9iv]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-9x6gprh9iv] {
        flex-direction: row;
    }

    .sidebar[b-9x6gprh9iv] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-9x6gprh9iv] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-9x6gprh9iv]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-9x6gprh9iv], article[b-9x6gprh9iv] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Pages/RR82018.razor.rz.scp.css */
/* Layout */
.ch-container[b-aohz5wwtbm] {
    max-width: 1100px;
    margin: 2rem auto;
    padding: 0 1rem;
}

.ch-header h1[b-aohz5wwtbm] {
    margin: 0 0 .25rem;
}

.ch-subtitle[b-aohz5wwtbm] {
    margin: 0 0 1rem;
    color: var(--ch-muted, #5b667a);
}

/* Cards */
.ch-card[b-aohz5wwtbm] {
    background: #fff;
    border: 1px solid #e6e8eb;
    border-radius: 12px;
    padding: 1rem;
    margin-bottom: 1rem;
    box-shadow: 0 1px 2px rgba(16,24,40,.04);
}

.ch-card-header[b-aohz5wwtbm] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: .5rem;
}

/* Grid for input row */
.ch-grid[b-aohz5wwtbm] {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 1rem;
}

.ch-field[b-aohz5wwtbm] {
    grid-column: span 6;
    min-width: 0;
}

.ch-actions[b-aohz5wwtbm] {
    grid-column: span 6;
    display: flex;
    gap: .5rem;
    align-items: end;
    flex-wrap: wrap;
}

/* Inputs */
.ch-field :is(input.ch-input)[b-aohz5wwtbm] {
    width: 100%;
    padding: .625rem .75rem;
    border: 1px solid #cfd6e4;
    border-radius: 8px;
    font: inherit;
    background: #fff;
    box-sizing: border-box;
}

    .ch-field :is(input.ch-input):focus[b-aohz5wwtbm] {
        outline: none;
        border-color: #6b8afb;
        box-shadow: 0 0 0 3px rgba(107,138,251,.2);
    }

input[type="number"].ch-input[b-aohz5wwtbm]::-webkit-outer-spin-button,
input[type="number"].ch-input[b-aohz5wwtbm]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"].ch-input[b-aohz5wwtbm] {
    -moz-appearance: textfield;
}

label[b-aohz5wwtbm] {
    display: block;
    margin-bottom: .375rem;
    font-weight: 600;
}

.ch-hint[b-aohz5wwtbm] {
    display: block;
    color: var(--ch-muted, #5b667a);
    margin-top: .25rem;
}

/* Buttons */
.ch-button[b-aohz5wwtbm] {
    border: 1px solid #cfd6e4;
    background: #fff;
    border-radius: 8px;
    padding: .6rem .9rem;
    cursor: pointer;
}

    .ch-button:hover[b-aohz5wwtbm] {
        background: #f7f9fc;
    }

    .ch-button.primary[b-aohz5wwtbm] {
        background: #1f6fff;
        color: #fff;
        border-color: #1f6fff;
    }

        .ch-button.primary:hover[b-aohz5wwtbm] {
            filter: brightness(0.95);
        }

/* KPIs */
.ch-results h2[b-aohz5wwtbm] {
    margin-top: 0;
}

.ch-kpis[b-aohz5wwtbm] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: .75rem;
}

.ch-kpi[b-aohz5wwtbm] {
    background: #f8fafc;
    border: 1px solid #eef1f6;
    border-radius: 10px;
    padding: .75rem;
}

.ch-kpi-label[b-aohz5wwtbm] {
    color: var(--ch-muted, #5b667a);
    font-size: .85rem;
    display: block;
}

.ch-kpi-value[b-aohz5wwtbm] {
    font-weight: 700;
    font-size: 1.1rem;
}

/* Overview table */
.ch-table-wrap[b-aohz5wwtbm] {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.ch-table[b-aohz5wwtbm] {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

    .ch-table th[b-aohz5wwtbm], .ch-table td[b-aohz5wwtbm] {
        padding: .7rem .8rem;
        border-bottom: 1px solid #eef1f6;
        text-align: left;
        vertical-align: top;
    }

    .ch-table thead th[b-aohz5wwtbm] {
        position: sticky;
        top: 0;
        background: #fff;
        z-index: 1;
        border-bottom: 1px solid #e6e8eb;
    }

.ch-section th[b-aohz5wwtbm] {
    background: #fbfcff;
    border-top: 1px solid #e6e8eb;
}

/* Inner subtables */
.ch-subtable[b-aohz5wwtbm] {
    margin-top: .5rem;
}

.ch-table.-inner[b-aohz5wwtbm] {
    table-layout: auto;
    border: 1px solid #eef1f6;
}

    .ch-table.-inner th[b-aohz5wwtbm], .ch-table.-inner td[b-aohz5wwtbm] {
        text-align: left;
    }

/* Badges / stacks */
.ch-badge[b-aohz5wwtbm] {
    display: inline-block;
    background: #eef4ff;
    color: #1f6fff;
    border: 1px solid #d9e4ff;
    border-radius: 999px;
    padding: .15rem .5rem;
    font-size: .85rem;
}

.ch-stack[b-aohz5wwtbm] {
    display: grid;
    gap: .25rem;
}

/* Links */
.ch-links[b-aohz5wwtbm] {
    margin: .25rem 0 0;
    padding-left: 1.1rem;
}

    .ch-links li[b-aohz5wwtbm] {
        margin: .25rem 0;
    }

/* Responsive */
@media (max-width: 900px) {
    .ch-field[b-aohz5wwtbm] {
        grid-column: span 12;
    }

    .ch-actions[b-aohz5wwtbm] {
        grid-column: span 12;
    }

    .ch-kpis[b-aohz5wwtbm] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .ch-kpis[b-aohz5wwtbm] {
        grid-template-columns: 1fr;
    }

    .ch-table thead[b-aohz5wwtbm] {
        display: none;
    }

    .ch-table[b-aohz5wwtbm], .ch-table tbody[b-aohz5wwtbm], .ch-table tr[b-aohz5wwtbm], .ch-table th[b-aohz5wwtbm], .ch-table td[b-aohz5wwtbm] {
        display: block;
        width: 100%;
    }

        .ch-table tr[b-aohz5wwtbm] {
            border: 1px solid #eef1f6;
            border-radius: 10px;
            margin-bottom: .75rem;
            overflow: hidden;
        }

        .ch-table td[b-aohz5wwtbm] {
            border-bottom: 1px dashed #eef1f6;
        }

            .ch-table td:last-child[b-aohz5wwtbm] {
                border-bottom: none;
            }

            .ch-table td[b-aohz5wwtbm]::before {
                content: attr(data-label) " — ";
                font-weight: 600;
                color: var(--ch-muted, #5b667a);
                display: inline-block;
                min-width: 40%;
            }

    .ch-section th[b-aohz5wwtbm] {
        display: block;
    }
}

[b-aohz5wwtbm] input.ch-input {
    width: 100%;
    padding: .625rem .75rem;
    border: 1px solid #cfd6e4;
    border-radius: 8px;
    font: inherit;
    background: #fff;
    box-sizing: border-box;
}

    [b-aohz5wwtbm] input.ch-input:focus {
        outline: none;
        border-color: #6b8afb;
        box-shadow: 0 0 0 3px rgba(107,138,251,.2);
    }
