/* Sunny Garden theme — warm sunflower / golden hour */
[data-theme="sunny"] {
  --glass-bg: rgba(255, 248, 220, 0.1);
  --glass-bg-strong: rgba(255, 235, 170, 0.16);
  --glass-border: rgba(255, 220, 120, 0.22);
  --glass-highlight: rgba(255, 255, 255, 0.28);
  --t-accent: #fbbf24;
  --t-accent2: #f59e0b;
  --t-deep: #d97706;
  --on-accent: #422006;
  --bg-base: #1c1206;
  --bg-image: url('/img/bg-sunny.png');
  --bg-mesh-1: rgba(251, 191, 36, 0.22);
  --bg-mesh-2: rgba(234, 88, 12, 0.14);
  --bg-mesh-3: rgba(253, 224, 71, 0.1);
  --text: #fffbeb;
  --text-secondary: rgba(255, 251, 235, 0.72);
  --text-tertiary: rgba(255, 251, 235, 0.48);
  --gold: #fde047;
  --gold-glow: rgba(253, 224, 71, 0.45);
  --red: #fb7185;
  --purple: #f0abfc;
  --shadow-glass: 0 8px 32px rgba(40, 20, 0, 0.35), inset 0 1px 0 var(--glass-highlight);
  --shadow-float: 0 20px 50px rgba(40, 20, 0, 0.5);
}

[data-theme="sunny"] .bg-scene::before {
  filter: blur(2px) brightness(0.88) saturate(1.35);
  transform: scale(1.05);
}

[data-theme="sunny"] .bg-scene::after {
  background:
    linear-gradient(180deg, rgba(28, 18, 6, 0.55) 0%, rgba(28, 18, 6, 0.28) 42%, rgba(28, 18, 6, 0.62) 100%),
    radial-gradient(ellipse 85% 55% at 50% 35%, rgba(251, 191, 36, 0.12) 0%, transparent 65%);
}

[data-theme="sunny"] .site-header {
  background: rgba(28, 18, 6, 0.62);
  border-bottom-color: rgba(251, 191, 36, 0.15);
}

[data-theme="sunny"] .site-nav .nav-link.active {
  color: var(--t-accent);
  background: rgba(251, 191, 36, 0.16);
  border-color: rgba(251, 191, 36, 0.28);
  box-shadow: 0 0 20px rgba(251, 191, 36, 0.12);
}

[data-theme="sunny"] .balance-pill {
  border-color: rgba(251, 191, 36, 0.25);
  background: rgba(251, 191, 36, 0.08);
}

[data-theme="sunny"] .btn-deposit {
  background: linear-gradient(180deg, #fde047, #f59e0b);
  color: #422006;
  box-shadow: 0 6px 20px rgba(245, 158, 11, 0.35);
}

[data-theme="sunny"] .landing-hero-bg {
  background:
    radial-gradient(ellipse 55% 70% at 20% 40%, rgba(251, 191, 36, 0.18), transparent 70%),
    radial-gradient(ellipse 50% 60% at 85% 30%, rgba(234, 88, 12, 0.12), transparent 68%);
}

[data-theme="sunny"] .landing-title-accent {
  background: linear-gradient(90deg, #fde047 0%, #fbbf24 45%, #fb923c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 4px 24px rgba(251, 191, 36, 0.35));
}

[data-theme="sunny"] .landing-stat {
  background: rgba(255, 248, 220, 0.08);
  border-color: rgba(251, 191, 36, 0.18);
}

[data-theme="sunny"] .stat-icon {
  background: rgba(251, 191, 36, 0.14);
  border-color: rgba(251, 191, 36, 0.28);
  color: var(--t-accent);
}

[data-theme="sunny"] .landing-start-btn {
  color: #422006;
  background: linear-gradient(180deg, #fde047 0%, #f59e0b 55%, #ea580c 100%);
  box-shadow: 0 12px 36px rgba(245, 158, 11, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

[data-theme="sunny"] .landing-start-btn:hover {
  box-shadow: 0 16px 44px rgba(245, 158, 11, 0.55), inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

[data-theme="sunny"] .hero-free {
  background: linear-gradient(165deg, rgba(68, 36, 8, 0.92) 0%, rgba(40, 22, 6, 0.96) 50%, rgba(24, 14, 4, 0.98) 100%);
  border-color: rgba(251, 191, 36, 0.28);
  box-shadow:
    0 28px 64px rgba(0, 0, 0, 0.5),
    0 0 48px rgba(245, 158, 11, 0.15),
    inset 0 0 0 1px rgba(253, 224, 71, 0.08);
}

[data-theme="sunny"] .hero-free-shine {
  background: radial-gradient(circle, rgba(251, 191, 36, 0.12), transparent 70%);
}

[data-theme="sunny"] .hero-visual {
  background: linear-gradient(145deg, rgba(120, 60, 10, 0.75), rgba(40, 22, 6, 0.9));
  border-color: rgba(251, 191, 36, 0.3);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.45), 0 0 36px rgba(245, 158, 11, 0.18);
}

[data-theme="sunny"] .hero-visual-ring {
  border-color: rgba(251, 191, 36, 0.22);
}

[data-theme="sunny"] .hero-badge {
  background: rgba(251, 191, 36, 0.16);
  border-color: rgba(251, 191, 36, 0.38);
  color: var(--gold);
}

[data-theme="sunny"] .title-icon {
  background: rgba(251, 191, 36, 0.14);
  border-color: rgba(251, 191, 36, 0.28);
  color: var(--t-accent);
}

[data-theme="sunny"] .btn-open-free {
  color: #422006;
  background: linear-gradient(180deg, #fde047, #f59e0b);
  box-shadow: 0 8px 24px rgba(245, 158, 11, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

[data-theme="sunny"] .btn-open-free:hover {
  box-shadow: 0 12px 32px rgba(245, 158, 11, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

[data-theme="sunny"] .promo-input:focus {
  border-color: rgba(251, 191, 36, 0.5);
  box-shadow: 0 0 0 3px rgba(251, 191, 36, 0.12);
}

[data-theme="sunny"] .promo-chip:hover {
  color: var(--gold);
  border-color: rgba(251, 191, 36, 0.45);
  background: rgba(251, 191, 36, 0.1);
}

[data-theme="sunny"] .home-panel,
[data-theme="sunny"] .history-list,
[data-theme="sunny"] .leader-list {
  background: rgba(255, 248, 220, 0.06);
  border-color: rgba(251, 191, 36, 0.14);
}

[data-theme="sunny"] .col-title-icon {
  background: rgba(251, 191, 36, 0.12);
  border-color: rgba(251, 191, 36, 0.22);
  color: var(--t-accent);
}

[data-theme="sunny"] .case-card:hover {
  border-color: rgba(251, 191, 36, 0.35);
}

[data-theme="sunny"] .case-btn {
  background: linear-gradient(180deg, #fde047, #ea580c);
  color: #422006;
  box-shadow: 0 8px 24px rgba(245, 158, 11, 0.35);
}

[data-theme="sunny"] .case-price {
  color: #fde047;
  text-shadow: 0 0 20px rgba(251, 191, 36, 0.4);
}

[data-theme="sunny"] .drop-common,
[data-theme="sunny"] .hero-rarity-pill.common {
  background: rgba(251, 191, 36, 0.12);
  color: #fde047;
}

[data-theme="sunny"] .nav-btn.active .nav-icon-wrap {
  background: rgba(251, 191, 36, 0.15);
}

[data-theme="sunny"] .cta-btn {
  background: linear-gradient(180deg, #fbbf24, #d97706);
  color: #422006;
}

[data-theme="sunny"] .site-footer {
  background: rgba(28, 18, 6, 0.65);
  border-top-color: rgba(251, 191, 36, 0.12);
}

[data-theme="sunny"] .history-item-new {
  background: rgba(251, 191, 36, 0.1);
}

[data-theme="sunny"] .landing-stat strong.stat-bump {
  animation-name: statBumpSunny;
}

@keyframes statBumpSunny {
  0% { transform: scale(1); color: #fff; }
  35% { transform: scale(1.08); color: #fde047; }
  100% { transform: scale(1); color: #fff; }
}
