@import url('https://cdn.jsdelivr.net/gh/rastikerdar/vazirmatn@v33.003/Vazirmatn-font-face.css');
:root{
  --bg:#f4f7fb;--card:#fff;--line:#e5ebf3;--text:#0f172a;--muted:#64748b;
  --blue:#1677ff;--blue2:#0b66e4;--green:#11b96b;--red:#ef4444;--amber:#f59e0b;
  --purple:#7c5cff;--cyan:#0ea5e9;--nav:#0d1b2a;--nav2:#13263a;
  --shadow:0 8px 28px rgba(30,55,90,.06);--radius:14px
}
*{box-sizing:border-box}html,body{margin:0;min-height:100%;font-family:Vazirmatn,Tahoma,Arial,sans-serif;background:var(--bg);color:var(--text)}
body{font-size:14px}button,input,select{font:inherit}.layout{min-height:100vh;display:flex;direction:ltr}
.sidebar{width:218px;background:linear-gradient(180deg,#102235 0%,#0b1928 100%);color:#dce8f7;padding:18px 12px;display:flex;flex-direction:column;position:fixed;left:0;top:0;bottom:0;z-index:30;direction:rtl}
.brand{display:flex;align-items:center;gap:10px;direction:ltr;color:#fff;padding:4px 2px 22px}.brand-mark{width:40px;height:40px;border-radius:14px;background:linear-gradient(135deg,#1f86ff,#064ab9);display:grid;place-items:center;font-weight:900;font-size:22px;box-shadow:0 8px 22px rgba(22,119,255,.3)}
.brand b{font-size:21px;display:block}.brand span{font-size:12px;color:#b7c6d8;display:block}.sidebar nav{display:flex;flex-direction:column;gap:6px}
.nav-item{border:0;background:transparent;color:#c8d4e3;padding:12px 13px;border-radius:10px;text-align:right;cursor:pointer;display:flex;gap:11px;align-items:center}.nav-item span{font-size:18px;min-width:20px;text-align:center}.nav-item:hover{background:#132b43;color:#fff}.nav-item.active{background:linear-gradient(135deg,#1983ff,#0767e9);color:#fff;box-shadow:0 8px 20px rgba(9,101,225,.25)}
.server-pill{margin-top:auto;border:1px solid #27415b;border-radius:12px;padding:12px;background:#102338;display:grid;grid-template-columns:12px 1fr;gap:4px 8px;direction:ltr}.server-pill .dot{grid-row:1/3;align-self:center}.server-pill b{font-size:12px;direction:ltr}.server-pill small{font-size:11px;color:#98abc0;grid-column:2}
.main{margin-left:218px;width:calc(100% - 218px);min-height:100vh;direction:rtl}.topbar{height:64px;background:linear-gradient(90deg,#15283d,#0f1e2d);display:flex;align-items:center;justify-content:space-between;padding:0 24px;color:#e7eef8;position:sticky;top:0;z-index:20;box-shadow:0 3px 15px rgba(10,20,35,.12)}
.top-search{background:#fff;border-radius:9px;width:min(520px,45vw);height:38px;display:flex;align-items:center;gap:8px;padding:0 12px;color:#5b6b7c;direction:rtl}.top-search input{border:0;outline:none;width:100%;color:#243447}.top-status{display:flex;align-items:center;gap:18px;direction:ltr;font-size:12px}.top-status span{display:flex;align-items:center;gap:6px}.user-chip{background:#1779ee;color:white;border-radius:999px;padding:8px 12px}.icon-btn{background:transparent;border:0;color:#e7eef8;font-size:18px;cursor:pointer}
.dot{width:9px;height:9px;border-radius:50%;display:inline-block;background:#94a3b8}.dot.green{background:var(--green)}.dot.red{background:var(--red)}.dot.amber{background:var(--amber)}
.content{padding:20px}.view{display:none}.view.active{display:block}.page-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.page-head h1{font-size:23px;margin:0 0 3px}.page-head p{margin:0;color:var(--muted);font-size:13px}
.btn{border:1px solid #dce5ef;background:#fff;color:#334155;border-radius:9px;padding:9px 14px;cursor:pointer}.btn:hover{border-color:#b8c8da}.btn.primary{background:linear-gradient(135deg,var(--blue),var(--blue2));color:#fff;border-color:transparent}.btn.full{width:100%}
.cards{display:grid;gap:12px;margin-bottom:14px}.cards.six{grid-template-columns:repeat(6,1fr)}.cards.four{grid-template-columns:repeat(4,1fr)}
.metric{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);padding:16px;display:flex;align-items:center;gap:13px;box-shadow:var(--shadow)}.metric small{display:block;color:#52657a;margin-bottom:5px}.metric strong{font-size:26px}.metric-icon{width:44px;height:44px;border-radius:12px;display:grid;place-items:center;font-size:23px;font-weight:bold}.metric-icon.blue{background:#e8f2ff;color:var(--blue)}.metric-icon.green{background:#e6f8f0;color:var(--green)}.metric-icon.red{background:#feeeee;color:var(--red)}.metric-icon.amber{background:#fff4dc;color:var(--amber)}.metric-icon.purple{background:#f0edff;color:var(--purple)}.metric-icon.cyan{background:#e5f7fd;color:var(--cyan)}
.panel{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden}.panel-head{padding:14px 16px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:10px}.panel-head>div{display:flex;align-items:center;gap:10px}.panel h2{font-size:16px;margin:0}.filters{display:flex;gap:8px}.filters input,.filters select{border:1px solid #dbe4ee;border-radius:8px;padding:8px 10px;background:#fff;min-width:170px;outline:none}.filters input:focus,.filters select:focus{border-color:#88baff;box-shadow:0 0 0 3px #eaf3ff}.badge{background:#eef4fb;color:#55718f;padding:5px 9px;border-radius:999px;font-size:11px}
.table-wrap{overflow:auto}table{width:100%;border-collapse:collapse;white-space:nowrap}th{background:#f7f9fc;color:#516176;font-weight:600;font-size:11px;padding:10px;border-bottom:1px solid var(--line)}td{padding:10px;border-bottom:1px solid #edf1f6;font-size:12px;text-align:center}tbody tr:hover{background:#fbfdff}.status{display:inline-flex;align-items:center;gap:6px;font-weight:600}.status.online{color:#0ca35c}.status.offline{color:#ef4444}.status.registered{color:#7c8592}.small-btn{border:1px solid #dbe4ef;background:#fff;color:#176fe5;border-radius:7px;padding:5px 8px;cursor:pointer}.small-btn:hover{background:#eef6ff}.agent-yes{color:#0da563;font-weight:700}.agent-no{color:#96a1ae}
.bottom-grid{display:grid;grid-template-columns:1fr 1fr 1.2fr;gap:14px;margin-top:14px}.os-chart-wrap{display:flex;align-items:center;justify-content:center;gap:24px;min-height:210px;padding:18px}.donut{width:140px;height:140px;border-radius:50%;background:conic-gradient(#1677ff 0 50%,#0fbf79 50% 68%,#f59e0b 68% 80%,#7c5cff 80% 90%,#cbd5e1 90%);position:relative;display:grid;place-items:center}.donut:after{content:"";position:absolute;width:86px;height:86px;background:#fff;border-radius:50%}.donut span{position:relative;z-index:2;font-size:22px;font-weight:800}.legend{display:grid;gap:8px}.legend-row{display:flex;align-items:center;gap:8px;font-size:12px}.legend-color{width:10px;height:10px;border-radius:3px}
.resource-list{padding:18px;display:grid;gap:16px}.resource-list>div{display:grid;grid-template-columns:50px 1fr 45px;gap:10px;align-items:center}.resource-list.large{max-width:760px}.resource-list progress{width:100%;height:11px;accent-color:var(--blue)}.resource-list span{color:#64748b}.resource-list b{font-size:12px}
.mini-list{padding:12px 16px;display:grid;gap:8px;max-height:210px;overflow:auto}.mini-row{display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px dashed #e8edf3;font-size:12px}.mini-row:last-child{border:0}.notice{margin:14px;background:#fff8e7;border:1px solid #f8d58e;color:#8b620c;border-radius:10px;padding:11px 13px;font-size:12px}.prose{padding:20px;line-height:2;color:#334155}.prose h2{margin-top:8px}
.drawer{position:fixed;right:-440px;top:0;bottom:0;width:430px;background:#fff;z-index:60;box-shadow:-18px 0 40px rgba(18,38,63,.14);transition:.25s;overflow:auto;direction:rtl}.drawer.open{right:0}.drawer-overlay{position:fixed;inset:0;background:rgba(15,23,42,.25);z-index:50;opacity:0;pointer-events:none;transition:.2s}.drawer-overlay.open{opacity:1;pointer-events:auto}.drawer-close{position:absolute;left:14px;top:12px;border:0;background:#f3f6fa;width:34px;height:34px;border-radius:50%;font-size:22px;cursor:pointer}.drawer-head{padding:24px 20px 18px;border-bottom:1px solid var(--line)}.drawer-head h2{margin:0 0 6px}.drawer-body{padding:16px 20px}.detail-grid{display:grid;grid-template-columns:130px 1fr;gap:0;border:1px solid #e7edf4;border-radius:10px;overflow:hidden}.detail-grid div{padding:9px 10px;border-bottom:1px solid #edf1f5;font-size:12px}.detail-grid div:nth-child(odd){background:#f8fafc;color:#64748b}.detail-grid div:nth-last-child(-n+2){border-bottom:0}.disk-card{padding:9px 10px;background:#f7f9fc;border:1px solid #e5ebf2;border-radius:9px;margin-top:8px}.drawer-actions{display:flex;gap:8px;margin:14px 0}.drawer-actions a{text-decoration:none}
.login-page{min-height:100vh;display:grid;place-items:center;background:radial-gradient(circle at 20% 20%,#1c3b5b,#0c1724 55%,#07101a);direction:rtl}.login-card{width:min(430px,92vw);background:#fff;border-radius:18px;padding:28px;box-shadow:0 30px 80px rgba(0,0,0,.3)}.brand-login{color:#0f172a;padding-bottom:18px;border-bottom:1px solid #e8edf4}.brand-login b{color:#0f172a}.brand-login span{color:#64748b}.login-card h1{font-size:21px;margin:20px 0 4px}.muted{color:#64748b}.login-card label{display:block;font-size:12px;color:#475569;margin:14px 0 6px}.login-card input{width:100%;height:42px;border:1px solid #dbe4ee;border-radius:9px;padding:0 11px;outline:none}.login-card input:focus{border-color:#6aa9fb;box-shadow:0 0 0 3px #eaf3ff}.login-card .btn{margin-top:18px;height:44px}.login-foot{text-align:center;color:#94a3b8;font-size:11px;margin-top:16px}.alert{padding:10px 12px;border-radius:9px;margin-top:12px}.alert.danger{background:#fff0f0;border:1px solid #ffd0d0;color:#b91c1c}
.empty{padding:28px;text-align:center;color:#94a3b8}
@media(max-width:1250px){.cards.six{grid-template-columns:repeat(3,1fr)}.bottom-grid{grid-template-columns:1fr 1fr}.bottom-grid .panel:last-child{grid-column:1/-1}}
@media(max-width:900px){.sidebar{width:72px}.sidebar .brand div:not(.brand-mark),.sidebar nav .nav-item:not(.active){font-size:0}.sidebar .nav-item{justify-content:center}.sidebar .server-pill{display:none}.main{margin-left:72px;width:calc(100% - 72px)}.top-status span:not(.user-chip){display:none}.cards.six,.cards.four{grid-template-columns:repeat(2,1fr)}.bottom-grid{grid-template-columns:1fr}.bottom-grid .panel:last-child{grid-column:auto}.drawer{width:min(430px,96vw)}}
@media(max-width:620px){.content{padding:12px}.cards.six,.cards.four{grid-template-columns:1fr}.top-search{width:70vw}.filters{flex-direction:column}.panel-head{align-items:flex-start}.bottom-grid{grid-template-columns:1fr}.sidebar{display:none}.main{margin-left:0;width:100%}}

/* v1.1.1 display polish */
.detail-grid div:nth-child(even){overflow-wrap:anywhere;line-height:1.75}
td[dir="ltr"], .detail-grid div[dir="ltr"]{unicode-bidi:plaintext}
.mini-row b[dir="ltr"]{unicode-bidi:plaintext}


/* v1.2.0 — management & security */
.page-head>a.btn{text-decoration:none}
.live-session-panel{margin-bottom:14px}
.success-note{background:#ecfdf5;border-color:#a7f3d0;color:#047857}
.session-badge{display:inline-grid;place-items:center;min-width:28px;height:24px;padding:0 8px;border-radius:999px;background:#ede9fe;color:#6d28d9;font-weight:800}
.mini-row.active-session{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;padding:8px 10px;color:#047857}
.event-badge{display:inline-flex;align-items:center;border-radius:999px;padding:4px 8px;font-weight:700;font-size:11px}
.event-badge.success{background:#ecfdf5;color:#047857}.event-badge.danger{background:#fff1f2;color:#be123c}.event-badge.neutral{background:#f1f5f9;color:#475569}
.security-checks{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:16px}
.security-check{display:flex;align-items:center;gap:10px;border:1px solid #e5ebf3;border-radius:11px;padding:12px;background:#fff}
.security-check.ok{border-color:#bbf7d0;background:#f7fff9}.security-check.warn{border-color:#fed7aa;background:#fffaf5}
.security-check-icon{width:34px;height:34px;border-radius:10px;display:grid;place-items:center;font-weight:900}
.security-check.ok .security-check-icon{background:#dcfce7;color:#15803d}.security-check.warn .security-check-icon{background:#ffedd5;color:#c2410c}
.security-check b{display:block;font-size:13px}.security-check small{display:block;color:#64748b;margin-top:3px;line-height:1.6}
.security-info-panel{margin-top:14px}.compact-prose{padding-top:12px;padding-bottom:12px}.compact-prose p{margin:6px 0}
.meta-form{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:8px 0 18px}
.meta-form label{font-size:11px;color:#64748b;display:grid;gap:5px}
.meta-form input,.meta-form textarea{width:100%;border:1px solid #dbe4ee;border-radius:8px;padding:8px 9px;outline:none;background:#fff;color:#0f172a;resize:vertical}
.meta-form input:focus,.meta-form textarea:focus{border-color:#88baff;box-shadow:0 0 0 3px #eaf3ff}
.meta-form .full{grid-column:1/-1}.meta-actions{display:flex;align-items:center;gap:10px}
.drawer h3{font-size:13px;margin:18px 0 8px}
@media(max-width:900px){.security-checks{grid-template-columns:1fr}}
@media(max-width:620px){.meta-form{grid-template-columns:1fr}.meta-form .full{grid-column:auto}}
