body{background:var(--color-bg-section)}.home-main{width:960px}.hero[data-astro-cid-3fohrl4f]{text-align:center;padding:2rem 0 1.5rem;border-bottom:1px solid rgb(var(--gray-light));margin-bottom:2rem;background:var(--color-bg-card)}.hero[data-astro-cid-3fohrl4f] h1[data-astro-cid-3fohrl4f]{font-size:2.5rem;margin-bottom:.75rem;color:rgb(var(--black))}.hero[data-astro-cid-3fohrl4f] h1[data-astro-cid-3fohrl4f] img[data-astro-cid-3fohrl4f]{width:75%;max-width:720px;height:auto;display:block;margin:0 auto}.hero[data-astro-cid-3fohrl4f] p[data-astro-cid-3fohrl4f]{font-size:1.125rem;color:rgb(var(--gray));margin-bottom:0}.recent-posts[data-astro-cid-3fohrl4f] h2[data-astro-cid-3fohrl4f]{font-size:1.5rem;margin-bottom:1.5rem;color:rgb(var(--black))}.posts-grid[data-astro-cid-3fohrl4f]{display:flex;flex-wrap:wrap;gap:2rem;list-style-type:none;margin:0;padding:0}.posts-grid[data-astro-cid-3fohrl4f] li[data-astro-cid-3fohrl4f]{width:calc(50% - 1rem);background:var(--color-bg-card);border-radius:12px;overflow:hidden;box-shadow:var(--shadow-sm);transition:box-shadow var(--duration-normal) var(--ease-spring)}.posts-grid[data-astro-cid-3fohrl4f] li[data-astro-cid-3fohrl4f]:hover{box-shadow:var(--shadow-lg)}.posts-grid[data-astro-cid-3fohrl4f] li[data-astro-cid-3fohrl4f] [data-astro-cid-3fohrl4f]{text-decoration:none;transition:color var(--duration-fast) var(--ease-out-expo),box-shadow var(--duration-normal) var(--ease-spring)}.posts-grid[data-astro-cid-3fohrl4f] li[data-astro-cid-3fohrl4f]:first-child{width:100%;margin-bottom:1rem}.posts-grid[data-astro-cid-3fohrl4f] li[data-astro-cid-3fohrl4f]:first-child .title[data-astro-cid-3fohrl4f]{font-size:2rem}.posts-grid[data-astro-cid-3fohrl4f] li[data-astro-cid-3fohrl4f] img[data-astro-cid-3fohrl4f]{margin-bottom:0;border-radius:0;width:100%}.posts-grid[data-astro-cid-3fohrl4f] li[data-astro-cid-3fohrl4f] a[data-astro-cid-3fohrl4f]{display:block}.post-content[data-astro-cid-3fohrl4f]{padding:1.25rem}.title[data-astro-cid-3fohrl4f]{margin:0;color:rgb(var(--black));line-height:1.3}.date-info[data-astro-cid-3fohrl4f]{margin:0;margin-top:.5rem;color:var(--color-text-muted);font-size:.875rem;display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.date[data-astro-cid-3fohrl4f]{display:inline-flex;align-items:center}.date[data-astro-cid-3fohrl4f]:before{content:"📅 ";margin-right:.25rem}.updated-date[data-astro-cid-3fohrl4f]{display:inline-flex;align-items:center;font-style:italic}.updated-date[data-astro-cid-3fohrl4f]:before{content:"🔄 ";margin-right:.25rem}.description[data-astro-cid-3fohrl4f]{margin:.75rem 0 0;color:var(--color-text-secondary);font-size:.875rem;line-height:1.6;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.posts-grid[data-astro-cid-3fohrl4f] li[data-astro-cid-3fohrl4f]:first-child .description[data-astro-cid-3fohrl4f]{-webkit-line-clamp:3}.read-more[data-astro-cid-3fohrl4f]{display:inline-block;margin-top:.75rem;color:var(--color-link);font-size:.875rem;font-weight:500}.posts-grid[data-astro-cid-3fohrl4f] li[data-astro-cid-3fohrl4f] a[data-astro-cid-3fohrl4f]:hover .read-more[data-astro-cid-3fohrl4f]{text-decoration:underline}.posts-grid[data-astro-cid-3fohrl4f] li[data-astro-cid-3fohrl4f] a[data-astro-cid-3fohrl4f]:hover h4[data-astro-cid-3fohrl4f],.posts-grid[data-astro-cid-3fohrl4f] li[data-astro-cid-3fohrl4f] a[data-astro-cid-3fohrl4f]:hover .date[data-astro-cid-3fohrl4f]{color:var(--color-link-hover)}.posts-grid[data-astro-cid-3fohrl4f] a[data-astro-cid-3fohrl4f]:hover img[data-astro-cid-3fohrl4f]{box-shadow:var(--shadow-lg)}.tags[data-astro-cid-3fohrl4f]{margin-top:4rem;margin-bottom:2rem}.tags[data-astro-cid-3fohrl4f] h2[data-astro-cid-3fohrl4f]{font-size:1.5rem;margin-bottom:1.5rem;color:rgb(var(--black))}.tag-grid[data-astro-cid-3fohrl4f]{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}@media(max-width:720px){.home-main{width:100%}.hero[data-astro-cid-3fohrl4f]{padding:1.5rem 0 1rem}.hero[data-astro-cid-3fohrl4f] h1[data-astro-cid-3fohrl4f]{font-size:1.75rem}.hero[data-astro-cid-3fohrl4f] h1[data-astro-cid-3fohrl4f] img[data-astro-cid-3fohrl4f]{width:85%}.hero[data-astro-cid-3fohrl4f] p[data-astro-cid-3fohrl4f]{font-size:1rem}.tag-grid[data-astro-cid-3fohrl4f]{grid-template-columns:1fr}.posts-grid[data-astro-cid-3fohrl4f]{gap:1rem}.posts-grid[data-astro-cid-3fohrl4f] li[data-astro-cid-3fohrl4f]{width:100%}.posts-grid[data-astro-cid-3fohrl4f] li[data-astro-cid-3fohrl4f]:first-child{margin-bottom:0}.posts-grid[data-astro-cid-3fohrl4f] li[data-astro-cid-3fohrl4f]:first-child .title[data-astro-cid-3fohrl4f]{font-size:1.5rem}}
