@charset "UTF-8";
:root {
  color-scheme: light;
  --ink: #1e2531;
  --muted: #626c7b;
  --line: #e7ebf0;
  --blue: #2368da;
  --pale: #f5f8fd;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 36px;
}
body {
  margin: 0;
  background: #fff;
  color: var(--ink);
  font:
    16px/1.65 -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-underline-offset: 4px;
}
a:hover {
  color: var(--blue);
}
a:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 5px;
  border-radius: 5px;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
.wrap {
  width: min(1280px, calc(100% - 112px));
  margin-inline: auto;
}
.skip {
  position: absolute;
  left: 16px;
  top: -80px;
  padding: 10px 20px;
  background: white;
  z-index: 10;
}
.skip:focus {
  top: 12px;
}
.nav {
  display: flex;
  align-items: center;
  gap: 42px;
  min-height: 96px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  font-size: 25px;
  font-weight: 650;
  letter-spacing: -0.8px;
  text-decoration: none;
}
.brand img {
  width: 36px;
  height: 36px;
  border-radius: 9px;
}
.brand-detail {
  margin-left: 6px;
  padding: 2px 8px;
  border: 1px solid var(--line);
  border-radius: 5px;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.1px;
  color: var(--muted);
}
.nav-links {
  display: flex;
  gap: 28px;
  align-items: center;
  margin-left: auto;
  font-size: 13px;
}
.nav-links a {
  text-decoration: none;
  padding: 12px 0;
}
.repo-link {
  display: flex;
  align-items: center;
  gap: 22px;
  border: 1px solid var(--line);
  border-radius: 5px;
  padding: 8px 16px;
  text-decoration: none;
  font-size: 12px;
}
.repo-link:hover {
  background: var(--pale);
}
.hero {
  display: grid;
  grid-template-columns: 0.97fr 1.03fr;
  gap: 24px;
  align-items: center;
  padding: 65px 0 70px;
}
.hero-copy {
  min-width: 0;
  padding-bottom: 15px;
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  letter-spacing: 0.15px;
  color: var(--muted);
  margin: 0 0 25px;
}
.dot {
  width: 6px;
  height: 6px;
  flex-shrink: 0;
  display: inline-block;
  border-radius: 50%;
  background: var(--blue);
}
h1 {
  font-size: clamp(55px, 5.4vw, 78px);
  font-weight: 550;
  letter-spacing: -4px;
  line-height: 1.04;
  margin: 0 0 26px;
}
h1 > span {
  color: var(--blue);
}
.lead {
  max-width: 405px;
  font-size: 18px;
  line-height: 1.65;
  margin: 0;
  color: var(--muted);
}
.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
  margin: 30px 0 17px;
}
.primary-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  min-height: 48px;
  padding: 14px 24px;
  background: #3182ff;
  color: white;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.2s;
}
.primary-link:hover {
  background: #1858c0;
  color: white;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
}
.text-link:hover {
  text-decoration: underline;
}
.availability {
  font-size: 11px;
  color: var(--muted);
  margin: 0;
}
.journey {
  position: relative;
  min-width: 0;
  margin: 0;
  padding-bottom: 20px;
}
.journey-canvas {
  position: relative;
  aspect-ratio: 600/560;
  overflow: hidden;
  border-radius: 32px;
  background:
    radial-gradient(ellipse at 65% 33%, #eaf1ff, transparent 65%),
    linear-gradient(160deg, #f7f9fd, #f5f7fb);
}
.journey-grid {
  position: absolute;
  inset: 0;
  opacity: 0.46;
  background-image: radial-gradient(#acb9d3 0.8px, transparent 0.8px);
  background-size: 20px 20px;
  mask-image: linear-gradient(130deg, #000, transparent 80%);
}
.route-lines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.route-label {
  position: absolute;
  font-size: clamp(10px, 1vw, 12px);
  color: #5170a0;
  background: #f3f7fd;
  padding: 2px 8px;
  border-radius: 10px;
}
.route-open {
  left: 26%;
  top: 14%;
  transform: rotate(-10deg);
}
.route-return {
  display: flex;
  gap: 7px;
  align-items: center;
  left: 39%;
  top: 79%;
  transform: rotate(-4deg);
}
.return-check {
  color: #237a4e;
  font-size: 13px;
}
.local-document {
  position: absolute;
  left: 8%;
  top: 36%;
  width: 33%;
  padding: 17px 14px 19px;
  border: 1px solid #e4eaf3;
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 16px 30px -15px #263c6240;
  transform: rotate(-8deg);
}
.document-location {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 7px;
  letter-spacing: 0.7px;
  color: #778495;
}
.small-dot {
  width: 4px;
  height: 4px;
  background: #768596;
  border-radius: 50%;
}
.local-document img {
  width: 73%;
  margin: 10px auto 5px;
}
.local-document strong {
  display: block;
  font-size: clamp(8px, 1vw, 12px);
  font-weight: 550;
}
.document-caption {
  display: block;
  font-size: clamp(7px, 0.8vw, 10px);
  color: #8490a1;
  margin-top: 3px;
}
.editor-document {
  position: absolute;
  width: 40%;
  left: 55%;
  top: 22%;
  border: 1px solid #dfe6f1;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 19px 32px -15px #3047792e;
  transform: rotate(6deg);
}
.editor-top {
  display: flex;
  align-items: center;
  gap: 14px;
  border-bottom: 1px solid #ecf0f6;
  padding: 10px 12px;
  font-size: 7px;
  letter-spacing: 0.6px;
  color: #69798f;
}
.editor-dots {
  display: flex;
  gap: 3px;
}
.editor-dots i {
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #d6dde7;
}
.editor-body {
  padding: 20px 18px 23px;
}
.editor-title {
  display: block;
  font-size: clamp(8px, 1.1vw, 13px);
  font-weight: 550;
  margin-bottom: 15px;
  letter-spacing: -0.1px;
}
.writing-line {
  height: 3px;
  border-radius: 1px;
  background: #e9edf3;
  margin: 8px 0;
  width: 84%;
}
.writing-line.long {
  width: 100%;
}
.writing-line.short {
  width: 61%;
}
.editor-highlight {
  width: 84%;
  height: 11px;
  background: #e8f0ff;
  border-radius: 2px;
  margin: 14px 0;
}
.naro-connector {
  position: absolute;
  left: 46%;
  top: 50%;
  width: 15%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  transform: rotate(-2deg);
}
.naro-connector img {
  width: 100%;
  border-radius: 22%;
  box-shadow: 0 7px 22px #c1cce544;
}
.naro-connector > span {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: -0.3px;
  color: #64738b;
}
.illustration-label {
  position: absolute;
  left: 7%;
  bottom: 6%;
  font-size: 8px;
  letter-spacing: 1.4px;
  color: #8795aa;
}
.journey figcaption {
  text-align: right;
  color: #798599;
  font-size: 11px;
  padding: 13px 8px 0;
}
.compatibility {
  display: flex;
  align-items: center;
  gap: 35px;
  border-block: 1px solid var(--line);
  padding: 24px 0;
  font-size: 12px;
  color: var(--muted);
}
.compatibility p {
  margin: 0;
}
.compatibility > div {
  display: flex;
  gap: 25px;
}
.compatibility a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  text-decoration: none;
  color: var(--ink);
  font-weight: 500;
}
.format-dot {
  width: 6px;
  height: 6px;
  border-radius: 2px;
  display: inline-block;
}
.word-dot {
  background: #3983ee;
}
.excel-dot {
  background: #35a06c;
}
.slides-dot {
  background: #e29b2c;
}
.platform {
  margin-left: auto;
  font-size: 11px;
}
.product-section {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  align-items: center;
  gap: 60px;
  padding-top: 88px;
  padding-bottom: 25px;
}
.product-copy h2 {
  font-size: 36px;
  letter-spacing: -1.2px;
}
.product-copy > p:not(.kicker) {
  color: var(--muted);
  font-size: 15px;
  margin: 20px 0 22px;
  max-width: 300px;
}
.product-figure {
  margin: 0;
  padding: 34px 32px 18px;
  border-radius: 22px;
  background: #f5f7fa;
}
.product-figure img {
  border: 1px solid #e2e7ee;
  border-radius: 12px;
  box-shadow: 0 10px 28px -15px #32466344;
}
.product-figure figcaption {
  text-align: center;
  color: var(--muted);
  font-size: 9px;
  margin-top: 16px;
}
.section {
  padding: 80px 0;
  border-bottom: 1px solid var(--line);
}
.kicker {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: var(--blue);
  margin: 0 0 17px;
}
h2 {
  font-size: clamp(30px, 3.3vw, 43px);
  line-height: 1.16;
  letter-spacing: -1.5px;
  font-weight: 500;
  margin: 0;
}
.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 45px;
  margin-bottom: 40px;
}
.section-heading > p {
  color: var(--muted);
  max-width: 300px;
  margin: 0;
  font-size: 15px;
}
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
}
.steps article {
  border-top: 1px solid #cddcf3;
  padding-top: 25px;
}
.step-number {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #edf3ff;
  color: var(--blue);
  font-size: 10px;
  font-weight: 600;
  margin-bottom: 23px;
}
h3 {
  font-size: 19px;
  line-height: 1.4;
  font-weight: 550;
  letter-spacing: -0.3px;
  margin: 0 0 12px;
}
.steps p,
.format p,
.principles p {
  font-size: 14px;
  color: var(--muted);
  margin: 0;
}
.formats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.format {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 15px;
}
.format img {
  width: 83px;
  margin-bottom: 24px;
}
.format h3 {
  font-size: 23px;
  letter-spacing: -0.6px;
}
.format small {
  display: block;
  font-size: 10px;
  letter-spacing: 1px;
  color: var(--muted);
  margin-top: 20px;
}
.quiet-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
}
.principles {
  display: grid;
  gap: 26px;
}
.principles > div + div {
  border-top: 1px solid var(--line);
  padding-top: 26px;
}
.privacy-link {
  display: inline-flex;
  gap: 12px;
  margin-top: 28px;
  font-size: 13px;
  text-decoration: none;
  color: var(--blue);
}
.privacy-link:hover {
  text-decoration: underline;
}
.faq {
  margin-top: 36px;
  max-width: 850px;
}
details {
  border-top: 1px solid var(--line);
  padding: 22px 0;
}
details:last-child {
  border-bottom: 1px solid var(--line);
}
summary {
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  padding-right: 20px;
}
details p {
  color: var(--muted);
  max-width: 760px;
  margin: 16px 0 0;
  font-size: 14px;
}
footer {
  margin-top: 30px;
  padding: 34px 0;
  background: #f7f9fc;
}
.footer-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
footer .brand {
  font-size: 20px;
}
footer .brand img {
  width: 30px;
  height: 30px;
}
footer nav {
  display: flex;
  gap: 26px;
  font-size: 12px;
}
footer nav a {
  text-decoration: none;
}
.fineprint {
  color: var(--muted);
  font-size: 10px;
  margin: 22px 0 0;
}
.prose {
  max-width: 760px;
  padding-top: 60px;
  padding-bottom: 65px;
}
.prose h1 {
  font-size: 54px;
  letter-spacing: -2px;
  line-height: 1.1;
  margin: 24px 0;
}
.prose .intro {
  font-size: 19px;
  color: var(--muted);
}
.prose h2 {
  font-size: 26px;
  letter-spacing: -0.6px;
  margin: 38px 0 15px;
}
.prose p,
.prose li {
  color: #525d6c;
}
.prose li + li {
  margin-top: 9px;
}
.prose code {
  background: #eef3fa;
  padding: 2px 5px;
  border-radius: 4px;
  font-size: 12px;
  overflow-wrap: anywhere;
}
.meta {
  color: var(--muted);
  font-size: 12px;
}
@media (max-width: 1100px) {
  .wrap {
    width: calc(100% - 72px);
  }
  .nav {
    gap: 24px;
  }
  .nav-links {
    gap: 20px;
  }
  .brand-detail {
    display: none;
  }
  .hero {
    gap: 20px;
    padding: 50px 0;
  }
  h1 {
    font-size: clamp(49px, 5.65vw, 63px);
    letter-spacing: -3px;
  }
  .lead {
    font-size: 16px;
  }
  .hero-actions {
    gap: 17px;
  }
  .text-link {
    font-size: 12px;
  }
  .local-document {
    padding: 12px;
  }
  .editor-body {
    padding: 14px;
  }
  .editor-top {
    gap: 8px;
    padding: 8px;
    font-size: 6px;
  }
  .compatibility {
    gap: 22px;
  }
  .compatibility > div {
    gap: 17px;
  }
  .product-section {
    gap: 30px;
  }
  .product-copy h2 {
    font-size: 30px;
  }
  .product-figure {
    padding: 23px 20px 14px;
  }
  .quiet-grid {
    gap: 50px;
  }
}
@media (max-width: 760px) {
  .wrap {
    width: calc(100% - 40px);
  }
  .nav {
    min-height: 78px;
    gap: 15px;
    flex-wrap: wrap;
    padding-block: 17px;
  }
  .brand {
    font-size: 23px;
  }
  .brand img {
    width: 32px;
    height: 32px;
  }
  .repo-link {
    margin-left: auto;
    font-size: 11px;
  }
  .nav-links {
    order: 3;
    width: 100%;
    justify-content: center;
    gap: 29px;
    margin: 0;
    font-size: 11px;
  }
  .nav-links a {
    padding: 1px 0;
  }
  .hero {
    grid-template-columns: 1fr;
    gap: 35px;
    padding: 38px 0 22px;
  }
  .hero-copy {
    padding: 0;
  }
  .eyebrow {
    font-size: 10px;
    margin-bottom: 20px;
  }
  h1 {
    font-size: clamp(44px, 9.5vw, 65px);
    letter-spacing: -2.5px;
    line-height: 1.04;
    margin-bottom: 22px;
  }
  .lead {
    font-size: 16px;
    max-width: 420px;
  }
  .hero-actions {
    margin-top: 24px;
    gap: 22px;
  }
  .primary-link {
    min-height: 48px;
    padding: 12px 20px;
    font-size: 15px;
  }
  .availability {
    font-size: 10px;
  }
  .journey {
    max-width: 510px;
    width: 100%;
    justify-self: center;
    padding-bottom: 5px;
  }
  .journey-canvas {
    border-radius: 23px;
  }
  .route-label {
    font-size: 9px;
    padding: 1px 5px;
  }
  .document-location {
    font-size: 6px;
    letter-spacing: 0.2px;
  }
  .local-document strong {
    font-size: 8px;
  }
  .document-caption {
    font-size: 7px;
  }
  .local-document {
    padding: 10px 9px 12px;
  }
  .local-document img {
    margin: 5px auto;
  }
  .editor-body {
    padding: 13px 12px 15px;
  }
  .editor-title {
    font-size: 8px;
    margin-bottom: 10px;
  }
  .writing-line {
    height: 2px;
    margin: 5px 0;
  }
  .editor-highlight {
    height: 7px;
    margin: 8px 0;
  }
  .editor-top {
    font-size: 5px;
    gap: 6px;
    padding: 7px 8px;
  }
  .editor-dots {
    gap: 2px;
  }
  .editor-dots i {
    width: 3px;
    height: 3px;
  }
  .naro-connector > span {
    font-size: 9px;
  }
  .illustration-label {
    font-size: 6px;
    letter-spacing: 1px;
  }
  .journey figcaption {
    font-size: 10px;
    padding-top: 10px;
  }
  .compatibility {
    flex-wrap: wrap;
    gap: 12px 20px;
    padding: 20px 0;
    font-size: 11px;
  }
  .compatibility > p {
    width: 100%;
  }
  .compatibility > div {
    gap: 20px;
  }
  .platform {
    width: 100%;
    margin: 0;
    font-size: 10px;
  }
  .product-section {
    grid-template-columns: 1fr;
    gap: 25px;
    padding-top: 48px;
    padding-bottom: 0;
  }
  .product-copy h2 {
    font-size: 33px;
  }
  .product-copy > p:not(.kicker) {
    max-width: 400px;
  }
  .product-figure {
    padding: 20px 15px 14px;
    border-radius: 16px;
  }
  .product-figure img {
    border-radius: 8px;
  }
  .product-figure figcaption {
    font-size: 8px;
    margin-top: 12px;
  }
  .section {
    padding: 52px 0;
  }
  .section-heading {
    display: block;
    margin-bottom: 27px;
  }
  .section-heading > p {
    margin-top: 18px;
    max-width: 400px;
    font-size: 14px;
  }
  h2 {
    font-size: 32px;
    letter-spacing: -1px;
  }
  .kicker {
    font-size: 9px;
    margin-bottom: 13px;
  }
  .steps {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .steps article {
    padding-top: 20px;
  }
  .step-number {
    margin-bottom: 16px;
  }
  .formats {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .format {
    display: grid;
    grid-template-columns: 70px 1fr;
    gap: 0 17px;
    padding: 23px 19px;
  }
  .format img {
    grid-row: 1/4;
    align-self: center;
    width: 70px;
    margin: 0;
  }
  .format h3 {
    font-size: 20px;
    margin-bottom: 4px;
  }
  .format p {
    font-size: 12px;
  }
  .format small {
    margin-top: 9px;
    font-size: 9px;
  }
  .quiet-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  summary {
    font-size: 15px;
  }
  details {
    padding: 20px 0;
  }
  .footer-main {
    align-items: start;
  }
  footer nav {
    flex-wrap: wrap;
    justify-content: end;
    gap: 12px 17px;
    max-width: 190px;
  }
  .prose {
    padding-top: 35px;
  }
  .prose h1 {
    font-size: 40px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .primary-link {
    transition: none;
  }
}

.guide-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 25px;
  border-top: 1px solid var(--line);
  padding-top: 24px;
}
.guide-card {
  display: block;
  height: 100%;
  text-decoration: none;
  color: var(--ink);
}
.guide-category {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 22px;
  font:
    11px/1.5 "SFMono-Regular",
    Consolas,
    monospace;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  color: #525b69;
}
.guide-category > span {
  display: block;
  width: 5px;
  height: 5px;
  flex-shrink: 0;
  background: #3182ff;
}
.guide-art {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  aspect-ratio: 16/9;
  border-radius: 5px;
  background: #202126;
  margin-bottom: 23px;
}
.poster-word {
  position: absolute;
  left: 7%;
  top: 9%;
  color: #fff;
  font-weight: 450;
  letter-spacing: -2.5px;
  line-height: 0.96;
}
.guide-art-start .poster-word {
  font-size: clamp(38px, 5vw, 70px);
}
.guide-art-start img {
  position: absolute;
  width: 32%;
  right: 7%;
  top: 20%;
  border-radius: 22%;
  transform: rotate(9deg);
  box-shadow: 0 16px 24px #0004;
}
.poster-formats {
  display: flex;
  position: absolute;
  bottom: 19%;
  left: 8%;
  gap: 6px;
}
.poster-formats i {
  display: block;
  width: 25px;
  height: 7px;
  border-radius: 4px;
  background: #4386fa;
}
.poster-formats i:nth-child(2) {
  background: #39ad77;
}
.poster-formats i:nth-child(3) {
  background: #efb342;
}
.poster-note {
  position: absolute;
  bottom: 7%;
  left: 8%;
  font:
    7px/1.5 "SFMono-Regular",
    Consolas,
    monospace;
  letter-spacing: 1.2px;
  color: #bcc2cf;
}
.guide-art-accounts {
  background: #e9f0ff;
}
.guide-art-accounts .poster-word {
  color: #213d6b;
  font-size: clamp(27px, 3.1vw, 43px);
  letter-spacing: -1.7px;
  top: 12%;
  line-height: 1.03;
}
.guide-art-accounts .poster-note {
  color: #586f96;
}
.poster-accounts {
  display: flex;
  align-items: center;
  gap: 18px;
  position: absolute;
  right: 9%;
  bottom: 21%;
}
.poster-avatar {
  display: grid;
  place-items: center;
  width: 47px;
  height: 47px;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  box-shadow: 0 0 0 5px #ffffff80;
}
.avatar-work {
  background: #376ee0;
}
.avatar-personal {
  background: #b274cc;
}
.account-path {
  color: #6585b6;
  font-size: 27px;
}
.guide-art-sync {
  background: #225adc;
}
.guide-art-sync::before {
  content: "";
  position: absolute;
  width: 230px;
  height: 230px;
  border: 32px solid #598afa;
  border-radius: 50%;
  right: -110px;
  top: -110px;
  z-index: -1;
}
.guide-art-sync .poster-word {
  font-size: clamp(26px, 3.1vw, 43px);
  line-height: 1.04;
  letter-spacing: -1.6px;
  top: 12%;
}
.guide-art-sync .poster-note {
  color: #d1e1ff;
}
.poster-route {
  display: flex;
  align-items: center;
  gap: 18px;
  position: absolute;
  right: 10%;
  bottom: 20%;
  color: #fff;
  font-size: 14px;
}
.route-both {
  font-size: 37px;
  font-weight: 300;
  line-height: 1;
  color: #b9d5ff;
}
.guide-card h3 {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.5px;
  line-height: 1.35;
  margin: 0 0 14px;
}
.guide-description {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
  margin: 0;
}
.guide-meta {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 12px;
  color: var(--muted);
  margin-top: 23px;
}
.guide-card:hover {
  color: var(--ink);
}
.guide-card:hover h3 {
  color: var(--blue);
  text-decoration: underline;
  text-underline-offset: 4px;
}
.guides-footer {
  border-top: 1px solid var(--line);
  margin-top: 38px;
  padding-top: 33px;
}
.guides-page {
  padding-top: 55px;
  padding-bottom: 65px;
}
.guides-heading {
  max-width: 760px;
}
.guides-heading h1 {
  font-size: clamp(44px, 5.5vw, 68px);
  margin-bottom: 22px;
}
.guide-intro {
  font-size: 20px;
  color: var(--muted);
  margin: 0 0 15px;
}
.guide-version {
  max-width: 560px;
  color: var(--muted);
  font-size: 12px;
}
.guide-index {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  border-block: 1px solid var(--line);
  margin: 40px 0 0;
  padding: 22px 0;
}
.guide-index a {
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  font-size: 14px;
}
.guide-index a > span:first-child {
  color: var(--blue);
  font-size: 11px;
}
.guide-index a > span:last-child {
  margin-left: auto;
}
.guide-article {
  display: grid;
  grid-template-columns: 0.85fr 1.4fr;
  gap: 90px;
  padding: 65px 0;
  border-bottom: 1px solid var(--line);
}
.guide-aside h2 {
  font-size: 33px;
  letter-spacing: -1.1px;
}
.guide-aside > p:not(.guide-category) {
  font-size: 15px;
  color: var(--muted);
  max-width: 270px;
  margin: 20px 0 25px;
}
.guide-aside .guide-category {
  margin-bottom: 18px;
}
.guide-steps {
  list-style: none;
  counter-reset: steps;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 28px;
}
.guide-steps li {
  position: relative;
  padding-left: 44px;
  counter-increment: steps;
}
.guide-steps li::before {
  content: counter(steps, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 1px;
  color: var(--blue);
  font-size: 12px;
}
.guide-steps h3 {
  font-size: 19px;
  margin-bottom: 10px;
}
.guide-steps p,
.guide-note p {
  font-size: 15px;
  color: var(--muted);
  line-height: 1.75;
  margin: 0;
}
.guide-steps p + p {
  margin-top: 12px;
}
.guide-steps .guide-tip {
  font-size: 13px;
}
.guide-note {
  margin: 32px 0 0 44px;
  padding: 22px;
  background: var(--pale);
  border-radius: 7px;
}
.guide-note strong {
  font-size: 14px;
  display: block;
  margin-bottom: 9px;
}
.guide-note p {
  font-size: 13px;
}
.guide-note code {
  overflow-wrap: anywhere;
  font-size: 11px;
}
.mini-accounts {
  display: flex;
  gap: 18px;
  padding: 5px;
}
.guide-sync-symbol {
  font-size: 65px;
  color: var(--blue);
  line-height: 1;
}
.guide-end {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  padding-top: 50px;
}
.guide-end h2 {
  font-size: 30px;
}
.guide-end p {
  color: var(--muted);
  font-size: 14px;
  max-width: 520px;
}
.guide-end .primary-link {
  flex-shrink: 0;
}
@media (max-width: 1100px) {
  .guide-cards {
    gap: 20px;
  }
  .guide-card h3 {
    font-size: 18px;
  }
  .guide-description {
    font-size: 14px;
  }
  .poster-avatar {
    width: 36px;
    height: 36px;
    font-size: 14px;
  }
  .poster-accounts {
    gap: 12px;
  }
  .guide-article {
    gap: 45px;
  }
}
@media (max-width: 760px) {
  .nav-links {
    gap: 20px;
  }
  .guide-cards {
    grid-template-columns: 1fr;
    gap: 37px;
  }
  .guide-cards > article + article {
    padding-top: 22px;
    border-top: 1px solid var(--line);
  }
  .guide-category {
    font-size: 10px;
    margin-bottom: 16px;
  }
  .guide-art-start .poster-word {
    font-size: clamp(46px, 15vw, 90px);
  }
  .guide-art-accounts .poster-word,
  .guide-art-sync .poster-word {
    font-size: clamp(28px, 9vw, 55px);
  }
  .poster-accounts {
    gap: 19px;
  }
  .poster-avatar {
    width: 43px;
    height: 43px;
    font-size: 17px;
  }
  .poster-route {
    font-size: 14px;
  }
  .poster-note {
    font-size: 7px;
  }
  .guide-card h3 {
    font-size: 21px;
  }
  .guide-description {
    font-size: 15px;
  }
  .guide-meta {
    margin-top: 18px;
  }
  .guides-footer {
    margin-top: 30px;
    padding-top: 25px;
  }
  .guides-page {
    padding-top: 35px;
  }
  .guides-heading h1 {
    font-size: 43px;
  }
  .guide-intro {
    font-size: 18px;
  }
  .guide-index {
    grid-template-columns: 1fr;
    gap: 17px;
  }
  .guide-article {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 40px 0;
  }
  .guide-aside h2 {
    font-size: 31px;
  }
  .guide-aside > p:not(.guide-category) {
    max-width: none;
    margin-bottom: 0;
  }
  .guide-aside > img,
  .mini-accounts,
  .guide-sync-symbol {
    display: none;
  }
  .guide-steps li {
    padding-left: 32px;
  }
  .guide-steps h3 {
    font-size: 18px;
  }
  .guide-steps p {
    font-size: 14px;
  }
  .guide-note {
    margin-left: 0;
    padding: 18px;
  }
  .guide-end {
    display: block;
    padding-top: 35px;
  }
  .guide-end .primary-link {
    margin-top: 10px;
  }
}

@media (min-width: 761px) and (max-width: 900px) {
  .guide-art-accounts .poster-word,
  .guide-art-sync .poster-word {
    font-size: 23px;
    letter-spacing: -1px;
  }
  .poster-accounts .account-path {
    font-size: 22px;
    line-height: 1;
  }
  .poster-accounts .poster-avatar {
    width: 28px;
    height: 28px;
    font-size: 12px;
    box-shadow: 0 0 0 3px #ffffff80;
  }
  .poster-route {
    font-size: 12px;
    gap: 13px;
  }
  .route-both {
    font-size: 28px;
  }
}
