:root {
  --guide-first-release: "20260726-guide-first-simplify-os-1510";
}

[data-guide-first-hidden="true"][hidden] {
  display: none !important;
}

.guide-first-strip {
  width: min(1120px, calc(100% - 32px));
  margin: 14px auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border: 1px solid rgba(214, 151, 185, 0.22);
  border-radius: 12px;
  background:
    linear-gradient(135deg, rgba(255, 244, 249, 0.94), rgba(255, 251, 245, 0.9));
  box-shadow: 0 16px 34px rgba(83, 28, 55, 0.08);
  padding: 12px 14px;
}

.guide-first-strip-copy {
  min-width: 0;
  display: grid;
  gap: 3px;
}

.guide-first-strip-copy span,
.guide-first-lesson-head span,
.guide-first-lessons article span {
  color: #b9822c;
  font-size: 11px;
  font-weight: 560;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.guide-first-strip-copy strong {
  color: #291721;
  font-size: 15px;
  font-weight: 560;
  line-height: 1.28;
}

.guide-first-strip nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.guide-first-strip a,
.guide-first-inline-link,
.guide-first-lessons article a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 36px;
  border: 1px solid rgba(214, 151, 185, 0.24);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.72);
  color: #311924;
  font-size: 13px;
  font-weight: 520;
  line-height: 1.1;
  padding: 0 12px;
  text-decoration: none;
  white-space: nowrap;
}

.guide-first-strip a svg,
.guide-first-inline-link svg,
.guide-first-lessons article a svg {
  width: 16px;
  height: 16px;
  color: #d34f8d;
  flex: 0 0 auto;
}

[data-guide-first-compact="true"] .treatment-guide-head {
  align-items: center;
  gap: 10px;
}

.guide-first-inline-link {
  margin-left: auto;
}

[data-guide-first-compact="true"] .treatment-guide-body[hidden] {
  display: none !important;
}

.guide-first-lessons {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.guide-first-lessons.hub {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.guide-first-lesson-head,
.guide-first-lessons details,
.guide-first-lessons article {
  border: 1px solid rgba(198, 154, 86, 0.18);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 38px rgba(83, 28, 55, 0.07);
  padding: 16px;
}

.guide-first-lesson-head {
  display: grid;
  gap: 5px;
}

.guide-first-lesson-head h2,
.guide-first-lessons article h2 {
  color: #281923;
  font-size: 22px;
  font-weight: 560;
  letter-spacing: 0;
  line-height: 1.14;
  margin: 0;
}

.guide-first-lessons details {
  overflow: hidden;
}

.guide-first-lessons summary {
  cursor: pointer;
  color: #2a1722;
  font-size: 16px;
  font-weight: 560;
  line-height: 1.25;
  list-style-position: outside;
}

.guide-first-lessons p {
  color: #705a66;
  line-height: 1.5;
  margin: 9px 0 0;
}

.guide-first-lessons article {
  display: grid;
  align-content: start;
  gap: 8px;
}

.guide-first-lessons article a {
  justify-self: start;
  margin-top: 4px;
}

.guide-first-simplify-ready [data-guide-focus-card][data-guide-first-trimmed="true"],
.guide-first-simplify-ready .tutorial-guide-nudge[data-guide-first-trimmed="true"] {
  min-height: auto;
}

body[data-theme="dark"] .guide-first-strip,
body[data-theme="dark"] .guide-first-lesson-head,
body[data-theme="dark"] .guide-first-lessons details,
body[data-theme="dark"] .guide-first-lessons article,
body[data-theme="dark"].guide-page .guide-first-strip,
body[data-theme="dark"].guide-page .guide-first-lesson-head,
body[data-theme="dark"].guide-page .guide-first-lessons details,
body[data-theme="dark"].guide-page .guide-first-lessons article {
  border-color: rgba(255, 137, 188, 0.22);
  background:
    linear-gradient(135deg, rgba(48, 18, 36, 0.96), rgba(37, 18, 30, 0.94));
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.2);
}

body[data-theme="dark"] .guide-first-strip a,
body[data-theme="dark"] .guide-first-inline-link,
body[data-theme="dark"] .guide-first-lessons article a {
  border-color: rgba(255, 137, 188, 0.22);
  background: rgba(255, 255, 255, 0.08);
  color: #fff5fa;
}

body[data-theme="dark"] .guide-first-strip-copy strong,
body[data-theme="dark"] .guide-first-lesson-head h2,
body[data-theme="dark"] .guide-first-lessons article h2,
body[data-theme="dark"] .guide-first-lessons summary {
  color: #fff5fa;
}

body[data-theme="dark"] .guide-first-lessons p {
  color: #e9cbd8;
}

@media (max-width: 820px) {
  .guide-first-strip {
    width: min(100% - 24px, 620px);
    align-items: stretch;
    flex-direction: column;
    margin-top: 10px;
    padding: 12px;
  }

  .guide-first-strip nav,
  .guide-first-strip a {
    width: 100%;
  }

  .guide-first-strip a {
    min-height: 40px;
  }

  .guide-first-inline-link {
    width: 100%;
    margin: 8px 0 0;
  }

  [data-guide-first-compact="true"] .treatment-guide-head {
    align-items: stretch;
    flex-direction: column;
  }

  .guide-first-lessons.hub {
    grid-template-columns: 1fr;
  }

  .guide-first-lesson-head h2,
  .guide-first-lessons article h2 {
    font-size: 20px;
  }
}
