:root{color-scheme:light;--page: #fafafa;--surface: #fff;--text: #1a1a1a;--text-secondary: #555;--text-muted: #888;--hairline: #e2e8f0;--input-border: #ccc;--accent: #2b6cb0;--accent-disabled: #9bb6d1;--success-text: #2e7d32;--success-bg: #edf7ed;--success-border: #a5d6a7;--chart-border: #cfe3cf;--error: #b00020;font-family:system-ui,-apple-system,sans-serif;color:var(--text);background:var(--page)}:root[data-theme=dark]{color-scheme:dark;--page: #0d0d0d;--surface: #1a1a19;--text: #ffffff;--text-secondary: #c3c2b7;--text-muted: #898781;--hairline: #2c2c2a;--input-border: #383835;--accent: #3987e5;--accent-disabled: #274766;--success-text: #0ca30c;--success-bg: #172b1a;--success-border: #2e5c33;--chart-border: #2c2c2a;--error: #f28b82}body{margin:0}.layout{display:flex;align-items:stretch;height:100vh;height:100dvh}.sidebar{display:flex;flex-direction:column;flex:0 0 22rem;box-sizing:border-box;padding:2rem 1.5rem;border-right:1px solid var(--hairline);background:var(--surface);overflow-y:auto}.versions{margin:0;padding-top:1.5rem;color:var(--text-muted);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.75rem}.theme-toggle{display:flex;width:fit-content;margin-top:auto;border:1px solid var(--hairline);border-radius:6px;overflow:hidden}.theme-toggle button{padding:.3rem .75rem;font-size:.8rem;font-weight:600;color:var(--text-secondary);background:transparent;border:none;border-radius:0}.theme-toggle button+button{border-left:1px solid var(--hairline)}.theme-toggle button.active{color:#fff;background:var(--accent)}.results{flex:1 1 auto;box-sizing:border-box;min-width:0;padding:2rem;overflow-x:auto;overflow-y:auto}.results-placeholder{color:var(--text-muted);font-size:.95rem}.results>*{margin-top:0}@media(max-width:800px){.layout{flex-direction:column}.sidebar{flex-basis:auto;border-right:none;border-bottom:1px solid var(--hairline)}}h1{margin-bottom:.25rem}.tagline{margin-top:0;color:var(--text-secondary)}.run-status{margin-top:1rem;color:var(--success-text);font-weight:600}.run-form{display:flex;flex-direction:column;gap:1rem;margin-top:1.5rem}.run-form label{display:flex;flex-direction:column;gap:.25rem;font-weight:600}.run-form input{padding:.5rem;font-size:1rem;border:1px solid var(--input-border);border-radius:6px}button{padding:.6rem 1rem;font-size:1rem;font-weight:600;color:#fff;background:var(--accent);border:none;border-radius:6px;cursor:pointer}button:disabled{background:var(--accent-disabled);cursor:progress}.progress{margin-top:1.5rem}.progress-track{height:.6rem;background:var(--hairline);border-radius:999px;overflow:hidden}.progress-fill{height:100%;background:var(--accent);border-radius:999px;transition:width .3s ease}.progress-track.indeterminate .progress-fill{width:30%;animation:progress-slide 1.2s ease-in-out infinite}@keyframes progress-slide{0%{margin-left:-30%}to{margin-left:100%}}.progress-label{margin:.4rem 0 0;font-size:.9rem;color:var(--text-secondary)}.result{display:flex;flex-direction:column;gap:1.5rem}.result-header{padding:1rem;background:var(--success-bg);border:1px solid var(--success-border);border-radius:6px}.report{display:grid;grid-template-columns:auto 1fr;gap:.25rem 1rem;margin:0;font-size:.9rem}.report dt{font-weight:600;color:var(--text-secondary)}.report dd{margin:0}.downloads p{margin:0 0 .25rem;font-weight:600}.downloads ul{margin:0;padding-left:1.1rem}.downloads li{margin:.15rem 0}.downloads .hint{color:var(--text-muted);font-size:.8rem}.ne-charts{margin:0;background:var(--surface);border:1px solid var(--chart-border);border-radius:6px;padding:.5rem}.ne-charts .hint{margin:.25rem 0 .25rem .5rem;color:var(--text-muted);font-size:.8rem}.error{margin-top:1.5rem;color:var(--error)}
