/* Dark shell aligned with agent-cloud default (zinc-adjacent tokens from globals hints) */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  margin: 0;
  min-height: 100%;
  font-family: "Source Sans 3", system-ui, -apple-system, sans-serif;
  color: #fafafa;
  background-color: #09090b;
  -webkit-font-smoothing: antialiased;
}

.page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem 1.25rem 3rem;
  position: relative;
  overflow: hidden;
  background: radial-gradient(ellipse 80% 60% at 50% 0%, #18181b 0%, #09090b 55%);
}

.glow {
  position: absolute;
  inset: -40% -20% auto;
  height: 70vh;
  background: radial-gradient(closest-side, rgba(99, 102, 241, 0.12), transparent 70%);
  pointer-events: none;
}

.panel {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 32rem;
  padding: 2.25rem 2rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(24, 24, 27, 0.75);
  box-shadow:
    0 20px 50px rgba(0, 0, 0, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(12px);
  text-align: center;
}

.eyebrow {
  margin: 0 0 0.35rem;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #a1a1aa;
}

.title {
  margin: 0 0 1rem;
  font-size: clamp(1.75rem, 4vw, 2.125rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.15;
  color: #fafafa;
}

.lead {
  margin: 0 0 1.25rem;
  font-size: 1rem;
  line-height: 1.55;
  color: #d4d4d8;
}

.message {
  margin: 0 0 1rem;
  font-size: 1.05rem;
  line-height: 1.55;
  color: #e4e4e7;
}

.message strong {
  color: #fafafa;
  font-weight: 600;
}

.hint {
  margin: 0;
  font-size: 0.875rem;
  color: #a1a1aa;
}

.footer {
  position: relative;
  z-index: 1;
  margin-top: 2.5rem;
  font-size: 0.75rem;
  color: #71717a;
}
