/* /Components/Forms/CompactDecimalStepper.razor.rz.scp.css */
.compact-decimal-stepper[b-v09yh2kqm1] {
    position: relative;
    width: 100%;
}

.compact-decimal-stepper__input[b-v09yh2kqm1] {
    width: 100%;
    padding-right: 2.35rem !important;
    appearance: textfield !important;
    -moz-appearance: textfield !important;
    background-image: none !important;
}

.compact-decimal-stepper__input[b-v09yh2kqm1]::-webkit-inner-spin-button,
.compact-decimal-stepper__input[b-v09yh2kqm1]::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
    appearance: none !important;
    margin: 0;
}

.compact-decimal-stepper__controls[b-v09yh2kqm1] {
    position: absolute;
    z-index: 2;
    top: 3px;
    right: 3px;
    bottom: 3px;
    width: 1.85rem;
    display: grid;
    grid-template-rows: 1fr 1fr;
    pointer-events: auto;
    background: transparent;
}

.compact-decimal-stepper__controls button[b-v09yh2kqm1] {
    display: grid;
    place-items: center;
    width: 100%;
    min-width: 0;
    min-height: 0;
    padding: 0;
    border: 0 !important;
    border-radius: 2px;
    background: transparent !important;
    background-image: none !important;
    color: var(--lime) !important;
    box-shadow: none !important;
    font-family: inherit;
    font-size: 0.58rem;
    font-weight: 900;
    line-height: 1;
    cursor: pointer;
    user-select: none;
    transition: color 120ms ease, background-color 120ms ease;
}

.compact-decimal-stepper__controls button + button[b-v09yh2kqm1] {
    border-top: 1px solid rgba(255, 255, 255, 0.055) !important;
}

.compact-decimal-stepper__controls button:hover:not(:disabled)[b-v09yh2kqm1] {
    color: #d8ff72 !important;
    background: rgba(255, 255, 255, 0.025) !important;
    border-color: transparent !important;
    box-shadow: none !important;
    transform: none;
}

.compact-decimal-stepper__controls button:active:not(:disabled)[b-v09yh2kqm1] {
    color: #ecffb8 !important;
    background: rgba(169, 242, 15, 0.045) !important;
    border-color: transparent !important;
    box-shadow: none !important;
    transform: none;
}

.compact-decimal-stepper__controls button:focus-visible[b-v09yh2kqm1] {
    outline: 1px solid var(--lime);
    outline-offset: -1px;
}

.compact-decimal-stepper__controls button:disabled[b-v09yh2kqm1] {
    opacity: 0.35;
    cursor: default;
}
/* /Components/Forms/CompactNumberStepper.razor.rz.scp.css */
.compact-number-stepper[b-vvl4jzkhvn] {
    position: relative;
    width: 100%;
}

.compact-number-stepper__input[b-vvl4jzkhvn] {
    width: 100%;
    padding-right: 2.35rem !important;
    appearance: textfield !important;
    -moz-appearance: textfield !important;
    background-image: none !important;
}

.compact-number-stepper__input[b-vvl4jzkhvn]::-webkit-inner-spin-button,
.compact-number-stepper__input[b-vvl4jzkhvn]::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
    appearance: none !important;
    margin: 0;
}

.compact-number-stepper__controls[b-vvl4jzkhvn] {
    position: absolute;
    z-index: 2;
    top: 3px;
    right: 3px;
    bottom: 3px;
    width: 1.85rem;
    display: grid;
    grid-template-rows: 1fr 1fr;
    pointer-events: auto;
    background: transparent;
}

.compact-number-stepper__controls button[b-vvl4jzkhvn] {
    display: grid;
    place-items: center;
    width: 100%;
    min-width: 0;
    min-height: 0;
    padding: 0;
    border: 0 !important;
    border-radius: 2px;
    background: transparent !important;
    background-image: none !important;
    color: var(--lime) !important;
    box-shadow: none !important;
    font-family: inherit;
    font-size: 0.58rem;
    font-weight: 900;
    line-height: 1;
    cursor: pointer;
    user-select: none;
    transition: color 120ms ease, background-color 120ms ease;
}

.compact-number-stepper__controls button + button[b-vvl4jzkhvn] {
    border-top: 1px solid rgba(255, 255, 255, 0.055) !important;
}

.compact-number-stepper__controls button:hover:not(:disabled)[b-vvl4jzkhvn] {
    color: #d8ff72 !important;
    background: rgba(255, 255, 255, 0.025) !important;
    border-color: transparent !important;
    box-shadow: none !important;
    transform: none;
}

.compact-number-stepper__controls button:active:not(:disabled)[b-vvl4jzkhvn] {
    color: #ecffb8 !important;
    background: rgba(169, 242, 15, 0.045) !important;
    border-color: transparent !important;
    box-shadow: none !important;
    transform: none;
}

.compact-number-stepper__controls button:focus-visible[b-vvl4jzkhvn] {
    outline: 1px solid var(--lime);
    outline-offset: -1px;
}

.compact-number-stepper__controls button:disabled[b-vvl4jzkhvn] {
    opacity: 0.35;
    cursor: default;
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-f3xqnyl91z] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-f3xqnyl91z] {
    flex: 1;
}

.sidebar[b-f3xqnyl91z] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-f3xqnyl91z] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-f3xqnyl91z]  a, .top-row[b-f3xqnyl91z]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-f3xqnyl91z]  a:hover, .top-row[b-f3xqnyl91z]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-f3xqnyl91z]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-f3xqnyl91z] {
        justify-content: space-between;
    }

    .top-row[b-f3xqnyl91z]  a, .top-row[b-f3xqnyl91z]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-f3xqnyl91z] {
        flex-direction: row;
    }

    .sidebar[b-f3xqnyl91z] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-f3xqnyl91z] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-f3xqnyl91z]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-f3xqnyl91z], article[b-f3xqnyl91z] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-c0jh2yvoje] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-c0jh2yvoje] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-c0jh2yvoje] {
    font-size: 1.1rem;
}

.bi[b-c0jh2yvoje] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-c0jh2yvoje] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-c0jh2yvoje] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-c0jh2yvoje] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-c0jh2yvoje] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-c0jh2yvoje] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-c0jh2yvoje] {
        padding-bottom: 1rem;
    }

    .nav-item[b-c0jh2yvoje]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-c0jh2yvoje]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-c0jh2yvoje]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-c0jh2yvoje] {
        display: none;
    }

    .collapse[b-c0jh2yvoje] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-c0jh2yvoje] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Pages/Ajustes/AjustesPage.razor.rz.scp.css */
.settings-page[b-q2w37nmh8f] {
    --settings-title-size: 0.82rem;
    --settings-label-size: 0.76rem;
    --settings-body-size: 0.92rem;
}

.settings-page[b-q2w37nmh8f]  .settings-section {
    margin: 1.1rem 0;
}

.settings-page[b-q2w37nmh8f]  .settings-section .section-card-head {
    padding: 1.2rem 1.25rem 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.settings-page[b-q2w37nmh8f]  .settings-section .section-card-head h2 {
    margin: 0;
    color: var(--text);
    font-size: var(--settings-title-size);
    font-weight: 850;
    line-height: 1.25;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.settings-page[b-q2w37nmh8f]  .settings-section .section-card-head p {
    margin: 0.55rem 0 0;
    color: var(--muted);
    font-size: var(--settings-body-size);
    line-height: 1.5;
}

.settings-page[b-q2w37nmh8f]  .settings-section .section-card-body {
    padding: 1.25rem;
}

.settings-page[b-q2w37nmh8f]  .settings-section label:not(.criteria-option),
.settings-page[b-q2w37nmh8f]  .settings-section .criteria-option strong,
.settings-page[b-q2w37nmh8f]  .settings-section .metric-label {
    color: var(--text);
    font-size: var(--settings-label-size);
    font-weight: 800;
    line-height: 1.35;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.settings-page[b-q2w37nmh8f]  .settings-section label:not(.criteria-option) {
    display: block;
    margin-bottom: 0.5rem;
}

.settings-page[b-q2w37nmh8f]  .settings-section .field-help,
.settings-page[b-q2w37nmh8f]  .settings-section .muted,
.settings-page[b-q2w37nmh8f]  .settings-section .criteria-option small {
    font-size: 0.85rem;
    line-height: 1.5;
}

.settings-page[b-q2w37nmh8f]  .settings-section .criteria-example span {
    font-size: var(--settings-body-size);
    font-weight: 700;
}

.settings-page[b-q2w37nmh8f]  .settings-section .criteria-example strong {
    font-size: 0.96rem;
    line-height: 1.45;
}

.settings-page[b-q2w37nmh8f]  .settings-usage-section .metric-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
}

.settings-page[b-q2w37nmh8f]  .settings-field-invalid input {
    border-color: var(--warning) !important;
    box-shadow: 0 0 0 2px rgba(243, 189, 82, 0.16);
}

.settings-page[b-q2w37nmh8f]  .settings-field-invalid label,
.settings-page[b-q2w37nmh8f]  .settings-field-invalid .field-help {
    color: var(--warning);
}

.settings-page[b-q2w37nmh8f]  .settings-usage-section .metric-card {
    min-height: 116px;
    padding: 1rem;
}

.settings-page[b-q2w37nmh8f]  .settings-usage-section .metric-value {
    margin: 0.55rem 0 0;
    font-size: 1.65rem;
    line-height: 1.1;
}

@media (max-width: 760px) {
    .settings-page[b-q2w37nmh8f]  .settings-section .section-card-head,
    .settings-page[b-q2w37nmh8f]  .settings-section .section-card-body {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .settings-page[b-q2w37nmh8f]  .settings-usage-section .metric-grid {
        grid-template-columns: 1fr;
    }
}
/* /Pages/Dashboard/DashboardPage.razor.rz.scp.css */
.dashboard-head-actions[b-h90xrn5vr8] {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    margin-left: auto;
}

.dashboard-action-metrics[b-h90xrn5vr8] {
    margin-top: 0.1rem;
}

.dashboard-metric-link[b-h90xrn5vr8] {
    display: block;
    min-width: 0;
    color: inherit;
    text-decoration: none;
    border-radius: 15px;
}

.dashboard-metric-link:focus-visible[b-h90xrn5vr8] {
    outline: 2px solid var(--lime);
    outline-offset: 3px;
}

.dashboard-metric-link[b-h90xrn5vr8]  .metric-card {
    height: 100%;
    transition: transform 160ms ease, border-color 160ms ease, background-color 160ms ease;
}

.dashboard-metric-link:hover[b-h90xrn5vr8]  .metric-card,
.dashboard-metric-link:focus-visible[b-h90xrn5vr8]  .metric-card {
    transform: translateY(-2px);
    border-color: rgba(169, 242, 15, 0.42) !important;
    background-color: rgba(169, 242, 15, 0.035) !important;
}

.dashboard-credit-strip[b-h90xrn5vr8] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr)) auto;
    gap: 0.85rem;
    align-items: stretch;
}

.dashboard-credit-fact[b-h90xrn5vr8] {
    display: grid;
    align-content: center;
    gap: 0.28rem;
    min-height: 88px;
    padding: 0.9rem 1rem;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.025);
}

.dashboard-credit-fact span[b-h90xrn5vr8] {
    color: var(--text);
    font-size: 0.72rem;
    font-weight: 850;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.dashboard-credit-fact strong[b-h90xrn5vr8] {
    color: var(--text);
    font-size: 1.5rem;
    line-height: 1.1;
}

.dashboard-credit-fact small[b-h90xrn5vr8] {
    color: var(--muted);
    line-height: 1.4;
}

.dashboard-credit-action[b-h90xrn5vr8] {
    align-self: center;
    white-space: nowrap;
}

@media (max-width: 1024px) {
    .dashboard-credit-strip[b-h90xrn5vr8] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .dashboard-credit-action[b-h90xrn5vr8] {
        grid-column: 1 / -1;
        justify-self: start;
    }
}

@media (max-width: 760px) {
    .dashboard-head-actions[b-h90xrn5vr8] {
        width: 100%;
        flex-direction: column;
        align-items: stretch;
    }

    .dashboard-credit-strip[b-h90xrn5vr8] {
        grid-template-columns: 1fr;
    }

    .dashboard-credit-action[b-h90xrn5vr8] {
        grid-column: auto;
        width: 100%;
        justify-content: center;
    }
}
