body { font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, sans-serif; }
.bg-soft-teal { background: #ecfdf5 !important; }
.bg-brand { background: #0f766e !important; }
.text-brand { color: #0f766e !important; }
.btn-brand { background: #0f766e; color: #fff; border-color: #0f766e; }
.btn-brand:hover { background: #115e59; border-color: #115e59; color: #fff; }
.btn-outline-brand { border-color: #0f766e; color: #0f766e; }
.btn-outline-brand:hover { background: #0f766e; color: #fff; }
.admin-menu .list-group-item { 
    border: 0; 
    padding: 0.95rem 1.25rem; 
    background: transparent !important; 
    color: #475569 !important;
    transition: all 0.2s;
}
.admin-menu .list-group-item:hover { background: #d1fae5 !important; color: #0f766e !important; }
.admin-menu .list-group-item.active { background: #0f766e !important; color: #fff !important; font-weight: 600; }
.admin-menu .list-group-item.active i { color: #fff !important; }
.info-box { background: #f0fdfa; border-radius: 1rem; padding: 1rem; display: flex; flex-direction: column; gap: .25rem; }
.card { overflow: hidden; }

/* Non-card tables */
.table-flat { 
    border-top: 1px solid #e2e8f0; 
}
.table-flat thead th {
    background: #f8fafc;
    border-bottom: 1px solid #e2e8f0 !important;
}
