.website-profile-title-group .website-profile-badge-pill {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px;
  margin-top: 0 !important;
  padding: 0 !important;
  border-radius: 999px;
  color: #00a6e6 !important;
  background: transparent !important;
  font-size: 16px !important;
  font-weight: 900;
}

.website-profile-title-group .website-profile-badge-pill img {
  width: 24px;
  height: 24px;
  border-radius: 0;
  object-fit: contain;
}

.website-profile-title-group .website-profile-badge-pill > span {
  min-width: 24px;
  text-align: center;
}

.website-profile-head {
  align-items: start !important;
}

.website-profile-title-group {
  min-height: 74px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
}

.website-profile-streak {
  width: 100%;
  min-height: 96px;
  margin: 14px 0 0;
  border: 0;
  border-radius: 24px;
  background: linear-gradient(135deg, #f5faff, #ffffff);
  color: #17212b;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  padding: 14px;
  text-align: left;
  cursor: pointer;
  box-shadow: inset 0 0 0 1px rgba(0, 186, 255, 0.08);
}

.website-profile-streak.is-danger {
  background: linear-gradient(135deg, #fff4f4, #ffffff);
  box-shadow: inset 0 0 0 1px rgba(239, 68, 68, 0.18);
}

.website-profile-streak-icon {
  width: 52px;
  height: 52px;
  border-radius: 18px;
  background: #eaf7ff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 950;
}

.website-profile-streak.is-danger .website-profile-streak-icon {
  background: #ffe6e6;
}

.website-profile-streak-icon img {
  width: 34px;
  height: 34px;
  object-fit: contain;
  display: block;
}

.website-profile-streak-main strong {
  display: block;
  font-size: 18px;
  font-weight: 950;
}

.website-profile-streak-main small,
.website-profile-streak-main em {
  display: block;
  margin-top: 4px;
  color: #607080;
  font-size: 13px;
  font-style: normal;
  font-weight: 850;
}

.website-profile-streak-main em {
  color: #19a463;
}

.website-profile-streak.is-danger .website-profile-streak-main em {
  color: #ef4444;
}

.website-profile-streak-mini {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 8px;
}

.website-profile-streak-mini span {
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(0, 186, 255, 0.1);
  color: #1789c5;
  font-size: 12px;
  font-weight: 900;
}

.website-profile-action-chevron,
.website-profile-streak-chevron {
  color: #17212b;
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
}

.website-profile-button.has-gamification-danger {
  position: relative;
  box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.14), 0 18px 40px rgba(20, 40, 60, 0.10);
}

.website-profile-button.has-gamification-danger::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 12px;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #ef4444;
  box-shadow: 0 0 0 4px rgba(239, 68, 68, 0.12);
}

.gamification-calendar-backdrop {
  position: fixed;
  inset: 0;
  z-index: 10020;
  background: rgba(17, 24, 39, 0.36);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 18px;
  box-sizing: border-box;
}

.gamification-calendar-card {
  width: min(760px, 100%);
  height: min(92vh, 780px);
  overflow: hidden;
  border-radius: 30px;
  background: #ffffff;
  box-shadow: 0 24px 70px rgba(20, 40, 60, 0.26);
  padding: 18px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.gamification-calendar-head {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 42px;
  padding-right: 52px;
}

.gamification-calendar-head h2 {
  margin: 0;
  color: #17212b;
  font-size: clamp(20px, 3.8vw, 28px);
  font-weight: 950;
  line-height: 1.08;
  white-space: nowrap;
}

.gamification-calendar-head h2 span {
  margin-left: 10px;
  color: #607080;
  font-size: clamp(14px, 2.6vw, 18px);
  font-weight: 900;
}

.gamification-calendar-head p {
  margin: 6px 0 0;
  color: #607080;
  font-weight: 850;
}

.gamification-calendar-close,
.gamification-reward-detail button {
  border: 0;
  border-radius: 999px;
  background: #eef2f7;
  color: #17212b;
  font-weight: 900;
  padding: 11px 16px;
  cursor: pointer;
}

.gamification-calendar-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 42px;
  height: 42px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  line-height: 1;
}

.gamification-weekdays,
.gamification-calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 6px;
}

.gamification-weekdays {
  margin-top: 12px;
  color: #8a99a8;
  font-size: 12px;
  font-weight: 900;
  text-align: center;
}

.gamification-calendar-grid {
  flex: 1 1 auto;
  min-height: 0;
  margin-top: 6px;
  grid-template-rows: repeat(6, minmax(42px, 1fr));
}

.gamification-calendar-empty,
.gamification-day {
  min-height: 0;
  border-radius: 14px;
}

.gamification-day {
  border: 0;
  background: #f5f9fc;
  color: #607080;
  font-weight: 950;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  min-width: 0;
}

.gamification-day:disabled {
  cursor: default;
}

.gamification-day.is-complete {
  background: #eaf7ff;
  color: #0789c8;
}

.gamification-day.is-today {
  box-shadow: inset 0 0 0 2px #00baff;
}

.gamification-day.is-claimable {
  background: #fff6d8;
  color: #b7791f;
}

.gamification-day.is-claimed {
  background: #ecfdf3;
  color: #19a463;
}

.gamification-day small {
  line-height: 1;
}

.gamification-reward-marker {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #f6b93b;
  box-shadow: 0 0 0 4px rgba(246, 185, 59, 0.14);
}

.gamification-reward-marker.is-claimed {
  background: #19a463;
  box-shadow: 0 0 0 4px rgba(25, 164, 99, 0.13);
}

.gamification-reward-detail {
  flex: 0 0 auto;
  margin-top: 12px;
  padding: 12px;
  border-radius: 20px;
  background: #f5f9fc;
}

.gamification-reward-detail strong,
.gamification-reward-detail span {
  display: block;
}

.gamification-reward-detail strong {
  color: #17212b;
  font-size: 16px;
  font-weight: 950;
}

.gamification-reward-detail span {
  margin-top: 5px;
  color: #607080;
  font-weight: 850;
  font-style: normal;
}

.gamification-reward-items {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}

.gamification-reward-items em,
.gamification-claimed-label {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  background: #eaf7ff;
  color: #1789c5;
  font-size: 13px;
  font-style: normal;
  font-weight: 900;
}

.gamification-reward-detail button {
  background: #17212b;
  color: #ffffff;
}
