.seasonal-events {
  display: grid;
  gap: 14px;
  margin-top: 20px;
}

.seasonal-events[hidden] { display: none; }

.section-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 4px;
}

.section-heading small,
.section-heading h3 {
  display: block;
  margin: 0;
}

.section-heading small {
  color: #8a8a9e;
  font-size: 13px;
  font-weight: 800;
}

.section-heading h3 {
  margin-top: 3px;
  color: #090b2b;
  font-size: 22px;
  font-weight: 900;
}

.section-heading > .dazzle-icon {
  width: 28px;
  height: 28px;
  color: #c000ff;
}

.seasonal-event-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  padding: 3px 2px 6px;
}

.seasonal-event-list::-webkit-scrollbar { display: none; }

.seasonal-event-card {
  position: relative;
  min-height: 116px;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) 24px;
  align-items: center;
  gap: 12px;
  padding: 15px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.58);
  box-shadow: 0 18px 36px rgba(9, 11, 43, 0.1), inset 0 0 0 1px rgba(255, 255, 255, 0.5);
  color: #090b2b;
  text-align: right;
  backdrop-filter: blur(18px);
  transition: transform 220ms cubic-bezier(.2,.9,.2,1.2), box-shadow 220ms ease;
}

.seasonal-event-card:active { transform: scale(.975); }
.seasonal-event-card:only-child { grid-column: 1 / -1; width: 100%; }

.seasonal-event-card::before {
  position: absolute;
  inset: auto -16% -55% 12%;
  height: 120px;
  border-radius: 50%;
  background: linear-gradient(90deg, var(--event-a), var(--event-b));
  filter: blur(34px);
  opacity: 0.34;
  content: "";
}

.event-icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--event-a), var(--event-b));
  color: #fff;
  box-shadow: 0 12px 24px color-mix(in srgb, var(--event-b) 25%, transparent);
}

.event-icon .dazzle-icon { width: 26px; height: 26px; }
.event-icon .custom-svg-icon { width: 27px; height: 27px; object-fit: contain; filter: brightness(0) invert(1); }
.event-arrow { color: var(--event-b); }
.event-arrow .dazzle-icon { width: 25px; height: 25px; }

.event-copy { position: relative; min-width: 0; }
.event-copy small,
.event-copy strong,
.event-copy em { display: block; }
.event-copy small { color: var(--event-b); font-size: 12px; font-style: normal; font-weight: 900; }
.event-copy strong { margin-top: 3px; font-size: 17px; font-weight: 900; }
.event-copy em { display: -webkit-box; margin-top: 4px; overflow: hidden; color: #8a8a9e; font-size: 12px; font-style: normal; font-weight: 700; line-height: 1.65; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }

.engagement-prompt {
  position: relative;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 12px;
  padding: 16px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.78);
  border-radius: 24px;
  background: rgba(255,255,255,.62);
  box-shadow: 0 18px 40px rgba(9,11,43,.09);
  backdrop-filter: blur(18px);
}
.engagement-prompt[hidden] { display: none; }
.engagement-prompt > span { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 15px; background: linear-gradient(135deg,#00B8FF,#C000FF); color: #fff; }
.engagement-prompt .dazzle-icon { width: 25px; height: 25px; }
.engagement-prompt div { min-width: 0; }
.engagement-prompt strong { display: block; color: #090b2b; font-size: 16px; font-weight: 900; }
.engagement-prompt p { margin: 3px 0 10px; color: #8a8a9e; font-size: 12px; font-weight: 700; line-height: 1.7; }
.engagement-prompt .prompt-actions { display: flex; gap: 7px; }
.engagement-prompt button { min-height: 36px; padding: 0 13px; border-radius: 999px; background: linear-gradient(135deg,#FF006A,#FF4B2B); color: #fff; font-family: inherit; font-size: 12px; font-weight: 900; }
.engagement-prompt button:last-child { width: 36px; padding: 0; background: rgba(9,11,43,.07); color: #090b2b; }

.question-feedback {
  position: absolute;
  right: 50%;
  bottom: max(104px, calc(env(safe-area-inset-bottom) + 92px));
  z-index: 12;
  display: flex;
  gap: 7px;
  direction: rtl;
  transform: translateX(50%);
  animation: feedback-in 320ms cubic-bezier(.2,.9,.2,1.25) both;
}
.question-feedback[hidden] { display: none; }
.question-feedback button { min-width: 44px; height: 40px; display: flex; align-items: center; justify-content: center; gap: 4px; padding: 0 10px; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; background: rgba(9,11,43,.34); color: #fff; box-shadow: 0 10px 26px rgba(9,11,43,.18); backdrop-filter: blur(12px); transition: transform 180ms ease, background 180ms ease; }
.question-feedback button[hidden] { display: none; }
.question-feedback button:active { transform: scale(.92); }
.question-feedback button.active { background: linear-gradient(135deg,#FF006A,#C000FF); }
.question-feedback .dazzle-icon { width: 21px; height: 21px; }
.question-feedback b { font-size: 11px; }
.report-card select,
.report-card textarea { width: 100%; min-height: 50px; padding: 12px; border: 1px solid rgba(9,11,43,.09); border-radius: 16px; background: rgba(255,255,255,.84); color: #090b2b; font-family: inherit; font-size: 14px; font-weight: 700; }
.report-card textarea { min-height: 88px; resize: vertical; }
.report-note-field { display: grid; gap: 7px; color: #090b2b; font-size: 13px; font-weight: 900; }
.report-note-field[hidden] { display: none; }

.rating-sheet { z-index: 95; align-items: center; background: rgba(9, 11, 43, 0.48); backdrop-filter: blur(12px); }
.rating-card { position: relative; justify-items: center; gap: 13px; padding: 25px 20px 20px; overflow: hidden; text-align: center; background: rgba(255,255,255,.92); animation: rating-pop 420ms cubic-bezier(.2,.9,.2,1.25) both; }
.rating-card::before { position: absolute; inset: auto -20% -50% 20%; height: 150px; border-radius: 50%; background: linear-gradient(90deg,#00B8FF,#C000FF,#FF006A); filter: blur(38px); opacity: .2; content: ""; }
.rating-spark { width: 54px; height: 54px; display: grid; position: relative; place-items: center; border-radius: 19px; background: linear-gradient(135deg,#00B8FF,#C000FF); color: #fff; box-shadow: 0 14px 28px rgba(91,0,184,.22); }
.rating-spark .dazzle-icon { width: 30px; height: 30px; }
.rating-card h3 { position: relative; margin: 0; font-size: 24px; }
.rating-card p { position: relative; max-width: 290px; margin: -5px 0 0; color: #8A8A9E; font-size: 14px; font-weight: 700; line-height: 1.7; }
.rating-stars { width: 100%; display: flex; position: relative; direction: ltr; justify-content: center; gap: 7px; }
.rating-stars button { width: 50px; min-height: 50px; padding: 0; border: 0; border-radius: 17px; background: rgba(9,11,43,.06); color: rgba(9,11,43,.2); box-shadow: none; transition: transform 180ms cubic-bezier(.2,.9,.2,1.25), color 180ms ease, background 180ms ease; }
.rating-stars button .dazzle-icon { width: 28px; height: 28px; }
.rating-stars button.active { color: #fff; background: linear-gradient(135deg,#FF4B2B,#FF006A); transform: translateY(-4px) scale(1.06); box-shadow: 0 10px 20px rgba(255,0,106,.2); }
.rating-hint { min-height: 24px; position: relative; color: #090B2B; font-size: 13px; font-weight: 900; }
.rating-card > button { width: 100%; position: relative; }
.rating-card > button:disabled { opacity: .45; }
.rating-card #dismissRating { min-height: 42px; background: transparent; color: #8A8A9E; }

@keyframes rating-pop { from { opacity: 0; transform: translateY(18px) scale(.88); } to { opacity: 1; transform: translateY(0) scale(1); } }

@keyframes feedback-in { from { opacity: 0; transform: translateX(50%) translateY(10px) scale(.9); } to { opacity: 1; transform: translateX(50%) translateY(0) scale(1); } }

.engagement-settings-card {
  display: grid;
  gap: 16px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.62);
  box-shadow: 0 22px 50px rgba(9, 11, 43, 0.1);
  backdrop-filter: blur(20px);
}

.smart-return-toggle {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 54px;
  align-items: center;
  gap: 14px;
}

.smart-return-toggle b,
.smart-return-toggle small { display: block; }
.smart-return-toggle b { color: #090b2b; font-size: 17px; font-weight: 900; }
.smart-return-toggle small { margin-top: 4px; color: #8a8a9e; font-size: 12px; font-weight: 700; }
.smart-return-toggle input { position: absolute; opacity: 0; pointer-events: none; }
.smart-return-toggle i { position: relative; width: 54px; height: 31px; border-radius: 20px; background: rgba(138, 138, 158, 0.3); transition: background 220ms ease; }
.smart-return-toggle i::after { position: absolute; top: 4px; right: 4px; width: 23px; height: 23px; border-radius: 50%; background: #fff; box-shadow: 0 4px 12px rgba(9, 11, 43, 0.18); content: ""; transition: transform 260ms cubic-bezier(.2,.9,.2,1.2); }
.smart-return-toggle input:checked + i { background: linear-gradient(135deg, #00b8ff, #c000ff); }
.smart-return-toggle input:checked + i::after { transform: translateX(-23px); }

.engagement-field { display: grid; gap: 8px; color: #090b2b; font-size: 14px; font-weight: 900; }
.engagement-field select { width: 100%; min-height: 52px; padding: 0 14px; border: 1px solid rgba(9, 11, 43, 0.08); border-radius: 17px; background: rgba(255,255,255,.75); color: #090b2b; font-family: inherit; font-weight: 800; }
.engagement-field select:disabled { opacity: .5; }

.detected-favorite {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px;
  border-radius: 17px;
  background: linear-gradient(135deg, rgba(0,184,255,.1), rgba(192,0,255,.09));
  color: #090b2b;
}
.detected-favorite .dazzle-icon { width: 23px; height: 23px; color: #c000ff; flex: 0 0 auto; }
.detected-favorite p,
.privacy-note { margin: 0; color: #8a8a9e; font-size: 12px; font-weight: 700; line-height: 1.8; }
.privacy-note { text-align: center; }

@media (min-width: 680px) {
  .seasonal-event-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .engagement-settings-card { max-width: 620px; margin-inline: auto; }
}
