.Header-module__KHjLKa__header{z-index:1000;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#f8f9fbeb;border-bottom:1px solid #e5e9efe6;position:sticky;top:0}.Header-module__KHjLKa__inner{grid-template-columns:1fr auto 1fr;align-items:center;height:74px;display:grid}.Header-module__KHjLKa__logo{font-family:var(--font-heading);color:var(--color-brand);letter-spacing:-.06em;justify-self:start;font-size:28px;font-weight:900;line-height:1}.Header-module__KHjLKa__nav{justify-self:center;align-items:center;gap:26px;display:flex}.Header-module__KHjLKa__nav a{color:var(--color-muted);font-size:14px;font-weight:850;position:relative}.Header-module__KHjLKa__nav a:hover{color:var(--color-brand)}.Header-module__KHjLKa__nav a:after{content:"";background:var(--color-brand);border-radius:999px;height:2px;transition:all .2s;position:absolute;bottom:-8px;left:0;right:0;transform:scaleX(0)}.Header-module__KHjLKa__nav a:hover:after{transform:scaleX(1)}.Header-module__KHjLKa__actions{justify-self:end;align-items:center;gap:10px;display:flex}.Header-module__KHjLKa__searchIcon,.Header-module__KHjLKa__menuButton{border:1px solid var(--color-line);width:42px;height:42px;color:var(--color-text);cursor:pointer;background:#fff;border-radius:999px;place-items:center;font-size:18px;font-weight:900;line-height:1;display:grid;box-shadow:0 14px 40px #0f172a0f}.Header-module__KHjLKa__searchIcon:hover,.Header-module__KHjLKa__menuButton:hover{color:var(--color-brand);border-color:var(--color-brand)}.Header-module__KHjLKa__menuButton{display:none}.Header-module__KHjLKa__drawerOverlay,.Header-module__KHjLKa__searchOverlay{z-index:3000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f172a7a;position:fixed;inset:0}.Header-module__KHjLKa__drawer{background:#fff;border-radius:28px;width:min(420px,100% - 28px);height:calc(100% - 28px);margin:14px;padding:24px;box-shadow:0 30px 90px #0f172a3d}.Header-module__KHjLKa__drawerTop{justify-content:space-between;align-items:center;margin-bottom:34px;display:flex}.Header-module__KHjLKa__drawerLogo{font-family:var(--font-heading);color:var(--color-brand);letter-spacing:-.06em;font-size:30px;font-weight:900}.Header-module__KHjLKa__closeButton,.Header-module__KHjLKa__closeSearch{border:1px solid var(--color-line);cursor:pointer;background:#fff;border-radius:999px;width:44px;height:44px;font-size:26px;line-height:1}.Header-module__KHjLKa__drawerNav{gap:14px;display:grid}.Header-module__KHjLKa__drawerNav a,.Header-module__KHjLKa__drawerNav button{color:var(--color-text);text-align:left;cursor:pointer;background:#f7f8fa;border:0;border-radius:18px;padding:18px;font-size:22px;font-weight:900}.Header-module__KHjLKa__searchOverlay{place-items:start center;padding:90px 18px;display:grid}.Header-module__KHjLKa__searchBox{background:#fff;border-radius:32px;width:min(760px,100%);padding:42px;position:relative;box-shadow:0 30px 100px #0f172a3d}.Header-module__KHjLKa__closeSearch{position:absolute;top:18px;right:18px}.Header-module__KHjLKa__searchEyebrow{color:var(--color-brand);text-transform:uppercase;font-size:13px;font-weight:900}.Header-module__KHjLKa__searchBox h2{margin:12px 0 24px;font-size:42px}.Header-module__KHjLKa__searchBox form{gap:12px;display:flex}.Header-module__KHjLKa__searchBox input{border:1px solid var(--color-line);border-radius:18px;flex:1;padding:18px 22px;font-size:18px}.Header-module__KHjLKa__searchBox form button{background:var(--color-brand);color:#fff;cursor:pointer;border:0;border-radius:18px;padding:18px 26px;font-weight:900}@media (max-width:840px){.Header-module__KHjLKa__inner{grid-template-columns:44px 1fr 44px;height:62px;padding:0}.Header-module__KHjLKa__logo{grid-column:2;place-self:center;font-size:22px}.Header-module__KHjLKa__nav{display:none}.Header-module__KHjLKa__actions{display:contents}.Header-module__KHjLKa__menuButton{grid-area:1/1;place-self:center start;display:grid}.Header-module__KHjLKa__searchIcon{grid-area:1/3;place-self:center end}.Header-module__KHjLKa__searchIcon,.Header-module__KHjLKa__menuButton{width:36px;height:36px;font-size:15px;box-shadow:0 8px 22px #0f172a14}}@media (max-width:640px){.Header-module__KHjLKa__searchBox{padding:34px 22px}.Header-module__KHjLKa__searchBox h2{font-size:34px}.Header-module__KHjLKa__searchBox form{flex-direction:column}}.Header-module__KHjLKa__megaWrap{position:relative}.Header-module__KHjLKa__mega{border:1px solid var(--color-line);opacity:0;pointer-events:none;background:#fff;border-radius:26px;grid-template-columns:1fr 1fr;gap:24px;width:520px;padding:24px;transition:all .2s;display:grid;position:absolute;top:34px;left:50%;transform:translate(-50%)translateY(8px);box-shadow:0 30px 90px #0f172a29}.Header-module__KHjLKa__megaWrap:hover .Header-module__KHjLKa__mega{opacity:1;pointer-events:auto;transform:translate(-50%)translateY(0)}.Header-module__KHjLKa__mega span{color:var(--color-brand);text-transform:uppercase;font-size:12px;font-weight:900}.Header-module__KHjLKa__mega h3{margin:8px 0;font-size:24px}.Header-module__KHjLKa__mega p{color:var(--color-muted);margin:0;line-height:1.5}.Header-module__KHjLKa__megaLinks{gap:10px;display:grid}.Header-module__KHjLKa__megaLinks a{background:#f7f8fa;border-radius:14px;padding:12px;font-weight:900}.Header-module__KHjLKa__megaLinks a:hover{background:#eef7f4}.Header-module__KHjLKa__drawerTools{border-top:1px solid var(--color-line);gap:10px;margin-top:28px;padding-top:22px;display:grid}.Header-module__KHjLKa__drawerTools span{color:var(--color-muted);text-transform:uppercase;letter-spacing:.08em;font-size:12px;font-weight:900}.Header-module__KHjLKa__drawerTools a{color:var(--color-brand);background:#eef7f4;border-radius:16px;padding:14px 16px;font-weight:900}
.Footer-module__yg9ahW__footer{color:#fff;background:radial-gradient(circle at 20% 0,#10b98138,#0000 30%),#071f1d;margin-top:90px;padding:76px 0 34px}.Footer-module__yg9ahW__grid{gap:34px;display:grid}.Footer-module__yg9ahW__logo{font-family:var(--font-heading);letter-spacing:-.06em;margin-bottom:16px;font-size:34px;font-weight:900;display:inline-block}.Footer-module__yg9ahW__grid p{color:#ffffffad;max-width:460px}.Footer-module__yg9ahW__links{flex-wrap:wrap;gap:14px;display:flex}.Footer-module__yg9ahW__links a{background:#ffffff14;border-radius:999px;padding:10px 14px;font-weight:800}.Footer-module__yg9ahW__links a:hover{background:#ffffff24}.Footer-module__yg9ahW__bottom{color:#ffffff85;border-top:1px solid #ffffff1f;justify-content:space-between;gap:18px;margin-top:54px;padding-top:24px;font-size:14px;display:flex}@media (min-width:820px){.Footer-module__yg9ahW__grid{grid-template-columns:1fr auto;align-items:start}}@media (max-width:720px){.Footer-module__yg9ahW__bottom{flex-direction:column}}
.Hero-module__ejOdHG__hero{margin:34px 0 54px}.Hero-module__ejOdHG__card{aspect-ratio:16/6.8;background:#071f1d;border-radius:30px;display:block;position:relative;overflow:hidden;box-shadow:0 30px 90px #0f172a1f}.Hero-module__ejOdHG__image{object-fit:cover;transform:scale(1.02)}.Hero-module__ejOdHG__overlay{background:linear-gradient(90deg,#071f1deb 0%,#071f1d9e 45%,#071f1d2e 100%),linear-gradient(#0000000d,#00000059);position:absolute;inset:0}.Hero-module__ejOdHG__content{z-index:2;max-width:720px;position:absolute;bottom:46px;left:56px;right:56px}.Hero-module__ejOdHG__category{color:#fff;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);text-transform:uppercase;letter-spacing:.08em;background:#ffffff29;border-radius:999px;padding:8px 14px;font-size:12px;font-weight:800;display:inline-flex}.Hero-module__ejOdHG__title{color:#fff;letter-spacing:-.065em;max-width:760px;font-size:clamp(42px,5.2vw,70px);line-height:.94;font-family:var(--font-heading);margin:18px 0 16px}.Hero-module__ejOdHG__excerpt{color:#ffffffc7;max-width:560px;font-size:17px;line-height:1.65}.Hero-module__ejOdHG__readmore{color:#fff;align-items:center;margin-top:24px;font-size:15px;font-weight:800;display:inline-flex}@media (max-width:900px){.Hero-module__ejOdHG__hero{margin:18px 0 42px}.Hero-module__ejOdHG__card{aspect-ratio:4/4.8;border-radius:26px}.Hero-module__ejOdHG__overlay{background:linear-gradient(#071f1d1f 0%,#071f1de0 100%)}.Hero-module__ejOdHG__content{bottom:24px;left:22px;right:22px}.Hero-module__ejOdHG__title{font-size:40px}.Hero-module__ejOdHG__excerpt{font-size:15px}}
.TrendingBar-module__2E8BoW__bar{margin:18px 0 36px}.TrendingBar-module__2E8BoW__inner{border:1px solid var(--color-line);background:#fff;border-radius:999px;align-items:center;gap:18px;padding:14px 18px;display:flex;overflow:hidden}.TrendingBar-module__2E8BoW__inner strong{color:var(--color-brand);flex:none;font-weight:900}.TrendingBar-module__2E8BoW__links{white-space:nowrap;gap:20px;display:flex;overflow:hidden}.TrendingBar-module__2E8BoW__links a{color:var(--color-muted);font-size:14px;font-weight:800}.TrendingBar-module__2E8BoW__links a:hover{color:var(--color-brand)}@media (max-width:720px){.TrendingBar-module__2E8BoW__inner{border-radius:22px;flex-direction:column;align-items:flex-start}.TrendingBar-module__2E8BoW__links{width:100%;padding-bottom:4px;overflow-x:auto}}
.ArticleHero-module__Axi5Tq__header{max-width:860px;margin:48px auto 40px}.ArticleHero-module__Axi5Tq__category{color:#0b7d63;background:#eef7f4;border-radius:999px;padding:8px 14px;font-size:13px;font-weight:700;display:inline-flex}.ArticleHero-module__Axi5Tq__header h1{letter-spacing:-.06em;font-size:clamp(44px,6vw,78px);line-height:.92;font-family:var(--font-heading);margin:18px 0}.ArticleHero-module__Axi5Tq__meta{color:#666;font-size:15px}.ArticleHero-module__Axi5Tq__imageWrap{aspect-ratio:16/9;border-radius:28px;margin-bottom:48px;position:relative;overflow:hidden}.ArticleHero-module__Axi5Tq__image{object-fit:cover}
.StatsStrip-module__2I9myW__strip{margin:-22px 0 64px}.StatsStrip-module__2I9myW__grid{grid-template-columns:repeat(4,1fr);gap:14px;display:grid}.StatsStrip-module__2I9myW__item{border:1px solid var(--color-line);background:#fff;border-radius:22px;padding:22px;box-shadow:0 18px 50px #0f172a0f}.StatsStrip-module__2I9myW__item strong{letter-spacing:-.05em;font-size:28px;line-height:1;font-family:var(--font-heading);display:block}.StatsStrip-module__2I9myW__item span{color:var(--color-muted);text-transform:uppercase;margin-top:8px;font-size:13px;font-weight:800;display:block}@media (max-width:720px){.StatsStrip-module__2I9myW__grid{grid-template-columns:repeat(2,1fr)}}
.ArticleContent-module__ihaygW__content{color:#222;max-width:820px;margin:0 auto;font-size:20px;line-height:1.95}.ArticleContent-module__ihaygW__content p{margin:0 0 30px}.ArticleContent-module__ihaygW__content h2{letter-spacing:-.04em;margin:70px 0 24px;font-size:42px;line-height:1.05}.ArticleContent-module__ihaygW__content h3{margin:50px 0 18px;font-size:30px}.ArticleContent-module__ihaygW__content ul,.ArticleContent-module__ihaygW__content ol{margin:24px 0 32px 26px}.ArticleContent-module__ihaygW__content li{margin-bottom:12px}.ArticleContent-module__ihaygW__content img{border-radius:24px;width:100%;height:auto;margin:40px 0}.ArticleContent-module__ihaygW__content blockquote{background:#f6fbf9;border-left:5px solid #00b386;border-radius:20px;margin:50px 0;padding:32px;font-size:24px;font-weight:600;line-height:1.7}.ArticleContent-module__ihaygW__content a{color:#00a878;text-decoration:none}.ArticleContent-module__ihaygW__content a:hover{text-decoration:underline}@media (max-width:768px){.ArticleContent-module__ihaygW__content{font-size:18px;line-height:1.85}.ArticleContent-module__ihaygW__content h2{font-size:34px}.ArticleContent-module__ihaygW__content h3{font-size:26px}.ArticleContent-module__ihaygW__content blockquote{font-size:20px}}
.PostCard-module__jOqw4G__card{border:1px solid var(--color-line);background:#fff;border-radius:24px;transition:all .25s;display:block;overflow:hidden}.PostCard-module__jOqw4G__card:hover{transform:translateY(-6px);box-shadow:0 20px 60px #00000014}.PostCard-module__jOqw4G__imageWrap{aspect-ratio:16/10;position:relative;overflow:hidden}.PostCard-module__jOqw4G__image{object-fit:cover;transition:transform .6s}.PostCard-module__jOqw4G__card:hover .PostCard-module__jOqw4G__image{transform:scale(1.05)}.PostCard-module__jOqw4G__body{padding:20px}.PostCard-module__jOqw4G__category{color:var(--color-brand);text-transform:uppercase;letter-spacing:.08em;margin-bottom:10px;font-size:12px;font-weight:700;display:inline-block}.PostCard-module__jOqw4G__title{letter-spacing:-.03em;font-size:22px;line-height:1.2;font-family:var(--font-heading);margin:0}
.CategorySection-module__EHteta__section{margin:76px 0}.CategorySection-module__EHteta__head{justify-content:space-between;align-items:end;gap:20px;margin-bottom:28px;display:flex}.CategorySection-module__EHteta__head h2{letter-spacing:-.055em;margin:0;font-size:38px}.CategorySection-module__EHteta__head a{color:var(--color-brand);font-weight:900}.CategorySection-module__EHteta__grid,.CategorySection-module__EHteta__featureGrid,.CategorySection-module__EHteta__sideGrid{gap:24px;display:grid}@media (min-width:900px){.CategorySection-module__EHteta__grid{grid-template-columns:repeat(4,1fr)}.CategorySection-module__EHteta__featureGrid{grid-template-columns:1.2fr 1fr;align-items:start}.CategorySection-module__EHteta__sideGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:720px){.CategorySection-module__EHteta__head{flex-direction:column;align-items:start}.CategorySection-module__EHteta__head h2{font-size:32px}}
.RelatedArticles-module__xJvFLG__section{max-width:1120px;margin:90px auto}.RelatedArticles-module__xJvFLG__section h2{margin-bottom:28px;font-size:34px}.RelatedArticles-module__xJvFLG__grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;display:grid}
.Newsletter-module__Gd2CYq__wrapper{margin:90px 0}.Newsletter-module__Gd2CYq__box{color:#fff;text-align:center;background:radial-gradient(circle at 20% 20%,#10b9816b,#0000 34%),linear-gradient(135deg,#071f1d,#0f3d35);border-radius:34px;padding:76px 48px;position:relative;overflow:hidden}.Newsletter-module__Gd2CYq__box h2{margin:0;font-size:clamp(40px,6vw,68px);line-height:.95}.Newsletter-module__Gd2CYq__box p{color:#ffffffbd;max-width:620px;margin:20px auto 40px;font-size:18px}.Newsletter-module__Gd2CYq__form{flex-wrap:wrap;justify-content:center;gap:14px;display:flex}.Newsletter-module__Gd2CYq__form input{border:0;border-radius:16px;width:380px;max-width:100%;padding:18px 22px;font-size:16px}.Newsletter-module__Gd2CYq__form button{color:#fff;cursor:pointer;background:#10b981;border:0;border-radius:16px;padding:18px 32px;font-weight:900}
.PopularFeature-module__YeFrqW__section{margin:84px 0}.PopularFeature-module__YeFrqW__head{justify-content:space-between;align-items:end;margin-bottom:28px;display:flex}.PopularFeature-module__YeFrqW__head h2{margin:0;font-size:38px}.PopularFeature-module__YeFrqW__head a{color:var(--color-brand);font-weight:900}.PopularFeature-module__YeFrqW__layout{gap:24px;display:grid}.PopularFeature-module__YeFrqW__main{color:#fff;background:#071f1d;border-radius:30px;overflow:hidden}.PopularFeature-module__YeFrqW__image{aspect-ratio:16/9;position:relative}.PopularFeature-module__YeFrqW__image img{object-fit:cover}.PopularFeature-module__YeFrqW__mainBody{padding:30px}.PopularFeature-module__YeFrqW__mainBody span{color:#10b981;text-transform:uppercase;font-size:12px;font-weight:900}.PopularFeature-module__YeFrqW__mainBody h3{margin:14px 0 0;font-size:38px;line-height:1}.PopularFeature-module__YeFrqW__list{border:1px solid var(--color-line);background:#fff;border-radius:30px;display:grid;overflow:hidden}.PopularFeature-module__YeFrqW__item{border-bottom:1px solid var(--color-line);grid-template-columns:50px 1fr;gap:18px;padding:23px;display:grid}.PopularFeature-module__YeFrqW__item:last-child{border-bottom:0}.PopularFeature-module__YeFrqW__item strong{color:var(--color-brand);font-size:30px;font-family:var(--font-heading)}.PopularFeature-module__YeFrqW__item h3{margin:0;font-size:23px;line-height:1.12}@media (min-width:900px){.PopularFeature-module__YeFrqW__layout{grid-template-columns:1.15fr .85fr}}
.AuthorBox-module__ml2ANG__box{border:1px solid var(--color-line);background:#fff;border-radius:24px;align-items:center;gap:20px;max-width:820px;margin:70px auto 0;padding:28px;display:flex}.AuthorBox-module__ml2ANG__avatar{background:var(--color-brand);color:#fff;border-radius:50%;place-items:center;width:64px;height:64px;font-size:26px;font-weight:900;display:grid}.AuthorBox-module__ml2ANG__box span{color:var(--color-muted);font-size:13px;font-weight:700}.AuthorBox-module__ml2ANG__box h3{margin:4px 0 8px}.AuthorBox-module__ml2ANG__box p{margin:0}
.MoneyFeature-module__cN5Snq__section{margin:76px 0}.MoneyFeature-module__cN5Snq__head{justify-content:space-between;align-items:end;margin-bottom:28px;display:flex}.MoneyFeature-module__cN5Snq__head h2{margin:0;font-size:38px}.MoneyFeature-module__cN5Snq__head a{color:var(--color-brand);font-weight:900}.MoneyFeature-module__cN5Snq__layout{gap:24px;display:grid}.MoneyFeature-module__cN5Snq__featured{color:#fff;background:#071f1d;border-radius:30px;overflow:hidden}.MoneyFeature-module__cN5Snq__image{aspect-ratio:16/9;position:relative}.MoneyFeature-module__cN5Snq__image img{object-fit:cover}.MoneyFeature-module__cN5Snq__body{padding:30px}.MoneyFeature-module__cN5Snq__body span{color:#10b981;text-transform:uppercase;letter-spacing:.08em;font-size:12px;font-weight:900}.MoneyFeature-module__cN5Snq__body h3{margin:14px 0;font-size:34px;line-height:1}.MoneyFeature-module__cN5Snq__body p{color:#ffffffb8}.MoneyFeature-module__cN5Snq__list{gap:16px;display:grid}.MoneyFeature-module__cN5Snq__item{border:1px solid var(--color-line);background:#fff;border-radius:24px;padding:24px;transition:all .2s}.MoneyFeature-module__cN5Snq__item:hover{transform:translateY(-4px);box-shadow:0 20px 60px #0f172a14}.MoneyFeature-module__cN5Snq__item span{color:var(--color-brand);text-transform:uppercase;font-size:12px;font-weight:900}.MoneyFeature-module__cN5Snq__item h3{margin:10px 0 0;font-size:24px;line-height:1.12}@media (min-width:900px){.MoneyFeature-module__cN5Snq__layout{grid-template-columns:1.25fr .75fr}}
.ArticleProgress-module__WklsDq__bar{z-index:5000;background:0 0;width:100%;height:4px;position:fixed;top:0;left:0}.ArticleProgress-module__WklsDq__bar div{background:var(--color-brand);height:100%}
.ToolsShowcase-module__li8X3W__section{margin:84px 0}.ToolsShowcase-module__li8X3W__head{max-width:720px;margin-bottom:30px}.ToolsShowcase-module__li8X3W__head span{color:var(--color-brand);text-transform:uppercase;letter-spacing:.08em;font-size:12px;font-weight:900}.ToolsShowcase-module__li8X3W__head h2{letter-spacing:-.06em;margin:12px 0;font-size:clamp(38px,6vw,64px);line-height:.95}.ToolsShowcase-module__li8X3W__head p{color:var(--color-muted);font-size:18px}.ToolsShowcase-module__li8X3W__grid{gap:22px;display:grid}.ToolsShowcase-module__li8X3W__card{border:1px solid var(--color-line);background:#fff;border-radius:28px;padding:30px;transition:all .25s}.ToolsShowcase-module__li8X3W__card:hover{transform:translateY(-6px);box-shadow:0 26px 80px #0f172a1a}.ToolsShowcase-module__li8X3W__icon{margin-bottom:18px;font-size:42px}.ToolsShowcase-module__li8X3W__card h3{margin:0 0 10px;font-size:25px}.ToolsShowcase-module__li8X3W__card p{color:var(--color-muted);margin:0 0 22px}.ToolsShowcase-module__li8X3W__card strong{color:var(--color-brand)}@media (min-width:900px){.ToolsShowcase-module__li8X3W__grid{grid-template-columns:repeat(4,1fr)}}
.TableOfContents-module__y9lH4q__box{border:1px solid var(--color-line);background:#fff;border-radius:22px;max-width:820px;margin:0 auto 42px;padding:24px}.TableOfContents-module__y9lH4q__box h3{margin:0 0 16px;font-size:22px}.TableOfContents-module__y9lH4q__box ol{gap:10px;margin:0;padding-left:20px;display:grid}.TableOfContents-module__y9lH4q__box li{color:var(--color-muted);font-weight:700}
.Search-module__R1hZ1q__header{text-align:center;max-width:860px;margin:70px auto 46px}.Search-module__R1hZ1q__header h1{margin:14px 0 28px;font-size:clamp(46px,7vw,82px);line-height:.92}.Search-module__R1hZ1q__form{gap:12px;max-width:720px;margin:0 auto;display:flex}.Search-module__R1hZ1q__form input{border:1px solid var(--color-line);background:#fff;border-radius:18px;flex:1;padding:18px 22px;font-size:17px}.Search-module__R1hZ1q__form button{background:var(--color-brand);color:#fff;cursor:pointer;border:none;border-radius:18px;padding:18px 26px;font-weight:900}.Search-module__R1hZ1q__grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;display:grid}@media (max-width:640px){.Search-module__R1hZ1q__form{flex-direction:column}}
.Tools-module___CjQTq__header{text-align:center;max-width:860px;margin:70px auto 46px}.Tools-module___CjQTq__header h1{margin:14px 0 20px;font-size:clamp(44px,7vw,78px);line-height:.92}.Tools-module___CjQTq__header p{max-width:680px;color:var(--color-muted);margin:0 auto;font-size:18px}.Tools-module___CjQTq__grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:24px;display:grid}.Tools-module___CjQTq__card{border:1px solid var(--color-line);background:#fff;border-radius:28px;padding:34px;transition:all .25s}.Tools-module___CjQTq__card:hover{transform:translateY(-6px);box-shadow:0 24px 70px #0f172a1a}.Tools-module___CjQTq__icon{margin-bottom:20px;font-size:44px}.Tools-module___CjQTq__card h2{margin:0 0 12px;font-size:26px}.Tools-module___CjQTq__card p{margin:0}
.ArticleMeta-module__UMQLKG__meta{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;max-width:820px;margin:0 auto 40px;display:flex}
