/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-olt6vzf2nk] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main[b-olt6vzf2nk] {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.sidebar[b-olt6vzf2nk] {
    background: linear-gradient(180deg, var(--sidebar-gradient-start, #1E3A5F) 0%, var(--sidebar-gradient-end, #0F2942) 100%);
}

.top-row[b-olt6vzf2nk] {
    background-color: var(--bg-card, #FFFFFF);
    border-bottom: 1px solid var(--border, #E5E7EB);
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

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

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

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

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

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

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

    .sidebar[b-olt6vzf2nk] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
        transition: width .25s ease;
        overflow: hidden;
        flex-shrink: 0;
    }

    .sidebar.sidebar-collapsed[b-olt6vzf2nk] {
        width: 64px;
    }

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

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

    .top-row[b-olt6vzf2nk], article[b-olt6vzf2nk] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

article[b-olt6vzf2nk] {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding-bottom: 1.5rem;
}

#blazor-error-ui[b-olt6vzf2nk] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    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-olt6vzf2nk] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-6c4lvledpv] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-6c4lvledpv] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-6c4lvledpv] {
    min-height: 3.5rem;
    background-color: rgba(0, 0, 0, 0.2);
    overflow: hidden;
    position: relative;
}

.navbar-brand[b-6c4lvledpv] {
    font-size: 1.1rem;
    font-weight: 700;
    color: white;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
}

.brand-short[b-6c4lvledpv] {
    display: none;
}

/* ===== Iconos del nav (IonIcons) ===== */
.nav-icon[b-6c4lvledpv] {
    display: inline-block;
    font-size: 1.25rem;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    flex-shrink: 0;
    transition: margin .2s ease;
    color: inherit;
}

/* ===== Nav items ===== */
.nav-item[b-6c4lvledpv] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-6c4lvledpv] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-6c4lvledpv] {
        padding-bottom: 1rem;
    }

    .nav-item[b-6c4lvledpv]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
    }

.nav-item[b-6c4lvledpv]  a.active {
    background-color: rgba(255, 255, 255, 0.25);
    color: white;
}

.nav-item[b-6c4lvledpv]  .nav-link:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
}

.nav-link-text[b-6c4lvledpv] {
    transition: opacity .15s ease;
}

.nav-section-label[b-6c4lvledpv] {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    transition: opacity .15s ease;
    white-space: nowrap;
}

/* ===== Botón colapsar (solo desktop) ===== */
.sidebar-toggle-btn[b-6c4lvledpv] {
    display: none;
    margin-left: auto;
}

/* ===== Mobile: nav oculto hasta que se abre ===== */
.nav-scrollable[b-6c4lvledpv] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-6c4lvledpv] {
    display: block;
}

/* ===== Desktop ===== */
@media (min-width: 641px) {
    .navbar-toggler[b-6c4lvledpv] {
        display: none;
    }

    .nav-scrollable[b-6c4lvledpv] {
        display: flex;
        flex-direction: column;
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
        overflow-x: hidden;
    }

    /* Botón colapsar sidebar */
    .sidebar-toggle-btn[b-6c4lvledpv] {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 2rem;
        height: 2rem;
        padding: 0;
        background: rgba(255,255,255,.07);
        border: 1px solid rgba(255,255,255,.15);
        border-radius: 4px;
        color: rgba(255,255,255,.6);
        cursor: pointer;
        transition: background .15s, color .15s;
        flex-shrink: 0;
    }

    .sidebar-toggle-btn:hover[b-6c4lvledpv] {
        background: rgba(255,255,255,.2);
        color: white;
    }

    /* ===== Modo colapsado ===== */
    .nav-collapsed .nav-link-text[b-6c4lvledpv] {
        opacity: 0;
        width: 0;
        overflow: hidden;
    }

    .nav-collapsed .nav-section-label[b-6c4lvledpv] {
        opacity: 0;
    }

    .nav-collapsed .nav-section-item[b-6c4lvledpv] {
        /* Reemplaza la etiqueta por un separador fino */
        border-top: 1px solid rgba(255,255,255,.15);
        margin: .25rem .75rem 0;
        padding: 0 !important;
        height: 1px;
        overflow: hidden;
    }

    .nav-collapsed .nav-icon[b-6c4lvledpv] {
        margin-right: 0;
    }

    .nav-collapsed .nav-item[b-6c4lvledpv]  .nav-link {
        justify-content: center;
        padding: 0;
    }

    .nav-collapsed .nav-item[b-6c4lvledpv] {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .nav-collapsed .brand-full[b-6c4lvledpv] {
        display: none;
    }

    .nav-collapsed ~ * .brand-full[b-6c4lvledpv],
    .brand-short[b-6c4lvledpv] {
        display: none;
    }
}
/* /Components/Pages/App/Teacher/ManageAvailability.razor.rz.scp.css */
/* Section labels (DÍAS, BLOQUES RÁPIDOS, DESDE, HASTA) */
.section-label[b-qf1p4omxoy] {
    font-size: .7rem;
    font-weight: 700;
    letter-spacing: .08em;
    color: #6c757d;
    text-transform: uppercase;
    margin-bottom: .5rem;
}

/* Day toggle buttons */
.day-btn[b-qf1p4omxoy] {
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 10px;
    border: 1px solid #dee2e6;
    background: #fff;
    color: #495057;
    font-size: .875rem;
    font-weight: 500;
    padding: 0;
    transition: background 0.15s, border-color 0.15s, color 0.15s;
}

.day-btn:hover[b-qf1p4omxoy] {
    background: #f0f4ff;
    border-color: #0d6efd;
    color: #0d6efd;
}

.day-btn--active[b-qf1p4omxoy] {
    background: #0d6efd;
    border-color: #0d6efd;
    color: #fff;
    font-weight: 600;
}

.day-btn--active:hover[b-qf1p4omxoy] {
    background: #0b5ed7;
    border-color: #0b5ed7;
    color: #fff;
}

.day-btn--conflict[b-qf1p4omxoy] {
    border-color: #dc3545 !important;
    background: #fff5f5 !important;
    color: #dc3545 !important;
}

/* Quick block preset buttons */
.quick-block-btn[b-qf1p4omxoy] {
    padding: .3rem .9rem;
    border-radius: 999px;
    border: 1.5px solid #dee2e6;
    background: #fff;
    color: #495057;
    font-size: .825rem;
    font-weight: 500;
    transition: border-color 0.15s, color 0.15s;
}

.quick-block-btn:hover[b-qf1p4omxoy] {
    border-color: #0d6efd;
    color: #0d6efd;
}

.quick-block-btn--active[b-qf1p4omxoy] {
    border-color: #0d6efd;
    color: #0d6efd;
    font-weight: 600;
}

/* Chips showing selected days */
.selected-day-chip[b-qf1p4omxoy] {
    display: inline-flex;
    align-items: center;
    padding: .25rem .75rem;
    border-radius: 999px;
    background: #0d6efd;
    color: #fff;
    font-size: .8rem;
    font-weight: 500;
}

.selected-day-chip--conflict[b-qf1p4omxoy] {
    background: #dc3545;
}

/* Large time inputs */
.time-input[b-qf1p4omxoy] {
    font-size: 1.2rem;
    font-weight: 600;
    height: 3rem;
    text-align: center;
    letter-spacing: .04em;
    border-radius: 10px;
    border: 1.5px solid #dee2e6;
}

.time-input:focus[b-qf1p4omxoy] {
    border-color: #0d6efd;
    box-shadow: 0 0 0 .2rem rgba(13,110,253,.15);
}

/* Modality grid buttons */
.modality-grid[b-qf1p4omxoy] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .5rem;
}

.modality-btn[b-qf1p4omxoy] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .45rem;
    padding: .65rem .5rem;
    border-radius: 10px;
    border: 1.5px solid #dee2e6;
    background: #fff;
    color: #495057;
    font-size: .875rem;
    font-weight: 500;
    transition: border-color 0.15s, color 0.15s;
}

.modality-btn:hover[b-qf1p4omxoy] {
    border-color: #0d6efd;
    color: #0d6efd;
}

.modality-btn--active[b-qf1p4omxoy] {
    border-color: #0d6efd;
    border-width: 2px;
    color: #0d6efd;
    font-weight: 600;
}

.modality-btn__icon[b-qf1p4omxoy] {
    font-size: 1.05rem;
    flex-shrink: 0;
}

/* Location toggle */
.location-toggle-label[b-qf1p4omxoy] {
    font-size: 1rem;
    font-weight: 500;
    color: #212529;
}

.location-toggle-sub[b-qf1p4omxoy] {
    font-size: .8rem;
    color: #6c757d;
    margin-top: .1rem;
}

.pill-btn[b-qf1p4omxoy] {
    padding: 0.3rem 0.85rem;
    border-radius: 999px;
    border: 1px solid #dee2e6;
    background: #fff;
    color: #212529;
    font-size: 0.875rem;
    line-height: 1.4;
    transition: background 0.15s, border-color 0.15s, color 0.15s;
}

.pill-btn:hover[b-qf1p4omxoy] {
    background: #f0f4ff;
    border-color: #0d6efd;
    color: #0d6efd;
}

.pill-btn--active[b-qf1p4omxoy] {
    background: #0d6efd;
    border-color: #0d6efd;
    color: #fff;
}

.pill-btn--active:hover[b-qf1p4omxoy] {
    background: #0b5ed7;
    border-color: #0b5ed7;
    color: #fff;
}

.location-dot[b-qf1p4omxoy] {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    flex-shrink: 0;
}

.location-dot--custom[b-qf1p4omxoy] {
    background-color: #0d6efd;
}

.location-dot--profile[b-qf1p4omxoy] {
    background-color: #adb5bd;
}

/* Badge "N ACTIVOS" */
.activos-badge[b-qf1p4omxoy] {
    background: #eff6ff;
    color: #2563eb;
    font-size: .72rem;
    font-weight: 600;
    letter-spacing: .02em;
}

/* Slot cards — vista móvil */
.slot-card[b-qf1p4omxoy] {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    padding: .9rem 1rem;
}

.slot-card__day[b-qf1p4omxoy] {
    color: #2563eb;
    font-size: .875rem;
    font-weight: 500;
}

.slot-card__time[b-qf1p4omxoy] {
    font-size: 1.35rem;
    font-weight: 700;
    line-height: 1.2;
    margin-top: .2rem;
    color: #212529;
}

.slot-card__delete[b-qf1p4omxoy] {
    color: #dc3545;
    line-height: 1;
    background: #fff0f0;
    border-radius: 8px;
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
}

.slot-card__delete:hover[b-qf1p4omxoy] {
    background: #ffd9d9;
    color: #b02a37;
}

.slot-card__delete:disabled[b-qf1p4omxoy] {
    opacity: .45;
}

/* Chips de modalidad / ubicación */
.slot-chip[b-qf1p4omxoy] {
    display: inline-flex;
    align-items: center;
    gap: .3rem;
    padding: .22rem .65rem;
    border-radius: 999px;
    border: 1px solid #dee2e6;
    background: #f8f9fa;
    font-size: .78rem;
    color: #495057;
}

.slot-chip--custom[b-qf1p4omxoy] {
    border-color: #bfdbfe;
    background: #eff6ff;
    color: #1d4ed8;
}
/* /Components/Pages/Auth/Welcome.razor.rz.scp.css */
.welcome-wrapper[b-tyysqivvli] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 60vh;
    padding: 2rem 1rem;
}

.welcome-cards[b-tyysqivvli] {
    width: 100%;
    max-width: 560px;
}

.welcome-card[b-tyysqivvli] {
    cursor: pointer;
    border: 2px solid transparent;
    transition: border-color .15s ease, transform .15s ease, box-shadow .15s ease;
}

.welcome-card:hover[b-tyysqivvli] {
    border-color: var(--primary, #4361ee);
    transform: translateY(-3px);
    box-shadow: 0 .5rem 1.5rem rgba(0,0,0,.12) !important;
}

.welcome-icon[b-tyysqivvli] {
    font-size: 3rem;
    color: var(--primary, #4361ee);
}
