/*! tailwindcss v4.1.12 | MIT License | https://tailwindcss.com */
@layer properties;
:root {
  --page-max-width: 1200px;
  --accent: #007acc;
  --muted: #666;
}
body {
  max-width: var(--page-max-width);
  margin: 0 auto;
  padding: 24px;
  background: #f7f8fb;
  color: #222;
  font-family: 'Overpass', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', 'Liberation Sans', sans-serif;
}
img {
  max-width: 900px;
  display: block;
}
.visible {
  visibility: visible;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.relative {
  position: relative;
}
.static {
  position: static;
}
.container {
  width: 100%;
}
.mx-auto {
  margin-inline: auto;
}
.block {
  display: block;
}
.grid {
  display: grid;
}
.inline {
  display: inline;
}
.size-full {
  width: 100%;
  height: 100%;
}
.w-full {
  width: 100%;
}
.max-w-none {
  max-width: none;
}
.resize {
  resize: both;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.overflow-hidden {
  overflow: hidden;
}
.border {
  border-style: var(--tw-border-style);
  border-width: 1px;
}
.text-\[var\(--accent\)\] {
  color: var(--accent);
}
.text-inherit {
  color: inherit;
}
.no-underline {
  text-decoration-line: none;
}
.font-display {
  font-family: 'Playfair Display', serif;
}
.font-heading {
  font-family: 'Fira Sans Condensed', sans-serif;
}
.font-sans {
  font-family: 'Overpass', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', 'Liberation Sans', sans-serif;
}
.search-container {
  max-width: 800px;
  margin: 20px auto;
  padding: 0 20px;
}
.search-input-wrapper {
  display: flex;
  gap: 8px;
}
#search-input {
  flex: 1;
  padding: 12px 20px;
  font-size: 16px;
  border: 2px solid #ddd;
  border-radius: 25px;
  outline: none;
  transition: border-color .3s ease;
}
#search-input:focus {
  border-color: #007acc;
  box-shadow: 0 0 0 3px rgba(0,122,204,0.1);
}
.searching-indicator {
  align-self: center;
  font-size: 14px;
  color: #666;
  margin-left: 8px;
}
.search-results {
  display: none;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-top: 10px;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  max-height: 400px;
  overflow-y: auto;
}
.search-result {
  padding: 15px 20px;
  border-bottom: 1px solid #eee;
}
.search-result:last-child {
  border-bottom: none;
}
.search-result h3 {
  margin: 0 0 8px 0;
  font-size: 18px;
  font-family: 'Roboto', Georgia, serif;
}
.search-result h3 a {
  color: #007acc;
  text-decoration: none;
}
.search-result h3 a:hover {
  text-decoration: none;
}
.site-title a {
  font-family: 'Roboto', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  color: var(--accent);
  text-decoration: none;
}
.search-date {
  color: #666;
  font-size: 14px;
  margin: 5px 0;
}
.search-excerpt {
  color: #555;
  font-size: 14px;
  line-height: 1.4;
  margin: 8px 0 0 0;
}
.search-excerpt mark {
  background-color: #fff3cd;
  padding: 2px 4px;
  border-radius: 3px;
}
.no-results {
  padding: 20px;
  text-align: center;
  color: #666;
  font-style: italic;
}
@layer components {
  .hero {
    width: 100%;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
  }
  .hero-media {
    position: relative;
    margin-inline: auto;
    width: 100%;
    overflow: hidden;
    max-width: 900px;
    height: 450px;
    margin-bottom: 0;
  }
  .hero-media__img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    max-width: none;
    max-height: none;
  }
  .hero-link {
    text-decoration: none;
    color: inherit;
    outline: none;
    display: block;
    border: 1px solid #e5e7eb;
    box-shadow: 0 8px 24px rgba(2,6,23,0.12);
    border-radius: 0.375rem;
    overflow: hidden;
    transition: box-shadow 220ms ease, transform 220ms ease;
  }
  .hero-link:focus {
    box-shadow: 0 0 0 3px rgba(0, 122, 204, 0.15), 0 8px 24px rgba(2,6,23,0.12);
    border-radius: 0.375rem;
  }
  .hero a {
    text-decoration: none;
    color: inherit;
  }
  .hero-content {
    padding: 1rem;
    background: inherit;
  }
  .hero-link:hover,
  .hero-link:focus-within {
    box-shadow: 0 18px 48px rgba(2,6,23,0.18);
    transform: translateY(-3px);
  }
  @media (max-width: 640px) {
    .hero {
      max-width: 100%;
      padding-left: 12px;
      padding-right: 12px;
    }
    .hero-media {
      height: 280px;
      margin-bottom: 0;
    }
    .hero-link {
      box-shadow: 0 6px 18px rgba(2,6,23,0.10);
      transition: box-shadow 200ms ease;
      transform: none;
    }
    .hero-link:hover,
    .hero-link:focus-within {
      box-shadow: 0 12px 30px rgba(2,6,23,0.14);
      transform: none;
    }
    .hero-content {
      padding: 0.75rem;
    }
  }
}
@layer components {
  .post-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: space-between;
    margin: 1.5rem 0;
  }
  .post-card {
    display: block;
    box-sizing: border-box;
    flex: 0 0 calc(25% - 0.75rem);
    border: 1px solid #e5e7eb;
    box-shadow: 0 8px 24px rgba(2,6,23,0.12);
    border-radius: 0.375rem;
    overflow: hidden;
    background: inherit;
    color: inherit;
    text-decoration: none;
    transition: box-shadow 220ms ease, transform 220ms ease;
    display: flex;
    flex-direction: column;
  }
  .post-card:focus {
    box-shadow: 0 0 0 3px rgba(0,122,204,0.15), 0 8px 24px rgba(2,6,23,0.12);
    outline: none;
  }
  .post-card__media {
    width: 100%;
    height: 160px;
    overflow: hidden;
  }
  .post-card__media img,
  .post-card__img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .post-card__content {
    padding: 0.75rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    flex: 1 1 auto;
  }
  .post-card__title {
    margin: 0;
    font-size: 1rem;
    line-height: 1.2;
    color: inherit;
  }
  .post-card__excerpt {
    margin: 0;
    color: #444;
    font-size: 0.9rem;
    line-height: 1.3;
    flex: 1 1 auto;
  }
  .post-card:hover,
  .post-card:focus-within {
    box-shadow: 0 18px 48px rgba(2,6,23,0.18);
    transform: translateY(-3px);
  }
  @media (max-width: 1024px) {
    .post-card {
      flex: 0 0 calc(50% - 0.75rem);
    }
    .post-card__media {
      height: 140px;
    }
  }
  @media (max-width: 640px) {
    .post-card {
      flex: 0 0 100%;
    }
    .post-card__media {
      height: 200px;
    }
    .post-grid {
      gap: 0.75rem;
      margin: 1rem 0;
    }
  }
}
.post-content {
  max-width: 900px;
  margin: 0 auto 2rem;
  padding: 0 20px;
  box-sizing: border-box;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-border-style: solid;
    }
  }
}
