#fc-fortune-root {
  position: relative;
  z-index: 2147483000;
}

.fcf-overlay,
.fcf-overlay * {
  box-sizing: border-box;
}

.fcf-overlay {
  position: fixed;
  inset: 0;
  z-index: 2147483000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(16, 18, 28, .58);
  backdrop-filter: blur(4px);
  font-family: inherit;
  color: #222638;
}

.fcf-overlay[hidden] {
  display: none !important;
}

.fcf-modal {
  position: relative;
  width: min(1040px, calc(100vw - 48px));
  min-height: 520px;
  border-radius: 22px;
  overflow: hidden;
  background:
    radial-gradient(circle at 6% 9%, rgba(255, 128, 157, .25), transparent 24%),
    radial-gradient(circle at 94% 92%, rgba(255, 159, 176, .24), transparent 20%),
    linear-gradient(135deg, #fff7f8 0%, #fff 48%, #fff4f6 100%);
  box-shadow: 0 30px 90px rgba(30, 23, 34, .30);
}

.fcf-modal:before,
.fcf-modal:after {
  content: "";
  position: absolute;
  pointer-events: none;
  opacity: .42;
  background-repeat: no-repeat;
  background-size: contain;
}

.fcf-modal:before {
  left: 24px;
  top: 32px;
  width: 220px;
  height: 220px;
  background-image:
    radial-gradient(circle at 20% 20%, rgba(236, 66, 101, .18) 0 2px, transparent 3px),
    radial-gradient(circle at 44% 30%, rgba(236, 66, 101, .15) 0 3px, transparent 4px),
    radial-gradient(circle at 70% 64%, rgba(236, 66, 101, .12) 0 4px, transparent 5px);
}

.fcf-modal:after {
  right: 28px;
  bottom: 20px;
  width: 260px;
  height: 170px;
  background:
    radial-gradient(ellipse at 30% 40%, rgba(236, 66, 101, .11), transparent 52%),
    radial-gradient(ellipse at 70% 65%, rgba(236, 66, 101, .10), transparent 54%);
}

.fcf-close {
  position: absolute;
  z-index: 5;
  right: 18px;
  top: 18px;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 999px;
  background: rgba(255,255,255,.92);
  box-shadow: 0 10px 28px rgba(90, 46, 68, .14);
  color: #b6405e;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}

.fcf-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 55% 45%;
  min-height: 520px;
}

.fcf-left,
.fcf-right {
  position: relative;
  padding: 48px;
}

.fcf-left {
  display: flex;
  align-items: center;
  justify-content: center;
}

.fcf-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 60px;
}

.fcf-logo {
  margin-bottom: 18px;
  color: #222638;
  font-size: 34px;
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  letter-spacing: -.04em;
}

.fcf-logo span {
  color: #e94670;
}

.fcf-title {
  margin: 0 0 16px;
  color: #24283a;
  font-size: clamp(34px, 4vw, 52px);
  line-height: .98;
  font-weight: 700;
  letter-spacing: -.04em;
}

.fcf-text {
  margin: 0 0 28px;
  max-width: 380px;
  color: #5e6270;
  font-size: 17px;
  line-height: 1.45;
}

.fcf-benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 0 0 28px;
}

.fcf-benefit {
  color: #343849;
  font-size: 13px;
  line-height: 1.28;
}

.fcf-benefit b {
  display: block;
  margin-bottom: 6px;
  color: #e94670;
  font-size: 22px;
  font-weight: 500;
}

.fcf-button {
  width: 100%;
  min-height: 58px;
  border: 0;
  border-radius: 14px;
  background: linear-gradient(135deg, #f0567b 0%, #df2f61 100%);
  box-shadow: 0 14px 34px rgba(223, 47, 97, .26);
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, opacity .18s ease;
}

.fcf-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 42px rgba(223, 47, 97, .32);
}

.fcf-button:disabled {
  opacity: .68;
  cursor: wait;
  transform: none;
}

.fcf-small {
  margin-top: 18px;
  color: #7b7f8b;
  font-size: 12px;
  line-height: 1.4;
}

.fcf-wheel-wrap {
  position: relative;
  width: min(470px, 42vw);
  aspect-ratio: 1;
}

.fcf-wheel {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 8px solid #e4b849;
  box-shadow:
    0 18px 42px rgba(133, 69, 88, .22),
    inset 0 0 0 3px rgba(255,255,255,.80);
  transform: rotate(0deg);
  overflow: hidden;
  will-change: transform;
}

.fcf-wheel-label {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 28%;
  height: 28px;
  margin-top: -14px;
  margin-left: 0;
  transform-origin: 0 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding-left: 4px;
  color: #fff;
  font-size: 15px;
  font-weight: 900;
  text-align: center;
  text-shadow: 0 2px 6px rgba(72, 18, 33, .55);
  -webkit-text-stroke: 0.35px rgba(72, 18, 33, .38);
  white-space: nowrap;
  pointer-events: none;
}

.fcf-wheel-label:nth-child(even) {
  color: #d63d64;
  text-shadow: 0 1px 2px rgba(255,255,255,.22);
  -webkit-text-stroke: 0;
}

.fcf-wheel-label .fcf-icon {
  display: inline-block;
  font-size: 15px;
  line-height: 1;
  filter: drop-shadow(0 1px 1px rgba(0,0,0,.10));
}

.fcf-wheel-center {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  width: 78px;
  height: 78px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 4px solid #f9db84;
  background: radial-gradient(circle at 35% 30%, #fff0a9, #d9a52f 72%);
  box-shadow: 0 8px 18px rgba(106, 64, 16, .24);
}

.fcf-wheel-center:after {
  content: "♡";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #fff9cf;
  font-size: 36px;
  line-height: 1;
}

.fcf-pointer {
  position: absolute;
  right: -20px;
  top: 50%;
  z-index: 3;
  width: 72px;
  height: 72px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #fff0a7, #d49f2e 74%);
  box-shadow: 0 10px 24px rgba(106, 64, 16, .26);
}

.fcf-pointer:before {
  content: "";
  position: absolute;
  left: -17px;
  top: 22px;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-right: 22px solid #d49f2e;
}

.fcf-pointer:after {
  content: "♥";
  position: absolute;
  inset: 10px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #f2577b;
  color: #fff;
  font-size: 26px;
}

.fcf-result-card {
  padding: 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, .70);
  box-shadow: inset 0 0 0 1px rgba(226, 95, 124, .16);
}

.fcf-result-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 8px 12px;
  border-radius: 999px;
  background: #fff0f3;
  color: #df2f61;
  font-weight: 700;
}

.fcf-input {
  width: 100%;
  height: 56px;
  margin: 16px 0 12px;
  padding: 0 18px;
  border: 1px solid rgba(55, 59, 78, .22);
  border-radius: 14px;
  background: rgba(255,255,255,.88);
  color: #24283a;
  font-size: 16px;
  outline: none;
}

.fcf-input:focus {
  border-color: rgba(223,47,97,.55);
  box-shadow: 0 0 0 4px rgba(223,47,97,.10);
}

.fcf-error {
  min-height: 18px;
  color: #c72f4f;
  font-size: 13px;
}

.fcf-success {
  margin-top: 12px;
  color: #236b45;
  font-weight: 700;
}

.fcf-tape-preview {
  position: relative;
  width: 210px;
  height: 430px;
  border-radius: 26px;
  overflow: hidden;
  border: 8px solid #dcaf3e;
  background: linear-gradient(180deg, rgba(255,255,255,.45), rgba(255,255,255,.08));
  box-shadow: 0 18px 42px rgba(133, 69, 88, .20);
}

.fcf-tape-row {
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-bottom: 1px solid rgba(255,255,255,.55);
  background: linear-gradient(135deg, #ffe4eb, #f25d83);
  color: #fff;
  font-size: 26px;
  font-weight: 800;
}

.fcf-tape-row:nth-child(even) {
  background: linear-gradient(135deg, #fff4f7, #ffd3df);
  color: #e94670;
}

.fcf-tape-screen {
  position: relative;
  z-index: 3;
  width: 100%;
  min-height: 620px;
  padding: 58px 34px 34px;
  display: flex;
  flex-direction: column;
}

.fcf-tape-stage {
  position: relative;
  flex: 1;
  width: 100%;
  min-height: 500px;
  overflow: hidden;
  border-radius: 26px;
  border: 8px solid #d9a52f;
  background: linear-gradient(180deg, #fff9fb, #ffe0e8);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.8), 0 18px 42px rgba(133, 69, 88, .20);
}

.fcf-tape-stage:before,
.fcf-tape-stage:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  z-index: 3;
  height: 98px;
  pointer-events: none;
}

.fcf-tape-stage:before {
  top: 0;
  background: linear-gradient(180deg, #fff9fb, rgba(255,249,251,0));
}

.fcf-tape-stage:after {
  bottom: 0;
  background: linear-gradient(0deg, #fff9fb, rgba(255,249,251,0));
}

.fcf-tape-window {
  position: absolute;
  left: 18px;
  right: 18px;
  top: 50%;
  z-index: 4;
  height: 90px;
  transform: translateY(-50%);
  border-radius: 20px;
  border: 4px solid #d9a52f;
  box-shadow: 0 12px 28px rgba(151, 83, 26, .18), inset 0 0 0 2px rgba(255,255,255,.8);
  pointer-events: none;
}

.fcf-tape-window:before,
.fcf-tape-window:after {
  content: "";
  position: absolute;
  top: 28px;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
}

.fcf-tape-window:before {
  left: -23px;
  border-right: 18px solid #d9a52f;
}

.fcf-tape-window:after {
  right: -23px;
  border-left: 18px solid #d9a52f;
}

.fcf-tape-strip {
  will-change: transform;
  transform: translateY(0);
}

.fcf-tape-strip.is-spinning {
  transition: transform 4.2s cubic-bezier(.12,.74,.08,1);
}

.fcf-tape-item {
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border-bottom: 1px solid rgba(255,255,255,.7);
  background: linear-gradient(135deg, #ffe8ee, #f55b82);
  color: #fff;
  font-size: 30px;
  font-weight: 800;
}

.fcf-tape-item:nth-child(even) {
  background: linear-gradient(135deg, #fff8fa, #ffd3df);
  color: #e94670;
}

.fcf-tape-item span:first-child {
  font-size: 30px;
}

.fcf-mobile-intro .fcf-grid {
  grid-template-columns: 38% 62%;
}

.fcf-mobile-intro .fcf-left,
.fcf-mobile-intro .fcf-right {
  padding: 34px;
}

.fcf-bottom {
  position: fixed;
  left: 50%;
  bottom: 18px;
  z-index: 2147483001;
  display: flex;
  align-items: center;
  gap: 14px;
  width: min(760px, calc(100vw - 28px));
  padding: 14px 18px;
  transform: translateX(-50%);
  border-radius: 18px;
  background: #fff7f8;
  box-shadow: 0 18px 46px rgba(30, 23, 34, .24);
  color: #24283a;
}

.fcf-bottom b {
  color: #df2f61;
}

.fcf-bottom-time {
  margin-left: auto;
  color: #df2f61;
  font-weight: 800;
}

.fcf-bottom-close {
  border: 0;
  background: transparent;
  color: #b6405e;
  font-size: 22px;
  cursor: pointer;
}

@media (max-width: 767px) {
  .fcf-overlay {
    align-items: stretch;
    padding: 14px;
  }

  .fcf-modal {
    width: 100%;
    min-height: auto;
    max-height: calc(100vh - 28px);
    overflow: auto;
    border-radius: 22px;
  }

  .fcf-grid,
  .fcf-mobile-intro .fcf-grid {
    grid-template-columns: 1fr;
  }

  .fcf-left {
    padding: 34px 28px 12px;
  }

  .fcf-right {
    padding: 8px 28px 34px;
  }

  .fcf-mobile-intro .fcf-left,
  .fcf-mobile-intro .fcf-right {
    padding-left: 28px;
    padding-right: 28px;
  }

  .fcf-title {
    font-size: 38px;
  }

  .fcf-text {
    font-size: 16px;
  }

  .fcf-benefits {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }

  .fcf-benefit {
    font-size: 11px;
  }

  .fcf-wheel-wrap {
    width: min(340px, 82vw);
  }

  .fcf-wheel-label {
    width: 30%;
    height: 22px;
    margin-top: -11px;
    padding-left: 2px;
    font-size: 12px;
    font-weight: 900;
    text-shadow: 0 2px 5px rgba(72, 18, 33, .52);
  }

  .fcf-wheel-label:nth-child(even) {
    text-shadow: 0 1px 2px rgba(255,255,255,.20);
  }

  .fcf-wheel-label .fcf-icon {
    font-size: 12px;
  }

  .fcf-tape-preview {
    width: min(250px, 70vw);
    height: 260px;
  }

  .fcf-tape-screen {
    min-height: calc(100vh - 28px);
    padding: 62px 18px 18px;
  }

  .fcf-tape-stage {
    min-height: calc(100vh - 130px);
  }

  .fcf-result-card {
    margin-top: 10px;
  }

  .fcf-bottom {
    bottom: 10px;
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .fcf-bottom-time {
    margin-left: 0;
  }
}

/* ===== fc_fortune SVG wheel v20260702_5 ===== */
.fcf-wheel {
  transition: none !important;
  background: none !important;
}

.fcf-wheel-svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.fcf-wheel-sector {
  stroke: rgba(255,255,255,.72);
  stroke-width: 2;
}

.fcf-wheel-sector--dark {
  fill: #ef3f6f;
}

.fcf-wheel-sector--light {
  fill: #f8dfe6;
}

.fcf-wheel-label-svg {
  pointer-events: none;
}

.fcf-wheel-sector-icon-svg {
  font-size: 16px;
  text-anchor: middle;
  dominant-baseline: middle;
}

.fcf-wheel-sector-title-svg {
  font-size: 15px;
  font-weight: 800;
  text-anchor: middle;
  dominant-baseline: middle;
  letter-spacing: -.01em;
}

.fcf-wheel-sector-title-svg.is-dark,
.fcf-wheel-sector-icon-svg.is-dark {
  fill: #ffffff;
  paint-order: stroke;
  stroke: rgba(86, 19, 40, .55);
  stroke-width: 2.2px;
  stroke-linejoin: round;
}

.fcf-wheel-sector-title-svg.is-light,
.fcf-wheel-sector-icon-svg.is-light {
  fill: #d63d64;
  paint-order: stroke;
  stroke: rgba(255,255,255,.25);
  stroke-width: 1px;
  stroke-linejoin: round;
}

.fcf-wheel-outer-ring {
  fill: none;
  stroke: #e4b849;
  stroke-width: 8;
}

.fcf-wheel-inner-ring {
  fill: none;
  stroke: rgba(255,255,255,.85);
  stroke-width: 2;
}

@media (max-width: 767px) {
  .fcf-wheel-sector-icon-svg {
    font-size: 14px;
  }

  .fcf-wheel-sector-title-svg {
    font-size: 12px;
  }
}


/* ===== fc_fortune SVG radial labels v20260702_6 ===== */
.fcf-wheel-label-svg {
  overflow: visible;
}

.fcf-wheel-label-line-svg {
  stroke: rgba(255,255,255,.38);
  stroke-width: 1.5;
  stroke-linecap: round;
}

.fcf-wheel-sector-icon-svg {
  font-size: 15px;
  dominant-baseline: middle;
}

.fcf-wheel-sector-title-svg {
  font-size: 14px;
  font-weight: 800;
  dominant-baseline: middle;
  letter-spacing: -.01em;
}

.fcf-wheel-sector-icon-svg.is-dark,
.fcf-wheel-sector-title-svg.is-dark {
  fill: #ffffff;
  paint-order: stroke;
  stroke: rgba(86, 19, 40, .58);
  stroke-width: 2px;
  stroke-linejoin: round;
}

.fcf-wheel-sector-icon-svg.is-light,
.fcf-wheel-sector-title-svg.is-light {
  fill: #d63d64;
  paint-order: stroke;
  stroke: rgba(255,255,255,.28);
  stroke-width: 1px;
  stroke-linejoin: round;
}

@media (max-width: 767px) {
  .fcf-wheel-sector-icon-svg {
    font-size: 13px;
  }

  .fcf-wheel-sector-title-svg {
    font-size: 12px;
  }
}

/* ===== fc_fortune SVG radial labels corrected v20260702_7 ===== */
.fcf-wheel-label-line-svg {
  display: none !important;
}

.fcf-wheel-sector-icon-svg {
  font-size: 15px;
  text-anchor: middle;
  dominant-baseline: middle;
}

.fcf-wheel-sector-title-svg {
  font-size: 14px;
  font-weight: 900;
  text-anchor: middle;
  dominant-baseline: middle;
  letter-spacing: -.01em;
}

.fcf-wheel-sector-title-svg.is-dark,
.fcf-wheel-sector-icon-svg.is-dark {
  fill: #fff;
  paint-order: stroke;
  stroke: rgba(75, 18, 38, .62);
  stroke-width: 2.4px;
  stroke-linejoin: round;
}

.fcf-wheel-sector-title-svg.is-light,
.fcf-wheel-sector-icon-svg.is-light {
  fill: #d63d64;
  paint-order: stroke;
  stroke: rgba(255,255,255,.45);
  stroke-width: 1.2px;
  stroke-linejoin: round;
}

/* fc_fortune v20260702_8: recover stable svg labels */
.fcf-wheel-label-line-svg {
  display: none !important;
}


/* fc_fortune_render_restore_v20260702_16_start */
#fc-fortune-root.is-open,
#fc-fortune-root.is-active,
#fc-fortune-root.active {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}

.fc-fortune-v16 {
  position: fixed !important;
  inset: 0 !important;
  z-index: 2147483000 !important;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 28px;
  box-sizing: border-box;
  font-family: Arial, "Helvetica Neue", sans-serif;
}

.fc-fortune-v16.is-open {
  display: flex !important;
}

.fc-fortune-v16__shade {
  position: absolute;
  inset: 0;
  background: rgba(24, 23, 26, .54);
  backdrop-filter: blur(3px);
}

.fc-fortune-v16__dialog {
  position: relative;
  z-index: 2;
  width: min(980px, calc(100vw - 56px));
  min-height: 520px;
  border-radius: 26px;
  overflow: hidden;
  background:
    radial-gradient(circle at 15% 15%, rgba(255, 184, 202, .55), transparent 32%),
    radial-gradient(circle at 95% 95%, rgba(255, 211, 220, .72), transparent 30%),
    linear-gradient(135deg, #fff6f8 0%, #fff 48%, #fff1f5 100%);
  box-shadow: 0 28px 90px rgba(70, 26, 42, .28);
}

.fc-fortune-v16__close {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 10;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: #b7445f;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(117, 49, 70, .16);
}

.fc-fortune-v16__screen {
  min-height: 520px;
  padding: 44px 44px 34px;
  box-sizing: border-box;
}

.fc-fortune-v16__screen.is-active {
  display: grid;
}

.fc-fortune-v16__screen[hidden] {
  display: none !important;
}

.fc-fortune-v16__screen[data-fc-fortune-screen="intro"] {
  grid-template-columns: 53% 47%;
  gap: 28px;
  align-items: center;
}

.fc-fortune-v16__media {
  position: relative;
  min-height: 430px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fc-fortune-v16__wheel-shell {
  position: relative;
  width: min(470px, 100%);
}

.fc-fortune-v16__wheel-rotor {
  transform: rotate(0deg);
  transform-origin: 50% 50%;
  will-change: transform;
}

.fc-fortune-v16__wheel {
  width: 100%;
  height: auto;
  display: block;
}

.fc-fortune-v16__pointer {
  position: absolute;
  top: 50%;
  right: 6px;
  width: 76px;
  height: 76px;
  transform: translate(50%, -50%);
  border-radius: 50%;
  background: linear-gradient(135deg, #fff0a8 0%, #d9ac45 30%, #fff3b9 60%, #c99128 100%);
  box-shadow: 0 10px 28px rgba(113, 74, 12, .28);
  z-index: 5;
}

.fc-fortune-v16__pointer::before {
  content: "";
  position: absolute;
  left: -28px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 24px solid transparent;
  border-bottom: 24px solid transparent;
  border-right: 38px solid #d9ac45;
  filter: drop-shadow(-2px 2px 3px rgba(112, 74, 14, .18));
}

.fc-fortune-v16__pointer::after {
  content: "";
  position: absolute;
  left: -18px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-right: 28px solid #ef4a77;
}

.fc-fortune-v16__pointer span {
  position: absolute;
  inset: 10px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #fffaf0 0%, #fff 20%, #f2557f 22%, #ef4a77 100%);
  box-shadow: inset 0 0 0 4px rgba(255,255,255,.72);
}

.fc-fortune-v16__pointer span::before {
  content: "♥";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-size: 34px;
  color: #ffffff;
  text-shadow: 0 1px 2px rgba(173, 48, 84, .22);
}

.fc-fortune-v16__brand {
  margin-bottom: 16px;
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 38px;
  color: #20212b;
}

.fc-fortune-v16__brand span {
  color: #ef496f;
  font-size: .55em;
  margin-left: 4px;
}

.fc-fortune-v16__title {
  margin: 0 0 16px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 48px;
  line-height: 1.05;
  color: #20212b;
}

.fc-fortune-v16__text {
  margin: 0 0 22px;
  max-width: 380px;
  font-size: 18px;
  line-height: 1.5;
  color: #4d4d57;
}

.fc-fortune-v16__benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 22px 0 28px;
  color: #51515a;
  font-size: 13px;
  line-height: 1.35;
}

.fc-fortune-v16__benefits span::before {
  content: "✿";
  display: block;
  margin-bottom: 6px;
  color: #ef496f;
  font-size: 22px;
}

.fc-fortune-v16__button {
  width: min(330px, 100%);
  height: 62px;
  border: 0;
  border-radius: 16px;
  background: linear-gradient(135deg, #f64f78, #e72f62);
  color: #fff;
  font-weight: 800;
  font-size: 18px;
  cursor: pointer;
  box-shadow: 0 16px 36px rgba(231, 47, 98, .26);
}

.fc-fortune-v16__button:disabled {
  opacity: .75;
  cursor: default;
}

.fc-fortune-v16__result-copy {
  display: none;
}

#fc-fortune-root.is-result .fc-fortune-v16__intro-copy {
  display: none;
}

#fc-fortune-root.is-result .fc-fortune-v16__result-copy {
  display: block;
}

.fc-fortune-v16__wheel-rotor.is-spinning {
  animation: fcFortuneWheelSpinV16 5.2s cubic-bezier(.08,.78,.16,1) forwards;
}

@keyframes fcFortuneWheelSpinV16 {
  from { transform: rotate(0deg); }
  to { transform: rotate(var(--fc-end-deg, 1800deg)); }
}

.fc-fortune-v16__prize {
  margin: 8px 0 18px;
  padding: 18px 32px;
  border-radius: 20px;
  background: #fff1f5;
  color: #e72f62;
  font-size: 34px;
  font-weight: 900;
}

.fc-fortune-v16__input {
  width: min(390px, 100%);
  height: 58px;
  margin: 0 0 14px;
  padding: 0 18px;
  border: 1px solid #d8d8df;
  border-radius: 14px;
  font-size: 17px;
  box-sizing: border-box;
}

.fc-fortune-v16__note {
  margin: 14px 0 0;
  color: #9b6b78;
  font-size: 13px;
}

.fc-fortune-v16__tape-preview {
  display: none;
}

.fc-fortune-v16__spin-full {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fc-fortune-v16__tape-full {
  display: none;
}

.fc-fortune-v16__result {
  display: grid;
  place-items: center;
  text-align: center;
  min-height: 420px;
}

@media (max-width: 767px) {
  .fc-fortune-v16 {
    padding: 14px;
  }

  .fc-fortune-v16__dialog {
    width: min(430px, calc(100vw - 28px));
    max-height: calc(100vh - 28px);
    overflow: auto;
    border-radius: 24px;
  }

  .fc-fortune-v16__screen {
    min-height: auto;
    padding: 34px 22px 28px;
  }

  .fc-fortune-v16__screen[data-fc-fortune-screen="intro"] {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .fc-fortune-v16__wheel-shell {
    display: none;
  }

  .fc-fortune-v16__media {
    min-height: 250px;
    order: 2;
  }

  .fc-fortune-v16__content {
    order: 1;
  }

  .fc-fortune-v16__tape-preview {
    display: grid;
    width: 100%;
    gap: 8px;
    padding: 12px;
    border-radius: 24px;
    background: linear-gradient(180deg, #ffe8ef, #f84f7b);
    box-shadow: inset 0 0 0 4px rgba(218, 164, 60, .7);
  }

  .fc-fortune-v16__tape-card {
    height: 54px;
    border-radius: 14px;
    background: rgba(255, 255, 255, .75);
    color: #e72f62;
    display: grid;
    place-items: center;
    font-weight: 900;
    font-size: 20px;
  }

  .fc-fortune-v16__brand {
    font-size: 30px;
    text-align: center;
  }

  .fc-fortune-v16__title {
    font-size: 36px;
    text-align: center;
  }

  .fc-fortune-v16__text {
    text-align: center;
    font-size: 16px;
  }

  .fc-fortune-v16__benefits {
    grid-template-columns: 1fr 1fr 1fr;
    font-size: 11px;
  }

  .fc-fortune-v16__button {
    width: 100%;
  }

  .fc-fortune-v16__tape-full {
    display: block;
    position: relative;
    width: 100%;
    height: min(560px, calc(100vh - 120px));
    overflow: hidden;
    border-radius: 28px;
    background: linear-gradient(180deg, #ffe4ec, #f44c78);
    box-shadow: inset 0 0 0 5px rgba(218, 164, 60, .8);
  }

  .fc-fortune-v16__tape-window {
    position: absolute;
    left: 10px;
    right: 10px;
    top: 50%;
    height: 84px;
    margin-top: -42px;
    border: 4px solid #d9a63d;
    border-radius: 20px;
    z-index: 3;
    box-shadow: 0 10px 30px rgba(120, 47, 70, .2);
  }

  .fc-fortune-v16__tape-track {
    display: grid;
    gap: 10px;
    padding: 16px;
    transform: translateY(0);
    will-change: transform;
  }

  .fc-fortune-v16__tape-track div {
    height: 74px;
    border-radius: 16px;
    background: rgba(255,255,255,.78);
    color: #e72f62;
    display: grid;
    place-items: center;
    font-size: 26px;
    font-weight: 900;
  }

  .fc-fortune-v16__tape-track.is-spinning {
    animation: fcFortuneTapeSpinV16 5.2s cubic-bezier(.08,.78,.16,1) forwards;
  }

  @keyframes fcFortuneTapeSpinV16 {
    from { transform: translateY(0); }
    to { transform: translateY(var(--fc-tape-end, -900px)); }
  }

  .fc-fortune-v16__prize {
    font-size: 28px;
  }
}
/* fc_fortune_render_restore_v20260702_16_end */

