:root{--card-bg:#0d0d1299;--card-border:var(--color-border);--card-radius:20px;--spotlight-color:#ffffff1f;--glow-color:#6464ff80;--accent-gradient:linear-gradient(135deg,#6366f1 0%,#8b5cf6 50%,#d946ef 100%)}[data-theme=light]{--card-bg:#ffffffd9;--spotlight-color:#0000000a}.SpotlightCard-module__tsQKSW__card{border-radius:var(--card-radius);background:var(--card-bg);-webkit-backdrop-filter:blur(20px);border:1px solid var(--card-border);width:100%;max-width:420px;color:inherit;cursor:pointer;-webkit-user-select:none;user-select:none;text-decoration:none;transition:transform .4s cubic-bezier(.23,1,.32,1),box-shadow .4s cubic-bezier(.23,1,.32,1);display:block;position:relative;overflow:hidden;box-shadow:0 4px 24px #0003,inset 0 1px 2px #ffffff0d}.SpotlightCard-module__tsQKSW__card:hover{transform:translateY(-8px)scale(1.01);box-shadow:0 20px 60px #0006,inset 0 0 0 1px #ffffff1a}.SpotlightCard-module__tsQKSW__spotlight{background:radial-gradient(circle,var(--spotlight-color)0%,#ffffff08 40%,transparent 70%);pointer-events:none;z-index:1;mix-blend-mode:soft-light;border-radius:50%;width:300px;height:300px;transition:opacity .3s;position:absolute;transform:translate(-50%,-50%)}.SpotlightCard-module__tsQKSW__borderGlow{pointer-events:none;z-index:0;filter:blur(20px);background:radial-gradient(circle,#8b5cf666 0%,#6366f133 30%,#0000 60%);border-radius:50%;width:200px;height:200px;transition:opacity .4s;position:absolute;transform:translate(-50%,-50%)}.SpotlightCard-module__tsQKSW__content{z-index:2;flex-direction:column;height:100%;display:flex;position:relative}.SpotlightCard-module__tsQKSW__imageWrapper{aspect-ratio:16/10;border-radius:calc(var(--card-radius) - 2px)calc(var(--card-radius) - 2px)0 0;width:100%;position:relative;overflow:hidden}.SpotlightCard-module__tsQKSW__image{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.23,1,.32,1)}.SpotlightCard-module__tsQKSW__card:hover .SpotlightCard-module__tsQKSW__image{transform:scale(1.08)}.SpotlightCard-module__tsQKSW__imageOverlay{background:linear-gradient(#0000 0% 40%,#0006 100%);transition:opacity .3s;position:absolute;inset:0}.SpotlightCard-module__tsQKSW__card:hover .SpotlightCard-module__tsQKSW__imageOverlay{background:linear-gradient(#0000 0%,#0000001a 40%,#00000080 100%)}.SpotlightCard-module__tsQKSW__durationBadge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:var(--color-text);background:#000000b3;border:1px solid #ffffff1a;border-radius:20px;align-items:center;gap:6px;padding:6px 12px;font-size:12px;font-weight:500;transition:all .3s;display:flex;position:absolute;bottom:12px;right:12px}.SpotlightCard-module__tsQKSW__card:hover .SpotlightCard-module__tsQKSW__durationBadge{background:#000000d9;transform:translateY(-2px)}.SpotlightCard-module__tsQKSW__playIcon{color:#ef4444;width:14px;height:14px}.SpotlightCard-module__tsQKSW__categoryBadge{background:var(--accent-gradient);color:var(--color-text);text-transform:uppercase;letter-spacing:.5px;border:1px solid #fff3;border-radius:20px;padding:6px 14px;font-size:11px;font-weight:600;transition:all .3s;position:absolute;top:12px;left:12px;box-shadow:0 4px 15px #8b5cf64d}.SpotlightCard-module__tsQKSW__card:hover .SpotlightCard-module__tsQKSW__categoryBadge{transform:translateY(-2px);box-shadow:0 6px 20px #8b5cf666}.SpotlightCard-module__tsQKSW__info{flex-direction:column;flex:1;gap:12px;padding:24px;display:flex}.SpotlightCard-module__tsQKSW__meta{color:var(--color-text-muted);align-items:center;gap:12px;font-size:13px;display:flex}.SpotlightCard-module__tsQKSW__category{color:#a78bfa;font-weight:500}.SpotlightCard-module__tsQKSW__date{align-items:center;gap:6px;display:flex}.SpotlightCard-module__tsQKSW__date:before{content:"";background:var(--color-text-muted);opacity:.5;border-radius:50%;width:4px;height:4px}.SpotlightCard-module__tsQKSW__title{color:var(--color-text);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:20px;font-weight:700;line-height:1.3;transition:color .3s;display:-webkit-box;overflow:hidden}.SpotlightCard-module__tsQKSW__card:hover .SpotlightCard-module__tsQKSW__title{color:#c4b5fd}.SpotlightCard-module__tsQKSW__description{color:var(--color-text-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:14px;line-height:1.6;display:-webkit-box;overflow:hidden}.SpotlightCard-module__tsQKSW__cta{color:#a78bfa;align-items:center;gap:8px;margin-top:auto;padding-top:16px;font-size:14px;font-weight:600;transition:all .3s;display:flex}.SpotlightCard-module__tsQKSW__ctaText{position:relative}.SpotlightCard-module__tsQKSW__ctaText:after{content:"";background:linear-gradient(90deg,#a78bfa,#d946ef);width:0;height:1px;transition:width .3s;position:absolute;bottom:-2px;left:0}.SpotlightCard-module__tsQKSW__card:hover .SpotlightCard-module__tsQKSW__ctaText:after{width:100%}.SpotlightCard-module__tsQKSW__ctaIcon{width:18px;height:18px;transition:transform .3s}.SpotlightCard-module__tsQKSW__card:hover .SpotlightCard-module__tsQKSW__ctaIcon{transform:translate(4px)}@keyframes SpotlightCard-module__tsQKSW__cardEnter{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.SpotlightCard-module__tsQKSW__card{animation:.6s cubic-bezier(.23,1,.32,1) forwards SpotlightCard-module__tsQKSW__cardEnter}.SpotlightCard-module__tsQKSW__card:before{content:"";z-index:3;pointer-events:none;background:linear-gradient(90deg,#0000,#ffffff08,#0000);width:100%;height:100%;transition:left .7s;position:absolute;top:0;left:-100%}.SpotlightCard-module__tsQKSW__card:hover:before{left:100%}@media (max-width:640px){.SpotlightCard-module__tsQKSW__info{padding:18px}.SpotlightCard-module__tsQKSW__title{font-size:17px}.SpotlightCard-module__tsQKSW__description{font-size:13px}.SpotlightCard-module__tsQKSW__card{--card-radius:16px}}@media (prefers-reduced-motion:reduce){.SpotlightCard-module__tsQKSW__card,.SpotlightCard-module__tsQKSW__card:hover,.SpotlightCard-module__tsQKSW__image,.SpotlightCard-module__tsQKSW__card:hover .SpotlightCard-module__tsQKSW__image,.SpotlightCard-module__tsQKSW__spotlight,.SpotlightCard-module__tsQKSW__borderGlow,.SpotlightCard-module__tsQKSW__ctaIcon,.SpotlightCard-module__tsQKSW__card:hover .SpotlightCard-module__tsQKSW__ctaIcon,.SpotlightCard-module__tsQKSW__durationBadge,.SpotlightCard-module__tsQKSW__categoryBadge{transition:none;animation:none;transform:none}}@media (prefers-color-scheme:light){.SpotlightCard-module__tsQKSW__card{background:var(--card-bg)}}[data-theme=light] .SpotlightCard-module__tsQKSW__card{box-shadow:0 4px 24px #0000000f,0 1px 3px #0000000a}[data-theme=light] .SpotlightCard-module__tsQKSW__card:hover{box-shadow:0 20px 60px #0000001a,inset 0 0 0 1px #0000000a}
.ShareButtons-module__iQZDeW__wrapper{gap:6px;display:flex}.ShareButtons-module__iQZDeW__btn{color:#ffffff80;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff14;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;text-decoration:none;transition:all .25s;display:flex}.ShareButtons-module__iQZDeW__btn:hover{color:#fff;background:#8578e033;border-color:#8578e04d;transform:translateY(-2px)}.ShareButtons-module__iQZDeW__btnCopied{color:#4ade80;background:#4ade801a;border-color:#4ade804d}
.blog-module__JsT-Oq__blogPage{--bg-primary:var(--color-bg);--bg-secondary:var(--color-surface);--bg-tertiary:var(--color-surface-2);--text-primary:var(--color-text);--text-secondary:var(--color-text-muted);--text-tertiary:#71717a;--border-color:var(--color-border);--glow-primary:var(--color-glass-bg);background:var(--bg-primary);min-height:100vh;color:var(--text-primary);font-family:var(--font-geist-sans,system-ui,sans-serif)}.blog-module__JsT-Oq__navWrapper{top:var(--nav-height);z-index:95;-webkit-backdrop-filter:blur(24px)saturate(180%);background:linear-gradient(#0a0a0afa 0%,#0a0a0ad9 60%,#0000 100%);border-bottom:1px solid #ffffff0d;padding:1rem 2rem;position:sticky}.blog-module__JsT-Oq__categoryNav{justify-content:space-between;align-items:center;gap:2rem;max-width:1400px;margin:0 auto;display:flex}.blog-module__JsT-Oq__navBrand{flex-direction:column;flex-shrink:0;gap:.25rem;display:flex}.blog-module__JsT-Oq__navTitle{letter-spacing:-.02em;font-size:1.25rem;font-weight:600}.blog-module__JsT-Oq__navCount{color:var(--text-tertiary);font-size:.75rem}.blog-module__JsT-Oq__navScroll{scrollbar-width:none;-ms-overflow-style:none;flex:1;justify-content:center;gap:.5rem;padding:.5rem;display:flex;position:relative;overflow-x:auto}.blog-module__JsT-Oq__navScroll::-webkit-scrollbar{display:none}.blog-module__JsT-Oq__navIndicator{background:var(--color-primary-light);pointer-events:none;height:2px;box-shadow:0 0 10px var(--color-primary-light);border-radius:2px;position:absolute;bottom:.25rem}.blog-module__JsT-Oq__navButton{color:var(--text-secondary);cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #0000;border-radius:9999px;align-items:center;gap:.5rem;padding:.625rem 1rem;font-size:.875rem;font-weight:500;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;position:relative}.blog-module__JsT-Oq__navButton:hover{color:var(--text-primary);background:var(--color-glass-bg)}.blog-module__JsT-Oq__navButtonActive{color:var(--text-primary);background:var(--color-glass-bg);border-color:var(--color-border)}.blog-module__JsT-Oq__navButtonDot{border-radius:50%;width:6px;height:6px}.blog-module__JsT-Oq__navButtonCount{background:var(--color-glass-bg);color:var(--text-tertiary);border-radius:9999px;padding:.125rem .5rem;font-size:.75rem}.blog-module__JsT-Oq__navActions{flex-shrink:0;gap:.5rem;display:flex}.blog-module__JsT-Oq__navAction{border:1px solid var(--border-color);background:var(--color-glass-bg);width:40px;height:40px;color:var(--text-secondary);cursor:pointer;border-radius:10px;justify-content:center;align-items:center;transition:all .2s;display:flex}.blog-module__JsT-Oq__navAction:hover{background:var(--color-glass-bg);color:var(--text-primary);border-color:var(--color-border)}.blog-module__JsT-Oq__searchContainer{background:var(--color-glass-bg);border:1px solid var(--border-color);border-radius:10px;align-items:center;gap:.5rem;transition:border-color .3s;display:flex;position:relative;overflow:hidden}.blog-module__JsT-Oq__searchContainer:focus-within{border-color:var(--color-border);background:var(--color-glass-bg)}.blog-module__JsT-Oq__searchContainer .blog-module__JsT-Oq__navAction{background:0 0;border:none}.blog-module__JsT-Oq__searchInput{color:var(--text-primary);background:0 0;border:none;outline:none;width:100%;padding:.5rem .5rem .5rem 0;font-size:.875rem}.blog-module__JsT-Oq__searchInput::placeholder{color:var(--text-tertiary)}.blog-module__JsT-Oq__heroSection{align-items:flex-end;height:100vh;min-height:700px;display:flex;position:relative;overflow:hidden}.blog-module__JsT-Oq__heroBackground{z-index:0;position:absolute;inset:0}.blog-module__JsT-Oq__heroImagePlaceholder{width:100%;height:100%;color:var(--text-tertiary);letter-spacing:.1em;text-transform:uppercase;background:linear-gradient(135deg,#1a1a2e 0%,#16213e 50%,#0f3460 100%);justify-content:center;align-items:center;font-size:.875rem;display:flex}.blog-module__JsT-Oq__heroOverlay{background:linear-gradient(to top,var(--bg-primary)10%,#0a0a0a99 40%,#0a0a0a4d 70%,transparent 100%);position:absolute;inset:0}.blog-module__JsT-Oq__heroContent{z-index:1;text-align:center;max-width:900px;margin:0 auto;padding:0 2rem 8rem;position:relative}.blog-module__JsT-Oq__heroMeta{justify-content:center;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.blog-module__JsT-Oq__heroCategory{background:var(--category-color,white);color:#000;text-transform:uppercase;letter-spacing:.05em;border-radius:9999px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.75rem;font-weight:600;display:flex}.blog-module__JsT-Oq__sparkleIcon{animation:2s ease-in-out infinite blog-module__JsT-Oq__sparkle}@keyframes blog-module__JsT-Oq__sparkle{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(.9)}}.blog-module__JsT-Oq__heroDate{color:var(--text-secondary);font-size:.875rem}.blog-module__JsT-Oq__heroTitle{letter-spacing:-.03em;background:linear-gradient(#fff 0%,#fffc 100%);-webkit-text-fill-color:transparent;text-wrap:balance;filter:drop-shadow(0 4px 12px #0000004d);-webkit-background-clip:text;background-clip:text;margin-bottom:1.5rem;font-size:clamp(2rem,5vw,3.5rem);font-weight:700;line-height:1.1}.blog-module__JsT-Oq__heroExcerpt{color:var(--text-secondary);max-width:600px;margin:0 auto 2.5rem;font-size:clamp(1rem,2vw,1.25rem);line-height:1.7}.blog-module__JsT-Oq__heroActions{flex-wrap:wrap;justify-content:center;align-items:center;gap:1.5rem;display:flex}.blog-module__JsT-Oq__heroButton{color:#000;cursor:pointer;background:#fff;border:none;border-radius:9999px;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:.9375rem;font-weight:600;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex}.blog-module__JsT-Oq__heroButton:hover{transform:translateY(-2px);box-shadow:0 20px 40px #ffffff26}.blog-module__JsT-Oq__heroReadTime{color:var(--text-secondary);align-items:center;gap:.5rem;font-size:.875rem;display:flex}.blog-module__JsT-Oq__scrollIndicator{flex-direction:column;align-items:center;gap:.5rem;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.blog-module__JsT-Oq__scrollLine{background:linear-gradient(#fff,#0000);width:1px;height:60px;animation:2s ease-in-out infinite blog-module__JsT-Oq__scrollPulse}@keyframes blog-module__JsT-Oq__scrollPulse{0%,to{opacity:.3;transform:scaleY(.5)}50%{opacity:1;transform:scaleY(1)}}.blog-module__JsT-Oq__contentWrapper{z-index:2;background:var(--bg-primary);padding-top:4rem;position:relative}.blog-module__JsT-Oq__sectionsContainer{flex-direction:column;gap:6rem;display:flex}.blog-module__JsT-Oq__categorySection{width:100%;max-width:1400px;margin:0 auto;padding:2rem;position:relative}.blog-module__JsT-Oq__categoryHeader{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;margin-bottom:2.5rem;padding-bottom:1.5rem;display:flex}.blog-module__JsT-Oq__categoryTitleGroup{align-items:center;gap:1rem;display:flex}.blog-module__JsT-Oq__categoryIcon{border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.blog-module__JsT-Oq__categoryDot{width:12px;height:12px;box-shadow:0 0 20px var(--category-color);border-radius:50%}.blog-module__JsT-Oq__categoryTitle{letter-spacing:-.02em;margin-bottom:.25rem;font-size:1.75rem;font-weight:600}.blog-module__JsT-Oq__categoryCount{color:var(--text-tertiary);font-size:.875rem}.blog-module__JsT-Oq__categoryViewAll{border:1px solid var(--border-color);color:var(--text-secondary);cursor:pointer;background:0 0;border-radius:8px;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}.blog-module__JsT-Oq__categoryViewAll:hover{border-color:var(--color-border);color:var(--text-primary);background:#ffffff08}.blog-module__JsT-Oq__masonryGrid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}@media (max-width:1024px){.blog-module__JsT-Oq__masonryGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.blog-module__JsT-Oq__masonryGrid{grid-template-columns:1fr}}.blog-module__JsT-Oq__postCard:nth-child(3n+1),.blog-module__JsT-Oq__postCard:nth-child(3n+2),.blog-module__JsT-Oq__postCard:nth-child(3n+3){grid-row:span 1}.blog-module__JsT-Oq__postCard{break-inside:avoid;margin-bottom:0;position:relative}.blog-module__JsT-Oq__spotlightWrapper{height:100%}.blog-module__JsT-Oq__spotlightWrapper>a{height:100%;transition:transform .3s,border-color .3s;overflow:hidden;background:var(--bg-secondary)!important;border:1px solid var(--border-color)!important;border-radius:16px!important}.blog-module__JsT-Oq__spotlightWrapper>a:hover{border-color:var(--color-border)!important}.blog-module__JsT-Oq__trendingBadge{z-index:10;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-transform:uppercase;letter-spacing:.02em;color:#fbbf24;pointer-events:none;background:#000c;border-radius:9999px;align-items:center;gap:.375rem;padding:.375rem .75rem;font-size:.6875rem;font-weight:600;display:flex;position:absolute;top:1rem;right:1rem}.blog-module__JsT-Oq__filteredSection{max-width:1400px;min-height:400px;margin:0 auto;padding:2rem}.blog-module__JsT-Oq__emptyState{text-align:center;border:1px solid var(--border-color);background:#ffffff05;border-radius:24px;flex-direction:column;justify-content:center;align-items:center;padding:4rem 2rem;display:flex;position:relative;overflow:hidden}.blog-module__JsT-Oq__emptyGlow{z-index:0;background:radial-gradient(circle,#ffffff0d 0%,#0000 70%);width:200px;height:200px;position:absolute}.blog-module__JsT-Oq__emptyIcon{color:var(--text-tertiary);z-index:1;margin-bottom:1.5rem}.blog-module__JsT-Oq__emptyState h3{z-index:1;margin-bottom:.5rem;font-size:1.5rem;font-weight:600}.blog-module__JsT-Oq__emptyState p{color:var(--text-secondary);z-index:1;margin-bottom:2rem}.blog-module__JsT-Oq__clearButton{color:#000;cursor:pointer;z-index:1;background:#fff;border:none;border-radius:12px;padding:.75rem 1.5rem;font-size:.875rem;font-weight:600;transition:all .2s}.blog-module__JsT-Oq__clearButton:hover{transform:translateY(-2px);box-shadow:0 10px 20px #0003}.blog-module__JsT-Oq__newsletterSection{max-width:800px;margin:0 auto;padding:6rem 2rem}.blog-module__JsT-Oq__newsletterCard{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:24px;padding:3rem;position:relative;overflow:hidden}.blog-module__JsT-Oq__newsletterGlow{pointer-events:none;background:radial-gradient(circle,#ffffff08 0%,#0000 50%);width:200%;height:200%;animation:20s linear infinite blog-module__JsT-Oq__glowRotate;position:absolute;top:-50%;left:-50%}@keyframes blog-module__JsT-Oq__glowRotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.blog-module__JsT-Oq__newsletterContent{z-index:1;text-align:center;position:relative}.blog-module__JsT-Oq__newsletterTitle{letter-spacing:-.02em;margin-bottom:.75rem;font-size:1.75rem;font-weight:600}.blog-module__JsT-Oq__newsletterText{color:var(--text-secondary);max-width:400px;margin-bottom:2rem;margin-left:auto;margin-right:auto;font-size:1rem;line-height:1.6}.blog-module__JsT-Oq__newsletterForm{gap:.75rem;max-width:450px;margin:0 auto;display:flex}.blog-module__JsT-Oq__newsletterInput{background:var(--color-glass-bg);border:1px solid var(--border-color);color:var(--text-primary);border-radius:12px;outline:none;flex:1;padding:.875rem 1.25rem;font-size:.9375rem;transition:all .2s}.blog-module__JsT-Oq__newsletterInput::placeholder{color:var(--text-tertiary)}.blog-module__JsT-Oq__newsletterInput:focus{border-color:var(--color-border);background:var(--color-glass-bg)}.blog-module__JsT-Oq__newsletterButton{color:#000;cursor:pointer;white-space:nowrap;background:#fff;border:none;border-radius:12px;padding:.875rem 1.5rem;font-size:.9375rem;font-weight:600;transition:all .3s}.blog-module__JsT-Oq__newsletterButton:hover{transform:translateY(-1px);box-shadow:0 10px 30px #ffffff1a}[data-theme=light] .blog-module__JsT-Oq__navWrapper{background:linear-gradient(#f5f5fafa 0%,#f5f5fad9 60%,#0000 100%);border-bottom-color:#0000000d}[data-theme=light] .blog-module__JsT-Oq__heroOverlay{background:linear-gradient(to top,var(--bg-primary)10%,#f5f5fa99 40%,#f5f5fa4d 70%,transparent 100%)}[data-theme=light] .blog-module__JsT-Oq__heroTitle{background:linear-gradient(#fff 0%,#fffc 100%);-webkit-background-clip:text;background-clip:text}[data-theme=light] .blog-module__JsT-Oq__categoryViewAll:hover{background:var(--color-glass-bg)}[data-theme=light] .blog-module__JsT-Oq__statsBanner{background:var(--color-glass-bg);border-bottom-color:var(--color-border)}[data-theme=light] .blog-module__JsT-Oq__statDot{background:#00000026}[data-theme=light] .blog-module__JsT-Oq__cardShareRow{border-top-color:var(--color-border)}@media (max-width:768px){.blog-module__JsT-Oq__navWrapper{padding:.75rem 1rem}.blog-module__JsT-Oq__categoryNav{flex-wrap:wrap;gap:1rem}.blog-module__JsT-Oq__navBrand{flex-direction:row;align-items:center;gap:.75rem}.blog-module__JsT-Oq__navCount{display:none}.blog-module__JsT-Oq__navScroll{order:3;justify-content:flex-start;width:100%;padding:.25rem}.blog-module__JsT-Oq__navActions{margin-left:auto}.blog-module__JsT-Oq__heroContent{padding:0 1.5rem 6rem}.blog-module__JsT-Oq__heroActions{flex-direction:column;gap:1rem}.blog-module__JsT-Oq__heroButton{justify-content:center;width:100%}.blog-module__JsT-Oq__categorySection,.blog-module__JsT-Oq__filteredSection{padding:1rem}.blog-module__JsT-Oq__categoryHeader{flex-direction:column;align-items:flex-start;gap:1rem}.blog-module__JsT-Oq__categoryViewAll{justify-content:center;width:100%}.blog-module__JsT-Oq__newsletterSection{padding:4rem 1rem}.blog-module__JsT-Oq__newsletterCard{padding:2rem 1.5rem}.blog-module__JsT-Oq__newsletterForm{flex-direction:column}.blog-module__JsT-Oq__newsletterButton{width:100%}}@media (prefers-reduced-motion:reduce){:is(*,:before,:after){transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.blog-module__JsT-Oq__statsBanner{background:#ffffff05;border-bottom:1px solid #ffffff0a;justify-content:center;align-items:center;gap:32px;padding:16px 24px;display:flex}.blog-module__JsT-Oq__statItem{color:var(--color-text-muted);align-items:center;gap:8px;font-size:13px;display:flex}.blog-module__JsT-Oq__statValue{color:var(--color-text);font-weight:700}.blog-module__JsT-Oq__statDot{background:#ffffff26;border-radius:50%;width:4px;height:4px}.blog-module__JsT-Oq__postCard .spotlight-card-image{transition:transform .5s cubic-bezier(.25,1,.5,1)}.blog-module__JsT-Oq__postCard:hover .spotlight-card-image{transform:scale(1.05)}.blog-module__JsT-Oq__cardShareRow{border-top:1px solid #ffffff0a;justify-content:space-between;align-items:center;margin-top:10px;padding-top:10px;display:flex}.blog-module__JsT-Oq__cardReadTime{color:var(--color-text-muted);align-items:center;gap:6px;font-size:12px;display:flex}.blog-module__JsT-Oq__relatedSection{max-width:1400px;margin:0 auto;padding:60px 2rem 80px}.blog-module__JsT-Oq__relatedHeader{align-items:center;gap:12px;margin-bottom:32px;display:flex}.blog-module__JsT-Oq__relatedLine{background:linear-gradient(90deg,#8578e04d 0%,#0000 100%);flex:1;height:1px}.blog-module__JsT-Oq__relatedTitle{color:var(--color-text);white-space:nowrap;font-size:18px;font-weight:600}.blog-module__JsT-Oq__relatedGrid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px;display:grid}@media (max-width:640px){.blog-module__JsT-Oq__statsBanner{flex-wrap:wrap;justify-content:center;gap:16px}.blog-module__JsT-Oq__relatedGrid{grid-template-columns:1fr}}.blog-module__JsT-Oq__blogPage::-webkit-scrollbar{width:8px}.blog-module__JsT-Oq__blogPage::-webkit-scrollbar-track{background:var(--bg-primary)}.blog-module__JsT-Oq__blogPage::-webkit-scrollbar-thumb{background:var(--bg-tertiary);border-radius:4px}.blog-module__JsT-Oq__blogPage::-webkit-scrollbar-thumb:hover{background:#333}
