:root {
  color-scheme: dark;
  --accent: #baff29;
  --accent-rgb: 186, 255, 41;
  --brand-top: #baff29;
  --bg: #090b0a;
  --surface: #111510;
  --surface-2: #171c16;
  --line: #2a3228;
  --text: #f5f7f1;
  --muted: #99a194;
  --danger: #ff6969;
  --radius: 26px;
  --ranking-divider-line: rgba(var(--accent-rgb), .28);
  --ranking-divider-border: rgba(var(--accent-rgb), .46);
  --ranking-divider-bg: rgba(var(--accent-rgb), .08);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; background: var(--bg); }
body { margin: 0; min-height: 100vh; background: radial-gradient(circle at 50% -12%, rgba(var(--accent-rgb), .14), transparent 34rem), var(--bg); color: var(--text); }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }

.site-header {
  width: min(1120px, calc(100% - 40px));
  min-height: 76px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 28px;
}

.brand { display: inline-flex; align-items: center; gap: 10px; width: max-content; font-size: 20px; font-weight: 850; line-height: 1; letter-spacing: -.04em; }
.brand-platform { color: var(--accent); }
.brand-top { display: inline-block; border-radius: .24em; background: var(--brand-top); color: #090b0a; padding: .02em .18em .08em; line-height: .92; }
.brand-mark { display: inline-flex; align-items: end; gap: 2px; width: 26px; height: 25px; }
.brand-mark i { display: block; width: 7px; border-radius: 2px; background: var(--accent); box-shadow: 0 0 18px rgba(var(--accent-rgb), .22); }
.brand-mark i:nth-child(1) { height: 8px; }
.brand-mark i:nth-child(2) { height: 15px; }
.brand-mark i:nth-child(3) { height: 23px; }
.site-header nav { display: flex; align-items: center; gap: 26px; color: var(--muted); font-size: 14px; font-weight: 650; }
.site-header nav a:hover, .nav-button:hover { color: var(--text); }
.site-header nav a, .nav-button { padding: 8px 0; }
.nav-button { border: 0; background: none; cursor: pointer; }
.header-spacer { justify-self: end; }

main { width: min(1280px, calc(100% - 40px)); margin: 0 auto; }
.hero { max-width: 760px; margin: 2px auto 24px; text-align: center; }
.eyebrow { margin: 0 0 18px; color: var(--accent); font-size: 12px; font-weight: 950; letter-spacing: .2em; }
.claim-title-row { display: grid; justify-items: center; gap: 7px; }
.value-promise { max-width: 590px; margin: 10px auto 0; color: var(--muted); font-size: clamp(15px, 2vw, 17px); font-weight: 600; line-height: 1.55; letter-spacing: -.01em; }
.claim-price-row { min-width: 330px; display: grid; grid-template-columns: 1fr auto 1fr; justify-content: center; align-items: center; gap: 18px; }
.hero-bid-field, .hero-rank-estimate { min-width: 0; display: grid; align-items: center; justify-items: center; }
.hero-bid-field { justify-items: end; cursor: text; }
.hero-rank-estimate { justify-items: start; }
.bid-rank-arrow { width: 22px; height: clamp(28px, 3.4vw, 40px); align-self: center; display: grid; place-items: center; color: rgba(255,255,255,.5); font-size: 20px; font-weight: 300; line-height: 1; }
.hero-rank-estimate strong { align-self: center; color: var(--accent); font-size: clamp(28px, 3.4vw, 40px); font-weight: 900; line-height: 1; letter-spacing: -.055em; font-variant-numeric: tabular-nums; }
.rank-roll-frame { height: 1em; display: inline-grid; overflow: hidden; vertical-align: -.08em; line-height: 1; white-space: nowrap; }
.rank-roll-previous, .rank-roll-next { grid-area: 1 / 1; display: block; will-change: transform, opacity; }
.rank-roll-up .rank-roll-previous { animation: rank-roll-old-up .3s cubic-bezier(.22,.75,.25,1) both; }
.rank-roll-up .rank-roll-next { animation: rank-roll-new-up .3s cubic-bezier(.22,.75,.25,1) both; }
.rank-roll-down .rank-roll-previous { animation: rank-roll-old-down .3s cubic-bezier(.22,.75,.25,1) both; }
.rank-roll-down .rank-roll-next { animation: rank-roll-new-down .3s cubic-bezier(.22,.75,.25,1) both; }
.rank-claim:focus-visible { outline: 3px solid rgba(var(--accent-rgb), .42); outline-offset: 3px; }
.hero-bid-amount { display: inline-flex; align-items: center; color: var(--accent); font-size: clamp(28px, 3.4vw, 40px); font-weight: 900; letter-spacing: -.055em; line-height: 1; }
.bid-number { display: inline-flex; align-items: baseline; justify-content: flex-end; border-bottom: 2px solid var(--accent); }
.hero-bid-amount input { width: 1ch; border: 0; outline: 0; appearance: textfield; background: transparent; color: inherit; padding: 0; font: inherit; text-align: right; }
.hero-bid-amount input::-webkit-inner-spin-button, .hero-bid-amount input::-webkit-outer-spin-button { appearance: none; margin: 0; }
.bid-stepper { margin-left: 5px; display: grid; gap: 2px; align-self: stretch; padding: 2px 0 3px; }
.bid-stepper button { width: 19px; min-height: 14px; padding: 0; display: grid; place-items: center; border: 1px solid rgba(var(--accent-rgb), .3); border-radius: 4px; color: var(--accent); background: rgba(var(--accent-rgb), .06); font-size: 10px; font-weight: 900; line-height: 1; cursor: pointer; }
.bid-stepper button:hover:not(:disabled), .bid-stepper button:focus-visible { border-color: var(--accent); background: rgba(var(--accent-rgb), .14); }
.bid-stepper button:disabled { opacity: .28; cursor: default; }
.claim-context { min-height: 22px; margin: 12px auto 22px; color: var(--muted); font-size: 13px; font-weight: 720; }
.entry-form { display: flex; max-width: 690px; margin: 8px auto 0; padding: 6px; gap: 8px; border: 1px solid var(--line); border-radius: 18px; background: rgba(20, 24, 19, .9); box-shadow: 0 20px 60px rgba(0, 0, 0, .26); }
.entry-form:focus-within { border-color: rgba(var(--accent-rgb), .65); box-shadow: 0 0 0 4px rgba(var(--accent-rgb), .08), 0 28px 80px rgba(0, 0, 0, .32); }
.entry-form input { min-width: 0; min-height: 46px; flex: 1; border: 0; outline: 0; background: transparent; color: var(--text); padding: 0 17px; font-size: 15px; }
.entry-form input::placeholder { color: #697064; }
.entry-form button, .checkout-button { border: 0; border-radius: 12px; background: var(--accent); color: #090b0a; cursor: pointer; font-weight: 850; box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .12); }
.entry-form button { min-width: 166px; min-height: 46px; padding: 0 20px; animation: bid-invite 2.2s ease-in-out infinite; transform-origin: center; }
.checkout-button { min-height: 48px; padding: 0 20px; }
.entry-form button:hover, .entry-form button:focus-visible { animation-play-state: paused; transform: translateY(-1px) scale(1.025); filter: brightness(1.04); box-shadow: 0 0 0 4px rgba(var(--accent-rgb), .14), 0 10px 28px rgba(var(--accent-rgb), .2), inset 0 -2px 0 rgba(0, 0, 0, .12); }
.checkout-button:hover { transform: translateY(-1px); filter: brightness(1.05); }
.entry-form button:disabled, .checkout-button:disabled { cursor: wait; opacity: .6; transform: none; }
.form-status { min-height: 20px; margin: 9px 0 0; color: var(--muted); font-size: 13px; }
.form-status:empty { display: none; }

@keyframes bid-invite {
  0%, 68%, 100% { transform: translateY(0) scale(1); box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .12); }
  76% { transform: translateY(-2px) scale(1.035); box-shadow: 0 0 0 0 rgba(var(--accent-rgb), .28), 0 8px 24px rgba(var(--accent-rgb), .18), inset 0 -2px 0 rgba(0, 0, 0, .12); }
  88% { transform: translateY(0) scale(1); box-shadow: 0 0 0 9px rgba(var(--accent-rgb), 0), inset 0 -2px 0 rgba(0, 0, 0, .12); }
}

@keyframes rank-roll-old-up { from { transform: translateY(0); opacity: 1; } to { transform: translateY(-115%); opacity: .15; } }
@keyframes rank-roll-new-up { from { transform: translateY(115%); opacity: .15; } to { transform: translateY(0); opacity: 1; } }
@keyframes rank-roll-old-down { from { transform: translateY(0); opacity: 1; } to { transform: translateY(115%); opacity: .15; } }
@keyframes rank-roll-new-down { from { transform: translateY(-115%); opacity: .15; } to { transform: translateY(0); opacity: 1; } }

.leaderboard-shell { overflow: visible; margin-bottom: 80px; border: 0; border-radius: 28px; background: transparent; }
.leaderboard-topline { min-height: 54px; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 12px 22px; border: 1px solid var(--line); border-radius: 28px 28px 0 0; background: rgba(17, 21, 16, .94); }
.leaderboard-topline .eyebrow, .recent-activity-heading .eyebrow { margin: 0; font-size: 11px; font-weight: 850; letter-spacing: .18em; }
.board-stats { display: flex; gap: 8px; }
.board-stats > span { min-height: 30px; display: inline-flex; align-items: center; gap: 5px; border: 1px solid var(--line); border-radius: 999px; background: var(--surface-2); padding: 6px 10px; color: var(--muted); font-size: 11px; }
.board-stats b { color: var(--text); }
.views-24h-dot { width: 7px; height: 7px; flex: 0 0 auto; border-radius: 50%; background: #77be34; box-shadow: 0 0 0 4px rgba(119, 190, 52, .13); }
.recent-activity { padding: 14px 16px 16px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); border-left: 1px solid var(--line); background: linear-gradient(90deg, rgba(var(--accent-rgb), .055), rgba(17, 21, 16, .94) 55%); }
.recent-activity-heading { display: flex; align-items: center; justify-content: flex-end; margin-bottom: 10px; text-align: right; }
.recent-activity-heading .eyebrow { color: rgba(var(--accent-rgb), .72); }
.recent-activity-list { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 8px; }
.activity-card { min-width: 0; display: flex; align-items: center; gap: 10px; border: 1px solid rgba(255,255,255,.09); border-radius: 14px; background: rgba(255,255,255,.025); padding: 10px 11px; }
.activity-avatar { position: relative; flex: 0 0 auto; width: 40px; height: 40px; display: grid; place-items: center; overflow: hidden; border: 1px solid rgba(255,255,255,.13); border-radius: 12px; background: rgba(255,255,255,.045); color: var(--text); font-size: 13px; font-weight: 950; text-transform: uppercase; }
.activity-avatar img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.activity-copy { min-width: 0; }
.activity-copy strong, .activity-copy small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.activity-top { min-width: 0; display: flex; align-items: baseline; justify-content: space-between; gap: 7px; }
.activity-top strong { min-width: 0; overflow: hidden; font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.activity-top b { flex: 0 0 auto; color: var(--text); font-size: 12px; }
.activity-copy small { margin-top: 3px; color: var(--muted); font-size: 9px; }
.activity-identity { color: var(--text) !important; opacity: .76; }
.activity-stats { opacity: .78; }
.leaderboard-list { display: grid; }
.ranking-divider { min-height: 54px; padding: 12px 0; display: flex; align-items: center; justify-content: center; gap: 12px; background: var(--bg); }
.ranking-divider::before, .ranking-divider::after { content: ""; height: 1px; flex: 1; background: var(--ranking-divider-line); }
.ranking-divider span { min-width: 62px; min-height: 28px; padding: 0 11px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--ranking-divider-border); border-radius: 999px; color: var(--accent); background: var(--ranking-divider-bg); font-size: 10px; font-weight: 850; letter-spacing: .08em; white-space: nowrap; }
.rank-row { display: grid; grid-template-columns: 48px minmax(0, 1fr) auto; align-items: center; gap: 12px; min-height: 82px; padding: 12px 20px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); border-left: 1px solid var(--line); background: rgba(17, 21, 16, .94); cursor: pointer; transition: background .18s ease, transform .18s ease; }
.rank-row:hover { background: rgba(var(--accent-rgb), .045); }
.rank-row.top-1 { background: linear-gradient(90deg, rgba(var(--accent-rgb), .21), rgba(var(--accent-rgb), .05)), rgba(17, 21, 16, .94); }
.rank-row.top-2 { background: linear-gradient(90deg, rgba(var(--accent-rgb), .13), rgba(var(--accent-rgb), .03)), rgba(17, 21, 16, .94); }
.rank-row.top-3 { background: linear-gradient(90deg, rgba(var(--accent-rgb), .08), transparent), rgba(17, 21, 16, .94); }
.rank-number { color: var(--muted); font-size: 15px; font-weight: 850; text-align: center; }
.top-1 .rank-number, .top-2 .rank-number, .top-3 .rank-number { color: var(--accent); font-size: 20px; }
.rank-profile { min-width: 0; display: flex; align-items: center; gap: 12px; }
.rank-avatar, .profile-avatar { flex: 0 0 auto; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.12); border-radius: 16px; background: #20251f; color: var(--accent); font-weight: 950; text-transform: uppercase; }
.rank-avatar { width: 48px; height: 48px; border-radius: 14px; font-size: 16px; }
.rank-avatar img, .profile-avatar img { width: 100%; height: 100%; object-fit: cover; border-radius: inherit; }
.rank-copy { min-width: 0; }
.rank-copy strong, .rank-copy small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.rank-copy strong { font-size: 14px; }
.rank-copy small { margin-top: 4px; color: var(--muted); font-size: 11px; }
.rank-money { min-width: 150px; text-align: right; }
.rank-money strong { display: block; font-size: 18px; letter-spacing: -.03em; }
.rank-money small { display: block; margin-top: 3px; color: var(--accent); font-size: 10px; }
.rank-claim { margin-top: 6px; border: 1px solid rgba(var(--accent-rgb), .36); border-radius: 999px; background: rgba(var(--accent-rgb), .075); color: var(--accent); padding: 6px 9px; cursor: pointer; font-size: 10px; font-weight: 850; white-space: nowrap; }
.rank-claim:hover { border-color: var(--accent); background: rgba(var(--accent-rgb), .14); }
.empty-state { padding: 80px 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); border-left: 1px solid var(--line); border-radius: 0 0 28px 28px; background: rgba(17, 21, 16, .94); text-align: center; }
.empty-state strong, .empty-state span { display: block; }
.empty-state strong { font-size: 24px; }
.empty-state span { margin-top: 8px; color: var(--muted); }
.pagination { min-height: 58px; padding: 10px 12px; display: flex; justify-content: center; align-items: center; gap: 8px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); border-left: 1px solid var(--line); border-radius: 0 0 28px 28px; background: rgba(17, 21, 16, .94); }
.pagination button { min-height: 34px; padding: 0 12px; border: 1px solid var(--line); border-radius: 10px; background: var(--surface-2); cursor: pointer; font-size: 11px; font-weight: 750; }
.pagination button:not(:disabled):hover { border-color: var(--ranking-divider-border); background: var(--ranking-divider-bg); }
.pagination button:disabled { opacity: .35; cursor: default; }
.pagination span { min-width: 54px; color: var(--muted); text-align: center; font-size: 12px; font-variant-numeric: tabular-nums; }

footer { width: min(1280px, calc(100% - 40px)); margin: 0 auto; padding: 0 0 34px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: var(--muted); font-size: 12px; letter-spacing: .04em; }
footer b { color: inherit; font-weight: inherit; }
.footer-legal { margin-left: auto; display: flex; align-items: center; justify-content: flex-end; gap: 14px; }
.footer-legal button { padding: 3px 0; border: 0; background: none; color: inherit; cursor: pointer; font: inherit; font-size: 10px; letter-spacing: .02em; }
.footer-legal button:hover, .footer-legal button:focus-visible { color: var(--text); text-decoration: underline; text-underline-offset: 3px; }

dialog { width: min(520px, calc(100% - 28px)); padding: 0; border: 0; border-radius: 24px; background: transparent; color: var(--text); }
dialog::backdrop { background: rgba(0, 0, 0, .76); backdrop-filter: blur(8px); }
.dialog-card { position: relative; margin: 0; border: 1px solid #343d32; border-radius: 24px; background: #121611; padding: 28px; box-shadow: 0 28px 100px rgba(0, 0, 0, .6); }
.dialog-close { position: absolute; top: 14px; right: 16px; width: 36px; height: 36px; border: 1px solid var(--line); border-radius: 50%; background: #1b211a; color: var(--muted); cursor: pointer; font-size: 23px; line-height: 1; }
.profile-preview { display: flex; align-items: center; gap: 14px; margin: 25px 0 18px; }
.profile-avatar { width: 54px; height: 54px; }
.profile-preview strong, .profile-preview small { display: block; max-width: 360px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.profile-preview small { margin-top: 5px; color: var(--muted); }
.profile-preview .preview-followers { color: var(--accent); font-size: 11px; font-weight: 800; }
.bid-summary { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 20px; }
.bid-summary > span { border: 1px solid var(--line); border-radius: 15px; background: var(--surface-2); padding: 13px 15px; }
.bid-summary small, .bid-summary b { display: block; }
.bid-summary small { color: var(--muted); font-size: 11px; }
.bid-summary b { margin-top: 5px; font-size: 18px; }
.bid-input-label { display: block; color: var(--muted); font-size: 12px; font-weight: 800; }
.money-input { display: flex; align-items: center; margin-top: 8px; border: 1px solid var(--line); border-radius: 15px; background: #0c0f0c; padding: 0 16px; }
.money-input i { color: var(--accent); font-size: 19px; font-style: normal; font-weight: 950; }
.money-input input { width: 100%; border: 0; outline: 0; background: transparent; color: var(--text); padding: 14px 10px; font-size: 20px; font-weight: 900; }
.takeover-button { width: 100%; margin-top: 10px; display: flex; justify-content: space-between; border: 1px dashed rgba(var(--accent-rgb), .46); border-radius: 13px; background: rgba(var(--accent-rgb), .06); padding: 12px 15px; cursor: pointer; color: var(--accent); }
.charge-row { display: flex; justify-content: space-between; margin: 19px 0 4px; font-size: 14px; }
.charge-row span, .charge-row small { display: block; }
.charge-row small { margin-top: 4px; color: var(--accent); font-size: 11px; font-weight: 800; }
.charge-row strong { font-size: 19px; }
.dialog-note { margin: 0 0 16px; color: var(--muted); font-size: 11px; line-height: 1.5; }
.dialog-error { min-height: 18px; margin: 0 0 8px; color: var(--danger); font-size: 12px; }
.checkout-button { width: 100%; }
.info-card h2 { margin: 8px 0 16px; font-size: 24px; letter-spacing: -.04em; }
.info-card p, .info-card li { color: var(--muted); line-height: 1.65; }
.info-card strong { color: var(--text); }
.info-dialog.legal-dialog { width: min(720px, calc(100% - 28px)); }
.legal-dialog .info-card { max-height: min(82vh, 760px); overflow-y: auto; padding-right: 34px; }
.legal-updated { margin: -8px 0 22px; font-size: 11px; }
.legal-intro { margin-bottom: 22px; }
.legal-section + .legal-section { margin-top: 23px; }
.legal-section h3 { margin: 0 0 8px; color: var(--text); font-size: 15px; letter-spacing: -.015em; }
.legal-section p { margin: 8px 0 0; font-size: 13px; }
.legal-list { margin: 9px 0 0; padding-left: 20px; font-size: 13px; }
.legal-list li + li { margin-top: 6px; }
.legal-section a { color: var(--accent); text-underline-offset: 3px; }
.rules-list { margin: 16px 0 0; padding-left: 22px; color: var(--text); line-height: 1.65; }
.rules-list li + li { margin-top: 7px; }
.about-metrics { display: grid; gap: 5px; margin-top: 24px; border: 1px solid rgba(var(--accent-rgb), .28); border-radius: 18px; background: linear-gradient(135deg, rgba(var(--accent-rgb), .12), rgba(var(--accent-rgb), .025)); padding: 18px 20px; }
.about-metrics small { color: var(--accent); font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.about-metrics strong { font-size: 34px; letter-spacing: -.05em; }
.about-metrics span { color: var(--muted); font-size: 11px; }
.x-link { width: fit-content; margin-top: 18px; padding: 9px 12px; display: inline-flex; align-items: center; gap: 9px; border: 1px solid var(--line); border-radius: 12px; color: var(--text); background: var(--surface-2); font-size: 13px; font-weight: 750; text-decoration: none; }
.x-link:hover { border-color: rgba(var(--accent-rgb), .45); }
.x-link img { width: 24px; height: 24px; border-radius: 6px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

@media (max-width: 760px) {
  .site-header { width: calc(100% - 28px); min-height: 72px; grid-template-columns: 1fr auto; }
  .site-header nav { grid-column: 1 / -1; grid-row: 2; justify-content: center; gap: 20px; padding-bottom: 12px; }
  .header-spacer { grid-column: 2; grid-row: 1; }
  main, footer { width: calc(100% - 28px); }
  .hero { margin: 2px auto 20px; }
  .claim-price-row { min-width: min(330px, 100%); gap: 12px; }
  .bid-rank-arrow { height: clamp(27px, 9vw, 36px); font-size: 20px; }
  .hero-bid-amount { font-size: clamp(27px, 9vw, 36px); }
  .hero-rank-estimate strong { font-size: clamp(27px, 9vw, 36px); }
  .entry-form { flex-direction: column; border-radius: 16px; }
  .entry-form input { min-height: 48px; padding: 0 12px; }
  .entry-form button { width: 100%; }
  .value-promise { font-size: 15px; }
  .leaderboard-topline { align-items: flex-start; padding: 10px 14px; }
  .board-stats { flex-wrap: wrap; justify-content: flex-end; }
  .recent-activity { padding: 13px 12px 14px; }
  .recent-activity-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .activity-card:last-child:nth-child(odd) { grid-column: 1 / -1; }
  .rank-row { grid-template-columns: 38px minmax(0, 1fr) auto; min-height: 82px; gap: 9px; padding: 11px 12px; }
  .rank-avatar { width: 46px; height: 46px; border-radius: 13px; }
  .rank-copy strong { font-size: 14px; }
  .rank-money { min-width: 104px; }
  .rank-money strong { font-size: 17px; }
  .rank-money small { font-size: 10px; }
  .rank-claim { max-width: 112px; overflow: hidden; padding: 6px 8px; text-overflow: ellipsis; font-size: 9px; }
  footer { align-items: flex-end; text-align: left; }
  .footer-legal { gap: 12px; }
  .legal-dialog .info-card { padding: 24px 22px; }
}

@media (prefers-reduced-motion: reduce) {
  .entry-form button { animation: none; }
  .rank-roll-previous, .rank-roll-next { animation: none !important; }
}
