body {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.6;
  color: #2D3748;
  background-color: #FFFFFF;
  margin: 0;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Inter", sans-serif;
  color: #2D3748;
  margin-top: 48px;
  margin-bottom: 16px;
  font-weight: 700;
  line-height: 1.2;
}

h1 {
  font-size: 48px;
  letter-spacing: -1px;
  color: #6B46C1;
}

h2 {
  font-size: 32px;
  letter-spacing: -0.5px;
}

h3 {
  font-size: 24px;
}

a {
  color: #6B46C1;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s;
}
a:hover {
  color: #F97316;
  text-decoration: underline;
}

p {
  margin-bottom: 32px;
}

blockquote {
  border-left: 4px solid #F97316;
  padding-left: 32px;
  margin: 32px 0;
  font-size: 20px;
  font-style: italic;
  color: #2D3748;
  background: #F7FAFC;
  padding: 32px;
  border-radius: 0 12px 12px 0;
}

code {
  font-family: monospace;
  background: #F7FAFC;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 0.9em;
  color: #553C9A;
}

.site-header {
  background-color: #F7FAFC;
  border-bottom: 1px solid #E2E8F0;
  padding: 16px 0;
}
.site-header .wrapper {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.site-header .site-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #6B46C1;
  letter-spacing: -0.5px;
}
.site-header .site-title:hover {
  text-decoration: none;
}
.site-header .site-nav .page-link {
  color: #718096;
  margin-left: 32px;
  font-size: 0.9rem;
}
.site-header .site-nav .page-link:hover {
  color: #6B46C1;
}

.site-footer {
  background-color: #F7FAFC;
  border-top: 1px solid #E2E8F0;
  padding: 48px 0;
  margin-top: 64px;
  font-size: 0.9rem;
  color: #718096;
  text-align: center;
}
.site-footer .wrapper {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 32px;
}

.page-content {
  padding: 32px 0;
}
.page-content .wrapper {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 32px;
}

.post-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.post-card {
  background: #F7FAFC;
  border: 1px solid #E2E8F0;
  border-radius: 12px;
  padding: 32px;
  margin-bottom: 32px;
  transition: transform 0.2s, box-shadow 0.2s;
}
.post-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
  border-color: #6B46C1;
}
.post-card .post-meta {
  font-size: 0.85rem;
  color: #718096;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
  font-weight: 600;
}
.post-card .post-link {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  color: #6B46C1;
  margin-bottom: 10.6666666667px;
  text-decoration: none;
}
.post-card .post-link:hover {
  color: #F97316;
}
.post-card .post-excerpt {
  color: #2D3748;
  margin-bottom: 0;
  font-size: 1rem;
}

.btn {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  background-color: #F97316;
  color: white;
  border-radius: 12px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s;
}
.btn:hover {
  background-color: rgb(239.3368200837, 101.6924686192, 6.1631799163);
  color: white;
  text-decoration: none;
}

.callout {
  background: hsl(258.0487804878, 49.7975708502%, 101.568627451%);
  border: 1px solid #553C9A;
  padding: 32px;
  border-radius: 12px;
  margin: 32px 0;
}
.callout h4 {
  margin-top: 0;
  color: #553C9A;
}

.post-header {
  text-align: center;
  margin-bottom: 64px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.post-meta-container {
  font-size: 0.9rem;
  color: #F97316;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.post-subtitle {
  font-size: 1.25rem;
  color: #718096;
  margin-bottom: 32px;
  line-height: 1.4;
}

.author-block {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 32px;
}
.author-block .author-image {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  margin-right: 12px;
  object-fit: cover;
}
.author-block .author-info {
  text-align: left;
  display: flex;
  flex-direction: column;
}
.author-block .author-info .author-name {
  font-weight: 700;
  color: #2D3748;
}
.author-block .author-info .post-date {
  font-size: 0.85rem;
  color: #718096;
}

.post-footer {
  margin-top: 64px;
  padding-top: 32px;
  border-top: 1px solid #E2E8F0;
}

.author-bio-box {
  background: #F7FAFC;
  padding: 32px;
  border-radius: 12px;
}
.author-bio-box h3 {
  margin-top: 0;
  font-size: 1.1rem;
}
.author-bio-box p {
  font-size: 0.95rem;
  margin-bottom: 0.5rem;
}
.author-bio-box .twitter-follow {
  font-size: 0.85rem;
  font-weight: 600;
}

.post-image-container {
  margin: 32px 0;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.post-image-container .post-featured-image {
  width: 100%;
  height: auto;
  display: block;
  max-height: 400px;
  object-fit: cover;
}

/*# sourceMappingURL=style.css.map */