@keyframes dashboard-module__z0oO4G__fadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.dashboard-module__z0oO4G__page{padding:var(--space-xl);gap:var(--space-lg);flex-direction:column;display:flex}.dashboard-module__z0oO4G__welcome{background:var(--gradient-brand);border-radius:var(--radius-lg);padding:var(--space-lg)var(--space-xl);color:#fff;justify-content:space-between;align-items:center;gap:var(--space-md);box-shadow:0 18px 40px rgba(var(--primary-rgb),.18);display:flex}.dashboard-module__z0oO4G__welcome h2{margin-bottom:3px;font-size:20px;font-weight:700}.dashboard-module__z0oO4G__welcome p{opacity:.85;font-size:13px}.dashboard-module__z0oO4G__welcomeAlert{align-items:center;gap:var(--space-sm);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:var(--radius-md);white-space:nowrap;background:#ffffff26;padding:8px 16px;font-size:13px;font-weight:500;display:flex}.dashboard-module__z0oO4G__alertDot{background:#fbbf24;border-radius:50%;flex-shrink:0;width:8px;height:8px}.dashboard-module__z0oO4G__setupGuide{background:linear-gradient(180deg,rgba(var(--primary-rgb),.06),rgba(var(--primary-rgb),.02)),var(--bg-secondary);border-radius:var(--radius-lg);border:1px solid rgba(var(--primary-rgb),.18);margin-bottom:var(--space-lg);padding:40px}.dashboard-module__z0oO4G__setupGuide h3{margin-bottom:var(--space-md);color:var(--text-primary);font-size:18px}.dashboard-module__z0oO4G__setupGuide p{color:var(--text-muted);margin-bottom:var(--space-lg);font-size:14px;line-height:1.5}.dashboard-module__z0oO4G__setupGrid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;display:grid}.dashboard-module__z0oO4G__setupLink{text-decoration:none}.dashboard-module__z0oO4G__setupStep{padding:var(--space-lg);background:rgba(var(--primary-rgb),.07);border-radius:var(--radius-md);border:1px solid rgba(var(--primary-rgb),.22);transition:all var(--transition-fast);cursor:pointer;min-height:132px}.dashboard-module__z0oO4G__setupStep:hover{background:rgba(var(--primary-rgb),.11);border-color:rgba(var(--primary-soft-rgb),.42);box-shadow:0 16px 28px rgba(var(--primary-rgb),.14);transform:translateY(-2px)}.dashboard-module__z0oO4G__setupIcon{width:36px;height:36px;color:var(--primary-soft);background:rgba(var(--primary-soft-rgb),.1);border-radius:var(--radius-sm);justify-content:center;align-items:center;margin-bottom:12px;display:flex}.dashboard-module__z0oO4G__setupStep h4{color:var(--text-primary);margin:0 0 8px;font-size:15px}.dashboard-module__z0oO4G__setupStep p{color:var(--text-muted);margin:0;font-size:13px;line-height:1.35}.dashboard-module__z0oO4G__statsGrid{gap:var(--space-md);grid-template-columns:repeat(4,1fr);display:grid}.dashboard-module__z0oO4G__cardHeader{margin-bottom:var(--space-lg);justify-content:space-between;align-items:center;display:flex}.dashboard-module__z0oO4G__cardHeader h3{color:var(--text-primary);font-size:15px;font-weight:600}.dashboard-module__z0oO4G__cardSubtitle{color:var(--text-muted);margin-top:1px;font-size:12px;display:block}.dashboard-module__z0oO4G__datePill{color:var(--text-muted);background:var(--bg-tertiary);border-radius:var(--radius-full);padding:4px 12px;font-size:12px;font-weight:500}.dashboard-module__z0oO4G__mainGrid{gap:var(--space-md);grid-template-columns:1.4fr 1fr;align-items:stretch;display:grid}.dashboard-module__z0oO4G__scheduleCard{padding:var(--space-lg);flex-direction:column;display:flex}.dashboard-module__z0oO4G__scheduleList{flex-direction:column;flex:1;justify-content:center;gap:2px;display:flex}.dashboard-module__z0oO4G__scheduleRow{align-items:center;gap:var(--space-md);border-radius:var(--radius-md);transition:background var(--transition-fast);opacity:0;padding:10px 12px;animation:.35s forwards dashboard-module__z0oO4G__fadeIn;display:flex}.dashboard-module__z0oO4G__scheduleRow:hover{background:var(--bg-tertiary)}.dashboard-module__z0oO4G__scheduleTime{color:var(--text-secondary);font-variant-numeric:tabular-nums;min-width:44px;font-size:13px;font-weight:600}.dashboard-module__z0oO4G__scheduleInfo{flex:1;min-width:0}.dashboard-module__z0oO4G__scheduleRoute{color:var(--text-primary);font-size:13px;font-weight:500;line-height:1.3;display:block}.dashboard-module__z0oO4G__scheduleMeta{color:var(--text-muted);font-size:12px}.dashboard-module__z0oO4G__chartsColumn{gap:var(--space-md);flex-direction:column;display:flex}.dashboard-module__z0oO4G__chartCard{padding:var(--space-lg)}.dashboard-module__z0oO4G__chartLayout{justify-content:center;align-items:center;gap:var(--space-xl);display:flex}.dashboard-module__z0oO4G__bottomGrid{gap:var(--space-md);grid-template-columns:1.4fr 1fr;align-items:start;display:grid}.dashboard-module__z0oO4G__alertsCard{padding:var(--space-lg)}.dashboard-module__z0oO4G__alertCount{background:rgba(var(--accent-red-rgb),.08);color:var(--accent-red);border-radius:var(--radius-full);padding:3px 12px;font-size:12px;font-weight:500}.dashboard-module__z0oO4G__alertList{gap:var(--space-sm);flex-direction:column;display:flex}.dashboard-module__z0oO4G__alertItem{gap:var(--space-md);border-radius:var(--radius-md);transition:background var(--transition-fast);align-items:flex-start;padding:10px 12px;display:flex}.dashboard-module__z0oO4G__alertItem:hover{background:var(--bg-tertiary)}.dashboard-module__z0oO4G__alertType_absent{border-left:3px solid var(--accent-red)}.dashboard-module__z0oO4G__alertType_late{border-left:3px solid var(--accent-orange)}.dashboard-module__z0oO4G__alertType_arrived{border-left:3px solid var(--primary)}.dashboard-module__z0oO4G__alertIconBox{flex-shrink:0;margin-top:1px;font-size:14px}.dashboard-module__z0oO4G__alertBody{flex-direction:column;flex:1;gap:1px;display:flex}.dashboard-module__z0oO4G__alertName{color:var(--text-primary);font-size:13px;font-weight:600}.dashboard-module__z0oO4G__alertMsg{color:var(--text-secondary);font-size:12px;line-height:1.4}.dashboard-module__z0oO4G__alertTimestamp{color:var(--text-muted);margin-top:2px;font-size:11px}.dashboard-module__z0oO4G__quickCard{padding:var(--space-lg)}.dashboard-module__z0oO4G__quickList{gap:var(--space-sm);flex-direction:column;display:flex}.dashboard-module__z0oO4G__quickRow{align-items:center;gap:var(--space-md);border-radius:var(--radius-md);transition:background var(--transition-fast);padding:10px 12px;display:flex}.dashboard-module__z0oO4G__quickRow:hover{background:var(--bg-tertiary)}.dashboard-module__z0oO4G__quickIconBox{border-radius:var(--radius-md);background:var(--primary-light);width:36px;height:36px;color:var(--primary-soft);flex-shrink:0;justify-content:center;align-items:center;font-size:16px;display:flex}.dashboard-module__z0oO4G__quickIconWarning{background:rgba(var(--accent-orange-rgb),.1);color:var(--accent-orange)}.dashboard-module__z0oO4G__quickInfo{flex-direction:column;flex:1;gap:1px;display:flex}.dashboard-module__z0oO4G__quickLabel{color:var(--text-muted);font-size:12px}.dashboard-module__z0oO4G__quickValue{color:var(--text-primary);font-size:16px;font-weight:700}.dashboard-module__z0oO4G__quickPercent{color:var(--text-secondary);font-size:13px;font-weight:600}@media (max-width:1200px){.dashboard-module__z0oO4G__statsGrid{grid-template-columns:repeat(2,1fr)}.dashboard-module__z0oO4G__mainGrid,.dashboard-module__z0oO4G__bottomGrid{grid-template-columns:1fr}}@media (max-width:768px){.dashboard-module__z0oO4G__statsGrid{grid-template-columns:1fr}.dashboard-module__z0oO4G__welcome{text-align:center;flex-direction:column}.dashboard-module__z0oO4G__chartLayout{flex-direction:column}.dashboard-module__z0oO4G__page{padding:var(--space-md)}}
