/* ESCHOOL V116 — minimal operational view for department heads */
.att-head-v116{max-width:1180px;margin:0 auto;padding:4px 0 32px;direction:rtl}
.att-head-v116 *{box-sizing:border-box}
.att-head-bar{display:flex;align-items:center;justify-content:space-between;gap:18px;background:#fff;border:1px solid #e2e8f0;border-radius:22px;padding:20px 22px;margin:0 0 14px;box-shadow:0 10px 28px #0f172a0d}
.att-head-eyebrow{display:block;color:#0f766e;font-size:12px;font-weight:900;margin-bottom:4px}.att-head-bar h1{margin:0;color:#12355b;font-size:30px;line-height:1.2}.att-head-bar p{margin:6px 0 0;color:#64748b;font-weight:700}.att-head-primary-actions{display:flex;gap:8px;flex-wrap:wrap}
.att-head-date-filter{display:flex;align-items:end;gap:10px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:18px;padding:12px 14px;margin-bottom:14px}.att-head-date-filter label{display:flex;flex-direction:column;gap:5px;font-weight:800;color:#334155}.att-head-date-filter input,.att-head-date-filter select{min-height:42px;border:1px solid #cbd5e1;border-radius:11px;padding:8px 10px;background:#fff;font-family:inherit;font-size:15px}
.att-head-section{background:#fff;border:1px solid #e2e8f0;border-radius:22px;padding:18px;margin-bottom:14px;box-shadow:0 10px 28px #0f172a0a}.att-head-section-title{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.att-head-section-title h2{margin:0;color:#12355b;font-size:22px}.att-head-section-title p{margin:4px 0 0;color:#64748b;font-size:13px}
.att-head-rows{display:grid;gap:9px}.att-head-row{display:grid;grid-template-columns:minmax(190px,.7fr) minmax(0,1.8fr);gap:14px;align-items:center;border:1px solid #e2e8f0;border-radius:16px;padding:12px 14px;background:#fff}.att-head-person strong{display:block;color:#0f172a;font-size:16px}.att-head-person span{display:block;color:#64748b;font-size:12px;margin-top:3px}.att-head-status-form{display:grid;grid-template-columns:minmax(150px,.9fr) 120px minmax(160px,1.2fr) auto;gap:8px;align-items:end}.att-head-status-form label{display:flex;flex-direction:column;gap:4px;font-size:11px;font-weight:900;color:#64748b}.att-head-status-form select,.att-head-status-form input{width:100%;min-width:0;min-height:40px;border:1px solid #cbd5e1;border-radius:10px;padding:7px 9px;background:#fff;font-family:inherit;font-size:14px}.att-head-status-form button{min-height:40px}
.att-head-employee-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.att-head-employee-card{display:flex;align-items:center;justify-content:space-between;gap:12px;border:1px solid #e2e8f0;border-radius:15px;padding:12px 13px;background:#f8fafc}.att-head-employee-card strong{display:block;color:#0f172a}.att-head-employee-card span{display:block;color:#64748b;font-size:12px;margin-top:3px}.att-head-employee-actions{display:flex;align-items:center;gap:6px;flex:0 0 auto}.att-head-employee-actions form{margin:0}.att-head-empty{text-align:center;padding:24px;color:#64748b;border:1px dashed #cbd5e1;border-radius:14px;background:#f8fafc}
@media(max-width:900px){.att-head-row{grid-template-columns:1fr}.att-head-status-form{grid-template-columns:1fr 1fr}.att-head-note{grid-column:1/-1}.att-head-status-form button{grid-column:1/-1}.att-head-employee-list{grid-template-columns:1fr}}
@media(max-width:820px){.att-head-v116{padding:0 0 24px}.att-head-bar{display:block;padding:15px;border-radius:18px}.att-head-bar h1{font-size:25px}.att-head-primary-actions{display:grid;grid-template-columns:1fr;margin-top:12px}.att-head-primary-actions .btn{width:100%;justify-content:center}.att-head-date-filter{display:grid;grid-template-columns:1fr;padding:11px}.att-head-date-filter input,.att-head-date-filter select,.att-head-date-filter .btn{width:100%;font-size:16px}.att-head-section{padding:12px;border-radius:18px}.att-head-section-title{align-items:flex-start}.att-head-section-title h2{font-size:20px}.att-head-row{padding:12px}.att-head-status-form{grid-template-columns:1fr}.att-head-note,.att-head-status-form button{grid-column:auto}.att-head-status-form select,.att-head-status-form input{font-size:16px;min-height:44px}.att-head-employee-card{align-items:flex-start;display:grid;grid-template-columns:1fr}.att-head-employee-actions{display:grid;grid-template-columns:1fr 1fr}.att-head-employee-actions .btn,.att-head-employee-actions button{width:100%;justify-content:center;min-height:40px}}
@media print{.att-head-v116 .no-print{display:none!important}.att-head-v116{max-width:none}.att-head-section{box-shadow:none;border-color:#aaa}.att-head-row{break-inside:avoid}}
