.components-module__DjBGaW__header{z-index:1002;padding:var(--space-md)0;-webkit-backdrop-filter:blur(12px);transition:background-color var(--transition-base),backdrop-filter var(--transition-base),border-color var(--transition-base);background:#1c19178c;border-bottom:1px solid #ffffff0f;position:fixed;top:0;left:0;right:0}.components-module__DjBGaW__headerScrolled{-webkit-backdrop-filter:blur(20px);border-bottom-color:var(--color-glass-border);background:#1c1917e6}.components-module__DjBGaW__headerInner{max-width:var(--max-width-container);padding:0 var(--space-lg);justify-content:space-between;align-items:center;margin:0 auto;display:flex}@media (min-width:768px){.components-module__DjBGaW__headerInner{padding:0 var(--space-2xl)}}.components-module__DjBGaW__logo{color:#fff;font-weight:800;font-size:var(--font-size-xl);letter-spacing:-.5px;align-items:center;gap:0;display:inline-flex}.components-module__DjBGaW__logoIcon{width:36px;height:36px}.components-module__DjBGaW__logoTextSocials{color:var(--color-primary)}.components-module__DjBGaW__nav{align-items:center;gap:var(--space-xl);display:none}@media (min-width:768px){.components-module__DjBGaW__nav{display:flex}}.components-module__DjBGaW__navLink{color:var(--color-text-muted);font-size:var(--font-size-sm);transition:color var(--transition-fast);padding:var(--space-xs)0;font-weight:500}.components-module__DjBGaW__navLink:hover{color:#fff}.components-module__DjBGaW__headerActions{align-items:center;gap:var(--space-md);display:none}@media (min-width:768px){.components-module__DjBGaW__headerActions{display:flex}}.components-module__DjBGaW__signInLink{color:var(--color-text-muted);font-size:var(--font-size-sm);transition:color var(--transition-fast);font-weight:500}.components-module__DjBGaW__signInLink:hover{color:#fff}.components-module__DjBGaW__hamburger{padding:var(--space-sm);cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none;outline:none;flex-direction:column;gap:5px;display:flex}@media (min-width:768px){.components-module__DjBGaW__hamburger{display:none}}.components-module__DjBGaW__hamburgerLine{width:22px;height:2px;transition:transform var(--transition-base),opacity var(--transition-base);background:#fff;border-radius:2px}.components-module__DjBGaW__hamburgerOpen .components-module__DjBGaW__hamburgerLine:first-child{transform:rotate(45deg)translate(5px,5px)}.components-module__DjBGaW__hamburgerOpen .components-module__DjBGaW__hamburgerLine:nth-child(2){opacity:0}.components-module__DjBGaW__hamburgerOpen .components-module__DjBGaW__hamburgerLine:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}.components-module__DjBGaW__mobileMenu{-webkit-backdrop-filter:blur(20px);z-index:1001;justify-content:center;align-items:center;gap:var(--space-lg);padding:calc(var(--header-height) + var(--space-xl))var(--space-lg)var(--space-2xl);opacity:0;pointer-events:none;transition:opacity var(--transition-base);background:#1c1917fa;flex-direction:column;display:flex;position:fixed;inset:0;overflow-y:auto}.components-module__DjBGaW__mobileMenuOpen{opacity:1;pointer-events:auto}.components-module__DjBGaW__mobileNavLink{color:var(--color-text-muted);font-size:var(--font-size-lg);transition:color var(--transition-fast);padding:var(--space-sm)0;font-weight:500}.components-module__DjBGaW__mobileNavLink:hover{color:#fff}.components-module__DjBGaW__mobileMenuDivider{background:var(--color-glass-border);width:60px;height:1px;margin:var(--space-sm)0}.components-module__DjBGaW__mobileCta{text-align:center;width:100%;max-width:280px}.components-module__DjBGaW__headerLight{background:#faf7f2b8;border-bottom-color:#1c19170d}.components-module__DjBGaW__headerLight.components-module__DjBGaW__headerScrolled{border-bottom-color:var(--color-warm-border);background:#faf7f2f0}.components-module__DjBGaW__headerLight .components-module__DjBGaW__logo{color:var(--color-ink)}.components-module__DjBGaW__headerLight .components-module__DjBGaW__logoTextSocials{color:var(--color-brand)}.components-module__DjBGaW__headerLight .components-module__DjBGaW__navLink,.components-module__DjBGaW__headerLight .components-module__DjBGaW__signInLink{color:var(--color-ink-soft)}.components-module__DjBGaW__headerLight .components-module__DjBGaW__navLink:hover,.components-module__DjBGaW__headerLight .components-module__DjBGaW__signInLink:hover{color:var(--color-ink)}.components-module__DjBGaW__headerLight .components-module__DjBGaW__hamburgerLine{background:var(--color-ink)}.components-module__DjBGaW__mobileMenuLight{background:#faf7f2fa}.components-module__DjBGaW__mobileMenuLight .components-module__DjBGaW__mobileNavLink{color:var(--color-ink-soft)}.components-module__DjBGaW__mobileMenuLight .components-module__DjBGaW__mobileNavLink:hover{color:var(--color-ink)}.components-module__DjBGaW__mobileMenuLight .components-module__DjBGaW__mobileMenuDivider{background:var(--color-warm-border)}.components-module__DjBGaW__btnPrimary{justify-content:center;align-items:center;gap:var(--space-sm);background:var(--color-accent);color:#fff;font-weight:600;font-size:var(--font-size-base);border-radius:var(--radius-full);transition:background-color var(--transition-fast),transform var(--transition-fast),box-shadow var(--transition-fast);cursor:pointer;border:none;min-height:48px;padding:.875rem 2rem;text-decoration:none;display:inline-flex}.components-module__DjBGaW__btnPrimary:hover{background:var(--color-accent-dark);box-shadow:var(--shadow-glow);transform:translateY(-1px)}.components-module__DjBGaW__btnPrimary:active{transform:translateY(0)}.components-module__DjBGaW__btnSecondary{justify-content:center;align-items:center;gap:var(--space-sm);color:#fff;font-weight:600;font-size:var(--font-size-base);border-radius:var(--radius-full);border:1px solid var(--color-glass-border);transition:background-color var(--transition-fast),border-color var(--transition-fast),transform var(--transition-fast);cursor:pointer;background:0 0;min-height:48px;padding:.875rem 2rem;text-decoration:none;display:inline-flex}.components-module__DjBGaW__btnSecondary:hover{background:var(--color-glass);border-color:#ffffff4d;transform:translateY(-1px)}.components-module__DjBGaW__btnSmall{font-size:var(--font-size-sm);min-height:38px;padding:.5rem 1.25rem}.components-module__DjBGaW__btnPrimaryLight{justify-content:center;align-items:center;gap:var(--space-sm);background:var(--color-accent);color:#fff;font-weight:600;font-size:var(--font-size-base);border-radius:var(--radius-full);transition:background-color var(--transition-fast),transform var(--transition-fast),box-shadow var(--transition-fast);cursor:pointer;border:none;min-height:48px;padding:.875rem 2rem;text-decoration:none;display:inline-flex}.components-module__DjBGaW__btnPrimaryLight:hover{background:var(--color-accent-dark);box-shadow:var(--shadow-glow);transform:translateY(-1px)}.components-module__DjBGaW__btnBrand{justify-content:center;align-items:center;gap:var(--space-sm);background:var(--color-brand);color:#fff;font-weight:600;font-size:var(--font-size-base);border-radius:var(--radius-md);transition:background-color var(--transition-fast),transform var(--transition-fast),box-shadow var(--transition-fast);cursor:pointer;border:none;min-height:48px;padding:.875rem 1.75rem;text-decoration:none;display:inline-flex}.components-module__DjBGaW__btnBrand:hover{background:var(--color-brand-dark);transform:translateY(-1px);box-shadow:0 8px 20px #b4530940}.components-module__DjBGaW__btnBrand:active{transform:translateY(0)}.components-module__DjBGaW__btnGhostInk{justify-content:center;align-items:center;gap:var(--space-sm);color:var(--color-ink);font-weight:600;font-size:var(--font-size-base);border-radius:var(--radius-md);border:1px solid var(--color-ink-faint);transition:background-color var(--transition-fast),border-color var(--transition-fast),transform var(--transition-fast);cursor:pointer;background:0 0;min-height:48px;padding:.875rem 1.75rem;text-decoration:none;display:inline-flex}.components-module__DjBGaW__btnGhostInk:hover{border-color:var(--color-ink);background:#1c19170a;transform:translateY(-1px)}.components-module__DjBGaW__footer{background:var(--color-footer-bg);color:#fff;padding:var(--space-4xl)0 var(--space-xl)}.components-module__DjBGaW__footerGrid{gap:var(--space-2xl);max-width:var(--max-width-container);padding:0 var(--space-lg);grid-template-columns:1.5fr repeat(4,1fr);margin:0 auto;display:grid}@media (min-width:768px){.components-module__DjBGaW__footerGrid{padding:0 var(--space-2xl)}}@media (max-width:767px){.components-module__DjBGaW__footerGrid{gap:var(--space-xl);grid-template-columns:1fr 1fr}}@media (max-width:480px){.components-module__DjBGaW__footerGrid{grid-template-columns:1fr}}.components-module__DjBGaW__footerBrand{grid-column:1/-1}@media (min-width:768px){.components-module__DjBGaW__footerBrand{grid-column:auto}}.components-module__DjBGaW__footerBrandName{font-size:var(--font-size-lg);margin-bottom:var(--space-md);align-items:center;gap:0;font-weight:800;display:inline-flex}.components-module__DjBGaW__footerTagline{color:var(--color-slate-500);font-size:var(--font-size-sm);max-width:280px;line-height:1.6}.components-module__DjBGaW__footerColumn h4{font-size:var(--font-size-sm);text-transform:uppercase;letter-spacing:.05em;color:var(--color-slate-300);margin-bottom:var(--space-lg);font-weight:600}.components-module__DjBGaW__footerLink{color:var(--color-slate-500);font-size:var(--font-size-sm);padding:var(--space-xs)0;transition:color var(--transition-fast);display:block}.components-module__DjBGaW__footerLink:hover{color:#fff}.components-module__DjBGaW__footerBottom{max-width:var(--max-width-container);margin:var(--space-3xl)auto 0;padding:var(--space-xl)var(--space-lg)0;text-align:center;color:var(--color-slate-500);font-size:var(--font-size-sm);border-top:1px solid #ffffff14}@media (min-width:768px){.components-module__DjBGaW__footerBottom{padding:var(--space-xl)var(--space-2xl)0}}.components-module__DjBGaW__footerWarm{background:var(--color-ink-panel)}.components-module__DjBGaW__footerWarm .components-module__DjBGaW__footerTagline,.components-module__DjBGaW__footerWarm .components-module__DjBGaW__footerLink,.components-module__DjBGaW__footerWarm .components-module__DjBGaW__footerBottom{color:var(--color-ink-faint)}.components-module__DjBGaW__footerWarm .components-module__DjBGaW__footerColumn h4{color:#d6d3d1}.components-module__DjBGaW__footerWarm .components-module__DjBGaW__footerLink:hover{color:#fff}.components-module__DjBGaW__footerWarm .components-module__DjBGaW__logoTextSocials{color:var(--color-brand-light)}.components-module__DjBGaW__footerWarm .components-module__DjBGaW__footerBottom{border-top-color:#ffffff14}
.home-module__r9hsXq__sectionHeader{max-width:720px;margin:0 auto var(--space-2xl);text-align:center}.home-module__r9hsXq__sectionLabel{font-size:var(--font-size-xs);letter-spacing:.14em;text-transform:uppercase;color:var(--color-brand);margin-bottom:var(--space-md);font-weight:700;display:inline-block}.home-module__r9hsXq__sectionTitle{font-family:var(--font-display);letter-spacing:-.01em;color:var(--color-ink);margin-bottom:var(--space-md);font-size:clamp(1.875rem,3.5vw,2.75rem);font-weight:600;line-height:1.15}.home-module__r9hsXq__sectionSubtitle{font-size:var(--font-size-lg);color:var(--color-ink-soft);line-height:1.7}@keyframes home-module__r9hsXq__fadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.home-module__r9hsXq__hero{background:var(--color-paper);padding:calc(var(--header-height) + var(--space-3xl))0 var(--space-2xl);position:relative;overflow:hidden}.home-module__r9hsXq__hero:before{content:"";pointer-events:none;background:radial-gradient(#b4530912,#0000 65%);width:60%;height:90%;position:absolute;top:-20%;right:-10%}.home-module__r9hsXq__heroGrid{gap:var(--space-3xl);max-width:var(--max-width-container);padding:0 var(--space-lg);grid-template-columns:1fr;align-items:center;margin:0 auto;display:grid;position:relative}@media (min-width:1024px){.home-module__r9hsXq__heroGrid{padding:0 var(--space-2xl);grid-template-columns:11fr 10fr}}.home-module__r9hsXq__heroContent{animation:.7s both home-module__r9hsXq__fadeUp}.home-module__r9hsXq__heroTitle{font-family:var(--font-display);letter-spacing:-.015em;color:var(--color-ink);margin-bottom:var(--space-lg);font-size:clamp(2.375rem,4.6vw,3.75rem);font-weight:600;line-height:1.08}.home-module__r9hsXq__heroTitleAccent{color:var(--color-brand);font-style:italic}.home-module__r9hsXq__heroSubtitle{font-size:var(--font-size-lg);color:var(--color-ink-soft);max-width:540px;margin-bottom:var(--space-xl);line-height:1.75}.home-module__r9hsXq__heroCtas{gap:var(--space-md);margin-bottom:var(--space-lg);flex-wrap:wrap;display:flex}.home-module__r9hsXq__heroNote{font-size:var(--font-size-sm);color:var(--color-ink-faint)}.home-module__r9hsXq__heroNoteDot{margin:0 var(--space-sm)}.home-module__r9hsXq__heroVisual{animation:.7s .15s both home-module__r9hsXq__fadeUp}.home-module__r9hsXq__browserMockup{background:var(--color-paper-card);border:1px solid var(--color-warm-border);border-radius:var(--radius-xl);overflow:hidden;box-shadow:0 1px 2px #1c19170a,0 12px 40px -8px #1c19172e}.home-module__r9hsXq__browserChrome{align-items:center;gap:var(--space-md);padding:var(--space-sm)var(--space-md);background:var(--color-paper-deep);border-bottom:1px solid var(--color-warm-border);display:flex}.home-module__r9hsXq__browserDots{gap:6px;display:flex}.home-module__r9hsXq__browserDots span{background:#d6cfc2;border-radius:50%;width:10px;height:10px}.home-module__r9hsXq__browserUrlBar{background:var(--color-paper-card);border:1px solid var(--color-warm-border);border-radius:var(--radius-full);font-size:var(--font-size-xs);color:var(--color-ink-soft);flex:1;justify-content:center;align-items:center;gap:6px;max-width:320px;margin:0 auto;padding:4px 12px;display:flex}.home-module__r9hsXq__browserLockIcon{flex-shrink:0;width:11px;height:11px}.home-module__r9hsXq__browserBody{padding:var(--space-lg)}.home-module__r9hsXq__mockNav{margin-bottom:var(--space-lg);justify-content:space-between;align-items:center;display:flex}.home-module__r9hsXq__mockNavLogo{background:var(--color-ink);opacity:.85;border-radius:6px;width:72px;height:12px}.home-module__r9hsXq__mockNavLinks{gap:var(--space-sm);display:flex}.home-module__r9hsXq__mockNavLink{background:var(--color-warm-border);border-radius:4px;width:36px;height:8px}.home-module__r9hsXq__mockSectionLabel{text-align:center;margin-bottom:var(--space-lg)}.home-module__r9hsXq__mockHeadingLine{background:var(--color-ink);opacity:.8;border-radius:6px;width:160px;height:12px;margin:0 auto 8px}.home-module__r9hsXq__mockSubheadingLine{background:var(--color-warm-border);border-radius:4px;width:100px;height:8px;margin:0 auto}.home-module__r9hsXq__mockFeedGrid{gap:var(--space-sm);grid-template-columns:repeat(4,1fr);grid-auto-rows:26px;display:grid}.home-module__r9hsXq__mockFeedPost{border-radius:var(--radius-md);padding:var(--space-sm);flex-direction:column;justify-content:space-between;animation:.5s both home-module__r9hsXq__fadeUp;display:flex}.home-module__r9hsXq__mockPostBadge{justify-content:flex-end;display:flex}.home-module__r9hsXq__mockPostLines{flex-direction:column;display:flex}.home-module__r9hsXq__mockPostLine{background:#ffffffbf;border-radius:3px;width:70%;height:5px}.home-module__r9hsXq__mockPostLineShort{background:#ffffff80;border-radius:3px;width:45%;height:5px;margin-top:4px}.home-module__r9hsXq__mockPoweredBy{text-align:center;font-size:var(--font-size-xs);color:var(--color-ink-faint);padding-top:var(--space-md)}.home-module__r9hsXq__mockPoweredBy strong{color:var(--color-ink-soft)}.home-module__r9hsXq__facts{background:var(--color-paper);padding:var(--space-xl)0 var(--space-3xl)}.home-module__r9hsXq__factsInner{gap:var(--space-xl)var(--space-lg);max-width:var(--max-width-container);padding:var(--space-xl)var(--space-lg)0;border-top:1px solid var(--color-warm-border);grid-template-columns:repeat(2,1fr);margin:0 auto;display:grid}@media (min-width:768px){.home-module__r9hsXq__factsInner{padding:var(--space-xl)var(--space-2xl)0;grid-template-columns:repeat(4,1fr)}}.home-module__r9hsXq__factItem{text-align:center}.home-module__r9hsXq__factNumber{font-family:var(--font-display);font-weight:600;font-size:var(--font-size-3xl);color:var(--color-ink);margin-bottom:var(--space-xs);line-height:1.1}.home-module__r9hsXq__factLabel{font-size:var(--font-size-sm);color:var(--color-ink-soft)}.home-module__r9hsXq__problem{background:var(--color-paper-deep);padding:var(--space-section)0}.home-module__r9hsXq__problemInner{max-width:var(--max-width-container);padding:0 var(--space-lg);margin:0 auto}@media (min-width:768px){.home-module__r9hsXq__problemInner{padding:0 var(--space-2xl)}}.home-module__r9hsXq__problemGrid{gap:var(--space-lg);grid-template-columns:1fr;display:grid}@media (min-width:768px){.home-module__r9hsXq__problemGrid{grid-template-columns:repeat(3,1fr)}}.home-module__r9hsXq__problemCard{background:var(--color-paper-card);border:1px solid var(--color-warm-border);border-radius:var(--radius-lg);padding:var(--space-xl);flex-direction:column;display:flex}.home-module__r9hsXq__problemClaim{font-family:var(--font-display);font-weight:600;font-size:var(--font-size-xl);color:var(--color-ink);margin-bottom:var(--space-md);line-height:1.3}.home-module__r9hsXq__problemBody{font-size:var(--font-size-base);color:var(--color-ink-soft);flex:1;line-height:1.7}.home-module__r9hsXq__problemFoot{margin-top:var(--space-lg);padding-top:var(--space-md);border-top:1px solid var(--color-warm-border);font-size:var(--font-size-sm);color:var(--color-brand);font-weight:600}.home-module__r9hsXq__liveDemo{background:var(--color-paper);padding:var(--space-section)0}.home-module__r9hsXq__liveDemoTabs{justify-content:center;gap:var(--space-sm);margin-bottom:var(--space-xl);flex-wrap:wrap;display:flex}.home-module__r9hsXq__liveDemoTab{border-radius:var(--radius-full);border:1px solid var(--color-warm-border);background:var(--color-paper-card);color:var(--color-ink-soft);font-size:var(--font-size-sm);font-weight:600;font-family:var(--font-family);cursor:pointer;transition:color var(--transition-fast),border-color var(--transition-fast),background-color var(--transition-fast);padding:.5rem 1.25rem}.home-module__r9hsXq__liveDemoTab:hover{border-color:var(--color-ink-faint);color:var(--color-ink)}.home-module__r9hsXq__liveDemoTabActive{background:var(--color-ink);border-color:var(--color-ink);color:var(--color-paper)}.home-module__r9hsXq__liveDemoTabActive:hover{border-color:var(--color-ink);color:var(--color-paper)}.home-module__r9hsXq__liveDemoFrame{background:var(--color-paper-card);border:1px solid var(--color-warm-border);border-radius:var(--radius-xl);padding:var(--space-xl)var(--space-lg)var(--space-lg);min-height:320px;position:relative;box-shadow:0 12px 40px -8px #1c19171f}.home-module__r9hsXq__liveDemoBadge{background:var(--color-ink);color:var(--color-paper);font-size:var(--font-size-xs);letter-spacing:.04em;border-radius:var(--radius-full);white-space:nowrap;align-items:center;gap:6px;padding:5px 14px;font-weight:600;display:inline-flex;position:absolute;top:-14px;left:50%;transform:translate(-50%)}.home-module__r9hsXq__liveDemoBadgeDot{background:#4ade80;border-radius:50%;width:7px;height:7px;animation:1.6s ease-in-out infinite home-module__r9hsXq__livePulse}@keyframes home-module__r9hsXq__livePulse{0%,to{opacity:1}50%{opacity:.35}}.home-module__r9hsXq__liveDemoWidget{min-height:280px}.home-module__r9hsXq__liveDemoSnippetRow{align-items:center;gap:var(--space-md);margin-top:var(--space-xl);text-align:center;flex-direction:column;display:flex}.home-module__r9hsXq__liveDemoSnippet{background:var(--color-ink-panel);color:#e7e5e4;font-size:var(--font-size-xs);padding:var(--space-md)var(--space-lg);border-radius:var(--radius-md);white-space:nowrap;max-width:100%;display:block;overflow-x:auto}.home-module__r9hsXq__liveDemoSnippetNote{font-size:var(--font-size-sm);color:var(--color-ink-soft);max-width:480px}.home-module__r9hsXq__how{background:var(--color-paper);padding:var(--space-section)0}.home-module__r9hsXq__stepsGrid{gap:var(--space-xl);max-width:var(--max-width-container);padding:0 var(--space-lg);grid-template-columns:1fr;margin:0 auto;display:grid}@media (min-width:768px){.home-module__r9hsXq__stepsGrid{padding:0 var(--space-2xl);grid-template-columns:repeat(3,1fr)}}.home-module__r9hsXq__step{border-top:2px solid var(--color-ink);padding-top:var(--space-lg)}.home-module__r9hsXq__stepIndex{font-family:var(--font-display);font-style:italic;font-weight:500;font-size:var(--font-size-4xl);color:var(--color-brand);margin-bottom:var(--space-md);line-height:1}.home-module__r9hsXq__stepTitle{font-family:var(--font-display);font-weight:600;font-size:var(--font-size-xl);color:var(--color-ink);margin-bottom:var(--space-sm)}.home-module__r9hsXq__stepBody{font-size:var(--font-size-base);color:var(--color-ink-soft);margin-bottom:var(--space-md);line-height:1.7}.home-module__r9hsXq__stepChip{background:var(--color-brand-soft);color:var(--color-brand-dark);font-size:var(--font-size-xs);border-radius:var(--radius-full);padding:6px 12px;font-weight:600;display:inline-block}.home-module__r9hsXq__features{background:var(--color-paper-deep);padding:var(--space-section)0}.home-module__r9hsXq__featureGrid{gap:var(--space-lg);max-width:var(--max-width-container);padding:0 var(--space-lg);grid-template-columns:1fr;margin:0 auto;display:grid}@media (min-width:640px){.home-module__r9hsXq__featureGrid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.home-module__r9hsXq__featureGrid{padding:0 var(--space-2xl);grid-template-columns:repeat(3,1fr)}}.home-module__r9hsXq__featureCard{background:var(--color-paper-card);border:1px solid var(--color-warm-border);border-radius:var(--radius-lg);padding:var(--space-xl);transition:transform var(--transition-fast),box-shadow var(--transition-fast)}.home-module__r9hsXq__featureCard:hover{transform:translateY(-2px);box-shadow:0 10px 30px -10px #1c191726}.home-module__r9hsXq__featureKicker{font-family:var(--font-display);font-style:italic;font-size:var(--font-size-sm);color:var(--color-ink-faint);margin-bottom:var(--space-sm)}.home-module__r9hsXq__featureTitle{font-family:var(--font-display);font-weight:600;font-size:var(--font-size-xl);color:var(--color-ink);margin-bottom:var(--space-sm);line-height:1.3}.home-module__r9hsXq__featureBody{font-size:var(--font-size-sm);color:var(--color-ink-soft);line-height:1.7}.home-module__r9hsXq__depth{background:var(--color-paper);padding:var(--space-section)0}.home-module__r9hsXq__depthInner{max-width:var(--max-width-container);padding:0 var(--space-lg);margin:0 auto}@media (min-width:768px){.home-module__r9hsXq__depthInner{padding:0 var(--space-2xl)}}.home-module__r9hsXq__depthGrid{gap:var(--space-lg);grid-template-columns:1fr;display:grid}@media (min-width:900px){.home-module__r9hsXq__depthGrid{grid-template-columns:repeat(2,1fr)}}.home-module__r9hsXq__depthCard{background:var(--color-paper-card);border:1px solid var(--color-warm-border);border-radius:var(--radius-lg);padding:var(--space-xl);flex-direction:column;display:flex}.home-module__r9hsXq__depthBadge{background:var(--color-brand-soft);color:var(--color-brand-dark);font-size:var(--font-size-xs);letter-spacing:.08em;text-transform:uppercase;border-radius:var(--radius-full);margin-bottom:var(--space-lg);align-self:flex-start;padding:6px 12px;font-weight:700}.home-module__r9hsXq__depthKicker{font-family:var(--font-display);font-style:italic;font-size:var(--font-size-sm);color:var(--color-ink-faint);margin-bottom:var(--space-sm)}.home-module__r9hsXq__depthTitle{font-family:var(--font-display);font-weight:600;font-size:var(--font-size-xl);color:var(--color-ink);margin-bottom:var(--space-md);line-height:1.3}.home-module__r9hsXq__depthBody{font-size:var(--font-size-base);color:var(--color-ink-soft);margin-bottom:var(--space-lg);line-height:1.7}.home-module__r9hsXq__depthList{gap:var(--space-sm);margin:0 0 var(--space-lg);flex-direction:column;flex:1;padding:0;list-style:none;display:flex}.home-module__r9hsXq__depthList li{padding-left:var(--space-lg);font-size:var(--font-size-sm);color:var(--color-ink-soft);line-height:1.6;position:relative}.home-module__r9hsXq__depthList li:before{content:"";background:var(--color-brand);border-radius:2px;width:8px;height:2px;position:absolute;top:.6em;left:0}.home-module__r9hsXq__depthFoot{padding-top:var(--space-md);border-top:1px solid var(--color-warm-border);margin-top:auto}.home-module__r9hsXq__depthLink{font-size:var(--font-size-sm);color:var(--color-brand);text-underline-offset:3px;transition:color var(--transition-fast);font-weight:600;text-decoration:underline}.home-module__r9hsXq__depthLink:hover{color:var(--color-brand-dark)}.home-module__r9hsXq__depthNote{max-width:640px;margin:var(--space-xl)auto 0;text-align:center;font-size:var(--font-size-sm);color:var(--color-ink-soft);line-height:1.7}.home-module__r9hsXq__depthActions{margin-top:var(--space-lg);justify-content:center;display:flex}.home-module__r9hsXq__personas{background:var(--color-paper);padding:var(--space-section)0}.home-module__r9hsXq__personaTabs{justify-content:center;gap:var(--space-sm);margin-bottom:var(--space-xl);flex-wrap:wrap;display:flex}.home-module__r9hsXq__personaTab{border-radius:var(--radius-full);border:1px solid var(--color-warm-border);color:var(--color-ink-soft);font-size:var(--font-size-sm);font-weight:600;font-family:var(--font-family);cursor:pointer;transition:color var(--transition-fast),border-color var(--transition-fast),background-color var(--transition-fast);background:0 0;padding:.5rem 1.25rem}.home-module__r9hsXq__personaTab:hover{border-color:var(--color-ink-faint);color:var(--color-ink)}.home-module__r9hsXq__personaTabActive{background:var(--color-ink);border-color:var(--color-ink);color:var(--color-paper)}.home-module__r9hsXq__personaTabActive:hover{color:var(--color-paper)}.home-module__r9hsXq__personaPanel{background:var(--color-paper-card);border:1px solid var(--color-warm-border);border-radius:var(--radius-xl);max-width:780px;padding:var(--space-2xl)var(--space-xl);text-align:center;margin:0 auto}.home-module__r9hsXq__personaPain{font-family:var(--font-display);font-style:italic;font-weight:500;font-size:var(--font-size-2xl);color:var(--color-ink);margin-bottom:var(--space-md);line-height:1.35}.home-module__r9hsXq__personaBody{font-size:var(--font-size-base);color:var(--color-ink-soft);max-width:560px;margin:0 auto var(--space-lg);line-height:1.7}.home-module__r9hsXq__personaList{justify-content:center;gap:var(--space-sm);flex-wrap:wrap;margin:0;padding:0;list-style:none;display:flex}.home-module__r9hsXq__personaList li{background:var(--color-brand-soft);color:var(--color-brand-dark);font-size:var(--font-size-sm);border-radius:var(--radius-full);padding:6px 14px;font-weight:600}.home-module__r9hsXq__platforms{background:var(--color-paper);padding:0 0 var(--space-section)}.home-module__r9hsXq__platformsGrid{justify-content:center;gap:var(--space-md);max-width:900px;padding:0 var(--space-lg);flex-wrap:wrap;margin:0 auto;display:flex}.home-module__r9hsXq__platformCard{align-items:center;gap:var(--space-sm);background:var(--color-paper-card);border:1px solid var(--color-warm-border);border-radius:var(--radius-full);padding:var(--space-sm)var(--space-lg);transition:transform var(--transition-fast),box-shadow var(--transition-fast);display:flex}.home-module__r9hsXq__platformCard:hover{transform:translateY(-2px);box-shadow:0 8px 20px -8px #1c191733}.home-module__r9hsXq__platformCardName{font-size:var(--font-size-sm);color:var(--color-ink);font-weight:600}.home-module__r9hsXq__pricing{background:var(--color-paper-deep);padding:var(--space-section)0}.home-module__r9hsXq__pricingGrid{gap:var(--space-md);max-width:980px;margin:0 auto var(--space-xl);padding:0 var(--space-lg);grid-template-columns:repeat(2,1fr);display:grid}@media (min-width:900px){.home-module__r9hsXq__pricingGrid{grid-template-columns:repeat(4,1fr)}}.home-module__r9hsXq__priceCard{background:var(--color-paper-card);border:1px solid var(--color-warm-border);border-radius:var(--radius-lg);padding:var(--space-lg);text-align:center}.home-module__r9hsXq__priceCardFeatured{border-color:var(--color-brand);box-shadow:0 8px 24px -8px #b4530940}.home-module__r9hsXq__priceName{font-size:var(--font-size-sm);letter-spacing:.08em;text-transform:uppercase;color:var(--color-ink-soft);margin-bottom:var(--space-sm);font-weight:700}.home-module__r9hsXq__priceAmt{font-family:var(--font-display);font-weight:600;font-size:var(--font-size-3xl);color:var(--color-ink);line-height:1.1}.home-module__r9hsXq__priceUnit{font-family:var(--font-family);font-size:var(--font-size-sm);color:var(--color-ink-faint);font-weight:400}.home-module__r9hsXq__priceMeta{font-size:var(--font-size-sm);color:var(--color-ink-soft);margin-top:var(--space-sm)}.home-module__r9hsXq__pricingNote{text-align:center;font-size:var(--font-size-base);color:var(--color-ink-soft);max-width:640px;margin:0 auto var(--space-lg);padding:0 var(--space-lg)}.home-module__r9hsXq__pricingActions{justify-content:center;display:flex}.home-module__r9hsXq__faq{background:var(--color-paper);padding:var(--space-section)0}.home-module__r9hsXq__faqList{max-width:var(--max-width-narrow);padding:0 var(--space-lg);margin:0 auto}.home-module__r9hsXq__faqItem{border-bottom:1px solid var(--color-warm-border)}.home-module__r9hsXq__faqQ{font-family:var(--font-display);font-weight:600;font-size:var(--font-size-lg);color:var(--color-ink);padding:var(--space-lg)var(--space-2xl)var(--space-lg)0;cursor:pointer;transition:color var(--transition-fast);list-style:none;position:relative}.home-module__r9hsXq__faqQ::-webkit-details-marker{display:none}.home-module__r9hsXq__faqQ:after{content:"+";right:var(--space-sm);font-family:var(--font-family);font-weight:400;font-size:var(--font-size-2xl);color:var(--color-brand);transition:transform var(--transition-fast);position:absolute;top:50%;transform:translateY(-50%)}.home-module__r9hsXq__faqItem[open] .home-module__r9hsXq__faqQ:after{transform:translateY(-50%)rotate(45deg)}.home-module__r9hsXq__faqQ:hover{color:var(--color-brand-dark)}.home-module__r9hsXq__faqA{font-size:var(--font-size-base);color:var(--color-ink-soft);padding:0 var(--space-2xl)var(--space-lg)0;line-height:1.7}.home-module__r9hsXq__cta{background:var(--color-ink-panel);padding:var(--space-section)0;position:relative;overflow:hidden}.home-module__r9hsXq__cta:before{content:"";pointer-events:none;background:radial-gradient(#d9770629,#0000 65%);width:80%;height:100%;position:absolute;bottom:-40%;left:50%;transform:translate(-50%)}.home-module__r9hsXq__ctaContent{max-width:var(--max-width-narrow);padding:0 var(--space-lg);text-align:center;margin:0 auto;position:relative}.home-module__r9hsXq__ctaTitle{font-family:var(--font-display);color:var(--color-paper);margin-bottom:var(--space-md);font-size:clamp(2rem,4vw,3rem);font-weight:600;line-height:1.15}.home-module__r9hsXq__ctaTitleAccent{color:var(--color-brand-light);font-style:italic}.home-module__r9hsXq__ctaSubtitle{font-size:var(--font-size-lg);color:#faf7f2bf;max-width:560px;margin:0 auto var(--space-xl);line-height:1.7}.home-module__r9hsXq__ctaActions{justify-content:center;gap:var(--space-md);margin-bottom:var(--space-lg);flex-wrap:wrap;display:flex}.home-module__r9hsXq__ctaNote{font-size:var(--font-size-sm);color:#faf7f28c}
.RelatedArticles-module__CoimiG__section{background:var(--color-section-alt,#fafafa);border-top:1px solid var(--color-border-light,#e2e8f0);padding:64px 0}.RelatedArticles-module__CoimiG__container{max-width:1100px;margin:0 auto;padding:0 24px}.RelatedArticles-module__CoimiG__title{color:var(--color-text-primary,#000);text-align:center;letter-spacing:-.5px;margin-bottom:32px;font-family:Georgia,Times New Roman,serif;font-size:clamp(1.75rem,4vw,2.25rem);font-weight:700}.RelatedArticles-module__CoimiG__grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px;display:grid}.RelatedArticles-module__CoimiG__card{border:1px solid var(--color-border-light,#e2e8f0);color:inherit;background:#fff;border-radius:16px;flex-direction:column;gap:12px;padding:28px;text-decoration:none;transition:box-shadow .2s,transform .2s,border-color .2s;display:flex}.RelatedArticles-module__CoimiG__card:hover{border-color:var(--color-primary,#2d66d8);text-decoration:none;transform:translateY(-2px);box-shadow:0 8px 32px #00000014}.RelatedArticles-module__CoimiG__cardCategory{text-transform:uppercase;letter-spacing:1px;color:var(--color-primary,#2d66d8);font-size:11px;font-weight:700}.RelatedArticles-module__CoimiG__cardTitle{color:var(--color-text-primary,#000);letter-spacing:-.2px;margin:0;font-family:Georgia,Times New Roman,serif;font-size:19px;font-weight:700;line-height:1.3}.RelatedArticles-module__CoimiG__cardDescription{color:var(--color-text-secondary,#8b8b8b);-webkit-line-clamp:3;-webkit-box-orient:vertical;flex:1;font-size:14px;line-height:1.6;display:-webkit-box;overflow:hidden}.RelatedArticles-module__CoimiG__cardMeta{color:var(--color-text-secondary,#8b8b8b);align-items:center;gap:8px;margin-top:4px;font-size:13px;display:flex}.RelatedArticles-module__CoimiG__cardMetaDot{background:var(--color-text-secondary,#8b8b8b);border-radius:50%;flex-shrink:0;width:3px;height:3px}.RelatedArticles-module__CoimiG__cardReadMore{color:var(--color-primary,#2d66d8);align-items:center;gap:4px;margin-top:4px;font-size:13px;font-weight:600;display:flex}@media (max-width:900px){.RelatedArticles-module__CoimiG__grid{grid-template-columns:1fr}}@media (max-width:600px){.RelatedArticles-module__CoimiG__section{padding:48px 0}.RelatedArticles-module__CoimiG__container{padding:0 16px}.RelatedArticles-module__CoimiG__title{margin-bottom:24px}.RelatedArticles-module__CoimiG__grid{gap:16px}}
.TableOfContents-module__W1q4MG__toc{background:#f8f9fb;border:1px solid #eaebf0;border-radius:12px;margin:0 0 32px;padding:14px 16px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.TableOfContents-module__W1q4MG__summary{text-transform:uppercase;letter-spacing:.06em;color:#8b8b8b;cursor:pointer;justify-content:space-between;align-items:center;font-size:12px;font-weight:700;list-style:none;display:flex}.TableOfContents-module__W1q4MG__summary::-webkit-details-marker{display:none}.TableOfContents-module__W1q4MG__chevron{font-size:12px;transition:transform .2s}.TableOfContents-module__W1q4MG__toc[open] .TableOfContents-module__W1q4MG__chevron{transform:rotate(180deg)}.TableOfContents-module__W1q4MG__list{margin:12px 0 0;padding:0;list-style:none}.TableOfContents-module__W1q4MG__list li{margin:0}.TableOfContents-module__W1q4MG__list li a{color:#555;border-left:2px solid #0000;border-radius:6px;padding:6px 10px;font-size:14px;font-weight:500;line-height:1.45;text-decoration:none;transition:background .15s,color .15s;display:block}.TableOfContents-module__W1q4MG__list li a:hover{color:var(--color-primary-dark,#1d4ed8);background:#eef1f6}.TableOfContents-module__W1q4MG__list .TableOfContents-module__W1q4MG__active a{color:var(--color-primary,#2d66d8);border-left-color:var(--color-primary,#2d66d8);background:#eef3fd;font-weight:700}@media (min-width:1100px){.TableOfContents-module__W1q4MG__toc{background:0 0;border:none;margin:0;padding:0}.TableOfContents-module__W1q4MG__summary{pointer-events:none;margin-bottom:4px}.TableOfContents-module__W1q4MG__chevron{display:none}}
.AnimWrapper-module__1DpZJW__section{contain:content;background:#f5f6f7;border:1px solid #eaebf0;border-radius:12px;margin:36px 0;padding:20px 24px;position:relative;overflow:hidden}.AnimWrapper-module__1DpZJW__section:before{display:none}.AnimWrapper-module__1DpZJW__inner{justify-content:center;align-items:center;min-height:200px;display:flex}.AnimWrapper-module__1DpZJW__label{text-align:center;color:var(--color-text-secondary,#8b8b8b);margin-top:16px;margin-bottom:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:13px;font-style:italic}@media (max-width:520px){.AnimWrapper-module__1DpZJW__section{margin:24px 0;padding:16px 12px}.AnimWrapper-module__1DpZJW__inner{zoom:.75;min-height:150px}}
.animations-module__6zVhcG__scope{--cs-primary:#2d66d8;--cs-cards:#eaebf0;--cs-hero:#f5f6f7;--cs-black:#000;--cs-muted:#8b8b8b;--cs-upgrade:#fb7e09;--cs-upgrade-bg:#ffeedf;--cs-white:#fff;--cs-green:#22c55e;--cs-red:#ef4444;--cs-yellow:#f59e0b}.animations-module__6zVhcG__btn{background:var(--cs-black);color:var(--cs-white);cursor:pointer;border:none;border-radius:8px;padding:8px 18px;font-family:inherit;font-size:13px;font-weight:600;line-height:1;transition:opacity .2s;display:inline-block}.animations-module__6zVhcG__btn:hover{opacity:.8}.animations-module__6zVhcG__btnSecondary{background:var(--cs-white);color:var(--cs-black);border:1px solid var(--cs-cards);cursor:pointer;border-radius:8px;padding:8px 18px;font-family:inherit;font-size:13px;font-weight:600;line-height:1;transition:opacity .2s;display:inline-block}.animations-module__6zVhcG__btnSecondary:hover{opacity:.8}@keyframes animations-module__6zVhcG__shimmerAnim{0%{left:-100%}to{left:100%}}.animations-module__6zVhcG__scope .shimmer{background:linear-gradient(90deg,#0000 0%,#fff9 50%,#0000 100%);width:100%;height:100%;animation:1.4s infinite animations-module__6zVhcG__shimmerAnim;position:absolute;top:0;left:-100%}.animations-module__6zVhcG__browserWrap{flex-direction:column;align-items:center;gap:12px;width:100%;display:flex}.animations-module__6zVhcG__browserTabs{justify-content:center;gap:8px;display:flex}.animations-module__6zVhcG__scope .browser-tab-btn{border:1px solid var(--cs-cards);background:var(--cs-white);cursor:pointer;color:var(--cs-muted);border-radius:20px;padding:6px 14px;font-family:inherit;font-size:12px;font-weight:600;transition:all .2s}.animations-module__6zVhcG__scope .browser-tab-btn.active{background:var(--cs-black);color:var(--cs-white);border-color:var(--cs-black)}.animations-module__6zVhcG__browserShell{background:var(--cs-white);border-radius:10px;width:100%;max-width:460px;font-size:13px;overflow:hidden;box-shadow:0 2px 16px #00000014}.animations-module__6zVhcG__browserChrome{background:#e8e8e8;align-items:center;gap:8px;padding:8px 12px;display:flex}.animations-module__6zVhcG__browserDots{gap:5px;display:flex}.animations-module__6zVhcG__dot{border-radius:50%;width:10px;height:10px}.animations-module__6zVhcG__dotRed{background:#ff5f57}.animations-module__6zVhcG__dotYellow{background:#febc2e}.animations-module__6zVhcG__dotGreen{background:#28c840}.animations-module__6zVhcG__browserUrl{background:var(--cs-white);color:var(--cs-muted);border-radius:6px;flex:1;padding:4px 10px;font-size:11px}.animations-module__6zVhcG__progressBar{background:#e0e0e0;height:3px;position:relative;overflow:hidden}.animations-module__6zVhcG__scope .browser-progress-fill{background:var(--cs-primary);width:0%;height:100%;transition:width .4s,background .3s}.animations-module__6zVhcG__browserBody{min-height:160px;padding:16px}.animations-module__6zVhcG__scope .skeleton-card{background:var(--cs-cards);opacity:0;border-radius:8px;height:36px;margin-bottom:10px;transition:opacity .3s,transform .3s;position:relative;overflow:hidden;transform:translateY(8px)}.animations-module__6zVhcG__scope .skeleton-card.visible{opacity:1;transform:translateY(0)}.animations-module__6zVhcG__browserStatus{text-align:center;color:var(--cs-muted);padding:8px 0 4px;font-size:12px;font-weight:600;transition:color .3s}.animations-module__6zVhcG__lazyWrap{align-items:flex-start;gap:32px;width:100%;max-width:420px;display:flex}.animations-module__6zVhcG__lazyPage{flex-shrink:0;width:110px;position:relative}.animations-module__6zVhcG__scope .lazyload-card{background:var(--cs-cards);border-radius:6px;height:30px;margin-bottom:8px;transition:background .4s;position:relative;overflow:hidden}.animations-module__6zVhcG__scope .lazyload-card.loaded{background:var(--cs-primary)}.animations-module__6zVhcG__scope .lazyload-card.loaded-2{background:#7c3aed}.animations-module__6zVhcG__scope .lazyload-card.loaded-3{background:#059669}.animations-module__6zVhcG__scope .lazyload-card.unloaded .shimmer{animation:1.6s infinite animations-module__6zVhcG__shimmerAnim}.animations-module__6zVhcG__scope .lazyload-viewport{border:2px dashed var(--cs-primary);pointer-events:none;background:#2d66d80f;border-radius:6px;height:72px;transition:top .6s;position:absolute;top:0;left:-4px;right:-4px}.animations-module__6zVhcG__lazyLegend{flex:1;font-size:13px}.animations-module__6zVhcG__lazyTitle{text-transform:uppercase;letter-spacing:.5px;color:var(--cs-primary);margin-bottom:4px;font-size:12px;font-weight:700}.animations-module__6zVhcG__lazySubtitle{color:var(--cs-muted);margin-bottom:16px;font-size:12px;line-height:1.5}.animations-module__6zVhcG__legendItem{color:var(--cs-muted);align-items:center;gap:8px;margin-bottom:10px;display:flex}.animations-module__6zVhcG__legendDotGrey{background:var(--cs-cards);border:1px solid #ccc;border-radius:4px;flex-shrink:0;width:14px;height:14px}.animations-module__6zVhcG__legendDotColored{background:var(--cs-primary);border-radius:4px;flex-shrink:0;width:14px;height:14px}.animations-module__6zVhcG__sliderWrap{width:100%;max-width:460px}.animations-module__6zVhcG__sliderControls{align-items:center;gap:12px;margin-bottom:16px;display:flex}.animations-module__6zVhcG__sliderControls label{white-space:nowrap;color:var(--cs-black);font-size:13px;font-weight:600}.animations-module__6zVhcG__scope input[type=range].cs-range{appearance:none;background:var(--cs-cards);cursor:pointer;border-radius:4px;outline:none;flex:1;height:4px}.animations-module__6zVhcG__scope input[type=range].cs-range::-webkit-slider-thumb{appearance:none;background:var(--cs-primary);cursor:pointer;border-radius:50%;width:18px;height:18px;box-shadow:0 1px 4px #2d66d866}.animations-module__6zVhcG__postGrid{flex-wrap:wrap;gap:6px;min-height:100px;margin-bottom:16px;display:flex}.animations-module__6zVhcG__scope .post-mini-card{background:var(--cs-cards);opacity:0;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:3px;width:42px;height:42px;transition:opacity .25s,transform .25s;display:flex;transform:scale(.7)}.animations-module__6zVhcG__scope .post-mini-card.visible{opacity:1;transform:scale(1)}.animations-module__6zVhcG__scope .post-mini-avatar{background:var(--cs-primary);opacity:.7;border-radius:50%;width:14px;height:14px}.animations-module__6zVhcG__scope .post-mini-line{background:#ccc;border-radius:2px;width:28px;height:3px}.animations-module__6zVhcG__loadBarTrack{background:var(--cs-cards);border-radius:8px;height:10px;margin-bottom:8px;overflow:hidden}.animations-module__6zVhcG__scope .load-bar-fill{border-radius:8px;width:0%;height:100%;transition:width .4s,background .4s}.animations-module__6zVhcG__scope .load-bar-label{color:var(--cs-muted);font-size:12px;font-weight:600;transition:color .3s}.animations-module__6zVhcG__scriptDiagram{grid-template-columns:1fr 1fr;gap:16px;width:100%;max-width:460px;display:grid}.animations-module__6zVhcG__scriptCol{flex-direction:column;gap:6px;display:flex}.animations-module__6zVhcG__colBad{text-align:center;color:#ef4444;background:#fef2f2;border-radius:6px;margin-bottom:6px;padding:4px 8px;font-size:12px;font-weight:700}.animations-module__6zVhcG__colGood{text-align:center;color:#16a34a;background:#f0fdf4;border-radius:6px;margin-bottom:6px;padding:4px 8px;font-size:12px;font-weight:700}.animations-module__6zVhcG__scope .script-block{color:#333;opacity:0;border-radius:7px;justify-content:space-between;align-items:center;padding:7px 10px;font-size:11px;font-weight:600;transition:opacity .3s,transform .3s;display:flex;transform:translateY(-6px)}.animations-module__6zVhcG__scope .script-block.visible{opacity:1;transform:translateY(0)}.animations-module__6zVhcG__scope .script-block.html{background:#e0f2fe}.animations-module__6zVhcG__scope .script-block.feed{background:#fecaca;height:44px}.animations-module__6zVhcG__scope .script-block.css{background:#e0f2fe}.animations-module__6zVhcG__scope .script-block.content-late{background:#fef9c3}.animations-module__6zVhcG__scope .script-block.content-early{background:#dcfce7}.animations-module__6zVhcG__scope .script-block.feed-late{background:#f1f5f9}.animations-module__6zVhcG__scope .blocked-badge{color:#fff;background:#ef4444;border-radius:4px;padding:2px 6px;font-size:10px;font-weight:700}.animations-module__6zVhcG__scope .check-badge{color:#fff;background:#16a34a;border-radius:4px;padding:2px 6px;font-size:10px;font-weight:700}.animations-module__6zVhcG__scope .script-time{text-align:center;opacity:0;margin-top:8px;font-size:12px;font-weight:700;transition:opacity .4s .8s}.animations-module__6zVhcG__scope .script-time.visible{opacity:1}.animations-module__6zVhcG__scope .script-time.bad{color:var(--cs-red)}.animations-module__6zVhcG__scope .script-time.good{color:var(--cs-green)}.animations-module__6zVhcG__vitalsWrap{width:100%;max-width:380px}.animations-module__6zVhcG__vitalsToggle{justify-content:center;gap:8px;margin-bottom:24px;display:flex}.animations-module__6zVhcG__vitalsRings{justify-content:space-around;gap:8px;display:flex}.animations-module__6zVhcG__vitalItem{flex-direction:column;align-items:center;gap:8px;display:flex}.animations-module__6zVhcG__ringWrap{width:80px;height:80px;position:relative}.animations-module__6zVhcG__ringWrap svg{transform:rotate(-90deg)}.animations-module__6zVhcG__scope .vital-ring-bg{fill:none;stroke:var(--cs-cards);stroke-width:6px}.animations-module__6zVhcG__scope .vital-ring-fill{fill:none;stroke-width:6px;stroke-linecap:round;stroke-dasharray:207;stroke-dashoffset:207px;transition:stroke-dashoffset 1s cubic-bezier(.4,0,.2,1),stroke .5s}.animations-module__6zVhcG__scope .vital-score{color:var(--cs-black);font-size:18px;font-weight:800;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.animations-module__6zVhcG__vitalName{color:var(--cs-black);font-size:13px;font-weight:700}.animations-module__6zVhcG__vitalDesc{color:var(--cs-muted);text-align:center;font-size:11px}.animations-module__6zVhcG__weightWrap{width:100%;max-width:460px}.animations-module__6zVhcG__weightHeader{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.animations-module__6zVhcG__weightLabel{color:var(--cs-black);font-size:13px;font-weight:700}.animations-module__6zVhcG__scope .weight-counter{background:var(--cs-cards);color:var(--cs-green);border-radius:20px;padding:4px 12px;font-size:14px;font-weight:800;transition:color .4s,background .4s}.animations-module__6zVhcG__scope .weight-counter.warn{color:var(--cs-upgrade)}.animations-module__6zVhcG__scope .weight-counter.danger{color:var(--cs-red)}.animations-module__6zVhcG__weightGrid{grid-template-columns:repeat(4,1fr);gap:6px;margin-bottom:14px;display:grid}.animations-module__6zVhcG__scope .weight-card{opacity:0;border-radius:8px;flex-direction:column;justify-content:space-between;height:58px;padding:6px;transition:opacity .2s,transform .2s;display:flex;transform:scale(.75)}.animations-module__6zVhcG__scope .weight-card.visible{opacity:1;transform:scale(1)}.animations-module__6zVhcG__scope .weight-kb{color:#0006;align-self:flex-end;font-size:9px;font-weight:700}.animations-module__6zVhcG__scope .weight-icon{background:#0000001f;border-radius:3px;width:14px;height:14px}.animations-module__6zVhcG__weightBtns{justify-content:center;gap:8px;display:flex}.animations-module__6zVhcG__pipelineWrap{width:100%;max-width:520px}.animations-module__6zVhcG__pipelineStages{align-items:center;margin-bottom:20px;display:flex}.animations-module__6zVhcG__pipelineStage{text-align:center;background:#dcfce7;border:2px solid #22c55e;border-radius:8px;flex:1;padding:8px 4px;transition:all .4s}.animations-module__6zVhcG__pipelineStageName{color:#000;font-size:10px;font-weight:700;line-height:1.3}.animations-module__6zVhcG__pipelineDotIndicator{background:#22c55e;border-radius:50%;width:8px;height:8px;margin:4px auto 0;transition:background .4s}.animations-module__6zVhcG__pipelineArrow{color:var(--cs-muted);flex-shrink:0;padding:0 2px;font-size:16px}.animations-module__6zVhcG__pipelineTrack{background:var(--cs-cards);border-radius:10px;height:20px;margin-bottom:16px;position:relative;overflow:hidden}.animations-module__6zVhcG__pipelineControls{justify-content:center;gap:8px;margin-top:8px;display:flex}@keyframes animations-module__6zVhcG__packetMove{0%{opacity:0;left:-5%}5%{opacity:1}90%{opacity:1}to{opacity:0;left:95%}}.animations-module__6zVhcG__scope .pipeline-packet{background:var(--cs-primary);border-radius:50%;width:10px;height:10px;animation:2s linear infinite animations-module__6zVhcG__packetMove;position:absolute;top:50%;transform:translateY(-50%)}.animations-module__6zVhcG__scope .pipeline-alert{color:var(--cs-red);text-align:center;opacity:0;min-height:18px;margin-top:8px;font-size:12px;font-weight:700;transition:opacity .3s}.animations-module__6zVhcG__scope .pipeline-alert.visible{opacity:1}.animations-module__6zVhcG__cacheWrap{grid-template-columns:1fr 1fr;gap:16px;width:100%;max-width:460px;display:grid}.animations-module__6zVhcG__cacheColTitle{text-align:center;border-radius:6px;margin-bottom:10px;padding:5px 10px;font-size:12px;font-weight:700}.animations-module__6zVhcG__cacheColMiss{color:var(--cs-red);background:#fef2f2}.animations-module__6zVhcG__cacheColHit{color:#16a34a;background:#f0fdf4}.animations-module__6zVhcG__cacheTimerSlow{text-align:center;color:var(--cs-red);margin-top:10px;font-size:18px;font-weight:800}.animations-module__6zVhcG__cacheTimerFast{text-align:center;color:var(--cs-green);margin-top:10px;font-size:18px;font-weight:800}.animations-module__6zVhcG__scope .cache-hop{background:var(--cs-cards);text-align:center;color:var(--cs-black);opacity:0;border-radius:7px;margin-bottom:4px;padding:6px 8px;font-size:11px;font-weight:600;transition:opacity .3s,transform .3s;transform:translateY(6px)}.animations-module__6zVhcG__scope .cache-hop.visible{opacity:1;transform:translateY(0)}.animations-module__6zVhcG__scope .cache-hop.slow{background:#fecaca}.animations-module__6zVhcG__scope .cache-hop.fast{background:#dcfce7}.animations-module__6zVhcG__scope .cache-hop.api{background:#fef9c3}.animations-module__6zVhcG__scope .cache-arrow-down{text-align:center;color:var(--cs-muted);opacity:0;margin:2px 0;font-size:14px;transition:opacity .3s}.animations-module__6zVhcG__scope .cache-arrow-down.visible{opacity:1}.animations-module__6zVhcG__archWrap{grid-template-columns:1fr 1fr;gap:16px;width:100%;max-width:460px;display:grid}.animations-module__6zVhcG__archColTitle{text-align:center;border-radius:6px;margin-bottom:8px;padding:4px 8px;font-size:11px;font-weight:700}.animations-module__6zVhcG__archColMono{color:var(--cs-red);background:#fef2f2}.animations-module__6zVhcG__archColMod{color:#16a34a;background:#f0fdf4}.animations-module__6zVhcG__monoBox{background:var(--cs-cards);border:2px solid #ccc;border-radius:10px;padding:12px;transition:all .3s;position:relative}.animations-module__6zVhcG__monoInnerServices{grid-template-columns:1fr 1fr;gap:4px;display:grid}.animations-module__6zVhcG__modServices{flex-direction:column;gap:6px;display:flex}.animations-module__6zVhcG__archCrashBadge{color:var(--cs-red);text-align:center;min-height:14px;margin-top:6px;font-size:10px;font-weight:700}.animations-module__6zVhcG__archControls{text-align:center;justify-content:center;gap:8px;margin-top:12px;display:flex}@keyframes animations-module__6zVhcG__shakeAnim{0%,to{transform:translate(0)}25%{transform:translate(-5px)}75%{transform:translate(5px)}}.animations-module__6zVhcG__scope .mono-box-crashed{animation:.4s animations-module__6zVhcG__shakeAnim;border-color:var(--cs-red)!important;background:#fecaca!important}.animations-module__6zVhcG__scope .mono-svc{background:var(--cs-white);text-align:center;color:var(--cs-muted);border-radius:5px;padding:4px 6px;font-size:10px;font-weight:600;transition:all .3s}.animations-module__6zVhcG__scope .mono-svc.failed{background:var(--cs-red);color:#fff}.animations-module__6zVhcG__scope .mod-svc{color:#166534;text-align:center;background:#dcfce7;border:1px solid #86efac;border-radius:7px;padding:6px 8px;font-size:10px;font-weight:600;transition:all .3s}.animations-module__6zVhcG__scope .mod-svc.failed{border-color:var(--cs-red);color:var(--cs-red);background:#fecaca;animation:.4s animations-module__6zVhcG__shakeAnim}.animations-module__6zVhcG__dashboardWrap{width:100%;max-width:480px}.animations-module__6zVhcG__dashboardGrid{grid-template-columns:1fr 1fr;gap:10px;margin-bottom:12px;display:grid}.animations-module__6zVhcG__dashCard{background:var(--cs-white);border:1px solid var(--cs-cards);border-radius:10px;padding:12px 14px}.animations-module__6zVhcG__dashCardHeader{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.animations-module__6zVhcG__dashCardLabel{color:var(--cs-muted);font-size:11px;font-weight:600}.animations-module__6zVhcG__dashStatusDot{background:var(--cs-green);border-radius:50%;width:8px;height:8px;transition:background .4s}.animations-module__6zVhcG__dashValue{color:var(--cs-black);margin-bottom:6px;font-size:22px;font-weight:800;line-height:1;transition:color .4s}.animations-module__6zVhcG__dashUnit{color:var(--cs-muted);font-size:12px;font-weight:400}.animations-module__6zVhcG__sparkline{align-items:flex-end;gap:2px;height:24px;display:flex}.animations-module__6zVhcG__dashboardControls{text-align:center;justify-content:center;gap:8px;display:flex}.animations-module__6zVhcG__scope .spark-bar{background:var(--cs-green);border-radius:2px 2px 0 0;flex:1;min-height:2px;transition:height .3s,background .4s}.animations-module__6zVhcG__dedupWrap{width:100%;max-width:480px}.animations-module__6zVhcG__dedupHeader{text-align:center;color:var(--cs-black);background:var(--cs-cards);border-radius:8px;margin-bottom:14px;padding:8px;font-size:13px;font-weight:700}.animations-module__6zVhcG__dedupCols{grid-template-columns:1fr 1fr;gap:12px;margin-bottom:12px;display:grid}.animations-module__6zVhcG__dedupColTitle{text-align:center;color:var(--cs-muted);text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px;font-size:11px;font-weight:700}.animations-module__6zVhcG__dedupControls{text-align:center}.animations-module__6zVhcG__scope .dedup-post{opacity:0;background:var(--cs-white);border:1px solid var(--cs-cards);border-left-width:3px;border-radius:7px;align-items:center;gap:8px;margin-bottom:6px;padding:8px 10px;transition:opacity .3s,transform .3s;display:flex;position:relative;transform:translate(-10px)}.animations-module__6zVhcG__scope .dedup-post.visible{opacity:1;transform:translate(0)}.animations-module__6zVhcG__scope .dedup-post.duplicate{opacity:.5}.animations-module__6zVhcG__scope .dedup-post.discarded{opacity:0;transform:scale(.8)}.animations-module__6zVhcG__scope .dedup-avatar{border-radius:50%;flex-shrink:0;width:20px;height:20px}.animations-module__6zVhcG__scope .dedup-line{background:var(--cs-cards);border-radius:3px;flex:1;height:6px}.animations-module__6zVhcG__scope .dup-badge{background:var(--cs-red);color:#fff;border-radius:4px;padding:1px 4px;font-size:9px;font-weight:700;position:absolute;top:-4px;right:-4px}.animations-module__6zVhcG__scope .dedup-right-post{opacity:0;background:#f0fdf4;border:1px solid #86efac;border-left-width:3px;border-radius:7px;align-items:center;gap:8px;margin-bottom:6px;padding:8px 10px;transition:opacity .3s,transform .3s;display:flex;position:relative;transform:translate(10px)}.animations-module__6zVhcG__scope .dedup-right-post.visible{opacity:1;transform:translate(0)}.animations-module__6zVhcG__scope .unique-badge{background:var(--cs-green);color:#fff;border-radius:4px;padding:1px 4px;font-size:9px;font-weight:700;position:absolute;top:-4px;right:-4px}.animations-module__6zVhcG__funnelWrap{width:100%;max-width:380px}.animations-module__6zVhcG__funnelIcon{flex-shrink:0;font-size:18px}.animations-module__6zVhcG__funnelText{flex:1}.animations-module__6zVhcG__funnelStageName{color:var(--cs-black);font-size:14px;font-weight:700}.animations-module__6zVhcG__funnelStat{color:var(--cs-muted);font-size:12px}.animations-module__6zVhcG__funnelPct{text-align:right;flex-shrink:0;font-size:16px;font-weight:800}.animations-module__6zVhcG__funnelStageBase{cursor:default;border-radius:6px;align-items:center;gap:12px;margin-bottom:4px;padding:10px 16px;transition:opacity .4s,transform .4s,box-shadow .2s;display:flex}.animations-module__6zVhcG__scope .funnel-stage{opacity:0;transform:translateY(-8px)}.animations-module__6zVhcG__scope .funnel-stage.visible{opacity:1;transform:translateY(0)}.animations-module__6zVhcG__scope .funnel-stage:hover{transform:translateY(-1px)scale(1.01);box-shadow:0 2px 16px #00000014}.animations-module__6zVhcG__barsWrap{width:100%;max-width:440px}.animations-module__6zVhcG__barRow{align-items:center;gap:10px;margin-bottom:10px;display:flex}.animations-module__6zVhcG__barPlatform{text-align:right;width:70px;color:var(--cs-text);flex-shrink:0;font-size:12px;font-weight:700}.animations-module__6zVhcG__barTrack{background:var(--cs-cards);border-radius:4px;flex:1;height:22px;position:relative;overflow:visible}.animations-module__6zVhcG__barFill{border-radius:4px;width:0%;height:100%;transition:width .8s cubic-bezier(.4,0,.2,1)}.animations-module__6zVhcG__barPct{color:var(--cs-muted);font-size:12px;font-weight:700;position:absolute;top:50%;right:-30px;transform:translateY(-50%)}.animations-module__6zVhcG__barMidline{pointer-events:none;border-left:2px dashed #ccc;width:1px;position:absolute;top:0;bottom:0;left:50%}.animations-module__6zVhcG__barMidLabel{color:var(--cs-muted);white-space:nowrap;font-size:10px;font-weight:600;position:absolute;top:-18px;left:50%;transform:translate(-50%)}.animations-module__6zVhcG__hashtagWrap{width:100%;max-width:460px}.animations-module__6zVhcG__hashtagFlow{flex-wrap:wrap;align-items:center;margin-bottom:16px;display:flex}.animations-module__6zVhcG__hashtagHero{text-align:center;color:var(--cs-primary);letter-spacing:-1px;margin-bottom:8px;font-size:28px;font-weight:900}.animations-module__6zVhcG__hashtagCounter{text-align:center;color:var(--cs-muted);margin-bottom:12px;font-size:13px;font-weight:700}.animations-module__6zVhcG__hashArrow{color:var(--cs-muted);flex-shrink:0;padding:0 2px;font-size:18px}.animations-module__6zVhcG__hashNodeBase{text-align:center;background:var(--cs-white);border:2px solid var(--cs-cards);border-radius:10px;flex:1;min-width:80px;padding:10px 6px}.animations-module__6zVhcG__hashNodeIcon{margin-bottom:4px;font-size:20px}.animations-module__6zVhcG__hashNodeLabel{color:var(--cs-muted);text-transform:uppercase;letter-spacing:.5px;font-size:10px;font-weight:700}.animations-module__6zVhcG__miniPostsRow{flex-wrap:wrap;justify-content:center;gap:8px;display:flex}.animations-module__6zVhcG__miniPostText{background:#ffffff80;border-radius:2px;width:100%;height:4px}.animations-module__6zVhcG__scope .hashtag-hero-el{opacity:0;transition:opacity .5s .2s,transform .5s .2s;transform:scale(.8)}.animations-module__6zVhcG__scope .hashtag-hero-el.visible{opacity:1;transform:scale(1)}.animations-module__6zVhcG__scope .hash-node{opacity:0;transition:opacity .4s,transform .4s;transform:scale(.85)}.animations-module__6zVhcG__scope .hash-node.visible{opacity:1;transform:scale(1)}.animations-module__6zVhcG__scope .mini-post{opacity:0;border-radius:8px;align-items:flex-end;padding:5px;transition:opacity .3s,transform .3s;display:flex;transform:translateY(10px)}.animations-module__6zVhcG__scope .mini-post.visible{opacity:1;transform:translateY(0)}.animations-module__6zVhcG__contentChartWrap{width:100%;max-width:440px}.animations-module__6zVhcG__contentToggle{justify-content:center;gap:8px;margin-bottom:16px;display:flex}.animations-module__6zVhcG__contentBarRow{margin-bottom:10px}.animations-module__6zVhcG__contentBarLabel{justify-content:space-between;align-items:center;margin-bottom:4px;display:flex}.animations-module__6zVhcG__contentBarName{color:var(--cs-text);font-size:13px;font-weight:600}.animations-module__6zVhcG__contentBarVal{color:var(--cs-muted);font-size:13px;font-weight:800}.animations-module__6zVhcG__contentBarTrack{background:var(--cs-cards);border-radius:6px;height:18px;overflow:hidden}.animations-module__6zVhcG__contentBarFill{border-radius:6px;width:0%;height:100%;transition:width .7s cubic-bezier(.4,0,.2,1)}.animations-module__6zVhcG__wallWrap{width:100%;max-width:460px}.animations-module__6zVhcG__wallHeader{align-items:center;gap:8px;margin-bottom:12px;display:flex}.animations-module__6zVhcG__wallLive{color:var(--cs-red);align-items:center;gap:6px;font-size:12px;font-weight:700;display:flex}.animations-module__6zVhcG__wallTitle{color:var(--cs-muted);margin-left:auto;font-size:13px;font-weight:700}.animations-module__6zVhcG__wallGrid{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}@keyframes animations-module__6zVhcG__pulseAnim{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.3)}}.animations-module__6zVhcG__wallLiveDot{background:var(--cs-red);border-radius:50%;width:8px;height:8px;animation:1.2s infinite animations-module__6zVhcG__pulseAnim}.animations-module__6zVhcG__scope .wall-card{background:var(--cs-white);border:1px solid var(--cs-cards);opacity:0;border-radius:10px;transition:opacity .3s,transform .3s;overflow:hidden;transform:scale(.85)}.animations-module__6zVhcG__scope .wall-card.visible{opacity:1;transform:scale(1)}.animations-module__6zVhcG__scope .wall-card-badge{color:#fff;border-radius:4px;margin-left:auto;padding:1px 5px;font-size:9px;font-weight:700}.animations-module__6zVhcG__crisisTimelineWrap{max-width:520px;margin:0 auto}.animations-module__6zVhcG__crisisTlSvg{width:100%;height:auto;display:block;overflow:visible}.animations-module__6zVhcG__scope .crisis-tl-dot{opacity:0;transition:opacity .45s}.animations-module__6zVhcG__scope .crisis-tl-dot.vis{opacity:1}.animations-module__6zVhcG__scope .crisis-tl-lbl{opacity:0;transition:opacity .4s}.animations-module__6zVhcG__scope .crisis-tl-lbl.vis{opacity:1}.animations-module__6zVhcG__crisisChGrid{flex-wrap:wrap;justify-content:center;gap:10px;display:flex}.animations-module__6zVhcG__crisisChCard{background:var(--cs-white);border:2px solid var(--cs-cards);text-align:center;border-radius:8px;width:110px;padding:14px 10px;transition:box-shadow .3s}.animations-module__6zVhcG__crisisChDot{border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;margin:0 auto 8px;font-size:1rem;display:flex}.animations-module__6zVhcG__crisisChName{color:var(--cs-black);font-size:12px;font-weight:600}.animations-module__6zVhcG__crisisChSpeed{color:var(--cs-muted);margin-top:3px;font-size:11px}.animations-module__6zVhcG__crisisChPriorityBar{background:var(--cs-cards);border-radius:2px;height:4px;margin-top:8px;overflow:hidden}.animations-module__6zVhcG__crisisChPbar{border-radius:2px;width:0;height:100%;transition:width 1.2s cubic-bezier(.4,0,.2,1)}.animations-module__6zVhcG__scope .crisis-ch-pulse{box-shadow:0 0 0 2px var(--cs-primary)}.animations-module__6zVhcG__crisisModWrap{flex-direction:column;align-items:center;gap:0;max-width:420px;margin:0 auto;display:flex}.animations-module__6zVhcG__crisisModArrow{color:var(--cs-muted);font-size:20px;line-height:1.6}.animations-module__6zVhcG__crisisModSplit{gap:10px;width:100%;max-width:320px;display:flex}.animations-module__6zVhcG__crisisModBranchBase{text-align:center;border-radius:8px;flex:1;padding:10px;font-size:12px;font-weight:600}.animations-module__6zVhcG__crisisModApprove{color:#065f46;background:#d1fae5;border:2px solid #a7f3d0}.animations-module__6zVhcG__crisisModHold{color:#92400e;background:#fef3c7;border:2px solid #fde68a}.animations-module__6zVhcG__crisisModReject{color:#991b1b;background:#fee2e2;border:2px solid #fecaca}.animations-module__6zVhcG__scope .crisis-mod-node{background:var(--cs-white);border:2px solid var(--cs-cards);text-align:center;opacity:0;border-radius:8px;width:100%;max-width:320px;padding:12px 16px;font-size:13px;font-weight:600;transition:opacity .4s,transform .4s;transform:translateY(10px)}.animations-module__6zVhcG__scope .crisis-mod-node.vis{opacity:1;transform:none}.animations-module__6zVhcG__scope .crisis-mod-branch{opacity:0;transition:opacity .3s,transform .3s;transform:scale(.93)}.animations-module__6zVhcG__scope .crisis-mod-branch.vis{opacity:1;transform:scale(1)}.animations-module__6zVhcG__crisisTrustWrap{max-width:440px;margin:0 auto}.animations-module__6zVhcG__crisisTrustLabelRow{color:var(--cs-muted);justify-content:space-between;margin-bottom:6px;font-size:12px;display:flex}.animations-module__6zVhcG__crisisTrustTrack{background:var(--cs-cards);border-radius:7px;height:14px;margin-bottom:18px;overflow:hidden}.animations-module__6zVhcG__crisisTrustFill{background:linear-gradient(90deg,var(--cs-red)0%,var(--cs-yellow)50%,var(--cs-green)100%);border-radius:7px;width:0;height:100%}.animations-module__6zVhcG__crisisTrustPhases{flex-direction:column;gap:8px;display:flex}.animations-module__6zVhcG__crisisTPhaseBase{align-items:center;gap:10px;font-size:13px;display:flex}.animations-module__6zVhcG__crisisTDot{border-radius:50%;flex-shrink:0;width:10px;height:10px}.animations-module__6zVhcG__crisisTText{color:var(--cs-black);flex:1}.animations-module__6zVhcG__crisisTVal{font-size:12px;font-weight:700}.animations-module__6zVhcG__scope .crisis-t-phase{opacity:0;transition:opacity .4s,transform .4s;transform:translate(-6px)}.animations-module__6zVhcG__scope .crisis-t-phase.vis{opacity:1;transform:none}.animations-module__6zVhcG__crisisStagesWrap{flex-wrap:wrap;justify-content:center;align-items:stretch;gap:6px;display:flex}.animations-module__6zVhcG__crisisStageBoxBase{background:var(--cs-white);border:2px solid var(--cs-cards);text-align:center;border-radius:8px;flex:1;min-width:80px;max-width:130px;padding:14px 10px}.animations-module__6zVhcG__crisisStageNum{font-size:20px;font-weight:800}.animations-module__6zVhcG__crisisStageName{color:var(--cs-black);margin:4px 0 6px;font-size:11px;font-weight:700}.animations-module__6zVhcG__crisisStageAction{color:var(--cs-muted);font-size:10px;line-height:1.4}.animations-module__6zVhcG__scope .crisis-stage-box{opacity:0;transition:opacity .4s,transform .4s;transform:translateY(12px)}.animations-module__6zVhcG__scope .crisis-stage-box.vis{opacity:1;transform:none}.animations-module__6zVhcG__anlMsWrap{flex-direction:column;gap:6px;max-width:500px;margin:0 auto;display:flex}.animations-module__6zVhcG__anlMsRowBase{background:var(--cs-white);border:1px solid var(--cs-cards);border-radius:6px;align-items:center;gap:10px;padding:8px 12px;display:flex}.animations-module__6zVhcG__anlMsDot{border-radius:50%;flex-shrink:0;width:10px;height:10px}.animations-module__6zVhcG__anlMsName{color:var(--cs-black);flex:1;font-size:13px;font-weight:600}.animations-module__6zVhcG__anlMsTag{border-radius:10px;padding:2px 7px;font-size:10px;font-weight:700}.animations-module__6zVhcG__scope .anl-ms-row{opacity:0;transition:opacity .35s,transform .35s;transform:translate(-8px)}.animations-module__6zVhcG__scope .anl-ms-row.vis{opacity:1;transform:none}.animations-module__6zVhcG__anlPbWrap{flex-direction:column;gap:8px;max-width:500px;margin:0 auto;display:flex}.animations-module__6zVhcG__anlPbRow{align-items:center;gap:10px;display:flex}.animations-module__6zVhcG__anlPbLabel{width:90px;color:var(--cs-black);text-align:right;flex-shrink:0;font-size:12px;font-weight:600}.animations-module__6zVhcG__anlPbTrack{background:var(--cs-cards);border-radius:4px;flex:1;height:22px;overflow:hidden}.animations-module__6zVhcG__anlPbFill{border-radius:4px;width:0;height:100%;transition:width .9s cubic-bezier(.4,0,.2,1)}.animations-module__6zVhcG__anlPbNum{width:36px;color:var(--cs-muted);text-align:right;flex-shrink:0;font-size:11px;font-weight:700}.animations-module__6zVhcG__anlFunnelWrap{flex-direction:column;align-items:center;gap:4px;max-width:360px;margin:0 auto;display:flex}.animations-module__6zVhcG__anlFunnelStageBase{text-align:center;border-radius:6px;width:100%;padding:10px 14px;font-size:13px;font-weight:600;overflow:hidden}.animations-module__6zVhcG__anlFunnelNum{margin-bottom:2px;font-size:18px;font-weight:800;display:block}.animations-module__6zVhcG__anlFunnelLabel{white-space:nowrap;text-overflow:ellipsis;font-size:11px;display:block;overflow:hidden}.animations-module__6zVhcG__scope .anl-funnel-stage{opacity:0;transition:opacity .4s,transform .4s;transform:scaleX(.88)}.animations-module__6zVhcG__scope .anl-funnel-stage.vis{opacity:1;transform:none}.animations-module__6zVhcG__anlRtWrap{max-width:480px;margin:0 auto}.animations-module__6zVhcG__anlRtTabs{gap:4px;margin-bottom:12px;display:flex}.animations-module__6zVhcG__anlRtTabBase{background:var(--cs-cards);color:var(--cs-muted);cursor:pointer;text-align:center;border:none;border-radius:6px;flex:1;padding:7px;font-family:inherit;font-size:12px;font-weight:600;transition:background .2s,color .2s}.animations-module__6zVhcG__anlRtTabActive{background:var(--cs-primary);color:var(--cs-white)}.animations-module__6zVhcG__anlRtRow{border-bottom:1px solid var(--cs-cards);justify-content:space-between;padding:8px 0;font-size:13px;display:flex}.animations-module__6zVhcG__anlRtVal{color:var(--cs-primary);font-weight:700}.animations-module__6zVhcG__anlRtContent{transition:opacity .18s}.animations-module__6zVhcG__anlRtContentHidden{opacity:0}.animations-module__6zVhcG__anlSparkGrid{flex-wrap:wrap;justify-content:center;gap:10px;display:flex}.animations-module__6zVhcG__anlSparkCard{background:var(--cs-white);border:1px solid var(--cs-cards);border-radius:8px;flex:1;min-width:120px;padding:12px}.animations-module__6zVhcG__anlSparkTitle{color:var(--cs-muted);margin-bottom:4px;font-size:11px}.animations-module__6zVhcG__anlSparkNum{color:var(--cs-black);margin-bottom:8px;font-size:18px;font-weight:800}.animations-module__6zVhcG__anlSparkSvg{width:100%;height:36px;display:block}.animations-module__6zVhcG__scope .anl-spark-path{stroke-dasharray:200;stroke-dashoffset:200px;transition:stroke-dashoffset 1.4s}.animations-module__6zVhcG__scope .anl-spark-path.draw{stroke-dashoffset:0}.animations-module__6zVhcG__scope .anl-spark-card{opacity:0;transition:opacity .5s,transform .5s;transform:translateY(18px)}.animations-module__6zVhcG__scope .anl-spark-card.deal{opacity:1;transform:none}.animations-module__6zVhcG__anlMsTwoCols{grid-template-columns:1fr 1fr;gap:10px;max-width:500px;margin:0 auto;display:grid}.animations-module__6zVhcG__anlMsColHead{letter-spacing:.07em;text-transform:uppercase;text-align:center;border-radius:6px;margin-bottom:6px;padding:6px 10px;font-size:10px;font-weight:700}.animations-module__6zVhcG__anlMsColHeadGood{color:#065f46;background:#d1fae5}.animations-module__6zVhcG__anlMsColHeadBad{color:#991b1b;background:#fee2e2}.animations-module__6zVhcG__anlMsChipGood{background:#f0fdf4;border:1.5px solid #bbf7d0;border-radius:6px;margin-bottom:5px;padding:8px 10px;font-size:11.5px;font-weight:600}.animations-module__6zVhcG__anlMsChipBad{background:#fff5f5;border:1.5px solid #fecaca;border-radius:6px;margin-bottom:5px;padding:8px 10px;font-size:11.5px;font-weight:600}.animations-module__6zVhcG__anlMsChipName{color:var(--cs-black);display:block}.animations-module__6zVhcG__anlMsChipSub{color:var(--cs-muted);margin-top:2px;font-size:10px;font-weight:400;display:block}.animations-module__6zVhcG__scope .anl-ms-left{opacity:0;transition:opacity .4s,transform .4s;transform:translate(-14px)}.animations-module__6zVhcG__scope .anl-ms-left.vis{opacity:1;transform:none}.animations-module__6zVhcG__scope .anl-ms-right{opacity:0;transition:opacity .4s,transform .4s;transform:translate(14px)}.animations-module__6zVhcG__scope .anl-ms-right.vis{opacity:1;transform:none}.animations-module__6zVhcG__anlPbV2Wrap{flex-direction:column;gap:10px;max-width:460px;margin:0 auto;display:flex}.animations-module__6zVhcG__anlPbV2Row{align-items:flex-start;gap:10px;display:flex}.animations-module__6zVhcG__anlPbV2Lbl{width:78px;color:var(--cs-black);text-align:right;flex-shrink:0;padding-top:4px;font-size:11.5px;font-weight:700}.animations-module__6zVhcG__anlPbV2Bars{flex-direction:column;flex:1;gap:4px;display:flex}.animations-module__6zVhcG__anlPbV2Track{background:var(--cs-cards);border-radius:3px;height:12px;overflow:hidden}.animations-module__6zVhcG__anlPbV2Fill{border-radius:3px;width:0;height:100%}.animations-module__6zVhcG__anlPbV2Ctr{color:var(--cs-muted);margin-top:3px;font-size:10px;font-weight:700}.animations-module__6zVhcG__anlPbV2Legend{color:var(--cs-muted);justify-content:center;gap:14px;margin-top:12px;font-size:10px;display:flex}.animations-module__6zVhcG__anlPbV2LegDot{vertical-align:middle;border-radius:2px;width:10px;height:10px;margin-right:4px;display:inline-block}.animations-module__6zVhcG__anlPbV2ReplayBtn{background:var(--cs-white);border:1px solid var(--cs-cards);cursor:pointer;color:var(--cs-muted);border-radius:20px;margin:8px auto 0;padding:5px 14px;font-family:inherit;font-size:12px;font-weight:600;transition:color .2s,border-color .2s;display:block}.animations-module__6zVhcG__anlPbV2ReplayBtn:hover{color:var(--cs-primary);border-color:var(--cs-primary)}.animations-module__6zVhcG__anlDotWrap{text-align:center;max-width:380px;margin:0 auto}.animations-module__6zVhcG__anlDotGrid{flex-wrap:wrap;justify-content:center;gap:5px;padding:8px 0 12px;display:flex}.animations-module__6zVhcG__anlDot{background:var(--cs-primary);opacity:0;border-radius:50%;width:13px;height:13px;transition:background .6s,opacity .35s}.animations-module__6zVhcG__anlDotStageInfo{flex-direction:column;justify-content:center;align-items:center;gap:2px;min-height:46px;display:flex}.animations-module__6zVhcG__anlDotStagePct{color:var(--cs-primary);font-size:1.5rem;font-weight:800;transition:color .5s}.animations-module__6zVhcG__anlDotStageSub{color:var(--cs-muted);font-size:12px}.animations-module__6zVhcG__scope .anl-dot.on{opacity:1}.animations-module__6zVhcG__scope .anl-dot.dim{background:var(--cs-cards);opacity:.28}.animations-module__6zVhcG__scope .anl-dot.convert{opacity:1;background:#22c55e}.animations-module__6zVhcG__anlRtHero{text-align:center;padding:10px 8px 12px}.animations-module__6zVhcG__anlRtHeroNum{color:var(--cs-primary);margin-bottom:6px;font-size:2.4rem;font-weight:800;line-height:1.1;display:block}.animations-module__6zVhcG__anlRtHeroLabel{color:var(--cs-muted);font-size:12px;display:block}.animations-module__6zVhcG__anlRtSep{border:none;border-top:1px solid var(--cs-cards);margin:10px 0}.animations-module__6zVhcG__anlRtBullets{flex-direction:column;gap:6px;display:flex}.animations-module__6zVhcG__anlRtBullet{background:var(--cs-hero);border-radius:6px;align-items:flex-start;gap:8px;padding:8px 10px;font-size:12px;display:flex}.animations-module__6zVhcG__anlRtBulletIco{flex-shrink:0;font-size:14px;font-style:normal;line-height:1.5}.animations-module__6zVhcG__anlDpOuter{max-width:560px;margin:0 auto}.animations-module__6zVhcG__anlDpGrid{border:1px solid var(--cs-cards);border-radius:10px;grid-template-columns:1fr 1fr;display:grid;overflow:hidden}.animations-module__6zVhcG__anlDpHdr{letter-spacing:.05em;text-transform:uppercase;border-bottom:1px solid;padding:7px 12px;font-size:10px;font-weight:700}.animations-module__6zVhcG__anlDpTermHdr{color:#6b7280;background:#1f2937;border-color:#374151}.animations-module__6zVhcG__anlDpRptHdr{background:var(--cs-hero);color:var(--cs-muted);border-color:var(--cs-cards);border-left:1px solid var(--cs-cards)}.animations-module__6zVhcG__anlDpBody{height:164px;padding:10px 12px;overflow:hidden}.animations-module__6zVhcG__anlDpTermBody{background:#111827}.animations-module__6zVhcG__anlDpRptBody{background:var(--cs-white);border-left:1px solid var(--cs-cards)}.animations-module__6zVhcG__anlDpRow{justify-content:space-between;gap:6px;margin-bottom:7px;font-family:Menlo,Consolas,Monaco,monospace;font-size:11px;display:flex}.animations-module__6zVhcG__anlDpKey{color:#6b7280}.animations-module__6zVhcG__anlDpVal{color:#34d399;font-weight:700}.animations-module__6zVhcG__anlDpRptItem{align-items:flex-start;gap:8px;margin-bottom:10px;display:flex}.animations-module__6zVhcG__anlDpRptIco{flex-shrink:0;font-size:15px;line-height:1.35}.animations-module__6zVhcG__anlDpRptNum{color:var(--cs-primary);font-size:1.1rem;font-weight:800;line-height:1.1;display:block}.animations-module__6zVhcG__anlDpRptLbl{color:var(--cs-muted);font-size:10.5px;line-height:1.4}@keyframes animations-module__6zVhcG__anlDpBlink{0%,49%{opacity:1}50%,to{opacity:0}}.animations-module__6zVhcG__anlDpCursor{vertical-align:middle;background:#34d399;width:5px;height:11px;margin-left:2px;animation:.8s step-end infinite animations-module__6zVhcG__anlDpBlink;display:inline-block}.animations-module__6zVhcG__scope .anl-dp-row{opacity:0;transition:opacity .3s,transform .3s;transform:translate(-6px)}.animations-module__6zVhcG__scope .anl-dp-row.vis{opacity:1;transform:none}.animations-module__6zVhcG__scope .anl-dp-ritem{opacity:0;transition:opacity .38s,transform .38s;transform:translate(8px)}.animations-module__6zVhcG__scope .anl-dp-ritem.vis{opacity:1;transform:none}@media (max-width:440px){.animations-module__6zVhcG__anlDpGrid{grid-template-columns:1fr}.animations-module__6zVhcG__anlDpRptHdr{border-left:none;border-top:2px solid var(--cs-cards)}.animations-module__6zVhcG__anlDpRptBody{border-left:none;border-top:1px solid var(--cs-cards);height:auto;min-height:140px}}.animations-module__6zVhcG__igWtGrid{flex-wrap:wrap;justify-content:center;gap:8px;display:flex}.animations-module__6zVhcG__igWtCard{background:var(--cs-white);border:2px solid var(--cs-cards);text-align:center;border-radius:8px;flex:1;min-width:120px;max-width:150px;padding:14px 12px}.animations-module__6zVhcG__igWtIcon{margin-bottom:6px;font-size:1.6rem}.animations-module__6zVhcG__igWtName{color:var(--cs-black);margin-bottom:4px;font-size:13px;font-weight:700}.animations-module__6zVhcG__igWtDesc{color:var(--cs-muted);font-size:11px;line-height:1.4}.animations-module__6zVhcG__scope .ig-wt-card{opacity:0;transition:opacity .35s,transform .35s;transform:translateY(10px)}.animations-module__6zVhcG__scope .ig-wt-card.vis{opacity:1;transform:none}.animations-module__6zVhcG__igSsList{flex-direction:column;gap:10px;max-width:480px;margin:0 auto;display:flex}.animations-module__6zVhcG__igSsStep{background:var(--cs-white);border:1px solid var(--cs-cards);border-radius:8px;align-items:flex-start;gap:12px;padding:12px 14px;display:flex}.animations-module__6zVhcG__igSsNum{background:var(--cs-primary);width:28px;height:28px;color:var(--cs-white);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:13px;font-weight:800;transition:background .3s;display:flex}.animations-module__6zVhcG__igSsText{color:var(--cs-black);font-size:13px;line-height:1.5}.animations-module__6zVhcG__igSsTitle{margin-bottom:2px;font-weight:700;display:block}.animations-module__6zVhcG__scope .ig-ss-step{opacity:0;transition:opacity .4s,transform .4s;transform:translate(-8px)}.animations-module__6zVhcG__scope .ig-ss-step.vis{opacity:1;transform:none}.animations-module__6zVhcG__scope .ig-ss-num-done{background:var(--cs-green)}.animations-module__6zVhcG__igEngWrap{flex-wrap:wrap;justify-content:center;align-items:center;gap:28px;display:flex}.animations-module__6zVhcG__igEngDonutWrap{flex-shrink:0;width:120px;height:120px;position:relative}.animations-module__6zVhcG__igEngSvg{width:120px;height:120px;transform:rotate(-90deg)}.animations-module__6zVhcG__igEngCenter{text-align:center;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.animations-module__6zVhcG__igEngPct{color:var(--cs-black);font-size:21px;font-weight:800}.animations-module__6zVhcG__igEngPctLbl{color:var(--cs-muted);font-size:11px}.animations-module__6zVhcG__igEngLegend{flex-direction:column;gap:6px;display:flex}.animations-module__6zVhcG__igEngLegRow{align-items:center;gap:8px;font-size:12px;display:flex}.animations-module__6zVhcG__igEngLegDot{border-radius:50%;flex-shrink:0;width:10px;height:10px}.animations-module__6zVhcG__igEngLegLbl{color:var(--cs-black);flex:1}.animations-module__6zVhcG__igEngLegVal{color:var(--cs-black);font-weight:700}.animations-module__6zVhcG__igEngArc{stroke-dasharray:283;stroke-dashoffset:283px;transition:stroke-dashoffset 1.4s cubic-bezier(.4,0,.2,1)}.animations-module__6zVhcG__igUgcStats{flex-wrap:wrap;justify-content:center;gap:10px;display:flex}.animations-module__6zVhcG__igUgcStat{background:var(--cs-white);border:1px solid var(--cs-cards);text-align:center;border-radius:8px;flex:1;min-width:120px;padding:14px 16px}.animations-module__6zVhcG__igUgcBig{font-size:26px;font-weight:800}.animations-module__6zVhcG__igUgcLbl{color:var(--cs-muted);margin-top:4px;font-size:11px;line-height:1.4}.animations-module__6zVhcG__scope .ig-ugc-stat{opacity:0;transition:opacity .4s,transform .4s;transform:scale(.9)}.animations-module__6zVhcG__scope .ig-ugc-stat.vis{opacity:1;transform:none}.animations-module__6zVhcG__igPmSite{background:var(--cs-white);border:2px solid var(--cs-cards);border-radius:10px;max-width:420px;margin:0 auto;font-size:12px;overflow:hidden}.animations-module__6zVhcG__igPmHeader{background:var(--cs-cards);color:var(--cs-muted);align-items:center;gap:6px;padding:6px 12px;font-size:11px;display:flex}.animations-module__6zVhcG__igPmDotRow{gap:4px;display:flex}.animations-module__6zVhcG__igPmDot{border-radius:50%;width:8px;height:8px}.animations-module__6zVhcG__igPmHeroZone{background:var(--cs-hero);text-align:center;color:var(--cs-muted);padding:20px;font-size:13px;font-weight:600}.animations-module__6zVhcG__igPmBody{gap:8px;padding:12px;display:flex}.animations-module__6zVhcG__igPmCol{flex:1}.animations-module__6zVhcG__igPmPageBlock{background:var(--cs-cards);color:var(--cs-muted);text-align:center;border-radius:4px;margin-bottom:8px;padding:8px;font-size:11px}.animations-module__6zVhcG__igPmHotspot{text-align:center;cursor:pointer;border:2px dashed;border-radius:6px;padding:8px;font-size:11px;font-weight:600;transition:background .2s}.animations-module__6zVhcG__igPmTooltip{text-align:center;color:var(--cs-muted);min-height:20px;margin-top:8px;font-size:12px}.animations-module__6zVhcG__scope .ig-pm-hotspot{opacity:0;transition:opacity .5s}.animations-module__6zVhcG__scope .ig-pm-hotspot.ig-pm-show{opacity:1}@keyframes animations-module__6zVhcG__igPmPulse{0%,to{transform:scale(1)}50%{transform:scale(1.03)}}.animations-module__6zVhcG__scope .ig-pm-hotspot.ig-pm-pulse{animation:1s ease-in-out animations-module__6zVhcG__igPmPulse}.animations-module__6zVhcG__ugcPartWrap{flex-direction:column;gap:7px;max-width:480px;margin:0 auto;display:flex}.animations-module__6zVhcG__ugcPartCard{background:var(--cs-white);border:1px solid var(--cs-cards);border-radius:8px;align-items:center;gap:10px;padding:10px 12px;display:flex}.animations-module__6zVhcG__ugcPartStripe{border-radius:2px;flex-shrink:0;align-self:stretch;width:4px;min-height:36px}.animations-module__6zVhcG__ugcPartText{flex:1;min-width:0}.animations-module__6zVhcG__ugcPartName{color:var(--cs-black);margin-bottom:2px;font-size:12.5px;font-weight:700;display:block}.animations-module__6zVhcG__ugcPartNote{color:var(--cs-muted);font-size:10.5px}.animations-module__6zVhcG__ugcPartBadge{text-align:right;flex-shrink:0;min-width:42px;font-size:13px;font-weight:800}.animations-module__6zVhcG__scope .ugc-part-card{opacity:0;transition:opacity .4s,transform .4s;transform:translateY(10px)}.animations-module__6zVhcG__scope .ugc-part-card.vis{opacity:1;transform:none}.animations-module__6zVhcG__ugcCcWrap{flex-wrap:wrap;justify-content:center;align-items:center;gap:2px;display:flex}.animations-module__6zVhcG__ugcCcNode{background:var(--cs-white);border:2px solid var(--cs-cards);text-align:center;min-width:76px;color:var(--cs-black);border-radius:8px;padding:10px 12px;font-size:12px;font-weight:600}.animations-module__6zVhcG__ugcCcArrow{color:var(--cs-muted);padding:0 2px;font-size:14px}.animations-module__6zVhcG__ugcCcNodeIcon{margin-bottom:4px;font-size:1.3rem;display:block}.animations-module__6zVhcG__ugcCcStatus{text-align:center;color:var(--cs-muted);min-height:18px;margin-top:10px;font-size:12px}.animations-module__6zVhcG__scope .ugc-cc-node{opacity:0;transition:opacity .3s,transform .3s;transform:scale(.9)}.animations-module__6zVhcG__scope .ugc-cc-node.vis{opacity:1;transform:none}.animations-module__6zVhcG__scope .ugc-cc-node.active{border-color:var(--cs-primary);background:#e8effe}.animations-module__6zVhcG__ugcIbOuter{max-width:420px;margin:0 auto}.animations-module__6zVhcG__ugcIbHeader{letter-spacing:.06em;text-transform:uppercase;color:var(--cs-muted);text-align:center;margin-bottom:10px;font-size:10px;font-weight:700}.animations-module__6zVhcG__ugcIbGrid{grid-template-columns:1fr 1fr;gap:8px;display:grid}.animations-module__6zVhcG__ugcIbTile{text-align:center;border:1px solid;border-radius:8px;padding:14px 10px 10px}.animations-module__6zVhcG__ugcIbScore{margin-bottom:4px;font-size:2rem;font-weight:800;line-height:1;display:block}.animations-module__6zVhcG__ugcIbName{color:var(--cs-black);margin-bottom:3px;font-size:11.5px;font-weight:700;line-height:1.3;display:block}.animations-module__6zVhcG__ugcIbTag{color:var(--cs-muted);font-size:10px}.animations-module__6zVhcG__scope .ugc-ib-tile{opacity:0;transition:opacity .4s,transform .4s;transform:scale(.88)}.animations-module__6zVhcG__scope .ugc-ib-tile.vis{opacity:1;transform:none}.animations-module__6zVhcG__ugcPmDonut{flex-wrap:wrap;justify-content:center;align-items:center;gap:20px;display:flex}.animations-module__6zVhcG__ugcPmSvgWrap{flex-shrink:0;width:140px;height:140px}.animations-module__6zVhcG__ugcPmLegend{flex-direction:column;gap:6px;display:flex}.animations-module__6zVhcG__ugcPmLegRow{align-items:center;gap:8px;font-size:12px;display:flex}.animations-module__6zVhcG__ugcPmLegDot{border-radius:2px;flex-shrink:0;width:10px;height:10px}.animations-module__6zVhcG__ugcPmLegVal{color:var(--cs-black);margin-left:auto;font-weight:700}.animations-module__6zVhcG__ugcMomWrap{max-width:500px;margin:0 auto}.animations-module__6zVhcG__ugcMomSvg{width:100%;height:auto;display:block;overflow:visible}.animations-module__6zVhcG__ugcMomLegend{color:var(--cs-muted);justify-content:center;gap:20px;margin-top:10px;font-size:11px;display:flex}.animations-module__6zVhcG__ugcMomLegLine{vertical-align:middle;border-radius:2px;width:18px;height:2.5px;margin-right:5px;display:inline-block;position:relative;top:-1px}.animations-module__6zVhcG__scope .ugc-mom-path{stroke-dasharray:380;stroke-dashoffset:380px;transition:stroke-dashoffset 1.9s}.animations-module__6zVhcG__scope .ugc-mom-path.draw{stroke-dashoffset:0}.animations-module__6zVhcG__scope .ugc-mom-dot{opacity:0;transition:opacity .35s}.animations-module__6zVhcG__scope .ugc-mom-dot.vis{opacity:1}.animations-module__6zVhcG__scope .ugc-mom-evt{opacity:0;transition:opacity .4s}.animations-module__6zVhcG__scope .ugc-mom-evt.vis{opacity:1}.animations-module__6zVhcG__ugcReplayBtn{background:var(--cs-white);border:1px solid var(--cs-cards);cursor:pointer;color:var(--cs-muted);border-radius:20px;margin:12px auto 0;padding:5px 14px;font-size:12px;font-weight:600;transition:color .2s,border-color .2s;display:block}.animations-module__6zVhcG__ugcReplayBtn:hover{color:var(--cs-primary);border-color:var(--cs-primary)}.animations-module__6zVhcG__schAfWrap{max-width:420px;margin:0 auto}.animations-module__6zVhcG__schAfPipeline{flex-direction:column;gap:6px;display:flex}.animations-module__6zVhcG__schAfStep{background:var(--cs-white,#fff);border:2px solid var(--cs-cards,#eaebf0);opacity:0;border-radius:8px;align-items:center;gap:10px;padding:10px 14px;transition:opacity .35s,transform .35s;display:flex;transform:translateY(8px)}.animations-module__6zVhcG__schAfApproved{border-color:var(--cs-green,#22c55e)}.animations-module__6zVhcG__schAfHeld{border-color:var(--cs-yellow,#f59e0b)}.animations-module__6zVhcG__schAfRejected{border-color:var(--cs-red,#ef4444)}.animations-module__6zVhcG__schAfIco{flex-shrink:0;font-size:1.2rem}.animations-module__6zVhcG__schAfTitle{color:var(--cs-black,#000);font-size:13px;font-weight:700;display:block}.animations-module__6zVhcG__schAfSub{color:var(--cs-muted,#8b8b8b);font-size:12px}.animations-module__6zVhcG__scope .sch-af-step.vis{opacity:1;transform:none}.animations-module__6zVhcG__schCmGrid{flex-wrap:wrap;justify-content:center;gap:6px;display:flex}.animations-module__6zVhcG__schCmCard{background:var(--cs-white,#fff);border:2px solid var(--cs-cards,#eaebf0);text-align:center;opacity:0;border-radius:8px;flex:1;min-width:100px;max-width:140px;padding:12px 10px;transition:opacity .35s,transform .35s;transform:scale(.9)}.animations-module__6zVhcG__schCmIco{margin-bottom:6px;font-size:1.5rem}.animations-module__6zVhcG__schCmName{color:var(--cs-black,#000);margin-bottom:3px;font-size:11.5px;font-weight:700}.animations-module__6zVhcG__schCmDesc{color:var(--cs-muted,#8b8b8b);font-size:10px;line-height:1.4}.animations-module__6zVhcG__schCmPct{margin-top:6px;font-size:14px;font-weight:800}.animations-module__6zVhcG__scope .sch-cm-card.vis{opacity:1;transform:none}.animations-module__6zVhcG__schPgCampus{grid-template-columns:1fr 1fr 1fr;gap:6px;max-width:460px;margin:0 auto;display:grid}.animations-module__6zVhcG__schPgZone{text-align:center;opacity:0;cursor:pointer;border:2px solid #0000;border-radius:8px;padding:10px;font-size:11px;font-weight:600;transition:opacity .4s,transform .2s,box-shadow .2s}.animations-module__6zVhcG__schPgZoneIcon{margin-bottom:4px;font-size:1.2rem;display:block}.animations-module__6zVhcG__schPgTip{text-align:center;color:var(--cs-muted,#8b8b8b);min-height:18px;margin-top:8px;font-size:12px}.animations-module__6zVhcG__scope .sch-pg-zone.show{opacity:1}.animations-module__6zVhcG__scope .sch-pg-zone.active-zone{transform:scale(1.04);box-shadow:0 2px 8px #0000001f}.animations-module__6zVhcG__schDfOrg{max-width:440px;margin:0 auto}.animations-module__6zVhcG__schDfMaster{background:var(--cs-primary,#2d66d8);color:var(--cs-white,#fff);text-align:center;opacity:0;border-radius:8px;margin-bottom:8px;padding:10px 14px;font-size:13px;font-weight:700;transition:opacity .4s,transform .4s;transform:scale(.95)}.animations-module__6zVhcG__schDfConnector{text-align:center;color:var(--cs-muted,#8b8b8b);margin-bottom:4px;font-size:14px}.animations-module__6zVhcG__schDfBranches{flex-wrap:wrap;justify-content:center;gap:6px;display:flex}.animations-module__6zVhcG__schDfDept{text-align:center;opacity:0;border-radius:6px;flex:1;min-width:90px;padding:8px 12px;font-size:11.5px;font-weight:600;transition:opacity .35s,transform .35s;transform:translateY(8px)}.animations-module__6zVhcG__scope .sch-df-master.vis{opacity:1;transform:none}.animations-module__6zVhcG__scope .sch-df-dept.vis{opacity:1;transform:none}.animations-module__6zVhcG__schScList{flex-direction:column;gap:8px;max-width:460px;margin:0 auto;display:flex}.animations-module__6zVhcG__schScItem{background:var(--cs-white,#fff);border:2px solid var(--cs-cards,#eaebf0);opacity:0;border-radius:8px;align-items:center;gap:12px;padding:10px 14px;transition:opacity .35s,transform .35s;display:flex;transform:translate(-6px)}.animations-module__6zVhcG__schScCheck{background:var(--cs-cards,#eaebf0);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;font-size:13px;font-weight:800;transition:background .3s,color .3s;display:flex}.animations-module__6zVhcG__schScTitle{color:var(--cs-black,#000);font-size:13px;font-weight:700;display:block}.animations-module__6zVhcG__schScSub{color:var(--cs-muted,#8b8b8b);font-size:12px}.animations-module__6zVhcG__scope .sch-sc-item.vis{opacity:1;transform:none}.animations-module__6zVhcG__scope .sch-sc-check.checked{background:var(--cs-green,#22c55e);color:var(--cs-white,#fff)}.animations-module__6zVhcG__seoVennWrap{justify-content:center;align-items:center;width:100%;max-width:480px;min-height:220px;display:flex;position:relative}.animations-module__6zVhcG__seoVennCircle{border-radius:50%;flex-direction:column;justify-content:center;width:210px;height:210px;padding:20px 28px;font-size:11px;line-height:1.6;display:flex}.animations-module__6zVhcG__seoVennBad{z-index:1;background:#ef444414;border:2px solid #ef444440;margin-right:-40px}.animations-module__6zVhcG__seoVennGood{z-index:1;background:#22c55e14;border:2px solid #22c55e40;margin-left:-40px}.animations-module__6zVhcG__seoVennLabel{text-transform:uppercase;letter-spacing:.5px;margin-bottom:6px;font-size:11px;font-weight:800}.animations-module__6zVhcG__seoVennOverlap{background:var(--cs-white);border:1px solid var(--cs-cards);color:var(--cs-muted);z-index:2;white-space:nowrap;border-radius:8px;padding:6px 12px;font-size:10px;font-weight:700;position:absolute;bottom:-12px;left:50%;transform:translate(-50%)}.animations-module__6zVhcG__scope .seo-venn-item{opacity:0;font-weight:500;transition:opacity .35s,transform .35s;transform:translateY(4px)}.animations-module__6zVhcG__scope .seo-venn-item.vis{opacity:1;transform:none}.animations-module__6zVhcG__scope .seo-venn-circle-el{opacity:0;transition:opacity .5s,transform .5s;transform:scale(.85)}.animations-module__6zVhcG__scope .seo-venn-circle-el.vis{opacity:1;transform:scale(1)}.animations-module__6zVhcG__scope .seo-venn-overlap-el{opacity:0;transition:opacity .4s}.animations-module__6zVhcG__scope .seo-venn-overlap-el.vis{opacity:1}.animations-module__6zVhcG__seoBenWrap{flex-direction:column;gap:8px;width:100%;max-width:440px;display:flex}.animations-module__6zVhcG__seoBenCard{background:var(--cs-white);border:1px solid var(--cs-cards);border-left:3px solid var(--cs-primary);border-radius:8px;align-items:center;gap:12px;padding:12px 16px;display:flex}.animations-module__6zVhcG__seoBenIcon{background:#e8effe;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:1.3rem;display:flex}.animations-module__6zVhcG__seoBenText{flex:1}.animations-module__6zVhcG__seoBenName{color:var(--cs-black);font-size:13px;font-weight:700;display:block}.animations-module__6zVhcG__seoBenDesc{color:var(--cs-muted);font-size:11px}.animations-module__6zVhcG__scope .seo-ben-card{opacity:0;transition:opacity .4s,transform .4s;transform:translate(20px)}.animations-module__6zVhcG__scope .seo-ben-card.vis{opacity:1;transform:none}.animations-module__6zVhcG__seoCurWrap{grid-template-columns:1fr 1fr;gap:16px;width:100%;max-width:480px;display:grid}.animations-module__6zVhcG__seoCurColTitle{text-align:center;border-radius:6px;margin-bottom:8px;padding:5px 10px;font-size:11px;font-weight:700}.animations-module__6zVhcG__seoCurColBad{color:var(--cs-red);background:#fef2f2}.animations-module__6zVhcG__seoCurColGood{color:#16a34a;background:#f0fdf4}.animations-module__6zVhcG__seoCurFilter{color:#16a34a;text-align:center;background:linear-gradient(90deg,#22c55e26,#22c55e0d);border:1px dashed #86efac;border-radius:6px;margin-bottom:8px;padding:4px 8px;font-size:10px;font-weight:700}.animations-module__6zVhcG__seoCurPost{border:1px solid;border-radius:6px;align-items:center;gap:8px;margin-bottom:5px;padding:8px 10px;font-size:11px;font-weight:600;display:flex}.animations-module__6zVhcG__scope .seo-cur-post{opacity:0;transition:opacity .3s,transform .3s;transform:translateY(6px)}.animations-module__6zVhcG__scope .seo-cur-post.vis{opacity:1;transform:translateY(0)}.animations-module__6zVhcG__scope .seo-cur-post.low{color:#991b1b;background:#fff5f5;border-color:#fecaca}.animations-module__6zVhcG__scope .seo-cur-post.ok{color:#065f46;background:#f0fdf4;border-color:#86efac}.animations-module__6zVhcG__scope .seo-cur-post.spam{color:#991b1b;opacity:.5;background:#fef2f2;border-color:#fecaca;text-decoration:line-through}.animations-module__6zVhcG__compScaleWrap{text-align:center;width:100%;max-width:460px}.animations-module__6zVhcG__compScaleBeam{justify-content:center;align-items:flex-start;gap:0;margin-bottom:16px;display:flex;position:relative}.animations-module__6zVhcG__compScaleSide{flex-direction:column;flex:1;align-items:center;gap:8px;padding:12px;display:flex}.animations-module__6zVhcG__compScalePlate{text-align:center;border:2px solid;border-radius:10px;width:100%;max-width:160px;padding:14px 12px;transition:transform .8s cubic-bezier(.4,0,.2,1)}.animations-module__6zVhcG__compScaleLabel{margin-bottom:6px;font-size:12px;font-weight:700}.animations-module__6zVhcG__compScalePivot{background:var(--cs-cards);border-radius:2px;flex-shrink:0;align-self:stretch;width:4px;min-height:80px;position:relative}.animations-module__6zVhcG__compScalePivotDot{background:var(--cs-muted);border-radius:50%;width:12px;height:12px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.animations-module__6zVhcG__compScaleFeature{color:var(--cs-primary);background:#e8effe;border-radius:12px;padding:4px 10px;font-size:11px;font-weight:600}.animations-module__6zVhcG__scope .comp-scale-plate{opacity:0;transition:opacity .5s,transform .8s cubic-bezier(.4,0,.2,1);transform:scale(.9)}.animations-module__6zVhcG__scope .comp-scale-plate.vis{opacity:1;transform:scale(1)}.animations-module__6zVhcG__scope .comp-scale-plate.winner{transform:scale(1.05);box-shadow:0 4px 20px #2d66d826}.animations-module__6zVhcG__scope .comp-scale-plate.loser{opacity:.7;transform:scale(.95)}.animations-module__6zVhcG__scope .comp-scale-feat{opacity:0;transition:opacity .3s,transform .3s;transform:translateY(8px)}.animations-module__6zVhcG__scope .comp-scale-feat.vis{opacity:1;transform:none}.animations-module__6zVhcG__compTableWrap{width:100%;max-width:500px}.animations-module__6zVhcG__compTableHead{color:var(--cs-muted);text-transform:uppercase;letter-spacing:.5px;border-bottom:2px solid var(--cs-cards);grid-template-columns:2fr 1fr 1fr 1fr;gap:4px;margin-bottom:4px;padding:8px 12px;font-size:10px;font-weight:700;display:grid}.animations-module__6zVhcG__compTableRow{border-radius:6px;grid-template-columns:2fr 1fr 1fr 1fr;align-items:center;gap:4px;margin-bottom:3px;padding:10px 12px;font-size:12px;font-weight:600;display:grid}.animations-module__6zVhcG__compTableName{color:var(--cs-black)}.animations-module__6zVhcG__compTableCell{color:var(--cs-muted);font-size:11px}.animations-module__6zVhcG__scope .comp-table-row{opacity:0;transition:opacity .35s,transform .35s;transform:translate(-12px)}.animations-module__6zVhcG__scope .comp-table-row.vis{opacity:1;transform:none}.animations-module__6zVhcG__scope .comp-table-row.highlight{background:#e8effe;border:1px solid #2d66d833}.animations-module__6zVhcG__embCascadeWrap{width:100%;max-width:420px}.animations-module__6zVhcG__embCascadeBrowser{background:var(--cs-white);border-radius:10px;overflow:hidden;box-shadow:0 2px 16px #00000014}.animations-module__6zVhcG__embCascadeGrid{grid-template-columns:repeat(3,1fr);gap:6px;padding:12px;display:grid}.animations-module__6zVhcG__scope .emb-cascade-card{background:var(--cs-cards);opacity:0;border-radius:8px;transition:opacity .35s,transform .35s;overflow:hidden;transform:translateY(12px)scale(.9)}.animations-module__6zVhcG__scope .emb-cascade-card.vis{opacity:1;transform:none}.animations-module__6zVhcG__embConnectWrap{flex-direction:column;align-items:center;gap:16px;width:100%;max-width:420px;display:flex}.animations-module__6zVhcG__embConnectIcons{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.animations-module__6zVhcG__embConnectIcon{color:#fff;border:2px solid #0000;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;font-size:18px;font-weight:800;display:flex}.animations-module__6zVhcG__embConnectArrows{color:var(--cs-muted);justify-content:center;gap:6px;font-size:14px;display:flex}.animations-module__6zVhcG__embConnectHub{background:var(--cs-primary);width:72px;height:72px;color:var(--cs-white);text-align:center;border-radius:50%;justify-content:center;align-items:center;font-size:11px;font-weight:800;line-height:1.2;display:flex}.animations-module__6zVhcG__scope .emb-connect-icon{opacity:0;transition:opacity .35s,transform .35s;transform:scale(.7)}.animations-module__6zVhcG__scope .emb-connect-icon.vis{opacity:1;transform:scale(1)}.animations-module__6zVhcG__scope .emb-connect-arrow{opacity:0;transition:opacity .3s}.animations-module__6zVhcG__scope .emb-connect-arrow.vis{opacity:1}.animations-module__6zVhcG__scope .emb-connect-hub{opacity:0;transition:opacity .5s,transform .5s;transform:scale(.8)}.animations-module__6zVhcG__scope .emb-connect-hub.vis{opacity:1;transform:scale(1)}@keyframes animations-module__6zVhcG__hubPulse{0%,to{box-shadow:0 0 #2d66d84d}50%{box-shadow:0 0 0 8px #2d66d800}}.animations-module__6zVhcG__scope .emb-connect-hub.pulse{animation:1.5s infinite animations-module__6zVhcG__hubPulse}.animations-module__6zVhcG__embTabsWrap{width:100%;max-width:440px}.animations-module__6zVhcG__embTabsBtns{flex-wrap:wrap;gap:4px;margin-bottom:10px;display:flex}.animations-module__6zVhcG__embTabBtn{background:var(--cs-cards);color:var(--cs-muted);cursor:pointer;border:none;border-radius:6px;padding:6px 12px;font-family:inherit;font-size:11px;font-weight:600;transition:background .2s,color .2s}.animations-module__6zVhcG__embTabBtnActive{background:var(--cs-primary);color:var(--cs-white)}.animations-module__6zVhcG__embTabsCode{color:#a5f3fc;background:#1f2937;border-radius:8px;min-height:80px;padding:16px;font-family:Menlo,Consolas,monospace;font-size:11px;line-height:1.6;transition:opacity .2s;position:relative;overflow:hidden}.animations-module__6zVhcG__embTabsCheck{background:var(--cs-green);width:24px;height:24px;color:var(--cs-white);border-radius:50%;justify-content:center;align-items:center;font-size:14px;font-weight:700;display:flex;position:absolute;top:10px;right:10px}.animations-module__6zVhcG__scope .emb-tabs-check{opacity:0;transition:opacity .3s .6s,transform .3s .6s;transform:scale(.5)}.animations-module__6zVhcG__scope .emb-tabs-check.vis{opacity:1;transform:scale(1)}@keyframes animations-module__6zVhcG__embCodeType{0%{max-height:0}to{max-height:200px}}.animations-module__6zVhcG__scope .emb-code-typed{animation:.8s forwards animations-module__6zVhcG__embCodeType;overflow:hidden}.animations-module__6zVhcG__embBaWrap{grid-template-columns:1fr 1fr;gap:14px;width:100%;max-width:480px;display:grid}.animations-module__6zVhcG__embBaCol{border:2px solid var(--cs-cards);background:var(--cs-white);border-radius:10px;overflow:hidden}.animations-module__6zVhcG__embBaBar{background:#e8e8e8;align-items:center;gap:5px;padding:6px 10px;display:flex}.animations-module__6zVhcG__embBaUrl{background:var(--cs-white);color:var(--cs-muted);border-radius:4px;flex:1;padding:2px 8px;font-size:10px}.animations-module__6zVhcG__embBaBody{min-height:140px;padding:10px}.animations-module__6zVhcG__embBaLabel{text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px;font-size:10px;font-weight:700}.animations-module__6zVhcG__embBaBlock{background:var(--cs-cards);border-radius:4px;margin-bottom:6px}.animations-module__6zVhcG__embBaEmpty{border:2px dashed var(--cs-cards);height:40px;color:var(--cs-muted);border-radius:4px;justify-content:center;align-items:center;margin-top:8px;font-size:10px;display:flex}.animations-module__6zVhcG__embBaMiniWall{grid-template-columns:repeat(2,1fr);gap:5px;display:grid}.animations-module__6zVhcG__embBaMiniPost{background:var(--cs-white);border:1px solid var(--cs-cards);border-radius:5px;overflow:hidden}.animations-module__6zVhcG__embBaMiniPostHead{align-items:center;gap:4px;padding:4px 5px 2px;display:flex}.animations-module__6zVhcG__embBaMiniLogo{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:14px;height:14px;display:flex}.animations-module__6zVhcG__embBaMiniHandle{background:var(--cs-cards);border-radius:2px;flex:1;height:4px}.animations-module__6zVhcG__embBaMiniContent{border-radius:3px;height:22px;margin:2px 5px 5px}.animations-module__6zVhcG__embBaReview{align-items:center;gap:4px;margin-top:6px;display:flex}.animations-module__6zVhcG__embBaReviewLogo{background:#4285f4;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:14px;height:14px;display:flex}.animations-module__6zVhcG__embBaStars{color:#fbbc04;font-size:10px;line-height:1}.animations-module__6zVhcG__embBaRating{color:var(--cs-muted);font-size:9px;font-weight:700}.animations-module__6zVhcG__embBaStats{color:var(--cs-muted);align-items:center;gap:8px;margin-top:6px;font-size:9px;display:flex}.animations-module__6zVhcG__embBaLive{color:var(--cs-green);margin-left:auto;font-weight:700}@keyframes animations-module__6zVhcG__embBaLivePulse{0%,to{opacity:1}50%{opacity:.4}}.animations-module__6zVhcG__embBaLiveDot{animation:2s infinite animations-module__6zVhcG__embBaLivePulse;display:inline-block}.animations-module__6zVhcG__scope .emb-ba-col{opacity:0;transition:opacity .5s,transform .5s;transform:scale(.92)}.animations-module__6zVhcG__scope .emb-ba-col.vis{opacity:1;transform:scale(1)}.animations-module__6zVhcG__scope .emb-ba-mini{opacity:0;transition:opacity .3s,transform .3s;transform:scale(.8)}.animations-module__6zVhcG__scope .emb-ba-mini.vis{opacity:1;transform:scale(1)}.animations-module__6zVhcG__scope .emb-ba-engage{opacity:0;transition:opacity .4s,transform .4s;transform:translateY(6px)}.animations-module__6zVhcG__scope .emb-ba-engage.vis{opacity:1;transform:translateY(0)}.animations-module__6zVhcG__smagFunnelWrap{flex-direction:column;align-items:center;gap:10px;width:100%;max-width:440px;display:flex}.animations-module__6zVhcG__smagFunnelSources{gap:10px;width:100%;display:flex}.animations-module__6zVhcG__smagFunnelCol{flex-direction:column;flex:1;align-items:center;gap:4px;display:flex}.animations-module__6zVhcG__smagFunnelColHead{color:#fff;text-align:center;border-radius:6px;justify-content:center;align-items:center;gap:4px;width:100%;padding:4px 8px;font-size:11px;font-weight:700;display:flex}.animations-module__6zVhcG__smagFunnelPost{border-radius:4px;width:100%;height:24px}.animations-module__6zVhcG__smagFunnelArrows{color:var(--cs-muted);gap:20px;font-size:18px;display:flex}.animations-module__6zVhcG__smagFunnelFeed{background:var(--cs-white);border:2px solid var(--cs-primary);border-radius:8px;width:100%;padding:10px}.animations-module__6zVhcG__smagFunnelFeedHead{color:var(--cs-primary);text-align:center;margin-bottom:6px;font-size:11px;font-weight:700}.animations-module__6zVhcG__smagFunnelFeedRow{gap:6px;display:flex}.animations-module__6zVhcG__smagFunnelFeedCard{border-radius:4px;flex:1;height:30px}.animations-module__6zVhcG__scope .smag-funnel-col{opacity:0;transition:opacity .4s,transform .4s;transform:translateY(-10px)}.animations-module__6zVhcG__scope .smag-funnel-col.vis{opacity:1;transform:none}.animations-module__6zVhcG__scope .smag-funnel-arrow{opacity:0;transition:opacity .3s}.animations-module__6zVhcG__scope .smag-funnel-arrow.vis{opacity:1}.animations-module__6zVhcG__scope .smag-funnel-feed{opacity:0;transition:opacity .5s,transform .5s;transform:translateY(10px)}.animations-module__6zVhcG__scope .smag-funnel-feed.vis{opacity:1;transform:none}.animations-module__6zVhcG__scope .smag-funnel-post{opacity:0;transition:opacity .3s}.animations-module__6zVhcG__scope .smag-funnel-post.vis{opacity:1}.animations-module__6zVhcG__smagDdWrap{grid-template-columns:1fr 1fr;gap:12px;width:100%;max-width:480px;display:grid}.animations-module__6zVhcG__smagDdColHead{letter-spacing:.06em;text-transform:uppercase;text-align:center;border-radius:6px;margin-bottom:8px;padding:6px 10px;font-size:10px;font-weight:700}.animations-module__6zVhcG__smagDdHeadDo{color:#065f46;background:#d1fae5}.animations-module__6zVhcG__smagDdHeadDont{color:#991b1b;background:#fee2e2}.animations-module__6zVhcG__smagDdItem{border-radius:6px;align-items:flex-start;gap:8px;margin-bottom:5px;padding:8px 10px;font-size:12px;font-weight:600;line-height:1.4;display:flex}.animations-module__6zVhcG__smagDdDo{color:#065f46;background:#f0fdf4;border:1px solid #bbf7d0}.animations-module__6zVhcG__smagDdDont{color:#991b1b;background:#fff5f5;border:1px solid #fecaca}.animations-module__6zVhcG__smagDdCheck{flex-shrink:0;font-size:13px}.animations-module__6zVhcG__scope .smag-dd-do{opacity:0;transition:opacity .35s,transform .35s;transform:translate(-10px)}.animations-module__6zVhcG__scope .smag-dd-do.vis{opacity:1;transform:none}.animations-module__6zVhcG__scope .smag-dd-dont{opacity:0;transition:opacity .35s,transform .35s;transform:translate(10px)}.animations-module__6zVhcG__scope .smag-dd-dont.vis{opacity:1;transform:none}.animations-module__6zVhcG__smagTlWrap{width:100%;max-width:480px}.animations-module__6zVhcG__smagTlTrack{align-items:center;gap:0;padding:0 10px;display:flex;position:relative}.animations-module__6zVhcG__smagTlLine{background:var(--cs-cards);border-radius:2px;flex:1;height:3px}.animations-module__6zVhcG__smagTlNode{text-align:center;flex-direction:column;align-items:center;gap:6px;min-width:100px;display:flex}.animations-module__6zVhcG__smagTlDot{background:var(--cs-cards);border:3px solid var(--cs-white);width:16px;height:16px;box-shadow:0 0 0 2px var(--cs-cards);border-radius:50%;transition:background .4s,box-shadow .4s}.animations-module__6zVhcG__smagTlIcon{font-size:1.2rem}.animations-module__6zVhcG__smagTlYear{color:var(--cs-black);font-size:13px;font-weight:800}.animations-module__6zVhcG__smagTlLabel{color:var(--cs-muted);max-width:110px;font-size:10px;line-height:1.3}.animations-module__6zVhcG__scope .smag-tl-node{opacity:0;transition:opacity .4s,transform .4s;transform:translateY(8px)}.animations-module__6zVhcG__scope .smag-tl-node.vis{opacity:1;transform:none}.animations-module__6zVhcG__scope .smag-tl-dot-active{background:var(--cs-primary);box-shadow:0 0 0 2px var(--cs-primary)}@keyframes animations-module__6zVhcG__smagTlGlow{0%,to{box-shadow:0 0 0 2px var(--cs-green),0 0 0 4px #22c55e00}50%{box-shadow:0 0 0 2px var(--cs-green),0 0 0 8px #22c55e33}}.animations-module__6zVhcG__scope .smag-tl-dot-current{background:var(--cs-green);box-shadow:0 0 0 2px var(--cs-green);animation:2s infinite animations-module__6zVhcG__smagTlGlow}.animations-module__6zVhcG__scope .smag-tl-line-fill{background:var(--cs-primary);border-radius:2px;width:0;height:100%;transition:width .6s}.animations-module__6zVhcG__trustStoreWrap{grid-template-columns:1fr 1fr;gap:14px;width:100%;max-width:500px;display:grid}.animations-module__6zVhcG__trustStoreSite{border:2px solid var(--cs-cards);background:var(--cs-white);border-radius:10px;overflow:hidden}.animations-module__6zVhcG__trustStoreBar{background:#e8e8e8;align-items:center;gap:5px;padding:6px 10px;display:flex}.animations-module__6zVhcG__trustStoreUrl{background:var(--cs-white);color:var(--cs-muted);border-radius:4px;flex:1;padding:2px 8px;font-size:10px}.animations-module__6zVhcG__trustStoreBody{padding:10px}.animations-module__6zVhcG__trustStoreBlock{background:var(--cs-cards);border-radius:4px;margin-bottom:6px}.animations-module__6zVhcG__trustStoreLabel{text-align:center;letter-spacing:.5px;text-transform:uppercase;padding:4px;font-size:10px;font-weight:700}.animations-module__6zVhcG__trustStoreAvatarRow{gap:4px;margin-bottom:6px;display:flex}.animations-module__6zVhcG__trustStoreAvatar{border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;display:flex}.animations-module__6zVhcG__trustStoreMiniGrid{grid-template-columns:repeat(2,1fr);gap:4px;display:grid}.animations-module__6zVhcG__trustStoreMiniCard{border-radius:4px;height:28px}.animations-module__6zVhcG__scope .trust-store-site{opacity:0;transition:opacity .5s,transform .5s;transform:scale(.92)}.animations-module__6zVhcG__scope .trust-store-site.vis{opacity:1;transform:scale(1)}.animations-module__6zVhcG__scope .trust-store-activate{opacity:0;transition:opacity .3s,transform .3s;transform:translateY(6px)}.animations-module__6zVhcG__scope .trust-store-activate.vis{opacity:1;transform:none}.animations-module__6zVhcG__trustPlaceWrap{background:var(--cs-white);border:2px solid var(--cs-cards);border-radius:10px;max-width:380px;margin:0 auto;overflow:hidden}.animations-module__6zVhcG__trustPlaceBar{background:var(--cs-cards);align-items:center;gap:5px;padding:5px 10px;display:flex}.animations-module__6zVhcG__trustPlaceBody{padding:10px;font-size:11px}.animations-module__6zVhcG__trustPlaceZone{text-align:center;color:var(--cs-muted);cursor:default;border:2px dashed #0000;border-radius:6px;margin-bottom:6px;padding:8px;font-size:10px;font-weight:600;transition:border-color .3s,background .3s}.animations-module__6zVhcG__trustPlaceTwoCol{grid-template-columns:2fr 1fr;gap:6px;display:grid}.animations-module__6zVhcG__trustPlaceBlock{background:var(--cs-cards);border-radius:4px;margin-bottom:6px}.animations-module__6zVhcG__trustPlaceStatus{text-align:center;color:var(--cs-muted);min-height:18px;margin-top:6px;font-size:11px}.animations-module__6zVhcG__scope .trust-place-zone.active-zone{border-color:var(--cs-primary);background:#2d66d80f}@keyframes animations-module__6zVhcG__trustPlaceGlow{0%,to{box-shadow:none}50%{box-shadow:0 0 12px #2d66d833}}.animations-module__6zVhcG__scope .trust-place-zone.glow{animation:1s animations-module__6zVhcG__trustPlaceGlow}.animations-module__6zVhcG__trustTickerWrap{grid-template-columns:1fr 1fr;gap:14px;width:100%;max-width:460px;display:grid}.animations-module__6zVhcG__trustTickerCard{text-align:center;border:2px solid;border-radius:10px;padding:20px 16px}.animations-module__6zVhcG__trustTickerLabel{text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px;font-size:11px;font-weight:700}.animations-module__6zVhcG__trustTickerRate{margin-bottom:4px;font-size:2.2rem;font-weight:800;line-height:1}.animations-module__6zVhcG__trustTickerSub{color:var(--cs-muted);font-size:11px}.animations-module__6zVhcG__trustTickerImpact{background:var(--cs-white);border:2px solid var(--cs-primary);text-align:center;border-radius:10px;grid-column:1/-1;padding:14px}.animations-module__6zVhcG__trustTickerImpactNum{color:var(--cs-primary);font-size:1.6rem;font-weight:800;display:block}.animations-module__6zVhcG__trustTickerImpactLabel{color:var(--cs-muted);font-size:12px}.animations-module__6zVhcG__scope .trust-ticker-card{opacity:0;transition:opacity .4s,transform .4s;transform:translateY(10px)}.animations-module__6zVhcG__scope .trust-ticker-card.vis{opacity:1;transform:none}@media (max-width:520px){.animations-module__6zVhcG__scriptDiagram{grid-template-columns:1fr}.animations-module__6zVhcG__vitalsRings{gap:4px}.animations-module__6zVhcG__ringWrap{width:70px;height:70px}.animations-module__6zVhcG__weightGrid{grid-template-columns:repeat(3,1fr)}.animations-module__6zVhcG__cacheWrap,.animations-module__6zVhcG__archWrap,.animations-module__6zVhcG__dedupCols{grid-template-columns:1fr}.animations-module__6zVhcG__dashboardGrid{grid-template-columns:1fr 1fr}.animations-module__6zVhcG__wallGrid{grid-template-columns:repeat(2,1fr)}.animations-module__6zVhcG__hashtagFlow{gap:4px}.animations-module__6zVhcG__crisisTlLabel{width:70px;font-size:10px}.animations-module__6zVhcG__crisisChCard{width:90px}.animations-module__6zVhcG__crisisStageBoxBase{min-width:65px;padding:10px 6px}.animations-module__6zVhcG__anlPbLabel{width:68px;font-size:11px}.animations-module__6zVhcG__anlSparkCard,.animations-module__6zVhcG__igWtCard,.animations-module__6zVhcG__igUgcStat{min-width:100px}.animations-module__6zVhcG__igEngWrap{gap:16px}.animations-module__6zVhcG__ugcPartLabel{width:100px;font-size:11px}.animations-module__6zVhcG__ugcIbLabel{width:110px;font-size:11px}.animations-module__6zVhcG__ugcCcWrap{gap:2px}.animations-module__6zVhcG__ugcCcNode{min-width:60px;padding:8px;font-size:11px}.animations-module__6zVhcG__schCmCard{min-width:80px}.animations-module__6zVhcG__schPgCampus{grid-template-columns:1fr 1fr}.animations-module__6zVhcG__schDfDept{min-width:80px}.animations-module__6zVhcG__seoVennWrap{flex-direction:column;min-height:auto}.animations-module__6zVhcG__seoVennCircle{width:180px;height:180px;margin:0}.animations-module__6zVhcG__seoVennBad{margin-bottom:-30px;margin-right:0}.animations-module__6zVhcG__seoVennGood{margin-top:-30px;margin-left:0}.animations-module__6zVhcG__seoVennOverlap{margin:-10px auto;position:relative;bottom:auto;left:auto;transform:none}.animations-module__6zVhcG__seoCurWrap{grid-template-columns:1fr}.animations-module__6zVhcG__compScaleBeam{flex-direction:column;align-items:center}.animations-module__6zVhcG__compScalePivot{width:100%;height:4px;min-height:4px}.animations-module__6zVhcG__compTableHead,.animations-module__6zVhcG__compTableRow{grid-template-columns:2fr 1fr 1fr}.animations-module__6zVhcG__embCascadeGrid{grid-template-columns:repeat(2,1fr)}.animations-module__6zVhcG__embBaWrap{grid-template-columns:1fr}.animations-module__6zVhcG__smagFunnelSources{flex-direction:column}.animations-module__6zVhcG__smagDdWrap{grid-template-columns:1fr}.animations-module__6zVhcG__smagTlTrack{flex-direction:column;gap:8px}.animations-module__6zVhcG__smagTlLine{flex:none;width:3px;height:20px}.animations-module__6zVhcG__trustStoreWrap,.animations-module__6zVhcG__trustTickerWrap{grid-template-columns:1fr}}
.FacebookPageBridgeAnim-module__kpSAEa__wrap{align-items:center;gap:16px;width:100%;max-width:520px;display:flex}.FacebookPageBridgeAnim-module__kpSAEa__source{background:var(--cs-white);border:2px solid var(--cs-cards);border-radius:10px;flex:1;min-width:0;padding:10px}.FacebookPageBridgeAnim-module__kpSAEa__sourceHead{align-items:center;gap:8px;margin-bottom:8px;display:flex}.FacebookPageBridgeAnim-module__kpSAEa__post{border-radius:6px;margin-bottom:4px;padding:8px}.FacebookPageBridgeAnim-module__kpSAEa__center{flex-direction:column;flex-shrink:0;align-items:center;gap:4px;width:56px;display:flex}.FacebookPageBridgeAnim-module__kpSAEa__path{background:var(--cs-cards);border-radius:2px;width:40px;height:3px;position:relative;overflow:hidden}@keyframes FacebookPageBridgeAnim-module__kpSAEa__dotTravel{0%{opacity:0;left:-8px}10%{opacity:1}90%{opacity:1}to{opacity:0;left:calc(100% + 8px)}}.FacebookPageBridgeAnim-module__kpSAEa__dot{background:var(--cs-primary);border-radius:50%;width:5px;height:5px;animation:1.2s linear infinite FacebookPageBridgeAnim-module__kpSAEa__dotTravel;position:absolute;top:-1px}.FacebookPageBridgeAnim-module__kpSAEa__site{background:var(--cs-white);border:2px solid var(--cs-cards);border-radius:10px;flex:1;min-width:0;overflow:hidden}.FacebookPageBridgeAnim-module__kpSAEa__siteBar{background:var(--cs-hero);border-bottom:1px solid var(--cs-cards);align-items:center;padding:6px 8px;display:flex}.FacebookPageBridgeAnim-module__kpSAEa__siteBody{padding:10px}.FacebookPageBridgeAnim-module__kpSAEa__grid{grid-template-columns:1fr 1fr;gap:4px;display:grid}.FacebookPageBridgeAnim-module__kpSAEa__landed{border-radius:4px;height:28px}.FacebookPageBridgeAnim-module__kpSAEa__live{color:var(--cs-green);align-items:center;gap:4px;margin-top:8px;font-size:10px;font-weight:700;display:flex}.FacebookPageBridgeAnim-module__kpSAEa__wrap .fb-bridge-source{opacity:0;transition:opacity .4s,transform .4s;transform:translate(-12px)}.FacebookPageBridgeAnim-module__kpSAEa__wrap .fb-bridge-source.vis{opacity:1;transform:none}.FacebookPageBridgeAnim-module__kpSAEa__wrap .fb-bridge-post{opacity:0;transition:opacity .3s,transform .3s;transform:translateY(6px)}.FacebookPageBridgeAnim-module__kpSAEa__wrap .fb-bridge-post.vis{opacity:1;transform:none}.FacebookPageBridgeAnim-module__kpSAEa__wrap .fb-bridge-path{opacity:0;transition:opacity .4s}.FacebookPageBridgeAnim-module__kpSAEa__wrap .fb-bridge-path.vis{opacity:1}.FacebookPageBridgeAnim-module__kpSAEa__wrap .fb-bridge-dot{opacity:0}.FacebookPageBridgeAnim-module__kpSAEa__wrap .fb-bridge-dot.vis{opacity:1}.FacebookPageBridgeAnim-module__kpSAEa__wrap .fb-bridge-site{opacity:0;transition:opacity .4s,transform .4s;transform:translate(12px)}.FacebookPageBridgeAnim-module__kpSAEa__wrap .fb-bridge-site.vis{opacity:1;transform:none}.FacebookPageBridgeAnim-module__kpSAEa__wrap .fb-bridge-landed{opacity:0;transition:opacity .3s,transform .3s cubic-bezier(.34,1.56,.64,1);transform:scale(.7)}.FacebookPageBridgeAnim-module__kpSAEa__wrap .fb-bridge-landed.vis{opacity:1;transform:scale(1)}.FacebookPageBridgeAnim-module__kpSAEa__wrap .fb-bridge-live{opacity:0;transition:opacity .4s}.FacebookPageBridgeAnim-module__kpSAEa__wrap .fb-bridge-live.vis{opacity:1}@media (max-width:520px){.FacebookPageBridgeAnim-module__kpSAEa__wrap{flex-direction:column}.FacebookPageBridgeAnim-module__kpSAEa__center{flex-direction:row;width:auto}.FacebookPageBridgeAnim-module__kpSAEa__path{width:3px;height:30px}}
.refund-module__qHoAwW__container{max-width:800px;min-height:80vh;margin:0 auto;padding:6rem 1.5rem}.refund-module__qHoAwW__title{text-align:center;color:var(--color-text-primary);margin-bottom:1rem;font-size:clamp(2rem,3vw,2.5rem);font-weight:700}.refund-module__qHoAwW__subtitle{text-align:center;color:var(--color-slate-500);margin-bottom:4rem;font-size:1.125rem;font-style:italic}.refund-module__qHoAwW__content{color:var(--color-slate-500);line-height:1.8}.refund-module__qHoAwW__section{margin-bottom:3rem}.refund-module__qHoAwW__sectionTitle{color:var(--color-text-primary);margin-bottom:1rem;font-size:1.5rem;font-weight:600}.refund-module__qHoAwW__divider{border:none;border-top:1px solid var(--color-border-light);margin:3rem 0}.refund-module__qHoAwW__text{color:var(--color-slate-500);margin-bottom:1rem;line-height:1.8}.refund-module__qHoAwW__list{color:var(--color-slate-500);margin-bottom:1rem;padding-left:1.5rem;line-height:1.8}.refund-module__qHoAwW__list li{margin-bottom:.5rem}.refund-module__qHoAwW__list li strong{color:var(--color-text-primary)}.refund-module__qHoAwW__link{color:var(--color-accent);transition:opacity var(--transition-fast);text-decoration:none}.refund-module__qHoAwW__link:hover{opacity:.8}.refund-module__qHoAwW__footer{text-align:center;border-top:1px solid var(--color-border-light);margin-top:3rem;padding:3rem 0}.refund-module__qHoAwW__footerText{color:var(--color-slate-500);margin-bottom:.5rem;font-size:.875rem;font-style:italic}@media (max-width:768px){.refund-module__qHoAwW__container{padding:4rem 1rem}.refund-module__qHoAwW__title{font-size:1.75rem}.refund-module__qHoAwW__sectionTitle{font-size:1.25rem}}
.resources-module__RSYQsW__page{background:var(--color-slate-50);flex-direction:column;min-height:100vh;display:flex}.resources-module__RSYQsW__main{padding:calc(var(--header-height) + var(--space-3xl))0 var(--space-4xl);flex:1}.resources-module__RSYQsW__title{font-family:var(--font-display);color:var(--color-text-primary);margin-bottom:var(--space-md);font-size:clamp(2rem,4vw,2.75rem);font-weight:600}.resources-module__RSYQsW__subtitle{font-size:var(--font-size-lg);color:var(--color-text-secondary);max-width:640px;margin-bottom:var(--space-2xl);line-height:1.7}.resources-module__RSYQsW__linkGrid{gap:var(--space-md);grid-template-columns:1fr;max-width:720px;display:grid}@media (min-width:640px){.resources-module__RSYQsW__linkGrid{grid-template-columns:repeat(2,1fr)}}.resources-module__RSYQsW__linkCard{border:1px solid var(--color-border-light);border-radius:var(--radius-lg);padding:var(--space-lg);transition:transform var(--transition-fast),box-shadow var(--transition-fast);background:#fff;display:block}.resources-module__RSYQsW__linkCard:hover{transform:translateY(-2px);box-shadow:0 10px 30px -10px #1c191726}.resources-module__RSYQsW__linkTitle{font-family:var(--font-display);font-weight:600;font-size:var(--font-size-lg);color:var(--color-text-primary);margin-bottom:var(--space-xs)}.resources-module__RSYQsW__linkDesc{font-size:var(--font-size-sm);color:var(--color-text-secondary);line-height:1.6}
