.blog-page{overflow-x:hidden}.blog-hero{padding-top:4rem;padding-bottom:4rem}.blog-feed{background:transparent}.post-feed{display:flex;flex-direction:column;gap:1.5rem}.post-feed-card{display:grid;grid-template-columns:1fr;gap:0;background:var(--glass-surface);border:var(--glass-border);border-radius:var(--radius-lg);overflow:hidden;text-decoration:none;box-shadow:var(--glass-shadow),var(--glass-highlight);transition:transform .3s ease,box-shadow .3s ease}@media(min-width:640px){.post-feed-card{grid-template-columns:1fr auto}}.post-feed-card:hover{transform:translateY(-4px);box-shadow:var(--glass-shadow-hover),var(--glass-highlight)}.post-feed-card__media{overflow:hidden;order:-1}@media(min-width:640px){.post-feed-card__media{order:0;width:220px;flex-shrink:0}}.post-feed-card__image{width:100%;height:100%;min-height:160px;object-fit:cover;transition:transform .4s ease}@media(min-width:640px){.post-feed-card__image{min-height:unset}}.post-feed-card:hover .post-feed-card__image{transform:scale(1.05)}.post-feed-card__content{padding:1.5rem;display:flex;flex-direction:column;justify-content:center;gap:.5rem}@media(min-width:640px){.post-feed-card__content{padding:1.75rem 2rem}}.post-feed-card__date{font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--color-accent-1)}.post-feed-card__title{font-size:clamp(1.125rem,3vw,1.375rem);font-weight:700;color:var(--color-sec);margin:0;line-height:1.3;letter-spacing:-.01em;transition:color .2s ease}.post-feed-card:hover .post-feed-card__title{color:var(--color-accent-1)}.post-feed-card__excerpt{font-size:.9375rem;color:var(--color-text-secondary);line-height:1.65;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.post-feed-card__cta{display:inline-flex;align-items:center;gap:.4rem;font-size:.875rem;font-weight:600;color:var(--color-accent-1);margin-top:.25rem;transition:gap .25s ease}.post-feed-card:hover .post-feed-card__cta{gap:.65rem}.post-feed-card__cta svg{width:var(--size-icon-xs);height:var(--size-icon-xs);stroke-linecap:round;stroke-linejoin:round}.post-feed__sentinel{height:1px}.post-feed__loading{text-align:center;padding:2rem 0;font-size:.9375rem;color:var(--color-text-secondary)}.post-feed__no-results{text-align:center;padding:3rem 0;font-size:1rem;color:var(--color-text-secondary)}.post-feed-card__tags{display:flex;flex-wrap:wrap;gap:.35rem;margin-top:.15rem}.post-feed-card__tag{border:1px solid var(--color-border-subtle);border-radius:var(--radius-pill);padding:.1rem .55rem;font-size:.7rem;font-weight:500;color:var(--color-text-secondary);white-space:nowrap}.blog-feed .filter-bar{margin-bottom:1.5rem}.blog-subscribe{border-top:1px solid var(--color-border-subtle)}@media(prefers-color-scheme:dark){.post-feed-card{border:var(--glass-border);box-shadow:var(--glass-shadow),var(--glass-highlight)}.post-feed-card:hover{box-shadow:var(--glass-shadow-hover),var(--glass-highlight)}}.blog-post-page{overflow-x:hidden}.post-header{padding:3rem 1.5rem 2rem;background:var(--color-surface-primary)}.post-header__container{max-width:800px;margin:0 auto}.post-meta{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.post-meta__date{font-size:.8rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--color-accent-1)}.post-meta__divider{color:var(--color-border-subtle)}.post-meta__author{font-size:.875rem;color:var(--color-text-secondary)}.post-header__title{font-size:clamp(2rem,5vw,2.75rem);font-weight:700;color:var(--color-sec);line-height:1.2;letter-spacing:-.02em;margin:0}.post-hero{padding:0 1.5rem}.post-hero__container{max-width:900px;margin:0 auto}.post-hero__image{width:100%;max-height:500px;object-fit:cover;border-radius:var(--radius-xl);box-shadow:var(--shadow-xl)}.post-body{padding:3rem 1.5rem 4rem}.post-content{max-width:700px;margin:0 auto}.post-content>*+*{margin-top:1.5rem}.post-content h2{font-size:1.5rem;font-weight:700;color:var(--color-sec);line-height:1.3;letter-spacing:-.01em;margin-top:2.5rem;margin-bottom:.5rem;padding-bottom:.5rem;border-bottom:2px solid var(--color-border-subtle)}.post-content h2:first-child{margin-top:0}.post-content p{font-size:1.0625rem;line-height:1.8;color:var(--color-text-primary);margin:0}.post-content ul,.post-content ol{padding-left:1.5rem;margin:0}.post-content li{font-size:1.0625rem;line-height:1.8;color:var(--color-text-primary);margin-bottom:.75rem;padding-left:.5rem}.post-content li::marker{color:var(--color-accent-1)}.post-content li:last-child{margin-bottom:0}.post-content img{width:100%;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);margin:1rem 0}.post-content pre{background:var(--gradient-hero-mid);border:1px solid var(--color-border-subtle);border-radius:var(--radius-md);padding:1.25rem;overflow-x:auto;font-size:.9rem}.post-content code{font-family:SF Mono,Fira Code,monospace}.post-content blockquote{border-left:3px solid var(--color-accent-1);padding-left:1.5rem;margin:0;font-style:italic;color:var(--color-text-secondary)}.post-footer{padding:0 1.5rem 4rem}.post-footer__container{max-width:700px;margin:0 auto;padding:2.5rem;background:var(--gradient-hero-mid);border-radius:var(--radius-xl);text-align:center}.post-footer__text{font-size:1.125rem;font-weight:600;color:var(--color-sec);margin:0 0 1.5rem}.post-footer__actions{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem}.post-error{min-height:60vh;display:flex;align-items:center;justify-content:center;padding:3rem 1.5rem}.post-error__container{text-align:center;max-width:400px}.post-error__title{font-size:2rem;font-weight:700;color:var(--color-sec);margin:0 0 1rem}.post-error__text{color:var(--color-text-secondary);margin:0 0 2rem}@media(prefers-color-scheme:dark){.post-hero__image{box-shadow:var(--shadow-dark-xl)}.post-content h2{border-bottom-color:var(--border-white-medium)}.post-footer__container{background:var(--gradient-hero-mid)}}
