:root {
  --ink: #09080c;
  --ink-2: #131018;
  --paper: #f1eee7;
  --paper-2: #e6e0d5;
  --white: #fff;
  --gold: #ffcf4a;
  --gold-2: #b98300;
  --violet: #7d24ff;
  --violet-2: #3d087d;
  --acid: #caff4b;
  --cyan: #60eaff;
  --muted: #aaa4b2;
  --line-dark: rgba(255,255,255,.13);
  --line-light: rgba(10,8,12,.18);
  --shell: 1240px;
  --shadow: 0 30px 90px rgba(0,0,0,.22);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; line-height: 1.6; }
body.menu-open { overflow: hidden; }
img { max-width: 100%; }
a { color: inherit; }
button, input { font: inherit; }
.shell { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 9999999; padding: 10px 14px; background: #fff; color: #000; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }

.ticker { position: relative; z-index: 1002; overflow: hidden; height: 34px; background: var(--gold); color: #171006; font-size: 10px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.ticker__track { display: flex; align-items: center; width: max-content; height: 100%; animation: ticker 32s linear infinite; }
.ticker__track span { display: inline-flex; align-items: center; gap: 28px; padding-right: 28px; white-space: nowrap; }
.ticker__track span::after { content: "◆"; font-size: 7px; }
@keyframes ticker { to { transform: translateX(-50%); } }

.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(9,8,12,.94); color: #fff; border-bottom: 1px solid var(--line-dark); backdrop-filter: blur(18px); }
.header__inner { position: relative; display: flex; align-items: center; min-height: 76px; gap: 36px; }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; }
.brand img { display: block; width: 150px; height: auto; }
.site-nav { display: flex; align-items: center; gap: 28px; margin-left: auto; }
.site-nav a { position: relative; color: #c4bdcb; font-size: 11px; font-weight: 800; letter-spacing: .09em; text-decoration: none; text-transform: uppercase; }
.site-nav a::after { position: absolute; right: 0; bottom: -8px; left: 0; height: 2px; background: var(--gold); content: ""; transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.site-nav a:hover { color: #fff; }
.site-nav a:hover::after { transform: scaleX(1); }
.header__actions { display: flex; gap: 8px; }
.menu-button { display: none; place-items: center; width: 42px; height: 42px; padding: 0; border: 1px solid var(--line-dark); background: transparent; color: #fff; cursor: pointer; }
.menu-button span:not(.sr-only) { display: block; width: 18px; height: 2px; margin: 4px auto; background: currentColor; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 13px; min-height: 46px; padding: 0 19px; border: 1px solid transparent; color: #fff; font-size: 11px; font-weight: 900; letter-spacing: .07em; text-decoration: none; text-transform: uppercase; transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button--gold { background: var(--gold); color: #171006; }
.button--gold:hover { background: #ffe28c; }
.button--dark { background: var(--ink); color: #fff; }
.button--outline { border-color: rgba(255,255,255,.35); background: transparent; color: #fff; }
.button--outline:hover { border-color: var(--gold); color: var(--gold); }
.button--violet { background: var(--violet); }
.button--large { min-height: 58px; padding-inline: 27px; }

.hero { position: relative; isolation: isolate; overflow: hidden; min-height: 760px; background: var(--ink); color: #fff; }
.hero::before { position: absolute; inset: 0; z-index: -3; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px); background-size: 72px 72px; content: ""; mask-image: linear-gradient(to bottom,black,transparent 90%); }
.hero::after { position: absolute; z-index: -2; top: -260px; right: -120px; width: 720px; height: 720px; border-radius: 50%; background: radial-gradient(circle,rgba(125,36,255,.42),transparent 66%); content: ""; filter: blur(15px); }
.hero__number { position: absolute; z-index: -1; bottom: -145px; left: -12px; color: transparent; font-size: min(38vw,520px); font-weight: 950; letter-spacing: -.12em; line-height: .78; -webkit-text-stroke: 1px rgba(255,207,74,.2); user-select: none; }
.hero__grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 70px; align-items: center; min-height: 760px; padding-block: 72px 112px; }
.kicker { display: flex; align-items: center; gap: 12px; margin: 0 0 19px; color: var(--gold); font-size: 10px; font-weight: 900; letter-spacing: .2em; text-transform: uppercase; }
.kicker::before { width: 34px; height: 2px; background: currentColor; content: ""; }
.hero h1 { max-width: 780px; margin: 0; font-size: clamp(58px,7.2vw,104px); font-weight: 950; letter-spacing: -.075em; line-height: .91; text-transform: uppercase; }
.hero h1 em { display: block; color: var(--gold); font-style: normal; }
.hero h1 > span { display: block; margin-top: 21px; color: #fff; font-size: .19em; font-weight: 850; letter-spacing: .16em; line-height: 1.2; }
.hero__lead { max-width: 650px; margin: 27px 0 0; color: #bbb4c2; font-size: 16px; line-height: 1.75; }
.hero__buttons { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 31px; }
.hero__meta { display: flex; flex-wrap: wrap; gap: 9px 22px; margin-top: 25px; color: #89818e; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.hero__meta span { display: inline-flex; align-items: center; gap: 7px; }
.hero__meta span::before { width: 6px; height: 6px; border-radius: 50%; background: var(--acid); box-shadow: 0 0 10px rgba(202,255,75,.55); content: ""; }
.hero__visual { position: relative; justify-self: end; width: min(100%,540px); padding: 17px; }
.hero__visual::before, .hero__visual::after { position: absolute; border: 1px solid rgba(255,207,74,.28); border-radius: 50%; content: ""; }
.hero__visual::before { inset: -18px; }
.hero__visual::after { inset: -50px; border-color: rgba(125,36,255,.25); }
.hero__frame { position: relative; z-index: 2; overflow: hidden; padding: 7px; border: 1px solid rgba(255,207,74,.55); border-radius: 250px 250px 24px 24px; background: linear-gradient(145deg,rgba(255,207,74,.18),rgba(125,36,255,.14)); box-shadow: var(--shadow); }
.hero__frame img { display: block; width: 100%; border-radius: 240px 240px 18px 18px; }
.signal { position: absolute; z-index: 4; display: grid; min-width: 145px; padding: 12px 15px; border: 1px solid rgba(255,255,255,.16); background: rgba(15,12,19,.88); box-shadow: 0 15px 40px rgba(0,0,0,.28); backdrop-filter: blur(13px); }
.signal strong { color: #fff; font-size: 11px; letter-spacing: .06em; }
.signal span { color: var(--gold); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.signal--top { top: 13%; left: -34px; }
.signal--bottom { right: -22px; bottom: 15%; }

.command { position: relative; z-index: 10; margin-top: -51px; }
.command__grid { display: grid; grid-template-columns: repeat(5,1fr); border: 1px solid var(--line-light); background: var(--paper); box-shadow: var(--shadow); }
.command a { display: grid; grid-template-columns: 42px 1fr auto; gap: 13px; align-items: center; min-height: 102px; padding: 16px 19px; border-right: 1px solid var(--line-light); text-decoration: none; transition: background .2s ease, color .2s ease; }
.command a:last-child { border-right: 0; }
.command a:hover { background: var(--ink); color: #fff; }
.command__icon { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid currentColor; border-radius: 50%; color: var(--violet); font-size: 16px; font-weight: 900; }
.command a:hover .command__icon { color: var(--gold); }
.command strong, .command small { display: block; }
.command strong { font-size: 11px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.command small { margin-top: 2px; color: #746d79; font-size: 9px; }
.command a:hover small { color: #a9a2b0; }
.command__arrow { font-size: 17px; }

.section { padding-block: 108px; }
.section--ink { background: var(--ink); color: #fff; }
.section--violet { background: var(--violet-2); color: #fff; }
.section-label { margin: 0; color: var(--violet); font-size: 10px; font-weight: 900; letter-spacing: .19em; text-transform: uppercase; }
.section--ink .section-label, .section--violet .section-label { color: var(--gold); }
.section-title { max-width: 850px; margin: 11px 0 0; font-size: clamp(42px,5vw,72px); font-weight: 950; letter-spacing: -.06em; line-height: .98; }
.section-copy { max-width: 680px; margin: 22px 0 0; color: #6e6873; font-size: 15px; }
.section--ink .section-copy, .section--violet .section-copy { color: #b1aab8; }

.manifest { display: grid; grid-template-columns: 1.15fr .85fr; gap: 90px; align-items: start; }
.manifest__intro { position: sticky; top: 112px; }
.manifest__list { border-top: 1px solid var(--line-light); }
.manifest__item { display: grid; grid-template-columns: 54px 1fr; gap: 17px; padding: 25px 0; border-bottom: 1px solid var(--line-light); }
.manifest__item > span { color: var(--violet); font-size: 11px; font-weight: 900; letter-spacing: .14em; }
.manifest__item h3 { margin: 0; font-size: 21px; letter-spacing: -.025em; }
.manifest__item p { margin: 7px 0 0; color: #706a75; font-size: 13px; }
.manifest__item a { color: var(--violet); font-weight: 800; text-decoration: none; }

.qris-section { overflow: hidden; padding-top: 0; }
.qris-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 0; align-items: stretch; }
.qris-copy { padding: 78px 76px 78px 0; }
.qris-copy .section-title { max-width: 710px; }
.qris-copy .section-copy { max-width: 720px; font-size: 17px; }
.depth-copy { max-width: 760px; margin: 22px 0 0; color: #5f5964; font-size: 14px; }
.fact-note { display: grid; grid-template-columns: 190px 1fr; gap: 22px; margin-top: 34px; padding: 21px 0; border-top: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); }
.fact-note strong { font-size: 12px; letter-spacing: .02em; }
.fact-note span { color: #6c6570; font-size: 12px; }
.qris-ledger { position: relative; isolation: isolate; padding: 48px; overflow: hidden; background: var(--gold); color: #171006; }
.qris-ledger::after { position: absolute; z-index: -1; right: -100px; bottom: -150px; width: 390px; height: 390px; border: 1px solid rgba(23,16,6,.2); border-radius: 50%; box-shadow: 0 0 0 65px rgba(23,16,6,.04),0 0 0 130px rgba(23,16,6,.025); content: ""; }
.qris-ledger__head { display: grid; grid-template-columns: 1fr auto; align-items: end; padding-bottom: 32px; border-bottom: 2px solid #171006; }
.qris-ledger__head span { align-self: start; font-size: 9px; font-weight: 950; letter-spacing: .18em; }
.qris-ledger__head strong { grid-row: span 2; font-size: clamp(85px,11vw,145px); letter-spacing: -.09em; line-height: .7; }
.qris-ledger__head small { font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.ledger-row { display: grid; grid-template-columns: 42px 1fr; gap: 16px; padding: 23px 0; border-bottom: 1px solid rgba(23,16,6,.22); }
.ledger-row > span { font-size: 10px; font-weight: 950; letter-spacing: .14em; }
.ledger-row strong { display: block; font-size: 17px; }
.ledger-row p { margin: 4px 0 0; font-size: 11px; }
.qris-ledger__foot { margin: 20px 0 0; font-size: 9px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }

.depth-head { display: grid; grid-template-columns: 1.15fr .85fr; gap: 70px; align-items: end; margin-bottom: 50px; }
.depth-head .section-copy { margin: 0; }

.pulse-head { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 48px; }
.pulse-head .button { flex: 0 0 auto; }
.pulse-board { display: grid; grid-template-columns: .8fr 1.2fr; border: 1px solid var(--line-dark); }
.pulse-board__visual { position: relative; min-height: 575px; overflow: hidden; background: #1a121f; }
.pulse-board__visual img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.86) contrast(1.05); }
.pulse-board__visual::after { position: absolute; inset: 0; background: linear-gradient(to top,rgba(9,8,12,.88),transparent 55%); content: ""; }
.pulse-board__caption { position: absolute; z-index: 2; right: 26px; bottom: 25px; left: 26px; }
.pulse-board__caption span { color: var(--gold); font-size: 10px; font-weight: 900; letter-spacing: .18em; }
.pulse-board__caption strong { display: block; margin-top: 5px; font-size: 29px; line-height: 1.1; }
.pulse-board__list { display: grid; }
.pulse-row { display: grid; grid-template-columns: 58px 1fr auto; gap: 18px; align-items: center; padding: 25px 28px; border-bottom: 1px solid var(--line-dark); color: #fff; text-decoration: none; }
.pulse-row:last-child { border-bottom: 0; }
.pulse-row:hover { background: rgba(125,36,255,.1); }
.pulse-row__number { color: var(--gold); font-size: 10px; font-weight: 900; letter-spacing: .13em; }
.pulse-row h3 { margin: 0; font-size: 20px; }
.pulse-row p { margin: 5px 0 0; color: #8f8795; font-size: 12px; }
.pulse-row__action { color: var(--acid); font-size: 19px; }
.notice-line { display: grid; grid-template-columns: auto 1fr; gap: 14px; margin-top: 24px; padding: 16px 18px; border-left: 3px solid var(--gold); background: rgba(255,255,255,.035); color: #9f98a5; font-size: 11px; }
.notice-line strong { color: var(--gold); }

.rtp-reading { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; margin-top: 34px; background: var(--line-dark); border: 1px solid var(--line-dark); }
.rtp-reading article { padding: 28px; background: var(--ink-2); }
.rtp-reading article > span { color: var(--gold); font-size: 9px; font-weight: 950; letter-spacing: .16em; }
.rtp-reading h3 { margin: 19px 0 8px; font-size: 18px; }
.rtp-reading p { margin: 0; color: #948d9a; font-size: 12px; }

.sports-head { display: grid; grid-template-columns: 1fr .75fr; gap: 70px; align-items: end; margin-bottom: 54px; }
.sports-head .section-copy { margin: 0; }
.sport-list { border-top: 2px solid var(--ink); }
.sport-row { display: grid; grid-template-columns: 80px 90px .75fr 1.25fr auto; gap: 24px; align-items: center; min-height: 154px; padding: 23px 8px; border-bottom: 1px solid var(--line-light); transition: background .2s ease, color .2s ease, padding .2s ease; }
.sport-row:hover { padding-inline: 24px; background: var(--ink); color: #fff; }
.sport-row__number { font-size: 10px; font-weight: 900; letter-spacing: .18em; }
.sport-row__icon { display: grid; place-items: center; width: 66px; height: 66px; border: 1px solid currentColor; border-radius: 50%; color: var(--violet); font-size: 27px; }
.sport-row h3 { margin: 0; font-size: 30px; letter-spacing: -.04em; }
.sport-row p { margin: 0; color: #6e6873; font-size: 13px; }
.sport-row:hover p { color: #aaa3b0; }
.sport-row a { color: var(--violet); font-size: 11px; font-weight: 900; letter-spacing: .07em; text-decoration: none; text-transform: uppercase; }
.sport-row:hover a { color: var(--gold); }

.market-comparison { display: grid; grid-template-columns: 1fr 1fr; }
.market-card { min-height: 520px; padding: 48px; background: var(--gold); color: #171006; }
.market-card--dark { background: var(--ink); color: #fff; }
.market-card__top { display: flex; align-items: center; justify-content: space-between; padding-bottom: 25px; border-bottom: 1px solid currentColor; }
.market-card__top span { font-size: 9px; font-weight: 950; letter-spacing: .18em; }
.market-card__top i { display: grid; place-items: center; width: 48px; height: 48px; border: 1px solid currentColor; border-radius: 50%; font-style: normal; }
.market-card h3 { margin: 48px 0 20px; font-size: clamp(44px,5vw,70px); letter-spacing: -.06em; line-height: .9; }
.market-card p { margin: 0; font-size: 14px; }
.market-card ul { margin: 30px 0 0; padding: 0; list-style: none; }
.market-card li { position: relative; padding: 13px 0 13px 24px; border-top: 1px solid currentColor; font-size: 12px; }
.market-card li::before { position: absolute; top: 15px; left: 0; content: "→"; font-weight: 950; }
.market-card--dark p, .market-card--dark li { color: #b5aebc; }
.market-basics { display: grid; grid-template-columns: 1.25fr repeat(5,1fr); margin-top: 20px; border-top: 2px solid var(--ink); border-bottom: 1px solid var(--line-light); }
.market-basics > * { padding: 18px 14px; border-right: 1px solid var(--line-light); font-size: 9px; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; }
.market-basics > *:last-child { border-right: 0; }
.market-basics b { margin-right: 7px; color: var(--violet); }
.sports-disclaimer { max-width: 870px; margin: 27px 0 0 auto; color: #6e6873; font-size: 12px; }

.route-head { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: end; }
.route { position: relative; display: grid; grid-template-columns: repeat(4,1fr); gap: 0; margin-top: 68px; }
.route::before { position: absolute; top: 21px; right: 12.5%; left: 12.5%; height: 1px; background: linear-gradient(90deg,var(--gold),var(--violet),var(--cyan)); content: ""; }
.route__step { position: relative; padding: 0 30px 0 0; }
.route__dot { position: relative; z-index: 2; display: grid; place-items: center; width: 43px; height: 43px; margin-bottom: 25px; border: 1px solid var(--gold); border-radius: 50%; background: var(--ink); color: var(--gold); font-size: 10px; font-weight: 900; }
.route__step h3 { margin: 0 0 8px; font-size: 18px; }
.route__step p { margin: 0; color: #938b99; font-size: 12px; }

.install { position: relative; overflow: hidden; background: var(--violet); color: #fff; }
.install::after { position: absolute; top: -180px; right: -130px; width: 560px; height: 560px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; box-shadow: 0 0 0 75px rgba(255,255,255,.035),0 0 0 150px rgba(255,255,255,.02); content: ""; }
.install__grid { position: relative; z-index: 2; display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; padding-block: 80px; }
.install__visual { position: relative; transform: rotate(-3deg); }
.install__visual img { display: block; width: 100%; border: 8px solid #fff; box-shadow: var(--shadow); }
.install h2 { max-width: 640px; margin: 10px 0 18px; font-size: clamp(43px,5.2vw,72px); line-height: .98; letter-spacing: -.06em; }
.install p { max-width: 580px; color: #ddd1ee; }
.install .button { margin-top: 16px; }

.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; }
.faq-grid__intro { position: sticky; top: 112px; align-self: start; }
.faq-list { border-top: 1px solid var(--line-dark); }
.faq-list details { border-bottom: 1px solid var(--line-dark); }
.faq-list summary { position: relative; padding: 24px 46px 24px 0; color: #fff; cursor: pointer; font-size: 16px; font-weight: 850; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::before, .faq-list summary::after { position: absolute; top: 50%; right: 8px; width: 15px; height: 2px; background: var(--gold); content: ""; transition: transform .2s ease; }
.faq-list summary::after { transform: rotate(90deg); }
.faq-list details[open] summary::after { transform: rotate(0deg); }
.faq-list details p { margin: -5px 42px 24px 0; color: #b5aebc; font-size: 13px; }

.responsible { padding-block: 28px; background: var(--gold); color: #171006; }
.responsible__inner { display: grid; grid-template-columns: auto 1fr auto; gap: 28px; align-items: center; }
.responsible strong { font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.responsible p { margin: 0; font-size: 11px; }
.responsible a { font-size: 10px; font-weight: 900; letter-spacing: .07em; text-decoration: none; text-transform: uppercase; }

.footer { padding: 75px 0 145px; background: var(--ink); color: #fff; }
.footer__top { display: grid; grid-template-columns: 1.4fr repeat(3,.7fr); gap: 55px; }
.footer__brand img { width: 180px; }
.footer__brand p { max-width: 340px; color: #8d8593; font-size: 12px; }
.footer__nav strong { display: block; margin-bottom: 15px; color: var(--gold); font-size: 9px; letter-spacing: .17em; text-transform: uppercase; }
.footer__nav a { display: block; margin: 8px 0; color: #b9b1c0; font-size: 11px; text-decoration: none; }
.footer__nav a:hover { color: #fff; }
.footer__bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 60px; padding-top: 24px; border-top: 1px solid var(--line-dark); color: #6f6875; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }

.floating-rail { position: fixed; z-index: 999; right: 13px; bottom: 120px; display: grid; gap: 8px; }
.floating-rail a { position: relative; display: grid; place-items: center; width: 52px; height: 52px; border: 1px solid rgba(255,207,74,.35); border-radius: 50%; background: rgba(9,8,12,.94); color: var(--gold); font-size: 15px; font-weight: 900; text-decoration: none; box-shadow: 0 10px 30px rgba(0,0,0,.24); }
.floating-rail a span { position: absolute; top: 50%; right: 62px; padding: 7px 10px; background: var(--ink); color: #fff; font-size: 9px; white-space: nowrap; opacity: 0; transform: translate(8px,-50%); transition: opacity .2s, transform .2s; pointer-events: none; }
.floating-rail a:hover span { opacity: 1; transform: translate(0,-50%); }

.install-bar { position: fixed; z-index: 998; left: 50%; bottom: 14px; display: grid; grid-template-columns: 85px 1fr auto; gap: 15px; align-items: center; width: min(660px,calc(100% - 30px)); min-height: 73px; padding: 10px 12px; border: 1px solid rgba(255,207,74,.45); background: rgba(16,12,20,.97); color: #fff; box-shadow: 0 25px 60px rgba(0,0,0,.42); opacity: 0; visibility: hidden; transform: translate(-50%,120px); transition: opacity .3s,transform .38s,visibility .3s; }
.install-bar.is-visible { opacity: 1; visibility: visible; transform: translate(-50%,0); }
.install-bar > img { width: 80px; }
.install-bar strong, .install-bar span { display: block; }
.install-bar strong { font-size: 13px; }
.install-bar span { color: #9e96a5; font-size: 10px; }
.install-bar__close { position: absolute; top: -9px; right: -8px; display: grid; place-items: center; width: 26px; height: 26px; padding: 0; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; background: #27212d; color: #fff; cursor: pointer; }

.article-hero { position: relative; overflow: hidden; padding: 105px 0 90px; background: var(--ink); color: #fff; }
.article-hero::after { position: absolute; right: -140px; bottom: -260px; width: 600px; height: 600px; border: 1px solid rgba(255,207,74,.22); border-radius: 50%; box-shadow: 0 0 0 90px rgba(125,36,255,.06); content: ""; }
.breadcrumbs { position: relative; z-index: 2; margin-bottom: 34px; color: #817987; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.breadcrumbs a { color: var(--gold); text-decoration: none; }
.article-hero h1 { position: relative; z-index: 2; max-width: 900px; margin: 0; font-size: clamp(48px,7vw,88px); letter-spacing: -.065em; line-height: .95; }
.article-hero p { position: relative; z-index: 2; max-width: 720px; margin: 24px 0 0; color: #aaa3b0; }
.article-layout { display: grid; grid-template-columns: 260px 1fr; gap: 80px; padding-block: 85px 110px; }
.toc { position: sticky; top: 110px; align-self: start; padding-top: 15px; border-top: 2px solid var(--ink); }
.toc strong { display: block; margin-bottom: 12px; font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }
.toc a { display: block; padding: 7px 0; color: #766f7a; font-size: 11px; text-decoration: none; }
.toc a:hover { color: var(--violet); }
.article-body { max-width: 790px; }
.article-body h2 { margin: 56px 0 14px; font-size: clamp(30px,4vw,48px); letter-spacing: -.045em; line-height: 1.06; }
.article-body h2:first-child { margin-top: 0; }
.article-body h3 { margin: 30px 0 10px; font-size: 21px; }
.article-body p, .article-body li { color: #5f5964; font-size: 14px; }
.article-body a { color: var(--violet); font-weight: 800; }
.article-note { margin: 30px 0; padding: 20px 22px; border-left: 4px solid var(--gold); background: #e8e2d8; color: #514b54; font-size: 13px; }
.article-cta { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 42px; padding: 26px; background: var(--ink); }
.legal-main { min-height: 70vh; padding-block: 95px 110px; }
.legal { max-width: 880px; }
.legal h1 { margin: 10px 0 18px; font-size: clamp(42px,6vw,70px); letter-spacing: -.06em; line-height: 1; }
.legal h2 { margin: 43px 0 10px; font-size: 24px; }
.legal p, .legal li { color: #625c67; font-size: 14px; }
.legal a { color: var(--violet); font-weight: 800; }
.legal__date { color: #8a838e !important; font-size: 10px !important; letter-spacing: .08em; text-transform: uppercase; }
.tracking-frame, .tracking-pixel { position: absolute; width: 0; height: 0; border: 0; visibility: hidden; }

a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid var(--cyan); outline-offset: 3px; }

@media (max-width: 1050px) {
  .header__inner { gap: 20px; }
  .site-nav { gap: 17px; }
  .hero__grid { gap: 35px; }
  .command__grid { grid-template-columns: repeat(3,1fr); }
  .command a:nth-child(3) { border-right: 0; }
  .command a:nth-child(n+4) { border-top: 1px solid var(--line-light); }
  .command a:last-child { grid-column: span 2; }
  .manifest { gap: 55px; }
  .pulse-board { grid-template-columns: 1fr 1.25fr; }
  .qris-copy { padding-right: 46px; }
  .qris-ledger { padding: 38px; }
  .market-basics { grid-template-columns: repeat(3,1fr); }
  .market-basics > * { border-bottom: 1px solid var(--line-light); }
  .sport-row { grid-template-columns: 55px 70px .7fr 1.3fr auto; gap: 15px; }
  .footer__top { grid-template-columns: 1.2fr repeat(3,.7fr); gap: 30px; }
}

@media (max-width: 850px) {
  .menu-button { display: block; margin-left: auto; }
  .site-nav { position: fixed; top: 110px; right: 18px; left: 18px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 10px; border: 1px solid var(--line-dark); background: rgba(9,8,12,.99); box-shadow: var(--shadow); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 15px; border-bottom: 1px solid var(--line-dark); }
  .site-nav a:last-child { border-bottom: 0; }
  .header__actions .button:first-child { display: none; }
  .hero__grid { grid-template-columns: 1fr; padding-top: 80px; text-align: center; }
  .hero__copy { display: grid; justify-items: center; }
  .hero__visual { justify-self: center; width: min(100%,530px); }
  .hero__number { font-size: 70vw; }
  .manifest, .qris-grid, .depth-head, .sports-head, .route-head, .install__grid, .faq-grid { grid-template-columns: 1fr; gap: 45px; }
  .qris-grid { gap: 0; }
  .qris-copy { padding: 76px 0; }
  .qris-ledger { padding: 45px; }
  .manifest__intro, .faq-grid__intro { position: static; }
  .pulse-board { grid-template-columns: 1fr; }
  .pulse-board__visual { min-height: 470px; }
  .rtp-reading { grid-template-columns: 1fr; }
  .market-comparison { grid-template-columns: 1fr; }
  .route { grid-template-columns: 1fr 1fr; gap: 42px 20px; }
  .route::before { display: none; }
  .install__visual { max-width: 600px; }
  .footer__top { grid-template-columns: repeat(3,1fr); }
  .footer__brand { grid-column: 1/-1; }
  .article-layout { grid-template-columns: 1fr; gap: 35px; }
  .toc { position: static; }
}

@media (max-width: 620px) {
  .shell { width: min(calc(100% - 26px),var(--shell)); }
  .ticker { height: 29px; font-size: 8px; }
  .header__inner { min-height: 66px; }
  .brand img { width: 113px; }
  .header__actions .button { min-height: 38px; padding-inline: 13px; font-size: 9px; }
  .site-nav { top: 103px; right: 10px; left: 10px; }
  .hero { min-height: auto; }
  .hero__grid { min-height: auto; padding-block: 60px 105px; }
  .hero h1 { font-size: 49px; }
  .hero h1 > span { margin-top: 15px; font-size: .22em; letter-spacing: .12em; }
  .hero__lead { font-size: 13px; }
  .hero__buttons { display: grid; grid-template-columns: 1fr 1fr; width: 100%; }
  .hero__buttons .button { min-width: 0; padding-inline: 10px; font-size: 9px; }
  .hero__meta { justify-content: center; font-size: 8px; }
  .hero__visual { width: calc(100% - 22px); }
  .hero__visual::after { display: none; }
  .signal { min-width: 115px; padding: 9px 11px; }
  .signal strong { font-size: 9px; }
  .signal span { font-size: 7px; }
  .signal--top { left: -9px; }
  .signal--bottom { right: -8px; }
  .command { margin-top: -44px; }
  .command__grid { grid-template-columns: 1fr 1fr; }
  .command a { grid-template-columns: 34px 1fr; min-height: 78px; padding: 11px; }
  .command a:nth-child(2n) { border-right: 0; }
  .command a:nth-child(3) { border-right: 1px solid var(--line-light); }
  .command a:nth-child(n+3) { border-top: 1px solid var(--line-light); }
  .command a:last-child { grid-column: 1/-1; }
  .command__icon { width: 34px; height: 34px; }
  .command__arrow { display: none; }
  .section { padding-block: 76px; }
  .section-title { font-size: 40px; }
  .manifest__item { grid-template-columns: 40px 1fr; }
  .qris-copy { padding-block: 70px; }
  .qris-copy .section-copy { font-size: 15px; }
  .depth-copy { font-size: 13px; }
  .fact-note { grid-template-columns: 1fr; gap: 8px; }
  .qris-ledger { padding: 32px 24px; }
  .qris-ledger__head strong { font-size: 88px; }
  .depth-head { margin-bottom: 36px; }
  .pulse-head { align-items: start; flex-direction: column; }
  .pulse-board__visual { min-height: 410px; }
  .pulse-row { grid-template-columns: 38px 1fr auto; gap: 10px; padding: 19px 15px; }
  .pulse-row h3 { font-size: 16px; }
  .pulse-row p { font-size: 10px; }
  .rtp-reading article { padding: 22px 19px; }
  .market-card { min-height: 0; padding: 35px 24px; }
  .market-card h3 { margin-top: 36px; font-size: 48px; }
  .market-basics { grid-template-columns: 1fr 1fr; }
  .market-basics > strong { grid-column: 1/-1; }
  .sport-row { grid-template-columns: 44px 1fr auto; gap: 13px; min-height: 130px; }
  .sport-row__number { display: none; }
  .sport-row__icon { width: 44px; height: 44px; font-size: 18px; }
  .sport-row h3 { font-size: 22px; }
  .sport-row p { grid-column: 2/-1; }
  .route { grid-template-columns: 1fr; }
  .route__step { display: grid; grid-template-columns: 42px 1fr; gap: 15px; padding: 0; }
  .route__dot { grid-row: span 2; margin: 0; }
  .route__step p { grid-column: 2; }
  .install__grid { padding-block: 65px; }
  .install h2 { font-size: 40px; }
  .responsible__inner { grid-template-columns: 1fr; gap: 8px; }
  .footer { padding-bottom: 155px; }
  .footer__top { grid-template-columns: 1fr 1fr; gap: 35px 24px; }
  .footer__brand { grid-column: 1/-1; }
  .footer__bottom { align-items: start; flex-direction: column; }
  .floating-rail { right: 8px; bottom: 143px; }
  .floating-rail a { width: 47px; height: 47px; }
  .floating-rail a span { display: none; }
  .install-bar { bottom: calc(64px + env(safe-area-inset-bottom)); grid-template-columns: 64px 1fr auto; width: calc(100% - 16px); min-height: 63px; gap: 8px; padding: 8px; }
  .install-bar > img { width: 60px; }
  .install-bar span { display: none; }
  .install-bar .button { min-height: 36px; padding-inline: 11px; font-size: 8px; }
  .article-hero { padding-block: 75px 65px; }
  .article-hero h1 { font-size: 47px; }
  .article-layout { padding-block: 58px 80px; }
  .article-body h2 { font-size: 32px; }
  .article-cta { padding: 17px; }
  .legal-main { padding-block: 70px 85px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,*::before,*::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
}
