@charset "UTF-8";

/* ============================================================
   GLOBAL KEYFRAME ANIMATIONS — DailySignIn
   ============================================================ */
@keyframes shimmer {
  0%   { background-position: -200% center; }
  100% { background-position:  200% center; }
}
@keyframes gradient-shift {
  0%   { background-position: 0% 50%; }
  50%  { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}
@keyframes shine-sweep {
  0%        { left: -100%; }
  60%, 100% { left:  130%; }
}
@keyframes pulse-glow {
  0%, 100% { box-shadow: 0 0 8px rgba(255,180,0,0.4), 0 0 20px rgba(255,100,0,0.2); }
  50%       { box-shadow: 0 0 22px rgba(255,180,0,0.9), 0 0 44px rgba(255,100,0,0.5); }
}
@keyframes fade-in-up {
  0%   { opacity: 0; transform: translateY(18px); }
  100% { opacity: 1; transform: translateY(0); }
}
@keyframes float-up {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(-5px); }
}
@keyframes badge-bounce {
  0%, 100% { transform: scale(1); }
  50%       { transform: scale(1.10); }
}
@keyframes neon-flicker {
  0%, 18%, 22%, 25%, 53%, 57%, 100% {
    text-shadow: 0 0 6px #fff, 0 0 12px #fff, 0 0 22px #ffb400, 0 0 44px #ffb400;
  }
  20%, 24%, 55% { text-shadow: none; }
}
@keyframes hero-glow-pulse {
  0%, 100% {
    box-shadow: 0 0 18px #ffd700, 0 0 36px rgba(255,80,0,0.45),
                inset 0 0 30px rgba(0,0,0,0.55);
  }
  50% {
    box-shadow: 0 0 32px #ffd700, 0 0 60px rgba(255,80,0,0.65),
                inset 0 0 45px rgba(0,0,0,0.65);
  }
}
@keyframes hero-border-run {
  0%   { border-color: #ffd700; }
  25%  { border-color: #ff2222; }
  50%  { border-color: #ffd700; }
  75%  { border-color: #22ff88; }
  100% { border-color: #ffd700; }
}
@keyframes hero-shine {
  0%        { left: -80%; }
  60%, 100% { left:  140%; }
}
@keyframes signed-spark {
  0%   { opacity: 0; transform: scale(0.7) rotate(-10deg); }
  60%  { opacity: 1; transform: scale(1.08) rotate(3deg); }
  100% { opacity: 1; transform: scale(1) rotate(0deg); }
}
@keyframes ring-expand {
  0%  { box-shadow: 0 4px 14px rgba(255,100,0,0.45), 0 0 0 0 rgba(255,180,0,0.4); }
  70% { box-shadow: 0 4px 14px rgba(255,100,0,0.45), 0 0 0 10px rgba(255,180,0,0); }
  100%{ box-shadow: 0 4px 14px rgba(255,100,0,0.45), 0 0 0 0 rgba(255,180,0,0); }
}
@keyframes slide-in-left {
  0%   { opacity: 0; transform: translateX(-24px); }
  100% { opacity: 1; transform: translateX(0); }
}

/* ============================================================
   SCOPED BLOCK: f1e983bd — DAILY SIGN-IN MAIN
   ============================================================ */

.van-toast[data-v-f1e983bd] {
  word-break: break-word !important;
  background: linear-gradient(135deg, rgba(28,18,58,0.97), rgba(48,10,28,0.97)) !important;
  border: 1px solid rgba(255,180,0,0.3);
  border-radius: .32rem;
  box-shadow: 0 8px 32px rgba(0,0,0,0.5), 0 0 20px rgba(255,180,0,0.15);
  color: #ffe8a0 !important;
  backdrop-filter: blur(10px);
}
.cg-default.van-button[data-v-f1e983bd] {
  font-weight: 700;
  font-size: .4rem;
  border-radius: .53333rem;
  background: linear-gradient(135deg, #ffb400 0%, #ff6800 50%, #e02400 100%);
  background-size: 200% 200%;
  animation: gradient-shift 3s ease infinite;
  border: none;
  box-shadow: 0 4px 15px rgba(255,100,0,0.4);
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}
.cg-default.van-button[data-v-f1e983bd]:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 8px 25px rgba(255,100,0,0.6), 0 0 30px rgba(255,180,0,0.3);
}
.cg-default.van-button .van-button__icon[data-v-f1e983bd] {
  height: 100%;
  display: -webkit-box; display: -webkit-flex; display: flex;
  -webkit-box-align: center; -webkit-align-items: center; align-items: center;
  filter: drop-shadow(0 0 4px rgba(255,255,255,0.4));
}
.cg-default.van-button .van-button__icon > img[data-v-f1e983bd] { height: 80%; }
@media (orientation: landscape) { html.landscape[data-v-f1e983bd] { font-size: 9vh !important; } }
.isAppForcedDownloadEnabled-dialog[data-v-f1e983bd] { z-index: 9999999 !important; }

/* ---- Container ---- */
.dailySignIn__container[data-v-f1e983bd] {
  font-family: Inter, sans-serif;
  padding-bottom: 1.28rem;
  background: linear-gradient(180deg, #0a0518 0%, #0f0825 40%, #110a2a 100%);
  min-height: 100vh;
  animation: fade-in-up 0.4s ease;
}
.dailySignIn__container[data-v-f1e983bd] .navbar .navbar__content {
  background: linear-gradient(135deg, rgba(20,10,50,0.98), rgba(30,12,60,0.98));
  border-bottom: 1px solid rgba(255,180,0,0.18);
  box-shadow: 0 2px 16px rgba(0,0,0,0.5);
  backdrop-filter: blur(8px);
}
.dailySignIn__container[data-v-f1e983bd] .navbar .navbar__content .navbar__content-left .van-icon,
.dailySignIn__container[data-v-f1e983bd] .navbar .navbar__content .navbar__content-title {
  color: #ffe8a0;
  text-shadow: 0 0 10px rgba(255,220,80,0.5);
}
.dailySignIn__container .greyBtn[data-v-f1e983bd] {
  -webkit-filter: grayscale(1) !important;
  filter: grayscale(1) !important;
  opacity: 0.55;
}

/* ---- Hero Section (replaces headerBg image with gradient) ---- */
.dailySignIn__container-hero[data-v-f1e983bd] {
  display: -webkit-box; display: -webkit-flex; display: flex;
  -webkit-box-orient: vertical; -webkit-box-direction: normal;
  -webkit-flex-direction: column; flex-direction: column;
  -webkit-box-pack: end; -webkit-justify-content: flex-end; justify-content: flex-end;
  height: 6.53333rem;
  margin-bottom: .42667rem;
  padding: 0 .4rem .26667rem;
  position: relative;
  overflow: hidden;
  border-radius: 0 0 .53333rem .53333rem;
  /* Animated casino-style gradient — replaces headerBg-c5504bca.webp */
  background:
    radial-gradient(ellipse 85% 65% at 50% 60%, rgba(0,0,0,0.5) 0%, transparent 72%),
    linear-gradient(155deg,
      #0a0f02 0%,
      #0e2300 10%,
      #1b4d00 22%,
      #0e2300 35%,
      #1a0000 48%,
      #3e0000 60%,
      #1a0000 72%,
      #0e2300 85%,
      #0a0f02 100%
    );
  background-size: 200% 200%;
  animation: hero-glow-pulse 3s ease-in-out infinite, hero-border-run 4s linear infinite;
  border-bottom: 3px solid #ffd700;
}

/* Sweeping shine overlay */
.dailySignIn__container-hero[data-v-f1e983bd]::before {
  content: '';
  position: absolute;
  top: 0; left: -80%;
  width: 40%;
  height: 100%;
  background: linear-gradient(
    108deg,
    transparent 20%,
    rgba(255,220,80,0.17) 44%,
    rgba(255,255,200,0.28) 50%,
    rgba(255,220,80,0.17) 56%,
    transparent 80%
  );
  animation: hero-shine 3.5s ease infinite;
  pointer-events: none;
  z-index: 2;
}

/* Decorative radial glow ring */
.dailySignIn__container-hero[data-v-f1e983bd]::after {
  content: '';
  position: absolute;
  bottom: -1.5rem; right: -1rem;
  width: 6rem; height: 6rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,180,0,0.12) 0%, transparent 68%);
  animation: pulse-glow 4s ease infinite;
  pointer-events: none;
  z-index: 1;
}

/* ---- Hero Header ---- */
.dailySignIn__container-hero__header[data-v-f1e983bd] {
  color: #fff;
  position: relative;
  z-index: 3;
}
.dailySignIn__container-hero__header h1[data-v-f1e983bd] {
  font-size: .53333rem;
  font-weight: 800;
  text-shadow: 0 0 14px rgba(255,220,80,0.6), 0 2px 6px rgba(0,0,0,0.6);
  letter-spacing: 0.04em;
  animation: neon-flicker 5s ease infinite;
}
.dailySignIn__container-hero__header h1[data-v-f1e983bd]:last-of-type {
  margin-bottom: 0;
  font-size: .50667rem;
  font-weight: 700;
}
.dailySignIn__container-hero__header p[data-v-f1e983bd] {
  font-size: .32rem;
  margin-bottom: .37333rem;
  color: rgba(255,240,200,0.9);
  text-shadow: 0 1px 4px rgba(0,0,0,0.5);
}
.dailySignIn__container-hero__header p[data-v-f1e983bd]:first-of-type {
  width: 5.33333rem;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
}
.dailySignIn__container-hero__header p[data-v-f1e983bd]:last-of-type { margin-bottom: .08rem; }

/* Reward badge */
.dailySignIn__container-hero__header div[data-v-f1e983bd] {
  display: inline-block;
  width: 4.4rem;
  margin-bottom: .21333rem;
  padding: .21333rem .41333rem .21333rem .14667rem;
  color: #b00;
  font-size: .37333rem;
  line-height: .32rem;
  background: linear-gradient(135deg, #fff9e0, #fffbe8);
  -webkit-clip-path: polygon(100% 0, 90% 50%, 100% 100%, 0 100%, 0 0);
  clip-path: polygon(100% 0, 90% 50%, 100% 100%, 0 100%, 0 0);
  word-break: break-all;
  box-shadow: 0 2px 8px rgba(0,0,0,0.3);
  animation: badge-bounce 2s ease infinite;
}
.dailySignIn__container-hero__header div span[data-v-f1e983bd] {
  margin-inline: .13333rem;
  font-size: .53333rem;
  font-weight: 700;
  line-height: 1;
  color: #e02400;
  text-shadow: 0 0 8px rgba(220,50,0,0.4);
}

/* ---- Hero Footer ---- */
.dailySignIn__container-hero__footer[data-v-f1e983bd] {
  display: -webkit-box; display: -webkit-flex; display: flex;
  -webkit-box-pack: justify; -webkit-justify-content: space-between; justify-content: space-between;
  margin-top: .53333rem;
  position: relative;
  z-index: 3;
}
.dailySignIn__container-hero__footer button[data-v-f1e983bd] {
  width: 3.53333rem;
  height: .8rem;
  padding: .18667rem 0;
  color: #fff;
  font-size: .34667rem;
  line-height: .32rem;
  font-weight: 700;
  border: none;
  border-radius: 9rem;
  background: linear-gradient(180deg, #FFBD40 0%, #FF7F3D 100%);
  background-size: 200% 200%;
  animation: gradient-shift 3s ease infinite, ring-expand 2.5s ease infinite;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 4px 14px rgba(255,100,0,0.45);
  letter-spacing: 0.03em;
}
.dailySignIn__container-hero__footer button[data-v-f1e983bd]:hover {
  transform: translateY(-2px) scale(1.04);
  box-shadow: 0 8px 24px rgba(255,100,0,0.65), 0 0 30px rgba(255,180,0,0.35);
}
.dailySignIn__container-hero__footer button[data-v-f1e983bd]::before {
  content: '';
  position: absolute;
  top: 0; left: -80%;
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
  animation: shine-sweep 2.5s ease infinite;
  pointer-events: none;
}

/* ---- Content Wrapper ---- */
.dailySignIn__container-content[data-v-f1e983bd] {
  padding-inline: .32rem;
  animation: fade-in-up 0.5s ease;
}
.dailySignIn__container-content__wrapper[data-v-f1e983bd] {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-items: center;
  gap: .2rem;
}

/* ---- Day Block ---- */
.dailySignIn__container-content__wrapper-block[data-v-f1e983bd] {
  display: -webkit-box; display: -webkit-flex; display: flex;
  -webkit-box-orient: vertical; -webkit-box-direction: normal;
  -webkit-flex-direction: column; flex-direction: column;
  -webkit-box-align: center; -webkit-align-items: center; align-items: center;
  width: 2.98667rem;
  height: 2.93333rem;
  background: linear-gradient(145deg, rgba(30,16,65,0.95), rgba(16,6,42,0.98));
  border-radius: .26667rem;
  border: 1px solid rgba(255,180,0,0.14);
  box-shadow: 0 4px 16px rgba(0,0,0,0.45), inset 0 1px 0 rgba(255,255,255,0.05);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  animation: fade-in-up 0.4s ease forwards;
}
.dailySignIn__container-content__wrapper-block[data-v-f1e983bd]:hover {
  transform: translateY(-3px) scale(1.02);
  border-color: rgba(255,180,0,0.38);
  box-shadow: 0 8px 24px rgba(0,0,0,0.55), 0 0 18px rgba(255,180,0,0.12);
}
.dailySignIn__container-content__wrapper-block[data-v-f1e983bd]::before {
  content: '';
  position: absolute;
  left: 0; top: 0;
  width: 100%; height: 3px;
  background: linear-gradient(90deg, transparent, rgba(255,180,0,0.5), transparent);
  border-radius: .26667rem .26667rem 0 0;
}

.dailySignIn__container-content__wrapper-block__header[data-v-f1e983bd] {
  position: relative;
  display: -webkit-box; display: -webkit-flex; display: flex;
  width: 100%;
  background: linear-gradient(135deg, #1a0a3e 0%, #2d0a60 50%, #1a0a3e 100%);
  background-size: 200% 200%;
  animation: gradient-shift 4s ease infinite;
  border-radius: .26667rem .26667rem 0 0;
  border-bottom: 1px solid rgba(255,180,0,0.2);
}
.dailySignIn__container-content__wrapper-block__header img[data-v-f1e983bd] {
  width: 2.98667rem;
  height: .72rem;
  visibility: hidden;
}
.dailySignIn__container-content__wrapper-block__header span[data-v-f1e983bd] {
  position: absolute;
  top: calc(50% - .02667rem); left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #ffe8a0;
  font-size: .42667rem;
  line-height: 1;
  font-weight: 800;
  text-shadow: 0 0 10px rgba(255,220,80,0.6);
  white-space: nowrap;
  letter-spacing: 0.03em;
}

/* Icon image */
.dailySignIn__container-content__wrapper-block > img[data-v-f1e983bd] {
  width: 1.06667rem;
  height: 1.06667rem;
  margin-block: .18667rem .27773rem;
  filter: drop-shadow(0 0 6px rgba(255,180,0,0.5));
  animation: float-up 3s ease infinite;
  max-width: 100%;
}
.dailySignIn__container-content__wrapper-block > span[data-v-f1e983bd] {
  color: #b8a0e0;
  font-size: .34667rem;
  font-weight: 600;
  text-shadow: 0 1px 3px rgba(0,0,0,0.4);
  letter-spacing: 0.02em;
}
.dailySignIn__container-content__wrapper-block img[data-v-f1e983bd] { max-width: 100%; }

/* ---- Last Block (Day 7 — spans full row) ---- */
.dailySignIn__container-content__wrapper-block[data-v-f1e983bd]:last-of-type {
  position: relative;
  width: 100%;
  display: -webkit-box; display: -webkit-flex; display: flex;
  -webkit-box-pack: justify; -webkit-justify-content: space-between; justify-content: space-between;
  grid-column: 1 / -1;
  background: linear-gradient(135deg,
    rgba(60,10,10,0.97),
    rgba(30,5,60,0.97),
    rgba(10,30,60,0.97)
  );
  background-size: 200% 200%;
  animation: gradient-shift 5s ease infinite;
  border-color: rgba(255,215,0,0.3);
  box-shadow: 0 6px 22px rgba(0,0,0,0.55), 0 0 20px rgba(255,180,0,0.1);
}
.dailySignIn__container-content__wrapper-block:last-of-type .lastImage[data-v-f1e983bd] {
  display: -webkit-box; display: -webkit-flex; display: flex;
  -webkit-box-align: center; -webkit-align-items: center; align-items: center;
  width: 8.66667rem;
  background-color: transparent;
  height: 2.93333rem;
}
.dailySignIn__container-content__wrapper-block:last-of-type .lastImage img[data-v-f1e983bd] {
  width: 3.57333rem;
  height: 2.45333rem;
  filter: drop-shadow(0 0 10px rgba(255,180,0,0.6));
  animation: float-up 3s ease infinite;
}
.dailySignIn__container-content__wrapper-block:last-of-type > div[data-v-f1e983bd] {
  position: absolute;
  top: 50%; right: 1.8rem;
  -webkit-transform: translateY(-50%); transform: translateY(-50%);
  display: -webkit-box; display: -webkit-flex; display: flex;
  -webkit-box-orient: vertical; -webkit-box-direction: normal;
  -webkit-flex-direction: column; flex-direction: column;
  -webkit-box-align: center; -webkit-align-items: center; align-items: center;
  gap: .36rem;
}
.dailySignIn__container-content__wrapper-block:last-of-type > div > span[data-v-f1e983bd]:first-of-type {
  position: relative;
  color: #ffe8a0;
  font-size: .42667rem;
  font-weight: 800;
  text-shadow: 0 0 12px rgba(255,220,80,0.6), 0 2px 4px rgba(0,0,0,0.4);
  letter-spacing: 0.04em;
  animation: neon-flicker 6s ease infinite;
}
.dailySignIn__container-content__wrapper-block:last-of-type > div > span[data-v-f1e983bd]:first-of-type::before {
  content: '';
  position: absolute;
  top: 50%; left: -.53333rem;
  -webkit-transform: translate(-100%, -50%); transform: translate(-100%, -50%);
  display: block;
  width: .32rem; height: .02667rem;
  background: linear-gradient(270deg, #ffd700 0%, rgba(255,215,0,0) 100%);
}
.dailySignIn__container-content__wrapper-block:last-of-type > div > span[data-v-f1e983bd]:first-of-type::after {
  content: '';
  position: absolute;
  top: 50%; right: -.53333rem;
  -webkit-transform: translate(100%, -50%); transform: translate(100%, -50%);
  display: block;
  width: .32rem; height: .02667rem;
  background: linear-gradient(270deg, #ffd700 0%, rgba(255,215,0,0) 100%);
}
.dailySignIn__container-content__wrapper-block:last-of-type > div > span[data-v-f1e983bd]:last-of-type {
  color: #d4b8ff;
  font-size: .4rem;
  font-weight: 600;
  text-shadow: 0 0 8px rgba(180,120,255,0.5);
}

/* ---- Signed State ---- */
.dailySignIn__container-content__wrapper-block.signed[data-v-f1e983bd] {
  background:
    linear-gradient(135deg, #2d1000 0%, #6b2500 30%, #2d1000 60%, #1a0040 100%);
  background-size: 200% 200%;
  animation: gradient-shift 3s ease infinite, signed-spark 0.5s ease forwards;
  border-color: rgba(255,180,0,0.55) !important;
  box-shadow: 0 4px 20px rgba(255,100,0,0.45), 0 0 30px rgba(255,180,0,0.2),
              inset 0 0 20px rgba(255,100,0,0.1);
}
.dailySignIn__container-content__wrapper-block.signed img[data-v-f1e983bd] {
  visibility: visible;
  filter: drop-shadow(0 0 10px rgba(255,200,0,0.8)) brightness(1.15);
  animation: float-up 2.5s ease infinite, badge-bounce 3s ease infinite;
}
.dailySignIn__container-content__wrapper-block.signed span[data-v-f1e983bd] {
  color: #ffe066 !important;
  text-shadow: 0 0 10px rgba(255,220,0,0.7), 0 2px 4px rgba(0,0,0,0.5);
}

/* Signed last block */
.dailySignIn__container-content__wrapper-block.signed[data-v-f1e983bd]:last-of-type {
  background:
    linear-gradient(135deg, #3e0000 0%, #7a2c00 25%, #3e0000 50%, #1a0050 75%, #0a0030 100%);
  background-size: 200% 200%;
  animation: gradient-shift 4s ease infinite;
  border-color: rgba(255,215,0,0.65) !important;
  box-shadow: 0 6px 28px rgba(255,120,0,0.55), 0 0 40px rgba(255,200,0,0.2),
              inset 0 0 24px rgba(255,100,0,0.12);
}

/* ---- Content Footer ---- */
.dailySignIn__container-content__footer[data-v-f1e983bd] {
  width: 100%;
  height: 1.06667rem;
  margin-top: 1.45333rem;
  padding: 0 1.13333rem;
  text-align: center;
}
.dailySignIn__container-content__footer button[data-v-f1e983bd] {
  width: 100%;
  height: 100%;
  padding-block: .10667rem;
  color: #fff;
  font-size: .48rem;
  font-weight: 800;
  border: none;
  border-radius: 9rem;
  background: linear-gradient(135deg, #ffb400 0%, #ff6800 50%, #e02400 100%);
  background-size: 200% 200%;
  animation: gradient-shift 3s ease infinite, ring-expand 2.5s ease infinite;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 4px 18px rgba(255,100,0,0.5);
  letter-spacing: 0.05em;
  text-shadow: 0 1px 4px rgba(0,0,0,0.4);
}
.dailySignIn__container-content__footer button[data-v-f1e983bd]:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 8px 28px rgba(255,100,0,0.65), 0 0 36px rgba(255,180,0,0.3);
}
.dailySignIn__container-content__footer button[data-v-f1e983bd]::before {
  content: '';
  position: absolute;
  top: 0; left: -100%;
  width: 55%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.28), transparent);
  animation: shine-sweep 2s ease infinite;
  pointer-events: none;
}
.dailySignIn__container-content__footer button[data-v-f1e983bd]:active {
  transform: scale(0.97);
  box-shadow: 0 2px 10px rgba(255,100,0,0.4);
}

/* ============================================================
   SCOPED BLOCK: b64fa971 — RULE COMPONENT
   ============================================================ */

.van-toast[data-v-b64fa971] {
  word-break: break-word !important;
  background: linear-gradient(135deg, rgba(28,18,58,0.97), rgba(48,10,28,0.97)) !important;
  border: 1px solid rgba(255,180,0,0.3);
  border-radius: .32rem;
  box-shadow: 0 8px 32px rgba(0,0,0,0.5), 0 0 20px rgba(255,180,0,0.15);
  color: #ffe8a0 !important;
  backdrop-filter: blur(10px);
}
.cg-default.van-button[data-v-b64fa971] {
  font-weight: 700; font-size: .4rem; border-radius: .53333rem;
  background: linear-gradient(135deg, #ffb400, #ff6800, #e02400);
  background-size: 200% 200%;
  animation: gradient-shift 3s ease infinite;
  border: none; box-shadow: 0 4px 15px rgba(255,100,0,0.4);
  transition: all 0.3s ease; position: relative; overflow: hidden;
}
.cg-default.van-button[data-v-b64fa971]:hover { transform: translateY(-2px); box-shadow: 0 8px 25px rgba(255,100,0,0.6); }
.cg-default.van-button .van-button__icon[data-v-b64fa971] {
  height: 100%; display: -webkit-box; display: -webkit-flex; display: flex;
  -webkit-box-align: center; -webkit-align-items: center; align-items: center;
}
.cg-default.van-button .van-button__icon > img[data-v-b64fa971] { height: 80%; }
@media (orientation: landscape) { html.landscape[data-v-b64fa971] { font-size: 9vh !important; } }
.isAppForcedDownloadEnabled-dialog[data-v-b64fa971] { z-index: 9999999 !important; }

.rule[data-v-b64fa971] {
  width: calc(100% - .64rem);
  border: .05333rem solid rgba(255,180,0,0.2);
  border-top: none;
  margin: auto;
  padding: 0 .32rem .32rem;
  background: linear-gradient(145deg, rgba(28,14,60,0.97), rgba(14,6,38,0.99));
  border-radius: .26667rem;
  box-shadow: 0 6px 24px rgba(0,0,0,0.45), 0 0 16px rgba(255,180,0,0.05);
  animation: fade-in-up 0.4s ease;
}
.rule .head[data-v-b64fa971] {
  width: 100%;
  position: relative;
  height: .8rem;
  line-height: .8rem;
  color: #ffe8a0;
  font-family: Inter;
  font-size: .42667rem;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  margin-bottom: .16rem;
  z-index: 2;
  text-shadow: 0 0 12px rgba(255,220,80,0.5);
  letter-spacing: 0.04em;
  animation: neon-flicker 6s ease infinite;
}
html:lang(ar) .rule .head[data-v-b64fa971] { right: -.37333rem; left: auto; }
.rule > div[data-v-b64fa971]:not(.head) {
  color: #b8a0e0;
  font-size: .34667rem;
  line-height: .45333rem;
  margin-bottom: .4rem;
  padding-left: .34667rem;
  position: relative;
  transition: color 0.2s ease;
  animation: slide-in-left 0.3s ease forwards;
}
.rule > div[data-v-b64fa971]:not(.head):hover { color: #ffe8a0; }
.rule > div[data-v-b64fa971]:not(.head)::before {
  content: '';
  display: block;
  position: absolute;
  left: 0; top: .13333rem;
  height: .16rem; width: .16rem;
  -webkit-box-flex: 0; -webkit-flex: none; flex: none;
  border-radius: .02667rem;
  -webkit-transform: rotate(45deg); transform: rotate(45deg);
  background: linear-gradient(135deg, #ffb400, #ff6800);
  box-shadow: 0 0 6px rgba(255,180,0,0.5);
}
html:lang(ar) .rule > div[data-v-b64fa971]:not(.head)::before { left: auto; right: 0; }

/* ============================================================
   SCOPED BLOCK: 61888f52 — INFINITE SCROLL
   ============================================================ */

.van-toast[data-v-61888f52] { word-break: break-word !important;
  background: linear-gradient(135deg, rgba(28,18,58,0.97), rgba(48,10,28,0.97)) !important;
  border: 1px solid rgba(255,180,0,0.3); border-radius: .32rem;
  box-shadow: 0 8px 32px rgba(0,0,0,0.5); color: #ffe8a0 !important;
}
.cg-default.van-button[data-v-61888f52] { font-weight: 700; font-size: .4rem; border-radius: .53333rem; background: linear-gradient(135deg, #ffb400, #ff6800, #e02400); background-size: 200% 200%; animation: gradient-shift 3s ease infinite; border: none; box-shadow: 0 4px 15px rgba(255,100,0,0.4); transition: all 0.3s ease; }
.cg-default.van-button[data-v-61888f52]:hover { transform: translateY(-2px); box-shadow: 0 8px 25px rgba(255,100,0,0.6); }
.cg-default.van-button .van-button__icon[data-v-61888f52] { height: 100%; display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-align: center; -webkit-align-items: center; align-items: center; }
.cg-default.van-button .van-button__icon > img[data-v-61888f52] { height: 80%; }
@media (orientation: landscape) { html.landscape[data-v-61888f52] { font-size: 9vh !important; } }
.isAppForcedDownloadEnabled-dialog[data-v-61888f52] { z-index: 9999999 !important; }

.infiniteScroll[data-v-61888f52] {
  min-height: 2.66667rem;
  border-radius: .26667rem;
  background: linear-gradient(145deg, rgba(22,10,52,0.9), rgba(10,4,28,0.95));
  border: 1px solid rgba(255,180,0,0.1);
  box-shadow: 0 4px 16px rgba(0,0,0,0.4);
  animation: fade-in-up 0.5s ease;
}
.infiniteScroll__loading[data-v-61888f52] {
  width: 100%;
  min-height: 1.4rem;
  margin-top: auto;
  padding-bottom: .4rem;
  color: #b8a0e0;
  font-size: .37333rem;
  text-align: center;
}
.infiniteScroll__loading .van-loading[data-v-61888f52] { text-align: center; z-index: 999; }
.infiniteScroll__loading .empty[data-v-61888f52] {
  margin-top: .53333rem;
  color: rgba(180,160,224,0.6);
  font-size: .34667rem;
}

/* ============================================================
   SCOPED BLOCK: f8374830 — DAILY SIGN-IN RECORD
   ============================================================ */

.van-toast[data-v-f8374830] { word-break: break-word !important;
  background: linear-gradient(135deg, rgba(28,18,58,0.97), rgba(48,10,28,0.97)) !important;
  border: 1px solid rgba(255,180,0,0.3); border-radius: .32rem;
  box-shadow: 0 8px 32px rgba(0,0,0,0.5); color: #ffe8a0 !important;
}
.cg-default.van-button[data-v-f8374830] { font-weight: 700; font-size: .4rem; border-radius: .53333rem; background: linear-gradient(135deg, #ffb400, #ff6800, #e02400); background-size: 200% 200%; animation: gradient-shift 3s ease infinite; border: none; box-shadow: 0 4px 15px rgba(255,100,0,0.4); transition: all 0.3s ease; }
.cg-default.van-button[data-v-f8374830]:hover { transform: translateY(-2px); box-shadow: 0 8px 25px rgba(255,100,0,0.6); }
.cg-default.van-button .van-button__icon[data-v-f8374830] { height: 100%; display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-align: center; -webkit-align-items: center; align-items: center; }
.cg-default.van-button .van-button__icon > img[data-v-f8374830] { height: 80%; }
@media (orientation: landscape) { html.landscape[data-v-f8374830] { font-size: 9vh !important; } }
.isAppForcedDownloadEnabled-dialog[data-v-f8374830] { z-index: 9999999 !important; }

.dailySignInRecord__container[data-v-f8374830] {
  padding-inline: .32rem;
  animation: fade-in-up 0.5s ease;
}
.dailySignInRecord__container-wrapper[data-v-f8374830] {
  display: -webkit-box; display: -webkit-flex; display: flex;
  -webkit-box-orient: vertical; -webkit-box-direction: normal;
  -webkit-flex-direction: column; flex-direction: column;
  gap: .18667rem;
  margin-top: .26667rem;
}
.dailySignInRecord__container-wrapper__content[data-v-f8374830] {
  display: -webkit-box; display: -webkit-flex; display: flex;
  -webkit-box-pack: justify; -webkit-justify-content: space-between; justify-content: space-between;
  -webkit-box-align: center; -webkit-align-items: center; align-items: center;
  height: -webkit-fit-content; height: fit-content;
  padding: .25333rem .26667rem;
  border-radius: .26667rem;
  background: linear-gradient(145deg, rgba(28,14,60,0.97), rgba(14,6,38,0.99));
  border: 1px solid rgba(255,180,0,0.12);
  box-shadow: 0 4px 14px rgba(0,0,0,0.4), inset 0 1px 0 rgba(255,255,255,0.04);
  transition: all 0.3s ease;
  animation: slide-in-left 0.35s ease forwards;
  position: relative;
  overflow: hidden;
}
.dailySignInRecord__container-wrapper__content[data-v-f8374830]:hover {
  border-color: rgba(255,180,0,0.3);
  box-shadow: 0 6px 20px rgba(0,0,0,0.5), 0 0 16px rgba(255,180,0,0.1);
  transform: translateX(2px);
}
.dailySignInRecord__container-wrapper__content[data-v-f8374830]::before {
  content: '';
  position: absolute;
  left: 0; top: 0;
  width: 3px; height: 100%;
  background: linear-gradient(180deg, #ffd700, #ff6800);
  border-radius: 0 2px 2px 0;
  box-shadow: 0 0 8px rgba(255,180,0,0.5);
}

.dailySignInRecord__container-wrapper__content-left[data-v-f8374830] {
  -webkit-box-flex: 1; -webkit-flex: 1; flex: 1;
  display: -webkit-box; display: -webkit-flex; display: flex;
  -webkit-box-orient: vertical; -webkit-box-direction: normal;
  -webkit-flex-direction: column; flex-direction: column;
  -webkit-box-pack: justify; -webkit-justify-content: space-between; justify-content: space-between;
  gap: .10667rem;
}
.dailySignInRecord__container-wrapper__content-left h1[data-v-f8374830] {
  font-size: .4rem;
  font-weight: 600;
  color: #ffe8a0;
  text-shadow: 0 0 8px rgba(255,220,80,0.4);
  letter-spacing: 0.02em;
}
.dailySignInRecord__container-wrapper__content-left span[data-v-f8374830] {
  font-size: .32rem;
  color: rgba(180,160,224,0.75);
}

.dailySignInRecord__container-wrapper__content-right[data-v-f8374830] {
  position: relative;
  display: -webkit-box; display: -webkit-flex; display: flex;
  -webkit-box-align: center; -webkit-align-items: center; align-items: center;
  width: 3.73333rem;
  height: .8rem;
  padding: .09333rem .18667rem;
  text-align: center;
  border-radius: 9rem;
  background: linear-gradient(135deg, #ffb400 0%, #ff6800 50%, #e02400 100%);
  background-size: 200% 200%;
  animation: gradient-shift 3s ease infinite, ring-expand 2.5s ease infinite;
  box-shadow: 0 3px 12px rgba(255,100,0,0.4);
  overflow: hidden;
  transition: all 0.3s ease;
}
.dailySignInRecord__container-wrapper__content-right[data-v-f8374830]:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 20px rgba(255,100,0,0.6), 0 0 24px rgba(255,180,0,0.3);
}
.dailySignInRecord__container-wrapper__content-right[data-v-f8374830]::before {
  content: '';
  position: absolute;
  top: 0; left: -80%;
  width: 50%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.28), transparent);
  animation: shine-sweep 2.5s ease infinite;
  pointer-events: none;
}
.dailySignInRecord__container-wrapper__content-right img[data-v-f8374830] {
  position: absolute;
  left: .09333rem; top: 50%;
  -webkit-transform: translateY(-50%); transform: translateY(-50%);
  width: .56rem; height: .56rem;
  filter: drop-shadow(0 0 4px rgba(255,255,255,0.5));
  animation: float-up 3s ease infinite;
}
html:lang(ar) .dailySignInRecord__container-wrapper__content-right img[data-v-f8374830] { left: unset; right: .09333rem; }
.dailySignInRecord__container-wrapper__content-right span[data-v-f8374830] {
  -webkit-box-flex: 1; -webkit-flex: 1; flex: 1;
  font-size: .48rem;
  font-weight: 800;
  color: #fff;
  text-shadow: 0 1px 4px rgba(0,0,0,0.4);
  letter-spacing: 0.04em;
}

/* ============================================================
   SCOPED BLOCK: c1e312a2 — DAILY SIGN-IN RULES
   ============================================================ */

.van-toast[data-v-c1e312a2] { word-break: break-word !important;
  background: linear-gradient(135deg, rgba(28,18,58,0.97), rgba(48,10,28,0.97)) !important;
  border: 1px solid rgba(255,180,0,0.3); border-radius: .32rem;
  box-shadow: 0 8px 32px rgba(0,0,0,0.5); color: #ffe8a0 !important;
}
.cg-default.van-button[data-v-c1e312a2] { font-weight: 700; font-size: .4rem; border-radius: .53333rem; background: linear-gradient(135deg, #ffb400, #ff6800, #e02400); background-size: 200% 200%; animation: gradient-shift 3s ease infinite; border: none; box-shadow: 0 4px 15px rgba(255,100,0,0.4); transition: all 0.3s ease; }
.cg-default.van-button[data-v-c1e312a2]:hover { transform: translateY(-2px); box-shadow: 0 8px 25px rgba(255,100,0,0.6); }
.cg-default.van-button .van-button__icon[data-v-c1e312a2] { height: 100%; display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-align: center; -webkit-align-items: center; align-items: center; }
.cg-default.van-button .van-button__icon > img[data-v-c1e312a2] { height: 80%; }
@media (orientation: landscape) { html.landscape[data-v-c1e312a2] { font-size: 9vh !important; } }
.isAppForcedDownloadEnabled-dialog[data-v-c1e312a2] { z-index: 9999999 !important; }

.dailySignInRules__container[data-v-c1e312a2] {
  padding-inline: .32rem;
  padding-bottom: 1.22667rem;
  animation: fade-in-up 0.5s ease;
}
.dailySignInRules__container li[data-v-c1e312a2] {
  background: linear-gradient(145deg, rgba(28,14,60,0.95), rgba(14,6,38,0.97));
  color: #b8a0e0;
  border-bottom: 1px solid rgba(255,180,0,0.07);
  transition: all 0.25s ease;
  padding: .26667rem .32rem;
  animation: slide-in-left 0.35s ease forwards;
}
.dailySignInRules__container li[data-v-c1e312a2]:hover {
  background: rgba(255,180,0,0.06) !important;
  color: #ffe8a0;
}
.dailySignInRules__container li[data-v-c1e312a2]:nth-of-type(2n) {
  background: linear-gradient(145deg, rgba(22,10,50,0.97), rgba(10,4,30,0.99));
}
.dailySignInRules__container-hero__wrapper-title[data-v-c1e312a2] {
  display: -webkit-box; display: -webkit-flex; display: flex;
  -webkit-box-pack: center; -webkit-justify-content: center; justify-content: center;
  -webkit-box-align: center; -webkit-align-items: center; align-items: center;
  color: #ffe8a0;
  background: linear-gradient(135deg, #1a0a3e 0%, #2d0a60 50%, #1a0a3e 100%);
  background-size: 200% 200%;
  animation: gradient-shift 4s ease infinite;
  font-weight: 700;
  font-size: .42667rem;
  letter-spacing: 0.04em;
  text-shadow: 0 0 12px rgba(255,220,80,0.5);
  padding: .32rem;
  border-bottom: 2px solid rgba(255,180,0,0.3);
  border-radius: .26667rem .26667rem 0 0;
}
[data-v-c1e312a2] .rule { width: 100%; }

/* ============================================================
   DESKTOP MODE — 15px top margin
   ============================================================ */
@media (min-width: 768px) {
  .dailySignIn__container[data-v-f1e983bd],
  .dailySignInRecord__container[data-v-f8374830],
  .dailySignInRules__container[data-v-c1e312a2] {
    margin-top: 15px;
  }
}
