*{box-sizing:border-box}html,body,#app{width:100%;height:100%;margin:0}body{font-family:Arial,Helvetica,sans-serif;color:#17202a;background:#eef2f6}button{border:1px solid #aeb8c4;background:#fff;color:#17202a;min-height:32px;padding:0 12px;border-radius:4px;cursor:pointer}button:disabled{color:#7d8792;background:#eef2f6;cursor:default}.app-shell{min-height:100%;display:grid;grid-template-columns:280px 1fr;grid-template-rows:1fr 28px}.tree-area{grid-row:1 / 2;border-right:1px solid #c9d1dc;background:#f8fafc;min-width:0;overflow:auto}.main-area{min-width:0;display:grid;grid-template-rows:48px 1fr}.panel-header{height:44px;display:flex;align-items:center;padding:0 14px;font-weight:700;border-bottom:1px solid #d6dee8}.tree-list{padding:8px}.tree-group{margin-bottom:4px}.tree-node{width:100%;display:flex;align-items:center;justify-content:space-between;gap:8px;text-align:left;border-color:transparent;background:transparent}.tree-node:hover,.tree-node.selected{background:#dfe9f5;border-color:#b8c7d9}.tree-node.leaf{padding-left:24px}.tree-children{margin-top:2px}.actions-panel{display:flex;align-items:center;gap:8px;padding:8px;border-bottom:1px solid #c9d1dc;background:#fff}.workspace{min-height:0;padding:8px;overflow:hidden}.cube-grid{height:calc(100vh - 92px);width:100%}.empty-state{height:100%;display:grid;place-items:center;color:#536170}.error-line{height:28px;display:flex;align-items:center;padding:0 8px;margin-bottom:8px;color:#8a1f11;background:#ffe8e4;border:1px solid #f2b8b0}.status-bar{grid-column:1 / 3;display:flex;align-items:center;gap:16px;padding:0 10px;border-top:1px solid #c9d1dc;background:#17202a;color:#fff;font-size:12px}
