.th-sortable.svelte-11v2sjd,.th-plain.svelte-11v2sjd{padding:var(--space-2) var(--space-1);text-align:left;font-family:var(--font-mono);font-size:var(--fs-mono-xs);font-weight:var(--fw-semibold);letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted);background:var(--bg-sand);white-space:nowrap}.th-sortable.svelte-11v2sjd{cursor:pointer;-webkit-user-select:none;user-select:none;transition:background var(--transition-fast),color var(--transition-fast)}.th-sortable.svelte-11v2sjd:hover{background:var(--hover-bg-strong);color:var(--text)}.th-sortable.th-active.svelte-11v2sjd{background:var(--selected-bg);color:var(--accent)}.th-inner.svelte-11v2sjd{display:flex;align-items:center;gap:var(--space-2)}.th-sortable.align-right.svelte-11v2sjd .th-inner:where(.svelte-11v2sjd){justify-content:flex-end}.th-plain.align-right.svelte-11v2sjd{text-align:right}.th-arrow.svelte-11v2sjd{font-size:var(--fs-mono-xs);color:var(--border-mid);transition:color var(--transition-fast)}.th-arrow.th-arrow-active.svelte-11v2sjd{color:var(--accent)}.table-wrap.svelte-11usv9m{width:var(--table-wrap-w, 100%);max-width:100%;margin-inline:auto;overflow-x:auto;background:linear-gradient(to right,var(--bg-card) 30%,transparent) left / 28px 100% no-repeat local,linear-gradient(to left,var(--bg-card) 30%,transparent) right / 28px 100% no-repeat local,linear-gradient(to bottom,var(--bg-card) 30%,transparent) top / 100% 28px no-repeat local,linear-gradient(to top,var(--bg-card) 30%,transparent) bottom / 100% 28px no-repeat local,radial-gradient(farthest-side at 0 50%,rgba(26,83,25,.3),transparent) left / 28px 100% no-repeat scroll,radial-gradient(farthest-side at 100% 50%,rgba(26,83,25,.3),transparent) right / 28px 100% no-repeat scroll,radial-gradient(farthest-side at 50% 0,rgba(26,83,25,.2),transparent) top / 100% 28px no-repeat scroll,radial-gradient(farthest-side at 50% 100%,rgba(26,83,25,.2),transparent) bottom / 100% 28px no-repeat scroll,var(--bg-card)}.table-wrap.svelte-11usv9m:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.table.svelte-11usv9m{min-width:100%;border-collapse:separate;border-spacing:0}.table.svelte-11usv9m caption:where(.svelte-11usv9m){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border:0}.cell-dot.svelte-11usv9m{display:inline-block;width:8px;height:8px;border-radius:50%;margin-right:7px;vertical-align:middle;flex:none}.cell-badge.svelte-11usv9m{display:inline-block;font-family:var(--font-mono);font-size:var(--fs-mono-xs);letter-spacing:.04em;text-transform:uppercase;color:var(--text-dim);background:var(--hover-bg);padding:2px 7px;border-radius:999px;margin-right:8px;vertical-align:middle}.cell-barwrap.svelte-11usv9m{display:inline-flex;flex-direction:column;gap:4px;min-width:84px;vertical-align:middle}.cell-bar-track.svelte-11usv9m{position:relative;width:100%;height:6px;border-radius:3px;background:var(--hover-bg);overflow:hidden}.cell-bar-fill.svelte-11usv9m{display:block;height:100%;border-radius:3px}.cell-bar-marker.svelte-11usv9m{position:absolute;top:-2px;bottom:-2px;width:2px;background:var(--text-dim);opacity:.7}.cell-bar-label.svelte-11usv9m{font-family:var(--font-mono);font-size:var(--fs-mono-sm);color:var(--text-dim);letter-spacing:.01em}.table.svelte-11usv9m td.align-right:where(.svelte-11usv9m){text-align:right}.table.svelte-11usv9m td.cell-strong:where(.svelte-11usv9m){font-weight:var(--fw-bold);color:var(--text)}.table-compact.svelte-11usv9m{min-width:unset;width:auto;margin:0 auto}@media(max-width:640px){.table-wrap.svelte-11usv9m{width:100%}.hide-mobile{display:none}}@media(max-width:640px){.table-mobile-card{display:block;--mc-gap: var(--space-2);--mc-pad-x: var(--space-3);--mc-cols: 1}.table-mobile-card tbody{display:block}.table-mobile-card th,.table-mobile-card td{width:auto!important}.table-mobile-card thead{display:block;position:sticky;top:var(--nav-h, 56px);z-index:10;background:var(--bg-sand);border-bottom:1px solid var(--border-mid)}.table-mobile-card thead tr{display:grid;grid-template-columns:repeat(var(--mc-cols),minmax(0,1fr));column-gap:var(--mc-gap);padding:4px var(--mc-pad-x)}.table-mobile-card thead th:first-child{display:none}.table-mobile-card tbody tr{display:grid;grid-template-columns:repeat(var(--mc-cols),minmax(0,1fr));column-gap:var(--mc-gap);border-bottom:1px solid var(--border);padding:4px var(--mc-pad-x)}.table-mobile-card tbody tr:last-child{border-bottom:none}.table-mobile-card tbody td{border-bottom:none}.table-mobile-card tbody tr:hover{background:var(--hover-bg)}.table-mobile-card td:first-child{grid-column:1 / -1;padding-bottom:2px;font-weight:var(--fw-semibold);font-size:var(--fs-body-sm);white-space:normal}.table-mobile-card td:not(:first-child){display:flex;flex-direction:column;padding:2px var(--space-1)}.table-mobile-card thead th.hide-mobile,.table-mobile-card td.hide-mobile:not(:first-child){display:none}.table-mobile-card .cell-barwrap{min-width:0}}.table-head.svelte-11usv9m{background:var(--bg-sand);border-bottom:2px solid var(--border-mid);position:sticky;top:0;z-index:10}.table-row{border-bottom:1px solid var(--border);transition:background var(--transition-fast)}.table-row>td{border-bottom:1px solid var(--border)}.table tbody tr:last-child>td{border-bottom:none}.table-row:hover{background:var(--hover-bg)}.table td,.table th{padding:var(--space-2) var(--space-3);text-align:left;font-family:var(--font-body);font-size:var(--fs-body-sm);color:var(--text);white-space:nowrap}@media(max-width:640px){.table td,.table th{padding:var(--space-2) var(--space-1)}}.table-wrap.svelte-11usv9m{scrollbar-width:thin;scrollbar-color:var(--border-mid) transparent}.table-wrap.svelte-11usv9m::-webkit-scrollbar{width:6px;height:6px}.table-wrap.svelte-11usv9m::-webkit-scrollbar-thumb{background:var(--border-mid);border-radius:3px}.table-wrap.svelte-11usv9m::-webkit-scrollbar-thumb:hover{background:var(--accent-mid)}@media(max-width:640px){.has-hscroll .table td:first-child,.has-hscroll .table th:first-child{position:sticky;left:0;z-index:5;background:var(--bg-card)}.has-hscroll .table th:first-child{z-index:15;background:var(--bg-sand)}.has-hscroll .table-row:hover td:first-child{background:var(--hover-bg)}.has-hscroll .table td:first-child:after,.has-hscroll .table th:first-child:after{content:"";position:absolute;top:0;right:0;bottom:0;width:5px;pointer-events:none;box-shadow:inset -5px 0 5px -5px #00000040}}.show-more-container.svelte-cfk7z7{position:relative}.header-slot.svelte-cfk7z7{margin-bottom:var(--space-2)}.content-wrapper.svelte-cfk7z7{position:relative;transition:max-height .35s ease-in-out}.content-wrapper.has-toggle.svelte-cfk7z7:not(.expanded){max-height:var(--max-height);overflow:hidden}.content-wrapper.expanded.svelte-cfk7z7{max-height:none;overflow:visible}.content-wrapper.svelte-cfk7z7:not(.has-toggle){max-height:none}.content.svelte-cfk7z7{line-height:var(--lh-body)}.gradient-overlay.svelte-cfk7z7{position:absolute;bottom:0;left:0;right:0;height:60px;background:linear-gradient(to bottom,transparent,var(--gradient-color));pointer-events:none;z-index:1}.button-wrapper.svelte-cfk7z7{margin-top:var(--space-3);min-height:2.5rem}button.svelte-cfk7z7{display:inline-flex;align-items:center;gap:6px;padding:8px 18px;border-radius:7px;font-family:var(--font-body);font-size:var(--fs-body-sm);font-weight:var(--fw-body-sb);border:1.5px solid transparent;background:transparent;color:var(--accent-mid);cursor:pointer;transition:all var(--transition-fast);opacity:1}button.svelte-cfk7z7:hover{background:var(--hover-bg);color:var(--accent)}button.svelte-cfk7z7:active{background:var(--active-bg)}button.hidden.svelte-cfk7z7{opacity:0;pointer-events:none}button.svelte-cfk7z7:focus-visible{outline:2px solid var(--focus-ring);outline-offset:var(--focus-ring-offset);box-shadow:0 0 0 4px var(--focus-ring-shadow)}
