:root {
  --crimson-red: #bf1029;
  --brand-red: #bf1029;
  --shiny-blue: #0d63c7;
  --pearl-white: #ffffff;
  --ink: #13233d;
  --muted: #5f6d84;
  --panel: rgba(248, 251, 255, 0.78);
  --border: rgba(19, 35, 61, 0.14);
  --success: #0f8a5f;
  --error: #b02a37;
  --shadow: 0 20px 55px rgba(13, 99, 199, 0.18);
  --button-lab-night: #09101d;
  --button-lab-cream: #fbfdff;
  --button-lab-gold: #d9a441;
  --button-lab-coral: #e7465d;
  --button-lab-aqua: #4fd3d8;
}

.site-footer {
  margin-top: 3rem;
  padding: 0 0 2rem;
}

.site-footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0 0;
  border-top: 1px solid rgba(19, 35, 61, 0.1);
}

.site-footer-copy {
  margin: 0;
  color: rgba(19, 35, 61, 0.62);
  font-size: 0.92rem;
}

.site-footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.site-footer-nav a {
  color: var(--ink);
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
}

.site-footer-nav a:hover {
  color: var(--shiny-blue);
}

.chasers-fair-card {
  display: grid;
  padding: 0.9rem 1rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(19, 35, 61, 0.09);
}

.chasers-fair-summary {
  cursor: pointer;
  list-style: none;
}

.chasers-fair-summary::-webkit-details-marker {
  display: none;
}

.chasers-fair-head {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.chasers-fair-title-inline {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
}

.chasers-fair-mark {
  width: 1.85rem;
  height: 1.85rem;
  object-fit: contain;
  flex: 0 0 auto;
}

.chasers-fair-body {
  display: grid;
  gap: 0.8rem;
  padding-top: 0.7rem;
}

.chasers-fair-head small,
.chasers-fair-item span,
.chasers-fair-proof-row span {
  color: rgba(19, 35, 61, 0.58);
  font-size: 0.78rem;
}

.chasers-fair-field {
  gap: 0.4rem;
}

.chasers-fair-input-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0.55rem;
  align-items: start;
}

.chasers-fair-input-row input {
  min-width: 0;
}

.chasers-fair-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.7rem;
}

.chasers-fair-item,
.chasers-fair-proof-row {
  display: grid;
  gap: 0.18rem;
}

.chasers-fair-item strong,
.chasers-fair-proof-row strong {
  color: var(--ink);
  font-size: 0.78rem;
  line-height: 1.45;
  word-break: break-all;
}

.chasers-fair-proof {
  display: grid;
  gap: 0.55rem;
  padding-top: 0.2rem;
  border-top: 1px solid rgba(19, 35, 61, 0.08);
}

.chasers-fair-proof-actions {
  padding-top: 0.15rem;
}

.chasers-fair-proof-head {
  color: var(--crimson-red);
  font-size: 0.77rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.chasers-verifier-shell {
  display: grid;
  gap: 1.2rem;
  max-width: 1180px;
  margin: 0 auto;
}

.chasers-verifier-head p:last-child {
  margin: 0.5rem 0 0;
  color: var(--muted);
}

.chasers-verifier-form {
  display: grid;
  gap: 0.9rem;
  padding: 1rem 1.1rem;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(19, 35, 61, 0.09);
}

.chasers-verifier-actions {
  display: flex;
  justify-content: flex-start;
}

.chasers-verifier-results {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(260px, 0.7fr);
  gap: 1rem;
}

.chasers-verifier-pack {
  display: grid;
  gap: 0.8rem;
  padding: 1rem 1.1rem;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(19, 35, 61, 0.09);
}

.chasers-verifier-pack h2 {
  margin: 0;
  color: var(--ink);
}

.chasers-verifier-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  gap: 0.85rem;
}

.chasers-verifier-surprise {
  display: grid;
}

.chasers-verifier-card {
  display: grid;
  gap: 0.45rem;
}

.chasers-verifier-card img {
  width: 100%;
  border-radius: 16px;
  background: rgba(19, 35, 61, 0.05);
}

.chasers-verifier-card strong {
  color: var(--ink);
  font-size: 0.92rem;
}

.chasers-verifier-card small {
  color: var(--muted);
}

.chasers-verifier-explainer {
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(19, 35, 61, 0.09);
  overflow: hidden;
}

.chasers-verifier-explainer summary {
  cursor: pointer;
  list-style: none;
  padding: 1rem 1.1rem;
  color: var(--ink);
  font-weight: 700;
}

.chasers-verifier-explainer summary::-webkit-details-marker {
  display: none;
}

.chasers-verifier-explainer-body {
  display: grid;
  gap: 1rem;
  padding: 0 1.1rem 1.1rem;
}

.chasers-verifier-explainer-body p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.chasers-verifier-explainer-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
}

.chasers-verifier-explainer-item,
.chasers-verifier-proof-line {
  display: grid;
  gap: 0.22rem;
}

.chasers-verifier-explainer-item span,
.chasers-verifier-proof-line span {
  color: rgba(19, 35, 61, 0.58);
  font-size: 0.8rem;
}

.chasers-verifier-explainer-item strong,
.chasers-verifier-proof-line strong {
  color: var(--ink);
  font-size: 0.9rem;
}

.chasers-verifier-explainer-item small {
  color: var(--muted);
  line-height: 1.55;
}

.chasers-verifier-proof-lines {
  display: grid;
  gap: 0.7rem;
  padding-top: 0.9rem;
  border-top: 1px solid rgba(19, 35, 61, 0.08);
}

@media (max-width: 820px) {
  .chasers-verifier-results {
    grid-template-columns: 1fr;
  }

  .chasers-verifier-explainer-grid {
    grid-template-columns: 1fr;
  }
}

.legal-page {
  padding: 1rem 0 3rem;
}

.legal-shell {
  max-width: 840px;
  margin: 0 auto;
  padding: 2rem;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(19, 35, 61, 0.08);
  box-shadow: 0 18px 48px rgba(19, 35, 61, 0.08);
}

.legal-kicker {
  margin: 0 0 0.5rem;
  color: var(--crimson-red);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.legal-shell h1 {
  margin: 0;
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  letter-spacing: -0.04em;
  color: var(--ink);
}

.legal-updated {
  margin: 0.7rem 0 1rem;
  color: rgba(19, 35, 61, 0.55);
  font-size: 0.96rem;
}

.legal-lead {
  margin: 0 0 2rem;
  color: var(--muted);
  font-size: 1.04rem;
  line-height: 1.7;
}

.legal-section + .legal-section {
  margin-top: 1.8rem;
}

.legal-section h2 {
  margin: 0 0 0.55rem;
  color: var(--ink);
  font-size: 1.15rem;
}

.legal-section p {
  margin: 0.55rem 0 0;
  color: var(--muted);
  line-height: 1.72;
}

.legal-list {
  margin: 0.7rem 0 0;
  padding-left: 1.25rem;
  color: var(--muted);
}

.legal-list li + li {
  margin-top: 0.4rem;
}

.insights-major-heading {
  margin: 0;
  color: var(--crimson-red);
  font-size: clamp(2rem, 3.5vw, 2.8rem);
  letter-spacing: -0.04em;
}

.insight-subhead {
  margin: 0.45rem 0 0;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.55;
}

.button-lab {
  display: grid;
  gap: 1.8rem;
}

.button-lab-hero {
  padding: 1.5rem 1.65rem;
  border-radius: 28px;
  background:
    radial-gradient(circle at top left, rgba(79, 211, 216, 0.18), transparent 28%),
    radial-gradient(circle at top right, rgba(231, 70, 93, 0.18), transparent 30%),
    linear-gradient(145deg, rgba(255, 247, 235, 0.96), rgba(243, 247, 252, 0.96));
  border: 1px solid rgba(19, 35, 61, 0.08);
  box-shadow: 0 22px 48px rgba(15, 28, 50, 0.08);
}

.button-lab-hero h1 {
  margin: 0.2rem 0 0.45rem;
  font-size: clamp(2rem, 4vw, 3.4rem);
  letter-spacing: -0.04em;
  color: var(--ink);
}

.button-lab-hero p {
  max-width: 720px;
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.6;
}

.button-lab-kicker {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--crimson-red);
}

.button-lab-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.2rem;
}

.button-lab-card {
  display: grid;
  gap: 1.2rem;
  padding: 1.35rem;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(19, 35, 61, 0.08);
  box-shadow: 0 18px 34px rgba(16, 49, 102, 0.06);
}

.button-lab-card h2 {
  margin: 0.15rem 0 0.35rem;
  color: var(--ink);
  font-size: 1.35rem;
}

.button-lab-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.button-lab-label {
  margin: 0;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(19, 35, 61, 0.5);
}

.button-lab-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  align-items: center;
}

.brand-button {
  appearance: none;
  border: 0;
  border-radius: 999px;
  padding: 0.9rem 1.3rem;
  font: inherit;
  font-weight: 700;
  letter-spacing: 0.01em;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}

.brand-button:hover {
  transform: translateY(-1px);
}

.brand-button:active {
  transform: translateY(0);
}

.brand-button-signal {
  color: #fffdfb;
  background: linear-gradient(180deg, #ea4058, #be1937);
  box-shadow: 0 14px 24px rgba(191, 16, 41, 0.28);
}

.brand-button-signal.is-secondary {
  color: #7d1025;
  background: rgba(234, 64, 88, 0.12);
  box-shadow: inset 0 0 0 1px rgba(191, 16, 41, 0.14);
}

.brand-button-signal.is-ghost {
  color: #7d1025;
  background: transparent;
  box-shadow: inset 0 0 0 1px rgba(191, 16, 41, 0.3);
}

.brand-button-glass {
  color: var(--button-lab-night);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(227, 243, 250, 0.82));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.95),
    0 16px 28px rgba(79, 211, 216, 0.18);
  border: 1px solid rgba(79, 211, 216, 0.28);
}

.brand-button-glass.is-secondary {
  background: rgba(79, 211, 216, 0.12);
  border: 1px solid rgba(79, 211, 216, 0.2);
  box-shadow: none;
}

.brand-button-glass.is-ghost {
  background: transparent;
  border: 1px solid rgba(19, 35, 61, 0.14);
  box-shadow: none;
}

.brand-button-arcade {
  color: #a80f27;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 248, 252, 0.98));
  border: 1px solid rgba(255, 255, 255, 0.88);
  box-shadow:
    inset 0 0 0 1px rgba(214, 31, 61, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.95),
    inset 0 -4px 0 rgba(214, 31, 61, 0.12),
    0 14px 24px rgba(191, 16, 41, 0.10);
}

.brand-button-arcade.is-secondary {
  color: #0a56b4;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 248, 252, 0.98));
  border: 1px solid rgba(255, 255, 255, 0.88);
  box-shadow:
    inset 0 0 0 1px rgba(23, 116, 222, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.95),
    inset 0 -4px 0 rgba(23, 116, 222, 0.12),
    0 14px 24px rgba(13, 99, 199, 0.10);
}

.brand-button-arcade.is-ghost {
  color: var(--ink);
  background: rgba(248, 251, 255, 0.78);
  box-shadow:
    inset 0 0 0 2px rgba(13, 99, 199, 0.24),
    inset 0 -4px 0 rgba(191, 16, 41, 0.16);
}

.brand-button-plate {
  color: #fff;
  background: linear-gradient(180deg, #24324f, #141f35);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 14px 24px rgba(20, 31, 53, 0.24);
}

.brand-button-plate.is-secondary {
  color: #24324f;
  background: rgba(20, 31, 53, 0.08);
  box-shadow: inset 0 0 0 1px rgba(20, 31, 53, 0.1);
}

.brand-button-plate.is-ghost {
  color: #24324f;
  background: transparent;
  box-shadow: inset 0 0 0 1px rgba(20, 31, 53, 0.25);
}

.brand-button-jet {
  color: #f8fbff;
  background:
    linear-gradient(135deg, #0d63c7 0%, #0d63c7 72%, #e7465d 72%, #e7465d 100%);
  box-shadow: 0 16px 28px rgba(13, 99, 199, 0.24);
}

.brand-button-jet.is-secondary {
  color: var(--ink);
  background:
    linear-gradient(135deg, rgba(13, 99, 199, 0.1) 0%, rgba(13, 99, 199, 0.1) 72%, rgba(231, 70, 93, 0.16) 72%, rgba(231, 70, 93, 0.16) 100%);
  box-shadow: inset 0 0 0 1px rgba(19, 35, 61, 0.08);
}

.brand-button-jet.is-ghost {
  color: var(--ink);
  background: transparent;
  box-shadow: inset 0 0 0 1px rgba(19, 35, 61, 0.18);
}

.brand-button-gold {
  color: #1a160f;
  background: linear-gradient(180deg, #f3d892, #d9a441);
  box-shadow:
    inset 0 1px 0 rgba(248, 251, 255, 0.72),
    0 16px 28px rgba(217, 164, 65, 0.24);
}

.brand-button-gold.is-secondary {
  color: #6e4b0f;
  background: rgba(217, 164, 65, 0.14);
  box-shadow: inset 0 0 0 1px rgba(217, 164, 65, 0.22);
}

.brand-button-gold.is-ghost {
  color: #6e4b0f;
  background: transparent;
  box-shadow: inset 0 0 0 1px rgba(217, 164, 65, 0.34);
}

.brand-button-hardcut {
  border-radius: 10px;
  color: #fff;
  background: linear-gradient(180deg, #182947, #0d1629);
  box-shadow: 0 14px 24px rgba(13, 22, 41, 0.24);
}

.brand-button-hardcut.is-secondary {
  color: #182947;
  background: rgba(24, 41, 71, 0.1);
  box-shadow: inset 0 0 0 1px rgba(24, 41, 71, 0.16);
}

.brand-button-hardcut.is-ghost {
  color: #182947;
  background: transparent;
  box-shadow: inset 0 0 0 1px rgba(24, 41, 71, 0.26);
}

.brand-button-ticket {
  border-radius: 14px;
  color: #101826;
  background: linear-gradient(180deg, #fff0c8, #f1c768);
  box-shadow: 0 16px 26px rgba(186, 131, 26, 0.22);
  clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 50%, calc(100% - 14px) 100%, 0 100%, 10px 50%);
}

.brand-button-ticket.is-secondary {
  background: rgba(241, 199, 104, 0.2);
  color: #7c5a16;
  box-shadow: inset 0 0 0 1px rgba(186, 131, 26, 0.18);
}

.brand-button-ticket.is-ghost {
  background: transparent;
  color: #7c5a16;
  box-shadow: inset 0 0 0 1px rgba(186, 131, 26, 0.32);
}

.brand-button-clip {
  border-radius: 12px;
  color: #fbfdff;
  background: linear-gradient(135deg, #0d63c7, #094690);
  box-shadow: 0 16px 26px rgba(13, 99, 199, 0.22);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10px), calc(100% - 18px) 100%, 0 100%);
}

.brand-button-clip.is-secondary {
  color: #094690;
  background: rgba(13, 99, 199, 0.11);
  box-shadow: inset 0 0 0 1px rgba(13, 99, 199, 0.18);
}

.brand-button-clip.is-ghost {
  color: #094690;
  background: transparent;
  box-shadow: inset 0 0 0 1px rgba(13, 99, 199, 0.3);
}

.brand-button-frame {
  border-radius: 8px;
  color: #18120a;
  background: linear-gradient(180deg, #fbfdff, #f3f8ff);
  box-shadow:
    inset 0 0 0 2px #15120f,
    inset 0 0 0 6px rgba(217, 164, 65, 0.38),
    0 14px 26px rgba(21, 18, 15, 0.12);
}

.brand-button-frame.is-secondary {
  color: #5e4a2c;
  background: rgba(246, 234, 210, 0.65);
  box-shadow: inset 0 0 0 1px rgba(94, 74, 44, 0.18);
}

.brand-button-frame.is-ghost {
  color: #5e4a2c;
  background: transparent;
  box-shadow: inset 0 0 0 1px rgba(94, 74, 44, 0.26);
}

.brand-button-bevel {
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(180deg, #f05f77, #c52c45);
  box-shadow:
    inset 0 -4px 0 rgba(92, 10, 26, 0.32),
    0 16px 26px rgba(197, 44, 69, 0.24);
}

.brand-button-bevel.is-secondary {
  color: #8b1830;
  background: rgba(240, 95, 119, 0.14);
  box-shadow: inset 0 -4px 0 rgba(197, 44, 69, 0.18);
}

.brand-button-bevel.is-ghost {
  color: #8b1830;
  background: transparent;
  box-shadow: inset 0 -3px 0 rgba(197, 44, 69, 0.24), inset 0 0 0 1px rgba(197, 44, 69, 0.24);
}

.brand-button-ribbon {
  border-radius: 6px;
  color: #f8fbff;
  background: linear-gradient(90deg, #0c172b 0%, #0c172b 86%, #244674 86%, #244674 100%);
  box-shadow: 0 16px 26px rgba(12, 23, 43, 0.2);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.brand-button-ribbon.is-secondary {
  color: #0c172b;
  background: linear-gradient(90deg, rgba(12, 23, 43, 0.08) 0%, rgba(12, 23, 43, 0.08) 86%, rgba(36, 70, 116, 0.2) 86%, rgba(36, 70, 116, 0.2) 100%);
  box-shadow: inset 0 0 0 1px rgba(12, 23, 43, 0.14);
}

.brand-button-ribbon.is-ghost {
  color: #0c172b;
  background: transparent;
  box-shadow: inset 0 0 0 1px rgba(12, 23, 43, 0.22);
}

@media (max-width: 900px) {
  .button-lab-grid {
    grid-template-columns: 1fr;
  }

  .ripbags-header-actions {
    min-width: 0;
    justify-content: flex-start;
  }

  .ripbags-product-row {
    grid-template-columns: 1fr;
  }

  .ripbags-header-actions {
    flex-direction: column;
    align-items: stretch;
  }
}

@media (max-width: 640px) {
  .button-lab-hero,
  .button-lab-card {
    padding: 1.15rem;
    border-radius: 22px;
  }

  .button-lab-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .brand-button {
    width: 100%;
    justify-content: center;
  }
}

.is-static {
  pointer-events: none;
}

.ripbags-admin-nav,
.ripbags-header-chips {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  flex-wrap: wrap;
}

.vault-shell > .module-heading {
  margin-bottom: 1.35rem;
}

.admin-control-nav {
  display: flex;
  align-items: end;
  gap: 0.35rem;
  flex-wrap: nowrap;
  max-width: min(100%, 68rem);
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0 0.1rem;
  scrollbar-width: thin;
}

.admin-chasers-nav-stack {
  display: grid;
  gap: 0.9rem;
  justify-items: end;
}

.admin-launch-link {
  justify-self: end;
}

.admin-hero-link {
  display: grid;
  gap: 0.14rem;
  min-width: 10.5rem;
  padding: 0.72rem 0.95rem 0.68rem;
  border-radius: 14px 14px 0 0;
  text-decoration: none;
  position: relative;
  overflow: visible;
  border: 1px solid rgba(19, 35, 61, 0.12);
  border-bottom: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(243, 247, 253, 0.96));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.88);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    color 180ms ease;
  flex: 0 0 auto;
}

.admin-hero-link::after {
  content: "";
  position: absolute;
  left: 0.8rem;
  right: 0.8rem;
  bottom: -1px;
  height: 1px;
  opacity: 1;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.98);
}

.admin-hero-link strong,
.admin-hero-link small {
  position: relative;
  z-index: 1;
}

.admin-hero-link strong {
  font-size: 0.96rem;
  line-height: 1.05;
}

.admin-hero-link small {
  font-size: 0.71rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: none;
  opacity: 0.72;
}

.admin-hero-link:hover {
  transform: translateY(-1px);
  border-color: rgba(19, 35, 61, 0.22);
}

.admin-hero-link-current {
  color: #10213c;
  background: #fff;
  border-color: rgba(19, 35, 61, 0.18);
  z-index: 1;
}

.admin-hero-link-current::after {
  background: #fff;
}

.admin-hero-link-search {
  color: #0f2a4d;
  background: linear-gradient(180deg, rgba(255, 252, 242, 0.98), rgba(248, 244, 232, 0.96));
  border-color: rgba(255, 207, 64, 0.34);
}

.admin-hero-link-search::after {
  background: rgba(255, 252, 242, 0.98);
}

.admin-hero-link-ripbags {
  color: #0b56af;
  background: linear-gradient(180deg, rgba(247, 251, 255, 0.99), rgba(236, 244, 255, 0.96));
  border-color: rgba(23, 116, 222, 0.24);
}

.admin-hero-link-ripbags::after {
  background: rgba(247, 251, 255, 0.99);
}

.admin-hero-link-chasers {
  color: #8b1027;
  background: linear-gradient(180deg, rgba(255, 248, 249, 0.99), rgba(252, 239, 242, 0.96));
  border-color: rgba(191, 16, 41, 0.22);
}

.admin-hero-link-chasers::after {
  background: rgba(255, 248, 249, 0.99);
}

.admin-hero-link.admin-hero-link-current {
  color: #10213c;
  background: #fff;
  border-color: rgba(19, 35, 61, 0.18);
}

.admin-hero-link.admin-hero-link-current::after {
  background: #fff;
}

.ripbags-header-actions {
  align-self: stretch;
  justify-content: space-between;
  gap: 1rem;
  min-width: 0;
  margin-top: 0.6rem;
  padding: 1rem 0 0;
  border-top: 1px solid rgba(19, 35, 61, 0.08);
}

.ripbags-header-links {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  flex-wrap: wrap;
}

.ripbags-credit-panel {
  display: grid;
  gap: 0.18rem;
  min-width: 155px;
  padding: 0.9rem 1rem;
  border-radius: 18px;
  background: rgba(248, 251, 255, 0.9);
  border: 1px solid rgba(19, 35, 61, 0.08);
  box-shadow: 0 14px 24px rgba(19, 35, 61, 0.06);
}

.ripbags-credit-panel small,
.ripbags-credit-panel strong {
  display: block;
}

.ripbags-credit-panel small {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ripbags-credit-panel strong {
  color: var(--ink);
  font-size: 1.2rem;
  line-height: 1.1;
}

.ripbags-credit-panel.is-positive strong {
  color: var(--success);
}

.ripbags-credit-panel.is-negative strong {
  color: var(--crimson-red);
}

.ripbags-switcher-panel {
  display: grid;
  gap: 0.7rem;
  margin-top: 0;
  max-width: none;
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.ripbags-switcher-label {
  margin: 0;
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.search-panel.ripbags-stage-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(380px, 0.9fr);
  gap: 2.4rem;
  align-items: start;
}

.ripbags-open-stage,
.ripbags-remaining-panel {
  display: flex;
  flex-direction: column;
  gap: 1.15rem;
}

.ripbags-open-stage {
  align-items: flex-start;
  gap: 1rem;
}

.ripbags-remaining-panel {
  margin-top: 0.15rem;
  padding-left: 0.2rem;
}

.ripbags-stage-bag {
  position: relative;
  min-height: 520px;
  width: min(100%, 580px);
  border-radius: 28px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 10%, rgba(255, 255, 255, 0.58), transparent 22%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(245, 248, 252, 0.96));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.7),
    0 22px 48px rgba(16, 49, 102, 0.1);
  border: 1px solid rgba(19, 35, 61, 0.08);
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  gap: 0;
  align-items: stretch;
  justify-items: center;
  padding: 0.65rem 0.7rem 0.65rem;
}

.ripbags-pack-lane {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 385px;
  width: 100%;
  align-self: stretch;
  overflow: visible;
}

.ripbags-stage-controls {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 0;
  z-index: 6;
}

.ripbags-pack-image-shell {
  position: relative;
  width: 100%;
  max-width: 410px;
  min-height: 380px;
  overflow: visible;
  pointer-events: none;
  display: grid;
  place-items: center;
}

.ripbags-pack-image {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 100%;
  max-width: 380px;
  max-height: 380px;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 18px 28px rgba(17, 31, 53, 0.18));
  transform-origin: center center;
  will-change: opacity, transform;
}

.ripbags-pack-image-closed {
  z-index: 3;
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.42s ease, transform 0.42s ease;
}

.ripbags-pack-image-open {
  z-index: 2;
  opacity: 0;
  transform: scale(1);
  transition: opacity 0.42s ease, transform 0.42s ease;
}

.ripbags-stage-bag.is-ripping .ripbags-pack-image-closed {
  opacity: 0;
  transform: scale(1);
}

.ripbags-stage-bag.is-ripping .ripbags-pack-image-open {
  opacity: 1;
  transform: scale(1);
}

.ripbags-stage-bag.is-resetting .ripbags-pack-image-closed {
  opacity: 1;
  transform: scale(1);
}

.ripbags-stage-bag.is-resetting .ripbags-pack-image-open {
  opacity: 0;
  transform: scale(1);
}

.ripbags-card-reveal {
  position: absolute;
  top: 40%;
  left: 50%;
  display: flex;
  width: 320px;
  justify-content: center;
  z-index: 5;
  opacity: 0;
  transform: translate(-50%, -24%) scale(0.84);
  transition: transform 0.7s cubic-bezier(0.2, 0.8, 0.2, 1), opacity 0.45s ease;
  pointer-events: none;
}

.ripbags-card-reveal img {
  width: min(275px, 100%);
  max-width: 275px;
  max-height: 330px;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 18px 24px rgba(2, 6, 15, 0.28));
  padding: 0;
  border-radius: 20px;
  background: transparent;
  box-shadow: none;
}

.ripbags-card-reveal.is-active {
  opacity: 1;
  transform: translate(-50%, -43%) scale(1);
}

.ripbags-card-reveal.is-clearing {
  opacity: 0;
  transform: translate(-50%, 12%) scale(0.92);
}

.ripbags-card-reveal strong {
  display: none;
}

.ripbags-card-reveal small {
  display: none;
}

.ripbags-card-reveal span {
  display: inline-flex;
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  font-weight: 700;
}

.ripbags-open-controls {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  align-items: center;
  width: min(320px, 100%);
}

.ripbags-story-panel {
  display: grid;
  gap: 0.8rem;
  width: min(100%, 540px);
  padding: 0.95rem 1rem;
  border-radius: 20px;
  background: rgba(248, 250, 253, 0.92);
  border: 1px solid rgba(19, 35, 61, 0.06);
  box-shadow: 0 12px 24px rgba(16, 49, 102, 0.05);
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.28s ease, transform 0.28s ease;
}

.ripbags-story-panel.is-ready {
  opacity: 1;
  transform: translateY(0);
}

.ripbags-story-title {
  margin: 0;
  font-size: 1rem;
  letter-spacing: 0.03em;
  color: var(--ink);
}

.ripbags-story-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem;
}

.ripbags-story-fact {
  padding: 0.6rem 0.7rem;
  border-radius: 14px;
  background: rgba(246, 249, 253, 0.72);
  border: 1px solid rgba(19, 35, 61, 0.05);
}

.ripbags-story-fact small,
.ripbags-story-fact strong {
  display: block;
}

.ripbags-story-fact small {
  color: var(--muted);
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.ripbags-story-fact strong {
  margin-top: 0.18rem;
  color: var(--ink);
  line-height: 1.28;
  font-size: 0.93rem;
}

button.ripbags-open-button,
#ripbag-open-button {
  width: min(280px, 100%);
  text-align: center;
  min-width: min(100%, 320px);
  padding: 1.05rem 1.45rem;
  font-weight: 800;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.88);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 248, 252, 0.98)) !important;
  color: #a80f27 !important;
  box-shadow:
    inset 0 0 0 1px rgba(214, 31, 61, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.95),
    inset 0 -4px 0 rgba(214, 31, 61, 0.12),
    0 14px 24px rgba(191, 16, 41, 0.10);
  animation: none !important;
}

button.ripbags-open-button::before,
button.ripbags-open-button::after,
#ripbag-open-button::before,
#ripbag-open-button::after {
  display: none;
}

button.ripbags-open-button:hover,
#ripbag-open-button:hover {
  transform: translateY(-2px);
  background: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(248, 250, 253, 0.98)) !important;
  box-shadow:
    inset 0 0 0 1px rgba(214, 31, 61, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 1),
    inset 0 -4px 0 rgba(214, 31, 61, 0.16),
    0 18px 30px rgba(191, 16, 41, 0.14);
  filter: none;
}

button.ripbags-open-button:active,
#ripbag-open-button:active {
  transform: translateY(0);
}

button.ripbags-open-button:disabled,
button.ripbags-open-button[data-busy="true"],
#ripbag-open-button:disabled,
#ripbag-open-button[data-busy="true"] {
  cursor: not-allowed;
  transform: none;
  color: rgba(87, 99, 118, 0.92) !important;
  background: linear-gradient(180deg, rgba(236, 240, 245, 0.98), rgba(226, 231, 238, 0.98)) !important;
  border-color: rgba(19, 35, 61, 0.08);
  box-shadow:
    inset 0 0 0 1px rgba(19, 35, 61, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);
  filter: saturate(0.2);
  opacity: 1;
}

button.ripbags-open-button:disabled:hover,
button.ripbags-open-button[data-busy="true"]:hover,
#ripbag-open-button:disabled:hover,
#ripbag-open-button[data-busy="true"]:hover {
  transform: none;
  box-shadow:
    inset 0 0 0 1px rgba(19, 35, 61, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.secondary-button.ripbags-next-button {
  width: min(280px, 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 248, 252, 0.98)) !important;
  color: #0a56b4 !important;
  border: 1px solid rgba(255, 255, 255, 0.88) !important;
  box-shadow:
    inset 0 0 0 1px rgba(23, 116, 222, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.95),
    inset 0 -4px 0 rgba(23, 116, 222, 0.12),
    0 14px 24px rgba(13, 99, 199, 0.10);
}

.secondary-button.ripbags-next-button:hover {
  background: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(248, 250, 253, 0.98)) !important;
  transform: translateY(-1px);
}

.ripbags-value-chip {
  position: absolute;
  top: 0.15rem;
  left: 0.15rem;
  z-index: 7;
  width: auto;
  min-width: 190px;
  padding: 0.8rem 0.95rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(19, 35, 61, 0.08);
  box-shadow: 0 12px 24px rgba(16, 49, 102, 0.08);
  text-align: left;
  backdrop-filter: blur(10px);
}

.ripbags-value-chip small,
.ripbags-value-chip strong {
  display: block;
}

.ripbags-value-chip small {
  color: var(--muted);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ripbags-value-chip strong {
  margin-top: 0.28rem;
  color: var(--ink);
  font-size: 1.4rem;
  line-height: 1;
}

.ripbags-open-message {
  text-align: center;
  max-width: 290px;
  margin: 0;
  color: var(--muted);
}

.ripbags-loadbar {
  display: grid;
  gap: 0.55rem;
  padding: 0.9rem 1rem;
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(248, 251, 255, 0.96), rgba(236, 241, 249, 0.92));
  border: 1px solid rgba(19, 35, 61, 0.1);
}

.ripbags-loadbar[hidden],
.ripbags-next-button[hidden],
.ripbags-value-chip[hidden],
.ripbags-card-reveal[hidden],
.ripbags-story-panel[hidden] {
  display: none !important;
}

.ripbags-loadbar-topline {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.8rem;
}

.ripbags-loadbar-topline strong {
  color: var(--ink);
  font-size: 0.95rem;
}

.ripbags-loadbar-track {
  position: relative;
  height: 10px;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(19, 35, 61, 0.09);
}

.ripbags-loadbar-track span {
  position: absolute;
  inset: 0 auto 0 0;
  width: 0;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--shiny-blue), var(--crimson-red));
  transition: width 0.08s linear;
}

.ripbags-remaining-list {
  max-height: 480px;
  overflow: auto;
  display: grid;
  gap: 0.9rem;
  padding-right: 0.3rem;
}

.ripbags-remaining-hero {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 1rem;
  padding: 1.05rem 1.1rem;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(13, 99, 199, 0.12), rgba(191, 16, 41, 0.12));
  border: 1px solid rgba(19, 35, 61, 0.08);
}

.ripbags-explainer-panel {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 1rem;
  padding: 0.2rem 0 0.55rem;
  border-radius: 22px;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.ripbags-explainer-grid {
  display: grid;
  gap: 0.85rem;
}

.ripbags-explainer-card {
  padding: 0.95rem 1rem;
  border-radius: 18px;
  background: rgba(248, 250, 253, 0.88);
  border: 1px solid rgba(19, 35, 61, 0.06);
  box-shadow: none;
}

.ripbags-explainer-card strong {
  display: block;
  color: var(--ink);
  margin-bottom: 0.35rem;
}

.ripbags-explainer-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.45;
}

.ripbags-remaining-stat {
  min-width: 112px;
  padding: 0.85rem 0.95rem;
  border-radius: 18px;
  background: rgba(248, 250, 253, 0.92);
  border: 1px solid rgba(19, 35, 61, 0.08);
  text-align: center;
}

.ripbags-remaining-stat small,
.ripbags-remaining-stat strong {
  display: block;
}

.ripbags-remaining-stat small {
  color: var(--muted);
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.ripbags-remaining-stat strong {
  margin-top: 0.2rem;
  color: var(--ink);
  font-size: 1.5rem;
}

.ripbags-pool-shell {
  margin-top: 1.25rem;
  display: grid;
  gap: 1rem;
}

.ripbags-pool-head {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 1rem;
}

.ripbags-pool-head h3 {
  margin: 0.2rem 0 0.3rem;
  color: var(--ink);
  font-size: 1.35rem;
}

.ripbags-pool-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 1rem;
  max-height: 520px;
  overflow: auto;
  padding-right: 0.25rem;
}

.ripbags-pool-card {
  padding: 0.95rem;
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(248, 250, 252, 0.92), rgba(235, 238, 245, 0.92));
  border: 1px solid rgba(137, 148, 171, 0.16);
  display: grid;
  gap: 0.8rem;
  min-height: 100%;
}

.ripbags-pool-card.is-chase {
  background:
    radial-gradient(circle at top right, rgba(191, 16, 41, 0.12), transparent 34%),
    radial-gradient(circle at left center, rgba(13, 99, 199, 0.12), transparent 34%),
    linear-gradient(145deg, rgba(252, 249, 244, 0.98), rgba(242, 246, 253, 0.96));
  border-color: rgba(191, 16, 41, 0.24);
  box-shadow: 0 14px 28px rgba(16, 49, 102, 0.08);
}

.ripbags-pool-art {
  aspect-ratio: 0.78;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.78);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.ripbags-pool-art img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.ripbags-pool-copy {
  display: grid;
  gap: 0.25rem;
}

.ripbags-pool-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 0.3rem 0.65rem;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(191, 16, 41, 0.96), rgba(13, 99, 199, 0.92));
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.ripbags-pool-copy strong {
  color: var(--ink);
  line-height: 1.25;
}

.ripbags-pool-copy small {
  color: #66738b;
}

.ripbags-pool-copy span {
  color: var(--ink);
  font-weight: 700;
  font-size: 0.95rem;
}

.ripbags-pool-footer {
  display: flex;
  justify-content: center;
}

.ripbags-pool-more {
  min-width: 200px;
}

.ripbags-admin-form {
  align-items: end;
}

.ripbags-tier-mix-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 0.55rem;
}

.ripbags-product-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.95rem;
}

.ripbags-product-pill {
  display: grid;
  gap: 0.18rem;
  min-width: 0;
  padding: 0.95rem 1.05rem;
  border-radius: 999px;
  text-decoration: none;
  text-align: center;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 248, 252, 0.98));
  border: 1px solid rgba(255, 255, 255, 0.88);
  box-shadow:
    inset 0 0 0 1px rgba(23, 116, 222, 0.20),
    inset 0 1px 0 rgba(255, 255, 255, 0.95),
    inset 0 -4px 0 rgba(23, 116, 222, 0.10),
    0 14px 24px rgba(13, 99, 199, 0.08);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease,
    border-color 180ms ease,
    color 180ms ease;
}

.ripbags-product-pill span,
.ripbags-product-pill strong {
  display: block;
}

.ripbags-product-pill span {
  color: #0a56b4;
  font-weight: 700;
  line-height: 1.2;
}

.ripbags-product-pill strong {
  color: rgba(10, 86, 180, 0.76);
  font-size: 0.92rem;
}

.ripbags-product-pill:hover {
  transform: translateY(-1px);
  background: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(248, 250, 253, 0.98));
  box-shadow:
    inset 0 0 0 1px rgba(23, 116, 222, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 1),
    inset 0 -4px 0 rgba(23, 116, 222, 0.14),
    0 18px 28px rgba(13, 99, 199, 0.10);
}

.ripbags-product-pill.is-active {
  background: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(248, 250, 253, 0.98));
  border-color: rgba(255, 255, 255, 0.92);
  box-shadow:
    inset 0 0 0 1px rgba(214, 31, 61, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 1),
    inset 0 -4px 0 rgba(214, 31, 61, 0.12),
    0 18px 28px rgba(191, 16, 41, 0.10);
}

.ripbags-product-pill.is-active span {
  color: #a80f27;
}

.ripbags-product-pill.is-active strong {
  color: rgba(168, 15, 39, 0.76);
}

.ripbags-top-shell {
  display: grid;
  gap: 1.15rem;
  margin-bottom: 1.55rem;
}

.ripbags-top-copy {
  max-width: 760px;
}

.ripbags-top-controls {
  display: grid;
  gap: 1.1rem;
  margin-bottom: 0;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 16px 28px rgba(19, 35, 61, 0.05);
}

.ripbags-top-note {
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.5;
  padding-top: 0.1rem;
  border-top: 1px solid rgba(19, 35, 61, 0.06);
}

.ripbags-curve-editor {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 0.85rem;
  margin-top: 0.55rem;
}

.ripbags-curve-card {
  padding: 0.9rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(19, 35, 61, 0.08);
  display: grid;
  gap: 0.75rem;
}

.ripbags-curve-card-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 0.75rem;
}

.ripbags-curve-card-head strong,
.ripbags-curve-card-head small {
  display: block;
}

.ripbags-curve-card-head small {
  color: var(--muted);
}

.ripbags-curve-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.65rem;
}

.ripbags-admin-overview {
  display: grid;
  gap: 1.15rem;
}

.ripbags-admin-overview-head {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 1rem;
  flex-wrap: wrap;
}

.ripbags-admin-overview-head h2 {
  margin: 0.15rem 0 0;
  font-size: clamp(1.7rem, 2.3vw, 2.35rem);
  color: var(--ink);
}

.ripbags-admin-chip-row {
  display: flex;
  gap: 0.7rem;
  flex-wrap: wrap;
}

.ripbags-admin-top-grid {
  display: grid;
  grid-template-columns: minmax(320px, 1fr) minmax(280px, 0.85fr);
  gap: 1rem;
}

.ripbags-admin-settings-card,
.ripbags-admin-metrics-card {
  padding: 1.2rem;
  border-radius: 24px;
  border: 1px solid rgba(19, 35, 61, 0.12);
  background:
    linear-gradient(180deg, rgba(248, 251, 255, 0.98), rgba(241, 246, 252, 0.95));
  box-shadow: 0 20px 42px rgba(16, 49, 102, 0.08);
}

.ripbags-admin-metrics-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.ripbags-admin-metric {
  padding: 0.95rem 1rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(19, 35, 61, 0.08);
}

.ripbags-admin-metric small,
.ripbags-admin-metric strong {
  display: block;
}

.ripbags-admin-metric small {
  color: var(--muted);
  font-size: 0.8rem;
}

.ripbags-admin-metric strong {
  margin-top: 0.22rem;
  color: var(--ink);
  font-size: 1.2rem;
}

.field-group-checkbox {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ripbags-admin-toggle {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.85rem;
  align-items: start;
  padding: 0.9rem 1rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(19, 35, 61, 0.08);
  color: var(--ink);
}

.ripbags-admin-toggle input {
  width: auto;
  margin: 0.2rem 0 0;
}

.ripbags-admin-toggle span {
  min-width: 0;
}

.ripbags-admin-toggle strong,
.ripbags-admin-toggle small {
  display: block;
}

.ripbags-admin-toggle strong {
  font-size: 0.95rem;
}

.ripbags-admin-toggle small {
  margin-top: 0.22rem;
  color: var(--muted);
  line-height: 1.45;
}

.ripbags-admin-actions,
.ripbags-admin-inventory-actions {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  flex-wrap: wrap;
}

.ripbags-admin-search-shell {
  display: grid;
  gap: 1rem;
}

.ripbags-admin-search-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  align-items: start;
}

.ripbags-card-draft {
  display: grid;
  gap: 1rem;
  padding: 1.1rem;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 249, 253, 0.95));
  border: 1px solid rgba(19, 35, 61, 0.08);
  margin-top: 0.25rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.ripbags-card-draft.is-empty {
  opacity: 0.92;
}

.ripbags-card-draft.is-empty .ripbags-admin-result-art {
  background: linear-gradient(145deg, rgba(240, 244, 250, 0.96), rgba(232, 237, 246, 0.9));
}

.ripbags-card-draft.is-empty .ripbags-admin-result-art::after {
  content: "Stage card";
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 700;
}

.ripbags-draft-guide-overview {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}

.ripbags-admin-product-settings-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.85rem;
}

.ripbags-inventory-shell {
  max-height: 46rem;
  overflow: auto;
}

.ripbags-draft-guide-card {
  padding: 1rem;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(250, 252, 255, 0.98), rgba(241, 246, 252, 0.94));
  border: 1px solid rgba(19, 35, 61, 0.1);
  display: grid;
  gap: 0.75rem;
}

@media (max-width: 980px) {
  .ripbags-draft-guide-overview {
    grid-template-columns: 1fr;
  }
}

.ripbags-draft-product-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
}

.ripbags-draft-product-head strong {
  color: var(--ink);
}

.ripbags-draft-product-head span {
  color: var(--muted);
  font-size: 0.85rem;
}

.ripbags-draft-guide-chiplist {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.ripbags-draft-guide-chip {
  display: inline-flex;
  align-items: center;
  padding: 0.48rem 0.7rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(19, 35, 61, 0.08);
  color: var(--ink);
  font-size: 0.76rem;
  font-weight: 700;
}

.ripbags-card-draft .search-rule {
  margin-bottom: 0.1rem;
}

.ripbags-stage-empty {
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr);
  gap: 0.9rem;
  align-items: center;
  padding: 0.85rem 0.1rem;
}

.ripbags-stage-empty strong,
.ripbags-stage-empty small {
  display: block;
}

.ripbags-stage-empty small {
  margin-top: 0.35rem;
  color: var(--muted);
}

.ripbags-bulk-stage-list {
  display: grid;
  gap: 0.85rem;
}

.ripbags-stage-row {
  display: grid;
  grid-template-columns: minmax(260px, 1.1fr) minmax(320px, 1.2fr) auto;
  gap: 0.85rem;
  align-items: start;
  padding: 0.95rem;
  border-radius: 18px;
  border: 1px solid rgba(19, 35, 61, 0.08);
  background: rgba(255, 255, 255, 0.96);
}

.ripbags-stage-row-card {
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr);
  gap: 0.85rem;
  align-items: center;
  min-width: 0;
}

.ripbags-stage-row-copy {
  display: grid;
  align-content: center;
  gap: 0.35rem;
  padding: 0.75rem 0.9rem;
  border-radius: 16px;
  border: 1px solid rgba(19, 35, 61, 0.08);
  background: rgba(247, 250, 255, 0.92);
}

.ripbags-stage-row-copy strong,
.ripbags-stage-row-copy small {
  display: block;
}

.ripbags-stage-row-copy small {
  color: var(--muted);
}

.ripbags-stage-row-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 100%;
}

@media (max-width: 1180px) {
  .ripbags-stage-row {
    grid-template-columns: 1fr;
  }

  .ripbags-stage-row-actions {
    justify-content: flex-start;
  }
}

.ripbags-tier-guide-list {
  display: grid;
  gap: 0.45rem;
}

.ripbags-tier-guide-row {
  display: grid;
  gap: 0.15rem;
  padding: 0.65rem 0.75rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(19, 35, 61, 0.05);
}

.ripbags-tier-guide-row strong,
.ripbags-tier-guide-row span,
.ripbags-tier-guide-row small {
  display: block;
}

.ripbags-tier-guide-row strong {
  color: var(--ink);
  font-size: 0.92rem;
}

.ripbags-tier-guide-row span {
  color: var(--ink);
  font-size: 0.88rem;
}

.ripbags-tier-guide-row small {
  color: var(--muted);
  font-size: 0.78rem;
}

.ripbags-tier-guide-row.is-warning {
  border-color: rgba(191, 16, 41, 0.16);
  background: linear-gradient(180deg, rgba(255, 247, 247, 0.95), rgba(255, 251, 248, 0.95));
}

.ripbags-admin-search-results {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1rem;
}

.ripbags-admin-result-card {
  padding: 1rem;
  border-radius: 24px;
  border: 1px solid rgba(19, 35, 61, 0.12);
  background:
    linear-gradient(180deg, rgba(248, 251, 255, 0.98), rgba(240, 245, 252, 0.94));
  box-shadow: 0 18px 34px rgba(16, 49, 102, 0.08);
  display: grid;
  gap: 1rem;
}

.ripbags-admin-result-top {
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr);
  gap: 0.9rem;
  align-items: center;
}

.ripbags-admin-result-art {
  width: 84px;
  height: 112px;
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(250, 252, 255, 0.96), rgba(230, 236, 246, 0.9));
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.ripbags-admin-result-art img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.ripbags-admin-result-copy {
  min-width: 0;
}

.ripbags-admin-result-copy strong,
.ripbags-admin-result-copy small {
  display: block;
}

.ripbags-admin-result-copy strong {
  font-size: 1.05rem;
  color: var(--ink);
}

.ripbags-admin-result-copy small {
  margin-top: 0.3rem;
  color: var(--muted);
}

.ripbags-admin-price-grid {
  display: flex;
  gap: 0.7rem;
  flex-wrap: wrap;
}

.ripbags-admin-price-pill {
  border: 1px solid rgba(13, 99, 199, 0.16);
  border-radius: 16px;
  padding: 0.65rem 0.85rem;
  background: linear-gradient(145deg, rgba(13, 99, 199, 0.08), rgba(191, 16, 41, 0.06));
  color: var(--ink);
  display: flex;
  flex-direction: column;
  gap: 0.12rem;
  min-width: 94px;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.ripbags-admin-price-pill span {
  font-size: 0.8rem;
  color: var(--muted);
}

.ripbags-admin-price-pill strong {
  font-size: 1rem;
}

.ripbags-admin-price-pill:hover {
  transform: translateY(-1px);
  border-color: rgba(13, 99, 199, 0.3);
  box-shadow: 0 12px 26px rgba(13, 99, 199, 0.14);
}

.ripbags-admin-inventory-panel {
  display: grid;
  gap: 1rem;
}

.ripbags-slot-board {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  max-height: 920px;
  overflow: auto;
  padding-right: 0.25rem;
}

.ripbags-slot-card,
.ripbags-tier-bucket {
  display: grid;
  gap: 0.9rem;
  padding: 1rem;
  border-radius: 22px;
  border: 1px solid rgba(19, 35, 61, 0.12);
  background: linear-gradient(180deg, rgba(248, 251, 255, 0.98), rgba(241, 246, 252, 0.94));
  box-shadow: 0 18px 34px rgba(16, 49, 102, 0.08);
}

.ripbags-slot-card.is-open,
.ripbags-tier-bucket.is-open {
  border-color: rgba(191, 16, 41, 0.22);
  background: linear-gradient(180deg, rgba(255, 245, 246, 0.98), rgba(248, 241, 242, 0.94));
}

.ripbags-tier-bucket summary {
  list-style: none;
  cursor: pointer;
}

.ripbags-tier-bucket summary::-webkit-details-marker {
  display: none;
}

.ripbags-tier-summary {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.ripbags-tier-summary-stats {
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.ripbags-tier-body {
  display: grid;
  gap: 1rem;
}

.ripbags-slot-card-head,
.ripbags-slot-active,
.ripbags-slot-queue-row,
.ripbags-slot-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.85rem;
}

.ripbags-tier-section {
  display: grid;
  gap: 0.6rem;
}

.ripbags-tier-heading {
  color: var(--ink);
  font-size: 0.92rem;
}

.ripbags-slot-card-head strong,
.ripbags-slot-active strong,
.ripbags-slot-queue-row strong {
  color: var(--ink);
}

.ripbags-slot-card-head small,
.ripbags-slot-active small,
.ripbags-slot-queue-row small {
  display: block;
  color: var(--muted);
}

.ripbags-slot-active,
.ripbags-slot-queue-row {
  padding: 0.8rem 0.9rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(19, 35, 61, 0.08);
}

.ripbags-slot-queue {
  display: grid;
  gap: 0.65rem;
}

.ripbags-slot-meta {
  flex-wrap: wrap;
}

.ripbags-slot-meta span {
  font-weight: 700;
  color: var(--ink);
}

.ripbags-admin-inline-card {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
}

.ripbags-admin-inline-card img {
  width: 56px;
  height: 78px;
  object-fit: contain;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(19, 35, 61, 0.08);
  box-shadow: 0 10px 18px rgba(16, 49, 102, 0.12);
  flex: 0 0 auto;
}

.ripbags-admin-inline-card div {
  min-width: 0;
}

.ripbags-error-label {
  display: inline-flex;
  margin-right: 0.8rem;
  font-weight: 700;
  color: #a82643;
}

.vault-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.vault-hero-panel {
  padding: 1.2rem;
}

.vault-hero-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.vault-hero-card {
  padding: 1.1rem 1.15rem;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(248, 251, 255, 0.98), rgba(241, 246, 252, 0.95));
  border: 1px solid rgba(19, 35, 61, 0.1);
  box-shadow: 0 16px 32px rgba(16, 49, 102, 0.08);
}

.vault-hero-card.accent {
  background: linear-gradient(135deg, rgba(191, 16, 41, 0.14), rgba(13, 99, 199, 0.14));
}

.vault-hero-card-credit {
  background: linear-gradient(135deg, rgba(15, 138, 95, 0.18), rgba(170, 234, 208, 0.28));
}

.vault-hero-card small,
.vault-hero-card strong,
.vault-hero-card span {
  display: block;
}

.vault-hero-card small {
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.74rem;
  font-weight: 700;
}

.vault-hero-card strong {
  font-size: 2rem;
  color: var(--ink);
  margin: 0.35rem 0 0.2rem;
}

.vault-hero-card span {
  color: var(--muted);
}

.vault-actions {
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
  align-items: center;
}

.vault-selection-value {
  margin-left: auto;
  padding: 0.8rem 1rem;
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(15, 138, 95, 0.12), rgba(170, 234, 208, 0.22));
  border: 1px solid rgba(15, 138, 95, 0.16);
  min-width: 150px;
}

.vault-selection-value span,
.vault-selection-value strong {
  display: block;
}

.vault-selection-value span {
  color: var(--muted);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.vault-selection-value strong {
  margin-top: 0.2rem;
  color: var(--success);
  font-size: 1.25rem;
}

.vault-actions-footer {
  justify-content: space-between;
}

.vault-bulk-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  color: var(--muted);
  font-weight: 600;
}

.vault-bulk-toggle input {
  width: auto;
  margin: 0;
}

.vault-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1rem;
}

.vault-card-panel {
  position: relative;
  padding: 1rem;
  border-radius: 24px;
  border: 1px solid rgba(19, 35, 61, 0.1);
  background:
    linear-gradient(180deg, rgba(248, 251, 255, 0.98), rgba(243, 247, 252, 0.95));
  box-shadow: 0 18px 34px rgba(16, 49, 102, 0.08);
  display: grid;
  gap: 0.9rem;
}

.vault-select-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 700;
}

.vault-select-toggle input {
  width: auto;
  margin: 0;
}

.vault-card-art {
  min-height: 220px;
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(248, 250, 255, 0.98), rgba(231, 237, 246, 0.94));
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.vault-card-art img {
  width: 100%;
  height: 100%;
  max-height: 240px;
  object-fit: contain;
  filter: drop-shadow(0 14px 24px rgba(8, 15, 28, 0.18));
}

.vault-card-copy strong,
.vault-card-copy small {
  display: block;
}

.vault-card-copy strong {
  font-size: 1.05rem;
  color: var(--ink);
}

.vault-card-copy small {
  margin-top: 0.22rem;
  color: var(--muted);
}

.vault-card-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
}

.vault-card-stats div {
  padding: 0.8rem 0.9rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(19, 35, 61, 0.08);
}

.vault-card-stats span,
.vault-card-stats strong {
  display: block;
}

.vault-card-stats span {
  color: var(--muted);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.vault-card-stats strong {
  margin-top: 0.3rem;
  color: var(--ink);
  font-size: 1.1rem;
}

.vault-card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.8rem;
  color: var(--muted);
  font-size: 0.85rem;
}

.vault-status-pill {
  display: inline-flex;
  padding: 0.38rem 0.75rem;
  border-radius: 999px;
  background: rgba(13, 99, 199, 0.1);
  color: var(--shiny-blue);
  font-weight: 700;
}

.vault-history-details {
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(248, 251, 255, 0.98), rgba(241, 246, 252, 0.95));
  border: 1px solid rgba(19, 35, 61, 0.1);
  overflow: hidden;
}

.vault-history-summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.15rem;
  cursor: pointer;
}

.vault-history-summary::-webkit-details-marker {
  display: none;
}

.vault-history-summary strong,
.vault-history-summary span {
  display: block;
}

.vault-history-summary-note {
  color: var(--muted);
  font-size: 0.9rem;
}

.vault-history-body {
  padding: 0 1.15rem 1.15rem;
  display: grid;
  gap: 1rem;
}

.vault-history-list {
  display: grid;
  gap: 0.8rem;
  max-height: 520px;
  overflow: auto;
  padding-right: 0.2rem;
}

.vault-history-row {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(180px, 0.8fr);
  gap: 1rem;
  align-items: center;
  padding: 0.9rem 1rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(19, 35, 61, 0.08);
}

.vault-history-card {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  min-width: 0;
}

.vault-history-card img {
  width: 62px;
  height: 84px;
  object-fit: contain;
  border-radius: 12px;
  background: rgba(240, 243, 248, 0.9);
}

.vault-history-card strong,
.vault-history-card small {
  display: block;
}

.vault-history-card strong {
  color: var(--ink);
}

.vault-history-card small {
  color: var(--muted);
  margin-top: 0.15rem;
}

.vault-history-meta {
  display: grid;
  justify-items: end;
  gap: 0.2rem;
}

.vault-history-meta span,
.vault-history-meta small {
  color: var(--muted);
}

.vault-history-meta strong {
  color: var(--ink);
  font-size: 1.05rem;
}

.vault-history-actions {
  display: flex;
  justify-content: center;
}

.vault-card-cell {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.vault-card-cell img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  border-radius: 12px;
  background: rgba(240, 243, 248, 0.9);
}

.vault-card-cell small {
  display: block;
  color: #67738c;
}

@media (max-width: 980px) {
  .search-panel.ripbags-stage-grid {
    grid-template-columns: 1fr;
  }

  .ripbags-stage-bag {
    min-height: 560px;
  }

  .ripbags-remaining-panel {
    padding-left: 0;
  }

  .ripbags-pack-image-shell {
    min-height: 300px;
  }

  .ripbags-story-facts {
    grid-template-columns: 1fr;
  }

  .ripbags-pool-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .ripbags-pool-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vault-hero-grid,
  .vault-card-stats,
  .vault-history-row {
    grid-template-columns: 1fr;
  }

  .vault-card-footer,
  .vault-history-summary {
    align-items: flex-start;
    flex-direction: column;
  }

  .vault-history-meta {
    justify-items: start;
  }

  .chasers-entry-modal-card {
    width: min(30rem, calc(100vw - 1.5rem));
    padding: 1.2rem 1rem;
  }

  .chasers-entry-modal-actions {
    grid-template-columns: 1fr;
  }
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  position: relative;
  font-family: "Space Grotesk", sans-serif;
  color: var(--ink);
  background: linear-gradient(180deg, #fffdfb 0%, #fcfcff 52%, #f8fbff 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at top left, rgba(191, 16, 41, 0.08), transparent 22%),
    radial-gradient(circle at top right, rgba(13, 99, 199, 0.08), transparent 24%),
    linear-gradient(180deg, #fffdfb 0%, #fcfcff 52%, #f8fbff 100%);
  pointer-events: none;
}

a {
  color: inherit;
  text-decoration: none;
}

a[href],
button:not(:disabled),
summary,
input[type="submit"]:not(:disabled),
input[type="button"]:not(:disabled),
input[type="reset"]:not(:disabled),
[role="button"]:not([aria-disabled="true"]) {
  cursor: pointer !important;
}

button:disabled,
input:disabled,
[aria-disabled="true"] {
  cursor: not-allowed !important;
}

button,
input,
select {
  font: inherit;
}

.page-shell {
  width: min(1120px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 1.2rem 0 3rem;
}

.site-header {
  position: relative;
  z-index: 10020;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 0;
  isolation: isolate;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0;
  font-size: 1.45rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  min-width: 0;
  flex: 0 0 auto;
  position: relative;
  z-index: 10021;
}

.brand-wordmark {
  display: inline-block;
  line-height: 1;
}

.brand-wordmark-image {
  display: block;
  width: min(15rem, 34vw);
  height: auto;
  object-fit: contain;
  flex: 0 1 auto;
}

.brand > *,
.home3-chase-demo-entry > *,
.home3-chase-demo-launch > *,
.site-nav-link > *,
.site-nav-menu-link > *,
.solid-link > *,
.primary-button > *,
.secondary-button > *,
.ghost-button > * {
  pointer-events: none;
}

.brand,
.brand *,
.home3-chase-demo-entry,
.home3-chase-demo-entry *,
.home3-chase-demo-launch,
.home3-chase-demo-launch * {
  cursor: pointer !important;
}

.site-nav {
  position: relative;
  z-index: 10020;
  display: flex;
  flex: 1 1 auto;
  min-width: 0;
  align-items: center;
  gap: 0.9rem;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.site-nav-mobile {
  position: relative;
  z-index: 10020;
  display: none;
  align-items: center;
  gap: 0.45rem;
}

.site-nav-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 0.2rem 0.35rem;
  min-width: 0;
}

.site-nav-utility {
  margin: 0;
}

.site-nav-link {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.5rem;
  padding: 0.55rem 0.85rem;
  border: 1px solid transparent;
  border-radius: 12px;
  background: transparent;
  color: rgba(19, 35, 61, 0.74);
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.01em;
  text-decoration: none;
  cursor: pointer;
  transition:
    color 140ms ease,
    background-color 140ms ease,
    border-color 140ms ease,
    box-shadow 140ms ease;
}

.site-nav-link:hover {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.78);
  border-color: rgba(19, 35, 61, 0.08);
}

.site-nav-link.is-active {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.94);
  border-color: rgba(19, 35, 61, 0.08);
  box-shadow:
    inset 0 -2px 0 var(--crimson-red),
    0 8px 18px rgba(19, 35, 61, 0.05);
}

.site-nav-link.is-chase-mode-link {
  color: var(--crimson-red);
}

.site-nav-link.is-card-search-link {
  color: #0d63c7;
}

.site-nav-link.is-chase-mode-link:hover,
.site-nav-link.is-chase-mode-link.is-active {
  color: var(--crimson-red);
}

.site-nav-link.is-card-search-link:hover,
.site-nav-link.is-card-search-link.is-active {
  color: #0d63c7;
}

.site-nav-link-utility {
  border-color: rgba(19, 35, 61, 0.12);
  background: rgba(248, 250, 254, 0.92);
  color: #10213c;
}

.site-nav-link-utility:hover {
  border-color: rgba(191, 16, 41, 0.18);
  background: rgba(255, 255, 255, 0.98);
  color: var(--crimson-red);
}

.site-nav-link-mobile-quick {
  min-width: 0;
}

.site-nav-balance-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.25rem;
  padding: 0.46rem 0.72rem;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(19, 35, 61, 0.08);
  color: #10213c;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  white-space: nowrap;
}

.site-nav-menu {
  position: relative;
  z-index: 10020;
}

.site-nav-menu[open] {
  z-index: 10040;
}

.site-nav-menu-trigger {
  list-style: none;
  display: inline-grid;
  gap: 0.26rem;
  width: 2.65rem;
  height: 2.65rem;
  padding: 0.62rem 0.58rem;
  border-radius: 12px;
  cursor: pointer;
  border: 1px solid rgba(19, 35, 61, 0.12);
  background: rgba(248, 250, 254, 0.92);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.88),
    0 8px 18px rgba(19, 35, 61, 0.06);
  align-content: center;
  justify-items: stretch;
  transition:
    color 140ms ease,
    background-color 140ms ease,
    border-color 140ms ease,
    box-shadow 140ms ease;
}

.site-nav-menu-trigger::-webkit-details-marker {
  display: none;
}

.site-nav-menu-trigger:hover {
  background: rgba(255, 255, 255, 0.98);
  border-color: rgba(19, 35, 61, 0.16);
}

.site-nav-menu-trigger span {
  display: block;
  height: 2px;
  border-radius: 999px;
  background: #10213c;
  transition: transform 160ms ease, opacity 120ms ease;
}

.site-nav-menu[open] .site-nav-menu-trigger span:nth-child(1) {
  transform: translateY(0.36rem) rotate(45deg);
}

.site-nav-menu[open] .site-nav-menu-trigger span:nth-child(2) {
  opacity: 0;
}

.site-nav-menu[open] .site-nav-menu-trigger span:nth-child(3) {
  transform: translateY(-0.36rem) rotate(-45deg);
}

.site-nav-menu-panel {
  position: absolute;
  z-index: 10041;
  right: 0;
  top: calc(100% + 0.5rem);
  min-width: 15rem;
  display: grid;
  gap: 0.35rem;
  padding: 0.5rem;
  border-radius: 18px;
  border: 1px solid rgba(19, 35, 61, 0.08);
  background:
    radial-gradient(circle at top right, rgba(23, 116, 222, 0.08), transparent 42%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.985), rgba(247, 250, 255, 0.97));
  box-shadow: 0 22px 42px rgba(19, 35, 61, 0.14);
}

.site-nav-menu-link {
  display: grid;
  gap: 0.12rem;
  padding: 0.75rem 0.85rem;
  border-radius: 12px;
  text-decoration: none;
  color: #10213c;
  background: transparent;
  transition: background-color 140ms ease, color 140ms ease;
}

.site-nav-menu-link strong,
.site-nav-menu-button strong {
  font-size: 0.92rem;
  line-height: 1.04;
}

.site-nav-menu-link small,
.site-nav-menu-button small {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--muted);
}

.site-nav-menu-link:hover {
  background: rgba(13, 99, 199, 0.08);
}

.site-nav-menu-link.is-active {
  background: rgba(255, 255, 255, 0.96);
  box-shadow: inset 0 -2px 0 var(--crimson-red);
  color: var(--ink);
}

.site-nav-menu-form {
  margin: 0;
}

.site-nav-menu-button {
  width: 100%;
  display: grid;
  gap: 0.12rem;
  padding: 0.75rem 0.85rem;
  border: 0;
  border-radius: 12px;
  text-align: left;
  color: #10213c;
  background: transparent;
  cursor: pointer;
  transition: background-color 140ms ease, color 140ms ease;
}

.site-nav-menu-button:hover {
  background: rgba(191, 16, 41, 0.08);
  color: var(--crimson-red);
}

.nav-dropdown {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding-bottom: 0.8rem;
  margin-bottom: -0.8rem;
}

.nav-dropdown-trigger {
  border: 0;
  background: transparent;
  color: var(--ink);
  padding: 0;
  cursor: pointer;
  font: inherit;
}

.nav-dropdown-trigger::after {
  content: " ▾";
  font-size: 0.8em;
}

.nav-dropdown-menu {
  position: absolute;
  top: calc(100% - 0.1rem);
  left: 50%;
  transform: translateX(-50%) translateY(8px);
  min-width: 13rem;
  display: grid;
  gap: 0.25rem;
  padding: 0.5rem;
  border-radius: 18px;
  border: 1px solid var(--border);
  background: rgba(248, 251, 255, 0.96);
  box-shadow: 0 18px 42px rgba(19, 35, 61, 0.14);
  opacity: 0;
  pointer-events: none;
  transition: opacity 160ms ease, transform 160ms ease;
  z-index: 20;
}

.nav-dropdown-menu a {
  padding: 0.7rem 0.9rem;
  border-radius: 12px;
}

.nav-dropdown-menu a:hover {
  background: rgba(13, 99, 199, 0.08);
}

.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown:focus-within .nav-dropdown-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

.solid-link,
.primary-button,
.secondary-button,
.ghost-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 0;
  padding: 0.85rem 1.3rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background-position 220ms ease,
    color 180ms ease;
}

.solid-link,
.primary-button {
  color: #a80f27;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 248, 252, 0.98));
  border: 1px solid rgba(255, 255, 255, 0.88);
  box-shadow:
    inset 0 0 0 1px rgba(214, 31, 61, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.95),
    inset 0 -4px 0 rgba(214, 31, 61, 0.12),
    0 7px 14px rgba(191, 16, 41, 0.05);
}

.secondary-button,
.ghost-button {
  color: #0a56b4;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 248, 252, 0.98));
  border: 1px solid rgba(255, 255, 255, 0.88);
  box-shadow:
    inset 0 0 0 1px rgba(23, 116, 222, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.95),
    inset 0 -4px 0 rgba(23, 116, 222, 0.12),
    0 14px 24px rgba(13, 99, 199, 0.10);
}

.primary-button:hover,
.secondary-button:hover,
.solid-link:hover,
.ghost-button:hover {
  transform: translateY(-1px);
}

.primary-button:hover,
.solid-link:hover {
  background: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(248, 250, 253, 0.98));
  box-shadow:
    inset 0 0 0 1px rgba(214, 31, 61, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 1),
    inset 0 -4px 0 rgba(214, 31, 61, 0.16),
    0 9px 16px rgba(191, 16, 41, 0.07);
}

.secondary-button:hover,
.ghost-button:hover {
  background: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(248, 250, 253, 0.98));
}

.ghost-button {
  cursor: pointer;
  background: rgba(248, 251, 255, 0.88);
  color: var(--ink);
  box-shadow:
    inset 0 0 0 2px rgba(13, 99, 199, 0.24),
    inset 0 -4px 0 rgba(191, 16, 41, 0.16);
}

.ghost-button:hover {
  background: rgba(248, 251, 255, 0.96);
}

.primary-button.is-static,
.secondary-button.is-static,
.ghost-button.is-static,
.solid-link.is-static {
  transform: none;
}

.hero {
  display: grid;
  grid-template-columns: 1.2fr 0.95fr;
  gap: 2rem;
  align-items: center;
  padding: 2rem 0;
}

.landing-shell {
  display: grid;
  gap: 4rem;
  padding-bottom: 4rem;
}

.landing-hero,
.landing-rip-section,
.landing-flow,
.landing-final-cta {
  position: relative;
}

.landing-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: 2rem;
  align-items: center;
  min-height: 82vh;
  padding: 2rem 0 1rem;
}

.landing-hero::before {
  content: "";
  position: absolute;
  inset: -2rem -2rem auto;
  height: 100%;
  background:
    radial-gradient(circle at 18% 18%, rgba(191, 16, 41, 0.14), transparent 32%),
    radial-gradient(circle at 82% 18%, rgba(13, 99, 199, 0.16), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(246, 249, 255, 0.92));
  border-radius: 36px;
  z-index: -1;
}

.landing-hero-copy {
  display: grid;
  gap: 1.15rem;
}

.landing-hero-copy h1 {
  margin: 0;
  font-size: clamp(3.2rem, 8vw, 6.2rem);
  line-height: 0.94;
  letter-spacing: -0.04em;
  max-width: 12ch;
}

.landing-hero-text {
  max-width: 38rem;
  margin: 0;
  color: var(--muted);
  font-size: 1.12rem;
  line-height: 1.6;
}

.landing-hero-actions,
.landing-section-actions {
  display: flex;
  gap: 0.9rem;
  flex-wrap: wrap;
}

.landing-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  padding-top: 0.35rem;
}

.landing-chip {
  padding: 0.75rem 1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(19, 35, 61, 0.08);
  box-shadow: 0 10px 24px rgba(19, 35, 61, 0.06);
  color: rgba(19, 35, 61, 0.82);
  font-weight: 600;
}

.landing-hero-visual {
  position: relative;
  min-height: 560px;
  display: grid;
  align-items: center;
}

.landing-orb {
  position: absolute;
  border-radius: 999px;
  filter: blur(14px);
  opacity: 0.85;
}

.landing-orb-red {
  width: 220px;
  height: 220px;
  top: 1rem;
  right: 2rem;
  background: radial-gradient(circle, rgba(191, 16, 41, 0.36), transparent 68%);
}

.landing-orb-blue {
  width: 280px;
  height: 280px;
  bottom: 2rem;
  left: 1rem;
  background: radial-gradient(circle, rgba(13, 99, 199, 0.28), transparent 68%);
}

.landing-hero-panel {
  position: relative;
  display: grid;
  gap: 1rem;
  z-index: 1;
}

.landing-signal-card {
  padding: 1.25rem;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(19, 35, 61, 0.08);
  box-shadow: 0 22px 50px rgba(19, 35, 61, 0.08);
  backdrop-filter: blur(12px);
}

.landing-signal-card span,
.landing-signal-card strong,
.landing-signal-card p {
  display: block;
}

.landing-signal-card span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.landing-signal-card strong {
  margin-top: 0.35rem;
  font-size: 1.4rem;
  color: var(--ink);
}

.landing-signal-card p {
  margin: 0.45rem 0 0;
  color: var(--muted);
  line-height: 1.55;
}

.landing-signal-card.accent {
  transform: translateX(-1.5rem);
}

.landing-strip {
  overflow: hidden;
  border-top: 1px solid rgba(19, 35, 61, 0.08);
  border-bottom: 1px solid rgba(19, 35, 61, 0.08);
  background: rgba(255, 255, 255, 0.7);
}

.landing-strip-track {
  display: flex;
  gap: 2.4rem;
  padding: 1rem 0;
  min-width: max-content;
  animation: landing-strip 18s linear infinite;
}

.landing-strip-track span {
  color: rgba(19, 35, 61, 0.72);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

@keyframes landing-strip {
  from { transform: translateX(0); }
  to { transform: translateX(-30%); }
}

.landing-rip-section {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(380px, 1fr);
  gap: 2rem;
  align-items: center;
}

.landing-section-copy {
  display: grid;
  gap: 1rem;
}

.landing-section-copy h2 {
  margin: 0;
  font-size: clamp(2.1rem, 4vw, 3.5rem);
  line-height: 0.98;
}

.landing-section-copy p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
  max-width: 40rem;
}

.landing-feature-list {
  display: grid;
  gap: 0.85rem;
  margin-top: 0.35rem;
}

.landing-feature-card {
  padding: 1rem 1.05rem;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(19, 35, 61, 0.08);
  box-shadow: 0 18px 34px rgba(19, 35, 61, 0.07);
}

.landing-feature-card strong,
.landing-feature-card span {
  display: block;
}

.landing-feature-card strong {
  color: var(--ink);
  font-size: 1.15rem;
  line-height: 1.08;
}

.landing-feature-card span {
  margin-top: 0.35rem;
  color: var(--muted);
}

.landing-feature-card.accent {
  background:
    radial-gradient(circle at top right, rgba(191, 16, 41, 0.12), transparent 35%),
    radial-gradient(circle at bottom left, rgba(13, 99, 199, 0.12), transparent 35%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(244, 248, 255, 0.96));
  box-shadow: 0 24px 48px rgba(19, 35, 61, 0.10);
}

.landing-rip-stage {
  padding: 1.4rem;
  border-radius: 34px;
  background:
    radial-gradient(circle at top right, rgba(13, 99, 199, 0.12), transparent 34%),
    radial-gradient(circle at bottom left, rgba(191, 16, 41, 0.12), transparent 38%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(244, 248, 255, 0.96));
  border: 1px solid rgba(19, 35, 61, 0.08);
  box-shadow: 0 30px 64px rgba(19, 35, 61, 0.10);
}

.landing-rip-rail {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  align-items: end;
  min-height: 380px;
}

.landing-pack-slot {
  position: relative;
  display: grid;
  justify-items: center;
  align-items: end;
  min-height: 360px;
  opacity: 0.42;
  transform: scale(0.92) translateY(18px);
  transition: transform 320ms ease, opacity 320ms ease;
}

.landing-pack-slot.is-active {
  opacity: 1;
  transform: scale(1) translateY(0);
}

.landing-pack-image {
  grid-area: 1 / 1;
  width: min(190px, 100%);
  filter: drop-shadow(0 24px 34px rgba(19, 35, 61, 0.16));
  transition: opacity 260ms ease, transform 260ms ease;
}

.landing-pack-image.is-open {
  opacity: 0;
  transform: scale(0.92);
}

.landing-pack-slot.is-active .landing-pack-image.is-closed {
  opacity: 0;
  transform: scale(0.92);
}

.landing-pack-slot.is-active .landing-pack-image.is-open {
  opacity: 1;
  transform: scale(1);
}

.landing-reveal-card {
  position: absolute;
  bottom: 5.3rem;
  width: 148px;
  opacity: 0;
  transform: translateY(48px) scale(0.9);
  filter: drop-shadow(0 18px 28px rgba(19, 35, 61, 0.2));
  transition: opacity 340ms ease, transform 340ms ease;
}

.landing-pack-slot.is-active .landing-reveal-card {
  opacity: 1;
  transform: translateY(-8px) scale(1);
}

.landing-rip-caption {
  display: grid;
  gap: 0.35rem;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(19, 35, 61, 0.08);
}

.landing-rip-caption strong {
  font-size: 1.25rem;
  color: var(--ink);
}

.landing-rip-caption span {
  color: var(--muted);
}

.landing-bento {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.landing-bento-card {
  padding: 1.35rem;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(19, 35, 61, 0.08);
  box-shadow: 0 20px 42px rgba(19, 35, 61, 0.08);
  display: grid;
  gap: 0.8rem;
}

.landing-bento-card.wide {
  grid-column: span 1;
  background:
    radial-gradient(circle at top right, rgba(13, 99, 199, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(245, 248, 255, 0.96));
}

.landing-bento-card h3,
.landing-flow-step strong,
.landing-final-panel h2 {
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.08;
}

.landing-bento-card p,
.landing-flow-step p,
.landing-final-panel p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.landing-bento-points {
  display: grid;
  gap: 0.55rem;
}

.landing-bento-points span {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: rgba(19, 35, 61, 0.8);
  font-weight: 600;
}

.landing-bento-points span::before {
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 999px;
  flex: 0 0 auto;
  background: linear-gradient(135deg, rgba(191, 16, 41, 0.72), rgba(13, 99, 199, 0.72));
  box-shadow: 0 0 0 5px rgba(13, 99, 199, 0.08);
}

.landing-flow {
  display: grid;
  gap: 1.4rem;
}

.landing-section-copy.centered {
  justify-items: center;
  text-align: center;
}

.landing-flow-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.landing-flow-step {
  padding: 1.3rem;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(19, 35, 61, 0.08);
  box-shadow: 0 18px 40px rgba(19, 35, 61, 0.08);
}

.landing-flow-step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 999px;
  margin-bottom: 1rem;
  color: #0a56b4;
  font-weight: 800;
  background: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(246, 249, 255, 0.98));
  box-shadow:
    inset 0 0 0 1px rgba(23, 116, 222, 0.22),
    inset 0 -4px 0 rgba(23, 116, 222, 0.10);
}

.landing-final-panel {
  padding: 2rem;
  border-radius: 34px;
  background:
    radial-gradient(circle at top left, rgba(191, 16, 41, 0.14), transparent 32%),
    radial-gradient(circle at top right, rgba(13, 99, 199, 0.14), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 248, 255, 0.98));
  border: 1px solid rgba(19, 35, 61, 0.08);
  box-shadow: 0 28px 60px rgba(19, 35, 61, 0.10);
  display: grid;
  gap: 1rem;
  justify-items: center;
  text-align: center;
}

.landing-final-panel p {
  max-width: 42rem;
}

.landing-vault-section {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1fr);
  gap: 2rem;
  align-items: center;
}

.landing-vault-visual,
.landing-vault-stack {
  display: grid;
}

.landing-vault-stack {
  gap: 1rem;
}

.landing-vault-card,
.landing-faq-card {
  padding: 1.2rem 1.25rem;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(19, 35, 61, 0.08);
  box-shadow: 0 20px 42px rgba(19, 35, 61, 0.08);
}

.landing-vault-card {
  display: grid;
  gap: 0.45rem;
}

.landing-vault-card span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.landing-vault-card strong,
.landing-faq-card strong {
  color: var(--ink);
  font-size: 1.2rem;
  line-height: 1.12;
}

.landing-vault-card p,
.landing-faq-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.landing-vault-card.accent {
  transform: translateX(1.25rem);
  background:
    radial-gradient(circle at top right, rgba(191, 16, 41, 0.12), transparent 35%),
    radial-gradient(circle at bottom left, rgba(13, 99, 199, 0.12), transparent 35%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(244, 248, 255, 0.96));
}

.landing-faq {
  display: grid;
  gap: 1.4rem;
}

.landing-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.reveal-on-scroll {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 500ms ease, transform 500ms ease;
}

.reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1100px) {
  .landing-hero,
  .landing-rip-section,
  .landing-vault-section {
    grid-template-columns: 1fr;
  }

  .landing-hero {
    min-height: unset;
    padding-top: 1rem;
  }

  .landing-hero-copy h1 {
    max-width: 14ch;
  }

  .landing-hero-visual,
  .landing-rip-stage {
    min-height: unset;
  }

  .landing-rip-stage {
    order: -1;
  }

  .landing-vault-card.accent {
    transform: none;
  }

  .landing-rip-rail {
    min-height: 320px;
  }

  .landing-bento,
  .landing-flow-grid,
  .landing-faq-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .landing-shell {
    gap: 3rem;
  }

  .landing-hero::before {
    inset: -1rem -0.75rem auto;
    border-radius: 28px;
  }

  .landing-hero-copy h1 {
    font-size: clamp(2.55rem, 13vw, 4.25rem);
    max-width: 100%;
  }

  .landing-hero-text,
  .landing-section-copy p,
  .landing-final-panel p {
    font-size: 1rem;
  }

  .landing-chip-row,
  .landing-hero-actions,
  .landing-section-actions {
    gap: 0.7rem;
  }

  .landing-chip {
    padding: 0.65rem 0.9rem;
    font-size: 0.88rem;
  }

  .landing-hero-panel,
  .landing-feature-list {
    gap: 0.8rem;
  }

  .landing-signal-card,
  .landing-feature-card,
  .landing-bento-card,
  .landing-vault-card,
  .landing-faq-card,
  .landing-flow-step,
  .landing-final-panel,
  .landing-rip-stage {
    border-radius: 24px;
  }

  .landing-strip-track {
    gap: 1.5rem;
    padding: 0.9rem 0;
  }

  .landing-rip-stage {
    padding: 1rem;
  }

  .landing-rip-rail {
    grid-template-columns: repeat(3, minmax(88px, 1fr));
    gap: 0.5rem;
    min-height: 240px;
  }

  .landing-pack-slot {
    min-height: 228px;
    transform: scale(0.9) translateY(10px);
  }

  .landing-pack-image {
    width: min(124px, 100%);
  }

  .landing-reveal-card {
    width: 88px;
    bottom: 3.9rem;
  }

  .landing-rip-caption strong {
    font-size: 1.05rem;
  }

  .landing-flow-step span {
    width: 2.6rem;
    height: 2.6rem;
    margin-bottom: 0.8rem;
  }
}

.eyebrow {
  margin: 0 0 0.8rem;
  color: var(--crimson-red);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero h1,
.auth-card h1,
.dashboard-header h1,
.module-header h1 {
  margin: 0;
  font-size: clamp(2.2rem, 6vw, 4.6rem);
  line-height: 0.98;
}

.hero-text,
.dashboard-header p,
.module-copy,
.panel-card p,
.metric-card p,
.auth-footer {
  color: var(--muted);
}

.hero-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.8rem;
}

.hero-panel,
.dashboard-grid {
  display: grid;
  gap: 1rem;
}

.panel-card,
.auth-card,
.metric-card {
  background: var(--panel);
  backdrop-filter: blur(14px);
  border: 1px solid var(--border);
  border-radius: 24px;
  box-shadow: var(--shadow);
}

.panel-card {
  padding: 1.2rem;
}

.is-hidden {
  display: none !important;
}

.pokestreak-shell,
.pokestreak-arena-shell {
  display: grid;
  gap: 1.25rem;
}

.pokestreak-instruction-grid,
.pokestreak-tier-grid,
.pokestreak-progress-grid,
.pokestreak-lineup-list {
  display: grid;
  gap: 0.9rem;
}

.pokestreak-instruction-grid {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.pokestreak-instruction-card,
.pokestreak-tier-card,
.pokestreak-slot,
.pokestreak-picker-card,
.pokestreak-progress-node,
.pokestreak-lineup-card,
.pokestreak-duel-card,
.pokestreak-summary-card,
.pokestreak-resume-card {
  background: rgba(248, 251, 255, 0.82);
  border: 1px solid var(--border);
  border-radius: 22px;
  box-shadow: 0 14px 34px rgba(19, 35, 61, 0.08);
}

.pokestreak-instruction-card {
  padding: 1rem;
  display: grid;
  gap: 0.45rem;
}

.pokestreak-instruction-card span {
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(191, 16, 41, 0.14), rgba(13, 99, 199, 0.16));
  color: var(--crimson-red);
  font-weight: 700;
}

.pokestreak-instruction-card small,
.pokestreak-resume-card small,
.pokestreak-tier-card small,
.pokestreak-slot small,
.pokestreak-picker-copy small,
.pokestreak-picker-copy p,
.pokestreak-summary-card small,
.pokestreak-lineup-card small,
.pokestreak-duel-card small {
  color: var(--muted);
}

.pokestreak-resume-card {
  padding: 1rem 1.1rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
}

.pokestreak-resume-card-detailed {
  display: grid;
  gap: 1rem;
}

.pokestreak-resume-copy,
.pokestreak-resume-meta,
.pokestreak-resume-actions {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  align-items: center;
}

.pokestreak-resume-copy {
  flex-direction: column;
  align-items: flex-start;
  gap: 0.35rem;
}

.pokestreak-resume-lineup {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.8rem;
}

.pokestreak-resume-lineup-card {
  display: flex;
  gap: 0.7rem;
  align-items: center;
  padding: 0.8rem;
  border-radius: 16px;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.55);
}

.pokestreak-resume-lineup-card img {
  width: 3.5rem;
  height: 3.5rem;
  object-fit: contain;
  flex: 0 0 auto;
}

.pokestreak-resume-lineup-card div {
  min-width: 0;
}

.pokestreak-resume-lineup-card strong,
.pokestreak-resume-lineup-card small {
  overflow-wrap: anywhere;
}

.pokestreak-tier-grid {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.pokestreak-builder-shell,
.pokestreak-enter-shell,
.pokestreak-ladder-shell {
  overflow: hidden;
}

.pokestreak-tier-card {
  text-align: left;
  border: 1px solid var(--border);
  padding: 1.15rem;
  cursor: pointer;
  display: grid;
  gap: 0.7rem;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.pokestreak-tier-card:hover,
.pokestreak-tier-card.is-active {
  transform: translateY(-2px);
  border-color: rgba(13, 99, 199, 0.4);
  box-shadow: 0 18px 42px rgba(13, 99, 199, 0.12);
}

.pokestreak-tier-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.95;
}

.pokestreak-tier-card-starter::before {
  background:
    radial-gradient(circle at top right, rgba(248, 251, 255, 0.95), transparent 36%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 251, 255, 0.98));
}

.pokestreak-tier-card-mini::before {
  background:
    radial-gradient(circle at top right, rgba(255, 196, 0, 0.2), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 248, 227, 0.96));
}

.pokestreak-tier-card-heavy::before {
  background:
    radial-gradient(circle at top right, rgba(13, 99, 199, 0.16), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(236, 246, 255, 0.95));
}

.pokestreak-tier-card-ultimate::before {
  background:
    radial-gradient(circle at top right, rgba(191, 16, 41, 0.16), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 242, 244, 0.95));
}

.pokestreak-tier-card.is-active {
  transform: translateY(-4px) scale(1.01);
  box-shadow: 0 24px 52px rgba(19, 35, 61, 0.16);
}

.pokestreak-tier-card.is-active::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 22px;
  padding: 2px;
  background: linear-gradient(135deg, var(--crimson-red), var(--shiny-blue), #ffcf40);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.pokestreak-tier-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  font-size: 0.73rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: rgba(19, 35, 61, 0.07);
  color: var(--ink);
}

.pokestreak-tier-title {
  font-size: 1.25rem;
  line-height: 1.05;
}

.pokestreak-tier-values {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.65rem;
}

.pokestreak-tier-stat {
  display: grid;
  gap: 0.12rem;
  padding: 0.7rem 0.65rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(19, 35, 61, 0.08);
}

.pokestreak-tier-stat span,
.pokestreak-tier-stat small {
  color: var(--muted);
}

.pokestreak-tier-stat strong {
  font-size: 1.15rem;
  line-height: 1;
}

.pokestreak-tier-footnote {
  display: block;
  line-height: 1.45;
}

.pokestreak-slots {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.8rem;
}

.pokestreak-slot {
  padding: 0.95rem;
  cursor: pointer;
  display: grid;
  gap: 0.7rem;
  transition: transform 180ms ease, border-color 180ms ease;
  min-height: 10.5rem;
}

.pokestreak-slot:hover,
.pokestreak-slot.is-active {
  transform: translateY(-2px);
  border-color: rgba(191, 16, 41, 0.34);
}

.pokestreak-slot.is-filled {
  border-color: rgba(13, 99, 199, 0.3);
}

.pokestreak-slot-topline {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  font-size: 0.88rem;
  color: var(--muted);
}

.pokestreak-slot-pokemon,
.pokestreak-picker-card,
.pokestreak-lineup-card {
  display: flex;
  gap: 0.8rem;
  align-items: center;
}

.pokestreak-slot-body,
.pokestreak-slot-pokemon div,
.pokestreak-lineup-card div,
.pokestreak-picker-copy {
  min-width: 0;
}

.pokestreak-slot-body strong,
.pokestreak-slot-body small,
.pokestreak-slot-pokemon strong,
.pokestreak-slot-pokemon small,
.pokestreak-lineup-card strong,
.pokestreak-lineup-card small,
.pokestreak-picker-copy strong,
.pokestreak-picker-copy small,
.pokestreak-picker-copy p {
  overflow-wrap: anywhere;
}

.pokestreak-slot-pokemon img,
.pokestreak-picker-card img,
.pokestreak-lineup-card img,
.pokestreak-duel-card img {
  width: 4.5rem;
  height: 4.5rem;
  object-fit: contain;
  flex: 0 0 auto;
}

.pokestreak-draft-form {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) minmax(180px, 220px) auto;
  gap: 0.9rem;
  align-items: end;
}

.pokestreak-draft-meta {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  justify-content: flex-end;
}

.pokestreak-picker-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
  max-height: 34rem;
  overflow: auto;
  padding-right: 0.2rem;
}

.pokestreak-picker-card {
  padding: 0.9rem;
  justify-content: space-between;
  align-items: flex-start;
}

.pokestreak-picker-copy {
  display: grid;
  gap: 0.25rem;
  min-width: 0;
}

.pokestreak-picker-note {
  font-size: 0.82rem;
  color: var(--error);
  font-weight: 700;
}

.pokestreak-picker-card.is-disabled {
  opacity: 0.58;
}

.pokestreak-picker-card.is-disabled button {
  cursor: not-allowed;
}

.pokestreak-enter-form {
  display: flex;
  justify-content: flex-start;
  margin-top: 1rem;
}

.pokestreak-enter-prompt {
  margin: 0.75rem 0 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.pokestreak-stepper {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 0.7rem;
}

.pokestreak-step-node {
  padding: 0.9rem;
  display: grid;
  gap: 0.22rem;
  border-radius: 18px;
  border: 1px solid var(--border);
  background: rgba(248, 251, 255, 0.82);
}

.pokestreak-step-node.is-active {
  border-color: rgba(13, 99, 199, 0.42);
  box-shadow: 0 18px 40px rgba(13, 99, 199, 0.1);
}

.pokestreak-step-node.is-won {
  border-color: rgba(15, 138, 95, 0.35);
  background: linear-gradient(180deg, rgba(15, 138, 95, 0.08), rgba(248, 251, 255, 0.9));
}

.pokestreak-step-node.is-lost {
  border-color: rgba(176, 42, 55, 0.35);
  background: linear-gradient(180deg, rgba(176, 42, 55, 0.08), rgba(248, 251, 255, 0.9));
}

.pokestreak-step-outcome {
  color: var(--muted);
  font-weight: 600;
}

.pokestreak-step-mark {
  font-size: 1rem;
  font-weight: 700;
}

.pokestreak-duel-grid {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) minmax(280px, 0.9fr) minmax(220px, 1fr);
  gap: 1rem;
  align-items: center;
}

.pokestreak-duel-card,
.pokestreak-summary-card {
  padding: 1rem;
}

.pokestreak-duel-card {
  display: grid;
  gap: 0.45rem;
  justify-items: center;
  text-align: center;
}

.pokestreak-duel-center {
  display: grid;
  gap: 0.85rem;
  justify-items: center;
}

.pokestreak-duel-versus {
  width: 4rem;
  height: 4rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(191, 16, 41, 0.16), rgba(13, 99, 199, 0.18));
  color: var(--ink);
  font-weight: 700;
  letter-spacing: 0.08em;
}

.pokestreak-summary-card {
  width: 100%;
  display: grid;
  gap: 0.3rem;
  text-align: center;
}

.pokestreak-action-row {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  justify-content: center;
}

.pokestreak-lineup-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pokestreak-lineup-list-wide {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.pokestreak-lineup-card {
  padding: 0.85rem;
}

.pokestreak-lineup-card.is-active {
  border-color: rgba(13, 99, 199, 0.42);
  box-shadow: 0 18px 40px rgba(13, 99, 199, 0.1);
}

.pokestreak-lineup-card.is-complete {
  opacity: 0.72;
}

.pokestreak-speed-toggle {
  margin-bottom: 0.35rem;
}

@media (max-width: 920px) {
  .pokestreak-draft-form,
  .pokestreak-duel-grid,
  .pokestreak-lineup-list {
    grid-template-columns: 1fr;
  }

  .pokestreak-picker-list {
    grid-template-columns: 1fr;
  }

  .pokestreak-slots,
  .pokestreak-stepper,
  .pokestreak-lineup-list-wide,
  .pokestreak-resume-lineup {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pokestreak-tier-values {
    grid-template-columns: 1fr;
  }

  .pokestreak-resume-card {
    flex-direction: column;
    align-items: flex-start;
  }
}

.panel-card.accent {
  background: linear-gradient(135deg, rgba(191, 16, 41, 0.14), rgba(13, 99, 199, 0.14));
}

.panel-card span,
.metric-card span {
  display: block;
  margin-bottom: 0.45rem;
  color: var(--shiny-blue);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.panel-card strong,
.metric-card strong {
  font-size: 1.15rem;
}

.flash-stack {
  display: grid;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.flash {
  padding: 0.95rem 1rem;
  border-radius: 16px;
  border: 1px solid var(--border);
  background: rgba(248, 251, 255, 0.85);
}

.flash.success {
  border-color: rgba(15, 138, 95, 0.22);
  color: var(--success);
}

.flash.error {
  border-color: rgba(176, 42, 55, 0.22);
  color: var(--error);
}

.is-hidden {
  display: none;
}

.gauntlet-controls-form {
  gap: 1.2rem;
}

.gauntlet-controls-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.gauntlet-rerun-button {
  min-width: 17rem;
}

.gauntlet-rerun-button.is-hidden {
  display: none;
}

.gauntlet-topup-panel {
  width: min(100%, 26rem);
  padding: 1rem 1.1rem;
  border-radius: 18px;
  border: 1px solid rgba(191, 16, 41, 0.18);
  background: linear-gradient(135deg, rgba(248, 251, 255, 0.96), rgba(13, 99, 199, 0.06));
  box-shadow: 0 18px 42px rgba(19, 35, 61, 0.14);
}

.gauntlet-topup-panel strong {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 1rem;
}

.gauntlet-topup-panel p {
  margin: 0 0 0.9rem;
  color: var(--muted);
}

.gauntlet-topup-controls {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.9rem;
  align-items: end;
}

.gauntlet-topup-button {
  white-space: nowrap;
}

@media (max-width: 900px) {
  .gauntlet-controls-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .gauntlet-controls-grid {
    grid-template-columns: 1fr;
  }

  .gauntlet-topup-controls {
    grid-template-columns: 1fr;
  }
}

.auth-layout {
  display: grid;
  place-items: center;
  min-height: calc(100vh - 240px);
  padding: 0.4rem 0 1.2rem;
}

.auth-card {
  width: min(100%, 470px);
  padding: 1.5rem 1.6rem;
}

.auth-card h1 {
  font-size: clamp(1.7rem, 4.5vw, 2.55rem);
  margin-bottom: 1rem;
}

.auth-copy {
  margin: -0.15rem 0 0.95rem;
  color: rgba(19, 35, 61, 0.72);
  line-height: 1.45;
}

.auth-google-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  min-height: 3.2rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(19, 35, 61, 0.12);
  color: #13233d;
  box-shadow: 0 14px 28px rgba(19, 35, 61, 0.08);
}

.auth-google-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 32px rgba(19, 35, 61, 0.1);
}

.auth-google-mark {
  display: inline-grid;
  place-items: center;
  width: 1.9rem;
  height: 1.9rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #4285f4, #34a853 55%, #fbbc05 78%, #ea4335);
  color: #fff;
  font-weight: 800;
  font-size: 0.95rem;
}

.auth-divider {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 0.8rem;
  margin: 1rem 0 1.05rem;
  color: rgba(19, 35, 61, 0.56);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.auth-divider::before,
.auth-divider::after {
  content: "";
  height: 1px;
  background: rgba(19, 35, 61, 0.12);
}

.auth-form {
  display: grid;
  gap: 0.8rem;
}

.auth-form label {
  font-size: 0.95rem;
  font-weight: 500;
}

.auth-form input {
  width: 100%;
  padding: 0.9rem 1rem;
  border-radius: 14px;
  border: 1px solid rgba(19, 35, 61, 0.14);
  background: rgba(255, 255, 255, 0.82);
}

.auth-form input:focus {
  outline: 2px solid rgba(13, 99, 199, 0.18);
  border-color: var(--shiny-blue);
}

.full-width {
  width: 100%;
  margin-top: 0.75rem;
}

.auth-card-wide {
  width: min(100%, 640px);
}

.auth-helper-link {
  margin: 0.9rem 0 0;
  color: var(--muted);
}

.account-inline-note {
  margin: -0.1rem 0 0.15rem;
  font-size: 0.88rem;
}

.account-shell {
  padding: 0.35rem 0 2.25rem;
}

.account-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.account-card {
  display: grid;
  gap: 1rem;
}

.account-card-wide {
  grid-column: 1 / -1;
}

.account-check {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  color: rgba(19, 35, 61, 0.85);
  font-weight: 500;
}

.account-check input {
  width: auto;
  margin: 0;
}

.account-stat-grid {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.account-stat {
  display: grid;
  gap: 0.35rem;
  padding: 0.95rem 1rem;
  border-radius: 18px;
  background: rgba(248, 251, 255, 0.92);
  border: 1px solid rgba(19, 35, 61, 0.08);
}

.account-stat span {
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.account-stat strong {
  font-size: 1rem;
  line-height: 1.35;
  word-break: break-word;
}

.account-token-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
}

.account-token-balance {
  display: grid;
  gap: 0.45rem;
  padding: 1.2rem;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(248, 251, 255, 0.98), rgba(246, 249, 255, 0.98));
  border: 1px solid rgba(13, 99, 199, 0.14);
}

.account-token-balance span,
.account-token-history-row small,
.account-token-purchase-copy {
  color: var(--muted);
}

.account-token-balance strong {
  font-size: 2.4rem;
  line-height: 1;
}

.account-token-form {
  align-content: start;
  max-width: 420px;
}

.account-token-purchase-copy {
  margin-top: -0.2rem;
  font-size: 0.92rem;
}

.account-token-history {
  display: grid;
  gap: 0.85rem;
}

.account-history-filter {
  max-width: 240px;
}

.account-history-filter-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0.78rem 2.5rem 0.78rem 0.95rem;
  border-radius: 14px;
  border: 1px solid rgba(19, 35, 61, 0.14);
  background:
    linear-gradient(45deg, transparent 50%, rgba(19, 35, 61, 0.55) 50%) calc(100% - 18px) calc(50% - 2px) / 8px 8px no-repeat,
    linear-gradient(135deg, rgba(19, 35, 61, 0.55) 50%, transparent 50%) calc(100% - 12px) calc(50% - 2px) / 8px 8px no-repeat,
    #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
  color: rgba(19, 35, 61, 0.9);
  font-weight: 600;
  cursor: pointer;
}

.account-history-filter-select:focus {
  outline: none;
  border-color: rgba(13, 99, 199, 0.42);
  box-shadow: 0 0 0 3px rgba(13, 99, 199, 0.12);
}

.account-token-history-list {
  display: grid;
  gap: 0.75rem;
}

.account-token-history-row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  padding: 0.95rem 1rem;
  border-radius: 18px;
  background: rgba(248, 251, 255, 0.92);
  border: 1px solid rgba(19, 35, 61, 0.08);
}

.account-token-history-row div {
  display: grid;
  gap: 0.2rem;
}

.account-token-history-row:last-child {
  margin-bottom: 0;
}

.account-recovery-result {
  margin-top: 1rem;
  padding: 1rem 1.1rem;
  border-radius: 18px;
  background: rgba(248, 251, 255, 0.96);
  border: 1px solid rgba(13, 99, 199, 0.12);
}

.account-recovery-result p {
  margin: 0.5rem 0 0.4rem;
}

.account-recovery-result a {
  display: inline-block;
  word-break: break-all;
}

@media (max-width: 860px) {
  .account-grid,
  .account-stat-grid {
    grid-template-columns: 1fr;
  }

  .account-token-grid {
    grid-template-columns: 1fr;
  }

  .account-token-history-row {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 430px) {
  .chasers-cinematic-stage-message:not(.is-hit) {
    font-size: clamp(1rem, 4.9vw, 1.22rem);
    line-height: 1.15;
    padding: 0.62rem 0.85rem;
    max-width: min(calc(100% - 1rem), 21rem);
  }

  .chasers-missed-card-callout {
    top: 24.3%;
    width: min(calc(100% - 0.9rem), 18.8rem);
  }

  .chasers-missed-card-callout.is-headline .chasers-missed-card-callout-primary {
    font-size: clamp(1.52rem, 7vw, 2.08rem);
  }

  .chasers-missed-card-callout.is-detail .chasers-missed-card-callout-primary {
    font-size: clamp(1.02rem, 4.7vw, 1.24rem);
    padding: 0.38rem 0.66rem 0.28rem;
  }

  .chasers-missed-card-callout.is-detail .chasers-missed-card-callout-secondary {
    font-size: clamp(0.88rem, 4vw, 1rem);
    padding: 0.24rem 0.56rem;
  }
}

.dashboard-shell {
  padding: 2rem 0;
}

.dashboard-header {
  max-width: 680px;
  margin-bottom: 1.5rem;
}

.dashboard-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.dashboard-stats-strip {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.dashboard-game-grid {
  display: grid;
  gap: 1rem;
}

.dashboard-card {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 1.1rem;
  padding: 1rem;
  border-radius: 22px;
  background: rgba(248, 251, 255, 0.92);
  border: 1px solid rgba(19, 35, 61, 0.08);
}

.dashboard-card-image img {
  display: block;
  width: 100%;
  border-radius: 16px;
  border: 1px solid rgba(19, 35, 61, 0.08);
}

.dashboard-card-copy {
  display: grid;
  gap: 0.85rem;
}

.dashboard-card-head {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: flex-start;
}

.dashboard-card-head h3 {
  margin: 0.1rem 0 0;
}

.dashboard-card-meta,
.dashboard-card-description,
.dashboard-lock-note {
  margin: 0;
  color: var(--muted);
}

.dashboard-card-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
}

.dashboard-action-row {
  margin-top: 1rem;
  display: flex;
  justify-content: flex-end;
}

.dashboard-admin-slots {
  display: grid;
  gap: 1rem;
  margin: 0.5rem 0 1rem;
}

.dashboard-admin-slot {
  padding: 1rem;
  border-radius: 20px;
  background: rgba(248, 251, 255, 0.9);
  border: 1px solid rgba(19, 35, 61, 0.08);
}

.dashboard-card-results {
  display: grid;
  gap: 0.45rem;
  margin-top: 0.55rem;
}

.dashboard-card-result {
  padding: 0.7rem 0.85rem;
  border-radius: 14px;
  border: 1px solid rgba(19, 35, 61, 0.08);
  background: #fff;
  color: var(--ink);
  text-align: left;
  cursor: pointer;
}

.dashboard-card-result:hover {
  border-color: rgba(13, 99, 199, 0.22);
  background: rgba(13, 99, 199, 0.05);
}

.metric-card {
  padding: 1.4rem;
}

.module-shell {
  padding: 2rem 0;
}

.module-header {
  display: grid;
  grid-template-columns: 1fr minmax(280px, 420px);
  gap: 1.5rem;
  align-items: start;
  margin-bottom: 1.5rem;
}

.module-title-block {
  max-width: 640px;
}

.module-copy {
  max-width: 560px;
  margin: 1rem 0 0;
  font-size: 1.02rem;
  line-height: 1.65;
}

.module-badge-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-content: start;
  justify-content: flex-end;
}

.module-chip {
  display: inline-flex;
  align-items: center;
  padding: 0.7rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(19, 35, 61, 0.12);
  background: rgba(255, 255, 255, 0.92);
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 500;
  box-shadow: 0 10px 24px rgba(19, 35, 61, 0.06);
}

.module-chip-positive {
  border-color: rgba(28, 146, 85, 0.18);
  background: rgba(235, 251, 242, 0.96);
  color: #197244;
}

.module-chip-negative {
  border-color: rgba(191, 16, 41, 0.18);
  background: rgba(255, 241, 244, 0.96);
  color: #a01931;
}

.stats-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: 1rem;
}

.stat-tile {
  padding: 1.25rem 1.3rem;
  border-radius: 24px;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 14px 34px rgba(19, 35, 61, 0.06);
}

.stat-tile span {
  display: block;
  margin-bottom: 0.5rem;
  color: var(--shiny-blue);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.stat-tile strong {
  display: block;
  font-size: 2.2rem;
  line-height: 1;
}

.stat-tile strong + small {
  margin-top: 0.65rem;
}

.stat-tile small {
  display: block;
  margin-top: 0.45rem;
  color: var(--muted);
}

.search-panel,
.table-shell {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--border);
  border-radius: 22px;
  box-shadow: 0 18px 40px rgba(19, 35, 61, 0.08);
}

.table-shell {
  overflow-x: auto;
}

.search-panel {
  display: block;
  padding: 1.4rem;
  margin-bottom: 1rem;
}

.daily-refresh-shell {
  padding: 1.55rem;
  background:
    radial-gradient(circle at top right, rgba(13, 99, 199, 0.08), transparent 28rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 255, 0.96));
}

.daily-refresh-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(18rem, 0.8fr);
  gap: 1rem;
  align-items: stretch;
  margin-bottom: 1.2rem;
}

.daily-refresh-copy h2 {
  margin: 0 0 0.5rem;
  font-size: clamp(1.7rem, 3vw, 2.5rem);
  line-height: 1.05;
}

.daily-refresh-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1rem;
}

.daily-refresh-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.55rem 0.85rem;
  border-radius: 999px;
  background: rgba(13, 99, 199, 0.08);
  border: 1px solid rgba(13, 99, 199, 0.12);
  color: var(--shiny-blue);
  font-size: 0.85rem;
  font-weight: 700;
}

.daily-refresh-sidecard,
.daily-refresh-card {
  border-radius: 22px;
  border: 1px solid rgba(19, 35, 61, 0.08);
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 20px 46px rgba(19, 35, 61, 0.08);
}

.daily-refresh-sidecard {
  padding: 1.2rem;
  display: grid;
  align-content: start;
  gap: 0.45rem;
}

.daily-refresh-sidecard-label {
  color: var(--shiny-blue);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.daily-refresh-sidecard strong {
  font-size: 1.7rem;
  line-height: 1;
}

.daily-refresh-sidecard p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.daily-refresh-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 1rem;
}

.daily-refresh-card {
  padding: 1.2rem;
}

.daily-refresh-form {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.daily-refresh-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  grid-column: 1 / -1;
}

.daily-refresh-status-card {
  display: grid;
  gap: 1rem;
}

.daily-refresh-progress {
  display: grid;
  gap: 0.6rem;
}

.daily-refresh-progress-topline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  font-size: 0.92rem;
  color: var(--muted);
}

.daily-refresh-progress-topline strong {
  color: var(--ink);
  font-size: 1.2rem;
}

.daily-refresh-progress-bar {
  position: relative;
  height: 0.85rem;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(19, 35, 61, 0.08);
}

.daily-refresh-progress-bar span {
  display: block;
  height: 100%;
  width: 0;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--shiny-blue), #2ea2ff 60%, #8fd0ff);
  transition: width 220ms ease;
}

.daily-refresh-mini-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}

.daily-refresh-mini-stat {
  display: grid;
  gap: 0.3rem;
  padding: 0.9rem 0.95rem;
  border-radius: 18px;
  background: rgba(248, 251, 255, 0.95);
  border: 1px solid rgba(19, 35, 61, 0.08);
}

.daily-refresh-mini-stat span {
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.daily-refresh-mini-stat strong {
  font-size: 1.05rem;
  line-height: 1.2;
}

.admin-alerts-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(18rem, 1fr));
  gap: 1rem;
  margin-top: 1rem;
}

.admin-alert-card {
  display: grid;
  gap: 0.9rem;
  padding: 1.1rem;
  border-radius: 20px;
  border: 1px solid rgba(19, 35, 61, 0.08);
  background:
    radial-gradient(circle at top right, rgba(13, 99, 199, 0.08), transparent 10rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 251, 255, 0.94));
  box-shadow: 0 16px 34px rgba(19, 35, 61, 0.07);
}

.admin-alert-card-topline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem;
}

.admin-alert-language,
.admin-alert-count {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.admin-alert-language {
  background: rgba(208, 49, 62, 0.08);
  color: #9b2431;
  border: 1px solid rgba(208, 49, 62, 0.12);
}

.admin-alert-count {
  background: rgba(13, 99, 199, 0.08);
  color: var(--shiny-blue);
  border: 1px solid rgba(13, 99, 199, 0.12);
}

.admin-alert-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.admin-alert-stat {
  display: grid;
  gap: 0.25rem;
  padding: 0.85rem 0.9rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(19, 35, 61, 0.08);
}

.admin-alert-stat span {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.admin-alert-stat strong {
  font-size: 1.25rem;
  color: var(--ink);
}

.admin-alert-set-list {
  display: grid;
  gap: 0.65rem;
}

.admin-alert-set-chip {
  display: grid;
  gap: 0.22rem;
  padding: 0.8rem 0.9rem;
  border-radius: 16px;
  background: rgba(246, 249, 253, 0.95);
  border: 1px solid rgba(19, 35, 61, 0.07);
}

.admin-alert-set-chip strong {
  color: var(--ink);
  font-size: 0.98rem;
}

.admin-alert-set-chip span {
  color: var(--muted);
  font-size: 0.86rem;
}

.gemrate-live-panel {
  margin-top: 1rem;
  padding: 1.15rem;
  background:
    radial-gradient(circle at top right, rgba(208, 49, 62, 0.06), transparent 10rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 251, 255, 0.94));
}

.daily-refresh-tools {
  display: grid;
  gap: 1rem;
}

.gemrate-control-panel {
  display: grid;
  gap: 0.8rem;
  margin-top: 0;
}

.gemrate-inline-actions {
  width: 100%;
  align-items: stretch;
  flex-wrap: nowrap;
  margin-top: 0;
  gap: 0.9rem;
}

.gemrate-inline-actions form {
  margin: 0;
  flex: 1 1 0;
  min-width: 0;
}

.admin-top-action {
  width: 100%;
  min-height: 4.6rem;
  padding: 1rem 1.1rem;
  border-radius: 18px;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  text-align: left;
  position: relative;
  overflow: hidden;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.72),
    0 16px 28px rgba(19, 35, 61, 0.08);
}

.admin-top-action::before {
  content: "";
  position: absolute;
  inset: auto -18% -38% auto;
  width: 7rem;
  height: 7rem;
  border-radius: 28% 72% 68% 32%;
  opacity: 0.22;
  pointer-events: none;
}

.admin-top-action span,
.admin-top-action small {
  position: relative;
  z-index: 1;
}

.admin-top-action span {
  display: block;
  font-size: 1rem;
  line-height: 1.05;
  letter-spacing: -0.02em;
}

.admin-top-action small {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  opacity: 0.82;
}

.admin-top-action-gemrate {
  color: #0d2a52;
  background:
    radial-gradient(circle at top right, rgba(255, 207, 64, 0.34), transparent 42%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(245, 249, 255, 0.95));
  border: 1px solid rgba(255, 207, 64, 0.48);
}

.admin-top-action-gemrate::before {
  background: linear-gradient(135deg, rgba(255, 207, 64, 0.75), rgba(255, 157, 0, 0.4));
}

.admin-top-action-english {
  color: #8b1027;
  background:
    radial-gradient(circle at top right, rgba(191, 16, 41, 0.16), transparent 42%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.99), rgba(255, 243, 245, 0.95));
  border: 1px solid rgba(191, 16, 41, 0.24);
}

.admin-top-action-english::before {
  background: linear-gradient(135deg, rgba(191, 16, 41, 0.82), rgba(233, 95, 117, 0.4));
}

.admin-top-action-japanese {
  color: #0a56b4;
  background:
    radial-gradient(circle at top right, rgba(23, 116, 222, 0.16), transparent 42%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.99), rgba(241, 247, 255, 0.95));
  border: 1px solid rgba(23, 116, 222, 0.24);
}

.admin-top-action-japanese::before {
  background: linear-gradient(135deg, rgba(23, 116, 222, 0.8), rgba(108, 182, 255, 0.38));
}

.admin-top-action:hover {
  transform: translateY(-2px);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.8),
    0 18px 34px rgba(19, 35, 61, 0.11);
}

.admin-top-action:disabled {
  opacity: 0.7;
  transform: none;
  cursor: not-allowed;
}

.psa-followup-panel {
  margin-top: 1rem;
}

.gemrate-stage-grid {
  margin-top: 1rem;
}

.daily-refresh-stage-panel {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(249, 251, 255, 0.98));
}

.daily-refresh-stage-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}

.daily-refresh-stage-card {
  display: grid;
  gap: 0.35rem;
  padding: 1rem 1.05rem;
  border-radius: 20px;
  border: 1px solid rgba(19, 35, 61, 0.08);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.daily-refresh-stage-card[data-stage-status="running"] {
  border-color: rgba(13, 99, 199, 0.2);
  background: rgba(242, 248, 255, 0.98);
}

.daily-refresh-stage-card[data-stage-status="completed"] {
  border-color: rgba(23, 148, 92, 0.18);
  background: rgba(245, 252, 248, 0.98);
}

.daily-refresh-stage-card[data-stage-status="failed"] {
  border-color: rgba(191, 16, 41, 0.2);
  background: rgba(255, 244, 246, 0.98);
}

.daily-refresh-stage-label {
  margin: 0;
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.daily-refresh-stage-card strong {
  font-size: 1.05rem;
  text-transform: capitalize;
}

.daily-refresh-stage-card span {
  color: var(--muted);
  font-weight: 700;
}

@media (max-width: 980px) {
  .daily-refresh-hero,
  .daily-refresh-grid {
    grid-template-columns: 1fr;
  }

  .daily-refresh-stage-grid,
  .daily-refresh-mini-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gemrate-inline-actions {
    flex-wrap: wrap;
  }
}

@media (max-width: 720px) {
  .daily-refresh-form,
  .daily-refresh-stage-grid,
  .daily-refresh-mini-grid {
    grid-template-columns: 1fr;
  }

  .gemrate-inline-actions {
    gap: 0.75rem;
  }
}

.search-panel-clean {
  background: rgba(255, 255, 255, 0.94);
}

.card-search-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 150px minmax(180px, 220px) minmax(220px, 280px) auto;
  gap: 1rem;
  align-items: end;
}

.card-search2-smart-field {
  grid-column: 1 / -1;
}

.card-search2-mode-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.search-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  align-items: end;
}

.field-group {
  display: grid;
  gap: 0.45rem;
}

.field-group-full {
  grid-column: 1 / -1;
}

.field-checkbox {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  font-size: 0.95rem;
  font-weight: 600;
  color: rgba(19, 35, 61, 0.88);
}

.field-checkbox input[type="checkbox"] {
  width: 1rem;
  height: 1rem;
  accent-color: var(--shiny-blue);
}

.field-group label {
  font-size: 0.92rem;
  font-weight: 500;
  color: rgba(19, 35, 61, 0.88);
}

.field-group input {
  width: 100%;
  padding: 0.9rem 1rem;
  border-radius: 14px;
  border: 1px solid rgba(19, 35, 61, 0.14);
  background: #fff;
}

.field-group textarea {
  width: 100%;
  padding: 0.95rem 1rem;
  border-radius: 16px;
  border: 1px solid rgba(19, 35, 61, 0.14);
  background: #fff;
  resize: vertical;
  min-height: 11rem;
  font: inherit;
}

.field-group select {
  width: 100%;
  padding: 0.95rem 3rem 0.95rem 1rem;
  border: 0;
  border-radius: 16px;
  background: transparent;
  appearance: none;
  color: var(--ink);
}

.card-search2-set-picker {
  position: relative;
}

.card-search2-smart-shell {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.7rem;
  align-items: center;
}

.card-search2-smart-panel[hidden] {
  display: none;
}

.card-search2-smart-submit {
  padding: 0.95rem 1.2rem;
  border: 0;
  border-radius: 14px;
  background: linear-gradient(135deg, #175897, #2f6fd6);
  color: #fff;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 16px 30px rgba(23, 88, 151, 0.18);
}

.card-search2-smart-submit:hover {
  transform: translateY(-1px);
}

.card-search2-smart-results {
  position: absolute;
  top: calc(100% + 0.55rem);
  left: 0;
  right: 0;
  z-index: 35;
  display: grid;
  gap: 0.6rem;
  max-height: 28rem;
  overflow: auto;
  padding: 0.75rem;
  border: 1px solid rgba(11, 31, 60, 0.12);
  border-radius: 1.2rem;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 26px 60px rgba(11, 31, 60, 0.18);
}

.card-search2-smart-results.is-hidden {
  display: none;
}

.card-search2-smart-option {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) auto;
  gap: 0.9rem;
  align-items: center;
  padding: 0.7rem;
  border-radius: 1rem;
  border: 1px solid rgba(16, 49, 102, 0.08);
  background: linear-gradient(180deg, #ffffff, #f7faff);
  color: inherit;
  text-decoration: none;
}

.card-search2-smart-option:hover {
  border-color: rgba(42, 81, 165, 0.24);
  box-shadow: 0 12px 26px rgba(16, 49, 102, 0.08);
}

.card-search2-smart-option img {
  width: 58px;
  height: 80px;
  border-radius: 0.5rem;
  object-fit: cover;
  box-shadow: 0 10px 20px rgba(11, 31, 60, 0.16);
}

.card-search2-smart-copy {
  display: grid;
  gap: 0.25rem;
  min-width: 0;
}

.card-search2-smart-copy strong {
  font-size: 0.96rem;
  font-weight: 600;
  color: #111827;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card-search2-smart-copy strong span {
  color: var(--shiny-blue);
}

.card-search2-smart-variant {
  width: fit-content;
  max-width: 100%;
  padding: 0.16rem 0.5rem;
  border-radius: 999px;
  background: rgba(231, 245, 255, 0.95);
  color: #175897;
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card-search2-smart-copy small {
  font-size: 0.78rem;
  font-weight: 500;
  color: #62748e;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card-search2-smart-prices {
  display: grid;
  gap: 0.2rem;
  text-align: right;
  font-size: 0.78rem;
  font-weight: 600;
  color: #24324a;
  white-space: nowrap;
}

.card-search2-smart-empty {
  padding: 0.9rem 1rem;
  border-radius: 0.9rem;
  background: #f8fbff;
  font-size: 0.88rem;
  font-weight: 500;
  color: #62748e;
}

.card-search2-guided-toggle {
  justify-self: start;
  margin-top: 0.15rem;
  border: 0;
  background: transparent;
  color: var(--shiny-blue);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  cursor: pointer;
}

.card-search2-guided-toggle:hover {
  color: #0f1f3c;
}

.card-search2-guided-toggle[aria-pressed="true"] {
  color: #0f1f3c;
}

.card-search2-guided-fields {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 150px minmax(180px, 220px) minmax(220px, 280px) auto;
  gap: 1rem;
  align-items: end;
}

.card-search2-guided-fields[hidden] {
  display: none;
}

.card-search2-set-results {
  position: absolute;
  top: calc(100% + 0.4rem);
  left: 0;
  right: 0;
  z-index: 30;
  display: grid;
  gap: 0.45rem;
  max-height: 18rem;
  overflow: auto;
  padding: 0.7rem;
  border: 1px solid rgba(16, 49, 102, 0.12);
  border-radius: 1rem;
  background: rgba(255, 252, 247, 0.98);
  box-shadow: 0 18px 40px rgba(18, 29, 53, 0.14);
}

.card-search2-set-results.is-hidden {
  display: none;
}

.card-search2-set-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
  padding: 0.75rem 0.9rem;
  border: 1px solid rgba(16, 49, 102, 0.08);
  border-radius: 0.85rem;
  background: #fff;
  color: #162032;
  text-align: left;
  cursor: pointer;
}

.card-search2-set-option:hover {
  border-color: rgba(16, 49, 102, 0.22);
  background: #f8fbff;
}

.card-search2-set-option small {
  color: rgba(22, 32, 50, 0.66);
  white-space: nowrap;
}

.card-search2-set-option.is-empty {
  justify-content: center;
  cursor: default;
}

.field-group input:focus {
  outline: 2px solid rgba(13, 99, 199, 0.18);
  border-color: var(--shiny-blue);
}

.field-group textarea:focus {
  outline: 2px solid rgba(13, 99, 199, 0.18);
  border-color: var(--shiny-blue);
}

.shipping-review-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 1rem;
  align-items: start;
}

.shipping-review-grid-refined {
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.72fr);
  gap: 1.15rem;
}

.shipping-review-totalbar {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}

.shipping-review-totalbar article {
  padding: 1rem 1.05rem;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(248, 251, 255, 0.98), rgba(241, 246, 252, 0.94));
  border: 1px solid rgba(19, 35, 61, 0.1);
  box-shadow: 0 14px 30px rgba(16, 49, 102, 0.075);
}

.shipping-review-totalbar article small,
.shipping-review-totalbar article strong,
.shipping-review-totalbar article span {
  display: block;
}

.shipping-review-totalbar article small {
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.72rem;
  font-weight: 800;
}

.shipping-review-totalbar article strong {
  margin: 0.22rem 0;
  color: var(--ink);
  font-size: clamp(1.45rem, 3vw, 2.05rem);
  line-height: 1;
}

.shipping-review-totalbar article span {
  color: var(--muted);
  font-size: 0.9rem;
}

.shipping-review-totalbar-due {
  background: rgba(255, 255, 255, 0.96) !important;
  border-color: rgba(19, 35, 61, 0.08) !important;
}

.shipping-review-order-card,
.shipping-review-address-card {
  padding: 1.2rem;
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 250, 255, 0.96));
  border: 1px solid rgba(19, 35, 61, 0.08);
  box-shadow:
    0 18px 36px rgba(19, 35, 61, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

.shipping-review-itemized-list {
  display: grid;
  gap: 0.7rem;
  max-height: 43rem;
  overflow: auto;
  padding-right: 0.25rem;
}

.shipping-review-itemized-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.85rem;
  align-items: center;
  padding: 0.78rem 0.85rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(19, 35, 61, 0.08);
  box-shadow: 0 10px 24px rgba(19, 35, 61, 0.045);
}

.shipping-review-itemized-card {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  min-width: 0;
}

.shipping-review-itemized-card img {
  width: 4.2rem;
  height: 5.6rem;
  object-fit: contain;
  border-radius: 12px;
  background: rgba(240, 243, 248, 0.9);
  flex: 0 0 auto;
}

.shipping-review-itemized-card div {
  min-width: 0;
}

.shipping-review-itemized-card strong,
.shipping-review-itemized-card small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.shipping-review-itemized-card strong {
  color: var(--ink);
  font-size: 1rem;
}

.shipping-review-itemized-card small {
  color: var(--muted);
  font-size: 0.83rem;
}

.shipping-review-itemized-value {
  text-align: right;
}

.shipping-review-itemized-value span,
.shipping-review-paybox span,
.shipping-review-paybox small {
  display: block;
  color: var(--muted);
}

.shipping-review-itemized-value span {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 800;
}

.shipping-review-itemized-value strong {
  color: var(--ink);
  font-size: 1.05rem;
}

.shipping-review-address-form {
  grid-template-columns: minmax(0, 1fr);
  gap: 1rem;
  align-items: stretch;
}

.shipping-review-address-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  width: 100%;
  align-items: start;
}

.shipping-review-address-fields .field-group {
  width: 100%;
  min-width: 0;
}

.shipping-review-service-card {
  display: grid;
  gap: 0.65rem;
  padding: 1rem;
  border-radius: 20px;
  border: 1px solid rgba(13, 99, 199, 0.14);
  background:
    linear-gradient(180deg, rgba(248, 251, 255, 0.94), rgba(241, 247, 255, 0.86));
  box-shadow:
    0 14px 30px rgba(13, 99, 199, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.94);
}

.shipping-review-service-head {
  display: grid;
  gap: 0.28rem;
  min-width: 0;
}

.shipping-review-service-title {
  display: grid;
  gap: 0.24rem;
  min-width: 0;
}

.shipping-review-service-title strong {
  color: var(--shiny-blue);
  font-size: clamp(1.16rem, 2.3vw, 1.5rem);
  line-height: 1.08;
  white-space: normal;
  overflow-wrap: anywhere;
}

.shipping-rate-list-refined {
  gap: 0.55rem;
}

.shipping-rate-list-refined .shipping-rate-option {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 0.8rem;
  padding: 0.9rem 0.95rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.96);
}

.shipping-rate-list-refined .shipping-rate-option.is-selected {
  border-color: rgba(13, 99, 199, 0.34);
  box-shadow: 0 12px 28px rgba(13, 99, 199, 0.1);
}

.shipping-rate-list-refined .shipping-rate-option > span {
  min-width: 0;
}

.shipping-rate-list-refined .shipping-rate-option > strong {
  justify-self: end;
  text-align: right;
  line-height: 1.05;
  white-space: normal;
  overflow-wrap: anywhere;
}

.shipping-review-paybox {
  padding: 0.9rem 1rem;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(19, 35, 61, 0.1);
  border-left: 4px solid var(--shiny-blue);
  box-shadow: 0 12px 26px rgba(19, 35, 61, 0.06);
}

.shipping-review-paybox strong {
  display: block;
  margin: 0.12rem 0;
  color: var(--ink);
  font-size: 1.85rem;
  line-height: 1;
}

.shipping-review-actions {
  display: grid;
  gap: 0.7rem;
  margin-top: 0.75rem;
}

.shipping-review-actions > .primary-button {
  width: 100%;
}

.shipping-review-actions-secondary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
}

.shipping-review-actions-secondary > * {
  width: 100%;
}

.shipping-review-totalbar article {
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(19, 35, 61, 0.08);
  box-shadow:
    0 14px 28px rgba(19, 35, 61, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

.shipping-request-items {
  display: grid;
  gap: 0.75rem;
}

.shipping-rate-list {
  display: grid;
  gap: 0.75rem;
}

.shipping-rate-option {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 0.85rem;
  align-items: center;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(21, 29, 44, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.84);
  cursor: pointer;
  transition: border-color 0.16s ease, box-shadow 0.16s ease, transform 0.16s ease;
}

.shipping-rate-option:hover {
  border-color: rgba(187, 26, 26, 0.24);
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.08);
}

.shipping-rate-option.is-selected {
  border-color: rgba(187, 26, 26, 0.34);
  box-shadow: 0 16px 34px rgba(187, 26, 26, 0.08);
}

.shipping-rate-option input {
  margin: 0;
}

.shipping-rate-option strong,
.shipping-rate-option span {
  font-size: 0.98rem;
}

.shipping-rate-option small {
  display: block;
  margin-top: 0.18rem;
  color: var(--ink-muted);
}

.shipping-request-row {
  margin: 0;
}

.admin-shipping-list {
  display: grid;
  gap: 1rem;
}

.admin-shipping-card {
  margin: 0;
}

.admin-shipping-stagebar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-bottom: 1rem;
}

.admin-shipping-stage {
  padding: 0.38rem 0.7rem;
  border-radius: 999px;
  border: 1px solid rgba(15, 36, 67, 0.09);
  background: rgba(244, 247, 252, 0.86);
  color: var(--ink-muted);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.admin-shipping-stage.is-complete {
  border-color: rgba(187, 26, 26, 0.2);
  background: rgba(187, 26, 26, 0.08);
  color: var(--crimson-red);
}

.admin-shipping-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: 1rem;
}

.admin-shipping-grid-top {
  margin-bottom: 0.8rem;
}

.admin-shipping-info-card {
  padding: 0.95rem 1rem;
  border-radius: 16px;
  border: 1px solid rgba(15, 36, 67, 0.08);
  background: rgba(248, 250, 253, 0.88);
}

.admin-shipping-grid strong,
.admin-shipping-grid small {
  display: block;
}

.admin-shipping-grid small {
  color: var(--ink-muted);
}

.admin-shipping-form {
  margin-top: 1rem;
}

.admin-shipping-details {
  margin: 0;
}

.admin-shipping-details[open] {
  box-shadow: 0 16px 34px rgba(19, 35, 61, 0.08);
}

.admin-shipping-details-archived {
  background: rgba(249, 251, 254, 0.92);
}

.admin-shipping-summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  cursor: pointer;
  list-style: none;
}

.admin-shipping-summary::-webkit-details-marker {
  display: none;
}

.admin-shipping-summary strong,
.admin-shipping-summary small {
  display: block;
}

.admin-shipping-summary-copy {
  min-width: 0;
}

.admin-shipping-summary-meta {
  display: grid;
  justify-items: end;
  gap: 0.35rem;
}

.admin-shipping-action-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin: 0.1rem 0 1rem;
}

.admin-shipping-action-bar form {
  margin: 0;
}

.admin-shipping-manual {
  margin-top: 1rem;
  padding-top: 0.95rem;
  border-top: 1px solid rgba(15, 36, 67, 0.08);
}

.admin-shipping-manual summary {
  cursor: pointer;
  list-style: none;
  font-weight: 700;
}

.admin-shipping-manual summary::-webkit-details-marker {
  display: none;
}

.account-overview {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(18rem, 0.9fr);
  gap: 1.35rem;
  margin-bottom: 1.5rem;
}

.account-overview-side {
  display: grid;
  gap: 1rem;
}

.account-overview-polished {
  grid-template-columns: minmax(0, 1.65fr) minmax(21rem, 1fr);
  align-items: stretch;
}

.account-overview-side-polished {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.account-summary-card {
  margin: 0;
  padding: 1.15rem 1.2rem;
  border-radius: 12px;
  background: #fff !important;
  border: 1px solid rgba(15, 36, 67, 0.1);
  box-shadow: none;
}

.account-summary-card small,
.account-summary-card span {
  display: block;
}

.account-summary-card strong {
  display: block;
  margin: 0.28rem 0 0.18rem;
  font-size: clamp(1.45rem, 2vw, 1.95rem);
}

.account-summary-lead {
  margin: -0.1rem 0 0;
  color: rgba(19, 35, 61, 0.74);
  line-height: 1.5;
}

.account-summary-card-balance {
  display: grid;
  gap: 1rem;
  border-color: rgba(13, 99, 199, 0.2);
  border-top: 4px solid var(--shiny-blue);
}

.account-summary-card-balance-hero {
  min-height: 100%;
  padding: 1.3rem 1.4rem;
}

.account-summary-card-compact {
  padding: 1rem 1.05rem;
  border-radius: 12px;
  align-content: start;
}

.account-summary-card-accent {
  border-color: rgba(191, 16, 41, 0.18);
  border-top: 4px solid #bf1029;
}

.account-summary-card-compact strong {
  margin: 0.14rem 0 0.08rem;
  font-size: clamp(1.1rem, 1.35vw, 1.4rem);
}

.account-summary-card-compact span {
  font-size: 0.88rem;
  line-height: 1.35;
  color: rgba(19, 35, 61, 0.66);
}

.account-summary-card-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 0.75rem;
}

.account-summary-balance-copy {
  display: grid;
  gap: 0.18rem;
}

.account-summary-balance-label {
  color: var(--shiny-blue);
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.account-summary-balance-value {
  font-weight: 900;
}

.account-summary-balance-value.is-positive {
  color: #16824d;
}

.account-summary-badge {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 2.55rem;
  padding: 0.62rem 0.92rem;
  border-radius: 8px;
  background: #ffffff;
  color: #0a4f9f;
  border: 2px solid rgba(13, 99, 199, 0.42);
  box-shadow: none;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  white-space: nowrap;
  text-decoration: none;
}

.account-summary-badge:hover,
.account-summary-badge:focus-visible {
  background: #ffffff;
  color: #0a4f9f;
  border-color: rgba(13, 99, 199, 0.56);
  box-shadow: none;
}

.account-topup-form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.95rem;
}

.checkout-country-warning {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  width: fit-content;
  margin: 0;
  padding: 0.5rem 0.8rem;
  border: 1px solid rgba(191, 16, 41, 0.34);
  border-radius: 8px;
  background: rgba(191, 16, 41, 0.08);
  color: #8f1630;
  font-size: 0.84rem;
  font-weight: 900;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.checkout-country-warning-centered {
  justify-self: center;
}

.account-topup-presets {
  display: flex;
  flex: 0 0 100%;
  width: 100%;
  flex-wrap: nowrap;
  gap: 0.45rem;
  align-items: center;
}

.account-topup-preset {
  min-height: 3rem;
  min-width: 5rem;
  padding: 0.7rem 1.15rem;
  border-radius: 10px;
  font-size: 1.05rem;
  font-weight: 800;
}

.account-topup-preset.is-active {
  color: var(--ink);
  background: rgba(13, 99, 199, 0.08);
  box-shadow:
    inset 0 0 0 2px rgba(23, 116, 222, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

.account-topup-row {
  display: grid;
  width: 100%;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.75rem;
  align-items: end;
}

.account-topup-field {
  margin: 0;
  min-width: 0;
}

.account-topup-field input {
  min-height: 3.1rem;
}

.account-topup-submit {
  min-height: 3.1rem;
  padding-inline: 1.15rem;
  white-space: nowrap;
}

.account-inline-alerts {
  margin-bottom: 1rem;
}

.account-grid-refined {
  grid-template-columns: minmax(0, 1.22fr) minmax(22rem, 0.98fr);
  align-items: start;
  gap: 2.8rem;
}

.account-column-main,
.account-column-side {
  display: grid;
  gap: 1.25rem;
}

.account-column-side {
  position: static;
}

.account-shipping-list {
  display: grid;
  gap: 0.85rem;
}

.account-shipping-row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.95rem 0;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid rgba(15, 36, 67, 0.1);
  background: transparent;
}

.account-card {
  padding: 1.15rem 1.2rem;
  border-radius: 12px;
  background: #fff;
  border: 1px solid rgba(15, 36, 67, 0.1);
  border-top: 4px solid rgba(15, 36, 67, 0.14);
  box-shadow: none;
}

.account-section-collapse {
  margin: 0;
}

.account-section-summary {
  list-style: none;
  padding: 0.2rem 0 0.8rem;
  cursor: pointer;
}

.account-section-summary::-webkit-details-marker {
  display: none;
}

.account-section-summary .search-rule {
  position: relative;
  padding-right: 1.6rem;
}

.account-section-summary .search-rule::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.1rem;
  width: 0.62rem;
  height: 0.62rem;
  border-right: 2px solid rgba(19, 35, 61, 0.52);
  border-bottom: 2px solid rgba(19, 35, 61, 0.52);
  transform: translateY(-62%) rotate(45deg);
  transition: transform 150ms ease, border-color 150ms ease;
}

.account-section-collapse[open] > .account-section-summary .search-rule::after {
  transform: translateY(-28%) rotate(225deg);
  border-color: var(--shiny-blue);
}

.account-column-side .account-section-collapse[open] > .account-section-summary .search-rule::after {
  border-color: #bf1029;
}

.account-section-summary:hover .search-rule-label,
.account-section-summary:focus-visible .search-rule-label {
  color: var(--ink);
}

.account-column-side .account-section-summary:hover .search-rule-label,
.account-column-side .account-section-summary:focus-visible .search-rule-label {
  color: #8f0d22;
}

.account-section-body {
  display: grid;
  gap: 0.9rem;
  padding-bottom: 0.1rem;
}

.account-shell .search-panel,
.account-shell .account-section-collapse,
.account-shell .account-card,
.account-shell .account-chase-entry,
.account-shell .account-chase-summary-tile,
.account-shell .account-token-history-row,
.account-shell .account-shipping-row {
  background: var(--pearl-white);
}

.account-section-head {
  display: grid;
  gap: 0.45rem;
  margin-bottom: 0.55rem;
}

.account-section-note {
  margin: 0;
  color: rgba(19, 35, 61, 0.66);
  font-size: 0.9rem;
  line-height: 1.45;
  max-width: 52rem;
}

.account-token-history-row {
  padding: 0.95rem 0;
  border-radius: 0;
  background: transparent;
  border-bottom: 1px solid rgba(15, 36, 67, 0.08);
}

.account-token-history-row strong,
.account-shipping-row strong {
  color: #10213c;
}

.account-token-history-row small,
.account-shipping-row small {
  color: rgba(19, 35, 61, 0.62);
}

.account-history-toolbar {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 0.2rem;
}

.account-shipping-link {
  margin-top: 0.2rem;
  color: var(--shiny-blue);
  font-weight: 700;
}

.account-shipping-link:hover {
  color: #084f9f;
}

.account-card .search-rule {
  margin-bottom: 0;
}

.account-card .search-form {
  gap: 1.15rem;
}

.account-card-tight {
  padding: 1.15rem 1.2rem;
}

.account-chase-history-card {
  gap: 1.1rem;
  border-top-color: #bf1029;
}

.account-chase-summary-grid {
  display: grid;
  gap: 0.9rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 0.3rem;
}

.account-chase-summary-tile {
  display: grid;
  gap: 0.28rem;
  padding: 1rem 0.95rem;
  border-radius: 12px;
  border: 1px solid rgba(15, 36, 67, 0.1);
  background: #fff;
}

.account-chase-summary-tile span,
.account-chase-hit-section > span,
.account-fair-pill span {
  color: #bf1029;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.account-chase-summary-tile strong {
  font-size: 1.36rem;
  line-height: 1.05;
  color: var(--ink);
}

.account-chase-summary-tile small,
.account-chase-hit-head small,
.account-fair-pill strong {
  color: rgba(19, 35, 61, 0.7);
}

.account-chase-history-list {
  display: grid;
  gap: 0.8rem;
  max-height: 56rem;
  overflow-y: auto;
  padding-right: 0.45rem;
  scrollbar-width: thin;
}

.account-chase-entry {
  border: 1px solid rgba(19, 35, 61, 0.1);
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
}

.account-chase-entry-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.05rem;
  cursor: pointer;
  list-style: none;
}

.account-chase-entry-summary::-webkit-details-marker {
  display: none;
}

.account-chase-entry-summary-main strong {
  display: block;
  color: var(--ink);
  font-size: 1.05rem;
}

.account-chase-entry-summary-main small {
  color: rgba(19, 35, 61, 0.66);
}

.account-chase-entry-metrics {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.account-chase-metric {
  display: grid;
  gap: 0.12rem;
  min-width: 7rem;
  text-align: right;
}

.account-chase-metric small {
  color: rgba(19, 35, 61, 0.55);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.account-chase-metric strong {
  color: var(--ink);
  font-size: 1.02rem;
}

.account-chase-entry-body {
  display: grid;
  gap: 0.9rem;
  padding: 0 1.05rem 1.05rem;
  border-top: 1px solid rgba(19, 35, 61, 0.08);
}

.account-chase-entry-switcher {
  display: inline-flex;
  gap: 0.45rem;
}

.account-switch-pill {
  min-height: 2rem;
  padding: 0.4rem 0.8rem;
  border-radius: 999px;
  border: 1px solid rgba(19, 35, 61, 0.12);
  background: rgba(255, 255, 255, 0.92);
  color: rgba(19, 35, 61, 0.72);
  font-weight: 700;
}

.account-switch-pill.is-active {
  border-color: rgba(13, 99, 199, 0.24);
  background: rgba(239, 246, 255, 0.9);
  color: var(--shiny-blue);
}

.account-chase-panel {
  display: grid;
  gap: 0.75rem;
}

.account-chase-panel[hidden] {
  display: none !important;
}

.account-chase-hit-grid {
  display: grid;
  gap: 0.8rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.account-chase-hit-section {
  display: grid;
  gap: 0.4rem;
}

.account-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.42rem;
}

.account-chip-row-scroll {
  overflow-x: auto;
  flex-wrap: nowrap;
  padding-bottom: 0.15rem;
}

.account-chase-thumb-row {
  display: flex;
  gap: 0.5rem;
  overflow-x: auto;
  padding-bottom: 0.15rem;
  scrollbar-width: thin;
}

.account-chase-thumb {
  width: 3rem;
  height: 4.1rem;
  border-radius: 8px;
  overflow: hidden;
  flex: 0 0 auto;
  border: 1px solid rgba(19, 35, 61, 0.12);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 4px 10px rgba(19, 35, 61, 0.08);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.account-chase-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.account-chase-thumb span {
  color: rgba(19, 35, 61, 0.68);
  font-size: 0.84rem;
  font-weight: 800;
}

.account-chip {
  display: inline-flex;
  align-items: center;
  padding: 0.34rem 0.6rem;
  border-radius: 999px;
  border: 1px solid rgba(19, 35, 61, 0.12);
  background: rgba(255, 255, 255, 0.98);
  color: var(--ink);
  font-size: 0.83rem;
  font-weight: 700;
}

.account-chip.is-hit {
  border-color: rgba(15, 138, 95, 0.22);
  background: rgba(237, 249, 242, 0.96);
  color: #1f7a44;
}

.account-chase-fair-grid {
  display: grid;
  gap: 0.7rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.account-fair-pill {
  display: grid;
  gap: 0.3rem;
  min-width: 0;
  padding: 0.8rem 0.9rem;
  border-radius: 12px;
  border: 1px solid rgba(13, 99, 199, 0.14);
  background: rgba(239, 246, 255, 0.62);
}

.account-fair-pill strong {
  display: block;
  color: var(--ink);
  font-size: 0.8rem;
  line-height: 1.35;
  word-break: break-all;
}

.account-proof-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 0.56rem 0.86rem;
  border-radius: 10px;
  border: 1px solid rgba(13, 99, 199, 0.14);
  background: rgba(255, 255, 255, 0.92);
  color: var(--shiny-blue);
  font-weight: 700;
  text-decoration: none;
}

.account-shell .field-group input,
.account-shell .field-group select {
  min-height: 3rem;
  border-radius: 12px;
  border: 1px solid rgba(13, 99, 199, 0.26);
  background: rgba(255, 255, 255, 0.98);
  box-shadow:
    0 0 0 3px rgba(13, 99, 199, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

.account-shell .field-group input:focus,
.account-shell .field-group select:focus {
  outline: none;
  border-color: rgba(13, 99, 199, 0.4);
  box-shadow:
    0 0 0 4px rgba(13, 99, 199, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.98);
}

.account-shell .search-rule {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.account-shell .search-rule-label {
  color: var(--shiny-blue);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.account-shell .search-rule span:last-child {
  color: rgba(19, 35, 61, 0.66);
  font-size: 0.92rem;
  font-weight: 700;
}

.account-column-side .account-section-head .search-rule-label {
  color: #bf1029;
}

.account-column-side .account-card {
  border-top-color: rgba(191, 16, 41, 0.22);
}

.account-shipping-row strong,
.account-shipping-row small {
  display: block;
}

.account-shipping-row > div:last-child {
  text-align: right;
}

.account-shipping-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.45rem;
  padding: 0.55rem 0.82rem;
  border-radius: 12px;
  background: rgba(13, 99, 199, 0.08);
  border: 1px solid rgba(13, 99, 199, 0.11);
  color: var(--shiny-blue);
  font-weight: 700;
  text-decoration: none;
  transition: background 160ms ease, color 160ms ease, border-color 160ms ease;
}

.account-shipping-link:hover {
  background: rgba(13, 99, 199, 0.14);
  color: #0c57ab;
  border-color: rgba(13, 99, 199, 0.2);
}

.field-group-select {
  min-width: 0;
}

.select-shell {
  position: relative;
  border-radius: 16px;
  border: 1px solid rgba(19, 35, 61, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 249, 255, 0.98));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
  overflow: hidden;
}

.select-shell::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 0.7rem;
  height: 0.7rem;
  border-right: 2px solid rgba(19, 35, 61, 0.62);
  border-bottom: 2px solid rgba(19, 35, 61, 0.62);
  transform: translateY(-65%) rotate(45deg);
  pointer-events: none;
}

.select-shell:focus-within {
  outline: 2px solid rgba(13, 99, 199, 0.18);
  border-color: var(--shiny-blue);
  box-shadow:
    0 0 0 4px rgba(13, 99, 199, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.field-group select:focus {
  outline: none;
}

.field-group select:hover,
.field-group input:hover,
.select-shell:hover {
  border-color: rgba(19, 35, 61, 0.22);
}

.search-actions {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.search-summary {
  display: grid;
  align-content: center;
  justify-items: start;
  padding: 1rem 1.1rem;
  border-radius: 20px;
  background: #f8fbff;
  border: 1px solid rgba(13, 99, 199, 0.12);
}

.search-summary strong {
  font-size: 2rem;
}

.search-summary-label {
  margin: 0 0 0.45rem;
  color: var(--crimson-red);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.search-summary span {
  font-weight: 700;
}

.search-summary small {
  margin-top: 0.35rem;
  color: var(--muted);
  line-height: 1.55;
}

.search-summary-clean {
  padding: 1.25rem;
}

.search-summary-banner {
  margin-bottom: 1rem;
}

.language-toggle {
  display: inline-flex;
  gap: 0.45rem;
  padding: 0.35rem;
  margin-bottom: 1rem;
  border-radius: 999px;
  background: rgba(19, 35, 61, 0.06);
  border: 1px solid rgba(19, 35, 61, 0.08);
}

.language-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 132px;
  padding: 0.8rem 1.1rem;
  border-radius: 999px;
  color: var(--muted);
  font-weight: 700;
  transition: background 160ms ease, color 160ms ease, box-shadow 160ms ease;
}

.language-pill.is-active {
  color: white;
  background: linear-gradient(135deg, var(--crimson-red), #db2747 60%, var(--shiny-blue));
  box-shadow: var(--shadow);
}

.results-toolbar,
.pagination-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.results-copy {
  margin: 0;
  color: var(--muted);
  font-size: 0.96rem;
}

.results-badge,
.infinite-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 1rem;
  border-radius: 999px;
  background: rgba(13, 99, 199, 0.08);
  color: var(--shiny-blue);
  font-size: 0.9rem;
  font-weight: 600;
}

.pagination-controls {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.pagination-footer {
  margin-top: 1rem;
  margin-bottom: 0;
  justify-content: center;
}

.scroll-sentinel {
  height: 1px;
}

.insights-shell {
  display: grid;
  gap: 1.3rem;
}

.insights-header .module-badge-cloud {
  display: none;
}

.insights-header .module-copy {
  max-width: 62rem;
}

.insights-workspace {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
}

.insights-top-nav-card {
  padding: 1rem;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid var(--border);
  box-shadow: 0 18px 40px rgba(19, 35, 61, 0.08);
  display: grid;
  gap: 0.9rem;
}

.insights-nav-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: end;
}

.insights-overview-selects {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: end;
}

.insights-overview-selects.is-hidden {
  display: none;
}

.insights-select-group {
  min-width: 180px;
  margin: 0;
}

.insights-select-group .select-shell {
  min-width: 100%;
}

.insights-shared-search {
  margin-top: 0.15rem;
}

.insights-shared-search.is-hidden {
  display: none;
}

.insights-shared-search .field-group {
  max-width: 420px;
}

.insights-section-pill {
  width: auto;
  text-align: left;
  cursor: pointer;
  padding: 0.7rem 0.95rem;
  border-radius: 10px;
  color: rgba(19, 35, 61, 0.72);
  background: rgba(244, 247, 252, 0.78);
  background-image: none;
  border: 1px solid rgba(19, 35, 61, 0.08);
  box-shadow: none;
  transition:
    color 120ms ease,
    background-color 120ms ease,
    border-color 120ms ease,
    box-shadow 120ms ease;
}

.insights-section-pill:hover {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.96);
  border-color: rgba(19, 35, 61, 0.16);
  box-shadow: none;
}

.insights-section-pill.is-active {
  color: #10213c;
  background: #fff;
  background-image: none;
  border-color: rgba(23, 116, 222, 0.2);
  box-shadow:
    inset 0 -3px 0 var(--shiny-blue),
    0 8px 14px rgba(13, 99, 199, 0.06);
}

.insights-sidebar-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.93rem;
  line-height: 1.5;
}

.insights-content-stack {
  position: relative;
  min-width: 0;
}

.insights-content-section {
  display: grid;
  gap: 1.3rem;
  opacity: 1;
  transform: none;
  transition: opacity 120ms ease;
}

.insights-content-section.is-hidden,
.insights-content-section[hidden] {
  display: none !important;
}

.insights-content-section.is-active {
  opacity: 1;
}

.insights-toggle {
  display: inline-flex;
  gap: 0.45rem;
  padding: 0.3rem;
  border-radius: 14px;
  background: rgba(244, 247, 252, 0.92);
  border: 1px solid rgba(19, 35, 61, 0.08);
}

.insights-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  align-items: center;
}

.insights-chart-select {
  margin-bottom: 0.9rem;
  max-width: 240px;
}

.insights-toggle .language-pill {
  min-width: 0;
  border: 1px solid rgba(19, 35, 61, 0.10);
  background: rgba(255, 255, 255, 0.78);
  background-image: none;
  color: rgba(19, 35, 61, 0.76);
  cursor: pointer;
  border-radius: 10px;
  padding: 0.68rem 0.92rem;
  font-size: 0.95rem;
  line-height: 1.1;
  transition:
    color 120ms ease,
    background-color 120ms ease,
    border-color 120ms ease,
    box-shadow 120ms ease;
  box-shadow: none;
}

.insights-toggle .language-pill:hover {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.96);
  border-color: rgba(19, 35, 61, 0.16);
  box-shadow: none;
}

.insights-toggle .language-pill.is-active {
  color: #10213c;
  background: #fff;
  background-image: none;
  border-color: rgba(23, 116, 222, 0.22);
  box-shadow:
    inset 0 -3px 0 var(--shiny-blue),
    0 6px 12px rgba(13, 99, 199, 0.05);
}

.insights-stats {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.insights-market-range-note {
  display: grid;
  gap: 0.08rem;
  min-width: 13rem;
  padding: 0.55rem 0.2rem 0.15rem;
}

.insights-market-range-note strong {
  font-size: 0.86rem;
  line-height: 1.05;
  color: #10213c;
}

.insights-market-range-note span {
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--muted);
}

.bucket-definition-note {
  max-width: 62rem;
  margin-top: -0.15rem;
}

.insight-panel {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid var(--border);
  border-radius: 24px;
  box-shadow: 0 18px 40px rgba(19, 35, 61, 0.08);
  padding: 1.35rem;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
}

.insights-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.35rem;
}

.insight-panel-header {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: flex-start;
  margin-bottom: 1rem;
}

.insight-panel-header h2 {
  margin: 0.2rem 0 0;
  font-size: 1.4rem;
}

.insight-note {
  margin: 0;
  max-width: 25rem;
  color: var(--muted);
  line-height: 1.55;
}

.chart-shell {
  position: relative;
  min-height: 360px;
}

.insights-inline-search {
  margin: 0.1rem 0 1rem;
}

.insights-inline-search .field-group {
  max-width: 420px;
}

.insight-stack,
.insights-subgrid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.2rem;
}

.insight-subpanel {
  display: grid;
  gap: 0.9rem;
}

.insights-heat-grid {
  grid-template-columns: 1fr;
  gap: 1rem;
}

.insights-heat-panel.is-hidden {
  display: none;
}

.insights-table {
  background: #fff;
}

.insight-table-shell {
  width: 100%;
  max-width: 100%;
  max-height: 31rem;
  overflow: auto;
  padding: 0.7rem;
  border-radius: 20px;
  background: rgba(248, 251, 255, 0.9);
  border: 1px solid rgba(19, 35, 61, 0.08);
  box-sizing: border-box;
}

.insight-table-shell--short {
  max-height: 22rem;
}

.insight-table-shell .card-table {
  background: #fff;
  border-radius: 18px;
  overflow: visible;
  min-width: 1100px;
  border-collapse: separate;
  border-spacing: 0;
}

.insight-table-name {
  margin: 0 0 0.65rem;
  color: var(--shiny-blue);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.insight-table-shell .card-table thead th {
  position: sticky;
  top: 0;
  z-index: 1;
  background: #fbfcfe;
}

.insight-table-shell .card-table td,
.insight-table-shell .card-table th,
.insight-table-shell .card-table tbody tr {
  overflow: visible;
}

.insight-table-shell .card-table tbody tr:hover {
  position: relative;
  z-index: 3;
}

.insight-table-shell .card-table th:first-child,
.insight-table-shell .card-table td:first-child {
  position: sticky;
  left: 0;
  z-index: 2;
  background: #fff;
  min-width: 260px;
}

.insight-table-shell .card-table thead th:first-child {
  z-index: 4;
  background: #fbfcfe;
}

.insight-table-shell .card-table tbody td:first-child {
  overflow: visible;
}

.insight-table-shell .card-table tbody tr:hover td:first-child {
  z-index: 6;
}

.insight-table-shell .card-table th:nth-child(2),
.insight-table-shell .card-table td:nth-child(2) {
  position: sticky;
  left: 260px;
  z-index: 2;
  background: #fff;
  min-width: 180px;
}

.insight-table-shell .card-table thead th:nth-child(2) {
  z-index: 4;
  background: #fbfcfe;
}

.insight-table-shell--grading {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: auto;
  box-sizing: border-box;
}

.insight-table-shell--heat {
  max-height: 28rem;
}

.insights-table--grading {
  width: max-content;
  min-width: 100%;
}

.insights-table--heat {
  min-width: 100%;
}

.insights-table--heat th,
.insights-table--heat td {
  padding: 0.68rem 0.6rem;
  font-size: 0.9rem;
}

.insights-rank-col {
  width: 1%;
  min-width: 0;
  max-width: none;
  padding-left: 0.35rem !important;
  padding-right: 0.35rem !important;
  font-size: 0.74rem !important;
  white-space: nowrap;
  text-align: center;
}

.insight-card-variant {
  margin-top: 0.2rem;
  color: #5a6980;
  font-size: 0.76rem;
  line-height: 1.2;
}

.insight-card-meta-line {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  align-items: center;
  margin-top: 0.2rem;
  font-size: 0.78rem;
  color: #5a6980;
  line-height: 1.25;
}

.insight-opportunity-score {
  color: #10213c;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
}

.insight-table-shell .insights-table--grading th:first-child,
.insight-table-shell .insights-table--grading td:first-child {
  position: static;
  left: auto;
  z-index: auto;
  background: #fff;
  min-width: 180px;
}

.insight-table-shell .insights-table--grading th:nth-child(2),
.insight-table-shell .insights-table--grading td:nth-child(2) {
  position: static;
  left: auto;
  z-index: auto;
  background: #fff;
  min-width: 128px;
}

.insight-table-shell .insights-table--grading thead th:nth-child(2) {
  background: #fbfcfe;
}

.insight-table-shell .insights-table--grading thead th:first-child {
  background: #fbfcfe;
}

.insight-table-shell .insights-table--grading th,
.insight-table-shell .insights-table--grading td {
  padding: 0.7rem 0.6rem;
  font-size: 0.9rem;
}

.insight-table-shell .insights-table--grading .card-identity {
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 0.55rem;
}

.insight-table-shell .insights-table--grading .card-thumb {
  width: 42px;
  height: 58px;
}

.insight-table-shell .insights-table--grading .rarity-pill {
  padding: 0.2rem 0.45rem;
  font-size: 0.72rem;
}

@media (max-width: 960px) {
  .insights-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pokegauntlet-tier-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pokegauntlet-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .insights-nav-row,
  .insights-overview-selects {
    display: grid;
    grid-template-columns: 1fr;
  }

  .insights-select-group {
    min-width: 0;
  }

  .insights-stats {
    grid-template-columns: 1fr;
  }

  .pokegauntlet-tier-strip,
  .pokegauntlet-form {
    grid-template-columns: 1fr;
  }

  .insights-stats .stat-tile:nth-child(-n + 4) {
    display: none;
  }

  .insight-table-shell .card-table th:first-child,
  .insight-table-shell .card-table td:first-child,
  .insight-table-shell .card-table th:nth-child(2),
  .insight-table-shell .card-table td:nth-child(2) {
    position: static;
    left: auto;
    z-index: auto;
    min-width: 0;
  }

  .insight-table-shell .card-table {
    min-width: 760px;
  }

  .insight-panel {
    padding: 1.05rem;
  }

  .insight-panel-header {
    display: grid;
    gap: 0.5rem;
  }

  .insight-panel-header h2 {
    font-size: 1.15rem;
  }

  .insight-note {
    max-width: none;
    font-size: 0.92rem;
    line-height: 1.45;
  }

  .insights-chart-select {
    max-width: none;
  }

  .insight-card-meta-line {
    gap: 0.35rem 0.55rem;
  }
}

.table-shell {
  overflow: hidden;
  background: #fff;
}

.table-shell.ripbags-inventory-shell {
  max-height: 46rem;
  overflow-y: auto;
  overflow-x: hidden;
}

.card-table {
  width: 100%;
  border-collapse: collapse;
}

.card-table thead {
  background: #fbfcfe;
}

.card-table th,
.card-table td {
  padding: 1.15rem 1.25rem;
  text-align: left;
}

.card-table th {
  color: rgba(19, 35, 61, 0.72);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.card-table tbody tr + tr td {
  border-top: 1px solid rgba(19, 35, 61, 0.08);
}

.card-table tbody tr:hover {
  background: #f8fbff;
}

.pokegauntlet-shell {
  display: grid;
  gap: 1.15rem;
}

.pokegauntlet-panel {
  margin-bottom: 0;
}

.pokegauntlet-form {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(170px, 210px) minmax(190px, 240px) auto;
  gap: 1rem;
  align-items: end;
}

.pokegauntlet-tier-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.8rem;
}

.pokegauntlet-tier-card {
  display: grid;
  gap: 0.35rem;
  padding: 1rem 1.05rem;
  border-radius: 20px;
  border: 1px solid rgba(19, 35, 61, 0.08);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 12px 28px rgba(19, 35, 61, 0.06);
}

.pokegauntlet-tier-card span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pokegauntlet-tier-card strong {
  font-size: 1.5rem;
  line-height: 1;
}

.pokegauntlet-tier-card small {
  color: var(--muted);
  line-height: 1.5;
}

.pokegauntlet-table-shell {
  overflow: auto;
  max-height: 70vh;
}

.pokegauntlet-table thead th {
  position: sticky;
  top: 0;
  z-index: 1;
  background: #fbfcfe;
}

.pokegauntlet-table th:first-child,
.pokegauntlet-table td:first-child {
  width: 110px;
}

.pokegauntlet-name-cell {
  display: grid;
  gap: 0.2rem;
}

.pokegauntlet-name-cell strong {
  font-size: 1rem;
}

.pokegauntlet-name-cell small {
  color: var(--muted);
  font-weight: 700;
}

.pokegauntlet-tier-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.55rem 0.8rem;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.pokegauntlet-builder-shell,
.pokegauntlet-draft-shell,
.pokegauntlet-instructions-shell,
.pokegauntlet-resume-shell {
  display: grid;
  gap: 1rem;
}

.pokegauntlet-resume-shell.is-hidden {
  display: none;
}

.pokegauntlet-resume-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.1rem;
  border-radius: 22px;
  border: 1px solid rgba(13, 99, 199, 0.14);
  background: linear-gradient(180deg, rgba(244, 249, 255, 0.98), rgba(255, 251, 246, 0.98));
}

.pokegauntlet-resume-card strong {
  display: block;
  margin-bottom: 0.2rem;
}

.pokegauntlet-resume-card small {
  color: var(--muted);
}

.pokegauntlet-resume-button {
  min-width: 220px;
  text-align: center;
  text-decoration: none;
}

.pokegauntlet-instructions-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.95rem;
}

.pokegauntlet-instruction-card {
  display: grid;
  gap: 0.5rem;
  padding: 1rem 1.05rem;
  border-radius: 22px;
  border: 1px solid rgba(19, 35, 61, 0.08);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 14px 30px rgba(19, 35, 61, 0.06);
}

.pokegauntlet-instruction-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  background: rgba(13, 99, 199, 0.1);
  color: var(--shiny-blue);
  font-weight: 900;
}

.pokegauntlet-instruction-card strong {
  font-size: 1rem;
}

.pokegauntlet-instruction-card small {
  color: var(--muted);
  line-height: 1.5;
}

.pokegauntlet-slots {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.9rem;
}

.pokegauntlet-slot {
  display: grid;
  gap: 0.8rem;
  padding: 1rem;
  border-radius: 22px;
  border: 1px solid rgba(19, 35, 61, 0.08);
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 14px 30px rgba(19, 35, 61, 0.06);
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.pokegauntlet-slot.is-filled {
  border-color: rgba(13, 99, 199, 0.16);
  box-shadow: 0 18px 36px rgba(13, 99, 199, 0.1);
}

.pokegauntlet-slot.is-active {
  border-color: rgba(13, 99, 199, 0.32);
  box-shadow: 0 22px 42px rgba(13, 99, 199, 0.14);
  transform: translateY(-2px);
}

.pokegauntlet-slot:focus-visible {
  outline: 3px solid rgba(13, 99, 199, 0.18);
  outline-offset: 2px;
}

.pokegauntlet-slot-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.pokegauntlet-slot-tier {
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}

.pokegauntlet-slot-action {
  color: var(--shiny-blue);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.pokegauntlet-slot-body {
  display: grid;
  gap: 0.35rem;
}

.pokegauntlet-slot-body strong {
  font-size: 1rem;
}

.pokegauntlet-slot-body small {
  color: var(--muted);
  line-height: 1.5;
}

.pokegauntlet-slot-pokemon {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 0.8rem;
  align-items: center;
}

.pokegauntlet-slot-pokemon img {
  width: 64px;
  height: 64px;
  object-fit: contain;
}

.pokegauntlet-draft-form {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
}

.pokegauntlet-draft-meta {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  flex-wrap: wrap;
}

.pokegauntlet-picker-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  align-content: start;
  max-height: min(72vh, 1040px);
  overflow-y: auto;
  padding-right: 0.35rem;
}

.pokegauntlet-picker-list::-webkit-scrollbar {
  width: 10px;
}

.pokegauntlet-picker-list::-webkit-scrollbar-track {
  background: rgba(19, 35, 61, 0.06);
  border-radius: 999px;
}

.pokegauntlet-picker-list::-webkit-scrollbar-thumb {
  background: rgba(13, 99, 199, 0.24);
  border-radius: 999px;
}

.pokegauntlet-pick-card,
.pokegauntlet-complete-card {
  display: grid;
  gap: 0.95rem;
  padding: 1rem 1.05rem;
  border-radius: 22px;
  border: 1px solid rgba(19, 35, 61, 0.08);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 14px 30px rgba(19, 35, 61, 0.06);
}

.pokegauntlet-pick-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 1rem;
}

.pokegauntlet-pick-head strong {
  display: block;
  margin-top: 0.35rem;
  font-size: 1.08rem;
}

.pokegauntlet-pick-head small {
  color: var(--muted);
  font-weight: 700;
}

.pokegauntlet-select-button {
  min-width: 88px;
}

.pokegauntlet-pick-card.is-locked {
  border-color: rgba(191, 16, 41, 0.24);
  background: linear-gradient(135deg, rgba(248, 251, 255, 0.95), rgba(191, 16, 41, 0.05));
}

.pokegauntlet-pick-card.is-locked .pokegauntlet-select-button {
  opacity: 0.78;
  cursor: not-allowed;
}

.pokegauntlet-pick-stats {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 0.45rem 0.85rem;
  align-items: center;
}

.pokegauntlet-pick-stats span {
  color: rgba(19, 35, 61, 0.9);
  font-size: 0.95rem;
}

.pokegauntlet-pick-art {
  grid-row: 1 / span 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border-radius: 18px;
  background: rgba(248, 251, 255, 0.96);
  border: 1px solid rgba(19, 35, 61, 0.06);
}

.pokegauntlet-pick-art img {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.pokegauntlet-house-lock-copy {
  padding: 0.75rem 0.9rem;
  border-radius: 14px;
  background: rgba(191, 16, 41, 0.08);
  border: 1px solid rgba(191, 16, 41, 0.14);
  color: var(--crimson-red);
  font-size: 0.92rem;
  font-weight: 600;
}

.pokegauntlet-pick-attacks {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.pokegauntlet-pick-attacks div {
  display: grid;
  gap: 0.2rem;
  padding: 0.85rem 0.9rem;
  border-radius: 16px;
  background: rgba(248, 251, 255, 0.92);
  border: 1px solid rgba(19, 35, 61, 0.06);
}

.pokegauntlet-pick-attacks span {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pokegauntlet-pick-attacks strong {
  font-size: 0.98rem;
}

.pokegauntlet-pick-attacks small,
.pokegauntlet-complete-card small {
  color: var(--muted);
  line-height: 1.45;
}

.pokegauntlet-complete-card {
  grid-column: 1 / -1;
  text-align: center;
  padding: 1.4rem;
  justify-items: center;
  gap: 1rem;
}

.pokegauntlet-complete-card strong {
  font-size: clamp(1.35rem, 2vw, 1.9rem);
}

.pokegauntlet-enter-button {
  position: relative;
  min-width: min(100%, 360px);
  padding: 1.15rem 2rem;
  border: 0;
  border-radius: 24px;
  color: #fff;
  font-size: 1.05rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  cursor: pointer;
  background:
    radial-gradient(circle at 50% 8%, rgba(248, 251, 255, 0.42), transparent 52%),
    linear-gradient(135deg, rgba(191, 16, 41, 0.96) 0%, rgba(156, 19, 59, 0.96) 26%, rgba(13, 99, 199, 0.98) 72%, rgba(8, 53, 112, 0.98) 100%);
  box-shadow:
    0 30px 50px rgba(29, 32, 47, 0.24),
    0 16px 24px rgba(13, 99, 199, 0.22),
    0 10px 18px rgba(191, 16, 41, 0.18),
    inset 0 2px 0 rgba(248, 251, 255, 0.34),
    inset 0 -3px 0 rgba(33, 22, 34, 0.28);
  transform-style: preserve-3d;
  animation: pokegauntlet-button-float 2.6s ease-in-out infinite;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    filter 180ms ease;
}

.pokegauntlet-enter-button::before,
.pokegauntlet-enter-button::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
}

.pokegauntlet-enter-button::before {
  inset: 2px;
  background: linear-gradient(180deg, rgba(248, 251, 255, 0.26), rgba(248, 251, 255, 0));
  mix-blend-mode: screen;
}

.pokegauntlet-enter-button::after {
  inset: auto 12% -14px;
  height: 18px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(97, 46, 104, 0.28), transparent 70%);
  filter: blur(8px);
  z-index: -1;
}

.pokegauntlet-enter-button:hover {
  transform: translateY(-4px) scale(1.03);
  box-shadow:
    0 38px 58px rgba(29, 32, 47, 0.3),
    0 20px 30px rgba(13, 99, 199, 0.28),
    0 14px 22px rgba(191, 16, 41, 0.24),
    inset 0 2px 0 rgba(248, 251, 255, 0.42),
    inset 0 -3px 0 rgba(33, 22, 34, 0.32);
  filter: saturate(1.08);
}

.pokegauntlet-enter-button:active {
  transform: translateY(1px) scale(0.985);
  box-shadow:
    0 18px 28px rgba(29, 32, 47, 0.22),
    0 8px 14px rgba(13, 99, 199, 0.18),
    0 6px 10px rgba(191, 16, 41, 0.16),
    inset 0 2px 0 rgba(248, 251, 255, 0.24),
    inset 0 -2px 0 rgba(33, 22, 34, 0.26);
}

.pokegauntlet-enter-button:focus-visible {
  outline: 3px solid rgba(191, 16, 41, 0.18);
  outline-offset: 4px;
}

@keyframes pokegauntlet-button-float {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-5px) scale(1.025);
  }
}

.pokegauntlet-tier-card.tier-1,
.pokegauntlet-tier-badge.tier-1 {
  background: rgba(191, 16, 41, 0.08);
  border-color: rgba(191, 16, 41, 0.14);
  color: var(--crimson-red);
}

.pokegauntlet-tier-card.tier-2,
.pokegauntlet-tier-badge.tier-2 {
  background: rgba(13, 99, 199, 0.08);
  border-color: rgba(13, 99, 199, 0.14);
  color: var(--shiny-blue);
}

.pokegauntlet-tier-card.tier-3,
.pokegauntlet-tier-badge.tier-3 {
  background: rgba(53, 117, 97, 0.08);
  border-color: rgba(53, 117, 97, 0.14);
  color: #357561;
}

.pokegauntlet-tier-card.tier-4,
.pokegauntlet-tier-badge.tier-4 {
  background: rgba(192, 127, 0, 0.08);
  border-color: rgba(192, 127, 0, 0.14);
  color: #9a6200;
}

.pokegauntlet-tier-card.tier-5,
.pokegauntlet-tier-badge.tier-5 {
  background: rgba(88, 92, 107, 0.08);
  border-color: rgba(88, 92, 107, 0.14);
  color: #585c6b;
}

@media (max-width: 1200px) {
  .pokegauntlet-slots {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pokegauntlet-instructions-grid,
  .pokegauntlet-picker-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .pokegauntlet-draft-form {
    flex-direction: column;
    align-items: stretch;
  }

  .pokegauntlet-instructions-grid,
  .pokegauntlet-picker-list,
  .pokegauntlet-slots,
  .pokegauntlet-pick-attacks {
    grid-template-columns: 1fr;
  }
}

.gauntlet-arena-shell {
  display: grid;
  gap: 1.2rem;
}

.gauntlet-speed-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.22rem;
  border-radius: 999px;
  background: rgba(19, 35, 61, 0.08);
}

.gauntlet-speed-button {
  border: 0;
  background: transparent;
  color: rgba(19, 35, 61, 0.74);
  font: inherit;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  cursor: pointer;
  transition: background 140ms ease, color 140ms ease, transform 140ms ease;
}

.gauntlet-speed-button:hover {
  color: rgba(19, 35, 61, 0.94);
}

.gauntlet-speed-button.is-active {
  background: linear-gradient(135deg, rgba(191, 16, 41, 0.92), rgba(13, 99, 199, 0.94));
  color: #fff;
  transform: translateY(-1px);
}

.gauntlet-rosters {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.gauntlet-team-panel,
.gauntlet-bracket-shell,
.gauntlet-battle-shell {
  display: grid;
  gap: 1rem;
}

.gauntlet-team-list {
  display: grid;
  gap: 0.7rem;
}

.gauntlet-team-card {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 0.75rem;
  align-items: center;
  padding: 0.85rem 0.95rem;
  border-radius: 18px;
  border: 1px solid rgba(19, 35, 61, 0.08);
  background: rgba(255, 255, 255, 0.96);
  opacity: 0.7;
  transition: transform 160ms ease, box-shadow 160ms ease, opacity 160ms ease;
}

.gauntlet-team-card.is-active {
  opacity: 1;
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(13, 99, 199, 0.12);
}

.gauntlet-team-card.is-complete {
  opacity: 0.45;
}

.gauntlet-team-card img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}

.gauntlet-team-card strong {
  display: block;
}

.gauntlet-team-card small {
  color: var(--muted);
}

.gauntlet-bracket {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.8rem;
}

.gauntlet-bracket-node {
  position: relative;
  display: grid;
  gap: 0.25rem;
  padding: 0.95rem;
  border-radius: 20px;
  border: 1px solid rgba(19, 35, 61, 0.08);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 10px 24px rgba(19, 35, 61, 0.06);
}

.gauntlet-bracket-node::after {
  content: "";
  position: absolute;
  top: 0.7rem;
  right: 0.8rem;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1;
  opacity: 0;
}

.gauntlet-bracket-node span {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gauntlet-bracket-node small {
  color: var(--muted);
}

.gauntlet-bracket-node[data-state="won"] {
  background: rgba(53, 117, 97, 0.1);
  border-color: rgba(53, 117, 97, 0.24);
  color: #2b614f;
}

.gauntlet-bracket-node[data-state="won"]::after {
  content: "✓";
  opacity: 1;
  color: #1f8d58;
}

.gauntlet-bracket-node[data-state="lost"] {
  background: rgba(191, 16, 41, 0.08);
  border-color: rgba(191, 16, 41, 0.2);
  color: var(--crimson-red);
}

.gauntlet-bracket-node[data-state="lost"]::after {
  content: "✕";
  opacity: 1;
  color: var(--crimson-red);
}

.gauntlet-battlefield {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 300px) minmax(0, 1fr);
  gap: 1rem;
  align-items: stretch;
}

.gauntlet-fighter-card {
  position: relative;
  display: grid;
  gap: 0.9rem;
  padding: 1rem 1.05rem;
  border-radius: 24px;
  border: 1px solid rgba(19, 35, 61, 0.08);
  background:
    radial-gradient(circle at top, rgba(248, 251, 255, 0.3), transparent 40%),
    rgba(255, 255, 255, 0.98);
  box-shadow: 0 18px 36px rgba(19, 35, 61, 0.08);
}

.gauntlet-fighter-card::after {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 26px;
  opacity: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 40%, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0) 42%),
    linear-gradient(135deg, rgba(191, 16, 41, 0.38), rgba(13, 99, 199, 0.34));
  transform: scale(0.96);
}

.gauntlet-fighter-card.is-mega::after {
  animation: gauntlet-mega-burst 900ms ease-out;
}

.gauntlet-fighter-card.is-mega {
  animation: gauntlet-mega-shake 420ms ease-out;
}

.gauntlet-fighter-head {
  display: grid;
  gap: 0.2rem;
}

.gauntlet-fighter-head span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gauntlet-fighter-head strong {
  font-size: clamp(1.2rem, 2.2vw, 1.7rem);
}

.gauntlet-fighter-head small {
  color: var(--muted);
}

.gauntlet-fighter-card img {
  width: min(100%, 220px);
  height: 220px;
  object-fit: contain;
  justify-self: center;
}

.gauntlet-health-block {
  display: grid;
  gap: 0.45rem;
}

.gauntlet-health-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.gauntlet-health-bar {
  height: 16px;
  border-radius: 999px;
  background: rgba(19, 35, 61, 0.1);
  overflow: hidden;
}

.gauntlet-health-bar span {
  display: block;
  height: 100%;
  width: 100%;
  background: linear-gradient(90deg, #1ca45d, #77cf68);
  transition: width 500ms ease;
}

.gauntlet-health-bar span[data-health="mid"] {
  background: linear-gradient(90deg, #d4a21d, #f2c75a);
}

.gauntlet-health-bar span[data-health="low"] {
  background: linear-gradient(90deg, #c73232, #f05d4f);
}

.gauntlet-attack-status {
  display: grid;
  gap: 0.35rem;
  padding: 0.85rem 0.9rem;
  border-radius: 16px;
  background: rgba(248, 251, 255, 0.96);
  border: 1px solid rgba(19, 35, 61, 0.06);
}

.gauntlet-attack-status span {
  color: var(--muted);
  font-size: 0.85rem;
}

.gauntlet-center-stage {
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 1rem;
  text-align: center;
}

.gauntlet-battle-summary {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
  width: 100%;
}

.gauntlet-summary-card {
  display: grid;
  gap: 0.28rem;
  padding: 0.95rem 1rem;
  text-align: left;
  border-radius: 18px;
  border: 1px solid rgba(19, 35, 61, 0.08);
  background: rgba(255, 255, 255, 0.96);
}

.gauntlet-summary-card span {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gauntlet-summary-card strong {
  font-size: 1rem;
  line-height: 1.35;
}

.gauntlet-summary-card small {
  color: var(--muted);
  line-height: 1.45;
}

.gauntlet-summary-card-highlight {
  background: linear-gradient(180deg, rgba(248, 251, 255, 0.98), rgba(246, 249, 255, 0.98));
  border-color: rgba(13, 99, 199, 0.14);
}

.gauntlet-log-shell {
  display: grid;
  gap: 0.75rem;
}

.gauntlet-log-details {
  width: 100%;
  border-radius: 20px;
  border: 1px solid rgba(19, 35, 61, 0.08);
  background: rgba(255, 255, 255, 0.96);
  overflow: hidden;
}

.gauntlet-log-details summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.1rem;
  cursor: pointer;
  list-style: none;
}

.gauntlet-log-details summary::-webkit-details-marker {
  display: none;
}

.gauntlet-log-details summary span:last-child {
  color: var(--muted);
  font-size: 0.9rem;
}

.gauntlet-versus-mark {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 96px;
  height: 96px;
  border-radius: 999px;
  font-size: 1.35rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  color: #fff;
  background: linear-gradient(135deg, rgba(191, 16, 41, 0.94), rgba(13, 99, 199, 0.98));
  box-shadow: 0 20px 40px rgba(19, 35, 61, 0.18);
}

.gauntlet-battle-log {
  display: grid;
  gap: 0.6rem;
  max-height: 320px;
  width: 100%;
  overflow-y: auto;
  padding: 0 1.1rem 1.1rem;
}

.gauntlet-battle-log p {
  margin: 0;
  color: rgba(19, 35, 61, 0.88);
  font-weight: 700;
  line-height: 1.55;
}

.gauntlet-battle-log p.is-emphasis {
  color: rgba(19, 35, 61, 0.96);
}

.gauntlet-log-mega {
  display: inline-block;
  padding: 0.08rem 0.45rem;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(191, 16, 41, 0.14), rgba(13, 99, 199, 0.16));
  color: var(--crimson-red);
  font-weight: 900;
  letter-spacing: 0.04em;
}

.gauntlet-log-boost {
  color: var(--crimson-red);
  font-weight: 900;
}

.gauntlet-log-resist {
  color: var(--shiny-blue);
  font-weight: 900;
}

@keyframes gauntlet-mega-burst {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
  30% {
    opacity: 1;
    transform: scale(1.03);
  }
  100% {
    opacity: 0;
    transform: scale(1.08);
  }
}

@keyframes gauntlet-mega-shake {
  0% { transform: translateX(0) scale(1); }
  20% { transform: translateX(-4px) scale(1.01); }
  40% { transform: translateX(4px) scale(1.02); }
  60% { transform: translateX(-3px) scale(1.01); }
  80% { transform: translateX(3px) scale(1.01); }
  100% { transform: translateX(0) scale(1); }
}

.gauntlet-start-button {
  min-width: 100%;
}

.gauntlet-start-button.is-passive {
  background: linear-gradient(180deg, rgba(236, 241, 248, 0.98), rgba(223, 230, 239, 0.98));
  color: rgba(19, 35, 61, 0.82);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
  transform: none;
  animation: none;
  cursor: default;
}

.gauntlet-start-button.is-passive::before,
.gauntlet-start-button.is-passive::after {
  display: none;
}

.gauntlet-back-button {
  min-width: 100%;
  justify-content: center;
}

.gauntlet-back-button.is-hidden {
  display: none;
}

#gauntlet-status-chip {
  color: rgba(19, 35, 61, 0.78);
  font-weight: 700;
}

@media (max-width: 1100px) {
  .gauntlet-battlefield,
  .gauntlet-rosters,
  .gauntlet-bracket {
    grid-template-columns: 1fr;
  }

  .gauntlet-battle-summary {
    grid-template-columns: 1fr;
  }
}

.card-identity {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.card-identity strong {
  display: block;
  font-size: 1rem;
}

.card-thumb {
  position: relative;
  width: 56px;
  height: 78px;
  flex: 0 0 auto;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid rgba(19, 35, 61, 0.1);
  background: #fff;
  transition: transform 180ms ease, box-shadow 180ms ease;
  transform-origin: center center;
}

.card-thumb-link {
  display: inline-flex;
  flex: 0 0 auto;
  border-radius: 10px;
  text-decoration: none;
}

.card-identity:hover .card-thumb {
  transform: scale(1.85);
  box-shadow: 0 18px 34px rgba(19, 35, 61, 0.18);
  position: relative;
  z-index: 10;
}

.card-search2-table-shell .card-identity:hover .card-thumb {
  transform: translateY(-6px) scale(1.36);
  box-shadow: 0 14px 26px rgba(19, 35, 61, 0.16);
}

.insight-table-shell .card-identity:hover .card-thumb {
  transform: translate(-4px, -16px) scale(1.72);
  transform-origin: top left;
}

.card-thumb-placeholder,
.detail-image-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--shiny-blue);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background:
    linear-gradient(160deg, rgba(13, 99, 199, 0.08), rgba(191, 16, 41, 0.08)),
    #fff;
}

.card-link {
  display: inline-block;
  color: var(--ink);
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
}

.card-link:hover {
  color: var(--shiny-blue);
}

.card-orb {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: linear-gradient(180deg, var(--crimson-red) 0 50%, var(--pearl-white) 50% 100%);
  box-shadow:
    0 0 0 4px rgba(13, 99, 199, 0.08),
    0 6px 14px rgba(13, 99, 199, 0.18);
}

.number-pill,
.rarity-pill,
.variant-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 72px;
  padding: 0.45rem 0.7rem;
  border-radius: 999px;
  font-size: 0.84rem;
  font-weight: 700;
}

.number-pill {
  background: rgba(13, 99, 199, 0.1);
  color: var(--shiny-blue);
}

.rarity-pill {
  background: rgba(191, 16, 41, 0.09);
  color: var(--crimson-red);
}

.variant-pill {
  min-width: 0;
  margin-top: 0.35rem;
  background: rgba(13, 99, 199, 0.1);
  color: var(--shiny-blue);
}

.ripbags-admin-global-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin: 1rem 0 1.5rem;
  padding: 1rem 1.15rem;
  border: 1px solid rgba(19, 35, 61, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.82);
}

.ripbags-admin-global-actions form {
  margin: 0;
}

.row-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.row-link {
  color: var(--shiny-blue);
  font-size: 0.88rem;
  font-weight: 700;
}

.row-link:hover {
  text-decoration: underline;
}

.empty-state {
  margin: 0;
  padding: 1.2rem;
  color: var(--muted);
}

.detail-shell {
  display: grid;
  grid-template-columns: minmax(260px, 360px) minmax(0, 1fr);
  gap: 1.5rem;
  align-items: start;
}

.detail-image-panel,
.detail-copy-panel {
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid var(--border);
  border-radius: 22px;
  box-shadow: 0 18px 40px rgba(19, 35, 61, 0.08);
}

.detail-image-panel {
  padding: 1.25rem;
}

.card-profile-image-copy {
  margin-bottom: 1rem;
}

.detail-image-panel img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 16px;
}

.detail-image-placeholder {
  min-height: 420px;
  border-radius: 16px;
  border: 1px solid rgba(19, 35, 61, 0.08);
}

.card-profile-comps-panel {
  margin-top: 1.15rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(13, 99, 199, 0.12);
}

.card-profile-mobile-comps {
  display: none;
}

.card-profile-comps-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
}

.card-profile-comps-header .search-summary-label {
  color: var(--shiny-blue);
}

.card-profile-comps-header .card-profile-source-title {
  margin: 0.3rem 0 0;
  color: var(--ink);
  font-size: 1.08rem;
  line-height: 1;
}

.card-profile-comps-header > span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
  white-space: nowrap;
}

.card-profile-comps-label {
  color: var(--shiny-blue);
}

.card-profile-comp-filter-select {
  width: 100%;
  margin-top: 0.85rem;
  border: 1px solid rgba(13, 99, 199, 0.24);
  border-radius: 14px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  font-size: 0.82rem;
  font-weight: 700;
  padding: 0.78rem 2.4rem 0.78rem 0.95rem;
  cursor: pointer;
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, var(--shiny-blue) 50%),
    linear-gradient(135deg, var(--shiny-blue) 50%, transparent 50%);
  background-position:
    calc(100% - 1.15rem) 50%,
    calc(100% - 0.85rem) 50%;
  background-size:
    0.3rem 0.3rem,
    0.3rem 0.3rem;
  background-repeat: no-repeat;
}

.card-profile-comp-list {
  display: grid;
  gap: 0;
  margin-top: 0.95rem;
  max-height: 480px;
  overflow: auto;
  padding-right: 0.2rem;
}

.card-profile-comp-row {
  display: block;
  padding: 0.8rem 0.2rem;
  border-top: 1px solid rgba(13, 99, 199, 0.1);
  color: inherit;
  text-decoration: none;
}

.card-profile-comp-row.is-hidden {
  display: none;
}

.card-profile-comp-row:first-child {
  border-top: 0;
  padding-top: 0;
}

.card-profile-comp-row-top,
.card-profile-comp-row-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.9rem;
}

.card-profile-comp-row-top span {
  color: var(--shiny-blue);
  font-size: 0.74rem;
  font-weight: 700;
}

.card-profile-comp-row-top strong {
  color: var(--ink);
  font-size: 0.96rem;
  font-weight: 700;
}

.card-profile-comp-row p {
  margin: 0.45rem 0 0;
  color: var(--ink);
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.45;
}

.card-profile-comp-row-meta {
  margin-top: 0.45rem;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 700;
}

.card-profile-mobile-comps {
  margin-top: 1.15rem;
  border-top: 1px solid rgba(13, 99, 199, 0.12);
}

.card-profile-mobile-comps > summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0 0;
  cursor: pointer;
  list-style: none;
}

.card-profile-mobile-comps > summary::-webkit-details-marker {
  display: none;
}

.card-profile-mobile-comps > summary span {
  display: grid;
  gap: 0.25rem;
}

.card-profile-mobile-comps > summary small,
.card-profile-mobile-comps > summary em {
  color: var(--shiny-blue);
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.card-profile-mobile-comps > summary strong {
  color: var(--ink);
  font-size: 1rem;
  font-weight: 700;
}

.card-profile-mobile-comps[open] > summary {
  padding-bottom: 0.95rem;
}

.card-profile-comps-panel--mobile {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.variant-prices {
  margin-top: 1.5rem;
}

.detail-chart-panel,
.population-report {
  margin-top: 1.5rem;
  padding: 1.4rem;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid var(--border);
  border-radius: 22px;
  box-shadow: 0 18px 40px rgba(19, 35, 61, 0.08);
}

.population-copy {
  margin: 0.45rem 0 0;
  color: var(--muted);
}

.population-source {
  margin-top: 1rem;
  padding: 1rem;
  border-radius: 20px;
  background: #fbfcfe;
  border: 1px solid rgba(19, 35, 61, 0.08);
}

.population-source-header,
.population-entry-header,
.population-totals {
  display: flex;
  gap: 0.85rem;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.population-source-header h3 {
  margin: 0;
  font-size: 1rem;
}

.population-source-header p,
.population-entry-header p {
  margin: 0.25rem 0 0;
  color: var(--muted);
}

.population-chip {
  display: inline-flex;
  align-items: center;
  padding: 0.4rem 0.75rem;
  border-radius: 999px;
  background: rgba(23, 88, 151, 0.08);
  color: var(--shiny-blue);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.ppt-market-report {
  margin-top: 2rem;
}

.ppt-chart-panel {
  margin: 1.25rem 0 0;
}

.ppt-comps-source {
  margin-top: 1.25rem;
}

.ppt-market-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.7rem;
  margin-top: 0.9rem;
}

.ppt-market-meta-item {
  display: flex;
  align-items: baseline;
  gap: 0.6rem;
}

.ppt-market-meta-item span {
  color: var(--shiny-blue);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.ppt-market-meta-item strong {
  color: var(--ink);
  font-size: 1rem;
  font-weight: 700;
}

.ppt-comps-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1rem;
}

.ppt-comp-card {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  padding: 1rem 1.1rem;
  border-radius: 24px;
  border: 1px solid rgba(19, 35, 61, 0.12);
  background: #fff;
  color: inherit;
  text-decoration: none;
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.08);
}

.ppt-comp-topline,
.ppt-comp-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
}

.ppt-comp-topline strong {
  color: var(--brand-red);
  font-size: 1rem;
  font-weight: 800;
}

.ppt-comp-grade {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: rgba(191, 16, 41, 0.08);
  color: var(--brand-red);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1;
  padding: 0.42rem 0.7rem;
  text-transform: uppercase;
}

.ppt-comp-title {
  color: var(--ink);
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.45;
  margin: 0;
}

.ppt-comp-meta {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.population-entry {
  margin-top: 0.9rem;
  padding-top: 0.9rem;
  border-top: 1px solid rgba(19, 35, 61, 0.08);
}

.population-entry:first-of-type {
  margin-top: 1rem;
}

.population-totals {
  color: var(--muted);
  font-size: 0.9rem;
}

.population-grader-table {
  display: grid;
  gap: 0.45rem;
  margin-top: 0.9rem;
}

.population-grader-row {
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr);
  gap: 0.9rem;
  align-items: start;
  padding: 0.5rem 0;
  border-top: 1px solid rgba(19, 35, 61, 0.06);
}

.population-grader-row:first-child {
  border-top: 0;
  padding-top: 0;
}

.population-grader-label {
  color: var(--shiny-blue);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.population-grader-label small {
  display: block;
  margin-top: 0.2rem;
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: none;
}

.population-inline-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 0.8rem;
}

.population-inline-stats span {
  color: var(--muted);
  font-size: 0.88rem;
  white-space: nowrap;
}

.population-inline-stats strong {
  color: var(--ink);
  font-size: 0.98rem;
}

.detail-copy-panel {
  padding: 1.5rem;
}

.card-profile-back-link {
  display: inline-flex;
  align-items: center;
  margin-bottom: 1rem;
  color: var(--shiny-blue);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
}

.card-profile-back-link:hover {
  color: var(--ink);
}

.card-profile-title {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-bottom: 0.4rem;
  font-size: clamp(1.55rem, 3.4vw, 2.25rem);
  line-height: 0.95;
}

.card-profile-title span {
  color: var(--ink);
  font-size: 0.64em;
  font-weight: 700;
}

.card-profile-subtitle {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1.5;
}

.target-banner {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: flex-start;
  padding: 1.1rem 1.2rem;
  border-radius: 20px;
  border: 1px solid rgba(19, 35, 61, 0.08);
  margin-top: 1.2rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 249, 255, 0.94));
}

.card-profile-signal {
  display: block;
  padding: 1rem 1.15rem;
}

.card-profile-signal-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.card-profile-signal-row h2,
.card-profile-signal-row p {
  margin: 0;
}

.card-profile-signal-row h2 {
  font-size: 1.45rem;
}

.card-profile-signal-row p {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: none;
}

.target-banner--strong-buy {
  border-color: rgba(11, 102, 68, 0.28);
  background: linear-gradient(180deg, rgba(227, 250, 238, 0.98), rgba(246, 255, 250, 0.98));
}

.target-banner--buy-target {
  border-color: rgba(25, 135, 84, 0.2);
  background: linear-gradient(180deg, rgba(236, 252, 243, 0.96), rgba(255, 255, 255, 0.98));
}

.target-banner--neutral {
  border-color: rgba(217, 142, 4, 0.2);
  background: linear-gradient(180deg, rgba(255, 247, 232, 0.96), rgba(255, 255, 255, 0.98));
}

.target-banner--avoid {
  border-color: rgba(191, 16, 41, 0.16);
  background: linear-gradient(180deg, rgba(255, 239, 242, 0.96), rgba(255, 255, 255, 0.98));
}

.target-banner h2,
.detail-chart-header h3 {
  margin: 0.15rem 0 0;
}

.target-banner p {
  margin: 0.35rem 0 0;
  color: var(--muted);
}

.target-banner-score {
  min-width: 92px;
  text-align: right;
}

.target-banner-score span {
  display: block;
  color: var(--shiny-blue);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.target-banner-score strong {
  display: block;
  margin-top: 0.35rem;
  font-size: 1.8rem;
  line-height: 1;
}

.detail-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
  margin: 1.5rem 0;
}

.detail-stat {
  padding: 1rem;
  border-radius: 18px;
  background: #fbfcfe;
  border: 1px solid rgba(19, 35, 61, 0.08);
}

.detail-stat span {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--shiny-blue);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.detail-stat strong {
  display: block;
  font-size: 1.02rem;
}

.detail-stat small {
  display: block;
  margin-top: 0.35rem;
  color: var(--muted);
}

.card-profile-section {
  margin-top: 1.25rem;
  padding-top: 0.35rem;
}

.card-profile-tabs-shell {
  margin-top: 1.15rem;
}

.card-profile-tab-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  padding: 0.3rem;
  border-radius: 18px;
  background: rgba(247, 250, 255, 0.92);
  border: 1px solid rgba(19, 35, 61, 0.08);
}

.card-profile-tab {
  appearance: none;
  flex: 1 1 7rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.55rem;
  padding: 0.6rem 0.9rem;
  border-radius: 14px;
  border: 1px solid transparent;
  background: transparent;
  color: rgba(19, 35, 61, 0.72);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  cursor: pointer;
  transition:
    background-color 160ms ease,
    border-color 160ms ease,
    color 160ms ease,
    box-shadow 160ms ease;
}

.card-profile-tab.is-active {
  color: var(--shiny-blue);
  background: #fff;
  border-color: rgba(13, 99, 199, 0.14);
  box-shadow: 0 8px 18px rgba(19, 35, 61, 0.06);
}

.card-profile-tab-panel[hidden] {
  display: none !important;
}

.card-profile-section .search-summary-label {
  color: var(--shiny-blue);
}

.card-profile-section-heading .card-profile-source-title {
  margin: 0.35rem 0 0;
  color: var(--ink);
  font-size: clamp(1rem, 2.2vw, 1.35rem);
  line-height: 1;
  text-transform: none;
}

.card-profile-metric-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: 1rem;
  overflow: hidden;
  background: #fff;
}

.card-profile-metric {
  display: flex;
  flex-direction: column;
  gap: 0.32rem;
  padding: 0.82rem 0.9rem;
  border-right: 1px solid rgba(23, 88, 151, 0.12);
  border-bottom: 1px solid rgba(23, 88, 151, 0.12);
  background: #fff;
}

.card-profile-metric:nth-child(3n) {
  border-right: 0;
}

.card-profile-metric--upside {
  grid-column: span 1;
}

.card-profile-metric span {
  color: var(--shiny-blue);
  font-size: 0.73rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.1;
  text-transform: none;
}

.card-profile-metric strong {
  color: var(--ink);
  font-size: clamp(0.94rem, 1.8vw, 1.15rem);
  font-weight: 700;
  line-height: 1.08;
}

.card-profile-metric small {
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: none;
}

.detail-copy-panel .population-report,
.detail-copy-panel .ppt-market-report {
  margin-top: 1.25rem;
  padding: 1rem 1rem 1.1rem;
  border-radius: 20px;
  box-shadow: none;
}

@media (max-width: 700px) {
  .card-profile-metric-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .card-profile-metric:nth-child(3n) {
    border-right: 1px solid rgba(23, 88, 151, 0.12);
  }

  .card-profile-metric:nth-child(2n) {
    border-right: 0;
  }
}

.detail-chart-header {
  display: block;
  margin-bottom: 0.9rem;
}

.detail-chart-toggle-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-bottom: 0.9rem;
}

.detail-chart-shell {
  height: 360px;
}

.detail-actions {
  display: flex;
  gap: 0.85rem;
  flex-wrap: wrap;
}

.ripbags-inline-action-row {
  display: flex;
  align-items: end;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-top: 0.55rem;
}

.ripbags-inline-action-row input {
  max-width: 8rem;
}

.ripbags-admin-loading[hidden] {
  display: none !important;
}

.ripbags-admin-loading {
  position: fixed;
  inset: 0;
  background: rgba(11, 18, 33, 0.36);
  backdrop-filter: blur(3px);
  display: grid;
  place-items: center;
  z-index: 999;
}

.ripbags-admin-loading-card {
  width: min(34rem, calc(100vw - 2rem));
  padding: 1.25rem 1.35rem;
  border-radius: 22px;
  background: #fff;
  border: 1px solid rgba(19, 35, 61, 0.1);
  box-shadow: 0 28px 80px rgba(18, 28, 46, 0.2);
}

.ripbags-admin-loading-card strong {
  display: block;
  font-size: 1.08rem;
}

.ripbags-admin-loading-card small {
  display: block;
  margin-top: 0.35rem;
  color: var(--muted);
}

.ripbags-admin-loading-bar {
  position: relative;
  overflow: hidden;
  height: 0.7rem;
  margin-top: 1rem;
  border-radius: 999px;
  background: rgba(21, 49, 102, 0.12);
}

.ripbags-admin-loading-bar span {
  position: absolute;
  inset: 0 auto 0 0;
  width: 38%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--shiny-blue), var(--brand-red));
  animation: ripbags-loading-slide 1.1s ease-in-out infinite;
}

@keyframes ripbags-loading-slide {
  0% { transform: translateX(-110%); }
  100% { transform: translateX(290%); }
}

@media (max-width: 860px) {
  .site-header,
  .hero,
  .dashboard-grid,
  .dashboard-stats-strip,
  .dashboard-card,
  .dashboard-card-stats,
  .stats-strip,
  .module-header,
  .detail-shell,
  .detail-stats,
  .results-toolbar,
  .search-panel,
  .card-search-form,
  .card-search2-guided-fields,
  .population-grid {
    grid-template-columns: 1fr;
  }

  .site-header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: start;
  }

  .brand {
    width: auto;
  }

  .brand-wordmark-image {
    width: min(12.5rem, 30vw);
  }

  .site-nav,
  .hero-actions,
  .search-actions,
  .pagination-controls {
    flex-wrap: wrap;
  }

  .results-toolbar,
  .pagination-footer {
    display: grid;
    justify-content: stretch;
  }

  .module-badge-cloud {
    justify-content: flex-start;
  }

  .table-shell {
    overflow-x: auto;
  }

  .detail-image-panel {
    padding: 1rem;
  }

  .detail-image-panel img {
    width: min(100%, 230px);
    margin: 0 auto;
  }

  .detail-image-placeholder {
    min-height: 280px;
  }

  .detail-image-panel > .card-profile-comps-panel {
    display: none;
  }

  .card-profile-mobile-comps {
    display: block;
  }

  .ripbags-admin-global-actions {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 720px) {
  .page-shell {
    width: min(100%, calc(100% - 1rem));
    padding: 0.5rem 0 2rem;
  }

  .site-header {
    gap: 0.65rem;
    padding: 0;
  }

  .brand {
    gap: 0;
    font-size: 1.2rem;
  }

  .brand-wordmark-image {
    width: min(9.75rem, 42vw);
  }

  .site-nav {
    width: auto;
    justify-content: flex-end;
    justify-self: end;
    align-self: start;
    gap: 0.45rem;
  }

  .site-nav-links,
  .site-nav-utility {
    display: none;
  }

  .site-nav-mobile {
    display: flex;
    position: relative;
    z-index: 10030;
    width: auto;
    justify-content: flex-end;
    flex-wrap: wrap;
  }

  .site-nav-menu[open] {
    position: static;
  }

  .site-nav-menu[open] .site-nav-menu-trigger {
    position: relative;
    z-index: 10042;
  }

  .site-nav-menu-panel {
    position: fixed;
    top: 4.65rem;
    right: 0.5rem;
    width: min(18rem, calc(100vw - 1rem));
    max-height: calc(100dvh - 5.25rem);
    overflow-y: auto;
    z-index: 10041;
  }

  .site-nav-links {
    width: 100%;
    justify-content: flex-start;
    gap: 0.3rem;
  }

  .site-nav-link {
    min-height: 2.25rem;
    padding: 0.48rem 0.68rem;
    border-radius: 10px;
    font-size: 0.88rem;
  }

  .site-nav-link-mobile-quick {
    flex: 0 1 auto;
  }

  .module-shell {
    padding: 1rem 0 1.5rem;
  }

  .module-header {
    gap: 0.8rem;
    margin-bottom: 1rem;
  }

  .module-copy,
  .chasers-hero-subtitle,
  .section-subtitle {
    margin-top: 0.7rem;
    font-size: 0.94rem;
    line-height: 1.5;
  }

  .module-badge-cloud {
    display: none;
  }

  .stats-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem;
  }

  .stat-tile {
    padding: 0.95rem 0.95rem 0.9rem;
    border-radius: 18px;
  }

  .stat-tile span {
    margin-bottom: 0.35rem;
    font-size: 0.7rem;
  }

  .stat-tile strong {
    font-size: 1.45rem;
  }

  .stat-tile small {
    font-size: 0.82rem;
    line-height: 1.35;
  }

  .search-panel,
  .table-shell,
  .insight-panel,
  .insights-top-nav-card,
  .vault-history-details,
  .vault-card-panel,
  .vault-hero-card,
  .chasers-set-card,
  .chasers-select-wrap-priority,
  .chasers-stage-mode,
  .chasers-pricing-inline {
    border-radius: 18px;
  }

  .search-panel {
    padding: 1rem;
    margin-bottom: 0.85rem;
  }

  .results-toolbar {
    gap: 0.55rem;
    margin-bottom: 0.85rem;
  }

  .results-copy,
  .results-badge,
  .infinite-status {
    font-size: 0.84rem;
  }

  .language-toggle {
    width: 100%;
    flex-wrap: wrap;
    gap: 0.35rem;
    padding: 0.3rem;
    margin-bottom: 0.8rem;
    border-radius: 16px;
  }

  .language-pill {
    min-width: 0;
    flex: 1 1 calc(50% - 0.35rem);
    padding: 0.68rem 0.78rem;
    font-size: 0.88rem;
  }

  .card-search-form {
    gap: 0.8rem;
  }

  .search-actions {
    width: 100%;
  }

  .search-actions .primary-button,
  .search-actions .secondary-button {
    width: 100%;
    justify-content: center;
  }

  .card-table {
    font-size: 0.85rem;
  }

  .card-table th,
  .card-table td {
    padding: 0.72rem 0.65rem;
  }

  .insights-shell {
    gap: 1rem;
  }

  .insights-top-nav-card {
    padding: 0.85rem;
  }

  .insights-section-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.45rem;
  }

  .insights-controls {
    display: grid;
    gap: 0.55rem;
    align-items: stretch;
  }

  .insights-toggle {
    width: 100%;
    flex-wrap: wrap;
  }

  .insights-toggle .language-pill {
    flex: 1 1 calc(50% - 0.35rem);
  }

  .insights-market-range-note {
    min-width: 0;
    padding: 0.1rem 0 0;
  }

  .insight-panel-header {
    display: grid;
    gap: 0.45rem;
  }

  .insight-note {
    font-size: 0.88rem;
    line-height: 1.42;
  }

  .chart-shell {
    min-height: 240px;
  }

  .insights-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .chasers-shell {
    gap: 1rem;
  }

  .chasers-hero-copy h1 {
    font-size: clamp(1.75rem, 8vw, 2.3rem);
    line-height: 0.98;
  }

  .chasers-balance-chip {
    min-width: 0;
    padding: 0.8rem 0.9rem;
    border-radius: 18px;
  }

  .chasers-control-panel {
    padding: 0.8rem;
    gap: 0.7rem;
  }

  .chasers-set-card,
  .chasers-select-wrap-priority {
    padding: 0.8rem 0.85rem;
  }

  .chasers-panel-head {
    gap: 0.7rem;
  }

  .chasers-panel-head img {
    width: 4.6rem;
  }

  .chasers-helper,
  .chasers-inline-status,
  .chasers-mode-pitch {
    font-size: 0.78rem;
    line-height: 1.35;
  }

  .chasers-stage-actions .chasers-open-button {
    min-height: 3rem;
  }

  .chasers-pricing-inline strong {
    font-size: 1.05rem;
  }

  .chasers-guide-panel {
    inset: 0.6rem;
    padding: 1rem 0.95rem;
    gap: 0.8rem;
  }

  .chasers-guide-panel h3 {
    font-size: clamp(1.45rem, 7vw, 2rem);
    line-height: 0.98;
    max-width: 16rem;
  }

  .chasers-guide-points li {
    min-height: 0;
    padding: 0.85rem 0.9rem 0.85rem 1.05rem;
    border-radius: 18px;
  }

  .chasers-dropdown-panel {
    max-height: min(18rem, 56vh);
  }

  .vault-hero-panel {
    padding: 0.9rem;
  }

  .vault-hero-grid {
    gap: 0.7rem;
  }

  .vault-hero-card {
    padding: 0.9rem 0.95rem;
  }

  .vault-hero-card strong {
    font-size: 1.45rem;
  }

  .vault-actions {
    display: grid;
    gap: 0.65rem;
  }

  .vault-actions .primary-button,
  .vault-actions .secondary-button,
  .vault-selection-value {
    width: 100%;
    margin-left: 0;
  }

  .vault-selection-value {
    min-width: 0;
  }

  .vault-card-grid {
    grid-template-columns: 1fr;
    gap: 0.8rem;
  }

  .vault-card-panel {
    padding: 0.85rem;
    gap: 0.75rem;
  }

  .vault-card-art {
    min-height: 170px;
  }

  .vault-card-art img {
    max-height: 190px;
  }

  .vault-history-summary,
  .vault-history-body {
    padding-left: 0.9rem;
    padding-right: 0.9rem;
  }

  .vault-history-list {
    max-height: 24rem;
  }

  .site-footer {
    margin-top: 2rem;
  }

  .site-footer-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.45rem;
  }
}

@media (max-width: 480px) {
  .brand-wordmark-image {
    width: min(8.6rem, 42vw);
  }

  .site-nav-link {
    flex: 1 1 auto;
    text-align: center;
  }

  .stats-strip,
  .insights-stats,
  .insights-section-nav {
    grid-template-columns: 1fr;
  }

  .language-pill,
  .insights-toggle .language-pill {
    flex-basis: 100%;
  }

  .results-copy,
  .results-badge,
  .infinite-status,
  .module-copy,
  .section-subtitle,
  .chasers-hero-subtitle {
    font-size: 0.86rem;
  }

  .card-table {
    font-size: 0.8rem;
  }

  .card-table th,
  .card-table td {
    padding: 0.62rem 0.55rem;
  }

  .chart-shell {
    min-height: 220px;
  }

  .chasers-reveal-grid {
    grid-template-columns: 1fr;
  }

  .chasers-reveal-card {
    min-height: 9.5rem;
  }

  .chasers-surprise-reveal {
    width: 7.8rem;
  }
}
.admin-user-search-form {
  margin-top: 1rem;
}

.admin-user-directory-form {
  margin-top: 0.85rem;
}

.admin-user-directory-toolbar {
  align-items: end;
}

.admin-user-sort-field {
  min-width: min(220px, 100%);
}

.admin-user-directory-actions {
  align-self: end;
}

.admin-user-directory-meta {
  margin-top: 0.75rem;
}

.admin-user-overall-shell {
  display: grid;
  gap: 1rem;
  margin-top: 0.9rem;
  grid-template-columns: repeat(auto-fit, minmax(13rem, 1fr));
}

.admin-user-platform-shell {
  align-items: stretch;
}

.admin-user-overall-card {
  display: grid;
  gap: 0.18rem;
  padding: 1rem 1.1rem;
  border-radius: 18px;
  border: 1px solid rgba(19, 35, 61, 0.1);
  background: rgba(255, 255, 255, 0.96);
}

.admin-user-overall-card-wide {
  grid-column: 1 / -1;
}

.admin-user-overall-label {
  color: rgba(19, 35, 61, 0.62);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.admin-user-overall-card strong {
  font-size: 1.45rem;
  line-height: 1.05;
}

.admin-user-overall-card strong.is-positive {
  color: #1f7a44;
}

.admin-user-overall-card strong.is-negative {
  color: #b22a3d;
}

.admin-user-overall-card small,
.admin-user-overall-meta {
  color: rgba(19, 35, 61, 0.68);
}

.admin-user-platform-stat,
.admin-user-directory-block {
  border-radius: 18px;
  border: 1px solid rgba(19, 35, 61, 0.1);
  background: rgba(255, 255, 255, 0.96);
}

.admin-user-platform-stat {
  display: grid;
  gap: 0.24rem;
  padding: 1rem 1.05rem;
}

.admin-user-platform-stat span {
  color: rgba(19, 35, 61, 0.62);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.admin-user-platform-stat strong {
  color: var(--ink);
  font-size: 1.22rem;
  line-height: 1.08;
}

.admin-user-directory-block {
  display: grid;
  gap: 0.9rem;
  padding: 1rem 1.05rem;
}

.admin-user-directory-heading {
  margin: 0;
}

.admin-user-section {
  margin-top: 1.25rem;
}

.admin-section-collapse {
  margin: 0;
}

.admin-section-summary {
  list-style: none;
  cursor: pointer;
}

.admin-section-summary::-webkit-details-marker {
  display: none;
}

.admin-section-summary .search-rule {
  position: relative;
  padding-right: 1.8rem;
}

.admin-section-summary .search-rule::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.15rem;
  width: 0.72rem;
  height: 0.72rem;
  border-right: 2px solid rgba(19, 35, 61, 0.52);
  border-bottom: 2px solid rgba(19, 35, 61, 0.52);
  transform: translateY(-62%) rotate(45deg);
  transition: transform 160ms ease, border-color 160ms ease;
}

.admin-section-collapse[open] > .admin-section-summary .search-rule::after {
  transform: translateY(-28%) rotate(225deg);
  border-color: var(--shiny-blue);
}

.admin-section-body {
  display: grid;
  gap: 0.95rem;
  padding-top: 0.95rem;
}

.admin-user-list {
  display: grid;
  gap: 0.85rem;
  margin-top: 0.85rem;
}

.admin-user-table-shell {
  margin-top: 0.85rem;
  border-radius: 20px;
  border: 1px solid rgba(19, 35, 61, 0.1);
  background: rgba(255, 255, 255, 0.8);
  overflow: auto;
  max-height: 34rem;
}

.admin-user-table {
  width: 100%;
  min-width: 1580px;
  border-collapse: collapse;
}

.admin-user-table th,
.admin-user-table td {
  padding: 0.8rem 0.95rem;
  text-align: left;
  border-bottom: 1px solid rgba(19, 35, 61, 0.08);
  vertical-align: middle;
}

.admin-user-table thead th {
  position: sticky;
  top: 0;
  z-index: 1;
  background: rgba(248, 250, 252, 0.97);
  color: rgba(19, 35, 61, 0.72);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.admin-user-table tbody tr:last-child td {
  border-bottom: 0;
}

.admin-user-row-muted td {
  background: rgba(244, 246, 250, 0.9);
  color: rgba(19, 35, 61, 0.52);
}

.admin-user-row-muted td strong,
.admin-user-row-muted td small {
  color: inherit;
}

.admin-user-table td strong,
.admin-user-table td small {
  display: block;
}

.admin-user-table td strong {
  font-size: 0.92rem;
  line-height: 1.18;
}

.admin-user-table td small {
  margin-top: 0.18rem;
  color: rgba(19, 35, 61, 0.68);
  line-height: 1.32;
}

.admin-activity-user-grid {
  display: grid;
  gap: 0.85rem;
  margin-top: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
}

.admin-activity-page {
  background: var(--pearl-white);
  padding: 0.35rem 0 1.25rem;
}

.admin-activity-page .cards-hero,
.admin-activity-page .search-panel,
.admin-activity-page .admin-activity-user-card,
.admin-activity-page .admin-activity-stat-card,
.admin-activity-page .admin-activity-roll-card,
.admin-activity-page .admin-activity-vault-card,
.admin-activity-page .admin-activity-pack-detail {
  background: var(--pearl-white);
}

.admin-activity-user-card {
  display: grid;
  gap: 0.75rem;
  padding: 1rem 1.05rem;
  border-radius: 18px;
  border: 1px solid rgba(19, 35, 61, 0.1);
  background: var(--pearl-white);
  color: inherit;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(19, 35, 61, 0.06);
}

.admin-activity-user-card:hover {
  border-color: rgba(13, 99, 199, 0.24);
  box-shadow: 0 16px 34px rgba(13, 99, 199, 0.1);
}

.admin-activity-user-card.is-active {
  border-color: rgba(13, 99, 199, 0.34);
  box-shadow:
    inset 0 0 0 1px rgba(13, 99, 199, 0.16),
    0 18px 36px rgba(13, 99, 199, 0.12);
}

.admin-activity-user-card strong,
.admin-activity-user-card small {
  display: block;
}

.admin-activity-user-card strong {
  font-size: 1rem;
  color: var(--ink);
}

.admin-activity-user-card small {
  margin-top: 0.18rem;
  color: rgba(19, 35, 61, 0.66);
}

.admin-activity-user-card-meta,
.admin-activity-overview-chips,
.admin-activity-roll-meta,
.admin-activity-vault-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.admin-activity-overview-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.admin-activity-overview-head h2 {
  margin: 0.18rem 0 0.2rem;
}

.admin-activity-stats {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 1rem;
}

.admin-activity-stat-card {
  display: grid;
  gap: 0.3rem;
  padding: 1rem 1.05rem;
  border-radius: 18px;
  border: 1px solid rgba(19, 35, 61, 0.08);
  background: var(--pearl-white);
}

.admin-activity-stat-card span,
.admin-activity-roll-section > span {
  color: rgba(19, 35, 61, 0.6);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.admin-activity-stat-card strong {
  color: var(--ink);
  font-size: 1.35rem;
  line-height: 1.05;
}

.admin-activity-stat-card small,
.admin-activity-roll-head small,
.admin-activity-vault-copy small {
  color: rgba(19, 35, 61, 0.68);
  line-height: 1.35;
}

.admin-activity-roll-list,
.admin-activity-vault-list {
  display: grid;
  gap: 0.9rem;
  margin-top: 1rem;
}

.admin-activity-roll-card,
.admin-activity-vault-card {
  border-radius: 20px;
  border: 1px solid rgba(19, 35, 61, 0.1);
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 14px 30px rgba(19, 35, 61, 0.05);
}

.admin-activity-roll-card {
  padding: 1rem 1.05rem;
  display: grid;
  gap: 0.85rem;
}

.admin-activity-roll-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.admin-activity-roll-head strong,
.admin-activity-vault-copy strong {
  color: var(--ink);
  font-size: 1rem;
}

.admin-activity-roll-grid {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.admin-activity-roll-section {
  display: grid;
  gap: 0.45rem;
}

.admin-activity-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.42rem;
}

.admin-activity-thumb-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.admin-activity-card-thumb {
  width: 2.5rem;
  height: 3.45rem;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(19, 35, 61, 0.12);
  background: rgba(248, 250, 253, 0.98);
  box-shadow: 0 4px 10px rgba(19, 35, 61, 0.08);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.admin-activity-card-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.admin-activity-card-thumb span {
  color: rgba(19, 35, 61, 0.68);
  font-size: 0.82rem;
  font-weight: 800;
}

.admin-activity-card-thumb.is-hit {
  border-color: rgba(15, 138, 95, 0.34);
  box-shadow:
    0 0 0 2px rgba(15, 138, 95, 0.14),
    0 4px 10px rgba(19, 35, 61, 0.08);
}

.admin-activity-card-chip {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.62rem;
  border-radius: 999px;
  border: 1px solid rgba(19, 35, 61, 0.1);
  background: rgba(248, 250, 253, 0.98);
  color: var(--ink);
  font-size: 0.84rem;
  font-weight: 700;
}

.admin-activity-card-chip.is-hit {
  border-color: rgba(15, 138, 95, 0.22);
  background: rgba(237, 249, 242, 0.96);
  color: #1f7a44;
}

.admin-activity-card-chip.is-surprise {
  border-color: rgba(13, 99, 199, 0.2);
  background: rgba(238, 245, 255, 0.96);
  color: var(--shiny-blue);
}

.admin-activity-pack-detail {
  border-top: 1px solid rgba(19, 35, 61, 0.08);
  padding-top: 0.75rem;
}

.admin-activity-pack-detail summary {
  cursor: pointer;
  color: var(--shiny-blue);
  font-weight: 800;
}

.admin-activity-pack-detail .admin-activity-chip-row {
  margin-top: 0.7rem;
}

.admin-activity-vault-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 0.95rem;
  align-items: center;
  padding: 0.95rem 1rem;
}

.admin-activity-vault-card img,
.admin-activity-vault-card .chasers-admin-compact-empty {
  width: 4.1rem;
  height: 5.6rem;
  border-radius: 12px;
  object-fit: cover;
}

.admin-activity-vault-copy {
  min-width: 0;
  display: grid;
  gap: 0.18rem;
}

.admin-activity-card-chip {
  overflow-wrap: anywhere;
}

@media (max-width: 1100px) {
  .admin-activity-stats,
  .admin-activity-roll-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .admin-activity-overview-head,
  .admin-activity-roll-head,
  .admin-activity-vault-card {
    grid-template-columns: 1fr;
    display: grid;
  }

  .admin-activity-vault-card {
    justify-items: flex-start;
  }

  .account-overview-polished,
  .account-chase-summary-grid,
  .account-chase-hit-grid,
  .account-chase-fair-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .admin-activity-stats,
  .admin-activity-roll-grid {
    grid-template-columns: 1fr;
  }
}

.admin-user-identity-cell {
  min-width: 16rem;
}

.admin-user-muted-note {
  font-style: italic;
}

.admin-user-pl-pill {
  display: inline-flex;
  align-items: center;
  padding: 0.24rem 0.62rem;
  border-radius: 999px;
  font-size: 0.84rem;
  font-weight: 800;
}

.admin-user-pl-pill.is-positive {
  color: #1f7a44;
  background: rgba(237, 249, 242, 0.98);
}

.admin-user-pl-pill.is-negative {
  color: #b22a3d;
  background: rgba(255, 242, 243, 0.96);
}

.admin-user-action-cell {
  white-space: nowrap;
}

.admin-user-card {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(19, 35, 61, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.82);
}

.admin-user-copy {
  display: grid;
  gap: 0.8rem;
  flex: 1 1 auto;
  min-width: 0;
}

.admin-user-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.7rem;
}

.admin-user-metric {
  display: grid;
  gap: 0.18rem;
  padding: 0.72rem 0.78rem;
  border-radius: 14px;
  border: 1px solid rgba(19, 35, 61, 0.08);
  background: rgba(244, 246, 251, 0.9);
}

.admin-user-metric span {
  color: rgba(19, 35, 61, 0.62);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.admin-user-metric strong {
  font-size: 1rem;
  line-height: 1.15;
}

.admin-user-metric small {
  line-height: 1.35;
}

.admin-user-metric-pl.is-positive {
  background: rgba(237, 249, 242, 0.96);
  border-color: rgba(67, 142, 92, 0.18);
}

.admin-user-metric-pl.is-positive strong {
  color: #1f7a44;
}

.admin-user-metric-pl.is-negative {
  background: rgba(255, 242, 243, 0.96);
  border-color: rgba(191, 16, 41, 0.14);
}

.admin-user-metric-pl.is-negative strong {
  color: #b22a3d;
}

.admin-user-card strong,
.ripbags-health-summary-row strong {
  display: block;
}

.admin-user-card small,
.ripbags-health-summary-row small {
  color: rgba(19, 35, 61, 0.68);
}

.admin-user-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.admin-credit-grant-form {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0;
}

.admin-credit-grant-form-inline {
  flex-wrap: nowrap;
}

.admin-credit-grant-form input[type="number"] {
  width: 6.8rem;
  min-height: 2.65rem;
  padding: 0.7rem 0.9rem;
  border-radius: 14px;
  border: 1px solid rgba(13, 99, 199, 0.16);
  background: #fff;
  color: var(--ink);
  font: inherit;
  font-size: 0.9rem;
  font-weight: 700;
}

.admin-credit-grant-form-inline input[type="number"] {
  width: 5.4rem;
  min-height: 2.45rem;
  padding-inline: 0.78rem;
}

.admin-credit-grant-form-inline .secondary-button,
.admin-user-role-form .secondary-button {
  min-height: 2.45rem;
  padding: 0.7rem 1rem;
  border-radius: 14px;
}

.admin-user-role-form {
  margin: 0;
}

.admin-user-pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-top: 0.9rem;
}

@media (max-width: 980px) {
  .admin-chasers-nav-stack {
    justify-items: start;
  }

  .admin-launch-link {
    justify-self: start;
  }

  .admin-user-card {
    flex-direction: column;
  }

  .admin-user-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .admin-user-actions {
    width: 100%;
    justify-content: flex-start;
  }

  .admin-credit-grant-form {
    width: 100%;
  }

  .admin-credit-grant-form input[type="number"] {
    flex: 1 1 8rem;
    width: auto;
  }

  .admin-user-overall-shell {
    grid-template-columns: 1fr;
  }

  .admin-user-pagination {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 640px) {
  .admin-user-metrics {
    grid-template-columns: 1fr;
  }
}

.ripbags-health-summary-list {
  display: grid;
  gap: 0.85rem;
}

.ripbags-health-summary-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.1rem;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255,255,255,0.88), rgba(244,247,251,0.9));
  border: 1px solid rgba(13, 99, 199, 0.12);
}

.ripbags-health-summary-range {
  font-weight: 700;
  color: #13233d;
  white-space: nowrap;
}

.account-history-toolbar,
.account-history-actions {
  margin-top: 0.9rem;
}

.account-history-actions {
  display: flex;
  justify-content: flex-end;
}

.account-token-history-list {
  max-height: 28rem;
  overflow: auto;
}

.vault-history-list {
  max-height: 28rem;
  overflow: auto;
}

.home3-shell {
  display: grid;
  gap: 1.35rem;
  padding: 0.45rem 0 3rem;
}

.home3-hero,
.home3-panels {
  width: min(1180px, calc(100vw - 2rem));
  margin: 0 auto;
}

.home3-rip-hero,
.home3-toggle-shell,
.home3-live-banner-shell {
  width: min(1180px, calc(100vw - 2rem));
  margin: 0 auto;
}

.home3-hero {
  display: grid;
  gap: 0.8rem;
  padding: 0.2rem 0 0.1rem;
  border-radius: 2rem;
  background: transparent;
  border: 0;
  box-shadow: none;
  text-align: center;
}

.home3-hero-logo {
  width: min(100%, 28rem);
  display: block;
  margin: 0 auto;
}

.home3-hero-caption {
  margin: 0.45rem 0 0;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(19, 35, 61, 0.62);
}

.home3-kicker,
.home3-section-label {
  margin: 0 0 0.85rem;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #0d63c7;
}

.home3-hero h1,
.home3-pack-summary h2,
.home3-panel-copy h3 {
  margin: 0;
  font-size: clamp(2.8rem, 5vw, 5rem);
  line-height: 0.94;
  letter-spacing: -0.05em;
  color: #13233d;
  font-weight: 800;
}

.home3-subtitle,
.home3-pack-summary p,
.home3-panel-copy p {
  margin: 0.65rem auto 0;
  max-width: 44rem;
  font-size: 0.98rem;
  line-height: 1.55;
  color: rgba(19, 35, 61, 0.78);
}

.home3-toggle-bar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 0.8rem;
  width: min(100%, 28rem);
}

.home3-toggle-shell {
  display: flex;
  justify-content: center;
}

.home3-toggle-bar .home3-toggle:nth-child(1) {
  justify-self: end;
}

.home3-toggle-bar .home3-toggle:nth-child(2) {
  justify-self: center;
}

.home3-toggle-bar .home3-toggle:nth-child(3) {
  justify-self: start;
}

.home3-toggle {
  white-space: nowrap;
}

.home3-chase-demo {
  display: grid;
  gap: 0.6rem;
  padding: 0;
  border-radius: 1.6rem;
  background: transparent;
  border: 0;
  overflow: visible;
  position: relative;
  z-index: 1;
}

.home3-chase-demo-head {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.45rem;
  align-items: center;
  text-align: center;
  color: #13233d;
}

.home3-chase-demo-entry {
  display: block;
  width: min(100%, 30rem);
  cursor: pointer !important;
}

.home3-chase-demo-entry:hover,
.home3-chase-demo-entry:focus-visible {
  text-decoration: none;
}

.home3-mini-cycle {
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
  gap: 1.45rem;
  margin: -0.05rem auto 0.2rem;
}

.home3-mini-cycle-item {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.34rem;
  min-width: 5.4rem;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
}

.home3-mini-cycle-line {
  width: 2.15rem;
  border-top: 2px solid rgba(13, 99, 199, 0.34);
  transition: border-color 160ms ease, transform 160ms ease, width 160ms ease;
}

.home3-mini-cycle-label {
  min-height: 0.8rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(19, 35, 61, 0.56);
  transition: color 160ms ease;
}

.home3-mini-cycle-item:hover .home3-mini-cycle-line {
  border-top-color: rgba(13, 99, 199, 0.74);
  transform: translateY(-1px);
}

.home3-mini-cycle-item:hover .home3-mini-cycle-label {
  color: rgba(19, 35, 61, 0.8);
}

.home3-mini-cycle-item.is-active .home3-mini-cycle-line {
  width: 2.65rem;
  border-top-color: rgba(191, 16, 41, 0.82);
}

.home3-mini-cycle-item.is-active .home3-mini-cycle-label {
  color: rgba(191, 16, 41, 0.92);
}

.home3-chase-demo-logo {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  margin: -0.25rem auto 0.1rem;
  position: relative;
  transform: translateX(clamp(-11px, -1.9vw, -7px));
}

.home3-chase-demo-subhead {
  margin: 0.62rem auto 0;
  width: min(100%, 52rem);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 0.7rem;
  text-align: center;
  font-size: clamp(1.02rem, 2.15vw, 1.3rem);
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1;
  position: relative;
  z-index: 2;
}

.home3-chase-demo-subhead-side {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  min-width: 0;
}

.home3-chase-demo-subhead-side-left {
  justify-self: end;
}

.home3-chase-demo-subhead-side-right {
  justify-self: start;
}

.home3-chase-demo-subhead-blue,
.home3-chase-demo-subhead-red {
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.1rem 0;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  text-shadow:
    0 0 1px rgba(255, 255, 255, 0.94),
    0 0 6px rgba(255, 255, 255, 0.18);
}

.home3-chase-demo-subhead-real {
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  min-height: 2.4rem;
  padding: 0.06rem 0.2rem 0.14rem;
  text-shadow:
    0 0 1px rgba(255, 255, 255, 0.98),
    0 1px 0 rgba(18, 24, 38, 1),
    1px 0 0 rgba(18, 24, 38, 1),
    0 -1px 0 rgba(18, 24, 38, 1),
    -1px 0 0 rgba(18, 24, 38, 1),
    1px 1px 0 rgba(18, 24, 38, 1),
    -1px 1px 0 rgba(18, 24, 38, 1),
    1px -1px 0 rgba(18, 24, 38, 1),
    -1px -1px 0 rgba(18, 24, 38, 1),
    2px 0 0 rgba(18, 24, 38, 0.9),
    -2px 0 0 rgba(18, 24, 38, 0.9),
    0 2px 0 rgba(18, 24, 38, 0.9),
    0 -2px 0 rgba(18, 24, 38, 0.9),
    2px 2px 0 rgba(18, 24, 38, 0.76),
    -2px 2px 0 rgba(18, 24, 38, 0.76),
    2px -2px 0 rgba(18, 24, 38, 0.76),
    -2px -2px 0 rgba(18, 24, 38, 0.76);
}

.home3-chase-demo-subhead-divider {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--crimson-red);
  font-size: 1.32em;
  font-weight: 900;
  line-height: 1;
  transform: translateY(-0.04rem);
  text-shadow:
    0 0 1px rgba(255, 255, 255, 0.94),
    0 0 8px rgba(191, 16, 41, 0.14);
}

.home3-chase-demo-subhead-divider-blue {
  color: #0a55a9;
  text-shadow:
    0 0 1px rgba(255, 255, 255, 0.94),
    0 0 8px rgba(10, 85, 169, 0.14);
}

.home3-chase-demo-subhead-blue {
  color: #0a55a9;
  font-size: 0.98em;
}

.home3-chase-demo-subhead-real {
  color: var(--pearl-white);
  font-size: 1.34em;
  letter-spacing: 0.078em;
  text-transform: uppercase;
}

.home3-chase-demo-subhead-red {
  color: var(--crimson-red);
  font-size: 0.98em;
}

.home3-chase-demo-launch {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.62rem;
  margin: 0.72rem auto 0;
  width: fit-content;
  max-width: 100%;
  padding: 0.84rem 1.42rem 0.88rem;
  border-radius: 8px;
  border: 1px solid rgba(12, 79, 159, 0.94);
  outline: 2px solid rgba(13, 99, 199, 0.24);
  outline-offset: 0;
  background: linear-gradient(180deg, #1774de 0%, #0d63c7 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    inset 0 -3px 0 rgba(8, 64, 131, 0.52),
    0 0 0 3px rgba(13, 99, 199, 0.08);
  color: #ffffff;
  font-size: clamp(1rem, 1.7vw, 1.16rem);
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0.028em;
  text-transform: none;
  text-decoration: none;
  line-height: 1;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  z-index: 3;
  cursor: pointer !important;
  pointer-events: auto !important;
  animation: none;
}

.home3-chase-demo-launch::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0.06) 38%, rgba(255, 255, 255, 0) 58%),
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.18), transparent 28%);
  pointer-events: none;
  z-index: 0;
}

.home3-chase-demo-launch::after {
  content: "";
  position: absolute;
  top: -20%;
  bottom: -20%;
  left: -24%;
  width: 24%;
  transform: translateX(-160%) skewX(-18deg);
  background: linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,0.34), rgba(255,255,255,0));
  pointer-events: none;
  z-index: 0;
  transition: transform 440ms ease;
}

.home3-chase-demo-launch > * {
  position: relative;
  z-index: 1;
}

.home3-chase-demo-launch-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 1.22em;
  line-height: 1;
  transform: translateY(-0.02em) translateX(0);
  transition: transform 220ms ease;
}

.home3-chase-demo-launch:hover,
.home3-chase-demo-launch:focus-visible {
  color: #ffffff;
  border-color: rgba(8, 64, 131, 0.98);
  outline-color: rgba(13, 99, 199, 0.32);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.26),
    inset 0 -3px 0 rgba(8, 64, 131, 0.6),
    0 0 0 4px rgba(13, 99, 199, 0.12);
  text-decoration: none;
}

.home3-chase-demo-launch:hover::after,
.home3-chase-demo-launch:focus-visible::after {
  transform: translateX(520%) skewX(-18deg);
}

.home3-chase-demo-launch:hover .home3-chase-demo-launch-arrow,
.home3-chase-demo-launch:focus-visible .home3-chase-demo-launch-arrow {
  transform: translateY(-0.02em) translateX(2px);
}

@media (max-width: 760px) {
  .home3-toggle-bar {
    width: min(100%, 22rem);
    gap: 0.45rem;
  }

  .home3-chase-demo-subhead {
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    gap: 0.32rem;
    width: min(100%, calc(100vw - 1.25rem));
    font-size: 0.94rem;
  }

  .home3-chase-demo-subhead-side {
    gap: 0.32rem;
  }

  .home3-chase-demo-subhead-real {
    min-height: 2rem;
    padding: 0.04rem 0.1rem 0.1rem;
    font-size: 1.16em;
  }

  .home3-chase-demo-subhead-blue,
  .home3-chase-demo-subhead-red {
    min-height: 1.75rem;
    letter-spacing: 0.05em;
  }

  .home3-chase-demo-subhead-divider {
    font-size: 1.08em;
  }
}

.home3-chase-demo-head strong {
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.home3-chase-demo-stage {
  position: relative;
  height: clamp(25.5rem, 40vw, 29rem);
  border-radius: 1.6rem;
  background:
    radial-gradient(circle at top right, rgba(13, 99, 199, 0.08), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 248, 255, 0.96));
  border: 1px solid rgba(19, 35, 61, 0.07);
  overflow: hidden;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.88);
}

.home3-chase-demo-panel {
  align-self: center;
  width: min(100%, 960px);
  margin: 0 auto;
}

.home3-chase-cta {
  display: flex;
  justify-content: center;
  margin-top: 0.9rem;
  padding: 0.4rem 0 0;
}

.home3-chase-cta-button {
  width: auto;
  max-width: 100%;
  min-width: min(100%, 22rem);
  min-height: 3.55rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.72rem;
  padding: 1.02rem 1.9rem 1.08rem;
  position: relative;
  overflow: hidden;
  border: 2px solid rgba(191, 16, 41, 0.95);
  border-radius: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(244, 249, 255, 0.98));
  box-shadow:
    5px 5px 0 rgba(191, 16, 41, 0.9),
    0 14px 24px rgba(19, 35, 61, 0.08);
  color: var(--shiny-blue);
  font-size: 1.02rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-shadow: none;
  text-decoration: none;
  text-transform: none;
  cursor: pointer;
  isolation: isolate;
  transition:
    transform 160ms ease,
    box-shadow 160ms ease,
    background 160ms ease,
    border-color 160ms ease,
    color 160ms ease,
    filter 160ms ease;
}

.home3-chase-cta-button::before,
.home3-chase-cta-button::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.home3-chase-cta-button::before {
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0)),
    radial-gradient(circle at top left, rgba(13, 99, 199, 0.08), transparent 36%);
  z-index: -1;
}

.home3-chase-cta-button::after {
  inset: auto 0 0 0;
  height: 0.26rem;
  background: rgba(191, 16, 41, 0.98);
  z-index: -1;
}

.home3-chase-cta-button:hover {
  transform: translate(-1px, -1px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(247, 251, 255, 1));
  box-shadow:
    6px 6px 0 rgba(191, 16, 41, 0.95),
    0 16px 28px rgba(19, 35, 61, 0.1);
  color: #0a58b8;
  border-color: rgba(191, 16, 41, 1);
  filter: none;
}

.home3-chase-cta-button:active {
  transform: translate(0, 0);
  box-shadow:
    3px 3px 0 rgba(191, 16, 41, 0.9),
    0 9px 16px rgba(19, 35, 61, 0.08);
}

.home3-chase-story {
  position: absolute;
  inset: 1rem 1rem 1.1rem 1rem;
}

.home3-chase-screen {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transform: translateY(0.9rem);
  transition: opacity 420ms ease, transform 420ms ease;
}

.home3-chase-screen.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.home3-chase-screen-choose {
  display: grid;
  grid-template-rows: auto 1fr;
  min-height: 0;
}

.home3-chase-screen-label {
  display: block;
  margin-bottom: 0.85rem;
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--crimson-red);
}

.home3-chase-set-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}

.home3-chase-set-option {
  display: grid;
  gap: 0.55rem;
  justify-items: center;
  padding: 0.62rem 0.62rem 0.78rem;
  border-radius: 1.2rem;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(19, 35, 61, 0.08);
  box-shadow: 0 16px 30px rgba(19, 35, 61, 0.08);
  transform: translateY(0);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.home3-chase-set-option.is-hovering {
  transform: translateY(-0.12rem);
  border-color: rgba(13, 99, 199, 0.28);
  box-shadow:
    0 0 0 3px rgba(13, 99, 199, 0.08),
    0 18px 34px rgba(19, 35, 61, 0.1);
}

.home3-chase-set-option.is-selected {
  transform: translateY(-0.2rem);
  border-color: rgba(13, 99, 199, 0.42);
  box-shadow:
    0 0 0 5px rgba(191, 16, 41, 0.16),
    0 0 22px rgba(13, 99, 199, 0.12),
    0 22px 38px rgba(19, 35, 61, 0.14);
}

.home3-chase-set-option.is-confirmed {
  border-color: rgba(13, 99, 199, 0.52);
  box-shadow:
    0 0 0 6px rgba(13, 99, 199, 0.18),
    0 0 34px rgba(13, 99, 199, 0.24),
    0 0 18px rgba(191, 16, 41, 0.14),
    0 22px 40px rgba(19, 35, 61, 0.16);
  animation: home3-chase-select-confirm 760ms cubic-bezier(.2,.8,.2,1);
}

.home3-chase-set-option-art {
  width: 6.5rem;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.home3-chase-set-option-art img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.home3-chase-set-option-art span {
  font-size: 1.4rem;
  font-weight: 900;
  color: rgba(19, 35, 61, 0.44);
}

.home3-chase-set-option strong {
  font-size: 0.86rem;
  line-height: 1.15;
  text-align: center;
  color: #13233d;
}

.home3-chase-screen-topline {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.85rem;
}

.home3-chase-screen-count {
  font-size: 0.88rem;
  font-weight: 800;
  color: var(--shiny-blue);
}

.home3-chase-card-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 0.6rem 0.45rem;
  min-height: 0;
}

.home3-chase-pick-card {
  display: grid;
  align-content: center;
  gap: 0;
  justify-items: center;
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  transform: translateY(0);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.home3-chase-pick-card.is-selected {
  transform: translateY(-0.2rem);
}

.home3-chase-pick-card.is-confirmed {
  animation: home3-chase-select-confirm 760ms cubic-bezier(.2,.8,.2,1);
}

.home3-chase-pick-card-art {
  width: min(100%, 8rem);
  aspect-ratio: 0.72;
  border-radius: 0.9rem;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(251, 253, 255, 0.98), rgba(240, 246, 255, 0.98));
  border: 1px solid rgba(19, 35, 61, 0.08);
  transition: transform 260ms ease, border-color 260ms ease, box-shadow 260ms ease;
}

.home3-chase-pick-card-art img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.home3-chase-pick-card strong {
  display: none;
}

@media (min-width: 761px) {
  .home3-chase-card-grid .home3-chase-pick-card:nth-child(n+11) {
    display: none;
  }

  .home3-chase-pick-card.is-selected,
  .home3-chase-pick-card.is-confirmed {
    border-color: transparent;
    box-shadow: none;
  }

  .home3-chase-pick-card.is-selected .home3-chase-pick-card-art {
    border-color: rgba(191, 16, 41, 0.56);
    box-shadow:
      0 0 0 5px rgba(13, 99, 199, 0.18),
      0 0 18px rgba(191, 16, 41, 0.14),
      0 12px 26px rgba(19, 35, 61, 0.14);
  }

  .home3-chase-pick-card.is-confirmed .home3-chase-pick-card-art {
    border-color: rgba(191, 16, 41, 0.78);
    box-shadow:
      0 0 0 6px rgba(13, 99, 199, 0.24),
      0 0 22px rgba(191, 16, 41, 0.2),
      0 14px 28px rgba(19, 35, 61, 0.18);
  }
}

.home3-home-grid {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 0.82rem 0.4rem;
  align-content: center;
  justify-items: center;
}

.home3-home-card {
  position: relative;
  min-width: 0;
  min-height: 0;
  width: 100%;
  display: grid;
  justify-items: center;
}

.home3-home-card-inner {
  position: relative;
  width: clamp(6.4rem, 10vw, 8.35rem);
  aspect-ratio: 0.72;
  perspective: 1200px;
  transform-style: preserve-3d;
}

.home3-home-card .chasers-card-face {
  position: absolute;
  inset: 0;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(252, 253, 255, 0.98), rgba(240, 245, 255, 0.98));
  box-shadow: 0 16px 28px rgba(19, 35, 61, 0.12);
}

.home3-home-card .chasers-card-face-back img,
.home3-home-card .chasers-card-face-front img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.home3-home-card .chasers-card-face-front img {
  background: linear-gradient(180deg, rgba(255,255,255,0.96), rgba(247, 250, 255, 0.98));
}

.home3-home-card .home3-home-card-inner {
  transition: transform 860ms cubic-bezier(.2,.8,.2,1);
}

.home3-home-card.is-visible .home3-home-card-inner {
  transform: rotateY(180deg);
}

.home3-home-card.is-vaulted {
  animation: chasers-boom 760ms cubic-bezier(.2,.8,.2,1);
}

.home3-home-hit {
  position: absolute;
  top: 0.62rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
  padding: 0.34rem 0.64rem;
  border-radius: 999px;
  background: rgba(251, 253, 255, 0.98);
  border: 1px solid rgba(191, 16, 41, 0.34);
  color: var(--crimson-red);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  box-shadow:
    0 0 0 4px rgba(13, 99, 199, 0.12),
    0 12px 26px rgba(19, 35, 61, 0.16);
  animation: chasers-hit-badge-pop 420ms cubic-bezier(.2,.8,.2,1);
  white-space: nowrap;
}

@keyframes home3-chase-select-confirm {
  0% {
    transform: translateY(-0.18rem) scale(1);
    filter: brightness(1);
  }
  35% {
    transform: translateY(-0.28rem) scale(1.03);
    filter: brightness(1.08);
  }
  100% {
    transform: translateY(-0.2rem) scale(1);
    filter: brightness(1);
  }
}

.home3-rip-stage {
  display: grid;
  gap: 0.75rem;
  padding: 1.35rem 1.5rem 1.2rem;
  border-radius: 2rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 248, 252, 0.98));
  border: 1px solid rgba(19, 35, 61, 0.08);
  box-shadow: 0 28px 70px rgba(19, 35, 61, 0.1);
}

.home3-rip-rail {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.1rem;
}

.home3-rip-slot {
  position: relative;
  min-height: 22.5rem;
  display: grid;
  place-items: center;
  padding: 1rem 1rem 2.9rem;
  border-radius: 1.5rem;
  background: rgba(248, 249, 252, 0.92);
  border: 1px solid rgba(19, 35, 61, 0.08);
  opacity: 0.55;
  transform: scale(0.98);
  transition: opacity 220ms ease, transform 220ms ease, box-shadow 220ms ease;
}

.home3-rip-slot.is-active {
  opacity: 1;
  transform: scale(1);
  box-shadow: 0 22px 48px rgba(19, 35, 61, 0.12);
}

.home3-rip-pack-image {
  position: absolute;
  width: min(90%, 14.5rem);
  transition: opacity 220ms ease, transform 220ms ease;
}

.home3-rip-pack-image.is-open,
.home3-rip-reveal-card {
  opacity: 0;
}

.home3-rip-slot.is-active .home3-rip-pack-image.is-closed {
  opacity: 0;
  transform: translateY(1.4rem) scale(0.96);
}

.home3-rip-slot.is-active .home3-rip-pack-image.is-open {
  opacity: 1;
}

.home3-rip-reveal-card {
  position: absolute;
  z-index: 3;
  width: min(62%, 9.8rem);
  top: 22%;
  left: 50%;
  transform: translate(-50%, 3rem) scale(0.82);
  filter: drop-shadow(0 24px 30px rgba(19, 35, 61, 0.18));
  transition: opacity 220ms ease, transform 220ms ease;
}

.home3-rip-slot.is-active .home3-rip-reveal-card {
  opacity: 1;
  transform: translate(-50%, -0.45rem) scale(1);
}

.home3-rip-caption {
  position: absolute;
  left: 1.1rem;
  right: 1.1rem;
  bottom: 1rem;
  text-align: center;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  flex-wrap: wrap;
  padding: 0.38rem 0.7rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(19, 35, 61, 0.08);
  box-shadow: 0 12px 28px rgba(19, 35, 61, 0.12);
  backdrop-filter: blur(10px);
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.home3-rip-caption strong,
.home3-rip-caption span,
.home3-rip-caption small {
  display: inline-block;
  margin: 0;
}

.home3-rip-caption strong {
  color: #13233d;
  font-size: 0.8rem;
  font-weight: 700;
  max-width: 9rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home3-rip-caption small {
  color: rgba(19, 35, 61, 0.62);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.home3-rip-slot.is-active .home3-rip-caption {
  opacity: 1;
  transform: translateY(0);
}

.home3-toggle {
  border: 1px solid rgba(19, 35, 61, 0.12);
  background: rgba(255, 255, 255, 0.72);
  color: #13233d;
  border-radius: 999px;
  padding: 0.82rem 1.2rem;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(19, 35, 61, 0.08);
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.home3-toggle.is-active {
  background: rgba(255, 255, 255, 0.72);
  color: #13233d;
  box-shadow: 0 10px 24px rgba(19, 35, 61, 0.08);
}

.home3-toggle:hover {
  transform: translateY(-1px);
  border-color: rgba(13, 99, 199, 0.28);
  box-shadow: 0 14px 28px rgba(19, 35, 61, 0.12);
}

.home3-pack-summary {
  text-align: center;
}

.home3-pack-summary h2 {
  font-size: clamp(1.38rem, 2vw, 1.95rem);
  line-height: 1.18;
}

.home3-pack-summary h2 span {
  display: block;
  width: fit-content;
  margin: 0.62rem auto 0;
  padding: 0.12rem 0 0.18rem;
  font-size: 1.02em;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #0f1d34;
  border-top: 1px solid rgba(13, 99, 199, 0.18);
  border-bottom: 1px solid rgba(191, 16, 41, 0.18);
  box-shadow: 0 10px 28px rgba(19, 35, 61, 0.08);
}

.home3-panels {
  position: relative;
  min-height: 44rem;
}

.home3-panel {
  display: none;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 1.15rem;
  padding: 1.45rem;
  border-radius: 1.9rem;
  background:
    radial-gradient(circle at top right, rgba(13, 99, 199, 0.07), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 255, 0.97));
  border: 1px solid rgba(19, 35, 61, 0.08);
  box-shadow: 0 22px 54px rgba(19, 35, 61, 0.08);
  min-height: 44rem;
  align-content: start;
}

.home3-panel.is-active {
  display: grid;
}

.home3-panel-rip {
  grid-template-columns: 1fr;
  gap: 1.1rem;
}

#home3-panel-search,
#home3-panel-analytics {
  grid-template-columns: 1fr;
  gap: 1.25rem;
  align-content: start;
}

.home3-panel-rip-top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: end;
}

.home3-tab-intro {
  display: grid;
  gap: 0.8rem;
  width: min(100%, 44rem);
  margin: 0 auto;
  text-align: center;
}

.home3-panel-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: end;
}

.home3-panel-copy-wide p {
  max-width: 38rem;
  margin-left: 0;
  margin-right: 0;
}

.home3-panel-actions-hero {
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
}

.home3-flow-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: 0.15rem;
  padding: 0.35rem 0;
  border-top: 1px solid rgba(19, 35, 61, 0.08);
  border-bottom: 1px solid rgba(19, 35, 61, 0.08);
}

.home3-flow-strip-rip {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home3-flow-item {
  display: grid;
  gap: 0.3rem;
  padding: 0.9rem 1rem;
  min-width: 0;
}

.home3-flow-item + .home3-flow-item {
  border-left: 1px solid rgba(19, 35, 61, 0.08);
}

.home3-flow-item span {
  color: #0d63c7;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.home3-flow-item strong {
  color: #13233d;
  font-size: 0.94rem;
  line-height: 1.18;
}

.home3-flow-item small {
  color: rgba(19, 35, 61, 0.68);
  font-size: 0.8rem;
  line-height: 1.3;
}

.home3-rip-section {
  display: grid;
  gap: 1.15rem;
  padding: 1.35rem 0 0.35rem;
  width: min(100%, 1080px);
  margin: 0 auto;
}

.home3-rip-section-head {
  display: grid;
  gap: 0.5rem;
  max-width: 36rem;
}

.home3-rip-section-head h4 {
  margin: 0;
  color: #13233d;
  font-size: clamp(1.45rem, 2.35vw, 2.15rem);
  line-height: 1.02;
  letter-spacing: -0.03em;
}

.home3-rip-section-head p {
  margin: 0;
  color: rgba(19, 35, 61, 0.64);
  font-size: 0.96rem;
  line-height: 1.45;
}

.home3-section-label-large {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-size: 0.9rem;
  letter-spacing: 0.18em;
}

.home3-section-label-fair img {
  width: 2.35rem;
  height: 2.35rem;
  object-fit: contain;
}

.home3-rip-section-compare .home3-rip-section-head h4,
.home3-rip-section-fair .home3-rip-section-head h4 {
  font-size: clamp(1.7rem, 2.7vw, 2.45rem);
}

.home3-chase-ticker {
  margin-top: 0.15rem;
  background: linear-gradient(90deg, #112240, #0d63c7 52%, #bf1029);
  box-shadow: 0 16px 34px rgba(13, 99, 199, 0.14);
}

.home3-chase-ticker .home3-ticker-group span {
  font-weight: 700;
}

.home3-compare-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(8rem, 10rem) minmax(0, 1fr);
  gap: 1.25rem;
  align-items: center;
}

.home3-compare-card {
  display: grid;
  place-items: center;
  min-height: 15.25rem;
  padding: 1rem;
  border-radius: 1.6rem;
  background:
    radial-gradient(circle at top right, rgba(13, 99, 199, 0.06), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(246, 249, 255, 0.9));
  border: 1px solid rgba(19, 35, 61, 0.07);
  box-shadow: 0 16px 34px rgba(19, 35, 61, 0.06);
}

.home3-compare-card-chase {
  background:
    radial-gradient(circle at top right, rgba(13, 99, 199, 0.06), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(246, 249, 255, 0.9));
}

.home3-compare-card-real {
  background:
    radial-gradient(circle at top right, rgba(13, 99, 199, 0.06), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(246, 249, 255, 0.9));
}

.home3-compare-image {
  display: block;
  width: min(100%, 24rem);
  height: auto;
  object-fit: contain;
}

.home3-compare-divider {
  display: grid;
  place-items: center;
  align-self: stretch;
}

.home3-compare-divider img {
  display: block;
  width: min(8.75rem, 100%);
  height: auto;
  filter: drop-shadow(0 18px 30px rgba(19, 35, 61, 0.08));
}

.home3-vault-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.home3-fair-rail {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
  align-items: start;
}

.home3-fair-stage {
  display: grid;
  gap: 0.95rem;
  min-height: 100%;
  grid-template-rows: auto 1fr;
}

.home3-fair-stage-visual {
  display: grid;
  place-items: center;
  min-height: 14.5rem;
  padding: 0.25rem 0;
  align-self: center;
  justify-self: center;
  width: min(100%, 18.5rem);
}

.home3-fair-stage-visual img {
  display: block;
  width: min(100%, 18.25rem);
  height: auto;
}

.home3-fair-stage-visual-pack {
  overflow: hidden;
  align-items: start;
}

.home3-fair-pack-result {
  position: relative;
  width: min(100%, 19.6rem);
  height: 11.8rem;
  margin-top: -0.15rem;
}

.home3-fair-pack-card {
  position: absolute;
  top: 0;
  width: 8.2rem;
  max-width: 42%;
  box-shadow: 0 18px 30px rgba(19, 35, 61, 0.22);
}

.home3-fair-pack-card-left {
  left: 0.55rem;
  transform: rotate(-13deg) translateY(0.18rem);
  z-index: 1;
}

.home3-fair-pack-card-center {
  left: 50%;
  width: 8.2rem;
  max-width: 42%;
  transform: translateX(-50%) rotate(-1deg) translateY(0);
  z-index: 3;
}

.home3-fair-pack-card-right {
  right: 0.55rem;
  transform: rotate(12deg) translateY(0.18rem);
  z-index: 2;
}

.home3-fair-verify {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.32rem;
  justify-items: center;
  margin-top: 1.15rem;
}

.home3-fair-verify .home3-fair-stage-visual {
  min-height: 11rem;
}

.home3-fair-verify .home3-fair-stage-visual img {
  width: min(100%, 20.5rem);
}

.home3-fair-verify .home3-fair-copy {
  justify-items: center;
  text-align: center;
  max-width: 32rem;
  padding-top: 0;
}

.home3-fair-copy {
  display: grid;
  gap: 0.48rem;
  padding: 0 0.2rem;
}

.home3-fair-copy strong {
  color: #13233d;
  font-size: 1rem;
  line-height: 1.12;
}

.home3-fair-copy p {
  margin: 0;
  color: rgba(19, 35, 61, 0.68);
  font-size: 0.9rem;
  line-height: 1.42;
}

.home3-vault-card {
  display: grid;
  grid-template-rows: 14.5rem auto;
  align-items: stretch;
  min-height: 100%;
  padding: 1rem;
  border-radius: 1.7rem;
  background:
    radial-gradient(circle at top right, rgba(13, 99, 199, 0.05), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(247, 250, 255, 0.92));
  border: 1px solid rgba(19, 35, 61, 0.07);
  box-shadow: 0 18px 36px rgba(19, 35, 61, 0.05);
}

.home3-vault-copy {
  display: grid;
  gap: 0.55rem;
  padding: 1rem 0.25rem 0.2rem;
}

.home3-vault-copy strong {
  color: #13233d;
  font-size: 1.12rem;
}

.home3-vault-copy p {
  margin: 0;
  color: rgba(19, 35, 61, 0.72);
  font-size: 0.92rem;
  line-height: 1.45;
}

.home3-vault-visual {
  display: grid;
  place-items: center;
  min-height: 100%;
  border-radius: 1.35rem;
  background:
    radial-gradient(circle at top right, rgba(13, 99, 199, 0.06), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(244, 248, 255, 0.94));
  border: 1px solid rgba(19, 35, 61, 0.06);
  overflow: hidden;
}

.home3-vault-icon-shell {
  width: min(100%, 25rem);
  height: min(100%, 16rem);
  display: grid;
  place-items: center;
  padding: 0;
}

.home3-vault-visual img,
.home3-platform-visual img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 15.25rem;
  object-fit: contain;
}

.home3-platform-band {
  width: min(1180px, calc(100vw - 2rem));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.home3-platform-card {
  display: grid;
  gap: 0.6rem;
  padding: 1rem;
  border-radius: 1.45rem;
  background:
    radial-gradient(circle at top right, rgba(13, 99, 199, 0.06), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(246, 249, 255, 0.94));
  border: 1px solid rgba(19, 35, 61, 0.08);
  box-shadow: 0 18px 40px rgba(19, 35, 61, 0.06);
}

.home3-platform-card strong {
  color: #13233d;
  font-size: 1rem;
}

.home3-platform-card span {
  color: rgba(19, 35, 61, 0.7);
  font-size: 0.84rem;
}

.home3-platform-visual {
  position: relative;
  min-height: 10.75rem;
  border-radius: 1.2rem;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(19, 35, 61, 0.07);
  overflow: hidden;
}

.home3-platform-card-fanstage {
  position: absolute;
  left: 50%;
  bottom: 0.7rem;
  width: 7rem;
  height: 6.9rem;
  transform: translateX(-50%);
}

.home3-platform-card-fan {
  position: absolute;
  bottom: 0;
  width: 100%;
  border-radius: 0.9rem;
  box-shadow: 0 16px 26px rgba(19, 35, 61, 0.14);
  object-fit: contain;
  background: #fff;
}

.home3-platform-card-fan-left {
  left: 0;
  transform: rotate(-32deg) translateY(-0.5rem);
  transform-origin: bottom center;
  z-index: 1;
}

.home3-platform-card-fan-center {
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}

.home3-platform-card-fan-right {
  right: 0;
  transform: rotate(32deg) translateY(-0.5rem);
  transform-origin: bottom center;
  z-index: 2;
}

.home3-platform-search-bar {
  position: absolute;
  left: 0.85rem;
  right: 0.85rem;
  top: 0.85rem;
  padding: 0.7rem 0.9rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(19, 35, 61, 0.08);
  color: #13233d;
  display: flex;
  align-items: center;
  gap: 0.55rem;
  font-size: 0.82rem;
}

.home3-platform-search-bar span {
  color: rgba(19, 35, 61, 0.46);
}

.home3-platform-search-bar strong {
  color: #13233d;
  font-size: 0.84rem;
  font-weight: 700;
}

.home3-platform-search-card {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  top: 3.2rem;
  border-radius: 1rem;
  display: grid;
  grid-template-columns: 4.8rem minmax(0, 1fr);
  gap: 0.8rem;
  align-items: center;
  padding: 0.8rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(243, 247, 255, 0.95));
  border: 1px solid rgba(19, 35, 61, 0.08);
  box-shadow: 0 14px 28px rgba(19, 35, 61, 0.08);
}

.home3-platform-search-card img {
  width: 100%;
  border-radius: 0.8rem;
  display: block;
}

.home3-platform-search-copy {
  display: grid;
  gap: 0.16rem;
}

.home3-platform-search-copy strong {
  color: #13233d;
  font-size: 0.92rem;
}

.home3-platform-search-copy span,
.home3-platform-search-copy small {
  color: rgba(19, 35, 61, 0.68);
  font-size: 0.76rem;
}

.home3-platform-insights-head {
  position: absolute;
  left: 0.95rem;
  top: 0.9rem;
  z-index: 2;
}

.home3-platform-insights-head span {
  color: #13233d;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.home3-platform-chart {
  position: absolute;
  inset: 2rem 0.75rem 0.8rem;
  width: calc(100% - 1.5rem);
  height: calc(100% - 2.8rem);
}

.home3-platform-chart-line {
  fill: none;
  stroke: #0d63c7;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.home3-platform-chart-fill {
  fill: url(#home3PlatformFill);
}

.home3-platform-note {
  color: rgba(19, 35, 61, 0.62);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.home3-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.home3-detail-grid-rip {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home3-detail-card {
  display: grid;
  gap: 0.38rem;
  padding: 0.95rem 1rem;
  border-radius: 1.2rem;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(19, 35, 61, 0.08);
  box-shadow: 0 14px 32px rgba(19, 35, 61, 0.05);
}

.home3-detail-card-accent {
  background:
    radial-gradient(circle at top right, rgba(191, 16, 41, 0.08), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(246, 249, 255, 0.86));
}

.home3-detail-card strong {
  color: #13233d;
  font-size: 0.92rem;
  line-height: 1.25;
}

.home3-detail-card p {
  margin: 0;
  color: rgba(19, 35, 61, 0.72);
  font-size: 0.86rem;
  line-height: 1.45;
}

.home3-side-stack {
  display: grid;
  gap: 0.85rem;
  align-content: start;
}

.home3-spotlight-card {
  display: grid;
  grid-template-columns: 4.8rem minmax(0, 1fr);
  gap: 0.9rem;
  align-items: center;
  padding: 0.95rem;
  border-radius: 1.2rem;
  background:
    radial-gradient(circle at top right, rgba(13, 99, 199, 0.07), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(245, 248, 255, 0.9));
  border: 1px solid rgba(19, 35, 61, 0.08);
  box-shadow: 0 14px 30px rgba(19, 35, 61, 0.05);
}

.home3-spotlight-card img {
  width: 100%;
  border-radius: 0.85rem;
}

.home3-spotlight-card strong,
.home3-spotlight-card span,
.home3-spotlight-card small {
  display: block;
}

.home3-spotlight-card strong {
  color: #13233d;
  font-size: 0.95rem;
}

.home3-spotlight-card span,
.home3-spotlight-card small {
  margin-top: 0.22rem;
  color: rgba(19, 35, 61, 0.72);
}

.home3-inline-points {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 0.85rem;
}

.home3-chase-subline {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.home3-chase-subline p {
  margin: 0;
}

.home3-chase-proof-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.52rem;
  color: rgba(19, 35, 61, 0.88);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.home3-chase-proof-tag img {
  width: 1.42rem;
  height: 1.42rem;
  object-fit: contain;
  flex: 0 0 auto;
}

.home3-inline-points span {
  display: inline-flex;
  align-items: center;
  padding: 0.48rem 0.78rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(19, 35, 61, 0.08);
  color: rgba(19, 35, 61, 0.84);
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.2;
}

.home3-inline-point-proof {
  gap: 0.55rem;
}

.home3-inline-point-proof img {
  width: 1.5rem;
  height: 1.5rem;
  object-fit: contain;
  flex: 0 0 auto;
}

.home3-flow-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: 0.15rem;
  padding: 0.35rem 0;
  border-top: 1px solid rgba(19, 35, 61, 0.08);
  border-bottom: 1px solid rgba(19, 35, 61, 0.08);
}

.home3-flow-strip-rip {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home3-flow-item {
  display: grid;
  gap: 0.3rem;
  padding: 0.9rem 1rem;
  min-width: 0;
}

.home3-flow-item + .home3-flow-item {
  border-left: 1px solid rgba(19, 35, 61, 0.08);
}

.home3-flow-item span {
  color: #0d63c7;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.home3-flow-item strong {
  color: #13233d;
  font-size: 0.94rem;
  line-height: 1.18;
}

.home3-flow-item small {
  color: rgba(19, 35, 61, 0.68);
  font-size: 0.8rem;
  line-height: 1.3;
}

.home3-panel-copy h3 {
  font-size: clamp(1.7rem, 2.3vw, 2.7rem);
}

.home3-panel-actions {
  display: flex;
  gap: 0.85rem;
  flex-wrap: wrap;
  margin-top: 1.25rem;
}

.home3-panel-actions-tab {
  justify-content: center;
  margin-top: 0;
}

.home3-panel-actions-inline {
  margin-top: 1rem;
}

.home3-panel-actions-inline .primary-button {
  min-width: 0;
  padding-inline: 1.2rem;
}

.home3-search-stack,
.home3-insights-stack {
  display: grid;
  gap: 1rem;
  width: min(100%, 980px);
  margin: 0 auto;
}

#home3-panel-search .home3-search-stack,
#home3-panel-analytics .home3-insights-stack {
  width: 100%;
  max-width: 980px;
}

.home3-points {
  margin: 1rem 0 0;
  padding-left: 1.15rem;
  color: rgba(19, 35, 61, 0.78);
  line-height: 1.8;
}

.home3-ticker {
  overflow: hidden;
  border-radius: 999px;
  background: #13233d;
  color: #fff;
  margin-top: 0.15rem;
  position: relative;
  z-index: 0;
}

.home3-ticker-track {
  display: flex;
  width: max-content;
  white-space: nowrap;
  animation: home3Ticker 56s linear infinite;
  will-change: transform;
}

.home3-ticker-group {
  display: inline-flex;
  align-items: center;
  gap: 2.6rem;
  padding: 0.92rem 1.35rem;
}

.home3-search-showcase,
.home3-analytics-grid,
.home3-insights-visual {
  display: grid;
  gap: 1rem;
}

.home3-search-showcase {
  grid-template-columns: 1fr;
}

.home3-card-preview,
.home3-analytics-card,
.home3-search-demo,
.home3-insights-visual {
  padding: 1rem;
  border-radius: 1.2rem;
  background: rgba(248, 249, 252, 0.92);
  border: 1px solid rgba(19, 35, 61, 0.08);
}

.home3-card-preview img,
.home3-search-demo-result img {
  width: 100%;
  border-radius: 1rem;
  object-fit: cover;
}

.home3-card-preview strong,
.home3-analytics-card strong {
  display: block;
  color: #13233d;
  font-size: 1.05rem;
}

.home3-card-preview span,
.home3-card-preview em,
.home3-analytics-card span,
.home3-analytics-card small {
  display: block;
  margin-top: 0.35rem;
  color: rgba(19, 35, 61, 0.72);
}

.home3-analytics-card.accent {
  background: linear-gradient(135deg, rgba(13, 99, 199, 0.08), rgba(191, 16, 41, 0.08));
}

.home3-rip-fan {
  display: grid;
  place-items: center;
}

.home3-pack-fan {
  position: relative;
  width: min(100%, 24rem);
  height: 19.8rem;
}

.home3-pack-fan-card {
  position: absolute;
  top: 0;
  left: 50%;
  width: 12rem;
  padding: 0.8rem;
  border-radius: 1.4rem;
  background: transparent;
  border: 0;
  box-shadow: none;
  transform-origin: bottom center;
}

.home3-pack-fan-card img {
  display: block;
  width: 100%;
}

.home3-pack-fan-card span {
  display: inline-flex;
  position: absolute;
  left: 50%;
  bottom: -1.8rem;
  transform: translateX(-50%);
  padding: 0.3rem 0.6rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(19, 35, 61, 0.08);
  text-align: center;
  font-weight: 700;
  color: #13233d;
  font-size: 0.78rem;
}

.home3-pack-fan-card-starter {
  transform: translateX(-96%) translateY(0.2rem) rotate(-13deg);
}

.home3-pack-fan-card-premium {
  transform: translateX(-50%) translateY(-0.4rem) rotate(0deg);
  z-index: 2;
}

.home3-pack-fan-card-legendary {
  transform: translateX(-4%) translateY(0.2rem) rotate(13deg);
}

.home3-search-demo {
  display: grid;
  gap: 1rem;
  min-height: 18rem;
}

.home3-search-results-stack {
  display: grid;
  gap: 0.85rem;
}

.home3-search-demo-bar {
  display: grid;
  gap: 0.65rem;
  padding: 0.85rem 1rem;
  border-radius: 1.2rem;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(19, 35, 61, 0.08);
}

.home3-search-demo-label {
  color: rgba(19, 35, 61, 0.62);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home3-search-demo-input {
  position: relative;
  height: 3rem;
  min-height: 3rem;
  display: flex;
  align-items: center;
  padding: 0.75rem 1rem;
  border-radius: 999px;
  background: rgba(248, 249, 252, 0.95);
  border: 1px solid rgba(19, 35, 61, 0.08);
  overflow: hidden;
}

.home3-search-demo-input span,
.home3-search-demo-input strong {
  color: #13233d;
}

.home3-search-demo-input span {
  color: rgba(19, 35, 61, 0.48);
}

.home3-search-demo-input strong {
  line-height: 1;
  position: relative;
  white-space: nowrap;
}

.home3-search-demo-input strong::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 1.05rem;
  margin-left: 0.18rem;
  background: #13233d;
  vertical-align: -0.12rem;
  animation: home3CursorBlink 1s steps(1) infinite;
}

.home3-search-demo-result {
  display: grid;
  gap: 1rem;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 220ms ease, transform 220ms ease;
}

.home3-search-demo-result.is-hidden {
  display: none;
  opacity: 0;
  transform: translateY(0.6rem);
  pointer-events: none;
}

.home3-search-rail,
.home3-insights-rail {
  display: grid;
  gap: 1rem;
}

.home3-scroll-points {
  display: grid;
  gap: 0.55rem;
}

.home3-scroll-line {
  display: grid;
  gap: 0.15rem;
  padding: 0.9rem 0;
  border-bottom: 1px solid rgba(19, 35, 61, 0.08);
}

.home3-scroll-line strong {
  color: #13233d;
  font-size: 0.95rem;
}

.home3-scroll-line span {
  color: rgba(19, 35, 61, 0.68);
  font-size: 0.82rem;
}

.home3-search-demo-top {
  display: grid;
  grid-template-columns: minmax(7.2rem, 8.6rem) minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
}

.home3-search-demo-top img {
  width: 100%;
  border-radius: 1rem;
  object-fit: contain;
}

.home3-search-demo-copy strong {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0.45rem;
  color: #13233d;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: -0.04em;
}

.home3-search-demo-copy strong span {
  color: #13233d;
  font-size: 0.7em;
}

.home3-search-demo-copy em {
  display: block;
  margin-top: 0.6rem;
  color: rgba(19, 35, 61, 0.72);
  font-size: 0.86rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.45;
}

.home3-search-demo-section {
  display: grid;
  gap: 0.75rem;
  padding-top: 0.9rem;
  border-top: 1px solid rgba(13, 99, 199, 0.12);
}

.home3-search-demo-section-pop {
  margin-top: 0.1rem;
  padding: 0.95rem 1rem 1rem;
  border: 1px solid rgba(13, 99, 199, 0.14);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(247, 250, 255, 0.96), rgba(255, 255, 255, 0.98));
}

.home3-search-demo-section-label {
  margin: 0;
  color: #0d63c7;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.home3-search-demo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
}

.home3-search-demo-metric {
  display: grid;
  gap: 0.35rem;
  padding: 0.85rem 0.95rem;
  border-right: 1px solid rgba(13, 99, 199, 0.12);
  border-bottom: 1px solid rgba(13, 99, 199, 0.12);
}

.home3-search-demo-metric:nth-child(3n) {
  border-right: 0;
}

.home3-search-demo-metric span {
  color: #0d63c7;
  font-size: 0.76rem;
  font-weight: 700;
}

.home3-search-demo-metric strong {
  color: #13233d;
  font-size: 0.98rem;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.home3-search-demo-chart-shell {
  position: relative;
  min-height: 13rem;
}

.home3-search-demo-chart-shell canvas {
  width: 100% !important;
  height: 100% !important;
}

.home3-search-demo-sales {
  display: grid;
  gap: 0;
}

.home3-search-demo-sale {
  display: block;
  padding: 0.7rem 0;
  border-top: 1px solid rgba(13, 99, 199, 0.1);
  color: inherit;
  text-decoration: none;
}

.home3-search-demo-sale:first-child {
  border-top: 0;
  padding-top: 0;
}

.home3-search-demo-sale-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
}

.home3-search-demo-sale-top span {
  color: #0d63c7;
  font-size: 0.72rem;
  font-weight: 700;
}

.home3-search-demo-sale-top strong {
  color: #13233d;
  font-size: 0.95rem;
  font-weight: 700;
}

.home3-search-demo-sale p {
  margin: 0.35rem 0 0;
  color: #13233d;
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1.4;
}

.home3-search-demo-sale small {
  display: block;
  margin-top: 0.35rem;
  color: rgba(19, 35, 61, 0.68);
  font-size: 0.7rem;
  font-weight: 700;
}

.home3-search-demo-pop-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
}

.home3-search-demo-pop-row span {
  color: rgba(19, 35, 61, 0.72);
  font-size: 0.85rem;
  font-weight: 600;
}

.home3-search-demo-pop-row strong {
  color: #13233d;
  font-size: 0.95rem;
}

.home3-search-list-card {
  display: grid;
  grid-template-columns: 4rem minmax(0, 1fr);
  gap: 0.85rem;
  align-items: center;
  padding: 0.8rem 0.9rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(19, 35, 61, 0.08);
}

.home3-search-list-card img {
  width: 100%;
  border-radius: 0.75rem;
}

.home3-search-list-copy strong,
.home3-search-list-copy span,
.home3-search-list-copy small {
  display: block;
}

.home3-search-list-copy strong {
  color: #13233d;
}

.home3-search-list-copy span,
.home3-search-list-copy small {
  margin-top: 0.2rem;
  color: rgba(19, 35, 61, 0.72);
}

.home3-search-demo-mini {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.home3-search-demo-mini span {
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 0.7rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  color: rgba(19, 35, 61, 0.76);
}

.home3-insights-demo-head {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
}

.home3-insights-demo-head span,
.home3-insights-demo-head strong {
  color: #13233d;
}

.home3-insights-demo-tabs {
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
}

.home3-insights-demo-tabs span {
  padding: 0.45rem 0.72rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  color: rgba(19, 35, 61, 0.72);
}

.home3-insights-demo-tabs span.is-active {
  background: #13233d;
  color: #fff;
}

.home3-chart-shell {
  position: relative;
  min-height: 18rem;
}

.home3-chart-shell canvas {
  width: 100% !important;
  height: 100% !important;
}

@keyframes home3Ticker {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

@keyframes home3CursorBlink {
  0%, 50% { opacity: 1; }
  50.01%, 100% { opacity: 0; }
}

@media (max-width: 1080px) {
  .home3-rip-rail,
  .home3-search-showcase,
  .home3-panel,
  .home3-detail-grid,
  .home3-detail-grid-rip,
  .home3-flow-strip,
  .home3-flow-strip-rip,
  .home3-panel-head,
  .home3-compare-grid,
  .home3-vault-grid,
  .home3-loop-strip,
  .home3-platform-band {
    grid-template-columns: 1fr;
  }

  .home3-panel-rip-top {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .home3-panel-actions-hero {
    justify-content: flex-start;
  }

  .home3-chase-demo-stage {
    height: 25rem;
  }

  .home3-chase-story {
    inset: 0.9rem 0.72rem 1rem 0.72rem;
  }

  .home3-flow-item + .home3-flow-item {
    border-left: 0;
    border-top: 1px solid rgba(19, 35, 61, 0.08);
  }

  .home3-compare-grid {
    position: relative;
    gap: 2.75rem;
  }

  .home3-compare-divider {
    display: grid;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    pointer-events: none;
    align-self: auto;
  }

  .home3-compare-divider img {
    width: 6rem;
    filter: drop-shadow(0 14px 20px rgba(19, 35, 61, 0.14));
  }

  .home3-panels,
  .home3-panel {
    min-height: 0;
  }

  .home3-fair-rail {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .home3-fair-verify {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .home3-shell {
    gap: 1.35rem;
  }

  .home3-hero,
  .home3-rip-stage,
  .home3-panel {
    padding: 1.2rem;
  }

  .home3-hero h1,
  .home3-pack-summary h2,
  .home3-panel-copy h3 {
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .home3-hero-logo {
    width: min(100%, 20rem);
  }

  .home3-hero-caption {
    font-size: 0.66rem;
    letter-spacing: 0.16em;
  }

  .home3-chase-demo-stage {
    height: 29rem;
  }

  .home3-chase-demo-logo {
    margin-top: -0.1rem;
    transform: translateX(clamp(-9px, -2.8vw, -6px));
    width: min(100%, 24.5rem);
    max-width: 124%;
  }

  .home3-chase-demo-entry {
    width: min(100%, 24rem);
  }

  .home3-chase-demo-subhead {
    font-size: 0.88rem;
  }

  .home3-chase-story {
    inset: 0.85rem 0.5rem 0.85rem 0.5rem;
  }

  .home3-chase-set-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem 0.55rem;
  }

  .home3-chase-set-option {
    padding: 0.58rem 0.42rem 0.68rem;
  }

  .home3-chase-set-option-art {
    width: 4.5rem;
  }

  .home3-chase-set-option strong {
    font-size: 0.72rem;
  }

  .home3-chase-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: repeat(4, minmax(0, 1fr));
    gap: 0.55rem 0.36rem;
    justify-items: center;
  }

  .home3-chase-screen-reveal .home3-home-grid {
    position: relative;
    display: block;
    --home3-mobile-main-width: min(56vw, 10.9rem);
    --home3-mobile-stack-left: calc(50% - (var(--home3-mobile-main-width) / 2));
    min-height: 20rem;
    padding-top: 1.1rem;
    padding-right: 0;
    overflow: visible;
  }

  .home3-chase-pick-card {
    padding: 0;
    gap: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    transform: none;
  }

  .home3-fair-stage-visual {
    min-height: 11.25rem;
  }

  .home3-fair-copy strong {
    font-size: 0.96rem;
  }

  .home3-fair-copy p {
    font-size: 0.87rem;
  }

  .home3-fair-stage-visual img {
    width: min(100%, 16.25rem);
  }

  .home3-fair-pack-result {
    width: min(100%, 16.2rem);
    height: 10.1rem;
  }

  .home3-fair-pack-card {
    width: 6.3rem;
    max-width: 42%;
  }

  .home3-fair-pack-card-center {
    width: 6.3rem;
  }

  .home3-chase-pick-card strong {
    display: none;
  }

  .home3-chase-pick-card-art {
    width: min(100%, 4.1rem);
    border-radius: 0.85rem;
  }

  .home3-chase-pick-card.is-selected,
  .home3-chase-pick-card.is-confirmed {
    transform: none;
    border-color: transparent;
    box-shadow: none;
  }

  .home3-chase-pick-card.is-selected .home3-chase-pick-card-art {
    border-color: rgba(191, 16, 41, 0.56);
    box-shadow:
      0 0 0 5px rgba(13, 99, 199, 0.18),
      0 0 18px rgba(191, 16, 41, 0.14),
      0 12px 26px rgba(19, 35, 61, 0.14);
  }

  .home3-chase-pick-card.is-confirmed {
    animation: home3-mobile-chase-confirm 900ms cubic-bezier(.2,.8,.2,1);
  }

  .home3-chase-pick-card.is-confirmed .home3-chase-pick-card-art {
    border-color: rgba(191, 16, 41, 0.78);
    box-shadow:
      0 0 0 6px rgba(13, 99, 199, 0.24),
      0 0 22px rgba(191, 16, 41, 0.2),
      0 14px 28px rgba(19, 35, 61, 0.18);
  }

  .home3-home-card {
    position: absolute;
    top: 1.65rem;
    left: var(--home3-mobile-stack-left);
    width: var(--home3-mobile-main-width);
    min-height: 0;
    overflow: visible;
    margin-left: 0;
    transform:
      translateX(calc(var(--stack-index) * 0.28rem))
      translateY(calc(var(--stack-index) * 0.22rem));
    transform-origin: left top;
    opacity: 0;
    transition: transform 420ms cubic-bezier(.2,.8,.2,1), opacity 220ms ease, filter 420ms cubic-bezier(.2,.8,.2,1);
  }

  .home3-home-card-inner {
    width: 100%;
    aspect-ratio: 0.72;
    transform: none !important;
    transform-style: preserve-3d;
  }

  .home3-home-card .chasers-card-face {
    border-radius: 12px;
    transition:
      opacity 180ms ease,
      transform 420ms cubic-bezier(.2,.8,.2,1),
      box-shadow 220ms ease,
      border-color 220ms ease;
  }

  .home3-home-card .chasers-card-face-front {
    opacity: 1;
    transform: translateX(0.45rem);
  }

  .home3-home-card.is-hit-card .chasers-card-face-front {
    opacity: 0;
    transform: rotateY(180deg);
  }

  .home3-home-hit {
    top: 0.42rem;
    left: 50%;
    padding: 0.2rem 0.42rem;
    font-size: 0.52rem;
    opacity: 0;
    transform: translateX(-50%);
    transition: opacity 140ms ease 120ms;
  }

  .home3-chase-screen-reveal .home3-home-card:nth-child(1).is-visible {
    transform: translateX(-6.1rem) translateY(0.2rem) rotate(-16deg);
    opacity: 1;
  }

  .home3-chase-screen-reveal .home3-home-card:nth-child(2).is-visible {
    transform: translateX(-3.55rem) translateY(-0.15rem) rotate(-10deg);
    opacity: 1;
  }

  .home3-chase-screen-reveal .home3-home-card:nth-child(3).is-visible {
    transform: translateX(-1.15rem) translateY(0.08rem) rotate(-5deg);
    opacity: 1;
  }

  .home3-chase-screen-reveal .home3-home-card:nth-child(4).is-visible {
    transform: translateX(1.35rem) translateY(-0.12rem) rotate(5deg);
    opacity: 1;
  }

  .home3-chase-screen-reveal .home3-home-card:nth-child(5).is-visible {
    transform: translateX(3.95rem) translateY(0.2rem) rotate(13deg);
    opacity: 1;
  }

  .home3-chase-screen-reveal .home3-home-card:nth-child(6).is-visible {
    transform: translateX(-5.3rem) translateY(4.7rem) rotate(-14deg);
    opacity: 1;
  }

  .home3-chase-screen-reveal .home3-home-card:nth-child(7).is-visible {
    transform: translateX(-2.8rem) translateY(4.35rem) rotate(-8deg);
    opacity: 1;
  }

  .home3-chase-screen-reveal .home3-home-card:nth-child(8).is-visible {
    transform: translateX(-0.25rem) translateY(4.55rem) rotate(-2deg);
    opacity: 1;
  }

  .home3-chase-screen-reveal .home3-home-card:nth-child(9).is-visible {
    transform: translateX(2.25rem) translateY(4.3rem) rotate(7deg);
    opacity: 1;
  }

  .home3-chase-screen-reveal .home3-home-card:nth-child(10).is-visible {
    transform: translateX(4.75rem) translateY(4.7rem) rotate(15deg);
    opacity: 1;
  }

  .home3-home-card.is-visible .chasers-card-face-back {
    display: none;
  }

  .home3-home-card.is-hit-card.is-visible .chasers-card-face-back {
    display: block;
    opacity: 1;
  }

  .home3-home-card.is-visible .chasers-card-face-front {
    opacity: 1;
    transform: translateX(0);
  }

  .home3-home-card.is-hit-card.is-visible .chasers-card-face-front {
    opacity: 0;
    transform: rotateY(180deg);
  }

  .home3-home-card.is-hit-card.is-hit-arming .chasers-card-face-back {
    display: block;
    opacity: 1;
    border-color: rgba(191, 16, 41, 0.86);
    box-shadow:
      0 0 0 3px rgba(191, 16, 41, 0.88),
      0 0 0 11px rgba(13, 99, 199, 0.14),
      0 0 28px rgba(191, 16, 41, 0.28),
      0 16px 28px rgba(13, 99, 199, 0.2);
    animation: chasers-mobile-hit-back-glow 900ms ease-in-out infinite alternate;
  }

  .home3-home-card.is-hit-card.is-hit-arming,
  .home3-home-card.is-hit-live.is-vaulted {
    transform:
      translateX(0rem)
      translateY(3.1rem)
      rotate(0deg);
    z-index: 24;
  }

  .home3-chase-screen-reveal .home3-home-card.is-vaulted {
    animation: none;
  }

  .home3-home-card.is-hit-card.is-hit-live .chasers-card-face-back {
    opacity: 0;
    transform: rotateY(-180deg);
    transition: opacity 90ms ease, transform 420ms cubic-bezier(.2,.8,.2,1);
  }

  .home3-home-card.is-hit-card.is-hit-live .chasers-card-face-front {
    opacity: 1;
    transform: rotateY(0deg);
    transition: opacity 60ms ease, transform 420ms cubic-bezier(.2,.8,.2,1);
    animation: chasers-mobile-hit-card-reveal 540ms cubic-bezier(.2,.8,.2,1) both;
    box-shadow:
      0 0 0 4px rgba(255, 255, 255, 0.95),
      0 0 0 10px rgba(13, 99, 199, 0.24),
      0 0 28px rgba(191, 16, 41, 0.42),
      0 20px 38px rgba(13, 29, 56, 0.3);
    border-color: rgba(13, 99, 199, 0.7);
  }

  .home3-home-card.is-hit-live .home3-home-hit {
    opacity: 1;
    transform: translateX(-50%);
  }

  .home3-rip-slot {
    min-height: 16rem;
  }

  .home3-pack-fan {
    width: 100%;
    height: 15rem;
  }

  .home3-pack-fan-card {
    width: 9.5rem;
  }

  .home3-search-demo-result {
    grid-template-columns: 1fr;
  }

  .home3-search-demo-top,
  .home3-search-demo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home3-search-demo-top img {
    max-width: 8rem;
  }

  @keyframes home3-mobile-chase-confirm {
    0% {
      transform: scale(1);
    }
    38% {
      transform: scale(1.08);
    }
    100% {
      transform: scale(1);
    }
  }

  .home3-search-demo-metric:nth-child(3n) {
    border-right: 1px solid rgba(13, 99, 199, 0.12);
  }

  .home3-search-demo-metric:nth-child(2n) {
    border-right: 0;
  }
}

@media (max-width: 720px) {
  .admin-user-card,
  .ripbags-health-summary-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .ripbags-health-summary-range {
    white-space: normal;
  }
}

.pg-lander {
  display: grid;
  gap: 3rem;
  padding: 2rem 0 5rem;
}

.pg-hero,
.pg-features,
.pg-cta-section,
.pg-ticker-section {
  width: min(1180px, calc(100vw - 2rem));
  margin: 0 auto;
}

.pg-hero-inner {
  display: grid;
  gap: 2rem;
  padding: 3rem;
  border-radius: 2rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(247, 249, 252, 0.94)),
    linear-gradient(135deg, rgba(13, 99, 199, 0.05), rgba(191, 16, 41, 0.03));
  border: 1px solid rgba(19, 35, 61, 0.08);
  box-shadow: 0 28px 80px rgba(19, 35, 61, 0.12);
  text-align: center;
}

.pg-hero h1 {
  font-size: clamp(3rem, 5vw, 4.6rem);
  line-height: 1.03;
  letter-spacing: -0.04em;
  color: #13233d;
}

.pg-hero-subtitle {
  max-width: 42rem;
  margin: 0 auto;
  font-size: 1.08rem;
  line-height: 1.7;
  color: rgba(19, 35, 61, 0.72);
}

.pg-tab-buttons {
  display: inline-flex;
  gap: 0.25rem;
  justify-content: center;
  margin: 0 auto;
  padding: 0.25rem;
  border-radius: 1rem;
  background: rgba(19, 35, 61, 0.06);
}

.pg-tab-btn {
  border: 0;
  background: transparent;
  color: rgba(19, 35, 61, 0.56);
  padding: 0.9rem 1.6rem;
  border-radius: 0.85rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 180ms ease;
}

.pg-tab-btn.active {
  background: #0d63c7;
  color: #fff;
  box-shadow: 0 10px 24px rgba(13, 99, 199, 0.24);
}

.pg-tab-content {
  display: none;
}

.pg-tab-content.active {
  display: block;
  animation: tab-fade-in 0.4s ease;
}

.pg-showcase-tagline {
  max-width: 50rem;
  margin: 0 auto 1.8rem;
  color: rgba(19, 35, 61, 0.72);
  font-size: 1.1rem;
  line-height: 1.7;
}

.pg-showcase-tagline strong {
  color: #13233d;
}

.pg-chasers-trust-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.42rem;
  margin: 0 auto 1.45rem;
  color: #13233d;
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.pg-chasers-trust-badge img {
  width: 1.35rem;
  height: 1.35rem;
  object-fit: contain;
}

.pg-pack-showcase {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 2rem;
  padding: 3.5rem 2rem 2rem;
}

.pg-pack-slot {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 160px;
}

.pg-pack-img {
  width: 160px;
  height: 230px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.pg-pack-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom;
  filter: grayscale(40%) brightness(0.7);
  opacity: 0.45;
  transition: filter 0.8s ease, opacity 0.8s ease;
}

.pg-pack-card-reveal {
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(12px) scale(0.85);
  opacity: 0;
  transition: opacity 0.8s ease, transform 0.8s ease;
  z-index: 10;
}

.pg-pack-card-reveal img {
  width: 122px;
  border-radius: 0.7rem;
  box-shadow: 0 12px 28px rgba(19, 35, 61, 0.2);
}

.pg-card-price-badge,
.pg-card-rarity-badge,
.pg-slot-name {
  position: absolute;
  z-index: 20;
  opacity: 0;
  transition: opacity 0.4s ease 0.4s, transform 0.4s ease 0.4s;
}

.pg-card-price-badge {
  top: -4px;
  right: -16px;
  padding: 4px 7px;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.82);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 800;
  transform: scale(0.8);
}

.pg-card-rarity-badge {
  bottom: -4px;
  left: -16px;
  padding: 3px 7px;
  border-radius: 6px;
  background: rgba(13, 99, 199, 0.92);
  color: #fff;
  font-size: 0.62rem;
  font-weight: 700;
  transform: scale(0.8);
}

.pg-slot-name {
  position: static;
  margin-top: 0.5rem;
  padding: 0.35rem 0.8rem;
  border-radius: 6px;
  background: rgba(19, 35, 61, 0.82);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
  transform: translateY(4px);
}

.pg-pack-slot.active .pg-pack-img img {
  filter: grayscale(0%) brightness(1);
  opacity: 1;
}

.pg-pack-slot.active .pg-pack-card-reveal {
  opacity: 1;
  transform: translateX(-50%) translateY(0) scale(1);
}

.pg-pack-slot.active .pg-card-price-badge,
.pg-pack-slot.active .pg-card-rarity-badge,
.pg-pack-slot.active .pg-slot-name {
  opacity: 1;
  transform: scale(1);
}

.pg-search-demo {
  max-width: 760px;
  margin: 0 auto;
}

.pg-search-bar-wrapper {
  margin-bottom: 1.2rem;
}

.pg-search-bar {
  width: 100%;
  padding: 1rem 1.25rem;
  border-radius: 0.9rem;
  border: 1px solid rgba(19, 35, 61, 0.08);
  background: rgba(255, 255, 255, 0.9);
  color: #13233d;
  font-size: 1rem;
}

.pg-search-results {
  opacity: 0;
  transform: translateY(18px) scale(0.98);
  transition: opacity 0.45s ease, transform 0.45s ease;
}

.pg-search-results.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.pg-search-result-card {
  display: flex;
  align-items: center;
  gap: 1.1rem;
  padding: 1.05rem 1.1rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(19, 35, 61, 0.08);
  box-shadow: 0 18px 44px rgba(19, 35, 61, 0.08);
  text-align: left;
}

.pg-search-result-img {
  width: 74px;
  flex-shrink: 0;
  border-radius: 0.5rem;
  box-shadow: 0 12px 24px rgba(19, 35, 61, 0.14);
}

.pg-search-result-info {
  display: flex;
  flex-direction: column;
  gap: 0.22rem;
  flex: 1;
}

.pg-search-result-eyebrow {
  color: rgba(19, 35, 61, 0.42);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.pg-search-result-name {
  color: #13233d;
  font-size: 1.15rem;
  font-weight: 700;
}

.pg-search-result-set,
.pg-search-result-rarity {
  color: rgba(19, 35, 61, 0.58);
  font-size: 0.78rem;
}

.pg-search-result-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 1rem;
  margin-top: 0.4rem;
  color: rgba(19, 35, 61, 0.68);
  font-size: 0.8rem;
}

.pg-search-result-stats strong {
  color: #13233d;
  margin-right: 0.2rem;
}

.pg-analytics-hero {
  max-width: 880px;
  margin: 0 auto;
}

.pg-insights-visual {
  background: rgba(248, 249, 252, 0.92);
}

.pg-ticker-section {
  overflow: hidden;
  border-radius: 999px;
  background: #13233d;
  color: #fff;
}

.pg-ticker-track {
  display: inline-flex;
  align-items: center;
  gap: 2.5rem;
  padding: 0.95rem 1.25rem;
  white-space: nowrap;
  animation: home3Ticker 24s linear infinite;
  will-change: transform;
}

.pg-ticker-item span:last-child {
  font-weight: 700;
}

.pg-ticker-price {
  color: #47d17f;
  font-weight: 800;
}

.pg-features {
  padding-top: 0.25rem;
}

.pg-features-inner {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.4rem;
}

.pg-feature-card {
  display: flex;
  flex-direction: column;
  padding: 2rem;
  border-radius: 1.6rem;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(19, 35, 61, 0.08);
  box-shadow: 0 18px 44px rgba(19, 35, 61, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.pg-feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 54px rgba(19, 35, 61, 0.12);
}

.pg-feature-tag {
  display: inline-block;
  margin-bottom: 0.9rem;
  color: rgba(19, 35, 61, 0.45);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.pg-feature-card h2 {
  color: #13233d;
  font-size: 1.55rem;
  line-height: 1.2;
  letter-spacing: -0.03em;
}

.pg-feature-card > p {
  margin-top: 0.8rem;
  color: rgba(19, 35, 61, 0.68);
  line-height: 1.65;
}

.pg-feature-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  margin: 1.3rem 0 1.5rem;
  flex-grow: 1;
}

.pg-feature-list li {
  position: relative;
  padding-left: 1rem;
  color: rgba(19, 35, 61, 0.7);
}

.pg-feature-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: linear-gradient(135deg, #0d63c7, #bf1029);
}

.pg-feature-link {
  margin-top: auto;
  color: #0d63c7;
  font-weight: 700;
}

.pg-feature-cards-fan {
  position: relative;
  height: 180px;
  margin: 1rem 0 1.4rem;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.pg-fan-card {
  position: absolute;
  left: 50%;
  width: 110px;
  border-radius: 0.7rem;
  box-shadow: 0 10px 24px rgba(19, 35, 61, 0.14);
}

.pg-fan-card-1 { transform: translateX(-106px) rotate(-12deg); z-index: 1; top: 16px; }
.pg-fan-card-2 { transform: translateX(-50%) rotate(0deg); z-index: 2; top: 10px; }
.pg-fan-card-3 { transform: translateX(-2px) rotate(12deg); z-index: 1; top: 16px; }

.pg-cta-section {
  padding-top: 0.2rem;
}

.pg-cta-inner {
  padding: 2.4rem 2rem;
  border-radius: 1.8rem;
  background: rgba(19, 35, 61, 0.96);
  color: #fff;
  text-align: center;
  box-shadow: 0 22px 50px rgba(19, 35, 61, 0.18);
}

.pg-cta-inner-soft {
  background: linear-gradient(180deg, rgba(232, 238, 247, 0.92), rgba(243, 246, 251, 0.96));
  color: #13233d;
  box-shadow: 0 22px 50px rgba(19, 35, 61, 0.08);
}

.pg-cta-inner.pg-cta-inner-soft p {
  color: #13233d;
  font-weight: 600;
}

.pg-cta-button-large {
  font-size: 1rem;
  padding: 0.95rem 1.45rem;
}

.pg-cta-inner h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  letter-spacing: -0.03em;
}

.pg-cta-inner p {
  margin-top: 0.7rem;
  color: rgba(255, 255, 255, 0.72);
}

.pg-cta-inner.pg-cta-inner-soft p {
  color: #13233d;
  font-weight: 600;
}

.pg-cta-actions {
  margin-top: 1.4rem;
  display: flex;
  justify-content: center;
}

.pg-cta-button-launch {
  min-width: 220px;
  justify-content: center;
  padding: 0.95rem 1.6rem;
  border-radius: 999px;
  font-size: 0.96rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  box-shadow: 0 16px 32px rgba(11, 95, 202, 0.26);
}

.odds-picker-shell {
  display: grid;
  gap: 1.2rem;
}

.odds-picker-stage-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.34fr) minmax(0, 0.66fr);
  gap: 1rem;
  align-items: start;
}

.odds-picker-topbar {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(240px, 0.55fr);
  gap: 1rem;
  align-items: start;
}

.odds-picker-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  gap: 1rem;
  align-items: start;
}

.odds-picker-control-card {
  display: grid;
  gap: 1rem;
  padding: 1.15rem;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(19, 35, 61, 0.09);
  box-shadow: 0 22px 48px rgba(16, 49, 102, 0.08);
}

.odds-picker-control-card-compact {
  padding: 1rem 1.05rem;
}

.odds-picker-info-card {
  align-self: start;
  gap: 1.1rem;
}

.odds-picker-info-summary {
  list-style: none;
  cursor: pointer;
}

.odds-picker-info-summary::-webkit-details-marker {
  display: none;
}

.odds-picker-info-summary .chasers-step-label {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.odds-picker-info-summary .chasers-step-label::after {
  content: "+";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.3rem;
  height: 1.3rem;
  border-radius: 999px;
  background: rgba(19, 35, 61, 0.08);
  color: var(--ink);
  font-size: 0.95rem;
  line-height: 1;
}

.odds-picker-info-card[open] .odds-picker-info-summary .chasers-step-label::after {
  content: "−";
}

.odds-picker-select-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.odds-picker-inline-credit {
  min-width: 180px;
  padding: 0.8rem 0.95rem;
}

.odds-picker-inline-auth {
  margin-left: auto;
}

.odds-picker-select-group {
  padding: 0.95rem 1rem 1rem;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(19, 35, 61, 0.09);
}

.odds-picker-menu {
  width: 100%;
  position: relative;
}

.odds-picker-menu summary {
  list-style: none;
}

.odds-picker-menu summary::-webkit-details-marker {
  display: none;
}

.odds-picker-trigger {
  cursor: pointer;
  min-height: 56px;
  padding: 0.7rem 0.85rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(19, 35, 61, 0.08);
}

.odds-picker-trigger.has-selection {
  min-height: 84px;
}

.odds-picker-trigger-compact {
  min-height: 3.1rem;
  display: flex;
  align-items: center;
}

.odds-picker-trigger-compact .results-meta {
  font-weight: 700;
  color: var(--ink);
}

.odds-picker-list {
  position: absolute;
  top: calc(100% + 0.8rem);
  left: 0;
  right: 0;
  z-index: 30;
  display: grid;
  gap: 0.65rem;
  max-height: 430px;
  overflow: auto;
  margin-top: 0;
  padding: 0.2rem 0.2rem 0 0;
  border-radius: 22px;
  background: rgba(248, 251, 255, 0.985);
  border: 1px solid rgba(19, 35, 61, 0.08);
  box-shadow: 0 28px 48px rgba(19, 35, 61, 0.17);
}

.odds-picker-list-compact {
  padding: 0.35rem;
  gap: 0.45rem;
}

.odds-picker-option {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  gap: 0.8rem;
  align-items: center;
  width: 100%;
  padding: 0.75rem 0.8rem;
  border-radius: 18px;
  border: 1px solid rgba(19, 35, 61, 0.08);
  background: rgba(255, 255, 255, 0.92);
  text-align: left;
  transition: transform 0.16s ease, box-shadow 0.16s ease, border-color 0.16s ease;
}

.odds-picker-option-compact {
  grid-template-columns: 1fr;
  padding: 0.75rem 0.85rem;
  border-radius: 16px;
}

.odds-picker-option:hover {
  transform: translateY(-1px);
  border-color: rgba(11, 95, 202, 0.22);
  box-shadow: 0 12px 22px rgba(16, 49, 102, 0.08);
}

.odds-picker-option.is-unavailable,
.odds-picker-option:disabled {
  opacity: 0.52;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.odds-picker-option.is-selected {
  border-color: rgba(11, 95, 202, 0.28);
  box-shadow: 0 16px 28px rgba(13, 99, 199, 0.12);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(241, 247, 255, 0.96));
}

.odds-picker-option-art {
  width: 78px;
  height: 78px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: rgba(245, 248, 252, 0.95);
}

.odds-picker-option-art img {
  width: 68px;
  height: 68px;
  object-fit: contain;
}

.odds-picker-option-copy strong,
.odds-picker-option-copy small {
  display: block;
}

.odds-picker-option-copy strong {
  color: var(--ink);
}

.odds-picker-option-copy small {
  color: var(--muted);
}

.odds-picker-info-facts {
  display: grid;
  gap: 0.8rem;
}

.odds-picker-info-facts .ripbags-story-fact {
  padding: 0.85rem 0.95rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(19, 35, 61, 0.08);
}

.odds-picker-info-facts .ripbags-story-fact strong {
  margin-top: 0;
  font-size: 0.98rem;
}

.odds-picker-guide-points li.is-vault-point {
  border-radius: 16px;
  padding: 0.7rem 0.85rem;
  background:
    radial-gradient(circle at top right, rgba(191, 16, 41, 0.14), transparent 42%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 245, 247, 0.92));
  border: 1px solid rgba(191, 16, 41, 0.12);
}

.odds-picker-panel,
.odds-picker-result-panel {
  display: grid;
  gap: 1rem;
}

.odds-picker-quote-panel {
  padding: 1rem;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(19, 35, 61, 0.08);
}

.odds-picker-odds-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.odds-picker-odds-card.is-disabled {
  opacity: 0.62;
}

.odds-picker-menu-compact.is-disabled {
  pointer-events: none;
}

.odds-picker-odds-card.is-disabled .field-label,
.odds-picker-odds-card.is-disabled .search-rule span:not(.search-rule-label),
.odds-picker-odds-card.is-disabled .odds-picker-odds-hint {
  color: rgba(19, 35, 61, 0.58);
}

.odds-picker-odds-hint {
  margin: 0.75rem 0 0;
}

.odds-picker-odds-button.is-active {
  color: #fff;
  background: linear-gradient(180deg, #0f2442, #173d72 62%, #0b5fca 100%);
  border-color: rgba(11, 95, 202, 0.32);
  box-shadow: 0 14px 28px rgba(13, 99, 199, 0.16);
}

.odds-picker-odds-button.is-disabled,
.odds-picker-odds-button:disabled {
  opacity: 0.38;
  background: rgba(232, 236, 242, 0.92);
  border-color: rgba(19, 35, 61, 0.08);
  color: var(--muted);
  box-shadow: none;
  cursor: not-allowed;
}

.odds-picker-selected-card-shell,
.odds-picker-result-card,
.odds-admin-item-head {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.85rem;
  align-items: center;
}

.odds-picker-selected-card-shell img,
.odds-picker-result-art img,
.odds-admin-item-head img {
  width: 84px;
  height: 84px;
  object-fit: contain;
  border-radius: 16px;
  background: rgba(245, 248, 252, 0.95);
}

.odds-picker-selected-art {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: rgba(245, 248, 252, 0.95);
  border: 1px solid rgba(19, 35, 61, 0.08);
}

.odds-picker-selected-art img {
  width: 62px;
  height: 62px;
  object-fit: contain;
}

.odds-picker-selected-card-shell strong,
.odds-admin-item-head strong {
  color: var(--ink);
}

.odds-picker-selected-card-shell small,
.odds-admin-item-head small {
  display: block;
  color: var(--muted);
}

.odds-picker-price-block {
  display: grid;
  gap: 0.25rem;
  padding: 1rem 1.05rem;
  border-radius: 18px;
  background: rgba(248, 251, 255, 0.94);
  border: 1px solid rgba(19, 35, 61, 0.08);
}

.odds-picker-price-block strong {
  color: var(--ink);
  font-size: clamp(1.7rem, 3vw, 2.35rem);
  line-height: 1;
}

.odds-picker-price-block small,
.odds-picker-note {
  color: var(--muted);
}

.odds-picker-actions {
  display: flex;
}

.odds-picker-actions .primary-button {
  width: 100%;
}

.odds-picker-pack-side {
  display: grid;
  gap: 1rem;
}

.odds-picker-story-panel {
  opacity: 1;
  transform: none;
  gap: 0.8rem;
}

.odds-picker-result-card {
  padding: 1rem;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(19, 35, 61, 0.08);
}

.odds-picker-result-copy h2 {
  margin: 0;
}

.odds-picker-result-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin: 0.8rem 0;
}

.odds-picker-stage-status {
  min-height: 1.4rem;
}

.odds-picker-stage-status.is-error,
.odds-picker-stage-status.is-success {
  padding: 0.8rem 0.95rem;
  border-radius: 16px;
  background: rgba(246, 249, 253, 0.95);
}

.odds-picker-stage-status.is-error {
  background: rgba(191, 16, 41, 0.08);
}

.odds-picker-stage-status.is-success {
  background: rgba(11, 95, 202, 0.08);
}

.odds-picker-stage-status a {
  color: #0b5fca;
  font-weight: 700;
  text-decoration: underline;
}

.odds-picker-info-facts {
  margin-top: 0.15rem;
}

.odds-admin-search-results,
.odds-admin-search-actions {
  display: grid;
  gap: 0.85rem;
}

.odds-admin-search-card,
.odds-admin-item-card {
  align-items: start;
}

.odds-admin-search-form,
.odds-admin-inline-form {
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  align-items: end;
}

@media (max-width: 900px) {
  .odds-picker-stage-grid,
  .odds-picker-grid {
    grid-template-columns: 1fr;
  }

  .odds-picker-topbar {
    grid-template-columns: 1fr;
  }

  .odds-picker-select-head {
    align-items: stretch;
  }

  .odds-picker-inline-credit,
  .odds-picker-inline-auth {
    width: 100%;
    margin-left: 0;
  }

  .odds-picker-topbar,
  .odds-picker-stage-grid {
    gap: 0.85rem;
  }

  .odds-picker-selected-card-shell,
  .odds-picker-result-card,
  .odds-admin-item-head {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1080px) {
  .pg-features-inner {
    grid-template-columns: 1fr;
  }

  .pg-pack-showcase {
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 760px) {
  .pg-hero-inner,
  .pg-feature-card,
  .pg-cta-inner {
    padding: 1.4rem;
  }

  .pg-hero h1 {
    font-size: clamp(2.4rem, 11vw, 3.4rem);
  }

  .pg-tab-buttons {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
  }

  .pg-tab-btn {
    width: 100%;
  }

  .pg-search-result-card {
    align-items: flex-start;
  }
}

.chasers-hero {
  align-items: end;
}

.chasers-hero-balance {
  min-width: 210px;
  padding: 1rem 1.15rem;
  border-radius: 22px;
  border: 1px solid rgba(14, 35, 63, 0.12);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 18px 40px rgba(13, 29, 56, 0.08);
  text-align: right;
}

.chasers-hero-balance span {
  display: block;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(19, 35, 61, 0.58);
}

.chasers-hero-balance strong {
  display: block;
  margin-top: 0.35rem;
  font-size: 2rem;
  color: #10213c;
}

.chasers-grid {
  align-items: start;
}

.chasers-builder {
  gap: 1.1rem;
}

.chasers-set-strip {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 1rem;
  align-items: center;
  padding: 1rem;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(16, 33, 60, 0.06), rgba(177, 199, 239, 0.2));
}

.chasers-set-strip img {
  width: 100%;
  border-radius: 18px;
  box-shadow: 0 18px 34px rgba(13, 29, 56, 0.18);
}

.chasers-set-strip strong,
.chasers-option-card strong,
.chasers-admin-card strong,
.chasers-hit-banner strong,
.chasers-reveal-card strong {
  display: block;
}

.chasers-set-strip small,
.chasers-option-card small,
.chasers-admin-card small,
.chasers-reveal-card small {
  display: block;
}

.chasers-option-grid,
.chasers-admin-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1rem;
}

.chasers-option-card,
.chasers-admin-card {
  display: grid;
  gap: 0.75rem;
  padding: 1rem;
  border-radius: 22px;
  border: 1px solid rgba(14, 35, 63, 0.12);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 14px 28px rgba(13, 29, 56, 0.07);
}

.chasers-option-card {
  grid-template-columns: 20px 72px minmax(0, 1fr);
  align-items: start;
}

.chasers-option-card input {
  margin-top: 0.35rem;
}

.chasers-option-card img,
.chasers-admin-card img {
  width: 72px;
  border-radius: 14px;
  box-shadow: 0 10px 22px rgba(13, 29, 56, 0.14);
}

.chasers-cost-bar {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)) auto;
  gap: 1rem;
  align-items: center;
  padding: 1rem;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(144, 169, 215, 0.12), rgba(255, 255, 255, 0.9));
  border: 1px solid rgba(14, 35, 63, 0.1);
}

.chasers-cost-bar span {
  display: block;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(19, 35, 61, 0.58);
}

.chasers-cost-bar strong {
  display: block;
  margin-top: 0.25rem;
  font-size: 1.2rem;
  color: #10213c;
}

.chasers-odds-list {
  display: grid;
  gap: 0.85rem;
}

.chasers-odds-list article {
  padding: 0.95rem 1rem;
  border-radius: 18px;
  background: rgba(12, 27, 51, 0.05);
}

.chasers-hit-banner {
  display: grid;
  gap: 0.25rem;
  padding: 1rem 1.1rem;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(177, 218, 178, 0.28), rgba(255, 255, 255, 0.9));
  border: 1px solid rgba(28, 119, 69, 0.15);
  color: #113222;
}

.chasers-hit-banner.is-muted {
  background: linear-gradient(135deg, rgba(17, 33, 60, 0.05), rgba(255, 255, 255, 0.9));
  border-color: rgba(17, 33, 60, 0.08);
  color: #10213c;
}

.chasers-reveal-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 1rem;
}

.chasers-reveal-card {
  padding: 0.9rem;
  border-radius: 20px;
  border: 1px solid rgba(14, 35, 63, 0.1);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 12px 24px rgba(13, 29, 56, 0.08);
  opacity: 0;
  transform: translateY(14px) scale(0.98);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.chasers-reveal-card.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.chasers-reveal-card.is-chase {
  border-color: rgba(182, 42, 53, 0.35);
  box-shadow: 0 16px 30px rgba(182, 42, 53, 0.12);
}

.chasers-reveal-card img {
  width: 100%;
  max-width: 120px;
  margin: 0.6rem 0;
  border-radius: 16px;
  box-shadow: 0 14px 30px rgba(13, 29, 56, 0.16);
}

@media (max-width: 900px) {
  .chasers-cost-bar {
    grid-template-columns: 1fr;
  }

  .chasers-set-strip {
    grid-template-columns: 1fr;
  }
}

.chasers-shell {
  display: grid;
  gap: 1.6rem;
}

.chasers-mode-toggle-inline {
  gap: 0.24rem;
}

.chasers-mode-toggle-inline .chasers-picker-action {
  min-height: 1.7rem;
  padding: 0.28rem 0.58rem;
  font-size: 0.66rem;
}

.chasers-inline-status,
.chasers-helper,
.chasers-pack-copy p {
  color: var(--muted);
}

.chasers-mobile-selection-summary {
  display: none;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.32;
}

.chasers-mobile-selection-price {
  display: inline-flex;
  align-items: baseline;
  gap: 0.32rem;
  margin-left: 0.45rem;
  color: rgba(16, 33, 60, 0.9);
  font-weight: 700;
}

.chasers-mobile-selection-price strong {
  color: var(--ink);
  font-size: 0.98em;
}

.chasers-selection-utility {
  display: grid;
  gap: 0.55rem;
  width: 68rem;
  max-width: 100%;
  margin: -0.45rem auto 0;
}

.chasers-selection-utility-bar {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0.9rem;
  flex-wrap: wrap;
}

.chasers-selection-utility-mode {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  min-width: 0;
}

.chasers-selection-utility-stats {
  display: inline-flex;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 1rem;
  flex-wrap: wrap;
  min-width: 0;
  margin-left: auto;
}

.chasers-selection-utility-stat {
  display: grid;
  gap: 0.12rem;
  text-align: center;
}

.chasers-selection-utility-stat span {
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.chasers-selection-utility-stat strong {
  color: #10213c;
  font-size: 1rem;
  line-height: 1.05;
}

.chasers-selection-utility-inset {
  width: 100%;
  margin: -0.25rem 0 0.15rem;
}

.chasers-selection-utility-inset .chasers-selection-utility-bar {
  justify-content: flex-start;
}

.chasers-selection-utility-mode .chasers-mode-toggle,
.chasers-rip-mode .chasers-mode-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.14rem;
  padding: 0.16rem;
  border-radius: 8px;
  border: 1px solid rgba(19, 35, 61, 0.1);
  background: rgba(244, 248, 253, 0.92);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 6px 14px rgba(19, 35, 61, 0.05);
}

.chasers-selection-utility-mode .chasers-picker-action,
.chasers-rip-mode .chasers-picker-action {
  min-height: 1.72rem;
  padding: 0.28rem 0.62rem;
  border: 1px solid rgba(19, 35, 61, 0.16);
  border-radius: 6px;
  background: #ffffff;
  color: rgba(19, 35, 61, 0.72);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: none;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 1),
    0 2px 6px rgba(19, 35, 61, 0.05);
}

.chasers-selection-utility-mode .chasers-picker-action:hover,
.chasers-rip-mode .chasers-picker-action:hover {
  color: #10213c;
  background: #ffffff;
  transform: none;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 1),
    0 4px 10px rgba(19, 35, 61, 0.08);
}

.chasers-selection-utility-mode [data-mode-value="simulation"].is-active,
.chasers-rip-mode [data-mode-value="simulation"].is-active {
  border-color: rgba(8, 64, 131, 0.94);
  background: linear-gradient(180deg, #1774de 0%, #0d63c7 100%);
  color: #ffffff;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    inset 0 -2px 0 rgba(8, 64, 131, 0.45),
    0 0 0 2px rgba(255, 255, 255, 0.9),
    0 0 0 4px rgba(13, 99, 199, 0.16),
    0 4px 10px rgba(19, 35, 61, 0.1);
}

.chasers-selection-utility-mode [data-mode-value="live"].is-active,
.chasers-rip-mode [data-mode-value="live"].is-active {
  border-color: rgba(128, 10, 29, 0.94);
  background: linear-gradient(180deg, #cf1f3c 0%, #bf1029 100%);
  color: #ffffff;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    inset 0 -2px 0 rgba(128, 10, 29, 0.45),
    0 0 0 2px rgba(255, 255, 255, 0.9),
    0 0 0 4px rgba(191, 16, 41, 0.16),
    0 4px 10px rgba(19, 35, 61, 0.1);
}

.chasers-selection-utility .chasers-inline-status {
  min-height: 0;
  margin: 0;
  padding: 0.75rem 0.9rem;
  border-radius: 16px;
  border: 1px solid rgba(19, 35, 61, 0.08);
  background: rgba(255, 255, 255, 0.84);
  line-height: 1.4;
}

.chasers-selection-utility .chasers-inline-status:empty {
  display: none;
}

.chasers-selection-utility .chasers-inline-status.is-error {
  border-color: rgba(191, 16, 41, 0.14);
  background: rgba(191, 16, 41, 0.08);
  color: var(--crimson-red);
  font-weight: 600;
}

.chasers-selection-utility .chasers-inline-status.is-success {
  border-color: rgba(15, 139, 67, 0.14);
  background: rgba(15, 139, 67, 0.08);
  color: #0f8b43;
  font-weight: 600;
}

.chasers-stage {
  display: grid;
  grid-template-columns: minmax(320px, 360px) minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
  overflow: visible;
}

.chasers-shell[data-flow-state="selection"] .chasers-stage {
  grid-template-columns: minmax(0, 1fr);
}

.chasers-shell[data-flow-state="selection"] .chasers-control-panel {
  width: 68rem;
  max-width: 100%;
  margin: 0 auto;
  position: static;
  top: auto;
}

.chasers-shell[data-flow-state="selection"] .chasers-play-panel {
  display: none;
}

.chasers-shell[data-flow-state="selection"] .chasers-fair-card {
  display: none;
}

.chasers-shell[data-flow-state="rip"] .chasers-stage {
  grid-template-columns: minmax(0, 1fr);
}

.chasers-shell[data-flow-state="rip"] .chasers-selection-utility {
  display: none;
}

.chasers-shell[data-flow-state="rip"] .chasers-control-panel {
  order: 2;
  max-width: none;
  margin: 0;
  position: static;
  top: auto;
  padding-top: 0;
}

.chasers-shell[data-flow-state="rip"] .chasers-config-panel {
  display: none;
}

.chasers-shell[data-flow-state="rip"] .chasers-play-panel {
  order: 1;
}

.chasers-control-panel,
.chasers-play-panel {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  min-width: 0;
}

.chasers-control-panel {
  padding: 1.05rem;
  display: grid;
  gap: 0.85rem;
  position: sticky;
  top: 5.5rem;
}

.chasers-config-panel {
  display: grid;
  gap: 0.7rem;
  width: 100%;
  padding: 1.2rem 1.25rem 1.15rem;
  border-radius: 28px;
  background:
    radial-gradient(circle at top right, rgba(13, 99, 199, 0.08), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(247, 250, 255, 0.9));
  border: 1px solid rgba(19, 35, 61, 0.08);
}

.chasers-set-card {
  display: grid;
  gap: 0.55rem;
  padding: 0.95rem 1rem;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(19, 35, 61, 0.08);
}

.chasers-mode-toggle {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.35rem;
  justify-content: flex-end;
}

.chasers-balance-chip {
  gap: 0.45rem;
}

.chasers-mode-toggle .chasers-picker-action {
  padding: 0.48rem 0.72rem;
  transition:
    background 180ms ease,
    border-color 180ms ease,
    color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.chasers-mode-toggle [data-mode-value="simulation"].is-active {
  color: #ffffff !important;
  border-color: rgba(8, 64, 131, 0.96) !important;
  background: linear-gradient(180deg, #1774de 0%, #0d63c7 100%) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    inset 0 -2px 0 rgba(8, 64, 131, 0.45),
    0 0 0 2px rgba(255, 255, 255, 0.9),
    0 0 0 4px rgba(23, 116, 222, 0.12);
}

.chasers-mode-toggle [data-mode-value="live"].is-active {
  color: #ffffff !important;
  border-color: rgba(128, 10, 29, 0.96) !important;
  background: linear-gradient(180deg, #cf1f3c 0%, #bf1029 100%) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    inset 0 -2px 0 rgba(128, 10, 29, 0.45),
    0 0 0 2px rgba(255, 255, 255, 0.9),
    0 0 0 4px rgba(191, 16, 41, 0.1);
}

.chasers-shell[data-flow-state="selection"] .chasers-credit-panel {
  display: none !important;
}

.chasers-mode-pitch {
  margin: 0;
  font-size: 0.78rem;
  line-height: 1.3;
  color: var(--muted);
}

.chasers-panel-head {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: flex-start;
}

.chasers-panel-head h2,
.chasers-pack-copy h3 {
  margin: 0.35rem 0 0;
}

.chasers-panel-head img {
  width: 6.3rem;
  object-fit: contain;
  filter: drop-shadow(0 12px 18px rgba(19, 35, 61, 0.12));
}

.chasers-select-wrap {
  display: grid;
  gap: 0.6rem;
  min-width: 0;
}

.chasers-select-wrap-priority {
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: 0;
}

.chasers-step-label {
  color: var(--muted);
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.chasers-step-label span {
  color: var(--crimson-red);
}

.chasers-pricing-inline {
  min-width: 9rem;
  padding: 0.85rem 0.95rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(19, 35, 61, 0.08);
}

.chasers-pricing-inline span {
  display: block;
  color: var(--muted);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.chasers-pricing-inline strong {
  display: block;
  margin-top: 0.2rem;
  font-size: 1.25rem;
}

.chasers-selection-actions {
  display: grid;
  gap: 0.85rem;
  margin-top: 0.35rem;
}

.chasers-selection-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.chasers-apply-button {
  justify-self: center;
  min-width: min(100%, 18rem);
}

.chasers-dropdown {
  position: relative;
  min-width: 0;
}

.chasers-chase-box-head {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  padding: 0;
  text-align: left;
}

.chasers-chase-box-title {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 0.65rem;
  width: 100%;
  flex: 1 1 auto;
  min-width: 0;
  line-height: 1;
  min-height: 3rem;
}

.chasers-selection-meta {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
  flex: 0 0 auto;
}

.chasers-selection-utility-mode-desktop {
  gap: 0.5rem;
}

.chasers-selection-balance {
  display: grid;
  gap: 0.08rem;
  justify-items: end;
  flex: 0 0 auto;
  text-align: right;
}

.chasers-selection-balance span {
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.chasers-selection-balance strong {
  color: #10213c;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1;
}

@media (min-width: 761px) {
  .chasers-selection-utility-inset .chasers-selection-utility-mode {
    display: none;
  }
}

.chasers-chase-box-title img {
  display: block;
  width: 6rem;
  border-radius: 0;
  object-fit: contain;
  flex: 0 0 auto;
}

.chasers-chase-apply {
  appearance: none;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--crimson-red);
  font-size: clamp(1.25rem, 2.2vw, 1.6rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  text-transform: none;
  text-align: left;
  cursor: pointer;
  justify-self: start;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  line-height: 0.98;
  transition: color 180ms ease, text-decoration-color 180ms ease, opacity 180ms ease;
}

.chasers-chase-apply:disabled {
  cursor: default;
  opacity: 1;
}

.chasers-chase-apply.is-ready {
  color: var(--crimson-red);
}

.chasers-chase-apply-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0.9em;
  opacity: 0;
  transform: translateX(-0.2rem);
}

.chasers-dropdown.is-applied .chasers-chase-box-head {
  padding: 0.2rem 0 0;
}

.chasers-dropdown-trigger {
  width: 100%;
  justify-content: center;
  min-height: 3.1rem;
}

.chasers-dropdown-panel {
  position: static;
  height: min(40rem, 76vh);
  min-height: 40rem;
  overflow: hidden;
  display: block;
  margin-top: 0.6rem;
  padding: 0.9rem;
  border-radius: 24px;
  background: rgba(248, 251, 255, 0.9);
  border: 1px solid rgba(19, 35, 61, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
  max-width: 100%;
  scrollbar-width: thin;
}

.chasers-dropdown.is-applied .chasers-dropdown-panel {
  max-height: none;
  overflow: visible;
  padding: 0.6rem 0.72rem 0.72rem;
}

.chasers-dropdown.is-applied .chasers-picker-search {
  display: none;
}

.chasers-chase-editor[hidden] {
  display: none !important;
}

.chasers-chase-list-panel {
  overscroll-behavior: contain;
}

.chasers-picker-toolbar {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.55rem;
  position: sticky;
  top: 0;
  z-index: 3;
  align-self: start;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  padding: 0.1rem 0.1rem 0.35rem 0;
  background: transparent;
}

.chasers-picker-toolbar .chasers-picker-action {
  min-height: 2.45rem;
  padding: 0.56rem 0.82rem;
  border-radius: 10px;
  border: 2px solid rgba(13, 99, 199, 0.82);
  background: #ffffff;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 1),
    0 7px 16px rgba(13, 99, 199, 0.05);
  color: #0a4f9f;
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.03em;
}

.chasers-picker-toolbar .chasers-picker-action:hover,
.chasers-picker-toolbar .chasers-picker-action:focus-visible {
  color: #0a4f9f;
  background: #ffffff;
  border-color: rgba(13, 99, 199, 0.9);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 1),
    0 8px 18px rgba(13, 99, 199, 0.1);
}

.chasers-picker-toolbar .chasers-picker-action.is-active {
  color: #ffffff;
  background: linear-gradient(180deg, #1774de 0%, #0d63c7 100%);
  border: 1px solid rgba(12, 79, 159, 0.94);
  outline: 2px solid rgba(13, 99, 199, 0.24);
  outline-offset: 0;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    inset 0 -3px 0 rgba(8, 64, 131, 0.52),
    0 0 0 3px rgba(13, 99, 199, 0.08);
}

.chasers-chase-editor {
  display: grid;
  grid-template-columns: minmax(11.5rem, 12.5rem) minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
  height: 100%;
  min-width: 0;
  width: 100%;
  max-width: 100%;
  min-height: 0;
}

.chasers-picker-search {
  display: block;
  position: static;
  padding-bottom: 0;
}

.chasers-picker-main {
  display: grid;
  grid-template-rows: auto auto minmax(0, 1fr);
  gap: 0.45rem;
  min-width: 0;
  min-height: 0;
  height: 100%;
  overflow: hidden;
}

.chasers-selection-dock {
  position: sticky;
  bottom: 0.45rem;
  z-index: 4;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: stretch;
  justify-items: stretch;
  gap: 0.55rem;
  margin-top: 0.7rem;
  padding: 0.65rem;
  border-radius: 8px;
  border: 1px solid rgba(19, 35, 61, 0.1);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 249, 253, 0.97));
  box-shadow:
    0 -8px 22px rgba(19, 35, 61, 0.06),
    0 10px 22px rgba(19, 35, 61, 0.08);
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.chasers-selection-dock[hidden] {
  display: none !important;
}

.chasers-selection-dock.is-ready {
  border-color: rgba(13, 99, 199, 0.26);
  box-shadow:
    0 -8px 22px rgba(19, 35, 61, 0.06),
    0 14px 26px rgba(13, 99, 199, 0.13);
  animation: chasers-dock-ready 2600ms ease-in-out infinite;
}

.chasers-selection-dock-copy {
  display: grid;
  gap: 0.14rem;
  min-width: 0;
  order: 1;
}

.chasers-selection-dock-line {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.65rem;
  min-width: 0;
}

.chasers-selection-dock-copy strong {
  color: var(--crimson-red);
  font-size: 0.92rem;
  line-height: 1.1;
  font-weight: 900;
  min-width: 0;
}

.chasers-selection-dock-line > b {
  margin-left: auto;
  color: var(--shiny-blue);
  font-size: 0.78rem;
  line-height: 1.1;
  font-weight: 900;
  white-space: nowrap;
}

.chasers-selection-dock-copy small {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  flex-wrap: wrap;
  color: rgba(19, 35, 61, 0.68);
  font-size: 0.78rem;
  line-height: 1.25;
  font-weight: 650;
}

.chasers-selection-dock-copy small b {
  color: rgba(19, 35, 61, 0.76);
  font-weight: 850;
}

@media (min-width: 901px) {
  .chasers-selection-dock-line {
    gap: 0.9rem;
  }

  .chasers-selection-dock-copy strong {
    font-size: 1.02rem;
  }

  .chasers-selection-dock-line > b {
    font-size: 0.96rem;
    font-weight: 950;
    letter-spacing: 0.01em;
  }
}

.chasers-selection-dock-strip {
  order: 2;
  display: flex;
  gap: 0.42rem;
  min-width: 0;
  overflow-x: auto;
  padding: 0.1rem 0.05rem 0.18rem;
  scrollbar-width: thin;
}

.chasers-selection-dock-strip:empty {
  display: none;
}

.chasers-selection-dock-strip .chasers-selected-thumb {
  width: 2.9rem;
  padding: 0.16rem;
  border-radius: 8px;
  box-shadow: 0 5px 12px rgba(19, 35, 61, 0.08);
}

.chasers-selection-clear {
  flex: 0 0 auto;
  margin-left: auto;
  border: 0;
  background: transparent;
  color: rgba(143, 22, 48, 0.92);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  cursor: pointer;
  padding: 0.18rem 0.08rem;
  white-space: nowrap;
}

.chasers-selection-clear:hover,
.chasers-selection-clear:focus-visible {
  color: var(--crimson-red);
  text-decoration: underline;
}

.chasers-apply-dock-button {
  order: 4;
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.56rem;
  justify-self: center;
  min-height: 2.9rem;
  padding: 0.72rem 1.08rem;
  border-radius: 8px;
  border: 1px solid rgba(12, 79, 159, 0.94);
  outline: 2px solid rgba(13, 99, 199, 0.24);
  outline-offset: 0;
  background: linear-gradient(180deg, #1774de 0%, #0d63c7 100%);
  color: #ffffff;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    inset 0 -3px 0 rgba(8, 64, 131, 0.52),
    0 0 0 3px rgba(13, 99, 199, 0.08);
  white-space: nowrap;
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.chasers-apply-dock-button::after {
  content: "";
  position: absolute;
  inset: -35% auto -35% -45%;
  width: 38%;
  transform: skewX(-20deg);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.32), rgba(255, 255, 255, 0));
  opacity: 0;
  pointer-events: none;
}

.chasers-apply-dock-button > * {
  position: relative;
  z-index: 1;
}

.chasers-apply-dock-button-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 1.16em;
  line-height: 1;
  transform: translateY(-0.02em) translateX(0);
}

.chasers-selection-dock.is-ready .chasers-apply-dock-button {
  animation: chasers-apply-button-ready 1800ms ease-in-out infinite;
}

.chasers-selection-dock.is-ready .chasers-apply-dock-button::after {
  opacity: 0.7;
  animation: chasers-apply-shine 2200ms ease-in-out infinite;
}

.chasers-selection-dock.is-ready .chasers-apply-dock-button .chasers-apply-dock-button-arrow {
  animation: chasers-apply-arrow-sway 1100ms ease-in-out infinite;
}

.chasers-apply-dock-button:hover,
.chasers-apply-dock-button:focus-visible {
  background: linear-gradient(180deg, #1d7de8 0%, #0d63c7 100%);
  color: #ffffff;
  border-color: rgba(8, 64, 131, 0.98);
  outline-color: rgba(13, 99, 199, 0.32);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.26),
    inset 0 -3px 0 rgba(8, 64, 131, 0.6),
    0 0 0 4px rgba(13, 99, 199, 0.12);
}

.chasers-apply-dock-button:hover .chasers-apply-dock-button-arrow,
.chasers-apply-dock-button:focus-visible .chasers-apply-dock-button-arrow {
  transform: translateY(-0.02em) translateX(2px);
}

@keyframes chasers-dock-ready {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-2px);
  }
}

@keyframes chasers-apply-button-ready {
  0%,
  100% {
    box-shadow:
      inset 0 0 0 1px rgba(13, 99, 199, 0.12),
      0 8px 16px rgba(13, 99, 199, 0.1);
  }
  50% {
    box-shadow:
      inset 0 0 0 1px rgba(13, 99, 199, 0.26),
      0 12px 24px rgba(13, 99, 199, 0.18);
  }
}

@keyframes chasers-apply-arrow-sway {
  0%,
  100% {
    transform: translateY(-0.02em) translateX(0);
  }
  50% {
    transform: translateY(-0.02em) translateX(3px);
  }
}

@keyframes chasers-apply-shine {
  0%,
  42% {
    transform: translateX(0) skewX(-20deg);
  }
  78%,
  100% {
    transform: translateX(390%) skewX(-20deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .chasers-selection-dock.is-ready,
  .chasers-selection-dock.is-ready .chasers-apply-dock-button,
  .chasers-selection-dock.is-ready .chasers-apply-dock-button::after {
    animation: none;
  }
}

.chasers-selected-strip-region {
  display: grid;
  gap: 0.08rem;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transform: translateY(-0.35rem);
  pointer-events: none;
  transition:
    max-height 260ms ease,
    opacity 180ms ease,
    transform 260ms ease,
    margin 260ms ease;
}

.chasers-selected-strip-region.is-visible {
  max-height: 12rem;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.chasers-selected-strip-shell {
  display: grid;
  gap: 0.35rem;
  min-width: 0;
  max-width: 100%;
  align-content: start;
}

.chasers-selected-strip-stage {
  margin: 0.08rem 0 0.4rem;
  padding: 0.7rem 0.8rem 0.75rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(19, 35, 61, 0.08);
  min-height: 6.65rem;
}

.chasers-selected-strip-topbar {
  display: flex;
  justify-content: flex-end;
  margin: -0.08rem 0 0.02rem;
}

.chasers-selected-strip-head {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
  min-width: 0;
}

.chasers-selected-strip-hint {
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.chasers-selected-strip-controls {
  display: flex;
  gap: 0.25rem;
  flex: 0 0 auto;
}

.chasers-selected-strip-nav {
  appearance: none;
  width: 1.65rem;
  height: 1.65rem;
  border-radius: 999px;
  border: 1px solid rgba(13, 99, 199, 0.16);
  background: rgba(255, 255, 255, 0.9);
  color: var(--shiny-blue);
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 700;
  cursor: pointer;
  display: grid;
  place-items: center;
}

.chasers-selected-strip-nav:disabled {
  opacity: 0.35;
  cursor: default;
}

.chasers-selected-strip {
  display: flex;
  gap: 0.5rem;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  overflow-x: auto;
  padding: 0.1rem 0 0.2rem;
  scrollbar-width: thin;
}

.chasers-selected-thumb {
  appearance: none;
  flex: 0 0 auto;
  width: 4rem;
  display: block;
  padding: 0.24rem;
  border-radius: 14px;
  border: 1px solid rgba(13, 99, 199, 0.22);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 8px 18px rgba(19, 35, 61, 0.08);
  cursor: pointer;
  text-align: left;
}

.chasers-selected-thumb img {
  display: block;
  width: 100%;
  aspect-ratio: 0.72;
  object-fit: contain;
}

.chasers-selected-review {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: 1.5rem;
}

.chasers-selected-review[hidden] {
  display: none !important;
}

.chasers-selected-review-backdrop {
  appearance: none;
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(8, 16, 28, 0.48);
  cursor: pointer;
}

.chasers-selected-review-card {
  position: relative;
  z-index: 1;
  width: min(22rem, calc(100vw - 2rem));
  display: grid;
  justify-items: center;
  gap: 0.95rem;
  padding: 1.2rem 1.15rem;
  border-radius: 24px;
  border: 1px solid rgba(19, 35, 61, 0.1);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 30px 70px rgba(8, 16, 28, 0.26);
  transform: translateY(10px) scale(0.97);
  opacity: 0;
  transition: transform 180ms ease, opacity 180ms ease;
}

.chasers-selected-review.is-visible .chasers-selected-review-card {
  transform: translateY(0) scale(1);
  opacity: 1;
}

.chasers-selected-review-card img {
  width: min(10rem, 56vw);
  aspect-ratio: 0.72;
  object-fit: contain;
  filter: drop-shadow(0 18px 28px rgba(19, 35, 61, 0.18));
}

.chasers-selected-review-copy {
  display: grid;
  gap: 0.35rem;
  text-align: center;
}

.chasers-selected-review-copy strong {
  font-size: 1.1rem;
  line-height: 1.1;
  color: #10213c;
}

.chasers-selected-review-copy small {
  max-width: 16rem;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.4;
}

.chasers-selected-review-actions {
  display: flex;
  gap: 0.65rem;
  width: 100%;
}

.chasers-selected-review-actions button {
  flex: 1 1 0;
  justify-content: center;
}

.chasers-selected-review-remove {
  color: var(--crimson-red);
  border-color: rgba(191, 16, 41, 0.18);
}

body.has-chasers-entry-modal {
  overflow: hidden;
}

.chasers-entry-modal {
  position: fixed;
  inset: 0;
  z-index: 130;
  display: grid;
  place-items: center;
  padding: 1.5rem;
}

.chasers-entry-modal[hidden] {
  display: none !important;
}

.chasers-entry-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 16, 28, 0.48);
}

.chasers-entry-modal-card {
  position: relative;
  z-index: 1;
  width: min(34rem, calc(100vw - 2rem));
  display: grid;
  gap: 1.1rem;
  padding: 1.4rem 1.35rem;
  border-radius: 16px;
  border: 1px solid rgba(19, 35, 61, 0.12);
  background: #ffffff;
  box-shadow: 0 26px 60px rgba(8, 16, 28, 0.24);
}

.chasers-entry-modal-close {
  position: absolute;
  top: 0.7rem;
  right: 0.7rem;
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 1px solid rgba(19, 35, 61, 0.12);
  background: #ffffff;
  color: #5c677d;
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1;
  box-shadow: none;
}

.chasers-entry-modal-close:hover {
  color: #10213c;
  border-color: rgba(13, 99, 199, 0.22);
  background: #fbfdff;
}

.chasers-entry-modal-copy {
  display: grid;
  gap: 0.45rem;
}

.chasers-entry-modal-kicker {
  color: var(--shiny-blue);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.chasers-entry-modal-copy strong {
  color: #10213c;
  font-size: 1.35rem;
  line-height: 1.08;
}

.chasers-entry-modal-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.55;
}

.chasers-entry-modal-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
}

.chasers-entry-modal-action {
  min-height: 5.6rem;
  width: 100%;
  padding: 1rem 1.05rem;
  border-radius: 8px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 0.25rem;
  text-align: left;
  box-shadow: none;
}

.chasers-entry-modal-action.is-simulation {
  border: 1px solid rgba(13, 99, 199, 0.44);
  box-shadow:
    inset 0 0 0 1px rgba(13, 99, 199, 0.26),
    0 0 0 3px rgba(13, 99, 199, 0.10);
  color: var(--shiny-blue);
}

.chasers-entry-modal-action.is-live {
  border: 1px solid rgba(191, 16, 41, 0.42);
  box-shadow:
    inset 0 0 0 1px rgba(191, 16, 41, 0.18),
    0 0 0 3px rgba(191, 16, 41, 0.08);
  color: var(--crimson-red);
}

.chasers-entry-modal-action.is-live span {
  color: var(--crimson-red);
}

.chasers-entry-modal-action span,
.chasers-entry-modal-action small {
  pointer-events: none;
}

.chasers-entry-modal-action span {
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.chasers-entry-modal-action small {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.35;
}

.home3-compare-highlight-green {
  color: #0f8b43;
}

.chasers-picker-search input,
.chasers-admin-search {
  width: 100%;
  padding: 0.8rem 0.95rem;
  border-radius: 14px;
  border: 1px solid rgba(13, 99, 199, 0.34);
  background: rgba(255, 255, 255, 0.94);
  box-shadow:
    0 0 0 3px rgba(13, 99, 199, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  font: inherit;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.chasers-picker-search input:focus,
.chasers-admin-search:focus {
  outline: none;
  border-color: rgba(13, 99, 199, 0.4);
  box-shadow:
    0 0 0 4px rgba(13, 99, 199, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.chasers-choice-card {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  padding: 0.85rem;
  border-radius: 20px;
  border: 1px solid rgba(19, 35, 61, 0.1);
  background: rgba(255, 255, 255, 0.82);
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
  min-width: 0;
}

.chasers-choice-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
  min-height: 0;
  height: 100%;
  overflow-y: auto;
  padding-right: 0.15rem;
  align-content: start;
  scrollbar-width: thin;
}

.chasers-choice-card:hover {
  transform: translateY(-1px);
  border-color: rgba(13, 99, 199, 0.26);
  box-shadow: 0 12px 24px rgba(19, 35, 61, 0.08);
}

.chasers-choice-card.is-selected {
  border-color: rgba(13, 99, 199, 0.82);
  background: rgba(255, 255, 255, 0.82);
  box-shadow:
    0 0 0 3px rgba(13, 99, 199, 0.24),
    0 14px 28px rgba(13, 99, 199, 0.12);
}

.chasers-choice-card.is-selected::after {
  content: "Selected";
  align-self: start;
  margin-left: auto;
  padding: 0.22rem 0.48rem;
  border-radius: 999px;
  background: rgba(191, 16, 41, 0.12);
  color: var(--crimson-red);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.chasers-choice-card.is-disabled {
  opacity: 0.58;
  cursor: not-allowed;
}

.chasers-choice-card input {
  display: none;
}

.chasers-choice-card img {
  width: 5rem;
  height: 5rem;
  object-fit: contain;
  flex: 0 0 auto;
}

.chasers-choice-card small {
  display: block;
}

.chasers-picker-action {
  white-space: nowrap;
  min-height: 2.35rem;
  padding: 0.52rem 0.76rem;
  border-radius: 12px;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.035em;
  box-shadow:
    inset 0 0 0 1px rgba(23, 116, 222, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.94);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 248, 255, 0.95));
  border: 1px solid rgba(19, 35, 61, 0.08);
  color: #163764;
}

.chasers-picker-action.is-active {
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(236, 245, 255, 0.98));
  box-shadow:
    inset 0 0 0 2px rgba(23, 116, 222, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.96),
    inset 0 -3px 0 rgba(191, 16, 41, 0.16),
    0 10px 18px rgba(13, 99, 199, 0.06);
}

.chasers-choice-card[hidden] {
  display: none !important;
}

.chasers-choice-card div,
.chasers-panel-head div,
.chasers-guide-copy,
.chasers-celebration-copy {
  min-width: 0;
}

.chasers-pricing-card {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
  padding: 0.8rem 0.9rem;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.76), rgba(247, 250, 255, 0.92));
  border: 1px solid rgba(19, 35, 61, 0.08);
}

.chasers-pricing-card span {
  display: block;
  color: var(--muted);
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.chasers-pricing-card strong {
  display: block;
  margin-top: 0.3rem;
  font-size: 1.3rem;
}

.chasers-open-button[hidden] {
  display: none !important;
}

.open-pack-btn {
  position: relative;
  isolation: isolate;
  width: auto;
  max-width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  min-height: 3.2rem;
  padding: 0.52rem 0.94rem 0.58rem;
  border: 1px solid rgba(251, 253, 255, 0.34);
  border-radius: 999px;
  color: var(--pearl-white);
  background:
    linear-gradient(102deg, #bf1029 0 49.25%, #0d63c7 49.25% 100%);
  box-shadow:
    0 16px 34px rgba(19, 35, 61, 0.34),
    0 6px 0 rgba(19, 35, 61, 0.74),
    inset 0 1px 0 rgba(255, 255, 255, 0.34),
    inset 0 -10px 20px rgba(8, 21, 41, 0.16);
  font-size: 1.08rem;
  font-weight: 980;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  overflow: hidden;
  transition:
    transform 260ms ease,
    box-shadow 260ms ease,
    filter 260ms ease;
  will-change: transform;
}

/* Inner gloss and glass edge */
.open-pack-btn::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.26), rgba(255, 255, 255, 0.06) 34%, rgba(255, 255, 255, 0) 56%),
    radial-gradient(circle at 24% 18%, rgba(255, 255, 255, 0.24), transparent 30%);
  pointer-events: none;
  z-index: 0;
}

/* Shine sweep */
.open-pack-btn::after {
  content: "";
  position: absolute;
  top: -18%;
  bottom: -18%;
  left: -28%;
  width: 28%;
  transform: translateX(-140%) skewX(-22deg);
  background: linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,0.32), rgba(255,255,255,0));
  pointer-events: none;
  z-index: 0;
  transition: transform 420ms ease;
}

.open-pack-btn:hover {
  transform: translateY(-2px) scale(1.05);
  color: var(--pearl-white);
  background: linear-gradient(102deg, #bf1029 0 49.25%, #0d63c7 49.25% 100%);
  border-color: rgba(251, 253, 255, 0.34);
  box-shadow:
    0 22px 42px rgba(19, 35, 61, 0.4),
    0 6px 0 rgba(19, 35, 61, 0.76),
    0 0 24px rgba(13, 99, 199, 0.22),
    0 0 20px rgba(191, 16, 41, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.36),
    inset 0 -12px 22px rgba(8, 21, 41, 0.14);
  filter: saturate(1.08);
}

.open-pack-btn:hover::after {
  transform: translateX(540%) skewX(-22deg);
}

.primary-button.open-pack-btn:hover,
.primary-button.open-pack-btn:focus-visible {
  color: var(--pearl-white);
  background: linear-gradient(102deg, #bf1029 0 49.25%, #0d63c7 49.25% 100%);
  border-color: rgba(251, 253, 255, 0.34);
}

.open-pack-btn:active {
  transform: translateY(2px) scale(0.985);
  box-shadow:
    0 10px 22px rgba(19, 35, 61, 0.28),
    0 2px 0 rgba(19, 35, 61, 0.72),
    inset 0 4px 10px rgba(8, 21, 41, 0.18),
    inset 0 1px 0 rgba(255,255,255,0.18);
}

.open-pack-btn:disabled {
  cursor: not-allowed;
  opacity: 0.62;
  transform: none;
  filter: saturate(0.82);
  box-shadow:
    0 10px 18px rgba(19, 35, 61, 0.18),
    0 4px 0 rgba(19, 35, 61, 0.4),
    inset 0 1px 0 rgba(255,255,255,0.2);
}

.open-pack-btn > * {
  position: relative;
  z-index: 1;
}

.open-pack-btn-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 980;
  color: var(--pearl-white);
  text-shadow:
    0 1px 0 rgba(19, 35, 61, 0.7),
    0 0 10px rgba(251, 253, 255, 0.18);
}

.open-pack-btn-divider {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.1rem;
  font-size: 1.04rem;
  color: rgba(251, 253, 255, 0.96);
  text-shadow:
    0 0 14px rgba(251, 253, 255, 0.42),
    0 1px 0 rgba(19, 35, 61, 0.72);
}

.chasers-inline-status {
  min-height: 1.25rem;
  margin: 0;
  font-size: 0.92rem;
}

.chasers-action-status {
  min-height: 1.1rem;
  margin: -0.05rem 0 0;
  font-size: 0.92rem;
}

.chasers-inline-status.is-error {
  color: var(--crimson-red);
}

.chasers-action-status.is-error {
  padding: 0.65rem 0.8rem;
  border-radius: 14px;
  border: 1px solid rgba(191, 16, 41, 0.14);
  background: rgba(191, 16, 41, 0.07);
  color: var(--crimson-red);
  font-weight: 600;
  line-height: 1.35;
}

.chasers-inline-status a,
.chasers-action-status a {
  color: #0d63c7;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 0.16em;
}

.chasers-inline-status a:hover,
.chasers-action-status a:hover {
  color: #0a4f9f;
}

.chasers-inline-status.is-success {
  color: #0f8b43;
}

.chasers-action-status.is-success {
  color: #0f8b43;
}

.chasers-credit-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.85rem;
  margin-top: 0.55rem;
  padding: 0.9rem 1rem;
  border-radius: 18px;
  border: 1px solid rgba(19, 35, 61, 0.08);
  background: rgba(255, 255, 255, 0.82);
}

.chasers-credit-panel[hidden] {
  display: none !important;
}

.chasers-credit-panel-copy {
  display: grid;
  gap: 0.15rem;
}

.chasers-credit-panel-copy-mobile {
  display: none;
}

.chasers-credit-panel-copy span {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.chasers-credit-panel-copy strong {
  color: #10213c;
  font-size: 1.25rem;
  line-height: 1;
}

.chasers-credit-panel-copy small {
  color: var(--muted);
  font-size: 0.84rem;
}

.chasers-credit-panel-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  justify-content: flex-end;
}

.chasers-credit-panel.is-empty {
  border-color: rgba(191, 16, 41, 0.12);
  background: rgba(255, 246, 248, 0.92);
}

.chasers-credit-panel.is-balance-up .chasers-credit-panel-copy strong {
  color: #0f8b43;
  text-shadow: 0 0 10px rgba(15, 139, 67, 0.16);
}

.chasers-credit-panel.is-balance-up [data-credit-panel-balance],
.chasers-credit-panel.is-balance-up [data-credit-panel-balance-mobile] {
  color: #0f8b43 !important;
  text-shadow: 0 0 10px rgba(15, 139, 67, 0.16);
}

.chasers-credit-panel.is-balance-down .chasers-credit-panel-copy strong {
  color: #10213c;
  text-shadow: none;
}

.chasers-credit-panel.is-balance-down [data-credit-panel-balance],
.chasers-credit-panel.is-balance-down [data-credit-panel-balance-mobile] {
  color: #10213c !important;
  text-shadow: none;
}

.chasers-topup-panel {
  position: absolute;
  inset: 0.9rem;
  z-index: 100;
  display: grid;
  align-items: center;
  isolation: isolate;
  pointer-events: auto;
}

.chasers-topup-panel[hidden] {
  display: none !important;
}

.chasers-topup-card {
  display: grid;
  gap: 1rem;
  max-width: 34rem;
  margin: 0 auto;
  position: relative;
  z-index: 101;
  padding: 1.2rem 1.25rem;
  border-radius: 18px;
  border: 1px solid rgba(13, 99, 199, 0.14);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 250, 255, 0.97));
  box-shadow:
    0 18px 34px rgba(19, 35, 61, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.94);
}

.chasers-topup-copy {
  display: grid;
  gap: 0.3rem;
  text-align: center;
}

.chasers-topup-kicker {
  color: var(--shiny-blue);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.chasers-topup-copy strong {
  font-size: clamp(1.45rem, 2.4vw, 2rem);
  line-height: 1;
  color: var(--ink);
}

.chasers-topup-copy p {
  margin: 0;
  color: rgba(19, 35, 61, 0.74);
  line-height: 1.5;
}

.chasers-topup-form {
  display: grid;
  gap: 0.9rem;
}

.chasers-topup-presets {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.45rem;
}

.chasers-topup-preset {
  min-height: 2rem;
  padding: 0.36rem 0.78rem;
  border-radius: 12px;
  font-size: 0.82rem;
}

.chasers-topup-preset.is-active {
  color: var(--ink);
  background: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(236, 245, 255, 0.98));
  box-shadow:
    inset 0 0 0 2px rgba(23, 116, 222, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.96),
    inset 0 -3px 0 rgba(191, 16, 41, 0.12),
    0 8px 16px rgba(13, 99, 199, 0.06);
}

.chasers-topup-field input {
  text-align: center;
}

.chasers-topup-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.6rem;
}

.chasers-topup-submit,
.chasers-topup-account {
  min-height: 2.8rem;
  justify-content: center;
}

.chasers-topup-helper {
  display: block;
  text-align: center;
  color: var(--muted);
  font-size: 0.82rem;
}

.chasers-play-panel {
  padding: 1rem;
  display: grid;
  gap: 0.85rem;
  overflow: visible;
}

.chasers-rip-topbar {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.9rem;
  align-items: start;
  padding: 0.6rem 0.1rem 0.15rem;
}

.chasers-rip-mode {
  display: inline-grid;
  grid-template-columns: 1fr;
  align-items: start;
  gap: 0.28rem;
  min-width: 0;
}

.chasers-rip-mode .chasers-stage-mode-label {
  margin-top: 0.05rem;
}

.chasers-rip-mode-toggle {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.24rem;
}

.chasers-rip-mode-toggle .chasers-picker-action {
  width: 7rem;
  min-height: 1.7rem;
  padding: 0.22rem 0.48rem;
  font-size: 0.76rem;
  line-height: 1;
  flex: 0 0 auto;
  justify-content: center;
}

.chasers-return-button {
  min-height: 2.35rem;
  padding-inline: 0.95rem;
  border-radius: 14px;
}

.chasers-rip-selected {
  display: grid;
  gap: 0.4rem;
  min-width: 0;
}

.chasers-rip-selected-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.chasers-rip-selected-count {
  appearance: none;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--shiny-blue);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-decoration: underline;
  text-underline-offset: 0.16em;
  text-decoration-thickness: 1.5px;
  cursor: pointer;
}

.chasers-rip-selected-strip {
  display: flex;
  gap: 0.5rem;
  overflow-x: auto;
  padding: 0.1rem 0 0.25rem;
  scrollbar-width: thin;
}

.chasers-rip-selected-strip:empty {
  display: none;
}

.chasers-rip-mobile-meta {
  display: none;
  margin: 0;
  color: rgba(19, 35, 61, 0.72);
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.35;
}

.chasers-stage-frame {
  display: grid;
  grid-template-columns: minmax(13.25rem, 14.5rem) minmax(0, 1fr);
  gap: 0.85rem;
  min-height: 29rem;
  min-width: 0;
  align-items: start;
}

.chasers-stage-top {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.8rem;
  align-items: start;
  grid-column: 1 / -1;
}

.chasers-surprise-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 700;
  justify-self: start;
}

.chasers-credit-panel .chasers-surprise-toggle {
  justify-self: start;
  font-size: 0.76rem;
  line-height: 1.3;
}

.chasers-credit-panel .chasers-surprise-toggle[hidden] {
  display: none !important;
}

.chasers-surprise-toggle input {
  width: 0.95rem;
  height: 0.95rem;
  accent-color: var(--shiny-blue);
}

.chasers-stage-actions {
  display: none;
}

.chasers-rip-info {
  min-width: 0;
}

.chasers-stage-actions .chasers-open-button {
  width: auto;
  justify-self: end;
  min-width: 0;
  min-height: 3.8rem;
  align-self: start;
}

.chasers-stage-actions .chasers-pricing-inline {
  min-width: 0;
}

.chasers-stage-frame > .chasers-action-status {
  grid-column: 1 / -1;
  display: none;
}

.chasers-stage-side {
  grid-column: 1;
  display: grid;
  gap: 0.7rem;
  align-self: start;
  min-height: 0;
  height: 0;
  overflow: visible;
}

.chasers-stage-side-meta {
  display: grid;
  gap: 0.55rem;
  margin-bottom: 0.1rem;
  pointer-events: auto;
}

.chasers-stage-side-meta .chasers-rip-info {
  text-align: left;
}

.chasers-rip-info-secondary-label {
  display: block;
  margin-top: 0.5rem;
}

.chasers-rip-info-secondary-value {
  display: block;
  margin-top: 0.18rem;
  color: #10213c;
  font-size: 1.06rem;
  line-height: 1;
}

.chasers-action-status-side {
  min-height: 0;
  margin: 0;
}

.chasers-action-status-side:empty {
  display: none;
}

.chasers-stage-side[hidden] {
  display: none !important;
}

.chasers-stage-mode {
  display: grid;
  gap: 0.3rem;
  min-width: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: 0;
}

.chasers-stage-mode-mobile-top {
  display: grid;
}

.chasers-stage-mode-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.65rem;
  min-width: 0;
}

.chasers-stage-mode-label {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.chasers-stage-mode-label-accent {
  color: var(--crimson-red);
  line-height: 1;
}

.chasers-stage-mode .chasers-picker-action {
  min-height: 2rem;
  padding: 0.45rem 0.72rem;
}

.chasers-stage-body {
  --stage-slider-space: 5.6rem;
  position: relative;
  min-height: clamp(31.5rem, 38vw, 38.5rem);
  height: clamp(31.5rem, 38vw, 38.5rem);
  padding: 0.9rem;
  border-radius: 0;
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border: 0;
  box-shadow: none;
  overflow: visible;
  grid-column: 2;
}

.chasers-cinematic-stage {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: 20px;
  pointer-events: none;
  z-index: 1;
}

.chasers-cinematic-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    url("../images/cloud.png"),
    url("../images/cloud.png"),
    url("../images/cloud.png"),
    url("../images/cloud.png"),
    url("../images/cloud.png"),
    url("../images/cloud.png"),
    url("../images/cloud.png");
  background-repeat: no-repeat;
  background-size:
    18rem auto,
    15rem auto,
    17rem auto,
    14rem auto,
    16rem auto,
    13rem auto,
    15rem auto;
  background-position:
    4% 6%,
    24% 18%,
    50% 8%,
    74% 14%,
    10% 56%,
    46% 50%,
    74% 60%;
  opacity: 0.9;
  z-index: 1;
  pointer-events: none;
  filter: brightness(1.22) saturate(0) contrast(1.06);
  mix-blend-mode: screen;
  transition: opacity 520ms ease;
  animation: chasers-stage-clouds 26s linear infinite;
}

.chasers-cinematic-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    radial-gradient(circle at 4% 10%, rgba(255, 255, 255, 0.95) 0 0.18%, transparent 0.26%),
    radial-gradient(circle at 9% 24%, rgba(120, 187, 255, 0.88) 0 0.15%, transparent 0.23%),
    radial-gradient(circle at 12% 16%, rgba(191, 16, 41, 0.82) 0 0.16%, transparent 0.24%),
    radial-gradient(circle at 14% 38%, rgba(255, 255, 255, 0.92) 0 0.17%, transparent 0.25%),
    radial-gradient(circle at 20% 18%, rgba(255, 255, 255, 0.9) 0 0.2%, transparent 0.29%),
    radial-gradient(circle at 26% 30%, rgba(120, 187, 255, 0.82) 0 0.14%, transparent 0.22%),
    radial-gradient(circle at 28% 12%, rgba(248, 201, 69, 0.84) 0 0.16%, transparent 0.24%),
    radial-gradient(circle at 32% 8%, rgba(255, 255, 255, 0.96) 0 0.17%, transparent 0.25%),
    radial-gradient(circle at 38% 24%, rgba(255, 255, 255, 0.9) 0 0.18%, transparent 0.26%),
    radial-gradient(circle at 44% 40%, rgba(120, 187, 255, 0.84) 0 0.15%, transparent 0.23%),
    radial-gradient(circle at 46% 20%, rgba(191, 16, 41, 0.84) 0 0.16%, transparent 0.24%),
    radial-gradient(circle at 50% 12%, rgba(255, 255, 255, 0.95) 0 0.19%, transparent 0.27%),
    radial-gradient(circle at 56% 28%, rgba(255, 255, 255, 0.88) 0 0.17%, transparent 0.25%),
    radial-gradient(circle at 62% 42%, rgba(120, 187, 255, 0.82) 0 0.14%, transparent 0.22%),
    radial-gradient(circle at 64% 14%, rgba(248, 201, 69, 0.84) 0 0.16%, transparent 0.24%),
    radial-gradient(circle at 68% 16%, rgba(255, 255, 255, 0.94) 0 0.18%, transparent 0.26%),
    radial-gradient(circle at 74% 32%, rgba(255, 255, 255, 0.9) 0 0.17%, transparent 0.25%),
    radial-gradient(circle at 80% 8%, rgba(120, 187, 255, 0.86) 0 0.15%, transparent 0.23%),
    radial-gradient(circle at 82% 18%, rgba(191, 16, 41, 0.82) 0 0.16%, transparent 0.24%),
    radial-gradient(circle at 86% 24%, rgba(255, 255, 255, 0.94) 0 0.18%, transparent 0.26%),
    radial-gradient(circle at 92% 40%, rgba(255, 255, 255, 0.9) 0 0.17%, transparent 0.25%),
    radial-gradient(circle at 6% 58%, rgba(255, 255, 255, 0.88) 0 0.16%, transparent 0.24%),
    radial-gradient(circle at 12% 74%, rgba(120, 187, 255, 0.8) 0 0.14%, transparent 0.22%),
    radial-gradient(circle at 16% 82%, rgba(248, 201, 69, 0.8) 0 0.15%, transparent 0.23%),
    radial-gradient(circle at 18% 90%, rgba(255, 255, 255, 0.9) 0 0.18%, transparent 0.26%),
    radial-gradient(circle at 24% 62%, rgba(255, 255, 255, 0.92) 0 0.17%, transparent 0.25%),
    radial-gradient(circle at 30% 80%, rgba(120, 187, 255, 0.84) 0 0.14%, transparent 0.22%),
    radial-gradient(circle at 34% 68%, rgba(191, 16, 41, 0.76) 0 0.15%, transparent 0.23%),
    radial-gradient(circle at 36% 56%, rgba(255, 255, 255, 0.9) 0 0.18%, transparent 0.26%),
    radial-gradient(circle at 42% 72%, rgba(255, 255, 255, 0.94) 0 0.17%, transparent 0.25%),
    radial-gradient(circle at 48% 88%, rgba(120, 187, 255, 0.82) 0 0.14%, transparent 0.22%),
    radial-gradient(circle at 54% 82%, rgba(248, 201, 69, 0.82) 0 0.15%, transparent 0.23%),
    radial-gradient(circle at 54% 60%, rgba(255, 255, 255, 0.9) 0 0.18%, transparent 0.26%),
    radial-gradient(circle at 60% 76%, rgba(255, 255, 255, 0.88) 0 0.16%, transparent 0.24%),
    radial-gradient(circle at 66% 92%, rgba(120, 187, 255, 0.8) 0 0.14%, transparent 0.22%),
    radial-gradient(circle at 72% 84%, rgba(191, 16, 41, 0.76) 0 0.15%, transparent 0.23%),
    radial-gradient(circle at 72% 58%, rgba(255, 255, 255, 0.92) 0 0.17%, transparent 0.25%),
    radial-gradient(circle at 78% 74%, rgba(255, 255, 255, 0.9) 0 0.18%, transparent 0.26%),
    radial-gradient(circle at 84% 88%, rgba(120, 187, 255, 0.82) 0 0.14%, transparent 0.22%),
    radial-gradient(circle at 88% 78%, rgba(248, 201, 69, 0.8) 0 0.15%, transparent 0.23%),
    radial-gradient(circle at 90% 60%, rgba(255, 255, 255, 0.94) 0 0.17%, transparent 0.25%),
    radial-gradient(circle at 94% 86%, rgba(120, 187, 255, 0.84) 0 0.16%, transparent 0.24%),
    radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.03), transparent 28%),
    radial-gradient(circle at 50% 58%, rgba(13, 99, 199, 0.34), transparent 54%),
    linear-gradient(180deg, rgba(2, 20, 64, 0.99), rgba(1, 10, 34, 1));
  opacity: 0;
  transition: opacity 860ms cubic-bezier(.22,.84,.24,1);
  z-index: 0;
  pointer-events: none;
}

.chasers-cinematic-backdrop {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    radial-gradient(circle at 50% 22%, rgba(255, 255, 255, 0.18), transparent 32%),
    radial-gradient(circle at 50% 58%, rgba(13, 99, 199, 0.22), transparent 56%),
    linear-gradient(180deg, rgba(14, 78, 158, 0.84), rgba(9, 58, 124, 0.96));
  opacity: 1;
  transition:
    background 820ms cubic-bezier(.22,.84,.24,1),
    opacity 820ms ease;
}

.chasers-cinematic-stage.is-primed::after {
  opacity: 1;
}

.chasers-cinematic-stage.is-primed::before {
  opacity: 0;
}

.chasers-cinematic-stage.is-primed .chasers-cinematic-backdrop {
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.12), transparent 28%),
    radial-gradient(circle at 50% 52%, rgba(120, 187, 255, 0.22), transparent 44%),
    radial-gradient(circle at 50% 70%, rgba(191, 16, 41, 0.16), transparent 58%),
    linear-gradient(180deg, rgba(4, 24, 76, 0.98), rgba(2, 12, 44, 1));
  box-shadow:
    inset 0 0 0 1px rgba(120, 187, 255, 0.18),
    inset 0 0 48px rgba(120, 187, 255, 0.12),
    inset 0 0 92px rgba(191, 16, 41, 0.08);
}

.chasers-cinematic-stage.is-primed .chasers-pack-shadow {
  opacity: 1;
  filter: blur(12px);
  background: radial-gradient(circle, rgba(4, 10, 24, 0.52), rgba(13, 99, 199, 0.14) 42%, transparent 72%);
}

.chasers-cinematic-stage.is-primed .chasers-pack-art-shell {
  filter:
    drop-shadow(0 24px 32px rgba(3, 8, 20, 0.42))
    drop-shadow(0 0 22px rgba(120, 187, 255, 0.22))
    drop-shadow(0 0 36px rgba(191, 16, 41, 0.12));
}

.chasers-pack-scene {
  position: absolute;
  inset: 0 0 var(--stage-slider-space) 0;
  display: grid;
  place-items: center;
}

.chasers-stage-slider-shell {
  --chasers-stage-control-radius: 999px;
  position: absolute;
  left: 50%;
  bottom: 0.8rem;
  z-index: 7;
  width: min(calc(100% - 1rem), 27.5rem);
  max-width: calc(100% - 1rem);
  transform: translateX(-50%);
  padding: 0.28rem;
  border-radius: var(--chasers-stage-control-radius);
  background: rgba(255, 255, 255, 0.94);
  box-shadow:
    0 14px 28px rgba(3, 8, 20, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.98);
  display: grid;
  justify-items: center;
  gap: 0.22rem;
  transition:
    width 260ms cubic-bezier(.2,.8,.2,1),
    max-width 260ms cubic-bezier(.2,.8,.2,1),
    padding 260ms cubic-bezier(.2,.8,.2,1),
    border-radius 260ms cubic-bezier(.2,.8,.2,1),
    background 220ms ease,
    box-shadow 220ms ease;
}

.chasers-stage-slider-shell[data-mode="hit"],
.chasers-stage-slider-shell.is-confirming {
  --chasers-stage-control-radius: 14px;
}

@media (min-width: 761px) {
  .chasers-stage-slider-shell[data-mode="hit"],
  .chasers-stage-slider-shell.is-confirming {
    width: min(calc(100% - 0.4rem), 31rem);
    max-width: calc(100% - 0.4rem);
    padding: 0.38rem;
  }

  .chasers-stage-slider-shell .chasers-hit-action-group {
    gap: 0.56rem;
  }

  .chasers-stage-slider-shell .chasers-rip-action-button {
    min-height: 2.72rem;
    padding: 0.7rem 1rem;
    font-size: 0.84rem;
  }
}

.chasers-stage-slider-shell[hidden] {
  display: none !important;
}

.chasers-stage-slider-shell .chasers-rip-slider {
  width: 100%;
  max-width: none;
}

.chasers-stage-slider-shell .chasers-hit-action-group {
  width: 100%;
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 0.42rem;
}

.chasers-stage-slider-shell .chasers-rip-action-button {
  min-width: 0;
  min-height: 2.48rem;
  padding: 0.58rem 0.72rem;
  font-size: 0.76rem;
  letter-spacing: 0.04em;
  border-radius: var(--chasers-stage-control-radius);
}

.chasers-stage-slider-shell .chasers-rip-action-button span {
  white-space: nowrap;
}

.chasers-stage-slider-shell .chasers-hit-action-confirm {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 0.38rem);
  transform: translateX(-50%);
  z-index: 10;
  min-height: 0;
  padding: 0.35rem 0.8rem;
  border-radius: var(--chasers-stage-control-radius);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 12px 24px rgba(3, 8, 20, 0.14);
  pointer-events: none;
  white-space: nowrap;
}

.chasers-cinematic-stage-message {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 20;
  transform: translate(-50%, -50%) scale(0.72);
  padding: 0.7rem 1.1rem;
  border-radius: 12px;
  background: rgba(5, 16, 38, 0.44);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #fff7f7;
  font-size: clamp(1.3rem, 2.2vw, 1.85rem);
  font-weight: 1000;
  letter-spacing: 0.03em;
  text-align: center;
  text-shadow:
    0 0 14px rgba(191, 16, 41, 0.32),
    0 12px 24px rgba(3, 8, 20, 0.34);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  white-space: normal;
  max-width: min(calc(100% - 1.5rem), 28rem);
  text-wrap: balance;
  box-shadow:
    0 16px 28px rgba(3, 8, 20, 0.28),
    0 0 28px rgba(13, 99, 199, 0.12);
}

.chasers-cinematic-stage-message.is-visible {
  visibility: visible;
  pointer-events: none;
}

.chasers-cinematic-stage-message.is-live {
  animation: chasers-stage-message-pop 520ms cubic-bezier(.2,.8,.2,1) forwards;
}

.chasers-cinematic-stage-message.is-hit {
  top: 8.6%;
  padding: 0.3rem 0.8rem;
  background: rgba(6, 18, 44, 0.42);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  color: #ffffff;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow:
    0 10px 20px rgba(3, 8, 20, 0.22),
    0 0 22px rgba(13, 99, 199, 0.12);
  text-shadow:
    0 0 18px rgba(191, 16, 41, 0.28),
    0 0 32px rgba(13, 99, 199, 0.22),
    0 10px 20px rgba(3, 8, 20, 0.28);
  animation: chasers-stage-message-hit 1120ms cubic-bezier(.2,.8,.2,1) forwards;
  white-space: nowrap;
  max-width: none;
}

.chasers-missed-card-callout {
  position: absolute;
  left: 50%;
  top: 25.4%;
  z-index: 21;
  transform: translate(-50%, 0.45rem) scale(0.88);
  width: min(calc(100% - 1.4rem), 32rem);
  color: #ffffff;
  line-height: 1.02;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform-origin: 50% 50%;
  will-change: opacity, transform, filter;
}

.chasers-missed-card-callout.is-visible {
  visibility: visible;
}

.chasers-missed-card-callout.is-live {
  opacity: 1;
  transform: translate(-50%, 0) scale(1);
  filter: blur(0);
  transition:
    opacity 220ms ease,
    transform 380ms cubic-bezier(.16,.84,.24,1),
    filter 240ms ease;
}

.chasers-missed-card-callout-primary,
.chasers-missed-card-callout-secondary {
  display: block;
}

.chasers-missed-card-callout.is-headline .chasers-missed-card-callout-primary {
  font-size: clamp(1.9rem, 4.2vw, 3.05rem);
  font-weight: 1000;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #f2314f;
  line-height: 0.98;
  white-space: normal;
  overflow-wrap: anywhere;
  transform: perspective(1100px) rotateZ(-7deg) rotateX(14deg);
  text-shadow:
    0 1px 0 rgba(255, 184, 196, 0.92),
    0 2px 0 rgba(240, 93, 120, 0.9),
    0 3px 0 rgba(219, 38, 70, 0.9),
    0 4px 0 rgba(153, 16, 43, 0.96),
    0 10px 16px rgba(34, 2, 10, 0.62),
    0 0 22px rgba(242, 49, 79, 0.26);
  animation: chasers-missed-headline-pulse 900ms ease-in-out infinite alternate;
}

.chasers-missed-card-callout.is-detail {
  transform: translate(-50%, 0.35rem) scale(0.92);
  width: min(calc(100% - 2.2rem), 24rem);
}

.chasers-missed-card-callout.is-detail .chasers-missed-card-callout-primary {
  width: fit-content;
  max-width: 100%;
  margin: 0 auto;
  padding: 0.42rem 0.82rem 0.32rem;
  font-size: clamp(1.12rem, 2.35vw, 1.56rem);
  font-weight: 1000;
  color: #ffffff;
  letter-spacing: 0.02em;
  line-height: 1.08;
  white-space: normal;
  overflow-wrap: anywhere;
  border-radius: 8px;
  background: rgba(5, 14, 34, 0.82);
  box-shadow:
    0 10px 20px rgba(3, 8, 20, 0.34),
    0 0 18px rgba(13, 99, 199, 0.12);
  text-shadow:
    0 5px 14px rgba(3, 8, 20, 0.7),
    0 0 18px rgba(13, 99, 199, 0.16);
}

.chasers-missed-card-callout.is-detail .chasers-missed-card-callout-secondary {
  width: fit-content;
  max-width: 100%;
  margin: 0.28rem auto 0;
  padding: 0.28rem 0.68rem;
  font-size: clamp(1rem, 1.9vw, 1.16rem);
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1.08;
  text-transform: uppercase;
  white-space: normal;
  overflow-wrap: anywhere;
  color: #9ed9ff;
  border-radius: 999px;
  background: rgba(4, 12, 30, 0.78);
  box-shadow:
    0 8px 16px rgba(3, 8, 20, 0.28),
    0 0 16px rgba(13, 99, 199, 0.18);
  text-shadow:
    0 3px 10px rgba(3, 8, 20, 0.56),
    0 0 18px rgba(13, 99, 199, 0.22);
}

.chasers-missed-card-callout.is-tier-ex .chasers-missed-card-callout-primary {
  color: #ff4d69;
}

.chasers-missed-card-callout.is-tier-ir .chasers-missed-card-callout-primary,
.chasers-missed-card-callout.is-tier-ur .chasers-missed-card-callout-primary {
  color: #ff4164;
}

.chasers-missed-card-callout.is-tier-mar .chasers-missed-card-callout-primary,
.chasers-missed-card-callout.is-tier-gold .chasers-missed-card-callout-primary,
.chasers-missed-card-callout.is-tier-sir .chasers-missed-card-callout-primary {
  color: #ff3154;
  text-shadow:
    0 1px 0 rgba(255, 232, 180, 0.96),
    0 2px 0 rgba(255, 176, 64, 0.84),
    0 3px 0 rgba(229, 65, 58, 0.92),
    0 4px 0 rgba(142, 9, 39, 0.98),
    0 12px 20px rgba(34, 2, 10, 0.66),
    0 0 28px rgba(255, 196, 92, 0.24);
}

.chasers-pack-art-shell {
  position: relative;
  z-index: 3;
  width: min(22.5rem, 45vw);
  max-width: 86%;
  margin-top: 1.08rem;
  transform-style: preserve-3d;
  filter:
    drop-shadow(0 24px 32px rgba(3, 8, 20, 0.36))
    drop-shadow(0 0 18px rgba(84, 131, 229, 0.16));
  animation: chasers-pack-idle-sway 2.8s ease-in-out infinite;
}

.chasers-pack-art {
  display: block;
  width: 100%;
}

.chasers-pack-art-top {
  position: absolute;
  inset: 0;
  z-index: 4;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  clip-path: polygon(0 0, 100% 0, 100% 20.5%, 0 34.5%);
  opacity: 0;
  pointer-events: none;
}

.chasers-pack-shadow {
  position: absolute;
  left: 50%;
  top: calc(50% + 9.8rem);
  width: min(18rem, 38vw);
  height: 2.2rem;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(4, 10, 24, 0.4), transparent 70%);
  transform: translateX(-50%);
  filter: blur(10px);
  opacity: 0.9;
}

.chasers-pack-slash {
  position: absolute;
  left: 50%;
  top: 31.5%;
  width: min(26rem, 62vw);
  height: 0.7rem;
  border-radius: 999px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.85), rgba(191, 16, 41, 0.98), rgba(255, 255, 255, 0.08));
  box-shadow:
    0 0 0 2px rgba(255, 255, 255, 0.1),
    0 0 22px rgba(191, 16, 41, 0.5),
    0 0 42px rgba(191, 16, 41, 0.3);
  transform: translateX(-50%) rotate(-14deg) scaleX(0.1);
  opacity: 0;
  z-index: 8;
}

.chasers-pack-slash[hidden] {
  display: none !important;
}

.chasers-pack-scene.is-opening .chasers-pack-slash {
  display: block;
  animation: chasers-pack-slash 420ms cubic-bezier(.2,.8,.2,1) forwards;
}

.chasers-pack-scene.is-opening .chasers-pack-art-shell {
  animation: chasers-pack-open-lift 460ms cubic-bezier(.2,.8,.2,1) forwards;
}

.chasers-pack-scene.is-opening .chasers-pack-art {
  clip-path: polygon(0 34.5%, 100% 20.5%, 100% 100%, 0 100%);
  transform: translateY(0.42rem) scaleY(0.985);
  transition: clip-path 260ms ease, transform 260ms ease;
}

.chasers-pack-scene.is-opening .chasers-pack-art-top {
  opacity: 1;
  animation: chasers-pack-top-slice 760ms cubic-bezier(.16,.84,.28,1) forwards;
}

.chasers-pack-scene.is-hit .chasers-pack-art-shell,
.chasers-pack-scene.is-miss .chasers-pack-art-shell {
  opacity: 0.14;
  transform: translateY(1.25rem) scale(0.92);
}

.chasers-pack-lightning {
  display: none !important;
}

.chasers-pack-lightning[hidden] {
  display: none !important;
}

.chasers-pack-lightning span {
  position: absolute;
  width: 0.26rem;
  height: 11rem;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.98), rgba(120, 187, 255, 0.9), rgba(255, 255, 255, 0));
  box-shadow: 0 0 18px rgba(120, 187, 255, 0.6);
  animation: chasers-lightning-pulse 420ms ease-in-out infinite alternate;
}

.chasers-pack-lightning span:nth-child(1) {
  left: 9%;
  top: 14%;
  --bolt-rotate: -38deg;
}

.chasers-pack-lightning span:nth-child(2) {
  right: 9%;
  top: 14%;
  --bolt-rotate: 38deg;
}

.chasers-pack-lightning span:nth-child(3) {
  display: none;
}

.chasers-pack-lightning span:nth-child(4) {
  display: none;
}

.chasers-pack-bulk-pile {
  position: absolute;
  inset: 0;
  z-index: auto;
  pointer-events: none;
}

.chasers-pack-bulk-label {
  position: absolute;
  left: 0.8rem;
  top: 0.4rem;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-shadow: 0 10px 22px rgba(3, 8, 20, 0.34);
}

.chasers-pack-bulk-stack {
  display: none;
}

.chasers-bulk-flyer {
  position: absolute;
  left: var(--bulk-origin-x, 50%);
  top: var(--bulk-origin-y, 55%);
  width: var(--bulk-card-width, min(10.5rem, 22.5vw));
  opacity: 0;
  transform: translate(-50%, -50%) rotate(0deg) scale(1);
  perspective: 1200px;
  z-index: 1;
}

.chasers-bulk-flyer-inner {
  position: relative;
  width: 100%;
  aspect-ratio: 0.72;
  transform-style: preserve-3d;
  transition: transform 240ms ease;
}

.chasers-bulk-flyer-face {
  position: absolute;
  inset: 0;
  border-radius: 12px;
  overflow: hidden;
  backface-visibility: hidden;
  background:
    radial-gradient(circle at 50% 48%, rgba(100, 176, 255, 0.22) 0%, rgba(100, 176, 255, 0.08) 18%, rgba(11, 26, 58, 0) 40%),
    linear-gradient(180deg, #1b3f78 0%, #18315a 52%, #0e1b33 100%);
}

.chasers-bulk-flyer-face-front {
  transform: rotateY(180deg);
}

.chasers-bulk-flyer-face-back {
  background:
    url("https://images.pokemontcg.io/cardback.png") center / cover no-repeat,
    radial-gradient(circle at 50% 48%, rgba(100, 176, 255, 0.22) 0%, rgba(100, 176, 255, 0.08) 18%, rgba(11, 26, 58, 0) 40%),
    linear-gradient(180deg, #1b3f78 0%, #18315a 52%, #0e1b33 100%);
}

.chasers-bulk-flyer img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 20px 32px rgba(3, 8, 20, 0.34);
}

.chasers-bulk-flyer.is-live {
  opacity: 1;
  animation: chasers-bulk-popout 940ms cubic-bezier(.2,.82,.2,1) forwards;
}

.chasers-bulk-flyer.is-hit-back.is-live {
  animation: chasers-bulk-popout-back 940ms cubic-bezier(.2,.82,.2,1) forwards;
}

.chasers-bulk-flyer.is-live .chasers-bulk-flyer-inner {
  animation: chasers-bulk-face-forward 940ms cubic-bezier(.2,.82,.2,1) forwards;
}

.chasers-bulk-flyer.is-revealed .chasers-bulk-flyer-inner {
  animation: chasers-bulk-card-reveal 380ms cubic-bezier(.2,.82,.2,1) forwards;
}

.chasers-bulk-flyer.is-over-pack {
  z-index: 5;
}

.chasers-bulk-flyer.is-exit {
  z-index: 5;
  animation: chasers-bulk-fly-away 620ms cubic-bezier(.22,.82,.24,1) forwards;
}

.chasers-bulk-flyer.is-hit-pick.is-claimed {
  opacity: 0;
  transition: opacity 180ms ease;
}

.chasers-bulk-flyer.is-cinematic-sequence-current {
  z-index: 13;
  animation: none !important;
  opacity: 1;
  transform: translate(-50%, calc(-50% + 0.72rem)) rotate(0deg) scale(1.12);
  filter:
    drop-shadow(0 24px 36px rgba(3, 8, 20, 0.34))
    drop-shadow(0 0 20px rgba(120, 187, 255, 0.16));
  transition:
    transform 520ms cubic-bezier(.18,.82,.22,1),
    filter 320ms ease,
    opacity 240ms ease;
}

.chasers-bulk-flyer.is-cinematic-sequence-current .chasers-bulk-flyer-inner {
  animation: none !important;
  transform: rotateY(180deg) rotateX(-10deg) rotateZ(calc(var(--bulk-lane, 0) * 1.5deg)) scale(1);
}

.chasers-bulk-flyer.is-cinematic-sequence-current:not(.is-revealed) {
  transform: translate(calc(-50% + (var(--bulk-lane, 0) * 0.24rem)), calc(-50% - 0.1rem + (var(--bulk-stack, 0) * 0.08rem))) rotate(calc(var(--bulk-lane, 0) * 1.4deg)) scale(1);
  filter:
    drop-shadow(0 20px 30px rgba(3, 8, 20, 0.28))
    drop-shadow(0 0 14px rgba(120, 187, 255, 0.12));
}

.chasers-bulk-flyer.is-cinematic-sequence-current:not(.is-revealed) .chasers-bulk-flyer-inner {
  animation: none !important;
  transform: rotateY(0deg) rotateX(-10deg) rotateZ(calc(var(--bulk-lane, 0) * 1.5deg)) scale(1);
}

.chasers-bulk-flyer.is-cinematic-sequence-previous {
  animation: none !important;
  opacity: 0.88;
  filter:
    saturate(0.9)
    brightness(0.96)
    drop-shadow(0 18px 28px rgba(3, 8, 20, 0.24));
  transition:
    transform 500ms cubic-bezier(.18,.82,.22,1),
    filter 280ms ease,
    opacity 220ms ease;
}

.chasers-bulk-flyer.is-cinematic-sequence-previous {
  z-index: 10;
  transform:
    translate(calc(-50% - 1.2rem), calc(-50% + 1.56rem))
    rotate(-6deg)
    scale(1);
}

.chasers-bulk-flyer.is-cinematic-sequence-previous .chasers-bulk-flyer-inner {
  animation: none !important;
  transform: rotateY(180deg) rotateX(-10deg) rotateZ(calc(var(--bulk-lane, 0) * 1.5deg)) scale(1);
}

.chasers-bulk-flyer.is-cinematic-active {
  z-index: 14;
  animation: none !important;
  transform: translate(-50%, calc(-50% + 0.85rem)) rotate(0deg) scale(1.24);
  filter:
    drop-shadow(0 28px 40px rgba(3, 8, 20, 0.4))
    drop-shadow(0 0 28px rgba(120, 187, 255, 0.22));
  transition:
    transform 520ms cubic-bezier(.2,.8,.2,1),
    filter 320ms ease,
    opacity 220ms ease;
}

.chasers-bulk-flyer.is-cinematic-active .chasers-bulk-flyer-inner {
  animation: none !important;
  transform: rotateY(180deg) rotateX(-10deg) rotateZ(calc(var(--bulk-lane, 0) * 1.5deg)) scale(1);
}

.chasers-bulk-flyer.is-cinematic-behind {
  z-index: calc(9 - min(var(--cinematic-stack-order, 1), 4));
  animation: none !important;
  opacity: 0.82;
  transform:
    translate(calc(-50% + (var(--cinematic-stack-side, 1) * min(var(--cinematic-stack-order, 1), 4) * 1.35rem)), calc(-50% + 1.3rem + (min(var(--cinematic-stack-order, 1), 4) * 0.38rem)))
    rotate(calc(var(--cinematic-stack-side, 1) * min(var(--cinematic-stack-order, 1), 4) * 7deg))
    scale(calc(1.08 - (min(var(--cinematic-stack-order, 1), 4) * 0.05)));
  filter:
    saturate(0.86)
    brightness(0.94)
    drop-shadow(0 18px 28px rgba(3, 8, 20, 0.24));
  transition:
    transform 460ms cubic-bezier(.2,.8,.2,1),
    filter 260ms ease,
    opacity 220ms ease;
  pointer-events: auto;
}

.chasers-bulk-flyer.is-cinematic-behind .chasers-bulk-flyer-inner {
  animation: none !important;
  transform: rotateY(180deg) rotateX(-10deg) rotateZ(calc(var(--bulk-lane, 0) * 1.5deg)) scale(1);
}

.chasers-bulk-flyer.is-cinematic-hidden {
  animation: none !important;
  opacity: 0;
  transform: translate(calc(-50% + 0.6rem), calc(-50% + 1.4rem)) rotate(4deg) scale(1.02);
  transition: transform 280ms ease, opacity 180ms ease;
}

.chasers-bulk-flyer.is-hit-pick.is-cinematic-shaking {
  z-index: 15;
  filter:
    drop-shadow(0 24px 34px rgba(3, 8, 20, 0.34))
    drop-shadow(0 0 20px rgba(120, 187, 255, 0.18));
}

.chasers-bulk-flyer.is-hit-pick.is-cinematic-shaking .chasers-bulk-flyer-inner {
  animation: chasers-hit-flyer-inner-rattle 90ms linear infinite !important;
}

.chasers-bulk-flyer.is-hit-pick.is-cinematic-shaking .chasers-bulk-flyer-face-front img {
  animation: chasers-hit-image-rattle 90ms linear infinite !important;
  transform-origin: center center;
}

.chasers-cinematic-hit {
  position: absolute;
  inset: 0;
  z-index: 12;
  display: grid;
  place-items: center;
  gap: 1rem;
  align-content: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.chasers-cinematic-hit.is-visible {
  opacity: 1;
  visibility: visible;
}

.chasers-cinematic-hit-card {
  display: none !important;
}

.chasers-cinematic-hit-card::after {
  display: none;
}

.chasers-cinematic-hit-inner {
  position: relative;
  width: 100%;
  aspect-ratio: 0.72;
  transform-style: preserve-3d;
  transition: transform 640ms cubic-bezier(.2,.8,.2,1);
}

.chasers-cinematic-hit-card.is-flipped .chasers-cinematic-hit-inner {
  transform: rotateY(180deg) scale(1.04);
}

.chasers-cinematic-hit.is-visible .chasers-cinematic-hit-card {
  transform: translateY(0) scale(1);
  opacity: 1;
}

.chasers-cinematic-hit.is-visible .chasers-cinematic-hit-card.is-pack-origin {
  transform: translate(calc((var(--cinematic-hit-origin-order, 1) - 1) * 0.28rem), calc(-0.2rem + (var(--cinematic-hit-origin-order, 1) * 0.12rem))) scale(1.01);
  opacity: 0.12;
  filter:
    drop-shadow(0 20px 30px rgba(3, 8, 20, 0.26))
    drop-shadow(0 0 14px rgba(120, 187, 255, 0.12));
}

.chasers-cinematic-hit.is-visible .chasers-cinematic-hit-card.is-from-pack {
  transform: translateY(-0.24rem) scale(1.1);
  filter:
    drop-shadow(0 34px 44px rgba(3, 8, 20, 0.44))
    drop-shadow(0 0 34px rgba(120, 187, 255, 0.28));
}

.chasers-cinematic-hit.is-visible .chasers-cinematic-hit-card.is-switching {
  transform: translateX(-0.5rem) scale(0.985);
  opacity: 0.36;
  filter:
    drop-shadow(0 16px 26px rgba(3, 8, 20, 0.24))
    drop-shadow(0 0 12px rgba(120, 187, 255, 0.12));
}

.chasers-cinematic-hit-fan {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.chasers-cinematic-hit-fan {
  opacity: 0;
  visibility: hidden;
}

.chasers-cinematic-hit-fan.is-visible {
  opacity: 1;
  visibility: visible;
}

.chasers-cinematic-hit-thumb {
  appearance: none;
  width: min(11.4rem, 24.4vw);
  border: 0;
  background: transparent;
  padding: 0;
  margin-left: 0;
  border-radius: 10px;
  cursor: pointer;
  position: absolute;
  left: 50%;
  top: 50%;
  pointer-events: auto;
  transform: translate(-50%, -50%) translateX(calc(var(--hit-fan-offset, 0) * 3.2rem)) translateY(calc(0.9rem + (var(--hit-fan-stack, 0) * 0.2rem))) rotate(calc(var(--hit-fan-offset, 0) * 7deg)) scale(0.88);
  transition: transform 220ms ease, filter 180ms ease, opacity 180ms ease;
  filter: saturate(0.78) brightness(0.9);
  opacity: 0.82;
  z-index: 1;
}

.chasers-cinematic-hit-thumb img {
  width: 100%;
  display: block;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(3, 8, 20, 0.28);
}

.chasers-cinematic-hit-thumb::after {
  content: "";
  position: absolute;
  inset: -0.18rem;
  border-radius: 12px;
  border: 2px solid rgba(255, 255, 255, 0.18);
  opacity: 0;
  transition: opacity 180ms ease, border-color 180ms ease;
}

.chasers-cinematic-hit-thumb:hover::after {
  opacity: 1;
}

.chasers-cinematic-hit-thumb.is-left,
.chasers-cinematic-hit-thumb.is-right {
  box-shadow: none;
}

.chasers-cinematic-hit-thumb.is-left {
  transform: translate(-50%, -50%) translateX(calc(var(--hit-fan-offset, 0) * 3.2rem)) translateY(calc(1rem + (var(--hit-fan-stack, 0) * 0.2rem))) rotate(calc(var(--hit-fan-offset, 0) * 8deg)) scale(0.86);
}

.chasers-cinematic-hit-thumb.is-right {
  transform: translate(-50%, -50%) translateX(calc(var(--hit-fan-offset, 0) * 3.2rem)) translateY(calc(1rem + (var(--hit-fan-stack, 0) * 0.2rem))) rotate(calc(var(--hit-fan-offset, 0) * 8deg)) scale(0.86);
}

.chasers-cinematic-caption-shell {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.75rem;
}

.chasers-cinematic-caption-copy {
  display: grid;
  justify-items: center;
  gap: 0.18rem;
}

.chasers-cinematic-caption-nav {
  appearance: none;
  width: 1.9rem;
  height: 1.9rem;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #79c8ff;
  font-weight: 1000;
  line-height: 1;
  box-shadow: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: transform 180ms ease, filter 180ms ease, opacity 180ms ease;
}

.chasers-cinematic-caption-nav-glyph {
  position: relative;
  z-index: 1;
  font-size: 1.85rem;
  font-weight: 1000;
  text-shadow:
    0 0 10px rgba(120, 187, 255, 0.4),
    0 0 18px rgba(13, 99, 199, 0.26);
  filter: drop-shadow(0 4px 10px rgba(6, 24, 56, 0.24));
}

.chasers-cinematic-caption-nav[data-cinematic-hit-nav="prev"] .chasers-cinematic-caption-nav-glyph {
  animation: chasers-caption-nav-prev 1180ms ease-in-out infinite;
}

.chasers-cinematic-caption-nav[data-cinematic-hit-nav="next"] .chasers-cinematic-caption-nav-glyph {
  animation: chasers-caption-nav-next 1180ms ease-in-out infinite;
}

.chasers-cinematic-caption-nav:hover {
  transform: translateY(-1px) scale(1.08);
  filter: brightness(1.08) saturate(1.08);
}

.chasers-cinematic-caption-nav[hidden] {
  visibility: hidden;
}

.chasers-cinematic-caption {
  grid-column: 2;
  display: grid;
  justify-items: center;
  gap: 0.18rem;
  margin-top: 0.08rem;
  min-height: 3.1rem;
  align-content: start;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.chasers-cinematic-caption.is-visible {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.chasers-cinematic-caption-kicker {
  color: var(--crimson-red);
  font-size: 0.82rem;
  font-weight: 1000;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.chasers-cinematic-caption-kicker:empty {
  display: none;
}

.chasers-cinematic-caption-title {
  color: #10213c;
  font-size: clamp(1.05rem, 1.9vw, 1.45rem);
  line-height: 1.08;
  text-align: center;
}

.chasers-cinematic-caption-price {
  color: var(--shiny-blue);
  font-size: 0.96rem;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.chasers-cinematic-caption-count {
  color: rgba(16, 33, 60, 0.62);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.chasers-cinematic-caption.is-live {
  animation: chasers-caption-rise 320ms cubic-bezier(.2,.8,.2,1);
}

.chasers-cinematic-caption.is-miss .chasers-cinematic-caption-title {
  color: var(--crimson-red);
  font-size: clamp(1.2rem, 2.1vw, 1.9rem);
  font-weight: 1000;
  letter-spacing: 0.02em;
  transform-origin: center;
  animation: chasers-miss-pop 420ms cubic-bezier(.2,.8,.2,1);
}

.chasers-confetti-rain {
  position: absolute;
  inset: 0;
  z-index: 5;
  overflow: hidden;
  pointer-events: none;
}

.chasers-confetti-rain[hidden] {
  display: none !important;
}

.chasers-confetti-rain span {
  position: absolute;
  top: -1.5rem;
  left: var(--confetti-left);
  width: 0.56rem;
  height: 1.08rem;
  border-radius: 2px;
  opacity: 0;
  background: var(--confetti-color, #fff);
  animation: chasers-confetti-rain 1.8s linear var(--confetti-delay) infinite;
}

.chasers-confetti-rain span:nth-child(4n + 1) { --confetti-color: #0d63c7; }
.chasers-confetti-rain span:nth-child(4n + 2) { --confetti-color: #bf1029; }
.chasers-confetti-rain span:nth-child(4n + 3) { --confetti-color: #ffffff; }
.chasers-confetti-rain span:nth-child(4n + 4) { --confetti-color: #f8c945; }

.chasers-rip-slider {
  position: relative;
  width: min(27rem, calc(100vw - 3rem));
  justify-self: center;
  align-self: center;
  margin-inline: auto;
  --slider-progress: 0;
  display: block;
}

.chasers-rip-slider[hidden] {
  display: none !important;
}

.chasers-rip-slider {
  position: relative;
  --slider-progress: 0;
}

.chasers-rip-slider::before,
.chasers-rip-slider::after {
  content: "";
  position: absolute;
  inset: -0.45rem;
  border-radius: 999px;
  pointer-events: none;
}

.chasers-rip-slider::before {
  display: none;
}

.chasers-rip-slider::after {
  display: none;
}

.chasers-rip-slider-current {
  display: none;
}

.chasers-rip-slider-current-base,
.chasers-rip-slider-current-flow {
  display: none;
}

.chasers-rip-slider-current-base {
  display: none;
}

.chasers-rip-slider-current-flow {
  display: none;
}

.chasers-rip-slider-lightning {
  display: none;
}

.chasers-rip-slider-lightning-left {
  right: calc(100% - 0.3rem);
}

.chasers-rip-slider-lightning-right {
  left: calc(100% - 0.3rem);
}

.chasers-rip-slider-lightning span {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 0.6rem;
  transform: translateY(-50%) scaleX(calc(0.16 + (var(--slider-progress, 0) * 1.02)));
  background: linear-gradient(
    90deg,
    rgba(86, 145, 255, 0) 0%,
    rgba(86, 145, 255, 0.92) 12%,
    rgba(255, 255, 255, 0.98) 24%,
    rgba(191, 16, 41, 0.96) 42%,
    rgba(86, 145, 255, 0.88) 66%,
    rgba(191, 16, 41, 0) 100%
  );
  clip-path: polygon(0 52%, 10% 42%, 17% 58%, 26% 36%, 35% 61%, 44% 39%, 54% 57%, 63% 35%, 73% 61%, 82% 41%, 90% 56%, 100% 47%, 100% 60%, 90% 69%, 82% 54%, 73% 72%, 63% 48%, 54% 66%, 44% 50%, 35% 74%, 26% 46%, 17% 66%, 10% 49%, 0 63%);
  animation: chasers-slider-lightning-flicker 2.2s ease-in-out infinite;
}

.chasers-rip-slider-lightning-left span {
  transform-origin: right center;
}

.chasers-rip-slider-lightning-right span {
  transform-origin: left center;
}

.chasers-rip-slider-lightning span:nth-child(1) {
  width: 100%;
}

.chasers-rip-slider-lightning span:nth-child(2) {
  width: 72%;
  top: 34%;
  animation-duration: 1.85s;
  animation-delay: 0.1s;
}

.chasers-rip-slider-lightning span:nth-child(3) {
  width: 58%;
  top: 68%;
  animation-duration: 1.6s;
  animation-delay: 0.2s;
}

.chasers-rip-slider-track {
  position: relative;
  min-height: 3.3rem;
  padding: 0.28rem;
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(11, 27, 58, 0.98), rgba(16, 39, 82, 0.96));
  border: 1px solid rgba(120, 187, 255, 0.28);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 18px 30px rgba(3, 8, 20, 0.24);
  overflow: hidden;
  isolation: isolate;
}

.chasers-rip-slider-track::before,
.chasers-rip-slider-track::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
}

.chasers-rip-slider-track::before {
  display: none;
}

.chasers-rip-slider-track::after {
  background:
    radial-gradient(circle at 14% 38%, rgba(86, 145, 255, 0.88) 0 1.1%, rgba(86, 145, 255, 0) 3.4%),
    radial-gradient(circle at 26% 66%, rgba(255, 255, 255, 0.92) 0 0.8%, rgba(255, 255, 255, 0) 2.8%),
    radial-gradient(circle at 42% 28%, rgba(191, 16, 41, 0.84) 0 1%, rgba(191, 16, 41, 0) 3.2%),
    radial-gradient(circle at 58% 72%, rgba(86, 145, 255, 0.82) 0 1%, rgba(86, 145, 255, 0) 3.2%),
    radial-gradient(circle at 74% 42%, rgba(255, 255, 255, 0.86) 0 0.7%, rgba(255, 255, 255, 0) 2.5%),
    radial-gradient(circle at 88% 62%, rgba(191, 16, 41, 0.82) 0 1.1%, rgba(191, 16, 41, 0) 3.5%),
    radial-gradient(circle at 34% 52%, rgba(86, 145, 255, 0.52) 0 1.3%, rgba(86, 145, 255, 0) 4.1%),
    radial-gradient(circle at 66% 18%, rgba(191, 16, 41, 0.48) 0 1.2%, rgba(191, 16, 41, 0) 4%),
    radial-gradient(circle at 12% 78%, rgba(255, 255, 255, 0.88) 0 0.7%, rgba(255, 255, 255, 0) 2.6%),
    radial-gradient(circle at 22% 24%, rgba(86, 145, 255, 0.78) 0 1%, rgba(86, 145, 255, 0) 3.2%),
    radial-gradient(circle at 38% 82%, rgba(191, 16, 41, 0.76) 0 1.1%, rgba(191, 16, 41, 0) 3.4%),
    radial-gradient(circle at 48% 44%, rgba(255, 255, 255, 0.78) 0 0.8%, rgba(255, 255, 255, 0) 2.4%),
    radial-gradient(circle at 62% 58%, rgba(86, 145, 255, 0.74) 0 1.1%, rgba(86, 145, 255, 0) 3.3%),
    radial-gradient(circle at 72% 12%, rgba(191, 16, 41, 0.7) 0 1%, rgba(191, 16, 41, 0) 3.2%),
    radial-gradient(circle at 84% 34%, rgba(255, 255, 255, 0.74) 0 0.8%, rgba(255, 255, 255, 0) 2.6%),
    radial-gradient(circle at 94% 74%, rgba(86, 145, 255, 0.7) 0 1.2%, rgba(86, 145, 255, 0) 3.5%),
    radial-gradient(circle at 8% 18%, rgba(86, 145, 255, 0.86) 0 0.9%, rgba(86, 145, 255, 0) 2.9%),
    radial-gradient(circle at 16% 54%, rgba(255, 255, 255, 0.82) 0 0.7%, rgba(255, 255, 255, 0) 2.3%),
    radial-gradient(circle at 24% 84%, rgba(191, 16, 41, 0.72) 0 1%, rgba(191, 16, 41, 0) 3.1%),
    radial-gradient(circle at 32% 16%, rgba(86, 145, 255, 0.72) 0 1.1%, rgba(86, 145, 255, 0) 3.2%),
    radial-gradient(circle at 40% 56%, rgba(255, 255, 255, 0.76) 0 0.8%, rgba(255, 255, 255, 0) 2.4%),
    radial-gradient(circle at 48% 88%, rgba(191, 16, 41, 0.74) 0 1.1%, rgba(191, 16, 41, 0) 3.3%),
    radial-gradient(circle at 56% 14%, rgba(86, 145, 255, 0.78) 0 1%, rgba(86, 145, 255, 0) 3.1%),
    radial-gradient(circle at 64% 46%, rgba(255, 255, 255, 0.8) 0 0.7%, rgba(255, 255, 255, 0) 2.2%),
    radial-gradient(circle at 72% 82%, rgba(191, 16, 41, 0.7) 0 1%, rgba(191, 16, 41, 0) 3.2%),
    radial-gradient(circle at 80% 16%, rgba(86, 145, 255, 0.76) 0 1.1%, rgba(86, 145, 255, 0) 3.4%),
    radial-gradient(circle at 88% 52%, rgba(255, 255, 255, 0.82) 0 0.8%, rgba(255, 255, 255, 0) 2.4%),
    radial-gradient(circle at 96% 24%, rgba(191, 16, 41, 0.76) 0 1%, rgba(191, 16, 41, 0) 3.1%),
    linear-gradient(
      90deg,
      rgba(86, 145, 255, 0.04) 0%,
      rgba(86, 145, 255, 0.08) 32%,
      rgba(191, 16, 41, 0.08) 68%,
      rgba(191, 16, 41, 0.12) 100%
    );
  background-size:
    140px 84px,
    158px 96px,
    176px 104px,
    164px 92px,
    152px 88px,
    186px 110px,
    144px 90px,
    172px 106px,
    132px 84px,
    148px 92px,
    162px 100px,
    138px 82px,
    156px 96px,
    166px 104px,
    142px 86px,
    170px 108px,
    126px 78px,
    134px 84px,
    146px 90px,
    128px 80px,
    138px 86px,
    150px 94px,
    132px 82px,
    144px 88px,
    156px 96px,
    136px 84px,
    148px 90px,
    160px 98px,
    100% 100%;
  background-position:
    0 0,
    18px -12px,
    -20px 10px,
    42px 22px,
    -14px 28px,
    12px -6px,
    26px 18px,
    -8px 6px,
    10px 26px,
    -16px 8px,
    22px -10px,
    -6px 20px,
    28px 12px,
    -18px -4px,
    14px 16px,
    -10px 30px,
    6px -8px,
    -12px 18px,
    18px 26px,
    -4px -12px,
    20px 8px,
    -14px 24px,
    12px -6px,
    -8px 14px,
    24px 20px,
    -16px 4px,
    16px -14px,
    -6px 28px,
    0 0;
  opacity: calc(0.34 + (var(--slider-progress, 0) * 0.82));
  mix-blend-mode: screen;
  animation: chasers-slider-static-chaos calc(14s - (var(--slider-progress, 0) * 9s)) linear infinite;
  z-index: 0;
}

.chasers-rip-slider-fill {
  --slider-heat: clamp(0, calc((var(--slider-progress, 0) - 0.64) * 2.78), 1);
  position: absolute;
  inset: 0.28rem auto 0.28rem 0.28rem;
  width: calc((100% - 0.56rem) * var(--slider-progress, 0));
  border-radius: 999px;
  background: rgb(
    calc(57 + ((191 - 57) * var(--slider-heat))),
    calc(101 + ((16 - 101) * var(--slider-heat))),
    calc(173 + ((41 - 173) * var(--slider-heat)))
  );
  box-shadow:
    0 0 18px rgba(57, 101, 173, 0.34),
    0 0 calc(8px + (var(--slider-heat) * 24px)) rgba(191, 16, 41, calc(0.06 + (var(--slider-heat) * 0.38))),
    inset 0 1px 0 rgba(255, 255, 255, 0.24);
  transition: width 180ms cubic-bezier(.2,.8,.2,1);
  animation: chasers-slider-energy-shiver 1100ms linear infinite;
  overflow: hidden;
  z-index: 1;
}

.chasers-rip-slider-fill::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    radial-gradient(circle at 18% 32%, rgba(255, 255, 255, 0.38) 0 0.9%, rgba(255, 255, 255, 0) 2.7%),
    radial-gradient(circle at 34% 68%, rgba(86, 145, 255, 0.5) 0 1.1%, rgba(86, 145, 255, 0) 3.2%),
    radial-gradient(circle at 56% 38%, rgba(255, 255, 255, 0.32) 0 0.7%, rgba(255, 255, 255, 0) 2.3%),
    radial-gradient(circle at 72% 62%, rgba(191, 16, 41, 0.34) 0 1%, rgba(191, 16, 41, 0) 3%),
    radial-gradient(circle at 86% 28%, rgba(86, 145, 255, 0.42) 0 1%, rgba(86, 145, 255, 0) 3.1%),
    radial-gradient(circle at 12% 74%, rgba(255, 255, 255, 0.3) 0 0.8%, rgba(255, 255, 255, 0) 2.4%),
    radial-gradient(circle at 46% 18%, rgba(86, 145, 255, 0.44) 0 1%, rgba(86, 145, 255, 0) 3%),
    radial-gradient(circle at 64% 78%, rgba(191, 16, 41, 0.3) 0 1%, rgba(191, 16, 41, 0) 3%),
    radial-gradient(circle at 92% 52%, rgba(255, 255, 255, 0.28) 0 0.8%, rgba(255, 255, 255, 0) 2.5%),
    radial-gradient(circle at 22% 52%, rgba(255, 255, 255, 0.26) 0 0.8%, rgba(255, 255, 255, 0) 2.2%),
    radial-gradient(circle at 38% 24%, rgba(86, 145, 255, 0.34) 0 1%, rgba(86, 145, 255, 0) 2.8%),
    radial-gradient(circle at 58% 54%, rgba(191, 16, 41, 0.26) 0 0.9%, rgba(191, 16, 41, 0) 2.8%),
    radial-gradient(circle at 78% 74%, rgba(255, 255, 255, 0.24) 0 0.8%, rgba(255, 255, 255, 0) 2.2%);
  background-size:
    120px 72px,
    138px 78px,
    112px 68px,
    134px 82px,
    126px 74px,
    116px 70px,
    132px 76px,
    124px 74px,
    118px 72px,
    114px 68px,
    126px 74px,
    120px 72px,
    128px 76px;
  background-position:
    0 0,
    16px 12px,
    -8px 18px,
    20px -6px,
    -12px 8px,
    8px 24px,
    -6px -8px,
    18px 16px,
    -10px 4px,
    10px -10px,
    -4px 14px,
    14px 8px,
    -12px 18px;
  opacity: calc(0.26 + (var(--slider-progress, 0) * 0.76));
  mix-blend-mode: screen;
  animation: chasers-slider-static-chaos-fill calc(11s - (var(--slider-progress, 0) * 7.4s)) linear infinite reverse;
}

.chasers-rip-slider-label {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  padding-inline: 5rem;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.9rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: center;
  z-index: 2;
  text-shadow: 0 1px 2px rgba(3, 8, 20, 0.6), 0 0 10px rgba(3, 8, 20, 0.28);
  pointer-events: none;
}

.chasers-rip-slider-handle {
  --slider-progress: 0;
  appearance: none;
  position: absolute;
  left: calc(0.28rem + ((100% - 3.6rem) * var(--slider-progress, 0)));
  top: 0.28rem;
  width: 3.28rem;
  height: calc(100% - 0.56rem);
  border: 0;
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(230, 238, 255, 0.92));
  color: var(--shiny-blue);
  font-size: 1.1rem;
  box-shadow:
    0 12px 22px rgba(3, 8, 20, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.98);
  cursor: grab;
  z-index: 3;
  overflow: visible;
  transition:
    left 180ms cubic-bezier(.2,.8,.2,1),
    transform 180ms ease,
    box-shadow 180ms ease;
}

.chasers-rip-slider-handle span {
  display: inline-block;
  font-size: calc(1.22rem + (var(--slider-progress, 0) * 0.72rem));
  line-height: 1;
  transform: scale(calc(1.08 + (var(--slider-progress, 0) * 0.34)));
  filter:
    drop-shadow(0 0 calc(5px + (var(--slider-progress, 0) * 10px)) rgba(86, 145, 255, 0.48))
    drop-shadow(0 0 calc(8px + (var(--slider-progress, 0) * 12px)) rgba(191, 16, 41, 0.28));
  transition: transform 180ms ease, font-size 180ms ease, filter 180ms ease;
}

.chasers-rip-slider[data-dragging="true"] .chasers-rip-slider-handle {
  cursor: grabbing;
  transform: none;
  box-shadow:
    0 0 0 2px rgba(255, 255, 255, 0.92),
    0 0 0 calc(5px + (var(--slider-progress, 0) * 4px)) rgba(191, 16, 41, calc(0.18 + (var(--slider-progress, 0) * 0.28))),
    0 0 calc(10px + (var(--slider-progress, 0) * 18px)) rgba(86, 145, 255, calc(0.18 + (var(--slider-progress, 0) * 0.26))),
    inset 0 1px 0 rgba(255, 255, 255, 0.98);
  animation: chasers-slider-handle-shake calc(0.9s - (var(--slider-progress, 0) * 0.55s)) linear infinite;
  transition: none;
}

.chasers-rip-slider[data-dragging="true"] .chasers-rip-slider-handle span,
.chasers-rip-slider[data-complete="true"] .chasers-rip-slider-handle span {
  transform: scale(calc(1.18 + (var(--slider-progress, 0) * 0.6)));
  animation: chasers-slider-lightning-glyph-shake calc(0.8s - (var(--slider-progress, 0) * 0.54s)) linear infinite;
}

.chasers-rip-slider[data-dragging="true"] .chasers-rip-slider-handle span {
  transition: none;
}

.chasers-rip-slider[data-dragging="true"] .chasers-rip-slider-fill {
  transition: none;
}

.chasers-rip-slider[data-complete="true"] .chasers-rip-slider-handle {
  transform: none;
  box-shadow:
    0 0 0 2px rgba(255, 255, 255, 0.96),
    0 0 0 8px rgba(86, 145, 255, 0.34),
    0 0 24px rgba(86, 145, 255, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.98);
  animation: chasers-slider-handle-shake 0.18s linear infinite;
}

.chasers-rip-slider[data-complete="true"] .chasers-rip-slider-fill {
  background: rgba(191, 16, 41, 0.78);
  box-shadow:
    0 0 22px rgba(191, 16, 41, 0.28),
    0 0 40px rgba(132, 7, 30, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.24);
  animation: none;
}

.chasers-rip-slider[data-dragging="true"]::before,
.chasers-rip-slider[data-complete="true"]::before {
  box-shadow:
    0 0 calc(24px + (var(--slider-progress, 0) * 48px)) rgba(86, 145, 255, calc(0.38 + (var(--slider-progress, 0) * 0.24))),
    0 0 calc(38px + (var(--slider-progress, 0) * 62px)) rgba(57, 101, 173, calc(0.28 + (var(--slider-progress, 0) * 0.2))),
    0 0 calc(60px + (var(--slider-progress, 0) * 86px)) rgba(120, 187, 255, calc(0.16 + (var(--slider-progress, 0) * 0.16)));
  animation-duration: 280ms;
}

.chasers-rip-slider[data-dragging="true"] .chasers-rip-slider-track::after,
.chasers-rip-slider[data-complete="true"] .chasers-rip-slider-track::after {
  opacity: calc(0.56 + (var(--slider-progress, 0) * 1.06));
  animation-duration: calc(4.2s - (var(--slider-progress, 0) * 3.6s));
  filter: saturate(1.28) brightness(1.14);
}

.chasers-rip-slider[data-dragging="true"] .chasers-rip-slider-fill::before,
.chasers-rip-slider[data-complete="true"] .chasers-rip-slider-fill::before {
  opacity: calc(0.46 + (var(--slider-progress, 0) * 1.02));
  animation-duration: calc(3.4s - (var(--slider-progress, 0) * 2.95s));
}

.chasers-rip-slider[data-complete="true"] .chasers-rip-slider-fill::before {
  opacity: 0.82;
  animation: none;
}

.chasers-rip-slider[data-dragging="true"] .chasers-rip-slider-current-flow,
.chasers-rip-slider[data-complete="true"] .chasers-rip-slider-current-flow {
  display: none;
}

.chasers-rip-slider[data-complete="true"] .chasers-rip-slider-track::before {
  box-shadow:
    0 0 26px rgba(86, 145, 255, 0.68),
    0 0 52px rgba(57, 101, 173, 0.42),
    0 0 84px rgba(120, 187, 255, 0.38);
}

.chasers-live-guide-modal {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: 1.25rem;
}

.chasers-live-guide-modal[hidden] {
  display: none !important;
}

.chasers-live-guide-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(6, 12, 24, 0.58);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.chasers-live-guide-modal-card {
  position: relative;
  z-index: 1;
  width: min(30rem, 100%);
  padding: 1.45rem 1.35rem;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(13, 29, 56, 0.12);
  box-shadow: 0 28px 52px rgba(3, 8, 20, 0.28);
  display: grid;
  gap: 0.72rem;
}

.chasers-live-guide-kicker {
  color: var(--shiny-blue);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.chasers-live-guide-modal-card strong {
  color: #10213c;
  font-size: 1.22rem;
  line-height: 1.1;
}

.chasers-live-guide-modal-card p {
  margin: 0;
  color: rgba(16, 33, 60, 0.82);
  font-size: 0.97rem;
  line-height: 1.42;
}

.chasers-live-guide-button {
  justify-self: start;
}

.chasers-stage-side .chasers-fair-card {
  margin-top: 0;
  padding: 0.8rem 0.85rem;
  border-radius: 16px;
  pointer-events: auto;
  max-height: min(24rem, calc(100vh - 10rem));
  overflow: hidden;
  align-self: start;
}

.chasers-stage-side .chasers-fair-card[open] .chasers-fair-body {
  max-height: min(18rem, calc(100vh - 15rem));
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 0.2rem;
  overscroll-behavior: contain;
  scrollbar-width: thin;
}

.chasers-stage-side .chasers-credit-panel {
  margin-top: 0;
  padding: 0.85rem 0.9rem;
  border-radius: 16px;
  display: grid;
  gap: 0.8rem;
  justify-items: stretch;
  pointer-events: auto;
}

.chasers-stage-side .chasers-credit-panel .chasers-credit-panel-copy {
  display: grid;
  gap: 0.22rem;
  justify-items: start;
  text-align: left;
}

.chasers-stage-side .chasers-credit-panel .chasers-credit-panel-copy strong {
  font-size: 1.42rem;
  line-height: 1;
}

.chasers-stage-side .chasers-credit-panel .chasers-credit-panel-copy small {
  line-height: 1.35;
}

.chasers-stage-side .chasers-credit-panel .chasers-credit-panel-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.5rem;
  justify-content: stretch;
}

.chasers-stage-side .chasers-credit-panel .secondary-button,
.chasers-stage-side .chasers-credit-panel .ghost-button {
  width: 100%;
  min-height: 2.2rem;
  padding: 0.5rem 0.8rem;
}

.chasers-guide-panel {
  position: absolute;
  inset: 0.9rem;
  z-index: 2;
  display: grid;
  align-content: start;
  gap: 1rem;
  padding: 5.3rem 1.5rem 1.3rem;
  border-radius: 0;
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border: 0;
  box-shadow: none;
}

.chasers-guide-panel[hidden] {
  display: none !important;
}

.chasers-guide-panel h3 {
  margin: 0;
  font-size: clamp(2.1rem, 3vw, 3rem);
  line-height: 0.9;
  letter-spacing: -0.04em;
  max-width: 24rem;
  color: #10213c;
  text-wrap: balance;
}

.chasers-guide-points {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.9rem;
  max-width: 34rem;
}

.chasers-guide-points li {
  display: flex;
  align-items: center;
  min-height: 3.9rem;
  padding: 1rem 1.15rem 1rem 1.35rem;
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.58));
  backdrop-filter: blur(16px) saturate(150%);
  -webkit-backdrop-filter: blur(16px) saturate(150%);
  border: 1px solid rgba(255, 255, 255, 0.56);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 10px 24px rgba(19, 35, 61, 0.04);
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.16;
  color: #10213c;
  position: relative;
  overflow: visible;
}

.chasers-guide-points li::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.9rem;
  border-radius: 999px;
  flex: 0 0 auto;
  box-shadow: 0 0 0 6px rgba(19, 35, 61, 0.03);
}

.chasers-guide-points li:nth-child(1)::before {
  background: #ff5d7b;
}

.chasers-guide-points li:nth-child(2)::before {
  background: #4aa3ff;
}

.chasers-guide-points li:nth-child(3)::before {
  background: #ffb340;
}

.chasers-guide-points li:nth-child(4)::before {
  background: #4cc88c;
}

.chasers-dropdown-panel[hidden] {
  display: none !important;
}

.chasers-surprise-reveal {
  position: absolute;
  left: calc(-0.9rem + 14px);
  top: 0.95rem;
  transform: translateY(0);
  z-index: 4;
  display: none;
  box-sizing: border-box;
  justify-items: center;
  gap: 0.32rem;
  width: 8.2rem;
  padding: 0;
  pointer-events: none;
}

.chasers-surprise-reveal.is-visible {
  display: grid;
  animation: chasers-surprise-slide 420ms cubic-bezier(.2,.8,.2,1);
}

.chasers-surprise-reveal.is-visible.is-whiff-hero {
  animation: chasers-surprise-whiff-hero 1260ms cubic-bezier(.18,.82,.22,1) both;
  z-index: 16;
}

.chasers-surprise-reveal-card {
  width: 7.2rem;
  perspective: 1200px;
  filter:
    drop-shadow(0 16px 24px rgba(19, 35, 61, 0.22))
    drop-shadow(0 0 14px rgba(13, 99, 199, 0.12));
}

.chasers-surprise-reveal-inner {
  position: relative;
  width: 100%;
  aspect-ratio: 0.72;
  transform-style: preserve-3d;
  transition: transform 440ms ease;
}

.chasers-surprise-reveal-card.is-visible .chasers-surprise-reveal-inner {
  transform: rotateY(180deg);
}

.chasers-surprise-reveal-card.is-visible.is-whiff-hero {
  filter:
    drop-shadow(0 26px 34px rgba(19, 35, 61, 0.32))
    drop-shadow(0 0 22px rgba(13, 99, 199, 0.18));
}

.chasers-surprise-reveal-card.is-visible.is-whiff-hero .chasers-surprise-reveal-inner {
  animation: chasers-surprise-whiff-card 1260ms cubic-bezier(.18,.82,.22,1) both;
}

.chasers-surprise-reveal-label {
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-align: center;
  text-shadow: 0 8px 18px rgba(3, 8, 20, 0.36);
}

.chasers-surprise-reveal strong {
  font-size: 0.82rem;
  line-height: 1.08;
  color: #ffffff;
  text-align: center;
  max-width: 100%;
  text-shadow: 0 8px 18px rgba(3, 8, 20, 0.36);
}

.chasers-surprise-reveal.is-whiff-hero .chasers-surprise-reveal-label,
.chasers-surprise-reveal.is-whiff-hero strong,
.chasers-surprise-reveal.is-whiff-hero small {
  opacity: 0;
  animation: chasers-surprise-whiff-copy 1260ms cubic-bezier(.18,.82,.22,1) both;
}

.chasers-surprise-reveal small {
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.66rem;
  line-height: 1.2;
  letter-spacing: 0.04em;
  text-align: center;
  text-transform: none;
  max-width: 100%;
  text-shadow: 0 8px 18px rgba(3, 8, 20, 0.32);
}

.chasers-hit-badge {
  position: absolute;
  top: 0.3rem;
  left: 50%;
  right: auto;
  transform: translateX(-50%) translateY(0.15rem) scale(0.92);
  z-index: 3;
  min-width: min(72%, 8.5rem);
  width: auto;
  max-width: calc(100% + 1rem);
  box-sizing: border-box;
  padding: 0.42rem 0.8rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.98);
  color: #0d63c7;
  border: 1px solid rgba(13, 99, 199, 0.3);
  font-size: 0.9rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: none;
  text-align: center;
  white-space: nowrap;
  box-shadow:
    0 16px 28px rgba(13, 29, 56, 0.18),
    0 0 0 4px rgba(13, 99, 199, 0.12);
}

.chasers-reveal-card.is-hit-live.is-vaulted .chasers-card-face-front {
  box-shadow:
    0 0 0 4px rgba(255, 255, 255, 0.95),
    0 0 0 10px rgba(13, 99, 199, 0.24),
    0 0 28px rgba(191, 16, 41, 0.42),
    0 20px 38px rgba(13, 29, 56, 0.3);
  border-color: rgba(13, 99, 199, 0.7);
  animation: chasers-vault-outline 0.05ms cubic-bezier(.2,.8,.2,1);
}

.chasers-reveal-card.is-hit-live.is-boom .chasers-card-face-front {
  box-shadow:
    0 0 0 4px rgba(255, 255, 255, 0.95),
    0 0 0 10px rgba(13, 99, 199, 0.24),
    0 0 28px rgba(191, 16, 41, 0.42),
    0 20px 38px rgba(13, 29, 56, 0.3);
  border-color: rgba(13, 99, 199, 0.7);
  animation: chasers-vault-outline 5ms cubic-bezier(.2,.8,.2,1);
}

.chasers-vault-item {
  display: grid;
  gap: 0.45rem;
  justify-items: center;
  text-align: center;
  animation: chasers-hit-card-enter 520ms ease;
}

.chasers-reveal-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.75rem;
  min-height: 32rem;
  align-content: start;
  padding-top: 0.1rem;
}

.chasers-reveal-grid[hidden] {
  display: none !important;
}

.chasers-hit-summary {
  grid-column: 2;
  position: relative;
  z-index: 7;
  width: min(32rem, calc(100% - 1.8rem));
  margin: 0.2rem auto 0;
  padding: 0.85rem 1rem;
  min-height: 4rem;
  text-align: center;
  font-size: 0.92rem;
  line-height: 1.35;
  font-weight: 700;
  color: var(--ink);
  border: 1px solid rgba(13, 99, 199, 0.16);
  border-radius: 16px;
  background: rgba(251, 253, 255, 0.96);
  box-shadow: 0 14px 28px rgba(13, 29, 56, 0.08);
  display: grid;
  gap: 0.25rem;
  justify-items: center;
}

.chasers-hit-summary[hidden] {
  display: none !important;
}

.chasers-hit-summary.is-empty {
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}

.chasers-hit-summary-shell {
  width: 100%;
  display: grid;
  align-items: center;
  justify-items: center;
  min-height: 2rem;
}

.chasers-hit-summary-shell.has-nav {
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 0.6rem;
}

.chasers-hit-summary-body {
  display: grid;
  gap: 0.25rem;
  justify-items: center;
}

.chasers-hit-summary-shell.is-empty .chasers-hit-summary-body {
  visibility: hidden;
}

@media (min-width: 761px) {
  .chasers-hit-summary {
    width: min(38rem, 100%);
    margin-top: 0.65rem;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .chasers-hit-summary-shell,
  .chasers-hit-summary-shell.has-nav {
    gap: 0.45rem;
  }

  .chasers-hit-summary-body {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    min-width: 0;
    flex-wrap: nowrap;
  }

  .chasers-hit-summary-body > * {
    margin: 0;
    min-width: 0;
    white-space: nowrap;
  }

  .chasers-hit-summary strong {
    font-size: 0.94rem;
  }

  .chasers-hit-summary span:last-child,
  .chasers-hit-summary-sold {
    font-size: 0.8rem;
  }
}

.chasers-hit-summary-nav {
  appearance: none;
  width: 2rem;
  height: 2rem;
  border: 1px solid rgba(13, 99, 199, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  color: var(--shiny-blue);
  font-size: 1.1rem;
  font-weight: 800;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 18px rgba(13, 29, 56, 0.08);
  cursor: pointer;
}

.chasers-hit-summary-sell {
  appearance: none;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.72rem;
  margin-top: 0.34rem;
  padding: 0.68rem 1.35rem;
  border: 1px solid rgba(120, 187, 255, 0.28);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(11, 27, 58, 0.98), rgba(16, 39, 82, 0.96));
  color: #f7fbff;
  font-size: 1.02rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 18px 30px rgba(3, 8, 20, 0.24);
  cursor: pointer;
  overflow: hidden;
  isolation: isolate;
  transition:
    transform 180ms cubic-bezier(.2,.8,.2,1),
    box-shadow 180ms ease,
    border-color 180ms ease,
    color 180ms ease;
  white-space: nowrap;
}

.chasers-hit-summary-sell span {
  color: #ffffff !important;
  font-size: 1.06em;
  font-weight: 1000;
  margin-left: 0.18em;
  position: relative;
  z-index: 2;
}

.chasers-hit-summary-sell:hover {
  transform: translateY(-1px) scale(1.012);
  border-color: rgba(120, 187, 255, 0.56);
  background: linear-gradient(180deg, rgba(11, 27, 58, 0.98), rgba(16, 39, 82, 0.96));
  color: #ffffff;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 20px 34px rgba(3, 8, 20, 0.3);
}

.chasers-hit-summary-sell:active {
  transform: translateY(1px);
  box-shadow:
    0 5px 12px rgba(13, 99, 199, 0.12),
    inset 0 2px 5px rgba(13, 29, 56, 0.08);
}

.chasers-rip-action-dock {
  grid-column: 2;
  position: relative;
  z-index: 6;
  width: 100%;
  max-width: 100%;
  min-height: 3.3rem;
  margin: 0.65rem auto 0;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 0.55rem;
  transform-origin: center center;
  transition:
    transform 210ms cubic-bezier(.2,.8,.2,1),
    opacity 180ms ease;
}

.chasers-rip-action-dock[hidden] {
  display: none !important;
}

.chasers-hit-action-group {
  width: max-content;
  max-width: 100%;
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 0.55rem;
}

.chasers-hit-action-group[hidden],
.chasers-hit-action-confirm[hidden] {
  display: none !important;
}

.chasers-rip-action-button {
  appearance: none;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 2.72rem;
  margin: 0;
  padding: 0.68rem 1.08rem;
  border: 1px solid rgba(120, 187, 255, 0.28);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(11, 27, 58, 0.98), rgba(16, 39, 82, 0.96));
  color: #f7fbff;
  font-size: 0.96rem;
  font-weight: 950;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 18px 30px rgba(3, 8, 20, 0.24);
  cursor: pointer;
  overflow: hidden;
  isolation: isolate;
  transition:
    transform 180ms cubic-bezier(.2,.8,.2,1),
    box-shadow 180ms ease,
    border-color 180ms ease,
    color 180ms ease;
  white-space: nowrap;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}

.chasers-hit-summary-sell::before,
.chasers-hit-summary-sell::after,
.chasers-rip-action-button::before,
.chasers-rip-action-button::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
}

.chasers-hit-summary-sell::before,
.chasers-rip-action-button::before {
  background:
    radial-gradient(circle at 14% 38%, rgba(86, 145, 255, 0.88) 0 1.1%, rgba(86, 145, 255, 0) 3.4%),
    radial-gradient(circle at 26% 66%, rgba(255, 255, 255, 0.92) 0 0.8%, rgba(255, 255, 255, 0) 2.8%),
    radial-gradient(circle at 42% 28%, rgba(191, 16, 41, 0.84) 0 1%, rgba(191, 16, 41, 0) 3.2%),
    radial-gradient(circle at 58% 72%, rgba(86, 145, 255, 0.82) 0 1%, rgba(86, 145, 255, 0) 3.2%),
    radial-gradient(circle at 74% 42%, rgba(255, 255, 255, 0.86) 0 0.7%, rgba(255, 255, 255, 0) 2.5%),
    radial-gradient(circle at 88% 62%, rgba(191, 16, 41, 0.82) 0 1.1%, rgba(191, 16, 41, 0) 3.5%),
    radial-gradient(circle at 34% 52%, rgba(86, 145, 255, 0.52) 0 1.3%, rgba(86, 145, 255, 0) 4.1%),
    radial-gradient(circle at 66% 18%, rgba(191, 16, 41, 0.48) 0 1.2%, rgba(191, 16, 41, 0) 4%),
    linear-gradient(90deg, rgba(86, 145, 255, 0.04) 0%, rgba(86, 145, 255, 0.08) 32%, rgba(191, 16, 41, 0.08) 68%, rgba(191, 16, 41, 0.12) 100%);
  background-size:
    128px 72px,
    146px 86px,
    152px 90px,
    140px 82px,
    138px 80px,
    164px 94px,
    132px 78px,
    150px 88px,
    100% 100%;
  background-position:
    0 0,
    18px -12px,
    -20px 10px,
    42px 22px,
    -14px 28px,
    12px -6px,
    26px 18px,
    -8px 6px,
    0 0;
  opacity: 0.58;
  mix-blend-mode: screen;
  animation: chasers-slider-static-chaos 12s linear infinite;
  z-index: 0;
}

.chasers-hit-summary-sell::after,
.chasers-rip-action-button::after {
  inset: 1px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015) 30%, rgba(255, 255, 255, 0));
  z-index: 1;
}

.chasers-hit-summary-sell > *,
.chasers-rip-action-button > * {
  position: relative;
  z-index: 2;
}

.chasers-rip-action-dock .chasers-open-button {
  width: auto;
  min-width: 0;
  justify-self: center;
  padding-left: 1.15rem;
  padding-right: 1.15rem;
}

.chasers-auto-rip-button {
  width: auto;
  min-width: 0;
  justify-self: center;
  margin: -0.12rem auto 0;
  padding: 0.38rem 0.78rem;
  border: 1px solid rgba(13, 99, 199, 0.26);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  color: rgba(13, 29, 56, 0.82);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
  transition:
    border-color 180ms ease,
    color 180ms ease,
    background 180ms ease,
    transform 180ms ease;
}

.chasers-auto-rip-button:hover,
.chasers-auto-rip-button:focus-visible {
  border-color: rgba(13, 99, 199, 0.46);
  color: var(--shiny-blue);
  background: rgba(255, 255, 255, 0.94);
  transform: translateY(-1px);
}

.chasers-auto-rip-button.is-active {
  border-color: rgba(191, 16, 41, 0.42);
  color: var(--crimson-red);
  background: rgba(255, 244, 246, 0.94);
}

.chasers-auto-rip-button:disabled {
  opacity: 0.64;
  transform: none;
}

.chasers-rip-action-button span:not([data-open-button-text]) {
  color: #ffffff !important;
  font-size: 1.06em;
  font-weight: 1000;
  display: inline-block;
  margin-left: 0.18em;
}

.chasers-rip-action-button:hover,
.chasers-rip-action-button:focus-visible {
  transform: translateY(-1px) scale(1.012);
  border-color: rgba(120, 187, 255, 0.56);
  background: linear-gradient(180deg, rgba(11, 27, 58, 0.98), rgba(16, 39, 82, 0.96));
  color: #ffffff;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 20px 34px rgba(3, 8, 20, 0.3);
}

.chasers-hit-summary-sell:hover::before,
.chasers-hit-summary-sell:focus-visible::before,
.chasers-rip-action-button:hover::before,
.chasers-rip-action-button:focus-visible::before {
  animation-duration: 9s;
  opacity: 0.72;
}

.chasers-rip-action-button:active {
  transform: translateY(1px);
  box-shadow:
    0 5px 12px rgba(13, 99, 199, 0.12),
    inset 0 2px 5px rgba(13, 29, 56, 0.08);
}

.chasers-rip-action-button:disabled {
  cursor: wait;
  opacity: 0.66;
  animation-play-state: paused;
  transform: none;
}

.chasers-rip-action-dock.is-collapsing {
  opacity: 0;
  transform: translateX(-1.15rem) scaleX(0.18);
}

.chasers-rip-action-dock.is-expanding {
  animation: chasers-action-expand 260ms cubic-bezier(.2,.8,.2,1);
}

.chasers-hit-action-confirm {
  min-height: 3.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.58rem;
  padding: 0.6rem 1rem;
  color: #0f8b43;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.chasers-hit-action-confirm span {
  width: 2.15rem;
  height: 2.15rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #16a34a;
  font-size: 1.35rem;
  font-weight: 1000;
  box-shadow:
    0 0 0 6px rgba(22, 163, 74, 0.14),
    0 12px 24px rgba(22, 163, 74, 0.22);
  animation: chasers-green-check-pop 520ms cubic-bezier(.2,.8,.2,1) both;
}

.chasers-confetti-burst {
  position: fixed;
  inset: 0;
  z-index: 9999;
  pointer-events: none;
  overflow: hidden;
}

.chasers-confetti-burst span {
  position: absolute;
  left: 50%;
  top: 48%;
  width: 0.48rem;
  height: 0.82rem;
  border-radius: 2px;
  background: var(--c);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.38);
  animation: chasers-confetti-fly 1120ms cubic-bezier(.16,.84,.28,1) var(--d) forwards;
}

.chasers-fireworks-burst {
  position: absolute;
  inset: 0;
  z-index: 18;
  pointer-events: none;
  overflow: visible;
}

.chasers-fireworks-burst span {
  position: absolute;
  left: var(--fx);
  top: var(--fy);
  width: 1.3rem;
  height: 0.26rem;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.96), var(--c));
  box-shadow:
    0 0 18px color-mix(in srgb, var(--c) 72%, white 28%),
    0 0 40px color-mix(in srgb, var(--c) 58%, transparent 42%);
  opacity: 0;
  transform-origin: 0.1rem 50%;
  animation: chasers-firework-burst 1580ms cubic-bezier(.16,.78,.2,1) var(--d) forwards;
}

@keyframes chasers-action-expand {
  0% {
    opacity: 0;
    transform: translateX(-1rem) scaleX(0.22);
  }
  72% {
    opacity: 1;
    transform: translateX(0) scaleX(1.04);
  }
  100% {
    opacity: 1;
    transform: translateX(0) scaleX(1);
  }
}

@keyframes chasers-green-check-pop {
  0% {
    opacity: 0;
    transform: scale(0.32) rotate(-18deg);
  }
  58% {
    opacity: 1;
    transform: scale(1.18) rotate(4deg);
  }
  100% {
    opacity: 1;
    transform: scale(1) rotate(0deg);
  }
}

@keyframes chasers-stage-message-pop {
  0% {
    opacity: 0;
    transform: translate(-50%, calc(-50% + 0.7rem)) scale(0.78);
  }
  62% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.04);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}

@keyframes chasers-stage-message-hit {
  0% {
    opacity: 0;
    transform: translate(-50%, calc(-50% + 1rem)) perspective(900px) translateZ(-42px) rotateX(18deg) scale(0.72);
  }
  34% {
    opacity: 1;
    transform: translate(-50%, -50%) perspective(900px) translateZ(44px) rotateX(-10deg) scale(1.18);
  }
  62% {
    opacity: 1;
    transform: translate(-50%, -50%) perspective(900px) translateZ(-14px) rotateX(6deg) scale(0.96);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) perspective(900px) translateZ(0) rotateX(0deg) scale(1);
  }
}

@keyframes chasers-missed-headline-pulse {
  0% {
    transform: perspective(1100px) rotateZ(-7deg) rotateX(14deg) scale(0.98);
    filter: brightness(0.98);
  }
  100% {
    transform: perspective(1100px) rotateZ(-5deg) rotateX(12deg) scale(1.02);
    filter: brightness(1.08);
  }
}

@keyframes chasers-pack-idle-sway {
  0%, 100% { transform: perspective(1100px) rotateY(-12deg) rotateX(3deg) translateY(0); }
  50% { transform: perspective(1100px) rotateY(12deg) rotateX(-2deg) translateY(-0.38rem); }
}

@keyframes chasers-pack-open-lift {
  0% { transform: perspective(1100px) rotateY(-4deg) rotateX(2deg) translateY(0) scale(1); }
  100% { transform: perspective(1100px) rotateY(0deg) rotateX(0deg) translateY(-0.45rem) scale(1.02); }
}

@keyframes chasers-pack-shake {
  0% { transform: perspective(1100px) translateX(0.08rem) rotate(-1.1deg); }
  50% { transform: perspective(1100px) translateX(-0.08rem) rotate(1.1deg); }
  100% { transform: perspective(1100px) translateX(0.08rem) rotate(-1.1deg); }
}

@keyframes chasers-hit-flyer-inner-rattle {
  0% { transform: rotateY(180deg) rotateX(0deg) rotateZ(0deg) scale(1); }
  20% { transform: rotateY(180deg) rotateX(0deg) rotateZ(-0.8deg) scale(1.008); }
  40% { transform: rotateY(180deg) rotateX(0deg) rotateZ(0.9deg) scale(1.014); }
  60% { transform: rotateY(180deg) rotateX(0deg) rotateZ(-0.6deg) scale(1.008); }
  80% { transform: rotateY(180deg) rotateX(0deg) rotateZ(0.7deg) scale(1.012); }
  100% { transform: rotateY(180deg) rotateX(0deg) rotateZ(0deg) scale(1); }
}

@keyframes chasers-hit-image-rattle {
  0% { transform: translate(0, 0) scale(1); }
  20% { transform: translate(-4px, -2px) scale(1.014); }
  40% { transform: translate(4px, 2px) scale(1.022); }
  60% { transform: translate(-3px, 1px) scale(1.016); }
  80% { transform: translate(3px, -2px) scale(1.02); }
  100% { transform: translate(0, 0) scale(1); }
}

@keyframes chasers-pack-slash {
  0% { opacity: 0; transform: translateX(-50%) rotate(-14deg) scaleX(0.12); }
  35% { opacity: 1; }
  100% { opacity: 0; transform: translateX(-50%) rotate(-14deg) scaleX(1.08); }
}

@keyframes chasers-pack-top-slice {
  0% {
    opacity: 0;
    transform: translateY(0) rotate(0deg) scale(1);
  }
  8% {
    opacity: 1;
    transform: translateY(0) rotate(0deg) scale(1);
  }
  36% {
    opacity: 1;
    transform: translateY(-0.35rem) rotate(-4deg) scale(1.01);
  }
  100% {
    opacity: 0;
    transform: translate(4.8rem, -3.6rem) rotate(24deg) scale(0.92);
  }
}

@keyframes chasers-lightning-pulse {
  from { opacity: 0.32; transform: scaleY(0.82) rotate(var(--bolt-rotate, 0deg)); }
  to { opacity: 0.92; transform: scaleY(1.08) rotate(var(--bolt-rotate, 0deg)); }
}

@keyframes chasers-bulk-popout {
  0% {
    opacity: 1;
    z-index: 1;
    transform: translate(-50%, calc(-50% + var(--bulk-start-drop, 2.45rem))) rotate(0deg) scale(1);
  }
  50% {
    opacity: 1;
    z-index: 1;
    transform: translate(-50%, calc(-50% - var(--bulk-peak-lift, 14.4rem))) rotate(0deg) scale(1);
  }
  51% {
    opacity: 1;
    z-index: 5;
    transform: translate(-50%, calc(-50% - var(--bulk-peak-lift, 14.4rem))) rotate(0deg) scale(1);
  }
  100% {
    opacity: 1;
    z-index: 5;
    transform: translate(calc(-50% + (var(--bulk-lane, 0) * 0.24rem)), calc(-50% - 0.1rem + (var(--bulk-stack, 0) * 0.08rem))) rotate(calc(var(--bulk-lane, 0) * 1.4deg)) scale(1);
  }
}

@keyframes chasers-bulk-hit-pick {
  0% {
    opacity: 1;
    z-index: 5;
    transform: translate(calc(-50% + (var(--bulk-lane, 0) * 0.24rem)), calc(-50% - 0.1rem + (var(--bulk-stack, 0) * 0.08rem))) rotate(calc(var(--bulk-lane, 0) * 1.4deg)) scale(1);
  }
  100% {
    opacity: 1;
    z-index: 5;
    transform: translate(-50%, calc(-50% - 0.2rem)) scale(1.06);
  }
}

@keyframes chasers-bulk-popout-hit {
  0% {
    opacity: 1;
    z-index: 1;
    transform: translate(-50%, calc(-50% + var(--bulk-start-drop, 2.45rem))) rotate(0deg) scale(1);
  }
  50% {
    opacity: 1;
    z-index: 1;
    transform: translate(-50%, calc(-50% - var(--bulk-peak-lift, 14.4rem))) rotate(0deg) scale(1);
  }
  51% {
    opacity: 1;
    z-index: 5;
    transform: translate(-50%, calc(-50% - var(--bulk-peak-lift, 14.4rem))) rotate(0deg) scale(1);
  }
  100% {
    opacity: 1;
    z-index: 7;
    transform: translate(calc(-50% + 16.8rem + (var(--hit-side-order, 1) * 1.8rem)), calc(-50% - 1.25rem + (var(--hit-side-order, 1) * 0.22rem))) rotate(calc(var(--hit-side-order, 1) * 9deg)) scale(1.06);
  }
}

@keyframes chasers-bulk-popout-back {
  0% {
    opacity: 1;
    z-index: 1;
    transform: translate(-50%, calc(-50% + var(--bulk-start-drop, 2.45rem))) rotate(0deg) scale(1);
  }
  40% {
    opacity: 1;
    z-index: 1;
    transform: translate(-50%, calc(-50% - var(--bulk-peak-lift, 14.4rem))) rotate(0deg) scale(1);
  }
  41% {
    opacity: 1;
    z-index: 4;
    transform: translate(-50%, calc(-50% - var(--bulk-peak-lift, 14.4rem))) rotate(0deg) scale(1);
  }
  100% {
    opacity: 1;
    z-index: 4;
    transform: translate(calc(-50% + (var(--bulk-lane, 0) * 0.24rem)), calc(-50% - 0.1rem + (var(--bulk-stack, 0) * 0.08rem))) rotate(calc(var(--bulk-lane, 0) * 1.4deg)) scale(1);
  }
}

@keyframes chasers-bulk-fly-away {
  0% {
    opacity: 1;
    z-index: 5;
    transform: translate(calc(-50% + (var(--bulk-lane, 0) * 0.24rem)), calc(-50% - 0.1rem + (var(--bulk-stack, 0) * 0.08rem))) rotate(calc(var(--bulk-lane, 0) * 1.4deg)) scale(1);
  }
  100% {
    opacity: 0;
    z-index: 5;
    transform: translate(calc(-50% + (var(--bulk-lane, 0) * 2.4rem)), calc(-50% + 8.1rem)) rotate(calc(var(--bulk-lane, 0) * 6deg)) scale(1.78);
  }
}

@keyframes chasers-bulk-face-forward {
  0%, 51% { transform: rotateY(0deg) rotateX(0deg) rotateZ(0deg); }
  100% { transform: rotateY(0deg) rotateX(-6deg) rotateZ(0deg); }
}

@keyframes chasers-confetti-rain {
  0% { opacity: 0; transform: translateY(-1rem) rotate(0deg); }
  10% { opacity: 1; }
  100% { opacity: 0; transform: translateY(25rem) rotate(var(--confetti-rotate)); }
}

@keyframes chasers-bulk-flip {
  0%, 42% { transform: rotateY(0deg) rotateX(0deg); }
  72% { transform: rotateY(180deg) rotateX(58deg); }
  100% { transform: rotateY(180deg) rotateX(74deg) rotateZ(-8deg); }
}

@keyframes chasers-bulk-face-forward {
  0%, 62% { transform: rotateY(0deg) rotateX(0deg); }
  100% { transform: rotateY(0deg) rotateX(-10deg) rotateZ(calc(var(--bulk-lane, 0) * 1.5deg)); }
}

@keyframes chasers-bulk-card-reveal {
  0% {
    transform: rotateY(0deg) rotateX(-10deg) rotateZ(calc(var(--bulk-lane, 0) * 1.5deg)) scale(1);
  }
  68% {
    transform: rotateY(180deg) rotateX(-6deg) rotateZ(calc(var(--bulk-lane, 0) * 0.8deg)) scale(1.03);
  }
  100% {
    transform: rotateY(180deg) rotateX(-10deg) rotateZ(calc(var(--bulk-lane, 0) * 1.5deg)) scale(1);
  }
}

@keyframes chasers-bulk-hit-flip {
  0%, 34% { transform: rotateY(0deg) rotateX(0deg); }
  62% { transform: rotateY(180deg) rotateX(56deg); }
  100% { transform: rotateY(180deg) rotateX(66deg) rotateZ(-4deg); }
}

@keyframes chasers-slider-current {
  0% { transform: translateX(-14%); }
  100% { transform: translateX(14%); }
}

@keyframes chasers-caption-nav-charge {
  0% { transform: translateX(-24%); }
  100% { transform: translateX(24%); }
}

@keyframes chasers-caption-nav-prev {
  0%, 100% { transform: translateX(0) scale(1); }
  50% { transform: translateX(-0.12rem) scale(1.08); }
}

@keyframes chasers-caption-nav-next {
  0%, 100% { transform: translateX(0) scale(1); }
  50% { transform: translateX(0.12rem) scale(1.08); }
}

@keyframes chasers-slider-static-chaos {
  0% {
    background-position:
      0 0,
      18px -12px,
      -20px 10px,
      42px 22px,
      -14px 28px,
      12px -6px,
      26px 18px,
      -8px 6px,
      10px 26px,
      -16px 8px,
      22px -10px,
      -6px 20px,
      28px 12px,
      -18px -4px,
      14px 16px,
      -10px 30px,
      6px -8px,
      -12px 18px,
      18px 26px,
      -4px -12px,
      20px 8px,
      -14px 24px,
      12px -6px,
      -8px 14px,
      24px 20px,
      -16px 4px,
      16px -14px,
      -6px 28px,
      0 0;
  }
  100% {
    background-position:
      156px 26px,
      94px 18px,
      72px 34px,
      206px 36px,
      82px 48px,
      104px 12px,
      132px 42px,
      68px 24px,
      96px 54px,
      70px 22px,
      120px 6px,
      82px 40px,
      132px 30px,
      56px 12px,
      100px 32px,
      70px 52px,
      88px 8px,
      72px 40px,
      168px 36px,
      62px 18px,
      112px 30px,
      54px 42px,
      92px 22px,
      64px 28px,
      134px 38px,
      74px 14px,
      108px 10px,
      60px 46px,
      0 0;
  }
}

@keyframes chasers-slider-static-chaos-fill {
  0% {
    background-position:
      0 0,
      16px 12px,
      -8px 18px,
      20px -6px,
      -12px 8px,
      8px 24px,
      -6px -8px,
      18px 16px,
      -10px 4px,
      10px -10px,
      -4px 14px,
      14px 8px,
      -12px 18px;
  }
  100% {
    background-position:
      78px 24px,
      54px 36px,
      40px 44px,
      72px 18px,
      38px 30px,
      64px 42px,
      28px 10px,
      70px 30px,
      24px 20px,
      52px 14px,
      26px 34px,
      60px 18px,
      20px 28px;
  }
}

@keyframes chasers-slider-energy-shiver {
  0%, 100% {
    transform: translateX(0) scaleY(1);
    filter: saturate(1) brightness(1);
  }
  18% {
    transform: translateX(0.12rem) scaleY(1.01);
    filter: saturate(1.05) brightness(1.02);
  }
  36% {
    transform: translateX(-0.1rem) scaleY(0.995);
    filter: saturate(1.08) brightness(1.03);
  }
  54% {
    transform: translateX(0.14rem) scaleY(1.015);
    filter: saturate(1.1) brightness(1.04);
  }
  72% {
    transform: translateX(-0.08rem) scaleY(0.998);
    filter: saturate(1.06) brightness(1.02);
  }
}

@keyframes chasers-slider-handle-shake {
  0% { translate: 0 0; }
  20% { translate: 0.03rem -0.01rem; }
  40% { translate: -0.035rem 0.02rem; }
  60% { translate: 0.04rem 0.015rem; }
  80% { translate: -0.03rem -0.02rem; }
  100% { translate: 0 0; }
}

@keyframes chasers-slider-lightning-glyph-shake {
  0% { transform: scale(calc(1.18 + (var(--slider-progress, 0) * 0.6))) translate(0, 0); }
  20% { transform: scale(calc(1.18 + (var(--slider-progress, 0) * 0.6))) translate(0.03rem, -0.02rem); }
  40% { transform: scale(calc(1.18 + (var(--slider-progress, 0) * 0.6))) translate(-0.04rem, 0.03rem); }
  60% { transform: scale(calc(1.18 + (var(--slider-progress, 0) * 0.6))) translate(0.05rem, 0.01rem); }
  80% { transform: scale(calc(1.18 + (var(--slider-progress, 0) * 0.6))) translate(-0.03rem, -0.03rem); }
  100% { transform: scale(calc(1.18 + (var(--slider-progress, 0) * 0.6))) translate(0, 0); }
}

@keyframes chasers-slider-lightning-flicker {
  0%, 100% {
    opacity: 0.34;
    filter: saturate(0.95) brightness(0.96);
  }
  18% {
    opacity: 0.68;
    filter: saturate(1.06) brightness(1.03);
  }
  42% {
    opacity: 0.42;
    filter: saturate(0.98) brightness(0.98);
  }
  68% {
    opacity: 0.88;
    filter: saturate(1.14) brightness(1.08);
  }
}

@keyframes chasers-caption-rise {
  0% { opacity: 0.2; transform: translateY(0.45rem); }
  100% { opacity: 1; transform: translateY(0); }
}

@keyframes chasers-slider-jagged-zap {
  0% {
    transform: translateX(0) skewX(0deg);
    opacity: 0.88;
  }
  25% {
    transform: translateX(0.18rem) skewX(-3deg);
    opacity: 1;
  }
  50% {
    transform: translateX(-0.14rem) skewX(2deg);
    opacity: 0.92;
  }
  75% {
    transform: translateX(0.12rem) skewX(-2deg);
    opacity: 1;
  }
  100% {
    transform: translateX(0) skewX(0deg);
    opacity: 0.9;
  }
}

@keyframes chasers-slider-jagged-flare {
  0% { transform: translateX(-4%) scaleX(0.98); }
  50% { transform: translateX(4%) scaleX(1.03); }
  100% { transform: translateX(-4%) scaleX(0.98); }
}

@keyframes chasers-slider-border-current {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes chasers-slider-path-current {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: -400;
  }
}

@keyframes chasers-slider-border-zap {
  0%, 100% {
    filter: drop-shadow(0 0 10px rgba(86, 145, 255, 0.24));
  }
  30% {
    filter: drop-shadow(0 0 20px rgba(86, 145, 255, 0.42));
  }
  60% {
    filter: drop-shadow(0 0 28px rgba(191, 16, 41, 0.3));
  }
}

@keyframes chasers-miss-pop {
  0% { opacity: 0; transform: scale(0.52) translateZ(0); }
  68% { opacity: 1; transform: scale(1.1) translateZ(0); }
  100% { opacity: 1; transform: scale(1) translateZ(0); }
}

@keyframes chasers-confetti-fly {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.6) rotate(0deg);
  }
  12% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(calc(-50% + var(--x)), calc(-50% + var(--y))) scale(1) rotate(var(--r));
  }
}

@keyframes chasers-firework-burst {
  0% {
    opacity: 0;
    transform: translate(0, 0) rotate(var(--fr)) scale(0.28);
  }
  18% {
    opacity: 1;
    transform: translate(calc(var(--tx) * 0.22), calc(var(--ty) * 0.22)) rotate(var(--fr)) scale(0.96);
  }
  62% {
    opacity: 1;
    transform: translate(calc(var(--tx) * 0.74), calc(var(--ty) * 0.74)) rotate(var(--fr)) scale(1.04);
  }
  100% {
    opacity: 0;
    transform: translate(var(--tx), var(--ty)) rotate(var(--fr)) scale(1.02);
  }
}

@media (max-width: 760px) {
  .chasers-cinematic-stage-message:not(.is-hit) {
    top: 63%;
  }

  .chasers-rip-action-dock {
    width: min(100%, 23rem);
    min-height: 6.35rem;
    margin-top: 0.85rem;
    padding: 0 0.2rem;
  }

  .chasers-hit-action-group {
    grid-template-columns: 1fr;
    gap: 0.48rem;
  }

  .chasers-rip-action-button {
    min-height: 2.85rem;
    padding: 0.7rem 0.9rem;
    border-radius: 14px;
    font-size: 0.88rem;
    letter-spacing: 0.045em;
  }

  .chasers-hit-action-confirm {
    min-height: 3.1rem;
    font-size: 0.9rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .chasers-rip-action-button,
  .chasers-rip-action-dock.is-expanding,
  .chasers-hit-action-confirm span,
  .chasers-confetti-burst span {
    animation: none;
  }

  .chasers-rip-action-dock.is-collapsing {
    transform: none;
  }
}

@keyframes chasers-sellback-callout {
  0%,
  100% {
    transform: translateY(0) scale(1);
    box-shadow:
      0 12px 24px rgba(13, 99, 199, 0.18),
      0 0 0 3px rgba(255, 255, 255, 0.86),
      0 2px 0 rgba(255, 255, 255, 0.92) inset,
      inset 0 1px 0 rgba(255, 255, 255, 0.98);
  }

  50% {
    transform: translateY(-1px) scale(1.008);
    box-shadow:
      0 14px 28px rgba(13, 99, 199, 0.22),
      0 0 0 4px rgba(13, 99, 199, 0.1),
      0 2px 0 rgba(255, 255, 255, 0.92) inset,
      inset 0 1px 0 rgba(255, 255, 255, 0.98);
  }
}

.chasers-hit-summary-sold {
  color: #0f8b43 !important;
}

.chasers-hit-summary-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.22rem 0.58rem;
  border-radius: 999px;
  border: 1px solid rgba(191, 16, 41, 0.22);
  color: var(--crimson-red);
  background: rgba(255, 255, 255, 0.94);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.chasers-hit-summary strong {
  font-size: 1rem;
  line-height: 1.2;
  color: var(--ink);
}

.chasers-hit-summary span:last-child {
  font-size: 0.84rem;
  color: var(--shiny-blue);
  font-weight: 700;
}

.chasers-reveal-card {
  perspective: 1200px;
  min-height: 14.1rem;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  gap: 0.35rem;
  min-width: 0;
  position: relative;
  overflow: visible;
}

.chasers-reveal-card.is-visible {
  opacity: 1;
}

.chasers-reveal-card.is-hit-badge-visible .chasers-hit-badge {
  opacity: 1;
  transform: translateX(-50%) translateY(0) scale(1);
}

.chasers-reveal-card.is-hit-live .chasers-card-meta,
.chasers-reveal-card.is-hit-live .chasers-hit-price-row {
  animation: chasers-hit-meta-pop 620ms cubic-bezier(.2,.8,.2,1) 120ms both;
}

.chasers-reveal-card.is-chase {
  filter: drop-shadow(0 20px 42px rgba(191, 16, 41, 0.18));
}

.chasers-reveal-card.is-hit-live.is-vaulted {
  animation:
    chasers-boom 1080ms cubic-bezier(.2,.8,.2,1),
    chasers-hit-shake 680ms cubic-bezier(.22,.61,.36,1) 40ms,
    chasers-hit-pop 920ms cubic-bezier(.2,.8,.2,1) 10ms;
  z-index: 8;
}

.chasers-reveal-card.is-hit-live.is-boom {
  animation:
    chasers-boom 1080ms cubic-bezier(.2,.8,.2,1),
    chasers-hit-shake 680ms cubic-bezier(.22,.61,.36,1) 40ms,
    chasers-hit-pop 920ms cubic-bezier(.2,.8,.2,1) 10ms;
  z-index: 8;
}

.chasers-reveal-card.is-hit-live.is-vaulted::before {
  content: "";
  position: absolute;
  inset: -0.35rem;
  border-radius: 24px;
  background:
    radial-gradient(circle at top, rgba(255, 223, 119, 0.52), transparent 38%),
    conic-gradient(from 180deg, rgba(255, 205, 77, 0.0), rgba(255, 205, 77, 0.88), rgba(255, 128, 64, 0.88), rgba(255, 205, 77, 0.0));
  filter: blur(8px);
  opacity: 0;
  z-index: 0;
  pointer-events: none;
  animation: chasers-vault-aura 1080ms ease forwards;
}

.chasers-reveal-card.is-hit-live.is-boom::before {
  content: "";
  position: absolute;
  inset: -0.35rem;
  border-radius: 24px;
  background:
    radial-gradient(circle at top, rgba(255, 223, 119, 0.52), transparent 38%),
    conic-gradient(from 180deg, rgba(255, 205, 77, 0.0), rgba(255, 205, 77, 0.88), rgba(255, 128, 64, 0.88), rgba(255, 205, 77, 0.0));
  filter: blur(8px);
  opacity: 0;
  z-index: 0;
  pointer-events: none;
  animation: chasers-vault-aura 1080ms ease forwards;
}

.chasers-reveal-card.is-hit-live.is-vaulted::after {
  content: "";
  position: absolute;
  inset: -0.6rem;
  border-radius: 28px;
  background:
    radial-gradient(circle, rgba(255, 229, 138, 0.9) 0 10%, rgba(255, 229, 138, 0) 40%),
    conic-gradient(from 0deg, rgba(255, 201, 93, 0), rgba(255, 201, 93, 0.95), rgba(255, 115, 49, 0.9), rgba(255, 201, 93, 0));
  filter: blur(2px);
  opacity: 0;
  z-index: 0;
  pointer-events: none;
  animation: chasers-hit-burst 820ms cubic-bezier(.2,.8,.2,1) forwards;
}

.chasers-reveal-card.is-hit-live.is-boom::after {
  content: "";
  position: absolute;
  inset: -0.6rem;
  border-radius: 28px;
  background:
    radial-gradient(circle, rgba(255, 229, 138, 0.9) 0 10%, rgba(255, 229, 138, 0) 40%),
    conic-gradient(from 0deg, rgba(255, 201, 93, 0), rgba(255, 201, 93, 0.95), rgba(255, 115, 49, 0.9), rgba(255, 201, 93, 0));
  filter: blur(2px);
  opacity: 0;
  z-index: 0;
  pointer-events: none;
  animation: chasers-hit-burst 820ms cubic-bezier(.2,.8,.2,1) forwards;
}

@media (min-width: 761px) {
  .chasers-reveal-card.is-hit-live.is-hit-card {
    cursor: pointer;
  }

  .chasers-reveal-card.is-hit-live.is-hit-stack-active {
    z-index: 24;
    transform: translateY(-0.35rem) scale(1.04);
    filter:
      drop-shadow(0 22px 34px rgba(15, 139, 67, 0.2))
      drop-shadow(0 18px 28px rgba(13, 99, 199, 0.16));
    transition:
      transform 240ms cubic-bezier(.2,.8,.2,1),
      filter 220ms ease;
  }

  .chasers-reveal-card.is-hit-live.is-hit-stack-active .chasers-card-face-front {
    border-color: rgba(15, 139, 67, 0.92);
    box-shadow:
      0 0 0 4px rgba(255, 255, 255, 0.98),
      0 0 0 12px rgba(15, 139, 67, 0.42),
      0 0 34px rgba(15, 139, 67, 0.36),
      0 22px 42px rgba(13, 29, 56, 0.3);
  }

  .chasers-reveal-card.is-hit-live.is-hit-stack-active .chasers-hit-badge {
    color: #0f8b43;
    border-color: rgba(15, 139, 67, 0.48);
    box-shadow:
      0 16px 28px rgba(13, 29, 56, 0.18),
      0 0 0 6px rgba(15, 139, 67, 0.15);
  }
}

.chasers-reveal-inner {
  position: relative;
  width: 100%;
  aspect-ratio: 0.72;
  transform-style: preserve-3d;
  transition: transform 320ms ease;
  z-index: 1;
}

.chasers-reveal-card.is-visible .chasers-reveal-inner {
  transform: rotateY(180deg);
}

.chasers-reveal-card.is-hit-card.is-visible .chasers-reveal-inner {
  transform: none;
}

.chasers-reveal-card.is-hit-card .chasers-reveal-inner {
  transition: transform 700ms cubic-bezier(.2,.8,.2,1);
}

.chasers-reveal-card.is-hit-card.is-hit-live .chasers-reveal-inner {
  transform: rotateY(180deg);
}

.chasers-card-face {
  position: absolute;
  inset: 0;
  backface-visibility: hidden;
  border-radius: 20px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 48%, rgba(100, 176, 255, 0.2) 0%, rgba(100, 176, 255, 0.06) 18%, rgba(11, 26, 58, 0) 42%),
    linear-gradient(180deg, #1b3f78 0%, #18315a 52%, #0e1b33 100%);
  border: 1px solid rgba(19, 35, 61, 0.08);
  box-shadow: 0 12px 24px rgba(19, 35, 61, 0.08);
}

.chasers-card-face-back {
  background:
    url("https://images.pokemontcg.io/cardback.png") center / cover no-repeat,
    radial-gradient(circle at 50% 48%, rgba(100, 176, 255, 0.2) 0%, rgba(100, 176, 255, 0.06) 18%, rgba(11, 26, 58, 0) 42%),
    linear-gradient(180deg, #1b3f78 0%, #18315a 52%, #0e1b33 100%);
}

.chasers-card-face-back img,
.chasers-card-face-front img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: none;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}

.chasers-reveal-card.is-hit-arming .chasers-card-face-back {
  border-color: rgba(191, 16, 41, 0.75);
  box-shadow:
    0 0 0 3px rgba(191, 16, 41, 0.9),
    0 0 0 12px rgba(191, 16, 41, 0.18),
    0 0 28px rgba(191, 16, 41, 0.34),
    0 18px 32px rgba(191, 16, 41, 0.18);
  animation: chasers-hit-lock-outline 560ms cubic-bezier(.2,.8,.2,1) both, chasers-hit-lock-pulse 720ms ease 120ms infinite alternate;
}

.chasers-card-face-front {
  transform: rotateY(180deg);
}

.chasers-card-face-front img {
  object-fit: contain;
  background: linear-gradient(180deg, rgba(255,255,255,0.95), rgba(247, 240, 232, 0.95));
}

.chasers-card-meta {
  display: block;
  padding: 0 0.15rem;
  text-align: center;
}

.chasers-card-meta strong {
  font-size: 0.84rem;
  line-height: 1.15;
  font-weight: 600;
  color: #10213c;
  overflow-wrap: anywhere;
}

.chasers-hit-price-row {
  position: absolute;
  left: 50%;
  top: calc(100% + 0.16rem);
  z-index: 4;
  display: flex;
  justify-content: center;
  width: max-content;
  max-width: calc(100% + 1.5rem);
  padding: 0 0.15rem;
  transform: translateX(-50%);
  pointer-events: none;
}

.chasers-hit-price {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  padding: 0.18rem 0.44rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(19, 35, 61, 0.08);
  box-shadow: 0 8px 18px rgba(19, 35, 61, 0.08);
  color: rgba(16, 33, 60, 0.74);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
}

.chasers-admin-card.is-out {
  opacity: 0.72;
}

.chasers-admin-launch-panel {
  grid-column: 1 / -1;
  position: relative;
  z-index: 2;
  margin-bottom: 1.1rem;
  padding: 1rem 1.1rem;
  border-radius: 20px;
  border: 1px solid rgba(13, 99, 199, 0.12);
  background: linear-gradient(180deg, rgba(247, 250, 255, 0.96), rgba(255, 255, 255, 0.98));
  align-self: start;
}

.chasers-admin-launch-grid {
  display: grid;
  grid-template-columns: minmax(180px, 0.8fr) minmax(220px, 1.2fr);
  gap: 0.95rem;
  align-items: end;
  margin-top: 0.9rem;
}

.chasers-admin-topgrid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.35fr);
  gap: 1rem;
  align-items: start;
  grid-column: 1 / -1;
}

.chasers-admin-addbar {
  padding: 1rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(19, 35, 61, 0.08);
  display: grid;
  gap: 0.6rem;
}

.chasers-admin-addbar strong {
  display: block;
}

.chasers-admin-addhead {
  display: grid;
  gap: 0.2rem;
}

.chasers-admin-addhead small {
  color: var(--muted);
}

.chasers-admin-config {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  align-items: start;
  padding: 1rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(19, 35, 61, 0.08);
}

.chasers-admin-current {
  display: grid;
  gap: 1rem;
  grid-column: 1 / -1;
}

.chasers-admin-current .search-rule {
  margin-top: 1.1rem;
}

.chasers-admin-grid {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.ripbags-admin-actions {
  grid-column: 1 / -1;
}

@media (max-width: 1080px) {
  .chasers-admin-topgrid {
    grid-template-columns: 1fr;
  }

  .chasers-admin-launch-grid {
    grid-template-columns: 1fr;
  }

  .chasers-admin-current .search-rule {
    margin-top: 0.4rem;
  }
}

.chasers-admin-bulklist {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  max-height: 24rem;
  overflow: auto;
  padding-right: 0.15rem;
}

.chasers-admin-bulkcard {
  display: grid;
  grid-template-columns: auto 4rem minmax(0, 1fr);
  gap: 0.75rem;
  align-items: center;
  padding: 0.8rem;
  border-radius: 16px;
  border: 1px solid rgba(19, 35, 61, 0.08);
  background: rgba(255, 255, 255, 0.88);
  cursor: pointer;
  min-width: 0;
}

.chasers-admin-bulkcard input {
  width: 1rem;
  height: 1rem;
  margin: 0;
}

.chasers-admin-bulkcard img {
  width: 4rem;
  height: 4rem;
  object-fit: contain;
}

.chasers-admin-bulkcard div {
  min-width: 0;
}

.chasers-admin-bulkcard strong {
  display: block;
  margin-bottom: 0.2rem;
}

.chasers-admin-bulkcard small {
  display: block;
  color: var(--muted);
}

.chasers-admin-bulkcard.is-filtered-out {
  display: none !important;
}

.chasers-admin-ledger-controls {
  display: grid;
  grid-template-columns: minmax(16rem, 24rem);
  gap: 0.72rem;
  align-items: start;
  justify-content: start;
}

.chasers-admin-control-field {
  min-width: 0;
  width: 100%;
  align-self: start;
}

.chasers-admin-control-field input {
  min-height: 2.95rem;
}

.chasers-admin-control-toggle {
  align-self: start;
  width: 100%;
  min-height: 2.95rem;
  justify-content: flex-start;
  padding: 0.7rem 0.75rem;
  border: 1px solid rgba(19, 35, 61, 0.1);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.82);
  font-size: 0.88rem;
  white-space: nowrap;
}

.chasers-admin-control-toggle input {
  accent-color: var(--shiny-blue);
}

.chasers-admin-control-toggle span {
  min-width: max-content;
}

@media (max-width: 1180px) {
  .chasers-admin-ledger-controls {
    grid-template-columns: minmax(16rem, 24rem);
  }
}

@media (max-width: 640px) {
  .chasers-admin-ledger-controls {
    grid-template-columns: 1fr;
  }

  .chasers-admin-control-toggle,
  .chasers-admin-control-field {
    grid-column: 1 / -1;
  }
}

.chasers-admin-ledger-controls .field-group,
.chasers-admin-ledger-controls .account-check {
  align-content: start;
}

.chasers-admin-ledger-controls .account-check {
  align-items: center;
}

.chasers-admin-ledger {
  grid-column: 1 / -1;
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0.8rem;
}

.chasers-admin-ledger-list {
  display: grid;
  gap: 0.48rem;
  max-height: 44rem;
  overflow: auto;
  padding-right: 0.25rem;
}

.chasers-admin-ledger-row {
  display: grid;
  grid-template-columns: 3.7rem minmax(13rem, 1.35fr) minmax(7.5rem, 0.56fr) minmax(6.6rem, 0.48fr) minmax(6.6rem, 0.48fr) repeat(3, minmax(5rem, 0.34fr));
  gap: 0.62rem;
  align-items: center;
  min-width: 0;
  padding: 0.55rem 0.65rem;
  border: 1px solid rgba(19, 35, 61, 0.08);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 24px rgba(19, 35, 61, 0.04);
}

.chasers-admin-ledger-row.needs-source {
  border-color: rgba(191, 16, 41, 0.32);
  box-shadow: 0 12px 28px rgba(191, 16, 41, 0.08);
}

.chasers-admin-ledger-row img {
  width: 3.7rem;
  height: 3.7rem;
  object-fit: contain;
}

.chasers-admin-ledger-card {
  min-width: 0;
}

.chasers-admin-ledger-card strong,
.chasers-admin-ledger-card small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}

.chasers-admin-ledger-card strong {
  white-space: nowrap;
  color: var(--ink);
  font-size: 0.95rem;
}

.chasers-admin-ledger-card small {
  white-space: normal;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.35;
}

.chasers-admin-ledger-row label,
.chasers-admin-ledger-stat {
  display: grid;
  gap: 0.24rem;
}

.chasers-admin-availability-toggle {
  display: inline-flex !important;
  align-items: center;
  gap: 0.45rem;
  min-height: 2.35rem;
  justify-content: center;
  padding: 0.42rem 0.78rem;
  border-radius: 12px;
  border: 1px solid rgba(13, 99, 199, 0.24);
  background: rgba(238, 245, 255, 0.96);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.75),
    0 8px 18px rgba(13, 99, 199, 0.08);
}

.chasers-admin-availability-toggle input {
  width: auto;
  min-height: 0;
  margin: 0;
  accent-color: var(--shiny-blue);
}

.chasers-admin-availability-toggle span {
  color: var(--shiny-blue);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.chasers-admin-ledger-row label span,
.chasers-admin-ledger-stat span {
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.chasers-admin-ledger-row input {
  width: 100%;
  min-height: 2.35rem;
  padding: 0.42rem 0.55rem;
  border-radius: 10px;
  border: 1px solid rgba(19, 35, 61, 0.14);
  background: rgba(248, 251, 255, 0.92);
  color: var(--ink);
  font-weight: 800;
}

.chasers-admin-ledger-stat {
  justify-items: center;
  padding: 0.4rem 0.35rem;
  border-radius: 12px;
  background: rgba(13, 99, 199, 0.06);
}

.chasers-admin-ledger-stat strong {
  color: var(--ink);
  font-size: 1rem;
}

.chasers-admin-ledger-stat button {
  appearance: none;
  border: 0;
  border-radius: 999px;
  padding: 0.2rem 0.6rem;
  background: var(--shiny-blue);
  color: #fff;
  font: inherit;
  font-size: 0.95rem;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 8px 16px rgba(13, 99, 199, 0.18);
}

.chasers-admin-ledger-stat button:hover {
  transform: translateY(-1px);
}

.chasers-admin-ledger-stat.hot {
  background: rgba(191, 16, 41, 0.1);
}

.chasers-admin-ledger-stat.hot strong {
  color: var(--crimson);
}

.chasers-admin-ledger-detail {
  grid-column: 1 / -1;
  display: grid;
  gap: 0.65rem;
  margin-top: 0.15rem;
  padding: 0.78rem 0.9rem;
  border-radius: 14px;
  border: 1px solid rgba(13, 99, 199, 0.16);
  background: rgba(248, 251, 255, 0.96);
}

.chasers-admin-ledger-detail[hidden],
.chasers-admin-ledger-detail-list[hidden] {
  display: none;
}

.chasers-admin-ledger-detail-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.chasers-admin-ledger-detail-head strong {
  color: var(--ink);
}

.chasers-admin-ledger-detail-list {
  display: grid;
  gap: 0.45rem;
}

.chasers-admin-ledger-detail-row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.55rem 0.65rem;
  border-radius: 12px;
  background: #fff;
  border: 1px solid rgba(19, 35, 61, 0.08);
}

.chasers-admin-ledger-detail-row span {
  color: var(--ink);
  font-weight: 800;
}

.chasers-admin-ledger-detail-row small {
  color: var(--muted);
  text-align: right;
}

.chasers-admin-inline-form {
  margin: 0;
}

.chasers-admin-inline-form .secondary-button {
  min-height: 2.2rem;
  padding: 0.45rem 0.7rem;
  white-space: nowrap;
}

.chasers-admin-compact-list {
  display: grid;
  gap: 0.55rem;
  max-height: 25rem;
  overflow: auto;
  padding-right: 0.2rem;
}

.chasers-admin-compact-row {
  display: grid;
  grid-template-columns: 3.35rem minmax(12rem, 1.25fr) minmax(10rem, 0.9fr) repeat(3, auto);
  gap: 0.8rem;
  align-items: center;
  min-width: 0;
  padding: 0.62rem 0.72rem;
  border: 1px solid rgba(19, 35, 61, 0.08);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 10px 24px rgba(19, 35, 61, 0.05);
}

.chasers-admin-compact-row img,
.chasers-admin-compact-empty {
  width: 3.35rem;
  height: 3.35rem;
  border-radius: 12px;
}

.chasers-admin-compact-row img {
  object-fit: contain;
  background: rgba(248, 251, 255, 0.9);
}

.chasers-admin-compact-empty {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--muted);
  font-weight: 900;
  background: rgba(13, 99, 199, 0.08);
}

.chasers-admin-compact-row div {
  display: grid;
  gap: 0.12rem;
  min-width: 0;
}

.chasers-admin-compact-row strong,
.chasers-admin-compact-row small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chasers-admin-compact-row strong {
  color: var(--ink);
  font-size: 0.95rem;
}

.chasers-admin-compact-row small {
  color: var(--muted);
  font-size: 0.8rem;
}

.chasers-admin-user-lookup-list {
  display: grid;
  gap: 0.55rem;
  max-height: 32rem;
  overflow: auto;
  padding-right: 0.2rem;
}

.chasers-admin-user-lookup-row {
  border: 1px solid rgba(19, 35, 61, 0.09);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 12px 28px rgba(19, 35, 61, 0.055);
  overflow: hidden;
}

.chasers-admin-user-lookup-toggle {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(12rem, 1fr) auto;
  gap: 0.85rem;
  align-items: center;
  padding: 0.72rem 0.85rem;
  border: 0;
  background: transparent;
  color: inherit;
  text-align: left;
  cursor: pointer;
}

.chasers-admin-user-lookup-toggle:hover,
.chasers-admin-user-lookup-row.is-open .chasers-admin-user-lookup-toggle {
  background: linear-gradient(90deg, rgba(13, 99, 199, 0.075), rgba(191, 16, 41, 0.045));
}

.chasers-admin-user-lookup-toggle > span:first-child {
  display: grid;
  gap: 0.08rem;
  min-width: 0;
}

.chasers-admin-user-lookup-toggle strong {
  color: var(--ink);
  font-size: 0.98rem;
  font-weight: 900;
}

.chasers-admin-user-lookup-toggle small,
.chasers-admin-ship-to {
  color: var(--muted);
  font-size: 0.8rem;
}

.chasers-admin-user-lookup-stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.35rem;
}

.vault-status-pill.is-hot {
  background: rgba(191, 16, 41, 0.12);
  color: var(--crimson);
}

.chasers-admin-user-lookup-detail {
  display: grid;
  gap: 0.45rem;
  padding: 0.25rem 0.7rem 0.7rem;
  background: rgba(248, 251, 255, 0.74);
}

.chasers-admin-user-lookup-detail[hidden] {
  display: none;
}

.chasers-admin-user-card-row {
  display: grid;
  grid-template-columns: 3.35rem minmax(12rem, 1fr) repeat(3, auto);
  gap: 0.65rem;
  align-items: center;
  padding: 0.54rem 0.62rem;
  border: 1px solid rgba(19, 35, 61, 0.075);
  border-radius: 14px;
  background: #fff;
}

.chasers-admin-user-card-row img,
.chasers-admin-user-card-row .chasers-admin-compact-empty {
  width: 3.35rem;
  height: 3.35rem;
  border-radius: 12px;
}

.chasers-admin-user-card-row img {
  object-fit: contain;
  background: rgba(248, 251, 255, 0.9);
}

.chasers-admin-user-card-row div {
  display: grid;
  gap: 0.1rem;
  min-width: 0;
}

.chasers-admin-user-card-row strong,
.chasers-admin-user-card-row small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chasers-admin-user-card-row strong {
  color: var(--ink);
  font-size: 0.92rem;
}

.chasers-admin-user-card-row small {
  color: var(--muted);
  font-size: 0.78rem;
}

.chasers-admin-ship-to {
  grid-column: 2 / -1;
}

.chasers-admin-load-more {
  margin-top: 0.8rem;
}

@media (max-width: 760px) {
  .chasers-admin-ledger-controls {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .chasers-admin-ledger-row {
    grid-template-columns: 3.3rem minmax(0, 1fr) minmax(5.6rem, 0.44fr);
  }

  .chasers-admin-ledger-row img {
    width: 3.3rem;
    height: 3.3rem;
    grid-row: span 3;
  }

  .chasers-admin-ledger-detail-row {
    display: grid;
    gap: 0.2rem;
  }

  .chasers-admin-ledger-detail-row small {
    text-align: left;
  }

  .chasers-admin-compact-row {
    grid-template-columns: 3rem minmax(0, 1fr);
    align-items: start;
  }

  .chasers-admin-compact-row img,
  .chasers-admin-compact-empty {
    width: 3rem;
    height: 3rem;
    grid-row: span 3;
  }

  .chasers-admin-compact-row .vault-status-pill {
    justify-self: flex-start;
  }

  .chasers-admin-user-lookup-toggle {
    grid-template-columns: 1fr;
  }

  .chasers-admin-user-lookup-stats {
    justify-content: flex-start;
  }

  .chasers-admin-user-card-row {
    grid-template-columns: 3rem minmax(0, 1fr);
  }

  .chasers-admin-user-card-row img,
  .chasers-admin-user-card-row .chasers-admin-compact-empty {
    width: 3rem;
    height: 3rem;
    grid-row: span 3;
  }

  .chasers-admin-user-card-row .vault-status-pill,
  .chasers-admin-user-card-row .chasers-admin-inline-form {
    justify-self: flex-start;
  }

  .chasers-admin-ship-to {
    grid-column: 2;
  }
}

@keyframes chasers-boom {
  0% { transform: scale(0.96); box-shadow: 0 0 0 rgba(255, 197, 65, 0); }
  35% { transform: scale(1.04); box-shadow: 0 0 0 12px rgba(255, 197, 65, 0.18); }
  100% { transform: scale(1); box-shadow: 0 16px 34px rgba(191, 16, 41, 0.16); }
}

@keyframes chasers-hit-card-enter {
  0% { transform: translateY(16px) scale(0.92); opacity: 0; }
  100% { transform: translateY(0) scale(1); opacity: 1; }
}

@keyframes chasers-hit-badge-pop {
  0% { opacity: 0; transform: translateX(-50%) translateY(10px) scale(0.84); }
  100% { opacity: 1; transform: translateX(-50%) translateY(0) scale(1); }
}

@keyframes chasers-vault-aura {
  0% { opacity: 0; transform: scale(0.92); }
  35% { opacity: 1; transform: scale(1.04); }
  100% { opacity: 0.72; transform: scale(1); }
}

@keyframes chasers-vault-outline {
  0% { transform: scale(0.96); }
  40% { transform: scale(1.03); }
  100% { transform: scale(1); }
}

@keyframes chasers-surprise-slide {
  0% { opacity: 0; transform: translate(-10px, 8px) scale(0.97); }
  100% { opacity: 1; transform: translate(0, 0) scale(1); }
}

@keyframes chasers-surprise-whiff-hero {
  0% {
    opacity: 0;
    transform: translate(12rem, 8.6rem) rotate(-11deg) scale(1.86);
  }
  16% {
    opacity: 1;
    transform: translate(11.2rem, 8rem) rotate(-10deg) scale(1.92);
  }
  44% {
    opacity: 1;
    transform: translate(10.6rem, 7.5rem) rotate(-8deg) scale(1.88);
  }
  72% {
    opacity: 1;
    transform: translate(1rem, 0.4rem) rotate(-2deg) scale(1.14);
  }
  100% {
    opacity: 1;
    transform: translateY(0) rotate(0deg) scale(1);
  }
}

@keyframes chasers-surprise-whiff-card {
  0% { transform: rotateY(0deg) rotateZ(-16deg) scale(1.03); }
  34% { transform: rotateY(180deg) rotateZ(-8deg) scale(1.07); }
  68% { transform: rotateY(360deg) rotateZ(-4deg) scale(1.04); }
  100% { transform: rotateY(540deg) rotateZ(0deg) scale(1); }
}

@keyframes chasers-surprise-whiff-copy {
  0%, 72% { opacity: 0; transform: translateY(0.35rem) scale(0.96); }
  100% { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes chasers-surprise-whiff-hero-mobile {
  0% {
    opacity: 0;
    transform: translate(6.4rem, 7.9rem) rotate(-10deg) scale(1.7);
    background: rgba(5, 16, 38, 0);
    border-color: rgba(255, 255, 255, 0);
    box-shadow: none;
  }
  18% {
    opacity: 1;
    transform: translate(5.9rem, 7.4rem) rotate(-9deg) scale(1.76);
    background: rgba(5, 16, 38, 0);
    border-color: rgba(255, 255, 255, 0);
    box-shadow: none;
  }
  44% {
    opacity: 1;
    transform: translate(5.4rem, 7rem) rotate(-7deg) scale(1.72);
    background: rgba(5, 16, 38, 0);
    border-color: rgba(255, 255, 255, 0);
    box-shadow: none;
  }
  72% {
    opacity: 1;
    transform: translate(0.7rem, 0.35rem) rotate(-2deg) scale(1.08);
    background: rgba(5, 16, 38, 0);
    border-color: rgba(255, 255, 255, 0);
    box-shadow: none;
  }
  100% {
    opacity: 1;
    transform: translateX(0.35rem) translateY(0.1rem) rotate(0deg) scale(1);
    background: rgba(5, 16, 38, 0.44);
    border-color: rgba(255, 255, 255, 0.12);
    box-shadow:
      0 16px 28px rgba(3, 8, 20, 0.28),
      0 0 28px rgba(13, 99, 199, 0.12);
  }
}

@keyframes chasers-hit-shake {
  0% { transform: translateX(0) rotate(0deg); }
  20% { transform: translateX(-3px) rotate(-1.1deg); }
  40% { transform: translateX(3px) rotate(1deg); }
  60% { transform: translateX(-2px) rotate(-0.8deg); }
  80% { transform: translateX(2px) rotate(0.6deg); }
  100% { transform: translateX(0) rotate(0deg); }
}

@keyframes chasers-hit-badge-pulse {
  0% { box-shadow: 0 10px 22px rgba(255, 139, 61, 0.26), 0 0 0 8px rgba(255, 190, 86, 0.14); }
  50% { box-shadow: 0 14px 28px rgba(255, 139, 61, 0.34), 0 0 0 14px rgba(255, 190, 86, 0.18); }
  100% { box-shadow: 0 10px 22px rgba(255, 139, 61, 0.26), 0 0 0 8px rgba(255, 190, 86, 0.14); }
}

@keyframes home3-chase-demo-launch-pulse {
  0%, 100% {
    box-shadow:
      inset 0 0 0 1px rgba(13, 99, 199, 0.08),
      inset 0 1px 0 rgba(255, 255, 255, 0.96),
      inset 0 -4px 0 rgba(191, 16, 41, 0.08),
      0 14px 28px rgba(19, 35, 61, 0.10);
  }
  50% {
    box-shadow:
      inset 0 0 0 1px rgba(13, 99, 199, 0.12),
      inset 0 1px 0 rgba(255, 255, 255, 0.98),
      inset 0 -4px 0 rgba(191, 16, 41, 0.12),
      0 18px 30px rgba(13, 99, 199, 0.10),
      0 10px 22px rgba(191, 16, 41, 0.09);
  }
}

@keyframes chasers-hit-pop {
  0% { transform: scale(1) rotate(0deg) translateY(0); }
  28% { transform: scale(1.18) rotate(-2.8deg) translateY(-12px); }
  54% { transform: scale(1.1) rotate(2deg) translateY(-5px); }
  72% { transform: scale(1.06) rotate(-1deg) translateY(-2px); }
  100% { transform: scale(1) rotate(0deg); }
}

@keyframes chasers-hit-burst {
  0% { opacity: 0; transform: scale(0.6) rotate(0deg); }
  40% { opacity: 1; transform: scale(1.08) rotate(22deg); }
  100% { opacity: 0; transform: scale(1.25) rotate(34deg); }
}

@keyframes chasers-hit-lock-outline {
  0% { transform: scale(0.98); }
  55% { transform: scale(1.04); }
  100% { transform: scale(1); }
}

@keyframes chasers-hit-lock-pulse {
  0% {
    box-shadow:
      0 0 0 2px rgba(191, 16, 41, 0.72),
      0 0 0 8px rgba(191, 16, 41, 0.14),
      0 0 18px rgba(191, 16, 41, 0.22),
      0 14px 24px rgba(191, 16, 41, 0.14);
  }
  100% {
    box-shadow:
      0 0 0 4px rgba(191, 16, 41, 0.95),
      0 0 0 14px rgba(191, 16, 41, 0.2),
      0 0 34px rgba(191, 16, 41, 0.38),
      0 18px 30px rgba(191, 16, 41, 0.18);
  }
}

@keyframes chasers-hit-pop-mobile {
  0% { transform: scale(0.94); opacity: 0; }
  55% { transform: scale(1.05); opacity: 1; }
  100% { transform: scale(1); opacity: 1; }
}

@media (max-width: 1080px) {
  .chasers-stage {
    grid-template-columns: 1fr;
  }

  .chasers-control-panel {
    position: static;
  }

  .chasers-stage-top {
    grid-template-columns: 1fr;
  }

  .chasers-stage-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.5rem;
    align-items: start;
  }

  .chasers-stage-frame {
    grid-template-columns: 1fr;
  }

  .chasers-cinematic-caption,
  .chasers-hit-summary,
  .chasers-rip-action-dock {
    grid-column: 1 / -1;
  }

  .chasers-stage-frame > .chasers-action-status,
  .chasers-stage-side,
  .chasers-stage-body,
  .chasers-stage-side .chasers-credit-panel,
  .chasers-stage-side .chasers-fair-card {
    grid-column: auto;
  }

  .chasers-stage-frame > .chasers-action-status {
    display: block;
  }

  .chasers-stage-side-meta {
    display: none;
  }

  .chasers-reveal-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .chasers-stage-body {
    min-height: 30rem;
    padding-bottom: 6.1rem;
  }

  .chasers-dropdown-panel {
    max-height: min(22rem, 55vh);
  }

  .chasers-rip-topbar {
    grid-template-columns: 1fr;
  }

  .chasers-rip-mobile-meta {
    display: block;
  }
}

@media (min-width: 761px) and (max-width: 1480px), (min-width: 761px) and (max-height: 940px) {
  .chasers-stage-frame {
    grid-template-columns: minmax(11.25rem, 18vw) minmax(0, 1fr);
    gap: 0.7rem;
    min-height: 26.5rem;
  }

  .chasers-stage-side {
    gap: 0.55rem;
  }

  .chasers-stage-side-meta {
    gap: 0.45rem;
  }

  .chasers-stage-side .chasers-fair-card,
  .chasers-stage-side .chasers-credit-panel {
    padding: 0.72rem 0.78rem;
    border-radius: 14px;
  }

  .chasers-stage-side .chasers-credit-panel .chasers-credit-panel-copy strong {
    font-size: 1.22rem;
  }

  .chasers-stage-body {
    min-height: 27rem;
    padding: 0.65rem 0.65rem clamp(4rem, 9vh, 5rem);
  }

  .chasers-guide-panel {
    inset: 0.65rem;
    padding: 4.15rem 1.05rem 1rem;
    gap: 0.75rem;
  }

  .chasers-guide-panel h3 {
    font-size: clamp(1.55rem, 2.3vw, 2.25rem);
    max-width: 18rem;
  }

  .chasers-guide-points {
    gap: 0.62rem;
    max-width: 26rem;
  }

  .chasers-guide-points li {
    min-height: 3.2rem;
    padding: 0.82rem 0.95rem 0.82rem 1.05rem;
    border-radius: 18px;
    font-size: 0.92rem;
  }

  .chasers-reveal-grid {
    min-height: 26.5rem;
    gap: clamp(0.45rem, 0.75vw, 0.6rem);
  }

  .chasers-reveal-card {
    min-height: clamp(9.8rem, 12.8vw, 12.35rem);
    gap: 0.28rem;
  }

  .chasers-card-meta strong {
    font-size: 0.76rem;
  }

  .chasers-hit-badge {
    font-size: 0.58rem;
    padding: 0.28rem 0.4rem;
  }

  .chasers-hit-price {
    font-size: 0.54rem;
  }

  .chasers-hit-summary {
    width: min(26vw, 24rem);
    max-width: calc(100% - 0.8rem);
    margin-top: 0.65rem;
    padding: 0.72rem 0.82rem;
    font-size: 0.86rem;
  }

  .chasers-hit-summary strong {
    font-size: 0.94rem;
  }

  .chasers-hit-summary span:last-child {
    font-size: 0.78rem;
  }

  .chasers-hit-summary-sell,
  .chasers-rip-action-button {
    min-height: 2.45rem;
    padding: 0.56rem 0.86rem;
    border-radius: 14px;
    font-size: 0.84rem;
    letter-spacing: 0.05em;
  }

  .chasers-rip-action-dock {
    width: fit-content;
    max-width: 100%;
    min-height: 2.9rem;
    margin-top: 0.45rem;
    gap: 0.48rem;
  }

  .chasers-rip-action-dock .chasers-open-button {
    min-width: 12.75rem;
  }

  .chasers-hit-action-group {
    width: max-content;
    max-width: calc(100vw - 3rem);
    gap: 0.45rem;
  }
}

@media (min-width: 761px) and (max-width: 1080px) {
  .chasers-play-panel {
    padding: 0.85rem 0.85rem 1rem;
    gap: 0.75rem;
  }

  .chasers-rip-topbar {
    grid-template-columns: minmax(0, auto) minmax(0, 1fr);
    align-items: start;
    gap: 0.7rem;
    padding: 0.35rem 0.05rem 0.1rem;
  }

  .chasers-rip-mode {
    justify-self: start;
  }

  .chasers-rip-selected {
    min-width: 0;
  }

  .chasers-stage-frame {
    grid-template-columns: 1fr;
    min-height: 0;
    gap: 0.75rem;
    align-items: start;
  }

  .chasers-stage-top,
  .chasers-stage-side,
  .chasers-stage-body,
  .chasers-stage-side .chasers-credit-panel,
  .chasers-stage-side .chasers-fair-card {
    grid-column: auto;
  }

  .chasers-stage-side {
    width: 100%;
    height: auto;
    min-height: 0;
    overflow: visible;
    gap: 0.65rem;
    order: 2;
  }

  .chasers-stage-side-meta {
    display: none;
  }

  .chasers-stage-side .chasers-credit-panel,
  .chasers-stage-side .chasers-fair-card {
    width: 100%;
    max-width: none;
  }

  .chasers-stage-side .chasers-credit-panel {
    justify-items: stretch;
  }

  .chasers-stage-body {
    min-height: 28rem;
    padding: 0.85rem 0.85rem 5.9rem;
    order: 1;
  }

  .chasers-guide-panel {
    inset: 0.85rem;
    padding: 4.3rem 1rem 1rem;
    justify-items: center;
    text-align: center;
  }

  .chasers-guide-copy {
    display: grid;
    justify-items: center;
    width: 100%;
  }

  .chasers-guide-panel h3 {
    max-width: 22rem;
    margin-inline: auto;
    text-align: center;
  }

  .chasers-guide-points {
    width: min(100%, 28rem);
    max-width: 28rem;
    margin-inline: auto;
  }

  .chasers-rip-action-dock {
    margin-inline: auto;
  }
}

@media (max-width: 760px) {
  .chasers-credit-panel {
    margin-top: 0.12rem;
    padding-top: 0.65rem;
    padding-bottom: 0.65rem;
    gap: 0.55rem;
  }

  .chasers-credit-panel-copy-mobile {
    display: grid;
    gap: 0.12rem;
    width: 100%;
  }

  .chasers-credit-panel-copy-mobile span {
    color: var(--muted);
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
  }

  .chasers-credit-panel-copy-mobile strong {
    color: #10213c;
    font-size: 1.1rem;
    line-height: 1;
  }

  .chasers-credit-panel.is-balance-up .chasers-credit-panel-copy-mobile strong {
    color: #0f8b43;
    text-shadow: 0 0 10px rgba(15, 139, 67, 0.16);
  }

  .chasers-credit-panel.is-balance-down .chasers-credit-panel-copy-mobile strong {
    color: #10213c;
    text-shadow: none;
  }

  .chasers-credit-panel [data-credit-panel-balance] {
    display: none !important;
  }

  .chasers-shell[data-flow-state="selection"] .chasers-config-panel {
    padding-bottom: calc(6.8rem + env(safe-area-inset-bottom, 0px));
  }

  .chasers-stage {
    gap: 0.55rem;
  }

  .chasers-play-panel {
    gap: 0.55rem;
  }

  .chasers-stage-frame {
    gap: 0.35rem;
  }

  .chasers-hero-row {
    flex-direction: column;
    align-items: stretch;
  }

  .chasers-top-actions,
  .chasers-stage-actions {
    grid-template-columns: 1fr;
  }

  .chasers-surprise-toggle {
    justify-self: center;
    text-align: center;
    font-size: 0.74rem;
  }

  .chasers-reveal-grid {
    grid-template-columns: 1fr 1fr;
  }

  .chasers-guide-points {
    grid-template-columns: 1fr;
  }

  .chasers-control-panel,
  .chasers-play-panel {
    border-radius: 22px;
  }

  .chasers-stage-body {
    min-height: 24rem;
    padding: 0.8rem;
  }

  .chasers-surprise-reveal {
    left: 0.8rem;
    top: 0.8rem;
    transform: none;
    width: 8.75rem;
    padding: 0.75rem 0.65rem 0.7rem;
  }

  .chasers-reveal-grid {
    min-height: 24rem;
    gap: 0.5rem;
  }

  .chasers-reveal-card {
    min-height: 10.5rem;
  }

  .chasers-dropdown-panel {
    left: -0.15rem;
    right: -0.15rem;
    max-height: min(16.5rem, 48vh);
    padding: 0.7rem;
  }

  .chasers-picker-toolbar {
    justify-content: stretch;
  }

  .chasers-picker-action {
    width: 100%;
    justify-content: center;
  }

  .chasers-stage-mode-top {
    align-items: stretch;
    flex-direction: column;
  }

  .chasers-mode-toggle {
    width: 100%;
  }

  .chasers-stage-mode .chasers-picker-action {
    width: 100%;
  }

  .chasers-choice-card {
    padding: 0.65rem;
    gap: 0.6rem;
  }

  .chasers-choice-card img {
    width: 3.7rem;
    height: 3.7rem;
  }

  .chasers-admin-config {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .chasers-admin-bulklist {
    grid-template-columns: 1fr;
  }

  .chasers-shell {
    gap: 0.75rem;
  }

  .chasers-selection-utility {
    width: 100%;
    margin-top: -0.1rem;
    gap: 0.45rem;
  }

  .chasers-selection-utility-bar {
    display: grid;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    gap: 0.55rem;
  }

  .chasers-selection-utility-mode {
    width: auto;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    gap: 0.45rem;
  }

  .chasers-selection-utility-mode-desktop {
    display: none;
  }

  .chasers-selection-utility-mode .chasers-stage-mode-label {
    font-size: 0.62rem;
  }

  .chasers-selection-utility-mode .chasers-mode-toggle {
    width: auto;
    justify-content: flex-start;
    gap: 0.14rem;
    padding: 0.14rem;
    border-radius: 8px;
    border: 1px solid rgba(19, 35, 61, 0.1);
    background: rgba(244, 248, 253, 0.94);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.92),
      0 5px 12px rgba(19, 35, 61, 0.05);
  }

  .chasers-selection-utility-mode .chasers-picker-action {
    min-height: 1.28rem;
    padding: 0.08rem 0.36rem;
    border: 1px solid rgba(19, 35, 61, 0.16);
    border-radius: 6px;
    background: #ffffff;
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 1),
      0 2px 6px rgba(19, 35, 61, 0.05);
    color: rgba(19, 35, 61, 0.72);
    font-size: 0.58rem;
    font-weight: 900;
    letter-spacing: 0.01em;
    line-height: 1;
    text-transform: none;
  }

  .chasers-selection-utility-mode .chasers-picker-action:hover {
    background: #ffffff;
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 1),
      0 4px 10px rgba(19, 35, 61, 0.08);
    color: #10213c;
    transform: none;
  }

  .chasers-selection-utility-mode [data-mode-value="simulation"].is-active {
    border-color: rgba(8, 64, 131, 0.94) !important;
    background: linear-gradient(180deg, #1774de 0%, #0d63c7 100%) !important;
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.22),
      inset 0 -2px 0 rgba(8, 64, 131, 0.45),
      0 0 0 2px rgba(255, 255, 255, 0.9),
      0 0 0 4px rgba(13, 99, 199, 0.16),
      0 4px 10px rgba(19, 35, 61, 0.1);
    color: #ffffff !important;
  }

  .chasers-selection-utility-mode [data-mode-value="live"].is-active {
    border-color: rgba(128, 10, 29, 0.94) !important;
    background: linear-gradient(180deg, #cf1f3c 0%, #bf1029 100%) !important;
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.2),
      inset 0 -2px 0 rgba(128, 10, 29, 0.45),
      0 0 0 2px rgba(255, 255, 255, 0.9),
      0 0 0 4px rgba(191, 16, 41, 0.16),
      0 4px 10px rgba(19, 35, 61, 0.1);
    color: #ffffff !important;
  }

  .chasers-chase-box-head {
    align-items: center;
    gap: 0.6rem;
  }

  .chasers-selection-balance {
    justify-items: end;
  }

  .chasers-selection-utility-stats {
    width: 100%;
    justify-content: flex-end;
    gap: 0.7rem 1rem;
  }

  .chasers-selection-utility-stat {
    text-align: center;
  }

  .chasers-control-panel {
    padding: 0.25rem 0 0;
    gap: 0.55rem;
  }

  .chasers-config-panel {
    gap: 0.5rem;
    padding: 0.7rem 0.75rem;
    border-radius: 16px;
  }

  .chasers-set-card,
  .chasers-control-panel > .field-group {
    display: none;
  }

  .chasers-select-wrap-priority {
    padding: 0;
    gap: 0.4rem;
  }

  .chasers-fair-card {
    margin-top: 0.15rem;
    padding: 0.75rem 0.8rem;
    border-radius: 16px;
    order: 4;
  }

  .chasers-fair-body {
    gap: 0.65rem;
    padding-top: 0.55rem;
  }

  .chasers-fair-grid {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }

  .chasers-select-wrap .field-label {
    font-size: 0.78rem;
    line-height: 1.1;
  }

  .chasers-dropdown-trigger {
    min-height: 2.6rem;
    justify-content: flex-start;
    padding: 0.6rem 0.82rem;
    border-radius: 12px;
  }

  .chasers-helper {
    display: none;
  }

  .chasers-mobile-selection-summary {
    display: none;
  }

  .chasers-selection-stats {
    grid-template-columns: 1fr;
  }

  .chasers-dropdown-panel {
    padding: 0.65rem;
    border-radius: 16px;
    min-height: 35rem;
    height: min(46rem, 86vh);
    max-height: calc(100dvh - 1rem);
  }

  .chasers-selected-strip-stage {
    min-height: 4.35rem;
    padding: 0.42rem 0.48rem 0.44rem;
  }

  .chasers-selected-strip-region.is-visible {
    max-height: 8rem;
  }

  .chasers-chase-box-title {
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
  }

  .chasers-chase-apply {
    font-size: 1.16rem;
  }

  .chasers-selected-strip-hint {
    font-size: 0.62rem;
  }

  .chasers-selected-strip-nav {
    width: 1.25rem;
    height: 1.25rem;
    font-size: 1rem;
  }

  .chasers-selection-dock {
    position: sticky;
    left: auto;
    right: auto;
    bottom: max(0.18rem, env(safe-area-inset-bottom, 0px));
    z-index: 12;
    grid-template-columns: 1fr;
    gap: 0.55rem;
    padding: 0.62rem;
    margin-top: 0.35rem;
    max-width: 100%;
    margin-left: 0;
    margin-right: auto;
    border-radius: 12px;
    box-shadow:
      0 18px 34px rgba(19, 35, 61, 0.16),
      0 8px 18px rgba(13, 99, 199, 0.1);
  }

  .chasers-selection-dock-line {
    width: 100%;
  }

  .chasers-selection-dock-strip .chasers-selected-thumb {
    width: 2.65rem;
  }

  .chasers-apply-dock-button {
    width: 100%;
  }

  .chasers-selected-review {
    padding: 1rem;
  }

  .chasers-selected-review-card {
    width: min(21rem, calc(100vw - 1.4rem));
    padding: 1rem 0.95rem;
    border-radius: 20px;
  }

  .chasers-selected-review-card img {
    width: min(8.5rem, 52vw);
  }

  .chasers-chase-editor {
    grid-template-columns: 1fr;
    gap: 0.75rem;
    height: 100%;
    min-height: 0;
  }

  .chasers-choice-list {
    grid-template-columns: 1fr;
    padding-bottom: 0.35rem;
  }

  .chasers-picker-main {
    grid-template-rows: auto auto minmax(0, 1fr);
    height: 100%;
    min-height: 0;
    overflow: hidden;
  }

  .chasers-picker-toolbar {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    gap: 0.35rem;
    margin: 0;
    padding: 0 0 0.1rem;
    scrollbar-width: none;
  }

  .chasers-picker-toolbar::-webkit-scrollbar {
    display: none;
  }

  .chasers-picker-action {
    width: auto;
    flex: 0 0 auto;
    min-height: 2.2rem;
    padding: 0.45rem 0.75rem;
    font-size: 0.76rem;
  }

  .chasers-choice-card {
    padding: 0.58rem;
    gap: 0.55rem;
    border-radius: 16px;
    align-items: center;
  }

  .chasers-choice-card img {
    height: 4.2rem;
  }

  .chasers-choice-card strong {
    font-size: 0.88rem;
    line-height: 1.15;
  }

  .chasers-choice-card small {
    font-size: 0.72rem;
    line-height: 1.2;
  }

  .chasers-choice-card.is-selected::after {
    padding: 0.18rem 0.4rem;
    font-size: 0.62rem;
  }

  .chasers-choice-list {
    min-height: 0;
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
  }

  .chasers-selected-thumb {
    width: 2.8rem;
    padding: 0.12rem;
    border-radius: 10px;
  }

  .chasers-inline-status {
    display: block;
    min-height: 0;
    font-size: 0.84rem;
  }

  .chasers-action-status {
    min-height: 0;
    margin: 0;
    display: none;
  }

  .chasers-action-status.is-error {
    display: block;
    padding: 0.52rem 0.65rem;
    border-radius: 12px;
    background: rgba(191, 16, 41, 0.08);
    border: 1px solid rgba(191, 16, 41, 0.12);
    font-size: 0.82rem;
    line-height: 1.3;
  }

  .chasers-play-panel {
    margin-top: -0.3rem;
    margin-bottom: -2rem;
    overflow: visible;
  }

  .chasers-rip-topbar {
    gap: 0.65rem;
    padding-top: 0.2rem;
    grid-template-columns: 1fr;
  }

  .chasers-rip-mode {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.3rem 0.45rem;
    justify-self: center;
  }

  .chasers-return-button {
    width: fit-content;
  }

  .chasers-stage-frame {
    padding-top: 0;
    min-height: 0;
  }

  .chasers-stage-top {
    gap: 0.18rem;
  }

  .chasers-stage-actions {
    gap: 0.5rem;
  }

  .chasers-stage-mode {
    padding: 0.5rem 0.65rem;
    gap: 0.18rem;
    border-radius: 12px;
  }

  .chasers-stage-mode-label {
    font-size: 0.7rem;
  }

  .chasers-mode-toggle {
    width: 100%;
    justify-content: flex-start;
    gap: 0.28rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .chasers-mode-toggle-inline {
    width: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    grid-template-columns: none;
  }

  .chasers-rip-mode-toggle {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    gap: 0.24rem 0.32rem;
    width: auto;
  }

  .chasers-rip-mode-toggle .chasers-picker-action {
    width: auto;
    min-height: 1.72rem;
    padding: 0.24rem 0.54rem;
    font-size: 0.68rem;
    flex: 0 0 auto;
    line-height: 1;
  }

  .chasers-mode-toggle .chasers-picker-action,
  .chasers-stage-mode .chasers-picker-action {
    width: 80%;
    min-height: 1.6rem;
    padding: 0.42rem 0.58rem;
    font-size: 0.74rem;
  }

  .chasers-rip-mode-toggle .chasers-picker-action {
    width: auto;
    min-height: 1.72rem;
    padding: 0.24rem 0.54rem;
    font-size: 0.68rem;
  }

  .chasers-rip-topbar {
    justify-items: start;
  }

  .chasers-rip-mode {
    justify-items: start;
  }

  .chasers-stage-actions .chasers-open-button {
    min-height: 2.9rem;
    display: inline-flex;
    gap: 0.42rem;
    align-items: center;
    justify-content: center;
    justify-self: center;
    padding: 0.46rem 0.84rem 0.5rem;
    border-radius: 999px;
    font-size: 1rem;
    width: auto;
    margin-bottom: 0.3rem;
  }

  .open-pack-btn-divider {
    min-width: 0.9rem;
    font-size: 0.9rem;
  }

  .chasers-stage-actions .chasers-pricing-inline {
    display: none;
  }

  .chasers-stage-body {
    --stage-slider-space: 6rem;
    min-height: min(34.2rem, 76vh);
    height: min(34.2rem, 76vh);
    padding: 1rem 0 0.5rem;
    overflow: visible;
  }

  .chasers-cinematic-stage {
    inset: 0.2rem 0 0.5rem;
    border-radius: 16px;
  }

  .chasers-pack-art-shell {
    width: min(21.4rem, 96vw);
    max-width: 86%;
    margin-top: 1.7rem;
  }

  .chasers-pack-shadow {
    top: calc(50% + 8.2rem);
    width: min(15.2rem, 70vw);
  }

  .chasers-pack-bulk-pile {
    inset: 0;
    --bulk-lane-scale: 0.45;
  }

  .chasers-pack-bulk-label {
    left: 0.4rem;
    top: 0.2rem;
    font-size: 0.68rem;
  }

  .chasers-bulk-flyer {
    left: var(--bulk-origin-x, 50%);
    top: var(--bulk-origin-y, 56.9%);
    width: var(--bulk-card-width, 10.4rem);
  }

  .chasers-cinematic-hit-card {
    width: min(11.4rem, 50vw);
  }

  .chasers-bulk-flyer.is-cinematic-active {
    transform: translate(-50%, calc(-50% + 1.2rem)) rotate(0deg) scale(1.14);
  }

  .chasers-bulk-flyer.is-cinematic-sequence-current {
    transform: translate(-50%, calc(-50% + 1.08rem)) rotate(0deg) scale(1.08);
  }

  .chasers-bulk-flyer.is-cinematic-sequence-previous {
    transform:
      translate(calc(-50% - 0.88rem), calc(-50% + 1.92rem))
      rotate(-4deg)
      scale(0.96);
  }

  .chasers-bulk-flyer.is-cinematic-behind {
    transform:
      translate(calc(-50% + (var(--cinematic-stack-side, 1) * min(var(--cinematic-stack-order, 1), 4) * 0.95rem)), calc(-50% + 1.65rem + (min(var(--cinematic-stack-order, 1), 4) * 0.34rem)))
      rotate(calc(var(--cinematic-stack-side, 1) * min(var(--cinematic-stack-order, 1), 4) * 5deg))
      scale(calc(1.02 - (min(var(--cinematic-stack-order, 1), 4) * 0.045)));
  }

  .chasers-rip-slider {
    width: min(14.4rem, calc(100% - 1.25rem));
  }

  .chasers-stage-slider-shell {
    bottom: 1.02rem;
    width: min(calc(100% - 1rem), 23rem);
    max-width: calc(100% - 1rem);
    padding: 0.24rem;
  }

  .chasers-stage-slider-shell[data-mode="hit"] {
    width: min(calc(100% - 0.35rem), 25rem);
    max-width: calc(100% - 0.35rem);
    padding: 0.26rem 0.3rem;
  }

  .chasers-stage-slider-shell .chasers-hit-action-group {
    gap: 0.32rem;
  }

  .chasers-stage-slider-shell .chasers-rip-action-button {
    min-height: 3.5rem;
    padding: 0.62rem 0.72rem;
    font-size: 0.7rem;
    letter-spacing: 0.03em;
  }

  .chasers-rip-slider-track {
    min-height: 3.5rem;
  }

  .chasers-rip-slider-label {
    padding-inline: 4.2rem;
    font-size: 0.72rem;
  }

  .chasers-rip-slider-handle {
    width: 3rem;
  }

  .chasers-live-guide-modal {
    padding: 0.95rem;
  }

  .chasers-live-guide-modal-card {
    padding: 1.1rem 1rem;
  }

  .chasers-rip-action-dock {
    margin-top: 0.35rem;
  }

  .chasers-reveal-grid {
    gap: 1rem 0.8rem;
    padding-top: 0.45rem;
  }

  .chasers-reveal-card.is-hit-live.is-vaulted,
  .chasers-reveal-card.is-hit-live.is-boom {
    margin-bottom: 0.35rem;
  }

  .chasers-guide-panel {
    position: static;
    inset: auto;
    padding: 0.85rem 0.9rem;
    align-content: start;
    gap: 0.65rem;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(19, 35, 61, 0.08);
    box-shadow: 0 12px 28px rgba(19, 35, 61, 0.06);
  }

  .chasers-guide-panel h3 {
    max-width: none;
    font-size: 1.32rem;
    line-height: 1;
    letter-spacing: -0.04em;
  }

  .chasers-guide-points {
    gap: 0.45rem;
    max-width: none;
  }

  .chasers-guide-points li {
    min-height: 0;
    padding: 0.62rem 0.75rem 0.62rem 0.85rem;
    border-radius: 14px;
  }

  .chasers-guide-points li strong {
    font-size: 0.84rem;
    line-height: 1.2;
  }

  .chasers-surprise-reveal {
    left: 1.3rem;
    right: auto;
    top: 0.78rem;
    width: 7.15rem;
    padding: 0.45rem 0.38rem 0.4rem;
    border-radius: 12px;
    background: rgba(5, 16, 38, 0.44);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow:
      0 16px 28px rgba(3, 8, 20, 0.28),
      0 0 28px rgba(13, 99, 199, 0.12);
    opacity: 0;
    transform: translateX(0.35rem) translateY(0.1rem);
    transition: opacity 320ms ease, transform 420ms cubic-bezier(.2,.8,.2,1);
  }

  .chasers-surprise-reveal.is-visible.is-whiff-hero {
    animation: chasers-surprise-whiff-hero-mobile 1260ms cubic-bezier(.18,.82,.22,1) both;
  }

  .chasers-surprise-reveal-card {
    width: 4.95rem;
  }

  .chasers-surprise-reveal.is-whiff-hero .chasers-surprise-reveal-label,
  .chasers-surprise-reveal.is-whiff-hero strong,
  .chasers-surprise-reveal.is-whiff-hero small {
    width: 100%;
  }

  .chasers-surprise-reveal.is-whiff-hero .chasers-surprise-reveal-label {
    font-size: clamp(0.82rem, 4.1vw, 1rem);
  }

  .chasers-reveal-grid {
    position: relative;
    display: block;
    --chasers-mobile-main-width: min(60vw, 11.9rem);
    --chasers-mobile-stack-left: calc(50% - (var(--chasers-mobile-main-width) / 2));
    min-height: 22rem;
    padding-top: 1.9rem;
    padding-bottom: 1.8rem;
    padding-right: 0;
    overflow-x: visible;
    overflow-y: visible;
    scrollbar-width: none;
  }

  .chasers-reveal-grid::-webkit-scrollbar {
    display: none;
  }

  .chasers-reveal-card {
    position: absolute;
    top: 1.65rem;
    left: var(--chasers-mobile-stack-left);
    width: var(--chasers-mobile-main-width);
    min-height: 0;
    padding: 0;
    border-radius: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    transform:
      translateX(calc(var(--stack-index) * 0.28rem))
      translateY(calc(var(--stack-index) * 0.22rem));
    transform-origin: left top;
    opacity: 0;
    transition:
      transform 420ms cubic-bezier(.2,.8,.2,1),
      opacity 220ms ease,
      filter 420ms cubic-bezier(.2,.8,.2,1);
  }

  .chasers-reveal-card .chasers-reveal-inner {
    min-height: 0;
    position: relative;
    width: 100%;
    aspect-ratio: 0.72;
    transform: none !important;
    transform-style: preserve-3d;
  }

  .chasers-reveal-card .chasers-card-face {
    position: absolute;
    inset: 0;
    border-radius: 12px;
    backface-visibility: hidden;
    transition:
      opacity 180ms ease,
      transform 420ms cubic-bezier(.2,.8,.2,1),
      box-shadow 220ms ease,
      border-color 220ms ease;
    overflow: hidden;
  }

  .chasers-reveal-card .chasers-card-face-front {
    opacity: 1;
    transform: translateX(0.45rem);
  }

  .chasers-reveal-card.is-hit-card .chasers-card-face-front {
    opacity: 0;
    transform: rotateY(180deg);
  }

  .chasers-reveal-card img {
    max-width: 100%;
    width: 100%;
    margin: 0;
    border-radius: 12px;
    box-shadow: 0 12px 24px rgba(13, 29, 56, 0.16);
  }

  .chasers-card-meta {
    display: none;
  }

  .chasers-hit-price-row {
    top: calc(100% + 0.12rem);
  }

  .chasers-reveal-card.is-visible {
    opacity: 1;
  }

  .chasers-reveal-grid .chasers-reveal-card:nth-child(1).is-visible {
    transform: translateX(-6.1rem) translateY(0.2rem) rotate(-16deg);
  }

  .chasers-reveal-grid .chasers-reveal-card:nth-child(2).is-visible {
    transform: translateX(-3.55rem) translateY(-0.15rem) rotate(-10deg);
  }

  .chasers-reveal-grid .chasers-reveal-card:nth-child(3).is-visible {
    transform: translateX(-1.15rem) translateY(0.08rem) rotate(-5deg);
  }

  .chasers-reveal-grid .chasers-reveal-card:nth-child(4).is-visible {
    transform: translateX(1.35rem) translateY(-0.12rem) rotate(5deg);
  }

  .chasers-reveal-grid .chasers-reveal-card:nth-child(5).is-visible {
    transform: translateX(3.95rem) translateY(0.2rem) rotate(13deg);
  }

  .chasers-reveal-grid .chasers-reveal-card:nth-child(6).is-visible {
    transform: translateX(-5.3rem) translateY(4.7rem) rotate(-14deg);
  }

  .chasers-reveal-grid .chasers-reveal-card:nth-child(7).is-visible {
    transform: translateX(-2.8rem) translateY(4.35rem) rotate(-8deg);
  }

  .chasers-reveal-grid .chasers-reveal-card:nth-child(8).is-visible {
    transform: translateX(-0.25rem) translateY(4.55rem) rotate(-2deg);
  }

  .chasers-reveal-grid .chasers-reveal-card:nth-child(9).is-visible {
    transform: translateX(2.25rem) translateY(4.3rem) rotate(7deg);
  }

  .chasers-reveal-grid .chasers-reveal-card:nth-child(10).is-visible {
    transform: translateX(4.75rem) translateY(4.7rem) rotate(15deg);
  }

  .chasers-reveal-card.is-visible .chasers-card-face-back {
    display: none;
  }

  .chasers-reveal-card.is-hit-card.is-visible .chasers-card-face-back {
    display: block;
    opacity: 1;
  }

  .chasers-reveal-card.is-visible .chasers-card-face-front {
    opacity: 1;
    transform: translateX(0);
  }

  .chasers-reveal-card.is-hit-card.is-visible .chasers-card-face-front {
    opacity: 0;
    transform: rotateY(180deg);
  }

  .chasers-reveal-card.is-hit-card.is-hit-arming .chasers-card-face-back {
    display: block;
    opacity: 1;
    border-color: rgba(191, 16, 41, 0.86);
    box-shadow:
      0 0 0 3px rgba(191, 16, 41, 0.88),
      0 0 0 11px rgba(13, 99, 199, 0.14),
      0 0 28px rgba(191, 16, 41, 0.28),
      0 16px 28px rgba(13, 99, 199, 0.2);
    animation: chasers-mobile-hit-back-glow 900ms ease-in-out infinite alternate;
  }

  .chasers-reveal-card.is-hit-card.is-hit-arming {
    transform:
      translateX(0rem)
      translateY(3.1rem)
      rotate(0deg);
    z-index: 24;
  }

  .chasers-reveal-card.is-hit-live.is-vaulted,
  .chasers-reveal-card.is-hit-live.is-boom {
    transform:
      translateX(0rem)
      translateY(3.1rem)
      rotate(0deg);
    z-index: 38;
    animation: chasers-mobile-hit-boom 620ms cubic-bezier(.2,.8,.2,1) both;
  }

  .chasers-reveal-card.is-hit-live.is-hit-stack-active.is-vaulted,
  .chasers-reveal-card.is-hit-live.is-hit-stack-active.is-boom {
    transform:
      translateX(0rem)
      translateY(3.1rem)
      rotate(0deg);
    z-index: 42;
  }

  .chasers-reveal-card.is-hit-live.is-hit-stack-behind.is-vaulted,
  .chasers-reveal-card.is-hit-live.is-hit-stack-behind.is-boom {
    transform:
      translateX(calc(min(var(--hit-stack-offset), 3) * 0.84rem))
      translateY(calc(3.1rem + (min(var(--hit-stack-offset), 3) * 0.58rem)))
      rotate(0deg);
    z-index: calc(40 - min(var(--hit-stack-offset), 3));
    opacity: 1;
    pointer-events: auto;
  }

  .chasers-reveal-card.is-hit-live.is-hit-stack-hidden {
    opacity: 0;
    pointer-events: none;
    transform:
      translateX(0.9rem)
      translateY(4rem)
      rotate(0deg);
  }

  .chasers-reveal-card.is-hit-card.is-hit-live .chasers-card-face-back {
    opacity: 0;
    transform: rotateY(-180deg);
    transition: opacity 90ms ease, transform 420ms cubic-bezier(.2,.8,.2,1);
  }

  .chasers-reveal-card.is-hit-card.is-hit-live .chasers-card-face-front {
    opacity: 1;
    transform: rotateY(0deg);
    transition: opacity 60ms ease, transform 420ms cubic-bezier(.2,.8,.2,1);
    animation: chasers-mobile-hit-card-reveal 540ms cubic-bezier(.2,.8,.2,1) both;
  }

  .chasers-hit-badge {
    top: 0.5rem;
    left: 50%;
    right: auto;
    min-width: min(76%, 8rem);
    padding: 0.34rem 0.72rem;
    font-size: 0.78rem;
    letter-spacing: 0;
    color: #0d63c7;
    background: rgba(251, 253, 255, 0.98);
    border: 1px solid rgba(13, 99, 199, 0.34);
    box-shadow:
      0 12px 24px rgba(13, 29, 56, 0.16),
      0 0 0 4px rgba(13, 99, 199, 0.12);
    opacity: 0;
    transform: translateX(-50%) scale(0.9);
    transform-origin: center center;
    font-weight: 900;
    white-space: nowrap;
  }

  .chasers-reveal-card.is-hit-live.is-vaulted .chasers-card-face-front,
  .chasers-reveal-card.is-hit-live.is-boom .chasers-card-face-front {
    box-shadow:
      0 0 0 4px rgba(255, 255, 255, 0.95),
      0 0 0 10px rgba(13, 99, 199, 0.24),
      0 0 28px rgba(191, 16, 41, 0.42),
      0 20px 38px rgba(13, 29, 56, 0.3);
    border-color: rgba(13, 99, 199, 0.7);
  }

  .chasers-reveal-card.is-hit-badge-visible .chasers-hit-badge {
    opacity: 1;
    transform: translateX(-50%) scale(1);
    transition: opacity 140ms ease 120ms, transform 180ms cubic-bezier(.2,.8,.2,1) 120ms;
  }

  .chasers-hit-summary {
    left: auto;
    bottom: auto;
    transform: none;
    width: auto;
    min-height: 0;
    max-height: 7.5rem;
    margin-top: 0.58rem;
    padding: 0.2rem 0;
    font-size: 0.88rem;
    background: transparent;
    border: 0;
    box-shadow: none;
    animation: none;
    overflow: hidden;
    opacity: 1;
    position: relative;
    z-index: 34;
    pointer-events: auto;
    transform: translateY(0);
    transition:
      max-height 240ms cubic-bezier(.2,.8,.2,1),
      opacity 180ms ease,
      transform 220ms cubic-bezier(.2,.8,.2,1),
      margin-top 240ms cubic-bezier(.2,.8,.2,1),
      padding 240ms cubic-bezier(.2,.8,.2,1);
  }

  .chasers-cinematic-caption {
    min-height: 0;
    max-height: 0;
    margin-top: 0;
    overflow: hidden;
    opacity: 0;
    transform: translateY(-0.35rem);
    transition:
      max-height 240ms cubic-bezier(.2,.8,.2,1),
      opacity 180ms ease,
      transform 220ms cubic-bezier(.2,.8,.2,1),
      margin-top 240ms cubic-bezier(.2,.8,.2,1);
  }

  .chasers-cinematic-caption.is-visible {
    max-height: 7rem;
    margin-top: 0.58rem;
    opacity: 1;
    transform: translateY(0);
  }

  .chasers-hit-summary.is-empty {
    max-height: 0;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    opacity: 0;
    transform: translateY(-0.35rem);
    pointer-events: none;
  }

  .chasers-hit-summary[hidden] {
    display: grid !important;
    visibility: hidden;
    pointer-events: none;
    max-height: 0;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    opacity: 0;
    transform: translateY(-0.35rem);
  }

  .chasers-hit-summary-shell.has-nav {
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 0.4rem;
  }

  .chasers-hit-summary-nav {
    width: 1.8rem;
    height: 1.8rem;
    font-size: 1rem;
  }

  .chasers-hit-summary strong {
    font-size: 0.95rem;
  }

  .chasers-hit-summary span:last-child {
    font-size: 0.8rem;
  }

  @keyframes chasers-mobile-hit-back-glow {
    from {
      box-shadow:
        0 0 0 3px rgba(191, 16, 41, 0.78),
        0 0 0 9px rgba(13, 99, 199, 0.1),
        0 0 18px rgba(191, 16, 41, 0.2),
        0 12px 22px rgba(13, 99, 199, 0.14);
    }
    to {
      box-shadow:
        0 0 0 4px rgba(191, 16, 41, 0.92),
        0 0 0 12px rgba(13, 99, 199, 0.18),
        0 0 30px rgba(191, 16, 41, 0.34),
        0 18px 30px rgba(13, 99, 199, 0.22);
    }
  }

  @keyframes chasers-mobile-hit-boom {
    0% {
      filter: drop-shadow(0 0 0 rgba(13, 99, 199, 0));
    }
    35% {
      filter:
        drop-shadow(0 0 14px rgba(13, 99, 199, 0.28))
        drop-shadow(0 0 18px rgba(191, 16, 41, 0.3));
    }
    100% {
      filter:
        drop-shadow(0 0 10px rgba(13, 99, 199, 0.18))
        drop-shadow(0 0 12px rgba(191, 16, 41, 0.18));
    }
  }

  @keyframes chasers-mobile-hit-card-reveal {
    0% {
      transform: rotateY(180deg) scale(0.96);
    }
    55% {
      transform: rotateY(0deg) scale(1.08);
    }
    100% {
      transform: rotateY(0deg) scale(1);
    }
  }
  .chasers-surprise-reveal.is-visible {
    display: grid;
    opacity: 1;
    transform: translateX(0) translateY(0);
    animation: none;
  }

  .chasers-credit-panel {
    margin-top: 0;
    padding: 0.68rem 0.8rem;
    border-radius: 14px;
    flex-direction: column;
    align-items: stretch;
  }

  .chasers-credit-panel-copy strong {
    font-size: 1.08rem;
  }

  .chasers-credit-panel {
    order: 3;
  }

  .chasers-fair-card {
    order: 4;
  }

  .chasers-credit-panel-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.45rem;
    justify-content: stretch;
  }

  .chasers-credit-panel-actions .secondary-button,
  .chasers-credit-panel-actions .ghost-button {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 860px) {
  .card-identity:hover .card-thumb,
  .card-search2-table-shell .card-identity:hover .card-thumb,
  .insight-table-shell .card-identity:hover .card-thumb {
    transform: none;
    box-shadow: none;
    z-index: auto;
  }

  .shipping-review-grid,
  .admin-shipping-grid,
  .account-overview,
  .account-grid-refined {
    grid-template-columns: 1fr;
  }

  .account-overview-side {
    grid-template-columns: 1fr;
  }

  .account-column-side {
    position: static;
    top: auto;
  }

  .account-summary-card-head,
  .chasers-topup-actions {
    grid-template-columns: 1fr;
    flex-direction: column;
    align-items: stretch;
  }

  .account-topup-row {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 0.65rem;
  }

  .account-topup-row > * {
    min-width: 0;
  }

  .account-topup-submit {
    width: auto;
    justify-self: end;
    align-self: end;
  }

  .account-summary-badge {
    justify-self: start;
  }

  .shipping-review-totalbar {
    grid-template-columns: 1fr;
  }

  .shipping-review-address-card {
    order: -1;
  }

  .shipping-review-order-card {
    order: 1;
  }

  .shipping-review-totalbar article {
    padding: 0.9rem 1rem;
  }

  .shipping-review-actions-secondary {
    grid-template-columns: 1fr;
  }

  .shipping-review-address-fields {
    grid-template-columns: 1fr;
  }

  .shipping-review-address-card,
  .shipping-review-order-card {
    padding: 1rem;
  }

  .shipping-review-itemized-row,
  .shipping-rate-option {
    grid-template-columns: minmax(0, 1fr);
  }

  .shipping-rate-list-refined .shipping-rate-option > strong {
    justify-self: start;
    text-align: left;
  }

  .shipping-review-itemized-value {
    text-align: left;
  }

  .admin-shipping-summary,
  .account-shipping-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .chasers-topup-panel {
    inset: 0.65rem;
    align-items: start;
    padding-top: 1rem;
  }

  .chasers-topup-card {
    max-width: none;
    padding: 1rem;
    gap: 0.85rem;
  }

  .chasers-topup-presets {
    justify-content: flex-start;
  }

  .admin-shipping-summary-meta {
    justify-items: start;
  }

  .admin-shipping-action-bar {
    flex-direction: column;
    align-items: stretch;
  }

  .account-shipping-row > div:last-child {
    text-align: left;
  }

  .shipping-rate-option {
    grid-template-columns: auto 1fr;
  }

  .shipping-rate-option > span {
    grid-column: 2;
  }
}
