/* Foil landing · centred type, glowing objects, floating logo grid, fanned packs. */
body.landing { overflow-x: clip; }
.lp-nav a.active::after { display: none; }
main { position: relative; z-index: 1; }
.lp-hero { position: relative; padding: 84px 28px 0; text-align: center; overflow: hidden; min-height: 780px; }
.lp-grid { position: absolute; inset: 0; 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; mask-image: radial-gradient(ellipse 70% 60% at 50% 40%, #000 30%, transparent 75%); pointer-events: none; }
.lp-hero-inner { position: relative; max-width: 760px; margin: 0 auto; display: flex; flex-direction: column; align-items: center; gap: 18px; }
.lp-h1 { font-size: 78px; font-weight: 800; letter-spacing: -.045em; line-height: .98; margin-top: 6px; }
.lp-lede { font-size: 18px; color: var(--text-2); max-width: 600px; line-height: 1.5; }
.lp-ctas { display: flex; gap: 10px; margin-top: 6px; }
.lp-proof { display: flex; gap: 26px; margin-top: 10px; color: var(--text-3); font-size: 13px; }
.lp-proof b { color: var(--text); font-weight: 800; margin-right: 4px; }
.lp-fan { position: relative; height: 330px; margin-top: 40px; }
.lp-fan::before { content: ''; position: absolute; left: 50%; top: 40%; width: 900px; height: 360px; transform: translate(-50%,-30%); background: radial-gradient(closest-side, rgba(120,90,255,.35), rgba(0,200,5,.10) 55%, transparent 75%); filter: blur(40px); }
.lp-fan .booster { position: absolute; left: 50%; top: 0; cursor: pointer; transition: transform .25s; }
.lp-fan .booster .behind { display: none; }
.lp-fan .f0 { transform: translateX(-50%) translateX(-420px) translateY(70px) rotate(-16deg); }
.lp-fan .f1 { transform: translateX(-50%) translateX(-215px) translateY(24px) rotate(-8deg); z-index: 1; }
.lp-fan .f2 { transform: translateX(-50%); z-index: 2; }
.lp-fan .f3 { transform: translateX(-50%) translateX(215px) translateY(24px) rotate(8deg); z-index: 1; }
.lp-fan .f4 { transform: translateX(-50%) translateX(420px) translateY(70px) rotate(16deg); }
.lp-fan .booster:hover { transform: translateX(-50%) translateY(-16px); z-index: 5; }
.lp-fan .f0:hover { transform: translateX(-50%) translateX(-420px) translateY(50px) rotate(-16deg); }
.lp-fan .f1:hover { transform: translateX(-50%) translateX(-215px) translateY(4px) rotate(-8deg); }
.lp-fan .f3:hover { transform: translateX(-50%) translateX(215px) translateY(4px) rotate(8deg); }
.lp-fan .f4:hover { transform: translateX(-50%) translateX(420px) translateY(50px) rotate(16deg); }
.lp-feedwrap { padding: 8px 28px 0; }
.lp-feedwrap .ticker { margin: 0; padding: 0; }
.lp-section { max-width: 1180px; margin: 0 auto; padding: 96px 28px 0; }
.lp-head { max-width: 640px; margin-bottom: 30px; }
.lp-head.center { margin: 0 auto 0; text-align: center; }
.lp-head p, .lp-p { color: var(--text-2); font-size: 16.5px; margin-top: 12px; line-height: 1.55; }
.lp-h2 { font-size: 44px; font-weight: 800; letter-spacing: -.04em; line-height: 1.02; margin-top: 10px; }
.lp-center { text-align: center; margin-top: 24px; }
.lp-packstrip { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
.lp-pack { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 18px 12px 14px; display: flex; flex-direction: column; align-items: center; gap: 4px; transition: transform .18s, border-color .18s; }
.lp-pack:hover { transform: translateY(-4px); border-color: var(--line-2); }
.lp-pack .booster { --w: 130px; margin-bottom: 10px; }
.lp-pack-name { font-weight: 800; font-size: 15px; }
.lp-pack-by { font-size: 12px; color: var(--text-3); }
.lp-dark { max-width: none; padding: 110px 28px 0; position: relative; }
.lp-logogrid { display: grid; grid-template-columns: repeat(9, 64px); gap: 18px; justify-content: center; margin-bottom: 40px; position: relative; }
.lp-logogrid::before { content: ''; position: absolute; left: 50%; top: 50%; width: 700px; height: 400px; transform: translate(-50%,-50%); background: radial-gradient(closest-side, rgba(120,90,255,.30), transparent 70%); filter: blur(40px); pointer-events: none; }
.lg-cell { width: 64px; height: 64px; border-radius: 18px; background: var(--surface); border: 1px solid var(--line); display: grid; place-items: center; animation: floaty 5s ease-in-out infinite; animation-delay: var(--d); position: relative; }
.lg-cell .tlogo { width: 36px; height: 36px; }
.lg-cell.center { background: var(--bg); border-color: rgba(255,255,255,.2); box-shadow: 0 0 60px rgba(255,255,255,.15), 0 0 120px rgba(0,200,5,.25); }
.mark-big { display: block; width: 40px; height: 40px; border-radius: 11px; background: var(--holo); position: relative; }
.mark-big::after { content: ''; position: absolute; inset: 10px; border-radius: 4px; background: var(--bg); }
@keyframes floaty { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-6px); } }
.lp-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.lp-step { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 22px; }
.lp-step .n { display: inline-grid; place-items: center; width: 30px; height: 30px; border-radius: 10px; background: var(--coin); color: #03230A; font-weight: 800; margin-bottom: 14px; }
.lp-step p { color: var(--text-2); margin-top: 6px; font-size: 14px; }
.lp-odds { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 20px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 26px; align-items: center; }
.lp-split { display: grid; grid-template-columns: 1.1fr 1fr; gap: 40px; align-items: center; }
.lp-split.rev { grid-template-columns: 1fr 1.1fr; }
.lp-calc .field { display: flex; flex-direction: column; gap: 6px; }
.lp-three { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; max-width: 1180px; margin: 30px auto 0; }
.lp-three .card h3 { margin-top: 8px; }
.lp-three .card p { color: var(--text-2); margin-top: 6px; font-size: 14px; }
.lp-battle-art { display: grid; grid-template-columns: 1fr auto 1fr; gap: 14px; align-items: center; }
.lp-battle-art .bc { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 22px 18px; display: flex; flex-direction: column; align-items: center; gap: 8px; }
.lp-battle-art .bc.me { border-color: rgba(0,200,5,.45); box-shadow: 0 0 40px rgba(0,200,5,.12); }
.lp-battle-art .bc .tlogo { width: 44px; height: 44px; }
.lp-battle-art .bc .v { font-family: var(--mono); font-weight: 800; font-size: 22px; }
.lp-battle-art .vs { font-family: var(--display); font-variation-settings: 'wdth' 125, 'wght' 900; color: var(--text-3); font-size: 22px; }
.lp-final { padding: 130px 28px 60px; text-align: center; position: relative; }
.lp-final-inner { display: flex; flex-direction: column; align-items: center; gap: 14px; }
.lp-final p { color: var(--text-2); font-size: 16.5px; }
.lp-hand { margin-top: 40px; position: relative; }
.lp-hand::before { content: ''; position: absolute; left: 50%; top: 50%; width: 420px; height: 420px; transform: translate(-50%,-50%); background: radial-gradient(closest-side, rgba(0,200,5,.45), transparent 70%); filter: blur(30px); }
.mark-big.glow { width: 120px; height: 120px; border-radius: 30px; position: relative; box-shadow: 0 0 80px rgba(0,200,5,.55), 0 30px 60px rgba(0,0,0,.6); background: var(--coin); }
.mark-big.glow::after { inset: 32px; border-radius: 12px; background: var(--bg); }
.lp-footer { max-width: 1180px; margin: 40px auto 0; padding: 30px 28px 40px; border-top: 1px solid var(--line); position: relative; z-index: 1; }
.lp-footer-top { display: flex; justify-content: space-between; gap: 30px; flex-wrap: wrap; }
.lp-cols { display: flex; gap: 60px; }
.lp-cols div { display: flex; flex-direction: column; gap: 8px; font-size: 13.5px; color: var(--text-2); }
.lp-cols b { color: var(--text); margin-bottom: 4px; }
.lp-footer-bottom { display: flex; gap: 30px; margin-top: 30px; padding-top: 20px; border-top: 1px solid var(--line); flex-wrap: wrap; }
@media (max-width: 1000px) { .lp-h1 { font-size: 52px; } .lp-packstrip { grid-template-columns: repeat(3, 1fr); } .lp-steps { grid-template-columns: repeat(2, 1fr); } .lp-split, .lp-split.rev, .lp-odds { grid-template-columns: 1fr; } .lp-logogrid { grid-template-columns: repeat(6, 56px); } .lp-three { grid-template-columns: 1fr; } .lp-fan .f0, .lp-fan .f4 { display: none; } .lp-nav { display: none; } }
.lp-fan { height: 430px; margin-top: 34px; }
.lp-fan .booster { top: 10px; }
@media (max-width: 760px) {
  .topbar-inner { padding: 0 14px; height: 56px; }
  .lp-nav { display: none; }
  .topbar-right .btn-ghost { display: none; }
  .topbar-right .btn { height: 38px; padding: 0 14px; font-size: 13.5px; }
  .lp-hero { padding: 44px 16px 0; min-height: 0; }
  .lp-h1 { font-size: 44px; }
  .lp-lede { font-size: 15.5px; }
  .lp-ctas { flex-direction: column; width: 100%; } .lp-ctas .btn { width: 100%; }
  .lp-proof { flex-wrap: wrap; gap: 10px 16px; justify-content: center; }
  .lp-fan { height: 300px; margin-top: 10px; }
  .lp-fan .booster { --w: 170px; }
  .lp-fan .f0, .lp-fan .f4 { display: none; }
  .lp-fan .f1 { transform: translateX(-50%) translateX(-120px) translateY(30px) rotate(-10deg) scale(.85); }
  .lp-fan .f3 { transform: translateX(-50%) translateX(120px) translateY(30px) rotate(10deg) scale(.85); }
  .lp-fan .f2 { --w: 200px; }
  .lp-feedwrap { padding: 0 14px; }
  .lp-section { padding: 64px 16px 0; }
  .lp-h2 { font-size: 32px; }
  .lp-packstrip { display: flex; overflow-x: auto; gap: 10px; scroll-snap-type: x mandatory; padding-bottom: 8px; margin: 0 -16px; padding-left: 16px; padding-right: 16px; }
  .lp-pack { flex: 0 0 150px; scroll-snap-align: start; }
  .lp-logogrid { grid-template-columns: repeat(6, 48px); gap: 10px; } .lg-cell { width: 48px; height: 48px; border-radius: 14px; } .lg-cell .tlogo { width: 28px; height: 28px; } .mark-big { width: 30px; height: 30px; border-radius: 9px; } .mark-big::after { inset: 8px; }
  .lp-dark { padding: 70px 16px 0; }
  .lp-steps { grid-template-columns: 1fr; gap: 10px; }
  .lp-odds { grid-template-columns: 1fr; padding: 18px; }
  .lp-split, .lp-split.rev { grid-template-columns: 1fr; gap: 20px; }
  .lp-split.rev > :first-child { order: 2; }
  .lp-three { grid-template-columns: 1fr; gap: 10px; }
  .lp-final { padding: 80px 16px 40px; }
  .lp-hand { margin-top: 24px; } .mark-big.glow { width: 90px; height: 90px; border-radius: 24px; } .mark-big.glow::after { inset: 24px; border-radius: 9px; }
  .lp-footer { padding: 24px 16px 30px; }
  .lp-cols { gap: 28px; flex-wrap: wrap; }
  .lp-footer-bottom { gap: 12px 20px; }
}

/* trust strip */
.lp-trust { max-width: 1180px; margin: 40px auto 0; padding: 0 28px; display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.lp-rails { display: flex; gap: 8px; flex-wrap: wrap; }
.lp-rails span { padding: 8px 14px; border-radius: 999px; border: 1px solid var(--line); background: var(--surface); color: var(--text-2); font-weight: 700; font-size: 13px; }
/* VS arena */
.arena { display: grid; grid-template-columns: 1fr 64px 1fr; gap: 12px; align-items: stretch; position: relative; }
.arena-side { position: relative; border-radius: 20px; padding: 16px; background: var(--surface); border: 1px solid var(--line); overflow: hidden; isolation: isolate; }
.arena-side::before { content: ''; position: absolute; inset: 0; z-index: -1; opacity: .9; }
.arena-side.me { border-color: rgba(0,200,5,.55); box-shadow: 0 0 0 1px rgba(0,200,5,.15) inset, 0 0 60px rgba(0,200,5,.14), 0 30px 60px rgba(0,0,0,.5); }
.arena-side.me::before { background: radial-gradient(70% 60% at 20% 90%, rgba(0,200,5,.22), transparent 70%); }
.arena-side.them { border-color: rgba(160,100,255,.5); box-shadow: 0 0 0 1px rgba(160,100,255,.15) inset, 0 0 60px rgba(140,90,255,.14), 0 30px 60px rgba(0,0,0,.5); }
.arena-side.them::before { background: radial-gradient(70% 60% at 80% 90%, rgba(150,90,255,.22), transparent 70%); }
.arena-side::after { content: ''; position: absolute; left: 14px; right: 14px; top: 0; height: 2px; border-radius: 2px; }
.arena-side.me::after { background: linear-gradient(90deg, transparent, var(--coin), transparent); box-shadow: 0 0 14px var(--coin); }
.arena-side.them::after { background: linear-gradient(90deg, transparent, #A46CFF, transparent); box-shadow: 0 0 14px #A46CFF; }
.arena-head { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; }
.arena-head .tlogo { width: 34px; height: 34px; }
.arena-total { margin-left: auto; font-family: var(--mono); font-weight: 800; font-size: 22px; }
.arena-side.me .arena-total { color: var(--coin); }
.arena-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.acard { border-radius: 12px; background: linear-gradient(170deg, #1B1C22, #0F1014); border: 1px solid rgba(255,255,255,.12); overflow: hidden; display: flex; flex-direction: column; aspect-ratio: 2 / 3; }
.acard .sc-top { padding: 7px 8px 4px; } .acard .sc-tick { font-size: 9px; letter-spacing: .1em; } .acard .sc-mark { width: 10px; height: 10px; border-radius: 3px; } .acard .sc-mark::after { inset: 3px; }
.acard .sc-field { flex: 1; margin: 0 6px; border-radius: 8px; position: relative; overflow: hidden; background: #0B0C10; border: 1px solid rgba(255,255,255,.1); }
.acard .sc-field .tlogo.sc-logo { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 34px; height: 34px; border: 0; box-shadow: 0 10px 20px rgba(0,0,0,.6); animation: none; }
.acard .sc-glow { position: absolute; left: 50%; top: 50%; width: 60px; height: 60px; transform: translate(-50%,-50%); border-radius: 50%; filter: blur(16px); opacity: .5; background: #fff; }
.acard.common .sc-glow { background: #B9B7AE; opacity: .2; } .acard.epic .sc-glow { background: #B26BFF; opacity: .7; }
.acard.epic { border-color: rgba(190,130,255,.7); box-shadow: 0 0 24px rgba(150,80,255,.35); }
.acard .sc-field .tier { position: absolute; left: 5px; top: 5px; padding: 2px 5px; border-radius: 999px; background: rgba(0,0,0,.6); color: #fff; font-size: 7px; font-weight: 800; letter-spacing: .08em; }
.acard .sc-bot { padding: 6px 8px 8px; display: flex; justify-content: flex-end; }
.acard .sc-tag { font-family: var(--mono); font-weight: 800; font-size: 10px; padding: 3px 6px; border-radius: 5px; background: #F3F1EA; color: #0B0C10; }
.acard.epic .sc-tag { background: #D9A8FF; }
.arena-foot { margin-top: 12px; display: flex; justify-content: center; }
.arena-vs { position: relative; display: grid; place-items: center; }
.arena-vs span { font-family: var(--display); font-variation-settings: 'wdth' 125, 'wght' 900; font-size: 28px; color: #fff; text-shadow: 0 0 20px rgba(255,255,255,.6); position: relative; z-index: 2; font-style: italic; }
.arena-vs .beam { position: absolute; left: 50%; top: -20px; bottom: -20px; width: 2px; transform: translateX(-50%); background: linear-gradient(180deg, transparent, var(--coin) 35%, #A46CFF 65%, transparent); box-shadow: 0 0 18px rgba(120,220,120,.5), 0 0 30px rgba(150,90,255,.4); }
.arena-vs::before { content: ''; position: absolute; left: 50%; top: 50%; width: 120px; height: 120px; transform: translate(-50%,-50%); border-radius: 50%; background: radial-gradient(closest-side, rgba(255,255,255,.18), transparent 70%); filter: blur(10px); }
/* comparison */
.cmp { border: 1px solid var(--line); border-radius: 20px; overflow: hidden; background: var(--surface); }
.cmp-row { display: grid; grid-template-columns: 1.1fr 1fr 1.3fr; gap: 12px; padding: 14px 20px; border-bottom: 1px solid var(--line); color: var(--text-2); font-size: 14.5px; align-items: center; }
.cmp-row:last-child { border-bottom: 0; }
.cmp-row > span:first-child { color: var(--text); font-weight: 700; }
.cmp-row .us { color: var(--text); font-weight: 600; position: relative; padding-left: 14px; }
.cmp-row .us::before { content: ''; position: absolute; left: 0; top: 50%; width: 6px; height: 6px; border-radius: 50%; background: var(--coin); transform: translateY(-50%); box-shadow: 0 0 10px var(--coin); }
.cmp-row.head { background: var(--bg-2); font-size: 11.5px; letter-spacing: .1em; text-transform: uppercase; font-weight: 700; color: var(--text-3); }
.cmp-row.head .us { color: var(--coin); }
/* faq */
.faq { display: grid; gap: 8px; max-width: 820px; }
.faq details { background: var(--surface); border: 1px solid var(--line); border-radius: 16px; padding: 0 20px; }
.faq summary { cursor: pointer; list-style: none; padding: 16px 0; font-weight: 700; font-size: 16px; display: flex; justify-content: space-between; align-items: center; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; color: var(--text-3); font-size: 20px; font-weight: 400; }
.faq details[open] summary::after { content: '−'; }
.faq p { color: var(--text-2); padding: 0 0 18px; line-height: 1.55; font-size: 15px; }
@media (max-width: 760px) { .arena { grid-template-columns: 1fr; } .arena-vs { height: 48px; } .arena-vs .beam { display: none; } .cmp-row { grid-template-columns: 1fr; gap: 4px; } .cmp-row.head { display: none; } .cmp-row > span:nth-child(2) { font-size: 13px; color: var(--text-3); } .cmp-row > span:nth-child(2)::before { content: 'Others: '; } .lp-trust { margin-top: 24px; padding: 0 16px; } }
/* arena v2: wider, HUD chamfers, cleaner mini cards, full-height beam */
#battles .lp-split.rev { grid-template-columns: 1.5fr 1fr; gap: 48px; }
.arena { grid-template-columns: 1fr 84px 1fr; gap: 0; }
.arena-side { padding: 20px 18px 18px; border-radius: 18px; }
.arena-side.me { clip-path: polygon(0 0, calc(100% - 26px) 0, 100% 18px, 100% 100%, 0 100%); }
.arena-side.them { clip-path: polygon(26px 0, 100% 0, 100% 100%, 0 100%, 0 18px); }
.arena-side::after { top: 0; height: 3px; }
.arena-side .corner { position: absolute; bottom: 10px; width: 46px; height: 6px; background: repeating-linear-gradient(90deg, currentColor 0 3px, transparent 3px 7px); opacity: .55; }
.arena-side.me .corner { left: 14px; color: var(--coin); }
.arena-side.them .corner { right: 14px; color: #A46CFF; }
.arena-head { margin-bottom: 14px; }
.arena-total { font-size: 26px; }
.arena-cards { gap: 10px; }
.acard { aspect-ratio: 3 / 4; border-radius: 14px; }
.acard .sc-top { padding: 8px 9px 5px; }
.acard .sc-field .tier { display: none; }
.acard .sc-field::before { content: ''; position: absolute; left: 0; right: 0; top: 0; height: 4px; background: var(--f-common); }
.acard.uncommon .sc-field::before { background: var(--f-uncommon); } .acard.rare .sc-field::before { background: var(--f-rare); } .acard.epic .sc-field::before { background: var(--f-epic); } .acard.legend .sc-field::before { background: var(--f-legend); }
.acard .sc-field .tlogo.sc-logo { width: 40px; height: 40px; }
.acard .sc-bot { padding: 7px 9px 9px; }
.acard .sc-tag { font-size: 11px; padding: 4px 7px; }
.arena-foot { margin-top: 14px; }
.arena-vs { align-self: stretch; }
.arena-vs span { font-size: 34px; }
.arena-vs .beam { top: -30px; bottom: -30px; width: 3px; }
.arena-vs::after { content: ''; position: absolute; left: 50%; top: 50%; width: 84px; height: 1px; transform: translate(-50%,-50%); background: linear-gradient(90deg, var(--coin), transparent 45%, transparent 55%, #A46CFF); opacity: .8; }
@media (max-width: 760px) { #battles .lp-split.rev { grid-template-columns: 1fr; } .arena { grid-template-columns: 1fr; gap: 8px; } .arena-vs::after { display: none; } .arena-side.me, .arena-side.them { clip-path: none; } }
#battles .lp-h2 { font-size: 36px; }

/* built-on rails: real marks, monochrome until hover */
.lp-trust { flex-direction: column; align-items: stretch; gap: 14px; }
.lp-trust-head { display: flex; align-items: baseline; gap: 12px; }
.lp-rails { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; }
.rail { display: grid; grid-template-columns: 34px 1fr; grid-template-rows: auto auto; column-gap: 12px; align-items: center; padding: 12px 14px; border-radius: 16px; background: var(--surface); border: 1px solid var(--line); color: var(--text-2); transition: border-color .18s, color .18s, transform .18s; }
.rail:hover { border-color: var(--line-2); transform: translateY(-2px); }
.rail .rail-svg, .rail .rail-tile { grid-row: 1 / span 2; width: 34px; height: 34px; }
.rail .rail-svg { fill: currentColor; color: var(--text-2); transition: color .2s; }
.rail span { font-weight: 800; font-size: 14px; color: var(--text); }
.rail em { font-style: normal; font-size: 11.5px; color: var(--text-3); }
.rail.rb:hover .rail-svg { color: #00C805; }
.rail.cl:hover .rail-svg { color: #2A5ADA; }
.rail.un:hover .rail-svg { color: #FF007A; }
.rail-tile { display: grid; place-items: center; border-radius: 50%; font-family: var(--mono); font-weight: 800; font-size: 15px; }
.rail-tile.coin { background: radial-gradient(circle at 35% 30%, #9CFFB0, var(--coin) 55%, var(--coin-2)); color: #03230A; filter: grayscale(1) brightness(.85); transition: filter .2s; }
.rail.usdg:hover .rail-tile.coin { filter: none; }
.rail-tile.mono { border-radius: 10px; background: var(--surface-2); border: 1px solid var(--line-2); color: var(--text-2); }
.rail.pons:hover .rail-tile.mono { color: #fff; border-color: rgba(255,255,255,.35); }
@media (max-width: 760px) { .lp-rails { grid-template-columns: 1fr 1fr; } .rail { padding: 10px 12px; } }
.lp-rails .rail span { padding: 0; border: 0; background: none; border-radius: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 13.5px; }
.lp-rails .rail span.rail-tile.coin { background: radial-gradient(circle at 35% 30%, #9CFFB0, var(--coin) 55%, var(--coin-2)); border-radius: 50%; overflow: visible; }
.lp-rails .rail span.rail-tile.mono { background: var(--surface-2); border: 1px solid var(--line-2); border-radius: 10px; }

/* how it works: icon tiles, mono at rest, lit on hover */
.lp-step { transition: border-color .18s, transform .18s; }
.lp-step:hover { transform: translateY(-3px); border-color: var(--line-2); }
.lp-step .n { width: 44px; height: 44px; border-radius: 13px; background: var(--surface-2); border: 1px solid var(--line-2); color: var(--text-2); display: grid; place-items: center; margin-bottom: 16px; transition: color .2s, background .2s, border-color .2s, box-shadow .2s; }
.lp-step .n svg { width: 22px; height: 22px; }
.lp-step.s1:hover .n { color: #03230A; background: var(--coin); border-color: transparent; box-shadow: 0 0 26px rgba(0,200,5,.45); }
.lp-step.s2:hover .n { color: #fff; background: #2A5ADA; border-color: transparent; box-shadow: 0 0 26px rgba(42,90,218,.55); }
.lp-step.s3:hover .n { color: #fff; background: #FF007A; border-color: transparent; box-shadow: 0 0 26px rgba(255,0,122,.5); }
.lp-step.s4:hover .n { color: #0B0C10; background: var(--holo); border-color: transparent; box-shadow: 0 0 26px rgba(255,255,255,.35); }

/* watch a rip */
.ripdemo { display: grid; grid-template-columns: 300px 1fr; gap: 28px; align-items: center; background: var(--surface); border: 1px solid var(--line); border-radius: 24px; padding: 28px; position: relative; overflow: hidden; }
.ripdemo::before { content: ''; position: absolute; left: 60%; top: 50%; width: 600px; height: 400px; transform: translate(-50%,-50%); background: radial-gradient(closest-side, rgba(120,90,255,.22), transparent 70%); filter: blur(40px); pointer-events: none; }
.rd-left { display: flex; flex-direction: column; align-items: center; gap: 14px; position: relative; }
.rd-caption { display: flex; gap: 12px; align-items: center; }
.rd-right { position: relative; display: flex; flex-direction: column; align-items: center; gap: 18px; }
.rd-stage { display: flex; gap: 16px; perspective: 1400px; min-height: 340px; align-items: center; }
.rd-stage .rcard { width: 200px; height: 290px; }
.rd-stage .sc-field .tlogo.sc-logo { width: 70px; height: 70px; }
.rd-slam { position: absolute; left: 50%; top: 40%; transform: translate(-50%,-50%) scale(2); opacity: 0; font-family: var(--display); font-variation-settings: 'wdth' 125, 'wght' 900; font-size: 64px; color: #fff; pointer-events: none; transition: transform .25s cubic-bezier(.1,.9,.2,1), opacity .2s; text-shadow: 0 6px 0 rgba(0,0,0,.35), 0 20px 60px rgba(0,0,0,.6); white-space: nowrap; }
.rd-slam.show { opacity: 1; transform: translate(-50%,-50%) scale(1); }
.rd-slam.rare { color: #8FC4FF; } .rd-slam.epic { color: #D9A8FF; } .rd-slam.legend { background: var(--holo); -webkit-background-clip: text; background-clip: text; color: transparent; }
.rd-sum { display: flex; gap: 28px; background: var(--bg-2); border: 1px solid var(--line); border-radius: 16px; padding: 12px 20px; }
.rd-sum > span { display: flex; flex-direction: column; gap: 2px; } .rd-sum b { font-size: 20px; font-weight: 800; letter-spacing: -.02em; }
@media (max-width: 760px) { .ripdemo { grid-template-columns: 1fr; padding: 18px; gap: 16px; } .rd-left .booster { --w: 150px; } .rd-stage { min-height: 0; gap: 8px; } .rd-stage .rcard { width: 104px; height: 150px; } .rd-stage .sc-field .tlogo.sc-logo { width: 36px; height: 36px; } .rd-stage .sc-name { display: none; } .rd-stage .sc-tag { font-size: 10px; padding: 3px 5px; } .rd-stage .sc-top { padding: 6px 8px 3px; } .rd-stage .sc-bot { padding: 6px 8px 8px; } .rd-stage .sc-field { margin: 0 6px; } .rd-stage .sc-field .tier { font-size: 7.5px; padding: 2px 4px; } .rd-slam { font-size: 36px; } .rd-sum { gap: 16px; padding: 10px 14px; } .rd-sum b { font-size: 16px; } }

.lp-tiers { margin-bottom: 12px; }
