/* Private circles — compact medallion + mobile bottom sheet. */

.circle-switcher {
  position: relative;
  min-width: 48px;
  min-height: 48px;
  max-width: 150px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 5px 10px;
  border: 1px solid rgba(255, 205, 130, .25);
  border-radius: 999px;
  background: linear-gradient(145deg, rgba(39, 20, 10, .88), rgba(15, 8, 24, .82));
  color: #ffe3b1;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .22), inset 0 1px rgba(255, 255, 255, .05);
  backdrop-filter: blur(14px);
  font: 800 12px/1.1 Nunito, sans-serif;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.circle-switcher:active { transform: scale(.96); }
.circle-switcher:focus-visible { outline: 3px solid rgba(255, 193, 91, .75); outline-offset: 2px; }
.circle-switcher-emoji { font-size: 22px; line-height: 1; }
.circle-switcher-name { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.circle-switcher-badge,
.circle-row-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 20px;
  height: 20px;
  padding: 0 5px;
  border-radius: 999px;
  background: #ff5c67;
  color: #fff;
  box-shadow: 0 0 0 2px #160b0e, 0 0 14px rgba(255, 72, 90, .55);
  font-size: 10px;
  font-weight: 900;
}
.circle-switcher-badge { position: absolute; top: -3px; right: -3px; }

.circle-sheet-overlay {
  position: fixed;
  inset: 0;
  z-index: 430;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 12px max(10px, env(safe-area-inset-right)) max(10px, env(safe-area-inset-bottom)) max(10px, env(safe-area-inset-left));
  background: rgba(3, 2, 8, .72);
  backdrop-filter: blur(10px);
  animation: circleFadeIn .18s ease-out;
}
.circle-sheet {
  width: min(520px, 100%);
  max-height: min(88dvh, 720px);
  overflow: auto;
  overscroll-behavior: contain;
  padding: 8px 18px 20px;
  border: 1px solid rgba(255, 196, 108, .24);
  border-radius: 28px 28px 20px 20px;
  background:
    radial-gradient(circle at 16% 0, rgba(255, 118, 35, .14), transparent 35%),
    linear-gradient(165deg, rgba(29, 14, 9, .99), rgba(13, 8, 25, .99));
  color: #fff1d3;
  box-shadow: 0 -18px 70px rgba(0, 0, 0, .55), inset 0 1px rgba(255, 255, 255, .05);
  font-family: Nunito, sans-serif;
  animation: circleSheetIn .25s cubic-bezier(.2, .9, .25, 1);
}
.circle-sheet-handle { width: 42px; height: 4px; margin: 2px auto 12px; border-radius: 9px; background: rgba(255, 230, 190, .28); }
.circle-sheet-header { position: sticky; top: 0; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 5px 0; background: linear-gradient(180deg, rgba(26, 13, 12, .97), rgba(24, 12, 15, .91)); backdrop-filter: blur(12px); }
.circle-sheet-header h2 { margin: 1px 0 0; color: #fff0ce; font: 900 23px/1.1 Nunito, sans-serif; }
.circle-kicker { color: #eaa860; font-size: 10px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.circle-icon-button {
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 225, 175, .16);
  border-radius: 50%;
  background: rgba(255, 255, 255, .055);
  color: #ffe3b1;
  font-size: 25px;
  cursor: pointer;
}
.circle-icon-button:focus-visible,
.circle-row-main:focus-visible,
.circle-row-manage:focus-visible,
.circle-create-button:focus-visible,
.circle-primary:focus-visible,
.circle-secondary:focus-visible,
.circle-emoji-option:focus-visible,
.circle-member-remove:focus-visible {
  outline: 3px solid #ffd17e;
  outline-offset: 2px;
}
.circle-sheet-intro { margin: 12px 0 16px; color: rgba(255, 232, 200, .64); font-size: 13px; line-height: 1.45; }
.circle-list { display: grid; gap: 8px; }
.circle-row { display: flex; align-items: stretch; border: 1px solid rgba(255, 220, 165, .12); border-radius: 18px; background: rgba(255, 255, 255, .035); overflow: hidden; }
.circle-row.active { border-color: rgba(255, 174, 69, .48); background: rgba(255, 137, 35, .09); box-shadow: inset 3px 0 #ff963f; }
.circle-row.preview { box-shadow: 0 0 0 2px rgba(255, 197, 105, .32), 0 0 24px rgba(255, 126, 32, .12); }
.circle-row-main {
  flex: 1;
  min-width: 0;
  min-height: 68px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 9px 8px 9px 13px;
  border: 0;
  background: none;
  color: inherit;
  text-align: left;
  cursor: pointer;
}
.circle-row-emoji { flex: 0 0 42px; display: grid; place-items: center; width: 42px; height: 42px; border-radius: 14px; background: rgba(255, 188, 95, .1); font-size: 26px; }
.circle-row-copy { min-width: 0; display: flex; flex: 1; flex-direction: column; gap: 3px; }
.circle-row-copy strong { overflow: hidden; color: #fff2d5; font-size: 15px; text-overflow: ellipsis; white-space: nowrap; }
.circle-row-copy small { color: rgba(255, 227, 190, .5); font-size: 11px; line-height: 1.25; }
.circle-row-check { color: #ffb65c; font-size: 18px; font-weight: 900; }
.circle-row-manage { flex: 0 0 48px; min-width: 48px; border: 0; border-left: 1px solid rgba(255, 255, 255, .07); background: rgba(255, 255, 255, .025); color: rgba(255, 232, 198, .72); font-size: 17px; cursor: pointer; }
.circle-create-button,
.circle-primary,
.circle-secondary {
  width: 100%;
  min-height: 50px;
  margin-top: 12px;
  border-radius: 15px;
  font: 900 14px/1.2 Nunito, sans-serif;
  cursor: pointer;
}
.circle-create-button,
.circle-secondary { border: 1px dashed rgba(255, 194, 105, .28); background: rgba(255, 178, 78, .05); color: #f5c98f; }
.circle-primary { border: 1px solid rgba(255, 203, 130, .36); background: linear-gradient(135deg, #f48b36, #d65c2f); color: #fff; box-shadow: 0 8px 24px rgba(216, 86, 38, .24); }
.circle-primary:disabled { opacity: .45; }
.circle-create-form { margin-top: 12px; padding: 14px; border-radius: 18px; background: rgba(255, 255, 255, .04); }
.circle-create-form label { display: grid; gap: 7px; color: rgba(255, 232, 196, .72); font-size: 12px; font-weight: 800; }
.circle-create-form input,
.circle-edit-name input {
  min-width: 0;
  min-height: 48px;
  box-sizing: border-box;
  border: 1px solid rgba(255, 209, 145, .24);
  border-radius: 13px;
  background: rgba(0, 0, 0, .24);
  color: #fff1d5;
  padding: 0 13px;
  font: 700 15px Nunito, sans-serif;
}
.circle-emoji-options { display: grid; grid-template-columns: repeat(8, 1fr); gap: 5px; margin: 11px 0 2px; }
.circle-emoji-option { min-width: 48px; min-height: 48px; border: 1px solid transparent; border-radius: 12px; background: rgba(255, 255,255, .045); color: inherit; font-size: 22px; cursor: pointer; }
.circle-emoji-option.selected { border-color: #ffad54; background: rgba(255, 151, 61, .14); box-shadow: inset 0 0 0 1px rgba(255, 205, 126, .18); }
.circle-manage-heading { min-width: 0; display: flex; align-items: center; gap: 9px; }
.circle-manage-heading > span { font-size: 25px; }
.circle-manage-heading h2 { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.circle-edit-card { min-width: 0; margin: 14px 0 0; padding: 12px; border: 1px solid rgba(255, 203, 130, .14); border-radius: 18px; background: rgba(255, 255, 255, .035); }
.circle-edit-card legend { padding: 0 7px; color: #f4b770; font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.circle-edit-label,
.circle-edit-name > span { display: block; color: rgba(255, 232, 196, .72); font-size: 12px; font-weight: 800; }
.circle-edit-name { display: grid; gap: 7px; margin-top: 13px; }
.circle-edit-card .circle-primary { margin-top: 10px; }
.circle-manage-status { margin: 11px 2px 0; padding: 9px 11px; border-radius: 12px; background: rgba(93, 190, 132, .11); color: #b9eccb; font-size: 12px; font-weight: 800; text-align: center; }
.circle-manage-status:empty { display: none; }
.circle-section-title { margin: 16px 0 8px; color: rgba(255, 225, 185, .65); font-size: 11px; letter-spacing: .09em; text-transform: uppercase; }
.circle-section-title:focus { outline: none; }
.circle-members { display: grid; gap: 6px; }
.circle-member { min-height: 56px; display: grid; grid-template-columns: 42px 1fr auto; align-items: center; gap: 9px; padding: 5px 8px; border-radius: 14px; background: rgba(255, 255, 255, .035); }
.circle-member-avatar { font-size: 25px; text-align: center; }
.circle-member > span:nth-child(2) { min-width: 0; display: grid; }
.circle-member strong { overflow: hidden; color: #fff0d0; font-size: 13px; text-overflow: ellipsis; white-space: nowrap; }
.circle-member small { color: rgba(255, 227, 192, .46); font-size: 10px; }
.circle-member-remove { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid rgba(240, 141, 137, .14); border-radius: 13px; background: rgba(219, 82, 79, .07); color: #f5a19d; font-size: 24px; cursor: pointer; }
.circle-member-remove:disabled { opacity: .45; cursor: wait; }
.circle-privacy { margin: 13px 2px 0; color: rgba(255, 226, 186, .42); font-size: 10px; line-height: 1.4; text-align: center; }

.circle-invite-overlay { align-items: center; }
.circle-invite-card { max-width: 390px; padding: 28px 24px 22px; border-radius: 28px; text-align: center; }
.circle-invite-card h2 { margin: 5px 0 10px; font-size: 26px; }

/* Family Party — one lightweight sheet for a call, invite, lobby and rematch.
   It uses the same bottom-sheet language as Circles so a seven-year-old never
   has to learn a second social interface. */
.party-sheet-overlay {
  position: fixed;
  z-index: 860;
  inset: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 12px max(10px, env(safe-area-inset-right)) max(12px, env(safe-area-inset-bottom)) max(10px, env(safe-area-inset-left));
  background: rgba(3, 2, 8, .78);
  backdrop-filter: blur(12px);
  animation: circleFadeIn .18s ease-out;
}
.party-sheet {
  width: min(500px, 100%);
  max-height: min(86dvh, 700px);
  overflow: auto;
  box-sizing: border-box;
  padding: 11px 19px 21px;
  border: 1px solid rgba(255, 198, 107, .32);
  border-radius: 30px 30px 22px 22px;
  background: radial-gradient(circle at 80% 0, rgba(255, 121, 35, .2), transparent 32%), linear-gradient(160deg, #25120a, #11091d 68%);
  color: #fff2d7;
  box-shadow: 0 -20px 75px rgba(0, 0, 0, .65), inset 0 1px rgba(255,255,255,.08);
  font-family: Nunito, sans-serif;
  animation: circleSheetIn .25s cubic-bezier(.2,.9,.25,1);
}
.party-sheet:focus { outline: none; }
.party-kicker { color: #f4ad64; font-size: 10px; font-weight: 900; letter-spacing: .14em; }
.party-sheet h2 { margin: 4px 0 7px; color: #fff3d9; font: 900 25px/1.08 Nunito, sans-serif; }
.party-intro { margin: 0 0 15px; color: rgba(255,230,195,.72); font-size: 15px; line-height: 1.4; }
.party-members { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; }
.party-member { min-height: 62px; display: grid; grid-template-columns: 46px minmax(0,1fr); gap: 10px; align-items: center; padding: 7px 10px; border: 1px solid rgba(255,220,165,.14); border-radius: 17px; background: rgba(255,255,255,.055); }
.party-member-avatar { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 15px; background: rgba(255,179,78,.12); font-size: 27px; }
.party-member strong, .party-member small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.party-member strong { color: #fff2d6; font-size: 15px; }
.party-member small { margin-top: 2px; color: rgba(255,225,185,.58); font-size: 12px; font-weight: 800; }
.party-member--accepted small { color: #9ee7b4; }
.party-member--invited small { color: #ffd17d; }
.party-controls { display: grid; gap: 9px; margin-top: 15px; }
.party-controls .party-primary, .party-controls .party-secondary, .party-controls .party-start, .party-controls .party-voice { width: 100%; min-height: 52px; margin: 0; border-radius: 16px; font: 900 15px/1.15 Nunito, sans-serif; cursor: pointer; }
.party-primary, .party-start { border: 1px solid rgba(255,219,164,.4); background: linear-gradient(135deg, #f8983e, #dc5f31); color: #fff; box-shadow: 0 9px 25px rgba(218, 87, 34, .25); }
.party-start { background: linear-gradient(135deg, #ffbe4b, #ec7733); }
.party-start:disabled { opacity: .43; cursor: not-allowed; box-shadow: none; }
.party-secondary { border: 1px solid rgba(255,211,154,.24); background: rgba(255,255,255,.055); color: #ffe4b7; }
.party-voice { border: 1px solid rgba(130,225,189,.25); background: rgba(66,185,140,.15); color: #c5f4db; }
.party-sheet > .party-secondary { width: 100%; min-height: 52px; margin-top: 12px; border-radius: 16px; font: 900 15px/1.15 Nunito, sans-serif; cursor: pointer; }
.party-primary:active, .party-start:active, .party-secondary:active, .party-voice:active, .party-friend:active, .party-game:active { transform: scale(.98); }
.party-ready-note { margin: 2px 0; padding: 13px; border-radius: 14px; background: rgba(96,207,151,.13); color: #b8f2ce; text-align: center; font-size: 14px; font-weight: 900; }
.party-privacy { margin: 14px 3px 0; color: rgba(255,224,184,.42); font-size: 11px; line-height: 1.35; text-align: center; }
.party-picker { max-width: 500px; }
.party-picker--duel {
  position: relative;
  isolation: isolate;
  contain: layout paint;
  border-color: rgba(255, 207, 112, .72);
  background:
    linear-gradient(180deg, rgba(4, 10, 31, .3), rgba(7, 6, 22, .96) 56%, rgba(23, 10, 16, .99)),
    url('/assets/chess/duel-des-braises-bg.webp') center 36% / cover;
  box-shadow: 0 -22px 80px rgba(0, 0, 0, .72), 0 0 42px rgba(255, 139, 36, .12), inset 0 1px rgba(255,255,255,.12);
  text-align: center;
}
.party-picker--duel .party-kicker { color: #f7c96e; letter-spacing: .18em; }
.party-picker--duel h2 { color: #fff1c8; font-family: Georgia, serif; }
.party-picker--duel .party-intro { color: rgba(255, 240, 210, .82); }
.party-picker--duel .party-primary { border-color: #ffe0a0; background: linear-gradient(135deg, #ffb33d, #bd420c); }
.party-picker--duel .party-voice { border-color: rgba(118, 171, 255, .52); background: linear-gradient(135deg, rgba(35, 61, 124, .92), rgba(18, 17, 52, .96)); color: #e9f1ff; }
.party-duel-crest { width: 48px; height: 48px; display: grid; place-items: center; margin: 3px auto 9px; border: 1px solid rgba(255, 209, 119, .7); border-radius: 50%; background: radial-gradient(circle, rgba(255, 173, 50, .35), rgba(21, 18, 48, .9)); color: #ffe3a0; box-shadow: 0 0 24px rgba(255, 138, 30, .28); font-size: 27px; }
.party-picker--duel button:focus-visible { outline: 3px solid #fff1bd; outline-offset: 2px; }
.party-start-actions { gap: 12px; }
.party-controls.party-start-actions > button {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) 14px;
  align-items: center;
  gap: 12px;
  box-sizing: border-box;
  min-height: 68px;
  padding: 12px 16px;
  border-radius: 18px;
  font: 900 16px/1.3 Nunito, sans-serif;
  text-align: left;
  overflow-wrap: anywhere;
  touch-action: manipulation;
}
.party-start-actions > .party-primary {
  background: linear-gradient(135deg, #ffd58c, #f5a44f);
  border-color: #ffe0a4;
  color: #321a0c;
  box-shadow: 0 6px 18px rgba(218, 87, 34, .18), inset 0 1px rgba(255, 255, 255, .4);
}
.party-start-actions > .party-voice {
  background: linear-gradient(135deg, #263b53, #19253c);
  border-color: #708caa;
  color: #edf7ff;
  box-shadow: inset 0 1px rgba(255, 255, 255, .08);
}
.party-choice-icon {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: rgba(255, 255, 255, .14);
  font-size: 24px;
}
.party-choice-arrow { font-size: 26px; line-height: 1; }
.party-start-actions > button:focus-visible { outline: 3px solid #fff1bd; outline-offset: 3px; }
.party-friend-list, .party-game-list { display: grid; gap: 8px; margin: 14px 0; }
.party-friend, .party-game { width: 100%; min-height: 62px; display: grid; align-items: center; border: 1px solid rgba(255,219,165,.15); border-radius: 17px; background: rgba(255,255,255,.055); color: #fff0d2; font: 900 15px Nunito, sans-serif; text-align: left; cursor: pointer; }
.party-friend { grid-template-columns: 48px minmax(0,1fr) 28px; gap: 10px; padding: 7px 12px; }
.party-friend > span { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 15px; background: rgba(255,180,79,.12); font-size: 27px; }
.party-friend i { color: #ffb563; font-size: 29px; font-style: normal; text-align: right; }
.party-game { grid-template-columns: 52px minmax(0,1fr); column-gap: 11px; padding: 8px 13px; }
.party-game > span { grid-row: span 2; display: grid; place-items: center; width: 48px; height: 48px; border-radius: 15px; background: rgba(255,180,79,.12); font-size: 27px; }
.party-game small { color: rgba(255,222,180,.57); font-size: 11px; font-weight: 800; }
@media (min-width: 700px) { .party-sheet-overlay { align-items: center; } .party-sheet { border-radius: 30px; } }
.circle-invite-card > p:not(.circle-privacy) { color: rgba(255, 234, 205, .68); font-size: 14px; line-height: 1.48; }
.circle-invite-card > small { color: #eab77b; }
.circle-invite-art { position: relative; width: 96px; height: 96px; margin: 0 auto 15px; display: grid; place-items: center; border-radius: 30px; background: radial-gradient(circle, rgba(255, 172, 70, .24), rgba(255, 94, 39, .06)); box-shadow: 0 0 45px rgba(255, 108, 42, .16); }
.circle-invite-art span { font-size: 50px; }
.circle-invite-art i { position: absolute; right: -5px; bottom: -4px; display: grid; place-items: center; width: 35px; height: 35px; border-radius: 50%; background: #21100a; color: #ffb05c; font-style: normal; font-size: 20px; }
.circle-invite-art.accepted i { background: #326b45; color: #bff3cc; }
.circle-preview-people { min-height: 58px; display: flex; align-items: center; justify-content: center; margin: 8px 0 15px; }
.circle-preview-people span { width: 45px; height: 45px; display: grid; place-items: center; margin-left: -8px; border: 2px solid #27120d; border-radius: 50%; background: #442218; font-size: 24px; }

.circle-nudge {
  position: fixed;
  top: max(76px, calc(env(safe-area-inset-top) + 62px));
  left: 50%;
  z-index: 390;
  width: min(370px, calc(100% - 24px));
  min-height: 58px;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 36px 1fr auto;
  align-items: center;
  gap: 8px;
  padding: 7px 8px 7px 12px;
  transform: translateX(-50%);
  border: 1px solid rgba(255, 206, 137, .27);
  border-radius: 18px;
  background: rgba(24, 12, 13, .94);
  color: #ffe8c5;
  box-shadow: 0 14px 45px rgba(0, 0, 0, .45);
  backdrop-filter: blur(16px);
  animation: circleNudgeIn .28s cubic-bezier(.2, .9, .25, 1);
  font: 800 13px Nunito, sans-serif;
}
.circle-nudge > span { font-size: 24px; }
.circle-nudge button { min-width: 58px; min-height: 48px; border: 1px solid rgba(255, 193, 104, .3); border-radius: 13px; background: rgba(255, 145, 55, .14); color: #ffd398; font-weight: 900; }

@keyframes circleFadeIn { from { opacity: 0; } }
@keyframes circleSheetIn { from { opacity: 0; transform: translateY(32px) scale(.98); } }
@keyframes circleNudgeIn { from { opacity: 0; transform: translate(-50%, -18px) scale(.97); } }

.fire-gift-heart-rain {
  position: fixed;
  inset: 0;
  /* Below the game HUD: the effect is decorative and must never cover a
     command, even if a legacy callback races the safe-moment guard. */
  z-index: 80;
  overflow: hidden;
  pointer-events: none;
}
.fire-gift-heart-rain > span {
  position: absolute;
  top: -48px;
  left: 0;
  font-size: clamp(18px, 6vw, 34px);
  filter: drop-shadow(0 5px 9px rgba(83, 18, 24, .32));
  transform: translateX(var(--gift-x));
  animation: fireGiftHeartFall 2.35s var(--gift-delay) cubic-bezier(.22, .72, .25, 1) both;
}
.fire-gift-heart-rain > strong {
  position: absolute;
  left: 50%;
  bottom: max(116px, calc(env(safe-area-inset-bottom) + 102px));
  width: min(360px, calc(100% - 32px));
  box-sizing: border-box;
  padding: 11px 15px;
  transform: translateX(-50%);
  border: 1px solid rgba(255, 210, 153, .28);
  border-radius: 17px;
  background: rgba(35, 13, 16, .88);
  color: #ffe8c7;
  box-shadow: 0 14px 42px rgba(0, 0, 0, .38), 0 0 34px rgba(255, 121, 85, .12);
  backdrop-filter: blur(14px);
  font: 900 14px/1.3 Nunito, sans-serif;
  text-align: center;
  animation: fireGiftLabel 3.3s ease both;
}
@keyframes fireGiftHeartFall {
  0% { opacity: 0; transform: translate(var(--gift-x), -30px) rotate(-8deg) scale(.65); }
  12% { opacity: 1; }
  78% { opacity: 1; }
  100% { opacity: 0; transform: translate(calc(var(--gift-x) + var(--gift-drift)), 76vh) rotate(18deg) scale(1.05); }
}
@keyframes fireGiftLabel {
  0%, 100% { opacity: 0; transform: translate(-50%, 10px) scale(.98); }
  12%, 78% { opacity: 1; transform: translate(-50%, 0) scale(1); }
}

@media (max-width: 430px) {
  .circle-switcher-name { display: none; }
  .circle-switcher { padding: 5px; }
  .circle-sheet { padding-inline: 13px; }
  .circle-emoji-options { grid-template-columns: repeat(4, minmax(48px, 1fr)); }
}
@media (max-width: 345px) {
  .circle-switcher { position: absolute; top: calc(100% + 5px); left:auto; right:max(16px, env(safe-area-inset-right)); min-height: 48px; height: 48px; }
  .circle-sheet-header h2 { font-size: 20px; }
}
@media (prefers-reduced-motion: reduce) {
  .party-picker-overlay, .party-picker-overlay .party-sheet { animation: none; }
  .party-start-actions > button:active { transform: none; }
  .circle-sheet-overlay, .circle-sheet, .circle-nudge { animation: none; }
  .circle-switcher:active { transform: none; }
  .fire-gift-heart-rain > span { top: 46%; left: 50%; transform: translate(-50%, -50%); animation: none; font-size: 54px; filter: drop-shadow(0 0 22px rgba(255, 158, 113, .55)); }
  .fire-gift-heart-rain > strong { animation: none; }
}

/* Move the circle medallion without shifting the rest of the top bar. */
.circle-switcher { touch-action:none; user-select:none; -webkit-user-select:none; cursor:grab; }
.circle-switcher:active, .circle-switcher.is-dragging { transform:none; }
.circle-switcher.is-dragging { cursor:grabbing; z-index:5; }
