.react-grid-layout{position:relative;transition:height .2s ease}.react-grid-item{transition:all .2s ease;transition-property:left,top,width,height}.react-grid-item img{pointer-events:none;-webkit-user-select:none;user-select:none}.react-grid-item.cssTransforms{transition-property:transform,width,height}.react-grid-item.resizing{transition:none;z-index:1;will-change:width,height}.react-grid-item.react-draggable-dragging{transition:none;z-index:3;will-change:transform}.react-grid-item.dropping{visibility:hidden}.react-grid-item.react-grid-placeholder{background:red;opacity:.2;transition-duration:.1s;z-index:2;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}.react-grid-item.react-grid-placeholder.placeholder-resizing{transition:none}.react-grid-item>.react-resizable-handle{position:absolute;width:20px;height:20px}.react-grid-item>.react-resizable-handle:after{content:"";position:absolute;right:3px;bottom:3px;width:5px;height:5px;border-right:2px solid rgba(0,0,0,.4);border-bottom:2px solid rgba(0,0,0,.4)}.react-resizable-hide>.react-resizable-handle{display:none}.react-grid-item>.react-resizable-handle.react-resizable-handle-sw{bottom:0;left:0;cursor:sw-resize;transform:rotate(90deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-se{bottom:0;right:0;cursor:se-resize}.react-grid-item>.react-resizable-handle.react-resizable-handle-nw{top:0;left:0;cursor:nw-resize;transform:rotate(180deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-ne{top:0;right:0;cursor:ne-resize;transform:rotate(270deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-w,.react-grid-item>.react-resizable-handle.react-resizable-handle-e{top:50%;margin-top:-10px;cursor:ew-resize}.react-grid-item>.react-resizable-handle.react-resizable-handle-w{left:0;transform:rotate(135deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-e{right:0;transform:rotate(315deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-n,.react-grid-item>.react-resizable-handle.react-resizable-handle-s{left:50%;margin-left:-10px;cursor:ns-resize}.react-grid-item>.react-resizable-handle.react-resizable-handle-n{top:0;transform:rotate(225deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-s{bottom:0;transform:rotate(45deg)}.react-resizable{position:relative}.react-resizable-handle{position:absolute;width:20px;height:20px;background-repeat:no-repeat;background-origin:content-box;box-sizing:border-box;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2IDYiIHN0eWxlPSJiYWNrZ3JvdW5kLWNvbG9yOiNmZmZmZmYwMCIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iNnB4Ij48ZyBvcGFjaXR5PSIwLjMwMiI+PHBhdGggZD0iTSA2IDYgTCAwIDYgTCAwIDQuMiBMIDQgNC4yIEwgNC4yIDQuMiBMIDQuMiAwIEwgNiAwIEwgNiA2IEwgNiA2IFoiIGZpbGw9IiMwMDAwMDAiLz48L2c+PC9zdmc+);background-position:bottom right;padding:0 3px 3px 0}.react-resizable-handle-sw{bottom:0;left:0;cursor:sw-resize;transform:rotate(90deg)}.react-resizable-handle-se{bottom:0;right:0;cursor:se-resize}.react-resizable-handle-nw{top:0;left:0;cursor:nw-resize;transform:rotate(180deg)}.react-resizable-handle-ne{top:0;right:0;cursor:ne-resize;transform:rotate(270deg)}.react-resizable-handle-w,.react-resizable-handle-e{top:50%;margin-top:-10px;cursor:ew-resize}.react-resizable-handle-w{left:0;transform:rotate(135deg)}.react-resizable-handle-e{right:0;transform:rotate(315deg)}.react-resizable-handle-n,.react-resizable-handle-s{left:50%;margin-left:-10px;cursor:ns-resize}.react-resizable-handle-n{top:0;transform:rotate(225deg)}.react-resizable-handle-s{bottom:0;transform:rotate(45deg)}:root{--bg: #0b0e13;--bg-elevated: #11161f;--surface: #161d28;--surface-hover: #1d2633;--border: #232c3a;--border-strong: #2f3b4d;--text: #e6ebf2;--text-muted: #9aa7b8;--text-faint: #66738a;--accent: #e23b3b;--accent-hover: #f25151;--accent-soft: rgba(226, 59, 59, .12);--success: #3ecf8e;--warning: #e0a23b;--danger: #e23b3b;--radius: 8px;--radius-sm: 6px;--shadow: 0 8px 24px rgba(0, 0, 0, .35);--nav-height: 56px;--content-max: 1200px;--font: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--font-mono: "JetBrains Mono", "SFMono-Regular", Consolas, monospace;color-scheme:dark}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;background:var(--bg);color:var(--text);font-family:var(--font);font-size:15px;line-height:1.5;-webkit-font-smoothing:antialiased}a{color:var(--accent);text-decoration:none}a:hover{color:var(--accent-hover)}h1,h2,h3{margin:0 0 .5em;font-weight:600;line-height:1.2}button{font-family:inherit}.app-shell{min-height:100%;display:flex;flex-direction:column}.topnav{min-height:var(--nav-height);display:flex;align-items:center;gap:24px;padding:10px 24px;background:var(--bg-elevated);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:20}.topnav__brand{display:flex;align-items:center;gap:10px;font-weight:700;letter-spacing:.02em;color:var(--text)}.topnav__brand-mark{width:22px;height:22px}.topnav__toggle{display:none;margin-left:auto;border:1px solid var(--border-strong);border-radius:var(--radius-sm);background:transparent;color:var(--text);font-size:18px;line-height:1;padding:6px 12px;cursor:pointer}.topnav__menu{display:flex;flex:1;align-items:center;justify-content:space-between;gap:16px}.topnav__links{display:flex;flex-wrap:wrap;gap:4px}.topnav__link{padding:8px 14px;border-radius:var(--radius-sm);color:var(--text-muted);font-weight:500;transition:background .12s,color .12s}.topnav__link:hover{background:var(--surface-hover);color:var(--text)}.topnav__link.is-active{background:var(--accent-soft);color:var(--accent-hover)}.content{flex:1;width:100%;max-width:var(--content-max);margin:0 auto;padding:28px 24px 64px}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:20px}.card--danger{border-color:var(--danger);background:#e23b3b0f}.chain-alert{display:flex;align-items:center;gap:8px;margin-top:4px;font-size:13px;color:var(--text-muted);cursor:pointer;-webkit-user-select:none;user-select:none}.placeholder{border:1px dashed var(--border-strong);border-radius:var(--radius);padding:28px;color:var(--text-muted);background:var(--bg-elevated)}.placeholder--locked{border-color:#e0a23b8c;background:#e0a23b14}.placeholder__head{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:8px}.placeholder__label{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:var(--text-faint)}.placeholder__pill{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;white-space:nowrap;padding:2px 9px;border-radius:999px;background:var(--surface-hover);color:var(--text-muted);border:1px solid var(--border-strong)}.placeholder--locked .placeholder__pill{background:#e0a23b26;border-color:#e0a23b8c;color:#e0a23b}.page-title{font-size:22px}.page-subtitle{color:var(--text-muted);margin-top:-4px;margin-bottom:24px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 18px;border:1px solid transparent;border-radius:var(--radius-sm);background:var(--accent);color:#fff;font-weight:600;cursor:pointer;transition:background .12s,opacity .12s}.btn:hover{background:var(--accent-hover)}.btn:disabled{opacity:.55;cursor:not-allowed}.btn--ghost{background:transparent;border-color:var(--border-strong);color:var(--text)}.btn--ghost:hover{background:var(--surface-hover)}.field{display:flex;flex-direction:column;gap:6px;margin-bottom:16px}.field label{font-size:13px;color:var(--text-muted)}.input{padding:10px 12px;background:var(--bg);border:1px solid var(--border-strong);border-radius:var(--radius-sm);color:var(--text);font-size:15px}.input:focus{outline:none;border-color:var(--accent)}.alert{padding:10px 14px;border-radius:var(--radius-sm);font-size:14px;margin-bottom:16px}.alert--error{background:var(--accent-soft);border:1px solid var(--accent);color:var(--accent-hover)}.muted{color:var(--text-muted)}.stack{display:flex;flex-direction:column;gap:16px}.feature-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.section-title{font-size:18px}.section-subtitle{color:var(--text-muted);margin-top:-2px;margin-bottom:0}.subnav{display:flex;flex-wrap:wrap;gap:6px;padding:6px;border:1px solid var(--border);border-radius:var(--radius);background:var(--bg-elevated)}.subnav__link{padding:8px 12px;border-radius:var(--radius-sm);color:var(--text-muted);font-size:14px;font-weight:600}.subnav__link:hover{background:var(--surface-hover);color:var(--text)}.subnav__link.is-active{background:var(--accent-soft);color:var(--accent-hover)}.access-banner{display:flex;align-items:center;gap:12px;padding:12px 14px;border:1px solid rgba(224,162,59,.45);border-radius:var(--radius);background:#e0a23b14;color:var(--text-muted)}.access-banner strong{color:var(--warning);white-space:nowrap}.segmented-control{display:inline-flex;flex-wrap:wrap;gap:4px;padding:4px;border:1px solid var(--border-strong);border-radius:var(--radius);background:var(--bg)}.segmented-control button{min-height:36px;padding:8px 12px;border:0;border-radius:var(--radius-sm);background:transparent;color:var(--text-muted);font-weight:700;cursor:pointer}.segmented-control button:hover{color:var(--text);background:var(--surface-hover)}.segmented-control button.is-active{color:#fff;background:var(--accent)}.page-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-wrap:wrap}.page-header .page-subtitle{margin-bottom:0}.page-header__actions,.page-header__meta{display:flex;align-items:center;gap:12px}.card__header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.card__title{margin:0;font-size:15px}.card__actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.kv-list{display:flex;flex-direction:column;gap:8px}.kv{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.kv__label{color:var(--text-muted);font-size:13px}.kv__value{font-weight:600;font-variant-numeric:tabular-nums}.kv--filter{-moz-appearance:none;appearance:none;-webkit-appearance:none;background:transparent;border:0;width:100%;font:inherit;color:inherit;cursor:pointer;padding:3px 6px;margin:-3px -6px;border-radius:6px;transition:background .12s ease}.kv--filter:hover{background:var(--surface-hover)}.kv--filter:focus-visible{outline:2px solid var(--accent);outline-offset:1px}.kv--filter-active{background:var(--accent-soft)}.kv--filter-active .kv__label{color:var(--accent-hover)}.oc-title-link{color:inherit;text-decoration:none}.oc-title-link:hover{color:var(--accent);text-decoration:underline}.oc-count{margin-top:-6px;font-size:13px}.linklike{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:0;padding:0;font:inherit;color:var(--accent);cursor:pointer}.linklike:hover{color:var(--accent-hover);text-decoration:underline}.statbar__row{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:4px}.statbar__label{font-size:13px;color:var(--text-muted)}.statbar__value{font-size:13px;font-weight:600;font-variant-numeric:tabular-nums}.statbar__track{height:8px;border-radius:999px;background:var(--bg);border:1px solid var(--border);overflow:hidden}.statbar__fill{height:100%;border-radius:999px;transition:width .3s ease}.statbar__fill--energy{background:#3ea6e0}.statbar__fill--nerve{background:var(--accent)}.statbar__fill--happy{background:var(--warning)}.statbar__fill--life{background:var(--success)}.statbar__meta{margin-top:4px;font-size:12px;color:var(--text-faint)}.auth-screen{min-height:100vh;display:grid;place-items:center;padding:24px}.auth-card{width:100%;max-width:420px}.tos{margin-top:16px;border-top:1px solid var(--border);padding-top:12px}.tos__summary{cursor:pointer;font-size:13px;font-weight:600;color:var(--text-muted);-webkit-user-select:none;user-select:none}.tos__summary:hover{color:var(--text)}.tos-table{font-size:12px}.tos-table th,.tos-table td{vertical-align:top}.tos-table__cat{white-space:normal;width:34%;color:var(--text)}@media (max-width: 760px){.topnav{gap:12px;padding:12px 16px}.topnav__toggle{display:inline-flex}.topnav__menu{display:none;position:absolute;top:100%;left:0;right:0;flex-direction:column;align-items:stretch;gap:8px;padding:12px 16px;background:var(--bg-elevated);border-bottom:1px solid var(--border);box-shadow:var(--shadow)}.topnav__menu.is-open{display:flex}.topnav__links{flex-direction:column}.topnav__link{padding:10px 12px}.content{padding:22px 16px 48px}.feature-grid{grid-template-columns:1fr}.subnav{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch}.subnav__link{white-space:nowrap}.card{padding:16px}.placeholder{padding:20px}.access-banner{align-items:flex-start;flex-direction:column}.modal-overlay{padding:24px 12px}}.text-danger{color:var(--danger)}.stat-growth__summary{display:flex;flex-wrap:wrap;gap:6px 16px;align-items:baseline}.linechart__svg{width:100%;height:auto;display:block}.linechart__grid{stroke:var(--border);stroke-width:1}.linechart__axis{fill:var(--text-faint);font-size:11px;font-family:var(--font-mono)}.linechart__line{fill:none;stroke-width:2;stroke-linejoin:round;stroke-linecap:round}.chart-legend{display:flex;flex-wrap:wrap;gap:8px}.chart-legend__item{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border:1px solid var(--border-strong);border-radius:999px;background:var(--surface);color:var(--text);font-size:13px;cursor:pointer;transition:opacity .12s,background .12s}.chart-legend__item:hover{background:var(--surface-hover)}.chart-legend__item--off{opacity:.45}.chart-legend__swatch{width:12px;height:12px;border-radius:3px;display:inline-block}.tag-list{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:8px}.tag{padding:4px 10px;border:1px solid var(--border-strong);border-radius:999px;background:var(--surface);color:var(--text);font-size:13px}.table-wrap{overflow-x:auto}.table{width:100%;border-collapse:collapse;font-size:14px}.table__th{text-align:left;padding:8px 12px;border-bottom:1px solid var(--border-strong);color:var(--text-muted);font-weight:600;white-space:nowrap}.table__th--num,.table__td--num{text-align:right;font-variant-numeric:tabular-nums}.table__th.is-sortable{cursor:pointer;-webkit-user-select:none;user-select:none}.table__th.is-sortable:hover{color:var(--text)}.table__th.is-sortable:focus-visible{outline:2px solid var(--accent);outline-offset:-2px;color:var(--text)}.table__sort{color:var(--accent)}.table tbody td{padding:8px 12px;border-bottom:1px solid var(--border)}.table tbody tr:hover{background:var(--surface-hover)}.section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;flex-wrap:wrap}.live-status{display:flex;align-items:center;gap:12px}.live-status__time{font-size:13px;white-space:nowrap}.roster-filters{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:14px}.roster-filters .input{margin:0}.roster-filters__search{flex:1;min-width:180px}.roster-table th,.roster-table td{white-space:nowrap}.roster-table th:last-child,.roster-table td:last-child{text-align:right}.status-dot{display:inline-block;width:8px;height:8px;border-radius:50%;margin-right:6px;vertical-align:middle;background:var(--text-faint)}.status-dot--online{background:var(--success)}.status-dot--idle{background:var(--warning)}.status-dot--offline{background:var(--text-faint)}.badge{display:inline-block;padding:2px 8px;border-radius:999px;font-size:12px;font-weight:600;border:1px solid transparent;white-space:nowrap}.badge--ready{background:#3ecf8e24;color:var(--success)}.badge--hospital{background:#e23b3b24;color:var(--accent-hover)}.badge--away{background:#3ea6e024;color:#6cb6e6}.badge--jail{background:#e0a23b29;color:var(--warning)}.badge--other{background:var(--surface-hover);color:var(--text-muted)}.badge--blocked{background:#e23b3b29;color:var(--accent-hover)}.badge--planning{background:#3ea6e024;color:#6cb6e6}.badge--recruiting,.badge--atrisk{background:#e0a23b29;color:var(--warning)}.ml-6{margin-left:6px}.ml-8{margin-left:8px}.mt-8{margin-top:8px}.gap-6{gap:6px}.gap-8{gap:8px}.gap-12{gap:12px}.gap-18{gap:18px}.skeleton{display:flex;flex-direction:column;gap:10px}.skeleton__line{height:14px;border-radius:var(--radius-sm);background:linear-gradient(90deg,var(--surface) 25%,var(--surface-hover) 37%,var(--surface) 63%);background-size:400% 100%;animation:skeleton-shimmer 1.4s ease infinite}.skeleton__line:first-child{width:45%}.skeleton__line:last-child{width:80%}@keyframes skeleton-shimmer{0%{background-position:100% 50%}to{background-position:0 50%}}@media (prefers-reduced-motion: reduce){.skeleton__line{animation:none}}.footer{display:flex;align-items:center;flex-wrap:wrap;gap:8px;justify-content:center;padding:20px 24px 28px;border-top:1px solid var(--border);color:var(--text-faint);font-size:12px}.footer__sep{color:var(--text-faint);opacity:.6}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:flex;align-items:flex-start;justify-content:center;padding:48px 16px;background:#0009;overflow-y:auto}.modal{width:100%;max-width:560px;background:var(--surface);border:1px solid var(--border-strong);border-radius:var(--radius);box-shadow:var(--shadow)}.modal__header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 20px;border-bottom:1px solid var(--border)}.modal__title{margin:0;font-size:16px}.modal__close{border:0;background:transparent;color:var(--text-muted);font-size:22px;line-height:1;cursor:pointer;padding:0 4px}.modal__close:hover{color:var(--text)}.modal__body{padding:20px}.oc-badge{border:1px solid transparent;cursor:pointer;font-family:inherit}.oc-badge:hover{filter:brightness(1.25)}.oc-slot--open td{background:#e0a23b0f}.oc-slot--blocked td{background:#e23b3b0f}.oc-slot--atrisk td{background:#e0a23b0f}.oc-readiness{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.oc-readiness__note{font-size:12px}.oc-readiness__note--risk{color:var(--warning)}.topnav__brand,.topnav__brand:hover{color:var(--text)}:where(a,button,input,select,textarea,summary,[tabindex]):focus-visible{outline:2px solid var(--accent);outline-offset:2px}.modal__close{min-width:36px;min-height:36px}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}}.skip-link{position:absolute;left:-9999px;top:0;z-index:100;padding:10px 16px;background:var(--accent);color:#fff;font-weight:600;border-radius:0 0 var(--radius-sm) 0}.skip-link:focus{left:0}.modal:focus-visible{outline:none}.metric-strip{display:flex;flex-wrap:wrap;gap:8px 20px;align-items:baseline;margin-bottom:14px}.metric-strip strong{font-variant-numeric:tabular-nums}.score-cell{display:flex;align-items:center;justify-content:flex-end;gap:8px}.score-value{font-weight:600;font-variant-numeric:tabular-nums;min-width:22px;text-align:right}.score-bar{display:inline-block;width:64px;height:6px;border-radius:999px;background:var(--bg);border:1px solid var(--border);overflow:hidden}.score-bar__fill{display:block;height:100%;border-radius:999px}.score-bar__fill--good{background:var(--success)}.score-bar__fill--mid{background:var(--warning)}.score-bar__fill--low{background:var(--accent)}.score-row--flagged td{background:#e0a23b12}.score-row--severe td{background:#e23b3b17}.reason-chips{display:flex;flex-wrap:wrap;gap:6px}.heatmap{border-collapse:collapse;font-size:11px;font-variant-numeric:tabular-nums}.heatmap__corner{width:34px}.heatmap__hour{width:20px;min-width:20px;padding:2px 0;text-align:center;font-weight:600;color:var(--text-faint)}.heatmap__hour--now{color:var(--accent-hover)}.heatmap__day{padding:2px 8px 2px 0;text-align:right;white-space:nowrap;font-weight:600;color:var(--text-muted)}.heatmap__cell{width:20px;min-width:20px;height:18px;border:1px solid var(--border);background:var(--bg)}.heatmap__cell--now{outline:2px solid var(--accent);outline-offset:-2px}.mono{font-family:var(--font-mono);font-variant-numeric:tabular-nums}.divider{border:0;border-top:1px solid var(--border);margin:14px 0}.conn{display:inline-flex;align-items:center;gap:6px;font-size:13px;white-space:nowrap}.conn__dot{width:8px;height:8px;border-radius:50%;background:var(--text-faint)}.conn--up{color:var(--success)}.conn--up .conn__dot{background:var(--success)}.conn--down{color:var(--danger)}.conn--down .conn__dot{background:var(--danger)}.conn--idle{color:var(--text-muted)}.identity-head{display:flex;align-items:center;gap:12px}.identity-head__main{flex:1;min-width:0;display:flex;flex-direction:column;gap:6px;align-items:flex-start}.identity-name{font-size:18px;font-weight:700}.status-circle{flex:none;width:14px;height:14px;border-radius:50%;background:var(--text-faint)}.status-circle--online{background:var(--success);box-shadow:0 0 0 3px #3ecf8e26}.status-circle--idle{background:var(--warning);box-shadow:0 0 0 3px #e0a23b26}.status-circle--offline{background:var(--danger);box-shadow:0 0 0 3px #e23b3b26}.identity-money{display:flex;align-items:baseline;gap:16px;margin-top:12px}.identity-money__value{font-size:26px;font-weight:700;line-height:1.1}.icon-strip{display:flex;flex-wrap:wrap;gap:8px}.icon-chip{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:var(--radius-sm);background:var(--surface);border:1px solid var(--border)}.icon-chip--timed{border-color:var(--accent);box-shadow:inset 0 0 0 1px var(--accent-soft)}.tooltip{position:relative;display:inline-flex;outline:none}.tooltip__pop{position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%);min-width:150px;max-width:240px;padding:8px 10px;background:var(--bg-elevated);border:1px solid var(--border-strong);border-radius:var(--radius-sm);box-shadow:var(--shadow);display:none;flex-direction:column;gap:3px;text-align:left;white-space:normal;pointer-events:none;z-index:30}.tooltip:hover .tooltip__pop,.tooltip:focus .tooltip__pop,.tooltip:focus-within .tooltip__pop{display:flex}.tooltip__title{font-weight:700;font-size:13px;color:var(--text)}.tooltip__desc{font-size:12px;color:var(--text-muted)}.tooltip__count{font-size:12px;color:var(--accent-hover);font-family:var(--font-mono)}.statbar--compact .statbar__track{height:6px}.chain-compact,.oc-compact{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.chain-compact__count,.oc-compact__name{font-weight:700}.grid-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;font-size:13px}.grid-item{display:flex;flex-direction:column;height:100%}.grid-item__body{flex:1;min-height:0;overflow:auto}.grid-item__body>*{height:100%}.grid-item__handle{display:flex;align-items:center;gap:6px;padding:4px 10px;background:var(--surface-hover);border:1px solid var(--border-strong);border-bottom:0;border-radius:var(--radius) var(--radius) 0 0;color:var(--text-muted);font-size:12px;letter-spacing:1px;cursor:grab;-webkit-user-select:none;user-select:none}.grid-item__handle:active{cursor:grabbing}.dash-grid--edit .grid-item{outline:1px dashed var(--border-strong);outline-offset:2px;border-radius:var(--radius)}.react-grid-item.react-grid-placeholder{background:var(--accent-soft);border:1px dashed var(--accent);border-radius:var(--radius);opacity:1}.react-resizable-handle{background-image:none}.dash-grid--edit .react-resizable-handle:after{border-right:2px solid var(--text-muted);border-bottom:2px solid var(--text-muted)}
