/* Stitch — clima tropical fofo (arte original Celebralab) */
:root {
  --red: #4f7cff;
  --red-dark: #3557c9;
  --navy: #1a2744;
  --navy-2: #24355c;
  --blue: #6ec8ff;
  --gold: #ffd56a;
  --cream: #f3f7ff;
  --ink: #152038;
  --pink: #ff8fb8;
  --accent: #4f7cff;
  --accent-dark: #3557c9;
  --panel: rgba(26, 39, 68, 0.9);
  --confirmed: #9dffe0;
}

body.theme-stitch {
  background:
    linear-gradient(180deg, rgba(18, 28, 55, 0.55), rgba(18, 28, 55, 0.85)),
    url("/assets/themes/stitch-bg.png") center top / cover no-repeat fixed;
  color: var(--cream);
}

body.theme-stitch .web-bg,
body.theme-stitch .city-bg,
body.theme-stitch .web-corner,
body.theme-stitch .critters,
body.theme-stitch .party-stickers,
body.theme-stitch .lock-team,
body.theme-stitch .mini-hero,
body.theme-stitch .guest-card::before {
  display: none !important;
}

body.theme-stitch .theme-mascot {
  display: block;
  width: 120px;
  height: 120px;
  object-fit: cover;
  margin: 0 auto 10px;
  border-radius: 50%;
  border: 4px solid #ffd56a;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
}

body.theme-stitch .badge {
  background: linear-gradient(90deg, #4f7cff, #7aa2ff);
  color: #fff;
}

body.theme-stitch .lock-card,
body.theme-stitch .panel {
  background: var(--panel);
  border-color: rgba(110, 200, 255, 0.55);
}

body.theme-stitch .lock-card h1,
body.theme-stitch .hero h1,
body.theme-stitch .confirm-card h1 {
  text-shadow: 3px 4px 0 #3557c9, 5px 7px 0 rgba(0, 0, 0, 0.35);
}

body.theme-stitch .btn-red {
  background: linear-gradient(#6f95ff, #4f7cff);
}

body.theme-stitch .btn-blue {
  background: linear-gradient(#8fd8ff, #4fb8ef);
  color: #12304a;
}

body.theme-stitch .btn-gold {
  background: linear-gradient(#ffe59a, #ffd56a);
  color: #4a3808;
}

body.theme-stitch .stats .accent {
  background: linear-gradient(180deg, #4f7cff, #3557c9);
  border-color: #ffd56a;
}

body.theme-stitch .guest-card {
  border-left-color: #4f7cff;
  background: linear-gradient(90deg, #24355c, #1a2744);
}
