:root{--of-purple:#533afd;--of-purple-hover:#4434d4;--of-purple-light:#533afd0f;--of-navy:#061b31;--of-slate:#64748d;--of-label:#273951;--of-border:#e5edf5;--of-success:#15be53;--of-success-text:#108c3d;--of-danger:#e5484d;--of-warning:#f5a623;--of-bg:#f8f9fb;--of-card-bg:#fff;--of-shadow:#32325d40 0px 30px 45px -30px, #0000001a 0px 18px 36px -18px;--of-shadow-sm:#32325d1a 0px 2px 5px -1px, #0000000d 0px 1px 3px -1px;--of-shadow-subtle:#1717170f 0px 3px 6px;--of-radius:6px;--of-font:Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--of-mono:"SF Mono", SFMono-Regular, ui-monospace, "Cascadia Code", Menlo, monospace}*{box-sizing:border-box}body{font-family:var(--of-font);background:var(--of-bg);color:var(--of-label);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0}.ant-table-thead>tr>th,.ant-table-thead>tr>td{text-transform:uppercase;letter-spacing:.5px;color:var(--of-slate)!important;background:var(--of-bg)!important;border-bottom:1px solid var(--of-border)!important;padding:10px 12px!important;font-size:11px!important;font-weight:600!important}.ant-table-tbody>tr>td{color:var(--of-label);border-bottom:1px solid #f0f3f7;font-size:13px;padding:10px 12px!important}.ant-table-tbody>tr:hover>td,.ant-table-tbody>tr.ant-table-row-selected>td{background:var(--of-purple-light)!important}.ant-table-tbody>tr.of-row-current>td{border-left:2px solid var(--of-purple);background:#533afd0f!important}.ant-card{border:1px solid var(--of-border);border-radius:var(--of-radius);box-shadow:var(--of-shadow-subtle)}.ant-statistic-title{text-transform:uppercase;letter-spacing:.5px;font-weight:600;color:var(--of-slate)!important;font-size:11px!important}.ant-statistic-content{font-feature-settings:"tnum";color:var(--of-navy)!important}.ant-statistic-content-value{font-weight:600}.ant-tabs-tab{font-weight:500;font-size:13px!important}.ant-tabs-tab-active .ant-tabs-tab-btn{color:var(--of-purple)!important}.ant-tabs-ink-bar{background:var(--of-purple)!important}.ant-tag{border-radius:4px;font-size:12px;font-weight:500;line-height:20px}.ant-input:focus,.ant-input-focused,.ant-input-affix-wrapper-focused,.ant-select-focused .ant-select-selector{border-color:var(--of-purple)!important;box-shadow:0 0 0 2px #533afd1a!important}.mono{font-family:var(--of-mono);font-feature-settings:"tnum";font-size:12px}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-thumb{background:#c8cfd8;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#a0a8b4}::-webkit-scrollbar-track{background:0 0}.of-page-header{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.of-page-header h2{color:var(--of-navy);letter-spacing:-.3px;margin:0;font-size:20px;font-weight:600}.of-page-header .subtitle{color:var(--of-slate);margin-top:2px;font-size:13px}.of-stats-row{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px;margin-bottom:24px;display:grid}.of-stat-card{background:var(--of-card-bg);border:1px solid var(--of-border);border-radius:var(--of-radius);padding:16px 20px;transition:box-shadow .15s,border-color .15s}.of-stat-card:hover{box-shadow:var(--of-shadow-sm);border-color:#d0d8e4}.of-stat-card.clickable{cursor:pointer}.of-stat-card .label{text-transform:uppercase;letter-spacing:.5px;color:var(--of-slate);margin-bottom:8px;font-size:11px;font-weight:600}.of-stat-card .value{color:var(--of-navy);font-feature-settings:"tnum";font-size:24px;font-weight:600;line-height:1.2}.of-stat-card .value.small{font-size:18px}.of-stat-card .sub{color:var(--of-slate);margin-top:4px;font-size:12px}.of-entity-link{color:var(--of-purple);cursor:pointer;font-size:13px;text-decoration:none;transition:color .15s}.of-entity-link:hover{color:var(--of-purple-hover);text-decoration:underline}.of-entity-link .mono-addr{font-family:var(--of-mono);font-size:12px}.of-sidebar{border-right:1px solid var(--of-border);background:#fff!important}.of-sidebar .ant-layout-sider-children{flex-direction:column;display:flex}.of-sidebar .ant-menu{border-inline-end:none!important}.of-sidebar .ant-menu-item{font-size:13px;font-weight:500;color:var(--of-label)!important;border-radius:6px!important;margin:2px 8px!important}.of-sidebar .ant-menu-item:hover{background:var(--of-purple-light)!important;color:var(--of-purple)!important}.of-sidebar .ant-menu-item-selected{border-left:3px solid var(--of-purple);background:var(--of-purple-light)!important;color:var(--of-purple)!important}.of-sidebar .ant-menu-item-selected .anticon{color:var(--of-purple)!important}.of-breadcrumb{margin-bottom:16px;font-size:13px}.of-breadcrumb a{color:var(--of-purple)}.of-detail-header{border-bottom:1px solid var(--of-border);flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:24px;padding-bottom:20px;display:flex}.of-detail-header>div:first-child{flex:420px;min-width:0}.of-detail-header .title{color:var(--of-navy);margin:0 0 4px;font-size:20px;font-weight:600}.of-detail-header .meta{color:var(--of-slate);flex-wrap:wrap;align-items:center;gap:12px;margin-top:6px;font-size:13px;display:flex}.of-detail-header .meta code{font-family:var(--of-mono);color:var(--of-label);background:var(--of-bg);border:1px solid var(--of-border);border-radius:4px;padding:2px 8px;font-size:12px}.of-detail-actions{flex-wrap:wrap;flex:560px;justify-content:flex-end;gap:8px;min-width:0;display:flex}
