@font-face {
font-family: 'Big Shoulders Display';
font-style: normal;
font-weight: 700 900;
font-display: swap;
src: url(../fonts/big-shoulders-display-700-900.woff2) format('woff2');
unicode-range: U+0000-00FF, 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: 'Inter Tight';
font-style: normal;
font-weight: 400 700;
font-display: swap;
src: url(../fonts/inter-tight-400-700.woff2) format('woff2');
unicode-range: U+0000-00FF, 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: 'JetBrains Mono';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(../fonts/jetbrains-mono-500.woff2) format('woff2');
unicode-range: U+0000-00FF, 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: 'JetBrains Mono';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(../fonts/jetbrains-mono-700.woff2) format('woff2');
unicode-range: U+0000-00FF, 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;
}
:root {
--bg: #070707;
--bg-1: #0c0c0c;
--bg-2: #121212;
--bg-3: #1a1a1a;
--line: rgba(244, 241, 234, 0.1);
--line-2: rgba(244, 241, 234, 0.2);
--ink: #f4f1ea;
--ink-2: #a8a49b;
--ink-3: #6b6861;
--volt: #ffe500;
--volt-2: #fff38a;
--volt-glow: rgba(255, 229, 0, 0.35);
--plasma: #9b8cff;
--plasma-hi: #e6e0ff;
--plasma-glow: rgba(155, 140, 255, 0.45);
--burn: #ff4d1f;
--burn-2: #ff8a5c;
--ok: #5cff9d;
--bad: #ff4d6d;
--wrap: 1360px;
--gut: clamp(16px, 3.4vw, 48px);
--f-disp: 'Big Shoulders Display', Impact, 'Arial Narrow', sans-serif;
--f-sans: 'Inter Tight', ui-sans-serif, system-ui, -apple-system, 'Segoe UI', sans-serif;
--f-mono: 'JetBrains Mono', ui-monospace, Menlo, Consolas, monospace;
--ease: cubic-bezier(0.16, 1, 0.3, 1);
--hazard: repeating-linear-gradient(-45deg, var(--volt) 0 14px, #0a0a0a 14px 28px);
color-scheme: dark;
}
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-padding-top: 90px; }
body {
margin: 0;
background: var(--bg);
color: var(--ink);
font: 400 16px/1.55 var(--f-sans);
-webkit-font-smoothing: antialiased;
overflow-x: hidden;
}
body::after {
content: ''; position: fixed; inset: 0; z-index: 200; pointer-events: none; opacity: 0.05;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)'/%3E%3C/svg%3E");
}
img, svg, video, canvas { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; padding: 0; cursor: pointer; }
button:disabled { cursor: default; }
code { font: 500 0.86em/1 var(--f-mono); color: var(--volt); background: rgba(255, 229, 0, 0.08); padding: 0.2em 0.4em; }
h1, h2, h3, p, dl, dd, ol, ul, figure { margin: 0; }
ol, ul { padding: 0; list-style: none; }
::selection { background: var(--volt); color: #000; }
:focus-visible { outline: 2px solid var(--volt); outline-offset: 3px; }
[hidden] { display: none !important; }
.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding-inline: var(--gut); }
.mono { font-family: var(--f-mono); font-variant-numeric: tabular-nums; }
.skip { position: absolute; left: -999px; top: 8px; z-index: 300; background: var(--volt); color: #000; padding: 8px 14px; }
.skip:focus { left: 8px; }
.display {
font: 900 clamp(46px, 7.4vw, 124px)/0.9 var(--f-disp);
text-transform: uppercase;
letter-spacing: -0.01em;
text-wrap: balance;
}
.display-xl { font-size: clamp(56px, 10vw, 170px); }
.outline { color: transparent; -webkit-text-stroke: 1.5px var(--ink); }
.volt { color: var(--volt); }
.sec-lede { color: var(--ink-2); font-size: clamp(16px, 1.3vw, 19px); max-width: 560px; }
.label { display: flex; align-items: center; gap: 14px; margin-bottom: clamp(24px, 3.5vw, 44px); }
.label-n { font: 700 13px/1 var(--f-mono); color: #000; background: var(--volt); padding: 6px 8px; }
.label-t { font: 500 13px/1 var(--f-mono); letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink); }
.label-rule { flex: 1; height: 1px; background: var(--line-2); transform-origin: left; }
.btn {
position: relative; display: inline-flex; align-items: center; justify-content: center; gap: 10px;
min-height: 46px; padding: 0 22px;
font: 700 14px/1 var(--f-sans); letter-spacing: 0.02em; text-transform: uppercase; white-space: nowrap;
border: 1.5px solid transparent;
transition: background 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.25s var(--ease), transform 0.2s;
clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 12px 100%, 0 calc(100% - 12px));
}
.btn-lg { min-height: 58px; padding: 0 30px; font-size: 16px; }
.btn-volt { background: var(--volt); color: #000; }
.btn-volt:hover { background: #fff; box-shadow: 0 0 40px var(--volt-glow); }
.btn-line { border-color: var(--line-2); color: var(--ink); background: rgba(7, 7, 7, 0.55); }
.btn-line:hover { border-color: var(--volt); color: var(--volt); }
.btn-burn { background: var(--burn); color: #000; }
.btn-burn:hover { background: var(--burn-2); }
.btn:active { transform: translateY(1px); }
.btn:disabled { opacity: 0.45; }
.badge { display: inline-flex; align-items: center; gap: 6px; padding: 6px 9px; font: 700 11px/1 var(--f-mono); letter-spacing: 0.1em; text-transform: uppercase; color: #000; background: var(--volt); }
.badge.ok { background: var(--ok); }
.badge.bad { background: var(--bad); color: #fff; }
.badge.arc { background: var(--plasma); color: #000; }
.dot { width: 8px; height: 8px; border-radius: 50%; background: var(--volt); display: inline-block; flex: none; animation: ping 1.6s infinite; }
@keyframes ping { 0% { box-shadow: 0 0 0 0 rgba(255, 229, 0, 0.6); } 70% { box-shadow: 0 0 0 9px rgba(255, 229, 0, 0); } 100% { box-shadow: 0 0 0 0 rgba(255, 229, 0, 0); } }
.live-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ok); display: inline-block; margin-right: 8px; box-shadow: 0 0 10px var(--ok); vertical-align: 1px; }
.live-dot.off { background: var(--ink-3); box-shadow: none; }
.panel-box { background: var(--bg-1); border: 1px solid var(--line); }
.noscript { position: fixed; bottom: 0; left: 0; right: 0; padding: 12px; text-align: center; background: var(--volt); color: #000; margin: 0; }
@media (prefers-reduced-motion: reduce) {
*, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
}
.tape { display: block; overflow: hidden; background: var(--volt); color: #000; position: relative; z-index: 60; }
.tape-track { display: flex; width: max-content; animation: tape 28s linear infinite; }
.tape-track span { font: 800 13px/1 var(--f-disp); letter-spacing: 0.14em; text-transform: uppercase; padding: 10px 18px; white-space: nowrap; }
.tape-track i { width: 22px; flex: none; background: repeating-linear-gradient(-45deg, #000 0 5px, transparent 5px 10px); }
.tape-top:hover .tape-track { animation-play-state: paused; }
@keyframes tape { to { transform: translateX(-50%); } }
.hdr { position: sticky; top: 0; z-index: 50; background: rgba(7, 7, 7, 0.78); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-bottom: 1px solid var(--line); }
.hdr-in { display: flex; align-items: center; gap: 24px; height: 66px; padding-inline: var(--gut); max-width: 1680px; margin: 0 auto; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--volt); }
.brand span { font: 900 26px/1 var(--f-disp); letter-spacing: 0.04em; color: var(--ink); }
.nav { display: flex; gap: 2px; margin-left: auto; }
.nav a { display: inline-flex; align-items: baseline; gap: 6px; padding: 9px 12px; font: 600 13px/1 var(--f-sans); text-transform: uppercase; letter-spacing: 0.06em; color: var(--ink-2); transition: color 0.2s; }
.nav a em { font: 500 10px/1 var(--f-mono); font-style: normal; color: var(--ink-3); transition: color 0.2s; }
.nav a:hover, .nav a.on { color: var(--ink); }
.nav a.on em, .nav a:hover em { color: var(--volt); }
.hdr-act { display: flex; align-items: center; gap: 8px; }
.btn-x, .btn-wallet { min-height: 40px; padding: 0 16px; font-size: 13px; }
.btn-wallet.connected { border-color: var(--ok); }
.btn-wallet.connected #wallet-label { text-transform: none; font-family: var(--f-mono); }
.btn-wallet .net { width: 8px; height: 8px; border-radius: 50%; background: var(--ok); box-shadow: 0 0 8px var(--ok); }
.btn-wallet .net.wrong { background: var(--volt); box-shadow: 0 0 8px var(--volt); }
.burger { display: none; width: 40px; height: 40px; border: 1.5px solid var(--line-2); position: relative; }
.burger i { position: absolute; left: 10px; right: 10px; height: 2px; background: var(--ink); transition: transform 0.3s var(--ease); }
.burger i:first-child { top: 14px; } .burger i:last-child { top: 22px; }
.burger[aria-expanded='true'] i:first-child { transform: translateY(4px) rotate(45deg); }
.burger[aria-expanded='true'] i:last-child { transform: translateY(-4px) rotate(-45deg); }
.mnav { display: grid; padding: 6px var(--gut) 20px; border-top: 1px solid var(--line); }
.mnav a { display: flex; align-items: baseline; gap: 12px; padding: 12px 0; font: 900 34px/1 var(--f-disp); text-transform: uppercase; border-bottom: 1px solid var(--line); }
.mnav a em { font: 500 12px/1 var(--f-mono); font-style: normal; color: var(--volt); }
.mnav .mnav-x { color: var(--volt); align-items: center; }
.hero { position: relative; min-height: calc(100svh - 104px); display: flex; overflow: hidden; isolation: isolate; background: radial-gradient(80% 60% at 50% 45%, #15121f 0%, #070707 70%); }
.arc { position: absolute; inset: 0; width: 100%; height: 100%; z-index: -1; }
.hero::after { content: ''; position: absolute; inset: 0; z-index: -1; pointer-events: none; background: linear-gradient(180deg, transparent 60%, var(--bg) 100%); }
.hero-in { width: 100%; max-width: 1680px; margin: 0 auto; padding: clamp(28px, 5vh, 64px) var(--gut) clamp(28px, 4vh, 48px); display: flex; flex-direction: column; justify-content: space-between; gap: 28px; }
.hero-kicker { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 18px; font: 500 12px/1 var(--f-mono); letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-2); }
.chip { background: var(--volt); color: #000; padding: 6px 9px; font-weight: 700; }
.soon { display: inline-flex; align-items: center; gap: 9px; color: var(--volt); }
.hero-title { container-type: inline-size; font-family: var(--f-disp); font-weight: 900; text-transform: uppercase; line-height: 0.8; letter-spacing: -0.012em; margin-block: auto; }
.hl { display: block; overflow: hidden; padding-block: 0.03em; }
.hl > span { display: inline-block; white-space: nowrap; will-change: transform; }
.hl-1 { font-size: clamp(64px, 14.6vw, 272px); font-size: 16.6cqi; }
.hl-1 b { color: var(--volt); }
.hl-2 { font-size: clamp(40px, 8.75vw, 163px); font-size: 10.1cqi; color: transparent; -webkit-text-stroke: clamp(1px, 0.12vw, 2px) var(--ink); }
.hero-foot { display: grid; grid-template-columns: minmax(0, 1.2fr) auto minmax(260px, 0.8fr); align-items: end; gap: 24px 40px; }
.hero-lede { color: var(--ink-2); font-size: clamp(15px, 1.15vw, 18px); max-width: 520px; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-meter { justify-self: end; width: 100%; max-width: 340px; padding: 14px 16px; background: rgba(7, 7, 7, 0.72); border: 1px solid var(--line-2); backdrop-filter: blur(6px); }
.hm-top { display: flex; align-items: baseline; gap: 8px; font: 500 11px/1 var(--f-mono); letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-3); }
.hm-top b { font: 700 30px/1 var(--f-mono); color: var(--plasma-hi); margin-left: auto; letter-spacing: -0.02em; }
.hm-bar { height: 8px; margin-top: 12px; background: var(--bg-3); position: relative; overflow: hidden; }
.hm-bar i { position: absolute; inset: 0; transform-origin: left; transform: scaleX(0); background: linear-gradient(90deg, var(--plasma), var(--plasma-hi)); box-shadow: 0 0 16px var(--plasma-glow); }
.hm-bot { display: flex; justify-content: space-between; margin-top: 10px; font: 500 10px/1 var(--f-mono); letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-3); }
.hm-bot span:first-child { color: var(--volt); }
.hero.firing .hm-top b { color: #fff; }
.readout { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); border-block: 1px solid var(--line); background: var(--bg); }
.ro { padding: 18px var(--gut); display: flex; flex-direction: column; gap: 8px; border-right: 1px solid var(--line); min-width: 0; }
.ro:last-child { border-right: 0; }
.ro span { font: 500 10.5px/1 var(--f-mono); letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-3); }
.ro b { font-size: clamp(18px, 1.7vw, 26px); font-weight: 700; color: var(--ink); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.contract-v { display: inline-flex; align-items: center; gap: 9px; font: 700 clamp(15px, 1.3vw, 19px)/1 var(--f-mono); color: var(--volt); text-align: left; }
.contract-v.live { color: var(--ink); }
.contract-v.live:hover { color: var(--volt); }
.sec { padding-block: clamp(90px, 12vw, 170px); position: relative; }
.sec-head { display: grid; gap: 22px; margin-bottom: clamp(36px, 5vw, 64px); }
.sec-head-row { grid-template-columns: minmax(0, 1.3fr) minmax(0, 0.7fr); align-items: end; gap: 22px 60px; }
.cap-grid { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr); gap: 16px; }
.cap-meter { position: relative; padding: clamp(22px, 3vw, 40px); background: var(--bg-1); border: 1px solid var(--line); overflow: hidden; }
.cap-meter::before { content: ''; position: absolute; left: 0; right: 0; top: 0; height: 6px; background: var(--hazard); opacity: 0.9; }
.cap-kicker { display: flex; align-items: center; gap: 10px; font: 500 12px/1 var(--f-mono); letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-2); margin-top: 10px; }
.cap-kicker b { color: var(--ink); }
.led { width: 10px; height: 10px; border-radius: 50%; background: var(--volt); box-shadow: 0 0 12px var(--volt); }
.cap[data-phase='live'] .led { background: var(--plasma); box-shadow: 0 0 14px var(--plasma); }
.cap[data-phase='ready'] .led { background: var(--burn); box-shadow: 0 0 16px var(--burn); animation: blink 0.8s infinite; }
@keyframes blink { 50% { opacity: 0.3; } }
.bignum { position: relative; display: flex; align-items: flex-end; gap: 0.08em; margin-top: 18px; font: 900 clamp(120px, 21vw, 360px)/0.78 var(--f-disp); letter-spacing: -0.02em; font-variant-numeric: tabular-nums; }
.bn-base { color: transparent; -webkit-text-stroke: 2px rgba(244, 241, 234, 0.25); }
.bn-fill { position: absolute; left: 0; top: 0; color: var(--volt); clip-path: inset(calc((1 - var(--q, 0)) * 100%) 0 0 0); transition: clip-path 0.08s linear; }
.cells.energized .bn-fill, .bignum.energized .bn-fill { color: #fff; text-shadow: 0 0 40px var(--plasma), 0 0 90px var(--plasma-glow); animation: crackle 0.12s steps(2) infinite; }
@keyframes crackle { 50% { transform: translate(1px, -1px); } }
.bn-unit { font-size: 0.22em; line-height: 1; color: var(--volt); margin-bottom: 0.12em; }
.cap-bar { position: relative; height: 14px; margin-top: 26px; background: var(--bg-3); overflow: hidden; }
.cap-bar i { position: absolute; inset: 0; transform-origin: left; transform: scaleX(var(--q, 0)); background: var(--volt); }
.cap-ticks { position: absolute; inset: 0; background: repeating-linear-gradient(90deg, transparent 0 calc(5% - 2px), var(--bg-1) calc(5% - 2px) 5%); }
.cap-foot { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; margin-top: 16px; font-size: 13px; color: var(--ink-2); text-transform: uppercase; letter-spacing: 0.06em; }
.cap-foot b { color: var(--ink); font-weight: 700; }
.cap-side { display: flex; flex-direction: column; gap: 14px; padding: clamp(18px, 2.2vw, 28px); background: var(--bg-1); border: 1px solid var(--line); }
.monitor { position: relative; aspect-ratio: 16 / 10; overflow: hidden; background: #000; border: 1px solid var(--line-2); }
.monitor-video { width: 100%; height: 100%; object-fit: cover; }
.monitor figcaption { position: absolute; left: 10px; top: 10px; display: flex; align-items: center; gap: 8px; padding: 6px 9px; background: rgba(0, 0, 0, 0.72); font: 700 10.5px/1 var(--f-mono); letter-spacing: 0.12em; text-transform: uppercase; }
.rec { width: 8px; height: 8px; border-radius: 50%; background: var(--burn); animation: blink 1.2s infinite; }
.readings > div { display: flex; justify-content: space-between; gap: 16px; padding: 11px 0; border-bottom: 1px solid var(--line); font-size: 14px; }
.readings dt { color: var(--ink-3); }
.readings dd { text-align: right; }
.side-note { color: var(--ink-2); font-size: 14px; }
.side-act { display: flex; flex-wrap: wrap; gap: 10px; margin-top: auto; }
.side-act .btn { flex: 1 1 auto; }
.sim-flag { font: 700 11px/1.4 var(--f-mono); color: var(--volt); text-transform: uppercase; letter-spacing: 0.08em; }
.stats { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; margin-top: 16px; }
.stat { padding: 24px 22px 20px; background: var(--bg-1); border: 1px solid var(--line); display: flex; flex-direction: column; gap: 22px; min-height: 160px; justify-content: space-between; }
.stat strong { font-size: clamp(34px, 3.4vw, 54px); font-weight: 700; line-height: 1; letter-spacing: -0.03em; }
.stat span { color: var(--ink-2); font-size: 13px; text-transform: uppercase; letter-spacing: 0.04em; }
.stat-volt { background: var(--volt); color: #000; border-color: var(--volt); }
.stat-volt span { color: rgba(0, 0, 0, 0.7); }
.stat-burn strong { color: var(--burn); }
.stats-note { margin-top: 14px; font-size: 11px; color: var(--ink-3); text-transform: uppercase; letter-spacing: 0.1em; }
.cycle { position: relative; background: var(--bg-1); border-block: 1px solid var(--line); }
.cycle-pin { position: relative; overflow: hidden; }
@media (min-width: 901px) {
.js:not(.no-motion) .cycle-pin { position: sticky; top: 66px; height: calc(100vh - 66px); display: flex; flex-direction: column; justify-content: center; }
}
.cycle-track { display: flex; gap: 0; width: max-content; padding-left: var(--gut); }
.panel { flex: none; width: min(560px, 82vw); min-height: min(82vh, 760px); padding: clamp(40px, 7vh, 80px) clamp(24px, 3vw, 48px); border-right: 1px solid var(--line); display: flex; flex-direction: column; }
.panel-intro { width: min(980px, 92vw); padding-left: 0; }
.panel-intro .display { font-size: clamp(52px, 7vw, 120px); }
.panel-intro .player { width: min(100%, calc(44vh * 16 / 9)); margin-top: 28px; }
.player { position: relative; margin-top: auto; aspect-ratio: 16 / 9; background: #000; border: 1px solid var(--line-2); overflow: hidden; }
.player video { width: 100%; height: 100%; object-fit: cover; }
.play { position: absolute; left: 14px; bottom: 18px; width: 50px; height: 50px; display: grid; place-items: center; background: var(--volt); color: #000; transition: background 0.2s; }
.play:hover { background: #fff; }
.player-bar { position: absolute; left: 0; right: 0; bottom: 0; height: 4px; background: rgba(255, 255, 255, 0.12); }
.player-bar span { display: block; height: 100%; width: 0; background: var(--volt); }
.scroll-hint { display: inline-flex; align-items: center; gap: 8px; margin-top: 18px; font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-3); }
.scroll-hint svg { transform: rotate(45deg); }
.step { position: relative; transition: background 0.4s; }
.step-n { font: 900 clamp(140px, 22vh, 240px)/0.8 var(--f-disp); color: transparent; -webkit-text-stroke: 2px var(--line-2); transition: color 0.5s, -webkit-text-stroke-color 0.5s; }
.step h3 { font: 900 clamp(38px, 4.4vw, 64px)/0.9 var(--f-disp); text-transform: uppercase; margin-top: auto; }
.step p { color: var(--ink-2); margin-top: 18px; font-size: 16px; max-width: 440px; }
.step.on { background: var(--bg-2); }
.step.on .step-n { color: var(--volt); -webkit-text-stroke-color: var(--volt); }
.step-burn.on .step-n { color: var(--burn); -webkit-text-stroke-color: var(--burn); }
.step-fig { margin-top: 28px; min-height: 64px; display: flex; align-items: flex-end; gap: 6px; font-size: 12px; }
.step-fig-split span { padding: 9px 10px; border: 1px solid var(--line-2); text-transform: uppercase; letter-spacing: 0.06em; }
.step-fig-split .sf-b { background: var(--volt); color: #000; border-color: var(--volt); flex: 97; }
.step-fig-split .sf-c { flex: 8; min-width: 70px; text-align: center; }
.step-fig-bars { height: 80px; }
.step-fig-bars i { flex: 1; height: calc(var(--h) * 100%); background: var(--bg-3); border-top: 3px solid var(--volt); }
.step-fig-code { font-size: clamp(16px, 1.6vw, 22px); padding: 16px 18px; background: #000; border: 1px solid var(--line-2); color: var(--plasma-hi); justify-content: space-between; align-items: center; }
.step-fig-code b { color: var(--volt); }
.step-fig-dead { font-size: clamp(22px, 2.6vw, 38px); font-weight: 700; color: var(--burn); letter-spacing: -0.02em; }
.cycle-progress { position: absolute; left: 0; right: 0; bottom: 0; height: 4px; background: var(--line); }
.cycle-progress i { position: absolute; inset: 0; transform-origin: left; transform: scaleX(0); background: var(--volt); }
.chart-card { padding: clamp(16px, 2.4vw, 30px); }
.chart-top { display: flex; justify-content: space-between; align-items: center; gap: 12px; flex-wrap: wrap; }
.seg { display: flex; border: 1px solid var(--line-2); }
.seg button { padding: 10px 14px; font: 700 12px/1 var(--f-mono); text-transform: uppercase; letter-spacing: 0.06em; color: var(--ink-2); display: inline-flex; align-items: center; gap: 7px; transition: background 0.2s, color 0.2s; }
.seg button + button { border-left: 1px solid var(--line-2); }
.seg button em { font-style: normal; font-size: 9.5px; color: var(--volt); }
.seg button em.live { color: var(--ok); }
.seg button[aria-selected='true'], .seg button[aria-pressed='true'] { background: var(--volt); color: #000; }
.seg button[aria-selected='true'] em { color: #000; }
.quote { display: flex; align-items: baseline; flex-wrap: wrap; gap: 8px 22px; margin-top: 22px; }
.quote > strong { font-size: clamp(34px, 4.4vw, 60px); font-weight: 700; letter-spacing: -0.04em; }
#q-change { font-size: 16px; color: var(--ink-2); }
#q-change[data-dir='up'] { color: var(--ok); }
#q-change[data-dir='down'] { color: var(--bad); }
.q-meta { font: 500 12px/1 var(--f-mono); text-transform: uppercase; color: var(--ink-3); letter-spacing: 0.06em; }
.q-meta b { color: var(--ink-2); }
.stage { position: relative; height: clamp(280px, 38vw, 460px); margin-top: 16px; touch-action: none; cursor: crosshair; user-select: none; }
.stage svg { width: 100%; height: 100%; overflow: visible; }
.stage .grid { stroke: var(--line); stroke-width: 1; }
.stage .axis { fill: var(--ink-3); font: 500 11px var(--f-mono); }
.stage .pline { fill: none; stroke: var(--volt); stroke-width: 2.2; stroke-linejoin: round; vector-effect: non-scaling-stroke; }
.stage .nowline { stroke: var(--volt); stroke-dasharray: 3 4; opacity: 0.5; }
.stage .nowlabel { fill: #000; font: 700 11px var(--f-mono); }
.stage .cross { stroke: var(--ink-3); stroke-dasharray: 2 3; }
.stage .mk { cursor: pointer; }
.empty { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; text-align: center; padding: 20px; color: var(--volt); background: repeating-linear-gradient(-45deg, rgba(255, 229, 0, 0.03) 0 18px, transparent 18px 36px); }
.empty h3 { font: 900 clamp(28px, 3vw, 44px)/0.95 var(--f-disp); text-transform: uppercase; color: var(--ink); margin-top: 6px; }
.empty p { color: var(--ink-2); font-size: 14px; max-width: 380px; }
.tip { position: absolute; top: 10px; z-index: 2; padding: 8px 10px; background: #000; border: 1px solid var(--volt); font-size: 12px; white-space: pre; pointer-events: none; }
.chart-foot { display: flex; align-items: center; flex-wrap: wrap; gap: 12px 20px; margin-top: 14px; }
.legend { display: inline-flex; align-items: center; gap: 8px; font: 500 11px/1 var(--f-mono); text-transform: uppercase; letter-spacing: 0.08em; color: var(--ink-2); }
.lg-line { width: 18px; height: 3px; background: var(--volt); }
.lg-mark { width: 18px; height: 18px; background: var(--bg-3); color: var(--burn); display: grid; place-items: center; }
.hint { font: 500 11px/1 var(--f-mono); color: var(--ink-3); text-transform: uppercase; letter-spacing: 0.08em; margin-left: auto; }
.nav-btns { display: flex; border: 1px solid var(--line-2); }
.nav-btns button { min-width: 36px; height: 34px; padding: 0 10px; font: 700 13px var(--f-mono); color: var(--ink-2); }
.nav-btns button + button { border-left: 1px solid var(--line-2); }
.nav-btns button:hover:not(:disabled) { color: #000; background: var(--volt); }
.nav-btns button:disabled { opacity: 0.3; }
.chart-src { margin-top: 12px; font-size: 11px; color: var(--ink-3); text-transform: uppercase; letter-spacing: 0.06em; }
.chart-src a { color: var(--volt); }
.calc-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 16px; }
.calc-in { padding: clamp(22px, 3vw, 40px); display: grid; gap: 34px; align-content: start; }
.fld { display: grid; gap: 14px; }
.fld-top { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; font: 600 13px/1.2 var(--f-sans); text-transform: uppercase; letter-spacing: 0.06em; color: var(--ink-2); }
.fld output { font-size: clamp(22px, 2vw, 30px); font-weight: 700; color: var(--ink); letter-spacing: -0.02em; text-transform: none; }
input[type='range'] { -webkit-appearance: none; appearance: none; width: 100%; height: 28px; background: transparent; cursor: pointer; --p: 50%; }
input[type='range']::-webkit-slider-runnable-track { height: 10px; background: linear-gradient(90deg, var(--volt) var(--p), var(--bg-3) var(--p)); }
input[type='range']::-moz-range-track { height: 10px; background: linear-gradient(90deg, var(--volt) var(--p), var(--bg-3) var(--p)); }
input[type='range']::-webkit-slider-thumb { -webkit-appearance: none; width: 26px; height: 26px; margin-top: -8px; background: #fff; border: 4px solid #000; box-shadow: 0 0 0 2px var(--volt); }
input[type='range']::-moz-range-thumb { width: 18px; height: 18px; background: #fff; border: 4px solid #000; border-radius: 0; box-shadow: 0 0 0 2px var(--volt); }
.calc-fine { font-size: 13px; color: var(--ink-3); }
.calc-fine b { color: var(--ink-2); }
.calc-out { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; align-content: start; }
.out { padding: 22px 20px; background: var(--bg-1); border: 1px solid var(--line); display: grid; gap: 16px; align-content: space-between; min-height: 150px; }
.out span { font: 600 12px/1.3 var(--f-sans); text-transform: uppercase; letter-spacing: 0.05em; color: var(--ink-3); }
.out strong { font-size: clamp(28px, 2.8vw, 42px); font-weight: 700; letter-spacing: -0.03em; line-height: 1; overflow-wrap: anywhere; }
.out small { color: var(--ink-3); font-size: 12px; margin-top: -8px; text-transform: uppercase; }
.out-volt { background: var(--volt); border-color: var(--volt); color: #000; }
.out-volt span { color: rgba(0, 0, 0, 0.65); }
.out-burn strong { color: var(--burn); }
.calc-bar { grid-column: 1 / -1; height: 14px; background: var(--bg-3); overflow: hidden; }
.calc-bar span { display: block; height: 100%; width: 0; background: repeating-linear-gradient(-45deg, var(--burn) 0 8px, #c93410 8px 16px); transition: width 0.6s var(--ease); }
.laws-sec .display { margin-bottom: clamp(36px, 5vw, 64px); }
.laws-grid { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr); gap: 16px; align-items: start; }
.laws { border-top: 1px solid var(--line-2); }
.law { border-bottom: 1px solid var(--line-2); }
.law-row { position: relative; width: 100%; display: grid; grid-template-columns: 64px minmax(0, 1fr) 40px; align-items: center; gap: 14px; padding: 26px 8px; text-align: left; overflow: hidden; isolation: isolate; }
.law-row::before { content: ''; position: absolute; inset: 0; z-index: -1; background: var(--volt); transform: scaleY(0); transform-origin: bottom; transition: transform 0.45s var(--ease); }
.law-row:hover::before, .law-row[aria-expanded='true']::before { transform: scaleY(1); }
.law-row:hover, .law-row[aria-expanded='true'] { color: #000; }
.law-n { font-size: 14px; font-weight: 700; }
.law-t { font: 900 clamp(26px, 3.2vw, 50px)/0.95 var(--f-disp); text-transform: uppercase; }
.law-x { width: 26px; height: 26px; position: relative; justify-self: end; }
.law-x::before, .law-x::after { content: ''; position: absolute; left: 0; right: 0; top: 50%; height: 3px; margin-top: -1.5px; background: currentColor; transition: transform 0.35s var(--ease); }
.law-x::after { transform: rotate(90deg); }
.law-row[aria-expanded='true'] .law-x::after { transform: rotate(0deg); }
.law-body { display: grid; grid-template-rows: 0fr; transition: grid-template-rows 0.45s var(--ease); }
.law-body > p { overflow: hidden; color: var(--ink-2); font-size: 16px; padding-inline: 86px 48px; max-width: 760px; }
.law-row[aria-expanded='true'] + .law-body { grid-template-rows: 1fr; }
.law-row[aria-expanded='true'] + .law-body > p { padding-block: 18px 26px; }
.spec { position: sticky; top: 90px; background: var(--bg-1); border: 1px solid var(--line); padding: 0 clamp(20px, 2.6vw, 32px) clamp(20px, 2.6vw, 32px); overflow: hidden; }
.spec-hazard { height: 14px; margin-inline: calc(-1 * clamp(20px, 2.6vw, 32px)); background: var(--hazard); }
.spec-head { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-top: 22px; }
.spec-head h3 { font: 900 32px/1 var(--f-disp); text-transform: uppercase; }
.spec-big { display: flex; justify-content: space-between; align-items: flex-end; gap: 12px; padding: 18px 0; border-bottom: 1px solid var(--line-2); }
.spec-big span { font-size: 11px; text-transform: uppercase; letter-spacing: 0.1em; color: var(--ink-3); max-width: 120px; }
.spec-big strong { font: 900 110px/0.8 var(--f-disp); color: var(--volt); }
.spec-big small { font-size: 26px; margin-left: 4px; }
.spec-list > div { display: flex; justify-content: space-between; gap: 16px; padding: 11px 0; border-bottom: 1px solid var(--line); font-size: 14px; }
.spec-list dt { color: var(--ink-3); }
.spec-list dd { text-align: right; overflow-wrap: anywhere; }
.soon-v { color: var(--volt); }
.soon-v a { color: var(--ink); }
.src-btn { width: 100%; margin-top: 20px; }
.log-list { border: 1px solid var(--line); background: var(--bg-1); }
.log-empty { display: flex; align-items: center; gap: clamp(18px, 3vw, 40px); padding: clamp(22px, 3vw, 40px); }
.log-ghost { font: 900 clamp(80px, 11vw, 170px)/0.8 var(--f-disp); color: transparent; -webkit-text-stroke: 2px var(--line-2); }
.log-empty strong { display: block; font: 900 clamp(26px, 2.6vw, 38px)/1 var(--f-disp); text-transform: uppercase; }
.log-empty span { display: block; color: var(--ink-2); font-size: 15px; margin-top: 10px; max-width: 520px; }
.log-row { display: grid; grid-template-columns: 120px minmax(0, 1fr) auto; align-items: center; gap: 18px; padding: 18px 22px; }
.log-row + .log-row { border-top: 1px solid var(--line); }
.log-row:hover { background: var(--bg-2); }
.log-id { font: 900 34px/1 var(--f-disp); color: var(--volt); }
.log-main strong { display: block; font-weight: 600; }
.log-main span { color: var(--ink-3); font-size: 13px; }
.log-row a { color: var(--volt); font: 700 13px var(--f-mono); text-transform: uppercase; white-space: nowrap; }
.launch { position: relative; overflow: hidden; isolation: isolate; padding-bottom: clamp(90px, 12vw, 170px); background: #000; }
.tape-launch { transform: rotate(-2deg) scale(1.05); margin-block: 36px clamp(60px, 8vw, 110px); box-shadow: 0 10px 40px rgba(255, 229, 0, 0.15); }
.tape-launch .tape-track { animation-duration: 22s; animation-direction: reverse; }
.tape-launch .tape-track span { font-size: clamp(18px, 2vw, 28px); padding: 14px 24px; }
.launch-bg { position: absolute; inset: 0; z-index: -1; }
.launch-bg video { width: 100%; height: 100%; object-fit: cover; opacity: 0.55; }
.launch-bg::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, #000 20%, rgba(0, 0, 0, 0.35)), linear-gradient(0deg, #000, transparent 30%, transparent 75%, #000); }
.launch-in { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr); gap: clamp(28px, 5vw, 80px); align-items: end; }
.launch-copy .sec-lede { margin-top: 26px; }
.launch-copy .hero-cta { margin-top: 32px; }
.netcard { padding: clamp(18px, 2.6vw, 30px); background: rgba(12, 12, 12, 0.88); backdrop-filter: blur(8px); border-top: 4px solid var(--volt); }
.netcard h3 { font-size: 12px; text-transform: uppercase; letter-spacing: 0.14em; color: var(--volt); }
.netcard dl { margin-top: 10px; }
.netcard dl > div { display: flex; justify-content: space-between; align-items: center; gap: 14px; padding: 11px 0; border-bottom: 1px solid var(--line); font-size: 14px; }
.netcard dt { color: var(--ink-3); flex: none; }
.netcard dd { display: flex; align-items: center; justify-content: flex-end; gap: 8px; min-width: 0; flex: 1 1 auto; }
.trunc { display: block; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.cp { width: 28px; height: 28px; display: grid; place-items: center; color: var(--ink-3); border: 1px solid var(--line-2); flex: none; transition: color 0.2s, border-color 0.2s, background 0.2s; }
.cp:hover { color: #000; background: var(--volt); border-color: var(--volt); }
.faq-grid { display: grid; grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr); gap: clamp(28px, 5vw, 80px); align-items: start; }
.faq-list { border-top: 1px solid var(--line-2); }
.faq details { border-bottom: 1px solid var(--line-2); }
.faq summary { list-style: none; cursor: pointer; padding: 24px 56px 24px 0; position: relative; font: 700 clamp(17px, 1.4vw, 20px)/1.3 var(--f-sans); transition: color 0.2s; }
.faq summary:hover { color: var(--volt); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: ''; position: absolute; right: 4px; top: 50%; width: 18px; height: 18px; margin-top: -9px; background: linear-gradient(currentColor, currentColor) center / 100% 2.5px no-repeat, linear-gradient(currentColor, currentColor) center / 2.5px 100% no-repeat; transition: transform 0.3s var(--ease); color: var(--volt); }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p { padding: 0 56px 24px 0; color: var(--ink-2); }
.ftr { border-top: 1px solid var(--line); background: var(--bg); overflow: hidden; }
.ftr-word { padding-top: 40px; line-height: 0.74; }
.ftr-word span { display: block; font: 900 26.5vw/0.74 var(--f-disp); letter-spacing: -0.02em; text-align: center; color: transparent; -webkit-text-stroke: 1.5px rgba(244, 241, 234, 0.18); background: linear-gradient(90deg, transparent 0%, var(--volt) 50%, transparent 100%) -100% 0 / 60% 100% no-repeat; -webkit-background-clip: text; background-clip: text; animation: sweep 6s var(--ease) infinite; }
@keyframes sweep { 0% { background-position: -80% 0; } 60%, 100% { background-position: 180% 0; } }
.ftr-in { display: grid; grid-template-columns: 1fr auto; gap: 24px; padding-block: 40px; }
.ftr-tag { font: 900 28px/1 var(--f-disp); text-transform: uppercase; }
.ftr-links { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 24px; font: 600 13px/1 var(--f-sans); text-transform: uppercase; letter-spacing: 0.06em; color: var(--ink-2); }
.ftr-links a { display: inline-flex; align-items: center; gap: 6px; }
.ftr-links a:hover { color: var(--volt); }
.ftr-meta { grid-column: 1 / -1; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px 24px; padding-top: 22px; border-top: 1px solid var(--line); font-size: 12px; color: var(--ink-3); }
.ftr-meta span { color: var(--volt); }
.ftr-meta a { color: var(--ink-2); }
.modal { width: min(920px, calc(100vw - 32px)); max-height: min(80vh, 860px); padding: 0; border: 1px solid var(--volt); background: var(--bg-1); color: var(--ink); overflow: hidden; }
.modal[open] { display: flex; flex-direction: column; }
.modal::backdrop { background: rgba(0, 0, 0, 0.8); }
.modal-head { display: flex; justify-content: space-between; align-items: center; padding: 12px 16px; background: var(--volt); color: #000; }
.modal-head h3 { font-size: 13px; }
.x { width: 32px; height: 32px; font-size: 22px; font-weight: 700; }
.code { margin: 0; padding: 18px; overflow: auto; font: 400 12.5px/1.65 var(--f-mono); color: #d8d4cb; tab-size: 4; }
.code .k { color: var(--volt); } .code .c { color: #6b6861; } .code .s { color: var(--burn-2); } .code .n { color: var(--plasma-hi); }
.wpanel { position: fixed; top: 118px; right: var(--gut); z-index: 70; width: min(360px, calc(100vw - 32px)); padding: 18px; background: #0b0b0b; border: 1px solid var(--line-2); border-top: 4px solid var(--volt); box-shadow: 0 30px 80px rgba(0, 0, 0, 0.85); }
.wp-head { display: flex; justify-content: space-between; align-items: center; gap: 10px; }
.wp-head strong { font: 900 24px/1 var(--f-disp); text-transform: uppercase; }
.wp-addr { font: 700 15px var(--f-mono); display: flex; align-items: center; gap: 8px; }
.wp-name { color: var(--ink-3); font-size: 12px; margin-top: 3px; }
.wp-rows { margin-top: 14px; }
.wp-rows > div { display: flex; justify-content: space-between; gap: 12px; padding: 11px 0; border-bottom: 1px solid var(--line); font-size: 14px; }
.wp-rows dt { color: var(--ink-3); }
.wp-act { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 14px; }
.wp-act .btn { min-height: 40px; font-size: 12px; padding: 0 12px; }
.wp-act .full { grid-column: 1 / -1; }
.picker-list { display: grid; gap: 8px; margin-top: 14px; }
.picker-row { display: flex; align-items: center; gap: 12px; width: 100%; padding: 12px 14px; border: 1px solid var(--line-2); text-align: left; font-weight: 600; transition: border-color 0.2s, background 0.2s; }
.picker-row:hover { border-color: var(--volt); background: var(--bg-2); }
.picker-row img, .picker-row .blank { width: 28px; height: 28px; background: var(--bg-3); flex: none; }
.picker-row em { margin-left: auto; font: 700 10.5px var(--f-mono); color: var(--volt); font-style: normal; text-transform: uppercase; }
.picker-note { font-size: 13px; color: var(--ink-2); margin-top: 12px; }
.picker-fine { font-size: 12px; color: var(--ink-3); margin-top: 12px; }
.toasts { position: fixed; left: 50%; bottom: 20px; transform: translateX(-50%); z-index: 90; display: grid; gap: 8px; width: min(440px, calc(100vw - 32px)); pointer-events: none; }
.toast { padding: 13px 16px; background: #0b0b0b; border: 1px solid var(--line-2); border-left: 4px solid var(--volt); font-size: 14px; box-shadow: 0 20px 50px rgba(0, 0, 0, 0.8); animation: tin 0.35s var(--ease); pointer-events: auto; }
.toast.ok { border-left-color: var(--ok); }
.toast.warn { border-left-color: var(--burn); }
.toast.out { opacity: 0; transform: translateY(8px); transition: 0.3s; }
@keyframes tin { from { opacity: 0; transform: translateY(10px); } }
.nc { text-transform: none; }
.spark { position: fixed; z-index: 95; width: 3px; height: 14px; background: var(--volt); pointer-events: none; box-shadow: 0 0 8px var(--volt); }
.js:not(.no-motion) [data-reveal], .js:not(.no-motion) [data-hero], .js:not(.no-motion) [data-hero-line] { opacity: 0; }
@media (prefers-reduced-motion: reduce) {
.js [data-reveal], .js [data-hero], .js [data-hero-line] { opacity: 1 !important; transform: none !important; }
.tape-track, .ftr-word span { animation: none !important; }
}
.no-motion .cycle-pin { overflow-x: auto; }
@media (prefers-reduced-motion: reduce) { .cycle-pin { overflow-x: auto; } }
.cap-grid > *, .calc-grid > *, .laws-grid > *, .launch-in > *, .stats > *, .faq-grid > *, .hero-foot > *, .sec-head-row > * { min-width: 0; }
@media (max-width: 1180px) {
.nav { display: none; }
.hdr-act { margin-left: auto; }
.burger { display: block; }
.hero-foot { grid-template-columns: minmax(0, 1fr) auto; }
.hero-meter { grid-column: 1 / -1; justify-self: start; }
.readout { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.ro:nth-child(3) { border-right: 0; }
.ro:nth-child(n + 4) { border-top: 1px solid var(--line); }
.laws-grid { grid-template-columns: 1fr; }
.spec { position: static; }
}
@media (max-width: 900px) {
.cycle-track { flex-direction: column; width: 100%; padding: 0 var(--gut); }
.panel, .panel-intro { width: 100%; min-height: 0; padding: 48px 0; border-right: 0; border-bottom: 1px solid var(--line); }
.panel-intro .player { margin-top: 32px; }
.scroll-hint, .cycle-progress { display: none; }
.play { width: 40px; height: 40px; left: 10px; bottom: 12px; }
.step h3 { margin-top: 18px; }
.step-n { font-size: 110px; }
.step.on { background: transparent; }
.cap-grid, .calc-grid, .launch-in, .faq-grid, .sec-head-row { grid-template-columns: 1fr; }
.stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.hero { min-height: calc(92svh - 104px); }
}
@media (max-width: 640px) {
.btn-x span { display: none; }
.btn-x { width: 40px; padding: 0; }
.brand span { font-size: 22px; }
.hdr-in { gap: 10px; }
.hero-foot { grid-template-columns: 1fr; }
.hero-cta .btn { flex: 1 1 auto; }
.hl > span { white-space: normal; }
.hl-1 { font-size: 21cqi; }
.hl-2 { font-size: 15.5cqi; -webkit-text-stroke-width: 1.2px; }
.readout { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.ro:nth-child(3) { border-right: 1px solid var(--line); }
.ro:nth-child(2n) { border-right: 0; }
.ro:nth-child(n + 3) { border-top: 1px solid var(--line); }
.ro-contract { grid-column: 1 / -1; }
.calc-out { grid-template-columns: 1fr; }
.law-row { grid-template-columns: 40px minmax(0, 1fr) 26px; padding: 20px 4px; }
.law-body > p { padding-inline: 58px 8px; }
.log-row { grid-template-columns: 1fr; gap: 6px; }
.log-empty { flex-direction: column; align-items: flex-start; }
.hint { display: none; }
.chart-foot { justify-content: space-between; }
.ftr-in { grid-template-columns: 1fr; }
.seg button { padding: 10px; }
.faq summary { padding-right: 40px; }
.faq details p { padding-right: 0; }
}
@media (max-width: 400px) {
.stats { grid-template-columns: 1fr; }
.hdr-act { gap: 6px; }
.brand span { font-size: 19px; }
.btn-wallet { padding: 0 12px; }
.btn-wallet.connected #wallet-label { max-width: 76px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
}
