:root{--bg:#f4f6f8;--panel:#fff;--line:#dfe3e8;--text:#1d2939;--muted:#667085;--primary:#17365d;--primary2:#24568b;--good:#067647;--warn:#b54708;--bad:#b42318;--info:#175cd3;--radius:12px;--shadow:0 8px 24px rgba(16,24,40,.06);--sidebar:280px}
*{box-sizing:border-box}body{margin:0;font-family:"Microsoft JhengHei","Noto Sans TC",system-ui,sans-serif;background:var(--bg);color:var(--text);font-size:14px}button,input,select,textarea{font:inherit}.app{min-height:100vh;display:grid;grid-template-columns:var(--sidebar) 1fr}.sidebar{background:linear-gradient(180deg,#102b4e,#17365d 58%,#102844);color:#fff;padding:20px 16px;height:100vh;position:sticky;top:0;overflow:auto}.brand{padding:3px 10px 18px;border-bottom:1px solid rgba(255,255,255,.13);margin-bottom:14px}.brand h1{font-size:17px;line-height:1.45;margin:0 0 5px}.brand p{font-size:11px;color:#cbd8e8;margin:0}.nav{display:grid;gap:5px}.nav button{border:0;background:transparent;color:#dce5ef;text-align:left;padding:10px 12px;border-radius:8px;font-size:14px;line-height:1.25;font-weight:800;cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.nav button:hover,.nav button.active{background:rgba(255,255,255,.13);color:#fff}.side-note{margin-top:22px;padding:12px;background:rgba(255,255,255,.08);border-radius:9px;color:#dce5ef;font-size:11px;line-height:1.65}.main{min-width:0}.topbar{height:64px;background:rgba(255,255,255,.95);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;padding:0 26px}.topbar h2{font-size:17px;margin:0}.server-state{display:flex;align-items:center;gap:8px;color:var(--muted);font-size:12px}.dot{width:8px;height:8px;border-radius:50%;background:#98a2b3}.dot.ok{background:#12b76a}.content{max-width:1600px;margin:0 auto;padding:24px 28px 48px}.page{display:none}.page.active{display:block}.page-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:17px}.page-head h3{font-size:22px;margin:0 0 5px}.page-head p{color:var(--muted);margin:0;line-height:1.55}.actions{display:flex;gap:8px;flex-wrap:wrap}.btn{border:1px solid var(--line);background:#fff;color:var(--text);padding:8px 12px;border-radius:8px;font-weight:700;cursor:pointer}.btn:hover{background:#f9fafb}.btn.primary{background:var(--primary);border-color:var(--primary);color:#fff}.btn.primary:hover{background:var(--primary2)}.btn.danger{color:var(--bad);border-color:#f3c6c3}.btn.small{font-size:12px;padding:5px 8px}.btn:disabled{opacity:.5;cursor:not-allowed}.grid{display:grid;gap:14px}.grid.cards{grid-template-columns:repeat(5,minmax(0,1fr));margin-bottom:16px}.grid.two{grid-template-columns:1fr 1fr}.card{background:var(--panel);border:1px solid var(--line);border-radius:var(--radius);box-shadow:0 1px 2px rgba(16,24,40,.02)}.card.pad{padding:17px}.metric{padding:16px}.metric .k{font-size:12px;color:var(--muted);font-weight:700}.metric .v{font-size:27px;font-weight:800;margin-top:7px}.metric .s{font-size:11px;color:var(--muted);margin-top:5px}.section-title{padding:14px 16px;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;gap:10px}.section-title h4{margin:0;font-size:15px}.section-title span{font-size:11px;color:var(--muted)}.table-wrap{overflow:auto}table{width:100%;border-collapse:collapse;min-width:850px}th,td{padding:10px 11px;border-bottom:1px solid var(--line);text-align:left;vertical-align:middle}th{font-size:11px;color:var(--muted);font-weight:800;background:#fafbfc;position:sticky;top:0}tbody tr:hover{background:#fbfcfe}.num{text-align:right;font-variant-numeric:tabular-nums}.empty{padding:30px;text-align:center;color:var(--muted)}.badge{display:inline-flex;padding:4px 8px;border-radius:999px;background:#eef2f6;color:#475467;font-size:11px;font-weight:800}.badge.good{background:#ecfdf3;color:var(--good)}.badge.warn{background:#fffaeb;color:var(--warn)}.badge.bad{background:#fef3f2;color:var(--bad)}.badge.info{background:#eff8ff;color:var(--info)}.bar{height:8px;background:#edf0f3;border-radius:999px;overflow:hidden;margin-top:5px}.bar i{display:block;height:100%;background:#4b83bd}.bar i.good{background:#12b76a}.bar i.warn{background:#f79009}.bar i.bad{background:#f04438}.form-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.field{display:grid;gap:5px}.field.span2{grid-column:span 2}.field.span4{grid-column:1/-1}.field label{font-size:12px;font-weight:800;color:#344054}.field small{color:var(--muted);line-height:1.4}.field input,.field select,.field textarea{width:100%;border:1px solid #d0d5dd;background:#fff;border-radius:7px;padding:8px 9px;outline:none}.field input:focus,.field select:focus,.field textarea:focus{border-color:#7aa6d4;box-shadow:0 0 0 3px rgba(36,86,139,.10)}.form-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:13px;padding-top:13px;border-top:1px solid var(--line)}.notice{padding:11px 13px;border-radius:9px;border:1px solid #b2ddff;background:#eff8ff;color:#1849a9;line-height:1.55}.notice.warn{border-color:#fedf89;background:#fffaeb;color:#93370d}.notice.bad{border-color:#fecdca;background:#fef3f2;color:#912018}.toolbar{display:flex;gap:8px;align-items:center;flex-wrap:wrap;padding:12px 14px;border-bottom:1px solid var(--line)}.toolbar input,.toolbar select{border:1px solid #d0d5dd;border-radius:7px;padding:7px 8px}.toolbar .grow{flex:1;min-width:180px}.result-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:10px;margin-top:15px}.result-box{border:1px solid var(--line);background:#fff;border-radius:10px;padding:13px}.result-box .k{font-size:11px;color:var(--muted);font-weight:700}.result-box .v{font-size:19px;font-weight:800;margin-top:6px}.route-table input,.route-table select{width:100%;min-width:90px;border:1px solid #d0d5dd;border-radius:6px;padding:6px}.preview-summary{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;margin:14px 0}.preview-summary .metric{border:1px solid var(--line);border-radius:10px;background:#fff}.toast{position:fixed;right:22px;bottom:22px;background:#101828;color:#fff;padding:10px 14px;border-radius:9px;opacity:0;transform:translateY(7px);transition:.2s;pointer-events:none;z-index:100}.toast.show{opacity:1;transform:none}.toast.bad{background:#912018}.toast.good{background:#05603a}.hidden{display:none!important}.mono{font-family:Consolas,ui-monospace,monospace}.muted{color:var(--muted)}
@media(max-width:1200px){.grid.cards{grid-template-columns:repeat(3,1fr)}.form-grid{grid-template-columns:repeat(2,1fr)}.result-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:800px){.app{display:block}.sidebar{position:relative;height:auto;width:auto}.content{padding:16px}.grid.cards,.grid.two,.preview-summary{grid-template-columns:1fr 1fr}.form-grid{grid-template-columns:1fr}.field.span2,.field.span4{grid-column:auto}.page-head{display:block}.page-head .actions{margin-top:10px}.result-grid{grid-template-columns:1fr 1fr}}
.group-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.group-card .section-title{padding:0 0 10px;border-bottom:1px solid var(--line)}.mini-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-top:12px}.mini-grid>div{background:#f8fafc;border:1px solid var(--line);border-radius:8px;padding:9px;text-align:center}.mini-grid b{display:block;font-size:19px}.mini-grid span{display:block;color:var(--muted);font-size:10px;margin-top:3px}.tags{display:flex;gap:5px;flex-wrap:wrap}
@media(max-width:1000px){.group-grid{grid-template-columns:1fr}}

.direct-file-warning{min-height:100vh;display:grid;place-items:center;padding:28px;background:#f4f6f8}.direct-file-card{max-width:680px;background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:var(--shadow);padding:34px;text-align:center}.direct-file-icon{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;margin:0 auto 16px;background:#fffaeb;color:#b54708;font-size:28px;font-weight:900}.direct-file-card h1{margin:0 0 14px;font-size:25px}.direct-file-card p{line-height:1.7;color:#475467}.direct-file-url{margin:18px auto;padding:13px 16px;border-radius:9px;background:#102b4e;color:#fff;font:700 18px Consolas,monospace;max-width:360px}

.nav-group{margin:16px 10px 5px;color:#9fb5d0;font-size:10px;font-weight:900;letter-spacing:.08em}.nav-group:first-child{margin-top:0}.onboarding{display:grid;gap:12px;justify-items:center}.onboarding h4{margin:0;font-size:18px}.onboarding p{margin:0;color:var(--muted);line-height:1.6}.onboarding .actions{justify-content:center}.modal-backdrop{position:fixed;inset:0;background:rgba(16,24,40,.42);display:grid;place-items:center;padding:20px;z-index:200}.modal{width:min(520px,100%);background:#fff;border:1px solid var(--line);border-radius:12px;box-shadow:0 22px 60px rgba(16,24,40,.24);padding:20px}.modal h3{margin:0 0 8px;font-size:19px}.modal p{margin:0;color:#344054;line-height:1.6}.modal-detail{margin-top:12px;padding:11px 13px;border-radius:9px;background:#fffaeb;border:1px solid #fedf89;color:#93370d;line-height:1.55}.modal-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:18px;padding-top:14px;border-top:1px solid var(--line)}.btn.danger-fill{background:var(--bad);border-color:var(--bad);color:#fff}.btn.danger-fill:hover{background:#912018}.hidden{display:none!important}
.login-screen{min-height:100vh;display:grid;place-items:center;padding:24px;background:linear-gradient(135deg,#eef4fb,#f8fafc)}.login-card{width:min(430px,100%);background:#fff;border:1px solid var(--line);border-radius:12px;box-shadow:0 20px 60px rgba(16,24,40,.14);padding:24px;display:grid;gap:14px}.login-card h1{margin:0;font-size:22px}.login-card p{margin:0;color:var(--muted);line-height:1.6}.role-card{padding:17px;display:grid;gap:9px}.role-card h4{margin:0;font-size:17px}.role-card p{margin:0;color:var(--muted);line-height:1.5}.role-card .btn{justify-self:start}
.login-version{font-size:12px;font-weight:800;color:var(--primary)!important}
.role-permission-table{min-width:1180px}.role-permission-table textarea{width:100%;min-width:180px;border:1px solid #d0d5dd;border-radius:7px;padding:8px 9px;resize:vertical;line-height:1.45}.role-permission-table textarea:focus{border-color:#7aa6d4;box-shadow:0 0 0 3px rgba(36,86,139,.10);outline:none}.role-page-options{display:grid;grid-template-columns:repeat(2,minmax(120px,1fr));gap:6px 10px;min-width:280px}.role-page-options label{display:flex;align-items:center;gap:5px;font-size:12px;color:#344054}.role-actions{padding:13px 16px;margin-top:0}
tbody tr:nth-child(even){background:#f8fafc}tbody tr:nth-child(odd){background:#fff}tbody tr:hover{background:#eef6ff}.assessment-detail-table{table-layout:fixed;min-width:1180px}.assessment-detail-table th,.assessment-detail-table td{white-space:nowrap}.assessment-detail-table th:nth-child(1),.assessment-detail-table td:nth-child(1),.assessment-detail-table th:nth-child(4),.assessment-detail-table td:nth-child(4),.assessment-detail-table th:nth-child(5),.assessment-detail-table td:nth-child(5),.assessment-detail-table th:nth-child(8),.assessment-detail-table td:nth-child(8){text-align:right;font-variant-numeric:tabular-nums}.assessment-detail-table th:nth-child(2),.assessment-detail-table td:nth-child(2),.assessment-detail-table th:nth-child(3),.assessment-detail-table td:nth-child(3),.assessment-detail-table th:nth-child(9),.assessment-detail-table td:nth-child(9),.assessment-detail-table th:nth-child(10),.assessment-detail-table td:nth-child(10){text-align:left}.assessment-detail-table th:nth-child(6),.assessment-detail-table td:nth-child(6),.assessment-detail-table th:nth-child(7),.assessment-detail-table td:nth-child(7),.assessment-detail-table th:nth-child(11),.assessment-detail-table td:nth-child(11),.assessment-detail-table th:nth-child(12),.assessment-detail-table td:nth-child(12){text-align:center;font-variant-numeric:tabular-nums}
@media(max-width:800px){:root{--sidebar:100%}.sidebar{position:sticky;top:0;z-index:40;height:auto;max-height:42vh;padding:12px;overflow:auto}.brand{padding:0 6px 10px;margin-bottom:10px}.brand h1{font-size:15px}.brand p,.side-note,.nav-group{display:none}.nav{display:flex;gap:6px;overflow-x:auto;padding-bottom:4px}.nav button{flex:0 0 auto;width:190px;min-height:44px;padding:9px 10px}.topbar{position:static;height:auto;min-height:56px;padding:12px 16px}.topbar h2{font-size:15px}.content{padding:14px}.grid.cards,.grid.two,.preview-summary{grid-template-columns:1fr}.section-title{display:block}.section-title span{display:block;margin-top:5px}.modal{padding:18px}.modal-actions{display:grid;grid-template-columns:1fr 1fr}}
.assessment-detail-table{table-layout:auto;min-width:1320px}.assessment-detail-table th,.assessment-detail-table td{white-space:nowrap}.assessment-detail-table th:nth-child(1),.assessment-detail-table td:nth-child(1){width:64px;text-align:right}.assessment-detail-table th:nth-child(2),.assessment-detail-table td:nth-child(2){min-width:210px;text-align:left}.assessment-detail-table th:nth-child(3),.assessment-detail-table td:nth-child(3){min-width:110px;text-align:left}.assessment-detail-table th:nth-child(4),.assessment-detail-table td:nth-child(4),.assessment-detail-table th:nth-child(5),.assessment-detail-table td:nth-child(5),.assessment-detail-table th:nth-child(8),.assessment-detail-table td:nth-child(8){width:96px;text-align:right;font-variant-numeric:tabular-nums}.assessment-detail-table th:nth-child(6),.assessment-detail-table td:nth-child(6),.assessment-detail-table th:nth-child(7),.assessment-detail-table td:nth-child(7),.assessment-detail-table th:nth-child(11),.assessment-detail-table td:nth-child(11),.assessment-detail-table th:nth-child(12),.assessment-detail-table td:nth-child(12){min-width:126px;text-align:center;font-variant-numeric:tabular-nums}.assessment-detail-table th:nth-child(9),.assessment-detail-table td:nth-child(9){min-width:150px;text-align:left}.assessment-detail-table th:nth-child(10),.assessment-detail-table td:nth-child(10){min-width:130px;text-align:left}.assessment-history-table{table-layout:auto;min-width:1540px}.assessment-history-table th,.assessment-history-table td{white-space:nowrap}.assessment-history-table .num{text-align:right;font-variant-numeric:tabular-nums}
.assessment-history-table{table-layout:fixed;min-width:1540px}.assessment-history-table th,.assessment-history-table td{font-size:12px;line-height:1.35;padding:8px 10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;vertical-align:middle}.assessment-history-table th{font-size:11px;text-align:center}.assessment-history-table th:nth-child(1),.assessment-history-table td:nth-child(1){width:150px;text-align:left}.assessment-history-table th:nth-child(2),.assessment-history-table td:nth-child(2){width:140px;text-align:left}.assessment-history-table th:nth-child(3),.assessment-history-table td:nth-child(3){width:90px;text-align:left}.assessment-history-table th:nth-child(4),.assessment-history-table td:nth-child(4),.assessment-history-table th:nth-child(5),.assessment-history-table td:nth-child(5),.assessment-history-table th:nth-child(6),.assessment-history-table td:nth-child(6),.assessment-history-table th:nth-child(7),.assessment-history-table td:nth-child(7),.assessment-history-table th:nth-child(8),.assessment-history-table td:nth-child(8){width:92px;text-align:right;font-variant-numeric:tabular-nums}.assessment-history-table th:nth-child(9),.assessment-history-table td:nth-child(9),.assessment-history-table th:nth-child(10),.assessment-history-table td:nth-child(10){width:120px;text-align:center}.assessment-history-table th:nth-child(11),.assessment-history-table td:nth-child(11){width:92px;text-align:right;font-variant-numeric:tabular-nums}.assessment-history-table th:nth-child(12),.assessment-history-table td:nth-child(12),.assessment-history-table th:nth-child(13),.assessment-history-table td:nth-child(13){width:118px;text-align:center;font-variant-numeric:tabular-nums}.assessment-history-table th:nth-child(14),.assessment-history-table td:nth-child(14){width:70px;text-align:center}.assessment-history-table th:nth-child(15),.assessment-history-table td:nth-child(15){width:108px;text-align:center}.assessment-history-table .btn.small{font-size:11px;padding:4px 7px}
.bottleneck-capacity-table{table-layout:fixed;min-width:980px}.bottleneck-capacity-table th,.bottleneck-capacity-table td{font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bottleneck-capacity-table th{text-align:center}.bottleneck-capacity-table th:nth-child(1),.bottleneck-capacity-table td:nth-child(1){width:150px;text-align:left}.bottleneck-capacity-table th:nth-child(2),.bottleneck-capacity-table td:nth-child(2){width:130px;text-align:left}.bottleneck-capacity-table th:nth-child(3),.bottleneck-capacity-table td:nth-child(3),.bottleneck-capacity-table th:nth-child(4),.bottleneck-capacity-table td:nth-child(4){width:110px;text-align:right;font-variant-numeric:tabular-nums}.bottleneck-capacity-table th:nth-child(5),.bottleneck-capacity-table td:nth-child(5),.bottleneck-capacity-table th:nth-child(6),.bottleneck-capacity-table td:nth-child(6),.bottleneck-capacity-table th:nth-child(7),.bottleneck-capacity-table td:nth-child(7){width:150px;text-align:center;font-variant-numeric:tabular-nums}
.order-plan-summary .metric .v{font-size:16px;line-height:1.35}.order-plan-table{table-layout:fixed;min-width:1320px}.order-plan-table th,.order-plan-table td{font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;vertical-align:middle}.order-plan-table th{text-align:center}.order-plan-table th:nth-child(1),.order-plan-table td:nth-child(1){width:64px;text-align:right}.order-plan-table th:nth-child(2),.order-plan-table td:nth-child(2){width:180px;text-align:left}.order-plan-table th:nth-child(3),.order-plan-table td:nth-child(3){width:120px;text-align:left}.order-plan-table th:nth-child(4),.order-plan-table td:nth-child(4),.order-plan-table th:nth-child(5),.order-plan-table td:nth-child(5){width:110px;text-align:right;font-variant-numeric:tabular-nums}.order-plan-table th:nth-child(6),.order-plan-table td:nth-child(6){width:150px;text-align:left}.order-plan-table th:nth-child(7),.order-plan-table td:nth-child(7){width:130px;text-align:left}.order-plan-table th:nth-child(n+8),.order-plan-table td:nth-child(n+8){width:150px;text-align:center;font-variant-numeric:tabular-nums}
.batch-plan-table{table-layout:fixed;min-width:1180px}.batch-plan-table th,.batch-plan-table td{font-size:12px;line-height:1.35;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;vertical-align:middle}.batch-plan-table th:nth-child(1),.batch-plan-table td:nth-child(1){width:130px;text-align:left}.batch-plan-table th:nth-child(2),.batch-plan-table td:nth-child(2){width:130px;text-align:right;font-variant-numeric:tabular-nums}.batch-plan-table th:nth-child(3),.batch-plan-table td:nth-child(3){width:110px;text-align:right;font-variant-numeric:tabular-nums}.batch-plan-table th:nth-child(4),.batch-plan-table td:nth-child(4){width:150px;text-align:right;font-variant-numeric:tabular-nums}.batch-plan-table th:nth-child(5),.batch-plan-table td:nth-child(5),.batch-plan-table th:nth-child(6),.batch-plan-table td:nth-child(6){width:120px;text-align:right;font-variant-numeric:tabular-nums}.batch-plan-table th:nth-child(7),.batch-plan-table td:nth-child(7){width:160px;text-align:left;font-variant-numeric:tabular-nums}.batch-plan-table th:nth-child(8),.batch-plan-table td:nth-child(8){width:120px;text-align:right;font-variant-numeric:tabular-nums}.batch-plan-table th:nth-child(9),.batch-plan-table td:nth-child(9){width:190px;text-align:center}.batch-plan-table td:nth-child(9) .badge{justify-content:center;min-width:126px}
.route-table table{min-width:1780px}.route-table th,.route-table td{font-size:12px;white-space:nowrap}.route-table th{text-align:center}.route-table td:last-child{text-align:center}
