*{box-sizing:border-box}html,body,#app{width:100%;height:100%;margin:0}body{font-family:Tahoma,Arial,Helvetica,sans-serif;color:#17202a;background:#dfe5ec;font-size:12px}button{border:1px solid #aeb8c4;background:#f8f9fb;color:#17202a;min-height:22px;padding:0 8px;border-radius:2px;cursor:pointer;font:inherit}button:disabled{color:#7d8792;background:#eef2f6;cursor:default}.app-shell{min-height:100%;display:grid;grid-template-columns:238px 1fr;grid-template-rows:28px 1fr 22px}.tree-area{grid-row:2 / 3;border-right:1px solid #c9d1dc;background:#f8fafc;min-width:0;overflow:auto}.main-area{grid-row:2 / 3;min-width:0;display:grid;grid-template-rows:1fr}.tree-list{padding:4px}.tree-group{margin-bottom:1px}.tree-node{width:100%;display:flex;align-items:center;justify-content:space-between;gap:6px;text-align:left;border-color:transparent;background:transparent;min-height:22px;padding:0 6px}.tree-node:hover,.tree-node.selected{background:#dfe9f5;border-color:#b8c7d9}.tree-node.leaf{padding-left:18px}.tree-children{margin-top:1px}.menu-bar{grid-column:1 / 3;grid-row:1 / 2;display:flex;align-items:center;gap:6px;padding:2px 6px;border-bottom:1px solid #c9d1dc;background:#eef2f6}.menu-group{display:flex;align-items:center;gap:2px}.menu-item{border-color:transparent;background:transparent;min-width:46px}.menu-item:hover,.menu-command:hover:not(:disabled){border-color:#8aa9cf;background:#dbe9f8}.menu-command{min-width:86px}.menu-separator{width:1px;height:18px;background:#b8c4d2}.workspace{min-height:0;padding:0;overflow:hidden;background:#fff}.cube-grid{height:calc(100vh - 50px);width:100%;font-family:Tahoma,Arial,Helvetica,sans-serif;font-size:12px}.cube-grid::part(cell),.cube-grid::part(header-cell){padding:0 4px}.empty-state{height:100%;display:grid;place-items:center;color:#536170}.error-line{height:24px;display:flex;align-items:center;padding:0 6px;margin-bottom:0;color:#8a1f11;background:#ffe8e4;border:1px solid #f2b8b0}.status-bar{grid-column:1 / 3;grid-row:3 / 4;display:flex;align-items:center;gap:14px;padding:0 8px;border-top:1px solid #c9d1dc;background:#25313f;color:#fff;font-size:11px}.login-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;background:#28303a47;z-index:10}.login-window{width:320px;border:1px solid #7d8792;background:#f0f3f7;box-shadow:0 12px 28px #00000047}.login-title{height:28px;display:flex;align-items:center;padding:0 8px;color:#fff;background:#2f5f9a;font-weight:700}.login-field{display:grid;grid-template-columns:92px 1fr;align-items:center;gap:8px;padding:10px 12px 0}.login-field input{height:22px;border:1px solid #9ca8b5;padding:0 4px;font:inherit;background:#fff}.login-error{margin:8px 12px 0;color:#8a1f11}.login-actions{display:flex;justify-content:flex-end;padding:12px}
