.Chip-module__j4Ti-q__chip{--chip-radius:32px;--chip-bg:var(--color-surface-sunken);--chip-bg-hover:var(--color-border);--chip-text:var(--color-text);--chip-bg-selected:var(--color-text);--chip-text-selected:var(--color-surface);--chip-focus-ring:0 0 0 4px #027ff029;height:52px;padding:0 var(--space-16);border-radius:var(--chip-radius);background-color:var(--chip-bg);color:var(--chip-text);font-family:var(--font-sans);font-size:var(--text-label-size);font-weight:var(--weight-bold);letter-spacing:-.09px;white-space:nowrap;cursor:pointer;transition:background-color var(--dur-fast) var(--ease-standard), color var(--dur-fast) var(--ease-standard), box-shadow var(--dur-fast) var(--ease-standard);border:none;justify-content:center;align-items:center;line-height:1.6;display:inline-flex}.Chip-module__j4Ti-q__chip:hover:not(:disabled){background-color:var(--chip-bg-hover)}.Chip-module__j4Ti-q__chip:focus-visible{box-shadow:var(--chip-focus-ring);outline:none}.Chip-module__j4Ti-q__chip:disabled{opacity:.4;cursor:not-allowed}.Chip-module__j4Ti-q__chip[data-selected]{background-color:var(--chip-bg-selected);color:var(--chip-text-selected)}.Chip-module__j4Ti-q__chip[data-selected]:hover:not(:disabled){background-color:var(--chip-bg-selected)}[data-theme=dark] .Chip-module__j4Ti-q__chip{--chip-bg:var(--color-surface-raised);--chip-bg-hover:var(--color-border);--chip-bg-selected:var(--color-text);--chip-text-selected:var(--color-surface)}
.Label-module__pPjSYG__label{--label-bg:var(--neutral-150);--label-radius:14px;height:44px;padding:0 var(--space-12);border-radius:var(--label-radius);background-color:var(--label-bg);-webkit-backdrop-filter:blur(2px);color:var(--color-text);font-family:var(--font-sans);font-weight:var(--weight-bold);font-size:var(--text-label-size);letter-spacing:-.09px;white-space:nowrap;justify-content:center;align-items:center;line-height:1.44;display:inline-flex}[data-theme=dark] .Label-module__pPjSYG__label{--label-bg:var(--neutral-900)}
.Tab-module__c2ctaa__tab{--tab-radius:14px;--tab-focus-ring:0 0 0 4px #027ff029;height:44px;padding:0 var(--space-12);border-radius:var(--tab-radius);color:var(--color-text-muted);font-family:var(--font-sans);font-weight:var(--weight-bold);font-size:var(--text-label-size);letter-spacing:-.09px;white-space:nowrap;transition:color var(--dur-fast) var(--ease-standard), background-color var(--dur-fast) var(--ease-standard);background:0 0;justify-content:center;align-items:center;line-height:1.44;display:inline-flex}.Tab-module__c2ctaa__tab:hover:not(:disabled){background-color:var(--color-surface-sunken);color:var(--color-text)}.Tab-module__c2ctaa__tab[aria-selected=true]{color:var(--color-text)}.Tab-module__c2ctaa__tab:focus-visible{box-shadow:var(--tab-focus-ring);outline:none}.Tab-module__c2ctaa__tab:disabled{opacity:.4;cursor:not-allowed}
.ThemeToggle-module__Z5gSZG__iconMoon{display:block}.ThemeToggle-module__Z5gSZG__iconSun{display:none}[data-theme=dark] .ThemeToggle-module__Z5gSZG__iconMoon{display:none}[data-theme=dark] .ThemeToggle-module__Z5gSZG__iconSun{display:block}
.Button-module__e7WGRa__button{--btn-gradient-active:linear-gradient(100deg, var(--accent-blue-500) 0%, var(--accent-blue-800) 100%);--btn-gradient-hover:linear-gradient(100deg, var(--accent-blue-400) 0%, var(--accent-blue-600) 100%);--btn-pressed-scrim:#0c0c0c29;--btn-sheen:inset 0 0 8px 1px #ffffff3d;--btn-focus-ring:0 0 0 4px #4ec9fe66;--btn-bloom:#4ec9fe;justify-content:center;align-items:center;gap:var(--space-8);border-radius:var(--radius-pill);border:.8px solid var(--color-brand-edge);background-image:var(--btn-gradient-active);color:var(--color-text-fixed-light);box-shadow:var(--shadow-md);font-family:var(--font-sans);font-weight:var(--weight-bold);text-transform:capitalize;white-space:nowrap;transition:background var(--dur-fast) var(--ease-standard), box-shadow var(--dur-fast) var(--ease-standard), transform var(--dur-fast) var(--ease-out);padding:0 22px;display:inline-flex;position:relative;overflow:hidden}.Button-module__e7WGRa__bloom{z-index:0;background:var(--btn-bloom);filter:blur(25px);width:60px;height:60px;transform:translate(calc(var(--lg-bx,24px) - 50%), calc(var(--lg-by,16px) - 50%));opacity:0;pointer-events:none;transition:opacity var(--dur-base) var(--ease-out), transform .16s var(--ease-out);border-radius:50%;position:absolute;top:0;left:0}.Button-module__e7WGRa__button:hover:not(:disabled) .Button-module__e7WGRa__bloom,.Button-module__e7WGRa__button:focus-visible .Button-module__e7WGRa__bloom{opacity:1}.Button-module__e7WGRa__button:active:not(:disabled) .Button-module__e7WGRa__bloom{opacity:0}.Button-module__e7WGRa__label{z-index:2;line-height:var(--text-label-line);position:relative}.Button-module__e7WGRa__icon{z-index:2;filter:drop-shadow(0 1px .5px #0000001f);flex-shrink:0;justify-content:center;align-items:center;display:inline-flex;position:relative}.Button-module__e7WGRa__hasLeadingIcon{padding-left:16px}.Button-module__e7WGRa__hasTrailingIcon{padding-right:16px}.Button-module__e7WGRa__button:hover:not(:disabled){background-image:var(--btn-gradient-hover);box-shadow:var(--shadow-md), var(--btn-sheen);transform:translateY(-1px)}.Button-module__e7WGRa__button:focus-visible{background-image:var(--btn-gradient-hover);box-shadow:var(--shadow-md), var(--btn-sheen), var(--btn-focus-ring);outline:none;transform:translateY(-1px)}.Button-module__e7WGRa__button:active:not(:disabled){background-image:linear-gradient(var(--btn-pressed-scrim), var(--btn-pressed-scrim)), var(--btn-gradient-hover);box-shadow:var(--shadow-md);transform:scale(1.02)}.Button-module__e7WGRa__button:disabled{opacity:.4;cursor:not-allowed}.Button-module__e7WGRa__s{height:44px;font-size:var(--text-label-size)}.Button-module__e7WGRa__s .Button-module__e7WGRa__icon svg{width:18px;height:18px}.Button-module__e7WGRa__m{height:52px;font-size:var(--text-label-size)}.Button-module__e7WGRa__m .Button-module__e7WGRa__icon svg{width:22px;height:22px}.Button-module__e7WGRa__l{height:60px;font-size:var(--text-label-size)}.Button-module__e7WGRa__l .Button-module__e7WGRa__icon svg{width:22px;height:22px}.Button-module__e7WGRa__xl{height:72px;font-size:var(--text-label-size)}.Button-module__e7WGRa__xl .Button-module__e7WGRa__icon svg{width:24px;height:24px}
.NavMenu-module__YOqpra__overlay{z-index:var(--z-modal);flex-direction:column;width:100%;display:flex;position:fixed;inset:0;overflow-y:auto}.NavMenu-module__YOqpra__sheet{z-index:0;background:var(--color-section);transform-origin:top;will-change:transform;position:absolute;inset:0}.NavMenu-module__YOqpra__top{z-index:1;height:86px;padding:16px var(--home-pad,16px) 12px;flex-shrink:0;justify-content:space-between;align-items:center;display:flex;position:relative}.NavMenu-module__YOqpra__list{z-index:1;padding:24px var(--home-pad,16px);flex-direction:column;flex:1 0 auto;align-items:stretch;gap:8px;display:flex;position:relative}.NavMenu-module__YOqpra__item{height:56px;font-family:var(--font-sans);font-weight:var(--weight-bold);letter-spacing:-.005em;color:var(--neutral-500);transition:color var(--dur-fast) var(--ease-standard), background-color var(--dur-fast) var(--ease-standard);border-radius:18px;justify-content:center;align-items:center;font-size:18px;line-height:1.44;text-decoration:none;display:flex}.NavMenu-module__YOqpra__itemActive{color:var(--color-text);background-color:var(--color-surface-sunken)}.NavMenu-module__YOqpra__footer{z-index:1;padding:0 var(--home-pad,16px) 24px;flex-direction:column;flex-shrink:0;gap:12px;display:flex;position:relative}.NavMenu-module__YOqpra__action,.NavMenu-module__YOqpra__actionBtn{width:100%}
.Nav-module__bLoQaq__header{z-index:var(--z-header);justify-content:center;width:100%;display:flex;position:sticky;top:0;overflow-x:clip}.Nav-module__bLoQaq__backdrop{z-index:0;pointer-events:none;width:1528px;height:187px;position:absolute;top:0;left:50%;overflow:hidden;transform:translate(-50%)}.Nav-module__bLoQaq__blur{position:absolute;inset:0;-webkit-mask-image:radial-gradient(50% 100% at 50% 0,#000 58%,#0000 88%);mask-image:radial-gradient(50% 100% at 50% 0,#000 58%,#0000 88%)}.Nav-module__bLoQaq__ellipse{background:url(/home/ellipse-header-desktop-light.svg) 50%/1528px 375px no-repeat;width:1528px;height:375px;position:absolute;top:-188px;left:0}[data-theme=dark] .Nav-module__bLoQaq__ellipse{background-image:url(/home/ellipse-header-desktop-dark.svg)}@media (max-width:720px){.Nav-module__bLoQaq__backdrop{width:852px;height:156px}.Nav-module__bLoQaq__ellipse{background-image:url(/home/ellipse-header-mobile-light.svg);background-size:852px 313px;width:852px;height:313px;top:-157px}[data-theme=dark] .Nav-module__bLoQaq__ellipse{background-image:url(/home/ellipse-header-mobile-dark.svg)}}.Nav-module__bLoQaq__inner{z-index:1;align-items:center;gap:var(--space-16);width:100%;max-width:1048px;height:86px;padding:16px var(--home-pad) 12px;display:flex;position:relative}.Nav-module__bLoQaq__start{flex:1 0 0;align-items:center;min-width:0;display:flex}.Nav-module__bLoQaq__links{align-items:center;gap:2px;display:flex}.Nav-module__bLoQaq__hamburger{display:none}.Nav-module__bLoQaq__link{height:44px;font-family:var(--font-sans);font-weight:var(--weight-bold);letter-spacing:-.005em;color:var(--neutral-500);white-space:nowrap;transition:color var(--dur-fast) var(--ease-standard), background-color var(--dur-fast) var(--ease-standard);border-radius:14px;align-items:center;padding:0 12px;font-size:18px;line-height:1.44;text-decoration:none;display:flex}.Nav-module__bLoQaq__link:hover{color:var(--color-text);background-color:var(--color-surface-sunken)}.Nav-module__bLoQaq__linkActive,.Nav-module__bLoQaq__linkActive:hover{color:var(--color-text);background-color:#0000}.Nav-module__bLoQaq__actions{flex:1 0 0;justify-content:flex-end;align-items:center;gap:8px;display:flex}@media (max-width:720px){.Nav-module__bLoQaq__links{display:none}.Nav-module__bLoQaq__hamburger{display:inline-flex}.Nav-module__bLoQaq__resumeBtn{display:none}}
.Footer-module__Grjkva__footer{width:100%;color:var(--color-text);background:0 0;flex-direction:column;align-items:center;display:flex}.Footer-module__Grjkva__content{width:100%;max-width:1024px;padding:100px var(--home-pad) 60px;flex-direction:column;gap:60px;display:flex}.Footer-module__Grjkva__intro{flex-direction:column;align-items:flex-start;gap:4px;display:flex}.Footer-module__Grjkva__title{font-family:var(--font-sans);font-weight:var(--weight-bold);letter-spacing:-.005em;color:var(--color-text);align-items:center;gap:8px;font-size:32px;line-height:1.5;display:flex}.Footer-module__Grjkva__clap{object-fit:contain;flex-shrink:0;width:40px;height:40px}.Footer-module__Grjkva__subtitle{font-family:var(--font-sans);font-weight:var(--weight-medium);letter-spacing:-.005em;color:var(--color-text-muted);font-size:18px;line-height:1.6}.Footer-module__Grjkva__columns{justify-content:space-between;align-items:flex-start;gap:var(--space-32);flex-wrap:wrap;width:100%;display:flex}.Footer-module__Grjkva__column{flex-direction:column;align-items:flex-start;gap:12px;max-width:320px;display:flex}.Footer-module__Grjkva__heading{font-family:var(--font-sans);font-weight:var(--weight-medium);letter-spacing:-.005em;color:var(--color-text-muted);font-size:18px;line-height:1.6}.Footer-module__Grjkva__undernote{width:100%;max-width:1024px;padding:24px var(--home-pad) 120px;justify-content:center;align-items:center;gap:12px;display:flex}.Footer-module__Grjkva__mark{transform:scaleY(-1)}.Footer-module__Grjkva__credit{font-family:var(--font-sans);font-weight:var(--weight-medium);letter-spacing:-.005em;color:var(--color-text-muted);font-size:18px;line-height:1.6}@media (max-width:720px){.Footer-module__Grjkva__content{text-align:center;align-items:center;gap:40px}.Footer-module__Grjkva__intro{text-align:center;align-items:center}.Footer-module__Grjkva__columns{flex-direction:column;align-items:center;gap:36px}.Footer-module__Grjkva__column{align-items:center;gap:16px;max-width:none}}
.Hero-module__s-6kkG__hero{width:100%;padding:40px var(--home-pad) 0;background:var(--color-section);flex-direction:column;align-items:center;margin-bottom:-80px;display:flex}@media (max-width:720px){.Hero-module__s-6kkG__hero{margin-bottom:-40px}}.Hero-module__s-6kkG__message{align-items:center;gap:var(--space-12);flex-direction:column;width:100%;max-width:800px;padding:0;display:flex}.Hero-module__s-6kkG__portrait{aspect-ratio:440/420;width:440px;max-width:82vw;margin-bottom:var(--space-8);position:relative}.Hero-module__s-6kkG__portraitGlow{z-index:2;pointer-events:none;height:46%;position:absolute;left:-18%;right:-18%;overflow:hidden}.Hero-module__s-6kkG__portraitGlowBottom{bottom:0;-webkit-mask-image:linear-gradient(#0000 25%,#000 100%);mask-image:linear-gradient(#0000 25%,#000 100%)}.Hero-module__s-6kkG__portraitGlow:before{content:"";aspect-ratio:746/418;background:url(/home/portrait-glow-light.svg) 50%/100% 100% no-repeat;width:100%;position:absolute;left:0}.Hero-module__s-6kkG__portraitGlowBottom:before{bottom:0;transform:translateY(50%)rotate(180deg)}[data-theme=dark] .Hero-module__s-6kkG__portraitGlow:before{background-image:url(/home/portrait-glow-dark.svg)}.Hero-module__s-6kkG__portraitImg{z-index:1;object-fit:cover;object-position:center top;width:100%;height:100%;position:relative;-webkit-mask-image:linear-gradient(#000 0% 42%,#00000080 72%,#0000 92%);mask-image:linear-gradient(#000 0% 42%,#00000080 72%,#0000 92%)}.Hero-module__s-6kkG__name{font-family:var(--font-sans);font-weight:var(--weight-bold);letter-spacing:-.005em;color:var(--color-text);text-align:center;font-size:clamp(38px,6vw,60px);line-height:1}.Hero-module__s-6kkG__tagline{font-family:var(--font-sans);font-weight:var(--weight-medium);letter-spacing:-.005em;color:var(--color-text-muted);text-align:center;font-size:clamp(18px,2.4vw,24px);line-height:1.6}.Hero-module__s-6kkG__actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;padding:16px 0;display:flex}.Hero-module__s-6kkG__contact{width:154px}@media (max-width:500px){.Hero-module__s-6kkG__actions{gap:12px}.Hero-module__s-6kkG__contact{flex-basis:100%;width:100%}}
.About-module__vMbv_W__about{background:var(--color-section);isolation:isolate;flex-direction:column;align-items:center;width:100%;display:flex;position:relative}.About-module__vMbv_W__content{width:100%;max-width:1024px;padding:0 var(--home-pad);flex-direction:column;align-items:center;display:flex}@media (min-width:721px){.About-module__vMbv_W__content{padding:60px var(--home-pad)}}.About-module__vMbv_W__text{flex-direction:column;align-items:flex-start;gap:48px;width:100%;max-width:600px;display:flex}.About-module__vMbv_W__paragraph{font-family:var(--font-sans);font-weight:var(--weight-bold);letter-spacing:-.005em;color:var(--color-text);font-size:clamp(19px,2.2vw,24px);line-height:1.6}.About-module__vMbv_W__highlight{color:var(--color-brand-strong);text-underline-offset:2px;text-decoration:underline}.About-module__vMbv_W__ref{vertical-align:bottom;display:inline-flex;position:relative}.About-module__vMbv_W__refActive{z-index:2}.About-module__vMbv_W__chip{color:inherit;font:inherit;letter-spacing:inherit;cursor:pointer;white-space:nowrap;transition:color var(--dur-fast) var(--ease-standard);background:0 0;border:none;align-items:center;gap:6px;padding:0;display:inline-flex}.About-module__vMbv_W__chip:hover,.About-module__vMbv_W__chip:focus-visible{color:var(--color-brand-strong);outline:none}.About-module__vMbv_W__refLogo{object-fit:contain;width:1.42em;height:1.42em;transition:transform var(--dur-slow) var(--ease-out);border-radius:7px;flex-shrink:0}.About-module__vMbv_W__refName{font-weight:var(--weight-bold);text-underline-offset:2px;text-decoration:underline}.About-module__vMbv_W__chipActive{color:var(--color-text);z-index:4}.About-module__vMbv_W__chipActive .About-module__vMbv_W__refLogo{transform-origin:50%;transform:scale(1.12)}.About-module__vMbv_W__dim{z-index:1;background:color-mix(in srgb, var(--color-section) 50%, transparent);pointer-events:none;position:absolute;inset:0}.About-module__vMbv_W__belowWrap{z-index:5;position:absolute;top:100%;left:50%;transform:translate(-50%)}.About-module__vMbv_W__below{text-align:center;flex-direction:column;align-items:center;gap:16px;width:236px;padding:16px 0;display:flex}.About-module__vMbv_W__desc{font-size:18px;font-weight:var(--weight-bold);letter-spacing:-.005em;color:var(--color-text-muted);text-shadow:0 0 2px #0000001f;flex-direction:column;gap:2px;line-height:1.44;display:flex}.About-module__vMbv_W__descLine{display:block}.About-module__vMbv_W__viewBtn{width:124px;padding-left:32px;padding-right:20px}.About-module__vMbv_W__above{pointer-events:none;width:300px;height:250px;position:absolute;bottom:100%;left:50%;transform:translate(-50%)}.About-module__vMbv_W__preview{transform-origin:bottom;filter:drop-shadow(0 12px 22px #00000057);width:150px;position:absolute;bottom:0}.About-module__vMbv_W__previewBack{z-index:1;left:30px;rotate:-8deg}.About-module__vMbv_W__previewFront{z-index:2;bottom:0;left:116px;rotate:7deg}.About-module__vMbv_W__glow{z-index:3;pointer-events:none;background:url(/home/bio/images-glow-light.svg) 50%/408px 248px no-repeat;width:408px;height:248px;position:absolute;bottom:-124px;left:50%;transform:translate(-50%)}[data-theme=dark] .About-module__vMbv_W__glow{background-image:url(/home/bio/images-glow-dark.svg)}.About-module__vMbv_W__timeLine{white-space:nowrap}.About-module__vMbv_W__clock{font-variant-numeric:tabular-nums}
.HomeParallax-module__6wU8xG__page{--home-corner:90px;--home-pad:24px;background:var(--color-page);position:relative}.HomeParallax-module__6wU8xG__content{z-index:1;background:var(--color-section);border-bottom-left-radius:var(--home-corner);border-bottom-right-radius:var(--home-corner);position:relative;overflow:clip}.HomeParallax-module__6wU8xG__footerLayer{z-index:0;position:sticky;bottom:0}@media (max-width:720px){.HomeParallax-module__6wU8xG__footerLayer{position:static}}@media (max-width:1024px){.HomeParallax-module__6wU8xG__page{--home-pad:32px}}@media (max-width:720px){.HomeParallax-module__6wU8xG__page{--home-corner:36px;--home-pad:16px}}
.CareerHero-module___6IzKa__hero{background:var(--color-section);justify-content:center;align-items:center;width:100%;min-height:280px;margin-bottom:-80px;display:flex}@media (max-width:720px){.CareerHero-module___6IzKa__hero{margin-bottom:-40px}}.CareerHero-module___6IzKa__content{width:100%;max-width:840px;padding:86px var(--home-pad) 0;text-align:center;flex-direction:column;align-items:center;gap:12px;display:flex}.CareerHero-module___6IzKa__title{font-family:var(--font-sans);font-weight:var(--weight-bold);letter-spacing:-.02em;color:var(--color-text);font-size:clamp(40px,6vw,60px);line-height:1.1}.CareerHero-module___6IzKa__subtitle{font-family:var(--font-sans);font-weight:var(--weight-medium);letter-spacing:-.005em;color:var(--color-text-muted);font-size:clamp(16px,2vw,19px);line-height:1.5}@media (max-width:720px){.CareerHero-module___6IzKa__hero{min-height:260px}}
.page-module___8aEwW__main{flex-direction:column;gap:160px;display:flex}@media (max-width:720px){.page-module___8aEwW__main{gap:120px}}
.CompanyLogo-module__di_DYW__container{flex-shrink:0;display:inline-flex;position:relative}.CompanyLogo-module__di_DYW__image{object-fit:cover;width:100%;height:100%;display:block}
.CursorFollowLabel-module__ui7B0G__follow{z-index:5;pointer-events:none;transform:translate(calc(var(--cff-x,0px) - 100% - 8px), calc(var(--cff-y,0px) + 8px));opacity:0;transition:opacity .16s var(--ease-out), transform .12s var(--ease-out);will-change:transform;position:absolute;top:0;left:0}.CursorFollowLabel-module__ui7B0G__follow[data-visible]{opacity:1}@media (prefers-reduced-motion:reduce){.CursorFollowLabel-module__ui7B0G__follow{transition:opacity .16s var(--ease-out)}}
.Articles-module__qv_i8G__section{background:var(--color-section);justify-content:center;width:100%;display:flex}.Articles-module__qv_i8G__content{width:100%;max-width:1080px;padding:0 var(--home-pad);flex-direction:column;align-items:center;display:flex}.Articles-module__qv_i8G__header{text-align:center;width:100%;margin-bottom:28px}.Articles-module__qv_i8G__heading{font-family:var(--font-sans);font-weight:var(--weight-bold);letter-spacing:-.01em;color:var(--color-text);font-size:clamp(28px,4vw,44px);line-height:1.2}.Articles-module__qv_i8G__subtitle{font-family:var(--font-sans);font-weight:var(--weight-medium);color:var(--color-text-muted);margin-top:8px;font-size:clamp(15px,1.8vw,17px);line-height:1.5}.Articles-module__qv_i8G__list{flex-direction:column;gap:12px;width:100%;max-width:860px;display:flex}.Articles-module__qv_i8G__item{color:var(--color-text);transition:background var(--dur-base) var(--ease-out), box-shadow var(--dur-base) var(--ease-out);border-radius:26px;align-items:center;gap:20px;padding:16px;text-decoration:none;display:flex;position:relative}@media (hover:hover){.Articles-module__qv_i8G__item:hover,.Articles-module__qv_i8G__item:focus-visible{background:var(--color-surface);outline:none;box-shadow:0 12px 32px #0000000f}:is([data-theme=dark] .Articles-module__qv_i8G__item:hover,[data-theme=dark] .Articles-module__qv_i8G__item:focus-visible){background:var(--color-surface-raised)}}.Articles-module__qv_i8G__preview{background:var(--color-surface-sunken);border-radius:12px;flex-shrink:0;width:284px;height:160px;display:block;overflow:hidden}.Articles-module__qv_i8G__preview img{object-fit:cover;width:100%;height:100%}.Articles-module__qv_i8G__text{flex-direction:column;flex:1 0 0;gap:12px;min-width:0;height:160px;padding:4px 0;display:flex}.Articles-module__qv_i8G__titleBlock{flex-direction:column;flex:1 0 0;gap:2px;width:100%;min-height:0;display:flex;overflow:hidden}.Articles-module__qv_i8G__title{font-family:var(--font-sans);font-weight:var(--weight-bold);letter-spacing:-.005em;color:var(--color-text);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:20px;line-height:1.6;display:-webkit-box;overflow:hidden}.Articles-module__qv_i8G__excerpt{font-family:var(--font-sans);font-weight:var(--weight-medium);letter-spacing:-.005em;color:var(--color-text-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;flex:none;font-size:18px;line-height:1.6;display:-webkit-box;overflow:hidden}.Articles-module__qv_i8G__detail{flex-shrink:0;justify-content:space-between;align-items:center;width:100%;display:flex}.Articles-module__qv_i8G__service{align-items:center;gap:6px;min-width:0;display:inline-flex}.Articles-module__qv_i8G__badge{flex-shrink:0;width:28px;height:28px;display:block}.Articles-module__qv_i8G__domain,.Articles-module__qv_i8G__date{font-family:var(--font-sans);font-weight:var(--weight-medium);letter-spacing:-.005em;color:var(--color-text-muted);white-space:nowrap;font-size:18px;line-height:1.6}@media (max-width:640px){.Articles-module__qv_i8G__item{border-radius:24px;flex-direction:column;align-items:stretch;gap:16px}.Articles-module__qv_i8G__preview{width:100%;height:180px}.Articles-module__qv_i8G__text{height:auto}.Articles-module__qv_i8G__titleBlock,.Articles-module__qv_i8G__excerpt{flex:none}}
.ProjectCard-module__25G50a__card{--pc-img-radius:80px;--pc-top-radius:72px;--pc-top-radius-hover:92px;--pc-bottom-radius:60px;--pc-title:20px;--pc-subtitle:18px;--pc-year:18px;--pc-max-width:500px;--pc-logo-size:56px;--pc-hover-surface:var(--color-surface);width:100%;max-width:var(--pc-max-width);border-radius:var(--pc-top-radius) var(--pc-top-radius) var(--pc-bottom-radius) var(--pc-bottom-radius);color:var(--color-text);transition:background var(--dur-base) var(--ease-out), box-shadow var(--dur-base) var(--ease-out), border-radius var(--dur-base) var(--ease-out);background:0 0;flex-direction:column;align-items:stretch;padding:12px 12px 16px;text-decoration:none;display:flex;position:relative}.ProjectCard-module__25G50a__interactive{cursor:pointer}.ProjectCard-module__25G50a__interactive:hover,.ProjectCard-module__25G50a__interactive:focus-visible{background:var(--pc-hover-surface);border-radius:var(--pc-top-radius-hover) var(--pc-top-radius-hover) var(--pc-bottom-radius) var(--pc-bottom-radius);outline:none;box-shadow:0 12px 32px #0000000f}.ProjectCard-module__25G50a__interactive:focus-visible{box-shadow:0 12px 32px #0000000f,0 0 0 4px #027ff029}.ProjectCard-module__25G50a__imageFrame{aspect-ratio:480/400;border-radius:var(--pc-img-radius);border:1px solid var(--color-border);width:100%;position:relative;overflow:hidden;box-shadow:0 6px 16px #0000000a}.ProjectCard-module__25G50a__image{object-fit:cover;width:100%;height:100%;display:block}.ProjectCard-module__25G50a__imagePlaceholder{background:#000;width:100%;height:100%;display:block}.ProjectCard-module__25G50a__imageGlow{border-radius:inherit;pointer-events:none;position:absolute;inset:0;box-shadow:inset 0 0 100px #ffffff70,inset 4px 4px 24px #ffffffa3,inset -4px -4px 24px #ffffffa3,inset 0 0 64px 4px #0000001f}.ProjectCard-module__25G50a__meta{align-items:center;gap:12px;width:100%;padding:20px 16px;display:flex}.ProjectCard-module__25G50a__description{flex:1 0 0;align-items:center;gap:12px;min-width:0;display:flex}.ProjectCard-module__25G50a__logo{flex-shrink:0}.ProjectCard-module__25G50a__textCol{flex-direction:column;gap:4px;min-width:0;display:flex}.ProjectCard-module__25G50a__title{font-family:var(--font-sans);font-weight:var(--weight-bold);font-size:var(--pc-title);letter-spacing:-.005em;color:var(--color-text);white-space:nowrap;text-overflow:ellipsis;line-height:1.2;overflow:hidden}.ProjectCard-module__25G50a__subtitle{font-family:var(--font-sans);font-weight:var(--weight-medium);font-size:var(--pc-subtitle);letter-spacing:-.005em;color:var(--color-text-muted);white-space:nowrap;text-overflow:ellipsis;line-height:1.2;overflow:hidden}.ProjectCard-module__25G50a__year{font-family:var(--font-sans);font-weight:var(--weight-bold);font-size:var(--pc-year);letter-spacing:-.005em;color:var(--color-text);text-align:right;flex-shrink:0;line-height:1.5}.ProjectCard-module__25G50a__m{--pc-img-radius:64px;--pc-top-radius:60px;--pc-top-radius-hover:76px;--pc-bottom-radius:48px;--pc-title:18px;--pc-subtitle:16px;--pc-year:16px;--pc-max-width:440px;--pc-logo-size:48px}.ProjectCard-module__25G50a__s{--pc-img-radius:48px;--pc-top-radius:48px;--pc-top-radius-hover:60px;--pc-bottom-radius:36px;--pc-title:16px;--pc-subtitle:14px;--pc-year:14px;--pc-max-width:320px;--pc-logo-size:40px}.ProjectCard-module__25G50a__s .ProjectCard-module__25G50a__meta{padding:16px 12px}.ProjectCard-module__25G50a__responsive .ProjectCard-module__25G50a__logo{width:var(--pc-logo-size)!important;height:var(--pc-logo-size)!important}@media (max-width:1024px){.ProjectCard-module__25G50a__responsive{--pc-img-radius:64px;--pc-top-radius:60px;--pc-top-radius-hover:76px;--pc-bottom-radius:48px;--pc-title:18px;--pc-subtitle:16px;--pc-year:16px;--pc-max-width:none;--pc-logo-size:48px}}@media (max-width:720px){.ProjectCard-module__25G50a__responsive{--pc-img-radius:48px;--pc-top-radius:48px;--pc-top-radius-hover:60px;--pc-bottom-radius:36px;--pc-title:16px;--pc-subtitle:14px;--pc-year:14px;--pc-max-width:none;--pc-logo-size:40px}.ProjectCard-module__25G50a__responsive .ProjectCard-module__25G50a__meta{padding:16px 12px}}[data-theme=dark] .ProjectCard-module__25G50a__card{--pc-hover-surface:var(--color-surface-raised)}[data-theme=dark] .ProjectCard-module__25G50a__imageFrame{border-color:#161616;box-shadow:0 6px 16px #ffffff05}[data-theme=dark] .ProjectCard-module__25G50a__imageGlow{box-shadow:inset 0 0 100px #ffffff0a,inset 4px 4px 24px #ffffff14,inset -4px -4px 24px #ffffff14,inset 0 0 64px 4px #00000052,inset 0 0 32px 4px #000000a3}
.CareerContact-module__8mH5yW__contact{background:var(--color-section);border-bottom-left-radius:var(--home-corner);border-bottom-right-radius:var(--home-corner);flex-direction:column;align-items:center;width:100%;display:flex}.CareerContact-module__8mH5yW__content{width:100%;max-width:760px;padding:0 var(--home-pad);text-align:center;flex-direction:column;align-items:center;gap:16px;display:flex}.CareerContact-module__8mH5yW__logo{object-fit:contain;width:100px;height:100px;margin-bottom:4px}.CareerContact-module__8mH5yW__heading{font-family:var(--font-sans);font-weight:var(--weight-bold);letter-spacing:-.01em;color:var(--color-text);font-size:clamp(28px,4vw,44px);line-height:1.1}.CareerContact-module__8mH5yW__subtitle{max-width:460px;font-family:var(--font-sans);font-weight:var(--weight-medium);letter-spacing:-.005em;color:var(--color-text-muted);font-size:clamp(15px,1.8vw,17px);line-height:1.5}.CareerContact-module__8mH5yW__actions{justify-content:center;width:100%;margin-top:8px;display:flex}.CareerContact-module__8mH5yW__cta{width:210px}@media (max-width:420px){.CareerContact-module__8mH5yW__cta{width:100%}}.CareerContact-module__8mH5yW__portrait{justify-content:center;width:100%;margin-top:44px;display:flex}.CareerContact-module__8mH5yW__portraitInner{width:100%;max-width:536px;position:relative}.CareerContact-module__8mH5yW__portraitImg{-webkit-mask-composite:source-in;width:100%;height:auto;display:block;-webkit-mask-image:linear-gradient(#0000 0,#000 7% 58%,#0000 96%),linear-gradient(90deg,#0000 0,#000 14% 86%,#0000 100%);mask-image:linear-gradient(#0000 0,#000 7% 58%,#0000 96%),linear-gradient(90deg,#0000 0,#000 14% 86%,#0000 100%);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-composite:source-in;mask-composite:intersect}.CareerContact-module__8mH5yW__portraitDark{display:none}[data-theme=dark] .CareerContact-module__8mH5yW__portraitLight{display:none}[data-theme=dark] .CareerContact-module__8mH5yW__portraitDark{display:block}.CareerContact-module__8mH5yW__portraitGlow{z-index:2;pointer-events:none;height:46%;position:absolute;left:-18%;right:-18%;overflow:hidden}.CareerContact-module__8mH5yW__portraitGlowBottom{bottom:0;-webkit-mask-image:linear-gradient(#0000 25%,#000 100%);mask-image:linear-gradient(#0000 25%,#000 100%)}.CareerContact-module__8mH5yW__portraitGlow:before{content:"";aspect-ratio:746/418;background:url(/home/portrait-glow-light.svg) 50%/100% 100% no-repeat;width:100%;position:absolute;left:0}.CareerContact-module__8mH5yW__portraitGlowBottom:before{bottom:0;transform:translateY(50%)rotate(180deg)}[data-theme=dark] .CareerContact-module__8mH5yW__portraitGlow:before{background-image:url(/home/portrait-glow-dark.svg)}
.page-module___1U7WW__main{flex-direction:column;gap:160px;display:flex}@media (max-width:720px){.page-module___1U7WW__main{gap:120px}}
.CareerStage-module__wxM6dG__card{--cs-title:20px;--cs-subtitle:18px;--cs-date:18px;--cs-date-max:144px;background:var(--color-surface-sunken);width:100%;color:var(--color-text);border-radius:26px;align-items:center;gap:12px;display:flex;position:relative}[data-theme=dark] .CareerStage-module__wxM6dG__card{background:var(--neutral-900)}.CareerStage-module__wxM6dG__description{flex:1 0 0;gap:12px;min-width:0;display:flex}.CareerStage-module__wxM6dG__logo{flex-shrink:0}.CareerStage-module__wxM6dG__text{flex-direction:column;min-width:0;line-height:1.6;display:flex}.CareerStage-module__wxM6dG__position{font-family:var(--font-sans);font-weight:var(--weight-bold);font-size:var(--cs-title);letter-spacing:-.005em;color:var(--color-text);line-height:1.6}.CareerStage-module__wxM6dG__company{font-family:var(--font-sans);font-weight:var(--weight-medium);font-size:var(--cs-subtitle);letter-spacing:-.005em;color:var(--color-text-muted);line-height:1.6}.CareerStage-module__wxM6dG__date{min-width:0;max-width:var(--cs-date-max);font-family:var(--font-sans);font-weight:var(--weight-bold);font-size:var(--cs-date);letter-spacing:-.005em;color:var(--color-text);text-align:right;flex:1 0 0;line-height:1.5}.CareerStage-module__wxM6dG__desktop{height:96px;padding:16px 32px 16px 16px}.CareerStage-module__wxM6dG__desktop .CareerStage-module__wxM6dG__description{flex-direction:row;align-items:center}.CareerStage-module__wxM6dG__desktop .CareerStage-module__wxM6dG__text{flex:1 0 0}.CareerStage-module__wxM6dG__mobile{--cs-subtitle:16px;--cs-date:16px;--cs-date-max:110px;padding:16px 16px 24px}.CareerStage-module__wxM6dG__mobile .CareerStage-module__wxM6dG__description{flex-direction:column;align-items:flex-start}.CareerStage-module__wxM6dG__mobile .CareerStage-module__wxM6dG__text{width:100%}.CareerStage-module__wxM6dG__mobileS{--cs-title:18px;--cs-subtitle:16px;--cs-date:16px;--cs-date-max:110px;padding:16px 16px 24px}.CareerStage-module__wxM6dG__mobileS .CareerStage-module__wxM6dG__description{flex-direction:column;align-items:flex-start}.CareerStage-module__wxM6dG__mobileS .CareerStage-module__wxM6dG__text{width:100%}.CareerStage-module__wxM6dG__responsive{--cs-logo-size:64px;height:96px;padding:16px 32px 16px 16px}.CareerStage-module__wxM6dG__responsive .CareerStage-module__wxM6dG__description{flex-direction:row;align-items:center}.CareerStage-module__wxM6dG__responsive .CareerStage-module__wxM6dG__text{flex:1 0 0}.CareerStage-module__wxM6dG__responsive .CareerStage-module__wxM6dG__logo{width:var(--cs-logo-size)!important;height:var(--cs-logo-size)!important}@media (max-width:720px){.CareerStage-module__wxM6dG__responsive{--cs-subtitle:16px;--cs-date:16px;--cs-date-max:110px;height:auto;padding:16px 16px 24px}.CareerStage-module__wxM6dG__responsive .CareerStage-module__wxM6dG__description{flex-direction:column;align-items:flex-start}.CareerStage-module__wxM6dG__responsive .CareerStage-module__wxM6dG__text{width:100%}}@media (max-width:360px){.CareerStage-module__wxM6dG__responsive{--cs-title:18px;--cs-logo-size:48px}}
.AboutStory-module__-r4eGa__story{background:var(--color-section);flex-direction:column;align-items:center;gap:160px;width:100%;display:flex}@media (max-width:720px){.AboutStory-module__-r4eGa__story{gap:120px}}.AboutStory-module__-r4eGa__paragraph{width:100%;max-width:calc(800px + 2 * var(--home-pad));padding:0 var(--home-pad);flex-direction:column;align-items:center;gap:24px;display:flex}.AboutStory-module__-r4eGa__textContainer{flex-direction:column;gap:8px;width:100%;max-width:640px;display:flex}.AboutStory-module__-r4eGa__title{font-family:var(--font-sans);font-weight:var(--weight-bold);letter-spacing:-.005em;color:var(--color-text);align-items:center;gap:4px;font-size:32px;line-height:1.6;display:flex}@media (max-width:720px){.AboutStory-module__-r4eGa__title{font-size:28px}}.AboutStory-module__-r4eGa__textContainer .AboutStory-module__-r4eGa__body{font-weight:var(--weight-medium);letter-spacing:-.005em;color:var(--neutral-800);font-size:18px;line-height:1.6}[data-theme=dark] .AboutStory-module__-r4eGa__textContainer .AboutStory-module__-r4eGa__body{color:var(--neutral-100)}.AboutStory-module__-r4eGa__strong{font-weight:var(--weight-bold);color:var(--color-text);text-underline-offset:2px;text-decoration:underline}.AboutStory-module__-r4eGa__flags{width:56px;height:34px;margin-left:4px;display:inline-block}.AboutStory-module__-r4eGa__row{align-items:flex-start;gap:12px;width:100%;display:flex}.AboutStory-module__-r4eGa__slot{border-radius:44px;flex:1 0 0;min-width:0;position:relative;overflow:hidden}.AboutStory-module__-r4eGa__row3 .AboutStory-module__-r4eGa__slot{aspect-ratio:258.667/320}.AboutStory-module__-r4eGa__row4 .AboutStory-module__-r4eGa__slot{aspect-ratio:191/320}.AboutStory-module__-r4eGa__slot>img{object-fit:cover;width:100%;height:100%;display:block}.AboutStory-module__-r4eGa__pairSlot{border-radius:0;flex-direction:column;gap:12px;display:flex;overflow:visible}.AboutStory-module__-r4eGa__pairItem{border-radius:44px;flex:1 0 0;width:100%;min-height:0;display:block;overflow:hidden}.AboutStory-module__-r4eGa__pairItem img{object-fit:cover;width:100%;height:100%;display:block}@media (max-width:720px){.AboutStory-module__-r4eGa__row{width:calc(100% + 2 * var(--home-pad));margin-left:calc(-1 * var(--home-pad));margin-right:calc(-1 * var(--home-pad));padding:0 var(--home-pad);scrollbar-width:none;overflow-x:auto}.AboutStory-module__-r4eGa__row::-webkit-scrollbar{display:none}.AboutStory-module__-r4eGa__row .AboutStory-module__-r4eGa__slot{flex:0 0 200px}}
.page-module__NfDiEG__main{flex-direction:column;gap:160px;display:flex}@media (max-width:720px){.page-module__NfDiEG__main{gap:120px}}
.Chip-module__59OjPa__chip{border-radius:var(--radius-pill);background:var(--neutral-100);min-width:64px;height:52px;font-family:var(--font-sans);font-weight:var(--weight-bold);letter-spacing:-.005em;white-space:nowrap;cursor:pointer;transition:background-color var(--dur-base) var(--ease-out), color var(--dur-base) var(--ease-out);justify-content:center;align-items:center;gap:2px;padding:0 18px;font-size:18px;line-height:1.6;display:inline-flex}.Chip-module__59OjPa__label{color:var(--neutral-950)}.Chip-module__59OjPa__count{color:var(--neutral-500);transition:color var(--dur-base) var(--ease-out)}@media (hover:hover){.Chip-module__59OjPa__chip:hover:not(.Chip-module__59OjPa__selected){background:var(--neutral-150)}.Chip-module__59OjPa__chip:hover:not(.Chip-module__59OjPa__selected) .Chip-module__59OjPa__count{color:var(--neutral-600)}}.Chip-module__59OjPa__chip:focus-visible{outline:none;box-shadow:0 0 0 4px #027ff029}.Chip-module__59OjPa__selected{background:var(--neutral-950)}.Chip-module__59OjPa__selected .Chip-module__59OjPa__label{color:var(--neutral-0)}.Chip-module__59OjPa__selected .Chip-module__59OjPa__count{color:var(--neutral-600)}[data-theme=dark] .Chip-module__59OjPa__chip{background:var(--neutral-900)}[data-theme=dark] .Chip-module__59OjPa__label{color:var(--neutral-0)}[data-theme=dark] .Chip-module__59OjPa__count{color:var(--neutral-600)}@media (hover:hover){[data-theme=dark] .Chip-module__59OjPa__chip:hover:not(.Chip-module__59OjPa__selected){background:var(--neutral-800)}[data-theme=dark] .Chip-module__59OjPa__chip:hover:not(.Chip-module__59OjPa__selected) .Chip-module__59OjPa__count{color:#d6d6d6}}[data-theme=dark] .Chip-module__59OjPa__selected{background:var(--neutral-0)}[data-theme=dark] .Chip-module__59OjPa__selected .Chip-module__59OjPa__label{color:var(--neutral-950)}[data-theme=dark] .Chip-module__59OjPa__selected .Chip-module__59OjPa__count{color:var(--neutral-600)}
.preview-module__ly7XxW__page{background:var(--color-surface);min-height:100dvh;color:var(--color-text);padding-bottom:var(--space-120)}.preview-module__ly7XxW__header{z-index:var(--z-header);justify-content:space-between;align-items:center;gap:var(--space-16);padding:var(--space-20) var(--space-32);background:color-mix(in srgb, var(--color-surface) 82%, transparent);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--color-border);display:flex;position:sticky;top:0}.preview-module__ly7XxW__title{font-family:var(--font-sans);font-weight:var(--weight-bold);font-size:var(--text-h3-size);line-height:var(--text-h3-line)}.preview-module__ly7XxW__subtitle{color:var(--color-text-muted);font-size:var(--text-caption-size)}.preview-module__ly7XxW__body{max-width:1120px;padding:var(--space-48) var(--space-32) 0;gap:var(--space-64);flex-direction:column;margin-inline:auto;display:flex}.preview-module__ly7XxW__section{gap:var(--space-24);flex-direction:column;display:flex}.preview-module__ly7XxW__sectionHead{align-items:baseline;gap:var(--space-12);border-bottom:1px solid var(--color-border);padding-bottom:var(--space-8);display:flex}.preview-module__ly7XxW__sectionTitle{font-family:var(--font-sans);font-weight:var(--weight-bold);font-size:var(--text-h2-size);line-height:var(--text-h2-line)}.preview-module__ly7XxW__sectionNote{color:var(--color-text-muted);font-size:var(--text-caption-size)}.preview-module__ly7XxW__row{align-items:center;gap:var(--space-16);flex-wrap:wrap;display:flex}.preview-module__ly7XxW__rowTop{align-items:flex-start;gap:var(--space-16);flex-wrap:wrap;display:flex}.preview-module__ly7XxW__stackLabel{gap:var(--space-8);font-size:var(--text-caption-size);color:var(--color-text-muted);flex-direction:column;display:flex}.preview-module__ly7XxW__themePair{gap:var(--space-16);grid-template-columns:1fr 1fr;display:grid}.preview-module__ly7XxW__panel{background:var(--color-surface);color:var(--color-text);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:var(--space-24);align-items:center;gap:var(--space-16);flex-wrap:wrap;display:flex}.preview-module__ly7XxW__panelGlass{border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:var(--space-32);align-items:center;gap:var(--space-16);background:var(--color-surface);flex-wrap:wrap;display:flex}.preview-module__ly7XxW__panelTag{width:100%;font-size:var(--text-caption-size);color:var(--color-text-muted);margin-bottom:calc(-1 * var(--space-8))}.preview-module__ly7XxW__iconGrid{gap:var(--space-12);grid-template-columns:repeat(auto-fill,minmax(84px,1fr));display:grid}.preview-module__ly7XxW__iconCell{align-items:center;gap:var(--space-8);padding:var(--space-16) var(--space-8);border:1px solid var(--color-border);border-radius:var(--radius-md);color:var(--color-icon);flex-direction:column;font-size:12px;display:flex}.preview-module__ly7XxW__iconCell span{color:var(--color-text-muted)}.preview-module__ly7XxW__logoGrid{gap:var(--space-16);grid-template-columns:repeat(auto-fill,minmax(96px,1fr));display:grid}.preview-module__ly7XxW__logoCell{align-items:center;gap:var(--space-8);color:var(--color-text-muted);flex-direction:column;font-size:12px;display:flex}.preview-module__ly7XxW__glassColumn{align-items:flex-start;gap:var(--space-16);flex-direction:column;display:flex}.preview-module__ly7XxW__overlayGrid{gap:var(--space-16);margin-bottom:var(--space-16);grid-template-columns:1fr 1fr;display:grid}.preview-module__ly7XxW__overlayCard{border-radius:var(--radius-lg);border:1px solid var(--color-border);background:var(--color-surface);height:340px;color:var(--color-text);position:relative;overflow:hidden}.preview-module__ly7XxW__overlayContent{height:100%;padding:var(--space-24)}.preview-module__ly7XxW__overlayContent h3{font-family:var(--font-sans);font-weight:var(--weight-bold);font-size:var(--text-h3-size);line-height:var(--text-h3-line);margin-bottom:var(--space-12)}.preview-module__ly7XxW__overlayContent p{font-size:var(--text-body-size);color:var(--color-text-muted);margin-bottom:var(--space-16);line-height:1.6}.preview-module__ly7XxW__overlayContent b{color:var(--color-text);text-decoration:underline}.preview-module__ly7XxW__overlayButton{left:50%;bottom:var(--space-24);z-index:2;position:absolute;transform:translate(-50%)}.preview-module__ly7XxW__overlayImage{background:radial-gradient(circle at 18% 22%,#5418ff,#0000 45%),radial-gradient(circle at 82% 28%,#0388ff,#0000 45%),radial-gradient(circle at 50% 82%,#e4f967,#0000 45%),linear-gradient(135deg,#ff6a52,#5418ff)}.preview-module__ly7XxW__overlayImage .preview-module__ly7XxW__overlayButton{top:50%;bottom:auto;transform:translate(-50%,-50%)}.preview-module__ly7XxW__cardGrid{gap:var(--space-16);grid-template-columns:1fr 1fr;align-items:start;display:grid}.preview-module__ly7XxW__cardPanel{border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface);padding:var(--space-24)}.preview-module__ly7XxW__cardRow{align-items:flex-start;gap:var(--space-24);margin-top:var(--space-12);flex-wrap:wrap;display:flex}.preview-module__ly7XxW__cardStack{gap:var(--space-24);flex-direction:column;display:flex}.preview-module__ly7XxW__careerPanel{border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface);padding:var(--space-24);margin-bottom:var(--space-16)}.preview-module__ly7XxW__navDemo{border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface);height:340px;margin-bottom:var(--space-16);position:relative;overflow:hidden auto}.preview-module__ly7XxW__navDemoBody{padding:0 var(--space-24) var(--space-24)}.preview-module__ly7XxW__careerStack{align-items:flex-start;gap:var(--space-16);margin-top:var(--space-12);flex-direction:column;display:flex}.preview-module__ly7XxW__scrollGrid{gap:var(--space-16);grid-template-columns:1fr 1fr;align-items:start;display:grid}.preview-module__ly7XxW__scrollTest{border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface);position:relative}.preview-module__ly7XxW__scrollText{padding:var(--space-24)}.preview-module__ly7XxW__scrollText h3{font-family:var(--font-sans);font-weight:var(--weight-bold);font-size:var(--text-h3-size);line-height:var(--text-h3-line);margin-bottom:var(--space-12)}.preview-module__ly7XxW__scrollText p{font-size:var(--text-body-size);color:var(--color-text-muted);margin-bottom:var(--space-16);line-height:1.6}.preview-module__ly7XxW__scrollText b{color:var(--color-text);text-decoration:underline}.preview-module__ly7XxW__scrollOverlay{z-index:5;pointer-events:none;position:absolute;inset:0}.preview-module__ly7XxW__scrollSticky{justify-content:center;align-items:center;gap:var(--space-12);display:flex;position:sticky;top:45vh}.preview-module__ly7XxW__scrollSticky>*{pointer-events:auto}.preview-module__ly7XxW__tabRow{gap:var(--space-8);flex-wrap:wrap;display:flex}.preview-module__ly7XxW__exTab{height:40px;padding:0 var(--space-16);border-radius:var(--radius-pill);background:var(--color-surface-sunken);color:var(--color-text-muted);font-family:var(--font-sans);font-weight:var(--weight-bold);font-size:var(--text-caption-size);cursor:pointer;transition:background var(--dur-fast) var(--ease-standard), color var(--dur-fast) var(--ease-standard)}.preview-module__ly7XxW__exTab[data-selected]{background:var(--color-text);color:var(--color-surface)}.preview-module__ly7XxW__exNote{color:var(--color-text-muted);font-size:var(--text-caption-size)}.preview-module__ly7XxW__exampleRow{gap:var(--space-16);grid-template-columns:1fr 1fr;display:grid}.preview-module__ly7XxW__exampleThemeCol{border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:var(--space-24) var(--space-16) var(--space-16);background:var(--color-surface);position:relative}.preview-module__ly7XxW__exampleSurfaces{gap:var(--space-12);margin-top:var(--space-8);flex-direction:column;display:flex}.preview-module__ly7XxW__exSurface{border-radius:var(--radius-md);justify-content:center;align-items:center;height:130px;display:flex;position:relative;overflow:hidden}.preview-module__ly7XxW__exLabel{color:#808080e6;z-index:5;font-size:11px;position:absolute;top:6px;left:8px}.preview-module__ly7XxW__exSolid{background:#fbfbfb}[data-theme=dark] .preview-module__ly7XxW__exSolid{background:#161616}.preview-module__ly7XxW__exImage{background:radial-gradient(circle at 20% 20%,#5418ff,#0000 45%),radial-gradient(circle at 80% 25%,#0388ff,#0000 45%),radial-gradient(circle at 55% 85%,#e4f967,#0000 45%),linear-gradient(135deg,#ff6a52,#5418ff)}.preview-module__ly7XxW__exUi{background:var(--color-surface);justify-content:flex-start;align-items:stretch}.preview-module__ly7XxW__exUi .preview-module__ly7XxW__overlayContent{padding:var(--space-12) var(--space-16)}.preview-module__ly7XxW__exUi .preview-module__ly7XxW__overlayContent h3{font-size:var(--text-body-lg-size);margin-bottom:var(--space-4)}.preview-module__ly7XxW__exUi .preview-module__ly7XxW__overlayContent p{margin:0;font-size:13px;line-height:1.5}.preview-module__ly7XxW__exUiButton{z-index:4;position:absolute;top:55%;left:50%;transform:translate(-50%,-50%)}.preview-module__ly7XxW__mediaRow{gap:var(--space-16);grid-template-columns:repeat(auto-fill,minmax(220px,1fr));display:grid}
.ProjectsCatalog-module__O_Gseq__hero{background:var(--color-section);justify-content:center;align-items:center;width:100%;min-height:280px;margin-bottom:-80px;display:flex}@media (max-width:720px){.ProjectsCatalog-module__O_Gseq__hero{min-height:260px;margin-bottom:-40px}}.ProjectsCatalog-module__O_Gseq__heroContent{width:100%;max-width:840px;padding:86px var(--home-pad) 0;text-align:center;flex-direction:column;align-items:center;gap:12px;display:flex}.ProjectsCatalog-module__O_Gseq__title{font-family:var(--font-sans);font-weight:var(--weight-bold);letter-spacing:-.02em;color:var(--color-text);font-size:clamp(40px,6vw,60px);line-height:1.1}.ProjectsCatalog-module__O_Gseq__subtitle{max-width:640px;font-family:var(--font-sans);font-weight:var(--weight-medium);letter-spacing:-.005em;color:var(--color-text-muted);font-size:clamp(16px,2vw,19px);line-height:1.5}.ProjectsCatalog-module__O_Gseq__chips{flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;margin-top:20px;display:flex}@media (max-width:720px){.ProjectsCatalog-module__O_Gseq__chips{width:calc(100% + 2 * var(--home-pad));margin-left:calc(-1 * var(--home-pad));margin-right:calc(-1 * var(--home-pad));padding:0 var(--home-pad);scrollbar-width:none;flex-wrap:nowrap;justify-content:flex-start;overflow-x:auto}.ProjectsCatalog-module__O_Gseq__chips::-webkit-scrollbar{display:none}.ProjectsCatalog-module__O_Gseq__chips>*{flex-shrink:0}}.ProjectsCatalog-module__O_Gseq__gallery{background:var(--color-section);justify-content:center;width:100%;display:flex}.ProjectsCatalog-module__O_Gseq__content{width:100%;max-width:1064px;padding:0 var(--home-pad);flex-direction:column;align-items:center;display:flex}.ProjectsCatalog-module__O_Gseq__grid{grid-template-columns:repeat(2,minmax(0,1fr));justify-items:center;gap:20px;width:100%;display:grid}@media (max-width:1024px){.ProjectsCatalog-module__O_Gseq__grid{justify-items:stretch}}@media (max-width:720px){.ProjectsCatalog-module__O_Gseq__grid{grid-template-columns:minmax(0,1fr);gap:16px}}.ProjectsCatalog-module__O_Gseq__empty{justify-content:center;align-items:center;width:100%;min-height:280px;display:flex}.ProjectsCatalog-module__O_Gseq__emptyText{font-family:var(--font-sans);font-weight:var(--weight-bold);letter-spacing:-.01em;color:var(--color-text-muted);text-align:center;font-size:clamp(28px,4vw,44px);line-height:1.2}
.page-module__q81_BW__main{flex-direction:column;gap:160px;display:flex}@media (max-width:720px){.page-module__q81_BW__main{gap:120px}}
