.school-dashboard{display:flex;flex-direction:column;gap:1.5rem}.dashboard-header{margin-bottom:.5rem}.dashboard-header h2{margin:0;font-size:1.5rem;font-weight:700;color:#1e293b}.dashboard-subtitle{margin:.25rem 0 0;font-size:.95rem;color:#64748b}.dashboard-stats{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1rem}.stat-card{background:#fff;border-radius:12px;padding:1.25rem;box-shadow:0 1px 3px #00000014;border:1px solid #e2e8f0;display:flex;align-items:center;gap:1rem;transition:box-shadow .2s,transform .2s}.stat-card:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-1px)}.stat-icon{font-size:2rem;width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:color-mix(in srgb,var(--stat-color, #3b82f6) 15%,transparent);border-radius:10px}.stat-content{display:flex;flex-direction:column;gap:.25rem}.stat-value{font-size:1.5rem;font-weight:700;color:#1e293b;line-height:1.2}.stat-label{font-size:.8rem;color:#64748b;font-weight:500}.dashboard-quick-links h3{margin:0;font-size:1rem;font-weight:600;color:#334155}.group-card{transition:box-shadow .2s}.group-card:hover{box-shadow:0 8px 48px #0f172a1a}.table-container{overflow-x:auto}.select{width:100%;padding:.65rem 1rem;border:1px solid #e2e8f0;border-radius:.75rem;font-size:.875rem;background:#fff;color:#0f172a;font-family:inherit}.select:focus{outline:none;border-color:#0b1c65;box-shadow:0 0 0 3px #0b1c651a}.children-list{display:flex;flex-direction:column;gap:.75rem;max-height:600px;overflow-y:auto}.child-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem;border:1px solid #e2e8f0;border-radius:.5rem;cursor:pointer;transition:all .2s}.child-item:hover{background:#f8fafc;border-color:#0b1c65}.child-item.selected{background:#eff6ff;border-color:#0b1c65;box-shadow:0 0 0 2px #0b1c651a}.suggestions-list{display:flex;flex-direction:column;gap:.75rem;max-height:400px;overflow-y:auto}.suggestion-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem;border:1px solid #e2e8f0;border-radius:.5rem;background:#f8fafc}.suggestion-item.disabled{opacity:.6;background:#f1f5f9}.btn-small{padding:.4rem .75rem;font-size:.875rem}.input{width:100%;padding:.65rem 1rem;border:1px solid #e2e8f0;border-radius:.75rem;font-size:.875rem;background:#fff;color:#0f172a;font-family:inherit}.input:focus{outline:none;border-color:#0b1c65;box-shadow:0 0 0 3px #0b1c651a}.stat-card{padding:1rem;border-radius:.75rem;border:1px solid #e2e8f0;background:#fff}.stat-card-danger{border-color:#fecaca;background:#fef2f2}.stat-card-warning{border-color:#fed7aa;background:#fffbeb}.stat-card-info{border-color:#bfdbfe;background:#eff6ff}.stat-card-success{border-color:#bbf7d0;background:#f0fdf4}.alert-card{transition:box-shadow .2s}.alert-card:hover{box-shadow:0 8px 48px #0f172a1a}.alert-high{border-left:4px solid #dc2626}.alert-medium{border-left:4px solid #f59e0b}.alert-low{border-left:4px solid #0284c7}.badge-red{color:#991b1b;background:#fee2e2}.badge-blue{color:#0c4a6e;background:#dbeafe}.badge-high{color:#991b1b;background:#fee2e2}.badge-medium{color:#b45309;background:#fef3c7}.badge-low{color:#0c4a6e;background:#dbeafe}.capacity-box{background:#f8fafc;padding:.75rem;border-radius:.5rem;border:1px solid #e2e8f0}.suggestion-card{transition:box-shadow .2s}.suggestion-card:hover{box-shadow:0 8px 48px #0f172a1a}.badge-gray{color:#475569;background:#f1f5f9}.login-container{display:flex;justify-content:center;align-items:center;min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);padding:20px}.login-card{background:#fff;border-radius:12px;padding:40px;box-shadow:0 10px 40px #0000001a;width:100%;max-width:400px}.login-card h1{margin:0 0 8px;color:#333;font-size:28px}.login-card p{margin:0 0 32px;color:#666;font-size:14px}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:8px;color:#333;font-weight:500;font-size:14px}.form-group input{width:100%;padding:12px;border:1px solid #ddd;border-radius:8px;font-size:14px;box-sizing:border-box}.form-group input:focus{outline:none;border-color:#667eea}.error-message{background:#fee;color:#c33;padding:12px;border-radius:8px;margin-bottom:20px;font-size:14px}.login-button{width:100%;padding:14px;background:#667eea;color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:background .2s}.login-button:hover:not(:disabled){background:#5568d3}.login-button:disabled{opacity:.6;cursor:not-allowed}:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#0f172a;background-color:#f8fafc;line-height:1.5;font-weight:400}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:#f8fafc}button{font-family:inherit}.app-shell{min-height:100vh;display:flex;flex-direction:column}.app-header{background:#0f172a;color:#f8fafc;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.app-header h1{margin:0;font-size:1.5rem}.app-content{padding:2rem;flex:1}.card{background:#fff;border-radius:1rem;border:1px solid #e2e8f0;box-shadow:0 4px 32px #0f172a0d;padding:1.5rem}.table{width:100%;border-collapse:collapse}.table th,.table td{padding:.75rem;text-align:left;border-bottom:1px solid #e2e8f0}.table th{font-size:.85rem;text-transform:uppercase;letter-spacing:.05em;color:#64748b}.badge{display:inline-flex;align-items:center;gap:.25rem;padding:.15rem .6rem;border-radius:999px;font-size:.75rem;font-weight:600}.badge-green{color:#0f766e;background:#ccfbf1}.badge-amber{color:#b45309;background:#fef3c7}.btn{border:none;border-radius:.75rem;padding:.65rem 1rem;font-weight:600;cursor:pointer;transition:transform .12s ease,box-shadow .12s ease}.btn-primary{background:#0f172a;color:#fff}.btn-outline{background:#fff;border:1px solid #e2e8f0;color:#0f172a}.btn:disabled{opacity:.6;cursor:not-allowed}.btn+.btn{margin-left:.5rem}.view-tabs{display:inline-flex;padding:.25rem;border-radius:999px;border:1px solid #e2e8f0;margin-bottom:1rem;gap:.25rem}.view-tab{border:none;background:transparent;padding:.45rem 1rem;border-radius:999px;font-weight:600;cursor:pointer;color:#64748b}.view-tab.active{background:#0f172a;color:#fff;box-shadow:0 5px 20px #0f172a26}.drawer{position:fixed;top:0;right:0;width:420px;height:100vh;background:#fff;box-shadow:-12px 0 32px #0f172a26;display:flex;flex-direction:column;z-index:10;animation:slideIn .2s ease}.drawer-header{padding:1.5rem;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;align-items:center}.drawer-content{flex:1;overflow-y:auto;padding:1.5rem}.form-group{display:flex;flex-direction:column;margin-bottom:1rem;gap:.35rem}.form-group label{font-weight:600;font-size:.9rem;color:#0f172a}.form-group input,.form-group select,.form-group textarea{padding:.65rem .75rem;border-radius:.65rem;border:1px solid #e2e8f0;font-size:.95rem;transition:border-color .12s ease,box-shadow .12s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#0f172a;box-shadow:0 0 0 3px #0f172a14}.weekday-list{display:flex;flex-wrap:wrap;gap:.5rem}.weekday-pill{padding:.35rem .75rem;border-radius:999px;border:1px solid #e2e8f0;cursor:pointer;font-size:.85rem;transition:all .12s ease}.weekday-pill.active{background:#0f172a;color:#fff;border-color:#0f172a}.status-bar{margin-bottom:1rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.75rem}.status-message{font-size:.9rem;color:#0f172a}.status-message.error{color:#b91c1c}.status-message.success{color:#065f46}.empty-state{text-align:center;padding:3rem 1rem;color:#64748b}@keyframes slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}
