.acc-magazine-app, .acc-magazine-app * { box-sizing: border-box; }
.acc-magazine-app {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 24px;
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px;
  font-family: Arial, Helvetica, sans-serif;
  color: #3b2414;
}
.acc-magazine-sidebar,
.acc-magazine-main {
  background: #fff;
  border: 1px solid #ead7c7;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(93, 47, 18, 0.08);
}
.acc-magazine-sidebar { height: fit-content; }
.acc-magazine-brand {
  background: linear-gradient(135deg, #5d2f12 0%, #8b4f24 60%, #c99053 100%);
  color: #fff;
  padding: 24px;
}
.acc-magazine-kicker,
.acc-topbar-kicker,
.acc-mini-label {
  text-transform: uppercase;
  letter-spacing: .22em;
  font-size: 11px;
}
.acc-magazine-brand h2,
.acc-topbar h1,
.acc-results-hero h2 { margin: 8px 0 10px; }
.acc-progress-wrap,
.acc-step-list,
.acc-sidebar-note { padding: 20px; }
.acc-progress-labels {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  margin-bottom: 8px;
  color: #6f4f3c;
}
.acc-progress-bar {
  width: 100%;
  height: 10px;
  background: #f1e1d4;
  border-radius: 999px;
  overflow: hidden;
}
.acc-progress-bar span {
  display: block;
  height: 100%;
  width: 14%;
  background: linear-gradient(90deg, #7a3f16 0%, #c99053 100%);
}
.acc-step-list { display: grid; gap: 10px; }
.acc-step-item {
  padding: 12px 14px;
  border-radius: 18px;
  border: 1px solid #ead7c7;
  background: #fff;
  color: #5d4331;
  font-size: 14px;
}
.acc-step-item.is-active {
  background: #6b3414;
  color: #fff;
  border-color: #6b3414;
}
.acc-step-item.is-complete {
  background: #f6eadf;
}
.acc-sidebar-note {
  margin: 0 20px 20px;
  background: #fff7f0;
  border: 1px solid #ead7c7;
  border-radius: 18px;
  font-size: 14px;
  color: #5d4331;
}
.acc-topbar {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: flex-start;
  padding: 28px;
  border-bottom: 1px solid #f0dfd0;
}
.acc-topbar p { margin: 0; color: #6f4f3c; }
.acc-badges { display: flex; gap: 8px; flex-wrap: wrap; }
.acc-badge {
  background: #f6eadf;
  color: #6b3414;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 13px;
}
.acc-form,
.acc-results { padding: 28px; }
.acc-step-panel { display: none; }
.acc-step-panel.is-active { display: block; }
.acc-section-head { margin-bottom: 20px; }
.acc-section-head h3 { margin: 0 0 8px; font-size: 28px; }
.acc-section-head p { margin: 0; color: #6f4f3c; }
.acc-card-grid,
.acc-grid-2,
.acc-grid-3 { display: grid; gap: 18px; }
.acc-grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.acc-grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.acc-card {
  border: 1px solid #ead7c7;
  background: #fffaf6;
  border-radius: 24px;
  padding: 20px;
}
.acc-card h3,
.acc-card h4 { margin-top: 0; }
.acc-fields { display: grid; gap: 16px; }
.acc-fields label { display: grid; gap: 8px; font-size: 14px; font-weight: 600; }
.acc-fields label span { color: #3b2414; }
.acc-fields input[type="text"],
.acc-fields input[type="email"],
.acc-fields textarea,
.acc-results textarea {
  width: 100%;
  border: 1px solid #d7bca7;
  border-radius: 16px;
  padding: 14px 16px;
  font-size: 15px;
  color: #3b2414;
  background: #fff;
}
.acc-fields textarea,
.acc-results textarea { resize: vertical; }
.acc-checkboxes {
  background: #fffaf6;
  border: 1px solid #ead7c7;
  border-radius: 24px;
  padding: 18px;
  display: grid;
  gap: 14px;
}
.acc-checkbox {
  display: flex !important;
  align-items: flex-start;
  gap: 10px;
  font-weight: 400 !important;
  line-height: 1.5;
}
.acc-checkbox input { margin-top: 4px; }
.acc-actions,
.acc-inline-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.acc-actions {
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #f0dfd0;
  margin-top: 28px;
  padding-top: 20px;
}
.acc-btn {
  background: #7a3f16;
  color: #fff;
  border: 1px solid #7a3f16;
  border-radius: 18px;
  padding: 12px 18px;
  cursor: pointer;
  font-size: 14px;
}
.acc-btn:hover { background: #632f0f; }
.acc-btn[disabled] { opacity: .55; cursor: not-allowed; }
.acc-btn-outline {
  background: #fff;
  color: #7a3f16;
  border-color: #c8a589;
}
.acc-output-box,
.acc-checklist {
  min-height: 240px;
  background: #fff;
  border: 1px solid #ead7c7;
  border-radius: 18px;
  padding: 16px;
  color: #5d4331;
  white-space: pre-wrap;
}
.acc-results-hero {
  background: linear-gradient(135deg, #5d2f12 0%, #8b4f24 55%, #c99053 100%);
  color: #fff;
  border-radius: 24px;
  padding: 24px;
  margin-bottom: 24px;
}
.acc-results-hero p { margin-bottom: 0; color: rgba(255,255,255,.92); }
.acc-subheadline { color: #7a5a46; font-style: italic; }
.acc-quote-box {
  background: #fff7f0;
  border: 1px solid #eddccf;
  border-radius: 18px;
  padding: 14px;
  margin: 14px 0;
  color: #5d4331;
}
.acc-stack { display: grid; gap: 18px; }
.acc-assets { display: grid; gap: 10px; font-size: 14px; color: #5d4331; }
@media (max-width: 980px) {
  .acc-magazine-app { grid-template-columns: 1fr; }
  .acc-grid-2,
  .acc-grid-3,
  .acc-topbar { grid-template-columns: 1fr; display: grid; }
}
@media (max-width: 640px) {
  .acc-form,
  .acc-results,
  .acc-topbar,
  .acc-progress-wrap,
  .acc-step-list { padding: 18px; }
  .acc-section-head h3 { font-size: 24px; }
  .acc-actions { justify-content: flex-start; }
}
