@charset "UTF-8";
/*! HTML guide compiled from resources/sass/html-guide.scss */
.html-guide-page {
  font-family: "Work Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  color: #3c3c3c;
}
.html-guide-page h1,
.html-guide-page h2,
.html-guide-page h3,
.html-guide-page h4,
.html-guide-page h5,
.html-guide-page h6 {
  font-family: "Work Sans", sans-serif;
  margin-top: 0;
  margin-bottom: 0.5em;
}
.html-guide-page h1 {
  font-size: 3rem;
  line-height: 3.25rem;
  font-weight: 500;
  color: #181818;
}
.html-guide-page h2 {
  font-size: 2.5rem;
  line-height: 3rem;
  font-weight: 500;
  color: #181818;
}
.html-guide-page h3 {
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: 600;
  color: #181818;
}
.html-guide-page h4 {
  font-size: 1.75rem;
  line-height: 2.25rem;
  font-weight: 500;
  color: #3c3c3c;
}
.html-guide-page h5 {
  font-size: 1.5rem;
  line-height: 1.875rem;
  font-weight: 500;
  color: #3c3c3c;
}
.html-guide-page h6 {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 500;
  color: #3c3c3c;
}
.html-guide-page p {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: #3c3c3c;
}
.html-guide-page .html-guide-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
  margin: 8px 0 28px;
  position: sticky;
  top: var(--header-height, 90px);
  z-index: 5;
  background: #fff;
  padding: 10px 0 12px;
}
.html-guide-page .html-guide-actions .btn {
  min-width: 160px;
}
.html-guide-page .html-guide-lede {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 400;
  color: #3c3c3c;
  margin-bottom: 0;
}
.html-guide-page .html-guide-intro {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 24px;
  margin-bottom: 28px;
  width: 100%;
}
.html-guide-page .html-guide-intro h1 {
  margin-bottom: 12px;
}
.html-guide-page section {
  scroll-margin-top: calc(var(--header-height, 90px) + 80px);
  margin-bottom: 36px;
}
.html-guide-page .blog_detail_card > section:not(:first-of-type) {
  border-top: 1px solid #c2c2c2;
  padding-top: 28px;
  margin-top: 8px;
}
.html-guide-page .kicker {
  font-size: 0.875rem;
  line-height: 1.3125rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #cd5f91;
  margin: 0 0 8px;
}
.html-guide-page .stat-strip {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 12px;
  margin: 22px 0;
}
.html-guide-page .stat-strip .stat {
  background: #f7f7f6;
  border-left: 3px solid #cd5f91;
  padding: 18px 16px;
}
.html-guide-page .stat .num {
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  color: #181818;
  display: block;
  line-height: 1.875rem;
}
.html-guide-page .stat .lbl {
  font-size: 0.875rem;
  color: #919191;
  margin-top: 6px;
  line-height: 1.3125rem;
}
.html-guide-page table.data-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 1rem;
  line-height: 1.5rem;
}
.html-guide-page table.data-table th {
  text-align: left;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #919191;
  padding: 10px 14px;
  border-bottom: 2px solid #3c3c3c;
}
.html-guide-page table.data-table td {
  padding: 12px 14px;
  border-bottom: 1px solid #e5e5e5;
  color: #3c3c3c;
  font-size: 1rem;
  line-height: 1.5rem;
  vertical-align: top;
}
.html-guide-page .card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 16px;
  margin: 22px 0;
}
.html-guide-page .check-card {
  background: #fff;
  border: 1px solid #e5e5e5;
  padding: 20px;
}
.html-guide-page .check-card h4 {
  margin: 0 0 8px;
}
.html-guide-page .check-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.html-guide-page .check-card li {
  font-size: 0.875rem;
  line-height: 1.3125rem;
  padding: 6px 0 6px 18px;
  position: relative;
  color: #3c3c3c;
  border-bottom: 1px solid #f0f0f0;
}
.html-guide-page .check-card li:last-child {
  border-bottom: none;
}
.html-guide-page .check-card li::before {
  content: "—";
  position: absolute;
  left: 0;
  color: #cd5f91;
}
.html-guide-page .callout {
  background: #fbf3f7;
  border-left: 3px solid #cd5f91;
  padding: 16px 20px;
  font-size: 1rem;
  line-height: 1.5rem;
  margin: 20px 0;
}
.html-guide-page .callout strong {
  color: #3c3c3c;
}
.html-guide-page .steps {
  margin: 22px 0;
}
.html-guide-page .step {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid #e5e5e5;
}
.html-guide-page .step:last-child {
  border-bottom: none;
}
.html-guide-page .step .n {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #cd5f91;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 0.875rem;
}
.html-guide-page .step h4 {
  margin: 0 0 4px;
}
.html-guide-page .step p {
  margin: 0;
}
.html-guide-page .case-card {
  background: #f7f7f6;
  border-left: 3px solid #cd5f91;
  padding: 24px;
  margin: 18px 0;
}
.html-guide-page .case-card .tag {
  font-size: 0.875rem;
  line-height: 1.3125rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #cd5f91;
  display: block;
  margin-bottom: 8px;
}
.html-guide-page .case-card h4 {
  margin: 0 0 10px;
}
.html-guide-page .case-card p {
  margin: 0 0 12px;
}
.html-guide-page .sources {
  font-size: 0.875rem;
  line-height: 1.3125rem;
  color: #919191;
  margin-top: 8px;
}
.html-guide-page .sources ol {
  padding-left: 18px;
  margin: 6px 0 0;
}
.html-guide-page .guide-list {
  padding-left: 20px;
  margin: 0 0 16px;
}
.html-guide-page .guide-list li {
  margin-bottom: 8px;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #3c3c3c;
}
.html-guide-page aside h3 {
  font-size: 1.5rem;
  line-height: 1.875rem;
  font-weight: 500;
  color: #181818;
}
.html-guide-page aside .side_card {
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  margin-bottom: 12px;
}
.html-guide-page aside .side_card ul.cat_list {
  margin-bottom: 0;
  transition: transform 0.4s ease;
  border-top: 1px solid #d0d0d0;
}
.html-guide-page aside .side_card ul.cat_list li {
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d0d0d0;
  font-size: 0.875rem;
  line-height: 1.3125rem;
}
.html-guide-page aside .side_card ul.cat_list li::before {
  top: 12px;
}
.html-guide-page aside .side_card ul.cat_list li a {
  font-size: 0.875rem;
  line-height: 1.3125rem;
}
.html-guide-page aside .side_card ul.cat_list li a.active {
  color: #cd5f91;
  font-weight: 500;
}
.html-guide-page aside .search_sec {
  flex-shrink: 0;
}
.html-guide-page #toc-list a.active {
  color: #cd5f91;
  font-weight: 500;
}

.html-guide-pdf-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9990;
  background: #fff;
  flex-direction: column;
}
.html-guide-pdf-overlay.is-open {
  display: flex;
}
.html-guide-pdf-overlay iframe {
  width: 100%;
  flex: 1;
  border: 0;
  background: #f1f1f1;
}

.html-guide-pdf-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  padding: 14px 20px;
  border-bottom: 1px solid #e5e5e5;
  background: #fff;
}
.html-guide-pdf-toolbar h2 {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  margin: 0;
  color: #3c3c3c;
  text-transform: none;
}
.html-guide-pdf-toolbar .actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.html-guide-toc-viewport {
  flex: 1 1 auto;
  min-height: 0;
  overflow: hidden;
}

body.html-guide-pdf-open {
  overflow: hidden;
}

section.blog_section.html-guide-page aside {
  position: sticky;
  top: var(--header-height, 90px);
  align-self: flex-start;
  max-height: calc(100vh - var(--header-height, 90px) - 16px);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

@media (max-width: 767px) {
  section.blog_section.html-guide-page aside {
    max-height: none;
    overflow: visible;
    position: static;
  }
  .html-guide-page aside .side_card,
  .html-guide-toc-viewport {
    overflow: visible;
    max-height: none;
  }
  .html-guide-page aside .side_card ul.cat_list {
    transform: none !important;
  }
  .html-guide-page .card-grid,
  .html-guide-page .stat-strip {
    grid-template-columns: 1fr;
  }
  .html-guide-page h1 {
    font-size: 2rem;
    line-height: 2.5rem;
  }
  .html-guide-page h2 {
    font-size: 1.75rem;
    line-height: 2.25rem;
  }
  .html-guide-page h3 {
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
  .html-guide-page h4 {
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
  .html-guide-page .html-guide-lede {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
