@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@400;500;700;800&display=swap");

:root {
  --text: rgba(255, 255, 255, 0.9);
  --soft: rgba(255, 255, 255, 0.78);
  --fade: rgba(255, 255, 255, 0.5);
  --line: rgba(255, 255, 255, 0.12);
  --radius-xl: 28px;
  --radius-lg: 22px;
  --radius-md: 18px;
  --shadow: 0 18px 40px rgba(5, 10, 28, 0.24);
  --shadow-soft: 0 10px 24px rgba(0, 0, 0, 0.08);
  --pink: #f08dcd;
  --purple: #b18cff;
  --blue: #7db4ff;
  --mint: #8fe7de;
  --transition: 0.28s ease;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  min-height: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: #0e1022;
  color: var(--text);
  font-family: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  position: relative;
}

.bg,
.bg-overlay,
.bg-noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
}

.bg {
  z-index: -3;
  background:
    linear-gradient(rgba(14, 18, 38, 0.26), rgba(15, 17, 34, 0.42)),
    url("../images/bg.jpg") center center / cover no-repeat;
  transform: scale(1.015);
  filter: saturate(1.04) brightness(0.92);
}

.bg-overlay {
  z-index: -2;
  background:
    linear-gradient(135deg, rgba(19, 27, 48, 0.22), rgba(12, 18, 34, 0.18)),
    url("../images/overlay.png") center center / 260px 260px repeat,
    radial-gradient(circle at 14% 72%, rgba(125, 180, 255, 0.12), transparent 18%),
    radial-gradient(circle at 78% 12%, rgba(193, 150, 255, 0.14), transparent 16%),
    radial-gradient(circle at 58% 84%, rgba(240, 141, 205, 0.1), transparent 16%);
  opacity: 0.88;
}

.bg-noise {
  z-index: -1;
  background-image: radial-gradient(rgba(255, 255, 255, 0.03) 0.8px, transparent 0.8px);
  background-size: 18px 18px;
  opacity: 0.08;
}

.glass {
  position: relative;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.018)),
    rgba(35, 43, 78, 0.26);
  backdrop-filter: blur(18px) saturate(130%);
  -webkit-backdrop-filter: blur(18px) saturate(130%);
  box-shadow:
    var(--shadow),
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 0 0 1px rgba(255, 255, 255, 0.018);
  overflow: hidden;
}

.glass::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), transparent 26%),
    radial-gradient(circle at 84% 10%, rgba(215, 162, 255, 0.08), transparent 14%),
    radial-gradient(circle at 14% 86%, rgba(118, 224, 255, 0.05), transparent 16%);
}

#petal-canvas {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.top-status {
  position: fixed;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 40;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 10px 16px;
  border-radius: 999px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.94);
}

.status-text {
  font-weight: 800;
}

.status-detail {
  color: rgba(255, 255, 255, 0.76);
  white-space: nowrap;
}

.route-toast {
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%) translateY(20px);
  z-index: 50;
  opacity: 0;
  pointer-events: none;
  padding: 10px 18px;
  border-radius: 999px;
  font-size: 13px;
  color: #fff;
  transition: 0.35s ease;
  background:
    linear-gradient(135deg, rgba(240, 141, 205, 0.18), rgba(125, 180, 255, 0.14)),
    rgba(40, 48, 86, 0.45);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.route-toast.show {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.shell,
.seo-section {
  position: relative;
  z-index: 3;
}

.shell {
  width: 100%;
  max-width: 1120px;
  min-height: 100vh;
  margin: 0 auto;
  padding: 74px 20px 24px;
  display: grid;
  grid-template-columns: 1.34fr 0.88fr;
  gap: 20px;
  align-items: center;
}

.left-card,
.right-card {
  animation: floaty 8s ease-in-out infinite;
}

.right-card {
  animation-delay: 1.2s;
}

.left-card {
  min-height: 600px;
  padding: 38px 36px 28px;
  display: flex;
  flex-direction: column;
  background:
    radial-gradient(circle at 84% 12%, rgba(193, 150, 255, 0.12), transparent 14%),
    radial-gradient(circle at 12% 84%, rgba(125, 180, 255, 0.1), transparent 18%),
    radial-gradient(circle at 48% 100%, rgba(240, 141, 205, 0.06), transparent 22%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.015)),
    rgba(27, 35, 67, 0.32);
}

.right-card {
  min-height: 600px;
  padding: 14px;
}

.left-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(44px);
  pointer-events: none;
}

.left-glow-1 {
  width: 160px;
  height: 160px;
  left: -36px;
  bottom: 88px;
  background: rgba(112, 214, 255, 0.1);
}

.left-glow-2 {
  width: 128px;
  height: 128px;
  right: 18px;
  top: -16px;
  background: rgba(220, 164, 255, 0.1);
}

.left-particles {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 16%, rgba(255, 221, 237, 0.1) 0 2px, transparent 3px),
    radial-gradient(circle at 30% 12%, rgba(255, 225, 239, 0.08) 0 1.8px, transparent 3px),
    radial-gradient(circle at 66% 20%, rgba(255, 220, 236, 0.07) 0 1.8px, transparent 3px),
    radial-gradient(circle at 82% 16%, rgba(255, 220, 236, 0.07) 0 2px, transparent 3px);
  opacity: 0.8;
}

.status-badge {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  min-height: 38px;
  padding: 8px 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.08);
  font-size: 13px;
  color: rgba(255, 255, 255, 0.94);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.05);
}

.status-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #58e5bf;
  box-shadow:
    0 0 0 5px rgba(88, 229, 191, 0.08),
    0 0 12px rgba(88, 229, 191, 0.18);
}

.hero-title {
  position: relative;
  z-index: 1;
  margin: 24px 0 0;
  font-size: 72px;
  line-height: 1.02;
  font-weight: 800;
  letter-spacing: -0.06em;
  color: #fffdfd;
  text-shadow:
    0 2px 10px rgba(0, 0, 0, 0.05),
    0 0 18px rgba(211, 160, 255, 0.04);
}

.hero-title span {
  display: inline-block;
  background: linear-gradient(90deg, #fff9fe 0%, #e8deff 34%, #a7ebff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.hero-desc {
  position: relative;
  z-index: 1;
  max-width: 610px;
  margin: 28px 0 0;
  font-size: 15px;
  line-height: 1.95;
  color: rgba(255, 255, 255, 0.82);
}

.hero-actions {
  margin-top: 28px;
  position: relative;
  z-index: 1;
}

.main-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 220px;
  height: 54px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(90deg, #f08dcd 0%, #b18cff 52%, #7db4ff 100%);
  box-shadow:
    0 12px 28px rgba(124, 118, 255, 0.22),
    0 0 18px rgba(240, 141, 205, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.14);
  transition: transform var(--transition), filter var(--transition), box-shadow var(--transition);
  animation: btnGlow 3.2s ease-in-out infinite;
}

.main-btn:hover {
  transform: translateY(-2px) scale(1.01);
  filter: brightness(1.03);
  box-shadow:
    0 16px 32px rgba(124, 118, 255, 0.26),
    0 0 22px rgba(240, 141, 205, 0.13),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.main-btn.recommended::after {
  content: "智能推荐";
  position: absolute;
  top: -10px;
  right: 10px;
  min-width: 62px;
  height: 22px;
  padding: 0 8px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(90deg, rgba(240,141,205,.96), rgba(177,140,255,.96));
  box-shadow: 0 6px 16px rgba(177, 107, 255, 0.22);
}

.hero-tags {
  position: relative;
  z-index: 1;
  margin-top: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 620px;
}

.hero-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 9px 15px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(135deg, rgba(255, 220, 238, 0.06), rgba(173, 227, 255, 0.05)),
    rgba(255, 255, 255, 0.045);
  font-size: 13px;
  color: rgba(255, 255, 255, 0.9);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 4px 10px rgba(0, 0, 0, 0.03);
}

.hero-footer {
  position: relative;
  z-index: 1;
  margin-top: auto;
  padding-top: 30px;
  text-align: center;
  font-size: 12px;
  color: var(--fade);
  letter-spacing: 0.02em;
}

.preview-card {
  position: relative;
  height: 210px;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.13);
  box-shadow: 0 14px 30px rgba(7, 10, 24, 0.22);
}

.preview-cover {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.14)),
    url("../images/1.jpeg") center center / cover no-repeat;
  transform: scale(1.02);
}

.preview-cover::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(9, 12, 25, 0.02), rgba(13, 15, 30, 0.16)),
    radial-gradient(circle at 22% 80%, rgba(240, 141, 205, 0.14), transparent 22%),
    radial-gradient(circle at 84% 12%, rgba(125, 180, 255, 0.12), transparent 16%);
}

.preview-bar {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  min-height: 78px;
  padding: 15px 16px 15px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(255, 232, 244, 0.11), rgba(181, 208, 255, 0.07)),
    rgba(46, 34, 58, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(16px) saturate(112%);
  -webkit-backdrop-filter: blur(16px) saturate(112%);
  box-shadow:
    0 10px 24px rgba(5, 8, 20, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.preview-meta strong {
  display: block;
  font-size: 16px;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.96);
  margin-bottom: 4px;
}

.preview-meta em {
  display: block;
  font-style: normal;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.76);
}

.preview-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 150px;
  height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  color: #fff;
  text-decoration: none;
  background: linear-gradient(90deg, rgba(240, 141, 205, 0.96) 0%, rgba(177, 140, 255, 0.96) 52%, rgba(125, 180, 255, 0.96) 100%);
  box-shadow:
    0 10px 24px rgba(131, 126, 255, 0.22),
    0 0 18px rgba(240, 141, 205, 0.1);
  transition: transform 0.36s cubic-bezier(.22,1,.36,1), box-shadow 0.36s ease, filter 0.36s ease;
}

.preview-btn:hover {
  transform: translateY(-2px);
  filter: brightness(1.03);
  box-shadow:
    0 14px 28px rgba(131, 126, 255, 0.26),
    0 0 24px rgba(240, 141, 205, 0.14);
}

.info-grid {
  margin-top: 14px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.info-box {
  position: relative;
  display: block;
  min-height: 102px;
  padding: 16px 16px 12px;
  border-radius: 18px;
  text-decoration: none;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background:
    linear-gradient(135deg, rgba(255, 226, 240, 0.045), rgba(168, 214, 255, 0.035)),
    rgba(40, 48, 86, 0.22);
  transition:
    transform 0.28s ease,
    border-color 0.28s ease,
    background 0.28s ease,
    box-shadow 0.28s ease,
    filter 0.28s ease;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 0 0 rgba(0, 0, 0, 0);
}

.info-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: -140%;
  width: 70%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.10), transparent);
  transform: skewX(-20deg);
  pointer-events: none;
  opacity: 0;
}

.info-box:hover::after {
  opacity: 1;
  animation: shine-once 0.65s ease forwards;
}

.info-box:hover {
  transform: translateY(-6px) scale(1.01);
  border-color: rgba(255, 255, 255, 0.18);
  background:
    linear-gradient(135deg, rgba(255, 210, 233, 0.08), rgba(150, 223, 255, 0.06)),
    rgba(54, 64, 110, 0.28);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 14px 24px rgba(0, 0, 0, 0.08);
  filter: brightness(1.03);
}

.info-box strong {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 800;
  color: #fff;
}

.info-box span {
  display: block;
  font-size: 12px;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.76);
}

.info-arrow {
  position: absolute;
  top: 12px;
  right: 14px;
  font-style: normal;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.38);
  transition: transform 0.28s ease, color 0.28s ease;
  pointer-events: none;
}

.info-box:hover .info-arrow {
  transform: translate(2px, -2px);
  color: rgba(255, 255, 255, 0.82);
}

.box-home:hover {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 14px 24px rgba(0, 0, 0, 0.08),
    0 0 18px rgba(127, 179, 255, 0.10);
}

.box-backup:hover {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 14px 24px rgba(0, 0, 0, 0.08),
    0 0 18px rgba(183, 121, 255, 0.10);
}

.box-log:hover {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 14px 24px rgba(0, 0, 0, 0.08),
    0 0 18px rgba(247, 141, 202, 0.10);
}

.box-group:hover {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 14px 24px rgba(0, 0, 0, 0.08),
    0 0 18px rgba(88, 229, 191, 0.10);
}

.notice-box {
  margin-top: 14px;
  padding: 16px 16px 13px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background:
    linear-gradient(135deg, rgba(255, 225, 239, 0.05), rgba(168, 214, 255, 0.04)),
    rgba(72, 56, 108, 0.20);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 8px 14px rgba(0, 0, 0, 0.03);
}

.notice-box strong {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 800;
  color: #fff;
}

.notice-box p {
  margin: 0;
  font-size: 12px;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.84);
}

.seo-section {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto 36px;
  padding: 0 20px 30px;
}

.seo-wrap {
  padding: 28px 26px;
  border-radius: 24px;
}

.seo-wrap + .seo-wrap {
  margin-top: 18px;
}

.seo-block + .seo-block {
  margin-top: 24px;
}

.seo-block h2 {
  margin: 0 0 12px;
  font-size: 22px;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.97);
  font-weight: 800;
}

.seo-block h3 {
  margin: 16px 0 8px;
  font-size: 16px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.93);
  font-weight: 700;
}

.seo-block p {
  margin: 0;
  font-size: 14px;
  line-height: 2;
  color: rgba(255, 255, 255, 0.82);
}

.anchor-offset {
  position: relative;
  top: -88px;
  height: 0;
  pointer-events: none;
}

#notice-board {
  scroll-margin-top: 88px;
}

.notice-title {
  position: relative;
  margin: 0 0 18px !important;
  padding-left: 16px;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.98);
}

.notice-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 6px;
  border-radius: 999px;
  background: linear-gradient(180deg, #f08dcd 0%, #b18cff 55%, #7db4ff 100%);
  box-shadow:
    0 0 14px rgba(240, 141, 205, 0.22),
    0 0 20px rgba(177, 140, 255, 0.16);
}

.notice-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.notice-item {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background:
    linear-gradient(135deg, rgba(255, 228, 241, 0.04), rgba(168, 214, 255, 0.03)),
    rgba(42, 50, 88, 0.22);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 8px 18px rgba(4, 8, 22, 0.08);
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease, background 0.28s ease;
}

.notice-item:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.16);
  background:
    linear-gradient(135deg, rgba(255, 220, 236, 0.06), rgba(168, 214, 255, 0.04)),
    rgba(50, 58, 102, 0.26);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 12px 22px rgba(4, 8, 22, 0.11);
}

.notice-item.is-open {
  border-color: rgba(255, 255, 255, 0.18);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.04),
    0 10px 24px rgba(0, 0, 0, 0.12),
    0 0 22px rgba(240, 141, 205, 0.12);
}

.notice-head {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 20px;
  background: transparent;
  border: 0;
  color: #fff;
  text-align: left;
  cursor: pointer;
}

.notice-head-left {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}

.notice-head time {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.68);
}

.notice-head strong {
  display: block;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.96);
}

.notice-toggle {
  position: relative;
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(240, 141, 205, 0.16), rgba(125, 180, 255, 0.12)),
    rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.10);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 4px 10px rgba(0, 0, 0, 0.05);
  transition: 0.3s ease;
}

.notice-toggle::before {
  content: "▶";
  font-size: 13px;
  color: rgba(255, 255, 255, 0.88);
  transform: translateX(1px);
  transition: transform 0.3s ease, color 0.3s ease;
}

.notice-item.is-open .notice-toggle::before {
  transform: rotate(90deg) translateX(1px);
  color: #ffd6ef;
}

.notice-body {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.32s ease;
}

.notice-body > p {
  overflow: hidden;
  margin: 0;
  padding: 0 20px 0;
  font-size: 14px;
  line-height: 1.95;
  color: rgba(255, 255, 255, 0.82);
}

.notice-item.is-open .notice-body {
  grid-template-rows: 1fr;
}

.notice-item.is-open .notice-body > p {
  padding: 0 20px 18px;
}

.reveal {
  opacity: 0;
  filter: blur(8px);
  transition:
    opacity 0.9s ease,
    transform 0.9s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.9s ease;
}

.reveal-up {
  transform: translateY(26px);
}

.reveal-right {
  transform: translateX(34px);
}

.reveal.active {
  opacity: 1;
  transform: translate(0, 0);
  filter: blur(0);
}

.delay-1 { transition-delay: 0.08s; }
.delay-2 { transition-delay: 0.16s; }
.delay-3 { transition-delay: 0.24s; }
.delay-4 { transition-delay: 0.32s; }
.delay-5 { transition-delay: 0.40s; }

@keyframes shine-once {
  from { left: -140%; }
  to { left: 160%; }
}

@keyframes floaty {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}

@keyframes btnGlow {
  0%, 100% {
    box-shadow:
      0 10px 22px rgba(177, 107, 255, 0.18),
      0 0 14px rgba(255, 130, 194, 0.08);
  }
  50% {
    box-shadow:
      0 14px 30px rgba(177, 107, 255, 0.28),
      0 0 22px rgba(255, 130, 194, 0.18);
  }
}

@media (max-width: 1180px) {
  .shell {
    max-width: 860px;
    grid-template-columns: 1fr;
  }

  .left-card,
  .right-card {
    min-height: auto;
    animation: none;
  }

  .hero-title {
    font-size: 60px;
  }
}

@media (max-width: 768px) {
  .top-status {
    top: 10px;
    width: calc(100% - 28px);
    justify-content: center;
    text-align: center;
    padding: 10px 14px;
  }

  .status-detail {
    display: none;
  }

  .shell {
    padding: 70px 14px 24px;
    gap: 14px;
  }

  .left-card,
  .right-card,
  .seo-wrap {
    border-radius: 22px;
  }

  .left-card {
    padding: 24px 20px 22px;
  }

  .right-card {
    padding: 12px;
  }

  .hero-title {
    font-size: 44px;
    line-height: 0.98;
  }

  .hero-desc {
    font-size: 14px;
    line-height: 1.9;
  }

  .main-btn,
  .preview-btn {
    width: 100%;
    min-width: 0;
  }

  .hero-tags span {
    width: 100%;
  }

  .preview-card {
    height: 220px;
  }

  .preview-bar {
    left: 12px;
    right: 12px;
    bottom: 12px;
    padding: 14px;
    flex-direction: column;
    align-items: stretch;
  }

  .info-grid {
    grid-template-columns: 1fr;
  }

  .seo-section {
    padding: 0 14px 24px;
  }

  .seo-wrap {
    padding: 22px 18px;
  }

  .seo-block h2 {
    font-size: 19px;
  }

  .seo-block h3 {
    font-size: 15px;
  }

  .seo-block p,
  .notice-body > p {
    font-size: 13px;
    line-height: 1.9;
  }

  .notice-title {
    font-size: 20px;
    padding-left: 14px;
  }

  .notice-head {
    padding: 16px;
    gap: 12px;
  }

  .notice-head strong {
    font-size: 14px;
    line-height: 1.55;
  }

  .notice-item.is-open .notice-body > p {
    padding: 0 16px 16px;
  }
}

