.PriceTicker-module__NH7KLW__ticker{height:var(--ticker-height);background:#1e3a5f14;border-bottom:1px solid #1321310f;grid-template-columns:auto 1fr;align-items:center;gap:1px;display:grid;overflow:hidden}.PriceTicker-module__NH7KLW__tickerLabel{background:var(--bg-dark);height:100%;color:var(--text-white);text-transform:uppercase;letter-spacing:.12em;align-items:center;gap:.55rem;padding:0 1rem 0 1.25rem;font-size:.72rem;font-weight:800;display:inline-flex}.PriceTicker-module__NH7KLW__liveDot{background:var(--signal);border-radius:50%;width:8px;height:8px;box-shadow:0 0 0 6px #f0a33e29}.PriceTicker-module__NH7KLW__tickerViewport{background:linear-gradient(90deg,#1e3a5ff5 0%,#1e3a5fe6 100%);height:100%;overflow:hidden}.PriceTicker-module__NH7KLW__tickerInner{align-items:center;width:max-content;height:100%;animation:34s linear infinite PriceTicker-module__NH7KLW__ticker;display:flex}.PriceTicker-module__NH7KLW__tickerItem{align-items:center;gap:var(--space-2);height:100%;padding:0 var(--space-5);color:#ffffffdb;white-space:nowrap;border-right:1px solid #ffffff14;display:flex}.PriceTicker-module__NH7KLW__tickerSymbol{color:var(--text-white);font-size:.84rem;font-weight:800}.PriceTicker-module__NH7KLW__tickerPrice{font-family:var(--font-mono);color:#ffffffb8;font-size:.78rem}.PriceTicker-module__NH7KLW__tickerChange{border-radius:var(--radius-full);font-family:var(--font-mono);padding:.2rem .5rem;font-size:.72rem;font-weight:700}.PriceTicker-module__NH7KLW__tickerUp{color:#7cf0c2;background:#11a67229}.PriceTicker-module__NH7KLW__tickerDown{color:#ffb3b3;background:#d9515129}@media (max-width:640px){.PriceTicker-module__NH7KLW__ticker{grid-template-columns:1fr;height:auto}.PriceTicker-module__NH7KLW__tickerLabel{display:none}.PriceTicker-module__NH7KLW__tickerViewport{height:var(--ticker-height)}}
.Header-module__lnUIdW__header{z-index:70;-webkit-backdrop-filter:blur(20px);background:#fbf8f1e0;border-bottom:1px solid #1321310f;transition:border-color .2s,box-shadow .2s;position:sticky;top:0}.Header-module__lnUIdW__scrolled{border-bottom-color:#1321311a;box-shadow:0 4px 24px #1321310f}.Header-module__lnUIdW__headerInner{max-width:var(--max-width);padding:0 var(--space-5);margin:0 auto}.Header-module__lnUIdW__navRow{align-items:center;gap:var(--space-3);height:56px;display:flex}.Header-module__lnUIdW__logo{margin-right:var(--space-2);flex-shrink:0;align-items:center;gap:10px;display:flex}.Header-module__lnUIdW__logoIcon{object-fit:cover;border-radius:10px;flex-shrink:0;width:34px;height:34px}.Header-module__lnUIdW__logoText{font-family:var(--font-display);letter-spacing:-.03em;color:var(--text-primary);white-space:nowrap;font-size:1.1rem;font-weight:800}.Header-module__lnUIdW__logoAccent{color:var(--accent)}.Header-module__lnUIdW__nav{flex:auto;align-items:center;gap:2px;min-width:0;display:flex}.Header-module__lnUIdW__navItem{border-radius:var(--radius-full);color:var(--text-secondary);white-space:nowrap;padding:6px 14px;font-size:.85rem;font-weight:600;transition:color .15s,background .15s}.Header-module__lnUIdW__navItem:hover{color:var(--text-primary);background:#1321310a}.Header-module__lnUIdW__navItemActive{color:var(--accent);background:#0f766e14;font-weight:700}.Header-module__lnUIdW__headerRight{align-items:center;gap:var(--space-2);flex-shrink:0;margin-left:auto;display:flex}.Header-module__lnUIdW__searchBar{border-radius:var(--radius-full);background:#1321310a;border:1px solid #0000;align-items:center;gap:8px;width:220px;padding:7px 14px;transition:border-color .15s,background .15s,width .25s;display:flex}.Header-module__lnUIdW__searchBar:focus-within{background:#fff;border-color:#0f766e4d;width:280px;box-shadow:0 0 0 3px #0f766e14}.Header-module__lnUIdW__searchIcon{width:15px;height:15px;color:var(--text-tertiary);flex-shrink:0}.Header-module__lnUIdW__searchInput{width:100%;color:var(--text-primary);background:0 0;border:none;outline:none;font-size:.82rem}.Header-module__lnUIdW__searchInput::placeholder{color:var(--text-tertiary)}.Header-module__lnUIdW__mobileMenuBtn{cursor:pointer;background:#1321310a;border:none;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:40px;height:40px;display:none}.Header-module__lnUIdW__mobileMenuLine{background:var(--text-primary);border-radius:999px;width:18px;height:2px;transition:transform .2s,opacity .2s}.Header-module__lnUIdW__mobileMenuBtnActive .Header-module__lnUIdW__mobileMenuLine:first-child{transform:translateY(7px)rotate(45deg)}.Header-module__lnUIdW__mobileMenuBtnActive .Header-module__lnUIdW__mobileMenuLine:nth-child(2){opacity:0}.Header-module__lnUIdW__mobileMenuBtnActive .Header-module__lnUIdW__mobileMenuLine:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.Header-module__lnUIdW__mobileMenuBackdrop,.Header-module__lnUIdW__mobileMenuPanel{display:none}.Header-module__lnUIdW__mobilePanelInner{gap:var(--space-4);flex-direction:column;display:flex}.Header-module__lnUIdW__mobileSearchBar{gap:var(--space-2);display:flex}.Header-module__lnUIdW__mobileSearchInput{border-radius:var(--radius-full);min-width:0;color:var(--text-primary);background:#fff;border:1px solid #1321311a;outline:none;flex:1;padding:12px 16px;font-size:.9rem}.Header-module__lnUIdW__mobileSearchButton{border-radius:var(--radius-full);background:var(--accent-gradient);color:var(--text-white);cursor:pointer;border:none;padding:0 20px;font-size:.88rem;font-weight:700}.Header-module__lnUIdW__mobileTopicRail{flex-wrap:wrap;gap:8px;display:flex}.Header-module__lnUIdW__mobileTopicChip{border-radius:var(--radius-full);color:var(--text-secondary);cursor:pointer;background:#fff;border:1px solid #13213114;padding:8px 14px;font-size:.78rem;font-weight:600}.Header-module__lnUIdW__mobileNav{flex-direction:column;gap:8px;display:flex}.Header-module__lnUIdW__mobileNavItem{border-radius:var(--radius-lg);background:#fff;border:1px solid #1321310f;flex-direction:column;gap:4px;padding:14px 16px;transition:border-color .15s;display:flex}.Header-module__lnUIdW__mobileNavItemActive{background:#0f766e08;border-color:#0f766e33}.Header-module__lnUIdW__mobileNavLabel{color:var(--text-primary);font-size:.95rem;font-weight:700}.Header-module__lnUIdW__mobileNavDescription{color:var(--text-tertiary);font-size:.78rem;line-height:1.4}.Header-module__lnUIdW__mobileActionGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.Header-module__lnUIdW__mobileActionCard{border-radius:var(--radius-lg);background:var(--bg-dark);min-height:56px;color:var(--text-white);text-align:center;justify-content:center;align-items:center;padding:12px;font-size:.82rem;font-weight:700;display:flex}@media (max-width:1024px){.Header-module__lnUIdW__navItem{padding:6px 10px;font-size:.82rem}.Header-module__lnUIdW__searchBar{width:180px}.Header-module__lnUIdW__searchBar:focus-within{width:240px}}@media (max-width:860px){.Header-module__lnUIdW__headerInner{padding:0 var(--space-4)}.Header-module__lnUIdW__nav,.Header-module__lnUIdW__searchBar{display:none}.Header-module__lnUIdW__mobileMenuBtn{display:inline-flex}.Header-module__lnUIdW__mobileMenuBackdrop{opacity:0;pointer-events:none;z-index:68;cursor:pointer;background:#1e3a5f6b;border:none;transition:opacity .25s;display:block;position:fixed;inset:0}.Header-module__lnUIdW__mobileMenuBackdropVisible{opacity:1;pointer-events:auto}.Header-module__lnUIdW__mobileMenuPanel{padding:0 var(--space-4) var(--space-4);opacity:0;pointer-events:none;z-index:69;transition:transform .25s,opacity .25s;display:block;position:absolute;top:100%;left:0;right:0;transform:translateY(-8px)}.Header-module__lnUIdW__mobileMenuPanelOpen{opacity:1;pointer-events:auto;transform:translateY(0)}.Header-module__lnUIdW__mobilePanelInner{border-radius:var(--radius-xl);padding:var(--space-4);background:#fbf8f1f7;border:1px solid #13213114;max-height:min(75vh,600px);overflow-y:auto;box-shadow:0 12px 40px #1321311f}}@media (max-width:480px){.Header-module__lnUIdW__mobileActionGrid{grid-template-columns:1fr}.Header-module__lnUIdW__mobileSearchBar{flex-direction:column}}
.Footer-module__3hUVsW__footer{margin-top:var(--space-24);color:#ffffffb8;background:radial-gradient(circle at 100% 0,#f0a33e2e,#0000 24%),linear-gradient(#1e3a5f 0%,#152d48 100%);position:relative;overflow:hidden}.Footer-module__3hUVsW__footer:before{content:"";opacity:.16;pointer-events:none;background-color:#0000;background-image:linear-gradient(#ffffff0a 1px,#0000 1px),linear-gradient(90deg,#ffffff0a 1px,#0000 1px);background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:42px 42px;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;position:absolute;inset:0}.Footer-module__3hUVsW__footerInner{z-index:1;max-width:var(--max-width);padding:var(--space-16) var(--space-6) var(--space-8);margin:0 auto;position:relative}.Footer-module__3hUVsW__leadCard{justify-content:space-between;align-items:center;gap:var(--space-8);padding:var(--space-8);border-radius:var(--radius-2xl);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffff14;border:1px solid #ffffff1a;display:flex}.Footer-module__3hUVsW__leadMain{gap:var(--space-4);flex-direction:column;max-width:720px;display:flex}.Footer-module__3hUVsW__footerLogo{align-items:center;gap:var(--space-3);display:flex}.Footer-module__3hUVsW__footerLogoIcon{object-fit:cover;border-radius:18px;flex-shrink:0;width:52px;height:52px}.Footer-module__3hUVsW__footerLogoText{flex-direction:column;display:flex}.Footer-module__3hUVsW__footerLogoKicker{text-transform:uppercase;letter-spacing:.14em;color:#ffffff8f;font-size:.72rem;font-weight:700}.Footer-module__3hUVsW__footerLogoName{font-family:var(--font-display);letter-spacing:-.03em;color:var(--text-white);font-size:1.6rem;font-weight:800}.Footer-module__3hUVsW__footerDesc{font-size:var(--text-base);color:#ffffffc2;line-height:1.8}.Footer-module__3hUVsW__leadActions{gap:var(--space-3);flex-wrap:wrap;justify-content:flex-end;display:flex}.Footer-module__3hUVsW__primaryAction,.Footer-module__3hUVsW__secondaryAction{min-height:54px;padding:0 var(--space-6);border-radius:var(--radius-full);transition:transform var(--transition-fast), box-shadow var(--transition-fast), background var(--transition-fast);justify-content:center;align-items:center;font-weight:700;display:inline-flex}.Footer-module__3hUVsW__primaryAction{background:var(--text-white);color:var(--bg-dark)}.Footer-module__3hUVsW__secondaryAction{color:var(--text-white);background:0 0;border:1px solid #ffffff29}.Footer-module__3hUVsW__primaryAction:hover,.Footer-module__3hUVsW__secondaryAction:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.Footer-module__3hUVsW__promiseRail{gap:var(--space-4);margin:var(--space-8) 0 var(--space-10);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.Footer-module__3hUVsW__promiseCard{padding:var(--space-5);border-radius:var(--radius-lg);color:#ffffffbd;background:#ffffff0d;border:1px solid #ffffff14;line-height:1.7}.Footer-module__3hUVsW__footerGrid{gap:var(--space-8);grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.Footer-module__3hUVsW__footerCol h4{margin-bottom:var(--space-4);font-size:var(--text-base);color:var(--text-white);font-weight:800}.Footer-module__3hUVsW__footerCol ul{gap:var(--space-3);flex-direction:column;display:flex}.Footer-module__3hUVsW__footerCol a{color:#ffffffad;transition:color var(--transition-fast), transform var(--transition-fast)}.Footer-module__3hUVsW__footerCol a:hover{color:var(--text-white)}.Footer-module__3hUVsW__communityList{gap:var(--space-3);flex-wrap:wrap;display:flex}.Footer-module__3hUVsW__communityLink{border-radius:var(--radius-full);background:#ffffff14;border:1px solid #ffffff14;justify-content:center;align-items:center;padding:.8rem 1rem;font-weight:700;display:inline-flex}.Footer-module__3hUVsW__communityLink:hover{background:#ffffff1f}.Footer-module__3hUVsW__contactBox{margin-top:var(--space-4);padding:var(--space-4);border-radius:var(--radius-lg);gap:var(--space-2);background:#ffffff0f;border:1px solid #ffffff14;flex-direction:column;display:flex}.Footer-module__3hUVsW__contactBox span:first-child{text-transform:uppercase;letter-spacing:.14em;color:#ffffff80;font-size:.72rem;font-weight:700}.Footer-module__3hUVsW__contactBox a{color:var(--text-white);font-weight:700}.Footer-module__3hUVsW__footerBottom{gap:var(--space-6);margin-top:var(--space-10);padding-top:var(--space-6);border-top:1px solid #ffffff14;grid-template-columns:1fr 1.4fr;font-size:.85rem;display:grid}.Footer-module__3hUVsW__footerDisclaimer{line-height:1.7}@media (max-width:1024px){.Footer-module__3hUVsW__leadCard,.Footer-module__3hUVsW__footerBottom{grid-template-columns:1fr;display:grid}.Footer-module__3hUVsW__leadActions{justify-content:flex-start}.Footer-module__3hUVsW__promiseRail{grid-template-columns:1fr}.Footer-module__3hUVsW__footerGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.Footer-module__3hUVsW__footer{margin-top:var(--space-12)}.Footer-module__3hUVsW__footerInner{padding:var(--space-8) var(--space-3) var(--space-6)}.Footer-module__3hUVsW__leadCard{padding:var(--space-4);gap:var(--space-4)}.Footer-module__3hUVsW__leadMain{gap:var(--space-2)}.Footer-module__3hUVsW__footerLogoIcon{border-radius:12px;width:36px;height:36px}.Footer-module__3hUVsW__footerLogoName{font-size:1.15rem}.Footer-module__3hUVsW__footerLogoKicker{font-size:.62rem}.Footer-module__3hUVsW__footerDesc{font-size:.82rem;line-height:1.6}.Footer-module__3hUVsW__primaryAction,.Footer-module__3hUVsW__secondaryAction{width:100%;min-height:44px;font-size:.85rem}.Footer-module__3hUVsW__promiseRail{margin:var(--space-5) 0 var(--space-6);gap:var(--space-2)}.Footer-module__3hUVsW__promiseCard{padding:var(--space-3);font-size:.82rem;line-height:1.5}.Footer-module__3hUVsW__footerGrid{gap:var(--space-4);grid-template-columns:1fr}.Footer-module__3hUVsW__footerCol h4{margin-bottom:var(--space-2);font-size:.88rem}.Footer-module__3hUVsW__footerCol ul{gap:var(--space-2)}.Footer-module__3hUVsW__footerCol a{font-size:.82rem}.Footer-module__3hUVsW__communityLink{padding:.55rem .75rem;font-size:.78rem}.Footer-module__3hUVsW__contactBox{padding:var(--space-3)}.Footer-module__3hUVsW__footerBottom{margin-top:var(--space-6);padding-top:var(--space-4);font-size:.75rem}}
.ArticleCard-module__9Igr7W__cardSmall{gap:var(--space-4);padding:var(--space-4) 0;border-bottom:1px solid var(--border-light);transition:opacity var(--transition-fast), transform var(--transition-fast);color:inherit;display:flex}.ArticleCard-module__9Igr7W__cardSmall:last-child{border-bottom:none}.ArticleCard-module__9Igr7W__cardSmall:hover{transform:translate(2px)}.ArticleCard-module__9Igr7W__cardSmallContent{gap:var(--space-3);flex-direction:column;flex:1;min-width:0;display:flex}.ArticleCard-module__9Igr7W__cardSmallTitle{font-size:var(--text-sm);color:var(--text-primary);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-weight:700;line-height:1.55;display:-webkit-box;overflow:hidden}.ArticleCard-module__9Igr7W__cardSmallImage{border-radius:var(--radius-md);flex-shrink:0;width:84px;height:84px;overflow:hidden}.ArticleCard-module__9Igr7W__cardSmallImage img{object-fit:cover;width:100%;height:100%;transition:transform var(--transition-base)}.ArticleCard-module__9Igr7W__cardSmall:hover .ArticleCard-module__9Igr7W__cardSmallImage img{transform:scale(1.05)}.ArticleCard-module__9Igr7W__cardMedium,.ArticleCard-module__9Igr7W__cardLarge{gap:var(--space-3);height:100%;padding:var(--space-4);border-radius:var(--radius-xl);background:var(--bg-surface,#ffffffb8);border:1px solid var(--border-light,#13213114);box-shadow:var(--shadow-sm);color:inherit;transition:transform var(--transition-fast), box-shadow var(--transition-fast), border-color var(--transition-fast);flex-direction:column;display:flex}.ArticleCard-module__9Igr7W__cardMedium:hover,.ArticleCard-module__9Igr7W__cardLarge:hover{box-shadow:var(--shadow-md);border-color:#0f766e2e;transform:translateY(-4px)}.ArticleCard-module__9Igr7W__cardMediumImage{aspect-ratio:16/11;border-radius:var(--radius-lg);width:100%;position:relative;overflow:hidden}.ArticleCard-module__9Igr7W__cardMediumImage img{object-fit:cover;width:100%;height:100%;transition:transform var(--transition-slow)}.ArticleCard-module__9Igr7W__cardMedium:hover .ArticleCard-module__9Igr7W__cardMediumImage img{transform:scale(1.06)}.ArticleCard-module__9Igr7W__cardMediumTitle{color:var(--text-primary);-webkit-line-clamp:2;-webkit-box-orient:vertical;flex:1;font-size:1rem;font-weight:800;line-height:1.45;display:-webkit-box;overflow:hidden}.ArticleCard-module__9Igr7W__cardMediumTags{gap:var(--space-3);flex-wrap:wrap;display:flex}.ArticleCard-module__9Igr7W__cardLargeImage{aspect-ratio:16/10;border-radius:var(--radius-xl);width:100%;max-height:420px;position:relative;overflow:hidden}.ArticleCard-module__9Igr7W__cardLargeImage img{object-fit:cover;width:100%;height:100%;transition:transform var(--transition-slow)}.ArticleCard-module__9Igr7W__cardLarge:hover .ArticleCard-module__9Igr7W__cardLargeImage img{transform:scale(1.04)}.ArticleCard-module__9Igr7W__cardLargeTitle{font-family:var(--font-display);letter-spacing:-.04em;color:var(--text-primary);-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:clamp(1.35rem,2vw,1.85rem);font-weight:800;line-height:1.18;display:-webkit-box;overflow:hidden}.ArticleCard-module__9Igr7W__cardLargeExcerpt{font-size:var(--text-sm);color:var(--text-secondary);-webkit-line-clamp:2;-webkit-box-orient:vertical;flex:1;line-height:1.7;display:-webkit-box;overflow:hidden}.ArticleCard-module__9Igr7W__cardOverlay{border-radius:var(--radius-xl);color:var(--text-white);aspect-ratio:3/4;box-shadow:var(--shadow-md);flex-direction:column;justify-content:flex-end;display:flex;position:relative;overflow:hidden}.ArticleCard-module__9Igr7W__cardOverlay:hover img{transform:scale(1.06)}.ArticleCard-module__9Igr7W__cardOverlayImage{z-index:0;position:absolute;inset:0}.ArticleCard-module__9Igr7W__cardOverlayImage img{object-fit:cover;width:100%;height:100%;transition:transform var(--transition-slow)}.ArticleCard-module__9Igr7W__cardOverlayGradient{z-index:1;background:linear-gradient(#0000 12%,#000000d1 100%);position:absolute;inset:0}.ArticleCard-module__9Igr7W__cardOverlayContent{z-index:2;padding:var(--space-6);gap:var(--space-3);flex-direction:column;display:flex;position:relative}.ArticleCard-module__9Igr7W__cardOverlayMeta{align-items:center;gap:var(--space-2);font-size:var(--text-xs);opacity:.82;display:flex}.ArticleCard-module__9Igr7W__cardOverlayTag{color:#ffd39e;font-weight:700;font-size:var(--text-xs)}.ArticleCard-module__9Igr7W__cardOverlayTitle{font-size:var(--text-lg);-webkit-line-clamp:3;-webkit-box-orient:vertical;font-weight:800;line-height:1.35;display:-webkit-box;overflow:hidden}.ArticleCard-module__9Igr7W__cardOverlayTags{gap:var(--space-2);font-size:var(--text-xs);opacity:.72;display:flex}.ArticleCard-module__9Igr7W__metaRow{align-items:center;gap:var(--space-2);font-size:var(--text-xs);flex-wrap:wrap;display:flex}.ArticleCard-module__9Igr7W__categoryTag{color:var(--accent);letter-spacing:.08em;text-transform:uppercase;font-weight:800}.ArticleCard-module__9Igr7W__time{color:var(--text-tertiary)}.ArticleCard-module__9Igr7W__dot{background:var(--text-tertiary);border-radius:50%;width:4px;height:4px}.ArticleCard-module__9Igr7W__cardFeatured{gap:var(--space-6);height:100%;padding:var(--space-4);border-radius:var(--radius-xl);background:var(--bg-surface,#ffffffb8);border:1px solid var(--border-light,#13213114);box-shadow:var(--shadow-sm);color:inherit;transition:transform var(--transition-fast), box-shadow var(--transition-fast), border-color var(--transition-fast);display:flex}.ArticleCard-module__9Igr7W__cardFeatured:hover{box-shadow:var(--shadow-md);border-color:#0f766e2e;transform:translateY(-4px)}.ArticleCard-module__9Igr7W__cardFeaturedImage{border-radius:var(--radius-xl);flex-shrink:0;width:260px;height:180px;overflow:hidden}.ArticleCard-module__9Igr7W__cardFeaturedImage img{object-fit:cover;width:100%;height:100%;transition:transform var(--transition-slow)}.ArticleCard-module__9Igr7W__cardFeatured:hover .ArticleCard-module__9Igr7W__cardFeaturedImage img{transform:scale(1.04)}.ArticleCard-module__9Igr7W__cardFeaturedContent{gap:var(--space-3);flex-direction:column;justify-content:center;display:flex}.ArticleCard-module__9Igr7W__cardFeaturedTitle{font-family:var(--font-display);font-size:var(--text-2xl);letter-spacing:-.04em;-webkit-line-clamp:3;-webkit-box-orient:vertical;font-weight:800;line-height:1.15;display:-webkit-box;overflow:hidden}.ArticleCard-module__9Igr7W__cardFeaturedExcerpt{font-size:var(--text-sm);color:var(--text-secondary);-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:1.7;display:-webkit-box;overflow:hidden}@media (max-width:768px){.ArticleCard-module__9Igr7W__cardSmall{gap:var(--space-3);padding:var(--space-3) 0}.ArticleCard-module__9Igr7W__cardSmallContent{gap:var(--space-1)}.ArticleCard-module__9Igr7W__cardSmallTitle{font-size:.82rem;line-height:1.4}.ArticleCard-module__9Igr7W__cardSmallImage{width:68px;height:68px}.ArticleCard-module__9Igr7W__cardMedium,.ArticleCard-module__9Igr7W__cardLarge{gap:var(--space-2);padding:var(--space-3)}.ArticleCard-module__9Igr7W__cardMediumTitle{font-size:.88rem;line-height:1.35}.ArticleCard-module__9Igr7W__cardLargeTitle{font-size:clamp(1.1rem,4vw,1.4rem)}.ArticleCard-module__9Igr7W__cardLargeExcerpt{font-size:.78rem}.ArticleCard-module__9Igr7W__cardFeatured{gap:var(--space-3);padding:var(--space-3);flex-direction:column}.ArticleCard-module__9Igr7W__cardFeaturedImage{aspect-ratio:16/9;width:100%;height:auto}.ArticleCard-module__9Igr7W__cardFeaturedTitle{font-size:1.1rem}.ArticleCard-module__9Igr7W__cardFeaturedContent{gap:var(--space-2)}.ArticleCard-module__9Igr7W__cardOverlay{aspect-ratio:4/5}.ArticleCard-module__9Igr7W__cardOverlayContent{padding:var(--space-4);gap:var(--space-2)}.ArticleCard-module__9Igr7W__cardOverlayTitle{font-size:.95rem}.ArticleCard-module__9Igr7W__metaRow{font-size:.68rem}}
.DisclaimerBanner-module__k5z-aq__banner{padding:var(--space-2) 0;z-index:99;background:linear-gradient(90deg,#fff8e1 0%,#fffde7 50%,#fff8e1 100%);border-bottom:1px solid #f0c14b;position:relative}.DisclaimerBanner-module__k5z-aq__inner{max-width:var(--max-width);padding:0 var(--space-6);align-items:center;gap:var(--space-3);margin:0 auto;display:flex}.DisclaimerBanner-module__k5z-aq__icon{font-size:var(--text-base);flex-shrink:0}.DisclaimerBanner-module__k5z-aq__text{font-size:var(--text-xs);color:#5d4e00;flex:1;line-height:1.5}.DisclaimerBanner-module__k5z-aq__text strong{font-weight:600}.DisclaimerBanner-module__k5z-aq__close{width:28px;height:28px;font-size:var(--text-xs);color:#5d4e00;cursor:pointer;transition:background var(--transition-fast);background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.DisclaimerBanner-module__k5z-aq__close:hover{background:#0000000f}@media (max-width:640px){.DisclaimerBanner-module__k5z-aq__inner{padding:0 var(--space-3);gap:var(--space-2)}.DisclaimerBanner-module__k5z-aq__icon{font-size:.82rem}.DisclaimerBanner-module__k5z-aq__text{font-size:10px;line-height:1.4}.DisclaimerBanner-module__k5z-aq__close{width:24px;height:24px}}
.HeroSection-module__HAA8HW__hero{padding:var(--space-4) 0 var(--space-4);animation:.6s ease-out HeroSection-module__HAA8HW__fadeIn}.HeroSection-module__HAA8HW__heroInner{max-width:var(--max-width,1400px);padding:0 var(--space-4);gap:var(--space-4);grid-template-columns:minmax(0,1fr) 340px;align-items:stretch;margin:0 auto;display:grid}.HeroSection-module__HAA8HW__heroMain{gap:var(--space-3);padding:var(--space-5);border-radius:var(--radius-2xl);box-shadow:var(--shadow-md);background:radial-gradient(circle at 100% 0,#f0a33e24,#0000 24%),linear-gradient(#ffffffd6 0%,#ffffffb8 100%);border:1px solid #13213114;flex-direction:column;min-width:0;display:flex}.HeroSection-module__HAA8HW__heroBadgeRow{justify-content:space-between;align-items:center;display:flex}.HeroSection-module__HAA8HW__heroBadge{align-items:center;gap:var(--space-2);border-radius:var(--radius-full);background:var(--bg-dark,#1e3a5f);color:var(--text-white);letter-spacing:.12em;text-transform:uppercase;padding:.45rem .9rem;font-size:.72rem;font-weight:800;display:inline-flex}.HeroSection-module__HAA8HW__heroBadgeDot{background:#34d399;border-radius:50%;width:6px;height:6px;animation:2s infinite HeroSection-module__HAA8HW__pulse}@keyframes HeroSection-module__HAA8HW__pulse{0%,to{opacity:1}50%{opacity:.4}}.HeroSection-module__HAA8HW__heroCounter{color:var(--text-soft);font-variant-numeric:tabular-nums;font-size:.75rem;font-weight:700}.HeroSection-module__HAA8HW__heroMeta{align-items:center;gap:var(--space-2);flex-wrap:wrap;display:flex}.HeroSection-module__HAA8HW__heroCategoryTag{color:var(--accent);font-weight:600;font-size:var(--text-sm)}.HeroSection-module__HAA8HW__heroDot{background:var(--text-tertiary);border-radius:50%;width:3px;height:3px}.HeroSection-module__HAA8HW__heroDotLight{background:#ffffff80;border-radius:50%;width:3px;height:3px}.HeroSection-module__HAA8HW__heroTimeTag{color:var(--text-tertiary);font-size:var(--text-sm)}.HeroSection-module__HAA8HW__heroTitle{max-width:780px;font-family:var(--font-display);letter-spacing:-.05em;color:var(--text-primary);font-size:clamp(1.5rem,2.8vw,2.2rem);font-weight:800;line-height:1.02;animation:.4s HeroSection-module__HAA8HW__fadeSlide}@keyframes HeroSection-module__HAA8HW__fadeSlide{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.HeroSection-module__HAA8HW__heroExcerpt{max-width:640px;color:var(--text-secondary);-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:.95rem;line-height:1.75;animation:.4s 50ms both HeroSection-module__HAA8HW__fadeSlide;display:-webkit-box;overflow:hidden}.HeroSection-module__HAA8HW__heroTags{gap:var(--space-2);flex-wrap:wrap;display:flex}.HeroSection-module__HAA8HW__heroTag{border-radius:var(--radius-full);color:var(--accent);background:#0f766e14;border:1px solid #0f766e1f;align-items:center;padding:.45rem .7rem;font-size:.76rem;font-weight:700;display:inline-flex}.HeroSection-module__HAA8HW__heroBottom{align-items:center;gap:var(--space-4);display:flex}.HeroSection-module__HAA8HW__heroCta{align-items:center;gap:var(--space-2);border-radius:var(--radius-full);background:var(--bg-dark,#1e3a5f);color:var(--text-white);padding:.7rem 1.4rem;font-size:.88rem;font-weight:800;text-decoration:none;transition:all .2s;display:inline-flex}.HeroSection-module__HAA8HW__heroCta:hover{transform:translateY(-1px);box-shadow:0 4px 16px #13213133}.HeroSection-module__HAA8HW__heroCtaArrow{transition:transform .2s}.HeroSection-module__HAA8HW__heroCta:hover .HeroSection-module__HAA8HW__heroCtaArrow{transform:translate(3px)}.HeroSection-module__HAA8HW__heroDots{align-items:center;gap:6px;display:flex}.HeroSection-module__HAA8HW__dotBtn{cursor:pointer;background:#13213126;border:none;border-radius:50%;width:8px;height:8px;padding:0;transition:all .25s}.HeroSection-module__HAA8HW__dotBtn:hover{background:#0f766e66}.HeroSection-module__HAA8HW__dotActive{background:var(--accent,#0f766e);border-radius:999px;width:24px;height:8px}.HeroSection-module__HAA8HW__heroImage{border-radius:var(--radius-lg);background:var(--bg-muted);max-height:300px;overflow:hidden}.HeroSection-module__HAA8HW__heroImage img{object-fit:cover;width:100%;height:100%;transition:transform var(--transition-slow)}.HeroSection-module__HAA8HW__heroImage:hover img{transform:scale(1.03)}.HeroSection-module__HAA8HW__sliderStrip{gap:var(--space-3);padding-top:var(--space-3);border-top:1px solid #13213114;flex-direction:column;display:flex}.HeroSection-module__HAA8HW__sliderDivider{background:linear-gradient(90deg,#0f766e4d,#0000);width:64px;height:1px}.HeroSection-module__HAA8HW__sliderTrack{gap:var(--space-3);scrollbar-width:none;padding-bottom:var(--space-1);display:flex;overflow-x:auto}.HeroSection-module__HAA8HW__sliderTrack::-webkit-scrollbar{display:none}.HeroSection-module__HAA8HW__sliderCard{padding:var(--space-3);border-radius:var(--radius-lg);gap:var(--space-1);cursor:pointer;text-align:left;font:inherit;background:#ffffffad;border:1px solid #1321310f;flex-direction:column;flex:0 0 220px;transition:all .2s;display:flex}.HeroSection-module__HAA8HW__sliderCard:hover{box-shadow:var(--shadow-sm);border-color:#0f766e2e;transform:translateY(-2px)}.HeroSection-module__HAA8HW__sliderCardActive{background:#0f766e0f;border-color:#0f766e33;box-shadow:0 2px 8px #0f766e14}.HeroSection-module__HAA8HW__sliderCardMeta{justify-content:space-between;align-items:center;gap:var(--space-2);display:flex}.HeroSection-module__HAA8HW__sliderCardCategory{color:var(--accent);text-transform:uppercase;letter-spacing:.1em;font-size:.7rem;font-weight:800}.HeroSection-module__HAA8HW__sliderCardTime{color:var(--text-tertiary);font-size:.72rem}.HeroSection-module__HAA8HW__sliderCardTitle{color:var(--text-primary);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.82rem;font-weight:700;line-height:1.45;display:-webkit-box;overflow:hidden}.HeroSection-module__HAA8HW__heroSidebar{padding:var(--space-4);border-radius:var(--radius-2xl);color:var(--text-white);box-shadow:var(--shadow-lg);background:radial-gradient(circle at 100% 0,#f0a33e24,#0000 24%),linear-gradient(#1e3a5f 0%,#17304d 100%);flex-direction:column;display:flex}.HeroSection-module__HAA8HW__heroSidebarHeader{justify-content:space-between;align-items:center;gap:var(--space-4);margin-bottom:var(--space-3);padding-bottom:var(--space-3);border-bottom:1px solid #ffffff14;display:flex}.HeroSection-module__HAA8HW__heroSidebarTitle{letter-spacing:.14em;text-transform:uppercase;color:#ffffff8f;font-size:.74rem;font-weight:800}.HeroSection-module__HAA8HW__viewAll{color:#ffffffb3;font-size:.78rem;font-weight:700;transition:color .2s}.HeroSection-module__HAA8HW__viewAll:hover{color:#ffd39e}.HeroSection-module__HAA8HW__heroFeaturedCard{aspect-ratio:16/9;border-radius:var(--radius-lg);margin-bottom:var(--space-3);position:relative;overflow:hidden}.HeroSection-module__HAA8HW__heroImageContainer{width:100%;height:100%}.HeroSection-module__HAA8HW__heroFeaturedCard img{object-fit:cover;width:100%;height:100%;transition:transform var(--transition-slow)}.HeroSection-module__HAA8HW__heroFeaturedCard:hover img{transform:scale(1.04)}.HeroSection-module__HAA8HW__heroFeaturedOverlay{padding:var(--space-3);justify-content:flex-end;gap:var(--space-1);background:linear-gradient(#0000 30%,#000c 100%);flex-direction:column;display:flex;position:absolute;inset:0}.HeroSection-module__HAA8HW__heroFeaturedMeta{align-items:center;gap:var(--space-2);color:#ffffffb3;font-size:.72rem;display:flex}.HeroSection-module__HAA8HW__heroFeaturedTag{color:#ffd39e;font-weight:800}.HeroSection-module__HAA8HW__heroFeaturedTitle{color:var(--text-white);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.95rem;font-weight:800;line-height:1.35;display:-webkit-box;overflow:hidden}.HeroSection-module__HAA8HW__heroSidebarList{flex-direction:column;display:flex}.HeroSection-module__HAA8HW__sidebarItem{align-items:flex-start;gap:var(--space-3);padding:var(--space-3) 0;border-bottom:1px solid #ffffff0f;text-decoration:none;transition:opacity .2s;display:flex}.HeroSection-module__HAA8HW__sidebarItem:last-child{border-bottom:none;padding-bottom:0}.HeroSection-module__HAA8HW__sidebarItem:hover{opacity:.85}.HeroSection-module__HAA8HW__sidebarItemText{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.HeroSection-module__HAA8HW__sidebarItemCategory{text-transform:uppercase;letter-spacing:.1em;color:var(--accent,#0f766e);font-size:.7rem;font-weight:800}.HeroSection-module__HAA8HW__sidebarItemTime{color:#ffffff73;font-size:.72rem}.HeroSection-module__HAA8HW__sidebarItemTitle{color:#ffffffeb;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.85rem;font-weight:700;line-height:1.4;display:-webkit-box;overflow:hidden}.HeroSection-module__HAA8HW__sidebarItemThumb{border-radius:var(--radius-md);background:#ffffff14;flex-shrink:0;width:64px;height:64px;overflow:hidden}.HeroSection-module__HAA8HW__sidebarItemThumb img{object-fit:cover;width:100%;height:100%}@media (max-width:1120px){.HeroSection-module__HAA8HW__heroInner{grid-template-columns:1fr}}@media (max-width:768px){.HeroSection-module__HAA8HW__hero{padding:var(--space-2) 0 var(--space-2)}.HeroSection-module__HAA8HW__heroInner{padding:0 var(--space-3);gap:var(--space-3)}.HeroSection-module__HAA8HW__heroMain{padding:var(--space-3);gap:var(--space-2)}.HeroSection-module__HAA8HW__heroSidebar{padding:var(--space-3)}.HeroSection-module__HAA8HW__heroBadge{padding:.3rem .65rem;font-size:.62rem}.HeroSection-module__HAA8HW__heroTitle{letter-spacing:-.03em;font-size:clamp(1.35rem,5.5vw,1.8rem);line-height:1.15}.HeroSection-module__HAA8HW__heroExcerpt{-webkit-line-clamp:2;font-size:.82rem;line-height:1.6}.HeroSection-module__HAA8HW__heroTag{padding:.3rem .55rem;font-size:.66rem}.HeroSection-module__HAA8HW__heroCta{padding:.55rem 1rem;font-size:.78rem}.HeroSection-module__HAA8HW__heroImage{max-height:180px}.HeroSection-module__HAA8HW__sliderCard{padding:var(--space-2);flex-basis:170px}.HeroSection-module__HAA8HW__sliderCardTitle{font-size:.75rem}.HeroSection-module__HAA8HW__heroBottom{gap:var(--space-2);flex-wrap:wrap}.HeroSection-module__HAA8HW__heroFeaturedTitle{font-size:.82rem}.HeroSection-module__HAA8HW__sidebarItemTitle{font-size:.78rem}.HeroSection-module__HAA8HW__sidebarItemThumb{width:52px;height:52px}}
.KnowledgeHubSection-module__vdxOhG__section{padding:var(--space-4) 0}.KnowledgeHubSection-module__vdxOhG__sectionInner{max-width:var(--max-width);padding:0 var(--space-6);margin:0 auto}.KnowledgeHubSection-module__vdxOhG__shell{padding:var(--space-4) var(--space-5);border-radius:var(--radius-2xl);box-shadow:var(--shadow-sm);gap:var(--space-3);background:radial-gradient(circle at 100% 0,#f0a33e1a,#0000 30%),linear-gradient(#ffffffd1 0%,#ffffffad 100%);border:1px solid #13213114;flex-direction:column;display:flex}.KnowledgeHubSection-module__vdxOhG__topRow{justify-content:space-between;align-items:center;gap:var(--space-4);flex-wrap:wrap;display:flex}.KnowledgeHubSection-module__vdxOhG__intro{align-items:center;gap:var(--space-3);flex-wrap:wrap;display:flex}.KnowledgeHubSection-module__vdxOhG__eyebrow{letter-spacing:.14em;text-transform:uppercase;color:var(--accent);white-space:nowrap;font-size:.72rem;font-weight:800}.KnowledgeHubSection-module__vdxOhG__subtitle{color:var(--text-secondary);margin:0;font-size:.85rem;line-height:1.5}.KnowledgeHubSection-module__vdxOhG__quickLinks{gap:var(--space-2);flex-wrap:wrap;display:flex}.KnowledgeHubSection-module__vdxOhG__quickLink{align-items:center;gap:var(--space-2);border-radius:var(--radius-full);color:var(--text-primary);white-space:nowrap;background:#ffffffb8;border:1px solid #13213114;padding:.45rem .8rem;font-size:.8rem;font-weight:700;transition:all .2s;display:inline-flex}.KnowledgeHubSection-module__vdxOhG__quickLink:hover{color:var(--accent);background:#0f766e0f;border-color:#0f766e2e;transform:translateY(-1px)}.KnowledgeHubSection-module__vdxOhG__quickLinkIcon{font-size:.9rem}.KnowledgeHubSection-module__vdxOhG__quickLinkTitle{font-size:.8rem}.KnowledgeHubSection-module__vdxOhG__bottomRow{align-items:center;gap:var(--space-4);padding-top:var(--space-3);border-top:1px solid #1321310f;flex-wrap:wrap;display:flex}.KnowledgeHubSection-module__vdxOhG__categoryRail{gap:var(--space-2);flex-wrap:wrap;display:flex}.KnowledgeHubSection-module__vdxOhG__categoryChip{align-items:center;gap:var(--space-2);border-radius:var(--radius-full);color:var(--text-white);white-space:nowrap;background:#1e3a5ff2;padding:.4rem .75rem;font-size:.78rem;font-weight:700;transition:all .2s;display:inline-flex}.KnowledgeHubSection-module__vdxOhG__categoryChip:hover{transform:translateY(-1px);box-shadow:0 3px 10px #13213133}.KnowledgeHubSection-module__vdxOhG__categoryIcon{font-size:.85rem}.KnowledgeHubSection-module__vdxOhG__categoryName{font-size:.78rem}.KnowledgeHubSection-module__vdxOhG__categoryCount{color:#ffd39e;background:#ffffff26;border-radius:999px;justify-content:center;align-items:center;min-width:18px;height:18px;font-size:.68rem;font-weight:800;display:inline-flex}.KnowledgeHubSection-module__vdxOhG__topicRail{gap:var(--space-2);flex-wrap:wrap;margin-left:auto;display:flex}.KnowledgeHubSection-module__vdxOhG__topicChip{border-radius:var(--radius-full);color:var(--accent);white-space:nowrap;background:#0f766e0f;border:1px solid #0f766e1a;padding:.35rem .65rem;font-size:.74rem;font-weight:700;transition:all .2s}.KnowledgeHubSection-module__vdxOhG__topicChip:hover{background:#0f766e1f;transform:translateY(-1px)}@media (max-width:1024px){.KnowledgeHubSection-module__vdxOhG__topRow,.KnowledgeHubSection-module__vdxOhG__bottomRow{flex-direction:column;align-items:flex-start}.KnowledgeHubSection-module__vdxOhG__topicRail{margin-left:0}}@media (max-width:768px){.KnowledgeHubSection-module__vdxOhG__sectionInner{padding:0 var(--space-3)}.KnowledgeHubSection-module__vdxOhG__shell{padding:var(--space-3);gap:var(--space-2)}.KnowledgeHubSection-module__vdxOhG__eyebrow{white-space:normal;font-size:.64rem;line-height:1.35}.KnowledgeHubSection-module__vdxOhG__subtitle{font-size:.78rem}.KnowledgeHubSection-module__vdxOhG__quickLinks{width:100%}.KnowledgeHubSection-module__vdxOhG__quickLink{flex:1;justify-content:center;min-width:0;padding:.35rem .6rem;font-size:.72rem}.KnowledgeHubSection-module__vdxOhG__categoryChip{padding:.3rem .6rem;font-size:.7rem}.KnowledgeHubSection-module__vdxOhG__topicChip{padding:.3rem .55rem;font-size:.66rem}.KnowledgeHubSection-module__vdxOhG__bottomRow{padding-top:var(--space-2);gap:var(--space-2)}}
.ui-module__Hi2WXW__badge{align-items:center;gap:var(--space-2);letter-spacing:.14em;text-transform:uppercase;color:var(--accent);font-size:.74rem;font-weight:800;display:inline-flex}.ui-module__Hi2WXW__badge:before{content:"";background:var(--accent-gradient);border-radius:50%;width:10px;height:10px}.ui-module__Hi2WXW__sectionHeader{justify-content:space-between;align-items:center;gap:var(--space-4);margin-bottom:var(--space-6);display:flex}.ui-module__Hi2WXW__viewMore{align-items:center;gap:var(--space-2);font-size:var(--text-sm);color:var(--text-secondary);transition:color var(--transition-fast), transform var(--transition-fast);font-weight:700;display:inline-flex}.ui-module__Hi2WXW__viewMore:hover{color:var(--accent)}.ui-module__Hi2WXW__viewMoreArrow{transition:transform var(--transition-fast)}.ui-module__Hi2WXW__viewMore:hover .ui-module__Hi2WXW__viewMoreArrow{transform:translate(4px)}.ui-module__Hi2WXW__tag{border-radius:var(--radius-full);align-items:center;padding:.45rem .8rem;font-size:.78rem;font-weight:700;display:inline-flex}.ui-module__Hi2WXW__tagCategory{color:var(--accent);background:#0f766e14}.ui-module__Hi2WXW__tagHash{color:var(--text-tertiary);background:#1321310a}.ui-module__Hi2WXW__tagHash:hover{color:var(--accent)}.ui-module__Hi2WXW__meta{align-items:center;gap:var(--space-2);font-size:var(--text-xs);color:var(--text-tertiary);display:flex}.ui-module__Hi2WXW__metaDot{background:currentColor;border-radius:50%;width:4px;height:4px}.ui-module__Hi2WXW__btnReadArticle{align-items:center;gap:var(--space-2);min-height:50px;padding:0 var(--space-5);border-radius:var(--radius-full);background:var(--bg-dark);color:var(--text-white);font-size:var(--text-sm);box-shadow:var(--shadow-sm);transition:transform var(--transition-fast), box-shadow var(--transition-fast), background var(--transition-fast);font-weight:800;display:inline-flex}.ui-module__Hi2WXW__btnReadArticle:hover{box-shadow:var(--shadow-md);background:var(--bg-dark-soft);transform:translateY(-2px)}.ui-module__Hi2WXW__btnArrow{transition:transform var(--transition-fast);font-size:var(--text-base)}.ui-module__Hi2WXW__btnReadArticle:hover .ui-module__Hi2WXW__btnArrow{transform:translate(4px)}
.TrendingSection-module__dznRLG__section{padding:var(--space-6) 0}.TrendingSection-module__dznRLG__sectionInner{max-width:var(--max-width);padding:0 var(--space-6);margin:0 auto}.TrendingSection-module__dznRLG__container{--text-primary:#f8fbff;--text-secondary:#ffffffc7;--text-tertiary:#ffffff8f;--border-light:#ffffff1a;--bg-surface:#ffffff0f;padding:var(--space-6);border-radius:var(--radius-2xl);box-shadow:var(--shadow-lg);background:radial-gradient(circle at 100% 0,#f0a33e24,#0000 24%),linear-gradient(#1e3a5ff5 0%,#17304df5 100%);border:1px solid #ffffff14}.TrendingSection-module__dznRLG__trendingLayout{gap:var(--space-5);grid-template-columns:1.2fr .8fr;align-items:start;display:grid}.TrendingSection-module__dznRLG__trendingFeatured,.TrendingSection-module__dznRLG__trendingList{min-width:0}.TrendingSection-module__dznRLG__trendingList{flex-direction:column;display:flex}@media (max-width:1080px){.TrendingSection-module__dznRLG__trendingLayout{grid-template-columns:1fr}}@media (max-width:768px){.TrendingSection-module__dznRLG__section{padding:var(--space-3) 0}.TrendingSection-module__dznRLG__sectionInner{padding:0 var(--space-3)}.TrendingSection-module__dznRLG__container{padding:var(--space-3)}.TrendingSection-module__dznRLG__trendingLayout{gap:var(--space-3)}}
.LatestNewsSection-module__t-vMSa__section{padding:var(--space-8) 0}.LatestNewsSection-module__t-vMSa__sectionInner{max-width:var(--max-width);padding:0 var(--space-6);margin:0 auto}.LatestNewsSection-module__t-vMSa__container{padding:var(--space-8);border-radius:var(--radius-2xl);box-shadow:var(--shadow-md);background:radial-gradient(circle at 0 0,#0f766e1f,#0000 24%),linear-gradient(#ffffffd6 0%,#ffffffb8 100%);border:1px solid #13213114}.LatestNewsSection-module__t-vMSa__latestLayout{gap:var(--space-6);grid-template-columns:300px 1fr 300px;display:grid}.LatestNewsSection-module__t-vMSa__latestList,.LatestNewsSection-module__t-vMSa__latestRight{padding:var(--space-5);border-radius:var(--radius-xl);background:var(--bg-surface,#ffffffbd);border:1px solid var(--border-light,#1321310f);flex-direction:column;display:flex}.LatestNewsSection-module__t-vMSa__latestCenter{min-width:0}.LatestNewsSection-module__t-vMSa__featuredCard{gap:var(--space-4);color:inherit;flex-direction:column;display:flex}.LatestNewsSection-module__t-vMSa__featuredImageWrap{border-radius:var(--radius-xl);width:100%;min-height:360px;overflow:hidden}.LatestNewsSection-module__t-vMSa__featuredImage{object-fit:cover;width:100%;height:100%;transition:transform var(--transition-slow)}.LatestNewsSection-module__t-vMSa__featuredCard:hover .LatestNewsSection-module__t-vMSa__featuredImage{transform:scale(1.04)}.LatestNewsSection-module__t-vMSa__featuredMeta{align-items:center;gap:var(--space-2);font-size:.82rem;display:flex}.LatestNewsSection-module__t-vMSa__featuredCategory{color:var(--accent);text-transform:uppercase;letter-spacing:.12em;font-weight:800}.LatestNewsSection-module__t-vMSa__featuredDot{background:var(--text-tertiary);border-radius:50%;width:4px;height:4px}.LatestNewsSection-module__t-vMSa__featuredTime{color:var(--text-tertiary)}.LatestNewsSection-module__t-vMSa__featuredTitle{font-family:var(--font-display);letter-spacing:-.04em;color:var(--text-primary);font-size:clamp(1.9rem,4vw,2.7rem);font-weight:800;line-height:1.08}.LatestNewsSection-module__t-vMSa__featuredExcerpt{max-width:720px;font-size:var(--text-base);color:var(--text-secondary);line-height:1.8}.LatestNewsSection-module__t-vMSa__featuredTags{gap:var(--space-2);flex-wrap:wrap;display:flex}.LatestNewsSection-module__t-vMSa__featuredTag{border-radius:var(--radius-full);color:var(--signal-strong);background:#f0a33e1f;padding:.55rem .8rem;font-size:.78rem;font-weight:700}.LatestNewsSection-module__t-vMSa__rightHeader{padding-bottom:var(--space-3);margin-bottom:var(--space-2);border-bottom:1px solid #13213114}.LatestNewsSection-module__t-vMSa__rightTitle{letter-spacing:.14em;text-transform:uppercase;color:var(--text-tertiary);font-size:.76rem;font-weight:800}@media (max-width:1180px){.LatestNewsSection-module__t-vMSa__latestLayout{grid-template-columns:1fr}.LatestNewsSection-module__t-vMSa__latestList{order:2}.LatestNewsSection-module__t-vMSa__latestRight{order:3}}@media (max-width:768px){.LatestNewsSection-module__t-vMSa__section{padding:var(--space-4) 0}.LatestNewsSection-module__t-vMSa__sectionInner{padding:0 var(--space-3)}.LatestNewsSection-module__t-vMSa__container,.LatestNewsSection-module__t-vMSa__latestList,.LatestNewsSection-module__t-vMSa__latestRight{padding:var(--space-3)}.LatestNewsSection-module__t-vMSa__featuredCard{gap:var(--space-2)}.LatestNewsSection-module__t-vMSa__featuredImageWrap{border-radius:var(--radius-lg);min-height:180px}.LatestNewsSection-module__t-vMSa__featuredMeta{font-size:.72rem}.LatestNewsSection-module__t-vMSa__featuredTitle{font-size:clamp(1.2rem,5vw,1.5rem);line-height:1.2}.LatestNewsSection-module__t-vMSa__featuredExcerpt{font-size:.82rem;line-height:1.6}.LatestNewsSection-module__t-vMSa__featuredTag{padding:.35rem .6rem;font-size:.68rem}}
.PopularNews-module__5DQx-q__section{padding:var(--space-8) 0}.PopularNews-module__5DQx-q__sectionInner{max-width:var(--max-width);padding:0 var(--space-6);margin:0 auto}.PopularNews-module__5DQx-q__scrollContainer{gap:var(--space-5);scroll-snap-type:x mandatory;scroll-behavior:smooth;padding-bottom:var(--space-4);scrollbar-width:none;display:flex;overflow-x:auto}.PopularNews-module__5DQx-q__scrollContainer::-webkit-scrollbar{display:none}.PopularNews-module__5DQx-q__scrollItem{scroll-snap-align:start;padding:var(--space-4);border-radius:var(--radius-xl);background:var(--bg-surface,#ffffffb8);border:1px solid var(--border-light,#13213114);box-shadow:var(--shadow-sm);flex-direction:column;flex:0 0 320px;display:flex}@media (max-width:768px){.PopularNews-module__5DQx-q__sectionInner{padding:0 var(--space-4)}.PopularNews-module__5DQx-q__scrollItem{flex-basis:260px}}
.ReadingProgress-module__WeIhlq__progressBar{z-index:200;pointer-events:none;background:0 0;height:3px;position:fixed;top:0;left:0;right:0}.ReadingProgress-module__WeIhlq__progressFill{background:var(--accent-gradient);border-radius:0 2px 2px 0;height:100%;transition:width .1s linear}
.ReadersChoice-module__NRu8dq__section{padding:var(--space-8) 0}.ReadersChoice-module__NRu8dq__sectionInner{max-width:var(--max-width);padding:0 var(--space-6);margin:0 auto}.ReadersChoice-module__NRu8dq__container{padding:var(--space-8);border-radius:var(--radius-2xl);box-shadow:var(--shadow-md);background:radial-gradient(circle at 0 100%,#0f766e1f,#0000 26%),linear-gradient(#ffffffd1 0%,#ffffffad 100%);border:1px solid #13213114}.ReadersChoice-module__NRu8dq__readersLayout{gap:var(--space-6);grid-template-columns:minmax(0,1.05fr) minmax(0,.9fr) minmax(0,.9fr);display:grid}.ReadersChoice-module__NRu8dq__readersOverlay{min-width:0;height:100%}.ReadersChoice-module__NRu8dq__readersOverlay>a{height:100%}.ReadersChoice-module__NRu8dq__readersColumn{padding:var(--space-5);border-radius:var(--radius-xl);background:var(--bg-surface,#ffffffb8);border:1px solid var(--border-light,#1321310f);flex-direction:column;justify-content:space-between;height:100%;display:flex}@media (max-width:1080px){.ReadersChoice-module__NRu8dq__readersLayout{grid-template-columns:1fr}}@media (max-width:768px){.ReadersChoice-module__NRu8dq__section{padding:var(--space-4) 0}.ReadersChoice-module__NRu8dq__sectionInner{padding:0 var(--space-3)}.ReadersChoice-module__NRu8dq__container{padding:var(--space-3)}.ReadersChoice-module__NRu8dq__readersLayout{gap:var(--space-3)}.ReadersChoice-module__NRu8dq__readersColumn{padding:var(--space-3)}}
.MarketOverview-module__gCY7Hq__section{padding:var(--space-4) 0}.MarketOverview-module__gCY7Hq__sectionInner{max-width:var(--max-width);padding:0 var(--space-6);margin:0 auto}.MarketOverview-module__gCY7Hq__grid{gap:var(--space-5);grid-template-columns:.95fr 1.25fr;align-items:stretch;display:grid}.MarketOverview-module__gCY7Hq__statsCard,.MarketOverview-module__gCY7Hq__coinsCard{padding:var(--space-4);border-radius:var(--radius-2xl);box-shadow:var(--shadow-md);background:#ffffffc7;border:1px solid #13213114;flex-direction:column;display:flex}.MarketOverview-module__gCY7Hq__statsBar{align-items:center;gap:var(--space-2);padding:var(--space-3) var(--space-4);border-radius:var(--radius-lg);background:#f4ede180;border:1px solid #1321310f;flex-wrap:wrap;display:flex}.MarketOverview-module__gCY7Hq__statInline{white-space:nowrap;align-items:center;gap:6px;display:inline-flex}.MarketOverview-module__gCY7Hq__statInline+.MarketOverview-module__gCY7Hq__statInline{padding-left:var(--space-2);border-left:1px solid #1321311f}.MarketOverview-module__gCY7Hq__statLabel{text-transform:uppercase;letter-spacing:.08em;color:var(--text-tertiary);font-size:.68rem;font-weight:700}.MarketOverview-module__gCY7Hq__statValue{color:var(--text-primary);font-size:.82rem;font-weight:800}.MarketOverview-module__gCY7Hq__fearGreed{gap:var(--space-2);flex-direction:column;display:flex}.MarketOverview-module__gCY7Hq__fearGreedBar{border-radius:var(--radius-full);background:#13213114;width:100%;height:8px;overflow:hidden}.MarketOverview-module__gCY7Hq__fearGreedFill{border-radius:var(--radius-full);background:linear-gradient(90deg,#d95151 0%,#f0a33e 35%,#11a672 100%);height:100%}.MarketOverview-module__gCY7Hq__fearGreedText{color:var(--signal-strong);font-size:.88rem;font-weight:800}.MarketOverview-module__gCY7Hq__chartArea{margin-top:var(--space-4);padding-top:var(--space-4);border-top:1px solid #13213114}.MarketOverview-module__gCY7Hq__chartLabel{margin-bottom:var(--space-2);text-transform:uppercase;letter-spacing:.14em;color:var(--text-tertiary);font-size:.72rem;font-weight:800;display:block}.MarketOverview-module__gCY7Hq__sparkline{width:100%;height:40px}.MarketOverview-module__gCY7Hq__coinsHeader,.MarketOverview-module__gCY7Hq__coinRow{gap:var(--space-3);grid-template-columns:2fr 1.25fr .8fr .8fr;align-items:center;display:grid}.MarketOverview-module__gCY7Hq__coinsHeader{padding:0 0 var(--space-3);margin-bottom:var(--space-2);border-bottom:1px solid #13213114}.MarketOverview-module__gCY7Hq__coinsCol,.MarketOverview-module__gCY7Hq__coinsColSmall{text-transform:uppercase;letter-spacing:.14em;color:var(--text-tertiary);font-size:.72rem;font-weight:800}.MarketOverview-module__gCY7Hq__coinRow{border-bottom:1px solid #1321310f;padding:.5rem 0}.MarketOverview-module__gCY7Hq__coinRow:last-child{border-bottom:none}.MarketOverview-module__gCY7Hq__coinName{align-items:center;gap:var(--space-3);display:flex}.MarketOverview-module__gCY7Hq__coinSymbol{color:var(--text-primary);font-weight:800}.MarketOverview-module__gCY7Hq__coinFullName{color:var(--text-tertiary);font-size:.78rem}.MarketOverview-module__gCY7Hq__coinPrice{font-family:var(--font-mono);color:var(--text-primary);font-size:.84rem}.MarketOverview-module__gCY7Hq__coinChange{font-family:var(--font-mono);font-size:.82rem;font-weight:800}.MarketOverview-module__gCY7Hq__up{color:var(--ticker-green)}.MarketOverview-module__gCY7Hq__down{color:var(--ticker-red)}.MarketOverview-module__gCY7Hq__coinSparkline{width:60px;height:20px}@media (max-width:1024px){.MarketOverview-module__gCY7Hq__grid{grid-template-columns:1fr}}@media (max-width:768px){.MarketOverview-module__gCY7Hq__sectionInner{padding:0 var(--space-3)}.MarketOverview-module__gCY7Hq__statsCard,.MarketOverview-module__gCY7Hq__coinsCard{padding:var(--space-3)}.MarketOverview-module__gCY7Hq__statsBar{padding:var(--space-2) var(--space-3);gap:var(--space-1)}.MarketOverview-module__gCY7Hq__statLabel{font-size:.56rem}.MarketOverview-module__gCY7Hq__statValue{font-size:.72rem}.MarketOverview-module__gCY7Hq__chartArea{margin-top:var(--space-3);padding-top:var(--space-3)}.MarketOverview-module__gCY7Hq__coinsHeader,.MarketOverview-module__gCY7Hq__coinRow{gap:var(--space-2);grid-template-columns:2fr 1fr .8fr}.MarketOverview-module__gCY7Hq__coinRow{padding:.35rem 0}.MarketOverview-module__gCY7Hq__coinSymbol{font-size:.82rem}.MarketOverview-module__gCY7Hq__coinFullName{font-size:.68rem}.MarketOverview-module__gCY7Hq__coinPrice{font-size:.76rem}.MarketOverview-module__gCY7Hq__coinChange{font-size:.74rem}.MarketOverview-module__gCY7Hq__coinsColSmall,.MarketOverview-module__gCY7Hq__coinSparkline{display:none}}
.ArticleReactions-module__WhzPnG__wrapper{margin:var(--space-8) 0;padding:var(--space-6);border-radius:var(--radius-xl);background:var(--bg-card);border:1px solid var(--border-light);text-align:center}.ArticleReactions-module__WhzPnG__title{font-size:var(--text-base);color:var(--text-primary);margin:0 0 var(--space-4);font-weight:600}.ArticleReactions-module__WhzPnG__reactions{justify-content:center;gap:var(--space-3);flex-wrap:wrap;display:flex}.ArticleReactions-module__WhzPnG__reactionBtn{align-items:center;gap:var(--space-1);padding:var(--space-3) var(--space-4);border-radius:var(--radius-lg);border:1.5px solid var(--border-light);background:var(--bg-primary);cursor:pointer;transition:all var(--transition-fast);flex-direction:column;min-width:64px;display:flex}.ArticleReactions-module__WhzPnG__reactionBtn:hover{border-color:var(--accent);box-shadow:var(--shadow-sm);transform:translateY(-2px)}.ArticleReactions-module__WhzPnG__reactionBtn:active{transform:scale(.95)}.ArticleReactions-module__WhzPnG__reactionBtn.ArticleReactions-module__WhzPnG__voted{border-color:var(--accent);background:var(--accent-light)}.ArticleReactions-module__WhzPnG__emoji{transition:transform var(--transition-fast);font-size:1.5rem;line-height:1}.ArticleReactions-module__WhzPnG__reactionBtn:hover .ArticleReactions-module__WhzPnG__emoji{transform:scale(1.2)}.ArticleReactions-module__WhzPnG__count{font-size:var(--text-xs);color:var(--text-secondary);font-weight:600;font-family:var(--font-mono)}.ArticleReactions-module__WhzPnG__reactionBtn.ArticleReactions-module__WhzPnG__voted .ArticleReactions-module__WhzPnG__count{color:var(--accent)}.ArticleReactions-module__WhzPnG__total{margin:var(--space-3) 0 0;font-size:var(--text-xs);color:var(--text-tertiary)}.ArticleReactions-module__WhzPnG__skeleton{border-radius:var(--radius-lg);background:linear-gradient(90deg, var(--bg-card) 25%, var(--border-light) 50%, var(--bg-card) 75%);background-size:200% 100%;height:80px;animation:1.5s infinite ArticleReactions-module__WhzPnG__shimmer}@keyframes ArticleReactions-module__WhzPnG__shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (max-width:640px){.ArticleReactions-module__WhzPnG__wrapper{padding:var(--space-4)}.ArticleReactions-module__WhzPnG__reactionBtn{padding:var(--space-2) var(--space-3);min-width:54px}.ArticleReactions-module__WhzPnG__emoji{font-size:1.25rem}}
.article-module__2NJc5W__page{min-height:100vh}.article-module__2NJc5W__content{max-width:var(--max-width);padding:var(--space-6) var(--space-6) var(--space-12);margin:0 auto}.article-module__2NJc5W__breadcrumb{align-items:center;gap:var(--space-2);margin-bottom:var(--space-4);color:var(--text-tertiary);font-size:.82rem;display:flex}.article-module__2NJc5W__breadcrumb a{color:var(--accent);font-weight:700}.article-module__2NJc5W__breadcrumbSep{color:var(--text-soft)}.article-module__2NJc5W__articleLayout{gap:var(--space-8);grid-template-columns:minmax(0,1fr) 320px;align-items:start;display:grid}.article-module__2NJc5W__articleMain{min-width:0}.article-module__2NJc5W__articleHero{padding:var(--space-8);border-radius:var(--radius-2xl);box-shadow:var(--shadow-md);background:radial-gradient(circle at 100% 0,#f0a33e29,#0000 24%),linear-gradient(#ffffffd6 0%,#ffffffb3 100%);border:1px solid #13213114}.article-module__2NJc5W__contentTypeMeta{align-items:center;gap:var(--space-3);margin-bottom:var(--space-4);flex-wrap:wrap;display:flex}.article-module__2NJc5W__contentType{border-radius:var(--radius-full);color:var(--text-white);letter-spacing:.12em;text-transform:uppercase;padding:.45rem .8rem;font-size:.72rem;font-weight:800}.article-module__2NJc5W__articleCategory{letter-spacing:.12em;text-transform:uppercase;color:var(--accent);font-size:.82rem;font-weight:800}.article-module__2NJc5W__articleDot{background:var(--text-tertiary);border-radius:50%;width:4px;height:4px}.article-module__2NJc5W__articleTime,.article-module__2NJc5W__articleReadTime{color:var(--text-tertiary);font-size:.86rem}.article-module__2NJc5W__articleTitle{max-width:920px;font-family:var(--font-display);letter-spacing:-.06em;color:var(--text-primary);font-size:clamp(2.5rem,5vw,4.7rem);line-height:.98}.article-module__2NJc5W__articleExcerpt{max-width:820px;margin-top:var(--space-4);color:var(--text-secondary);font-size:1.08rem;line-height:1.85}.article-module__2NJc5W__heroInsights{gap:var(--space-4);margin-top:var(--space-6);grid-template-columns:1.1fr .9fr;display:grid}.article-module__2NJc5W__highlightsCard,.article-module__2NJc5W__factsCard{padding:var(--space-5);border-radius:var(--radius-xl);background:#ffffffc2;border:1px solid #13213114}.article-module__2NJc5W__panelEyebrow{align-items:center;gap:var(--space-2);letter-spacing:.14em;text-transform:uppercase;color:var(--accent);font-size:.74rem;font-weight:800;display:inline-flex}.article-module__2NJc5W__highlightList{gap:var(--space-3);margin-top:var(--space-4);flex-direction:column;display:flex}.article-module__2NJc5W__highlightList li{color:var(--text-primary);padding-left:1.1rem;line-height:1.7;position:relative}.article-module__2NJc5W__highlightList li:before{content:"";background:var(--accent);border-radius:50%;width:6px;height:6px;position:absolute;top:.65rem;left:0}.article-module__2NJc5W__factsBar{align-items:center;gap:var(--space-2);padding:var(--space-3) var(--space-4);border-radius:var(--radius-lg);background:#f4ede180;border:1px solid #1321310f;flex-wrap:wrap;display:flex}.article-module__2NJc5W__factInline{white-space:nowrap;align-items:center;gap:6px;display:inline-flex}.article-module__2NJc5W__factInline+.article-module__2NJc5W__factInline{padding-left:var(--space-2);border-left:1px solid #1321311f}.article-module__2NJc5W__factLabel{text-transform:uppercase;letter-spacing:.08em;color:var(--text-tertiary);font-size:.72rem;font-weight:700}.article-module__2NJc5W__factValue{color:var(--text-primary);font-size:.82rem;font-weight:800}.article-module__2NJc5W__articleImage{margin-top:var(--space-6);border-radius:var(--radius-2xl);background:var(--bg-muted);min-height:380px;overflow:hidden}.article-module__2NJc5W__articleImage img{object-fit:cover;width:100%;height:100%}.article-module__2NJc5W__articleAuthor{justify-content:space-between;align-items:center;gap:var(--space-4);padding:var(--space-6);margin-top:var(--space-6);border-radius:var(--radius-xl);background:#ffffffb8;border:1px solid #13213114;display:flex}.article-module__2NJc5W__authorIdentity{align-items:center;gap:var(--space-4);display:flex}.article-module__2NJc5W__authorAvatar,.article-module__2NJc5W__authorAvatarImage{border-radius:20px;flex-shrink:0;width:64px;height:64px}.article-module__2NJc5W__authorAvatar{background:var(--accent-gradient);color:var(--text-white);justify-content:center;align-items:center;font-size:1.25rem;font-weight:800;display:flex}.article-module__2NJc5W__authorAvatarImage{object-fit:cover}.article-module__2NJc5W__authorInfo{gap:var(--space-1);flex-direction:column;display:flex}.article-module__2NJc5W__authorName,.article-module__2NJc5W__authorNameLink{font-size:var(--text-base);color:var(--text-primary);font-weight:800}.article-module__2NJc5W__authorNameLink{color:var(--accent)}.article-module__2NJc5W__authorRole{color:var(--text-secondary);font-size:.9rem}.article-module__2NJc5W__authorExperience{max-width:560px;color:var(--text-tertiary);font-size:.86rem;line-height:1.6}.article-module__2NJc5W__publishInfo{gap:var(--space-1);text-align:right;color:var(--text-tertiary);flex-direction:column;font-size:.82rem;font-weight:700;display:flex}.article-module__2NJc5W__mobileToc{display:none}.article-module__2NJc5W__articleBody{margin-top:var(--space-8);padding:var(--space-2) var(--space-1);color:var(--text-primary);font-size:1.06rem;line-height:1.92}.article-module__2NJc5W__articleBody h2,.article-module__2NJc5W__articleBody h3{scroll-margin-top:calc(var(--nav-height) + var(--space-5))}.article-module__2NJc5W__articleBody p,.article-module__2NJc5W__articleBody ul,.article-module__2NJc5W__articleBody ol,.article-module__2NJc5W__articleBody blockquote,.article-module__2NJc5W__articleBody table{margin-bottom:var(--space-5)}.article-module__2NJc5W__articleBody h2{margin:var(--space-10) 0 var(--space-4);font-family:var(--font-display);letter-spacing:-.04em;font-size:clamp(1.6rem,2.5vw,2.4rem);line-height:1.14}.article-module__2NJc5W__articleBody h3{margin:var(--space-8) 0 var(--space-3);font-size:clamp(1.2rem,2vw,1.55rem);line-height:1.25}.article-module__2NJc5W__articleBody ul,.article-module__2NJc5W__articleBody ol{padding-left:1.4rem}.article-module__2NJc5W__articleBody ul{list-style:outside}.article-module__2NJc5W__articleBody ol{list-style:decimal}.article-module__2NJc5W__articleBody li{margin-bottom:var(--space-2)}.article-module__2NJc5W__articleBody blockquote{padding:var(--space-5);border-left:4px solid var(--accent);border-radius:0 var(--radius-lg) var(--radius-lg) 0;color:var(--text-secondary);background:#0f766e14}.article-module__2NJc5W__articleBody a{color:var(--accent);text-decoration:underline}.article-module__2NJc5W__articleBody img{border-radius:var(--radius-xl)}.article-module__2NJc5W__sourcesSection{margin-top:var(--space-8);padding:var(--space-6);border-radius:var(--radius-xl);background:#ffffffb8;border:1px solid #13213114}.article-module__2NJc5W__sourcesTitle{margin-bottom:var(--space-3);letter-spacing:.14em;text-transform:uppercase;color:var(--accent);font-size:.82rem;font-weight:800}.article-module__2NJc5W__sourcesList{gap:var(--space-3);flex-direction:column;display:flex}.article-module__2NJc5W__sourcesList li{color:var(--text-secondary);padding-left:1rem;line-height:1.7;position:relative}.article-module__2NJc5W__sourcesList li:before{content:"";background:var(--signal);border-radius:50%;width:5px;height:5px;position:absolute;top:.7rem;left:0}.article-module__2NJc5W__articleDisclaimer{margin-top:var(--space-6);padding:var(--space-5);border-radius:var(--radius-xl);color:#735312;background:#f0a33e1f;border:1px solid #f0a33e38;line-height:1.7}.article-module__2NJc5W__articleDisclaimer a{color:var(--accent);font-weight:700}.article-module__2NJc5W__editorialNote{align-items:flex-start;gap:var(--space-3);margin-top:var(--space-3);padding:var(--space-4) var(--space-5);border-radius:var(--radius-xl);color:var(--text-tertiary);background:#1321310a;border:1px solid #13213114;font-size:.82rem;line-height:1.7;display:flex}.article-module__2NJc5W__editorialNote svg{color:var(--text-soft);flex-shrink:0;margin-top:2px}.article-module__2NJc5W__editorialNote a{color:var(--accent);font-weight:700}.article-module__2NJc5W__articleTags{gap:var(--space-2);margin-top:var(--space-8);flex-wrap:wrap;display:flex}.article-module__2NJc5W__articleTag{border-radius:var(--radius-full);color:var(--accent);background:#0f766e14;padding:.7rem .95rem;font-size:.82rem;font-weight:700}.article-module__2NJc5W__shareRow{display:none}.article-module__2NJc5W__shareLabel{color:var(--text-secondary);font-size:.84rem;font-weight:800}.article-module__2NJc5W__shareBtn{width:44px;height:44px;color:var(--text-primary);transition:transform var(--transition-fast), box-shadow var(--transition-fast), border-color var(--transition-fast);background:#ffffffb8;border:1px solid #13213114;border-radius:50%;justify-content:center;align-items:center;font-size:.78rem;font-weight:800;display:inline-flex}.article-module__2NJc5W__shareBtn:hover{box-shadow:var(--shadow-sm);border-color:#0f766e33;transform:translateY(-2px)}.article-module__2NJc5W__sidebar{gap:var(--space-4);top:calc(var(--nav-height) + var(--space-4));flex-direction:column;display:flex;position:sticky}.article-module__2NJc5W__sidebarCard{padding:var(--space-5);border-radius:var(--radius-xl);box-shadow:var(--shadow-sm);background:#ffffffc2;border:1px solid #13213114}.article-module__2NJc5W__sidebarTitle{margin-bottom:var(--space-4);letter-spacing:.14em;text-transform:uppercase;color:var(--text-tertiary);font-size:.78rem;font-weight:800}.article-module__2NJc5W__tocList,.article-module__2NJc5W__mobileTocList{gap:var(--space-2);flex-direction:column;display:flex}.article-module__2NJc5W__tocLink{color:var(--text-secondary);transition:color var(--transition-fast), transform var(--transition-fast);line-height:1.55}.article-module__2NJc5W__tocLink:hover{color:var(--accent);transform:translate(2px)}.article-module__2NJc5W__tocLinkNested{padding-left:var(--space-4);font-size:.92rem}.article-module__2NJc5W__sidebarShare{gap:var(--space-2);flex-wrap:wrap;display:flex}.article-module__2NJc5W__relatedSection{margin-top:var(--space-16)}.article-module__2NJc5W__relatedTitle{margin-bottom:var(--space-5);font-family:var(--font-display);letter-spacing:-.04em;font-size:clamp(1.8rem,3vw,2.5rem);line-height:1.05}.article-module__2NJc5W__relatedGrid{gap:var(--space-5);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}@media (max-width:1180px){.article-module__2NJc5W__articleLayout{grid-template-columns:1fr}.article-module__2NJc5W__sidebar{display:none}.article-module__2NJc5W__shareRow{align-items:center;gap:var(--space-2);margin-top:var(--space-6);flex-wrap:wrap;display:flex}.article-module__2NJc5W__mobileToc{gap:var(--space-3);padding:var(--space-5);margin-top:var(--space-6);border-radius:var(--radius-xl);background:#ffffffb8;border:1px solid #13213114;flex-direction:column;display:flex}}@media (max-width:768px){.article-module__2NJc5W__content{padding:var(--space-3) var(--space-3) var(--space-10)}.article-module__2NJc5W__breadcrumb{margin-bottom:var(--space-3);font-size:.72rem}.article-module__2NJc5W__articleHero{padding:var(--space-4)}.article-module__2NJc5W__contentTypeMeta{gap:var(--space-2);margin-bottom:var(--space-3)}.article-module__2NJc5W__contentType{padding:.3rem .6rem;font-size:.62rem}.article-module__2NJc5W__articleCategory{font-size:.72rem}.article-module__2NJc5W__articleTime,.article-module__2NJc5W__articleReadTime{font-size:.74rem}.article-module__2NJc5W__articleTitle{letter-spacing:-.03em;font-size:clamp(1.4rem,5.5vw,2rem);line-height:1.2}.article-module__2NJc5W__articleExcerpt{margin-top:var(--space-3);font-size:.88rem;line-height:1.65}.article-module__2NJc5W__heroInsights{gap:var(--space-3);margin-top:var(--space-4);grid-template-columns:1fr}.article-module__2NJc5W__highlightsCard{padding:var(--space-3)}.article-module__2NJc5W__panelEyebrow{font-size:.66rem}.article-module__2NJc5W__highlightList{gap:var(--space-2);margin-top:var(--space-3)}.article-module__2NJc5W__highlightList li{font-size:.85rem;line-height:1.55}.article-module__2NJc5W__factsBar{padding:var(--space-2) var(--space-3);gap:var(--space-1)}.article-module__2NJc5W__factLabel{font-size:.58rem}.article-module__2NJc5W__factValue{font-size:.72rem}.article-module__2NJc5W__articleImage{min-height:180px;margin-top:var(--space-4);border-radius:var(--radius-lg)}.article-module__2NJc5W__articleBody{margin-top:var(--space-5);padding:0;font-size:.92rem;line-height:1.8}.article-module__2NJc5W__articleBody h2{margin:var(--space-6) 0 var(--space-3);font-size:clamp(1.15rem,4.5vw,1.5rem)}.article-module__2NJc5W__articleBody h3{margin:var(--space-5) 0 var(--space-2);font-size:clamp(1rem,3.5vw,1.2rem)}.article-module__2NJc5W__articleBody p,.article-module__2NJc5W__articleBody ul,.article-module__2NJc5W__articleBody ol,.article-module__2NJc5W__articleBody blockquote{margin-bottom:var(--space-3)}.article-module__2NJc5W__articleBody blockquote{padding:var(--space-3);font-size:.88rem}.article-module__2NJc5W__articleAuthor{padding:var(--space-3);margin-top:var(--space-3);align-items:center;gap:var(--space-2);flex-direction:row}.article-module__2NJc5W__authorAvatar,.article-module__2NJc5W__authorAvatarImage{border-radius:10px;width:36px;height:36px;font-size:.82rem}.article-module__2NJc5W__authorIdentity{align-items:center;gap:var(--space-2);flex:1;min-width:0}.article-module__2NJc5W__authorInfo{gap:0}.article-module__2NJc5W__authorName,.article-module__2NJc5W__authorNameLink{font-size:.82rem}.article-module__2NJc5W__authorRole{color:var(--text-tertiary);font-size:.68rem}.article-module__2NJc5W__authorExperience{display:none}.article-module__2NJc5W__publishInfo{text-align:right;flex-direction:row;gap:4px;font-size:.68rem}.article-module__2NJc5W__articleTag{padding:.35rem .6rem;font-size:.68rem}.article-module__2NJc5W__articleTags{margin-top:var(--space-4);gap:6px}.article-module__2NJc5W__sourcesSection{padding:var(--space-4);margin-top:var(--space-5)}.article-module__2NJc5W__sourcesList li{font-size:.82rem}.article-module__2NJc5W__articleDisclaimer{padding:var(--space-3);margin-top:var(--space-4);font-size:.82rem}.article-module__2NJc5W__editorialNote{padding:var(--space-3);font-size:.75rem}.article-module__2NJc5W__mobileToc{padding:var(--space-3)}.article-module__2NJc5W__relatedGrid{grid-template-columns:1fr}.article-module__2NJc5W__relatedTitle{font-size:clamp(1.2rem,4vw,1.6rem)}.article-module__2NJc5W__relatedSection{margin-top:var(--space-8)}}
.pages-module__gsH7DG__page{min-height:100vh}.pages-module__gsH7DG__content{max-width:var(--max-width);padding:var(--space-6) var(--space-6) var(--space-12);margin:0 auto;animation:.5s ease-out pages-module__gsH7DG__fadeInUp}.pages-module__gsH7DG__hero{gap:var(--space-4);padding:var(--space-8);margin-bottom:var(--space-8);border-radius:var(--radius-2xl);box-shadow:var(--shadow-md);text-align:center;background:radial-gradient(circle at 100% 0,#f0a33e29,#0000 24%),linear-gradient(#ffffffd6 0%,#ffffffb8 100%);border:1px solid #13213114;flex-direction:column;display:flex}.pages-module__gsH7DG__badge{align-self:center;align-items:center;gap:var(--space-2);letter-spacing:.14em;text-transform:uppercase;color:var(--accent);font-size:.76rem;font-weight:800;display:inline-flex}.pages-module__gsH7DG__badge:before{content:"";background:var(--accent-gradient);border-radius:50%;width:10px;height:10px}.pages-module__gsH7DG__title{max-width:920px;font-family:var(--font-display);letter-spacing:-.06em;color:var(--text-primary);margin-inline:auto;font-size:clamp(2.4rem,5vw,4.3rem);line-height:.98}.pages-module__gsH7DG__subtitle{max-width:760px;color:var(--text-secondary);margin-inline:auto;font-size:1.05rem;line-height:1.85}.pages-module__gsH7DG__section{margin-bottom:var(--space-12)}.pages-module__gsH7DG__sectionTitle{margin-bottom:var(--space-4);font-family:var(--font-display);letter-spacing:-.04em;color:var(--text-primary);font-size:clamp(1.7rem,3vw,2.5rem);line-height:1.08}.pages-module__gsH7DG__sectionText{max-width:860px;margin-bottom:var(--space-4);font-size:var(--text-base);color:var(--text-secondary);line-height:1.9}.pages-module__gsH7DG__teamGrid,.pages-module__gsH7DG__valueGrid,.pages-module__gsH7DG__courseGrid,.pages-module__gsH7DG__articlesGrid{gap:var(--space-5);display:grid}.pages-module__gsH7DG__teamGrid{grid-template-columns:repeat(3,minmax(0,1fr))}.pages-module__gsH7DG__valueGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.pages-module__gsH7DG__courseGrid{margin-top:var(--space-6);grid-template-columns:repeat(3,minmax(0,1fr))}.pages-module__gsH7DG__articlesGrid{grid-template-columns:repeat(3,minmax(0,1fr))}.pages-module__gsH7DG__teamCard,.pages-module__gsH7DG__valueCard,.pages-module__gsH7DG__courseCard,.pages-module__gsH7DG__glossaryCard{gap:var(--space-3);padding:var(--space-6);border-radius:var(--radius-xl);box-shadow:var(--shadow-sm);color:inherit;transition:transform var(--transition-fast), box-shadow var(--transition-fast), border-color var(--transition-fast);background:#ffffffc7;border:1px solid #13213114;flex-direction:column;display:flex}.pages-module__gsH7DG__teamCard:hover,.pages-module__gsH7DG__courseCard:hover,.pages-module__gsH7DG__glossaryCard:hover{box-shadow:var(--shadow-md);border-color:#0f766e2e;transform:translateY(-4px)}.pages-module__gsH7DG__teamAvatar{background:var(--accent-gradient);width:72px;height:72px;color:var(--text-white);border-radius:22px;justify-content:center;align-items:center;font-size:1.5rem;font-weight:800;display:flex}.pages-module__gsH7DG__teamName,.pages-module__gsH7DG__valueTitle,.pages-module__gsH7DG__courseTitle{color:var(--text-primary);font-size:1.08rem;font-weight:800;line-height:1.3}.pages-module__gsH7DG__teamRole,.pages-module__gsH7DG__glossaryTermEn,.pages-module__gsH7DG__courseNum{letter-spacing:.14em;text-transform:uppercase;color:var(--accent);font-size:.78rem;font-weight:800}.pages-module__gsH7DG__teamBio,.pages-module__gsH7DG__valueText,.pages-module__gsH7DG__courseDesc,.pages-module__gsH7DG__glossaryDef{color:var(--text-secondary);line-height:1.7}.pages-module__gsH7DG__teamExpertise{gap:var(--space-2);flex-wrap:wrap;display:flex}.pages-module__gsH7DG__teamTag,.pages-module__gsH7DG__glossaryCat{border-radius:var(--radius-full);width:fit-content;color:var(--accent);background:#0f766e14;align-items:center;padding:.55rem .8rem;font-size:.78rem;font-weight:700;display:inline-flex}.pages-module__gsH7DG__valueIcon{background:#f0a33e24;border-radius:18px;justify-content:center;align-items:center;width:56px;height:56px;font-size:1.5rem;display:flex}.pages-module__gsH7DG__contactInfo{gap:var(--space-3);display:grid}.pages-module__gsH7DG__contactRow{gap:var(--space-3);padding:var(--space-4) var(--space-5);border-radius:var(--radius-xl);color:var(--text-secondary);background:#ffffffbd;border:1px solid #13213114;grid-template-columns:180px 1fr;display:grid}.pages-module__gsH7DG__contactLabel{color:var(--text-primary);font-weight:800}.pages-module__gsH7DG__policyList{gap:var(--space-3);flex-direction:column;max-width:920px;display:flex}.pages-module__gsH7DG__policyList li{padding:var(--space-4) var(--space-5);border-radius:var(--radius-xl);color:var(--text-secondary);background:#ffffffbd;border:1px solid #13213114;line-height:1.8}.pages-module__gsH7DG__form{gap:var(--space-4);padding:var(--space-6);border-radius:var(--radius-xl);box-shadow:var(--shadow-sm);background:#ffffffc7;border:1px solid #13213114;flex-direction:column;display:flex}.pages-module__gsH7DG__formRow{gap:var(--space-4);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.pages-module__gsH7DG__formGroup{gap:var(--space-2);flex-direction:column;display:flex}.pages-module__gsH7DG__formLabel{color:var(--text-primary);font-size:.86rem;font-weight:800}.pages-module__gsH7DG__formInput,.pages-module__gsH7DG__formTextarea,.pages-module__gsH7DG__glossarySearchInput{border-radius:var(--radius-lg);width:100%;color:var(--text-primary);transition:border-color var(--transition-fast), box-shadow var(--transition-fast);background:#ffffffdb;border:1px solid #1321311a;outline:none}.pages-module__gsH7DG__formInput,.pages-module__gsH7DG__glossarySearchInput{padding:.95rem 1rem}.pages-module__gsH7DG__formTextarea{resize:vertical;min-height:160px;padding:1rem}.pages-module__gsH7DG__formInput:focus,.pages-module__gsH7DG__formTextarea:focus,.pages-module__gsH7DG__glossarySearchInput:focus{border-color:#0f766e47;box-shadow:0 0 0 4px #0f766e1a}.pages-module__gsH7DG__formSubmit,.pages-module__gsH7DG__notFoundBtn,.pages-module__gsH7DG__errorBtnPrimary{min-height:52px;padding:0 var(--space-6);border-radius:var(--radius-full);background:var(--bg-dark);color:var(--text-white);box-shadow:var(--shadow-sm);transition:transform var(--transition-fast), box-shadow var(--transition-fast), background var(--transition-fast);justify-content:center;align-items:center;font-weight:800;display:inline-flex}.pages-module__gsH7DG__formSubmit:hover,.pages-module__gsH7DG__notFoundBtn:hover,.pages-module__gsH7DG__errorBtnPrimary:hover{box-shadow:var(--shadow-md);background:var(--bg-dark-soft);transform:translateY(-2px)}.pages-module__gsH7DG__formSubmit:disabled{opacity:.7;cursor:not-allowed}.pages-module__gsH7DG__formStatus{font-size:.88rem;font-weight:700}.pages-module__gsH7DG__formStatusSuccess{color:#0f766e}.pages-module__gsH7DG__formStatusError{color:#b91c1c}.pages-module__gsH7DG__filterRow{gap:var(--space-4);margin-bottom:var(--space-4);padding:var(--space-5);border-radius:var(--radius-2xl);box-shadow:var(--shadow-sm);background:#ffffffc7;border:1px solid #13213114;justify-content:space-between;align-items:flex-start;display:flex}.pages-module__gsH7DG__filterControls{gap:var(--space-2);flex-wrap:wrap;flex:1;display:flex}.pages-module__gsH7DG__filterBtn,.pages-module__gsH7DG__filterBtnActive,.pages-module__gsH7DG__alphabetLink{border-radius:var(--radius-full);white-space:nowrap;justify-content:center;align-items:center;padding:.75rem .95rem;font-size:.82rem;font-weight:700;display:inline-flex}.pages-module__gsH7DG__filterBtn{color:var(--text-secondary);background:#1321310a}.pages-module__gsH7DG__filterBtnActive{background:var(--bg-dark);color:var(--text-white)}.pages-module__gsH7DG__glossarySearchBox{width:min(100%,320px)}.pages-module__gsH7DG__glossarySummary{gap:var(--space-3);margin-bottom:var(--space-4);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.pages-module__gsH7DG__glossarySummaryItem{padding:var(--space-4);border-radius:var(--radius-xl);gap:var(--space-1);background:#ffffffbd;border:1px solid #13213114;flex-direction:column;display:flex}.pages-module__gsH7DG__glossarySummaryItem span{letter-spacing:.12em;text-transform:uppercase;color:var(--text-tertiary);font-size:.76rem;font-weight:800}.pages-module__gsH7DG__glossarySummaryItem strong{color:var(--text-primary);font-size:1.2rem}.pages-module__gsH7DG__alphabetRail{gap:var(--space-2);margin-bottom:var(--space-5);flex-wrap:wrap;display:flex}.pages-module__gsH7DG__alphabetLink{min-width:42px;color:var(--accent);background:#0f766e14}.pages-module__gsH7DG__glossaryGroupList{gap:var(--space-8);flex-direction:column;display:flex}.pages-module__gsH7DG__glossaryGroup{gap:var(--space-4);flex-direction:column;display:flex}.pages-module__gsH7DG__glossaryLetter{font-family:var(--font-display);color:var(--text-primary);font-size:clamp(2rem,3vw,2.8rem);font-weight:800;line-height:1}.pages-module__gsH7DG__glossaryGrid{gap:var(--space-4);grid-template-columns:repeat(auto-fill,minmax(280px,1fr));display:grid}.pages-module__gsH7DG__glossaryTerm{color:var(--text-primary);font-size:1.08rem;font-weight:800}.pages-module__gsH7DG__glossaryEmpty{padding:var(--space-12);border-radius:var(--radius-2xl);text-align:center;color:var(--text-secondary);background:#ffffffbd;border:1px solid #13213114}.pages-module__gsH7DG__authorHero{gap:var(--space-6);padding:var(--space-8);margin-bottom:var(--space-8);border-radius:var(--radius-2xl);box-shadow:var(--shadow-md);background:radial-gradient(circle at 100% 0,#f0a33e29,#0000 22%),linear-gradient(#ffffffd6 0%,#ffffffb8 100%);border:1px solid #13213114;grid-template-columns:140px 1fr;align-items:start;display:grid}.pages-module__gsH7DG__authorAvatarLg{background:#0f766e14;border-radius:32px;width:140px;height:140px;overflow:hidden}.pages-module__gsH7DG__authorAvatarLg img{object-fit:cover;width:100%;height:100%}.pages-module__gsH7DG__authorDetails{gap:var(--space-3);flex-direction:column;display:flex}.pages-module__gsH7DG__authorNameLg{font-family:var(--font-display);letter-spacing:-.05em;color:var(--text-primary);font-size:clamp(2.2rem,4vw,3.5rem);line-height:1}.pages-module__gsH7DG__authorRoleLg{font-size:var(--text-base);color:var(--accent);font-weight:800}.pages-module__gsH7DG__authorBioLg{max-width:820px;color:var(--text-secondary);line-height:1.85}.pages-module__gsH7DG__authorMeta{gap:var(--space-3);flex-wrap:wrap;display:flex}.pages-module__gsH7DG__authorMetaItem{padding:var(--space-4);border-radius:var(--radius-lg);background:#ffffffb8;border:1px solid #13213114;min-width:160px}.pages-module__gsH7DG__authorMetaLabel{text-transform:uppercase;letter-spacing:.12em;color:var(--text-tertiary);font-size:.72rem;font-weight:800;display:block}.pages-module__gsH7DG__authorMetaValue{margin-top:var(--space-1);font-size:var(--text-sm);color:var(--text-primary);font-weight:800;display:block}.pages-module__gsH7DG__authorSocials{gap:var(--space-2);flex-wrap:wrap;display:flex}.pages-module__gsH7DG__authorSocialLink,.pages-module__gsH7DG__errorBtnSecondary{min-height:48px;padding:0 var(--space-5);border-radius:var(--radius-full);color:var(--text-primary);background:#ffffffc7;border:1px solid #13213114;justify-content:center;align-items:center;font-weight:700;display:inline-flex}.pages-module__gsH7DG__articlesTitle{margin-bottom:var(--space-5);font-family:var(--font-display);letter-spacing:-.04em;color:var(--text-primary);font-size:clamp(1.8rem,3vw,2.5rem);line-height:1.08}.pages-module__gsH7DG__notFoundCenter{text-align:center;padding:var(--space-20) var(--space-6)}.pages-module__gsH7DG__notFoundCode{font-family:var(--font-display);letter-spacing:-.08em;color:#0f766e29;font-size:clamp(4rem,15vw,8rem);line-height:.9}.pages-module__gsH7DG__notFoundTitle{margin-top:var(--space-4);font-family:var(--font-display);letter-spacing:-.05em;color:var(--text-primary);font-size:clamp(2rem,4vw,3rem);line-height:1}.pages-module__gsH7DG__notFoundDesc{max-width:600px;margin:var(--space-4) auto var(--space-6);color:var(--text-secondary);line-height:1.8}.pages-module__gsH7DG__courseMeta{gap:var(--space-2);color:var(--text-tertiary);flex-wrap:wrap;font-size:.82rem;display:flex}.pages-module__gsH7DG__courseLevel{border-radius:var(--radius-full);align-items:center;padding:.35rem .75rem;font-weight:800;display:inline-flex}.pages-module__gsH7DG__levelBeginner{color:#0f766e;background:#0f766e1f}.pages-module__gsH7DG__levelIntermediate{color:#b86f11;background:#f0a33e24}.pages-module__gsH7DG__levelAdvanced{color:#c43f3f;background:#d951511f}.pages-module__gsH7DG__errorPage{min-height:100vh;padding:var(--space-6);justify-content:center;align-items:center;display:flex}.pages-module__gsH7DG__errorContent{text-align:center;max-width:560px;padding:var(--space-8);border-radius:var(--radius-2xl);box-shadow:var(--shadow-md);background:#fffc;border:1px solid #13213114}.pages-module__gsH7DG__errorIconWrap{width:84px;height:84px;margin:0 auto var(--space-5);color:#d95151;background:#d951511f;border-radius:24px;justify-content:center;align-items:center;display:flex}.pages-module__gsH7DG__errorTitle{font-family:var(--font-display);letter-spacing:-.05em;color:var(--text-primary);font-size:clamp(2rem,4vw,2.7rem);line-height:1}.pages-module__gsH7DG__errorDesc{margin:var(--space-4) 0;color:var(--text-secondary);line-height:1.8}.pages-module__gsH7DG__errorDigest{margin-bottom:var(--space-5);border-radius:var(--radius-full);color:var(--text-tertiary);font-family:var(--font-mono);background:#1321310f;padding:.75rem 1rem;font-size:.8rem;display:inline-flex}.pages-module__gsH7DG__errorActions{gap:var(--space-3);flex-wrap:wrap;justify-content:center;display:flex}@media (max-width:1024px){.pages-module__gsH7DG__teamGrid,.pages-module__gsH7DG__courseGrid,.pages-module__gsH7DG__articlesGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:768px){.pages-module__gsH7DG__content{padding:var(--space-4) var(--space-4) var(--space-10)}.pages-module__gsH7DG__hero,.pages-module__gsH7DG__authorHero{padding:var(--space-6)}.pages-module__gsH7DG__valueGrid,.pages-module__gsH7DG__teamGrid,.pages-module__gsH7DG__courseGrid,.pages-module__gsH7DG__articlesGrid,.pages-module__gsH7DG__formRow,.pages-module__gsH7DG__glossarySummary,.pages-module__gsH7DG__filterRow,.pages-module__gsH7DG__contactRow,.pages-module__gsH7DG__authorHero{grid-template-columns:1fr}.pages-module__gsH7DG__filterRow{flex-direction:column;display:flex}.pages-module__gsH7DG__glossarySearchBox{width:100%}.pages-module__gsH7DG__contactRow{gap:var(--space-1);flex-direction:column;display:flex}.pages-module__gsH7DG__formSubmit{width:100%}}
.market-module__eYoYpG__page{min-height:100vh}.market-module__eYoYpG__content{max-width:var(--max-width,1400px);padding:var(--space-4) var(--space-6) var(--space-12);margin:0 auto}.market-module__eYoYpG__pageHeader{margin-bottom:var(--space-4)}.market-module__eYoYpG__breadcrumb{align-items:center;gap:var(--space-2);margin-bottom:var(--space-2);color:var(--text-tertiary);font-size:.82rem;display:flex}.market-module__eYoYpG__breadcrumb a{color:var(--accent);font-weight:700}.market-module__eYoYpG__pageTitle{font-family:var(--font-display);letter-spacing:-.04em;color:var(--text-primary);font-size:clamp(1.8rem,3vw,2.8rem);line-height:1.1}.market-module__eYoYpG__pageDesc{margin-top:var(--space-1);color:var(--text-secondary);font-size:.9rem}.market-module__eYoYpG__statsBar{gap:var(--space-3);margin-bottom:var(--space-5);grid-template-columns:repeat(6,minmax(0,1fr));display:grid}.market-module__eYoYpG__statCard{padding:var(--space-3);border-radius:var(--radius-xl);box-shadow:var(--shadow-sm);background:#ffffffc7;border:1px solid #13213114;flex-direction:column;gap:4px;display:flex}.market-module__eYoYpG__statLabel{text-transform:uppercase;letter-spacing:.12em;color:var(--text-tertiary);font-size:.68rem;font-weight:800}.market-module__eYoYpG__statValue{color:var(--text-primary);font-variant-numeric:tabular-nums;font-size:1.15rem;font-weight:800}.market-module__eYoYpG__statChange{font-variant-numeric:tabular-nums;font-size:.78rem;font-weight:700}.market-module__eYoYpG__up{color:var(--ticker-green,#10b981)}.market-module__eYoYpG__down{color:var(--ticker-red,#ef4444)}.market-module__eYoYpG__fearGreedWrap{flex-direction:column;gap:4px;display:flex}.market-module__eYoYpG__fearGreedValue{font-variant-numeric:tabular-nums;font-size:1.4rem;font-weight:800}.market-module__eYoYpG__fearGreedLabel{color:var(--text-secondary);font-size:.75rem;font-weight:700}.market-module__eYoYpG__fearGreedBar{background:#13213114;border-radius:999px;width:100%;height:5px;overflow:hidden}.market-module__eYoYpG__fearGreedFill{border-radius:999px;height:100%;transition:width .6s}.market-module__eYoYpG__mainLayout{gap:var(--space-5);grid-template-columns:1fr 300px;align-items:start;display:grid}.market-module__eYoYpG__tableWrap{border-radius:var(--radius-2xl);box-shadow:var(--shadow-md);background:#ffffffc7;border:1px solid #13213114;overflow-x:auto}.market-module__eYoYpG__tableHeader,.market-module__eYoYpG__coinRow{gap:var(--space-2);padding:0 var(--space-4);grid-template-columns:42px 2fr 1.1fr .7fr .7fr .7fr 1fr 1.1fr 1fr;align-items:center;display:grid}.market-module__eYoYpG__tableHeader{z-index:2;padding-top:var(--space-3);padding-bottom:var(--space-3);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);text-transform:uppercase;letter-spacing:.1em;color:var(--text-tertiary);background:#f5f2edf2;border-bottom:1px solid #13213114;font-size:.7rem;font-weight:800;position:sticky;top:0}.market-module__eYoYpG__coinRow{border-bottom:1px solid #1321310a;padding-top:.6rem;padding-bottom:.6rem;transition:background .15s}.market-module__eYoYpG__coinRow:hover{background:#0f766e08}.market-module__eYoYpG__coinRow:last-of-type{border-bottom:none}.market-module__eYoYpG__thRank,.market-module__eYoYpG__tdRank{text-align:center}.market-module__eYoYpG__thPrice,.market-module__eYoYpG__tdPrice,.market-module__eYoYpG__thMcap,.market-module__eYoYpG__tdMcap,.market-module__eYoYpG__thVol,.market-module__eYoYpG__tdVol,.market-module__eYoYpG__th1h,.market-module__eYoYpG__th24h,.market-module__eYoYpG__th7d,.market-module__eYoYpG__tdPercent{text-align:right}.market-module__eYoYpG__thChart,.market-module__eYoYpG__tdChart{text-align:center}.market-module__eYoYpG__tdRank{color:var(--text-tertiary);font-size:.82rem;font-weight:700}.market-module__eYoYpG__tdName{align-items:center;gap:var(--space-2);min-width:0;display:flex}.market-module__eYoYpG__coinIcon{border-radius:50%;flex-shrink:0;width:28px;height:28px}.market-module__eYoYpG__coinNameCol{flex-direction:column;min-width:0;display:flex}.market-module__eYoYpG__coinNameText{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:.88rem;font-weight:700;overflow:hidden}.market-module__eYoYpG__coinSymbol{color:var(--text-tertiary);font-size:.72rem;font-weight:600}.market-module__eYoYpG__tdPrice{color:var(--text-primary);font-variant-numeric:tabular-nums;font-size:.88rem;font-weight:700}.market-module__eYoYpG__tdPercent{font-variant-numeric:tabular-nums;font-size:.82rem;font-weight:700}.market-module__eYoYpG__td1h,.market-module__eYoYpG__td24h,.market-module__eYoYpG__td7d{text-align:right}.market-module__eYoYpG__sparkline{width:100%;max-width:100px;height:32px}.market-module__eYoYpG__noChart{color:var(--text-soft)}.market-module__eYoYpG__tdMcap,.market-module__eYoYpG__tdVol{color:var(--text-secondary);font-variant-numeric:tabular-nums;font-size:.82rem;font-weight:600}.market-module__eYoYpG__tableFooter{padding:var(--space-3) var(--space-4);color:var(--text-soft);border-top:1px solid #1321310f;font-size:.75rem}.market-module__eYoYpG__tableFooter a{color:var(--accent);font-weight:700}.market-module__eYoYpG__sidebar{gap:var(--space-4);top:var(--space-4);flex-direction:column;display:flex;position:sticky}.market-module__eYoYpG__sidebarCard{padding:var(--space-4);border-radius:var(--radius-xl);box-shadow:var(--shadow-md);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffd1;border:1px solid #13213114}.market-module__eYoYpG__sidebarTitle{letter-spacing:.12em;text-transform:uppercase;color:var(--accent);margin-bottom:var(--space-3);padding-bottom:var(--space-3);border-bottom:1px solid #1321310f;font-size:.74rem;font-weight:800}.market-module__eYoYpG__sidebarMore{margin-top:var(--space-3);border-radius:var(--radius-full);background:var(--accent);color:var(--text-white);text-align:center;padding:.6rem;font-size:.82rem;font-weight:700;transition:all .2s;display:block}.market-module__eYoYpG__sidebarMore:hover{background:var(--accent-hover);transform:translateY(-1px);box-shadow:0 4px 12px #0f766e33}.market-module__eYoYpG__quickChips{gap:var(--space-2);flex-wrap:wrap;display:flex}.market-module__eYoYpG__chip{border-radius:var(--radius-full);color:var(--accent);background:#0f766e0f;border:1px solid #0f766e1f;padding:.5rem .8rem;font-size:.8rem;font-weight:700;transition:all .2s}.market-module__eYoYpG__chip:hover{background:#0f766e1f;transform:translateY(-1px)}@media (max-width:1200px){.market-module__eYoYpG__mainLayout{grid-template-columns:1fr}.market-module__eYoYpG__sidebar{flex-direction:row;position:static}.market-module__eYoYpG__sidebarCard{flex:1}}@media (max-width:1024px){.market-module__eYoYpG__statsBar{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:768px){.market-module__eYoYpG__content{padding:var(--space-4) var(--space-4) var(--space-10)}.market-module__eYoYpG__statsBar{grid-template-columns:repeat(2,minmax(0,1fr))}.market-module__eYoYpG__tableHeader,.market-module__eYoYpG__coinRow{grid-template-columns:32px 1.5fr 1fr .7fr .7fr;min-width:0}.market-module__eYoYpG__th1h,.market-module__eYoYpG__td1h,.market-module__eYoYpG__thChart,.market-module__eYoYpG__tdChart,.market-module__eYoYpG__thVol,.market-module__eYoYpG__tdVol{display:none}.market-module__eYoYpG__sidebar{flex-direction:column}}@media (max-width:480px){.market-module__eYoYpG__tableHeader,.market-module__eYoYpG__coinRow{grid-template-columns:28px 1.2fr 1fr .8fr}.market-module__eYoYpG__th7d,.market-module__eYoYpG__td7d,.market-module__eYoYpG__thMcap,.market-module__eYoYpG__tdMcap{display:none}}
.category-module__p-NATq__page{min-height:100vh}.category-module__p-NATq__content{max-width:var(--max-width);padding:var(--space-6) var(--space-6) var(--space-12);margin:0 auto}.category-module__p-NATq__breadcrumb{align-items:center;gap:var(--space-2);margin-bottom:var(--space-3);color:var(--text-tertiary);font-size:.82rem;display:flex}.category-module__p-NATq__breadcrumb a{color:var(--accent);font-weight:700}.category-module__p-NATq__breadcrumbSep{color:var(--text-soft)}.category-module__p-NATq__categoryHero{align-items:center;gap:var(--space-4);padding:var(--space-6);margin-bottom:var(--space-5);border-radius:var(--radius-2xl);box-shadow:var(--shadow-md);background:radial-gradient(circle at 100% 0,#f0a33e29,#0000 24%),linear-gradient(#ffffffd1 0%,#ffffffb3 100%);border:1px solid #13213114;display:flex}.category-module__p-NATq__categoryIcon{background:#0f766e14;border-radius:20px;flex-shrink:0;justify-content:center;align-items:center;width:68px;height:68px;font-size:1.8rem;display:flex}.category-module__p-NATq__categoryTitle{font-family:var(--font-display);letter-spacing:-.05em;color:var(--text-primary);font-size:clamp(2rem,4vw,3rem);line-height:1.04}.category-module__p-NATq__categoryDesc{margin-top:var(--space-2);max-width:760px;color:var(--text-secondary);line-height:1.8}.category-module__p-NATq__categoryLayout{gap:var(--space-6);margin-top:var(--space-4);grid-template-columns:minmax(0,1fr) 320px;display:grid}.category-module__p-NATq__mainContent{gap:var(--space-6);flex-direction:column;display:flex}.category-module__p-NATq__featuredWrap{min-width:0}.category-module__p-NATq__articleGrid{gap:var(--space-5);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.category-module__p-NATq__sidebar{top:calc(var(--nav-height) + var(--space-4));align-self:start;position:sticky}.category-module__p-NATq__sidebarCard{padding:var(--space-5);border-radius:var(--radius-xl);box-shadow:var(--shadow-sm);background:#ffffffc2;border:1px solid #13213114}.category-module__p-NATq__sidebarCardTitle{margin-bottom:var(--space-4);letter-spacing:.14em;text-transform:uppercase;color:var(--text-tertiary);font-size:.76rem;font-weight:800}.category-module__p-NATq__empty{padding:var(--space-16);border-radius:var(--radius-2xl);color:var(--text-secondary);text-align:center;background:#ffffffb8;border:1px solid #13213114}.category-module__p-NATq__editorialBlock{margin-bottom:var(--space-6);padding:var(--space-6);border-radius:var(--radius-xl);background:#ffffffb8;border:1px solid #13213114}.category-module__p-NATq__editorialText{color:var(--text-secondary);max-width:860px;line-height:1.85}.category-module__p-NATq__editorialMeta{gap:var(--space-5);margin-top:var(--space-5);padding-top:var(--space-5);border-top:1px solid #1321310f;grid-template-columns:1.2fr .8fr;display:grid}.category-module__p-NATq__keyTopicsLabel,.category-module__p-NATq__readingGuideLabel{margin-bottom:var(--space-3);letter-spacing:.14em;text-transform:uppercase;color:var(--accent);font-size:.72rem;font-weight:800;display:block}.category-module__p-NATq__topicChips{gap:var(--space-2);flex-wrap:wrap;display:flex}.category-module__p-NATq__topicChip{border-radius:var(--radius-full);color:var(--accent);background:#0f766e14;padding:.5rem .85rem;font-size:.82rem;font-weight:700}.category-module__p-NATq__readingGuide p{color:var(--text-secondary);font-size:.92rem;line-height:1.75}@media (max-width:1180px){.category-module__p-NATq__categoryLayout{grid-template-columns:1fr}.category-module__p-NATq__sidebar{position:static}}@media (max-width:768px){.category-module__p-NATq__content{padding:var(--space-4) var(--space-4) var(--space-10)}.category-module__p-NATq__categoryHero{align-items:flex-start}.category-module__p-NATq__articleGrid,.category-module__p-NATq__editorialMeta{grid-template-columns:1fr}}
.news-module__2FKZjq__page{min-height:100vh}.news-module__2FKZjq__content{max-width:var(--max-width);padding:var(--space-6) var(--space-6) var(--space-12);margin:0 auto}.news-module__2FKZjq__breadcrumb{align-items:center;gap:var(--space-2);margin-bottom:var(--space-3);color:var(--text-tertiary);font-size:.82rem;display:flex}.news-module__2FKZjq__breadcrumb a{color:var(--accent);font-weight:700}.news-module__2FKZjq__breadcrumbSep{color:var(--text-soft)}.news-module__2FKZjq__pageHero{gap:var(--space-6);padding:var(--space-8);border-radius:var(--radius-2xl);box-shadow:var(--shadow-md);background:radial-gradient(circle at 100% 0,#f0a33e29,#0000 22%),linear-gradient(#ffffffd6 0%,#ffffffb3 100%);border:1px solid #13213114;grid-template-columns:1.15fr .85fr;display:grid}.news-module__2FKZjq__heroCopy{gap:var(--space-3);flex-direction:column;display:flex}.news-module__2FKZjq__heroEyebrow{letter-spacing:.14em;text-transform:uppercase;color:var(--accent);font-size:.76rem;font-weight:800}.news-module__2FKZjq__pageTitle{font-family:var(--font-display);letter-spacing:-.05em;color:var(--text-primary);font-size:clamp(2.4rem,4vw,4rem);line-height:1.02}.news-module__2FKZjq__pageDesc{max-width:760px;font-size:var(--text-base);color:var(--text-secondary);line-height:1.8}.news-module__2FKZjq__heroStatsBar{align-items:center;gap:var(--space-2);margin-top:var(--space-2);flex-wrap:wrap;display:flex}.news-module__2FKZjq__heroStatInline{white-space:nowrap;align-items:center;gap:4px;display:inline-flex}.news-module__2FKZjq__heroStatInline+.news-module__2FKZjq__heroStatInline:before{content:"·";color:var(--text-soft);margin-right:4px;font-weight:800}.news-module__2FKZjq__heroStatLabel{color:var(--text-tertiary);font-size:.78rem;font-weight:700}.news-module__2FKZjq__searchPanel{justify-content:center;gap:var(--space-4);padding:var(--space-6);border-radius:var(--radius-xl);color:var(--text-white);background:#1e3a5ff5;flex-direction:column;display:flex}.news-module__2FKZjq__searchLabel{letter-spacing:.12em;text-transform:uppercase;color:#ffffffad;font-size:.82rem;font-weight:800}.news-module__2FKZjq__searchInputWrap{align-items:center;gap:var(--space-3);border-radius:var(--radius-full);background:#ffffff14;border:1px solid #ffffff1a;padding:1rem;display:flex}.news-module__2FKZjq__searchIcon{color:#ffffff94;flex-shrink:0;width:18px;height:18px}.news-module__2FKZjq__searchInput{width:100%;color:var(--text-white);background:0 0;border:none;outline:none}.news-module__2FKZjq__searchInput::placeholder{color:#ffffff80}.news-module__2FKZjq__searchActions{align-items:center;gap:var(--space-3);display:flex}.news-module__2FKZjq__searchSubmit,.news-module__2FKZjq__searchReset{min-height:48px;padding:0 var(--space-5);border-radius:var(--radius-full);justify-content:center;align-items:center;font-weight:800;display:inline-flex}.news-module__2FKZjq__searchSubmit{background:var(--text-white);color:var(--bg-dark)}.news-module__2FKZjq__searchReset{color:var(--text-white);border:1px solid #ffffff29}.news-module__2FKZjq__categoryPills{gap:var(--space-2);padding:var(--space-4) 0 var(--space-2);margin-bottom:var(--space-4);scrollbar-width:none;display:flex;overflow-x:auto}.news-module__2FKZjq__categoryPills::-webkit-scrollbar{display:none}.news-module__2FKZjq__pill{align-items:center;gap:var(--space-2);border-radius:var(--radius-full);color:var(--text-secondary);white-space:nowrap;background:#ffffffb8;border:1px solid #13213114;padding:.8rem 1rem;font-size:.82rem;font-weight:700;display:inline-flex}.news-module__2FKZjq__pillActive{background:var(--bg-dark);color:var(--text-white)}.news-module__2FKZjq__pillIcon{font-size:1rem}.news-module__2FKZjq__spotlightLayout{gap:var(--space-6);margin-bottom:var(--space-8);grid-template-columns:minmax(0,1.15fr) 320px;display:grid}.news-module__2FKZjq__featuredWrap,.news-module__2FKZjq__asideCard{min-width:0}.news-module__2FKZjq__spotlightAside{gap:var(--space-4);flex-direction:column;display:flex}.news-module__2FKZjq__asideCard{padding:var(--space-5);border-radius:var(--radius-xl);box-shadow:var(--shadow-sm);background:#ffffffb8;border:1px solid #13213114}.news-module__2FKZjq__asideEyebrow{margin-bottom:var(--space-3);letter-spacing:.14em;text-transform:uppercase;color:var(--text-tertiary);font-size:.74rem;font-weight:800;display:block}.news-module__2FKZjq__topicRail{gap:var(--space-2);flex-wrap:wrap;display:flex}.news-module__2FKZjq__topicChip{border-radius:var(--radius-full);color:var(--accent);background:#0f766e14;padding:.7rem .9rem;font-size:.78rem;font-weight:700}.news-module__2FKZjq__articleGrid{gap:var(--space-6);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.news-module__2FKZjq__empty{padding:var(--space-16);text-align:center;border-radius:var(--radius-2xl);color:var(--text-secondary);background:#ffffffb8;border:1px solid #13213114;line-height:1.8}.news-module__2FKZjq__pageHeaderCompact{margin-bottom:var(--space-4)}.news-module__2FKZjq__pageTitleCompact{font-family:var(--font-display);letter-spacing:-.04em;color:var(--text-primary);font-size:clamp(1.6rem,2.5vw,2.2rem);line-height:1.1}.news-module__2FKZjq__pageDescCompact{margin-top:var(--space-2);font-size:var(--text-sm);color:var(--text-tertiary)}.news-module__2FKZjq__pagination{justify-content:center;align-items:center;gap:var(--space-2);margin-top:var(--space-10);padding:var(--space-6) 0;display:flex}.news-module__2FKZjq__paginationNumbers{align-items:center;gap:var(--space-1);display:flex}.news-module__2FKZjq__paginationBtn{min-width:44px;height:44px;padding:0 var(--space-3);border-radius:var(--radius-xl);color:var(--text-secondary);cursor:pointer;background:#ffffffb8;border:1px solid #13213114;justify-content:center;align-items:center;font-size:.88rem;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex}.news-module__2FKZjq__paginationBtn:hover:not(.news-module__2FKZjq__paginationActive):not(.news-module__2FKZjq__paginationDisabled){color:var(--accent);background:#0f766e14;border-color:#0f766e33;transform:translateY(-1px);box-shadow:0 4px 12px #0f766e1a}.news-module__2FKZjq__paginationActive{background:var(--accent,#0f766e);color:#fff;border-color:var(--accent,#0f766e);cursor:default;box-shadow:0 4px 16px #0f766e4d}.news-module__2FKZjq__paginationDisabled{opacity:.4;cursor:not-allowed;pointer-events:none}.news-module__2FKZjq__paginationNav{gap:var(--space-2);padding:0 var(--space-4);font-weight:800}.news-module__2FKZjq__paginationNavText{font-size:.82rem}.news-module__2FKZjq__paginationIcon{flex-shrink:0;width:16px;height:16px}.news-module__2FKZjq__paginationDots{min-width:36px;height:44px;color:var(--text-soft);letter-spacing:.1em;cursor:default;justify-content:center;align-items:center;font-weight:700;display:inline-flex}.news-module__2FKZjq__paginationInfo{text-align:center;color:var(--text-soft);padding-bottom:var(--space-4);letter-spacing:.02em;font-size:.78rem}@media (max-width:1180px){.news-module__2FKZjq__pageHero,.news-module__2FKZjq__spotlightLayout{grid-template-columns:1fr}.news-module__2FKZjq__heroStats{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:1024px){.news-module__2FKZjq__articleGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:768px){.news-module__2FKZjq__content{padding:var(--space-3) var(--space-3) var(--space-10)}.news-module__2FKZjq__breadcrumb{font-size:.72rem}.news-module__2FKZjq__pageHero{padding:var(--space-3);gap:var(--space-3)}.news-module__2FKZjq__heroEyebrow{font-size:.66rem}.news-module__2FKZjq__pageTitle{letter-spacing:-.03em;font-size:clamp(1.3rem,5.5vw,1.8rem);line-height:1.15}.news-module__2FKZjq__pageDesc{font-size:.82rem;line-height:1.6}.news-module__2FKZjq__heroStatLabel{font-size:.68rem}.news-module__2FKZjq__searchPanel{padding:var(--space-4);gap:var(--space-3)}.news-module__2FKZjq__searchInputWrap{padding:.7rem .8rem}.news-module__2FKZjq__searchActions{flex-direction:column;align-items:stretch}.news-module__2FKZjq__searchSubmit,.news-module__2FKZjq__searchReset{width:100%;min-height:40px;font-size:.82rem}.news-module__2FKZjq__pill{padding:.5rem .75rem;font-size:.72rem}.news-module__2FKZjq__pillIcon{font-size:.85rem}.news-module__2FKZjq__categoryPills{padding:var(--space-3) 0 var(--space-1);margin-bottom:var(--space-3)}.news-module__2FKZjq__articleGrid{gap:var(--space-3);grid-template-columns:1fr}.news-module__2FKZjq__spotlightLayout{gap:var(--space-3);margin-bottom:var(--space-4)}.news-module__2FKZjq__asideCard{padding:var(--space-3)}.news-module__2FKZjq__topicChip{padding:.45rem .65rem;font-size:.68rem}.news-module__2FKZjq__pageTitleCompact{font-size:clamp(1.2rem,4vw,1.6rem)}.news-module__2FKZjq__pagination{gap:var(--space-1);margin-top:var(--space-6);padding:var(--space-4) 0;flex-wrap:wrap}.news-module__2FKZjq__paginationBtn{min-width:36px;height:36px;font-size:.78rem}.news-module__2FKZjq__paginationNav{padding:0 var(--space-2)}.news-module__2FKZjq__paginationNavText{display:none}.news-module__2FKZjq__empty{padding:var(--space-8);font-size:.88rem}}
.NewsletterSection-module__ufrURq__section{padding:var(--space-10) 0}.NewsletterSection-module__ufrURq__sectionInner{max-width:var(--max-width);padding:0 var(--space-6);margin:0 auto}.NewsletterSection-module__ufrURq__container{padding:var(--space-10);border-radius:var(--radius-2xl);box-shadow:var(--shadow-lg);background:radial-gradient(circle at 100% 0,#f0a33e2e,#0000 22%),linear-gradient(135deg,#1e3a5f 0%,#1d4a6e 48%,#0f766e 100%);position:relative;overflow:hidden}.NewsletterSection-module__ufrURq__container:before{content:"";opacity:.18;background-color:#0000;background-image:linear-gradient(#ffffff0f 1px,#0000 1px),linear-gradient(90deg,#ffffff0f 1px,#0000 1px);background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:32px 32px;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;position:absolute;inset:0}.NewsletterSection-module__ufrURq__content{z-index:1;gap:var(--space-8);grid-template-columns:1.1fr .9fr;align-items:center;display:grid;position:relative}.NewsletterSection-module__ufrURq__badge{align-items:center;gap:var(--space-2);letter-spacing:.14em;text-transform:uppercase;color:#ffffffb3;font-size:.76rem;font-weight:800;display:inline-flex}.NewsletterSection-module__ufrURq__title{margin-top:var(--space-3);font-family:var(--font-display);letter-spacing:-.05em;color:var(--text-white);font-size:clamp(2rem,4vw,3.3rem);line-height:1.02}.NewsletterSection-module__ufrURq__desc{margin-top:var(--space-3);font-size:var(--text-base);color:#fffc;line-height:1.8}.NewsletterSection-module__ufrURq__features{gap:var(--space-3);margin-top:var(--space-5);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.NewsletterSection-module__ufrURq__features li{padding:var(--space-3) var(--space-4);border-radius:var(--radius-lg);color:#ffffffe6;background:#ffffff14;font-size:.92rem;font-weight:700}.NewsletterSection-module__ufrURq__right{gap:var(--space-5);flex-direction:column;display:flex}.NewsletterSection-module__ufrURq__form{gap:var(--space-3);padding:var(--space-6);border-radius:var(--radius-xl);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffff14;border:1px solid #ffffff1f;flex-direction:column;display:flex}.NewsletterSection-module__ufrURq__inputRow{gap:var(--space-2);display:flex}.NewsletterSection-module__ufrURq__input{border-radius:var(--radius-full);color:var(--text-white);background:#ffffff1f;border:1px solid #ffffff38;outline:none;flex:1;padding:1rem 1.1rem}.NewsletterSection-module__ufrURq__input::placeholder{color:#ffffff8f}.NewsletterSection-module__ufrURq__input:focus{border-color:#ffffff75}.NewsletterSection-module__ufrURq__button{border-radius:var(--radius-full);background:var(--text-white);color:var(--bg-dark);box-shadow:var(--shadow-sm);padding:0 1.35rem;font-weight:800}.NewsletterSection-module__ufrURq__privacy{color:#ffffffb3;font-size:.82rem;line-height:1.6}.NewsletterSection-module__ufrURq__privacy a{color:var(--text-white);text-decoration:underline}.NewsletterSection-module__ufrURq__stats{gap:var(--space-3);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.NewsletterSection-module__ufrURq__stat{padding:var(--space-4);border-radius:var(--radius-lg);background:#ffffff14;border:1px solid #ffffff1a}.NewsletterSection-module__ufrURq__statNum{font-family:var(--font-display);color:var(--text-white);font-size:2rem;font-weight:800;display:block}.NewsletterSection-module__ufrURq__statLabel{color:#ffffffad;font-size:.82rem}@media (max-width:900px){.NewsletterSection-module__ufrURq__content{grid-template-columns:1fr}}@media (max-width:768px){.NewsletterSection-module__ufrURq__section{padding:var(--space-6) 0}.NewsletterSection-module__ufrURq__sectionInner{padding:0 var(--space-3)}.NewsletterSection-module__ufrURq__container{padding:var(--space-4)}.NewsletterSection-module__ufrURq__title{margin-top:var(--space-2);font-size:clamp(1.3rem,5vw,1.8rem)}.NewsletterSection-module__ufrURq__desc{font-size:.85rem;line-height:1.6}.NewsletterSection-module__ufrURq__features{gap:var(--space-2);margin-top:var(--space-3);grid-template-columns:1fr}.NewsletterSection-module__ufrURq__features li{padding:var(--space-2) var(--space-3);font-size:.82rem}.NewsletterSection-module__ufrURq__form{padding:var(--space-4);gap:var(--space-2)}.NewsletterSection-module__ufrURq__inputRow{flex-direction:column}.NewsletterSection-module__ufrURq__input{padding:.75rem .9rem;font-size:.88rem}.NewsletterSection-module__ufrURq__button{min-height:44px;font-size:.88rem}.NewsletterSection-module__ufrURq__stats{gap:var(--space-2);grid-template-columns:repeat(2,1fr)}.NewsletterSection-module__ufrURq__stat{padding:var(--space-3)}.NewsletterSection-module__ufrURq__statNum{font-size:1.4rem}.NewsletterSection-module__ufrURq__statLabel,.NewsletterSection-module__ufrURq__privacy{font-size:.72rem}}
