@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;450;500;550;600;650;700&family=Manrope:wght@400;500;600;650;700;750;800&display=swap');
:root{--blue:#3155e7;--ink:#202b42;--muted:#778194;--line:#e7ebf2;--bg:#f5f7fb;--nav:#111c32;--green:#17856b;--radius:14px}*{box-sizing:border-box}body{margin:0;color:var(--ink);background:var(--bg);font-family:'DM Sans',system-ui,sans-serif;font-size:14px;line-height:1.5}button,input,select{font:inherit}button,a,input,select{outline-offset:4px}button{cursor:pointer}button{border:1px solid var(--line);background:white;border-radius:8px;padding:10px 15px;color:var(--ink);font-weight:600;display:inline-flex;gap:8px;align-items:center;justify-content:center}button:hover{background:#f1f4fa}button:disabled{opacity:.55;cursor:wait}button.primary{background:var(--blue);color:white;border-color:var(--blue)}button.primary:hover{background:#2445cb}button.danger{color:#bc3546;background:#fff3f4;border-color:#ffd5db}.icon{width:19px;height:19px;stroke:currentColor;stroke-width:1.7;fill:none;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.sidebar{position:fixed;inset:0 auto 0 0;width:238px;background:var(--nav);color:#a4aec0;display:flex;flex-direction:column;padding:30px 18px;z-index:10}.brand{display:flex;align-items:center;gap:11px;color:white;font:800 25px Manrope,sans-serif;padding:0 13px}.brand-mark{background:#4162f4;color:white;width:37px;height:37px;border-radius:11px;display:grid;place-items:center;font-size:26px}.brand small{color:#78869f;display:block;font:500 10px 'DM Sans',sans-serif;letter-spacing:2px;margin-top:2px}.nav-label{font-size:11px;letter-spacing:1.7px;margin:42px 16px 12px;color:#73829a;font-weight:700}nav{display:grid;gap:5px}nav button{border:0;background:none;color:#9eabc2;justify-content:flex-start;padding:12px 15px;font-weight:500}nav button:hover{background:#1c2a43;color:white}nav button.active{background:#2c4fe4;color:white;box-shadow:0 5px 16px #0002}nav .count{margin-left:auto;background:#ffffff16;padding:0 7px;font-size:12px;border-radius:5px}.sidebar-bottom{margin-top:auto;padding:20px 12px 0}.local-card{border:1px solid #2a3650;border-radius:10px;padding:13px;font-size:12px;color:#8c9bb5}.local-card strong{display:flex;align-items:center;gap:7px;color:#d2def4;font-size:13px;margin-bottom:5px}.dot{display:inline-block;width:7px;height:7px;background:#45cba1;border-radius:50%}.shell{margin-left:238px}.topbar{height:83px;border-bottom:1px solid var(--line);background:white;display:flex;align-items:center;justify-content:space-between;padding:0 38px;gap:15px}.breadcrumb{color:var(--muted);display:flex;align-items:center;gap:12px}.breadcrumb b{font-weight:500;color:var(--ink)}.top-actions{display:flex;gap:18px;align-items:center}.demo-tag{color:#887344;background:#faf4e5;border:1px solid #eee1bd;border-radius:6px;font-size:12px;padding:4px 9px}.profile{display:flex;align-items:center;gap:10px;border-left:1px solid var(--line);padding-left:20px}.avatar{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:#edf1ff;color:var(--blue);font-weight:700}.profile small{display:block;color:var(--muted);font-size:12px}.profile button{padding:0;border:0;background:none;text-align:left;font-size:13px}.main{max-width:1570px;margin:auto;padding:32px 38px 24px}.page-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:27px;gap:16px}h1{font:750 28px/1.25 Manrope,sans-serif;letter-spacing:-.8px;margin:0 0 8px}h2{font:700 17px Manrope,sans-serif;margin:0}h3{font:700 15px Manrope,sans-serif;margin:0 0 5px}p{margin:0;color:var(--muted)}.page-heading p{font-size:14px}.actions{display:flex;gap:10px;align-items:center}.muted{color:var(--muted)}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-bottom:24px}.stat{background:white;border:1px solid var(--line);border-radius:var(--radius);padding:21px 22px}.stat-top{display:flex;justify-content:space-between;align-items:center;color:#69758a}.icon-box{width:37px;height:37px;border-radius:10px;background:#f0f3ff;display:grid;place-items:center;color:#5373df}.stat-value{font:750 29px Manrope,sans-serif;margin:10px 0 9px;letter-spacing:-1px}.stat-value span{font:500 14px 'DM Sans',sans-serif;color:var(--muted);letter-spacing:0}.stat-note{font-size:12px;color:var(--muted)}.good{color:var(--green)}.bar{height:5px;background:#edf0f6;border-radius:6px;overflow:hidden;margin-top:13px}.bar i{height:100%;background:var(--blue);display:block;border-radius:6px}.columns{display:grid;grid-template-columns:minmax(0,1.95fr) minmax(270px,1fr);gap:23px;margin-bottom:24px}.card{background:white;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}.card-head{padding:22px 23px;display:flex;justify-content:space-between;align-items:center;gap:12px}.card-head p{font-size:12px;margin-top:5px}.link-button{border:0;background:none;color:var(--blue);padding:3px;font-size:13px;font-weight:600}.chart{padding:0 24px 17px}.chart-meta{display:flex;align-items:baseline;gap:9px;margin-bottom:10px}.chart-meta b{font:700 24px Manrope,sans-serif}.chart-meta span{font-size:12px;color:var(--muted)}.chart svg{width:100%;height:150px;display:block;overflow:visible}.chart-labels{display:flex;justify-content:space-between;color:#9aa2b1;font-size:11px;padding-top:10px}.legend{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--muted)}.legend i{width:8px;height:8px;border-radius:2px;background:var(--blue)}.storage{padding:0 24px 24px}.storage-total{display:flex;align-items:baseline;gap:7px;margin:5px 0 19px}.storage-total strong{font:750 29px Manrope,sans-serif}.storage-total span{color:var(--muted);font-size:13px}.storage-bar{display:flex;height:12px;background:#eef1f8;border-radius:4px;overflow:hidden;margin-bottom:23px}.storage-bar i:nth-child(1){background:#3155e7;width:20%}.storage-bar i:nth-child(2){background:#849af1;width:12%}.storage-bar i:nth-child(3){background:#c4cef8;width:3%}.storage-line{display:flex;align-items:center;justify-content:space-between;margin:13px 0;font-size:13px}.storage-line span:first-child{display:flex;align-items:center;gap:9px}.storage-line i{width:8px;height:8px;border-radius:2px;background:#3155e7}.table-wrap{overflow:auto}table{width:100%;border-collapse:collapse;text-align:left;white-space:nowrap}th{background:#fafbfe;padding:12px 22px;font-size:11px;font-weight:600;letter-spacing:.6px;text-transform:uppercase;color:#8b94a5;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}td{padding:17px 22px;border-bottom:1px solid #edf0f6;font-size:13px}tr:last-child td{border-bottom:0}.entity{display:flex;align-items:center;gap:12px}.entity .icon-box{background:#f2f5fb;color:#8492aa;width:36px;height:40px;border-radius:8px}.entity b{display:block;font-weight:600}.entity small{color:var(--muted);font-size:12px;display:block;margin-top:2px}.badge{display:inline-flex;align-items:center;gap:5px;font-size:12px;padding:4px 9px;border-radius:5px;background:#eaf7f1;color:#27816a;white-space:nowrap}.badge.blue{background:#eef2ff;color:#4364d0}.badge.gray{background:#f0f2f6;color:#778194}.badge.amber{background:#fff5df;color:#a97d22}.small-button{padding:6px 9px;font-size:12px}.table-foot{border-top:1px solid var(--line);padding:13px 23px;color:#9aa2b1;font-size:12px;display:flex;justify-content:space-between}.bottom-grid{display:grid;grid-template-columns:1.3fr 1fr;gap:23px;margin-top:24px}.server-detail{padding:0 23px 20px}.server-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.meters{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.meter-label{display:flex;justify-content:space-between;font-size:12px;color:var(--muted)}.meter-label strong{color:var(--ink)}.activity{padding:0 23px 20px}.activity-row{display:flex;gap:12px;align-items:flex-start;padding:9px 0;font-size:13px}.activity-row .event-dot{width:27px;height:27px;border-radius:50%;background:#edf7f2;color:var(--green);display:grid;place-items:center;flex-shrink:0}.activity-row .icon{width:14px;height:14px}.activity-row small{color:var(--muted);display:block;font-size:12px}.activity-row time{margin-left:auto;color:#97a0b0;font-size:11px;white-space:nowrap}.footer{display:flex;justify-content:space-between;margin-top:27px;color:#929bad;font-size:11px}.toolbar{display:flex;justify-content:space-between;align-items:center;gap:15px;padding:17px 22px;border-bottom:1px solid var(--line)}input,select{border:1px solid #dfe5ef;background:white;color:var(--ink);border-radius:7px;padding:10px 12px;min-width:0}input:focus,select:focus{outline:2px solid #6b88f5}.search{min-width:250px}.empty{text-align:center;padding:55px 20px;color:var(--muted)}dialog{border:1px solid var(--line);border-radius:17px;padding:0;width:min(620px,calc(100% - 30px));max-height:90vh;box-shadow:0 24px 100px #111c3230;color:var(--ink)}dialog::backdrop{background:#10203c66;backdrop-filter:blur(3px)}.modal-head{padding:24px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between}.modal-body{padding:24px}.modal-body p{margin-bottom:20px}.modal-foot{padding:18px 24px;border-top:1px solid var(--line);display:flex;justify-content:flex-end;gap:9px;background:#fafbfe}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.field{display:grid;gap:6px;font-size:13px;font-weight:500}.field.full{grid-column:1/-1}.field small{font-weight:400;color:var(--muted)}.notice{padding:13px 15px;border-radius:9px;background:#f0f4ff;color:#4c609c;font-size:13px;margin-bottom:20px}.notice.amber{background:#fff6e2;color:#8b6b29}.check{display:flex;align-items:center;gap:10px;margin-top:14px;font-size:13px}.check input{accent-color:var(--blue);width:17px;height:17px}.path{font-family:ui-monospace,monospace;font-size:12px;color:#758099}.dropzone{border:1px dashed #b5c3e4;border-radius:12px;padding:30px;text-align:center;background:#f9fbff;display:block;cursor:pointer;margin-bottom:20px}.dropzone .icon{width:30px;height:30px;color:var(--blue);margin-bottom:8px}.dropzone strong{display:block;margin-bottom:6px}.dropzone p{font-size:13px;margin:0}.progress{background:#edf0fa;height:8px;border-radius:5px;margin:16px 0;overflow:hidden}.progress i{height:100%;background:var(--blue);display:block;transition:width .2s}.code{background:#172239;color:#cad7f3;border-radius:8px;padding:17px;font:12px/1.8 ui-monospace,monospace;white-space:pre-wrap;overflow-wrap:anywhere}.role-strip{padding:10px 20px;background:#fff4d9;color:#886921;text-align:center;font-size:13px}#toast{position:fixed;bottom:25px;left:50%;transform:translateX(-50%);background:#1d2e47;color:white;border-radius:10px;box-shadow:0 10px 30px #14284933;padding:13px 22px;z-index:100;display:none;max-width:90vw}.server-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.padded{padding:24px}.detail-list{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:22px 0}.detail-list small{display:block;color:var(--muted);margin-bottom:4px}.section-gap{margin-top:24px}.mobile-menu{display:none}.tabs{display:flex;gap:6px;margin-bottom:22px}.tabs button{background:none;border-color:transparent}.tabs button.active{background:#e8eeff;color:var(--blue)}.folder-card{display:flex;align-items:center;justify-content:space-between;padding:23px;border-bottom:1px solid var(--line)}.folder-card:last-child{border:0}.folder-icon{color:#5273ed;background:#eff3ff;padding:12px;border-radius:10px}.password-line{display:flex;gap:7px}.password-line input{flex:1;width:0}
@media(min-width:1550px){.main{padding-top:40px}.chart svg{height:190px}.stat{padding:25px}}@media(max-width:1150px){.sidebar{width:205px}.shell{margin-left:205px}.main{padding:25px}.topbar{padding:0 25px}.stats{gap:12px}.stat{padding:17px}.columns{grid-template-columns:1.5fr 1fr}.stat-value{font-size:25px}.demo-tag{display:none}}@media(max-width:900px){.sidebar{width:76px;padding:25px 12px}.brand{padding:0;justify-content:center}.brand-name,.nav-label,nav button span,.sidebar-bottom{display:none}nav{margin-top:38px}nav button{justify-content:center;padding:13px}.shell{margin-left:76px}.stats{grid-template-columns:repeat(2,1fr)}.columns,.bottom-grid{grid-template-columns:1fr}.server-cards{grid-template-columns:1fr}.page-heading{align-items:flex-start}h1{font-size:24px}.footer{gap:15px}}@media(max-width:580px){.main{padding:20px 15px}.topbar{height:68px;padding:0 15px}.breadcrumb{font-size:12px}.profile{padding-left:0;border:0}.profile button{display:none}.top-actions{gap:7px}.page-heading{flex-direction:column;gap:13px}.page-heading .actions{width:100%}.page-heading .actions button{flex:1;font-size:12px}.stat{padding:14px}.stat-top{font-size:12px}.stat .icon-box{display:none}.stat-value{font-size:23px}.stat-note{font-size:11px}.toolbar{flex-wrap:wrap}.search{min-width:0;width:100%}.form-grid{grid-template-columns:1fr}.field.full{grid-column:auto}.footer{flex-direction:column}.meters{gap:12px}.card-head{padding:19px}.sidebar{width:62px;padding:20px 7px}.shell{margin-left:62px}.brand-mark{width:33px;height:33px}.badge{font-size:11px}.table-wrap td,.table-wrap th{padding:13px}.profile .avatar{width:30px;height:30px}.storage-total strong{font-size:25px}}@media(prefers-reduced-motion:reduce){*{transition:none!important;scroll-behavior:auto!important}}
