/* AUTO-GENERATED from src/styles.css — run: node scripts/sync-help-sidebar-css.mjs */
.help-box-wrap {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  margin-top: 4px;
}

.help-guide-panel {
  padding: 12px;
  background: linear-gradient(180deg, #fff 0%, #f8fbfb 100%);
  border: 1px solid var(--border);
  border-radius: 16px;
  box-shadow: 0 6px 18px rgba(15, 157, 110, 0.06);
}

.help-guide-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--green-line);
}

.help-guide-icon {
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: var(--green-soft);
  border: 1px solid var(--green-line);
  font-size: 1rem;
  line-height: 1;
}

.help-guide-head strong {
  display: block;
  font-size: 0.88rem;
  color: var(--text);
  margin-bottom: 2px;
}

.help-guide-head span:last-child {
  display: block;
  font-size: 0.72rem;
  color: var(--muted);
  font-weight: 400;
}

.help-guide-nav {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 0;
}

.help-guide-nav .help-guide-link:last-child {
  margin-bottom: 0;
}

.help-guide-link {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 8px 28px 8px 10px;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: #fff;
  color: inherit;
  text-decoration: none;
  transition: border-color 0.15s, background 0.15s, box-shadow 0.15s, transform 0.12s;
}

.help-guide-link:hover {
  border-color: var(--green);
  background: var(--green-soft);
  box-shadow: 0 4px 12px rgba(15, 157, 110, 0.08);
  transform: translateX(-2px);
}

.help-guide-link.active {
  border-color: var(--green);
  background: var(--green-soft);
  box-shadow: 0 4px 12px rgba(15, 157, 110, 0.08);
  font-weight: 600;
}

.help-guide-link:focus-visible {
  outline: 2px solid var(--green);
  outline-offset: 2px;
}

.help-guide-link-main {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
}

.help-guide-tag {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 999px;
  background: var(--green-soft);
  border: 1px solid var(--green-line);
  color: var(--green-dark);
  font-size: 0.65rem;
  font-weight: 700;
  line-height: 1.3;
}

.help-guide-label {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--text);
  line-height: 1.35;
}

.help-guide-hint {
  font-size: 0.68rem;
  color: var(--muted);
  line-height: 1.35;
  padding-right: 2px;
}

.help-guide-arrow {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--green);
  font-size: 1.1rem;
  font-weight: 700;
  opacity: 0.55;
  transition: opacity 0.15s, transform 0.15s;
}

.help-guide-link:hover .help-guide-arrow {
  opacity: 1;
  transform: translateY(-50%) translateX(-2px);
}

.help-guide-all {
  width: 100%;
  margin-top: 8px;
  text-align: center;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.help-guide-panel .help-box-phone.btn {
  box-sizing: border-box;
}


.help-guide-panel .help-box {
  margin-top: 6px;
  margin-bottom: 0;
}

.wizard-guide-tips {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0 0 16px;
}

.wizard-guide-tip {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border: 1px solid var(--green-line);
  border-radius: 14px;
  background: linear-gradient(135deg, #fff 0%, var(--green-soft) 100%);
  text-decoration: none;
  color: inherit;
  transition:
    border-color 0.15s ease,
    box-shadow 0.15s ease,
    transform 0.15s ease;
}

.wizard-guide-tip:hover {
  border-color: var(--green);
  box-shadow: 0 6px 18px rgba(15, 157, 110, 0.12);
  transform: translateY(-1px);
}

.wizard-guide-tip:focus-visible {
  outline: 2px solid var(--green);
  outline-offset: 2px;
}

.wizard-guide-tip-icon {
  flex: 0 0 auto;
  font-size: 1.25rem;
  line-height: 1;
}

.wizard-guide-tip-body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.wizard-guide-tip-tag {
  align-self: flex-start;
  padding: 2px 8px;
  border-radius: 999px;
  background: var(--green-soft);
  border: 1px solid var(--green-line);
  color: var(--green-dark);
  font-size: 0.68rem;
  font-weight: 700;
}

.wizard-guide-tip-title {
  font-size: 0.92rem;
  line-height: 1.35;
  color: var(--text);
}

.wizard-guide-tip-hint {
  font-size: 0.78rem;
  color: var(--muted);
  line-height: 1.4;
}

.wizard-guide-tip-arrow {
  flex: 0 0 auto;
  color: var(--green);
  font-size: 1.1rem;
  font-weight: 700;
  opacity: 0.7;
}

.wizard-guide-tip:hover .wizard-guide-tip-arrow {
  opacity: 1;
  transform: translateX(-2px);
}

.account-loading {
  display: grid;
  place-items: center;
  min-height: 50vh;
  padding: 24px;
}

.help-box {
  margin-top: 0;
  background: var(--green-soft);
  border-radius: 14px;
  padding: 14px;
  font-size: 0.85rem;
  border: 1px solid var(--green-line);
  text-align: center;
}

.help-box strong {
  display: block;
  margin-bottom: 8px;
  font-size: 0.84rem;
}

.help-box-phone {
  display: inline-flex;
  width: 100%;
  justify-content: center;
  margin-bottom: 6px;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.help-box-hours {
  display: block;
  font-size: 0.72rem;
  color: var(--muted);
  line-height: normal;
}

.help-box,
.help-box strong {
  line-height: normal;
}

.help-box-link {
  display: block;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.15s, border-color 0.15s;
}

.help-box-link:hover {
  background: #dff5ee;
  border-color: var(--green);
}

.help-box-link:hover .help-box-phone {
  background: var(--green-dark);
}

.help-box-link:focus-visible {
  outline: 2px solid var(--green);
  outline-offset: 2px;
}

/* Guide/static pages: buttons inside panel — same as homepage (.btn-sm at 5px 10px) */
.help-guide-panel .btn {
  border: 0;
  border-radius: 12px;
  cursor: pointer;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.help-guide-panel .btn-primary {
  background: var(--green);
  color: #fff;
}

.help-guide-panel .btn-primary:hover {
  background: var(--green-dark);
}

.help-guide-panel .btn-sm,
.help-guide-panel .help-box-phone.btn,
.help-guide-panel .help-guide-all.btn {
  padding: 5px 10px;
  font-size: 0.78rem;
  line-height: normal;
}
