/* Theme 2: Khui Vị / Piggy Bank Unboxing */
[data-theme="pig"] {
  --theme-primary: #ec4899;
  --theme-accent: #db2777;
  --theme-bg-dark: #190f17;
  --theme-surface: #261623;
  --theme-border: #4d2345;
}

[data-theme="pig"] body {
  background-color: #120b11;
  background-image: 
    radial-gradient(ellipse at 50% 15%, rgba(236, 72, 153, 0.18), transparent 60%),
    linear-gradient(180deg, #180e16 0%, #0d060b 100%);
}

[data-theme="pig"] .brand-icon {
  background: linear-gradient(135deg, #f472b6, #db2777);
  color: #fff;
  box-shadow: 0 0 16px rgba(236, 72, 153, 0.45);
}

[data-theme="pig"] .hero-title {
  background: linear-gradient(135deg, #ffffff 40%, #f472b6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

[data-theme="pig"] .case-panel {
  background: linear-gradient(180deg, #251522 0%, #170d15 100%);
  border: 1px solid #57254e;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.65), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

[data-theme="pig"] .case-header-bar {
  background: linear-gradient(90deg, #2b1827, #1c0e1a);
  color: #f472b6;
  border-bottom: 1px solid #4a1f42;
}

[data-theme="pig"] .selector-line {
  background: #f472b6;
  box-shadow: 0 0 18px rgba(244, 114, 182, 0.9);
}

[data-theme="pig"] .selector-line::before {
  border-top-color: #f472b6;
}

[data-theme="pig"] .selector-line::after {
  border-bottom-color: #f472b6;
}

[data-theme="pig"] .spin-btn {
  background: linear-gradient(135deg, #f472b6, #ec4899);
  color: #fff;
  border: 1px solid #fbcfe8;
  box-shadow: 0 0 25px rgba(244, 114, 182, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

[data-theme="pig"] .spin-btn:hover:not(:disabled) {
  background: linear-gradient(135deg, #f9a8d4, #f472b6);
  box-shadow: 0 0 35px rgba(244, 114, 182, 0.6);
}

[data-theme="pig"] .watch-btn {
  background: linear-gradient(135deg, #f472b6, #ec4899);
  color: #fff;
}
