:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}#root{text-align:center;border-inline:1px solid var(--border);box-sizing:border-box;flex-direction:column;width:1126px;max-width:100%;min-height:100svh;margin:0 auto;display:flex}body{margin:0}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}*{box-sizing:border-box;margin:0;padding:0}.app{flex-direction:column;min-height:100vh;display:flex}body{color:#1e293b;background:#f8fafc;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px}.page{flex-direction:column;min-height:100vh;display:flex}.page-header{color:#f8fafc;background:#1e293b;flex-shrink:0;align-items:center;gap:32px;padding:12px 24px;display:flex}.app-title{white-space:nowrap;font-size:16px;font-weight:700}.tab-nav{gap:4px;display:flex}.tab-btn{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:6px 14px;font-size:13px;font-weight:500;transition:background .15s,color .15s}.tab-btn:hover{color:#f8fafc;background:#ffffff14}.tab-btn.active{color:#fff;background:#3b82f6}.page-layout{flex:1;display:flex}.sidebar{background:#fff;border-right:1px solid #e2e8f0;width:300px;min-width:300px;max-height:calc(100vh - 56px);position:sticky;top:0;overflow-y:auto}.content{flex:1;padding:24px;overflow-x:auto}.panel{padding:20px}.panel h2{color:#0f172a;margin-bottom:16px;font-size:15px;font-weight:600}.upload-area{text-align:center;cursor:pointer;background:#f8fafc;border:2px dashed #cbd5e1;border-radius:8px;justify-content:center;align-items:center;min-height:120px;margin-bottom:16px;padding:16px;transition:border-color .15s;display:flex}.upload-area:hover{border-color:#94a3b8}.upload-area span{color:#94a3b8;font-size:13px}.upload-preview{object-fit:contain;max-width:100%;max-height:120px}.params h3{color:#64748b;text-transform:uppercase;letter-spacing:.05em;margin-bottom:12px;font-size:11px;font-weight:600}.param-check{cursor:pointer;align-items:center;gap:8px;margin-bottom:10px;font-size:13px;display:flex}.param-row{flex-direction:column;gap:4px;margin-bottom:12px;font-size:13px;display:flex}.param-row span{color:#475569}.param-row input[type=range]{width:100%}.param-row input[type=number]{border:1px solid #e2e8f0;border-radius:4px;width:100%;padding:4px 8px;font-size:13px}.run-btn{color:#fff;cursor:pointer;background:#3b82f6;border:none;border-radius:6px;width:100%;margin-top:16px;padding:10px;font-size:14px;font-weight:600;transition:background .15s}.run-btn:hover:not(:disabled){background:#2563eb}.run-btn:disabled{cursor:not-allowed;background:#94a3b8}.error-banner{color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-radius:6px;margin-bottom:16px;padding:12px 16px;font-size:13px}.loading-banner{color:#2563eb;background:#eff6ff;border:1px solid #bfdbfe;border-radius:6px;margin-bottom:16px;padding:12px 16px;font-size:13px}.pipeline-step-viewer h2{margin-bottom:16px;font-size:16px;font-weight:600}.steps-grid{flex-wrap:wrap;gap:16px;margin-bottom:24px;display:flex}.step-card{background:#fff;border:1px solid #e2e8f0;border-radius:8px;min-width:220px;padding:12px}.step-card h4{color:#64748b;text-transform:uppercase;letter-spacing:.04em;margin-bottom:8px;font-size:11px;font-weight:600}.step-img{object-fit:contain;max-width:200px;max-height:200px;display:block}.step-json{min-width:320px;max-width:480px}.json-actions{gap:8px;margin-bottom:8px;display:flex}.json-actions button{cursor:pointer;background:#f8fafc;border:1px solid #e2e8f0;border-radius:4px;padding:5px 10px;font-size:12px;transition:background .1s}.json-actions button:hover{background:#e2e8f0}.json-preview{white-space:pre-wrap;word-break:break-all;color:#334155;background:#f8fafc;border:1px solid #e2e8f0;border-radius:4px;max-height:200px;padding:8px;font-size:11px;overflow-y:auto}.metrics{background:#fff;border:1px solid #e2e8f0;border-radius:8px;margin-bottom:24px;padding:16px}.metrics h3{margin-bottom:12px;font-size:14px;font-weight:600}.metrics-grid{flex-wrap:wrap;gap:24px;display:flex}.metric-item{flex-direction:column;gap:2px;display:flex}.metric-item span{color:#64748b;text-transform:uppercase;letter-spacing:.04em;font-size:11px}.metric-item strong{color:#0f172a;font-size:22px;font-weight:700}.stroke-editor{background:#fff;border:1px solid #e2e8f0;border-radius:8px;margin-top:24px;padding:16px}.stroke-editor h3{margin-bottom:12px;font-size:14px;font-weight:600}.stroke-list{flex-direction:column;gap:8px;max-height:320px;list-style:none;display:flex;overflow-y:auto}.stroke-item{background:#f8fafc;border:1px solid #f1f5f9;border-radius:6px;align-items:center;gap:10px;padding:6px 8px;display:flex}.color-swatch{border:1px solid #e2e8f0;border-radius:4px;flex-shrink:0;width:20px;height:20px}.stroke-info{color:#475569;flex:1;font-size:12px}.stroke-item select{border:1px solid #e2e8f0;border-radius:4px;padding:2px 4px;font-size:12px}.delete-btn{color:#dc2626;cursor:pointer;background:#fef2f2;border:1px solid #fecaca;border-radius:4px;padding:3px 8px;font-size:12px;transition:background .1s}.delete-btn:hover{background:#fee2e2}.keyword-input{border:1px solid #e2e8f0;border-radius:6px;width:100%;padding:6px 10px;font-size:14px}.step-svg-raw{min-width:320px;max-width:480px}.svg-raw-preview{white-space:pre-wrap;word-break:break-all;color:#334155;background:#f8fafc;border:1px solid #e2e8f0;border-radius:4px;max-height:200px;padding:8px;font-size:10px;overflow-y:auto}.svg-render{max-width:200px;max-height:200px;overflow:hidden}.svg-render svg{width:100%;height:auto}.keyword-display{color:#0f172a;padding:12px 0;font-size:22px;font-weight:700}.step-path-list{min-width:200px}.path-table{border-collapse:collapse;width:100%;font-size:12px}.path-table th{text-align:left;color:#64748b;text-transform:uppercase;border-bottom:1px solid #e2e8f0;padding:4px 6px;font-size:11px;font-weight:600}.path-table td{vertical-align:middle;border-bottom:1px solid #f1f5f9;padding:4px 6px}.compare-page{flex-direction:column;gap:20px;padding:24px;display:flex}.compare-controls{align-items:center;gap:12px;display:flex}.compare-keyword{max-width:280px}.compare-run-btn{width:auto;margin-top:0;padding:8px 20px}.compare-grid{grid-template-columns:1fr 1fr;gap:24px;display:grid}.compare-col{background:#fff;border:1px solid #e2e8f0;border-radius:8px;flex-direction:column;gap:12px;padding:16px;display:flex}.compare-col-title{color:#0f172a;margin-bottom:4px;font-size:14px;font-weight:600}.compare-upload{cursor:pointer}.compare-upload-label{color:#64748b;cursor:pointer;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:6px;padding:6px 12px;font-size:12px;display:inline-block}.compare-metrics{flex-wrap:wrap;gap:16px;display:flex}.compare-metric{flex-direction:column;gap:2px;display:flex}.compare-metric span{color:#64748b;text-transform:uppercase;letter-spacing:.04em;font-size:10px}.compare-metric strong{color:#0f172a;font-size:18px;font-weight:700}.compare-empty{color:#94a3b8;border:1px dashed #e2e8f0;border-radius:6px;justify-content:center;align-items:center;height:200px;font-size:13px;display:flex}.pipeline-step-header{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.pipeline-step-header h2{margin-bottom:0;font-size:16px;font-weight:600}.export-btn{color:#f8fafc;cursor:pointer;background:#0f172a;border:none;border-radius:6px;padding:8px 16px;font-size:13px;font-weight:600;transition:background .15s}.export-btn:hover{background:#1e293b}.stroke-editor-header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.stroke-editor-header h3{margin-bottom:0}.reset-btn{color:#475569;cursor:pointer;background:#f8fafc;border:1px solid #e2e8f0;border-radius:4px;padding:4px 12px;font-size:12px;transition:background .1s}.reset-btn:hover{background:#e2e8f0}.logout-btn{color:#94a3b8;cursor:pointer;background:0 0;border:1px solid #475569;border-radius:6px;margin-left:auto;padding:5px 14px;font-size:12px;transition:background .15s,color .15s}.logout-btn:hover{color:#f8fafc;background:#ffffff14}.login-page{background:#f8fafc;justify-content:center;align-items:center;min-height:100vh;display:flex}.login-box{background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;gap:24px;width:320px;padding:40px 36px;display:flex;box-shadow:0 4px 24px #00000014}.login-title{color:#1e293b;text-align:center;font-size:22px;font-weight:700}.login-form{flex-direction:column;gap:12px;display:flex}.login-input{border:1px solid #e2e8f0;border-radius:6px;outline:none;width:100%;padding:10px 12px;font-size:14px;transition:border-color .15s}.login-input:focus{border-color:#3b82f6}.login-btn{width:100%;margin-top:4px}.login-error{color:#ef4444;text-align:center;font-size:13px}
