:root{color-scheme:light;--bg:#eef2f7;--surface:#fff;--alt:#e5ebf3;--ink:#0c2145;--soft:#4a5e79;--line:#c9d4e3;--action:#10264c;--on-action:#fff;--link:#215891;--field:#fff;--field-edge:#8193ac;--band:#152942;--band-ink:#f1f5fb;--band-soft:#bdd0e6;--focus:#2369ad}
:root[data-theme="dark"]{color-scheme:dark;--bg:#13243b;--surface:#172c47;--alt:#1c3452;--ink:#f1f5fb;--soft:#bdcbe0;--line:#39516e;--action:#1dd3c7;--on-action:#032923;--link:#7dded7;--field:#142740;--field-edge:#7b92b0;--band:#1c3553;--band-ink:#f1f5fb;--band-soft:#b6cbe4;--focus:#8ce9e1}
*,*::before,*::after{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:105px}body{margin:0;background:var(--bg);color:var(--ink);font:400 18px/1.6 'IBM Plex Sans',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif}h1,h2,h3,p,figure{margin:0}h1,h2,h3{line-height:1.13;font-weight:600;letter-spacing:-.035em}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,a,input,textarea,select,summary{-webkit-tap-highlight-color:transparent}button{cursor:pointer}img{max-width:100%}[hidden]{display:none!important}:focus-visible{outline:3px solid var(--focus);outline-offset:5px}main:focus{outline:none}.container{width:min(100%,1440px);padding-inline:64px;margin-inline:auto}.skip{position:fixed;z-index:100;left:20px;top:-80px;padding:12px 20px;background:var(--action);color:var(--on-action);border-radius:5px}.skip:focus{top:15px}
.site-header{position:relative;z-index:10}.navigation{min-height:104px;display:flex;align-items:center;gap:40px;justify-content:space-between}.brand{display:inline-flex;align-items:baseline;white-space:nowrap;font-size:36px;line-height:1;font-weight:600;letter-spacing:-1.5px}.brand img{width:.91em;height:.9em;align-self:center;object-fit:contain}.brand-white,.show-dark{display:none}[data-theme="dark"] .brand-color,[data-theme="dark"] .show-light{display:none}[data-theme="dark"] .brand-white,[data-theme="dark"] .show-dark{display:inline-block}.navigation nav{display:flex;gap:42px;align-items:center;margin-right:auto;margin-left:50px;font-size:18px}.navigation nav a:hover,.site-footer a:hover{text-decoration:underline;text-underline-offset:6px}.nav-actions{display:flex;align-items:center;gap:18px}.theme-toggle{padding:8px 10px;min-height:44px;min-width:50px;background:transparent;border:1px solid var(--line);border-radius:50%;color:var(--soft);font-size:13px}.button{display:inline-flex;gap:20px;align-items:center;justify-content:center;padding:17px 26px;min-height:56px;border:0;border-radius:10px;background:var(--action);color:var(--on-action);font-weight:600;font-size:17px;line-height:1.2;transition:transform .18s,filter .18s}.button:hover{filter:brightness(1.12);transform:translateY(-2px)}.button:disabled{opacity:.65;cursor:wait;transform:none}.nav-cta{min-height:52px;padding:16px 23px}
.hero-grid{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:8px;min-height:680px;padding-top:0;padding-bottom:42px}.hero-copy{position:relative;z-index:2;padding-bottom:35px}.eyebrow{font-size:13px;font-weight:500;text-transform:uppercase;letter-spacing:.16em;color:var(--soft);margin-bottom:27px}.hero h1{font-size:clamp(44px,5.6vw,84px);line-height:1.12;letter-spacing:-.045em;max-width:760px;margin-bottom:28px}.hero h1 span{color:var(--link)}[data-theme="dark"] .hero h1 span{color:var(--ink)}.lead{font-size:clamp(22px,2vw,30px);color:var(--soft);line-height:1.55;max-width:620px}.hero-cta{margin-top:43px;min-width:330px;font-size:21px;min-height:70px}.availability{font-size:16px;color:var(--soft);margin-top:18px}.shapeshifter{min-width:0;align-self:center}.hero-stage{width:100%;margin-left:0;aspect-ratio:1;position:relative;isolation:isolate}.hero-poster,#hero-canvas{position:absolute;inset:0;width:100%;height:100%;object-fit:contain}.poster-dark{display:none}[data-theme="dark"] .poster-dark{display:block}[data-theme="dark"] .poster-light{display:none}#hero-canvas{opacity:0;pointer-events:none}.hero-stage[data-renderer="webgl"] #hero-canvas{opacity:1}.hero-stage[data-renderer="webgl"] .hero-poster{visibility:hidden}figcaption{display:flex;align-items:center;justify-content:center;gap:32px;margin-top:-18px;position:relative;z-index:2;text-align:center}figcaption strong{font-size:25px;letter-spacing:-.025em;font-weight:600}#hero-role{margin-top:7px;font-size:21px;color:var(--soft);min-height:34px}.motion-toggle{border:1px solid var(--field-edge);border-radius:50%;background:transparent;min-width:62px;height:62px;font-size:13px;color:var(--soft)}.motion-toggle:hover,.theme-toggle:hover{border-color:var(--ink);color:var(--ink)}
.role-band{background:var(--band);color:var(--band-ink)}.role-choices{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));padding-block:28px;gap:0}.role-choices button{background:transparent;border:0;border-right:1px solid #46617f;color:inherit;padding:12px 35px;text-align:left;line-height:1.45;border-radius:3px}.role-choices button:first-child{padding-left:0}.role-choices button:last-child{border-right:0}.role-choices strong{display:block;font-size:26px;letter-spacing:-.025em}.role-choices span{display:block;font-size:18px;color:var(--band-soft);margin-top:4px}.role-choices button:hover strong,.role-choices button[aria-pressed="true"] strong{text-decoration:underline;text-underline-offset:7px}.role-choices button[aria-pressed="true"]{background:#ffffff08}
.section{padding-block:90px;scroll-margin-top:24px}.platform{background:var(--surface)}.split-section{display:grid;grid-template-columns:1fr 1fr;gap:80px}.section h2{font-size:clamp(32px,3.3vw,48px)}.section-copy{font-size:20px;color:var(--soft);padding-top:7px}.section-copy p+p{margin-top:18px}.section-copy em{font-family:Georgia,serif;color:var(--ink)}.text-link{display:inline-block;color:var(--link);font-weight:500;text-decoration:underline;text-underline-offset:5px;text-decoration-thickness:1px}.section-copy .text-link{margin-top:24px}.example-area{margin-top:60px}.example-heading{border-top:1px solid var(--line);padding-top:35px;display:flex;align-items:baseline;justify-content:space-between;gap:25px}.example-heading h3{font-size:23px;letter-spacing:-.025em}.example-heading p{font-size:15px;color:var(--soft)}.task-examples{list-style:none;padding:0;margin:26px 0 0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:36px}.task-examples li{color:var(--soft);padding-right:25px;border-right:1px solid var(--line);font-size:18px}.task-examples li:last-child{border:0}.workflow{background:var(--alt)}.section-heading{max-width:740px}.section-heading p:last-child{color:var(--soft);margin-top:20px;font-size:21px}.workflow-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:48px;padding:0;list-style:none;margin:45px 0 28px}.step-number{font-size:14px;color:var(--soft);display:block;margin-bottom:18px}.workflow-steps h3{font-size:25px;margin-bottom:16px}.workflow-steps p{font-size:18px;color:var(--soft)}
.early-access{background:var(--surface)}.signup-grid{display:grid;grid-template-columns:1fr 1.1fr;gap:90px}.signup-copy>p:not(.eyebrow){color:var(--soft);max-width:440px;margin:24px 0;font-size:20px}.signup-copy .availability-detail{font-size:15px!important;line-height:1.65}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}.field{margin-bottom:23px}label{display:block;font-size:15px;font-weight:500;margin-bottom:7px}label span{font-weight:400;color:var(--soft)}input,select,textarea{display:block;width:100%;min-width:0;color:var(--ink);background:var(--field);border:1px solid var(--field-edge);border-radius:7px;padding:12px 13px;font-size:16px;min-height:50px}textarea{resize:vertical;min-height:128px}::placeholder{color:var(--soft);opacity:1}.ea-form .button{width:100%;justify-content:space-between}.form-status{font-size:16px;color:var(--soft);margin-top:12px;min-height:26px}.form-status[data-state="error"]{color:#a32235}[data-theme="dark"] .form-status[data-state="error"]{color:#ffb5ba}#ea-fallback{font-size:16px;margin-top:8px}
.about-strip{padding-block:40px;border-block:1px solid var(--line)}.about-strip>.container{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:20px}.about-strip h2{font-size:23px;margin-bottom:8px}.about-strip p{font-size:16px;color:var(--soft)}details{width:100%;font-size:15px;color:var(--soft)}summary{cursor:pointer;width:fit-content;padding-block:6px}details p{max-width:780px;margin:15px 0}details a{text-decoration:underline}.site-footer{padding-block:35px;font-size:15px;color:var(--soft)}.site-footer>.container{display:flex;align-items:center;justify-content:space-between;gap:25px;flex-wrap:wrap}.site-footer .brand{font-size:27px;color:var(--ink)}.site-footer nav{display:flex;gap:25px}
@media(min-width:1500px){.hero-grid{min-height:770px}.hero-stage{width:100%;margin-left:0}}
@media(max-width:1100px){.container{padding-inline:32px}.navigation{gap:24px}.navigation nav{margin-left:10px;gap:24px;font-size:16px}.brand{font-size:30px}.nav-cta{font-size:15px}.hero-grid{min-height:650px}.hero h1{font-size:52px}.lead{font-size:21px}.hero-stage{width:calc(100% + 40px);margin-left:-20px}.hero-cta{font-size:18px;min-width:250px}figcaption{gap:16px}figcaption strong{font-size:21px}.motion-toggle{min-width:52px;height:52px}#hero-role{font-size:18px}.split-section,.signup-grid{gap:45px}.example-heading{display:block}.example-heading p{margin-top:12px}}
@media(max-width:820px){.navigation{min-height:90px;flex-wrap:wrap;padding-block:18px;gap:20px}.navigation nav{order:3;width:100%;margin:0;justify-content:center;font-size:15px}.nav-actions{margin-left:auto;gap:12px}.brand{font-size:30px}.nav-cta{min-height:44px;padding:12px 17px;font-size:14px}.hero-grid{grid-template-columns:1fr;min-height:0;padding-top:32px;padding-bottom:42px;gap:0}.hero-copy{padding-bottom:0}.hero h1{font-size:clamp(38px,7.8vw,60px);max-width:650px}.hero .eyebrow{margin-bottom:22px}.lead{font-size:21px}.hero-cta{margin-top:28px}.shapeshifter{width:min(100%,510px);margin-inline:auto;margin-top:10px}.hero-stage{width:100%;margin:0}figcaption{margin-top:-10px}.role-choices{padding-block:15px}.role-choices button{padding:10px 15px}.role-choices strong{font-size:19px}.role-choices span{font-size:14px}.section{padding-block:60px}.split-section,.signup-grid{grid-template-columns:1fr;gap:30px}.section h2 br{display:none}.workflow-steps{gap:25px}.workflow-steps h3{font-size:21px}.workflow-steps p{font-size:16px}.task-examples{gap:25px}.signup-copy>p:not(.eyebrow){max-width:650px}}
@media(max-width:480px){.container{padding-inline:24px}.brand{font-size:26px}.theme-toggle{min-width:44px;padding:8px 6px;font-size:12px}.nav-actions{gap:8px}.nav-cta{font-size:12px;padding:12px;min-height:44px;border-radius:7px}.navigation{gap:16px}.navigation nav{justify-content:space-between}.hero h1{font-size:42px}.hero .eyebrow{font-size:11px}.lead{font-size:18px}.desktop-break{display:none}.hero-cta{min-width:0;width:100%;font-size:17px;min-height:57px}.availability{font-size:13px}.hero-grid{padding-top:25px}.shapeshifter{margin-top:4px}.hero-stage{width:calc(100% + 24px);margin-left:-12px}figcaption strong{font-size:20px}#hero-role{font-size:16px;margin-top:3px;min-height:26px}.motion-toggle{min-width:48px;height:48px;font-size:12px}.role-choices{grid-template-columns:1fr;padding-block:12px}.role-choices button,.role-choices button:first-child{padding:14px 0;display:flex;justify-content:space-between;align-items:baseline;gap:15px;border-right:0;border-bottom:1px solid #46617f}.role-choices button:last-child{border-bottom:0}.role-choices strong{font-size:18px}.role-choices span{font-size:13px;margin:0;text-align:right}.section{padding-block:48px}.eyebrow{margin-bottom:18px}.section h2{font-size:34px}.section-copy,.signup-copy>p:not(.eyebrow){font-size:18px}.example-area{margin-top:35px}.example-heading h3{font-size:22px}.task-examples{grid-template-columns:1fr;gap:0;margin-top:15px}.task-examples li{border:0;border-bottom:1px solid var(--line);padding:15px 0;font-size:17px}.workflow-steps{grid-template-columns:1fr;gap:28px;margin-top:30px}.workflow-steps li{display:grid;grid-template-columns:35px 1fr;gap:10px}.step-number{margin:0;padding-top:3px}.workflow-steps h3{margin:0}.workflow-steps p{grid-column:2;font-size:17px}.section-heading p:last-child{font-size:18px}.form-row{grid-template-columns:1fr;gap:0}.site-footer>.container{align-items:flex-start}.site-footer nav{width:100%;gap:20px;font-size:14px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition:none!important;animation:none!important}}

/* Library icons pair each role with a readable label. */
.role-choices button{display:flex;align-items:center;gap:24px}.role-choices img{width:44px;height:44px;flex:none}.role-choices button div{min-width:0}@media(max-width:1100px){.role-choices button{gap:16px}.role-choices img{width:34px;height:34px}}@media(max-width:820px){.role-choices img{display:none}}@media(max-width:480px){.role-choices button div{width:100%;display:flex;align-items:baseline;justify-content:space-between;gap:15px}}
