:root {
  --yunling-glass-text: #fffaf0;
  --yunling-glass-muted: rgba(241, 248, 246, 0.84);
  --yunling-glass-line: rgba(255, 255, 255, 0.46);
  --yunling-glass-cyan: #40f5ff;
  --yunling-glass-panel: rgba(6, 13, 20, 0.34);
  --yunling-glass-panel-strong: rgba(6, 13, 20, 0.48);
}

body[data-glass-home-surface] {
  min-height: 100vh;
  color: var(--yunling-glass-text);
  background: #050608 !important;
}

body:has(.home-page) {
  min-height: 100vh;
  color: var(--yunling-glass-text);
  background: #050608 !important;
  isolation: isolate;
}

body[data-glass-home-surface]::before,
body[data-glass-home-surface]::after {
  content: none !important;
}

body:has(.home-page)::before,
body:has(.home-page)::after {
  content: "";
  position: fixed;
  pointer-events: none;
}

body:has(.home-page)::before {
  z-index: 0;
  left: 50%;
  top: 44%;
  width: clamp(1180px, 132vw, 1740px);
  height: clamp(760px, 92vw, 1240px);
  transform: translate(-50%, -50%) rotate(-8deg);
  opacity: 0.92;
  background:
    radial-gradient(ellipse at 50% 45%,
      rgba(235, 255, 255, 0.58) 0 3.8%,
      rgba(110, 255, 238, 0.34) 10%,
      rgba(42, 210, 218, 0.22) 24%,
      rgba(0, 148, 190, 0.12) 46%,
      rgba(0, 70, 120, 0.05) 66%,
      transparent 82%),
    radial-gradient(ellipse at 33% 58%,
      rgba(81, 244, 255, 0.15) 0 16%,
      rgba(0, 190, 214, 0.08) 36%,
      transparent 72%);
  filter: blur(20px);
}

body:has(.home-page)::after {
  z-index: 0;
  inset: 0;
  opacity: 0.58;
  background-image:
    radial-gradient(circle at 8% 16%, rgba(255, 255, 255, 0.86) 0 1.1px, transparent 2.4px),
    radial-gradient(circle at 35% 42%, rgba(116, 255, 245, 0.68) 0 1.2px, transparent 2.6px),
    radial-gradient(circle at 78% 24%, rgba(255, 255, 255, 0.76) 0 1px, transparent 2.2px),
    radial-gradient(circle at 62% 82%, rgba(98, 234, 255, 0.54) 0 1.1px, transparent 2.4px);
  background-size: 210px 176px, 260px 218px, 310px 246px, 350px 286px;
  -webkit-mask-image: linear-gradient(180deg, black 0%, black 62%, transparent 92%);
  mask-image: linear-gradient(180deg, black 0%, black 62%, transparent 92%);
}

.yunling-glass-home-bg {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  background:
    radial-gradient(circle at 52% 22%, rgba(120, 138, 156, 0.24), transparent 30%),
    radial-gradient(circle at 80% 72%, rgba(57, 208, 255, 0.12), transparent 28%),
    linear-gradient(180deg, #121418, #050608 62%, #020202);
}

body[data-glass-home-surface] .yunling-glass-home-bg {
  display: block;
}

.yunling-glass-home-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 34%, rgba(92, 238, 255, 0.12), transparent 22%),
    radial-gradient(circle at 72% 78%, rgba(90, 218, 255, 0.16), transparent 24%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.52));
}

.yunling-glass-home-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.3;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.9) 0 1px, transparent 1.5px);
  background-size: 120px 90px;
  -webkit-mask-image: linear-gradient(180deg, black, transparent 88%);
  mask-image: linear-gradient(180deg, black, transparent 88%);
}

.yunling-glass-home-filter {
  position: absolute;
  width: 0;
  height: 0;
}

.yunling-glass-home-particles {
  position: absolute;
  inset: 0;
  opacity: 0.46;
  mix-blend-mode: screen;
  background-image:
    radial-gradient(circle at 9% 18%, rgba(255, 255, 255, 0.9) 0 1.2px, transparent 2.5px),
    radial-gradient(circle at 38% 42%, rgba(64, 245, 255, 0.72) 0 1.2px, transparent 2.5px),
    radial-gradient(circle at 78% 24%, rgba(255, 255, 255, 0.82) 0 1.2px, transparent 2.5px),
    radial-gradient(circle at 62% 78%, rgba(64, 245, 255, 0.58) 0 1.2px, transparent 2.5px);
  background-size: 220px 180px, 260px 210px, 300px 240px, 340px 280px;
  will-change: transform;
}

.yunling-glass-home-cursor {
  position: absolute;
  inset: 0;
  z-index: 2;
  mix-blend-mode: screen;
  opacity: 0.9;
}

.yunling-glass-home-blob-main {
  position: absolute;
  inset: 0;
  filter: url("#yunling-glass-home-blob");
}

.yunling-glass-home-blob {
  position: absolute;
  left: 0;
  top: 0;
  width: var(--size);
  height: var(--size);
  margin-left: calc(var(--size) / -2);
  margin-top: calc(var(--size) / -2);
  border-radius: 999px;
  opacity: 0.62;
  background:
    radial-gradient(circle at 50% 50%, rgba(220, 255, 255, 0.62) 0 4%, rgba(74, 245, 232, 0.32) 22%, rgba(0, 196, 190, 0.15) 52%, rgba(0, 105, 145, 0.05) 82%, transparent 100%);
  box-shadow:
    0 0 120px rgba(74, 245, 232, 0.28),
    0 0 220px rgba(0, 178, 210, 0.12);
  transform: translate3d(50vw, 50vh, 0);
  will-change: transform;
}

.yunling-glass-home-blob:nth-child(1) { --size: clamp(1140px, 132vw, 1680px); }
.yunling-glass-home-blob:nth-child(2) { --size: clamp(920px, 84vw, 1360px); }
.yunling-glass-home-blob:nth-child(3) { --size: clamp(790px, 66vw, 1140px); }

.yunling-glass-home-blob span {
  position: absolute;
  width: 14%;
  height: 14%;
  left: 43%;
  top: 43%;
  border-radius: 999px;
  background: rgba(220, 255, 255, 0.58);
}

body[data-glass-home-surface] #root,
body[data-glass-home-surface] #root > * {
  position: relative;
  z-index: 5;
}

body[data-glass-home-surface] .home-page {
  background: transparent !important;
  color: var(--yunling-glass-text) !important;
}

body[data-glass-home-surface] .home-hero {
  min-height: min(640px, 100svh - 68px);
  background-image: none !important;
}

body[data-glass-home-surface] .home-hero__shade {
  background:
    linear-gradient(90deg, rgba(1, 5, 10, 0.74), rgba(5, 9, 14, 0.32) 44%, rgba(2, 4, 8, 0.84)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.34)) !important;
}

body[data-glass-home-surface="platform-home"] .home-hero__shade {
  background:
    linear-gradient(90deg, rgba(1, 5, 10, 0.32), rgba(5, 9, 14, 0.08) 44%, rgba(2, 4, 8, 0.34)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.14)) !important;
}

body[data-glass-home-surface] .home-band,
body[data-glass-home-surface] .home-band--intro,
body[data-glass-home-surface] .home-band--live,
body[data-glass-home-surface] .home-band--tool,
body[data-glass-home-surface] .home-footer {
  background: transparent !important;
}

body[data-glass-home-surface] .home-hero h1,
body[data-glass-home-surface] .home-section-head h2,
body[data-glass-home-surface] .home-tool-copy h2,
body[data-glass-home-surface="comic-tool-home"] #root main h2[style] {
  background: none !important;
  color: #fffaf0 !important;
  -webkit-text-fill-color: #fffaf0 !important;
  text-shadow:
    0 2px 10px rgba(0, 0, 0, 0.42),
    0 0 18px rgba(36, 255, 235, 0.12) !important;
}

body[data-glass-home-surface] .home-section-head h2,
body[data-glass-home-surface] .home-tool-copy h2,
body[data-glass-home-surface="comic-tool-home"] #root main h2[style] {
  position: relative !important;
  isolation: isolate !important;
  display: table !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

body[data-glass-home-surface] .home-section-head h2::before,
body[data-glass-home-surface] .home-tool-copy h2::before,
body[data-glass-home-surface="comic-tool-home"] #root main h2[style]::before {
  content: "";
  position: absolute;
  inset: -6px -12px -5px;
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.24);
  filter: blur(5px);
  pointer-events: none;
  z-index: -1;
}

body[data-glass-home-surface="comic-tool-home"] #root h1[style] {
  line-height: 1.28 !important;
  margin-top: -4px !important;
  margin-bottom: 28px !important;
  padding: 6px 0 10px !important;
  overflow: visible !important;
}

body[data-glass-home-surface] .home-hero p,
body[data-glass-home-surface] .home-course-card p,
body[data-glass-home-surface] .home-live-card p,
body[data-glass-home-surface] .home-tool-copy p,
body[data-glass-home-surface] .home-feature div span,
body[data-glass-home-surface="comic-tool-home"] #root span[style],
body[data-glass-home-surface="comic-tool-home"] #root p[style] {
  color: var(--yunling-glass-muted) !important;
}

body[data-glass-home-surface="platform-home"] .home-hero__actions .ant-btn:not(.ant-btn-primary),
body[data-glass-home-surface="platform-home"] .home-hero__actions .ant-btn:not(.ant-btn-primary) > * {
  color: #fffaf0 !important;
  -webkit-text-fill-color: #fffaf0 !important;
}

body[data-glass-home-surface="platform-home"] .home-hero__tag,
body[data-glass-home-surface="platform-home"] .home-hero__tag > * {
  color: #fffaf0 !important;
  -webkit-text-fill-color: #fffaf0 !important;
}

body[data-glass-home-surface] .home-kicker,
body[data-glass-home-surface] .home-feature > span,
body[data-glass-home-surface] .home-stats span:first-child,
body[data-glass-home-surface="comic-tool-home"] #root h1 span,
body[data-glass-home-surface="comic-tool-home"] #root svg {
  color: var(--yunling-glass-cyan) !important;
}

body[data-glass-home-surface="comic-tool-home"] #root main span[style*="width: 64px"][style*="height: 64px"] svg {
  color: #374151 !important;
  stroke: currentColor !important;
}

body[data-glass-home-surface="comic-tool-home"] #root > div {
  background-color: transparent !important;
  background: transparent !important;
}

body[data-glass-home-surface="comic-tool-home"] #root > div > div[style*="radial-gradient"],
body[data-glass-home-surface="comic-tool-home"] #root > div > div[style*="radial-gradient(circle"] {
  display: none !important;
}

body[data-glass-home-surface="comic-tool-home"] #root div[style*="rgba(2, 6, 23, 0.42)"] {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.14)) !important;
}

body[data-glass-home-surface="comic-tool-home"] #root main[style],
body[data-glass-home-surface="comic-tool-home"] #root section[style] {
  background-color: transparent !important;
}

body[data-glass-home-surface="comic-tool-home"] #root section[style*="min-height: 660px"] {
  overflow: visible !important;
}

body[data-glass-home-surface="comic-tool-home"] #root section[style*="min-height: 660px"] > div[aria-hidden="true"][style*="width: min(1560px"] {
  position: absolute !important;
  top: -36px !important;
  bottom: -56px !important;
  left: 50% !important;
  z-index: 0 !important;
  opacity: 0.34 !important;
  transform: translateX(-50%) !important;
}

body[data-glass-home-surface="comic-tool-home"] #root section[style*="rgba(15, 23, 42, 0.5)"] {
  background:
    linear-gradient(105deg, rgba(29, 43, 58, 0.32), rgba(10, 16, 22, 0.18)) !important;
}

@media (max-width: 640px) {
  .yunling-glass-home-blob:nth-child(1) { --size: 980px; }
  .yunling-glass-home-blob:nth-child(2) { --size: 760px; }
  .yunling-glass-home-blob:nth-child(3) { --size: 620px; }
}

body:has(.home-page) #root,
body:has(.home-page) #root > * {
  position: relative;
  z-index: 5;
}

body:has(.home-page) .home-page {
  background: transparent !important;
  color: var(--yunling-glass-text) !important;
}

body:has(.home-page) .home-hero {
  background-image: none !important;
}

body:has(.home-page) .home-course-card img,
body:has(.home-page) .home-live-card__media img {
  opacity: 0.42;
  filter: saturate(0.72) contrast(0.92);
}

body:has(.home-page) .home-tool-preview__shot {
  background-image:
    radial-gradient(circle at 46% 38%, rgba(245, 255, 255, 0.72) 0 5%, rgba(86, 245, 235, 0.24) 20%, transparent 64%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.22), rgba(72, 206, 218, 0.12)) !important;
}

body:has(.home-page) .home-hero__shade {
  background:
    linear-gradient(90deg, rgba(1, 5, 10, 0.24), rgba(5, 9, 14, 0.07) 44%, rgba(2, 4, 8, 0.28)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.13)) !important;
}

body:has(.home-page) .home-band,
body:has(.home-page) .home-band--intro,
body:has(.home-page) .home-band--live,
body:has(.home-page) .home-band--tool,
body:has(.home-page) .home-footer {
  background: transparent !important;
}

@media (max-width: 640px) {
  body:has(.home-page)::before {
    width: 1040px;
    height: 820px;
    top: 38%;
  }
}

body[data-glass-home-surface]:has(.home-page)::before,
body[data-glass-home-surface]:has(.home-page)::after {
  content: none !important;
  display: none !important;
}

body[data-glass-home-surface="comic-tool-home"] #root section[style*="min-height: 660px"] {
  min-height: 720px !important;
  background:
    radial-gradient(circle at 50% 44%, rgba(0, 0, 0, 0.40), transparent 28%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.62)) !important;
}

body[data-glass-home-surface="comic-tool-home"] #root section[style*="min-height: 660px"] > div[aria-hidden="true"],
body[data-glass-home-surface="comic-tool-home"] #root video,
body[data-glass-home-surface="comic-tool-home"] #root button[aria-label*="背景音"] {
  display: none !important;
}

body[data-glass-home-surface="comic-tool-home"] #root h1[style],
body[data-glass-home-surface="comic-tool-home"] #root h1[style] span {
  font-size: clamp(54px, 6vw, 86px) !important;
  font-weight: 850 !important;
  line-height: 1.08 !important;
  color: #fff7e8 !important;
  -webkit-text-fill-color: #fff7e8 !important;
  background: none !important;
  text-shadow:
    0 4px 26px rgba(0, 0, 0, 0.92),
    0 0 42px rgba(244, 255, 249, 0.24),
    0 0 78px rgba(64, 245, 255, 0.20) !important;
}

body[data-glass-home-surface="comic-tool-home"] #root h1[style] span {
  color: #d8fff7 !important;
  -webkit-text-fill-color: #d8fff7 !important;
  text-shadow:
    0 4px 28px rgba(0, 0, 0, 0.95),
    0 0 34px rgba(64, 245, 255, 0.44),
    0 0 72px rgba(178, 145, 255, 0.30) !important;
}

body[data-glass-home-surface="comic-tool-home"] #root p[style] {
  max-width: 680px !important;
  color: rgba(255, 250, 240, 0.92) !important;
  font-size: 19px !important;
  line-height: 1.9 !important;
  font-weight: 650 !important;
  text-shadow:
    0 2px 14px rgba(0, 0, 0, 0.92),
    0 0 26px rgba(0, 0, 0, 0.48) !important;
}

body[data-glass-home-surface="comic-tool-home"] #root div[style*="AI 驱动"],
body[data-glass-home-surface="comic-tool-home"] #root div[style*="border-radius: 20px"] {
  color: #bffcff !important;
  font-weight: 800 !important;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.78) !important;
}

body[data-glass-home-surface="comic-tool-home"] #root section[style*="min-height: 660px"] button[style] {
  min-height: 58px !important;
  padding: 0 34px !important;
  border-radius: 999px !important;
  color: #fffaf0 !important;
  font-size: 17px !important;
  font-weight: 850 !important;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.74) !important;
}

body[data-glass-home-surface="comic-tool-home"] #root section[style*="min-height: 660px"] + section {
  margin-top: -22px !important;
}

@media (max-width: 640px) {
  body[data-glass-home-surface="comic-tool-home"] #root h1[style],
  body[data-glass-home-surface="comic-tool-home"] #root h1[style] span {
    font-size: clamp(38px, 12vw, 58px) !important;
  }

  body[data-glass-home-surface="comic-tool-home"] #root p[style] {
    font-size: 16px !important;
  }
}

body[data-glass-home-surface] .front-nav__link,
body[data-glass-home-surface] .front-nav__icon-btn,
body[data-glass-home-surface] .front-nav__user,
body[data-glass-home-surface] .home-feature,
body[data-glass-home-surface] .home-course-card,
body[data-glass-home-surface] .home-live-card,
body[data-glass-home-surface] .home-tool-panel,
body[data-glass-home-surface] .home-tool-preview,
body[data-glass-home-surface] .home-stats div,
body[data-glass-home-surface] .home-announcement,
body[data-glass-home-surface] .home-hero__tag,
body[data-glass-home-surface] .home-tag-row span,
body[data-glass-home-surface] .home-live-state,
body[data-glass-home-surface] .ant-btn,
body[data-glass-home-surface="comic-tool-home"] #root button[style],
body[data-glass-home-surface="comic-tool-home"] #root div[style*="height: 220px"],
body[data-glass-home-surface="comic-tool-home"] #root div[style*="padding: 32px 24px"],
body[data-glass-home-surface="comic-tool-home"] #root div[style*="padding: 30px"],
body[data-glass-home-surface="comic-tool-home"] #root div[style*="padding: 22px 24px"],
body[data-glass-home-surface="comic-tool-home"] #root div[style*="padding: 12px 14px"],
body[data-glass-home-surface="comic-tool-home"] #root span[style*="padding: 10px 14px"],
body[data-glass-home-surface="comic-tool-home"] #root span[style*="min-height: 32px"],
body[data-glass-home-surface="comic-tool-home"] #root span[style*="border"] {
  position: relative !important;
  overflow: hidden !important;
  border: 1px solid var(--yunling-glass-line) !important;
  background:
    linear-gradient(122deg, rgba(255, 255, 255, 0.28), rgba(218, 255, 252, 0.16) 42%, rgba(255, 255, 255, 0.08)) !important;
  -webkit-backdrop-filter: blur(30px) saturate(0.72) brightness(1.08) !important;
  backdrop-filter: blur(30px) saturate(0.72) brightness(1.08) !important;
  box-shadow:
    0 26px 80px rgba(0, 0, 0, 0.20),
    inset 0 1px 0 rgba(255, 255, 255, 0.34),
    inset 0 -1px 0 rgba(218, 255, 252, 0.18) !important;
}

body[data-glass-home-surface] .front-nav__link::before,
body[data-glass-home-surface] .front-nav__icon-btn::before,
body[data-glass-home-surface] .front-nav__user::before,
body[data-glass-home-surface] .home-feature::before,
body[data-glass-home-surface] .home-course-card::before,
body[data-glass-home-surface] .home-live-card::before,
body[data-glass-home-surface] .home-tool-panel::before,
body[data-glass-home-surface] .home-tool-preview::before,
body[data-glass-home-surface] .home-stats div::before,
body[data-glass-home-surface] .home-announcement::before,
body[data-glass-home-surface] .home-hero__tag::before,
body[data-glass-home-surface] .home-tag-row span::before,
body[data-glass-home-surface] .home-live-state::before,
body[data-glass-home-surface] .ant-btn::before,
body[data-glass-home-surface="comic-tool-home"] #root button[style]::before,
body[data-glass-home-surface="comic-tool-home"] #root div[style*="height: 220px"]::before,
body[data-glass-home-surface="comic-tool-home"] #root div[style*="padding: 32px 24px"]::before,
body[data-glass-home-surface="comic-tool-home"] #root div[style*="padding: 30px"]::before,
body[data-glass-home-surface="comic-tool-home"] #root div[style*="padding: 22px 24px"]::before,
body[data-glass-home-surface="comic-tool-home"] #root div[style*="padding: 12px 14px"]::before,
body[data-glass-home-surface="comic-tool-home"] #root span[style*="padding: 10px 14px"]::before,
body[data-glass-home-surface="comic-tool-home"] #root span[style*="min-height: 32px"]::before,
body[data-glass-home-surface="comic-tool-home"] #root span[style*="border"]::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    linear-gradient(132deg, rgba(255, 255, 255, 0.32), rgba(255, 255, 255, 0.07) 18%, transparent 36%),
    radial-gradient(ellipse at 92% 92%, rgba(218, 255, 252, 0.22), transparent 30%);
  pointer-events: none;
  z-index: 0;
}

body[data-glass-home-surface] .home-section-head > *,
body[data-glass-home-surface] .home-tool-copy > *,
body[data-glass-home-surface] .home-feature strong,
body[data-glass-home-surface] .home-feature span,
body[data-glass-home-surface] .home-course-card h3,
body[data-glass-home-surface] .home-course-card p,
body[data-glass-home-surface] .home-live-card h3,
body[data-glass-home-surface] .home-live-card p,
body[data-glass-home-surface] .home-stats div > *,
body[data-glass-home-surface] .home-announcement > *,
body[data-glass-home-surface] .front-nav__link > *,
body[data-glass-home-surface] .front-nav__icon-btn > *,
body[data-glass-home-surface] .front-nav__user > *,
body[data-glass-home-surface] .home-feature > *,
body[data-glass-home-surface] .home-course-card > *,
body[data-glass-home-surface] .home-live-card > *,
body[data-glass-home-surface] .home-tool-panel > *,
body[data-glass-home-surface] .home-tool-preview > *,
body[data-glass-home-surface] .home-stats div > *,
body[data-glass-home-surface] .home-announcement > *,
body[data-glass-home-surface] .home-hero__tag > *,
body[data-glass-home-surface] .home-tag-row span > *,
body[data-glass-home-surface] .home-live-state > *,
body[data-glass-home-surface] .ant-btn > *,
body[data-glass-home-surface="comic-tool-home"] #root button[style] > *,
body[data-glass-home-surface="comic-tool-home"] #root div[style*="height: 220px"] > *,
body[data-glass-home-surface="comic-tool-home"] #root div[style*="padding: 32px 24px"] > *,
body[data-glass-home-surface="comic-tool-home"] #root div[style*="padding: 30px"] > *,
body[data-glass-home-surface="comic-tool-home"] #root div[style*="padding: 22px 24px"] > *,
body[data-glass-home-surface="comic-tool-home"] #root div[style*="padding: 12px 14px"] > *,
body[data-glass-home-surface="comic-tool-home"] #root span[style*="padding: 10px 14px"] > *,
body[data-glass-home-surface="comic-tool-home"] #root span[style*="min-height: 32px"] > *,
body[data-glass-home-surface="comic-tool-home"] #root span[style*="border"] > *,
body[data-glass-home-surface="comic-tool-home"] #root main span[style*="border-radius"] > *,
body[data-glass-home-surface="comic-tool-home"] #root main span[style*="border:"] > * {
  position: relative !important;
  z-index: 1 !important;
}

body[data-glass-home-surface] .front-nav__link.is-active,
body[data-glass-home-surface] .front-nav__link:hover,
body[data-glass-home-surface] .ant-btn-primary,
body[data-glass-home-surface="comic-tool-home"] #root section[style*="min-height: 660px"] button[style]:first-of-type {
  border-color: rgba(64, 245, 255, 0.62) !important;
  background:
    linear-gradient(105deg, rgba(255, 255, 255, 0.32), rgba(218, 255, 252, 0.16)) !important;
  box-shadow:
    0 0 34px rgba(64, 245, 255, 0.28),
    0 20px 64px rgba(0, 0, 0, 0.36),
    inset 0 1px 0 rgba(255, 255, 255, 0.58) !important;
}

body[data-glass-home-surface] .home-feature,
body[data-glass-home-surface] .home-course-card,
body[data-glass-home-surface] .home-live-card,
body[data-glass-home-surface] .home-tool-panel,
body[data-glass-home-surface] .home-tool-preview,
body[data-glass-home-surface] .home-stats div,
body[data-glass-home-surface] .home-announcement,
body[data-glass-home-surface="comic-tool-home"] #root main button[style],
body[data-glass-home-surface="comic-tool-home"] #root main div[style*="height: 220px"],
body[data-glass-home-surface="comic-tool-home"] #root main div[style*="padding: 32px 24px"],
body[data-glass-home-surface="comic-tool-home"] #root main div[style*="padding: 30px"],
body[data-glass-home-surface="comic-tool-home"] #root main div[style*="padding: 22px 24px"],
body[data-glass-home-surface="comic-tool-home"] #root main div[style*="box-shadow"],
body[data-glass-home-surface="comic-tool-home"] #root main div[style*="border-radius"] {
  border-color: rgba(64, 245, 255, 0.62) !important;
  background:
    linear-gradient(105deg, rgba(255, 255, 255, 0.20), rgba(218, 255, 252, 0.07)) !important;
  box-shadow:
    0 0 34px rgba(64, 245, 255, 0.28),
    0 20px 64px rgba(0, 0, 0, 0.36),
    inset 0 1px 0 rgba(255, 255, 255, 0.58) !important;
}

body[data-glass-home-surface] .home-feature::before,
body[data-glass-home-surface] .home-course-card::before,
body[data-glass-home-surface] .home-live-card::before,
body[data-glass-home-surface] .home-tool-panel::before,
body[data-glass-home-surface] .home-tool-preview::before,
body[data-glass-home-surface] .home-stats div::before,
body[data-glass-home-surface] .home-announcement::before,
body[data-glass-home-surface="comic-tool-home"] #root main button[style]::before,
body[data-glass-home-surface="comic-tool-home"] #root main div[style*="height: 220px"]::before,
body[data-glass-home-surface="comic-tool-home"] #root main div[style*="padding: 32px 24px"]::before,
body[data-glass-home-surface="comic-tool-home"] #root main div[style*="padding: 30px"]::before,
body[data-glass-home-surface="comic-tool-home"] #root main div[style*="padding: 22px 24px"]::before,
body[data-glass-home-surface="comic-tool-home"] #root main div[style*="box-shadow"]::before,
body[data-glass-home-surface="comic-tool-home"] #root main div[style*="border-radius"]::before {
  background:
    linear-gradient(132deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.05) 18%, transparent 36%),
    radial-gradient(ellipse at 92% 92%, rgba(64, 245, 255, 0.18), transparent 34%) !important;
  z-index: 0;
}

body[data-glass-home-surface="comic-tool-home"] #root main div[style*="height: 220px"]::after,
body[data-glass-home-surface="comic-tool-home"] #root main div[style*="padding: 32px 24px"]::after,
body[data-glass-home-surface="comic-tool-home"] #root main div[style*="padding: 30px"]::after,
body[data-glass-home-surface="comic-tool-home"] #root main div[style*="padding: 22px 24px"]::after,
body[data-glass-home-surface="comic-tool-home"] #root main div[style*="box-shadow"]::after,
body[data-glass-home-surface="comic-tool-home"] #root main div[style*="border-radius"]::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  pointer-events: none;
  background:
    radial-gradient(circle at 20% 18%, rgba(255, 255, 255, 0.24), transparent 28%),
    radial-gradient(circle at 88% 86%, rgba(64, 245, 255, 0.14), transparent 30%);
  z-index: 0;
}

body[data-glass-home-surface] #root,
body[data-glass-home-surface] #root *:not(svg):not(path) {
  text-shadow:
    0 2px 12px rgba(0, 0, 0, 0.82),
    0 0 22px rgba(0, 0, 0, 0.42) !important;
}

body[data-glass-home-surface="platform-home"] .home-hero h1 {
  max-width: 980px !important;
  color: #fff5e4 !important;
  -webkit-text-fill-color: #fff5e4 !important;
  background: none !important;
  font-size: clamp(86px, 10vw, 128px) !important;
  font-weight: 920 !important;
  line-height: 0.94 !important;
  letter-spacing: 0 !important;
  text-shadow:
    0 5px 28px rgba(0, 0, 0, 0.96),
    0 0 38px rgba(255, 250, 240, 0.24),
    0 0 76px rgba(64, 245, 255, 0.24) !important;
}

body[data-glass-home-surface="platform-home"] .home-hero p {
  color: rgba(255, 250, 240, 0.9) !important;
  font-size: 20px !important;
  font-weight: 650 !important;
  text-shadow:
    0 3px 16px rgba(0, 0, 0, 0.94),
    0 0 24px rgba(0, 0, 0, 0.44) !important;
}

/* ponytail: hide green gradient, let galaxy canvas show through */
body:has(.home-page)::before, body:has(.home-page)::after { display: none !important; }


/* ponytail: kill bgGradient1/bgGradient2 (cyan + purple balls on comic-tool page) */
body[data-glass-home-surface="comic-tool-home"] #root > div > div[style*="radial-gradient"] {
  display: none !important;
}
