:root{--bg:#f5f6f8;--surface:#fff;--border:#d9dce1;--text:#1c1f24;--text-muted:#6b7280;--accent:#2f6feb;--accent-contrast:#fff;--error-bg:#fdeceb;--error-border:#e5534b;--error-text:#8a1f16;--mono:ui-monospace, Consolas, "SFMono-Regular", monospace;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}:root[data-theme=dark]{--bg:#14161a;--surface:#1b1e24;--border:#2e333c;--text:#e6e8eb;--text-muted:#9aa1ac;--accent:#5b9dff;--accent-contrast:#0b1220;--error-bg:#3a1c1c;--error-border:#e5534b;--error-text:#ffb4ac;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}*{box-sizing:border-box}body{background:var(--bg);color:var(--text);margin:0;font-family:system-ui,Segoe UI,Roboto,sans-serif}.app{max-width:1200px;margin:0 auto;padding:16px 20px 48px}.site-header{align-items:center;gap:10px;margin-bottom:20px;display:flex}.site-header__brand{color:var(--accent);white-space:nowrap;font-size:15px;font-weight:700;text-decoration:none}.site-header__brand:hover{text-decoration:underline}.site-header__divider{color:var(--text-muted);font-weight:400}.site-header__title{color:var(--text-muted);white-space:nowrap;font-size:15px;font-weight:600}.toolbar-spacer{flex:1}.btn,.toggle-btn{border:1px solid var(--border);background:var(--surface);color:var(--text);cursor:pointer;border-radius:6px;padding:6px 12px;font-size:13px}.btn:hover,.toggle-btn:hover{border-color:var(--accent)}.icon-btn{padding:6px 10px}.layout{grid-template-columns:1fr 1fr;align-items:start;gap:20px;display:grid}@media (width<=860px){.layout{grid-template-columns:1fr}}.layout__builders{flex-direction:column;gap:16px;display:flex}.layout__output{position:sticky;top:16px}.builder-section{background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:16px}.builder-section h2{margin:0 0 4px;font-size:16px}.section-hint{color:var(--text-muted);margin:0 0 12px;font-size:13px}.row{gap:8px;margin-bottom:8px;display:flex}.row select{flex:none}.row input{flex:1}input,select{border:1px solid var(--border);background:var(--bg);color:var(--text);border-radius:6px;padding:6px 8px;font-family:inherit;font-size:13px}.stage-row{border-bottom:1px solid var(--border);align-items:center;gap:10px;padding:8px 0;display:flex}.stage-row:last-of-type{border-bottom:none}.stage-label{color:var(--text-muted);flex:none;min-width:70px;font-size:12px;font-weight:600}.stage-form{flex-wrap:wrap;flex:1;gap:8px;display:flex}.stage-actions{flex:none;gap:4px;display:flex}.add-stage-row{flex-wrap:wrap;gap:8px;margin-top:12px;display:flex}.query-output__header{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.query-output__header h2{margin:0}.query-output__text{white-space:pre-wrap;word-break:break-word;font-family:var(--mono);background:var(--bg);border:1px solid var(--border);border-radius:8px;min-height:120px;margin:0;padding:12px;font-size:13px;line-height:1.5}
