@import url("../timbershake-web/styles.css");

.workspace {
  grid-template-columns: minmax(300px, 360px) 1fr;
}

.results-stack {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.preview-panel {
  min-height: 420px;
}

.frame-preview {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 360px;
  padding: 12px;
  background: #fff;
  border: 1px solid var(--line);
}

.frame-preview svg {
  max-height: 480px;
}

.subhead {
  margin: 0 0 10px;
  font: 600 14px Georgia, serif;
  color: #46555b;
}

.mb-3 {
  margin-bottom: 1rem;
}

.opt-result {
  margin-top: 12px;
  padding: 10px 12px;
  background: #edf3f3;
  font-size: 12px;
  line-height: 1.5;
}

.opt-result.muted {
  color: var(--muted);
  background: #f5f7f6;
}

.brand h1 {
  color: var(--navy);
}

.hero-badge {
  border-left-color: var(--green);
}

@media (max-width: 980px) {
  .workspace {
    grid-template-columns: 1fr;
  }
}
