:root{--bg: #fafafa;--text-primary: #1d1d1f;--text-secondary: #6e6e73;--text-tertiary: #acacac;--accent: #ff0000;--accent-light: rgba(255, 0, 0, .1);--surface: #ffffff;--border: rgba(0, 0, 0, .08);--shadow: 0 1px 3px rgba(0, 0, 0, .06), 0 4px 12px rgba(0, 0, 0, .05);--font: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;--stat-value: #48484a}[data-theme=dark]{--bg: #0a0a0a;--text-primary: #f5f5f7;--text-secondary: #a1a1a6;--text-tertiary: #6e6e73;--accent: #ff3b30;--accent-light: rgba(255, 59, 48, .15);--surface: #1c1c1e;--border: rgba(255, 255, 255, .1);--shadow: 0 1px 3px rgba(0, 0, 0, .3), 0 4px 12px rgba(0, 0, 0, .4);--stat-value: #e5e5e7}*{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;-webkit-font-smoothing:antialiased}body{font-family:var(--font);background:var(--bg);color:var(--text-primary);min-height:100vh;min-height:100dvh}#app{min-height:100vh;min-height:100dvh;position:relative}.widget-toggle{position:absolute;top:1rem;right:4.5rem;height:40px;padding:0 1rem;border-radius:20px;border:none;background:var(--surface);box-shadow:var(--shadow);cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all .2s ease;z-index:100;font-size:.875rem;font-weight:500;color:var(--text-primary);font-family:var(--font)}.widget-toggle svg{width:18px;height:18px}.widget-toggle:hover{transform:scale(1.05);box-shadow:0 2px 6px #0000001a,0 6px 16px #00000014}.widget-toggle:active{transform:scale(.98)}.theme-toggle{position:absolute;top:1rem;right:1rem;width:40px;height:40px;border-radius:50%;border:none;background:var(--surface);box-shadow:var(--shadow);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;z-index:100}.theme-toggle:hover{transform:scale(1.1)}.theme-toggle:active{transform:scale(.95)}.theme-icon{width:20px;height:20px;color:var(--text-primary);transition:opacity .2s ease,transform .3s ease;position:absolute}.theme-icon.sun{opacity:1}.theme-icon.moon{opacity:0}[data-theme=dark] .theme-icon.sun{opacity:0;transform:rotate(-90deg)}[data-theme=dark] .theme-icon.moon{opacity:1;transform:rotate(90deg)}.isp-directory-link{position:absolute;top:1rem;right:4rem;height:40px;padding:0 1rem;border-radius:20px;border:none;background:var(--surface);box-shadow:var(--shadow);cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all .2s ease;z-index:100;font-size:.875rem;font-weight:500;color:var(--text-primary);font-family:var(--font);text-decoration:none}.isp-directory-link svg{width:18px;height:18px}.isp-directory-link:hover{transform:scale(1.05);box-shadow:0 2px 6px #0000001a,0 6px 16px #00000014}.isp-directory-link:active{transform:scale(.98)}.footer{display:none;padding:1rem;text-align:center;margin-top:2rem}.footer-link{display:inline-flex;align-items:center;gap:.5rem;color:var(--text-secondary);text-decoration:none;font-size:.875rem;font-weight:500;transition:color .2s ease}.footer-link:hover{color:var(--accent)}.footer-link svg{width:16px;height:16px}@media(max-width:768px){.footer{display:block}.isp-directory-link{display:none}}[data-theme=dark] .theme-icon.moon{opacity:1;transform:rotate(0)}.main{min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;gap:1.5rem}.speed-container{text-align:center}.speed-title{font-size:1rem;font-weight:500;color:var(--text-secondary);margin-bottom:.5rem}.speed-number{font-size:clamp(4.5rem,18vw,8rem);font-weight:700;line-height:1;letter-spacing:-.03em;color:var(--text-primary);font-variant-numeric:tabular-nums;transition:color .3s ease}.speed-number.active{color:var(--accent)}.speed-unit{font-size:1.125rem;font-weight:500;color:var(--text-secondary);margin-top:.25rem}.progress-container{width:100%;max-width:280px;text-align:center}.progress-bar{height:3px;background:var(--border);border-radius:2px;overflow:hidden;margin-bottom:.75rem}.progress-fill{height:100%;width:0%;background:var(--accent);border-radius:2px;transition:width .3s ease}.progress-fill.active{animation:progress-pulse 1.5s ease-in-out infinite}@keyframes progress-pulse{0%,to{opacity:1}50%{opacity:.5}}.progress-status{font-size:.8125rem;color:var(--text-secondary);min-height:1.25rem}.progress-status.active{color:var(--accent)}.start-btn{width:64px;height:64px;border-radius:50%;border:none;background:var(--surface);box-shadow:var(--shadow);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;color:var(--text-primary);margin:.5rem 0;animation:heartbeat 2s ease-in-out infinite}@keyframes heartbeat{0%,to{transform:scale(1);box-shadow:0 1px 3px #0000000f,0 4px 12px #0000000d}15%{transform:scale(1.08);box-shadow:0 2px 8px #0000001a,0 8px 20px #00000014}30%{transform:scale(1);box-shadow:0 1px 3px #0000000f,0 4px 12px #0000000d}45%{transform:scale(1.05);box-shadow:0 2px 6px #00000014,0 6px 16px #0000000f}}.start-btn:hover{transform:scale(1.1);animation:none}.start-btn:active{transform:scale(.95);animation:none}.start-btn.running{background:var(--accent);color:#fff;animation:btn-running-pulse 2s ease-in-out infinite}@keyframes btn-running-pulse{0%,to{box-shadow:0 0 #00000026}50%{box-shadow:0 0 0 14px #0000}}.btn-icon{width:24px;height:24px;margin-left:2px}.start-btn.running .btn-icon{margin-left:0}.info-panel{width:100%;max-width:480px;background:var(--surface);border-radius:12px;box-shadow:var(--shadow);overflow:hidden;opacity:0;transform:translateY(10px);transition:all .4s ease;pointer-events:none}.info-panel.visible{opacity:1;transform:translateY(0);pointer-events:auto}.stats-section{display:grid;grid-template-columns:repeat(4,1fr);border-bottom:1px solid var(--border)}.stat-item{padding:1.25rem .5rem;text-align:center;border-right:1px solid var(--border);display:flex;flex-direction:column;align-items:center;gap:.25rem}.stat-item:last-child{border-right:none}.stat-item.active{background:#00000005}[data-theme=dark] .stat-item.active{background:#ffffff0d}.stat-icon{width:20px;height:20px;color:var(--text-tertiary);margin-bottom:.125rem}.stat-item.active .stat-icon{color:var(--accent)}.stat-value{font-size:1.5rem;font-weight:600;color:var(--stat-value);font-variant-numeric:tabular-nums;line-height:1}.stat-unit{font-size:.6875rem;font-weight:500;color:var(--text-secondary);letter-spacing:.01em}.stat-label{font-size:.6875rem;font-weight:500;color:var(--text-tertiary);letter-spacing:.01em}.connection-section{padding:.75rem 1rem}.connection-row{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0}.connection-row:not(:last-child){border-bottom:1px solid var(--border)}.conn-label{font-size:.75rem;font-weight:500;color:var(--text-secondary)}.conn-value{font-size:.8125rem;font-weight:500;color:var(--text-secondary);text-align:right;max-width:65%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.isp-banner{width:100%;max-width:480px;text-align:center;margin-bottom:1rem}.isp-info{padding:1.5rem;background:var(--surface);border-radius:12px;box-shadow:var(--shadow)}.isp-title{font-size:1.5rem;font-weight:700;color:var(--text-primary);margin-bottom:.5rem}.isp-subtitle{font-size:.875rem;color:var(--text-secondary);line-height:1.4}.back-link{margin-top:1rem;text-align:center}.back-home{color:var(--accent);text-decoration:none;font-size:.875rem;font-weight:500;transition:color .2s ease}.back-home:hover{color:var(--text-primary);text-decoration:underline}.isp-content{width:100%;max-width:480px;background:var(--surface);border-radius:12px;box-shadow:var(--shadow);padding:1.5rem;margin-top:1.5rem}.isp-content h1{font-size:1.5rem;font-weight:600;color:var(--stat-value);margin-bottom:1rem;margin-top:0;line-height:1.3}.isp-content h2{font-size:1.25rem;font-weight:600;color:var(--stat-value);margin-top:2rem;margin-bottom:.75rem;line-height:1.3}.isp-content h3{font-size:1.125rem;font-weight:600;color:var(--stat-value);margin-top:1.5rem;margin-bottom:.75rem;line-height:1.3}.isp-content p{font-size:.875rem;line-height:1.5;color:var(--text-secondary);margin-bottom:1rem}.isp-content table{width:100%;border-collapse:separate;border-spacing:0;margin:1.25rem 0;font-size:.875rem;background:var(--surface);border-radius:8px;overflow:hidden;border:1px solid var(--border)}.isp-content table td{padding:.875rem 1rem;border-bottom:1px solid var(--border);border-right:1px solid var(--border);color:var(--text-secondary);vertical-align:top}.isp-content table td:last-child{border-right:none}.isp-content table tr:last-child td{border-bottom:none}.isp-content table tr:first-child td{font-weight:600;color:var(--text-primary);background:#00000005;border-bottom:1px solid var(--border);padding:1rem}[data-theme=dark] .isp-content table tr:first-child td{background:#ffffff0d}.isp-content table tr:not(:first-child) td:first-child{font-weight:600;color:var(--text-primary);background:#00000003;min-width:140px}[data-theme=dark] .isp-content table tr:not(:first-child) td:first-child{background:#ffffff05}.isp-content p:last-child{margin-bottom:0}.speed-recommendations{display:flex;flex-direction:column;gap:.75rem;margin-bottom:2rem}.speed-item{display:flex;align-items:center;gap:.75rem;padding:.5rem 0}.speed-icon{font-size:1.25rem;width:1.5rem;text-align:center}.speed-text{font-size:.875rem;color:var(--text-primary);font-weight:500}.isp-content ul{margin:1rem 0;padding-left:1.25rem;list-style-type:disc}.isp-content ul li{font-size:.875rem;line-height:1.6;color:var(--text-secondary);margin-bottom:.5rem}.isp-content ul li:last-child{margin-bottom:0}.isp-content ol{margin:0;padding-left:1.25rem}.isp-content ol li{font-size:.875rem;line-height:1.5;color:var(--text-secondary);margin-bottom:.75rem;padding-left:.25rem}.isp-content ol li:last-child{margin-bottom:0}.isp-content code{background:var(--surface-elevated);padding:.125rem .375rem;border-radius:4px;font-family:Courier New,monospace;font-size:.8125rem;color:var(--text-primary)}.isp-content strong{font-weight:600;color:var(--text-primary)}.isp-content a.support-link{color:var(--accent);text-decoration:none;font-weight:500;transition:color .2s ease}.isp-content a.support-link:hover{color:var(--text-primary);text-decoration:underline}@media(max-width:480px){.theme-toggle{top:.75rem;right:.75rem;width:36px;height:36px}.theme-icon{width:18px;height:18px}.main{padding:1.5rem 1rem;gap:1.25rem}.speed-number{font-size:clamp(3.5rem,20vw,5rem)}.stats-section{grid-template-columns:repeat(2,1fr)}.stat-item{padding:1rem .5rem}.stat-item:nth-child(2){border-right:none}.stat-item:nth-child(1),.stat-item:nth-child(2){border-bottom:1px solid var(--border)}.stat-value{font-size:1.375rem}.stat-icon{width:18px;height:18px}.start-btn{width:56px;height:56px}.btn-icon{width:20px;height:20px}.progress-container{max-width:240px}.isp-content{padding:1.25rem}.isp-content h2{font-size:1.125rem}.isp-content p,.isp-content li{font-size:.8125rem}.speed-item{gap:.5rem}.speed-icon{font-size:1.125rem;width:1.25rem}.speed-text{font-size:.8125rem}}
