:root{--brand-blue:#2f7bd8;--link-blue:#0b65c2;--link-black:#111827;--topbar-bg:#eceef3;--topbar-fg:#1f2937;--sidebar-bg:#223445;--sidebar-row:#2b3d50;--sidebar-row-2:#30455a;--sidebar-head:#2a3c4f;--sidebar-fg:#d7e1ec;--sidebar-muted:#a6b6c9;--accent:#2f7bd8;--content-background:#ffffff;--border-dk:#1b2a36;--row-sep:#354b61;--font: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji"}html,body,#root{height:100%}html,body{margin:0;padding:0;font-family:var(--font);background:var(--topbar-bg);color:#111;overflow:hidden}*{box-sizing:border-box}.topbar{--h:30px;height:var(--h);background:var(--topbar-bg);border-bottom:1px solid #d7d9de;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:0 10px;font-size:12.5px;color:var(--topbar-fg);white-space:nowrap;margin:0;position:fixed;top:0;left:0;right:0;z-index:50}.tb-wrap{display:flex;align-items:center;justify-content:space-between;width:100%}.tb-left,.tb-right{display:flex;align-items:center;gap:10px}.brand{display:flex;align-items:center;gap:6px}.gw-logo{width:18px;height:18px;display:inline-block}.name-blue{color:var(--brand-blue)}.crumbs{display:flex;align-items:center;gap:12px}.navbar-list{display:flex;align-items:center;gap:14px}.nav-link{color:var(--link-blue);text-decoration:none}.nav-link-black{color:var(--link-black);text-decoration:none}.nav-link:hover{text-decoration:underline}.dropdown{display:inline-flex;align-items:center;gap:6px}.vsep{width:1px;height:14px;background:#aeb4bd;opacity:.9}.caret-sm{width:10px;height:6px}.caret-sm path{stroke:#4b5563;stroke-width:1.5;fill:none}.nav-muted{color:#9098a3;padding:0;border:none;background:transparent;border-radius:0}.claim-chip{padding:0;border:none;background:transparent;border-radius:0}.tb-input{height:22px;padding:0 8px;border:1px solid #d7d9de;border-radius:4px;background:#fff;min-width:220px;font-size:12.5px}.layout{position:fixed;inset:30px 0 0;display:grid;grid-template-columns:210px 1fr}.sidebar{background:var(--sidebar-bg);color:var(--sidebar-fg);border-right:1px solid var(--border-dk);position:relative;display:flex;flex-direction:column;z-index:10}.actions{padding:8px 10px 6px 8px;border-bottom:1px solid rgba(0,0,0,.35)}.actions-btn{display:inline-flex;align-items:center;justify-content:space-between;width:200px;max-width:100%;height:30px;padding:0 10px;border-radius:5px;color:#eef7d9;font-size:12px;background:#598231;border:1px solid #598231;white-space:nowrap}.actions-btn .label{padding-top:0}.ico-actions{width:22px;height:16px;stroke:#eef7d9;fill:#eef7d9;stroke-width:1;stroke-linecap:square}nav.menu{padding:0 0 10px;font-size:13px;overflow:auto}.row{display:flex;align-items:center;gap:8px;height:34px;padding:0 10px;background:var(--sidebar-row);border-bottom:1px solid var(--row-sep)}.row .label{flex:1}.row .chev{opacity:.75}.row:hover{background:var(--sidebar-row-2)}.ico{width:16px;height:16px;fill:#e9f2fb;opacity:.95}.group-head{cursor:pointer}.submenu{list-style:none;margin:0;padding:0;border-bottom:1px solid var(--row-sep)}.submenu li{display:flex;align-items:center;gap:8px;height:32px;padding:0 10px 0 28px;background:#2f4256;border-top:1px solid #32485f;cursor:pointer}.submenu li:hover{background:#334a61}.bullet{width:6px;height:6px;border-radius:999px;background:#fffc}.active{position:relative;background:linear-gradient(90deg,rgba(47,123,216,.25),transparent 70%)}.active:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--accent)}.grab{position:absolute;left:-8px;top:46%;width:20px;height:50px;background:#dfdfe7;border:1px solid #dfdfe7;border-radius:8px;box-shadow:0 1px 2px #0000001f;z-index:0}.grab:after{content:"";position:absolute;left:70%;top:50%;width:3px;height:3px;background:#757c85;border-radius:50%;transform:translate(-50%,-50%);box-shadow:0 -7px #757c85,0 7px #757c85;opacity:.95}.content{background:var(--content-background);position:relative}.content iframe{position:absolute;inset:0;width:100%;height:100%;border:0;display:block}.dt-wrap{background:#fff}.dt-title{display:flex;align-items:center;justify-content:space-between;gap:8px;font-weight:600;padding:6px 8px;border-bottom:1px solid #cfd5df;background:#e7ebf3}.dt-title .dt-menu{border:1px solid #cfd5df;background:#fff;width:20px;height:20px;border-radius:3px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.dt-scroller{overflow:auto}.dt{width:100%;border-collapse:collapse;font-size:12.5px}.dt thead th{padding:6px 8px;border-bottom:1px solid #dfe3ea;background:#f7f9fc;white-space:nowrap;font-weight:600}.dt thead th+th{border-left:1px solid #dfe3ea}.dt-th-btn{display:inline-flex;align-items:center;gap:6px;background:transparent;border:0;padding:0;color:#111;cursor:pointer;font-weight:600}.dt-th-btn.is-disabled{cursor:default;color:#6b7280}.dt-sort svg path{fill:#8a93a1}.dt-sort.is-active.is-asc svg path:first-child{fill:#2f7bd8}.dt-sort.is-active.is-desc svg path:last-child{fill:#2f7bd8}.dt tbody td{padding:6px 8px}.dt tbody tr.is-alt td{background:#fafbfe}.dt-empty{color:#6b7280;text-align:center}.dt-footer{border-top:6px solid #dfe3ea}
