: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-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}.hub-loading{padding:2rem;text-align:center;color:#6b7280}body{font-family:system-ui,sans-serif;margin:0;padding:0;background:#f4f6fb;color:#111827}#root{min-height:100vh}.muted{color:#6b7280;font-size:.9rem}.hub-home{max-width:960px;margin:0 auto;padding:2rem 1.25rem 3rem}.hub-header h1{margin:0 0 .5rem;font-size:1.75rem}.hub-lead{margin:0 0 2rem;color:#4b5563}.hub-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.25rem}.hub-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1.25rem 1.25rem 1rem;box-shadow:0 1px 2px #0000000a}.hub-card-mark{display:inline-block;font-weight:700;font-size:.85rem;color:#2563eb;background:#eff6ff;border-radius:999px;padding:.15rem .65rem;margin-bottom:.75rem}.hub-card h2{margin:0 0 .25rem;font-size:1.25rem}.hub-card-en{margin:0 0 .75rem;color:#374151}.hub-card-actions{display:flex;flex-wrap:wrap;gap:.5rem;margin:1rem 0 .75rem}.hub-btn{display:inline-block;padding:.45rem .85rem;border-radius:8px;border:1px solid #d1d5db;text-decoration:none;color:#111827;font-size:.92rem}.hub-btn-primary{background:#2563eb;border-color:#2563eb;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}
