/* ladder.css — the ladder (leaderboard.html) on the v2 house style. Loads after ui-v2.css.
   Order: your rank in its own light, the seven ranks, the 7-day race for a Championship seat, what you earn
   (daily credits, the Battle Pass, the Championship), then the standings. */

@property --p { syntax: "<number>"; inherits: true; initial-value: 0; }
.ladder { max-width: 1320px; margin: 0 auto; padding: 4px var(--pad) 56px; display: grid; grid-template-columns: minmax(0, 1fr); gap: clamp(30px, 5vh, 56px); }
.sec-head { display: flex; align-items: flex-end; justify-content: space-between; flex-wrap: wrap; gap: 10px 12px; margin-bottom: 16px; }
.row { display: flex; justify-content: space-between; gap: 12px; font-size: 13px; color: var(--ink-2); }

.hero { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); align-items: center; gap: clamp(20px, 4vw, 64px); min-height: clamp(360px, 56vh, 540px); }
.hero-copy { display: grid; grid-template-columns: minmax(0, 1fr); gap: 14px; justify-items: start; min-width: 0; }
.tier-name { margin: 0; max-width: 100%; font: 900 clamp(52px, 8vw, 118px)/.9 var(--display); letter-spacing: .03em; overflow-wrap: anywhere;
  background: linear-gradient(180deg, #fff 10%, var(--hi) 55%, color-mix(in srgb, var(--c) 85%, #000)); -webkit-background-clip: text; background-clip: text; color: transparent;
  filter: drop-shadow(0 10px 34px color-mix(in srgb, var(--c) 40%, transparent)); }
.tier-name.long { font-size: clamp(34px, 5.4vw, 80px); }
.rating { display: flex; align-items: baseline; gap: 10px; }
.rating b { font-size: clamp(30px, 3vw, 42px); font-weight: 700; }
.rating span { font-size: 14px; color: var(--muted); }
.next { width: min(440px, 100%); display: grid; gap: 8px; }
.next .v2-bar { display: block; }
.next b { color: var(--ink); }
.stats { display: flex; flex-wrap: wrap; gap: 10px clamp(18px, 3vw, 36px); margin: 4px 0 0; padding: 0; }
.stats div { display: grid; gap: 2px; }
.stats dt { font-size: 12px; font-weight: 600; color: var(--muted); }
.stats dd { margin: 0; font-size: 22px; font-weight: 650; font-variant-numeric: tabular-nums; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 6px; }

.crest-stage { position: relative; height: clamp(300px, 50vh, 470px); display: grid; place-items: center; }
.crest { position: relative; width: clamp(210px, 24vw, 310px); aspect-ratio: 1; display: grid; place-items: center; }
.crest .halo { position: absolute; inset: -20%; border-radius: 50%; filter: blur(20px); animation: v2spin 22s linear infinite;
  background: conic-gradient(transparent 0 18%, color-mix(in srgb, var(--c) 60%, transparent) 28%, transparent 40% 66%, color-mix(in srgb, var(--hi) 50%, transparent) 78%, transparent 90%); }
.crest .gem { position: absolute; inset: 15%; rotate: 45deg; border-radius: 24%;
  background: linear-gradient(135deg, #fff 0%, var(--hi) 26%, var(--c) 58%, color-mix(in srgb, var(--c) 42%, #000) 100%);
  box-shadow: 0 0 80px color-mix(in srgb, var(--c) 60%, transparent), inset 0 0 0 3px rgba(255,255,255,.55), inset 0 -26px 46px rgba(0,0,0,.35); }
.crest .well { position: absolute; inset: 25%; rotate: 45deg; border-radius: 22%; background: radial-gradient(circle at 50% 38%, #2b2319, #0b0907 72%); box-shadow: inset 0 8px 20px rgba(0,0,0,.85), 0 0 0 2px rgba(255,255,255,.16); }
.crest > .coin { position: relative; width: 40%; height: auto; filter: drop-shadow(0 12px 22px rgba(0,0,0,.65)); }
.crest .ribbon { position: absolute; left: 50%; bottom: 2%; translate: -50% 0; padding: 7px 18px; border-radius: 999px; font: 900 13px/1 var(--display); letter-spacing: .14em;
  color: #160f03; background: linear-gradient(180deg, #fff, var(--hi)); box-shadow: 0 10px 26px rgba(0,0,0,.5); white-space: nowrap; }

/* the seven ranks */
.stairs { overflow-x: auto; scrollbar-width: none; padding: 2px; }
.stairs::-webkit-scrollbar { display: none; }
.stairs-in { position: relative; display: grid; grid-template-columns: repeat(7, minmax(92px, 1fr)); gap: 8px; }
.track { position: absolute; top: 27px; left: calc(100% / 14); right: calc(100% / 14); height: 3px; border-radius: 3px; background: rgba(255,255,255,.08); }
.track i { position: absolute; left: 0; top: 0; bottom: 0; width: 0; border-radius: inherit; background: linear-gradient(90deg, color-mix(in srgb, var(--c) 60%, #000), var(--hi)); box-shadow: 0 0 14px var(--c); transition: width 1.4s var(--ease); }
.tier { position: relative; display: grid; justify-items: center; align-content: start; gap: 5px; padding: 0 4px 6px; text-align: center; color: var(--faint); }
.tier .mini { position: relative; z-index: 1; width: 32px; height: 32px; margin: 12px 0 6px; rotate: 45deg; border-radius: 9px; background: #151311; box-shadow: inset 0 0 0 2px rgba(255,255,255,.14); }
.tier.past .mini, .tier.now .mini { background: linear-gradient(135deg, #fff, var(--tc) 55%, color-mix(in srgb, var(--tc) 45%, #000)); box-shadow: 0 0 16px color-mix(in srgb, var(--tc) 55%, transparent); }
.tier.now .mini { width: 46px; height: 46px; margin: 5px 0 0; box-shadow: 0 0 0 4px #070707, 0 0 0 6px var(--tc), 0 0 34px var(--tc); }
.tier.past, .tier.now { color: var(--ink); }
.tier b { font: 900 13px/1.15 var(--display); letter-spacing: .06em; }
.tier.now b { color: var(--tc); }
.tier small { font-size: 12px; color: var(--muted); }
.tier .who { font-size: 11.5px; color: var(--muted); }

/* road */
.road { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(20px, 3vw, 44px); padding: clamp(18px, 3vw, 34px); }
.road-copy { display: grid; gap: 14px; align-content: start; min-width: 0; }
.pts { margin: 0; font: 900 clamp(64px, 8vw, 124px)/.85 var(--display); font-variant-numeric: tabular-nums;
  background: linear-gradient(180deg, #fff 10%, var(--hi) 55%, color-mix(in srgb, var(--c) 85%, #000)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.road-line { font-size: 17px; font-weight: 650; }
.rules { display: flex; flex-wrap: wrap; gap: 8px; }
.rules span { padding: 6px 11px; border-radius: 999px; font-size: 12.5px; color: var(--ink-2); background: var(--glass); border: 1px solid var(--hair); }
.prizes { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 14px; }
.prize { display: inline-flex; align-items: center; gap: 6px; font-weight: 700; font-variant-numeric: tabular-nums; }
.prize img, .prize .four { width: 26px; height: 26px; }
.prize .four { display: grid; place-items: center; border-radius: 50%; font-size: 12px; background: var(--glass-2); }
.race { list-style: none; margin: 0; padding: 0; display: grid; gap: 3px; align-content: start; min-width: 0; }
.race li, .rows li { display: grid; grid-template-columns: 28px 36px minmax(0, 1fr) auto; align-items: center; gap: 10px; padding: 6px 10px; border-radius: 14px; }
.race li.seat { background: rgba(255,255,255,.035); }
.race li.paid { background: linear-gradient(90deg, color-mix(in srgb, var(--c) 18%, transparent), rgba(255,255,255,.03)); }
.race li.you, .rows li.you { background: color-mix(in srgb, var(--c) 22%, transparent); box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--hi) 50%, transparent); }
.race li.cut { display: flex; gap: 10px; padding: 4px 10px; font-size: 12px; font-weight: 700; color: var(--hi); background: none; }
.race li.cut::before, .race li.cut::after { content: ""; flex: 1; align-self: center; border-top: 1px dashed color-mix(in srgb, var(--hi) 55%, transparent); }
.race li.empty, .rows li.empty { display: block; padding: 18px 10px; color: var(--muted); font-size: 14px; }
.rk { font-size: 13px; font-weight: 700; color: var(--muted); text-align: center; font-variant-numeric: tabular-nums; }
.av { width: 36px; height: 36px; border-radius: 50%; overflow: hidden; background: #111; display: block; }
.av img, .pav img { width: 100%; height: 100%; object-fit: cover; }
.nm { min-width: 0; }
.nm b, .race .nm { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-weight: 600; }
.nm a:hover { color: var(--hi); }
.nm small { font-size: 12px; color: var(--muted); }
.race em { margin-left: 6px; font-style: normal; font-size: 11.5px; font-weight: 700; color: var(--hi); }
.v { font-weight: 700; font-variant-numeric: tabular-nums; text-align: right; }
.v small { margin-left: 2px; font-size: 11px; font-weight: 500; color: var(--muted); }

/* rewards */
.earn { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.earn .v2-card { display: grid; align-content: start; gap: 14px; padding: 22px; min-width: 0; }
.earn .v2-card:hover { transform: none; }
.earn-head { display: flex; align-items: center; gap: 14px; }
.earn-head > img { width: 48px; height: 48px; flex: none; filter: drop-shadow(0 6px 14px rgba(0,0,0,.5)); }
.earn-head small { display: block; font-size: 12.5px; color: var(--muted); }
.days { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 5px; }
.days span { height: 34px; display: grid; place-items: center; border-radius: 10px; font-size: 11px; font-weight: 700; color: var(--muted); background: rgba(255,255,255,.05); }
.days span.done { color: #160f03; background: linear-gradient(180deg, #fff, var(--hi)); }
.days span.today { color: var(--hi); background: color-mix(in srgb, var(--c) 20%, transparent); box-shadow: inset 0 0 0 1.5px var(--hi); }
.quests { display: grid; gap: 6px; }
.quest { display: grid; grid-template-columns: 20px minmax(0, 1fr) auto; align-items: center; gap: 10px; min-height: 44px; padding: 6px 8px 6px 12px; border-radius: 14px; font-size: 14px; background: rgba(255,255,255,.04); }
.quest .tick { width: 20px; height: 20px; border-radius: 50%; box-shadow: inset 0 0 0 1.5px rgba(255,255,255,.22); }
.quest.done .tick { box-shadow: none; background: var(--ok) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path d='M4 8.5l2.5 2.5L12 5.5' stroke='%23062a16' stroke-width='2.2' fill='none' stroke-linecap='round' stroke-linejoin='round'/></svg>") center / 13px no-repeat; }
.quest .rw { padding-right: 6px; font-size: 13px; font-weight: 700; color: var(--muted); white-space: nowrap; }
.quest .v2-btn.sm { min-height: 32px; padding: 0 14px; }
.meter { display: grid; gap: 7px; }
.meter .v2-bar { display: block; }
.passring { --p: 0; flex: none; width: 52px; height: 52px; border-radius: 50%; display: grid; place-items: center; transition: --p 1.4s var(--ease);
  background: conic-gradient(var(--hi) calc(var(--p) * 1%), rgba(255,255,255,.08) 0); box-shadow: 0 0 22px color-mix(in srgb, var(--c) 40%, transparent); }
.passring span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; font-size: 17px; font-weight: 750; background: #0d0c0b; }
.tiers20 { display: grid; grid-template-columns: repeat(20, minmax(0, 1fr)); gap: 3px; }
.tiers20 span { height: 8px; border-radius: 3px; background: rgba(255,255,255,.08); }
.tiers20 span.done { background: var(--hi); }
.nextrew { display: flex; align-items: center; gap: 12px; }
.nextrew b { display: block; font-size: 15px; }
.gods { position: relative; height: 138px; margin: 4px 0 -4px; }
.gods img { position: absolute; top: 8px; left: calc(50% - 42px); width: 84px; aspect-ratio: 813 / 1185; object-fit: cover; border-radius: 6px; transform-origin: 50% 100%; box-shadow: 0 14px 28px rgba(0,0,0,.55); transition: transform .5s var(--ease); }
.gods img:nth-child(1) { transform: translateX(-56%) rotate(-12deg) scale(.88); }
.gods img:nth-child(2) { z-index: 2; }
.gods img:nth-child(3) { transform: translateX(56%) rotate(12deg) scale(.88); }
.v2-card:hover .gods img:nth-child(1) { transform: translateX(-72%) rotate(-16deg) scale(.9); }
.v2-card:hover .gods img:nth-child(3) { transform: translateX(72%) rotate(16deg) scale(.9); }

/* reward swatches: credits coin, title quote, avatar frame ring */
.sw { width: 44px; height: 44px; flex: none; border-radius: 50%; display: grid; place-items: center; background: rgba(255,255,255,.06); font: 900 16px var(--display); color: var(--hi); }
.sw img { width: 26px; height: 26px; }
.sw.fr { background: #0d0c0b; }
.fr-bronze { box-shadow: 0 0 0 3px #cd7f32, 0 0 14px rgba(205,127,50,.6); }
.fr-silver { box-shadow: 0 0 0 3px #cdd3dc, 0 0 14px rgba(205,211,220,.6); }
.fr-gold { box-shadow: 0 0 0 3px #ffd24a, 0 0 16px rgba(255,210,74,.7); }
.fr-amethyst { box-shadow: 0 0 0 3px #b06cff, 0 0 16px rgba(176,108,255,.7); }
.fr-emerald { box-shadow: 0 0 0 3px #3ddc84, 0 0 16px rgba(61,220,132,.7); }
.fr-prismatic { box-shadow: 0 0 0 3px #ff7ad9, 0 0 10px #7ad9ff, 0 0 20px rgba(255,122,217,.7); }
.ptrack { display: grid; gap: 6px; margin: 12px 0 4px; }
.ptier { display: grid; grid-template-columns: 30px 44px minmax(0, 1fr) auto; align-items: center; gap: 12px; padding: 8px 10px; border-radius: 16px; background: rgba(255,255,255,.04); }
.ptier.locked { opacity: .55; }
.ptier .n { font-weight: 800; color: var(--muted); text-align: center; font-variant-numeric: tabular-nums; }
.ptier.reached .n { color: var(--hi); }
.ptier b { display: block; font-size: 14px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.ptier small { font-size: 12px; color: var(--muted); }
.ptier .v2-btn.sm, .ptier .v2-btn-glass.sm { min-height: 34px; }
.ptier .state { font-size: 12.5px; font-weight: 700; color: var(--muted); white-space: nowrap; }

/* standings */
.board { display: grid; gap: 18px; padding: clamp(16px, 3vw, 30px); }
.board-note { margin: 0; }
.podium { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: end; gap: 10px; }
.podium:empty { display: none; }
.pod { display: grid; justify-items: center; gap: 5px; min-width: 0; padding: 16px 8px; border-radius: 22px; text-align: center; background: linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.015)); border: 1px solid var(--hair); }
.pod.p1 { padding-top: 24px; background: linear-gradient(180deg, color-mix(in srgb, var(--pc) 22%, transparent), rgba(255,255,255,.02)); border-color: color-mix(in srgb, var(--pc) 45%, transparent); }
.pav { width: 68px; height: 68px; border-radius: 50%; overflow: hidden; background: #111; box-shadow: 0 0 0 3px var(--pc), 0 0 28px color-mix(in srgb, var(--pc) 55%, transparent); }
.pod.p1 .pav { width: 90px; height: 90px; }
.pod .coin { position: relative; z-index: 1; width: 32px; margin-top: -20px; filter: drop-shadow(0 4px 8px rgba(0,0,0,.6)); }
.pod b { max-width: 100%; font-size: 15px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.pod small { font-size: 12px; color: var(--muted); }
.rows { list-style: none; margin: 0; padding: 0; display: grid; gap: 2px; }
.rows li { grid-template-columns: 30px 38px minmax(0, 1fr) auto; padding: 8px 10px; transition: background .2s; }
.rows li:hover { background: var(--glass); }
.rows .av { width: 38px; height: 38px; }
.rows li.gap { display: block; padding: 2px; text-align: center; color: var(--faint); }

.how { list-style: none; margin: 0 0 18px; padding: 0; display: grid; gap: 14px; }
.how li { display: grid; grid-template-columns: 34px 1fr; gap: 12px; align-items: start; }
.how li > span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; font-weight: 800; color: #160f03; background: linear-gradient(180deg, #fff, var(--hi)); }
.how b { display: block; font-size: 15px; line-height: 1.35; }
.how small { display: block; margin-top: 2px; font-size: 13px; color: var(--muted); }
.v2-sheet.wide { width: min(620px, calc(100vw - 20px)); }

@media (max-width: 1000px) { .earn { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); } .earn #champCard { grid-column: 1 / -1; } }
@media (max-width: 760px) {
  .hero { grid-template-columns: minmax(0, 1fr); min-height: 0; gap: 4px; text-align: center; }
  .crest-stage { order: -1; height: 250px; }
  .crest { width: 180px; }
  .hero-copy, .next { justify-items: center; margin: 0 auto; }
  .tier-name.long { font-size: 10vw; }
  .stats, .hero-actions { justify-content: center; }
  .stairs { padding: 2px 14px; scroll-snap-type: x proximity; -webkit-mask-image: linear-gradient(90deg, transparent, #000 18px, #000 calc(100% - 18px), transparent); mask-image: linear-gradient(90deg, transparent, #000 18px, #000 calc(100% - 18px), transparent); }
  .stairs-in { grid-template-columns: repeat(7, 104px); } .tier { scroll-snap-align: center; }
  .road, .earn { grid-template-columns: minmax(0, 1fr); }
  .earn #champCard { grid-column: auto; }
  .pav { width: 54px; height: 54px; } .pod.p1 .pav { width: 70px; height: 70px; }
  .pod b { font-size: 13.5px; }
  #boardSeg { width: 100%; }
  .next .row { flex-wrap: wrap; justify-content: center; column-gap: 12px; }
}
@media (orientation: landscape) and (max-height: 500px) {
  .ladder { gap: 26px; }
  .hero { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); min-height: 0; text-align: left; }
  .crest-stage { order: 0; height: 66vh; }
  .crest { width: min(180px, 42vh); }
  .hero-copy { justify-items: start; gap: 8px; }
  .tier-name { font-size: 42px; } .tier-name.long { font-size: 30px; }
  .stats, .hero-actions { justify-content: flex-start; }
  .stats { display: none !important; }
  .next { gap: 4px; }
  .next .row:first-child { display: none; }
  .hero-actions { margin-top: 2px; }
  .hero-actions .v2-btn.lg { min-height: 44px; padding: 0 24px; font-size: 15px; }
  .rating b { font-size: 24px; }
  .road { grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); }
  .pts { font-size: 60px; }
  .earn .v2-card { padding: 16px; }
  .gods { height: 112px; } .gods img { width: 68px; left: calc(50% - 34px); }
  .v2-sheet { max-height: calc(100dvh - 16px); bottom: 8px; }
}

/* ── weekly prize: real cards for the top of the week (rewards-data.js) ── */
.prize { position: relative; isolation: isolate; overflow: clip; overflow-clip-margin: 24px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center; gap: clamp(20px, 4vw, 60px); padding: clamp(20px, 3.4vw, 40px); border-radius: 28px;
  background: linear-gradient(135deg, rgba(58,44,22,.9), rgba(14,11,8,.94) 60%); border: 1px solid rgba(231,198,107,.34);
  box-shadow: inset 0 1px 0 rgba(255,230,163,.14), 0 30px 70px rgba(0,0,0,.5); }
.prize[hidden] { display: none; }
.prize::before { content: ""; position: absolute; z-index: -1; right: -8%; top: 50%; width: min(760px, 90%); aspect-ratio: 1; translate: 0 -50%; border-radius: 50%;
  background: radial-gradient(closest-side, rgba(255,210,120,.28), rgba(255,210,120,.06) 50%, transparent 72%); }
.prize-copy { display: grid; gap: 12px; justify-items: start; min-width: 0; }
.prize-copy .v2-h2 { font-size: clamp(30px, 3.6vw, 52px); }
.prize-meta { display: flex; flex-wrap: wrap; gap: 10px 22px; align-items: end; }
.prize-meta .pm { display: grid; gap: 1px; }
.prize-meta .pm b { font: 900 clamp(22px, 2.4vw, 32px)/1 var(--display); color: #f0cf72; font-variant-numeric: tabular-nums; }
.prize-meta .pm small { font-size: 12.5px; color: var(--muted); }
.prize-meta .pm.fees { flex-basis: 100%; }
.prize-rules { list-style: none; margin: 2px 0 0; padding: 0; display: grid; gap: 6px; font-size: 13.5px; color: var(--ink-2); }
.prize-rules li { position: relative; padding-left: 18px; }
.prize-rules li::before { content: ""; position: absolute; left: 0; top: .55em; width: 7px; height: 7px; border-radius: 50%; background: #e7b84a; box-shadow: 0 0 8px rgba(231,184,74,.6); }
.prize-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 6px; }
.prize-cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: end; gap: clamp(8px, 1.4vw, 18px); }
.prize-cards .pc { margin: 0; display: grid; gap: 10px; justify-items: center; text-align: center; }
.prize-cards .pc .v2-tilt { width: 100%; border-radius: 8px; overflow: hidden; box-shadow: 0 24px 50px rgba(0,0,0,.6); }
.prize-cards .pc img:not(.coin) { width: 100%; aspect-ratio: 813 / 1185; object-fit: cover; display: block; }
.prize-cards .pc.p1 { transform: translateY(-14px) scale(1.08); z-index: 1; }
.prize-cards .pc.p1 .v2-tilt { box-shadow: 0 30px 60px rgba(0,0,0,.65), 0 0 44px rgba(255,204,77,.38); }
.prize-cards figcaption { display: grid; gap: 2px; justify-items: center; font-size: 12.5px; color: var(--ink-2); }
.prize-cards figcaption .coin { width: 26px; height: 26px; }
.prize-cards figcaption .grade { margin-top: 3px; padding: 3px 7px; border-radius: 4px; font: 800 10.5px/1 var(--display); letter-spacing: .1em; color: #120d05; background: linear-gradient(180deg, #f6dc8c, #d4a445); }
.prize-cards figcaption .cert { font-size: 11.5px; color: var(--muted); text-decoration: underline; text-underline-offset: 2px; }
.prize-cards figcaption b { font: 800 11px/1 var(--display); letter-spacing: .14em; text-transform: uppercase; color: #f0cf72; }
@media (max-width: 760px) {
  .prize { grid-template-columns: minmax(0, 1fr); }
  .prize-cards { order: -1; }
  .prize-actions .v2-gold, .prize-actions .v2-obsidian { flex: 1 1 100%; }
}
.prize-copy .v2-engrave { white-space: nowrap; }
/* the kit sizes a tilt image at height:100% of its tilt box, which has no height of its own here — so the box
   carries the card's shape and the image fills it (without this the prize cards collapsed to thin strips) */
.prize-cards .pc .v2-tilt { aspect-ratio: 813 / 1185; }
.prize-cards .pc .v2-tilt > img { width: 100%; height: 100%; aspect-ratio: auto; }
