@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.25o87uqmvr.bundle.scp.css';

/* _content/SchoolERP.Web/Components/Pages/Accountant/Dashboard.razor.rz.scp.css */
:root[b-mngyayd96j] {
    --chart-primary: #059669;
    --chart-primary-light: rgba(5, 150, 105, 0.1);
    --chart-success: #10b981;
    --chart-success-light: rgba(16, 185, 129, 0.1);
    --chart-warning: #f59e0b;
    --chart-danger: #ef4444;
    --chart-info: #3b82f6;
    --chart-info-light: rgba(59, 130, 246, 0.1);
    --chart-purple: #8b5cf6;
    --chart-gray: #6b7280;
    --chart-gray-light: #f1f5f9;
}

.page-container[b-mngyayd96j] { margin: 0 auto; box-sizing: border-box; }
.search-input[b-mngyayd96j] { min-width: 0; max-width: 100%; box-sizing: border-box; }
@media (max-width: 640px) {
    .page-container[b-mngyayd96j] { max-width: 100%; padding: 0 12px; }
    .page-actions[b-mngyayd96j] { flex-wrap: wrap; gap: 8px; }
    .dashboard-metrics-grid[b-mngyayd96j] { grid-template-columns: 1fr; }
    .welcome-stats[b-mngyayd96j] { flex-direction: column; gap: 12px; }
    .chart-container[b-mngyayd96j] { min-height: 250px; }
}
.muted[b-mngyayd96j] { color: #6b7280; }

.dashboard-welcome[b-mngyayd96j] {
    background: linear-gradient(135deg, #059669 0%, #10b981 100%);
    border-radius: 16px;
    padding: 24px 32px;
    color: #ffffff;
    margin-bottom: 24px;
    box-shadow: 0 10px 40px rgba(5, 150, 105, 0.3);
}
.dashboard-welcome h1[b-mngyayd96j] { font-size: 1.75rem; font-weight: 700; margin: 0 0 8px 0; }
.dashboard-welcome p[b-mngyayd96j] { opacity: 0.9; margin: 0; font-size: 1rem; }
.welcome-stats[b-mngyayd96j] { display: flex; gap: 32px; margin-top: 20px; }
.welcome-stat[b-mngyayd96j] { display: flex; flex-direction: column; }
.welcome-stat-value[b-mngyayd96j] { font-size: 1.5rem; font-weight: 700; }
.welcome-stat-label[b-mngyayd96j] { font-size: 0.875rem; opacity: 0.85; }

.quick-action-card[b-mngyayd96j] {
    background: #ffffff;
    border-radius: 12px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 16px;
    cursor: pointer;
    transition: all 200ms ease;
    border: 1px solid rgba(15, 23, 42, 0.06);
    box-shadow: 0 4px 12px rgba(2, 6, 23, 0.04);
}
.quick-action-card:hover[b-mngyayd96j] {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(2, 6, 23, 0.08);
    border-color: rgba(16, 185, 129, 0.2);
}
.quick-action-card:focus-visible[b-mngyayd96j] { outline: 2px solid #059669; outline-offset: 2px; }
.quick-actions-grid[b-mngyayd96j] { display: grid; grid-template-columns: 1fr; gap: 12px; }
@media (min-width: 640px) { .quick-actions-grid[b-mngyayd96j] { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .quick-actions-grid[b-mngyayd96j] { grid-template-columns: repeat(3, 1fr); } }
.quick-action-icon[b-mngyayd96j] {
    width: 48px; height: 48px; border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.25rem; flex-shrink: 0;
}
.quick-action-content[b-mngyayd96j] { flex: 1; min-width: 0; }
.quick-action-title[b-mngyayd96j] { font-weight: 600; color: #0f172a; font-size: 0.9375rem; margin-bottom: 4px; }
.quick-action-subtitle[b-mngyayd96j] { font-size: 0.75rem; color: #6b7280; }
.quick-action-arrow[b-mngyayd96j] { color: #94a3b8; font-size: 1.25rem; }

.status-pill[b-mngyayd96j] { display: inline-block; padding: 4px 10px; border-radius: 999px; font-weight: 600; font-size: 0.75rem; }
.status-pill.status-good[b-mngyayd96j] { background: rgba(16, 185, 129, 0.12); color: #059669; }
.status-pill.status-warning[b-mngyayd96j] { background: rgba(251, 191, 36, 0.12); color: #d97706; }
.status-pill.status-danger[b-mngyayd96j] { background: rgba(239, 68, 68, 0.12); color: #dc2626; }
.status-pill.status-info[b-mngyayd96j] { background: rgba(59, 130, 246, 0.12); color: #2563eb; }

.chart-container[b-mngyayd96j] {
    background: #ffffff; border-radius: 12px; padding: 20px;
    min-height: 340px; position: relative;
}
.chart-container canvas[b-mngyayd96j] {
    max-width: 100% !important; width: 100% !important;
    height: 320px !important; display: block;
}
.chart-container-large[b-mngyayd96j] { min-height: 380px; }
.chart-container-large canvas[b-mngyayd96j] { height: 360px !important; }

.analytics-grid[b-mngyayd96j] { display: grid; grid-template-columns: 1fr; gap: 24px; margin-top: 24px; }
@media (min-width: 768px) { .analytics-grid[b-mngyayd96j] { grid-template-columns: repeat(2, 1fr); } }

.progress-bar-wrap[b-mngyayd96j] { height: 8px; background: #f1f5f9; border-radius: 999px; overflow: hidden; margin-top: 8px; }
.progress-bar-fill[b-mngyayd96j] { height: 100%; border-radius: 999px; transition: width 500ms ease; }
.progress-bar-fill.green[b-mngyayd96j] { background: linear-gradient(90deg, #10b981, #059669); }
.progress-bar-fill.blue[b-mngyayd96j] { background: linear-gradient(90deg, #3b82f6, #2563eb); }
.progress-bar-fill.purple[b-mngyayd96j] { background: linear-gradient(90deg, #8b5cf6, #7c3aed); }
.progress-bar-fill.orange[b-mngyayd96j] { background: linear-gradient(90deg, #f59e0b, #d97706); }
.progress-bar-fill.red[b-mngyayd96j] { background: linear-gradient(90deg, #ef4444, #dc2626); }

.stats-grid[b-mngyayd96j] { display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 16px; }
.stat-item[b-mngyayd96j] { padding: 16px; background: #f8fafc; border-radius: 10px; text-align: center; }
.stat-value[b-mngyayd96j] { font-size: 1.5rem; font-weight: 700; color: #0f172a; }
.stat-label[b-mngyayd96j] { font-size: 0.8125rem; color: #6b7280; margin-top: 4px; }

.dashboard-metrics-grid[b-mngyayd96j] { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
@media (min-width: 768px) { .dashboard-metrics-grid[b-mngyayd96j] { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1200px) { .dashboard-metrics-grid[b-mngyayd96j] { grid-template-columns: repeat(6, 1fr); } }
.dashboard-metric-card[b-mngyayd96j] {
    background: #ffffff; border-radius: 12px; padding: 20px;
    box-shadow: 0 4px 12px rgba(2, 6, 23, 0.04);
    border: 1px solid rgba(15, 23, 42, 0.04);
    transition: all 200ms ease;
}
.dashboard-metric-card:hover[b-mngyayd96j] {
    box-shadow: 0 8px 20px rgba(2, 6, 23, 0.08);
    transform: translateY(-2px);
}
.dashboard-metric-card:focus-visible[b-mngyayd96j] { outline: 2px solid #059669; outline-offset: 2px; }
.metric-header[b-mngyayd96j] { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.metric-icon[b-mngyayd96j] {
    width: 44px; height: 44px; border-radius: 10px;
    display: flex; align-items: center; justify-content: center; font-size: 1.25rem;
}
.metric-value[b-mngyayd96j] { font-size: 1.5rem; font-weight: 700; color: #0f172a; }
.metric-label[b-mngyayd96j] { font-size: 0.8125rem; color: #6b7280; margin-top: 4px; }
.metric-trend[b-mngyayd96j] {
    display: inline-flex; align-items: center; gap: 4px;
    font-size: 0.75rem; font-weight: 600; margin-top: 8px;
    padding: 4px 8px; border-radius: 6px;
}
.metric-trend.up[b-mngyayd96j] { background: rgba(16, 185, 129, 0.1); color: #059669; }
.metric-trend.down[b-mngyayd96j] { background: rgba(239, 68, 68, 0.1); color: #dc2626; }
.metric-trend.neutral[b-mngyayd96j] { background: rgba(107, 114, 128, 0.1); color: #6b7280; }

.dashboard-grid[b-mngyayd96j] { display: grid; grid-template-columns: 1fr; gap: 24px; margin-top: 24px; align-items: start; }
@media (min-width: 1024px) { .dashboard-grid[b-mngyayd96j] { grid-template-columns: 3fr 2fr; } }

.section-card[b-mngyayd96j] {
    background: #ffffff; border-radius: 14px;
    box-shadow: 0 6px 18px rgba(2, 6, 23, 0.06); overflow: hidden;
}
.section-header[b-mngyayd96j] {
    display: flex; align-items: center; justify-content: space-between;
    padding: 20px 24px; border-bottom: 1px solid #f1f5f9;
}
.section-title[b-mngyayd96j] {
    font-size: 1rem; font-weight: 700; color: #0f172a;
    display: flex; align-items: center; gap: 10px;
}
.section-title i[b-mngyayd96j] { color: #059669; }
.section-body[b-mngyayd96j] { padding: 20px 24px; }

.simple-table[b-mngyayd96j] { width: 100%; border-collapse: separate; border-spacing: 0; }
.simple-table th[b-mngyayd96j] {
    text-align: left; padding: 12px 16px; font-size: 0.75rem;
    font-weight: 600; color: #64748b; text-transform: uppercase;
    letter-spacing: 0.5px; background: #f8fafc;
}
.simple-table td[b-mngyayd96j] {
    padding: 14px 16px; font-size: 0.875rem; color: #334155;
    border-bottom: 1px solid #f1f5f9;
}
.simple-table tbody tr:last-child td[b-mngyayd96j] { border-bottom: none; }
.simple-table tbody tr:hover[b-mngyayd96j] { background: rgba(16, 185, 129, 0.02); }

.transaction-item[b-mngyayd96j] {
    display: flex; align-items: center; gap: 12px;
    padding: 12px 0; border-bottom: 1px solid #f1f5f9;
}
.transaction-item:last-child[b-mngyayd96j] { border-bottom: none; }
.transaction-icon[b-mngyayd96j] {
    width: 40px; height: 40px; border-radius: 10px;
    display: flex; align-items: center; justify-content: center;
    font-size: 1rem; flex-shrink: 0;
}
.transaction-content[b-mngyayd96j] { flex: 1; min-width: 0; }
.transaction-title[b-mngyayd96j] { font-weight: 600; color: #0f172a; font-size: 0.875rem; }
.transaction-subtitle[b-mngyayd96j] { font-size: 0.75rem; color: #6b7280; margin-top: 2px; }
.transaction-amount[b-mngyayd96j] { font-weight: 700; font-size: 0.9375rem; }
.transaction-amount.credit[b-mngyayd96j] { color: #059669; }
.transaction-amount.debit[b-mngyayd96j] { color: #dc2626; }

.empty-state[b-mngyayd96j] {
    display: flex; flex-direction: column; align-items: center;
    justify-content: center; padding: 40px 20px; text-align: center;
}
.empty-state i[b-mngyayd96j] { font-size: 2.5rem; color: #cbd5e1; margin-bottom: 12px; }
.empty-state h4[b-mngyayd96j] { font-weight: 600; color: #64748b; margin: 0 0 8px 0; }
.empty-state p[b-mngyayd96j] { color: #94a3b8; font-size: 0.875rem; margin: 0 0 16px 0; }

.dashboard-state-panel[b-mngyayd96j] {
    display: flex; align-items: center; justify-content: center;
    min-height: 400px; gap: 16px;
}
.dashboard-state-panel--column[b-mngyayd96j] { flex-direction: column; text-align: center; }
.dashboard-state-text[b-mngyayd96j] { font-size: 1.125rem; color: #334155; }
.dashboard-state-title[b-mngyayd96j] { margin: 0 0 8px 0; color: #0f172a; }
.dashboard-state-message[b-mngyayd96j] { color: #6b7280; max-width: 400px; margin: 0 0 16px 0; }
.dashboard-state-icon[b-mngyayd96j] { font-size: 3rem; margin-bottom: 16px; }
.dashboard-state-icon--error[b-mngyayd96j] { color: #ef4444; }
.dashboard-state-icon--warning[b-mngyayd96j] { color: #f59e0b; }

.dashboard-refresh-overlay[b-mngyayd96j] {
    position: fixed; inset: 0; z-index: 1200;
    background: rgba(255, 255, 255, 0.45);
    display: flex; align-items: center; justify-content: center;
    pointer-events: none;
}

.nexus-dashboard[b-mngyayd96j] { position: relative; }
.sr-only[b-mngyayd96j] {
    position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
    overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}

@media print {
    .page-actions[b-mngyayd96j], .quick-actions-grid[b-mngyayd96j], nav[b-mngyayd96j], footer[b-mngyayd96j] { display: none !important; }
    .dashboard-metrics-grid[b-mngyayd96j] { grid-template-columns: repeat(3, 1fr); }
    .section-card[b-mngyayd96j] {
        page-break-inside: avoid;
        box-shadow: none;
        border: 1px solid #e5e7eb;
    }
    .chart-container[b-mngyayd96j] { max-height: 300px; }
    body[b-mngyayd96j] { background: white; }
}
/* _content/SchoolERP.Web/Components/Pages/AdminOfficer/Dashboard.razor.rz.scp.css */
.page-container[b-clmtm0aqvg] { margin:0 auto; box-sizing:border-box; }
.search-input[b-clmtm0aqvg] { min-width:0; max-width:100%; box-sizing:border-box; }
@media (max-width:640px) { .page-container[b-clmtm0aqvg] { max-width:100%; padding:0 12px; } .page-actions[b-clmtm0aqvg] { flex-wrap:wrap; gap:8px; } }
.muted[b-clmtm0aqvg] { color:#6b7280; }

.dashboard-welcome[b-clmtm0aqvg] {
    background: linear-gradient(135deg, #0ea5e9 0%, #0284c7 100%);
    border-radius: 16px;
    padding: 24px 32px;
    color: #ffffff;
    margin-bottom: 24px;
    box-shadow: 0 10px 40px rgba(14, 165, 233, 0.3);
}
.dashboard-welcome h1[b-clmtm0aqvg] { font-size: 1.5rem; font-weight: 700; margin: 0 0 8px 0; }
.dashboard-welcome p[b-clmtm0aqvg] { opacity: 0.9; margin: 0; font-size: 1rem; }
.welcome-stats[b-clmtm0aqvg] { display: flex; gap: 32px; margin-top: 20px; }
.welcome-stat[b-clmtm0aqvg] { display: flex; flex-direction: column; }
.welcome-stat-value[b-clmtm0aqvg] { font-size: 1.5rem; font-weight: 700; }
.welcome-stat-label[b-clmtm0aqvg] { font-size: 0.875rem; opacity: 0.85; }

.quick-action-card[b-clmtm0aqvg] {
    background: #ffffff;
    border-radius: 12px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 16px;
    cursor: pointer;
    transition: all 200ms ease;
    border: 1px solid rgba(15,23,42,0.06);
    box-shadow: 0 4px 12px rgba(2,6,23,0.04);
}
.quick-action-card:hover[b-clmtm0aqvg] { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(2,6,23,0.08); border-color: rgba(14, 165, 233, 0.2); }
.quick-action-card:focus-visible[b-clmtm0aqvg] { outline: 2px solid #0ea5e9; outline-offset: 2px; }
.quick-action-icon[b-clmtm0aqvg] { width: 48px; height: 48px; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 1.25rem; flex-shrink: 0; }
.quick-action-content[b-clmtm0aqvg] { flex: 1; min-width: 0; }
.quick-action-title[b-clmtm0aqvg] { font-weight: 600; color: #0f172a; font-size: 0.9375rem; margin-bottom: 4px; }
.quick-action-subtitle[b-clmtm0aqvg] { font-size: 0.75rem; color: #6b7280; }
.quick-action-arrow[b-clmtm0aqvg] { color: #94a3b8; font-size: 1.25rem; }

.activity-item[b-clmtm0aqvg] { display: flex; align-items: flex-start; gap: 12px; padding: 12px 0; border-bottom: 1px solid #f1f5f9; }
.activity-item:last-child[b-clmtm0aqvg] { border-bottom: none; }
.activity-icon[b-clmtm0aqvg] { width: 36px; height: 36px; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 1rem; flex-shrink: 0; }
.activity-content[b-clmtm0aqvg] { flex: 1; min-width: 0; }
.activity-title[b-clmtm0aqvg] { font-weight: 600; color: #0f172a; font-size: 0.875rem; margin-bottom: 2px; }
.activity-description[b-clmtm0aqvg] { font-size: 0.8125rem; color: #6b7280; line-height: 1.4; }
.activity-time[b-clmtm0aqvg] { font-size: 0.75rem; color: #94a3b8; margin-top: 4px; }

.status-pill[b-clmtm0aqvg] { display:inline-block; padding:4px 10px; border-radius:999px; font-weight:600; font-size:0.75rem; }
.status-pill.status-good[b-clmtm0aqvg] { background: rgb(255 255 255); color:#059669; }
.status-pill.status-warning[b-clmtm0aqvg] { background: rgb(255 255 255); color:#d97706; }
.status-pill.status-danger[b-clmtm0aqvg] { background: rgb(255 255 255); color:#dc2626; }
.status-pill.status-info[b-clmtm0aqvg] { background: rgb(255 255 255); color:#0284c7; }
.status-pill.status-pending[b-clmtm0aqvg] { background: rgb(255 255 255); color:#7c3aed; }

.chart-container[b-clmtm0aqvg] { background: #ffffff; border-radius: 12px; padding: 20px; min-height: 340px; position: relative; }
.chart-container canvas[b-clmtm0aqvg] { max-width: 100% !important; width: 100% !important; height: 320px !important; display: block; }
.chart-container-large[b-clmtm0aqvg] { min-height: 380px; }
.chart-container-large canvas[b-clmtm0aqvg] { height: 360px !important; }

.analytics-grid[b-clmtm0aqvg] { display: grid; grid-template-columns: 1fr; gap: 24px; margin-top: 24px; align-items: stretch; }
@media (min-width: 768px) { .analytics-grid[b-clmtm0aqvg] { grid-template-columns: repeat(2, 1fr); } }

.progress-bar-wrap[b-clmtm0aqvg] { height: 8px; background: #f1f5f9; border-radius: 999px; overflow: hidden; margin-top: 8px; }
.progress-bar-fill[b-clmtm0aqvg] { height: 100%; border-radius: 999px; transition: width 500ms ease; }
.progress-bar-fill.green[b-clmtm0aqvg] { background: linear-gradient(90deg, #10b981, #059669); }
.progress-bar-fill.blue[b-clmtm0aqvg] { background: linear-gradient(90deg, #0ea5e9, #0284c7); }
.progress-bar-fill.purple[b-clmtm0aqvg] { background: linear-gradient(90deg, #8b5cf6, #7c3aed); }
.progress-bar-fill.orange[b-clmtm0aqvg] { background: linear-gradient(90deg, #f59e0b, #d97706); }
.progress-bar-fill.red[b-clmtm0aqvg] { background: linear-gradient(90deg, #ef4444, #dc2626); }

.stats-grid[b-clmtm0aqvg] { display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 16px; }
.stat-item[b-clmtm0aqvg] { padding: 16px; background: #f8fafc; border-radius: 10px; text-align: center; }
.stat-value[b-clmtm0aqvg] { font-size: 1.5rem; font-weight: 700; color: #0f172a; }
.stat-label[b-clmtm0aqvg] { font-size: 0.8125rem; color: #6b7280; margin-top: 4px; }

.dashboard-metrics-grid[b-clmtm0aqvg] { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
@media (min-width: 768px) { .dashboard-metrics-grid[b-clmtm0aqvg] { grid-template-columns: repeat(4, 1fr); } }
@media (min-width: 1200px) { .dashboard-metrics-grid[b-clmtm0aqvg] { grid-template-columns: repeat(6, 1fr); } }
.dashboard-metric-card[b-clmtm0aqvg] { background: #ffffff; border-radius: 12px; padding: 20px; box-shadow: 0 4px 12px rgba(2,6,23,0.04); border: 1px solid rgba(15,23,42,0.04); }
.metric-header[b-clmtm0aqvg] { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.metric-icon[b-clmtm0aqvg] { width: 44px; height: 44px; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 1.25rem; }
.metric-value[b-clmtm0aqvg] { font-size: 1.5rem; font-weight: 700; color: #0f172a; }
.metric-label[b-clmtm0aqvg] { font-size: 0.8125rem; color: #6b7280; margin-top: 4px; }
.metric-trend[b-clmtm0aqvg] { display: inline-flex; align-items: center; gap: 4px; font-size: 0.75rem; font-weight: 600; margin-top: 8px; padding: 4px 8px; border-radius: 6px; }
.metric-trend.up[b-clmtm0aqvg] { background: rgba(16,185,129,0.1); color: #059669; }
.metric-trend.down[b-clmtm0aqvg] { background: rgba(239,68,68,0.1); color: #dc2626; }
.metric-trend.neutral[b-clmtm0aqvg] { background: rgba(107,114,128,0.1); color: #6b7280; }

.dashboard-grid[b-clmtm0aqvg] { display: grid; grid-template-columns: 1fr; gap: 24px; margin-top: 24px; align-items: stretch; }
@media (min-width: 1024px) { .dashboard-grid[b-clmtm0aqvg] { grid-template-columns: 3fr 2fr; } }

.section-card[b-clmtm0aqvg] { background: #ffffff; border-radius: 14px; box-shadow: 0 6px 18px rgba(2,6,23,0.06); overflow: hidden; display: flex; flex-direction: column; min-height: 200px; }
.analytics-grid .section-card[b-clmtm0aqvg] { min-height: 400px; }
.section-header[b-clmtm0aqvg] { display: flex; align-items: center; justify-content: space-between; padding: 20px 24px; border-bottom: 1px solid #f1f5f9; }
.section-title[b-clmtm0aqvg] { font-size: 1rem; font-weight: 700; color: #0f172a; display: flex; align-items: center; gap: 10px; }
.section-title i[b-clmtm0aqvg] { color: #0ea5e9; }
.section-body[b-clmtm0aqvg] { padding: 20px 24px; flex: 1; overflow-y: auto; }

.simple-table[b-clmtm0aqvg] { width: 100%; border-collapse: separate; border-spacing: 0; }
.simple-table th[b-clmtm0aqvg] { text-align: left; padding: 12px 16px; font-size: 0.75rem; font-weight: 600; color: #64748b; text-transform: uppercase; letter-spacing: 0.5px; background: #f8fafc; }
.simple-table td[b-clmtm0aqvg] { padding: 14px 16px; font-size: 0.875rem; color: #334155; border-bottom: 1px solid #f1f5f9; }
.simple-table tbody tr:last-child td[b-clmtm0aqvg] { border-bottom: none; }
.simple-table tbody tr:hover[b-clmtm0aqvg] { background: rgba(14,165,233,0.02); }

.application-row[b-clmtm0aqvg] { display: flex; align-items: center; gap: 12px; padding: 12px 0; border-bottom: 1px solid #f1f5f9; }
.application-row:last-child[b-clmtm0aqvg] { border-bottom: none; }
.application-avatar[b-clmtm0aqvg] { width: 40px; height: 40px; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 0.875rem; color: #fff; }
.application-info[b-clmtm0aqvg] { flex: 1; min-width: 0; }
.application-name[b-clmtm0aqvg] { font-weight: 600; color: #0f172a; font-size: 0.875rem; }
.application-detail[b-clmtm0aqvg] { font-size: 0.75rem; color: #6b7280; margin-top: 2px; }
.application-actions[b-clmtm0aqvg] { display: flex; gap: 6px; }
.action-btn[b-clmtm0aqvg] { width: 32px; height: 32px; border-radius: 8px; border: 1px solid #e2e8f0; background: #fff; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; transition: all 150ms ease; }
.action-btn:hover[b-clmtm0aqvg] { background: #f8fafc; border-color: #cbd5e1; }
.action-btn:focus-visible[b-clmtm0aqvg] { outline: 2px solid #0ea5e9; outline-offset: 2px; }
.action-btn.approve:hover[b-clmtm0aqvg] { background: #dcfce7; border-color: #10b981; color: #059669; }
.action-btn.reject:hover[b-clmtm0aqvg] { background: #fee2e2; border-color: #ef4444; color: #dc2626; }
.action-btn.view:hover[b-clmtm0aqvg] { background: #dbeafe; border-color: #0ea5e9; color: #0284c7; }

.empty-state[b-clmtm0aqvg] { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 40px 20px; text-align: center; }
.empty-state i[b-clmtm0aqvg] { font-size: 2.5rem; color: #cbd5e1; margin-bottom: 12px; }
.empty-state-title[b-clmtm0aqvg] { font-weight: 600; color: #64748b; font-size: 0.9375rem; margin-bottom: 4px; }
.empty-state-subtitle[b-clmtm0aqvg] { color: #94a3b8; font-size: 0.8125rem; }

.dashboard-state-panel[b-clmtm0aqvg] { display: flex; align-items: center; justify-content: center; min-height: 400px; gap: 16px; }
.dashboard-state-panel--column[b-clmtm0aqvg] { flex-direction: column; text-align: center; }
.dashboard-state-text[b-clmtm0aqvg] { font-size: 1.125rem; color: #334155; }
.dashboard-state-title[b-clmtm0aqvg] { margin: 0 0 8px 0; color: #0f172a; }
.dashboard-state-message[b-clmtm0aqvg] { color: #6b7280; max-width: 400px; margin: 0 0 16px 0; }
.dashboard-state-icon[b-clmtm0aqvg] { font-size: 3rem; margin-bottom: 16px; }
.dashboard-state-icon--error[b-clmtm0aqvg] { color: #ef4444; }
.dashboard-state-icon--warning[b-clmtm0aqvg] { color: #f59e0b; }

.dashboard-refresh-overlay[b-clmtm0aqvg] {
    position: fixed; inset: 0; z-index: 1200;
    background: rgba(255, 255, 255, 0.45);
    display: flex; align-items: center; justify-content: center;
    pointer-events: none;
}

.nexus-dashboard[b-clmtm0aqvg] { position: relative; }

/* Pending Tasks card */
.pending-tasks-card[b-clmtm0aqvg] { min-height: auto !important; }
.pending-tasks-header[b-clmtm0aqvg] { padding-bottom: 16px; border-bottom: 2px solid #f1f5f9; }
.pending-tasks-count[b-clmtm0aqvg] {
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
    color: #fff;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 600;
    box-shadow: 0 2px 4px rgba(239, 68, 68, 0.2);
    white-space: nowrap;
}
.pending-tasks-body[b-clmtm0aqvg] { padding: 0 !important; display: flex; flex-direction: column; }
.pending-tasks-list[b-clmtm0aqvg] { list-style: none; margin: 0; padding: 0; flex: 1; }
.pending-task-item[b-clmtm0aqvg] {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 20px 16px 16px;
    border-bottom: 1px solid #f1f5f9;
    cursor: pointer;
    position: relative;
    transition: background 0.2s ease, box-shadow 0.2s ease;
}
.pending-task-item:last-child[b-clmtm0aqvg] { border-bottom: none; }
.pending-task-item:hover[b-clmtm0aqvg] { background: #f8fafc; }
.pending-task-item:focus-visible[b-clmtm0aqvg] {
    outline: 2px solid #0ea5e9;
    outline-offset: -2px;
    background: #f0f9ff;
}
.pending-task-priority-bar[b-clmtm0aqvg] {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    border-radius: 0 4px 4px 0;
}
.pending-task-item--high .pending-task-priority-bar[b-clmtm0aqvg] { background: #ef4444; }
.pending-task-item--medium .pending-task-priority-bar[b-clmtm0aqvg] { background: #f59e0b; }
.pending-task-item--low .pending-task-priority-bar[b-clmtm0aqvg] { background: #0ea5e9; }
.pending-task-type-icon[b-clmtm0aqvg] {
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.125rem;
    background: linear-gradient(180deg, #dbeafe, #bae6fd);
    color: #0284c7;
}
.pending-task-item--high .pending-task-type-icon[b-clmtm0aqvg] {
    background: linear-gradient(180deg, #fee2e2, #fecaca);
    color: #dc2626;
}
.pending-task-item--medium .pending-task-type-icon[b-clmtm0aqvg] {
    background: linear-gradient(180deg, #fef3c7, #fde68a);
    color: #d97706;
}
.pending-task-content[b-clmtm0aqvg] { flex: 1; min-width: 0; }
.pending-task-title-row[b-clmtm0aqvg] {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 6px;
}
.pending-task-title[b-clmtm0aqvg] {
    font-weight: 600;
    color: #0f172a;
    font-size: 0.9rem;
    line-height: 1.4;
}
.pending-task-count-badge[b-clmtm0aqvg] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 22px;
    padding: 2px 8px;
    border-radius: 999px;
    font-size: 0.6875rem;
    font-weight: 700;
    color: #0369a1;
    background: #e0f2fe;
    border: 1px solid #bae6fd;
}
.pending-task-meta-row[b-clmtm0aqvg] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    font-size: 0.75rem;
    color: #64748b;
}
.pending-task-meta-item[b-clmtm0aqvg] {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}
.pending-task-meta-item i[b-clmtm0aqvg] { font-size: 0.875rem; color: #94a3b8; }
.pending-task-actions[b-clmtm0aqvg] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
    flex-shrink: 0;
}
.pending-task-priority-badge[b-clmtm0aqvg] {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 5px 10px;
    border-radius: 6px;
    font-size: 0.6875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.pending-task-priority-badge--high[b-clmtm0aqvg] {
    background: linear-gradient(135deg, #fef2f2, #fee2e2);
    color: #991b1b;
    border: 1px solid #fecaca;
}
.pending-task-priority-badge--medium[b-clmtm0aqvg] {
    background: linear-gradient(135deg, #fffbeb, #fef3c7);
    color: #92400e;
    border: 1px solid #fde68a;
}
.pending-task-priority-badge--low[b-clmtm0aqvg] {
    background: linear-gradient(135deg, #eff6ff, #dbeafe);
    color: #1e40af;
    border: 1px solid #bfdbfe;
}
.pending-task-cta[b-clmtm0aqvg] {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 4px 8px;
    border-radius: 6px;
    transition: all 0.15s ease;
}
.pending-task-cta--navigate[b-clmtm0aqvg] { color: #0284c7; background: #e0f2fe; }
.pending-task-cta--complete[b-clmtm0aqvg] { color: #059669; background: #dcfce7; }
.pending-task-item:hover .pending-task-cta--navigate[b-clmtm0aqvg] { background: #bae6fd; }
.pending-task-item:hover .pending-task-cta--complete[b-clmtm0aqvg] { background: #bbf7d0; }
.pending-tasks-footer[b-clmtm0aqvg] {
    padding: 14px 20px;
    text-align: center;
    border-top: 1px solid #e2e8f0;
    background: #fafbfc;
    margin-top: auto;
}
.pending-tasks-view-all[b-clmtm0aqvg] {
    border: none;
    background: transparent;
    color: #0284c7;
    font-weight: 600;
    font-size: 0.875rem;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    padding: 4px 8px;
    border-radius: 8px;
    transition: color 0.2s ease, background 0.2s ease;
}
.pending-tasks-view-all:hover[b-clmtm0aqvg] { color: #0369a1; background: #e0f2fe; }
.pending-tasks-view-all:focus-visible[b-clmtm0aqvg] { outline: 2px solid #0ea5e9; outline-offset: 2px; }
.pending-tasks-empty[b-clmtm0aqvg] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 48px 24px;
    text-align: center;
}
.pending-tasks-empty-icon[b-clmtm0aqvg] {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: linear-gradient(135deg, #dcfce7, #bbf7d0);
    color: #059669;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    margin-bottom: 12px;
}

@media (max-width: 640px) {
    .pending-task-item[b-clmtm0aqvg] { flex-wrap: wrap; gap: 10px; }
    .pending-task-actions[b-clmtm0aqvg] {
        width: 100%;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
}
/* _content/SchoolERP.Web/Components/Pages/AdminOfficer/Documents.razor.rz.scp.css */
.page-container[b-e2m70usopv] { margin:0 auto; box-sizing:border-box; }
        .muted[b-e2m70usopv] { color:#6b7280; }

        /* Welcome Banner */
        .page-welcome[b-e2m70usopv] {
            background: linear-gradient(135deg, #0ea5e9 0%, #0284c7 100%);
            border-radius: 16px;
            padding: 24px 32px;
            color: #ffffff;
            margin-bottom: 24px;
            box-shadow: 0 10px 40px rgba(14, 165, 233, 0.3);
        }
        .page-welcome h1[b-e2m70usopv] {
            font-size: 1.5rem;
            font-weight: 700;
            margin: 0 0 8px 0;
        }
        .page-welcome p[b-e2m70usopv] {
            opacity: 0.9;
            margin: 0;
            font-size: 0.9375rem;
        }
        .welcome-stats[b-e2m70usopv] {
            display: flex;
            gap: 32px;
            margin-top: 16px;
            flex-wrap: wrap;
        }
        .welcome-stat[b-e2m70usopv] {
            display: flex;
            flex-direction: column;
        }
        .welcome-stat-value[b-e2m70usopv] {
            font-size: 1.5rem;
            font-weight: 700;
        }
        .welcome-stat-label[b-e2m70usopv] {
            font-size: 0.8125rem;
            opacity: 0.85;
        }
        @media (max-width: 640px) {
            .page-welcome[b-e2m70usopv] {
                padding: 20px;
            }
            .page-welcome h1[b-e2m70usopv] {
                font-size: 1.25rem;
            }
            .welcome-stats[b-e2m70usopv] {
                gap: 20px;
            }
        }
        
        /* Stats Cards */
        .stats-grid[b-e2m70usopv] {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 20px;
            margin-bottom: 24px;
        }
        @media (max-width: 1200px) {
            .stats-grid[b-e2m70usopv] { grid-template-columns: repeat(2, 1fr); }
        }
        @media (max-width: 640px) {
            .stats-grid[b-e2m70usopv] { grid-template-columns: 1fr; }
        }
        .stat-card[b-e2m70usopv] {
            background: #ffffff;
            border-radius: 14px;
            padding: 20px;
            box-shadow: 0 4px 12px rgba(2,6,23,0.04);
            display: flex;
            align-items: center;
            gap: 16px;
            transition: all 200ms ease;
        }
        .stat-card:hover[b-e2m70usopv] {
            box-shadow: 0 8px 24px rgba(2,6,23,0.08);
            transform: translateY(-2px);
        }
        .stat-icon[b-e2m70usopv] {
            width: 52px;
            height: 52px;
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.5rem;
        }
        .stat-icon.total[b-e2m70usopv] { background: linear-gradient(135deg, #dbeafe, #bfdbfe); color: #2563eb; }
        .stat-icon.pending[b-e2m70usopv] { background: linear-gradient(135deg, #fef3c7, #fde68a); color: #d97706; }
        .stat-icon.verified[b-e2m70usopv] { background: linear-gradient(135deg, #dcfce7, #bbf7d0); color: #16a34a; }
        .stat-icon.recent[b-e2m70usopv] { background: linear-gradient(135deg, #f3e8ff, #e9d5ff); color: #9333ea; }
        .stat-content h3[b-e2m70usopv] {
            font-size: 1.5rem;
            font-weight: 700;
            color: #0f172a;
            margin: 0;
        }
        .stat-content p[b-e2m70usopv] {
            font-size: 0.875rem;
            color: #64748b;
            margin: 4px 0 0;
        }
        
        /* Filters Section */
        .filters-section[b-e2m70usopv] {
            background: #ffffff;
            border-radius: 14px;
            padding: 20px 24px;
            margin-bottom: 24px;
            box-shadow: 0 4px 12px rgba(2,6,23,0.04);
            display: flex;
            flex-wrap: wrap;
            gap: 16px;
            align-items: flex-end;
        }
        .filter-group[b-e2m70usopv] {
            display: flex;
            flex-direction: column;
            gap: 6px;
            min-width: 160px;
        }
        .filter-group.flex-1[b-e2m70usopv] {
            flex: 1;
            min-width: 200px;
        }
        .filter-label[b-e2m70usopv] {
            font-size: 0.75rem;
            font-weight: 600;
            color: #64748b;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }
        .filter-input[b-e2m70usopv], .filter-select[b-e2m70usopv] {
            padding: 13px 14px;
            border: 1px solid #e2e8f0;
            border-radius: 10px;
            font-size: 0.9375rem;
            color: #0f172a;
            background: #fff;
            transition: all 150ms ease;
        }
        .filter-input:focus[b-e2m70usopv], .filter-select:focus[b-e2m70usopv] {
            outline: none;
            border-color: #0ea5e9;
            box-shadow: 0 0 0 3px rgba(14, 165, 233, 0.1);
        }
        .filter-input[b-e2m70usopv]::placeholder {
            color: #94a3b8;
        }
        
        /* Category tabs */
        .category-tabs[b-e2m70usopv] {
            display: flex;
            gap: 8px;
            margin-bottom: 24px;
            flex-wrap: wrap;
        }
        .category-tab[b-e2m70usopv] {
            padding: 10px 20px;
            border-radius: 10px;
            font-size: 0.875rem;
            font-weight: 600;
            cursor: pointer;
            transition: all 150ms ease;
            display: flex;
            align-items: center;
            gap: 8px;
            border: 1px solid #e2e8f0;
            background: #fff;
            color: #64748b;
        }
        .category-tab:hover[b-e2m70usopv] {
            background: #f8fafc;
            border-color: #0ea5e9;
            color: #0ea5e9;
        }
        .category-tab.active[b-e2m70usopv] {
            background: #0ea5e9;
            border-color: #0ea5e9;
            color: #fff;
        }
        .category-tab .count[b-e2m70usopv] {
            padding: 2px 8px;
            border-radius: 999px;
            font-size: 0.75rem;
            background: rgba(255,255,255,0.2);
        }
        .category-tab:not(.active) .count[b-e2m70usopv] {
            background: #f1f5f9;
        }
        
        /* Section Cards */
        .section-card[b-e2m70usopv] {
            background: #ffffff;
            border-radius: 14px;
            box-shadow: 0 6px 18px rgba(2,6,23,0.06);
            overflow: hidden;
        }
        .section-header[b-e2m70usopv] {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 20px 24px;
            border-bottom: 1px solid #f1f5f9;
        }
        .section-title[b-e2m70usopv] {
            font-size: 1rem;
            font-weight: 700;
            color: #0f172a;
            display: flex;
            align-items: center;
            gap: 10px;
        }
        .section-title i[b-e2m70usopv] {
            color: #0ea5e9;
        }
        .section-body[b-e2m70usopv] {
            padding: 20px 24px;
        }
        
        /* Bulk Actions Bar */
        .bulk-actions-bar[b-e2m70usopv] {
            display: flex;
            align-items: center;
            gap: 12px;
            padding: 12px 20px;
            background: linear-gradient(135deg, #eff6ff, #dbeafe);
            border-radius: 10px;
            margin-bottom: 20px;
            border: 1px solid #bfdbfe;
        }
        .bulk-actions-bar .count-label[b-e2m70usopv] {
            font-size: 0.875rem;
            font-weight: 600;
            color: #1e40af;
        }
        .bulk-action-btn[b-e2m70usopv] {
            padding: 6px 14px;
            border-radius: 8px;
            font-size: 0.8125rem;
            font-weight: 600;
            cursor: pointer;
            transition: all 150ms ease;
            display: inline-flex;
            align-items: center;
            gap: 6px;
            border: 1px solid transparent;
        }
        .bulk-action-btn.verify[b-e2m70usopv] { background: #dcfce7; color: #16a34a; border-color: #bbf7d0; }
        .bulk-action-btn.verify:hover[b-e2m70usopv] { background: #bbf7d0; }
        .bulk-action-btn.delete[b-e2m70usopv] { background: #fee2e2; color: #dc2626; border-color: #fecaca; }
        .bulk-action-btn.delete:hover[b-e2m70usopv] { background: #fecaca; }
        .bulk-action-btn.export[b-e2m70usopv] { background: #dbeafe; color: #2563eb; border-color: #bfdbfe; }
        .bulk-action-btn.export:hover[b-e2m70usopv] { background: #bfdbfe; }
        .bulk-action-btn.clear[b-e2m70usopv] { background: #f1f5f9; color: #64748b; border-color: #e2e8f0; }
        .bulk-action-btn.clear:hover[b-e2m70usopv] { background: #e2e8f0; }
        
        /* Document Grid Layout */
        .documents-grid[b-e2m70usopv] {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
            gap: 20px;
        }
        
        /* Document Card */
        .document-card[b-e2m70usopv] {
            background: #ffffff;
            border-radius: 14px;
            border: 1px solid #f1f5f9;
            overflow: hidden;
            transition: all 200ms ease;
            box-shadow: 0 4px 12px rgba(2,6,23,0.04);
            position: relative;
        }
        .document-card:hover[b-e2m70usopv] {
            box-shadow: 0 12px 32px rgba(2,6,23,0.1);
            transform: translateY(-2px);
        }
        .document-card.selected[b-e2m70usopv] {
            border-color: #0ea5e9;
            box-shadow: 0 0 0 2px rgba(14, 165, 233, 0.2);
        }
        .document-card-checkbox[b-e2m70usopv] {
            position: absolute;
            top: 12px;
            right: 12px;
            z-index: 2;
        }
        .document-card-checkbox input[type="checkbox"][b-e2m70usopv] {
            width: 18px;
            height: 18px;
            cursor: pointer;
            accent-color: #0ea5e9;
        }
        .document-card-header[b-e2m70usopv] {
            background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
            padding: 16px 20px;
            display: flex;
            align-items: center;
            gap: 14px;
        }
        .document-icon[b-e2m70usopv] {
            width: 48px;
            height: 48px;
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.25rem;
            flex-shrink: 0;
        }
        .document-icon.pdf[b-e2m70usopv] { background: linear-gradient(135deg, #fee2e2, #fecaca); color: #dc2626; }
        .document-icon.image[b-e2m70usopv] { background: linear-gradient(135deg, #dbeafe, #bfdbfe); color: #2563eb; }
        .document-icon.doc[b-e2m70usopv] { background: linear-gradient(135deg, #dbeafe, #93c5fd); color: #1d4ed8; }
        .document-icon.certificate[b-e2m70usopv] { background: linear-gradient(135deg, #fef3c7, #fde68a); color: #d97706; }
        .document-icon.id[b-e2m70usopv] { background: linear-gradient(135deg, #dcfce7, #bbf7d0); color: #16a34a; }
        .document-icon.other[b-e2m70usopv] { background: linear-gradient(135deg, #f3e8ff, #e9d5ff); color: #9333ea; }
        .document-header-info[b-e2m70usopv] {
            flex: 1;
            min-width: 0;
        }
        .document-name[b-e2m70usopv] {
            font-size: 0.9375rem;
            font-weight: 700;
            color: #0f172a;
            margin-bottom: 4px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }
        .document-type[b-e2m70usopv] {
            font-size: 0.8125rem;
            color: #64748b;
            display: flex;
            align-items: center;
            gap: 6px;
        }
        .document-card-body[b-e2m70usopv] {
            padding: 16px 20px;
        }
        .document-info-row[b-e2m70usopv] {
            display: flex;
            align-items: center;
            gap: 10px;
            padding: 8px 0;
            border-bottom: 1px solid #f1f5f9;
        }
        .document-info-row:last-child[b-e2m70usopv] {
            border-bottom: none;
        }
        .document-info-icon[b-e2m70usopv] {
            width: 28px;
            height: 28px;
            border-radius: 6px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #f8fafc;
            color: #64748b;
            font-size: 0.8125rem;
            flex-shrink: 0;
        }
        .document-info-content[b-e2m70usopv] {
            flex: 1;
            min-width: 0;
        }
        .document-info-label[b-e2m70usopv] {
            font-size: 0.6875rem;
            color: #94a3b8;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }
        .document-info-value[b-e2m70usopv] {
            font-size: 0.8125rem;
            color: #0f172a;
            font-weight: 500;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }
        .document-card-footer[b-e2m70usopv] {
            padding: 12px 20px;
            background: #f8fafc;
            display: flex;
            gap: 8px;
            justify-content: flex-end;
        }
        .document-action-btn[b-e2m70usopv] {
            padding: 8px 14px;
            border-radius: 8px;
            font-size: 0.8125rem;
            font-weight: 600;
            cursor: pointer;
            transition: all 150ms ease;
            display: inline-flex;
            align-items: center;
            gap: 6px;
            border: 1px solid transparent;
        }
        .document-action-btn:disabled[b-e2m70usopv] {
            opacity: 0.5;
            cursor: not-allowed;
        }
        .document-action-btn.view[b-e2m70usopv] {
            background: #dbeafe;
            color: #0284c7;
            border-color: #bae6fd;
        }
        .document-action-btn.view:hover:not(:disabled)[b-e2m70usopv] {
            background: #bae6fd;
        }
        .document-action-btn.download[b-e2m70usopv] {
            background: #dcfce7;
            color: #16a34a;
            border-color: #bbf7d0;
        }
        .document-action-btn.download:hover:not(:disabled)[b-e2m70usopv] {
            background: #bbf7d0;
        }
        .document-action-btn.verify[b-e2m70usopv] {
            background: #fef3c7;
            color: #d97706;
            border-color: #fde68a;
        }
        .document-action-btn.verify:hover:not(:disabled)[b-e2m70usopv] {
            background: #fde68a;
        }
        .document-action-btn.delete[b-e2m70usopv] {
            background: #fee2e2;
            color: #dc2626;
            border-color: #fecaca;
        }
        .document-action-btn.delete:hover:not(:disabled)[b-e2m70usopv] {
            background: #fecaca;
        }
        
        /* Status Badge */
        .status-badge[b-e2m70usopv] {
            display: inline-flex;
            align-items: center;
            gap: 4px;
            padding: 4px 10px;
            border-radius: 999px;
            font-size: 0.6875rem;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }
        .status-badge.verified[b-e2m70usopv] { background: rgba(16,185,129,0.12); color: #059669; }
        .status-badge.pending[b-e2m70usopv] { background: rgba(245,158,11,0.12); color: #d97706; }
        .status-badge.rejected[b-e2m70usopv] { background: rgba(239,68,68,0.12); color: #dc2626; }
        .status-badge.expired[b-e2m70usopv] { background: rgba(107,114,128,0.12); color: #6b7280; }
        
        /* Primary Button */
        .btn-primary[b-e2m70usopv] {
            padding: 10px 20px;
            border-radius: 10px;
            font-size: 0.875rem;
            font-weight: 600;
            cursor: pointer;
            transition: all 150ms ease;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            border: none;
            background: linear-gradient(135deg, #0ea5e9, #0284c7);
            color: #fff;
            box-shadow: 0 4px 12px rgba(14, 165, 233, 0.25);
        }
        .btn-primary:hover:not(:disabled)[b-e2m70usopv] {
            background: linear-gradient(135deg, #0284c7, #0369a1);
            box-shadow: 0 6px 16px rgba(14, 165, 233, 0.35);
            transform: translateY(-1px);
        }
        .btn-primary:disabled[b-e2m70usopv] {
            opacity: 0.6;
            cursor: not-allowed;
            transform: none;
        }
        .btn-secondary[b-e2m70usopv] {
            padding: 10px 20px;
            border-radius: 10px;
            font-size: 0.875rem;
            font-weight: 600;
            cursor: pointer;
            transition: all 150ms ease;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            border: 1px solid #e2e8f0;
            background: #fff;
            color: #64748b;
        }
        .btn-secondary:hover:not(:disabled)[b-e2m70usopv] {
            background: #f8fafc;
            border-color: #cbd5e1;
            color: #0f172a;
        }
        .btn-secondary:disabled[b-e2m70usopv] {
            opacity: 0.6;
            cursor: not-allowed;
        }
        
        /* Pagination */
        .pagination[b-e2m70usopv] {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            margin-top: 24px;
        }
        .pagination-btn[b-e2m70usopv] {
            width: 40px;
            height: 40px;
            border: 1px solid #e2e8f0;
            background: #fff;
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 150ms ease;
            font-weight: 600;
            color: #64748b;
        }
        .pagination-btn:hover:not(.disabled)[b-e2m70usopv] {
            background: #f8fafc;
            border-color: #0ea5e9;
            color: #0ea5e9;
        }
        .pagination-btn.active[b-e2m70usopv] {
            background: #0ea5e9;
            border-color: #0ea5e9;
            color: #fff;
        }
        .pagination-btn.disabled[b-e2m70usopv] {
            opacity: 0.5;
            cursor: not-allowed;
        }
        .pagination-ellipsis[b-e2m70usopv] {
            width: 40px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 600;
            color: #94a3b8;
        }
        .pagination-info[b-e2m70usopv] {
            font-size: 0.875rem;
            color: #64748b;
            margin: 0 16px;
        }
        
        /* Empty State */
        .empty-state[b-e2m70usopv] {
            text-align: center;
            padding: 48px 24px;
        }
        .empty-state-icon[b-e2m70usopv] {
            width: 80px;
            height: 80px;
            border-radius: 50%;
            background: #f1f5f9;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 16px;
            font-size: 2rem;
            color: #94a3b8;
        }
        .empty-state h3[b-e2m70usopv] {
            font-size: 1.125rem;
            font-weight: 700;
            color: #0f172a;
            margin: 0 0 8px;
        }
        .empty-state p[b-e2m70usopv] {
            font-size: 0.875rem;
            color: #6b7280;
            margin: 0 0 20px;
        }
        
        /* Modal Overlay */
        .modal-overlay[b-e2m70usopv] {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(0, 0, 0, 0.6);
            backdrop-filter: blur(4px);
            z-index: 10000;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 20px;
            animation: modalFadeIn-b-e2m70usopv 200ms ease;
        }
        @keyframes modalFadeIn-b-e2m70usopv {
            from { opacity: 0; }
            to { opacity: 1; }
        }
        .modal-container[b-e2m70usopv] {
            background: #ffffff;
            border-radius: 20px;
            max-width: 600px;
            width: 100%;
            max-height: 90vh;
            overflow: hidden;
            box-shadow: 0 25px 60px rgba(0, 0, 0, 0.3);
            animation: modalSlideUp-b-e2m70usopv 300ms ease;
        }
        .modal-container.large[b-e2m70usopv] {
            max-width: 800px;
        }
        @keyframes modalSlideUp-b-e2m70usopv {
            from { opacity: 0; transform: translateY(20px) scale(0.95); }
            to { opacity: 1; transform: translateY(0) scale(1); }
        }
        .modal-header[b-e2m70usopv] {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 20px 24px;
            border-bottom: 1px solid #f1f5f9;
            background: linear-gradient(135deg, #f8fafc, #f1f5f9);
        }
        .modal-title[b-e2m70usopv] {
            font-size: 1.125rem;
            font-weight: 700;
            color: #0f172a;
            display: flex;
            align-items: center;
            gap: 10px;
        }
        .modal-title i[b-e2m70usopv] {
            color: #0ea5e9;
        }
        .modal-close-btn[b-e2m70usopv] {
            width: 36px;
            height: 36px;
            border-radius: 50%;
            background: #fff;
            border: 1px solid #e2e8f0;
            color: #64748b;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 150ms ease;
            font-size: 1.25rem;
        }
        .modal-close-btn:hover[b-e2m70usopv] {
            background: #fee2e2;
            border-color: #fecaca;
            color: #dc2626;
        }
        .modal-body[b-e2m70usopv] {
            padding: 24px;
            overflow-y: auto;
            max-height: calc(90vh - 140px);
        }
        .modal-footer[b-e2m70usopv] {
            display: flex;
            justify-content: flex-end;
            gap: 12px;
            padding: 16px 24px;
            border-top: 1px solid #f1f5f9;
            background: #f8fafc;
        }
        
        /* Form Styles */
        .form-group[b-e2m70usopv] {
            margin-bottom: 20px;
        }
        .form-group:last-child[b-e2m70usopv] {
            margin-bottom: 0;
        }
        .form-label[b-e2m70usopv] {
            display: block;
            font-size: 0.8125rem;
            font-weight: 600;
            color: #334155;
            margin-bottom: 6px;
        }
        .form-label.required[b-e2m70usopv]::after {
            content: ' *';
            color: #ef4444;
        }
        .form-input[b-e2m70usopv], .form-select[b-e2m70usopv], .form-textarea[b-e2m70usopv] {
            width: 100%;
            padding: 12px 14px;
            border: 1px solid #e2e8f0;
            border-radius: 10px;
            font-size: 0.9375rem;
            color: #0f172a;
            background: #fff;
            transition: all 150ms ease;
        }
        .form-input:focus[b-e2m70usopv], .form-select:focus[b-e2m70usopv], .form-textarea:focus[b-e2m70usopv] {
            outline: none;
            border-color: #0ea5e9;
            box-shadow: 0 0 0 3px rgba(14, 165, 233, 0.1);
        }
        .form-textarea[b-e2m70usopv] {
            min-height: 100px;
            resize: vertical;
        }
        .form-row[b-e2m70usopv] {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 16px;
        }
        @media (max-width: 640px) {
            .form-row[b-e2m70usopv] { grid-template-columns: 1fr; }
        }

        /* Person search autocomplete */
        .person-search-wrapper[b-e2m70usopv] {
            position: relative;
        }
        .person-search-dropdown[b-e2m70usopv] {
            position: absolute;
            top: 100%;
            left: 0;
            right: 0;
            background: white;
            border: 1px solid #e2e8f0;
            border-radius: 10px;
            max-height: 220px;
            overflow-y: auto;
            z-index: 10001;
            box-shadow: 0 4px 12px rgba(0,0,0,0.1);
            margin-top: 4px;
        }
        .person-search-item[b-e2m70usopv] {
            padding: 10px 14px;
            cursor: pointer;
            border-bottom: 1px solid #f1f5f9;
            transition: background 150ms;
        }
        .person-search-item:hover[b-e2m70usopv] {
            background: #f8fafc;
        }
        .person-search-item:last-child[b-e2m70usopv] {
            border-bottom: none;
        }
        .person-search-item .person-type-badge[b-e2m70usopv] {
            display: inline-block;
            padding: 2px 8px;
            border-radius: 999px;
            font-size: 0.6875rem;
            font-weight: 600;
            text-transform: uppercase;
            background: #e0f2fe;
            color: #0284c7;
            margin-left: 6px;
        }
        .person-selected-chip[b-e2m70usopv] {
            background: #dcfce7;
            padding: 10px 14px;
            border-radius: 10px;
            border: 1px solid #bbf7d0;
            margin-top: 8px;
            font-size: 0.8125rem;
            color: #15803d;
        }
        
        /* File Upload Zone */
        .file-upload-zone[b-e2m70usopv] {
            position: relative;
            border: 2px dashed #e2e8f0;
            border-radius: 14px;
            padding: 32px;
            text-align: center;
            cursor: pointer;
            transition: all 200ms ease;
            background: #f8fafc;
        }
        .file-upload-zone[b-e2m70usopv]  input[type="file"],
        .file-upload-input-overlay[b-e2m70usopv] {
            position: absolute;
            inset: 0;
            width: 100%;
            height: 100%;
            opacity: 0;
            cursor: pointer;
            z-index: 2;
            font-size: 0;
        }
        .file-upload-zone[b-e2m70usopv]  input[type="file"]::-webkit-file-upload-button {
            visibility: hidden;
        }
        .file-upload-content[b-e2m70usopv] {
            pointer-events: none;
            position: relative;
            z-index: 1;
        }
        .file-upload-zone:hover[b-e2m70usopv] {
            border-color: #0ea5e9;
            background: rgba(14, 165, 233, 0.04);
        }
        .file-upload-zone.drag-over[b-e2m70usopv] {
            border-color: #0ea5e9;
            background: rgba(14, 165, 233, 0.08);
        }
        .file-upload-zone.has-file[b-e2m70usopv] {
            border-color: #10b981;
            background: rgba(16, 185, 129, 0.04);
        }
        .file-upload-icon[b-e2m70usopv] {
            width: 64px;
            height: 64px;
            border-radius: 50%;
            background: #e0f2fe;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 16px;
            font-size: 1.75rem;
            color: #0ea5e9;
        }
        .file-upload-zone.has-file .file-upload-icon[b-e2m70usopv] {
            background: #dcfce7;
            color: #16a34a;
        }
        .file-upload-text[b-e2m70usopv] {
            font-size: 0.9375rem;
            color: #64748b;
            margin: 0 0 8px;
        }
        .file-upload-hint[b-e2m70usopv] {
            font-size: 0.8125rem;
            color: #94a3b8;
        }
        .file-upload-error[b-e2m70usopv] {
            font-size: 0.8125rem;
            color: #dc2626;
            margin-top: 8px;
        }
        .selected-file[b-e2m70usopv] {
            display: flex;
            align-items: center;
            gap: 12px;
            background: #f1f5f9;
            padding: 12px 16px;
            border-radius: 10px;
            margin-top: 16px;
        }
        .selected-file-icon[b-e2m70usopv] {
            width: 40px;
            height: 40px;
            border-radius: 8px;
            background: #0ea5e9;
            color: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.125rem;
        }
        .selected-file-info[b-e2m70usopv] {
            flex: 1;
            min-width: 0;
        }
        .selected-file-name[b-e2m70usopv] {
            font-size: 0.875rem;
            font-weight: 600;
            color: #0f172a;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }
        .selected-file-size[b-e2m70usopv] {
            font-size: 0.75rem;
            color: #64748b;
        }
        .selected-file-remove[b-e2m70usopv] {
            width: 28px;
            height: 28px;
            border-radius: 50%;
            background: #fee2e2;
            color: #dc2626;
            border: none;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 150ms ease;
        }
        .selected-file-remove:hover[b-e2m70usopv] {
            background: #fecaca;
        }
        
        /* Document Preview */
        .document-preview[b-e2m70usopv] {
            border-radius: 12px;
            overflow: hidden;
            background: #0f172a;
            margin-bottom: 20px;
        }
        .document-preview img[b-e2m70usopv] {
            width: 100%;
            max-height: 400px;
            object-fit: contain;
        }
        .document-preview-pdf[b-e2m70usopv] {
            padding: 40px;
            text-align: center;
            color: #94a3b8;
        }
        .document-preview-pdf i[b-e2m70usopv] {
            font-size: 4rem;
            margin-bottom: 16px;
            color: #ef4444;
        }
        .document-details-grid[b-e2m70usopv] {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 16px;
        }
        .document-detail-item[b-e2m70usopv] {
            padding: 12px;
            background: #f8fafc;
            border-radius: 10px;
        }
        .document-detail-label[b-e2m70usopv] {
            font-size: 0.75rem;
            color: #64748b;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            margin-bottom: 4px;
        }
        .document-detail-value[b-e2m70usopv] {
            font-size: 0.9375rem;
            font-weight: 600;
            color: #0f172a;
        }
        
        /* Confirmation Dialog */
        .confirm-icon[b-e2m70usopv] {
            width: 64px;
            height: 64px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 20px;
            font-size: 2rem;
        }
        .confirm-icon.warning[b-e2m70usopv] {
            background: #fef3c7;
            color: #d97706;
        }
        .confirm-icon.danger[b-e2m70usopv] {
            background: #fee2e2;
            color: #dc2626;
        }
        .confirm-icon.success[b-e2m70usopv] {
            background: #dcfce7;
            color: #16a34a;
        }
        .confirm-title[b-e2m70usopv] {
            font-size: 1.25rem;
            font-weight: 700;
            color: #0f172a;
            text-align: center;
            margin: 0 0 8px;
        }
        .confirm-message[b-e2m70usopv] {
            font-size: 0.9375rem;
            color: #64748b;
            text-align: center;
            margin: 0;
        }
        
        /* Responsive */
        @media (max-width: 768px) {
            .documents-grid[b-e2m70usopv] {
                grid-template-columns: 1fr;
            }
            .filters-section[b-e2m70usopv] {
                flex-direction: column;
            }
            .filter-group[b-e2m70usopv] {
                width: 100%;
            }
        }

.grid-refresh-overlay[b-e2m70usopv] {
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.75);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    border-radius: 14px;
}

.document-preview-frame[b-e2m70usopv] {
    width: 100%;
    min-height: 420px;
    border: none;
    background: #ffffff;
}

.person-search-item:focus[b-e2m70usopv] {
    outline: 2px solid #0ea5e9;
    background: #f8fafc;
}
/* _content/SchoolERP.Web/Components/Pages/AdminOfficer/HouseManagement.razor.rz.scp.css */
.page-container[b-xdfd0e0xh0] { margin: 0 auto; box-sizing: border-box; }
.search-input[b-xdfd0e0xh0] { min-width: 0; max-width: 100%; box-sizing: border-box; }
@media (max-width: 640px) { .page-container[b-xdfd0e0xh0] { max-width: 100%; padding: 0 12px; } .page-actions[b-xdfd0e0xh0] { flex-wrap: wrap; gap: 8px; } }
.muted[b-xdfd0e0xh0] { color: #6b7280; }

.house-welcome[b-xdfd0e0xh0] {
    background: linear-gradient(135deg, #7c3aed 0%, #6d28d9 100%);
    border-radius: 16px;
    padding: 24px 32px;
    color: #ffffff;
    margin-bottom: 24px;
    box-shadow: 0 10px 40px rgba(124, 58, 237, 0.3);
}
.house-welcome h1[b-xdfd0e0xh0] { font-size: 1.75rem; font-weight: 700; margin: 0 0 8px 0; }
.house-welcome p[b-xdfd0e0xh0] { opacity: 0.9; margin: 0; font-size: 1rem; }
.house-quick-stats[b-xdfd0e0xh0] { display: flex; gap: 32px; margin-top: 20px; flex-wrap: wrap; }
.house-quick-stat[b-xdfd0e0xh0] { display: flex; flex-direction: column; }
.house-quick-stat-value[b-xdfd0e0xh0] { font-size: 1.5rem; font-weight: 700; }
.house-quick-stat-label[b-xdfd0e0xh0] { font-size: 0.875rem; opacity: 0.85; }

.house-tabs[b-xdfd0e0xh0] {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 20px;
    border-bottom: 1px solid #e2e8f0;
    padding-bottom: 0;
}
.house-tab[b-xdfd0e0xh0] {
    padding: 10px 16px;
    border: none;
    background: transparent;
    color: #64748b;
    font-weight: 600;
    font-size: 0.875rem;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    margin-bottom: -1px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: all 150ms ease;
}
.house-tab:hover[b-xdfd0e0xh0] { color: #7c3aed; }
.house-tab.active[b-xdfd0e0xh0] { color: #7c3aed; border-bottom-color: #7c3aed; }

.status-pill[b-xdfd0e0xh0] { display: inline-flex; align-items: center; gap: 4px; padding: 4px 10px; border-radius: 999px; font-weight: 600; font-size: 0.75rem; }
.status-pill.status-active[b-xdfd0e0xh0] { background: rgba(16,185,129,0.12); color: #059669; }
.status-pill.status-inactive[b-xdfd0e0xh0] { background: rgba(107,114,128,0.12); color: #6b7280; }
.status-pill.status-warning[b-xdfd0e0xh0] { background: rgba(245,158,11,0.12); color: #d97706; }

.metrics-grid[b-xdfd0e0xh0] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-bottom: 24px;
}
.metric-card[b-xdfd0e0xh0] {
    background: #ffffff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 12px rgba(2,6,23,0.04);
    border: 1px solid rgba(15,23,42,0.04);
    transition: all 200ms ease;
}
.metric-card:hover[b-xdfd0e0xh0] { box-shadow: 0 8px 20px rgba(2,6,23,0.08); transform: translateY(-2px); }
.metric-header[b-xdfd0e0xh0] { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.metric-icon[b-xdfd0e0xh0] { width: 44px; height: 44px; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 1.25rem; }
.metric-value[b-xdfd0e0xh0] { font-size: 1.5rem; font-weight: 700; color: #0f172a; }
.metric-label[b-xdfd0e0xh0] { font-size: 0.8125rem; color: #6b7280; margin-top: 4px; }

.section-card[b-xdfd0e0xh0] {
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 6px 18px rgba(2,6,23,0.06);
    overflow: hidden;
}
.section-header[b-xdfd0e0xh0] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px;
    border-bottom: 1px solid #f1f5f9;
    flex-wrap: wrap;
    gap: 12px;
}
.section-title[b-xdfd0e0xh0] { font-size: 1rem; font-weight: 700; color: #0f172a; display: flex; align-items: center; gap: 10px; }
.section-title i[b-xdfd0e0xh0] { color: #7c3aed; }
.section-body[b-xdfd0e0xh0] { padding: 0; }

.houses-table[b-xdfd0e0xh0] { width: 100%; border-collapse: separate; border-spacing: 0; }
.houses-table th[b-xdfd0e0xh0] {
    text-align: left; padding: 14px 16px; font-size: 0.75rem; font-weight: 600;
    color: #64748b; text-transform: uppercase; letter-spacing: 0.5px;
    background: #f8fafc; border-bottom: 1px solid #e2e8f0;
}
.houses-table td[b-xdfd0e0xh0] { padding: 16px; font-size: 0.875rem; color: #334155; border-bottom: 1px solid #f1f5f9; vertical-align: middle; }
.houses-table tbody tr[b-xdfd0e0xh0] { transition: background 150ms ease; }
.houses-table tbody tr:hover[b-xdfd0e0xh0] { background: rgba(124,58,237,0.02); }
.houses-table tbody tr:last-child td[b-xdfd0e0xh0] { border-bottom: none; }

.house-cell[b-xdfd0e0xh0] { display: flex; align-items: center; gap: 12px; }
.house-badge[b-xdfd0e0xh0] {
    width: 44px; height: 44px; border-radius: 10px; display: flex; align-items: center;
    justify-content: center; font-weight: 700; font-size: 1rem; color: #fff; flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
.house-info[b-xdfd0e0xh0] { display: flex; flex-direction: column; }
.house-name[b-xdfd0e0xh0] { font-weight: 600; color: #0f172a; font-size: 0.875rem; }
.house-motto[b-xdfd0e0xh0] { font-size: 0.75rem; color: #94a3b8; font-style: italic; }

.action-btn-group[b-xdfd0e0xh0] { display: flex; gap: 6px; align-items: center; flex-wrap: wrap; }
.action-btn[b-xdfd0e0xh0] {
    display: inline-flex; align-items: center; justify-content: center;
    width: 36px; height: 36px; border-radius: 8px; border: 1px solid;
    cursor: pointer; transition: all 200ms ease; background: #ffffff;
}
.action-btn i[b-xdfd0e0xh0] { font-size: 1.125rem; }
.action-btn.view[b-xdfd0e0xh0] { border-color: #cbd5e1; color: #64748b; }
.action-btn.edit[b-xdfd0e0xh0] { border-color: #fde68a; color: #d97706; }
.action-btn.members[b-xdfd0e0xh0] { border-color: #c7d2fe; color: #6366f1; }
.action-btn.leaders[b-xdfd0e0xh0] { border-color: #fecaca; color: #dc2626; }
.action-btn.assign-leader[b-xdfd0e0xh0] { border-color: #fcd34d; color: #b45309; }
.action-btn.points[b-xdfd0e0xh0] { border-color: #bbf7d0; color: #059669; }
.action-btn.delete[b-xdfd0e0xh0] { border-color: #fecaca; color: #dc2626; }

.filter-bar[b-xdfd0e0xh0] { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.search-box[b-xdfd0e0xh0] { position: relative; flex: 1; min-width: 200px; max-width: 300px; }
.search-box input[b-xdfd0e0xh0] {
    width: 100%; padding: 13px 12px 13px 36px; border: 1px solid #e2e8f0;
    border-radius: 8px; font-size: 0.875rem; color: #334155;
}
.search-box input:focus[b-xdfd0e0xh0] { outline: none; border-color: #7c3aed; box-shadow: 0 0 0 3px rgba(124,58,237,0.1); }
.search-box i[b-xdfd0e0xh0] { position: absolute; left: 12px; top: 50%; transform: translateY(-50%); color: #94a3b8; font-size: 0.875rem; }

.empty-state[b-xdfd0e0xh0] { padding: 48px 24px; text-align: center; }
.empty-state i[b-xdfd0e0xh0] { font-size: 3rem; color: #cbd5e1; margin-bottom: 16px; }
.empty-state h3[b-xdfd0e0xh0] { font-size: 1.125rem; font-weight: 600; color: #334155; margin: 0 0 8px; }
.empty-state p[b-xdfd0e0xh0] { font-size: 0.875rem; color: #64748b; margin: 0; }

.table-wrapper[b-xdfd0e0xh0] { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.point-badge[b-xdfd0e0xh0] {
    display: inline-flex; align-items: center; gap: 4px; padding: 6px 10px;
    border-radius: 8px; font-size: 0.875rem; font-weight: 600;
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%); color: #92400e;
}
.point-badge.negative[b-xdfd0e0xh0] { background: linear-gradient(135deg, #fee2e2 0%, #fecaca 100%); color: #b91c1c; }

.form-group[b-xdfd0e0xh0] { margin-bottom: 20px; }
.form-label[b-xdfd0e0xh0] { display: block; font-size: 0.875rem; font-weight: 600; color: #334155; margin-bottom: 8px; }
.form-label .required[b-xdfd0e0xh0] { color: #dc2626; margin-left: 2px; }
.form-input[b-xdfd0e0xh0] {
    width: 100%; padding: 12px 14px; border: 1px solid #e2e8f0; border-radius: 8px;
    font-size: 0.875rem; color: #334155; transition: all 150ms ease; box-sizing: border-box;
}
.form-input:focus[b-xdfd0e0xh0] { outline: none; border-color: #7c3aed; box-shadow: 0 0 0 3px rgba(124,58,237,0.1); }
.form-input.is-invalid[b-xdfd0e0xh0] { border-color: #dc2626; }
.form-error[b-xdfd0e0xh0] { font-size: 0.75rem; color: #dc2626; margin-top: 4px; }
.form-textarea[b-xdfd0e0xh0] { resize: vertical; min-height: 80px; }
.form-checkbox-group[b-xdfd0e0xh0] { display: flex; align-items: center; gap: 10px; }
.form-checkbox[b-xdfd0e0xh0] { width: 20px; height: 20px; border-radius: 4px; cursor: pointer; }
.color-picker-input[b-xdfd0e0xh0] { height: 50px; cursor: pointer; }

.house-stats-grid[b-xdfd0e0xh0] { display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 16px; margin-bottom: 24px; }
.house-stat-card[b-xdfd0e0xh0] { padding: 16px; background: #f8fafc; border-radius: 10px; text-align: center; }
.house-stat-value[b-xdfd0e0xh0] { font-size: 1.5rem; font-weight: 700; color: #0f172a; }
.house-stat-label[b-xdfd0e0xh0] { font-size: 0.75rem; color: #6b7280; margin-top: 4px; }

.member-list[b-xdfd0e0xh0] { display: flex; flex-direction: column; gap: 12px; max-height: 400px; overflow-y: auto; }
.member-item[b-xdfd0e0xh0] {
    display: flex; align-items: center; justify-content: space-between;
    padding: 12px; background: #f8fafc; border-radius: 8px; border: 1px solid #e2e8f0;
}
.member-info[b-xdfd0e0xh0] { display: flex; align-items: center; gap: 12px; flex: 1; }
.member-avatar[b-xdfd0e0xh0] {
    width: 40px; height: 40px; border-radius: 8px;
    background: linear-gradient(135deg, #7c3aed, #6d28d9); color: #fff;
    display: flex; align-items: center; justify-content: center; font-weight: 600; font-size: 0.875rem;
}
.member-details[b-xdfd0e0xh0] { flex: 1; }
.member-name[b-xdfd0e0xh0] { font-weight: 600; color: #0f172a; font-size: 0.875rem; }
.member-id[b-xdfd0e0xh0] { font-size: 0.75rem; color: #6b7280; }
.member-actions[b-xdfd0e0xh0] { display: flex; gap: 6px; }
.btn-small[b-xdfd0e0xh0] {
    padding: 6px 12px; font-size: 0.75rem; border-radius: 6px; cursor: pointer;
    border: 1px solid; transition: all 150ms ease; display: inline-flex; align-items: center; gap: 4px;
}
.btn-small.danger[b-xdfd0e0xh0] { background: #fff; border-color: #fecaca; color: #dc2626; }
.btn-small.danger:hover[b-xdfd0e0xh0] { background: #fee2e2; border-color: #ef4444; }

.member-search[b-xdfd0e0xh0] { position: relative; margin-bottom: 16px; }
.member-search input[b-xdfd0e0xh0] { width: 100%; padding: 12px 12px 12px 36px; border: 1px solid #e2e8f0; border-radius: 8px; font-size: 0.875rem; box-sizing: border-box; }
.member-search i[b-xdfd0e0xh0] { position: absolute; left: 12px; top: 50%; transform: translateY(-50%); color: #94a3b8; }

.student-list[b-xdfd0e0xh0] { max-height: 300px; overflow-y: auto; border: 1px solid #e2e8f0; border-radius: 8px; }
.student-list-item[b-xdfd0e0xh0] {
    padding: 12px; border-bottom: 1px solid #f1f5f9; cursor: pointer;
    transition: background 150ms ease; display: flex; align-items: center; gap: 12px;
}
.student-list-item:hover[b-xdfd0e0xh0] { background: #f8fafc; }
.student-list-item:last-child[b-xdfd0e0xh0] { border-bottom: none; }

.leader-badge[b-xdfd0e0xh0] {
    display: inline-flex; align-items: center; gap: 4px; padding: 4px 8px;
    border-radius: 6px; font-size: 0.75rem; font-weight: 600;
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%); color: #92400e;
}

.pagination-bar[b-xdfd0e0xh0] {
    display: flex; align-items: center; justify-content: space-between;
    padding: 16px 24px; border-top: 1px solid #f1f5f9; flex-wrap: wrap; gap: 12px;
}
.pagination-info[b-xdfd0e0xh0] { font-size: 0.875rem; color: #64748b; }

.loading-skeleton .skeleton-block[b-xdfd0e0xh0] {
    background: linear-gradient(90deg, #f1f5f9 25%, #e2e8f0 50%, #f1f5f9 75%);
    background-size: 200% 100%; animation: shimmer-b-xdfd0e0xh0 1.5s infinite; border-radius: 8px;
}
@keyframes shimmer-b-xdfd0e0xh0 { 0% { background-position: 200% 0; } 100% { background-position: -200% 0; } }

.analytics-bar-chart[b-xdfd0e0xh0] { display: flex; flex-direction: column; gap: 12px; }
.analytics-bar-row[b-xdfd0e0xh0] { display: flex; align-items: center; gap: 12px; }
.analytics-bar-label[b-xdfd0e0xh0] { width: 100px; font-size: 0.8125rem; font-weight: 600; color: #334155; flex-shrink: 0; }
.analytics-bar-track[b-xdfd0e0xh0] { flex: 1; height: 24px; background: #f1f5f9; border-radius: 6px; overflow: hidden; }
.analytics-bar-fill[b-xdfd0e0xh0] { height: 100%; border-radius: 6px; transition: width 300ms ease; }
.analytics-bar-value[b-xdfd0e0xh0] { width: 48px; text-align: right; font-size: 0.8125rem; font-weight: 600; color: #0f172a; }

.achievement-card[b-xdfd0e0xh0] {
    padding: 16px; border: 1px solid #e2e8f0; border-radius: 10px;
    display: flex; gap: 12px; align-items: flex-start;
}
.achievement-icon[b-xdfd0e0xh0] {
    width: 44px; height: 44px; border-radius: 10px; background: #fef3c7;
    display: flex; align-items: center; justify-content: center; color: #d97706; flex-shrink: 0;
}

.tenant-warning[b-xdfd0e0xh0] {
    background: #fef2f2; border: 1px solid #fecaca; border-radius: 8px;
    padding: 20px; margin: 20px 0;
}

@media (min-width: 768px) {
    .metrics-grid[b-xdfd0e0xh0] { grid-template-columns: repeat(4, 1fr); }
    .house-welcome-inner .house-quick-stats[b-xdfd0e0xh0] { margin-top: 0; }
}
@media (max-width: 640px) {
    .action-btn[b-xdfd0e0xh0] { width: 32px; height: 32px; }
    .action-btn i[b-xdfd0e0xh0] { font-size: 1rem; }
    .action-btn-group[b-xdfd0e0xh0] { gap: 4px; }
}

.sr-only[b-xdfd0e0xh0] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
/* _content/SchoolERP.Web/Components/Pages/AdminOfficer/ProfileCard.razor.rz.scp.css */
.profile-card[b-pzqrouel9m] {
    background: #ffffff;
    border-radius: 14px;
    border: 1px solid #f1f5f9;
    overflow: hidden;
    transition: all 200ms ease;
    box-shadow: 0 4px 12px rgba(2,6,23,0.04);
}

.profile-card:hover[b-pzqrouel9m] {
    box-shadow: 0 12px 32px rgba(2,6,23,0.1);
    transform: translateY(-2px);
}

.profile-card-header[b-pzqrouel9m] {
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 16px;
}

.profile-avatar[b-pzqrouel9m] {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
    color: #ffffff;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.profile-avatar.student[b-pzqrouel9m] { background: linear-gradient(135deg, #6366f1, #4f46e5); }
.profile-avatar.staff[b-pzqrouel9m] { background: linear-gradient(135deg, #10b981, #059669); }
.profile-avatar.teacher[b-pzqrouel9m] { background: linear-gradient(135deg, #f59e0b, #d97706); }
.profile-avatar.parent[b-pzqrouel9m] { background: linear-gradient(135deg, #0ea5e9, #0284c7); }

.profile-avatar.has-photo[b-pzqrouel9m] {
    background: #f1f5f9;
    overflow: hidden;
    padding: 0;
}

.profile-avatar.has-photo img[b-pzqrouel9m] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.profile-avatar.has-photo.clickable[b-pzqrouel9m] {
    cursor: pointer;
    transition: transform 150ms ease, box-shadow 150ms ease;
}

.profile-avatar.has-photo.clickable:hover[b-pzqrouel9m] {
    transform: scale(1.05);
    box-shadow: 0 8px 20px rgba(99, 102, 241, 0.3);
}

.profile-header-info[b-pzqrouel9m] {
    flex: 1;
    min-width: 0;
}

.profile-name[b-pzqrouel9m] {
    font-size: 1rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.profile-role[b-pzqrouel9m] {
    font-size: 0.8125rem;
    color: #64748b;
    display: flex;
    align-items: center;
    gap: 6px;
}

.profile-role i[b-pzqrouel9m] {
    font-size: 0.875rem;
}

.profile-card-body[b-pzqrouel9m] {
    padding: 16px 20px;
}

.profile-info-row[b-pzqrouel9m] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 0;
    border-bottom: 1px solid #f1f5f9;
}

.profile-info-row:last-child[b-pzqrouel9m] {
    border-bottom: none;
}

.profile-info-icon[b-pzqrouel9m] {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8fafc;
    color: #64748b;
    font-size: 0.875rem;
    flex-shrink: 0;
}

.profile-info-content[b-pzqrouel9m] {
    flex: 1;
    min-width: 0;
}

.profile-info-label[b-pzqrouel9m] {
    font-size: 0.6875rem;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.profile-info-value[b-pzqrouel9m] {
    font-size: 0.875rem;
    color: #0f172a;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.profile-card-footer[b-pzqrouel9m] {
    padding: 12px 20px;
    background: #f8fafc;
    display: flex;
    gap: 8px;
    justify-content: flex-end;
}

.profile-action-btn[b-pzqrouel9m] {
    padding: 8px 14px;
    border-radius: 8px;
    font-size: 0.8125rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 150ms ease;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border: 1px solid transparent;
}

.profile-action-btn.view[b-pzqrouel9m] {
    background: #dbeafe;
    color: #0284c7;
    border-color: #bae6fd;
}

.profile-action-btn.view:hover[b-pzqrouel9m] {
    background: #bae6fd;
}

.profile-action-btn.edit[b-pzqrouel9m] {
    background: #fef3c7;
    color: #d97706;
    border-color: #fde68a;
}

.profile-action-btn.edit:hover[b-pzqrouel9m] {
    background: #fde68a;
}

.profile-action-btn.delete[b-pzqrouel9m] {
    background: #fee2e2;
    color: #dc2626;
    border-color: #fecaca;
}

.profile-action-btn.delete:hover[b-pzqrouel9m] {
    background: #fecaca;
}

.status-badge[b-pzqrouel9m] {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 0.6875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    flex-shrink: 0;
}

.status-badge.active[b-pzqrouel9m] { background: rgba(16,185,129,0.12); color: #059669; }
.status-badge.inactive[b-pzqrouel9m] { background: rgba(107,114,128,0.12); color: #6b7280; }
.status-badge.pending[b-pzqrouel9m] { background: rgba(245,158,11,0.12); color: #d97706; }
.status-badge.suspended[b-pzqrouel9m] { background: rgba(239,68,68,0.12); color: #dc2626; }
/* _content/SchoolERP.Web/Components/Pages/AdminOfficer/Profiles.razor.rz.scp.css */
.page-container[b-dxwy3nvn4a] { margin:0 auto; box-sizing:border-box; }
.muted[b-dxwy3nvn4a] { color:#6b7280; }

/* Profiles Page Styles */
.profiles-welcome[b-dxwy3nvn4a] {
    background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
    border-radius: 16px;
    padding: 24px 32px;
    color: #ffffff;
    margin-bottom: 24px;
    margin-top: 24px;
    box-shadow: 0 10px 40px rgba(139, 92, 246, 0.3);
}
.profiles-welcome h1[b-dxwy3nvn4a] {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 0 8px 0;
}
.profiles-welcome p[b-dxwy3nvn4a] {
    opacity: 0.9;
    margin: 0;
    font-size: 1rem;
}
.profiles-quick-stats[b-dxwy3nvn4a] {
    display: flex;
    gap: 32px;
    margin-top: 20px;
}
.profiles-quick-stat[b-dxwy3nvn4a] {
    display: flex;
    flex-direction: column;
}
.profiles-quick-stat-value[b-dxwy3nvn4a] {
    font-size: 1.5rem;
    font-weight: 700;
}
.profiles-quick-stat-label[b-dxwy3nvn4a] {
    font-size: 0.875rem;
    opacity: 0.85;
}

/* Filters Section */
.filters-section[b-dxwy3nvn4a] {
    background: #ffffff;
    border-radius: 14px;
    padding: 20px 24px;
    margin-bottom: 24px;
    box-shadow: 0 4px 12px rgba(2,6,23,0.04);
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: flex-end;
}
.filter-group[b-dxwy3nvn4a] {
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 160px;
}
.filter-group.flex-1[b-dxwy3nvn4a] {
    flex: 1;
    min-width: 200px;
}
.filter-label[b-dxwy3nvn4a] {
    font-size: 0.75rem;
    font-weight: 600;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.filter-input[b-dxwy3nvn4a], .filter-select[b-dxwy3nvn4a] {
    padding: 13px 14px;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    font-size: 0.9375rem;
    color: #0f172a;
    background: #fff;
    transition: all 150ms ease;
}
.filter-input:focus[b-dxwy3nvn4a], .filter-select:focus[b-dxwy3nvn4a] {
    outline: none;
    border-color: #8b5cf6;
    box-shadow: 0 0 0 3px rgba(139, 92, 246, 0.1);
}
.filter-input[b-dxwy3nvn4a]::placeholder {
    color: #94a3b8;
}

/* Section Cards */
.section-card[b-dxwy3nvn4a] {
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 6px 18px rgba(2,6,23,0.06);
    overflow: hidden;
}
.section-header[b-dxwy3nvn4a] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px;
    border-bottom: 1px solid #f1f5f9;
}
.section-title[b-dxwy3nvn4a] {
    font-size: 1rem;
    font-weight: 700;
    color: #0f172a;
    display: flex;
    align-items: center;
    gap: 10px;
}
.section-title i[b-dxwy3nvn4a] {
    color: #8b5cf6;
}
.section-body[b-dxwy3nvn4a] {
    padding: 20px 24px;
}

/* Profile Grid Layout */
.profiles-grid[b-dxwy3nvn4a] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 20px;
}

/* Profile Card */
.profile-card[b-dxwy3nvn4a] {
    background: #ffffff;
    border-radius: 14px;
    border: 1px solid #f1f5f9;
    overflow: hidden;
    transition: all 200ms ease;
    box-shadow: 0 4px 12px rgba(2,6,23,0.04);
}
.profile-card:hover[b-dxwy3nvn4a] {
    box-shadow: 0 12px 32px rgba(2,6,23,0.1);
    transform: translateY(-2px);
}
.profile-card-header[b-dxwy3nvn4a] {
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 16px;
}
.profile-avatar[b-dxwy3nvn4a] {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
    color: #ffffff;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
.profile-avatar.student[b-dxwy3nvn4a] { background: linear-gradient(135deg, #6366f1, #4f46e5); }
.profile-avatar.staff[b-dxwy3nvn4a] { background: linear-gradient(135deg, #10b981, #059669); }
.profile-avatar.teacher[b-dxwy3nvn4a] { background: linear-gradient(135deg, #f59e0b, #d97706); }
.profile-avatar.parent[b-dxwy3nvn4a] { background: linear-gradient(135deg, #0ea5e9, #0284c7); }
.profile-avatar.has-photo[b-dxwy3nvn4a] {
    background: #f1f5f9;
    overflow: hidden;
    padding: 0;
}
.profile-avatar.has-photo img[b-dxwy3nvn4a] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.profile-header-info[b-dxwy3nvn4a] {
    flex: 1;
    min-width: 0;
}
.profile-name[b-dxwy3nvn4a] {
    font-size: 1rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.profile-role[b-dxwy3nvn4a] {
    font-size: 0.8125rem;
    color: #64748b;
    display: flex;
    align-items: center;
    gap: 6px;
}
.profile-role i[b-dxwy3nvn4a] {
    font-size: 0.875rem;
}
.profile-card-body[b-dxwy3nvn4a] {
    padding: 16px 20px;
}
.profile-info-row[b-dxwy3nvn4a] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 0;
    border-bottom: 1px solid #f1f5f9;
}
.profile-info-row:last-child[b-dxwy3nvn4a] {
    border-bottom: none;
}
.profile-info-icon[b-dxwy3nvn4a] {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8fafc;
    color: #64748b;
    font-size: 0.875rem;
    flex-shrink: 0;
}
.profile-info-content[b-dxwy3nvn4a] {
    flex: 1;
    min-width: 0;
}
.profile-info-label[b-dxwy3nvn4a] {
    font-size: 0.6875rem;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.profile-info-value[b-dxwy3nvn4a] {
    font-size: 0.875rem;
    color: #0f172a;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.profile-card-footer[b-dxwy3nvn4a] {
    padding: 12px 20px;
    background: #f8fafc;
    display: flex;
    gap: 8px;
    justify-content: flex-end;
}
.profile-action-btn[b-dxwy3nvn4a] {
    padding: 8px 14px;
    border-radius: 8px;
    font-size: 0.8125rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 150ms ease;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border: 1px solid transparent;
}
.profile-action-btn.view[b-dxwy3nvn4a] {
    background: #dbeafe;
    color: #0284c7;
    border-color: #bae6fd;
}
.profile-action-btn.view:hover[b-dxwy3nvn4a] {
    background: #bae6fd;
}
.profile-action-btn.edit[b-dxwy3nvn4a] {
    background: #fef3c7;
    color: #d97706;
    border-color: #fde68a;
}
.profile-action-btn.edit:hover[b-dxwy3nvn4a] {
    background: #fde68a;
}
.profile-action-btn.delete[b-dxwy3nvn4a] {
    background: #fee2e2;
    color: #dc2626;
    border-color: #fecaca;
}
.profile-action-btn.delete:hover[b-dxwy3nvn4a] {
    background: #fecaca;
}

/* Status Badge */
.status-badge[b-dxwy3nvn4a] {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 0.6875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.status-badge.active[b-dxwy3nvn4a] { background: rgba(16,185,129,0.12); color: #059669; }
.status-badge.inactive[b-dxwy3nvn4a] { background: rgba(107,114,128,0.12); color: #6b7280; }
.status-badge.pending[b-dxwy3nvn4a] { background: rgba(245,158,11,0.12); color: #d97706; }
.status-badge.suspended[b-dxwy3nvn4a] { background: rgba(239,68,68,0.12); color: #dc2626; }

/* Pagination */
.pagination[b-dxwy3nvn4a] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 24px;
}
.pagination-btn[b-dxwy3nvn4a] {
    width: 40px;
    height: 40px;
    border: 1px solid #e2e8f0;
    background: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 150ms ease;
    font-weight: 600;
    color: #64748b;
}
.pagination-btn:hover:not(.disabled)[b-dxwy3nvn4a] {
    background: #f8fafc;
    border-color: #8b5cf6;
    color: #8b5cf6;
}
.pagination-btn.active[b-dxwy3nvn4a] {
    background: #8b5cf6;
    border-color: #8b5cf6;
    color: #fff;
}
.pagination-btn.disabled[b-dxwy3nvn4a] {
    opacity: 0.5;
    cursor: not-allowed;
}
.pagination-info[b-dxwy3nvn4a] {
    font-size: 0.875rem;
    color: #64748b;
    margin: 0 16px;
}

/* Status pills */
.status-pill[b-dxwy3nvn4a] { display:inline-block; padding:4px 10px; border-radius:999px; font-weight:600; font-size:0.75rem; }
.status-pill.status-good[b-dxwy3nvn4a] { background: rgba(16,185,129,0.12); color:#059669; }
.status-pill.status-warning[b-dxwy3nvn4a] { background: rgba(251,191,36,0.12); color:#d97706; }
.status-pill.status-danger[b-dxwy3nvn4a] { background: rgba(239,68,68,0.12); color:#dc2626; }
.status-pill.status-info[b-dxwy3nvn4a] { background: rgba(14, 165, 233, 0.12); color:#0284c7; }
.status-pill.status-pending[b-dxwy3nvn4a] { background: rgba(139,92,246,0.12); color:#7c3aed; }

/* Category tabs */
.category-tabs[b-dxwy3nvn4a] {
    display: flex;
    gap: 8px;
    margin-bottom: 24px;
    flex-wrap: wrap;
}
.category-tab[b-dxwy3nvn4a] {
    padding: 10px 20px;
    border-radius: 10px;
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 150ms ease;
    display: flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #e2e8f0;
    background: #fff;
    color: #64748b;
}
.category-tab:hover[b-dxwy3nvn4a] {
    background: #f8fafc;
    border-color: #8b5cf6;
    color: #8b5cf6;
}
.category-tab.active[b-dxwy3nvn4a] {
    background: #8b5cf6;
    border-color: #8b5cf6;
    color: #fff;
}
.category-tab .count[b-dxwy3nvn4a] {
    padding: 2px 8px;
    border-radius: 999px;
    font-size: 0.75rem;
    background: rgba(255,255,255,0.2);
}
.category-tab:not(.active) .count[b-dxwy3nvn4a] {
    background: #f1f5f9;
}

/* Profile Form Styles */
.profile-form[b-dxwy3nvn4a] {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.form-section[b-dxwy3nvn4a] {
    border: 1px solid #f1f5f9;
    border-radius: 12px;
    padding: 20px;
    background: #fafafa;
}
.form-section-title[b-dxwy3nvn4a] {
    font-size: 0.875rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.form-section-title i[b-dxwy3nvn4a] {
    color: #8b5cf6;
}
.form-row[b-dxwy3nvn4a] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}
@media (max-width: 640px) {
    .form-row[b-dxwy3nvn4a] { grid-template-columns: 1fr; }
}
.form-group[b-dxwy3nvn4a] {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.form-group.full-width[b-dxwy3nvn4a] {
    grid-column: 1 / -1;
}
.form-label[b-dxwy3nvn4a] {
    font-size: 0.8125rem;
    font-weight: 600;
    color: #334155;
}
.form-label.required[b-dxwy3nvn4a]::after {
    content: ' *';
    color: #ef4444;
}
.form-input[b-dxwy3nvn4a], .form-select[b-dxwy3nvn4a], .form-textarea[b-dxwy3nvn4a] {
    padding: 10px 14px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    font-size: 0.9375rem;
    color: #0f172a;
    background: #fff;
    transition: all 150ms ease;
}
.form-input:focus[b-dxwy3nvn4a], .form-select:focus[b-dxwy3nvn4a], .form-textarea:focus[b-dxwy3nvn4a] {
    outline: none;
    border-color: #8b5cf6;
    box-shadow: 0 0 0 3px rgba(139, 92, 246, 0.1);
}
.form-textarea[b-dxwy3nvn4a] {
    min-height: 80px;
    resize: vertical;
}
.form-help[b-dxwy3nvn4a] {
    font-size: 0.75rem;
    color: #94a3b8;
}

/* Avatar Upload */
.avatar-upload[b-dxwy3nvn4a] {
    display: flex;
    align-items: center;
    gap: 20px;
}
.avatar-preview[b-dxwy3nvn4a] {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: linear-gradient(135deg, #8b5cf6, #7c3aed);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    box-shadow: 0 4px 12px rgba(139, 92, 246, 0.3);
}
.avatar-actions[b-dxwy3nvn4a] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

/* Empty State */
.empty-state[b-dxwy3nvn4a] {
    text-align: center;
    padding: 48px 24px;
}
.empty-state-icon[b-dxwy3nvn4a] {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #f1f5f9;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    font-size: 2rem;
    color: #94a3b8;
}
.empty-state h3[b-dxwy3nvn4a] {
    font-size: 1.125rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 8px;
}
.empty-state p[b-dxwy3nvn4a] {
    font-size: 0.875rem;
    color: #6b7280;
    margin: 0 0 20px;
}

/* Responsive */
@media (max-width: 768px) {
    .profiles-grid[b-dxwy3nvn4a] {
        grid-template-columns: 1fr;
    }
    .filters-section[b-dxwy3nvn4a] {
        flex-direction: column;
    }
    .filter-group[b-dxwy3nvn4a] {
        width: 100%;
    }
}

/* ===== Multi-Step Wizard Styles ===== */
.profile-wizard[b-dxwy3nvn4a] {
    min-height: 400px;
}

.wizard-progress[b-dxwy3nvn4a] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px 32px;
    margin-bottom: 24px;
    border-bottom: 1px solid #f1f5f9;
}

.progress-step[b-dxwy3nvn4a] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    transition: all 200ms ease;
}

.step-circle[b-dxwy3nvn4a] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #f1f5f9;
    border: 2px solid #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.875rem;
    color: #94a3b8;
    transition: all 200ms ease;
}

.progress-step.active .step-circle[b-dxwy3nvn4a] {
    background: #8b5cf6;
    border-color: #8b5cf6;
    color: #fff;
    box-shadow: 0 4px 12px rgba(139, 92, 246, 0.3);
}

.progress-step.completed .step-circle[b-dxwy3nvn4a] {
    background: #10b981;
    border-color: #10b981;
    color: #fff;
}

.step-label[b-dxwy3nvn4a] {
    font-size: 0.75rem;
    font-weight: 600;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.progress-step.active .step-label[b-dxwy3nvn4a],
.progress-step.completed .step-label[b-dxwy3nvn4a] {
    color: #0f172a;
}

.progress-line[b-dxwy3nvn4a] {
    width: 60px;
    height: 3px;
    background: #e2e8f0;
    margin: 0 8px 24px;
    border-radius: 2px;
    transition: all 200ms ease;
}

.progress-line.active[b-dxwy3nvn4a] {
    background: linear-gradient(90deg, #10b981, #8b5cf6);
}

/* Wizard Step Content */
.wizard-step[b-dxwy3nvn4a] {
    padding: 0 8px;
}

.wizard-step.fade-in[b-dxwy3nvn4a] {
    animation: fadeInUp-b-dxwy3nvn4a 300ms ease;
}

@keyframes fadeInUp-b-dxwy3nvn4a {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

.step-header[b-dxwy3nvn4a] {
    text-align: center;
    margin-bottom: 32px;
}

.step-header h3[b-dxwy3nvn4a] {
    font-size: 1.25rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 8px;
}

.step-header p[b-dxwy3nvn4a] {
    font-size: 0.9375rem;
    color: #64748b;
    margin: 0;
}

/* Profile Type Cards */
.profile-type-grid[b-dxwy3nvn4a] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    max-width: 600px;
    margin: 0 auto;
}

@media (max-width: 640px) {
    .profile-type-grid[b-dxwy3nvn4a] {
        grid-template-columns: 1fr;
    }
}

.profile-type-card[b-dxwy3nvn4a] {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px;
    background: #fff;
    border: 2px solid #e2e8f0;
    border-radius: 14px;
    cursor: pointer;
    transition: all 200ms ease;
    position: relative;
}

.profile-type-card:hover[b-dxwy3nvn4a] {
    border-color: #8b5cf6;
    background: #faf5ff;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(139, 92, 246, 0.12);
}

.profile-type-card.selected[b-dxwy3nvn4a] {
    border-color: #8b5cf6;
    background: linear-gradient(135deg, #faf5ff, #f3e8ff);
    box-shadow: 0 8px 24px rgba(139, 92, 246, 0.2);
}

.type-icon[b-dxwy3nvn4a] {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    flex-shrink: 0;
}

.type-icon.student[b-dxwy3nvn4a] { background: linear-gradient(135deg, #dbeafe, #bfdbfe); color: #2563eb; }
.type-icon.teacher[b-dxwy3nvn4a] { background: linear-gradient(135deg, #fef3c7, #fde68a); color: #d97706; }
.type-icon.staff[b-dxwy3nvn4a] { background: linear-gradient(135deg, #dcfce7, #bbf7d0); color: #16a34a; }
.type-icon.parent[b-dxwy3nvn4a] { background: linear-gradient(135deg, #fce7f3, #fbcfe8); color: #db2777; }

.type-info[b-dxwy3nvn4a] {
    flex: 1;
}

.type-info h4[b-dxwy3nvn4a] {
    font-size: 1rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 4px;
}

.type-info p[b-dxwy3nvn4a] {
    font-size: 0.8125rem;
    color: #64748b;
    margin: 0;
    line-height: 1.4;
}

.type-check[b-dxwy3nvn4a] {
    position: absolute;
    top: 12px;
    right: 12px;
    font-size: 1.25rem;
    color: #e2e8f0;
    transition: all 200ms ease;
}

.profile-type-card.selected .type-check[b-dxwy3nvn4a] {
    color: #8b5cf6;
}

/* Avatar Section */
.avatar-section[b-dxwy3nvn4a] {
    display: flex;
    align-items: center;
    gap: 24px;
    justify-content: center;
    margin-bottom: 32px;
    padding: 24px;
    background: #f8fafc;
    border-radius: 16px;
}

.avatar-preview-large[b-dxwy3nvn4a] {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    font-weight: 700;
    color: #fff;
    box-shadow: 0 8px 24px rgba(0,0,0,0.15);
    transition: all 300ms ease;
}

.avatar-preview-large.student[b-dxwy3nvn4a] { background: linear-gradient(135deg, #6366f1, #4f46e5); }
.avatar-preview-large.teacher[b-dxwy3nvn4a] { background: linear-gradient(135deg, #f59e0b, #d97706); }
.avatar-preview-large.staff[b-dxwy3nvn4a] { background: linear-gradient(135deg, #10b981, #059669); }
.avatar-preview-large.parent[b-dxwy3nvn4a] { background: linear-gradient(135deg, #0ea5e9, #0284c7); }

.avatar-preview-container[b-dxwy3nvn4a] {
    position: relative;
}

.avatar-preview-large.has-image[b-dxwy3nvn4a] {
    background: #f1f5f9;
    overflow: hidden;
    position: relative;
}

.avatar-preview-large.has-image img[b-dxwy3nvn4a] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.photo-remove-btn[b-dxwy3nvn4a] {
    position: absolute;
    top: -6px;
    right: -6px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #ef4444;
    border: 2px solid #fff;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 0.875rem;
    box-shadow: 0 2px 8px rgba(239, 68, 68, 0.4);
    transition: all 150ms ease;
    z-index: 10;
}

.photo-remove-btn:hover[b-dxwy3nvn4a] {
    background: #dc2626;
    transform: scale(1.1);
}

.photo-remove-btn i[b-dxwy3nvn4a] {
    font-size: 14px;
    line-height: 1;
}

/* Image Lightbox Styles */
.image-lightbox-overlay[b-dxwy3nvn4a] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.9);
    z-index: 10002;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    animation: lightboxFadeIn-b-dxwy3nvn4a 200ms ease;
    cursor: pointer;
}

@keyframes lightboxFadeIn-b-dxwy3nvn4a {
    from { opacity: 0; }
    to { opacity: 1; }
}

.lightbox-container[b-dxwy3nvn4a] {
    background: #1e293b;
    border-radius: 16px;
    max-width: 90vw;
    max-height: 90vh;
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.5);
    animation: lightboxSlideUp-b-dxwy3nvn4a 300ms ease;
    cursor: default;
}

@keyframes lightboxSlideUp-b-dxwy3nvn4a {
    from { opacity: 0; transform: translateY(20px) scale(0.95); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}

.lightbox-header[b-dxwy3nvn4a] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    border-bottom: 1px solid #334155;
}

.lightbox-title[b-dxwy3nvn4a] {
    color: #f1f5f9;
    font-size: 1rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
}

.lightbox-title i[b-dxwy3nvn4a] {
    color: #6366f1;
    font-size: 1.25rem;
}

.lightbox-close-btn[b-dxwy3nvn4a] {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #334155;
    border: none;
    color: #94a3b8;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 150ms ease;
    font-size: 1.25rem;
}

.lightbox-close-btn:hover[b-dxwy3nvn4a] {
    background: #ef4444;
    color: #fff;
}

.lightbox-image-wrapper[b-dxwy3nvn4a] {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0f172a;
}

.lightbox-image-wrapper img[b-dxwy3nvn4a] {
    max-width: 100%;
    max-height: 70vh;
    border-radius: 12px;
    object-fit: contain;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

/* Clickable avatar for lightbox */
.profile-avatar.has-photo.clickable[b-dxwy3nvn4a] {
    cursor: pointer;
    transition: transform 150ms ease, box-shadow 150ms ease;
}

.profile-avatar.has-photo.clickable:hover[b-dxwy3nvn4a] {
    transform: scale(1.05);
    box-shadow: 0 8px 20px rgba(99, 102, 241, 0.3);
}

.avatar-upload-section[b-dxwy3nvn4a] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.avatar-help[b-dxwy3nvn4a] {
    font-size: 0.75rem;
    color: #94a3b8;
}

/* Form Grid */
.form-grid[b-dxwy3nvn4a] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

@media (max-width: 640px) {
    .form-grid[b-dxwy3nvn4a] {
        grid-template-columns: 1fr;
    }
}

.form-group.full-width[b-dxwy3nvn4a] {
    grid-column: 1 / -1;
}

.form-group.has-error .form-input[b-dxwy3nvn4a],
.form-group.has-error .form-select[b-dxwy3nvn4a],
.form-group.has-error .form-textarea[b-dxwy3nvn4a] {
    border-color: #ef4444;
    background: #fef2f2;
}

.form-group.has-error .form-input:focus[b-dxwy3nvn4a],
.form-group.has-error .form-select:focus[b-dxwy3nvn4a] {
    box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.1);
}

.field-error[b-dxwy3nvn4a] {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 0.75rem;
    color: #ef4444;
    margin-top: 4px;
}

.form-error-message[b-dxwy3nvn4a] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px;
    background: #fef2f2;
    border: 1px solid #fecaca;
    border-radius: 10px;
    color: #dc2626;
    font-size: 0.875rem;
    margin-top: 16px;
}

.form-hint[b-dxwy3nvn4a] {
    font-size: 0.75rem;
    color: #94a3b8;
    margin-top: 4px;
}

/* Input with Icon */
.input-with-icon[b-dxwy3nvn4a] {
    position: relative;
}

.input-icon[b-dxwy3nvn4a] {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #94a3b8;
    font-size: 1rem;
    pointer-events: none;
    z-index: 1;
}

.textarea-icon .input-icon[b-dxwy3nvn4a] {
    top: 14px;
    transform: none;
}

.input-with-icon .form-input[b-dxwy3nvn4a],
.input-with-icon .form-textarea[b-dxwy3nvn4a] {
    padding-left: 42px;
}

/* Gender Selector */
.gender-selector[b-dxwy3nvn4a] {
    display: flex;
    gap: 8px;
}

.gender-option[b-dxwy3nvn4a] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    padding: 12px;
    background: #f8fafc;
    border: 2px solid #e2e8f0;
    border-radius: 10px;
    cursor: pointer;
    transition: all 150ms ease;
}

.gender-option:hover[b-dxwy3nvn4a] {
    border-color: #8b5cf6;
    background: #faf5ff;
}

.gender-option.selected[b-dxwy3nvn4a] {
    border-color: #8b5cf6;
    background: #f3e8ff;
}

.gender-option i[b-dxwy3nvn4a] {
    font-size: 1.5rem;
    color: #64748b;
}

.gender-option.selected i[b-dxwy3nvn4a] {
    color: #8b5cf6;
}

.gender-option span[b-dxwy3nvn4a] {
    font-size: 0.75rem;
    font-weight: 600;
    color: #64748b;
}

.gender-option.selected span[b-dxwy3nvn4a] {
    color: #8b5cf6;
}

/* Status Selector */
.status-selector[b-dxwy3nvn4a] {
    display: flex;
    gap: 8px;
}

.status-option[b-dxwy3nvn4a] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 10px;
    border: 2px solid #e2e8f0;
    border-radius: 10px;
    cursor: pointer;
    transition: all 150ms ease;
    font-size: 0.8125rem;
    font-weight: 600;
}

.status-option.active[b-dxwy3nvn4a] { background: #f0fdf4; border-color: #bbf7d0; color: #16a34a; }
.status-option.active.selected[b-dxwy3nvn4a] { background: #dcfce7; border-color: #16a34a; }
.status-option.pending[b-dxwy3nvn4a] { background: #fefce8; border-color: #fef08a; color: #ca8a04; }
.status-option.pending.selected[b-dxwy3nvn4a] { background: #fef9c3; border-color: #ca8a04; }
.status-option.inactive[b-dxwy3nvn4a] { background: #f1f5f9; border-color: #e2e8f0; color: #64748b; }
.status-option.inactive.selected[b-dxwy3nvn4a] { background: #e2e8f0; border-color: #64748b; }
.status-option.suspended[b-dxwy3nvn4a] { background: #fef2f2; border-color: #fecaca; color: #dc2626; }
.status-option.suspended.selected[b-dxwy3nvn4a] { background: #fee2e2; border-color: #dc2626; }

/* Section Divider */
.section-divider[b-dxwy3nvn4a] {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 28px 0;
}

.section-divider[b-dxwy3nvn4a]::before,
.section-divider[b-dxwy3nvn4a]::after {
    content: '';
    flex: 1;
    height: 1px;
    background: #e2e8f0;
}

.section-divider span[b-dxwy3nvn4a] {
    font-size: 0.8125rem;
    font-weight: 600;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Profile Preview */
.profile-preview[b-dxwy3nvn4a] {
    margin-top: 28px;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    overflow: hidden;
}

.preview-header[b-dxwy3nvn4a] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 16px;
    background: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #64748b;
}

.preview-content[b-dxwy3nvn4a] {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px;
}

.preview-avatar[b-dxwy3nvn4a] {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    font-weight: 700;
    color: #fff;
    flex-shrink: 0;
}

.preview-avatar.student[b-dxwy3nvn4a] { background: linear-gradient(135deg, #6366f1, #4f46e5); }
.preview-avatar.teacher[b-dxwy3nvn4a] { background: linear-gradient(135deg, #f59e0b, #d97706); }
.preview-avatar.staff[b-dxwy3nvn4a] { background: linear-gradient(135deg, #10b981, #059669); }
.preview-avatar.parent[b-dxwy3nvn4a] { background: linear-gradient(135deg, #0ea5e9, #0284c7); }

.preview-info[b-dxwy3nvn4a] {
    flex: 1;
}

.preview-info h4[b-dxwy3nvn4a] {
    font-size: 1rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 4px;
}

.preview-info p[b-dxwy3nvn4a] {
    font-size: 0.8125rem;
    color: #64748b;
    margin: 0 0 8px;
}

.preview-details[b-dxwy3nvn4a] {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.preview-details span[b-dxwy3nvn4a] {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 0.75rem;
    color: #94a3b8;
}

.preview-status[b-dxwy3nvn4a] {
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.preview-status.active[b-dxwy3nvn4a] { background: rgba(16,185,129,0.12); color: #059669; }
.preview-status.inactive[b-dxwy3nvn4a] { background: rgba(107,114,128,0.12); color: #6b7280; }
.preview-status.pending[b-dxwy3nvn4a] { background: rgba(245,158,11,0.12); color: #d97706; }
.preview-status.suspended[b-dxwy3nvn4a] { background: rgba(239,68,68,0.12); color: #dc2626; }

/* Wizard Footer */
.wizard-footer[b-dxwy3nvn4a] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.footer-left[b-dxwy3nvn4a], .footer-right[b-dxwy3nvn4a] {
    display: flex;
    gap: 12px;
}

/* Spinner */
.spinner-border[b-dxwy3nvn4a] {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    border: 0.15em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spinner-border-b-dxwy3nvn4a 0.75s linear infinite;
}

.spinner-border-sm[b-dxwy3nvn4a] {
    width: 0.875rem;
    height: 0.875rem;
}

@keyframes spinner-border-b-dxwy3nvn4a {
    to { transform: rotate(360deg); }
}

/* ===== Export Dialog Styles ===== */
.export-dialog[b-dxwy3nvn4a] {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.export-info[b-dxwy3nvn4a] {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px;
    background: linear-gradient(135deg, #f0fdf4, #dcfce7);
    border-radius: 12px;
    border: 1px solid #bbf7d0;
}

.export-icon[b-dxwy3nvn4a] {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    background: #16a34a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: #fff;
}

.export-details h4[b-dxwy3nvn4a] {
    font-size: 1.125rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 4px;
}

.export-details p[b-dxwy3nvn4a] {
    font-size: 0.875rem;
    color: #64748b;
    margin: 0;
}

.export-options[b-dxwy3nvn4a] {
    background: #f8fafc;
    border-radius: 12px;
    padding: 20px;
}

.export-section-title[b-dxwy3nvn4a] {
    font-size: 0.8125rem;
    font-weight: 600;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
}

.format-options[b-dxwy3nvn4a] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.format-option[b-dxwy3nvn4a] {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 16px;
    background: #fff;
    border: 2px solid #e2e8f0;
    border-radius: 10px;
    cursor: pointer;
    transition: all 150ms ease;
}

.format-option:hover[b-dxwy3nvn4a] {
    border-color: #8b5cf6;
    background: #faf5ff;
}

.format-option.selected[b-dxwy3nvn4a] {
    border-color: #8b5cf6;
    background: linear-gradient(135deg, #faf5ff, #f3e8ff);
}

.format-option i[b-dxwy3nvn4a] {
    font-size: 1.5rem;
    color: #64748b;
}

.format-option.selected i[b-dxwy3nvn4a] {
    color: #8b5cf6;
}

.format-info[b-dxwy3nvn4a] {
    flex: 1;
}

.format-name[b-dxwy3nvn4a] {
    display: block;
    font-weight: 600;
    color: #0f172a;
    font-size: 0.9375rem;
}

.format-desc[b-dxwy3nvn4a] {
    font-size: 0.8125rem;
    color: #94a3b8;
}

.format-check[b-dxwy3nvn4a] {
    font-size: 1.25rem;
    color: #e2e8f0;
}

.format-option.selected .format-check[b-dxwy3nvn4a] {
    color: #8b5cf6;
}

.field-checkboxes[b-dxwy3nvn4a] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.field-checkbox[b-dxwy3nvn4a] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 12px;
    background: #fff;
    border-radius: 8px;
    cursor: pointer;
    font-size: 0.875rem;
    color: #374151;
}

.field-checkbox input[type="checkbox"][b-dxwy3nvn4a] {
    width: 16px;
    height: 16px;
    accent-color: #8b5cf6;
}

.export-summary[b-dxwy3nvn4a] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 16px;
    background: #eff6ff;
    border-radius: 10px;
    border: 1px solid #bfdbfe;
    font-size: 0.875rem;
    color: #1e40af;
}

/* ===== Import Dialog Styles ===== */
.import-dialog[b-dxwy3nvn4a] {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.upload-area[b-dxwy3nvn4a] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding: 40px 24px;
    background: #f8fafc;
    border: 2px dashed #d1d5db;
    border-radius: 16px;
    cursor: pointer;
    transition: all 200ms ease;
}

.upload-area:hover[b-dxwy3nvn4a],
.upload-area.drag-over[b-dxwy3nvn4a] {
    border-color: #8b5cf6;
    background: #faf5ff;
}

.browse-btn-wrapper[b-dxwy3nvn4a] {
    position: relative;
    z-index: 2;
}

.upload-icon[b-dxwy3nvn4a] {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: linear-gradient(135deg, #8b5cf6, #7c3aed);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: #fff;
}

.upload-text[b-dxwy3nvn4a] {
    text-align: center;
}

.upload-text h4[b-dxwy3nvn4a] {
    font-size: 1.125rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 4px;
}

.upload-text p[b-dxwy3nvn4a] {
    font-size: 0.875rem;
    color: #64748b;
    margin: 0;
}

.upload-formats[b-dxwy3nvn4a] {
    font-size: 0.75rem;
    color: #94a3b8;
    margin-top: 8px;
}

.template-section[b-dxwy3nvn4a] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    background: #fffbeb;
    border-radius: 12px;
    border: 1px solid #fde68a;
}

.template-info[b-dxwy3nvn4a] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.template-info i[b-dxwy3nvn4a] {
    font-size: 1.5rem;
    color: #d97706;
}

.template-info strong[b-dxwy3nvn4a] {
    display: block;
    font-size: 0.9375rem;
    color: #0f172a;
}

.template-info p[b-dxwy3nvn4a] {
    font-size: 0.8125rem;
    color: #64748b;
    margin: 0;
}

.file-preview[b-dxwy3nvn4a] {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px;
    background: #f0fdf4;
    border-radius: 12px;
    border: 1px solid #bbf7d0;
}

.file-icon[b-dxwy3nvn4a] {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    background: #16a34a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: #fff;
}

.file-info[b-dxwy3nvn4a] {
    flex: 1;
}

.file-info h4[b-dxwy3nvn4a] {
    font-size: 1rem;
    font-weight: 600;
    color: #0f172a;
    margin: 0 0 4px;
}

.file-info p[b-dxwy3nvn4a] {
    font-size: 0.8125rem;
    color: #64748b;
    margin: 0;
}

.file-remove[b-dxwy3nvn4a] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #94a3b8;
    transition: all 150ms ease;
}

.file-remove:hover[b-dxwy3nvn4a] {
    background: #fef2f2;
    border-color: #fecaca;
    color: #ef4444;
}

.import-options[b-dxwy3nvn4a] {
    background: #f8fafc;
    border-radius: 12px;
    padding: 16px 20px;
}

.import-option[b-dxwy3nvn4a] {
    padding: 10px 0;
    border-bottom: 1px solid #e2e8f0;
}

.import-option:last-child[b-dxwy3nvn4a] {
    border-bottom: none;
}

.option-checkbox[b-dxwy3nvn4a] {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    font-size: 0.875rem;
    color: #374151;
}

.option-checkbox input[type="checkbox"][b-dxwy3nvn4a] {
    width: 18px;
    height: 18px;
    accent-color: #8b5cf6;
}

.import-summary[b-dxwy3nvn4a] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    padding: 16px;
    background: #f8fafc;
    border-radius: 12px;
}

.summary-item[b-dxwy3nvn4a] {
    text-align: center;
}

.summary-label[b-dxwy3nvn4a] {
    display: block;
    font-size: 0.75rem;
    color: #94a3b8;
    margin-bottom: 4px;
}

.summary-value[b-dxwy3nvn4a] {
    display: block;
    font-size: 1.25rem;
    font-weight: 700;
    color: #0f172a;
}

.summary-value.success[b-dxwy3nvn4a] { color: #16a34a; }
.summary-value.warning[b-dxwy3nvn4a] { color: #d97706; }
.summary-value.error[b-dxwy3nvn4a] { color: #ef4444; }
/* _content/SchoolERP.Web/Components/Pages/AdminOfficer/TransfersWithdrawals.razor.rz.scp.css */
.page-container[b-m9gsy45d2x] { margin:0 auto; box-sizing:border-box; }
.muted[b-m9gsy45d2x] { color:#6b7280; }

/* Transfer & Withdrawals Page Styles - Admin Officer Theme */
.transfers-welcome[b-m9gsy45d2x] {
    background: linear-gradient(135deg, #0ea5e9 0%, #0284c7 100%);
    border-radius: 16px;
    padding: 24px 32px;
    color: #ffffff;
    margin-bottom: 24px;
    margin-top: 24px;
    box-shadow: 0 10px 40px rgba(14, 165, 233, 0.3);
}
.transfers-welcome h1[b-m9gsy45d2x] {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 0 8px 0;
}
.transfers-welcome p[b-m9gsy45d2x] {
    opacity: 0.9;
    margin: 0;
    font-size: 1rem;
}
.transfers-quick-stats[b-m9gsy45d2x] {
    display: flex;
    gap: 32px;
    margin-top: 20px;
    flex-wrap: wrap;
}
.transfers-quick-stat[b-m9gsy45d2x] {
    display: flex;
    flex-direction: column;
}
.transfers-quick-stat-value[b-m9gsy45d2x] {
    font-size: 1.5rem;
    font-weight: 700;
}
.transfers-quick-stat-label[b-m9gsy45d2x] {
    font-size: 0.875rem;
    opacity: 0.85;
}

/* Stats Cards */
.stats-grid[b-m9gsy45d2x] {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    margin-bottom: 24px;
}
@media (max-width: 1400px) {
    .stats-grid[b-m9gsy45d2x] { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 900px) {
    .stats-grid[b-m9gsy45d2x] { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
    .stats-grid[b-m9gsy45d2x] { grid-template-columns: 1fr; }
}
.stat-card[b-m9gsy45d2x] {
    background: #ffffff;
    border-radius: 14px;
    padding: 20px;
    box-shadow: 0 4px 12px rgba(2,6,23,0.04);
    display: flex;
    align-items: center;
    gap: 16px;
    transition: all 200ms ease;
}
.stat-card:hover[b-m9gsy45d2x] {
    box-shadow: 0 8px 24px rgba(2,6,23,0.08);
    transform: translateY(-2px);
}
.stat-icon[b-m9gsy45d2x] {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}
[b-m9gsy45d2x] .stat-icon.pending { background: linear-gradient(135deg, #fef3c7, #fde68a); color: #d97706; }
[b-m9gsy45d2x] .stat-icon.approved { background: linear-gradient(135deg, #dcfce7, #bbf7d0); color: #16a34a; }
[b-m9gsy45d2x] .stat-icon.rejected { background: linear-gradient(135deg, #fee2e2, #fecaca); color: #dc2626; }
[b-m9gsy45d2x] .stat-icon.withdrawals { background: linear-gradient(135deg, #dbeafe, #bfdbfe); color: #2563eb; }
[b-m9gsy45d2x] .stat-icon.transfers { background: linear-gradient(135deg, #f3e8ff, #e9d5ff); color: #9333ea; }
.stat-content h3[b-m9gsy45d2x] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0;
}
.stat-content p[b-m9gsy45d2x] {
    font-size: 0.875rem;
    color: #64748b;
    margin: 4px 0 0;
}

/* Filters Section */
.filters-section[b-m9gsy45d2x] {
    background: #ffffff;
    border-radius: 14px;
    padding: 20px 24px;
    margin-bottom: 24px;
    box-shadow: 0 4px 12px rgba(2,6,23,0.04);
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: flex-end;
}
.filter-group[b-m9gsy45d2x] {
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 160px;
}
[b-m9gsy45d2x] .filter-group.flex-1 {
    flex: 1;
    min-width: 200px;
}
.filter-label[b-m9gsy45d2x] {
    font-size: 0.75rem;
    font-weight: 600;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.filter-input[b-m9gsy45d2x], .filter-select[b-m9gsy45d2x] {
    padding: 13px 14px;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    font-size: 0.9375rem;
    color: #0f172a;
    background: #fff;
    transition: all 150ms ease;
}
.filter-input:focus[b-m9gsy45d2x], .filter-select:focus[b-m9gsy45d2x] {
    outline: none;
    border-color: #0ea5e9;
    box-shadow: 0 0 0 3px rgba(14, 165, 233, 0.1);
}

/* Category tabs */
.category-tabs[b-m9gsy45d2x] {
    display: flex;
    gap: 8px;
    margin-bottom: 24px;
    flex-wrap: wrap;
}
.category-tab[b-m9gsy45d2x] {
    padding: 10px 20px;
    border-radius: 10px;
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 150ms ease;
    display: flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #e2e8f0;
    background: #fff;
    color: #64748b;
}
.category-tab:hover[b-m9gsy45d2x] {
    background: #f8fafc;
    border-color: #0ea5e9;
    color: #0ea5e9;
}
[b-m9gsy45d2x] .category-tab.active {
    background: linear-gradient(135deg, #0ea5e9, #0284c7);
    border-color: #0ea5e9;
    color: #fff;
}
[b-m9gsy45d2x] .category-tab .count {
    padding: 2px 8px;
    border-radius: 999px;
    font-size: 0.75rem;
    background: rgba(255,255,255,0.2);
}
[b-m9gsy45d2x] .category-tab:not(.active) .count {
    background: #f1f5f9;
}

/* Section Cards */
.section-card[b-m9gsy45d2x] {
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 6px 18px rgba(2,6,23,0.06);
    overflow: hidden;
    margin-bottom: 24px;
}
.section-header[b-m9gsy45d2x] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px;
    border-bottom: 1px solid #f1f5f9;
}
.section-title[b-m9gsy45d2x] {
    font-size: 1rem;
    font-weight: 700;
    color: #0f172a;
    display: flex;
    align-items: center;
    gap: 10px;
}
.section-title i[b-m9gsy45d2x] {
    color: #0ea5e9;
}
.section-body[b-m9gsy45d2x] {
    padding: 20px 24px;
}

/* Data Table */
.data-table[b-m9gsy45d2x] {
    width: 100%;
    border-collapse: collapse;
}
.data-table th[b-m9gsy45d2x],
.data-table td[b-m9gsy45d2x] {
    padding: 12px 16px;
    text-align: left;
    border-bottom: 1px solid #f1f5f9;
}
.data-table th[b-m9gsy45d2x] {
    font-size: 0.75rem;
    font-weight: 600;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    background: #f8fafc;
}
.data-table td[b-m9gsy45d2x] {
    font-size: 0.875rem;
    color: #0f172a;
}
.data-table tr:hover[b-m9gsy45d2x] {
    background: #fafbfc;
}

/* Status Badge */
[b-m9gsy45d2x] .status-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 0.6875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
[b-m9gsy45d2x] .status-badge.pending { background: rgba(245,158,11,0.12); color: #d97706; }
[b-m9gsy45d2x] .status-badge.approved { background: rgba(16,185,129,0.12); color: #059669; }
[b-m9gsy45d2x] .status-badge.rejected { background: rgba(239,68,68,0.12); color: #dc2626; }
[b-m9gsy45d2x] .status-badge.completed { background: rgba(59,130,246,0.12); color: #2563eb; }
[b-m9gsy45d2x] .status-badge.in-progress { background: rgba(139,92,246,0.12); color: #7c3aed; }
[b-m9gsy45d2x] .status-badge.incoming { background: rgba(34,197,94,0.12); color: #16a34a; }
[b-m9gsy45d2x] .status-badge.outgoing { background: rgba(249,115,22,0.12); color: #ea580c; }

/* Action Buttons */
.action-btn[b-m9gsy45d2x] {
    padding: 8px 14px;
    border-radius: 8px;
    font-size: 0.8125rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 150ms ease;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border: 1px solid transparent;
}
[b-m9gsy45d2x] .action-btn.view {
    background: #dbeafe;
    color: #0284c7;
    border-color: #bae6fd;
}
[b-m9gsy45d2x] .action-btn.view:hover {
    background: #bae6fd;
}
[b-m9gsy45d2x] .action-btn.process {
    background: #e0f2fe;
    color: #0369a1;
    border-color: #bae6fd;
}
[b-m9gsy45d2x] .action-btn.process:hover {
    background: #bae6fd;
}
.action-btn:disabled[b-m9gsy45d2x] {
    opacity: 0.5;
    cursor: not-allowed;
}

/* Primary Button */
.btn-primary[b-m9gsy45d2x] {
    padding: 10px 20px;
    border-radius: 10px;
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 150ms ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: none;
    background: linear-gradient(135deg, #0ea5e9, #0284c7);
    color: #fff;
    box-shadow: 0 4px 12px rgba(14, 165, 233, 0.25);
}
.btn-primary:hover[b-m9gsy45d2x] {
    background: linear-gradient(135deg, #0284c7, #0369a1);
    box-shadow: 0 6px 16px rgba(14, 165, 233, 0.35);
    transform: translateY(-1px);
}
.btn-secondary[b-m9gsy45d2x] {
    padding: 10px 20px;
    border-radius: 10px;
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 150ms ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #e2e8f0;
    background: #fff;
    color: #64748b;
}
.btn-secondary:hover[b-m9gsy45d2x] {
    background: #f8fafc;
    border-color: #cbd5e1;
    color: #0f172a;
}

/* Empty State */
.empty-state[b-m9gsy45d2x] {
    text-align: center;
    padding: 48px 24px;
}
.empty-state-icon[b-m9gsy45d2x] {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #eff6ff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    font-size: 2rem;
    color: #0ea5e9;
}
.empty-state h3[b-m9gsy45d2x] {
    font-size: 1.125rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 8px;
}
.empty-state p[b-m9gsy45d2x] {
    font-size: 0.875rem;
    color: #6b7280;
    margin: 0 0 20px;
}

/* Modal Overlay */
.modal-overlay[b-m9gsy45d2x] {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(4px);
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    animation: modalFadeIn-b-m9gsy45d2x 200ms ease;
}
@keyframes modalFadeIn-b-m9gsy45d2x {
    from { opacity: 0; }
    to { opacity: 1; }
}
.modal-container[b-m9gsy45d2x] {
    background: #ffffff;
    border-radius: 20px;
    max-width: 700px;
    width: 100%;
    max-height: 90vh;
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.3);
    animation: modalSlideUp-b-m9gsy45d2x 300ms ease;
    display: flex;
    flex-direction: column;
}
[b-m9gsy45d2x] .modal-container.large {
    max-width: 900px;
}
@keyframes modalSlideUp-b-m9gsy45d2x {
    from { opacity: 0; transform: translateY(20px) scale(0.95); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}
.modal-header[b-m9gsy45d2x] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px;
    border-bottom: 1px solid #f1f5f9;
    background: linear-gradient(135deg, #fff7ed, #ffedd5);
    flex-shrink: 0;
}
.modal-title[b-m9gsy45d2x] {
    font-size: 1.125rem;
    font-weight: 700;
    color: #0f172a;
    display: flex;
    align-items: center;
    gap: 10px;
}
.modal-title i[b-m9gsy45d2x] { color: #0ea5e9; }
.modal-close[b-m9gsy45d2x] {
    width: 36px; height: 36px;
    border-radius: 10px;
    border: 1px solid #e2e8f0;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 150ms ease;
    color: #64748b;
}
.modal-close:hover[b-m9gsy45d2x] {
    background: #fee2e2;
    border-color: #fecaca;
    color: #dc2626;
}
.modal-body[b-m9gsy45d2x] {
    padding: 24px;
    overflow-y: auto;
    flex: 1 1 auto;
    min-height: 0;
}
.modal-footer[b-m9gsy45d2x] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    padding: 16px 24px;
    border-top: 1px solid #f1f5f9;
    background: #f8fafc;
    flex-shrink: 0;
}

/* Form Styles */
.form-group[b-m9gsy45d2x] { margin-bottom: 20px; }
.form-label[b-m9gsy45d2x] {
    display: block;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #374151;
    margin-bottom: 8px;
}
.form-input[b-m9gsy45d2x], .form-select[b-m9gsy45d2x], .form-textarea[b-m9gsy45d2x] {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    font-size: 0.9375rem;
    color: #0f172a;
    background: #fff;
    transition: all 150ms ease;
}
.form-input:focus[b-m9gsy45d2x], .form-select:focus[b-m9gsy45d2x], .form-textarea:focus[b-m9gsy45d2x] {
    outline: none;
    border-color: #0ea5e9;
    box-shadow: 0 0 0 3px rgba(14, 165, 233, 0.1);
}
.form-textarea[b-m9gsy45d2x] { min-height: 100px; resize: vertical; }
.form-row[b-m9gsy45d2x] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}
@media (max-width: 640px) {
    .form-row[b-m9gsy45d2x] { grid-template-columns: 1fr; }
}

/* Info Display */
.info-grid[b-m9gsy45d2x] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-bottom: 20px;
}
.info-item[b-m9gsy45d2x] {
    background: #f8fafc;
    padding: 14px 16px;
    border-radius: 10px;
    border: 1px solid #f1f5f9;
}
.info-label[b-m9gsy45d2x] {
    font-size: 0.6875rem;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
}
.info-value[b-m9gsy45d2x] {
    font-size: 0.9375rem;
    color: #0f172a;
    font-weight: 600;
}

/* Student Search Dropdown */
.student-search-dropdown[b-m9gsy45d2x] {
    position: absolute;
    top: 100%; left: 0; right: 0;
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    max-height: 200px;
    overflow-y: auto;
    z-index: 1000;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    margin-top: 4px;
}
.student-search-item[b-m9gsy45d2x] {
    padding: 10px 14px;
    cursor: pointer;
    border-bottom: 1px solid #f1f5f9;
    transition: background 150ms;
}
.student-search-item:hover[b-m9gsy45d2x] { background: #f8fafc; }
.student-search-item:last-child[b-m9gsy45d2x] { border-bottom: none; }

/* Page Header Styles */
.page-header[b-m9gsy45d2x] { margin-bottom: 24px; }
.page-header h2[b-m9gsy45d2x] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #0f172a;
}
@media (max-width: 640px) {
    .page-header[b-m9gsy45d2x] {
        flex-direction: column;
        align-items: flex-start !important;
    }
    [b-m9gsy45d2x] .page-actions {
        width: 100%;
        margin-left: 0 !important;
    }
}
/* _content/SchoolERP.Web/Components/Pages/Parent/ChildProgressReport.razor.rz.scp.css */
.parent-header[b-kc0hynpbma] {
    background: linear-gradient(135deg, #06b6d4 0%, #0891b2 100%);
    border-radius: 16px;
    padding: 24px 32px;
    color: #ffffff;
    margin-bottom: 24px;
    margin-top: 24px;
    box-shadow: 0 10px 40px rgba(6, 182, 212, 0.3);
}
.parent-header h1[b-kc0hynpbma] {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 0 8px 0;
}
.parent-header p[b-kc0hynpbma] {
    opacity: 0.9;
    margin: 0;
    font-size: 1rem;
}
.parent-stats[b-kc0hynpbma] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 16px;
    margin-top: 16px;
}
.stat-mini[b-kc0hynpbma] {
    background: rgba(255,255,255,0.15);
    backdrop-filter: blur(10px);
    border-radius: 8px;
    padding: 12px;
    border: 1px solid rgba(255,255,255,0.2);
}
.stat-mini-value[b-kc0hynpbma] {
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 4px;
}
.stat-mini-label[b-kc0hynpbma] {
    font-size: 0.75rem;
    opacity: 0.9;
}

.tab-buttons[b-kc0hynpbma] {
    display: flex;
    gap: 8px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}
.tab-btn[b-kc0hynpbma] {
    padding: 10px 20px;
    border: none;
    background: #f3f4f6;
    color: #374151;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.2s;
}
.tab-btn:hover[b-kc0hynpbma] {
    background: #e5e7eb;
}
.tab-btn.active[b-kc0hynpbma] {
    background: #06b6d4;
    color: white;
}

.progress-card[b-kc0hynpbma] {
    background: white;
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 16px;
    border: 1px solid #e5e7eb;
}
.card-title[b-kc0hynpbma] {
    font-size: 1.1rem;
    font-weight: 600;
    color: #111827;
    margin-bottom: 12px;
}
.meta-badge[b-kc0hynpbma] {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px 12px;
    border-radius: 6px;
    font-size: 0.875rem;
    font-weight: 500;
    margin-right: 8px;
    margin-bottom: 8px;
}
.badge-academic[b-kc0hynpbma] { background: #dbeafe; color: #1e40af; }
.badge-behavioral[b-kc0hynpbma] { background: #fef3c7; color: #92400e; }
.badge-social[b-kc0hynpbma] { background: #d1fae5; color: #065f46; }
.badge-strength[b-kc0hynpbma] { background: #dcfce7; color: #166534; }
.badge-achievement[b-kc0hynpbma] { background: #fef3c7; color: #854d0e; }

.strength-item[b-kc0hynpbma] {
    padding: 16px;
    background: #f0fdf4;
    border-radius: 8px;
    border-left: 4px solid #22c55e;
    margin-bottom: 12px;
}
.strength-title[b-kc0hynpbma] {
    font-weight: 600;
    color: #166534;
    margin-bottom: 4px;
}
.strength-desc[b-kc0hynpbma] {
    color: #374151;
    font-size: 0.9375rem;
}

.observation-item[b-kc0hynpbma] {
    padding: 16px;
    background: #fafafa;
    border-radius: 8px;
    border-left: 4px solid #0ea5e9;
    margin-bottom: 12px;
}
.observation-title[b-kc0hynpbma] {
    font-weight: 600;
    color: #111827;
    margin-bottom: 8px;
}
.observation-desc[b-kc0hynpbma] {
    color: #374151;
    font-size: 0.9375rem;
    margin-bottom: 8px;
}
.observation-meta[b-kc0hynpbma] {
    font-size: 0.875rem;
    color: #6b7280;
}

.summary-section[b-kc0hynpbma] {
    background: #f9fafb;
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 16px;
}
.summary-heading[b-kc0hynpbma] {
    font-weight: 600;
    color: #111827;
    margin-bottom: 8px;
}

.rating-display[b-kc0hynpbma] {
    display: inline-flex;
    gap: 2px;
}
.star[b-kc0hynpbma] {
    color: #fbbf24;
    font-size: 1.2rem;
}
.star-empty[b-kc0hynpbma] {
    color: #d1d5db;
    font-size: 1.2rem;
}

.empty-state[b-kc0hynpbma] {
    text-align: center;
    padding: 60px 20px;
    color: #6b7280;
}
.empty-state-icon[b-kc0hynpbma] {
    font-size: 4rem;
    margin-bottom: 16px;
    opacity: 0.5;
}

.loading-overlay[b-kc0hynpbma] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}
.spinner[b-kc0hynpbma] {
    border: 4px solid #f3f4f6;
    border-top: 4px solid #06b6d4;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin-b-kc0hynpbma 1s linear infinite;
}
@keyframes spin-b-kc0hynpbma {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
/* _content/SchoolERP.Web/Components/Pages/Principal/InventoryManagement.razor.rz.scp.css */
.page-container[b-mv663h77zu] {
    margin: 0 auto;
    box-sizing: border-box;
}

.muted[b-mv663h77zu] {
    color: #6b7280;
}

.inventory-welcome[b-mv663h77zu] {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    border-radius: 16px;
    padding: 24px 32px;
    color: #ffffff;
    margin-bottom: 24px;
    margin-top: 24px;
    box-shadow: 0 10px 40px rgba(16, 185, 129, 0.3);
}

.inventory-welcome h1[b-mv663h77zu] {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 0 8px 0;
}

.inventory-welcome p[b-mv663h77zu] {
    opacity: 0.9;
    margin: 0;
    font-size: 1rem;
}

.inventory-welcome-inner[b-mv663h77zu] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 20px;
}

.inventory-quick-stats[b-mv663h77zu] {
    display: flex;
    gap: 32px;
    margin-top: 0;
    flex-wrap: wrap;
}

.inventory-quick-stat[b-mv663h77zu] {
    display: flex;
    flex-direction: column;
}

.inventory-quick-stat-value[b-mv663h77zu] {
    font-size: 1.5rem;
    font-weight: 700;
}

.inventory-quick-stat-label[b-mv663h77zu] {
    font-size: 0.875rem;
    opacity: 0.85;
}

.data-freshness[b-mv663h77zu] {
    font-size: 0.8125rem;
    color: #64748b;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.low-stock-banner[b-mv663h77zu] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 14px 20px;
    margin-bottom: 20px;
    border-radius: 12px;
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
    border-left: 4px solid #f59e0b;
    flex-wrap: wrap;
}

.low-stock-banner-content[b-mv663h77zu] {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1;
    min-width: 200px;
}

.low-stock-banner-content i[b-mv663h77zu] {
    color: #d97706;
    font-size: 1.25rem;
}

.low-stock-banner-text[b-mv663h77zu] {
    font-size: 0.9375rem;
    color: #92400e;
    font-weight: 600;
}

.low-stock-banner-action[b-mv663h77zu] {
    padding: 8px 16px;
    border-radius: 8px;
    font-size: 0.8125rem;
    font-weight: 600;
    cursor: pointer;
    border: 1px solid #f59e0b;
    background: #fff;
    color: #d97706;
    transition: all 150ms ease;
}

.low-stock-banner-action:hover[b-mv663h77zu] {
    background: #fffbeb;
}

.stats-grid[b-mv663h77zu] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 24px;
}

@media (max-width: 1200px) {
    .stats-grid[b-mv663h77zu] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .stats-grid[b-mv663h77zu] {
        grid-template-columns: 1fr;
    }
}

.stat-card[b-mv663h77zu] {
    background: #ffffff;
    border-radius: 14px;
    padding: 20px;
    box-shadow: 0 4px 12px rgba(2, 6, 23, 0.04);
    display: flex;
    align-items: center;
    gap: 16px;
    transition: all 200ms ease;
}

.stat-card:hover[b-mv663h77zu] {
    box-shadow: 0 8px 24px rgba(2, 6, 23, 0.08);
    transform: translateY(-2px);
}

.stat-icon[b-mv663h77zu] {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}

.stat-icon.total[b-mv663h77zu] { background: linear-gradient(135deg, #dcfce7, #bbf7d0); color: #16a34a; }
.stat-icon.low-stock[b-mv663h77zu] { background: linear-gradient(135deg, #fef3c7, #fde68a); color: #d97706; }
.stat-icon.out-stock[b-mv663h77zu] { background: linear-gradient(135deg, #fee2e2, #fecaca); color: #dc2626; }
.stat-icon.value[b-mv663h77zu] { background: linear-gradient(135deg, #dbeafe, #bfdbfe); color: #2563eb; }

.stat-content h3[b-mv663h77zu] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0;
}

.stat-content p[b-mv663h77zu] {
    font-size: 0.875rem;
    color: #64748b;
    margin: 4px 0 0;
}

.filters-section[b-mv663h77zu] {
    background: #ffffff;
    border-radius: 14px;
    padding: 20px 24px;
    margin-bottom: 24px;
    box-shadow: 0 4px 12px rgba(2, 6, 23, 0.04);
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: flex-end;
}

.filter-group[b-mv663h77zu] {
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 160px;
}

.filter-group.flex-1[b-mv663h77zu] {
    flex: 1;
    min-width: 200px;
}

.filter-label[b-mv663h77zu] {
    font-size: 0.75rem;
    font-weight: 600;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.filter-input[b-mv663h77zu] {
    padding: 13px 14px;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    font-size: 0.9375rem;
    color: #0f172a;
    background: #fff;
    transition: all 150ms ease;
}

.filter-input:focus[b-mv663h77zu] {
    outline: none;
    border-color: #10b981;
    box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.1);
}

.filter-input[b-mv663h77zu]::placeholder {
    color: #94a3b8;
}

.section-card[b-mv663h77zu] {
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 6px 18px rgba(2, 6, 23, 0.06);
    overflow: hidden;
}

.section-header[b-mv663h77zu] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px;
    border-bottom: 1px solid #f1f5f9;
}

.section-header.page-header[b-mv663h77zu] {
    padding: 0;
    border: none;
    margin-bottom: 16px;
}

.section-title[b-mv663h77zu] {
    font-size: 1rem;
    font-weight: 700;
    color: #0f172a;
    display: flex;
    align-items: center;
    gap: 10px;
}

.section-title i[b-mv663h77zu] {
    color: #10b981;
}

.section-body[b-mv663h77zu] {
    padding: 20px 24px;
}

.page-title[b-mv663h77zu] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 4px 0;
}

.page-actions[b-mv663h77zu] {
    display: flex;
    gap: 12px;
}

.inventory-grid[b-mv663h77zu] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
    gap: 20px;
}

.inventory-card[b-mv663h77zu] {
    background: #ffffff;
    border-radius: 14px;
    border: 1px solid #f1f5f9;
    overflow: hidden;
    transition: all 200ms ease;
    box-shadow: 0 4px 12px rgba(2, 6, 23, 0.04);
}

.inventory-card:hover[b-mv663h77zu] {
    box-shadow: 0 12px 32px rgba(2, 6, 23, 0.1);
    transform: translateY(-2px);
}

.inventory-card-header[b-mv663h77zu] {
    background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
    padding: 16px 20px;
    display: flex;
    align-items: center;
    gap: 14px;
}

.inventory-icon[b-mv663h77zu] {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    flex-shrink: 0;
}

.inventory-icon.supplies[b-mv663h77zu] { background: linear-gradient(135deg, #dbeafe, #bfdbfe); color: #2563eb; }
.inventory-icon.equipment[b-mv663h77zu] { background: linear-gradient(135deg, #f3e8ff, #e9d5ff); color: #9333ea; }
.inventory-icon.furniture[b-mv663h77zu] { background: linear-gradient(135deg, #fef3c7, #fde68a); color: #d97706; }
.inventory-icon.electronics[b-mv663h77zu] { background: linear-gradient(135deg, #cffafe, #a5f3fc); color: #0891b2; }
.inventory-icon.sports[b-mv663h77zu] { background: linear-gradient(135deg, #dcfce7, #bbf7d0); color: #16a34a; }
.inventory-icon.stationery[b-mv663h77zu] { background: linear-gradient(135deg, #fce7f3, #fbcfe8); color: #db2777; }
.inventory-icon.lab[b-mv663h77zu] { background: linear-gradient(135deg, #fee2e2, #fecaca); color: #dc2626; }
.inventory-icon.other[b-mv663h77zu] { background: linear-gradient(135deg, #f1f5f9, #e2e8f0); color: #64748b; }

.inventory-header-info[b-mv663h77zu] {
    flex: 1;
    min-width: 0;
}

.inventory-name[b-mv663h77zu] {
    font-size: 0.9375rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.inventory-sku[b-mv663h77zu] {
    font-size: 0.8125rem;
    color: #64748b;
    display: flex;
    align-items: center;
    gap: 6px;
}

.inventory-card-body[b-mv663h77zu] {
    padding: 16px 20px;
}

.inventory-info-row[b-mv663h77zu] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 0;
    border-bottom: 1px solid #f1f5f9;
}

.inventory-info-row:last-child[b-mv663h77zu] {
    border-bottom: none;
}

.inventory-info-icon[b-mv663h77zu] {
    width: 28px;
    height: 28px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8fafc;
    color: #64748b;
    font-size: 0.8125rem;
    flex-shrink: 0;
}

.inventory-info-content[b-mv663h77zu] {
    flex: 1;
    min-width: 0;
}

.inventory-info-label[b-mv663h77zu] {
    font-size: 0.6875rem;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.inventory-info-value[b-mv663h77zu] {
    font-size: 0.8125rem;
    color: #0f172a;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.inventory-card-footer[b-mv663h77zu] {
    padding: 12px 20px;
    background: #f8fafc;
    display: flex;
    gap: 8px;
    justify-content: flex-end;
}

.inventory-action-btn[b-mv663h77zu] {
    padding: 8px 14px;
    border-radius: 8px;
    font-size: 0.8125rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 150ms ease;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border: 1px solid transparent;
}

.inventory-action-btn.view[b-mv663h77zu] { background: #dbeafe; color: #0284c7; border-color: #bae6fd; }
.inventory-action-btn.view:hover[b-mv663h77zu] { background: #bae6fd; }
.inventory-action-btn.edit[b-mv663h77zu] { background: #f3e8ff; color: #7c3aed; border-color: #e9d5ff; }
.inventory-action-btn.edit:hover[b-mv663h77zu] { background: #e9d5ff; }
.inventory-action-btn.intake[b-mv663h77zu] { background: #dcfce7; color: #16a34a; border-color: #bbf7d0; }
.inventory-action-btn.intake:hover[b-mv663h77zu] { background: #bbf7d0; }
.inventory-action-btn.delete[b-mv663h77zu] { background: #fee2e2; color: #dc2626; border-color: #fecaca; }
.inventory-action-btn.delete:hover[b-mv663h77zu] { background: #fecaca; }

.status-badge[b-mv663h77zu] {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 0.6875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.status-badge.in-stock[b-mv663h77zu] { background: rgba(16, 185, 129, 0.12); color: #059669; }
.status-badge.low-stock[b-mv663h77zu] { background: rgba(245, 158, 11, 0.12); color: #d97706; }
.status-badge.out-of-stock[b-mv663h77zu] { background: rgba(239, 68, 68, 0.12); color: #dc2626; }
.status-badge.on-order[b-mv663h77zu] { background: rgba(59, 130, 246, 0.12); color: #2563eb; }

.btn-primary[b-mv663h77zu] {
    padding: 10px 20px;
    border-radius: 10px;
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 150ms ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: none;
    background: linear-gradient(135deg, #10b981, #059669);
    color: #fff;
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.25);
}

.btn-primary:hover:not(:disabled)[b-mv663h77zu] {
    background: linear-gradient(135deg, #059669, #047857);
    box-shadow: 0 6px 16px rgba(16, 185, 129, 0.35);
    transform: translateY(-1px);
}

.btn-primary:disabled[b-mv663h77zu] {
    opacity: 0.5;
    cursor: not-allowed;
}

.btn-primary.danger[b-mv663h77zu] {
    background: linear-gradient(135deg, #dc2626, #b91c1c);
    box-shadow: 0 4px 12px rgba(220, 38, 38, 0.25);
}

.btn-secondary[b-mv663h77zu] {
    padding: 10px 20px;
    border-radius: 10px;
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 150ms ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #e2e8f0;
    background: #fff;
    color: #64748b;
}

.btn-secondary:hover:not(:disabled)[b-mv663h77zu] {
    background: #f8fafc;
    border-color: #cbd5e1;
    color: #0f172a;
}

.btn-secondary:disabled[b-mv663h77zu] {
    opacity: 0.5;
    cursor: not-allowed;
}

.btn-secondary.spinning i[b-mv663h77zu] {
    animation: spin-b-mv663h77zu 0.8s linear infinite;
}

.pagination[b-mv663h77zu] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 24px;
    flex-wrap: wrap;
}

.pagination-btn[b-mv663h77zu] {
    min-width: 40px;
    height: 40px;
    padding: 0 8px;
    border: 1px solid #e2e8f0;
    background: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 150ms ease;
    font-weight: 600;
    color: #64748b;
}

.pagination-btn:hover:not(.disabled):not(.ellipsis)[b-mv663h77zu] {
    background: #f8fafc;
    border-color: #10b981;
    color: #10b981;
}

.pagination-btn.active[b-mv663h77zu] {
    background: #10b981;
    border-color: #10b981;
    color: #fff;
}

.pagination-btn.disabled[b-mv663h77zu],
.pagination-btn.ellipsis[b-mv663h77zu] {
    opacity: 0.5;
    cursor: default;
}

.pagination-info[b-mv663h77zu] {
    font-size: 0.875rem;
    color: #64748b;
    margin: 0 16px;
}

.empty-state[b-mv663h77zu] {
    text-align: center;
    padding: 48px 24px;
}

.empty-state-icon[b-mv663h77zu] {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #dcfce7;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    font-size: 2rem;
    color: #10b981;
}

.empty-state h3[b-mv663h77zu] {
    font-size: 1.125rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 8px;
}

.empty-state p[b-mv663h77zu] {
    font-size: 0.875rem;
    color: #6b7280;
    margin: 0 0 20px;
}

.loading-container[b-mv663h77zu] {
    text-align: center;
    padding: 48px 24px;
}

.loading-spinner[b-mv663h77zu] {
    width: 40px;
    height: 40px;
    margin: 0 auto;
    border: 4px solid #f3f4f6;
    border-top-color: #10b981;
    border-radius: 50%;
    animation: spin-b-mv663h77zu 0.8s linear infinite;
}

@keyframes spin-b-mv663h77zu {
    to { transform: rotate(360deg); }
}

.skeleton-grid[b-mv663h77zu] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
    gap: 20px;
}

.skeleton-card[b-mv663h77zu] {
    background: #fff;
    border-radius: 14px;
    border: 1px solid #f1f5f9;
    overflow: hidden;
}

.skeleton-header[b-mv663h77zu] {
    height: 84px;
    background: linear-gradient(90deg, #f1f5f9 25%, #e2e8f0 50%, #f1f5f9 75%);
    background-size: 200% 100%;
    animation: shimmer-b-mv663h77zu 1.5s ease-in-out infinite;
}

.skeleton-body[b-mv663h77zu] {
    padding: 16px 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.skeleton-line[b-mv663h77zu] {
    height: 14px;
    border-radius: 6px;
    background: linear-gradient(90deg, #f1f5f9 25%, #e2e8f0 50%, #f1f5f9 75%);
    background-size: 200% 100%;
    animation: shimmer-b-mv663h77zu 1.5s ease-in-out infinite;
}

.skeleton-line.short[b-mv663h77zu] { width: 60%; }
.skeleton-line.medium[b-mv663h77zu] { width: 80%; }

@keyframes shimmer-b-mv663h77zu {
    0% { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}

.form-group[b-mv663h77zu] {
    margin-bottom: 20px;
}

.form-group:last-child[b-mv663h77zu] {
    margin-bottom: 0;
}

.form-label[b-mv663h77zu] {
    display: block;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #334155;
    margin-bottom: 6px;
}

.form-label.required[b-mv663h77zu]::after {
    content: ' *';
    color: #ef4444;
}

.form-input[b-mv663h77zu],
.form-textarea[b-mv663h77zu] {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    font-size: 0.9375rem;
    color: #0f172a;
    background: #fff;
    transition: all 150ms ease;
    box-sizing: border-box;
}

.form-input:focus[b-mv663h77zu],
.form-textarea:focus[b-mv663h77zu] {
    outline: none;
    border-color: #10b981;
    box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.1);
}

.form-textarea[b-mv663h77zu] {
    min-height: 100px;
    resize: vertical;
}

.form-row[b-mv663h77zu] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

@media (max-width: 640px) {
    .form-row[b-mv663h77zu] {
        grid-template-columns: 1fr;
    }
}

.item-details-grid[b-mv663h77zu] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.item-detail-item[b-mv663h77zu] {
    padding: 12px;
    background: #f8fafc;
    border-radius: 10px;
}

.item-detail-label[b-mv663h77zu] {
    font-size: 0.75rem;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
}

.item-detail-value[b-mv663h77zu] {
    font-size: 0.9375rem;
    font-weight: 600;
    color: #0f172a;
}

.confirm-icon[b-mv663h77zu] {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 2rem;
}

.confirm-icon.danger[b-mv663h77zu] {
    background: #fee2e2;
    color: #dc2626;
}

.confirm-title[b-mv663h77zu] {
    font-size: 1.25rem;
    font-weight: 700;
    color: #0f172a;
    text-align: center;
    margin: 0 0 8px;
}

.confirm-message[b-mv663h77zu] {
    font-size: 0.9375rem;
    color: #64748b;
    text-align: center;
    margin: 0;
}

.intake-history[b-mv663h77zu] {
    margin-top: 20px;
}

.intake-history-title[b-mv663h77zu] {
    font-size: 0.875rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 12px;
}

.intake-history-item[b-mv663h77zu] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 12px;
    background: #f8fafc;
    border-radius: 8px;
    margin-bottom: 8px;
}

.intake-history-item:last-child[b-mv663h77zu] {
    margin-bottom: 0;
}

.intake-history-icon[b-mv663h77zu] {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: #dcfce7;
    color: #16a34a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.875rem;
}

.intake-history-content[b-mv663h77zu] {
    flex: 1;
}

.intake-history-qty[b-mv663h77zu] {
    font-weight: 700;
    color: #16a34a;
}

.intake-history-date[b-mv663h77zu] {
    font-size: 0.75rem;
    color: #6b7280;
}

.intake-preview[b-mv663h77zu] {
    padding: 16px;
    background: #dcfce7;
    border-radius: 12px;
    margin-top: 16px;
}

.intake-preview-header[b-mv663h77zu] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.intake-preview-header i[b-mv663h77zu] {
    color: #16a34a;
}

.intake-preview-header span[b-mv663h77zu] {
    font-weight: 600;
    color: #16a34a;
}

.intake-preview-value[b-mv663h77zu] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #16a34a;
    margin: 8px 0 0 0;
}

.modal-validation[b-mv663h77zu] {
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
    border-left: 4px solid #f59e0b;
    padding: 12px 16px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.modal-validation i[b-mv663h77zu] {
    color: #f59e0b;
    font-size: 20px;
    flex-shrink: 0;
}

.modal-validation p[b-mv663h77zu] {
    margin: 0;
    font-size: 13px;
    color: #92400e;
    font-weight: 600;
    flex: 1;
}

.modal-validation button[b-mv663h77zu] {
    background: none;
    border: none;
    color: #92400e;
    cursor: pointer;
    padding: 4px;
    display: flex;
    align-items: center;
}

.modal-footer-actions[b-mv663h77zu] {
    display: flex;
    gap: 12px;
    justify-content: flex-end;
    width: 100%;
}

.modal-footer-stack[b-mv663h77zu] {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
}

.view-item-header[b-mv663h77zu] {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
}

.view-item-header .inventory-icon.large[b-mv663h77zu] {
    width: 64px;
    height: 64px;
    font-size: 1.75rem;
}

.view-item-title[b-mv663h77zu] {
    font-size: 1.25rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 4px 0;
}

.view-item-sku[b-mv663h77zu] {
    font-size: 0.875rem;
    color: #64748b;
    margin: 0;
}

.intake-item-header[b-mv663h77zu] {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
    padding: 16px;
    background: #f8fafc;
    border-radius: 12px;
}

.intake-item-header .inventory-icon.medium[b-mv663h77zu] {
    width: 48px;
    height: 48px;
}

.item-detail-span-2[b-mv663h77zu] {
    grid-column: span 2;
}
/* _content/SchoolERP.Web/Components/Pages/Principal/ProgressReviews.razor.rz.scp.css */
.review-header[b-35ygdtnjet] {
    background: linear-gradient(135deg, #0ea5e9 0%, #0284c7 100%);
    border-radius: 16px;
    padding: 24px 32px;
    color: #ffffff;
    margin-bottom: 24px;
    margin-top: 24px;
    box-shadow: 0 10px 40px rgba(14, 165, 233, 0.3);
}
.review-header h1[b-35ygdtnjet] {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 0 8px 0;
}
.review-header p[b-35ygdtnjet] {
    opacity: 0.9;
    margin: 0;
    font-size: 1rem;
}
.review-stats-grid[b-35ygdtnjet] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 16px;
    margin-top: 16px;
}
.stat-card[b-35ygdtnjet] {
    background: rgba(255,255,255,0.15);
    backdrop-filter: blur(10px);
    border-radius: 12px;
    padding: 16px;
    border: 1px solid rgba(255,255,255,0.2);
}
.stat-label[b-35ygdtnjet] {
    font-size: 0.875rem;
    opacity: 0.9;
    margin-bottom: 8px;
}
.stat-value[b-35ygdtnjet] {
    font-size: 2rem;
    font-weight: 700;
}

.tab-buttons[b-35ygdtnjet] {
    display: flex;
    gap: 8px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}
.tab-btn[b-35ygdtnjet] {
    padding: 10px 20px;
    border: none;
    background: #f3f4f6;
    color: #374151;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.2s;
}
.tab-btn:hover[b-35ygdtnjet] {
    background: #e5e7eb;
}
.tab-btn.active[b-35ygdtnjet] {
    background: #0ea5e9;
    color: white;
}
.badge[b-35ygdtnjet] {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 600;
    margin-left: 8px;
}
.badge-warning[b-35ygdtnjet] {
    background: #fef3c7;
    color: #92400e;
}

.review-card[b-35ygdtnjet] {
    background: white;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 16px;
    border: 1px solid #e5e7eb;
    transition: all 0.2s;
}
.review-card:hover[b-35ygdtnjet] {
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    border-color: #0ea5e9;
}
.review-card-header[b-35ygdtnjet] {
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-bottom: 12px;
}
.review-card-title[b-35ygdtnjet] {
    font-size: 1.1rem;
    font-weight: 600;
    color: #111827;
}
.review-card-student[b-35ygdtnjet] {
    font-size: 0.95rem;
    color: #0ea5e9;
    font-weight: 500;
    margin-bottom: 8px;
}
.meta-row[b-35ygdtnjet] {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 12px;
}
.meta-badge[b-35ygdtnjet] {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px 12px;
    border-radius: 6px;
    font-size: 0.875rem;
    font-weight: 500;
}
.badge-academic[b-35ygdtnjet] { background: #dbeafe; color: #1e40af; }
.badge-behavioral[b-35ygdtnjet] { background: #fef3c7; color: #92400e; }
.badge-social[b-35ygdtnjet] { background: #d1fae5; color: #065f46; }
.badge-strength[b-35ygdtnjet] { background: #dcfce7; color: #166534; }
.badge-weakness[b-35ygdtnjet] { background: #fee2e2; color: #991b1b; }
.badge-submitted[b-35ygdtnjet] { background: #fef3c7; color: #92400e; }
.badge-reviewed[b-35ygdtnjet] { background: #dbeafe; color: #1e40af; }

.btn-primary[b-35ygdtnjet] {
    padding: 10px 24px;
    background: #0ea5e9;
    color: white;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
}
.btn-primary:hover[b-35ygdtnjet] {
    background: #0284c7;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(14, 165, 233, 0.4);
}
.btn-secondary[b-35ygdtnjet] {
    padding: 10px 24px;
    background: #f3f4f6;
    color: #374151;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
}
.btn-secondary:hover[b-35ygdtnjet] {
    background: #e5e7eb;
}
.btn-success[b-35ygdtnjet] {
    padding: 10px 24px;
    background: #22c55e;
    color: white;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
}
.btn-success:hover[b-35ygdtnjet] {
    background: #16a34a;
}

.empty-state[b-35ygdtnjet] {
    text-align: center;
    padding: 60px 20px;
    color: #6b7280;
}
.empty-state-icon[b-35ygdtnjet] {
    font-size: 4rem;
    margin-bottom: 16px;
    opacity: 0.5;
}

.form-section[b-35ygdtnjet] {
    background: white;
    border-radius: 12px;
    padding: 24px;
    border: 1px solid #e5e7eb;
}
.form-row[b-35ygdtnjet] {
    margin-bottom: 16px;
}

.loading-overlay[b-35ygdtnjet] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}
.spinner[b-35ygdtnjet] {
    border: 4px solid #f3f4f6;
    border-top: 4px solid #0ea5e9;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin-b-35ygdtnjet 1s linear infinite;
}
@keyframes spin-b-35ygdtnjet {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.rating-display[b-35ygdtnjet] {
    display: inline-flex;
    gap: 2px;
}
.star[b-35ygdtnjet] {
    color: #fbbf24;
    font-size: 1.2rem;
}
.star-empty[b-35ygdtnjet] {
    color: #d1d5db;
    font-size: 1.2rem;
}
/* _content/SchoolERP.Web/Components/Pages/SuperAdmin/DatabaseManagement.razor.rz.scp.css */
/* Database Management Scoped Styles */

.page-container[b-s3patodndi] {
    margin: 0 auto;
    box-sizing: border-box;
    min-width: 0;
}

.search-input[b-s3patodndi] {
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
}

.muted[b-s3patodndi] {
    color: #6b7280;
}

/* Database Management Hero Section */
.database-hero[b-s3patodndi] {
    background: linear-gradient(135deg, #7c3aed 0%, #6d28d9 100%);
    border-radius: 16px;
    padding: 28px 32px;
    color: #ffffff;
    margin-bottom: 24px;
    box-shadow: 0 10px 40px rgba(124, 58, 237, 0.3);
    position: relative;
    overflow: hidden;
}

.database-hero[b-s3patodndi]::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    border-radius: 50%;
}

.database-hero h1[b-s3patodndi] {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 0 8px 0;
    position: relative;
    z-index: 1;
}

.database-hero p[b-s3patodndi] {
    opacity: 0.9;
    margin: 0;
    font-size: 1rem;
    position: relative;
    z-index: 1;
}

.hero-stats[b-s3patodndi] {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}

.hero-stat[b-s3patodndi] {
    display: flex;
    flex-direction: column;
}

.hero-stat-value[b-s3patodndi] {
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: -0.5px;
}

.hero-stat-label[b-s3patodndi] {
    font-size: 0.875rem;
    opacity: 0.85;
    margin-top: 4px;
}

/* Health Badge Styles */
.health-badge[b-s3patodndi] {
    padding: 6px 12px;
    border-radius: 8px;
    font-size: 0.813rem;
    font-weight: 700;
    color: #fff;
}

.health-badge--success[b-s3patodndi] {
    background: rgba(16, 185, 129, 0.2);
}

.health-badge--warning[b-s3patodndi] {
    background: rgba(245, 158, 11, 0.2);
}

.health-badge--error[b-s3patodndi] {
    background: rgba(239, 68, 68, 0.2);
}

/* Stats Grid */
.stats-grid-database[b-s3patodndi] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-bottom: 24px;
}

@media (min-width: 768px) {
    .stats-grid-database[b-s3patodndi] {
        grid-template-columns: repeat(4, 1fr);
    }
}

.stat-card[b-s3patodndi] {
    background: #ffffff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 12px rgba(2, 6, 23, 0.04);
    border: 1px solid rgba(15, 23, 42, 0.04);
    display: flex;
    align-items: center;
    gap: 16px;
    transition: all 0.2s ease;
}

.stat-card:hover[b-s3patodndi] {
    box-shadow: 0 8px 24px rgba(2, 6, 23, 0.08);
    transform: translateY(-2px);
}

.stat-icon[b-s3patodndi] {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    flex-shrink: 0;
}

.stat-content[b-s3patodndi] {
    flex: 1;
}

.stat-label[b-s3patodndi] {
    font-size: 0.813rem;
    color: #64748b;
    margin-bottom: 6px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.stat-value[b-s3patodndi] {
    font-size: 1.625rem;
    font-weight: 700;
    color: #0f172a;
    line-height: 1;
}

.stat-change[b-s3patodndi] {
    font-size: 0.75rem;
    margin-top: 6px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.stat-change.positive[b-s3patodndi] {
    color: #10b981;
}

.stat-change.negative[b-s3patodndi] {
    color: #ef4444;
}

.stat-change.muted[b-s3patodndi] {
    color: #94a3b8;
}

/* Action Cards Grid */
.action-cards-grid[b-s3patodndi] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    margin-bottom: 24px;
}

.action-card[b-s3patodndi] {
    background: #ffffff;
    border-radius: 14px;
    padding: 24px;
    box-shadow: 0 4px 16px rgba(2, 6, 23, 0.06);
    border: 1px solid rgba(15, 23, 42, 0.06);
    transition: all 0.2s ease;
    cursor: pointer;
}

.action-card:hover[b-s3patodndi] {
    box-shadow: 0 12px 32px rgba(2, 6, 23, 0.12);
    transform: translateY(-4px);
    border-color: #7c3aed;
}

.action-card-header[b-s3patodndi] {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
}

.action-card-icon[b-s3patodndi] {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    flex-shrink: 0;
}

.action-card-title[b-s3patodndi] {
    font-size: 1.125rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0;
}

.action-card-description[b-s3patodndi] {
    font-size: 0.875rem;
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 16px;
}

.action-card-button[b-s3patodndi] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.875rem;
    background: linear-gradient(135deg, #7c3aed 0%, #6d28d9 100%);
    color: #fff;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease;
}

.action-card-button:hover[b-s3patodndi] {
    transform: scale(1.05);
    box-shadow: 0 6px 16px rgba(124, 58, 237, 0.3);
}

/* Table row hover effect */
.hovered-row[b-s3patodndi] {
    background: #f8fafc !important;
}

/* Smooth transitions */
*[b-s3patodndi] {
    transition: background-color 0.15s ease;
}

/* Spin animation for loading */
@keyframes spin-b-s3patodndi {
    to {
        transform: rotate(360deg);
    }
}

/* Fade in animation */
@keyframes fadeIn-b-s3patodndi {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Slide in animation */
@keyframes slideIn-b-s3patodndi {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.stat-card[b-s3patodndi],
.action-card[b-s3patodndi] {
    animation: fadeIn-b-s3patodndi 0.3s ease-out;
}

/* Filters Section (Admin Officer Style) */
.filters-section[b-s3patodndi] {
    background: #ffffff;
    border-radius: 14px;
    padding: 20px 24px;
    margin-bottom: 24px;
    box-shadow: 0 4px 12px rgba(2, 6, 23, 0.04);
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: flex-end;
}

.filter-group[b-s3patodndi] {
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 160px;
}

.filter-group.flex-1[b-s3patodndi] {
    flex: 1;
    min-width: 200px;
}

.filter-label[b-s3patodndi] {
    font-size: 0.75rem;
    font-weight: 600;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.filter-input[b-s3patodndi],
.filter-select[b-s3patodndi] {
    padding: 10px 14px;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    font-size: 0.9375rem;
    color: #0f172a;
    background: #fff;
    transition: all 150ms ease;
}

.filter-input:focus[b-s3patodndi],
.filter-select:focus[b-s3patodndi] {
    outline: none;
    border-color: #7c3aed;
    box-shadow: 0 0 0 3px rgba(124, 58, 237, 0.1);
}

.filter-input[b-s3patodndi]::placeholder {
    color: #94a3b8;
}

/* Database Tables Section */
.section-card[b-s3patodndi] {
    background: #ffffff;
    border-radius: 14px;
    padding: 24px;
    box-shadow: 0 4px 16px rgba(2, 6, 23, 0.06);
    border: 1px solid rgba(15, 23, 42, 0.06);
    margin-bottom: 24px;
}

.section-header[b-s3patodndi] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    flex-wrap: wrap;
    gap: 16px;
}

.section-title[b-s3patodndi] {
    font-size: 1.25rem;
    font-weight: 700;
    color: #0f172a;
    display: flex;
    align-items: center;
    gap: 12px;
}

.section-badge[b-s3patodndi] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 0.75rem;
    font-weight: 600;
}

/* Query Console */
.query-console[b-s3patodndi] {
    background: #1e293b;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 16px;
}

.query-console textarea[b-s3patodndi] {
    width: 100%;
    min-height: 180px;
    background: #0f172a;
    color: #e2e8f0;
    border: 1px solid #334155;
    border-radius: 8px;
    padding: 16px;
    font-family: 'Consolas', 'Monaco', 'Courier New', monospace;
    font-size: 0.875rem;
    line-height: 1.6;
    resize: vertical;
    tab-size: 4;
}

.query-console textarea:focus[b-s3patodndi] {
    outline: none;
    border-color: #7c3aed;
    box-shadow: 0 0 0 3px rgba(124, 58, 237, 0.1);
}

.query-toolbar[b-s3patodndi] {
    display: flex;
    gap: 12px;
    margin-top: 12px;
    flex-wrap: wrap;
}

.query-toolbar-btn[b-s3patodndi] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.875rem;
    cursor: pointer;
    border: none;
    transition: all 0.2s;
}

.query-toolbar-btn--success[b-s3patodndi] {
    background: #10b981;
    color: #fff;
}

.query-toolbar-btn--success:hover[b-s3patodndi] {
    background: #059669;
}

.query-toolbar-btn--secondary[b-s3patodndi] {
    background: #e2e8f0;
    color: #475569;
}

.query-toolbar-btn--secondary:hover[b-s3patodndi] {
    background: #cbd5e1;
}

.query-toolbar-btn:disabled[b-s3patodndi],
.query-toolbar-btn--disabled[b-s3patodndi] {
    opacity: 0.6;
    cursor: not-allowed;
    pointer-events: none;
}

/* Query Results - scroll ONLY inside this card, never the page */
.query-results-card[b-s3patodndi] {
    width: 100%;
    min-width: 0;
    overflow: hidden;
}

.query-results-scroll[b-s3patodndi] {
    width: 100%;
    min-width: 0;
    overflow-x: auto;
    overflow-y: auto;
    max-height: 500px;
    -webkit-overflow-scrolling: touch;
}

/* Database Tables List */
.tables-grid[b-s3patodndi] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 12px;
}

.table-item[b-s3patodndi] {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    transition: all 0.2s ease;
    cursor: pointer;
}

.table-item:hover[b-s3patodndi] {
    background: #fff;
    border-color: #7c3aed;
    box-shadow: 0 4px 12px rgba(124, 58, 237, 0.1);
}

.table-icon[b-s3patodndi] {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: linear-gradient(135deg, #7c3aed 0%, #6d28d9 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.125rem;
    flex-shrink: 0;
}

.table-info[b-s3patodndi] {
    flex: 1;
    min-width: 0;
    overflow: hidden;
}

.table-name[b-s3patodndi] {
    font-weight: 600;
    color: #0f172a;
    font-size: 0.875rem;
    margin-bottom: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.table-meta[b-s3patodndi] {
    font-size: 0.75rem;
    color: #64748b;
}

/* Connection Pools */
.connection-pools[b-s3patodndi] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 16px;
    margin-top: 20px;
}

.pool-item[b-s3patodndi] {
    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
    border: 1px solid #bae6fd;
    border-radius: 10px;
    padding: 16px;
}

.pool-label[b-s3patodndi] {
    font-size: 0.75rem;
    color: #0c4a6e;
    font-weight: 600;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.pool-value[b-s3patodndi] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #0369a1;
}

.pool-status[b-s3patodndi] {
    font-size: 0.75rem;
    color: #0c4a6e;
    margin-top: 4px;
}

/* Alert Banner */
.alert-banner[b-s3patodndi] {
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
    border-left: 4px solid #f59e0b;
    border-radius: 10px;
    padding: 16px 20px;
    margin-bottom: 24px;
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.alert-icon[b-s3patodndi] {
    color: #f59e0b;
    font-size: 1.5rem;
    flex-shrink: 0;
}

.alert-content[b-s3patodndi] {
    flex: 1;
}

.alert-title[b-s3patodndi] {
    font-weight: 700;
    color: #92400e;
    margin-bottom: 4px;
}

.alert-message[b-s3patodndi] {
    font-size: 0.875rem;
    color: #92400e;
    line-height: 1.5;
}

/* Loading State */
.loading-overlay[b-s3patodndi] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.loading-spinner[b-s3patodndi] {
    background: #fff;
    padding: 32px;
    border-radius: 16px;
    text-align: center;
}

/* Enhanced mobile responsiveness */
@media (max-width: 768px) {
    .database-hero[b-s3patodndi] {
        padding: 20px;
    }

    .database-hero h1[b-s3patodndi] {
        font-size: 1.25rem;
    }

    .hero-stats[b-s3patodndi] {
        gap: 20px;
    }

    .hero-stat-value[b-s3patodndi] {
        font-size: 1.25rem;
    }

    .stats-grid-database[b-s3patodndi] {
        grid-template-columns: 1fr;
    }

    .action-cards-grid[b-s3patodndi] {
        grid-template-columns: 1fr;
    }

    .filters-section[b-s3patodndi] {
        flex-direction: column;
        align-items: stretch;
    }

    .tables-grid[b-s3patodndi] {
        grid-template-columns: 1fr;
    }

    .connection-pools[b-s3patodndi] {
        grid-template-columns: repeat(2, 1fr);
    }

    .query-console textarea[b-s3patodndi] {
        min-height: 120px;
        font-size: 0.813rem;
    }

    .section-header[b-s3patodndi] {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 640px) {
    .page-container[b-s3patodndi] {
        max-width: 100%;
        padding: 0 12px;
    }

    .page-actions[b-s3patodndi] {
        flex-wrap: wrap;
        gap: 8px;
    }
}

@media (max-width: 480px) {
    .page-content[b-s3patodndi] {
        padding: 12px 8px !important;
    }

    .database-hero[b-s3patodndi] {
        padding: 16px;
    }

    .stat-card[b-s3patodndi] {
        padding: 16px;
    }

    .action-card[b-s3patodndi] {
        padding: 20px;
    }
}
/* _content/SchoolERP.Web/Components/Pages/SuperAdmin/SystemConfiguration.razor.rz.scp.css */
/* System Configuration Page Styles */

.page-container[b-v8nndernu4] {
    margin: 0 auto;
    box-sizing: border-box;
}

.search-input[b-v8nndernu4] {
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
}

.muted[b-v8nndernu4] {
    color: #6b7280;
}

/* Welcome Section */
.config-welcome[b-v8nndernu4] {
    background: linear-gradient(135deg, #06b6d4 0%, #0891b2 100%);
    border-radius: 16px;
    padding: 28px 32px;
    color: #ffffff;
    margin-bottom: 24px;
    box-shadow: 0 10px 40px rgba(6, 182, 212, 0.3);
    position: relative;
    overflow: hidden;
}

.config-welcome[b-v8nndernu4]::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
    border-radius: 50%;
}

.config-welcome h1[b-v8nndernu4] {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 0 8px 0;
    position: relative;
    z-index: 1;
}

.config-welcome p[b-v8nndernu4] {
    opacity: 0.9;
    margin: 0;
    font-size: 1rem;
    position: relative;
    z-index: 1;
}

/* Configuration Section Cards */
.config-sections[b-v8nndernu4] {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    margin-bottom: 32px;
}

.config-section-card[b-v8nndernu4] {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 24px;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.config-section-card:hover[b-v8nndernu4] {
    border-color: #06b6d4;
    box-shadow: 0 8px 24px rgba(6, 182, 212, 0.15);
    transform: translateY(-2px);
}

.config-section-card[b-v8nndernu4]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, #06b6d4, #0891b2);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.config-section-card:hover[b-v8nndernu4]::before {
    opacity: 1;
}

.config-section-header[b-v8nndernu4] {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.config-section-icon[b-v8nndernu4] {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    background: linear-gradient(135deg, #e0f2fe, #bae6fd);
    color: #0891b2;
}

.config-section-title[b-v8nndernu4] {
    font-size: 1.125rem;
    font-weight: 600;
    color: #111827;
    margin: 0;
}

.config-section-description[b-v8nndernu4] {
    font-size: 0.875rem;
    color: #6b7280;
    line-height: 1.5;
    margin-bottom: 16px;
}

.config-section-stats[b-v8nndernu4] {
    display: flex;
    gap: 16px;
    font-size: 0.875rem;
    color: #9ca3af;
}

.config-stat[b-v8nndernu4] {
    display: flex;
    align-items: center;
    gap: 6px;
}

.config-stat-icon[b-v8nndernu4] {
    font-size: 0.875rem;
    color: #06b6d4;
}

/* Settings Table */
.settings-table[b-v8nndernu4] {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 24px;
}

.settings-table-header[b-v8nndernu4] {
    background: linear-gradient(135deg, #f9fafb, #f3f4f6);
    padding: 16px 20px;
    border-bottom: 1px solid #e5e7eb;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.settings-table-title[b-v8nndernu4] {
    font-size: 1rem;
    font-weight: 600;
    color: #111827;
}

.settings-table-body[b-v8nndernu4] {
    padding: 20px;
}

.setting-item[b-v8nndernu4] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
    border-radius: 8px;
    margin-bottom: 12px;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    transition: all 0.2s ease;
}

.setting-item:hover[b-v8nndernu4] {
    background: #f3f4f6;
    border-color: #d1d5db;
}

.setting-info[b-v8nndernu4] {
    flex: 1;
}

.setting-label[b-v8nndernu4] {
    font-size: 0.875rem;
    font-weight: 600;
    color: #111827;
    margin-bottom: 4px;
}

.setting-description[b-v8nndernu4] {
    font-size: 0.75rem;
    color: #6b7280;
    line-height: 1.4;
}

.setting-value[b-v8nndernu4] {
    font-size: 0.875rem;
    color: #0891b2;
    font-weight: 500;
    padding: 6px 12px;
    background: #e0f2fe;
    border-radius: 6px;
    margin: 0 12px;
}

.setting-actions[b-v8nndernu4] {
    display: flex;
    gap: 8px;
}

/* Status Badge */
.status-badge[b-v8nndernu4] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 12px;
    border-radius: 6px;
    font-size: 0.75rem;
    font-weight: 600;
}

.status-badge.active[b-v8nndernu4] {
    background: #d1fae5;
    color: #065f46;
}

.status-badge.inactive[b-v8nndernu4] {
    background: #fee2e2;
    color: #991b1b;
}

.status-badge.warning[b-v8nndernu4] {
    background: #fef3c7;
    color: #92400e;
}

/* Configuration Form */
.config-form-grid[b-v8nndernu4] {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
}

.config-form-group[b-v8nndernu4] {
    margin-bottom: 16px;
}

.config-form-label[b-v8nndernu4] {
    display: block;
    font-size: 0.875rem;
    font-weight: 600;
    color: #374151;
    margin-bottom: 6px;
}

.config-form-label.required[b-v8nndernu4]::after {
    content: '*';
    color: #ef4444;
    margin-left: 4px;
}

.config-form-help[b-v8nndernu4] {
    display: block;
    font-size: 0.75rem;
    color: #6b7280;
    margin-top: 4px;
}

/* Tab Navigation */
.config-tabs[b-v8nndernu4] {
    display: flex;
    gap: 8px;
    margin-bottom: 24px;
    border-bottom: 2px solid #e5e7eb;
    overflow-x: auto;
    padding-bottom: 0;
}

.config-tab[b-v8nndernu4] {
    padding: 12px 20px;
    background: transparent;
    border: none;
    border-bottom: 3px solid transparent;
    color: #6b7280;
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    white-space: nowrap;
    position: relative;
    bottom: -2px;
}

.config-tab:hover[b-v8nndernu4] {
    color: #0891b2;
    background: #f0fdfa;
}

.config-tab.active[b-v8nndernu4] {
    color: #0891b2;
    border-bottom-color: #0891b2;
}

/* Alert Banner */
.config-alert[b-v8nndernu4] {
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
    border-left: 4px solid #f59e0b;
    padding: 16px 20px;
    border-radius: 8px;
    margin-bottom: 24px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.config-alert-icon[b-v8nndernu4] {
    color: #f59e0b;
    font-size: 20px;
    flex-shrink: 0;
    margin-top: 2px;
}

.config-alert-content[b-v8nndernu4] {
    flex: 1;
}

.config-alert-title[b-v8nndernu4] {
    font-weight: 600;
    color: #92400e;
    margin-bottom: 4px;
}

.config-alert-description[b-v8nndernu4] {
    font-size: 0.875rem;
    color: #78350f;
    line-height: 1.5;
}

/* Loading Overlay */
.loading-overlay[b-v8nndernu4] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.loading-spinner[b-v8nndernu4] {
    width: 64px;
    height: 64px;
    border: 4px solid #e5e7eb;
    border-top-color: #06b6d4;
    border-radius: 50%;
    animation: spin-b-v8nndernu4 1s linear infinite;
}

@keyframes spin-b-v8nndernu4 {
    to { transform: rotate(360deg); }
}

/* Error Display */
.error-banner[b-v8nndernu4] {
    background: linear-gradient(135deg, #fee2e2 0%, #fecaca 100%);
    border-left: 4px solid #ef4444;
    padding: 16px 20px;
    border-radius: 8px;
    margin-bottom: 24px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.error-icon[b-v8nndernu4] {
    color: #ef4444;
    font-size: 20px;
    flex-shrink: 0;
    margin-top: 2px;
}

.error-content[b-v8nndernu4] {
    flex: 1;
}

.error-title[b-v8nndernu4] {
    font-weight: 600;
    color: #991b1b;
    margin-bottom: 4px;
}

.error-message[b-v8nndernu4] {
    font-size: 0.875rem;
    color: #7f1d1d;
    line-height: 1.5;
}

/* Responsive Design */
@media (min-width: 768px) {
    .config-sections[b-v8nndernu4] {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .config-form-grid[b-v8nndernu4] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1200px) {
    .config-sections[b-v8nndernu4] {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 640px) {
    .page-container[b-v8nndernu4] {
        max-width: 100%;
        padding: 0 12px;
    }
    
    .page-actions[b-v8nndernu4] {
        flex-wrap: wrap;
        gap: 8px;
    }
}

.config-welcome-row[b-v8nndernu4] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.config-toolbar[b-v8nndernu4] {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
}

.config-import-btn[b-v8nndernu4] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.35);
    color: #fff;
    font-weight: 600;
    cursor: pointer;
}

.config-import-btn input[type="file"][b-v8nndernu4] {
    display: none;
}

.config-validation-banner[b-v8nndernu4] {
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
    border-left: 4px solid #f59e0b;
    padding: 12px 16px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.form-group[b-v8nndernu4] { margin-bottom: 20px; }
.form-label[b-v8nndernu4] { display: flex; align-items: center; gap: 8px; font-weight: 600; color: #0f172a; margin-bottom: 8px; font-size: 0.9375rem; }
.form-input[b-v8nndernu4], .form-select[b-v8nndernu4] { width: 100%; padding: 12px 16px; border: 2px solid #e2e8f0; border-radius: 10px; font-size: 0.9375rem; background: #fff; color: #0f172a; box-sizing: border-box; }
.form-input:focus[b-v8nndernu4], .form-select:focus[b-v8nndernu4] { outline: none; border-color: #0891b2; box-shadow: 0 0 0 3px rgba(8, 145, 178, 0.1); }
.form-toggle[b-v8nndernu4] { display: flex; align-items: center; gap: 12px; padding: 14px 18px; background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%); border: 2px solid #e2e8f0; border-radius: 10px; }
.payment-gateway-section[b-v8nndernu4] { margin-bottom: 28px; padding-bottom: 24px; border-bottom: 1px solid #e2e8f0; }
.gateway-section-title[b-v8nndernu4] { font-size: 1rem; font-weight: 700; color: #0f172a; margin: 0 0 16px; display: flex; align-items: center; gap: 10px; }
.test-result[b-v8nndernu4] { margin-top: 12px; padding: 12px 16px; border-radius: 8px; display: flex; align-items: center; gap: 10px; font-size: 0.875rem; }
.test-result.success[b-v8nndernu4] { background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%); border-left: 4px solid #10b981; color: #065f46; }
.test-result.error[b-v8nndernu4] { background: linear-gradient(135deg, #fee2e2 0%, #fecaca 100%); border-left: 4px solid #ef4444; color: #991b1b; }
.modal-info-banner[b-v8nndernu4] { margin-top: 16px; padding: 16px 18px; background: linear-gradient(135deg, #ecfeff 0%, #cffafe 100%); border-left: 4px solid #06b6d4; border-radius: 12px; display: flex; gap: 12px; align-items: flex-start; }
.maintenance-warning[b-v8nndernu4] { background: linear-gradient(135deg, #fee2e2 0%, #fecaca 100%); border-left-color: #ef4444; }
.status-badge.inactive[b-v8nndernu4] { background: #f3f4f6; color: #4b5563; }
/* _content/SchoolERP.Web/Components/Pages/Teacher/Schedule.razor.rz.scp.css */
.page-container[b-08dqlw9gwo] { margin: 0 auto; box-sizing: border-box; }
.muted[b-08dqlw9gwo] { color: #6b7280; }

.schedule-welcome[b-08dqlw9gwo] {
    background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
    border-radius: 16px;
    padding: 24px 32px;
    color: #ffffff;
    margin-bottom: 24px;
    box-shadow: 0 10px 40px rgba(139, 92, 246, 0.3);
}
.schedule-welcome h1[b-08dqlw9gwo] {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 0 8px 0;
}
.schedule-welcome p[b-08dqlw9gwo] {
    opacity: 0.9;
    margin: 0;
    font-size: 1rem;
}
.schedule-quick-stats[b-08dqlw9gwo] {
    display: flex;
    gap: 32px;
    margin-top: 20px;
    flex-wrap: wrap;
}
.schedule-quick-stat[b-08dqlw9gwo] {
    display: flex;
    flex-direction: column;
}
.schedule-quick-stat-value[b-08dqlw9gwo] {
    font-size: 1.5rem;
    font-weight: 700;
}
.schedule-quick-stat-label[b-08dqlw9gwo] {
    font-size: 0.875rem;
    opacity: 0.85;
}

.schedule-layout[b-08dqlw9gwo] {
    display: grid;
    grid-template-columns: 1fr 360px;
    gap: 24px;
    align-items: start;
}
@media (max-width: 1200px) {
    .schedule-layout[b-08dqlw9gwo] {
        grid-template-columns: 1fr;
    }
}

.section-card[b-08dqlw9gwo] {
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 6px 18px rgba(2, 6, 23, 0.06);
    overflow: hidden;
}
.section-header[b-08dqlw9gwo] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px;
    border-bottom: 1px solid #f1f5f9;
}
.section-title[b-08dqlw9gwo] {
    font-size: 1rem;
    font-weight: 700;
    color: #0f172a;
    display: flex;
    align-items: center;
    gap: 10px;
}
.section-title i[b-08dqlw9gwo] {
    color: #8b5cf6;
}
.section-body[b-08dqlw9gwo] {
    padding: 20px 24px;
}

.filter-chips[b-08dqlw9gwo] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
}
.filter-chip[b-08dqlw9gwo] {
    padding: 6px 12px;
    border-radius: 999px;
    border: 1px solid #e2e8f0;
    background: #fff;
    font-size: 0.8125rem;
    color: #64748b;
    cursor: pointer;
    transition: all 150ms ease;
}
.filter-chip:hover[b-08dqlw9gwo] {
    border-color: #cbd5e1;
    color: #0f172a;
}
.filter-chip.active[b-08dqlw9gwo] {
    background: #ede9fe;
    border-color: #8b5cf6;
    color: #6d28d9;
    font-weight: 600;
}

.export-menu[b-08dqlw9gwo] {
    position: relative;
    display: inline-flex;
}
.export-dropdown[b-08dqlw9gwo] {
    position: absolute;
    top: calc(100% + 6px);
    right: 0;
    min-width: 180px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.12);
    z-index: 20;
    overflow: hidden;
}
.export-option[b-08dqlw9gwo] {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    padding: 10px 14px;
    border: none;
    background: transparent;
    text-align: left;
    font-size: 0.875rem;
    color: #334155;
    cursor: pointer;
}
.export-option:hover[b-08dqlw9gwo] {
    background: #f8fafc;
}

.timetable-container[b-08dqlw9gwo] {
    overflow-x: auto;
}
.timetable-grid[b-08dqlw9gwo] {
    display: grid;
    gap: 1px;
    background: #e2e8f0;
    border-radius: 12px;
    overflow: hidden;
    min-width: 640px;
}
.timetable-cell[b-08dqlw9gwo] {
    background: #fff;
    padding: 12px;
    min-height: 80px;
    display: flex;
    flex-direction: column;
    position: relative;
}
.timetable-cell.header[b-08dqlw9gwo] {
    background: #f8fafc;
    font-weight: 700;
    color: #0f172a;
    justify-content: center;
    align-items: center;
    min-height: 50px;
    font-size: 0.875rem;
}
.timetable-cell.time[b-08dqlw9gwo] {
    background: #f8fafc;
    font-weight: 600;
    color: #64748b;
    justify-content: center;
    align-items: center;
    font-size: 0.8125rem;
}
.timetable-cell.empty[b-08dqlw9gwo] {
    background: #fafafa;
}
.timetable-cell.class-slot[b-08dqlw9gwo] {
    cursor: pointer;
    transition: all 150ms ease;
    border-left: 3px solid transparent;
}
.timetable-cell.class-slot:hover[b-08dqlw9gwo] {
    background: #f8fafc;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.timetable-cell.class-slot.current-now[b-08dqlw9gwo] {
    box-shadow: inset 0 0 0 2px #8b5cf6;
    background: linear-gradient(135deg, rgba(139, 92, 246, 0.12), rgba(139, 92, 246, 0.04));
}
.timetable-cell.class-slot.holiday-day[b-08dqlw9gwo] {
    opacity: 0.55;
}
.class-subject[b-08dqlw9gwo] {
    font-weight: 700;
    color: #0f172a;
    font-size: 0.875rem;
    margin-bottom: 4px;
}
.class-details[b-08dqlw9gwo] {
    font-size: 0.75rem;
    color: #6b7280;
    display: flex;
    align-items: center;
    gap: 4px;
}
.class-room[b-08dqlw9gwo] {
    margin-top: 4px;
    font-size: 0.75rem;
    color: #6b7280;
    display: flex;
    align-items: center;
    gap: 4px;
}
.override-badge[b-08dqlw9gwo] {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-top: 6px;
    padding: 2px 8px;
    border-radius: 999px;
    font-size: 0.6875rem;
    font-weight: 600;
    background: rgba(245, 158, 11, 0.15);
    color: #b45309;
}
.break-slot[b-08dqlw9gwo] {
    background: linear-gradient(135deg, #fef3c7, #fde68a) !important;
    border-left-color: #f59e0b !important;
    font-weight: 600;
    color: #92400e;
    justify-content: center;
    align-items: center;
}
.free-period[b-08dqlw9gwo] {
    background: #f8fafc !important;
    border-left-color: #cbd5e1 !important;
    font-size: 0.8125rem;
    color: #94a3b8;
    justify-content: center;
    align-items: center;
    font-style: italic;
}

.weekly-calendar[b-08dqlw9gwo] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.day-schedule[b-08dqlw9gwo] {
    background: #f8fafc;
    border-radius: 12px;
    padding: 16px;
    transition: all 150ms ease;
}
.day-schedule:hover[b-08dqlw9gwo] {
    background: #f1f5f9;
}
.day-schedule.today[b-08dqlw9gwo] {
    background: linear-gradient(135deg, #ede9fe, #ddd6fe);
    border: 2px solid #8b5cf6;
}
.day-schedule.holiday[b-08dqlw9gwo] {
    opacity: 0.65;
}
.day-header[b-08dqlw9gwo] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}
.day-name[b-08dqlw9gwo] {
    font-weight: 700;
    color: #0f172a;
    font-size: 1rem;
    display: flex;
    align-items: center;
    gap: 8px;
}
.day-date[b-08dqlw9gwo] {
    font-size: 0.8125rem;
    color: #6b7280;
}
.day-classes[b-08dqlw9gwo] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.class-item[b-08dqlw9gwo] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    background: #fff;
    border-radius: 10px;
    border-left: 3px solid #cbd5e1;
    transition: all 150ms ease;
    cursor: pointer;
}
.class-item:hover[b-08dqlw9gwo] {
    transform: translateX(4px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}
.class-item.current-now[b-08dqlw9gwo] {
    box-shadow: 0 0 0 2px rgba(139, 92, 246, 0.35);
}
.class-time-badge[b-08dqlw9gwo] {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 60px;
    padding: 8px;
    background: #f8fafc;
    border-radius: 8px;
}
.class-time-badge .time[b-08dqlw9gwo] {
    font-size: 0.875rem;
    font-weight: 700;
    color: #0f172a;
}
.class-time-badge .duration[b-08dqlw9gwo] {
    font-size: 0.6875rem;
    color: #6b7280;
}
.class-content[b-08dqlw9gwo] {
    flex: 1;
    min-width: 0;
}
.class-name[b-08dqlw9gwo] {
    font-weight: 700;
    color: #0f172a;
    font-size: 0.9375rem;
    margin-bottom: 4px;
}
.class-info[b-08dqlw9gwo] {
    font-size: 0.75rem;
    color: #6b7280;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}
.class-info span[b-08dqlw9gwo] {
    display: flex;
    align-items: center;
    gap: 4px;
}
.class-action-btn[b-08dqlw9gwo] {
    width: 32px;
    height: 32px;
    border: 1px solid #e2e8f0;
    background: #fff;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #64748b;
    font-size: 0.875rem;
    transition: all 150ms ease;
}
.class-action-btn:hover[b-08dqlw9gwo] {
    background: #f8fafc;
    border-color: #cbd5e1;
    color: #8b5cf6;
}

.mini-calendar[b-08dqlw9gwo] {
    background: #f8fafc;
    border-radius: 12px;
    padding: 16px;
}
.mini-calendar-header[b-08dqlw9gwo] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}
.mini-calendar-title[b-08dqlw9gwo] {
    font-weight: 700;
    font-size: 1rem;
    color: #0f172a;
}
.mini-calendar-nav[b-08dqlw9gwo] {
    display: flex;
    gap: 4px;
}
.mini-calendar-nav button[b-08dqlw9gwo] {
    width: 28px;
    height: 28px;
    border: none;
    background: #fff;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #64748b;
    transition: all 150ms ease;
}
.mini-calendar-nav button:hover[b-08dqlw9gwo] {
    background: #e2e8f0;
    color: #0f172a;
}
.mini-calendar-grid[b-08dqlw9gwo] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 4px;
}
.mini-calendar-weekday[b-08dqlw9gwo] {
    text-align: center;
    font-size: 0.75rem;
    font-weight: 600;
    color: #94a3b8;
    padding: 8px 0;
}
.mini-calendar-day[b-08dqlw9gwo] {
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.875rem;
    color: #334155;
    border-radius: 8px;
    cursor: pointer;
    position: relative;
    transition: all 150ms ease;
}
.mini-calendar-day:hover[b-08dqlw9gwo] {
    background: #e2e8f0;
}
.mini-calendar-day.today[b-08dqlw9gwo] {
    background: #8b5cf6;
    color: #fff;
    font-weight: 700;
}
.mini-calendar-day.other-month[b-08dqlw9gwo] {
    color: #cbd5e1;
}
.mini-calendar-day.non-working[b-08dqlw9gwo] {
    opacity: 0.45;
}
.mini-calendar-day.has-classes[b-08dqlw9gwo]::after {
    content: '';
    position: absolute;
    bottom: 3px;
    width: 4px;
    height: 4px;
    background: #f59e0b;
    border-radius: 50%;
}
.mini-calendar-day.today.has-classes[b-08dqlw9gwo]::after {
    background: #fff;
}

.quick-stats-grid[b-08dqlw9gwo] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-top: 16px;
}
.quick-stat-card[b-08dqlw9gwo] {
    padding: 14px;
    background: #f8fafc;
    border-radius: 10px;
    text-align: center;
}
.quick-stat-card .value[b-08dqlw9gwo] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #0f172a;
}
.quick-stat-card .label[b-08dqlw9gwo] {
    font-size: 0.75rem;
    color: #6b7280;
    margin-top: 2px;
}
.quick-stat-card.highlight[b-08dqlw9gwo] {
    background: linear-gradient(135deg, #ede9fe, #ddd6fe);
}
.quick-stat-card.highlight .value[b-08dqlw9gwo] {
    color: #6d28d9;
}

.view-toggle[b-08dqlw9gwo] {
    display: flex;
    gap: 6px;
    background: #f1f5f9;
    padding: 4px;
    border-radius: 10px;
    flex-wrap: wrap;
}
.view-toggle-btn[b-08dqlw9gwo] {
    padding: 8px 14px;
    border: none;
    background: transparent;
    border-radius: 8px;
    font-size: 0.875rem;
    font-weight: 500;
    color: #64748b;
    cursor: pointer;
    transition: all 150ms ease;
    display: flex;
    align-items: center;
    gap: 6px;
}
.view-toggle-btn:hover[b-08dqlw9gwo] {
    color: #0f172a;
}
.view-toggle-btn.active[b-08dqlw9gwo] {
    background: #fff;
    color: #0f172a;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.status-pill[b-08dqlw9gwo] {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 999px;
    font-weight: 600;
    font-size: 0.75rem;
}
.status-pill.status-good[b-08dqlw9gwo] { background: rgba(16, 185, 129, 0.12); color: #059669; }
.status-pill.status-warning[b-08dqlw9gwo] { background: rgba(251, 191, 36, 0.12); color: #d97706; }
.status-pill.status-danger[b-08dqlw9gwo] { background: rgba(239, 68, 68, 0.12); color: #dc2626; }
.status-pill.status-info[b-08dqlw9gwo] { background: rgba(14, 165, 233, 0.12); color: #0284c7; }
.status-pill.status-pending[b-08dqlw9gwo] { background: rgba(139, 92, 246, 0.12); color: #7c3aed; }

.upcoming-classes-list[b-08dqlw9gwo] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.upcoming-class-card[b-08dqlw9gwo] {
    padding: 14px;
    background: #f8fafc;
    border-radius: 10px;
    border-left: 3px solid #cbd5e1;
    transition: all 150ms ease;
    cursor: pointer;
}
.upcoming-class-card:hover[b-08dqlw9gwo] {
    background: #f1f5f9;
    transform: translateX(2px);
}
.upcoming-class-header[b-08dqlw9gwo] {
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-bottom: 8px;
}
.upcoming-class-title[b-08dqlw9gwo] {
    font-weight: 700;
    color: #0f172a;
    font-size: 0.9375rem;
}
.upcoming-class-time[b-08dqlw9gwo] {
    font-size: 0.8125rem;
    font-weight: 600;
    color: #8b5cf6;
}
.upcoming-class-details[b-08dqlw9gwo] {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    font-size: 0.75rem;
    color: #6b7280;
}
.upcoming-class-details span[b-08dqlw9gwo] {
    display: flex;
    align-items: center;
    gap: 4px;
}

.subject-legend[b-08dqlw9gwo] {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    padding: 16px;
    background: #f8fafc;
    border-radius: 10px;
    margin-top: 16px;
}
.legend-item[b-08dqlw9gwo] {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.8125rem;
    color: #64748b;
}
.legend-dot[b-08dqlw9gwo] {
    width: 12px;
    height: 12px;
    border-radius: 3px;
}

.sr-live[b-08dqlw9gwo] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

@media print {
    .page-actions[b-08dqlw9gwo],
    .view-toggle[b-08dqlw9gwo],
    .filter-chips[b-08dqlw9gwo],
    .export-menu[b-08dqlw9gwo] {
        display: none !important;
    }
}

/* Substitute request modal */
.substitute-modal[b-08dqlw9gwo] {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.substitute-modal__intro[b-08dqlw9gwo] {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 16px 18px;
    border-radius: 12px;
    background: linear-gradient(135deg, #f5f3ff 0%, #eef2ff 100%);
    border: 1px solid #e0e7ff;
}

.substitute-modal__intro-icon[b-08dqlw9gwo] {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: rgba(139, 92, 246, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #7c3aed;
    font-size: 1.25rem;
}

.substitute-modal__intro-title[b-08dqlw9gwo] {
    margin: 0 0 4px;
    font-size: 0.9375rem;
    font-weight: 700;
    color: #1e1b4b;
}

.substitute-modal__intro-text[b-08dqlw9gwo] {
    margin: 0 0 12px;
    font-size: 0.8125rem;
    color: #475569;
    line-height: 1.5;
}

.substitute-modal__chips[b-08dqlw9gwo] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.substitute-modal__chip[b-08dqlw9gwo] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 10px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid #ddd6fe;
    font-size: 0.75rem;
    font-weight: 600;
    color: #5b21b6;
}

.substitute-modal__chip i[b-08dqlw9gwo] {
    font-size: 0.875rem;
    color: #8b5cf6;
}

/* Form layout — self-contained (modal renders outside .nexus-dashboard) */
.substitute-modal__form[b-08dqlw9gwo] {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.substitute-modal__form-grid[b-08dqlw9gwo] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.substitute-modal__field[b-08dqlw9gwo] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-width: 0;
}

.substitute-modal__field :deep(.ds-dropdown)[b-08dqlw9gwo] {
    display: block;
    width: 100%;
}

.substitute-modal__field :deep(.ds-dropdown__header)[b-08dqlw9gwo] {
    width: 100%;
    min-width: 0;
}

.substitute-modal__label[b-08dqlw9gwo] {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.875rem;
    font-weight: 600;
    color: #334155;
    line-height: 1.4;
}

.substitute-modal__label i[b-08dqlw9gwo] {
    color: #8b5cf6;
    font-size: 1rem;
    flex-shrink: 0;
}

.substitute-modal__required[b-08dqlw9gwo] {
    color: #ef4444;
    font-weight: 700;
}

.substitute-modal__input[b-08dqlw9gwo] {
    width: 100%;
    box-sizing: border-box;
    padding: 11px 14px;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    font-size: 0.875rem;
    color: #0f172a;
    background: #fff;
    transition: border-color 150ms ease, box-shadow 150ms ease;
}

.substitute-modal__input:hover[b-08dqlw9gwo] {
    border-color: #cbd5e1;
}

.substitute-modal__input:focus[b-08dqlw9gwo] {
    outline: none;
    border-color: #8b5cf6;
    box-shadow: 0 0 0 3px rgba(139, 92, 246, 0.12);
}

.substitute-modal__input--warning[b-08dqlw9gwo] {
    border-color: #f59e0b;
    background: #fffbeb;
}

.substitute-modal__input--warning:focus[b-08dqlw9gwo] {
    border-color: #d97706;
    box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.15);
}

.substitute-modal__hint[b-08dqlw9gwo] {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    font-size: 0.75rem;
    color: #64748b;
    line-height: 1.45;
}

.substitute-modal__hint i[b-08dqlw9gwo] {
    font-size: 0.875rem;
    margin-top: 1px;
    flex-shrink: 0;
    color: #94a3b8;
}

.substitute-modal__hint--warning[b-08dqlw9gwo] {
    color: #b45309;
    font-weight: 500;
}

.substitute-modal__hint--warning i[b-08dqlw9gwo] {
    color: #f59e0b;
}

.substitute-modal__notes[b-08dqlw9gwo] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-top: 4px;
    border-top: 1px solid #f1f5f9;
}

.substitute-modal__optional[b-08dqlw9gwo] {
    margin-left: 6px;
    padding: 2px 8px;
    border-radius: 999px;
    background: #f1f5f9;
    font-size: 0.6875rem;
    font-weight: 600;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.substitute-modal__textarea[b-08dqlw9gwo] {
    width: 100%;
    box-sizing: border-box;
    min-height: 112px;
    padding: 12px 14px;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    font-size: 0.875rem;
    font-family: inherit;
    line-height: 1.55;
    color: #0f172a;
    background: #fff;
    resize: vertical;
    transition: border-color 150ms ease, box-shadow 150ms ease;
}

.substitute-modal__textarea[b-08dqlw9gwo]::placeholder {
    color: #94a3b8;
}

.substitute-modal__textarea:hover[b-08dqlw9gwo] {
    border-color: #cbd5e1;
}

.substitute-modal__textarea:focus[b-08dqlw9gwo] {
    outline: none;
    border-color: #8b5cf6;
    box-shadow: 0 0 0 3px rgba(139, 92, 246, 0.12);
}

.substitute-modal__char-count[b-08dqlw9gwo] {
    display: flex;
    justify-content: flex-end;
    font-size: 0.75rem;
    color: #94a3b8;
}

.substitute-modal__footer[b-08dqlw9gwo] {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
}

.substitute-modal__validation[b-08dqlw9gwo] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    border-radius: 8px;
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
    border-left: 4px solid #f59e0b;
}

.substitute-modal__validation i[b-08dqlw9gwo] {
    color: #f59e0b;
    font-size: 1.25rem;
    flex-shrink: 0;
}

.substitute-modal__validation p[b-08dqlw9gwo] {
    flex: 1;
    margin: 0;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #92400e;
}

.substitute-modal__validation-dismiss[b-08dqlw9gwo] {
    background: none;
    border: none;
    color: #92400e;
    cursor: pointer;
    padding: 4px;
    display: flex;
    align-items: center;
    border-radius: 6px;
    transition: background 150ms ease;
}

.substitute-modal__validation-dismiss:hover[b-08dqlw9gwo] {
    background: rgba(146, 64, 14, 0.08);
}

.substitute-modal__actions[b-08dqlw9gwo] {
    display: flex;
    gap: 12px;
    justify-content: flex-end;
    width: 100%;
}

@media (max-width: 640px) {
    .substitute-modal__form-grid[b-08dqlw9gwo] {
        grid-template-columns: 1fr;
    }

    .substitute-modal__actions[b-08dqlw9gwo] {
        flex-direction: column-reverse;
    }

    .substitute-modal__actions :deep(.ds-button)[b-08dqlw9gwo] {
        width: 100%;
        justify-content: center;
    }
}
/* _content/SchoolERP.Web/Components/Shared/ClassSectionMultiSelect.razor.rz.scp.css */
/* Multi-Select Dropdown Styles */
.multi-select-dropdown[b-f3pfzwgja7] {
    position: relative;
    width: 100%;
}

.multi-select-display[b-f3pfzwgja7] {
    width: 100%;
    padding: 10px 14px;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    background: #fff;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 150ms ease;
    min-height: 44px;
}

.multi-select-display:hover[b-f3pfzwgja7] {
    border-color: #f59e0b;
    background: #fffbeb;
}

.multi-select-display:focus[b-f3pfzwgja7] {
    outline: none;
    border-color: #f59e0b;
    box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.1);
}

.multi-select-text[b-f3pfzwgja7] {
    flex: 1;
    font-size: 0.9375rem;
}

.multi-select-options[b-f3pfzwgja7] {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    max-height: 400px;
    overflow-y: auto;
    z-index: 1000;
    animation: slideDown-b-f3pfzwgja7 0.2s ease-out;
}

@keyframes slideDown-b-f3pfzwgja7 {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.multi-select-option[b-f3pfzwgja7] {
    padding: 10px 14px;
    cursor: pointer;
    transition: all 150ms ease;
    user-select: none;
}

.multi-select-option:hover[b-f3pfzwgja7] {
    background: #f8fafc;
}

.select-all-option[b-f3pfzwgja7] {
    background: #fef3c7;
    font-weight: 600;
}

.select-all-option:hover[b-f3pfzwgja7] {
    background: #fde68a;
}

.multi-select-divider[b-f3pfzwgja7] {
    height: 1px;
    background: #e2e8f0;
    margin: 4px 0;
}

.checkbox-label[b-f3pfzwgja7] {
    display: flex;
    align-items: center;
    cursor: pointer;
    user-select: none;
    gap: 10px;
    width: 100%;
}

.checkbox-icon[b-f3pfzwgja7] {
    flex-shrink: 0;
    transition: all 150ms ease;
}

.checkbox-text[b-f3pfzwgja7] {
    flex: 1;
    font-size: 0.9375rem;
    color: #0f172a;
    display: flex;
    align-items: center;
    gap: 4px;
}

/* Nested Section Styles */
.class-header[b-f3pfzwgja7] {
    background: #f8fafc;
    border-left: 3px solid #f59e0b;
    font-weight: 500;
}

.class-header:hover[b-f3pfzwgja7] {
    background: #f1f5f9;
}

.nested-section[b-f3pfzwgja7] {
    padding-left: 24px;
    background: #ffffff;
    border-left: 2px solid #e2e8f0;
    margin-left: 12px;
}

.nested-section:hover[b-f3pfzwgja7] {
    background: #fefce8;
}

.expand-icon[b-f3pfzwgja7] {
    flex-shrink: 0;
    transition: transform 150ms ease;
}

/* _content/SchoolERP.Web/Components/Shared/FeatureFlagsPanel.razor.rz.scp.css */
.keyboard-shortcut-hint[b-5d0bl1mtg9] {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgba(30, 41, 59, 0.95);
    color: white;
    padding: 12px 16px;
    border-radius: 8px;
    font-size: 0.75rem;
    display: flex;
    gap: 12px;
    align-items: center;
    z-index: 1000;
    box-shadow: 0 10px 40px rgba(0,0,0,0.3);
    animation: fadeInHint-b-5d0bl1mtg9 0.3s ease forwards, fadeOutHint-b-5d0bl1mtg9 0.4s ease 5s forwards;
    pointer-events: auto;
}

@keyframes fadeInHint-b-5d0bl1mtg9 {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes fadeOutHint-b-5d0bl1mtg9 {
    to { opacity: 0; pointer-events: none; visibility: hidden; }
}

.shortcut-key[b-5d0bl1mtg9] {
    background: rgba(255, 255, 255, 0.15);
    padding: 2px 6px;
    border-radius: 4px;
    font-weight: 600;
    font-family: monospace;
}

.page-container[b-5d0bl1mtg9] { margin: 0 auto; box-sizing: border-box; }
.search-input[b-5d0bl1mtg9] { min-width: 0; max-width: 100%; box-sizing: border-box; }

@media (max-width: 640px) {
    .page-container[b-5d0bl1mtg9] { max-width: 100%; padding: 0 12px; }
    .page-actions[b-5d0bl1mtg9] { flex-wrap: wrap; gap: 8px; }
}

.sr-only[b-5d0bl1mtg9] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

.feature-welcome[b-5d0bl1mtg9] {
    background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
    border-radius: 16px;
    padding: 24px 32px;
    color: #ffffff;
    margin-bottom: 24px;
    box-shadow: 0 10px 40px rgba(139, 92, 246, 0.3);
    position: relative;
    overflow: hidden;
}

.feature-welcome[b-5d0bl1mtg9]::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
    border-radius: 50%;
}

.feature-welcome h1[b-5d0bl1mtg9] {
    font-size: 1.75rem;
    font-weight: 700;
    margin: 0 0 8px 0;
    position: relative;
    z-index: 1;
}

.feature-welcome p[b-5d0bl1mtg9] {
    opacity: 0.9;
    margin: 0;
    font-size: 1rem;
    position: relative;
    z-index: 1;
}

.feature-welcome-row[b-5d0bl1mtg9] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 20px;
    position: relative;
    z-index: 1;
}

.welcome-stats[b-5d0bl1mtg9] { display: flex; gap: 32px; flex-wrap: wrap; position: relative; z-index: 1; }
.welcome-stat[b-5d0bl1mtg9] { display: flex; flex-direction: column; cursor: pointer; }
.welcome-stat-value[b-5d0bl1mtg9] { font-size: 1.5rem; font-weight: 700; }
.welcome-stat-label[b-5d0bl1mtg9] { font-size: 0.875rem; opacity: 0.85; margin-top: 4px; }

.metrics-grid[b-5d0bl1mtg9] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-bottom: 24px;
}

@media (min-width: 768px) { .metrics-grid[b-5d0bl1mtg9] { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1200px) { .metrics-grid[b-5d0bl1mtg9] { grid-template-columns: repeat(5, 1fr); } }

.metric-card[b-5d0bl1mtg9] {
    background: #ffffff;
    border-radius: 12px;
    padding: 20px;
    border: 1px solid;
    transition: all 0.3s ease;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
    cursor: pointer;
}

.metric-card:hover[b-5d0bl1mtg9] {
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    transform: translateY(-2px);
}

.metric-icon[b-5d0bl1mtg9] {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    font-size: 1.25rem;
}

.metric-value[b-5d0bl1mtg9] { font-size: 1.75rem; font-weight: 700; line-height: 1; margin-bottom: 4px; }
.metric-label[b-5d0bl1mtg9] { font-size: 0.875rem; color: #6b7280; font-weight: 500; }
.metric-change[b-5d0bl1mtg9] { font-size: 0.75rem; font-weight: 600; margin-top: 8px; display: flex; align-items: center; gap: 4px; }

.categories-grid[b-5d0bl1mtg9] {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
    margin-bottom: 32px;
}

@media (min-width: 768px) { .categories-grid[b-5d0bl1mtg9] { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1200px) { .categories-grid[b-5d0bl1mtg9] { grid-template-columns: repeat(3, 1fr); } }

.category-card[b-5d0bl1mtg9] {
    background: #ffffff;
    border-radius: 16px;
    border: 2px solid #e2e8f0;
    transition: all 0.3s ease;
    overflow: hidden;
}

.category-card:hover[b-5d0bl1mtg9] {
    border-color: #8b5cf6;
    box-shadow: 0 10px 30px rgba(139, 92, 246, 0.2);
    transform: translateY(-4px);
}

.category-header[b-5d0bl1mtg9] {
    padding: 20px 24px;
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    border-bottom: 2px solid #e2e8f0;
    display: flex;
    align-items: center;
    gap: 12px;
}

.category-icon[b-5d0bl1mtg9] {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    flex-shrink: 0;
}

.category-info[b-5d0bl1mtg9] { flex: 1; }
.category-name[b-5d0bl1mtg9] { font-size: 1.125rem; font-weight: 700; margin: 0 0 4px 0; color: #1e293b; }
.category-description[b-5d0bl1mtg9] { font-size: 0.75rem; color: #64748b; margin: 0; }
.category-body[b-5d0bl1mtg9] { padding: 20px 24px; }

.feature-item[b-5d0bl1mtg9] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    background: #f8fafc;
    border-radius: 8px;
    margin-bottom: 8px;
    transition: all 0.2s ease;
}

.feature-item:hover[b-5d0bl1mtg9] { background: #f1f5f9; }
.feature-item:last-child[b-5d0bl1mtg9] { margin-bottom: 0; }
.feature-info[b-5d0bl1mtg9] { display: flex; align-items: center; gap: 12px; flex: 1; }
.feature-name[b-5d0bl1mtg9] { font-size: 0.875rem; font-weight: 600; color: #1e293b; }
.feature-actions[b-5d0bl1mtg9] { display: flex; gap: 8px; }

.toggle-switch[b-5d0bl1mtg9] {
    position: relative;
    width: 44px;
    height: 24px;
    background: #cbd5e1;
    border-radius: 12px;
    cursor: pointer;
    transition: background 0.3s ease;
    border: none;
    padding: 0;
}

.toggle-switch:hover:not(:disabled)[b-5d0bl1mtg9] { background: #94a3b8; }
.toggle-switch:disabled[b-5d0bl1mtg9] { cursor: not-allowed; opacity: 0.5; }
.toggle-switch.active[b-5d0bl1mtg9] { background: #10b981; }
.toggle-switch.active:hover:not(:disabled)[b-5d0bl1mtg9] { background: #059669; }

.toggle-switch[b-5d0bl1mtg9]::after {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 20px;
    height: 20px;
    background: white;
    border-radius: 50%;
    transition: transform 0.3s ease;
}

.toggle-switch.active[b-5d0bl1mtg9]::after { transform: translateX(20px); }
.toggle-switch:focus[b-5d0bl1mtg9] { outline: 2px solid #3b82f6; outline-offset: 2px; }

.action-btn[b-5d0bl1mtg9] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 18px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.875rem;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease;
}

.action-btn:disabled[b-5d0bl1mtg9] { cursor: not-allowed; opacity: 0.5; }
.action-btn:focus[b-5d0bl1mtg9] { outline: 2px solid #3b82f6; outline-offset: 2px; }
.action-btn-primary[b-5d0bl1mtg9] {
    background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
    color: white;
    box-shadow: 0 4px 12px rgba(139, 92, 246, 0.3);
}
.action-btn-primary:hover:not(:disabled)[b-5d0bl1mtg9] {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(139, 92, 246, 0.4);
}
.action-btn-secondary[b-5d0bl1mtg9] { background: white; color: #64748b; border: 1px solid #e2e8f0; }
.action-btn-secondary:hover:not(:disabled)[b-5d0bl1mtg9] { background: #f8fafc; border-color: #cbd5e1; }
.action-btn-edit[b-5d0bl1mtg9] { background: #f59e0b; color: white; border-color: #f59e0b; }
.action-btn-edit:hover:not(:disabled)[b-5d0bl1mtg9] { background: #d97706; border-color: #d97706; }

.table-container[b-5d0bl1mtg9] {
    background: white;
    border-radius: 12px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
    overflow: hidden;
    margin-top: 32px;
}

.table-header[b-5d0bl1mtg9] {
    padding: 20px 24px;
    border-bottom: 1px solid #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
}

.table-title[b-5d0bl1mtg9] { font-size: 1.125rem; font-weight: 600; color: #1e293b; margin: 0; }

.flag-badge[b-5d0bl1mtg9] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 600;
}

.flag-badge.beta[b-5d0bl1mtg9] { background: rgba(59,130,246,0.12); color: #2563eb; }
.flag-badge.experimental[b-5d0bl1mtg9] { background: rgba(245,158,11,0.12); color: #d97706; }
.flag-badge.stable[b-5d0bl1mtg9] { background: rgba(16,185,129,0.12); color: #059669; }
.flag-badge.deprecated[b-5d0bl1mtg9] { background: rgba(239,68,68,0.12); color: #dc2626; }

.bulk-bar[b-5d0bl1mtg9] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 24px;
    background: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
    flex-wrap: wrap;
}

.pagination-bar[b-5d0bl1mtg9] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 24px;
    border-top: 1px solid #e2e8f0;
    flex-wrap: wrap;
    gap: 12px;
}

.sortable-header[b-5d0bl1mtg9] {
    cursor: pointer;
    user-select: none;
}

.sortable-header:hover[b-5d0bl1mtg9] { color: #1e293b; }

.details-tabs[b-5d0bl1mtg9] {
    display: flex;
    gap: 8px;
    border-bottom: 2px solid #e2e8f0;
    margin-bottom: 16px;
}

.details-tab[b-5d0bl1mtg9] {
    padding: 10px 16px;
    background: none;
    border: none;
    border-bottom: 2px solid transparent;
    margin-bottom: -2px;
    cursor: pointer;
    font-weight: 600;
    font-size: 0.875rem;
    color: #64748b;
}

.details-tab.active[b-5d0bl1mtg9] {
    color: #8b5cf6;
    border-bottom-color: #8b5cf6;
}

.filter-banner[b-5d0bl1mtg9] {
    background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
    border-radius: 12px;
    padding: 16px 24px;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: white;
    box-shadow: 0 4px 6px rgba(139, 92, 246, 0.2);
}

.validation-banner-live[b-5d0bl1mtg9] { aria-live: polite; }
