.BlogFeatured-module__9YpmTa__section{background:var(--bg-dark);padding:8rem 0 4rem}.BlogFeatured-module__9YpmTa__container{background:#1a1a1c;border:1px solid #ffffff0d;border-radius:20px;grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid;overflow:hidden}.BlogFeatured-module__9YpmTa__imageWrapper{background:#0f1115;height:100%;min-height:500px;position:relative;overflow:hidden}.BlogFeatured-module__9YpmTa__imageWrapper:after{content:"";pointer-events:none;z-index:1;background:linear-gradient(90deg,#0000,#1a1a1c);width:40%;position:absolute;top:0;bottom:0;right:0}.BlogFeatured-module__9YpmTa__image{object-fit:cover;transition:transform .5s}.BlogFeatured-module__9YpmTa__imageWrapper:hover .BlogFeatured-module__9YpmTa__image{transform:scale(1.05)}.BlogFeatured-module__9YpmTa__content{flex-direction:column;justify-content:center;padding:3rem;display:flex}.BlogFeatured-module__9YpmTa__badge{color:var(--primary);letter-spacing:.05em;text-transform:uppercase;background:#f403;border-radius:4px;align-self:flex-start;margin-bottom:1.5rem;padding:.25rem .75rem;font-size:.75rem;font-weight:700}.BlogFeatured-module__9YpmTa__title{color:#fff;margin-bottom:1rem;font-size:2.5rem;font-weight:800;line-height:1.2}.BlogFeatured-module__9YpmTa__excerpt{color:var(--text-secondary);margin-bottom:2rem;font-size:1.125rem;line-height:1.6}.BlogFeatured-module__9YpmTa__meta{align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.BlogFeatured-module__9YpmTa__authorImg{background:#333;border-radius:50%;width:40px;height:40px}.BlogFeatured-module__9YpmTa__metaInfo{flex-direction:column;font-size:.875rem;display:flex}.BlogFeatured-module__9YpmTa__authorName{color:#fff;font-weight:600}.BlogFeatured-module__9YpmTa__dateDiff{color:var(--text-secondary)}.BlogFeatured-module__9YpmTa__readLink{color:var(--primary);cursor:pointer;align-items:center;gap:.5rem;font-weight:600;text-decoration:none;transition:color .3s;display:inline-flex}.BlogFeatured-module__9YpmTa__readLink:hover{color:#fff}@media (max-width:1024px){.BlogFeatured-module__9YpmTa__container{grid-template-columns:1fr}.BlogFeatured-module__9YpmTa__imageWrapper{min-height:300px}}
.BlogFeed-module__E1t2RG__section{background:var(--bg-dark);padding-bottom:6rem}.BlogFeed-module__E1t2RG__filterBarDesktop{flex-wrap:wrap;gap:.75rem;margin-bottom:3rem;display:flex}.BlogFeed-module__E1t2RG__filterButton{color:var(--text-secondary);cursor:pointer;background:#ffffff0d;border:1px solid #ffffff0d;border-radius:2rem;padding:.5rem 1.25rem;font-size:.875rem;font-weight:500;transition:all .2s}.BlogFeed-module__E1t2RG__filterButton:hover{color:#fff;background:#ffffff1a}.BlogFeed-module__E1t2RG__filterButton.BlogFeed-module__E1t2RG__active{background:var(--primary);color:#fff;border-color:var(--primary)}.BlogFeed-module__E1t2RG__filterDropdownWrapper{margin-bottom:2rem;display:none;position:relative}.BlogFeed-module__E1t2RG__filterDropdownButton{color:#fff;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:.5rem;justify-content:space-between;align-items:center;width:100%;padding:.875rem 1.25rem;font-size:.9375rem;font-weight:500;transition:all .2s;display:flex}.BlogFeed-module__E1t2RG__filterDropdownButton:hover{background:#ffffff14;border-color:#ffffff26}.BlogFeed-module__E1t2RG__filterDropdownButton svg{transition:transform .2s}.BlogFeed-module__E1t2RG__dropdownIconOpen{transform:rotate(180deg)}.BlogFeed-module__E1t2RG__filterDropdownMenu{z-index:10;background:#1a1a1d;border:1px solid #ffffff1a;border-radius:.5rem;position:absolute;top:calc(100% + .5rem);left:0;right:0;overflow:hidden;box-shadow:0 10px 30px #00000080}.BlogFeed-module__E1t2RG__filterDropdownItem{text-align:left;width:100%;color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-bottom:1px solid #ffffff0d;padding:.875rem 1.25rem;font-size:.9375rem;font-weight:500;transition:all .15s}.BlogFeed-module__E1t2RG__filterDropdownItem:last-child{border-bottom:none}.BlogFeed-module__E1t2RG__filterDropdownItem:hover{color:#fff;background:#ffffff0d}.BlogFeed-module__E1t2RG__filterDropdownItem.BlogFeed-module__E1t2RG__active{color:var(--primary);background:#ff6b001a}.BlogFeed-module__E1t2RG__grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.BlogFeed-module__E1t2RG__card{background:0 0;border-radius:12px;flex-direction:column;text-decoration:none;transition:transform .3s;display:flex;overflow:hidden}.BlogFeed-module__E1t2RG__card:hover{transform:translateY(-5px)}.BlogFeed-module__E1t2RG__imageWrapper{aspect-ratio:16/9;background:#252528;border-radius:12px;width:100%;margin-bottom:1.5rem;position:relative;overflow:hidden}.BlogFeed-module__E1t2RG__cardImage{object-fit:cover;transition:transform .5s}.BlogFeed-module__E1t2RG__card:hover .BlogFeed-module__E1t2RG__cardImage{transform:scale(1.05)}.BlogFeed-module__E1t2RG__category{color:var(--primary);text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:.75rem;font-weight:700;display:flex}.BlogFeed-module__E1t2RG__categoryDot{background:var(--primary);border-radius:50%;width:6px;height:6px}.BlogFeed-module__E1t2RG__cardTitle{color:#fff;margin-bottom:.75rem;font-size:1.25rem;font-weight:700;line-height:1.4}.BlogFeed-module__E1t2RG__cardExcerpt{color:var(--text-secondary);-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;margin-bottom:1.5rem;font-size:.9375rem;line-height:1.6;display:-webkit-box;overflow:hidden}.BlogFeed-module__E1t2RG__cardMeta{color:#fff6;margin-top:auto;font-size:.75rem}@media (max-width:1024px){.BlogFeed-module__E1t2RG__grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (max-width:768px){.BlogFeed-module__E1t2RG__section{padding-bottom:4rem}.BlogFeed-module__E1t2RG__filterBarDesktop{display:none}.BlogFeed-module__E1t2RG__filterDropdownWrapper{display:block}.BlogFeed-module__E1t2RG__grid{grid-template-columns:1fr;gap:2rem}.BlogFeed-module__E1t2RG__cardTitle{font-size:1.125rem}.BlogFeed-module__E1t2RG__cardExcerpt{-webkit-line-clamp:2;line-clamp:2;font-size:.875rem}.BlogFeed-module__E1t2RG__imageWrapper{margin-bottom:1.25rem}}@media (max-width:480px){.BlogFeed-module__E1t2RG__section{padding-bottom:3rem}.BlogFeed-module__E1t2RG__grid{gap:1.5rem}.BlogFeed-module__E1t2RG__cardTitle{margin-bottom:.5rem;font-size:1rem}.BlogFeed-module__E1t2RG__cardExcerpt{margin-bottom:1rem;font-size:.8125rem}.BlogFeed-module__E1t2RG__category{margin-bottom:.5rem;font-size:.6875rem}}
