.Blog-module__nbOMAW__blogSection{padding:var(--section-v) 0;background:#fff}.Blog-module__nbOMAW__blogLayout{grid-template-columns:1fr 340px;align-items:start;gap:64px;display:grid}.Blog-module__nbOMAW__blogFeatured{border:1px solid var(--border);border-radius:16px;margin-bottom:40px;transition:box-shadow .25s;overflow:hidden}.Blog-module__nbOMAW__blogFeatured:hover{box-shadow:0 16px 48px #00000012}.Blog-module__nbOMAW__blogFeaturedImg img{aspect-ratio:21/9;object-fit:cover;width:100%;display:block}.Blog-module__nbOMAW__blogFeaturedBody{padding:36px 40px}.Blog-module__nbOMAW__blogMeta{flex-wrap:wrap;align-items:center;gap:16px;margin-bottom:14px;display:flex}.Blog-module__nbOMAW__blogCat{background:var(--blue-pale);color:var(--blue);letter-spacing:1px;text-transform:uppercase;border-radius:100px;padding:4px 12px;font-size:11px;font-weight:700;display:inline-block}.Blog-module__nbOMAW__blogDate,.Blog-module__nbOMAW__blogReadTime{color:var(--text-soft);font-size:13px}.Blog-module__nbOMAW__blogFeaturedBody h2{letter-spacing:-.5px;margin-bottom:12px;font-size:26px;font-weight:800;line-height:1.25}.Blog-module__nbOMAW__blogFeaturedBody h2 a{color:var(--text);transition:color .2s}.Blog-module__nbOMAW__blogFeaturedBody h2 a:hover{color:var(--blue)}.Blog-module__nbOMAW__blogFeaturedBody p{color:var(--text-soft);margin-bottom:24px;font-size:15px;line-height:1.8}.Blog-module__nbOMAW__blogAuthor{border-top:1px solid var(--border);align-items:center;gap:12px;padding-top:20px;display:flex}.Blog-module__nbOMAW__blogAuthor img{object-fit:cover;border-radius:50%;width:38px;height:38px}.Blog-module__nbOMAW__blogAuthorName{color:var(--text);font-size:14px;font-weight:700}.Blog-module__nbOMAW__blogAuthorRole{color:var(--text-soft);font-size:12px}.Blog-module__nbOMAW__postsGrid{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}.Blog-module__nbOMAW__postCard{border:1px solid var(--border);border-radius:12px;transition:transform .25s,box-shadow .25s,border-color .25s;overflow:hidden}.Blog-module__nbOMAW__postCard:hover{border-color:#bfdbfe;transform:translateY(-4px);box-shadow:0 14px 40px #00000012}.Blog-module__nbOMAW__postCard img{aspect-ratio:16/9;object-fit:cover;width:100%;display:block}.Blog-module__nbOMAW__postCardBody{padding:22px 24px 26px}.Blog-module__nbOMAW__postCardBody .Blog-module__nbOMAW__blogMeta{margin-bottom:10px}.Blog-module__nbOMAW__postCardBody h3{margin-bottom:10px;font-size:17px;font-weight:700;line-height:1.35}.Blog-module__nbOMAW__postCardBody h3 a{color:var(--text);transition:color .2s}.Blog-module__nbOMAW__postCardBody h3 a:hover{color:var(--blue)}.Blog-module__nbOMAW__postCardBody p{color:var(--text-soft);margin-bottom:18px;font-size:13px;line-height:1.75}.Blog-module__nbOMAW__postReadLink{color:var(--blue);align-items:center;gap:5px;font-size:13px;font-weight:600;display:inline-flex}.Blog-module__nbOMAW__postReadLink svg{stroke:currentColor;fill:none;stroke-width:2.5px;width:13px;height:13px}.Blog-module__nbOMAW__pagination{align-items:center;gap:8px;margin-top:48px;display:flex}.Blog-module__nbOMAW__pageBtn{border:1.5px solid var(--border);width:40px;height:40px;color:var(--text-mid);cursor:pointer;background:#fff;border-radius:8px;justify-content:center;align-items:center;font-family:Inter,sans-serif;font-size:14px;font-weight:600;transition:all .2s;display:flex}.Blog-module__nbOMAW__pageBtn:hover,.Blog-module__nbOMAW__pageBtn.Blog-module__nbOMAW__active{background:var(--blue);border-color:var(--blue);color:#fff}.Blog-module__nbOMAW__pageBtn svg{stroke:currentColor;fill:none;stroke-width:2px;width:16px;height:16px}.Blog-module__nbOMAW__blogSidebar{flex-direction:column;gap:28px;display:flex;position:sticky;top:100px}.Blog-module__nbOMAW__sidebarWidget{border:1px solid var(--border);border-radius:12px;padding:26px 24px}.Blog-module__nbOMAW__sidebarWidget h4{color:var(--text);border-bottom:1px solid var(--border);margin-bottom:18px;padding-bottom:14px;font-size:14px;font-weight:700}.Blog-module__nbOMAW__searchBox{border:1.5px solid var(--border);border-radius:8px;gap:0;display:flex;overflow:hidden}.Blog-module__nbOMAW__searchBox input{color:var(--text);border:none;outline:none;flex:1;padding:11px 14px;font-family:Inter,sans-serif;font-size:14px}.Blog-module__nbOMAW__searchBox button{background:var(--blue);cursor:pointer;border:none;justify-content:center;align-items:center;padding:0 16px;transition:background .2s;display:flex}.Blog-module__nbOMAW__searchBox button:hover{background:#1d4ed8}.Blog-module__nbOMAW__searchBox button svg{stroke:#fff;fill:none;stroke-width:2px;width:16px;height:16px}.Blog-module__nbOMAW__catList{flex-direction:column;gap:4px;display:flex}.Blog-module__nbOMAW__catItem{color:var(--text-mid);border-radius:8px;justify-content:space-between;align-items:center;padding:9px 12px;font-size:14px;transition:all .2s;display:flex}.Blog-module__nbOMAW__catItem:hover{background:var(--blue-pale);color:var(--blue)}.Blog-module__nbOMAW__catCount{color:var(--text-soft);background:var(--off-white);border-radius:100px;padding:2px 8px;font-size:12px;font-weight:700}.Blog-module__nbOMAW__recentPosts{flex-direction:column;gap:16px;display:flex}.Blog-module__nbOMAW__recentPost{align-items:flex-start;gap:14px;display:flex}.Blog-module__nbOMAW__recentPost img{object-fit:cover;border-radius:6px;flex-shrink:0;width:64px;height:48px}.Blog-module__nbOMAW__recentPostTitle{color:var(--text);margin-bottom:4px;font-size:13px;font-weight:600;line-height:1.5;transition:color .2s}.Blog-module__nbOMAW__recentPostTitle:hover{color:var(--blue)}.Blog-module__nbOMAW__recentPostDate{color:var(--text-soft);font-size:12px}.Blog-module__nbOMAW__tagCloud{flex-wrap:wrap;gap:8px;display:flex}.Blog-module__nbOMAW__tagCloudItem{background:var(--off-white);border:1px solid var(--border);color:var(--text-mid);border-radius:100px;padding:5px 14px;font-size:12px;font-weight:600;transition:all .2s}.Blog-module__nbOMAW__tagCloudItem:hover{background:var(--blue);border-color:var(--blue);color:#fff}@media (max-width:1100px){.Blog-module__nbOMAW__blogLayout{grid-template-columns:1fr}.Blog-module__nbOMAW__blogSidebar{position:static}.Blog-module__nbOMAW__postsGrid{grid-template-columns:1fr}}@media (max-width:720px){.Blog-module__nbOMAW__blogLayout{grid-template-columns:1fr}.Blog-module__nbOMAW__blogSidebar{position:static}.Blog-module__nbOMAW__postsGrid{grid-template-columns:1fr}.Blog-module__nbOMAW__blogCats{flex-wrap:wrap}.Blog-module__nbOMAW__blogFeaturedBody{padding:22px 24px 26px}}.Blog-module__nbOMAW__filterState{color:var(--text-muted,#94a3b8);background:#3b82f614;border:1px solid #3b82f633;border-radius:8px;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;padding:.75rem 1rem;font-size:.9rem;display:flex}.Blog-module__nbOMAW__clearFilter{color:#60a5fa;cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #3b82f64d;border-radius:6px;padding:.25rem .75rem;font-size:.85rem;transition:background .2s}.Blog-module__nbOMAW__clearFilter:hover{background:#3b82f61a}.Blog-module__nbOMAW__catItem{cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;display:flex}.Blog-module__nbOMAW__catItemActive{color:#3b82f6;font-weight:600}.Blog-module__nbOMAW__tagCloudItem{cursor:pointer;border:inherit;background:0 0}.Blog-module__nbOMAW__tagActive{color:#fff!important;background:#3b82f6!important;border-color:#3b82f6!important}
