/* Livefee — chrome void theme */
@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@400;500;700;800;900&family=JetBrains+Mono:wght@500;700&display=swap');

:root {
  --void: #000000;
  --surface: #0E1013;
  --surface-hi: #171A1C;
  --gunmetal: #353B3F;
  --steel: #929A9F;
  --steel-2: #A4ABAF;
  --text-soft: #B8BFC3;
  --chrome: #D9DEE1;
  --white: #FFFFFF;
  --line: rgba(255,255,255,.10);
  --line-strong: rgba(255,255,255,.18);
  --accent: #53FC18;        /* Kick green */
  --accent-2: #9146FF;      /* Twitch-side tint, used sparingly */
  --live: #FF3B30;
  --ok: #3DDC84;
  --radius: 22px;
  --mono: 'JetBrains Mono', ui-monospace, monospace;
  --sans: 'Archivo', Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--void); color: var(--white); font-family: var(--sans); font-size: 16px; line-height: 1.5; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; cursor: pointer; }
img, svg { display: block; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; border-radius: 6px; }
.mono { font-family: var(--mono); }
.muted { color: var(--steel); }
.soft { color: var(--text-soft); }
.accent { color: var(--accent); }
.wrap { width: 100%; max-width: 1360px; margin: 0 auto; padding: 0 32px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }

/* glass + chrome */
.glass { background: rgba(255,255,255,.05); border: 1px solid var(--line-strong); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); }
.chrome-text { background: linear-gradient(180deg, #FFFFFF 0%, #D9DEE1 45%, #7E878C 100%); -webkit-background-clip: text; background-clip: text; color: transparent; }

/* type */
.eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .16em; color: var(--steel); text-transform: uppercase; }
.display { margin: 0; font-weight: 900; text-transform: uppercase; letter-spacing: -0.07em; line-height: .84; }
.h1 { font-size: clamp(56px, 7.4vw, 108px); }
.h2 { font-size: clamp(40px, 5vw, 72px); letter-spacing: -0.055em; line-height: .9; }
.h3 { font-size: clamp(30px, 3.2vw, 44px); letter-spacing: -0.05em; line-height: .95; }
.lead { font-size: 19px; line-height: 1.55; color: var(--text-soft); margin: 0; max-width: 620px; }

/* buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; height: 48px; padding: 0 22px; border-radius: 999px; font-weight: 700; font-size: 14px; border: 0; white-space: nowrap; transition: transform .15s, box-shadow .2s, background .2s; }
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--white); color: #000; box-shadow: 0 0 0 1px rgba(255,255,255,.18), 0 10px 28px rgba(0,0,0,.5), 0 0 40px rgba(255,255,255,.12); }
.btn-primary:hover { box-shadow: 0 0 0 1px rgba(255,255,255,.3), 0 10px 28px rgba(0,0,0,.5), 0 0 56px rgba(255,255,255,.22); }
.btn-ghost { background: rgba(255,255,255,.05); color: var(--white); border: 1px solid rgba(255,255,255,.22); backdrop-filter: blur(12px); }
.btn-ghost:hover { background: rgba(255,255,255,.1); }
.btn-accent { background: var(--accent); color: #000; }
.btn-sm { height: 38px; padding: 0 16px; font-size: 13px; }
.btn-block { width: 100%; }
.btn[disabled] { opacity: .45; cursor: not-allowed; transform: none; }
.link-arrow { display: inline-flex; gap: 8px; font-weight: 700; font-size: 14px; border-bottom: 1px solid rgba(255,255,255,.4); padding-bottom: 3px; }
.link-arrow:hover { border-color: var(--accent); color: var(--accent); }

/* header */
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(0,0,0,.72); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); border-bottom: 1px solid rgba(255,255,255,.08); }
.site-header .bar { height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.brand { display: flex; align-items: center; gap: 12px; min-width: 220px; }
.brand-name { display: flex; flex-direction: column; line-height: 1.05; }
.brand-name b { font-weight: 900; font-size: 19px; letter-spacing: -0.03em; text-transform: uppercase; }
.brand-name span { font-size: 10px; letter-spacing: .14em; color: var(--steel); }
.nav-pill { display: flex; gap: 2px; padding: 5px; border-radius: 999px; background: rgba(23,26,28,.7); border: 1px solid rgba(255,255,255,.12); box-shadow: inset 0 1px 0 rgba(255,255,255,.06); }
.nav-pill a { height: 34px; padding: 0 15px; display: flex; align-items: center; border-radius: 999px; color: var(--steel-2); font-size: 13px; transition: color .15s, background .15s; }
.nav-pill a:hover { color: var(--white); }
.nav-pill a.active { background: var(--white); color: #000; box-shadow: 0 0 28px rgba(255,255,255,.16); }
.header-actions { display: flex; gap: 10px; align-items: center; justify-content: flex-end; min-width: 220px; }
.icon-btn { width: 42px; height: 42px; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; background: rgba(255,255,255,.05); border: 1px solid var(--line-strong); }
.icon-btn:hover { background: rgba(255,255,255,.12); }
.menu-btn { display: none; }
.mobile-nav { display: none; }

/* sections */
.section { padding: 100px 0; border-top: 1px solid rgba(255,255,255,.08); }
.section-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 32px; margin-bottom: 40px; flex-wrap: wrap; }
.stack { display: flex; flex-direction: column; gap: 22px; }
.row { display: flex; align-items: center; gap: 12px; }
.grid { display: grid; gap: 16px; }
.g2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.g3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.g4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.page-hero { padding: 72px 0 48px; background-image: radial-gradient(900px 500px at 20% 0%, rgba(255,255,255,.07), transparent 70%); }

/* cards */
.card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; }
a.card, .card.clickable { transition: border-color .2s, transform .2s, background .2s; display: block; }
a.card:hover, .card.clickable:hover { border-color: rgba(255,255,255,.3); transform: translateY(-2px); background: #111418; }
.card.hl { border-color: var(--accent); }
.stat-strip { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid var(--line-strong); border-bottom: 1px solid var(--line-strong); }
.stat-strip > div { padding: 18px 20px; display: flex; flex-direction: column; gap: 4px; border-right: 1px solid var(--line-strong); }
.stat-strip > div:first-child { padding-left: 0; }
.stat-strip > div:last-child { border-right: 0; }
.stat-strip b { font-size: 22px; font-weight: 800; letter-spacing: -0.02em; }
.label { font-size: 10px; font-weight: 700; letter-spacing: .14em; color: var(--steel); text-transform: uppercase; }

/* chips / badges */
.chip { display: inline-flex; align-items: center; gap: 8px; padding: 6px 12px; border-radius: 999px; font-size: 11px; font-weight: 700; letter-spacing: .08em; }
.dot { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 10px var(--accent); display: inline-block; }
.dot.live { background: var(--live); box-shadow: 0 0 10px var(--live); }
.badge-live { padding: 3px 9px; border-radius: 999px; background: var(--live); font-size: 10px; font-weight: 800; letter-spacing: .06em; }
.tag { padding: 4px 10px; border-radius: 999px; font-size: 11px; font-weight: 700; letter-spacing: .04em; background: var(--white); color: #000; }
.tag.dim { background: var(--gunmetal); color: var(--chrome); }
.tag.acc { background: var(--accent); color: #000; }
.tag.ok { background: rgba(61,220,132,.16); color: var(--ok); }
.step-flow { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; font-size: 11px; font-weight: 700; letter-spacing: .08em; }
.step-flow span.s { padding: 9px 12px; border-radius: 6px; }
.up { color: var(--accent); }
.down { color: var(--steel); }
.avatar { border-radius: 50%; overflow: hidden; flex-shrink: 0; }
.avatar.sq { border-radius: 14px; }
.coin-badge { display: inline-flex; align-items: center; justify-content: center; border-radius: 12px; color: #000; font-weight: 900; flex-shrink: 0; }

/* progress */
.bar-track { height: 6px; border-radius: 999px; background: var(--gunmetal); overflow: hidden; }
.bar-fill { height: 100%; background: var(--chrome); border-radius: 999px; transition: width .6s; }
.bar-fill.acc { background: var(--accent); }
.tiers { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; }
.tiers > div { padding: 10px 0; text-align: center; border-radius: 10px; font-family: var(--mono); font-weight: 700; font-size: 13px; background: var(--surface-hi); color: var(--steel); }
.tiers > div.done { text-decoration: line-through; }
.tiers > div.now { background: var(--accent); color: #000; }
.tiers > div.next { border: 1px dashed var(--steel); background: transparent; color: var(--white); }

/* tables */
.table { width: 100%; border-collapse: collapse; }
.table th { text-align: left; font-size: 10px; font-weight: 700; letter-spacing: .14em; color: var(--steel); text-transform: uppercase; padding: 12px 16px; border-bottom: 1px solid var(--line-strong); }
.table td { padding: 14px 16px; border-bottom: 1px solid var(--line); font-size: 14px; vertical-align: middle; }
.table tr.link-row { cursor: pointer; }
.table tr.link-row:hover td { background: rgba(255,255,255,.03); }
.table .r { text-align: right; }
.table-wrap { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: var(--surface); }
.table-wrap .table th:first-child, .table-wrap .table td:first-child { padding-left: 24px; }
.table-wrap .table th:last-child, .table-wrap .table td:last-child { padding-right: 24px; }

/* segmented / filters */
.seg { display: inline-flex; gap: 4px; padding: 5px; border-radius: 999px; background: rgba(255,255,255,.05); border: 1px solid var(--line-strong); }
.seg button { display: inline-flex; align-items: center; gap: 8px; height: 34px; padding: 0 16px; border: 0; border-radius: 999px; background: transparent; color: var(--steel-2); font-size: 12px; font-weight: 600; }
.seg button.on { background: var(--white); color: #000; font-weight: 700; }
.search { display: flex; align-items: center; gap: 10px; height: 46px; padding: 0 16px; border-radius: 999px; background: var(--surface); border: 1px solid var(--line-strong); min-width: 320px; }
.search input { flex: 1; background: transparent; border: 0; outline: 0; color: var(--white); font: inherit; font-size: 14px; }

/* forms */
.field { display: flex; flex-direction: column; gap: 8px; }
.field label, .field .lbl { font-family: var(--mono); font-size: 12px; font-weight: 700; letter-spacing: .06em; color: var(--text-soft); }
.input, textarea.input, select.input { width: 100%; height: 50px; padding: 0 16px; border-radius: 14px; background: #000; border: 1px solid var(--line-strong); color: var(--white); font: inherit; font-size: 15px; outline: 0; transition: border-color .15s; }
textarea.input { height: 96px; padding: 12px 16px; resize: vertical; }
.input:focus { border-color: var(--white); }
.input.bad { border-color: var(--live); }
.hint { font-size: 12px; color: var(--steel); }
.hint.bad { color: var(--live); }
.hint.good { color: var(--ok); }
.drop { height: 96px; border: 1px dashed var(--line-strong); border-radius: 16px; display: flex; align-items: center; justify-content: center; gap: 10px; color: var(--steel-2); cursor: pointer; flex: 1; }
.drop:hover { border-color: var(--white); color: var(--white); }
.code { font-family: var(--mono); font-size: 13px; padding: 8px 10px; border-radius: 8px; background: #000; border: 1px solid var(--line-strong); word-break: break-all; }
.copy-row { display: flex; align-items: center; gap: 10px; padding: 10px 12px; border-radius: 14px; background: #000; border: 1px solid var(--line-strong); }
.copy-row .code { border: 0; padding: 0; flex: 1; background: transparent; }

/* hero */
.hero { position: relative; padding: 56px 0 40px; background-image: radial-gradient(900px 600px at 25% 0%, rgba(255,255,255,.07), transparent 70%); }
.hero-grid { display: grid; grid-template-columns: 520px 1fr; gap: 40px; align-items: center; }
.stage { position: relative; height: 660px; border-radius: 28px; overflow: hidden; border: 1px solid rgba(255,255,255,.16); background: repeating-conic-gradient(from 0deg at 38% 55%, rgba(255,255,255,.07) 0deg 1.2deg, transparent 1.2deg 7deg), radial-gradient(circle at 38% 55%, #262B2F 0%, #0B0C0E 55%, #000 100%); }
.phone { position: absolute; left: 60px; top: 70px; width: 320px; height: 640px; padding: 12px; border-radius: 48px; background: linear-gradient(160deg, #D9DEE1, #4A5156 40%, #16191B); transform: rotate(-8deg); box-shadow: 0 40px 80px rgba(0,0,0,.7), 0 0 60px rgba(255,255,255,.08); }
.phone-screen { width: 100%; height: 100%; border-radius: 38px; background: #050606; padding: 18px 14px; display: flex; flex-direction: column; gap: 10px; overflow: hidden; }
.alert-card { padding: 12px; border-radius: 16px; background: var(--surface); border: 1px solid rgba(255,255,255,.08); display: flex; flex-direction: column; gap: 7px; transition: opacity .4s, border-color .4s; }
.alert-card.first { border-color: var(--accent); animation: pop .5s ease; }
@keyframes pop { from { transform: translateY(-8px); opacity: 0; } to { transform: none; opacity: 1; } }
.float-pill { position: absolute; padding: 10px 16px; border-radius: 999px; background: #fff; color: #000; font-weight: 800; font-size: 13px; box-shadow: 0 10px 30px rgba(0,0,0,.5); }
.spot { position: absolute; right: 32px; top: 60px; width: 340px; padding: 22px; border-radius: 24px; background: rgba(14,16,19,.75); display: flex; flex-direction: column; gap: 16px; }
.spot-thumb { position: relative; height: 200px; border-radius: 18px; overflow: hidden; border: 1px solid rgba(255,255,255,.14); }
.fade-in { animation: fade .45s ease; }
@keyframes fade { from { opacity: 0; transform: scale(.98); } to { opacity: 1; transform: none; } }
.sent-pill { align-self: flex-start; display: flex; align-items: center; gap: 8px; padding: 6px 12px 6px 6px; border-radius: 999px; background: #000; border: 1px solid rgba(255,255,255,.22); font-size: 13px; }
.dots { display: flex; gap: 6px; }
.dots button { width: 8px; height: 6px; padding: 0; border: 0; border-radius: 999px; background: var(--gunmetal); transition: width .3s, background .3s; }
.dots button.on { width: 26px; background: var(--accent); }
.ms-chip { position: absolute; right: 56px; bottom: 46px; padding: 14px 18px; border-radius: 16px; transform: rotate(4deg); border-color: var(--accent); background: rgba(0,0,0,.6); display: flex; flex-direction: column; gap: 4px; }

/* strip */
.strip-viewport { overflow: hidden; }
.strip-track { display: flex; gap: 16px; transition: transform .6s cubic-bezier(.2,.8,.2,1); }
.strip-card { width: 208px; flex-shrink: 0; }
.strip-card.on { border-color: var(--accent); }

/* streamer tile — square thumbnail, floating name pill, ticker + market cap */
.hype-card { display: block; border-radius: 20px; overflow: hidden; background: var(--surface); border: 1px solid var(--line); transition: border-color .2s, transform .2s; }
.hype-card:hover { border-color: rgba(255,255,255,.34); transform: translateY(-2px); }
.hype-media { position: relative; display: block; aspect-ratio: 1 / 1; background: #07090A; overflow: hidden; }
.hype-media > img, .hype-media > svg, .hype-media > .avatar-wrap { width: 100%; height: 100%; object-fit: cover; }
.thumb-fb { position: absolute; inset: 0; }
.thumb-fb > svg { width: 100%; height: 100%; border-radius: 0; }
.hype-live { position: absolute; right: 10px; top: 10px; }
.hype-name { position: absolute; left: 8px; bottom: 8px; max-width: calc(100% - 16px); display: inline-flex; align-items: center; gap: 7px; padding: 4px 9px 4px 4px; border-radius: 999px; background: rgba(0,0,0,.68); border: 1px solid rgba(255,255,255,.16); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); }
.hype-name b { font-size: 13px; font-weight: 700; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.hype-name .avatar-wrap, .hype-name .avatar { border-radius: 999px; overflow: hidden; }
.plat-badge { height: 19px; min-width: 19px; padding: 0 5px; border-radius: 7px; display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 10px; font-weight: 900; line-height: 1; color: #fff; }
.plat-badge.twitch { background: #9146FF; }
.plat-badge.kick { background: #53FC18; color: #000; }
.plat-badge img { height: 10px; width: auto; max-width: 42px; }
.hype-foot { display: grid; grid-template-columns: 1fr auto; align-items: baseline; gap: 3px 10px; padding: 11px 13px 13px; }
.hype-tick { font-size: 13px; font-weight: 700; letter-spacing: -.01em; }
.hype-tick.none { color: var(--steel); font-weight: 500; }
.hype-val { font-size: 15px; font-weight: 800; text-align: right; }
.hype-val.acc { color: var(--accent); font-size: 13px; }
.hype-sub, .hype-r { font-size: 11px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.hype-r { text-align: right; }

/* milestone stack */
.ms-stack { position: relative; height: 520px; }
.ms-stack .item { position: absolute; width: 460px; padding: 22px 26px; border-radius: 20px; display: flex; align-items: center; gap: 20px; }
.ms-stack .amt { font-weight: 900; font-size: 44px; letter-spacing: -0.05em; min-width: 150px; }

/* coin card */
.coin-card { display: flex; flex-direction: column; gap: 16px; }
.spark { width: 100%; height: 56px; }

/* modal */
.modal-backdrop { position: fixed; inset: 0; z-index: 100; background: rgba(0,0,0,.72); backdrop-filter: blur(8px); display: none; align-items: center; justify-content: center; padding: 20px; }
.modal-backdrop.open { display: flex; animation: fade .2s; }
.modal { width: 100%; max-width: 440px; background: var(--surface); border: 1px solid var(--line-strong); border-radius: 26px; padding: 26px; display: flex; flex-direction: column; gap: 18px; }
.modal-head { display: flex; justify-content: space-between; align-items: center; }
.wallet-opt { display: flex; align-items: center; gap: 14px; width: 100%; padding: 14px 16px; border-radius: 16px; background: #000; border: 1px solid var(--line-strong); text-align: left; }
.wallet-opt:hover { border-color: var(--white); }
.wallet-opt .w-ico { width: 40px; height: 40px; border-radius: 12px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; overflow: hidden; background: #15181B; }
.wallet-opt .w-ico img { width: 100%; height: 100%; object-fit: contain; }
.wallet-opt b { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.wallet-opt.on { border-color: rgba(255,255,255,.34); }
.w-list { max-height: min(56vh, 460px); overflow-y: auto; padding-right: 2px; }
.w-more { border-top: 1px solid var(--line); padding-top: 12px; }
.w-more > summary { cursor: pointer; font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--steel); list-style: none; }
.w-more > summary::-webkit-details-marker { display: none; }
.w-more > summary::after { content: ' ▾'; }
.w-more[open] > summary::after { content: ' ▴'; }
.w-more > summary:hover { color: var(--white); }

/* toast */
.toast { position: fixed; left: 50%; bottom: 28px; transform: translateX(-50%) translateY(20px); z-index: 200; padding: 12px 18px; border-radius: 999px; background: #fff; color: #000; font-weight: 700; font-size: 14px; opacity: 0; pointer-events: none; transition: opacity .2s, transform .2s; }
.toast.show { opacity: 1; transform: translateX(-50%) translateY(0); }

/* docs */
.docs { display: grid; grid-template-columns: 240px 1fr; gap: 48px; }
.docs-nav { position: sticky; top: 104px; align-self: start; display: flex; flex-direction: column; gap: 2px; }
.docs-nav a { padding: 8px 12px; border-radius: 10px; color: var(--steel-2); font-size: 14px; }
.docs-nav a:hover, .docs-nav a.on { background: var(--surface-hi); color: var(--white); }
.prose { max-width: 760px; }
.prose h2 { font-weight: 900; font-size: 36px; letter-spacing: -0.04em; margin: 56px 0 14px; text-transform: uppercase; scroll-margin-top: 110px; }
.prose h2:first-child { margin-top: 0; }
.prose h3 { font-size: 20px; margin: 28px 0 8px; }
.prose p, .prose li { color: var(--text-soft); font-size: 16px; line-height: 1.7; }
.prose code { font-family: var(--mono); font-size: 13px; padding: 2px 6px; border-radius: 6px; background: var(--surface-hi); color: var(--white); }
.prose .callout { padding: 16px 18px; border-radius: 16px; border: 1px solid var(--accent); background: rgba(83,252,24,.07); color: var(--white); }
details.faq { border-bottom: 1px solid var(--line); padding: 16px 0; }
details.faq summary { cursor: pointer; font-weight: 700; font-size: 17px; list-style: none; display: flex; justify-content: space-between; }
details.faq summary::after { content: '+'; color: var(--steel); }
details.faq[open] summary::after { content: '–'; }
details.faq p { margin: 10px 0 0; }

/* footer */
.site-footer { margin-top: 40px; padding: 48px 0 40px; border-top: 1px solid rgba(255,255,255,.08); }
.footer-grid { display: flex; justify-content: space-between; align-items: flex-end; gap: 32px; flex-wrap: wrap; }
.footer-word { text-transform: uppercase; font-weight: 900; font-size: clamp(80px, 11vw, 150px); line-height: .8; letter-spacing: -0.08em; }
.footer-links { display: grid; grid-template-columns: repeat(3, auto); gap: 10px 36px; font-size: 14px; color: var(--steel-2); }
.footer-links a:hover { color: var(--white); }
.disclaimer { margin-top: 28px; font-size: 12px; color: var(--steel); max-width: 900px; }
.demo-flag { position: fixed; left: 16px; bottom: 16px; z-index: 40; padding: 6px 12px; border-radius: 999px; font-size: 11px; font-weight: 700; letter-spacing: .06em; background: rgba(0,0,0,.7); border: 1px solid var(--line-strong); color: var(--steel-2); }

/* responsive */
@media (max-width: 1180px) {
  .nav-pill { display: none; }
  .menu-btn { display: inline-flex; }
  .brand, .header-actions { min-width: 0; }
  .mobile-nav.open { display: flex; flex-direction: column; gap: 4px; padding: 12px 32px 20px; border-top: 1px solid var(--line); }
  .mobile-nav a { padding: 12px 14px; border-radius: 12px; color: var(--steel-2); font-weight: 600; }
  .mobile-nav a.active { background: var(--white); color: #000; }
  .hero-grid { grid-template-columns: 1fr; }
  .g4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ms-stack { height: auto; display: flex; flex-direction: column; gap: 12px; }
  .ms-stack .item { position: static; width: auto; }
}
@media (max-width: 760px) {
  .wrap { padding: 0 16px; }
  .g2, .g3, .g4 { grid-template-columns: 1fr; }
  .stat-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .stat-strip > div { padding-left: 0; border-right: 0; }
  .stage { height: 560px; }
  .phone { left: 10px; transform: rotate(-6deg) scale(.86); transform-origin: top left; }
  .spot { display: none; }
  .ms-chip { right: 16px; bottom: 20px; }
  .docs { grid-template-columns: 1fr; }
  .docs-nav { position: static; flex-direction: row; flex-wrap: wrap; }
  .search { min-width: 0; width: 100%; }
  .section { padding: 64px 0; }
  .header-actions .hide-sm { display: none; }
  .table-scroll { overflow-x: auto; }
  .footer-links { grid-template-columns: repeat(2, auto); }
}

/* platform chips */
.plat-ico { width: 22px; height: 22px; border-radius: 6px; display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; overflow: hidden; }
.plat-ico img { width: 100%; height: 100%; object-fit: contain; display: block; }
/* Monochrome logos? Uncomment to put the brand colour behind them:
#platform-seg button[data-v="Twitch"] .plat-ico, .plat-tag .plat-ico { background: #9146FF; }
#platform-seg button[data-v="Kick"] .plat-ico { background: #53FC18; }
.plat-ico img { padding: 3px; box-sizing: border-box; } */
#platform-seg { display: flex; }
#platform-seg button { flex: 1; justify-content: center; height: 58px; padding: 0 30px; font-size: 14px; gap: 0; }
#platform-seg button.on { font-weight: 700; }
/* logo-only pills: the wordmark carries the label, so let it run wide */
#platform-seg .plat-ico { width: auto; height: 30px; min-width: 74px; border-radius: 0; background: none; }
#platform-seg .plat-ico img { width: auto; height: 100%; max-width: 132px; padding: 0; }
#platform-seg button:not(.on) .plat-ico { opacity: .55; }
#platform-seg button:not(.on):hover .plat-ico { opacity: 1; }
.plat-tag { display: inline-flex; align-items: center; gap: 8px; }
.plat-tag .plat-ico { width: auto; height: 15px; min-width: 34px; border-radius: 0; background: none; }
.plat-tag .plat-ico img { width: auto; height: 100%; max-width: 62px; padding: 0; }

/* dense tile grid for streamer cards */
.g-tiles { grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)); gap: 14px; }
@media (max-width: 560px) { .g-tiles { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
