:root{color-scheme:dark;--atlas-bg:#0a0a0f;--atlas-panel:rgba(255,255,255,0.03);--atlas-panel-strong:rgba(255,255,255,0.06);--atlas-panel-soft:rgba(255,255,255,0.02);--atlas-text:#f4f4f7;--atlas-text-muted:rgba(244,244,247,0.68);--atlas-text-faint:rgba(244,244,247,0.38);--atlas-line:rgba(255,255,255,0.08);--atlas-line-strong:rgba(255,90,76,0.24);--atlas-red:#ff5448;--atlas-red-glow:#ff8a7e;--atlas-gold:#ffd56a;--atlas-green:#7bf2ae;--atlas-shadow:0 28px 80px rgba(0,0,0,0.45);--atlas-gradient:linear-gradient(135deg,#ff5448,#ff7f72);--atlas-radius-xl:24px;--atlas-radius-lg:20px;--atlas-radius-md:14px;--atlas-shell:min(1320px,calc(100vw - 48px));--atlas-font-sans:"SF Pro Display","SF Pro Text","Segoe UI Variable","PingFang SC","Hiragino Sans GB","Noto Sans SC",sans-serif;--atlas-font-mono:"SF Mono","JetBrains Mono","Fira Code","IBM Plex Mono","Courier New",monospace}*,:after,:before{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;overflow-x:hidden;background:var(--atlas-bg);color:var(--atlas-text);font-family:var(--atlas-font-sans);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}img{height:auto}img,svg{max-width:100%}img,main,svg{display:block}section[id]{scroll-margin-top:110px}.atlas-page{position:relative;min-height:100vh;isolation:isolate}.atlas-shell{width:var(--atlas-shell);margin:0 auto}.atlas-grid-bg{inset:0;z-index:-3;background-image:linear-gradient(rgba(255,84,72,.03) 1px,transparent 0),linear-gradient(90deg,rgba(255,84,72,.03) 1px,transparent 0);background-size:60px 60px}.atlas-grid-bg,.atlas-orb{position:fixed;pointer-events:none}.atlas-orb{z-index:-2;border-radius:999px;filter:blur(80px);animation:atlasFloat 22s ease-in-out infinite}.atlas-orb--1{top:10%;left:8%;width:360px;height:360px;background:rgba(255,84,72,.12)}.atlas-orb--2{top:55%;right:8%;width:320px;height:320px;background:rgba(255,138,126,.08);animation-delay:-7s}.atlas-orb--3{bottom:4%;left:28%;width:260px;height:260px;background:rgba(255,213,106,.06);animation-delay:-13s}.atlas-nav{position:fixed;top:0;right:0;left:0;z-index:50;padding:16px 0;border-bottom:1px solid rgba(255,255,255,.06);background:rgba(10,10,15,.72);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);transition:padding .18s ease,background .18s ease,border-color .18s ease}.atlas-nav--scrolled{padding:12px 0;background:rgba(10,10,15,.9);border-bottom-color:rgba(255,255,255,.08)}.atlas-nav__inner{display:flex;align-items:center;gap:32px}.atlas-brand{display:inline-flex;align-items:center;gap:12px;margin-right:12px}.atlas-badge__logo,.atlas-brand__icon,.atlas-footer__icon{display:inline-flex;align-items:center;justify-content:center;overflow:hidden;border-radius:14px;background:transparent;box-shadow:none}.atlas-brand__copy{display:flex;flex-direction:column;gap:2px}.atlas-brand__copy strong{font-size:.98rem;letter-spacing:.02em}.atlas-brand__copy small{color:var(--atlas-text-muted);font-size:.8rem}.atlas-nav__links{display:flex;align-items:center;gap:28px}.atlas-footer__links a,.atlas-nav__links a{position:relative;color:rgba(255,255,255,.84);font-size:.96rem;font-weight:600;transition:color .18s ease}.atlas-footer__links a:after,.atlas-nav__links a:after{content:"";position:absolute;right:0;bottom:-4px;left:0;height:2px;transform:scaleX(0);transform-origin:left center;background:var(--atlas-gradient);transition:transform .18s ease}.atlas-footer__links a:focus-visible,.atlas-footer__links a:hover,.atlas-nav__links a:focus-visible,.atlas-nav__links a:hover{color:#ffffff}.atlas-footer__links a:focus-visible:after,.atlas-footer__links a:hover:after,.atlas-nav__links a:focus-visible:after,.atlas-nav__links a:hover:after{transform:scaleX(1)}.atlas-nav__download{position:relative;margin-left:auto}.atlas-button,.atlas-nav__cta{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:48px;padding:0 24px;border-radius:12px;font-size:.95rem;font-weight:700;line-height:1;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease}.atlas-nav__cta{min-height:44px;background:var(--atlas-gradient);box-shadow:0 12px 32px rgba(255,84,72,.28)}.atlas-button:focus-visible,.atlas-button:hover,.atlas-nav__cta:focus-visible,.atlas-nav__cta:hover{transform:translateY(-2px)}.atlas-dropdown{position:absolute;top:calc(100% + 10px);right:0;min-width:228px;padding:8px;border:1px solid rgba(255,255,255,.1);border-radius:16px;background:rgba(20,20,28,.95);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:var(--atlas-shadow);opacity:0;visibility:hidden;transform:translateY(-8px);transition:opacity .18s ease,visibility .18s ease,transform .18s ease}.atlas-nav__download:focus-within .atlas-dropdown,.atlas-nav__download:hover .atlas-dropdown{opacity:1;visibility:visible;transform:translateY(0)}.atlas-dropdown a,.atlas-dropdown span[aria-disabled=true]{display:flex;align-items:center;gap:10px;min-height:42px;padding:0 14px;border:1px solid transparent;border-radius:10px;color:var(--atlas-text);font-size:.92rem;font-weight:600;transition:background .18s ease,border-color .18s ease,box-shadow .18s ease}.atlas-dropdown a:focus-visible,.atlas-dropdown a:hover{background:rgba(255,255,255,.08)}.atlas-dropdown .atlas-download-target--active{border-color:rgba(255,138,126,.42);background:linear-gradient(135deg,rgba(255,84,72,.22),rgba(255,255,255,.04));box-shadow:0 10px 24px rgba(255,84,72,.2)}.atlas-dropdown a+a,.atlas-dropdown a+span[aria-disabled=true],.atlas-dropdown span[aria-disabled=true]+a,.atlas-dropdown span[aria-disabled=true]+span[aria-disabled=true]{margin-top:4px}.atlas-button[aria-disabled=true],.atlas-dropdown span[aria-disabled=true]{opacity:.56;cursor:not-allowed}.atlas-button[aria-disabled=true]{transform:none}.atlas-button.atlas-download-target--active{border-color:rgba(255,138,126,.68);box-shadow:0 0 0 1px rgba(255,138,126,.36),0 18px 36px rgba(255,84,72,.22)}.atlas-button svg,.atlas-dropdown svg{width:18px;height:18px;flex:0 0 auto}.atlas-dropdown__guide{justify-content:center;color:var(--atlas-red-glow)}.atlas-cta,.atlas-features,.atlas-footer,.atlas-hero,.atlas-section{position:relative;z-index:1}.atlas-hero{display:flex;flex-direction:column;align-items:center;padding:132px 24px 44px;text-align:center}.atlas-hero__glow{position:absolute;top:28px;left:50%;width:min(640px,72vw);aspect-ratio:1;transform:translateX(-50%);border-radius:999px;background:radial-gradient(circle,rgba(255,84,72,.14) 0,transparent 70%);animation:atlasPulse 4.5s ease-in-out infinite;pointer-events:none}.atlas-badge{display:inline-flex;align-items:center;gap:10px;padding:8px 20px;border:1px solid rgba(255,255,255,.12);border-radius:999px;background:rgba(255,255,255,.05);color:var(--atlas-text-muted);font-size:.82rem;font-weight:600;letter-spacing:.03em;animation:atlasFadeUp .7s ease-out both}.atlas-badge__logo,.atlas-footer__icon{width:20px;height:20px;border-radius:7px}.atlas-wordmark{display:flex;flex-direction:column;align-items:center;gap:20px;margin-top:22px;animation:atlasFadeUp .8s ease-out .12s both}.atlas-wordmark__icon{width:clamp(120px,16vw,188px);filter:drop-shadow(0 0 36px rgba(255,84,72,.22))}.atlas-wordmark__icon img{border-radius:32px}.atlas-wordmark__text{display:flex;flex-wrap:wrap;justify-content:center;gap:14px;font-size:clamp(3rem,9vw,5.4rem);font-weight:800;letter-spacing:-.05em;line-height:.92}.atlas-wordmark__text span:first-child{color:#ffffff}.atlas-wordmark__text span:last-child{background:linear-gradient(180deg,#ffd9d4,#ff8a7e);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.atlas-hero__slogan{max-width:34ch;margin:24px 0 0;font-size:clamp(1.15rem,2.4vw,1.55rem);line-height:1.72;font-weight:500;background:linear-gradient(90deg,rgba(255,255,255,.96),rgba(255,138,126,.94),rgba(255,255,255,.96));-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:atlasFadeUp .8s ease-out .22s both}.atlas-release-chip{display:grid;grid-gap:4px;gap:4px;width:min(100%,236px);margin-top:14px;padding:10px 14px;border:1px solid rgba(255,255,255,.12);border-radius:14px;background:linear-gradient(135deg,rgba(255,84,72,.11),rgba(255,255,255,.03) 58%),rgba(14,15,20,.62);box-shadow:0 12px 24px rgba(255,84,72,.08);text-align:center;animation:atlasFadeUp .8s ease-out .3s both}.atlas-release-chip__eyebrow{color:var(--atlas-red-glow);font-family:var(--atlas-font-mono);font-size:.66rem;letter-spacing:.12em;text-transform:uppercase}.atlas-release-chip strong{font-size:clamp(1.15rem,2.2vw,1.5rem);font-weight:800;letter-spacing:-.04em;color:#ffffff}.atlas-release-chip small{color:var(--atlas-text-muted);font-size:.78rem;line-height:1.35}.atlas-cta__buttons,.atlas-hero__buttons{display:flex;flex-wrap:wrap;justify-content:center;gap:14px;margin-top:28px;animation:atlasFadeUp .8s ease-out .36s both}.atlas-button--light{color:#111216;background:#ffffff;box-shadow:0 16px 36px rgba(255,255,255,.08)}.atlas-button--outline{border:1px solid rgba(255,255,255,.2);background:rgba(255,255,255,.04);color:#ffffff}.atlas-button--outline:focus-visible,.atlas-button--outline:hover{border-color:rgba(255,138,126,.46);box-shadow:0 16px 38px rgba(255,84,72,.16)}.atlas-hero__note{max-width:56ch;margin:20px 0 0;color:var(--atlas-text-muted);font-size:.95rem;line-height:1.75;animation:atlasFadeUp .8s ease-out .46s both}.atlas-hero__note a{color:#ffffff;text-decoration:underline;-webkit-text-decoration-color:rgba(255,138,126,.6);text-decoration-color:rgba(255,138,126,.6);text-underline-offset:3px}.atlas-features{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:12px;gap:12px;width:min(1320px,calc(100vw - 48px));margin:0 auto;padding:40px 0 0;animation:atlasFadeUp .82s ease-out .52s both}.atlas-cta__panel,.atlas-demo-card,.atlas-feature-card{position:relative;overflow:hidden;border:1px solid var(--atlas-line);background:linear-gradient(135deg,rgba(255,255,255,.04),rgba(255,255,255,.02));-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.atlas-feature-card{padding:26px 20px;border-radius:18px;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.atlas-cta__panel:before,.atlas-demo-card:before,.atlas-feature-card:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,84,72,.08),transparent 62%);opacity:0;transition:opacity .22s ease;pointer-events:none}.atlas-demo-card:hover,.atlas-feature-card:hover{transform:translateY(-8px);border-color:var(--atlas-line-strong);box-shadow:0 20px 60px rgba(255,84,72,.08),0 30px 80px rgba(0,0,0,.32)}.atlas-cta__panel:hover:before,.atlas-demo-card:hover:before,.atlas-feature-card:hover:before{opacity:1}.atlas-feature-card__icon{display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;margin-bottom:18px;border:1px solid rgba(255,84,72,.16);border-radius:14px;background:linear-gradient(135deg,rgba(255,84,72,.12),rgba(255,138,126,.06));color:var(--atlas-red-glow);transition:transform .22s ease,box-shadow .22s ease,background .22s ease}.atlas-feature-card:hover .atlas-feature-card__icon{transform:scale(1.08) rotate(-3deg);background:linear-gradient(135deg,rgba(255,84,72,.24),rgba(255,138,126,.12));box-shadow:0 10px 30px rgba(255,84,72,.16)}.atlas-feature-card__icon svg{width:22px;height:22px}.atlas-demo-card h3,.atlas-feature-card h3,.atlas-step-card h3{margin:0;font-size:1rem;font-weight:700;letter-spacing:.01em}.atlas-cta__panel p,.atlas-demo-card p,.atlas-feature-card p,.atlas-section__header p,.atlas-step-card p{color:var(--atlas-text-muted);line-height:1.75}.atlas-feature-card p{margin:8px 0 0;font-size:.84rem}.atlas-demo-card__tag,.atlas-feature-card__tag{display:inline-flex;align-items:center;min-height:28px;margin-top:12px;padding:0 10px;border:1px solid rgba(255,84,72,.14);border-radius:8px;background:rgba(255,84,72,.08);color:var(--atlas-red-glow);font-size:.74rem;font-weight:600}.atlas-section{width:min(1320px,calc(100vw - 48px));margin:0 auto;padding:96px 0 0}.atlas-section__header{max-width:760px;margin:0 auto 54px;text-align:center}.atlas-section__label{display:inline-flex;align-items:center;gap:14px;color:var(--atlas-red-glow);font-family:var(--atlas-font-mono);font-size:.76rem;letter-spacing:.28em}.atlas-section__line{width:30px;height:1px;background:rgba(255,84,72,.3)}.atlas-cta__panel h2,.atlas-section__header h2{margin:16px 0 0;font-size:clamp(2rem,4vw,3rem);font-weight:800;letter-spacing:-.04em}.atlas-cta__panel p,.atlas-section__header p{margin:14px auto 0;font-size:.98rem}.atlas-steps{justify-content:center}.atlas-steps,.atlas-steps__group{display:flex;align-items:flex-start}.atlas-steps__group{flex:1 1}.atlas-step-card{max-width:280px;margin:0 auto;text-align:center}.atlas-step-card__icon{position:relative;display:inline-flex;align-items:center;justify-content:center;width:84px;height:84px;margin-bottom:22px;border:2px solid rgba(255,84,72,.16);border-radius:999px;background:rgba(255,84,72,.08);color:#ffffff;transition:transform .22s ease,border-color .22s ease,background .22s ease}.atlas-step-card:hover .atlas-step-card__icon{transform:scale(1.06);border-color:rgba(255,84,72,.34);background:rgba(255,84,72,.14)}.atlas-step-card__icon svg{width:34px;height:34px}.atlas-step-card__index{position:absolute;top:-4px;right:-4px;display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:999px;background:var(--atlas-gradient);font-size:.72rem;font-weight:800}.atlas-step-card p{margin:10px 0 0;font-size:.88rem}.atlas-step-card__connector{display:flex;align-items:center;justify-content:center;min-width:64px;padding-top:34px;color:rgba(255,84,72,.32)}.atlas-step-card__connector svg{width:40px;height:20px}.atlas-demos-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:24px;gap:24px}.atlas-demo-card{border-radius:22px;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.atlas-demo-card__visual{position:relative;min-height:248px;padding:24px;overflow:hidden;isolation:isolate}.atlas-demo-card--overview{--atlas-demo-overlay:linear-gradient(135deg,rgba(10,25,40,0.06),rgba(12,42,24,0.04));background:linear-gradient(135deg,#101726,#0f281e)}.atlas-demo-card--funds{--atlas-demo-overlay:linear-gradient(135deg,rgba(38,18,32,0.06),rgba(62,20,28,0.04));background:linear-gradient(135deg,#1b1227,#281118)}.atlas-demo-card--gold{--atlas-demo-overlay:linear-gradient(135deg,rgba(48,26,9,0.06),rgba(32,18,8,0.04));background:linear-gradient(135deg,#2b1d0d,#18100a)}.atlas-demo-card--sector{--atlas-demo-overlay:linear-gradient(135deg,rgba(11,28,42,0.06),rgba(28,16,48,0.04));background:linear-gradient(135deg,#10202a,#17112c)}.atlas-demo-card--news{--atlas-demo-overlay:linear-gradient(135deg,rgba(12,24,40,0.03),rgba(8,12,24,0.03));background:linear-gradient(135deg,#121b2f,#0c111e)}.atlas-demo-card--theme{--atlas-demo-overlay:linear-gradient(135deg,rgba(28,16,34,0.03),rgba(36,22,11,0.03));background:linear-gradient(135deg,#1f1018,#2c160d)}.atlas-demo-card__media{position:absolute;inset:0}.atlas-demo-card__image{object-fit:cover;opacity:1;transform:scale(1.01)}.atlas-demo-card__visual:after{content:"";position:absolute;inset:0;z-index:0;pointer-events:none;background:linear-gradient(180deg,rgba(7,9,14,0),rgba(7,9,14,.02)),var(--atlas-demo-overlay)}.atlas-demo-card__mesh{position:absolute;inset:0;z-index:1;opacity:.02;background-image:linear-gradient(rgba(255,255,255,.03) 1px,transparent 0),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 0);background-size:28px 28px}.atlas-demo-card__body{padding:24px 28px 28px}.atlas-demo-card__body h3{margin-top:10px;font-size:1.28rem}.atlas-demo-card__body p{margin:10px 0 0;font-size:.92rem}.atlas-install-page{padding-top:84px}.atlas-install-hero,.atlas-install-sections,.atlas-install-support{position:relative;z-index:1}.atlas-install-hero{padding:44px 24px 0}.atlas-install-badge{display:inline-flex;align-items:center;min-height:34px;padding:0 14px;border:1px solid rgba(255,255,255,.12);border-radius:999px;background:rgba(255,255,255,.04);color:var(--atlas-red-glow);font-family:var(--atlas-font-mono);font-size:.76rem;letter-spacing:.14em;text-transform:uppercase}.atlas-install-card h2,.atlas-install-hero h1,.atlas-install-support__panel h2{margin:18px 0 0;letter-spacing:-.04em;font-weight:800}.atlas-install-hero h1{font-size:clamp(2.3rem,5vw,4rem)}.atlas-install-title-row{display:flex;flex-wrap:wrap;align-items:center;gap:18px;margin-top:18px}.atlas-install-title-row h1{margin:0}.atlas-install-block li,.atlas-install-card__header p,.atlas-install-hero__summary,.atlas-install-overview__card p,.atlas-install-support__panel p{color:var(--atlas-text-muted);line-height:1.8}.atlas-install-hero__summary{max-width:58ch;margin:16px 0 0;font-size:1rem}.atlas-install-version{display:inline-grid;gap:4px;margin-top:22px;padding:16px 18px;border:1px solid rgba(255,255,255,.1);border-radius:18px;background:linear-gradient(135deg,rgba(255,84,72,.12),rgba(255,255,255,.04) 62%),rgba(255,255,255,.02);box-shadow:0 18px 42px rgba(0,0,0,.2)}.atlas-install-version small,.atlas-install-version span{color:var(--atlas-text-muted)}.atlas-install-version span{font-size:.78rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.atlas-install-version strong{font-size:clamp(1.36rem,3vw,1.9rem);font-weight:800;letter-spacing:-.04em;color:#ffffff}.atlas-install-version small{font-size:.9rem}.atlas-install-version--inline{min-width:0;margin-top:0;padding:10px 16px;gap:0;border-radius:14px}.atlas-install-version--inline small,.atlas-install-version--inline span{display:none}.atlas-install-version--inline strong{font-size:clamp(1.1rem,2vw,1.45rem);line-height:1.2}.atlas-install-actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:14px;gap:14px;margin-top:28px}.atlas-install-action,.atlas-install-card,.atlas-install-overview__card,.atlas-install-support__panel{border:1px solid rgba(255,255,255,.08);background:linear-gradient(135deg,rgba(255,255,255,.04),rgba(255,255,255,.02));-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:var(--atlas-shadow)}.atlas-install-action{display:flex;flex-direction:column;gap:6px;min-height:88px;padding:18px 18px 16px;border-radius:18px;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.atlas-install-action span{font-size:1rem;font-weight:700}.atlas-install-action small{color:var(--atlas-text-muted);font-size:.84rem}.atlas-install-action[aria-disabled=true]{opacity:.56;cursor:not-allowed}.atlas-install-action:focus-visible,.atlas-install-action:hover{transform:translateY(-2px);border-color:var(--atlas-line-strong);box-shadow:0 18px 50px rgba(255,84,72,.08),0 24px 60px rgba(0,0,0,.3)}.atlas-install-action[aria-disabled=true]:focus-visible,.atlas-install-action[aria-disabled=true]:hover{transform:none;border-color:rgba(255,255,255,.08);box-shadow:var(--atlas-shadow)}.atlas-install-overview{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:14px;gap:14px;margin-top:18px}.atlas-install-overview__card{min-height:134px;padding:18px;border-radius:18px}.atlas-install-card__eyebrow,.atlas-install-overview__card span{color:var(--atlas-red-glow);font-size:.76rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.atlas-install-overview__card p{margin:10px 0 0;font-size:.92rem}.atlas-install-sections{padding:32px 24px 0}.atlas-install-sections .atlas-shell{display:grid;grid-gap:20px;gap:20px}.atlas-install-card{padding:26px;border-radius:24px}.atlas-install-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.atlas-install-card__header h2{font-size:clamp(1.5rem,3vw,2rem)}.atlas-install-card__header p{max-width:56ch;margin:10px 0 0}.atlas-install-card__download{flex:0 0 auto}.atlas-install-card__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px;gap:16px;margin-top:22px}.atlas-install-block{padding:18px;border:1px solid rgba(255,255,255,.08);border-radius:18px;background:rgba(255,255,255,.02)}.atlas-install-block h3{margin:0;font-size:1rem;font-weight:700}.atlas-install-block ol,.atlas-install-block ul{margin:14px 0 0;padding-left:20px}.atlas-install-block li+li{margin-top:8px}.atlas-install-block--critical{grid-column:1/-1;border-color:rgba(255,117,102,.42);background:linear-gradient(135deg,rgba(255,84,72,.14),rgba(255,138,126,.08));box-shadow:0 20px 40px rgba(255,84,72,.12)}.atlas-install-block--critical h3{color:#ffd5cf}.atlas-install-block--critical ul{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px;list-style:none;margin-top:14px;padding-left:0}.atlas-install-block--critical li{padding:12px;border:1px solid rgba(255,117,102,.32);border-radius:12px;background:rgba(33,17,20,.56)}.atlas-install-block--critical li+li{margin-top:0}.atlas-install-block--critical strong{display:block;margin:0;color:#ffd9d4;font-size:.95rem}.atlas-install-block--critical p{margin:6px 0 0;color:rgba(255,236,233,.86);line-height:1.7}.atlas-install-block--critical code{display:inline-block;margin-top:8px;padding:7px 10px;border:1px solid rgba(255,117,102,.45);border-radius:10px;background:rgba(14,14,20,.8);color:#ffc8bf;font-family:var(--atlas-font-mono);font-size:.82rem}.atlas-install-support{padding:32px 24px 48px}.atlas-install-support__panel{padding:32px;border-radius:24px;text-align:center}.atlas-install-support__panel p{max-width:60ch;margin:14px auto 0}.atlas-install-support__panel .atlas-button{margin-top:22px}.atlas-cta{padding:96px 24px 0}.atlas-cta__panel{width:min(860px,100%);margin:0 auto;padding:60px 48px;border-radius:26px;text-align:center;box-shadow:var(--atlas-shadow)}.atlas-cta__logo{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;overflow:hidden;border-radius:16px;background:transparent;box-shadow:none}.atlas-footer{padding:48px 24px 36px;text-align:center}.atlas-footer__brand{display:inline-flex;align-items:center;gap:10px;font-size:1.02rem;font-weight:700}.atlas-footer__copy{margin:18px 0 10px}.atlas-footer__copy,.atlas-footer__links{color:var(--atlas-text-faint);font-size:.86rem}.atlas-footer__links{display:flex;flex-wrap:wrap;justify-content:center;gap:18px}.atlas-footer__links span{color:rgba(255,255,255,.16)}@keyframes atlasFadeUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@keyframes atlasFloat{0%,to{transform:translateZ(0)}33%{transform:translate3d(36px,-24px,0)}66%{transform:translate3d(-22px,34px,0)}}@keyframes atlasPulse{0%,to{opacity:.55;transform:translateX(-50%) scale(1)}50%{opacity:1;transform:translateX(-50%) scale(1.12)}}@keyframes atlasPing{0%,to{box-shadow:0 0 0 0 rgba(123,242,174,.35)}50%{box-shadow:0 0 0 8px rgba(123,242,174,0)}}@media (max-width:1180px){.atlas-features{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:960px){:root{--atlas-shell:min(1320px,calc(100vw - 32px))}.atlas-nav__inner{gap:18px}.atlas-nav__links{display:none}.atlas-demos-grid,.atlas-features,.atlas-install-actions,.atlas-install-block--critical ul,.atlas-install-card__grid,.atlas-install-overview{grid-template-columns:1fr}.atlas-install-card__header,.atlas-steps,.atlas-steps__group{flex-direction:column}.atlas-steps{gap:34px}.atlas-step-card__connector{min-width:0;padding-top:20px;transform:rotate(90deg)}.atlas-cta__panel{padding:44px 26px}}@media (max-width:680px){.atlas-nav{padding:calc(10px + env(safe-area-inset-top, 0px)) 0 10px}.atlas-nav__inner{gap:10px}.atlas-brand{gap:9px;margin-right:0}.atlas-brand__icon{width:34px;height:34px;border-radius:11px}.atlas-brand__copy strong{font-size:.9rem}.atlas-brand__copy small{display:none}.atlas-nav__cta{min-height:40px;padding-inline:14px;border-radius:11px;font-size:.84rem}.atlas-wordmark__text{flex-direction:column;gap:2px;font-size:clamp(2.55rem,12vw,3.3rem)}.atlas-wordmark__icon{width:clamp(96px,30vw,120px)}.atlas-wordmark__icon img{border-radius:24px}.atlas-hero{padding:calc(98px + env(safe-area-inset-top, 0px)) 16px 30px}.atlas-hero__glow{top:12px;width:min(560px,86vw)}.atlas-badge{max-width:100%;gap:8px;padding:7px 14px;font-size:.75rem;letter-spacing:.02em}.atlas-badge__logo{width:18px;height:18px;border-radius:6px}.atlas-wordmark{margin-top:18px;gap:14px}.atlas-hero__slogan{margin-top:18px;font-size:clamp(1rem,4.5vw,1.14rem);line-height:1.6}.atlas-release-chip{width:min(100%,340px);margin-top:16px;padding:10px 12px}.atlas-release-chip__eyebrow{font-size:.62rem}.atlas-cta__buttons,.atlas-hero__buttons{width:min(100%,340px);margin-top:20px;margin-inline:auto;gap:10px;flex-direction:column;align-items:stretch}.atlas-button{width:100%;min-height:52px;padding-inline:16px}.atlas-hero__note{margin-top:16px;font-size:.86rem;line-height:1.65}.atlas-features{width:min(1320px,calc(100vw - 24px));gap:10px;padding-top:32px}.atlas-feature-card{padding:20px 16px;border-radius:16px}.atlas-feature-card__icon{width:44px;height:44px;margin-bottom:14px}.atlas-feature-card p{margin-top:6px;line-height:1.65}.atlas-section{width:min(1320px,calc(100vw - 24px));padding-top:68px}.atlas-section__header{margin-bottom:34px}.atlas-section__label{gap:10px;font-size:.7rem;letter-spacing:.2em}.atlas-section__line{width:20px}.atlas-cta__panel h2,.atlas-section__header h2{font-size:clamp(1.75rem,8.5vw,2.2rem)}.atlas-cta__panel p,.atlas-section__header p{font-size:.9rem;line-height:1.7}.atlas-steps{gap:24px}.atlas-step-card__icon{width:72px;height:72px;margin-bottom:16px}.atlas-step-card__icon svg{width:30px;height:30px}.atlas-step-card__connector{padding-top:14px}.atlas-demos-grid{gap:16px}.atlas-demo-card{border-radius:18px}.atlas-demo-card__visual{min-height:210px;padding:16px}.atlas-demo-card__body{padding:18px 18px 20px}.atlas-demo-card__body h3{margin-top:8px;font-size:1.1rem}.atlas-demo-card__body p{margin-top:8px;font-size:.86rem;line-height:1.66}.atlas-cta{padding:68px 12px 0}.atlas-cta__panel{padding:34px 18px;border-radius:20px}.atlas-cta__logo{width:48px;height:48px;border-radius:14px}.atlas-footer{padding:36px 12px calc(28px + env(safe-area-inset-bottom, 0px))}.atlas-footer__copy{margin:14px 0 10px;font-size:.8rem}.atlas-footer__links{gap:10px 14px;font-size:.8rem}.atlas-footer__links span{display:none}.atlas-install-page{padding-top:78px}.atlas-install-hero,.atlas-install-sections,.atlas-install-support{padding-inline:16px}.atlas-install-title-row{flex-direction:column;align-items:flex-start;gap:14px}.atlas-install-version--inline{margin-top:0}.atlas-chat-bubble{max-width:100%}.atlas-demo-card__body,.atlas-demo-card__visual,.atlas-install-card,.atlas-install-support__panel{padding-inline:20px}}@media (max-width:480px){:root{--atlas-shell:min(1320px,calc(100vw - 20px))}.atlas-brand__copy strong{font-size:.86rem}.atlas-nav__cta{min-height:38px;padding-inline:12px;font-size:.8rem}.atlas-badge{gap:6px;padding:6px 10px;font-size:.71rem}.atlas-wordmark__text{font-size:clamp(2.3rem,11.5vw,2.8rem)}.atlas-hero__slogan{font-size:.95rem}.atlas-release-chip strong{font-size:1.25rem}.atlas-button{min-height:48px;font-size:.92rem}}@media (max-width:360px){.atlas-brand__copy{display:none}}@media (hover:none) and (pointer:coarse){.atlas-button:focus-visible,.atlas-button:hover,.atlas-demo-card:hover,.atlas-feature-card:hover,.atlas-nav__cta:focus-visible,.atlas-nav__cta:hover{transform:none}.atlas-demo-card:hover,.atlas-feature-card:hover{border-color:var(--atlas-line);box-shadow:none}.atlas-cta__panel:hover:before,.atlas-demo-card:hover:before,.atlas-feature-card:hover:before{opacity:0}.atlas-feature-card:hover .atlas-feature-card__icon,.atlas-step-card:hover .atlas-step-card__icon{transform:none;background:linear-gradient(135deg,rgba(255,84,72,.12),rgba(255,138,126,.06));box-shadow:none;border-color:rgba(255,84,72,.16)}}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:1ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:1ms!important}}