:root{color:#172033;background:#eef2f7;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;letter-spacing:0}*{box-sizing:border-box}html,body,#root{width:100%;height:100%;margin:0;overflow:hidden}button,input{font:inherit}.app-shell{display:flex;height:100vh;min-height:0;overflow:hidden}.sidebar{width:224px;flex:0 0 224px;display:flex;flex-direction:column;gap:8px;padding:16px 12px;background:#f5f7fb;border-right:1px solid #dbe3ef}.brand{display:flex;align-items:center;gap:10px;height:48px;margin-bottom:12px}.brand-mark{display:grid;place-items:center;width:32px;height:32px;border-radius:8px;background:#2563eb;color:#fff;font-weight:700}.brand strong,.brand span{display:block;line-height:1.35}.brand span{color:#667085;font-size:12px}.nav-section{padding:10px 8px 4px;color:#697386;font-size:12px}.nav-item{width:100%;height:36px;border:0;border-radius:8px;padding:0 10px;text-align:left;color:#263044;background:transparent;cursor:pointer}.nav-item.active{background:#dbeafe;color:#1d4ed8;font-weight:600}.workspace{display:flex;flex:1;min-width:0;min-height:0;flex-direction:column;background:#eef2f7}.workspace-header{height:56px;display:flex;align-items:center;justify-content:space-between;padding:0 20px;border-bottom:1px solid #dbe3ef;background:#fff}.workspace-header h1{margin:0;font-size:18px;font-weight:650}.user-pill{display:flex;align-items:center;gap:6px;color:#475467;font-size:13px}.content{display:flex;flex:1;min-height:0;flex-direction:column;padding:12px 16px 16px;overflow:hidden}.toolbar{display:flex;align-items:center;gap:8px;height:44px;margin-bottom:10px}.search-box{display:flex;align-items:center;gap:8px;width:min(360px,48vw);height:36px;padding:0 10px;border:1px solid #cbd5e1;border-radius:8px;background:#fff}.search-box input{min-width:0;width:100%;border:0;outline:0}.icon-button,.primary-button{display:inline-flex;align-items:center;justify-content:center;gap:6px;height:36px;border-radius:8px;border:1px solid #cbd5e1;background:#fff;color:#172033;cursor:pointer}.icon-button{width:36px}.primary-button{margin-left:auto;padding:0 12px;border-color:#2563eb;background:#2563eb;color:#fff}.table-region{position:relative;flex:1;min-width:0;min-height:0;overflow:hidden;border:1px solid #dbe3ef;background:#fff}.canvas-host{width:100%;height:100%;min-height:240px}.state{display:flex;height:100%;align-items:center;justify-content:center;gap:8px;color:#667085}.state.error{color:#b42318}.drawer-mask{position:fixed;inset:0;display:flex;justify-content:flex-end;background:#0f172a47}.drawer{width:min(60vw,720px);height:100%;background:#fff;box-shadow:-18px 0 40px #0f172a29}.drawer header{display:flex;align-items:center;justify-content:space-between;height:56px;padding:0 20px;border-bottom:1px solid #dbe3ef}.drawer h2{margin:0;font-size:17px}.drawer dl{margin:0;padding:18px 20px;overflow:auto}.drawer dl div{display:grid;grid-template-columns:140px 1fr;gap:16px;padding:10px 0;border-bottom:1px solid #edf2f7}.drawer dt{color:#667085}.drawer dd{margin:0;min-width:0;overflow-wrap:anywhere}@media(max-width:760px){.sidebar{width:176px;flex-basis:176px}.drawer{width:100%}}
