/* /Components/Clases/ClaseCard.razor.rz.scp.css */
.clase-card[b-7eccz3owat] {
    background-color: var(--color-surface);
    border-radius: var(--radius);
    padding: 0.9rem;
    border-left: 4px solid var(--color-primary);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.clase-card:hover[b-7eccz3owat] {
    transform: translateY(-2px);
    box-shadow: var(--shadow);
}

.clase-card.reservada[b-7eccz3owat] {
    background-color: #e9f7ec;
    border-left-color: var(--color-success);
}

.reservada-badge[b-7eccz3owat] {
    text-align: center;
    color: var(--color-success);
    font-weight: 600;
    font-size: 0.8rem;
    margin-bottom: 8px;
}

.btn-cancelar[b-7eccz3owat] {
    width: 100%;
    background-color: transparent;
    color: var(--color-danger);
    border: 1px solid var(--color-danger);
    padding: 8px;
    font-size: 0.82rem;
}

.btn-cancelar:hover:not(:disabled)[b-7eccz3owat] {
    background-color: var(--color-danger);
    color: white;
}

.clase-hora[b-7eccz3owat] {
    font-size: 1rem;
    font-weight: bold;
    color: var(--color-primary);
    margin-bottom: 6px;
}

.clase-disciplina[b-7eccz3owat] {
    font-weight: 600;
    margin-bottom: 8px;
    color: var(--color-text);
    font-size: 0.88rem;
}

.clase-info[b-7eccz3owat] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    font-size: 0.82rem;
}

.cupos-disponibles[b-7eccz3owat] {
    color: var(--color-success);
    font-weight: 600;
}

.precio[b-7eccz3owat] {
    font-weight: bold;
    color: var(--color-primary);
}

.btn-reservar[b-7eccz3owat] {
    width: 100%;
    background-color: var(--color-primary);
    color: white;
    padding: 8px;
    font-size: 0.82rem;
}

.btn-reservar:hover:not(:disabled)[b-7eccz3owat] {
    background-color: #c73650;
}

.aviso-proximamente[b-7eccz3owat] {
    margin-top: 8px;
    font-size: 0.75rem;
    color: var(--color-text-muted);
    text-align: center;
}
/* /Components/Clases/DateSelector.razor.rz.scp.css */
.date-selector[b-enfzuply44] {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding: 0.25rem 0.1rem 0.6rem 0.1rem;
    -webkit-overflow-scrolling: touch;
}

.date-selector[b-enfzuply44]::-webkit-scrollbar {
    height: 4px;
}

.date-selector[b-enfzuply44]::-webkit-scrollbar-thumb {
    background: var(--color-primary);
    border-radius: 2px;
}

.date-tab[b-enfzuply44] {
    min-width: 96px;
    flex-shrink: 0;
    padding: 10px 12px;
    background-color: var(--color-surface);
    border: 2px solid var(--color-border);
    border-radius: var(--radius);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    transition: all 0.2s ease;
}

.date-tab:hover[b-enfzuply44] {
    border-color: var(--color-secondary);
}

.date-tab.active[b-enfzuply44] {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    color: white;
}

.date-tab .day[b-enfzuply44] {
    font-weight: bold;
    font-size: 0.85rem;
}

.date-tab .date[b-enfzuply44] {
    font-size: 0.75rem;
    opacity: 0.8;
}

.date-tab .classes-count[b-enfzuply44] {
    font-size: 0.75rem;
    background-color: rgba(225, 67, 102, 0.1);
    color: var(--color-primary);
    padding: 2px 7px;
    border-radius: 12px;
    min-width: 18px;
    text-align: center;
}

.date-tab.active .classes-count[b-enfzuply44] {
    background-color: rgba(255, 255, 255, 0.3);
    color: white;
}
/* /Components/Clases/FiltrosSidebar.razor.rz.scp.css */
.filter-section[b-9u7vxtwcja] {
    background-color: var(--color-bg);
    border-radius: var(--radius);
    padding: 1.25rem;
}

.filter-group[b-9u7vxtwcja] {
    margin-bottom: 1.5rem;
}

.filter-group:last-child[b-9u7vxtwcja] {
    margin-bottom: 0;
}

.filter-label[b-9u7vxtwcja] {
    font-weight: 600;
    color: var(--color-text);
    font-size: 0.85rem;
    margin-bottom: 10px;
    display: block;
}

.filter-options[b-9u7vxtwcja] {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.filter-option[b-9u7vxtwcja] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 10px;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.filter-option:hover[b-9u7vxtwcja] {
    background-color: var(--color-border);
}

.filter-option.active[b-9u7vxtwcja] {
    background-color: var(--color-primary);
    color: white;
}

.filter-radio[b-9u7vxtwcja] {
    width: 14px;
    height: 14px;
    border: 2px solid #ccc;
    border-radius: 50%;
    position: relative;
    flex-shrink: 0;
}

.filter-option.active .filter-radio[b-9u7vxtwcja] {
    border-color: white;
}

.filter-option.active .filter-radio[b-9u7vxtwcja]::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 7px;
    height: 7px;
    background-color: white;
    border-radius: 50%;
}

.filter-text[b-9u7vxtwcja] {
    flex: 1;
    font-size: 0.82rem;
}

.filter-count[b-9u7vxtwcja] {
    font-size: 0.72rem;
    background-color: rgba(0, 0, 0, 0.08);
    padding: 2px 6px;
    border-radius: 10px;
    min-width: 18px;
    text-align: center;
}

.filter-option.active .filter-count[b-9u7vxtwcja] {
    background-color: rgba(255, 255, 255, 0.3);
}
/* /Components/Clases/ProfesorCard.razor.rz.scp.css */
.profesor-card[b-tc554sp45h] {
    border: 1px solid var(--color-border);
    border-radius: var(--radius);
    margin-bottom: 1.25rem;
    overflow: hidden;
}

.profesor-card:last-child[b-tc554sp45h] {
    margin-bottom: 0;
}

.profesor-header[b-tc554sp45h] {
    background-color: var(--color-bg);
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    cursor: pointer;
}

.profesor-header:hover[b-tc554sp45h] {
    background-color: var(--color-border);
}

.profesor-info[b-tc554sp45h] {
    flex: 1;
    min-width: 0;
}

.profesor-aside[b-tc554sp45h] {
    flex-shrink: 0;
    text-align: right;
}

.profesor-foto[b-tc554sp45h] {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.profesor-foto-fallback[b-tc554sp45h] {
    background: linear-gradient(135deg, var(--color-primary), #c73650);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    font-size: 1rem;
}

.profesor-info h3[b-tc554sp45h] {
    color: var(--color-text);
    margin-bottom: 5px;
    font-size: 0.95rem;
}

.profesor-meta[b-tc554sp45h] {
    display: flex;
    gap: 12px;
    font-size: 0.78rem;
    color: var(--color-text-muted);
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 4px;
}

.especialidad[b-tc554sp45h] {
    background-color: #4A4186;
    color: white;
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 0.7rem;
}

.rating[b-tc554sp45h] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 4px;
    font-size: 0.78rem;
    color: var(--color-text-muted);
}

.stars[b-tc554sp45h] {
    color: var(--color-warning);
}

.evaluadores[b-tc554sp45h] {
    color: var(--color-text-muted);
    font-size: 0.68rem;
    margin-bottom: 4px;
}

.precio-desde[b-tc554sp45h] {
    font-size: 0.78rem;
    color: var(--color-text-muted);
    white-space: nowrap;
}

.clases-grid[b-tc554sp45h] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 12px;
    padding: 1rem;
    background-color: #fafafa;
}
/* /Components/Clases/SucursalCard.razor.rz.scp.css */
.sucursal-card[b-cv5wc70kz7] {
    background-color: var(--color-surface);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    overflow: hidden;
    margin-bottom: 1.5rem;
}

.sucursal-card:last-child[b-cv5wc70kz7] {
    margin-bottom: 0;
}

.sucursal-header[b-cv5wc70kz7] {
    background-color: var(--color-bg);
    padding: 1.25rem;
    display: flex;
    align-items: center;
    gap: 12px;
    border-bottom: 1px solid var(--color-border);
    flex-wrap: wrap;
}

.sucursal-logo[b-cv5wc70kz7] {
    width: 52px;
    height: 52px;
    background-color: #4A4186;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: white;
    font-size: 1.05rem;
    flex-shrink: 0;
}

.sucursal-info[b-cv5wc70kz7] {
    flex: 1;
    min-width: 140px;
}

.sucursal-info h2[b-cv5wc70kz7] {
    font-size: 1.15rem;
    margin-bottom: 4px;
    color: var(--color-secondary);
}

.sucursal-info .direccion[b-cv5wc70kz7] {
    opacity: 0.75;
    font-size: 0.8rem;
    color: var(--color-text-muted);
}

.sucursal-stats[b-cv5wc70kz7] {
    text-align: right;
}

.stat-item[b-cv5wc70kz7] {
    font-size: 0.75rem;
    opacity: 0.75;
    color: var(--color-text-muted);
}

.profesores-container[b-cv5wc70kz7] {
    padding: 1.25rem;
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-81tb8ys1ny] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-81tb8ys1ny] {
    flex: 1;
}

.sidebar[b-81tb8ys1ny] {
    background-image: linear-gradient(180deg, #4A4186 0%, #302a59 100%);
}

.top-row[b-81tb8ys1ny] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-81tb8ys1ny]  a, .top-row[b-81tb8ys1ny]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-81tb8ys1ny]  a:hover, .top-row[b-81tb8ys1ny]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-81tb8ys1ny]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-81tb8ys1ny] {
        justify-content: space-between;
    }

    .top-row[b-81tb8ys1ny]  a, .top-row[b-81tb8ys1ny]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-81tb8ys1ny] {
        flex-direction: row;
    }

    .sidebar[b-81tb8ys1ny] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-81tb8ys1ny] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-81tb8ys1ny]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-81tb8ys1ny], article[b-81tb8ys1ny] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar[b-bemo1z7dj9] {
    display: flex;
    align-items: center;
    color: #fff;
}

.container-fluid[b-bemo1z7dj9] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
}

.ps-3[b-bemo1z7dj9] {
    padding-left: 1rem;
}

.navbar-toggler[b-bemo1z7dj9] {
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 4px;
    padding: 0.25rem 0.5rem;
    line-height: 1;
}

.navbar-toggler-icon[b-bemo1z7dj9] {
    display: inline-block;
    width: 1.4em;
    height: 1.4em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255,255,255,.85)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.top-row[b-bemo1z7dj9] {
    min-height: 3.5rem;
    background-color: rgba(0, 0, 0, 0.15);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.navbar-brand[b-bemo1z7dj9] {
    font-size: 1.15rem;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    letter-spacing: 0.2px;
}

.nav[b-bemo1z7dj9] {
    display: flex;
    flex-direction: column;
    list-style: none;
    margin: 0;
    padding: 0.75rem;
    gap: 0.15rem;
}

.px-3[b-bemo1z7dj9] {
    padding-left: 0;
    padding-right: 0;
}

.collapse[b-bemo1z7dj9] {
    display: none;
}

.nav-item[b-bemo1z7dj9] {
    font-size: 0.92rem;
}

.nav-item.logout[b-bemo1z7dj9] {
    margin-top: 0.75rem;
    padding-top: 0.75rem;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.sucursal-switch[b-bemo1z7dj9] {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    padding: 0.5rem 0.9rem;
}

.sucursal-switch label[b-bemo1z7dj9] {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.sucursal-switch select[b-bemo1z7dj9] {
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: var(--radius, 10px);
    color: #fff;
    padding: 0.5rem 0.6rem;
    font-size: 0.92rem;
    font-weight: 500;
}

.sucursal-switch select option[b-bemo1z7dj9] {
    color: #1a1a1a;
}

.nav-item[b-bemo1z7dj9]  a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    border-radius: var(--radius, 10px);
    height: 2.75rem;
    padding: 0 0.9rem;
    display: flex;
    align-items: center;
    line-height: 1;
    font-weight: 500;
    transition: background-color 0.15s ease, color 0.15s ease;
}

.nav-item[b-bemo1z7dj9]  a.active {
    background-color: #ffffff;
    color: #4A4186;
    font-weight: 700;
}

.nav-item[b-bemo1z7dj9]  a:hover {
    background-color: rgba(255, 255, 255, 0.12);
    color: #fff;
    text-decoration: none;
}

.nav-item[b-bemo1z7dj9]  a.active:hover {
    background-color: #ffffff;
    color: #4A4186;
}

@media (min-width: 641px) {
    .navbar-toggler[b-bemo1z7dj9] {
        display: none;
    }

    .collapse[b-bemo1z7dj9] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-bemo1z7dj9] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Pages/ContratarPlan.razor.rz.scp.css */
.plan-card[b-ao3eskvhtt] {
    margin-bottom: 1rem;
}
/* /Pages/EvaluarClase.razor.rz.scp.css */
.estrellas[b-o4r0hbr11m] {
    display: flex;
    gap: 0.4rem;
    justify-content: center;
    margin: 1rem 0;
}

.estrella[b-o4r0hbr11m] {
    background: none;
    border: none;
    padding: 0;
    font-size: 2.2rem;
    line-height: 1;
    color: var(--color-border);
    cursor: pointer;
    transition: color 0.1s ease, transform 0.1s ease;
}

.estrella.activa[b-o4r0hbr11m] {
    color: #f0b400;
}

.estrellas:not(.estrellas-lectura) .estrella:hover[b-o4r0hbr11m] {
    transform: scale(1.15);
}

.estrellas-lectura[b-o4r0hbr11m] {
    cursor: default;
}

.estrellas-lectura .estrella[b-o4r0hbr11m] {
    cursor: default;
    font-size: 1.6rem;
}

.comentario[b-o4r0hbr11m] {
    width: 100%;
    resize: vertical;
    font: inherit;
    padding: 0.7rem 0.9rem;
    border: 1px solid var(--color-border);
    border-radius: var(--radius);
    margin-top: 0.5rem;
}

.comentario:focus[b-o4r0hbr11m] {
    outline: 2px solid var(--color-primary);
}

.comentario-guardado[b-o4r0hbr11m] {
    margin-top: 0.75rem;
    font-style: italic;
    color: var(--color-text-muted);
}

.emojis[b-o4r0hbr11m] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    margin: 0.6rem 0 1.1rem;
}

.emoji-btn[b-o4r0hbr11m] {
    background: var(--color-bg);
    border: 1px solid var(--color-border);
    border-radius: var(--radius);
    font-size: 1.2rem;
    line-height: 1;
    padding: 0.35rem 0.5rem;
    cursor: pointer;
}

.emoji-btn:hover[b-o4r0hbr11m] {
    background-color: var(--color-border);
}
/* /Pages/Home.razor.rz.scp.css */
.sin-tenant[b-xp88r52ojk] {
    padding: 3rem 1rem;
    text-align: center;
    color: var(--color-text-muted);
}

.date-selector-wrap[b-xp88r52ojk] {
    max-width: 1200px;
    margin: 0 auto;
}

.mi-saldo-badge[b-xp88r52ojk] {
    max-width: 1200px;
    margin: 0 auto 0.75rem auto;
    display: flex;
    justify-content: flex-end;
}

.mi-saldo-badge span[b-xp88r52ojk] {
    background-color: var(--color-primary);
    color: white;
    font-weight: 600;
    font-size: 0.85rem;
    padding: 6px 14px;
    border-radius: 20px;
}

.explorar-layout[b-xp88r52ojk] {
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
    max-width: 1200px;
    margin: 0 auto;
}

.mobile-filtros-toggle[b-xp88r52ojk] {
    display: none;
}

.sidebar-wrap[b-xp88r52ojk] {
    width: 280px;
    flex-shrink: 0;
    position: sticky;
    top: 1rem;
}

.filtros-backdrop[b-xp88r52ojk] {
    display: none;
}

.contenido[b-xp88r52ojk] {
    flex: 1;
    min-width: 0;
}

.content-header[b-xp88r52ojk] {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.content-header h1[b-xp88r52ojk] {
    font-size: 1.3rem;
    color: var(--color-text);
}

.results-count[b-xp88r52ojk] {
    font-size: 0.8rem;
    color: var(--color-text-muted);
}

.empty-state[b-xp88r52ojk] {
    text-align: center;
    padding: 3rem 1.5rem;
    color: var(--color-text-muted);
    background-color: var(--color-surface);
    border-radius: var(--radius);
}

.empty-state h3[b-xp88r52ojk] {
    color: var(--color-text);
    margin-bottom: 0.5rem;
}

@media (max-width: 768px) {
    .explorar-layout[b-xp88r52ojk] {
        flex-direction: column;
    }

    .mobile-filtros-toggle[b-xp88r52ojk] {
        display: inline-flex;
        align-self: flex-end;
        background-color: var(--color-primary);
        color: white;
        padding: 8px 16px;
        font-size: 0.85rem;
    }

    .sidebar-wrap[b-xp88r52ojk] {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        width: 85%;
        max-width: 340px;
        z-index: 200;
        background-color: var(--color-surface);
        padding: 1.25rem;
        overflow-y: auto;
        box-shadow: -4px 0 20px rgba(0, 0, 0, 0.2);
    }

    .sidebar-wrap.mobile-open[b-xp88r52ojk] {
        display: block;
    }

    .filtros-backdrop[b-xp88r52ojk] {
        display: block;
        position: fixed;
        inset: 0;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 199;
    }
}
/* /Pages/MiPerfil.razor.rz.scp.css */
.perfil-foto-card[b-7duoy81c5e] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.25rem;
}

.perfil-foto[b-7duoy81c5e] {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.perfil-foto-inicial[b-7duoy81c5e] {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color-primary);
    color: #fff;
    font-weight: 700;
    font-size: 1.4rem;
}

.perfil-telefono-row[b-7duoy81c5e] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.perfil-telefono-row input[b-7duoy81c5e] {
    flex: 1;
}

.perfil-telefono-pais[b-7duoy81c5e] {
    flex: 0 0 auto;
    width: 120px;
}

.perfil-badge[b-7duoy81c5e] {
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.2rem 0.6rem;
    border-radius: 999px;
    white-space: nowrap;
}

.perfil-badge-ok[b-7duoy81c5e] {
    background-color: #e6f4ea;
    color: var(--color-success);
}

.perfil-badge-pendiente[b-7duoy81c5e] {
    background-color: #fdecea;
    color: var(--color-danger);
}

.perfil-card-espaciada[b-7duoy81c5e] {
    margin-top: 1.5rem;
}
/* /Pages/MiPlan.razor.rz.scp.css */
.plan-acciones[b-aom1qqkjhj] {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    margin-top: 1rem;
}

.aviso-proximamente[b-aom1qqkjhj] {
    margin-top: 0.75rem;
    font-size: 0.85rem;
    color: var(--color-text-muted);
    text-align: center;
}
/* /Pages/PerfilProfesor.razor.rz.scp.css */
.perfil-profesor[b-2jg7pq8czm] {
    max-width: 720px;
    margin: 0 auto;
    padding-bottom: 2rem;
}

.volver[b-2jg7pq8czm] {
    display: inline-block;
    margin-bottom: 1rem;
    font-size: 0.85rem;
    color: var(--color-secondary);
    text-decoration: none;
}

.volver:hover[b-2jg7pq8czm] {
    text-decoration: underline;
}

.perfil-header[b-2jg7pq8czm] {
    background-color: var(--color-surface);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    padding: 1.5rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 1.25rem;
}

.perfil-foto[b-2jg7pq8czm] {
    width: 84px;
    height: 84px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.perfil-foto-fallback[b-2jg7pq8czm] {
    background: linear-gradient(135deg, var(--color-primary), #c73650);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    font-size: 1.6rem;
}

.perfil-datos[b-2jg7pq8czm] {
    flex: 1;
    min-width: 160px;
}

.perfil-datos h1[b-2jg7pq8czm] {
    font-size: 1.3rem;
    margin-bottom: 6px;
    color: var(--color-text);
}

.especialidad[b-2jg7pq8czm] {
    background-color: #4A4186;
    color: white;
    padding: 3px 10px;
    border-radius: 12px;
    font-size: 0.75rem;
}

.perfil-rating[b-2jg7pq8czm] {
    text-align: right;
    flex-shrink: 0;
}

.stars[b-2jg7pq8czm] {
    color: var(--color-warning);
    font-size: 1.1rem;
}

.nota-num[b-2jg7pq8czm] {
    font-weight: 700;
    color: var(--color-text);
}

.evaluadores[b-2jg7pq8czm] {
    font-size: 0.75rem;
    color: var(--color-text-muted);
}

.sobre-mi[b-2jg7pq8czm], .resenas[b-2jg7pq8czm] {
    background-color: var(--color-surface);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    padding: 1.5rem;
    margin-bottom: 1.25rem;
}

.sobre-mi h2[b-2jg7pq8czm], .resenas h2[b-2jg7pq8czm] {
    font-size: 1.05rem;
    margin-bottom: 0.75rem;
    color: var(--color-text);
}

.sobre-mi p[b-2jg7pq8czm] {
    color: var(--color-text);
    line-height: 1.6;
    font-size: 0.9rem;
}

.sin-resenas[b-2jg7pq8czm] {
    color: var(--color-text-muted);
    font-size: 0.88rem;
}

.resena[b-2jg7pq8czm] {
    display: flex;
    gap: 12px;
    padding: 0.9rem 0;
    border-bottom: 1px solid var(--color-border);
}

.resena:last-child[b-2jg7pq8czm] {
    border-bottom: none;
    padding-bottom: 0;
}

.resena-avatar[b-2jg7pq8czm] {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: var(--color-secondary);
    color: white;
    font-weight: bold;
    font-size: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.resena-contenido[b-2jg7pq8czm] {
    flex: 1;
    min-width: 0;
}

.resena-header[b-2jg7pq8czm] {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 4px;
}

.resena-nombre[b-2jg7pq8czm] {
    font-weight: 600;
    font-size: 0.85rem;
    color: var(--color-text);
}

.resena-estrellas[b-2jg7pq8czm] {
    color: var(--color-warning);
    font-size: 0.8rem;
}

.resena-fecha[b-2jg7pq8czm] {
    font-size: 0.72rem;
    color: var(--color-text-muted);
    margin-left: auto;
}

.resena-texto[b-2jg7pq8czm] {
    font-size: 0.85rem;
    color: var(--color-text);
    line-height: 1.5;
}
/* /Pages/ProximasClases.razor.rz.scp.css */
.btn-cancelar[b-pb76mdkhv9] {
    background-color: transparent;
    color: var(--color-danger);
    border: 1px solid var(--color-danger);
    padding: 6px 10px;
    font-size: 0.78rem;
    font-weight: 600;
    border-radius: var(--radius);
    white-space: nowrap;
}

.btn-cancelar:hover:not(:disabled)[b-pb76mdkhv9] {
    background-color: var(--color-danger);
    color: white;
}
