/* Card maker page */
.maker-page { padding-top: 28px; }
.maker-intro { max-width: 60ch; margin-bottom: 20px; }
.maker { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, 440px); gap: 32px; align-items: start; }
@media (max-width: 900px) { .maker { grid-template-columns: 1fr; } }

.maker-panel { background: var(--surface); border: 1px solid var(--line); border-radius: 18px; padding: 20px; }
@media (max-width: 520px) { .maker-panel { padding: 16px; border-radius: 14px; } }

.steps { display: flex; gap: 8px; margin-bottom: 18px; flex-wrap: wrap; }
.step-tab { font-family: var(--head); font-weight: 700; font-size: 1rem; min-height: 44px; padding: 8px 16px; border-radius: 999px; border: 2px solid var(--line); background: var(--surface); color: var(--ink); cursor: pointer; }
.step-tab[aria-selected="true"] { background: var(--ink); color: var(--bg); border-color: var(--ink); }
.step-nav { display: flex; gap: 10px; justify-content: space-between; margin-top: 8px; flex-wrap: wrap; }
.step-nav .btn-primary:only-child { margin-left: auto; }

fieldset.plain { border: 0; padding: 0; margin: 0 0 20px; min-width: 0; }
fieldset.plain legend { padding: 0; font-weight: 700; margin-bottom: 8px; }

.item-count { margin: 8px 0 0; color: var(--muted); }
.item-errors { margin: 6px 0 0; padding-left: 20px; color: var(--magenta); }
.letters-input { max-width: 220px; margin-top: 10px; font-family: var(--head); font-weight: 800; letter-spacing: .3em; text-transform: uppercase; }

.theme-picker { display: flex; flex-wrap: wrap; gap: 12px; }
.theme-option { position: relative; display: grid; justify-items: center; gap: 4px; font-size: .85rem; font-weight: 700; cursor: pointer; }
.theme-option input { position: absolute; opacity: 0; inset: 0; margin: 0; cursor: pointer; }
.theme-swatch { width: 48px; height: 48px; border-radius: 50%; border: 3px solid var(--surface); box-shadow: 0 0 0 2px var(--line); }
.theme-option input:checked + .theme-swatch { box-shadow: 0 0 0 3px var(--magenta); }
.theme-option input:focus-visible + .theme-swatch { outline: 3px solid var(--blue); outline-offset: 3px; }

.download-row { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; margin: 8px 0 10px; }

.maker-preview .preview-sticky { position: sticky; top: 16px; }
@media (max-width: 900px) { .maker-preview .preview-sticky { position: static; } }
.preview-bar { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 12px; }
.preview-title { font-size: 1.2rem; margin: 0; }
.preview-nav { display: flex; align-items: center; gap: 8px; font-weight: 700; }
.preview-note { margin-top: 14px; }
#preview { padding: 0 6px 6px 0; }

.results { margin-top: 24px; padding-top: 20px; border-top: 2px dashed var(--line); }
.results:focus { outline: none; }
.tips { padding-left: 20px; }

.btn-sm { min-height: 44px; padding: 8px 16px; font-size: .92rem; }
.list-file-row { margin-top: 10px; }
.recent { margin: 0 0 18px; border: 1px solid var(--line); border-radius: 12px; padding: 10px 14px; background: var(--bg); }
.recent summary { cursor: pointer; font-weight: 700; min-height: 32px; display: flex; align-items: center; }
.recent-list { list-style: none; margin: 10px 0 0; padding: 0; display: grid; gap: 8px; }
.recent-list li { display: flex; align-items: center; justify-content: space-between; gap: 10px; flex-wrap: wrap; background: var(--surface); border: 1px solid var(--line); border-radius: 10px; padding: 8px 10px; }
.recent-meta { font-size: .88rem; color: var(--muted); }
.recent-actions { display: flex; gap: 6px; }
.share { margin: 24px 0 12px; padding: 16px; border: 1px solid var(--line); border-radius: 14px; background: var(--bg); }
.share h3 { margin-bottom: 4px; }
.share-link input { margin-top: 8px; font-size: .92rem; }
.share-status { min-height: 1.4em; margin: 8px 0 4px; font-weight: 700; }

.spotlight { display: flex; align-items: center; gap: 10px; margin: 0 0 14px; padding: 10px 16px; border-radius: 999px; background: var(--surface); border: 2px solid var(--magenta); color: var(--ink); font-weight: 700; text-decoration: none; width: fit-content; max-width: 100%; }
.spotlight::before { content: ""; width: 14px; height: 14px; border-radius: 50%; background: rgba(214, 36, 110, .7); flex: none; }
.bookmark-nudge { background: var(--bg); border: 1px dashed var(--line); border-radius: 12px; padding: 10px 14px; }

.pic-cats { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 10px; }
.pic-cats button { min-height: 40px; padding: 6px 12px; border-radius: 999px; border: 2px solid var(--line); background: var(--surface); color: var(--ink); font: inherit; font-weight: 700; font-size: .88rem; cursor: pointer; }
.pic-cats button[aria-pressed="true"] { border-color: var(--ink); background: var(--ink); color: var(--bg); }
.pic-tools { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; margin-bottom: 10px; }
.pic-tools .item-count { margin: 0; }
.pic-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(64px, 1fr)); gap: 6px; max-height: 360px; overflow: auto; padding: 4px; border: 1px solid var(--line); border-radius: 12px; background: var(--bg); }
.pic-btn { position: relative; aspect-ratio: 1; border: 2px solid transparent; border-radius: 10px; background: #fff; cursor: pointer; padding: 6px; display: grid; place-items: center; }
.pic-btn img { width: 100%; height: 100%; object-fit: contain; }
.pic-btn[aria-pressed="true"] { border-color: var(--magenta); box-shadow: inset 0 0 0 2px var(--magenta); }
.pic-btn[aria-pressed="true"]::after { content: "✓"; position: absolute; top: 2px; right: 4px; font-weight: 800; color: var(--magenta); font-size: .8rem; }
.bcard .bcell img { width: 80%; height: 80%; object-fit: contain; pointer-events: none; }

/* Homepage hero */
.maker-intro { max-width: none; }
.maker-intro .lede { max-width: 62ch; }
.promise { list-style: none; padding: 0; margin: 14px 0 16px; display: flex; flex-wrap: wrap; gap: 8px; }
.promise li { display: inline-flex; align-items: center; gap: 0; background: var(--surface); border: 1px solid var(--line); border-radius: 999px; padding: 6px 14px 6px 8px; font-size: .95rem; }
.promise li::before { content: "✓"; margin-right: 8px; display: grid; place-items: center; width: 22px; height: 22px; border-radius: 50%; background: rgba(14, 124, 98, .15); color: var(--green); font-weight: 800; font-size: .8rem; flex: none; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 22px; }
/* 3 ways */
.ways { margin: 40px 0 8px; }
.ways h2 { text-align: center; }
.ways-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 16px; margin-top: 16px; }
.way { background: var(--surface); border: 1px solid var(--line); border-radius: 18px; padding: 20px; display: flex; flex-direction: column; gap: 6px; }
.way h3 { margin: 4px 0 2px; }
.way p { margin: 0 0 10px; flex: 1; }
.way .btn { align-self: flex-start; }
.way-dot { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: rgba(214, 36, 110, .55); color: #fff; font-family: var(--head); font-weight: 800; }
/* Example card in the preview */
.example-tag { display: inline-block; margin-bottom: 8px; font-weight: 700; font-size: .85rem; color: var(--muted); }
.bcard .bcell .dab { position: absolute; inset: 12%; border-radius: 50%; background: rgba(214, 36, 110, .45); pointer-events: none; }
.bcard .bcell .dab.b { background: rgba(47, 91, 234, .4); }
@media (prefers-reduced-motion: no-preference) { .bcard .bcell .dab { animation: dab .45s cubic-bezier(.2,1.6,.4,1) both; } .bcard .bcell .dab:nth-of-type(1) { animation-delay: .2s; } }

.ways { margin: 8px 0 34px; }
.ways-lede { text-align: center; color: var(--muted); max-width: 60ch; margin: 0 auto; }
.maker-start { margin: 0 0 14px; }

/* ===== Layout clarity: homepage ===== */
.hero-band { position: relative; isolation: isolate; padding: 28px 0 30px; margin-top: -28px; margin-bottom: 30px; }
.hero-band::before { content: ""; position: absolute; top: 0; bottom: 0; left: 50%; width: 100vw; transform: translateX(-50%); z-index: -1; background: linear-gradient(120deg, #FCE7F0 0%, #EEF2FF 55%, #E6F4EF 100%); }
:root[data-theme="dark"] .hero-band::before { background: linear-gradient(120deg, #2A1830 0%, #1E2240 55%, #15332B 100%); }
.hero-band h1 { color: var(--ink); }
.ways { margin: 0 0 36px; }
.ways h2 { font-size: clamp(1.6rem, 3.4vw, 2.2rem); }
.way { position: relative; border: 0; border-top: 6px solid var(--accent); box-shadow: 0 6px 20px rgba(29, 27, 58, .08); }
.way-print { --accent: #D6246E; --accent-bg: #FCE7F0; }
.way-host { --accent: #2F5BEA; --accent-bg: #E8EDFF; }
.way-phones { --accent: #0E7C62; --accent-bg: #E3F4EE; }
:root[data-theme="dark"] .way { --accent-bg: rgba(255,255,255,.08); }
.way-icon { display: grid; place-items: center; width: 52px; height: 52px; border-radius: 16px; background: var(--accent-bg); color: var(--accent); }
.way-icon svg { width: 28px; height: 28px; }
.way .btn-primary { background: var(--accent); color: #fff; }
.maker-band { background: var(--surface); border-radius: 24px; border: 2px solid var(--line); box-shadow: 0 10px 30px rgba(29, 27, 58, .08); padding: 22px; position: relative; overflow: hidden; }
.maker-band::before { content: ""; position: absolute; inset: 0 0 auto 0; height: 8px; background: linear-gradient(90deg, #D6246E, #2F5BEA, #0E7C62); }
.maker-band-head { margin: 6px 0 18px; }
.maker-band-head p { margin: 4px 0 0; color: var(--muted); }
.band-kicker { display: inline-block; font-weight: 800; font-size: .8rem; letter-spacing: .04em; text-transform: uppercase; color: var(--magenta); }
.maker-start { margin: 2px 0 0; }
.maker-band .maker-panel { border-color: var(--line); background: var(--bg); }
@media (max-width: 520px) { .maker-band { padding: 14px; border-radius: 18px; } }
/* Maker steps as a progress bar */
.steps { position: relative; gap: 0; background: var(--surface); border: 2px solid var(--line); border-radius: 999px; padding: 4px; display: grid; grid-template-columns: repeat(3, 1fr); }
.step-tab { border: 0; background: transparent; border-radius: 999px; }
.step-tab[aria-selected="true"] { background: var(--magenta); color: #fff; }

/* ===== Hero with animated demo ===== */
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr); gap: 32px; align-items: center; }
@media (max-width: 960px) { .hero-grid { grid-template-columns: 1fr; } }
.hero-demo { position: relative; min-height: 360px; display: grid; place-items: center; }
@media (max-width: 960px) { .hero-demo { min-height: 300px; max-width: 420px; margin: 0 auto; width: 100%; } }
.demo-card { width: min(300px, 78%); background: #fff; border: 3px solid #1D1B3A; border-radius: 18px; overflow: hidden; box-shadow: 8px 8px 0 #1D1B3A; transform: rotate(-3deg); }
.demo-head { display: grid; grid-template-columns: repeat(5, 1fr); background: #D6246E; color: #fff; font-family: var(--head); font-weight: 800; font-size: 1.6rem; text-align: center; padding: 8px 0; }
.demo-grid { display: grid; grid-template-columns: repeat(5, 1fr); }
.demo-grid span { position: relative; aspect-ratio: 1; display: grid; place-items: center; font-family: var(--head); font-weight: 800; font-size: 1.05rem; color: #1D1B3A; border-top: 2px solid #1D1B3A; border-right: 2px solid #1D1B3A; }
.demo-grid span:nth-child(5n) { border-right: 0; }
.demo-grid span.free { background: #FFC53D; font-size: .7rem; }
.demo-grid span::after { content: ""; position: absolute; inset: 12%; border-radius: 50%; background: rgba(214, 36, 110, .5); transform: scale(0); transition: transform .35s cubic-bezier(.2, 1.6, .4, 1); }
.demo-grid span.free::after { background: rgba(47, 91, 234, .35); }
.demo-grid span.stamped::after { transform: scale(1); }
.demo-grid span.win { background: #E3F4EE; }
.demo-call { position: absolute; top: 4px; right: 0; z-index: 2; display: grid; justify-items: center; gap: 4px; transform: rotate(4deg); }
.demo-call-label { font-weight: 800; font-size: .75rem; color: var(--muted); background: var(--surface); padding: 2px 10px; border-radius: 999px; border: 1px solid var(--line); }
.demo-ball { display: grid; place-items: center; width: 92px; height: 92px; border-radius: 50%; background: radial-gradient(circle at 35% 30%, #fff 0 18%, #FFC53D 19% 100%); border: 3px solid #1D1B3A; font-family: var(--head); font-weight: 800; font-size: 1.35rem; color: #1D1B3A; box-shadow: 4px 4px 0 #1D1B3A; }
.demo-ball.pop { animation: ballpop .5s cubic-bezier(.2, 1.6, .4, 1); }
@keyframes ballpop { 0% { transform: scale(.6) rotate(-20deg); } 100% { transform: scale(1) rotate(0); } }
.demo-bingo { position: absolute; left: 50%; top: 50%; z-index: 3; transform: translate(-50%, -50%) scale(0) rotate(-8deg); font-family: var(--head); font-weight: 800; font-size: 2.6rem; color: #fff; background: #0E7C62; border: 4px solid #1D1B3A; border-radius: 18px; padding: 6px 20px; box-shadow: 6px 6px 0 #1D1B3A; transition: transform .45s cubic-bezier(.2, 1.6, .4, 1); pointer-events: none; }
.demo-bingo.show { transform: translate(-50%, -50%) scale(1) rotate(-8deg); }
.demo-phone { position: absolute; left: 0; bottom: 6px; z-index: 2; width: 92px; background: #1D1B3A; border-radius: 16px; padding: 8px 7px; display: grid; gap: 5px; transform: rotate(-7deg); box-shadow: 4px 4px 0 rgba(29, 27, 58, .25); }
.demo-phone-top, .demo-phone-code { color: #fff; font-size: .6rem; font-weight: 700; text-align: center; }
.demo-phone-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 3px; background: #fff; border-radius: 8px; padding: 5px; }
.demo-phone-grid i { aspect-ratio: 1; border-radius: 3px; background: #E9EAF4; }
.demo-phone-grid i.on { background: rgba(14, 124, 98, .75); }
@media (prefers-reduced-motion: reduce) { .demo-grid span::after, .demo-bingo { transition: none; } .demo-ball.pop { animation: none; } }
.way-step { font-weight: 800; font-size: .78rem; letter-spacing: .04em; text-transform: uppercase; color: var(--accent); margin-top: 6px; }
.hero-band .spotlight { margin-bottom: 14px; }
/* Hero demo spacing so the ball and phone frame the card instead of covering numbers */
.hero-demo { padding: 46px 34px 34px; }
.demo-card { width: min(280px, 72%); }
.demo-call { top: -4px; right: 2%; }
.demo-phone { left: 2%; bottom: -2px; width: 84px; }

/* Premium hero actions (above the promise chips) */
.hero-actions { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin: 4px 0 18px; max-width: 720px; }
@media (max-width: 640px) { .hero-actions { grid-template-columns: 1fr; } }
.hero-btn { display: grid; gap: 2px; padding: 14px 18px; border-radius: 18px; text-decoration: none; color: #fff; box-shadow: 0 10px 24px rgba(29, 27, 58, .18), inset 0 -3px 0 rgba(0, 0, 0, .15); transition: transform .15s ease, box-shadow .15s ease; }
.hero-btn:hover, .hero-btn:focus-visible { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(29, 27, 58, .24), inset 0 -3px 0 rgba(0, 0, 0, .15); }
.hb-title { font-family: var(--head); font-weight: 800; font-size: 1.12rem; }
.hb-sub { font-size: .85rem; opacity: .92; }
.hero-btn-make { background: linear-gradient(135deg, #E23A7D, #B81B5C); }
.hero-btn-host { background: linear-gradient(135deg, #4A72F5, #2447C9); }
.hero-btn-join { background: linear-gradient(135deg, #16977A, #0B6852); }
@media (prefers-reduced-motion: reduce) { .hero-btn { transition: none; } .hero-btn:hover { transform: none; } }
.promise { margin-top: 4px; }
/* Line under the hero band */

.hero-band::after { content: ""; position: absolute; left: 50%; width: 100vw; transform: translateX(-50%); bottom: -2px; height: 2px; background: var(--band-edge); }
/* Ball without the white highlight */
.demo-ball { background: #FFC53D; }
/* Stronger How it works cards */
.way { box-shadow: 0 14px 34px rgba(29, 27, 58, .12), 0 2px 6px rgba(29, 27, 58, .06); transition: transform .15s ease, box-shadow .15s ease; }
.way:hover { transform: translateY(-3px); box-shadow: 0 18px 40px rgba(29, 27, 58, .16), 0 2px 6px rgba(29, 27, 58, .06); }
@media (prefers-reduced-motion: reduce) { .way { transition: none; } .way:hover { transform: none; } }

.online-callout { display: flex; gap: 14px; align-items: center; justify-content: space-between; flex-wrap: wrap; margin: 14px 0 6px; padding: 14px 16px; border-radius: 16px; background: #E3F4EE; border: 2px solid #0E7C62; }
:root[data-theme="dark"] .online-callout { background: rgba(14, 124, 98, .18); }
.online-callout strong { display: block; font-family: var(--head); font-size: 1.05rem; margin-bottom: 2px; }
.online-callout span { font-size: .92rem; }
.online-callout > div { flex: 1 1 280px; }
.btn-secondary-green { background: linear-gradient(135deg, #16977A, #0B6852); color: #fff; border: 0; box-shadow: 0 8px 18px rgba(14, 124, 98, .25); }

/* While it prints */
.while-prints { margin: 16px 0; }
.while-prints h3 { margin: 0 0 8px; }
.print-suggestions { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: 10px; }
.print-suggestions a { display: grid; gap: 2px; height: 100%; padding: 12px 14px; border-radius: 14px; border: 2px solid var(--line); background: var(--bg); color: var(--ink); text-decoration: none; }
.print-suggestions a:hover, .print-suggestions a:focus-visible { border-color: var(--magenta); }
.print-suggestions strong { font-family: var(--head); }
.print-suggestions span { color: var(--muted); font-size: .9rem; }

/* ===== Accessibility pass ===== */
.hero-btn-make { background: linear-gradient(135deg, #C71F63, #A1154F); }
.hero-btn-host { background: linear-gradient(135deg, #2A52D9, #1B3BA8); }
.hero-btn-join { background: linear-gradient(135deg, #0D735B, #08533F); }
.btn-secondary-green { background: linear-gradient(135deg, #0D735B, #08533F); }
.way-print { --accent-text: #B81B5C; } .way-host { --accent-text: #2146C7; } .way-phones { --accent-text: #0B6B54; }
:root[data-theme="dark"] .way-print { --accent-text: #FF7DB0; }
:root[data-theme="dark"] .way-host { --accent-text: #9DB3FF; }
:root[data-theme="dark"] .way-phones { --accent-text: #5AD8B2; }
.way-step { color: var(--accent-text); }
:root[data-theme="dark"] .step-tab[aria-selected="true"] { color: #15142B; }

/* ===== Live-site polish (Sept 17) ===== */
/* Hero buttons: gentle shimmer so they read as clickable (off for reduced motion) */
.hero-btn { position: relative; overflow: hidden; isolation: isolate; }
.hero-btn::after { content: ""; position: absolute; top: 0; bottom: 0; left: -60%; width: 45%; z-index: -1; background: linear-gradient(100deg, transparent 0%, rgba(255, 255, 255, .38) 50%, transparent 100%); transform: skewX(-18deg); pointer-events: none; }
.hero-btn .hb-title::after { content: " →"; display: inline-block; transition: transform .2s ease; }
.hero-btn:hover .hb-title::after, .hero-btn:focus-visible .hb-title::after { transform: translateX(4px); }
@media (prefers-reduced-motion: no-preference) {
  .hero-btn::after { animation: hb-shine 4.5s ease-in-out infinite; }
  .hero-btn-host::after { animation-delay: .6s; }
  .hero-btn-join::after { animation-delay: 1.2s; }
  .hero-btn:hover::after { animation-duration: 1.2s; }
}
@keyframes hb-shine { 0%, 62% { left: -60%; } 82%, 100% { left: 130%; } }
/* BINGO pop in brand blue instead of green */
.demo-bingo { background: #2F5BEA; }
/* Phone mockup: bezel, notch, status bar, screen, home indicator */
.demo-phone { width: 128px; padding: 7px; border-radius: 26px; background: #15142B; box-shadow: 0 0 0 2px #3A3760 inset, 6px 8px 0 rgba(29, 27, 58, .28); gap: 0; bottom: -6px; left: 0; }
.demo-phone::before { content: ""; position: absolute; top: 10px; left: 50%; transform: translateX(-50%); width: 38px; height: 9px; border-radius: 9px; background: #15142B; z-index: 2; }
.demo-phone::after { content: ""; position: absolute; bottom: 12px; left: 50%; transform: translateX(-50%); width: 40px; height: 3px; border-radius: 3px; background: rgba(29, 27, 58, .35); z-index: 2; }
.dp-screen { display: grid; gap: 5px; background: #FFFFFF; border-radius: 20px; padding: 20px 8px 20px; }
.dp-status { display: flex; justify-content: space-between; align-items: center; position: absolute; top: 11px; left: 18px; right: 18px; font-size: .45rem; color: #1D1B3A; }
.dp-status b { font-weight: 800; }
.dp-status em { width: 12px; height: 6px; border-radius: 2px; border: 1px solid #1D1B3A; }
.demo-phone .demo-phone-top { color: #1D1B3A; font-size: .62rem; font-weight: 800; text-align: left; }
.demo-phone .demo-phone-grid { background: #F3F4FA; padding: 4px; border-radius: 7px; }
.demo-phone .demo-phone-grid i { background: #FFFFFF; border: 1px solid #D9DBEC; }
.demo-phone .demo-phone-grid i.on { background: #D6246E; border-color: #D6246E; }
.dp-bingo { display: block; text-align: center; background: #D6246E; color: #fff; font-weight: 800; font-size: .58rem; border-radius: 999px; padding: 3px 0; }
.demo-phone .demo-phone-code { color: #5A5878; font-size: .5rem; font-weight: 700; }
.faq-install { margin: 0 0 12px 16px; }
.hero-btn .hb-title::after { content: "→"; margin-left: .35em; }
.demo-phone { left: -18px; bottom: -22px; transform: rotate(-8deg) scale(.95); }
@media (max-width: 960px) { .demo-phone { left: 0; bottom: -10px; } }

/* Maker step tabs: label + hint */
.step-tab { display: grid; gap: 1px; justify-items: center; text-align: center; line-height: 1.15; padding: 8px 10px; }
.step-tab .st-main { font-family: var(--head); font-weight: 800; font-size: 1rem; }
.step-tab .st-sub { font-family: var(--body); font-weight: 700; font-size: .72rem; opacity: .8; }
@media (max-width: 560px) { .step-tab .st-sub { display: none; } .step-tab .st-main { font-size: .92rem; } }
.step3-choice { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 10px; background: #E3F4EE; border: 2px solid #0E7C62; border-radius: 14px; padding: 10px 14px; margin-bottom: 14px; color: #1D1B3A; }
:root[data-theme="dark"] .step3-choice { background: rgba(14, 124, 98, .18); color: var(--ink); }
.step-tab[aria-selected="true"] .st-sub { opacity: 1; }
/* Slower, calmer shimmer; purple BINGO pop (not a button color) */
@media (prefers-reduced-motion: no-preference) {
  .hero-btn::after { animation: hb-shine-slow 9s ease-in-out infinite; }
  .hero-btn-host::after { animation-delay: 3s; }
  .hero-btn-join::after { animation-delay: 6s; }
  .hero-btn:hover::after { animation-duration: 9s; }
}
@keyframes hb-shine-slow { 0%, 70% { left: -60%; } 92%, 100% { left: 130%; } }
.demo-bingo { background: #7A3FC2; }
