body.home-page {
  background:
    radial-gradient(circle at 16% 10%, rgba(112, 214, 255, 0.28), transparent 24%),
    radial-gradient(circle at 84% 12%, rgba(145, 132, 255, 0.24), transparent 28%),
    radial-gradient(circle at 56% 36%, rgba(64, 122, 222, 0.20), transparent 38%),
    radial-gradient(circle at 50% 82%, rgba(73, 181, 255, 0.14), transparent 34%),
    linear-gradient(180deg, #050d17 0%, #091524 24%, #0b1d31 54%, #102a48 100%);
}

body.home-page::after {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.034) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), transparent 92%);
  opacity: 0.1;
}

.home-scene {
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.home-scene::before,
.home-scene::after {
  content: "";
  position: absolute;
  inset: 0;
}

.home-scene::before {
  background:
    radial-gradient(circle at 12% 18%, rgba(116, 226, 255, 0.18), transparent 20%),
    radial-gradient(circle at 82% 16%, rgba(137, 146, 255, 0.22), transparent 22%),
    radial-gradient(circle at 32% 78%, rgba(111, 241, 215, 0.14), transparent 18%),
    radial-gradient(circle at 56% 34%, rgba(93, 164, 255, 0.12), transparent 26%);
}

.home-scene::after {
  background:
    linear-gradient(180deg, rgba(3, 10, 18, 0) 0%, rgba(3, 10, 18, 0.12) 52%, rgba(3, 10, 18, 0.28) 100%),
    radial-gradient(circle at center, rgba(7, 17, 29, 0), rgba(7, 17, 29, 0.22) 72%, rgba(4, 10, 19, 0.62) 100%);
}

.home-scene-ribbon,
.home-scene-glow {
  position: absolute;
  border-radius: 999px;
  mix-blend-mode: screen;
}

.home-scene-ribbon {
  filter: blur(42px);
  opacity: 0.64;
}

.home-scene-ribbon.ribbon-a {
  top: 7%;
  right: -12%;
  width: min(42vw, 680px);
  height: 220px;
  background: linear-gradient(90deg, rgba(112, 214, 255, 0), rgba(112, 214, 255, 0.26), rgba(145, 132, 255, 0.18));
  transform: rotate(-18deg);
}

.home-scene-ribbon.ribbon-b {
  bottom: 15%;
  left: -14%;
  width: min(40vw, 620px);
  height: 200px;
  background: linear-gradient(90deg, rgba(119, 245, 220, 0), rgba(119, 245, 220, 0.18), rgba(73, 181, 255, 0.2));
  transform: rotate(18deg);
}

.home-scene-glow {
  filter: blur(88px);
  opacity: 0.5;
}

.home-scene-glow.glow-a {
  top: 34px;
  left: -60px;
  width: 360px;
  height: 300px;
  background: radial-gradient(circle, rgba(112, 214, 255, 0.34), rgba(112, 214, 255, 0));
}

.home-scene-glow.glow-b {
  top: 12%;
  right: 8%;
  width: 320px;
  height: 320px;
  background: radial-gradient(circle, rgba(145, 132, 255, 0.28), rgba(145, 132, 255, 0));
}

.home-scene-glow.glow-c {
  bottom: 8%;
  left: 24%;
  width: 360px;
  height: 280px;
  background: radial-gradient(circle, rgba(119, 245, 220, 0.22), rgba(119, 245, 220, 0));
}

.home-shell {
  display: grid;
  gap: 18px;
  position: relative;
  isolation: isolate;
}

.home-shell > * {
  position: relative;
  z-index: 1;
}

.home-atmosphere {
  position: absolute;
  inset: -44px -34px -84px;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  border-radius: 44px;
}

.home-atmosphere::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 8%, rgba(116, 226, 255, 0.24), transparent 22%),
    radial-gradient(circle at 88% 10%, rgba(123, 146, 255, 0.24), transparent 24%),
    radial-gradient(circle at 78% 48%, rgba(176, 134, 255, 0.18), transparent 19%),
    radial-gradient(circle at 24% 82%, rgba(111, 241, 215, 0.16), transparent 24%),
    linear-gradient(180deg, rgba(8, 18, 32, 0.06), rgba(8, 18, 32, 0));
}

.home-atmosphere::after {
  content: "";
  position: absolute;
  inset: 4% 3% 2%;
  background-image:
    radial-gradient(circle at center, rgba(255, 255, 255, 0.66) 0 1.2px, transparent 1.8px),
    radial-gradient(circle at center, rgba(143, 227, 255, 0.48) 0 1px, transparent 1.6px);
  background-position: 0 0, 56px 84px;
  background-size: 180px 180px, 240px 240px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.42), transparent 90%);
  opacity: 0.18;
  animation: home-star-drift 26s linear infinite;
}

.home-atmosphere-ribbon,
.home-atmosphere-glow,
.home-atmosphere-orb,
.home-atmosphere-spark {
  position: absolute;
}

.home-atmosphere-ribbon {
  border-radius: 999px;
  filter: blur(34px);
  opacity: 0.54;
}

.home-atmosphere-ribbon.ribbon-cyan {
  top: 120px;
  right: -90px;
  width: 440px;
  height: 150px;
  background: linear-gradient(90deg, rgba(121, 241, 255, 0), rgba(121, 241, 255, 0.26), rgba(128, 146, 255, 0.16));
  transform: rotate(-14deg);
  animation: home-ribbon-cyan 22s ease-in-out infinite;
}

.home-atmosphere-ribbon.ribbon-violet {
  bottom: 170px;
  left: -120px;
  width: 380px;
  height: 140px;
  background: linear-gradient(90deg, rgba(111, 241, 215, 0), rgba(111, 241, 215, 0.16), rgba(167, 129, 255, 0.24));
  transform: rotate(20deg);
  animation: home-ribbon-violet 24s ease-in-out infinite;
}

.home-atmosphere-glow {
  border-radius: 999px;
  filter: blur(72px);
  mix-blend-mode: screen;
  opacity: 0.5;
  animation: home-glow-drift 18s ease-in-out infinite;
}

.home-atmosphere-glow.glow-cyan {
  top: 28px;
  left: -40px;
  width: 360px;
  height: 320px;
  background: radial-gradient(circle, rgba(110, 231, 255, 0.30), rgba(110, 231, 255, 0));
}

.home-atmosphere-glow.glow-violet {
  top: 220px;
  right: 40px;
  width: 340px;
  height: 340px;
  background: radial-gradient(circle, rgba(145, 140, 255, 0.26), rgba(145, 140, 255, 0));
  animation-duration: 21s;
}

.home-atmosphere-glow.glow-teal {
  bottom: 20px;
  left: 22%;
  width: 320px;
  height: 260px;
  background: radial-gradient(circle, rgba(118, 245, 220, 0.22), rgba(118, 245, 220, 0));
  animation-duration: 25s;
}

.home-atmosphere-orb {
  border-radius: 50%;
  border: 1px solid rgba(183, 229, 255, 0.16);
  background:
    radial-gradient(circle at 32% 26%, rgba(255, 255, 255, 0.58), rgba(255, 255, 255, 0.22) 14%, rgba(124, 203, 255, 0.20) 36%, rgba(62, 105, 173, 0.10) 58%, rgba(62, 105, 173, 0) 74%);
  box-shadow:
    inset 0 0 24px rgba(255, 255, 255, 0.10),
    0 0 40px rgba(89, 169, 227, 0.14);
  backdrop-filter: blur(6px);
  opacity: 0.52;
  animation: home-orb-float var(--orb-speed, 18s) ease-in-out infinite;
}

.home-atmosphere-orb::before,
.home-atmosphere-orb::after {
  content: "";
  position: absolute;
  border-radius: 50%;
}

.home-atmosphere-orb::before {
  inset: 14% 18% 46% 20%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.44), rgba(255, 255, 255, 0));
  filter: blur(4px);
}

.home-atmosphere-orb::after {
  inset: 9%;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.home-atmosphere-orb.orb-1 {
  top: 84px;
  right: 11%;
  width: 158px;
  height: 158px;
  --orb-speed: 16s;
}

.home-atmosphere-orb.orb-2 {
  top: 380px;
  right: 31%;
  width: 112px;
  height: 112px;
  opacity: 0.38;
  animation-delay: -6s;
  --orb-speed: 14s;
}

.home-atmosphere-orb.orb-3 {
  bottom: 280px;
  left: 5%;
  width: 136px;
  height: 136px;
  opacity: 0.44;
  animation-delay: -10s;
  --orb-speed: 20s;
}

.home-atmosphere-orb.orb-4 {
  right: 15%;
  bottom: 120px;
  width: 84px;
  height: 84px;
  opacity: 0.34;
  animation-delay: -3s;
  --orb-speed: 13s;
}

.home-atmosphere-spark {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: rgba(238, 248, 255, 0.9);
  box-shadow: 0 0 18px rgba(143, 227, 255, 0.56);
  animation: home-spark 6s ease-in-out infinite;
}

.home-atmosphere-spark::before,
.home-atmosphere-spark::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 1px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0));
  transform: translate(-50%, -50%);
}

.home-atmosphere-spark::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.home-atmosphere-spark.spark-1 {
  top: 70px;
  left: 34%;
  animation-delay: -1.2s;
}

.home-atmosphere-spark.spark-2 {
  top: 220px;
  right: 22%;
  animation-delay: -2.8s;
}

.home-atmosphere-spark.spark-3 {
  top: 480px;
  left: 18%;
  animation-delay: -0.8s;
}

.home-atmosphere-spark.spark-4 {
  right: 8%;
  bottom: 340px;
  animation-delay: -4.2s;
}

.home-atmosphere-spark.spark-5 {
  left: 44%;
  bottom: 200px;
  animation-delay: -2s;
}

.home-atmosphere-spark.spark-6 {
  left: 70%;
  bottom: 80px;
  animation-delay: -5s;
}

.home-hero,
.entry-card,
.notice-dialog-shell,
.notice-block,
.qq-group-card {
  border: 1px solid rgba(170, 214, 255, 0.20);
  box-shadow: 0 26px 60px rgba(2, 8, 20, 0.38);
}

.home-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 18px;
  padding: 28px;
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  background:
    radial-gradient(circle at 12% 10%, rgba(112, 214, 255, 0.22), transparent 32%),
    radial-gradient(circle at 86% 16%, rgba(145, 132, 255, 0.18), transparent 28%),
    radial-gradient(circle at 24% 100%, rgba(119, 245, 220, 0.10), transparent 22%),
    linear-gradient(155deg, rgba(18, 33, 58, 0.96), rgba(8, 16, 31, 0.97));
}

.home-hero::before,
.home-hero::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.home-hero::before {
  top: -120px;
  left: -40px;
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, rgba(112, 214, 255, 0.18), rgba(112, 214, 255, 0));
  filter: blur(18px);
}

.home-hero::after {
  right: -120px;
  bottom: -160px;
  width: 360px;
  height: 360px;
  background: radial-gradient(circle, rgba(145, 132, 255, 0.16), rgba(145, 132, 255, 0));
  filter: blur(20px);
}

.hero-copy {
  display: grid;
  align-content: start;
  gap: 14px;
}

.hero-eyebrow,
.notice-dialog-eyebrow {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #c6e4fb;
}

.hero-copy h1,
.home-section-head h2,
.notice-dialog-head h2,
.entry-copy h3,
.notice-block h3 {
  margin: 0;
}

.hero-copy h1 {
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.05;
  color: #f5fbff;
  text-shadow: 0 14px 32px rgba(112, 214, 255, 0.28);
}

.hero-subline {
  margin: 0;
  max-width: 700px;
  color: #b4c8de;
  font-size: 14px;
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-primary-btn,
.hero-secondary-btn {
  text-decoration: none;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 800;
  font: inherit;
  padding: 11px 16px;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.hero-primary-btn {
  color: #061321;
  border: 1px solid transparent;
  background: linear-gradient(135deg, #7be4ff, #9af7da);
  box-shadow: 0 18px 34px rgba(47, 153, 182, 0.24);
}

.hero-secondary-btn {
  color: #dcecff;
  border: 1px solid rgba(170, 214, 255, 0.24);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.10), rgba(255, 255, 255, 0.06));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.hero-primary-btn:hover,
.hero-secondary-btn:hover {
  transform: translateY(-1px);
}

.hero-stage {
  display: flex;
  align-items: stretch;
}

.hero-palette-board {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  padding: 14px;
  border-radius: 24px;
  border: 1px solid rgba(170, 214, 255, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)),
    linear-gradient(160deg, rgba(13, 24, 42, 0.92), rgba(8, 14, 26, 0.86));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.hero-palette-panel,
.entry-card,
.notice-block,
.qq-group-card {
  border-radius: 24px;
  backdrop-filter: blur(12px);
}

.hero-palette-panel {
  display: grid;
  gap: 12px;
  padding: 12px;
  border: 1px solid rgba(170, 214, 255, 0.14);
  background: linear-gradient(160deg, rgba(12, 24, 42, 0.94), rgba(7, 14, 26, 0.82));
}

.hero-palette-panel.tone-abu {
  background:
    linear-gradient(160deg, rgba(73, 181, 255, 0.20), rgba(12, 24, 42, 0.92)),
    linear-gradient(160deg, rgba(12, 24, 42, 0.94), rgba(7, 14, 26, 0.82));
}

.hero-palette-panel.tone-dimo {
  background:
    linear-gradient(160deg, rgba(114, 122, 255, 0.20), rgba(12, 24, 42, 0.92)),
    linear-gradient(160deg, rgba(12, 24, 42, 0.94), rgba(7, 14, 26, 0.82));
}

.hero-palette-panel.tone-shadow {
  background:
    linear-gradient(160deg, rgba(169, 127, 255, 0.18), rgba(12, 24, 42, 0.92)),
    linear-gradient(160deg, rgba(12, 24, 42, 0.94), rgba(7, 14, 26, 0.82));
}

.hero-palette-art {
  position: relative;
  height: 168px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  border: 1px solid rgba(170, 214, 255, 0.14);
  background:
    radial-gradient(circle at top left, rgba(123, 228, 255, 0.18), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
  overflow: hidden;
}

.hero-palette-art::before,
.hero-palette-art::after {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 16px;
  pointer-events: none;
}

.hero-palette-art::before {
  border: 1px solid rgba(255, 255, 255, 0.04);
}

.hero-palette-art::after {
  inset: auto 14px 14px auto;
  width: 54px;
  height: 54px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0));
  filter: blur(4px);
}

.palette-core,
.palette-glow {
  position: absolute;
  border-radius: 999px;
}

.palette-core {
  width: 88px;
  height: 116px;
  transform: rotate(22deg);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.22),
    0 18px 28px rgba(6, 15, 30, 0.34);
}

.palette-glow {
  width: 130px;
  height: 130px;
  filter: blur(18px);
  opacity: 0.52;
}

.tone-abu .palette-core {
  background:
    radial-gradient(circle at 36% 32%, rgba(255, 255, 255, 0.92), rgba(240, 246, 255, 0.96) 36%, rgba(125, 195, 255, 0.9) 64%, rgba(36, 62, 125, 0.92) 100%);
}

.tone-abu .palette-core::after {
  content: "";
  position: absolute;
  inset: 20px 24px 58px 38px;
  border-radius: 14px 14px 22px 22px;
  background: linear-gradient(160deg, rgba(77, 20, 26, 0.95), rgba(122, 41, 48, 0.88));
  transform: rotate(-18deg);
}

.tone-abu .palette-glow {
  background: radial-gradient(circle, rgba(126, 214, 255, 0.42), rgba(126, 214, 255, 0));
}

.tone-dimo .palette-core {
  background:
    radial-gradient(circle at 56% 32%, rgba(248, 250, 255, 0.96), rgba(180, 220, 255, 0.94) 34%, rgba(89, 154, 255, 0.92) 66%, rgba(36, 59, 130, 0.92) 100%);
}

.tone-dimo .palette-core::before {
  content: "";
  position: absolute;
  inset: 24px 20px 40px 18px;
  background: linear-gradient(165deg, rgba(247, 223, 90, 0.96), rgba(231, 197, 48, 0.88));
  clip-path: polygon(18% 14%, 48% 14%, 100% 44%, 62% 46%, 38% 82%, 42% 48%, 0% 48%);
}

.tone-dimo .palette-glow {
  background: radial-gradient(circle, rgba(137, 189, 255, 0.38), rgba(137, 189, 255, 0));
}

.tone-shadow .palette-core {
  background:
    radial-gradient(circle at 60% 28%, rgba(243, 239, 255, 0.96), rgba(196, 206, 255, 0.92) 34%, rgba(124, 136, 224, 0.9) 64%, rgba(41, 49, 108, 0.94) 100%);
}

.tone-shadow .palette-core::before,
.tone-shadow .palette-core::after {
  content: "";
  position: absolute;
  background: linear-gradient(165deg, rgba(99, 112, 145, 0.94), rgba(56, 62, 88, 0.92));
}

.tone-shadow .palette-core::before {
  inset: 24px 20px 54px 10px;
  clip-path: polygon(8% 14%, 52% 0%, 58% 22%, 24% 36%);
}

.tone-shadow .palette-core::after {
  inset: 48px 16px 18px 38px;
  clip-path: polygon(0% 0%, 36% 6%, 30% 46%, 60% 24%, 100% 40%, 70% 58%, 72% 100%, 42% 70%, 0% 82%, 22% 40%);
}

.tone-shadow .palette-glow {
  background: radial-gradient(circle, rgba(154, 143, 255, 0.36), rgba(154, 143, 255, 0));
}

.hero-palette-copy {
  display: grid;
  gap: 8px;
}

.hero-palette-copy strong {
  font-size: 15px;
  color: #f4fbff;
}

.hero-swatch-row {
  display: flex;
  gap: 8px;
}

.hero-swatch-row span {
  width: 100%;
  height: 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: var(--swatch);
}

.home-section {
  display: grid;
  gap: 14px;
}

.home-section-head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.home-section-head h2 {
  font-size: 28px;
  color: #f4fbff;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  text-shadow: 0 10px 24px rgba(112, 214, 255, 0.18);
}

.home-section-head h2::before,
.home-section-head h2::after {
  content: "";
  width: min(190px, 22vw);
  height: 1px;
  flex: 0 1 min(190px, 22vw);
}

.home-section-head h2::before {
  background: linear-gradient(90deg, rgba(145, 132, 255, 0), rgba(145, 132, 255, 0.24), rgba(123, 228, 255, 0.42));
}

.home-section-head h2::after {
  background: linear-gradient(90deg, rgba(123, 228, 255, 0.42), rgba(145, 132, 255, 0.24), rgba(145, 132, 255, 0));
}

.entry-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.home-placeholder-section {
  display: grid;
  gap: 14px;
}

.home-placeholder-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.home-placeholder-card {
  --entry-accent: 112, 214, 255;
  display: grid;
  gap: 14px;
  padding: 20px 18px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  border-radius: 24px;
  border: 1px solid rgba(170, 214, 255, 0.20);
  color: inherit;
  background: linear-gradient(155deg, rgba(18, 33, 58, 0.94), rgba(10, 20, 37, 0.88));
  box-shadow: 0 24px 58px rgba(2, 8, 20, 0.36);
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.home-placeholder-card:hover {
  transform: translateY(-4px) translateX(2px);
  border-color: rgba(170, 214, 255, 0.34);
  box-shadow: 0 28px 58px rgba(2, 8, 20, 0.32);
}

.home-placeholder-card::before,
.home-placeholder-card::after,
.entry-card::before,
.entry-card::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.home-placeholder-card::before,
.entry-card::before {
  top: -52px;
  right: -12px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(var(--entry-accent), 0.22), rgba(var(--entry-accent), 0));
  opacity: 0.54;
  transform: translate3d(16px, -4px, 0);
  transition: transform 0.24s ease, opacity 0.24s ease;
}

.home-placeholder-card::after,
.entry-card::after {
  top: 0;
  left: 24px;
  right: 24px;
  height: 1px;
  background: linear-gradient(90deg, rgba(var(--entry-accent), 0), rgba(var(--entry-accent), 0.44), rgba(var(--entry-accent), 0));
  opacity: 0.58;
}

.home-placeholder-card > *,
.entry-card > * {
  position: relative;
  z-index: 1;
}

.home-placeholder-card:hover::before,
.entry-card:hover::before {
  opacity: 0.74;
  transform: translate3d(0, 0, 0);
}

.home-placeholder-card.tone-cyan {
  --entry-accent: 73, 181, 255;
  background:
    linear-gradient(155deg, rgba(73, 181, 255, 0.24), rgba(18, 33, 58, 0.94) 36%),
    linear-gradient(155deg, rgba(18, 33, 58, 0.94), rgba(10, 20, 37, 0.88));
}

.home-placeholder-card.tone-blue {
  --entry-accent: 124, 148, 255;
  background:
    linear-gradient(155deg, rgba(124, 148, 255, 0.22), rgba(18, 33, 58, 0.94) 36%),
    linear-gradient(155deg, rgba(18, 33, 58, 0.94), rgba(10, 20, 37, 0.88));
}

.home-placeholder-card.tone-gold {
  --entry-accent: 255, 197, 108;
  background:
    linear-gradient(155deg, rgba(255, 197, 108, 0.22), rgba(18, 33, 58, 0.94) 36%),
    linear-gradient(155deg, rgba(18, 33, 58, 0.94), rgba(10, 20, 37, 0.88));
}

.home-placeholder-card.tone-violet {
  --entry-accent: 175, 135, 255;
  background:
    linear-gradient(155deg, rgba(175, 135, 255, 0.22), rgba(18, 33, 58, 0.94) 36%),
    linear-gradient(155deg, rgba(18, 33, 58, 0.94), rgba(10, 20, 37, 0.88));
}

.home-placeholder-card.tone-teal {
  --entry-accent: 119, 245, 220;
  background:
    linear-gradient(155deg, rgba(119, 245, 220, 0.20), rgba(18, 33, 58, 0.94) 36%),
    linear-gradient(155deg, rgba(18, 33, 58, 0.94), rgba(10, 20, 37, 0.88));
}

.home-placeholder-icon {
  width: 52px;
  height: 52px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(var(--entry-accent), 0.26);
  background: linear-gradient(145deg, rgba(var(--entry-accent), 0.20), rgba(255, 255, 255, 0.08));
  color: #eef8ff;
  font-size: 19px;
  box-shadow: 0 14px 28px rgba(var(--entry-accent), 0.12);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.home-placeholder-copy {
  display: grid;
  gap: 8px;
}

.home-placeholder-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.home-placeholder-copy strong {
  font-size: 22px;
  color: #f5fbff;
}

.home-placeholder-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 9px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  color: #e4f1ff;
  border: 1px solid rgba(170, 214, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  white-space: nowrap;
}

.home-placeholder-copy p {
  margin: 0;
  color: #aabfd6;
  font-size: 13px;
  line-height: 1.7;
}

.entry-card {
  --entry-accent: 112, 214, 255;
  display: grid;
  gap: 14px;
  padding: 20px 18px;
  text-decoration: none;
  color: inherit;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: linear-gradient(160deg, rgba(17, 31, 54, 0.95), rgba(9, 18, 33, 0.92));
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.entry-card:hover {
  transform: translateY(-4px) translateX(2px);
  border-color: rgba(170, 214, 255, 0.34);
  box-shadow: 0 28px 58px rgba(2, 8, 20, 0.32);
}

.entry-card.tone-cyan {
  --entry-accent: 73, 181, 255;
  background:
    linear-gradient(160deg, rgba(73, 181, 255, 0.18), rgba(17, 31, 54, 0.95) 36%),
    linear-gradient(160deg, rgba(17, 31, 54, 0.95), rgba(9, 18, 33, 0.92));
}

.entry-card.tone-blue {
  --entry-accent: 124, 148, 255;
  background:
    linear-gradient(160deg, rgba(124, 148, 255, 0.18), rgba(17, 31, 54, 0.95) 36%),
    linear-gradient(160deg, rgba(17, 31, 54, 0.95), rgba(9, 18, 33, 0.92));
}

.entry-card.tone-violet {
  --entry-accent: 175, 135, 255;
  background:
    linear-gradient(160deg, rgba(175, 135, 255, 0.16), rgba(17, 31, 54, 0.95) 36%),
    linear-gradient(160deg, rgba(17, 31, 54, 0.95), rgba(9, 18, 33, 0.92));
}

.entry-card.tone-ice {
  --entry-accent: 147, 237, 255;
  background:
    linear-gradient(160deg, rgba(147, 237, 255, 0.16), rgba(17, 31, 54, 0.95) 36%),
    linear-gradient(160deg, rgba(17, 31, 54, 0.95), rgba(9, 18, 33, 0.92));
}

.entry-card.tone-gold {
  --entry-accent: 255, 197, 108;
  background:
    linear-gradient(160deg, rgba(255, 197, 108, 0.15), rgba(17, 31, 54, 0.95) 36%),
    linear-gradient(160deg, rgba(17, 31, 54, 0.95), rgba(9, 18, 33, 0.92));
}

.entry-card.tone-teal {
  --entry-accent: 119, 245, 220;
  background:
    linear-gradient(160deg, rgba(119, 245, 220, 0.16), rgba(17, 31, 54, 0.95) 36%),
    linear-gradient(160deg, rgba(17, 31, 54, 0.95), rgba(9, 18, 33, 0.92));
}

.entry-icon {
  width: 54px;
  height: 54px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(var(--entry-accent), 0.26);
  background: linear-gradient(145deg, rgba(var(--entry-accent), 0.22), rgba(255, 255, 255, 0.08));
  color: #eef8ff;
  font-size: 20px;
  box-shadow: 0 14px 28px rgba(var(--entry-accent), 0.12);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.entry-card:hover .entry-icon,
.home-placeholder-card:hover .home-placeholder-icon {
  transform: translateY(-2px) scale(1.04);
  border-color: rgba(var(--entry-accent), 0.4);
  box-shadow: 0 18px 34px rgba(var(--entry-accent), 0.18);
}

.entry-copy {
  display: grid;
  gap: 8px;
}

.entry-copy h3 {
  font-size: 24px;
  color: #f5fbff;
}

.entry-copy p,
.fine-print,
.help-list li,
.qq-group-text {
  margin: 0;
  color: #aabfd6;
  font-size: 13px;
  line-height: 1.7;
}

.notice-dialog {
  width: min(760px, calc(100% - 26px));
  border: 0;
  padding: 0;
  border-radius: 28px;
  background: transparent;
}

.notice-dialog::backdrop {
  background: rgba(1, 7, 16, 0.66);
  backdrop-filter: blur(5px);
}

.notice-dialog-shell {
  display: grid;
  gap: 16px;
  padding: 20px;
  background:
    radial-gradient(circle at top right, rgba(112, 214, 255, 0.16), transparent 32%),
    linear-gradient(160deg, rgba(10, 20, 36, 0.96), rgba(6, 12, 24, 0.98));
}

.notice-dialog-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.notice-dialog-head h2 {
  font-size: 24px;
  color: #f5fbff;
}

.fine-print {
  margin-top: 8px;
}

.mini-btn {
  border: 1px solid rgba(170, 214, 255, 0.18);
  border-radius: 999px;
  padding: 9px 14px;
  background: rgba(255, 255, 255, 0.06);
  color: #eaf6ff;
  font: inherit;
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
}

.notice-dialog-body {
  display: grid;
  gap: 14px;
}

.notice-block {
  display: grid;
  gap: 10px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.05);
}

.notice-support-block {
  gap: 16px;
  padding: 18px;
  border: 1px solid rgba(170, 214, 255, 0.14);
  border-radius: 28px;
  background:
    radial-gradient(circle at top left, rgba(112, 214, 255, 0.08), transparent 34%),
    linear-gradient(160deg, rgba(13, 25, 43, 0.72), rgba(8, 14, 26, 0.62));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.help-list {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 8px;
}

.notice-link {
  color: #95e0ff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 800;
}

.qq-group-grid {
  display: grid;
  gap: 14px;
}

.qq-group-card {
  padding: 16px 18px;
  border: 1px solid rgba(170, 214, 255, 0.18);
  background:
    radial-gradient(circle at top left, rgba(112, 214, 255, 0.12), transparent 34%),
    linear-gradient(160deg, rgba(25, 48, 78, 0.76), rgba(16, 31, 52, 0.86));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.qq-inline-entry {
  display: grid;
  gap: 10px;
}

.qq-group-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: fit-content;
  border: 1px solid rgba(170, 214, 255, 0.16);
  border-radius: 999px;
  padding: 5px 10px;
  background: rgba(255, 255, 255, 0.05);
  color: #d7efff;
  font-size: 11px;
  font-weight: 800;
}

.qq-inline-link {
  margin-top: 0;
}

.qq-group-text + .qq-group-text {
  padding-top: 8px;
  border-top: 1px dashed rgba(170, 214, 255, 0.14);
}

.bwiki-entry-row {
  display: flex;
  justify-content: flex-end;
}

@keyframes home-scene-ribbon-a-shift {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(-18deg);
  }

  50% {
    transform: translate3d(-24px, 20px, 0) rotate(-14deg);
  }
}

@keyframes home-scene-ribbon-b-shift {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(18deg);
  }

  50% {
    transform: translate3d(24px, -18px, 0) rotate(14deg);
  }
}

@keyframes home-scene-glow-shift {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  50% {
    transform: translate3d(20px, -18px, 0) scale(1.08);
  }
}

@keyframes home-glow-drift {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  50% {
    transform: translate3d(18px, -22px, 0) scale(1.08);
  }
}

@keyframes home-ribbon-cyan {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(-14deg);
  }

  50% {
    transform: translate3d(-24px, -18px, 0) rotate(-9deg);
  }
}

@keyframes home-ribbon-violet {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(20deg);
  }

  50% {
    transform: translate3d(22px, 14px, 0) rotate(15deg);
  }
}

@keyframes home-orb-float {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  50% {
    transform: translate3d(0, -18px, 0) scale(1.03);
  }
}

@keyframes home-spark {
  0%,
  100% {
    opacity: 0.2;
    transform: scale(0.82);
  }

  50% {
    opacity: 0.92;
    transform: scale(1.08);
  }
}

@keyframes home-star-drift {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-18px, 28px, 0);
  }
}

@media (max-width: 1080px) {
  .home-scene-ribbon.ribbon-a {
    right: -24%;
    width: 620px;
  }

  .home-scene-ribbon.ribbon-b {
    left: -22%;
    width: 560px;
  }

  .home-scene-glow {
    filter: blur(76px);
  }
}

@media (max-width: 760px) {
  body.home-page::after {
    background-size: 54px 54px;
    opacity: 0.09;
  }

  .home-scene-ribbon {
    filter: blur(34px);
    opacity: 0.42;
  }

  .home-scene-ribbon.ribbon-a {
    top: 10%;
    right: -42%;
    width: 460px;
    height: 180px;
  }

  .home-scene-ribbon.ribbon-b {
    bottom: 20%;
    left: -42%;
    width: 420px;
    height: 170px;
  }

  .home-scene-glow {
    filter: blur(60px);
    opacity: 0.34;
  }

  .home-scene-glow.glow-a {
    width: 260px;
    height: 220px;
  }

  .home-scene-glow.glow-b {
    width: 240px;
    height: 240px;
  }

  .home-scene-glow.glow-c {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-scene-ribbon,
  .home-scene-glow {
    animation: none;
  }
}

@media (max-width: 1080px) {
  .home-atmosphere {
    inset: -28px -20px -64px;
  }

  .home-atmosphere-ribbon.ribbon-cyan {
    right: -150px;
  }

  .home-atmosphere-ribbon.ribbon-violet {
    left: -170px;
  }

  .home-hero {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 920px) {
  .home-atmosphere-orb.orb-1 {
    width: 128px;
    height: 128px;
    right: 6%;
  }

  .home-atmosphere-orb.orb-3 {
    width: 104px;
    height: 104px;
  }

  .home-atmosphere-glow {
    filter: blur(60px);
  }

  .entry-grid,
  .home-placeholder-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .home-atmosphere {
    inset: -18px -10px -42px;
    border-radius: 28px;
  }

  .home-atmosphere::after {
    background-size: 140px 140px, 190px 190px;
    opacity: 0.14;
  }

  .home-atmosphere-glow {
    filter: blur(44px);
    opacity: 0.4;
  }

  .home-atmosphere-ribbon {
    opacity: 0.34;
  }

  .home-atmosphere-ribbon.ribbon-cyan {
    top: 150px;
    right: -210px;
  }

  .home-atmosphere-ribbon.ribbon-violet {
    bottom: 250px;
    left: -220px;
  }

  .home-atmosphere-orb.orb-1 {
    top: 100px;
    right: 8%;
    width: 108px;
    height: 108px;
  }

  .home-atmosphere-orb.orb-2 {
    top: 360px;
    right: 14%;
    width: 74px;
    height: 74px;
  }

  .home-atmosphere-orb.orb-3,
  .home-atmosphere-spark.spark-5,
  .home-atmosphere-spark.spark-6 {
    display: none;
  }

  .home-hero {
    padding: 20px;
    border-radius: 24px;
  }

  .hero-copy h1 {
    font-size: clamp(30px, 10vw, 42px);
  }

  .entry-grid,
  .home-placeholder-grid,
  .hero-palette-board {
    grid-template-columns: 1fr;
  }

  .home-section {
    gap: 12px;
  }

  .home-section-head h2 {
    font-size: 24px;
    gap: 12px;
  }

  .home-section-head h2::before,
  .home-section-head h2::after {
    width: min(84px, 18vw);
    flex-basis: min(84px, 18vw);
  }

  .entry-card,
  .home-placeholder-card {
    grid-template-columns: 56px minmax(0, 1fr);
    align-items: center;
    gap: 14px;
    padding: 16px;
    border-radius: 22px;
  }

  .entry-copy,
  .home-placeholder-copy {
    gap: 6px;
  }

  .entry-copy h3,
  .home-placeholder-copy strong {
    font-size: 18px;
    line-height: 1.2;
  }

  .entry-copy p,
  .home-placeholder-copy p {
    font-size: 12px;
    line-height: 1.55;
  }

  .home-placeholder-topline {
    align-items: center;
  }

  .hero-palette-art {
    height: 148px;
  }

  .notice-dialog-shell {
    padding: 16px;
    border-radius: 22px;
  }

  .notice-dialog-head {
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-atmosphere::after,
  .home-atmosphere-ribbon,
  .home-atmosphere-glow,
  .home-atmosphere-orb,
  .home-atmosphere-spark {
    animation: none;
  }
}
