/* 今日运势 · 深度解析 & FAQ Premium v1 */

.ts-scope.daily-home {
  --da-purple: #a855f7;
  --da-gold: #fbbf24;
  --da-pink: #ec4899;
  --da-blue: #60a5fa;
  --da-teal: #2dd4bf;
  --da-green: #4ade80;
  --da-glass: rgba(14, 8, 26, 0.82);
  --da-border: rgba(168, 85, 247, 0.28);
}

/* ═══ 深度解析 ═══ */
.ts-scope.daily-home .lj-analysis-section {
  padding-bottom: 56px;
  overflow: visible;
}

.ts-scope.daily-home .lj-analysis-section::before {
  height: 65%;
  background:
    radial-gradient(ellipse 80% 55% at 50% 0%, rgba(124, 58, 237, 0.28), transparent 72%),
    radial-gradient(ellipse 40% 30% at 15% 40%, rgba(236, 72, 153, 0.12), transparent 70%),
    radial-gradient(ellipse 40% 30% at 85% 35%, rgba(251, 191, 36, 0.1), transparent 70%);
}

.ts-scope.daily-home .da-shell {
  position: relative;
  z-index: 1;
  max-width: 1100px;
  margin: 0 auto;
}

/* 星盘舞台 */
.ts-scope.daily-home .da-orbit-stage {
  position: relative;
  margin: 0 auto 28px;
  width: min(100%, 920px);
  min-height: 420px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  align-items: center;
}

@media (min-width: 900px) {
  .ts-scope.daily-home .da-orbit-stage {
    grid-template-columns: 1fr 1.05fr;
    min-height: 460px;
    gap: 32px;
  }
}

.ts-scope.daily-home .da-radar-col {
  position: relative;
  aspect-ratio: 1;
  max-width: 420px;
  margin: 0 auto;
  width: 100%;
}

.ts-scope.daily-home .da-radar-glow {
  position: absolute;
  inset: 8%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(168, 85, 247, 0.22), transparent 68%);
  animation: da-glow-pulse 4s ease-in-out infinite;
  pointer-events: none;
}

@keyframes da-glow-pulse {
  0%, 100% { opacity: 0.6; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.04); }
}

.ts-scope.daily-home .da-radar-canvas {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: block;
}

.ts-scope.daily-home .da-orbit-ring {
  position: absolute;
  inset: 6%;
  border-radius: 50%;
  border: 1px dashed rgba(168, 85, 247, 0.25);
  animation: da-orbit-spin 48s linear infinite;
  pointer-events: none;
  z-index: 1;
}

.ts-scope.daily-home .da-orbit-ring--2 {
  inset: 14%;
  border-style: solid;
  border-color: rgba(251, 191, 36, 0.12);
  animation-duration: 36s;
  animation-direction: reverse;
}

@keyframes da-orbit-spin {
  to { transform: rotate(360deg); }
}

/* 轨道节点 */
.ts-scope.daily-home .da-nodes {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
}

.ts-scope.daily-home .da-node {
  position: absolute;
  width: 52px;
  height: 52px;
  margin: -26px 0 0 -26px;
  border-radius: 50%;
  border: 2px solid var(--node-color, var(--da-purple));
  background: var(--da-glass);
  backdrop-filter: blur(12px);
  color: #faf5ff;
  cursor: pointer;
  pointer-events: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  box-shadow:
    0 8px 24px rgba(0, 0, 0, 0.35),
    0 0 0 0 rgba(168, 85, 247, 0);
  transition:
    transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1),
    box-shadow 0.35s,
    border-color 0.25s,
    background 0.25s;
  -webkit-tap-highlight-color: transparent;
}

.ts-scope.daily-home .da-node::after {
  content: attr(data-label);
  position: absolute;
  top: calc(100% + 6px);
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  white-space: nowrap;
  color: rgba(216, 180, 254, 0.85);
  opacity: 0;
  transition: opacity 0.25s;
  pointer-events: none;
}

@media (min-width: 640px) {
  .ts-scope.daily-home .da-node {
    width: 58px;
    height: 58px;
    margin: -29px 0 0 -29px;
  }
  .ts-scope.daily-home .da-node::after {
    opacity: 1;
  }
}

.ts-scope.daily-home .da-node:hover,
.ts-scope.daily-home .da-node:focus-visible {
  transform: scale(1.12);
  box-shadow:
    0 12px 32px rgba(0, 0, 0, 0.4),
    0 0 24px color-mix(in srgb, var(--node-color, var(--da-purple)) 45%, transparent);
  outline: none;
}

.ts-scope.daily-home .da-node.is-active {
  transform: scale(1.18);
  background: linear-gradient(145deg, color-mix(in srgb, var(--node-color) 35%, #1a0a2e), rgba(14, 8, 26, 0.95));
  box-shadow:
    0 0 0 3px rgba(255, 255, 255, 0.08),
    0 0 32px color-mix(in srgb, var(--node-color, var(--da-purple)) 55%, transparent),
    0 14px 36px rgba(0, 0, 0, 0.45);
  animation: da-node-pulse 2.5s ease-in-out infinite;
}

@keyframes da-node-pulse {
  0%, 100% { box-shadow: 0 0 0 3px rgba(255,255,255,0.08), 0 0 24px color-mix(in srgb, var(--node-color) 45%, transparent), 0 14px 36px rgba(0,0,0,0.45); }
  50% { box-shadow: 0 0 0 3px rgba(255,255,255,0.12), 0 0 40px color-mix(in srgb, var(--node-color) 65%, transparent), 0 16px 40px rgba(0,0,0,0.5); }
}

/* 节点位置（六边形） */
.ts-scope.daily-home .da-node[data-i="0"] { left: 50%; top: 4%; }
.ts-scope.daily-home .da-node[data-i="1"] { left: 88%; top: 22%; }
.ts-scope.daily-home .da-node[data-i="2"] { left: 88%; top: 68%; }
.ts-scope.daily-home .da-node[data-i="3"] { left: 50%; top: 88%; }
.ts-scope.daily-home .da-node[data-i="4"] { left: 12%; top: 68%; }
.ts-scope.daily-home .da-node[data-i="5"] { left: 12%; top: 22%; }
.ts-scope.daily-home .da-node[data-i="6"] {
  left: 50%;
  top: 50%;
  width: 64px;
  height: 64px;
  margin: -32px 0 0 -32px;
  font-size: 1.5rem;
  z-index: 4;
  border-width: 2px;
  border-color: rgba(251, 191, 36, 0.55);
}

/* 展示面板 */
.ts-scope.daily-home .da-showcase {
  position: relative;
  border-radius: 24px;
  padding: 28px 24px 24px;
  background: linear-gradient(155deg, rgba(36, 20, 58, 0.92), rgba(10, 6, 20, 0.95));
  border: 1px solid var(--da-border);
  box-shadow:
    0 24px 60px rgba(0, 0, 0, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  overflow: hidden;
  min-height: 280px;
}

.ts-scope.daily-home .da-showcase::before {
  content: '';
  position: absolute;
  top: -40%;
  right: -20%;
  width: 60%;
  height: 80%;
  background: radial-gradient(circle, var(--da-accent, rgba(168, 85, 247, 0.2)), transparent 70%);
  pointer-events: none;
  transition: background 0.5s;
}

.ts-scope.daily-home .da-showcase-shine {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    transparent 40%,
    rgba(255, 255, 255, 0.04) 48%,
    rgba(255, 255, 255, 0.08) 50%,
    rgba(255, 255, 255, 0.03) 52%,
    transparent 60%
  );
  background-size: 200% 100%;
  animation: da-shine 6s ease-in-out infinite;
  pointer-events: none;
}

@keyframes da-shine {
  0% { background-position: 120% 0; }
  100% { background-position: -40% 0; }
}

.ts-scope.daily-home .da-showcase-inner {
  position: relative;
  z-index: 1;
}

.ts-scope.daily-home .da-showcase-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 12px;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--da-accent-text, #fde68a);
  background: color-mix(in srgb, var(--da-accent, var(--da-purple)) 18%, transparent);
  border: 1px solid color-mix(in srgb, var(--da-accent, var(--da-purple)) 35%, transparent);
  margin-bottom: 14px;
}

.ts-scope.daily-home .da-showcase-head {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 16px;
}

.ts-scope.daily-home .da-showcase-icon {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  background: color-mix(in srgb, var(--da-accent, var(--da-purple)) 22%, rgba(0, 0, 0, 0.3));
  border: 1px solid color-mix(in srgb, var(--da-accent, var(--da-purple)) 40%, transparent);
  box-shadow: 0 8px 24px color-mix(in srgb, var(--da-accent, var(--da-purple)) 25%, transparent);
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.ts-scope.daily-home .da-showcase.is-switching .da-showcase-icon {
  transform: scale(0.85) rotate(-8deg);
}

.ts-scope.daily-home .da-showcase h3 {
  margin: 0 0 6px;
  font-size: clamp(1.2rem, 3vw, 1.45rem);
  font-weight: 800;
  color: #faf5ff;
  border: none;
  padding: 0;
}

.ts-scope.daily-home .da-showcase-tagline {
  margin: 0;
  font-size: 0.82rem;
  color: rgba(196, 181, 220, 0.85);
  letter-spacing: 0.04em;
}

.ts-scope.daily-home .da-showcase-desc {
  margin: 0 0 18px;
  color: #c9bedd;
  font-size: 0.96rem;
  line-height: 1.72;
  transition: opacity 0.3s;
}

.ts-scope.daily-home .da-showcase.is-switching .da-showcase-desc {
  opacity: 0.4;
}

.ts-scope.daily-home .da-showcase-meter {
  margin-bottom: 20px;
}

.ts-scope.daily-home .da-showcase-meter-label {
  display: flex;
  justify-content: space-between;
  font-size: 0.72rem;
  color: rgba(196, 181, 220, 0.75);
  margin-bottom: 8px;
  letter-spacing: 0.06em;
}

.ts-scope.daily-home .da-showcase-meter-track {
  height: 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.ts-scope.daily-home .da-showcase-meter-fill {
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--da-accent, var(--da-purple)), var(--da-gold));
  box-shadow: 0 0 12px color-mix(in srgb, var(--da-accent, var(--da-purple)) 50%, transparent);
  transform-origin: left center;
  transform: scaleX(var(--meter, 0.75));
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.ts-scope.daily-home .da-showcase-tip {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(124, 58, 237, 0.12);
  border: 1px solid rgba(168, 85, 247, 0.2);
  font-size: 0.82rem;
  color: #d8b4fe;
  line-height: 1.55;
}

.ts-scope.daily-home .da-showcase-tip i {
  color: var(--da-gold);
  margin-top: 2px;
  flex-shrink: 0;
}

.ts-scope.daily-home .da-carousel-dots {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 18px;
  padding-top: 4px;
}

.ts-scope.daily-home .da-carousel-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  transition: width 0.35s, background 0.35s, box-shadow 0.35s;
}

.ts-scope.daily-home .da-carousel-dot.is-active {
  width: 22px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--da-accent, var(--da-purple)), var(--da-gold));
  box-shadow: 0 0 12px color-mix(in srgb, var(--da-accent, var(--da-purple)) 50%, transparent);
}

/* 维度快捷条 */
.ts-scope.daily-home .da-chip-row {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 4px 2px 12px;
  margin-bottom: 20px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.ts-scope.daily-home .da-chip-row::-webkit-scrollbar { display: none; }

.ts-scope.daily-home .da-chip {
  flex: 0 0 auto;
  scroll-snap-align: start;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid rgba(168, 85, 247, 0.22);
  background: rgba(20, 12, 36, 0.75);
  color: #e9d5ff;
  font-size: 0.82rem;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.25s, border-color 0.25s, background 0.25s, box-shadow 0.25s;
  white-space: nowrap;
  -webkit-tap-highlight-color: transparent;
}

.ts-scope.daily-home .da-chip span:first-child {
  font-size: 1rem;
}

.ts-scope.daily-home .da-chip:hover,
.ts-scope.daily-home .da-chip:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(251, 191, 36, 0.35);
  outline: none;
}

.ts-scope.daily-home .da-chip.is-active {
  background: linear-gradient(135deg, color-mix(in srgb, var(--chip-color, var(--da-purple)) 35%, #2e1065), rgba(14, 8, 26, 0.95));
  border-color: color-mix(in srgb, var(--chip-color, var(--da-purple)) 50%, transparent);
  box-shadow: 0 8px 24px color-mix(in srgb, var(--chip-color, var(--da-purple)) 30%, transparent);
}

/* 六维网格 + 神秘横幅 */
.ts-scope.daily-home .da-dims-layout {
  margin-top: 8px;
}

.ts-scope.daily-home .da-dims-label {
  margin: 0 0 14px;
  text-align: center;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  color: rgba(196, 181, 220, 0.55);
  text-transform: uppercase;
}

.ts-scope.daily-home .da-dims-six {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, 1fr);
}

@media (min-width: 900px) {
  .ts-scope.daily-home .da-dims-six {
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
  }
}

.ts-scope.daily-home .da-mystic-wrap {
  margin-top: 20px;
  text-align: center;
}

.ts-scope.daily-home .da-mystic-eyebrow {
  display: block;
  margin-bottom: 12px;
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  color: rgba(251, 191, 36, 0.75);
  font-weight: 600;
}

.ts-scope.daily-home .da-mystic-spotlight {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  padding: 20px 20px 20px 18px;
  border-radius: 20px;
  border: 1px solid rgba(251, 191, 36, 0.28);
  background: linear-gradient(
    135deg,
    rgba(88, 28, 135, 0.35) 0%,
    rgba(20, 12, 36, 0.95) 45%,
    rgba(12, 8, 22, 0.98) 100%
  );
  cursor: pointer;
  text-align: left;
  color: inherit;
  font: inherit;
  overflow: hidden;
  opacity: 0;
  translate: 0 16px;
  transition:
    opacity 0.55s cubic-bezier(0.22, 1, 0.36, 1),
    translate 0.55s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.25s,
    box-shadow 0.25s,
    transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
  -webkit-tap-highlight-color: transparent;
}

.ts-scope.daily-home .da-mystic-spotlight::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    transparent 35%,
    rgba(251, 191, 36, 0.06) 48%,
    rgba(255, 255, 255, 0.08) 50%,
    transparent 65%
  );
  background-size: 200% 100%;
  animation: da-shine 7s ease-in-out infinite;
  pointer-events: none;
}

.ts-scope.daily-home .da-mystic-spotlight.is-visible {
  opacity: 1;
  translate: 0 0;
}

.ts-scope.daily-home .da-mystic-spotlight.is-highlight {
  border-color: rgba(251, 191, 36, 0.55);
  box-shadow:
    0 16px 48px rgba(124, 58, 237, 0.28),
    0 0 32px rgba(251, 191, 36, 0.12);
}

.ts-scope.daily-home .da-mystic-spotlight:hover,
.ts-scope.daily-home .da-mystic-spotlight:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(251, 191, 36, 0.5);
  outline: none;
}

.ts-scope.daily-home .da-mystic-icon {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  background: rgba(192, 132, 252, 0.2);
  border: 1px solid rgba(196, 181, 253, 0.35);
  box-shadow: 0 8px 24px rgba(124, 58, 237, 0.25);
}

.ts-scope.daily-home .da-mystic-copy {
  flex: 1;
  min-width: 0;
  position: relative;
  z-index: 1;
}

.ts-scope.daily-home .da-mystic-copy strong {
  display: block;
  margin-bottom: 6px;
  font-size: 1.05rem;
  font-weight: 800;
  color: #faf5ff;
}

.ts-scope.daily-home .da-mystic-copy span {
  display: block;
  font-size: 0.86rem;
  line-height: 1.62;
  color: #b8a8d0;
}

.ts-scope.daily-home .da-mystic-arrow {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(251, 191, 36, 0.15);
  color: #fde68a;
  font-size: 0.75rem;
  transition: transform 0.25s, background 0.25s;
}

.ts-scope.daily-home .da-mystic-spotlight:hover .da-mystic-arrow {
  transform: translateX(3px);
  background: rgba(251, 191, 36, 0.28);
}

@media (max-width: 520px) {
  .ts-scope.daily-home .da-mystic-spotlight {
    flex-wrap: wrap;
    padding: 16px;
  }
  .ts-scope.daily-home .da-mystic-copy span {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .ts-scope.daily-home .da-mystic-arrow {
    margin-left: auto;
  }
}

/* 六维小卡 */
.ts-scope.daily-home .da-card {
  position: relative;
  border-radius: 16px;
  padding: 16px 36px 16px 14px;
  background: linear-gradient(155deg, rgba(32, 18, 52, 0.9), rgba(12, 8, 22, 0.92));
  border: 1px solid rgba(168, 85, 247, 0.18);
  cursor: pointer;
  text-align: left;
  color: inherit;
  font: inherit;
  width: 100%;
  transition:
    transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1),
    border-color 0.25s,
    box-shadow 0.25s,
    opacity 0.55s,
    translate 0.55s;
  opacity: 0;
  translate: 0 20px;
  -webkit-tap-highlight-color: transparent;
}

.ts-scope.daily-home .da-card.is-visible {
  opacity: 1;
  translate: 0 0;
}

.ts-scope.daily-home .da-card.is-highlight {
  border-color: color-mix(in srgb, var(--card-color, var(--da-purple)) 55%, transparent);
  box-shadow: 0 16px 40px color-mix(in srgb, var(--card-color, var(--da-purple)) 22%, transparent);
}

.ts-scope.daily-home .da-card:hover,
.ts-scope.daily-home .da-card:focus-visible {
  transform: translateY(-4px) scale(1.01);
  border-color: rgba(251, 191, 36, 0.35);
  outline: none;
}

.ts-scope.daily-home .da-card-top {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

.ts-scope.daily-home .da-card-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  background: color-mix(in srgb, var(--card-color, var(--da-purple)) 20%, rgba(0, 0, 0, 0.25));
  border: 1px solid color-mix(in srgb, var(--card-color, var(--da-purple)) 35%, transparent);
}

.ts-scope.daily-home .da-card h4 {
  margin: 0;
  font-size: 1rem;
  font-weight: 800;
  color: #faf5ff;
}

.ts-scope.daily-home .da-card p {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.58;
  color: #b8a8d0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ts-scope.daily-home .da-card-arrow {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(196, 181, 220, 0.35);
  font-size: 0.75rem;
  transition: transform 0.25s, color 0.25s;
}

.ts-scope.daily-home .da-card:hover .da-card-arrow {
  transform: translateY(-50%) translateX(3px);
  color: var(--da-gold);
}

.ts-scope.daily-home .da-cta-row {
  text-align: center;
  margin-top: 32px;
}

.ts-scope.daily-home .da-cta-draw {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 28px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
  color: #fff;
  background: linear-gradient(135deg, #7c3aed 0%, #9333ea 45%, #d97706 100%);
  border: 1px solid rgba(251, 191, 36, 0.4);
  box-shadow:
    0 12px 36px rgba(124, 58, 237, 0.4),
    0 0 24px rgba(251, 191, 36, 0.12);
  transition: transform 0.25s, filter 0.2s, box-shadow 0.25s;
}

.ts-scope.daily-home .da-cta-draw:hover {
  transform: translateY(-3px) scale(1.02);
  filter: brightness(1.06);
  color: #fff;
  box-shadow:
    0 16px 44px rgba(124, 58, 237, 0.5),
    0 0 32px rgba(251, 191, 36, 0.18);
}

.ts-scope.daily-home .da-cta-draw i {
  animation: da-cta-spark 2s ease-in-out infinite;
}

@keyframes da-cta-spark {
  0%, 100% { transform: rotate(0deg) scale(1); }
  50% { transform: rotate(12deg) scale(1.15); }
}

/* ═══ FAQ Premium ═══ */
.ts-scope.daily-home .lj-faq-section {
  padding-top: 56px;
  padding-bottom: 24px;
}

.ts-scope.daily-home .df-shell {
  max-width: 820px;
  margin: 0 auto;
  position: relative;
}

.ts-scope.daily-home .df-search-wrap {
  position: relative;
  margin-bottom: 18px;
}

.ts-scope.daily-home .df-search-wrap i.fa-magnifying-glass {
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(196, 181, 220, 0.5);
  pointer-events: none;
  font-size: 0.95rem;
}

.ts-scope.daily-home .df-search {
  width: 100%;
  box-sizing: border-box;
  padding: 16px 48px 16px 48px;
  border-radius: 16px;
  border: 1px solid rgba(168, 85, 247, 0.25);
  background: rgba(14, 8, 26, 0.88);
  color: #faf5ff;
  font-size: 0.95rem;
  transition: border-color 0.25s, box-shadow 0.25s;
}

.ts-scope.daily-home .df-search::placeholder {
  color: rgba(196, 181, 220, 0.45);
}

.ts-scope.daily-home .df-search:focus {
  outline: none;
  border-color: rgba(251, 191, 36, 0.45);
  box-shadow: 0 0 0 3px rgba(168, 85, 247, 0.15), 0 12px 32px rgba(0, 0, 0, 0.25);
}

.ts-scope.daily-home .df-search-clear {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border: none;
  border-radius: 50%;
  background: rgba(124, 58, 237, 0.3);
  color: #fde68a;
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  line-height: 1;
  transition: background 0.2s;
}

.ts-scope.daily-home .df-search-clear.is-visible {
  display: flex;
}

.ts-scope.daily-home .df-search-clear:hover {
  background: rgba(124, 58, 237, 0.5);
}

.ts-scope.daily-home .df-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}

.ts-scope.daily-home .df-tag {
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(168, 85, 247, 0.2);
  background: rgba(20, 12, 36, 0.6);
  color: #c4b5dc;
  font-size: 0.78rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.22s;
  -webkit-tap-highlight-color: transparent;
}

.ts-scope.daily-home .df-tag:hover,
.ts-scope.daily-home .df-tag:focus-visible {
  border-color: rgba(251, 191, 36, 0.35);
  color: #fde68a;
  outline: none;
}

.ts-scope.daily-home .df-tag.is-active {
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.45), rgba(168, 85, 247, 0.25));
  border-color: rgba(196, 181, 253, 0.45);
  color: #fff;
}

.ts-scope.daily-home .df-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
  font-size: 0.78rem;
  color: rgba(196, 181, 220, 0.65);
}

.ts-scope.daily-home .df-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ts-scope.daily-home .df-item {
  border-radius: 18px;
  background: rgba(18, 12, 32, 0.9);
  border: 1px solid rgba(168, 85, 247, 0.18);
  overflow: hidden;
  transition: border-color 0.3s, box-shadow 0.3s, opacity 0.3s, transform 0.3s;
}

.ts-scope.daily-home .df-item.is-hidden {
  display: none;
}

.ts-scope.daily-home .df-item.is-open {
  border-color: rgba(251, 191, 36, 0.38);
  box-shadow:
    0 16px 40px rgba(0, 0, 0, 0.28),
    0 0 24px rgba(124, 58, 237, 0.12);
}

.ts-scope.daily-home .df-item.is-open .df-q-icon {
  background: rgba(251, 191, 36, 0.2);
  color: #fde68a;
}

.ts-scope.daily-home .df-q {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 52px 18px 18px;
  border: none;
  background: transparent;
  color: #faf5ff;
  font-size: 0.98rem;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
  position: relative;
  line-height: 1.45;
  -webkit-tap-highlight-color: transparent;
}

.ts-scope.daily-home .df-q-text {
  flex: 1;
  min-width: 0;
}

.ts-scope.daily-home .df-q mark {
  background: rgba(251, 191, 36, 0.25);
  color: #fde68a;
  border-radius: 3px;
  padding: 0 2px;
}

.ts-scope.daily-home .df-q-icon {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95rem;
  background: rgba(124, 58, 237, 0.25);
  color: #d8b4fe;
  transition: background 0.25s, color 0.25s, transform 0.35s;
}

.ts-scope.daily-home .df-item.is-open .df-q-icon {
  transform: rotate(8deg) scale(1.05);
}

.ts-scope.daily-home .df-q-chevron {
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(124, 58, 237, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fde68a;
  font-size: 0.7rem;
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1), background 0.25s;
}

.ts-scope.daily-home .df-item.is-open .df-q-chevron {
  transform: translateY(-50%) rotate(180deg);
  background: rgba(251, 191, 36, 0.25);
}

.ts-scope.daily-home .df-a-wrap {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.ts-scope.daily-home .df-item.is-open .df-a-wrap {
  grid-template-rows: 1fr;
}

.ts-scope.daily-home .df-a-inner {
  overflow: hidden;
}

.ts-scope.daily-home .df-a {
  margin: 0;
  padding: 0 18px 18px 68px;
  color: #c4b5dc;
  font-size: 0.92rem;
  line-height: 1.75;
}

.ts-scope.daily-home .df-a mark {
  background: rgba(168, 85, 247, 0.2);
  color: #e9d5ff;
  border-radius: 3px;
  padding: 0 2px;
}

.ts-scope.daily-home .df-empty {
  text-align: center;
  padding: 40px 20px;
  border-radius: 18px;
  border: 1px dashed rgba(168, 85, 247, 0.3);
  color: #a78bfa;
  font-size: 0.92rem;
  display: none;
}

.ts-scope.daily-home .df-empty.is-visible {
  display: block;
}

.ts-scope.daily-home .df-footer {
  margin-top: 28px;
  padding: 22px 20px;
  border-radius: 20px;
  text-align: center;
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.15), rgba(251, 191, 36, 0.08));
  border: 1px solid rgba(168, 85, 247, 0.22);
}

.ts-scope.daily-home .df-footer p {
  margin: 0 0 14px;
  color: #d8b4fe;
  font-size: 0.9rem;
}

.ts-scope.daily-home .df-footer a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fde68a;
  font-weight: 700;
  text-decoration: none;
  font-size: 0.88rem;
  transition: gap 0.2s, color 0.2s;
}

.ts-scope.daily-home .df-footer a:hover {
  gap: 12px;
  color: #fff;
}

@media (prefers-reduced-motion: reduce) {
  .ts-scope.daily-home .da-orbit-ring,
  .ts-scope.daily-home .da-radar-glow,
  .ts-scope.daily-home .da-showcase-shine,
  .ts-scope.daily-home .da-node.is-active,
  .ts-scope.daily-home .da-cta-draw i {
    animation: none !important;
  }
  .ts-scope.daily-home .da-card,
  .ts-scope.daily-home .da-mystic-spotlight,
  .ts-scope.daily-home .da-showcase-meter-fill,
  .ts-scope.daily-home .df-a-wrap {
    transition-duration: 0.01ms !important;
  }
}
