.yh-daily-poll {
  --yhpoll010-ink: #f3fbff;
  --yhpoll010-muted: #b9d2df;
  --yhpoll010-soft: #8ab6cb;
  --yhpoll010-panel: #0b2230;
  --yhpoll010-panel-soft: #102c3a;
  --yhpoll010-line: rgba(130, 202, 232, 0.22);
  --yhpoll010-blue: #53a7ff;
  --yhpoll010-green: #38d084;
  --yhpoll010-gold: #f3c34f;
}

.yh-daily-poll.yhpoll010-ready > .yh-daily-poll__shell {
  background:
    linear-gradient(180deg, rgba(18, 48, 63, 0.98), rgba(7, 24, 34, 0.98)),
    #071822 !important;
  border: 1px solid var(--yhpoll010-line) !important;
  border-radius: 8px !important;
  box-shadow: 0 22px 46px rgba(0, 0, 0, 0.28) !important;
  color: var(--yhpoll010-ink) !important;
  overflow: hidden;
  position: relative;
}

.yh-daily-poll.yhpoll010-ready > .yh-daily-poll__shell::before {
  background: linear-gradient(90deg, var(--yhpoll010-gold), var(--yhpoll010-green), var(--yhpoll010-blue));
  content: "";
  display: block;
  height: 3px;
  inset: 0 0 auto;
  position: absolute;
  width: 100%;
}

.yh-daily-poll.yhpoll010-ready .yh-daily-poll__intro {
  gap: 10px !important;
}

.yh-daily-poll.yhpoll010-ready .yh-daily-poll__eyebrow {
  color: var(--yhpoll010-gold) !important;
  letter-spacing: 0 !important;
}

.yh-daily-poll.yhpoll010-ready .yh-daily-poll__question {
  color: #f7fbff !important;
  font-size: 1.72rem !important;
  line-height: 1.06 !important;
  opacity: 1 !important;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.22);
  -webkit-text-fill-color: #f7fbff !important;
}

.yh-daily-poll.yhpoll010-ready .yh-daily-poll__dek {
  color: var(--yhpoll010-muted) !important;
  opacity: 1 !important;
  -webkit-text-fill-color: var(--yhpoll010-muted) !important;
}

body.home section#yh-daily-poll.yh-daily-poll.yhpoll010-ready .yh-daily-poll__intro,
body.home section#yh-daily-poll.yh-daily-poll.yhpoll010-ready .yh-daily-poll__intro * {
  color: #f7fbff !important;
  opacity: 1 !important;
  -webkit-text-fill-color: #f7fbff !important;
}

body.home section#yh-daily-poll.yh-daily-poll.yhpoll010-ready .yh-daily-poll__dek,
body.home section#yh-daily-poll.yh-daily-poll.yhpoll010-ready .yh-daily-poll__habit small {
  color: #b9d3e5 !important;
  -webkit-text-fill-color: #b9d3e5 !important;
}

body.home section#yh-daily-poll.yh-daily-poll.yhpoll010-ready .yh-daily-poll__eyebrow {
  color: var(--yhpoll010-gold) !important;
  -webkit-text-fill-color: var(--yhpoll010-gold) !important;
}

.yh-daily-poll .yhpoll010-guidance {
  align-items: center;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(130, 202, 232, 0.2);
  border-radius: 8px;
  color: #f7fbff;
  display: flex;
  font-size: 0.92rem;
  font-weight: 800;
  gap: 10px;
  justify-content: space-between;
  line-height: 1.25;
  margin: 0 0 12px;
  min-height: 42px;
  padding: 9px 12px;
}

.yh-daily-poll .yhpoll010-guidance::before {
  background: var(--yhpoll010-green);
  border-radius: 999px;
  box-shadow: 0 0 0 5px rgba(56, 208, 132, 0.11);
  content: "";
  flex: 0 0 9px;
  height: 9px;
  width: 9px;
}

.yh-daily-poll .yhpoll010-guidance strong,
.yh-daily-poll .yhpoll010-guidance span {
  display: block;
}

.yh-daily-poll .yhpoll010-guidance span {
  color: var(--yhpoll010-soft);
  font-size: 0.78rem;
  font-weight: 750;
  white-space: nowrap;
}

.yh-daily-poll .yh-daily-poll__choices {
  gap: 12px !important;
}

.yh-daily-poll .yh-daily-poll__choice {
  align-items: center !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025)),
    var(--yhpoll010-panel) !important;
  border: 1px solid rgba(130, 202, 232, 0.21) !important;
  border-radius: 8px !important;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.17) !important;
  color: var(--yhpoll010-ink) !important;
  cursor: pointer !important;
  display: grid !important;
  gap: 12px !important;
  grid-template-columns: 34px minmax(0, 1fr) !important;
  min-height: 64px !important;
  overflow: hidden !important;
  padding: 0 12px !important;
  position: relative !important;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease, background-color 160ms ease !important;
}

.yh-daily-poll .yh-daily-poll__choice::before {
  align-items: center;
  background: rgba(83, 167, 255, 0.12);
  border: 1px solid rgba(130, 202, 232, 0.24);
  border-radius: 999px;
  color: #cae8f7;
  content: attr(data-yhpoll-choice-index);
  display: flex;
  font-size: 0.84rem;
  font-weight: 900;
  height: 34px;
  justify-content: center;
  inset: auto !important;
  position: static !important;
  transform: none !important;
  width: 34px;
}

.yh-daily-poll .yh-daily-poll__choice::after {
  content: none !important;
  display: none !important;
}

.yh-daily-poll .yh-daily-poll__choice:hover,
.yh-daily-poll .yh-daily-poll__choice:focus-visible {
  background:
    linear-gradient(135deg, rgba(79, 164, 255, 0.14), rgba(57, 201, 120, 0.08)),
    var(--yhpoll010-panel-soft) !important;
  border-color: rgba(111, 199, 255, 0.44) !important;
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.24) !important;
  transform: translateY(-1px);
}

.yh-daily-poll .yh-daily-poll__choice:focus-visible {
  outline: 3px solid rgba(111, 199, 255, 0.28) !important;
  outline-offset: 2px !important;
}

.yh-daily-poll .yh-daily-poll__choice-label {
  color: #f7fbff !important;
  font-size: 1rem !important;
  font-weight: 850 !important;
  line-height: 1.2 !important;
  max-width: 100%;
  overflow-wrap: anywhere;
  position: relative;
  z-index: 2;
}

.yh-daily-poll .yh-daily-poll__choice.yhpoll010-picked,
.yh-daily-poll .yh-daily-poll__choice[aria-pressed="true"] {
  background: linear-gradient(135deg, rgba(57, 201, 120, 0.2), rgba(79, 164, 255, 0.12)) !important;
  border-color: rgba(57, 201, 120, 0.55) !important;
  box-shadow: 0 14px 30px rgba(57, 201, 120, 0.16) !important;
}

.yh-daily-poll .yh-daily-poll__choice.yhpoll010-picked::before,
.yh-daily-poll .yh-daily-poll__choice[aria-pressed="true"]::before {
  background: rgba(56, 208, 132, 0.2);
  border-color: rgba(56, 208, 132, 0.42);
  color: #c9f9dd;
}

.yh-daily-poll .yh-daily-poll__choice.yhpoll010-picked::after,
.yh-daily-poll .yh-daily-poll__choice[aria-pressed="true"]::after {
  content: none !important;
  display: none !important;
}

.yh-daily-poll.yhpoll010-submitting .yh-daily-poll__choice:not(.yhpoll010-picked) {
  opacity: 0.74;
}

.yh-daily-poll .yh-daily-poll__status {
  background: rgba(255, 255, 255, 0.052);
  border: 1px solid var(--yhpoll010-line);
  border-left: 3px solid rgba(56, 208, 132, 0.72);
  border-radius: 8px;
  color: #dff2ff;
  font-weight: 800;
  line-height: 1.35;
  margin-top: 14px !important;
  padding: 10px 12px;
}

.yh-daily-poll .yh-daily-poll__habit {
  background: linear-gradient(135deg, rgba(57, 201, 120, 0.13), rgba(242, 193, 79, 0.08)) !important;
  border: 1px solid rgba(57, 201, 120, 0.24) !important;
  border-radius: 8px !important;
  color: #eafbf1 !important;
}

.yh-daily-poll .yh-daily-poll__habit strong,
.yh-daily-poll .yh-daily-poll__habit small {
  color: inherit !important;
}

.yh-daily-poll.yhpoll010-ready .yh-daily-poll__bar {
  background: rgba(79, 164, 255, 0.18) !important;
}

body.home .yh-daily-poll.yh-daily-poll--home .yhpoll010-guidance {
  grid-column: 1 / -1;
  margin-bottom: 10px;
}

body.home .yh-daily-poll.yh-daily-poll--home .yh-daily-poll__body {
  align-content: start;
}

@media (max-width: 899px) {
  .yh-daily-poll .yhpoll010-guidance {
    align-items: center;
    display: grid;
    gap: 4px 10px;
    grid-template-columns: 9px minmax(0, 1fr);
  }

  .yh-daily-poll .yhpoll010-guidance span {
    grid-column: 2;
    white-space: normal;
  }

  .yh-daily-poll .yh-daily-poll__choice {
    min-height: 64px !important;
  }

  body.home .yh-daily-poll.yh-daily-poll--home .yhpoll010-guidance {
    grid-column: 1 / -1;
  }
}
