/* line 4, assets/stylesheets/site.css.scss */
html {
  background: white;
}

/* line 6, assets/stylesheets/site.css.scss */
body {
  margin: 0;
  padding: 0;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 18px;
  color: #1a1a1a;
  line-height: 1.6;
  overflow-x: hidden;
}

/* line 16, assets/stylesheets/site.css.scss */
*, *::before, *::after {
  box-sizing: border-box;
}

/* line 18, assets/stylesheets/site.css.scss */
a {
  color: inherit;
}

/* line 23, assets/stylesheets/site.css.scss */
h1, h2, h3, .totals {
  font-family: 'League Spartan', ui-sans-serif, system-ui, sans-serif;
  font-weight: 900;
  font-optical-sizing: auto;
}

/* line 29, assets/stylesheets/site.css.scss */
h1 {
  font-size: 3rem;
  line-height: 1.1;
  padding-top: 20px;
  padding-bottom: 0;
  margin-bottom: 10px;
}

/* line 36, assets/stylesheets/site.css.scss */
h1 .subtitle {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
  padding-top: 10px;
  color: #44403c;
}

/* line 46, assets/stylesheets/site.css.scss */
h2 {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.15;
  padding-top: 32px;
  margin-bottom: 8px;
}

/* line 54, assets/stylesheets/site.css.scss */
h3 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 4px;
}

/* line 60, assets/stylesheets/site.css.scss */
p {
  margin: 0 0 16px;
}

/* line 62, assets/stylesheets/site.css.scss */
.text-xl {
  font-size: 1.125rem;
}

/* line 63, assets/stylesheets/site.css.scss */
.text-lg {
  font-size: 1.125rem;
}

/* line 64, assets/stylesheets/site.css.scss */
.text-sm {
  font-size: 0.875rem;
}

/* line 65, assets/stylesheets/site.css.scss */
.text-muted {
  color: #78716c;
}

/* line 66, assets/stylesheets/site.css.scss */
.text-center {
  text-align: center;
}

/* line 67, assets/stylesheets/site.css.scss */
.highlight {
  background: #fef3c7;
  padding: 1px 4px;
}

/* line 72, assets/stylesheets/site.css.scss */
#book-cover {
  text-align: center;
  padding: 30px 0 10px;
}

/* line 76, assets/stylesheets/site.css.scss */
#book-cover img {
  display: block;
  margin: auto;
  width: 250px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

@media (min-width: 1024px) {
  /* line 85, assets/stylesheets/site.css.scss */
  #book-cover {
    padding: 0;
  }
  /* line 88, assets/stylesheets/site.css.scss */
  #book-cover img {
    position: fixed;
    top: 0;
    left: 0;
    margin: 40px;
    width: 250px;
    z-index: 10;
  }
}

@media (min-width: 1280px) {
  /* line 100, assets/stylesheets/site.css.scss */
  #book-cover img {
    width: 500px;
  }
}

/* line 108, assets/stylesheets/site.css.scss */
#buy-from {
  position: absolute;
  top: 0;
  right: 0;
  margin: 5px;
  z-index: 20;
}

/* line 115, assets/stylesheets/site.css.scss */
#buy-from a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 140px;
  border-radius: 70px;
  background: #eab308;
  background-image: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.2), transparent);
  color: white;
  text-decoration: none;
  font-family: 'League Spartan', sans-serif;
  font-weight: 900;
  transform: rotate(5deg);
  transition: transform 0.3s;
  line-height: 1.2;
}

/* line 133, assets/stylesheets/site.css.scss */
#buy-from a:hover {
  transform: rotate(5deg) scale(1.05);
}

/* line 136, assets/stylesheets/site.css.scss */
#buy-from .price {
  font-size: 3.5rem;
  line-height: 1;
}

/* line 141, assets/stylesheets/site.css.scss */
#buy-from .label {
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.9);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

@media (min-width: 1024px) {
  /* line 150, assets/stylesheets/site.css.scss */
  body:has(.top-bar) #buy-from {
    display: none;
  }
}

/* line 158, assets/stylesheets/site.css.scss */
#content {
  padding: 0 25px;
  max-width: 600px;
  margin: 0 auto;
  position: relative;
}

/* line 165, assets/stylesheets/site.css.scss */
#inside {
  max-width: 100%;
  padding-bottom: 72px;
}

@media (min-width: 640px) {
  /* line 171, assets/stylesheets/site.css.scss */
  #content {
    padding: 0 100px;
    max-width: 100%;
  }
  /* line 175, assets/stylesheets/site.css.scss */
  #inside {
    max-width: 720px;
  }
}

@media (min-width: 1024px) {
  /* line 181, assets/stylesheets/site.css.scss */
  #content {
    padding-left: 400px;
  }
}

@media (min-width: 1280px) {
  /* line 187, assets/stylesheets/site.css.scss */
  #content {
    padding-left: 650px;
  }
}

/* line 195, assets/stylesheets/site.css.scss */
.top-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 40px;
  gap: 16px;
}

/* line 202, assets/stylesheets/site.css.scss */
.top-bar nav {
  padding: 0;
  align-items: center;
}

/* line 208, assets/stylesheets/site.css.scss */
.book-title {
  font-family: 'League Spartan', ui-sans-serif, system-ui, sans-serif;
  font-weight: 900;
  font-size: 1.5rem;
  white-space: nowrap;
  line-height: 1;
  padding-top: 3px;
}

/* line 216, assets/stylesheets/site.css.scss */
.book-title a {
  text-decoration: none;
  color: #1a1a1a;
}

/* line 224, assets/stylesheets/site.css.scss */
body:has(.top-bar) h1 {
  padding-bottom: 24px;
  line-height: 1.1;
}

/* line 229, assets/stylesheets/site.css.scss */
body:not(:has(.top-bar)) h1 {
  font-size: 3.5rem;
}

/* line 230, assets/stylesheets/site.css.scss */
body:not(:has(.top-bar)) nav {
  font-size: 1.125rem;
}

/* line 236, assets/stylesheets/site.css.scss */
nav {
  display: flex;
  gap: 4px;
  padding: 8px 0 34px;
  font-size: 0.9rem;
}

/* line 242, assets/stylesheets/site.css.scss */
nav a {
  color: #78716c;
  text-decoration: none;
  padding: 4px 12px;
  border-radius: 20px;
  transition: background 0.2s, color 0.2s;
}

/* line 249, assets/stylesheets/site.css.scss */
nav a:hover {
  color: #1a1a1a;
  background: #f5f5f4;
}

/* line 254, assets/stylesheets/site.css.scss */
nav a.selected {
  color: #1a1a1a;
  background: none;
  border: 1px solid #1a1a1a;
  font-weight: 600;
}

/* line 260, assets/stylesheets/site.css.scss */
nav a.selected:hover {
  background: #f5f5f4;
}

/* line 270, assets/stylesheets/site.css.scss */
.feature-list {
  list-style: none;
  padding: 0;
  margin: 24px 0;
}

/* line 275, assets/stylesheets/site.css.scss */
.feature-list li {
  padding: 10px 0 10px 36px;
  position: relative;
  font-size: 1.125rem;
  line-height: 1.5;
}

/* line 281, assets/stylesheets/site.css.scss */
.feature-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 12px;
  width: 22px;
  height: 22px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23059669'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

/* line 294, assets/stylesheets/site.css.scss */
.feature-list .feature-detail {
  display: block;
  font-size: 0.875rem;
  color: #78716c;
  padding-top: 2px;
}

/* line 305, assets/stylesheets/site.css.scss */
.frameworks {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 12px 0 8px;
}

/* line 311, assets/stylesheets/site.css.scss */
.frameworks img {
  height: 32px;
  width: auto;
  object-fit: contain;
  vertical-align: middle;
}

/* line 312, assets/stylesheets/site.css.scss */
.frameworks span {
  color: #78716c;
  font-size: 0.875rem;
}

/* line 318, assets/stylesheets/site.css.scss */
.social-proof {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  padding: 48px 0 24px;
  font-size: 0.875rem;
  color: #78716c;
}

/* line 328, assets/stylesheets/site.css.scss */
.social-proof .proof-label {
  font-weight: 600;
  color: #44403c;
}

/* line 333, assets/stylesheets/site.css.scss */
.social-proof a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #44403c;
  text-decoration: none;
  transition: opacity 0.2s;
}

/* line 341, assets/stylesheets/site.css.scss */
.social-proof a:hover {
  opacity: 0.7;
}

/* line 343, assets/stylesheets/site.css.scss */
.social-proof a img {
  width: 36px;
  height: 36px;
  border-radius: 6px;
  object-fit: cover;
}

/* line 355, assets/stylesheets/site.css.scss */
.black-box {
  background: #1a1a1a;
  color: #e7e5e4;
  border-radius: 8px;
  padding: 10px 24px 30px;
  margin: 32px 0;
}

/* line 362, assets/stylesheets/site.css.scss */
.black-box h2 {
  color: white;
  padding-top: 10px;
  margin-top: 0;
  margin-bottom: 16px;
}

/* line 369, assets/stylesheets/site.css.scss */
.black-box p {
  color: #d6d3d1;
  line-height: 1.6;
  font-size: 0.9375rem;
  margin-bottom: 6px;
}

/* line 376, assets/stylesheets/site.css.scss */
.black-box code {
  background: #292524;
  color: #fef3c7;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 0.9em;
}

/* line 385, assets/stylesheets/site.css.scss */
.black-box-inner {
  display: flex;
  gap: 32px;
  align-items: flex-start;
}

@media (max-width: 640px) {
  /* line 385, assets/stylesheets/site.css.scss */
  .black-box-inner {
    flex-direction: column;
  }
}

/* line 395, assets/stylesheets/site.css.scss */
.black-box-text {
  flex: 1;
}

/* line 399, assets/stylesheets/site.css.scss */
.black-box-quote {
  flex: 0 0 220px;
  background: #292524;
  border-radius: 8px;
  padding: 20px;
  margin-top: 10px;
}

/* line 406, assets/stylesheets/site.css.scss */
.black-box-quote .quote {
  color: #e7e5e4;
  font-size: 0.875rem;
  line-height: 1.6;
  font-style: italic;
  margin-bottom: 12px;
}

/* line 414, assets/stylesheets/site.css.scss */
.black-box-quote .author-name {
  color: white;
  font-weight: 700;
  font-size: 0.875rem;
}

/* line 420, assets/stylesheets/site.css.scss */
.black-box-quote .author-title {
  color: #a8a29e;
  font-size: 0.8125rem;
}

/* line 429, assets/stylesheets/site.css.scss */
.testimonials-row {
  display: flex;
  gap: 16px;
  padding-top: 16px;
  align-items: flex-start;
}

@media (max-width: 768px) {
  /* line 429, assets/stylesheets/site.css.scss */
  .testimonials-row {
    flex-direction: column;
  }
}

/* line 440, assets/stylesheets/site.css.scss */
.testimonial-card {
  flex: 1;
  border: 1px solid #e7e5e4;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 12px;
  max-width: 450px;
}

/* line 448, assets/stylesheets/site.css.scss */
.testimonial-card .quote {
  font-size: 0.9375rem;
  line-height: 1.6;
  color: #44403c;
  margin-bottom: 16px;
}

/* line 455, assets/stylesheets/site.css.scss */
.testimonial-card .testimonial-author {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* line 460, assets/stylesheets/site.css.scss */
.testimonial-card .testimonial-author img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #d6d3d1;
}

/* line 468, assets/stylesheets/site.css.scss */
.testimonial-card .author-name {
  font-weight: 600;
  font-size: 0.875rem;
}

/* line 473, assets/stylesheets/site.css.scss */
.testimonial-card .author-title {
  font-size: 0.8125rem;
  color: #78716c;
}

/* line 479, assets/stylesheets/site.css.scss */
.testimonial-card-simple {
  padding: 12px 0;
  border-bottom: 1px solid #f0f0f0;
}

/* line 483, assets/stylesheets/site.css.scss */
.testimonial-card-simple:last-child {
  border-bottom: none;
}

/* line 484, assets/stylesheets/site.css.scss */
.testimonial-card-simple:not(:has(+ .testimonial-card-simple)) {
  border-bottom: none;
}

/* line 486, assets/stylesheets/site.css.scss */
.testimonial-card-simple .quote {
  font-size: 0.9375rem;
  line-height: 1.6;
  color: #44403c;
  margin-bottom: 8px;
}

/* line 493, assets/stylesheets/site.css.scss */
.testimonial-card-simple .author-name {
  font-weight: 600;
  font-size: 0.875rem;
}

/* line 498, assets/stylesheets/site.css.scss */
.testimonial-card-simple .author-title {
  font-size: 0.8125rem;
  color: #78716c;
}

/* line 507, assets/stylesheets/site.css.scss */
.chapter-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  padding-top: 20px;
}

@media (min-width: 640px) {
  /* line 507, assets/stylesheets/site.css.scss */
  .chapter-grid {
    grid-template-columns: 1fr 1fr;
    gap: 10px 28px;
    grid-auto-rows: 1fr;
  }
}

/* line 520, assets/stylesheets/site.css.scss */
.chapter-card {
  background: #f5f5f4;
  border-radius: 8px;
  transition: transform 0.2s, box-shadow 0.2s;
}

/* line 525, assets/stylesheets/site.css.scss */
.chapter-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* line 530, assets/stylesheets/site.css.scss */
.chapter-card a {
  display: block;
  padding: 10px 14px;
  height: 100%;
  text-decoration: none;
  color: inherit;
}

/* line 538, assets/stylesheets/site.css.scss */
.chapter-card strong {
  font-size: 1.125rem;
}

/* line 542, assets/stylesheets/site.css.scss */
.chapter-card p {
  font-size: 0.9375rem;
  color: #78716c;
  margin: 4px 0 2px;
  line-height: 1.5;
}

/* line 550, assets/stylesheets/site.css.scss */
.page-count {
  text-align: center;
  padding-top: 28px;
  color: #78716c;
  font-size: 1.5rem;
  font-family: 'League Spartan', sans-serif;
  font-weight: 700;
}

/* line 562, assets/stylesheets/site.css.scss */
.demo-card {
  background: #f5f5f4;
  padding: 20px 24px;
  border-radius: 8px;
  margin-bottom: 16px;
}

/* line 568, assets/stylesheets/site.css.scss */
.demo-card h3 {
  margin-top: 0;
  font-size: 1.125rem;
}

/* line 572, assets/stylesheets/site.css.scss */
.demo-card h3 a {
  text-decoration: none;
  color: inherit;
}

/* line 575, assets/stylesheets/site.css.scss */
.demo-card h3 a:hover {
  text-decoration: underline;
}

/* line 579, assets/stylesheets/site.css.scss */
.demo-card p {
  font-size: 0.9375rem;
  color: #44403c;
  margin-bottom: 8px;
  line-height: 1.5;
}

/* line 586, assets/stylesheets/site.css.scss */
.demo-card .demo-note {
  font-size: 0.875rem;
  color: #78716c;
  font-style: italic;
}

/* line 593, assets/stylesheets/site.css.scss */
.info-box {
  border: 1px solid #e7e5e4;
  border-radius: 8px;
  padding: 20px 24px;
  margin-top: 24px;
}

/* line 599, assets/stylesheets/site.css.scss */
.info-box p {
  font-size: 0.9375rem;
  color: #44403c;
  margin-bottom: 8px;
}

/* line 603, assets/stylesheets/site.css.scss */
.info-box p:last-child {
  margin-bottom: 0;
}

/* line 610, assets/stylesheets/site.css.scss */
.chapter-toc {
  background: #f5f5f4;
  border-radius: 8px;
  padding: 24px 32px;
  margin: 32px 0;
}

/* line 616, assets/stylesheets/site.css.scss */
.chapter-toc h3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 1.25rem;
}

/* line 622, assets/stylesheets/site.css.scss */
.chapter-toc h4 {
  margin: 0;
  padding: 6px 0;
  font-size: 1rem;
  font-weight: 600;
  color: #1a1a1a;
}

/* line 630, assets/stylesheets/site.css.scss */
.chapter-toc h5 {
  margin: 0;
  padding: 4px 0 4px 20px;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #44403c;
}

/* line 638, assets/stylesheets/site.css.scss */
.chapter-toc h6 {
  margin: 0;
  padding: 3px 0 3px 40px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #78716c;
}

/* line 650, assets/stylesheets/site.css.scss */
.code-learn-section {
  background: #f5f5f4;
  border-radius: 8px;
  padding: 24px 32px;
  margin: 32px 0;
}

/* line 656, assets/stylesheets/site.css.scss */
.code-learn-section h3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 1.25rem;
}

/* line 662, assets/stylesheets/site.css.scss */
.code-learn-section h4 {
  margin-top: 24px;
  margin-bottom: 8px;
  font-size: 1rem;
  font-weight: 600;
  color: #44403c;
}

/* line 670, assets/stylesheets/site.css.scss */
.code-learn-section ul {
  padding-left: 20px;
  margin: 0;
}

/* line 674, assets/stylesheets/site.css.scss */
.code-learn-section ul li {
  padding: 4px 0;
  font-size: 0.9375rem;
  color: #44403c;
}

/* line 681, assets/stylesheets/site.css.scss */
.code-learn-section table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9375rem;
  margin-top: 8px;
}

/* line 687, assets/stylesheets/site.css.scss */
.code-learn-section table td {
  padding: 8px 12px;
  border-bottom: 1px solid #e7e5e4;
  vertical-align: top;
}

/* line 692, assets/stylesheets/site.css.scss */
.code-learn-section table td:first-child {
  white-space: nowrap;
  font-weight: 500;
}

/* line 698, assets/stylesheets/site.css.scss */
.code-learn-section table tr:last-child td {
  border-bottom: none;
}

/* line 702, assets/stylesheets/site.css.scss */
.code-learn-section table code {
  background: #e7e5e4;
  padding: 2px 6px;
  border-radius: 3px;
  font-size: 0.875rem;
}

/* line 714, assets/stylesheets/site.css.scss */
.cta-button {
  display: inline-block;
  background: #1a1a1a;
  color: white;
  padding: 14px 32px;
  border-radius: 25px;
  text-decoration: none;
  font-family: 'League Spartan', sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  border: none;
  cursor: pointer;
  box-shadow: 0 0 0 4px white, 0 0 0 6px #1a1a1a;
  transition: background 0.3s, color 0.3s, box-shadow 0.3s;
}

/* line 729, assets/stylesheets/site.css.scss */
.cta-button:hover {
  background: #eab308;
  color: #1a1a1a;
  box-shadow: 0 0 0 4px white, 0 0 0 6px #eab308;
}

/* line 736, assets/stylesheets/site.css.scss */
.cta-center {
  text-align: center;
  padding-top: 48px;
  padding-bottom: 16px;
}

/* line 741, assets/stylesheets/site.css.scss */
.cta-center .cta-sub {
  padding-top: 16px;
  font-size: 0.875rem;
  color: #78716c;
}

/* line 748, assets/stylesheets/site.css.scss */
.cta-secondary {
  display: inline-block;
  border: 2px solid #1a1a1a;
  color: #1a1a1a;
  padding: 12px 28px;
  border-radius: 25px;
  text-decoration: none;
  font-family: 'League Spartan', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  transition: background 0.3s, color 0.3s;
}

/* line 760, assets/stylesheets/site.css.scss */
.cta-secondary:hover {
  background: #1a1a1a;
  color: white;
}

/* line 769, assets/stylesheets/site.css.scss */
#gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  padding-top: 16px;
  max-width: 620px;
  margin: 0 auto;
}

/* line 778, assets/stylesheets/site.css.scss */
#gallery a {
  display: block;
  width: 140px;
}

/* line 782, assets/stylesheets/site.css.scss */
#gallery a img {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #e7e5e4;
  transition: transform 0.2s, box-shadow 0.2s;
}

/* line 788, assets/stylesheets/site.css.scss */
#gallery a img:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

@media (max-width: 500px) {
  /* line 797, assets/stylesheets/site.css.scss */
  #gallery a {
    width: 100px;
  }
  /* line 798, assets/stylesheets/site.css.scss */
  #gallery {
    max-width: 340px;
  }
}

/* line 801, assets/stylesheets/site.css.scss */
.start-reading {
  padding-top: 32px;
  text-align: center;
}

/* line 805, assets/stylesheets/site.css.scss */
.start-reading a {
  text-decoration: none;
  color: #1a1a1a;
  font-weight: 600;
  font-size: 1rem;
  transition: color 0.2s;
}

/* line 812, assets/stylesheets/site.css.scss */
.start-reading a:hover {
  color: #dc2626;
}

/* line 814, assets/stylesheets/site.css.scss */
.start-reading a i {
  font-size: 2.5rem;
  display: block;
  margin-bottom: 8px;
  color: #dc2626;
}

/* line 821, assets/stylesheets/site.css.scss */
.faq-grid {
  padding-top: 16px;
  columns: 2;
  column-gap: 32px;
}

@media (max-width: 640px) {
  /* line 821, assets/stylesheets/site.css.scss */
  .faq-grid {
    columns: 1;
  }
}

/* line 831, assets/stylesheets/site.css.scss */
.faq-item {
  break-inside: avoid;
}

/* line 835, assets/stylesheets/site.css.scss */
.faq-item {
  padding-bottom: 24px;
}

/* line 838, assets/stylesheets/site.css.scss */
.faq-item h3 {
  font-size: 1.125rem;
  margin-bottom: 6px;
  font-weight: 700;
}

/* line 844, assets/stylesheets/site.css.scss */
.faq-item p {
  font-size: 0.8125rem;
  color: #44403c;
  line-height: 1.5;
  margin-bottom: 6px;
}

/* line 855, assets/stylesheets/site.css.scss */
.stats {
  display: flex;
  gap: 48px;
  padding-top: 48px;
  padding-bottom: 16px;
  justify-content: center;
}

@media (max-width: 500px) {
  /* line 855, assets/stylesheets/site.css.scss */
  .stats {
    flex-direction: column;
    gap: 24px;
    align-items: center;
  }
}

/* line 869, assets/stylesheets/site.css.scss */
.stat {
  text-align: center;
}

/* line 872, assets/stylesheets/site.css.scss */
.stat .stat-number {
  font-family: 'League Spartan', sans-serif;
  font-weight: 900;
  font-size: 3rem;
  line-height: 0.6;
  color: #1f2937;
}

/* line 880, assets/stylesheets/site.css.scss */
.stat .stat-label {
  font-size: 0.875rem;
  color: #78716c;
  padding-top: 8px;
}

/* line 890, assets/stylesheets/site.css.scss */
.author-bio {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  padding-top: 24px;
}

/* line 896, assets/stylesheets/site.css.scss */
.author-bio img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  flex-shrink: 0;
  transform: rotate(-3deg);
  border: 3px solid #fde68a;
  object-fit: cover;
}

/* line 906, assets/stylesheets/site.css.scss */
.author-bio p {
  font-size: 0.9375rem;
  color: #44403c;
  line-height: 1.6;
}

@media (max-width: 600px) {
  /* line 890, assets/stylesheets/site.css.scss */
  .author-bio {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  /* line 917, assets/stylesheets/site.css.scss */
  .author-bio img {
    transform: rotate(0deg);
  }
}

/* line 921, assets/stylesheets/site.css.scss */
.author-bio + .author-bio {
  padding-top: 32px;
}

/* line 928, assets/stylesheets/site.css.scss */
.signup {
  text-align: center;
  padding-top: 12px;
  padding-bottom: 4px;
  font-size: 0.875rem;
  color: #9ca3af;
}

/* line 935, assets/stylesheets/site.css.scss */
.signup a {
  color: #78716c;
  text-decoration: underline;
}

/* line 938, assets/stylesheets/site.css.scss */
.signup a:hover {
  color: #44403c;
}

/* line 945, assets/stylesheets/site.css.scss */
.imprint {
  position: fixed;
  bottom: 16px;
  right: 16px;
  font-size: 0.875rem;
  color: #9ca3af;
  z-index: 20;
}

/* line 953, assets/stylesheets/site.css.scss */
.imprint a {
  color: #9ca3af;
  text-decoration: none;
}

/* line 956, assets/stylesheets/site.css.scss */
.imprint a:hover {
  color: #6b7280;
}

/* line 963, assets/stylesheets/site.css.scss */
.section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 40px 0 24px;
}

/* line 970, assets/stylesheets/site.css.scss */
.section-header h2 {
  padding: 0;
  margin: 0;
}

/* line 975, assets/stylesheets/site.css.scss */
.section-header .rating-badge {
  margin-top: 0;
}

/* line 983, assets/stylesheets/site.css.scss */
.rating-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border: 1px solid #e7e5e4;
  border-radius: 8px;
  margin-top: 20px;
  font-size: 0.875rem;
}

/* line 993, assets/stylesheets/site.css.scss */
.rating-badge .rating-score {
  font-family: 'League Spartan', sans-serif;
  font-weight: 900;
  font-size: 1.5rem;
}

/* line 999, assets/stylesheets/site.css.scss */
.rating-badge i {
  color: #eab308;
}

/* line 1001, assets/stylesheets/site.css.scss */
.rating-badge .rating-source {
  color: #78716c;
  font-size: 0.8125rem;
  display: block;
}

/* line 1012, assets/stylesheets/site.css.scss */
article a {
  color: #1a1a1a;
  font-weight: 600;
  padding: 2px;
}

/* line 1016, assets/stylesheets/site.css.scss */
article a:hover {
  background: #fef3c7;
  text-decoration: none;
}

/* line 1022, assets/stylesheets/site.css.scss */
article p, article ul {
  font-size: 1.125rem;
  line-height: 1.6;
}

/* line 1027, assets/stylesheets/site.css.scss */
article h2, article h3, article p, article pre {
  padding: 12px 0;
  margin: 0;
}

/* line 1032, assets/stylesheets/site.css.scss */
article h2 {
  font-size: 1.75rem;
  padding: 24px 0 8px;
}

/* line 1037, assets/stylesheets/site.css.scss */
article h3 {
  font-size: 1.375rem;
  padding: 20px 0 8px;
}

/* line 1042, assets/stylesheets/site.css.scss */
article code {
  background: #fef3c7;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 0.9em;
}

/* line 1049, assets/stylesheets/site.css.scss */
article pre {
  background: #292524;
  color: #e7e5e4;
  border-radius: 8px;
  padding: 16px;
  width: 100%;
  font-size: 0.9375rem;
  overflow-x: auto;
}

/* line 1058, assets/stylesheets/site.css.scss */
article pre code {
  background: none;
  padding: 0;
}

/* line 1064, assets/stylesheets/site.css.scss */
article ul li {
  padding-bottom: 12px;
}

/* line 1066, assets/stylesheets/site.css.scss */
article .side {
  float: right;
  background: #f5f5f4;
  padding: 20px;
  width: 300px;
  border-radius: 8px;
  margin-left: 24px;
  margin-bottom: 16px;
}

/* line 1080, assets/stylesheets/site.css.scss */
.learn-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
}

/* line 1086, assets/stylesheets/site.css.scss */
.learn-links a {
  text-decoration: none;
  color: #1a1a1a;
  font-weight: 500;
}

/* line 1090, assets/stylesheets/site.css.scss */
.learn-links a:hover {
  text-decoration: underline;
}

/* line 1097, assets/stylesheets/site.css.scss */
#code-header {
  max-width: 720px;
  margin: auto;
  padding: 0 25px;
}

/* line 1103, assets/stylesheets/site.css.scss */
h1#code-title {
  font-family: 'League Spartan', sans-serif;
  text-align: center;
  line-height: 1.2;
  max-width: 600px;
  margin: 20px auto;
}

/* line 1112, assets/stylesheets/site.css.scss */
#code-intro {
  border: 0;
  margin: auto;
  padding-bottom: 0;
  max-width: 720px;
  display: flex;
  gap: 24px;
}

/* line 1120, assets/stylesheets/site.css.scss */
#code-intro div img {
  max-width: 250px;
}

/* line 1124, assets/stylesheets/site.css.scss */
#code-intro #promo {
  padding-top: 16px;
}

/* line 1128, assets/stylesheets/site.css.scss */
#code-intro #promo .bigger {
  font-size: 1.125rem;
}

/* line 1132, assets/stylesheets/site.css.scss */
#code-intro #promo .smaller {
  font-size: 0.9375rem;
  color: #78716c;
}

@media (max-width: 768px) {
  /* line 1112, assets/stylesheets/site.css.scss */
  #code-intro {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  /* line 1142, assets/stylesheets/site.css.scss */
  #code-intro div img {
    max-width: 200px;
  }
}

@media (max-width: 600px) {
  /* line 1150, assets/stylesheets/site.css.scss */
  .hide-mobile {
    display: none;
  }
}

/* line 1156, assets/stylesheets/site.css.scss */
.fa-star {
  color: #eab308;
}
