body.dashboard-page{margin:0;background:#0f1117;color:#e2e8f0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif;height:100dvh;overflow-y:auto;-webkit-tap-highlight-color:transparent}.dash-header{position:sticky;top:0;z-index:100;background:#0f1117f7;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.08);padding:12px 20px;display:flex;align-items:center;justify-content:space-between;gap:12px}.dash-header h1{margin:0;font-size:18px;font-weight:600;color:#e2e8f0;white-space:nowrap}.dash-header-right{display:flex;align-items:center;gap:12px;font-size:13px;color:#94a3b8}.dash-header-right a{color:#94a3b8;text-decoration:none}.dash-header-right a:hover{color:#e2e8f0}.dash-search-wrap{position:relative;flex:1;max-width:480px;display:flex;align-items:center}.dash-search-icon{position:absolute;left:12px;color:#64748b;pointer-events:none;flex-shrink:0}.dash-search-wrap input{width:100%;background:#1e2030;color:#e2e8f0;border:1px solid #334155;border-radius:8px;padding:9px 14px 9px 36px;font-size:14px;outline:none;transition:border-color .15s,box-shadow .15s}.dash-search-wrap input:focus{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f633}.dash-search-wrap input::placeholder{color:#475569}.dash-search-results{position:absolute;top:100%;left:0;right:0;margin-top:4px;background:#1e2030;border:1px solid #334155;border-radius:10px;max-height:70vh;overflow-y:auto;z-index:200;box-shadow:0 12px 40px #0009;min-width:360px}.dash-nav-link{color:#94a3b8;text-decoration:none;font-size:13px;padding:4px 10px;border-radius:6px;transition:background .15s,color .15s}.dash-nav-link:hover{background:#ffffff14;color:#e2e8f0}.dash-separator{color:#334155;font-size:14px}.search-empty{text-align:center;padding:24px 16px;color:#475569;font-size:13px}.job-card{border-bottom:1px solid rgba(255,255,255,.05);cursor:pointer;transition:background .1s}.job-card:last-child{border-bottom:none}.job-card:hover{background:#ffffff08}.job-card-l1{display:flex;align-items:center;gap:10px;padding:12px 16px}.job-card-id{color:#64748b;font-size:12px;font-family:monospace;min-width:60px}.job-card-name{color:#e2e8f0;font-weight:500;font-size:14px;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.job-card-badges{display:flex;gap:6px;align-items:center;flex-shrink:0}.job-status-badge{padding:2px 8px;border-radius:4px;font-size:11px;font-weight:600;white-space:nowrap}.job-wh-badge{color:#94a3b8;font-size:11px;white-space:nowrap}.job-schedule-badge{padding:2px 6px;border-radius:4px;font-size:10px;font-weight:600}.job-card-l2{display:none;padding:0 16px 12px;font-size:13px;color:#94a3b8;line-height:1.6}.job-card.expanded .job-card-l2{display:block}.job-card-l2 .detail-row{display:flex;gap:8px}.job-card-l2 .detail-label{color:#64748b;min-width:80px;flex-shrink:0}.job-card-l2 .detail-value{color:#e2e8f0}.job-card-l2 .job-actions{display:flex;gap:8px;margin-top:8px;padding-top:8px;border-top:1px solid rgba(255,255,255,.05)}.job-action-link{padding:5px 12px;border-radius:6px;background:#2a2d3e;color:#94a3b8;text-decoration:none;font-size:12px;font-weight:500;transition:background .15s,color .15s}.job-action-link:hover{background:#334155;color:#e2e8f0}.dash-summary{display:flex;flex-wrap:wrap;gap:16px 32px;padding:16px 20px;background:#141622;border-bottom:1px solid rgba(255,255,255,.05);font-size:14px;color:#94a3b8}.dash-summary .stat-value{color:#e2e8f0;font-weight:600}.dash-main{padding:20px;max-width:1600px;margin:0 auto}.dash-split{display:flex;gap:20px}.dash-left{flex:1;min-width:0}.dash-right{width:380px;flex-shrink:0}.dash-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:16px}.activity-panel{background:#1e2030;border:1px solid rgba(255,255,255,.08);border-radius:12px;display:flex;flex-direction:column;max-height:calc(100dvh - 180px);position:sticky;top:80px}.activity-header{padding:16px 16px 12px;border-bottom:1px solid rgba(255,255,255,.06);flex-shrink:0}.activity-header h2{margin:0 0 10px;font-size:15px;font-weight:600;color:#e2e8f0}.activity-filters{display:flex;gap:8px}.activity-filters select{flex:1;background:#2a2d3e;color:#94a3b8;border:1px solid rgba(255,255,255,.1);border-radius:6px;padding:5px 8px;font-size:12px;outline:none;cursor:pointer}.activity-list{flex:1;overflow-y:auto;padding:8px 0}.activity-item{padding:10px 16px;border-bottom:1px solid rgba(255,255,255,.03);font-size:13px;line-height:1.4;transition:background .1s}.activity-item:hover{background:#ffffff08}.activity-item:last-child{border-bottom:none}.activity-job{color:#e2e8f0;font-weight:500}.activity-action{font-weight:500}.activity-action.parked{color:#22c55e}.activity-action.departed{color:#f97316}.activity-action.moved{color:#3b82f6}.activity-action.removed{color:#ef4444}.activity-action.returned{color:#a78bfa}.activity-meta{display:flex;justify-content:space-between;margin-top:3px;font-size:11px;color:#64748b}.activity-empty{text-align:center;padding:32px 16px;color:#475569;font-size:13px}.dash-problems{margin-bottom:16px}.dash-problems:empty{display:none}.problems-bar{background:#1e2030;border:1px solid rgba(255,255,255,.08);border-radius:12px;overflow:hidden}.problems-header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;cursor:pointer;-webkit-user-select:none;user-select:none}.problems-header:hover{background:#ffffff05}.problems-title{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:600;color:#e2e8f0}.problems-count{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;border-radius:10px;font-size:12px;font-weight:700}.problems-count.high{background:#ef444433;color:#f87171}.problems-count.medium{background:#f9731633;color:#fb923c}.problems-count.low{background:#64748b33;color:#94a3b8}.problems-toggle{color:#64748b;font-size:12px}.problems-body{border-top:1px solid rgba(255,255,255,.05);padding:0;max-height:0;overflow:hidden;transition:max-height .25s ease,padding .25s ease}.problems-bar.expanded .problems-body{max-height:600px;padding:12px 16px}.problem-group{margin-bottom:12px}.problem-group:last-child{margin-bottom:0}.problem-group-title{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px;display:flex;align-items:center;gap:6px}.problem-group-title.critical{color:#f87171}.problem-group-title.warning{color:#fb923c}.problem-group-title.info{color:#94a3b8}.problem-row{display:flex;align-items:center;justify-content:space-between;padding:6px 0;font-size:13px;color:#94a3b8}.problem-row .wh-name{color:#e2e8f0;font-weight:500;min-width:90px}.problem-row .count{font-weight:600;margin-right:auto;margin-left:8px}.problem-row .view-link{color:#3b82f6;text-decoration:none;font-size:12px;padding:2px 8px;border-radius:4px;transition:background .15s}.problem-row .view-link:hover{background:#3b82f626}.activity-toggle{display:none;background:#1e2030;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:14px 16px;margin-top:16px;color:#94a3b8;font-size:14px;font-weight:500;cursor:pointer;width:100%;text-align:left}.activity-toggle .count{color:#e2e8f0;font-weight:600}.wh-card{background:#1e2030;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:20px;cursor:default;transition:border-color .15s}.wh-card:hover{border-color:#ffffff2e}.wh-card-header{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:12px}.wh-card-name{font-size:18px;font-weight:600;color:#e2e8f0}.wh-card-pct{font-size:24px;font-weight:700}.wh-progress{height:8px;background:#2a2d3e;border-radius:4px;overflow:hidden;margin-bottom:6px}.wh-progress-fill{height:100%;border-radius:4px;transition:width .4s ease}.wh-slots-text{font-size:12px;color:#64748b;margin-bottom:14px}.wh-stats{display:flex;flex-wrap:wrap;gap:6px 16px;font-size:13px;color:#94a3b8;margin-bottom:14px}.wh-stats .val{color:#e2e8f0;font-weight:500}.wh-today{display:flex;gap:12px;font-size:13px;color:#64748b;margin-bottom:14px}.wh-today .arr{color:#22c55e}.wh-today .dep{color:#f97316}.wh-today .mov{color:#3b82f6}.wh-problems{display:flex;gap:10px;font-size:12px;margin-bottom:14px}.wh-problem-badge{display:inline-flex;align-items:center;gap:4px;padding:3px 8px;border-radius:6px;font-weight:500}.wh-problem-badge.review{background:#ef444426;color:#f87171}.wh-problem-badge.overflow{background:#f9731626;color:#fb923c}.wh-links{display:flex;gap:8px;padding-top:14px;border-top:1px solid rgba(255,255,255,.06)}.wh-link{flex:1;text-align:center;padding:8px 0;border-radius:6px;background:#2a2d3e;color:#94a3b8;text-decoration:none;font-size:13px;font-weight:500;transition:background .15s,color .15s}.wh-link:hover{background:#334155;color:#e2e8f0}.occ-green{color:#22c55e}.occ-yellow{color:#eab308}.occ-red{color:#ef4444}.fill-green{background:#22c55e}.fill-yellow{background:#eab308}.fill-red{background:#ef4444}.dash-loading{display:flex;justify-content:center;align-items:center;min-height:300px;color:#64748b;font-size:14px}.dash-updated{text-align:center;padding:12px;font-size:12px;color:#475569}@media(min-width:1200px){.dash-cards{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}}@media(min-width:1024px)and (max-width:1199px){.dash-right{width:320px}.dash-cards{grid-template-columns:1fr}}@media(max-width:1023px){.dash-split{flex-direction:column}.dash-right{width:100%}.activity-panel{position:static;max-height:none}.activity-toggle{display:block}.activity-panel.collapsed .activity-list,.activity-panel.collapsed .activity-filters{display:none}.dash-cards{grid-template-columns:repeat(2,1fr)}}@media(max-width:767px){.dash-header{padding:10px 14px;flex-wrap:wrap;gap:8px}.dash-header h1{font-size:16px}.dash-search-wrap{order:10;max-width:100%;width:100%}.dash-search-results{min-width:0;left:-14px;right:-14px;width:calc(100vw - 2px)}.dash-header-right{gap:8px}.dash-nav-link{font-size:12px;padding:4px 6px}.dash-separator,#user-name{display:none}.dash-main{padding:14px}.dash-cards{grid-template-columns:1fr;gap:12px}.wh-card{padding:16px}.dash-summary{padding:12px 14px;gap:8px 20px;font-size:13px}}
