.asistencia-page { max-width: 1200px; padding: 1.25rem 1rem 2.5rem; }
.ast-top { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 1rem; margin-bottom: 1rem; }
.ast-top h1 { margin: 0; font-size: 1.35rem; }
.ast-top p { margin: 0.2rem 0 0; color: #6b7280; font-size: 0.9rem; }
.ast-nav { display: flex; flex-wrap: wrap; gap: 0.65rem; font-size: 0.88rem; }
.ast-nav a { color: #0d9488; font-weight: 600; text-decoration: none; }
.ast-kpi { display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 0.5rem; margin-bottom: 1rem; }
.ast-kpi-item { text-align: center; padding: 0.75rem; background: #f0fdfa; border-radius: 10px; font-size: 0.8rem; font-weight: 600; color: #134e4a; }
.ast-kpi-item span { display: block; font-size: 1.5rem; font-weight: 800; }
.ast-bar { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-bottom: 1rem; padding: 0.65rem; background: #fff; border: 1px solid #e5e7eb; border-radius: 10px; align-items: flex-end; }
.ast-bar input, .ast-bar select { padding: 0.5rem; border: 1px solid #e5e7eb; border-radius: 8px; font: inherit; }
.ast-btn { padding: 0.5rem 1rem; background: #0d9488; color: #fff; border: none; border-radius: 8px; font-weight: 600; cursor: pointer; text-decoration: none; display: inline-block; }
.ast-btn-outline { background: #fff; color: #0d9488; border: 1px solid #0d9488; }
.module-back { margin: 0 0 0.35rem; font-size: 0.88rem; }
.module-back a { color: #0d9488; font-weight: 600; text-decoration: none; }
.ast-form label { display: block; margin-bottom: 1rem; font-weight: 600; color: #1f2937; }
.ast-form input, .ast-form select, .ast-form textarea { width: 100%; margin-top: 0.25rem; }
.ast-upload { border: 2px dashed #99f6e4; border-radius: 12px; padding: 1.5rem; text-align: center; background: #f0fdfa; margin-bottom: 1rem; }
.ast-upload input[type=file] { margin-top: 0.75rem; }
.asistencia-page table.ast-table thead th {
    background-color: #0f766e !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    font-weight: 700 !important;
}
.asistencia-page table.ast-table tbody td { color: #0f172a !important; }
.ast-table { width: 100%; border-collapse: collapse; font-size: 0.88rem; }
.ast-table td, .ast-table th { padding: 0.6rem 0.5rem; border-bottom: 1px solid #e5e7eb; vertical-align: top; }
.ast-muted { color: #6b7280; font-size: 0.85rem; }
.ast-example { overflow: auto; background: #f8fafc; padding: 1rem; border-radius: 8px; }
