.demo-shell {
  max-width: 960px;
  margin: 0 auto;
  padding: 2rem 1.25rem 4rem;
  font-family: var(--font-body);
  color: var(--ink);
}

.demo-synthetic-banner {
  border: 1px solid var(--hot);
  background: var(--ceramic-lite);
  color: var(--ink);
  border-radius: 10px;
  padding: 0.75rem 1rem;
  font-size: 0.95rem;
  margin-bottom: 1.75rem;
}

.demo-header {
  margin-bottom: 1.5rem;
}

.demo-kicker {
  font-family: var(--font-mono);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.72rem;
  color: var(--ink-muted);
}

.demo-title {
  font-family: var(--font-display);
  font-size: 1.9rem;
  margin: 0.35rem 0 0.5rem;
  color: var(--navy);
}

.demo-subtitle {
  color: var(--ink-soft);
  margin: 0;
}

.demo-picker {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: flex-end;
  background: var(--white);
  border: 1px solid var(--rule);
  border-radius: 12px;
  padding: 1.25rem;
  margin-bottom: 1.5rem;
}

.demo-field {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  flex: 1 1 220px;
  font-size: 0.85rem;
  color: var(--ink-muted);
}

.demo-field select,
.demo-field input {
  padding: 0.6rem 0.7rem;
  border: 1px solid var(--rule);
  border-radius: 8px;
  font-size: 1rem;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--white);
}

.demo-submit {
  padding: 0.65rem 1.2rem;
  border: none;
  border-radius: 8px;
  background: var(--navy);
  color: var(--white);
  font-weight: 600;
  cursor: pointer;
  flex: 0 0 auto;
}

.demo-submit:hover {
  background: var(--navy-soft);
}

.demo-error {
  color: var(--hot);
  font-size: 0.9rem;
  margin: 0 0 1rem;
}

.demo-notice {
  background: var(--ceramic-lite);
  border: 1px solid var(--rule-soft);
  border-radius: 10px;
  padding: 1rem 1.1rem;
  color: var(--ink-soft);
}

.demo-results-label {
  font-family: var(--font-display);
  font-size: 1.25rem;
  color: var(--navy);
  margin: 0.5rem 0 1rem;
}

.demo-card {
  position: relative;
  border: 1px solid var(--rule);
  border-radius: 12px;
  padding: 1.1rem 1.25rem;
  margin-bottom: 1rem;
  background: var(--white);
}

.demo-card-badge {
  display: inline-block;
  font-family: var(--font-mono);
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--hot);
  border: 1px solid var(--hot);
  border-radius: 999px;
  padding: 0.15rem 0.55rem;
  margin-bottom: 0.6rem;
}

.demo-card-headline {
  font-size: 1.05rem;
  margin: 0 0 0.4rem;
  color: var(--navy);
}

.demo-card-detail {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.95rem;
}

.demo-card-blurred {
  overflow: hidden;
}

.demo-card-blurred .demo-card-blur-body {
  filter: blur(6px);
  user-select: none;
  pointer-events: none;
}

.demo-card-lock {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-mono);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.8rem;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.35);
  z-index: 1;
}

.demo-results-note {
  color: var(--ink-muted);
  font-size: 0.85rem;
  margin-top: 1.25rem;
}
