.BlogCategory{display:flex;flex-direction:column;gap:1.5rem;margin:auto;width:65rem;padding:1rem;min-height:80vh;--serif: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;--sans: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji";--text: #0f172a;--muted: #64748b;--border: rgba(15, 23, 42, .12);--card: #ffffff;--shadow: 0 1px 0 rgba(15, 23, 42, .05);font-family:var(--sans);color:var(--text)}@media (max-width: 1200px){.BlogCategory{flex-direction:column;gap:1rem;width:95%;padding:1rem}}.BlogCategory__header{display:flex;flex-direction:column;gap:1.25rem;padding-top:.75rem}.BlogCategory__title{font-size:clamp(1.5rem,4vw,2.5rem);line-height:1.05;margin:0;letter-spacing:-.03em;font-weight:700}.BlogCategory__subtitle{margin:.6rem 0 0;max-width:52ch;color:var(--muted);font-size:1.05rem;line-height:1.6}.BlogCategory__subscribe{display:flex;align-items:center;gap:.9rem;flex-wrap:wrap}.BlogCategory__subscribeField{display:flex;align-items:center;gap:.65rem;background:#ffffffbf;border:1px solid var(--border);border-radius:999px;padding:.65rem .9rem;min-width:min(26rem,100%);box-shadow:var(--shadow)}.BlogCategory__mailIcon{color:#475569;font-size:.95rem}.BlogCategory__input{border:0;outline:none;background:transparent;width:100%;font-size:.95rem;color:var(--text)}.BlogCategory__input::placeholder{color:#94a3b8}.BlogCategory__button{border:0;cursor:pointer;background:var(--theme);color:#fff;padding:.7rem 1.1rem;border-radius:999px;font-weight:700;letter-spacing:-.01em;box-shadow:0 1px #0f172a14}.BlogCategory__button:hover{filter:brightness(.97)}.BlogCategory__button:active{transform:translateY(1px)}.BlogCategory__featured{margin-top:.25rem}.FeaturedCard{display:grid;grid-template-columns:1.35fr .85fr;gap:1.5rem;padding:1.75rem;background:var(--card);border:1px solid var(--border);border-radius:16px;box-shadow:var(--shadow);text-decoration:none;color:inherit;transition:all .25s cubic-bezier(.23,1,.32,1)}@media (max-width: 900px){.FeaturedCard{grid-template-columns:1fr}}.FeaturedCard:hover{box-shadow:0 0 0 8px #70887a1f,0 0 0 1px #0000001a}.FeaturedCard__meta{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.FeaturedCard__date{color:var(--muted);font-size:.95rem;font-family:GeistMonovf}.FeaturedCard__title{margin:0;font-size:clamp(1.4rem,3.2vw,2.3rem);line-height:1.08;letter-spacing:-.03em;font-weight:700;white-space:pre-line}.FeaturedCard__desc{margin:.95rem 0 0;color:#475569;max-width:60ch;font-size:1.05rem;line-height:1.6}.FeaturedCard__tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1.1rem}.FeaturedCard__cta{margin-top:1.35rem;display:inline-flex;align-items:center;gap:.55rem;color:var(--theme);font-weight:500}.FeaturedCard__cta .FeaturedCard__arrow{transform:translateY(1px)}.FeaturedCard__left{display:flex;flex-direction:column;justify-content:center;gap:.5rem}.FeaturedCard__right{display:flex;align-items:center;justify-content:center}.FeaturedCard__imageWrap{width:min(350px,70vw);aspect-ratio:1;border-radius:999px;overflow:hidden;background:#2563eb0f;border:10px solid rgba(37,99,235,.07);display:flex;align-items:center;justify-content:center}.FeaturedCard__imageWrap img{width:100%;height:100%;object-fit:cover;transform:scale(1.02)}.BlogCategory__allHeader{display:flex;align-items:center;gap:1rem;margin-top:.5rem}.BlogCategory__allHeader h3{margin:0;font-size:1.25rem;font-weight:700;letter-spacing:-.02em}.BlogCategory__rule{height:1px;flex:1;background:var(--border)}.PostGrid{margin-top:1.1rem;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem}@media (max-width: 980px){.PostGrid{grid-template-columns:1fr}}.PostCard{background:var(--card);border:1px solid var(--border);border-radius:16px;box-shadow:var(--shadow);padding:1.25rem;text-decoration:none;color:inherit;display:flex;flex-direction:column;gap:.7rem;transition:all .25s cubic-bezier(.23,1,.32,1)}.PostCard:hover{box-shadow:0 0 0 8px #70887a1f,0 0 0 1px #0000001a}.PostCard__imageWrap{width:250px;height:250px;border-radius:999px;overflow:hidden;background:#0f172a08;border:6px solid rgba(15,23,42,.04);margin:.1rem auto .2rem}.PostCard__imageWrap img{width:100%;height:100%;object-fit:cover}.PostCard__tags{display:flex;flex-wrap:wrap;gap:.5rem}.PostCard__date{color:var(--muted);font-size:.92rem;font-family:GeistMonovf}.PostCard__title{margin:.1rem 0 0;font-size:1.25rem;line-height:1.18;font-weight:700;letter-spacing:-.02em;white-space:pre-line}.PostCard__desc{margin:0;color:#475569;line-height:1.6}.PostCard__cta{margin-top:.4rem;display:inline-flex;align-items:center;gap:.55rem;color:var(--theme);font-weight:500}.PostCard__cta .PostCard__arrow{transform:translateY(1px)}.Pill{display:inline-flex;align-items:center;padding:.25rem .55rem;border-radius:999px;font-size:.8rem;line-height:1;color:#0f172a;background:#0f172a0f;border:1px solid rgba(15,23,42,.08)}.Pill--blue{color:var(--theme);background:#2563eb1a;border-color:#2563eb2e}.FeaturedCard__arrow,.PostCard__arrow{display:inline-block;transform:translateY(1px);transition:transform .16s ease}.FeaturedCard:hover .FeaturedCard__arrow,.PostCard:hover .PostCard__arrow{transform:translate(4px,1px)}.BlogCategory__mobileList{display:none;flex-direction:column;gap:1rem}.BlogCategory__desktopOnly{display:block}@media (max-width: 980px){.BlogCategory__mobileList{display:flex}.BlogCategory__desktopOnly{display:none}}.BlogCategory__mobileList a{text-decoration:none;color:inherit}
