:root{--bg:#f4f1ea;--card:#fffdfa;--ink:#182521;--muted:#69736e;--line:#e4ded2;--teal:#0b5459;--dark:#07383c;--orange:#e76b2d}
*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font:14px "Microsoft YaHei","PingFang SC",sans-serif}.shell{display:grid;grid-template-columns:240px 1fr;min-height:100vh}aside{position:sticky;top:0;height:100vh;padding:26px 18px;display:flex;flex-direction:column;background:var(--dark);color:#fff}.brand{display:flex;gap:12px;align-items:center;padding:0 10px 26px}.brand>b,.profile>b{display:grid;place-items:center;background:var(--orange);color:#fff}.brand>b{width:42px;height:42px;border-radius:13px}.brand strong,.brand small,.profile span,.profile small{display:block}.brand small{margin-top:4px;color:#ffffff8f;font-size:11px}nav{display:grid;gap:8px}nav button{padding:13px 15px;border:0;border-radius:12px;background:transparent;color:#ffffffa6;text-align:left;font:inherit;cursor:pointer}nav button:hover,nav button.active{background:#ffffff16;color:#fff}.online{margin-top:auto;padding:14px;border:1px solid #ffffff1c;border-radius:12px;color:#ffffffb0;font-size:11px}.online i{display:inline-block;width:8px;height:8px;margin-right:8px;border-radius:50%;background:#4fd18b}main{min-width:0}header{height:102px;padding:0 34px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);background:#fffdfaab}header h1{margin:5px 0 0;font-size:25px}header small{color:var(--muted)}.profile{display:flex;gap:10px;align-items:center}.profile>b{width:40px;height:40px;border-radius:50%;background:var(--teal)}.profile span{font-weight:700}.profile small{margin-top:3px;font-weight:400}.content{padding:28px 34px 44px}.metrics{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.card,.panel{border:1px solid var(--line);border-radius:17px;background:var(--card);box-shadow:0 15px 36px #1f2f2a12}.card{padding:18px}.card span{color:var(--muted);font-size:12px}.card strong{display:block;margin:10px 0 7px;font-size:26px}.card small{color:#89918d}.grid{display:grid;grid-template-columns:1.55fr 1fr;gap:18px;margin-top:18px}.panel{padding:22px;margin-top:18px}.grid .panel{margin-top:0}.panel h2{margin:0;font-size:16px}.panel>p{margin:6px 0 18px;color:var(--muted);font-size:11px}.bars{height:205px;display:flex;align-items:flex-end;justify-content:space-around;border-bottom:1px solid var(--line)}.barcol{height:100%;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;gap:6px;font-size:10px;color:var(--muted)}.bar{width:25px;min-height:6px;border-radius:8px 8px 2px 2px;background:linear-gradient(#1c7378,var(--dark))}.feature{margin:16px 0}.feature div{display:flex;justify-content:space-between}.track{height:7px!important;margin-top:8px;border-radius:8px;background:#ece9e2}.track i{display:block;height:100%;border-radius:8px;background:var(--orange)}table{width:100%;border-collapse:collapse;font-size:12px}th,td{padding:12px;text-align:left;border-bottom:1px solid #eee9df}th{color:var(--muted);background:#f6f4ef}.tag{padding:4px 8px;border-radius:14px;color:var(--teal);background:#e7f1ef}.ok{color:#18794e}.fail{color:#b13b2e}.empty{padding:55px 10px;text-align:center;color:var(--muted)}.form{display:grid;grid-template-columns:1fr 1fr;gap:17px}.form label{font-size:12px;font-weight:700}.form input,.form select{width:100%;height:44px;margin-top:8px;padding:0 12px;border:1px solid var(--line);border-radius:10px;background:#fbfaf7}.full{grid-column:1/-1}.save{margin-top:22px;padding:12px 20px;border:0;border-radius:10px;background:var(--teal);color:#fff;font-weight:700;cursor:pointer}.notice{margin-left:12px;color:var(--teal)}.loading{padding:80px;text-align:center;color:var(--muted)}
.panel hr{margin:28px 0;border:0;border-top:1px solid var(--line)}.check{display:flex;align-items:center;gap:8px}.check input{width:16px;height:16px;margin:0}
.preset{display:flex;align-items:center;justify-content:space-between;margin:18px 0;padding:15px;border:1px solid #cfe0dc;border-radius:13px;background:#edf6f3}.preset b,.preset span{display:block}.preset span{margin-top:4px;color:var(--muted);font-size:11px}.preset button{padding:9px 13px;border:0;border-radius:9px;background:var(--teal);color:#fff;cursor:pointer}.form label small{display:block;margin-top:7px;color:var(--muted);font-weight:400}.doc-link{display:inline-block;margin:20px 0 0 16px;color:var(--teal);font-size:12px}
.login-page{min-height:100vh;display:grid;place-items:center;padding:20px;background:radial-gradient(circle at top left,#e5f0ed,transparent 38%),var(--bg)}.login-card{width:min(420px,100%);padding:36px;border:1px solid var(--line);border-radius:22px;background:var(--card);box-shadow:0 24px 70px #1f2f2a24}.login-logo{width:52px;height:52px;display:grid;place-items:center;margin:auto;border-radius:16px;background:var(--orange);color:#fff;font-size:20px;font-weight:900}.login-card h1{text-align:center;margin:18px 0 6px;font-size:23px}.login-card>p{text-align:center;margin:0 0 26px;color:var(--muted)}.login-card label{display:block;margin-top:15px;font-size:12px;font-weight:700}.login-card input{width:100%;height:45px;margin-top:8px;padding:0 12px;border:1px solid var(--line);border-radius:10px}.login-card button{width:100%;height:45px;margin-top:18px;border:0;border-radius:10px;background:var(--teal);color:#fff;font-weight:800;cursor:pointer}.login-card a{display:block;margin-top:16px;text-align:center;color:var(--teal);cursor:pointer}.login-msg{min-height:20px;margin-top:14px;text-align:center;color:#b13b2e;font-size:12px}
@media(max-width:1050px){.metrics{grid-template-columns:repeat(3,1fr)}.grid{grid-template-columns:1fr}}@media(max-width:720px){.shell{grid-template-columns:1fr}aside{position:static;height:auto;padding:14px}.brand{padding-bottom:12px}nav{grid-template-columns:repeat(5,1fr)}nav button{font-size:0;text-align:center}nav button:first-letter{font-size:14px}.online{display:none}header{height:86px;padding:0 16px}.profile{display:none}.content{padding:18px 14px}.metrics{grid-template-columns:1fr 1fr}.form{grid-template-columns:1fr}.full{grid-column:auto}}
