.blog{padding:56px 1.5rem 80px;flex:1}.blog__container{max-width:1200px;margin:0 auto}.blog__header{margin-bottom:40px}.blog__heading{font-size:clamp(2.5rem,6vw,3.75rem);font-weight:700;color:var(--text-strong-950);letter-spacing:-1.5px;line-height:1;margin-bottom:24px}.blog__controls{justify-content:space-between;gap:16px}.blog__controls,.blog__filters{display:flex;align-items:center;flex-wrap:wrap}.blog__filters{gap:8px}.blog__filter-btn{display:inline-flex;align-items:center;justify-content:center;height:36px;padding:0 12px;border-radius:var(--radius-10);font-size:14px;font-weight:500;line-height:20px;letter-spacing:-.08px;color:var(--text-sub-600);background:transparent;border:1px solid transparent;cursor:pointer;transition:background var(--t-fast),color var(--t-fast),border-color var(--t-fast)}.blog__filter-btn--active,.blog__filter-btn:hover{color:var(--text-strong-950);background:var(--bg-weak-50)}.blog__filter-btn--active{border-color:var(--stroke-soft-200)}.blog__filter-btn--icon{width:36px;padding:0}.blog__search,.blog__search-row{display:flex;align-items:center;gap:8px}.blog__search{height:36px;padding:0 12px;background:var(--surface-surface-0);border:1px solid var(--stroke-soft-200);border-radius:var(--radius-10);cursor:text;transition:border-color var(--t-fast)}.blog__search:focus-within{border-color:var(--primary-dark);outline:none}.blog__search-icon{color:var(--icon-sub-600);flex-shrink:0}.blog__search-input{background:none;border:none;outline:none;color:var(--text-strong-950);font-size:14px;font-weight:400;line-height:20px;letter-spacing:-.08px;width:180px}.blog__search-input::placeholder{color:var(--text-soft-400)}.blog__rss-btn{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:var(--radius-10);border:1px solid var(--stroke-soft-200);background:var(--surface-surface-0);color:var(--icon-sub-600);flex-shrink:0;transition:color var(--t-fast),background var(--t-fast),border-color var(--t-fast)}.blog__rss-btn:hover{color:var(--text-strong-950);background:var(--bg-weak-50)}.blog__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:32px}.post-card{display:flex;flex-direction:column;border-radius:var(--radius-lg);border:1px solid var(--stroke-pale-100);background:#1f1f1f;overflow:hidden;transition:border-color var(--t-fast)}.post-card:hover{border-color:var(--stroke-soft-200)}.post-card__hero-link{display:block;margin:24px 24px 0}.post-card__hero{display:block;object-fit:cover}.post-card__hero,.post-card__hero-placeholder{width:100%;aspect-ratio:16/9;border-radius:8px;border:1px solid var(--stroke-soft-200)}.post-card__hero-placeholder{display:flex;align-items:center;justify-content:center;background:#1f1f1f;color:var(--text-strong-950)}.post-card__body{display:flex;flex-direction:column;gap:8px;padding:24px;flex:1}.post-card__tags{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:4px}.post-card__tag{display:inline-flex;align-items:center;height:20px;padding:0 8px;border-radius:var(--radius-full);border:1px solid var(--stroke-soft-200);background:var(--bg-weak-50);font-size:12px;font-weight:500;line-height:16px;color:var(--text-sub-600);letter-spacing:0}.post-card__title{font-size:1.375rem;font-weight:700;letter-spacing:-.5px;line-height:1.25}.post-card__title a{color:var(--text-strong-950);text-decoration:none;transition:color var(--t-fast)}.post-card__title a:hover{color:var(--primary-darker)}.post-card__description{font-size:.875rem;color:var(--text-sub-600);line-height:1.6;letter-spacing:-.04px}.post-card__meta{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:16px}.post-card__author{display:flex;align-items:center;gap:8px}.post-card__avatar{width:24px;height:24px;border-radius:50%;background:var(--primary-base);color:var(--primary-onstate);font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.post-card__author-name{font-size:.875rem;font-weight:500;color:var(--text-strong-950);line-height:20px}.post-card__date{font-size:.75rem;font-weight:500;color:var(--text-sub-600);letter-spacing:.04em;line-height:16px}@media(max-width:768px){.blog__grid{grid-template-columns:1fr}.blog__controls{flex-direction:column;align-items:flex-start}.blog__search-input{width:140px}}.blog__empty{grid-column:1/-1;text-align:center;padding:64px 0;color:var(--text-sub-600);font-size:.875rem}.blog__empty-state{min-height:360px;flex-direction:column;text-align:center;padding:72px 24px;border:1px solid var(--stroke-pale-100);border-radius:var(--radius-lg);background:#1f1f1f}.blog__empty-mark,.blog__empty-state{display:flex;align-items:center;justify-content:center}.blog__empty-mark{width:56px;height:56px;margin-bottom:18px;border-radius:var(--radius-10);border:1px solid var(--stroke-soft-200);background:var(--bg-weak-50);color:var(--icon-sub-600)}.blog__empty-title{margin-bottom:8px;color:var(--text-strong-950);font-size:1.5rem;font-weight:700;line-height:1.25;letter-spacing:0}.blog__empty-copy{max-width:360px;color:var(--text-sub-600);font-size:.9375rem;line-height:1.6;letter-spacing:0}@media(max-width:480px){.blog__heading{font-size:2.5rem}.blog__empty-state{min-height:280px;padding:56px 20px}}
