/* /Components/Layout/AdminLayout.razor.rz.scp.css */
.admin-layout[b-54v8eumo6t] {
    min-height: 100vh;
    background-color: #f8f9fa;
    font-family: 'Manrope', system-ui, -apple-system, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #334155;
}

.admin-nav[b-54v8eumo6t] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 32px;
    background-color: #1e293b;
    color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.admin-nav-brand[b-54v8eumo6t] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.admin-nav-brand a[b-54v8eumo6t] {
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
}

.admin-badge[b-54v8eumo6t] {
    background-color: #C41E3A;
    color: #fff;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
}

.admin-nav-links[b-54v8eumo6t] {
    display: flex;
    gap: 24px;
    align-items: center;
}

.admin-nav-link[b-54v8eumo6t] {
    color: #94a3b8;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.2s;
}

.admin-nav-link:hover[b-54v8eumo6t] {
    color: #fff;
}

.admin-nav-logout[b-54v8eumo6t] {
    color: #f87171;
}

.admin-nav-logout:hover[b-54v8eumo6t] {
    color: #fca5a5;
}

.admin-main[b-54v8eumo6t] {
    padding: 32px 48px;
    max-width: 1400px;
    margin: 0 auto;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-qshymg9yhp] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-qshymg9yhp] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Pages/Admin/CalendarForm.razor.rz.scp.css */
.admin-loading[b-jopx9ynshj] {
    text-align: center;
    padding: 48px;
    color: #64748b;
    font-size: 18px;
}

/* Header */
.form-header[b-jopx9ynshj] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}

.form-header h1[b-jopx9ynshj] {
    font-size: 24px;
    color: #1e293b;
    margin: 0;
    font-weight: 700;
}

.btn-back[b-jopx9ynshj] {
    color: #64748b;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.15s;
}

.btn-back:hover[b-jopx9ynshj] {
    color: #C41E3A;
}

/* Alerts */
.form-error[b-jopx9ynshj] {
    background-color: #fef2f2;
    color: #991b1b;
    padding: 12px 16px;
    border-radius: 6px;
    font-size: 14px;
    margin-bottom: 16px;
    border: 1px solid #fecaca;
}

.form-success[b-jopx9ynshj] {
    background-color: #f0fdf4;
    color: #166534;
    padding: 12px 16px;
    border-radius: 6px;
    font-size: 14px;
    margin-bottom: 16px;
    border: 1px solid #bbf7d0;
}

/* Card container */
.form-card[b-jopx9ynshj] {
    background: #fff;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    overflow: hidden;
}

/* ─── Configuration row: General | Modules | Status ─── */
.config-row[b-jopx9ynshj] {
    display: grid;
    grid-template-columns: 1fr 1fr auto;
    gap: 0;
    border-bottom: 1px solid #e2e8f0;
}

.config-group[b-jopx9ynshj] {
    padding: 20px 24px;
}

.config-group + .config-group[b-jopx9ynshj] {
    border-left: 1px solid #e2e8f0;
}

.config-group h2[b-jopx9ynshj] {
    font-size: 11px;
    font-weight: 600;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin: 0 0 12px;
}

.config-fields[b-jopx9ynshj] {
    display: flex;
    gap: 12px;
    align-items: flex-end;
}

.config-fields .form-group[b-jopx9ynshj] {
    flex: 1;
    margin-bottom: 0;
}

.config-fields .form-group label[b-jopx9ynshj] {
    display: block;
    font-size: 12px;
    font-weight: 500;
    color: #64748b;
    margin-bottom: 4px;
}

.config-fields .form-group input[b-jopx9ynshj] {
    width: 100%;
    padding: 7px 10px;
    border: 1px solid #d1d5db;
    border-radius: 5px;
    font-size: 14px;
    box-sizing: border-box;
    font-family: inherit;
    transition: border-color 0.15s;
}

.config-fields .form-group input:focus[b-jopx9ynshj] {
    outline: none;
    border-color: #C41E3A;
    box-shadow: 0 0 0 2px rgba(196, 30, 58, 0.08);
}

/* Module chips — toggleable pills */
.module-chips[b-jopx9ynshj] {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}

.module-chip[b-jopx9ynshj] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 32px;
    padding: 0 12px;
    border-radius: 16px;
    font-size: 12px;
    font-weight: 700;
    font-family: inherit;
    cursor: pointer;
    transition: all 0.15s;
    border: 2px solid transparent;
    color: #64748b;
    background-color: #f1f5f9;
}

.module-chip:hover[b-jopx9ynshj] {
    background-color: #e2e8f0;
}

/* Selected states — filled with module color */
.module-chip.module-qm.selected[b-jopx9ynshj] { background-color: #22c55e; color: #fff; border-color: #22c55e; }
.module-chip.module-em.selected[b-jopx9ynshj] { background-color: #f97316; color: #fff; border-color: #f97316; }
.module-chip.module-oh.selected[b-jopx9ynshj] { background-color: #6b7280; color: #fff; border-color: #6b7280; }
.module-chip.module-au.selected[b-jopx9ynshj] { background-color: #eab308; color: #fff; border-color: #eab308; }
.module-chip.module-tl.selected[b-jopx9ynshj] { background-color: #06b6d4; color: #fff; border-color: #06b6d4; }

/* Unselected states — outlined hint of module color */
.module-chip.module-qm:not(.selected)[b-jopx9ynshj] { border-color: #bbf7d0; color: #16a34a; background: #f0fdf4; }
.module-chip.module-em:not(.selected)[b-jopx9ynshj] { border-color: #fed7aa; color: #ea580c; background: #fff7ed; }
.module-chip.module-oh:not(.selected)[b-jopx9ynshj] { border-color: #d1d5db; color: #6b7280; background: #f9fafb; }
.module-chip.module-au:not(.selected)[b-jopx9ynshj] { border-color: #fef08a; color: #ca8a04; background: #fefce8; }
.module-chip.module-tl:not(.selected)[b-jopx9ynshj] { border-color: #a5f3fc; color: #0891b2; background: #ecfeff; }

/* ─── Status toggle ─── */
.config-status[b-jopx9ynshj] {
    display: flex;
    flex-direction: column;
    min-width: 120px;
}

.status-toggle[b-jopx9ynshj] {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    padding: 6px 0;
}

.status-toggle input[type="checkbox"][b-jopx9ynshj] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.status-indicator[b-jopx9ynshj] {
    position: relative;
    width: 40px;
    height: 22px;
    border-radius: 11px;
    background-color: #d1d5db;
    transition: background-color 0.2s;
    flex-shrink: 0;
}

.status-indicator[b-jopx9ynshj]::after {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #fff;
    transition: transform 0.2s;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

.status-toggle.is-active .status-indicator[b-jopx9ynshj] {
    background-color: #22c55e;
}

.status-toggle.is-active .status-indicator[b-jopx9ynshj]::after {
    transform: translateX(18px);
}

.status-text[b-jopx9ynshj] {
    font-size: 14px;
    font-weight: 500;
    color: #64748b;
}

.status-toggle.is-active .status-text[b-jopx9ynshj] {
    color: #166534;
}

.status-toggle.is-inactive .status-text[b-jopx9ynshj] {
    color: #991b1b;
}

/* ─── Language tabs ─── */
.lang-tabs[b-jopx9ynshj] {
    display: flex;
    background-color: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
    padding: 0 24px;
}

.lang-tab[b-jopx9ynshj] {
    padding: 12px 24px;
    background: none;
    border: none;
    border-bottom: 2px solid transparent;
    margin-bottom: -1px;
    font-size: 14px;
    font-weight: 600;
    color: #94a3b8;
    cursor: pointer;
    transition: all 0.15s;
    font-family: inherit;
}

.lang-tab:hover[b-jopx9ynshj] {
    color: #475569;
}

.lang-tab.active[b-jopx9ynshj] {
    color: #C41E3A;
    border-bottom-color: #C41E3A;
    background-color: #fff;
}

/* ─── Form content sections ─── */
.form-section[b-jopx9ynshj] {
    padding: 24px;
}

.form-group[b-jopx9ynshj] {
    margin-bottom: 16px;
}

.form-group label[b-jopx9ynshj] {
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    margin-bottom: 5px;
}

.form-group input[type="text"][b-jopx9ynshj],
.form-group input[type="number"][b-jopx9ynshj],
.form-group textarea[b-jopx9ynshj] {
    width: 100%;
    padding: 9px 12px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    font-size: 15px;
    transition: border-color 0.15s, box-shadow 0.15s;
    box-sizing: border-box;
    font-family: inherit;
    background-color: #fff;
}

.form-group input:focus[b-jopx9ynshj],
.form-group textarea:focus[b-jopx9ynshj] {
    outline: none;
    border-color: #C41E3A;
    box-shadow: 0 0 0 2px rgba(196, 30, 58, 0.08);
}

.form-group textarea[b-jopx9ynshj] {
    resize: vertical;
    min-height: 72px;
}

.form-row-2[b-jopx9ynshj] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.form-row-3[b-jopx9ynshj] {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px;
}

/* ─── Form actions ─── */
.form-actions[b-jopx9ynshj] {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    padding: 16px 24px;
    border-top: 1px solid #e2e8f0;
    background-color: #f8fafc;
}

.btn-cancel[b-jopx9ynshj] {
    padding: 10px 20px;
    background-color: #fff;
    color: #475569;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.15s;
    font-family: inherit;
}

.btn-cancel:hover[b-jopx9ynshj] {
    background-color: #f1f5f9;
    border-color: #94a3b8;
}

.btn-save[b-jopx9ynshj] {
    padding: 10px 28px;
    background-color: #C41E3A;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.15s;
    font-family: inherit;
}

.btn-save:hover:not(:disabled)[b-jopx9ynshj] {
    background-color: #a31830;
}

.btn-save:disabled[b-jopx9ynshj] {
    opacity: 0.5;
    cursor: not-allowed;
}

/* ─── Responsive ─── */
@media (max-width: 900px) {
    .config-row[b-jopx9ynshj] {
        grid-template-columns: 1fr;
    }

    .config-group + .config-group[b-jopx9ynshj] {
        border-left: none;
        border-top: 1px solid #e2e8f0;
    }
}

@media (max-width: 768px) {
    .form-row-2[b-jopx9ynshj],
    .form-row-3[b-jopx9ynshj] {
        grid-template-columns: 1fr;
    }

    .config-fields[b-jopx9ynshj] {
        flex-direction: column;
        align-items: stretch;
    }
}
/* /Components/Pages/Admin/CalendarList.razor.rz.scp.css */
.admin-loading[b-a7q4gp7qpt] {
    text-align: center;
    padding: 48px;
    color: #64748b;
    font-size: 18px;
}

.admin-error[b-a7q4gp7qpt] {
    background-color: #fef2f2;
    color: #991b1b;
    padding: 16px;
    border-radius: 6px;
    border: 1px solid #fecaca;
    font-size: 15px;
}

/* ─── Page header ─── */
.page-header[b-a7q4gp7qpt] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
}

.page-header h1[b-a7q4gp7qpt] {
    font-size: 24px;
    color: #1e293b;
    margin: 0 0 4px;
    font-weight: 700;
}

.header-stats[b-a7q4gp7qpt] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.stat[b-a7q4gp7qpt] {
    font-size: 13px;
    color: #94a3b8;
    font-weight: 500;
}

.stat-active[b-a7q4gp7qpt] { color: #16a34a; }
.stat-inactive[b-a7q4gp7qpt] { color: #dc2626; }

.stat-dot[b-a7q4gp7qpt] {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #cbd5e1;
}

.page-header-right[b-a7q4gp7qpt] {
    display: flex;
    gap: 10px;
    align-items: center;
}

/* ─── Buttons ─── */
.btn-primary[b-a7q4gp7qpt] {
    display: inline-flex;
    align-items: center;
    padding: 9px 18px;
    background-color: #C41E3A;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.15s;
    font-family: inherit;
}

.btn-primary:hover[b-a7q4gp7qpt] {
    background-color: #a31830;
}

.btn-primary.btn-sm[b-a7q4gp7qpt] {
    padding: 7px 14px;
    font-size: 13px;
}

.btn-ghost[b-a7q4gp7qpt] {
    display: inline-flex;
    align-items: center;
    padding: 9px 16px;
    background-color: transparent;
    color: #64748b;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.15s;
    font-family: inherit;
}

.btn-ghost:hover[b-a7q4gp7qpt] {
    background-color: #f8fafc;
    border-color: #94a3b8;
    color: #334155;
}

.btn-danger[b-a7q4gp7qpt] {
    display: inline-flex;
    align-items: center;
    padding: 9px 18px;
    background-color: #dc2626;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.15s;
    font-family: inherit;
}

.btn-danger:hover[b-a7q4gp7qpt] {
    background-color: #b91c1c;
}

/* ─── Toolbar ─── */
.toolbar[b-a7q4gp7qpt] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
    padding: 8px 12px;
    background-color: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
}

.year-pills[b-a7q4gp7qpt] {
    display: flex;
    gap: 4px;
}

.year-pill[b-a7q4gp7qpt] {
    padding: 6px 14px;
    border: none;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    color: #64748b;
    background-color: transparent;
    cursor: pointer;
    transition: all 0.15s;
    font-family: inherit;
}

.year-pill:hover[b-a7q4gp7qpt] {
    background-color: #f1f5f9;
    color: #334155;
}

.year-pill.active[b-a7q4gp7qpt] {
    background-color: #C41E3A;
    color: #fff;
}

/* Toggle filter */
.toggle-filter[b-a7q4gp7qpt] {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    font-size: 13px;
    color: #64748b;
    font-weight: 500;
    user-select: none;
}

.toggle-filter input[type="checkbox"][b-a7q4gp7qpt] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.toggle-track[b-a7q4gp7qpt] {
    position: relative;
    width: 32px;
    height: 18px;
    border-radius: 9px;
    background-color: #d1d5db;
    transition: background-color 0.2s;
    flex-shrink: 0;
}

.toggle-thumb[b-a7q4gp7qpt] {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #fff;
    transition: transform 0.2s;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
}

.toggle-filter input:checked ~ .toggle-track[b-a7q4gp7qpt] {
    background-color: #C41E3A;
}

.toggle-filter input:checked ~ .toggle-track .toggle-thumb[b-a7q4gp7qpt] {
    transform: translateX(14px);
}

/* ─── Empty state ─── */
.empty-card[b-a7q4gp7qpt] {
    text-align: center;
    padding: 48px 24px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
}

.empty-title[b-a7q4gp7qpt] {
    font-size: 16px;
    font-weight: 600;
    color: #475569;
    margin: 0 0 6px;
}

.empty-text[b-a7q4gp7qpt] {
    font-size: 14px;
    color: #94a3b8;
    margin: 0 0 20px;
}

/* ─── Table card ─── */
.table-card[b-a7q4gp7qpt] {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    overflow: visible;
}

.data-table[b-a7q4gp7qpt] {
    width: 100%;
    border-collapse: collapse;
}

.data-table th[b-a7q4gp7qpt] {
    padding: 10px 16px;
    text-align: left;
    font-size: 11px;
    font-weight: 600;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    border-bottom: 1px solid #e2e8f0;
    background-color: #f8fafc;
}

.data-table td[b-a7q4gp7qpt] {
    padding: 12px 16px;
    font-size: 14px;
    color: #334155;
    border-bottom: 1px solid #f1f5f9;
    vertical-align: middle;
}

.data-table tbody tr:last-child td[b-a7q4gp7qpt] {
    border-bottom: none;
}

.data-table tbody tr:hover[b-a7q4gp7qpt] {
    background-color: #fafbfc;
}

.row-faded[b-a7q4gp7qpt] {
    opacity: 0.45;
}

.row-faded:hover[b-a7q4gp7qpt] {
    opacity: 0.7;
}

/* Column sizing */
.col-order[b-a7q4gp7qpt] { width: 48px; text-align: center; }
.col-name[b-a7q4gp7qpt] { min-width: 200px; }
.col-modules[b-a7q4gp7qpt] { width: 160px; }
.col-year[b-a7q4gp7qpt] { width: 64px; text-align: center; }
.col-date[b-a7q4gp7qpt] { width: 160px; }
.col-status[b-a7q4gp7qpt] { width: 80px; }
.col-actions[b-a7q4gp7qpt] { width: 80px; text-align: right; }

.col-order[b-a7q4gp7qpt] { text-align: center !important; }
.col-year[b-a7q4gp7qpt] { text-align: center !important; }

/* Order number */
.order-num[b-a7q4gp7qpt] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 4px;
    background-color: #f1f5f9;
    font-size: 12px;
    font-weight: 600;
    color: #64748b;
    font-variant-numeric: tabular-nums;
}

/* Entry name + title stacked */
.entry-name[b-a7q4gp7qpt] {
    display: block;
    color: #1e293b;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    transition: color 0.15s;
    line-height: 1.3;
}

.entry-name:hover[b-a7q4gp7qpt] {
    color: #C41E3A;
}

.entry-title[b-a7q4gp7qpt] {
    display: block;
    font-size: 12px;
    color: #94a3b8;
    line-height: 1.3;
    margin-top: 2px;
}

/* Module dots */
.module-dots[b-a7q4gp7qpt] {
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
}

.module-dot[b-a7q4gp7qpt] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 2px 8px;
    border-radius: 10px;
    font-size: 10px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.3px;
}

.module-qm[b-a7q4gp7qpt] { background-color: #22c55e; }
.module-em[b-a7q4gp7qpt] { background-color: #f97316; }
.module-oh[b-a7q4gp7qpt] { background-color: #6b7280; }
.module-au[b-a7q4gp7qpt] { background-color: #eab308; }
.module-tl[b-a7q4gp7qpt] { background-color: #06b6d4; }

/* Status badges */
.badge[b-a7q4gp7qpt] {
    display: inline-block;
    padding: 3px 10px;
    border-radius: 10px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.3px;
}

.badge-active[b-a7q4gp7qpt] {
    background-color: #dcfce7;
    color: #166534;
}

.badge-inactive[b-a7q4gp7qpt] {
    background-color: #fef2f2;
    color: #991b1b;
}

/* Action dropdown */
.action-dropdown[b-a7q4gp7qpt] {
    position: relative;
    display: inline-flex;
}

.action-trigger[b-a7q4gp7qpt] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border: none;
    border-radius: 6px;
    background: transparent;
    color: #94a3b8;
    cursor: pointer;
    transition: all 0.15s;
}

.action-trigger:hover[b-a7q4gp7qpt] {
    background-color: #f1f5f9;
    color: #475569;
}

.action-menu[b-a7q4gp7qpt] {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 50;
    min-width: 150px;
    margin-top: 4px;
    padding: 4px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.06);
}

.action-item[b-a7q4gp7qpt] {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    padding: 8px 12px;
    border: none;
    border-radius: 5px;
    background: transparent;
    color: #334155;
    font-size: 13px;
    font-weight: 500;
    font-family: inherit;
    cursor: pointer;
    transition: background-color 0.1s;
    text-decoration: none;
    white-space: nowrap;
    box-sizing: border-box;
}

.action-item:hover[b-a7q4gp7qpt] {
    background-color: #f1f5f9;
}

.action-item-danger[b-a7q4gp7qpt] {
    color: #dc2626;
}

.action-item-danger:hover[b-a7q4gp7qpt] {
    background-color: #fef2f2;
}

.dropdown-backdrop[b-a7q4gp7qpt] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 40;
}

.col-actions[b-a7q4gp7qpt] {
    white-space: nowrap;
}

/* ─── Modal ─── */
.modal-backdrop[b-a7q4gp7qpt] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(15, 23, 42, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    backdrop-filter: blur(2px);
}

.modal-card[b-a7q4gp7qpt] {
    background: #fff;
    border-radius: 10px;
    padding: 28px;
    max-width: 420px;
    width: 90%;
    text-align: center;
}

.modal-icon[b-a7q4gp7qpt] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #fef2f2;
    margin-bottom: 16px;
}

.modal-card h3[b-a7q4gp7qpt] {
    margin: 0 0 8px;
    color: #1e293b;
    font-size: 18px;
    font-weight: 700;
}

.modal-card p[b-a7q4gp7qpt] {
    color: #64748b;
    font-size: 14px;
    line-height: 1.5;
    margin: 0 0 24px;
}

.modal-buttons[b-a7q4gp7qpt] {
    display: flex;
    justify-content: center;
    gap: 10px;
}

/* ─── Responsive ─── */
@media (max-width: 900px) {
    .page-header[b-a7q4gp7qpt] {
        flex-direction: column;
        gap: 12px;
    }

    .toolbar[b-a7q4gp7qpt] {
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
    }

    .col-modules[b-a7q4gp7qpt],
    .col-date[b-a7q4gp7qpt] {
        display: none;
    }
}
/* /Components/Pages/Admin/Login.razor.rz.scp.css */
.login-container[b-816aa9akkv] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f1f5f9;
    padding: 16px;
    font-family: 'Manrope', system-ui, -apple-system, sans-serif;
}

.login-card[b-816aa9akkv] {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07), 0 1px 3px rgba(0, 0, 0, 0.06);
    padding: 40px;
    width: 100%;
    max-width: 420px;
}

.login-header[b-816aa9akkv] {
    text-align: center;
    margin-bottom: 32px;
}

.login-header h1[b-816aa9akkv] {
    color: #C41E3A;
    font-size: 28px;
    margin: 0 0 4px;
}

.login-header p[b-816aa9akkv] {
    color: #64748b;
    font-size: 15px;
    margin: 0;
}

.login-error[b-816aa9akkv] {
    background-color: #fef2f2;
    color: #991b1b;
    padding: 12px 16px;
    border-radius: 6px;
    font-size: 14px;
    margin-bottom: 16px;
    border: 1px solid #fecaca;
}

.login-success[b-816aa9akkv] {
    background-color: #f0fdf4;
    color: #166534;
    padding: 12px 16px;
    border-radius: 6px;
    font-size: 14px;
    margin-bottom: 16px;
    border: 1px solid #bbf7d0;
}

.form-group[b-816aa9akkv] {
    margin-bottom: 20px;
}

.form-group label[b-816aa9akkv] {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #374151;
    margin-bottom: 6px;
}

.form-group input[b-816aa9akkv] {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    font-size: 15px;
    transition: border-color 0.2s, box-shadow 0.2s;
    box-sizing: border-box;
}

.form-group input:focus[b-816aa9akkv] {
    outline: none;
    border-color: #C41E3A;
    box-shadow: 0 0 0 3px rgba(196, 30, 58, 0.1);
}

.btn-login[b-816aa9akkv] {
    width: 100%;
    padding: 12px;
    background-color: #C41E3A;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s;
}

.btn-login:hover[b-816aa9akkv] {
    background-color: #a31830;
}
/* /Components/Pages/Admin/Setup.razor.rz.scp.css */
.setup-container[b-2te8nswwtf] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f1f5f9;
    padding: 16px;
    font-family: 'Manrope', system-ui, -apple-system, sans-serif;
}

.setup-card[b-2te8nswwtf] {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07), 0 1px 3px rgba(0, 0, 0, 0.06);
    padding: 40px;
    width: 100%;
    max-width: 500px;
}

.setup-header[b-2te8nswwtf] {
    text-align: center;
    margin-bottom: 24px;
}

.setup-header h1[b-2te8nswwtf] {
    color: #C41E3A;
    font-size: 28px;
    margin: 0 0 4px;
}

.setup-header p[b-2te8nswwtf] {
    color: #64748b;
    font-size: 15px;
    margin: 0;
}

.setup-description[b-2te8nswwtf] {
    color: #475569;
    font-size: 15px;
    margin-bottom: 24px;
    text-align: center;
}

.setup-error[b-2te8nswwtf] {
    background-color: #fef2f2;
    color: #991b1b;
    padding: 12px 16px;
    border-radius: 6px;
    font-size: 14px;
    margin-bottom: 16px;
    border: 1px solid #fecaca;
}

.setup-info[b-2te8nswwtf] {
    background-color: #eff6ff;
    color: #1e40af;
    padding: 16px;
    border-radius: 6px;
    font-size: 15px;
    text-align: center;
    border: 1px solid #bfdbfe;
}

.setup-info a[b-2te8nswwtf] {
    color: #1e40af;
    font-weight: 600;
}

.form-group[b-2te8nswwtf] {
    margin-bottom: 20px;
}

.form-row[b-2te8nswwtf] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.form-group label[b-2te8nswwtf] {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #374151;
    margin-bottom: 6px;
}

.form-group input[b-2te8nswwtf] {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    font-size: 15px;
    transition: border-color 0.2s, box-shadow 0.2s;
    box-sizing: border-box;
}

.form-group input:focus[b-2te8nswwtf] {
    outline: none;
    border-color: #C41E3A;
    box-shadow: 0 0 0 3px rgba(196, 30, 58, 0.1);
}

.form-hint[b-2te8nswwtf] {
    display: block;
    font-size: 12px;
    color: #9ca3af;
    margin-top: 4px;
}

.btn-setup[b-2te8nswwtf] {
    width: 100%;
    padding: 12px;
    background-color: #C41E3A;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s;
    margin-top: 8px;
}

.btn-setup:hover[b-2te8nswwtf] {
    background-color: #a31830;
}
/* /Components/Pages/Calendar.razor.rz.scp.css */
/* Calendar Header - with red background for header visibility */
.calendar-header[b-mj42rig8yl] {
    background: linear-gradient(to bottom, #C41E3A 90px, var(--white) 90px);
    padding: 90px 0 40px;
    text-align: center;
}

.calendar-title[b-mj42rig8yl] {
    font-family: var(--ff-manrope);
    font-size: var(--fs-1);
    color: var(--charcoal);
    margin-bottom: 20px;
    font-weight: 100;
    letter-spacing: -1.5px;
}

.calendar-subtitle[b-mj42rig8yl] {
    font-family: var(--ff-manrope);
    font-size: var(--fs-6);
    color: var(--charcoal);
    line-height: 1.8;
    max-width: 700px;
    margin: 0 auto 30px;
}

/* Year Selector */
.year-selector[b-mj42rig8yl] {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 20px;
}

.year-btn[b-mj42rig8yl] {
    font-family: var(--ff-manrope);
    padding: 10px 28px;
    border: 2px solid #e5e7eb;
    background-color: transparent;
    color: #666;
    font-size: var(--fs-6);
    font-weight: var(--fw-600);
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.year-btn:hover[b-mj42rig8yl] {
    border-color: #C41E3A;
    color: #C41E3A;
}

.year-btn.active[b-mj42rig8yl] {
    background-color: #C41E3A;
    border-color: #C41E3A;
    color: white;
}

/* Calendar Content */
.calendar-content[b-mj42rig8yl] {
    background-color: var(--white);
    padding: 40px 0 60px;
}

/* Course Card */
.course-card[b-mj42rig8yl] {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 30px;
    padding: 25px 30px;
    margin-bottom: 20px;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    align-items: start;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
}

.course-card:hover[b-mj42rig8yl] {
    border-color: #C41E3A;
    box-shadow: 0 8px 25px rgba(196, 30, 58, 0.1);
    transform: translateY(-2px);
}

.course-card:last-child[b-mj42rig8yl] {
    margin-bottom: 0;
}

/* Course Info */
.course-info[b-mj42rig8yl] {
    padding-right: 20px;
}

.course-name[b-mj42rig8yl] {
    font-family: var(--ff-manrope);
    font-size: var(--fs-5);
    font-weight: var(--fw-700);
    color: #2563eb;
    text-decoration: none;
    display: block;
    margin-bottom: 5px;
}

.course-name:hover[b-mj42rig8yl] {
    color: #1d4ed8;
    text-decoration: underline;
}

.course-title[b-mj42rig8yl] {
    font-family: var(--ff-manrope);
    font-size: var(--fs-6);
    font-weight: var(--fw-600);
    color: var(--charcoal);
    margin-bottom: 3px;
}

.course-standards[b-mj42rig8yl] {
    font-family: var(--ff-manrope);
    font-size: var(--fs-7);
    color: #666;
    margin-bottom: 3px;
}

.course-type[b-mj42rig8yl] {
    font-family: var(--ff-manrope);
    font-size: var(--fs-7);
    color: #666;
    margin-bottom: 15px;
}

.course-modules-label[b-mj42rig8yl] {
    font-family: var(--ff-manrope);
    font-size: var(--fs-8);
    color: #888;
    margin-bottom: 8px;
    font-style: italic;
}

.course-modules[b-mj42rig8yl] {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}

.module-badge[b-mj42rig8yl] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    font-family: var(--ff-manrope);
    font-size: 11px;
    font-weight: var(--fw-700);
    color: white;
}

.module-qm[b-mj42rig8yl] {
    background-color: #22c55e;
}

.module-em[b-mj42rig8yl] {
    background-color: #f97316;
}

.module-oh[b-mj42rig8yl] {
    background-color: #6b7280;
}

.module-au[b-mj42rig8yl] {
    background-color: #eab308;
}

.module-tl[b-mj42rig8yl] {
    background-color: #06b6d4;
}

/* Course Schedule */
.course-schedule[b-mj42rig8yl] {
    padding: 0 20px;
}

.schedule-label[b-mj42rig8yl] {
    font-family: var(--ff-manrope);
    font-size: var(--fs-6);
    color: var(--charcoal);
    margin-bottom: 8px;
}

.schedule-label strong[b-mj42rig8yl] {
    font-weight: var(--fw-700);
}

.schedule-info[b-mj42rig8yl] {
    font-family: var(--ff-manrope);
    font-size: var(--fs-7);
    color: #666;
    margin-bottom: 5px;
}

.schedule-description[b-mj42rig8yl] {
    font-family: var(--ff-manrope);
    font-size: var(--fs-7);
    color: #666;
    line-height: 1.6;
    margin-top: 15px;
}

/* Responsive */
@media (max-width: 992px) {
    .course-card[b-mj42rig8yl] {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {
    .course-card[b-mj42rig8yl] {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .course-info[b-mj42rig8yl] {
        padding-right: 0;
    }

    .course-schedule[b-mj42rig8yl] {
        padding: 0;
    }

    .calendar-header[b-mj42rig8yl] {
        background: linear-gradient(to bottom, #C41E3A 70px, var(--white) 70px);
        padding: 70px 0 30px;
    }
}
/* /Components/Pages/SmarthomeGallery.razor.rz.scp.css */
/* Gallery Header - with golden yellow background for header visibility */
.gallery-header[b-hyoeco7j51] {
    background: linear-gradient(to bottom, #E4A600 90px, var(--white) 90px);
    padding: 90px 0 40px;
    text-align: center;
}

.btn-back-top[b-hyoeco7j51] {
    font-family: var(--ff-manrope);
    display: inline-block;
    margin-bottom: 20px;
    color: var(--charcoal);
    text-decoration: none;
    font-weight: var(--fw-600);
    font-size: var(--fs-7);
    transition: var(--transition-1);
}

.btn-back-top:hover[b-hyoeco7j51] {
    color: var(--violet-blue-crayola);
    transform: translateX(-5px);
}

.gallery-title[b-hyoeco7j51] {
    font-family: var(--ff-manrope);
    font-size: var(--fs-1);
    color: var(--charcoal);
    margin-bottom: 20px;
    font-weight: 100;
    letter-spacing: -1.5px;
}

.gallery-subtitle[b-hyoeco7j51] {
    font-family: var(--ff-manrope);
    font-size: var(--fs-6);
    color: var(--charcoal);
    line-height: 1.8;
    max-width: 700px;
    margin: 0 auto;
}

/* Gallery Grid */
.gallery-grid[b-hyoeco7j51] {
    background-color: var(--white);
    padding: 0 0 60px;
}

.container-full[b-hyoeco7j51] {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.grid-list[b-hyoeco7j51] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    list-style: none;
    padding: 0;
    margin: 0;
}

@media (max-width: 1200px) {
    .grid-list[b-hyoeco7j51] {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .grid-list[b-hyoeco7j51] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .grid-list[b-hyoeco7j51] {
        grid-template-columns: 1fr;
    }
}

.grid-item[b-hyoeco7j51] {
    position: relative;
}

/* Card Container */
.image-with-hover-overlay[b-hyoeco7j51] {
    display: block;
    position: relative;
    overflow: hidden;
    text-decoration: none;
}

/* Overlay that appears on hover - slides from bottom */
.image-hover-overlay[b-hyoeco7j51] {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background-color: rgba(102, 126, 234, 0.95);
    transform: translateY(100%);
    transition: transform 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    padding: 2rem;
}

.image-with-hover-overlay:hover .image-hover-overlay[b-hyoeco7j51] {
    transform: translateY(0);
}

/* Content inside overlay */
.image-hover-overlay-content[b-hyoeco7j51] {
    position: relative;
    text-align: center;
}

.overlay-title[b-hyoeco7j51] {
    font-family: var(--ff-manrope);
    color: var(--white);
    font-size: var(--fs-5);
    margin-bottom: 0.75rem;
    font-weight: var(--fw-700);
}

.overlay-text[b-hyoeco7j51] {
    font-family: var(--ff-manrope);
    color: var(--white_a70);
    line-height: 1.8;
    font-size: var(--fs-7);
}

/* Gallery Images */
.gallery-img[b-hyoeco7j51] {
    width: 100%;
    height: 350px;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease-in-out;
}

.image-with-hover-overlay:hover .gallery-img[b-hyoeco7j51] {
    transform: scale(1.1);
}

@media (max-width: 768px) {
    .gallery-img[b-hyoeco7j51] {
        height: 280px;
    }
}
/* /Components/Shared/AboutSection.razor.rz.scp.css */
/* About Section Container */
.about .container[b-gxws1i1xvl] {
  display: grid;
  gap: 10px;
}

.about .section-title[b-gxws1i1xvl] {
  margin-block-end: 35px;
}

/* About Banner Image Animation */
.about-banner[b-gxws1i1xvl] {
  overflow: hidden;
  border-radius: var(--radius-8);
}

.about-banner img[b-gxws1i1xvl] {
  animation: fadeInZoom-b-gxws1i1xvl 1s cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: center center;
}

@keyframes fadeInZoom-b-gxws1i1xvl {
  0% {
    opacity: 0;
    transform: scale(1.08);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

/* Accordion Styles */
.accordion-card .card-title[b-gxws1i1xvl] { 
  padding-block-end: 20px; 
}

.accordion-btn[b-gxws1i1xvl] {
  width: 100%;
  text-align: left;
  cursor: pointer;
  background: none;
  border: none;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.accordion-btn ion-icon[b-gxws1i1xvl] {
  font-size: 2rem;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.accordion-card.expanded .accordion-btn ion-icon[b-gxws1i1xvl] {
  transform: rotate(180deg);
}

.accordion-btn .span[b-gxws1i1xvl] {
  transition: color 0.4s ease-in-out;
}

.accordion-btn:is(:hover, :focus-visible) .span[b-gxws1i1xvl],
.accordion-card.expanded .accordion-btn .span[b-gxws1i1xvl] { 
  color: var(--violet-blue-crayola); 
}

.accordion-content[b-gxws1i1xvl] {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  text-align: justify;
  margin-left: 20px;
  padding-left: 20px;
  border-left: 3px solid var(--violet-blue-crayola);
  transition: max-height 0.6s cubic-bezier(0.4, 0, 0.2, 1),
              opacity 0.5s ease-in-out 0.1s;
}

.accordion-card.expanded .accordion-content[b-gxws1i1xvl] {
  max-height: 250px;
  opacity: 1;
}

/* About Link Style */
.about-link[b-gxws1i1xvl] {
  display: inline-block;
  margin-top: 10px;
  color: #C41E3A;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s ease;
}

.about-link:hover[b-gxws1i1xvl] {
  color: #a01830;
  text-decoration: underline;
}

/* Responsive Styles */
@media (min-width: 768px) {
  .about .container[b-gxws1i1xvl] {
    grid-template-columns: 0.85fr 1fr;
    align-items: center;
  }
} 
/* /Components/Shared/BackToTop.razor.rz.scp.css */
/* Back to Top button styles */

.back-to-top[b-a2v5y3bq79] {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background-color: #FF6B6B;
    color: #fff;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.25s ease;
    z-index: 1030;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.back-to-top.active[b-a2v5y3bq79] {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.back-to-top:hover[b-a2v5y3bq79] {
    background-color: hsla(218, 22%, 26%, 1);
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.back-to-top:focus[b-a2v5y3bq79] {
    outline: 2px solid #FF6B6B;
    outline-offset: 5px;
}

.back-to-top ion-icon[b-a2v5y3bq79] {
    transition: transform 0.15s ease;
}

.back-to-top:hover ion-icon[b-a2v5y3bq79] {
    transform: translateY(-2px);
}

@media (max-width: 768px) {
    .back-to-top[b-a2v5y3bq79] {
        bottom: 20px;
        right: 20px;
        width: 45px;
        height: 45px;
        font-size: 1.3rem;
    }
}

@media (max-width: 575px) {
    .back-to-top[b-a2v5y3bq79] {
        bottom: 16px;
        right: 16px;
        width: 40px;
        height: 40px;
        font-size: 1.2rem;
    }
}
/* /Components/Shared/CalendarSection.razor.rz.scp.css */
/* Calendar Section */
.calendar-section[b-4mc1mj42fc] {
    background-color: var(--white);
    padding-block: var(--section-padding);
}

/* Year Selector */
.year-selector[b-4mc1mj42fc] {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 30px;
}

.year-btn[b-4mc1mj42fc] {
    font-family: var(--ff-manrope);
    padding: 10px 28px;
    border: 2px solid #e5e7eb;
    background-color: transparent;
    color: #666;
    font-size: var(--fs-6);
    font-weight: var(--fw-600);
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.year-btn:hover[b-4mc1mj42fc] {
    border-color: #C41E3A;
    color: #C41E3A;
}

.year-btn.active[b-4mc1mj42fc] {
    background-color: #C41E3A;
    border-color: #C41E3A;
    color: white;
}

.calendar-preview-list[b-4mc1mj42fc] {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 30px;
    margin-bottom: 40px;
}

.calendar-preview-card[b-4mc1mj42fc] {
    display: grid;
    grid-template-columns: 1fr auto auto;
    gap: 30px;
    align-items: center;
    padding: 25px 30px;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
}

.calendar-preview-card:hover[b-4mc1mj42fc] {
    border-color: #C41E3A;
    box-shadow: 0 8px 25px rgba(196, 30, 58, 0.1);
    transform: translateY(-2px);
}

/* Preview Info */
.preview-info[b-4mc1mj42fc] {
    flex: 1;
}

.preview-name[b-4mc1mj42fc] {
    font-family: var(--ff-manrope);
    font-size: var(--fs-6);
    font-weight: var(--fw-700);
    color: #C41E3A;
    display: block;
    margin-bottom: 5px;
}

.preview-title[b-4mc1mj42fc] {
    font-family: var(--ff-manrope);
    font-size: var(--fs-5);
    font-weight: var(--fw-600);
    color: var(--charcoal);
    margin-bottom: 5px;
}

.preview-standards[b-4mc1mj42fc] {
    font-family: var(--ff-manrope);
    font-size: var(--fs-7);
    color: #666;
    margin-bottom: 12px;
}

.preview-modules[b-4mc1mj42fc] {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}

.module-badge[b-4mc1mj42fc] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    font-family: var(--ff-manrope);
    font-size: 10px;
    font-weight: var(--fw-700);
    color: white;
}

.module-qm[b-4mc1mj42fc] {
    background-color: #22c55e;
}

.module-em[b-4mc1mj42fc] {
    background-color: #f97316;
}

.module-oh[b-4mc1mj42fc] {
    background-color: #6b7280;
}

.module-au[b-4mc1mj42fc] {
    background-color: #eab308;
}

.module-tl[b-4mc1mj42fc] {
    background-color: #06b6d4;
}

/* Preview Schedule */
.preview-schedule[b-4mc1mj42fc] {
    text-align: right;
    min-width: 160px;
}

.preview-date[b-4mc1mj42fc] {
    font-family: var(--ff-manrope);
    font-size: var(--fs-5);
    font-weight: var(--fw-700);
    color: var(--charcoal);
    display: block;
    margin-bottom: 5px;
}

.preview-duration[b-4mc1mj42fc] {
    font-family: var(--ff-manrope);
    font-size: var(--fs-7);
    color: #666;
}

/* Preview Action */
.preview-action[b-4mc1mj42fc] {
    min-width: 150px;
}

.btn-select-date[b-4mc1mj42fc] {
    font-family: var(--ff-manrope);
    display: inline-block;
    padding: 12px 20px;
    background-color: #334155;
    color: white;
    text-decoration: none;
    border-radius: 6px;
    font-size: var(--fs-7);
    font-weight: var(--fw-600);
    transition: all 0.3s ease;
    white-space: nowrap;
}

.btn-select-date:hover[b-4mc1mj42fc] {
    background-color: #1e293b;
    transform: translateY(-1px);
}

/* View More Button */
.view-more-container[b-4mc1mj42fc] {
    text-align: center;
    margin-top: 30px;
}

.btn-view-more[b-4mc1mj42fc] {
    font-family: var(--ff-manrope);
    display: inline-block;
    padding: 14px 32px;
    background-color: #C41E3A;
    color: white;
    text-decoration: none;
    border-radius: 8px;
    font-size: var(--fs-6);
    font-weight: var(--fw-600);
    transition: all 0.3s ease;
}

.btn-view-more:hover[b-4mc1mj42fc] {
    background-color: #a01830;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(196, 30, 58, 0.3);
}

/* Responsive */
@media (max-width: 992px) {
    .calendar-preview-card[b-4mc1mj42fc] {
        grid-template-columns: 1fr auto;
    }

    .preview-action[b-4mc1mj42fc] {
        grid-column: 1 / -1;
        min-width: auto;
    }

    .btn-select-date[b-4mc1mj42fc] {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .calendar-preview-card[b-4mc1mj42fc] {
        grid-template-columns: 1fr;
        gap: 15px;
        padding: 20px;
    }

    .preview-schedule[b-4mc1mj42fc] {
        text-align: left;
        min-width: auto;
    }

    .year-btn[b-4mc1mj42fc] {
        padding: 8px 20px;
        font-size: var(--fs-7);
    }
}
/* /Components/Shared/CTASection.razor.rz.scp.css */
/* CTA Section Styles */
.cta[b-6n68jh1h2b] { 
  background-color: var(--charcoal); 
}

.cta .container[b-6n68jh1h2b] {
  padding-block: 100px 60px;
  border-block-end: 1px solid var(--cadet-blue-crayola_a20);
}

.cta .section-title[b-6n68jh1h2b] {
  color: var(--white);
  margin-block-end: 30px;
}

.cta .btn[b-6n68jh1h2b] {
  background-color: var(--violet-blue-crayola);
  color: var(--white);
  border: none;
}

/* Responsive Styles */
@media (min-width: 768px) {
  .cta .container[b-6n68jh1h2b] {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .cta .btn[b-6n68jh1h2b] { min-width: max-content; }
  .cta .section-title[b-6n68jh1h2b] {
    max-width: 30ch;
    margin-block-end: 0;
  }
}

@media (min-width: 992px) {
  .cta .container[b-6n68jh1h2b] {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .cta .btn[b-6n68jh1h2b] { min-width: max-content; }
  .cta .section-title[b-6n68jh1h2b] {
    max-width: 30ch;
    margin-block-end: 0;
  }
} 
/* /Components/Shared/FeatureSection.razor.rz.scp.css */
/* Feature Section Styles */
.feature .container[b-0gq83rzmku] {
  display: grid;
  gap: 50px;
}

.feature .section-text[b-0gq83rzmku] { 
  margin-block: 25px 30px; 
}

.feature-list[b-0gq83rzmku] {
  display: grid;
  gap: 15px;
}

.feature-card[b-0gq83rzmku] {
  display: flex;
  align-items: center;
  gap: 10px;
}

.feature-card .card-icon[b-0gq83rzmku] {
  background-color: var(--lavender-web);
  font-size: 1.4rem;
  padding: 4px;
  border-radius: var(--radius-circle);
}

.feature-card .card-icon ion-icon[b-0gq83rzmku] { 
  --ionicon-stroke-width: 40px; 
}

/* Responsive Styles */
@media (min-width: 768px) {
  .feature .container[b-0gq83rzmku] {
    grid-template-columns: 0.7fr 1fr;
    align-items: center;
  }

  .feature-banner[b-0gq83rzmku] { 
    order: 1; 
  }
}

@media (min-width: 1400px) {
  .feature-list[b-0gq83rzmku] { 
    grid-template-columns: 1fr 1fr; 
  }
} 
/* /Components/Shared/FooterSection.razor.rz.scp.css */
/* Compact Horizontal Footer */
.footer[b-b8m2luurby] {
  background-color: var(--charcoal);
  color: var(--light-gray);
  padding: 30px 0;
  position: relative;
  font-size: 13px;
}

.footer-content[b-b8m2luurby] {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}

/* Left Section */
.footer-left[b-b8m2luurby] {
  flex: 0 0 auto;
}

.footer-logos[b-b8m2luurby] {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 12px;
}

.footer-logos .logo[b-b8m2luurby] {
  display: block;
}

.footer-logo[b-b8m2luurby] {
  width: 120px;
  height: auto;
}

.footer-nav[b-b8m2luurby] {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
  flex-wrap: wrap;
}

.footer-nav-link[b-b8m2luurby] {
  color: var(--light-gray);
  font-size: 13px;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-nav-link:hover[b-b8m2luurby] {
  color: var(--white);
}

.separator[b-b8m2luurby] {
  color: var(--light-gray);
  opacity: 0.5;
}

.copyright[b-b8m2luurby] {
  color: var(--light-gray);
  font-size: 12px;
  margin: 0;
}

/* Center Section */
.footer-center[b-b8m2luurby] {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.contact-item[b-b8m2luurby] {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--light-gray);
  font-size: 13px;
}

.contact-item ion-icon[b-b8m2luurby] {
  font-size: 18px;
  color: var(--white);
  flex-shrink: 0;
}

.contact-item a[b-b8m2luurby] {
  color: var(--light-gray);
  text-decoration: none;
  transition: color 0.3s;
}

.contact-item a:hover[b-b8m2luurby] {
  color: var(--violet-blue-crayola);
}

.contact-item span[b-b8m2luurby] {
  line-height: 1.4;
}

/* Right Section */
.footer-right[b-b8m2luurby] {
  flex: 0 0 auto;
  max-width: 320px;
}

.footer-right h4[b-b8m2luurby] {
  color: var(--white);
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 10px 0;
}

.about-text[b-b8m2luurby] {
  color: var(--light-gray);
  font-size: 12px;
  line-height: 1.5;
  margin: 0 0 12px 0;
}

.social-links[b-b8m2luurby] {
  display: flex;
  gap: 8px;
}

.social-links a[b-b8m2luurby] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  color: var(--white);
  transition: all 0.3s;
}

.social-links a:hover[b-b8m2luurby] {
  background-color: var(--violet-blue-crayola);
  transform: translateY(-2px);
}

.social-links ion-icon[b-b8m2luurby] {
  font-size: 16px;
}

/* Footer Signature */
.footer-signature-container[b-b8m2luurby] {
  position: absolute;
  bottom: 15px;
  left: 30px;
  opacity: 0.2;
}

.footer-signature[b-b8m2luurby] {
  height: 2.5em;
  width: auto;
}

/* Responsive Tablet */
@media (max-width: 991px) {
  .footer-content[b-b8m2luurby] {
    flex-direction: column;
    gap: 25px;
  }

  .footer-left[b-b8m2luurby],
  .footer-center[b-b8m2luurby],
  .footer-right[b-b8m2luurby] {
    max-width: 100%;
  }

  .footer-nav[b-b8m2luurby] {
    margin-bottom: 10px;
  }
}

/* Version Badge - styles in app.css (global) */

/* Responsive Mobile */
@media (max-width: 767px) {
  .footer[b-b8m2luurby] {
    padding: 25px 0;
    font-size: 12px;
  }

  .footer-content[b-b8m2luurby] {
    gap: 20px;
  }

  .footer-nav[b-b8m2luurby] {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }

  .separator[b-b8m2luurby] {
    display: none;
  }

  .footer-right h4[b-b8m2luurby] {
    font-size: 13px;
  }

  .about-text[b-b8m2luurby] {
    font-size: 11px;
  }

  .footer-signature-container[b-b8m2luurby] {
    position: static;
    margin-top: 20px;
    text-align: center;
  }
}
/* /Components/Shared/Header.razor.rz.scp.css */
/* Header scoped styles for Header.razor */

@keyframes slideIn-b-unsgw5xv26 {
  0% {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

.hydrated[b-unsgw5xv26] {
  visibility: inherit;
}

*[b-unsgw5xv26], [b-unsgw5xv26]::after, [b-unsgw5xv26]::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

li[b-unsgw5xv26] {
  list-style: none;
}

a[b-unsgw5xv26], button[b-unsgw5xv26], img[b-unsgw5xv26], ion-icon[b-unsgw5xv26] {
  display: block;
}

a[b-unsgw5xv26] {
  color: inherit;
  text-decoration: none;
}

img[b-unsgw5xv26] {
  height: auto;
}

button[b-unsgw5xv26] {
  background-color: initial;
  background-image: none;
  border-style: none;
  cursor: pointer;
  font-family: inherit;
  font-size-adjust: inherit;
  font-variant: inherit;
  font-weight: inherit;
  line-height: inherit;
}

ion-icon[b-unsgw5xv26] {
  pointer-events: none;
}

.inherited-styles-for-exported-element[b-unsgw5xv26] {
  color: var(--color-gray);
  font-family: var(--font-family-primary);
  font-size: var(--font-size-base);
  line-height: var(--line-height-base);
}

.container[b-unsgw5xv26] {
  padding-inline-end: var(--spacing-xl);
  padding-inline-start: var(--spacing-xl);
}

.social-list[b-unsgw5xv26] {
  align-items: center;
  column-gap: var(--spacing-lg);
  display: flex;
  row-gap: var(--spacing-lg);
}

.social-link[b-unsgw5xv26] {
  font-size: var(--font-size-large);
  transition: all var(--transition-normal);
  transition-behavior: normal;
}

.social-link:is(:hover, :focus-visible)[b-unsgw5xv26] {
  transform: translateY(-3px);
}

.btn[b-unsgw5xv26] {
  border: 2px solid var(--color-primary);
  border-image: none 100% 1 0 stretch;
  border-radius: var(--radius-pill);
  font-size: var(--font-size-large);
  font-weight: var(--font-weight-bold);
  max-width: max-content;
  padding: var(--spacing-lg) var(--spacing-xxxl);
  transition: all var(--transition-normal);
  transition-behavior: normal;
  will-change: transform;
}

.btn:is(:hover, :focus-visible)[b-unsgw5xv26] {
  transform: translateY(-4px);
}

.btn-primary[b-unsgw5xv26] {
  background-color: var(--color-white);
  color: var(--color-charcoal);
}

.header .btn[b-unsgw5xv26], .header.active .logo-light[b-unsgw5xv26] {
  display: none;
}

.header[b-unsgw5xv26] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding-block: var(--spacing-xxxl);
  transition: padding-block var(--transition-normal);
  z-index: var(--z-fixed);
  background-color: transparent;
  font-family: var(--font-family-primary);
  font-size: var(--font-size-base);
  line-height: var(--line-height-base);
  color: var(--color-gray);
}

.header.active[b-unsgw5xv26] {
  animation: slideIn-b-unsgw5xv26 var(--transition-slow) forwards;
  background-color: var(--color-white);
  padding-block: var(--spacing-lg);
  box-shadow: var(--shadow-light);
}

.header .container[b-unsgw5xv26] {
  align-items: center;
  column-gap: var(--spacing-xl);
  display: flex;
  justify-content: space-between;
  row-gap: var(--spacing-xl);
}

/* Logo: aseguro visibilidad correcta según scroll */
.header .logo-light[b-unsgw5xv26] { display: block; }
.header .logo-dark[b-unsgw5xv26] { display: none; }
.header.active .logo-light[b-unsgw5xv26] { display: none; }
.header.active .logo-dark[b-unsgw5xv26] { display: block; }

.nav-open-btn[b-unsgw5xv26] {
  color: var(--color-white);
  font-size: 3.5rem;
  padding: var(--spacing-xs);
}

.header.active .nav-open-btn[b-unsgw5xv26] {
  color: var(--color-charcoal);
}

.navbar[b-unsgw5xv26] {
  background-color: var(--color-black);
  color: var(--color-white);
  column-gap: var(--spacing-huge);
  display: flex;
  flex-direction: column;
  height: 100vh;
  left: calc(-1 * var(--navbar-width));
  max-width: var(--navbar-width);
  padding: var(--navbar-padding);
  padding-block-end: var(--navbar-padding-bottom);
  position: fixed;
  row-gap: var(--spacing-huge);
  top: 0;
  transition: all 0s;
  transition-behavior: normal;
  visibility: hidden;
  width: 100%;
  z-index: var(--z-modal);
}

.navbar.active[b-unsgw5xv26] {
  left: 0;
  visibility: visible;
}

.navbar-top[b-unsgw5xv26] {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.nav-close-btn[b-unsgw5xv26] {
  background-color: var(--color-white-8);
  border-radius: var(--radius-lg);
  color: var(--color-white);
  font-size: var(--font-size-large);
  padding: var(--spacing-sm);
  transition: all var(--transition-normal);
  transition-behavior: normal;
}

.nav-close-btn:is(:hover, :focus-visible)[b-unsgw5xv26] {
  background-color: var(--color-white-12);
}

.navbar-list[b-unsgw5xv26] {
  margin-block-end: auto;
}

.navbar-link[b-unsgw5xv26] {
  font-weight: var(--font-weight-bold);
  padding-block-end: var(--spacing-sm);
  padding-block-start: var(--spacing-sm);
}

.contact-link[b-unsgw5xv26] {
  transition: all var(--transition-normal);
  transition-behavior: normal;
}

.contact-link:is(:hover, :focus-visible)[b-unsgw5xv26] {
  color: var(--color-violet-blue);
}

.overlay[b-unsgw5xv26] {
  background-color: var(--color-black);
  height: 100vh;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  transition: all var(--transition-normal);
  transition-behavior: normal;
  width: 100%;
}

.overlay.active[b-unsgw5xv26] {
  opacity: 0.8;
  pointer-events: all;
}

@media (min-width: 575px) {
  .container[b-unsgw5xv26] {
    margin-inline-end: auto;
    margin-inline-start: auto;
    max-width: var(--container-max-width-sm);
    width: 100%;
  }
}

@media (min-width: 768px) {
  .container[b-unsgw5xv26] {
    max-width: var(--container-max-width-md);
  }

  .header .btn[b-unsgw5xv26] {
    display: block;
    margin-inline-start: auto;
    padding: var(--spacing-md) var(--spacing-xxl);
  }

  .header.active .btn[b-unsgw5xv26] {
    background-color: var(--color-violet-blue);
    border-color: var(--color-primary);
    color: var(--color-white);
  }
}

@media (min-width: 992px) {
  .container[b-unsgw5xv26] {
    max-width: var(--container-max-width-lg);
  }

  .navbar > :not(.navbar-list)[b-unsgw5xv26] {
    display: none;
  }

  .nav-open-btn[b-unsgw5xv26], .overlay[b-unsgw5xv26] {
    display: none;
  }

  .navbar[b-unsgw5xv26] {
    all: unset;
    display: block;
    margin-inline-end: var(--spacing-xxl);
    margin-inline-start: auto;
  }

  .navbar-list[b-unsgw5xv26] {
    column-gap: var(--spacing-huge);
    display: flex;
    row-gap: var(--spacing-huge);
  }

  .navbar-link[b-unsgw5xv26] {
    color: var(--color-white);
    transition: all var(--transition-normal);
    transition-behavior: normal;
  }

  .navbar-link:is(:hover, :focus-visible)[b-unsgw5xv26] {
    opacity: .7;
  }

  .header.active .navbar-link[b-unsgw5xv26] {
    color: var(--color-charcoal);
  }

  .header.active .navbar-link:is(:hover, :focus-visible)[b-unsgw5xv26] {
    color: var(--color-violet-blue);
    opacity: 1;
  }

  .header .btn[b-unsgw5xv26] {
    margin-inline-start: 0;
  }
}

@media (min-width: 1200px) {
  .container[b-unsgw5xv26] {
    max-width: var(--container-max-width-xl);
  }
}

@media (min-width: 1400px) {
  .container[b-unsgw5xv26] {
    max-width: var(--container-max-width-xxl);
  }
}
/* /Components/Shared/HeroSection.razor.rz.scp.css */
/* Hero Section Styles */
.hero[b-0wuyv5nylc] {
  padding-block-start: calc(var(--section-padding) + 70px);
  text-align: center;
}

.hero .container[b-0wuyv5nylc] {
  display: grid;
  gap: 70px;
}

.hero-title[b-0wuyv5nylc] {
  color: var(--white);
  text-align: center;
  margin-bottom: 27px;
  width: 100%;
}

.hero-text[b-0wuyv5nylc] {
  font-size: var(--fs-5);
  color: var(--white);
  margin-block: 24px 36px;
  text-align: justify;
}

.btn-wrapper[b-0wuyv5nylc] {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

/* Hero Slider Styles */
.hero-slider[b-0wuyv5nylc],
.hero-card[b-0wuyv5nylc] { 
  position: relative; 
}

.hero-card .play-btn[b-0wuyv5nylc] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--white);
  color: var(--charcoal);
  font-size: 2rem;
  padding: 25px;
  border-radius: var(--radius-circle);
  transition: var(--transition-1);
  animation: pulse-b-0wuyv5nylc 2s ease infinite;
}

.hero-card .play-btn:is(:hover, :focus-visible)[b-0wuyv5nylc] { 
  color: var(--violet-blue-crayola); 
}

@keyframes pulse-b-0wuyv5nylc {
  0% { box-shadow: 0 0 0 0 var(--white_a70); }
  75% { box-shadow: 0 0 0 20px transparent; }
}

.hero .slider-container[b-0wuyv5nylc] {
  display: flex;
  transition: transform 0.5s ease-in-out;
  width: 100%;
}

.hero .slider-item[b-0wuyv5nylc] {
  min-width: 100%;
  width: 100%;
  flex-shrink: 0;
}

.hero .slider-inner[b-0wuyv5nylc] {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.hero .slider-btn[b-0wuyv5nylc] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--white_a70);
  color: var(--charcoal);
  font-size: 2rem;
  padding: 12px;
  border-radius: var(--radius-circle);
  transition: var(--transition-1);
}

.hero .slider-btn:is(:hover, :focus-visible)[b-0wuyv5nylc] { 
  background-color: var(--white); 
}

.hero .slider-btn.prev[b-0wuyv5nylc] { 
  left: 20px; 
}

.hero .slider-btn.next[b-0wuyv5nylc] { 
  right: 20px; 
}

/* Responsive Styles */
@media (min-width: 768px) {
  .hero-content[b-0wuyv5nylc] {
    max-width: 85%;
    margin-inline: auto;
  }

  .hero-text[b-0wuyv5nylc] { 
    --fs-5: 2rem; 
  }
}

@media (min-width: 992px) {
  .hero[b-0wuyv5nylc] {
    padding-block-start: calc(var(--section-padding) + 50px);
  }

  .hero .container[b-0wuyv5nylc] {
    grid-template-columns: 1fr 0.8fr;
    align-items: center;
  }

  .hero-title[b-0wuyv5nylc] {
    grid-column: 1 / -1;
    text-align: center;
  }

  .hero-content[b-0wuyv5nylc] {
    max-width: unset;
    margin-inline: 0;
    text-align: left;
  }

  .btn-wrapper[b-0wuyv5nylc] {
    justify-content: flex-start;
  }
}

@media (min-width: 1200px) {
  .hero-text[b-0wuyv5nylc] { 
    padding-inline-end: 100px; 
  }
} 
/* /Components/Shared/ProjectSection.razor.rz.scp.css */
/* Project Section Styles */
.project[b-hyuhsw3xhn] { 
  background-color: var(--cultured); 
}

.project :is(.section-subtitle, .section-title)[b-hyuhsw3xhn] { 
  text-align: center; 
}

.project .section-title[b-hyuhsw3xhn] { 
  margin-block-end: 50px; 
}

.project-card[b-hyuhsw3xhn] {
  background-color: var(--white);
  border-radius: var(--radius-8);
  overflow: hidden;
  box-shadow: var(--shadow-2);
  height: 100%;
}

.project-card .card-content[b-hyuhsw3xhn] { 
  padding: 30px; 
}

.project-card .card-title[b-hyuhsw3xhn] { 
  transition: var(--transition-1); 
}

.project-card .card-title:is(:hover, :focus-visible)[b-hyuhsw3xhn] { 
  color: var(--violet-blue-crayola); 
}

.project-card .card-text[b-hyuhsw3xhn] { 
  margin-block: 16px 20px; 
}

.project-card .card-meta-list[b-hyuhsw3xhn] {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.project-card .card-meta-item[b-hyuhsw3xhn] {
  display: flex;
  align-items: center;
  gap: 4px;
  color: var(--cadet-blue-crayola);
  font-size: var(--fs-8);
}

/* Responsive Styles */
@media (min-width: 575px) {
  .project-card .card-content[b-hyuhsw3xhn] { 
    padding: 40px; 
  }
}

@media (min-width: 768px) {
  .project .section-title[b-hyuhsw3xhn] {
    max-width: 32ch;
    margin-inline: auto;
  }
}

@media (min-width: 992px) {
  .project .section-title[b-hyuhsw3xhn] {
    max-width: 32ch;
    margin-inline: auto;
  }
}

@media (min-width: 1200px) {
  .project .grid-list[b-hyuhsw3xhn] { 
    grid-template-columns: repeat(3, 1fr); 
  }
} 
/* /Components/Shared/ServiceSection.razor.rz.scp.css */
/* Service Section Styles */
.service[b-yxg3jym37n] {
  text-align: center;
}

/* Service Link */
.service-link[b-yxg3jym37n] {
  display: block;
  text-decoration: none;
}

.service .section-title[b-yxg3jym37n] {
  margin-block-end: 50px;
}

/* Effect Honey - Service Cards */
figure.service-card[b-yxg3jym37n] {
  position: relative;
  overflow: hidden;
  margin: 0;
  background: #4a3753;
  text-align: center;
  cursor: pointer;
  border-radius: var(--radius-6);
  box-shadow: var(--shadow-2);
}

figure.service-card .card-img[b-yxg3jym37n] {
  position: relative;
  display: block;
  width: 100%;
  height: 280px;
  object-fit: cover;
  opacity: 0.7;
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

figure.service-card:hover .card-img[b-yxg3jym37n] {
  opacity: 0.5;
}

/* Figcaption */
figure.service-card figcaption[b-yxg3jym37n] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Blue Bottom Border */
figure.service-card figcaption[b-yxg3jym37n]::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background: #3496d8;
  content: '';
  transform: translate3d(0, 20px, 0);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

figure.service-card:hover figcaption[b-yxg3jym37n]::before {
  transform: translate3d(0, 0, 0);
}

/* Title */
figure.service-card .card-title[b-yxg3jym37n] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  padding: 0;
  text-align: center;
  color: var(--white);
  font-size: 3.825rem;
  font-weight: 600;
  margin: 0;
  line-height: 1.2;
  opacity: 1;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8),
               0 0 15px rgba(0, 0, 0, 0.6);
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

figure.service-card .card-title i[b-yxg3jym37n] {
  font-style: normal;
  opacity: 1;
  display: block;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

figure.service-card:hover .card-title[b-yxg3jym37n] {
  top: 0;
  left: 0;
  transform: translate3d(0, 0, 0);
  width: auto;
  padding: 1.2em 1.5em;
  text-align: left;
  font-size: 1.5rem;
  line-height: 1.3;
}

/* Bold First Word */
figure.service-card .card-title span[b-yxg3jym37n] {
  font-weight: 800;
  transition: font-weight 0.6s cubic-bezier(0.4, 0, 0.2, 1),
              transform 0.6s cubic-bezier(0.4, 0, 0.2, 1),
              color 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  display: inline-block;
  margin-right: 0.15em;
}

figure.service-card:hover .card-title span[b-yxg3jym37n] {
  font-weight: 900;
  transform: scale(1.05);
  color: var(--violet-blue-crayola);
}

/* Card Description */
figure.service-card .card-description[b-yxg3jym37n] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  color: var(--white);
  font-size: var(--fs-7);
  line-height: 1.7;
  margin: 0;
  margin-top: 1.5em;
  padding: 1em 1.5em;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  background: transparent;
  border-radius: var(--radius-6);
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.9),
               0 0 15px rgba(0, 0, 0, 0.7);
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1),
              background 0.6s cubic-bezier(0.4, 0, 0.2, 1),
              visibility 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

figure.service-card:hover .card-description[b-yxg3jym37n] {
  opacity: 1;
  visibility: visible;
  background: rgba(0, 0, 0, 0.45);
}

/* Responsive Styles */
@media (max-width: 767px) {
  /* Mobile: 15% reduced */
  figure.service-card .card-title[b-yxg3jym37n] {
    font-size: 2.125rem;
  }
}

@media (min-width: 768px) {
  .service .section-title[b-yxg3jym37n] {
    max-width: 30ch;
    margin-inline: auto;
  }

  /* Tablet: 15% reduced */
  figure.service-card .card-title[b-yxg3jym37n] {
    font-size: 2.975rem;
  }
}

@media (min-width: 1200px) {
  .service .grid-list[b-yxg3jym37n] {
    grid-template-columns: repeat(6, 1fr);
  }

  figure.service-card .card-img[b-yxg3jym37n] {
    height: 320px;
  }

  /* Desktop 6 columns: 25% reduced from base */
  figure.service-card .card-title[b-yxg3jym37n] {
    font-size: 2.925rem;
  }
} 
/* /Components/Shared/SmarthomeSection.razor.rz.scp.css */
/* Section Styles */
.smarthome[b-6oe158i2fj] {
    background-color: #ffffff;
    padding: 60px 0;
}

.section-subtitle[b-6oe158i2fj] {
    color: #667eea;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
}

.section-title[b-6oe158i2fj] {
    margin: 10px 0 40px;
    text-align: center;
}

.grid-list[b-6oe158i2fj] {
    display: grid;
    gap: 0;
    list-style: none;
    padding: 0;
    margin: 0;
}

@media (min-width: 550px) {
    .grid-list[b-6oe158i2fj] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 992px) {
    .grid-list[b-6oe158i2fj] {
        grid-template-columns: repeat(4, 1fr);
    }
}

/* Card Container */
.image-with-hover-overlay[b-6oe158i2fj] {
    display: block;
    position: relative;
    overflow: hidden;
    text-decoration: none;
}

/* Overlay that appears on hover - slides from bottom */
.image-hover-overlay[b-6oe158i2fj] {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background-color: rgba(102, 126, 234, 0.95);
    transform: translateY(100%);
    transition: transform 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    padding: 2rem;
}

.image-with-hover-overlay:hover .image-hover-overlay[b-6oe158i2fj] {
    transform: translateY(0);
}

/* Content inside overlay */
.image-hover-overlay-content[b-6oe158i2fj] {
    position: relative;
}

.card-title[b-6oe158i2fj] {
    color: #ffffff;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    font-weight: 700;
}

.card-text[b-6oe158i2fj] {
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    font-size: 0.95rem;
}

/* Image with zoom effect */
.full-img[b-6oe158i2fj] {
    width: 100%;
    height: 300px;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease-in-out;
}

.image-with-hover-overlay:hover .full-img[b-6oe158i2fj] {
    transform: scale(1.1);
}

/* Text alignment */
.text-center[b-6oe158i2fj] {
    text-align: center;
}

/* View More Button */
.view-more-container[b-6oe158i2fj] {
    text-align: center;
    margin-top: 40px;
}

.btn-view-more[b-6oe158i2fj] {
    font-family: var(--ff-manrope);
    display: inline-block;
    padding: 15px 40px;
    background-color: var(--violet-blue-crayola);
    color: var(--white);
    text-decoration: none;
    font-weight: var(--fw-700);
    font-size: var(--fs-6);
    border-radius: var(--radius-6);
    transition: var(--transition-1);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btn-view-more:hover[b-6oe158i2fj] {
    background-color: var(--blue-crayola);
    transform: translateY(-2px);
    box-shadow: var(--shadow-2);
}
/* /Components/Shared/StatsSection.razor.rz.scp.css */
/* Stats Section Styles */
.stats[b-4csvp70nuk] { 
  background-image: linear-gradient(to bottom, var(--white) 50%, var(--cultured) 50%); 
}

.stats-card[b-4csvp70nuk] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  text-align: center;
  gap: 36px 24px;
  padding: 45px 30px;
  border-radius: var(--radius-8);
}

.stats-card .card-text > *[b-4csvp70nuk] { 
  color: var(--white); 
}

/* Responsive Styles */
@media (min-width: 992px) {
  .stats-card[b-4csvp70nuk] { 
    grid-template-columns: repeat(4, 1fr); 
  }
}

@media (min-width: 1200px) {
  .stats .container[b-4csvp70nuk] { 
    max-width: 70%; 
  }
  .stats-card[b-4csvp70nuk] { 
    padding: 60px; 
  }
} 
/* /Components/Shared/VideoSection.razor.rz.scp.css */
/* Video Section Styles */
.video-section[b-9rpkc68mav] {
    background-color: var(--white);
    padding: 80px 0;
}

/* Section Header */
.section-header[b-9rpkc68mav] {
    text-align: center;
    margin-bottom: 60px;
}

.section-subtitle[b-9rpkc68mav] {
    color: var(--violet-blue-crayola);
    font-weight: var(--fw-700);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: var(--fs-7);
    margin-bottom: 10px;
}

.section-title[b-9rpkc68mav] {
    color: var(--charcoal);
    font-size: var(--fs-2);
    margin-bottom: 20px;
    font-weight: var(--fw-700);
}

.section-text[b-9rpkc68mav] {
    color: var(--charcoal);
    font-size: var(--fs-6);
    line-height: 1.8;
    max-width: 800px;
    margin: 0 auto;
}

/* Carousel Container */
.video-carousel[b-9rpkc68mav] {
    max-width: 900px;
    margin: 0 auto;
}

.carousel-container[b-9rpkc68mav] {
    position: relative;
    overflow: hidden;
    border-radius: var(--radius-12);
}

/* Carousel Track */
.carousel-track[b-9rpkc68mav] {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.carousel-slide[b-9rpkc68mav] {
    min-width: 100%;
    flex-shrink: 0;
}

/* Video Card */
.video-card[b-9rpkc68mav] {
    background-color: var(--white);
    border-radius: var(--radius-12);
    overflow: hidden;
    box-shadow: var(--shadow-2);
}

/* Video Wrapper - Responsive 16:9 aspect ratio */
.video-wrapper[b-9rpkc68mav] {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: var(--black);
    border-radius: var(--radius-12) var(--radius-12) 0 0;
}

/* lite-youtube Web Component styles */
.video-wrapper lite-youtube[b-9rpkc68mav] {
    width: 100%;
    max-width: 100%;
}

/* Fallback for iframe (if lite-youtube fails to load) */
.video-wrapper iframe[b-9rpkc68mav] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

/* Video Info */
.video-info[b-9rpkc68mav] {
    padding: 30px;
    text-align: center;
}

.video-title[b-9rpkc68mav] {
    color: var(--charcoal);
    font-size: var(--fs-4);
    font-weight: var(--fw-700);
    margin-bottom: 12px;
}

.video-description[b-9rpkc68mav] {
    color: var(--sonic-silver);
    font-size: var(--fs-7);
    line-height: 1.7;
}

/* Carousel Navigation Buttons */
.carousel-btn[b-9rpkc68mav] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.9);
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.carousel-btn:hover[b-9rpkc68mav] {
    background-color: var(--violet-blue-crayola);
    transform: translateY(-50%) scale(1.1);
}

.carousel-btn:hover ion-icon[b-9rpkc68mav] {
    color: var(--white);
}

.carousel-btn ion-icon[b-9rpkc68mav] {
    font-size: 24px;
    color: var(--charcoal);
    transition: color 0.3s ease;
}

.carousel-btn-prev[b-9rpkc68mav] {
    left: 20px;
}

.carousel-btn-next[b-9rpkc68mav] {
    right: 20px;
}

/* Carousel Indicators */
.carousel-indicators[b-9rpkc68mav] {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 30px;
}

.indicator[b-9rpkc68mav] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
}

.indicator:hover[b-9rpkc68mav] {
    background-color: #bbb;
    transform: scale(1.2);
}

.indicator.active[b-9rpkc68mav] {
    background-color: var(--violet-blue-crayola);
    width: 32px;
    border-radius: 6px;
}

/* Responsive adjustments */
@media (max-width: 767px) {
    .video-section[b-9rpkc68mav] {
        padding: 60px 0;
    }

    .section-header[b-9rpkc68mav] {
        margin-bottom: 40px;
    }

    .video-info[b-9rpkc68mav] {
        padding: 20px;
    }

    .carousel-btn[b-9rpkc68mav] {
        width: 40px;
        height: 40px;
    }

    .carousel-btn ion-icon[b-9rpkc68mav] {
        font-size: 20px;
    }

    .carousel-btn-prev[b-9rpkc68mav] {
        left: 10px;
    }

    .carousel-btn-next[b-9rpkc68mav] {
        right: 10px;
    }
}
