@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Sora:wght@600;700&display=swap";:root{--bg-0: #eef2f8;--bg-1: #f8fafd;--card: #ffffff;--ink-1: #0f172a;--ink-2: #334155;--ink-3: #64748b;--line: #dbe3ee;--line-strong: #c9d6e6;--primary: #445ee9;--primary-hover: #334dd8;--accent: #6f4cff;--accent-hover: #5e3df0;--neutral: #7f8798;--neutral-hover: #6c7383;--ok: #16a34a;--warn: #ca8a04;--error: #dc2626;--radius-lg: 16px;--radius-md: 10px;--radius-sm: 8px;--shadow-1: 0 10px 40px rgba(15, 23, 42, .08)}*{box-sizing:border-box}html,body,#root{min-height:100%}body{margin:0;font-family:Manrope,Segoe UI,sans-serif;color:var(--ink-1);background:radial-gradient(1200px 500px at 0% -10%,#dbe7ff 0%,transparent 55%),radial-gradient(900px 450px at 100% -20%,#efe2ff 0%,transparent 55%),linear-gradient(180deg,var(--bg-1) 0%,var(--bg-0) 100%)}.dashboard-page{padding:28px 18px}.dashboard-card{width:min(1320px,100%);margin:0 auto;background:var(--card);border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-1);padding:20px 20px 14px}.dashboard-title-row{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:14px}.dashboard-title-row h1{margin:0;font-family:Sora,Manrope,sans-serif;font-size:34px;line-height:1.1;letter-spacing:-.02em}.dashboard-title-row p{margin:3px 0 0;color:var(--ink-3);font-weight:700;font-size:14px}.toolbar{display:flex;justify-content:space-between;align-items:center;gap:14px;margin-bottom:14px;flex-wrap:wrap}.toolbar-left,.toolbar-right{display:flex;align-items:center;gap:10px;flex-wrap:wrap}input,select,textarea{border:1px solid var(--line-strong);background:#fff;color:var(--ink-1);border-radius:var(--radius-sm);font:inherit}.toolbar input,.toolbar select{height:40px;padding:0 12px}.toolbar input{width:220px}.toolbar select{min-width:120px}textarea{width:100%;min-height:78px;resize:vertical;padding:9px 10px;line-height:1.35}input:focus,select:focus,textarea:focus{outline:2px solid #c9d8ff;outline-offset:1px;border-color:#9fb6ff}.btn{border:0;border-radius:var(--radius-sm);height:40px;padding:0 14px;color:#fff;font:inherit;font-weight:700;letter-spacing:.01em;cursor:pointer;transition:transform .12s ease,filter .12s ease,background .12s ease}.btn:hover{transform:translateY(-1px);filter:saturate(1.04)}.btn:active{transform:translateY(0)}.btn:disabled{opacity:.58;cursor:not-allowed;transform:none;filter:none}.btn-primary{background:var(--primary)}.btn-primary:hover{background:var(--primary-hover)}.btn-muted{background:#64748b}.btn-muted:hover{background:#536277}.btn-neutral{background:var(--neutral)}.btn-neutral:hover{background:var(--neutral-hover)}.btn-accent{background:var(--accent)}.btn-accent:hover{background:var(--accent-hover)}.btn-save{background:#9aa3b4;width:72px;height:38px;border-radius:var(--radius-sm)}.table-wrap{overflow:auto;border:1px solid var(--line);border-radius:12px}table{width:100%;border-collapse:collapse;min-width:1120px;background:#fff}thead th{background:#f6f8fc;font-size:14px;font-weight:800;text-align:left;padding:12px 10px;border-bottom:1px solid var(--line);border-right:1px solid #e6edf7}thead th:last-child{border-right:0}tbody td{padding:10px;vertical-align:middle;border-bottom:1px solid #e9eff7}tbody tr:last-child td{border-bottom:0}tbody tr:hover{background:#fbfcff}.hostname{font-weight:700;color:#111827;word-break:break-word}.status-text{margin:8px 0 0;color:var(--ink-2);font-weight:600;font-size:13px}.error-text{color:var(--error)}.message-cell{display:grid;grid-template-columns:1fr auto;gap:8px;align-items:start}.empty-row{text-align:center;color:var(--ink-3);padding:24px 12px;font-weight:600}.dashboard-footer{margin-top:12px;display:flex;justify-content:space-between;align-items:center;color:var(--ink-3);font-size:13px;font-weight:700}.footer-links{display:flex;gap:16px}.footer-links a{color:#4f46e5;text-decoration:none;font-weight:700}.footer-links a:hover{text-decoration:underline}.switch{position:relative;display:inline-flex;width:36px;height:20px;vertical-align:middle}.switch input{opacity:0;width:0;height:0;position:absolute}.slider{width:36px;height:20px;background:#d5dbe6;border-radius:999px;position:relative;transition:background .14s ease}.slider:before{content:"";position:absolute;left:3px;top:3px;width:14px;height:14px;background:#fff;border-radius:50%;transition:transform .14s ease;box-shadow:0 1px 3px #0f172a40}.switch input:checked+.slider{background:#4f46e5}.switch input:checked+.slider:before{transform:translate(16px)}@media(max-width:900px){.dashboard-card{padding:14px}.dashboard-title-row h1{font-size:26px}.toolbar input{width:100%;min-width:220px}.toolbar{align-items:flex-start}.toolbar-right{width:100%}}
