:root{font-family:Segoe UI,Microsoft YaHei UI,Microsoft YaHei,sans-serif;color:#162033;background:#f5f7fa;font-synthesis:none;--primary: #1677ff;--primary-soft: #eaf3ff;--text: #162033;--muted: #6b778c;--line: #e5eaf2;--page: #f5f7fa;--success: #16a767;--warning: #f59e0b;--danger: #ed4e5c;--purple: #7656e8}*{box-sizing:border-box}html,body,#app{margin:0;min-width:1024px;min-height:100%}body{min-height:100vh;background:var(--page)}button,input,select,textarea{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}.admin-shell{min-height:100vh;display:grid;grid-template-columns:228px 1fr}.sidebar{position:fixed;inset:0 auto 0 0;width:228px;background:#fff;border-right:1px solid var(--line);display:flex;flex-direction:column;z-index:20}.brand{height:72px;display:flex;align-items:center;gap:12px;padding:0 24px;border-bottom:1px solid #f0f3f7}.brand-mark{width:42px;height:42px;border-radius:13px;background:var(--primary-soft);color:var(--primary);display:grid;place-items:center}.brand-title{font-size:17px;font-weight:700;letter-spacing:.2px}.brand-subtitle{font-size:12px;color:var(--muted);margin-top:2px}.nav{padding:16px 12px;display:flex;flex-direction:column;gap:5px}.nav-link{height:46px;display:flex;align-items:center;gap:13px;padding:0 14px;border-radius:9px;color:#4c5b70;font-size:14px;transition:.16s ease}.nav-link:hover{background:#f5f8fc;color:var(--text)}.nav-link.router-link-active{color:var(--primary);background:var(--primary-soft);font-weight:600}.nav-link svg{width:19px;height:19px;stroke-width:1.8}.sidebar-footer{margin-top:auto;border-top:1px solid var(--line);padding:15px 18px 20px;color:var(--muted);font-size:12px;line-height:1.7}.main-column{grid-column:2;min-width:0}.topbar{position:sticky;top:0;height:64px;z-index:15;background:#fffffff5;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--line);padding:0 28px;display:flex;align-items:center;justify-content:space-between}.page-heading{font-size:19px;font-weight:680}.top-actions{display:flex;align-items:center;gap:16px}.service-pill{color:#148553;background:#edf9f2;border:1px solid #d4f0df;padding:6px 11px;border-radius:999px;font-size:13px;display:flex;align-items:center;gap:7px}.dot{width:7px;height:7px;background:#18ae69;border-radius:50%}.service-pill.degraded{color:#bd2c3b;background:#fff1f2;border-color:#ffd2d7}.service-pill.degraded .dot{background:#e5484d}.service-pill.checking{color:#8a6200;background:#fff8e6;border-color:#f6df9b}.service-pill.checking .dot{background:#d9a400}.admin-user{display:flex;align-items:center;gap:9px;padding-left:14px;border-left:1px solid var(--line)}.avatar{width:34px;height:34px;border-radius:50%;background:linear-gradient(135deg,#d9eaff,#f1f6ff);color:var(--primary);display:grid;place-items:center;font-weight:700}.admin-name{font-size:14px;font-weight:600}.admin-role{font-size:11px;color:var(--muted);margin-top:1px}.logout-button{border:0;background:transparent;color:var(--muted);padding:7px;border-radius:7px}.logout-button:hover{color:var(--danger);background:#fff1f2}.page{padding:22px 26px 32px}.card{background:#fff;border:1px solid var(--line);border-radius:11px;box-shadow:0 2px 7px #1e325006}.card-pad{padding:20px}.card-title{font-size:16px;font-weight:680;margin:0}.card-subtitle{font-size:12px;color:var(--muted);margin-top:5px}.section-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.section-actions{display:flex;align-items:center;gap:9px}.grid{display:grid;gap:16px}.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.kpi-card{padding:20px;display:flex;align-items:center;gap:15px;min-height:112px}.kpi-icon{width:50px;height:50px;border-radius:13px;display:grid;place-items:center;color:var(--primary);background:var(--primary-soft);flex:none}.kpi-icon.green{background:#e8f8f0;color:var(--success)}.kpi-icon.purple{background:#f0edff;color:var(--purple)}.kpi-icon.orange{background:#fff4e3;color:#e99507}.kpi-label{color:var(--muted);font-size:13px}.kpi-value{font-size:27px;font-weight:720;margin-top:5px;letter-spacing:-.4px}.kpi-foot{font-size:12px;color:var(--muted);margin-top:5px}.positive{color:var(--success)}.danger{color:var(--danger)}.btn{height:38px;border-radius:7px;border:1px solid #d9e1ec;background:#fff;color:#344258;padding:0 14px;display:inline-flex;align-items:center;justify-content:center;gap:7px;font-size:13px;font-weight:550;transition:.14s ease}.btn:hover{border-color:#9bc5ff;color:var(--primary)}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{color:#fff;background:var(--primary);border-color:var(--primary);box-shadow:0 3px 8px #1677ff2e}.btn-primary:hover{color:#fff;background:#086ce9}.btn-danger{color:var(--danger);border-color:#ffd2d7;background:#fff}.btn-danger:hover{color:#d72f40;background:#fff4f5;border-color:#ffb8c0}.btn-sm{height:31px;padding:0 10px;font-size:12px}.icon-button{width:36px;height:36px;padding:0}.toolbar{padding:16px;display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:14px}.field{height:38px;border:1px solid #dce3ed;border-radius:7px;background:#fff;color:var(--text);padding:0 11px;outline:none;min-width:150px;transition:.14s}.field:focus{border-color:var(--primary);box-shadow:0 0 0 3px #1677ff17}.field::placeholder{color:#9aa6b7}.search-field{min-width:280px;flex:1;max-width:460px}.label{display:block;font-size:13px;color:#4b596d;margin-bottom:7px;font-weight:600}.form-row{margin-bottom:17px}.form-row .field{width:100%}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 16px}.hint{font-size:12px;line-height:1.55;color:var(--muted);margin-top:6px}.table-wrap{overflow:auto}.data-table{width:100%;border-collapse:collapse;font-size:13px}.data-table th{height:46px;background:#fafbfd;color:#4e5c70;text-align:left;font-weight:650;white-space:nowrap;border-bottom:1px solid var(--line);padding:0 13px}.data-table td{height:55px;border-bottom:1px solid #edf0f4;padding:8px 13px;color:#334158;vertical-align:middle}.data-table tr:last-child td{border-bottom:0}.data-table tbody tr{transition:.12s}.data-table tbody tr:hover,.data-table tbody tr.selected{background:#f4f8ff}.cell-title{font-weight:600;color:var(--text)}.cell-sub{color:var(--muted);font-size:11px;margin-top:3px}.user-cell{display:flex;align-items:center;gap:10px}.small-avatar{width:31px;height:31px;border-radius:50%;display:grid;place-items:center;background:#eaf3ff;color:var(--primary);font-size:12px;font-weight:700}.tag{display:inline-flex;align-items:center;border-radius:5px;height:24px;padding:0 8px;font-size:11px;background:#eef3f8;color:#536176;white-space:nowrap}.tag.blue{background:#e9f3ff;color:#1677ff}.tag.green{background:#e9f8f0;color:#128956}.tag.red{background:#fff0f1;color:#db3e4d}.tag.purple{background:#f0edff;color:#6e54d9}.tag.orange{background:#fff3df;color:#d98700}.link{color:var(--primary);font-weight:550;cursor:pointer;border:0;background:transparent;padding:0}.empty{min-height:260px;display:grid;place-items:center;color:var(--muted);text-align:center}.empty svg{margin-bottom:10px;color:#a8b5c7}.loading{padding:50px;text-align:center;color:var(--muted)}.pagination{min-height:58px;border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 15px;color:var(--muted);font-size:12px}.drawer-mask{position:fixed;inset:0;background:#121f342e;z-index:50;display:flex;justify-content:flex-end}.drawer{width:430px;height:100%;background:#fff;box-shadow:-10px 0 30px #1e32501f;display:flex;flex-direction:column;animation:slide-in .18s ease-out}.drawer.wide{width:520px}@keyframes slide-in{0%{transform:translate(35px);opacity:.6}}.drawer-head{min-height:65px;border-bottom:1px solid var(--line);padding:0 20px;display:flex;align-items:center;justify-content:space-between}.drawer-title{font-size:17px;font-weight:680}.drawer-body{padding:20px;overflow:auto;flex:1}.drawer-foot{border-top:1px solid var(--line);padding:14px 20px;display:flex;justify-content:flex-end;gap:10px}.close{border:0;background:transparent;color:var(--muted);display:grid;place-items:center;padding:6px;border-radius:6px}.close:hover{background:#f3f5f8;color:var(--text)}.modal-mask{position:fixed;inset:0;z-index:60;display:grid;place-items:center;background:#121f3447}.modal{width:440px;background:#fff;border-radius:12px;box-shadow:0 24px 60px #14233c33}.modal-head{padding:19px 21px;border-bottom:1px solid var(--line);font-weight:680;font-size:16px}.modal-body{padding:20px 21px}.modal-foot{padding:14px 21px;border-top:1px solid var(--line);display:flex;justify-content:flex-end;gap:9px}.toast{position:fixed;right:24px;top:78px;z-index:100;max-width:380px;padding:12px 15px;border-radius:8px;background:#fff;border:1px solid var(--line);box-shadow:0 10px 30px #1e325026;font-size:13px}.toast.success{border-left:4px solid var(--success)}.toast.error{border-left:4px solid var(--danger)}.segmented{background:#f0f3f7;border-radius:7px;padding:3px;display:inline-flex}.segment{height:31px;padding:0 15px;border:0;background:transparent;border-radius:5px;color:var(--muted);font-size:12px}.segment.active{background:#fff;color:var(--primary);box-shadow:0 1px 4px #1e325017;font-weight:650}.search-hero{padding:18px}.big-search{height:46px;display:flex}.big-search .field{height:46px;border-radius:8px 0 0 8px;flex:1;font-size:14px}.big-search .btn{height:46px;border-radius:0 8px 8px 0;min-width:92px}.filter-line{display:flex;gap:10px;margin-top:14px;flex-wrap:wrap;align-items:center}.file-icon{width:31px;height:35px;border-radius:6px;display:grid;place-items:center;color:#fff;font-size:10px;font-weight:700;flex:none;background:#6681a8}.file-icon.folder{background:#f2aa24}.file-icon.ext-doc,.file-icon.ext-docx{background:#2f70c9}.file-icon.ext-xls,.file-icon.ext-xlsx{background:#168a58}.file-icon.ext-pdf{background:#e64e56}.file-icon.ext-zip,.file-icon.ext-rar,.file-icon.ext-7z{background:#7258c7}.file-icon.ext-mp4,.file-icon.ext-mov{background:#b34888}.path-text{max-width:360px;color:#69768a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.details-list{display:grid;grid-template-columns:96px 1fr;row-gap:14px;font-size:13px}.details-list dt{color:var(--muted)}.details-list dd{margin:0;color:#354359;word-break:break-all}.preview-box{min-height:170px;border:1px solid var(--line);border-radius:9px;background:#fafbfd;display:grid;place-items:center;margin-bottom:20px;color:var(--muted)}.chart{height:245px;position:relative;padding:20px 10px 5px}.chart-grid{position:absolute;inset:22px 12px 30px 45px;background:repeating-linear-gradient(to bottom,transparent 0,transparent 42px,#edf1f5 43px)}.chart-svg{position:relative;width:100%;height:100%;overflow:visible}.donut{width:190px;height:190px;border-radius:50%;background:conic-gradient(#1677ff 0 51%,#18b7a8 51% 74%,#f7b61c 74% 90%,#775be8 90% 97%,#b2bece 97%);position:relative}.donut:after{content:"";position:absolute;inset:38px;border-radius:50%;background:#fff}.donut-center{position:absolute;z-index:1;inset:0;display:grid;place-items:center;text-align:center;font-weight:700}.donut-layout{min-height:245px;display:flex;align-items:center;justify-content:center;gap:38px}.legend{display:grid;gap:13px;font-size:12px;color:#4e5d72}.legend-item{display:flex;align-items:center;gap:9px}.legend-dot{width:8px;height:8px;border-radius:2px}.status-list{display:grid;gap:0}.status-row{min-height:64px;display:flex;align-items:center;gap:13px;border-bottom:1px solid var(--line)}.status-row:last-child{border-bottom:0}.status-icon{width:39px;height:39px;border-radius:10px;display:grid;place-items:center;background:var(--primary-soft);color:var(--primary)}.status-main{flex:1}.status-name{font-size:14px;font-weight:650}.status-desc{font-size:11px;color:var(--muted);margin-top:3px}.progress{height:8px;background:#edf1f5;border-radius:99px;overflow:hidden}.progress-bar{height:100%;background:var(--primary);border-radius:inherit;transition:width .3s}.callout{border:1px solid #bdd9ff;background:#f3f8ff;color:#42658e;padding:13px 15px;border-radius:8px;font-size:12px;line-height:1.6}.callout.warning{border-color:#f3d28e;background:#fff9ec;color:#88631f}.tabs{display:flex;gap:4px;border-bottom:1px solid var(--line);margin-bottom:20px}.tab{height:45px;padding:0 17px;border:0;background:transparent;color:var(--muted);position:relative}.tab.active{color:var(--primary);font-weight:650}.tab.active:after{content:"";position:absolute;left:15px;right:15px;bottom:-1px;height:2px;background:var(--primary)}.login-page{min-height:100vh;display:grid;grid-template-columns:minmax(430px,46%) 1fr;background:#fff}.login-brand-panel{padding:58px 64px;background:#f2f7ff;position:relative;overflow:hidden;display:flex;flex-direction:column}.login-brand-panel:before,.login-brand-panel:after{content:"";position:absolute;border-radius:50%;background:#1677ff13}.login-brand-panel:before{width:430px;height:430px;right:-160px;bottom:-100px}.login-brand-panel:after{width:220px;height:220px;left:-90px;top:180px}.login-logo{display:flex;align-items:center;gap:13px;position:relative;z-index:1}.login-copy{margin:auto 0;max-width:490px;position:relative;z-index:1}.login-copy h1{font-size:38px;margin:0 0 16px;line-height:1.25;letter-spacing:-.7px}.login-copy p{color:#5e6e84;line-height:1.9;font-size:15px}.login-features{display:grid;gap:13px;margin-top:28px;font-size:13px;color:#405470}.login-feature{display:flex;gap:10px;align-items:center}.login-feature-icon{width:26px;height:26px;display:grid;place-items:center;border-radius:7px;background:#fff;color:var(--primary)}.login-form-panel{display:grid;place-items:center;padding:50px}.login-box{width:390px}.login-box h2{font-size:26px;margin:0}.login-box>p{color:var(--muted);font-size:13px;margin:9px 0 30px}.login-box .field{height:44px}.login-box .btn{width:100%;height:44px;margin-top:7px;font-size:14px}.captcha-row{display:grid;grid-template-columns:minmax(0,1fr) 164px;gap:10px;align-items:stretch}.captcha-input{letter-spacing:4px;font-weight:650}.captcha-box{height:44px;display:grid;grid-template-columns:1fr 34px;overflow:hidden;border:1px solid var(--line);border-radius:8px;background:#f5f8fc}.captcha-image-button,.captcha-refresh{border:0;background:transparent;color:#64748b;cursor:pointer;padding:0}.captcha-image-button{min-width:0;overflow:hidden;border-right:1px solid var(--line)}.captcha-image-button img{display:block;width:100%;height:100%;object-fit:fill}.captcha-image-button span{font-size:11px}.captcha-refresh{display:grid;place-items:center}.captcha-image-button:hover,.captcha-refresh:hover{background:#eaf2ff;color:var(--primary)}.captcha-image-button:disabled,.captcha-refresh:disabled{cursor:wait;opacity:.65}.error-text{color:var(--danger);font-size:12px;min-height:18px;margin:9px 0}@media(max-width:1200px){.grid-4,.grid-3{grid-template-columns:repeat(2,1fr)}.sidebar{width:204px}.admin-shell{grid-template-columns:204px 1fr}.nav-link{padding:0 11px}}
