@keyframes articleCard_loading-sheen__RPRJj{0%{transform:translateX(-100%)}to{transform:translateX(200%)}}.articleCard_card__MCoZY{display:flex;flex-direction:column;background:var(--color-bg);border-radius:12px;overflow:hidden;border:1px solid var(--color-border);text-decoration:none;color:var(--color-text);height:100%;transition:border-color .2s cubic-bezier(.4,0,.2,1),box-shadow .35s cubic-bezier(.4,0,.2,1),transform .35s cubic-bezier(.4,0,.2,1);will-change:transform}.articleCard_card__MCoZY:hover{border-color:rgba(0,0,0,0);box-shadow:var(--shadow-lg);transform:translateY(-5px)}.articleCard_card__MCoZY:hover .articleCard_title__ulGKj{color:var(--color-accent)}.articleCard_card__MCoZY:hover .articleCard_image__eMAN_{transform:scale(1.06)}.articleCard_card__MCoZY:hover .articleCard_arrowIcon__xTWbS{transform:translateX(3px);opacity:1}.articleCard_imageWrap__AMASI{position:relative;width:100%;aspect-ratio:16/9;background:var(--color-bg-subtle);flex-shrink:0;overflow:hidden;isolation:isolate}.articleCard_imageWrap__AMASI:after{content:"";position:absolute;inset:0;z-index:-1;background-image:linear-gradient(90deg,transparent,var(--color-sheen),transparent);transform:translateX(-100%);animation:articleCard_loading-sheen__RPRJj 1.8s linear infinite;pointer-events:none}.articleCard_imageWrap__AMASI:has(img[data-loaded]):after{content:none}:root[data-offline] .articleCard_imageWrap__AMASI{opacity:.55}:root[data-offline] .articleCard_imageWrap__AMASI:after{animation:none}@media(prefers-reduced-motion:reduce){.articleCard_imageWrap__AMASI:after{animation:none}}.articleCard_image__eMAN_{object-fit:cover;transition:transform .45s cubic-bezier(.4,0,.2,1)}.articleCard_tag__DVQSc{position:absolute;bottom:.75rem;left:.75rem;padding:.18rem .55rem;border-radius:100px;font-size:.62rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.articleCard_tag__DVQSc.articleCard_tag_ai__yk0QY{background:rgba(124,58,237,.9)}.articleCard_tag__DVQSc.articleCard_tag_vpn__w0mlq{background:rgba(2,132,199,.9)}.articleCard_tag__DVQSc.articleCard_tag_saas__0iduP{background:rgba(5,150,105,.9)}.articleCard_tag__DVQSc.articleCard_tag_finance__gw6aG{background:rgba(217,119,6,.9)}.articleCard_badge__jtpbC{position:absolute;top:.75rem;right:.75rem;padding:.18rem .55rem;border-radius:100px;font-size:.62rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.articleCard_badge__jtpbC.articleCard_badge_comparison__SDGcK{background:rgba(17,24,39,.82)}.articleCard_badge__jtpbC.articleCard_badge_roundup__4sIUP{background:rgba(202,138,4,.92)}.articleCard_body__Bac3D{padding:1.125rem 1.25rem 1.25rem;display:flex;flex-direction:column;flex:1 1;gap:.5rem}.articleCard_title__ulGKj{font-size:.9375rem;font-weight:700;line-height:1.4;color:var(--color-heading);transition:color .2s cubic-bezier(.4,0,.2,1);-webkit-line-clamp:2}.articleCard_excerpt__WbYTW,.articleCard_title__ulGKj{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.articleCard_excerpt__WbYTW{font-size:.8125rem;color:var(--color-text-muted);line-height:1.55;-webkit-line-clamp:3;flex:1 1}.articleCard_footer__VO3YE{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:.625rem;border-top:1px solid var(--color-border-soft)}.articleCard_date__qgbqJ{font-size:.72rem;color:var(--color-text-light);font-weight:500}.articleCard_arrowIcon__xTWbS{margin-left:auto;display:flex;align-items:center;color:var(--color-accent);opacity:0;transition:transform .2s cubic-bezier(.4,0,.2,1),opacity .2s cubic-bezier(.4,0,.2,1)}.articleCard_tagBlank__UGX_z{background:rgba(100,116,139,.55)}.articleCard_line___D6YA{position:relative;display:block;height:.72em;border-radius:4px;background-color:var(--color-bg-subtle);overflow:hidden;isolation:isolate}.articleCard_line___D6YA:after{content:"";position:absolute;inset:0;z-index:-1;background-image:linear-gradient(90deg,transparent,var(--color-sheen),transparent);transform:translateX(-100%);animation:articleCard_loading-sheen__RPRJj 1.8s linear infinite;pointer-events:none}.articleCard_line___D6YA:has(img[data-loaded]):after{content:none}:root[data-offline] .articleCard_line___D6YA{opacity:.55}:root[data-offline] .articleCard_line___D6YA:after{animation:none}@media(prefers-reduced-motion:reduce){.articleCard_line___D6YA:after{animation:none}}.articleCard_line___D6YA+.articleCard_line___D6YA{margin-top:.42em;width:72%}.articleCard_title__ulGKj .articleCard_line___D6YA{height:.9em}.articleCard_date__qgbqJ.articleCard_line___D6YA{width:5.5rem;height:.7em}.cardCarousel_carousel__i2w5c{--cols:1;--gap:1.25rem;--nav:40px;--nav-gap:0.75rem;--bleed:1.25rem;--edge:0.25rem;display:grid;grid-template-columns:var(--nav) minmax(0,1fr) var(--nav);column-gap:var(--nav-gap);align-items:center}.cardCarousel_track__a2E4N{grid-column:2;grid-row:1;display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - (var(--cols) - 1)*var(--gap))/var(--cols));column-gap:var(--gap);overflow-x:auto;overflow-y:hidden;overscroll-behavior-x:contain;overflow-anchor:none;scroll-snap-type:x mandatory;scroll-padding-inline:var(--edge);padding:var(--bleed) var(--edge);margin-block:calc(var(--bleed)*-1);scrollbar-width:none;-ms-overflow-style:none}.cardCarousel_track__a2E4N::-webkit-scrollbar{display:none}.cardCarousel_item__yqYqG{min-width:0;display:flex;scroll-snap-align:start}.cardCarousel_item__yqYqG>*{width:100%}.cardCarousel_pending__1IS84{align-items:center;justify-content:center}.cardCarousel_spinner__nAX3w{width:26px;height:26px;border:2px solid var(--color-border);border-top-color:var(--color-accent);border-radius:50%;animation:cardCarousel_spin__J2P1v .7s linear infinite}@keyframes cardCarousel_spin__J2P1v{to{transform:rotate(1turn)}}@media(prefers-reduced-motion:reduce){.cardCarousel_spinner__nAX3w{animation-duration:2s}}.cardCarousel_nav__ZjJAe{grid-row:1;display:flex;align-items:center;justify-content:center;width:var(--nav);height:var(--nav);border-radius:50%;color:var(--color-heading);background:var(--color-bg);border:1px solid var(--color-border);box-shadow:var(--shadow-sm);cursor:pointer;transition:color .2s cubic-bezier(.4,0,.2,1),background .2s cubic-bezier(.4,0,.2,1),border-color .2s cubic-bezier(.4,0,.2,1),opacity .2s cubic-bezier(.4,0,.2,1)}.cardCarousel_nav__ZjJAe:hover:not(:disabled){color:#fff;background:var(--color-accent);border-color:var(--color-accent)}.cardCarousel_nav__ZjJAe:disabled{opacity:.3;box-shadow:none;cursor:default}.cardCarousel_prev__ZXLhQ{grid-column:1}.cardCarousel_next__DB4MP{grid-column:3}.cardCarousel_navIdle__pFnWF{visibility:hidden}@media(min-width:680px){.cardCarousel_carousel__i2w5c{--cols:2}}@media(min-width:920px){.cardCarousel_carousel__i2w5c{--cols:3}}@media(min-width:1280px){.cardCarousel_carousel__i2w5c{--cols:4}}@media(min-width:1660px){.cardCarousel_carousel__i2w5c{--cols:5}}@media(max-width:560px){.cardCarousel_carousel__i2w5c{--nav:32px;--nav-gap:0.5rem;--gap:0.875rem}}@keyframes heroSection_loading-sheen__xqNVB{0%{transform:translateX(-100%)}to{transform:translateX(200%)}}@keyframes heroSection_heroSlideUp__tK6XE{0%{opacity:0;transform:translateY(32px)}to{opacity:1;transform:none}}@keyframes heroSection_fadeUpItem__b2ZgY{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}@keyframes heroSection_slideRight__KcSOC{0%{opacity:0;transform:translateX(-16px)}to{opacity:1;transform:none}}.heroSection_hero__yYsIV{padding-top:71px;background:var(--color-bg);padding-bottom:3rem}.heroSection_layout__9Somi{display:grid;grid-template-columns:1fr 400px;gap:1.5rem;align-items:stretch;padding:2rem 0 0}.heroSection_featured__h8Pew{position:relative;display:flex;flex-direction:column;justify-content:flex-end;border-radius:18px;overflow:hidden;text-decoration:none;color:#fff;min-height:460px;background:#1e293b;transition:box-shadow .35s cubic-bezier(.4,0,.2,1);animation:heroSection_heroSlideUp__tK6XE .85s cubic-bezier(.22,1,.36,1) both}.heroSection_featured__h8Pew:hover{box-shadow:var(--shadow-xl)}.heroSection_featured__h8Pew:hover .heroSection_featuredImg__tD17s{transform:scale(1.04)}.heroSection_featured__h8Pew:hover .heroSection_featuredTitle__Vis9X{text-decoration:underline;text-underline-offset:3px}.heroSection_featured__h8Pew:hover .heroSection_readMore__20U5j svg{transform:translateX(3px)}.heroSection_featuredMedia__goFU8{position:absolute;inset:0;background:var(--color-bg-subtle);overflow:hidden;isolation:isolate}.heroSection_featuredMedia__goFU8:after{content:"";position:absolute;inset:0;z-index:-1;background-image:linear-gradient(90deg,transparent,var(--color-sheen),transparent);transform:translateX(-100%);animation:heroSection_loading-sheen__xqNVB 1.8s linear infinite;pointer-events:none}.heroSection_featuredMedia__goFU8:has(img[data-loaded]):after{content:none}:root[data-offline] .heroSection_featuredMedia__goFU8{opacity:.55}:root[data-offline] .heroSection_featuredMedia__goFU8:after{animation:none}@media(prefers-reduced-motion:reduce){.heroSection_featuredMedia__goFU8:after{animation:none}}.heroSection_featuredImg__tD17s{object-fit:cover;transition:transform .55s cubic-bezier(.4,0,.2,1)}.heroSection_gradient__SZdsJ{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.05) 0,rgba(0,0,0,.08) 35%,rgba(0,0,0,.55) 65%,rgba(0,0,0,.88))}.heroSection_featuredContent__5RZD4{position:relative;padding:5rem 2rem 2rem}.heroSection_featuredMeta__67gAb{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem;animation:heroSection_fadeUpItem__b2ZgY .6s ease .3s both}.heroSection_catPill__Zuqr_{display:inline-block;padding:.2rem .625rem;border-radius:100px;font-size:.65rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#fff}.heroSection_catPill__Zuqr_.heroSection_cat_ai__f0jds{background:#7c3aed}.heroSection_catPill__Zuqr_.heroSection_cat_vpn___vF2L{background:#0284c7}.heroSection_catPill__Zuqr_.heroSection_cat_saas__bawuX{background:#059669}.heroSection_catPill__Zuqr_.heroSection_cat_finance__k8yDA{background:#d97706}.heroSection_topTrendingBadge__QMRX3{display:inline-flex;align-items:center;gap:.3rem;padding:.2rem .625rem;border-radius:100px;font-size:.65rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:#fff;background:var(--color-accent);box-shadow:0 2px 10px rgba(0,0,0,.18)}.heroSection_topTrendingBadge__QMRX3 svg{display:block}.heroSection_featuredBadge__h5xPH{display:inline-flex;align-items:center;gap:.3rem;padding:.2rem .625rem;border-radius:100px;font-size:.65rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;border:1px solid hsla(0,0%,100%,.3);color:hsla(0,0%,100%,.8)}.heroSection_featuredBadge__h5xPH:before{content:"";width:5px;height:5px;background:var(--color-accent);border-radius:50%;display:inline-block}.heroSection_featuredTitle__Vis9X{font-size:clamp(1.35rem,2.5vw,1.75rem);font-weight:800;line-height:1.28;letter-spacing:-.025em;margin-bottom:.75rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;animation:heroSection_fadeUpItem__b2ZgY .65s ease .42s both}.heroSection_featuredExcerpt__T_SLu{font-size:.9rem;line-height:1.55;color:hsla(0,0%,100%,.72);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:1.25rem;animation:heroSection_fadeUpItem__b2ZgY .65s ease .52s both}.heroSection_featuredFooter__1kL02{display:flex;align-items:center;justify-content:space-between}.heroSection_featuredDate__i2rC7{font-size:.78rem;color:hsla(0,0%,100%,.45);font-weight:500}.heroSection_readMore__20U5j{margin-left:auto;display:inline-flex;align-items:center;gap:.375rem;font-size:.8rem;font-weight:700;color:var(--color-accent);letter-spacing:.01em}.heroSection_readMore__20U5j svg{transition:transform .2s cubic-bezier(.4,0,.2,1)}.heroSection_sidebar__hu_y_{display:flex;flex-direction:column;background:var(--color-bg-alt);border:1px solid var(--color-border);border-radius:18px;overflow:hidden;animation:heroSection_heroSlideUp__tK6XE .85s cubic-bezier(.22,1,.36,1) .1s both}.heroSection_sidebarHead__h8H4T{padding:1.125rem 1.25rem .875rem;border-bottom:1px solid var(--color-border);background:var(--color-bg)}.heroSection_trendingLabel__9x82G{font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--color-accent);display:flex;align-items:center;gap:.5rem}.heroSection_trendingLabel__9x82G:before{content:"";display:block;width:12px;height:2px;background:var(--color-accent);border-radius:2px}.heroSection_trendList__JAw4M{display:flex;flex-direction:column;flex:1 1}.heroSection_trendItem___TEQN{border-bottom:1px solid var(--color-border-soft);transition:background .2s cubic-bezier(.4,0,.2,1);animation:heroSection_slideRight__KcSOC .55s cubic-bezier(.22,1,.36,1) both}.heroSection_trendItem___TEQN:first-child{animation-delay:.38s}.heroSection_trendItem___TEQN:nth-child(2){animation-delay:.46s}.heroSection_trendItem___TEQN:nth-child(3){animation-delay:.54s}.heroSection_trendItem___TEQN:nth-child(4){animation-delay:.62s}.heroSection_trendItem___TEQN:nth-child(5){animation-delay:.7s}.heroSection_trendItem___TEQN:last-child{border-bottom:none}.heroSection_trendItem___TEQN:hover{background:var(--color-bg)}.heroSection_trendLink__PpTIg{display:flex;align-items:center;gap:.875rem;width:100%;height:100%;padding:.875rem 1.25rem;text-decoration:none;color:inherit}.heroSection_trendThumb__9Yjfo{position:relative;flex-shrink:0;width:72px;height:56px;border-radius:8px;background:var(--color-bg-subtle);display:block;overflow:hidden;isolation:isolate}.heroSection_trendThumb__9Yjfo:after{content:"";position:absolute;inset:0;z-index:-1;background-image:linear-gradient(90deg,transparent,var(--color-sheen),transparent);transform:translateX(-100%);animation:heroSection_loading-sheen__xqNVB 1.8s linear infinite;pointer-events:none}.heroSection_trendThumb__9Yjfo:has(img[data-loaded]):after{content:none}:root[data-offline] .heroSection_trendThumb__9Yjfo{opacity:.55}:root[data-offline] .heroSection_trendThumb__9Yjfo:after{animation:none}@media(prefers-reduced-motion:reduce){.heroSection_trendThumb__9Yjfo:after{animation:none}}.heroSection_trendItem___TEQN:hover .heroSection_trendThumb__9Yjfo .heroSection_trendThumbImg__KCPVc{transform:scale(1.06)}.heroSection_trendThumbImg__KCPVc{object-fit:cover;transition:transform .45s cubic-bezier(.4,0,.2,1)}.heroSection_trendNum__nvIMR{position:absolute;top:0;left:0;display:flex;align-items:center;justify-content:center;min-width:20px;height:18px;padding:0 .25rem;font-size:.6rem;font-weight:800;color:#fff;background:rgba(0,0,0,.6);border-bottom-right-radius:8px;line-height:1;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.heroSection_trendBody__efw_I{flex:1 1;min-width:0;display:flex;flex-direction:column;gap:.375rem}.heroSection_trendCat__xVHyj{font-size:.62rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:.1rem .45rem;border-radius:100px;color:#fff;width:fit-content}.heroSection_trendCat__xVHyj.heroSection_cat_ai__f0jds{background:#7c3aed}.heroSection_trendCat__xVHyj.heroSection_cat_vpn___vF2L{background:#0284c7}.heroSection_trendCat__xVHyj.heroSection_cat_saas__bawuX{background:#059669}.heroSection_trendCat__xVHyj.heroSection_cat_finance__k8yDA{background:#d97706}.heroSection_trendTitle__U1iNO{font-size:.875rem;font-weight:600;line-height:1.4;color:var(--color-heading);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:color .2s cubic-bezier(.4,0,.2,1)}.heroSection_trendItem___TEQN:hover .heroSection_trendTitle__U1iNO{color:var(--color-accent)}.heroSection_trendDate__LQrOK{font-size:.72rem;color:var(--color-text-light);font-weight:500}@media(max-width:900px){.heroSection_layout__9Somi{grid-template-columns:1fr;padding:1.5rem 0 0}.heroSection_featured__h8Pew{min-height:380px}.heroSection_trendList__JAw4M{display:grid;grid-template-columns:repeat(2,1fr);align-content:start}.heroSection_trendItem___TEQN:nth-child(odd){border-right:1px solid var(--color-border-soft)}.heroSection_trendItem___TEQN:nth-last-child(2):nth-child(odd){border-bottom:none}.heroSection_trendLink__PpTIg{padding:.875rem 1rem}}@media(max-width:679.98px){.heroSection_trendList__JAw4M{display:flex;flex-direction:column}.heroSection_trendItem___TEQN:nth-child(odd){border-right:none}.heroSection_trendItem___TEQN:nth-last-child(2):nth-child(odd){border-bottom:1px solid var(--color-border-soft)}}@media(max-width:500px){.heroSection_featured__h8Pew{min-height:300px}.heroSection_featuredContent__5RZD4{padding:1.5rem}}.heroSection_line__D652H{display:block;position:relative;height:.8em;border-radius:4px;background-color:var(--color-bg-subtle);overflow:hidden;isolation:isolate}.heroSection_line__D652H:after{content:"";position:absolute;inset:0;z-index:-1;background-image:linear-gradient(90deg,transparent,var(--color-sheen),transparent);transform:translateX(-100%);animation:heroSection_loading-sheen__xqNVB 1.8s linear infinite;pointer-events:none}.heroSection_line__D652H:has(img[data-loaded]):after{content:none}:root[data-offline] .heroSection_line__D652H{opacity:.55}:root[data-offline] .heroSection_line__D652H:after{animation:none}@media(prefers-reduced-motion:reduce){.heroSection_line__D652H:after{animation:none}}.heroSection_line__D652H+.heroSection_line__D652H{margin-top:.45em;width:68%}.categorySection_section__9R1zc{padding:3.5rem 0;border-top:1px solid var(--color-border)}.categorySection_head__Rb6gV{display:flex;align-items:flex-end;justify-content:space-between;gap:1.5rem;margin-bottom:2rem;flex-wrap:wrap}.categorySection_headLeft__PftBc{display:flex;flex-direction:column;gap:.25rem}.categorySection_eyebrow__x8ejA{display:inline-flex;align-items:center;gap:.4rem;font-size:.68rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--color-accent);margin-bottom:.25rem}.categorySection_eyebrow__x8ejA .categorySection_dot__ZuXVP{width:6px;height:6px;border-radius:50%;display:inline-block}.categorySection_eyebrow__x8ejA.categorySection_eye_ai__xipK5 .categorySection_dot__ZuXVP{background:#7c3aed}.categorySection_eyebrow__x8ejA.categorySection_eye_vpn___0FPa .categorySection_dot__ZuXVP{background:#0284c7}.categorySection_eyebrow__x8ejA.categorySection_eye_saas__gohZv .categorySection_dot__ZuXVP{background:#059669}.categorySection_eyebrow__x8ejA.categorySection_eye_news__flbjT .categorySection_dot__ZuXVP{background:#dc2626}.categorySection_eyebrow__x8ejA.categorySection_eye_finance__WboHZ .categorySection_dot__ZuXVP{background:#d97706}.categorySection_title__QIosh{font-size:1.625rem;font-weight:800;color:var(--color-heading);letter-spacing:-.025em;line-height:1.2}.categorySection_desc__fNk6b{font-size:.875rem;color:var(--color-text-muted);line-height:1.6;max-width:520px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.categorySection_seeAll__lNlU9{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem 1.125rem;font-size:.8rem;font-weight:700;border-radius:8px;text-decoration:none;white-space:nowrap;flex-shrink:0;transition:background .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1),box-shadow .2s cubic-bezier(.4,0,.2,1);letter-spacing:.01em;border:1.5px solid}.categorySection_seeAll__lNlU9:hover{color:#fff!important;box-shadow:var(--shadow-md)}.categorySection_seeAll__lNlU9.categorySection_seeAll_ai__O4CuF{color:#7c3aed}.categorySection_seeAll__lNlU9.categorySection_seeAll_ai__O4CuF:hover{background:#7c3aed}.categorySection_seeAll__lNlU9.categorySection_seeAll_vpn__64Jm_{color:#0284c7}.categorySection_seeAll__lNlU9.categorySection_seeAll_vpn__64Jm_:hover{background:#0284c7}.categorySection_seeAll__lNlU9.categorySection_seeAll_saas__oI8Wf{color:#059669}.categorySection_seeAll__lNlU9.categorySection_seeAll_saas__oI8Wf:hover{background:#059669}.categorySection_seeAll__lNlU9.categorySection_seeAll_news__80SZW{color:#dc2626}.categorySection_seeAll__lNlU9.categorySection_seeAll_news__80SZW:hover{background:#dc2626}.categorySection_seeAll__lNlU9.categorySection_seeAll_finance__AMIJT{color:#d97706}.categorySection_seeAll__lNlU9.categorySection_seeAll_finance__AMIJT:hover{background:#d97706}.categorySection_grid__hx7z7{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}@media(max-width:1100px){.categorySection_grid__hx7z7{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.categorySection_grid__hx7z7{grid-template-columns:repeat(2,1fr)}.categorySection_section__9R1zc{padding:2.5rem 0}.categorySection_headText___Hxc5{max-width:100%}}@media(max-width:480px){.categorySection_grid__hx7z7{grid-template-columns:1fr}}.home_page__hUAW1{padding-bottom:2rem}.home_latest__qJYAz{padding:3rem 0;background:var(--color-bg-alt);border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border)}.home_latestHead__hwHUg{display:flex;align-items:center;gap:1rem;margin-bottom:1.75rem}.home_latestTitle__ZTgPu{font-size:1.125rem;font-weight:800;color:var(--color-heading);letter-spacing:-.02em;white-space:nowrap}.home_latestLine__6Y4y3{flex:1 1;height:1px;background:linear-gradient(to right,var(--color-border) 0,transparent 100%)}.home_grid__jfMVq{display:grid;grid-template-columns:repeat(4,1fr);gap:1.125rem}.home_card__Y499X{display:flex;flex-direction:column;background:var(--color-bg);border:1px solid var(--color-border);border-radius:12px;overflow:hidden;text-decoration:none;color:var(--color-text);transition:border-color .2s cubic-bezier(.4,0,.2,1),box-shadow .35s cubic-bezier(.4,0,.2,1),transform .35s cubic-bezier(.4,0,.2,1)}.home_card__Y499X:hover{border-color:rgba(0,0,0,0);box-shadow:var(--shadow-lg);transform:translateY(-4px)}.home_card__Y499X:hover .home_cardTitle__WPEdW{color:var(--color-accent)}.home_card__Y499X:hover .home_cardImg__uUPkz{transform:scale(1.06)}.home_cardThumb__UErhk{position:relative;width:100%;aspect-ratio:16/9;background:var(--color-bg-subtle);overflow:hidden;flex-shrink:0}.home_cardImg__uUPkz{object-fit:cover;transition:transform .45s cubic-bezier(.4,0,.2,1)}.home_catChip__EcmBA{position:absolute;bottom:.6rem;left:.6rem;font-size:.6rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:.15rem .5rem;border-radius:100px;color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.home_catChip__EcmBA.home_chip_ai__n1b7U{background:rgba(124,58,237,.9)}.home_catChip__EcmBA.home_chip_vpn__8cQAT{background:rgba(2,132,199,.9)}.home_catChip__EcmBA.home_chip_saas__XU5VZ{background:rgba(5,150,105,.9)}.home_catChip__EcmBA.home_chip_news__L1NDD{background:rgba(220,38,38,.9)}.home_catChip__EcmBA.home_chip_finance__cf8tP{background:rgba(217,119,6,.9)}.home_cardBody__bkART{padding:1rem;display:flex;flex-direction:column;gap:.4rem;flex:1 1}.home_cardTitle__WPEdW{font-size:.875rem;font-weight:700;line-height:1.4;color:var(--color-heading);transition:color .2s cubic-bezier(.4,0,.2,1)}.home_cardExcerpt__qROrs,.home_cardTitle__WPEdW{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.home_cardExcerpt__qROrs{font-size:.78rem;color:var(--color-text-muted);flex:1 1;line-height:1.5}.home_cardDate__QyU6H{font-size:.7rem;color:var(--color-text-light);font-weight:500;margin-top:.25rem}@media(max-width:1100px){.home_grid__jfMVq{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.home_grid__jfMVq{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.home_grid__jfMVq{grid-template-columns:1fr}}