@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700;800&display=swap');
:root{color-scheme:dark;--bg:#071522;--surface:#0e2034;--surface-2:#112941;--surface-3:#172f49;--line:#203c58;--line-soft:#19334d;--text:#dce8f6;--muted:#849bb4;--blue:#2785ed;--blue-2:#47a2ff;--green:#32c794;--red:#ef777d;--violet:#9278f3;font-family:"DM Sans",sans-serif}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);font-family:"DM Sans",sans-serif;font-size:14px}.app-shell{min-height:100vh}.sidebar{position:fixed;inset:0 auto 0 0;width:250px;height:100dvh;overflow:auto;z-index:30;padding:23px 15px;display:flex;flex-direction:column;color:#dcecff;background:linear-gradient(180deg,#0a3970 0%,#082e5a 55%,#07264b 100%);border-right:1px solid #2d5a87;transition:left .22s ease}.brand{display:flex;align-items:center;gap:11px;padding:0 10px 25px;color:#fff;text-decoration:none}.brand-mark{width:38px;height:38px;display:grid;place-items:center;border-radius:11px;background:linear-gradient(145deg,#56adff,#1773db);color:#fff;box-shadow:0 5px 20px #041a3970}.brand-mark svg{width:25px;height:25px}.brand-copy strong{display:block;font-family:Manrope,sans-serif;font-size:17px;font-weight:800;letter-spacing:.025em}.brand-copy small{display:block;color:#91b3d8;font-size:9px;font-weight:700;letter-spacing:.17em}.workspace-label,.nav-label{padding:8px 11px;color:#84a8d0;font-size:9px;font-weight:700;letter-spacing:.14em}.workspace{display:flex;align-items:center;gap:9px;margin:0 2px 23px;padding:10px;border:1px solid #ffffff18;border-radius:9px;background:#ffffff0b}.workspace-avatar{width:29px;height:29px;border-radius:8px;background:#e8f3ff;color:#185ea7;font-weight:700;display:grid;place-items:center}.workspace strong,.workspace small{display:block}.workspace strong{color:#fff;font-size:11px}.workspace small{max-width:130px;margin-top:2px;overflow:hidden;text-overflow:ellipsis;color:#9db8d6;font-size:10px}.workspace .bi-chevron-down{margin-left:auto;color:#9db8d6;font-size:10px}.side-nav{display:grid;gap:4px}.side-nav a{display:flex;align-items:center;gap:12px;padding:11px 12px;border-radius:8px;color:#bbd0e8;text-decoration:none;font-size:13px;transition:background .18s ease,color .18s ease,transform .18s ease}.side-nav a i{width:18px;text-align:center;font-size:16px}.side-nav a:hover{transform:translateX(2px);background:#ffffff0d;color:#fff}.side-nav a.active{background:linear-gradient(100deg,#2688f0,#176bc5);box-shadow:0 5px 18px #041b3880;color:#fff;font-weight:600}.sidebar-footer{margin-top:auto;padding:16px 8px 0;border-top:1px solid #ffffff1a;color:#c2d6eb;font-size:10px}.sidebar-footer small{display:block;margin:8px 0 0 14px;color:#86a8cc;font-size:10px}.live-dot{display:inline-block;width:7px;height:7px;margin-right:6px;border-radius:50%;background:var(--green);box-shadow:0 0 0 3px #32c79420}.main-column{display:flex;min-height:100vh;flex-direction:column;width:calc(100% - 250px);margin-left:250px}.topbar{position:sticky;top:0;z-index:20;display:flex;height:62px;flex:none;align-items:center;justify-content:space-between;padding:0 34px;border-bottom:1px solid var(--line);background:#0b1b2cF2;backdrop-filter:blur(14px)}.topbar-title{color:#8da4bd;font-size:12px}.topbar-title span{padding:0 8px;color:#526b84}.topbar-actions{display:flex;align-items:center;gap:17px}.topbar-status{color:#a2b4c8;font-size:11px}.topbar-status .live-dot{width:6px;height:6px}.user-avatar{display:grid;width:31px;height:31px;place-items:center;border:1px solid #2a5279;border-radius:50%;background:#153b62;color:#a7d0ff;font-size:10px;font-weight:700}.mobile-menu{display:none;border:0;background:none;color:#dcecff;font-size:22px}.content{width:100%;max-width:1540px;flex:1;margin:0 auto;padding:30px 36px 42px}.footer{display:flex;justify-content:space-between;padding:13px 36px;border-top:1px solid var(--line-soft);background:#0a1928;color:#70869e;font-size:10px}.page-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:24px}.eyebrow{margin-bottom:6px;color:#7894b1;font-size:9px;font-weight:700;letter-spacing:.14em}.page-heading h1{margin:0;color:#e6f0fc;font-family:Manrope,sans-serif;font-size:25px;font-weight:800;letter-spacing:-.04em}.page-heading p{margin:5px 0 0;color:#8299b2;font-size:12px}.heading-actions{display:flex;align-items:center;gap:16px}.refresh-note{color:#8299b2;font-size:11px}.refresh-note i{margin-right:5px}.btn-primary{--bs-btn-bg:#2379d5;--bs-btn-border-color:#2379d5;--bs-btn-hover-bg:#338ce8;--bs-btn-hover-border-color:#338ce8;--bs-btn-active-bg:#1765ba;border-radius:7px;font-size:12px;font-weight:600;padding:9px 14px;box-shadow:0 3px 12px #1266bc30;transition:filter .18s ease,transform .18s ease}.btn-primary:hover{transform:translateY(-1px);filter:brightness(1.08)}.btn-primary i{margin-right:5px}.btn-light{--bs-btn-bg:#19324b;--bs-btn-border-color:#2b4865;--bs-btn-color:#c5d6e9;--bs-btn-hover-bg:#24415f;--bs-btn-hover-color:#fff}.metric-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:15px}.metric-card,.panel,.system-panel{border:1px solid var(--line);border-radius:11px;background:linear-gradient(145deg,#10243a,#0d1d30);box-shadow:0 4px 18px #020b1425;transition:border-color .18s ease,transform .18s ease}.metric-card{min-height:126px;padding:16px 18px 15px}.metric-card:hover,.panel:hover{border-color:#315576}.metric-top{display:flex;align-items:center;justify-content:space-between;color:#94a9bf;font-size:11px;font-weight:600}.metric-icon{display:grid;width:30px;height:30px;place-items:center;border-radius:8px;font-size:15px}.metric-icon.blue{background:#1a3d61;color:#63aaff}.metric-icon.violet{background:#302754;color:#ad9cff}.metric-icon.cyan{background:#173b49;color:#59c7dd}.metric-icon.green{background:#163f3b;color:#4bddac}.metric-value{margin-top:9px;color:#f0f6fd;font-family:Manrope,sans-serif;font-size:28px;font-weight:800;letter-spacing:-.04em;line-height:1.15}.metric-value small{color:#8198b1;font-family:"DM Sans",sans-serif;font-size:12px;font-weight:500;letter-spacing:0}.metric-foot{margin-top:5px;color:#7c92aa;font-size:10px}.metric-online .metric-foot{color:#72b69c}.metric-online .live-dot{width:6px;height:6px}.system-panel{margin-bottom:15px;padding:15px 18px}.system-title{display:flex;align-items:center;gap:10px;padding-bottom:12px;border-bottom:1px solid var(--line-soft)}.system-icon{display:grid;width:29px;height:29px;place-items:center;border-radius:7px;background:#173756;color:#65aafa}.system-title strong,.system-title small{display:block}.system-title strong{color:#c6d8eb;font-size:11px}.system-title small{margin-top:2px;color:#728ba4;font-size:9px}.system-live{margin-left:auto;color:#65b895;font-size:8px;font-weight:700;letter-spacing:.12em}.system-live .live-dot{width:5px;height:5px}.system-metrics{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px;padding-top:13px}.system-label{display:flex;align-items:center;justify-content:space-between;gap:5px;margin-bottom:7px}.system-label span{color:#8ba2ba;font-size:10px}.system-label strong{color:#c8d9ea;font-size:10px;font-weight:600;text-align:right}.progress{height:4px;border-radius:4px;background:#1c344d}.progress-bar{border-radius:4px;transition:width .35s ease}.bar-blue{background:#3991f0}.bar-violet{background:#9175ef}.bar-cyan{background:#42bdd0}.uptime-caption{margin-top:5px;overflow:hidden;color:#8096ad;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.chart-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:15px}.panel{padding:17px 18px}.panel-heading{display:flex;align-items:center;justify-content:space-between;gap:14px}.panel-heading h2{margin:0;color:#cfe0f2;font-family:Manrope,sans-serif;font-size:13px;font-weight:700}.panel-heading .eyebrow{margin-bottom:4px;font-size:8px}.chart-legend{color:#8198b1;font-size:9px}.chart-legend i{display:inline-block;width:7px;height:7px;margin-right:5px;border-radius:50%;background:#3489ea}.chart-legend .legend-violet{background:#8b6ce9}.chart-wrap{position:relative;height:175px;margin-top:12px}.activity-panel{padding-bottom:4px}.panel-link{color:#67aafa;font-size:10px;font-weight:600;text-decoration:none}.panel-link i{margin-left:4px}.activity-table,.crud-table{--bs-table-bg:transparent;--bs-table-color:#aec1d6;--bs-table-border-color:#1d354d;--bs-table-hover-bg:#122942;--bs-table-hover-color:#e4eef9;margin:11px 0 0;font-size:11px}.activity-table thead th,.crud-table thead th{padding:9px 10px;border-bottom-width:1px;color:#748ba4;font-size:8px;font-weight:700;letter-spacing:.1em}.activity-table td,.crud-table td{padding:10px;border-bottom-color:#192f46}.table-primary{color:#d2e2f3;font-size:11px;font-weight:600}.platform-badge,.interface-badge{display:inline-flex;padding:4px 7px;border:1px solid #263f59;border-radius:5px;background:#152b42;color:#91a8bf;font-size:9px}.status-badge{display:inline-flex;align-items:center;gap:5px;padding:4px 7px;border-radius:20px;font-size:9px;font-weight:600}.status-badge i{font-size:6px}.status-online{background:#123b38;color:#64d5a9}.status-muted{background:#1d2d40;color:#879ab0}.empty-state{padding:34px!important;color:#8297ad!important;font-size:11px;text-align:center!important}.crud-panel{overflow:hidden;padding:0}.crud-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:15px 18px;border-bottom:1px solid var(--line-soft)}.crud-toolbar>div:first-child strong,.crud-toolbar>div:first-child small{display:block}.crud-toolbar>div:first-child strong{color:#c9dced;font-size:12px}.crud-toolbar>div:first-child small{margin-top:3px;color:#758da7;font-size:9px}.search-wrap{position:relative;width:min(260px,48%)}.search-wrap i{position:absolute;top:9px;left:11px;z-index:1;color:#8198af;font-size:11px}.search-wrap .form-control{height:31px;padding:5px 10px 5px 30px;border-color:#29435e;border-radius:6px;background:#0a1b2d;color:#deebf8;font-size:10px}.search-wrap .form-control::placeholder{color:#7187a0}.search-wrap .form-control:focus,.form-control:focus,.form-select:focus{border-color:#368be3;box-shadow:0 0 0 .2rem #2785ed28}.entity-cell,.hostname-cell{display:flex;min-width:150px;align-items:center;gap:9px}.entity-avatar{display:grid;width:29px;height:29px;flex:none;place-items:center;border-radius:8px;background:#173b60;color:#78b8ff;font-size:11px;font-weight:700}.entity-violet{background:#302754;color:#b2a1ff}.entity-cell strong,.hostname-cell strong{display:block;color:#cbdced;font-size:10px;font-weight:600}.entity-cell small,.hostname-cell small,.cell-sub{display:block;margin-top:3px;color:#7f95ad;font-size:9px}.row-actions{display:flex;justify-content:flex-end;gap:4px}.icon-button{width:27px;height:27px;border:1px solid transparent;border-radius:6px;background:transparent;color:#91a6bc;transition:background .15s,color .15s}.icon-button:hover{background:#173653;color:#75b7ff}.icon-button.danger:hover{background:#482b38;color:#ff9696}.hostname-cell>i{color:#65aafa;font-size:13px}.ip-value{color:#a9c0d7;font-size:10px}.pagination-bar{display:flex;align-items:center;justify-content:space-between;padding:12px 17px;border-top:1px solid var(--line-soft);color:#8097af;font-size:10px}.pagination-bar>div{display:flex;align-items:center;gap:9px}.page-number{color:#b6c9dd}.page-button{display:grid;width:27px;height:27px;place-items:center;border:1px solid #29445f;border-radius:6px;background:#10263c;color:#abc2da;transition:background .15s ease}.page-button:hover:not(:disabled){background:#1b4773;color:#fff}.page-button:disabled{cursor:not-allowed;opacity:.4}.modal-content{border:1px solid #2b4661;border-radius:12px;background:#10243a;color:var(--text);box-shadow:0 18px 60px #0008}.modal-header,.modal-footer{padding:17px 20px;border-color:#263f58}.modal-header .eyebrow{margin-bottom:3px}.modal-title{color:#e0ecf8;font-family:Manrope,sans-serif;font-size:17px;font-weight:700}.modal-body{padding:20px}.modal-footer .btn{font-size:11px}.btn-close{filter:invert(1) grayscale(1) brightness(1.7)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.form-grid.single{grid-template-columns:1fr}.form-grid label{color:#9eb3c9;font-size:10px;font-weight:600}.form-grid .form-control,.form-grid .form-select{min-height:36px;margin-top:6px;border-color:#2a4662;border-radius:6px;background-color:#0a1b2d;color:#dce8f6;font-size:11px}.form-grid .form-control::placeholder{color:#637d98}.form-grid .form-select option{background:#10243a;color:#dce8f6}.form-grid textarea.form-control{min-height:unset}.span-2{grid-column:span 2}.check-field{display:flex;align-items:center;gap:7px}.form-error{margin-top:10px;color:#ff8b8e;font-size:10px}.token-result{margin-top:16px;border-color:#28654f;background:#11362f;color:#a8ead1;font-size:10px}.token-result p{margin:3px 0}.token-result code{display:block;overflow-wrap:anywhere;margin:8px 0;padding:8px;border-radius:5px;background:#09251f;color:#a8ead1}.mobile-menu{display:none}.toast{--bs-toast-bg:#112941;--bs-toast-color:#deebf8;--bs-toast-border-color:#2b4762}.text-danger{color:#ff888d!important}
@media(max-width:1200px){.content{padding:26px 24px}.metric-grid{gap:10px}.metric-card{padding:14px}.system-metrics{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}}
@media(max-width:760px){.sidebar{left:-260px;width:250px;box-shadow:8px 0 25px #0008}.nav-open .sidebar{left:0}.main-column{width:100%;margin-left:0}.mobile-menu{display:block;margin-right:10px}.topbar{justify-content:flex-start;padding:0 16px}.topbar-title{font-size:10px}.topbar-actions{gap:8px;margin-left:auto}.topbar-status{display:none}.content{padding:23px 15px}.page-heading{align-items:flex-start}.page-heading h1{font-size:22px}.page-heading p{max-width:380px}.heading-actions{gap:8px}.refresh-note{display:none}.metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.chart-grid{grid-template-columns:1fr}.chart-wrap{height:190px}.system-metrics{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.footer{gap:10px;padding:12px 15px}.footer span:last-child{display:none}.crud-table{min-width:750px}}
@media(max-width:520px){.system-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.system-title small{max-width:190px}.heading-actions .btn{padding:8px;font-size:10px}.metric-card{min-height:115px}.metric-value{font-size:25px}.crud-toolbar{align-items:flex-start;flex-direction:column}.search-wrap{width:100%}.form-grid{grid-template-columns:1fr}.span-2{grid-column:auto}.pagination-bar{padding:11px 12px}}
