.home-container{flex-direction:column;gap:4rem;display:flex}.hero{max-width:650px;margin-top:3rem}.hero-title{letter-spacing:-.04em;margin-bottom:1.5rem;font-size:3rem;font-weight:800;line-height:1.1}.highlight{background:linear-gradient(120deg,var(--accent),var(--accent-hover));-webkit-text-fill-color:transparent;-webkit-background-clip:text}.highlight-text{color:var(--accent);font-weight:600}.hero-subtitle{color:var(--muted);margin-bottom:2.5rem;font-size:1.25rem;line-height:1.6}.hero-actions{align-items:center;gap:1rem;display:flex}.section-title{letter-spacing:-.02em;margin-bottom:1.5rem;font-size:1.5rem;font-weight:700}.posts-grid{grid-template-columns:1fr;gap:1.5rem;display:grid}.post-card{border:1px solid var(--border);background:#ffffff05;border-radius:12px;padding:1.5rem;transition:all .3s;display:block}.post-card:hover{border-color:var(--muted);background:#ffffff0a;transform:translateY(-3px)}.post-date{color:var(--muted);font-size:.85rem;font-family:var(--font-mono);margin-bottom:.5rem}.post-title{color:var(--foreground);margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.post-excerpt{color:var(--muted);font-size:.95rem;line-height:1.5}@media (min-width:768px){.hero-title{font-size:3.5rem}}
