*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans TC,Microsoft JhengHei,sans-serif;background:#f0f2f5;color:#1a1a2e;font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased}.header{background:#fff;border-bottom:1px solid #e5e7eb;box-shadow:0 1px 3px #0000000f;position:sticky;top:0;z-index:100}.header-inner{max-width:1440px;margin:0 auto;padding:12px 24px;display:flex;align-items:center;justify-content:space-between}.header-title{display:flex;align-items:center;gap:12px}.header-logo{width:36px;height:36px;-o-object-fit:contain;object-fit:contain}.header-text h1{font-size:18px;font-weight:700;color:#111827}.header-text p{font-size:11px;color:#9ca3af}.tab-group{display:flex;gap:4px;background:#f3f4f6;border-radius:10px;padding:4px}.tab-btn{padding:8px 20px;border:none;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;background:transparent;color:#6b7280;transition:all .2s}.tab-btn:hover{color:#374151}.tab-btn.active{background:#fff;color:#2563eb;box-shadow:0 1px 3px #0000001a}.update-time{font-size:12px;color:#9ca3af}.content{max-width:1440px;margin:0 auto;padding:20px 24px}.stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:20px}@media (max-width: 900px){.stat-grid{grid-template-columns:repeat(2,1fr)}}.stat-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:16px 20px;display:flex;align-items:center;gap:16px;box-shadow:0 1px 2px #0000000a}.stat-icon{width:44px;height:44px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0}.stat-icon.blue{background:#eff6ff}.stat-icon.green{background:#ecfdf5}.stat-icon.amber{background:#fffbeb}.stat-icon.red{background:#fef2f2}.stat-label{font-size:11px;color:#9ca3af;text-transform:uppercase;letter-spacing:.5px;font-weight:600}.stat-value{font-size:24px;font-weight:800;line-height:1.2}.stat-sub{font-size:10px;color:#9ca3af}.text-green{color:#059669}.text-red{color:#dc2626}.text-amber{color:#d97706}.text-gray{color:#d1d5db}.host-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;margin-bottom:16px;box-shadow:0 1px 2px #0000000a}.host-header{padding:14px 20px;border-bottom:1px solid #f3f4f6;display:flex;align-items:center;gap:12px;background:linear-gradient(to right,#f8fafc,#fff)}.host-icon{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0}.host-icon.online{background:#ecfdf5}.host-icon.offline{background:#fef2f2}.host-name{font-size:15px;font-weight:700;color:#111827}.host-ip{font-size:12px;color:#9ca3af;font-family:SF Mono,Fira Code,monospace}.host-os{font-size:11px;color:#9ca3af}.host-count{margin-left:auto;text-align:right}.host-count-label{font-size:10px;color:#9ca3af}.host-count-value{font-size:14px;font-weight:700;color:#374151}.badge{display:inline-flex;align-items:center;gap:5px;padding:2px 10px;border-radius:20px;font-size:11px;font-weight:600;border:1px solid;white-space:nowrap}.badge.online{background:#ecfdf5;color:#059669;border-color:#a7f3d0}.badge.offline{background:#fef2f2;color:#ef4444;border-color:#fecaca}.badge-dot{width:7px;height:7px;border-radius:50%;display:inline-block}.badge-dot.green{background:#10b981;animation:pulse-green 2s ease-in-out infinite}.badge-dot.red{background:#ef4444;animation:pulse-red 1.5s ease-in-out infinite}@keyframes pulse-green{0%,to{box-shadow:0 0 #10b98180}50%{box-shadow:0 0 0 5px #10b98100}}@keyframes pulse-red{0%,to{box-shadow:0 0 #ef444480}50%{box-shadow:0 0 0 5px #ef444400}}.env-badge{padding:2px 8px;border-radius:4px;font-size:10px;font-weight:700;border:1px solid;white-space:nowrap}.env-badge.infra{background:#eff6ff;color:#2563eb;border-color:#bfdbfe}.env-badge.prod{background:#f5f3ff;color:#7c3aed;border-color:#ddd6fe}.env-badge.dev{background:#fffbeb;color:#d97706;border-color:#fde68a}.metrics-row{padding:16px 20px;border-bottom:1px solid #f3f4f6;display:flex;gap:32px;flex-wrap:wrap;background:#f9fafb}.metric{flex:1;min-width:160px}.metric-head{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:6px}.metric-label{font-size:12px;color:#6b7280;font-weight:500}.metric-value{font-size:14px;font-weight:800;font-variant-numeric:tabular-nums}.metric-value.green{color:#059669}.metric-value.amber{color:#d97706}.metric-value.red{color:#dc2626}.metric-track{height:10px;background:#e5e7eb;border-radius:5px;overflow:hidden}.metric-fill{height:100%;border-radius:5px;transition:width .8s ease}.metric-fill.green{background:linear-gradient(90deg,#34d399,#10b981)}.metric-fill.amber{background:linear-gradient(90deg,#fbbf24,#f59e0b)}.metric-fill.red{background:linear-gradient(90deg,#f87171,#ef4444)}.metric-sub{font-size:10px;color:#9ca3af;margin-top:4px}.data-table{width:100%;border-collapse:collapse}.data-table thead th{padding:10px 16px;font-size:11px;font-weight:700;color:#6b7280;text-transform:uppercase;letter-spacing:.5px;border-bottom:2px solid #e5e7eb;text-align:left;background:#f9fafb;white-space:nowrap}.data-table thead th.right{text-align:right}.data-table tbody tr{border-bottom:1px solid #f3f4f6;transition:background .15s}.data-table tbody tr:hover{background:#f0f7ff}.data-table tbody tr.stopped{background:#fff5f5}.data-table tbody tr.stopped:hover{background:#fee2e2}.data-table tbody td{padding:8px 16px;font-size:13px;vertical-align:middle}.data-table tbody td.mono{font-family:SF Mono,Fira Code,Cascadia Code,monospace;font-size:12px;font-weight:600;color:#1f2937}.data-table tbody td.dim{color:#9ca3af;font-size:12px}.data-table tbody td.num{font-family:monospace;color:#6b7280;font-size:12px;text-align:right;font-variant-numeric:tabular-nums}.env-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;margin-bottom:16px;box-shadow:0 1px 2px #0000000a;border-left:4px solid}.env-card.infra{border-left-color:#3b82f6}.env-card.prod{border-left-color:#8b5cf6}.env-card.dev{border-left-color:#f59e0b}.env-header{padding:14px 20px;border-bottom:1px solid #f3f4f6;display:flex;align-items:center;gap:12px;background:linear-gradient(to right,#f8fafc,#fff)}.env-header h2{font-size:15px;font-weight:700;color:#111827}.env-header .sub{font-size:10px;color:#9ca3af}.service-pills{padding:12px 20px;border-bottom:1px solid #f3f4f6;display:flex;flex-wrap:wrap;gap:8px}.service-pill{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;border-radius:8px;font-size:13px;font-weight:500;border:1px solid}.service-pill.healthy{background:#ecfdf5;border-color:#a7f3d0;color:#065f46}.service-pill.unhealthy{background:#fef2f2;border-color:#fecaca;color:#991b1b}.service-pill .ms{font-size:10px;color:#9ca3af}.ssl-badge{display:inline-block;padding:2px 8px;border-radius:4px;font-size:11px;font-weight:700;font-variant-numeric:tabular-nums;border:1px solid}.ssl-badge.ok{background:#ecfdf5;color:#059669;border-color:#a7f3d0}.ssl-badge.warn{background:#fffbeb;color:#d97706;border-color:#fde68a}.ssl-badge.danger{background:#fef2f2;color:#dc2626;border-color:#fecaca}.ssl-le{color:#059669;font-size:11px;font-weight:600}.alert-ok{background:#ecfdf5;border:1px solid #a7f3d0;border-radius:12px;padding:16px 20px;color:#065f46;font-weight:600;font-size:14px;margin-top:16px}.alert-panel{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;margin-top:16px}.alert-header{padding:12px 20px;border-bottom:1px solid #e5e7eb;background:#f9fafb;display:flex;align-items:center;gap:10px;font-weight:600;font-size:14px}.alert-count{padding:2px 10px;border-radius:20px;font-size:11px;font-weight:700;border:1px solid}.alert-count.critical{background:#fef2f2;color:#dc2626;border-color:#fecaca}.alert-count.warning{background:#fffbeb;color:#d97706;border-color:#fde68a}.alert-row{padding:10px 20px;border-bottom:1px solid #f3f4f6;display:flex;align-items:flex-start;gap:10px}.alert-row:hover{background:#f9fafb}.alert-title{font-size:13px;font-weight:600;color:#1f2937}.alert-msg{font-size:11px;color:#6b7280}.alert-date{font-size:10px;color:#9ca3af;white-space:nowrap;margin-left:auto}.loading{display:flex;align-items:center;justify-content:center;padding:60px;color:#9ca3af;gap:10px}.spinner{width:20px;height:20px;border:2px solid #e5e7eb;border-top-color:#3b82f6;border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.footer{text-align:center;padding:20px;font-size:10px;color:#d1d5db}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:20px}.login-card{background:#fff;border-radius:16px;box-shadow:0 20px 60px #0003;width:100%;max-width:400px;overflow:hidden}.login-header{text-align:center;padding:36px 32px 24px;background:linear-gradient(to bottom,#f8fafc,#fff)}.login-logo{width:56px;height:56px;margin-bottom:16px}.login-header h1{font-size:20px;font-weight:700;color:#111827;margin-bottom:4px}.login-header p{font-size:12px;color:#9ca3af}.login-form{padding:8px 32px 32px}.login-field{margin-bottom:16px}.login-field label{display:block;font-size:13px;font-weight:600;color:#374151;margin-bottom:6px}.login-field input{width:100%;padding:10px 14px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;transition:border-color .2s,box-shadow .2s;outline:none}.login-field input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea26}.login-btn{width:100%;padding:12px;border:none;border-radius:8px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-size:15px;font-weight:600;cursor:pointer;transition:opacity .2s,transform .1s;margin-top:8px}.login-btn:hover:not(:disabled){opacity:.9}.login-btn:active:not(:disabled){transform:scale(.98)}.login-btn:disabled{opacity:.5;cursor:not-allowed}.login-error{background:#fef2f2;border:1px solid #fecaca;color:#dc2626;padding:10px 14px;border-radius:8px;font-size:13px;margin-bottom:16px}.login-footer{text-align:center;padding:16px;font-size:11px;color:#d1d5db;border-top:1px solid #f3f4f6}.user-menu{display:flex;align-items:center;gap:12px}.user-name{font-size:13px;font-weight:600;color:#374151}.logout-btn{padding:6px 14px;border:1px solid #d1d5db;border-radius:6px;background:#fff;font-size:12px;color:#6b7280;cursor:pointer;transition:all .2s}.logout-btn:hover{background:#f3f4f6;color:#ef4444;border-color:#fecaca}.mesh-topo-svg{width:100%;max-height:320px;background:#0f172a;border-radius:8px}.filter-btn{padding:4px 12px;border:1px solid #d1d5db;border-radius:6px;background:#fff;font-size:12px;color:#6b7280;cursor:pointer;transition:all .2s}.filter-btn:hover{border-color:#93c5fd;color:#2563eb}.filter-btn.active{background:#2563eb;color:#fff;border-color:#2563eb}.service-host-row{background:#2563eb0a}.service-host-row td{border-bottom-color:#2563eb26}.svc-badge{margin-left:6px;padding:1px 5px;font-size:9px;font-weight:700;background:#dbeafe;color:#2563eb;border-radius:3px}.mono{font-family:Cascadia Code,Fira Code,monospace;font-size:12px}.password-wrapper{position:relative}.password-wrapper input{width:100%;padding-right:52px}.password-toggle{position:absolute;right:8px;top:50%;transform:translateY(-50%);border:none;background:none;color:#6b7280;font-size:12px;cursor:pointer;padding:4px 8px;border-radius:4px}.password-toggle:hover{color:#2563eb;background:#f3f4f6}
