:root{--ink:#192724;--muted:#6d7c78;--paper:#f3f7f5;--white:#fff;--line:#dce6e2;--teal:#087e72;--dark:#173d38;--pale:#e5f3f0;--lime:#cfe65f;--blue:#3d7ca9;--amber:#d99a32;--red:#c94e48;--violet:#7362a8;--shadow:0 12px 34px #153d3210}
*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font:400 15px/1.5 Arial,"Microsoft JhengHei",sans-serif}button,input,select,textarea{font:inherit;color:inherit}button{cursor:pointer}.shell{min-height:100vh;display:grid;grid-template-columns:244px minmax(0,1fr)}
.sidebar{position:sticky;top:0;height:100vh;z-index:30;display:flex;flex-direction:column;padding:25px 18px 18px;background:var(--dark);color:#e6f0ed}.brand{display:flex;align-items:center;gap:12px;padding:0 8px 26px}.brand .logo{width:40px;height:40px;display:grid;place-items:center;border:1px solid #ffffff40;border-radius:13px;color:var(--lime);font-size:28px;transform:rotate(-20deg)}.brand b,.brand small{display:block}.brand b{font-size:17px}.brand small{color:#a9c0ba;font-size:12px}.sidebar nav{display:grid;gap:6px}.nav{min-height:46px;display:flex;align-items:center;gap:12px;padding:0 12px;border:0;border-radius:11px;background:transparent;color:#bdcfca;text-align:left}.nav>span{width:20px;font-size:20px}.nav:hover,.nav.active{background:#ffffff12;color:#fff}.nav.active{box-shadow:inset 3px 0 var(--lime)}.nav>i{min-width:23px;height:23px;display:grid;place-items:center;margin-left:auto;border-radius:8px;background:#ffffff14;font-size:11px;font-style:normal}.nav .warn{background:#785d23;color:#ffe5a2}.nav .hot{background:#744140;color:#ffd4cf}.side-foot{margin-top:auto}.online{margin:0 6px 12px;padding:12px 9px;border:1px solid #ffffff12;border-radius:10px;color:#b6c9c4;font-size:12px}.online i{width:8px;height:8px;display:inline-block;margin-right:6px;border-radius:50%;background:var(--lime);box-shadow:0 0 0 4px #cfe65f18}.online b{float:right;color:white}.user{display:flex;align-items:center;gap:10px;padding:12px 8px;border-top:1px solid #ffffff18}.user>span{width:36px;height:36px;display:grid;place-items:center;border-radius:11px;background:#dcefb2;color:#25423c;font-weight:bold}.user b,.user small{display:block}.user small{color:#a9c0ba;font-size:11px}.user em{margin-left:auto;color:#94aaa4;font-style:normal}
.content{min-width:0}.content>header{position:sticky;top:0;z-index:20;height:82px;display:flex;align-items:center;gap:18px;padding:0 clamp(22px,3vw,44px);border-bottom:1px solid var(--line);background:#fffffff0;backdrop-filter:blur(14px)}.title{min-width:195px}.title small,.kicker{color:var(--teal);font-size:11px;font-weight:bold;letter-spacing:.08em}.title h1{margin:1px 0;font-size:20px}.search{max-width:470px;height:42px;flex:1;display:flex;align-items:center;gap:9px;margin-left:auto;padding:0 11px;border:1px solid var(--line);border-radius:11px;background:#f8faf9;color:var(--muted)}.search:focus-within{border-color:#74aaa3;box-shadow:0 0 0 3px #087e7212}.search input{min-width:0;flex:1;border:0;outline:0;background:transparent}.search kbd{padding:2px 6px;border:1px solid var(--line);border-bottom-width:2px;border-radius:5px;background:#fff;font-size:11px}.bell,.menu{width:40px;height:40px;position:relative;border:1px solid var(--line);border-radius:11px;background:#fff}.bell i{position:absolute;right:8px;top:7px;width:7px;height:7px;border:2px solid #fff;border-radius:50%;background:#e46957}.menu{display:none}.primary,.secondary,.outline{min-height:40px;padding:0 15px;border-radius:10px;font-weight:bold}.primary{border:1px solid var(--teal);background:var(--teal);color:#fff;box-shadow:0 7px 18px #087e7225}.primary:hover{background:#08665e;transform:translateY(-1px)}.secondary{border:1px solid #a8c8c1;background:#f0f8f6;color:#08655c}.outline{border:1px solid var(--line);background:#fff;color:#465852}
main{width:min(1560px,100%);margin:auto;padding:34px clamp(22px,3vw,44px) 60px}.view{animation:fade .22s ease}.view[hidden]{display:none}@keyframes fade{from{opacity:0;transform:translateY(4px)}}.intro,.view-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:24px}.intro h2,.view-head h2{margin:3px 0 4px;font-size:clamp(22px,2.2vw,30px);line-height:1.25;letter-spacing:-.03em}.intro p,.view-head p{margin:0;color:var(--muted)}
.db-source{display:inline-flex;align-items:center;gap:6px;margin-top:8px;padding:3px 8px;border-radius:7px;background:#edf1f0;color:#71807c;font-size:11px;font-weight:bold}.db-source i{width:7px;height:7px;border-radius:50%;background:#9aa6a2}.db-source.connected{background:var(--pale);color:#07655c}.db-source.connected i{background:#2eae7d;box-shadow:0 0 0 3px #2eae7d20}.db-source.fallback{background:#fff1da;color:#95651c}.db-source.fallback i{background:var(--amber)}
.metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:18px}.metrics article{--accent:var(--teal);min-width:0;padding:19px;border:1px solid var(--line);border-top:3px solid var(--accent);border-radius:14px;background:#fff}.metrics article.blue{--accent:var(--blue)}.metrics article.amber{--accent:var(--amber)}.metrics article.violet{--accent:var(--violet)}.metrics article>div:first-child{display:flex;justify-content:space-between;color:#576762;font-size:13px}.metrics article em{padding:3px 7px;border-radius:6px;background:#edf6f3;color:var(--accent);font-size:11px;font-style:normal;font-weight:bold}.metrics article>strong{display:block;margin:8px 0 5px;font-size:34px;line-height:1}.metrics sup{color:#82908c;font-size:16px}.metrics small{color:var(--muted);font-size:12px}.bars{height:25px;width:82px;display:flex!important;align-items:flex-end;gap:4px;margin:-29px 0 6px auto}.bars i{flex:1;border-radius:2px 2px 0 0;background:#9bcac3}.meter{height:4px;margin:14px 0 10px;background:#eaf0ee;border-radius:8px}.meter i{height:100%;display:block;border-radius:inherit;background:var(--accent)}.chips{display:flex!important;gap:5px;margin:11px 0 9px}.chips i{padding:3px 6px;border-radius:6px;background:#fff0d9;color:#906219;font-size:10px;font-style:normal}
.panel{border:1px solid var(--line);border-radius:16px;background:#fff;box-shadow:0 3px 14px #193a3008}.dashboard{display:grid;grid-template-columns:minmax(0,1.8fr) minmax(280px,.72fr);gap:18px}.case-focus{padding:23px}.panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.panel-head h3{margin:2px 0;font-size:18px}.panel-head>button{border:0;background:transparent;color:#82908c}.meta{display:flex;align-items:center;flex-wrap:wrap;gap:9px;margin:13px 0 22px;color:var(--muted);font-size:12px}.meta>b{color:#3b4e48}.meta i{padding:3px 8px;border-radius:6px;background:#ffefe5;color:#b6572b;font-style:normal;font-weight:bold}.pipeline{position:relative;display:grid;grid-template-columns:repeat(6,1fr);margin:0 -7px 22px}.pipeline:before{content:"";position:absolute;top:17px;left:8.3%;right:8.3%;height:2px;background:#dce5e2}.pipeline button{z-index:1;display:flex;min-width:0;flex-direction:column;align-items:center;gap:5px;border:0;background:transparent;color:#899692}.pipeline button>i{width:34px;height:34px;display:grid;place-items:center;border:2px solid #d7e1de;border-radius:50%;background:#fff;font-size:11px;font-style:normal}.pipeline button>b{max-width:100%;overflow:hidden;color:#63746f;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.pipeline button small{font-size:9px;white-space:nowrap}.pipeline .done>i{border-color:var(--teal);background:var(--teal);color:white}.pipeline .done>b{color:#08655c}.pipeline .current>i{border-color:var(--teal);color:var(--teal);box-shadow:0 0 0 5px var(--pale)}.pipeline .current>b{color:var(--ink)}.task{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:13px;padding:14px;border:1px solid #cce0db;border-radius:12px;background:#f3f9f7}.task>span{width:40px;height:40px;display:grid;place-items:center;border-radius:10px;background:var(--pale);color:var(--teal);font-size:20px}.task small,.task b,.task em{display:block}.task small{color:var(--teal);font-size:10px}.task b{font-size:13px}.task em{color:var(--muted);font-size:10px;font-style:normal}
.actions{overflow:hidden}.actions>.panel-head{padding:20px 20px 12px}.actions>.panel-head>b,.test-list>.panel-head>b{min-width:27px;height:27px;display:grid;place-items:center;border-radius:8px;background:#edf3f1;font-size:12px}.actions>button{width:100%;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;padding:14px 17px;border:0;border-top:1px solid #eaf0ee;background:white;text-align:left}.actions>button:hover{background:#f8fbfa}.actions>button>i{width:29px;height:29px;display:grid;place-items:center;border-radius:9px;font-style:normal;font-weight:bold}.actions .red{background:#fee8e7;color:var(--red)}.actions .orange{background:#fff1da;color:#aa721d}.actions .cyan{background:#e6f1f8;color:var(--blue)}.actions button b,.actions button small{display:block}.actions button b{font-size:12px}.actions button small{color:var(--muted);font-size:10px}.actions button em{font-size:20px;font-style:normal}.actions .all{display:block;color:var(--teal);font-size:12px;font-weight:bold}
.lower{display:grid;grid-template-columns:1.4fr .8fr;gap:18px;margin-top:18px}.schedule,.lab{padding:20px 22px}.schedule .panel-head>small{color:var(--teal);font-size:10px}.schedule .panel-head>small span{color:#c8d0cd}.chart{height:100px;display:flex;align-items:flex-end;gap:10px;margin-top:13px}.chart div{height:100%;flex:1;display:grid;grid-template:1fr auto/1fr auto;align-items:end;gap:4px;color:var(--muted);font-size:9px}.chart i{height:var(--h);grid-column:1/3;border-radius:6px 6px 2px 2px;background:var(--teal);opacity:.73}.chart .high i{background:var(--amber)}.chart b{font-weight:normal}.lab>.panel-head>small{color:var(--muted)}.lab>.panel-head>small i{width:7px;height:7px;display:inline-block;border-radius:50%;background:#39ad80}.lab>div:last-child{display:grid;grid-template-columns:repeat(3,1fr);margin-top:26px}.lab>div:last-child>span{padding-right:8px;border-right:1px solid #e9efed}.lab>div:last-child>span:last-child{border:0}.lab span b,.lab span small{display:block}.lab span b{font-size:22px}.lab span b sup{color:#84918d;font-size:10px}.lab span small{color:var(--muted);font-size:10px}
.tabs{display:flex;padding:3px;border:1px solid var(--line);border-radius:10px;background:#fff}.tabs button{padding:6px 12px;border:0;border-radius:7px;background:transparent;color:var(--muted)}.tabs .active{background:var(--pale);color:#07655c;font-weight:bold}.table-card{overflow:hidden}.table-tools{display:flex;align-items:center;justify-content:space-between;padding:15px 18px}.table-tools button{padding:7px 10px;border:1px solid var(--line);border-radius:8px;background:#fff}.table-wrap{overflow-x:auto}table{width:100%;border-collapse:collapse}th{padding:12px 16px;background:#f6f9f8;color:#71817c;text-align:left;font-size:11px;white-space:nowrap}td{padding:16px;border-top:1px solid #eaf0ee;font-size:13px}td b,td small{display:block}td small{color:var(--muted);font-size:10px}.progress{width:90px;height:4px;border-radius:9px;background:#e8eeec}.progress i{height:100%;display:block;border-radius:inherit;background:var(--teal)}.status{display:inline-block;padding:4px 8px;border-radius:7px;font-size:10px;font-style:normal;font-weight:bold;white-space:nowrap}.status.teal{background:var(--pale);color:#07655c}.status.purple{background:#edeafa;color:#65539c}.blue-status{background:#e6f0f7;color:#336e98}.red-status{background:#ffe8e6;color:#ba493f}
.route{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:30px;padding:18px 22px;margin-bottom:18px;border-radius:15px;background:linear-gradient(115deg,#17534c,#207b6f);color:white}.route small,.route b{display:block}.route small{color:#b9d7d1}.route span{display:flex;gap:9px;font-size:11px}.route>i{padding:4px 8px;border-radius:7px;background:#e4f3f0;color:#08655c;font-size:10px;font-style:normal;font-weight:bold}.board{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.board>div{min-height:380px;padding:14px;border:1px solid var(--line);border-radius:15px;background:#ebf1ef}.board h3{display:flex;justify-content:space-between;margin:2px 2px 14px;font-size:14px}.board h3 b{min-width:25px;height:25px;display:grid;place-items:center;border-radius:8px;background:#fff;font-size:11px}.board article{display:grid;grid-template-columns:auto 1fr auto;gap:10px;padding:14px;margin-bottom:10px;border:1px solid var(--line);border-radius:12px;background:#fff}.board article.featured{border-color:#8fc0b7;box-shadow:inset 3px 0 var(--teal)}.board article>i{width:31px;height:31px;display:grid;place-items:center;border-radius:9px;font-size:11px;font-style:normal;font-weight:bold}.water{background:#e4f1f9;color:#2770a3}.air{background:#eeebfa;color:#6c63a1}.soil{background:#f4eadc;color:#805c32}.waste{background:#f8e7e2;color:#a85844}.board article b,.board article small,.board mark{display:block}.board article small{color:var(--muted);font-size:10px}.board article em{color:var(--muted);font-size:9px;font-style:normal;white-space:nowrap}.board mark{width:max-content;margin-top:7px;padding:3px 6px;border-radius:5px;background:var(--pale);color:#08655c;font-size:9px}
.test-grid{display:grid;grid-template-columns:1.5fr .7fr;gap:18px}.test-list{overflow:hidden}.test-list>.panel-head{padding:18px 20px}.test-list>button{width:100%;display:grid;grid-template-columns:auto 1fr 90px;align-items:center;gap:14px;padding:16px 20px;border:0;border-top:1px solid #eaf0ee;background:#fff;text-align:left}.test-list>button:hover,.test-list>button.selected{background:#f5faf8}.test-list>button.selected{box-shadow:inset 3px 0 var(--teal)}.test-list>button>i{width:42px;height:42px;display:grid;place-items:center;border-radius:11px;background:var(--pale);color:#07655c;font-size:11px;font-style:normal;font-weight:bold}.test-list .amber-bg{background:#fff1d9;color:#9a681b}.test-list .blue-bg{background:#e5eff7;color:#346e98}.test-list .violet-bg{background:#eeeafa;color:#66559d}.test-list span b,.test-list span small{display:block}.test-list span small{color:var(--muted);font-size:10px}.test-list>button>em{text-align:right;font-size:11px;font-style:normal;font-weight:bold}.danger{color:var(--red)}.test-detail{padding:23px}.test-detail h3{margin:4px 0}.test-detail>small{color:var(--muted)}dl{margin:23px 0}dl div{display:flex;justify-content:space-between;padding:9px 0;border-bottom:1px solid #eaf0ee}dt{color:var(--muted);font-size:11px}dd{margin:0;font-size:11px;font-weight:bold}.qc{padding:14px;margin-bottom:18px;border-radius:11px;background:#f2f7f5}.qc small,.qc b{display:block}.qc small{color:#a9701c}.qc p{margin:4px 0 0;color:var(--muted);font-size:10px}.wide{width:100%}
.reports{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.reports>article{overflow:hidden;border:1px solid var(--line);border-radius:16px;background:#fff}.paper{height:150px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;background:#edf6f3;color:#739991}.paper>i{width:40%;height:3px;border-radius:4px;background:#b9d4ce}.paper>i:nth-of-type(2){width:47%}.paper>i:nth-of-type(3){width:33%}.paper>b{font-size:10px;letter-spacing:.18em}.paper>strong{color:var(--teal);font-size:17px}.paper-blue{background:#eef4f8;color:#7997ad}.paper-blue>strong{color:var(--blue)}.paper-green{background:#f1f5e9;color:#91a16a}.paper-green>strong{color:#71833f}.reports section{padding:20px}.reports h3{margin:11px 0 3px;font-size:16px}.reports p{margin:0 0 18px;color:var(--muted);font-size:10px}.sign{display:flex;align-items:center;gap:6px;margin-bottom:16px;color:#85928e;font-size:9px}.sign b{color:var(--teal)}.sign i{height:1px;flex:1;background:var(--line)}
.analytics{display:grid;grid-template-columns:1.5fr .8fr;gap:18px}.trend,.mix,.quality{padding:22px}.trend .panel-head>b{font-size:26px}.trend .panel-head>b small{color:var(--muted);font-size:10px}.trend svg{width:100%;height:220px;margin-top:20px}.trend .area{fill:url(#g)}.trend .line{fill:none;stroke:var(--teal);stroke-width:3}.months{display:flex;justify-content:space-between;color:var(--muted);font-size:10px}.mix{display:grid;grid-template-columns:1fr 1fr;align-items:center}.mix>div:first-child{grid-column:1/3}.mix h3,.quality h3{margin:2px 0}.donut{width:140px;aspect-ratio:1;display:grid;place-items:center;margin:22px auto;border-radius:50%;background:conic-gradient(var(--teal) 0 52%,var(--blue) 52% 75%,#b9905d 75% 90%,#d47861 90%)}.donut:before{content:"";width:86px;aspect-ratio:1;grid-area:1/1;border-radius:50%;background:#fff}.donut span{z-index:1;grid-area:1/1;text-align:center}.donut b,.donut small{display:block}.donut b{font-size:23px}.donut small{color:var(--muted)}.mix ul{padding:0;list-style:none}.mix li{display:flex;align-items:center;gap:7px;margin:9px 0;color:var(--muted);font-size:11px}.mix li i{width:8px;height:8px;border-radius:50%;background:var(--teal)}.mix li:nth-child(2) i{background:var(--blue)}.mix li:nth-child(3) i{background:#b9905d}.mix li:nth-child(4) i{background:#d47861}.mix li b{margin-left:auto;color:var(--ink)}.quality{grid-column:1/3}.quality>div{margin-bottom:14px}.quality td b{color:var(--teal)}.quality td em{color:#b07920;font-style:normal;font-weight:bold}
dialog{width:min(620px,calc(100% - 32px));padding:0;border:0;border-radius:18px;box-shadow:0 30px 90px #0a231d47}dialog::backdrop{background:#10252078;backdrop-filter:blur(3px)}dialog form{padding:24px}.modal-head{display:flex;justify-content:space-between;margin-bottom:21px}.modal-head h2{margin:3px 0}.modal-head p{margin:0;color:var(--muted)}.modal-head>button{width:38px;height:38px;border:1px solid var(--line);border-radius:10px;background:#fff;font-size:20px}.form{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form label{display:grid;gap:6px;color:#53635f;font-size:12px;font-weight:bold}.form input,.form select,.form textarea{width:100%;padding:10px;border:1px solid var(--line);border-radius:9px;outline:0;background:#fff}.form input:focus,.form select:focus,.form textarea:focus{border-color:var(--teal);box-shadow:0 0 0 3px #087e7212}.form .full{grid-column:1/3}.modal-actions{display:flex;justify-content:flex-end;gap:9px;margin-top:22px;padding-top:18px;border-top:1px solid #eaf0ee}.toast{position:fixed;right:24px;bottom:24px;z-index:100;display:flex;align-items:center;gap:11px;padding:13px 18px;border:1px solid #bdd7d1;border-radius:12px;background:white;box-shadow:var(--shadow);opacity:0;transform:translateY(15px);pointer-events:none;transition:.25s}.toast.show{opacity:1;transform:none}.toast>span{width:27px;height:27px;display:grid;place-items:center;border-radius:50%;background:var(--pale);color:var(--teal);font-weight:bold}.toast b,.toast small{display:block}.toast small{color:var(--muted)}.focus{animation:pulse 1s ease 2}@keyframes pulse{50%{box-shadow:0 0 0 5px #cfe65f80,var(--shadow)}}.scrim{display:none}
@media(max-width:1180px){.metrics{grid-template-columns:repeat(2,1fr)}.dashboard,.lower{grid-template-columns:1fr}.reports{grid-template-columns:1fr 1fr}}@media(max-width:900px){.shell{grid-template-columns:1fr}.sidebar{position:fixed;left:0;width:244px;transform:translateX(-105%);transition:.22s}.sidebar.open{transform:none;box-shadow:20px 0 50px #0a231d40}.scrim.show{display:block;position:fixed;inset:0;z-index:25;background:#10251f60}.menu{display:block}.title{min-width:150px}.test-grid{grid-template-columns:1fr}.analytics{grid-template-columns:1fr}.quality{grid-column:auto;overflow-x:auto}}@media(max-width:680px){.content>header{height:72px;gap:9px;padding:10px 15px}.title{margin-right:auto}.title small,.search,.bell{display:none}.title h1{font-size:17px}.content>header .primary{padding:0 10px}main{padding:24px 15px 48px}.intro,.view-head{align-items:flex-start;flex-direction:column}.metrics{grid-template-columns:1fr}.pipeline{grid-template-columns:repeat(3,1fr);gap:16px 0}.pipeline:before{display:none}.task{grid-template-columns:auto 1fr}.task .secondary{grid-column:1/3;width:100%}.route{grid-template-columns:1fr;gap:12px}.route span{overflow-x:auto}.board,.reports{grid-template-columns:1fr}.board>div{min-height:auto}.test-list>button{grid-template-columns:auto 1fr}.test-list>button>em{grid-column:2}.form{grid-template-columns:1fr}.form .full{grid-column:auto}.toast{left:15px;right:15px;bottom:15px}}@media(prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;transition-duration:.01ms!important}}
