:root{color:#111827;background:#f8fafc;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{margin:0}button,input,select{font:inherit}.app-shell{background:#f8fafc;min-height:100vh}.topbar{background:#fff;border-bottom:1px solid #e5e7eb;justify-content:center;align-items:center;height:56px;display:flex}.topbar h1{color:#0f172a;margin:0;font-size:18px;font-weight:800}.workspace{grid-template-columns:310px minmax(0,1fr);gap:16px;min-height:calc(100vh - 56px);padding:16px;display:grid}.panel{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:16px}.panel h2{color:#111827;margin:0;font-size:14px;font-weight:700;line-height:20px}.source-panel{flex-direction:column;gap:14px;min-height:632px;display:flex}.field{flex-direction:column;gap:8px;min-width:0;display:flex}.field span{color:#374151;font-size:12px;font-weight:600}input,select{color:#111827;background:#fff;border:1px solid #e5e7eb;border-radius:4px;width:100%;height:38px;padding:0 12px}.source-actions{grid-template-columns:minmax(0,1fr) auto;gap:8px;display:grid}button{color:#111827;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:4px;align-items:center;gap:8px;height:38px;padding:0 14px;display:inline-flex}button:hover{background:#f8fafc}.divider{background:#e5e7eb;height:1px}.panel-title-row{justify-content:space-between;align-items:center;gap:12px;display:flex}.panel-title-row span{color:#6b7280;font-size:12px}.metadata-list,.tables-list{color:#111827;white-space:pre-wrap;margin:0;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:13px;line-height:18px;overflow:auto}.metadata-list{min-height:36px;max-height:92px}.tables-list{flex:1;min-height:0}.main-column{flex-direction:column;gap:16px;min-width:0;display:flex}.path-panel{flex-direction:column;gap:14px;display:flex}.path-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.format-row{align-items:end;gap:16px;display:flex}.inline-field{width:260px;margin-left:auto}.result-panel{flex-direction:column;flex:1;gap:12px;min-height:390px;display:flex}.result-box{white-space:pre-wrap;border:1px solid #e5e7eb;border-radius:4px;flex:1;margin:0;padding:12px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:13px;overflow:auto}.spin{animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}@media (width<=860px){.workspace,.path-grid{grid-template-columns:1fr}.format-row{flex-direction:column;align-items:stretch}.inline-field{width:100%;margin-left:0}}
