:root{--bg:#f7f8fa;--surface:#fff;--surface-muted:#eef2f4;--ink:#172026;--ink-soft:#5b6670;--ink-muted:#7b8791;--line:#d9e0e5;--line-strong:#b8c4cc;--blue:#2563eb;--blue-soft:#e8f0ff;--green:#15803d;--green-soft:#e8f6ed;--amber:#b45309;--amber-soft:#fff3dd;--red:#b42318;--red-soft:#ffebe8;--teal:#0f766e;--teal-soft:#e2f5f2;--shadow:0 16px 40px #17202614;--radius:8px;color:var(--ink);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{min-width:320px;margin:0}button,input,select,textarea{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed}#root{min-height:100svh}.app-shell{background:linear-gradient(#f7faf9 0,#f4f7f8 260px,#eef3f4 100%);grid-template-rows:auto minmax(0,1fr);height:100svh;display:grid;overflow:hidden}.workbench{grid-template-columns:336px minmax(0,1fr) 408px;height:100%;min-height:0;display:grid;overflow:hidden}@media (width<=1180px){.workbench{grid-template-columns:312px minmax(0,1fr);max-height:none;overflow:visible}}@media (width<=820px){.app-shell{height:auto;min-height:100svh;overflow:visible}.workbench{grid-template-columns:1fr;height:auto;max-height:none;overflow:visible}}.overview-view{background:linear-gradient(#f7faf9 0,#f4f7f8 260px,#eef3f4 100%);min-height:0;padding:24px;display:block;overflow:auto}@media (width<=820px){.overview-view{padding:16px;overflow:visible}}
