:root{--solcol-page: #dfe9ef;--solcol-surface: #f8fafb;--solcol-surface-soft: #dfe9ef;--solcol-ink: #315e7a;--solcol-muted: #405e70;--solcol-soft-text: #516b7a;--solcol-accent: #315e7a;--solcol-accent-dark: #24465c;--solcol-signal: #699dc0;--solcol-border: #c3d4df;--solcol-bg-enterprise-systems: url(/images/backgrounds/enterprise-ai-systems.webp);--solcol-bg-cloud-operations: url(/images/backgrounds/enterprise-cloud-operations.webp);--solcol-radius: 8px;--solcol-space-unit: 4px;--solcol-content-max: 1220px;--solcol-page-gutter: clamp(18px, 3vw, 24px);--solcol-secondary-wordmark-width: clamp(148px, 15vw, 184px);--solcol-section-space: clamp(52px, 7vw, 84px);--solcol-footer-page-gap: clamp(28px, 3vw, 44px);--solcol-hero-space-top: clamp(28px, 5vw, 64px);--solcol-hero-space-bottom: clamp(48px, 7vw, 84px);--solcol-heading-gap: 32px;--solcol-grid-gap: 16px;--solcol-panel-space: 22px;--solcol-motion-quick: .16s;--solcol-motion-enter: .68s;--solcol-motion-easing: cubic-bezier(.22, 1, .36, 1);--solcol-type-display-size: clamp(2.7rem, 5.4vw, 5.25rem);--solcol-type-display-line: .98;--solcol-type-display-weight: 850;--solcol-type-display-measure: 15ch;--solcol-type-headline-size: clamp(2rem, 3.2vw, 3.35rem);--solcol-type-headline-line: 1.04;--solcol-type-headline-weight: 700;--solcol-type-headline-measure: 22ch;--solcol-type-title-size: clamp(1.1rem, 2vw, 1.34rem);--solcol-type-title-line: 1.2;--solcol-type-title-weight: 700;--solcol-type-body-size: 1rem;--solcol-type-body-line: 1.6;--solcol-type-body-measure: 68ch;--solcol-type-body-large-size: clamp(1rem, 1.45vw, 1.16rem);--solcol-type-body-large-line: 1.64;--solcol-type-body-large-measure: 62ch;--solcol-type-label-size: .78rem;--solcol-type-label-line: 1.2;--solcol-type-label-weight: 850;color:var(--solcol-ink);background:var(--solcol-page);color-scheme:light;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}html{min-width:320px;min-height:100%;scrollbar-gutter:stable}body{min-width:320px;min-height:100svh;margin:0}button,input,textarea,select{font:inherit}a{color:inherit}#root{min-height:100svh}.loading-screen{position:relative;min-height:100svh;display:grid;place-items:center;overflow:hidden;isolation:isolate;background:radial-gradient(circle at 50% 48%,#fffffff5 0 18%,#fbfcfdb8 48%),var(--solcol-page);color:var(--solcol-ink)}.loading-screen--overlay{position:fixed;z-index:1400;inset:0;animation:loading-screen-enter .36s var(--solcol-motion-easing) both}.loading-screen--route{width:100%}.loading-screen--exiting{pointer-events:none;animation:loading-screen-exit .72s var(--solcol-motion-easing) forwards}.loading-screen__diffusion{position:absolute;z-index:-1;inset:-18%;filter:blur(64px);opacity:.72;transform:translateZ(0)}.loading-screen__orb{position:absolute;width:clamp(260px,42vw,620px);aspect-ratio:1;border-radius:50%;mix-blend-mode:multiply;will-change:transform,opacity}.loading-screen__orb--left{top:4%;left:13%;background:#0f172a1a;animation:loading-diffuse-left 4.8s ease-in-out infinite alternate}.loading-screen__orb--right{right:12%;bottom:1%;background:#4e627014;animation:loading-diffuse-right 5.2s ease-in-out .18s infinite alternate}.loading-screen__orb--center{top:28%;right:23%;background:#0f172a13;animation:loading-diffuse-center 5.6s ease-in-out .32s infinite alternate}.loading-screen__content{position:relative;z-index:1;width:min(70vw,360px);display:grid;justify-items:center;gap:20px;padding:24px}.loading-screen__wordmark{width:100%;height:auto;display:block;filter:drop-shadow(0 16px 28px rgba(15,23,42,.08));animation:loading-wordmark-breathe 2.2s ease-in-out infinite}.loading-screen--exiting .loading-screen__content{animation:loading-content-dissolve .56s var(--solcol-motion-easing) forwards}.loading-screen--exiting .loading-screen__diffusion{animation:loading-diffusion-dissolve .72s var(--solcol-motion-easing) forwards}.loading-screen__progress{width:min(176px,54vw);height:2px;overflow:hidden;border-radius:999px;background:#0f172a1f}.loading-screen__progress span{width:42%;height:100%;display:block;border-radius:inherit;background:#0f172a;animation:loading-progress 1.35s var(--solcol-motion-easing) infinite}.loading-screen__label{color:var(--solcol-muted);font-size:.75rem;font-weight:700;line-height:1.2}@keyframes loading-screen-enter{0%{opacity:0}}@keyframes loading-screen-exit{0%,36%{opacity:1}to{opacity:0;visibility:hidden}}@keyframes loading-content-dissolve{35%{opacity:.82;filter:blur(1px);transform:scale(1.01)}to{opacity:0;filter:blur(10px);transform:scale(.96)}}@keyframes loading-diffusion-dissolve{45%{opacity:.82;transform:scale(1.08)}to{opacity:0;filter:blur(82px);transform:scale(1.42)}}@keyframes loading-diffuse-left{to{opacity:.62;transform:translate(18%,14%) scale(1.18)}}@keyframes loading-diffuse-right{to{opacity:.72;transform:translate(-16%,-18%) scale(1.12)}}@keyframes loading-diffuse-center{to{opacity:.58;transform:translate(-20%,10%) scale(1.24)}}@keyframes loading-wordmark-breathe{0%,to{opacity:.92;transform:scale(.985)}50%{opacity:1;transform:scale(1)}}@keyframes loading-progress{0%{transform:translate(-110%)}to{transform:translate(350%)}}@media(prefers-reduced-motion:reduce){.loading-screen,.loading-screen--overlay,.loading-screen--exiting,.loading-screen__orb,.loading-screen__content,.loading-screen__diffusion,.loading-screen__wordmark,.loading-screen__progress span{animation:none}.loading-screen--exiting{opacity:0}.loading-screen__progress span{width:100%}}.simple-site{position:relative;min-height:100svh;display:grid;place-items:center;padding:72px var(--solcol-page-gutter);overflow-x:hidden;background:var(--solcol-page)}@supports (min-height: 100dvh){body,#root,.simple-site{min-height:100dvh}}.simple-site__eyebrow{margin:0 0 14px;color:var(--solcol-accent);font-size:var(--solcol-type-label-size);font-weight:var(--solcol-type-label-weight);line-height:var(--solcol-type-label-line);text-transform:uppercase;letter-spacing:0}.simple-site h1{max-width:680px;margin:0 auto;color:var(--solcol-ink);font-size:var(--solcol-type-display-size);font-weight:var(--solcol-type-display-weight);letter-spacing:0;line-height:var(--solcol-type-display-line)}.simple-site h1.simple-site__wordmark-heading{width:100%;max-width:min(540px,calc(100vw - 48px));margin-right:auto;margin-left:auto;line-height:0}.simple-site__wordmark{width:100%;max-width:100%;height:auto;display:block;margin:0 auto}.simple-site__lede{max-width:680px;margin:26px auto 0;color:var(--solcol-muted);font-size:1.2rem;line-height:1.65}.simple-site__actions{display:flex;align-items:center;justify-content:center;gap:14px;margin-top:34px}.simple-site__button{width:fit-content;display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:11px 20px;border:1px solid var(--solcol-ink);border-radius:var(--solcol-radius);background:var(--solcol-ink);color:#fff;font-weight:800;line-height:1.2;text-decoration:none}.simple-site__button:hover,.simple-site__button:focus-visible{border-color:var(--solcol-accent-dark);background:var(--solcol-accent-dark)}.simple-site__button:focus-visible,.simple-site__email:focus-visible,.simple-contact__intro a:focus-visible,.simple-about__brand:focus-visible,.color-guide__brand:focus-visible{outline:3px solid rgba(23,23,23,.22);outline-offset:3px}.simple-site__email{display:inline-flex;min-height:46px;align-items:center;justify-content:center;padding:11px 2px;color:var(--solcol-muted);font-size:.9375rem;font-weight:700;text-decoration:none}.simple-site__email:hover,.simple-site__email:focus-visible{color:var(--solcol-accent)}.simple-site__logo-marquee{--marquee-gap: 28px;--marquee-half-gap: 14px;width:min(100%,640px);margin:28px auto 0;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 9%,#000 91%,transparent 100%);mask-image:linear-gradient(90deg,transparent 0,#000 9%,#000 91%,transparent 100%)}.simple-site__logo-track{width:max-content;display:flex;align-items:center;gap:var(--marquee-gap);animation:provider-logo-marquee 24s linear infinite;will-change:transform}.simple-site__logo-marquee:hover .simple-site__logo-track{animation-play-state:paused}.simple-site__logos{display:flex;align-items:center;gap:var(--marquee-gap);flex:0 0 auto;padding:0;margin:0;list-style:none}.simple-site__logos-item{--logo-width: 22px;--logo-height: 22px;display:inline-flex;align-items:center;gap:8px;min-height:30px;padding:0}.simple-site__logos-item--wordmark{justify-content:center}.simple-site__logos-item--wordmark:nth-child(3){--logo-width: 98px;--logo-height: 20px}.simple-site__logos-item--wordmark:nth-child(4){--logo-width: 102px;--logo-height: 23px}.simple-site__logos-item--wordmark:nth-child(5){--logo-width: 83px;--logo-height: 24px}.simple-site__logos img{width:var(--logo-width);height:var(--logo-height);display:block;object-fit:contain;flex:0 0 auto}.simple-site__logos span{display:inline-flex;align-items:center;min-height:var(--logo-height);color:var(--solcol-muted);font-size:.8125rem;font-weight:800;line-height:1;transform:translateY(2px);white-space:nowrap}@keyframes provider-logo-marquee{to{transform:translate(calc(-50% - var(--marquee-half-gap)))}}@media(prefers-reduced-motion:reduce){.simple-site__logo-marquee{overflow:visible;-webkit-mask-image:none;mask-image:none}.simple-site__logo-track{width:100%;animation:none;justify-content:center}.simple-site__logos{flex-wrap:wrap;justify-content:center}.simple-site__logos[aria-hidden=true]{display:none}}.simple-site__list{display:grid;padding:0;margin:0;list-style:none}.simple-site__list li{position:relative}.simple-site__list li:before{content:"";position:absolute;top:0;left:0;width:100%;height:2px;border-radius:2px}.simple-site__list span{font-size:.98rem;font-weight:850;line-height:1.25}.simple-site__list small{color:var(--solcol-muted);font-size:.875rem;font-weight:550;line-height:1.5}.simple-site--contact{--public-page-header-height: 72px;--public-page-min: calc(100svh - var(--public-page-header-height));min-height:var(--public-page-min);align-items:center;padding:clamp(36px,7vh,72px) var(--solcol-page-gutter);background:linear-gradient(90deg,#fbfcfd,#fbfcfdfa 44%,#fbfcfdd6,#fbfcfdb8),linear-gradient(180deg,#eff6ffad,#fbfcfd2e),var(--solcol-bg-enterprise-systems) right center / auto 100% no-repeat,var(--solcol-page)}@supports (min-height: 100dvh){.simple-site--contact{--public-page-min: calc(100dvh - var(--public-page-header-height))}}.simple-contact{position:relative;z-index:1;width:min(100%,var(--solcol-content-max));display:grid;grid-template-columns:minmax(280px,.82fr) minmax(420px,1fr);gap:clamp(34px,5vw,54px);align-items:center;margin:0 auto}.simple-contact__intro{width:100%;max-width:470px;justify-self:start}.simple-contact__brand{display:flex;align-items:center;gap:10px;margin-bottom:42px;color:var(--solcol-ink);font-size:.95rem;font-weight:850;line-height:1;text-decoration:none}.simple-contact__brand img,.simple-contact__brand svg{width:34px;height:34px;display:block;border-radius:var(--solcol-radius)}.simple-contact__brand .simple-contact__wordmark{width:var(--solcol-secondary-wordmark-width);height:auto;border-radius:0}.simple-contact__intro h1{margin:0;color:var(--solcol-ink);max-width:var(--solcol-type-headline-measure);font-size:var(--solcol-type-headline-size);font-weight:var(--solcol-type-headline-weight);letter-spacing:0;line-height:var(--solcol-type-headline-line)}.simple-contact__intro p{max-width:460px;margin:22px 0 0;color:var(--solcol-muted);font-size:1.125rem;line-height:1.65}.simple-contact__meta{display:grid;gap:10px;margin-top:24px;padding-top:22px;border-top:1px solid var(--solcol-border)}.simple-contact__meta a,.simple-contact__meta span{color:var(--solcol-muted);font-weight:700;line-height:1.5;text-decoration:none}.simple-contact__meta a:hover,.simple-contact__meta a:focus-visible{color:var(--solcol-accent)}.simple-contact__visual{width:min(100%,250px);margin:28px 0 0}.simple-contact__visual img{width:100%;height:auto;display:block;object-fit:contain}.contact-form-panel{color:var(--solcol-ink)}.contact-form-panel__header{display:grid;gap:6px;margin-bottom:18px}.contact-form-panel__header h2{margin:0;color:var(--solcol-ink);font-size:clamp(1.35rem,2.2vw,1.78rem);font-weight:850;letter-spacing:0;line-height:1.08}.contact-form-panel__header p{max-width:460px;margin:0;color:var(--solcol-muted);font-size:.94rem;line-height:1.45}.contact-form-panel .MuiTypography-overline{letter-spacing:0}::selection{background:#1e40af2e}@media(max-width:860px){.simple-site--contact{padding:clamp(42px,7vh,56px) var(--solcol-page-gutter)}.simple-contact{width:min(100%,640px);grid-template-columns:1fr;gap:30px}.simple-contact__intro{max-width:560px;justify-self:center;text-align:left}.simple-contact__brand{justify-content:flex-start;margin-bottom:30px}.simple-contact__intro p{margin-right:0;margin-left:0}.simple-contact__intro h1{font-size:2.5rem}.simple-contact__meta{justify-items:start}.simple-contact__visual{width:min(230px,58vw)}}html:has(.simple-site--home),body:has(.simple-site--home),#root:has(.simple-site--home),html:has(.simple-site--contact),body:has(.simple-site--contact),#root:has(.simple-site--contact){height:auto;min-height:100svh;overflow-x:hidden;overflow-y:auto;background:#fbfcfd}.simple-site--home,.simple-site--contact{--solcol-bright-page: #fbfcfd}.simple-site--home{height:auto;min-height:100svh;display:block;padding:0;overflow-x:hidden;overflow-y:auto}.simple-site--home .simple-site__hero{min-height:100svh;display:grid;place-items:center;align-items:center;padding:clamp(20px,3.4vh,34px) var(--solcol-page-gutter);overflow-x:hidden;overflow-y:visible;border-bottom:0;background:var(--solcol-bright-page);background-image:none}@supports (min-height: 100dvh){html:has(.simple-site--home),body:has(.simple-site--home),#root:has(.simple-site--home),.simple-site--home,.simple-site--home .simple-site__hero{min-height:100dvh}}.simple-site--home .simple-site__hero:after{display:none}.simple-site--home .simple-site__hero-inner{width:min(100%,var(--solcol-content-max));min-width:0;box-sizing:border-box;display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.54fr);grid-template-areas:"copy focus" "providers focus";align-items:center;justify-self:center;column-gap:clamp(34px,6vw,92px);row-gap:clamp(20px,3.4vh,30px);margin:0 auto}.simple-site--home .simple-site__hero-copy{grid-area:copy;width:100%;max-width:640px;min-width:0;padding:0}.simple-site--home h1.simple-site__wordmark-heading{width:clamp(260px,28vw,360px);max-width:100%;margin:0;line-height:0}.simple-site--home .simple-site__wordmark{width:100%;max-width:100%;height:auto;display:block;margin:0}.simple-site--home .simple-site__headline{width:100%;max-width:620px;margin:clamp(18px,3vh,28px) 0 0;color:var(--solcol-ink);font-size:var(--solcol-type-display-size);font-weight:var(--solcol-type-display-weight);line-height:var(--solcol-type-display-line);text-wrap:balance}.simple-site--home .simple-site__lede{width:100%;max-width:580px;margin:clamp(14px,2.3vh,22px) 0 0;color:var(--solcol-muted);font-size:clamp(.98rem,1.4vw,1.08rem);line-height:1.58;text-align:left}.simple-site--home .simple-site__actions{width:100%;display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-start;gap:12px 16px;margin-top:clamp(18px,3vh,28px)}.simple-site--home .simple-site__button{width:auto;min-height:44px;padding:10px 18px;flex:0 0 auto}.simple-site--home .simple-site__email{width:auto;min-width:0;min-height:44px;padding:10px 0;overflow-wrap:anywhere}.simple-site--home .simple-site__platforms{grid-area:providers;position:static;width:100%;max-width:none;min-width:0;margin:0;overflow:hidden}.simple-site--home .simple-site__logo-marquee{--marquee-gap: clamp(22px, 4vw, 42px);--marquee-half-gap: calc(var(--marquee-gap) / 2);width:min(100%,900px);min-width:0;margin:0;display:block;overflow:hidden}.simple-site--home .simple-site__logo-track,.simple-site--home .simple-site__logos,.simple-site--home .simple-site__logos-item,.simple-site--home .simple-site__logos img,.simple-site--home .simple-site__logos span{opacity:1;visibility:visible}.simple-site--home .simple-site__logos-item{min-height:34px}.simple-site--home .simple-site__list{grid-area:focus;width:100%;max-width:360px;display:grid;grid-template-columns:1fr;gap:clamp(18px,3vh,28px);justify-self:end;align-self:center;padding:0;margin:0;overflow:visible}.simple-site--home .simple-site__list li{min-height:auto;display:grid;align-content:start;gap:7px;padding:13px 0 0;background:transparent;border:0;color:var(--solcol-ink);text-align:left;opacity:1;transform:none;animation:none}.simple-site--home .simple-site__list li:before{left:0;width:100%;transform:none;background:linear-gradient(90deg,var(--solcol-accent),var(--solcol-signal)) left / 18% 100% no-repeat,#1e40af2e;opacity:1;animation:none}.simple-site--home .simple-site__list li:after{display:none;animation:none}.simple-site--home .simple-site__list span{color:var(--solcol-ink);font-size:.94rem;line-height:1.22}.simple-site--home .simple-site__list small{color:var(--solcol-muted);font-size:.8125rem;line-height:1.42}@media(min-width:861px)and (max-height:740px){.simple-site--home .simple-site__hero{padding-top:18px;padding-bottom:18px}.simple-site--home .simple-site__hero-inner{row-gap:16px}.simple-site--home h1.simple-site__wordmark-heading{width:clamp(240px,25vw,305px)}.simple-site--home .simple-site__headline{max-width:570px;margin-top:16px;font-size:clamp(2.65rem,4.65vw,4.1rem)}.simple-site--home .simple-site__lede{max-width:540px;margin-top:12px;font-size:.94rem;line-height:1.44}.simple-site--home .simple-site__actions{margin-top:14px}.simple-site--home .simple-site__list{max-width:340px;gap:15px}.simple-site--home .simple-site__list small{font-size:.76rem;line-height:1.32}}@media(max-width:860px){.simple-site--home,.simple-site--home .simple-site__hero,.simple-site--home .simple-site__hero-inner,.simple-site--home .simple-site__hero-copy,.simple-site--home .simple-site__platforms,.simple-site--home .simple-site__list{width:100%;max-width:100%;min-width:0;box-sizing:border-box}.simple-site--home .simple-site__hero{padding:24px var(--solcol-page-gutter) 28px}.simple-site--home .simple-site__hero-inner{width:min(100%,620px);grid-template-columns:1fr;grid-template-areas:"copy" "providers" "focus";align-content:center;justify-items:stretch;gap:24px}.simple-site--home .simple-site__hero-copy,.simple-site--home .simple-site__platforms,.simple-site--home .simple-site__list{width:100%;max-width:100%;justify-self:stretch}.simple-site--home h1.simple-site__wordmark-heading{width:min(300px,calc(100vw - 40px))}.simple-site--home .simple-site__headline{max-width:100%;font-size:clamp(2.3rem,9.4vw,3.9rem)}.simple-site--home .simple-site__lede{max-width:100%;font-size:.96rem;line-height:1.5}.simple-site--home .simple-site__logo-marquee{--marquee-gap: 24px;--marquee-half-gap: 12px;width:100%}}@media(max-width:640px){.simple-site--home{min-height:100svh}.simple-site--home .simple-site__hero{min-height:100svh;place-items:center;align-items:center;padding:18px var(--solcol-page-gutter) 22px}@supports (min-height: 100dvh){.simple-site--home .simple-site__hero{min-height:100dvh}}.simple-site--home .simple-site__hero-inner{width:100%;align-content:center;justify-self:center;gap:16px}.simple-site--home h1.simple-site__wordmark-heading{width:min(230px,calc(100vw - 32px))}.simple-site--home .simple-site__headline{width:100%;max-width:min(100%,330px);margin-top:16px;font-size:clamp(1.75rem,7.7vw,2.15rem);line-height:1.04;overflow-wrap:normal}.simple-site--home .simple-site__lede{width:100%;max-width:min(100%,340px);margin-top:12px;font-size:.88rem;line-height:1.42}.simple-site--home .simple-site__actions{width:100%;gap:8px 12px;margin-top:14px}.simple-site--home .simple-site__button{min-height:40px;padding:8px 15px}.simple-site--home .simple-site__email{min-height:40px;font-size:.82rem}.simple-site--home .simple-site__logos-item{min-height:26px}.simple-site--home .simple-site__list{gap:12px}.simple-site--home .simple-site__list li{padding-top:9px}.simple-site--home .simple-site__list span{font-size:.84rem}.simple-site--home .simple-site__list small{font-size:.74rem;line-height:1.3}}.simple-site__button.simple-site__button--secondary{border-color:var(--solcol-border);background:transparent;color:var(--solcol-ink)}.simple-site__button.simple-site__button--secondary:hover,.simple-site__button.simple-site__button--secondary:focus-visible{border-color:#1e40af57;background:#1e40af0f;color:var(--solcol-accent-dark)}html:has(.glyph-test),body:has(.glyph-test),#root:has(.glyph-test){height:auto;min-height:100svh;overflow-x:hidden;overflow-y:auto;background:#fbfcfd}.glyph-test{min-height:100svh;display:grid;place-items:center;padding:clamp(22px,4vw,54px) var(--solcol-page-gutter);background:#fbfcfd}.glyph-test__stage{width:min(100%,1280px);display:grid;gap:clamp(42px,7vw,86px)}.glyph-test__section{display:grid;gap:clamp(16px,2.8vw,30px)}.glyph-test__section--audit{padding-top:clamp(34px,5vw,60px);border-top:2px solid rgba(15,23,42,.12)}.glyph-test__line{width:100%;height:auto;display:block}.glyph-test__line--manifesto-1{width:min(100%,420px)}.glyph-test__line--manifesto-2,.glyph-test__line--audit-1{width:min(100%,640px)}.glyph-test__line--manifesto{max-height:132px}.glyph-test__line--manifesto-1,.glyph-test__line--manifesto-2{max-height:148px}.glyph-test__line--audit{max-height:136px}.glyph-test__line--audit-5{width:min(100%,680px)}.glyph-test__line--audit-6{width:min(100%,980px)}@media(max-width:760px){.glyph-test{place-items:start center;padding:22px var(--solcol-page-gutter)}.glyph-test__stage{gap:18px}.glyph-test__line--manifesto,.glyph-test__line--audit{max-height:none}}html:has(.simple-site--about),body:has(.simple-site--about),#root:has(.simple-site--about){height:auto;min-height:100svh;overflow-x:hidden;overflow-y:auto;background:#fbfcfd}.simple-site--about{--solcol-bright-page: #fbfcfd;--public-page-header-height: 72px;--public-page-min: calc(100svh - var(--public-page-header-height));display:block;min-height:var(--public-page-min);padding:0;overflow-x:hidden;overflow-y:visible;background:var(--solcol-bright-page)}@supports (min-height: 100dvh){.simple-site--about{--public-page-min: calc(100dvh - var(--public-page-header-height))}}.simple-about__hero,.simple-about__section,.simple-about__split,.simple-about__cta{width:min(calc(100% - var(--solcol-page-gutter) - var(--solcol-page-gutter)),var(--solcol-content-max));margin:0 auto}.simple-about__hero{min-height:var(--public-page-min);display:grid;align-content:center;padding-top:clamp(48px,8vh,92px);padding-bottom:clamp(48px,8vh,92px)}.simple-about__brand{width:fit-content;display:flex;align-items:center;margin-bottom:clamp(32px,6vh,64px);color:var(--solcol-ink);text-decoration:none}.simple-about__wordmark{width:var(--solcol-secondary-wordmark-width);height:auto;display:block}.simple-about__hero-grid{display:grid;grid-template-columns:minmax(0,760px);gap:clamp(34px,6vw,84px);align-items:center;justify-content:start}.simple-about__copy{min-width:0;max-width:760px}.simple-site--about h1,.simple-site--about h2,.simple-site--about h3,.simple-site--about p{margin-top:0}.simple-site--about h1{max-width:var(--solcol-type-display-measure);margin-right:0;margin-left:0;color:var(--solcol-ink);font-size:var(--solcol-type-display-size);font-weight:var(--solcol-type-display-weight);letter-spacing:0;line-height:var(--solcol-type-display-line);text-align:left;text-wrap:balance}.simple-about__lede{max-width:660px;margin:24px 0 0;color:var(--solcol-muted);font-size:var(--solcol-type-body-large-size);line-height:var(--solcol-type-body-large-line)}.simple-about__actions{justify-content:flex-start;margin-top:32px}.simple-about__signal-panel{min-width:0;display:grid;grid-template-columns:minmax(150px,220px) minmax(260px,.76fr) minmax(320px,1fr);gap:clamp(24px,4vw,54px);align-items:center;padding:0}.simple-about__signal-visual{width:min(100%,220px);margin:0}.simple-about__signal-visual img{width:100%;height:auto;display:block;object-fit:contain}.simple-about__panel-kicker{margin:0 0 12px;color:var(--solcol-accent);font-size:var(--solcol-type-label-size);font-weight:var(--solcol-type-label-weight);line-height:var(--solcol-type-label-line);text-transform:uppercase;letter-spacing:0}.simple-about__signal-copy{min-width:0}.simple-about__signal-copy h2{max-width:13ch;margin-bottom:0;color:var(--solcol-ink);font-size:clamp(1.85rem,3vw,2.72rem);font-weight:850;line-height:1.02}.simple-about__signal-copy>p:not(.simple-about__panel-kicker){max-width:38ch;margin:16px 0 0;color:var(--solcol-muted);font-size:.96rem;line-height:1.58}.simple-about__facts{display:grid;gap:0;margin:0;border-top:1px solid rgba(30,64,175,.15)}.simple-about__facts div{padding:14px 0;border-bottom:1px solid rgba(30,64,175,.15)}.simple-about__facts div:last-child{border-bottom:0}.simple-about__facts dt{margin-bottom:6px;color:var(--solcol-ink);font-size:.93rem;font-weight:850;line-height:1.3}.simple-about__facts dd{margin:0;color:var(--solcol-muted);font-size:.82rem;line-height:1.5}.simple-about__section,.simple-about__split{min-height:var(--public-page-min);display:grid;align-content:center;padding-top:clamp(56px,8vh,96px);padding-bottom:clamp(56px,8vh,96px);border-top:1px solid var(--solcol-border)}.simple-about__section--signal{padding-top:clamp(48px,7vh,76px);padding-bottom:clamp(48px,7vh,76px)}.simple-about__section--signal .simple-about__facts{align-self:stretch;align-content:center}.simple-about__section-header{display:grid;grid-template-columns:minmax(0,.86fr) minmax(320px,.72fr);gap:clamp(28px,5vw,68px);align-items:end;margin-bottom:clamp(28px,5vh,44px)}.simple-site--about h2{color:var(--solcol-ink);font-size:var(--solcol-type-headline-size);font-weight:var(--solcol-type-headline-weight);letter-spacing:0;line-height:var(--solcol-type-headline-line);text-wrap:balance}.simple-about__section-header h2,.simple-about__split h2{margin-bottom:0}.simple-about__section-header p:last-child,.simple-about__split-copy p{margin-bottom:0;color:var(--solcol-muted);font-size:1rem;line-height:1.7}.simple-about__need-grid,.simple-about__step-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:var(--solcol-grid-gap)}.simple-about__need,.simple-about__step{min-width:0;min-height:250px;display:grid;align-content:start;padding:24px;border:1px solid var(--solcol-border);border-radius:var(--solcol-radius);background:#ffffffb3}.simple-about__need{grid-template-rows:auto auto 1fr}.simple-about__need-image{width:min(100%,118px);height:auto;aspect-ratio:1;display:block;justify-self:start;margin:0 0 18px;object-fit:contain}.simple-about__need h3,.simple-about__step h3{margin-bottom:12px;color:var(--solcol-ink);font-size:1.05rem;font-weight:850;line-height:1.24}.simple-about__need p,.simple-about__step p{margin-bottom:0;color:var(--solcol-muted);font-size:.93rem;line-height:1.62}.simple-about__split{display:grid;grid-template-columns:minmax(0,.86fr) minmax(360px,.88fr);gap:clamp(30px,6vw,86px);align-items:start}.simple-about__split-copy{display:grid;gap:20px}.simple-about__principles{display:grid;gap:12px;padding:0;margin:8px 0 0;list-style:none}.simple-about__principles li{position:relative;padding-left:24px;color:var(--solcol-ink);font-size:.98rem;font-weight:700;line-height:1.5}.simple-about__principles li:before{content:"";position:absolute;top:.72em;left:0;width:10px;height:2px;border-radius:2px;background:linear-gradient(90deg,var(--solcol-accent),var(--solcol-signal))}.simple-about__section--last{padding-bottom:clamp(56px,8vh,96px)}.simple-about__step-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.simple-about__step{min-height:238px}.simple-about__step span{display:block;margin-bottom:32px;color:var(--solcol-accent);font-size:.9rem;font-weight:850}.simple-about__cta{width:100%;max-width:none;min-height:clamp(420px,70svh,var(--public-page-min));display:grid;grid-template-columns:minmax(0,1fr) auto;gap:28px;align-items:center;padding-right:max(var(--solcol-page-gutter),calc((100vw - var(--solcol-content-max)) / 2));padding-left:max(var(--solcol-page-gutter),calc((100vw - var(--solcol-content-max)) / 2));padding-top:clamp(56px,8vh,96px);padding-bottom:clamp(56px,8vh,96px);border-top:1px solid var(--solcol-border);background:linear-gradient(90deg,#101820fa,#101820e6 48%,#1018209e),linear-gradient(180deg,#1e40af2e,#0f766e1a),var(--solcol-bg-cloud-operations) center right / cover no-repeat,var(--solcol-ink);color:#fff}.simple-about__cta h2{max-width:760px;margin-bottom:12px;color:#fff;font-size:clamp(1.8rem,2.7vw,2.75rem)}.simple-about__cta p{max-width:660px;margin-bottom:0;color:#ffffffc2;line-height:1.68}.simple-about__cta .simple-site__button{border-color:#fff;background:#fff;color:var(--solcol-ink)}.simple-about__cta .simple-site__button:hover,.simple-about__cta .simple-site__button:focus-visible{border-color:var(--solcol-surface-soft);background:var(--solcol-surface-soft);color:var(--solcol-ink)}@media(max-width:980px){.simple-about__hero-grid,.simple-about__section-header,.simple-about__split,.simple-about__cta{grid-template-columns:1fr}.simple-about__signal-panel{grid-template-columns:1fr;max-width:680px}.simple-about__section--signal .simple-about__signal-panel{max-width:none}.simple-about__signal-visual{width:min(210px,42vw)}.simple-about__need-grid,.simple-about__step-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){.simple-about__brand{margin-bottom:42px}.simple-site--about h1{font-size:clamp(2.25rem,11vw,3.2rem)}.simple-about__lede{font-size:.98rem;line-height:1.56}.simple-about__actions{display:grid;width:min(100%,340px)}.simple-about__need-grid,.simple-about__step-grid{grid-template-columns:1fr}.simple-about__need,.simple-about__step{min-height:auto;padding:var(--solcol-panel-space)}.simple-about__need{grid-template-columns:minmax(0,1fr) minmax(82px,112px);grid-template-rows:auto auto;column-gap:18px}.simple-about__need-image{grid-column:2;grid-row:1 / 3;width:100%;margin:0;justify-self:end}.simple-about__need h3,.simple-about__need p{grid-column:1}.simple-about__cta{background:linear-gradient(180deg,#101820fa,#101820eb 58%,#101820c2),linear-gradient(180deg,#1e40af2e,#0f766e1a),var(--solcol-bg-cloud-operations) 68% center / cover no-repeat,var(--solcol-ink)}}html:has(.simple-site--color-guide),body:has(.simple-site--color-guide),#root:has(.simple-site--color-guide){height:auto;min-height:100svh;overflow-x:hidden;overflow-y:auto;background:#fbfcfd}.simple-site--color-guide{display:block;min-height:100svh;padding:0;overflow-x:hidden;overflow-y:visible;background:#fbfcfd}.color-guide__hero,.color-guide__section{width:min(calc(100% - var(--solcol-page-gutter) - var(--solcol-page-gutter)),var(--solcol-content-max));margin:0 auto}.color-guide__hero{padding-top:var(--solcol-hero-space-top);padding-bottom:var(--solcol-hero-space-bottom)}.color-guide__brand{width:fit-content;display:flex;align-items:center;margin-bottom:clamp(44px,7vw,84px);color:var(--solcol-ink);text-decoration:none}.color-guide__wordmark{width:var(--solcol-secondary-wordmark-width);height:auto;display:block}.color-guide__hero-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.42fr);gap:clamp(32px,6vw,76px);align-items:end}.simple-site--color-guide h1,.simple-site--color-guide h2,.simple-site--color-guide h3,.simple-site--color-guide p{margin-top:0}.simple-site--color-guide h1{max-width:var(--solcol-type-display-measure);margin-right:0;margin-left:0;color:var(--solcol-ink);font-size:var(--solcol-type-display-size);font-weight:var(--solcol-type-display-weight);letter-spacing:0;line-height:var(--solcol-type-display-line);text-align:left;text-wrap:balance}.color-guide__lede{max-width:700px;margin:24px 0 0;color:var(--solcol-muted);font-size:var(--solcol-type-body-large-size);line-height:var(--solcol-type-body-large-line)}.color-guide__summary{min-width:0;padding:var(--solcol-panel-space);border:1px solid rgba(16,24,32,.16);border-radius:var(--solcol-radius);background:var(--solcol-ink);color:#fff}.color-guide__summary span{display:block;margin-bottom:18px;color:#ffffffad;font-size:var(--solcol-type-label-size);font-weight:var(--solcol-type-label-weight);line-height:var(--solcol-type-label-line);text-transform:uppercase;letter-spacing:0}.color-guide__summary p{margin-bottom:0;color:#ffffffe6;font-size:1.1rem;font-weight:650;line-height:1.48}.color-guide__section{padding-top:var(--solcol-section-space);padding-bottom:var(--solcol-section-space);border-top:1px solid var(--solcol-border)}.color-guide__section-header{display:grid;grid-template-columns:minmax(0,.46fr) minmax(0,1fr);gap:clamp(24px,5vw,68px);align-items:end;margin-bottom:var(--solcol-heading-gap)}.simple-site--color-guide h2{max-width:760px;margin-bottom:0;color:var(--solcol-ink);font-size:var(--solcol-type-headline-size);font-weight:var(--solcol-type-headline-weight);letter-spacing:0;line-height:var(--solcol-type-headline-line);text-wrap:balance}.color-guide__swatch-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:var(--solcol-grid-gap)}.color-guide__swatch-grid--compact{grid-template-columns:repeat(3,minmax(0,1fr))}.color-guide__swatch{min-width:0;min-height:250px;display:grid;align-content:start;gap:18px;padding:var(--solcol-panel-space);border:1px solid var(--solcol-border);border-radius:var(--solcol-radius);background:#fff}.color-guide__chip{width:100%;aspect-ratio:16 / 9;border:1px solid rgba(16,24,32,.12);border-radius:var(--solcol-radius)}.color-guide__swatch h3,.color-guide__rule h3{margin-bottom:8px;color:var(--solcol-ink);font-size:1rem;font-weight:850;line-height:1.25}.color-guide__swatch p,.color-guide__rule p{margin-bottom:0;color:var(--solcol-muted);font-size:.9rem;line-height:1.56}.color-guide__value{margin-bottom:10px;color:var(--solcol-accent-dark);font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:.82rem;font-weight:800}.color-guide__section--split{display:grid;grid-template-columns:minmax(0,.72fr) minmax(0,1fr);gap:clamp(30px,6vw,82px);align-items:start}.color-guide__rules{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--solcol-grid-gap)}.color-guide__rule{min-width:0;padding:var(--solcol-panel-space);border:1px solid var(--solcol-border);border-radius:var(--solcol-radius);background:#eff6ff85}.color-guide__examples{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--solcol-grid-gap)}.color-guide__example{min-width:0;display:grid;gap:12px;padding:var(--solcol-panel-space);border:1px solid var(--solcol-border);border-radius:var(--solcol-radius);background:#fff}.color-guide__example span{color:var(--solcol-ink);font-size:.94rem;font-weight:850;line-height:1.25}.color-guide__example p{margin-bottom:8px;color:var(--solcol-muted);font-size:.9rem;line-height:1.5}.color-guide__example-action,.color-guide__example-signal{width:fit-content;min-height:42px;display:inline-flex;align-items:center;justify-content:center;padding:9px 16px;border:1px solid var(--solcol-ink);border-radius:var(--solcol-radius);background:var(--solcol-ink);color:#fff;font-weight:800;line-height:1.2;cursor:default}.color-guide__example-action--secondary{border-color:var(--solcol-border);background:transparent;color:var(--solcol-ink)}.color-guide__example-signal{border-color:var(--solcol-signal);background:var(--solcol-signal)}.color-guide__foundation-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-top:1px solid var(--solcol-border);border-bottom:1px solid var(--solcol-border)}.color-guide__foundation{min-width:0;padding:var(--solcol-panel-space);border-right:1px solid var(--solcol-border)}.color-guide__foundation:last-child{border-right:0}.color-guide__foundation>span,.color-guide__type-specimen>span,.color-guide__copy-example span{display:block;margin-bottom:28px;color:var(--solcol-accent);font-size:var(--solcol-type-label-size);font-weight:var(--solcol-type-label-weight);line-height:var(--solcol-type-label-line);text-transform:uppercase}.color-guide__foundation h3,.color-guide__system-rule h3,.color-guide__voice-rule h3{margin-bottom:9px;color:var(--solcol-ink);font-size:1rem;font-weight:850;line-height:1.25}.color-guide__foundation p,.color-guide__system-rule p,.color-guide__voice-rule p{margin-bottom:0;color:var(--solcol-muted);font-size:.9rem;line-height:1.58}.color-guide__mark-layout{display:grid;grid-template-columns:minmax(280px,.8fr) minmax(0,1.2fr);gap:var(--solcol-grid-gap);align-items:stretch}.color-guide__mark-preview{min-width:0;display:grid;align-content:center;gap:30px;padding:clamp(28px,5vw,52px);border:1px solid var(--solcol-border);border-radius:var(--solcol-radius);background:var(--solcol-surface-soft)}.color-guide__mark-preview svg{width:min(100%,360px);height:auto;display:block}.color-guide__mark-preview p{max-width:380px;margin-bottom:0;color:var(--solcol-muted);font-size:.9rem;line-height:1.55}.color-guide__mark-colors{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--solcol-grid-gap)}.color-guide__mark-colors .color-guide__swatch{min-height:0}.color-guide__mark-colors .color-guide__chip{aspect-ratio:3 / 1}.color-guide__type-specimens{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border:1px solid var(--solcol-border);border-radius:var(--solcol-radius);background:var(--solcol-surface);overflow:hidden}.color-guide__type-specimen{min-width:0;min-height:230px;display:grid;align-content:space-between;gap:24px;padding:clamp(24px,4vw,38px);border-right:1px solid var(--solcol-border);border-bottom:1px solid var(--solcol-border)}.color-guide__type-specimen:nth-child(2n){border-right:0}.color-guide__type-specimen:nth-child(5){grid-column:1 / -1;border-right:0;border-bottom:0}.color-guide__type-specimen>span{margin-bottom:0}.color-guide__type-specimen p{margin-bottom:0;color:var(--solcol-ink)}.color-guide__type-specimen--display p{max-width:520px;font-size:var(--solcol-type-display-size);font-weight:var(--solcol-type-display-weight);letter-spacing:0;line-height:var(--solcol-type-display-line)}.color-guide__type-specimen--headline p{max-width:480px;font-size:var(--solcol-type-headline-size);font-weight:var(--solcol-type-headline-weight);line-height:var(--solcol-type-headline-line)}.color-guide__type-specimen--title p{font-size:var(--solcol-type-title-size);font-weight:var(--solcol-type-title-weight);line-height:var(--solcol-type-title-line)}.color-guide__type-specimen--body p{max-width:var(--solcol-type-body-measure);color:var(--solcol-muted);font-size:var(--solcol-type-body-size);line-height:var(--solcol-type-body-line)}.color-guide__type-specimen--label p{font-size:var(--solcol-type-label-size);font-weight:var(--solcol-type-label-weight);line-height:1.4;text-transform:uppercase}.color-guide__system-rules{display:grid;gap:0;border-top:1px solid var(--solcol-border)}.color-guide__system-rule{display:grid;grid-template-columns:92px minmax(0,1fr);gap:20px;padding:22px 0;border-bottom:1px solid var(--solcol-border)}.color-guide__system-rule>span{color:var(--solcol-accent-dark);font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:.82rem;font-weight:800;line-height:1.4}.color-guide__voice-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:var(--solcol-grid-gap)}.color-guide__voice-rule{min-width:0;padding:var(--solcol-panel-space);border:1px solid var(--solcol-border);border-radius:var(--solcol-radius);background:var(--solcol-surface)}.color-guide__copy-example{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;margin-top:16px;border:1px solid var(--solcol-border);border-radius:var(--solcol-radius);background:var(--solcol-surface-soft);overflow:hidden}.color-guide__copy-example>div{padding:var(--solcol-panel-space);border-right:1px solid var(--solcol-border)}.color-guide__copy-example>div:last-child{border-right:0}.color-guide__copy-example span{margin-bottom:12px}.color-guide__copy-example p{margin-bottom:0;color:var(--solcol-ink);font-size:1rem;font-weight:700;line-height:1.5}@media(max-width:980px){.color-guide__hero-grid,.color-guide__section-header,.color-guide__section--split{grid-template-columns:1fr}.color-guide__summary{max-width:620px}.color-guide__swatch-grid,.color-guide__swatch-grid--compact,.color-guide__examples,.color-guide__foundation-grid,.color-guide__voice-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.color-guide__foundation-grid{border-right:1px solid var(--solcol-border)}.color-guide__foundation{border-right:0;border-left:1px solid var(--solcol-border);border-bottom:1px solid var(--solcol-border)}.color-guide__foundation:nth-last-child(-n+2){border-bottom:0}.color-guide__mark-layout{grid-template-columns:1fr}}@media(max-width:680px){.color-guide__brand{margin-bottom:42px}.simple-site--color-guide h1{font-size:clamp(2.25rem,12vw,3.25rem)}.color-guide__swatch-grid,.color-guide__swatch-grid--compact,.color-guide__rules,.color-guide__examples,.color-guide__foundation-grid,.color-guide__mark-colors,.color-guide__type-specimens,.color-guide__voice-grid,.color-guide__copy-example{grid-template-columns:1fr}.color-guide__swatch{min-height:auto}.color-guide__foundation{border-right:0;border-bottom:1px solid var(--solcol-border);border-left:1px solid var(--solcol-border)}.color-guide__foundation:nth-last-child(2){border-bottom:1px solid var(--solcol-border)}.color-guide__type-specimen{min-height:190px;border-right:0;border-bottom:1px solid var(--solcol-border)}.color-guide__type-specimen:last-child{border-bottom:0}.color-guide__copy-example>div{border-right:0;border-bottom:1px solid var(--solcol-border)}.color-guide__copy-example>div:last-child{border-bottom:0}.color-guide__system-rule{grid-template-columns:72px minmax(0,1fr);gap:14px}}.simple-site__mobile-section{display:contents}.simple-site__mobile-section-header,.simple-site__mobile-pager,.simple-site__section-cue{display:none}@media(max-width:640px){html:has(.simple-site--home),body:has(.simple-site--home),#root:has(.simple-site--home){height:auto;min-height:100svh;overflow-x:hidden;overflow-y:auto;background:linear-gradient(180deg,#eff6ffd6 0,#fbfcfd00 420px),var(--solcol-page)}html:has(.simple-site--home){scroll-behavior:smooth;scroll-snap-type:y mandatory}.simple-site--home{height:auto;min-height:100svh;display:block;padding:0;overflow-x:hidden;overflow-y:auto;background:linear-gradient(180deg,#eff6ffd6 0,#fbfcfd00 420px),var(--solcol-page)}.simple-site--home .simple-site__hero{height:auto;min-height:100svh;display:block;padding:0 18px;overflow:visible;background:transparent}.simple-site--home .simple-site__hero-inner{width:min(100%,390px);max-width:390px;max-height:none;display:grid;grid-template-columns:1fr;grid-template-areas:"intro" "focus";align-content:start;justify-items:stretch;gap:0;margin:0 auto;overflow:visible}.simple-site--home .simple-site__mobile-section{position:relative;width:100%;min-height:100svh;display:grid;align-content:center;justify-items:stretch;margin:0;padding-top:max(34px,env(safe-area-inset-top));padding-bottom:max(34px,env(safe-area-inset-bottom));scroll-margin-top:0;scroll-snap-align:start;scroll-snap-stop:always}@supports (min-height: 100dvh){.simple-site--home,.simple-site--home .simple-site__hero,.simple-site--home .simple-site__mobile-section{min-height:100dvh}}.simple-site--home .simple-site__mobile-section--intro{grid-area:intro;gap:22px;border-bottom:1px solid rgba(30,64,175,.12)}.simple-site--home .simple-site__mobile-section--focus{grid-area:focus;gap:16px}.simple-site--home .simple-site__hero-copy,.simple-site--home .simple-site__platforms,.simple-site--home .simple-site__list{grid-area:auto;width:100%;max-width:none}.simple-site--home .simple-site__hero-copy{text-align:left}.simple-site--home h1.simple-site__wordmark-heading{width:min(224px,calc(100vw - 36px))}.simple-site--home .simple-site__headline{max-width:350px;margin-top:20px;font-size:clamp(2.12rem,10.7vw,2.95rem);line-height:.99;text-wrap:balance}.simple-site--home .simple-site__lede{max-width:344px;margin-top:15px;color:#405665;font-size:.95rem;line-height:1.5}.simple-site--home .simple-site__actions{display:grid;grid-template-columns:1fr;gap:9px;margin-top:22px}.simple-site--home .simple-site__button,.simple-site--home .simple-site__email{width:100%;justify-content:center;padding:11px 16px}.simple-site--home .simple-site__button{min-height:48px;box-shadow:0 14px 24px #10182024}.simple-site--home .simple-site__email{min-height:44px;border:1px solid rgba(16,24,32,.12);border-radius:var(--solcol-radius);background:#ffffffb8;color:var(--solcol-muted);font-size:.9rem}.simple-site--home .simple-site__platforms{margin:0;padding:13px 0 12px;overflow:hidden;border-top:1px solid rgba(30,64,175,.12);border-bottom:1px solid rgba(30,64,175,.12)}.simple-site--home .simple-site__logo-marquee{--marquee-gap: 24px;--marquee-half-gap: 12px;width:100%;margin:0;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 8%,#000 92%,transparent 100%);mask-image:linear-gradient(90deg,transparent 0,#000 8%,#000 92%,transparent 100%)}.simple-site--home .simple-site__logo-track{width:max-content;gap:var(--marquee-gap);animation:provider-logo-marquee 24s linear infinite;justify-content:flex-start}.simple-site--home .simple-site__logos{width:auto;flex-wrap:nowrap;justify-content:flex-start;gap:var(--marquee-gap)}.simple-site--home .simple-site__logos[aria-hidden=true]{display:flex}.simple-site--home .simple-site__logos-item{min-height:30px}.simple-site--home .simple-site__section-cue{position:absolute;right:50%;bottom:max(12px,env(safe-area-inset-bottom));width:44px;height:44px;display:grid;place-items:center;border-radius:999px;background:#ffffffb8;box-shadow:0 10px 24px #10182014;transform:translate(50%);transition:background .16s ease,transform .16s ease;animation:section-cue-float 1.9s ease-in-out infinite}.simple-site--home .simple-site__section-cue:before{content:"";width:12px;height:12px;border-right:2px solid rgba(16,24,32,.74);border-bottom:2px solid rgba(16,24,32,.74);transform:translateY(-2px) rotate(45deg)}.simple-site--home .simple-site__section-cue:hover,.simple-site--home .simple-site__section-cue:focus-visible{background:#fffffff0;transform:translate(50%) translateY(2px)}.simple-site--home .simple-site__section-cue:focus-visible{outline:3px solid rgba(30,64,175,.24);outline-offset:3px}.simple-site--home .simple-site__mobile-section-header{display:grid;gap:8px}.simple-site--home .simple-site__section-wordmark{width:min(136px,42vw);height:auto;display:block;margin-bottom:12px}.simple-site--home .simple-site__mobile-section-header h2{margin:0;color:var(--solcol-ink);font-size:clamp(2.05rem,10vw,2.85rem);font-weight:850;letter-spacing:0;line-height:1.02}.simple-site--home .simple-site__mobile-section-header p{max-width:340px;margin:2px 0 0;color:#405665;font-size:.92rem;line-height:1.5}.simple-site--home .simple-site__mobile-section--focus .simple-site__list{width:100%;max-width:100%;display:grid;grid-template-columns:1fr;gap:10px;margin:0;padding:0;overflow:visible;scroll-snap-type:none}.simple-site--home .simple-site__list li{min-height:auto;display:grid;gap:5px;padding:16px 16px 16px 18px;border:1px solid rgba(16,24,32,.12);border-radius:var(--solcol-radius);background:#ffffffc2;box-shadow:0 12px 30px #1018200f;text-align:left;animation:none;scroll-snap-align:none}.simple-site--home .simple-site__list li:before{top:16px;bottom:16px;left:0;width:3px;height:auto;border-radius:0 3px 3px 0;background:linear-gradient(180deg,var(--solcol-accent),var(--solcol-signal));transform:none;animation:none}.simple-site--home .simple-site__list li:after{display:none}.simple-site--home .simple-site__list span{font-size:.94rem;line-height:1.24}.simple-site--home .simple-site__list small{font-size:.82rem;line-height:1.44}}@keyframes section-cue-float{0%,to{transform:translate(50%) translateY(0)}50%{transform:translate(50%) translateY(5px)}}@media(prefers-reduced-motion:reduce){.simple-site--home .simple-site__section-cue{animation:none}}@media(max-width:640px)and (max-height:690px){.simple-site--home .simple-site__hero{padding-top:0;padding-bottom:0}.simple-site--home .simple-site__mobile-section{padding-top:max(24px,env(safe-area-inset-top));padding-bottom:max(24px,env(safe-area-inset-bottom))}.simple-site--home .simple-site__mobile-section--intro{gap:18px}.simple-site--home h1.simple-site__wordmark-heading{width:min(204px,calc(100vw - 32px))}.simple-site--home .simple-site__headline{margin-top:16px;font-size:clamp(1.95rem,10vw,2.48rem)}.simple-site--home .simple-site__lede{margin-top:12px;font-size:.89rem;line-height:1.42}.simple-site--home .simple-site__actions{margin-top:18px}.simple-site--home .simple-site__button,.simple-site--home .simple-site__email{min-height:42px;padding-top:9px;padding-bottom:9px}.simple-site--home .simple-site__platforms{padding-top:11px;padding-bottom:10px}.simple-site--home .simple-site__section-cue{bottom:max(8px,env(safe-area-inset-bottom));width:40px;height:40px}.simple-site--home .simple-site__section-wordmark{width:min(118px,36vw);margin-bottom:8px}}@media(max-width:380px){.simple-site--home .simple-site__hero{padding-right:14px;padding-left:14px}.simple-site--home .simple-site__hero-inner{width:min(100%,352px)}.simple-site--home .simple-site__mobile-section{width:100%}.simple-site--home .simple-site__headline{font-size:clamp(1.9rem,10.8vw,2.52rem)}.simple-site--home .simple-site__email{font-size:.84rem}.simple-site--home .simple-site__list li{padding-right:14px;padding-left:16px}}@media(max-width:860px){.simple-site--contact .simple-contact__intro{text-align:left}.simple-site--contact .simple-contact__brand{justify-content:flex-start}.simple-site--contact .simple-contact__intro h1,.simple-site--contact .simple-contact__intro p{margin-right:0;margin-left:0}.simple-site--contact .simple-contact__meta{justify-items:start}.simple-site--contact .simple-contact__visual{width:min(230px,58vw)}}@media(max-width:640px){html:has(.simple-site--contact),body:has(.simple-site--contact),#root:has(.simple-site--contact){height:auto;min-height:100svh;overflow-x:hidden;overflow-y:auto;background:linear-gradient(180deg,#eff6ffdb 0,#fbfcfd8a 300px,#fbfcfd00 520px),linear-gradient(90deg,#fbfcfdfa,#fbfcfde6),var(--solcol-bg-enterprise-systems) 72% top / auto min(520px,74vh) no-repeat,var(--solcol-page)}.simple-site--contact{height:auto;min-height:var(--public-page-min);display:block;padding:max(38px,env(safe-area-inset-top)) var(--solcol-page-gutter) max(36px,env(safe-area-inset-bottom));overflow:visible;background:transparent}.simple-site--contact .simple-contact{width:min(100%,390px);max-height:none;display:grid;grid-template-columns:1fr;align-content:start;gap:24px;margin:0 auto;overflow:visible}.simple-site--contact .simple-contact__intro{max-width:100%}.simple-site--contact .simple-contact__brand{margin-bottom:22px}.simple-site--contact .simple-contact__brand .simple-contact__wordmark{width:var(--solcol-secondary-wordmark-width)}.simple-site--contact .simple-site__eyebrow{margin-bottom:12px;color:var(--solcol-accent);font-size:var(--solcol-type-label-size)}.simple-site--contact .simple-contact__intro h1{max-width:360px;color:var(--solcol-ink);font-size:clamp(2.35rem,12vw,3.35rem);line-height:.98;text-wrap:balance}.simple-site--contact .simple-contact__intro p{max-width:350px;margin-top:16px;color:#405665;font-size:.98rem;line-height:1.55}.simple-site--contact .simple-contact__meta{gap:4px;margin-top:14px;padding-top:14px;border-top:1px solid rgba(30,64,175,.12)}.simple-site--contact .simple-contact__meta a{color:var(--solcol-accent-dark);font-size:.9rem}.simple-site--contact .simple-contact__meta span{display:block;color:var(--solcol-muted);font-size:var(--solcol-type-label-size);line-height:1.35}.simple-site--contact .simple-contact__visual{width:min(190px,54vw);margin-top:16px}.contact-form-panel{max-width:100%}.contact-form-panel__optional{display:none}.contact-form-panel__header{gap:4px;margin-bottom:12px;padding-top:18px;border-top:1px solid rgba(30,64,175,.12)}.contact-form-panel__header h2{font-size:1.25rem;line-height:1.12}.contact-form-panel__header p{display:block;max-width:320px;font-size:.82rem;line-height:1.35}}@media(max-width:640px)and (max-height:690px){.simple-site--contact{padding-top:max(26px,env(safe-area-inset-top));padding-bottom:max(28px,env(safe-area-inset-bottom))}.simple-site--contact .simple-contact{gap:16px}.simple-site--contact .simple-contact__brand{margin-bottom:14px}.simple-site--contact .simple-contact__brand .simple-contact__wordmark{width:min(142px,44vw)}.simple-site--contact .simple-contact__intro h1{font-size:clamp(2.05rem,10.6vw,2.7rem)}.simple-site--contact .simple-contact__intro p{margin-top:10px;font-size:.9rem;line-height:1.42}.simple-site--contact .simple-contact__meta span,.contact-form-panel__header p{display:none}.contact-form-panel__header{margin-bottom:8px;padding-top:14px}}.home-commercial__hero{min-height:calc(100svh - 56px)!important;border-bottom:1px solid var(--solcol-border)!important}@supports (min-height: 100dvh){.home-commercial__hero{min-height:calc(100dvh - 56px)!important}}.home-commercial__hero-grid{grid-template-columns:minmax(0,760px)!important;grid-template-areas:none!important;align-items:center!important;justify-content:start!important}.home-commercial__intro{min-width:0;max-width:760px}.home-commercial__wordmark{width:clamp(250px,28vw,360px);max-width:100%;height:auto;display:block;margin:0}.home-commercial__eyebrow{margin-top:clamp(18px,3vh,28px);margin-bottom:0}.home-commercial__platforms{margin-top:clamp(24px,4vh,36px);padding-top:18px;border-top:1px solid var(--solcol-border)}.home-commercial__platforms>p{margin:0 0 14px;color:var(--solcol-soft-text);font-size:.75rem;font-weight:800;line-height:1.3;text-transform:uppercase}.home-commercial__platform-list{display:flex;flex-wrap:wrap;align-items:center;gap:16px 24px;padding:0;margin:0;list-style:none}.home-commercial__platform{--platform-width: 25px;--platform-height: 25px;display:inline-flex;align-items:center;gap:8px;min-height:28px}.home-commercial__platform--wordmark:nth-child(3){--platform-width: 96px;--platform-height: 20px}.home-commercial__platform--wordmark:nth-child(4){--platform-width: 100px;--platform-height: 22px}.home-commercial__platform img{width:var(--platform-width);height:var(--platform-height);display:block;object-fit:contain}.home-commercial__platform span{color:var(--solcol-muted);font-size:.78rem;font-weight:800;line-height:1.2}.home-commercial__section--focus{padding-top:clamp(42px,5.6vw,68px);padding-bottom:clamp(42px,5.6vw,68px);border-bottom:1px solid var(--solcol-border);background:var(--solcol-surface)}.home-commercial__focus{min-width:0;width:min(100%,var(--solcol-content-max));display:grid;grid-template-columns:minmax(150px,220px) minmax(260px,.78fr) minmax(340px,1fr);gap:clamp(24px,4vw,54px);align-items:center}.home-commercial__focus-visual{width:min(100%,220px);margin:0}.home-commercial__focus-visual img{width:100%;height:auto;display:block;object-fit:contain}.home-commercial__section-kicker{margin:0 0 12px;color:var(--solcol-accent);font-size:var(--solcol-type-label-size);font-weight:var(--solcol-type-label-weight);line-height:var(--solcol-type-label-line);text-transform:uppercase}.home-commercial__focus-copy-block{min-width:0}.home-commercial__focus h2,.home-commercial__section h2,.home-commercial__cta h2{margin:0;color:var(--solcol-ink);font-size:clamp(1.7rem,3vw,2.8rem);font-weight:800;line-height:1.08;text-wrap:balance}.home-commercial__focus h2{max-width:14ch;font-size:clamp(1.85rem,3vw,2.72rem);font-weight:850;line-height:1.02}.home-commercial__focus-copy-block>p:not(.home-commercial__section-kicker){max-width:38ch;margin:16px 0 0;color:var(--solcol-muted);font-size:.96rem;line-height:1.58}.home-commercial__focus-list{display:grid;gap:0;padding:0;margin:0;border-top:1px solid rgba(30,64,175,.15);list-style:none}.home-commercial__focus-list li{display:grid;grid-template-columns:36px minmax(0,1fr);gap:12px;padding:14px 0;border-bottom:1px solid rgba(30,64,175,.15)}.home-commercial__focus-list li:last-child{border-bottom:0}.home-commercial__focus-index{display:block;padding-top:2px;color:var(--solcol-accent-dark);font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:.74rem;font-weight:850;line-height:1.3}.home-commercial__focus-copy{min-width:0;display:grid;gap:5px}.home-commercial__focus-list strong{color:var(--solcol-ink);font-size:.93rem;line-height:1.3}.home-commercial__focus-list span:not(.home-commercial__focus-index){color:var(--solcol-muted);font-size:.82rem;line-height:1.5}.home-commercial__section{width:100%;padding:var(--solcol-section-space) var(--solcol-page-gutter);background:var(--solcol-page)}.home-commercial__section--soft{background:var(--solcol-surface-soft)}.home-commercial__section-inner{width:min(100%,var(--solcol-content-max));margin:0 auto}.home-commercial__section-header{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.62fr);gap:clamp(30px,7vw,90px);align-items:end;margin-bottom:clamp(34px,5vw,56px)}.home-commercial__section-header>p{max-width:520px;margin:0;color:var(--solcol-muted);font-size:1rem;line-height:1.65}.home-commercial__card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.home-commercial__card{min-height:190px;display:grid;grid-template-columns:minmax(0,1fr) clamp(96px,12vw,150px);grid-template-rows:auto 1fr;column-gap:clamp(16px,2.8vw,28px);align-items:start;padding:clamp(24px,4vw,34px);border:1px solid var(--solcol-border);border-radius:12px;background:var(--solcol-surface);overflow:hidden}.home-commercial__card-image{grid-column:2;grid-row:1 / 3;width:100%;height:auto;aspect-ratio:1;display:block;align-self:start;justify-self:end;object-fit:contain}.home-commercial__card h3,.home-commercial__engagement-grid h3,.home-commercial__evidence-grid h3{margin:0;color:var(--solcol-ink);font-size:1.05rem;font-weight:800;line-height:1.3}.home-commercial__card h3,.home-commercial__card p{grid-column:1}.home-commercial__card p,.home-commercial__engagement-grid p,.home-commercial__evidence-grid p{margin:14px 0 0;color:var(--solcol-muted);font-size:.93rem;line-height:1.6}.home-commercial__engagement-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;padding:0;margin:0;list-style:none;border-top:1px solid rgba(30,64,175,.2)}.home-commercial__engagement-grid li{min-height:260px;padding:24px 22px 28px;border-right:1px solid rgba(30,64,175,.2)}.home-commercial__engagement-grid li:last-child{border-right:0}.home-commercial__engagement-grid li>span{display:block;margin-bottom:42px;color:var(--solcol-accent);font-size:.78rem;font-weight:850}.home-commercial__evidence-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.home-commercial__evidence-grid article{padding:22px 0 0;border-top:2px solid var(--solcol-accent)}.home-commercial__cta{width:min(calc(100% - (2 * var(--solcol-page-gutter))),var(--solcol-content-max));display:grid;grid-template-columns:minmax(0,1fr) minmax(140px,220px) auto;gap:34px;align-items:center;margin:0 auto var(--solcol-section-space);padding:clamp(30px,5vw,48px);border-radius:14px;background:var(--solcol-ink);color:#fff}.home-commercial__cta-image{width:min(100%,220px);height:auto;display:block;justify-self:end;object-fit:contain}.home-commercial__cta .home-commercial__section-kicker{color:#a7c3ff}.home-commercial__cta h2{max-width:820px;color:#fff}.home-commercial__cta p:not(.home-commercial__section-kicker){max-width:760px;margin:16px 0 0;color:#ffffffb8;line-height:1.65}.home-commercial__cta .simple-site__button{border-color:#fff;background:#fff;color:var(--solcol-ink)}.home-commercial__cta .simple-site__button:hover,.home-commercial__cta .simple-site__button:focus-visible{border-color:#dbe3ef;background:#dbe3ef;color:var(--solcol-ink)}.site-footer{padding:0 var(--solcol-page-gutter) 36px;background:var(--solcol-page)}.site-footer__inner{width:min(100%,var(--solcol-content-max));display:grid;grid-template-columns:minmax(260px,1fr) auto;gap:34px;margin:0 auto;padding-top:34px;border-top:1px solid var(--solcol-border)}.site-footer__identity a{display:inline-block}.site-footer__wordmark{width:146px;height:auto;display:block}.site-footer__identity p{max-width:460px;margin:16px 0 0;color:var(--solcol-muted);font-size:.88rem;line-height:1.55}.site-footer__nav{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:12px 22px;align-items:flex-start;align-content:start}.site-footer__nav a,.site-footer__nav button{appearance:none;padding:0;border:0;background:transparent;color:var(--solcol-muted);font-size:.86rem;font-weight:700;line-height:1.5;text-decoration:none;cursor:pointer}.site-footer__nav button{display:inline-flex;align-items:center;gap:6px}.site-footer__nav button svg{width:1em;height:1em;flex:0 0 auto}.site-footer__nav a:hover,.site-footer__nav a:focus-visible,.site-footer__nav button:hover,.site-footer__nav button:focus-visible{color:var(--solcol-accent)}.site-footer__meta{grid-column:1 / -1;display:flex;justify-content:space-between;gap:20px;color:var(--solcol-soft-text);font-size:.78rem}.site-footer__location{display:inline-flex;align-items:center;gap:7px}.site-footer__location img{width:20px;height:auto;flex:0 0 auto;box-shadow:0 0 0 1px #17202a1f}.cookie-consent{position:fixed;z-index:1500;right:max(18px,env(safe-area-inset-right));bottom:max(18px,env(safe-area-inset-bottom));width:min(640px,calc(100vw - 36px));display:grid;grid-template-columns:minmax(0,1fr) auto;gap:20px;align-items:end;padding:20px;border:1px solid rgba(16,24,32,.16);border-radius:var(--solcol-radius);background:#fffffffa;box-shadow:0 22px 64px #1018202e;color:var(--solcol-ink)}.cookie-consent__copy{min-width:0}.cookie-consent__eyebrow{margin:0 0 8px;color:var(--solcol-accent);font-size:var(--solcol-type-label-size);font-weight:var(--solcol-type-label-weight);line-height:var(--solcol-type-label-line);text-transform:uppercase}.cookie-consent h2{margin:0;color:var(--solcol-ink);display:inline-flex;align-items:center;gap:8px;font-size:1.08rem;font-weight:850;line-height:1.2}.cookie-consent__icon{width:1.18em;height:1.18em;flex:0 0 auto;color:var(--solcol-accent)}.cookie-consent p{margin:8px 0 0;color:var(--solcol-muted);font-size:.88rem;line-height:1.5}.cookie-consent__status{font-weight:800}.cookie-consent__actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.cookie-consent__button{min-height:40px;display:inline-flex;align-items:center;justify-content:center;padding:9px 14px;border:1px solid var(--solcol-ink);border-radius:var(--solcol-radius);background:var(--solcol-ink);color:#fff;font-size:.86rem;font-weight:850;line-height:1.2;cursor:pointer}.cookie-consent__button:hover,.cookie-consent__button:focus-visible{border-color:var(--solcol-accent-dark);background:var(--solcol-accent-dark)}.cookie-consent__button--secondary{border-color:var(--solcol-border);background:#fff;color:var(--solcol-ink)}.cookie-consent__button--secondary:hover,.cookie-consent__button--secondary:focus-visible{border-color:var(--solcol-accent);background:var(--solcol-surface-soft);color:var(--solcol-accent-dark)}.cookie-consent__button--text{min-height:40px;padding-right:6px;padding-left:6px;border-color:transparent;background:transparent;color:var(--solcol-muted)}.cookie-consent__button--text:hover,.cookie-consent__button--text:focus-visible{border-color:transparent;background:transparent;color:var(--solcol-accent)}@media(max-width:960px){.home-commercial__hero-grid{grid-template-columns:1fr!important;gap:42px!important}.home-commercial__focus{width:100%;grid-template-columns:1fr;gap:20px}.home-commercial__focus-visual{width:min(220px,48vw)}.home-commercial__section-header{grid-template-columns:1fr;gap:20px}.home-commercial__engagement-grid,.home-commercial__evidence-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-commercial__engagement-grid li:nth-child(2){border-right:0}.home-commercial__engagement-grid li:nth-child(n+3){border-top:1px solid rgba(30,64,175,.2)}}@media(max-width:640px){.home-commercial__hero{min-height:auto!important;padding-top:34px!important;padding-bottom:46px!important}.home-commercial__wordmark{width:min(230px,calc(100vw - 36px))}.home-commercial__intro .simple-site__actions{align-items:stretch}.home-commercial__intro .simple-site__button{width:100%}.home-commercial__intro .simple-site__email{width:100%;justify-content:flex-start}.home-commercial__focus{gap:18px}.home-commercial__focus h2{max-width:16ch;font-size:clamp(1.9rem,9vw,2.55rem)}.home-commercial__focus-list li{grid-template-columns:32px minmax(0,1fr);gap:10px;padding:15px 0}.home-commercial__card-grid,.home-commercial__engagement-grid,.home-commercial__evidence-grid{grid-template-columns:1fr}.home-commercial__card{min-height:auto;grid-template-columns:minmax(0,1fr) minmax(84px,112px)}.home-commercial__engagement-grid li{min-height:auto;border-right:0;border-bottom:1px solid rgba(30,64,175,.2)}.home-commercial__engagement-grid li:nth-child(n+3){border-top:0}.home-commercial__engagement-grid li:last-child{border-bottom:0}.home-commercial__engagement-grid li>span{margin-bottom:26px}.home-commercial__cta{grid-template-columns:1fr;align-items:start}.home-commercial__cta-image{width:min(220px,68vw);justify-self:center}.home-commercial__cta .simple-site__button{width:100%}.site-footer__inner{grid-template-columns:1fr}.site-footer__nav{justify-content:flex-start}.site-footer__meta{grid-column:auto;flex-direction:column;gap:6px}.cookie-consent{right:18px;left:18px;width:auto;grid-template-columns:1fr;align-items:stretch;gap:14px;padding:18px}.cookie-consent__actions{justify-content:stretch}.cookie-consent__button{flex:1 1 150px}}.site-header{position:sticky;top:0;z-index:1200;border-bottom:1px solid var(--solcol-border);background:#fffffff5;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.site-header__inner{position:relative;width:min(100%,1280px);min-height:72px;display:grid;grid-template-columns:minmax(150px,1fr) auto minmax(150px,1fr);align-items:center;gap:28px;margin:0 auto;padding:0 var(--solcol-page-gutter)}.site-header__brand{width:fit-content;line-height:0}.site-header__wordmark{width:144px;height:auto;display:block}.site-header__nav{display:flex;align-items:center;gap:28px}.site-header__nav a{position:relative;padding:25px 0 22px;color:var(--solcol-ink);font-size:.86rem;font-weight:750;text-decoration:none}.site-header__nav a:after{content:"";position:absolute;right:0;bottom:17px;left:0;height:3px;background:var(--solcol-accent);transform:scaleX(0);transform-origin:left;transition:transform .16s ease}.site-header__nav a:hover:after,.site-header__nav a.active:after{transform:scaleX(1)}.site-header__cta{justify-self:end;padding:11px 17px;border:1px solid var(--solcol-ink);background:var(--solcol-ink);color:#fff;font-size:.82rem;font-weight:800;text-decoration:none}.site-header__cta:hover{border-color:var(--solcol-accent);background:var(--solcol-accent)}.site-header__menu-toggle{display:none;width:46px;height:46px;align-items:center;justify-content:center;flex-direction:column;gap:5px;padding:0;border:1px solid var(--solcol-border);border-radius:var(--solcol-radius);background:var(--solcol-surface);color:var(--solcol-ink);cursor:pointer}.site-header__menu-toggle span{width:20px;height:2px;background:currentColor;transition:transform .16s ease,opacity .16s ease}.site-header__menu-toggle[aria-expanded=true] span:nth-child(1){transform:translateY(7px) rotate(45deg)}.site-header__menu-toggle[aria-expanded=true] span:nth-child(2){opacity:0}.site-header__menu-toggle[aria-expanded=true] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.site-header__menu-toggle:focus-visible{outline:3px solid rgba(23,23,23,.22);outline-offset:3px}.editorial-home{--home-header-height: 72px;--home-section-min: calc(100svh - var(--home-header-height));--home-hero-min: var(--home-section-min);--home-hero-background: var(--solcol-bg-enterprise-systems);--home-band-background: var(--solcol-bg-cloud-operations);background:var(--solcol-page)}@supports (min-height: 100dvh){.editorial-home{--home-section-min: calc(100dvh - var(--home-header-height))}}.editorial-home:has(>.tech-news-marquee){--home-news-height: 56px;--home-hero-min: calc(100svh - var(--home-header-height) - var(--home-news-height))}@supports (min-height: 100dvh){.editorial-home:has(>.tech-news-marquee){--home-hero-min: calc(100dvh - var(--home-header-height) - var(--home-news-height))}}.editorial-hero{min-height:var(--home-hero-min);display:grid;grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr);border-bottom:1px solid var(--solcol-border)}.editorial-hero__copy{min-width:0;display:flex;flex-direction:column;justify-content:center;padding:clamp(48px,8vh,96px) max(var(--solcol-page-gutter),calc((100vw - var(--solcol-content-max)) / 2))}.editorial-kicker{margin:0 0 18px;color:var(--solcol-accent);font-size:.76rem;font-weight:850;letter-spacing:0;text-transform:uppercase}.editorial-hero h1{max-width:12ch;margin:0;font-size:clamp(3rem,6.4vw,6.8rem);font-weight:850;line-height:.94;letter-spacing:0}.editorial-hero__lede{max-width:690px;margin:clamp(22px,3vh,30px) 0 0;color:var(--solcol-muted);font-size:clamp(1rem,1.35vw,1.18rem);line-height:1.58}.editorial-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:clamp(26px,4vh,36px)}.editorial-hero__panel{position:relative;min-width:0;display:flex;flex-direction:column;justify-content:space-between;padding:clamp(34px,5vw,68px);overflow:hidden;isolation:isolate;border-left:1px solid var(--solcol-border);background:linear-gradient(145deg,#fffffffa,#f8f8f8fa 58%,#eeeeeefa),var(--solcol-surface);color:var(--solcol-ink)}.editorial-hero__panel:before{content:"";position:absolute;z-index:-1;inset:0;background:linear-gradient(rgba(23,23,23,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(23,23,23,.045) 1px,transparent 1px);background-size:48px 48px;-webkit-mask-image:linear-gradient(135deg,transparent 0%,#000 42%,#000 100%);mask-image:linear-gradient(135deg,transparent 0%,#000 42%,#000 100%);opacity:.7}.editorial-hero__panel span{color:var(--solcol-muted);font-size:.78rem;font-weight:850}.editorial-hero__panel p{max-width:16ch;margin:0;font-size:clamp(2rem,3.4vw,4rem);font-weight:800;line-height:1.02}.tech-news-marquee{min-width:0;padding:0 var(--solcol-page-gutter);border-bottom:1px solid rgba(16,24,32,.1);background:#fffffff5;color:var(--solcol-ink)}.tech-news-marquee__inner{width:min(100%,var(--solcol-content-max));min-height:55px;min-width:0;display:grid;grid-template-columns:auto minmax(0,1fr);gap:clamp(16px,3vw,34px);align-items:center;margin:0 auto;padding:10px 0}.tech-news-marquee__label{min-width:0;display:inline-flex;align-items:center;gap:10px;white-space:nowrap}.tech-news-marquee__label span{color:var(--solcol-ink);font-size:.73rem;font-weight:850;letter-spacing:0;text-transform:uppercase}.tech-news-marquee__label a{color:var(--solcol-soft-text);font-size:.76rem;font-weight:750;text-decoration:none}.tech-news-marquee__label a:hover,.tech-news-marquee__label a:focus-visible,.tech-news-marquee a:hover,.tech-news-marquee a:focus-visible{color:var(--solcol-accent)}.tech-news-marquee__viewport{min-width:0;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 5%,#000 95%,transparent 100%);mask-image:linear-gradient(90deg,transparent 0,#000 5%,#000 95%,transparent 100%)}.tech-news-marquee__status{color:var(--solcol-soft-text);font-size:.8rem;font-weight:750}.tech-news-marquee__track{--tech-news-gap: 30px;--tech-news-half-gap: 15px;width:max-content;display:flex;gap:var(--tech-news-gap);align-items:center;animation:tech-news-marquee-scroll 46s linear infinite;will-change:transform}.tech-news-marquee:hover .tech-news-marquee__track,.tech-news-marquee:focus-within .tech-news-marquee__track{animation-play-state:paused}.tech-news-marquee__list{display:flex;flex:0 0 auto;align-items:center;gap:var(--tech-news-gap);padding:0;margin:0;list-style:none}.tech-news-marquee__list li{flex:0 0 auto}.tech-news-marquee__list a{max-width:clamp(260px,30vw,520px);min-height:34px;display:inline-flex;align-items:center;gap:10px;color:var(--solcol-muted);font-size:.84rem;font-weight:700;line-height:1.2;text-decoration:none}.tech-news-marquee__source{flex:0 0 auto;color:var(--solcol-accent-dark);font-size:.72rem;font-weight:850;text-transform:uppercase}.tech-news-marquee__headline{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@keyframes tech-news-marquee-scroll{to{transform:translate(calc(-50% - var(--tech-news-half-gap)))}}@media(prefers-reduced-motion:reduce){.tech-news-marquee__viewport{overflow:visible;-webkit-mask-image:none;mask-image:none}.tech-news-marquee__track{width:100%;animation:none}.tech-news-marquee__list{flex-wrap:wrap;gap:10px 22px}.tech-news-marquee__list[aria-hidden=true]{display:none}}.editorial-section{min-height:var(--home-section-min);display:grid;align-items:center;padding:clamp(56px,8vh,96px) var(--solcol-page-gutter)}.editorial-section--soft{background:var(--solcol-surface-soft)}.editorial-section__inner{width:min(100%,var(--solcol-content-max));margin:0 auto}.editorial-section__header{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.65fr);gap:clamp(30px,7vw,90px);align-items:end;margin-bottom:clamp(34px,6vh,52px)}.editorial-section h2{max-width:14ch;margin:0;font-size:clamp(2.3rem,4.45vw,4.9rem);font-weight:850;line-height:1;letter-spacing:0}.editorial-section__header>p{margin:0;color:var(--solcol-muted);font-size:1.05rem;line-height:1.65}.editorial-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid var(--solcol-border);border-left:1px solid var(--solcol-border)}.editorial-grid--four{grid-template-columns:repeat(4,minmax(0,1fr))}.editorial-card{min-height:clamp(220px,28vh,300px);display:flex;flex-direction:column;justify-content:flex-start;padding:clamp(22px,3vw,30px);border-right:1px solid var(--solcol-border);border-bottom:1px solid var(--solcol-border);background:var(--solcol-surface)}.editorial-card>div{margin-top:clamp(24px,2.5vw,32px)}.editorial-card>div>h3:first-child{margin-top:0}.editorial-card__number{color:var(--solcol-accent);font-size:.8rem;font-weight:850}.editorial-card h3{max-width:13ch;margin:clamp(30px,6vh,54px) 0 0;font-size:clamp(1.24rem,1.65vw,1.48rem);line-height:1.12}.editorial-card p{margin:18px 0 0;color:var(--solcol-muted);line-height:1.6}.editorial-band{min-height:clamp(420px,70svh,var(--home-section-min));display:grid;align-items:center;padding:clamp(58px,8vh,96px) var(--solcol-page-gutter);overflow:hidden;border-top:1px solid var(--solcol-border);border-bottom:1px solid var(--solcol-border);background:linear-gradient(110deg,#fff 0% 50%,#f2f2f2),var(--solcol-surface);color:var(--solcol-ink)}.editorial-band--contact,.editorial-band--profile{background-position:center,center,64% center}.editorial-band__inner{width:min(100%,var(--solcol-content-max));display:grid;grid-template-columns:minmax(0,1fr) auto;gap:32px;align-items:end;margin:0 auto}.editorial-band .editorial-kicker{color:var(--solcol-ink)}.editorial-band h2{max-width:18ch;margin:0;font-size:clamp(2.25rem,4.6vw,4.9rem);line-height:1;letter-spacing:0}.editorial-band p{max-width:620px;margin:22px 0 0;color:var(--solcol-muted);line-height:1.65}.editorial-band .simple-site__button{border-color:var(--solcol-ink);background:var(--solcol-ink);color:#fff}.editorial-band .simple-site__button:hover,.editorial-band .simple-site__button:focus-visible{border-color:#000;background:#000;color:#fff}.platform-strip{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:24px;align-items:center;padding:32px 0 0;margin:0;border-top:1px solid var(--solcol-border);list-style:none}.platform-strip li{min-width:0;min-height:52px;display:flex;align-items:center;justify-content:center}.platform-strip img{display:block;width:min(100%,150px);height:36px;object-fit:contain;object-position:center}.site-footer{padding:64px var(--solcol-page-gutter) 32px;border-top:1px solid var(--solcol-border);background:var(--solcol-surface-soft);color:var(--solcol-ink)}.site-footer__inner{width:min(100%,var(--solcol-content-max));display:grid;grid-template-columns:1.5fr 1fr auto;gap:48px;margin:0 auto}.site-footer__wordmark{width:170px;filter:none}.site-footer__identity p{max-width:420px;color:var(--solcol-muted);line-height:1.6}.site-footer__nav{display:grid;align-content:start;gap:12px}.site-footer__nav a{color:var(--solcol-ink);text-decoration:none}.site-footer__meta{display:grid;align-content:start;justify-items:end;gap:8px;color:var(--solcol-soft-text)}@media(max-width:1000px){.editorial-grid--four{grid-template-columns:repeat(2,minmax(0,1fr))}.platform-strip{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:860px){.site-header__inner{grid-template-columns:1fr auto auto;gap:12px}.site-header__menu-toggle{display:inline-flex}.site-header__nav{position:absolute;top:100%;right:0;left:0;display:none;align-items:stretch;gap:0;padding:8px var(--solcol-page-gutter) 16px;border-bottom:1px solid var(--solcol-border);background:var(--solcol-page);box-shadow:0 16px 28px #0f172a14}.site-header__nav--open{display:grid}.site-header__nav a{padding:14px 0;border-bottom:1px solid var(--solcol-border)}.site-header__nav a:last-child{border-bottom:0}.site-header__nav a:after{bottom:8px;width:36px}.editorial-hero{grid-template-columns:1fr}.editorial-hero__copy{padding-top:clamp(44px,8vh,72px);padding-bottom:clamp(34px,6vh,60px)}.editorial-hero h1{max-width:11ch;font-size:clamp(3.35rem,10vw,5.4rem)}.editorial-hero__panel{min-height:clamp(180px,30svh,280px);background-position:center 58%}.editorial-band,.editorial-band--contact,.editorial-band--profile{background-position:center,center,70% center}.editorial-section__header,.editorial-band__inner{grid-template-columns:1fr}.editorial-grid,.site-footer__inner{grid-template-columns:1fr 1fr}.site-footer__meta{justify-items:start}}@media(max-width:600px){.editorial-home:has(>.tech-news-marquee){--home-news-height: 52px}.site-header__inner{grid-template-columns:1fr auto}.site-header__cta{display:none}.editorial-hero__copy{padding-top:clamp(34px,6vh,48px);padding-bottom:clamp(24px,5vh,40px)}.editorial-hero h1{max-width:10.5ch;font-size:clamp(2.65rem,12.6vw,4.1rem);line-height:.98}.editorial-hero__lede{margin-top:18px;font-size:.98rem;line-height:1.5}.editorial-actions{display:grid;grid-template-columns:1fr;gap:10px;margin-top:24px}.editorial-actions .simple-site__button{width:100%}.editorial-hero__panel{min-height:clamp(132px,24svh,188px);justify-content:center;gap:18px;padding:24px var(--solcol-page-gutter)}.editorial-hero__panel p{max-width:18ch;font-size:clamp(1.45rem,7vw,2.2rem);line-height:1.08}.tech-news-marquee__inner{grid-template-columns:1fr;gap:6px;padding:10px 0 11px}.tech-news-marquee__label{justify-content:space-between}.tech-news-marquee__track{--tech-news-gap: 24px;--tech-news-half-gap: 12px;animation-duration:38s}.tech-news-marquee__list a{max-width:min(78vw,340px);min-height:32px;font-size:.8rem}.tech-news-marquee__source{font-size:.68rem}.editorial-section{padding-top:clamp(46px,8vh,72px);padding-bottom:clamp(46px,8vh,72px)}.editorial-section__header{gap:18px;margin-bottom:clamp(26px,5vh,36px)}.editorial-section h2{font-size:clamp(2.05rem,10vw,3.2rem);line-height:1.02}.editorial-section__header>p{font-size:.96rem;line-height:1.55}.editorial-grid,.editorial-grid--four{grid-template-columns:1fr}.editorial-card{min-height:auto}.editorial-card h3{max-width:none;margin-top:32px;font-size:1.22rem}.editorial-band{min-height:var(--home-section-min);padding-top:clamp(46px,8vh,72px);padding-bottom:clamp(46px,8vh,72px);background:linear-gradient(160deg,#fff,#f4f4f4),var(--solcol-surface)}.editorial-band h2{font-size:clamp(2.05rem,9.4vw,3.2rem);line-height:1.04}.platform-strip{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px 16px}.platform-strip img{width:min(100%,132px);height:32px}.site-footer__inner{grid-template-columns:1fr}}.MuiChip-root{max-width:100%;height:auto!important;flex:0 1 auto;align-self:flex-start}.MuiChip-label{white-space:normal!important;overflow:visible!important;text-overflow:clip!important;overflow-wrap:anywhere!important;line-height:1.35!important;padding-block:.25rem!important}.MuiStack-root:has(>.MuiChip-root),.MuiBox-root:has(>.MuiChip-root){display:flex;flex-wrap:wrap;align-items:flex-start;min-width:0;max-width:100%}.MuiAlert-message,.MuiTypography-root,.MuiListItemText-primary,.MuiListItemText-secondary{overflow-wrap:anywhere}.MuiListItem-root:has(.MuiListItemButton-root .MuiListItemAvatar-root){padding:0!important}.MuiListItem-root:has(>.MuiListItemAvatar-root),.MuiListItemButton-root:has(>.MuiListItemAvatar-root),.MuiListItem-root:has(.MuiListItemButton-root>.MuiListItemAvatar-root)>.MuiListItemButton-root{display:grid!important;grid-template-columns:3.25rem minmax(0,1fr) clamp(9rem,16vw,13rem);column-gap:.875rem;align-items:flex-start!important;width:100%!important;max-width:100%!important}.MuiListItem-root:has(>.MuiListItemAvatar-root)>.MuiListItemAvatar-root,.MuiListItemButton-root:has(>.MuiListItemAvatar-root)>.MuiListItemAvatar-root,.MuiListItem-root:has(.MuiListItemButton-root>.MuiListItemAvatar-root)>.MuiListItemButton-root>.MuiListItemAvatar-root{grid-column:1;min-width:0!important;width:3.25rem}.MuiListItem-root:has(>.MuiListItemAvatar-root)>:not(.MuiListItemAvatar-root):not(:last-child),.MuiListItemButton-root:has(>.MuiListItemAvatar-root)>:not(.MuiListItemAvatar-root):not(:last-child),.MuiListItem-root:has(.MuiListItemButton-root>.MuiListItemAvatar-root)>.MuiListItemButton-root>:not(.MuiListItemAvatar-root):not(:last-child){grid-column:2;min-width:0!important;width:100%!important;max-width:100%!important;margin:0!important}.MuiListItem-root:has(>.MuiListItemAvatar-root)>:last-child,.MuiListItemButton-root:has(>.MuiListItemAvatar-root)>:last-child,.MuiListItem-root:has(.MuiListItemButton-root>.MuiListItemAvatar-root)>.MuiListItemButton-root>:last-child{grid-column:3;justify-self:end;width:100%!important;min-width:0!important;max-width:13rem!important;margin:0!important;text-align:right!important}.MuiListItem-root:has(>.MuiListItemAvatar-root)>:last-child,.MuiListItem-root:has(>.MuiListItemAvatar-root)>:last-child *,.MuiListItemButton-root:has(>.MuiListItemAvatar-root)>:last-child,.MuiListItemButton-root:has(>.MuiListItemAvatar-root)>:last-child *,.MuiListItem-root:has(.MuiListItemButton-root>.MuiListItemAvatar-root)>.MuiListItemButton-root>:last-child,.MuiListItem-root:has(.MuiListItemButton-root>.MuiListItemAvatar-root)>.MuiListItemButton-root>:last-child *{overflow-wrap:normal!important;text-align:right!important;text-overflow:ellipsis!important;white-space:nowrap!important;word-break:normal!important}@media(max-width:600px){.MuiStack-root:has(>.MuiChip-root),.MuiBox-root:has(>.MuiChip-root){flex-direction:row!important;flex-wrap:wrap!important;align-items:flex-start!important;width:100%;column-gap:.5rem!important;row-gap:.5rem!important}.MuiStack-root:has(>.MuiChip-root)>.MuiChip-root,.MuiBox-root:has(>.MuiChip-root)>.MuiChip-root{width:auto;max-width:100%;justify-content:flex-start;margin:0!important}.MuiStack-root:has(>.MuiChip-root)>.MuiChip-root .MuiChip-label,.MuiBox-root:has(>.MuiChip-root)>.MuiChip-root .MuiChip-label{width:auto;max-width:100%}}html,body,#root{max-width:100%}body{overflow-x:hidden}.MuiListItemText-root,.MuiListItemText-primary,.MuiListItemText-secondary,.MuiTypography-root,.MuiButton-root,.MuiChip-root{min-width:0}@media(max-width:900px){html,body,#root{width:100%;overflow-x:hidden}body{padding-bottom:calc(5rem + env(safe-area-inset-bottom,0px))}.MuiContainer-root{width:100%!important;max-width:100%!important;padding-left:clamp(1rem,4vw,1.5rem)!important;padding-right:clamp(1rem,4vw,1.5rem)!important}.MuiAppBar-root{left:0!important;right:0!important;width:100%!important;max-width:100vw!important}.MuiAppBar-root .MuiToolbar-root{width:100%;min-width:0;align-items:center;justify-content:space-between;gap:.5rem;padding-left:clamp(.75rem,3vw,1rem);padding-right:clamp(.75rem,3vw,1rem)}.MuiAppBar-root .MuiToolbar-root>.MuiBox-root,.MuiAppBar-root .MuiToolbar-root>.MuiStack-root{min-width:0}.MuiAppBar-root .MuiToolbar-root>:first-child{flex:1 1 auto;min-width:0}.MuiAppBar-root .MuiToolbar-root>.MuiBox-root:last-child,.MuiAppBar-root .MuiToolbar-root>.MuiStack-root:last-child,.MuiAppBar-root .MuiToolbar-root>div:last-child{display:inline-flex;flex:0 0 auto;flex-wrap:nowrap;align-items:center;justify-content:flex-end;gap:.125rem;min-width:max-content;max-width:48vw;margin-left:auto;overflow:visible;white-space:nowrap}.MuiAppBar-root .MuiToolbar-root>.MuiBox-root:last-child .MuiIconButton-root,.MuiAppBar-root .MuiToolbar-root>.MuiStack-root:last-child .MuiIconButton-root,.MuiAppBar-root .MuiToolbar-root>div:last-child .MuiIconButton-root{flex:0 0 auto;width:2.25rem;height:2.25rem;padding:.375rem}.MuiAppBar-root .MuiToolbar-root>.MuiBox-root:last-child .MuiSvgIcon-root,.MuiAppBar-root .MuiToolbar-root>.MuiStack-root:last-child .MuiSvgIcon-root,.MuiAppBar-root .MuiToolbar-root>div:last-child .MuiSvgIcon-root{width:1.25rem;height:1.25rem}.MuiAppBar-root .MuiToolbar-root>.MuiBox-root:last-child .MuiBadge-root,.MuiAppBar-root .MuiToolbar-root>.MuiStack-root:last-child .MuiBadge-root,.MuiAppBar-root .MuiToolbar-root>div:last-child .MuiBadge-root{flex:0 0 auto}.MuiAppBar-root .MuiToolbar-root .MuiTypography-root{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.MuiDrawer-paper{width:min(22rem,88vw)!important;max-width:88vw!important;padding-bottom:env(safe-area-inset-bottom,0px)}.MuiCard-root{max-width:100%;overflow:hidden}.MuiCardHeader-root,.MuiCardContent-root{padding-left:clamp(1rem,4vw,1.25rem)!important;padding-right:clamp(1rem,4vw,1.25rem)!important}.MuiStack-root,.MuiBox-root{max-width:100%}.MuiButton-root{min-width:0}.MuiButtonGroup-root,.MuiTabs-flexContainer{max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.MuiBottomNavigation-root,nav[aria-label*=bottom i],[class*=bottom-nav i],[class*=BottomNav]{position:fixed!important;left:0!important;right:0!important;bottom:0!important;z-index:1300!important;width:100%!important;max-width:100vw!important;padding-bottom:env(safe-area-inset-bottom,0px);box-sizing:content-box}.MuiFab-root,.MuiSpeedDial-root{right:max(1rem,env(safe-area-inset-right,0px))!important;bottom:calc(10px + env(safe-area-inset-bottom,0px))!important}}@media(max-width:600px){.MuiAppBar-root .MuiToolbar-root{gap:.375rem;min-height:3.5rem}.MuiAppBar-root .MuiToolbar-root>.MuiBox-root:last-child,.MuiAppBar-root .MuiToolbar-root>.MuiStack-root:last-child,.MuiAppBar-root .MuiToolbar-root>div:last-child{max-width:46vw;gap:0}.MuiAppBar-root .MuiToolbar-root>.MuiBox-root:last-child .MuiIconButton-root,.MuiAppBar-root .MuiToolbar-root>.MuiStack-root:last-child .MuiIconButton-root,.MuiAppBar-root .MuiToolbar-root>div:last-child .MuiIconButton-root{width:2rem;height:2rem;padding:.3125rem}.MuiAppBar-root .MuiToolbar-root>.MuiBox-root:last-child .MuiSvgIcon-root,.MuiAppBar-root .MuiToolbar-root>.MuiStack-root:last-child .MuiSvgIcon-root,.MuiAppBar-root .MuiToolbar-root>div:last-child .MuiSvgIcon-root{width:1.125rem;height:1.125rem}.MuiAppBar-root .MuiToolbar-root>.MuiBox-root:last-child .MuiBadge-badge,.MuiAppBar-root .MuiToolbar-root>.MuiStack-root:last-child .MuiBadge-badge,.MuiAppBar-root .MuiToolbar-root>div:last-child .MuiBadge-badge{min-width:1rem;height:1rem;padding:0 .25rem;font-size:.625rem}.MuiCardHeader-root{align-items:flex-start}.MuiCardHeader-action{align-self:flex-start;margin-top:0!important;margin-right:0!important}.MuiList-root{width:100%;max-width:100%}.MuiListItem-root,.MuiListItemButton-root{max-width:100%;min-width:0;box-sizing:border-box}.MuiListItem-root:has(.MuiListItemButton-root .MuiListItemAvatar-root){padding:0!important}.MuiListItem-root:has(>.MuiListItemAvatar-root),.MuiListItemButton-root:has(>.MuiListItemAvatar-root),.MuiListItem-root:has(.MuiListItemButton-root>.MuiListItemAvatar-root)>.MuiListItemButton-root{display:grid!important;grid-template-columns:3rem minmax(0,1fr) clamp(4.25rem,18vw,5.75rem);grid-template-rows:auto;column-gap:.75rem;align-items:flex-start!important;padding:.875rem .75rem!important;width:100%!important;max-width:100%!important}.MuiListItem-root:has(>.MuiListItemAvatar-root)>.MuiListItemAvatar-root,.MuiListItemButton-root:has(>.MuiListItemAvatar-root)>.MuiListItemAvatar-root,.MuiListItem-root:has(.MuiListItemButton-root>.MuiListItemAvatar-root)>.MuiListItemButton-root>.MuiListItemAvatar-root{grid-column:1;grid-row:1 / span 3;min-width:0!important;width:3rem}.MuiListItem-root:has(>.MuiListItemAvatar-root)>:not(.MuiListItemAvatar-root):not(:last-child),.MuiListItemButton-root:has(>.MuiListItemAvatar-root)>:not(.MuiListItemAvatar-root):not(:last-child),.MuiListItem-root:has(.MuiListItemButton-root>.MuiListItemAvatar-root)>.MuiListItemButton-root>:not(.MuiListItemAvatar-root):not(:last-child){grid-column:2;min-width:0!important;width:100%!important;max-width:100%!important;margin:0!important}.MuiListItemText-root,.MuiListItemText-primary,.MuiListItemText-secondary{min-width:0!important;max-width:100%!important}.MuiListItemText-primary,.MuiListItemText-secondary{display:block;overflow:hidden!important;text-overflow:ellipsis!important}.MuiListItemText-primary{white-space:nowrap!important}.MuiListItemText-secondary{display:-webkit-box!important;-webkit-box-orient:vertical;-webkit-line-clamp:2;white-space:normal!important}.MuiListItemSecondaryAction-root,.MuiListItem-root:has(>.MuiListItemAvatar-root)>:last-child,.MuiListItemButton-root:has(>.MuiListItemAvatar-root)>:last-child,.MuiListItem-root:has(.MuiListItemButton-root>.MuiListItemAvatar-root)>.MuiListItemButton-root>:last-child{grid-column:3;grid-row:1;align-self:start;justify-self:end;position:static!important;transform:none!important;width:100%!important;min-width:0!important;max-width:5.75rem!important;margin:0!important;padding:0!important;text-align:right!important}.MuiListItemSecondaryAction-root,.MuiListItemSecondaryAction-root *,.MuiListItem-root:has(>.MuiListItemAvatar-root)>:last-child,.MuiListItem-root:has(>.MuiListItemAvatar-root)>:last-child *,.MuiListItemButton-root:has(>.MuiListItemAvatar-root)>:last-child,.MuiListItemButton-root:has(>.MuiListItemAvatar-root)>:last-child *,.MuiListItem-root:has(.MuiListItemButton-root>.MuiListItemAvatar-root)>.MuiListItemButton-root>:last-child,.MuiListItem-root:has(.MuiListItemButton-root>.MuiListItemAvatar-root)>.MuiListItemButton-root>:last-child *{display:block;max-width:100%!important;color:inherit;font-size:.72rem!important;line-height:1.2!important;overflow:hidden!important;overflow-wrap:normal!important;text-align:right!important;text-overflow:ellipsis!important;white-space:nowrap!important;word-break:normal!important}.MuiListItem-root:has(>.MuiListItemAvatar-root)>.MuiChip-root,.MuiListItemButton-root:has(>.MuiListItemAvatar-root)>.MuiChip-root,.MuiListItem-root:has(.MuiListItemButton-root>.MuiListItemAvatar-root)>.MuiListItemButton-root>.MuiChip-root{grid-column:2;justify-self:flex-start;margin-top:.25rem}.MuiDialog-paper:not(.MuiDialog-paperFullScreen){width:calc(100vw - 2rem)!important;max-width:calc(100vw - 2rem)!important;margin:1rem!important}.MuiDialog-paperFullScreen{width:100vw!important;max-width:100vw!important;height:100dvh!important;max-height:100dvh!important;margin:0!important}.MuiTextField-root,.MuiFormControl-root{width:100%}}@media(max-width:700px){.MuiCard-root:has(.MuiLinearProgress-root) .MuiList-root{display:grid;gap:.75rem;padding:0}.MuiCard-root:has(.MuiLinearProgress-root) .MuiList-root>.MuiBox-root{border:1px solid rgba(0,0,0,.08);border-radius:1rem;overflow:hidden}.MuiCard-root:has(.MuiLinearProgress-root) .MuiList-root>.MuiBox-root>.MuiDivider-root{display:none}.MuiCard-root:has(.MuiLinearProgress-root) .MuiListItem-root{display:block!important;padding:1rem!important;width:100%;min-width:0;box-sizing:border-box}.MuiCard-root:has(.MuiLinearProgress-root) .MuiListItemText-root{margin:0;padding-right:0!important;width:100%;min-width:0}.MuiCard-root:has(.MuiLinearProgress-root) .MuiListItemText-primary>.MuiStack-root{flex-wrap:wrap;align-items:flex-start;gap:.45rem .5rem;min-width:0}.MuiCard-root:has(.MuiLinearProgress-root) .MuiListItemText-primary .MuiTypography-h6{flex:1 0 100%;max-width:100%;font-size:1rem;line-height:1.25;white-space:normal;overflow-wrap:anywhere}.MuiCard-root:has(.MuiLinearProgress-root) .MuiChip-root{max-width:100%}.MuiCard-root:has(.MuiLinearProgress-root) .MuiListItemText-secondary{display:block!important;overflow:visible!important;white-space:normal!important}.MuiCard-root:has(.MuiLinearProgress-root) .MuiListItemText-secondary .MuiTypography-body2{max-width:100%;white-space:normal;overflow-wrap:anywhere}.MuiCard-root:has(.MuiLinearProgress-root) .MuiListItemText-secondary .MuiStack-root{display:grid;grid-template-columns:1fr;gap:.35rem!important;margin-bottom:.75rem}.MuiCard-root:has(.MuiLinearProgress-root) .MuiListItemSecondaryAction-root{position:static!important;transform:none!important;width:100%;margin-top:.85rem;padding:0}.MuiCard-root:has(.MuiLinearProgress-root) .MuiListItemSecondaryAction-root .MuiStack-root{display:grid;grid-template-columns:repeat(5,minmax(2.25rem,1fr));gap:.35rem;width:100%;max-width:100%}.MuiCard-root:has(.MuiLinearProgress-root) .MuiListItemSecondaryAction-root .MuiIconButton-root{width:100%;min-width:0;height:2.5rem;border-radius:.75rem;background:#00000008}.MuiCard-root:has(.MuiLinearProgress-root) .MuiCollapse-root .MuiBox-root{padding-left:.75rem!important;padding-right:.75rem!important}.MuiCard-root:has(.MuiLinearProgress-root) .MuiCollapse-root .MuiPaper-root{padding:.85rem!important}.MuiCard-root:has(.MuiLinearProgress-root) .MuiCollapse-root .MuiTableContainer-root{max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}}@media(max-width:420px){.MuiCard-root:has(.MuiLinearProgress-root) .MuiListItem-root{padding:.85rem!important}.MuiCard-root:has(.MuiLinearProgress-root) .MuiListItemSecondaryAction-root .MuiStack-root{grid-template-columns:repeat(3,minmax(2.35rem,1fr))}}:root{--solcol-radius: 0px}:where(button,input,textarea,select,dialog,[role=button],[class*=MuiButton-root],[class*=MuiCard-root],[class*=MuiPaper-root],[class*=MuiOutlinedInput-root],[class*=MuiDialog-paper]){border-radius:0!important}.site-header__inner{width:min(100%,calc(var(--solcol-content-max) + var(--solcol-page-gutter) + var(--solcol-page-gutter)))}.editorial-hero__copy{padding-right:clamp(28px,4vw,64px)}.editorial-section{min-height:auto;padding-block:clamp(72px,10vw,132px)}.editorial-section__header{align-items:start}.editorial-section__header>p{max-width:48ch;justify-self:end}.editorial-card{min-height:clamp(240px,24vw,300px)}.editorial-card h3{max-width:15ch}.platform-strip{margin-top:clamp(36px,6vw,64px);padding-top:clamp(28px,4vw,40px)}.site-footer__inner{width:min(100%,var(--solcol-content-max))}.tech-news-marquee__list a{min-height:34px;flex-direction:column;align-items:flex-start;justify-content:center;gap:1px}.tech-news-marquee__meta{max-width:100%;display:flex;align-items:center;gap:6px;overflow:hidden;color:var(--solcol-soft-text);font-size:.61rem;font-weight:750;line-height:1;letter-spacing:.035em;text-transform:uppercase;white-space:nowrap}.tech-news-marquee__meta time{flex:0 0 auto;font-variant-numeric:tabular-nums}.tech-news-marquee__source{max-width:18ch;overflow:hidden;font-size:inherit;line-height:inherit;text-overflow:ellipsis;white-space:nowrap}.tech-news-marquee__headline{max-width:100%;font-size:.81rem;line-height:1.12}@media(min-width:861px){.editorial-hero{grid-template-columns:minmax(0,1.12fr) minmax(430px,.88fr)}.editorial-hero__copy{padding-top:clamp(54px,7vh,78px);padding-bottom:clamp(54px,7vh,78px)}.editorial-hero h1{max-width:11ch;font-size:clamp(3.6rem,5.45vw,5.85rem);line-height:.96}.editorial-hero__lede{max-width:640px}.editorial-hero__panel{padding:clamp(42px,4vw,62px)}.editorial-hero__panel p{max-width:14ch;font-size:clamp(2.2rem,2.9vw,3.45rem);line-height:1.04}.tech-news-marquee__inner{grid-template-columns:164px minmax(0,1fr);gap:24px}.tech-news-marquee__label{min-width:0;padding-right:20px;border-right:1px solid var(--solcol-border)}.tech-news-marquee__viewport{padding-inline:4px;-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 2.5%,#000 97.5%,transparent 100%);mask-image:linear-gradient(90deg,transparent 0,#000 2.5%,#000 97.5%,transparent 100%)}.tech-news-marquee__track{--tech-news-gap: 38px;--tech-news-half-gap: 19px}.tech-news-marquee__list a{width:clamp(300px,22vw,360px);max-width:none;padding-left:0;border-left:0}.tech-news-marquee__headline{width:100%}}@media(max-width:860px){.editorial-hero__copy{padding-right:var(--solcol-page-gutter)}.editorial-section__header>p{max-width:62ch;justify-self:start}.editorial-band__inner{align-items:start}}@media(max-width:600px){.site-header__inner{min-height:64px}.site-header__wordmark{width:128px}.site-header__menu-toggle{width:46px;height:46px}.editorial-section{padding-block:clamp(48px,12vw,64px)}.editorial-card{min-height:0;padding:20px}.editorial-card h3{margin-top:20px}.editorial-card p{margin-top:14px;line-height:1.55}.editorial-band{min-height:auto}.platform-strip{margin-top:36px}.site-footer{padding-top:52px}.tech-news-marquee__meta{font-size:.58rem}.tech-news-marquee__headline{font-size:.78rem}.tech-news-marquee__inner{grid-template-columns:auto minmax(0,1fr);gap:12px;padding-top:8px;padding-bottom:8px}.tech-news-marquee__label{flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:2px}.tech-news-marquee__label a{display:inline;font-size:.64rem}.tech-news-marquee__list a{max-width:min(62vw,250px)}}:root{--solcol-page: #dfe9ef;--solcol-surface: #f8fafb;--solcol-surface-soft: #dfe9ef;--solcol-ink: #315e7a;--solcol-muted: #405e70;--solcol-soft-text: #516b7a;--solcol-border: #c3d4df;--solcol-accent: #315e7a;--solcol-accent-dark: #24465c;--solcol-signal: #699dc0;--solcol-radius: 0;--solcol-reading-measure: 64ch}body{background:var(--solcol-page);color:var(--solcol-ink);font-kerning:normal}.site-header{border-bottom:0;background:var(--solcol-page);-webkit-backdrop-filter:none;backdrop-filter:none}.site-header__inner.site-header__inner--centered{grid-template-columns:minmax(0,1fr);justify-items:center}.site-header__inner--centered .site-header__brand{justify-self:center}.site-header__brand{display:inline-flex;align-items:center;justify-content:center;padding:6px 14px;background:var(--solcol-accent);color:#fff}body:has(.editorial-home--focused) .site-header__inner{min-height:64px}p,li{letter-spacing:.006em}.editorial-home{background:var(--solcol-page)}.editorial-home--focused{--home-header-height: 64px;--home-news-height: 68px;height:calc(100svh - var(--home-header-height));display:grid;grid-template-rows:var(--home-news-height) minmax(0,1fr);overflow:hidden}.editorial-home--focused:not(:has(>.tech-news-marquee)){grid-template-rows:minmax(0,1fr)}.editorial-home--focused .editorial-hero{width:min(calc(100% - (2 * var(--solcol-page-gutter))),var(--solcol-content-max));height:100%;min-height:0;margin:0 auto}@supports (height: 100dvh){.editorial-home--focused{height:calc(100dvh - var(--home-header-height))}}.editorial-kicker{width:fit-content;display:block;margin-bottom:20px;padding:0;border:0;border-radius:0;background:transparent;color:var(--solcol-accent-dark);font-size:.76rem;line-height:1.2;letter-spacing:.045em}.editorial-kicker:before{content:none}.editorial-hero{width:min(calc(100% - (2 * var(--solcol-page-gutter))),var(--solcol-content-max));min-height:min(720px,calc(100svh - var(--home-header-height) - var(--home-news-height) - 28px));margin:0 auto clamp(30px,4vw,52px);overflow:hidden;border:1px solid var(--solcol-border);border-radius:0;background:var(--solcol-surface);box-shadow:none}.editorial-hero__copy{padding-left:clamp(28px,5vw,72px)}.editorial-hero h1{max-width:11ch;color:var(--solcol-ink);font-size:clamp(3.25rem,5.3vw,5.7rem);line-height:1.035;letter-spacing:-.025em}#home-title{max-width:16ch}#about-title{max-width:18ch}.editorial-hero__lede{max-width:60ch;color:var(--solcol-muted);font-size:clamp(1.04rem,1.25vw,1.17rem);line-height:1.72}.editorial-hero__panel{margin:clamp(14px,1.5vw,22px);border-radius:0;background:var(--solcol-accent);box-shadow:none;color:#f5f5f2}.editorial-hero__panel>span{width:fit-content;padding:7px 10px;border:1px solid rgba(255,255,255,.34);border-radius:0;background:transparent;color:#e9f2f7;line-height:1.2}.editorial-hero__panel p{color:#f5f5f2;line-height:1.12;letter-spacing:-.015em;text-wrap:balance}.editorial-hero__panel{gap:clamp(26px,5vh,48px)}.editorial-hero__statement{margin-block:auto!important}.editorial-hero__disciplines{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;padding:18px 0 0;margin:0;border-top:1px solid rgba(255,255,255,.34);list-style:none}.editorial-hero__disciplines li{display:grid;gap:5px;color:#fff;font-size:.76rem;font-weight:800;line-height:1.2}.editorial-hero__disciplines li+li{padding-left:14px;border-left:1px solid rgba(255,255,255,.24)}.editorial-hero__disciplines span{width:auto;padding:0;border:0;color:#ffffffa8;font-size:.68rem;font-weight:750}.editorial-card .editorial-card__fit{min-height:2.5em;margin:0;color:var(--solcol-accent-dark);font-size:.72rem;font-weight:850;line-height:1.35;letter-spacing:.035em;text-transform:uppercase}.editorial-card:has(.editorial-card__fit) h3{margin-top:14px}.editorial-section--decision{background:#dfeaf0}.editorial-card--decision{background:#ffffffc7}.editorial-card--decision:nth-child(3){background:var(--solcol-accent);color:#fff}.editorial-card--decision:nth-child(3) .editorial-card__fit,.editorial-card--decision:nth-child(3) p{color:#ffffffc7}.editorial-card--decision:nth-child(3) .editorial-card__number{border-color:#fff;background:#fff;color:var(--solcol-accent)}.platform-strip__label{margin:34px 0 12px;color:var(--solcol-soft-text);font-size:.74rem;font-weight:850;letter-spacing:.045em;text-transform:uppercase}@media(min-width:861px){#home-title{font-size:clamp(3.25rem,4.8vw,5.15rem)}.editorial-home--focused .editorial-hero__panel p{max-width:12ch;font-size:clamp(3rem,min(4.2vw,7svh),4rem);line-height:1.06}}.simple-site__button{min-height:50px;gap:9px;padding:13px 22px;border-radius:0;box-shadow:none;transition:background-color .16s ease,color .16s ease}.simple-site__button:after{content:"→";font-size:1.08em;line-height:1}.simple-site__button:hover{transform:none;box-shadow:none}.simple-site__button.simple-site__button--secondary{background:var(--solcol-surface);box-shadow:none}.editorial-section{min-height:auto;padding-block:clamp(68px,8vw,108px)}.editorial-section--soft{position:relative;margin-inline:var(--solcol-page-gutter);border-radius:0;background:var(--solcol-surface-soft)}.editorial-section__header{align-items:start;margin-bottom:clamp(34px,5vw,56px)}.editorial-section h2{max-width:17ch;font-size:clamp(2.35rem,4vw,4.35rem);line-height:1.075;letter-spacing:-.022em;text-wrap:balance}.editorial-section__header>p{max-width:52ch;padding:4px 0 4px 22px;border-left:3px solid var(--solcol-signal);color:var(--solcol-muted);font-size:1.05rem;line-height:1.75}.editorial-grid,.editorial-grid--four{gap:clamp(14px,2vw,22px);border:0}.editorial-card{position:relative;min-height:clamp(250px,24vw,310px);overflow:hidden;padding:clamp(24px,3vw,32px);border:1px solid var(--solcol-border);border-radius:0;background:var(--solcol-surface);box-shadow:none;transition:border-color .18s ease}.editorial-card:before{position:absolute;inset:0 auto 0 0;width:5px;background:var(--solcol-signal);content:""}.editorial-card:hover{transform:none;border-color:#8eafc4;box-shadow:none}.editorial-card__number{width:42px;height:42px;display:inline-grid;place-items:center;border:1px solid var(--solcol-border);border-radius:0;background:var(--solcol-surface-soft);color:var(--solcol-ink);font-size:.78rem;line-height:1}.editorial-card h3{max-width:18ch;margin-top:clamp(30px,4vw,46px);font-size:clamp(1.24rem,1.55vw,1.48rem);line-height:1.28;letter-spacing:-.01em;text-wrap:balance}.editorial-card p{max-width:46ch;margin-top:16px;color:var(--solcol-muted);line-height:1.72}.editorial-band{width:min(calc(100% - (2 * var(--solcol-page-gutter))),var(--solcol-content-max));min-height:clamp(430px,64svh,650px);margin:clamp(28px,5vw,64px) auto;border-radius:0;background:var(--solcol-accent);box-shadow:none;color:#f5f5f2}.editorial-band .editorial-kicker{color:#e9f2f7}.editorial-band h2{max-width:19ch;font-size:clamp(2.35rem,4.25vw,4.55rem);line-height:1.08;letter-spacing:-.02em;color:#f5f5f2;text-wrap:balance}.editorial-band p{max-width:58ch;color:#ffffffd1;font-size:1.04rem;line-height:1.72}.platform-strip{gap:14px;border:0}.platform-strip li{min-height:76px;padding:16px;border:1px solid var(--solcol-border);border-radius:0;background:var(--solcol-surface)}.tech-news-marquee{padding:6px var(--solcol-page-gutter);border-bottom:0;background:var(--solcol-page);-webkit-backdrop-filter:none;backdrop-filter:none}.tech-news-marquee__inner{width:min(100%,var(--solcol-content-max));min-height:54px;grid-template-columns:clamp(190px,17vw,208px) minmax(0,1fr);gap:0;padding:0;overflow:hidden;border:1px solid var(--solcol-border);background:var(--solcol-surface)}.tech-news-marquee__label{align-self:stretch;flex-direction:column;align-items:flex-start;justify-content:center;gap:2px;padding:0 16px;border-right:0;background:var(--solcol-ink);color:#fff}.tech-news-marquee__label span,.tech-news-marquee__label a,.tech-news-marquee__label a:hover,.tech-news-marquee__label a:focus-visible{color:#fff}.tech-news-marquee__label a{opacity:.68}.tech-news-marquee__label a:hover,.tech-news-marquee__label a:focus-visible{opacity:1}.tech-news-marquee__viewport{height:100%;display:flex;align-items:center;padding-inline:clamp(14px,2vw,24px)}.site-footer{border-top:0}@media(max-width:860px){.editorial-hero{min-height:auto}.editorial-home--focused .editorial-hero{min-height:0;grid-template-rows:minmax(0,1fr) auto;overflow:hidden}.editorial-home--focused .editorial-hero__copy{min-height:0;padding:clamp(24px,5vh,46px) clamp(22px,5vw,42px)}.editorial-home--focused .editorial-hero h1{font-size:clamp(2.7rem,8vw,4.35rem)}.editorial-home--focused .editorial-hero__lede{font-size:clamp(.94rem,2vw,1.05rem);line-height:1.55}.editorial-hero__panel{margin-top:0}.editorial-home--focused .editorial-hero__panel{min-height:clamp(116px,22svh,190px);margin:0 12px 12px;padding:clamp(18px,3vh,28px) clamp(22px,5vw,42px)}.editorial-section__header>p{padding-left:18px}}@media(max-width:600px){.editorial-home--focused{--home-header-height: 64px;--home-news-height: 64px}.tech-news-marquee{padding:5px var(--solcol-page-gutter)}.tech-news-marquee__inner{min-height:52px;grid-template-columns:156px minmax(0,1fr);gap:0;padding:0}.tech-news-marquee__label{flex-direction:column;align-items:flex-start;justify-content:center;gap:2px;padding:8px 12px}.tech-news-marquee__viewport{padding-inline:12px}.editorial-hero{width:min(calc(100% - (2 * var(--solcol-page-gutter))),var(--solcol-content-max));margin-top:0;border-radius:0}.editorial-hero__copy{padding:36px 22px 30px}.editorial-hero h1{font-size:clamp(2.62rem,12vw,3.8rem);line-height:1.055}.editorial-hero__lede,.editorial-section__header>p,.editorial-card p,.editorial-band p{line-height:1.68}.editorial-hero__panel{margin:0 10px 10px;border-radius:0}.editorial-hero__disciplines{display:none}.editorial-card .editorial-card__fit{min-height:0}.editorial-home--focused .editorial-hero{width:min(calc(100% - (2 * var(--solcol-page-gutter))),var(--solcol-content-max));margin:0 auto}.editorial-home--focused .editorial-hero__copy{padding-top:clamp(22px,4vh,34px);padding-bottom:clamp(18px,3vh,28px)}.editorial-home--focused .editorial-hero h1{font-size:clamp(2.35rem,11vw,3.5rem)}.editorial-section{padding-block:58px}.editorial-section--soft{margin-inline:8px;border-radius:0}.editorial-section h2,.editorial-band h2{line-height:1.1}.editorial-card{min-height:0;padding:22px 22px 24px;border-radius:0}.editorial-card h3{margin-top:24px}.editorial-band{width:min(calc(100% - (2 * var(--solcol-page-gutter))),var(--solcol-content-max));margin-block:32px;border-radius:0}.platform-strip li{min-height:68px;padding:14px}}@media(max-height:700px){body:has(.editorial-home--focused) .site-header__inner{min-height:56px}body:has(.editorial-home--focused) .site-header__nav a{padding-top:17px;padding-bottom:17px}.editorial-home--focused{--home-header-height: 56px;--home-news-height: 54px}.editorial-home--focused .tech-news-marquee{padding-block:5px}.editorial-home--focused .tech-news-marquee__inner{min-height:44px;padding-block:0}.editorial-home--focused .editorial-kicker{margin-bottom:10px}.editorial-home--focused .editorial-hero__lede{margin-top:12px}}@media(max-width:599px)and (max-height:700px){.editorial-home--focused .editorial-hero__copy{padding:14px 18px}.editorial-home--focused .editorial-hero h1{font-size:clamp(2.05rem,10vw,2.75rem);line-height:1.04}.editorial-home--focused .editorial-hero__lede{font-size:.86rem;line-height:1.42}.editorial-home--focused .editorial-hero__panel{min-height:88px;gap:8px;margin:0 8px 8px;padding:14px 18px}.editorial-home--focused .editorial-hero__panel p{font-size:clamp(1.2rem,6vw,1.65rem)}}@media(min-width:600px)and (max-width:860px)and (max-height:520px){.editorial-home--focused .editorial-hero{grid-template-columns:minmax(0,1.15fr) minmax(240px,.85fr);grid-template-rows:minmax(0,1fr)}.editorial-home--focused .editorial-hero__copy{padding:16px 24px}.editorial-home--focused .editorial-hero h1{font-size:clamp(2.25rem,5.8vw,3.25rem)}.editorial-home--focused .editorial-hero__lede{font-size:.84rem;line-height:1.42}.editorial-home--focused .editorial-hero__panel{min-height:0;height:auto;margin:10px;padding:20px}.editorial-home--focused .editorial-hero__panel p{font-size:clamp(1.35rem,3.6vw,2rem)}}@media(prefers-reduced-motion:reduce){.editorial-card,.simple-site__button{transition:none}.editorial-card:hover,.simple-site__button:hover{transform:none}.typewriter-text__cursor{display:none;animation:none}}body:has(.editorial-contact) .site-header__inner{min-height:64px}.editorial-contact{--contact-header-height: 64px;min-height:calc(100svh - var(--contact-header-height));display:grid;align-items:stretch;padding:clamp(14px,2vw,28px) var(--solcol-page-gutter) clamp(22px,3vw,40px);background:var(--solcol-page)}@supports (min-height: 100dvh){.editorial-contact{min-height:calc(100dvh - var(--contact-header-height))}}.editorial-contact__frame{width:min(100%,var(--solcol-content-max));min-height:min(720px,calc(100svh - var(--contact-header-height) - 42px));display:grid;grid-template-columns:minmax(0,1.04fr) minmax(440px,.96fr);align-items:stretch;margin:0 auto;overflow:hidden;border:1px solid var(--solcol-border);background:var(--solcol-surface)}.editorial-contact__intro{display:flex;flex-direction:column;justify-content:center;padding:clamp(42px,6vw,76px)}.editorial-contact__intro h1{max-width:10ch;margin:0;color:var(--solcol-ink);font-size:clamp(3.15rem,5.1vw,5.55rem);font-weight:850;line-height:1.035;letter-spacing:-.025em;text-wrap:balance}.editorial-contact__intro>p:not(.editorial-kicker){max-width:52ch;margin:clamp(22px,3vh,30px) 0 0;color:var(--solcol-muted);font-size:clamp(1rem,1.2vw,1.12rem);line-height:1.68}.editorial-contact__email{width:fit-content;margin-top:clamp(26px,4vh,38px);padding-bottom:4px;border-bottom:1px solid var(--solcol-border);color:var(--solcol-accent-dark);font-size:.9rem;font-weight:800;text-decoration:none}.editorial-contact__email:hover,.editorial-contact__email:focus-visible{border-bottom-color:var(--solcol-accent-dark)}.editorial-contact__form-shell{min-width:0;display:flex;align-items:center;margin:clamp(14px,1.5vw,22px);padding:clamp(28px,4vw,52px);background:var(--solcol-surface-soft)}.editorial-contact .contact-form-panel__header{gap:8px;margin-bottom:24px}.editorial-contact .contact-form-panel__header h2{color:var(--solcol-ink);font-size:clamp(1.75rem,2.5vw,2.4rem);line-height:1.08}.editorial-contact .contact-form-panel__header p{color:var(--solcol-muted);font-size:.9rem}.editorial-contact .MuiOutlinedInput-root{border-radius:0;background:var(--solcol-surface)}.editorial-contact .MuiOutlinedInput-notchedOutline{border-color:var(--solcol-border)}.editorial-contact .MuiButton-root{min-height:50px;border-radius:0;font-weight:800;text-transform:none}.contact-form-panel__submit-arrow{margin-left:9px}@media(max-width:860px){.editorial-contact__frame{min-height:0;grid-template-columns:1fr}.editorial-contact__intro{padding:clamp(34px,7vw,56px) clamp(24px,6vw,46px)}.editorial-contact__intro h1{max-width:11ch;font-size:clamp(2.8rem,9vw,4.5rem)}.editorial-contact__form-shell{margin-top:0;padding:clamp(26px,6vw,44px)}}@media(max-width:600px){.editorial-contact{padding:0 var(--solcol-page-gutter) 16px}.editorial-contact__intro{padding:30px 22px 32px}.editorial-contact__intro h1{font-size:clamp(2.45rem,12vw,3.45rem);line-height:1.055}.editorial-contact__intro>p:not(.editorial-kicker){margin-top:18px;font-size:.96rem;line-height:1.55}.editorial-contact__email{margin-top:22px}.editorial-contact__form-shell{margin:0 8px 8px;padding:24px 18px 26px}.editorial-contact .contact-form-panel__header{margin-bottom:18px}.editorial-contact .contact-form-panel__header h2{font-size:1.55rem}}html:has(.simple-site--about),body:has(.simple-site--about),#root:has(.simple-site--about),.simple-site--about{background:var(--solcol-page);color:var(--solcol-ink)}body:has(.simple-site--about) .site-header__inner{min-height:64px}.simple-site--about{--public-page-header-height: 64px}.simple-about__hero{min-height:min(720px,calc(100svh - var(--public-page-header-height) - 42px));align-content:center;margin:clamp(18px,2.5vw,32px) auto clamp(30px,4vw,52px);padding:clamp(48px,6vw,76px);overflow:hidden;border:1px solid var(--solcol-border);background:var(--solcol-surface)}@supports (min-height: 100dvh){.simple-about__hero{min-height:min(720px,calc(100dvh - var(--public-page-header-height) - 42px))}}.simple-about__hero-grid{grid-template-columns:minmax(0,800px)}.simple-about__copy{max-width:800px}.simple-site--about h1{max-width:18ch;color:var(--solcol-ink);font-size:clamp(3.25rem,5.1vw,5.55rem);line-height:1.035;letter-spacing:-.025em}.simple-about__lede{max-width:60ch;color:var(--solcol-muted);font-size:clamp(1.04rem,1.25vw,1.17rem);line-height:1.72}.simple-about__story{position:relative;width:min(calc(100% - (2 * var(--solcol-page-gutter))),var(--solcol-content-max));display:grid;grid-template-columns:minmax(0,.78fr) minmax(320px,1fr);gap:clamp(40px,7vw,104px);margin:0 auto clamp(30px,4vw,52px);padding:clamp(54px,7vw,88px) clamp(32px,6vw,76px);overflow:hidden;border:1px solid var(--solcol-border);background:var(--solcol-surface)}.simple-about__story:before{position:absolute;inset:0 auto 0 0;width:5px;background:var(--solcol-signal);content:""}.simple-about__story-heading h2{max-width:13ch;margin-bottom:0}.simple-about__story-copy{display:grid;gap:18px}.simple-about__story-copy>p{max-width:58ch;margin-bottom:0;color:var(--solcol-muted);font-size:1.02rem;line-height:1.75}.simple-about__story blockquote{margin:14px 0 0;padding:clamp(24px,3vw,32px);border:0;background:var(--solcol-surface-soft)}.simple-about__story blockquote p{max-width:38ch;margin-bottom:20px;color:var(--solcol-ink);font-size:clamp(1.25rem,2vw,1.65rem);font-weight:700;line-height:1.4;text-wrap:balance}.simple-about__story blockquote footer{color:var(--solcol-accent-dark);font-size:var(--solcol-type-label-size);font-weight:var(--solcol-type-label-weight);line-height:var(--solcol-type-label-line);text-transform:uppercase;letter-spacing:.045em}.simple-about__founder{width:min(calc(100% - (2 * var(--solcol-page-gutter))),var(--solcol-content-max));margin:0 auto clamp(30px,4vw,52px);padding:clamp(36px,5vw,56px) 0;border-top:1px solid var(--solcol-border);border-bottom:1px solid var(--solcol-border)}.simple-about__founder h2{margin-bottom:clamp(26px,4vw,38px)}.simple-about__founder-body{display:grid;grid-template-columns:minmax(240px,.72fr) minmax(330px,1fr);gap:clamp(36px,6vw,82px);align-items:center}.simple-about__founder-copy{max-width:46ch;margin-bottom:0;color:var(--solcol-muted);font-size:1rem;line-height:1.72}.simple-about__founder-profile{width:min(100%,560px);min-width:0;display:flex;justify-content:center}.simple-about__founder-link{width:min(100%,440px);display:grid;grid-template-columns:clamp(132px,15vw,184px) minmax(0,1fr);gap:clamp(20px,3vw,30px);align-items:center;color:var(--solcol-ink);text-decoration:none}.simple-about__founder-monogram{width:100%;aspect-ratio:1;display:grid;place-items:center;border:1px solid var(--solcol-border);border-radius:50%;background:var(--solcol-accent);color:#fff;font-size:clamp(2.15rem,5vw,4.2rem);font-weight:850;letter-spacing:-.055em}.simple-about__founder-details,.simple-about__founder-details>span{display:block}.simple-about__founder-details strong{display:block;margin-bottom:6px;font-size:1.08rem;line-height:1.35}.simple-about__founder-details>span:not(.simple-about__founder-link-label){color:var(--solcol-muted);font-size:.92rem}.simple-about__founder-link-label{width:fit-content;margin-top:20px;color:var(--solcol-accent-dark);font-size:var(--solcol-type-label-size);font-weight:700}.simple-about__founder-link:hover .simple-about__founder-link-label,.simple-about__founder-link:focus-visible .simple-about__founder-link-label{text-decoration:underline;text-underline-offset:4px}.simple-about__founder-link:hover .simple-about__founder-monogram,.simple-about__founder-link:focus-visible .simple-about__founder-monogram{border-color:var(--solcol-accent-dark);background:var(--solcol-accent-dark)}.simple-about__founder-credentials{display:grid;gap:10px;padding:20px 0 0;margin:22px 0 0;border-top:1px solid var(--solcol-border);list-style:none}.simple-about__founder-credentials li{position:relative;padding-left:18px;color:var(--solcol-ink);font-size:.86rem;font-weight:700;line-height:1.5}.simple-about__founder-credentials li:before{position:absolute;top:.62em;left:0;width:7px;height:2px;background:var(--solcol-accent);content:""}.simple-site--about .simple-site__eyebrow,.simple-about__panel-kicker{color:var(--solcol-accent-dark);letter-spacing:.045em}.simple-about__section,.simple-about__split{min-height:0;padding-top:clamp(68px,8vw,108px);padding-bottom:clamp(68px,8vw,108px);border-top:0}.simple-about__section--signal{margin-bottom:clamp(30px,4vw,52px);padding:clamp(38px,5vw,64px);border:1px solid var(--solcol-border);background:var(--solcol-surface-soft)}.simple-about__signal-panel{grid-template-columns:minmax(150px,210px) minmax(260px,.78fr) minmax(320px,1fr);gap:clamp(28px,4vw,58px)}.simple-about__signal-visual{width:min(100%,210px);padding:18px;border:1px solid var(--solcol-border);background:var(--solcol-surface)}.simple-about__signal-copy h2,.simple-site--about h2{color:var(--solcol-ink);letter-spacing:-.022em}.simple-about__facts{border-top-color:var(--solcol-border)}.simple-about__facts div{border-bottom-color:var(--solcol-border)}.simple-about__section-header{align-items:start;margin-bottom:clamp(34px,5vw,56px)}.simple-about__section-header h2,.simple-about__split h2{max-width:17ch;font-size:clamp(2.35rem,4vw,4.35rem);line-height:1.075;text-wrap:balance}.simple-about__section-header>p:last-child{max-width:52ch;padding:4px 0 4px 22px;border-left:3px solid var(--solcol-signal);font-size:1.05rem;line-height:1.75}.simple-about__need-grid,.simple-about__step-grid{gap:clamp(14px,2vw,22px)}.simple-about__need,.simple-about__step{position:relative;min-height:270px;overflow:hidden;padding:clamp(24px,3vw,32px);border:1px solid var(--solcol-border);background:var(--solcol-surface)}.simple-about__need:before,.simple-about__step:before{position:absolute;inset:0 auto 0 0;width:5px;background:var(--solcol-signal);content:""}.simple-about__need-image{width:min(100%,104px);margin-bottom:22px}.simple-about__need h3,.simple-about__step h3{color:var(--solcol-ink);font-size:clamp(1.12rem,1.45vw,1.34rem);line-height:1.28}.simple-about__need p,.simple-about__step p{color:var(--solcol-muted);line-height:1.7}.simple-about__split{margin-top:clamp(28px,5vw,64px);margin-bottom:clamp(28px,5vw,64px);padding-right:clamp(32px,6vw,76px);padding-left:clamp(32px,6vw,76px);background:var(--solcol-accent);color:#fff}.simple-about__split h2,.simple-about__split-copy p,.simple-about__principles li{color:#fff}.simple-about__split .simple-site__eyebrow{color:#e9f2f7}.simple-about__split-copy p{color:#ffffffd1}.simple-about__principles li:before{background:#ffffffad}.simple-about__section--last{padding-bottom:clamp(68px,8vw,108px)}.simple-about__step>span{width:42px;height:42px;display:inline-grid;place-items:center;margin-bottom:clamp(28px,4vw,40px);border:1px solid var(--solcol-border);background:var(--solcol-surface-soft);color:var(--solcol-ink);font-size:.78rem}.simple-about__cta{width:min(calc(100% - (2 * var(--solcol-page-gutter))),var(--solcol-content-max));max-width:var(--solcol-content-max);min-height:0;margin:clamp(28px,5vw,64px) auto;padding:clamp(54px,7vw,84px) clamp(32px,6vw,76px);background:var(--solcol-accent)}.simple-about__cta h2{color:#fff}.simple-about__cta p{color:#ffffffd1}@media(max-width:980px){.simple-about__story{grid-template-columns:1fr}.simple-about__story-heading h2{max-width:18ch}.simple-about__signal-panel{grid-template-columns:minmax(130px,190px) minmax(0,1fr)}.simple-about__facts{grid-column:1 / -1}.simple-about__need-grid,.simple-about__step-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:600px){.simple-about__hero{min-height:0;margin-top:0;padding:36px 22px 40px}.simple-site--about h1{font-size:clamp(2.45rem,12vw,3.45rem);line-height:1.055}.simple-about__lede{margin-top:18px;font-size:.96rem;line-height:1.55}.simple-about__story{gap:28px;padding:42px 22px}.simple-about__story-copy>p{font-size:.96rem;line-height:1.68}.simple-about__story blockquote{padding:24px 22px}.simple-about__founder{padding:34px 0}.simple-about__founder-body{grid-template-columns:1fr;gap:28px}.simple-about__founder-profile{width:100%}.simple-about__section,.simple-about__split{padding-top:54px;padding-bottom:54px}.simple-about__section--signal{padding:28px 22px}.simple-about__signal-panel{grid-template-columns:1fr}.simple-about__facts{grid-column:auto}.simple-about__section-header{grid-template-columns:1fr}.simple-about__section-header>p:last-child{padding-left:18px}.simple-about__need-grid,.simple-about__step-grid{grid-template-columns:1fr}.simple-about__need,.simple-about__step{min-height:0;grid-template-columns:1fr;grid-template-rows:auto;padding:24px 22px 26px}.simple-about__need-image,.simple-about__need h3,.simple-about__need p{grid-column:auto;grid-row:auto}.simple-about__need-image{width:92px;justify-self:start;margin-bottom:18px}.simple-about__split,.simple-about__cta{padding-right:22px;padding-left:22px}.simple-about__cta{grid-template-columns:1fr;margin-block:28px}}:root{--site-header-height: 72px}.site-header-shell{height:var(--site-header-height)}.site-header-shell .site-header{position:fixed;inset:0 0 auto;width:100%}@media(max-width:600px){:root{--site-header-height: 64px}}.editorial-home--concise{--home-news-height: 0px}html:has(.editorial-home),body:has(.editorial-home),#root:has(.editorial-home),html:has(.public-page),body:has(.public-page),#root:has(.public-page){background:var(--solcol-page)}.editorial-home--concise .editorial-section{min-height:auto}.editorial-home--concise .editorial-section--capabilities,.editorial-home--concise .editorial-section--delivery{background:var(--solcol-surface-soft)}.founder-proof{border-top:1px solid var(--solcol-border);border-bottom:1px solid var(--solcol-border);background:var(--solcol-surface)}.founder-proof__inner{width:min(calc(100% - (2 * var(--solcol-page-gutter))),var(--solcol-content-max));margin:0 auto;padding:clamp(36px,5vw,62px) 0}.founder-proof__header{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,.72fr);gap:clamp(28px,6vw,84px);align-items:end}.founder-proof__header h2{max-width:17ch;margin:8px 0 0;color:var(--solcol-ink);font-size:clamp(1.9rem,3.8vw,3.85rem);line-height:1.02;letter-spacing:-.035em}.founder-proof__header>p{max-width:48ch;margin:0;color:var(--solcol-muted);line-height:1.65}.founder-proof__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));padding:0;margin:clamp(30px,4vw,48px) 0 0;border-top:1px solid var(--solcol-border)}.founder-proof__grid>div{min-width:0;padding:22px clamp(16px,2vw,28px) 0}.founder-proof__grid>div:first-child{padding-left:0}.founder-proof__grid>div+div{border-left:1px solid var(--solcol-border)}.founder-proof__grid>div:last-child{padding-right:0}.founder-proof__grid dt{color:var(--solcol-accent-dark);font-size:clamp(1.55rem,2.6vw,2.65rem);font-weight:850;line-height:1;letter-spacing:-.04em}.founder-proof__grid dd{margin:16px 0 0}.founder-proof__grid strong,.founder-proof__grid span{display:block}.founder-proof__grid strong{color:var(--solcol-ink);font-size:.82rem;line-height:1.35}.founder-proof__grid span{margin-top:7px;color:var(--solcol-muted);font-size:.78rem;line-height:1.5}.editorial-grid--two{grid-template-columns:repeat(2,minmax(0,1fr))}.offering-card{min-height:420px}.offering-card__capabilities{display:grid;gap:9px;padding:18px 0 0;margin:20px 0 0;border-top:1px solid var(--solcol-border);list-style:none}.offering-card__capabilities li{position:relative;padding-left:18px;color:var(--solcol-ink);font-size:.86rem;font-weight:700;line-height:1.45}.offering-card__capabilities li:before{position:absolute;top:.58em;left:0;width:7px;height:2px;background:var(--solcol-accent);content:""}.supporting-modalities{display:grid;grid-template-columns:minmax(240px,.72fr) minmax(0,1.6fr);gap:clamp(32px,6vw,84px);align-items:start;margin-top:clamp(44px,7vw,82px);padding:clamp(34px,5vw,56px) 0 0;border-top:1px solid var(--solcol-border)}.supporting-modalities__intro h3{max-width:16ch;margin:0;color:var(--solcol-ink);font-size:clamp(1.75rem,3vw,3.2rem);font-weight:850;line-height:1.04;letter-spacing:-.02em}.supporting-modalities__intro>p:last-child{max-width:34ch;margin:16px 0 0;color:var(--solcol-muted);font-size:.9rem;line-height:1.6}.supporting-modalities__list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;padding:0;margin:0;border-top:1px solid var(--solcol-border);list-style:none}.supporting-modalities__list li{min-width:0;padding:22px 26px 24px;border-bottom:1px solid var(--solcol-border)}.supporting-modalities__list li:first-child{padding-left:0}.supporting-modalities__list li+li{border-left:1px solid var(--solcol-border)}.supporting-modalities__list li:last-child{padding-right:0}.supporting-modalities__meta{display:flex;justify-content:space-between;gap:12px;color:var(--solcol-accent);font-size:.7rem;font-weight:850;line-height:1.35;text-transform:uppercase}.supporting-modalities__meta span:last-child{color:var(--solcol-soft-text);text-align:right}.supporting-modalities__list h4{margin:28px 0 0;color:var(--solcol-ink);font-size:1.08rem;line-height:1.3}.supporting-modalities__list p{margin:10px 0 0;color:var(--solcol-muted);font-size:.88rem;line-height:1.6}.operating-problems{display:grid;grid-template-columns:minmax(240px,.72fr) minmax(0,1.6fr);gap:clamp(32px,6vw,84px);align-items:start;margin-top:clamp(40px,5vw,64px)}.operating-problems__intro h3{max-width:15ch;margin:0;color:var(--solcol-ink);font-size:clamp(1.75rem,3vw,3.2rem);font-weight:850;line-height:1.04;letter-spacing:-.02em}.operating-problems__list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;padding:0;margin:0;border-top:1px solid var(--solcol-border);list-style:none}.operating-problems__list li{min-width:0;display:grid;grid-template-columns:30px minmax(0,1fr);gap:14px;padding:22px 20px 24px 0;border-bottom:1px solid var(--solcol-border)}.operating-problems__list li:nth-child(odd){padding-right:26px;border-right:1px solid var(--solcol-border)}.operating-problems__list li:nth-child(2n){padding-left:26px}.operating-problems__list li>span{color:var(--solcol-accent);font-size:.74rem;font-weight:850;line-height:1.4}.operating-problems__list strong{display:block;color:var(--solcol-ink);font-size:1rem;line-height:1.35}.operating-problems__list p{margin:8px 0 0;color:var(--solcol-muted);font-size:.88rem;line-height:1.55}.editorial-section--evidence{background:var(--solcol-surface-soft)}.evidence-card{min-height:390px}.evidence-card__meta{display:flex;justify-content:space-between;gap:16px;margin:0;color:var(--solcol-soft-text);font-size:.72rem;font-weight:800;line-height:1.3;text-transform:uppercase}.evidence-card>div:last-child{margin-top:clamp(30px,4vw,46px)}.evidence-card h3{margin-top:0}.evidence-card ul{display:grid;gap:10px;padding:18px 0 0;margin:20px 0 0;border-top:1px solid var(--solcol-border);list-style:none}.evidence-card li{position:relative;padding-left:18px;color:var(--solcol-ink);font-size:.86rem;font-weight:700;line-height:1.45}.evidence-card li:before{position:absolute;top:.58em;left:0;width:7px;height:2px;background:var(--solcol-accent);content:""}.delivery-grid .editorial-card{min-height:240px}.platform-strip__label{margin:clamp(36px,4vw,48px) 0 12px;color:var(--solcol-soft-text);font-size:.72rem;font-weight:850;letter-spacing:.04em;text-transform:uppercase}.platform-strip__label+.platform-strip{margin-top:0;padding-top:clamp(20px,2vw,28px)}.editorial-home--concise .editorial-section--delivery{padding-bottom:clamp(44px,4vw,60px)}.editorial-home--concise .editorial-band--contact{margin-top:clamp(20px,2.5vw,36px);margin-bottom:var(--solcol-footer-page-gap)}.editorial-home--concise>.tech-news-marquee{padding-top:12px;padding-bottom:12px;border-top:1px solid var(--solcol-border);border-bottom:0}.tech-news-marquee__controls{display:flex;flex-wrap:nowrap;gap:8px;align-items:center}.tech-news-marquee__controls button{min-height:28px;padding:2px 7px;border:1px solid rgba(255,255,255,.42);border-radius:0;background:transparent;color:#fff;font:inherit;font-size:.66rem;font-weight:800;cursor:pointer}.tech-news-marquee__controls button:hover,.tech-news-marquee__controls button:focus-visible{border-color:#fff;background:#fff;color:var(--solcol-ink)}.tech-news-marquee__track--paused{animation-play-state:paused}.site-footer{padding:clamp(40px,4vw,56px) var(--solcol-page-gutter) clamp(26px,3vw,36px);border-top:1px solid var(--solcol-border)}.site-footer__inner{grid-template-areas:"identity navigation" "meta meta";grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);gap:clamp(32px,4vw,54px) clamp(52px,8vw,120px);padding-top:0;border-top:0}.site-footer__identity{grid-area:identity}.site-footer__identity p{margin:16px 0 0}.site-footer__nav{grid-area:navigation;grid-template-columns:repeat(2,minmax(110px,1fr));gap:10px 28px}.site-footer__nav a,.site-footer__nav button{width:fit-content}.site-footer__meta{grid-area:meta;display:flex;justify-content:space-between;align-items:center;gap:20px;padding-top:20px;border-top:1px solid var(--solcol-border)}.simple-site--about>.simple-about__cta:last-child{margin-bottom:var(--solcol-footer-page-gap)}.contact-form-panel__privacy{margin:2px 0 10px;line-height:1.55}.contact-form-panel__privacy a{color:var(--solcol-accent-dark);font-weight:750;text-underline-offset:3px}.cookie-consent a{color:var(--solcol-accent-dark);font-weight:750;text-underline-offset:2px}.legal-page{min-height:calc(100svh - 72px);padding:clamp(28px,5vw,72px) var(--solcol-page-gutter) var(--solcol-footer-page-gap);background:var(--solcol-page);color:var(--solcol-ink)}.legal-page__hero,.legal-page__content{width:min(100%,var(--solcol-content-max));margin:0 auto}.legal-page__hero{padding:clamp(36px,7vw,84px) 0 clamp(42px,7vw,78px);border-bottom:1px solid var(--solcol-border)}.legal-page__hero h1{max-width:11ch;margin:0;font-size:clamp(3rem,7vw,7.4rem);font-weight:850;line-height:.96;letter-spacing:-.035em}.legal-page__hero>p:not(.editorial-kicker){max-width:62ch;margin:26px 0 0;color:var(--solcol-muted);font-size:clamp(1rem,1.4vw,1.18rem);line-height:1.7}.legal-page__hero>span{display:block;margin-top:24px;color:var(--solcol-soft-text);font-size:.78rem;font-weight:750}.legal-page__content>section{display:grid;grid-template-columns:54px minmax(0,760px);gap:26px;padding:clamp(34px,5vw,58px) 0;border-bottom:1px solid var(--solcol-border)}.legal-page__content>section>span{padding-top:5px;color:var(--solcol-accent);font-size:.76rem;font-weight:850}.legal-page__content h2{margin:0;font-size:clamp(1.55rem,2.4vw,2.45rem);line-height:1.1}.legal-page__content p{margin:16px 0 0;color:var(--solcol-muted);line-height:1.72}.legal-page__content a:not(.simple-site__button){color:var(--solcol-accent-dark);font-weight:750}.legal-page__content .simple-site__button{margin-top:26px}@media(max-width:860px){.founder-proof__header{grid-template-columns:1fr}.founder-proof__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.founder-proof__grid>div:nth-child(3){padding-left:0;border-left:0}.founder-proof__grid>div:nth-child(n+3){margin-top:22px;padding-top:22px;border-top:1px solid var(--solcol-border)}.supporting-modalities,.operating-problems{grid-template-columns:1fr}.operating-problems{margin-top:clamp(32px,5vw,44px)}.supporting-modalities__intro h3,.operating-problems__intro h3{max-width:18ch}.evidence-card{min-height:350px}.site-footer__inner{grid-template-areas:"identity" "navigation" "meta";grid-template-columns:1fr;gap:30px}.site-footer__nav{justify-content:start}}@media(max-width:600px){.founder-proof__grid{grid-template-columns:1fr}.founder-proof__grid>div,.founder-proof__grid>div:first-child,.founder-proof__grid>div:nth-child(3),.founder-proof__grid>div:last-child{margin:0;padding:18px 0 20px;border-top:1px solid var(--solcol-border);border-left:0}.founder-proof__grid>div:first-child{border-top:0}.editorial-grid--two{grid-template-columns:1fr}.offering-card{min-height:auto}.supporting-modalities__list,.operating-problems__list{grid-template-columns:1fr}.supporting-modalities__list li,.supporting-modalities__list li+li{padding:18px 0 20px;border-left:0}.operating-problems__list li,.operating-problems__list li:nth-child(odd),.operating-problems__list li:nth-child(2n){padding:18px 0 20px;border-right:0}.evidence-card,.delivery-grid .editorial-card{min-height:auto}.editorial-home--concise>.tech-news-marquee{padding-block:8px}.tech-news-marquee__label{align-items:stretch}.tech-news-marquee__controls{justify-content:space-between}.site-footer{padding-top:34px;padding-bottom:24px}.site-footer__nav{grid-template-columns:repeat(2,minmax(0,1fr))}.site-footer__meta{flex-direction:column;align-items:flex-start;gap:6px;padding-top:18px}.cookie-consent{right:max(12px,env(safe-area-inset-right));bottom:max(12px,env(safe-area-inset-bottom));left:max(12px,env(safe-area-inset-left));gap:10px;padding:14px}.cookie-consent__eyebrow{margin-bottom:4px}.cookie-consent h2{font-size:1rem}.cookie-consent p{margin-top:6px;font-size:.8rem;line-height:1.4}.cookie-consent__actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.cookie-consent__button{min-height:44px;padding:8px 10px}.cookie-consent__button--text{grid-column:1 / -1}.legal-page{padding-top:16px}.legal-page__hero{padding-top:34px}.legal-page__hero h1{font-size:clamp(2.75rem,13vw,4rem)}.legal-page__content>section{grid-template-columns:34px minmax(0,1fr);gap:14px}}.public-page{--public-page-header-height: var(--site-header-height, 72px);--public-hero-height-cap: 760px;--public-hero-height-floor: clamp(610px, 43.5vw, 660px);--public-hero-nav-gap: 0px;--public-hero-gap: clamp(28px, 3vw, 44px);background:var(--solcol-page);color:var(--solcol-ink)}.public-hero-frame{width:min(calc(100% - (2 * var(--solcol-page-gutter))),var(--solcol-content-max));margin:var(--public-hero-nav-gap) auto var(--public-hero-gap);overflow:hidden;border:1px solid var(--solcol-border);background:var(--solcol-surface)}.public-hero__copy{min-width:0}.public-page .public-hero__title{max-width:11ch;margin:0;color:var(--solcol-ink);font-size:clamp(3.25rem,5.3vw,5.85rem);font-weight:850;line-height:.98;letter-spacing:-.025em;text-wrap:balance}.public-page .public-hero__lede{max-width:60ch;margin:clamp(22px,3vh,30px) 0 0;color:var(--solcol-muted);font-size:clamp(1.04rem,1.25vw,1.17rem);line-height:1.68}.public-hero__panel{position:relative;min-width:0;display:flex;flex-direction:column;justify-content:space-between;gap:clamp(26px,5vh,48px);margin:clamp(14px,1.5vw,22px);padding:clamp(42px,4vw,62px);overflow:hidden;isolation:isolate;background:var(--solcol-accent);color:#f5f5f2}.public-hero__panel:before{content:none}.public-hero__panel>.public-hero__panel-label{width:fit-content;padding:7px 10px;border:1px solid rgba(255,255,255,.34);background:transparent;color:#e9f2f7;font-size:.78rem;font-weight:850;line-height:1.2}.public-page .public-hero__statement{max-width:14ch;margin:auto 0;color:#f5f5f2;font-size:clamp(2.2rem,2.9vw,3.45rem);font-weight:800;line-height:1.04;letter-spacing:-.015em;text-wrap:balance}.public-hero__markers{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;padding:18px 0 0;margin:0;border-top:1px solid rgba(255,255,255,.34);list-style:none}.public-hero__markers.engineering-method-markers{grid-template-columns:repeat(4,minmax(0,1fr))}.public-hero__markers li{min-width:0;display:grid;gap:5px;color:#fff;font-size:.76rem;font-weight:800;line-height:1.2}.public-hero__markers li+li{padding-left:14px;border-left:1px solid rgba(255,255,255,.24)}.public-hero__markers span{width:auto;padding:0;border:0;color:#ffffffa8;font-size:.68rem;font-weight:750}.simple-about__hero{align-content:stretch;padding:0}.simple-about__hero-grid{width:100%;display:grid;grid-template-columns:minmax(0,1.12fr) minmax(430px,.88fr);align-items:stretch}.simple-about__hero .simple-about__copy{max-width:none;display:flex;flex-direction:column;justify-content:center;padding:clamp(54px,7vh,78px) clamp(28px,5vw,72px)}.simple-site--about .public-hero__title{max-width:12ch}.editorial-contact{min-height:0;display:block;padding:0}.editorial-contact__frame{grid-template-columns:minmax(0,1.12fr) minmax(440px,.88fr);margin-bottom:var(--solcol-footer-page-gap)}.editorial-contact .public-hero__title{max-width:10ch}.legal-page{min-height:calc(100svh - var(--public-page-header-height));padding:0 0 var(--solcol-footer-page-gap)}.legal-page__hero{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(430px,.88fr);align-items:stretch;padding:0;border-bottom:1px solid var(--solcol-border)}.legal-page__hero-copy{min-width:0;display:flex;flex-direction:column;justify-content:center;padding:clamp(54px,7vh,78px) clamp(28px,5vw,72px)}.legal-page__hero .public-hero__title{max-width:10.5ch}.legal-page__hero-copy>span{display:block;margin-top:24px;color:var(--solcol-soft-text);font-size:.78rem;font-weight:750}.legal-page__content{width:min(calc(100% - (2 * var(--solcol-page-gutter))),var(--solcol-content-max))}body:has(.public-page) .site-header__inner{min-height:var(--site-header-height)}@media(min-width:861px){.public-hero-frame{min-height:max(var(--public-hero-height-floor),min(var(--public-hero-height-cap),calc(100svh - var(--public-page-header-height) - var(--public-hero-gap))))}.editorial-contact__form-shell{padding-block:clamp(28px,4vh,44px)}}@supports (min-height: 100dvh){.legal-page{min-height:calc(100dvh - var(--public-page-header-height))}@media(min-width:861px){.public-hero-frame{min-height:max(var(--public-hero-height-floor),min(var(--public-hero-height-cap),calc(100dvh - var(--public-page-header-height) - var(--public-hero-gap))))}}}@media(max-width:980px){.simple-about__hero-grid,.legal-page__hero{grid-template-columns:1fr}}@media(max-width:860px){body:has(.public-page) .site-header__inner{padding-inline:clamp(16px,3vw,20px)}body:has(.public-page) .site-header__nav{padding:6px clamp(16px,3vw,20px) 12px}body:has(.public-page) .site-header__nav a{min-height:46px;display:flex;align-items:center;padding-block:13px}.public-page{--public-hero-gap: clamp(22px, 5vw, 32px)}.public-hero-frame{min-height:0}.editorial-contact__frame{grid-template-columns:minmax(0,1fr)}.public-page .public-hero__title{max-width:11ch;font-size:clamp(2.8rem,9vw,4.5rem);line-height:1.02}.simple-about__hero .simple-about__copy,.legal-page__hero-copy{padding:clamp(34px,7vw,56px) clamp(24px,6vw,46px)}.public-hero__panel{min-height:clamp(210px,32svh,300px);margin-top:0;padding:clamp(24px,5vw,42px)}}@media(max-width:600px){body:has(.public-page) .site-header__brand{padding:5px 12px}.public-page{--public-hero-gap: 20px}.public-page .public-hero__title{font-size:clamp(2.45rem,12vw,3.45rem);line-height:1.055}.public-page .public-hero__lede{margin-top:18px;font-size:.96rem;line-height:1.55}.simple-about__hero,.legal-page__hero{padding:0}.simple-about__hero .simple-about__copy,.legal-page__hero-copy{padding:30px 22px 32px}.public-hero__panel{min-height:clamp(176px,28svh,230px);gap:18px;margin:0 8px 8px;padding:24px 22px}.public-page .public-hero__statement{max-width:18ch;font-size:clamp(1.45rem,7vw,2.2rem);line-height:1.08}.public-hero__markers{display:none}.public-hero-frame{min-height:calc(100svh - var(--public-page-header-height) - var(--public-hero-gap))}.legal-page{padding-top:0}}@supports (min-height: 100dvh){@media(max-width:600px){.public-hero-frame{min-height:calc(100dvh - var(--public-page-header-height) - var(--public-hero-gap))}}}.products-page{min-height:calc(100svh - var(--public-page-header-height));padding:0 0 var(--solcol-footer-page-gap)}.products-page__hero{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(420px,.92fr);align-items:stretch;margin-bottom:0}.products-page__copy{position:relative;min-width:0;display:flex;flex-direction:column;justify-content:center;padding:clamp(56px,8vh,90px) clamp(30px,5.4vw,76px);overflow:hidden;isolation:isolate;background:linear-gradient(rgba(49,94,122,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(49,94,122,.045) 1px,transparent 1px),var(--solcol-surface);background-size:52px 52px}.products-page__copy:after{content:"";position:absolute;z-index:-1;width:clamp(210px,24vw,370px);aspect-ratio:1;right:clamp(-190px,-12vw,-110px);bottom:clamp(-220px,-14vw,-130px);border:1px solid rgba(49,94,122,.16);transform:rotate(45deg)}.products-page .products-page__eyebrow{margin-bottom:clamp(22px,3vh,30px)}.products-page .public-hero__title{max-width:9.5ch}.products-page .public-hero__title span{color:#1e40af}.products-page__lede{max-width:36ch}.products-page__quiet-note{display:flex;align-items:center;gap:13px;margin:clamp(32px,5vh,46px) 0 0;color:var(--solcol-soft-text);font-size:.76rem;font-weight:800;line-height:1.3;text-transform:uppercase}.products-page__quiet-note>span{width:42px;height:1px;flex:0 0 auto;background:var(--solcol-accent)}.products-page__teaser{position:relative;min-width:0;display:grid;grid-template-rows:auto minmax(0,1fr) auto;gap:clamp(28px,4vh,44px);margin:clamp(14px,1.5vw,22px);padding:clamp(28px,3.8vw,52px);overflow:hidden;isolation:isolate;background:linear-gradient(145deg,#24465cf0,#315e7afc),var(--solcol-accent-dark);color:#fff}.products-page__teaser:before{content:"";position:absolute;z-index:-1;inset:0;background:linear-gradient(rgba(255,255,255,.065) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.065) 1px,transparent 1px);background-size:44px 44px;-webkit-mask-image:linear-gradient(135deg,transparent 2%,#000 55%,#000 100%);mask-image:linear-gradient(135deg,transparent 2%,#000 55%,#000 100%)}.products-page__teaser:after{content:"";position:absolute;z-index:-1;width:clamp(250px,27vw,430px);aspect-ratio:1;top:50%;left:50%;border:1px solid rgba(255,255,255,.12);transform:translate(-50%,-50%) rotate(45deg)}.products-page__teaser-head,.products-page__status{position:relative;z-index:4;display:flex;align-items:center;justify-content:space-between;gap:18px;color:#ffffffc7;font-size:.7rem;font-weight:800;line-height:1.3;text-transform:uppercase}.products-page__teaser-head span:last-child{text-align:right}.products-page__mark-stage{position:relative;z-index:2;width:min(100%,390px);min-width:0;aspect-ratio:1;display:grid;place-items:center;align-self:center;justify-self:center}.products-page__mark-card{position:relative;z-index:1;width:clamp(172px,17vw,236px);aspect-ratio:1;display:grid;place-items:center;padding:clamp(18px,2.2vw,30px);border:1px solid rgba(255,255,255,.72);background:#f8fafb;box-shadow:0 26px 52px #0b1f2c47}.products-page__mark-card img{width:100%;height:auto;display:block}.products-page__corner{position:absolute;width:18px;height:18px;border-color:#24465c7a}.products-page__corner--top{top:8px;left:8px;border-top:1px solid;border-left:1px solid}.products-page__corner--bottom{right:8px;bottom:8px;border-right:1px solid;border-bottom:1px solid}.products-page__seal{position:absolute;z-index:3;width:calc(100% + 96px);height:clamp(38px,4.3vw,54px);left:-48px;top:59%;border-top:1px solid rgba(255,255,255,.7);border-bottom:1px solid rgba(36,70,92,.34);background:repeating-linear-gradient(135deg,rgba(49,94,122,.1) 0,rgba(49,94,122,.1) 1px,transparent 1px,transparent 12px),#dfe9ef;box-shadow:0 12px 24px #0b1f2c33;transform:rotate(-7deg);transform-origin:center}.products-page__status{justify-content:flex-start;padding-top:18px;border-top:1px solid rgba(255,255,255,.28);color:#fff}.products-page__status-dot{width:8px;height:8px;flex:0 0 auto;border-radius:50%;background:#7dd3c7;box-shadow:0 0 0 5px #7dd3c721}.products-page__status-divider{width:1px;height:14px;background:#ffffff47}.products-page__copy>*,.products-page__teaser-head,.products-page__mark-card,.products-page__seal,.products-page__status{animation:products-page-enter var(--solcol-motion-enter) var(--solcol-motion-easing) both}.products-page__copy>:nth-child(2){animation-delay:70ms}.products-page__copy>:nth-child(3){animation-delay:.14s}.products-page__copy>:nth-child(4){animation-delay:.21s}.products-page__mark-card{animation-name:products-page-card-enter;animation-delay:.12s}.products-page__seal{animation-name:products-page-seal-enter;animation-delay:.26s}.products-page__status{animation-delay:.32s}@keyframes products-page-enter{0%{opacity:0;transform:translateY(16px)}}@keyframes products-page-card-enter{0%{opacity:0;transform:translateY(24px) scale(.97)}}@keyframes products-page-seal-enter{0%{opacity:0;transform:translate(28%) rotate(-7deg)}}@supports (min-height: 100dvh){.products-page{min-height:calc(100dvh - var(--public-page-header-height))}}@media(max-width:980px){.products-page__hero{grid-template-columns:1fr}.products-page__copy{min-height:clamp(390px,58svh,540px);padding:clamp(46px,8vw,70px) clamp(28px,7vw,58px)}.products-page__teaser{min-height:clamp(430px,58svh,560px);margin-top:0}.products-page__mark-card{width:clamp(178px,31vw,230px)}}@media(max-width:600px){.products-page__copy{min-height:0;padding:36px 22px 40px}.products-page .public-hero__title{max-width:9.5ch}.products-page__quiet-note{margin-top:28px}.products-page__teaser{min-height:390px;gap:22px;margin:0 8px 8px;padding:24px 22px}.products-page__teaser-head{gap:12px;font-size:.62rem}.products-page__mark-stage{width:min(100%,300px)}.products-page__mark-card{width:clamp(154px,46vw,190px);padding:18px}.products-page__seal{height:40px}.products-page__status{display:grid;grid-template-columns:auto 1fr;gap:8px 12px}.products-page__status-divider{display:none}.products-page__status>span:last-child{grid-column:2;color:#ffffffb8}}@media(prefers-reduced-motion:reduce){.products-page__copy>*,.products-page__teaser-head,.products-page__mark-card,.products-page__seal,.products-page__status{animation:none}}.site-header__actions{display:flex;align-items:center;justify-self:end;gap:10px}.site-header__theme-toggle{position:relative;width:70px;height:42px;display:grid;grid-template-columns:repeat(2,1fr);align-items:center;padding:4px;overflow:hidden;border:1px solid var(--solcol-border);border-radius:0;background:var(--solcol-surface);color:var(--solcol-muted);cursor:pointer;transition:border-color var(--solcol-motion-quick) ease}.site-header__theme-toggle:hover{border-color:var(--solcol-accent)}.site-header__theme-toggle:focus-visible{outline:3px solid color-mix(in srgb,var(--solcol-accent) 38%,transparent);outline-offset:3px}.site-header__theme-indicator{position:absolute;z-index:0;top:4px;left:4px;width:30px;height:32px;background:var(--solcol-ink);transition:transform var(--solcol-motion-quick) var(--solcol-motion-easing)}.site-header__theme-toggle[data-mode=dark] .site-header__theme-indicator{transform:translate(30px)}.site-header__theme-icon{position:relative;z-index:1;display:grid;place-items:center;font-size:1rem;line-height:1;transition:color var(--solcol-motion-quick) ease}.site-header__theme-toggle[data-mode=light] .site-header__theme-icon--light,.site-header__theme-toggle[data-mode=dark] .site-header__theme-icon--dark{color:var(--solcol-page)}:root[data-solcol-color-mode=dark]{--solcol-page: #0b1115;--solcol-surface: #111b21;--solcol-surface-soft: #16242c;--solcol-ink: #eff6f8;--solcol-muted: #b6c4ca;--solcol-soft-text: #8fa5b0;--solcol-accent: #82b6d4;--solcol-accent-dark: #add0e3;--solcol-signal: #5f93b1;--solcol-border: #30434d;--solcol-action: #315e7a;--solcol-action-hover: #24465c;--solcol-accent-panel: #315e7a}:root[data-solcol-color-mode=dark] .loading-screen{background:radial-gradient(circle at 50% 48%,#315e7a38 0 18%,#0b1115d1 48%),var(--solcol-page)}:root[data-solcol-color-mode=dark] .loading-screen__orb{mix-blend-mode:screen}:root[data-solcol-color-mode=dark] .loading-screen__orb--left,:root[data-solcol-color-mode=dark] .loading-screen__orb--center{background:#5f93b11f}:root[data-solcol-color-mode=dark] .loading-screen__orb--right{background:#82b6d417}:root[data-solcol-color-mode=dark] .loading-screen__progress{background:#eff6f829}:root[data-solcol-color-mode=dark] .loading-screen__progress span{background:var(--solcol-accent)}:root[data-solcol-color-mode=dark] .site-header,:root[data-solcol-color-mode=dark] .site-header__nav,:root[data-solcol-color-mode=dark] .tech-news-marquee{background:#0b1115f5}:root[data-solcol-color-mode=dark] .site-header{border-bottom:1px solid var(--solcol-border);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}:root[data-solcol-color-mode=dark] .site-header__brand,:root[data-solcol-color-mode=dark] .public-hero__panel,:root[data-solcol-color-mode=dark] .editorial-band,:root[data-solcol-color-mode=dark] .simple-about__split,:root[data-solcol-color-mode=dark] .simple-about__cta,:root[data-solcol-color-mode=dark] .simple-about__founder-monogram,:root[data-solcol-color-mode=dark] .editorial-card--decision:nth-child(3){background:var(--solcol-accent-panel)}:root[data-solcol-color-mode=dark] .simple-site__button,:root[data-solcol-color-mode=dark] .site-header__cta{border-color:var(--solcol-action);background:var(--solcol-action);color:#fff}:root[data-solcol-color-mode=dark] .simple-site__button:hover,:root[data-solcol-color-mode=dark] .simple-site__button:focus-visible,:root[data-solcol-color-mode=dark] .site-header__cta:hover,:root[data-solcol-color-mode=dark] .site-header__cta:focus-visible{border-color:var(--solcol-action-hover);background:var(--solcol-action-hover);color:#fff}:root[data-solcol-color-mode=dark] .simple-site__button.simple-site__button--secondary{border-color:var(--solcol-border);background:var(--solcol-surface);color:var(--solcol-ink)}:root[data-solcol-color-mode=dark] .simple-site__button.simple-site__button--secondary:hover,:root[data-solcol-color-mode=dark] .simple-site__button.simple-site__button--secondary:focus-visible{border-color:var(--solcol-accent);background:var(--solcol-surface-soft);color:var(--solcol-accent-dark)}:root[data-solcol-color-mode=dark] .tech-news-marquee__label{background:var(--solcol-action)}:root[data-solcol-color-mode=dark] .tech-news-marquee__controls button:hover,:root[data-solcol-color-mode=dark] .tech-news-marquee__controls button:focus-visible{border-color:var(--solcol-ink);background:var(--solcol-ink);color:var(--solcol-page)}:root[data-solcol-color-mode=dark] .editorial-card:hover{border-color:var(--solcol-signal)}:root[data-solcol-color-mode=dark] .platform-strip img[src*=OpenAI-black],:root[data-solcol-color-mode=dark] .platform-strip img[src*=claude-wordmark]{filter:grayscale(1) invert(1) brightness(1.35)}:root[data-solcol-color-mode=dark] .simple-about__cta .simple-site__button,:root[data-solcol-color-mode=dark] .editorial-band .simple-site__button{border-color:#fff;background:#fff;color:#17242c}:root[data-solcol-color-mode=dark] .simple-about__cta .simple-site__button:hover,:root[data-solcol-color-mode=dark] .simple-about__cta .simple-site__button:focus-visible,:root[data-solcol-color-mode=dark] .editorial-band .simple-site__button:hover,:root[data-solcol-color-mode=dark] .editorial-band .simple-site__button:focus-visible{border-color:#dce8ed;background:#dce8ed;color:#17242c}@media(max-width:860px){.site-header__inner{grid-template-columns:1fr auto}:root[data-solcol-color-mode=dark] .site-header__nav{box-shadow:0 18px 32px #00000057}}@media(prefers-reduced-motion:reduce){.site-header__theme-indicator{transition:none}}
