:root{font-family:Inter,system-ui,sans-serif;color:#111;background:#fff}html,body,#root{min-height:100%}body{margin:0}.public-site-app-shell{min-height:100vh;display:flex;flex-direction:column}.public-site-app-main{flex:1 0 auto;min-width:0}.public-site-page{flex:1 0 auto;padding:32px}.public-home-page{display:flex;flex-direction:column;gap:24px}.public-site-page-label{display:inline-block;padding:12px 16px;border:1px solid #d6d6d6;border-radius:12px;background:#f6f6f6;font-size:16px;font-weight:600}.public-site-app-footer{flex:0 0 auto;padding:24px 32px;border-top:1px solid #e3e3e3;background:#fafafa;font-size:14px;font-weight:600}.public-home-section{display:flex;flex-direction:column;gap:16px;padding:24px;border:1px solid #dcdcdc;border-radius:16px;background:#fff}.public-home-section-compact{text-align:center}.public-home-two-column{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.public-home-block{display:flex;flex-direction:column;gap:12px}.public-home-card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}.public-home-card-list{display:flex;flex-direction:column;gap:12px}.public-home-card{display:flex;flex-direction:column;gap:8px;padding:16px;border:1px solid #d8d8d8;border-radius:12px;background:#fafafa}.public-home-inline-actions,.public-home-inline-list,.public-home-pill-grid,.public-home-logo-grid,.public-home-logo-cycle{display:flex;flex-wrap:wrap;gap:12px}.public-home-pill{display:inline-flex;padding:8px 12px;border:1px solid #d8d8d8;border-radius:999px;background:#f8f8f8}.public-home-page img,.public-home-page video{max-width:100%;height:auto}@media(max-width:900px){.public-home-two-column{grid-template-columns:1fr}}:root{--white: #ffffff;--black: #000000;--blue: #0066cc;--green: #34c759;--red: #ff3b30;--bg-light: #ffffff;--bg-dark: #020202;--surface-light: rgba(255, 255, 255, .88);--surface-dark: rgba(255, 255, 255, .04);--surface-dark-strong: rgba(255, 255, 255, .08);--text-light: rgba(0, 0, 0, .96);--text-dark: rgba(255, 255, 255, .98);--muted-light: rgba(0, 0, 0, .62);--muted-dark: rgba(255, 255, 255, .68);--line-light: rgba(0, 0, 0, .1);--line-dark: rgba(255, 255, 255, .12);--line-dark-strong: rgba(255, 255, 255, .18);--shadow-light: 0 32px 90px rgba(0, 0, 0, .08);--shadow-dark: 0 36px 120px rgba(0, 0, 0, .45);color:var(--text-light);background:var(--bg-light);font-family:Inter,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;overflow-x:hidden;color:var(--text-light);background:var(--bg-light)}a{color:inherit;text-decoration:none}img,video{display:block;max-width:100%}button,input{font:inherit}#root,.page-shell{min-height:100vh}.theme-dark{background:radial-gradient(circle at 10% 5%,rgba(255,59,48,.18),transparent 24%),radial-gradient(circle at 90% 0%,rgba(0,102,204,.18),transparent 28%),radial-gradient(circle at 60% 100%,rgba(52,199,89,.12),transparent 25%),var(--bg-dark);color:var(--text-dark)}.page-main{position:relative}.shell{width:min(1440px,calc(100% - 48px));margin:0 auto;position:relative;z-index:2}.site-header{position:sticky;top:0;z-index:60;border-bottom:1px solid var(--line-light);background:#ffffffb8;-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px)}.site-header-dark{border-bottom-color:var(--line-dark);background:#0000009e}.nav-shell{min-height:94px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:28px}.brand-mark img{width:172px}.nav-links{display:flex;justify-content:center;align-items:center;gap:30px}.nav-link,.footer-tag,.nav-statement,.command-badge,.eyebrow,.status-badge{font-family:JetBrains Mono,monospace;text-transform:uppercase}.nav-link{font-size:13px;letter-spacing:.24em;color:#00000085}.site-header-dark .nav-link{color:#ffffff94}.nav-link.is-active{color:var(--blue)}.nav-actions{display:flex;align-items:center;gap:16px}.nav-statement{font-size:12px;letter-spacing:.2em;color:#ffffff9e}.site-header:not(.site-header-dark) .nav-statement{color:#0000008a}.btn{position:relative;display:inline-flex;align-items:center;justify-content:center;min-height:54px;padding:0 28px;border-radius:999px;border:1px solid transparent;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;overflow:hidden;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease,background .2s ease,color .2s ease}.btn:before{content:"";position:absolute;inset:0;background:linear-gradient(120deg,transparent,rgba(255,255,255,.18),transparent);transform:translate(-150%);transition:transform .5s ease}.btn:hover{transform:translateY(-2px) scale(1.01)}.btn:hover:before{transform:translate(150%)}.btn-block{width:100%}.btn-blue{color:var(--white);background:linear-gradient(135deg,#0066cce0,#0066cc7a);border-color:#0066cca8;box-shadow:0 0 0 1px #06c3,0 18px 60px #0066cc2e}.btn-green{color:var(--white);background:linear-gradient(135deg,#34c759e0,#34c7596b);border-color:#34c759a8;box-shadow:0 0 0 1px #34c75933,0 18px 60px #34c75929}.btn-red{color:var(--white);background:linear-gradient(135deg,#ff3b30e0,#ff3b306b);border-color:#ff3b30a3;box-shadow:0 0 0 1px #ff3b3033,0 18px 60px #ff3b3029}.btn-white{color:var(--white);background:#ffffff0f;border-color:#ffffff2e;box-shadow:inset 0 1px #ffffff14}.ambient-layer{position:absolute;inset:0;overflow:hidden;pointer-events:none;z-index:1}.ambient-blob{position:absolute;border-radius:999px;filter:blur(130px);opacity:.1;animation:floatGlow 22s ease-in-out infinite}.ambient-red{top:-8%;left:-10%;width:34rem;height:34rem;background:var(--red)}.ambient-green{right:-8%;top:22%;width:28rem;height:28rem;background:var(--green);animation-delay:-7s}.ambient-blue{bottom:-14%;left:26%;width:42rem;height:42rem;background:var(--blue);animation-delay:-12s}.section,.hero{position:relative;padding:110px 0}.hero{padding-top:72px;padding-bottom:54px}.hero-statement:before,.section-frame:before,.section-dark:before,.site-footer:before{content:"";position:absolute;inset:0;pointer-events:none;background-image:linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);background-size:96px 96px;-webkit-mask-image:linear-gradient(to bottom,rgba(0,0,0,.5),transparent 92%);mask-image:linear-gradient(to bottom,rgba(0,0,0,.5),transparent 92%);opacity:.25}.section-dark{background:linear-gradient(180deg,#000000fa,#020202fa);color:var(--text-dark)}.hero-grid,.section-heading.split,.checkout-grid,.takeoff-grid{display:grid;gap:24px}.hero-grid{grid-template-columns:minmax(0,1.1fr) minmax(360px,.9fr);align-items:stretch}.hero-copy{padding:38px 0 20px}.section-heading,.hero-copy{position:relative;z-index:2}.section-heading{max-width:900px;margin-bottom:52px}.section-heading-wide{max-width:1020px}.section-heading.center{margin-left:auto;margin-right:auto;text-align:center}.section-heading.split{max-width:none;grid-template-columns:1.1fr .8fr;align-items:end}.hero-copy h1,.section-heading h1,.section-heading h2,.footer-hero h2,.status-card h1{margin:0;letter-spacing:-.06em;line-height:.92}.hero-copy h1,.section-heading h1,.section-heading h2{font-size:clamp(3rem,7vw,6.8rem)}.hero-copy h1 span{display:inline-block;background:linear-gradient(90deg,var(--white),var(--blue),var(--green),var(--red));-webkit-background-clip:text;background-clip:text;color:transparent}.eyebrow{margin:0 0 18px;font-size:13px;font-weight:800;letter-spacing:.26em;color:var(--blue)}.eyebrow.muted{color:#00000080}.theme-dark .eyebrow.muted{color:#ffffff85}.hero-text,.section-heading p,.insight-card p,.integration-card p,.pricing-card p,.checkout-summary p,.checkout-form label,.pillar-card p,.closing-manifesto p,.footer-lead,.hero-command-body p{margin:0;font-size:1.06rem;line-height:1.8;color:var(--muted-light)}.theme-dark .section-heading p,.theme-dark .pricing-card p,.theme-dark .checkout-summary p,.theme-dark .checkout-form label,.theme-dark .pillar-card p,.theme-dark .closing-manifesto p,.theme-dark .footer-lead,.theme-dark .hero-command-body p,.theme-dark .insight-card p{color:var(--muted-dark)}.hero-text{max-width:820px;margin-top:28px;font-size:1.24rem}.hero-actions{display:flex;flex-wrap:wrap;gap:16px;margin-top:36px}.panel,.partner-card,.integration-card,.metric-card,.pillar-card{position:relative;border:1px solid var(--line-light);background:var(--surface-light);border-radius:34px;box-shadow:var(--shadow-light);-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px)}.panel:after,.partner-card:after,.integration-card:after,.metric-card:after,.pillar-card:after{content:"";position:absolute;inset:0;border-radius:inherit;pointer-events:none;background:linear-gradient(180deg,rgba(255,255,255,.12),transparent 30%)}.panel-dark,.theme-dark .partner-card,.theme-dark .metric-card,.theme-dark .pillar-card{border-color:var(--line-dark);background:linear-gradient(180deg,#ffffff0f,#ffffff08);box-shadow:var(--shadow-dark)}.hero-command,.showcase-visual,.panel-takeoff,.pricing-card,.pricing-callout,.checkout-summary,.checkout-form,.status-card,.footer-hero{padding:32px}.hero-command{min-height:100%;overflow:hidden}.hero-command-top{display:flex;gap:10px}.signal{width:12px;height:12px;border-radius:999px}.signal-red{background:var(--red)}.signal-blue{background:var(--blue)}.signal-green{background:var(--green)}.hero-command-body{margin-top:22px;display:grid;gap:22px}.hero-badge-row,.checkout-badges{display:flex;flex-wrap:wrap;gap:10px}.command-badge{display:inline-flex;width:fit-content;padding:7px 10px;border-radius:999px;border:1px solid rgba(255,255,255,.16);background:#ffffff0f;color:#fffc;font-size:12px;font-weight:700;letter-spacing:.18em}.hero-command-body h2,.showcase-copy-block h3,.takeoff-overlay h3,.workflow-film-copy h3,.closing-manifesto h3,.form-headline h2{margin:0;font-size:clamp(1.8rem,4vw,3rem);line-height:1;letter-spacing:-.05em}.hero-metric-stack{display:grid;gap:14px}.hero-metric-row{display:grid;grid-template-columns:84px 1fr;gap:18px;padding-top:14px;border-top:1px solid rgba(255,255,255,.1)}.hero-metric-row strong{font-size:2rem;line-height:1;color:var(--white)}.hero-metric-row h3{margin:0 0 4px;font-size:1rem;color:var(--white)}.partner-strip{margin-top:36px;padding-top:34px;border-top:1px solid var(--line-light)}.partner-command-strip{position:relative}.partner-grid,.integration-grid,.showcase-grid,.workflow-grid,.collaborative-grid,.pricing-grid,.pillar-grid,.field-grid{display:grid;gap:20px}.partner-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.partner-card{min-height:160px;display:flex;align-items:center;justify-content:center;padding:26px;overflow:hidden}.partner-card img{max-height:94px;object-fit:contain}.partner-card-placeholder{background:linear-gradient(135deg,rgba(0,102,204,.32),transparent 50%),linear-gradient(135deg,transparent,rgba(52,199,89,.24));color:var(--white);font-size:11px;letter-spacing:.2em}.integration-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.integration-card{min-height:250px;padding:28px;display:flex;flex-direction:column;justify-content:space-between;gap:18px;transition:transform .22s ease,box-shadow .22s ease}.integration-card:hover,.pricing-card:hover,.pillar-card:hover{transform:translateY(-6px)}.integration-card-wide{grid-column:span 2}.integration-icon{width:72px;height:72px;border-radius:24px;display:inline-flex;align-items:center;justify-content:center;overflow:hidden}.integration-icon img{width:64%;height:64%;object-fit:contain}.accent-neutral{background:#0000000a;border:1px solid rgba(0,0,0,.08)}.accent-green{background:#34c7591f;border:1px solid rgba(52,199,89,.2)}.accent-blue{background:#0066cc1f;border:1px solid rgba(0,102,204,.2)}.accent-orange{background:#ff3b301f;border:1px solid rgba(255,59,48,.2)}.integration-card h3,.insight-card h3,.pricing-card h2,.pricing-callout h3,.checkout-summary h2{margin:0 0 10px;font-size:1.45rem;letter-spacing:-.03em}.status-badge{display:inline-flex;width:fit-content;margin-bottom:12px;padding:6px 10px;border-radius:999px;background:#0000000a;border:1px solid rgba(0,0,0,.08);font-size:12px;font-weight:800;letter-spacing:.18em;color:#0000008f}.showcase-shell{display:grid;gap:24px}.showcase-visual{overflow:hidden}.showcase-visual-split{display:grid;grid-template-columns:380px minmax(0,1fr);gap:20px;align-items:center}.showcase-copy-block{display:grid;gap:16px}.showcase-copy-block .command-badge,.takeoff-overlay .command-badge{background:#000000db;border-color:#06c3;color:var(--white)}.showcase-visual img,.panel-takeoff img,.workflow-grid img,.workflow-hero-panel video,.collaborative-grid img{width:100%;border-radius:26px}.showcase-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.insight-card{padding:28px}.crosshair{position:absolute;width:12px;height:12px;border:1px solid rgba(0,0,0,.22)}.crosshair-tl{top:-1px;left:-1px;border-right:0;border-bottom:0}.crosshair-tr{top:-1px;right:-1px;border-left:0;border-bottom:0}.crosshair-bl{bottom:-1px;left:-1px;border-right:0;border-top:0}.crosshair-br{right:-1px;bottom:-1px;border-left:0;border-top:0}.takeoff-grid{grid-template-columns:minmax(280px,.6fr) minmax(0,1.4fr)}.metric-list{display:grid;gap:14px}.metric-card{padding:24px}.metric-card p{margin:0 0 8px;font-size:12px;letter-spacing:.18em;font-family:JetBrains Mono,monospace;text-transform:uppercase;color:#0000008f}.metric-card strong,.price-line strong{font-size:2rem;line-height:1}.metric-blue strong{color:var(--blue)}.metric-red strong{color:var(--red)}.metric-green strong{color:var(--green)}.panel-takeoff{position:relative;overflow:hidden}.takeoff-overlay,.workflow-film-copy{position:absolute;left:28px;z-index:2;max-width:340px}.takeoff-overlay{top:28px}.workflow-stage{display:grid;gap:22px}.workflow-hero-panel{position:relative;padding:20px;overflow:hidden}.workflow-film-copy{bottom:30px}.workflow-grid{grid-template-columns:1fr 1fr 1fr}.workflow-grid .panel,.collaborative-grid .panel{padding:20px;overflow:hidden}.pillar-grid{margin-top:22px;grid-template-columns:repeat(3,minmax(0,1fr))}.pillar-card{padding:28px}.pillar-line{display:block;width:54px;height:2px;margin-bottom:20px;background:linear-gradient(90deg,var(--blue),var(--green),var(--red))}.pillar-card h3{margin:0 0 10px;font-size:1.35rem}.collaborative-grid{grid-template-columns:1fr 1fr}.closing-manifesto{margin-top:28px;max-width:760px}.closing-manifesto h3{margin:0 0 14px}.billing-toggle{width:fit-content;margin:0 auto 34px;padding:6px;display:flex;gap:8px;border-radius:999px;border:1px solid var(--line-dark);background:#ffffff0d}.billing-toggle button{min-width:140px;min-height:46px;border:0;border-radius:999px;background:transparent;color:#ffffff94;cursor:pointer;transition:background .2s ease,color .2s ease}.billing-toggle .is-selected{background:linear-gradient(90deg,#0066cc38,#34c7592e);color:var(--white)}.pricing-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.pricing-card{display:flex;flex-direction:column;gap:16px}.pricing-card-featured{border-color:#0066cc52;box-shadow:0 0 0 1px #0066cc24,0 36px 120px #00000080}.pricing-card-top{min-height:24px}.price-line{display:flex;align-items:end;gap:10px}.price-line span,.price-note,.summary-list,.text-link,.footer-copy,.footer-links a{color:#ffffffad}.pricing-mini-list{display:grid;gap:8px}.pricing-mini-list span{color:#ffffffd6;font-size:.94rem;padding-left:16px;position:relative}.pricing-mini-list span:before{content:"";position:absolute;left:0;top:11px;width:8px;height:8px;border-radius:999px;background:var(--green)}.pricing-callout{margin-top:26px;display:flex;align-items:center;justify-content:space-between;gap:20px}.checkout-grid{grid-template-columns:minmax(320px,.8fr) minmax(0,1.2fr);align-items:start}.summary-list{margin:0;padding-left:18px;line-height:1.8}.text-link{font-weight:700}.checkout-summary,.checkout-form{display:grid;gap:18px}.form-headline{display:grid;gap:10px}.field-grid{grid-template-columns:1fr 1fr}.checkout-form label{display:grid;gap:10px}.checkout-form input{min-height:58px;border:1px solid var(--line-dark);border-radius:18px;background:#ffffff0a;color:var(--white);padding:0 16px;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.checkout-form input:focus{outline:none;border-color:#0066cc8a;box-shadow:0 0 0 4px #0066cc1f;background:#ffffff0f}.status-page{min-height:calc(100vh - 220px);display:grid;place-items:center;padding:140px 0 90px}.status-card{max-width:760px;min-height:320px;display:grid;align-content:center;justify-items:center;text-align:center;gap:16px;overflow:hidden}.status-card h1{font-size:clamp(2.8rem,5vw,4.8rem)}.status-success{border-color:#34c7593d}.status-failed{border-color:#ff3b303d}.status-lines{display:flex;gap:10px}.status-lines span{width:72px;height:3px;border-radius:999px;background:linear-gradient(90deg,var(--blue),var(--green),var(--red));animation:pulseLine 2.8s ease-in-out infinite}.status-lines span:nth-child(2){animation-delay:.2s}.status-lines span:nth-child(3){animation-delay:.4s}.site-footer{position:relative;background:linear-gradient(180deg,#000000fa,#020202);color:var(--white);border-top:1px solid var(--line-dark)}.footer-shell{padding:80px 0 56px}.footer-hero{margin-bottom:42px;text-align:center}.footer-logo{width:min(100%,620px);margin:0 auto}.footer-hero h2{margin:14px auto 20px;max-width:980px;font-size:clamp(2.7rem,6vw,5.8rem)}.footer-lead{max-width:760px;margin:0 auto 28px}.footer-meta{display:grid;justify-items:center;gap:18px;text-align:center;padding-top:32px;border-top:1px solid var(--line-dark)}.footer-tag{font-size:13px;letter-spacing:.22em;color:var(--blue)}.footer-links{display:flex;flex-wrap:wrap;justify-content:center;gap:20px}@keyframes floatGlow{0%,to{transform:translateZ(0) scale(1)}50%{transform:translate3d(-14px,18px,0) scale(1.08)}}@keyframes pulseLine{0%,to{opacity:.55;transform:scaleX(.92)}50%{opacity:1;transform:scaleX(1.04)}}@media(max-width:1180px){.hero-grid,.showcase-visual-split,.pricing-grid,.pillar-grid,.workflow-grid,.takeoff-grid,.checkout-grid,.collaborative-grid,.section-heading.split{grid-template-columns:1fr}.integration-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.integration-card-wide{grid-column:auto}}@media(max-width:920px){.nav-shell{grid-template-columns:1fr;justify-items:start;padding:18px 0}.nav-links,.nav-actions,.pricing-callout,.hero-actions{flex-direction:column;align-items:flex-start}.partner-grid,.showcase-grid,.field-grid{grid-template-columns:1fr}}@media(max-width:640px){.shell{width:min(100% - 24px,1440px)}.section,.hero{padding:86px 0}.hero-copy h1,.section-heading h1,.section-heading h2{font-size:2.7rem}.hero-command,.showcase-visual,.panel-takeoff,.pricing-card,.pricing-callout,.checkout-summary,.checkout-form,.status-card,.footer-hero{padding:24px}.integration-grid{grid-template-columns:1fr}}@keyframes hologramPan{0%{background-position:200% 50%}to{background-position:-200% 50%}}.hologram-wrapper{position:relative;display:inline-flex;padding:10px 32px;border-radius:999px;border:1px solid rgba(255,255,255,.15);border-top-color:#ffffff4d;background:#ffffff0f;box-shadow:0 12px 32px #0006;overflow:hidden;margin-bottom:24px}.hologram-wrapper:before{content:"";position:absolute;inset:-20%;background:linear-gradient(90deg,transparent 0%,rgba(77,163,255,.5) 40%,rgba(255,255,255,.8) 50%,rgba(77,163,255,.5) 60%,transparent 100%);background-size:200% 100%;animation:hologramPan 3s linear infinite;pointer-events:none;mix-blend-mode:screen;opacity:.7}.hologram-wrapper span{font-size:14px;letter-spacing:.3em;text-transform:uppercase;color:#ffffffe6;font-family:JetBrains Mono,monospace;position:relative;z-index:1;text-shadow:0 2px 4px rgba(0,0,0,.8)}.eyebrow,.nav-statement,.command-badge,.status-badge,.footer-tag,.metric-card p,.showcase-command-kicker,.takeoff-command-kicker,.tool-panel-label,.takeoff-tag,.showcase-paper-label,.showcase-chip,.iso-badge,.stat-label,.collab-kicker,.online-grid,.mono,.takeoff-rail-card span,.takeoff-command-footer span,.showcase-command-footer span,.insight-media-caption span{font-size:10px!important}.freeroam-eyebrow,.hologram-wrapper span,.nav-link{font-size:16px!important}.price-note-green{color:var(--green)!important}.tier-logo-wrap{display:flex;align-items:center;justify-content:center;min-height:104px;margin:0 auto 18px;padding:6px 0 2px}.tier-logo{width:auto;height:68px;max-width:100%;object-fit:contain;filter:drop-shadow(0 12px 24px rgba(0,0,0,.18))}.tier-logo[data-tier="Tier 2"],.tier-logo[data-tier="Tier 3"]{height:108px}.hero-actions{display:flex;justify-content:center!important;width:100%;gap:28px!important;margin-top:42px!important}.hero-actions .btn{min-height:72px!important;padding:0 48px!important;font-size:18px!important}.btn-blue{color:#4da3ff;border-color:#0066ccbf;background:#0066cc14;box-shadow:inset 0 1px #ffffff29,0 0 0 1px #0066cc3d,0 0 22px #0066cc38}.btn-green{color:#57de7c;border-color:#34c759eb;background:#34c75924;box-shadow:inset 0 1px #ffffff29,0 0 0 1px #34c75957,0 0 26px #34c7594d}.btn-red{color:#ff6b63;border-color:#ff3b30cc;background:#ff3b3014;box-shadow:inset 0 1px #ffffff29,0 0 0 1px #ff3b3038,0 0 22px #ff3b3033}.hero-grid{grid-template-columns:minmax(0,1.18fr) minmax(340px,.82fr);gap:30px;align-items:center}.hero-copy{max-width:760px}.hero-copy h1{font-size:clamp(2.65rem,6vw,5.95rem);line-height:.9;max-width:100%!important;display:block}.hero-copy h1 .hero-line-primary{display:block;white-space:normal;line-height:1.05;margin-top:.1em;margin-bottom:.01em;background:none!important;-webkit-text-fill-color:#111!important;color:#111!important;letter-spacing:-.02em}.hero-copy h1 .hero-industry{display:inline-block;margin:0;letter-spacing:.02em;line-height:1.05;color:transparent!important;background:linear-gradient(90deg,#34c759 0% 25%,#4da3ff 50%,#ff3b30 75% 100%)!important;-webkit-background-clip:text!important;background-clip:text!important;-webkit-text-fill-color:transparent!important}.hero-copy h1 .hero-line-secondary{display:block;margin-top:.1em;margin-bottom:.01em;padding-left:0;font-size:.65em;letter-spacing:.02em;line-height:1;color:#111111f0!important;text-transform:none;background:none!important;-webkit-text-fill-color:rgba(17,17,17,.94)!important}.section-heading h2,.insight-card h3,.pillar-card h3,.showcase-copy-block h3,.takeoff-overlay h3,.workflow-film-copy h3,.closing-manifesto h3{font-size:clamp(1.55rem,3vw,2.45rem)}.hero-command-body h2{color:#111}.section-heading.section-heading-wide>*+*{margin-top:14px}.hero-command-body>p,.hero-metric-row p{color:#111111c7}.hero-badge-row .command-badge:nth-child(1){background:#34c75924!important;border-color:#34c7594d!important;color:#179c3d!important}.hero-badge-row .command-badge:nth-child(2){background:#0066cc1f!important;border-color:#0066cc47!important;color:#06c!important}.hero-badge-row .command-badge:nth-child(3){background:#ff3b301f!important;border-color:#ff3b3047!important;color:#ff3b30!important}.hero-metric-row h3{color:#111}.partner-command-strip>.eyebrow,.partner-command-strip p.eyebrow{text-align:center;width:100%;display:block;margin-bottom:24px}.partner-command-strip>div{width:100vw;max-width:none;margin-left:calc(50% - 50vw);overflow:hidden;padding:0 24px}.partner-command-strip .partner-grid{display:flex;grid-template-columns:none;width:max-content;gap:24px;animation:partner-marquee 34s linear infinite}.partner-command-strip .partner-card{flex:0 0 240px;min-height:132px}.partner-card-placeholder{position:relative;border:1px solid rgba(0,102,204,.34);box-shadow:inset 0 1px #ffffff24,0 0 0 1px #34c75929,0 18px 36px #0000001f;overflow:hidden}.partner-card-placeholder:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.18),transparent 38%),radial-gradient(circle at 80% 20%,rgba(52,199,89,.22),transparent 32%);pointer-events:none}.partner-card-placeholder span{display:grid;gap:8px;justify-items:center;font-size:14px;color:#111!important;text-shadow:none!important;letter-spacing:.24em}.partner-card-placeholder span:after{content:"Claim your spot";font-size:12px;letter-spacing:.18em;color:#111!important;padding:6px 10px;border-radius:999px;border:1px solid rgba(0,0,0,.4)!important;background:#0000000d!important}@keyframes partner-marquee{0%{transform:translate(0)}to{transform:translate(calc(-50% - 12px))}}@media(max-width:1180px){.partner-command-strip .partner-card{flex-basis:220px}}@media(max-width:920px){.partner-command-strip>div{padding:0 16px}.partner-command-strip .partner-grid{gap:18px;animation-duration:28s}.partner-command-strip .partner-card{flex-basis:190px;min-height:116px}.hero-grid{grid-template-columns:1fr;gap:22px;align-items:start}}@media(max-width:640px){.partner-command-strip .partner-grid{animation-duration:24s}.partner-command-strip .partner-card{flex-basis:164px;min-height:104px}.hero-copy h1 .hero-line-secondary{font-size:.78em;letter-spacing:.08em}.hero-copy h1 .hero-line-primary{white-space:normal;flex-wrap:wrap}}.showcase-command-stage,.takeoff-command-stage{position:relative;overflow:hidden;border-radius:28px;isolation:isolate}.showcase-command-stage{min-height:520px;padding:28px;background:radial-gradient(circle at top right,rgba(52,199,89,.2),transparent 32%),radial-gradient(circle at bottom left,rgba(255,59,48,.14),transparent 30%),linear-gradient(145deg,#f7fafc,#e3e9ef 55%,#d7e0e7);border:1px solid rgba(0,102,204,.16);box-shadow:inset 0 1px #ffffffbf,0 22px 60px #0000001a}.showcase-command-stage:before,.takeoff-command-stage:before{content:"";position:absolute;inset:0;background:linear-gradient(rgba(255,255,255,.1) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.12) 1px,transparent 1px);background-size:72px 72px;opacity:.45;pointer-events:none}.showcase-command-stage:after,.takeoff-command-stage:after{content:"";position:absolute;inset:0;background:linear-gradient(120deg,transparent 20%,rgba(255,255,255,.32) 50%,transparent 80%);transform:translate(-120%);animation:corporate-sheen 7.5s ease-in-out infinite;pointer-events:none}.showcase-command-header,.takeoff-command-header{position:relative;z-index:1;display:flex;flex-wrap:wrap;justify-content:space-between;gap:14px;margin-bottom:22px}.showcase-command-header strong,.takeoff-command-header strong{display:block;margin-top:6px;font-size:1.4rem;letter-spacing:-.03em;color:#111}.showcase-command-kicker,.takeoff-command-kicker{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;border:1px solid rgba(0,102,204,.18);background:#ffffff8c;color:#111111c2;font-size:13px;letter-spacing:.18em;text-transform:uppercase}.showcase-command-kicker:before,.takeoff-command-kicker:before,.insight-card .eyebrow:before,.tool-panel-label:before{content:"";width:8px;height:8px;border-radius:999px;background:linear-gradient(90deg,#ff3b30,#4da3ff,#34c759);box-shadow:0 0 16px #0066cc40}.showcase-grid{align-items:stretch}.insight-card{display:flex;flex-direction:column;height:100%}.insight-card h3{min-height:64px;margin-bottom:12px}.insight-card p{margin-bottom:24px;flex-grow:1}.insight-card .tool-panel,.insight-card .insight-media{margin-top:auto}.insight-card .eyebrow{display:inline-flex;align-items:center;gap:8px;margin-bottom:8px}.showcase-command-body{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(240px,.85fr);gap:18px;align-items:stretch}.showcase-compare{border-radius:26px;background:#d8dde3}.showcase-paper-stack,.showcase-logic-rail,.takeoff-board,.takeoff-side-rail{border-radius:24px;background:#ffffffb8;border:1px solid rgba(0,0,0,.08);box-shadow:inset 0 1px #ffffffb3,0 14px 30px #00000014}.showcase-paper-stack{position:relative;min-height:360px;padding:22px;display:grid;gap:18px}.showcase-scanline{position:absolute;inset:16px;border-radius:20px;overflow:hidden;pointer-events:none}.showcase-scanline:after{content:"";position:absolute;inset:-10% 0 auto;height:96px;background:linear-gradient(180deg,transparent,rgba(77,163,255,.2),rgba(52,199,89,.12),transparent);animation:showcase-scan 5.8s ease-in-out infinite}.showcase-paper{position:relative;border-radius:20px;padding:22px;min-height:138px;overflow:hidden}.showcase-paper:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.65),transparent 48%),linear-gradient(180deg,rgba(0,0,0,.04),transparent 35%);pointer-events:none}.showcase-paper-print{background:linear-gradient(145deg,#0066cc29,#ffffffeb);border:1px solid rgba(0,102,204,.18)}.showcase-paper-image{background:linear-gradient(145deg,#34c75924,#ffffffeb);border:1px solid rgba(52,199,89,.2)}.showcase-paper-label{display:inline-flex;align-items:center;gap:8px;margin-bottom:16px;font-size:13px;letter-spacing:.18em;text-transform:uppercase;color:#111111b8}.showcase-paper-label:before{content:"";width:9px;height:9px;border-radius:999px;background:currentColor}.showcase-paper-marks{display:grid;gap:12px}.showcase-paper-row{display:flex;align-items:center;justify-content:space-between;gap:14px}.showcase-paper-row span:first-child{color:#111c;font-size:.95rem}.showcase-chip{display:inline-flex;align-items:center;justify-content:center;min-width:92px;padding:7px 10px;border-radius:999px;font-size:13px;letter-spacing:.16em;text-transform:uppercase;background:#11111114;color:#111111bd}.showcase-paper-image .showcase-chip{background:#34c75924;color:#15833a}.showcase-paper-print .showcase-chip{background:#0066cc1f;color:#06c}.showcase-logic-rail{padding:18px;display:grid;gap:12px}.showcase-logic-card{padding:16px 16px 15px;border-radius:18px;background:#11111109;border:1px solid rgba(0,0,0,.06)}.showcase-logic-card strong,.takeoff-rail-card strong{display:block;margin-bottom:6px;color:#111;font-size:.96rem}.showcase-logic-card p,.takeoff-rail-card p{margin:0;color:#111111ad;line-height:1.55;font-size:.92rem}.showcase-command-footer{position:relative;z-index:1;display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.showcase-command-footer span{display:inline-flex;padding:8px 12px;border-radius:999px;background:#ffffff8a;border:1px solid rgba(0,0,0,.08);color:#111111bf;font-size:13px;letter-spacing:.16em;text-transform:uppercase}.insight-media{position:relative;min-height:270px;border-radius:24px;overflow:hidden;border:1px solid rgba(0,102,204,.16);background:linear-gradient(180deg,#070c120a,#070c122e),linear-gradient(145deg,#0066cc29,#34c7591f)}.insight-media img{width:100%;height:100%;min-height:270px;object-fit:cover}.insight-media:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent,rgba(0,0,0,.36)),linear-gradient(135deg,rgba(255,255,255,.14),transparent 40%);pointer-events:none}.insight-media-caption{position:absolute;right:16px;bottom:16px;left:16px;display:grid;gap:6px;padding:14px 16px;border-radius:18px;background:#070c1299;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);color:#fffffff5}.insight-media-caption strong{font-size:.9rem;letter-spacing:.02em}.insight-media-caption span{font-size:13px;letter-spacing:.16em;text-transform:uppercase;color:#ffffffb8}.insight-media.is-legend{background:linear-gradient(180deg,#fffffffa,#f6f9fcfa)}.insight-media.is-legend:before{background:transparent}.insight-media.is-legend img{object-fit:contain;width:100%;height:100%;min-height:100%;padding:0}.insight-media.is-legend .insight-media-caption{background:#ffffffeb;color:#111111f0}.insight-media.is-legend .insight-media-caption span{color:#1111119e}.tool-panel{position:relative;min-height:270px;padding:20px;border-radius:24px;background:linear-gradient(180deg,#fffffffa,#f6f9fcfa);border:1px solid rgba(0,102,204,.12);box-shadow:inset 0 1px #fffc,0 18px 34px #00000014;overflow:hidden}.tool-panel:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at top left,rgba(0,102,204,.1),transparent 28%),linear-gradient(180deg,rgba(255,255,255,.14),transparent 22%);pointer-events:none}.tool-panel-label{position:relative;z-index:1;display:inline-flex;align-items:center;gap:8px;color:#111111ad;font-size:13px;letter-spacing:.22em;text-transform:uppercase}.tool-panel-list{position:relative;z-index:1;display:grid;gap:16px;margin:20px 0 0;padding:18px;list-style:none;border-radius:20px;background:#ffffffe0;border:1px solid rgba(0,0,0,.06)}.tool-panel-list li{display:flex;align-items:center;gap:14px;color:#111111eb;font-size:1.05rem;line-height:1.3}.tool-panel-list li:before{content:"";flex:0 0 10px;width:10px;height:10px;border-radius:999px;background:#218bff;box-shadow:0 0 14px #218bffc7}.takeoff-command-stage{min-height:520px;padding:28px;background:radial-gradient(circle at top left,rgba(0,102,204,.14),transparent 28%),radial-gradient(circle at bottom right,rgba(255,59,48,.12),transparent 30%),linear-gradient(180deg,#f8fafcf5,#e4ebf1f5);border:1px solid rgba(0,0,0,.08)}.takeoff-audience-surface{position:relative;z-index:1;display:grid;gap:16px;min-height:390px;padding:20px;border-radius:24px;background:#ffffffc7;border:1px solid rgba(0,0,0,.08);box-shadow:inset 0 1px #fffc,0 16px 28px #00000014}.takeoff-audience-head{display:grid;gap:8px}.takeoff-audience-head h4{margin:0;color:#111;font-size:1.34rem;letter-spacing:-.03em;line-height:1.1}.takeoff-audience-head p{margin:0;color:#111111ad;line-height:1.55}.takeoff-audience-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;max-height:300px;overflow:auto;padding-right:4px}.takeoff-audience-pill{display:flex;align-items:center;min-height:48px;padding:11px 13px;border-radius:16px;border:1px solid rgba(0,102,204,.1);background:#fffffff5;color:#111111e0;font-size:1.05rem;line-height:1.25;box-shadow:0 8px 18px #0000000a;transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease,background .22s ease;animation:audience-bob 8s ease-in-out infinite}.takeoff-audience-pill:hover{transform:translateY(-2px);border-color:#0066cc38;background:#f0f7fffa;box-shadow:0 14px 24px #0066cc14}.takeoff-audience-pill:nth-child(3n+1){animation-delay:-.8s}.takeoff-audience-pill:nth-child(3n+2){animation-delay:-2.4s}.takeoff-audience-pill:nth-child(3n+3){animation-delay:-4.2s}.takeoff-command-footer{position:relative;z-index:1;display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}.takeoff-command-footer span{display:inline-flex;align-items:center;padding:8px 12px;border-radius:999px;background:#ffffff9e;border:1px solid rgba(0,0,0,.08);color:#111111bd;font-size:13px;letter-spacing:.16em;text-transform:uppercase}.metric-detail{display:block;margin-top:10px;color:#111111d6;font-size:.96rem;font-weight:700;line-height:1.6;letter-spacing:.01em;text-transform:none}@keyframes corporate-sheen{0%,to{transform:translate(-120%);opacity:0}16%,62%{opacity:1}50%{transform:translate(120%);opacity:.6}}@keyframes showcase-scan{0%,to{transform:translateY(-120%);opacity:0}20%,68%{opacity:1}50%{transform:translateY(360%);opacity:.55}}@keyframes audience-bob{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}.light-dark-transition{--transition-progress: 0;--transition-eased: 0;position:relative;min-height:500px;padding:0;overflow:hidden;background:transparent}.light-dark-transition:before{content:none}.light-dark-transition-shell{position:relative;z-index:1;height:100%;display:grid;align-items:center}.light-dark-transition-portal{position:relative;width:100%;height:500px;border-radius:calc(44px - (var(--transition-progress) * 20px));overflow:hidden;transform-origin:center bottom;transform:scale(calc(.95 + var(--transition-eased) * .05))}.ombre-bg{position:absolute;inset:0;background:linear-gradient(180deg,#f8fafc,#e2e8f0);opacity:calc(1 - var(--transition-progress))}.ombre-bg-dark{position:absolute;inset:0;background:linear-gradient(180deg,#0f172a,#020202);opacity:var(--transition-progress)}.ombre-orb{position:absolute;border-radius:50%;filter:blur(80px)}.orb-1{top:-10%;left:-10%;width:60%;height:60%;background:#34c759}.orb-2{bottom:-20%;right:-10%;width:65%;height:65%;background:#ff3b30}.orb-3{top:30%;left:20%;width:50%;height:50%;background:#4da3ff}.ombre-glass{position:absolute;inset:0;backdrop-filter:blur(60px);-webkit-backdrop-filter:blur(60px);background:radial-gradient(circle,transparent,rgba(0,0,0,.4))}.ombre-text-layer{position:absolute;inset:0;display:grid;place-items:center;text-align:center}.ombre-text-light,.ombre-text-dark{grid-area:1 / 1;font-size:clamp(2.5rem,6vw,4.5rem);font-weight:900;color:transparent;-webkit-background-clip:text;background-clip:text}.ombre-text-light{background-image:linear-gradient(135deg,#0f172a,#475569);opacity:calc(1 - (var(--transition-progress) * 2));transform:translateY(calc(var(--transition-eased) * -40px))}.ombre-text-dark{background-image:linear-gradient(135deg,#fff,#94a3b8);opacity:calc((var(--transition-progress) - .4) * 2);transform:translateY(calc(40px - (var(--transition-eased) * 40px)))}.collab-section{background:transparent;color:#fff;padding:120px 40px;position:relative;z-index:10;border-top:none}.collab-shell{max-width:1440px;margin:0 auto}.collab-header{display:flex;flex-direction:column;gap:48px;margin-bottom:80px}.collab-kicker{display:flex;align-items:center;gap:16px;font-size:13px;color:#06c;font-weight:700;letter-spacing:.1em;text-transform:uppercase;margin-bottom:32px}.collab-kicker-line{width:32px;height:1px;background:#06c}.collab-title{font-size:clamp(3rem,7vw,6rem);font-weight:600;line-height:.9;letter-spacing:-.05em;margin:0}.collab-desc{color:#86868b;font-size:1.5rem;max-width:450px;line-height:1.6;padding-bottom:24px;border-bottom:1px solid rgba(255,255,255,.2);margin:0}.dark-glass-panel{background:#12121299;backdrop-filter:blur(40px);-webkit-backdrop-filter:blur(40px);border:1px solid rgba(255,255,255,.1);box-shadow:0 30px 60px #000c}.collab-section .crosshair{position:absolute;width:12px;height:12px;border:1px solid #fff;opacity:.3;pointer-events:none}.collab-section .ch-tl{top:-1px;left:-1px;border-right:none;border-bottom:none}.collab-section .ch-tr{top:-1px;right:-1px;border-left:none;border-bottom:none}.collab-section .ch-bl{bottom:-1px;left:-1px;border-right:none;border-top:none}.collab-section .ch-br{bottom:-1px;right:-1px;border-left:none;border-top:none}.iso-container{perspective:3000px;transform-style:preserve-3d}.iso-layer{transition:transform 1.2s cubic-bezier(.16,1,.3,1);transform-style:preserve-3d}.iso-viewport{width:100%;aspect-ratio:16 / 9;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;border-radius:2rem;cursor:crosshair}.iso-scene{position:relative;width:65%;aspect-ratio:16 / 9;transform:rotateX(60deg) rotate(-45deg) scale(.85)}.iso-viewport:hover .iso-scene{transform:rotateX(55deg) rotate(-35deg) scale(.95)}.iso-grid{position:absolute;inset:0;width:100%;height:100%;pointer-events:none;opacity:.1;transition:opacity 1s;transform-style:preserve-3d}.iso-viewport:hover .iso-grid{opacity:.4}.iso-card{position:absolute;inset:0;width:100%;height:100%;border-radius:2rem;display:flex;align-items:center;justify-content:center;overflow:hidden;transition:transform 1.2s cubic-bezier(.16,1,.3,1);box-shadow:0 30px 60px #000c}.iso-card-1{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transform:translateZ(0)}.iso-viewport:hover .iso-card-1{transform:translateZ(-40px)}.iso-card-2{background:#0066cc1a;border:1px solid rgba(0,102,204,.4);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:0 0 50px #06c3;transform:translateZ(40px)}.iso-viewport:hover .iso-card-2{transform:translateZ(80px)}.iso-card-3{background:#ff3b301a;border:1px solid rgba(255,59,48,.4);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);box-shadow:0 30px 60px #ff3b3099;transform:translateZ(80px)}.iso-viewport:hover .iso-card-3{transform:translateZ(200px)}.iso-badge{position:absolute;bottom:24px;left:24px;font-size:12px;text-transform:uppercase;letter-spacing:.1em;font-weight:700;padding:8px 16px;border-radius:8px;box-shadow:0 10px 20px #00000080}.iso-badge-1{background:#0009;color:#86868b;border:1px solid rgba(255,255,255,.1)}.iso-badge-2{background:#06c3;color:#06c;border:1px solid rgba(0,102,204,.4)}.iso-badge-3{background:#ff3b3033;color:#fff;border:1px solid rgba(255,59,48,.4);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.threads-layout{display:flex;flex-direction:column;gap:64px}.threads-ui-container{background:#fafafc;border-radius:16px;border:1px solid rgba(255,255,255,.2);box-shadow:0 30px 80px #000c;padding:6px;overflow:hidden;color:#000;font-family:Inter,sans-serif}.threads-ui-header{display:flex;justify-content:space-between;align-items:center;padding:16px 24px;background:#fff;border-radius:12px 12px 0 0;border-bottom:1px solid #e5e7eb}.threads-ui-body{display:flex;flex-direction:column;background:#f5f5f7;min-height:750px}.threads-sidebar{width:100%;padding:24px;border-right:1px solid #e5e7eb}.threads-main{flex:1;padding:32px;overflow-y:auto;max-height:750px}.thread-card{background:#fff;border-radius:16px;padding:24px;margin-bottom:24px;box-shadow:0 1px 2px #0000000d;border:1px solid #e5e7eb}.thread-card.pinned{border:2px solid #000}.online-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.online-item{border:1px solid rgba(255,255,255,.1);padding:20px;display:flex;align-items:center;gap:16px;border-radius:16px;background:#1d1d1f80;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#fff}.online-dot{width:12px;height:12px;border-radius:50%}.dot-on{background:#34c759;box-shadow:0 0 12px #34c759}.dot-off{background:#ff3b30;box-shadow:0 0 12px #ff3b30}.stats-grid{display:grid;grid-template-columns:1fr;gap:1px;background:#ffffff1a;border:1px solid rgba(255,255,255,.1);border-radius:2rem;overflow:hidden}.stat-card{padding:40px;display:flex;flex-direction:column;justify-content:center;min-height:250px;position:relative;transition:background .3s}.stat-card:hover{background:#1d1d1f}.stat-label{font-size:12px;color:#86868b;text-transform:uppercase;letter-spacing:.1em;margin-bottom:16px;transition:color .3s}.stat-card:hover .stat-label{color:#fff}.stat-value{font-size:3.5rem;font-weight:700;color:#fff;line-height:1;letter-spacing:-.05em}.stat-value.small{font-size:2rem}@media(min-width:768px){.collab-header{flex-direction:row;justify-content:space-between;align-items:flex-end}.threads-ui-body{flex-direction:row}.threads-sidebar{width:224px;flex-shrink:0}.stats-grid{grid-template-columns:repeat(4,1fr)}}@media(min-width:1280px){.threads-layout{flex-direction:row;align-items:flex-start}.threads-text{width:33.333%;position:sticky;top:128px}.threads-ui{width:66.666%}}.workflow-hero-panel{aspect-ratio:16 / 9;display:flex;align-items:center;justify-content:center;padding:0!important;cursor:pointer;isolation:isolate}.workflow-hero-panel[data-ended=true]{cursor:default}.workflow-hero-panel img,.workflow-hero-panel video{width:100%;height:100%;object-fit:cover}.video-controls-gradient{position:absolute;inset:auto 0 0;height:32%;background:linear-gradient(180deg,#02020200,#020202b8);opacity:0;pointer-events:none;transition:opacity .25s ease;z-index:1}.video-control-btn{border:1px solid rgba(255,255,255,.18);background:#080a10ad;color:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .22s ease,background .22s ease,border-color .22s ease,opacity .22s ease;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.video-control-btn:focus-visible{outline:2px solid rgba(255,255,255,.76);outline-offset:3px}.video-control-btn:hover{background:#0f121cd6;border-color:#ffffff47}.video-control-btn svg{width:22px;height:22px;fill:currentColor;flex:0 0 auto}.video-control-btn-primary{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border:1px solid rgba(255,255,255,.2);border-radius:50%;width:80px;height:80px;z-index:3}.video-control-btn-primary:hover{transform:translate(-50%,-50%) scale(1.1)}.video-control-btn-primary svg{margin-left:4px}.video-control-btn-secondary{width:48px;height:48px;border-radius:14px;flex:0 0 auto}.video-controls{position:absolute;left:24px;right:24px;bottom:24px;display:flex;align-items:center;gap:14px;padding:14px 16px;border:1px solid rgba(255,255,255,.12);border-radius:22px;background:#04070c8f;box-shadow:0 20px 48px #00000057;opacity:1;transition:opacity .24s ease,transform .24s ease;z-index:3;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px)}.video-progress{min-width:0;flex:1 1 auto;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;color:#ffffffeb}.video-progress input[type=range]{width:100%;margin:0;appearance:none;-webkit-appearance:none;background:transparent;accent-color:#ffffff;cursor:pointer}.video-progress input[type=range]::-webkit-slider-runnable-track{height:4px;border-radius:999px;background:#ffffff47}.video-progress input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:14px;height:14px;margin-top:-5px;border:0;border-radius:50%;background:#fff;box-shadow:0 0 0 3px #ffffff24}.video-progress input[type=range]::-moz-range-track{height:4px;border:0;border-radius:999px;background:#ffffff47}.video-progress input[type=range]::-moz-range-thumb{width:14px;height:14px;border:0;border-radius:50%;background:#fff;box-shadow:0 0 0 3px #ffffff24}.video-progress input[type=range]:focus-visible{outline:none}.video-progress input[type=range]:focus-visible::-webkit-slider-thumb{box-shadow:0 0 0 4px #4da3ff57}.video-progress input[type=range]:focus-visible::-moz-range-thumb{box-shadow:0 0 0 4px #4da3ff57}.video-progress-time{font-family:JetBrains Mono,monospace;font-size:11px;font-weight:700;letter-spacing:.12em;color:#ffffffc7}.video-replay-btn{position:absolute;left:50%;bottom:24px;transform:translate(-50%);min-width:144px;min-height:48px;padding:0 24px;border:1px solid rgba(255,255,255,.18);border-radius:999px;background:#000000b8;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;transition:background .3s ease,border-color .3s ease,transform .3s ease;z-index:4}.video-replay-btn:hover{transform:translate(-50%) scale(1.02);background:#000000d6;border-color:#ffffff47}.video-replay-btn:focus-visible{outline:2px solid rgba(255,255,255,.7);outline-offset:3px}.workflow-hero-panel[data-playing=true] .video-control-btn-primary svg{margin-left:0}.workflow-hero-panel[data-controls-visible=true] .video-controls,.workflow-hero-panel[data-controls-visible=true] .video-control-btn-primary,.workflow-hero-panel[data-controls-visible=true] .video-controls-gradient{opacity:1}.workflow-hero-panel[data-controls-visible=false] .video-controls,.workflow-hero-panel[data-controls-visible=false] .video-control-btn-primary,.workflow-hero-panel[data-controls-visible=false] .video-controls-gradient{opacity:0}.workflow-hero-panel[data-controls-visible=false] .video-controls{transform:translateY(10px)}.workflow-hero-panel[data-ended=true] .video-controls{bottom:84px}.workflow-hero-panel:fullscreen,.workflow-hero-panel[data-fullscreen=true]{border-radius:0}.workflow-hero-panel:fullscreen video,.workflow-hero-panel[data-fullscreen=true] video{object-fit:contain;background:#000}.workflow-hero-panel:fullscreen .video-controls,.workflow-hero-panel[data-fullscreen=true] .video-controls{left:clamp(20px,4vw,40px);right:clamp(20px,4vw,40px);bottom:clamp(20px,4vw,40px)}.workflow-hero-panel:fullscreen .video-replay-btn,.workflow-hero-panel[data-fullscreen=true] .video-replay-btn{bottom:clamp(92px,9vw,128px)}#workflow .pillar-card{border-color:#ffffff14;background:linear-gradient(180deg,#090b10d1,#05060af0);box-shadow:0 30px 80px #00000073,inset 0 1px #ffffff0f;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}#workflow .pillar-card:after{background:linear-gradient(180deg,rgba(255,255,255,.08),transparent 36%)}#workflow .pillar-card h3{color:#fffffff5}.freeroam-container{position:relative;padding:100px 40px;background:#050505;border-radius:32px;border:1px solid rgba(255,255,255,.08);overflow:hidden;display:flex;flex-direction:column;align-items:center;text-align:center;box-shadow:0 40px 100px #000c,inset 0 1px #ffffff1a}.freeroam-glow{position:absolute;top:50%;left:50%;width:800px;height:800px;background:radial-gradient(circle,rgba(0,102,204,.15),transparent 60%);transform:translate(-50%,-50%);pointer-events:none;animation:pulseGlow 8s infinite alternate}.freeroam-eyebrow{font-family:JetBrains Mono,monospace;font-size:14px;text-transform:uppercase;letter-spacing:.2em;margin-bottom:24px;z-index:2}.freeroam-headline{font-size:clamp(3rem,6vw,5rem);font-weight:700;color:#fff;line-height:1.05;letter-spacing:-.03em;max-width:800px;margin:0 0 32px;z-index:2}.freeroam-headline span{background:linear-gradient(90deg,#fff,#8ab4f8);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.freeroam-visual{position:relative;width:100%;max-width:1000px;z-index:2;display:flex;gap:20px;justify-content:center;flex-wrap:wrap}.freeroam-node{flex:1;min-width:280px;min-height:220px;background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:20px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:32px 24px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;position:relative;overflow:hidden;transition:transform .3s ease,border-color .3s ease}.freeroam-node:hover{transform:translateY(-5px);border-color:#4da3ff66}.freeroam-node:before{content:"";position:absolute;top:0;left:0;width:100%;height:2px;background:linear-gradient(90deg,transparent,#34c759,transparent);transform:translate(-100%);animation:scanline 4s infinite linear}.freeroam-node:nth-child(2):before{animation-delay:1.5s;background:linear-gradient(90deg,transparent,#4da3ff,transparent)}.freeroam-node:nth-child(3):before{animation-delay:3s;background:linear-gradient(90deg,transparent,#ff3b30,transparent)}.freeroam-node h4{font-size:1.35rem;color:#fff!important;margin:0 0 16px;text-align:center}.freeroam-node p{font-size:.95rem;color:#ffffff80!important;margin:0;line-height:1.6;text-align:center}.footer-hero .footer-logo{margin-bottom:-24px!important}.footer-hero .eyebrow{margin-bottom:0!important}.footer-hero h2{margin-bottom:36px!important}.footer-hero .btn{min-height:96px!important;padding:0 80px!important;font-size:24px!important;border-radius:999px!important}.page-shell,.page-main{position:relative}.homepage-shell{background:radial-gradient(74% 30% at 10% 62%,rgba(255,59,48,.18),transparent 72%),radial-gradient(78% 32% at 88% 64%,rgba(77,163,255,.18),transparent 74%),radial-gradient(48% 22% at 56% 74%,rgba(52,199,89,.1),transparent 72%),radial-gradient(58% 24% at 24% 84%,rgba(255,59,48,.07),transparent 78%),radial-gradient(56% 26% at 80% 88%,rgba(0,102,204,.09),transparent 78%),radial-gradient(62% 24% at 50% 100%,rgba(52,199,89,.14),transparent 72%),linear-gradient(180deg,#fff,#fdfdfe 140px,#f7f8fa 420px,#eef1f4 900px,#e5e8ed,#d7dbe2,#c2c8d2 2460px,#9ea7b5 2920px,#7d8798 3360px,#586274,#2a3342 4280px,#101721 4700px,#060b12 5200px,#020202 5900px);background-color:#020202;background-repeat:no-repeat}.page-main{z-index:2}.dark-seamless-wrapper{position:relative;z-index:1;display:block;width:100%;background:transparent!important;background-color:transparent!important}#collab-wrapper{position:relative;z-index:1}.homepage-shell .dark-seamless-wrapper>.collab-section,.homepage-shell .dark-seamless-wrapper>.section-dark,.homepage-shell .dark-seamless-wrapper>#workflow,.homepage-shell .dark-seamless-wrapper>.site-footer,.homepage-shell .dark-seamless-wrapper>#collab-wrapper>.collab-section{background:transparent!important;background-color:transparent!important;border-bottom:none!important;border-top:none!important}.homepage-shell .dark-seamless-wrapper>#collab-wrapper>.collab-section{border:none!important}.homepage-shell .dark-seamless-wrapper>.section-dark,.homepage-shell .dark-seamless-wrapper>#workflow,.homepage-shell .dark-seamless-wrapper>.site-footer{background:transparent!important;background-image:none!important}.homepage-shell .dark-seamless-wrapper>.section-dark:before,.homepage-shell .dark-seamless-wrapper>.site-footer:before,.homepage-shell .dark-seamless-wrapper>#workflow:before,.homepage-shell .dark-seamless-wrapper>.section-dark:after,.homepage-shell .dark-seamless-wrapper>.site-footer:after,.homepage-shell .dark-seamless-wrapper>#workflow:after{content:none!important}.dark-seamless-wrapper .freeroam-container{background:#0006!important;box-shadow:0 40px 100px #00000080,inset 0 1px #ffffff0d!important}.dark-seamless-wrapper .site-footer{border-top:none!important}@keyframes pulseGlow{0%{opacity:.4;transform:translate(-50%,-50%) scale(.9)}to{opacity:1;transform:translate(-50%,-50%) scale(1.1)}}@keyframes scanline{0%{transform:translate(-100%)}50%,to{transform:translate(100%)}}.checkout-form .field-note{display:block;margin-top:6px;font-size:12px;color:#fff9}.checkout-form textarea,.checkout-form input[list],.checkout-form select{width:100%;min-height:56px;padding:16px 18px;border-radius:18px;border:1px solid rgba(255,255,255,.12);background:#ffffff0d;color:#fff;font:inherit}.checkout-form textarea{min-height:132px;resize:vertical}.checkout-form select option{color:#111}.checkout-form .is-hidden{display:none!important}.checkout-form .public-signup-message{padding:14px 16px;border-radius:18px;border:1px solid rgba(255,255,255,.12);background:#ffffff0d;color:#fff;font-size:.95rem;line-height:1.6}.checkout-form .public-signup-message[data-tone=success]{border-color:#34c75952;background:#34c7591f;color:#baf1c6}.checkout-form .public-signup-message[data-tone=error]{border-color:#ff3b3052;background:#ff3b301f;color:#ffc3bf}.checkout-form .public-signup-secondary-actions{display:flex;flex-wrap:wrap;gap:18px;align-items:center;margin-top:8px}.checkout-form .public-signup-text-button{appearance:none;-webkit-appearance:none;background:transparent;border:0;padding:0;margin:0;color:#ffffffb8;font:inherit;font-size:.95rem;font-weight:600;line-height:1.4;cursor:pointer;transition:color .2s ease,opacity .2s ease}.checkout-form .public-signup-text-button:hover,.checkout-form .public-signup-text-button:focus-visible{color:#fff}.checkout-form .public-signup-text-button:focus-visible{outline:none}.checkout-form .public-signup-text-button:disabled{opacity:.5;cursor:default}.checkout-form .public-signup-legal-note{margin:-2px 0 0;color:#ffffff9e;font-size:.82rem;line-height:1.55}.checkout-form .public-signup-legal-note a{color:#ffffffd6;text-decoration:underline;text-decoration-color:#4da3ff66;text-underline-offset:.18em;transition:color .2s ease,text-decoration-color .2s ease}.checkout-form .public-signup-legal-note a:hover,.checkout-form .public-signup-legal-note a:focus-visible{color:#fff;text-decoration-color:#4da3ffb8}.checkout-form .public-signup-legal-note a:focus-visible{outline:none}.legal-placeholder-page{display:grid;gap:24px}.legal-placeholder-hero{max-width:860px}.legal-placeholder-hero p{max-width:720px}.legal-placeholder-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.legal-placeholder-card{display:grid;gap:14px;min-height:100%}.legal-placeholder-card h2,.legal-placeholder-card h3{margin:0;font-size:1.4rem;line-height:1.1;letter-spacing:-.03em}.legal-placeholder-card p,.legal-placeholder-card li{margin:0;color:#ffffffbd;font-size:1rem;line-height:1.7}.legal-placeholder-list{display:grid;gap:10px;margin:0;padding-left:20px}.legal-placeholder-contact{color:#ffffffdb;text-decoration:underline;text-decoration-color:#4da3ff66;text-underline-offset:.18em}.legal-placeholder-contact:hover,.legal-placeholder-contact:focus-visible{color:#fff;text-decoration-color:#4da3ffb8}.legal-placeholder-contact:focus-visible{outline:none}#product .integration-icon{--integration-art-size: 64%;--integration-art-zoom: 1}#product .integration-icon img{width:var(--integration-art-size)!important;height:var(--integration-art-size)!important;transform:scale(var(--integration-art-zoom));transform-origin:center}#product .integration-icon--local-files{--integration-art-size: 84%;--integration-art-zoom: 1.5}#product .integration-icon--dropbox{--integration-art-size: 76%;--integration-art-zoom: 1.12}#product .integration-icon--box{--integration-art-size: 72%}@media(max-width:768px){.homepage-shell,.homepage-shell .page-main,.homepage-shell .dark-seamless-wrapper,.homepage-shell section,.homepage-shell .shell,.homepage-shell .panel,.homepage-shell .showcase-visual,.homepage-shell .showcase-compare,.homepage-shell .showcase-command-stage,.homepage-shell .showcase-command-body,.homepage-shell .showcase-paper-stack,.homepage-shell .showcase-paper,.homepage-shell .showcase-logic-rail,.homepage-shell .panel-takeoff,.homepage-shell .takeoff-command-stage,.homepage-shell .takeoff-audience-surface,.homepage-shell .threads-ui,.homepage-shell .threads-ui-container,.homepage-shell .threads-ui-header,.homepage-shell .threads-ui-body,.homepage-shell .threads-sidebar,.homepage-shell .threads-main,.homepage-shell .thread-card,.homepage-shell .freeroam-container,.homepage-shell .freeroam-visual,.homepage-shell .freeroam-node,.homepage-shell .footer-hero,.homepage-shell img,.homepage-shell video{max-width:100%;min-width:0}.homepage-shell .shell{width:min(100% - 32px,1440px)}.homepage-shell .section,.homepage-shell .hero{padding:88px 0}.homepage-shell .collab-section{padding:88px 20px}.homepage-shell .hero-command,.homepage-shell .showcase-visual,.homepage-shell .panel-takeoff,.homepage-shell .footer-hero,.homepage-shell .showcase-command-stage,.homepage-shell .takeoff-command-stage{padding:24px}.homepage-shell .showcase-command-body,.homepage-shell .takeoff-audience-grid{grid-template-columns:1fr}.homepage-shell .showcase-paper-row{flex-wrap:wrap;align-items:flex-start}.homepage-shell .light-dark-transition-shell{overflow:hidden}.homepage-shell .light-dark-transition-portal{height:min(420px,78vw);min-height:280px}.homepage-shell .freeroam-container{padding:72px 24px}.homepage-shell .freeroam-glow{width:min(560px,132vw);height:min(560px,132vw)}.homepage-shell .freeroam-node{flex-basis:100%;min-width:0}.homepage-shell .threads-ui-header{flex-direction:column;align-items:stretch;gap:12px;padding:16px}.homepage-shell .threads-ui-header>div:first-child{min-width:0;display:flex;flex-direction:column;align-items:stretch;gap:12px!important}.homepage-shell .threads-ui-header>div:first-child>.mono{min-width:0;display:flex!important;flex-wrap:wrap;gap:12px!important}.homepage-shell .threads-ui-header>.mono{align-self:flex-start}.homepage-shell .threads-sidebar{padding:20px}.homepage-shell .threads-main{padding:24px 20px}.homepage-shell .threads-main>div:first-child{display:flex;flex-direction:column;align-items:flex-start!important;gap:16px}.homepage-shell .footer-hero .btn{max-width:100%}}@media(max-width:480px){.homepage-shell .shell{width:min(100% - 24px,1440px)}.homepage-shell .collab-section{padding:80px 16px}.homepage-shell .threads-text h3{font-size:clamp(2.35rem,10vw,3rem)!important;line-height:1.02!important;margin-bottom:24px!important}.homepage-shell .threads-ui-header>div:first-child>.mono,.homepage-shell .threads-ui-header>.mono{font-size:10px!important;letter-spacing:.08em!important}.homepage-shell .freeroam-container{padding:64px 20px;border-radius:24px}}@media(max-width:768px){.homepage-shell .hero{padding-top:46px;padding-bottom:30px}.homepage-shell .hero-grid{gap:18px}.homepage-shell .hero-copy{padding:0}.homepage-shell .hero-copy h1{max-width:10.25ch;font-size:clamp(3rem,9vw,4.4rem);line-height:.93;letter-spacing:-.055em}.homepage-shell .hero-copy h1 .hero-line-primary{margin-top:0;line-height:.96}.homepage-shell .hero-copy h1 .hero-industry{letter-spacing:.015em}.homepage-shell .hero-copy h1 .hero-line-secondary{margin-top:.08em;font-size:.56em;letter-spacing:.025em;line-height:1.02}.homepage-shell .hero-text{max-width:34ch;margin-top:20px;font-size:1rem;line-height:1.62}.homepage-shell .hero-actions{justify-content:flex-start!important;align-items:stretch!important;flex-direction:row!important;gap:14px!important;margin-top:28px!important}.homepage-shell .hero-actions .btn{flex:1 1 220px;max-width:240px;min-height:56px!important;padding:0 24px!important;font-size:14px!important;letter-spacing:.14em}.homepage-shell .hero-command{padding:24px 22px!important;border-radius:28px}.homepage-shell .hero-command-body{margin-top:16px;gap:16px}.homepage-shell .hero-command-body h2{font-size:clamp(1.55rem,4.8vw,2rem);line-height:1.02}.homepage-shell .hero-command-body>p{font-size:.95rem;line-height:1.58}.homepage-shell .hero-badge-row,.homepage-shell .hero-metric-stack{gap:10px}.homepage-shell .hero-metric-row{grid-template-columns:64px 1fr;gap:14px;padding-top:12px}.homepage-shell .hero-metric-row strong{font-size:1.55rem}.homepage-shell .hero-metric-row h3{margin-bottom:2px;font-size:.92rem}.homepage-shell .hero-metric-row p{font-size:.87rem;line-height:1.45}.homepage-shell .partner-strip{margin-top:24px;padding-top:22px}.homepage-shell .partner-command-strip>.eyebrow,.homepage-shell .partner-command-strip p.eyebrow{margin-bottom:16px;font-size:11px!important;letter-spacing:.2em}.homepage-shell .partner-command-strip>div{width:100%;max-width:100%;margin-left:0;overflow-x:auto;overflow-y:hidden;padding:0 0 10px;scrollbar-width:none;-ms-overflow-style:none;scroll-snap-type:x proximity}.homepage-shell .partner-command-strip>div::-webkit-scrollbar{display:none}.homepage-shell .partner-command-strip .partner-grid{width:max-content;min-width:100%;gap:14px;animation:none}.homepage-shell .partner-command-strip .partner-card{flex-basis:150px;min-height:96px;padding:20px;border-radius:24px;scroll-snap-align:start}.homepage-shell .partner-card img{max-height:72px}}@media(max-width:480px){.homepage-shell .hero{padding-top:36px;padding-bottom:24px}.homepage-shell .hero-copy h1{max-width:9.5ch;font-size:clamp(2.8rem,12vw,3.7rem)}.homepage-shell .hero-text{font-size:.95rem;line-height:1.58}.homepage-shell .hero-actions{flex-direction:column!important;gap:12px!important}.homepage-shell .hero-actions .btn{flex:none;width:100%;max-width:none;min-height:54px!important;font-size:13px!important}.homepage-shell .hero-command{padding:20px!important}.homepage-shell .hero-command-body h2{font-size:1.45rem}.homepage-shell .hero-metric-row{grid-template-columns:56px 1fr;gap:12px}.homepage-shell .hero-metric-row strong{font-size:1.35rem}.homepage-shell .partner-command-strip .partner-grid{gap:12px}.homepage-shell .partner-command-strip .partner-card{flex-basis:136px;min-height:88px;padding:16px}.homepage-shell .partner-card img{max-height:64px}}@media(max-width:768px){.homepage-shell #product.section,.homepage-shell .showcase-section.section,.homepage-shell .takeoff-section.section{padding-top:72px;padding-bottom:72px}.homepage-shell #product .section-heading,.homepage-shell .showcase-section .section-heading,.homepage-shell .takeoff-section .section-heading{margin-bottom:34px}.homepage-shell #product .section-heading h2,.homepage-shell .showcase-section .section-heading h2,.homepage-shell .takeoff-section .section-heading h2{font-size:clamp(2.15rem,7vw,3.2rem);line-height:.96;letter-spacing:-.055em}.homepage-shell #product .section-heading p,.homepage-shell .showcase-section .section-heading p,.homepage-shell .takeoff-section .section-heading p{max-width:38ch;font-size:.98rem;line-height:1.64}.homepage-shell #product .integration-grid{gap:16px}.homepage-shell #product .integration-card{min-height:auto;padding:22px;gap:14px;border-radius:28px}.homepage-shell #product .integration-icon{width:64px;height:64px;border-radius:20px}.homepage-shell #product .integration-card h3{margin-bottom:8px;font-size:1.2rem}.homepage-shell #product .integration-card p{font-size:.95rem;line-height:1.55}.homepage-shell .showcase-shell,.homepage-shell .takeoff-shell{gap:18px}.homepage-shell .showcase-visual,.homepage-shell .panel-takeoff{padding:22px;border-radius:30px}.homepage-shell .showcase-visual-split,.homepage-shell .takeoff-grid{gap:18px}.homepage-shell .showcase-copy-block{gap:12px}.homepage-shell .showcase-copy-block h3{font-size:clamp(1.45rem,5vw,1.95rem);line-height:1.03}.homepage-shell .showcase-copy-block p{font-size:.95rem;line-height:1.6}.homepage-shell .showcase-compare{border-radius:22px}.homepage-shell .showcase-command-stage,.homepage-shell .takeoff-command-stage{min-height:auto;padding:22px;border-radius:24px}.homepage-shell .showcase-command-header strong,.homepage-shell .takeoff-command-header strong{font-size:1.18rem}.homepage-shell .showcase-command-kicker,.homepage-shell .takeoff-command-kicker,.homepage-shell .showcase-command-footer span,.homepage-shell .takeoff-command-footer span{font-size:11px;letter-spacing:.14em}.homepage-shell .showcase-command-footer,.homepage-shell .takeoff-command-footer{gap:8px;margin-top:14px}.homepage-shell .showcase-command-footer span,.homepage-shell .takeoff-command-footer span{padding:7px 10px}.homepage-shell .showcase-command-body{gap:14px}.homepage-shell .showcase-paper-stack{min-height:auto;padding:18px;gap:14px;border-radius:20px}.homepage-shell .showcase-scanline{inset:12px;border-radius:16px}.homepage-shell .showcase-paper{min-height:auto;padding:18px;border-radius:18px}.homepage-shell .showcase-paper-label{margin-bottom:12px;font-size:11px}.homepage-shell .showcase-paper-row{gap:10px}.homepage-shell .showcase-paper-row span:first-child{font-size:.9rem;line-height:1.35}.homepage-shell .showcase-chip{min-width:80px;padding:6px 9px;font-size:11px;letter-spacing:.14em}.homepage-shell .showcase-logic-rail{padding:14px;gap:10px}.homepage-shell .showcase-logic-card{padding:14px}.homepage-shell .showcase-grid{gap:16px}.homepage-shell .insight-card{padding:22px;border-radius:28px}.homepage-shell .insight-card h3{min-height:0;margin-bottom:10px;font-size:1.34rem}.homepage-shell .insight-card p{margin-bottom:18px;font-size:.95rem;line-height:1.6}.homepage-shell .tool-panel{min-height:auto;padding:16px;border-radius:20px}.homepage-shell .tool-panel-label{font-size:11px;letter-spacing:.18em}.homepage-shell .tool-panel-list{margin-top:14px;padding:14px;gap:12px;border-radius:16px}.homepage-shell .tool-panel-list li{gap:10px;font-size:.95rem;line-height:1.35}.homepage-shell .tool-panel-list li:before{flex-basis:8px;width:8px;height:8px}.homepage-shell .insight-media,.homepage-shell .insight-media img{min-height:220px}.homepage-shell .insight-media-caption{right:14px;bottom:14px;left:14px;padding:12px 14px;border-radius:16px}.homepage-shell .metric-list{gap:12px}.homepage-shell .metric-card{padding:18px 20px;border-radius:26px}.homepage-shell .metric-card strong{font-size:1.68rem}.homepage-shell .metric-detail{margin-top:8px;font-size:.88rem;line-height:1.45}.homepage-shell .takeoff-audience-surface{min-height:auto;padding:16px;gap:12px;border-radius:20px}.homepage-shell .takeoff-audience-head h4{font-size:1.12rem}.homepage-shell .takeoff-audience-head p{font-size:.95rem;line-height:1.55}.homepage-shell .takeoff-audience-grid{gap:8px;max-height:none;overflow:visible;padding-right:0}.homepage-shell .takeoff-audience-pill{min-height:42px;padding:10px 12px;border-radius:14px;font-size:.92rem;line-height:1.3;box-shadow:0 6px 14px #0000000a}}@media(max-width:480px){.homepage-shell #product.section,.homepage-shell .showcase-section.section,.homepage-shell .takeoff-section.section{padding-top:62px;padding-bottom:62px}.homepage-shell #product .section-heading,.homepage-shell .showcase-section .section-heading,.homepage-shell .takeoff-section .section-heading{margin-bottom:28px}.homepage-shell #product .section-heading h2,.homepage-shell .showcase-section .section-heading h2,.homepage-shell .takeoff-section .section-heading h2{font-size:clamp(1.95rem,9vw,2.45rem)}.homepage-shell #product .section-heading p,.homepage-shell .showcase-section .section-heading p,.homepage-shell .takeoff-section .section-heading p{font-size:.92rem}.homepage-shell #product .integration-grid{grid-template-columns:1fr;gap:14px}.homepage-shell #product .integration-card{padding:18px;gap:12px;border-radius:24px}.homepage-shell #product .integration-icon{width:58px;height:58px;border-radius:18px}.homepage-shell #product .integration-card h3{font-size:1.08rem}.homepage-shell .showcase-visual,.homepage-shell .panel-takeoff{padding:18px;border-radius:26px}.homepage-shell .showcase-copy-block h3{font-size:1.35rem}.homepage-shell .showcase-command-stage,.homepage-shell .takeoff-command-stage{padding:18px;border-radius:22px}.homepage-shell .showcase-paper-stack,.homepage-shell .showcase-paper{padding:14px}.homepage-shell .showcase-logic-rail{padding:12px}.homepage-shell .showcase-chip,.homepage-shell .showcase-command-kicker,.homepage-shell .takeoff-command-kicker,.homepage-shell .showcase-command-footer span,.homepage-shell .takeoff-command-footer span{font-size:10px;letter-spacing:.12em}.homepage-shell .insight-card{padding:18px}.homepage-shell .insight-card h3{font-size:1.22rem}.homepage-shell .tool-panel{padding:14px}.homepage-shell .tool-panel-list{padding:12px;gap:10px}.homepage-shell .tool-panel-list li{font-size:.9rem}.homepage-shell .insight-media,.homepage-shell .insight-media img{min-height:200px}.homepage-shell .metric-card{padding:16px 18px}.homepage-shell .metric-card strong{font-size:1.54rem}.homepage-shell .takeoff-audience-surface{padding:14px}.homepage-shell .takeoff-audience-head h4{font-size:1.04rem}.homepage-shell .takeoff-audience-pill{min-height:40px;font-size:.88rem}}@media(max-width:768px){.homepage-shell .light-dark-transition{min-height:0;margin-top:4px}.homepage-shell .light-dark-transition-portal{height:min(320px,68vw);min-height:240px;border-radius:30px}.homepage-shell .ombre-orb{filter:blur(64px)}.homepage-shell .ombre-glass{backdrop-filter:blur(34px);-webkit-backdrop-filter:blur(34px)}.homepage-shell .ombre-text-light,.homepage-shell .ombre-text-dark{padding:0 24px;font-size:clamp(2rem,7.4vw,3rem);line-height:.98;text-align:center}.homepage-shell .dark-seamless-wrapper>#collab-wrapper>.collab-section,.homepage-shell .dark-seamless-wrapper>#workflow,.homepage-shell .dark-seamless-wrapper>.helpful-system-section{padding-top:76px;padding-bottom:76px}.homepage-shell .collab-section{padding-left:20px;padding-right:20px}.homepage-shell .collab-header{gap:28px;margin-bottom:44px}.homepage-shell .collab-kicker{gap:12px;margin-bottom:18px;font-size:11px;letter-spacing:.14em}.homepage-shell .collab-kicker-line{width:24px}.homepage-shell .collab-title{font-size:clamp(2.45rem,10vw,3.95rem);line-height:.94}.homepage-shell .collab-desc{max-width:34ch;font-size:1rem;line-height:1.58;padding-bottom:18px}.homepage-shell .dark-glass-panel{border-radius:28px;box-shadow:0 24px 56px #000000a8}.homepage-shell .iso-viewport{aspect-ratio:5 / 4;border-radius:1.65rem}.homepage-shell .iso-scene{width:74%;transform:rotateX(58deg) rotate(-45deg) scale(.78)}.homepage-shell .iso-card{border-radius:1.5rem}.homepage-shell .iso-badge{bottom:16px;left:16px;padding:7px 12px;font-size:10px}.homepage-shell .threads-layout{gap:34px}.homepage-shell .threads-text h3{font-size:clamp(2.5rem,10vw,3.45rem)!important;line-height:.98!important;margin-bottom:20px!important}.homepage-shell .threads-text>p:first-of-type{font-size:1rem!important;line-height:1.58!important;margin-bottom:18px!important}.homepage-shell .threads-text>p:last-of-type{font-size:.98rem!important;line-height:1.58!important}.homepage-shell .threads-ui-container{border-radius:20px;padding:5px;box-shadow:0 24px 60px #0000009e}.homepage-shell .threads-ui-header{padding:14px 16px;border-radius:14px 14px 0 0}.homepage-shell .threads-ui-header>div:first-child>div:first-child{padding:6px 10px!important;border-radius:10px!important;font-size:12px!important}.homepage-shell .threads-ui-body{min-height:0}.homepage-shell .threads-sidebar{padding:16px}.homepage-shell .threads-sidebar>div{padding:10px 12px!important;font-size:13px!important;border-radius:10px!important}.homepage-shell .threads-main{padding:18px 16px;max-height:none}.homepage-shell .threads-main>div:first-child{margin-bottom:20px!important}.homepage-shell .threads-main h2{font-size:1.45rem!important;margin-bottom:2px!important}.homepage-shell .threads-main>div:first-child>div>p{font-size:13px!important}.homepage-shell .threads-main>div:first-child>button{min-height:42px;padding:0 14px!important;border-radius:10px!important;font-size:13px!important}.homepage-shell .thread-card{padding:18px;margin-bottom:16px;border-radius:14px}.homepage-shell .thread-card>div:first-child{margin-bottom:12px!important}.homepage-shell .thread-card>p{font-size:.98rem!important;line-height:1.55!important;margin-bottom:18px!important}.homepage-shell .thread-card>div:last-child{flex-wrap:wrap}.homepage-shell .thread-card button{min-height:38px;padding:0 12px!important;border-radius:8px!important;font-size:12px!important}.homepage-shell .thread-card img{max-height:320px!important}.homepage-shell #collab-wrapper>.collab-section:nth-of-type(3) .collab-shell>div:first-child{gap:48px!important;margin-bottom:48px!important}.homepage-shell #collab-wrapper>.collab-section:nth-of-type(3) .collab-shell>div:first-child>div:first-child{gap:48px!important}.homepage-shell #collab-wrapper>.collab-section:nth-of-type(3) h3{font-size:clamp(2.25rem,8.8vw,3.1rem)!important;line-height:1.02!important;margin-bottom:20px!important}.homepage-shell #collab-wrapper>.collab-section:nth-of-type(3) .collab-shell>div:first-child>div:first-child>div:first-child>p{font-size:1rem!important;line-height:1.58!important}.homepage-shell .online-grid{grid-template-columns:1fr;gap:12px;font-size:11px!important;letter-spacing:.12em!important}.homepage-shell .online-item{padding:16px;gap:12px;border-radius:14px}.homepage-shell .online-dot{width:10px;height:10px}.homepage-shell .stats-grid{border-radius:24px}.homepage-shell .stat-card{min-height:160px;padding:28px 22px}.homepage-shell .stat-label{margin-bottom:12px;font-size:10px}.homepage-shell .stat-value{font-size:clamp(2.1rem,9vw,2.9rem)}.homepage-shell .stat-value.small{font-size:clamp(1.45rem,6.8vw,2rem)}.homepage-shell #workflow .section-heading{margin-bottom:30px}.homepage-shell #workflow .section-heading h2{font-size:clamp(2.2rem,9vw,3rem);line-height:.96}.homepage-shell .workflow-stage{gap:18px}.homepage-shell .workflow-hero-panel{border-radius:28px;aspect-ratio:4 / 3}.homepage-shell .video-control-btn-primary{width:60px;height:60px}.homepage-shell .video-control-btn-secondary{width:46px;height:46px}.homepage-shell .video-controls{left:20px;right:20px;bottom:20px;padding:12px 14px}.homepage-shell .video-replay-btn{bottom:22px}.homepage-shell .video-control-btn svg{width:18px;height:18px}.homepage-shell #workflow .pillar-grid{margin-top:18px;gap:14px}.homepage-shell #workflow .pillar-card{padding:20px;border-radius:24px}.homepage-shell #workflow .pillar-line{width:42px;margin-bottom:16px}.homepage-shell #workflow .pillar-card h3{font-size:1.14rem;line-height:1.28}.homepage-shell .helpful-system-section{padding-bottom:82px}.homepage-shell .freeroam-container{padding:68px 22px;border-radius:28px}.homepage-shell .freeroam-glow{width:min(480px,118vw);height:min(480px,118vw);opacity:.7}.homepage-shell .freeroam-eyebrow{margin-bottom:18px;font-size:11px;letter-spacing:.16em}.homepage-shell .freeroam-headline{max-width:11ch;margin-bottom:24px;font-size:clamp(2.45rem,10vw,3.5rem);line-height:.96}.homepage-shell .freeroam-visual{gap:14px}.homepage-shell .freeroam-node{min-height:auto;padding:22px 18px;border-radius:18px}.homepage-shell .freeroam-node h4{margin-bottom:12px;font-size:1.18rem}.homepage-shell .freeroam-node p{font-size:.92rem;line-height:1.55}}@media(max-width:480px){.homepage-shell .light-dark-transition-portal{height:min(260px,64vw);min-height:220px;border-radius:24px}.homepage-shell .ombre-orb{filter:blur(52px)}.homepage-shell .ombre-text-light,.homepage-shell .ombre-text-dark{padding:0 18px;font-size:clamp(1.7rem,8.8vw,2.45rem)}.homepage-shell .dark-seamless-wrapper>#collab-wrapper>.collab-section,.homepage-shell .dark-seamless-wrapper>#workflow,.homepage-shell .dark-seamless-wrapper>.helpful-system-section{padding-top:62px;padding-bottom:62px}.homepage-shell .collab-section{padding-left:16px;padding-right:16px}.homepage-shell .collab-header{gap:22px;margin-bottom:34px}.homepage-shell .collab-title{font-size:clamp(2rem,12vw,3.1rem)}.homepage-shell .collab-desc{font-size:.94rem;line-height:1.52;padding-bottom:16px}.homepage-shell .dark-glass-panel{border-radius:24px;box-shadow:0 20px 44px #0000009e}.homepage-shell .iso-viewport{aspect-ratio:1 / 1;border-radius:1.45rem}.homepage-shell .iso-scene{width:82%;transform:rotateX(58deg) rotate(-45deg) scale(.74)}.homepage-shell .iso-badge{bottom:12px;left:12px;padding:6px 10px;font-size:9px}.homepage-shell .threads-layout{gap:28px}.homepage-shell .threads-text h3{font-size:clamp(2.1rem,11vw,2.9rem)!important;margin-bottom:16px!important}.homepage-shell .threads-text>p:first-of-type,.homepage-shell .threads-text>p:last-of-type{font-size:.94rem!important}.homepage-shell .threads-ui-container{border-radius:18px;padding:4px}.homepage-shell .threads-ui-header{padding:12px 14px}.homepage-shell .threads-sidebar{padding:14px}.homepage-shell .threads-sidebar>div{padding:9px 10px!important;font-size:12px!important}.homepage-shell .threads-main{padding:16px 14px}.homepage-shell .threads-main h2{font-size:1.28rem!important}.homepage-shell .threads-main>div:first-child>button{width:100%;justify-content:center}.homepage-shell .thread-card{padding:16px}.homepage-shell .thread-card>p{font-size:.93rem!important}.homepage-shell .thread-card img{max-height:240px!important}.homepage-shell #collab-wrapper>.collab-section:nth-of-type(3) .collab-shell>div:first-child{gap:36px!important;margin-bottom:36px!important}.homepage-shell #collab-wrapper>.collab-section:nth-of-type(3) .collab-shell>div:first-child>div:first-child{gap:36px!important}.homepage-shell #collab-wrapper>.collab-section:nth-of-type(3) h3{font-size:clamp(1.9rem,10vw,2.55rem)!important;margin-bottom:16px!important}.homepage-shell #collab-wrapper>.collab-section:nth-of-type(3) .collab-shell>div:first-child>div:first-child>div:first-child>p{font-size:.94rem!important}.homepage-shell .online-grid{gap:10px;font-size:10px!important}.homepage-shell .online-item{padding:14px;gap:10px;border-radius:12px}.homepage-shell .stats-grid{border-radius:20px}.homepage-shell .stat-card{min-height:138px;padding:22px 18px}.homepage-shell .stat-value{font-size:clamp(1.8rem,10vw,2.4rem)}.homepage-shell .stat-value.small{font-size:clamp(1.28rem,7vw,1.7rem)}.homepage-shell #workflow .section-heading{margin-bottom:24px}.homepage-shell #workflow .section-heading h2{font-size:clamp(1.95rem,10vw,2.45rem)}.homepage-shell .workflow-hero-panel{border-radius:24px;aspect-ratio:1 / 1}.homepage-shell .video-control-btn-primary{width:52px;height:52px}.homepage-shell .video-control-btn-secondary{width:42px;height:42px}.homepage-shell .video-controls{left:18px;right:18px;bottom:18px;gap:10px;padding:10px 12px;border-radius:18px}.homepage-shell .video-progress{gap:8px}.homepage-shell .video-replay-btn{min-width:132px;min-height:44px;bottom:20px}.homepage-shell #workflow .pillar-card{padding:18px;border-radius:20px}.homepage-shell #workflow .pillar-card h3{font-size:1.02rem}.homepage-shell .freeroam-container{padding:54px 18px;border-radius:24px}.homepage-shell .freeroam-glow{width:min(420px,116vw);height:min(420px,116vw)}.homepage-shell .freeroam-headline{font-size:clamp(2rem,11vw,2.85rem);margin-bottom:20px}.homepage-shell .freeroam-node{padding:18px 16px;border-radius:16px}.homepage-shell .freeroam-node h4{font-size:1.08rem}.homepage-shell .freeroam-node p{font-size:.88rem}}@media(max-width:768px){.homepage-shell #product.section,.homepage-shell .showcase-section.section,.homepage-shell .takeoff-section.section,.homepage-shell .dark-seamless-wrapper>#collab-wrapper>.collab-section,.homepage-shell .dark-seamless-wrapper>#workflow,.homepage-shell .dark-seamless-wrapper>.helpful-system-section{padding-top:70px;padding-bottom:70px}.homepage-shell .hero+#product.section{padding-top:64px}.homepage-shell .partner-strip{margin-top:20px;padding-top:20px}.homepage-shell .partner-command-strip>div{position:relative;padding-inline:4px;mask-image:linear-gradient(to right,transparent 0,#000 18px,#000 calc(100% - 18px),transparent 100%);-webkit-mask-image:linear-gradient(to right,transparent 0,#000 18px,#000 calc(100% - 18px),transparent 100%);scroll-padding-inline:20px}.homepage-shell .partner-command-strip>div:after{content:"";position:sticky;right:0;display:block;width:34px;height:100%;margin-left:auto;pointer-events:none;background:linear-gradient(90deg,#f4f6f900,#f4f6f9eb)}.homepage-shell .partner-command-strip .partner-grid{gap:12px;padding-inline:2px}.homepage-shell .partner-command-strip .partner-card{flex-basis:146px;min-height:92px;padding:18px;border-radius:22px}.homepage-shell .partner-card img{max-height:68px}.homepage-shell .light-dark-transition{margin-top:0;padding-top:8px}.homepage-shell .light-dark-transition-shell{width:min(100% - 28px,1440px)}.homepage-shell .light-dark-transition-portal{box-shadow:inset 0 1px #ffffff29,0 18px 42px #0000002e}.homepage-shell .ombre-text-light,.homepage-shell .ombre-text-dark{text-shadow:0 6px 18px rgba(0,0,0,.12)}.homepage-shell .threads-ui-container,.homepage-shell .dark-glass-panel,.homepage-shell #workflow .pillar-card,.homepage-shell .freeroam-node,.homepage-shell .footer-hero{border-radius:24px}.homepage-shell #workflow .workflow-stage{gap:16px}.homepage-shell #workflow .pillar-grid{gap:12px}.homepage-shell #workflow .pillar-card{padding:18px}.homepage-shell #workflow .pillar-card h3{line-height:1.22}.homepage-shell .helpful-system-section{padding-top:74px;padding-bottom:74px}.homepage-shell .site-footer{padding-top:8px}.homepage-shell .footer-shell{padding:56px 0 40px}.homepage-shell .footer-hero{margin-bottom:30px;padding:28px 22px!important;text-align:center}.homepage-shell .footer-hero .footer-logo{width:min(100%,290px);margin-bottom:-8px!important}.homepage-shell .footer-hero h2{margin-bottom:24px!important;font-size:clamp(2.15rem,8.8vw,3.2rem);line-height:.96}.homepage-shell .footer-hero .btn{width:100%;min-height:64px!important;padding:0 24px!important;font-size:16px!important;letter-spacing:.12em}.homepage-shell .footer-meta{gap:16px;padding-top:24px}.homepage-shell .footer-tag{width:100%}.homepage-shell .hologram-wrapper{width:100%;justify-content:center;margin-bottom:6px;padding:11px 18px}.homepage-shell .hologram-wrapper span{font-size:12px!important;letter-spacing:.22em}.homepage-shell .footer-links{width:100%;gap:12px 20px;justify-content:center}.homepage-shell .footer-links a{font-size:.98rem}.homepage-shell .footer-copy{margin:0;font-size:.95rem;line-height:1.5}}@media(max-width:480px){.homepage-shell #product.section,.homepage-shell .showcase-section.section,.homepage-shell .takeoff-section.section,.homepage-shell .dark-seamless-wrapper>#collab-wrapper>.collab-section,.homepage-shell .dark-seamless-wrapper>#workflow,.homepage-shell .dark-seamless-wrapper>.helpful-system-section{padding-top:58px;padding-bottom:58px}.homepage-shell .hero+#product.section{padding-top:54px}.homepage-shell .partner-strip{margin-top:18px;padding-top:18px}.homepage-shell .partner-command-strip>div{mask-image:linear-gradient(to right,transparent 0,#000 14px,#000 calc(100% - 14px),transparent 100%);-webkit-mask-image:linear-gradient(to right,transparent 0,#000 14px,#000 calc(100% - 14px),transparent 100%)}.homepage-shell .partner-command-strip>div:after{width:26px;background:linear-gradient(90deg,#f4f6f900,#f4f6f9f0)}.homepage-shell .partner-command-strip .partner-grid{gap:10px}.homepage-shell .partner-command-strip .partner-card{flex-basis:132px;min-height:84px;padding:14px;border-radius:20px}.homepage-shell .partner-card img{max-height:58px}.homepage-shell .light-dark-transition{padding-top:4px}.homepage-shell .light-dark-transition-shell{width:min(100% - 24px,1440px)}.homepage-shell .light-dark-transition-portal{box-shadow:inset 0 1px #ffffff24,0 14px 32px #00000029}.homepage-shell .threads-ui-container,.homepage-shell .dark-glass-panel,.homepage-shell #workflow .pillar-card,.homepage-shell .freeroam-node,.homepage-shell .footer-hero{border-radius:20px}.homepage-shell #workflow .workflow-stage{gap:14px}.homepage-shell #workflow .pillar-grid{gap:10px}.homepage-shell #workflow .pillar-card{padding:16px}.homepage-shell .helpful-system-section{padding-top:62px;padding-bottom:64px}.homepage-shell .footer-shell{padding:44px 0 34px}.homepage-shell .footer-hero{margin-bottom:24px;padding:22px 18px!important}.homepage-shell .footer-hero .footer-logo{width:min(100%,248px);margin-bottom:-2px!important}.homepage-shell .footer-hero h2{margin-bottom:18px!important;font-size:clamp(1.9rem,10.5vw,2.7rem)}.homepage-shell .footer-hero .btn{min-height:58px!important;font-size:14px!important;letter-spacing:.1em}.homepage-shell .footer-meta{gap:14px;padding-top:20px}.homepage-shell .hologram-wrapper{padding:10px 14px;margin-bottom:2px}.homepage-shell .hologram-wrapper span{font-size:10px!important;letter-spacing:.18em}.homepage-shell .footer-links{flex-direction:column;align-items:center;gap:10px}.homepage-shell .footer-links a,.homepage-shell .footer-copy{font-size:.92rem}}@media(max-width:768px){html,body,.homepage-shell,.homepage-shell .page-main,.homepage-shell .dark-seamless-wrapper{overflow-x:clip}.homepage-shell .shell{width:min(100% - 24px,1440px)}.homepage-shell .hero{padding-top:20px;padding-bottom:18px}.homepage-shell .hero-grid{gap:12px}.homepage-shell .hero-copy h1{max-width:7.8ch;font-size:clamp(2.35rem,11vw,3.25rem);line-height:.9}.homepage-shell .hero-copy h1 .hero-line-primary{line-height:.92}.homepage-shell .hero-copy h1 .hero-line-secondary{margin-top:.06em;font-size:.47em;line-height:1.02}.homepage-shell .hero-text{max-width:29ch;margin-top:12px;font-size:.9rem;line-height:1.48}.homepage-shell .hero-actions{margin-top:16px!important;gap:10px!important}.homepage-shell .hero-actions .btn{min-height:48px!important;padding:0 18px!important;font-size:12px!important}.homepage-shell .hero-command{padding:16px!important;border-radius:20px}.homepage-shell .hero-command-body{margin-top:12px;gap:10px}.homepage-shell .hero-command-body h2{font-size:1.2rem}.homepage-shell .hero-command-body>p{font-size:.88rem;line-height:1.45}.homepage-shell .hero-badge-row,.homepage-shell .hero-metric-stack{gap:8px}.homepage-shell .hero-metric-row{grid-template-columns:44px 1fr;gap:10px;padding-top:9px}.homepage-shell .hero-metric-row strong{font-size:1.05rem}.homepage-shell .hero-metric-row h3{font-size:.82rem}.homepage-shell .hero-metric-row p{font-size:.8rem;line-height:1.35}.homepage-shell .partner-strip{margin-top:14px;padding-top:14px}.homepage-shell .partner-command-strip>.eyebrow,.homepage-shell .partner-command-strip p.eyebrow{margin-bottom:10px;font-size:10px!important}.homepage-shell .partner-command-strip>div{padding:0 0 8px;mask-image:linear-gradient(to right,transparent 0,#000 12px,#000 calc(100% - 12px),transparent 100%);-webkit-mask-image:linear-gradient(to right,transparent 0,#000 12px,#000 calc(100% - 12px),transparent 100%)}.homepage-shell .partner-command-strip>div:after{display:none}.homepage-shell .partner-command-strip .partner-grid{gap:10px;min-width:auto}.homepage-shell .partner-command-strip .partner-card{flex-basis:118px;min-height:72px;padding:12px;border-radius:18px}.homepage-shell .partner-card img{max-height:44px}.homepage-shell #product.section,.homepage-shell .showcase-section.section,.homepage-shell .takeoff-section.section,.homepage-shell .dark-seamless-wrapper>#collab-wrapper>.collab-section,.homepage-shell .dark-seamless-wrapper>#workflow,.homepage-shell .dark-seamless-wrapper>.helpful-system-section,.homepage-shell .site-footer{padding-top:52px;padding-bottom:52px}.homepage-shell #product .section-heading,.homepage-shell .showcase-section .section-heading,.homepage-shell .takeoff-section .section-heading,.homepage-shell #workflow .section-heading{margin-bottom:22px}.homepage-shell #product .section-heading h2,.homepage-shell .showcase-section .section-heading h2,.homepage-shell .takeoff-section .section-heading h2,.homepage-shell #workflow .section-heading h2{max-width:9.8ch;font-size:clamp(1.95rem,9vw,2.65rem);line-height:.94;text-wrap:balance}.homepage-shell #product .section-heading p,.homepage-shell .showcase-section .section-heading p,.homepage-shell .takeoff-section .section-heading p,.homepage-shell #workflow .section-heading p{font-size:.9rem;line-height:1.45}.homepage-shell #product .integration-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.homepage-shell #product .integration-card,.homepage-shell #product .integration-card-wide{grid-column:auto;min-height:128px;padding:14px 12px;gap:8px;border-radius:18px;justify-content:flex-start}.homepage-shell #product .integration-icon{width:42px;height:42px;border-radius:12px}.homepage-shell #product .status-badge{margin-bottom:6px;padding:4px 7px;font-size:8px;letter-spacing:.14em}.homepage-shell #product .integration-card h3{margin-bottom:4px;font-size:.96rem;line-height:1.14}.homepage-shell #product .integration-card p{font-size:.8rem;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.homepage-shell .showcase-visual,.homepage-shell .panel-takeoff{padding:14px!important;border-radius:18px}.homepage-shell .showcase-copy-block h3{font-size:1.14rem;line-height:1.05}.homepage-shell .showcase-copy-block p{font-size:.87rem;line-height:1.44}.homepage-shell .showcase-command-stage,.homepage-shell .takeoff-command-stage{padding:14px;border-radius:16px}.homepage-shell .showcase-command-header,.homepage-shell .takeoff-command-header{gap:10px;margin-bottom:14px}.homepage-shell .showcase-command-header strong,.homepage-shell .takeoff-command-header strong{font-size:1rem}.homepage-shell .showcase-command-body{gap:10px}.homepage-shell .showcase-paper-stack{padding:10px;gap:8px;border-radius:14px}.homepage-shell .showcase-paper{padding:10px;border-radius:14px}.homepage-shell .showcase-paper-label{margin-bottom:8px;font-size:9px}.homepage-shell .showcase-paper-row span:first-child{font-size:.78rem}.homepage-shell .showcase-chip{min-width:62px;padding:4px 7px;font-size:9px}.homepage-shell .showcase-logic-rail{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(168px,82%);gap:10px;overflow-x:auto;padding:0 0 8px;background:transparent;border:0;box-shadow:none;scrollbar-width:none}.homepage-shell .showcase-logic-rail::-webkit-scrollbar,.homepage-shell .showcase-grid::-webkit-scrollbar,.homepage-shell .takeoff-audience-grid::-webkit-scrollbar{display:none}.homepage-shell .showcase-logic-card{padding:12px;border-radius:14px}.homepage-shell .showcase-grid{display:grid;grid-template-columns:1fr;gap:12px;overflow:visible;padding-bottom:0}.homepage-shell .insight-card{padding:14px;border-radius:18px}.homepage-shell .insight-card h3{font-size:1.08rem;line-height:1.16}.homepage-shell .insight-card p{margin-bottom:12px;font-size:.84rem;line-height:1.4}.homepage-shell .tool-panel{padding:10px;border-radius:14px}.homepage-shell .tool-panel-list{margin-top:8px;padding:10px;gap:8px;border-radius:12px;max-height:146px;overflow:auto;scrollbar-width:none}.homepage-shell .tool-panel-list li{font-size:.82rem}.homepage-shell .insight-media,.homepage-shell .insight-media img{min-height:132px;max-height:168px}.homepage-shell .metric-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.homepage-shell .metric-list>:last-child{grid-column:1 / -1}.homepage-shell .metric-card{padding:14px 12px 15px;border-radius:16px}.homepage-shell .metric-card p{margin-bottom:5px;font-size:9px}.homepage-shell .metric-card strong{font-size:1.2rem}.homepage-shell .metric-detail{margin-top:6px;font-size:.76rem;line-height:1.32}.homepage-shell .takeoff-command-stage{padding:14px}.homepage-shell .takeoff-section .section-heading{margin-bottom:18px}.homepage-shell .takeoff-section .section-heading h2{max-width:10.8ch;margin-left:auto;margin-right:auto;color:#f8fafcf5;font-size:clamp(1.5rem,7.4vw,1.95rem);line-height:.96;text-shadow:0 10px 24px rgba(0,0,0,.18)}.homepage-shell .takeoff-audience-surface{max-height:360px;padding:12px;gap:10px;border-radius:16px;overflow:hidden}.homepage-shell .takeoff-audience-head h4{font-size:.98rem}.homepage-shell .takeoff-audience-head p{font-size:.84rem;line-height:1.38}.homepage-shell .takeoff-audience-grid{max-height:230px;overflow:auto;gap:7px;padding-right:2px;mask-image:linear-gradient(to bottom,#000 0,#000 calc(100% - 20px),transparent 100%);-webkit-mask-image:linear-gradient(to bottom,#000 0,#000 calc(100% - 20px),transparent 100%)}.homepage-shell .takeoff-audience-pill{min-height:36px;padding:8px 10px;font-size:.78rem;line-height:1.2}.homepage-shell .light-dark-transition{padding-top:0;padding-bottom:20px}.homepage-shell .light-dark-transition-shell{width:min(100% - 24px,1440px)}.homepage-shell .light-dark-transition-portal{height:min(190px,44vw);min-height:180px;border-radius:18px}.homepage-shell .ombre-text-light,.homepage-shell .ombre-text-dark{font-size:clamp(1.35rem,6.8vw,1.9rem);padding:0 16px}.homepage-shell .collab-section{padding-left:16px;padding-right:16px}.homepage-shell .collab-header{gap:16px;margin-bottom:22px}.homepage-shell .collab-title{max-width:8ch;font-size:clamp(2rem,10.5vw,2.75rem);line-height:.92}.homepage-shell .collab-desc{font-size:.88rem;line-height:1.42;padding-bottom:14px}.homepage-shell .iso-viewport{aspect-ratio:4 / 3;border-radius:18px}.homepage-shell .iso-scene{width:72%}.homepage-shell .threads-layout{gap:18px}.homepage-shell .threads-text h3{max-width:8.4ch;font-size:clamp(1.7rem,9.2vw,2.35rem)!important;line-height:.92!important;overflow-wrap:normal}.homepage-shell .threads-text>p:first-of-type,.homepage-shell .threads-text>p:last-of-type{font-size:.88rem!important;line-height:1.42!important}.homepage-shell .threads-ui{max-width:390px;margin:0 auto}.homepage-shell .threads-ui-container{border-radius:16px;padding:4px}.homepage-shell .threads-ui-header{padding:10px 12px;gap:8px}.homepage-shell .threads-ui-header>.mono{display:none}.homepage-shell .threads-ui-header>div:first-child{gap:8px!important}.homepage-shell .threads-ui-header>div:first-child>div:first-child{padding:5px 9px!important;font-size:11px!important}.homepage-shell .threads-ui-header>div:first-child>.mono{gap:8px 10px!important;font-size:8px!important;letter-spacing:.08em!important}.homepage-shell .threads-sidebar{padding:12px}.homepage-shell .threads-sidebar>div{padding:8px 10px!important;font-size:12px!important}.homepage-shell .threads-main{padding:12px}.homepage-shell .threads-main h2{font-size:1.22rem!important}.homepage-shell .threads-main>div:first-child>button{min-height:36px;font-size:12px!important}.homepage-shell .thread-card{padding:12px;margin-bottom:12px;border-radius:12px}.homepage-shell .thread-card>p{font-size:.88rem!important;line-height:1.4!important;margin-bottom:12px!important}.homepage-shell .thread-card button{min-height:32px}.homepage-shell .thread-card img{max-height:160px!important}.homepage-shell #collab-wrapper>.collab-section:nth-of-type(3) .collab-shell>div:first-child{gap:24px!important;margin-bottom:24px!important}.homepage-shell #collab-wrapper>.collab-section:nth-of-type(3) .collab-shell>div:first-child>div:first-child{gap:24px!important}.homepage-shell #collab-wrapper>.collab-section:nth-of-type(3) h3{font-size:clamp(2rem,10vw,2.75rem)!important;margin-bottom:14px!important}.homepage-shell #collab-wrapper>.collab-section:nth-of-type(3) .collab-shell>div:first-child>div:first-child>div:first-child>p{font-size:.88rem!important;line-height:1.42!important}.homepage-shell .online-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;font-size:9px!important}.homepage-shell .online-item{padding:10px 12px;gap:8px;border-radius:12px;min-height:48px}.homepage-shell .online-dot{width:9px;height:9px}.homepage-shell .stats-grid{grid-template-columns:repeat(2,minmax(0,1fr));border-radius:18px}.homepage-shell .stat-card{min-height:112px;padding:18px 14px}.homepage-shell .stat-label{margin-bottom:8px;font-size:9px}.homepage-shell .stat-value{font-size:clamp(1.55rem,7vw,2rem)}.homepage-shell .stat-value.small{font-size:clamp(1.2rem,5.8vw,1.55rem)}.homepage-shell #workflow .section-heading h2{max-width:8.8ch}.homepage-shell .workflow-stage{gap:12px}.homepage-shell .workflow-hero-panel{aspect-ratio:16 / 11;border-radius:18px}.homepage-shell .video-control-btn-primary{width:48px;height:48px}.homepage-shell .video-control-btn-secondary{width:38px;height:38px;border-radius:12px}.homepage-shell .video-controls{left:14px;right:14px;bottom:14px;gap:8px;padding:10px;border-radius:16px}.homepage-shell .video-progress{grid-template-columns:minmax(0,1fr);gap:6px}.homepage-shell .video-progress-time{display:none}.homepage-shell .video-replay-btn{min-width:124px;min-height:42px;bottom:18px;padding:0 20px;font-size:11px}.homepage-shell .video-control-btn svg{width:16px;height:16px}.homepage-shell #workflow .pillar-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:12px}.homepage-shell #workflow .pillar-card{min-height:88px;padding:14px;border-radius:16px}.homepage-shell #workflow .pillar-line{width:30px;margin-bottom:10px}.homepage-shell #workflow .pillar-card h3{font-size:.9rem;line-height:1.18}.homepage-shell .helpful-system-section{padding-top:52px;padding-bottom:56px}.homepage-shell .freeroam-container{padding:34px 16px;border-radius:18px}.homepage-shell .freeroam-eyebrow{margin-bottom:12px}.homepage-shell .freeroam-headline{max-width:8.8ch;margin-bottom:16px;font-size:clamp(2rem,10vw,2.7rem)}.homepage-shell .freeroam-visual{gap:10px}.homepage-shell .freeroam-node{padding:14px 12px;border-radius:14px}.homepage-shell .freeroam-node h4{font-size:.98rem}.homepage-shell .freeroam-node p{font-size:.82rem;line-height:1.38}.homepage-shell .footer-shell{padding-top:40px;padding-bottom:28px}.homepage-shell .footer-hero{padding:18px 16px!important;margin-bottom:20px}.homepage-shell .footer-hero h2{font-size:clamp(1.85rem,9vw,2.5rem);margin-bottom:16px!important}.homepage-shell .footer-hero .btn{min-height:52px!important;font-size:13px!important}.homepage-shell .footer-meta{gap:12px;padding-top:16px}}@media(max-width:480px){.homepage-shell .shell{width:min(100% - 20px,1440px)}.homepage-shell .hero{padding-top:16px;padding-bottom:16px}.homepage-shell .hero-copy h1{max-width:7.2ch;font-size:clamp(2.1rem,12vw,2.9rem)}.homepage-shell .hero-text{font-size:.86rem}.homepage-shell .hero-actions .btn{min-height:44px!important;font-size:11px!important}.homepage-shell .hero-command{padding:14px!important}.homepage-shell .partner-command-strip .partner-card{flex-basis:108px;min-height:68px;padding:10px}.homepage-shell #product.section,.homepage-shell .showcase-section.section,.homepage-shell .takeoff-section.section,.homepage-shell .dark-seamless-wrapper>#collab-wrapper>.collab-section,.homepage-shell .dark-seamless-wrapper>#workflow,.homepage-shell .dark-seamless-wrapper>.helpful-system-section,.homepage-shell .site-footer{padding-top:46px;padding-bottom:46px}.homepage-shell #product .integration-grid{gap:8px}.homepage-shell #product .integration-card,.homepage-shell #product .integration-card-wide{min-height:118px;padding:12px 10px}.homepage-shell #product .integration-card h3{font-size:.9rem}.homepage-shell #product .integration-card p{font-size:.76rem}.homepage-shell .showcase-grid{gap:10px}.homepage-shell .metric-card strong{font-size:1.08rem}.homepage-shell .takeoff-section .section-heading h2{max-width:10.4ch;font-size:clamp(1.4rem,8.4vw,1.8rem)}.homepage-shell .takeoff-audience-surface{max-height:340px}.homepage-shell .takeoff-audience-grid{max-height:210px}.homepage-shell .light-dark-transition-portal{height:min(172px,44vw);min-height:164px}.homepage-shell .threads-text h3{max-width:8.8ch;font-size:clamp(1.55rem,9.6vw,2rem)!important}.homepage-shell .threads-ui{max-width:100%}.homepage-shell .threads-ui-header>div:first-child>.mono{gap:6px 8px!important;font-size:7px!important}.homepage-shell .online-grid{gap:8px;font-size:8px!important}.homepage-shell .online-item{padding:9px 10px;min-height:44px}.homepage-shell .stat-card{min-height:100px;padding:14px 12px}.homepage-shell .stat-value{font-size:clamp(1.35rem,7.8vw,1.75rem)}.homepage-shell #workflow .pillar-card{min-height:82px;padding:12px}.homepage-shell #workflow .pillar-card h3{font-size:.82rem}.homepage-shell .freeroam-container{padding:28px 14px}.homepage-shell .freeroam-headline{font-size:clamp(1.85rem,10.5vw,2.35rem)}.homepage-shell .footer-hero{padding:16px 14px!important}.homepage-shell .footer-hero h2{font-size:clamp(1.7rem,10vw,2.2rem)}}@media(max-width:768px){.homepage-shell,.homepage-shell .page-main{overflow-x:clip}.public-site-app-shell:not(.theme-dark) .site-header .nav-shell{grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"brand actions" "nav nav";gap:8px 12px;padding:10px 0}.public-site-app-shell:not(.theme-dark) .site-header .brand-mark{grid-area:brand;align-self:center}.public-site-app-shell:not(.theme-dark) .site-header .brand-mark img{width:136px}.public-site-app-shell:not(.theme-dark) .site-header .nav-links{grid-area:nav;display:flex;flex-direction:row;flex-wrap:nowrap;align-items:stretch;gap:4px;width:100%;min-width:0;padding:4px;border:1px solid rgba(0,0,0,.08);border-radius:14px;background:#ffffffc7;box-shadow:0 10px 24px #0f172a0d}.public-site-app-shell:not(.theme-dark) .site-header .nav-link{flex:1 1 0;min-width:0;min-height:32px;padding:0 6px;font-size:9px!important;letter-spacing:.1em;border-radius:10px;background:transparent;white-space:nowrap;text-align:center}.public-site-app-shell:not(.theme-dark) .site-header .nav-link.is-active{background:#0066cc14}.public-site-app-shell:not(.theme-dark) .site-header .nav-actions{grid-area:actions;display:flex;flex-direction:row;align-items:center;gap:6px;justify-self:end;justify-content:flex-end;flex-wrap:nowrap;width:auto}.public-site-app-shell:not(.theme-dark) .site-header .nav-statement{display:none}.public-site-app-shell:not(.theme-dark) .site-header [data-public-header-auth-button=true],.public-site-app-shell:not(.theme-dark) .site-header .nav-actions a.btn.btn-blue[href="/signin"]{min-width:0;max-width:124px;overflow:hidden;text-overflow:ellipsis}.public-site-app-shell:not(.theme-dark) .site-header .nav-actions .btn{min-height:36px;padding:0 12px;font-size:10px;letter-spacing:.06em;white-space:nowrap;box-shadow:none}.homepage-shell .hero{padding-top:10px;padding-bottom:18px}.homepage-shell .hero-grid{grid-template-columns:1fr;gap:12px}.homepage-shell .hero-copy{padding:6px 0 0}.homepage-shell .hero-copy .eyebrow{margin-bottom:10px;font-size:9px;letter-spacing:.22em}.homepage-shell .hero-copy h1{max-width:7.1ch;font-size:clamp(2.25rem,11vw,3rem);line-height:.9}.homepage-shell .hero-copy h1 .hero-line-secondary{margin-top:.08em;font-size:.46em;line-height:1}.homepage-shell .hero-text{max-width:31ch;margin-top:12px;font-size:.88rem;line-height:1.48}.homepage-shell .hero-actions{display:grid;grid-template-columns:1fr;gap:10px;margin-top:16px}.homepage-shell .hero-actions .btn{width:100%;min-height:42px!important;font-size:11px!important}.homepage-shell .hero-command{padding:14px!important;border-radius:22px}.homepage-shell .hero-command-body{margin-top:12px;gap:12px}.homepage-shell .hero-badge-row{gap:6px}.homepage-shell .command-badge{padding:5px 8px;font-size:8px;letter-spacing:.12em}.homepage-shell .hero-command-body h2{font-size:1.2rem;line-height:1.04}.homepage-shell .hero-command-body>p{font-size:.82rem;line-height:1.45}.homepage-shell .hero-metric-stack{gap:8px}.homepage-shell .hero-metric-row{grid-template-columns:50px 1fr;gap:10px;padding-top:8px}.homepage-shell .hero-metric-row strong{font-size:1.15rem}.homepage-shell .hero-metric-row h3{margin-bottom:0;font-size:.78rem;line-height:1.12}.homepage-shell .hero-metric-row p{display:none}.homepage-shell .partner-strip{margin-top:16px;padding-top:14px}.homepage-shell .partner-command-strip .eyebrow{margin-bottom:10px;font-size:8px;letter-spacing:.22em}.homepage-shell .partner-command-strip>div{overflow-x:auto;padding-bottom:6px;scrollbar-width:none;-ms-overflow-style:none;mask-image:linear-gradient(to right,transparent,#000 8%,#000 92%,transparent);-webkit-mask-image:linear-gradient(to right,transparent,#000 8%,#000 92%,transparent)}.homepage-shell .partner-command-strip>div::-webkit-scrollbar{display:none}.homepage-shell .partner-command-strip .partner-grid{display:flex;width:max-content;gap:8px}.homepage-shell .partner-command-strip .partner-card{flex:0 0 94px;min-height:60px;padding:8px;border-radius:14px}.homepage-shell .partner-command-strip .partner-card img{max-height:36px}.homepage-shell .partner-command-strip .partner-card-placeholder{display:none}.homepage-shell #product.section{padding-top:34px;padding-bottom:40px}.homepage-shell #product .section-heading{margin-bottom:16px}.homepage-shell #product .section-heading h2{max-width:7.2ch;font-size:clamp(1.85rem,9.6vw,2.45rem);line-height:.94}.homepage-shell #product .section-heading p{max-width:34ch;font-size:.86rem;line-height:1.44}.homepage-shell #product .integration-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.homepage-shell #product .integration-card{min-height:104px;padding:10px;gap:8px;border-radius:16px}.homepage-shell #product .integration-card-wide{grid-column:1 / -1;min-height:92px;padding:10px 12px;gap:10px;border-radius:16px;flex-direction:row;align-items:flex-start}.homepage-shell #product .integration-icon{width:34px;height:34px;border-radius:10px;flex:0 0 34px}.homepage-shell #product .status-badge{margin-bottom:4px;padding:3px 6px;font-size:7px;letter-spacing:.14em}.homepage-shell #product .integration-card h3{margin-bottom:2px;font-size:.86rem;line-height:1.14;word-break:break-word}.homepage-shell #product .integration-card p{margin:0;font-size:.72rem;line-height:1.24;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.homepage-shell #collab-wrapper>.collab-section:nth-of-type(1){padding:44px 16px 30px}.homepage-shell #collab-wrapper>.collab-section:nth-of-type(1) .collab-header{gap:12px;margin-bottom:18px}.homepage-shell #collab-wrapper>.collab-section:nth-of-type(1) .collab-kicker,.homepage-shell #collab-wrapper>.collab-section:nth-of-type(2) .collab-kicker{gap:8px;margin-bottom:14px;font-size:9px}.homepage-shell #collab-wrapper>.collab-section:nth-of-type(1) .collab-kicker-line,.homepage-shell #collab-wrapper>.collab-section:nth-of-type(2) .collab-kicker-line{width:20px}.homepage-shell #collab-wrapper>.collab-section:nth-of-type(1) .collab-title{max-width:8.2ch;font-size:clamp(1.95rem,9.6vw,2.5rem);line-height:.94}.homepage-shell #collab-wrapper>.collab-section:nth-of-type(1) .collab-desc{max-width:34ch;font-size:.86rem;line-height:1.45;padding-bottom:10px}.homepage-shell #collab-wrapper>.collab-section:nth-of-type(1) .dark-glass-panel{border-radius:20px}.homepage-shell #collab-wrapper>.collab-section:nth-of-type(1) .iso-viewport{aspect-ratio:1.22 / 1;min-height:220px}.homepage-shell #collab-wrapper>.collab-section:nth-of-type(1) .iso-scene{width:64%}.homepage-shell #collab-wrapper>.collab-section:nth-of-type(2){padding:18px 16px 34px}.homepage-shell #collab-wrapper>.collab-section:nth-of-type(2) .threads-layout{gap:14px}.homepage-shell #collab-wrapper>.collab-section:nth-of-type(2) .threads-text h3{max-width:7.6ch;margin-bottom:14px!important;font-size:clamp(1.85rem,9.5vw,2.35rem)!important;line-height:.94!important}.homepage-shell #collab-wrapper>.collab-section:nth-of-type(2) .threads-text>p:first-of-type{margin-bottom:0!important;font-size:.86rem!important;line-height:1.45!important}.homepage-shell #collab-wrapper>.collab-section:nth-of-type(2) .threads-text>p:last-of-type{display:none}.homepage-shell #collab-wrapper>.collab-section:nth-of-type(2) .threads-ui{max-width:100%}.homepage-shell #collab-wrapper>.collab-section:nth-of-type(2) .threads-ui-container{border-radius:18px;padding:3px}.homepage-shell #collab-wrapper>.collab-section:nth-of-type(2) .threads-ui-header{padding:8px 10px;border-radius:14px 14px 0 0}.homepage-shell #collab-wrapper>.collab-section:nth-of-type(2) .threads-ui-header>div:first-child{display:grid!important;grid-template-columns:1fr;gap:6px!important;width:100%;align-items:flex-start!important}.homepage-shell #collab-wrapper>.collab-section:nth-of-type(2) .threads-ui-header>div:first-child>div:first-child{padding:4px 8px!important;border-radius:8px!important;font-size:11px!important;gap:6px!important}.homepage-shell #collab-wrapper>.collab-section:nth-of-type(2) .threads-ui-header>div:first-child>.mono{display:flex!important;flex-wrap:wrap;gap:6px 10px!important;font-size:8px!important;letter-spacing:.08em!important}.homepage-shell #collab-wrapper>.collab-section:nth-of-type(2) .threads-ui-header>.mono{display:none!important}.homepage-shell #collab-wrapper>.collab-section:nth-of-type(2) .threads-ui-body{min-height:0}.homepage-shell #collab-wrapper>.collab-section:nth-of-type(2) .threads-sidebar{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;padding:8px 10px 0;border-right:0;border-bottom:1px solid #e5e7eb;background:#f7f7f8}.homepage-shell #collab-wrapper>.collab-section:nth-of-type(2) .threads-sidebar>div{display:flex!important;flex-direction:column;align-items:flex-start!important;justify-content:flex-start!important;gap:3px;min-height:0;padding:8px 10px!important;margin:0!important;border-radius:10px!important;background:#fff;border:1px solid #e5e7eb;font-size:11px!important;line-height:1.2!important}.homepage-shell #collab-wrapper>.collab-section:nth-of-type(2) .threads-main{padding:12px 10px;max-height:none;overflow:visible}.homepage-shell #collab-wrapper>.collab-section:nth-of-type(2) .threads-main>div:first-child{display:grid!important;grid-template-columns:1fr;gap:10px;align-items:flex-start!important;margin-bottom:14px!important}.homepage-shell #collab-wrapper>.collab-section:nth-of-type(2) .threads-main h2{font-size:1.05rem!important;margin-bottom:2px!important}.homepage-shell #collab-wrapper>.collab-section:nth-of-type(2) .threads-main>div:first-child>div>p{font-size:12px!important;line-height:1.4!important}.homepage-shell #collab-wrapper>.collab-section:nth-of-type(2) .threads-main>div:first-child>button{width:100%;min-height:34px;padding:0 12px!important;font-size:11px!important}.homepage-shell #collab-wrapper>.collab-section:nth-of-type(2) .thread-card{padding:12px;margin-bottom:10px;border-radius:12px}.homepage-shell #collab-wrapper>.collab-section:nth-of-type(2) .thread-card.pinned{border-width:1px}.homepage-shell #collab-wrapper>.collab-section:nth-of-type(2) .thread-card>p{font-size:.84rem!important;line-height:1.42!important;margin-bottom:12px!important}.homepage-shell #collab-wrapper>.collab-section:nth-of-type(2) .thread-card img{max-height:118px!important;object-position:top center}.homepage-shell #collab-wrapper>.collab-section:nth-of-type(2) .thread-card button{min-height:30px;padding:6px 10px!important;font-size:11px!important}}@media(max-width:480px){.public-site-app-shell:not(.theme-dark) .site-header .nav-shell{gap:8px 10px;padding:10px 0}.public-site-app-shell:not(.theme-dark) .site-header .brand-mark img{width:132px}.public-site-app-shell:not(.theme-dark) .site-header .nav-links{border-radius:12px}.public-site-app-shell:not(.theme-dark) .site-header .nav-link{min-height:30px;padding:0 4px;font-size:8.5px!important;letter-spacing:.07em}.public-site-app-shell:not(.theme-dark) .site-header .nav-actions .btn{min-height:36px;font-size:9.5px;padding:0 10px}.homepage-shell .hero{padding-top:8px;padding-bottom:16px}.homepage-shell .hero-copy h1{max-width:6.9ch;font-size:clamp(2.05rem,12vw,2.7rem)}.homepage-shell .hero-text{max-width:30ch;font-size:.84rem}.homepage-shell .hero-actions{gap:8px}.homepage-shell .hero-actions .btn{min-height:40px!important;font-size:10px!important}.homepage-shell .hero-command{padding:12px!important}.homepage-shell .hero-command-body h2{font-size:1.08rem}.homepage-shell .hero-metric-row{grid-template-columns:44px 1fr}.homepage-shell .partner-command-strip .partner-card{flex-basis:88px;min-height:56px}.homepage-shell #product.section{padding-top:30px;padding-bottom:36px}.homepage-shell #product .integration-card{min-height:98px;padding:10px 9px}.homepage-shell #product .integration-card-wide{min-height:88px;padding:10px}.homepage-shell #product .integration-card h3{font-size:.82rem}.homepage-shell #product .integration-card p{font-size:.7rem}.homepage-shell #collab-wrapper>.collab-section:nth-of-type(1){padding-top:40px;padding-bottom:26px}.homepage-shell #collab-wrapper>.collab-section:nth-of-type(1) .collab-title{max-width:7.8ch;font-size:clamp(1.8rem,10vw,2.25rem)}.homepage-shell #collab-wrapper>.collab-section:nth-of-type(1) .iso-viewport{min-height:198px}.homepage-shell #collab-wrapper>.collab-section:nth-of-type(2){padding-top:14px;padding-bottom:30px}.homepage-shell #collab-wrapper>.collab-section:nth-of-type(2) .threads-text h3{max-width:7.2ch;font-size:clamp(1.72rem,9.8vw,2.12rem)!important}.homepage-shell #collab-wrapper>.collab-section:nth-of-type(2) .threads-sidebar{gap:5px;padding:8px 8px 0}.homepage-shell #collab-wrapper>.collab-section:nth-of-type(2) .threads-sidebar>div{padding:7px 8px!important;font-size:10px!important}.homepage-shell #collab-wrapper>.collab-section:nth-of-type(2) .threads-main{padding:10px 8px}.homepage-shell #collab-wrapper>.collab-section:nth-of-type(2) .thread-card{padding:10px}.homepage-shell #collab-wrapper>.collab-section:nth-of-type(2) .thread-card img{max-height:104px!important}}@media(max-width:768px){.homepage-shell .takeoff-section{padding-top:34px;padding-bottom:34px}.homepage-shell .takeoff-section .section-heading{margin-bottom:14px}.homepage-shell .takeoff-section .section-heading h2{max-width:8ch;font-size:clamp(1.56rem,8vw,2.05rem);line-height:.94}.homepage-shell .takeoff-grid{grid-template-columns:1fr;gap:10px}.homepage-shell .metric-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.homepage-shell .metric-list .metric-card{min-height:0;padding:12px;border-radius:16px}.homepage-shell .metric-list .metric-card:nth-child(3),.homepage-shell .metric-list .metric-card:last-child{grid-column:1 / -1}.homepage-shell .metric-list .metric-card p{margin-bottom:6px;font-size:8px;line-height:1.25;letter-spacing:.16em}.homepage-shell .metric-list .metric-card strong{font-size:1.18rem}.homepage-shell .metric-list .metric-card:last-child strong{font-size:1.32rem}.homepage-shell .metric-detail{margin-top:6px;font-size:.74rem;line-height:1.36}.homepage-shell .panel-takeoff{padding:10px;border-radius:18px}.homepage-shell .takeoff-command-stage{min-height:0;padding:14px;border-radius:18px}.homepage-shell .takeoff-command-header{display:grid;gap:8px;align-items:flex-start}.homepage-shell .takeoff-command-header strong{font-size:1.02rem;line-height:1.08}.homepage-shell .takeoff-command-kicker{font-size:9px;letter-spacing:.14em}.homepage-shell .takeoff-audience-surface{gap:10px;min-height:0;max-height:264px;padding:12px;border-radius:16px}.homepage-shell .takeoff-audience-head h4{font-size:.98rem;line-height:1.12}.homepage-shell .takeoff-audience-head p{font-size:.8rem;line-height:1.42}.homepage-shell .takeoff-audience-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;max-height:136px;overflow:auto;padding-right:2px;scrollbar-width:thin}.homepage-shell .takeoff-audience-pill{min-height:34px;padding:8px 9px;border-radius:12px;font-size:.72rem;line-height:1.2;animation:none}.homepage-shell .takeoff-command-footer{gap:6px;margin-top:10px}.homepage-shell .takeoff-command-footer span{padding:6px 8px;font-size:8px;letter-spacing:.12em}.homepage-shell #collab-wrapper>.collab-section:nth-of-type(3){padding:28px 16px 34px}.homepage-shell #collab-wrapper>.collab-section:nth-of-type(3) .collab-shell>div:first-child{gap:18px!important;margin-bottom:18px!important}.homepage-shell #collab-wrapper>.collab-section:nth-of-type(3) .collab-shell>div:first-child>div{gap:18px!important}.homepage-shell #collab-wrapper>.collab-section:nth-of-type(3) h3{margin-bottom:14px!important;font-size:clamp(1.85rem,9vw,2.4rem)!important;line-height:.94!important}.homepage-shell #collab-wrapper>.collab-section:nth-of-type(3) p[style*="font-size: 1.25rem"]{font-size:.86rem!important;line-height:1.42!important;max-width:34ch}.homepage-shell .online-grid{gap:8px;font-size:8px!important;letter-spacing:.12em!important}.homepage-shell .online-item{min-height:40px;padding:9px 10px;gap:10px;border-radius:12px}.homepage-shell .online-dot{width:8px;height:8px}.homepage-shell .stats-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;border-radius:18px}.homepage-shell .stat-card{min-height:108px;padding:14px 12px}.homepage-shell .stat-label{margin-bottom:8px;font-size:8px;line-height:1.2}.homepage-shell .stat-value,.homepage-shell .stat-value.small{font-size:1.38rem;line-height:.96}.homepage-shell #workflow{padding-top:34px;padding-bottom:38px}.homepage-shell #workflow .section-heading{margin-bottom:14px}.homepage-shell #workflow .section-heading h2{max-width:7.8ch;font-size:clamp(1.68rem,8.2vw,2.12rem);line-height:.94}.homepage-shell .workflow-stage{gap:12px}.homepage-shell .workflow-hero-panel{aspect-ratio:1.45 / 1;border-radius:20px}.homepage-shell .video-control-btn-primary{width:40px;height:40px}.homepage-shell .video-control-btn-secondary{width:34px;height:34px;border-radius:10px}.homepage-shell .video-controls{left:10px;right:10px;bottom:10px;gap:6px;padding:8px;border-radius:14px}.homepage-shell .video-replay-btn{min-width:112px;min-height:38px;bottom:14px;padding:0 18px;font-size:10px}.homepage-shell .video-control-btn svg{width:14px;height:14px}.homepage-shell #workflow .pillar-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:10px}.homepage-shell #workflow .pillar-grid>.pillar-card:last-child:nth-child(odd){grid-column:1 / -1;width:calc(50% - 4px);justify-self:center}.homepage-shell #workflow .pillar-card{min-height:78px;padding:12px;border-radius:14px}.homepage-shell #workflow .pillar-line{width:26px;margin-bottom:8px}.homepage-shell #workflow .pillar-card h3{font-size:.8rem;line-height:1.16}.homepage-shell .helpful-system-section{padding-top:34px;padding-bottom:34px}.homepage-shell .freeroam-container{padding:28px 14px;border-radius:18px}.homepage-shell .freeroam-glow{width:min(360px,96vw);height:min(360px,96vw);opacity:.75}.homepage-shell .freeroam-eyebrow{margin-bottom:10px;font-size:9px;letter-spacing:.18em}.homepage-shell .freeroam-headline{max-width:7.8ch;margin-bottom:14px;font-size:clamp(1.95rem,9.8vw,2.45rem);line-height:.96}.homepage-shell .freeroam-visual{gap:8px}.homepage-shell .freeroam-node{min-height:0;padding:14px 12px;border-radius:14px}.homepage-shell .freeroam-node h4{margin-bottom:10px;font-size:.92rem;line-height:1.18}.homepage-shell .freeroam-node p{font-size:.76rem;line-height:1.42}.homepage-shell .site-footer{padding-top:34px;padding-bottom:30px}.homepage-shell .footer-shell{padding-top:0;padding-bottom:0}.homepage-shell .footer-hero{margin-bottom:18px;padding:18px 14px!important;border-radius:18px}.homepage-shell .footer-hero .footer-logo{width:min(100%,180px);margin-bottom:-8px!important}.homepage-shell .footer-hero h2{margin-bottom:14px!important;font-size:clamp(1.65rem,9vw,2.2rem);line-height:.98}.homepage-shell .footer-hero .btn{min-height:46px!important;padding:0 20px!important;font-size:11px!important;width:100%;max-width:320px}.homepage-shell .footer-meta{gap:10px;padding-top:12px}.homepage-shell .footer-tag{font-size:8px;letter-spacing:.18em}.homepage-shell .hologram-wrapper{padding:6px 12px;border-radius:999px}.homepage-shell .footer-links{display:grid;gap:8px;justify-items:center}.homepage-shell .footer-links a,.homepage-shell .footer-copy{font-size:.82rem;line-height:1.35}.homepage-shell .hero-copy h1{width:100%;max-width:none;margin-left:0;margin-right:0;font-size:clamp(2.14rem,8.2vw,2.48rem);line-height:.98;letter-spacing:-.055em;text-align:left;text-wrap:balance}.homepage-shell .hero-copy h1 .hero-line-secondary{margin-top:.05em;font-size:.445em;line-height:1.02;letter-spacing:.015em}.homepage-shell .hero-text{width:100%;max-width:none;margin-left:0;margin-right:0;text-align:left}.homepage-shell #product .section-heading,.homepage-shell .showcase-section .section-heading,.homepage-shell .takeoff-section .section-heading,.homepage-shell #workflow .section-heading{max-width:none;margin-left:0;margin-right:0;text-align:left}.homepage-shell #product .section-heading h2{width:100%;max-width:none;font-size:clamp(1.82rem,6.8vw,2.08rem);line-height:1.05;letter-spacing:-.042em;text-align:left;text-wrap:balance}.homepage-shell .showcase-section .section-heading h2{width:100%;max-width:none;font-size:clamp(1.72rem,6.2vw,1.96rem);line-height:1.08;letter-spacing:-.04em;text-align:left;text-wrap:balance}.homepage-shell .takeoff-section .section-heading h2{width:100%;max-width:none;margin-left:0;margin-right:0;font-size:clamp(1.68rem,5.9vw,1.9rem);line-height:1.07;letter-spacing:-.036em;text-align:left;text-wrap:balance}.homepage-shell #workflow .section-heading h2{width:100%;max-width:none;font-size:clamp(1.78rem,6.4vw,2rem);line-height:1.04;letter-spacing:-.04em;text-align:left;text-wrap:balance}.homepage-shell #product .section-heading p:not(.eyebrow),.homepage-shell .showcase-section .section-heading p:not(.eyebrow),.homepage-shell .takeoff-section .section-heading p:not(.eyebrow),.homepage-shell #workflow .section-heading p:not(.eyebrow){width:100%;max-width:none;margin-left:0;margin-right:0;text-align:left}.site-footer .footer-meta{gap:8px}.site-footer .footer-links{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;align-items:center;gap:6px 18px;max-width:320px;margin:0 auto}.site-footer .footer-links a{white-space:nowrap}.site-footer .footer-copy{max-width:100%;line-height:1.25}}@media(max-width:480px){.homepage-shell .takeoff-section{padding-top:30px;padding-bottom:32px}.homepage-shell .takeoff-section .section-heading h2{max-width:7.5ch;font-size:clamp(1.46rem,8.8vw,1.82rem)}.homepage-shell .metric-list .metric-card{padding:10px}.homepage-shell .metric-list .metric-card strong{font-size:1.08rem}.homepage-shell .metric-list .metric-card:last-child strong{font-size:1.2rem}.homepage-shell .metric-detail{font-size:.7rem}.homepage-shell .takeoff-command-stage{padding:12px}.homepage-shell .takeoff-audience-surface{max-height:244px;padding:10px}.homepage-shell .takeoff-audience-grid{max-height:122px}.homepage-shell .takeoff-audience-pill{min-height:32px;font-size:.68rem}.homepage-shell #collab-wrapper>.collab-section:nth-of-type(3){padding-top:24px;padding-bottom:30px}.homepage-shell #collab-wrapper>.collab-section:nth-of-type(3) h3{font-size:clamp(1.7rem,9.5vw,2.1rem)!important}.homepage-shell .online-item{min-height:38px;padding:8px 9px}.homepage-shell .stat-card{min-height:96px;padding:12px 10px}.homepage-shell .stat-value,.homepage-shell .stat-value.small{font-size:1.18rem}.homepage-shell #workflow{padding-top:30px;padding-bottom:34px}.homepage-shell .workflow-hero-panel{aspect-ratio:1.34 / 1}.homepage-shell .video-controls{left:8px;right:8px;bottom:8px;gap:6px;padding:8px}.homepage-shell #workflow .pillar-card{min-height:72px;padding:10px}.homepage-shell #workflow .pillar-grid>.pillar-card:last-child:nth-child(odd){width:calc(50% - 4px)}.homepage-shell #workflow .pillar-card h3{font-size:.74rem}.homepage-shell .helpful-system-section{padding-top:30px;padding-bottom:30px}.homepage-shell .freeroam-container{padding:24px 12px}.homepage-shell .freeroam-headline{font-size:clamp(1.8rem,10vw,2.2rem)}.homepage-shell .freeroam-node{padding:12px 10px}.homepage-shell .site-footer{padding-top:30px;padding-bottom:26px}.homepage-shell .footer-hero{padding:16px 12px!important}.homepage-shell .footer-hero .footer-logo{width:min(100%,160px)}.homepage-shell .footer-hero .btn{min-height:44px!important;font-size:10px!important}.homepage-shell .footer-links a,.homepage-shell .footer-copy{font-size:.78rem}.homepage-shell .hero-copy h1{width:100%;max-width:none;font-size:clamp(1.98rem,8.5vw,2.24rem);line-height:.98}.homepage-shell .hero-copy h1 .hero-line-secondary{font-size:.43em}.homepage-shell #product .section-heading h2{width:100%;max-width:none;font-size:clamp(1.64rem,7.4vw,1.88rem);line-height:1.05}.homepage-shell .showcase-section .section-heading h2{width:100%;max-width:none;font-size:clamp(1.5rem,6.6vw,1.72rem);line-height:1.08}.homepage-shell .takeoff-section .section-heading h2{width:100%;max-width:none;font-size:clamp(1.46rem,6.2vw,1.66rem);line-height:1.08}.homepage-shell #workflow .section-heading h2{width:100%;max-width:none;font-size:clamp(1.58rem,7vw,1.8rem);line-height:1.05}.site-footer .footer-meta{gap:7px}.site-footer .footer-links{flex-direction:row;gap:4px 14px;max-width:300px}}@media(max-width:768px){.public-site-app-shell.theme-dark .site-header .nav-shell{min-height:auto;display:grid;grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"brand actions" "nav nav";gap:8px 12px;padding:10px 0;align-items:center}.public-site-app-shell.theme-dark .site-header .brand-mark{grid-area:brand}.public-site-app-shell.theme-dark .site-header .brand-mark img{width:136px}.public-site-app-shell.theme-dark .site-header .nav-links{grid-area:nav;display:flex;flex-direction:row;flex-wrap:nowrap;align-items:stretch;width:100%;min-width:0;gap:4px;padding:4px;border:1px solid rgba(255,255,255,.08);border-radius:14px;background:#ffffff08}.public-site-app-shell.theme-dark .site-header .nav-link{display:flex;flex:1 1 0;align-items:center;justify-content:center;min-width:0;min-height:32px;padding:0 6px;border-radius:10px;background:#ffffff08;font-size:9px!important;letter-spacing:.1em;line-height:1;white-space:nowrap;text-align:center}.public-site-app-shell.theme-dark .site-header .nav-link.is-active{background:#4da3ff1f}.public-site-app-shell.theme-dark .site-header .nav-actions{grid-area:actions;display:flex;flex-direction:row;gap:6px;justify-self:end;justify-content:flex-end;align-items:center;flex-wrap:nowrap;width:auto}.public-site-app-shell.theme-dark .site-header .nav-statement{display:none}.public-site-app-shell.theme-dark .site-header [data-public-header-auth-button=true],.public-site-app-shell.theme-dark .site-header .nav-actions a.btn.btn-blue[href="/signin"]{min-width:0;max-width:124px;overflow:hidden;text-overflow:ellipsis}.public-site-app-shell.theme-dark .site-header .nav-actions .btn{min-height:36px;padding:0 12px;font-size:10px;letter-spacing:.06em;white-space:nowrap;box-shadow:none}.public-site-app-shell.theme-dark .section.section-dark{padding-top:72px;padding-bottom:68px}.public-site-app-shell.theme-dark .section-heading{width:100%;max-width:none;margin-bottom:34px;text-align:left}.public-site-app-shell.theme-dark .section-heading h1{width:100%;max-width:none;font-size:clamp(2.42rem,8.4vw,3.5rem);line-height:.96;letter-spacing:-.055em;text-wrap:balance}.public-site-app-shell.theme-dark .section-heading p:not(.eyebrow){width:100%;max-width:none;font-size:.98rem;line-height:1.58}.public-site-app-shell.theme-dark .billing-toggle{width:100%;max-width:360px;margin:0 auto 28px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.public-site-app-shell.theme-dark .billing-toggle button{min-width:0;width:100%;min-height:44px}.public-site-app-shell.theme-dark .pricing-grid,.public-site-app-shell.theme-dark .checkout-grid{gap:18px}.public-site-app-shell.theme-dark .pricing-card,.public-site-app-shell.theme-dark .pricing-callout,.public-site-app-shell.theme-dark .checkout-summary,.public-site-app-shell.theme-dark .checkout-form{padding:24px;border-radius:28px}.public-site-app-shell.theme-dark .price-line{flex-wrap:wrap;align-items:baseline}.public-site-app-shell.theme-dark .pricing-card h2,.public-site-app-shell.theme-dark .pricing-callout h3,.public-site-app-shell.theme-dark .form-headline h2{font-size:clamp(1.78rem,6.4vw,2.22rem);line-height:1.02}.public-site-app-shell.theme-dark .pricing-card p,.public-site-app-shell.theme-dark .pricing-mini-list span{font-size:.95rem;line-height:1.5}.public-site-app-shell.theme-dark .checkout-form label{font-size:.94rem;line-height:1.45}.public-site-app-shell.theme-dark .field-grid,.legal-placeholder-grid{grid-template-columns:1fr}}@media(max-width:480px){.public-site-app-shell.theme-dark .site-header .nav-shell{gap:8px 10px;padding:10px 0}.public-site-app-shell.theme-dark .site-header .brand-mark img{width:132px}.public-site-app-shell.theme-dark .site-header .nav-links{border-radius:12px}.public-site-app-shell.theme-dark .site-header .nav-link{min-height:30px;padding:0 4px;font-size:8.5px!important;letter-spacing:.07em}.public-site-app-shell.theme-dark .site-header .nav-actions .btn{min-height:36px;padding:0 10px;font-size:9.5px}.public-site-app-shell.theme-dark .section.section-dark{padding-top:60px;padding-bottom:58px}.public-site-app-shell.theme-dark .section-heading{margin-bottom:28px}.public-site-app-shell.theme-dark .section-heading h1{font-size:clamp(2.08rem,9.2vw,2.86rem)}.public-site-app-shell.theme-dark .section-heading p:not(.eyebrow){font-size:.92rem;line-height:1.54}.public-site-app-shell.theme-dark .billing-toggle{max-width:none;margin-bottom:24px}.public-site-app-shell.theme-dark .billing-toggle button{min-height:42px}.public-site-app-shell.theme-dark .pricing-card,.public-site-app-shell.theme-dark .pricing-callout,.public-site-app-shell.theme-dark .checkout-summary,.public-site-app-shell.theme-dark .checkout-form{padding:22px;border-radius:24px}.public-site-app-shell.theme-dark .pricing-card h2,.public-site-app-shell.theme-dark .pricing-callout h3,.public-site-app-shell.theme-dark .form-headline h2{font-size:clamp(1.64rem,7.2vw,1.98rem)}}
