/* /Pages/Private/AulaVirtual.razor.rz.scp.css */
/* AulaVirtual.razor — Virtual Classroom Redesign */

/* Loading / Error */
.aula-loading[b-u6nt134stx] {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f7fa;
}

.loading-content[b-u6nt134stx] {
    text-align: center;
}

.error-icon[b-u6nt134stx] {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border-radius: 50%;
    background: #fff3cd;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: #f59e0b;
}

/* Top bar */
.aula-topbar[b-u6nt134stx] {
    height: 56px;
    background: #fff;
    border-bottom: 1px solid #e9ecef;
    display: flex;
    align-items: center;
    padding: 0 16px;
    gap: 12px;
    flex-shrink: 0;
    z-index: 100;
}

.topbar-back[b-u6nt134stx] {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #555;
    text-decoration: none;
    transition: all 0.15s;
    flex-shrink: 0;
}

.topbar-back:hover[b-u6nt134stx] {
    background: #f0f4ff;
    color: #1a73e8;
}

.topbar-info[b-u6nt134stx] {
    flex: 1;
    min-width: 0;
}

.topbar-title[b-u6nt134stx] {
    font-size: 0.9rem;
    font-weight: 600;
    color: #1a1a2e;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.topbar-progress-wrap[b-u6nt134stx] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 2px;
}

.topbar-progress-bar[b-u6nt134stx] {
    width: 140px;
    height: 4px;
    background: #e9ecef;
    border-radius: 2px;
    overflow: hidden;
}

.topbar-progress-fill[b-u6nt134stx] {
    height: 100%;
    background: #34a853;
    border-radius: 2px;
    transition: width 0.5s ease;
}

.topbar-progress-text[b-u6nt134stx] {
    font-size: 0.75rem;
    font-weight: 600;
    color: #34a853;
}

.topbar-actions[b-u6nt134stx] {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}

.topbar-badge[b-u6nt134stx] {
    background: #e8f0fe;
    color: #1a73e8;
    font-weight: 600;
    font-size: 0.75rem;
    padding: 4px 10px;
    border-radius: 12px;
}

.topbar-menu-btn[b-u6nt134stx] {
    width: 36px;
    height: 36px;
    border: 1.5px solid #dee2e6;
    border-radius: 10px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #555;
    font-size: 1.1rem;
    cursor: pointer;
    transition: all 0.15s;
}

.topbar-menu-btn:hover[b-u6nt134stx] {
    border-color: #1a73e8;
    color: #1a73e8;
}

/* Body — 3 columns */
.aula-body[b-u6nt134stx] {
    flex: 1;
    display: flex;
    flex-direction: row;
    min-height: 0;
    overflow: hidden;
}

/* Right panel (Apuntes + PregL + PregC + Temario) */
.panel-right[b-u6nt134stx] {
    width: 450px;
    flex-shrink: 0;
    display: none;
    flex-direction: column;
    background: #fff;
    border-left: 1px solid #e9ecef;
    overflow: hidden;
}

@media (min-width: 768px) {
    .panel-right[b-u6nt134stx] {
        display: flex;
    }
}

/* Syllabus */
.syllabus-content[b-u6nt134stx] {
    padding: 12px;
}

.syllabus-text[b-u6nt134stx] {
    font-size: 0.82rem;
    line-height: 1.6;
    color: #333;
}

.syllabus-text ul[b-u6nt134stx],
.syllabus-text ol[b-u6nt134stx] {
    padding-left: 1.2rem;
    margin: 0.5rem 0;
}

.syllabus-text li[b-u6nt134stx] {
    margin-bottom: 4px;
    padding-left: 4px;
}

.syllabus-text p[b-u6nt134stx] {
    margin-bottom: 0.5rem;
}

.syllabus-text strong[b-u6nt134stx],
.syllabus-text b[b-u6nt134stx] {
    font-weight: 700;
    color: #1a1a2e;
}

.syllabus-module[b-u6nt134stx] {
    margin-bottom: 12px;
}

.syllabus-module-title[b-u6nt134stx] {
    font-size: 0.8rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 6px;
    padding-bottom: 4px;
    border-bottom: 1px solid #f0f0f0;
}

.syllabus-lesson[b-u6nt134stx] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 4px 0;
    font-size: 0.78rem;
    color: #555;
}

.syllabus-lesson.done[b-u6nt134stx] { color: #34a853; }
.syllabus-lesson i[b-u6nt134stx] { font-size: 0.7rem; }

/* Center */
.aula-center[b-u6nt134stx] {
    flex: 1;
    min-width: 0;
    overflow-y: auto;
    background: #f0f2f5;
}

/* Video */
.video-section[b-u6nt134stx] {
    width: 100%;
    aspect-ratio: 16 / 9;
    max-height: 710px;
    background: #000;
    position: relative;
}

.video-iframe[b-u6nt134stx] {
    width: 100%;
    height: 100%;
    border: none;
}

.video-placeholder[b-u6nt134stx] {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.7);
    background: linear-gradient(135deg, #1a1a2e, #16213e);
}

.video-placeholder i[b-u6nt134stx] {
    font-size: 3.5rem;
    margin-bottom: 12px;
    opacity: 0.6;
}

.video-placeholder h5[b-u6nt134stx] {
    color: #fff;
    font-weight: 600;
}

.video-placeholder p[b-u6nt134stx] {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.85rem;
}

/* Lesson controls */
.lesson-controls[b-u6nt134stx] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 16px;
    background: #fff;
    border-bottom: 1px solid #e9ecef;
}

.ctrl-btn[b-u6nt134stx] {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 6px 14px;
    border: 1.5px solid #dee2e6;
    border-radius: 8px;
    background: #fff;
    color: #555;
    font-size: 0.8rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.15s;
}

.ctrl-btn:hover:not(:disabled)[b-u6nt134stx] {
    border-color: #1a73e8;
    color: #1a73e8;
    background: #f0f4ff;
}

.ctrl-btn:disabled[b-u6nt134stx] {
    opacity: 0.4;
    cursor: default;
}

.ctrl-complete[b-u6nt134stx] {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 8px 20px;
    border: none;
    border-radius: 8px;
    background: #34a853;
    color: #fff;
    font-size: 0.8rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.15s;
}

.ctrl-complete:hover:not(:disabled)[b-u6nt134stx] {
    background: #2d9249;
}

.ctrl-complete:disabled[b-u6nt134stx] {
    opacity: 0.7;
}

.ctrl-status.completed[b-u6nt134stx] {
    display: inline-flex;
    align-items: center;
    padding: 6px 16px;
    border-radius: 8px;
    background: #e6f4ea;
    color: #1e8e3e;
    font-size: 0.8rem;
    font-weight: 600;
}

/* Lesson info */
.lesson-info[b-u6nt134stx] {
    background: #fff;
    margin: 12px;
    border-radius: 14px;
    padding: 20px 24px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}

.lesson-info-header[b-u6nt134stx] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 8px;
}

.lesson-title[b-u6nt134stx] {
    font-weight: 700;
    font-size: 1.1rem;
    color: #1a1a2e;
    margin: 0;
}

.lesson-duration[b-u6nt134stx] {
    font-size: 0.78rem;
    color: #6c757d;
    white-space: nowrap;
    background: #f8f9fa;
    padding: 4px 10px;
    border-radius: 6px;
}

.lesson-description[b-u6nt134stx] {
    color: #555;
    font-size: 0.9rem;
    line-height: 1.6;
    margin-top: 8px;
    position: relative;
}

.desc-edit-btn[b-u6nt134stx] {
    border: none;
    background: none;
    color: #adb5bd;
    cursor: pointer;
    padding: 2px 6px;
    font-size: 0.75rem;
    transition: color 0.15s;
    margin-left: 4px;
}

.desc-edit-btn:hover[b-u6nt134stx] {
    color: #1a73e8;
}

.desc-add-btn[b-u6nt134stx] {
    border: 1.5px dashed #cbd5e0;
    background: transparent;
    color: #6c757d;
    padding: 8px 16px;
    border-radius: 8px;
    font-size: 0.82rem;
    cursor: pointer;
    transition: all 0.15s;
    margin-top: 8px;
}

.desc-add-btn:hover[b-u6nt134stx] {
    border-color: #1a73e8;
    color: #1a73e8;
    background: #f8faff;
}

.desc-editor[b-u6nt134stx] {
    margin-top: 8px;
}

.desc-textarea[b-u6nt134stx] {
    width: 100%;
    min-height: 100px;
    padding: 10px 12px;
    border: 1.5px solid #dee2e6;
    border-radius: 10px;
    font-size: 0.85rem;
    line-height: 1.6;
    resize: vertical;
    color: #333;
    transition: border-color 0.15s;
}

.desc-textarea:focus[b-u6nt134stx] {
    outline: none;
    border-color: #1a73e8;
    box-shadow: 0 0 0 3px rgba(26, 115, 232, 0.1);
}

.desc-editor-actions[b-u6nt134stx] {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    margin-top: 8px;
}

/* Materials */
.materials-section[b-u6nt134stx] {
    margin-top: 20px;
    padding-top: 16px;
    border-top: 1px solid #f0f0f0;
}

.materials-title[b-u6nt134stx] {
    font-size: 0.85rem;
    font-weight: 600;
    color: #6c757d;
    margin-bottom: 10px;
}

.material-item[b-u6nt134stx] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 10px;
    text-decoration: none;
    color: #333;
    transition: background 0.15s;
    margin-bottom: 4px;
}

.material-item:hover[b-u6nt134stx] {
    background: #f0f4ff;
    color: #333;
}

.material-icon[b-u6nt134stx] {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: #fef2f2;
    color: #dc3545;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    flex-shrink: 0;
}

.material-name[b-u6nt134stx] {
    flex: 1;
    font-size: 0.85rem;
    font-weight: 500;
}

.material-size[b-u6nt134stx] {
    color: #adb5bd;
    font-size: 0.75rem;
}

.material-download[b-u6nt134stx] {
    color: #1a73e8;
    font-size: 0.9rem;
}

/* Drive resource */
.drive-resource[b-u6nt134stx] {
    background: #f0f7ff;
    border: 1.5px solid #d2e3fc;
    padding: 14px 16px;
    border-radius: 12px;
}

.drive-resource:hover[b-u6nt134stx] {
    background: #e0edff;
    border-color: #1a73e8;
}

.drive-icon[b-u6nt134stx] {
    background: #e8f0fe;
    color: #1a73e8;
}

.drive-info[b-u6nt134stx] {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.drive-info[b-u6nt134stx] {
    display: flex;
    flex-direction: column;
    flex: 1;
    overflow: hidden;
}

.drive-info small[b-u6nt134stx] {
    font-size: 0.72rem;
    line-height: 1.2;
}

.drive-info .material-name[b-u6nt134stx] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Drive player section */
.drive-player-section[b-u6nt134stx] {
    margin: 12px;
}

.drive-layout[b-u6nt134stx] {
    display: flex;
    gap: 0;
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
    min-height: 400px;
}

/* Playlist */
.drive-playlist[b-u6nt134stx] {
    width: 280px;
    flex-shrink: 0;
    border-right: 1px solid #e9ecef;
    display: flex;
    flex-direction: column;
    background: #fafbfc;
}

.playlist-header[b-u6nt134stx] {
    padding: 14px 16px 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.playlist-header h6[b-u6nt134stx] {
    margin: 0;
    font-size: 0.82rem;
    font-weight: 600;
    color: #1a1a2e;
}

.playlist-header small[b-u6nt134stx] {
    font-size: 0.7rem;
}

.playlist-progress-bar[b-u6nt134stx] {
    height: 3px;
    background: #e9ecef;
    margin: 0 16px 8px;
    border-radius: 2px;
    overflow: hidden;
}

.playlist-progress-fill[b-u6nt134stx] {
    height: 100%;
    background: #34a853;
    border-radius: 2px;
    transition: width 0.4s ease;
}

.playlist-items[b-u6nt134stx] {
    flex: 1;
    overflow-y: auto;
    padding: 4px 8px 8px;
}

.playlist-item[b-u6nt134stx] {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border: none;
    border-radius: 8px;
    background: transparent;
    color: #555;
    cursor: pointer;
    transition: all 0.15s;
    text-align: left;
    text-decoration: none;
    margin-bottom: 2px;
}

.playlist-item:hover[b-u6nt134stx] {
    background: #f0f4ff;
    color: #333;
}

.playlist-item.active[b-u6nt134stx] {
    background: #e8f0fe;
    color: #1a73e8;
}

.playlist-item.watched .playlist-item-icon[b-u6nt134stx] {
    color: #34a853;
}

.playlist-item.active .playlist-item-icon[b-u6nt134stx] {
    color: #1a73e8;
}

.playlist-item-icon[b-u6nt134stx] {
    width: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 0.9rem;
    color: #cbd5e0;
}

.playlist-number[b-u6nt134stx] {
    font-size: 0.75rem;
    font-weight: 600;
    color: #adb5bd;
}

.playlist-item.active .playlist-number[b-u6nt134stx] {
    color: #1a73e8;
}

.playlist-item-name[b-u6nt134stx] {
    flex: 1;
    font-size: 0.8rem;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.playlist-item.active .playlist-item-name[b-u6nt134stx] {
    font-weight: 600;
}

.playlist-dl-icon[b-u6nt134stx] {
    font-size: 0.75rem;
    color: #adb5bd;
}

.playlist-item.doc:hover .playlist-dl-icon[b-u6nt134stx] {
    color: #1a73e8;
}

.playlist-divider[b-u6nt134stx] {
    padding: 12px 12px 6px;
    font-size: 0.72rem;
    font-weight: 600;
    color: #6c757d;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-top: 1px solid #e9ecef;
    margin-top: 4px;
}

/* Video area */
.drive-video-area[b-u6nt134stx] {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.drive-video-player[b-u6nt134stx] {
    width: 100%;
    max-width: 640px;
    aspect-ratio: 16 / 9;
    border-radius: 10px;
    overflow: hidden;
    background: #000;
    margin: 0 auto;
}

.drive-video-player iframe[b-u6nt134stx] {
    width: 100%;
    height: 100%;
    border: none;
}

.drive-video-controls[b-u6nt134stx] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 16px;
    border-bottom: 1px solid #f0f0f0;
}

.drive-video-title[b-u6nt134stx] {
    padding: 12px 16px;
}

.drive-video-title h6[b-u6nt134stx] {
    margin: 0;
    font-weight: 600;
    font-size: 0.95rem;
    color: #1a1a2e;
}

.drive-video-empty[b-u6nt134stx] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #adb5bd;
}

.drive-video-empty i[b-u6nt134stx] {
    font-size: 3rem;
    margin-bottom: 12px;
}

.drive-video-empty p[b-u6nt134stx] {
    font-size: 0.85rem;
}

.video-icon[b-u6nt134stx] {
    background: #ede9fe;
    color: #7c3aed;
}

.pdf-icon[b-u6nt134stx] {
    background: #fef2f2;
    color: #dc3545;
}

.image-icon[b-u6nt134stx] {
    background: #ecfdf5;
    color: #059669;
}

.doc-icon[b-u6nt134stx] {
    background: #eff6ff;
    color: #2563eb;
}

/* Sidebar — autocolapsable CSS puro */
.aula-sidebar[b-u6nt134stx] {
    width: 42px;
    flex-shrink: 0;
    display: none;
    flex-direction: column;
    background: #fff;
    border-right: 1px solid #e9ecef;
    overflow: hidden;
    transition: width 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
    z-index: 10;
}

.aula-sidebar:hover[b-u6nt134stx] {
    width: 300px;
}

@media (min-width: 768px) {
    .aula-sidebar[b-u6nt134stx] {
        display: flex;
    }
}

/* Ocultar texto cuando está colapsado, mostrar en hover */
.sidebar-label[b-u6nt134stx] {
    opacity: 0;
    white-space: nowrap;
    transition: opacity 0.2s ease 0.1s;
}

.aula-sidebar:hover .sidebar-label[b-u6nt134stx] {
    opacity: 1;
}

/* Header del sidebar */
.sidebar-expanded-header[b-u6nt134stx] {
    display: flex;
    align-items: center;
    padding: 12px 14px;
    border-bottom: 1px solid #e9ecef;
    font-size: 0.85rem;
    color: #1a73e8;
    white-space: nowrap;
    flex-shrink: 0;
}

/* Ocultar elementos largos cuando está colapsado */
.aula-sidebar .module-toggle .module-name[b-u6nt134stx],
.aula-sidebar .module-toggle .module-count[b-u6nt134stx],
.aula-sidebar .lesson-name[b-u6nt134stx],
.aula-sidebar .toggle-icon[b-u6nt134stx] {
    opacity: 0;
    transition: opacity 0.2s ease 0.1s;
}

.aula-sidebar:hover .module-toggle .module-name[b-u6nt134stx],
.aula-sidebar:hover .module-toggle .module-count[b-u6nt134stx],
.aula-sidebar:hover .lesson-name[b-u6nt134stx],
.aula-sidebar:hover .toggle-icon[b-u6nt134stx] {
    opacity: 1;
}

/* Colapsado: centrar iconos */
.aula-sidebar .sidebar-body[b-u6nt134stx] {
    overflow-x: hidden;
}

.aula-sidebar .modules-list[b-u6nt134stx] {
    padding: 4px 2px;
}

.aula-sidebar:hover .modules-list[b-u6nt134stx] {
    padding: 8px;
}

.aula-sidebar .lesson-row[b-u6nt134stx] {
    justify-content: center;
    padding: 6px 0;
    gap: 0;
}

.aula-sidebar:hover .lesson-row[b-u6nt134stx] {
    justify-content: flex-start;
    padding: 8px 12px;
    gap: 8px;
}

.sidebar-mobile-header[b-u6nt134stx] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    border-bottom: 1px solid #e9ecef;
}

.sidebar-close-btn[b-u6nt134stx] {
    width: 32px;
    height: 32px;
    border: none;
    border-radius: 8px;
    background: #f8f9fa;
    color: #555;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

/* Sidebar tabs */
.sidebar-tabs[b-u6nt134stx] {
    display: flex;
    border-bottom: 2px solid #e9ecef;
    padding: 0 8px;
}

.sidebar-tab[b-u6nt134stx] {
    flex: 1;
    padding: 12px 8px;
    border: none;
    background: transparent;
    color: #6c757d;
    font-size: 0.82rem;
    font-weight: 500;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    margin-bottom: -2px;
    transition: all 0.15s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.sidebar-tab:hover[b-u6nt134stx] {
    color: #1a73e8;
}

.sidebar-tab.active[b-u6nt134stx] {
    color: #1a73e8;
    border-bottom-color: #1a73e8;
    font-weight: 600;
}

.tab-badge[b-u6nt134stx] {
    background: #e8f0fe;
    color: #1a73e8;
    font-size: 0.65rem;
    font-weight: 600;
    padding: 1px 6px;
    border-radius: 8px;
}

.sidebar-body[b-u6nt134stx] {
    flex: 1;
    overflow-y: auto;
}

/* Modules */
.modules-list[b-u6nt134stx] {
    padding: 8px;
}

.module-group[b-u6nt134stx] {
    margin-bottom: 4px;
}

.module-toggle[b-u6nt134stx] {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 12px;
    border: none;
    border-radius: 10px;
    background: #f8f9fa;
    color: #333;
    cursor: pointer;
    transition: background 0.15s;
    text-align: left;
}

.module-toggle:hover[b-u6nt134stx] {
    background: #e9ecef;
}

.toggle-icon[b-u6nt134stx] {
    color: #adb5bd;
    font-size: 0.75rem;
    flex-shrink: 0;
}

.module-name[b-u6nt134stx] {
    flex: 1;
    font-size: 0.82rem;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.module-count[b-u6nt134stx] {
    font-size: 0.72rem;
    color: #6c757d;
    background: #e9ecef;
    padding: 2px 8px;
    border-radius: 8px;
    flex-shrink: 0;
}

/* Lessons */
.lessons-list[b-u6nt134stx] {
    padding: 2px 0;
}

.lesson-row[b-u6nt134stx] {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border: none;
    border-radius: 8px;
    background: transparent;
    color: #555;
    cursor: pointer;
    transition: all 0.15s;
    text-align: left;
    margin-bottom: 1px;
}

.lesson-row:hover[b-u6nt134stx] {
    background: #f0f4ff;
}

.lesson-row.current[b-u6nt134stx] {
    background: #e8f0fe;
    color: #1a73e8;
}

.lesson-row.done .lesson-status-icon[b-u6nt134stx] {
    color: #34a853;
}

.lesson-row.current .lesson-status-icon[b-u6nt134stx] {
    color: #1a73e8;
}

.lesson-status-icon[b-u6nt134stx] {
    width: 20px;
    font-size: 0.85rem;
    flex-shrink: 0;
    color: #cbd5e0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lesson-name[b-u6nt134stx] {
    flex: 1;
    font-size: 0.8rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.lesson-row.current .lesson-name[b-u6nt134stx] {
    font-weight: 600;
}

.lesson-row.locked[b-u6nt134stx] {
    opacity: 0.5;
    cursor: not-allowed;
}

.lesson-row.locked:hover[b-u6nt134stx] {
    background: transparent;
}

.lesson-row.locked .lesson-status-icon[b-u6nt134stx] {
    color: #adb5bd;
}

.lesson-time[b-u6nt134stx] {
    font-size: 0.7rem;
    color: #adb5bd;
    flex-shrink: 0;
}

/* Q&A */
.qa-section[b-u6nt134stx] {
    padding: 12px;
}

.qa-info-text[b-u6nt134stx] {
    display: flex;
    align-items: flex-start;
    gap: 4px;
    padding: 8px 12px;
    margin-bottom: 10px;
    background: #f0f7ff;
    border-radius: 8px;
    font-size: 0.75rem;
    color: #1a73e8;
    line-height: 1.4;
}

.qa-info-text i[b-u6nt134stx] {
    flex-shrink: 0;
    margin-top: 1px;
}

.qa-new-btn[b-u6nt134stx] {
    width: 100%;
    padding: 10px;
    border: 1.5px dashed #1a73e8;
    border-radius: 10px;
    background: #f8faff;
    color: #1a73e8;
    font-size: 0.82rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.15s;
    margin-bottom: 12px;
}

.qa-new-btn:hover[b-u6nt134stx] {
    background: #e8f0fe;
    border-style: solid;
}

.qa-empty[b-u6nt134stx] {
    text-align: center;
    padding: 2rem 1rem;
    color: #adb5bd;
}

.qa-empty i[b-u6nt134stx] {
    font-size: 2rem;
    display: block;
    margin-bottom: 8px;
}

.qa-empty p[b-u6nt134stx] {
    font-size: 0.82rem;
    margin: 0;
}

.qa-card[b-u6nt134stx] {
    background: #f8f9fa;
    border-radius: 10px;
    padding: 10px 12px;
    margin-bottom: 8px;
    transition: background 0.15s;
}

.qa-card:hover[b-u6nt134stx] {
    background: #edf2f7;
}

.qa-avatar[b-u6nt134stx] {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #e8f0fe;
    color: #1a73e8;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.65rem;
    font-weight: 700;
    flex-shrink: 0;
}

.qa-author[b-u6nt134stx] {
    font-size: 0.78rem;
    font-weight: 600;
    color: #333;
}

.qa-solved-icon[b-u6nt134stx] {
    font-size: 0.65rem;
}

.qa-question-text[b-u6nt134stx] {
    font-size: 0.82rem;
    color: #333;
    margin: 2px 0 4px;
    cursor: pointer;
    line-height: 1.4;
}

.qa-question-text:hover[b-u6nt134stx] {
    color: #1a73e8;
}

.qa-meta[b-u6nt134stx] {
    font-size: 0.7rem;
    color: #adb5bd;
}

.qa-expanded[b-u6nt134stx] {
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid #e9ecef;
}

.qa-body[b-u6nt134stx] {
    font-size: 0.8rem;
    color: #555;
    margin-bottom: 8px;
}

.qa-answer[b-u6nt134stx] {
    display: flex;
    gap: 8px;
    margin-bottom: 8px;
    padding: 6px 8px;
    border-radius: 8px;
}

.qa-answer.best[b-u6nt134stx] {
    background: #e6f4ea;
    border-left: 3px solid #34a853;
}

.qa-answer-avatar[b-u6nt134stx] {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #e9ecef;
    color: #6c757d;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.55rem;
    font-weight: 700;
    flex-shrink: 0;
}

.qa-answer-text[b-u6nt134stx] {
    font-size: 0.8rem;
    color: #555;
    margin: 2px 0 0;
}

.qa-role-badge[b-u6nt134stx] {
    font-size: 0.6rem;
    padding: 1px 6px;
    border-radius: 4px;
    font-weight: 600;
    margin-left: 4px;
}

.qa-role-badge.expositor[b-u6nt134stx] { background: #e0f2fe; color: #0369a1; }
.qa-role-badge.staff[b-u6nt134stx] { background: #f1f5f9; color: #64748b; }
.qa-role-badge.best[b-u6nt134stx] { background: #dcfce7; color: #16a34a; }

.qa-reply[b-u6nt134stx] {
    display: flex;
    gap: 6px;
    margin-top: 8px;
}

.qa-reply-input[b-u6nt134stx] {
    flex: 1;
    padding: 6px 12px;
    border: 1.5px solid #dee2e6;
    border-radius: 8px;
    font-size: 0.8rem;
    transition: border-color 0.15s;
}

.qa-reply-input:focus[b-u6nt134stx] {
    outline: none;
    border-color: #1a73e8;
}

.qa-reply-btn[b-u6nt134stx] {
    padding: 6px 12px;
    border: none;
    border-radius: 8px;
    background: #1a73e8;
    color: #fff;
    cursor: pointer;
    transition: background 0.15s;
}

.qa-reply-btn:hover:not(:disabled)[b-u6nt134stx] {
    background: #1557b0;
}

.qa-reply-btn:disabled[b-u6nt134stx] {
    opacity: 0.5;
}

/* Notes */
.notes-section[b-u6nt134stx] {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 0;
}

.notes-header[b-u6nt134stx] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    border-bottom: 1px solid #e9ecef;
    background: #fafbfc;
}

.notes-scope-wrap[b-u6nt134stx] {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    flex: 1;
}

.notes-scope-icon[b-u6nt134stx] {
    font-size: 1.2rem;
    color: #1a73e8;
    flex-shrink: 0;
}

.notes-scope-info[b-u6nt134stx] {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.notes-scope-label[b-u6nt134stx] {
    font-size: 0.68rem;
    font-weight: 600;
    color: #6c757d;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.notes-scope-title[b-u6nt134stx] {
    font-size: 0.8rem;
    font-weight: 600;
    color: #1a1a2e;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.notes-status[b-u6nt134stx] {
    flex-shrink: 0;
}

.notes-saving[b-u6nt134stx] {
    font-size: 0.72rem;
    color: #6c757d;
}

.notes-saved[b-u6nt134stx] {
    font-size: 0.72rem;
    color: #34a853;
    font-weight: 500;
}

.notes-body[b-u6nt134stx] {
    flex: 1;
    display: flex;
    min-height: 0;
    padding: 4px;
}

.notes-editor[b-u6nt134stx] {
    flex: 1;
    border: 1.5px solid #e9ecef;
    border-radius: 10px;
    padding: 14px 16px;
    margin: 8px 12px 0;
    font-size: 0.85rem;
    line-height: 1.8;
    resize: none;
    color: #333;
    background: #fff;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    transition: border-color 0.15s;
}

.notes-editor:focus[b-u6nt134stx] {
    outline: none;
    border-color: #1a73e8;
    box-shadow: 0 0 0 3px rgba(26, 115, 232, 0.08);
}

.notes-editor[b-u6nt134stx]::placeholder {
    color: #adb5bd;
    font-style: italic;
}

.notes-footer[b-u6nt134stx] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 16px;
    border-top: 1px solid #e9ecef;
}

.notes-char-count[b-u6nt134stx] {
    font-size: 0.7rem;
    color: #adb5bd;
}

.notes-save-btn[b-u6nt134stx] {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 6px 16px;
    border: none;
    border-radius: 8px;
    background: #1a73e8;
    color: #fff;
    font-size: 0.8rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.15s;
}

.notes-save-btn:hover:not(:disabled)[b-u6nt134stx] {
    background: #1557b0;
}

.notes-save-btn:disabled[b-u6nt134stx] {
    opacity: 0.6;
    cursor: default;
}

.spin[b-u6nt134stx] {
    animation: spin-b-u6nt134stx 1s linear infinite;
}

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

/* Backdrop */
.sidebar-backdrop[b-u6nt134stx] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1040;
}

/* Mobile */
@media (max-width: 767.98px) {
    .aula-body[b-u6nt134stx] {
        flex-direction: column;
    }

    .aula-topbar[b-u6nt134stx] {
        height: 50px;
        padding: 0 12px;
    }

    .aula-sidebar[b-u6nt134stx] {
        display: flex !important;
        position: fixed;
        top: 0;
        left: -100%;
        width: 88% !important;
        max-width: 320px;
        height: 100vh;
        z-index: 1050;
        transition: left 0.3s cubic-bezier(0.16, 1, 0.3, 1);
        box-shadow: 4px 0 24px rgba(0, 0, 0, 0.15);
        border-right: none;
    }

    .aula-sidebar:hover[b-u6nt134stx] {
        width: 88% !important;
    }

    .aula-sidebar.show[b-u6nt134stx] {
        left: 0;
    }

    /* En mobile siempre mostrar texto */
    .sidebar-label[b-u6nt134stx],
    .aula-sidebar .module-toggle .module-name[b-u6nt134stx],
    .aula-sidebar .module-toggle .module-count[b-u6nt134stx],
    .aula-sidebar .lesson-name[b-u6nt134stx],
    .aula-sidebar .toggle-icon[b-u6nt134stx] {
        opacity: 1 !important;
    }

    .aula-center[b-u6nt134stx] {
        flex: none;
        overflow-y: visible;
    }

    .panel-right[b-u6nt134stx] {
        display: flex !important;
        width: 100%;
        flex-shrink: 0;
        max-height: 280px;
        border-left: none;
        border-top: 1px solid #e9ecef;
    }

    .video-section[b-u6nt134stx] {
        max-height: 35vh;
    }

    .lesson-info[b-u6nt134stx] {
        margin: 8px;
        padding: 14px 16px;
    }

    .lesson-controls[b-u6nt134stx] {
        padding: 8px 12px;
    }

    .ctrl-complete[b-u6nt134stx] {
        padding: 6px 14px;
        font-size: 0.75rem;
    }
}

/* Tablet */
@media (min-width: 768px) and (max-width: 1199.98px) {
    .aula-sidebar[b-u6nt134stx] {
        width: 44px;
    }
    .aula-sidebar:hover[b-u6nt134stx] {
        width: 260px;
    }
    .panel-right[b-u6nt134stx] {
        width: 300px;
    }
}

/* Scrollbars */
.sidebar-body[b-u6nt134stx]::-webkit-scrollbar,
.aula-main[b-u6nt134stx]::-webkit-scrollbar {
    width: 5px;
}

.sidebar-body[b-u6nt134stx]::-webkit-scrollbar-track,
.aula-main[b-u6nt134stx]::-webkit-scrollbar-track {
    background: transparent;
}

.sidebar-body[b-u6nt134stx]::-webkit-scrollbar-thumb,
.aula-main[b-u6nt134stx]::-webkit-scrollbar-thumb {
    background: #cbd5e0;
    border-radius: 3px;
}

.sidebar-body[b-u6nt134stx]::-webkit-scrollbar-thumb:hover,
.aula-main[b-u6nt134stx]::-webkit-scrollbar-thumb:hover {
    background: #a0aec0;
}
/* /Pages/Private/CertificadosConfig.razor.rz.scp.css */
/* Force uniform font-size inside contenteditable textboxes.
   The inline font-size spans are preserved in the model for the preview,
   but the editing area shows all text at the same size. */
div[contenteditable="true"][b-codp8xxin4]  * {
    font-size: inherit !important;
}

/* ===== Toolbar responsive ===== */

[b-codp8xxin4] .cert-toolbar {
    font-size: .8rem;
}

@media (max-width: 575.98px) {
    [b-codp8xxin4] .cert-toolbar {
        justify-content: center;
    }
}
/* /Pages/Private/Contabilidad.razor.rz.scp.css */
/* Tab navigation */
.contab-tabs[b-tugh0g9bbb] {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    margin-bottom: 1.5rem;
}

.contab-tab[b-tugh0g9bbb] {
    padding: 0.5rem 1.25rem;
    border: none;
    border-radius: 20px;
    background: #e9ecef;
    color: #495057;
    font-size: 0.85rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

.contab-tab:hover[b-tugh0g9bbb] {
    background: #dee2e6;
}

.contab-tab.active[b-tugh0g9bbb] {
    background: #0f70b7;
    color: #fff;
}

/* KPI Cards */
.kpi-card[b-tugh0g9bbb] {
    transition: transform 0.2s, box-shadow 0.2s;
    border-radius: 12px;
}

.kpi-card:hover[b-tugh0g9bbb] {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1) !important;
}

.kpi-icon[b-tugh0g9bbb] {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
}

.kpi-value[b-tugh0g9bbb] {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.2;
}

.kpi-label[b-tugh0g9bbb] {
    font-size: 0.78rem;
    color: #6c757d;
    margin-top: 2px;
}

/* Chart containers */
.chart-container[b-tugh0g9bbb] {
    position: relative;
    height: 280px;
}

.chart-container-doughnut[b-tugh0g9bbb] {
    position: relative;
    height: 260px;
    width: 100%;
}

/* Category color swatch */
.color-dot[b-tugh0g9bbb] {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: inline-block;
    border: 1px solid #dee2e6;
}

/* Filter area */
.filter-bar[b-tugh0g9bbb] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    align-items: end;
    margin-bottom: 1rem;
}

.filter-bar .form-control[b-tugh0g9bbb],
.filter-bar .form-select[b-tugh0g9bbb] {
    font-size: 0.85rem;
}

/* Balance positive/negative */
.balance-positive[b-tugh0g9bbb] {
    color: #198754;
}

.balance-negative[b-tugh0g9bbb] {
    color: #dc3545;
}

/* Status badges for cuentas por pagar */
.badge-estado-pagado[b-tugh0g9bbb] {
    background-color: rgba(25, 135, 84, 0.12);
    color: #198754;
}

.badge-estado-pendiente[b-tugh0g9bbb] {
    background-color: rgba(255, 193, 7, 0.15);
    color: #997404;
}

.badge-estado-vencido[b-tugh0g9bbb] {
    background-color: rgba(220, 53, 69, 0.12);
    color: #dc3545;
}

/* Transaction type badges */
.badge-ingreso[b-tugh0g9bbb] {
    background-color: rgba(25, 135, 84, 0.12);
    color: #198754;
}

.badge-egreso[b-tugh0g9bbb] {
    background-color: rgba(220, 53, 69, 0.12);
    color: #dc3545;
}

/* Pending bills mini-table */
.pending-bills-table[b-tugh0g9bbb] {
    font-size: 0.85rem;
}

.pending-bills-table td[b-tugh0g9bbb] {
    padding: 0.5rem 0.75rem;
}

/* Modal backdrop */
.modal-backdrop-custom[b-tugh0g9bbb] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
}

/* Responsive */
@media (max-width: 767.98px) {
    .kpi-value[b-tugh0g9bbb] {
        font-size: 1.2rem;
    }

    .kpi-icon[b-tugh0g9bbb] {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }

    .chart-container[b-tugh0g9bbb] {
        height: 220px;
    }

    .chart-container-doughnut[b-tugh0g9bbb] {
        height: 220px;
    }

    .contab-tab[b-tugh0g9bbb] {
        padding: 0.4rem 1rem;
        font-size: 0.8rem;
    }
}
/* /Pages/Private/Cursos.razor.rz.scp.css */
/* Cursos - CSS Isolation */

.search-input[b-6o0p6lih2u] {
    max-width: 350px;
}

/* Colores de fila para cursos de la semana, por encargado */
[b-6o0p6lih2u] .week-row-color-1 {
    background-color: rgba(13, 110, 253, 0.15);
    border-left: 3px solid rgba(13, 110, 253, 0.6);
}

[b-6o0p6lih2u] .week-row-color-2 {
    background-color: rgba(25, 135, 84, 0.15);
    border-left: 3px solid rgba(25, 135, 84, 0.6);
}

[b-6o0p6lih2u] .week-row-color-3 {
    background-color: rgba(255, 193, 7, 0.15);
    border-left: 3px solid rgba(255, 193, 7, 0.6);
}

[b-6o0p6lih2u] .week-row-color-4 {
    background-color: rgba(220, 53, 69, 0.15);
    border-left: 3px solid rgba(220, 53, 69, 0.6);
}

[b-6o0p6lih2u] .week-row-color-5 {
    background-color: rgba(111, 66, 193, 0.15);
    border-left: 3px solid rgba(111, 66, 193, 0.6);
}

[b-6o0p6lih2u] .week-row-color-6 {
    background-color: rgba(253, 126, 20, 0.15);
    border-left: 3px solid rgba(253, 126, 20, 0.6);
}

.table-scroll-container[b-6o0p6lih2u] {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.table-wide[b-6o0p6lih2u] {
    min-width: 700px;
}

.form-input-sm[b-6o0p6lih2u] {
    height: 38px;
}

.schedule-col-date[b-6o0p6lih2u] {
    width: 20%;
}

.schedule-col-actions[b-6o0p6lih2u] {
    width: 10%;
}

/* Table columns */
[b-6o0p6lih2u] .col-topic { min-width: 250px; }
[b-6o0p6lih2u] .col-shrink { width: 1%; }

/* Image thumbnails */
[b-6o0p6lih2u] .img-thumb-sm { max-height: 80px; }
[b-6o0p6lih2u] .img-thumb-md { max-height: 100px; }
[b-6o0p6lih2u] .cat-img-thumb { width: 40px; height: 40px; object-fit: cover; }
[b-6o0p6lih2u] .cat-img-placeholder { width: 40px; height: 40px; }

/* Typography */
[b-6o0p6lih2u] .text-xs { font-size: 0.72rem; }
[b-6o0p6lih2u] .text-sm { font-size: 0.8rem; }
[b-6o0p6lih2u] .text-prewrap { white-space: pre-wrap; }

[b-6o0p6lih2u] .syllabus-render ul,
[b-6o0p6lih2u] .syllabus-render ol { padding-left: 1.2rem; margin: 0.3rem 0; }
[b-6o0p6lih2u] .syllabus-render li { margin-bottom: 2px; }
[b-6o0p6lih2u] .syllabus-render p { margin-bottom: 0.3rem; }
[b-6o0p6lih2u] .syllabus-render b,
[b-6o0p6lih2u] .syllabus-render strong { font-weight: 700; color: #1a1a2e; }
[b-6o0p6lih2u] .icon-xxs { font-size: 0.65rem; }
[b-6o0p6lih2u] .icon-xl { font-size: 2rem; }

/* Modal body scroll */
[b-6o0p6lih2u] .modal-body-scroll { max-height: 65vh; overflow-y: auto; }

/* Rich text editor toolbar */
[b-6o0p6lih2u] .editor-toolbar-select { width: auto; font-size: 0.72rem; }
[b-6o0p6lih2u] .toolbar-divider { height: 18px; }
[b-6o0p6lih2u] .editor-content { min-height: 80px; max-height: 200px; overflow-y: auto; font-size: 0.85rem; }

/* Image remove button */
[b-6o0p6lih2u] .btn-remove-img { width: 22px; height: 22px; line-height: 1; }

/* Category table */
[b-6o0p6lih2u] .col-img-sm { width: 60px; }
[b-6o0p6lih2u] .col-actions-sm { width: 100px; }

/* Drive Content Modal */
[b-6o0p6lih2u] .drive-modal-backdrop {
    background-color: var(--modal-backdrop, rgba(0, 0, 0, 0.5));
}

[b-6o0p6lih2u] .drive-modal-header {
    background-color: var(--primary-color, #1a73e8);
    color: #fff;
}

[b-6o0p6lih2u] .drive-col-num { width: 30px; }
[b-6o0p6lih2u] .drive-col-type { width: 100px; }
[b-6o0p6lih2u] .drive-col-status { width: 80px; }
[b-6o0p6lih2u] .drive-col-desc { width: 220px; }
[b-6o0p6lih2u] .drive-col-actions { width: 120px; }

[b-6o0p6lih2u] .drive-edit-input {
    max-width: 250px;
}

[b-6o0p6lih2u] .drive-edit-icon {
    font-size: 0.6rem;
}

[b-6o0p6lih2u] .cursor-pointer {
    cursor: pointer;
}

/* Image preview trigger */
[b-6o0p6lih2u] .img-preview-trigger {
    cursor: pointer;
    transition: transform 0.15s, box-shadow 0.15s;
}

[b-6o0p6lih2u] .img-preview-trigger:hover {
    transform: scale(1.05);
}

[b-6o0p6lih2u] .img-preview-trigger:hover img {
    box-shadow: 0 4px 16px rgba(26, 115, 232, 0.2);
}

/* Image preview modal - styles moved to base.css (global) to avoid scoped CSS z-index issues */
/* /Pages/Private/Dashboard.razor.rz.scp.css */
/* Dashboard.razor - CSS Isolation */

/* KPI Cards */
.kpi-card[b-7vtyn828rn] {
    transition: transform 0.2s, box-shadow 0.2s;
    border-radius: 12px;
}

.kpi-card:hover[b-7vtyn828rn] {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08) !important;
}

.kpi-icon[b-7vtyn828rn] {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    margin: 0 auto;
}

.kpi-value[b-7vtyn828rn] {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.2;
}

.kpi-label[b-7vtyn828rn] {
    font-size: 0.75rem;
    color: #6c757d;
    margin-top: 2px;
}

/* Week label */
.week-label[b-7vtyn828rn] {
    font-size: 0.85rem;
    letter-spacing: 0.3px;
}

/* Filter groups */
.filter-group[b-7vtyn828rn] {
    min-width: 180px;
    flex: 1;
    max-width: 280px;
}

/* Chart containers */
.chart-container[b-7vtyn828rn] {
    position: relative;
    height: 280px;
}

.chart-container-doughnut[b-7vtyn828rn] {
    position: relative;
    height: 260px;
    width: 100%;
}

/* Table cells truncation */
.table-cell-truncate[b-7vtyn828rn] {
    max-width: 160px;
}

/* Service color dot */
.service-dot[b-7vtyn828rn] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    flex-shrink: 0;
}

/* Sticky header spacing */
[b-7vtyn828rn] .sticky-header {
    padding-bottom: 0.5rem;
}

/* ── Mobile responsive ── */
@media (max-width: 767.98px) {
    .kpi-value[b-7vtyn828rn] {
        font-size: 1.2rem;
    }

    .kpi-label[b-7vtyn828rn] {
        font-size: 0.7rem;
    }

    .kpi-icon[b-7vtyn828rn] {
        width: 36px;
        height: 36px;
        font-size: 1rem;
    }

    .chart-container[b-7vtyn828rn] {
        height: 220px;
    }

    .chart-container-doughnut[b-7vtyn828rn] {
        height: 220px;
    }

    .table-cell-truncate[b-7vtyn828rn] {
        max-width: 110px;
    }

    .week-label[b-7vtyn828rn] {
        font-size: 0.75rem;
    }

    .filter-group[b-7vtyn828rn] {
        min-width: 140px;
        max-width: 100%;
    }
}

/* ── Extra-small screens ── */
@media (max-width: 575.98px) {
    .kpi-value[b-7vtyn828rn] {
        font-size: 1rem;
    }

    .chart-container[b-7vtyn828rn] {
        height: 180px;
    }

    .chart-container-doughnut[b-7vtyn828rn] {
        height: 180px;
    }
}
/* /Pages/Private/ForosAlumno.razor.rz.scp.css */
/* ForosAlumno.razor - CSS Isolation */

.question-card[b-n8z2t98dra] {
    transition: box-shadow 0.2s;
}

.question-card:hover[b-n8z2t98dra] {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1) !important;
}

.cursor-pointer[b-n8z2t98dra] {
    cursor: pointer;
}
/* /Pages/Private/LandingsConfig.razor.rz.scp.css */
/* Promo modal body scroll */
[b-bp80hntpjl] .promo-modal-body {
    max-height: 70vh;
    overflow-y: auto;
}

/* Promo QR preview */
[b-bp80hntpjl] .promo-qr-preview {
    max-height: 80px;
}

/* Actions cell nowrap for promo table */
[b-bp80hntpjl] .promo-actions-cell {
    white-space: nowrap;
}
/* /Pages/Private/Matriculas.razor.rz.scp.css */
/* ====================================
   Matriculas - Formulario paso a paso
   ==================================== */

/* --- Step Card States --- */

.step-active[b-0plmgfj3lt] {
    border-left: 4px solid var(--primary-color);
}

.step-completed[b-0plmgfj3lt] {
    border-left: 4px solid var(--success-color);
}

/* Suprimir efecto hover global de cards */
.step-active:hover[b-0plmgfj3lt],
.step-completed:hover[b-0plmgfj3lt] {
    transform: none !important;
}

/* --- Step Header --- */

.step-header[b-0plmgfj3lt] {
    border-bottom: 1px solid var(--gray-200);
    cursor: default;
}

/* --- Step Number Circle --- */

.step-circle[b-0plmgfj3lt] {
    width: 36px;
    height: 36px;
    min-width: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.9rem;
    transition: all var(--transition-normal);
}

.step-circle-active[b-0plmgfj3lt] {
    background-color: var(--primary-color);
    color: white;
}

.step-circle-completed[b-0plmgfj3lt] {
    background-color: var(--success-color);
    color: white;
}

/* --- Sticky Header (title + tabs) --- */

.sticky-header[b-0plmgfj3lt] {
    position: sticky;
    top: 0;
    z-index: 10;
    background-color: white;
    margin: -2rem -2rem 1rem -2rem;
    padding: 1rem 2rem 0 2rem;
    border-bottom: 1px solid var(--gray-200);
}

/* --- Summary Bar --- */

.summary-bar[b-0plmgfj3lt] {
    position: sticky;
    top: calc(6.5rem);
    z-index: 9;
    background-color: var(--white) !important;
    border-left: 4px solid var(--primary-color) !important;
}

/* --- Compact form sizing for step cards --- */

.step-active[b-0plmgfj3lt]  .form-label,
.step-active[b-0plmgfj3lt]  .form-check-label {
    font-size: 0.78rem;
    margin-bottom: 0.25rem;
}

/* --- Transition for progressive disclosure --- */

.step-enter[b-0plmgfj3lt] {
    animation: fadeSlideIn-b-0plmgfj3lt 0.3s ease-out;
}

@keyframes fadeSlideIn-b-0plmgfj3lt {
    from {
        opacity: 0;
        transform: translateY(12px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* --- Bulk Table --- */

.bulk-table[b-0plmgfj3lt] {
    font-size: 0.9rem;
}

.bulk-table th[b-0plmgfj3lt] {
    font-weight: 600;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: var(--gray-600);
}

.bulk-expand-row td[b-0plmgfj3lt] {
    padding: 0 !important;
    border-top: none !important;
}

.bulk-expand-row .bg-light[b-0plmgfj3lt] {
    border-top: 1px dashed var(--gray-300);
}

/* --- Responsive --- */

@media (max-width: 767.98px) {
    .sticky-header[b-0plmgfj3lt] {
        margin: -1rem -1rem 1rem -1rem;
        padding: 0.5rem 1rem 0 1rem;
        top: 0;
    }

    .summary-bar[b-0plmgfj3lt] {
        top: calc(5.5rem);
    }
}

@media (max-width: 576px) {
    .step-circle[b-0plmgfj3lt] {
        width: 30px;
        height: 30px;
        min-width: 30px;
        font-size: 0.8rem;
    }

    .summary-bar[b-0plmgfj3lt] {
        font-size: 0.85rem;
    }
}
/* /Pages/Private/MatriculasEditar.razor.rz.scp.css */
/* ====================================
   MatriculasEditar - Estilos consistentes con Matriculas
   ==================================== */

/* --- Standard action buttons --- */

[b-9jer1gk4mf] .btn-sm {
    font-size: 0.78rem;
    padding: 0.2rem 0.5rem;
}

/* --- Table font --- */

[b-9jer1gk4mf] .table {
    font-size: 0.85rem;
}

/* --- Compact form sizing --- */

[b-9jer1gk4mf] .form-label {
    font-size: 0.78rem;
    margin-bottom: 0.25rem;
}

[b-9jer1gk4mf] .form-check-label {
    font-size: 0.78rem;
}

/* --- Pagination --- */

[b-9jer1gk4mf] .pagination-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    padding: 1rem 0;
    flex-wrap: wrap;
}

[b-9jer1gk4mf] .page-btn {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    background: #fff;
    color: #495057;
    font-size: 0.85rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.15s;
}

[b-9jer1gk4mf] .page-btn:hover:not(:disabled):not(.active) {
    border-color: #1a73e8;
    color: #1a73e8;
    background: #f0f4ff;
}

[b-9jer1gk4mf] .page-btn.active {
    background: #1a73e8;
    border-color: #1a73e8;
    color: #fff;
}

[b-9jer1gk4mf] .page-btn:disabled {
    opacity: 0.4;
    cursor: default;
}

[b-9jer1gk4mf] .page-info {
    font-size: 0.82rem;
    color: #6c757d;
    margin-left: 0.5rem;
}
/* /Pages/Private/MisCertificadosAlumno.razor.rz.scp.css */
/* MisCertificadosAlumno.razor — Student Certificates */

[b-r1ty3hsgem] .mis-certificados-page {
    min-height: calc(100vh - 60px);
    background: #f5f7fa;
}

/* Header */
[b-r1ty3hsgem] .cert-header-section {
    background: linear-gradient(135deg, #1a73e8 0%, #0d47a1 100%);
    padding: 2rem 0;
}

[b-r1ty3hsgem] .stat-pill {
    display: flex;
    align-items: center;
    gap: 6px;
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 500;
    backdrop-filter: blur(8px);
}

[b-r1ty3hsgem] .stat-pill-cert {
    background: rgba(52, 168, 83, 0.25);
}

/* Content */
[b-r1ty3hsgem] .content-area {
    padding-top: 1.5rem;
    padding-bottom: 3rem;
}

/* Filter bar */
[b-r1ty3hsgem] .filter-bar {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}

[b-r1ty3hsgem] .filter-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    border: 1.5px solid #dee2e6;
    border-radius: 20px;
    background: #fff;
    color: #555;
    font-size: 0.85rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
}

[b-r1ty3hsgem] .filter-chip:hover {
    border-color: #1a73e8;
    color: #1a73e8;
    background: #f0f4ff;
}

[b-r1ty3hsgem] .filter-chip.active {
    background: #1a73e8;
    border-color: #1a73e8;
    color: #fff;
}

[b-r1ty3hsgem] .search-box {
    position: relative;
    min-width: 240px;
}

[b-r1ty3hsgem] .search-icon {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #adb5bd;
    font-size: 0.9rem;
}

[b-r1ty3hsgem] .search-input {
    width: 100%;
    padding: 8px 14px 8px 38px;
    border: 1.5px solid #dee2e6;
    border-radius: 20px;
    font-size: 0.85rem;
    background: #fff;
    transition: border-color 0.2s, box-shadow 0.2s;
}

[b-r1ty3hsgem] .search-input:focus {
    outline: none;
    border-color: #1a73e8;
    box-shadow: 0 0 0 3px rgba(26, 115, 232, 0.1);
}

/* Skeleton */
[b-r1ty3hsgem] .skeleton-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}

[b-r1ty3hsgem] .skeleton-banner {
    height: 140px;
    background: #e9ecef;
}

[b-r1ty3hsgem] .skeleton-body {
    padding: 1rem;
}

[b-r1ty3hsgem] .skeleton-line {
    height: 14px;
    border-radius: 6px;
    background: #e9ecef;
}

[b-r1ty3hsgem] .skeleton-pulse {
    animation: pulse-b-r1ty3hsgem 1.5s ease-in-out infinite;
}

@keyframes pulse-b-r1ty3hsgem {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.4; }
}

/* Empty states */
[b-r1ty3hsgem] .empty-state {
    text-align: center;
    padding: 4rem 1rem;
}

[b-r1ty3hsgem] .empty-icon {
    width: 96px;
    height: 96px;
    margin: 0 auto;
    border-radius: 50%;
    background: linear-gradient(135deg, #e8f0fe 0%, #d2e3fc 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    color: #1a73e8;
}

[b-r1ty3hsgem] .empty-state-small {
    text-align: center;
    padding: 3rem 1rem;
}

/* Certificate cards */
[b-r1ty3hsgem] .cert-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
    height: 100%;
    display: flex;
    flex-direction: column;
}

[b-r1ty3hsgem] .cert-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.12);
}

[b-r1ty3hsgem] .cert-card-banner {
    height: 140px;
    position: relative;
    overflow: hidden;
}

[b-r1ty3hsgem] .cert-banner-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

[b-r1ty3hsgem] .cert-card:hover .cert-banner-img {
    transform: scale(1.05);
}

[b-r1ty3hsgem] .cert-banner-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #34a853 0%, #1e8e3e 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    color: rgba(255, 255, 255, 0.5);
}

[b-r1ty3hsgem] .cert-banner-inprogress {
    background: linear-gradient(135deg, #1a73e8 0%, #4285f4 100%);
}

[b-r1ty3hsgem] .cert-banner-overlay {
    position: absolute;
    top: 10px;
    right: 10px;
}

/* Card body */
[b-r1ty3hsgem] .cert-card-body {
    padding: 1rem 1.25rem;
    display: flex;
    flex-direction: column;
    flex: 1;
}

[b-r1ty3hsgem] .cert-service {
    font-size: 0.72rem;
    font-weight: 600;
    color: #1a73e8;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
}

[b-r1ty3hsgem] .cert-title {
    font-weight: 600;
    font-size: 0.95rem;
    color: #1a1a2e;
    margin-bottom: 6px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.35;
    min-height: 2.7em;
}

[b-r1ty3hsgem] .cert-meta {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #6c757d;
    font-size: 0.8rem;
    margin-bottom: 12px;
}

/* Progress (for in-progress tab) */
[b-r1ty3hsgem] .cert-progress-section {
    margin-top: auto;
    padding-top: 8px;
}

[b-r1ty3hsgem] .progress-label {
    font-size: 0.75rem;
    color: #6c757d;
}

[b-r1ty3hsgem] .progress-percent {
    font-size: 0.8rem;
    font-weight: 600;
    color: #1a73e8;
}

[b-r1ty3hsgem] .cert-progress-track {
    height: 6px;
    background: #e9ecef;
    border-radius: 3px;
    overflow: hidden;
}

[b-r1ty3hsgem] .cert-progress-fill {
    height: 100%;
    border-radius: 3px;
    background: #1a73e8;
    transition: width 0.5s ease;
}

/* Actions */
[b-r1ty3hsgem] .cert-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
    padding-top: 12px;
    gap: 8px;
}

[b-r1ty3hsgem] .cert-btn {
    display: inline-flex;
    align-items: center;
    padding: 7px 16px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease;
    white-space: nowrap;
}

[b-r1ty3hsgem] .cert-btn-download {
    background: #34a853;
    color: #fff;
}

[b-r1ty3hsgem] .cert-btn-download:hover {
    background: #2d9249;
    color: #fff;
}

[b-r1ty3hsgem] .cert-btn-pending {
    background: #fff3cd;
    color: #856404;
    font-weight: 500;
}

[b-r1ty3hsgem] .cert-btn-continue {
    background: #1a73e8;
    color: #fff;
}

[b-r1ty3hsgem] .cert-btn-continue:hover {
    background: #1557b0;
    color: #fff;
}

[b-r1ty3hsgem] .cert-code {
    font-size: 0.7rem;
    color: #adb5bd;
    font-family: monospace;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 140px;
}

/* Responsive */
@media (max-width: 767.98px) {
    [b-r1ty3hsgem] .mis-certificados-page {
        min-height: calc(100vh - 54px);
    }

    [b-r1ty3hsgem] .cert-header-section {
        padding: 1.25rem 0;
    }

    [b-r1ty3hsgem] .cert-header-section h2 {
        font-size: 1.25rem;
    }

    [b-r1ty3hsgem] .filter-bar {
        flex-direction: column;
        align-items: stretch;
    }

    [b-r1ty3hsgem] .search-box {
        min-width: unset;
    }

    [b-r1ty3hsgem] .cert-card-banner {
        height: 120px;
    }

    [b-r1ty3hsgem] .stat-pill {
        font-size: 0.78rem;
        padding: 5px 10px;
    }
}
/* /Pages/Private/MisCertificadosDocente.razor.rz.scp.css */
/* MisCertificadosDocente.razor — Teacher certificates page */

[b-0movf3vn4j] .mis-certs-docente-page {
    min-height: calc(100vh - 75px);
    background: #f5f7fa;
}

[b-0movf3vn4j] .docente-header-section {
    background: linear-gradient(135deg, #1a73e8 0%, #0d47a1 100%);
    padding: 2rem 0 1.5rem;
}

[b-0movf3vn4j] .stat-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 500;
    backdrop-filter: blur(4px);
}

[b-0movf3vn4j] .stat-pill-cert {
    background: rgba(52, 168, 83, 0.3);
}

[b-0movf3vn4j] .content-area {
    padding-top: 1.5rem;
    padding-bottom: 3rem;
}

@media (max-width: 767.98px) {
    [b-0movf3vn4j] .docente-header-section {
        padding: 1.5rem 0 1rem;
    }

    [b-0movf3vn4j] .docente-header-section h2 {
        font-size: 1.2rem;
    }
}
/* /Pages/Private/MisCursosAlumno.razor.rz.scp.css */
/* MisCursosAlumno.razor — Student Dashboard */

/* Page wrapper */
[b-s456ci9vy2] .mis-cursos-page {
    min-height: calc(100vh - 60px);
    background: #f5f7fa;
}

/* Welcome section */
[b-s456ci9vy2] .welcome-section {
    background: linear-gradient(135deg, #1a73e8 0%, #0d47a1 100%);
    padding: 1.2rem 0;
}

[b-s456ci9vy2] .wave-emoji {
    display: inline-block;
    animation: wave-b-s456ci9vy2 2s ease-in-out infinite;
    transform-origin: 70% 70%;
}

@keyframes wave-b-s456ci9vy2 {
    0%, 100% { transform: rotate(0deg); }
    10% { transform: rotate(14deg); }
    20% { transform: rotate(-8deg); }
    30% { transform: rotate(14deg); }
    40% { transform: rotate(-4deg); }
    50% { transform: rotate(10deg); }
    60%, 100% { transform: rotate(0deg); }
}

[b-s456ci9vy2] .stat-pill {
    display: flex;
    align-items: center;
    gap: 6px;
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 500;
    backdrop-filter: blur(8px);
}

[b-s456ci9vy2] .stat-pill-success {
    background: rgba(52, 168, 83, 0.25);
}

/* Content area */
[b-s456ci9vy2] .content-area {
    padding-top: 1.5rem;
    padding-bottom: 3rem;
}

/* Filter bar */
[b-s456ci9vy2] .filter-bar {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}

[b-s456ci9vy2] .filter-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    border: 1.5px solid #dee2e6;
    border-radius: 20px;
    background: #fff;
    color: #555;
    font-size: 0.85rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
}

[b-s456ci9vy2] .filter-chip:hover {
    border-color: #1a73e8;
    color: #1a73e8;
    background: #f0f4ff;
}

[b-s456ci9vy2] .filter-chip.active {
    background: #1a73e8;
    border-color: #1a73e8;
    color: #fff;
}

[b-s456ci9vy2] .search-box {
    position: relative;
    min-width: 240px;
}

[b-s456ci9vy2] .search-icon {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #adb5bd;
    font-size: 0.9rem;
}

[b-s456ci9vy2] .search-input {
    width: 100%;
    padding: 8px 14px 8px 38px;
    border: 1.5px solid #dee2e6;
    border-radius: 20px;
    font-size: 0.85rem;
    background: #fff;
    transition: border-color 0.2s, box-shadow 0.2s;
}

[b-s456ci9vy2] .search-input:focus {
    outline: none;
    border-color: #1a73e8;
    box-shadow: 0 0 0 3px rgba(26, 115, 232, 0.1);
}

/* Skeleton loading */
[b-s456ci9vy2] .skeleton-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}

[b-s456ci9vy2] .skeleton-banner {
    height: 160px;
    background: #e9ecef;
}

[b-s456ci9vy2] .skeleton-body {
    padding: 1rem;
}

[b-s456ci9vy2] .skeleton-line {
    height: 14px;
    border-radius: 6px;
    background: #e9ecef;
}

[b-s456ci9vy2] .skeleton-progress {
    height: 6px;
    border-radius: 3px;
    background: #e9ecef;
}

[b-s456ci9vy2] .skeleton-pulse {
    animation: pulse-b-s456ci9vy2 1.5s ease-in-out infinite;
}

@keyframes pulse-b-s456ci9vy2 {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.4; }
}

/* Empty state */
[b-s456ci9vy2] .empty-state {
    text-align: center;
    padding: 4rem 1rem;
}

[b-s456ci9vy2] .empty-icon {
    width: 96px;
    height: 96px;
    margin: 0 auto;
    border-radius: 50%;
    background: linear-gradient(135deg, #e8f0fe 0%, #d2e3fc 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    color: #1a73e8;
}

/* Continue bar — compact */
[b-s456ci9vy2] .continue-bar {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 16px;
    background: #fff;
    border: 1.5px solid #d2e3fc;
    border-radius: 12px;
    cursor: pointer;
    margin-bottom: 0.5rem;
    transition: all 0.2s ease;
}

[b-s456ci9vy2] .continue-bar:hover {
    border-color: #1a73e8;
    background: #f8faff;
    box-shadow: 0 2px 8px rgba(26, 115, 232, 0.1);
}

[b-s456ci9vy2] .continue-bar-icon {
    font-size: 1.5rem;
    color: #1a73e8;
    flex-shrink: 0;
}

[b-s456ci9vy2] .continue-bar-info {
    display: flex;
    flex-direction: column;
    min-width: 0;
    flex: 1;
}

[b-s456ci9vy2] .continue-bar-label {
    font-size: 0.68rem;
    color: #6c757d;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    font-weight: 600;
}

[b-s456ci9vy2] .continue-bar-title {
    font-size: 0.85rem;
    font-weight: 600;
    color: #1a1a2e;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

[b-s456ci9vy2] .continue-bar-progress {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}

[b-s456ci9vy2] .continue-bar-track {
    width: 80px;
    height: 5px;
    background: #e9ecef;
    border-radius: 3px;
    overflow: hidden;
}

[b-s456ci9vy2] .continue-bar-fill {
    height: 100%;
    background: #1a73e8;
    border-radius: 3px;
    transition: width 0.5s ease;
}

[b-s456ci9vy2] .continue-bar-percent {
    font-size: 0.78rem;
    font-weight: 600;
    color: #1a73e8;
    min-width: 32px;
}

[b-s456ci9vy2] .continue-bar-btn {
    font-size: 0.8rem;
    font-weight: 600;
    color: #1a73e8;
    white-space: nowrap;
    flex-shrink: 0;
}

/* Course cards */
[b-s456ci9vy2] .course-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
    height: 100%;
    display: flex;
    flex-direction: column;
}

[b-s456ci9vy2] .course-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.12);
}

[b-s456ci9vy2] .course-banner {
    height: 131px;
    position: relative;
    overflow: hidden;
}

[b-s456ci9vy2] .banner-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

[b-s456ci9vy2] .course-card:hover .banner-img {
    transform: scale(1.05);
}

[b-s456ci9vy2] .banner-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #1a73e8 0%, #4285f4 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.2rem;
    color: rgba(255, 255, 255, 0.5);
}

[b-s456ci9vy2] .banner-badges {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: flex-end;
}

[b-s456ci9vy2] .service-badge {
    background: rgba(0, 0, 0, 0.55);
    backdrop-filter: blur(4px);
    color: #fff;
    font-size: 0.7rem;
    padding: 4px 10px;
    border-radius: 12px;
    font-weight: 500;
}

[b-s456ci9vy2] .completed-badge {
    background: rgba(52, 168, 83, 0.9);
    color: #fff;
    font-size: 0.7rem;
    padding: 4px 10px;
    border-radius: 12px;
    font-weight: 500;
}

/* Card body */
[b-s456ci9vy2] .course-body {
    padding: 0.65rem 1rem;
    display: flex;
    flex-direction: column;
    flex: 1;
}

[b-s456ci9vy2] .course-title {
    font-weight: 600;
    font-size: 0.88rem;
    color: #1a1a2e;
    margin-bottom: 4px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.3;
    min-height: 2.6em;
}

[b-s456ci9vy2] .course-meta {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #6c757d;
    font-size: 0.75rem;
    margin-bottom: 8px;
}

/* Progress */
[b-s456ci9vy2] .course-progress-section {
    margin-top: auto;
    padding-top: 8px;
}

[b-s456ci9vy2] .progress-label {
    font-size: 0.75rem;
    color: #6c757d;
}

[b-s456ci9vy2] .progress-percent {
    font-size: 0.8rem;
    font-weight: 600;
}

[b-s456ci9vy2] .progress-percent.progress-complete { color: #34a853; }
[b-s456ci9vy2] .progress-percent.progress-active { color: #1a73e8; }
[b-s456ci9vy2] .progress-percent.progress-zero { color: #adb5bd; }

[b-s456ci9vy2] .course-progress-track {
    height: 6px;
    background: #e9ecef;
    border-radius: 3px;
    overflow: hidden;
}

[b-s456ci9vy2] .course-progress-fill {
    height: 100%;
    border-radius: 3px;
    transition: width 0.5s ease;
}

[b-s456ci9vy2] .course-progress-fill.fill-success { background: #34a853; }
[b-s456ci9vy2] .course-progress-fill.fill-primary { background: #1a73e8; }
[b-s456ci9vy2] .course-progress-fill.fill-info { background: #4285f4; }
[b-s456ci9vy2] .course-progress-fill.fill-muted { background: #adb5bd; }

/* Action area */
[b-s456ci9vy2] .course-action {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 8px;
    gap: 6px;
}

[b-s456ci9vy2] .action-btn {
    display: inline-flex;
    align-items: center;
    padding: 5px 14px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease;
}

[b-s456ci9vy2] .action-btn-primary {
    background: #1a73e8;
    color: #fff;
}

[b-s456ci9vy2] .action-btn-success {
    background: #34a853;
    color: #fff;
}

[b-s456ci9vy2] .action-btn-success:hover {
    background: #2d9249;
    color: #fff;
}

[b-s456ci9vy2] .action-btn-outline {
    background: transparent;
    color: #1a73e8;
    border: 1.5px solid #1a73e8;
}

[b-s456ci9vy2] .last-access {
    font-size: 0.72rem;
    color: #adb5bd;
    white-space: nowrap;
}

/* Pagination */
[b-s456ci9vy2] .pagination-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-top: 2rem;
    flex-wrap: wrap;
}

[b-s456ci9vy2] .page-btn {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1.5px solid #dee2e6;
    border-radius: 10px;
    background: #fff;
    color: #555;
    font-size: 0.85rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.15s;
}

[b-s456ci9vy2] .page-btn:hover:not(:disabled):not(.active) {
    border-color: #1a73e8;
    color: #1a73e8;
    background: #f0f4ff;
}

[b-s456ci9vy2] .page-btn.active {
    background: #1a73e8;
    border-color: #1a73e8;
    color: #fff;
}

[b-s456ci9vy2] .page-btn:disabled {
    opacity: 0.4;
    cursor: default;
}

[b-s456ci9vy2] .page-info {
    font-size: 0.78rem;
    color: #adb5bd;
    margin-left: 12px;
}

/* Responsive */
@media (max-width: 767.98px) {
    [b-s456ci9vy2] .mis-cursos-page {
        min-height: calc(100vh - 54px);
    }

    [b-s456ci9vy2] .welcome-section {
        padding: 0.85rem 0;
    }

    [b-s456ci9vy2] .welcome-section h2 {
        font-size: 1.25rem;
    }

    [b-s456ci9vy2] .filter-bar {
        flex-direction: column;
        align-items: stretch;
    }

    [b-s456ci9vy2] .search-box {
        min-width: unset;
    }

    [b-s456ci9vy2] .course-banner {
        height: 100px;
    }

    [b-s456ci9vy2] .continue-bar-progress {
        display: none;
    }

    [b-s456ci9vy2] .continue-bar-btn {
        display: none;
    }

    [b-s456ci9vy2] .stat-pill {
        font-size: 0.78rem;
        padding: 5px 10px;
    }
}

@media (max-width: 575.98px) {
    [b-s456ci9vy2] .filter-chip {
        padding: 6px 12px;
        font-size: 0.78rem;
    }
}
/* /Pages/Private/MisCursosDocente.razor.rz.scp.css */
/* MisCursosDocente.razor — Teacher courses page */

[b-fntvqkhzdj] .mis-cursos-docente-page {
    min-height: calc(100vh - 75px);
    background: #f5f7fa;
}

[b-fntvqkhzdj] .docente-header-section {
    background: linear-gradient(135deg, #1a73e8 0%, #0d47a1 100%);
    padding: 2rem 0 1.5rem;
}

[b-fntvqkhzdj] .stat-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 500;
    backdrop-filter: blur(4px);
}

[b-fntvqkhzdj] .content-area {
    padding-top: 1.5rem;
    padding-bottom: 3rem;
}

@media (max-width: 767.98px) {
    [b-fntvqkhzdj] .docente-header-section {
        padding: 1.5rem 0 1rem;
    }

    [b-fntvqkhzdj] .docente-header-section h2 {
        font-size: 1.2rem;
    }
}
/* /Pages/Private/MisDiplomadosAlumno.razor.rz.scp.css */
/* MisDiplomadosAlumno.razor - CSS Isolation */

.diplomado-card[b-53f5vmrm2k] {
    transition: box-shadow 0.2s;
}

.diplomado-card:hover[b-53f5vmrm2k] {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1) !important;
}

.mini-course-card[b-53f5vmrm2k] {
    cursor: pointer;
    transition: transform 0.15s, box-shadow 0.15s;
}

.mini-course-card:hover[b-53f5vmrm2k] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
/* /Pages/Private/PaginaPrincipal.razor.rz.scp.css */
/* PaginaPrincipal - CSS Isolation */

/* Tabs */
[b-2schhmto7k] .nav-pills .nav-link {
    font-size: 0.82rem;
    padding: 8px 16px;
    white-space: nowrap;
}

[b-2schhmto7k] .nav-pills .nav-link i {
    font-size: 0.75rem;
}

/* Badges */
[b-2schhmto7k] .msg-badge { font-size: 0.6rem; }
[b-2schhmto7k] .pp-badge-xs { font-size: 0.5rem; }

/* Images */
[b-2schhmto7k] .pp-img-preview { max-height: 100px; }
[b-2schhmto7k] .pp-img-thumb { max-height: 50px; }
[b-2schhmto7k] .pp-img-sm { max-height: 60px; }
[b-2schhmto7k] .pp-img-circle-sm { max-height: 60px; max-width: 60px; }
[b-2schhmto7k] .pp-avatar { width: 40px; height: 40px; object-fit: cover; }

/* Tables */
[b-2schhmto7k] .pp-cell-truncate { max-width: 300px; }
[b-2schhmto7k] .pp-col-xs { width: 30px; }
[b-2schhmto7k] .pp-msg-cell { max-width: 280px; white-space: normal; }
[b-2schhmto7k] .pp-msg-truncate { max-width: 250px; }

/* Selects */
[b-2schhmto7k] .pp-filter-select { min-width: 200px; }
[b-2schhmto7k] .pp-select-auto { width: auto; }
[b-2schhmto7k] .pp-status-select { width: auto; font-size: 0.75rem; }
/* /Pages/Private/PerfilAlumno.razor.rz.scp.css */
/* PerfilAlumno.razor — Student Profile */

[b-6kfsz459bl] .perfil-page {
    min-height: calc(100vh - 60px);
    background: #f5f7fa;
}

/* Header */
[b-6kfsz459bl] .perfil-header {
    background: linear-gradient(135deg, #1a73e8 0%, #0d47a1 100%);
    padding: 2rem 0 1.5rem;
}

/* Avatar */
[b-6kfsz459bl] .profile-avatar-wrapper {
    position: relative;
    flex-shrink: 0;
}

[b-6kfsz459bl] .profile-avatar {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 3px solid rgba(255, 255, 255, 0.4);
    overflow: hidden;
    background: rgba(255, 255, 255, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
}

[b-6kfsz459bl] .avatar-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

[b-6kfsz459bl] .avatar-icon {
    font-size: 2.5rem;
    color: rgba(255, 255, 255, 0.6);
}

[b-6kfsz459bl] .avatar-edit-btn {
    position: absolute;
    bottom: 2px;
    right: 2px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #1a73e8;
    color: #1a73e8;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    cursor: pointer;
    transition: all 0.2s;
}

[b-6kfsz459bl] .avatar-edit-btn:hover {
    background: #1a73e8;
    color: #fff;
}

/* Profile info */
[b-6kfsz459bl] .profile-info h2 {
    font-size: 1.5rem;
}

/* Stats grid */
[b-6kfsz459bl] .stats-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 12px;
    margin-top: 1.5rem;
}

[b-6kfsz459bl] .stat-card {
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(8px);
    border-radius: 12px;
    padding: 14px 12px;
    text-align: center;
    transition: background 0.2s;
}

[b-6kfsz459bl] .stat-card:hover {
    background: rgba(255, 255, 255, 0.2);
}

[b-6kfsz459bl] .stat-icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    margin-bottom: 6px;
}

[b-6kfsz459bl] .stat-icon-blue { background: rgba(26, 115, 232, 0.3); color: #a8d4ff; }
[b-6kfsz459bl] .stat-icon-orange { background: rgba(251, 188, 4, 0.3); color: #fde68a; }
[b-6kfsz459bl] .stat-icon-green { background: rgba(52, 168, 83, 0.3); color: #86efac; }
[b-6kfsz459bl] .stat-icon-purple { background: rgba(139, 92, 246, 0.3); color: #c4b5fd; }
[b-6kfsz459bl] .stat-icon-teal { background: rgba(20, 184, 166, 0.3); color: #5eead4; }
[b-6kfsz459bl] .stat-icon-gold { background: rgba(245, 158, 11, 0.3); color: #fcd34d; }

[b-6kfsz459bl] .stat-value {
    font-size: 1.35rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
}

[b-6kfsz459bl] .stat-value small {
    font-size: 0.7rem;
    font-weight: 500;
    opacity: 0.7;
}

[b-6kfsz459bl] .stat-label {
    font-size: 0.7rem;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 500;
    margin-top: 2px;
}

/* Content area */
[b-6kfsz459bl] .content-area {
    padding-top: 1.5rem;
    padding-bottom: 3rem;
}

/* Quick courses section */
[b-6kfsz459bl] .quick-courses-section {
    background: #fff;
    border-radius: 16px;
    padding: 1.25rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}

[b-6kfsz459bl] .quick-course-card {
    display: block;
    background: #f8f9fa;
    border-radius: 12px;
    padding: 12px 16px;
    text-decoration: none;
    color: inherit;
    transition: all 0.2s ease;
    border: 1.5px solid transparent;
}

[b-6kfsz459bl] .quick-course-card:hover {
    background: #e8f0fe;
    border-color: #1a73e8;
    color: inherit;
    text-decoration: none;
}

[b-6kfsz459bl] .quick-course-icon {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    flex-shrink: 0;
}

[b-6kfsz459bl] .quick-course-icon.icon-progress {
    background: #e8f0fe;
    color: #1a73e8;
}

[b-6kfsz459bl] .quick-course-icon.icon-completed {
    background: #e6f4ea;
    color: #34a853;
}

[b-6kfsz459bl] .quick-course-name {
    font-weight: 600;
    font-size: 0.85rem;
    color: #1a1a2e;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

[b-6kfsz459bl] .quick-course-meta {
    font-size: 0.75rem;
    color: #6c757d;
}

[b-6kfsz459bl] .quick-course-progress {
    height: 3px;
    background: #e9ecef;
    border-radius: 2px;
    margin-top: 8px;
    overflow: hidden;
}

[b-6kfsz459bl] .quick-course-progress-fill {
    height: 100%;
    background: #1a73e8;
    border-radius: 2px;
    transition: width 0.5s ease;
}

/* Form cards */
[b-6kfsz459bl] .form-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
    margin-bottom: 1rem;
}

[b-6kfsz459bl] .form-card-header {
    padding: 12px 20px;
    font-weight: 600;
    font-size: 0.9rem;
    color: #1a73e8;
    border-bottom: 2px solid #e8f0fe;
    display: flex;
    align-items: center;
    gap: 8px;
}

[b-6kfsz459bl] .form-card-header i {
    font-size: 1rem;
}

[b-6kfsz459bl] .form-card-body {
    padding: 20px;
}

/* Dark card for password */
[b-6kfsz459bl] .form-card-dark {
    background: #1a1a2e;
    color: #e2e8f0;
}

[b-6kfsz459bl] .form-card-header-dark {
    color: #a8d4ff;
    border-bottom-color: rgba(255, 255, 255, 0.1);
}

[b-6kfsz459bl] .form-card-dark .form-label {
    color: #cbd5e1;
}

[b-6kfsz459bl] .form-card-dark .form-control,
[b-6kfsz459bl] .form-card-dark .form-select {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.15);
    color: #f1f5f9;
}

[b-6kfsz459bl] .form-card-dark .form-control:focus,
[b-6kfsz459bl] .form-card-dark .form-select:focus {
    background: rgba(255, 255, 255, 0.12);
    border-color: #4285f4;
    box-shadow: 0 0 0 3px rgba(66, 133, 244, 0.2);
    color: #f1f5f9;
}

/* Form controls polish */
[b-6kfsz459bl] .form-control,
[b-6kfsz459bl] .form-select {
    border-color: #dee2e6;
    transition: border-color 0.2s, box-shadow 0.2s;
}

[b-6kfsz459bl] .form-control:focus,
[b-6kfsz459bl] .form-select:focus {
    border-color: #1a73e8;
    box-shadow: 0 0 0 3px rgba(26, 115, 232, 0.1);
}

/* Responsive */
@media (max-width: 991.98px) {
    [b-6kfsz459bl] .stats-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 767.98px) {
    [b-6kfsz459bl] .perfil-page {
        min-height: calc(100vh - 54px);
    }

    [b-6kfsz459bl] .perfil-header {
        padding: 1.5rem 0 1rem;
    }

    [b-6kfsz459bl] .profile-avatar {
        width: 72px;
        height: 72px;
    }

    [b-6kfsz459bl] .profile-info h2 {
        font-size: 1.2rem;
    }

    [b-6kfsz459bl] .stats-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 8px;
    }

    [b-6kfsz459bl] .stat-card {
        padding: 10px 8px;
    }

    [b-6kfsz459bl] .stat-value {
        font-size: 1.1rem;
    }

    [b-6kfsz459bl] .stat-icon {
        width: 30px;
        height: 30px;
        font-size: 0.85rem;
    }

    [b-6kfsz459bl] .form-card-body {
        padding: 14px;
    }
}

@media (max-width: 575.98px) {
    [b-6kfsz459bl] .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
/* /Pages/Private/PerfilExpositor.razor.rz.scp.css */
/* PerfilExpositor.razor — Teacher Profile (same style as PerfilAlumno) */

[b-798pno3o0m] .perfil-page {
    min-height: calc(100vh - 60px);
    background: #f5f7fa;
}

/* Header */
[b-798pno3o0m] .perfil-header {
    background: linear-gradient(135deg, #1a73e8 0%, #0d47a1 100%);
    padding: 2rem 0 1.5rem;
}

/* Avatar */
[b-798pno3o0m] .profile-avatar-wrapper {
    position: relative;
    flex-shrink: 0;
}

[b-798pno3o0m] .profile-avatar {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 3px solid rgba(255, 255, 255, 0.4);
    overflow: hidden;
    background: rgba(255, 255, 255, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
}

[b-798pno3o0m] .avatar-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

[b-798pno3o0m] .avatar-icon {
    font-size: 2.5rem;
    color: rgba(255, 255, 255, 0.6);
}

[b-798pno3o0m] .avatar-edit-btn {
    position: absolute;
    bottom: 2px;
    right: 2px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #1a73e8;
    color: #1a73e8;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    cursor: pointer;
    transition: all 0.2s;
}

[b-798pno3o0m] .avatar-edit-btn:hover {
    background: #1a73e8;
    color: #fff;
}

/* Profile info */
[b-798pno3o0m] .profile-info h2 {
    font-size: 1.5rem;
}

/* Signature thumbnail in header */
[b-798pno3o0m] .signature-thumb {
    height: 36px;
    max-width: 100px;
    object-fit: contain;
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 6px;
    background: rgba(255,255,255,0.1);
    padding: 2px 6px;
}

/* Content area */
[b-798pno3o0m] .content-area {
    padding-top: 1.5rem;
    padding-bottom: 3rem;
}

/* Form cards */
[b-798pno3o0m] .form-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
    margin-bottom: 1rem;
}

[b-798pno3o0m] .form-card-header {
    padding: 12px 20px;
    font-weight: 600;
    font-size: 0.9rem;
    color: #1a73e8;
    border-bottom: 2px solid #e8f0fe;
    display: flex;
    align-items: center;
    gap: 8px;
}

[b-798pno3o0m] .form-card-header i {
    font-size: 1rem;
}

[b-798pno3o0m] .form-card-body {
    padding: 20px;
}

/* Dark card for password */
[b-798pno3o0m] .form-card-dark {
    background: #1a1a2e;
    color: #e2e8f0;
}

[b-798pno3o0m] .form-card-header-dark {
    color: #a8d4ff;
    border-bottom-color: rgba(255, 255, 255, 0.1);
}

[b-798pno3o0m] .form-card-dark .form-label {
    color: #cbd5e1;
}

[b-798pno3o0m] .form-card-dark .form-control,
[b-798pno3o0m] .form-card-dark .form-select {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.15);
    color: #f1f5f9;
}

[b-798pno3o0m] .form-card-dark .form-control:focus,
[b-798pno3o0m] .form-card-dark .form-select:focus {
    background: rgba(255, 255, 255, 0.12);
    border-color: #4285f4;
    box-shadow: 0 0 0 3px rgba(66, 133, 244, 0.2);
    color: #f1f5f9;
}

/* Form controls polish */
[b-798pno3o0m] .form-control,
[b-798pno3o0m] .form-select {
    border-color: #dee2e6;
    transition: border-color 0.2s, box-shadow 0.2s;
}

[b-798pno3o0m] .form-control:focus,
[b-798pno3o0m] .form-select:focus {
    border-color: #1a73e8;
    box-shadow: 0 0 0 3px rgba(26, 115, 232, 0.1);
}

/* Responsive */
@media (max-width: 767.98px) {
    [b-798pno3o0m] .perfil-page {
        min-height: calc(100vh - 54px);
    }

    [b-798pno3o0m] .perfil-header {
        padding: 1.5rem 0 1rem;
    }

    [b-798pno3o0m] .profile-avatar {
        width: 72px;
        height: 72px;
    }

    [b-798pno3o0m] .profile-info h2 {
        font-size: 1.2rem;
    }

    [b-798pno3o0m] .form-card-body {
        padding: 14px;
    }
}
/* /Pages/Private/Servicios.razor.rz.scp.css */
/* Servicios - CSS Isolation */

.card-thumbnail[b-awuihj6ud4] {
    height: 48px;
    width: auto;
}

.color-swatch[b-awuihj6ud4] {
    width: 20px;
    height: 20px;
    background-color: var(--swatch-color);
}

.color-swatch-preview[b-awuihj6ud4] {
    width: 20px;
    height: 20px;
    background-color: var(--swatch-color);
    border: 1px solid var(--gray-300);
}

.color-swatch-palette[b-awuihj6ud4] {
    width: 24px;
    height: 24px;
    background-color: var(--swatch-color);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
}

/* /Pages/Private/Usuarios.razor.rz.scp.css */
/* Usuarios - CSS Isolation */

.delete-confirm-icon[b-lpgju3skmo] {
    font-size: 2.5rem;
}

[b-lpgju3skmo] .modal-content {
    z-index: 1055 !important;
    position: relative;
}

[b-lpgju3skmo] .modal-backdrop.show {
    opacity: 0.4 !important;
    z-index: 1040 !important;
}

/* Rich text editor */
[b-lpgju3skmo] .rich-toolbar {
    font-size: 0.75rem;
}

[b-lpgju3skmo] .rich-toolbar-select {
    width: auto;
    font-size: 0.72rem;
}

[b-lpgju3skmo] .rich-divider {
    height: 18px;
}

[b-lpgju3skmo] .rich-editor-content {
    min-height: 100px;
    max-height: 250px;
    overflow-y: auto;
    font-size: 0.85rem;
}
/* /Pages/Public/Auth/CambiarContrasena.razor.rz.scp.css */
/* CambiarContrasena — Change password page */

.change-pw-page[b-alsm8dsnq5] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #f5f7fa 0%, #e8f0fe 100%);
    padding: 2rem 1rem;
}

.change-pw-card[b-alsm8dsnq5] {
    width: 100%;
    max-width: 440px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    animation: slideUp-b-alsm8dsnq5 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.change-pw-header[b-alsm8dsnq5] {
    text-align: center;
    padding: 2rem 2rem 1rem;
}

.change-pw-icon[b-alsm8dsnq5] {
    width: 64px;
    height: 64px;
    margin: 0 auto;
    border-radius: 50%;
    background: linear-gradient(135deg, #1a73e8, #4285f4);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: #fff;
}

.change-pw-body[b-alsm8dsnq5] {
    padding: 0 2rem 1.5rem;
}

.change-pw-body .form-control[b-alsm8dsnq5] {
    border-radius: 8px;
}

.change-pw-body .input-group-text[b-alsm8dsnq5] {
    background: #f8f9fa;
    border-radius: 8px 0 0 8px;
    color: #6c757d;
}

.btn-toggle-pw[b-alsm8dsnq5] {
    cursor: pointer;
    border-radius: 0 8px 8px 0;
    background: #f8f9fa;
    border-left: none;
    color: #6c757d;
    transition: color 0.15s;
}

.btn-toggle-pw:hover[b-alsm8dsnq5] {
    color: #1a73e8;
}

/* Password strength bar */
.pw-strength[b-alsm8dsnq5] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.pw-strength-bar[b-alsm8dsnq5] {
    flex: 1;
    height: 4px;
    background: #e9ecef;
    border-radius: 2px;
    overflow: hidden;
}

.pw-strength-fill[b-alsm8dsnq5] {
    height: 100%;
    border-radius: 2px;
    transition: width 0.3s, background 0.3s;
}

.pw-strength-fill.pw-weak[b-alsm8dsnq5] { background: #dc3545; }
.pw-strength-fill.pw-medium[b-alsm8dsnq5] { background: #ffc107; }
.pw-strength-fill.pw-strong[b-alsm8dsnq5] { background: #34a853; }

.change-pw-footer[b-alsm8dsnq5] {
    padding: 1rem 2rem;
    background: #f8f9fa;
    border-top: 1px solid #e9ecef;
    text-align: center;
}

@keyframes slideUp-b-alsm8dsnq5 {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 575.98px) {
    .change-pw-card[b-alsm8dsnq5] {
        border-radius: 12px;
    }

    .change-pw-header[b-alsm8dsnq5] {
        padding: 1.5rem 1.5rem 0.75rem;
    }

    .change-pw-body[b-alsm8dsnq5] {
        padding: 0 1.5rem 1rem;
    }

    .change-pw-footer[b-alsm8dsnq5] {
        padding: 0.75rem 1.5rem;
    }
}
/* /Pages/Public/Auth/ForgotPassword.razor.rz.scp.css */
/* ForgotPassword.razor - CSS Isolation */

/* Auth card */
.auth-card[b-ojsxxy4hjf] {
    width: 100%;
    max-width: 400px;
    border: none;
    background-color: var(--auth-card-bg);
    backdrop-filter: blur(5px);
}

/* Title */
.auth-card h4[b-ojsxxy4hjf] {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

/* Form controls */
.auth-card[b-ojsxxy4hjf]  .form-control.rounded-2,
.auth-card[b-ojsxxy4hjf]  .input-group.shadow-sm.rounded-2 {
    border-color: var(--gray-300);
}

.auth-card[b-ojsxxy4hjf]  .input-group-text.border-end-0.bg-white {
    border-color: var(--gray-300);
}

.auth-card[b-ojsxxy4hjf]  .input-group-text i {
    color: var(--gray-600);
}

/* Validation messages */
.auth-card[b-ojsxxy4hjf]  .validation-message {
    color: var(--danger-color);
    font-size: 0.8rem;
    margin-top: 0.25rem;
    display: block;
}

/* Alert danger */
.auth-card[b-ojsxxy4hjf]  .alert.alert-danger.shadow-sm.rounded-3 {
    border: none;
    font-size: 0.9rem;
    padding: 1rem;
}

/* Submit button */
.auth-card[b-ojsxxy4hjf]  .btn.btn-primary.w-100.btn-lg.shadow.rounded-pill.mt-3.px-4 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.auth-card[b-ojsxxy4hjf]  .btn .spinner-border-sm {
    margin-right: 0.5rem;
}

/* Info alert */
.auth-card[b-ojsxxy4hjf]  .alert.alert-info.mt-4.shadow-sm.rounded-3 {
    border: none;
    font-size: 1rem;
    padding: 1rem;
    display: flex;
    align-items: center;
}

.auth-card[b-ojsxxy4hjf]  .alert i.bi {
    margin-right: 0.75rem;
    font-size: 1.1rem;
    color: var(--primary-color);
}

/* Link hover */
.auth-card[b-ojsxxy4hjf]  .text-secondary.text-decoration-none:hover {
    text-decoration: underline !important;
    opacity: 0.8;
}

/* ── Mobile responsive ── */
@media (max-width: 575.98px) {
    .auth-card[b-ojsxxy4hjf] {
        max-width: 100%;
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }

    .auth-card h4[b-ojsxxy4hjf] {
        font-size: 1.15rem;
        word-break: break-word;
    }
}
/* /Pages/Public/Auth/Login.razor.rz.scp.css */
/* Login.razor - CSS Isolation */

/* Auth card */
.auth-card[b-uzbpyz6nm2] {
    width: 100%;
    max-width: 400px;
    border: none;
    background-color: var(--auth-card-bg);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.2);
    transform: none !important;
}

/* Logo */
.login-logo[b-uzbpyz6nm2] {
    width: 10rem;
    height: 10rem;
    object-fit: contain;
    transition: transform 0.4s ease;
}

.login-logo:hover[b-uzbpyz6nm2] {
    transform: scale(1.15);
}

/* Title */
.auth-card h4[b-uzbpyz6nm2] {
    padding-bottom: 0.5rem;
    border-bottom: 2px solid var(--primary-color);
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

/* Input groups */
.login-input-group[b-uzbpyz6nm2] {
    overflow: hidden;
    transition: box-shadow 0.2s ease;
}

.login-input-group:focus-within[b-uzbpyz6nm2] {
    box-shadow: 0 0 0 3px var(--primary-alpha-15);
}

.auth-card[b-uzbpyz6nm2]  .form-control,
.auth-card[b-uzbpyz6nm2]  .input-group {
    border-color: var(--gray-300);
}

.auth-card[b-uzbpyz6nm2]  .form-control:focus {
    box-shadow: none;
    border-color: var(--primary-color);
}

.auth-card[b-uzbpyz6nm2]  .input-group-text {
    border-color: var(--gray-300);
}

.auth-card[b-uzbpyz6nm2]  .input-group-text i {
    color: var(--gray-600);
}

/* Password toggle */
[b-uzbpyz6nm2] .btn-toggle-password {
    cursor: pointer;
    border-color: var(--gray-300);
}

[b-uzbpyz6nm2] .btn-toggle-password:hover i {
    color: var(--primary-color);
}

/* Submit button */
.login-btn[b-uzbpyz6nm2] {
    padding: 0.6rem 1rem;
    font-weight: 500;
    border-radius: 0.5rem;
}

/* Validation messages */
.auth-card[b-uzbpyz6nm2]  .form-control + .validation-message,
.auth-card[b-uzbpyz6nm2]  .input-group + .validation-message {
    margin-top: 0.25rem !important;
    font-size: 0.8rem;
}

/* Alert */
.auth-card[b-uzbpyz6nm2]  .alert {
    border: none;
    font-size: 0.9rem;
}

/* ── Mobile responsive ── */
@media (max-width: 575.98px) {
    .auth-card[b-uzbpyz6nm2] {
        max-width: 100%;
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }

    .auth-card h4[b-uzbpyz6nm2] {
        font-size: 1.15rem;
        word-break: break-word;
    }

    .login-logo[b-uzbpyz6nm2] {
        width: 7rem;
        height: 7rem;
    }
}
/* /Pages/Public/Auth/RegisterAlumno.razor.rz.scp.css */
/* RegisterAlumno.razor - CSS Isolation */

/* Auth card */
.auth-card[b-bkrcb9su9c] {
    max-width: 1200px;
    border: none;
    background-color: var(--auth-card-bg);
    backdrop-filter: blur(5px);
}

/* Title */
.auth-card h3[b-bkrcb9su9c] {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

/* Form labels */
.auth-card[b-bkrcb9su9c]  .form-label.fw-semibold {
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.auth-card[b-bkrcb9su9c]  .form-label i {
    color: var(--gray-600);
}

/* Form controls */
.auth-card[b-bkrcb9su9c]  .form-control.rounded-2,
.auth-card[b-bkrcb9su9c]  .form-select.rounded-2 {
    border-color: var(--gray-300);
    padding: 0.75rem 1rem;
}

/* Validation messages */
.auth-card[b-bkrcb9su9c]  .validation-message {
    color: var(--danger-color);
    font-size: 0.8rem;
    margin-top: 0.25rem;
    display: block;
}

.auth-card[b-bkrcb9su9c]  .row.g-3 > [class*="col-"] > .form-label + .form-control + .validation-message,
.auth-card[b-bkrcb9su9c]  .row.g-3 > [class*="col-"] > .form-label + .form-select + .validation-message {
    margin-top: 0.25rem !important;
}

/* Alert danger in validation summary */
.auth-card[b-bkrcb9su9c]  .alert.alert-danger.shadow-sm.rounded-3 {
    border: none;
    font-size: 0.9rem;
    padding: 1rem;
}

/* Submit button */
.auth-card[b-bkrcb9su9c]  .btn.btn-primary.btn-lg.shadow-lg.rounded-pill.px-5 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.auth-card[b-bkrcb9su9c]  .btn .spinner-border-sm {
    margin-right: 0.5rem;
}

/* Loading indicator */
.auth-loading-indicator[b-bkrcb9su9c] {
    font-size: 1rem;
    font-weight: 500;
}


/* Result alerts */
.auth-card[b-bkrcb9su9c]  .alert.alert-danger.mt-4.shadow-sm.rounded-3,
.auth-card[b-bkrcb9su9c]  .alert.alert-success.mt-4.shadow-sm.rounded-3 {
    border: none;
    font-size: 1rem;
    padding: 1rem;
    display: flex;
    align-items: center;
}

.auth-card[b-bkrcb9su9c]  .alert i.bi {
    margin-right: 0.75rem;
    font-size: 1.1rem;
}

/* ── Mobile responsive ── */
@media (max-width: 575.98px) {
    .auth-card[b-bkrcb9su9c] {
        max-width: 100%;
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }

    .auth-card h3[b-bkrcb9su9c] {
        font-size: 1.25rem;
        word-break: break-word;
    }

    .auth-card[b-bkrcb9su9c]  .form-control.rounded-2,
    .auth-card[b-bkrcb9su9c]  .form-select.rounded-2 {
        padding: 0.6rem 0.75rem;
        font-size: 0.9rem;
    }
}
/* /Pages/Public/Auth/ResetPassword.razor.rz.scp.css */
/* ResetPassword.razor - CSS Isolation */

/* Auth card */
.auth-card[b-zfd0gszjji] {
    width: 100%;
    max-width: 400px;
    border: none;
    background-color: var(--auth-card-bg);
    backdrop-filter: blur(5px);
}

/* Title */
.auth-card h4[b-zfd0gszjji] {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

/* Form controls */
.auth-card[b-zfd0gszjji]  .form-control.rounded-2,
.auth-card[b-zfd0gszjji]  .input-group.shadow-sm.rounded-2 {
    border-color: var(--gray-300);
}

.auth-card[b-zfd0gszjji]  .input-group-text.border-end-0.bg-white {
    border-color: var(--gray-300);
}

.auth-card[b-zfd0gszjji]  .input-group-text i {
    color: var(--gray-600);
}

/* Validation messages */
.auth-card[b-zfd0gszjji]  .validation-message {
    color: var(--danger-color);
    font-size: 0.8rem;
    margin-top: 0.25rem;
    display: block;
}

/* Alert danger */
.auth-card[b-zfd0gszjji]  .alert.alert-danger.shadow-sm.rounded-3 {
    border: none;
    font-size: 0.9rem;
    padding: 1rem;
}

/* Submit button */
.auth-card[b-zfd0gszjji]  .btn.btn-primary.w-100.btn-lg.shadow.rounded-pill.mt-3.px-4 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.auth-card[b-zfd0gszjji]  .btn .spinner-border-sm {
    margin-right: 0.5rem;
}


/* Success alert */
.auth-card[b-zfd0gszjji]  .alert.alert-success.mt-4.shadow-sm.rounded-3 {
    border: none;
    font-size: 1rem;
    padding: 1rem;
    display: flex;
    align-items: center;
}

.auth-card[b-zfd0gszjji]  .alert i.bi {
    margin-right: 0.75rem;
    font-size: 1.1rem;
    color: var(--success-color);
}

/* Link hover */
.auth-card[b-zfd0gszjji]  .text-secondary.text-decoration-none:hover {
    text-decoration: underline !important;
    opacity: 0.8;
}

/* ── Mobile responsive ── */
@media (max-width: 575.98px) {
    .auth-card[b-zfd0gszjji] {
        max-width: 100%;
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }

    .auth-card h4[b-zfd0gszjji] {
        font-size: 1.15rem;
        word-break: break-word;
    }
}
/* /Pages/Public/Landing.razor.rz.scp.css */
/* Landing.razor - CSS Isolation */

/* ===== HERO SECTION ===== */
.hero-logo-main[b-9sayteakl5] {
    width: 300px;
}

.hero-heading[b-9sayteakl5] {
    letter-spacing: -0.02em;
}

.hero-trust-metrics[b-9sayteakl5] {
    font-size: 0.85rem;
    opacity: 0.85;
}

.hero-trust-metrics span[b-9sayteakl5] {
    display: inline-flex;
    align-items: center;
}

/* Hero services dropdown */
.hero-services-dropdown[b-9sayteakl5] {
    background: var(--landing-dropdown-bg);
    backdrop-filter: blur(20px) saturate(1.4);
    -webkit-backdrop-filter: blur(20px) saturate(1.4);
    border-radius: 1rem;
    min-width: 340px;
    animation: heroDropIn-b-9sayteakl5 0.25s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 20px 60px var(--black-alpha-40), 0 0 0 1px var(--white-alpha-8);
}

.hero-dd-grid[b-9sayteakl5] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.hero-dd-card[b-9sayteakl5] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.65rem 0.75rem;
    border-radius: 0.65rem;
    text-decoration: none;
    color: var(--white);
    transition: all 0.2s ease;
}

.hero-dd-card:hover[b-9sayteakl5] {
    background: var(--white-alpha-10);
    color: var(--white);
    transform: translateX(4px);
}

.hero-dd-card-icon[b-9sayteakl5] {
    width: 42px;
    height: 42px;
    border-radius: 0.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    padding: 0.35rem;
    background-color: var(--white-alpha-95) !important;
}

.hero-dd-logo[b-9sayteakl5] {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.hero-dd-card-text[b-9sayteakl5] {
    display: flex;
    flex-direction: column;
    min-width: 0;
    flex: 1;
}

.hero-dd-card-title[b-9sayteakl5] {
    font-weight: 600;
    font-size: 0.9rem;
    line-height: 1.2;
}

.hero-dd-card-sub[b-9sayteakl5] {
    font-size: 0.75rem;
    color: var(--white-alpha-50);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hero-dd-arrow[b-9sayteakl5] {
    font-size: 0.7rem;
    color: var(--white-alpha-30);
    transition: all 0.2s ease;
    flex-shrink: 0;
}

.hero-dd-card:hover .hero-dd-arrow[b-9sayteakl5] {
    color: var(--white-alpha-80);
    transform: translateX(2px);
}

.hero-dd-viewall[b-9sayteakl5] {
    display: block;
    text-align: center;
    padding: 0.6rem;
    margin-top: 0.5rem;
    border-top: 1px solid var(--white-alpha-8);
    color: var(--white-alpha-60);
    font-size: 0.8rem;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.2s ease;
}

.hero-dd-viewall:hover[b-9sayteakl5] {
    color: var(--white);
}

@keyframes heroDropIn-b-9sayteakl5 {
    from { opacity: 0; transform: translateY(-10px) scale(0.96); }
    to   { opacity: 1; transform: translateY(0) scale(1); }
}

.carousel-item-secondary[b-9sayteakl5] {
    background-color: var(--secondary-color);
}

.spinner-lg[b-9sayteakl5] {
    width: 3rem;
    height: 3rem;
}

.opacity-70[b-9sayteakl5] {
    opacity: 0.7;
}

.opacity-80[b-9sayteakl5] {
    opacity: 0.8;
}

/* ===== CONVENIOS ===== */
.convenios-section[b-9sayteakl5] {
    background-color: var(--white);
    overflow: hidden;
}

.convenios-marquee[b-9sayteakl5] {
    overflow: hidden;
    width: 50%;
    margin: 0 auto;
}

.convenios-track[b-9sayteakl5] {
    display: flex;
    align-items: center;
    gap: 4rem;
    width: max-content;
    animation: convenios-scroll-b-9sayteakl5 20s linear infinite;
}

.convenio-item[b-9sayteakl5] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 10px 1.5rem;
    flex-shrink: 0;
}

.convenio-logo[b-9sayteakl5] {
    height: 132px;
    width: 132px;
    object-fit: cover;
    border-radius: var(--border-radius-full);
    border: 3px solid var(--gray-200);
    background: var(--white);
}

.convenio-name[b-9sayteakl5] {
    font-size: 0.75rem;
    font-weight: 500;
    color: var(--gray-600);
    letter-spacing: 0.03em;
}

@keyframes convenios-scroll-b-9sayteakl5 {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* ===== SCROLLBAR ===== */
.scrollbar-thin[b-9sayteakl5] {
    scrollbar-width: thin;
}

/* ===== PRODUCT IMAGES ===== */
.product-img-sm[b-9sayteakl5] {
    height: 120px;
    width: 120px;
    object-fit: contain;
    border-radius: var(--border-radius-full);
    border: none;
    background: var(--white);
    padding: 8px;
    flex-shrink: 0;
}


.product-img-md[b-9sayteakl5] {
    height: 100px;
    width: 100px;
    object-fit: contain;
    border-radius: var(--border-radius-full);
    border: 2px solid var(--gray-200);
    background: var(--white);
    padding: 10px;
    flex-shrink: 0;
}

/* ===== CAROUSEL INDICATORS ===== */
.carousel-indicator-dot[b-9sayteakl5] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--primary-color);
}

.indicators-inline[b-9sayteakl5] {
    bottom: auto;
}

/* ===== EMPTY STATES ===== */
.empty-state-container[b-9sayteakl5] {
    background-color: var(--light-bg);
    border-radius: var(--border-radius-lg);
}

/* ===== SKELETON LOADING ===== */
.skeleton[b-9sayteakl5] {
    background-color: var(--gray-200);
    border-radius: var(--border-radius);
    animation: skeleton-pulse-b-9sayteakl5 1.5s ease-in-out infinite;
}

.skeleton-img[b-9sayteakl5] {
    width: 100px;
    height: 100px;
    border-radius: var(--border-radius-lg);
    margin: 0 auto;
}

.skeleton-banner[b-9sayteakl5] {
    width: 100%;
    height: 200px;
    border-radius: var(--border-radius-lg);
}

.skeleton-title[b-9sayteakl5] {
    width: 60%;
    height: 20px;
}

.skeleton-text[b-9sayteakl5] {
    width: 90%;
    height: 14px;
}

.skeleton-text-short[b-9sayteakl5] {
    width: 40%;
    height: 14px;
}

.skeleton-btn[b-9sayteakl5] {
    width: 120px;
    height: 36px;
    border-radius: var(--border-radius-full);
}

@keyframes skeleton-pulse-b-9sayteakl5 {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.4;
    }
    100% {
        opacity: 1;
    }
}

/* ===== DARK TESTIMONIALS ===== */
.testimonials-dark-section[b-9sayteakl5] {
    background-color: var(--gray-100);
}

.testimonials-dark-section .carousel-control-prev-icon[b-9sayteakl5],
.testimonials-dark-section .carousel-control-next-icon[b-9sayteakl5] {
    filter: none;
    width: 2rem;
    height: 2rem;
}

.testimonials-dark-section .carousel-control-prev-icon[b-9sayteakl5] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%231a73e8'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.testimonials-dark-section .carousel-control-next-icon[b-9sayteakl5] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%231a73e8'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

/* ===== TEAM GRAYSCALE ===== */
.team-grayscale[b-9sayteakl5] {
    filter: grayscale(1);
    transition: all 0.4s ease;
}

.team-photo-wrapper:hover .team-grayscale[b-9sayteakl5] {
    filter: grayscale(0);
    transform: scale(1.05);
}

.team-social-links[b-9sayteakl5] {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    opacity: 0;
    transform: translateY(8px);
    transition: all 0.3s ease;
}

.team-member-card:hover .team-social-links[b-9sayteakl5] {
    opacity: 1;
    transform: translateY(0);
}

.team-social-icon[b-9sayteakl5] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: var(--primary-color);
    color: var(--white) !important;
    text-decoration: none !important;
    font-size: 0.85rem;
    transition: all 0.2s ease;
}

.team-social-icon:hover[b-9sayteakl5] {
    background-color: var(--primary-hover);
    transform: scale(1.1);
}

/* Compact course button */
[b-9sayteakl5] .btn-curso-compact {
    padding: 0.42rem 1.5rem;
    font-size: 0.9rem;
}

/* ===== STICKY MOBILE CTA ===== */
.sticky-mobile-cta[b-9sayteakl5] {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1045;
    box-shadow: 0 -4px 12px var(--black-alpha-15);
    padding-bottom: env(safe-area-inset-bottom, 0px);
}

.sticky-mobile-cta .btn[b-9sayteakl5] {
    font-size: 0.9rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

/* ===== SCROLL REVEAL ANIMATIONS ===== */
[data-reveal][b-9sayteakl5] {
    opacity: 0;
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

[data-reveal="fade-up"][b-9sayteakl5] {
    transform: translateY(30px);
}

[data-reveal="fade-left"][b-9sayteakl5] {
    transform: translateX(30px);
}

[data-reveal="fade-right"][b-9sayteakl5] {
    transform: translateX(-30px);
}

[data-reveal="zoom-in"][b-9sayteakl5] {
    transform: scale(0.9);
}

[data-reveal].revealed[b-9sayteakl5] {
    opacity: 1;
    transform: translateY(0) translateX(0) scale(1);
}

[data-reveal-child][b-9sayteakl5] {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

[data-reveal-child].revealed[b-9sayteakl5] {
    opacity: 1;
    transform: translateY(0);
}

/* ===== MODAL ===== */
/* Promo modal */
.modal-promo-header[b-9sayteakl5] {
    background: var(--modal-promo-primary, #0f70b7);
    color: #fff;
}

.promo-modal-content[b-9sayteakl5] {
    background: linear-gradient(135deg, #1a0a28 0%, #0d0620 100%);
    color: #fff;
}

.promo-modal-content h3[b-9sayteakl5] {
    color: #fff;
}

.promo-modal-content .text-muted[b-9sayteakl5] {
    color: rgba(255, 255, 255, 0.7) !important;
}

.promo-modal-banner img[b-9sayteakl5] {
    max-height: 280px;
    object-fit: cover;
    width: 100%;
}

.promo-modal-bundle[b-9sayteakl5] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
    padding: 1.5rem 0;
    animation: modalHeartbeat-b-9sayteakl5 2s ease-in-out infinite;
}

@keyframes modalHeartbeat-b-9sayteakl5 {
    0%, 100% { transform: scale(1); }
    15% { transform: scale(1.06); }
    30% { transform: scale(1); }
    45% { transform: scale(1.04); }
    60% { transform: scale(1); }
}

.promo-modal-qty[b-9sayteakl5] {
    font-size: 2.5rem;
    font-weight: 900;
    color: #fff;
    line-height: 1.1;
}

.promo-modal-connector[b-9sayteakl5] {
    font-size: 1.3rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.2;
}

.promo-modal-price[b-9sayteakl5] {
    font-size: 3.5rem;
    font-weight: 900;
    color: var(--modal-promo-accent, #d4a843);
    text-shadow: 0 0 15px rgba(212, 168, 67, 0.4), 0 0 40px rgba(212, 168, 67, 0.2);
    line-height: 1;
    animation: modalPriceGlow-b-9sayteakl5 3s ease-in-out infinite;
}

@keyframes modalPriceGlow-b-9sayteakl5 {
    0%, 100% { text-shadow: 0 0 10px rgba(212, 168, 67, 0.3); }
    50% { text-shadow: 0 0 25px rgba(212, 168, 67, 0.7), 0 0 50px rgba(212, 168, 67, 0.3); }
}

.promo-modal-qty[b-9sayteakl5] {
    color: #fff;
}

.promo-modal-connector[b-9sayteakl5] {
    color: rgba(255, 255, 255, 0.7);
}

.promo-modal-urgency[b-9sayteakl5] {
    font-size: 1rem;
    font-weight: 700;
    color: var(--modal-promo-accent, #d4a843);
    animation: promoModalPulse-b-9sayteakl5 2s ease-in-out infinite;
}

.promo-modal-qty[b-9sayteakl5] {
    color: #fff;
}

.promo-modal-connector[b-9sayteakl5] {
    color: rgba(255, 255, 255, 0.7);
}

@keyframes promoModalPulse-b-9sayteakl5 {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.6; }
}

.course-banner-modal[b-9sayteakl5] {
    max-height: 360px;
    object-fit: cover;
    object-position: top;
    width: 100%;
}

.curso-en-vivo-badge[b-9sayteakl5] {
    font-size: 0.7rem;
    letter-spacing: 0.05em;
    padding: 0.3em 0.6em;
    animation: en-vivo-pulse-b-9sayteakl5 1.5s ease-in-out infinite;
    white-space: nowrap;
}

@keyframes en-vivo-pulse-b-9sayteakl5 {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.6; }
}

/* ===== RESPONSIVE ===== */
@media (max-width: 767.98px) {
    .hero-logo-main[b-9sayteakl5] {
        width: 200px;
    }

    .hero-services-dropdown[b-9sayteakl5] {
        min-width: 280px;
        max-width: calc(100vw - 2rem);
    }

    .convenios-marquee[b-9sayteakl5] {
        width: 85%;
    }

    .convenio-logo[b-9sayteakl5] {
        height: 90px;
        width: 90px;
    }

    .sticky-mobile-cta[b-9sayteakl5] {
        bottom: 0;
    }
}

@media (max-width: 575.98px) {
    .hero-heading[b-9sayteakl5] {
        font-size: 1.4rem;
        word-break: break-word;
        overflow-wrap: break-word;
        hyphens: auto;
    }

    .hero-logo-main[b-9sayteakl5] {
        width: 160px;
    }

    .hero-trust-metrics[b-9sayteakl5] {
        font-size: 0.7rem;
        gap: 0.4rem !important;
        flex-direction: column;
        align-items: center;
    }

    .hero-services-dropdown[b-9sayteakl5] {
        min-width: 0;
        max-width: calc(100vw - 2rem);
        width: calc(100vw - 2rem);
        border-radius: 0.75rem;
    }

    .hero-dd-card[b-9sayteakl5] {
        padding: 0.5rem 0.6rem;
        gap: 0.5rem;
    }

    .hero-dd-card-icon[b-9sayteakl5] {
        width: 36px;
        height: 36px;
    }

    .hero-dd-card-title[b-9sayteakl5] {
        font-size: 0.8rem;
    }

    .hero-dd-card-sub[b-9sayteakl5] {
        font-size: 0.7rem;
        white-space: normal;
        overflow: visible;
        text-overflow: unset;
    }

    .convenios-marquee[b-9sayteakl5] {
        width: 100%;
    }

    .convenio-logo[b-9sayteakl5] {
        height: 72px;
        width: 72px;
    }

    .convenios-track[b-9sayteakl5] {
        gap: 2rem;
    }

    .convenio-item[b-9sayteakl5] {
        padding: 8px 0.75rem;
    }

    .convenio-name[b-9sayteakl5] {
        font-size: 0.6rem;
    }

    .product-img-sm[b-9sayteakl5] {
        height: 90px;
        width: 90px;
    }

    .product-img-md[b-9sayteakl5] {
        height: 72px;
        width: 72px;
    }
}

/* Extra-small screens (320px) */
@media (max-width: 359.98px) {
    .hero-heading[b-9sayteakl5] {
        font-size: 1.2rem;
    }

    .hero-logo-main[b-9sayteakl5] {
        width: 130px;
    }

    .hero-trust-metrics[b-9sayteakl5] {
        font-size: 0.65rem;
    }

    .hero-dd-card-title[b-9sayteakl5] {
        font-size: 0.75rem;
    }

    .convenio-logo[b-9sayteakl5] {
        height: 60px;
        width: 60px;
    }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
    [data-reveal][b-9sayteakl5],
    [data-reveal-child][b-9sayteakl5] {
        opacity: 1;
        transform: none;
        transition: none;
    }

    .skeleton[b-9sayteakl5] {
        animation: none;
    }

    .convenios-track[b-9sayteakl5] {
        animation: none;
    }
}
/* /Pages/Public/PlantillaServicio/CursoDetalleLanding.razor.rz.scp.css */
/* CursoDetalleLanding.razor - CSS Isolation */
/* Service theme overrides now in base.css */

/* Page wrapper — prevent horizontal overflow on mobile */
.service-theme[b-z70ifehzdg] {
    overflow-x: hidden;
}

/* Cursos recomendados flechas — estilos en base.css (.recomendados-arrow) */

/* Hero overlay + text readability */
.curso-detalle-hero-overlay[b-z70ifehzdg] {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    z-index: 0;
}

.curso-detalle-hero[b-z70ifehzdg] {
    min-height: 40vh;
}

.curso-detalle-hero-content[b-z70ifehzdg] {
    position: relative;
    z-index: 1;
}

.curso-detalle-hero[b-z70ifehzdg]  .breadcrumb-item a,
.curso-detalle-hero[b-z70ifehzdg]  .breadcrumb-item.active,
.curso-detalle-hero[b-z70ifehzdg]  h1 {
    text-shadow: 0 1px 4px var(--black-alpha-60);
    word-break: break-word;
}

/* Course banner image — completa, proporción mantenida, altura limitada */
.course-banner-img[b-z70ifehzdg] {
    width: 100%;
    max-height: 600px;
    object-fit: contain;
    object-position: left;
}

/* Temario image — mostrar completa sin recorte */
.temario-img[b-z70ifehzdg] {
    width: 60%;
    height: auto;
    object-fit: contain;
    margin: 0 auto;
    display: block;
}

/* QR Yape */
.yape-qr-detail[b-z70ifehzdg] {
    width: 200px;
    height: auto;
    display: block;
    margin: 0 auto;
}

@media (max-width: 575.98px) {
    .yape-qr-detail[b-z70ifehzdg] {
        width: 160px;
    }
}

/* Card margin top */
.card-mt-32[b-z70ifehzdg] {
    margin-top: 32px;
}

/* Syllabus pre formatting */
.syllabus-text[b-z70ifehzdg] {
    font-family: inherit;
    line-height: 1.5;
    font-size: 0.9rem;
    color: #333;
    tab-size: 2;
}

.syllabus-text ul[b-z70ifehzdg],
.syllabus-text ol[b-z70ifehzdg] {
    padding-left: 1.2rem;
    margin-bottom: 0.4rem;
}

.syllabus-text li[b-z70ifehzdg] {
    margin-bottom: 0.15rem;
    padding-left: 0.2rem;
}

.syllabus-text p[b-z70ifehzdg] {
    margin-bottom: 0.35rem;
}

.syllabus-text br + br[b-z70ifehzdg] {
    display: none;
}

.syllabus-text b[b-z70ifehzdg],
.syllabus-text strong[b-z70ifehzdg] {
    font-weight: 700;
    color: #1a1a2e;
}

/* Speaker photo */
.speaker-photo[b-z70ifehzdg] {
    width: 150px;
    height: 150px;
    object-fit: cover;
}

/* Sticky card */
.card-sticky[b-z70ifehzdg] {
    top: 70px;
}

.card-sticky h2[b-z70ifehzdg] {
    border: none !important;
    border-bottom: none !important;
    text-decoration: none !important;
}

.card-sticky .text-center[b-z70ifehzdg] {
    border: none !important;
}

@media (max-width: 991.98px) {
    .card-sticky[b-z70ifehzdg] {
        position: relative !important;
        top: auto;
    }
}

/* Card margin top for schedule */
.card-mt-80[b-z70ifehzdg] {
    margin-top: 80px;
}

/* Payment method icon circles */
.payment-icon-circle[b-z70ifehzdg] {
    width: 36px;
    height: 36px;
}

.payment-icon-yape[b-z70ifehzdg] {
    background-color: var(--yape-color);
}

.payment-icon-bcp[b-z70ifehzdg] {
    background-color: var(--bank-bcp-color);
}

.payment-icon-ibk[b-z70ifehzdg] {
    background-color: var(--bank-ibk-alt-color);
}

.payment-icon-plin[b-z70ifehzdg] {
    background-color: var(--plin-color);
}

/* Course status badges */
.pulse-live[b-z70ifehzdg] {
    animation: pulse-glow 1.5s ease-in-out infinite;
}

/* WhatsApp channel card */
.whatsapp-channel-card[b-z70ifehzdg] {
    background: linear-gradient(135deg, color-mix(in srgb, var(--service-color) 10%, #fff) 0%, color-mix(in srgb, var(--service-color) 5%, #fff) 100%);
    border-top: 3px solid var(--service-color);
}

.whatsapp-channel-icon[b-z70ifehzdg] {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: var(--service-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: var(--white);
}

.whatsapp-channel-btn[b-z70ifehzdg] {
    background-color: var(--service-color);
    border-color: var(--service-color);
    color: var(--white);
    white-space: nowrap;
}

.whatsapp-channel-btn:hover[b-z70ifehzdg] {
    filter: brightness(0.9);
    color: var(--white);
}

/* ── Mobile responsive ── */
@media (max-width: 767.98px) {
    /* Show only 1 course card per slide on mobile */
    [b-z70ifehzdg] .carousel-item .row > .col-md-4:nth-child(n+2) {
        display: none;
    }

    .course-card-img[b-z70ifehzdg] {
        height: 140px;
    }

    .course-banner-img[b-z70ifehzdg] {
        width: 100%;
        height: auto;
    }

    .speaker-photo[b-z70ifehzdg] {
        width: 100px;
        height: 100px;
    }

    /* Hero on mobile */
    .curso-detalle-hero[b-z70ifehzdg] {
        min-height: auto;
    }

    .curso-detalle-hero-content[b-z70ifehzdg] {
        padding: 4rem 1rem 1.5rem;
    }

    /* Hero title — prevent overflow */
    [b-z70ifehzdg] .display-5 {
        font-size: 1.5rem;
        word-break: break-word;
        overflow-wrap: break-word;
    }

    /* Hero badges — wrap and constrain */
    .curso-detalle-hero[b-z70ifehzdg]  .badge {
        font-size: 0.8rem;
        max-width: 90vw;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    /* Reduce excessive spacing */
    .card-mt-80[b-z70ifehzdg] {
        margin-top: 24px;
    }

    .card-mt-32[b-z70ifehzdg] {
        margin-top: 16px;
    }

    /* Breadcrumb — allow wrapping */
    .breadcrumb-course-name[b-z70ifehzdg] {
        max-width: none;
        white-space: normal;
        word-break: break-word;
    }

    [b-z70ifehzdg] .breadcrumb {
        font-size: 0.82rem;
        flex-wrap: wrap;
    }

    /* WhatsApp buy button — prevent text overflow */
    .curso-detalle-hero-content[b-z70ifehzdg]  .btn-lg,
    [b-z70ifehzdg] .btn-lg.w-100 {
        font-size: 0.95rem;
        padding: 0.65rem 1rem;
        word-break: break-word;
    }

    /* Recommended courses header stack */
    [b-z70ifehzdg] .d-flex.justify-content-between.align-items-center.mb-4 {
        flex-direction: column;
        gap: 0.75rem;
        text-align: center;
    }

    /* WhatsApp channel card — compact */
    .whatsapp-channel-icon[b-z70ifehzdg] {
        width: 44px;
        height: 44px;
        font-size: 1.2rem;
    }
}

/* ── Extra-small screens ── */
@media (max-width: 575.98px) {
    .curso-detalle-hero[b-z70ifehzdg] {
        min-height: auto;
    }

    .curso-detalle-hero-content[b-z70ifehzdg] {
        padding: 3.5rem 0.75rem 1.25rem;
    }

    /* Hero title — smaller on extra-small */
    [b-z70ifehzdg] .display-5 {
        font-size: 1.2rem;
        word-break: break-word;
        overflow-wrap: break-word;
        line-height: 1.3;
    }

    /* Hero badges — compact */
    .curso-detalle-hero[b-z70ifehzdg]  .badge {
        font-size: 0.7rem;
        padding: 0.25rem 0.5rem;
    }

    /* Breadcrumb */
    .breadcrumb-course-name[b-z70ifehzdg] {
        max-width: none;
        white-space: normal;
    }

    [b-z70ifehzdg] .breadcrumb {
        font-size: 0.75rem;
    }

    /* Reduce card padding */
    [b-z70ifehzdg] .card.p-4 {
        padding: 1rem !important;
    }

    .card-mt-80[b-z70ifehzdg] {
        margin-top: 16px;
    }

    .card-mt-32[b-z70ifehzdg] {
        margin-top: 10px;
    }

    /* Buttons — prevent overflow */
    [b-z70ifehzdg] .btn-lg {
        font-size: 0.85rem;
        padding: 0.6rem 0.75rem;
    }

    [b-z70ifehzdg] .btn.rounded-pill.px-4 {
        padding-left: 1rem;
        padding-right: 1rem;
        font-size: 0.85rem;
    }

    /* Payment icons row — tighter */
    .payment-icon-circle[b-z70ifehzdg] {
        width: 28px;
        height: 28px;
    }

    /* Speaker photo — even smaller */
    .speaker-photo[b-z70ifehzdg] {
        width: 80px;
        height: 80px;
    }

    /* WhatsApp channel card — compact */
    .whatsapp-channel-icon[b-z70ifehzdg] {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }

    .whatsapp-channel-btn[b-z70ifehzdg] {
        font-size: 0.85rem;
        padding: 0.5rem 1rem;
    }

    /* Course banner — constrain height */
    .course-banner-img[b-z70ifehzdg] {
        max-height: 250px;
    }
}
/* /Pages/Public/PlantillaServicio/CursoLanding.razor.rz.scp.css */
/* CursoLanding.razor - CSS Isolation */

/* Page wrapper - prevent horizontal overflow */
.service-theme[b-e6xlgox5a3] {
    overflow-x: hidden;
}

/* Course card images */
.course-card-img[b-e6xlgox5a3] {
    height: 180px;
    object-fit: cover;
}

.course-this-week[b-e6xlgox5a3] {
    border: 2px solid #198754 !important;
    box-shadow: 0 0 0 1px rgba(25, 135, 84, 0.15), 0 4px 12px rgba(25, 135, 84, 0.1) !important;
}

/* ── Tablet screens (max 767.98px) ── */
@media (max-width: 767.98px) {
    /* Hero section */
    [b-e6xlgox5a3] section.d-flex.align-items-center {
        min-height: 35vh !important;
    }

    [b-e6xlgox5a3] section.d-flex.align-items-center .container {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    [b-e6xlgox5a3] .display-5 {
        font-size: 1.5rem;
        word-break: break-word;
        overflow-wrap: break-word;
    }

    [b-e6xlgox5a3] .lead {
        font-size: 0.9rem;
    }

    [b-e6xlgox5a3] section.d-flex.align-items-center p {
        font-size: 0.9rem;
        max-width: 100%;
    }

    /* Course card image smaller */
    .course-card-img[b-e6xlgox5a3] {
        height: 140px;
    }

    /* Course cards: 2 per row on tablets */
    [b-e6xlgox5a3] .col-md-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    /* Filter sidebar compact */
    [b-e6xlgox5a3] .card.border-0.shadow-sm {
        padding: 1rem !important;
    }

    /* Pagination compact */
    [b-e6xlgox5a3] .pagination .page-link {
        padding: 0.35rem 0.6rem;
        font-size: 0.85rem;
    }
}

/* ── Extra-small screens (max 575.98px) ── */
@media (max-width: 575.98px) {
    /* Hero section */
    [b-e6xlgox5a3] section.d-flex.align-items-center {
        min-height: auto !important;
        padding-top: 4rem !important;
        padding-bottom: 2rem !important;
    }

    [b-e6xlgox5a3] section.d-flex.align-items-center .container {
        padding-left: 1rem;
        padding-right: 1rem;
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    [b-e6xlgox5a3] .display-5 {
        font-size: 1.25rem;
        word-break: break-word;
        overflow-wrap: break-word;
        line-height: 1.3;
    }

    [b-e6xlgox5a3] .lead {
        font-size: 0.85rem;
        line-height: 1.4;
    }

    [b-e6xlgox5a3] section.d-flex.align-items-center p.mb-0 {
        font-size: 0.8rem;
        line-height: 1.5;
    }

    /* Row inside hero: remove gutters */
    [b-e6xlgox5a3] section.d-flex.align-items-center .row {
        margin-left: 0;
        margin-right: 0;
    }

    [b-e6xlgox5a3] section.d-flex.align-items-center .col-lg-7 {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    /* Course cards: 1 per row on phones */
    [b-e6xlgox5a3] .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .course-card-img[b-e6xlgox5a3] {
        height: 160px;
    }

    /* Card body compact */
    [b-e6xlgox5a3] .card-body {
        padding: 0.75rem;
    }

    [b-e6xlgox5a3] .card-body h5 {
        font-size: 0.95rem;
    }

    [b-e6xlgox5a3] .card-body .badge {
        font-size: 0.7rem;
    }

    /* Price and button row: prevent overflow */
    [b-e6xlgox5a3] .card-body .mt-auto {
        flex-wrap: wrap;
        gap: 0.5rem;
    }

    [b-e6xlgox5a3] .card-body .fw-bold.text-primary {
        font-size: 0.85rem;
    }

    [b-e6xlgox5a3] .card-body .btn-sm {
        font-size: 0.75rem;
        padding: 0.3rem 0.6rem;
        white-space: nowrap;
    }

    /* Filter section compact */
    [b-e6xlgox5a3] section.py-5.bg-white {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    [b-e6xlgox5a3] section.py-5.bg-white > .container {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }

    /* Results count and pagination badge */
    [b-e6xlgox5a3] .d-flex.justify-content-between.align-items-center.mb-3 {
        flex-direction: column;
        gap: 0.5rem;
        align-items: flex-start !important;
    }

    [b-e6xlgox5a3] .d-flex.justify-content-between.align-items-center.mb-3 p {
        font-size: 0.8rem;
    }

    /* Pagination compact */
    [b-e6xlgox5a3] .pagination .page-link {
        padding: 0.25rem 0.5rem;
        font-size: 0.8rem;
    }

    /* Loading state text */
    [b-e6xlgox5a3] .fs-4 {
        font-size: 1rem !important;
    }
}
/* /Pages/Public/PlantillaServicio/CursoLandingPublicidad.razor.rz.scp.css */
/* CursoLandingPublicidad.razor - CSS Isolation */

.landing-page[b-7fivdbwu75] {
    background-color: var(--gray-100);
    min-height: 100vh;
    overflow-x: hidden;
}

/* Header - Moderno con glassmorphism */
.landing-header[b-7fivdbwu75] {
    background: var(--black-alpha-25);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    padding: 0.75rem 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    border-bottom: 1px solid var(--white-alpha-10);
}

.header-logo[b-7fivdbwu75] {
    max-height: 81px;
    height: 68px;
    object-fit: contain;
    padding: 0.35rem 0.6rem;
    background: var(--white-alpha-95);
    border-radius: var(--border-radius-lg);
    transition: transform var(--transition-normal);
}

.header-logo:hover[b-7fivdbwu75] {
    transform: scale(1.05);
}

@media (max-width: 768px) {
    .header-logo[b-7fivdbwu75] {
        max-height: 60px;
        height: 51px;
    }
}

/* Hero Section - Pantalla completa con imagen de fondo */
.hero-section[b-7fivdbwu75] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 100px;
    padding-bottom: 0;
}

.hero-overlay[b-7fivdbwu75] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--hero-overlay-bg);
    z-index: 1;
}

.hero-content[b-7fivdbwu75] {
    position: relative;
    z-index: 2;
    text-align: center;
    color: var(--white);
    padding: 2rem;
    width: 100%;
}

.hero-badge[b-7fivdbwu75] {
    background: var(--service-color);
    color: var(--white);
    padding: 1rem 3rem;
    border-radius: var(--border-radius-full);
    font-size: 1.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    display: inline-block;
    margin-bottom: 2rem;
}

@media (max-width: 768px) {
    .hero-badge[b-7fivdbwu75] {
        font-size: 1.25rem;
        padding: 0.75rem 2rem;
        letter-spacing: 2px;
    }
}

.hero-title[b-7fivdbwu75] {
    font-size: 3.5rem;
    font-weight: 800;
    margin: 1.5rem 0;
    line-height: 1.2;
    text-shadow: 2px 2px 4px var(--black-alpha-30);
    word-break: break-word;
    overflow-wrap: break-word;
}

@media (max-width: 768px) {
    .hero-title[b-7fivdbwu75] {
        font-size: 2rem;
    }
}

.transmission-description[b-7fivdbwu75] {
    font-size: 0.95rem;
    color: var(--gray-600);
    margin: -1rem 0 2rem;
    line-height: 1.6;
    text-align: center;
}

/* Countdown label */
.countdown-event-label[b-7fivdbwu75] {
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 1.1rem;
}

/* Countdown dentro del Hero */
.countdown-hero[b-7fivdbwu75] {
    margin-top: 3rem;
    padding: 2rem;
    background: var(--white-alpha-15);
    backdrop-filter: blur(10px);
    border-radius: var(--border-radius-2xl);
    display: inline-block;
}

.countdown-wrapper[b-7fivdbwu75] {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.countdown-item[b-7fivdbwu75] {
    text-align: center;
    min-width: 80px;
}

.countdown-number[b-7fivdbwu75] {
    font-size: 3.5rem;
    font-weight: 800;
    color: var(--white);
    line-height: 1;
    text-shadow: 2px 2px 4px var(--black-alpha-30);
}

.countdown-label[b-7fivdbwu75] {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.9);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 0.5rem;
}

.countdown-expired[b-7fivdbwu75] {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--white);
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 1rem 2rem;
    background: var(--danger-alpha-80);
    border-radius: 12px;
    animation: pulse-glow 1.5s ease-in-out infinite;
}

@media (max-width: 768px) {
    .countdown-number[b-7fivdbwu75] {
        font-size: 2.5rem;
    }

    .countdown-item[b-7fivdbwu75] {
        min-width: 60px;
    }

    .countdown-wrapper[b-7fivdbwu75] {
        gap: 1rem;
    }
}

/* Hero compacto para pantallas de altura reducida (laptops 1366x768, etc.) */
@media (max-height: 800px) {
    .hero-section[b-7fivdbwu75] {
        padding-top: 90px;
    }

    .hero-content[b-7fivdbwu75] {
        padding: 1rem 2rem;
    }

    .hero-badge[b-7fivdbwu75] {
        font-size: 1.25rem;
        padding: 0.6rem 2rem;
        margin-bottom: 1rem;
    }

    .hero-title[b-7fivdbwu75] {
        font-size: 2.25rem;
        margin: 0.75rem 0;
    }

    .countdown-hero[b-7fivdbwu75] {
        margin-top: 1.5rem;
        padding: 1.25rem;
    }

    .countdown-number[b-7fivdbwu75] {
        font-size: 2.5rem;
    }

    .countdown-event-label[b-7fivdbwu75] {
        font-size: 0.95rem;
    }
}

/* Hero CTA Button - Pegado al fondo del hero */
.hero-cta-btn[b-7fivdbwu75] {
    display: block;
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 1.25rem 2.5rem;
    margin-top: auto;
    background: var(--service-color);
    color: var(--white);
    font-size: 1.2rem;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: 1px;
    transition: all var(--transition-normal);
    text-align: center;
    box-shadow: 0 -2px 20px var(--black-alpha-30);
    animation: ctaPulse-b-7fivdbwu75 2s ease-in-out 3;
}

.hero-cta-btn:hover[b-7fivdbwu75] {
    opacity: 0.92;
    color: var(--white);
}

@keyframes ctaPulse-b-7fivdbwu75 {
    0%, 100% { box-shadow: 0 -2px 20px rgba(0, 0, 0, 0.3); }
    50% { box-shadow: 0 -2px 30px rgba(0, 0, 0, 0.5); }
}

@media (max-width: 768px) {
    .hero-cta-btn[b-7fivdbwu75] {
        font-size: 0.95rem;
        padding: 1rem 1.5rem;
        letter-spacing: 0.5px;
    }
}

/* Syllabus/Temario - Columnas dinamicas */
.syllabus-section[b-7fivdbwu75] {
    background: var(--white);
    padding: 4rem 0;
}

.section-title[b-7fivdbwu75] {
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--gray-800);
    margin-bottom: 2rem;
    text-align: center;
}

.section-title-icon[b-7fivdbwu75] {
    color: var(--service-color);
}

[b-7fivdbwu75] .syllabus-section > .container {
    max-width: 70vw;
}

.syllabus-columns-container[b-7fivdbwu75] {
    display: flex;
    gap: 2rem;
    justify-content: center;
}

.syllabus-column[b-7fivdbwu75] {
    flex: 1 1 0;
    min-width: 0;
    max-width: 600px;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

@media (max-width: 768px) {
    [b-7fivdbwu75] .syllabus-section > .container {
        max-width: 100%;
    }

    .syllabus-columns-container[b-7fivdbwu75] {
        flex-direction: column;
        align-items: center;
    }

    .syllabus-column[b-7fivdbwu75] {
        max-width: 100%;
        width: 100%;
    }
}

/* Fallback para temario simple (del curso) */
.syllabus-grid[b-7fivdbwu75] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

@media (max-width: 768px) {
    .syllabus-grid[b-7fivdbwu75] {
        grid-template-columns: 1fr;
    }
}

.syllabus-item[b-7fivdbwu75] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.4rem 0.75rem;
}

.syllabus-icon[b-7fivdbwu75] {
    width: 22px;
    height: 22px;
    background: var(--service-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.syllabus-icon i[b-7fivdbwu75] {
    color: var(--white);
    font-size: 0.7rem;
}

.syllabus-text[b-7fivdbwu75] {
    font-size: 0.9rem;
    line-height: 1.4;
    color: var(--gray-800);
}

/* Speaker/Ponente */
.speaker-section[b-7fivdbwu75] {
    background: var(--gray-100);
    padding: 4rem 0;
}

.speaker-card[b-7fivdbwu75] {
    background: var(--white);
    border-radius: var(--border-radius-2xl);
    padding: 2rem;
    box-shadow: var(--shadow-md);
}

.speaker-photo[b-7fivdbwu75] {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid var(--service-color);
}

.speaker-name[b-7fivdbwu75] {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--gray-800);
    margin: 1rem 0 0.5rem;
}

.speaker-description[b-7fivdbwu75] {
    color: var(--gray-600);
    font-size: 0.95rem;
    line-height: 1.6;
    text-align: left;
}

.speaker-cta-btn[b-7fivdbwu75] {
    margin-top: 1.5rem;
    border-radius: var(--border-radius-xl);
    width: 100%;
}

.entries-cta-btn[b-7fivdbwu75] {
    margin-top: 2rem;
    border-radius: var(--border-radius-xl);
}

/* Entradas/Entries */
.entries-section[b-7fivdbwu75] {
    background: var(--white);
    padding: 4rem 0;
}

.entry-card[b-7fivdbwu75] {
    border-radius: var(--border-radius-2xl);
    padding: 2rem;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.entry-general[b-7fivdbwu75] {
    background: var(--gray-100);
    border: 2px solid var(--gray-300);
}

.entry-vip[b-7fivdbwu75] {
    background: var(--service-color);
    color: var(--white);
}

.entry-badge[b-7fivdbwu75] {
    position: absolute;
    top: -5px;
    right: 20px;
    background: var(--warning-color);
    color: var(--gray-800);
    padding: 0.25rem 1rem;
    font-size: 0.75rem;
    font-weight: 700;
    border-radius: 0 0 var(--border-radius) var(--border-radius);
}

.entry-title[b-7fivdbwu75] {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.entry-subtitle[b-7fivdbwu75] {
    font-size: 0.875rem;
    opacity: 0.8;
    margin-bottom: 1.5rem;
}

.entry-price[b-7fivdbwu75] {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
}

.entry-price-service-color[b-7fivdbwu75] {
    color: var(--service-color);
}

.entry-price-old[b-7fivdbwu75] {
    text-decoration: line-through;
    opacity: 0.6;
    font-size: 1.25rem;
    margin-right: 0.5rem;
}

.entry-vacantes[b-7fivdbwu75] {
    background: var(--white-alpha-20);
    padding: 0.5rem 1rem;
    border-radius: var(--border-radius);
    font-size: 0.875rem;
    margin-bottom: 1.5rem;
    display: inline-block;
}

.benefit-list[b-7fivdbwu75] {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0;
}

.benefit-item[b-7fivdbwu75] {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    font-size: 0.95rem;
}

.benefit-icon[b-7fivdbwu75] {
    width: 20px;
    height: 20px;
    background: var(--success-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 2px;
}

.benefit-icon i[b-7fivdbwu75] {
    color: var(--white);
    font-size: 0.65rem;
}

.entry-vip .benefit-icon[b-7fivdbwu75] {
    background: var(--white-alpha-30);
}

.benefit-icon-excluded[b-7fivdbwu75] {
    background: var(--danger-color, #dc3545) !important;
}

.entry-vip .benefit-icon-excluded[b-7fivdbwu75] {
    background: var(--danger-alpha-70) !important;
}

.btn-inscribirse[b-7fivdbwu75] {
    width: 100%;
    padding: 1rem;
    font-size: 1rem;
    font-weight: 700;
    border-radius: var(--border-radius-lg);
    border: none;
    cursor: pointer;
    transition: all var(--transition-normal);
}

.btn-general[b-7fivdbwu75] {
    background: var(--service-color);
    color: var(--white);
}

.btn-general:hover[b-7fivdbwu75] {
    background: var(--service-color);
    opacity: 0.9;
    color: var(--white);
}

.btn-vip[b-7fivdbwu75] {
    background: var(--white);
    color: var(--service-color);
}

.btn-sub-text[b-7fivdbwu75] {
    font-size: 0.8rem;
    font-weight: 500;
    opacity: 0.85;
    margin-top: 2px;
}

.btn-vip:hover[b-7fivdbwu75] {
    background: var(--gray-100);
    color: var(--service-color);
}

/* Transmision */
.transmission-section[b-7fivdbwu75] {
    background: var(--gray-100);
    padding: 4rem 0;
}

[b-7fivdbwu75] .transmission-section > .container {
    max-width: 70vw;
}

@media (max-width: 768px) {
    [b-7fivdbwu75] .transmission-section > .container {
        max-width: 100%;
    }
}

.transmission-card[b-7fivdbwu75] {
    background: var(--white);
    border-radius: var(--border-radius-xl);
    padding: 2rem;
    text-align: center;
    box-shadow: var(--shadow-sm);
    height: 100%;
}

.transmission-icon[b-7fivdbwu75] {
    width: 60px;
    height: 60px;
    background: var(--service-color-light);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
}

.transmission-icon i[b-7fivdbwu75] {
    font-size: 1.5rem;
    color: var(--service-color);
}

.transmission-label[b-7fivdbwu75] {
    font-size: 0.875rem;
    color: var(--gray-600);
    margin-bottom: 0.25rem;
}

.transmission-value[b-7fivdbwu75] {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--gray-800);
}

/* Pagos */
.payment-section[b-7fivdbwu75] {
    background: var(--white);
    padding: 5rem 0;
    min-height: auto;
}

.bank-card[b-7fivdbwu75] {
    background: var(--gray-100);
    border-radius: var(--border-radius-xl);
    padding: 2rem;
    margin-bottom: 1.25rem;
}

.bank-logo[b-7fivdbwu75] {
    width: 50px;
    height: 50px;
    border-radius: var(--border-radius);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: var(--white);
    font-size: 0.85rem;
}

.bank-logo-bcp[b-7fivdbwu75] {
    background-color: var(--bank-bcp-color);
}

.bank-logo-bbva[b-7fivdbwu75] {
    background-color: var(--bank-bbva-color);
}

.bank-logo-ibk[b-7fivdbwu75] {
    background-color: var(--bank-ibk-color);
}

.bank-logo-ibk-emp[b-7fivdbwu75] {
    background-color: var(--bank-ibk-emp-color);
}

.bank-logo-bn[b-7fivdbwu75] {
    background-color: var(--bank-bn-color);
}

.bank-name[b-7fivdbwu75] {
    font-weight: 700;
    font-size: 1.1rem;
    color: var(--gray-800);
    margin-bottom: 0.5rem;
}

.bank-account[b-7fivdbwu75] {
    font-family: monospace;
    font-size: 1.15rem;
    color: var(--gray-800);
    background: var(--white);
    padding: 0.75rem 1rem;
    border-radius: var(--border-radius);
    margin-bottom: 0.5rem;
}

.bank-cci[b-7fivdbwu75] {
    font-family: monospace;
    font-size: 0.95rem;
    color: var(--gray-600);
}

.bank-titular[b-7fivdbwu75] {
    font-size: 0.95rem;
    color: var(--gray-600);
    margin-top: 0.5rem;
}

.yape-card[b-7fivdbwu75] {
    background: var(--gray-100);
    border-radius: var(--border-radius-xl);
    padding: 2rem;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.yape-title[b-7fivdbwu75] {
    color: var(--yape-color);
    font-size: 1.25rem;
}

.yape-qr[b-7fivdbwu75] {
    max-width: 300px;
    width: 100%;
    border-radius: var(--border-radius-xl);
    margin-bottom: 1.5rem;
}

.yape-number[b-7fivdbwu75] {
    font-size: 2rem;
    font-weight: 700;
    color: var(--yape-color);
}

/* ========================================
   FOOTER - Bloque Superior (Números + Redes + Empresa)
   Diseño moderno con gradiente y grid
   ======================================== */
.landing-footer-top[b-7fivdbwu75] {
    background: linear-gradient(135deg, var(--service-color) 0%, color-mix(in srgb, var(--service-color) 70%, #000) 100%);
    color: var(--white);
    padding: 4rem 0 3rem;
    position: relative;
    overflow: hidden;
}

/* Patrón de grilla sutil (igual que ServicioLanding) */
.footer-top-grid[b-7fivdbwu75] {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
    background-size: 45px 45px;
    pointer-events: none;
    z-index: 1;
}

/* Logo del servicio */
.footer-top-logo[b-7fivdbwu75] {
    max-height: 80px;
    height: 70px;
    object-fit: contain;
    padding: 0.5rem 1rem;
    background: var(--white-alpha-95);
    border-radius: 16px;
    box-shadow: 0 4px 20px var(--black-alpha-20);
}

/* Card glassmorphism para números */
.footer-glass-card[b-7fivdbwu75] {
    background: var(--white-alpha-8);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid var(--white-alpha-12);
    border-radius: 20px;
    padding: 2rem 2.5rem;
    max-width: 800px;
    text-align: center;
}

.footer-top-title[b-7fivdbwu75] {
    font-weight: 800;
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--white);
}

.footer-numbers-label[b-7fivdbwu75] {
    display: block;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    opacity: 0.7;
    margin-bottom: 0.4rem;
    font-weight: 600;
}

.footer-phones[b-7fivdbwu75] {
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.5px;
}

/* Título redes sociales con líneas decorativas */
.footer-redes-title[b-7fivdbwu75] {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 700;
    color: var(--white-alpha-80);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.footer-redes-line[b-7fivdbwu75] {
    display: inline-block;
    width: 40px;
    height: 1px;
    background: var(--white-alpha-30);
}

/* Botones de redes sociales */
.footer-social-btn[b-7fivdbwu75] {
    display: inline-flex;
    align-items: center;
    padding: 0.85rem 1.75rem;
    background: var(--white-alpha-10);
    backdrop-filter: blur(8px);
    color: var(--white);
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid var(--white-alpha-15);
    letter-spacing: 0.5px;
}

.footer-social-btn:hover[b-7fivdbwu75] {
    background: var(--white-alpha-25);
    color: var(--white);
    transform: translateY(-3px);
    box-shadow: 0 8px 25px var(--black-alpha-25);
    border-color: var(--white-alpha-30);
}

/* ========================================
   FOOTER - Bloque Inferior (4 Columnas)
   Usa clase global .footer de base.css
   ======================================== */

@media (max-width: 768px) {
    .landing-footer-top[b-7fivdbwu75] {
        padding: 2.5rem 0 2rem;
    }

    .footer-glass-card[b-7fivdbwu75] {
        padding: 1.5rem 1.25rem;
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }

    .footer-phones[b-7fivdbwu75] {
        font-size: 0.95rem;
    }

    .footer-social-btn[b-7fivdbwu75] {
        padding: 0.65rem 1.2rem;
        font-size: 0.85rem;
    }

    .footer-top-logo[b-7fivdbwu75] {
        max-height: 60px;
        height: 50px;
    }
}

/* ── Mobile (< 768px) ── */
@media (max-width: 767.98px) {
    .hero-section[b-7fivdbwu75] {
        min-height: 100vh;
        padding-top: 120px;
        padding-bottom: 0;
    }

    .hero-content[b-7fivdbwu75] {
        padding: 1.25rem 1rem;
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .hero-badge[b-7fivdbwu75] {
        font-size: 1.1rem;
        padding: 0.75rem 2rem;
        letter-spacing: 2px;
    }

    .hero-title[b-7fivdbwu75] {
        font-size: 1.75rem;
    }
}

/* ── Extra-small screens (< 576px) ── */
@media (max-width: 575.98px) {
    .hero-section[b-7fivdbwu75] {
        min-height: 100vh;
        padding-top: 130px;
        padding-bottom: 0;
    }

    .hero-content[b-7fivdbwu75] {
        padding: 1rem 1rem;
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .hero-badge[b-7fivdbwu75] {
        font-size: 0.85rem;
        padding: 0.5rem 1.25rem;
        letter-spacing: 1px;
        margin-bottom: 1rem;
        max-width: 90vw;
        word-break: break-word;
    }

    .hero-title[b-7fivdbwu75] {
        font-size: 1.5rem;
        margin: 0.75rem 0;
    }

    .countdown-hero[b-7fivdbwu75] {
        margin-top: 1.5rem;
        padding: 1rem;
    }

    .countdown-number[b-7fivdbwu75] {
        font-size: 2rem;
    }

    .countdown-item[b-7fivdbwu75] {
        min-width: 45px;
    }

    .countdown-wrapper[b-7fivdbwu75] {
        gap: 0.5rem;
    }

    .countdown-label[b-7fivdbwu75] {
        font-size: 0.65rem;
        letter-spacing: 0.5px;
    }

    .countdown-hero[b-7fivdbwu75] {
        max-width: 95vw;
    }

    .countdown-event-label[b-7fivdbwu75] {
        font-size: 0.85rem;
    }

    .hero-cta-btn[b-7fivdbwu75] {
        font-size: 0.78rem;
        padding: 0.75rem 0.75rem;
        letter-spacing: 0;
        word-break: break-word;
    }

    .section-title[b-7fivdbwu75] {
        font-size: 1.35rem;
    }

    .syllabus-section[b-7fivdbwu75],
    .transmission-section[b-7fivdbwu75],
    .payment-section[b-7fivdbwu75] {
        padding: 2.5rem 0;
    }

    [b-7fivdbwu75] .syllabus-section > .container,
    [b-7fivdbwu75] .transmission-section > .container {
        max-width: 100%;
    }

    .bank-card[b-7fivdbwu75] {
        padding: 1rem;
        margin-bottom: 1rem;
    }

    .yape-qr[b-7fivdbwu75] {
        max-width: 250px;
    }

    .yape-number[b-7fivdbwu75] {
        font-size: 1.5rem;
    }

    .footer-glass-card[b-7fivdbwu75] {
        max-width: 95vw;
        padding: 1rem 0.75rem;
    }

    .footer-redes-line[b-7fivdbwu75] {
        width: 20px;
    }

    .footer-social-btn[b-7fivdbwu75] {
        padding: 0.5rem 0.85rem;
        font-size: 0.75rem;
    }
}

/* ── Small screens (576-767px) ── */
@media (min-width: 576px) and (max-width: 767.98px) {
    .hero-section[b-7fivdbwu75] {
        min-height: 80vh;
    }

    .hero-badge[b-7fivdbwu75] {
        font-size: 1.1rem;
        padding: 0.6rem 1.75rem;
    }

    .hero-title[b-7fivdbwu75] {
        font-size: 1.75rem;
    }
}

/* Loading and error state backgrounds */
.loading-state-bg[b-7fivdbwu75] {
    background: var(--gray-100);
}

.error-state-bg[b-7fivdbwu75] {
    background: var(--gray-900);
}

.footer-ruc-text[b-7fivdbwu75] {
    font-family: 'Courier New', monospace;
    letter-spacing: 1px;
    font-size: 0.85rem;
}
/* /Pages/Public/PlantillaServicio/PromoLandingPublicidad.razor.rz.scp.css */
/* PromoLandingPublicidad.razor — CSS Isolation */

[b-8ztp5pholi] .promo-landing-page {
    background-color: var(--gray-100, #f3f4f6);
    min-height: 100vh;
    overflow-x: hidden;
}

/* ══════════════════════════════════════
   HERO — Fullscreen dark immersive
   ══════════════════════════════════════ */
[b-8ztp5pholi] .promo-hero {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    background: linear-gradient(135deg, #1a0a2e 0%, #16213e 50%, #0f3460 100%);
    padding: 3rem 1.5rem;
    overflow: hidden;
}

[b-8ztp5pholi] .promo-hero-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
}

[b-8ztp5pholi] .promo-hero-overlay {
    position: absolute;
    inset: 0;
    background: var(--promo-overlay, rgba(30, 10, 40, 0.85));
    z-index: 1;
}

[b-8ztp5pholi] .promo-hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: var(--promo-text, #ffffff);
    padding: 2rem;
    width: 100%;
    max-width: 900px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Company logo */
[b-8ztp5pholi] .promo-hero-logo-wrap {
    margin-bottom: 2rem;
}

[b-8ztp5pholi] .promo-hero-company-logo {
    max-height: 80px;
    height: 65px;
    object-fit: contain;
    padding: 0.35rem 0.6rem;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 12px;
    transition: transform 0.3s ease;
}

[b-8ztp5pholi] .promo-hero-company-logo:hover {
    transform: scale(1.05);
}

/* Title */
[b-8ztp5pholi] .promo-hero-title {
    font-size: 2.75rem;
    font-weight: 800;
    margin: 0 0 0.5rem;
    line-height: 1.2;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.4);
    color: var(--promo-text, #ffffff);
    word-break: break-word;
    overflow-wrap: break-word;
}

[b-8ztp5pholi] .promo-hero-title-underline {
    width: 100px;
    height: 4px;
    background: var(--promo-accent, #d4a843);
    border-radius: 2px;
    margin: 0 auto 2rem;
}

/* Bundle display — heartbeat/pulse animation */
[b-8ztp5pholi] .promo-bundle-display {
    margin: 1.5rem 0;
    text-align: center;
}

[b-8ztp5pholi] .promo-bundle-qty {
    font-size: 3.5rem;
    font-weight: 900;
    color: var(--promo-text, #ffffff);
    line-height: 1.1;
    letter-spacing: 1px;
}

[b-8ztp5pholi] .promo-bundle-connector {
    font-size: 1.8rem;
    font-weight: 300;
    color: var(--promo-text, #ffffff);
    opacity: 0.8;
    margin: 0.25rem 0;
}

[b-8ztp5pholi] .promo-bundle-price {
    color: var(--promo-accent, #d4a843);
    font-size: 6rem;
    font-weight: 900;
    text-shadow:
        0 0 15px color-mix(in srgb, var(--promo-accent, #d4a843) 60%, transparent),
        0 0 40px color-mix(in srgb, var(--promo-accent, #d4a843) 30%, transparent);
    line-height: 1;
    letter-spacing: 2px;
}

[b-8ztp5pholi] .promo-bundle-original {
    margin-top: 1rem;
    font-size: 1.1rem;
    color: var(--promo-text, #ffffff);
    opacity: 0.8;
}

[b-8ztp5pholi] .promo-bundle-original-price {
    text-decoration: line-through;
    opacity: 0.6;
    margin-right: 0.75rem;
}

[b-8ztp5pholi] .promo-bundle-savings {
    background: rgba(52, 168, 83, 0.3);
    color: #4caf50;
    padding: 4px 14px;
    border-radius: 20px;
    font-weight: 700;
    font-size: 0.95rem;
}

[b-8ztp5pholi] .promo-heartbeat {
    animation: promoHeartbeat-b-8ztp5pholi 1.5s ease-in-out infinite;
}

@keyframes promoHeartbeat-b-8ztp5pholi {
    0%, 100% {
        transform: scale(1);
    }
    15% {
        transform: scale(1.06);
    }
    30% {
        transform: scale(1);
    }
    45% {
        transform: scale(1.04);
    }
    60% {
        transform: scale(1);
    }
}

/* Categories */
[b-8ztp5pholi] .promo-categories-section {
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    width: 100%;
    max-width: 700px;
}

[b-8ztp5pholi] .promo-category-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
}

[b-8ztp5pholi] .promo-category-name {
    font-weight: 700;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--promo-accent, #d4a843);
}

[b-8ztp5pholi] .promo-category-items {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.5;
}

/* Motto */
[b-8ztp5pholi] .promo-motto {
    font-style: italic;
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 1rem;
    max-width: 600px;
    line-height: 1.6;
}

/* Urgency — blink/fade animation */
[b-8ztp5pholi] .promo-urgency {
    font-weight: 700;
    font-size: 1.15rem;
    color: var(--promo-accent, #d4a843);
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

[b-8ztp5pholi] .promo-urgency-blink {
    animation: promoUrgencyFade-b-8ztp5pholi 2s ease-in-out infinite;
}

@keyframes promoUrgencyFade-b-8ztp5pholi {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}

/* Service branding */
[b-8ztp5pholi] .promo-service-branding {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 2rem;
}

[b-8ztp5pholi] .promo-service-logo {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid rgba(255, 255, 255, 0.3);
}

[b-8ztp5pholi] .promo-service-name {
    font-weight: 700;
    font-size: 1.1rem;
    color: var(--promo-text, #ffffff);
}

[b-8ztp5pholi] .promo-service-domain {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    letter-spacing: 1px;
}

/* Countdown */
[b-8ztp5pholi] .promo-countdown-wrap {
    margin-top: 1.5rem;
    margin-bottom: 2rem;
    padding: 1.5rem 2rem;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 20px;
    display: inline-block;
}

[b-8ztp5pholi] .promo-countdown-label {
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 1rem;
    text-transform: uppercase;
}

[b-8ztp5pholi] .promo-countdown-items {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    flex-wrap: wrap;
}

[b-8ztp5pholi] .promo-countdown-item {
    text-align: center;
    min-width: 70px;
}

[b-8ztp5pholi] .promo-countdown-number {
    font-size: 3rem;
    font-weight: 800;
    color: var(--promo-accent, #d4a843);
    line-height: 1;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

[b-8ztp5pholi] .promo-countdown-text {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 0.4rem;
}

[b-8ztp5pholi] .promo-countdown-expired {
    font-size: 1.3rem;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 1rem 2rem;
    background: rgba(220, 53, 69, 0.8);
    border-radius: 12px;
    margin-top: 1.5rem;
    animation: promoCountdownPulse-b-8ztp5pholi 1.5s ease-in-out infinite;
}

@keyframes promoCountdownPulse-b-8ztp5pholi {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.7; }
}

/* Hero CTA */
[b-8ztp5pholi] .promo-hero-cta {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 0.5rem;
    padding: 0.85rem 3.5rem;
    background: #25d366;
    color: #ffffff;
    font-size: 1.05rem;
    font-weight: 700;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
    animation: promoCTAPulse-b-8ztp5pholi 2s ease-in-out 3;
    white-space: nowrap;
}

[b-8ztp5pholi] .promo-hero-cta:hover {
    background: #20bd5a;
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(37, 211, 102, 0.5);
}

[b-8ztp5pholi] .promo-hero-cta-main {
    font-size: inherit;
}

[b-8ztp5pholi] .promo-hero-cta-sub {
    font-size: 0.8rem;
    font-weight: 400;
    opacity: 0.9;
}

@keyframes promoCTAPulse-b-8ztp5pholi {
    0%, 100% { box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4); }
    50% { box-shadow: 0 4px 35px rgba(37, 211, 102, 0.7); }
}

/* ══════════════════════════════════════
   CATALOG — Course table (informational)
   ══════════════════════════════════════ */
[b-8ztp5pholi] .promo-catalog-section {
    background: #ffffff;
    padding: 4rem 0;
}

[b-8ztp5pholi] .promo-section-title {
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--gray-800, #1f2937);
    margin-bottom: 2rem;
    text-align: center;
}

[b-8ztp5pholi] .promo-section-icon {
    color: var(--promo-primary, #0f70b7);
}

/* Tabs */
[b-8ztp5pholi] .promo-search-bar {
    position: relative;
    max-width: 500px;
    margin: 0 auto 1.5rem;
}

[b-8ztp5pholi] .promo-search-icon {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--promo-primary, #0f70b7);
    font-size: 1rem;
}

[b-8ztp5pholi] .promo-search-input {
    width: 100%;
    padding: 12px 44px 12px 44px;
    border: 2px solid #e0e0e0;
    border-radius: 30px;
    font-size: 0.9rem;
    background: #fff;
    transition: border-color 0.2s, box-shadow 0.2s;
}

[b-8ztp5pholi] .promo-search-input:focus {
    outline: none;
    border-color: var(--promo-primary, #0f70b7);
    box-shadow: 0 0 0 3px rgba(15, 112, 183, 0.12);
}

[b-8ztp5pholi] .promo-search-input::placeholder {
    color: #adb5bd;
}

[b-8ztp5pholi] .promo-search-clear {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #adb5bd;
    font-size: 1.1rem;
    cursor: pointer;
    padding: 4px;
    transition: color 0.15s;
}

[b-8ztp5pholi] .promo-search-clear:hover {
    color: var(--promo-primary, #0f70b7);
}

[b-8ztp5pholi] .promo-tabs {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 2rem;
}

[b-8ztp5pholi] .promo-tab {
    padding: 0.6rem 1.5rem;
    border: 2px solid var(--promo-primary, #0f70b7);
    background: transparent;
    color: var(--promo-primary, #0f70b7);
    font-weight: 600;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 0.9rem;
}

[b-8ztp5pholi] .promo-tab:hover {
    background: rgba(15, 112, 183, 0.08);
}

[b-8ztp5pholi] .promo-tab-active {
    background: var(--promo-primary, #0f70b7);
    color: #ffffff;
}

[b-8ztp5pholi] .promo-tab-active:hover {
    background: var(--promo-primary, #0f70b7);
    opacity: 0.9;
}

/* Table responsive wrapper */
[b-8ztp5pholi] .promo-table-responsive {
    width: 100%;
    overflow-x: auto;
    margin-bottom: 2rem;
    border-radius: 12px;
    border: 1px solid var(--gray-200, #e5e7eb);
}

/* Category block */
[b-8ztp5pholi] .promo-cat-block {
    margin-bottom: 2rem;
}

[b-8ztp5pholi] .promo-cat-header {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 16px;
    background: linear-gradient(90deg, var(--promo-primary, #0f70b7), rgba(15, 112, 183, 0.7));
    color: #fff;
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 8px;
    margin-bottom: 2px;
    cursor: pointer;
    transition: all 0.2s ease;
    user-select: none;
}

[b-8ztp5pholi] .promo-cat-header:hover {
    background: linear-gradient(90deg, var(--promo-primary, #0f70b7), rgba(15, 112, 183, 0.9));
    filter: brightness(1.1);
}

[b-8ztp5pholi] .promo-cat-header.expanded {
    border-radius: 8px 8px 0 0;
    margin-bottom: 0;
}

[b-8ztp5pholi] .promo-cat-chevron {
    font-size: 0.85rem;
    transition: transform 0.2s ease;
    flex-shrink: 0;
}

[b-8ztp5pholi] .promo-cat-title {
    flex: 1;
}

[b-8ztp5pholi] .promo-cat-selected-badge {
    font-size: 0.7rem;
    background: var(--promo-accent, #d4a843);
    color: #1a1a2e;
    padding: 2px 8px;
    border-radius: 10px;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0;
}

[b-8ztp5pholi] .promo-cat-count {
    margin-left: auto;
    font-size: 0.75rem;
    font-weight: 500;
    opacity: 0.8;
    text-transform: none;
    letter-spacing: 0;
}

/* 2-column grid of courses */
[b-8ztp5pholi] .promo-courses-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px 16px;
}

[b-8ztp5pholi] .promo-course-row {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    border-radius: 8px;
    border: 1.5px solid transparent;
    cursor: pointer;
    transition: all 0.2s ease;
}

[b-8ztp5pholi] .promo-course-row:hover {
    background: #f0f4ff;
    border-color: #d2e3fc;
}

[b-8ztp5pholi] .promo-course-row.promo-course-selected {
    background: #e8f0fe;
    border-color: var(--promo-primary, #0f70b7);
}

[b-8ztp5pholi] .promo-course-row.promo-course-disabled {
    opacity: 0.45;
    cursor: not-allowed;
}

[b-8ztp5pholi] .promo-course-num {
    font-size: 0.75rem;
    font-weight: 700;
    color: #6c757d;
    min-width: 22px;
    text-align: center;
    flex-shrink: 0;
}

[b-8ztp5pholi] .promo-course-checkbox {
    font-size: 1.1rem;
    color: #adb5bd;
    flex-shrink: 0;
    transition: color 0.15s;
}

[b-8ztp5pholi] .promo-course-row.promo-course-selected .promo-course-checkbox {
    color: var(--promo-primary, #0f70b7);
}

[b-8ztp5pholi] .promo-star-icon {
    color: var(--promo-accent, #d4a843);
    font-size: 0.95rem;
}

[b-8ztp5pholi] .promo-course-name {
    font-size: 0.88rem;
    font-weight: 500;
    color: #1f2937;
    flex: 1;
    min-width: 0;
    white-space: normal;
    line-height: 1.3;
    word-break: break-word;
}

[b-8ztp5pholi] .promo-course-year {
    font-size: 0.78rem;
    color: #6c757d;
    flex-shrink: 0;
    font-weight: 600;
    min-width: 40px;
    text-align: right;
}

[b-8ztp5pholi] .promo-featured-badge {
    display: inline-block;
    margin-left: 4px;
    padding: 1px 8px;
    font-size: 0.6rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    background: var(--promo-accent, #d4a843);
    color: #fff;
    border-radius: 10px;
    flex-shrink: 0;
}

/* Selection summary */
[b-8ztp5pholi] .promo-selection-summary {
    text-align: center;
    padding: 1.5rem;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    margin-top: 2rem;
}

[b-8ztp5pholi] .promo-selection-info {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

[b-8ztp5pholi] .promo-selection-count {
    font-size: 0.95rem;
    color: #333;
}

[b-8ztp5pholi] .promo-selection-clear {
    font-size: 0.8rem;
    color: #dc3545;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    font-weight: 500;
}

[b-8ztp5pholi] .promo-selection-clear:hover {
    text-decoration: underline;
}

/* Bottom CTA under table */
[b-8ztp5pholi] .promo-catalog-bottom-cta {
    text-align: center;
    padding: 2rem 0 0;
}

[b-8ztp5pholi] .promo-catalog-cta-text {
    font-size: 1.15rem;
    font-weight: 600;
    color: var(--gray-700, #374151);
    margin-bottom: 1rem;
}

/* ══════════════════════════════════════
   PAYMENT — Bank cards & Yape
   ══════════════════════════════════════ */
[b-8ztp5pholi] .promo-payment-section {
    background: var(--gray-100, #f3f4f6);
    padding: 4rem 0;
}

[b-8ztp5pholi] .promo-bank-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 1.5rem;
    margin-bottom: 1rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}

[b-8ztp5pholi] .promo-bank-logo {
    width: 50px;
    height: 50px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #ffffff;
    font-size: 0.85rem;
}

[b-8ztp5pholi] .promo-bank-logo-bcp {
    background-color: var(--bank-bcp-color, #003DA5);
}

[b-8ztp5pholi] .promo-bank-logo-bbva {
    background-color: var(--bank-bbva-color, #004481);
}

[b-8ztp5pholi] .promo-bank-logo-ibk {
    background-color: var(--bank-ibk-color, #00A950);
}

[b-8ztp5pholi] .promo-bank-logo-ibk-emp {
    background-color: var(--bank-ibk-emp-color, #2E8B57);
}

[b-8ztp5pholi] .promo-bank-logo-bn {
    background-color: var(--bank-bn-color, #8B0000);
}

[b-8ztp5pholi] .promo-bank-name {
    font-weight: 700;
    font-size: 1rem;
    color: var(--gray-800, #1f2937);
}

[b-8ztp5pholi] .promo-bank-account {
    font-family: monospace;
    font-size: 1.1rem;
    color: var(--gray-800, #1f2937);
    background: var(--gray-100, #f3f4f6);
    padding: 0.6rem 0.85rem;
    border-radius: 8px;
    margin-bottom: 0.4rem;
}

[b-8ztp5pholi] .promo-bank-cci {
    font-family: monospace;
    font-size: 0.9rem;
    color: var(--gray-500, #6b7280);
}

[b-8ztp5pholi] .promo-bank-titular {
    font-size: 0.9rem;
    color: var(--gray-500, #6b7280);
    margin-top: 0.4rem;
}

[b-8ztp5pholi] .promo-yape-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 2rem;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}

[b-8ztp5pholi] .promo-yape-title {
    color: var(--yape-color, #6C2DC7);
    font-size: 1.2rem;
    font-weight: 700;
}

[b-8ztp5pholi] .promo-yape-qr {
    max-width: 280px;
    width: 100%;
    border-radius: 16px;
    margin-bottom: 1rem;
}

[b-8ztp5pholi] .promo-yape-number {
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--yape-color, #6C2DC7);
    margin-bottom: 0.25rem;
}

[b-8ztp5pholi] .promo-yape-titular {
    font-size: 0.9rem;
    color: var(--gray-500, #6b7280);
    margin-bottom: 0;
}

[b-8ztp5pholi] .promo-yape-cta {
    display: inline-flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    margin-top: 1rem;
    padding: 0.85rem 2rem;
    background: #25d366;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 700;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
}

[b-8ztp5pholi] .promo-yape-cta:hover {
    background: #20bd5a;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4);
}

/* ══════════════════════════════════════
   WHATSAPP CTA — Full-width gradient
   ══════════════════════════════════════ */
[b-8ztp5pholi] .promo-whatsapp-section {
    background: linear-gradient(135deg, #1a0a2e 0%, #16213e 50%, #0f3460 100%);
    padding: 4rem 0;
    position: relative;
}

[b-8ztp5pholi] .promo-wa-container {
    text-align: center;
}

[b-8ztp5pholi] .promo-wa-icon-wrap {
    margin-bottom: 1rem;
}

[b-8ztp5pholi] .promo-wa-icon-animated {
    font-size: 3rem;
    color: #25d366;
    animation: promoWaBounce-b-8ztp5pholi 2s ease-in-out infinite;
    display: inline-block;
}

@keyframes promoWaBounce-b-8ztp5pholi {
    0%, 100% { transform: translateY(0); }
    25% { transform: translateY(-8px); }
    50% { transform: translateY(0); }
    75% { transform: translateY(-4px); }
}

[b-8ztp5pholi] .promo-wa-title {
    font-size: 2rem;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 0.75rem;
}

[b-8ztp5pholi] .promo-wa-subtitle {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 2rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

[b-8ztp5pholi] .promo-wa-btn {
    display: inline-flex;
    align-items: center;
    padding: 1.25rem 3rem;
    background: #25d366;
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: 700;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    letter-spacing: 1px;
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
}

[b-8ztp5pholi] .promo-wa-btn:hover {
    background: #20bd5a;
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(37, 211, 102, 0.5);
}

/* ══════════════════════════════════════
   FOOTER — Premium redesign
   ══════════════════════════════════════ */
[b-8ztp5pholi] .promo-footer {
    background: linear-gradient(135deg, #1a0a2e 0%, #16213e 50%, #0f3460 100%);
    color: #ffffff;
    padding: 0;
    position: relative;
}

[b-8ztp5pholi] .promo-footer-gradient-border {
    height: 4px;
    background: linear-gradient(
        90deg,
        var(--promo-accent, #d4a843) 0%,
        var(--promo-primary, #0f70b7) 50%,
        var(--promo-accent, #d4a843) 100%
    );
}

[b-8ztp5pholi] .promo-footer-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 3rem;
    padding: 3rem 0 2rem;
}

/* Col 1: Branding */
[b-8ztp5pholi] .promo-footer-brand {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

[b-8ztp5pholi] .promo-footer-company-logo {
    max-height: 55px;
    height: 45px;
    object-fit: contain;
    padding: 0.35rem 0.5rem;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 10px;
    align-self: flex-start;
}

[b-8ztp5pholi] .promo-footer-company-name {
    font-size: 1.15rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
}

[b-8ztp5pholi] .promo-footer-company-desc {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.6;
    margin: 0;
}

[b-8ztp5pholi] .promo-footer-social-icons {
    display: flex;
    gap: 0.65rem;
    margin-top: 0.75rem;
    flex-wrap: wrap;
}

[b-8ztp5pholi] .promo-footer-social-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 1rem;
    text-decoration: none;
    transition: all 0.3s ease;
}

[b-8ztp5pholi] .promo-footer-social-circle:hover {
    background: rgba(255, 255, 255, 0.25);
    color: #ffffff;
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
}

/* Col 2 & 3: Headings */
[b-8ztp5pholi] .promo-footer-heading {
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #ffffff;
    margin-bottom: 1.25rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}

/* Col 2: Contact items */
[b-8ztp5pholi] .promo-footer-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

[b-8ztp5pholi] .promo-footer-contact-icon {
    font-size: 1.1rem;
    color: var(--promo-accent, #d4a843);
    margin-top: 0.15rem;
    flex-shrink: 0;
}

[b-8ztp5pholi] .promo-footer-contact-wa {
    color: #25d366;
}

[b-8ztp5pholi] .promo-footer-contact-link {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.2s ease;
}

[b-8ztp5pholi] .promo-footer-contact-link:hover {
    color: #ffffff;
}

[b-8ztp5pholi] .promo-footer-contact-label {
    display: block;
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    letter-spacing: 1px;
}

[b-8ztp5pholi] .promo-footer-contact-value {
    display: block;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 600;
}

/* Col 3: Social links list */
[b-8ztp5pholi] .promo-footer-social-links {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

[b-8ztp5pholi] .promo-footer-social-link-item {
    display: flex;
    align-items: center;
    padding: 0.6rem 1rem;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 600;
    transition: all 0.3s ease;
}

[b-8ztp5pholi] .promo-footer-social-link-item:hover {
    background: rgba(255, 255, 255, 0.15);
    color: #ffffff;
    transform: translateX(4px);
}

/* Bottom bar */
[b-8ztp5pholi] .promo-footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
    padding: 1.5rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

[b-8ztp5pholi] .promo-footer-copyright {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.85rem;
    margin: 0;
}

[b-8ztp5pholi] .promo-footer-copyright strong {
    color: #ffffff;
}

[b-8ztp5pholi] .promo-footer-bottom-right {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

[b-8ztp5pholi] .promo-footer-ruc {
    font-family: 'Courier New', monospace;
    letter-spacing: 1px;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.45);
}

[b-8ztp5pholi] .promo-footer-separator {
    color: rgba(255, 255, 255, 0.3);
    font-size: 0.8rem;
}

[b-8ztp5pholi] .promo-footer-especialidad {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.45);
}

/* Loading & error states */
[b-8ztp5pholi] .promo-loading-bg {
    background: var(--gray-100, #f3f4f6);
}

[b-8ztp5pholi] .promo-error-bg {
    background: #1f2937;
}

/* ══════════════════════════════════════
   RESPONSIVE
   ══════════════════════════════════════ */
@media (max-width: 991.98px) {
    [b-8ztp5pholi] .promo-footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 2rem;
    }

    [b-8ztp5pholi] .promo-footer-col:first-child {
        grid-column: span 2;
    }
}

@media (max-width: 768px) {
    [b-8ztp5pholi] .promo-hero {
        padding: 1.5rem 0.75rem;
    }

    [b-8ztp5pholi] .promo-hero-company-logo {
        max-height: 55px;
        height: 45px;
    }

    [b-8ztp5pholi] .promo-hero-title {
        font-size: 1.85rem;
    }

    [b-8ztp5pholi] .promo-bundle-qty {
        font-size: 2.2rem;
    }

    [b-8ztp5pholi] .promo-bundle-connector {
        font-size: 1.2rem;
    }

    [b-8ztp5pholi] .promo-bundle-price {
        font-size: 3.5rem;
    }

    [b-8ztp5pholi] .promo-bundle-savings {
        font-size: 0.8rem;
    }

    [b-8ztp5pholi] .promo-countdown-number {
        font-size: 2.25rem;
    }

    [b-8ztp5pholi] .promo-countdown-items {
        gap: 1rem;
    }

    [b-8ztp5pholi] .promo-countdown-item {
        min-width: 55px;
    }

    [b-8ztp5pholi] .promo-countdown-text {
        font-size: 0.7rem;
    }

    [b-8ztp5pholi] .promo-hero-cta {
        padding: 1rem 2rem;
        font-size: 1rem;
    }

    [b-8ztp5pholi] .promo-section-title {
        font-size: 1.4rem;
    }

    /* Single column on mobile */
    [b-8ztp5pholi] .promo-courses-grid {
        grid-template-columns: 1fr;
    }

    [b-8ztp5pholi] .promo-wa-title {
        font-size: 1.5rem;
    }

    [b-8ztp5pholi] .promo-wa-btn {
        padding: 1rem 2rem;
        font-size: 1rem;
    }

    [b-8ztp5pholi] .promo-footer-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    [b-8ztp5pholi] .promo-footer-col:first-child {
        grid-column: span 1;
    }

    [b-8ztp5pholi] .promo-catalog-section,
    [b-8ztp5pholi] .promo-payment-section {
        padding: 2.5rem 0;
    }

    [b-8ztp5pholi] .promo-whatsapp-section {
        padding: 3rem 0;
    }

    [b-8ztp5pholi] .promo-footer-bottom {
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 575.98px) {
    [b-8ztp5pholi] .promo-hero-title {
        font-size: 1.5rem;
    }

    [b-8ztp5pholi] .promo-hero-content {
        padding: 1rem 0.5rem;
    }

    [b-8ztp5pholi] .promo-bundle-price {
        font-size: 2.2rem;
    }

    [b-8ztp5pholi] .promo-countdown-wrap {
        padding: 1rem;
        max-width: 95vw;
    }

    [b-8ztp5pholi] .promo-countdown-number {
        font-size: 1.85rem;
    }

    [b-8ztp5pholi] .promo-countdown-items {
        gap: 0.5rem;
    }

    [b-8ztp5pholi] .promo-countdown-item {
        min-width: 45px;
    }

    [b-8ztp5pholi] .promo-countdown-text {
        font-size: 0.6rem;
        letter-spacing: 0.5px;
    }

    [b-8ztp5pholi] .promo-countdown-label {
        font-size: 0.8rem;
    }

    [b-8ztp5pholi] .promo-hero-cta {
        padding: 0.85rem 1.5rem;
        font-size: 0.9rem;
    }

    [b-8ztp5pholi] .promo-category-name {
        font-size: 0.85rem;
    }

    [b-8ztp5pholi] .promo-category-items {
        font-size: 0.8rem;
    }

    [b-8ztp5pholi] .promo-bank-card {
        padding: 1rem;
    }

    [b-8ztp5pholi] .promo-yape-qr {
        max-width: 220px;
    }

    [b-8ztp5pholi] .promo-yape-number {
        font-size: 1.4rem;
    }

    [b-8ztp5pholi] .promo-course-name {
        font-size: 0.8rem;
    }

    [b-8ztp5pholi] .promo-cat-header {
        font-size: 0.85rem;
    }

    [b-8ztp5pholi] .promo-wa-icon-animated {
        font-size: 2.25rem;
    }

    [b-8ztp5pholi] .promo-footer-social-circle {
        width: 36px;
        height: 36px;
        font-size: 0.9rem;
    }
}

/* Max height compact hero (laptops 1366x768) */
@media (max-height: 800px) {
    [b-8ztp5pholi] .promo-hero {
        padding: 1.25rem 1rem;
    }

    [b-8ztp5pholi] .promo-hero-content {
        padding: 1rem;
    }

    [b-8ztp5pholi] .promo-hero-title {
        font-size: 2rem;
    }

    [b-8ztp5pholi] .promo-countdown-wrap {
        margin-top: 1rem;
        margin-bottom: 1rem;
        padding: 1rem 1.5rem;
    }

    [b-8ztp5pholi] .promo-countdown-number {
        font-size: 2.25rem;
    }

    [b-8ztp5pholi] .promo-hero-logo-wrap {
        margin-bottom: 1rem;
    }
}

/* Accessibility — Reduced motion */
@media (prefers-reduced-motion: reduce) {
    [b-8ztp5pholi] .promo-heartbeat {
        animation: none;
    }

    [b-8ztp5pholi] .promo-urgency-blink {
        animation: none;
    }

    [b-8ztp5pholi] .promo-wa-icon-animated {
        animation: none;
    }

    [b-8ztp5pholi] .promo-hero-cta {
        animation: none;
    }

    [b-8ztp5pholi] .promo-hero-cta:hover {
        animation: none;
    }
}
/* /Pages/Public/PlantillaServicio/ServicioLanding.razor.rz.scp.css */
/* ServicioLanding.razor - CSS Isolation */

/* Flechas carousel con color del servicio — todos los carousels */
[b-1ycxjbwywa] #teamCarousel .carousel-control-prev,
[b-1ycxjbwywa] #teamCarousel .carousel-control-next,
[b-1ycxjbwywa] #productosCarousel .carousel-control-prev,
[b-1ycxjbwywa] #productosCarousel .carousel-control-next,
[b-1ycxjbwywa] #testimoniosCarousel .carousel-control-prev,
[b-1ycxjbwywa] #testimoniosCarousel .carousel-control-next {
    width: 40px;
    height: 40px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: var(--border-radius-full);
    background: var(--service-color);
    opacity: 0.85;
}

[b-1ycxjbwywa] #teamCarousel .carousel-control-prev:hover,
[b-1ycxjbwywa] #teamCarousel .carousel-control-next:hover,
[b-1ycxjbwywa] #productosCarousel .carousel-control-prev:hover,
[b-1ycxjbwywa] #productosCarousel .carousel-control-next:hover,
[b-1ycxjbwywa] #testimoniosCarousel .carousel-control-prev:hover,
[b-1ycxjbwywa] #testimoniosCarousel .carousel-control-next:hover {
    opacity: 1;
}

[b-1ycxjbwywa] #teamCarousel .carousel-control-prev-icon,
[b-1ycxjbwywa] #teamCarousel .carousel-control-next-icon,
[b-1ycxjbwywa] #productosCarousel .carousel-control-prev-icon,
[b-1ycxjbwywa] #productosCarousel .carousel-control-next-icon,
[b-1ycxjbwywa] #testimoniosCarousel .carousel-control-prev-icon,
[b-1ycxjbwywa] #testimoniosCarousel .carousel-control-next-icon {
    width: 1.2rem;
    height: 1.2rem;
    filter: brightness(0) invert(1);
}

/* Ensure service-theme fills the service-page flex container */
.service-theme[b-1ycxjbwywa] {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 100vh;
    overflow-x: hidden;
}

/* Service theme overrides now in base.css */

/* Hero service logo — mobile only */
.hero-service-logo[b-1ycxjbwywa] {
    max-height: 80px;
    max-width: 200px;
    object-fit: contain;
    border-radius: var(--border-radius-lg);
    background: var(--white-alpha-95, rgba(255, 255, 255, 0.95));
    padding: 6px 12px;
}

/* Hero slide background image (replaces CSS background-image for Drive referrer policy) */
.hero-slide-bg-img[b-1ycxjbwywa] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 0;
}

/* Navbar logo container — moved to base.css (.service-navbar scope) */

/* Hero carousel full height */
.hero-carousel[b-1ycxjbwywa] {
    height: 100vh;
}

[b-1ycxjbwywa] .hero-slide-content {
    height: 100vh;
}

/* ── Tablet responsive ── */
@media (max-width: 991.98px) {
    .hero-carousel[b-1ycxjbwywa],
    [b-1ycxjbwywa] .hero-slide-content {
        height: 80vh;
        min-height: 450px;
    }

    [b-1ycxjbwywa] .hero-slide-content .display-4 {
        font-size: 2rem;
    }

    [b-1ycxjbwywa] .hero-slide-content .lead {
        font-size: 1rem;
    }

    [b-1ycxjbwywa] .hero-slide-content .container .row {
        justify-content: center;
    }
}

/* ── Mobile responsive ── */
@media (max-width: 767.98px) {
    .hero-carousel[b-1ycxjbwywa],
    [b-1ycxjbwywa] .hero-slide-content,
    [b-1ycxjbwywa] .carousel-item,
    [b-1ycxjbwywa] .carousel-inner {
        height: auto !important;
        min-height: auto !important;
    }

    .hero-slide-bg-img[b-1ycxjbwywa] {
        height: 100%;
    }

    [b-1ycxjbwywa] .hero-slide-content .container {
        padding-top: 5rem;
        padding-bottom: 2rem;
    }

    [b-1ycxjbwywa] .hero-slide-content .display-4 {
        font-size: 1.6rem;
        line-height: 1.3;
    }

    [b-1ycxjbwywa] .hero-slide-content h5 {
        font-size: 1rem;
    }

    [b-1ycxjbwywa] .hero-slide-content .lead {
        font-size: 0.9rem;
        line-height: 1.5;
    }

    [b-1ycxjbwywa] .hero-slide-content .btn {
        font-size: 0.85rem;
        padding: 8px 16px;
    }

    /* Prevent horizontal overflow */
    [b-1ycxjbwywa] .hero-slide-content .row {
        margin: 0;
    }

    [b-1ycxjbwywa] .hero-slide-content .col-md-6 {
        padding: 0 1rem;
    }

    /* Course card image smaller on mobile */
    .course-card-img[b-1ycxjbwywa] {
        height: 140px;
    }

    /* Show only 1 course card per slide on mobile */
    [b-1ycxjbwywa] .carousel-item .row > .col-md-3:nth-child(n+2),
    [b-1ycxjbwywa] .carousel-item .row > .col-md-4:nth-child(n+2) {
        display: none;
    }

    /* Show only 1 docente per slide on mobile */
    [b-1ycxjbwywa] .carousel-item .row-cols-md-4 > .col:nth-child(n+2) {
        display: none;
    }

    /* Section headers stack vertical on mobile */
    [b-1ycxjbwywa] .d-flex.justify-content-between.align-items-center.mb-5 {
        flex-direction: column;
        gap: 0.5rem;
        text-align: center;
        margin-bottom: 1.5rem !important;
    }

    [b-1ycxjbwywa] .d-flex.justify-content-between.align-items-center.mb-5 h2::after {
        display: none;
    }

    /* Hero carousel indicators centered */
    [b-1ycxjbwywa] #heroCarousel .carousel-indicators {
        margin-bottom: 0.5rem;
    }

    /* Reduce section vertical padding on mobile */
    [b-1ycxjbwywa] #cursos-diplomados.py-5,
    [b-1ycxjbwywa] #testimonios.py-5 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    [b-1ycxjbwywa] #cursos-diplomados h2,
    [b-1ycxjbwywa] #testimonios h2 {
        font-size: 1.3rem;
    }

    /* Carousel controls smaller on mobile */
    [b-1ycxjbwywa] .carousel-control-prev,
    [b-1ycxjbwywa] .carousel-control-next {
        width: 32px;
        height: 32px;
    }
}

/* ── Extra-small screens ── */
@media (max-width: 575.98px) {
    .hero-carousel[b-1ycxjbwywa],
    [b-1ycxjbwywa] .hero-slide-content,
    [b-1ycxjbwywa] .carousel-item,
    [b-1ycxjbwywa] .carousel-inner {
        height: auto !important;
        min-height: auto !important;
    }

    [b-1ycxjbwywa] .hero-slide-content .container {
        padding-top: 4rem;
        padding-bottom: 1.5rem;
    }

    [b-1ycxjbwywa] .hero-slide-content .display-4 {
        font-size: 1.25rem;
        word-break: break-word;
    }

    [b-1ycxjbwywa] .hero-slide-content h5 {
        font-size: 0.85rem;
    }

    [b-1ycxjbwywa] .hero-slide-content .lead {
        font-size: 0.78rem;
    }

    [b-1ycxjbwywa] .hero-slide-content .btn {
        font-size: 0.78rem;
        padding: 6px 12px;
    }

    [b-1ycxjbwywa] .hero-slide-content .col-md-6 {
        padding: 0 0.5rem;
    }

    /* Carousel controls even smaller */
    [b-1ycxjbwywa] .carousel-control-prev,
    [b-1ycxjbwywa] .carousel-control-next {
        width: 28px;
        height: 28px;
    }

    /* Section headers tighter */
    [b-1ycxjbwywa] .d-flex.justify-content-between.align-items-center.mb-5 {
        gap: 0.25rem;
    }

    /* Course cards smaller image */
    .course-card-img[b-1ycxjbwywa] {
        height: 110px;
    }

    /* Contact form adjustments */
    [b-1ycxjbwywa] .form-control {
        font-size: 0.85rem;
        padding: 0.5rem 0.75rem;
    }

    [b-1ycxjbwywa] .form-label {
        font-size: 0.82rem;
    }

    /* Testimonial text */
    [b-1ycxjbwywa] .carousel-item p {
        font-size: 0.85rem;
    }
}
/* /Pages/Public/ValidacionCertificados.razor.rz.scp.css */
/* ValidacionCertificados.razor - CSS Isolation */

.certificate-validation-page[b-lvt0ttzd64] {
    overflow-x: hidden;
}

.certificate-validation-page .hero-section[b-lvt0ttzd64] {
    padding-top: 6.5rem;
    padding-bottom: 2rem;
}

.certificate-validation-page .hero-section h1[b-lvt0ttzd64] {
    word-break: break-word;
}

/* PROHIBITED gradient replaced with solid primary color */
.hero-section-bg[b-lvt0ttzd64] {
    background-color: var(--primary-color);
}

.pdf-viewer-container[b-lvt0ttzd64] {
    overflow: hidden;
    border-radius: var(--border-radius);
}

.pdf-viewer-body[b-lvt0ttzd64] {
    background-color: var(--gray-200);
    padding: 20px;
    min-height: 400px;
    overflow-y: auto;
    max-height: 800px;
}

.pdf-page-canvas[b-lvt0ttzd64] {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    border-radius: 2px;
}

/* Warning icon sizing */
.icon-warning-lg[b-lvt0ttzd64] {
    font-size: 4rem;
}

@media (max-width: 768px) {
    .pdf-viewer-body[b-lvt0ttzd64] {
        padding: 10px;
        max-height: 600px;
    }
}

@media (max-width: 575.98px) {
    .certificate-validation-page .hero-section[b-lvt0ttzd64] {
        padding-top: 5rem;
        padding-bottom: 1.5rem;
    }

    .certificate-validation-page .hero-section h1[b-lvt0ttzd64] {
        font-size: 1.3rem;
    }

    .certificate-validation-page .hero-section p[b-lvt0ttzd64] {
        font-size: 0.85rem;
    }

    .pdf-viewer-body[b-lvt0ttzd64] {
        padding: 8px;
        max-height: 450px;
    }
}
/* /Shared/ConfirmModal.razor.rz.scp.css */
/* Confirm modal color variants — sets --confirm-color and --confirm-hover */
.confirm-danger[b-gvjv3ehlhk]  { --confirm-color: var(--danger-color);  --confirm-hover: var(--danger-hover); }
.confirm-warning[b-gvjv3ehlhk] { --confirm-color: var(--warning-color); --confirm-hover: var(--warning-hover); }
.confirm-info[b-gvjv3ehlhk]    { --confirm-color: var(--info-color);    --confirm-hover: var(--info-hover); }

.confirm-modal-backdrop[b-gvjv3ehlhk] {
    position: fixed;
    inset: 0;
    z-index: 1060;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--modal-backdrop);
    backdrop-filter: blur(4px);
    animation: confirmFadeIn-b-gvjv3ehlhk 0.2s ease;
}

.confirm-modal-dialog[b-gvjv3ehlhk] {
    background: var(--white);
    border-radius: var(--border-radius-xl);
    box-shadow: var(--shadow-xl);
    width: 90%;
    max-width: 400px;
    overflow: hidden;
    animation: confirmSlideIn-b-gvjv3ehlhk 0.25s ease;
}

.confirm-modal-icon-area[b-gvjv3ehlhk] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem 1rem 0.75rem;
}

.confirm-modal-icon[b-gvjv3ehlhk] {
    font-size: 2.8rem;
    color: var(--confirm-color);
}

.confirm-modal-body[b-gvjv3ehlhk] {
    text-align: center;
    padding: 0.5rem 1.5rem 1rem;
}

.confirm-modal-title[b-gvjv3ehlhk] {
    font-weight: 700;
    font-size: 1.15rem;
    color: var(--gray-900);
    margin-bottom: 0.4rem;
}

.confirm-modal-message[b-gvjv3ehlhk] {
    color: var(--gray-700);
    font-size: 0.95rem;
    margin-bottom: 0;
    line-height: 1.5;
}

.confirm-modal-detail[b-gvjv3ehlhk] {
    color: var(--gray-500);
    font-size: 0.82rem;
    margin-top: 0.4rem;
    margin-bottom: 0;
}

.confirm-modal-actions[b-gvjv3ehlhk] {
    display: flex;
    gap: 0.75rem;
    padding: 0.75rem 1.5rem 1.25rem;
    justify-content: center;
}

.confirm-modal-btn[b-gvjv3ehlhk] {
    border: none;
    border-radius: var(--border-radius);
    padding: 0.55rem 1.5rem;
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all var(--transition-fast);
    min-width: 110px;
}

.confirm-modal-btn:disabled[b-gvjv3ehlhk] {
    opacity: 0.65;
    cursor: not-allowed;
}

.confirm-modal-btn-cancel[b-gvjv3ehlhk] {
    background: var(--gray-100);
    color: var(--gray-700);
}

.confirm-modal-btn-cancel:hover:not(:disabled)[b-gvjv3ehlhk] {
    background: var(--gray-200);
}

.confirm-modal-btn-confirm[b-gvjv3ehlhk] {
    background: var(--confirm-color);
    color: var(--white);
}

.confirm-modal-btn-confirm:hover:not(:disabled)[b-gvjv3ehlhk] {
    background: var(--confirm-hover);
}

@keyframes confirmFadeIn-b-gvjv3ehlhk {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes confirmSlideIn-b-gvjv3ehlhk {
    from { opacity: 0; transform: scale(0.92) translateY(-10px); }
    to { opacity: 1; transform: scale(1) translateY(0); }
}
/* /Shared/CourseSearchChat.razor.rz.scp.css */
/* CourseSearchChat - CSS Isolation */

/* Float button - positioned above WhatsApp */
.chat-float-container[b-3cd9jthjq3] {
    position: fixed;
    bottom: 94px;
    right: 24px;
    z-index: 1050;
}

.chat-float-btn[b-3cd9jthjq3] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: none;
    background: var(--primary-color, #0f70b7);
    color: var(--white);
    font-size: 1.4rem;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(15, 112, 183, 0.4);
    transition: all 0.3s ease;
}

.chat-float-btn:hover[b-3cd9jthjq3] {
    transform: scale(1.1);
    box-shadow: 0 6px 25px rgba(15, 112, 183, 0.6);
}

.chat-float-btn:active[b-3cd9jthjq3] {
    transform: scale(0.95);
}

/* Chat panel */
.chat-panel[b-3cd9jthjq3] {
    position: fixed;
    bottom: 160px;
    right: 24px;
    width: 360px;
    height: 460px;
    background: var(--white);
    border-radius: 16px;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    z-index: 1060;
    overflow: hidden;
    animation: chat-slide-up-b-3cd9jthjq3 0.25s ease-out;
}

@keyframes chat-slide-up-b-3cd9jthjq3 {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Header */
.chat-header[b-3cd9jthjq3] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 16px;
    background: var(--primary-color, #0f70b7);
    color: var(--white);
    font-weight: 600;
    font-size: 0.95rem;
    flex-shrink: 0;
}

/* Messages area */
.chat-messages[b-3cd9jthjq3] {
    flex: 1;
    overflow-y: auto;
    padding: 16px 12px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* Bubbles */
.chat-bubble-user[b-3cd9jthjq3] {
    align-self: flex-end;
    background: var(--primary-color, #0f70b7);
    color: var(--white);
    padding: 8px 14px;
    border-radius: 16px 16px 4px 16px;
    max-width: 80%;
    font-size: 0.88rem;
    word-break: break-word;
}

.chat-bubble-bot[b-3cd9jthjq3] {
    align-self: flex-start;
    background: var(--chat-bot-bg);
    color: var(--chat-text-dark);
    padding: 10px 14px;
    border-radius: 16px 16px 16px 4px;
    max-width: 90%;
    font-size: 0.88rem;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

/* Course result card */
.chat-course-card[b-3cd9jthjq3] {
    display: block;
    background: var(--white);
    border: 1px solid var(--chat-border);
    border-radius: 10px;
    padding: 10px 12px;
    text-decoration: none !important;
    color: inherit !important;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.chat-course-card:hover[b-3cd9jthjq3] {
    border-color: var(--primary-color, #0f70b7);
    box-shadow: 0 2px 8px rgba(15, 112, 183, 0.15);
}

.chat-course-topic[b-3cd9jthjq3] {
    font-weight: 600;
    font-size: 0.82rem;
    color: var(--chat-text-dark);
    margin-bottom: 4px;
    line-height: 1.3;
}

.chat-course-meta[b-3cd9jthjq3] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.75rem;
}

.chat-course-price[b-3cd9jthjq3] {
    font-weight: 700;
    color: var(--primary-color, #0f70b7);
}

.chat-course-type[b-3cd9jthjq3] {
    color: var(--chat-text-muted);
    background: var(--chat-bot-bg);
    padding: 2px 8px;
    border-radius: 8px;
    font-size: 0.7rem;
}

/* Input area */
.chat-input-area[b-3cd9jthjq3] {
    display: flex;
    align-items: center;
    padding: 10px 12px;
    border-top: 1px solid var(--chat-divider);
    gap: 8px;
    flex-shrink: 0;
}

.chat-input[b-3cd9jthjq3] {
    flex: 1;
    border: 1px solid var(--chat-input-border);
    border-radius: 20px;
    padding: 8px 16px;
    font-size: 0.88rem;
    outline: none;
    transition: border-color 0.2s;
}

.chat-input:focus[b-3cd9jthjq3] {
    border-color: var(--primary-color, #0f70b7);
}

.chat-send-btn[b-3cd9jthjq3] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: none;
    background: var(--primary-color, #0f70b7);
    color: var(--white);
    font-size: 1rem;
    cursor: pointer;
    transition: background 0.2s;
    flex-shrink: 0;
}

.chat-send-btn:hover[b-3cd9jthjq3] {
    background: var(--primary-hover, #0a436f);
}

.chat-send-btn:disabled[b-3cd9jthjq3] {
    background: var(--chat-disabled);
    cursor: not-allowed;
}

/* Minimum characters hint */
.chat-min-hint[b-3cd9jthjq3] {
    padding: 4px 16px 8px;
    font-size: 0.75rem;
    color: var(--chat-hint-color);
    text-align: center;
    flex-shrink: 0;
}

/* Thinking animation */
.chat-thinking[b-3cd9jthjq3] {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 4px 0;
}

.chat-dot[b-3cd9jthjq3] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--chat-dot-color);
    animation: chat-dot-bounce-b-3cd9jthjq3 1.2s infinite ease-in-out;
}

.chat-dot:nth-child(2)[b-3cd9jthjq3] {
    animation-delay: 0.2s;
}

.chat-dot:nth-child(3)[b-3cd9jthjq3] {
    animation-delay: 0.4s;
}

@keyframes chat-dot-bounce-b-3cd9jthjq3 {
    0%, 60%, 100% {
        transform: translateY(0);
        opacity: 0.4;
    }
    30% {
        transform: translateY(-6px);
        opacity: 1;
    }
}

/* Mobile */
@media (max-width: 576px) {
    .chat-float-container[b-3cd9jthjq3] {
        bottom: 142px;
        right: 16px;
    }

    .chat-float-btn[b-3cd9jthjq3] {
        width: 46px;
        height: 46px;
        font-size: 1.2rem;
    }

    .chat-panel[b-3cd9jthjq3] {
        bottom: 200px;
        right: 8px;
        left: 8px;
        width: auto;
        height: 400px;
    }
}
/* /Shared/DocenteLayout.razor.rz.scp.css */
/* DocenteLayout — Teacher experience layout (same structure as StudentLayout) */

.docente-topbar[b-i5134819pg] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 75px;
    background: #fff;
    border-bottom: 1px solid #e9ecef;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
    z-index: 1030;
    display: flex;
    align-items: center;
    padding: 0 1rem;
}

.topbar-brand[b-i5134819pg] {
    display: flex;
    align-items: center;
    text-decoration: none;
    flex-shrink: 0;
}

.topbar-brand img[b-i5134819pg] {
    transition: opacity 0.2s;
}

.topbar-brand:hover img[b-i5134819pg] {
    opacity: 0.8;
}

.topbar-nav[b-i5134819pg] {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-left: 2rem;
}

.topbar-link[b-i5134819pg] {
    display: inline-flex;
    align-items: center;
    padding: 8px 16px;
    border-radius: 8px;
    font-size: 0.85rem;
    font-weight: 500;
    color: #555;
    text-decoration: none;
    transition: all 0.15s ease;
    white-space: nowrap;
    border: none;
    background: transparent;
    cursor: pointer;
}

.topbar-link:hover[b-i5134819pg] {
    background: #f0f4ff;
    color: #1a73e8;
}

.topbar-link.active[b-i5134819pg] {
    background: #e8f0fe;
    color: #1a73e8;
    font-weight: 600;
}

.topbar-user[b-i5134819pg] {
    margin-left: auto;
}

.topbar-user-btn[b-i5134819pg] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 12px;
    border-radius: 24px;
    border: 1.5px solid #e9ecef;
    background: #fff;
    color: #333;
    font-size: 0.85rem;
    cursor: pointer;
    transition: all 0.15s ease;
}

.topbar-user-btn:hover[b-i5134819pg] {
    border-color: #1a73e8;
    background: #f8f9ff;
}

.topbar-user-btn[b-i5134819pg]::after {
    font-size: 0.7rem;
    vertical-align: middle;
}

.topbar-avatar[b-i5134819pg] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: linear-gradient(135deg, #1a73e8, #4285f4);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 0.9rem;
    flex-shrink: 0;
}

.docente-main[b-i5134819pg] {
    padding-top: 75px;
    min-height: 100vh;
    background: #f5f7fa;
}

.topbar-user .dropdown-menu[b-i5134819pg] {
    min-width: 200px;
    margin-top: 8px;
}

.topbar-user .dropdown-item[b-i5134819pg] {
    padding: 8px 16px;
    font-size: 0.85rem;
    border-radius: 6px;
    margin: 2px 8px;
    width: auto;
}

.topbar-user .dropdown-item:hover[b-i5134819pg] {
    background: #f0f4ff;
}

@media (max-width: 767.98px) {
    .docente-topbar[b-i5134819pg] {
        height: 60px;
        padding: 0 0.75rem;
    }

    .docente-main[b-i5134819pg] {
        padding-top: 60px;
    }

    .topbar-brand img[b-i5134819pg] {
        height: 30px;
    }
}
/* /Shared/Footer.razor.rz.scp.css */
/* Footer styles moved to base.css (shared by Footer + ServiceFooter) */
/* /Shared/NotFound.razor.rz.scp.css */
/* NotFound Component - CSS Isolation */

.notfound-wrapper[b-33qawmuksj] {
    background-color: var(--light-bg) !important;
}

.notfound-wrapper img[b-33qawmuksj] {
    max-width: 400px;
    height: auto;
}

.notfound-wrapper h1[b-33qawmuksj] {
    color: var(--primary-color) !important;
}

.notfound-wrapper p[b-33qawmuksj] {
    color: var(--gray-600) !important;
}

.notfound-wrapper strong[b-33qawmuksj] {
    color: var(--secondary-color);
}

.notfound-wrapper .btn-primary[b-33qawmuksj] {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--white);
    transition: background-color var(--transition-fast), border-color var(--transition-fast), transform 0.1s ease-in-out, box-shadow var(--transition-fast);
}

.notfound-wrapper .btn-primary:hover[b-33qawmuksj] {
    background-color: var(--primary-hover);
    border-color: var(--primary-hover);
    transform: translateY(-1px);
    box-shadow: var(--shadow-lg) !important;
}

.notfound-wrapper .btn-primary i[b-33qawmuksj] {
    color: var(--white);
}
/* /Shared/PasswordStrengthIndicator.razor.rz.scp.css */
/* Password strength indicator */
.password-strength-bar[b-gag00nxbwd] {
    height: 4px;
    background-color: var(--gray-200);
    border-radius: var(--border-radius-full);
    overflow: hidden;
}

.password-strength-fill[b-gag00nxbwd] {
    height: 100%;
    border-radius: var(--border-radius-full);
    transition: width 0.3s ease, background-color 0.3s ease;
}

.password-strength-fill.password-strength-weak[b-gag00nxbwd] {
    width: 33%;
    background-color: var(--danger-color);
}

.password-strength-fill.password-strength-medium[b-gag00nxbwd] {
    width: 66%;
    background-color: var(--warning-color);
}

.password-strength-fill.password-strength-strong[b-gag00nxbwd] {
    width: 100%;
    background-color: var(--success-color);
}

.password-strength-label[b-gag00nxbwd] {
    font-size: 0.75rem;
    font-weight: 600;
}

.password-strength-label.password-strength-weak[b-gag00nxbwd] {
    color: var(--danger-color);
}

.password-strength-label.password-strength-medium[b-gag00nxbwd] {
    color: var(--warning-color);
}

.password-strength-label.password-strength-strong[b-gag00nxbwd] {
    color: var(--success-color);
}
/* /Shared/PrivateLayout.razor.rz.scp.css */
/* PrivateLayout Component - CSS Isolation */

.sidebar-wrapper[b-z8d9k3slfj] {
    position: sticky;
    top: 0;
    height: 100vh;
    flex-shrink: 0;
}

.min-width-0[b-z8d9k3slfj] {
    min-width: 0;
}

.main-content[b-z8d9k3slfj] {
    padding: 2rem;
}

.hamburger-btn[b-z8d9k3slfj] {
    font-size: 1.4rem;
    line-height: 1;
}

[b-z8d9k3slfj] .offcanvas-header {
    border-bottom: 1px solid var(--gray-300, #dee2e6);
}

@media (max-width: 767.98px) {
    .main-content[b-z8d9k3slfj] {
        padding: 1rem;
    }
}
/* /Shared/ServiceLayout.razor.rz.scp.css */
/* Service theme variables */
[b-fn5vfqjbkf] .service-theme {
    --service-grid-size: 45px;
    --service-grid-line: 1px;
    --service-grid-color: rgba(255, 255, 255, 0.04);
}

/* Service navbar */
[b-fn5vfqjbkf] .service-navbar {
    color: var(--white);
    background-color: var(--service-color) !important;
    border-bottom: 1px solid var(--white-alpha-15) !important;
    box-shadow: inset 0 -1px 0 var(--white-alpha-12), 0 2px 10px var(--black-alpha-10);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    overflow: visible;
    z-index: 1100;
}

[b-fn5vfqjbkf] .service-navbar.scrolled {
    background-color: var(--service-color) !important;
}

[b-fn5vfqjbkf] .service-navbar::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;
    background-image:
        linear-gradient(var(--service-grid-color) var(--service-grid-line), transparent var(--service-grid-line)),
        linear-gradient(90deg, var(--service-grid-color) var(--service-grid-line), transparent var(--service-grid-line));
    background-size: var(--service-grid-size) var(--service-grid-size);
    opacity: 1;
    pointer-events: none;
}

[b-fn5vfqjbkf] .service-navbar > .container {
    position: relative;
    z-index: 1;
}

[b-fn5vfqjbkf] .service-navbar .dropdown-menu {
    position: absolute;
    z-index: 1200;
}

/* Service page layout */
.service-page[b-fn5vfqjbkf] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background-color: var(--service-color);
}

.service-page > footer[b-fn5vfqjbkf] {
    margin-top: auto;
}

/* Footer override for service theme */
[b-fn5vfqjbkf] .service-theme .footer {
    background: var(--service-color) !important;
    position: relative;
    overflow: hidden;
    border-top: 1px solid var(--white-alpha-15);
    box-shadow: inset 0 1px 0 var(--white-alpha-12);
}

[b-fn5vfqjbkf] .service-theme .footer::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(var(--service-grid-color) var(--service-grid-line), transparent var(--service-grid-line)),
        linear-gradient(90deg, var(--service-grid-color) var(--service-grid-line), transparent var(--service-grid-line));
    background-size: var(--service-grid-size) var(--service-grid-size);
    pointer-events: none;
}

[b-fn5vfqjbkf] .service-theme .footer > .container {
    position: relative;
    z-index: 1;
}

/* Service theme Bootstrap overrides */
[b-fn5vfqjbkf] .service-theme .text-primary {
    color: var(--service-color) !important;
}

[b-fn5vfqjbkf] .service-theme .text-secondary {
    color: var(--service-color) !important;
}

[b-fn5vfqjbkf] .service-theme .btn-primary {
    background-color: var(--service-color) !important;
    border-color: var(--service-color) !important;
}

[b-fn5vfqjbkf] .service-theme .btn-outline-primary {
    color: var(--service-color) !important;
    border-color: var(--service-color) !important;
}

[b-fn5vfqjbkf] .service-theme .bg-primary {
    background-color: var(--service-color) !important;
}

/* Navbar elements */
[b-fn5vfqjbkf] .service-navbar .navbar-brand,
[b-fn5vfqjbkf] .service-navbar .navbar-brand img,
[b-fn5vfqjbkf] .service-navbar .navbar-nav .nav-link,
[b-fn5vfqjbkf] .service-navbar .navbar-nav .dropdown-toggle,
[b-fn5vfqjbkf] .service-navbar .navbar-nav .nav-link i {
    color: var(--white) !important;
}

[b-fn5vfqjbkf] .service-navbar .navbar-nav .nav-link:hover,
[b-fn5vfqjbkf] .service-navbar .navbar-nav .nav-link:focus {
    color: var(--gray-100) !important;
}

[b-fn5vfqjbkf] .service-navbar .btn-outline-light {
    color: var(--white) !important;
    border-color: var(--white) !important;
}

[b-fn5vfqjbkf] .service-navbar .btn-outline-light:hover {
    background-color: var(--white-alpha-15);
}

/* Service navbar logo */
[b-fn5vfqjbkf] .service-navbar .logo-container {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--white-alpha-95);
    border-radius: 10px;
    padding: 6px 14px;
    box-shadow: 0 2px 8px var(--black-alpha-10);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

[b-fn5vfqjbkf] .service-navbar .logo-container:hover {
    transform: scale(1.03);
    box-shadow: 0 4px 12px var(--black-alpha-20);
}

[b-fn5vfqjbkf] .service-navbar .service-logo-img {
    height: 38px;
    width: auto;
    max-width: 180px;
    object-fit: contain;
}

@media (max-width: 576px) {
    [b-fn5vfqjbkf] .service-navbar .service-logo-img {
        height: 30px;
        max-width: 140px;
    }

    [b-fn5vfqjbkf] .service-navbar .logo-container {
        padding: 5px 10px;
        border-radius: 8px;
    }
}
/* /Shared/SessionMonitor.razor.rz.scp.css */
/* SessionMonitor Component - CSS Isolation */

.session-warning-overlay[b-qgbloqzu35] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--modal-backdrop);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.session-warning-modal[b-qgbloqzu35] {
    background: var(--white);
    border-radius: var(--border-radius-lg);
    padding: 2rem;
    max-width: 400px;
    width: 90%;
    box-shadow: var(--shadow-xl);
}

.session-icon[b-qgbloqzu35] {
    font-size: 3rem;
}

@media (max-width: 575.98px) {
    .session-warning-modal[b-qgbloqzu35] {
        padding: 1.25rem;
        max-width: 95%;
    }
}
/* /Shared/Sidebar.razor.rz.scp.css */
/* Sidebar Component - CSS Isolation */

.sidebar-expanded[b-9yrlxsjv23] {
    width: 240px;
    height: 100%;
    background-color: var(--light-bg) !important;
    transition: width var(--transition-normal);
    border-right: 1px solid var(--gray-300);
}

.sidebar-collapsed[b-9yrlxsjv23] {
    width: 80px;
    height: 100%;
    background-color: var(--light-bg) !important;
    transition: width var(--transition-normal);
    border-right: 1px solid var(--gray-300);
}

.sidebar-mobile[b-9yrlxsjv23] {
    width: 100%;
    height: 100%;
    background-color: var(--white, #fff);
}

.toggle-btn[b-9yrlxsjv23] {
    cursor: pointer;
}

.toggle-border[b-9yrlxsjv23] {
    border-bottom: 1px solid var(--gray-300);
    margin-bottom: 0.5rem;
}

.logo-img[b-9yrlxsjv23] {
    max-height: 40px;
}

.cursor-pointer[b-9yrlxsjv23] {
    cursor: pointer;
}

.sidebar-expanded .nav-link[b-9yrlxsjv23],
.sidebar-collapsed .nav-link[b-9yrlxsjv23],
.sidebar-mobile .nav-link[b-9yrlxsjv23] {
    font-weight: 500;
    padding: 0.75rem 1rem;
    border-radius: var(--border-radius);
    display: flex;
    align-items: center;
    gap: 10px;
    transition: background var(--transition-fast), color var(--transition-fast), font-weight var(--transition-fast);
    color: var(--gray-600);
    margin-bottom: 0.5rem;
    white-space: nowrap;
    overflow: hidden;
}

.sidebar-expanded .nav-link:hover:not(.active)[b-9yrlxsjv23],
.sidebar-collapsed .nav-link:hover:not(.active)[b-9yrlxsjv23],
.sidebar-mobile .nav-link:hover:not(.active)[b-9yrlxsjv23] {
    color: var(--primary-color);
    background-color: var(--primary-hover-bg);
    text-decoration: none;
}

.sidebar-expanded .nav-link.active[b-9yrlxsjv23],
.sidebar-collapsed .nav-link.active[b-9yrlxsjv23],
.sidebar-mobile .nav-link.active[b-9yrlxsjv23] {
    background-color: var(--primary-color);
    color: var(--white);
    font-weight: 600;
}

.sidebar-expanded .nav-link i[b-9yrlxsjv23],
.sidebar-collapsed .nav-link i[b-9yrlxsjv23],
.sidebar-mobile .nav-link i[b-9yrlxsjv23] {
    color: var(--gray-600);
    transition: color var(--transition-fast);
}

.sidebar-expanded .nav-link.active i[b-9yrlxsjv23],
.sidebar-collapsed .nav-link.active i[b-9yrlxsjv23],
.sidebar-mobile .nav-link.active i[b-9yrlxsjv23] {
    color: var(--white);
}

.sidebar-expanded .nav-link:hover:not(.active) i[b-9yrlxsjv23],
.sidebar-collapsed .nav-link:hover:not(.active) i[b-9yrlxsjv23],
.sidebar-mobile .nav-link:hover:not(.active) i[b-9yrlxsjv23] {
    color: var(--primary-color);
}

.dropdown-item[b-9yrlxsjv23] {
    padding: 0.75rem 1rem;
}

.dropdown-item i[b-9yrlxsjv23] {
    transition: color var(--transition-fast);
}

.dropdown-item:hover i[b-9yrlxsjv23] {
    color: inherit !important;
}

.dropdown-item.text-danger i[b-9yrlxsjv23] {
    color: var(--danger-color);
}

.sidebar-collapsed .nav-link[b-9yrlxsjv23] {
    gap: 0;
    justify-content: center;
}

.sidebar-collapsed .nav-link i[b-9yrlxsjv23] {
    margin-right: 0 !important;
}

.sidebar-collapsed .dropdown .btn[b-9yrlxsjv23] {
    justify-content: center;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.sidebar-collapsed .dropdown .btn .gap-2[b-9yrlxsjv23] {
    gap: 0 !important;
}

.sidebar-collapsed .dropdown .btn .dropdown-toggle[b-9yrlxsjv23]::after {
    display: none;
}
/* /Shared/StudentLayout.razor.rz.scp.css */
/* StudentLayout — Student experience layout */

.student-topbar[b-fbxqbfmng3] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 75px;
    background: #fff;
    border-bottom: 1px solid #e9ecef;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
    z-index: 1030;
    display: flex;
    align-items: center;
    padding: 0 1rem;
}

.topbar-brand[b-fbxqbfmng3] {
    display: flex;
    align-items: center;
    text-decoration: none;
    flex-shrink: 0;
}

.topbar-brand img[b-fbxqbfmng3] {
    transition: opacity 0.2s;
}

.topbar-brand:hover img[b-fbxqbfmng3] {
    opacity: 0.8;
}

/* Navigation links */
.topbar-nav[b-fbxqbfmng3] {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-left: 2rem;
}

.topbar-link[b-fbxqbfmng3] {
    display: inline-flex;
    align-items: center;
    padding: 8px 16px;
    border-radius: 8px;
    font-size: 0.85rem;
    font-weight: 500;
    color: #555;
    text-decoration: none;
    transition: all 0.15s ease;
    white-space: nowrap;
    border: none;
    background: transparent;
    cursor: pointer;
}

.topbar-link:hover[b-fbxqbfmng3] {
    background: #f0f4ff;
    color: #1a73e8;
}

.topbar-link.active[b-fbxqbfmng3] {
    background: #e8f0fe;
    color: #1a73e8;
    font-weight: 600;
}

/* Más Cursos dropdown */
.topbar-nav .dropdown .dropdown-menu[b-fbxqbfmng3] {
    min-width: 220px;
    margin-top: 8px;
}

.topbar-nav .dropdown .dropdown-item[b-fbxqbfmng3] {
    padding: 8px 16px;
    font-size: 0.85rem;
    border-radius: 6px;
    margin: 2px 8px;
    width: auto;
}

.topbar-nav .dropdown .dropdown-item:hover[b-fbxqbfmng3] {
    background: #f0f4ff;
}

/* User button */
.topbar-user[b-fbxqbfmng3] {
    margin-left: auto;
}

.topbar-user-btn[b-fbxqbfmng3] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 12px;
    border-radius: 24px;
    border: 1.5px solid #e9ecef;
    background: #fff;
    color: #333;
    font-size: 0.85rem;
    cursor: pointer;
    transition: all 0.15s ease;
}

.topbar-user-btn:hover[b-fbxqbfmng3] {
    border-color: #1a73e8;
    background: #f8f9ff;
}

.topbar-user-btn[b-fbxqbfmng3]::after {
    font-size: 0.7rem;
    vertical-align: middle;
}

.topbar-avatar[b-fbxqbfmng3] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: linear-gradient(135deg, #1a73e8, #4285f4);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 0.9rem;
    flex-shrink: 0;
}

/* Main content area */
.student-main[b-fbxqbfmng3] {
    padding-top: 75px;
    min-height: 100vh;
    background: #f5f7fa;
}

/* Dropdown */
.topbar-user .dropdown-menu[b-fbxqbfmng3] {
    min-width: 200px;
    margin-top: 8px;
}

.topbar-user .dropdown-item[b-fbxqbfmng3] {
    padding: 8px 16px;
    font-size: 0.85rem;
    border-radius: 6px;
    margin: 2px 8px;
    width: auto;
}

.topbar-user .dropdown-item:hover[b-fbxqbfmng3] {
    background: #f0f4ff;
}

/* Mobile */
@media (max-width: 767.98px) {
    .student-topbar[b-fbxqbfmng3] {
        height: 60px;
        padding: 0 0.75rem;
    }

    .student-main[b-fbxqbfmng3] {
        padding-top: 60px;
    }

    .topbar-brand img[b-fbxqbfmng3] {
        height: 30px;
    }
}
/* /Shared/ToastHost.razor.rz.scp.css */
.toast-host[b-k6msevbkkh] {
    position: fixed;
    top: 1rem;
    right: 1rem;
    z-index: 1090;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    max-width: 380px;
}

.toast-card[b-k6msevbkkh] {
    position: relative;
    display: flex;
    flex-direction: column;
    background: var(--white);
    border-radius: 0.75rem;
    box-shadow: 0 8px 30px var(--black-alpha-10);
    overflow: hidden;
    cursor: default;
}

/* Toast level colors — single class sets the --toast-color variable */
.toast-level-success[b-k6msevbkkh] { --toast-color: var(--success-color); }
.toast-level-error[b-k6msevbkkh]   { --toast-color: var(--danger-color); }
.toast-level-warning[b-k6msevbkkh] { --toast-color: var(--warning-color); }
.toast-level-info[b-k6msevbkkh]    { --toast-color: var(--info-color); }

.toast-accent[b-k6msevbkkh] {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    border-radius: 0.75rem 0 0 0.75rem;
    background: var(--toast-color);
}

.toast-content[b-k6msevbkkh] {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    padding: 0.75rem 0.75rem 0.6rem 1rem;
}

.toast-icon[b-k6msevbkkh] {
    flex-shrink: 0;
    font-size: 1.25rem;
    line-height: 1;
    margin-top: 1px;
    color: var(--toast-color);
}

.toast-text[b-k6msevbkkh] {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.toast-title[b-k6msevbkkh] {
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--gray-900);
    line-height: 1.3;
}

.toast-message[b-k6msevbkkh] {
    font-size: 0.82rem;
    color: var(--gray-600);
    line-height: 1.4;
    word-break: break-word;
}

.toast-close[b-k6msevbkkh] {
    flex-shrink: 0;
    background: none;
    border: none;
    padding: 0.2rem;
    font-size: 0.75rem;
    color: var(--gray-500);
    cursor: pointer;
    border-radius: var(--border-radius-sm);
    line-height: 1;
    transition: color var(--transition-fast), background var(--transition-fast);
}

.toast-close:hover[b-k6msevbkkh] {
    color: var(--gray-700);
    background: var(--gray-100);
}

.toast-progress[b-k6msevbkkh] {
    height: 3px;
    background: var(--gray-100);
}

.toast-progress-bar[b-k6msevbkkh] {
    height: 100%;
    width: 100%;
    transform-origin: left;
    animation: toastCountdown-b-k6msevbkkh linear forwards;
    background: var(--toast-color);
}

@keyframes toastCountdown-b-k6msevbkkh {
    from { transform: scaleX(1); }
    to   { transform: scaleX(0); }
}

.toast-enter[b-k6msevbkkh] {
    animation: toastSlideIn-b-k6msevbkkh 0.3s ease forwards;
}

.toast-exit[b-k6msevbkkh] {
    animation: toastSlideOut-b-k6msevbkkh 0.3s ease forwards;
}

@keyframes toastSlideIn-b-k6msevbkkh {
    from { opacity: 0; transform: translateX(100%) scale(0.95); }
    to   { opacity: 1; transform: translateX(0) scale(1); }
}

@keyframes toastSlideOut-b-k6msevbkkh {
    from { opacity: 1; transform: translateX(0) scale(1); }
    to   { opacity: 0; transform: translateX(100%) scale(0.95); }
}

@media (max-width: 575.98px) {
    .toast-host[b-k6msevbkkh] {
        left: 0.5rem;
        right: 0.5rem;
        max-width: none;
    }
}
/* /Shared/UnderConstructionModal.razor.rz.scp.css */
/* UnderConstructionModal Component - CSS Isolation */

.under-construction-backdrop[b-5zlloj3dzm] {
    background-color: var(--modal-backdrop);
}

.under-construction-icon[b-5zlloj3dzm] {
    font-size: 4rem;
}
/* /Shared/WhatsAppFloat.razor.rz.scp.css */
/* WhatsApp Floating Button - CSS Isolation */

.whatsapp-float-container[b-1xagxq7lv2] {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 1050;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
}

.whatsapp-float-btn[b-1xagxq7lv2] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: var(--whatsapp-green);
    color: var(--white) !important;
    text-decoration: none !important;
    font-size: 1.8rem;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4);
    transition: all 0.3s ease;
    animation: whatsapp-pulse-b-1xagxq7lv2 2s infinite;
}

.whatsapp-float-btn:hover[b-1xagxq7lv2] {
    transform: scale(1.1);
    box-shadow: 0 6px 25px rgba(37, 211, 102, 0.6);
    animation: none;
}

.whatsapp-float-btn:active[b-1xagxq7lv2] {
    transform: scale(0.95);
}

.whatsapp-tooltip[b-1xagxq7lv2] {
    position: absolute;
    right: 72px;
    bottom: 12px;
    background-color: var(--white, #ffffff);
    color: var(--gray-800, #343a40);
    padding: 10px 16px;
    border-radius: var(--border-radius-lg, 0.75rem);
    box-shadow: var(--shadow-lg, 0 10px 25px rgba(0, 0, 0, 0.15));
    font-size: 0.875rem;
    font-weight: 500;
    white-space: nowrap;
    animation: tooltip-fade-in-b-1xagxq7lv2 0.2s ease-out;
}

.whatsapp-tooltip[b-1xagxq7lv2]::after {
    content: '';
    position: absolute;
    right: -6px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid var(--white, #ffffff);
}

@keyframes whatsapp-pulse-b-1xagxq7lv2 {
    0% {
        box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4);
    }
    50% {
        box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4), 0 0 0 10px rgba(37, 211, 102, 0.15);
    }
    100% {
        box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4), 0 0 0 20px rgba(37, 211, 102, 0);
    }
}

@keyframes tooltip-fade-in-b-1xagxq7lv2 {
    from {
        opacity: 0;
        transform: translateX(8px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Mobile adjustments */
@media (max-width: 768px) {
    .whatsapp-float-container[b-1xagxq7lv2] {
        bottom: 80px;
        right: 16px;
    }

    .whatsapp-float-btn[b-1xagxq7lv2] {
        width: 52px;
        height: 52px;
        font-size: 1.5rem;
    }

    .whatsapp-tooltip[b-1xagxq7lv2] {
        display: none;
    }
}
