:root{color:#1e2938;font-synthesis:none;--blue:#2e6cf6;--blue-soft:#eaf1ff;--text:#1e2938;--muted:#748094;--line:#dfe4ea;--green:#16a36a;--red:#d63b4c;--amber:#d88916;background:#f4f6f8;font-family:Inter,PingFang SC,Microsoft YaHei,system-ui,sans-serif}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{background:#f4f6f8;min-width:320px}button,input,select,textarea{font:inherit;letter-spacing:0}button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline-offset:2px;outline:2px solid #79a3ff}button:disabled{opacity:.46;cursor:not-allowed}.app-shell{min-height:100vh}.topbar{border-bottom:1px solid var(--line);z-index:15;background:#fff;justify-content:space-between;align-items:center;height:66px;padding:0 28px;display:flex;position:sticky;top:0}.brand{align-items:center;gap:11px;font-size:20px;display:flex}.brand-mark{color:#fff;background:var(--blue);border-radius:7px;place-items:center;width:34px;height:34px;font-size:20px;font-weight:800;display:grid}.layout{grid-template-columns:216px minmax(0,1fr);min-height:calc(100vh - 66px);display:grid}.sidebar{border-right:1px solid var(--line);background:#fff;flex-direction:column;min-width:0;padding:22px 14px;display:flex}.sidebar nav{gap:4px;display:grid}.nav{color:#5d6a7c;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:6px;width:100%;min-height:46px;padding:0 14px;font-weight:550}.nav:hover{color:var(--text);background:#f5f7fa}.nav.active{color:var(--blue);background:var(--blue-soft);font-weight:700}.nav.nested{padding-left:26px}.nav-group{color:#98a2b0;padding:13px 14px 4px;font-size:11px}.sidebar-note{border-top:1px solid var(--line);margin-top:auto;padding:18px 14px 0;font-size:12px}.sidebar-note p{color:var(--muted);margin:7px 0 0;line-height:1.65}.main{min-width:0;padding:26px 30px 50px;overflow:hidden}.head{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:20px;display:flex}h1{margin:0 0 7px;font-size:23px;line-height:1.25}h2{margin:0;font-size:15px}h3{margin:18px 0 10px;font-size:13px}.sub{color:var(--muted);font-size:12px}.head-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.primary,.secondary,.danger{cursor:pointer;white-space:nowrap;border-radius:5px;justify-content:center;align-items:center;gap:7px;min-height:38px;padding:0 13px;display:inline-flex}.primary{border:1px solid var(--blue);background:var(--blue);color:#fff}.primary:hover:not(:disabled){background:#255fdc}.secondary{border:1px solid var(--line);color:#485568;background:#fff}.secondary:hover:not(:disabled){background:#fafbfc;border-color:#b8c1ce}.danger{color:var(--red);background:#fff;border:1px solid #edaab2}.danger:hover:not(:disabled){background:#fff5f6}.date,.toolbar select{border:1px solid var(--line);color:#4c596b;background:#fff;border-radius:5px;height:38px;padding:0 11px}.role-select{min-width:135px}.stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:13px;margin-bottom:16px;display:grid}.stat{border:1px solid var(--line);background:#fff;border-radius:6px;min-width:0;min-height:128px;padding:19px 20px}.stat-label{color:var(--muted);margin-bottom:13px;font-size:12px}.stat-value{font-variant-numeric:tabular-nums;overflow-wrap:anywhere;font-size:26px;font-weight:760;line-height:1.2}.stat-value.green,.green{color:var(--green)}.stat-value.red,.red,.down{color:var(--red)}.stat-change{color:var(--muted);margin-top:11px;font-size:12px}.stat-change .up,.stat-change .down{align-items:center;gap:3px;display:inline-flex}.panel{border:1px solid var(--line);background:#fff;border-radius:6px;min-width:0;margin-bottom:16px;overflow:hidden}.panel-head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:14px;min-height:58px;padding:13px 17px;display:flex}.panel-head .sub{margin-top:4px}.table-wrap{max-width:100%;overflow:auto}table{border-collapse:collapse;width:100%;font-size:12px}th{color:#687589;text-align:left;white-space:nowrap;background:#fafbfc;font-weight:650}th,td{vertical-align:middle;border-bottom:1px solid #edf0f3;padding:12px 14px}tbody tr:last-child td{border-bottom:0}tbody tr:hover{background:#fafcff}td b,td small{display:block}td small{color:var(--muted);margin-top:3px;font-size:10px}.score{font-variant-numeric:tabular-nums;font-size:15px}.detail-cell{min-width:270px;max-width:420px;line-height:1.55}.badge{color:#657184;white-space:nowrap;background:#edf1f5;border-radius:4px;justify-content:center;align-items:center;min-height:25px;padding:0 8px;font-size:11px;font-weight:700;display:inline-flex}.badge.success{color:#12835a;background:#eaf8f2}.badge.warning{color:#9a5c08;background:#fff4df}.badge.danger{color:#c42f40;background:#fff0f1}.toolbar{border:1px solid var(--line);background:#fff;border-radius:6px;align-items:center;gap:8px;margin-bottom:16px;padding:9px 12px;display:flex}.toolbar-note{background:var(--blue-soft);color:#4b73af;border-radius:4px;margin-left:auto;padding:5px 8px;font-size:11px}.loading,.error-state,.empty{border:1px solid var(--line);min-height:180px;color:var(--muted);background:#fff;border-radius:6px;justify-content:center;align-items:center;gap:10px;margin-bottom:16px;display:flex}.spinner{border:2px solid #d9e3f5;border-top-color:var(--blue);border-radius:50%;width:17px;height:17px;animation:.7s linear infinite spin}.error-state{flex-direction:column}.error-state b{color:var(--text)}.boot{place-items:center;min-height:100vh;padding:20px;display:grid}.boot .loading{width:min(480px,100%);margin:0}.boot-error{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}.boot-error h1{margin:16px 0 0}.boot-error p{color:var(--muted);margin:7px 0 20px}.login-page{background:#f4f6f8;place-items:center;min-height:100vh;padding:20px;display:grid}.login-panel{border:1px solid var(--line);background:#fff;border-radius:7px;width:min(380px,100%);padding:30px;box-shadow:0 14px 36px #1e293814}.login-panel .brand-mark{margin-bottom:18px}.login-panel h1{font-size:22px}.login-panel>p{color:var(--muted);margin:7px 0 24px;font-size:12px}.login-panel label{margin-bottom:14px;display:block}.login-panel label span{color:var(--muted);margin-bottom:6px;font-size:11px;display:block}.login-panel input{border:1px solid var(--line);border-radius:5px;width:100%;height:40px;padding:0 10px}.login-panel .primary{width:100%;margin-top:4px}.login-error{color:var(--red);background:#fff0f1;border-radius:4px;margin-bottom:10px;padding:8px 10px;font-size:11px}.text-button{width:100%;color:var(--muted);cursor:pointer;background:0 0;border:0;padding:12px 0 0;font-size:11px}.toast{z-index:100;opacity:0;pointer-events:none;color:#fff;background:#263244;border-radius:5px;padding:10px 15px;font-size:12px;transition:all .18s;position:fixed;bottom:30px;left:50%;transform:translate(-50%,18px);box-shadow:0 10px 30px #19233233}.toast.show{opacity:1;transform:translate(-50%)}.spin{animation:.7s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.review-strip{border:1px solid var(--line);border-left:3px solid var(--amber);background:#fff;border-radius:6px;justify-content:space-between;align-items:center;gap:18px;margin-bottom:16px;padding:14px 16px;display:flex}.review-strip.success{border-left-color:var(--green)}.review-strip.danger{border-left-color:var(--red)}.review-strip p{color:var(--muted);margin:5px 0 0;font-size:12px}.status-line{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.review-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.permission-note{text-align:right;color:var(--muted);flex-basis:100%;font-size:11px}.permission-note b{color:var(--text);margin-right:7px}.tabs{border-bottom:1px solid var(--line);min-height:48px;padding:0 15px;display:flex;overflow-x:auto}.tabs button{color:#687589;cursor:pointer;white-space:nowrap;background:0 0;border:0;border-bottom:2px solid #0000;padding:0 13px}.tabs button.active{color:var(--blue);border-bottom-color:var(--blue);font-weight:700}.schedule-panel-head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:15px;padding:13px 16px;display:flex}.schedule-panel-head .sub{margin-top:3px}.legend-row{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:9px;display:flex}.legend-row span{color:var(--muted);white-space:nowrap;align-items:center;gap:4px;font-size:10px;display:inline-flex}.shift{border-radius:4px;place-items:center;width:27px;height:27px;font-style:normal;font-weight:750;display:inline-grid}.shift.early{color:#205b88;background:#e4f0fb}.shift.middle{color:#805f00;background:#fff2cf}.shift.late{color:#62458a;background:#ece4f6}.shift.refund{color:#25613b;background:#e3f2e0}.shift.manage{color:#284b63;background:#dce9ec}.shift.rest{color:#66717a;background:#edf0f2}.schedule-table{min-width:1890px}.schedule-table th,.schedule-table td{text-align:center;height:45px;padding:8px 7px}.schedule-table th small{margin-top:3px;font-weight:400;display:block}.schedule-table .person-col{text-align:left;z-index:2;background:#fff;min-width:155px;position:sticky;left:0}.schedule-table .team-col{z-index:2;background:#fff;min-width:92px;position:sticky;left:155px}.schedule-table thead .person-col,.schedule-table thead .team-col{z-index:4;background:#fafbfc}.schedule-table .weekend{background:#f6f7f9}.check-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:16px;display:grid}.check-item{border:1px solid var(--line);border-radius:5px;gap:10px;padding:13px;display:flex}.check-item p{color:var(--muted);margin:4px 0 0;font-size:11px}.check-icon{width:22px;height:22px;color:var(--green);background:#eaf8f2;border-radius:50%;flex:none;place-items:center;font-weight:800;display:grid}.check-icon.fail{color:var(--red);background:#fff0f1}.warning-list{margin:0;padding:0;list-style:none}.warning-list li{color:#785d1c;background:#fffaf0;border-top:1px solid #f2e6c9;padding:11px 16px;font-size:11px}.dsr-stats .stat:first-child{border-left:3px solid var(--blue)}.two-column{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.rank-list{gap:17px;padding:18px;display:grid}.rank-row{grid-template-columns:64px minmax(90px,1fr) 42px 40px;align-items:center;gap:9px;font-size:12px;display:grid}.rank-row strong,.rank-row small{text-align:right;font-variant-numeric:tabular-nums}.bar-track{background:#edf0f4;border-radius:4px;height:8px;position:relative}.bar-value{background:var(--blue);border-radius:4px;min-width:4px;height:100%;display:block}.bar-value.watch{background:var(--amber)}.bar-value.risk{background:var(--red)}.target-marker{border-left:1px dashed #8894a5;height:16px;position:absolute;top:-4px;left:66.66%}.chart-shell{min-height:265px;padding:12px 16px}.trend-svg{width:100%;height:220px;overflow:visible}.trend-svg .grid-line{stroke:#e9edf2;stroke-width:1px}.trend-svg text{fill:#8b96a6;font-size:10px}.chart-legend{min-height:22px;color:var(--muted);justify-content:flex-end;gap:12px;font-size:10px;display:flex}.chart-legend span{align-items:center;gap:4px;display:inline-flex}.chart-legend i{border-radius:50%;width:7px;height:7px}.alert-list,.task-list{padding:0 16px}.alert-row,.task-row{border-bottom:1px solid #edf0f3;grid-template-columns:1fr auto;align-items:center;gap:12px;min-height:64px;display:grid}.alert-row:last-child,.task-row:last-child{border-bottom:0}.alert-row p,.task-row p{color:var(--muted);margin:4px 0 0;font-size:11px}.icon-only,.icon-button{width:36px;padding:0}.icon-button{color:#6d798a;cursor:pointer;background:0 0;border:0;border-radius:4px;place-items:center;height:36px;display:grid}.icon-button:hover{background:#f0f3f7}.insight-stats{grid-template-columns:repeat(5,minmax(0,1fr))}.insight-flow{grid-template-columns:180px repeat(4,minmax(0,1fr));display:grid}.insight-flow>div{border-right:1px solid var(--line);align-items:center;gap:9px;min-height:70px;padding:14px 16px;display:flex}.insight-flow>div:last-child{border-right:0}.insight-flow>div:first-child{display:block}.insight-flow span,.insight-flow small{color:var(--muted);font-size:10px;display:block}.insight-flow i{background:var(--blue-soft);width:24px;height:24px;color:var(--blue);border-radius:50%;flex:none;place-items:center;font-size:11px;font-style:normal;display:grid}.insight-tabs{gap:8px}.insight-tabs button{margin-right:12px;padding:0 5px}.insight-tabs small{color:#9aa3b0;margin-left:5px}.insight-toolbar{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:10px;min-height:54px;padding:9px 15px;display:flex}.search-box{border:1px solid var(--line);width:min(330px,100%);height:35px;color:var(--muted);border-radius:5px;align-items:center;gap:7px;padding:0 10px;display:flex}.search-box input{border:0;outline:0;width:100%;min-width:0}.insight-table{min-width:1020px}.clickable{cursor:pointer}.insight-theme{max-width:320px}.insight-theme b,.insight-theme small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.impact-dot{background:var(--amber);border-radius:50%;width:7px;height:7px;margin-right:6px;display:inline-block}.impact-dot.high{background:var(--red)}.progress{background:#e9edf1;border-radius:4px;width:76px;height:4px;margin-top:6px;overflow:hidden}.progress i{background:var(--blue);height:100%;display:block}.drawer-backdrop{z-index:40;background:#151d295c;position:fixed;inset:0}.drawer{background:#fff;flex-direction:column;width:min(560px,95vw);animation:.18s ease-out drawer-in;display:flex;position:absolute;top:0;bottom:0;right:0;box-shadow:-16px 0 40px #141b2626}@keyframes drawer-in{0%{transform:translate(100%)}}.drawer-head{border-bottom:1px solid var(--line);justify-content:space-between;gap:12px;min-height:80px;padding:16px 20px;display:flex}.drawer-head h2{margin-top:8px;font-size:18px}.drawer-body{padding:18px 20px;overflow:auto}.drawer-foot{border-top:1px solid var(--line);justify-content:flex-end;gap:8px;min-height:62px;margin-top:auto;padding:11px 20px;display:flex}.insight-meta{border:1px solid var(--line);border-radius:6px;grid-template-columns:repeat(3,1fr);display:grid}.insight-meta div{border-right:1px solid var(--line);padding:11px 12px}.insight-meta div:last-child{border-right:0}.insight-meta span{color:var(--muted);font-size:10px;display:block}.insight-meta b{font-size:15px}.insight-summary{border-left:3px solid var(--blue);color:#4d5969;padding:2px 0 2px 12px;font-size:12px;line-height:1.75}.section-title{justify-content:space-between;align-items:center;margin-top:19px;display:flex}.section-title h3{margin:0 0 9px}.section-title span{color:var(--muted);font-size:10px}blockquote{background:#f6f8fa;border:0;border-radius:5px;margin:0 0 8px;padding:10px 12px;font-size:12px}.insight-actions{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.insight-actions button{border:1px solid var(--line);text-align:left;cursor:pointer;background:#fff;border-radius:6px;min-height:82px;padding:10px}.insight-actions button:hover{background:#f7faff;border-color:#8caeff}.insight-actions b{color:var(--blue);font-size:11px;display:block}.insight-actions span{color:var(--muted);margin-top:5px;font-size:10px;display:block}.segmented{border:1px solid var(--line);border-radius:5px;grid-template-columns:repeat(3,1fr);gap:3px;padding:3px;display:grid}.segmented button{color:#667285;cursor:pointer;background:0 0;border:0;border-radius:3px;min-height:32px}.segmented button.active{background:var(--blue-soft);color:var(--blue);font-weight:700}.modal-backdrop{z-index:60;background:#141b266b;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.modal{background:#fff;border-radius:7px;flex-direction:column;width:min(480px,100%);max-height:calc(100vh - 32px);display:flex;overflow:hidden;box-shadow:0 20px 50px #141b2633}.modal-head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;min-height:58px;padding:12px 18px;display:flex}.modal-body{gap:13px;padding:18px;display:grid;overflow:auto}.modal-foot{border-top:1px solid var(--line);background:#fafbfc;justify-content:flex-end;align-items:center;gap:8px;min-height:60px;padding:10px 18px;display:flex}.field{display:block}.field>span{color:var(--muted);margin-bottom:6px;font-size:11px;display:block}.field input,.field select,.field textarea,.inline-action select{border:1px solid var(--line);width:100%;min-height:38px;color:var(--text);background:#fff;border-radius:5px;padding:0 10px}.field textarea{resize:vertical;min-height:86px;padding:9px 10px}.modal-hint{color:var(--muted);background:#f4f7fa;border-radius:5px;padding:10px 12px;font-size:11px;line-height:1.55}.inline-action{gap:6px;min-width:190px;display:flex}.inline-action select{min-width:125px}.flow{grid-template-columns:repeat(5,1fr);display:grid}.flow>div{border-right:1px solid var(--line);min-height:92px;padding:17px}.flow>div:last-child{border-right:0}.flow b,.flow span{display:block}.flow span{color:var(--muted);margin-top:7px;font-size:11px;line-height:1.55}@media (max-width:1100px){.stats,.insight-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.two-column{grid-template-columns:1fr}.insight-flow{grid-template-columns:repeat(4,1fr)}.insight-flow>div:first-child{display:none}.flow{grid-template-columns:repeat(3,1fr)}.flow>div{border-bottom:1px solid var(--line)}}@media (max-width:820px){.topbar{height:58px;padding:0 14px}.topbar .primary{min-height:34px;font-size:12px}.brand{font-size:17px}.brand-mark{width:30px;height:30px;font-size:17px}.layout{grid-template-columns:1fr;min-height:calc(100vh - 58px)}.sidebar{z-index:12;border-right:0;border-bottom:1px solid var(--line);padding:7px 10px;display:block;position:sticky;top:58px;overflow-x:auto}.sidebar nav{width:max-content;display:flex}.nav{width:auto;min-height:38px;padding:0 12px}.nav.nested{padding-left:12px}.nav-group,.sidebar-note{display:none}.main{padding:20px 16px 40px}.head{flex-direction:column}.head-actions{justify-content:flex-start;width:100%}.review-strip{flex-direction:column;align-items:flex-start}.review-actions,.permission-note{text-align:left;justify-content:flex-start}.schedule-table .person-col,.schedule-table .team-col{position:static}.schedule-panel-head{flex-direction:column;align-items:flex-start}.legend-row{justify-content:flex-start}.insight-flow{display:none}.insight-toolbar{flex-direction:column;align-items:stretch}.search-box{width:100%}}@media (max-width:540px){.topbar .primary{white-space:nowrap;color:#fff;gap:0;width:38px;font-size:0;overflow:hidden}.topbar .primary svg{color:#fff;flex:none}.stats,.insight-stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.stat{min-height:112px;padding:15px 13px}.stat-value{font-size:21px}.head-actions .date,.head-actions .role-select{flex:1;min-width:0}.head-actions .primary,.review-actions{width:100%}.review-actions>button{flex:1}.check-grid{grid-template-columns:1fr}.toolbar{flex-wrap:wrap;align-items:stretch}.toolbar select{flex:1;min-width:0}.toolbar-note{text-align:center;width:100%;margin:0}.rank-row{grid-template-columns:58px minmax(72px,1fr) 38px}.rank-row small{display:none}.chart-shell{padding:10px 8px}.chart-legend{justify-content:flex-start}.insight-meta{grid-template-columns:1fr}.insight-meta div{border-right:0;border-bottom:1px solid var(--line)}.insight-meta div:last-child{border-bottom:0}.insight-actions{grid-template-columns:1fr}.insight-actions button{min-height:66px}.flow{grid-template-columns:1fr}.flow>div{border-right:0;min-height:72px}}
