@import"https://fonts.googleapis.com/css2?family=Geist+Mono:wght@400;500&family=Fira+Code:wght@400;500&display=swap";:root{--bg: #0a0a0a;--bg-elev: #141414;--bg-tag: #111;--stroke-low: #252525;--stroke-medium: #333;--stroke-soft: rgba(212, 212, 212, .1);--stroke-axis: #c0c6cf;--text-pure: #ffffff;--text-high: #e0e0e0;--text-medium: #cfcfcf;--text-low: #989898;--brand: #ff6900;--brand-high: #ff7300;--font-mono: "Geist Mono", "Menlo", "JetBrains Mono", "SF Mono", monospace;--font-fira: "Fira Code", "Geist Mono", monospace;--font-num: "Menlo", "Geist Mono", monospace}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{background:var(--bg);color:var(--text-pure);font-family:var(--font-mono);-webkit-font-smoothing:antialiased;color-scheme:dark;font-size:14px;line-height:1.5}a{color:inherit;text-decoration:none}::selection{background:var(--brand);color:var(--bg)}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:#333;border-radius:3px}:focus-visible{outline:1px solid var(--brand);outline-offset:2px}.ex-shell{min-height:100vh;padding-top:80px;display:flex;flex-direction:column}.ex-page{width:100%;max-width:1440px;margin:0 auto;padding:0 56px 44px;display:flex;flex-direction:column}.ex-banner{position:fixed;top:0;left:50%;transform:translate(-50%);width:100%;max-width:1440px;height:80px;background:var(--bg);display:flex;align-items:center;padding:14px 56px;z-index:50}.ex-banner-inner{display:flex;align-items:center;gap:16px;width:100%}.ex-banner-logo{display:flex;align-items:center;height:42.77px}.ex-banner-logo img{width:40px;height:42.77px;display:block}.ex-banner-tabs{display:flex;align-items:center;gap:24px;height:44px;padding:0 16px;flex:1}.ex-banner-tab{height:100%;display:flex;align-items:center;gap:7px;font-family:var(--font-mono);font-weight:400;font-size:14px;line-height:19px;color:var(--text-high);text-transform:capitalize;white-space:nowrap;opacity:.6;transition:opacity .15s,color .15s}.ex-banner-tab[data-active=true]{opacity:1;color:var(--text-pure)}.ex-banner-tab .dot{width:8px;height:9px;background:var(--brand-high);clip-path:polygon(50% 0,100% 25%,100% 75%,50% 100%,0 75%,0 25%)}.ex-banner-tab:hover{opacity:1}.ex-banner-identity{display:flex;align-items:center;gap:24px;height:44px;padding:0 16px}.ex-identity-chip{font-family:var(--font-fira);font-weight:400;font-size:14px;line-height:19px;color:var(--text-high);text-transform:capitalize;white-space:nowrap}.ex-identity-chip[data-tone=brand]{color:var(--brand-high)}.ex-subnav{height:54px;border-top:1px solid var(--stroke-soft);border-bottom:1px solid var(--stroke-soft);width:100%;max-width:1440px;margin:0 auto;padding:0 56px}.ex-subnav-inner{display:flex;align-items:center;gap:4px;height:100%;overflow-x:auto;overflow-y:hidden;scrollbar-width:none}.ex-subnav-inner::-webkit-scrollbar{display:none}.ex-subnav-link{height:100%;display:inline-flex;align-items:center;padding:0 12px;font-family:var(--font-mono);font-weight:400;font-size:14px;line-height:19px;color:var(--text-high);text-transform:capitalize;white-space:nowrap;opacity:.5;transition:opacity .15s,color .15s}.ex-subnav-link:hover{opacity:.85}.ex-subnav-link.active{opacity:1;color:var(--text-pure)}.ex-subnav-link.active:before{content:"// ";color:var(--brand-high);white-space:pre;margin-right:0}.ex-title-row{display:flex;align-items:flex-end;gap:16px;padding-top:32px;width:100%}.ex-title-cell{flex:1 0 0;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;height:64px;gap:8px;color:var(--text-high)}.ex-title-cell h1{font-family:var(--font-mono);font-weight:400;font-size:34px;line-height:1.1;letter-spacing:-.68px;color:var(--text-high);text-transform:uppercase;white-space:nowrap}.ex-title-cell .subtitle{font-family:var(--font-mono);font-weight:400;font-size:14px;line-height:19px;color:var(--text-high);opacity:.6;text-transform:capitalize}.ex-identity{flex:1 0 0;display:flex;flex-direction:column;align-items:flex-start;height:64px;border-radius:4px}.ex-identity-row{display:flex;align-items:center;gap:8px;height:24px;width:100%;font-family:var(--font-mono);font-weight:400;font-size:14px;line-height:21px;color:var(--text-medium)}.ex-identity-row .label{width:100px;flex-shrink:0}.ex-identity-row .value{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ex-stats{width:100%;padding-top:32px}.ex-stats-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;gap:16px}.ex-stat-card{min-height:156px;display:flex;flex-direction:column;align-items:flex-start;gap:8px;padding:20px 22px 18px;position:relative;overflow:hidden;border:1px solid var(--stroke-medium);border-radius:8px;background:#050505;transition:border-color .15s,background-color .15s,transform .15s}.ex-stat-card:hover{border-color:#ff73008c;background-color:#080808;transform:translateY(-1px)}.ex-stat-label{font-family:var(--font-mono);font-weight:500;font-size:14px;line-height:1.2;color:var(--text-high);letter-spacing:0;text-transform:uppercase;width:100%}.ex-stat-value-row{display:flex;align-items:baseline;gap:8px;width:100%;white-space:nowrap}.ex-stat-number{font-family:var(--font-num);font-weight:400;font-style:normal;font-size:34px;line-height:1;letter-spacing:-.256px;color:var(--text-pure)}.ex-stat-spark{display:block;position:absolute;left:18px;right:18px;bottom:12px;width:auto;height:56px;margin-top:auto;opacity:.95}.ex-stat-spark svg{width:100%;height:100%;display:block;overflow:visible}.ex-stat-spark-area{fill:#ff730017}.ex-stat-spark-line{fill:none;stroke:var(--brand-high);stroke-width:1.5;vector-effect:non-scaling-stroke}.ex-chart-wrap{width:100%;padding-top:8px;display:flex;flex-direction:column}.ex-chart-card{background:var(--bg-elev);border:1px solid var(--stroke-medium);padding:16px;height:234px;display:flex;flex-direction:column;gap:32px;align-items:flex-start}.ex-chart-title{display:flex;align-items:baseline;gap:16px;white-space:nowrap;font-family:var(--font-mono);font-weight:400}.ex-chart-title .h{font-size:20px;line-height:1.1;letter-spacing:-.4px;color:var(--text-high);text-transform:uppercase}.ex-chart-title .s{font-size:14px;line-height:19px;color:var(--text-low);text-transform:capitalize}.ex-chart-body{flex:1 0 0;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;width:100%;position:relative}.ex-chart-y{width:18px;font-family:var(--font-mono);font-size:14px;line-height:19px;color:var(--text-low);text-align:center;text-transform:capitalize}.ex-chart-axis-row{display:flex;align-items:center;gap:6px;width:100%}.ex-chart-axis{flex:1 0 0;height:1px;background:#c0c6cf33}.ex-chart-line{position:absolute;right:0;top:50%;transform:translateY(-50%);width:calc(100% - 24px);height:124px;pointer-events:none}.ex-chart-line svg{width:100%;height:100%;display:block;overflow:visible}.ex-chart-tick-strip{border-left:1px solid var(--stroke-medium);border-right:1px solid var(--stroke-medium);border-bottom:1px solid var(--stroke-medium);padding:3px 4px;width:100%;display:flex;align-items:center;justify-content:center}.ex-chart-tick-row{flex:1 0 0;height:8px;padding:0 8px;background-image:repeating-linear-gradient(-54deg,rgba(255,255,255,.3) 0 1px,transparent 1px 10px);background-size:10px 8px;background-repeat:repeat-x}.ex-table-section{width:100%;padding-top:32px;display:flex;flex-direction:column;gap:24px}.ex-table-title{display:flex;align-items:center;padding:0 16px;width:100%}.ex-table-title .h{flex:1 0 0;font-family:var(--font-mono);font-weight:400;font-size:20px;line-height:1.1;letter-spacing:-.4px;color:var(--text-high);text-transform:uppercase}.ex-table-wrap{width:100%;display:flex;flex-direction:column}.ex-table{width:100%;border-collapse:collapse;table-layout:fixed}.ex-table thead tr{background:var(--bg-elev);height:36px}.ex-table th{padding:0 16px;text-align:left;font-family:var(--font-mono);font-weight:400;font-size:14px;line-height:19px;color:var(--text-high);text-transform:capitalize;vertical-align:middle}.ex-table th:first-child,.ex-table td:first-child{padding:0 20px}.ex-table tbody tr{height:44px;border-bottom:1px solid var(--stroke-low)}.ex-table td{padding:0 16px;font-family:var(--font-mono);font-weight:400;font-size:14px;line-height:19px;color:var(--text-pure);opacity:.8;text-transform:capitalize;vertical-align:middle;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ex-table tr:hover td{background:#ffffff05}.ex-inline-link{color:var(--text-pure);text-decoration:none;border-bottom:1px solid rgba(255,115,0,.38)}.ex-inline-link:hover{color:var(--brand-high);border-bottom-color:var(--brand-high)}.ex-table .col-time{width:155px}.ex-table .col-type{width:212px}.ex-table .col-account{width:246px}.ex-table .col-asset{width:109px}.ex-table .col-amount{width:123px}.ex-table .col-balance{width:137px}.ex-empty{padding:56px 24px;text-align:center;font-family:var(--font-mono);font-size:14px;color:var(--text-low);border:1px solid var(--stroke-low);background:var(--bg-elev);width:100%}.ex-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;padding-top:32px}.ex-detail-card{border:1px solid var(--stroke-medium);background:var(--bg-elev);padding:20px;margin-top:32px;min-width:0}.ex-detail-grid .ex-detail-card{margin-top:0}.ex-detail-card h2{margin:0 0 16px;color:var(--text-high);font-family:var(--font-mono);font-size:18px;font-weight:400;line-height:1.2;text-transform:uppercase}.ex-detail-card pre{max-height:520px;margin:0;overflow:auto;color:var(--text-medium);font-family:var(--font-mono);font-size:12px;line-height:1.6;white-space:pre-wrap;word-break:break-word}.ex-kv{display:grid;gap:10px}.ex-kv div{display:grid;grid-template-columns:112px minmax(0,1fr);gap:12px;min-height:24px;align-items:baseline;font-family:var(--font-mono)}.ex-kv span{color:var(--text-low);font-size:13px;text-transform:capitalize}.ex-kv strong{min-width:0;overflow:hidden;color:var(--text-pure);font-size:14px;font-weight:400;text-overflow:ellipsis;white-space:nowrap}@media (max-width: 1100px){.ex-banner{padding:14px 32px}.ex-page,.ex-subnav{padding-left:32px;padding-right:32px}.ex-banner-identity{gap:16px}}@media (max-width: 900px){.ex-banner-identity .ex-identity-chip:nth-child(n+3){display:none}.ex-stats-strip{grid-template-columns:repeat(3,minmax(0,1fr))}.ex-title-row{flex-direction:column;align-items:flex-start}.ex-title-cell,.ex-identity{height:auto}.ex-detail-grid{grid-template-columns:1fr}}@media (max-width: 768px){.ex-banner,.ex-page,.ex-subnav{padding-left:16px;padding-right:16px}.ex-stats-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.ex-table th,.ex-table td{padding:0 8px;font-size:12px}.ex-banner-identity{display:none}}
