:root{color-scheme:light;--su-bg: #f7f8fa;--su-surface: #ffffff;--su-surface-muted: #f1f3f5;--su-border: #e5e7eb;--su-text: #111827;--su-muted: #6b7280;--su-accent: #2563eb;--su-danger: #dc2626;--su-success: #16a34a;--su-warning: #d97706;--su-radius: 12px;--su-shadow: 0 10px 30px rgba(15, 23, 42, .08);--su-font: Inter, Geist, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei", sans-serif}:root[data-theme=dark]{color-scheme:dark;--su-bg: #0b0d12;--su-surface: #111318;--su-surface-muted: #181b22;--su-border: #2a2f3a;--su-text: #f3f4f6;--su-muted: #9ca3af;--su-accent: #60a5fa;--su-danger: #f87171;--su-success: #4ade80;--su-warning: #fbbf24;--su-shadow: 0 18px 40px rgba(0,0,0,.35)}.su-button{border:1px solid var(--su-border);border-radius:10px;background:var(--su-surface);color:var(--su-text);padding:.55rem .85rem;font:inherit;cursor:pointer;transition:border-color .15s,background .15s,transform .08s}.su-button:hover{border-color:var(--su-accent);background:var(--su-surface-muted)}.su-button:active{transform:translateY(1px)}.su-button.primary{background:var(--su-accent);color:#fff;border-color:var(--su-accent)}.su-field{display:grid;gap:.35rem}.su-field label{color:var(--su-muted);font-size:.85rem}.su-field input,.su-field textarea,.su-field select,.su-input,.su-textarea,.su-select{border:1px solid var(--su-border);border-radius:10px;background:var(--su-surface);color:var(--su-text);padding:.65rem .75rem;font:inherit}.su-field textarea,.su-textarea{min-height:9rem;resize:vertical}.su-badge{display:inline-flex;align-items:center;border:1px solid var(--su-border);border-radius:999px;padding:.15rem .55rem;font-size:.78rem;color:var(--su-muted);background:var(--su-surface-muted)}.su-panel{background:var(--su-surface);border:1px solid var(--su-border);border-radius:var(--su-radius);box-shadow:var(--su-shadow)}.su-theme-toggle{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border:1px solid var(--su-border, #e5e7eb);border-radius:8px;background:var(--su-surface, #fff);cursor:pointer;font-size:1rem;line-height:1;transition:border-color .15s,background .15s}.su-theme-toggle:hover{border-color:var(--su-accent, #2563eb);background:var(--su-surface-muted, #f1f3f5)}.su-command-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a73;display:flex;align-items:flex-start;justify-content:center;padding:12vh 16px 16px;z-index:1000}.su-command-panel{width:min(560px,100%);background:var(--su-surface, #fff);border:1px solid var(--su-border, #cbd5e1);border-radius:12px;box-shadow:0 20px 50px #0f172a2e;padding:12px}.su-command-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px;font-size:.9rem}.su-command-header kbd{font-size:.75rem;padding:2px 6px;border-radius:6px;border:1px solid var(--su-border, #cbd5e1);background:var(--su-surface-muted, #f8fafc)}.su-command-input{width:100%;box-sizing:border-box;padding:10px 12px;border:1px solid var(--su-border, #cbd5e1);border-radius:8px;margin-bottom:8px}.su-command-list{list-style:none;margin:0;padding:0;max-height:320px;overflow:auto}.su-command-list button{width:100%;text-align:left;border:none;background:transparent;padding:8px 10px;border-radius:8px;cursor:pointer;display:flex;flex-direction:column;gap:2px}.su-command-list button:hover,.su-command-list button:focus-visible{background:var(--su-surface-muted, #f1f5f9)}.su-command-list small{color:var(--su-muted, #64748b);font-size:.75rem}.su-command-empty{padding:12px;color:var(--su-muted, #64748b)}.su-oss-benchmarks{margin-top:32px;padding:20px;border:1px solid var(--su-border, #e2e8f0);border-radius:12px;background:var(--su-surface, #fff)}.su-oss-benchmarks h2{margin:0 0 8px;font-size:1.1rem}.su-oss-list{list-style:none;margin:16px 0 0;padding:0;display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.su-oss-card{padding:12px;border:1px solid var(--su-border-soft, #e2e8f0);border-radius:10px;background:var(--su-surface-muted, #f8fafc)}.su-oss-card a{font-weight:600;color:var(--su-accent, #2563eb)}.su-oss-card>p{margin:6px 0 8px;font-size:.85rem;color:var(--su-muted, #64748b)}.su-oss-card ul{margin:0;padding-left:18px;font-size:.82rem}.su-compare{display:grid;gap:12px;margin:16px 0}@media(min-width:720px){.su-compare-text,.su-compare-images{grid-template-columns:1fr 1fr}}.su-compare pre{margin:8px 0 0;padding:10px;border-radius:8px;border:1px solid var(--su-border-soft, #e2e8f0);background:var(--su-surface-muted, #f8fafc);max-height:240px;overflow:auto;white-space:pre-wrap;word-break:break-word;font-size:.85rem}.su-compare-images figure{margin:0}.su-compare-images figcaption{font-size:.85rem;font-weight:600;margin-bottom:6px}.su-compare-images img{width:100%;max-height:280px;object-fit:contain;border-radius:8px;border:1px solid var(--su-border-soft, #e2e8f0);background:#fff}.su-file-queue{margin:16px 0;border:1px solid var(--su-border, #e2e8f0);border-radius:10px;background:var(--su-surface, #fff)}.su-file-queue header{padding:8px 12px;border-bottom:1px solid var(--su-border-soft, #e2e8f0)}.su-file-queue-toggle{border:none;background:transparent;font-weight:600;cursor:pointer}.su-file-queue ul{list-style:none;margin:0;padding:8px 12px}.su-file-queue li{display:grid;grid-template-columns:1fr auto auto;gap:8px;align-items:center;padding:6px 0;border-bottom:1px dashed var(--su-border-soft, #e2e8f0);font-size:.85rem}.su-file-queue li:last-child{border-bottom:none}.su-file-queue li[data-status=running] .su-file-status{color:var(--su-accent, #2563eb)}.su-file-queue li[data-status=done] .su-file-status{color:#059669}.su-file-queue li[data-status=error] .su-file-status{color:#dc2626}.su-file-actions button{margin-left:6px;font-size:.75rem}.su-compare-slider{position:relative;width:100%;max-height:320px;overflow:hidden;border-radius:10px;border:1px solid var(--su-border-soft, #e2e8f0);touch-action:none;cursor:ew-resize;-webkit-user-select:none;user-select:none}.su-compare-slider-after,.su-compare-slider-before img{display:block;width:100%;max-height:320px;object-fit:contain}.su-compare-slider-before{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden}.su-compare-slider-handle{position:absolute;top:0;bottom:0;width:3px;margin-left:-1px;background:var(--su-accent, #2563eb);box-shadow:0 0 0 1px #fffc}.su-compare-slider-labels{position:absolute;left:8px;right:8px;bottom:8px;display:flex;justify-content:space-between;font-size:.75rem;font-weight:600;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.6);pointer-events:none}.su-diff-view .d2h-wrapper{overflow:auto;border:1px solid var(--su-border-soft, #e2e8f0);border-radius:8px;font-size:.82rem}.su-diff-view .d2h-file-side-by-side{display:grid;grid-template-columns:1fr 1fr}.su-diff-view .d2h-diff-table{width:100%;border-collapse:collapse;table-layout:fixed}.su-diff-view .d2h-code-linenumber{width:3em;padding:0 6px;text-align:right;color:var(--su-muted, #64748b);background:var(--su-surface-muted, #f8fafc);border-right:1px solid var(--su-border-soft, #e2e8f0);vertical-align:top}.su-diff-view td span{display:block;padding:1px 6px;white-space:pre-wrap;word-break:break-word}.su-diff-view .d2h-del{background:#fee2e2}.su-diff-view .d2h-ins{background:#dcfce7}.su-diff-view .d2h-cntx{background:#fff}.su-diff-view .d2h-empty{background:#f1f5f9}:root{--color-canvas-default: #ffffff;--color-canvas-subtle: #f6f8fa;--color-canvas-inset: #f0f3f6;--color-fg-default: #1f2328;--color-fg-muted: #656d76;--color-border-default: #d0d7de;--color-border-muted: #d8dee4;--color-accent-fg: #0969da;--color-accent-emphasis: #0969da;--color-accent-subtle: #ddf4ff;--shadow-card: 0 1px 0 rgba(31, 35, 40, .04)}:root.dark,:root[data-theme=dark]{--color-canvas-default: #0d1117;--color-canvas-subtle: #161b22;--color-canvas-inset: #010409;--color-fg-default: #e6edf3;--color-fg-muted: #8b949e;--color-border-default: #30363d;--color-border-muted: #21262d;--color-accent-fg: #58a6ff;--color-accent-emphasis: #1f6feb;--color-accent-subtle: #0d2d6b;--shadow-card: 0 1px 0 rgba(0, 0, 0, .3)}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans SC,sans-serif;margin:0;padding:0;background:var(--color-canvas-subtle);color:var(--color-fg-default)}#root{min-height:100vh}.muted{color:var(--color-fg-muted);font-size:.875rem}.hub-home{max-width:1120px;margin:0 auto;padding:1rem 1rem 4rem}.hub-nav{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:56px;border-bottom:1px solid var(--color-border-muted)}.hub-brand{display:inline-flex;align-items:center;gap:.625rem;color:var(--color-fg-default);font-weight:700;text-decoration:none}.hub-brand-mark{display:grid;width:32px;height:32px;place-items:center;border:1px solid var(--color-border-default);border-radius:8px;background:var(--color-canvas-default);color:var(--color-accent-fg);box-shadow:var(--shadow-card)}.hub-nav-meta{color:var(--color-fg-muted);font-size:.875rem}.hub-nav-actions{display:flex;align-items:center;gap:.75rem}.hub-hero{max-width:760px;padding:4.25rem 0 3rem}.hub-eyebrow{margin:0 0 .75rem;color:var(--color-accent-fg);font-size:.875rem;font-weight:600}.hub-header h1{margin:0;font-size:clamp(2.5rem,8vw,5rem);line-height:.95;letter-spacing:0}.hub-lead{margin:1rem 0 0;color:var(--color-fg-muted);font-size:1.125rem;line-height:1.6}.hub-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));border-top:1px solid var(--color-border-muted);border-left:1px solid var(--color-border-muted)}.hub-card{display:flex;min-height:220px;flex-direction:column;background:var(--color-canvas-default);border-right:1px solid var(--color-border-muted);border-bottom:1px solid var(--color-border-muted);padding:1.5rem;box-shadow:var(--shadow-card)}.hub-card-topline{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:1.25rem}.hub-card-mark{display:inline-flex;align-items:center;justify-content:center;min-width:2rem;height:2rem;font-weight:700;font-size:.8125rem;color:var(--color-accent-fg);background:var(--color-accent-subtle);border:1px solid #b6e3ff;border-radius:999px}.hub-card-path{min-width:0;color:var(--color-fg-muted);font-family:ui-monospace,SFMono-Regular,SFMono,Consolas,Liberation Mono,monospace;font-size:.75rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hub-card h2{margin:0 0 .375rem;font-size:1.375rem;line-height:1.25}.hub-card-en{margin:0;color:var(--color-fg-muted);line-height:1.5}.hub-card-actions{display:flex;flex-wrap:wrap;gap:.5rem;margin:auto 0 .875rem;padding-top:1.5rem}.hub-btn{display:inline-flex;align-items:center;justify-content:center;min-height:32px;padding:0 .75rem;border-radius:6px;border:1px solid var(--color-border-default);background:var(--color-canvas-default);text-decoration:none;color:var(--color-fg-default);font-size:.875rem;font-weight:600;box-shadow:var(--shadow-card)}.hub-btn-primary{background:var(--color-accent-emphasis);border-color:#1f232826;color:#fff}.hub-card-foot{margin:0}.domain-host{max-width:960px;margin:0 auto;padding:1.5rem 1.25rem}.domain-host ul{line-height:1.8}.hub-loading{padding:2rem;text-align:center;color:var(--color-fg-muted)}@media(max-width:640px){.hub-home{padding-inline:.75rem}.hub-hero{padding:3rem 0 2.25rem}.hub-grid{grid-template-columns:1fr}}
