.analysis-body {
  min-height: 100vh;
}

.analysis-main-content {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

.analysis-page-header {
  flex: 0 0 auto;
}

.analysis-placeholder {
  display: grid;
  width: min(760px, 100%);
  min-height: 360px;
  margin: clamp(28px, 8vh, 88px) auto 48px;
  padding: clamp(34px, 7vw, 72px);
  place-items: center;
  align-content: center;
  text-align: center;
  border: 1px solid rgba(126, 225, 255, 0.2);
  border-radius: 30px;
  background:
    radial-gradient(circle at 50% 0%, rgba(64, 183, 255, 0.16), transparent 48%),
    rgba(5, 24, 38, 0.72);
  box-shadow: 0 28px 80px rgba(0, 10, 22, 0.28);
}

.analysis-placeholder-icon {
  display: grid;
  width: 72px;
  height: 72px;
  margin-bottom: 22px;
  place-items: center;
  color: #66d9ff;
  border: 1px solid rgba(102, 217, 255, 0.38);
  border-radius: 24px;
  background: rgba(26, 143, 214, 0.14);
  box-shadow: 0 16px 36px rgba(0, 148, 255, 0.16);
}

.analysis-placeholder-icon svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.analysis-placeholder h2 {
  max-width: 620px;
  margin: 8px 0 14px;
  color: #f6fbff;
  font-size: clamp(26px, 4vw, 42px);
  line-height: 1.18;
  letter-spacing: -0.04em;
}

.analysis-placeholder > p:last-of-type {
  margin: 0;
  color: rgba(229, 244, 255, 0.68);
  font-size: 15px;
  line-height: 1.8;
}

.analysis-back-link {
  display: inline-flex;
  min-height: 44px;
  margin-top: 30px;
  padding: 0 22px;
  align-items: center;
  justify-content: center;
  color: #eaf9ff;
  text-decoration: none;
  border: 1px solid rgba(102, 217, 255, 0.32);
  border-radius: 999px;
  background: rgba(39, 155, 222, 0.14);
  transition: border-color 160ms ease, background-color 160ms ease, transform 160ms ease;
}

.analysis-back-link:hover {
  border-color: rgba(102, 217, 255, 0.62);
  background: rgba(39, 155, 222, 0.24);
  transform: translateY(-1px);
}

html[data-site-theme="classic"] .analysis-placeholder {
  background: rgba(8, 24, 34, 0.88);
}

@media (max-width: 760px) {
  .analysis-main-content {
    min-height: 100dvh;
  }

  .analysis-placeholder {
    min-height: 320px;
    margin: 18px 0 28px;
    padding: 34px 22px;
    border-radius: 24px;
  }
}
