.PostCard-module__Lw0sAq__card{background:var(--color-surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);transition:all var(--transition-normal);border:1px solid var(--color-border);flex-direction:column;height:100%;display:flex;overflow:hidden}.PostCard-module__Lw0sAq__card:hover{box-shadow:var(--shadow-lg);border-color:#f5a6234d;transform:translateY(-8px)scale(1.01)}.PostCard-module__Lw0sAq__imageWrapper{aspect-ratio:16/9;width:100%;position:relative;overflow:hidden}.PostCard-module__Lw0sAq__image{object-fit:cover;object-position:center;transition:transform .6s cubic-bezier(.4,0,.2,1)}.PostCard-module__Lw0sAq__card:hover .PostCard-module__Lw0sAq__image{transform:scale(1.05)}.PostCard-module__Lw0sAq__categoryBadge{background:var(--glass-bg);-webkit-backdrop-filter:var(--glass-blur);color:var(--color-badge-text);border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.1em;z-index:10;border:1px solid var(--glass-border);box-shadow:var(--shadow-sm);transition:all var(--transition-fast);padding:.35rem 1rem;font-size:.75rem;font-weight:700;position:absolute;top:1rem;left:1rem}.PostCard-module__Lw0sAq__card:hover .PostCard-module__Lw0sAq__categoryBadge{background:var(--gradient-accent);color:#000;border-color:#0000}.PostCard-module__Lw0sAq__content{flex-direction:column;flex-grow:1;padding:1.75rem 1.75rem 1.5rem;display:flex}.PostCard-module__Lw0sAq__meta{color:var(--color-meta);align-items:center;margin-bottom:.85rem;font-size:.9rem;display:flex}.PostCard-module__Lw0sAq__separator{margin:0 .5rem}.PostCard-module__Lw0sAq__readingTime{align-items:center;gap:.25rem;display:flex}.PostCard-module__Lw0sAq__icon{display:inline-block}.PostCard-module__Lw0sAq__title{font-family:var(--font-heading);margin-bottom:1rem;font-size:1.5rem;line-height:1.35}.PostCard-module__Lw0sAq__title a{transition:color var(--transition-fast)}.PostCard-module__Lw0sAq__title a:hover{color:var(--color-accent)}.PostCard-module__Lw0sAq__description{color:var(--color-text-muted);-webkit-line-clamp:3;-webkit-box-orient:vertical;flex-grow:1;margin-bottom:1.75rem;font-size:1.05rem;line-height:1.65;display:-webkit-box;overflow:hidden}.PostCard-module__Lw0sAq__author{align-items:center;gap:.75rem;margin-top:auto;display:flex}.PostCard-module__Lw0sAq__authorImage{border-radius:50%;width:32px;height:32px;position:relative;overflow:hidden}.PostCard-module__Lw0sAq__authorName{color:var(--color-text);font-size:.95rem;font-weight:600}.PostCard-module__Lw0sAq__featured{aspect-ratio:auto;flex-direction:row;grid-column:1/-1}.PostCard-module__Lw0sAq__featured .PostCard-module__Lw0sAq__imageWrapper{aspect-ratio:16/9;width:55%}.PostCard-module__Lw0sAq__featured .PostCard-module__Lw0sAq__content{justify-content:center;width:45%;padding:3rem}.PostCard-module__Lw0sAq__featured .PostCard-module__Lw0sAq__title{font-size:2.4rem}.PostCard-module__Lw0sAq__featured .PostCard-module__Lw0sAq__description{-webkit-line-clamp:4;font-size:1.15rem;line-height:1.7}@media (max-width:900px){.PostCard-module__Lw0sAq__featured{flex-direction:column}.PostCard-module__Lw0sAq__featured .PostCard-module__Lw0sAq__imageWrapper{aspect-ratio:16/9;width:100%;min-height:auto}.PostCard-module__Lw0sAq__featured .PostCard-module__Lw0sAq__content{width:100%;padding:1.5rem}.PostCard-module__Lw0sAq__featured .PostCard-module__Lw0sAq__title{font-size:1.5rem}}
.not-found-module__HS70Aa__container{flex-direction:column;justify-content:center;align-items:center;max-width:1200px;min-height:calc(100vh - 160px);margin:0 auto;padding:4rem 1.5rem;animation:.6s ease-out not-found-module__HS70Aa__fadeIn;display:flex}@keyframes not-found-module__HS70Aa__fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.not-found-module__HS70Aa__content{text-align:center;max-width:600px;margin-bottom:4rem}.not-found-module__HS70Aa__errorCode{background:linear-gradient(135deg, var(--primary) 0%, #ff6b6b 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin:0 0 1rem;font-size:8rem;font-weight:800;line-height:1}.not-found-module__HS70Aa__headline{color:var(--text-primary);margin-bottom:1rem;font-size:2rem;font-weight:700}.not-found-module__HS70Aa__subtext{color:var(--text-secondary);margin-bottom:2.5rem;font-size:1.1rem}.not-found-module__HS70Aa__searchForm{gap:.5rem;width:100%;margin-bottom:2.5rem;display:flex}.not-found-module__HS70Aa__searchWrapper{flex-grow:1;position:relative}.not-found-module__HS70Aa__searchIcon{color:var(--text-secondary);position:absolute;top:50%;left:1rem;transform:translateY(-50%)}.not-found-module__HS70Aa__searchInput{border:1px solid var(--border);background:var(--surface);width:100%;color:var(--text-primary);border-radius:8px;padding:1rem 1rem 1rem 3rem;font-size:1rem}.not-found-module__HS70Aa__searchBtn{background:var(--primary);color:var(--background);cursor:pointer;border:none;border-radius:8px;padding:0 1.5rem;font-weight:600;transition:opacity .2s}.not-found-module__HS70Aa__searchBtn:hover{opacity:.9}.not-found-module__HS70Aa__navLinks{justify-content:center;gap:2rem;display:flex}.not-found-module__HS70Aa__navLink{color:var(--text-secondary);font-weight:500;text-decoration:none;transition:color .2s}.not-found-module__HS70Aa__navLink:hover{color:var(--primary)}.not-found-module__HS70Aa__recommended{border-top:1px solid var(--border);width:100%;padding-top:3rem}.not-found-module__HS70Aa__recommendedTitle{text-align:center;color:var(--text-primary);margin-bottom:2rem;font-size:1.5rem;font-weight:700}.not-found-module__HS70Aa__grid{grid-template-columns:1fr;gap:2rem;display:grid}@media (min-width:768px){.not-found-module__HS70Aa__grid{grid-template-columns:repeat(3,1fr)}}
