@charset "UTF-8";.el-message{--el-message-bg-color:var(--el-color-info-light-9);--el-message-border-color:var(--el-border-color-lighter);--el-message-padding:11px 15px;--el-message-close-size:16px;--el-message-close-icon-color:var(--el-text-color-placeholder);--el-message-close-hover-color:var(--el-text-color-secondary);box-sizing:border-box;border-radius:var(--el-border-radius-base);border-width:var(--el-border-width);border-style:var(--el-border-style);border-color:var(--el-message-border-color);background-color:var(--el-message-bg-color);width:max-content;max-width:calc(100% - 32px);transition:opacity var(--el-transition-duration),transform .4s,top .4s,bottom .4s;padding:var(--el-message-padding);align-items:center;gap:8px;display:flex;position:fixed}.el-message.is-left{left:16px}.el-message.is-right{right:16px}.el-message.is-center{left:50%;transform:translate(-50%)}.el-message.is-plain{background-color:var(--el-bg-color-overlay);border-color:var(--el-bg-color-overlay);box-shadow:var(--el-box-shadow-light)}.el-message p{margin:0}.el-message--primary{--el-message-bg-color:var(--el-color-primary-light-9);--el-message-border-color:var(--el-color-primary-light-8);--el-message-text-color:var(--el-color-primary)}.el-message--primary .el-message__content{color:var(--el-message-text-color);overflow-wrap:break-word}.el-message .el-message-icon--primary{color:var(--el-message-text-color)}.el-message--success{--el-message-bg-color:var(--el-color-success-light-9);--el-message-border-color:var(--el-color-success-light-8);--el-message-text-color:var(--el-color-success)}.el-message--success .el-message__content{color:var(--el-message-text-color);overflow-wrap:break-word}.el-message .el-message-icon--success{color:var(--el-message-text-color)}.el-message--info{--el-message-bg-color:var(--el-color-info-light-9);--el-message-border-color:var(--el-color-info-light-8);--el-message-text-color:var(--el-color-info)}.el-message--info .el-message__content{color:var(--el-message-text-color);overflow-wrap:break-word}.el-message .el-message-icon--info{color:var(--el-message-text-color)}.el-message--warning{--el-message-bg-color:var(--el-color-warning-light-9);--el-message-border-color:var(--el-color-warning-light-8);--el-message-text-color:var(--el-color-warning)}.el-message--warning .el-message__content{color:var(--el-message-text-color);overflow-wrap:break-word}.el-message .el-message-icon--warning{color:var(--el-message-text-color)}.el-message--error{--el-message-bg-color:var(--el-color-error-light-9);--el-message-border-color:var(--el-color-error-light-8);--el-message-text-color:var(--el-color-error)}.el-message--error .el-message__content{color:var(--el-message-text-color);overflow-wrap:break-word}.el-message .el-message-icon--error{color:var(--el-message-text-color)}.el-message .el-message__badge{position:absolute;top:-8px;right:-8px}.el-message__content{padding:0;font-size:14px;line-height:1}.el-message__content:focus{outline-width:0}.el-message .el-message__closeBtn{cursor:pointer;color:var(--el-message-close-icon-color);font-size:var(--el-message-close-size)}.el-message .el-message__closeBtn:focus{outline-width:0}.el-message .el-message__closeBtn:hover{color:var(--el-message-close-hover-color)}.el-message-fade-enter-from,.el-message-fade-leave-to{opacity:0}.el-message-fade-enter-from.is-left,.el-message-fade-enter-from.is-right,.el-message-fade-leave-to.is-left,.el-message-fade-leave-to.is-right{transform:translateY(-100%)}.el-message-fade-enter-from.is-left.is-bottom,.el-message-fade-enter-from.is-right.is-bottom,.el-message-fade-leave-to.is-left.is-bottom,.el-message-fade-leave-to.is-right.is-bottom{transform:translateY(100%)}.el-message-fade-enter-from.is-center,.el-message-fade-leave-to.is-center{transform:translate(-50%,-100%)}.el-message-fade-enter-from.is-center.is-bottom,.el-message-fade-leave-to.is-center.is-bottom{transform:translate(-50%,100%)}.el-dropdown{--el-dropdown-menu-box-shadow:var(--el-box-shadow-light);--el-dropdown-menuItem-hover-fill:var(--el-color-primary-light-9);--el-dropdown-menuItem-hover-color:var(--el-color-primary);--el-dropdown-menu-index:10;color:var(--el-text-color-regular);font-size:var(--el-font-size-base);vertical-align:top;line-height:1;display:inline-flex;position:relative}.el-dropdown.is-disabled{color:var(--el-text-color-placeholder);cursor:not-allowed}.el-dropdown__popper{--el-dropdown-menu-box-shadow:var(--el-box-shadow-light);--el-dropdown-menuItem-hover-fill:var(--el-color-primary-light-9);--el-dropdown-menuItem-hover-color:var(--el-color-primary);--el-dropdown-menu-index:10}.el-dropdown__popper.el-popper{background:var(--el-bg-color-overlay);border:1px solid var(--el-border-color-light);box-shadow:var(--el-dropdown-menu-box-shadow)}.el-dropdown__popper.el-popper .el-popper__arrow:before{border:1px solid var(--el-border-color-light)}.el-dropdown__popper.el-popper[data-popper-placement^=top] .el-popper__arrow:before{border-top-color:#0000;border-left-color:#0000}.el-dropdown__popper.el-popper[data-popper-placement^=bottom] .el-popper__arrow:before{border-bottom-color:#0000;border-right-color:#0000}.el-dropdown__popper.el-popper[data-popper-placement^=left] .el-popper__arrow:before{border-bottom-color:#0000;border-left-color:#0000}.el-dropdown__popper.el-popper[data-popper-placement^=right] .el-popper__arrow:before{border-top-color:#0000;border-right-color:#0000}.el-dropdown__popper .el-dropdown-menu{border:none}.el-dropdown__popper .el-dropdown__popper-selfdefine{outline:none}.el-dropdown__popper .el-scrollbar__bar{z-index:calc(var(--el-dropdown-menu-index) + 1)}.el-dropdown__popper .el-dropdown__list{box-sizing:border-box;margin:0;padding:0;list-style:none}.el-dropdown .el-dropdown__caret-button{border-left:none;justify-content:center;align-items:center;width:32px;padding-left:0;padding-right:0;display:inline-flex}.el-dropdown .el-dropdown__caret-button>span{display:inline-flex}.el-dropdown .el-dropdown__caret-button:before{content:"";background:var(--el-overlay-color-lighter);width:1px;display:block;position:absolute;top:-1px;bottom:-1px;left:0}.el-dropdown .el-dropdown__caret-button.el-button:before{background:var(--el-border-color);opacity:.5}.el-dropdown .el-dropdown__caret-button .el-dropdown__icon{font-size:inherit;padding-left:0}.el-dropdown .el-dropdown-selfdefine{outline:none}.el-dropdown--large .el-dropdown__caret-button{width:40px}.el-dropdown--small .el-dropdown__caret-button{width:24px}.el-dropdown-menu{z-index:var(--el-dropdown-menu-index);background-color:var(--el-bg-color-overlay);border-radius:var(--el-border-radius-base);box-shadow:none;border:none;margin:0;padding:5px 0;list-style:none;position:relative;top:0;left:0}.el-dropdown-menu__item{white-space:nowrap;line-height:22px;font-size:var(--el-font-size-base);color:var(--el-text-color-regular);cursor:pointer;outline:none;align-items:center;margin:0;padding:5px 16px;list-style:none;display:flex}.el-dropdown-menu__item:not(.is-disabled):hover,.el-dropdown-menu__item:not(.is-disabled):focus{background-color:var(--el-dropdown-menuItem-hover-fill);color:var(--el-dropdown-menuItem-hover-color)}.el-dropdown-menu__item i{margin-right:5px}.el-dropdown-menu__item--divided{border-top:1px solid var(--el-border-color-lighter);margin:6px 0}.el-dropdown-menu__item.is-disabled{cursor:not-allowed;color:var(--el-text-color-disabled)}.el-dropdown-menu--large{padding:7px 0}.el-dropdown-menu--large .el-dropdown-menu__item{padding:7px 20px;font-size:14px;line-height:22px}.el-dropdown-menu--large .el-dropdown-menu__item--divided{margin:8px 0}.el-dropdown-menu--small{padding:3px 0}.el-dropdown-menu--small .el-dropdown-menu__item{padding:2px 12px;font-size:12px;line-height:20px}.el-dropdown-menu--small .el-dropdown-menu__item--divided{margin:4px 0}.account-menu-trigger{display:inline-flex;align-items:center;gap:10px;min-height:40px;padding:0 12px;border:1px solid #425d4e;border-radius:8px;background:#11271d;color:#f4f7f2;font:inherit;font-size:.875rem;font-weight:600;cursor:pointer;transition:background-color .16s ease,border-color .16s ease}.account-menu-trigger:hover,.account-menu-trigger[aria-expanded=true]{background:#1b382a;border-color:#779786}.site-header .account-menu-trigger:focus{outline:none}.site-header .account-menu-trigger:focus-visible{border-color:#9db8aa;box-shadow:inset 0 0 0 1px #9db8aa}.account-menu-trigger__name{max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.account-menu-trigger__chevron{display:block;flex:0 0 16px;color:#c6d8ce;transition:transform .16s ease}.account-menu-trigger__chevron.is-open{transform:rotate(180deg)}.site-account-menu.el-popper{--el-bg-color-overlay: #ffffff;--el-text-color-regular: #243d2f;--el-text-color-disabled: #687970;--el-border-color-light: #dce5df;--el-border-color-lighter: #e5ece7;--el-dropdown-menuItem-hover-fill: #edf4ef;--el-dropdown-menuItem-hover-color: #183b2a;background:#fff;color:#243d2f;min-width:208px;max-width:calc(100vw - 32px);border:1px solid #dce5df;border-radius:12px;box-shadow:0 14px 40px #07110e29}.site-account-menu.el-popper:before{position:absolute;left:0;right:0;height:14px;background:transparent;pointer-events:auto;content:""}.site-account-menu.el-popper[data-popper-placement^=bottom]:before{bottom:100%}.site-account-menu.el-popper[data-popper-placement^=top]:before{top:100%}.site-account-menu .el-dropdown-menu{max-height:calc(100dvh - 120px);overflow-y:auto;background:#fff;padding:8px;border-radius:12px}.site-account-menu .el-dropdown-menu__item{min-height:44px;padding:10px 16px;border-radius:7px;color:#243d2f;font-size:.875rem;font-weight:500;line-height:1.5}.site-account-menu .el-dropdown-menu__item:not(.is-disabled):hover,.site-account-menu .el-dropdown-menu__item:not(.is-disabled):focus{background:#edf4ef;color:#183b2a}.site-account-menu .el-dropdown-menu__item--divided{margin-top:6px;border-top:1px solid #e5ece7;border-radius:0 0 7px 7px}.site-account-menu .el-dropdown-menu__item.is-disabled{color:#687970}@media(prefers-reduced-motion:reduce){.account-menu-trigger,.account-menu-trigger__chevron{transition:none}}:root{--el-color-white:#fff;--el-color-black:#000;--el-color-primary-rgb:64, 158, 255;--el-color-success-rgb:103, 194, 58;--el-color-warning-rgb:230, 162, 60;--el-color-danger-rgb:245, 108, 108;--el-color-error-rgb:245, 108, 108;--el-color-info-rgb:144, 147, 153;--el-font-size-extra-large:20px;--el-font-size-large:18px;--el-font-size-medium:16px;--el-font-size-base:14px;--el-font-size-small:13px;--el-font-size-extra-small:12px;--el-font-family:"Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;--el-font-weight-primary:500;--el-font-line-height-primary:24px;--el-index-normal:1;--el-index-top:1000;--el-index-popper:2000;--el-border-radius-base:4px;--el-border-radius-small:2px;--el-border-radius-round:20px;--el-border-radius-circle:100%;--el-transition-duration:.3s;--el-transition-duration-fast:.2s;--el-transition-function-ease-in-out-bezier:cubic-bezier(.645, .045, .355, 1);--el-transition-function-fast-bezier:cubic-bezier(.23, 1, .32, 1);--el-transition-all:all var(--el-transition-duration) var(--el-transition-function-ease-in-out-bezier);--el-transition-fade:opacity var(--el-transition-duration) var(--el-transition-function-fast-bezier);--el-transition-md-fade:transform var(--el-transition-duration) var(--el-transition-function-fast-bezier), opacity var(--el-transition-duration) var(--el-transition-function-fast-bezier);--el-transition-fade-linear:opacity var(--el-transition-duration-fast) linear;--el-transition-border:border-color var(--el-transition-duration-fast) var(--el-transition-function-ease-in-out-bezier);--el-transition-box-shadow:box-shadow var(--el-transition-duration-fast) var(--el-transition-function-ease-in-out-bezier);--el-transition-color:color var(--el-transition-duration-fast) var(--el-transition-function-ease-in-out-bezier);--el-component-size-large:40px;--el-component-size:32px;--el-component-size-small:24px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--el-color-primary:#409eff;--el-color-primary-light-3:#79bbff;--el-color-primary-light-5:#a0cfff;--el-color-primary-light-7:#c6e2ff;--el-color-primary-light-8:#d9ecff;--el-color-primary-light-9:#ecf5ff;--el-color-primary-dark-2:#337ecc;--el-color-success:#67c23a;--el-color-success-light-3:#95d475;--el-color-success-light-5:#b3e19d;--el-color-success-light-7:#d1edc4;--el-color-success-light-8:#e1f3d8;--el-color-success-light-9:#f0f9eb;--el-color-success-dark-2:#529b2e;--el-color-warning:#e6a23c;--el-color-warning-light-3:#eebe77;--el-color-warning-light-5:#f3d19e;--el-color-warning-light-7:#f8e3c5;--el-color-warning-light-8:#faecd8;--el-color-warning-light-9:#fdf6ec;--el-color-warning-dark-2:#b88230;--el-color-danger:#f56c6c;--el-color-danger-light-3:#f89898;--el-color-danger-light-5:#fab6b6;--el-color-danger-light-7:#fcd3d3;--el-color-danger-light-8:#fde2e2;--el-color-danger-light-9:#fef0f0;--el-color-danger-dark-2:#c45656;--el-color-error:#f56c6c;--el-color-error-light-3:#f89898;--el-color-error-light-5:#fab6b6;--el-color-error-light-7:#fcd3d3;--el-color-error-light-8:#fde2e2;--el-color-error-light-9:#fef0f0;--el-color-error-dark-2:#c45656;--el-color-info:#909399;--el-color-info-light-3:#b1b3b8;--el-color-info-light-5:#c8c9cc;--el-color-info-light-7:#dedfe0;--el-color-info-light-8:#e9e9eb;--el-color-info-light-9:#f4f4f5;--el-color-info-dark-2:#73767a;--el-bg-color:#fff;--el-bg-color-page:#f2f3f5;--el-bg-color-overlay:#fff;--el-text-color-primary:#303133;--el-text-color-regular:#606266;--el-text-color-secondary:#909399;--el-text-color-placeholder:#a8abb2;--el-text-color-disabled:#c0c4cc;--el-border-color:#dcdfe6;--el-border-color-light:#e4e7ed;--el-border-color-lighter:#ebeef5;--el-border-color-extra-light:#f2f6fc;--el-border-color-dark:#d4d7de;--el-border-color-darker:#cdd0d6;--el-fill-color:#f0f2f5;--el-fill-color-light:#f5f7fa;--el-fill-color-lighter:#fafafa;--el-fill-color-extra-light:#fafcff;--el-fill-color-dark:#ebedf0;--el-fill-color-darker:#e6e8eb;--el-fill-color-blank:#fff;--el-box-shadow:0px 12px 32px 4px #0000000a, 0px 8px 20px #00000014;--el-box-shadow-light:0px 0px 12px #0000001f;--el-box-shadow-lighter:0px 0px 6px #0000001f;--el-box-shadow-dark:0px 16px 48px 16px #00000014, 0px 12px 32px #0000001f, 0px 8px 16px -8px #00000029;--el-disabled-bg-color:var(--el-fill-color-light);--el-disabled-text-color:var(--el-text-color-placeholder);--el-disabled-border-color:var(--el-border-color-light);--el-overlay-color:#000c;--el-overlay-color-light:#000000b3;--el-overlay-color-lighter:#00000080;--el-mask-color:#ffffffe6;--el-mask-color-extra-light:#ffffff4d;--el-border-width:1px;--el-border-style:solid;--el-border-color-hover:var(--el-text-color-disabled);--el-border:var(--el-border-width) var(--el-border-style) var(--el-border-color);--el-svg-monochrome-grey:var(--el-border-color)}.fade-in-linear-enter-active,.fade-in-linear-leave-active{transition:var(--el-transition-fade-linear)}.fade-in-linear-enter-from,.fade-in-linear-leave-to{opacity:0}.el-fade-in-linear-enter-active,.el-fade-in-linear-leave-active{transition:var(--el-transition-fade-linear)}.el-fade-in-linear-enter-from,.el-fade-in-linear-leave-to{opacity:0}.el-fade-in-enter-active,.el-fade-in-leave-active{transition:all var(--el-transition-duration) cubic-bezier(.55,0,.1,1)}.el-fade-in-enter-from,.el-fade-in-leave-active{opacity:0}.el-zoom-in-center-enter-active,.el-zoom-in-center-leave-active{transition:all var(--el-transition-duration) cubic-bezier(.55,0,.1,1)}.el-zoom-in-center-enter-from,.el-zoom-in-center-leave-active{opacity:0;transform:scaleX(0)}.el-zoom-in-top-enter-active,.el-zoom-in-top-leave-active{opacity:1;transition:var(--el-transition-md-fade);transform-origin:top;transform:scaleY(1)}.el-zoom-in-top-enter-active[data-popper-placement^=top],.el-zoom-in-top-leave-active[data-popper-placement^=top]{transform-origin:bottom}.el-zoom-in-top-enter-from,.el-zoom-in-top-leave-active{opacity:0;transform:scaleY(0)}.el-zoom-in-bottom-enter-active,.el-zoom-in-bottom-leave-active{opacity:1;transition:var(--el-transition-md-fade);transform-origin:bottom;transform:scaleY(1)}.el-zoom-in-bottom-enter-from,.el-zoom-in-bottom-leave-active{opacity:0;transform:scaleY(0)}.el-zoom-in-left-enter-active,.el-zoom-in-left-leave-active{opacity:1;transition:var(--el-transition-md-fade);transform-origin:0 0;transform:scale(1)}.el-zoom-in-left-enter-from,.el-zoom-in-left-leave-active{opacity:0;transform:scale(.45)}.collapse-transition{transition:var(--el-transition-duration) height ease-in-out,var(--el-transition-duration) padding-top ease-in-out,var(--el-transition-duration) padding-bottom ease-in-out}.el-collapse-transition-leave-active,.el-collapse-transition-enter-active{transition:var(--el-transition-duration) max-height ease-in-out,var(--el-transition-duration) padding-top ease-in-out,var(--el-transition-duration) padding-bottom ease-in-out}.horizontal-collapse-transition{transition:var(--el-transition-duration) width ease-in-out,var(--el-transition-duration) padding-left ease-in-out,var(--el-transition-duration) padding-right ease-in-out}.el-list-enter-active,.el-list-leave-active{transition:all 1s}.el-list-enter-from,.el-list-leave-to{opacity:0;transform:translateY(-30px)}.el-list-leave-active{position:absolute!important}.el-opacity-transition{transition:opacity var(--el-transition-duration) cubic-bezier(.55,0,.1,1)}.el-icon--right{margin-left:5px}.el-icon--left{margin-right:5px}@keyframes rotating{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.el-icon{--color:inherit;fill:currentColor;width:1em;height:1em;color:var(--color);line-height:1em;font-size:inherit;justify-content:center;align-items:center;display:inline-flex;position:relative}.el-icon.is-loading{animation:2s linear infinite rotating}.el-icon svg{width:1em;height:1em}.el-message{--el-message-bg-color: #ffffff;--el-message-border-color: #dce5df;--el-message-text-color: #243d2f;border-radius:10px;box-shadow:0 8px 28px #07110e24}.el-message--error{--el-message-text-color: #a03434}.el-message--warning{--el-message-text-color: #805a13}.el-message .el-message__content{line-height:1.5}:root{--novxera-deep-green: #07110e;--novxera-surface-green: #0c1713;--novxera-accent: #c9ff4a;--page-background: #f6f8f6;--card-background: #ffffff;--text-primary: #18201c;--text-secondary: #69716c;--border-color: #e2e7e3;--shadow-soft: 0 18px 55px rgba(7, 17, 14, .08);--page-width: 1200px;color:var(--text-primary);font-family:Inter,PingFang SC,Microsoft YaHei,Noto Sans CJK SC,Arial,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}html{scrollbar-gutter:stable;scroll-behavior:smooth;overscroll-behavior-y:none}body{margin:0;min-width:320px;min-height:100vh;background:var(--page-background)}button,input,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{color:inherit}a{color:inherit;text-decoration:none}p,h1,h2,h3,dl,dd{margin-top:0}.app-shell{min-height:100vh}.page-container{width:min(100% - 48px,var(--page-width));margin-inline:auto}.section-block{padding:104px 0}.section-eyebrow{margin-bottom:16px;color:#4f695d;font-size:12px;font-weight:750;letter-spacing:.16em}.section-eyebrow--light{color:var(--novxera-accent)}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:48px;margin-bottom:46px}.section-heading h2{margin:0;font-size:clamp(32px,4vw,52px);font-weight:620;letter-spacing:-.04em;line-height:1.12}.section-heading>p{max-width:390px;margin-bottom:5px;color:var(--text-secondary);font-size:15px;line-height:1.8}.section-heading--center{align-items:center}.button{display:inline-flex;min-height:46px;align-items:center;justify-content:center;gap:18px;padding:0 24px;border:1px solid transparent;border-radius:6px;cursor:pointer;font-size:14px;font-weight:650;transition:transform .18s ease,background-color .18s ease,border-color .18s ease}.button:hover{transform:translateY(-2px)}.button:disabled{cursor:not-allowed;opacity:.55;transform:none}.button--primary{background:var(--novxera-deep-green);color:#fff}.button--primary:hover{background:#13241e}.button--accent{background:var(--novxera-accent);color:#07110e}.button--accent:hover{background:#dbff85}.button--large{min-height:58px;padding-inline:30px;font-size:15px}.button--outline{border-color:#cdd7d1;background:transparent;color:#34483e}.button--outline:hover{border-color:#8fa098;background:#f5f8f6}.button--danger{border-color:#e5caca;color:#a13e3e}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.text-link{display:inline-flex;align-items:center;gap:14px;color:#30453b;font-size:14px;font-weight:650}.text-link span{display:grid;width:34px;height:34px;place-items:center;border:1px solid #ccd5cf;border-radius:50%;transition:transform .18s ease}.text-link:hover span{transform:translate(3px)}.site-header{position:sticky;z-index:20;top:0;border-bottom:1px solid #263a30;background:#07110efa;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.site-header__inner{display:grid;min-height:76px;grid-template-columns:auto 1fr auto;align-items:center;gap:32px}.brand-logo{display:inline-flex;align-items:center;gap:12px;color:var(--novxera-deep-green);font-family:Segoe UI,PingFang SC,Microsoft YaHei,Arial,sans-serif;font-size:22px;font-weight:680;letter-spacing:-.04em;line-height:1}.brand-logo img{display:block;width:40px;height:40px;flex:0 0 40px;object-fit:contain}.brand-logo--inverse{color:#f4f7f2}.main-nav{display:flex;align-items:stretch;justify-content:center;gap:35px;align-self:stretch}.main-nav a{position:relative;display:flex;align-items:center;color:#c0ccc5;font-size:14px;transition:color .16s ease}.main-nav a:after{position:absolute;right:0;bottom:-1px;left:0;height:2px;background:var(--novxera-accent);content:"";opacity:0;transform:scaleX(.45);transition:opacity .16s ease,transform .16s ease}.main-nav a:hover,.main-nav a.router-link-active{color:var(--novxera-accent)}.main-nav a.router-link-active:after{opacity:1;transform:scaleX(1)}.site-header__actions{display:flex;align-items:center;gap:18px}.official-link{color:#c0ccc5;font-size:14px}.official-link span{margin-left:3px}.login-link{display:inline-flex;min-width:68px;height:38px;align-items:center;justify-content:center;border:1px solid #53675c;border-radius:8px;background:var(--novxera-surface-green);color:#fff;cursor:pointer;font-size:13px}.account-link{max-width:132px;overflow:hidden;color:#e5eee9;font-size:14px;font-weight:650;text-overflow:ellipsis;white-space:nowrap}.site-header__actions .account-link--admin{display:inline-flex;flex-shrink:0;min-height:38px;align-items:center;padding:0 14px;border:1px solid #4d6658;border-radius:8px;background:#18382a;color:#f4f7f2;transition:background-color .16s ease,border-color .16s ease}.site-header__actions .account-link--admin:hover,.site-header__actions .account-link--admin.router-link-active{border-color:#c9ff4a;background:#c9ff4a;color:#07110e}@media(min-width:1051px)and (max-width:1350px){.site-header__inner,.site-header__actions{gap:12px}.main-nav{gap:18px}}.logout-link{padding:5px 0;border:0;background:transparent;color:#b5c3bb;cursor:pointer;font-size:14px}.logout-link:hover{color:#9b3434}.logout-link:disabled{cursor:wait;opacity:.55}.main-nav__account,.menu-toggle{display:none}.site-footer{padding:58px 0 30px;background:#050b08;color:#fff}.site-footer__inner{display:grid;grid-template-columns:1fr auto;align-items:start;gap:30px}.site-footer__inner>div:first-child p{margin:12px 0 0 39px;color:#8e9a94;font-size:12px;letter-spacing:.08em}.site-footer__links{display:flex;gap:30px;color:#aeb8b3;font-size:13px}.site-footer__links a:hover{color:var(--novxera-accent)}.site-footer__legal{grid-column:1/-1;margin:40px 0 0;padding-top:24px;border-top:1px solid #1d2823;color:#66716b;font-size:12px}.job-search{display:grid;width:min(100%,720px);min-height:60px;grid-template-columns:auto 1fr auto;align-items:center;padding:6px;border:1px solid var(--border-color);border-radius:8px;background:#fff;box-shadow:0 18px 45px #07110e1a}.job-search svg{width:22px;margin-left:15px;fill:none;stroke:#718078;stroke-linecap:round;stroke-width:1.7}.job-search input{min-width:0;padding:0 16px;border:0;outline:none;color:var(--text-primary);font-size:15px}.job-search input::placeholder{color:#929d97}.job-search button{align-self:stretch;padding:0 25px;border:0;border-radius:5px;background:var(--novxera-accent);color:#09130f;cursor:pointer;font-weight:700}.job-search--large{min-height:68px}.hero-section{position:relative;overflow:hidden;min-height:690px;background:linear-gradient(rgba(201,255,74,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(201,255,74,.035) 1px,transparent 1px),var(--novxera-deep-green);background-size:54px 54px;color:#fff}.hero-section:before{position:absolute;top:-25%;left:55%;width:650px;height:650px;border-radius:50%;background:radial-gradient(circle,rgba(77,120,96,.32),transparent 67%);content:""}.hero-section__glow{position:absolute;bottom:-230px;left:-170px;width:530px;height:530px;border-radius:50%;background:#c9ff4a0d;filter:blur(5px)}.hero-section__inner{position:relative;display:grid;min-height:620px;grid-template-columns:1.1fr .9fr;align-items:center;gap:58px;padding-top:25px}.hero-copy{position:relative;z-index:2}.hero-copy h1{max-width:730px;margin:0 0 24px;font-size:clamp(52px,6.2vw,82px);font-weight:580;letter-spacing:-.065em;line-height:1.03}.hero-copy h1 span{color:var(--novxera-accent)}.hero-copy__intro{max-width:620px;margin-bottom:33px;color:#bdc8c2;font-size:17px;line-height:1.85}.hero-copy__hint{display:flex;align-items:center;gap:14px;margin-top:18px;color:#75847c;font-size:12px}.hero-copy__hint button{padding:0;border:0;border-bottom:1px solid transparent;background:transparent;color:#a9b7af;cursor:pointer}.hero-copy__hint button:hover{border-color:#a9b7af}.hero-visual{position:relative;width:min(100%,420px);aspect-ratio:1;justify-self:end}.hero-visual__orbit{position:absolute;border:1px solid rgba(201,255,74,.2);border-radius:50%;inset:0}.hero-visual__orbit:after,.hero-visual__orbit:before{position:absolute;width:8px;height:8px;border-radius:50%;background:var(--novxera-accent);box-shadow:0 0 22px #c9ff4acc;content:""}.hero-visual__orbit:before{top:23%;right:5%}.hero-visual__orbit:after{bottom:10%;left:17%}.hero-visual__orbit--inner{inset:18%;border-style:dashed;opacity:.65;transform:rotate(19deg)}.hero-visual__center{position:absolute;display:grid;width:154px;height:154px;place-content:center;border:1px solid rgba(201,255,74,.35);border-radius:50%;background:radial-gradient(circle at 40% 35%,#284938,#0c1713 67%);box-shadow:0 0 70px #c9ff4a1f;inset:50% auto auto 50%;text-align:center;transform:translate(-50%,-50%)}.hero-visual__center span{color:var(--novxera-accent);font-size:58px;font-weight:700;line-height:.85}.hero-visual__center small{margin-top:14px;color:#c5d0ca;font-size:8px;letter-spacing:.16em;line-height:1.5}.hero-signal{position:absolute;display:flex;align-items:center;gap:8px;padding:7px 12px;border:1px solid rgba(195,214,204,.18);border-radius:100px;background:#0c1713c7;color:#9cab9f;font-size:10px;letter-spacing:.08em;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.hero-signal i{width:5px;height:5px;border-radius:50%;background:var(--novxera-accent)}.hero-signal--one{top:4%;left:20%}.hero-signal--two{top:43%;right:-4%}.hero-signal--three{bottom:7%;left:11%}.hero-visual__coordinate{position:absolute;right:8%;bottom:17%;color:#52645b;font-family:Consolas,monospace;font-size:9px;line-height:1.6}.hero-section__footer{position:relative;display:flex;min-height:70px;align-items:center;justify-content:space-between;border-top:1px solid rgba(220,239,228,.1);color:#64766c;font-size:9px;letter-spacing:.16em}.program-section{background:#fff}.featured-section{background:var(--page-background)}.featured-jobs,.position-results__list{display:grid;gap:14px}.detail-tags span{padding:5px 9px;border-radius:4px;background:#eff4f0;color:#506159;font-size:10px;font-weight:650}.detail-tags span:first-child{background:#ecfbd0;color:#3d5319}.closing-section{background:#fff;text-align:center}.closing-section__inner{display:flex;flex-direction:column;align-items:center}.closing-section h2{margin-bottom:40px;font-size:clamp(38px,5.5vw,68px);font-weight:580;letter-spacing:-.06em;line-height:1.14}.positions-content{display:grid;grid-template-columns:258px minmax(0,1fr);gap:42px;padding-top:54px;padding-bottom:100px}.job-filters{position:sticky;top:102px;height:fit-content;padding:27px 24px;border:1px solid var(--border-color);border-radius:9px;background:#fff}.job-filters__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:26px}.job-filters__header h2{margin:0;font-size:18px;font-weight:650}.job-filters__header button{padding:0;border:0;background:transparent;color:#62726a;cursor:pointer;font-size:12px}.job-filters__close{display:none}.filter-group{display:block;margin-bottom:22px}.filter-group>span{display:block;margin-bottom:9px;color:#45544d;font-size:12px;font-weight:650}.filter-group select,.position-results__header select{width:100%;height:42px;padding:0 34px 0 12px;border:1px solid #dce2de;border-radius:5px;outline:none;background:#fff;color:#35433c;font-size:12px}.filter-group select:focus,.position-results__header select:focus{border-color:#567163}.filter-apply{display:none;width:100%}.position-results{min-width:0}.position-results__header{display:flex;align-items:end;justify-content:space-between;margin-bottom:24px}.position-results__header p{margin-bottom:5px;color:#7c8882;font-size:11px}.position-results__header h2{margin:0;font-size:27px;font-weight:620;letter-spacing:-.03em}.position-results__header label{display:flex;align-items:center;gap:10px;color:#7a857f;font-size:11px}.position-results__header select{width:68px;height:36px;padding-right:8px}.mobile-filter-button,.filter-backdrop{display:none}.pagination{display:flex;align-items:center;justify-content:center;gap:18px;margin-top:36px;color:#69766f;font-size:12px}.pagination button{min-width:78px;height:38px;border:1px solid #d8dedb;border-radius:5px;background:#fff;cursor:pointer}.pagination button:disabled{cursor:not-allowed;opacity:.4}.empty-state{display:flex;min-height:430px;flex-direction:column;align-items:center;justify-content:center;padding:50px;border:1px dashed #cdd6d0;border-radius:10px;background:#fff;text-align:center}.empty-state__mark{display:grid;width:66px;height:66px;margin-bottom:22px;place-items:center;border-radius:50%;background:#eff5f0;color:#809087;font-size:26px;font-weight:700}.empty-state h2{margin-bottom:9px;font-size:23px}.empty-state p{margin-bottom:25px;color:var(--text-secondary);font-size:13px}.job-list-skeleton{display:grid;gap:14px}.job-list-skeleton>div{min-height:190px;border:1px solid #e8ece9;border-radius:10px;background:linear-gradient(100deg,#fff 25%,#f2f5f3 43%,#fff 62%);background-size:260% 100%;animation:skeleton 1.4s infinite linear}@keyframes skeleton{to{background-position-x:-160%}}.detail-hero{padding:36px 0 42px;background:var(--novxera-deep-green);color:#fff}.detail-hero__inner{display:grid;grid-template-columns:1fr auto;align-items:end;gap:60px}.detail-back{display:inline-block;margin-bottom:24px;color:#b5c3bb;font-size:12px}.detail-back:hover{color:var(--novxera-accent)}.detail-tags{display:flex;gap:8px;margin-bottom:18px}.detail-hero h1{margin-bottom:18px;font-size:clamp(32px,4vw,48px);font-weight:590;letter-spacing:-.06em;line-height:1.08}.detail-hero h1+p{max-width:690px;margin-bottom:25px;color:#a6b4ac;font-size:15px;line-height:1.8}.detail-meta{display:flex;flex-wrap:wrap;gap:24px;color:#778980;font-size:12px}.detail-meta span+span:before{margin-right:24px;color:#394a42;content:"·"}.detail-content{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:56px;padding-top:48px;padding-bottom:100px}.detail-section+.detail-section{margin-top:40px;padding-top:36px;border-top:1px solid var(--border-color)}.detail-section h2{margin-bottom:24px;font-size:30px;font-weight:620;letter-spacing:-.04em}.detail-section>p:not(.section-eyebrow){color:#56635c;font-size:15px;line-height:1.95}.detail-section ol{padding:0;margin:0;counter-reset:detail-list;list-style:none}.detail-section li{position:relative;min-height:38px;padding:3px 0 17px 46px;color:#4f5c55;counter-increment:detail-list;font-size:15px;line-height:1.75}.detail-section li:before{position:absolute;top:0;left:0;display:grid;width:28px;height:28px;place-items:center;border-radius:50%;background:#eaf7d6;color:#426016;content:counter(detail-list,decimal-leading-zero);font-size:9px;font-weight:700}.detail-aside{position:relative}.detail-aside__card{position:sticky;top:104px;padding:29px;border:1px solid var(--border-color);border-radius:9px;background:#fff;box-shadow:var(--shadow-soft)}.detail-aside__card>p{margin-bottom:22px;font-size:17px;font-weight:650}.detail-aside__card dl>div{padding:15px 0;border-top:1px solid #edf0ee}.detail-aside__card dt{margin-bottom:6px;color:#8b9690;font-size:10px}.detail-aside__card dd{margin:0;color:#33423a;font-size:13px;line-height:1.5}.detail-aside__card .button{width:100%;margin-top:20px}.related-section{border-top:1px solid var(--border-color);background:#fff}.detail-loading{display:grid;min-height:700px;grid-template-columns:1fr 320px;gap:80px;padding-top:70px}.detail-loading div{height:500px;border-radius:10px;background:linear-gradient(100deg,#fff 25%,#edf1ee 43%,#fff 62%);background-size:250% 100%;animation:skeleton 1.4s infinite linear}.detail-error{min-height:640px;padding-top:120px;text-align:center}.detail-error h1{margin-bottom:12px;font-size:44px}.detail-error>p:not(.section-eyebrow){margin-bottom:28px;color:var(--text-secondary)}.auth-page{display:grid;min-height:calc(100vh - 72px);grid-template-columns:minmax(340px,.9fr) minmax(520px,1.1fr);background:#fff}.auth-page__visual{display:flex;min-height:710px;flex-direction:column;justify-content:space-between;padding:clamp(58px,8vw,110px);background:radial-gradient(circle at 84% 18%,rgba(201,255,74,.18),transparent 27%),linear-gradient(rgba(201,255,74,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(201,255,74,.035) 1px,transparent 1px),var(--novxera-deep-green);background-size:auto,54px 54px,54px 54px,auto;color:#fff}.auth-page__visual h1{max-width:560px;margin-bottom:24px;font-size:clamp(43px,5vw,68px);font-weight:580;letter-spacing:-.06em;line-height:1.08}.auth-page__visual p:not(.section-eyebrow){max-width:520px;color:#a4b1aa;font-size:15px;line-height:1.9}.auth-page__visual>span{color:#63746b;font-size:10px;letter-spacing:.22em}.auth-page__panel{display:grid;place-items:center;padding:65px clamp(28px,7vw,100px)}.auth-card{width:min(100%,480px)}.auth-card__back{display:inline-block;margin-bottom:70px;color:#7c8881;font-size:12px}.auth-card h2{margin-bottom:12px;font-size:38px;font-weight:620;letter-spacing:-.045em}.auth-card__intro{margin-bottom:35px;color:var(--text-secondary);font-size:14px;line-height:1.7}.candidate-form{display:grid;gap:20px}.form-field{display:grid;gap:9px}.form-field>span{color:#405048;font-size:12px;font-weight:650}.form-field input,.form-field select,.password-input{width:100%;min-height:48px;border:1px solid #d9e0dc;border-radius:6px;outline:none;background:#fff;color:var(--text-primary);transition:border-color .16s ease,box-shadow .16s ease}.form-field input,.form-field select{padding:0 14px}.form-field input:focus,.form-field select:focus,.password-input:focus-within{border-color:#607d6e;box-shadow:0 0 0 3px #31534217}.form-field input:disabled,.form-field select:disabled{background:#f3f5f4;cursor:not-allowed}.password-input{display:grid;grid-template-columns:1fr auto;align-items:center}.password-input input{min-width:0;border:0;box-shadow:none!important}.password-input button{height:100%;padding:0 14px;border:0;background:transparent;color:#6b7b73;cursor:pointer;font-size:11px}.consent-field{display:grid;grid-template-columns:auto 1fr;align-items:start;gap:10px;color:#647169;cursor:pointer;font-size:12px;line-height:1.65}.consent-field input{width:15px;height:15px;margin:2px 0 0;accent-color:#1f4b36}.form-alert{padding:12px 14px;margin:0;border:1px solid #efd2d2;border-radius:6px;background:#fff7f7;color:#9a3838;font-size:12px;line-height:1.6}.form-alert button{padding:0;margin-left:8px;border:0;border-bottom:1px solid currentColor;background:transparent;color:inherit;cursor:pointer}.auth-submit{width:100%;min-height:52px;margin-top:2px}.auth-card__switch{margin:24px 0 0;color:#78847e;font-size:13px;text-align:center}.auth-card__switch a{margin-left:5px;color:#1d4b35;font-weight:700}.account-hero{padding:58px 0;background:radial-gradient(circle at 82% 30%,rgba(201,255,74,.12),transparent 23%),var(--novxera-deep-green);color:#fff}.account-hero__inner{display:flex;align-items:end;justify-content:space-between;gap:40px}.account-hero h1{margin-bottom:12px;font-size:clamp(36px,4vw,54px);font-weight:590;letter-spacing:-.05em}.account-hero p:not(.section-eyebrow){margin:0;color:#9daba4;font-size:14px}.account-hero--compact{padding:48px 0 54px}.account-hero--compact .detail-back{margin-bottom:34px}.account-layout{display:grid;min-height:660px;grid-template-columns:210px minmax(0,1fr);align-items:start;gap:52px;padding-top:54px;padding-bottom:90px}.account-tabs{position:sticky;top:100px;display:grid;gap:5px}.account-tabs button{display:flex;min-height:48px;align-items:center;justify-content:space-between;padding:0 16px;border:0;border-radius:6px;background:transparent;color:#627068;cursor:pointer;font-size:13px;text-align:left}.account-tabs button:hover{background:#edf2ef;color:#263c31}.account-tabs button.is-active{background:var(--novxera-deep-green);color:#fff;font-weight:650}.account-tabs button span{display:grid;min-width:22px;height:22px;place-items:center;border-radius:11px;background:#ffffff1f;font-size:10px}.account-panel{padding:38px;border:1px solid var(--border-color);border-radius:10px;background:#fff;box-shadow:0 15px 45px #07110e0b}.account-panel__heading{display:flex;align-items:end;justify-content:space-between;gap:30px;padding-bottom:28px;margin-bottom:30px;border-bottom:1px solid var(--border-color)}.account-panel__heading .section-eyebrow{margin-bottom:9px}.account-panel__heading h2{margin:0;font-size:29px;font-weight:620;letter-spacing:-.035em}.account-panel__heading>p{max-width:300px;margin:0;color:#7a867f;font-size:12px;line-height:1.6;text-align:right}.account-loading,.profile-form{display:grid;grid-template-columns:1fr 1fr;gap:23px}.account-loading span{height:70px;border-radius:7px;background:linear-gradient(100deg,#f3f5f4 25%,#e8ece9 43%,#f3f5f4 62%);background-size:260% 100%;animation:skeleton 1.4s infinite linear}.profile-form__wide{grid-column:1/-1}.profile-form__actions{display:flex;justify-content:flex-end;padding-top:10px}.profile-form__alert{grid-column:1/-1}.account-hint{margin:-8px 0 24px;color:#829087;font-size:11px;line-height:1.7}.upload-progress{height:4px;margin-bottom:20px;overflow:hidden;border-radius:2px;background:#e9eeeb}.upload-progress span{display:block;height:100%;background:#89b525;transition:width .16s ease}.resume-list,.application-list{display:grid;gap:12px}.resume-card{display:grid;min-height:92px;grid-template-columns:auto 1fr auto;align-items:center;gap:16px;padding:18px;border:1px solid #e1e7e3;border-radius:8px;background:#fff}.resume-card__icon{display:grid;width:48px;height:54px;place-items:center;border-radius:5px;background:#e9f3e2;color:#355627;font-size:9px;font-weight:800}.resume-card__body>div{display:flex;align-items:center;gap:10px}.resume-card h3{max-width:430px;margin:0;overflow:hidden;font-size:14px;font-weight:650;text-overflow:ellipsis;white-space:nowrap}.resume-card p{margin:7px 0 0;color:#89938e;font-size:10px}.default-badge{padding:4px 7px;border-radius:10px;background:#edf8dc;color:#52751b;font-size:9px;white-space:nowrap}.resume-card__actions{display:flex;gap:13px}.resume-card__actions button,.danger-link{padding:4px 0;border:0;background:transparent;color:#52675c;cursor:pointer;font-size:11px}.resume-card__actions button:disabled,.danger-link:disabled{cursor:not-allowed;opacity:.45}.resume-card__actions .danger-link,.danger-link{color:#a04a4a}.resume-card--loading,.application-row--loading{min-height:92px;border:0;background:linear-gradient(100deg,#f5f7f6 25%,#e9edeb 43%,#f5f7f6 62%);background-size:260% 100%;animation:skeleton 1.4s infinite linear}.account-empty{display:flex;min-height:320px;flex-direction:column;align-items:center;justify-content:center;padding:36px;border:1px dashed #ced8d1;border-radius:8px;text-align:center}.account-empty>span{display:grid;width:56px;height:56px;margin-bottom:18px;place-items:center;border-radius:50%;background:#edf3ef;color:#687b70;font-size:13px;font-weight:750}.account-empty h3{margin-bottom:8px;font-size:20px}.account-empty p{margin-bottom:22px;color:#7a867f;font-size:12px}.application-row{display:grid;grid-template-columns:minmax(180px,1.7fr) minmax(120px,.8fr) minmax(120px,.8fr) auto;align-items:center;gap:18px;padding:20px 18px;border:1px solid #e1e7e3;border-radius:8px}.application-row__main p{margin-bottom:6px;color:#8b9790;font-size:9px;letter-spacing:.08em}.application-row h3{margin:0;font-size:14px;font-weight:650}.application-row>div:not(.application-row__main,.application-row__actions){display:grid;gap:6px}.application-row>div>span{color:#96a099;font-size:9px}.application-row>div>strong{color:#56645c;font-size:10px;font-weight:550}.status-badge{display:inline-flex;min-height:27px;align-items:center;justify-content:center;padding:0 9px;border-radius:14px;background:#eef3ef;color:#506158;font-size:10px;font-weight:700;white-space:nowrap}.status-badge.is-active{background:#edf4ff;color:#315f9e}.status-badge.is-success{background:#ecf8d9;color:#4b7118}.status-badge.is-muted{background:#f1f1f1;color:#848b87}.application-row__actions{display:flex;grid-column:1/-1;align-items:center;justify-content:flex-end;gap:18px;padding-top:12px;border-top:1px solid #edf0ee}.application-row__detail{color:#335746;font-size:11px;font-weight:650}.dialog-backdrop{position:fixed;z-index:100;display:grid;padding:22px;overflow-y:auto;background:#020805b8;inset:0;place-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.application-dialog{position:relative;width:min(100%,610px);padding:38px;border-radius:11px;background:#fff;box-shadow:0 30px 90px #00000047}.application-dialog__close{position:absolute;top:18px;right:20px;width:34px;height:34px;border:0;background:transparent;color:#718078;cursor:pointer;font-size:25px}.application-dialog h2{padding-right:30px;margin-bottom:10px;font-size:27px;font-weight:630;letter-spacing:-.035em}.application-dialog__intro{margin-bottom:25px;color:#738078;font-size:12px;line-height:1.7}.dialog-loading{display:grid;gap:10px}.dialog-loading span{height:72px;border-radius:7px;background:linear-gradient(100deg,#f5f7f6 25%,#e8ece9 43%,#f5f7f6 62%);background-size:260% 100%;animation:skeleton 1.4s infinite linear}.dialog-resumes{display:grid;gap:9px;margin-top:16px}.dialog-resume{display:grid;grid-template-columns:auto auto 1fr;align-items:center;gap:12px;padding:13px;border:1px solid #dfe6e1;border-radius:7px;cursor:pointer}.dialog-resume.is-selected{border-color:#668170;background:#f4f8f5;box-shadow:0 0 0 2px #31534212}.dialog-resume input{accent-color:#1f4b36}.dialog-resume__type{display:grid;width:40px;height:40px;place-items:center;border-radius:5px;background:#eaf3e5;color:#3e602f;font-size:8px;font-weight:800}.dialog-resume>span:last-child{display:grid;gap:5px;min-width:0}.dialog-resume strong{overflow:hidden;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.dialog-resume small{color:#89958e;font-size:9px}.consent-field--dialog{padding-top:20px;margin-top:20px;border-top:1px solid var(--border-color)}.application-dialog__actions{display:flex;justify-content:flex-end;gap:10px;margin-top:25px}.dialog-empty{padding:34px;border:1px dashed #ced8d1;border-radius:8px;text-align:center}.dialog-empty strong{font-size:17px}.dialog-empty p{margin:8px 0 20px;color:#7c8981;font-size:11px}.application-detail{display:grid;min-height:560px;grid-template-columns:minmax(0,1fr) 330px;align-items:start;gap:50px;padding-top:65px;padding-bottom:90px}.application-summary,.application-timeline{padding:34px;border:1px solid var(--border-color);border-radius:9px;background:#fff}.application-summary__heading{display:flex;align-items:start;justify-content:space-between;gap:24px;padding-bottom:28px;border-bottom:1px solid var(--border-color)}.application-summary__heading p{margin-bottom:7px;color:#8d9892;font-size:10px}.application-summary__heading h2{margin:0;font-size:27px;font-weight:620}.status-badge--large{min-height:32px;padding-inline:13px;font-size:11px}.application-facts{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;padding:28px 0;margin:0}.application-facts dt{margin-bottom:8px;color:#929c96;font-size:9px}.application-facts dd{color:#46554d;font-size:12px;line-height:1.6}.application-summary__actions{display:flex;align-items:center;justify-content:space-between;gap:18px}.application-timeline h2{margin-bottom:28px;font-size:24px;font-weight:620}.application-timeline ol{padding:0;margin:0;list-style:none}.application-timeline li{position:relative;display:grid;min-height:64px;grid-template-columns:auto 1fr;gap:13px}.application-timeline li:not(:last-child):after{position:absolute;top:14px;bottom:-2px;left:5px;width:1px;background:#dce4df;content:""}.application-timeline li>span{position:relative;z-index:1;width:11px;height:11px;margin-top:3px;border:2px solid #fff;border-radius:50%;background:#73905d;box-shadow:0 0 0 1px #aabd9c}.application-timeline li div{display:grid;gap:5px}.application-timeline strong{color:#405047;font-size:12px}.application-timeline time{color:#929d97;font-size:9px}.application-timeline__notice{padding-top:22px;margin:10px 0 0;border-top:1px solid var(--border-color);color:#8b9690;font-size:10px;line-height:1.7}.application-detail__skeleton{height:280px;border-radius:9px;background:linear-gradient(100deg,#fff 25%,#e9edeb 43%,#fff 62%);background-size:260% 100%;animation:skeleton 1.4s infinite linear}.application-detail__skeleton--short{height:360px}.error-actions{display:flex;justify-content:center;gap:10px}@media(max-width:1050px){.auth-page{grid-template-columns:minmax(330px,.8fr) minmax(470px,1.2fr)}.auth-page__visual{padding:62px 48px}.account-layout{grid-template-columns:185px minmax(0,1fr);gap:28px}.account-panel{padding:30px}.application-row{grid-template-columns:minmax(180px,1.5fr) minmax(110px,.8fr) auto}.application-row>div:nth-of-type(3){display:none}.application-detail{grid-template-columns:minmax(0,1fr) 290px;gap:28px}.site-header__inner{gap:24px}.main-nav{gap:20px}.hero-section__inner{grid-template-columns:1.2fr .8fr}.hero-visual{margin-right:-80px}.positions-content{grid-template-columns:225px minmax(0,1fr);gap:26px}.detail-content{gap:45px}}@media(max-width:800px){.auth-page{min-height:calc(100vh - 64px);grid-template-columns:1fr}.auth-page__visual{display:none}.auth-page__panel{min-height:690px;padding:52px 28px}.auth-card__back{margin-bottom:48px}.account-hero__inner{align-items:start;flex-direction:column;gap:25px}.account-layout{display:block;padding-top:30px}.account-tabs{position:static;display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin-bottom:20px}.account-tabs button{justify-content:center;gap:8px;padding-inline:10px}.application-detail{grid-template-columns:1fr;padding-top:38px}.application-timeline{grid-row:1}.page-container{width:min(100% - 34px,var(--page-width))}.section-block{padding:72px 0}.hero-section{min-height:700px}.hero-section__inner{min-height:630px;grid-template-columns:1fr;padding-top:68px;padding-bottom:45px}.hero-copy h1{font-size:clamp(47px,12vw,67px)}.hero-visual{position:absolute;z-index:0;right:-190px;bottom:-20px;width:430px;opacity:.42}.hero-copy__intro{max-width:540px;font-size:15px}.hero-copy .job-search{width:min(100%,600px)}.hero-section__footer span:last-child{display:none}.section-heading{align-items:start;flex-direction:column;gap:18px}.section-heading--center{align-items:start}.positions-content{display:block;padding-top:30px}.mobile-filter-button{display:block;width:100%;height:46px;margin-bottom:25px;border:1px solid #d5ddd8;border-radius:6px;background:#fff;cursor:pointer;font-weight:650}.job-filters{position:fixed;z-index:45;top:0;bottom:0;left:0;width:min(88vw,340px);padding:28px;overflow-y:auto;border:0;border-radius:0;transform:translate(-102%);transition:transform .22s ease}.job-filters--open{transform:translate(0)}.filter-backdrop{position:fixed;z-index:40;display:block;background:#0000006b;inset:0}.job-filters__close{display:block!important;margin-left:10px;font-size:23px!important}.filter-apply{display:inline-flex}.detail-hero__inner{grid-template-columns:1fr;align-items:start;gap:30px}.detail-hero__inner>.button{width:100%}.detail-content{grid-template-columns:1fr;gap:50px}.detail-aside{grid-row:1}.detail-aside__card{position:static}}@media(max-width:560px){.auth-page__panel{min-height:630px;padding:38px 20px 52px}.auth-card__back{margin-bottom:38px}.auth-card h2{font-size:31px}.account-hero{padding:42px 0}.account-hero h1{font-size:34px}.account-tabs button{min-height:44px;font-size:11px}.account-tabs button span{display:none}.account-panel{padding:23px 18px}.account-panel__heading{align-items:start;flex-direction:column;gap:15px}.account-panel__heading>p{text-align:left}.account-panel__heading>.button{width:100%}.account-loading,.profile-form{grid-template-columns:1fr}.profile-form__wide,.profile-form__alert{grid-column:1}.profile-form__actions .button{width:100%}.resume-card{grid-template-columns:auto minmax(0,1fr)}.resume-card__actions{grid-column:1/-1;justify-content:flex-end;padding-top:12px;border-top:1px solid #edf0ee}.application-row{display:grid;grid-template-columns:1fr auto;gap:14px}.application-row__main{grid-column:1/-1}.application-row>div:nth-of-type(2){display:grid}.application-row .status-badge{align-self:end;justify-self:end}.application-dialog{padding:29px 20px}.application-dialog__actions{display:grid;grid-template-columns:1fr 1fr}.dialog-backdrop{align-items:end;padding:0}.application-dialog{width:100%;max-height:92vh;overflow-y:auto;border-radius:12px 12px 0 0}.application-summary,.application-timeline{padding:25px 20px}.application-summary__heading,.application-summary__actions{align-items:start;flex-direction:column}.application-facts{grid-template-columns:1fr}.error-actions{align-items:stretch;flex-direction:column}.main-nav__account{display:flex;align-items:stretch;flex-direction:column;padding-top:8px}.main-nav__account button{min-height:44px;border:0;border-bottom:1px solid #edf0ee;background:transparent;color:#8d4545;cursor:pointer;text-align:left}.page-container{width:min(100% - 28px,var(--page-width))}.section-block{padding:60px 0}.site-header__actions{display:none}.site-header__inner{grid-template-columns:auto 1fr}.menu-toggle{grid-column:2;grid-row:1}.hero-section__inner{padding-top:52px}.hero-copy h1{font-size:46px}.hero-copy__intro{font-size:14px}.job-search{min-height:56px;grid-template-columns:auto 1fr;padding:5px}.job-search input{padding:0 10px;font-size:13px}.job-search svg{width:19px;margin-left:10px}.job-search button{grid-column:1/-1;min-height:44px;margin-top:5px}.hero-copy__hint{flex-wrap:wrap}.position-results__header{align-items:start;flex-direction:column;gap:18px}.detail-hero h1{font-size:32px}.detail-meta{align-items:start;flex-direction:column;gap:9px}.detail-meta span+span:before{display:none}.detail-content{padding-top:48px}.site-footer__inner{grid-template-columns:1fr}.site-footer__links{align-items:start;flex-direction:column;gap:13px}.site-footer__legal{grid-column:1}}.main-nav .main-nav__official{display:none}.site-header a:focus-visible,.site-header button:focus-visible{outline:2px solid var(--novxera-accent);outline-offset:4px}.main-nav a{white-space:nowrap}.login-link:hover{border-color:var(--novxera-accent);color:var(--novxera-accent)}.detail-section>p:not(.section-eyebrow){white-space:pre-line;font-size:16px}.detail-section li{font-size:16px}@media(max-width:1050px){.site-header__inner{min-height:64px;grid-template-columns:auto 1fr}.brand-logo{font-size:20px}.brand-logo img{width:34px;height:34px;flex-basis:34px}.menu-toggle{position:relative;grid-column:2;grid-row:1;display:flex;width:36px;height:36px;flex-direction:column;align-items:center;justify-content:center;justify-self:end;gap:6px;border:0;background:transparent;cursor:pointer}.menu-toggle span{width:19px;height:1.5px;background:#e5eee9}.main-nav{position:fixed;top:64px;right:0;left:0;display:none;align-items:stretch;flex-direction:column;gap:0;padding:14px 18px 25px;border-top:1px solid #263a30;background:var(--novxera-deep-green);max-height:calc(100dvh - 64px);overflow-y:auto;box-shadow:0 20px 40px #07110e1f}.main-nav--open{display:flex}.main-nav a{min-height:48px;padding:0 5px;border-bottom:1px solid #263a30}.main-nav a:after{display:none}.site-header__actions{display:none}.main-nav .main-nav__official{display:flex}.main-nav__account{display:flex;align-items:stretch;flex-direction:column;padding-top:8px}.main-nav__account button{min-height:44px;border:0;border-bottom:1px solid #263a30;background:transparent;color:#e1b5ac;cursor:pointer;text-align:left}}:focus-visible{outline:3px solid rgba(90,146,30,.42);outline-offset:3px}.main-nav__official{display:none}.admin-shell{display:grid;min-height:calc(100dvh - 76px);grid-template-columns:250px minmax(0,1fr);background:#f4f6f1}.admin-sidebar{position:sticky;top:76px;display:flex;height:calc(100dvh - 76px);flex-direction:column;padding:28px 20px 24px;background:#071b16;color:#eaf1ed}.admin-sidebar__brand{display:flex;align-items:center;gap:12px;padding:0 10px 26px;border-bottom:1px solid rgba(255,255,255,.11)}.admin-sidebar__brand>span{display:grid;width:42px;height:42px;flex:0 0 auto;place-items:center;border:1px solid #375047;border-radius:6px;background:#0d2821;color:#f4f7f2;font-size:14px;font-weight:800;letter-spacing:-.03em}.admin-sidebar__brand strong,.admin-sidebar__brand small{display:block}.admin-sidebar__brand strong{font-size:15px;line-height:1.4}.admin-sidebar__brand small{margin-top:2px;color:#809088;font-size:12px}.admin-sidebar nav{display:grid;gap:7px;margin-top:28px}.admin-sidebar nav a{position:relative;display:flex;min-height:48px;align-items:center;gap:13px;padding:0 13px;border-radius:5px;color:#b5c1ba;font-size:14px;font-weight:550;transition:color .16s ease,background .16s ease}.admin-sidebar nav a>span{display:grid;width:24px;height:24px;place-items:center;flex:0 0 24px}.admin-sidebar nav a:hover,.admin-sidebar nav a.router-link-active{background:#16352a;color:#fff}.admin-sidebar nav a.router-link-active>span{color:#c9dccc}.admin-sidebar nav svg{width:20px;height:20px}.admin-sidebar nav a.router-link-active:before{position:absolute;inset:14px auto 14px 0;width:2px;border-radius:2px;background:#a9c5b5;content:""}.admin-sidebar__account{display:grid;gap:7px;margin-top:auto;padding:20px 10px 0;border-top:1px solid rgba(255,255,255,.11)}.admin-sidebar__account small{color:#809088;font-size:12px}.admin-sidebar__account strong{overflow:hidden;font-size:14px;text-overflow:ellipsis;white-space:nowrap}.admin-sidebar__account a{margin-top:6px;color:#c2d3c8;font-size:13px}.admin-workspace{min-width:0;padding:32px clamp(20px,3vw,44px) 56px}.admin-workspace__header{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:24px;padding-bottom:24px;border-bottom:1px solid #dce4df}.admin-workspace__header p{margin-bottom:8px;color:#6e7b74;font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase}.admin-workspace__header h1{margin:0;font-size:clamp(26px,2.4vw,32px);font-weight:600;letter-spacing:-.04em}.admin-role-badge{padding:7px 12px;border:1px solid #cbd8d0;border-radius:5px;background:#e9efeb;color:#385044;font-size:13px;font-weight:500}.admin-page{display:grid;gap:18px}.admin-toolbar{display:flex;align-items:end;justify-content:space-between;flex-wrap:wrap;gap:20px;padding:20px;border:1px solid #dce4df;border-radius:8px;background:#fff}.admin-toolbar--stack{align-items:stretch}.admin-filters{display:flex;flex:1;flex-wrap:wrap;align-items:end;gap:12px}.admin-filters--wide{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,.8fr) minmax(0,1fr) minmax(0,.8fr) auto}.admin-filters label,.admin-form label,.application-review__decision label{display:grid;min-width:0;align-content:start;gap:8px;color:#35473e;font-size:14px;font-weight:620}.admin-filters input,.admin-filters select,.admin-form input,.admin-form select,.admin-form textarea,.application-review__decision select,.application-review__decision textarea{width:100%;min-width:0;min-height:44px;border:1px solid #cfd9d3;border-radius:7px;background:#fff;color:#17231d;font:inherit;font-size:1rem;font-weight:400;transition:border-color .16s ease,box-shadow .16s ease}.admin-filters input,.admin-form input,.admin-form textarea,.application-review__decision textarea{padding:10px 12px}.admin-filters select,.admin-form select,.application-review__decision select{padding:0 36px 0 12px}.admin-form textarea,.application-review__decision textarea{resize:vertical;line-height:1.6}.admin-filters input:focus,.admin-filters select:focus,.admin-form input:focus,.admin-form select:focus,.admin-form textarea:focus,.application-review__decision select:focus,.application-review__decision textarea:focus{border-color:#658574;outline:2px solid rgba(65,101,81,.16);outline-offset:1px}.admin-toolbar__note{flex:0 1 400px;align-self:center;line-height:1.7;margin:0;color:#6e7b74;font-size:13px}.admin-batch-bar{display:flex;min-height:50px;align-items:center;justify-content:space-between;gap:16px;padding:9px 16px;border:1px solid #cbdad0;border-radius:6px;background:#eaf1ec;color:#264b39;font-size:14px;font-weight:650}.admin-batch-bar>div{display:flex;gap:8px}.admin-batch-bar button,.admin-pagination button,.admin-table__actions button{border:0;background:transparent;color:#355542;cursor:pointer;font-size:13px;font-weight:680}.admin-batch-bar button{padding:7px 11px;border:1px solid #b9cabe;border-radius:6px;background:#fff}.admin-panel{min-height:240px;overflow:hidden;border:1px solid #dce4df;border-radius:8px;background:#fff}.admin-table-wrap{overflow-x:auto}.admin-sort-hint{margin:0;padding:16px 20px;color:#52645a;font-size:13px}.admin-sort-cell{min-width:190px}.admin-table.admin-table--positions{min-width:1140px}.admin-table.admin-table--positions :is(th,td):nth-child(2){min-width:180px}.admin-table.admin-table--positions :is(th,td):nth-child(4){min-width:120px}.admin-table.admin-table--positions :is(th,td):nth-child(5){min-width:180px}.admin-table.admin-table--positions :is(th,td):nth-child(8){white-space:nowrap}.admin-sort-control{display:flex;align-items:center;gap:8px}.admin-sort-control input{width:100px;min-height:40px;padding:8px;border:1px solid #c9d5cd;border-radius:6px;background:#fff;color:#15241c;font:inherit}.admin-sort-control button{min-width:56px;min-height:40px;border:1px solid #c9d5cd;border-radius:6px;background:#f3f7f4;color:#355542;font:inherit;cursor:pointer}.admin-sort-control :is(input,button):focus-visible{outline:2px solid #395d21;outline-offset:2px}.admin-sort-control :disabled{opacity:.55;cursor:not-allowed}.admin-sort-error{max-width:210px;margin:6px 0 0;color:#a54646;font-size:12px}.admin-table{width:100%;min-width:900px;border-collapse:collapse;font-size:14px;line-height:1.6}.admin-table--applications{min-width:960px}.admin-table--audit{min-width:0;table-layout:fixed}.admin-table--audit th:nth-child(1){width:13%}.admin-table--audit th:nth-child(2){width:21%}.admin-table--audit th:nth-child(3){width:18%}.admin-table--audit th:nth-child(4){width:12%}.admin-table--audit th:nth-child(5){width:14%}.admin-table--audit th:nth-child(6){width:12%}.admin-table--audit th:nth-child(7){width:10%}.admin-table.admin-table--audit :is(th,td){padding:16px 12px;overflow-wrap:anywhere}.admin-table--audit td>small{font-size:12px}.admin-table--audit .admin-status{padding:4px 6px;gap:4px;font-size:11px}.admin-table--audit code{font-family:ui-monospace,Consolas,monospace;font-size:11px;-webkit-user-select:text;user-select:text}@media(max-width:700px){.admin-table--audit{min-width:760px}.admin-audit-scroll:before{display:block;position:sticky;left:0;padding:12px;color:#53685c;font-size:12px;content:"左右滑动查看完整日志"}}.admin-table th,.admin-table td{padding:18px 20px;border-bottom:1px solid #edf1ee;text-align:left;vertical-align:middle}.admin-table th{background:#f5f7f5;color:#52645a;font-size:12px;font-weight:600;letter-spacing:.02em;white-space:nowrap}.admin-table tbody tr{transition:background-color .16s ease}.admin-table tbody tr:hover,.admin-table tbody tr:focus-within{background:#f3f7f4}.admin-table tbody tr:last-child td{border-bottom:0}.admin-table td>strong,.admin-table td>small{display:block}.admin-table td>strong{color:#15241c;font-size:14px;font-weight:600}.admin-table td>small{margin-top:5px;color:#66756c;font-size:.875rem;overflow-wrap:anywhere}.admin-table code{color:#56655d;font-size:12px}.admin-table__check{width:42px;text-align:center!important}.admin-table__check input{width:17px;height:17px;accent-color:#395d21}.admin-table__actions{white-space:nowrap}.admin-table__actions :is(button,a){display:inline-flex;align-items:center;min-height:32px;padding:5px 9px;border:1px solid transparent;border-radius:4px;background:transparent;color:#254d3b;font-size:13px;font-weight:600;transition:background-color .16s ease,border-color .16s ease}.admin-table__actions :is(button,a)+:is(button,a){margin-left:6px}.admin-table__actions :is(button,a):hover{border-color:#92aa9c;background:#eaf2ed}.admin-table__actions button.is-danger{color:#a54646}.admin-table__actions button:disabled,.admin-batch-bar button:disabled,.admin-pagination button:disabled{cursor:not-allowed;opacity:.45}.admin-status{display:inline-flex;align-items:center;gap:6px;padding:5px 9px;border-radius:4px;background:#edf0ee;color:#67716c;font-size:12px;font-weight:550;white-space:nowrap}.admin-status:before{width:6px;height:6px;border-radius:50%;background:currentColor;content:""}.admin-status.is-published{background:#e9f1e9;color:#345b40}.admin-status.is-draft{background:#fff3d5;color:#8a651c}.admin-status.is-closed{background:#f3e9e9;color:#8d4a4a}.admin-loading,.admin-empty-state{display:grid;min-height:240px;place-content:center;justify-items:center;padding:42px 24px;text-align:center}.admin-loading>span{width:30px;height:30px;border:3px solid #dfe7e2;border-top-color:#416630;border-radius:50%;animation:admin-spin .8s linear infinite}.admin-loading p,.admin-empty-state p{margin:13px 0 0;color:#6d7972;font-size:14px;line-height:1.7}.admin-empty-state strong{font-size:18px}.admin-empty-state .button{margin-top:20px}@keyframes admin-spin{to{transform:rotate(360deg)}}.admin-pagination{display:flex;align-items:center;justify-content:flex-end;gap:18px;color:#6c7871;font-size:13px}.admin-pagination button{min-height:38px;padding:0 14px;border:1px solid #ced8d2;border-radius:6px;background:#fff}.admin-dialog{width:min(880px,100% - 40px);max-height:calc(100dvh - 48px);overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:#a3b4aa transparent;scroll-padding-block:110px 90px;padding:0;overflow:auto;border:0;border-radius:10px;background:#fff;color:var(--text-primary);box-shadow:0 34px 100px #07110e52}.admin-dialog--application{width:min(1080px,100% - 40px)}.admin-dialog::backdrop{background:#030a07ad;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.admin-form>header,.application-review>header{position:sticky;z-index:2;top:0;background:#fff;display:flex;align-items:flex-start;justify-content:space-between;gap:24px;padding:25px 28px 20px;border-bottom:1px solid #e5ebe7}.admin-form>header p,.application-review>header p{margin-bottom:4px;color:#5c7467;font-size:.8125rem;font-weight:760;letter-spacing:.14em}.admin-form>header h2,.application-review>header h2{margin:0;font-size:25px;letter-spacing:-.035em}.application-review>header span{display:block;margin-top:5px;color:#68766e;font-size:14px}.admin-form>header button,.application-review>header button{width:38px;height:38px;flex:0 0 auto;border:0;border-radius:50%;background:#f0f3f1;cursor:pointer;font-size:24px;line-height:1}.admin-form__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;padding:26px 28px}.admin-form__hint{color:#607067;font-size:.875rem;font-weight:400;line-height:1.6}.admin-form__notice{margin:24px 28px 0;padding:14px 16px;border:1px solid #e6d5b1;border-radius:8px;background:#fff9ed;color:#755221;font-size:.875rem;line-height:1.7}.admin-form__body{padding:24px 28px;line-height:1.7}.admin-form__grid>.admin-form__notice,.admin-form__body>.admin-form__notice{margin:0 0 4px}.admin-form__wide{grid-column:1/-1}.admin-form fieldset{display:flex;flex-wrap:wrap;gap:10px 18px;padding:14px;border:1px solid #d6dfd9;border-radius:8px}.admin-form legend{padding:0 6px;color:#35473e;font-size:14px;font-weight:620}.admin-checkbox{display:inline-flex!important;grid-column:auto;grid-template-columns:auto 1fr;align-items:center;gap:8px!important}.admin-checkbox input{width:17px;min-height:17px;accent-color:#426327}.admin-form>footer{position:sticky;z-index:2;bottom:0;background:#fff;display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px;padding:18px 28px 24px;border-top:1px solid #e5ebe7}.admin-loading--dialog{min-height:380px}.application-review__grid{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(0,1fr);gap:28px;align-items:start;padding:28px}.application-review__grid>section{min-width:0}.application-review__progress{padding:22px;border:1px solid #e1e8e3;border-radius:10px;background:#f7f9f8}.application-review h3{margin:0 0 18px;font-size:17px}.admin-detail-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;margin:0;overflow:hidden;background:#e1e7e3;border:1px solid #e1e7e3;border-radius:9px}.admin-detail-list>div{min-width:0;padding:16px 18px;background:#fff}.admin-detail-list dt{color:#77827c;font-size:12px}.admin-detail-list dd{margin:6px 0 0;line-height:1.6;overflow-wrap:anywhere;font-size:14px;font-weight:620}.admin-resume-card{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:16px;padding:14px;border:1px solid #dce5df;border-radius:9px;background:#f8faf8}.admin-resume-card>div{min-width:0}.admin-resume-card strong,.admin-resume-card small{display:block}.admin-resume-card strong{overflow-wrap:anywhere;font-size:14px;line-height:1.6}.admin-resume-card small{margin-top:4px;color:#77827c;font-size:12px}.admin-resume-card .button{min-height:38px;flex:0 0 auto;padding-inline:14px}.admin-timeline{display:grid;gap:0;margin:0;padding:0;list-style:none}.admin-timeline li{position:relative;display:grid;grid-template-columns:14px 1fr;gap:12px;padding-bottom:18px}.admin-timeline li:before{position:absolute;top:12px;bottom:0;left:5px;width:1px;background:#d8e0db;content:""}.admin-timeline li:last-child:before{display:none}.admin-timeline li>span{position:relative;z-index:1;width:11px;height:11px;margin-top:3px;border:2px solid #fff;border-radius:50%;background:#639037;box-shadow:0 0 0 1px #639037}.admin-timeline strong,.admin-timeline time,.admin-timeline small{display:block}.admin-timeline strong{font-size:14px}.admin-timeline time,.admin-timeline small{margin-top:3px;color:#7a857f;font-size:12px}.admin-timeline p{overflow-wrap:anywhere;white-space:pre-wrap;margin:7px 0 0;color:#4e5e55;font-size:13px;line-height:1.6}.application-review__decision{padding:22px 28px 28px;border-top:1px solid #e5ebe7;background:#f8faf8}.application-review__fields{display:grid;grid-template-columns:minmax(0,.7fr) minmax(0,1.3fr);align-items:start;gap:16px}.application-review__decision>p{margin:16px 0 0;line-height:1.7;color:#7b6253;font-size:14px}.admin-dialog :is(input,select,textarea):disabled{background:#eef2ef;color:#5c6c62;cursor:not-allowed}.admin-dialog :is(input,textarea)::placeholder,.admin-filters input::placeholder{color:#6b7971;font-weight:400}.admin-workspace .button,.admin-dialog .button{min-height:44px;border-radius:5px;padding-inline:18px;font-weight:550}.admin-workspace .button--accent,.admin-dialog .button--accent{background:#173c2e;color:#fff}.admin-workspace .button--accent:hover,.admin-dialog .button--accent:hover{background:#28523f}.admin-shell :focus-visible,.admin-dialog :focus-visible{outline:2px solid #729582;outline-offset:3px}.admin-dialog .button:hover,.admin-workspace .button:hover{transform:none}.admin-form>header button:hover,.application-review>header button:hover{background:#dfe9e3}.access-state{min-height:62vh;padding-block:100px}.access-state h1{max-width:680px;margin-bottom:18px;font-size:clamp(38px,6vw,68px);letter-spacing:-.05em;line-height:1.08}.access-state>p:not(.section-eyebrow){max-width:600px;color:var(--text-secondary);font-size:16px;line-height:1.8}@media(max-width:1050px){.main-nav__official{display:inline-flex}.admin-shell{grid-template-columns:1fr}.admin-sidebar{position:static;height:auto;padding:18px 24px}.admin-sidebar__brand,.admin-sidebar__account{display:none}.admin-sidebar nav{display:flex;margin:0;overflow-x:auto}.admin-sidebar nav a{flex:0 0 auto}}@media(min-width:701px)and (max-width:1250px){.admin-filters--wide{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-filters--wide>.button{justify-self:start}}@media(max-width:700px){.admin-workspace{padding:26px 16px 48px}.admin-sidebar{padding-inline:12px}.admin-sidebar nav a{min-height:43px;padding-inline:10px}.admin-sidebar nav a>span{display:none}.admin-toolbar,.admin-filters,.admin-filters--wide{display:grid;grid-template-columns:1fr;align-items:stretch}.admin-toolbar>.button,.admin-filters>.button{width:100%}.admin-batch-bar{align-items:flex-start;flex-direction:column}.admin-dialog,.admin-dialog--application{width:calc(100% - 20px);max-height:calc(100dvh - 20px);border-radius:10px}.admin-form__grid,.application-review__grid,.application-review__fields{grid-template-columns:1fr}.application-review__grid{gap:28px}.admin-form__wide{grid-column:auto}.admin-detail-list{grid-template-columns:1fr}.admin-form>header,.application-review>header,.admin-form__grid,.admin-form__body,.admin-form>footer,.application-review__grid,.application-review__decision{padding:20px}.admin-form__notice{margin-inline:20px}.admin-resume-card{align-items:stretch;flex-direction:column}.application-review__actions .button{flex:1 1 100%}.admin-pagination{justify-content:space-between;gap:8px}.admin-pagination span{text-align:center}}@media(prefers-reduced-motion:reduce){.admin-shell *,.admin-dialog *{transition:none!important}.admin-loading>span{animation-duration:1.8s}}.application-review__actions{display:flex;justify-content:flex-end;flex-wrap:wrap;gap:10px;margin-top:16px}.admin-table--privacy{min-width:900px}.admin-table__reason{max-width:320px;overflow-wrap:anywhere;white-space:normal}.privacy-request-status{display:inline-flex;flex:0 0 auto;align-items:center;gap:7px;padding:6px 10px;border-radius:999px;background:#eef1ef;color:#647069;font-size:12px;font-weight:700}.privacy-request-status:before{width:6px;height:6px;border-radius:50%;background:currentColor;content:""}.privacy-request-status.is-pending,.privacy-request-status.is-processing{background:#fff1d5;color:#7c5a19}.privacy-request-status.is-completed{background:#e5f0e2;color:#356829}.privacy-request-status.is-rejected{background:#f0e7e7;color:#8e4848}.editorial-hero,.article-detail-hero{padding:70px 0;background:#102a20;color:#fff}.editorial-hero__inner{display:grid;grid-template-columns:1.2fr 1fr;align-items:end;gap:60px}.editorial-hero h1,.article-detail-hero h1{margin-bottom:0;font-size:clamp(32px,4vw,48px);font-weight:620;line-height:1.2}.editorial-hero__inner>p,.article-detail-hero p:not(.section-eyebrow){max-width:680px;margin-bottom:0;color:#c5d2cb;line-height:1.9}.editorial-content{padding-block:70px 100px}.article-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.article-grid--two{grid-template-columns:repeat(2,minmax(0,1fr))}.article-card{display:flex;min-width:0;overflow:hidden;flex-direction:column;border:1px solid var(--border-color);border-radius:10px;background:#fff;transition:border-color .18s,box-shadow .18s}.article-card:hover{border-color:#8ca797;box-shadow:var(--shadow-soft)}.article-card__cover{position:relative;overflow:hidden;aspect-ratio:16/9;background:#dcebe1}.article-card__cover--technology{background:#dce5ef}.article-card__cover--growth{background:#ede8d7}.article-card__cover img{width:100%;height:100%;object-fit:cover}.article-card__body{display:flex;flex:1;flex-direction:column;padding:24px}.article-card__meta{display:flex;flex-wrap:wrap;justify-content:space-between;gap:10px;margin-bottom:18px;color:#5a6d61;font-size:12px}.article-card h3{font-size:21px;line-height:1.45}.article-card__body>p{flex:1;color:var(--text-secondary);font-size:14px;line-height:1.8}.article-card__link{display:flex;justify-content:space-between;margin-top:16px;color:#284b38;font-size:13px;font-weight:650}.article-card__link svg{width:18px;height:18px;flex-shrink:0;fill:none;stroke:currentColor;stroke-width:1.5}.article-grid--loading>div,.article-detail-skeleton span{min-height:360px;border-radius:10px;background:linear-gradient(100deg,#fff 25%,#e9eeeb 43%,#fff 62%);background-size:260% 100%;animation:skeleton 1.4s infinite linear}.technology-articles,.growth-articles,.home-stories{background:#eef3ef}.article-detail-skeleton,.article-detail-state{padding-block:70px}.article-detail-skeleton{display:grid;gap:22px}.article-detail-skeleton span{min-height:90px}.article-detail-hero a{display:inline-block;margin-bottom:24px;color:#d6e3db;font-size:14px}.article-detail-hero h1{max-width:900px;margin-bottom:24px}.article-detail-hero time{display:block;margin-top:28px;color:#b3c6ba;font-size:13px}.article-detail-hero{padding-block:36px 44px;background:var(--novxera-deep-green);border-bottom:1px solid #263a30}.article-detail-hero h1{max-width:880px;line-height:1.3;overflow-wrap:anywhere}.article-detail-hero p:not(.section-eyebrow){font-size:16px}.article-detail-layout{display:grid;grid-template-columns:240px minmax(0,1fr);gap:64px;padding-block:48px 80px}.article-detail-layout--plain{display:block;max-width:850px}.article-detail-body{min-width:0;max-width:780px}.article-detail-body h2{scroll-margin-top:100px;margin-block:40px 18px;padding-top:30px;border-top:1px solid var(--border-color);font-size:26px;line-height:1.5}.article-detail-body>p:first-child{padding:22px 24px;border-left:3px solid #315342;background:#fff;font-weight:500}.article-outline nav{position:sticky;top:108px}.article-outline p{font-size:14px;font-weight:650;color:#526259}.article-outline ol{margin:0;padding:0;list-style:none}.article-outline a{display:flex;gap:12px;padding:14px 0;border-top:1px solid var(--border-color);font-size:14px;line-height:1.7}.article-outline a span{color:#63796b;font-variant-numeric:tabular-nums}.article-outline a:hover{color:#315342;text-decoration:underline}@media(max-width:800px){.article-detail-layout{grid-template-columns:1fr;gap:24px;padding-block:32px 60px}.article-outline nav{position:static}.article-outline ol{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 20px}}@media(max-width:560px){.article-outline ol{grid-template-columns:1fr}.article-detail-body h2{font-size:24px}}.article-detail-body>p{margin-bottom:30px;font-size:16px;line-height:1.95;overflow-wrap:anywhere;white-space:pre-line}.article-detail-cta{display:flex;align-items:center;justify-content:space-between;gap:28px;padding:28px;margin-top:60px;border-radius:8px;background:#163c2b;color:#fff}.article-detail-cta strong,.article-detail-cta span{display:block}.article-detail-cta span{margin-top:8px;color:#c6d5cc;font-size:13px;line-height:1.8}.article-detail-cta .button{flex-shrink:0}.hero-copy__browse{margin-top:24px}@media(max-width:800px){.editorial-hero__inner{grid-template-columns:1fr;gap:28px}.article-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:560px){.article-grid{grid-template-columns:1fr}.editorial-hero,.article-detail-hero{padding-block:48px}.article-detail-cta{align-items:stretch;flex-direction:column}}.filter-hint{margin:0 0 18px;color:#68776e;font-size:12px;line-height:1.7}.filter-check-group{min-width:0;margin:0 0 22px;padding:0 0 18px;border:0;border-bottom:1px solid var(--border-color)}.filter-check-group legend{margin-bottom:13px;font-size:13px;font-weight:650}.filter-check-group legend small{margin-left:8px;color:#526b5a;font-weight:400}.filter-check-group label{display:flex;align-items:start;gap:9px;padding-block:6px;color:#46574c;cursor:pointer;font-size:12px;line-height:1.6}.filter-check-group input{flex-shrink:0;width:15px;height:15px;margin:2px 0 0;accent-color:#245b3d}.filter-notice{margin-bottom:20px;padding:12px;background:#fff5df;color:#745219;font-size:12px;line-height:1.8}.filter-notice button{border:0;background:none;color:#51401f;text-decoration:underline;cursor:pointer}.job-filters{max-height:calc(100vh - 125px);overflow-y:auto}@media(max-width:800px){.job-filters{height:100%;max-height:100dvh;padding-bottom:95px;overscroll-behavior:contain}.filter-apply{position:sticky;bottom:-70px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.job-filters,.article-card{transition:none}.article-grid--loading>div,.article-detail-skeleton span{animation:none}}select:not([multiple]){cursor:pointer;transition:border-color .16s ease,box-shadow .16s ease}select:not([multiple]):hover:not(:disabled){border-color:#91ad9a}select:not([multiple]):focus{border-color:#789b84;outline:none;box-shadow:0 0 0 3px #52756117}select:not([multiple]):disabled{cursor:not-allowed}@supports (appearance: base-select){select:not([multiple]),select:not([multiple])::picker(select){appearance:base-select}select:not([multiple]){align-items:center;gap:12px;padding-inline-end:12px}select:not([multiple])::picker-icon{width:14px;height:14px;flex-shrink:0;margin-inline-start:auto;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='m4 6 4 4 4-4' stroke='%23536f5f' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat;content:"";transition:rotate .16s ease}select:not([multiple]):open::picker-icon{rotate:180deg}select:not([multiple])::picker(select){padding:6px;margin-block:6px;max-height:min(320px,60dvh);max-width:calc(100vw - 24px);overflow-y:auto;border:1px solid #dce5df;border-radius:8px;background:#fff;color:#243d2f;box-shadow:0 10px 28px #071b161f;font-family:inherit}select:not([multiple]) option{min-height:38px;padding:9px 12px;gap:10px;border-radius:4px;background:#fff;color:#314b3c;font-size:13px;font-weight:400;line-height:1.5;white-space:normal;overflow-wrap:anywhere}select:not([multiple]) option:is(:hover,:focus,:checked):not(:disabled){background:#edf4ec;color:#244f35}select:not([multiple]) option:checked:not(:disabled){font-weight:600}select:not([multiple]) option:disabled{color:#78877e;background:#fff}select:not([multiple]) option::checkmark{color:#63856b}}@media(prefers-reduced-motion:reduce){select:not([multiple]),select:not([multiple])::picker-icon{transition:none}}body[data-app-theme=candidate]{--candidate-header-height: 80px;--novxera-deep-green: #3370ff;--novxera-surface-green: #245bdb;--novxera-accent: #3370ff;--page-background: #f7f8fa;--card-background: #fff;--text-primary: #1f2329;--text-secondary: #646a73;--border-color: #e5e6eb;--shadow-soft: 0 4px 24px rgb(31 35 41 / 5%);--campus-dark: #f7f9fc;--campus-dark-raised: #edf3ff;--campus-light: #1f2329;--campus-accent: #3370ff;--campus-ink: #1f2329;--campus-muted: #646a73;--campus-green: #2862df;--campus-line: #e5e6eb;--campus-white: #fff;--campus-paper: #f7f8fa;--el-color-primary: #3370ff;--el-color-primary-light-9: #edf3ff;--el-border-color: #dfe1e6;--el-text-color-primary: #1f2329;background:#fff;font-family:PingFang SC,Microsoft YaHei,Arial,sans-serif}.app-shell--candidate.app-shell--candidate.app-shell--candidate{--candidate-header-height: 80px;--novxera-deep-green: #3370ff;--novxera-surface-green: #245bdb;--novxera-accent: #3370ff;--page-background: #f7f8fa;--card-background: #fff;--text-primary: #1f2329;--text-secondary: #646a73;--border-color: #e5e6eb;--shadow-soft: 0 4px 24px rgb(31 35 41 / 5%);--campus-dark: #f7f9fc;--campus-dark-raised: #edf3ff;--campus-light: #1f2329;--campus-accent: #3370ff;--campus-ink: #1f2329;--campus-muted: #646a73;--campus-green: #2862df;--campus-line: #e5e6eb;--campus-white: #fff;--campus-paper: #f7f8fa;--el-color-primary: #3370ff;--el-color-primary-light-9: #edf3ff;--el-border-color: #dfe1e6;--el-text-color-primary: #1f2329;color:var(--text-primary);background:#fff;font-family:PingFang SC,Microsoft YaHei,Arial,sans-serif}.app-shell--candidate.app-shell--candidate.app-shell--candidate .page-container{width:min(100% - 64px,1200px)}.app-shell--candidate.app-shell--candidate.app-shell--candidate main{min-width:0}.app-shell--candidate.app-shell--candidate.app-shell--candidate h1,.app-shell--candidate.app-shell--candidate.app-shell--candidate h2{text-wrap:balance}.app-shell--candidate.app-shell--candidate.app-shell--candidate .section-block{padding-block:88px}.app-shell--candidate.app-shell--candidate.app-shell--candidate .section-eyebrow{color:#2862df;letter-spacing:.12em;font-size:12px}.app-shell--candidate.app-shell--candidate.app-shell--candidate .section-heading{gap:24px;margin-bottom:44px}.app-shell--candidate.app-shell--candidate.app-shell--candidate .section-heading h2{color:#1f2329;font-weight:650;font-size:clamp(28px,3.2vw,44px);line-height:1.35;letter-spacing:0}.app-shell--candidate.app-shell--candidate.app-shell--candidate .section-heading p,.app-shell--candidate.app-shell--candidate.app-shell--candidate .section-heading>p{color:#646a73}.app-shell--candidate.app-shell--candidate.app-shell--candidate .button{min-height:44px;padding-inline:26px;border-radius:24px;font-size:15px;font-weight:500;box-shadow:none}.app-shell--candidate.app-shell--candidate.app-shell--candidate .button--primary,.app-shell--candidate.app-shell--candidate.app-shell--candidate .button--accent{border:1px solid #3370ff;background:#3370ff;color:#fff}.app-shell--candidate.app-shell--candidate.app-shell--candidate .button--primary:hover,.app-shell--candidate.app-shell--candidate.app-shell--candidate .button--accent:hover{background:#245bdb;border-color:#245bdb}.app-shell--candidate.app-shell--candidate.app-shell--candidate .button--outline{color:#2862df;background:#fff;border-color:#b8cfff}.app-shell--candidate.app-shell--candidate.app-shell--candidate .button--outline:hover{background:#edf3ff}.app-shell--candidate.app-shell--candidate.app-shell--candidate .button--danger{color:#b42318;border-color:#f1c4c1}.app-shell--candidate.app-shell--candidate.app-shell--candidate .button--danger:hover{color:#b42318;background:#fff1f0}.app-shell--candidate.app-shell--candidate.app-shell--candidate .button:disabled{opacity:.48;cursor:not-allowed}.app-shell--candidate.app-shell--candidate.app-shell--candidate .text-link{color:#2862df;font-size:14px}.app-shell--candidate.app-shell--candidate.app-shell--candidate .text-link>span{border:0;background:none}.app-shell--candidate.app-shell--candidate.app-shell--candidate a:focus-visible,.app-shell--candidate.app-shell--candidate.app-shell--candidate button:focus-visible,.app-shell--candidate.app-shell--candidate.app-shell--candidate input:focus-visible,.app-shell--candidate.app-shell--candidate.app-shell--candidate select:focus-visible,.app-shell--candidate.app-shell--candidate.app-shell--candidate textarea:focus-visible{outline:2px solid #3370ff;outline-offset:4px}.app-shell--candidate.app-shell--candidate.app-shell--candidate input,.app-shell--candidate.app-shell--candidate.app-shell--candidate select,.app-shell--candidate.app-shell--candidate.app-shell--candidate textarea{accent-color:#3370ff;color:#1f2329}.app-shell--candidate.app-shell--candidate.app-shell--candidate input::placeholder,.app-shell--candidate.app-shell--candidate.app-shell--candidate textarea::placeholder{color:#8f959e}.app-shell--candidate.app-shell--candidate.app-shell--candidate input:focus,.app-shell--candidate.app-shell--candidate.app-shell--candidate select:focus,.app-shell--candidate.app-shell--candidate.app-shell--candidate textarea:focus{border-color:#3370ff}.app-shell--candidate.app-shell--candidate.app-shell--candidate .site-header{height:var(--candidate-header-height);background:#fff;border-bottom:1px solid #f2f3f5;color:#1f2329;box-shadow:none}.app-shell--candidate.app-shell--candidate.app-shell--candidate .site-header__inner{width:min(100% - 64px,1440px);height:var(--candidate-header-height);gap:26px}.app-shell--candidate.app-shell--candidate.app-shell--candidate .header-brand{display:flex;align-items:center;gap:12px;flex-shrink:0}.app-shell--candidate.app-shell--candidate.app-shell--candidate .brand-logo{color:#1f2329;gap:8px}.app-shell--candidate.app-shell--candidate.app-shell--candidate .brand-logo img{width:34px;height:34px}.app-shell--candidate.app-shell--candidate.app-shell--candidate .brand-logo>span{font-size:23px}.app-shell--candidate.app-shell--candidate.app-shell--candidate .campus-badge{color:#fff;background:#3663b8;font-size:12px;border-radius:3px;padding:4px 6px;white-space:nowrap}.app-shell--candidate.app-shell--candidate.app-shell--candidate .main-nav{height:100%;gap:28px;margin-inline:auto}.app-shell--candidate.app-shell--candidate.app-shell--candidate .main-nav>a{display:flex;align-items:center;color:#1f2329;font-size:16px;font-weight:500;padding:0;height:100%;white-space:nowrap}.app-shell--candidate.app-shell--candidate.app-shell--candidate .main-nav>a:hover,.app-shell--candidate.app-shell--candidate.app-shell--candidate .main-nav>a.router-link-exact-active{color:#2862df}.app-shell--candidate.app-shell--candidate.app-shell--candidate .main-nav>.main-nav__official{display:none}.app-shell--candidate.app-shell--candidate.app-shell--candidate .main-nav>a:after{height:2px;background:#3370ff;bottom:16px}.app-shell--candidate.app-shell--candidate.app-shell--candidate .site-header__actions{gap:16px}.app-shell--candidate.app-shell--candidate.app-shell--candidate .official-link{color:#1f2329;border:1px solid #3370ff;border-radius:24px;padding:10px 18px;font-size:14px;white-space:nowrap}.app-shell--candidate.app-shell--candidate.app-shell--candidate .login-link{display:grid;place-items:center;min-width:80px;min-height:40px;padding:8px 24px;border:0;border-radius:24px;background:#3370ff;color:#fff;font-size:15px}.app-shell--candidate.app-shell--candidate.app-shell--candidate .login-link:hover{background:#245bdb;color:#fff}.app-shell--candidate.app-shell--candidate.app-shell--candidate .account-menu-trigger{border-color:#dfe1e6;background:#fff;color:#1f2329;border-radius:22px}.app-shell--candidate.app-shell--candidate.app-shell--candidate .account-menu-trigger:hover,.app-shell--candidate.app-shell--candidate.app-shell--candidate .account-menu-trigger[aria-expanded=true]{color:#2862df;border-color:#3370ff;background:#edf3ff}.app-shell--candidate.app-shell--candidate.app-shell--candidate .account-menu-trigger__chevron{color:#646a73}.app-shell--candidate.app-shell--candidate.app-shell--candidate .site-header__actions .account-link--admin{color:#2862df;background:#edf3ff;border-color:#c8d9ff}.app-shell--candidate.app-shell--candidate.app-shell--candidate .menu-toggle span{background:#1f2329}.app-shell--candidate.app-shell--candidate.app-shell--candidate .main-nav__account,.app-shell--candidate.app-shell--candidate.app-shell--candidate .main-nav__account a,.app-shell--candidate.app-shell--candidate.app-shell--candidate .main-nav__account button{color:#1f2329}.app-shell--candidate.app-shell--candidate.app-shell--candidate .site-footer{padding:66px 0;background:#101214;color:#fff}.app-shell--candidate.app-shell--candidate.app-shell--candidate .campus-footer{display:grid;grid-template-columns:2fr 1fr 1fr 48px;gap:48px;align-items:start}.app-shell--candidate.app-shell--candidate.app-shell--candidate .campus-footer .brand-logo{color:#fff}.app-shell--candidate.app-shell--candidate.app-shell--candidate .campus-footer__brand>p{margin:20px 0;color:#c4c7cd;font-size:14px}.app-shell--candidate.app-shell--candidate.app-shell--candidate .campus-footer__brand small{color:#66716b;font-size:12px;line-height:1.8}.app-shell--candidate.app-shell--candidate.app-shell--candidate .campus-footer__column{display:grid;gap:18px;font-size:14px}.app-shell--candidate.app-shell--candidate.app-shell--candidate .campus-footer__column h2{margin:0 0 8px;color:#9fa4ac;font-size:15px;font-weight:400}.app-shell--candidate.app-shell--candidate.app-shell--candidate .campus-footer__column a:hover{color:#81a7ff}.app-shell--candidate.app-shell--candidate.app-shell--candidate .back-to-top{width:48px;height:48px;border:1px solid #afb3ba;border-radius:50%;background:transparent;color:#fff;font-size:24px;cursor:pointer}.app-shell--candidate.app-shell--candidate.app-shell--candidate .job-search{border:1px solid #dfe1e6;border-radius:36px;background:#fff;box-shadow:none}.app-shell--candidate.app-shell--candidate.app-shell--candidate .job-search:focus-within{border-color:#3370ff;box-shadow:0 0 0 3px #3370ff1a}.app-shell--candidate.app-shell--candidate.app-shell--candidate .job-search button{color:#fff;background:#3370ff;border-radius:28px}.app-shell--candidate.app-shell--candidate.app-shell--candidate .job-search button:hover{background:#245bdb}.app-shell--candidate.app-shell--candidate.app-shell--candidate .job-search--compact button{background:#f2f3f5;color:#646a73}.app-shell--candidate.app-shell--candidate.app-shell--candidate .job-search--compact button:hover{background:#edf3ff;color:#2862df}.app-shell--candidate.app-shell--candidate.app-shell--candidate .job-search input{color:#1f2329}.app-shell--candidate.app-shell--candidate.app-shell--candidate .position-intro{background:linear-gradient(100deg,#f5f8ff,#eaf3ff);border:0;padding-block:38px}.app-shell--candidate.app-shell--candidate.app-shell--candidate .position-intro h1{color:#1f2329}.app-shell--candidate.app-shell--candidate.app-shell--candidate .position-intro .section-eyebrow{color:#2862df}.app-shell--candidate.app-shell--candidate.app-shell--candidate .position-intro__inner>p{color:#646a73}@media(min-width:801px){.app-shell--candidate.app-shell--candidate.app-shell--candidate .positions-content{padding-top:44px}}.app-shell--candidate.app-shell--candidate.app-shell--candidate .job-filters{background:#fff;border-color:#e5e6eb}.app-shell--candidate.app-shell--candidate.app-shell--candidate .filter-check-group label{color:#4c5159}.app-shell--candidate.app-shell--candidate.app-shell--candidate .filter-check-group label:hover,.app-shell--candidate.app-shell--candidate.app-shell--candidate .job-filters__header button:not(:disabled):hover{color:#2862df}.app-shell--candidate.app-shell--candidate.app-shell--candidate .filter-group select{border-color:#dfe1e6;background-color:#fff}.app-shell--candidate.app-shell--candidate.app-shell--candidate .filter-hint{color:#7b818a}.app-shell--candidate.app-shell--candidate.app-shell--candidate .job-list-item{border-color:#e5e6eb;background:#fff;color:#1f2329}.app-shell--candidate.app-shell--candidate.app-shell--candidate .job-list-item:is(:hover,:focus-visible){background:#fff;box-shadow:0 5px 24px #1f232914}.app-shell--candidate.app-shell--candidate.app-shell--candidate .job-list-item:hover h2{color:#2862df}.app-shell--candidate.app-shell--candidate.app-shell--candidate .job-list-item__meta,.app-shell--candidate.app-shell--candidate.app-shell--candidate .job-list-item__summary,.app-shell--candidate.app-shell--candidate.app-shell--candidate .job-list-item__details{color:#646a73}.app-shell--candidate.app-shell--candidate.app-shell--candidate .pagination{gap:8px;flex-wrap:wrap}.app-shell--candidate.app-shell--candidate.app-shell--candidate .pagination button{min-width:36px;min-height:36px;border:1px solid #e5e6eb;border-radius:6px;color:#646a73;background:#fff;padding:6px 12px}.app-shell--candidate.app-shell--candidate.app-shell--candidate .pagination button[aria-current=page]{color:#fff;background:#3370ff;border-color:#3370ff}.app-shell--candidate.app-shell--candidate.app-shell--candidate .pagination button:not(:disabled):hover{border-color:#3370ff;color:#2862df;background:#edf3ff}.app-shell--candidate.app-shell--candidate.app-shell--candidate .mobile-filter-button{color:#2862df;border-color:#b8cfff;background:#fff;border-radius:20px}@media(max-width:1180px){.app-shell--candidate.app-shell--candidate.app-shell--candidate .site-header__inner{gap:16px;width:calc(100% - 40px)}.app-shell--candidate.app-shell--candidate.app-shell--candidate .campus-badge{display:none}.app-shell--candidate.app-shell--candidate.app-shell--candidate .main-nav{gap:20px}.app-shell--candidate.app-shell--candidate.app-shell--candidate .main-nav>a{font-size:14px}.app-shell--candidate.app-shell--candidate.app-shell--candidate .official-link{display:none}}@media(max-width:1050px){.app-shell--candidate.app-shell--candidate.app-shell--candidate .main-nav{height:auto;top:80px;max-height:calc(100dvh - 80px);padding:20px;border-color:#e5e6eb;background:#fff;box-shadow:0 16px 24px #1f23291a}.app-shell--candidate.app-shell--candidate.app-shell--candidate .main-nav>a{min-height:44px;padding-block:12px;font-size:16px;border-color:#e5e6eb}.app-shell--candidate.app-shell--candidate.app-shell--candidate .main-nav>.main-nav__official{display:flex}.app-shell--candidate.app-shell--candidate.app-shell--candidate .main-nav__account :is(a,button){border-color:#e5e6eb}}@media(max-width:800px){.app-shell--candidate.app-shell--candidate.app-shell--candidate{--candidate-header-height: 64px}.app-shell--candidate.app-shell--candidate.app-shell--candidate .page-container{width:calc(100% - 40px)}.app-shell--candidate.app-shell--candidate.app-shell--candidate .section-block{padding-block:56px}.app-shell--candidate.app-shell--candidate.app-shell--candidate .site-header,.app-shell--candidate.app-shell--candidate.app-shell--candidate .site-header__inner{height:var(--candidate-header-height)}.app-shell--candidate.app-shell--candidate.app-shell--candidate .site-header__inner{width:calc(100% - 32px)}.app-shell--candidate.app-shell--candidate.app-shell--candidate .brand-logo>span{font-size:22px}.app-shell--candidate.app-shell--candidate.app-shell--candidate .main-nav{top:64px;max-height:calc(100dvh - 64px)}.app-shell--candidate.app-shell--candidate.app-shell--candidate .main-nav>a{min-height:44px;padding-block:12px;font-size:16px}.app-shell--candidate.app-shell--candidate.app-shell--candidate .main-nav>.main-nav__official{display:flex}.app-shell--candidate.app-shell--candidate.app-shell--candidate .main-nav>a:after{bottom:4px}.app-shell--candidate.app-shell--candidate.app-shell--candidate .main-nav__account{border-color:#e5e6eb}.app-shell--candidate.app-shell--candidate.app-shell--candidate .site-header__actions{display:none}.app-shell--candidate.app-shell--candidate.app-shell--candidate .menu-toggle{display:grid;margin-left:auto}.app-shell--candidate.app-shell--candidate.app-shell--candidate .campus-footer{grid-template-columns:1fr 1fr;gap:36px 24px}.app-shell--candidate.app-shell--candidate.app-shell--candidate .campus-footer__brand{grid-column:1/-1}.app-shell--candidate.app-shell--candidate.app-shell--candidate .back-to-top{grid-column:2;justify-self:end}.app-shell--candidate.app-shell--candidate.app-shell--candidate .section-heading{align-items:flex-start;flex-direction:column;gap:16px}}@media(prefers-reduced-motion:reduce){.app-shell--candidate.app-shell--candidate.app-shell--candidate *,.app-shell--candidate.app-shell--candidate.app-shell--candidate *:before,.app-shell--candidate.app-shell--candidate.app-shell--candidate *:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}body[data-app-theme=candidate] .site-account-menu.el-popper{--el-text-color-regular: #1f2329;--el-dropdown-menuItem-hover-color: #2862df;--el-dropdown-menuItem-hover-fill: #edf3ff;border-color:#e5e6eb}body[data-app-theme=candidate] .site-account-menu .el-dropdown-menu__item{color:#1f2329}body[data-app-theme=candidate] .site-account-menu .el-dropdown-menu__item:not(.is-disabled):is(:hover,:focus){color:#2862df;background:#edf3ff}body[data-app-theme=candidate] .el-message{--el-message-text-color: #1f2329;--el-message-border-color: #e5e6eb;box-shadow:0 6px 24px #1f23291f}body[data-app-theme=candidate] .el-message--error{--el-message-text-color: #b42318}body[data-app-theme=candidate] .el-message--warning{--el-message-text-color: #805a13}body[data-app-theme=candidate] .candidate-confirm.el-message-box{width:min(440px,100vw - 40px);padding:28px;border:1px solid #e5e6eb;border-radius:14px;box-shadow:0 24px 80px #1f232933}body[data-app-theme=candidate] .candidate-confirm .el-message-box__title{color:#1f2329;font-size:22px}body[data-app-theme=candidate] .candidate-confirm .el-message-box__message{color:#646a73;line-height:1.8;overflow-wrap:anywhere}body[data-app-theme=candidate] .candidate-confirm .el-message-box__btns{padding-top:24px;gap:12px}body[data-app-theme=candidate] .candidate-confirm .el-button{min-height:40px;padding-inline:22px;border-radius:24px}body[data-app-theme=candidate] .candidate-confirm .el-button--primary{--el-button-bg-color: #3370ff;--el-button-border-color: #3370ff;--el-button-hover-bg-color: #245bdb;--el-button-hover-border-color: #245bdb}body[data-app-theme=candidate] .candidate-confirm :focus-visible{outline:2px solid #3370ff;outline-offset:3px}body[data-app-theme=candidate] .dialog-backdrop{background:#0f172a66}body[data-app-theme=candidate] .application-dialog{color:#1f2329;border:1px solid #e5e6eb;border-radius:14px;box-shadow:0 24px 80px #1f232933}body[data-app-theme=candidate] .application-dialog .section-eyebrow{color:#2862df}body[data-app-theme=candidate] .application-dialog__intro,body[data-app-theme=candidate] .consent-field{color:#646a73}body[data-app-theme=candidate] .application-dialog .button{border-radius:24px}body[data-app-theme=candidate] .application-dialog .button--primary{background:#3370ff;color:#fff;border-color:#3370ff}body[data-app-theme=candidate] .application-dialog .button--outline{background:#fff;color:#2862df;border-color:#b8cfff}body[data-app-theme=candidate] .dialog-resume.is-selected{background:#edf3ff;border-color:#3370ff}body[data-app-theme=candidate] .dialog-resume__type{color:#2862df;background:#edf3ff}body[data-app-theme=candidate] .application-dialog input{accent-color:#3370ff}body[data-app-theme=candidate] .application-dialog:focus-visible,body[data-app-theme=candidate] .application-dialog :focus-visible{outline:2px solid #3370ff;outline-offset:3px}@media(prefers-reduced-motion:reduce){body[data-app-theme=candidate] *,body[data-app-theme=candidate] *:before,body[data-app-theme=candidate] *:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}@media(max-width:600px)and (orientation:portrait){body[data-app-theme=candidate]:has(.home-view){min-width:0}}.app-shell--candidate.app-shell--candidate.app-shell--candidate .campus-hero{position:relative;display:grid;grid-template-rows:minmax(0,1fr) auto;width:100%;height:min(57.27vw,100vh - var(--candidate-header-height));height:min(57.27vw,100svh - var(--candidate-header-height));padding-bottom:24px;background:linear-gradient(110deg,#f7f7fa,#eeeef7 28%,#e0ecfa 62%,#cdf3f3)}.app-shell--candidate.app-shell--candidate.app-shell--candidate .campus-hero__title{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.app-shell--candidate.app-shell--candidate.app-shell--candidate .campus-hero__visual{position:relative;justify-self:center;min-width:0;max-width:100%;height:100%;min-height:0;aspect-ratio:1657/600;overflow:hidden;-webkit-mask-image:linear-gradient(to bottom,transparent,#000 10%,#000 90%,transparent);mask-image:linear-gradient(to bottom,transparent,#000 10%,#000 90%,transparent)}.app-shell--candidate.app-shell--candidate.app-shell--candidate .campus-hero__image{position:absolute;top:50%;left:50%;display:block;width:100%;height:auto;transform:translate(-50%,-50%);-webkit-mask-image:linear-gradient(to right,transparent,#000 3%,#000 97%,transparent),linear-gradient(to bottom,transparent,#000 12%,#000 88%,transparent);mask-image:linear-gradient(to right,transparent,#000 3%,#000 97%,transparent),linear-gradient(to bottom,transparent,#000 12%,#000 88%,transparent);-webkit-mask-composite:source-in;mask-composite:intersect}.app-shell--candidate.app-shell--candidate.app-shell--candidate .campus-hero__search{width:min(680px,70%);margin-inline:auto;background:transparent}.app-shell--candidate.app-shell--candidate.app-shell--candidate .campus-hero .job-search{padding:8px 10px 8px 24px;min-height:64px;gap:12px}.app-shell--candidate.app-shell--candidate.app-shell--candidate .campus-hero .job-search button{padding-inline:24px;min-height:46px}.app-shell--candidate.app-shell--candidate.app-shell--candidate .campus-hero .job-search input{font-size:16px;min-width:0;width:100%}.app-shell--candidate.app-shell--candidate.app-shell--candidate .campus-hero__links{display:flex;justify-content:center;align-items:center;gap:18px;margin-top:14px;font-size:13px;color:#646a73}.app-shell--candidate.app-shell--candidate.app-shell--candidate .campus-hero__links>*{flex-shrink:0;white-space:nowrap}.app-shell--candidate.app-shell--candidate.app-shell--candidate .campus-hero__links button{padding:2px 0;background:none;border:0;cursor:pointer}.app-shell--candidate.app-shell--candidate.app-shell--candidate .campus-hero__links a,.app-shell--candidate.app-shell--candidate.app-shell--candidate .campus-hero__links button:hover{color:#2862df}.app-shell--candidate.app-shell--candidate.app-shell--candidate .section-heading--stacked,.app-shell--candidate.app-shell--candidate.app-shell--candidate .program-section .section-heading{flex-direction:column;align-items:center;text-align:center;gap:16px}.app-shell--candidate.app-shell--candidate.app-shell--candidate .section-heading--stacked>p,.app-shell--candidate.app-shell--candidate.app-shell--candidate .program-section .section-heading>p{max-width:760px;margin:0;font-size:16px}.app-shell--candidate.app-shell--candidate.app-shell--candidate .program-section{background:#fff;padding-top:32px}.app-shell--candidate.app-shell--candidate.app-shell--candidate .program-section .section-heading h2:before{content:"";display:inline-block;width:42px;height:42px;margin-right:14px;vertical-align:-.1em;background:url(/campus/assets/title-accent-abBE6gM1.png) center/contain no-repeat}.app-shell--candidate.app-shell--candidate.app-shell--candidate .program-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px;border:0}.app-shell--candidate.app-shell--candidate.app-shell--candidate .program-card{container-type:inline-size;padding:30px 26px 26px;border:1px solid #e5e6eb;border-radius:10px;color:#1f2329;background:#fff;min-width:0;transition:border-color .18s ease,box-shadow .18s ease}.app-shell--candidate.app-shell--candidate.app-shell--candidate .program-card:is(:hover,:focus-visible){border-color:#a8c3ff;background:#fff;box-shadow:0 8px 28px #3370ff17}.app-shell--candidate.app-shell--candidate.app-shell--candidate .program-card__index{font-size:20px;font-weight:600;color:#3370ff}.app-shell--candidate.app-shell--candidate.app-shell--candidate .program-card h3{font-size:clamp(16px,9cqi,23px);white-space:nowrap;min-height:68px;margin:22px 0 18px;padding-bottom:18px;position:relative;color:#1f2329}.app-shell--candidate.app-shell--candidate.app-shell--candidate .program-card h3:after{content:"";width:44px;height:4px;position:absolute;bottom:0;left:0;background:#3370ff}.app-shell--candidate.app-shell--candidate.app-shell--candidate .program-card__intro{font-size:15px;line-height:1.8;color:#646a73;min-height:82px}.app-shell--candidate.app-shell--candidate.app-shell--candidate .program-card__details{border:0;padding-top:16px}.app-shell--candidate.app-shell--candidate.app-shell--candidate .program-card__details dt{font-size:14px;color:#1f2329}.app-shell--candidate.app-shell--candidate.app-shell--candidate .program-card__details dd{color:#646a73;font-size:14px;line-height:1.85;margin-bottom:28px}.app-shell--candidate.app-shell--candidate.app-shell--candidate .program-card__action{color:#2862df;font-size:14px;padding-top:12px}.app-shell--candidate.app-shell--candidate.app-shell--candidate .growth-benefits{background:#f5f5f5}.app-shell--candidate.app-shell--candidate.app-shell--candidate .growth-benefits__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:32px}.app-shell--candidate.app-shell--candidate.app-shell--candidate .growth-benefits__card{min-width:0;padding:40px 40px 48px;border-radius:24px;background:#fff;text-align:left}.app-shell--candidate.app-shell--candidate.app-shell--candidate .growth-benefits__icon{display:block;width:76.92%;height:auto;aspect-ratio:5/4;margin:0 auto;object-fit:contain}.app-shell--candidate.app-shell--candidate.app-shell--candidate .growth-benefits__card h3{margin:32px 0 24px;color:#000c;font-size:32px;font-weight:500;line-height:40px}.app-shell--candidate.app-shell--candidate.app-shell--candidate .growth-benefits__card p{margin:0;color:#0009;font-size:20px;line-height:28px;overflow-wrap:anywhere}@media(max-width:1275px){.app-shell--candidate.app-shell--candidate.app-shell--candidate .growth-benefits__card{padding:30px}.app-shell--candidate.app-shell--candidate.app-shell--candidate .growth-benefits__card h3{margin:24px 0 18px;font-size:28px;line-height:36px}.app-shell--candidate.app-shell--candidate.app-shell--candidate .growth-benefits__card p{font-size:16px;line-height:24px}}@media(max-width:1023px){.app-shell--candidate.app-shell--candidate.app-shell--candidate .growth-benefits__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:599px){.app-shell--candidate.app-shell--candidate.app-shell--candidate .growth-benefits__grid{grid-template-columns:minmax(0,1fr)}}.app-shell--candidate.app-shell--candidate.app-shell--candidate .featured-section{background:#f7f9fc;border:0}.app-shell--candidate.app-shell--candidate.app-shell--candidate .featured-jobs{display:grid;gap:16px;border:0}.app-shell--candidate.app-shell--candidate.app-shell--candidate .featured-jobs .job-list-item{border:1px solid #e5e6eb;border-radius:8px;padding:28px 32px}.app-shell--candidate.app-shell--candidate.app-shell--candidate .home-stories{background:#fff}.app-shell--candidate.app-shell--candidate.app-shell--candidate .article-grid,.app-shell--candidate.app-shell--candidate.app-shell--candidate .article-grid--editorial{grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}.app-shell--candidate.app-shell--candidate.app-shell--candidate .article-card,.app-shell--candidate.app-shell--candidate.app-shell--candidate .article-card--editorial{display:flex;flex-direction:column;border:1px solid #e5e6eb;border-radius:10px;background:#fff;overflow:hidden;padding-top:0;box-shadow:none}.app-shell--candidate.app-shell--candidate.app-shell--candidate .article-card:hover{border-color:#b8cfff;box-shadow:0 8px 24px #1f23290f}.app-shell--candidate.app-shell--candidate.app-shell--candidate .article-card .article-card__cover{margin:0;background:#edf3ff}.app-shell--candidate.app-shell--candidate.app-shell--candidate .article-card__body,.app-shell--candidate.app-shell--candidate.app-shell--candidate .article-card--editorial .article-card__body{padding:30px;display:flex;flex:1;flex-direction:column}.app-shell--candidate.app-shell--candidate.app-shell--candidate .article-card__meta,.app-shell--candidate.app-shell--candidate.app-shell--candidate .article-card--editorial .article-card__meta{color:#646a73;font-size:12px;margin-bottom:24px}.app-shell--candidate.app-shell--candidate.app-shell--candidate .article-card h3,.app-shell--candidate.app-shell--candidate.app-shell--candidate .article-card--editorial h3{color:#1f2329;font-size:22px;font-weight:600;line-height:1.5}.app-shell--candidate.app-shell--candidate.app-shell--candidate .article-card:hover h3{color:#2862df}.app-shell--candidate.app-shell--candidate.app-shell--candidate .article-card__body>p{color:#646a73;font-size:15px;line-height:1.9}.app-shell--candidate.app-shell--candidate.app-shell--candidate .article-card__link{color:#2862df;font-size:14px;margin-top:auto;padding-top:24px}.app-shell--candidate.app-shell--candidate.app-shell--candidate .article-card__link>span{background:none;color:#2862df}.app-shell--candidate.app-shell--candidate.app-shell--candidate .stories-content .article-card h3,.app-shell--candidate.app-shell--candidate.app-shell--candidate .technology-articles .article-card h3{text-wrap:balance}.app-shell--candidate.app-shell--candidate.app-shell--candidate .stories-content .article-card:focus-visible,.app-shell--candidate.app-shell--candidate.app-shell--candidate .technology-articles .article-card:focus-visible{outline:2px solid #2862df;outline-offset:4px;border-color:#b8cfff;box-shadow:0 8px 24px #1f23290f}.app-shell--candidate.app-shell--candidate.app-shell--candidate .stories-content .article-card:focus-visible h3,.app-shell--candidate.app-shell--candidate.app-shell--candidate .technology-articles .article-card:focus-visible h3{color:#2862df}.app-shell--candidate.app-shell--candidate.app-shell--candidate .technology-articles .article-card__link{margin-top:auto;justify-content:space-between}@media(min-width:601px){.app-shell--candidate.app-shell--candidate.app-shell--candidate .technology-articles .article-card h3{min-height:3em}}.app-shell--candidate.app-shell--candidate.app-shell--candidate .editorial-view{background:#fff}.app-shell--candidate.app-shell--candidate.app-shell--candidate .editorial-hero{color:#1f2329;background:#fff;border:0;padding:80px 0 30px}.app-shell--candidate.app-shell--candidate.app-shell--candidate .editorial-hero__inner{display:block;text-align:center}.app-shell--candidate.app-shell--candidate.app-shell--candidate .editorial-hero h1{color:#1f2329;font-size:clamp(32px,4vw,48px);line-height:1.4;font-weight:650;margin-bottom:22px}.app-shell--candidate.app-shell--candidate.app-shell--candidate .editorial-hero h1 br{display:none}.app-shell--candidate.app-shell--candidate.app-shell--candidate .editorial-hero__inner>p{color:#646a73;font-size:17px;max-width:760px;margin:0 auto;line-height:1.85}.app-shell--candidate.app-shell--candidate.app-shell--candidate .product-directions{background:#fff}.app-shell--candidate.app-shell--candidate.app-shell--candidate .product-overview{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px;border:0}.app-shell--candidate.app-shell--candidate.app-shell--candidate .product-overview__item{padding:36px;border:1px solid #e5e6eb;border-radius:10px;background:#fff;color:#1f2329}.app-shell--candidate.app-shell--candidate.app-shell--candidate .product-overview__item:is(:hover,:focus-visible,:active){background:#f9fbff;border-color:#a8c3ff;color:#1f2329}.app-shell--candidate.app-shell--candidate.app-shell--candidate .product-overview__meta{color:#2862df;font-size:14px}.app-shell--candidate.app-shell--candidate.app-shell--candidate .product-overview__item h3{margin:28px 0 20px;font-family:inherit;font-size:30px;font-weight:600}.app-shell--candidate.app-shell--candidate.app-shell--candidate .product-overview__item p{min-height:0;color:#646a73;font-size:16px;line-height:1.9}.app-shell--candidate.app-shell--candidate.app-shell--candidate .product-overview__item ul{color:#646a73;border-color:#e5e6eb;font-size:15px}.app-shell--candidate.app-shell--candidate.app-shell--candidate .product-overview__link{color:#2862df;font-size:14px}.app-shell--candidate.app-shell--candidate.app-shell--candidate .technology-articles,.app-shell--candidate.app-shell--candidate.app-shell--candidate .growth-articles{background:#f7f9fc}.app-shell--candidate.app-shell--candidate.app-shell--candidate .recruitment-faq{padding-block:80px;--el-color-primary: #3370ff}.app-shell--candidate.app-shell--candidate.app-shell--candidate .recruitment-faq__heading{color:#1f2329;background:#fff;text-align:center}.app-shell--candidate.app-shell--candidate.app-shell--candidate .recruitment-faq__heading>p{margin-inline:auto}.app-shell--candidate.app-shell--candidate.app-shell--candidate .recruitment-faq__letter{color:#3370ff}.app-shell--candidate.app-shell--candidate.app-shell--candidate .recruitment-faq__heading h1{color:#1f2329;font-size:clamp(30px,3.6vw,48px);font-weight:650}.app-shell--candidate.app-shell--candidate.app-shell--candidate .recruitment-faq__heading>p{color:#646a73;font-size:16px}.app-shell--candidate.app-shell--candidate.app-shell--candidate .recruitment-faq__question{color:#1f2329;font-weight:500}.app-shell--candidate.app-shell--candidate.app-shell--candidate .recruitment-faq__list .el-collapse-item__header:is(:hover,:focus-visible){color:#2862df}.app-shell--candidate.app-shell--candidate.app-shell--candidate .recruitment-faq__list .el-collapse-item__content{color:#646a73}.app-shell--candidate.app-shell--candidate.app-shell--candidate .recruitment-faq__answer .recruitment-faq__letter{color:#3370ff}.app-shell--candidate.app-shell--candidate.app-shell--candidate .recruitment-faq__list .el-collapse-item__arrow{background:#edf3ff;color:#2862df}.app-shell--candidate.app-shell--candidate.app-shell--candidate .recruitment-faq__toggle{background:#fff;border:1px solid #b8cfff;color:#2862df;border-radius:24px}.app-shell--candidate.app-shell--candidate.app-shell--candidate .stories-content{background:#f7f9fc}.app-shell--candidate.app-shell--candidate.app-shell--candidate .position-intro{position:relative;overflow:hidden;min-height:200px}.app-shell--candidate.app-shell--candidate.app-shell--candidate .position-intro__inner{position:relative;z-index:1}.app-shell--candidate.app-shell--candidate.app-shell--candidate .position-intro__inner>p{max-width:320px}.app-shell--candidate.app-shell--candidate.app-shell--candidate .position-intro__image{position:absolute;right:0;top:50%;transform:translateY(-50%);width:430px;height:auto;opacity:.15;pointer-events:none}.app-shell--candidate.app-shell--candidate.app-shell--candidate .filter-check-group legend{width:100%}.app-shell--candidate.app-shell--candidate.app-shell--candidate .filter-group-toggle{display:flex;justify-content:space-between;gap:12px;width:100%;border:0;padding:0;background:none;color:#1f2329;font-size:15px;font-weight:600;text-align:left;cursor:pointer}.app-shell--candidate.app-shell--candidate.app-shell--candidate .filter-group-toggle>span:last-child{color:#8f959e}.app-shell--candidate.app-shell--candidate.app-shell--candidate .position-detail-view,.app-shell--candidate.app-shell--candidate.app-shell--candidate .profile-view,.app-shell--candidate.app-shell--candidate.app-shell--candidate .application-detail-view,.app-shell--candidate.app-shell--candidate.app-shell--candidate .article-detail-view{background:#f7f8fa;color:#1f2329}.app-shell--candidate.app-shell--candidate.app-shell--candidate .detail-paper,.app-shell--candidate.app-shell--candidate.app-shell--candidate .detail-related,.app-shell--candidate.app-shell--candidate.app-shell--candidate .account-panel,.app-shell--candidate.app-shell--candidate.app-shell--candidate .application-summary,.app-shell--candidate.app-shell--candidate.app-shell--candidate .application-timeline,.app-shell--candidate.app-shell--candidate.app-shell--candidate .article-detail-body{border-color:#e5e6eb;border-radius:8px;box-shadow:0 4px 20px #1f23290a;background:#fff}.app-shell--candidate.app-shell--candidate.app-shell--candidate .detail-facts,.app-shell--candidate.app-shell--candidate.app-shell--candidate .detail-summary>p,.app-shell--candidate.app-shell--candidate.app-shell--candidate .detail-section>p:not(.section-eyebrow),.app-shell--candidate.app-shell--candidate.app-shell--candidate .detail-section li,.app-shell--candidate.app-shell--candidate.app-shell--candidate .detail-related__item p,.app-shell--candidate.app-shell--candidate.app-shell--candidate .detail-related__item small,.app-shell--candidate.app-shell--candidate.app-shell--candidate .detail-return,.app-shell--candidate.app-shell--candidate.app-shell--candidate .detail-information dt{color:#646a73}.app-shell--candidate.app-shell--candidate.app-shell--candidate .detail-section h2:before,.app-shell--candidate.app-shell--candidate.app-shell--candidate .detail-related>h2:before{background:#3370ff}.app-shell--candidate.app-shell--candidate.app-shell--candidate .detail-related__item:hover h3{color:#2862df}.app-shell--candidate.app-shell--candidate.app-shell--candidate .position-application__progress{border-color:#3370ff;color:#646a73}.app-shell--candidate.app-shell--candidate.app-shell--candidate .position-application__progress strong,.app-shell--candidate.app-shell--candidate.app-shell--candidate .position-application__progress a,.app-shell--candidate.app-shell--candidate.app-shell--candidate .position-application__message button{color:#2862df}.app-shell--candidate.app-shell--candidate.app-shell--candidate .auth-page{display:block;min-height:calc(100dvh - 80px);background:#fff}.app-shell--candidate.app-shell--candidate.app-shell--candidate .auth-page__panel{padding:64px 24px 90px}.app-shell--candidate.app-shell--candidate.app-shell--candidate .auth-card{width:100%;max-width:480px;margin:auto}.app-shell--candidate.app-shell--candidate.app-shell--candidate .auth-card h2{font-size:26px;color:#2862df;line-height:1.5;margin:14px 0}.app-shell--candidate.app-shell--candidate.app-shell--candidate .auth-card>.section-eyebrow{display:none}.app-shell--candidate.app-shell--candidate.app-shell--candidate .auth-card__back{color:#646a73;font-size:14px}.app-shell--candidate.app-shell--candidate.app-shell--candidate .auth-card__intro{color:#646a73;font-size:15px;margin-bottom:32px}.app-shell--candidate.app-shell--candidate.app-shell--candidate .candidate-form{gap:24px}.app-shell--candidate.app-shell--candidate.app-shell--candidate .form-field>span{color:#4c5159;font-size:14px}.app-shell--candidate.app-shell--candidate.app-shell--candidate .form-field input,.app-shell--candidate.app-shell--candidate.app-shell--candidate .form-field select,.app-shell--candidate.app-shell--candidate.app-shell--candidate .password-input{color:#1f2329;background:#fff;border-color:#dfe1e6;border-radius:8px;font-size:15px}.app-shell--candidate.app-shell--candidate.app-shell--candidate .auth-card .form-field>input,.app-shell--candidate.app-shell--candidate.app-shell--candidate .auth-card .password-input{min-height:46px;border-radius:26px}.app-shell--candidate.app-shell--candidate.app-shell--candidate .auth-card .form-field>input{padding-inline:18px}.app-shell--candidate.app-shell--candidate.app-shell--candidate .auth-card .password-input input{border:0;min-width:0;border-radius:26px;padding-inline:18px}.app-shell--candidate.app-shell--candidate.app-shell--candidate .password-input button{color:#646a73}.app-shell--candidate.app-shell--candidate.app-shell--candidate .form-field :is(input,select):focus,.app-shell--candidate.app-shell--candidate.app-shell--candidate .password-input:focus-within{border-color:#3370ff;box-shadow:0 0 0 3px #3370ff17}.app-shell--candidate.app-shell--candidate.app-shell--candidate .auth-submit{width:100%;min-height:46px;margin-top:8px}.app-shell--candidate.app-shell--candidate.app-shell--candidate .auth-card__switch{color:#646a73;font-size:14px}.app-shell--candidate.app-shell--candidate.app-shell--candidate .auth-card__switch a{color:#2862df}.app-shell--candidate.app-shell--candidate.app-shell--candidate .consent-field{color:#646a73;font-size:14px}.app-shell--candidate.app-shell--candidate.app-shell--candidate .account-hero{background:#fff;color:#1f2329;border-bottom:1px solid #e5e6eb;padding-block:40px}.app-shell--candidate.app-shell--candidate.app-shell--candidate .account-hero h1{color:#1f2329;font-size:32px}.app-shell--candidate.app-shell--candidate.app-shell--candidate .account-hero p:not(.section-eyebrow),.app-shell--candidate.app-shell--candidate.app-shell--candidate .account-hero .detail-back{color:#646a73}.app-shell--candidate.app-shell--candidate.app-shell--candidate .account-tabs{border-color:#e5e6eb;border-radius:8px}.app-shell--candidate.app-shell--candidate.app-shell--candidate .account-tabs button{font-size:15px;color:#646a73}.app-shell--candidate.app-shell--candidate.app-shell--candidate .account-tabs button:hover,.app-shell--candidate.app-shell--candidate.app-shell--candidate .account-tabs button.is-active{color:#2862df;background:#edf3ff}.app-shell--candidate.app-shell--candidate.app-shell--candidate .account-tabs button.is-active:before{background:#3370ff}.app-shell--candidate.app-shell--candidate.app-shell--candidate .account-tabs button span{color:#2862df;background:#edf3ff}.app-shell--candidate.app-shell--candidate.app-shell--candidate .account-tabs__label,.app-shell--candidate.app-shell--candidate.app-shell--candidate .account-panel__heading .section-eyebrow{color:#646a73;font-size:12px}.app-shell--candidate.app-shell--candidate.app-shell--candidate .account-panel__heading>p,.app-shell--candidate.app-shell--candidate.app-shell--candidate .account-hint{color:#646a73;font-size:14px}.app-shell--candidate.app-shell--candidate.app-shell--candidate .resume-card,.app-shell--candidate.app-shell--candidate.app-shell--candidate .application-row{border-color:#e5e6eb}.app-shell--candidate.app-shell--candidate.app-shell--candidate .resume-card__icon{color:#2862df;background:#edf3ff;border-color:#c8d9ff;font-size:12px}.app-shell--candidate.app-shell--candidate.app-shell--candidate .resume-card p,.app-shell--candidate.app-shell--candidate.app-shell--candidate .application-row__main p{color:#646a73;font-size:13px}.app-shell--candidate.app-shell--candidate.app-shell--candidate .resume-card__actions button,.app-shell--candidate.app-shell--candidate.app-shell--candidate .application-row__actions :is(button,a){font-size:14px;color:#2862df}.app-shell--candidate.app-shell--candidate.app-shell--candidate .resume-card__actions .danger-link,.app-shell--candidate.app-shell--candidate.app-shell--candidate .application-row__actions .danger-link{color:#b42318}.app-shell--candidate.app-shell--candidate.app-shell--candidate .default-badge{color:#2862df;background:#edf3ff;font-size:12px}.app-shell--candidate.app-shell--candidate.app-shell--candidate .application-row>div>span{color:#646a73;font-size:14px}.app-shell--candidate.app-shell--candidate.app-shell--candidate .application-row>div>strong{color:#4c5159;font-size:14px}.app-shell--candidate.app-shell--candidate.app-shell--candidate .status-badge{color:#2862df;background:#edf3ff;font-size:13px}.app-shell--candidate.app-shell--candidate.app-shell--candidate .status-badge.is-active{color:#2862df;background:#edf3ff}.app-shell--candidate.app-shell--candidate.app-shell--candidate .status-badge.is-success{color:#13764b;background:#eaf7ef}.app-shell--candidate.app-shell--candidate.app-shell--candidate .status-badge.is-muted{color:#646a73;background:#f2f3f5}.app-shell--candidate.app-shell--candidate.app-shell--candidate .account-empty{background:#fafbfc;border-color:#e5e6eb}.app-shell--candidate.app-shell--candidate.app-shell--candidate .application-timeline li>span{background:#3370ff;border-color:#dce8ff}.app-shell--candidate.app-shell--candidate.app-shell--candidate .application-timeline li:not(:last-child):after{background:#e1e9fa}.app-shell--candidate.app-shell--candidate.app-shell--candidate .application-timeline strong{color:#1f2329}.app-shell--candidate.app-shell--candidate.app-shell--candidate .application-timeline time,.app-shell--candidate.app-shell--candidate.app-shell--candidate .application-timeline__notice,.app-shell--candidate.app-shell--candidate.app-shell--candidate .application-facts dt{color:#646a73}.app-shell--candidate.app-shell--candidate.app-shell--candidate .application-facts dd{color:#4c5159}.app-shell--candidate.app-shell--candidate.app-shell--candidate .article-detail-hero{background:#fff;border-color:#e5e6eb;padding-top:40px}.app-shell--candidate.app-shell--candidate.app-shell--candidate .article-detail-back,.app-shell--candidate.app-shell--candidate.app-shell--candidate .article-detail-meta time{color:#646a73;border-color:#dfe1e6}.app-shell--candidate.app-shell--candidate.app-shell--candidate .article-detail-back:hover,.app-shell--candidate.app-shell--candidate.app-shell--candidate .article-detail-meta .section-eyebrow{color:#2862df}.app-shell--candidate.app-shell--candidate.app-shell--candidate .article-detail-hero h1{color:#1f2329}.app-shell--candidate.app-shell--candidate.app-shell--candidate .article-detail-hero p:not(.section-eyebrow),.app-shell--candidate.app-shell--candidate.app-shell--candidate .article-detail-body>p,.app-shell--candidate.app-shell--candidate.app-shell--candidate .article-detail-body>p:first-child{color:#4c5159}.app-shell--candidate.app-shell--candidate.app-shell--candidate .article-detail-body h2{color:#1f2329;border-color:#3370ff}.app-shell--candidate.app-shell--candidate.app-shell--candidate .article-outline a{color:#646a73}.app-shell--candidate.app-shell--candidate.app-shell--candidate .article-outline a:hover{color:#2862df}.app-shell--candidate.app-shell--candidate.app-shell--candidate .article-detail-cta{color:#1f2329;border-color:#e5e6eb}.app-shell--candidate.app-shell--candidate.app-shell--candidate .article-detail-cta span{color:#646a73}.app-shell--candidate.app-shell--candidate.app-shell--candidate .article-detail-cta .button{color:#fff;background:#3370ff;border-radius:24px;font-size:14px}.app-shell--candidate.app-shell--candidate.app-shell--candidate .article-detail-cta .button:hover{background:#245bdb}.app-shell--candidate.app-shell--candidate.app-shell--candidate .empty-state{border-color:#e5e6eb;background:#fff}.app-shell--candidate.app-shell--candidate.app-shell--candidate .empty-state__mark{color:#3370ff;background:#edf3ff}@media(max-width:1100px){.app-shell--candidate.app-shell--candidate.app-shell--candidate .program-grid,.app-shell--candidate.app-shell--candidate.app-shell--candidate .article-grid,.app-shell--candidate.app-shell--candidate.app-shell--candidate .article-grid--editorial{grid-template-columns:repeat(2,minmax(0,1fr))}.app-shell--candidate.app-shell--candidate.app-shell--candidate .campus-hero__links{margin-top:10px}}@media(max-width:800px){.app-shell--candidate.app-shell--candidate.app-shell--candidate .campus-hero{height:min(57.27vw + 128px,100vh - var(--candidate-header-height));height:min(57.27vw + 128px,100svh - var(--candidate-header-height))}.app-shell--candidate.app-shell--candidate.app-shell--candidate .campus-hero__search{width:calc(100% - 40px)}.app-shell--candidate.app-shell--candidate.app-shell--candidate .campus-hero .job-search{display:flex;flex-direction:row;align-items:center;min-height:54px;padding:6px 6px 6px 16px;gap:8px}.app-shell--candidate.app-shell--candidate.app-shell--candidate .campus-hero .job-search>svg{position:static;width:18px;height:18px;flex-shrink:0;margin:0}.app-shell--candidate.app-shell--candidate.app-shell--candidate .campus-hero .job-search button{min-height:40px;padding-inline:16px;font-size:14px;flex-shrink:0;margin-top:0}.app-shell--candidate.app-shell--candidate.app-shell--candidate .campus-hero .job-search input{font-size:14px;padding:0;min-height:40px;flex:1}.app-shell--candidate.app-shell--candidate.app-shell--candidate .campus-hero__links{flex-wrap:wrap;gap:12px;font-size:12px}.app-shell--candidate.app-shell--candidate.app-shell--candidate .editorial-hero{padding:48px 0 12px}.app-shell--candidate.app-shell--candidate.app-shell--candidate .editorial-hero h1 br{display:block}.app-shell--candidate.app-shell--candidate.app-shell--candidate .editorial-hero__inner>p{font-size:15px}.app-shell--candidate.app-shell--candidate.app-shell--candidate .recruitment-faq{padding-block:48px}.app-shell--candidate.app-shell--candidate.app-shell--candidate .recruitment-faq__question{font-size:16px}.app-shell--candidate.app-shell--candidate.app-shell--candidate .recruitment-faq__answer{padding-right:0}.app-shell--candidate.app-shell--candidate.app-shell--candidate .recruitment-faq__answer p{font-size:15px}.app-shell--candidate.app-shell--candidate.app-shell--candidate .position-intro{min-height:180px;padding-block:28px}.app-shell--candidate.app-shell--candidate.app-shell--candidate .position-intro__image{width:320px;opacity:.12}.app-shell--candidate.app-shell--candidate.app-shell--candidate .account-hero{padding-block:28px}.app-shell--candidate.app-shell--candidate.app-shell--candidate .account-hero h1{font-size:26px}.app-shell--candidate.app-shell--candidate.app-shell--candidate .auth-page{min-height:calc(100dvh - 64px)}.app-shell--candidate.app-shell--candidate.app-shell--candidate .auth-page__panel{padding:36px 20px 56px}}@media(max-width:600px)and (orientation:portrait){.app-shell--candidate.app-shell--candidate.app-shell--candidate .campus-hero--mobile-art{grid-template-rows:auto minmax(0,1fr) auto;row-gap:clamp(12px,4vw,20px);height:min(150vw,100vh - var(--candidate-header-height));height:min(150vw,100svh - var(--candidate-header-height));padding-top:clamp(28px,8vw,40px)}.app-shell--candidate.app-shell--candidate.app-shell--candidate .campus-hero--mobile-art .campus-hero__title{position:static;width:auto;height:auto;margin:0;padding:0 20px;overflow:visible;clip:auto;clip-path:none;white-space:normal;text-align:center;color:#17191d;font-size:clamp(26px,7.5vw,32px);font-style:italic;font-synthesis:weight style;font-weight:900;line-height:1.18;letter-spacing:-.04em}.app-shell--candidate.app-shell--candidate.app-shell--candidate .campus-hero--mobile-art .campus-hero__headline{display:block}html[lang=en] .app-shell--candidate.app-shell--candidate.app-shell--candidate .campus-hero--mobile-art .campus-hero__title{font-size:clamp(20px,5.6vw,28px)}.app-shell--candidate.app-shell--candidate.app-shell--candidate .campus-hero--mobile-art .campus-hero__english{display:block;margin-top:6px;color:#3370ff;font-size:14px;font-weight:800;line-height:1.2;letter-spacing:.025em}.app-shell--candidate.app-shell--candidate.app-shell--candidate .campus-hero--mobile-art .campus-hero__visual{display:block;width:calc(100% - 16px);aspect-ratio:auto;-webkit-mask-image:none;mask-image:none}.app-shell--candidate.app-shell--candidate.app-shell--candidate .campus-hero--mobile-art .campus-hero__image{position:static;width:100%;height:100%;object-fit:contain;transform:none;-webkit-mask-image:none;mask-image:none}.app-shell--candidate.app-shell--candidate.app-shell--candidate .campus-hero--mobile-art .job-search input{font-size:16px}}@media(max-width:600px){.app-shell--candidate.app-shell--candidate.app-shell--candidate .program-grid,.app-shell--candidate.app-shell--candidate.app-shell--candidate .product-overview,.app-shell--candidate.app-shell--candidate.app-shell--candidate .article-grid,.app-shell--candidate.app-shell--candidate.app-shell--candidate .article-grid--editorial{grid-template-columns:1fr}.app-shell--candidate.app-shell--candidate.app-shell--candidate .program-card{padding:28px 24px}.app-shell--candidate.app-shell--candidate.app-shell--candidate .program-card h3{min-height:0;margin-top:18px}.app-shell--candidate.app-shell--candidate.app-shell--candidate .program-card__intro{min-height:0;margin-bottom:0}.app-shell--candidate.app-shell--candidate.app-shell--candidate .product-overview__item{padding:28px}.app-shell--candidate.app-shell--candidate.app-shell--candidate .featured-jobs .job-list-item,.app-shell--candidate.app-shell--candidate.app-shell--candidate .article-card__body{padding:24px}.app-shell--candidate.app-shell--candidate.app-shell--candidate .form-field>span,.app-shell--candidate.app-shell--candidate.app-shell--candidate .account-tabs button{font-size:14px}}.app-shell--candidate.app-shell--candidate.app-shell--candidate .site-header__inner{grid-template-columns:auto minmax(0,1fr) auto auto;column-gap:20px}.app-shell--candidate.app-shell--candidate.app-shell--candidate .header-brand{grid-column:1;grid-row:1}.app-shell--candidate.app-shell--candidate.app-shell--candidate .main-nav{grid-column:2;grid-row:1;gap:20px}.app-shell--candidate.app-shell--candidate.app-shell--candidate .site-header__actions{grid-column:3;grid-row:1}.app-shell--candidate.app-shell--candidate.app-shell--candidate .language-switch{grid-column:4;grid-row:1;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:8px 0;min-height:44px;background:transparent;border:0;color:#344761;font-size:13px;white-space:nowrap;cursor:pointer}.app-shell--candidate.app-shell--candidate.app-shell--candidate .language-switch svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.4}.app-shell--candidate.app-shell--candidate.app-shell--candidate .language-switch:hover{color:#2862df}@media(max-width:1180px){.app-shell--candidate.app-shell--candidate.app-shell--candidate .main-nav{gap:16px}.app-shell--candidate.app-shell--candidate.app-shell--candidate .site-header__inner{column-gap:14px}}@media(max-width:1050px){.app-shell--candidate.app-shell--candidate.app-shell--candidate .site-header__inner{grid-template-columns:minmax(0,1fr) auto auto;column-gap:12px}.app-shell--candidate.app-shell--candidate.app-shell--candidate .language-switch{grid-column:2}.app-shell--candidate.app-shell--candidate.app-shell--candidate .menu-toggle{grid-column:3;grid-row:1;margin-left:0}.app-shell--candidate.app-shell--candidate.app-shell--candidate .main-nav{gap:0}}html[lang=en] .app-shell--candidate.app-shell--candidate.app-shell--candidate{font-family:Segoe UI,Arial,sans-serif}html[lang=en] .app-shell--candidate.app-shell--candidate.app-shell--candidate .main-nav>a{font-size:14px}html[lang=en] .app-shell--candidate.app-shell--candidate.app-shell--candidate .button,html[lang=en] .app-shell--candidate.app-shell--candidate.app-shell--candidate .login-link,html[lang=en] .app-shell--candidate.app-shell--candidate.app-shell--candidate .official-link{font-size:14px}html[lang=en] .app-shell--candidate.app-shell--candidate.app-shell--candidate .login-link{padding-inline:18px;min-width:70px}html[lang=en] .app-shell--candidate.app-shell--candidate.app-shell--candidate .section-heading h2,html[lang=en] .app-shell--candidate.app-shell--candidate.app-shell--candidate .growth-page__title,html[lang=en] .app-shell--candidate.app-shell--candidate.app-shell--candidate .growth-page__opening h1,html[lang=en] .app-shell--candidate.app-shell--candidate.app-shell--candidate .account-hero h1,html[lang=en] .app-shell--candidate.app-shell--candidate.app-shell--candidate .position-intro h1,html[lang=en] .app-shell--candidate.app-shell--candidate.app-shell--candidate .article-detail-header h1{font-size:clamp(28px,3vw,40px);line-height:1.25;letter-spacing:-.025em;overflow-wrap:anywhere}html[lang=en] .app-shell--candidate.app-shell--candidate.app-shell--candidate p{line-height:1.7}html[lang=en] .app-shell--candidate.app-shell--candidate.app-shell--candidate .program-card h3,html[lang=en] .app-shell--candidate.app-shell--candidate.app-shell--candidate .job-list-item h3,html[lang=en] .app-shell--candidate.app-shell--candidate.app-shell--candidate .article-card h3{font-size:20px;line-height:1.35}html[lang=en] .app-shell--candidate.app-shell--candidate.app-shell--candidate .program-card h3{white-space:normal;overflow-wrap:anywhere}html[lang=en] .app-shell--candidate.app-shell--candidate.app-shell--candidate .program-card__intro,html[lang=en] .app-shell--candidate.app-shell--candidate.app-shell--candidate .program-card__details{min-height:0}html[lang=en] .app-shell--candidate.app-shell--candidate.app-shell--candidate .program-card__details dd{line-height:1.6}html[lang=en] .app-shell--candidate.app-shell--candidate.app-shell--candidate .product-overview__item p{min-height:0;line-height:1.7}html[lang=en] .app-shell--candidate.app-shell--candidate.app-shell--candidate .growth-page{font-family:inherit}html[lang=en] .app-shell--candidate.app-shell--candidate.app-shell--candidate .growth-page__principles h2{font-size:24px;line-height:1.4}html[lang=en] .app-shell--candidate.app-shell--candidate.app-shell--candidate .growth-page__principles p,html[lang=en] .app-shell--candidate.app-shell--candidate.app-shell--candidate .growth-page__introduction,html[lang=en] .app-shell--candidate.app-shell--candidate.app-shell--candidate .growth-detail-copy p,html[lang=en] .app-shell--candidate.app-shell--candidate.app-shell--candidate .growth-social-heading p,html[lang=en] .app-shell--candidate.app-shell--candidate.app-shell--candidate .growth-social-copy__cards p{font-size:16px;line-height:1.7}html[lang=en] .app-shell--candidate.app-shell--candidate.app-shell--candidate .growth-detail-copy h3,html[lang=en] .app-shell--candidate.app-shell--candidate.app-shell--candidate .growth-social-heading h3{font-size:22px;line-height:1.4}html[lang=en] .app-shell--candidate.app-shell--candidate.app-shell--candidate .growth-traits-copy h3{font-size:17px;line-height:1.4}html[lang=en] .app-shell--candidate.app-shell--candidate.app-shell--candidate .growth-traits-copy{grid-auto-rows:minmax(108px,auto)}html[lang=en] .app-shell--candidate.app-shell--candidate.app-shell--candidate .growth-page__benefits-title>span{display:inline}html[lang=en] .app-shell--candidate.app-shell--candidate.app-shell--candidate .growth-page__title--center,html[lang=en] .app-shell--candidate.app-shell--candidate.app-shell--candidate .growth-page__introduction--center{text-align:center}html[lang=en] .app-shell--candidate.app-shell--candidate.app-shell--candidate .growth-page--english .growth-page__artwork{display:none}html[lang=en] .app-shell--candidate.app-shell--candidate.app-shell--candidate .growth-page--english .growth-page__mobile{position:static;width:auto;height:auto;margin:0;overflow:visible;clip-path:none}html[lang=en] .app-shell--candidate.app-shell--candidate.app-shell--candidate .growth-team-copy{display:grid;gap:32px}html[lang=en] .app-shell--candidate.app-shell--candidate.app-shell--candidate .growth-team-copy article{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:40px}html[lang=en] .app-shell--candidate.app-shell--candidate.app-shell--candidate .growth-team-copy article:nth-child(2n) .growth-crop{order:2}html[lang=en] .app-shell--candidate.app-shell--candidate.app-shell--candidate .growth-team-copy__text h3{font-size:22px;line-height:1.4;margin:0 0 16px}html[lang=en] .app-shell--candidate.app-shell--candidate.app-shell--candidate .growth-team-copy__text p{font-size:16px;line-height:1.7;margin:0}html[lang=en] .app-shell--candidate.app-shell--candidate.app-shell--candidate .growth-reward{border:1px solid #e1e1e3;border-radius:16px}html[lang=en] .app-shell--candidate.app-shell--candidate.app-shell--candidate .growth-reward__copy{padding:28px 24px}html[lang=en] .app-shell--candidate.app-shell--candidate.app-shell--candidate .growth-reward__heading{display:flex;gap:16px;align-items:center;justify-content:space-between;border-bottom:1px solid #e3e3e5;padding-bottom:20px;margin-bottom:20px}html[lang=en] .app-shell--candidate.app-shell--candidate.app-shell--candidate .growth-reward__heading h3{font-size:22px;line-height:1.4;margin:0}html[lang=en] .app-shell--candidate.app-shell--candidate.app-shell--candidate .growth-reward__heading .growth-crop{flex:0 0 38px;border-radius:0}html[lang=en] .app-shell--candidate.app-shell--candidate.app-shell--candidate .growth-reward__copy p{font-size:16px;line-height:1.7;margin:0}html[lang=en] .app-shell--candidate.app-shell--candidate.app-shell--candidate .detail-section p,html[lang=en] .app-shell--candidate.app-shell--candidate.app-shell--candidate .detail-section li,html[lang=en] .app-shell--candidate.app-shell--candidate.app-shell--candidate .article-body p{font-size:16px;line-height:1.75}html[lang=en] .app-shell--candidate.app-shell--candidate.app-shell--candidate .candidate-form input,html[lang=en] .app-shell--candidate.app-shell--candidate.app-shell--candidate .candidate-form select,html[lang=en] .app-shell--candidate.app-shell--candidate.app-shell--candidate .candidate-form textarea{font-size:16px}html[lang=en] .app-shell--candidate.app-shell--candidate.app-shell--candidate .job-filters label,html[lang=en] .app-shell--candidate.app-shell--candidate.app-shell--candidate .filter-option{overflow-wrap:anywhere}html[lang=en] .app-shell--candidate.app-shell--candidate.app-shell--candidate .consent-field{align-items:flex-start}html[lang=en] .app-shell--candidate.app-shell--candidate.app-shell--candidate .consent-field>span{line-height:1.65}html[lang=en] .app-shell--candidate.app-shell--candidate.app-shell--candidate .account-tabs button{white-space:normal}@media(max-width:767px){html[lang=en] .app-shell--candidate.app-shell--candidate.app-shell--candidate .section-heading h2,html[lang=en] .app-shell--candidate.app-shell--candidate.app-shell--candidate .growth-page__title,html[lang=en] .app-shell--candidate.app-shell--candidate.app-shell--candidate .growth-page__opening h1,html[lang=en] .app-shell--candidate.app-shell--candidate.app-shell--candidate .account-hero h1,html[lang=en] .app-shell--candidate.app-shell--candidate.app-shell--candidate .position-intro h1,html[lang=en] .app-shell--candidate.app-shell--candidate.app-shell--candidate .article-detail-header h1{font-size:28px}html[lang=en] .app-shell--candidate.app-shell--candidate.app-shell--candidate .growth-page__principles h2{font-size:21px}html[lang=en] .app-shell--candidate.app-shell--candidate.app-shell--candidate .growth-traits-copy{grid-auto-rows:minmax(88px,auto)}html[lang=en] .app-shell--candidate.app-shell--candidate.app-shell--candidate .growth-team-copy article{grid-template-columns:1fr;gap:0}html[lang=en] .app-shell--candidate.app-shell--candidate.app-shell--candidate .growth-team-copy article:nth-child(2n) .growth-crop{order:0}html[lang=en] .app-shell--candidate.app-shell--candidate.app-shell--candidate .growth-team-copy__text{padding:24px}html[lang=en] .app-shell--candidate.app-shell--candidate.app-shell--candidate .growth-reward__heading h3,html[lang=en] .app-shell--candidate.app-shell--candidate.app-shell--candidate .growth-detail-copy h3,html[lang=en] .app-shell--candidate.app-shell--candidate.app-shell--candidate .growth-social-heading h3{font-size:21px}}
