.aw-help-nav-button {
  white-space: nowrap;
}

.aw-guidance-screen {
  padding: 28px clamp(18px, 3vw, 42px) 56px;
  background: linear-gradient(180deg, #ffffff 0%, #f5f9ff 100%);
}

.aw-help-hero {
  max-width: 1180px;
  margin: 0 auto 18px;
  padding: 26px;
  border: 1px solid #d7e3f4;
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 22px 64px rgba(37, 99, 235, 0.10);
}

.aw-help-hero .section-kicker,
.aw-guide-card .section-kicker,
.aw-getting-started-card .section-kicker {
  margin: 0 0 6px;
  color: #1d4ed8;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.aw-help-hero h2 {
  margin: 0;
  color: #0f172a;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  line-height: 1.05;
}

.aw-help-hero p {
  max-width: 820px;
  margin: 10px 0 0;
  color: #475569;
  font-weight: 750;
  line-height: 1.55;
}

.aw-help-grid {
  display: grid;
  grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
  gap: 18px;
  max-width: 1180px;
  margin: 0 auto;
}

.aw-help-index,
.aw-help-content {
  border: 1px solid #d7e3f4;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.08);
}

.aw-help-index {
  position: sticky;
  top: 92px;
  align-self: start;
  padding: 14px;
}

.aw-help-index a {
  display: block;
  padding: 10px 12px;
  border-radius: 12px;
  color: #1e3a8a;
  font-weight: 800;
  text-decoration: none;
}

.aw-help-index a:hover,
.aw-help-index a:focus-visible {
  background: #eff6ff;
  outline: none;
}

.aw-help-content {
  padding: 8px;
}

.aw-help-section {
  padding: 20px;
  border-bottom: 1px solid #e2e8f0;
}

.aw-help-section:last-child {
  border-bottom: 0;
}

.aw-help-section h3 {
  margin: 0 0 8px;
  color: #0f172a;
  font-size: 1.18rem;
}

.aw-help-section p,
.aw-help-section li {
  color: #334155;
  font-weight: 700;
  line-height: 1.55;
}

.aw-help-section ol,
.aw-help-section ul {
  margin: 10px 0 0;
  padding-left: 1.25rem;
}

.aw-help-disclaimer {
  border: 1px solid #bfdbfe;
  border-radius: 16px;
  background: #eff6ff;
}

.aw-getting-started-card,
.aw-guide-card,
.aw-ai-disclaimer {
  border: 1px solid #d7e3f4;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 16px 42px rgba(37, 99, 235, 0.08);
}

.aw-getting-started-card {
  margin: 0 0 18px;
  padding: 18px;
}

.aw-getting-started-card h3,
.aw-guide-card h3 {
  margin: 0;
  color: #0f172a;
}

.aw-getting-started-list {
  display: grid;
  gap: 10px;
  margin: 14px 0 0;
}

.aw-getting-started-item {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  padding: 10px;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  background: #f8fbff;
}

.aw-check-box {
  width: 18px;
  height: 18px;
  border: 2px solid #93c5fd;
  border-radius: 6px;
  background: #ffffff;
}

.aw-small-button,
.aw-guide-button,
.aw-onboarding-button {
  border: 1px solid #bfdbfe;
  border-radius: 12px;
  background: #ffffff;
  color: #1d4ed8;
  cursor: pointer;
  font: inherit;
  font-weight: 850;
  padding: 9px 12px;
}

.aw-small-button:hover,
.aw-small-button:focus-visible,
.aw-guide-button:hover,
.aw-guide-button:focus-visible,
.aw-onboarding-button:hover,
.aw-onboarding-button:focus-visible {
  border-color: #2563eb;
  background: #eff6ff;
  outline: none;
}

.aw-small-button.primary,
.aw-onboarding-button.primary {
  border-color: #2563eb;
  background: #2563eb;
  color: #ffffff;
}

.aw-card-actions,
.aw-guide-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.aw-getting-started-head,
.aw-guide-head {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: flex-start;
}

.aw-guide-card {
  margin: 0 0 14px;
  padding: 14px;
}

.aw-guide-card.is-collapsed .aw-guide-body {
  display: none;
}

.aw-guide-card.is-collapsed {
  padding-bottom: 12px;
}

.aw-guide-body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 0.55fr);
  gap: 14px;
  margin-top: 12px;
  color: #334155;
  font-weight: 700;
}

.aw-guide-body ol,
.aw-guide-body ul {
  margin: 8px 0 0;
  padding-left: 1.25rem;
}

.aw-guide-reminder {
  padding: 12px;
  border: 1px solid #bfdbfe;
  border-radius: 14px;
  background: #eff6ff;
  color: #1e3a8a;
}

.aw-ai-disclaimer {
  margin: 0 0 14px;
  padding: 12px 14px;
  color: #1e3a8a;
  font-weight: 800;
  background: #eff6ff;
}

.aw-modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 5000;
  display: grid;
  place-items: center;
  padding: 18px;
  background: rgba(15, 23, 42, 0.48);
}

.aw-onboarding-modal,
.aw-help-panel {
  width: min(720px, 100%);
  max-height: min(760px, calc(100vh - 36px));
  overflow: auto;
  border: 1px solid #d7e3f4;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 28px 88px rgba(15, 23, 42, 0.24);
}

.aw-onboarding-modal {
  padding: 26px;
}

.aw-onboarding-modal h2,
.aw-help-panel h2 {
  margin: 0;
  color: #0f172a;
  font-size: clamp(1.65rem, 4vw, 2.35rem);
}

.aw-onboarding-modal p {
  color: #475569;
  font-weight: 750;
  line-height: 1.5;
}

.aw-onboarding-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 18px 0;
}

.aw-onboarding-step {
  padding: 14px;
  border: 1px solid #d7e3f4;
  border-radius: 16px;
  background: #f8fbff;
  color: #0f3b63;
  font-weight: 900;
}

.aw-help-panel {
  padding: 0;
}

.aw-help-panel-head {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: flex-start;
  padding: 20px;
  border-bottom: 1px solid #e2e8f0;
  background: #f8fbff;
}

.aw-help-panel-body {
  padding: 20px;
  color: #334155;
  font-weight: 700;
  line-height: 1.55;
}

.aw-help-panel-body h3 {
  margin: 18px 0 8px;
  color: #0f172a;
}

.aw-help-panel-body h3:first-child {
  margin-top: 0;
}

.aw-close-button {
  width: 38px;
  height: 38px;
  border: 1px solid #d7e3f4;
  border-radius: 12px;
  background: #ffffff;
  color: #0f172a;
  cursor: pointer;
  font: inherit;
  font-weight: 900;
}

.aw-tip-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  margin-left: 6px;
  border: 1px solid #bfdbfe;
  border-radius: 999px;
  background: #eff6ff;
  color: #1d4ed8;
  cursor: help;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 900;
  vertical-align: middle;
}

.aw-tip-popover {
  position: fixed;
  z-index: 5100;
  max-width: min(320px, calc(100vw - 24px));
  padding: 10px 12px;
  border: 1px solid #bfdbfe;
  border-radius: 12px;
  background: #ffffff;
  color: #0f172a;
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.18);
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1.35;
}

@media (max-width: 860px) {
  .aw-help-grid,
  .aw-guide-body {
    grid-template-columns: 1fr;
  }

  .aw-help-index {
    position: static;
  }

  .aw-onboarding-steps {
    grid-template-columns: 1fr;
  }

  .aw-getting-started-item {
    grid-template-columns: 24px minmax(0, 1fr);
  }

  .aw-getting-started-item .aw-small-button {
    grid-column: 2;
    justify-self: start;
  }
}
