.blog-page{background:var(--page-bg)}.blog-page__upcoming{background:var(--landing-surface);border:1px solid var(--landing-border);max-width:40rem;box-shadow:var(--shadow-soft);border-radius:1.25rem;margin-inline:auto;padding:1.35rem 1.25rem;position:relative;overflow:hidden}.blog-page__upcoming:before{content:"";inset-inline:0;background:var(--brand-gradient);height:.15rem;position:absolute;top:0}@media (min-width:640px){.blog-page__upcoming{padding:1.6rem 1.5rem}}.blog-page__upcoming-title{color:var(--landing-text);margin:0 0 1rem;font-size:1rem;font-weight:800}.blog-page__topics{flex-direction:column;gap:.65rem;margin:0;padding:0;list-style:none;display:flex}.blog-page__topic{color:var(--landing-text);background:var(--landing-surface-muted);border:1px solid var(--landing-border);animation:blog-topic-in var(--motion-duration-slow) var(--motion-ease-out) both;animation-delay:var(--delay,0s);transition:border-color var(--motion-duration-fast) var(--motion-ease-out), transform var(--motion-duration-normal) var(--motion-ease-spring);border-radius:.9rem;align-items:flex-start;gap:.65rem;padding:.85rem 1rem;font-size:.875rem;line-height:1.65;display:flex}@media (hover:hover) and (pointer:fine){.blog-page__topic:hover{border-color:rgb(var(--color-brand-rgb) / .3);transform:translateY(-1px)}}.blog-page__topic-dot{background:var(--landing-accent);width:.4rem;height:.4rem;box-shadow:0 0 0 4px rgb(var(--color-brand-rgb) / .12);border-radius:50%;flex-shrink:0;margin-top:.45rem}.blog-page__actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:.75rem;margin-top:1.35rem;display:flex}@keyframes blog-topic-in{0%{opacity:0;transform:translateY(.4rem)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.blog-page__topic{animation:none}}.blog-listing__toolbar{flex-direction:column;gap:1rem;margin-bottom:1.5rem;display:flex}@media (min-width:768px){.blog-listing__toolbar{flex-direction:row;justify-content:space-between;align-items:center}}.blog-listing__count{color:var(--landing-text-muted);margin:0;font-size:.875rem;font-weight:700}.blog-listing__chips{flex-wrap:wrap;gap:.5rem;display:flex}.blog-chip{color:var(--landing-text-muted);border:1.5px solid var(--landing-border);cursor:pointer;transition:color var(--motion-duration-fast) var(--motion-ease-out), background var(--motion-duration-fast) var(--motion-ease-out), border-color var(--motion-duration-fast) var(--motion-ease-out), transform var(--motion-duration-fast) var(--motion-ease-out);background:0 0;border-radius:9999px;align-items:center;gap:.4rem;padding:.45rem .9rem;font-size:.8125rem;font-weight:700;display:inline-flex}.blog-chip:hover{color:var(--landing-accent);border-color:rgb(var(--color-brand-rgb) / .45);transform:translateY(-1px)}.blog-chip--active{color:#fff;background:linear-gradient(135deg,#059669,#047857);border-color:#0000;box-shadow:0 4px 14px #05966947}.blog-chip__count{background:#fff3;border-radius:9999px;place-items:center;min-width:1.35rem;height:1.35rem;padding-inline:.3rem;font-size:.7rem;display:inline-grid}.blog-chip:not(.blog-chip--active) .blog-chip__count{color:var(--landing-accent-dark);background:#10b9811f}.blog-listing__grid{grid-template-columns:1fr;gap:1.15rem;transition:opacity .18s;display:grid}@media (min-width:640px){.blog-listing__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1024px){.blog-listing__grid{grid-template-columns:repeat(3,minmax(0,1fr))}.blog-listing__grid>.blog-card--featured{grid-column:1/-1;grid-template-columns:minmax(0,1.15fr) minmax(0,1fr);align-items:stretch;display:grid}}.blog-listing__grid--pending{opacity:.55;pointer-events:none}.blog-listing__empty{text-align:center;border:1px dashed var(--landing-border);background:var(--landing-surface);color:var(--landing-text-muted);border-radius:1.15rem;grid-column:1/-1;padding:2.5rem 1.25rem}.blog-pagination{justify-content:center;align-items:center;gap:1rem;margin-top:1.75rem;display:flex}.blog-pagination__btn{min-width:5.5rem;color:var(--landing-accent-dark);background:var(--landing-surface);border:1.5px solid var(--landing-border);cursor:pointer;transition:color var(--motion-duration-fast) var(--motion-ease-out), border-color var(--motion-duration-fast) var(--motion-ease-out), background var(--motion-duration-fast) var(--motion-ease-out);border-radius:9999px;padding:.55rem 1rem;font-size:.875rem;font-weight:700}.blog-pagination__btn:hover:not(:disabled){color:#fff;background:linear-gradient(135deg,#059669,#047857);border-color:#0000}.blog-pagination__btn:disabled{opacity:.45;cursor:not-allowed}.blog-pagination__status{color:var(--landing-text-muted);margin:0;font-size:.875rem;font-weight:700}.blog-card{background:var(--landing-surface);border:1px solid var(--landing-border);box-shadow:var(--shadow-soft);border-radius:1.25rem;flex-direction:column;display:flex;overflow:hidden}.blog-card__media{aspect-ratio:16/10;background:linear-gradient(145deg,#d1fae5a6,#ecfdf5e6);display:block;position:relative;overflow:hidden}.blog-card--featured .blog-card__media{aspect-ratio:auto;min-height:100%}.blog-card__img{object-fit:cover;width:100%;height:100%;transition:transform .32s cubic-bezier(.22,1,.36,1)}.blog-card:hover .blog-card__img{transform:scale(1.04)}.blog-card__placeholder{color:#047857;background:radial-gradient(circle at 20% 20%,#10b98140,#0000 45%),linear-gradient(145deg,#ecfdf5,#d1fae5);place-items:center;width:100%;height:100%;min-height:10rem;font-size:2.5rem;font-weight:800;display:grid}.blog-card__body{flex-direction:column;flex:1;gap:.65rem;padding:1.1rem 1.15rem 1.25rem;display:flex}.blog-card__meta{color:var(--landing-text-muted);flex-wrap:wrap;align-items:center;gap:.5rem .75rem;font-size:.75rem;display:flex}.blog-card__category{color:var(--landing-accent-dark);background:#d1fae5b3;border:1px solid #10b98138;border-radius:9999px;padding:.2rem .6rem;font-weight:700;display:inline-flex}.blog-card__title{color:var(--landing-text);margin:0;font-size:1.05rem;font-weight:800;line-height:1.55}.blog-card--featured .blog-card__title{font-size:clamp(1.2rem,2.4vw,1.55rem)}.blog-card__title a{color:inherit;text-decoration:none}.blog-card__title a:hover{color:var(--landing-accent)}.blog-card__excerpt{color:var(--landing-text-muted);flex:1;margin:0;font-size:.875rem;line-height:1.85}.blog-card__more{color:var(--landing-accent-dark);align-items:center;gap:.35rem;margin-top:.25rem;font-size:.8125rem;font-weight:700;text-decoration:none;display:inline-flex}.blog-card__more:hover{color:#047857}.blog-post{background:var(--page-bg)}.blog-post__back{color:var(--landing-accent-dark);align-items:center;gap:.35rem;margin-bottom:1.25rem;font-size:.875rem;font-weight:700;text-decoration:none;display:inline-flex}.blog-post__back:hover{color:#047857}.blog-post__header{text-align:center;max-width:46rem;margin-inline:auto}.blog-post__meta{color:var(--landing-text-muted);flex-wrap:wrap;justify-content:center;gap:.5rem .85rem;margin-bottom:.9rem;font-size:.8125rem;display:flex}.blog-post__category{color:var(--landing-accent-dark);background:#d1fae5b3;border:1px solid #10b98138;border-radius:9999px;padding:.25rem .7rem;font-weight:700;display:inline-flex}.blog-post__title{color:var(--landing-text);margin:0 0 .85rem;font-size:clamp(1.5rem,3.5vw,2.15rem);font-weight:800;line-height:1.35}.blog-post__excerpt{max-width:38rem;color:var(--landing-text-muted);margin:0 auto;font-size:.95rem;line-height:1.85}.blog-post__cover{border:1px solid var(--landing-border);max-width:52rem;box-shadow:var(--shadow-soft);background:var(--landing-surface);border-radius:1.25rem;margin:1.75rem auto 0;overflow:hidden}.blog-post__cover img{object-fit:cover;width:100%;height:auto;max-height:26rem;display:block}.blog-post__article{max-width:46rem;margin:0 auto}.blog-prose{color:var(--landing-text-muted);font-size:.95rem;line-height:2}.blog-prose h2,.blog-prose h3{color:var(--landing-text);margin:1.75rem 0 .75rem;font-weight:800;line-height:1.45}.blog-prose h2{font-size:1.2rem}.blog-prose h3{font-size:1.05rem}.blog-prose p{margin:0 0 1rem}.blog-prose ul,.blog-prose ol{margin:0 0 1rem;padding-inline-start:1.25rem}.blog-prose li{margin-bottom:.4rem}.blog-prose a{color:var(--landing-accent-dark);font-weight:700}.blog-prose img{border-radius:.85rem;max-width:100%;height:auto;margin:1.25rem auto;display:block}.blog-post__related{border-top:1px solid var(--landing-border);margin-top:2.5rem;padding-top:2rem}.blog-post__related-title{color:var(--landing-text);text-align:center;margin:0 0 1.15rem;font-size:1.15rem;font-weight:800}.blog-post__related-grid{grid-template-columns:1fr;gap:1rem;display:grid}@media (min-width:640px){.blog-post__related-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1024px){.blog-post__related-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.blog-post__not-found{text-align:center;background:var(--landing-surface);border:1px solid var(--landing-border);border-radius:1.25rem;max-width:28rem;margin:2rem auto;padding:2rem 1.5rem}.blog-post__not-found h1{color:var(--landing-text);margin:0 0 .75rem;font-size:1.35rem;font-weight:800}.blog-post__not-found p{color:var(--landing-text-muted);margin:0 0 1.25rem;line-height:1.8}
