:root{--ns-primary:#3b82f6;--ns-primary-light:#60a5fa;--ns-success:#10b981;--ns-warning:#f59e0b;--ns-error:#ef4444;--ns-text:#1e293b;--ns-text-muted:#64748b;--ns-bg:#fff;--ns-bg-secondary:#f8fafc;--ns-border:#e2e8f0;--ns-shadow:0 1px 3px #0000001a;--ns-shadow-lg:0 4px 12px #0000001a;--ns-radius:12px;--ns-radius-sm:8px;--ns-radius-full:9999px}._ns-container{flex-direction:column;gap:1.5rem;max-width:800px;margin:0 auto;display:flex}@media (max-width:768px){._ns-container{padding-left:1rem;padding-right:1rem}}._ns-hero{background:var(--ns-bg);border-radius:var(--ns-radius);box-shadow:var(--ns-shadow);align-items:center;gap:1.25rem;padding:1.5rem;display:flex}._ns-hero.online{background:linear-gradient(135deg,var(--ns-bg)0%,#10b98114 100%)}._ns-hero.offline{background:linear-gradient(135deg,var(--ns-bg)0%,#ef444414 100%)}._ns-hero-icon{background:var(--ns-bg-secondary);width:64px;height:64px;color:var(--ns-text-muted);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex;position:relative}._ns-hero.online ._ns-hero-icon{color:var(--ns-success);background:#10b98126}._ns-hero.offline ._ns-hero-icon{color:var(--ns-error);background:#ef444426}._ns-hero-icon svg{z-index:1;width:32px;height:32px;position:relative}._ns-hero-pulse{opacity:0;background:currentColor;border-radius:50%;position:absolute;top:0;bottom:0;left:0;right:0}._ns-hero.online ._ns-hero-pulse{animation:2s ease-out infinite _ns-hero-pulse}@keyframes _ns-hero-pulse{0%{opacity:.4;transform:scale(1)}to{opacity:0;transform:scale(1.6)}}._ns-hero-info{flex:1;min-width:0}._ns-hero-status{color:var(--ns-text);font-size:1.5rem;font-weight:700;line-height:1.2;display:block}._ns-hero.online ._ns-hero-status{color:var(--ns-success)}._ns-hero.offline ._ns-hero-status{color:var(--ns-error)}._ns-hero-subtitle{color:var(--ns-text-muted);margin-top:.25rem;font-size:.875rem;display:block}._ns-hero-actions{flex-shrink:0;align-items:center;gap:.5rem;display:flex}._ns-btn{border-radius:var(--ns-radius-sm);cursor:pointer;white-space:nowrap;border:none;justify-content:center;align-items:center;gap:.5rem;padding:.625rem 1.25rem;font-size:.9375rem;font-weight:600;transition:opacity .2s,box-shadow .2s,background-color .2s;display:inline-flex}._ns-btn:hover{opacity:.9}._ns-btn:disabled{opacity:.5;cursor:not-allowed}._ns-btn-primary{background:var(--ns-primary);color:#fff;box-shadow:0 4px 14px #3b82f659}._ns-btn-primary:hover{box-shadow:0 6px 20px #3b82f673}._ns-btn-icon{background:var(--ns-bg-secondary);color:var(--ns-text-muted);border-radius:50%;padding:.625rem}._ns-btn-icon:hover{color:var(--ns-text);background:var(--ns-border)}._ns-btn-ghost{color:var(--ns-text-muted);background:0 0;padding:.375rem .625rem}._ns-btn-ghost:hover{color:var(--ns-text)}._ns-btn-sm{padding:.25rem .5rem;font-size:.75rem}._ns-btn-unit{background:var(--ns-bg-secondary);color:var(--ns-text-muted);border-style:solid;border-width:1px;border-color:var(--ns-border);min-width:52px;padding:.5rem .75rem;font-family:monospace;font-size:.75rem;font-weight:600}._ns-btn-unit:hover{color:var(--ns-text);border-color:var(--ns-primary)}@media (max-width:640px){._ns-hero{text-align:center;flex-direction:column;padding:1.25rem}._ns-hero-icon{width:56px;height:56px}._ns-hero-icon svg{width:28px;height:28px}._ns-hero-status{font-size:1.25rem}._ns-hero-actions{justify-content:center;width:100%}._ns-btn-primary{flex:1;max-width:200px}}._ns-metrics{grid-template-columns:repeat(4,1fr);gap:.875rem;display:grid}._ns-metric{background:var(--ns-bg);border-radius:var(--ns-radius);box-shadow:var(--ns-shadow);flex-direction:column;padding:1rem;transition:box-shadow .2s,transform .2s;display:flex}._ns-metric:hover{box-shadow:var(--ns-shadow-lg)}._ns-metric.testing{opacity:.6}._ns-metric-header{align-items:center;gap:.5rem;margin-bottom:.75rem;display:flex}._ns-metric-icon{border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}._ns-metric-icon svg{width:18px;height:18px}._ns-metric-icon-download{color:#3b82f6;background:#3b82f61f}._ns-metric-icon-upload{color:#10b981;background:#10b9811f}._ns-metric-icon-latency{color:#f59e0b;background:#f59e0b1f}._ns-metric-icon-jitter{color:#8b5cf6;background:#8b5cf61f}._ns-metric-label{color:var(--ns-text-muted);font-size:.8125rem;font-weight:500}._ns-metric-help{color:var(--ns-text-muted);opacity:.6;cursor:help;align-items:center;margin-left:auto;display:flex}._ns-metric-help:hover{opacity:1}._ns-metric-help svg{width:14px;height:14px}._ns-estimated{color:var(--ns-warning);font-size:.6875rem}._ns-metric-body{align-items:baseline;gap:.375rem;display:flex}._ns-metric-number{color:var(--ns-text);font-variant-numeric:tabular-nums;font-size:1.875rem;font-weight:700;line-height:1}._ns-metric-unit{color:var(--ns-text-muted);font-size:.8125rem;font-weight:500}._ns-metric-trend{margin-left:auto;font-size:.875rem;font-weight:600}._ns-metric-trend.up{color:var(--ns-success)}._ns-metric-trend.down{color:var(--ns-error)}._ns-metric-trend.stable{color:var(--ns-text-muted)}._ns-metric-spinner{border-style:solid;border-width:3px;border-color:var(--ns-border);border-top-color:var(--ns-primary);border-radius:50%;width:24px;height:24px;animation:.8s linear infinite _ns-spin;display:inline-block}@keyframes _ns-spin{to{transform:rotate(360deg)}}@media (max-width:768px){._ns-metrics{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){._ns-metrics{gap:.75rem}._ns-metric{padding:.875rem}._ns-metric-number{font-size:1.5rem}._ns-metric-icon{width:28px;height:28px}._ns-metric-icon svg{width:16px;height:16px}}._ns-progress{background:var(--ns-bg);border-radius:var(--ns-radius-sm);height:36px;box-shadow:var(--ns-shadow);position:relative;overflow:hidden}._ns-progress-bar{background:linear-gradient(90deg,var(--ns-primary),var(--ns-primary-light));width:0%;height:100%;transition:width .3s;position:absolute;top:0;left:0}._ns-progress-text{color:var(--ns-text);z-index:1;font-size:.875rem;font-weight:600;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._ns-live-section{background:var(--ns-bg);border-radius:var(--ns-radius);box-shadow:var(--ns-shadow);border-style:dashed;border-width:1px;border-color:var(--ns-border);justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.25rem;display:flex}._ns-live-section.active{border-style:solid;border-color:var(--ns-error);background:linear-gradient(135deg,var(--ns-bg)0%,#ef44440d 100%)}._ns-live-info{flex:1;min-width:0}._ns-live-title{color:var(--ns-text);align-items:center;gap:.5rem;font-size:.9375rem;font-weight:600;display:flex}._ns-live-title svg{width:16px;height:16px;color:var(--ns-text-muted)}._ns-live-section.active ._ns-live-title svg{color:var(--ns-error)}._ns-live-desc{color:var(--ns-text-muted);margin:.25rem 0 0;font-size:.8125rem;line-height:1.4}._ns-switch{flex-shrink:0;width:52px;height:28px;display:inline-block;position:relative}._ns-switch input{opacity:0;width:0;height:0}._ns-switch-slider{cursor:pointer;background-color:var(--ns-border);border-radius:28px;transition:background-color .3s;position:absolute;top:0;bottom:0;left:0;right:0}._ns-switch-slider:before{content:"";background-color:#fff;border-radius:50%;width:22px;height:22px;transition:transform .3s;position:absolute;bottom:3px;left:3px;box-shadow:0 2px 4px #00000026}._ns-switch input:checked+._ns-switch-slider{background-color:var(--ns-error)}._ns-switch input:checked+._ns-switch-slider:before{transform:translate(24px)}._ns-switch input:focus+._ns-switch-slider{box-shadow:0 0 0 3px #ef444433}@media (max-width:480px){._ns-live-section{flex-direction:column;align-items:flex-start;gap:.75rem}._ns-switch{align-self:flex-end}}._ns-tabs{background:var(--ns-bg);border-radius:var(--ns-radius);box-shadow:var(--ns-shadow);overflow:hidden}._ns-tabs-header{border-bottom-style:solid;border-bottom-width:1px;border-bottom-color:var(--ns-border);display:flex}._ns-tab-btn{color:var(--ns-text-muted);cursor:pointer;background:0 0;border:none;flex:1;justify-content:center;align-items:center;gap:.375rem;padding:.875rem 1rem;font-size:.875rem;font-weight:500;transition:color .2s,background-color .2s;display:flex;position:relative}._ns-tab-btn:hover{color:var(--ns-text);background:var(--ns-bg-secondary)}._ns-tab-btn.active{color:var(--ns-primary)}._ns-tab-btn.active:after{content:"";background:var(--ns-primary);height:2px;position:absolute;bottom:-1px;left:0;right:0}._ns-tab-btn svg{width:14px;height:14px}._ns-tab-count{color:var(--ns-text-muted);font-size:.75rem;font-weight:400}._ns-tabs-content{padding:1rem}._ns-tab-pane{display:none}._ns-tab-pane.active{display:block}._ns-result-section{background:var(--ns-bg-secondary);border-radius:var(--ns-radius-sm);align-items:center;gap:1rem;margin-bottom:.875rem;padding:1rem 1.125rem}._ns-result-section:last-child{margin-bottom:0}._ns-result-label{color:var(--ns-text-muted);text-transform:uppercase;letter-spacing:.08em;font-size:.6875rem;font-weight:600;display:block}._ns-rating-content{align-items:center;gap:1rem;display:flex}._ns-rating-badge{border-radius:var(--ns-radius-full);align-items:center;padding:.5rem 1rem;font-size:.9375rem;font-weight:700;display:inline-flex}._ns-rating-badge.excellent{color:#059669;background:#10b98126}._ns-rating-badge.good{color:#2563eb;background:#3b82f626}._ns-rating-badge.fair{color:#d97706;background:#f59e0b26}._ns-rating-badge.poor{color:#dc2626;background:#ef444426}._ns-rating-desc{color:var(--ns-text-muted);font-size:.875rem}._ns-server-content{align-items:center;gap:.75rem;display:flex}._ns-server-location{color:var(--ns-text);font-size:1rem;font-weight:600}._ns-server-isp{color:var(--ns-text-muted);background:var(--ns-bg);border-radius:var(--ns-radius-full);padding:.25rem .625rem;font-size:.75rem}._ns-server-isp:empty{display:none}._ns-empty{color:var(--ns-text-muted);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;padding:2rem 1rem;display:flex}._ns-empty svg{opacity:.5;width:24px;height:24px}._ns-empty span{font-size:.875rem}._ns-history-actions{justify-content:flex-end;margin-bottom:.75rem;display:flex}._ns-chart-container{background:var(--ns-bg-secondary);border-radius:var(--ns-radius-sm);margin-bottom:.75rem;padding:.75rem}._ns-history-list{flex-direction:column;gap:.5rem;max-height:240px;display:flex;overflow-y:auto}._ns-history-item{background:var(--ns-bg-secondary);border-radius:var(--ns-radius-sm);align-items:center;gap:1rem;padding:.625rem .75rem;font-size:.8125rem;display:flex}._ns-history-time{color:var(--ns-text-muted);font-variant-numeric:tabular-nums;min-width:65px}._ns-history-stats{flex-wrap:wrap;flex:1;align-items:center;gap:1rem;display:flex}._ns-history-stat{color:var(--ns-text);align-items:center;gap:.25rem;display:flex}._ns-history-stat svg{width:12px;height:12px;color:var(--ns-text-muted)}._ns-about-content{flex-direction:column;gap:1rem;display:flex}._ns-about-section{background:var(--ns-bg-secondary);border-radius:var(--ns-radius-sm);padding:.875rem}._ns-about-label{color:var(--ns-text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;font-size:.75rem;font-weight:500}._ns-about-brand{background:var(--ns-bg);border-radius:var(--ns-radius-sm);color:var(--ns-primary);align-items:center;gap:.5rem;padding:.5rem .875rem;font-size:1rem;font-weight:600;display:inline-flex}._ns-about-brand svg{width:20px;height:20px}._ns-about-notes{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}._ns-about-notes li{color:var(--ns-text-muted);align-items:flex-start;gap:.375rem;font-size:.8125rem;line-height:1.4;display:flex}._ns-note-marker{color:var(--ns-warning);flex-shrink:0;font-weight:600}@media (max-width:480px){._ns-tab-btn span{display:none}._ns-tab-btn svg{width:18px;height:18px}._ns-tab-count{display:none}._ns-history-item{flex-direction:column;align-items:flex-start;gap:.5rem}._ns-rating-content{flex-direction:column;align-items:flex-start}}
