/* Infinite Hype Rewards — liquid glass over a slow aurora. One bold thing: the pot. Everything else is quiet glass. */
:root {
  --ink: #031210;
  --ink-2: #06201C;
  --mint: #97FCE4;
  --teal: #2FD5BE;
  --deep-teal: #0B6B5E;
  --glacier: #F4FFFD;
  --text: #F4FFFD;
  --text-2: rgba(244, 255, 253, .74);
  --text-3: rgba(244, 255, 253, .52);
  --hair: rgba(244, 255, 253, .10);
  /* data marks (validated: dark band, CVD-separated) */
  --d-holders: #14A891;
  --d-burn: #7B68E8;
  --d-ops: #C27B30;
  --font: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Inter", system-ui, sans-serif;
  --display: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Inter Tight", "Inter", system-ui, sans-serif;
  --r-xl: 34px;
  --r-lg: 26px;
  --r-md: 18px;
  --r-sm: 12px;
  --pad: clamp(18px, 3.2vw, 30px);
  --max: 1140px;
  --ease: cubic-bezier(.2, .8, .2, 1);
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0; min-height: 100vh; color: var(--text); font-family: var(--font); font-size: 16px; line-height: 1.5;
  background: radial-gradient(1200px 800px at 80% -10%, #0A3A33 0%, transparent 60%), radial-gradient(900px 700px at -10% 30%, #0A2B3A 0%, transparent 55%), var(--ink);
  -webkit-font-smoothing: antialiased; overflow-x: hidden;
}
h1, h2, h3, p { margin: 0; }
a { color: inherit; }
button { font: inherit; color: inherit; }
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
:focus-visible { outline: 2px solid var(--mint); outline-offset: 3px; border-radius: 10px; }
.ico { width: 16px; height: 16px; flex: none; }

/* ---------- aurora: colour behind the glass, so the blur has something to bend ---------- */
.aurora { position: fixed; inset: -20vmax; z-index: -1; pointer-events: none; filter: blur(70px) saturate(130%); }
.aurora i { position: absolute; border-radius: 50%; opacity: .55; animation: drift 46s var(--ease) infinite alternate; }
.aurora i:nth-child(1) { width: 46vmax; height: 46vmax; left: 52%; top: 8%; background: radial-gradient(circle, #2FD5BE 0%, transparent 65%); }
.aurora i:nth-child(2) { width: 38vmax; height: 38vmax; left: 8%; top: 38%; background: radial-gradient(circle, #0B6B5E 0%, transparent 65%); animation-duration: 58s; animation-delay: -12s; }
.aurora i:nth-child(3) { width: 30vmax; height: 30vmax; left: 62%; top: 58%; background: radial-gradient(circle, #9D8CFF 0%, transparent 65%); opacity: .32; animation-duration: 64s; animation-delay: -30s; }
.aurora i:nth-child(4) { width: 26vmax; height: 26vmax; left: 28%; top: 4%; background: radial-gradient(circle, #97FCE4 0%, transparent 65%); opacity: .22; animation-duration: 52s; animation-delay: -20s; }
@keyframes drift { from { transform: translate3d(0, 0, 0) scale(1); } to { transform: translate3d(-6vmax, 5vmax, 0) scale(1.12); } }

/* ---------- glass ---------- */
.glass {
  position: relative; isolation: isolate;
  background: linear-gradient(160deg, rgba(255, 255, 255, .105) 0%, rgba(255, 255, 255, .045) 42%, rgba(255, 255, 255, .03) 100%);
  -webkit-backdrop-filter: blur(30px) saturate(175%); backdrop-filter: blur(30px) saturate(175%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .22), inset 0 -1px 0 rgba(255, 255, 255, .04), 0 24px 60px -28px rgba(0, 0, 0, .75);
}
/* rim light: a gradient border, bright where the light hits (top-left), gone at the far edge */
.glass::before {
  content: ""; position: absolute; inset: 0; border-radius: inherit; padding: 1px; pointer-events: none; z-index: -1;
  background: linear-gradient(145deg, rgba(255, 255, 255, .42), rgba(255, 255, 255, .08) 38%, rgba(151, 252, 228, .05) 70%, rgba(255, 255, 255, .18));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask-composite: exclude;
}

/* ---------- nav ---------- */
.nav {
  position: sticky; top: max(12px, env(safe-area-inset-top)); z-index: 20; margin: 12px auto 0; width: min(var(--max), calc(100% - 24px));
  display: flex; align-items: center; gap: 10px; padding: 8px 8px 8px 16px; border-radius: 999px;
}
.brand { display: flex; align-items: center; gap: 8px; text-decoration: none; font-weight: 750; letter-spacing: -.02em; font-size: 17px; }
.brand-loop { width: 44px; height: auto; display: block; }
.ca {
  margin-left: auto; display: flex; align-items: center; gap: 8px; max-width: 46vw; padding: 9px 14px; border-radius: 999px; cursor: pointer;
  border: 1px solid var(--hair); background: rgba(3, 18, 16, .35); color: var(--text-2); font-size: 13.5px; font-variant-numeric: tabular-nums;
}
.ca:disabled { cursor: default; }
.ca:not(:disabled):hover { color: var(--text); border-color: rgba(151, 252, 228, .35); }
.ca-text { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.buy {
  flex: none; padding: 10px 18px; border-radius: 999px; text-decoration: none; font-weight: 650; font-size: 15px; letter-spacing: -.01em; color: #042520;
  background: linear-gradient(180deg, #C9FFF3, #97FCE4 55%, #6FE8CF); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .8), 0 6px 22px -6px rgba(151, 252, 228, .55);
  transition: transform .2s var(--ease), box-shadow .2s var(--ease);
}
.buy:hover { transform: translateY(-1px); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .8), 0 10px 28px -6px rgba(151, 252, 228, .7); }
.buy[aria-disabled="true"] { background: rgba(244, 255, 253, .1); color: var(--text-3); box-shadow: none; pointer-events: none; }

main { width: min(var(--max), calc(100% - 32px)); margin: 0 auto; }

/* ---------- hero ---------- */
.hero { display: grid; grid-template-columns: 1.14fr .86fr; align-items: center; gap: clamp(24px, 5vw, 64px); padding: clamp(40px, 8vw, 92px) 0 clamp(28px, 5vw, 56px); }
h1, h2, h3, .brand, .paid-value, .pot-amount, .tile-value, .w-cell dd { font-family: var(--display); }
h1 { font-size: clamp(2.5rem, 5.6vw, 4.5rem); line-height: 1; letter-spacing: -.034em; font-weight: 760; text-wrap: balance; }
.lede { margin-top: 22px; max-width: 34em; font-size: clamp(1.02rem, 1.5vw, 1.14rem); color: var(--text-2); line-height: 1.55; }
.paid { margin-top: 34px; }
.paid-label { font-size: 14px; color: var(--text-3); font-weight: 550; }
.paid-value { display: flex; align-items: baseline; gap: 10px; margin-top: 4px; font-size: clamp(2.6rem, 5vw, 3.6rem); font-weight: 720; letter-spacing: -.04em; line-height: 1.05; }
.paid-value .unit { font-size: .38em; letter-spacing: -.01em; color: var(--text-2); font-weight: 600; }
.paid-sub { margin-top: 6px; color: var(--text-2); font-size: 15px; display: flex; align-items: center; gap: 10px; }
.sep { width: 4px; height: 4px; border-radius: 50%; background: var(--text-3); }
.status { margin-top: 26px; display: inline-flex; align-items: center; gap: 9px; padding: 8px 14px 8px 12px; border-radius: 999px; font-size: 13.5px; color: var(--text-2); background: rgba(3, 18, 16, .4); border: 1px solid var(--hair); }
.status .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--text-3); }
.status.live .dot { background: var(--mint); box-shadow: 0 0 0 4px rgba(151, 252, 228, .16); }
.status.down .dot { background: #E8A55A; }

/* ---------- the pot ---------- */
.pot-wrap { display: grid; justify-items: center; gap: 14px; }
.pot { position: relative; margin: 0; width: min(380px, 84vw); aspect-ratio: 1; }
.pot-svg { width: 100%; height: 100%; overflow: visible; filter: drop-shadow(0 30px 60px rgba(0, 0, 0, .55)) drop-shadow(0 0 40px rgba(47, 213, 190, .18)); }
.ring-track { fill: none; stroke: rgba(244, 255, 253, .08); stroke-width: 5; }
.ring-fill { fill: none; stroke: url(#g-ring); stroke-width: 5; stroke-linecap: round; stroke-dasharray: 0 1000; transform: rotate(-90deg); transform-origin: 170px 170px; filter: drop-shadow(0 0 6px rgba(151, 252, 228, .6)); }
.orb-rim { fill: none; stroke: rgba(255, 255, 255, .28); stroke-width: 1.2; }
.liquid { transform: translateY(calc((1 - var(--level)) * 272px + 34px)); transition: transform 1.6s var(--ease); }
.wave { fill: url(#g-liquid); animation: wave 7s linear infinite; }
.wave-back { opacity: .45; animation-duration: 11s; animation-direction: reverse; }
@keyframes wave { from { transform: translateX(0); } to { transform: translateX(170px); } }
.pot.drain .liquid { transition-duration: 1.1s; }
.pot-text { position: absolute; inset: 0; display: grid; place-content: center; justify-items: center; text-align: center; gap: 2px; pointer-events: none; text-shadow: 0 2px 18px rgba(3, 18, 16, .65); }
.pot-label { font-size: 14px; color: var(--text-2); font-weight: 550; }
.pot-amount { display: flex; align-items: baseline; gap: 7px; font-size: clamp(2.4rem, 7vw, 3.3rem); font-weight: 750; letter-spacing: -.045em; line-height: 1.05; font-variant-numeric: tabular-nums; }
.pot-amount small { font-size: .36em; font-weight: 650; color: var(--text-2); letter-spacing: 0; }
.pot-usd { font-size: 15px; color: var(--text-2); }
.pot-next { margin-top: 12px; padding: 7px 14px; border-radius: 999px; font-size: 14px; font-weight: 600; font-variant-numeric: tabular-nums; background: rgba(3, 18, 16, .45); border: 1px solid rgba(255, 255, 255, .14); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); }
.pot-foot { max-width: 30em; text-align: center; font-size: 14px; color: var(--text-3); }
.pot-foot b { color: var(--text-2); font-weight: 600; }
.drop-fly { position: fixed; z-index: 50; width: 18px; height: 18px; color: var(--mint); pointer-events: none; filter: drop-shadow(0 0 10px rgba(151, 252, 228, .8)); }

/* ---------- tiles ---------- */
.tiles { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.tile { border-radius: var(--r-lg); padding: 20px 22px 22px; }
.tile-label { font-size: 14px; font-weight: 550; color: var(--text-3); letter-spacing: 0; }
.tile-value { margin-top: 8px; font-size: clamp(1.6rem, 2.6vw, 2.1rem); font-weight: 700; letter-spacing: -.035em; line-height: 1.1; font-variant-numeric: tabular-nums; }
.tile-sub { margin-top: 4px; font-size: 14px; color: var(--text-2); }

/* ---------- panels ---------- */
.panel { border-radius: var(--r-xl); padding: var(--pad); margin-top: 16px; }
.panel-head { margin-bottom: 18px; }
.panel-head.row { display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.panel h2, .how h2 { font-size: clamp(1.25rem, 2vw, 1.5rem); font-weight: 700; letter-spacing: -.03em; }
.panel-note { margin-top: 4px; font-size: 14.5px; color: var(--text-3); }
.duo { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr); gap: 16px; margin-top: 16px; }
.duo .panel { margin-top: 0; }
.stack { display: grid; grid-template-columns: minmax(0, 1fr); gap: 16px; align-content: start; min-width: 0; }
.stack > .panel { min-width: 0; }
.feed-panel { display: flex; flex-direction: column; min-width: 0; }

/* ---------- split ---------- */
.split-bar { display: flex; gap: 2px; height: 46px; border-radius: 14px; overflow: hidden; }
.seg { display: flex; align-items: center; padding: 0 14px; min-width: 0; color: #fff; font-size: 14px; }
.seg b { font-weight: 700; }
.seg-holders { background: var(--d-holders); }
.seg-burn { background: var(--d-burn); }
.seg-ops { background: var(--d-ops); color: #1A0E02; }
.split-legend { list-style: none; padding: 0; margin: 18px 0 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.split-legend li { display: flex; gap: 11px; align-items: flex-start; }
.split-legend strong { display: block; font-size: 15px; font-weight: 650; }
.split-legend span { font-size: 14px; color: var(--text-2); font-variant-numeric: tabular-nums; }
.key { flex: none; width: 12px; height: 12px; margin-top: 5px; border-radius: 4px; }
.key-holders { background: var(--d-holders); } .key-burn { background: var(--d-burn); } .key-ops { background: var(--d-ops); }

/* ---------- feed (iOS notification stack) ---------- */
.feed { list-style: none; margin: 0; padding: 0 2px 0 0; display: grid; align-content: start; gap: 8px; flex: 1 1 auto; height: 0; min-height: 380px; overflow: auto; overscroll-behavior: contain; scrollbar-width: thin; scrollbar-color: rgba(244, 255, 253, .2) transparent; }
.feed li { display: grid; grid-template-columns: 34px 1fr auto; gap: 12px; align-items: center; padding: 11px 13px; border-radius: var(--r-md); background: rgba(3, 18, 16, .34); border: 1px solid rgba(255, 255, 255, .06); }
.feed li.new { animation: land .7s var(--ease); }
@keyframes land { from { opacity: 0; transform: translateY(-8px) scale(.98); } to { opacity: 1; transform: none; } }
.feed .empty, .empty { display: block; color: var(--text-3); font-size: 14.5px; background: none; border: 0; padding: 6px 0; }
.f-ico { width: 34px; height: 34px; border-radius: 11px; display: grid; place-items: center; }
.f-ico svg { width: 18px; height: 18px; }
.k-payout .f-ico { background: rgba(20, 168, 145, .22); color: #5EE6CB; }
.k-claim .f-ico { background: rgba(244, 255, 253, .08); color: var(--text-2); }
.k-buyback .f-ico, .k-burn .f-ico { background: rgba(123, 104, 232, .22); color: #B3A6FF; }
.k-ops .f-ico { background: rgba(194, 123, 48, .22); color: #F0B472; }
.f-text { font-size: 14.5px; line-height: 1.4; }
.f-meta { font-size: 13px; color: var(--text-3); margin-top: 1px; }
.f-link { display: inline-flex; align-items: center; gap: 4px; font-size: 13px; color: var(--text-2); text-decoration: none; padding: 6px 8px; border-radius: 9px; }
.f-link:hover { color: var(--text); background: rgba(255, 255, 255, .06); }
.f-link .ico { width: 13px; height: 13px; }

/* ---------- wallet ---------- */
.wallet-form { display: flex; gap: 8px; padding: 5px; border-radius: 16px; background: rgba(3, 18, 16, .45); border: 1px solid var(--hair); }
.wallet-form:focus-within { border-color: rgba(151, 252, 228, .45); }
.wallet-form input { flex: 1; min-width: 0; padding: 11px 10px; border: 0; outline: 0; background: none; color: var(--text); font: inherit; font-size: 15px; }
.wallet-form input::placeholder { color: var(--text-3); }
.wallet-form button { padding: 0 18px; border: 0; border-radius: 12px; cursor: pointer; font-weight: 650; color: #042520; background: var(--mint); }
.wallet-out { margin-top: 16px; }
.w-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.w-cell { padding: 14px 15px; border-radius: var(--r-md); background: rgba(3, 18, 16, .34); border: 1px solid rgba(255, 255, 255, .06); }
.w-cell dt { font-size: 13px; color: var(--text-3); }
.w-cell dd { margin: 4px 0 0; font-size: 1.3rem; font-weight: 700; letter-spacing: -.03em; font-variant-numeric: tabular-nums; }
.w-cell dd small { font-size: .62em; color: var(--text-2); font-weight: 600; letter-spacing: 0; margin-left: 3px; }
.w-note { margin-top: 12px; font-size: 14px; color: var(--text-2); }
.w-recent { list-style: none; padding: 0; margin: 12px 0 0; display: grid; gap: 2px; font-size: 14px; font-variant-numeric: tabular-nums; }
.w-recent li { display: flex; justify-content: space-between; padding: 7px 2px; border-bottom: 1px solid var(--hair); color: var(--text-2); }
.w-recent a { text-decoration: none; color: var(--text); }

/* ---------- chart ---------- */
.segmented { display: inline-flex; padding: 3px; border-radius: 12px; background: rgba(3, 18, 16, .5); border: 1px solid var(--hair); }
.segmented button { border: 0; background: none; padding: 6px 13px; border-radius: 9px; font-size: 13.5px; font-weight: 600; color: var(--text-2); cursor: pointer; }
.segmented button[aria-selected="true"] { background: rgba(244, 255, 253, .14); color: var(--text); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2); }
.chart { position: relative; height: 280px; }
.chart svg { width: 100%; height: 100%; display: block; overflow: visible; }
.chart-empty { display: grid; place-items: center; height: 100%; color: var(--text-3); font-size: 14.5px; }
.chart .grid line { stroke: rgba(244, 255, 253, .08); stroke-width: 1; }
.chart .axis text { fill: var(--text-3); font-size: 12px; font-family: var(--font); font-variant-numeric: tabular-nums; }
.chart .line { fill: none; stroke: var(--d-holders); stroke-width: 2; stroke-linejoin: round; stroke-linecap: round; }
.chart .area { fill: var(--d-holders); opacity: .12; }
.chart .end { fill: var(--d-holders); stroke: #0A221E; stroke-width: 2; }
.chart .end-label { fill: var(--text); font-size: 12.5px; font-weight: 650; font-family: var(--font); }
.chart .cross { stroke: rgba(244, 255, 253, .35); stroke-width: 1; }
.chart .hover-dot { fill: var(--d-holders); stroke: #0A221E; stroke-width: 2; }
.tip { position: absolute; pointer-events: none; transform: translate(-50%, calc(-100% - 14px)); padding: 8px 11px; border-radius: 12px; font-size: 13px; white-space: nowrap; background: rgba(6, 32, 28, .92); border: 1px solid rgba(255, 255, 255, .14); box-shadow: 0 10px 30px -10px rgba(0, 0, 0, .6); }
.tip b { display: block; font-size: 14.5px; font-variant-numeric: tabular-nums; }
.tip span { color: var(--text-3); }
.chart-table { margin-top: 14px; font-size: 14px; color: var(--text-2); }
.chart-table summary { cursor: pointer; color: var(--text-3); width: max-content; }
.chart-table table { margin-top: 10px; }

/* ---------- tables ---------- */
.table-wrap { overflow-x: auto; }
table { width: 100%; border-collapse: collapse; font-size: 14.5px; font-variant-numeric: tabular-nums; }
th { text-align: left; font-weight: 550; color: var(--text-3); font-size: 13px; padding: 0 8px 10px; }
td { padding: 11px 8px; border-top: 1px solid var(--hair); }
.num { text-align: right; }
.leaders a { text-decoration: none; }
.leaders a:hover { text-decoration: underline; text-underline-offset: 3px; }
.rank { color: var(--text-3); width: 2em; }

/* ---------- dev wallet ---------- */
.addr { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 12px 14px; border-radius: 14px; cursor: pointer; background: rgba(3, 18, 16, .45); border: 1px solid var(--hair); font-size: 14px; font-variant-numeric: tabular-nums; color: var(--text-2); text-align: left; }
.addr span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.addr:hover { color: var(--text); }
.kv { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 16px; margin: 18px 0 0; }
.kv dt { font-size: 13px; color: var(--text-3); }
.kv dd { margin: 2px 0 0; font-size: 15.5px; font-weight: 600; font-variant-numeric: tabular-nums; overflow: hidden; text-overflow: ellipsis; }
.curve { margin-top: 22px; }
.curve-head { display: flex; justify-content: space-between; font-size: 14px; color: var(--text-2); font-variant-numeric: tabular-nums; }
.meter { margin-top: 8px; height: 10px; border-radius: 6px; background: rgba(20, 168, 145, .18); overflow: hidden; }
.meter span { display: block; height: 100%; width: 0; border-radius: 6px; background: var(--d-holders); transition: width 1s var(--ease); }
.curve-note { margin-top: 8px; font-size: 13.5px; color: var(--text-3); }
.dev-links { margin-top: 16px; }
.dev-links a { display: inline-flex; align-items: center; gap: 5px; font-size: 14px; color: var(--text-2); text-decoration: none; }
.dev-links a:hover { color: var(--text); }

/* ---------- how ---------- */
.how { margin-top: clamp(40px, 7vw, 72px); }
.steps { list-style: none; counter-reset: step; padding: 0; margin: 18px 0 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.steps li { counter-increment: step; border-radius: var(--r-lg); padding: 20px; }
.steps li::after { content: counter(step); position: absolute; top: 16px; right: 18px; font-size: 13px; font-weight: 700; color: var(--text-3); font-variant-numeric: tabular-nums; }
.steps h3 { font-size: 16.5px; font-weight: 700; letter-spacing: -.02em; padding-right: 20px; }
.steps p { margin-top: 8px; font-size: 14.5px; color: var(--text-2); line-height: 1.5; }
.fine { margin-top: 18px; max-width: 78ch; font-size: 13.5px; color: var(--text-3); line-height: 1.6; }

/* ---------- footer, toast ---------- */
.foot { width: min(var(--max), calc(100% - 32px)); margin: clamp(48px, 8vw, 88px) auto 0; padding: 26px 0 calc(34px + env(safe-area-inset-bottom)); border-top: 1px solid var(--hair); display: flex; align-items: center; gap: 18px; flex-wrap: wrap; color: var(--text-3); font-size: 14px; }
.foot nav { display: flex; gap: 18px; }
.foot a { text-decoration: none; color: var(--text-2); }
.foot a:hover { color: var(--text); }
.foot p { margin-left: auto; }
.toast { position: fixed; left: 50%; bottom: calc(22px + env(safe-area-inset-bottom)); transform: translate(-50%, 20px); opacity: 0; z-index: 60; padding: 11px 18px; border-radius: 999px; font-size: 14px; font-weight: 600; background: rgba(6, 32, 28, .9); border: 1px solid rgba(255, 255, 255, .16); -webkit-backdrop-filter: blur(20px); backdrop-filter: blur(20px); transition: opacity .25s, transform .35s var(--ease); pointer-events: none; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }

/* ---------- responsive ---------- */
@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; text-align: left; }
  .pot-wrap { order: -1; }
  .tiles { grid-template-columns: repeat(2, 1fr); }
  .duo { grid-template-columns: minmax(0, 1fr); }
  .feed { min-height: 0; height: auto; max-height: 520px; }
  .steps { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .nav { padding-left: 12px; gap: 6px; }
  .brand span { display: none; }
  .ca { font-size: 12.5px; padding: 8px 11px; max-width: 42vw; }
  .buy { padding: 9px 14px; font-size: 14px; }
  .hero { padding-top: 28px; }
  .tile { padding: 16px; }
  .split-legend { grid-template-columns: 1fr; }
  .seg { padding: 0 10px; font-size: 13px; }
  .steps { grid-template-columns: 1fr; }
  .w-grid, .kv { grid-template-columns: 1fr 1fr; }
  .foot p { margin-left: 0; width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
}
@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  .glass { background: rgba(10, 40, 35, .92); }
}
.seg[hidden], .split-legend li[hidden] { display: none; }
