:root{color-scheme:dark;--canvas:#07090D;--surface-0:#0A0D12;--surface-1:#0C1016;--surface-2:#0E1218;--surface-3:#121821;--surface-4:#161D27;--border:#1B232E;--border-strong:#232B38;--text:#E9EDF4;--text-2:#C9D1DE;--text-mid:#A8B3C4;--text-dim:#7F8A9C;--bg:var(--canvas);--bg-elev:var(--surface-0);--panel:var(--surface-1);--panel-hi:var(--surface-3);--line:var(--border-strong);--line-soft:var(--border);--fg:var(--text);--fg-mid:var(--text-mid);--dim:var(--text-dim);--faint:#4a5462;--accent:#2BD9FE;--accent-hi:#8AF0FF;--on-accent:#041318;--acc:var(--accent);--acc-2:#7C5CFF;--up:#7BE3A3;--up-bg:rgba(123,227,163,0.12);--down:#FF8A8C;--down-bg:rgba(255,138,140,0.12);--warn:#F5B301;--warn-bg:rgba(245,179,1,0.12);--caution-text:#F8CD5C;--v-pass:#22C55E;--v-pass-bg:rgba(34,197,94,0.13);--v-risk:#F5B301;--v-risk-bg:rgba(245,179,1,0.14);--v-block:#FF4D4F;--v-block-bg:rgba(255,77,79,0.16);--v-unknown:#8A94A6;--v-unknown-bg:#1E242E;--radius-card:14px;--radius-control:10px;--radius:10px;--radius-sm:6px;--ease:cubic-bezier(.2,.7,.2,1);--dur:180ms;--mono:var(--font-mono),ui-monospace,SFMono-Regular,"SF Mono",Menlo,Consolas,monospace;--sans:var(--font-ui),-apple-system,BlinkMacSystemFont,"Segoe UI",Inter,Roboto,"Helvetica Neue",sans-serif;--display:var(--font-display),var(--sans);--shadow:0 1px 2px rgba(0,0,0,0.4),0 8px 24px rgba(0,0,0,0.28)}*{box-sizing:border-box}body,html{margin:0;padding:0;background:var(--canvas);color:var(--text);font-family:var(--sans);font-size:13px;line-height:1.55;-webkit-font-smoothing:antialiased;overflow-x:hidden}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}:focus-visible{outline:2px solid var(--accent);outline-offset:3px;border-radius:3px}h1,h2,h3,h4{margin:0;font-weight:600;letter-spacing:-.01em}h1,h2{font-size:17px;font-family:var(--display)}h3{font-size:13px}.num{font-variant-numeric:tabular-nums;font-feature-settings:"tnum"}.mono{font-family:var(--mono)}.up{color:var(--up)}.down{color:var(--down)}.dim{color:var(--dim)}.mid{color:var(--fg-mid)}.warn{color:var(--warn)}.vh{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.live{display:inline-flex;align-items:center;gap:6px;font-size:11px;color:var(--dim)}.live .dot{width:6px;height:6px;border-radius:50%;background:var(--up);box-shadow:0 0 0 0 rgba(46,224,106,.55);animation:pulse 2.4s ease-out infinite}.live.stale .dot{background:var(--warn);animation:none}.live.error .dot{background:var(--down);animation:none}@keyframes pulse{0%{box-shadow:0 0 0 0 rgba(46,224,106,.5)}70%{box-shadow:0 0 0 7px rgba(46,224,106,0)}to{box-shadow:0 0 0 0 rgba(46,224,106,0)}}.promobar{display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap;padding:7px 14px;font-size:12px;line-height:1.5;color:var(--text-mid);background:var(--surface-0);border-bottom:1px solid var(--border)}.promobar b{color:var(--text-2)}.promobar .linkish{color:var(--text-dim);font-size:12px}main{padding:20px;max-width:1600px;margin:0 auto}.pagehead{margin-bottom:14px}.pagehead p{color:var(--dim);font-size:12px;margin:6px 0 0;max-width:82ch;line-height:1.65}.panel{background:var(--panel);border:1px solid var(--line);border-radius:var(--radius);padding:14px}.panel+.panel{margin-top:14px}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(128px,1fr));gap:12px}.kv{display:flex;flex-direction:column;gap:1px}.kv span{color:var(--dim);font-size:10.5px;text-transform:uppercase;letter-spacing:.05em}.kv b{font-size:15px;font-weight:600}.note{background:var(--bg-elev);border-left:2px solid var(--acc);padding:10px 13px;border-radius:0 var(--radius-sm) var(--radius-sm) 0;color:var(--fg-mid);font-size:11.5px;line-height:1.7;margin:14px 0}.note.warn{border-left-color:var(--warn)}.note b{color:var(--fg)}.empty{color:var(--text-mid);background:var(--surface-1);padding:36px 24px;text-align:center;border:1px solid var(--border);border-radius:var(--radius-card)}.empty:before{content:"○";display:grid;place-items:center;width:32px;height:32px;margin:0 auto 12px;border:1px solid var(--border-strong);border-radius:var(--radius-control);color:var(--text-dim);background:var(--surface-2);font-size:18px}.empty b{display:block;color:var(--text-2);margin-bottom:5px;font-size:14px}.tablewrap{overflow-x:auto;-webkit-overflow-scrolling:touch;border:1px solid var(--line);border-radius:var(--radius);background:var(--panel)}table{width:100%;border-collapse:collapse;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;min-width:880px}thead th{text-align:left;color:var(--dim);font-weight:500;font-size:10.5px;text-transform:uppercase;letter-spacing:.05em;padding:9px 10px;border-bottom:1px solid var(--line);white-space:nowrap;position:sticky;top:0;background:var(--panel-hi);z-index:2}th.sortable{cursor:pointer;-webkit-user-select:none;user-select:none}th.sortable:hover{color:var(--fg)}th .ar{opacity:.5;font-size:8px;margin-left:3px}tbody td{padding:9px 10px;border-bottom:1px solid var(--line-soft);white-space:nowrap}tbody tr:last-child td{border-bottom:0}tbody tr{transition:background 90ms ease}tbody tr:hover td{background:var(--panel-hi)}.r{text-align:right}.c{text-align:center}.namecell{max-width:230px;overflow:hidden;text-overflow:ellipsis}.namecell a{color:var(--fg);font-weight:500}.namecell a:hover{color:var(--acc)}td.thin{color:var(--warn)}.tablewrap tbody td:first-child,.tablewrap th:first-child{position:sticky;left:0;z-index:3;background:var(--panel)}.tablewrap thead th:first-child{z-index:4;background:var(--panel-hi)}.tablewrap tbody td.namecell,.tablewrap th:nth-child(2){position:sticky;left:34px;z-index:3;background:var(--panel);box-shadow:1px 0 0 var(--line)}.tablewrap thead th:nth-child(2){z-index:4;background:var(--panel-hi)}.tablewrap tbody tr:hover td.namecell,.tablewrap tbody tr:hover td:first-child{background:var(--panel-hi)}@keyframes flashUp{0%{background:var(--up-bg)}to{background:transparent}}@keyframes flashDown{0%{background:var(--down-bg)}to{background:transparent}}td.flash-up{animation:flashUp .9s ease-out}td.flash-down{animation:flashDown .9s ease-out}.badge{display:inline-block;min-width:32px;padding:1.5px 8px;border-radius:20px;font-weight:600;font-size:11px;text-align:center;cursor:help}.badge.good{background:var(--v-pass-bg);color:var(--v-pass)}.badge.fair{background:var(--v-risk-bg);color:var(--v-risk)}.badge.weak{background:rgba(251,146,60,.14);color:#fb923c}.badge.blocked,.badge.poor{background:var(--v-block-bg);color:var(--v-block)}.badge.unknown{background:var(--v-unknown-bg);color:var(--v-unknown);font-weight:500}.tag{font-size:10px;padding:1.5px 7px;border-radius:9px;background:#1b2230;color:var(--dim);white-space:nowrap}.tag.stock-paired{background:rgba(110,168,254,.14);color:var(--acc)}.tag.pre{background:rgba(167,139,250,.14);color:var(--acc-2)}.tag.halted{background:rgba(255,95,95,.14);color:#f87171}.tag.trap{background:rgba(240,180,41,.14);color:var(--warn)}.tag.shared{background:#1b2230;color:var(--fg-mid)}.taddr{display:block;font-size:10px;line-height:1.3;white-space:nowrap;min-width:max-content}.mom,.taddr{color:var(--dim)}.mom{font-size:11.5px;cursor:help}.mom.stalling{color:var(--warn)}.star{background:none;border:0;cursor:pointer;padding:0 6px 0 0;color:var(--faint);font-size:13px;line-height:1;transition:color .12s ease,transform .12s ease}.star:hover{transform:scale(1.18)}.star:hover,.star[aria-pressed=true]{color:var(--warn)}.bar{height:5px;width:60px;background:#1e242e;overflow:hidden;display:inline-block;vertical-align:middle}.bar,.bar i{border-radius:3px}.bar i{display:block;height:100%;background:linear-gradient(90deg,var(--acc),var(--acc-2))}button,input,select{font:inherit}input[type=number],input[type=text]{width:100%;padding:9px 11px;background:var(--bg-elev);border:1px solid var(--line);border-radius:var(--radius-sm);color:var(--fg);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}input:focus{border-color:var(--acc);outline:none}.btn{width:100%;padding:10px 14px;border:0;border-radius:var(--radius-sm);font-weight:600;cursor:pointer;margin-top:8px;transition:filter .12s ease,transform 80ms ease}.btn:hover:not(:disabled){filter:brightness(1.12)}.btn:active:not(:disabled){transform:translateY(1px)}.btn:disabled{background:#232936!important;color:var(--dim)!important;cursor:not-allowed}.btn.primary{background:linear-gradient(96deg,#1f7a3d,#23924a);color:#fff}.btn.secondary{background:var(--panel-hi);color:var(--fg)}.btn.ghost,.btn.secondary{border:1px solid var(--line)}.btn.ghost{background:transparent;color:var(--fg-mid)}.skel{background:linear-gradient(90deg,#171d27 25%,#1e2531 37%,#171d27 63%);background-size:400% 100%;animation:shimmer 1.3s ease infinite;border-radius:4px;color:transparent}@keyframes shimmer{0%{background-position:100% 50%}to{background-position:0 50%}}@media (max-width:760px){main{padding:14px 12px}h2{font-size:15px}.pagehead p{font-size:11.5px}.pagehead{padding-top:10px}}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}}@media (max-width:900px){.detail-grid{grid-template-columns:minmax(0,1fr)!important}}.tsym{display:block;color:var(--fg);font-weight:600;font-size:12.5px}.namecell a.tsym:hover{color:var(--acc)}.symline{display:flex;align-items:center;gap:6px;min-width:0}.symline .tsym{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.slabel{flex:none;font-size:9.5px;font-weight:600;letter-spacing:.02em;padding:1px 6px;border-radius:8px;white-space:nowrap;line-height:1.5}.slabel.safe{background:var(--v-pass-bg);color:var(--v-pass)}.slabel.risky{background:var(--v-risk-bg);color:var(--v-risk)}.slabel.blocked{background:var(--v-block-bg);color:var(--v-block)}.slabel.unchecked{background:var(--v-unknown-bg);color:var(--v-unknown)}.tpair{display:block;color:var(--dim);font-size:10.5px;line-height:1.25;overflow:hidden;text-overflow:ellipsis}.tag.named{background:rgba(46,224,106,.13);color:#4ade80}.tag.template{background:rgba(110,168,254,.13);color:var(--acc)}.tag.bespoke{background:rgba(240,180,41,.13);color:var(--warn)}.tfbtn{background:var(--bg-elev);border:1px solid var(--line);color:var(--dim);padding:3px 11px;border-radius:var(--radius-sm);font-size:11px;font-weight:600;cursor:pointer;margin:0}.tfbtn:hover:not(:disabled){color:var(--fg);border-color:var(--dim)}.tfbtn.on{background:var(--panel-hi);color:var(--fg);border-color:var(--acc)}.tfbtn:disabled{opacity:.5;cursor:default}.subtabs{gap:2px;margin-bottom:12px;overflow-x:auto;scrollbar-width:none}.subtabs::-webkit-scrollbar{display:none}.subtabs button{padding:9px 13px;font-weight:500;white-space:nowrap;margin:0;width:auto}.subtabs .n{font-size:10px;color:var(--dim);margin-left:5px;background:var(--panel);padding:1px 5px;border-radius:8px}.filterbar{display:flex;flex-wrap:wrap;margin-bottom:10px}.chip,.filterbar{align-items:center;gap:6px}.chip{background:var(--panel);border:1px solid var(--line);color:var(--dim);padding:4px 11px;border-radius:20px;font-size:11.5px;font-weight:500;cursor:pointer;margin:0;width:auto;display:inline-flex}.chip:hover{color:var(--fg);border-color:var(--dim)}.chip.on{background:var(--panel-hi);color:var(--fg);border-color:var(--acc)}.chip .n{font-size:10px;opacity:.65;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.fresh{color:var(--acc-2);font-weight:600}.connectbtn{width:auto;margin-top:0;padding:6px 14px;font-size:12px;white-space:nowrap}.walletchip{display:inline-flex;align-items:center;gap:8px;font-size:11.5px;background:var(--panel);border:1px solid var(--line);border-radius:20px;padding:5px 11px}.walletchip .dot{width:6px;height:6px;border-radius:50%;background:var(--up);flex:0 0 auto}.linkish{background:none;border:0;color:var(--dim);cursor:pointer;font-size:11px;padding:0;margin:0;width:auto;text-decoration:underline}.linkish:hover{color:var(--fg)}.walletmenu{position:absolute;right:0;top:calc(100% + 8px);z-index:40;min-width:232px;background:var(--bg-elev);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);padding:5px;display:grid;gap:2px}.walletmenu button{display:flex;align-items:center;gap:9px;width:100%;margin:0;padding:9px 10px;background:none;border:0;border-radius:var(--radius-sm);color:var(--fg);font-size:12.5px;font-weight:500;cursor:pointer;text-align:left}.walletmenu .ph,.walletmenu button:hover{background:var(--panel-hi)}.walletmenu .ph{width:17px;height:17px;border-radius:4px;flex:0 0 auto}.livenum{transition:color .18s ease,background-color .18s ease;border-radius:3px;padding:0 3px}.flash-up{color:var(--up);background:color-mix(in srgb,var(--up) 18%,transparent)}.flash-down{color:var(--down);background:color-mix(in srgb,var(--down) 18%,transparent)}.livedot{display:inline-block;width:6px;height:6px;border-radius:50%;background:var(--up);vertical-align:middle;animation:livepulse 2s ease-in-out infinite}@keyframes livepulse{0%,to{opacity:1}50%{opacity:.28}}.traderow{transition:background-color .6s ease}.fresh-buy{background:color-mix(in srgb,var(--up) 13%,transparent)}.fresh-sell{background:color-mix(in srgb,var(--down) 13%,transparent)}@media (prefers-reduced-motion:reduce){.livedot{animation:none}.livenum,.traderow{transition:none}}.claimlink{font-size:11px;color:var(--dim);text-decoration:none;border:1px solid var(--line);border-radius:999px;padding:2px 8px}.claimlink:hover{color:var(--fg);border-color:var(--dim)}.subtabs a{border-bottom:2px solid transparent;color:var(--dim);font-size:12.5px;padding:8px 12px;text-decoration:none}.subtabs a.on,.subtabs a:hover{color:var(--fg)}.subtabs a.on{border-bottom-color:var(--acc)}.listed{display:inline-block;font-size:10.5px;color:var(--dim);text-decoration:none;margin-right:5px;border:1px solid var(--line);border-radius:999px;padding:1px 7px}.listed:hover{color:var(--fg);border-color:var(--dim)}.sharebar{display:inline-flex;align-items:center;gap:6px;font-size:11px}.sharebtn{font:inherit;font-size:11px;color:var(--dim);background:none;cursor:pointer;margin:0;width:auto;border:1px solid var(--line);border-radius:999px;padding:2px 9px;text-decoration:none;line-height:1.5}.sharebtn:hover{color:var(--fg);border-color:var(--dim)}.checkform{display:flex;gap:8px;flex-wrap:wrap;margin:14px 0 6px;max-width:720px}.checkform input{flex:1 1 380px;min-width:0;font-family:var(--mono);font-size:13px;padding:10px 12px;background:var(--bg-elev);color:var(--fg);border:1px solid var(--line);border-radius:var(--radius-sm)}.checkform input:focus{outline:none;border-color:var(--acc)}.checkform button{width:auto;margin:0;padding:10px 18px}.prose{max-width:78ch;line-height:1.75}.prose h2{font-size:15px;margin:26px 0 8px}.prose li{margin:5px 0}.subtabs{display:flex;gap:4px;flex-wrap:wrap;border-bottom:1px solid var(--line)}.subtabs button{background:none;border:0;border-bottom:2px solid transparent;color:var(--dim);font:inherit;font-size:12.5px;padding:8px 12px;cursor:pointer}.subtabs button:hover{color:var(--fg)}.subtabs button.on{color:var(--fg);border-bottom-color:var(--acc)}.bondwrap{display:inline-flex;align-items:center;gap:8px;justify-content:flex-end}.bondbar{display:inline-block;width:54px;height:5px;border-radius:3px;background:var(--line);overflow:hidden}.bondbar>span{display:block;height:100%;background:var(--acc);border-radius:3px}.tokencell{display:inline-flex;align-items:center;gap:8px;text-decoration:none;color:inherit}.tokencell:hover b{text-decoration:underline}.devpct{font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.devpct.warn{color:var(--warn)}.devpct.down{color:var(--down);font-weight:600}.thtip{position:relative;cursor:help;outline:none;border-bottom:1px dotted}.thtip:after{content:attr(data-tip);position:absolute;top:calc(100% + 8px);left:0;width:max-content;max-width:240px;padding:8px 10px;border-radius:6px;background:var(--bg-elev);color:var(--fg);border:1px solid var(--line);box-shadow:0 8px 24px rgba(0,0,0,.45);font:400 11.5px/1.5 system-ui,-apple-system,Segoe UI,sans-serif;text-transform:none;letter-spacing:normal;text-align:left;white-space:normal;opacity:0;visibility:hidden;transition:opacity .12s ease;pointer-events:none;z-index:50}.thtip:focus:after,.thtip:hover:after{opacity:1;visibility:visible}.thtip:focus-visible{box-shadow:0 0 0 2px var(--acc);border-radius:2px}th.r .thtip:after,th.tip-end .thtip:after{left:auto;right:0}th.c:not(.tip-end) .thtip:after{left:50%;transform:translateX(-50%)}@media (prefers-reduced-motion:reduce){.thtip:after{transition:none}}.ticker a.ti{color:inherit;text-decoration:none}.ticker a.ti:focus-visible b,.ticker a.ti:hover b{text-decoration:underline}.tradelink{margin-left:auto;flex-shrink:0;font-size:10.5px;color:var(--dim);border:1px solid var(--line);border-radius:999px;padding:1px 7px;text-decoration:none;white-space:nowrap}.tradelink:focus-visible,.tradelink:hover{color:var(--acc);border-color:var(--acc)}.headline{display:flex;align-items:center;gap:16px;flex-wrap:wrap;margin:10px 0 4px}.headline-price{font-size:22px;font-weight:700;line-height:1.1}.headline-verdict{display:inline-flex;align-items:center;gap:8px;text-decoration:none;border:1px solid var(--line);border-radius:999px;padding:4px 12px 4px 6px}.headline-verdict:focus-visible,.headline-verdict:hover{border-color:var(--acc)}@media (max-width:760px){.headline-price{font-size:19px}}.curvebar{height:8px;background:var(--bg-elev);border:1px solid var(--line);border-radius:999px;overflow:hidden}.curvebar span{display:block;height:100%;background:var(--acc)}.bubble{animation:bubble-in .42s cubic-bezier(.2,.8,.3,1) backwards;transform-box:fill-box}.bubble circle,.bubble text{transition:none}.bubble.hot{filter:brightness(1.18) drop-shadow(0 0 10px rgba(110,168,254,.28))}@keyframes bubble-in{0%{opacity:0;transform:scale(.55)}to{opacity:1;transform:scale(1)}}.bubbletip{position:absolute;z-index:3;pointer-events:none;background:var(--bg-elev);box-shadow:var(--shadow);min-width:190px}.tradepair{display:inline-flex;gap:5px}.tradepair .tradelink{margin-left:0}.tablescroll{overflow-x:auto;-webkit-overflow-scrolling:touch;border:1px solid var(--line);border-radius:var(--radius);background:var(--panel)}.tablescroll table{min-width:760px}.shell-header{position:sticky;top:0;z-index:100;height:64px;display:flex;align-items:center;gap:7px;padding:0 18px;border-bottom:1px solid var(--border);background:rgba(7,9,13,.98)}.shell-header:before{content:"";position:absolute;inset:0;z-index:-1;background:inherit}@supports ((-webkit-backdrop-filter:blur(14px)) or (backdrop-filter:blur(14px))){.shell-header{background:transparent}.shell-header:before{background:rgba(7,9,13,.78);-webkit-backdrop-filter:blur(14px) saturate(140%);backdrop-filter:blur(14px) saturate(140%)}}.shell-brand{display:flex;align-items:center;gap:9px;flex:none;color:var(--text)}.shell-brand,.shell-brand:hover{text-decoration:none}.shell-brand svg{color:var(--accent);flex:none}.shell-brand-copy{display:flex;flex-direction:column;gap:2px}.shell-wordmark{font-family:var(--display);font-size:20px;font-weight:700;letter-spacing:-.02em;line-height:1}.shell-chain{color:var(--text-dim);font-size:10px;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap}.shell-primary-nav{display:flex;align-items:center;gap:2px;margin-left:16px}.shell-nav-link{border:0;background:none;color:var(--text-mid);font-size:14px;font-weight:500;padding:8px 12px;border-radius:8px;white-space:nowrap;cursor:pointer;display:inline-flex;gap:6px;align-items:center;text-decoration:none}.shell-nav-link:hover,.shell-nav-link[aria-current=page],.shell-nav-link[aria-expanded=true]{color:var(--text);background:var(--surface-4);text-decoration:none}.shell-nav-soon{display:inline-flex;align-items:center;gap:6px;color:var(--text-dim);font-size:14px;padding:8px 10px;white-space:nowrap;cursor:default}.shell-nav-soon .chip{font-size:10px;line-height:1;padding:3px 7px;cursor:default}.shell-spacer{flex:1 1;min-width:0}.shell-search-trigger{width:min(300px,24vw);height:40px;flex:none;display:flex;align-items:center;gap:10px;border:1px solid var(--border-strong);border-radius:var(--radius-control);padding:0 12px;background:var(--surface-2);color:var(--text-dim);cursor:pointer;font-size:14px;text-align:left}.shell-search-trigger:hover{border-color:var(--accent);color:var(--text-2)}.shell-search-copy{flex:1 1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.kbd{display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--border-strong);border-radius:5px;padding:1px 6px;font:500 11px var(--mono);color:var(--text-mid);white-space:nowrap}.shell-watchlist{width:40px;height:40px;flex:none;display:grid;place-items:center;color:var(--text-mid);border-radius:var(--radius-control)}.shell-watchlist:hover{background:var(--surface-4);color:var(--text)}.shell-points,.shell-wallet{flex:none}.shell-points .walletchip{white-space:nowrap}.shell-wallet .connectbtn{margin:0}.shell-nav-backdrop{position:fixed;inset:64px 0 0;border:0;padding:0;background:rgba(3,4,7,.62);cursor:default;z-index:1}.shell-nav-panel{position:fixed;z-index:2;top:76px;left:50%;transform:translateX(-50%);width:min(860px,calc(100vw - 32px));max-height:calc(100dvh - 90px);overflow:auto;border:1px solid var(--border-strong);border-radius:20px;padding:20px;background:var(--surface-1);box-shadow:0 30px 80px rgba(0,0,0,.6)}.shell-nav-panel[hidden]{display:none}.shell-nav-panel-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr) 260px;gap:8px}.shell-nav-item{display:flex;align-items:flex-start;gap:12px;min-width:0;padding:12px;border-radius:12px;color:var(--text);text-decoration:none}.shell-nav-item:focus-visible,.shell-nav-item:hover{background:var(--surface-3);text-decoration:none}.shell-nav-item svg{color:var(--accent);flex:none}.shell-nav-item[data-icon=up] svg{color:var(--up)}.shell-nav-item[data-icon=down] svg{color:var(--down)}.shell-nav-item span{display:flex;flex-direction:column;gap:3px;min-width:0}.shell-nav-item strong{font-size:15px;font-weight:600;line-height:1.35}.shell-nav-item small{color:var(--text-mid);font-size:13px;line-height:1.4}.shell-feature{grid-column:3;grid-row:1/span 5;display:flex;flex-direction:column;gap:10px;padding:18px;border:1px solid var(--border);border-radius:16px;background:#080B10;color:var(--text);text-decoration:none}.shell-feature:hover{border-color:var(--accent);text-decoration:none}.shell-feature>span{color:var(--accent);font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.shell-feature strong{font:600 20px/1.25 var(--display)}.shell-feature small{color:var(--text-mid);font-size:14px;line-height:1.5}.shell-feature b{margin-top:auto;color:var(--accent);font-size:14px}.shell-tools-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.shell-nav-all,.shell-sheet-all{display:flex;align-items:center;min-height:44px;padding:10px 12px;color:var(--accent);font-size:14px;font-weight:600;text-decoration:none}.shell-nav-all{margin-top:10px;border-top:1px solid var(--border)}.shell-nav-all:hover,.shell-sheet-all:hover{color:var(--accent-hi);text-decoration:none}.palette-overlay,.shell-sheet-overlay{position:fixed;inset:0;z-index:200;background:rgba(3,4,7,.72)}.palette-dialog{width:min(640px,calc(100vw - 24px));max-height:min(80dvh,700px);display:flex;flex-direction:column;margin:120px auto 0;border:1px solid #2a3442;border-radius:20px;background:var(--surface-1);box-shadow:0 40px 100px rgba(0,0,0,.65);overflow:hidden}.palette-input-row{display:flex;align-items:center;gap:12px;min-height:64px;padding:0 20px;border-bottom:1px solid var(--border);color:var(--text-mid)}.palette-input-row input{width:auto;flex:1 1;min-width:0;border:0;outline:none;padding:0;background:transparent;color:var(--text);font-size:18px;font-weight:500}.palette-input-row input::placeholder{color:var(--text-dim)}.palette-results{overflow-y:auto;padding:10px}.palette-group h2{padding:8px 10px;color:var(--text-dim);font:600 12px var(--sans);letter-spacing:.06em;text-transform:uppercase}.palette-row{width:100%;min-height:54px;display:flex;align-items:center;gap:12px;border:0;border-radius:10px;padding:10px;background:transparent;color:var(--text);cursor:pointer;text-align:left}.palette-row.on,.palette-row:hover{background:var(--surface-3)}.palette-row-copy{min-width:0;display:flex;flex-direction:column}.palette-row-copy strong{font-size:14px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.palette-row-copy small{font-size:12px;color:var(--text-mid);overflow-wrap:anywhere}.palette-row-numbers{margin-left:auto;display:flex;flex-direction:column;align-items:flex-end;white-space:nowrap;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.palette-row-numbers small{color:var(--text-mid)}.palette-page-icon{width:32px;height:32px;flex:none;display:grid;place-items:center;border-radius:8px;background:var(--surface-3);color:var(--accent)}.palette-note{padding:10px;margin:0;color:var(--text-mid);font-size:13px}.palette-empty{padding:10px}.palette-empty p{margin:0 0 10px;color:var(--text-mid);font-size:13px}.palette-empty>div{display:flex;flex-wrap:wrap;gap:8px}.palette-empty .chip{cursor:default}.palette-hints{display:flex;justify-content:space-between;gap:12px;padding:12px 20px;border-top:1px solid var(--border);color:var(--text-dim);font-size:12px}.shell-bottom-bar{display:none}.shell-sheet-overlay{display:flex;align-items:flex-end}.shell-sheet{width:100%;max-height:80dvh;display:flex;flex-direction:column;border:1px solid var(--border-strong);border-radius:20px 20px 0 0;background:var(--surface-1);box-shadow:0 -24px 80px rgba(0,0,0,.55)}.shell-sheet-head{flex:none;display:flex;align-items:center;justify-content:space-between;padding:14px 18px;border-bottom:1px solid var(--border)}.shell-sheet-head h2{font-size:20px}.shell-sheet-head button{width:44px;height:44px;display:grid;place-items:center;border:0;border-radius:10px;background:var(--surface-3);color:var(--text);cursor:pointer}.shell-sheet-content{overflow-y:auto;padding:10px 12px calc(20px + env(safe-area-inset-bottom))}.shell-sheet-content h3{margin:16px 12px 4px;color:var(--text-mid);text-transform:uppercase;letter-spacing:.06em;font-size:12px}.shell-sheet-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.shell-sheet-hubs{display:flex;flex-wrap:wrap;gap:0 12px}.shell-sheet .shell-feature,.shell-sheet-points{margin:12px}.shell-footer{margin-top:30px;padding:48px 36px 40px;border-top:1px solid var(--border);color:var(--text-mid)}.shell-footer-grid{display:grid;grid-template-columns:minmax(0,2fr) repeat(4,minmax(0,1fr));gap:24px;max-width:1600px;margin:0 auto 40px}.shell-footer-brand strong{color:var(--text);font:700 18px var(--display)}.shell-footer-brand p{max-width:360px;line-height:1.55;font-size:14px}.shell-footer-column{display:flex;flex-direction:column;gap:8px}.shell-footer-column h2{margin-bottom:2px;color:var(--text);font:600 14px var(--sans)}.shell-footer-column a{color:var(--text-mid);font-size:14px}.shell-footer-column a:hover{color:var(--accent)}.shell-footer-legal{max-width:1600px;margin:0 auto;padding-top:24px;border-top:1px solid var(--border)}.card{background:var(--surface-1);border:1px solid var(--border);border-radius:var(--radius-card);padding:20px}.btn{font-family:var(--sans)}.btn-primary{background:var(--accent);color:var(--on-accent);border-radius:var(--radius-control)}.btn-primary:hover{background:var(--accent-hi)}.btn-ghost{background:transparent;color:var(--text-2);border:1px solid var(--border-strong);border-radius:var(--radius-control)}.btn-ghost:hover{background:var(--surface-3)}.chip{background:var(--surface-1);border-color:var(--border-strong);color:var(--text-mid)}.stat{font-family:var(--display);font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-weight:600;color:var(--text)}.skeleton{background:linear-gradient(90deg,var(--surface-3) 25%,var(--surface-4) 40%,var(--surface-3) 65%);background-size:400% 100%;animation:shell-shimmer 1.3s linear infinite;border-radius:6px;color:transparent}@keyframes shell-shimmer{to{background-position:-100% 0}}@media (max-width:1400px){.shell-primary-nav{margin-left:8px}}@media (max-width:1279px){.shell-search-trigger{width:clamp(96px,14vw,180px)}}@media (max-width:1100px){.shell-header{gap:4px;padding:0 12px}.shell-chain{display:none}.shell-nav-link{padding-inline:9px}.shell-nav-soon{padding-inline:6px}.shell-watchlist{display:none}}@media (max-width:1023px){.shell-primary-nav{display:none}.shell-search-trigger{width:40px;padding:0;justify-content:center;margin-left:auto}.shell-search-copy,.shell-search-kbd{display:none}.shell-watchlist{display:grid}}@media (max-width:760px){.shell-header{height:56px;gap:6px;padding:0 12px}.shell-wordmark{font-size:18px}.shell-chain,.shell-points,.shell-watchlist{display:none}.shell-header:has(.shell-wallet .walletchip .mono) .shell-wordmark{display:none}.shell-wallet .walletchip:has(.halted) .mono{display:none}.shell-spacer{flex:1 1}.shell-search-trigger{width:40px;height:40px;margin:0}.shell-wallet .connectbtn{padding:7px 9px;font-size:11px}main{padding-bottom:calc(84px + env(safe-area-inset-bottom))}.shell-bottom-bar{position:fixed;z-index:90;inset:auto 0 0;height:calc(64px + env(safe-area-inset-bottom));padding:0 6px env(safe-area-inset-bottom);display:grid;grid-template-columns:repeat(5,minmax(0,1fr));border-top:1px solid var(--border);background:var(--surface-0)}.shell-bottom-bar>a,.shell-bottom-bar>button{min-width:0;min-height:44px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;padding:4px 0;border:0;background:none;color:var(--text-mid);font-size:11px;text-decoration:none;cursor:pointer}.shell-bottom-bar>.on{color:var(--accent)}.shell-bottom-bar .shell-bottom-check{color:var(--text)}.shell-bottom-bar .shell-bottom-check.on{color:var(--accent)}.shell-bottom-check>span{width:56px;height:56px;margin-top:-26px;display:grid;place-items:center;border-radius:50%;background:var(--accent);color:var(--on-accent);box-shadow:0 10px 30px rgba(43,217,254,.35)}.palette-dialog{width:calc(100vw - 16px);max-height:80dvh;margin:64px auto 0}.palette-input-row{padding:0 12px}.palette-input-row input{font-size:16px}.palette-hints{flex-direction:column;padding:10px 12px}.shell-footer{padding:32px 20px calc(90px + env(safe-area-inset-bottom))}.shell-footer-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 18px}.shell-footer-brand{grid-column:1/-1}}@media (max-width:480px){.shell-footer-grid,.shell-sheet-list{grid-template-columns:1fr}.shell-footer-brand{grid-column:auto}.palette-row-numbers{display:none}}@media (prefers-reduced-motion:reduce){.skeleton{animation:none}}.wc-dialog{width:min(400px,calc(100vw - 16px));margin:max(24px,8vh) auto 0;gap:10px;padding:22px 22px 18px;overflow-y:auto;outline:none}.wc-dialog h2{margin:0;font-family:var(--display);font-size:20px;font-weight:600;color:var(--text)}.wc-lede{margin:0;color:var(--text-mid);font-size:13px;line-height:1.55}.wc-qr{align-self:center;width:min(280px,100%);aspect-ratio:1;margin:6px 0;padding:10px;border-radius:16px;background:#fff}.wc-qr svg{display:block;width:100%;height:100%}.wc-qr-wait{display:grid;place-items:center;height:100%;padding:0 18px;color:#5b6472;font-size:12px;text-align:center}.wc-dialog .btn{margin-top:0}.wc-dialog a.btn{display:block;text-align:center;text-decoration:none}.wc-note{margin:2px 0 0;color:var(--text-dim);font-size:11px;line-height:1.6}.wc-cancel{align-self:center;margin-top:2px;font-size:12px}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/e1aab0933260df4d-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/b7387a63dd068245-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/36966cca54120369-s.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/e1aab0933260df4d-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/b7387a63dd068245-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/36966cca54120369-s.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/e1aab0933260df4d-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/b7387a63dd068245-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/36966cca54120369-s.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Space Grotesk Fallback;src:local("Arial");ascent-override:89.71%;descent-override:26.62%;line-gap-override:0.00%;size-adjust:109.69%}.__className_ff701f{font-family:Space Grotesk,Space Grotesk Fallback;font-style:normal}.__variable_ff701f{--font-display:"Space Grotesk","Space Grotesk Fallback"}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/7b19b489dc6743ba-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/28793f5c5e3d822d-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/c9c3823090ec8b55-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/b3bf17a9041d9433-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/2801417b65625cf5-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/26d4368bf94c0ec4-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/7b19b489dc6743ba-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/28793f5c5e3d822d-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/c9c3823090ec8b55-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/b3bf17a9041d9433-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/2801417b65625cf5-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/26d4368bf94c0ec4-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/7b19b489dc6743ba-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/28793f5c5e3d822d-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/c9c3823090ec8b55-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/b3bf17a9041d9433-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/2801417b65625cf5-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/26d4368bf94c0ec4-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:IBM Plex Sans Fallback;src:local("Arial");ascent-override:101.32%;descent-override:27.18%;line-gap-override:0.00%;size-adjust:101.17%}.__className_1bc20f{font-family:IBM Plex Sans,IBM Plex Sans Fallback;font-style:normal}.__variable_1bc20f{--font-ui:"IBM Plex Sans","IBM Plex Sans Fallback"}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/58f386aa6b1a2a92-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/011e180705008d6f-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/7ba5fb2a8c88521c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/92eeb95d069020cc-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/d3ebbfd689654d3a-s.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/ef4d5661765d0e49-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/d29838c109ef09b4-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/e40af3453d7c920a-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/99dcf268bda04fe5-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/98e207f02528a563-s.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:IBM Plex Mono Fallback;src:local("Arial");ascent-override:76.16%;descent-override:20.43%;line-gap-override:0.00%;size-adjust:134.59%}.__className_fc41db{font-family:IBM Plex Mono,IBM Plex Mono Fallback;font-style:normal}.__variable_fc41db{--font-mono:"IBM Plex Mono","IBM Plex Mono Fallback"}