:root {
  --poke-yellow: #FFD700;
  --poke-yellow2: #F5A800;
  --poke-red: #E3350D;
  --poke-dark: #0D0D1A;
  --poke-card: #161628;
  --poke-border: #2A2A48;
  --poke-muted: #8888AA;
  --font-display: Bebas Neue, sans-serif;
  --font-body: Nunito, sans-serif;
  --f-primary: #FFD700;
}

body {
  font-family: "Nunito", sans-serif;
}

.hero-poke {
  position: relative;
  min-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  background: radial-gradient(ellipse 80% 60% at 50% 30%, rgba(255, 215, 0, 0.08) 0%, transparent 70%), radial-gradient(ellipse 60% 80% at 80% 60%, rgba(227, 53, 13, 0.06) 0%, transparent 70%), #0D0D1A;
  padding: 6rem 1rem 4rem;
  transition: background 0.5s ease;
}
.hero-poke::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255, 215, 0, 0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 215, 0, 0.04) 1px, transparent 1px);
  background-size: 60px 60px;
  pointer-events: none;
  transition: background-image 0.5s ease;
}
.hero-poke .ball {
  position: absolute;
  border-radius: 50%;
  background: conic-gradient(#E3350D 0deg 180deg, #fff 180deg 360deg);
  opacity: 0.06;
  animation: floatBall linear infinite;
}
.hero-poke .ball::after {
  content: "";
  position: absolute;
  inset: 43%;
  border-radius: 50%;
  background: #fff;
  outline: 6px solid rgba(255, 255, 255, 0.08);
}
.hero-poke h1 {
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(3.5rem, 10vw, 7.5rem);
  line-height: 0.92;
  letter-spacing: 0.02em;
  color: #fff;
  text-shadow: 0 0 80px rgba(255, 215, 0, 0.15);
  margin-bottom: 1.5rem;
}
.hero-poke h1 span {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 2px #FFD700;
  text-fill-color: transparent;
  transition: -webkit-text-stroke-color 0.3s;
  display: inline-block;
}
.hero-poke .lead {
  max-width: 560px;
  margin: 0 auto 2.5rem;
  color: #8888AA;
  font-size: 1.1rem;
  line-height: 1.7;
}
.hero-poke.hero-poke--pokemon {
  background: radial-gradient(ellipse 80% 60% at 50% 30%, rgba(255, 215, 0, 0.08) 0%, transparent 70%), radial-gradient(ellipse 60% 80% at 80% 60%, rgba(227, 53, 13, 0.05) 0%, transparent 70%), #0D0D1A;
  --f-primary: #FFD700;
}
.hero-poke.hero-poke--pokemon .hero-eyebrow {
  color: #FFD700;
  background: rgba(255, 215, 0, 0.08);
  border-color: rgba(255, 215, 0, 0.2);
}
.hero-poke.hero-poke--pokemon h1 span {
  -webkit-text-stroke-color: #FFD700;
}
.hero-poke.hero-poke--pokemon .btn-poke-primary {
  background: #FFD700;
}
.hero-poke.hero-poke--pokemon .btn-poke-primary:hover {
  box-shadow: 0 8px 30px rgba(255, 215, 0, 0.18);
}
.hero-poke.hero-poke--pokemon .live-stat-val {
  color: #FFD700;
}
.hero-poke.hero-poke--pokemon .franchise-pill.active {
  background: #FFD700;
  color: #0D0D1A;
  border-color: #FFD700;
}
.hero-poke.hero-poke--pokemon h1 {
  text-shadow: 0 0 80px rgba(255, 215, 0, 0.2);
}
.hero-poke.hero-poke--lol {
  background: radial-gradient(ellipse 80% 60% at 50% 30%, rgba(200, 155, 60, 0.08) 0%, transparent 70%), radial-gradient(ellipse 60% 80% at 80% 60%, rgba(10, 200, 185, 0.05) 0%, transparent 70%), #0D0D1A;
  --f-primary: #C89B3C;
}
.hero-poke.hero-poke--lol .hero-eyebrow {
  color: #C89B3C;
  background: rgba(200, 155, 60, 0.08);
  border-color: rgba(200, 155, 60, 0.2);
}
.hero-poke.hero-poke--lol h1 span {
  -webkit-text-stroke-color: #C89B3C;
}
.hero-poke.hero-poke--lol .btn-poke-primary {
  background: #C89B3C;
}
.hero-poke.hero-poke--lol .btn-poke-primary:hover {
  box-shadow: 0 8px 30px rgba(200, 155, 60, 0.18);
}
.hero-poke.hero-poke--lol .live-stat-val {
  color: #C89B3C;
}
.hero-poke.hero-poke--lol .franchise-pill.active {
  background: #C89B3C;
  color: #0D0D1A;
  border-color: #C89B3C;
}
.hero-poke.hero-poke--lol h1 {
  text-shadow: 0 0 80px rgba(200, 155, 60, 0.2);
}
.hero-poke.hero-poke--yugioh {
  background: radial-gradient(ellipse 80% 60% at 50% 30%, rgba(139, 92, 246, 0.08) 0%, transparent 70%), radial-gradient(ellipse 60% 80% at 80% 60%, rgba(251, 191, 36, 0.05) 0%, transparent 70%), #0D0D1A;
  --f-primary: #8B5CF6;
}
.hero-poke.hero-poke--yugioh .hero-eyebrow {
  color: #8B5CF6;
  background: rgba(139, 92, 246, 0.08);
  border-color: rgba(139, 92, 246, 0.2);
}
.hero-poke.hero-poke--yugioh h1 span {
  -webkit-text-stroke-color: #8B5CF6;
}
.hero-poke.hero-poke--yugioh .btn-poke-primary {
  background: #8B5CF6;
}
.hero-poke.hero-poke--yugioh .btn-poke-primary:hover {
  box-shadow: 0 8px 30px rgba(139, 92, 246, 0.18);
}
.hero-poke.hero-poke--yugioh .live-stat-val {
  color: #8B5CF6;
}
.hero-poke.hero-poke--yugioh .franchise-pill.active {
  background: #8B5CF6;
  color: #0D0D1A;
  border-color: #8B5CF6;
}
.hero-poke.hero-poke--yugioh h1 {
  text-shadow: 0 0 80px rgba(139, 92, 246, 0.2);
}
.hero-poke.hero-poke--naruto {
  background: radial-gradient(ellipse 80% 60% at 50% 30%, rgba(255, 107, 0, 0.08) 0%, transparent 70%), radial-gradient(ellipse 60% 80% at 80% 60%, rgba(255, 215, 0, 0.05) 0%, transparent 70%), #0D0D1A;
  --f-primary: #FF6B00;
}
.hero-poke.hero-poke--naruto .hero-eyebrow {
  color: #FF6B00;
  background: rgba(255, 107, 0, 0.08);
  border-color: rgba(255, 107, 0, 0.2);
}
.hero-poke.hero-poke--naruto h1 span {
  -webkit-text-stroke-color: #FF6B00;
}
.hero-poke.hero-poke--naruto .btn-poke-primary {
  background: #FF6B00;
}
.hero-poke.hero-poke--naruto .btn-poke-primary:hover {
  box-shadow: 0 8px 30px rgba(255, 107, 0, 0.18);
}
.hero-poke.hero-poke--naruto .live-stat-val {
  color: #FF6B00;
}
.hero-poke.hero-poke--naruto .franchise-pill.active {
  background: #FF6B00;
  color: #0D0D1A;
  border-color: #FF6B00;
}
.hero-poke.hero-poke--naruto h1 {
  text-shadow: 0 0 80px rgba(255, 107, 0, 0.2);
}
.hero-poke.hero-poke--spiderman {
  background: radial-gradient(ellipse 80% 60% at 50% 30%, rgba(227, 53, 13, 0.08) 0%, transparent 70%), radial-gradient(ellipse 60% 80% at 80% 60%, rgba(0, 0, 255, 0.05) 0%, transparent 70%), #0D0D1A;
  --f-primary: #E3350D;
}
.hero-poke.hero-poke--spiderman .hero-eyebrow {
  color: #E3350D;
  background: rgba(227, 53, 13, 0.08);
  border-color: rgba(227, 53, 13, 0.2);
}
.hero-poke.hero-poke--spiderman h1 span {
  -webkit-text-stroke-color: #E3350D;
}
.hero-poke.hero-poke--spiderman .btn-poke-primary {
  background: #E3350D;
}
.hero-poke.hero-poke--spiderman .btn-poke-primary:hover {
  box-shadow: 0 8px 30px rgba(227, 53, 13, 0.18);
}
.hero-poke.hero-poke--spiderman .live-stat-val {
  color: #E3350D;
}
.hero-poke.hero-poke--spiderman .franchise-pill.active {
  background: #E3350D;
  color: #0D0D1A;
  border-color: #E3350D;
}
.hero-poke.hero-poke--spiderman h1 {
  text-shadow: 0 0 80px rgba(227, 53, 13, 0.2);
}
@media (max-width: 576px) {
  .hero-poke {
    min-height: auto;
    padding: 5rem 1rem 3rem;
  }
}

@keyframes floatBall {
  0% {
    transform: translateY(0) rotate(0deg);
  }
  100% {
    transform: translateY(-120px) rotate(360deg);
  }
}
.hero-eyebrow {
  display: inline-block;
  font-family: "Nunito", sans-serif;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #FFD700;
  background: rgba(255, 215, 0, 0.08);
  border: 1px solid rgba(255, 215, 0, 0.2);
  padding: 0.3rem 1rem;
  border-radius: 100px;
  margin-bottom: 1.5rem;
  transition: color 0.3s, background 0.3s, border-color 0.3s;
}

.franchise-switcher {
  display: flex;
  gap: 0.6rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2rem;
}

.franchise-pill {
  font-family: "Nunito", sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  padding: 0.4rem 1rem;
  border-radius: 100px;
  border: 1px solid #2A2A48;
  background: transparent;
  color: #8888AA;
  cursor: pointer;
  transition: all 0.2s;
}
.franchise-pill:hover {
  border-color: rgba(255, 255, 255, 0.3);
  color: #fff;
}
.franchise-pill.active {
  background: #FFD700;
  color: #0D0D1A;
  border-color: #FFD700;
}
.franchise-pill[data-franchise=pokemon].active {
  background: #FFD700;
  border-color: #FFD700;
  color: #0D0D1A;
}
.franchise-pill[data-franchise=lol].active {
  background: #C89B3C;
  border-color: #C89B3C;
  color: #0D0D1A;
}
.franchise-pill[data-franchise=yugioh].active {
  background: #8B5CF6;
  border-color: #8B5CF6;
  color: #0D0D1A;
}
.franchise-pill[data-franchise=naruto].active {
  background: #FF6B00;
  border-color: #FF6B00;
  color: #0D0D1A;
}
.franchise-pill[data-franchise=spiderman].active {
  background: #E3350D;
  border-color: #E3350D;
  color: #0D0D1A;
}

.btn-poke-primary {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: "Nunito", sans-serif;
  font-size: 1rem;
  padding: 0.85rem 2rem;
  border-radius: 8px;
  text-decoration: none;
  transition: transform 0.15s, box-shadow 0.15s, border-color 0.15s, background 0.15s;
  background: #FFD700;
  color: #0D0D1A;
  font-weight: 800;
  border: none;
}
.btn-poke-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(255, 215, 0, 0.3);
  color: #0D0D1A;
}

.btn-poke-outline {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: "Nunito", sans-serif;
  font-size: 1rem;
  padding: 0.85rem 2rem;
  border-radius: 8px;
  text-decoration: none;
  transition: transform 0.15s, box-shadow 0.15s, border-color 0.15s, background 0.15s;
  background: transparent;
  color: #fff;
  font-weight: 700;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.btn-poke-outline:hover {
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
}

.live-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid #2A2A48;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .live-strip {
    gap: 1rem;
  }
}

.live-stat-label {
  font-size: 0.78rem;
  color: #8888AA;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.live-stat-val {
  font-family: "Bebas Neue", sans-serif;
  font-size: 2rem;
  color: #FFD700;
  line-height: 1;
  transition: color 0.3s;
}

.section-dark {
  background: #0D0D1A;
  padding: 5rem 0;
}

.section-card {
  background: #161628;
  padding: 5rem 0;
}

.section-title {
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(2rem, 5vw, 3.2rem);
  letter-spacing: 0.02em;
  color: #fff;
  margin-bottom: 0.5rem;
}

.section-sub {
  color: #8888AA;
  font-size: 1rem;
  max-width: 500px;
  margin: 0 auto 3rem;
}

.live-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #4ADE80;
  display: inline-block;
  animation: pulse 1.5s infinite;
}

.pulls-feed-label {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8888AA;
}

.pulls-feed {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  padding-bottom: 0.5rem;
  scrollbar-width: thin;
  scrollbar-color: #2A2A48 transparent;
}

.pull-chip {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  background: #161628;
  border: 1px solid #2A2A48;
  border-radius: 100px;
  padding: 0.4rem 0.9rem 0.4rem 0.4rem;
  animation: slideInChip 0.4s ease;
}
.pull-chip--pokemon {
  border-left: 2px solid rgba(255, 215, 0, 0.5);
}
.pull-chip--lol {
  border-left: 2px solid rgba(200, 155, 60, 0.5);
}
.pull-chip--yugioh {
  border-left: 2px solid rgba(139, 92, 246, 0.5);
}
.pull-chip--naruto {
  border-left: 2px solid rgba(255, 107, 0, 0.5);
}
.pull-chip--spiderman {
  border-left: 2px solid rgba(227, 53, 13, 0.5);
}

@keyframes slideInChip {
  from {
    opacity: 0;
    transform: translateX(20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.pull-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255, 215, 0, 0.15);
  border: 1px solid rgba(255, 215, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  flex: 0 0 auto;
}

.pull-info {
  display: flex;
  flex-direction: column;
}

.pull-user {
  font-size: 0.72rem;
  font-weight: 700;
  color: #fff;
}

.pull-card-name {
  font-size: 0.68rem;
  color: #8888AA;
}

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

.universe-card {
  border-radius: 16px;
  border: 1px solid #2A2A48;
  padding: 1.8rem 1rem;
  text-align: center;
  cursor: default;
  transition: transform 0.2s, border-color 0.2s;
}
.universe-card:hover {
  transform: translateY(-4px);
}
.universe-card .universe-icon {
  font-size: 2.2rem;
  margin-bottom: 0.6rem;
}
.universe-card .universe-name {
  font-weight: 800;
  font-size: 0.95rem;
  color: #fff;
  margin-bottom: 4px;
}
.universe-card .universe-meta {
  font-size: 0.75rem;
  color: #8888AA;
}
.universe-card--pokemon {
  background: rgba(255, 215, 0, 0.08);
}
.universe-card--pokemon:hover {
  border-color: rgba(255, 215, 0, 0.5);
}
.universe-card--lol {
  background: rgba(200, 155, 60, 0.08);
}
.universe-card--lol:hover {
  border-color: rgba(200, 155, 60, 0.5);
}
.universe-card--yugioh {
  background: rgba(139, 92, 246, 0.08);
}
.universe-card--yugioh:hover {
  border-color: rgba(139, 92, 246, 0.5);
}
.universe-card--naruto {
  background: rgba(255, 107, 0, 0.08);
}
.universe-card--naruto:hover {
  border-color: rgba(255, 107, 0, 0.5);
}
.universe-card--spiderman {
  background: rgba(227, 53, 13, 0.08);
}
.universe-card--spiderman:hover {
  border-color: rgba(227, 53, 13, 0.5);
}

.franchise-tabs {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-bottom: 2rem;
  border-bottom: 1px solid #2A2A48;
  padding-bottom: 1rem;
}

.franchise-tab {
  font-family: "Nunito", sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  padding: 0.5rem 1.2rem;
  border-radius: 8px;
  border: 1px solid #2A2A48;
  background: transparent;
  color: #8888AA;
  cursor: pointer;
  transition: all 0.2s;
}
.franchise-tab:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.3);
}
.franchise-tab[data-tab=pokemon].active {
  background: rgba(255, 215, 0, 0.12);
  border-color: rgba(255, 215, 0, 0.4);
  color: #FFD700;
}
.franchise-tab[data-tab=lol].active {
  background: rgba(200, 155, 60, 0.12);
  border-color: rgba(200, 155, 60, 0.4);
  color: #C89B3C;
}
.franchise-tab[data-tab=yugioh].active {
  background: rgba(139, 92, 246, 0.12);
  border-color: rgba(139, 92, 246, 0.4);
  color: #8B5CF6;
}
.franchise-tab[data-tab=naruto].active {
  background: rgba(255, 107, 0, 0.12);
  border-color: rgba(255, 107, 0, 0.4);
  color: #FF6B00;
}
.franchise-tab[data-tab=spiderman].active {
  background: rgba(227, 53, 13, 0.12);
  border-color: rgba(227, 53, 13, 0.4);
  color: #E3350D;
}

.franchise-panel {
  display: none;
}
.franchise-panel.active {
  display: block;
}

.pack-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 1.5rem;
}

.pack-card {
  background: #161628;
  border: 1px solid #2A2A48;
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.pack-card:hover {
  transform: translateY(-6px);
  color: inherit;
  text-decoration: none;
}
.pack-card:hover .pack-card-img img {
  transform: scale(1.05);
}
.pack-card--pokemon:hover {
  border-color: rgba(255, 215, 0, 0.4);
  box-shadow: 0 16px 48px rgba(255, 215, 0, 0.08);
}
.pack-card--lol:hover {
  border-color: rgba(200, 155, 60, 0.4);
  box-shadow: 0 16px 48px rgba(200, 155, 60, 0.08);
}
.pack-card--yugioh:hover {
  border-color: rgba(139, 92, 246, 0.4);
  box-shadow: 0 16px 48px rgba(139, 92, 246, 0.08);
}
.pack-card--naruto:hover {
  border-color: rgba(255, 107, 0, 0.4);
  box-shadow: 0 16px 48px rgba(255, 107, 0, 0.08);
}
.pack-card--spiderman:hover {
  border-color: rgba(227, 53, 13, 0.4);
  box-shadow: 0 16px 48px rgba(227, 53, 13, 0.08);
}
.pack-card-img {
  position: relative;
  padding-top: 140%;
  overflow: hidden;
  background: linear-gradient(135deg, #1a1a32 0%, #0D0D1A 100%);
}
.pack-card-img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.35s;
}
.pack-card-body {
  padding: 1rem 1.1rem 1.2rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.pack-card-placeholder--pokemon {
  position: relative;
  padding-top: 140%;
  background: linear-gradient(135deg, rgba(255, 215, 0, 0.08) 0%, #0D0D1A 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.pack-card-placeholder--pokemon .placeholder-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 4rem;
  opacity: 0.5;
}

.pack-card-placeholder--lol {
  position: relative;
  padding-top: 140%;
  background: linear-gradient(135deg, rgba(200, 155, 60, 0.08) 0%, #0D0D1A 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.pack-card-placeholder--lol .placeholder-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 4rem;
  opacity: 0.5;
}

.pack-card-placeholder--yugioh {
  position: relative;
  padding-top: 140%;
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.08) 0%, #0D0D1A 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.pack-card-placeholder--yugioh .placeholder-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 4rem;
  opacity: 0.5;
}

.pack-card-placeholder--naruto {
  position: relative;
  padding-top: 140%;
  background: linear-gradient(135deg, rgba(255, 107, 0, 0.08) 0%, #0D0D1A 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.pack-card-placeholder--naruto .placeholder-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 4rem;
  opacity: 0.5;
}

.pack-card-placeholder--spiderman {
  position: relative;
  padding-top: 140%;
  background: linear-gradient(135deg, rgba(227, 53, 13, 0.08) 0%, #0D0D1A 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.pack-card-placeholder--spiderman .placeholder-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 4rem;
  opacity: 0.5;
}

.pack-rarity-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 3px 8px;
  border-radius: 4px;
}
.pack-rarity-badge.badge-rare {
  background: rgba(87, 167, 255, 0.15);
  color: #57A7FF;
  border: 1px solid rgba(87, 167, 255, 0.3);
}
.pack-rarity-badge.badge-ultra {
  background: rgba(255, 215, 0, 0.15);
  color: #FFD700;
  border: 1px solid rgba(255, 215, 0, 0.3);
}
.pack-rarity-badge.badge-secret {
  background: rgba(255, 80, 120, 0.15);
  color: #FF5078;
  border: 1px solid rgba(255, 80, 120, 0.3);
}
.pack-rarity-badge.badge-common {
  background: rgba(136, 136, 170, 0.15);
  color: #8888AA;
  border: 1px solid rgba(136, 136, 170, 0.3);
}

.pack-franchise-tag {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 3px 7px;
  border-radius: 4px;
}
.pack-franchise-tag--pokemon {
  background: rgba(255, 215, 0, 0.15);
  color: #FFD700;
  border: 1px solid rgba(255, 215, 0, 0.3);
}
.pack-franchise-tag--lol {
  background: rgba(200, 155, 60, 0.15);
  color: #C89B3C;
  border: 1px solid rgba(200, 155, 60, 0.3);
}
.pack-franchise-tag--yugioh {
  background: rgba(139, 92, 246, 0.15);
  color: #8B5CF6;
  border: 1px solid rgba(139, 92, 246, 0.3);
}
.pack-franchise-tag--naruto {
  background: rgba(255, 107, 0, 0.15);
  color: #FF6B00;
  border: 1px solid rgba(255, 107, 0, 0.3);
}
.pack-franchise-tag--spiderman {
  background: rgba(227, 53, 13, 0.15);
  color: #E3350D;
  border: 1px solid rgba(227, 53, 13, 0.3);
}

.pack-set {
  font-size: 0.72rem;
  color: #8888AA;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 4px;
}

.pack-name {
  font-weight: 800;
  font-size: 1rem;
  color: #fff;
  margin-bottom: 6px;
  flex: 1;
}

.pack-desc {
  font-size: 0.8rem;
  color: #8888AA;
  line-height: 1.5;
  margin-bottom: 4px;
}

.pack-price {
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.4rem;
  color: #FFD700;
}
.pack-price--pokemon {
  color: #FFD700;
}
.pack-price--lol {
  color: #C89B3C;
}
.pack-price--yugioh {
  color: #8B5CF6;
}
.pack-price--naruto {
  color: #FF6B00;
}
.pack-price--spiderman {
  color: #E3350D;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
}

.step-card {
  text-align: center;
  padding: 2rem 1.5rem;
  border-radius: 16px;
  border: 1px solid #2A2A48;
  background: rgba(255, 255, 255, 0.02);
  position: relative;
}

.step-number {
  font-family: "Bebas Neue", sans-serif;
  font-size: 4rem;
  line-height: 1;
  color: #FFD700;
  opacity: 0.15;
  position: absolute;
  top: 1rem;
  right: 1.2rem;
}

.step-icon {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  display: block;
}

.step-title {
  font-weight: 800;
  font-size: 1.05rem;
  margin-bottom: 0.5rem;
  color: #fff;
}

.step-desc {
  font-size: 0.9rem;
  color: #8888AA;
  line-height: 1.6;
}

.rarity-bar {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  gap: 1rem;
}

.rarity-item {
  background: #161628;
  border: 1px solid #2A2A48;
  border-radius: 12px;
  padding: 1.2rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.rarity-item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
}
.rarity-item.ri-common::before {
  background: #8888AA;
}
.rarity-item.ri-uncommon::before {
  background: #4CAF50;
}
.rarity-item.ri-rare::before {
  background: #57A7FF;
}
.rarity-item.ri-ultra::before {
  background: #FFD700;
}
.rarity-item.ri-secret::before {
  background: linear-gradient(90deg, #FF5078, #A855F7);
}

.rarity-name {
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #8888AA;
}

.rarity-pct {
  font-family: "Bebas Neue", sans-serif;
  font-size: 2rem;
  color: #fff;
}

.testi-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem;
}

.testi-card {
  background: #161628;
  border: 1px solid #2A2A48;
  border-radius: 16px;
  padding: 1.5rem;
}

.testi-franchise {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 3px 8px;
  border-radius: 4px;
  display: inline-block;
  margin-bottom: 0.6rem;
}
.testi-franchise--pokemon {
  background: rgba(255, 215, 0, 0.15);
  color: #FFD700;
  border: 1px solid rgba(255, 215, 0, 0.3);
}
.testi-franchise--lol {
  background: rgba(200, 155, 60, 0.15);
  color: #C89B3C;
  border: 1px solid rgba(200, 155, 60, 0.3);
}
.testi-franchise--yugioh {
  background: rgba(139, 92, 246, 0.15);
  color: #8B5CF6;
  border: 1px solid rgba(139, 92, 246, 0.3);
}
.testi-franchise--naruto {
  background: rgba(255, 107, 0, 0.15);
  color: #FF6B00;
  border: 1px solid rgba(255, 107, 0, 0.3);
}
.testi-franchise--spiderman {
  background: rgba(227, 53, 13, 0.15);
  color: #E3350D;
  border: 1px solid rgba(227, 53, 13, 0.3);
}

.stars {
  color: #FFD700;
  font-size: 0.9rem;
  margin-bottom: 0.8rem;
}

.testi-text {
  color: #C8C8DD;
  font-size: 0.93rem;
  line-height: 1.65;
  margin-bottom: 1rem;
}

.testi-author {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

.testi-avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 215, 0, 0.12);
  border: 1px solid rgba(255, 215, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 0.85rem;
  color: #FFD700;
}
.testi-avatar--pokemon {
  background: rgba(255, 215, 0, 0.12);
  border-color: rgba(255, 215, 0, 0.25);
  color: #FFD700;
}
.testi-avatar--lol {
  background: rgba(200, 155, 60, 0.12);
  border-color: rgba(200, 155, 60, 0.25);
  color: #C89B3C;
}
.testi-avatar--yugioh {
  background: rgba(139, 92, 246, 0.12);
  border-color: rgba(139, 92, 246, 0.25);
  color: #8B5CF6;
}
.testi-avatar--naruto {
  background: rgba(255, 107, 0, 0.12);
  border-color: rgba(255, 107, 0, 0.25);
  color: #FF6B00;
}
.testi-avatar--spiderman {
  background: rgba(227, 53, 13, 0.12);
  border-color: rgba(227, 53, 13, 0.25);
  color: #E3350D;
}

.testi-name {
  font-weight: 700;
  font-size: 0.9rem;
  color: #fff;
}

.testi-handle {
  font-size: 0.75rem;
  color: #8888AA;
}

.cta-banner {
  background: radial-gradient(ellipse 70% 100% at 50% 0%, rgba(255, 215, 0, 0.1) 0%, transparent 70%), #161628;
  border-top: 1px solid #2A2A48;
  border-bottom: 1px solid #2A2A48;
  padding: 5rem 1rem;
  text-align: center;
}
.cta-banner h2 {
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(2.2rem, 5vw, 4rem);
  color: #fff;
  margin-bottom: 1rem;
}
.cta-banner p {
  color: #8888AA;
  max-width: 500px;
  margin: 0 auto 2rem;
}

.map-wrap {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #2A2A48;
}

.swiper-pagination-bullet {
  background: #2A2A48;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background: #FFD700;
}

body:not(.dark-mode) {
  background: #f5f6fa;
  color: #111;
}
body:not(.dark-mode) .hero-poke {
  background: radial-gradient(ellipse 80% 60% at 50% 30%, rgba(255, 215, 0, 0.05) 0%, transparent 70%), #f5f6fa;
  color: #111;
}
body:not(.dark-mode) .hero-poke::before {
  background-image: linear-gradient(rgba(0, 0, 0, 0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 0, 0, 0.035) 1px, transparent 1px);
}
body:not(.dark-mode) .hero-poke h1 {
  color: #111;
  text-shadow: none;
}
body:not(.dark-mode) .hero-poke .lead {
  color: #555;
}
body:not(.dark-mode) .section-dark {
  background: #f5f6fa;
}
body:not(.dark-mode) .section-card {
  background: #eef0f5;
}
body:not(.dark-mode) .section-title {
  color: #111;
}
body:not(.dark-mode) .section-sub {
  color: #666;
}
body:not(.dark-mode) .live-strip {
  border-color: #ddd;
}
body:not(.dark-mode) .live-stat-label {
  color: #666;
}
body:not(.dark-mode) .live-stat-val {
  color: #F5A800;
}
body:not(.dark-mode) .franchise-pill {
  border-color: #ddd;
  color: #555;
}
body:not(.dark-mode) .franchise-pill:hover {
  border-color: #aaa;
  color: #111;
}
body:not(.dark-mode) .franchise-tabs {
  border-color: #ddd;
}
body:not(.dark-mode) .franchise-tab {
  border-color: #ddd;
  color: #555;
}
body:not(.dark-mode) .franchise-tab:hover {
  color: #111;
  border-color: #aaa;
}
body:not(.dark-mode) .pack-card {
  background: #fff;
  border-color: #e5e7eb;
  color: #111;
}
body:not(.dark-mode) .pack-card:hover {
  color: #111;
}
body:not(.dark-mode) .pack-name {
  color: #111;
}
body:not(.dark-mode) .pack-set {
  color: #777;
}
body:not(.dark-mode) .pack-desc {
  color: #777;
}
body:not(.dark-mode) .pack-price {
  color: #F5A800;
}
body:not(.dark-mode) .universe-card {
  border-color: #e5e7eb;
}
body:not(.dark-mode) .universe-card .universe-name {
  color: #111;
}
body:not(.dark-mode) .universe-card .universe-meta {
  color: #777;
}
body:not(.dark-mode) .step-card {
  background: #fff;
  border-color: #e5e7eb;
}
body:not(.dark-mode) .step-title {
  color: #111;
}
body:not(.dark-mode) .step-desc {
  color: #666;
}
body:not(.dark-mode) .step-number {
  color: #F5A800;
}
body:not(.dark-mode) .rarity-item {
  background: #fff;
  border-color: #e5e7eb;
}
body:not(.dark-mode) .rarity-name {
  color: #777;
}
body:not(.dark-mode) .rarity-pct {
  color: #111;
}
body:not(.dark-mode) .testi-card {
  background: #fff;
  border-color: #e5e7eb;
}
body:not(.dark-mode) .testi-text {
  color: #444;
}
body:not(.dark-mode) .testi-name {
  color: #111;
}
body:not(.dark-mode) .testi-handle {
  color: #888;
}
body:not(.dark-mode) .pull-chip {
  background: #fff;
  border-color: #e5e7eb;
}
body:not(.dark-mode) .pull-user {
  color: #111;
}
body:not(.dark-mode) .pull-card-name {
  color: #777;
}
body:not(.dark-mode) .cta-banner {
  background: #eef0f5;
  border-color: #ddd;
}
body:not(.dark-mode) .cta-banner h2 {
  color: #111;
}
body:not(.dark-mode) .cta-banner p {
  color: #555;
}
body:not(.dark-mode) .map-wrap {
  border-color: #ddd;
}
body:not(.dark-mode) .btn-poke-outline {
  color: #111;
  border-color: rgba(0, 0, 0, 0.2);
}
body:not(.dark-mode) .btn-poke-outline:hover {
  background: rgba(0, 0, 0, 0.05);
  border-color: rgba(0, 0, 0, 0.4);
  color: #111;
}
body:not(.dark-mode) .hero-eyebrow {
  color: #F5A800;
  background: rgba(255, 215, 0, 0.1);
  border-color: rgba(245, 168, 0, 0.3);
}/*# sourceMappingURL=landing.css.map */