.speed-page{--st-bg: #f3f6fc;--st-bg-2: #eef2fb;--st-card: #ffffff;--st-text: #111827;--st-muted: #6b7280;--st-line: #e8edf5;--st-shadow: 0 24px 60px rgba(15, 23, 42, .08);--st-purple: #7c5cff;--st-blue: #3b82f6;--st-green: #22c55e;--st-download: #2563eb;--st-download-soft: #dbeafe;--st-upload: #16a34a;--st-upload-soft: #dcfce7;--st-stat-bg: #f8fafc;--st-bottom-bg: #f8fafc}html[data-theme=dark] .speed-page{--st-bg: #0f1218;--st-bg-2: #151a24;--st-card: #1a2030;--st-text: #eef2ff;--st-muted: #94a3b8;--st-line: #2a3344;--st-shadow: 0 24px 60px rgba(0, 0, 0, .45);--st-stat-bg: #222a3a;--st-bottom-bg: #1e2636;--st-download: #60a5fa;--st-download-soft: rgba(37, 99, 235, .18);--st-upload: #4ade80;--st-upload-soft: rgba(22, 163, 74, .18)}.speed-page{color:var(--st-text)}.speed-hero{display:grid;grid-template-columns:1.2fr .8fr;gap:24px;align-items:center;margin-bottom:28px;padding:8px 4px 0}.speed-hero-copy h1{margin:0 0 14px;font-size:clamp(34px,5vw,52px);line-height:1.05;letter-spacing:-.04em}.speed-hero-copy p{margin:0;max-width:560px;color:var(--st-muted);font-size:clamp(15px,2vw,18px);line-height:1.6}.speed-hero-art{display:grid;place-items:center;min-height:220px}.speed-gauge-illustration{width:min(100%,280px);height:auto;filter:drop-shadow(0 18px 30px rgba(79,70,229,.18))}.speed-card{background:var(--st-card);border:1px solid var(--st-line);border-radius:28px;box-shadow:var(--st-shadow);padding:clamp(24px,4vw,42px)}.speed-grid{display:grid;grid-template-columns:minmax(220px,1fr) minmax(260px,340px) minmax(220px,1fr);gap:clamp(18px,3vw,32px);align-items:center}.speed-col{display:flex;flex-direction:column;gap:18px}.speed-stat{display:flex;align-items:center;gap:14px;padding:16px 18px;border-radius:18px;background:var(--st-stat-bg);border:1px solid var(--st-line)}.speed-stat-icon{width:46px;height:46px;border-radius:14px;display:grid;place-items:center;flex-shrink:0;color:#fff}.speed-stat-icon.purple{background:linear-gradient(135deg,#8b5cf6,#6366f1)}.speed-stat-icon.green{background:linear-gradient(135deg,#34d399,#22c55e)}.speed-stat-icon.blue{background:linear-gradient(135deg,#60a5fa,#3b82f6)}.speed-stat-icon.download{background:linear-gradient(135deg,#38bdf8,#2563eb)}.speed-stat-icon.upload{background:linear-gradient(135deg,#4ade80,#16a34a)}.speed-tone-download{color:var(--st-download)!important}.speed-tone-upload{color:var(--st-upload)!important}.speed-go-btn .speed-tone-download,.speed-go-btn .speed-tone-upload{transition:color .2s ease}.speed-go-btn span.speed-tone-download,.speed-go-btn span.speed-tone-upload{opacity:.92}.speed-stat-copy span{display:block;font-size:13px;color:var(--st-muted);font-weight:600}.speed-stat-copy strong{display:block;margin-top:4px;font-size:clamp(22px,3vw,28px);letter-spacing:-.03em;font-variant-numeric:tabular-nums;transition:color .2s ease}.speed-metric-value{transition:color .2s ease}.speed-stat-copy small{display:block;margin-top:2px;color:var(--st-muted);font-size:12px}.speed-center{display:grid;place-items:center;text-align:center}.speed-go-wrap{position:relative;width:min(100%,280px);aspect-ratio:1;display:grid;place-items:center}.speed-progress-ring{position:absolute;inset:0;width:100%;height:100%;z-index:0;filter:drop-shadow(0 8px 24px rgba(99,102,241,.28))}.speed-progress-track{fill:none;stroke:#94a3b847;stroke-width:10}html[data-theme=dark] .speed-progress-track{stroke:#94a3b82e}.speed-progress-bar{fill:none;stroke:url(#ringGradIdle);stroke-width:10;stroke-linecap:round;transition:stroke-dashoffset .25s ease-out,stroke .3s ease}.speed-go-wrap.phase-download .speed-progress-bar{stroke:url(#ringGradDownload);filter:drop-shadow(0 0 8px rgba(37,99,235,.45))}.speed-go-wrap.phase-upload .speed-progress-bar{stroke:url(#ringGradUpload);filter:drop-shadow(0 0 8px rgba(22,163,74,.45))}.speed-go-wrap.running .speed-progress-bar{filter:drop-shadow(0 0 6px rgba(139,92,246,.55))}.speed-go-wrap.running.phase-download .speed-progress-bar{filter:drop-shadow(0 0 8px rgba(37,99,235,.5))}.speed-go-wrap.running.phase-upload .speed-progress-bar{filter:drop-shadow(0 0 8px rgba(22,163,74,.5))}.speed-go-wrap.done .speed-progress-bar{stroke:#22c55e}.speed-go-inner{position:absolute;inset:14px;border-radius:50%;background:radial-gradient(circle at 50% 35%,#fffffffa,#f8fafcf2 68%,#eef2ffe6);box-shadow:inset 0 1px #fffc;z-index:0;pointer-events:none}html[data-theme=dark] .speed-go-inner{background:radial-gradient(circle at 50% 35%,#2a3348,#1c2333 68%,#161c2a);box-shadow:inset 0 1px #ffffff0f}.speed-go-btn{position:relative;z-index:1;width:72%;aspect-ratio:1;border:0;border-radius:50%;background:transparent;cursor:pointer;display:grid;place-items:center;color:var(--st-text)}.speed-go-btn:disabled{cursor:wait;opacity:1}.speed-go-btn strong{display:block;font-size:clamp(36px,6vw,52px);line-height:1;letter-spacing:-.05em;font-variant-numeric:tabular-nums}.speed-go-btn span{display:block;margin-top:8px;font-size:14px;color:var(--st-muted);font-weight:600}.speed-live{margin-top:14px;min-height:24px;color:var(--st-muted);font-size:14px;font-weight:600}.speed-pct{color:var(--st-purple);font-variant-numeric:tabular-nums}.speed-bottom{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:28px;padding:18px 20px;border-radius:18px;background:var(--st-bottom-bg);border:1px solid var(--st-line)}.speed-bottom-item{display:flex;align-items:center;gap:12px;min-width:0}.speed-bottom-item svg{flex-shrink:0;color:var(--st-muted)}.speed-bottom-item span{display:block;font-size:12px;color:var(--st-muted);font-weight:600}.speed-bottom-item strong{display:block;margin-top:2px;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.speed-footnote{margin:18px auto 0;text-align:center;color:var(--st-muted);font-size:13px;line-height:1.5}.speed-footnote a{color:var(--st-purple);font-weight:700}.nav-theme-toggle{width:42px;height:42px;border-radius:14px;border:1px solid var(--line);background:var(--card);color:var(--muted);display:grid;place-items:center;cursor:pointer;margin-left:6px}html[data-theme=dark] .nav-theme-toggle{background:#1a2030;border-color:#2a3344;color:#c4b5fd}.nav-links a.active{color:var(--text);position:relative}.nav-links a.active:after{content:"";position:absolute;left:0;right:0;bottom:-8px;height:3px;border-radius:999px;background:linear-gradient(90deg,var(--blue),var(--blue-2))}.top-nav-bar{background:#ffffffd1;backdrop-filter:blur(12px);border:1px solid var(--line);border-radius:999px;padding:10px 14px 10px 18px;box-shadow:var(--shadow)}html[data-theme=dark] .top-nav-bar{background:#1a2030e0;border-color:#2a3344}@media(max-width:960px){.speed-hero{grid-template-columns:1fr}.speed-hero-art{order:-1;min-height:160px}.speed-grid{grid-template-columns:1fr}.speed-center{order:-1}.speed-bottom{grid-template-columns:1fr}}@media(max-width:640px){.top-nav-bar{border-radius:22px;flex-wrap:wrap}.speed-card{padding:20px 16px}.speed-go-wrap{width:min(100%,240px)}}.speed-shell[data-astro-cid-sroxdop5]{max-width:1100px}html[data-theme=dark] body{background:linear-gradient(180deg,#151a24,#0f1218)}
