:root {
  --pink: #ff6fa8;
  --pink-strong: #f85499;
  --pink-light: #ffe4ef;
  --blue: #4ab8f5;
  --blue-strong: #2ca9ef;
  --blue-light: #e0f5ff;
  --purple: #35305e;
  --muted: #7f789b;
  --white: #ffffff;
  --shadow: 0 18px 45px rgba(96, 71, 120, .14);
  --radius: 28px;
  --success: #1AA179;
  --danger: #dc3545;
  --info: #0d6efd;
  --warning: #ffc107;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: linear-gradient(135deg, #ffe5ef 0%, #fff8fb 45%, #e4f6ff 100%);
}

body {
  margin: 0;
  min-height: 100%;
  font-family: "Nunito", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--purple);
}

.page {
  position: relative;
  width: min(100%, 520px);
  min-height: 100vh;
  margin: 0 auto;
  padding: 26px 18px 28px;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 12%, rgba(255, 111, 168, .22), transparent 26%),
    radial-gradient(circle at 88% 28%, rgba(74, 184, 245, .22), transparent 24%),
    linear-gradient(180deg, #fff7fb 0%, #ffffff 43%, #fff4fa 75%, #eaf8ff 100%);
}

.hero {
  position: relative;
  z-index: 2;
  text-align: center;
  padding-top: 2px;
}

.logo {
  display: block;
  width: min(70%, 450px);
  margin: 0 auto 4px;
  filter: drop-shadow(0 14px 20px rgba(246, 102, 158, .18));
  margin-bottom: 50px;
}


h1,
h2,
p {
  margin: 0;
}

h1 {
  font-family: "Baloo 2", cursive;
  font-size: clamp(26px, 7vw, 38px);
  line-height: 1.08;
  font-weight: 800;
  margin: 0 auto 18px;
  max-width: 430px;
}

.countdown {
  display: grid;
  grid-template-columns: 1fr 1px 1fr 1px 1fr 1px 1fr;
  align-items: center;
  margin: 0 auto 22px;
  padding: 14px 10px;
  border-radius: 24px;
  background: rgba(255, 255, 255, .88);
  box-shadow: var(--shadow);
  backdrop-filter: blur(10px);
}

.time-box {
  min-width: 0;
}

.time-box strong {
  display: block;
  font-family: "Baloo 2", cursive;
  font-size: clamp(32px, 11vw, 50px);
  line-height: .9;
  color: var(--pink-strong);
  text-shadow: 0 3px 0 rgba(255, 255, 255, .75);
}

.time-box span {
  display: block;
  margin-top: 4px;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .02em;
}

.divider {
  width: 1px;
  height: 48px;
  background: rgba(53, 48, 94, .13);
}

.card {
  position: relative;
  z-index: 2;
  margin: 16px 0;
  padding: 22px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .86);
  border: 1px solid rgba(255, 255, 255, .9);
  box-shadow: var(--shadow);
  backdrop-filter: blur(12px);
}

.live-card {
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 16px;
  align-items: center;
}

.youtube-icon {
  width: 74px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #ff6b73, #ff313d);
  box-shadow: 0 12px 24px rgba(255, 49, 61, .22);
}

.youtube-icon span {
  width: 0;
  height: 0;
  margin-left: 4px;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 19px solid #fff;
}

.live-text h2,
.section-title h2 {
  font-family: "Baloo 2", cursive;
  font-size: 26px;
  line-height: 1.05;
  font-weight: 800;
}

.live-text p,
.section-title p {
  margin-top: 6px;
  color: var(--muted);
  font-weight: 700;
}

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  padding: 0 26px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  text-decoration: none;
  font-weight: 900;
  cursor: pointer;
  transition: transform .18s ease, filter .18s ease;
}

.btn:hover,
.vote-btn:hover {
  transform: translateY(-2px);
  filter: brightness(1.03);
}

.btn-youtube {
  grid-column: 1 / -1;
  background: linear-gradient(135deg, #ff85b8, #f64b96);
  box-shadow: 0 12px 22px rgba(246, 75, 150, .25);
}

.section-title {
  text-align: center;
  margin-bottom: 18px;
}

.vote-options {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.vote-btn {
  width: 100%;
  min-height: 64px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 14px 24px rgba(80, 70, 120, .13);
  transition: transform .18s ease, filter .18s ease;
}

.vote-girl {
  background: linear-gradient(135deg, #ff82ba, #f95199);
}

.vote-boy {
  background: linear-gradient(135deg, #72ceff, #29a9f1);
}

.div-revelacao {
  width: 100%;
  border: 0;
  border-radius: 999px;
  color: #fff;
  font-size: 50px;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 14px 24px rgba(80, 70, 120, .13);
  transition: transform .18s ease, filter .18s ease;
  padding: 15px;
  line-height: 100%;
}

.baby-face {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-right: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .9);
}

.vote-info {
  margin-top: 16px;
  text-align: center;
  font-weight: 800;
  color: var(--purple);
}

.result-row {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 14px;
  align-items: center;
  margin: 18px 0;
}

.result-icon {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  font-size: 24px;
}

.girl-icon {
  background: var(--pink-light);
}

.boy-icon {
  background: var(--blue-light);
}

.perfil-img {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 999px;
}

.voto-label {
  font-size: 18px;
  color: #000000 !important;
  padding: 2.5px 10px 2.5px 10px;
  border-radius: 25px;
}

.result-head {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: baseline;
  font-weight: 900;
}

.result-head strong {
  font-size: 18px;
}

.result-head span {
  font-family: "Baloo 2", cursive;
  font-size: 30px;
  line-height: 1;
  color: var(--pink-strong);
}

.result-row:nth-of-type(3) .result-head span {
  color: var(--blue-strong);
}

.progress {
  height: 18px;
  margin: 8px 0 4px;
  border-radius: 999px;
  background: #f0eef6;
  overflow: hidden;
  box-shadow: inset 0 2px 6px rgba(51, 48, 84, .12);
}

.progress-fill {
  height: 100%;
  border-radius: inherit;
  transition: width .5s ease;
}

.girl-fill {
  background: linear-gradient(90deg, #ff8abd, #f94b99);
}

.boy-fill {
  background: linear-gradient(90deg, #83d7ff, #26a8f0);
}

.result-content small {
  color: var(--muted);
  font-weight: 800;
}

.total-votes {
  margin-top: 18px;
  text-align: center;
  font-weight: 900;
  color: var(--purple);
}

footer {
  position: relative;
  z-index: 2;
  padding: 8px 8px 4px;
  text-align: center;
  color: #9188a8;
  font-weight: 800;
  font-size: 14px;
  margin-top: 130px;
}

footer span {
  margin: 0 8px;
}

.decor {
  position: absolute;
  z-index: 1;
  font-size: 20px;
  opacity: .75;
  pointer-events: none;
}

.decor-1 {
  top: 86px;
  left: 24px;
  color: var(--pink);
}

.decor-2 {
  top: 280px;
  right: 34px;
  color: var(--pink);
}

.decor-3 {
  top: 402px;
  left: 18px;
  color: var(--blue);
}

.decor-4 {
  top: 560px;
  right: 20px;
  color: var(--blue);
}

.clouds {
  position: absolute;
  z-index: 1;
  bottom: -52px;
  width: 210px;
  height: 120px;
  border-radius: 999px 999px 0 0;
  opacity: .75;
  pointer-events: none;
}

.clouds::before,
.clouds::after {
  content: "";
  position: absolute;
  bottom: 18px;
  border-radius: 999px;
  background: inherit;
}

.clouds::before {
  width: 110px;
  height: 110px;
  left: 18px;
}

.clouds::after {
  width: 135px;
  height: 135px;
  right: 0;
}

.clouds-left {
  left: -54px;
  background: #ffd4e4;
}

.clouds-right {
  right: -58px;
  background: #cfefff;
}

.balloons,
.bottle {
  position: absolute;
  z-index: 1;
  bottom: 88px;
  font-size: 74px;
  filter: drop-shadow(0 10px 18px rgba(70, 65, 100, .12));
  pointer-events: none;
}

.balloons {
  right: 8px;
  transform: scaleX(-1);
}

.bottle {
  left: 15px;
  transform: rotate(-14deg);
}

@media (min-width: 440px) {
  .vote-options {
    grid-template-columns: 1fr 1fr;
  }

  .live-card {
    grid-template-columns: 74px 1fr auto;
  }

  .btn-youtube {
    grid-column: auto;
  }
}

.color-success {
  background-color: var(--success) !important;
}

.color-info {
  background-color: var(--info) !important;
}

.color-warning {
  background-color: var(--warning) !important;
}

.color-danger {
  background-color: var(--danger) !important;
}

.snack-bar {
  display: none;
  position: fixed;
  bottom: 0px;
  z-index: 999999999;
  width: 100%;
  padding: 30px 15px 30px 15px;
  background-color: var(--cor-dark-bg);
  font-family: Bold;
  font-size: 150%;
  text-align: center;
  color: #FFFFFF;
  line-height: 110%;
}

.loading {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 99999999;
}

.loading-img {
  width: 200px;
}

.display-none {
  display: none;
}

.box-celular {
  background: rgba(255, 255, 255, .88);
  backdrop-filter: blur(10px);
  border-radius: 28px;
  padding: 28px 22px;
  box-shadow: 0 18px 45px rgba(96, 71, 120, .14);
  text-align: center;
  margin-top: 20px;
}

.box-celular label {
  display: block;
  font-size: 22px;
  line-height: 1.4;
  font-weight: 800;
  color: #35305e;
  margin-bottom: 18px;
}

.input-wrap {
  display: flex;
  align-items: center;
  background: #fff;
  border: 3px solid #ffd5e7;
  border-radius: 999px;
  overflow: hidden;
  box-shadow: inset 0 3px 10px rgba(0, 0, 0, .04);
}

.textarea-wrap {
  display: flex;
  align-items: center;
  background: #fff;
  border: 3px solid #ffd5e7;
  border-radius: 25px;
  overflow: hidden;
  box-shadow: inset 0 3px 10px rgba(0, 0, 0, .04);
}

.ddd {
  padding: 18px 20px;
  font-weight: 900;
  color: #f85499;
  background: #fff3f8;
}

#celular {
  flex: 1;
  border: none;
  outline: none;
  padding: 18px;
  font-size: 22px;
  font-weight: 700;
  color: #35305e;
  font-family: 'Nunito', sans-serif;
}

#celular::placeholder {
  color: #b5adc9;
}

#celular:focus {
  background: #fffdfd;
}

#mensagem {
  flex: 1;
  border: none;
  outline: none;
  padding: 18px;
  font-size: 22px;
  font-weight: 700;
  color: #35305e;
  font-family: 'Nunito', sans-serif;
}

.btn-enviar {
  margin-top: 18px;
  border: none;
  width: 100%;
  min-height: 60px;
  border-radius: 999px;
  font-size: 20px;
  font-weight: 900;
  color: #fff;
  cursor: pointer;

  background: linear-gradient(135deg,
      #66BCF5,
      #EE779F);

  box-shadow: 0 14px 24px rgba(249, 81, 153, .25);
  transition: .2s;
}

.btn-enviar:hover {
  transform: translateY(-2px);
}