/* Public welcome and authentication only. Workspace controls retain their own tokens. */
.welcome{--welcome-blue:#051f73;--welcome-dark:#06164b;--welcome-lime:#b8dc19;--welcome-cream:#f6f5ef;--welcome-text:#132344;--welcome-muted:#566078;background:#fff;color:var(--welcome-text);font-size:16px;line-height:1.6}
.welcome-container{width:min(1280px,calc(100% - 96px));margin-inline:auto}
.welcome h1,.welcome h2,.welcome h3{color:inherit}
.welcome a,.welcome button{touch-action:manipulation}
.welcome a:focus-visible,.welcome button:focus-visible{outline:3px solid #688709;outline-offset:5px}
.welcome-header a:focus-visible,.welcome-header button:focus-visible,.welcome-intro a:focus-visible{outline-color:var(--welcome-lime)}
.welcome [tabindex="-1"]:focus{outline:none}
.welcome-skip{position:fixed;top:12px;left:16px;transform:translateY(-160%);background:var(--welcome-lime);color:var(--welcome-dark);padding:12px 20px;border-radius:8px;z-index:90;font-weight:600}
.welcome-skip:focus{transform:none}
.welcome-header{position:sticky;top:0;z-index:40;background:var(--welcome-blue);border-bottom:1px solid #ffffff20}
.welcome-header-inner{min-height:88px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.welcome-logo{display:block;flex:none;width:260px;height:64px;padding:0;border:0;background:none;overflow:hidden}
.welcome-logo img{width:100%;height:100%;object-fit:contain;object-position:center;display:block}
.welcome-header nav{display:flex;align-items:center;gap:36px}
.welcome-header nav a{font-size:14px;font-weight:500;color:#fff;min-height:46px;display:flex;align-items:center;gap:20px}
.welcome-header nav .welcome-nav-signin{color:var(--welcome-dark);background:var(--welcome-lime);border-radius:8px;padding:10px 22px;font-weight:600}
.welcome-header nav .welcome-nav-section:hover{color:var(--welcome-lime)}
.welcome .welcome-nav-back{color:white;background:transparent;border-color:#ffffff55;margin:0}
.welcome-hero{position:relative;isolation:isolate;background:var(--welcome-dark);overflow:hidden}
.welcome-hero-photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 58%;z-index:-3}
.welcome-hero::before{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,17,62,.90) 0%,rgba(3,19,66,.72) 43%,rgba(3,19,66,.24) 75%,rgba(3,19,66,.14));z-index:-2}
.welcome-hero::after{content:'';position:absolute;inset:0;background:linear-gradient(0deg,rgba(2,15,52,.34),transparent 35%);z-index:-1;pointer-events:none}
.welcome-hero-inner{display:grid;grid-template-columns:minmax(0,1fr) 410px;gap:80px;align-items:center;padding-block:72px 78px;min-height:710px}
.welcome-intro{color:white;padding:8px 0 0;max-width:660px}
.welcome-kicker{font-size:11px;font-weight:600;letter-spacing:2.8px;line-height:1.5;margin-bottom:24px;color:var(--welcome-blue)}
.welcome-intro .welcome-kicker{color:#edf2ff;display:flex;align-items:center;gap:14px}
.welcome-intro .welcome-kicker:before{content:'';width:28px;height:2px;background:var(--welcome-lime)}
.welcome-intro h1{font-size:clamp(48px,4.6vw,68px);line-height:1.08;letter-spacing:-2.8px;font-weight:500;margin:0 0 25px}
.welcome-intro h1 em{font-family:Georgia,'Times New Roman',serif;color:var(--welcome-lime);font-weight:400;letter-spacing:-1.6px;font-size:1.13em}
.welcome-intro-copy{font-size:17px;line-height:1.8;color:#eef2fb;max-width:425px;margin-bottom:28px}
.welcome-explore{display:inline-flex;align-items:center;gap:32px;color:#fff;font-size:14px;font-weight:500;min-height:48px;border-bottom:1px solid #ffffff5c;padding-bottom:3px}
.welcome-explore span{color:var(--welcome-lime);font-size:25px;line-height:1}
.welcome-explore:hover{border-color:var(--welcome-lime)}
.welcome-hero-note{display:flex;align-items:center;gap:10px;color:#d9e4f5;font-size:11px;letter-spacing:.7px;margin-top:45px}
.welcome-hero-note>span{width:7px;height:7px;background:var(--welcome-lime);border-radius:50%}
.welcome-photo-label{position:absolute;bottom:15px;right:24px;font-size:8px;letter-spacing:1.4px;color:white;background:#07163785;padding:4px 8px;border-radius:4px}
.welcome .welcome-access{width:100%;max-width:none;background:#fff;border-radius:20px;padding:38px 34px 27px;box-shadow:0 24px 80px #06184426;scroll-margin-top:115px;color:var(--welcome-text);border:1px solid #fff;position:relative}
.welcome-access::before{content:'';position:absolute;width:42px;height:4px;top:0;left:34px;background:var(--welcome-lime);border-radius:0 0 4px 4px}
.welcome-access-label{display:flex;align-items:center;gap:8px;font-size:9px;font-weight:600;letter-spacing:1.5px;color:#59647d;margin-bottom:22px}
.welcome-access-label svg{color:var(--welcome-blue)}
.welcome .welcome-access h2{font-size:31px;line-height:1.2;letter-spacing:-1px;font-weight:600;margin:0 0 12px}
.welcome-auth-copy{font-size:14px;color:var(--welcome-muted);line-height:1.7;margin:0 0 24px;max-width:300px}
.welcome .login-form .field{margin-top:18px}
.welcome .field>span,.welcome .field>label{font-size:12px;color:#39445d;font-weight:500;margin-bottom:8px}
.welcome .field input{min-height:49px;border-radius:8px;background:#fcfcfd;border-color:#dce1e9;font-size:15px;color:var(--welcome-text);padding:11px 13px}
.welcome .field input:focus{border-color:#4e61a7;outline:3px solid #051f7316}
.welcome .required{color:#8b4a35;font-size:11px}
.welcome-password-control{position:relative}
.welcome .welcome-password-control input{padding-right:68px}
.welcome-password-toggle{position:absolute;right:4px;top:3px;bottom:3px;padding:0 11px;border:0;background:transparent;color:var(--welcome-blue);font-size:12px;font-weight:600;border-radius:5px;min-width:54px}
.welcome .login-form .welcome-submit{background:var(--welcome-lime);color:var(--welcome-dark);border:0;border-radius:8px;min-height:50px;font-size:14px;margin-top:25px;justify-content:space-between;padding-inline:18px;box-shadow:0 3px 0 #7f990f17}
.welcome .login-form .welcome-submit:hover{background:#c4e545;transform:translateY(-1px)}
.welcome .login-form .btn.quiet{color:var(--welcome-blue);margin:7px 0 0;font-size:12px;font-weight:500;min-height:42px;padding:8px}
.welcome .login-form .btn.quiet:hover{background:#f3f5fa}
.welcome-access-help{display:flex;align-items:flex-start;gap:12px;border-top:1px solid #e9ebf1;margin-top:17px;padding-top:21px;color:#69758c}
.welcome-access-help svg{margin-top:4px}
.welcome-access-help p{color:#253551;font-size:12px;line-height:1.65;margin:0}
.welcome-access-help p span{color:#687186;font-size:11px}
.welcome .login-form .notice{margin:14px 0;font-size:13px;padding:14px}
.welcome .error{font-size:13px;line-height:1.6;margin-top:12px}
.welcome-ribbon{background:var(--welcome-cream);border-bottom:1px solid #e8e8df}
.welcome-ribbon>.welcome-container{display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:91px}
.welcome-ribbon span{font-size:12px;color:#697083}
.welcome-ribbon strong{font-size:15px;font-weight:500}
.welcome-ribbon i{width:5px;height:5px;border-radius:50%;background:#9dbb16}
.welcome-workspace{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:100px;padding-block:108px;align-items:center;scroll-margin-top:80px}
.welcome-interior{margin:0;position:relative;border-radius:16px;overflow:hidden;background:#e7e5dd;min-width:0;aspect-ratio:1/1.08}
.welcome-interior>img{display:block;width:100%;height:100%;object-fit:cover;object-position:48% center;position:absolute;inset:0}
.welcome-interior::after{content:'';position:absolute;inset:38% 0 0;background:linear-gradient(0deg,#061948c9,transparent);pointer-events:none}
.welcome-interior figcaption{position:absolute;left:32px;right:25px;bottom:25px;color:#fff;font-size:9px;letter-spacing:2px;line-height:1.8;z-index:1}
.welcome-interior figcaption strong{display:block;font-size:22px;font-weight:500;letter-spacing:-.5px;line-height:1.3;margin:9px 0 17px}
.welcome-interior figcaption span{font-size:8px;letter-spacing:.7px;color:#e3e9f3}
.welcome-workspace-copy>.welcome-kicker{margin-bottom:18px}
.welcome-workspace h2{font-size:43px;font-weight:500;line-height:1.15;letter-spacing:-1.6px;margin:0 0 22px}
.welcome-workspace h2 em,.welcome-leader-intro em{font-family:Georgia,'Times New Roman',serif;font-weight:400;color:var(--welcome-blue)}
.welcome-workspace-copy>p:not(.welcome-kicker){font-size:15px;color:var(--welcome-muted);max-width:470px;line-height:1.8;margin-bottom:30px}
.welcome-feature{display:flex;align-items:flex-start;gap:19px;padding:21px 0;border-top:1px solid #e5e8ee}
.welcome-feature:last-child{padding-bottom:0}
.welcome-feature>span{color:var(--welcome-blue);padding-top:2px}
.welcome-feature h3{font-size:15px;font-weight:600;letter-spacing:0;margin-bottom:6px}
.welcome-feature p{font-size:13px;line-height:1.7;color:#657086;margin:0;max-width:350px}
.welcome-leadership{background:var(--welcome-cream);border-block:1px solid #e8e8df;scroll-margin-top:87px}
.welcome-leadership-inner{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:100px;align-items:center;padding-block:88px}
.welcome-portrait{position:relative;align-self:stretch;min-height:520px;border-radius:16px;overflow:hidden;background:#ececea}
.welcome-portrait>img{display:block;width:100%;height:100%;object-fit:cover;object-position:50% 30%;position:absolute;inset:0}
.welcome-portrait-accent{position:absolute;bottom:0;right:0;width:86px;height:8px;background:var(--welcome-lime)}
.welcome-leader-copy{padding-block:12px}
.welcome-leader-copy>.welcome-kicker{margin-bottom:20px}
.welcome-leader-intro{font-size:29px;line-height:1.2;letter-spacing:-.8px;color:#596079;margin-bottom:28px}
.welcome-leader-copy h2{font-size:48px;font-weight:500;line-height:1.12;letter-spacing:-1.8px;margin:0 0 18px;color:var(--welcome-blue)}
.welcome-leader-role{font-size:15px;font-weight:600;color:var(--welcome-text);margin-bottom:28px}
.welcome-leader-role span{display:block;font-size:13px;color:#657086;font-weight:400;margin-top:3px}
.welcome-leader-rule{height:3px;width:45px;background:var(--welcome-lime);margin-bottom:25px}
.welcome-leader-copy>p:last-of-type{font-size:15px;max-width:460px;line-height:1.8;color:#626b7d;margin-bottom:26px}
.welcome .welcome-leader-cta{background:var(--welcome-blue);color:white;min-height:50px;font-size:13px;border:0;border-radius:8px;padding:12px 20px;gap:32px}
.welcome .welcome-leader-cta:hover{background:#16388d}
.welcome-footer{background:var(--welcome-dark);color:white}
.welcome-footer-inner{display:flex;align-items:flex-start;justify-content:space-between;gap:30px;padding-block:40px}
.welcome-footer strong{font-size:15px;font-weight:500}
.welcome-footer-inner>div>span{display:block;font-size:11px;color:#aebddb;margin-top:7px;letter-spacing:.3px}
.welcome-footer-meta{text-align:right;min-width:0}
.welcome .welcome-footer-meta>span{margin-top:0}
.welcome-credits{font-size:11px;color:#b7c4df;margin-top:8px;max-width:420px}
.welcome-credits summary{cursor:pointer;min-height:28px;list-style:none;text-decoration:underline;text-underline-offset:4px;display:inline-block}
.welcome-credits p{font-size:12px;color:#c6d1e8;line-height:1.8;margin:12px 0 0}
.welcome-credits a{color:#d1e994;text-decoration:underline;text-underline-offset:3px}
.welcome-compact .welcome-hero-inner{min-height:calc(100dvh - 216px)}
.welcome-compact .welcome-intro h1{font-size:58px}
@media(min-width:1600px){.welcome-hero-inner{min-height:760px}.welcome-intro h1{font-size:74px}.welcome-hero-inner{grid-template-columns:minmax(0,1fr) 430px}.welcome .welcome-access{padding:42px 38px 31px}}
@media(max-width:1100px){.welcome-container{width:calc(100% - 64px)}.welcome-hero-inner{gap:44px;grid-template-columns:minmax(0,1fr) 370px;min-height:670px;padding-block:55px 62px}.welcome .welcome-access{padding:32px 26px 24px}.welcome-header nav{gap:24px}.welcome-logo{width:232px}.welcome-intro h1{font-size:54px}.welcome-workspace,.welcome-leadership-inner{gap:52px}.welcome-workspace{padding-block:80px}.welcome-workspace h2{font-size:36px}.welcome-leader-copy h2{font-size:42px}.welcome-portrait{min-height:510px}}
@media(max-width:800px){.welcome-container{width:calc(100% - 48px)}.welcome-header-inner{min-height:76px}.welcome-logo{width:210px;height:56px}.welcome-header nav .welcome-nav-section{display:none}.welcome-header nav .welcome-nav-signin{font-size:13px;padding:9px 16px;min-height:44px;gap:12px}.welcome-hero-inner{grid-template-columns:minmax(0,1fr);gap:36px;padding-block:46px;max-width:620px}.welcome-intro{max-width:520px}.welcome-intro h1{font-size:56px;line-height:1.1}.welcome-intro h1 br:nth-of-type(2){display:none}.welcome-intro h1 em::before{content:' '}.welcome-intro-copy{max-width:470px}.welcome-hero-note{display:none}.welcome .welcome-access{max-width:520px;justify-self:center;padding:35px}.welcome-hero::before{background:linear-gradient(0deg,#031342ef 0%,#031342b8 65%,#031342c4)}.welcome-hero-photo{object-position:58% center}.welcome-photo-label{bottom:10px;font-size:7px}.welcome-workspace,.welcome-leadership-inner{grid-template-columns:minmax(0,1fr);gap:40px}.welcome-workspace{padding-block:64px;max-width:620px}.welcome-interior{aspect-ratio:1.45}.welcome-workspace h2{font-size:40px}.welcome-workspace-copy>p:not(.welcome-kicker),.welcome-feature p{max-width:none}.welcome-leadership-inner{padding-block:60px;max-width:620px}.welcome-portrait{aspect-ratio:1;min-height:0}.welcome-leader-copy h2{font-size:46px}.welcome-leader-copy h2 br{display:none}.welcome-leader-copy h2 br::after{content:' '}.welcome-compact .welcome-intro{display:none}.welcome-compact .welcome-hero-inner{min-height:calc(100dvh - 190px);padding-block:35px}.welcome-ribbon>.welcome-container{gap:16px;flex-wrap:wrap;justify-content:center;padding-block:23px;min-height:0}.welcome-ribbon span{width:100%;text-align:center}.welcome-ribbon strong{font-size:13px}.welcome-ribbon i{width:3px;height:3px}}
@media(max-width:600px){.welcome{font-size:18px}.welcome-container{width:calc(100% - 40px)}.welcome-header-inner{gap:10px;min-height:74px}.welcome-logo{width:188px;height:52px;margin-left:-8px}.welcome-header nav .welcome-nav-signin{font-size:14px;gap:7px;padding:9px 12px}.welcome-header nav .welcome-nav-signin svg{width:14px}.welcome .welcome-nav-back{font-size:13px;min-height:44px;padding:8px 10px}.welcome-hero-inner{padding-top:39px;gap:30px;padding-bottom:38px}.welcome-intro{padding:0 2px}.welcome-kicker{font-size:10px;letter-spacing:1.7px}.welcome-intro .welcome-kicker{gap:10px;margin-bottom:19px;font-size:9px}.welcome-intro .welcome-kicker:before{width:18px}.welcome-intro h1{font-size:43px;letter-spacing:-1.6px;line-height:1.1;margin-bottom:21px}.welcome-intro h1 br:nth-of-type(2){display:block}.welcome-intro h1 em{font-size:1.14em;letter-spacing:-1.2px}.welcome-intro h1 em::before{content:''}.welcome-intro-copy{font-size:16px;line-height:1.7;max-width:335px;margin-bottom:15px}.welcome-explore{font-size:14px;min-height:44px;gap:22px}.welcome .welcome-access{border-radius:16px;padding:28px 24px 23px;scroll-margin-top:90px}.welcome-access::before{left:24px}.welcome-access-label{font-size:9px;letter-spacing:1.1px;margin-bottom:20px}.welcome .welcome-access h2{font-size:30px;letter-spacing:-.9px}.welcome-auth-copy{font-size:16px;line-height:1.6;margin-bottom:22px;max-width:none}.welcome .login-form .field{margin-top:21px}.welcome .field>span,.welcome .field>label{font-size:14px}.welcome .field input{font-size:18px;min-height:54px;padding:13px 12px}.welcome .welcome-password-control input{padding-right:63px}.welcome-password-toggle{min-width:52px;font-size:13px;padding-inline:9px}.welcome .login-form .welcome-submit{min-height:54px;font-size:16px;padding:14px 16px;margin-top:24px}.welcome .login-form .btn.quiet{font-size:14px;min-height:48px;margin-top:9px}.welcome-access-help{padding-top:18px;margin-top:14px;gap:10px}.welcome-access-help p{font-size:14px}.welcome-access-help p span{font-size:13px;line-height:1.6}.welcome .login-form .notice,.welcome .error{font-size:15px}.welcome .field small{font-size:13px}.welcome-ribbon>.welcome-container{gap:12px;padding-block:22px}.welcome-ribbon span{font-size:11px}.welcome-ribbon strong{font-size:11px}.welcome-workspace{padding-block:56px;gap:32px}.welcome-interior{aspect-ratio:1.16}.welcome-interior figcaption{left:23px;bottom:20px;right:20px}.welcome-interior figcaption strong{font-size:23px;max-width:230px}.welcome-workspace h2{font-size:36px;letter-spacing:-1.2px;margin-bottom:21px}.welcome-workspace-copy>.welcome-kicker{margin-bottom:17px}.welcome-workspace-copy>p:not(.welcome-kicker){font-size:17px;line-height:1.7;margin-bottom:28px}.welcome-feature{gap:16px;padding-block:23px}.welcome-feature h3{font-size:18px;margin-bottom:8px}.welcome-feature p{font-size:16px;line-height:1.7}.welcome-feature>span{padding-top:4px}.welcome-leadership-inner{padding-block:50px;gap:35px}.welcome-portrait{aspect-ratio:.93}.welcome-portrait>img{object-position:50% 25%}.welcome-leader-copy{padding:0 2px}.welcome-leader-copy>.welcome-kicker{margin-bottom:16px}.welcome-leader-intro{font-size:28px;margin-bottom:24px}.welcome-leader-copy h2{font-size:39px;line-height:1.15;letter-spacing:-1.3px}.welcome-leader-copy h2 br{display:block}.welcome-leader-role{font-size:17px;margin-bottom:24px}.welcome-leader-role span{font-size:15px;margin-top:6px}.welcome-leader-copy>p:last-of-type{font-size:17px;line-height:1.8;margin-bottom:25px}.welcome .welcome-leader-cta{min-height:54px;font-size:16px;justify-content:space-between;width:100%}.welcome-footer-inner{display:block;padding-block:31px}.welcome-footer strong{font-size:16px}.welcome-footer-inner>div>span{font-size:12px}.welcome-footer-meta{text-align:left;margin-top:25px}.welcome-credits{font-size:12px;margin-top:9px}.welcome-credits summary{min-height:44px;padding-top:8px}.welcome-credits p{font-size:13px;margin-top:8px}.welcome-compact .welcome-hero-inner{min-height:calc(100dvh - 255px);padding-block:28px}.welcome-compact .welcome-access{align-self:start}.welcome-compact .welcome-footer-meta{display:none}}
@media(max-width:359px){.welcome-container{width:calc(100% - 32px)}.welcome-logo{width:170px;height:48px;margin-left:-9px}.welcome-header nav .welcome-nav-signin{font-size:13px;padding-inline:10px}.welcome-header nav .welcome-nav-signin svg{display:none}.welcome-intro h1{font-size:39px}.welcome .welcome-access{padding-inline:20px}.welcome-access-label{font-size:8px}.welcome .welcome-access h2{font-size:28px}.welcome .login-form .welcome-submit{font-size:15px}.welcome-ribbon>.welcome-container{gap:9px}.welcome-ribbon strong{font-size:10px}.welcome-workspace h2{font-size:33px}.welcome-leader-copy h2{font-size:35px}.welcome .welcome-nav-back{font-size:11px;padding-inline:6px}}
@media(prefers-reduced-motion:reduce){.welcome *{scroll-behavior:auto!important;transition:none!important}.welcome .login-form .welcome-submit:hover{transform:none}}
