.insights-h1{font-size:clamp(3rem,7vw,5rem);font-weight:600;margin-bottom:4rem;color:var(--foreground);font-family:Inter,sans-serif}.insights-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem}.insight-card-link{background:var(--card-background);border:1px solid var(--card-border);border-radius:12px;padding:2rem;color:var(--foreground);text-decoration:none;display:block;transition:transform .3s ease,box-shadow .3s ease}.insight-card-link:hover{transform:translateY(-5px);box-shadow:0 10px 20px rgba(0,0,0,.05)}html[data-theme=dark] .insight-card-link:hover{box-shadow:0 10px 20px rgba(0,0,0,.2)}.insight-card-image-wrapper{position:relative;width:100%;aspect-ratio:1200/630;border-radius:16px;overflow:hidden;margin-bottom:1rem}.insight-card-image{object-fit:cover}.insight-card-title{font-size:1.5rem;font-weight:600;margin:0 0 1rem;line-height:1.2;color:var(--text-primary)}.insight-card-excerpt{color:var(--text-secondary);line-height:1.25}.insight-card-date{margin:0;color:var(--text-secondary)}.post-article{max-width:1024px;margin:0 auto}.post-h1{font-family:Inter,sans-serif;font-size:clamp(2.5rem,6vw,3rem);font-weight:600;color:var(--text-primary);margin-bottom:1rem}.post-meta-card{margin-bottom:2rem}.post-meta-date{margin:0;color:var(--text-secondary)}.post-content{font-size:1rem;line-height:1.5;color:var(--text-secondary);margin-bottom:2rem}.post-content li{margin-bottom:1rem}.post-content h2{font-size:2rem;margin-top:2.5em;margin-bottom:1em;color:var(--text-primary)}.post-content h2,.post-content h3,.post-content h4{font-family:Inter,sans-serif}.post-content a,.post-meta-card a{color:var(--accent);text-decoration:underline}