:root{--ink:#202b49;--ink-soft:#44506e;--ink-faint:#8791a6;--paper:#f6f7f9;--surface:#fff;--line:#e3e7ec;--line-strong:#cdd4dc;--signal:#f5bd2a;--signal-soft:#fdf4dc;--go:#1f8a54;--go-soft:#e4f3ea;--stop:#c0392b;--stop-soft:#fbe9e7;--hold:#8a6d1e;--hold-soft:#f7efd6;--accent:#0d6ded;--accent-hover:#0a57bd;--radius:8px;--radius-sm:5px;--shadow:0 1px 2px #202b490f, 0 4px 12px #202b490a;color:var(--ink);background:var(--paper);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}*{box-sizing:border-box}body{min-height:100vh;margin:0}h1,h2,h3,h4{letter-spacing:-.01em;margin:0;font-weight:650}p{margin:0}button{cursor:pointer;background:0 0;border:none;font-family:inherit}input,select{color:var(--ink);background:var(--surface);border:1px solid var(--line-strong);border-radius:var(--radius-sm);width:100%;padding:.55rem .7rem;font-family:inherit;font-size:.9rem;transition:border-color .12s,box-shadow .12s}input:focus,select:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 3px #0d6ded24}label{color:var(--ink-soft);margin-bottom:.3rem;font-size:.78rem;font-weight:550;display:block}.btn{border-radius:var(--radius-sm);border:1px solid #0000;justify-content:center;align-items:center;gap:.4rem;padding:.55rem .95rem;font-size:.88rem;font-weight:550;transition:background .12s,border-color .12s,opacity .12s;display:inline-flex}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover{background:var(--accent-hover)}.btn-secondary{background:var(--surface);color:var(--ink);border-color:var(--line-strong)}.btn-secondary:hover{border-color:var(--ink-faint)}.btn-danger{background:var(--surface);color:var(--stop);border-color:var(--line-strong)}.btn-danger:hover{background:var(--stop-soft);border-color:var(--stop)}.btn-sm{padding:.35rem .65rem;font-size:.82rem}.btn:disabled{opacity:.5;cursor:not-allowed}.pill{white-space:nowrap;border-radius:999px;align-items:center;gap:.4rem;padding:.2rem .6rem;font-size:.76rem;font-weight:600;display:inline-flex}.pill:before{content:"";background:currentColor;border-radius:50%;width:7px;height:7px}.pill-running{background:var(--signal-soft);color:#9a6b00}.pill-not_running{background:var(--stop-soft);color:var(--stop)}.pill-maintenance{background:var(--hold-soft);color:var(--hold)}.muted{color:var(--ink-faint)}.card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}@media (prefers-reduced-motion:reduce){*{transition:none!important;animation:none!important}}.app-loading{min-height:100vh;color:var(--ink-faint);place-items:center;gap:1rem;font-size:.95rem;display:grid}.app-loading-error{color:var(--stop);text-align:center;padding:2rem}.form-field{margin-bottom:1.1rem}.form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.form-actions{justify-content:flex-end;gap:.7rem;margin-top:1.6rem;display:flex}.form-error{background:var(--stop-soft);color:var(--stop);border-radius:var(--radius-sm);border:1px solid #c0392b40;margin-bottom:1.2rem;padding:.6rem .8rem;font-size:.86rem}.form-hint{margin-top:.35rem;font-size:.82rem}textarea{color:var(--ink);background:var(--surface);border:1px solid var(--line-strong);border-radius:var(--radius-sm);resize:vertical;width:100%;padding:.55rem .7rem;font-family:inherit;font-size:.9rem;transition:border-color .12s,box-shadow .12s}textarea:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 3px #2f5ce01f}.coord-group{border:1px solid var(--line);border-radius:var(--radius-sm);margin-bottom:1.1rem;padding:.9rem 1rem .2rem}.coord-group-label{color:var(--ink-soft);margin-bottom:.7rem;font-size:.8rem;font-weight:600}.bulk-intro{margin-bottom:1.2rem;font-size:.9rem;line-height:1.5}.bulk-drop{border:1.5px dashed var(--line-strong);border-radius:var(--radius);cursor:pointer;text-align:center;flex-direction:column;align-items:center;gap:.4rem;padding:2rem;transition:border-color .12s,background .12s;display:flex}.bulk-drop:hover{border-color:var(--accent);background:#2f5ce008}.bulk-drop-icon{color:var(--ink-faint);font-size:1.6rem}.bulk-drop-text{font-size:.95rem}.bulk-drop-hint{font-size:.8rem}.bulk-columns{margin:1.2rem 0 .5rem}.bulk-columns-label{margin-bottom:.4rem;font-size:.78rem;font-weight:600}.bulk-columns code{background:var(--paper);border:1px solid var(--line);border-radius:var(--radius-sm);color:var(--ink-soft);word-break:break-word;padding:.6rem .7rem;font-size:.8rem;display:block}.notify-intro{margin-bottom:1.2rem;font-size:.88rem}.notify-sent{margin-bottom:.5rem;font-size:.95rem;line-height:1.5}.confirm-body{align-items:flex-start;gap:1rem;margin-bottom:.5rem;display:flex}.confirm-icon{border-radius:11px;flex-shrink:0;place-items:center;width:44px;height:44px;display:grid}.confirm-icon-danger{background:var(--stop-soft);color:var(--stop)}.confirm-icon-default{background:var(--signal-soft);color:#9a6b00}.confirm-message{color:var(--ink-soft);padding-top:.2rem;font-size:.95rem;line-height:1.55}.confirm-actions{margin-top:1.4rem}.confirm-extra{background:var(--accent-soft,#eaf1fe);width:100%;color:var(--accent);border:1px solid #0d6ded47;margin-top:.4rem;font-weight:600}.confirm-extra:hover{border-color:var(--accent);background:#dfeafe}.btn-danger-solid{background:var(--stop);color:#fff}.btn-danger-solid:hover{background:#a5321f}.btn-danger-solid:disabled{opacity:.45;cursor:not-allowed}.migrate-list-head{justify-content:space-between;align-items:center;margin:1.1rem 0 .5rem;font-size:.82rem;display:flex}.linklike{color:var(--accent);background:0 0;padding:0;font-size:.82rem;font-weight:600}.linklike:hover{text-decoration:underline}.migrate-list{border:1px solid var(--line);border-radius:var(--radius-sm);max-height:280px;overflow-y:auto}.migrate-row{border-bottom:1px solid var(--line);cursor:pointer;align-items:center;gap:.7rem;margin:0;padding:.6rem .8rem;font-size:.9rem;display:flex}.migrate-row:last-child{border-bottom:none}.migrate-row:hover{background:var(--paper)}.migrate-row input{width:auto}.migrate-name{flex:1;font-weight:550}.btn svg{display:block}.photo-field{border:1px solid var(--line);border-radius:var(--radius-sm);align-items:center;gap:1rem;margin-bottom:1.1rem;padding:1rem;display:flex}.photo-preview{background:#eaf1fe;border-radius:50%;flex-shrink:0;place-items:center;width:64px;height:64px;display:grid;overflow:hidden}.photo-preview img{object-fit:cover;width:100%;height:100%}.photo-initial{color:var(--accent);font-size:1.5rem;font-weight:650}.photo-actions{flex:1}.photo-label{color:var(--ink-soft);margin-bottom:.5rem;font-size:.82rem;font-weight:600}.photo-buttons{gap:.5rem;display:flex}.roster-avatar{background:#eaf1fe;border-radius:50%;flex-shrink:0;place-items:center;width:34px;height:34px;display:grid;overflow:hidden}.roster-avatar img{object-fit:cover;width:100%;height:100%}.roster-avatar-initial{color:var(--accent);font-size:.9rem;font-weight:650}.roster-name-cell{align-items:center;gap:.7rem;display:flex}.login-shell{grid-template-columns:1.1fr 1fr;min-height:100vh;display:grid}.login-brand{background:var(--ink);color:#fff;flex-direction:column;justify-content:space-between;padding:3rem;display:flex;position:relative;overflow:hidden}.login-brand:after{content:"";pointer-events:none;background-image:radial-gradient(circle at 20% 30%,#f5bd2a33,#0000 40%),radial-gradient(circle at 80% 75%,#0d6ded33,#0000 42%);position:absolute;inset:0}.login-brand-inner{z-index:1;max-width:32ch;margin-top:2rem;position:relative}.login-logo{background:#fff;border-radius:12px;width:260px;max-width:100%;height:auto;margin-bottom:1.8rem;padding:14px 18px}.login-brand-title{margin-bottom:.9rem;font-size:1.9rem;line-height:1.15}.login-brand-sub{color:#ffffffb8;font-size:1rem;line-height:1.55}.login-brand-foot{z-index:1;color:#ffffff80;font-size:.8rem;position:relative}.login-form-side{place-items:center;padding:2rem;display:grid}.login-form{width:100%;max-width:360px}.login-form h2{margin-bottom:.35rem;font-size:1.5rem}.login-form-hint{margin-bottom:1.8rem;font-size:.9rem}.login-field{margin-bottom:1.1rem}.login-submit{width:100%;margin-top:.5rem;padding:.7rem}.login-error{background:var(--stop-soft);color:var(--stop);border-radius:var(--radius-sm);border:1px solid #c0392b40;margin-bottom:1.2rem;padding:.6rem .8rem;font-size:.86rem}@media (width<=820px){.login-shell{grid-template-columns:1fr}.login-brand{min-height:240px;padding:2rem}.login-brand-inner{margin-top:0}}.layout{grid-template-columns:236px 1fr;min-height:100vh;display:grid}.sidebar{background:var(--ink);color:#fff;flex-direction:column;height:100vh;padding:1.4rem 1rem;display:flex;position:sticky;top:0}.sidebar-brand{align-items:center;padding:0 .5rem 1.4rem;display:flex}.sidebar-logo{background:#fff;border-radius:9px;width:100%;max-width:170px;height:auto;padding:8px 12px}.sidebar-nav{flex-direction:column;flex:1;gap:.25rem;display:flex}.sidebar-nav-item{border-radius:var(--radius-sm);color:#ffffffb8;text-align:left;background:0 0;align-items:center;gap:.6rem;width:100%;padding:.6rem .7rem;font-size:.9rem;font-weight:550;transition:background .12s,color .12s;display:flex}.sidebar-nav-item:hover{color:#fff;background:#ffffff0f}.sidebar-nav-item.active{color:#fff;background:#ffffff1f}.sidebar-foot{border-top:1px solid #ffffff1a;padding-top:1rem}.sidebar-school{font-size:.92rem;font-weight:600}.sidebar-user{color:#ffffff80;margin-top:.15rem;font-size:.8rem}.sidebar-signout{color:#fff;background:#ffffff0f;border-color:#ffffff29;width:100%;margin-top:.9rem}.sidebar-signout:hover{background:#ffffff1a;border-color:#fff6}.content{width:100%;max-width:1200px;padding:2rem 2.4rem}@media (width<=720px){.layout{grid-template-columns:1fr}.sidebar{flex-direction:row;align-items:center;height:auto;padding:.8rem 1rem;position:static}.sidebar-brand{padding:0}.sidebar-nav{display:none}.sidebar-foot{border-top:none;align-items:center;gap:.8rem;margin-left:auto;padding-top:0;display:flex}.sidebar-signout{width:auto;margin-top:0}.content{padding:1.2rem}}.modal-overlay{z-index:50;background:#16202c73;place-items:center;padding:1.5rem;display:grid;position:fixed;inset:0}.modal{width:100%;max-height:90vh;animation:.14s modal-in;overflow-y:auto}@keyframes modal-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.modal-head{border-bottom:1px solid var(--line);background:var(--surface);justify-content:space-between;align-items:center;padding:1.1rem 1.4rem;display:flex;position:sticky;top:0}.modal-head h3{font-size:1.1rem}.modal-close{color:var(--ink-faint);padding:0 .3rem;font-size:1.5rem;line-height:1}.modal-close:hover{color:var(--ink)}.modal-body{padding:1.4rem}@media (prefers-reduced-motion:reduce){.modal{animation:none}}.page-head{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.8rem;display:flex}.page-head h1{margin-bottom:.25rem;font-size:1.5rem}.page-head p{font-size:.92rem}.page-error{background:var(--stop-soft);color:var(--stop);border-radius:var(--radius-sm);border:1px solid #c0392b40;margin-bottom:1.2rem;padding:.7rem .9rem;font-size:.88rem}.loading-row{padding:2rem 0}.summary-strip{grid-template-columns:1.15fr 1fr;gap:1rem;margin-bottom:2rem;display:grid}.summary-cards{grid-template-columns:1fr 1fr;gap:.8rem;display:grid}.summary-card{align-items:center;gap:.8rem;padding:1rem 1.1rem;display:flex}.summary-icon{border-radius:10px;flex-shrink:0;place-items:center;width:40px;height:40px;display:grid}.summary-accent .summary-icon{color:var(--accent);background:#eaf1fe}.summary-signal .summary-icon{background:var(--signal-soft);color:#9a6b00}.summary-ink .summary-icon{color:var(--ink);background:#eef0f4}.summary-go .summary-icon{background:var(--go-soft);color:var(--go)}.summary-text{flex-direction:column;display:flex}.summary-value{color:var(--ink);font-size:1.5rem;font-weight:700;line-height:1}.summary-label{color:var(--ink-faint);margin-top:.2rem;font-size:.8rem}.summary-chart{flex-direction:column;padding:1rem 1.1rem .6rem;display:flex}.summary-chart-head{color:var(--ink-soft);margin-bottom:.6rem;font-size:.82rem;font-weight:600}.empty-state{text-align:center;padding:3rem 2rem}.empty-icon{width:56px;height:56px;color:var(--accent);background:#eaf1fe;border-radius:14px;place-items:center;margin:0 auto 1rem;display:grid}.empty-icon svg{width:26px;height:26px}.empty-state h3{margin-bottom:.4rem}.empty-state p{margin-bottom:1.2rem}.bus-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1rem;display:grid}.bus-card{text-align:left;flex-direction:column;gap:1.1rem;padding:1.2rem;transition:border-color .14s,transform .1s,box-shadow .14s;display:flex}.bus-card:hover{border-color:#0d6ded4d;transform:translateY(-2px);box-shadow:0 4px 16px #202b4917}.bus-card-top{justify-content:space-between;align-items:center;display:flex}.bus-card-id{align-items:center;gap:.6rem;display:flex}.bus-card-icon{width:34px;height:34px;color:var(--accent);background:#eaf1fe;border-radius:9px;place-items:center;display:grid}.bus-card-icon svg{width:18px;height:18px}.bus-number{font-size:1.1rem;font-weight:650}.bus-card-stats{gap:1.6rem;display:flex}.bus-card-stats>div{flex-direction:column;display:flex}.stat-num{font-size:1.3rem;font-weight:650;line-height:1}.stat-label{margin-top:.25rem;font-size:.75rem}.capacity-bar{background:var(--line);border-radius:999px;height:6px;overflow:hidden}.capacity-fill{background:var(--accent);border-radius:999px;height:100%;transition:width .3s}@media (width<=900px){.summary-strip{grid-template-columns:1fr}}@media (width<=520px){.summary-cards{grid-template-columns:1fr 1fr}}.back-btn{margin-bottom:1.4rem}.detail-head{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.6rem;display:flex}.detail-head-main{align-items:center;gap:.8rem;display:flex}.detail-head-main h1{font-size:1.6rem}.detail-head-actions{gap:.6rem;display:flex}.detail-stats{grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:2rem;display:grid}.detail-stat{flex-direction:column;gap:.35rem;padding:1.2rem 1.3rem;display:flex}.detail-stat .stat-num{font-size:1.8rem;font-weight:650;line-height:1}.stat-of{color:var(--ink-faint);font-size:1.1rem;font-weight:550}.detail-stat .stat-label{font-size:.82rem}.roster-head{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.roster-head h2{font-size:1.15rem}.roster-actions{gap:.6rem;display:flex}.roster-table{overflow:hidden}.roster-row{border-bottom:1px solid var(--line);grid-template-columns:2fr 1.3fr .8fr .8fr auto;align-items:center;gap:1rem;padding:.85rem 1.2rem;font-size:.9rem;display:grid}.roster-row:last-child{border-bottom:none}.roster-row-head{color:var(--ink-faint);background:var(--paper);font-size:.76rem;font-weight:600}.roster-name{font-weight:550}.roster-row-actions{justify-content:flex-end;gap:.4rem;display:flex}.set-dot{background:var(--line-strong);border-radius:50%;width:9px;height:9px;display:inline-block}.set-dot-ok{background:var(--go)}@media (width<=720px){.detail-stats{grid-template-columns:1fr}.roster-row{grid-template-columns:1fr auto}.roster-row span:nth-child(2),.roster-row span:nth-child(3),.roster-row span:nth-child(4){display:none}}.students-search{max-width:420px;margin-bottom:1.2rem}.students-table{overflow:hidden}.students-row{border-bottom:1px solid var(--line);grid-template-columns:2fr 1.2fr 1fr auto;align-items:center;gap:1rem;padding:.7rem 1.2rem;font-size:.9rem;display:grid}.students-row:last-child{border-bottom:none}.students-row-head{color:var(--ink-faint);background:var(--paper);font-size:.76rem;font-weight:600}.students-name-cell{align-items:center;gap:.7rem;display:flex}.students-row-actions{justify-content:flex-end;gap:.4rem;display:flex}.bus-tag{color:var(--accent);background:#eaf1fe;border-radius:999px;align-items:center;padding:.2rem .6rem;font-size:.78rem;font-weight:600;display:inline-flex}.bus-tag-free{background:var(--paper);color:var(--ink-faint)}@media (width<=720px){.students-row{grid-template-columns:1.6fr auto}.students-row span:nth-child(2),.students-row span:nth-child(3){display:none}}
