.child-form-grid{display:grid;grid-template-columns:1.5fr 1fr auto;gap:14px;align-items:end}.child-form-grid label{display:block;font-size:13px;font-weight:750}.child-form-grid input{display:block;width:100%;margin-top:7px;padding:12px;border:1px solid var(--line);border-radius:9px;background:#fbfaf7}.attendance-card{overflow:hidden}.attendance-head,.attendance-row{display:grid;grid-template-columns:1.5fr 1fr 1fr 80px;gap:14px;align-items:center;padding:16px 22px}.attendance-head{background:#eef2ed;font-size:10px;font-weight:800;letter-spacing:.1em;color:var(--muted)}.attendance-row{border-top:1px solid var(--line)}.attendance-row strong{font-size:14px}.attendance-options{display:flex;gap:8px}.attendance-choice{border:1px solid var(--line);background:white;border-radius:9px;padding:8px 12px;cursor:pointer;font-weight:700}.attendance-choice.present.active{background:#cfe3d8;border-color:#84af98}.attendance-choice.absent.active{background:#f1d7ce;border-color:#cb8b77}.delete-child{border:0;background:#f3e5df;color:#8d4f3b;border-radius:8px;padding:8px;cursor:pointer}.attendance-day-note{margin:0 0 18px}.attendance-day-note .no-class{background:#f3e8dc;border-radius:12px;padding:15px;color:#765f50}.attendance-empty{padding:30px;text-align:center;color:var(--muted)}.attendance-alerts{margin-bottom:24px}.alert-card{background:#fff3eb;border-left:5px solid #cf8066;border-radius:14px;padding:18px 22px;margin:10px 0}.alert-card strong{display:block;margin-bottom:5px}.alert-card p{margin:0;color:#75594d;font-size:13px}.alert-count{display:inline-grid;place-items:center;min-width:24px;height:24px;border-radius:20px;background:#cf8066;color:white;font-size:12px;margin-right:8px}@media(max-width:750px){.child-form-grid{grid-template-columns:1fr}.attendance-card{overflow:auto}.attendance-head,.attendance-row{min-width:620px}}
