#appView #settings #settingsHelpCenter {
  display: grid;
  min-width: 0;
  gap: 25px;
  margin: 0 0 28px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

#appView #settings #settingsHelpCenter.settingsHubSuppressed {
  display: none !important;
}

.helpHero {
  position: relative;
  min-width: 0;
  overflow: hidden;
  padding: 28px 27px 24px;
  border-radius: 23px;
  background: linear-gradient(139deg, #10263a 0%, #173747 68%, #245148 100%);
  box-shadow: 0 16px 36px rgb(16 38 58 / 13%);
}

.helpHero::after {
  position: absolute;
  top: -103px;
  right: -61px;
  width: 210px;
  height: 210px;
  border-radius: 50%;
  background: rgb(84 185 72 / 10%);
  content: "";
}

.helpHeroCopy {
  position: relative;
  z-index: 1;
  max-width: 540px;
}

.helpHeroEyebrow,
.helpEyebrow {
  display: block;
  color: #46864c;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .13em;
}

.helpHeroEyebrow {
  color: #91d38a;
}

.helpHero h2 {
  margin: 12px 0 8px;
  color: #fff;
  font-size: clamp(26px, 5.4vw, 40px);
  font-weight: 940;
  letter-spacing: -1.45px;
  line-height: 1.04;
}

.helpHero h2 span {
  color: #9cdaa0;
}

.helpHero p {
  max-width: 445px;
  margin: 0;
  color: #c4d0cb;
  font-size: 12px;
  line-height: 1.65;
}

.helpHeroMeta {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 15px;
  margin-top: 19px;
  color: #eef5ef;
  font-size: 10px;
  font-weight: 760;
}

.helpHeroMeta > span:first-child {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.helpHeroMeta i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #70ca6c;
  box-shadow: 0 0 0 4px rgb(112 202 108 / 12%);
}

.helpHeroMark {
  position: absolute;
  right: 32px;
  bottom: -53px;
  z-index: 0;
  color: rgb(255 255 255 / 8%);
  font-size: 190px;
  font-weight: 950;
  line-height: 1;
}

.helpSearchBlock {
  display: grid;
  gap: 8px;
  padding: 16px;
  border: 1px solid #e1e9e3;
  border-radius: 19px;
  background: #fff;
  box-shadow: 0 7px 23px rgb(16 38 58 / 4%);
}

.helpSearchBlock > label {
  color: #438a48;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .13em;
}

.helpSearchField {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr) 34px;
  align-items: center;
  gap: 9px;
  min-height: 53px;
  padding: 0 9px 0 13px;
  border: 1px solid #dfe7e0;
  border-radius: 14px;
  background: #f8faf8;
}

.helpSearchField:focus-within {
  border-color: #73b66e;
  background: #fff;
  box-shadow: 0 0 0 4px rgb(84 185 72 / 9%);
}

.helpSearchIcon {
  display: grid;
  width: 21px;
  height: 21px;
  place-items: center;
  color: #5f7665;
}

.helpSearchIcon svg {
  width: 19px;
  height: 19px;
}

#settingsHelpSearch {
  width: 100%;
  min-width: 0;
  min-height: 48px;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  outline: 0 !important;
  background: transparent !important;
  color: #10263a;
  font-size: 13px;
  font-weight: 680;
  box-shadow: none !important;
}

#settingsHelpSearch::placeholder {
  color: #87958e;
}

#settingsHelpSearchClear {
  display: grid;
  width: 31px;
  height: 31px;
  place-items: center;
  border: 0;
  border-radius: 10px;
  background: #eaf0eb;
  color: #53695b;
  font-size: 20px;
}

#settingsHelpSearchClear[hidden] {
  display: none !important;
}

.helpSearchStatus {
  min-height: 14px;
  margin: 0 2px;
  color: #75847c;
  font-size: 10px;
}

.helpSectionHeading {
  display: grid;
  gap: 5px;
  min-width: 0;
}

.helpSectionHeading h3,
.helpForumHeader h3 {
  margin: 0;
  color: #10263a;
  font-size: 21px;
  font-weight: 920;
  letter-spacing: -.65px;
  line-height: 1.15;
}

.helpSectionHeading > p {
  max-width: 510px;
  margin: 0;
  color: #718078;
  font-size: 11px;
  line-height: 1.6;
}

.helpQuickStart,
.helpPopularSection,
.helpCategorySection,
.helpForumSection {
  display: grid;
  min-width: 0;
  gap: 13px;
}

.helpQuickStartList {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}

.helpQuickStartItem {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr) 16px;
  align-items: center;
  gap: 8px;
  min-height: 58px;
  padding: 9px 10px;
  border: 1px solid #e2e9e3;
  border-radius: 14px;
  background: #fff;
  color: #10263a;
  text-align: left;
}

.helpQuickStartNumber {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 10px;
  background: #edf4ed;
  color: #417e46;
  font-size: 10px;
  font-weight: 900;
}

.helpQuickStartItem strong {
  min-width: 0;
  color: #20363e;
  font-size: 11px;
  line-height: 1.35;
}

.helpQuickStartArrow {
  color: #71877a;
}

.helpCategoryGrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}

.helpTopicCard {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 18px;
  align-items: center;
  gap: 10px;
  min-width: 0;
  min-height: 82px;
  padding: 12px;
  border: 1px solid #e2e9e3;
  border-radius: 17px;
  background: #fff;
  color: #10263a;
  text-align: left;
}

.helpTopicCard.is-active {
  border-color: #77ba72;
  background: #f4faf3;
  box-shadow: 0 0 0 3px rgb(84 185 72 / 10%);
}

.helpTopicIcon {
  display: grid;
  width: 41px;
  height: 41px;
  place-items: center;
  border-radius: 13px;
  background: #edf4ed;
  color: #3b7446;
}

.helpTopicIcon svg,
.helpTopicArrow svg {
  width: 19px;
  height: 19px;
}

.helpTopicCopy {
  display: grid;
  min-width: 0;
  gap: 4px;
}

.helpTopicCopy strong {
  overflow: hidden;
  color: #17303a;
  font-size: 11px;
  font-weight: 830;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.helpTopicCopy > span {
  color: #74817a;
  font-size: 9px;
}

.helpTopicArrow {
  color: #7c9180;
}

.helpPopularGrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}

.helpPopularCard {
  display: grid;
  min-height: 102px;
  align-content: center;
  gap: 7px;
  padding: 13px;
  border: 1px solid #e2e9e3;
  border-radius: 16px;
  background: #fff;
  text-align: left;
}

.helpPopularCategory {
  color: #4a8950;
  font-size: 9px;
  font-weight: 780;
}

.helpPopularCard strong {
  color: #17303a;
  font-size: 12px;
  font-weight: 830;
  line-height: 1.4;
}

.helpPopularMeta {
  color: #75837b;
  font-size: 9px;
}

.helpForumHeader {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 12px;
}

.helpForumHeader > div {
  display: grid;
  min-width: 0;
  gap: 5px;
}

.helpGuideCount {
  flex: 0 0 auto;
  padding: 7px 9px;
  border-radius: 999px;
  background: #edf3ed;
  color: #426649;
  font-size: 9px;
  font-weight: 820;
  white-space: nowrap;
}

.helpFilterRow {
  display: flex;
  gap: 7px;
  padding: 1px 0 5px;
  overflow-x: auto;
  scrollbar-width: none;
}

.helpFilterRow::-webkit-scrollbar {
  display: none;
}

.helpFilter {
  flex: 0 0 auto;
  min-height: 34px;
  padding: 0 11px;
  border: 1px solid #e0e8e1;
  border-radius: 999px;
  background: #fff;
  color: #50615a;
  font-size: 10px;
  font-weight: 750;
}

.helpFilter.is-active {
  border-color: #10263a;
  background: #10263a;
  color: #fff;
}

.helpArticleGroups {
  display: grid;
  gap: 21px;
}

.helpArticleGroup {
  display: grid;
  gap: 10px;
}

.helpArticleGroup .helpSectionHeading h3 {
  font-size: 17px;
}

.helpArticleGroup .helpSectionHeading > p {
  font-size: 10px;
}

.helpArticleList {
  display: grid;
  gap: 8px;
}

.helpArticle {
  overflow: hidden;
  border: 1px solid #e1e8e2;
  border-radius: 16px;
  background: #fff;
}

.helpArticle[open] {
  border-color: #d3e4d4;
  box-shadow: 0 8px 25px rgb(16 38 58 / 4%);
}

.helpArticle > summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 28px;
  align-items: center;
  gap: 10px;
  min-height: 78px;
  padding: 12px 13px;
  cursor: pointer;
  list-style: none;
}

.helpArticle > summary::-webkit-details-marker {
  display: none;
}

.helpArticleSummary {
  display: grid;
  min-width: 0;
  gap: 4px;
}

.helpArticleEyebrow {
  color: #46814a;
  font-size: 9px;
  font-weight: 800;
}

.helpArticleSummary strong {
  color: #16303b;
  font-size: 13px;
  font-weight: 840;
  line-height: 1.35;
}

.helpArticleMeta {
  color: #78857e;
  font-size: 9px;
}

.helpArticleExpand {
  display: grid;
  width: 27px;
  height: 27px;
  place-items: center;
  border-radius: 9px;
  background: #eff4ef;
  color: #3d7147;
  font-size: 18px;
}

.helpArticle[open] .helpArticleExpand {
  transform: rotate(45deg);
}

.helpArticleBody {
  display: grid;
  gap: 11px;
  padding: 1px 14px 15px;
}

.helpArticleAnswer {
  margin: 0;
  color: #52625a;
  font-size: 11px;
  line-height: 1.7;
}

.helpArticleBody > h5 {
  margin: 2px 0 -4px;
  color: #3e7844;
  font-size: 9px;
  font-weight: 890;
  letter-spacing: .1em;
}

.helpArticleSteps {
  display: grid;
  gap: 6px;
  margin: 0;
  padding-left: 19px;
  color: #283d43;
  font-size: 11px;
  line-height: 1.55;
}

.helpArticleSteps li::marker {
  color: #477f4d;
  font-weight: 900;
}

.helpArticleTip {
  margin: 0;
  padding: 10px;
  border: 1px solid #e1ece0;
  border-radius: 11px;
  background: #f4f8f3;
  color: #4e6251;
  font-size: 10px;
  line-height: 1.55;
}

.helpArticleActions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.helpArticleNavigate,
.helpArticleAsk {
  min-height: 35px;
  padding: 0 11px;
  border: 0;
  border-radius: 10px;
  font-size: 10px;
  font-weight: 810;
}

.helpArticleNavigate {
  background: #10263a;
  color: #fff;
}

.helpArticleAsk {
  background: #edf3ed;
  color: #355b40;
}

.helpArticleRelated {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  padding-top: 2px;
}

.helpArticleRelated > span {
  flex-basis: 100%;
  color: #63736a;
  font-size: 8px;
  font-weight: 850;
  letter-spacing: .08em;
}

.helpArticleRelated button {
  min-height: 27px;
  padding: 0 8px;
  border: 1px solid #e0e8e1;
  border-radius: 999px;
  background: #fff;
  color: #466d4b;
  font-size: 9px;
  font-weight: 730;
}

.helpArticleFocused {
  outline: 3px solid #60b75a;
  outline-offset: 3px;
}

.helpNoResults {
  display: grid;
  justify-items: center;
  gap: 7px;
  padding: 27px 15px;
  border: 1px dashed #d7e2d8;
  border-radius: 15px;
  background: #fff;
  text-align: center;
}

.helpNoResults strong {
  color: #10263a;
  font-size: 14px;
}

.helpNoResults p {
  max-width: 290px;
  margin: 0;
  color: #718079;
  font-size: 10px;
}

.helpNoResults button {
  margin-top: 3px;
  padding: 8px 12px;
  border: 0;
  border-radius: 9px;
  background: #10263a;
  color: #fff;
  font-size: 10px;
  font-weight: 780;
}

.helpSupportCard {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 17px;
  border: 1px solid #dce8dd;
  border-radius: 19px;
  background: linear-gradient(140deg, #fff, #edf5ec);
}

.helpSupportCard > div {
  min-width: 0;
}

.helpSupportCard h3 {
  margin: 7px 0 4px;
  color: #10263a;
  font-size: 18px;
  font-weight: 900;
}

.helpSupportCard p {
  max-width: 345px;
  margin: 0;
  color: #64746b;
  font-size: 10px;
  line-height: 1.55;
}

.helpAskCrewCue {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 6px;
  min-height: 40px;
  padding: 0 12px;
  border: 0;
  border-radius: 12px;
  background: #10263a;
  color: #fff;
  font-size: 10px;
  font-weight: 850;
  white-space: nowrap;
}

.helpAskCrewCue > span {
  color: #77cc6a;
  font-size: 13px;
}

.helpPrivacyNote {
  margin: -11px 0 0;
  color: #74817a;
  font-size: 9px;
  line-height: 1.6;
}

.helpPrivacyNote > span {
  color: #4b9250;
}

@media (max-width: 520px) {
  #appView #settings #settingsHelpCenter {
    gap: 21px;
  }

  .helpHero {
    padding: 22px 18px 20px;
    border-radius: 19px;
  }

  .helpHero h2 {
    font-size: clamp(26px, 7.7vw, 34px);
  }

  .helpHero p {
    font-size: 10px;
  }

  .helpHeroMark {
    right: 13px;
    bottom: -42px;
    font-size: 145px;
  }

  .helpSearchBlock {
    padding: 12px;
    border-radius: 16px;
  }

  #settingsHelpSearch {
    font-size: 11px;
  }

  .helpSectionHeading h3,
  .helpForumHeader h3 {
    font-size: 18px;
  }

  .helpQuickStartList,
  .helpCategoryGrid,
  .helpPopularGrid {
    gap: 7px;
  }

  .helpQuickStartItem {
    grid-template-columns: 27px minmax(0, 1fr);
    gap: 6px;
    min-height: 59px;
    padding: 8px;
  }

  .helpQuickStartNumber {
    width: 26px;
    height: 26px;
    border-radius: 8px;
    font-size: 9px;
  }

  .helpQuickStartItem strong {
    font-size: 9px;
  }

  .helpQuickStartArrow {
    display: none;
  }

  .helpTopicCard {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 7px;
    min-height: 72px;
    padding: 9px;
    border-radius: 14px;
  }

  .helpTopicIcon {
    width: 34px;
    height: 34px;
    border-radius: 10px;
  }

  .helpTopicIcon svg {
    width: 17px;
    height: 17px;
  }

  .helpTopicCopy strong {
    font-size: 9px;
  }

  .helpTopicCopy > span {
    font-size: 8px;
  }

  .helpTopicArrow {
    display: none;
  }

  .helpPopularCard {
    min-height: 96px;
    padding: 10px;
    border-radius: 13px;
  }

  .helpPopularCard strong {
    font-size: 10px;
  }

  .helpPopularMeta {
    font-size: 8px;
  }

  .helpArticle > summary {
    min-height: 72px;
    padding: 11px;
  }

  .helpArticleSummary strong {
    font-size: 12px;
  }

  .helpArticleBody {
    padding-inline: 12px;
  }

  .helpSupportCard {
    align-items: flex-start;
    flex-direction: column;
    gap: 11px;
    padding: 15px;
  }
}

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

  .helpTopicCard {
    grid-template-columns: 36px minmax(0, 1fr) 18px;
  }

  .helpTopicArrow {
    display: block;
  }

  .helpPopularGrid {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .helpArticleExpand,
  .helpTopicCard,
  .helpSearchField {
    transition: none !important;
    animation: none !important;
  }
}
