.blog-module__JsT-Oq__blogWrapper{background:var(--background);min-height:100vh;color:var(--foreground)}.blog-module__JsT-Oq__heroSection{background:var(--background);border-bottom:1px solid var(--border-color);padding:100px 0 60px;position:relative;overflow:hidden}.blog-module__JsT-Oq__bgGrid{pointer-events:none;background-image:linear-gradient(90deg,#00000005 1px,#0000 1px),linear-gradient(#00000005 1px,#0000 1px);background-size:14px 24px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(60% 50% at 50% 100%,#000 70%,#0000 100%);mask-image:radial-gradient(60% 50% at 50% 100%,#000 70%,#0000 100%)}.dark .blog-module__JsT-Oq__bgGrid{background-image:linear-gradient(90deg,#ffffff05 1px,#0000 1px),linear-gradient(#ffffff05 1px,#0000 1px)}.blog-module__JsT-Oq__glowSpot1{z-index:0;filter:blur(120px);pointer-events:none;background:#3b82f60f;border-radius:50%;width:450px;height:450px;position:absolute;top:0;left:20%}.blog-module__JsT-Oq__glowSpot2{z-index:0;filter:blur(130px);pointer-events:none;background:#8b5cf60f;border-radius:50%;width:480px;height:480px;position:absolute;bottom:0;right:20%}.blog-module__JsT-Oq__container{max-width:var(--container-max-width);padding:0 var(--container-padding-x);z-index:10;margin:0 auto;position:relative}.blog-module__JsT-Oq__heroContent{text-align:center;flex-direction:column;align-items:center;max-width:850px;margin:0 auto;display:flex}.blog-module__JsT-Oq__heroTag{background:var(--bg-subtle);border:1px solid var(--border-color);color:var(--muted-color);text-transform:uppercase;letter-spacing:.05em;border-radius:999px;align-items:center;gap:8px;margin-bottom:24px;padding:6px 14px;font-size:.725rem;font-weight:700;display:inline-flex}.blog-module__JsT-Oq__tagDot{background:#3b82f6;border-radius:50%;flex-shrink:0;width:6px;height:6px;animation:1.5s infinite blog-module__JsT-Oq__pulse;display:inline-block}@keyframes blog-module__JsT-Oq__pulse{0%{transform:scale(.95);box-shadow:0 0 #3b82f6b3}70%{transform:scale(1);box-shadow:0 0 0 6px #3b82f600}to{transform:scale(.95);box-shadow:0 0 #3b82f600}}.blog-module__JsT-Oq__heroTitle{color:var(--foreground);letter-spacing:-.02em;margin-bottom:20px;font-size:3.25rem;font-weight:850;line-height:1.15}.blog-module__JsT-Oq__heroTitle span{background:linear-gradient(90deg,#3b82f6,#8b5cf6,#1baf7a);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.blog-module__JsT-Oq__heroSubtitle{color:var(--muted-color);max-width:640px;font-size:1.15rem;line-height:1.625}.blog-module__JsT-Oq__toolbarSection{background:var(--bg-subtle);border-bottom:1px solid var(--border-color);z-index:20;padding:24px 0;position:relative}.blog-module__JsT-Oq__toolbarRow{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:24px;display:flex}.blog-module__JsT-Oq__categoriesList{flex-wrap:wrap;gap:10px;display:flex}.blog-module__JsT-Oq__categoryPill{color:var(--muted-color);border:1px solid var(--border-color);cursor:pointer;box-shadow:var(--shadow-sm);background:#fff;border-radius:99px;padding:10px 20px;font-size:.85rem;font-weight:700;transition:all .25s cubic-bezier(.16,1,.3,1)}.dark .blog-module__JsT-Oq__categoryPill{background:#0f0f11;border-color:#ffffff0d}.blog-module__JsT-Oq__categoryPill:hover{color:var(--foreground);border-color:var(--muted-color);transform:translateY(-1px)}.blog-module__JsT-Oq__categoryPillActive{background:var(--foreground)!important;color:var(--background)!important;border-color:var(--foreground)!important;box-shadow:0 4px 12px #00000014!important}.dark .blog-module__JsT-Oq__categoryPillActive{box-shadow:0 4px 12px #ffffff0d!important}.blog-module__JsT-Oq__searchWrapper{width:100%;max-width:320px;position:relative}.blog-module__JsT-Oq__searchIcon{width:16px;height:16px;color:var(--muted-color);pointer-events:none;position:absolute;top:50%;left:14px;transform:translateY(-50%)}.blog-module__JsT-Oq__searchInput{border:1px solid var(--border-color);width:100%;color:var(--foreground);box-shadow:var(--shadow-sm);background:#fff;border-radius:10px;outline:none;padding:12px 16px 12px 42px;font-size:.875rem;transition:all .25s}.dark .blog-module__JsT-Oq__searchInput{background:#09090b;border-color:#ffffff0d}.blog-module__JsT-Oq__searchInput:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f626}.blog-module__JsT-Oq__contentSection{padding:64px 0}.blog-module__JsT-Oq__sectionHeading{color:var(--foreground);letter-spacing:-.015em;border-bottom:1.5px solid var(--border-color);align-items:center;gap:8px;margin-bottom:28px;padding-bottom:12px;font-size:1.35rem;font-weight:850;display:flex}.blog-module__JsT-Oq__sectionHeading:before{content:"";background:linear-gradient(#3b82f6,#8b5cf6);border-radius:4px;width:4px;height:18px;display:inline-block}.blog-module__JsT-Oq__featuredContainer{margin-bottom:56px}.blog-module__JsT-Oq__featuredCard{border:1px solid var(--border-color);border-radius:var(--radius-card);background:#fff;grid-template-columns:1.15fr .85fr;transition:all .4s cubic-bezier(.16,1,.3,1);display:grid;overflow:hidden;box-shadow:0 4px 20px -10px #0000000d}.dark .blog-module__JsT-Oq__featuredCard{background:#0f0f11;border-color:#ffffff0d;box-shadow:0 10px 40px -20px #00000080}.blog-module__JsT-Oq__featuredCard:hover{box-shadow:var(--shadow-lg);border-color:var(--muted-color);transform:translateY(-4px)}.blog-module__JsT-Oq__featuredImageWrapper{aspect-ratio:16/10;background:var(--bg-subtle);position:relative;overflow:hidden}.blog-module__JsT-Oq__featuredImage{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.16,1,.3,1)}.blog-module__JsT-Oq__featuredCard:hover .blog-module__JsT-Oq__featuredImage{transform:scale(1.03)}.blog-module__JsT-Oq__gradientFallback{background:linear-gradient(135deg,#091338 0%,#04061a 100%);width:100%;height:100%;position:relative}.blog-module__JsT-Oq__cardCategoryBadge{color:#09090b;text-transform:uppercase;letter-spacing:.05em;box-shadow:var(--shadow-sm);background:#fff;border:1px solid #0000;border-radius:6px;padding:6px 12px;font-size:.675rem;font-weight:800;position:absolute;top:20px;left:20px}.dark .blog-module__JsT-Oq__cardCategoryBadge{color:#fff;background:#09090b;border-color:#ffffff14}.blog-module__JsT-Oq__featuredInfo{flex-direction:column;justify-content:center;padding:44px;display:flex}.blog-module__JsT-Oq__metaRow{color:var(--muted-color);gap:20px;margin-bottom:20px;font-size:.8rem;font-weight:600;display:flex}.blog-module__JsT-Oq__metaItem{align-items:center;gap:6px;display:flex}.blog-module__JsT-Oq__featuredTitle{letter-spacing:-.02em;margin-bottom:20px;font-size:2.15rem;font-weight:850;line-height:1.2}.blog-module__JsT-Oq__featuredTitle a{color:var(--foreground);transition:var(--transition-fast)}.blog-module__JsT-Oq__featuredTitle a:hover{color:#3b82f6}.blog-module__JsT-Oq__featuredExcerpt{color:var(--muted-color);margin-bottom:28px;font-size:.95rem;line-height:1.625}.blog-module__JsT-Oq__featuredFooter{border-top:1px solid var(--border-color);justify-content:space-between;align-items:center;margin-top:auto;padding-top:24px;display:flex}.blog-module__JsT-Oq__authorItem{color:var(--foreground);align-items:center;gap:8px;font-size:.825rem;font-weight:700;display:flex}.blog-module__JsT-Oq__readMoreBtn{color:#3b82f6;transition:var(--transition-fast);align-items:center;gap:6px;font-size:.875rem;font-weight:750;display:inline-flex}.blog-module__JsT-Oq__readMoreBtn:hover{color:#8b5cf6;transform:translate(4px)}.blog-module__JsT-Oq__gridContainer{margin-bottom:40px}.blog-module__JsT-Oq__postsGrid{grid-template-columns:repeat(3,1fr);gap:28px;display:grid}.blog-module__JsT-Oq__postCard{border:1px solid var(--border-color);border-radius:var(--radius-card);background:#fff;flex-direction:column;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden;box-shadow:0 4px 20px -10px #00000008}.dark .blog-module__JsT-Oq__postCard{background:#0f0f11;border-color:#ffffff0d}.blog-module__JsT-Oq__postCard:hover{box-shadow:var(--shadow-lg);border-color:var(--muted-color);transform:translateY(-6px)}.blog-module__JsT-Oq__cardGlow{pointer-events:none;background:radial-gradient(circle at 50% 0,#3b82f605 0%,#0000 70%);position:absolute;inset:0}.dark .blog-module__JsT-Oq__cardGlow{background:radial-gradient(circle at 50% 0,#3b82f60a 0%,#0000 70%)}.blog-module__JsT-Oq__cardImageWrapper{aspect-ratio:16/10;background:var(--bg-subtle);position:relative;overflow:hidden}.blog-module__JsT-Oq__cardImage{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.16,1,.3,1)}.blog-module__JsT-Oq__postCard:hover .blog-module__JsT-Oq__cardImage{transform:scale(1.03)}.blog-module__JsT-Oq__cardBody{flex-direction:column;flex:1;padding:28px;display:flex}.blog-module__JsT-Oq__cardTitle{color:var(--foreground);letter-spacing:-.015em;margin-bottom:12px;font-size:1.25rem;font-weight:800;line-height:1.4}.blog-module__JsT-Oq__cardTitle a{color:var(--foreground);transition:var(--transition-fast)}.blog-module__JsT-Oq__cardTitle a:hover{color:#3b82f6}.blog-module__JsT-Oq__cardExcerpt{color:var(--muted-color);flex:1;margin-bottom:24px;font-size:.875rem;line-height:1.6}.blog-module__JsT-Oq__cardFooter{border-top:1px solid var(--border-color);justify-content:space-between;align-items:center;padding-top:20px;font-size:.8rem;display:flex}.blog-module__JsT-Oq__cardLink{color:#3b82f6;transition:var(--transition-fast);align-items:center;gap:4px;font-weight:750;display:inline-flex}.blog-module__JsT-Oq__cardLink:hover{color:#8b5cf6;transform:translate(3px)}.blog-module__JsT-Oq__accentBar{background:linear-gradient(90deg,#3b82f6,#8b5cf6,#1baf7a);width:0;height:3px;transition:all .35s cubic-bezier(.16,1,.3,1)}.blog-module__JsT-Oq__postCard:hover .blog-module__JsT-Oq__accentBar{width:100%}.blog-module__JsT-Oq__noResults{text-align:center;border:2px dashed var(--border-color);border-radius:var(--radius-card);max-width:480px;margin:0 auto;padding:72px 24px}.blog-module__JsT-Oq__noResults h3{margin-bottom:10px;font-size:1.35rem;font-weight:850}.blog-module__JsT-Oq__noResults p{color:var(--muted-color);margin-bottom:24px;font-size:.9rem;line-height:1.55}.blog-module__JsT-Oq__resetButton{background:var(--foreground);color:var(--background);border:1px solid var(--foreground);cursor:pointer;transition:var(--transition-fast);box-shadow:var(--shadow-sm);border-radius:8px;padding:10px 22px;font-size:.875rem;font-weight:700}.blog-module__JsT-Oq__resetButton:hover{opacity:.95;transform:translateY(-1px)}.blog-module__JsT-Oq__newsletterSection{padding:40px 0 100px;position:relative;overflow:hidden}.blog-module__JsT-Oq__newsletterBox{color:#fff;box-shadow:var(--shadow-lg);text-align:center;background:#09090b;border:1px solid #ffffff14;border-radius:24px;padding:64px 44px;position:relative;overflow:hidden}.blog-module__JsT-Oq__newsletterGlow{pointer-events:none;background:radial-gradient(circle,#3b82f61f 0%,#8b5cf60d 60%,#0000 100%);position:absolute;inset:0}.blog-module__JsT-Oq__newsletterContent{z-index:10;max-width:640px;margin:0 auto;position:relative}.blog-module__JsT-Oq__newsletterTitle{letter-spacing:-.02em;color:#fff;margin-bottom:16px;font-size:2.15rem;font-weight:850}.blog-module__JsT-Oq__newsletterDesc{color:#94a3b8;margin-bottom:36px;font-size:1rem;line-height:1.6}.blog-module__JsT-Oq__newsletterForm{gap:12px;max-width:480px;margin:0 auto;display:flex}.blog-module__JsT-Oq__newsletterInput{color:#fff;background:#18181b;border:1px solid #27272a;border-radius:8px;outline:none;flex:1;padding:12px 18px;font-size:.875rem;transition:all .2s}.blog-module__JsT-Oq__newsletterInput:focus{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f640}.blog-module__JsT-Oq__newsletterSubmit{color:#09090b;cursor:pointer;background:#fff;border:none;border-radius:8px;padding:12px 28px;font-size:.875rem;font-weight:750;transition:all .25s cubic-bezier(.16,1,.3,1)}.blog-module__JsT-Oq__newsletterSubmit:hover{background:#f1f5f9;transform:translateY(-1px);box-shadow:0 10px 20px -5px #ffffff1a}.blog-module__JsT-Oq__newsletterStatus{text-align:center;margin-top:12px;font-size:.875rem;font-weight:500}.blog-module__JsT-Oq__statusSuccess{color:#10b981}.blog-module__JsT-Oq__statusError{color:#ef4444}.blog-module__JsT-Oq__newsletterAccentBar{background:linear-gradient(90deg,#3b82f6,#8b5cf6,#1baf7a);height:4px;position:absolute;bottom:0;left:0;right:0}@media (max-width:1200px){.blog-module__JsT-Oq__postsGrid{grid-template-columns:repeat(2,1fr);gap:24px}}@media (max-width:1024px){.blog-module__JsT-Oq__featuredCard{grid-template-columns:1fr}.blog-module__JsT-Oq__featuredInfo{padding:32px}}@media (max-width:768px){.blog-module__JsT-Oq__heroTitle{font-size:2.5rem}.blog-module__JsT-Oq__toolbarRow{flex-direction:column;align-items:stretch}.blog-module__JsT-Oq__searchWrapper{max-width:none}.blog-module__JsT-Oq__categoriesList{justify-content:center}}@media (max-width:640px){.blog-module__JsT-Oq__heroSection{padding:80px 0 50px}.blog-module__JsT-Oq__contentSection{padding:44px 0}.blog-module__JsT-Oq__postsGrid{grid-template-columns:1fr}.blog-module__JsT-Oq__newsletterBox{border-radius:16px;padding:44px 20px}.blog-module__JsT-Oq__newsletterForm{flex-direction:column}.blog-module__JsT-Oq__newsletterSubmit{width:100%}}
.SubscribeResponseModal-module__ft91mq__overlay{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:99999;background:#040406b3;justify-content:center;align-items:center;padding:20px;animation:.3s cubic-bezier(.16,1,.3,1) forwards SubscribeResponseModal-module__ft91mq__fadeIn;display:flex;position:fixed;inset:0}@keyframes SubscribeResponseModal-module__ft91mq__fadeIn{0%{opacity:0}to{opacity:1}}.SubscribeResponseModal-module__ft91mq__modalBox{background:#090a0f;border:1px solid #ffffff14;border-radius:20px;width:100%;max-width:480px;padding:40px 32px;animation:.4s cubic-bezier(.16,1,.3,1) forwards SubscribeResponseModal-module__ft91mq__slideUp;position:relative;overflow:hidden;box-shadow:0 30px 60px -15px #000000f2}@keyframes SubscribeResponseModal-module__ft91mq__slideUp{0%{opacity:0;transform:translateY(24px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}.SubscribeResponseModal-module__ft91mq__topGlow{pointer-events:none;height:2px;position:absolute;top:0;left:10%;right:10%}.SubscribeResponseModal-module__ft91mq__topGlow.SubscribeResponseModal-module__ft91mq__statusSuccess{background:linear-gradient(90deg,#0000,#10b981,#1baf7a,#0000);box-shadow:0 0 20px 2px #10b98199}.SubscribeResponseModal-module__ft91mq__topGlow.SubscribeResponseModal-module__ft91mq__statusWarning{background:linear-gradient(90deg,#0000,#f59e0b,#d97706,#0000);box-shadow:0 0 20px 2px #f59e0b99}.SubscribeResponseModal-module__ft91mq__topGlow.SubscribeResponseModal-module__ft91mq__statusError{background:linear-gradient(90deg,#0000,#ef4444,#dc2626,#0000);box-shadow:0 0 20px 2px #ef444499}.SubscribeResponseModal-module__ft91mq__closeBtn{color:#94a3b8;cursor:pointer;background:#ffffff08;border:1px solid #ffffff0d;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex;position:absolute;top:20px;right:20px}.SubscribeResponseModal-module__ft91mq__closeBtn:hover{color:#f1f5f9;background:#ffffff14}.SubscribeResponseModal-module__ft91mq__wrapper{text-align:center;flex-direction:column;align-items:center;display:flex;position:relative}.SubscribeResponseModal-module__ft91mq__glow{pointer-events:none;border-radius:50%;width:160px;height:160px;position:absolute;top:-10px}.SubscribeResponseModal-module__ft91mq__glow.SubscribeResponseModal-module__ft91mq__statusSuccess{background:radial-gradient(circle,#10b98126 0%,#0000 70%)}.SubscribeResponseModal-module__ft91mq__glow.SubscribeResponseModal-module__ft91mq__statusWarning{background:radial-gradient(circle,#f59e0b26 0%,#0000 70%)}.SubscribeResponseModal-module__ft91mq__glow.SubscribeResponseModal-module__ft91mq__statusError{background:radial-gradient(circle,#ef444426 0%,#0000 70%)}.SubscribeResponseModal-module__ft91mq__iconWrapper{border-radius:50%;justify-content:center;align-items:center;width:76px;height:76px;margin-bottom:24px;display:flex}.SubscribeResponseModal-module__ft91mq__iconWrapper.SubscribeResponseModal-module__ft91mq__statusSuccess{color:#10b981;background:#10b98114;border:1px solid #10b98133;animation:2s infinite alternate SubscribeResponseModal-module__ft91mq__successIconPulse;box-shadow:inset 0 0 15px #10b9811a}.SubscribeResponseModal-module__ft91mq__iconWrapper.SubscribeResponseModal-module__ft91mq__statusWarning{color:#f59e0b;background:#f59e0b14;border:1px solid #f59e0b33;animation:2s infinite alternate SubscribeResponseModal-module__ft91mq__warningIconPulse;box-shadow:inset 0 0 15px #f59e0b1a}.SubscribeResponseModal-module__ft91mq__iconWrapper.SubscribeResponseModal-module__ft91mq__statusError{color:#ef4444;background:#ef444414;border:1px solid #ef444433;animation:2s infinite alternate SubscribeResponseModal-module__ft91mq__errorIconPulse;box-shadow:inset 0 0 15px #ef44441a}@keyframes SubscribeResponseModal-module__ft91mq__successIconPulse{0%{transform:scale(1);box-shadow:inset 0 0 15px #10b9811a,0 0 #10b98100}to{transform:scale(1.05);box-shadow:inset 0 0 25px #10b98140,0 0 15px #10b9811a}}@keyframes SubscribeResponseModal-module__ft91mq__warningIconPulse{0%{transform:scale(1);box-shadow:inset 0 0 15px #f59e0b1a,0 0 #f59e0b00}to{transform:scale(1.05);box-shadow:inset 0 0 25px #f59e0b40,0 0 15px #f59e0b1a}}@keyframes SubscribeResponseModal-module__ft91mq__errorIconPulse{0%{transform:scale(1);box-shadow:inset 0 0 15px #ef44441a,0 0 #ef444400}to{transform:scale(1.05);box-shadow:inset 0 0 25px #ef444440,0 0 15px #ef44441a}}.SubscribeResponseModal-module__ft91mq__title{color:#f1f5f9;letter-spacing:-.01em;margin-bottom:12px;font-size:1.6rem;font-weight:850}.SubscribeResponseModal-module__ft91mq__desc{color:#94a3b8;max-width:400px;margin-bottom:32px;font-size:.88rem;line-height:1.6}.SubscribeResponseModal-module__ft91mq__desc strong{color:#f1f5f9}.SubscribeResponseModal-module__ft91mq__doneBtn{color:#f1f5f9;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff14;border-radius:8px;width:100%;padding:10px 24px;font-size:.85rem;font-weight:700;transition:all .3s cubic-bezier(.16,1,.3,1)}.SubscribeResponseModal-module__ft91mq__doneBtn:hover{background:#ffffff14;border-color:#ffffff2e;transform:translateY(-1.5px)}
.post-module__fFuUMG__postArticle{background:var(--background);min-height:100vh;color:var(--foreground)}.post-module__fFuUMG__postHeader{background:var(--bg-subtle);border-bottom:1px solid var(--border-color);padding:64px 0;position:relative;overflow:hidden}.post-module__fFuUMG__heroGrid{pointer-events:none;z-index:0;background-image:linear-gradient(90deg,#00000005 1px,#0000 1px),linear-gradient(#00000005 1px,#0000 1px);background-size:14px 24px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(60% 50% at 50% 100%,#000 70%,#0000 100%);mask-image:radial-gradient(60% 50% at 50% 100%,#000 70%,#0000 100%)}.dark .post-module__fFuUMG__heroGrid{background-image:linear-gradient(90deg,#ffffff05 1px,#0000 1px),linear-gradient(#ffffff05 1px,#0000 1px)}.post-module__fFuUMG__glowSpot1{filter:blur(100px);pointer-events:none;z-index:0;background:#3b82f60a;border-radius:50%;width:300px;height:300px;position:absolute;top:0;left:15%}.post-module__fFuUMG__glowSpot2{filter:blur(110px);pointer-events:none;z-index:0;background:#8b5cf60a;border-radius:50%;width:350px;height:350px;position:absolute;bottom:0;right:15%}.post-module__fFuUMG__container{max-width:var(--container-max-width);padding:0 var(--container-padding-x);z-index:10;margin:0 auto;position:relative}.post-module__fFuUMG__backLink{color:var(--muted-color);transition:var(--transition-fast);text-transform:uppercase;letter-spacing:.05em;cursor:pointer;align-items:center;gap:8px;margin-bottom:20px;font-size:.825rem;font-weight:700;display:inline-flex}.post-module__fFuUMG__backLink:hover{color:#3b82f6;transform:translate(-4px)}.post-module__fFuUMG__headerContent{flex-direction:column;align-items:flex-start;display:flex}.post-module__fFuUMG__categoryBadge{color:#3b82f6;text-transform:uppercase;letter-spacing:.05em;background:#3b82f614;border:1px solid #3b82f633;border-radius:4px;margin-bottom:16px;padding:4px 12px;font-size:.65rem;font-weight:800;display:inline-block}.post-module__fFuUMG__postTitle{color:var(--foreground);letter-spacing:-.02em;max-width:900px;margin-bottom:20px;font-size:2.5rem;font-weight:850;line-height:1.2}.post-module__fFuUMG__metaRow{color:var(--muted-color);border-top:1px solid var(--border-color);flex-wrap:wrap;gap:24px;width:100%;padding-top:16px;font-size:.85rem;display:flex}.post-module__fFuUMG__metaItem{align-items:center;gap:8px;font-weight:600;display:flex}.post-module__fFuUMG__postWrapper{background:var(--background);padding:56px 0 80px;position:relative}.post-module__fFuUMG__bannerWrapper{aspect-ratio:16/7;border-radius:var(--radius-card);border:1px solid var(--border-color);width:100%;box-shadow:var(--shadow-md);background:var(--bg-subtle);margin:48px 0;overflow:hidden}.post-module__fFuUMG__bannerImage{object-fit:cover;width:100%;height:100%}.post-module__fFuUMG__bannerGradient{background:linear-gradient(135deg,#091338 0%,#04061a 100%);width:100%;height:100%}.post-module__fFuUMG__layoutGrid{grid-template-columns:1.45fr .55fr;align-items:start;gap:48px;display:grid}.post-module__fFuUMG__bodyContent{color:var(--foreground);font-size:1.05rem;line-height:1.8}.post-module__fFuUMG__paragraph{opacity:.95;margin-bottom:28px;font-weight:400}.post-module__fFuUMG__paragraph:first-child{color:var(--foreground);font-size:1.15rem;font-weight:500;line-height:1.7}.post-module__fFuUMG__heading2{color:var(--foreground);letter-spacing:-.02em;flex-direction:column;margin:44px 0 20px;font-size:1.65rem;font-weight:850;line-height:1.25;display:flex}.post-module__fFuUMG__heading2:after{content:"";background:linear-gradient(90deg,#3b82f6,#8b5cf6);border-radius:99px;width:48px;height:3px;margin-top:10px;display:block}.post-module__fFuUMG__heading3{color:var(--foreground);letter-spacing:-.015em;margin:32px 0 16px;font-size:1.3rem;font-weight:800}.post-module__fFuUMG__list{margin:0 0 32px 24px;list-style-type:none}.post-module__fFuUMG__listItem{margin-bottom:14px;padding-left:28px;position:relative}.post-module__fFuUMG__listItem:before{content:"✓";color:#1baf7a;font-weight:800;position:absolute;top:0;left:0}.post-module__fFuUMG__dashboardEmbed{width:100%;margin:44px 0}.post-module__fFuUMG__sidebar{width:100%}.post-module__fFuUMG__sidebarSticky{flex-direction:column;gap:24px;display:flex;position:sticky;top:100px}.post-module__fFuUMG__relatedSection{border-top:1.5px solid var(--border-color);margin-top:64px;padding-top:48px}.post-module__fFuUMG__relatedHeading{color:var(--foreground);letter-spacing:-.02em;margin-bottom:24px;font-size:1.5rem;font-weight:850}.post-module__fFuUMG__relatedGrid{grid-template-columns:1fr 1fr;gap:28px;display:grid}.post-module__fFuUMG__relatedCard{border:1px solid var(--border-color);border-radius:var(--radius-card);background:#fff;flex-direction:column;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;overflow:hidden;box-shadow:0 4px 20px -10px #00000008}.dark .post-module__fFuUMG__relatedCard{background:#0f0f11;border-color:#ffffff0d}.post-module__fFuUMG__relatedCard:hover{box-shadow:var(--shadow-lg);border-color:var(--muted-color);transform:translateY(-5px)}.post-module__fFuUMG__relatedImageWrapper{aspect-ratio:16/9;background:var(--bg-subtle);position:relative;overflow:hidden}.post-module__fFuUMG__relatedImage{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.16,1,.3,1)}.post-module__fFuUMG__relatedCard:hover .post-module__fFuUMG__relatedImage{transform:scale(1.03)}.post-module__fFuUMG__relatedGradient{background:linear-gradient(135deg,#091338 0%,#04061a 100%);width:100%;height:100%}.post-module__fFuUMG__relatedCategory{color:#09090b;text-transform:uppercase;letter-spacing:.05em;box-shadow:var(--shadow-sm);background:#fff;border:1px solid #0000;border-radius:4px;padding:4px 10px;font-size:.65rem;font-weight:800;position:absolute;top:16px;left:16px}.dark .post-module__fFuUMG__relatedCategory{color:#fff;background:#09090b;border-color:#ffffff14}.post-module__fFuUMG__relatedBody{flex-direction:column;flex:1;padding:24px;display:flex}.post-module__fFuUMG__relatedCardTitle{color:var(--foreground);letter-spacing:-.01em;margin-bottom:10px;font-size:1.15rem;font-weight:800;line-height:1.4}.post-module__fFuUMG__relatedExcerpt{color:var(--muted-color);flex:1;margin-bottom:20px;font-size:.85rem;line-height:1.6}.post-module__fFuUMG__relatedLink{color:#3b82f6;transition:var(--transition-fast);align-items:center;gap:4px;margin-top:auto;font-size:.8rem;font-weight:750;display:inline-flex}.post-module__fFuUMG__relatedCard:hover .post-module__fFuUMG__relatedLink{color:#8b5cf6;transform:translate(3px)}@media (max-width:992px){.post-module__fFuUMG__layoutGrid{grid-template-columns:1fr;gap:40px}.post-module__fFuUMG__sidebarSticky{grid-template-columns:1fr 1fr;gap:20px;display:grid;position:static}}@media (max-width:768px){.post-module__fFuUMG__postTitle{font-size:2.15rem}.post-module__fFuUMG__relatedGrid{grid-template-columns:1fr;gap:24px}}@media (max-width:640px){.post-module__fFuUMG__postHeader{padding:44px 0}.post-module__fFuUMG__postTitle{font-size:1.85rem}.post-module__fFuUMG__bannerWrapper{margin:32px 0}.post-module__fFuUMG__sidebarSticky{grid-template-columns:1fr}.post-module__fFuUMG__relatedSection{margin-top:48px;padding-top:40px}}
