:root{--company-ink: #111936;--company-text: #56617f;--company-muted: #7d88a6;--company-teal: #20ddcc;--company-blue: #6692fe;--company-violet: #8f7cff;--company-surface: rgba(255,255,255,0.90);--company-surface-solid: #ffffff;--company-line: rgba(87,108,171,0.14);--company-shadow: 0 24px 58px rgba(55,72,126,0.16);--people-gap: clamp(15px,1.55vw,22px)}html[data-theme="dark"]{--company-ink: #f5f7ff;--company-text: #bdc7e3;--company-muted: #8f9abc;--company-surface: rgba(15,22,50,0.93);--company-surface-solid: #111936;--company-line: rgba(145,165,230,0.16);--company-shadow: 0 26px 64px rgba(0,0,0,0.34)}.company-page{color: var(--company-ink)}.company-background{position: fixed;inset: 0;z-index: -4;overflow: hidden;background: radial-gradient(circle at 10% 8%,rgba(32,221,204,0.15),transparent 31%),radial-gradient(circle at 88% 8%,rgba(102,146,254,0.17),transparent 33%),radial-gradient(circle at 52% 92%,rgba(143,124,255,0.07),transparent 32%),linear-gradient(135deg,#fbfeff,#f4f7ff 54%,#faf8ff)}html[data-theme="dark"] .company-background{background: radial-gradient(circle at 10% 8%,rgba(32,221,204,0.09),transparent 31%),radial-gradient(circle at 88% 8%,rgba(102,146,254,0.12),transparent 33%),radial-gradient(circle at 52% 92%,rgba(143,124,255,0.07),transparent 32%),linear-gradient(135deg,#080d1d,#0c1228 54%,#11102a)}.company-background::before,.company-background::after{content: "";position: absolute;pointer-events: none}.company-background::before{width: min(46vw,650px);aspect-ratio: 1;left: -19vw;bottom: -31vw;border: 1px solid rgba(32,221,204,0.10);border-radius: 50%;box-shadow: 0 0 0 54px rgba(32,221,204,0.022),0 0 0 108px rgba(102,146,254,0.016)}.company-background::after{width: min(38vw,540px);aspect-ratio: 1;right: -16vw;top: 14vh;border-radius: 50%;background: radial-gradient(circle,rgba(102,146,254,0.08),transparent 66%);filter: blur(20px)}.people-main{width: min(1460px,calc(100% - 34px));margin: 0 auto;padding: clamp(44px,5vw,68px) 0 90px}.company-kicker{display: inline-flex;align-items: center;gap: 9px;color: var(--company-blue);font-size: 11px;font-weight: 900;letter-spacing: 0.14em;text-transform: uppercase}.company-kicker::before{content: "";width: 8px;height: 8px;border-radius: 50%;background: var(--company-teal);box-shadow: 0 0 0 5px rgba(32,221,204,0.10),0 0 18px rgba(32,221,204,0.38)}.people-intro{max-width: 760px;margin: 0 auto clamp(22px,3vw,34px);text-align: center}.people-intro h1{margin: 14px 0 0;font-size: clamp(44px,5vw,70px);line-height: 0.99;letter-spacing: -0.06em}.people-intro p{max-width: 660px;margin: 16px auto 0;color: var(--company-text);font-size: clamp(15px,1.15vw,17px);line-height: 1.65}.people-showcase{position: relative;overflow-x: clip;overflow-y: visible}.people-showcase::before{content: "";position: absolute;z-index: -1;inset: 18% 9% 7%;border-radius: 48%;background: radial-gradient(circle,rgba(102,146,254,0.08),transparent 68%);filter: blur(38px)}.people-carousel{--people-visible: 4;position: relative;padding: 0 clamp(48px,4.8vw,72px) 30px}.people-carousel__viewport{position: relative;overflow: visible;padding: 30px 12px 46px;touch-action: pan-y;outline: none}.people-carousel__viewport:focus-visible .team-card.is-carousel-visible:first-of-type{box-shadow: 0 0 0 4px rgba(32,221,204,0.16),var(--company-shadow)}.people-carousel__track{display: flex;align-items: stretch;gap: var(--people-gap);transform: translate3d(0,0,0);transition: transform 640ms cubic-bezier(0.22,0.8,0.22,1);will-change: transform}.people-carousel__track.is-no-animation{transition: none !important}.people-carousel__arrow{position: absolute;z-index: 10;top: calc(50% - 24px);width: 52px;height: 52px;display: grid;place-items: center;border: 1px solid rgba(102,146,254,0.18);border-radius: 17px;color: #fff;background: linear-gradient(135deg,#20d7ca,#6692fe);box-shadow: 0 16px 34px rgba(79,117,213,0.22),0 0 0 7px rgba(102,146,254,0.06);cursor: pointer;transform: translateY(-50%);transition: transform 180ms ease,box-shadow 180ms ease,opacity 180ms ease}.people-carousel__arrow svg{width: 22px;height: 22px}.people-carousel__arrow--previous{left: 0}.people-carousel__arrow--next{right: 0}.people-carousel__arrow:hover,.people-carousel__arrow:focus-visible{transform: translateY(-50%) scale(1.06);box-shadow: 0 20px 40px rgba(79,117,213,0.30),0 0 0 9px rgba(32,221,204,0.08)}.people-carousel__arrow:focus-visible{outline: 3px solid rgba(32,221,204,0.24);outline-offset: 3px}.people-carousel__arrow:disabled{opacity: 0.24;cursor: default;transform: translateY(-50%);box-shadow: none}.people-carousel__status{min-height: 16px;margin-top: -10px;display: flex;align-items: center;justify-content: center}.people-carousel__dots{display: flex;align-items: center;gap: 7px}.people-carousel__dots[hidden]{display: none}.people-carousel__dot{width: 8px;height: 8px;padding: 0;border: 0;border-radius: 999px;background: rgba(102,146,254,0.23);cursor: pointer;transition: width 220ms ease,background 220ms ease,transform 220ms ease}.people-carousel__dot:hover,.people-carousel__dot:focus-visible{transform: scale(1.2);outline: none}.people-carousel__dot.is-active{width: 28px;background: linear-gradient(90deg,var(--company-teal),var(--company-blue))}.team-card{--light-x: 50%;--light-y: 38%;position: relative;flex: 0 0 calc((100% - (var(--people-visible) - 1) * var(--people-gap)) / var(--people-visible));min-width: 0;height: clamp(440px,34vw,520px);overflow: visible;border-radius: 29px;outline: none;cursor: pointer;opacity: 0;transform: translateY(12px) scale(0.985);pointer-events: none;transition: opacity 320ms ease,transform 420ms cubic-bezier(0.2,0.78,0.2,1),filter 320ms ease}.team-card.is-carousel-visible{opacity: 1;transform: translateY(0) scale(1);pointer-events: auto}.team-card::before{content: "";position: absolute;z-index: -1;inset: 18px 18px -18px;border-radius: 28px;background: linear-gradient(135deg,rgba(32,221,204,0.20),rgba(102,146,254,0.22));filter: blur(22px);opacity: 0.34;transform: translateY(0) scale(0.96);transition: opacity 280ms ease,transform 280ms ease}.team-card:hover,.team-card:focus-visible{transform: translateY(-7px) scale(1.012)}.team-card:hover::before,.team-card:focus-visible::before{opacity: 0.72;transform: translateY(8px) scale(1.01)}.team-card:focus-visible{outline: 3px solid rgba(32,221,204,0.28);outline-offset: 5px}.team-card__portrait{position: absolute;inset: 0;overflow: hidden;border: 1px solid rgba(255,255,255,0.72);border-radius: inherit;background: linear-gradient(145deg,rgba(32,221,204,0.24),rgba(102,146,254,0.32));box-shadow: var(--company-shadow);transform: translateZ(0)}html[data-theme="dark"] .team-card__portrait{border-color: rgba(145,165,230,0.16)}.team-card__portrait__image{position: relative;z-index: 2;width: 100%;height: 100%;display: block;object-fit: cover;transform: scale(1.015);transition: transform 850ms cubic-bezier(0.2,0.75,0.2,1),filter 450ms ease}.team-card__portrait__fallback{position: absolute;inset: 0;display: grid;place-items: center;color: rgba(255,255,255,0.86);font-size: clamp(54px,8vw,100px);font-weight: 900;letter-spacing: -0.08em}.team-card.has-image-error .team-card__portrait__image,.people-spotlight.has-image-error .people-spotlight__portrait__image{display: none}.team-card:hover .team-card__portrait__image,.team-card:focus-visible .team-card__portrait__image{transform: scale(1.065);filter: saturate(1.04) contrast(1.02)}.team-card__overlay{position: absolute;z-index: 3;inset: 0;overflow: hidden;border-radius: inherit;pointer-events: none;background: linear-gradient(180deg,rgba(7,14,34,0.01) 34%,rgba(7,14,34,0.26) 62%,rgba(7,14,34,0.90) 100%),radial-gradient(circle at var(--light-x) var(--light-y),rgba(255,255,255,0.20),transparent 31%)}.team-card__pointer-light{position: absolute;z-index: 4;width: 190px;height: 190px;left: calc(var(--light-x) - 95px);top: calc(var(--light-y) - 95px);border-radius: 50%;pointer-events: none;background: radial-gradient(circle,rgba(32,221,204,0.28),rgba(102,146,254,0.10) 42%,transparent 70%);filter: blur(18px);opacity: 0;transition: opacity 240ms ease}.team-card:hover .team-card__pointer-light,.team-card:focus-visible .team-card__pointer-light{opacity: 1}.team-card__copy{position: absolute;z-index: 5;inset: auto 24px 24px;color: #fff}.team-card__eyebrow{display: block;margin-bottom: 8px;color: rgba(255,255,255,0.75);font-size: 10px;font-weight: 900;letter-spacing: 0.14em;text-transform: uppercase}.team-card__copy h2{margin: 0;color: #fff;font-size: clamp(28px,2.5vw,38px);line-height: 1;letter-spacing: -0.045em}.team-card__copy p{margin: 8px 0 0;color: rgba(255,255,255,0.80);font-size: 14px;line-height: 1.45}.team-card__view{width: fit-content;margin-top: 18px;display: inline-flex;align-items: center;gap: 9px;color: #fff;font-size: 12px;font-weight: 820;letter-spacing: 0.02em}.team-card__view i{width: 7px;height: 7px;border-radius: 50%;background: var(--company-teal);box-shadow: 0 0 0 5px rgba(32,221,204,0.14),0 0 18px rgba(32,221,204,0.50)}.team-card__view svg{width: 17px;height: 17px;transition: transform 180ms ease}.team-card:hover .team-card__view svg,.team-card:focus-visible .team-card__view svg{transform: translate(2px,-2px)}.team-card--career .team-card__portrait{background: radial-gradient(circle at 25% 15%,rgba(32,221,204,0.38),transparent 34%),radial-gradient(circle at 82% 15%,rgba(102,146,254,0.38),transparent 36%),linear-gradient(145deg,#dffaf7,#dfe8ff 55%,#eee9ff)}html[data-theme="dark"] .team-card--career .team-card__portrait{background: radial-gradient(circle at 25% 15%,rgba(32,221,204,0.18),transparent 34%),radial-gradient(circle at 82% 15%,rgba(102,146,254,0.22),transparent 36%),linear-gradient(145deg,#102b32,#18264b 55%,#282049)}.team-card--career .team-card__portrait__image{object-fit: contain;padding: 16%;filter: drop-shadow(0 20px 34px rgba(63,91,163,0.22))}.team-card--career:hover .team-card__portrait__image,.team-card--career:focus-visible .team-card__portrait__image{transform: scale(1.055) rotate(-2deg)}.people-spotlight[hidden]{display: none}.people-spotlight{position: fixed;inset: 0;z-index: 1200;display: grid;place-items: center;padding: 24px}.people-spotlight__backdrop{position: absolute;inset: 0;background: rgba(13,20,43,0);-webkit-backdrop-filter: blur(0);backdrop-filter: blur(0);transition: background 620ms cubic-bezier(0.22,0.7,0.2,1),backdrop-filter 760ms cubic-bezier(0.22,0.7,0.2,1),-webkit-backdrop-filter 760ms cubic-bezier(0.22,0.7,0.2,1)}.people-spotlight.is-open .people-spotlight__backdrop{background: rgba(13,20,43,0.48);-webkit-backdrop-filter: blur(15px);backdrop-filter: blur(15px)}.people-spotlight__dialog{position: relative;z-index: 2;width: min(960px,calc(100vw - 36px));max-height: min(760px,calc(100dvh - 42px));overflow: auto;display: grid;grid-template-columns: minmax(300px,0.9fr) minmax(0,1.1fr);border: 1px solid rgba(255,255,255,0.78);border-radius: 34px;background: var(--company-surface-solid);box-shadow: 0 38px 100px rgba(25,38,88,0.34);opacity: 0;transform: translateY(22px) scale(0.97);transition: opacity 340ms ease 90ms,transform 520ms cubic-bezier(0.2,0.8,0.2,1) 90ms}html[data-theme="dark"] .people-spotlight__dialog{border-color: rgba(145,165,230,0.18)}.people-spotlight.is-open .people-spotlight__dialog{opacity: 1;transform: translateY(0) scale(1)}.people-spotlight__close{position: absolute;z-index: 5;top: 18px;right: 18px;width: 46px;height: 46px;display: grid;place-items: center;border: 1px solid rgba(102,146,254,0.14);border-radius: 15px;color: var(--company-ink);background: rgba(255,255,255,0.86);box-shadow: 0 12px 30px rgba(51,67,122,0.12);cursor: pointer;transition: transform 180ms ease,background 180ms ease}html[data-theme="dark"] .people-spotlight__close{background: rgba(22,30,61,0.90)}.people-spotlight__close:hover,.people-spotlight__close:focus-visible{transform: translateY(-2px) rotate(3deg)}.people-spotlight__close svg{width: 21px;height: 21px}.people-spotlight__portrait{position: relative;min-height: 560px;overflow: hidden;border-radius: 33px 0 0 33px;background: linear-gradient(145deg,rgba(32,221,204,0.24),rgba(102,146,254,0.30))}.people-spotlight__portrait::after{content: "";position: absolute;inset: 0;pointer-events: none;background: linear-gradient(180deg,transparent 55%,rgba(10,18,42,0.26))}.people-spotlight__portrait__image{position: relative;z-index: 2;width: 100%;height: 100%;display: block;object-fit: cover}.people-spotlight__portrait__fallback{position: absolute;inset: 0;display: grid;place-items: center;color: rgba(255,255,255,0.88);font-size: 110px;font-weight: 900;letter-spacing: -0.08em}.people-spotlight__content{padding: clamp(46px,5vw,72px) clamp(34px,4.8vw,64px) 44px;display: flex;flex-direction: column}.people-spotlight__eyebrow{color: var(--company-blue);font-size: 11px;font-weight: 900;letter-spacing: 0.14em;text-transform: uppercase}.people-spotlight__content h2{margin: 11px 0 0;font-size: clamp(42px,5vw,68px);line-height: 0.96;letter-spacing: -0.065em}.people-spotlight__role{margin: 10px 0 0;color: var(--company-blue);font-size: 17px;font-weight: 760}.people-spotlight__intro{margin: 24px 0 0;color: var(--company-text);font-size: 16px;line-height: 1.68}.people-spotlight__fact{margin-top: 21px;padding: 15px 17px;border: 1px solid var(--company-line);border-radius: 17px;background: linear-gradient(135deg,rgba(32,221,204,0.07),rgba(102,146,254,0.07))}.people-spotlight__fact span{display: block;margin-bottom: 5px;color: var(--company-muted);font-size: 10px;font-weight: 900;letter-spacing: 0.12em;text-transform: uppercase}.people-spotlight__fact strong{display: block;color: var(--company-ink);font-size: 14px;line-height: 1.5}.people-spotlight__fact--fun{margin-top: 11px;background: rgba(102,146,254,0.055)}.people-spotlight__tags{margin-top: 20px;display: flex;flex-wrap: wrap;gap: 8px}.people-spotlight__tags span{padding: 8px 11px;border: 1px solid var(--company-line);border-radius: 999px;color: var(--company-text);background: rgba(255,255,255,0.56);font-size: 11px;font-weight: 760}html[data-theme="dark"] .people-spotlight__tags span{background: rgba(255,255,255,0.045)}.people-spotlight__actions{margin-top: auto;padding-top: 28px;display: flex;flex-wrap: wrap;gap: 10px}.people-spotlight__action{min-height: 52px;padding: 0 18px;display: inline-flex;align-items: center;justify-content: center;gap: 10px;border: 1px solid var(--company-line);border-radius: 16px;color: var(--company-ink);background: rgba(255,255,255,0.72);font-size: 13px;font-weight: 820;cursor: pointer;transition: transform 180ms ease,box-shadow 180ms ease,border-color 180ms ease}html[data-theme="dark"] .people-spotlight__action{background: rgba(255,255,255,0.055)}.people-spotlight__action--primary,.people-spotlight__action--primary:link,.people-spotlight__action--primary:visited,.people-spotlight__action--primary:hover,.people-spotlight__action--primary:focus-visible{border-color: transparent;color: #ffffff !important;background: linear-gradient(135deg,#20d7ca,#6692fe);box-shadow: 0 16px 32px rgba(79,117,213,0.20)}.people-spotlight__action:hover,.people-spotlight__action:focus-visible{transform: translateY(-2px);box-shadow: 0 16px 30px rgba(54,72,130,0.14)}.people-spotlight__action svg{width: 18px;height: 18px}.people-reveal{opacity: 0;transform: translateY(18px);transition: opacity 620ms ease var(--people-delay,0ms),transform 720ms cubic-bezier(0.2,0.8,0.2,1) var(--people-delay,0ms)}.people-reveal.is-visible{opacity: 1;transform: translateY(0)}@media (max-width: 1180px){.people-main{width: min(1120px,calc(100% - 28px))}.team-card{height: 500px}}@media (max-width: 820px){.people-main{padding-top: 34px}.people-carousel{padding-inline: 44px}.people-carousel__arrow{width: 46px;height: 46px;border-radius: 15px}.people-spotlight__dialog{grid-template-columns: 1fr;max-width: 640px}.people-spotlight__portrait{min-height: 330px;max-height: 42vh;border-radius: 33px 33px 0 0}.people-spotlight__content{padding-top: 38px}}@media (max-width: 560px){.people-main{width: min(100% - 18px,500px);padding-bottom: 70px}.people-intro{margin-bottom: 18px}.people-intro h1{font-size: clamp(40px,13vw,58px)}.people-carousel{padding-inline: 34px}.people-carousel__viewport{padding: 22px 2px 36px}.team-card{height: min(570px,118vw);min-height: 440px}.team-card__copy{inset-inline: 21px;bottom: 21px}.people-carousel__arrow{width: 42px;height: 42px}.people-carousel__arrow--previous{left: -4px}.people-carousel__arrow--next{right: -4px}.people-spotlight{padding: 10px}.people-spotlight__dialog{width: calc(100vw - 20px);max-height: calc(100dvh - 20px);border-radius: 26px}.people-spotlight__portrait{min-height: 285px;border-radius: 25px 25px 0 0}.people-spotlight__close{top: 12px;right: 12px;width: 42px;height: 42px}.people-spotlight__content{padding: 30px 22px 24px}.people-spotlight__content h2{font-size: clamp(38px,13vw,56px)}.people-spotlight__actions{display: grid}.people-spotlight__action{width: 100%}}@media (prefers-reduced-motion: reduce){.people-reveal,.team-card,.team-card::before,.team-card__portrait__image,.team-card__pointer-light,.people-carousel__track,.people-spotlight__dialog,.people-spotlight__backdrop{transition-duration: 0.01ms !important}.team-card:hover,.team-card:focus-visible{transform: none}}@media (forced-colors: active){.team-card__portrait,.people-spotlight__dialog,.people-spotlight__action,.people-carousel__arrow{border: 1px solid CanvasText}}.people-showcase{overflow-x: clip;overflow-y: visible}.people-carousel__viewport{--people-edge-fade: clamp(18px,3.4vw,58px);-webkit-mask-image: linear-gradient( 90deg,transparent 0,#000 var(--people-edge-fade),#000 calc(100% - var(--people-edge-fade)),transparent 100% );mask-image: linear-gradient( 90deg,transparent 0,#000 var(--people-edge-fade),#000 calc(100% - var(--people-edge-fade)),transparent 100% )}.team-card__portrait{isolation: isolate;border-color: rgba(255,255,255,0.54);box-shadow: 0 24px 58px rgba(55,72,126,0.12),0 0 34px rgba(32,221,204,0.055)}.team-card__portrait::before,.team-card__portrait::after{content: "";position: absolute;inset: 0;z-index: 3;border-radius: inherit;pointer-events: none}.team-card__portrait::before{background: linear-gradient(135deg,rgba(32,221,204,0.14),transparent 40%,rgba(102,146,254,0.13)),linear-gradient(180deg,rgba(255,255,255,0.08),transparent 45%);mix-blend-mode: soft-light;opacity: 0.82}.team-card__portrait::after{box-shadow: inset 0 0 58px rgba(10,20,48,0.08),inset 0 -80px 90px rgba(11,18,42,0.10)}.team-card__portrait__image{transform: scale(1.03);filter: saturate(0.84) contrast(0.94) brightness(1.035)}.team-card:hover .team-card__portrait__image,.team-card:focus-visible .team-card__portrait__image{transform: scale(1.072);filter: saturate(0.91) contrast(0.97) brightness(1.045)}.people-spotlight__portrait{isolation: isolate}.people-spotlight__portrait::before{content: "";position: absolute;inset: 0;z-index: 3;pointer-events: none;background: linear-gradient(135deg,rgba(32,221,204,0.12),transparent 42%,rgba(102,146,254,0.13)),radial-gradient(circle at 18% 12%,rgba(255,255,255,0.18),transparent 38%);mix-blend-mode: soft-light}.people-spotlight__portrait::after{z-index: 4;background: linear-gradient(180deg,transparent 48%,rgba(10,18,42,0.30)),linear-gradient(135deg,rgba(32,221,204,0.035),rgba(102,146,254,0.055))}.people-spotlight__portrait__image{transform: scale(1.015);filter: saturate(0.88) contrast(0.95) brightness(1.035)}html[data-theme="dark"] .team-card__portrait{border-color: rgba(145,165,230,0.12);box-shadow: 0 26px 64px rgba(0,0,0,0.26),0 0 38px rgba(102,146,254,0.055)}html[data-theme="dark"] .team-card__portrait::before,html[data-theme="dark"] .people-spotlight__portrait::before{opacity: 0.68}@supports not ((-webkit-mask-image: linear-gradient(#000,transparent)) or (mask-image: linear-gradient(#000,transparent))){.people-carousel::before,.people-carousel::after{content: "";position: absolute;z-index: 7;top: 20px;bottom: 52px;width: clamp(24px,4vw,64px);pointer-events: none}.people-carousel::before{left: 0;background: linear-gradient(90deg,rgba(247,250,255,0.98),transparent)}.people-carousel::after{right: 0;background: linear-gradient(270deg,rgba(247,250,255,0.98),transparent)}html[data-theme="dark"] .people-carousel::before{background: linear-gradient(90deg,rgba(10,15,32,0.98),transparent)}html[data-theme="dark"] .people-carousel::after{background: linear-gradient(270deg,rgba(10,15,32,0.98),transparent)}}@media (max-width: 560px){.people-carousel__viewport{--people-edge-fade: 18px}}@media (prefers-reduced-transparency: reduce){.team-card__portrait::before,.people-spotlight__portrait::before{mix-blend-mode: normal;opacity: 0.34}}.company-page{overflow-x: hidden}.company-background{background: radial-gradient(circle at 10% 8%,rgba(32,221,204,0.075),transparent 32%),radial-gradient(circle at 88% 8%,rgba(102,146,254,0.085),transparent 34%),radial-gradient(circle at 52% 92%,rgba(143,124,255,0.045),transparent 34%),linear-gradient(135deg,#fbfeff,#f4f7ff 54%,#faf8ff)}html[data-theme="dark"] .company-background{background: radial-gradient(circle at 10% 8%,rgba(32,221,204,0.045),transparent 32%),radial-gradient(circle at 88% 8%,rgba(102,146,254,0.065),transparent 34%),radial-gradient(circle at 52% 92%,rgba(143,124,255,0.04),transparent 34%),linear-gradient(135deg,#080d1d,#0c1228 54%,#11102a)}.company-background::after{opacity: 0.48;filter: blur(28px)}.people-showcase,.people-carousel,.people-carousel__viewport,.people-carousel__track{overflow: visible}.people-showcase::before{inset: 24% 17% 12%;opacity: 0.48;filter: blur(52px)}.people-carousel{isolation: isolate}.people-carousel__viewport{-webkit-mask-image: none !important;mask-image: none !important;padding-top: 42px;padding-bottom: 68px}.people-carousel::before,.people-carousel::after{content: "";position: absolute;z-index: 8;top: 24px;bottom: 58px;width: clamp(18px,2.6vw,42px);pointer-events: none;opacity: 0.68}.people-carousel::before{left: 0;background: linear-gradient(90deg,rgba(248,251,255,0.92),rgba(248,251,255,0.34) 44%,transparent)}.people-carousel::after{right: 0;background: linear-gradient(270deg,rgba(248,251,255,0.92),rgba(248,251,255,0.34) 44%,transparent)}html[data-theme="dark"] .people-carousel::before{background: linear-gradient(90deg,rgba(9,14,31,0.92),rgba(9,14,31,0.30) 44%,transparent)}html[data-theme="dark"] .people-carousel::after{background: linear-gradient(270deg,rgba(9,14,31,0.92),rgba(9,14,31,0.30) 44%,transparent)}.team-card::before{inset: 24px 22px -26px;filter: blur(30px);opacity: 0.18}.team-card:hover::before,.team-card:focus-visible::before{opacity: 0.46;transform: translateY(6px) scale(1.005)}.team-card__portrait{box-shadow: 0 22px 52px rgba(55,72,126,0.105),0 0 22px rgba(32,221,204,0.035)}html[data-theme="dark"] .team-card__portrait{box-shadow: 0 24px 58px rgba(0,0,0,0.22),0 0 24px rgba(102,146,254,0.035)}.people-spotlight__mascot-track{position: absolute;z-index: 4;inset: 0 0 auto;height: 78px;overflow: hidden;border-radius: 34px 34px 0 0;pointer-events: none}.people-spotlight__mascot{position: absolute;top: 9px;left: 0;width: 54px;height: 58px;opacity: 0;transform: translate3d(-82px,8px,0);will-change: transform,opacity}.people-spotlight__mascot.is-running{animation: people-mascot-travel 4.35s linear 0.34s both}.people-spotlight__mascot-figure{position: absolute;inset: 0;display: block;transform-origin: 50% 90%;animation: people-mascot-hop 620ms ease-in-out infinite}.people-spotlight__mascot-shadow{position: absolute;left: 9px;bottom: 1px;width: 36px;height: 8px;border-radius: 50%;background: rgba(34,53,108,0.20);filter: blur(3px);animation: people-mascot-shadow 620ms ease-in-out infinite}.people-spotlight__mascot-head,.people-spotlight__mascot-body{position: absolute;left: 50%;transform: translateX(-50%);border: 1px solid rgba(255,255,255,0.82);background: linear-gradient(135deg,#20ddcc,#6692fe);box-shadow: 0 8px 18px rgba(77,116,214,0.24),inset 0 1px 0 rgba(255,255,255,0.62)}.people-spotlight__mascot-head{top: 5px;width: 27px;height: 21px;display: flex;align-items: center;justify-content: center;gap: 5px;border-radius: 10px 10px 8px 8px}.people-spotlight__mascot-head i{width: 4px;height: 5px;border-radius: 999px;background: #10214f;animation: people-mascot-blink 2.4s steps(1) infinite}.people-spotlight__mascot-body{top: 24px;width: 25px;height: 22px;display: grid;place-items: center;border-radius: 7px 7px 9px 9px}.people-spotlight__mascot-body b{color: #fff;font-size: 10px;line-height: 1;font-weight: 900}.people-spotlight__mascot-antenna{position: absolute;z-index: 2;top: 0;left: 26px;width: 2px;height: 7px;border-radius: 999px;background: #476bca}.people-spotlight__mascot-antenna::after{content: "";position: absolute;top: -3px;left: -2px;width: 6px;height: 6px;border-radius: 50%;background: #20ddcc;box-shadow: 0 0 10px rgba(32,221,204,0.75)}.people-spotlight__mascot-arm,.people-spotlight__mascot-leg{position: absolute;width: 3px;border-radius: 999px;background: #395dbd;transform-origin: 50% 0}.people-spotlight__mascot-arm{top: 27px;height: 17px}.people-spotlight__mascot-arm--left{left: 12px;animation: people-mascot-arm-left 310ms ease-in-out infinite alternate}.people-spotlight__mascot-arm--right{right: 12px;animation: people-mascot-arm-right 310ms ease-in-out infinite alternate}.people-spotlight__mascot-leg{top: 44px;height: 14px}.people-spotlight__mascot-leg--left{left: 20px;animation: people-mascot-leg-left 310ms ease-in-out infinite alternate}.people-spotlight__mascot-leg--right{right: 20px;animation: people-mascot-leg-right 310ms ease-in-out infinite alternate}.people-spotlight__mascot-bubble{position: absolute;top: -2px;left: 42px;padding: 3px 6px;border: 1px solid rgba(102,146,254,0.16);border-radius: 8px 8px 8px 2px;color: #4763b0;background: rgba(255,255,255,0.92);box-shadow: 0 8px 18px rgba(65,83,145,0.10);font-size: 8px;font-weight: 900;letter-spacing: 0.04em;opacity: 0;transform: translateY(4px) scale(0.8);animation: people-mascot-bubble 4.35s ease 0.34s both}html[data-theme="dark"] .people-spotlight__mascot-bubble{color: #cbd6ff;background: rgba(19,28,61,0.94)}@keyframes people-mascot-travel{0%{opacity: 0;transform: translate3d(-82px,8px,0)}5%{opacity: 1}93%{opacity: 1}100%{opacity: 0;transform: translate3d(var(--mascot-distance,1080px),8px,0)}}@keyframes people-mascot-hop{0%,100%{transform: translateY(0) rotate(-2deg)}42%{transform: translateY(-13px) rotate(3deg)}58%{transform: translateY(-10px) rotate(1deg)}}@keyframes people-mascot-shadow{0%,100%{opacity: 0.26;transform: scaleX(1)}46%{opacity: 0.10;transform: scaleX(0.62)}}@keyframes people-mascot-arm-left{from{transform: rotate(38deg)}to{transform: rotate(-34deg)}}@keyframes people-mascot-arm-right{from{transform: rotate(-38deg)}to{transform: rotate(34deg)}}@keyframes people-mascot-leg-left{from{transform: rotate(28deg)}to{transform: rotate(-24deg)}}@keyframes people-mascot-leg-right{from{transform: rotate(-28deg)}to{transform: rotate(24deg)}}@keyframes people-mascot-blink{0%,44%,48%,100%{transform: scaleY(1)}46%{transform: scaleY(0.18)}}@keyframes people-mascot-bubble{0%,20%,66%,100%{opacity: 0;transform: translateY(4px) scale(0.8)}28%,54%{opacity: 1;transform: translateY(0) scale(1)}}@media (max-width: 560px){.people-carousel__viewport{padding-top: 32px;padding-bottom: 56px}.people-carousel::before,.people-carousel::after{width: 18px;opacity: 0.56}.people-spotlight__mascot-track{height: 68px;border-radius: 26px 26px 0 0}.people-spotlight__mascot{top: 5px;transform: translate3d(-82px,4px,0) scale(0.88)}}@media (prefers-reduced-motion: reduce){.people-spotlight__mascot-track{display: none}}html{overflow-x: hidden}.people-carousel::before,.people-carousel::after{content: none !important}.people-carousel__viewport{--people-edge-fade: clamp(20px,2.8vw,42px);margin-top: -28px;margin-bottom: -48px;padding-top: 70px;padding-bottom: 94px;-webkit-mask-image: linear-gradient( 90deg,transparent 0,#000 var(--people-edge-fade),#000 calc(100% - var(--people-edge-fade)),transparent 100% ) !important;mask-image: linear-gradient( 90deg,transparent 0,#000 var(--people-edge-fade),#000 calc(100% - var(--people-edge-fade)),transparent 100% ) !important}@media (max-width: 560px){.people-carousel__viewport{--people-edge-fade: 14px;margin-top: -20px;margin-bottom: -38px;padding-top: 52px;padding-bottom: 76px}}.people-spotlight__backdrop{--n2g-popup-blur: 0px;--n2g-popup-saturation: 1;overflow: hidden;opacity: 0;background-color: rgba(7,9,13,.78);background-image: radial-gradient(ellipse at 12% 8%,rgba(174,226,255,.042),transparent 38%),radial-gradient(ellipse at 88% 88%,rgba(230,198,242,.032),transparent 42%),repeating-linear-gradient(92deg,rgba(255,255,255,.012) 0 1px,transparent 1px 17px,rgba(0,0,0,.015) 17px 18px,transparent 18px 34px),repeating-linear-gradient(0deg,rgba(255,255,255,.006) 0 1px,transparent 1px 9px),url("data:image/svg+xml,%3Csvg viewBox='0 0 220 220' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.72 .94' numOctaves='5' seed='71' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.62'/%3E%3C/svg%3E");background-size: auto,auto,auto,auto,220px 220px;background-repeat: no-repeat,no-repeat,repeat,repeat,repeat;background-blend-mode: normal,normal,soft-light,soft-light,overlay;backdrop-filter: blur(var(--n2g-popup-blur)) saturate(var(--n2g-popup-saturation));-webkit-backdrop-filter: blur(var(--n2g-popup-blur)) saturate(var(--n2g-popup-saturation));transition: opacity 520ms cubic-bezier(.32,0,.18,1),--n2g-popup-blur 640ms cubic-bezier(.32,0,.18,1),--n2g-popup-saturation 640ms cubic-bezier(.32,0,.18,1),backdrop-filter 640ms cubic-bezier(.32,0,.18,1),-webkit-backdrop-filter 640ms cubic-bezier(.32,0,.18,1)}.people-spotlight.is-open .people-spotlight__backdrop{--n2g-popup-blur: 18px;--n2g-popup-saturation: 1.16;opacity: 1}.people-carousel__dot{position: relative;touch-action: manipulation}.people-carousel__dot::after{content: "";position: absolute;inset: -18px -10px;border-radius: 999px}@media (pointer: coarse){.people-carousel__controls button,.people-spotlight__close{min-width: 44px;min-height: 44px}}
