:root {
  --bg: #07111d;
  --bg-deep: #040912;
  --panel: rgba(10, 18, 32, 0.76);
  --panel-strong: rgba(9, 16, 28, 0.92);
  --line: rgba(155, 181, 216, 0.16);
  --text: #eef4ff;
  --muted: #9fb1cc;
  --accent: #7ed6ff;
  --accent-strong: #8ff3dd;
  --shadow: 0 36px 120px rgba(0, 0, 0, 0.38);
}

* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
}

body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 18% 20%, rgba(126, 214, 255, 0.14), transparent 28%),
    radial-gradient(circle at 82% 16%, rgba(143, 243, 221, 0.12), transparent 24%),
    linear-gradient(180deg, var(--bg) 0%, var(--bg-deep) 100%);
  font-family: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

.glow,
.grid-noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
}

.glow {
  filter: blur(60px);
  opacity: 0.55;
}

.glow-a {
  background: radial-gradient(circle at 20% 28%, rgba(126, 214, 255, 0.18), transparent 28%);
  animation: drift-a 18s ease-in-out infinite;
}

.glow-b {
  background: radial-gradient(circle at 76% 22%, rgba(143, 243, 221, 0.16), transparent 26%);
  animation: drift-b 24s ease-in-out infinite;
}

.grid-noise {
  background:
    linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), transparent 92%);
}

.shell {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  min-height: 100vh;
  padding: 24px;
}

.hero {
  width: min(1180px, 100%);
  min-height: min(760px, calc(100vh - 48px));
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  border: 1px solid var(--line);
  border-radius: 36px;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.05), transparent 42%),
    var(--panel);
  backdrop-filter: blur(22px);
  box-shadow: var(--shadow);
}

.hero-copy,
.hero-panel {
  padding: clamp(28px, 4vw, 54px);
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.eyebrow,
.section-label,
.status {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 12px;
  letter-spacing: 0.12em;
}

.eyebrow,
.section-label {
  color: var(--accent-strong);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
}

h1,
.site-name,
.action,
.contact-link {
  font-family: "Space Grotesk", "Noto Sans SC", sans-serif;
}

h1 {
  margin: 18px 0 16px;
  font-size: clamp(48px, 8vw, 96px);
  line-height: 0.94;
  letter-spacing: -0.03em;
}

.site-domain,
.panel-count {
  color: var(--muted);
}

.meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.meta span {
  padding: 10px 14px;
  border-radius: 999px;
  font-size: 13px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.hero-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
  border-left: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02)),
    var(--panel-strong);
}

.panel-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 14px;
}

.panel-head h2 {
  margin: 12px 0 0;
  font-size: 30px;
}

.panel-count {
  font-size: 13px;
}

.site-list {
  display: grid;
  gap: 14px;
}

.site-card,
.contact-card {
  padding: 22px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.035);
}

.site-card.is-featured {
  background:
    linear-gradient(135deg, rgba(126, 214, 255, 0.1), rgba(143, 243, 221, 0.05)),
    rgba(255, 255, 255, 0.04);
}

.site-top {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 14px;
}

.site-name {
  display: block;
  font-size: 28px;
  line-height: 1.05;
}

.site-domain {
  display: block;
  margin-top: 6px;
  font-size: 13px;
}

.status {
  color: #041019;
  font-weight: 700;
  background: linear-gradient(135deg, var(--accent), #cff4ff);
}

.action,
.contact-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  margin-top: 18px;
  padding: 14px 18px;
  border-radius: 16px;
  font-weight: 700;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.action {
  color: #061019;
  background: linear-gradient(135deg, var(--accent-strong), #d9fff5);
  box-shadow: 0 18px 42px rgba(143, 243, 221, 0.18);
}

.contact-link {
  color: var(--text);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.action:hover,
.contact-link:hover {
  transform: translateY(-2px);
}

@keyframes drift-a {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(24px, -12px, 0); }
}

@keyframes drift-b {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(-22px, 16px, 0); }
}

@media (max-width: 920px) {
  .shell {
    min-height: auto;
    padding: 12px;
  }

  .hero {
    min-height: calc(100vh - 24px);
    grid-template-columns: 1fr;
  }

  .hero-panel {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  h1 {
    font-size: clamp(42px, 15vw, 76px);
  }

  .site-top {
    flex-direction: column;
  }
}
