.attendance-panel{grid-column:1/-1}.attendance-weekdays{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;margin:14px 0 18px}.attendance-day{border:2px solid #dce5ef;background:#f7f9fc;border-radius:15px;padding:11px 8px;color:var(--ink);font-weight:850}.attendance-day span{display:inline-grid;place-items:center;width:22px;height:22px;border-radius:50%;background:#e7edf4;margin-right:4px}.attendance-day.selected{border-color:var(--green);background:var(--green-soft)}.attendance-day.selected span{background:var(--green);color:#fff}.attendance-extra{border-top:1px solid #edf0f5;padding-top:14px}.attendance-extra h4{margin:0 0 8px}.attendance-add{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.attendance-add input{border:2px solid #dce5ef;border-radius:13px;padding:10px;color:var(--ink);background:#fff}.attendance-date-list{display:grid;gap:7px;margin-top:10px}.attendance-date-list>div{display:flex;align-items:center;justify-content:space-between;gap:10px;background:#f7f9fc;border-radius:13px;padding:8px 10px;font-weight:750}.day-card.no-lunch-day{opacity:.72;background:#f7f9fc}.day-card.no-lunch-day .day-content{background:linear-gradient(180deg,#f7f9fc,#fff)}.attendance-off{display:flex;flex-direction:column;align-items:center;gap:4px}.attendance-off span{font-size:54px}.attendance-off small{color:var(--muted);font-weight:650}.packing-empty-family{background:#fff;border-radius:22px;padding:24px;text-align:center;box-shadow:var(--shadow);font-weight:800;color:var(--muted)}
@media(max-width:760px){.attendance-weekdays{grid-template-columns:repeat(5,1fr);gap:5px}.attendance-day{padding:9px 3px;font-size:12px}.attendance-day span{display:block;margin:0 auto 3px}}
