
.gift-description[data-v-c4506af4] {
  font-size: 16px;
  color: #686868;
}
@media (min-width: 1025px) {
.gift-description p[data-v-c4506af4] {
    font-size: 20px;
}
}


/* $mobile: 430px;
$nb: 1024px;
$desktop: 1366px;
$large: 1440px; */
.card-picker[data-v-8f740bce] {
  width: 100%;
  padding: 24px 0;
  text-align: center;
}
.subtitle[data-v-8f740bce] {
  color: #666;
  margin-bottom: 20px;
}

/* horizontal swipe */
.card-carousel[data-v-8f740bce] {
  --card-width: 280px;

  display: flex;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  box-sizing: border-box;

  -ms-scroll-snap-type: x mandatory;

      scroll-snap-type: x mandatory;
  scroll-behavior: smooth;

  gap: 16px;

  padding: 0 max(20px, calc((100% - var(--card-width)) / 2));

  scrollbar-width: none;
}
.card-carousel[data-v-8f740bce]::-webkit-scrollbar {
  display: none;
}
.card-item[data-v-8f740bce] {
  flex: 0 0 var(--card-width);
  width: var(--card-width);
  max-width: var(--card-width);
  scroll-snap-align: center;
  transition: transform .3s ease;
}
.card-item img[data-v-8f740bce] {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.card-item h3[data-v-8f740bce] {
  margin-top: 12px;
}
.card-item p[data-v-8f740bce] {
  color: #777;
  font-size: 14px;
}

/* dots */
.dots[data-v-8f740bce] {
  display: flex;
  justify-content: center;
  gap: 8px;
}
.dots span[data-v-8f740bce] {
  width: 8px;
  height: 8px;

  border-radius: 50%;
  background-color: #FFFFFF86;
}
.dots span.active[data-v-8f740bce] {
  width: 20px;
  border-radius: 10px;
  background-color: #FFF;
}
.calling-system-page[data-v-8f740bce] {
  min-height: 100vh;
  font-family: "Microsoft JhengHei", "微軟正黑體", sans-serif;
  background-color: #FDF7E7;
  position: relative;
}
.calling-system-content[data-v-8f740bce] {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  position: relative;
  /* 確保內容都在背景上 */
  z-index: 1;
}

/* 液態玻璃主元件 (合併原本重複聲明的部分，並套用 SVG 濾鏡) */
.calling-content[data-v-8f740bce] {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  width: 80%;
  max-width: 450px;
  aspect-ratio: 1 / 1;
  gap: 30px;
  overflow: hidden;

  background: linear-gradient(145deg,#ffffffb3,#ffffff42 48%,#ffffff7a);
  border: 1px solid #ffffffad;
  border-radius: 1.125rem;
  box-shadow: inset 0 1px #ffffffe6,inset 1px 0 #fff6,0 .75rem 2.25rem #1f1f231f;
}
.info-section[data-v-8f740bce] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  aspect-ratio: auto;

  text-align: center;
  background: transparent;
  border-radius: 10px;
}
.info-label[data-v-8f740bce] {
  font-size: 24px;
  color: #686868;
}
.info-label-disabled[data-v-8f740bce] {
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 2px;
}
.info-value[data-v-8f740bce] {
  color: #353535;
}
.now-calling[data-v-8f740bce] {
  font-size: 120px;
  line-height: 120px;
  -webkit-animation: numberSlide-8f740bce 0.45s ease-out;
          animation: numberSlide-8f740bce 0.45s ease-out;
}
.waiting-info[data-v-8f740bce] {
  display: none;
}
.waiting-queue[data-v-8f740bce] {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: 100%;
}
.waiting-number[data-v-8f740bce] {
  font-size: 30px;
}
.game-group[data-v-8f740bce] {
  display: flex;
  justify-content: center;
  gap: 40px;
  width: 100%;
  margin-bottom:40px;
}
.game-btn[data-v-8f740bce] {
  display: flex;
  flex-direction: column;
  align-items: center;

  width: 50%;
  padding: 10px 10px 16px;

  background: linear-gradient(145deg,#ffffffb3,#ffffff42 48%,#ffffff7a);
  border: 1px solid #ffffffad;
  border-radius: 1.125rem;
  box-shadow: inset 0 1px #ffffffe6,inset 1px 0 #fff6,0 .75rem 2.25rem #1f1f231f;
}
.game-content[data-v-8f740bce] {
  width: 80%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;

  color: #fff;
  font-size: 20px;
}
.info-text[data-v-8f740bce] {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 18px 0 80px 0;
}
.logo-image[data-v-8f740bce] {
  width: 115px;
  height: 80px;
  margin: auto;
  display: block;
}
.final-updated[data-v-8f740bce],
.averange-waiting-time[data-v-8f740bce], .waiting-info[data-v-8f740bce], .overdue-notice[data-v-8f740bce]{
  color: #686868;
  font-size: 1rem;
}
.bg-sphere[data-v-8f740bce] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}
@-webkit-keyframes botSphereFloat-8f740bce {
0% {
    transform: translateY(0) rotate(0deg);
}
50% {
    transform: translateY(-20px) rotate(5deg);
}
100% {
    transform: translateY(0) rotate(0deg);
}
}
@keyframes botSphereFloat-8f740bce {
0% {
    transform: translateY(0) rotate(0deg);
}
50% {
    transform: translateY(-20px) rotate(5deg);
}
100% {
    transform: translateY(0) rotate(0deg);
}
}
@-webkit-keyframes leftSphereFloat-8f740bce {
0% {
    transform: translateY(0) rotate(0deg);
}
50% {
    transform: translateY(15px) rotate(-8deg);
}
100% {
    transform: translateY(0) rotate(0deg);
}
}
@keyframes leftSphereFloat-8f740bce {
0% {
    transform: translateY(0) rotate(0deg);
}
50% {
    transform: translateY(15px) rotate(-8deg);
}
100% {
    transform: translateY(0) rotate(0deg);
}
}
@-webkit-keyframes topRightSphereFloat-8f740bce {
0% {
    transform: translate(0, 0) rotate(0deg);
}
50% {
    transform: translate(-8px, -12px) rotate(12deg);
}
100% {
    transform: translate(0, 0) rotate(0deg);
}
}
@keyframes topRightSphereFloat-8f740bce {
0% {
    transform: translate(0, 0) rotate(0deg);
}
50% {
    transform: translate(-8px, -12px) rotate(12deg);
}
100% {
    transform: translate(0, 0) rotate(0deg);
}
}
.fade-up[data-v-8f740bce] {
  -webkit-animation: fadeUp-8f740bce .4s ease-out both;
          animation: fadeUp-8f740bce .4s ease-out both;
}
.fade-up-mid[data-v-8f740bce] {
  -webkit-animation: fadeUp-8f740bce .6s ease-out both;
          animation: fadeUp-8f740bce .6s ease-out both;
}
.fade-up-slow[data-v-8f740bce] {
  -webkit-animation: fadeUp-8f740bce 1.2s ease-out both;
          animation: fadeUp-8f740bce 1.2s ease-out both;
}
.fade-up-1[data-v-8f740bce] {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.fade-up-2[data-v-8f740bce] {
  -webkit-animation-delay: .12s;
          animation-delay: .12s;
}
.fade-up-3[data-v-8f740bce] {
  -webkit-animation-delay: .3s;
          animation-delay: .3s;
}
.fade-up-4[data-v-8f740bce] {
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
}
@-webkit-keyframes fadeUp-8f740bce {
from {
    opacity: 0;
    transform: translateY(-20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes fadeUp-8f740bce {
from {
    opacity: 0;
    transform: translateY(-20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@-webkit-keyframes numberSlide-8f740bce {
from {
    transform: translateY(-12px);
}
to {
    transform: translateY(0);
}
}
@keyframes numberSlide-8f740bce {
from {
    transform: translateY(-12px);
}
to {
    transform: translateY(0);
}
}
@-webkit-keyframes numberPop-8f740bce {
0% {
    opacity: .8;
    transform: scale(0.8);
}
60% {
    transform: scale(1.06);
}
100% {
    opacity: 1;
    transform: scale(1);
}
}
@keyframes numberPop-8f740bce {
0% {
    opacity: .8;
    transform: scale(0.8);
}
60% {
    transform: scale(1.06);
}
100% {
    opacity: 1;
    transform: scale(1);
}
}
@-webkit-keyframes numberColorChange-8f740bce {
0% {
    color: #353535;
}
30% {
    color: #E96D00;
}
60% {
    color: #E96D00;
}
100% {
    color: #353535;
}
}
@keyframes numberColorChange-8f740bce {
0% {
    color: #353535;
}
30% {
    color: #E96D00;
}
60% {
    color: #E96D00;
}
100% {
    color: #353535;
}
}

/* 圓形通用設定：還原雙色放射漸層與邊緣光 */
.sphere[data-v-8f740bce] {
  position: absolute;
  border-radius: 50%;
  
  background: radial-gradient(circle at 35% 35%, #ea6b04 0%, #ea3301 70%, #ba2400 100%);

  box-shadow: 
    inset 0 0 15px rgba(255, 230, 180, 0.6),
    inset -5px -10px 20px rgba(120, 15, 0, 0.5), 
    0 20px 40px rgba(234, 51, 1, 0.15);
}

/* 1. 下方大圓 (切掉2/3，露出上1/3) */
.sphere-bottom[data-v-8f740bce] {
  width: 900px;
  width: 1200px;
  aspect-ratio: 1 / 1;
  bottom: -3%;
  bottom: -6%;
  left: -54%;
  left: -88%;
  -webkit-animation: botSphereFloat-8f740bce 6s ease-in-out infinite;
          animation: botSphereFloat-8f740bce 6s ease-in-out infinite;
}
.sphere-bottom--queue-disabled[data-v-8f740bce] {
  width: 900px;
  bottom: -468px;
  left: -54%;
}
.sphere-left[data-v-8f740bce] {
  width: 240px;
  aspect-ratio: 1 / 1;
  top: 10%;
  left: -143px;
  background: radial-gradient(
    circle at 40% 35%, 
    #da6a27 0%,
    #da6a27 50%,
    #ea3301 85%,
    #b22000 100%
  );
  -webkit-animation: leftSphereFloat-8f740bce 6s ease-in-out infinite;
          animation: leftSphereFloat-8f740bce 6s ease-in-out infinite;
  -webkit-animation-delay: -2s;
          animation-delay: -2s;
}
.sphere-top-right[data-v-8f740bce] {
  width: 140px;
  aspect-ratio: 1 / 1;
  top: -60px;
  right: -48px;
  background: radial-gradient(
    circle at 35% 30%, 
    #da6a27 0%,
    #ea3301 30%,
    #d22a00 70%,
    #961500 100% 
  );
  -webkit-animation: topRightSphereFloat-8f740bce 5.5s ease-in-out infinite;
          animation: topRightSphereFloat-8f740bce 5.5s ease-in-out infinite;
  -webkit-animation-delay: -3.8s;
          animation-delay: -3.8s;
}
.game-title-disabled[data-v-8f740bce] {
  padding: 100px 0 0 0;
}
.game-title[data-v-8f740bce], .share-content[data-v-8f740bce] {
  color: #FFFFFF;
  font-size: 1rem;
}
.share-content[data-v-8f740bce] {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: 20px;
}
.share-card[data-v-8f740bce] {
  width: var(--card-width);
  max-width: var(--card-width);
  box-shadow: 0px 0px 6.4px 5px #00000030;
  border-radius: 20px;
  overflow: hidden;
}
.share-card img[data-v-8f740bce] {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.share-card-fn[data-v-8f740bce] {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: 100%;
  margin: 20px 0;
}
.share-card-fn button[data-v-8f740bce] {
  /* width: calc((80% - 130px)/ 3); */
  width: 100%;
  background: none;
  color: inherit;
  padding: 0;
  font: inherit;
  outline: none;
  border: none;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
}
.share-card-fn button i[data-v-8f740bce] {
  font-size: 40px;
  width: 50px;
  height: 50px;
}
.share-card-fn button img[data-v-8f740bce] {
  width: 50px;
  height: 50px;
}
.make-card-btn[data-v-8f740bce] {
  width: 196px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: bold;
  padding: .5rem .875rem;
  background: linear-gradient(145deg,#ffffffb3,#ffffff42 48%,#ffffff7a);
  border: 1px solid #ffffff;
  border-radius: 30px;
}
.make-card-btn i[data-v-8f740bce] {
  padding: 2px 0 0 0;
}
.make-card-btn svg[data-v-8f740bce] {
  filter: drop-shadow(0px 0px 0.5px #FFF) drop-shadow(0px 0px 0.5px #FFF);
}
.gift-notice-content[data-v-8f740bce] {
  margin: 1rem 0 40px;
  color:#FFFFFF;
}
.gift-notice[data-v-8f740bce] {
  width: 196px;
  height: 42px;
  background: none;
  color: inherit;
  border: 1px solid #FFFFFF;
  border-radius: 30px;
  padding: 0;
  font: inherit;
  outline: none;
  font-size: 1rem;
}
.gift-notice-disabled[data-v-8f740bce] {
  margin-top: 0px;
}
footer[data-v-8f740bce], .liff-footer a[data-v-8f740bce] {
  color: #ffffff ;
}
footer[data-v-8f740bce] {
  padding: 20px 0 40px;
}
.disconnect-notice[data-v-8f740bce] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  /* height: 100vh; */
}
/* =========================
   iPhone > 410
========================= */
@media (min-width: 410px) {
.waiting-number[data-v-8f740bce] {
    font-size: 38px;
}
}

/* =========================
   手機橫向
========================= */
@media (orientation: landscape) {
.sphere-bottom[data-v-8f740bce] {
    width: 1200px;
    bottom: -6%;
    left: -11%;
}
.sphere-bottom--queue-disabled[data-v-8f740bce]{
    width: 1200px;
    bottom: -68%;
    left: -11%;
}
}

/* =========================
   Tablet & Desktop
========================= */
@media (min-width: 768px) {
.waiting-number[data-v-8f740bce] {
    font-size: 80px;
}
}
@media (min-width: 1025px) {
.calling-system-content[data-v-8f740bce] {
    align-items: stretch;
    height: 100vh;
}
.calling-content[data-v-8f740bce] {
    flex-direction: row;
    width: auto;
    height: 100%;
    max-width: none;
    aspect-ratio: auto;

    background: transparent;
    border: none;
    box-shadow: none;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
}
.info-section[data-v-8f740bce] {
    width: calc((100% - 120px) / 3);
    max-width: 400px;
    aspect-ratio: 1 / 1;

    background: linear-gradient(145deg,#ffffffb3,#ffffff42 48%,#ffffff7a);
    border: 1px solid #ffffffad;
    border-radius: 1.125rem;
    box-shadow: inset 0 1px #ffffffe6,inset 1px 0 #fff6,0 .75rem 2.25rem #1f1f231f;
}
.waiting-info[data-v-8f740bce] {
    display: flex;
}
.waiting-queue[data-v-8f740bce] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: relative;
    place-items: center;
}
.waiting-queue[data-v-8f740bce]::before {
    content: "．";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-size: 80px;
    font-weight: bold;
    color: #353535;
}
.waiting-queue[data-v-8f740bce]::before {
    top: 0%;
}
.waiting-queue[data-v-8f740bce]::after {
    top: 52%;
}
.waiting-number[data-v-8f740bce], .waiting-time[data-v-8f740bce], .waiting-count[data-v-8f740bce] {
    font-size: clamp(76px, 1vw, 80px);
}
.unit[data-v-8f740bce] {
   font-size: 30px;
}
.now-calling[data-v-8f740bce] {
    font-size: clamp(120px, 12vw, 220px);
    line-height: 200px;
    -webkit-animation:
      numberPop-8f740bce 0.65s ease-out,numberColorChange-8f740bce 1.6s ease-out;
            animation:
      numberPop-8f740bce 0.65s ease-out,numberColorChange-8f740bce 1.6s ease-out;
}
.game-group[data-v-8f740bce] {
    max-width: 450px;
}
.game-btn[data-v-8f740bce] {
    width: auto;
    padding: 16px 40px;
}
.info-text[data-v-8f740bce] {
    flex-direction: row;
    position: absolute;
    top: 0;
    right: 0;
    margin: 28px 26px 0 0;
}
.logo-image[data-v-8f740bce] {
    margin: 0;
    display: none;
}
.no-show-desktop[data-v-8f740bce] {
    display: none;
}
.bg-sphere[data-v-8f740bce] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.sphere-bottom[data-v-8f740bce] {
    bottom: -95%;
    left: 65%;
}
.sphere-left[data-v-8f740bce] {
    width: 280px;
    top: 52%;
    left: -128px;
}
.sphere-top-right[data-v-8f740bce] {
    width: 460px;
    top: -330px;
    left: 184px;
}
footer[data-v-8f740bce] {
    color: #686868;
}
}
@media (min-width: 1367px) {
.calling-content[data-v-8f740bce] {
    gap: 60px;
}
.info-section[data-v-8f740bce] {
    width: calc(100% / 3);
    max-width: 476px;
}
.info-text[data-v-8f740bce] {
    margin: 116px 183px 0 0;
}
.info-label[data-v-8f740bce] {
    font-size: 40px;
    font-weight: 900;
}
.waiting-number[data-v-8f740bce]{
    font-size: 120px;
    line-height: 156px;
}
.waiting-time[data-v-8f740bce], .waiting-count[data-v-8f740bce] {
    font-size: 120px;
    line-height: 130px;
}
.waiting-queue[data-v-8f740bce]::before {
    top: 3%;
}
.waiting-queue[data-v-8f740bce]::after {
    top: 54%;
}
.unit[data-v-8f740bce] {
   font-size: 62px;
}
.now-calling[data-v-8f740bce] {
    font-size: 264px;
    line-height: 326px;
}
.final-updated[data-v-8f740bce],
  .averange-waiting-time[data-v-8f740bce], .waiting-info[data-v-8f740bce] {
    font-size: 30px;
}
.waiting-time-notice[data-v-8f740bce] {
    display: block;
    font-size: 20px;
}
.sphere-top-right[data-v-8f740bce] {
    width: 520px;
    top: -306px;
    left: 462px;
}
}
@media (min-width: 1441px) {
.info-section[data-v-8f740bce] {
    width: calc((100% - 200px) / 3);
}
.info-text[data-v-8f740bce] {
    margin: 80px 266px 0 0;
}
.waiting-number[data-v-8f740bce], .waiting-time[data-v-8f740bce], .waiting-count[data-v-8f740bce] {
    font-size: clamp(88px, 6vw, 96px);
    padding: 0 8px 0 8px;
}
}
@media (min-width: 1900px) {
.info-section[data-v-8f740bce] {
    width: calc((100% - 500px) / 3);
}
.info-text[data-v-8f740bce] {
    margin: 170px 187px 0 0;
}
.waiting-number[data-v-8f740bce], .waiting-time[data-v-8f740bce], .waiting-count[data-v-8f740bce] {
    font-size: clamp(96px, 8vw, 100px);
}
.sphere-bottom[data-v-8f740bce] {
    bottom: -43%;
}
.sphere-left[data-v-8f740bce] {
    width: 360px;
    left: -8%;
}
}

