*{box-sizing:border-box}body{margin:0;font-family:system-ui,sans-serif;background:#0d1117;color:#fff}.enable-sound-screen{height:100vh;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:16px}.staff-login{height:100vh;display:flex;align-items:center;justify-content:center;background-color:#0d1117;background-size:cover;background-position:center;padding:16px}.staff-login-card{display:flex;flex-direction:column;align-items:center;gap:16px;background:#161b22eb;padding:40px 32px;border-radius:20px;box-shadow:0 12px 32px #0006;width:100%;max-width:320px}.staff-login-card .auth-logo{max-height:64px;max-width:100%}.staff-login-card input{padding:12px;border-radius:8px;border:1px solid #333;font-size:16px;width:100%;background:#0d1117;color:#fff}.enable-sound-screen button,.staff-login-card button{padding:18px 32px;font-size:20px;border-radius:12px;border:none;background:#1f6feb;color:#fff;cursor:pointer;width:100%}.enable-sound-screen button.secondary{background:#21262d;color:#8b949e;font-size:15px;padding:12px 24px}.error{color:#f85149}.call-board{padding:32px}.call-board-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.call-board-header h1{font-size:32px;margin:0}.board-subtitle{color:#8b949e;font-size:14px;margin:4px 0 0}.board-empty-hint{color:#8b949e;font-size:14px;background:#161b22;border-radius:10px;padding:14px 16px;margin-bottom:20px;max-width:560px}.call-board-header button.secondary{background:#21262d;color:#8b949e;padding:10px 20px;font-size:14px;font-weight:600;border-radius:8px;border:none;cursor:pointer}.board-stats{display:flex;flex-wrap:wrap;gap:10px;margin:0 0 24px}.stat-chip{display:inline-flex;align-items:center;gap:8px;padding:7px 16px 7px 8px;border-radius:999px;border:1px solid #30363D;background:#161b22;color:#c9d1d9;font-size:14px;font-weight:600;cursor:pointer}.stat-count{display:inline-block;min-width:28px;padding:2px 9px;border-radius:999px;background:#21262d;color:#c9d1d9;font-size:14px;font-weight:800;text-align:center}.stat-chip.is-active{border-color:#58a6ff;background:#0f2a4a;color:#fff}.stat-chip.has-items.stat-arrived .stat-count{background:#e5484d;color:#fff}.stat-chip.has-items.stat-notes .stat-count{background:#388bfd;color:#fff}.board-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px;align-items:start}.board-section-title{display:flex;align-items:center;gap:12px;margin:36px 0 16px;font-size:14px;font-weight:700;color:#8b949e;text-transform:uppercase;letter-spacing:.08em}.board-section-title:after{content:"";flex:1;height:1px;background:#30363d}.board-empty{color:#8b949e;font-size:18px}.student-card{position:relative;background:#161b22;border:2px solid transparent;border-radius:16px;padding:18px 18px 16px;text-align:center;color:#e6edf3}.sc-head{display:flex;flex-direction:column;align-items:center;gap:8px;margin-bottom:6px}.sc-avatar{width:76px;height:76px;border-radius:50%;object-fit:cover;flex-shrink:0}.sc-avatar-initials{display:flex;align-items:center;justify-content:center;background:#7f7f7f47;font-size:26px;font-weight:800}.sc-name{font-size:20px;font-weight:700;line-height:1.2}.sc-class{margin-top:2px;font-size:14px;opacity:.7}.sc-status{margin:8px 0 10px;font-size:28px;font-weight:800;color:#58a6ff}.sc-meta{display:flex;flex-direction:column;gap:2px;margin-bottom:8px;font-size:12px;opacity:.75}.sc-guardian{display:flex;flex-direction:column;gap:1px;margin-bottom:12px;font-size:11px;opacity:.7}.sc-actions{display:flex;flex-direction:column;gap:8px}.student-card button{padding:10px 18px;border:none;border-radius:8px;background:#238636;color:#fff;font-weight:600;cursor:pointer}.student-card button:disabled{cursor:default;opacity:.6}.student-card button.sc-ready{background:#ff8a00;font-size:12px;padding:8px 14px}.updated-badge{display:inline-block;margin-bottom:8px;padding:3px 10px;border-radius:999px;background:#1f6feb;color:#fff;font-size:11px;font-weight:700;animation:flash 1s ease-in-out infinite alternate}@keyframes flash{0%{opacity:1}to{opacity:.5}}.sc-note-badge{display:inline-block;margin-bottom:10px;padding:3px 10px;border-radius:999px;background:#388bfd;color:#fff;font-size:11px;font-weight:800;animation:flash 1s ease-in-out infinite alternate}.student-card.sc-ontime{background:#e6f9ec;color:#14532d}.sc-ontime .sc-status{color:#1f9d55}.student-card.sc-overdue{background:#fff7d6;color:#7a5b00}.sc-overdue .sc-status{color:#b98900}.student-card.sc-arrived{border-color:#e5484d;animation:pulse 1.2s infinite}.sc-arrived .sc-status{color:#ff7b72}@keyframes pulse{0%,to{box-shadow:0 0 #e5484d99}50%{box-shadow:0 0 0 12px #e5484d00}}.student-card.sc-noteonly{border-color:#388bfd}.student-card.sc-delivered,.student-card.is-done{background:#21262d;border-color:#30363d;color:#9aa4af;padding:12px 14px;text-align:left;animation:none}.student-card.sc-delivered.has-pending-note{border-color:#388bfd}.sc-delivered .sc-head,.is-done .sc-head{flex-direction:row;gap:12px;margin-bottom:4px}.sc-delivered .sc-avatar,.is-done .sc-avatar{width:44px;height:44px;font-size:16px;filter:grayscale(1);opacity:.8}.sc-delivered .sc-name,.is-done .sc-name{font-size:16px;color:#c9d1d9}.sc-delivered .sc-class,.is-done .sc-class{font-size:12px}.sc-delivered .sc-status,.is-done .sc-status{margin:6px 0 4px;font-size:13px;font-weight:700;letter-spacing:.06em;color:#8b949e}.sc-delivered .sc-meta,.is-done .sc-meta{flex-direction:row;flex-wrap:wrap;gap:4px 12px;margin-bottom:4px}.student-card button.sc-undo{margin-top:6px;padding:6px 16px;background:#30363d;color:#c9d1d9;font-size:12px}.sc-notes{margin-top:14px;padding-top:12px;border-top:1px solid rgba(127,127,127,.35);text-align:left}.sc-notes-title{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:8px;font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;opacity:.9}.sc-pill{padding:2px 9px;border-radius:999px;background:#388bfd;color:#fff;font-size:11px;letter-spacing:0;text-transform:none}.sc-pill-ok{background:#7f7f7f4d;color:inherit}.sc-notes-list{display:flex;flex-direction:column;gap:8px;max-height:220px;margin:0;padding:0 2px 0 0;list-style:none;overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(127,127,127,.55) transparent}.sc-note{padding:9px 11px;border-radius:10px;background:#7f7f7f24}.sc-note.is-pending{border-left:4px solid #388BFD;background:#388bfd29}.sc-note-text{margin:0 0 6px;font-size:14px;line-height:1.4;white-space:pre-wrap;overflow-wrap:anywhere}.sc-note.is-approved .sc-note-text{opacity:.8}.sc-note-meta{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:6px 10px;font-size:11px;opacity:.9}.sc-note-ok{color:#2ea043;font-weight:700}.is-done .sc-note-ok,.sc-delivered .sc-note-ok{color:#3fb950}.student-card button.sc-approve{padding:6px 16px;font-size:13px}.scan-error{margin-bottom:16px;color:#f85149;font-weight:600}.verify-box input{width:100%;margin-bottom:10px;padding:10px;border:1px solid #333;border-radius:8px;background:#0d1117;color:#fff;font-size:18px;text-align:center}.verify-actions{display:flex;gap:8px;justify-content:center}.verify-actions button{flex:1}@media (max-width: 600px){.call-board{padding:16px}.call-board-header h1{font-size:24px}.board-grid{grid-template-columns:1fr}}
