:root{font-family:Inter,Noto Sans SC,Microsoft YaHei,system-ui,sans-serif;color:#173557;background:#f7fbff;font-synthesis:none;text-rendering:optimizeLegibility;--navy:#103b65;--ink:#173557;--muted:#6e8398;--teal:#218d99;--blue:#347db9;--line:#dce9f2;--soft:#eef7fb;--surface:#fff;--shadow:0 14px 38px rgba(32,82,121,.07)}*{box-sizing:border-box}html,body,#root{margin:0;min-width:320px;min-height:100%;height:100%}body{background:#f7fbff}button,input,textarea,select{font:inherit}button{cursor:pointer}button:disabled{opacity:.55;cursor:not-allowed}button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible,a:focus-visible{outline:3px solid rgba(38,142,158,.23);outline-offset:2px}h1,h2,h3,h4,p{margin-top:0}a{color:inherit}.boot-screen{height:100%;display:grid;place-content:center;justify-items:center;gap:20px}.boot-spinner{width:30px;height:30px;border:3px solid #d8e7ef;border-top-color:var(--teal);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.brand{display:flex;align-items:center;gap:11px;color:var(--navy);white-space:nowrap}.brand-mark{width:43px;height:43px;border-radius:13px;display:grid;place-items:center;background:linear-gradient(145deg,#3d8dc5,#2198a1);color:#fff;box-shadow:0 8px 19px #1d87a238}.brand strong{display:block;font-size:21px;line-height:1.15;letter-spacing:-.65px}.brand span{display:block;margin-top:3px;color:#7290a4;font-size:10px;letter-spacing:.1px;font-weight:600}.eyebrow{font-size:12px;font-weight:750;color:#168994;letter-spacing:.15em;text-transform:uppercase;margin-bottom:14px}.primary-button,.secondary-button,.stop-button,.demo-button,.google-button{border-radius:12px;display:inline-flex;align-items:center;justify-content:center;gap:9px;font-weight:680;transition:transform .18s,background .18s,border .18s,box-shadow .18s}.primary-button{min-height:52px;width:100%;padding:0 24px;border:0;background:linear-gradient(135deg,#2c77b4,#218e9b);color:#fff;box-shadow:0 10px 23px #217e9d33}.primary-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 14px 27px #217e9d47}.primary-button.compact{width:auto;min-height:46px}.secondary-button{min-height:43px;padding:0 17px;border:1px solid #bcd4e2;background:#fff;color:#216783}.secondary-button:hover:not(:disabled){border-color:#66acb4;background:#f6fcfd}.text-button{border:0;background:none;color:#16858e;font-weight:650}.text-button.centered{display:block;margin:19px auto 0}.icon-button{width:36px;height:36px;border:0;border-radius:10px;background:transparent;display:grid;place-items:center;color:#5d7890}.icon-button:hover{background:#e9f3f8}.login-screen{min-height:100%;display:grid;grid-template-columns:minmax(440px,1.03fr) minmax(420px,.97fr);background:#fff}.login-story{position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between;min-height:700px;padding:58px clamp(40px,7vw,110px);background:radial-gradient(circle at 12% 10%,#fff 0,transparent 32%),linear-gradient(145deg,#e9f5fd,#e9f7fa 70%,#f7fbff);border-right:1px solid #d8e8f0}.login-story:before,.login-story:after{content:"";position:absolute;border:1px solid rgba(55,142,182,.15);border-radius:50%;width:590px;height:590px;right:-280px;bottom:-150px}.login-story:after{width:380px;height:380px;right:-175px;bottom:-50px}.story-content,.story-foot,.login-story>.brand{position:relative;z-index:1}.story-content{max-width:570px}.story-content h1{font-size:clamp(43px,4vw,64px);line-height:1.18;letter-spacing:-.04em;color:var(--navy);margin-bottom:25px}.story-content p{max-width:500px;font-size:18px;line-height:1.8;color:#536f88;margin-bottom:42px}.story-stages{display:flex;flex-wrap:wrap;gap:12px}.story-stages span{padding:10px 15px;border:1px solid rgba(116,171,195,.3);border-radius:10px;background:#ffffffad;font-size:12px;font-weight:650;color:#3f7690}.story-foot{display:flex;align-items:center;gap:9px;color:#64849a;font-size:12px}.login-panel{display:grid;place-items:center;padding:40px}.login-card{width:min(100%,455px);padding:30px}.mobile-brand{display:none}.login-card h2{font-size:38px;letter-spacing:-1.2px;margin-bottom:11px;color:var(--navy)}.login-card>p{color:var(--muted);font-size:14px;line-height:1.7;margin-bottom:30px}.login-card form{display:grid;gap:17px}.login-card label,.field-label,.form-grid label{display:grid;gap:8px;color:#304f69;font-size:13px;font-weight:680}.login-card input,.form-grid input,.form-grid select,.form-grid textarea,.field-label select,.transcript-card textarea{width:100%;min-width:0;border:1px solid #cbdde9;border-radius:11px;background:#fff;padding:12px 13px;color:var(--ink);font-size:14px;outline:none}.login-card input,.form-grid input,.form-grid select,.field-label select{height:47px}.login-card input:focus,.form-grid input:focus,.form-grid select:focus,.form-grid textarea:focus,.transcript-card textarea:focus{border-color:#6ab1bd;box-shadow:0 0 0 3px #2a959d17}.code-row{display:flex;gap:8px}.code-row button{width:115px;flex:0 0 115px;border:1px solid #bcd4e2;border-radius:10px;background:#f3fafb;color:#197e89;font-size:12px}.google-button{width:100%;min-height:49px;margin-bottom:20px;border:1px solid #cbdde9;background:#fff;color:#2d506e}.google-g{color:#4285f4;font-size:20px;font-weight:800}.demo-button{width:100%;min-height:44px;margin-top:20px;border:1px solid #afcfd8;background:#eaf6f8;color:#197984}.login-disclaimer{text-align:center;font-size:11px!important;color:#8a9baa!important;margin:14px 0 0!important}.notice{border-radius:10px;padding:11px 14px;font-size:13px;line-height:1.5;background:#ebf6fb;color:#2c718c}.notice.error{background:#fff1ef;color:#a2463f}.notice.success{background:#e8f7f2;color:#257a62}.app-shell{height:100%;display:flex;overflow:hidden}.sidebar{width:270px;flex:0 0 270px;height:100%;display:flex;flex-direction:column;padding:28px 17px 20px;background:radial-gradient(circle at 0 0,#fff 0,transparent 35%),linear-gradient(180deg,#eaf5fb,#f1f8fc);border-right:1px solid #d8e6ef}.sidebar-top{display:flex;align-items:center;justify-content:space-between;padding:0 10px 42px}.sidebar-caption{margin:0 12px 12px;font-size:11px;color:#87a0b1;font-weight:700;letter-spacing:.12em}.nav-list{display:grid;gap:5px}.nav-item{width:100%;min-height:66px;border:0;border-radius:12px;background:transparent;text-align:left;display:flex;align-items:center;gap:13px;padding:10px 13px;color:#628099}.nav-item:hover{background:#ffffffa6}.nav-item.active{background:#fff;color:#1e7b91;box-shadow:0 6px 22px #2a668b12}.nav-item>span:nth-child(2){min-width:0;flex:1}.nav-item strong{display:block;font-size:13px;color:#2c5570}.nav-item.active strong{color:#197487}.nav-item small{display:block;margin-top:3px;font-size:10px;color:#8aa0b0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.nav-active-dot{width:6px;height:6px;border-radius:50%;background:#29a1a2}.sidebar-help{display:flex;gap:10px;margin:auto 5px 24px;padding:17px 14px;border:1px solid #d5e8eb;border-radius:13px;background:#ffffff9e;color:#2b8c98}.sidebar-help strong{font-size:12px;color:#3c6579}.sidebar-help p{font-size:11px;line-height:1.55;color:#8196a3;margin:6px 0 0}.account-row{display:flex;align-items:center;gap:10px;padding:13px 5px 0;border-top:1px solid #d9e8f0}.avatar{width:34px;height:34px;display:grid;place-items:center;border-radius:11px;background:#d7ecf3;color:#31839a;flex:0 0 34px}.avatar.small{width:32px;height:32px}.account-copy{min-width:0;flex:1}.account-copy strong{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:12px}.account-copy small{display:block;margin-top:3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#92a4af;font-size:10px}.sidebar-scrim,.mobile-close,.menu-button{display:none}.main-area{min-width:0;flex:1;height:100%;overflow:auto}.topbar{height:68px;padding:0 clamp(26px,3vw,52px);display:flex;align-items:center;justify-content:space-between;background:#ffffffe0;border-bottom:1px solid #e5edf3}.breadcrumb{color:#8ba0b0;font-size:12px}.breadcrumb span{padding:0 8px;color:#c2d0da}.breadcrumb strong{color:#385c75;font-weight:650}.topbar-right{display:flex;align-items:center;gap:17px}.privacy-chip{display:flex;align-items:center;gap:5px;color:#6e9ca0;font-size:11px;font-weight:650}.content-area{width:min(100%,1320px);margin:0 auto;padding:40px clamp(26px,3vw,52px) 90px}.page-intro{margin:0 0 35px;max-width:850px}.page-intro h1{font-size:clamp(29px,2.9vw,40px);line-height:1.2;letter-spacing:-.035em;color:var(--navy);margin-bottom:14px}.page-intro p{max-width:800px;color:#71879a;line-height:1.75;font-size:14px;margin-bottom:0}.hero-panel{min-height:320px;display:flex;align-items:center;justify-content:space-between;gap:30px;padding:48px 55px;border:1px solid #d6e9f0;border-radius:22px;background:radial-gradient(circle at 80% 30%,rgba(205,239,239,.8),transparent 35%),linear-gradient(125deg,#edf8fc,#f7fcfd 70%);overflow:hidden}.hero-panel>div:first-child{position:relative;z-index:1;max-width:620px}.hero-panel h1{font-size:clamp(31px,3.1vw,43px);letter-spacing:-.04em;line-height:1.2;color:var(--navy);margin-bottom:17px}.hero-panel p{max-width:600px;color:#617d91;font-size:14px;line-height:1.8;margin-bottom:26px}.hero-illustration{position:relative;flex:0 0 265px;height:240px;display:grid;place-items:center}.orbit{position:absolute;border:1px solid rgba(55,151,176,.26);border-radius:50%}.orbit-one{width:230px;height:230px}.orbit-two{width:170px;height:170px}.orbit-center{width:108px;height:108px;border-radius:32px;display:grid;place-items:center;background:#fff;color:#2a9aab;box-shadow:0 18px 45px #1e789124}.orbit-label{position:absolute;border:1px solid #cfebec;border-radius:10px;padding:8px 14px;background:#fff;color:#277f93;font-size:12px;font-weight:700;box-shadow:var(--shadow)}.orbit-label.top{top:15px;left:8px}.orbit-label.bottom{bottom:22px;right:0}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:20px;margin:44px 0 22px}.section-heading h2{font-size:24px;letter-spacing:-.025em;color:var(--navy);margin:0}.section-heading .eyebrow{margin-bottom:7px}.progress-text{font-size:12px;color:#7b91a3}.progress-line{height:6px;background:#e2edf3;border-radius:10px;overflow:hidden;margin-bottom:23px}.progress-line span{height:100%;display:block;background:linear-gradient(90deg,#3d8ec4,#24a4a4);border-radius:10px}.journey-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.journey-item{min-height:135px;text-align:left;display:flex;align-items:flex-start;gap:15px;padding:25px 21px;border:1px solid #e0eaf1;border-radius:16px;background:#fff;box-shadow:var(--shadow)}.journey-item:hover{border-color:#b7d9df;transform:translateY(-2px)}.journey-item>svg{color:#9ab2c0;margin-left:auto}.journey-number{width:37px;height:37px;flex:0 0 37px;border-radius:11px;display:grid;place-items:center;background:#edf6fa;color:#278ea1;font-size:12px;font-weight:800}.journey-number.done{background:#e0f5ed;color:#168369}.journey-item h3{font-size:15px;margin:2px 0 7px;color:#254c68}.journey-item p{font-size:11px;line-height:1.55;color:#8aa0ae;margin:0}.overview-bottom{margin-top:56px;padding:32px 0;border-top:1px solid #dfeaf1;display:grid;grid-template-columns:1fr .95fr;gap:50px}.overview-bottom h2{font-size:25px;color:var(--navy)}.overview-bottom p{max-width:540px;color:#71889a;line-height:1.8;font-size:13px}.principles{display:grid;gap:11px}.principles>div{display:flex;align-items:center;gap:12px;padding:10px 0;color:#416a82;font-size:13px}.principles svg{color:#2b96a4}.assessment-layout,.interview-layout{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:20px;align-items:start}.section-card{padding:28px;border:1px solid #e0eaf0;border-radius:17px;background:#fff;box-shadow:var(--shadow)}.card-heading{display:flex;gap:13px;align-items:center;margin-bottom:24px}.card-icon{width:40px;height:40px;flex:0 0 40px;display:grid;place-items:center;border-radius:11px;background:#e7f4f7;color:#238896}.card-heading h2{font-size:18px;color:#274f6c;margin:0 0 4px}.card-heading p{font-size:11px;color:#91a3af;margin:0}.upload-zone{min-height:180px;border:1.5px dashed #a9cbd8;border-radius:12px;background:#f7fcfd;color:#29889a;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:9px;text-align:center;padding:18px;cursor:pointer}.upload-zone:hover{border-color:#2e9eab;background:#f0f9fa}.upload-zone{position:relative}.upload-zone input{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer}.upload-zone:focus-within{outline:3px solid rgba(38,142,158,.23);outline-offset:2px}.upload-zone strong{font-size:13px;color:#356b84;word-break:break-all}.upload-zone span{font-size:11px;color:#92a5b2}.consent-line{display:flex;align-items:flex-start;gap:9px;margin:19px 0;color:#708899;font-size:11px;line-height:1.6;font-weight:450}.consent-line input{width:16px;height:16px;flex:0 0 16px;accent-color:#288f9a;margin:1px 0 0}.section-card>.notice{margin-top:14px}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.form-grid .wide{grid-column:1/-1}.form-grid textarea,.transcript-card textarea{resize:vertical;line-height:1.6}.toggle-line{display:flex!important;align-items:center;gap:9px!important;color:#496f84!important;font-size:12px!important}.toggle-line input{width:16px!important;height:16px!important;accent-color:#2a919d}.profile-card .secondary-button{margin-top:24px}.results-section{margin-top:54px}.method-tag{padding:7px 12px;border:1px solid #cfe7e7;border-radius:999px;background:#eff9f9;color:#428c90;font-size:11px;font-weight:650}.results-grid{display:grid;grid-template-columns:1.35fr .65fr;gap:17px}.result-main,.result-side,.feedback-lead,.feedback-detail{padding:27px;border:1px solid #e0eaf0;border-radius:16px;background:#fff;box-shadow:var(--shadow)}.result-main h3{font-size:19px;color:#285371;margin-bottom:12px}.result-main p,.result-side li,.result-main li,.feedback-lead p,.feedback-detail li{font-size:13px;line-height:1.75;color:#627d91}.result-main h4,.result-side h4,.feedback-detail h4{font-size:12px;color:#2b6d83;margin:24px 0 10px}.result-side h4:first-child{margin-top:0}.result-main ul,.result-side ul,.feedback-detail ul{padding-left:18px;margin:0}.result-main li,.result-side li,.feedback-detail li{margin:7px 0}.skill-list,.report-skills{display:flex;flex-wrap:wrap;gap:8px;margin:23px 0}.skill-list span,.report-skills span{padding:7px 11px;border-radius:8px;background:#eaf6f7;color:#257e89;font-size:11px;font-weight:650}.empty-state{min-height:270px;border:1px dashed #c9dde8;border-radius:16px;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:30px}.empty-icon{width:55px;height:55px;border-radius:16px;display:grid;place-items:center;background:#edf7fa;color:#46a0ae;margin-bottom:15px}.empty-state h3{font-size:16px;margin-bottom:8px;color:#3b647d}.empty-state p{max-width:380px;color:#8ca0ae;font-size:12px;line-height:1.65;margin:0}.field-label{margin-bottom:13px}.question-display{padding:18px 20px;border-left:3px solid #42a2ac;border-radius:0 10px 10px 0;background:#f1f9fa;color:#35667d;font-size:14px;font-weight:630;line-height:1.7;margin-bottom:20px}.video-stage{position:relative;aspect-ratio:16/9;border-radius:13px;overflow:hidden;background:#163c59}.video-stage video{display:block;width:100%;height:100%;object-fit:cover}.video-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:10px;color:#aec9d7;background:linear-gradient(145deg,#164660,#20334c);font-size:12px}.recording-badge{position:absolute;top:14px;left:14px;border-radius:8px;padding:8px 10px;background:#0d202dcc;color:#fff;font-size:11px;display:flex;align-items:center;gap:7px}.recording-badge i{width:7px;height:7px;border-radius:50%;background:#ef5555}.video-actions{display:flex;flex-wrap:wrap;gap:9px;margin-top:17px}.stop-button{min-height:43px;padding:0 18px;border:1px solid #e9b9b4;background:#fff3f2;color:#ab4f49}.privacy-note{display:flex;align-items:flex-start;gap:6px;margin:16px 0 0;color:#8aa0ae;font-size:10px;line-height:1.5}.privacy-note svg{flex:0 0 16px}.transcript-card textarea{min-height:240px}.transcript-hint{display:flex;align-items:center;gap:6px;margin:10px 0;color:#8da0af;font-size:11px}.feedback-layout{display:grid;grid-template-columns:.85fr 1.15fr;gap:17px}.feedback-lead h3{font-size:17px;line-height:1.5;color:#27516c}.feedback-lead small{font-size:10px;color:#9aabb7}.dimension-row{display:flex;gap:9px;margin:30px 0}.dimension-row>div{flex:1;padding:15px 8px;border-radius:11px;background:#f1f8fb;text-align:center}.dimension-row strong{display:block;font-size:22px;color:#2f87a2}.dimension-row span{font-size:10px;color:#849cac}.feedback-detail h4:first-child{margin-top:0}.feedback-detail blockquote{margin:0;padding:14px 17px;border-left:2px solid #75b8c1;background:#f6fbfc;color:#718a98;font-size:12px;line-height:1.7}.match-toolbar{display:flex;justify-content:space-between;align-items:center;gap:20px;border-bottom:1px solid #dce8ef;margin-bottom:10px}.tab-group{display:flex;gap:25px;overflow:auto}.tab-group button{white-space:nowrap;display:flex;align-items:center;gap:7px;padding:0 2px 14px;border:0;border-bottom:2px solid transparent;background:none;color:#8198a9;font-size:13px;font-weight:650}.tab-group button.active{border-color:#2d98a3;color:#247d91}.tab-group span{padding:2px 6px;border-radius:8px;background:#edf5f8;font-size:10px}.match-note{font-size:11px;color:#9aadb8}.job-list{display:grid}.job-row{display:grid;grid-template-columns:74px minmax(0,1fr) 90px;gap:20px;padding:27px 8px;border-bottom:1px solid #e2ecf2}.job-score{width:68px;height:68px;border-radius:13px;background:#e9f6f8;display:flex;flex-direction:column;align-items:center;justify-content:center}.job-score strong{font-size:23px;line-height:1;color:#22899a}.job-score small{font-size:9px;color:#7da7b1;margin-top:5px}.job-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.job-heading h2{font-size:18px;margin:0 0 5px;color:#274f6d}.job-heading p{font-size:12px;color:#91a4b0;margin:0}.job-heading p span{padding:0 5px}.source-tag{padding:5px 8px;border-radius:7px;font-size:10px;white-space:nowrap;font-weight:650}.source-tag.sample{background:#fff6e5;color:#a47727}.source-tag.verified{background:#e8f7ef;color:#3b8b68}.job-description{font-size:12px;color:#647f91;line-height:1.7;margin:15px 0}.job-tags{display:flex;flex-wrap:wrap;gap:7px}.job-tags span{padding:5px 8px;border-radius:6px;background:#edf4f8;color:#5f8499;font-size:10px}.job-reasons{display:flex;flex-wrap:wrap;gap:7px 17px;margin-top:16px}.job-reasons span{display:flex;align-items:center;gap:4px;color:#2e8793;font-size:11px}.job-actions{display:flex;flex-direction:column;align-items:stretch;gap:9px}.job-actions button,.job-actions a{min-height:34px;display:flex;align-items:center;justify-content:center;gap:4px;border:1px solid #c7dce6;border-radius:8px;background:#fff;color:#3b7c93;text-decoration:none;font-size:11px;font-weight:650}.job-actions button.saved{background:#e9f7f2;border-color:#cce8de;color:#228467}.matching-explainer{display:flex;gap:12px;margin-top:27px;padding:17px 20px;border:1px solid #d9e9ec;border-radius:12px;background:#f1f9fa;color:#328a96}.matching-explainer svg{flex:0 0 20px}.matching-explainer p{font-size:11px;line-height:1.65;color:#628696;margin:0}.report-intro{max-width:none;display:flex;align-items:end;justify-content:space-between;gap:20px}.report-intro>div{max-width:750px}.report-layout{display:grid;grid-template-columns:190px minmax(0,1fr);gap:22px;align-items:start}.report-history{padding:21px 12px;border:1px solid #e0eaf0;border-radius:13px;background:#fff}.report-history h3{font-size:12px;color:#7390a2;margin:0 10px 14px}.report-history p{font-size:11px;color:#9aacb7;line-height:1.6;padding:0 10px}.report-history button{width:100%;display:flex;align-items:center;gap:8px;padding:11px;border:0;border-radius:8px;background:transparent;color:#6d899b;font-size:11px;text-align:left}.report-history button.active,.report-history button:hover{background:#ecf7f8;color:#2b8291}.report-history button span{flex:1}.report-content>.empty-state{min-height:450px}.report-actions{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:13px;color:#8aa0af;font-size:11px}.report-paper{background:#fff;border:1px solid #dfe8ee;box-shadow:0 20px 60px #1a4d731a;padding:clamp(30px,5vw,68px);color:#31566f}.report-cover{border-bottom:2px solid #b9d8e1;padding-bottom:35px;margin-bottom:31px}.report-cover>.brand{margin-bottom:30px}.report-cover>span{color:#208d9a;font-size:11px;font-weight:750;letter-spacing:.13em}.report-cover h2{font-size:28px;line-height:1.3;color:var(--navy);margin:10px 0}.report-cover p{font-size:12px;color:#99aab4;margin:0}.report-block{padding:0 0 23px;margin-bottom:25px;border-bottom:1px solid #e4edf1}.report-block-head{display:flex;align-items:center;gap:12px;margin-bottom:14px}.report-block-head span{font-size:11px;color:#26a0a4;font-weight:800}.report-block-head h3{font-size:18px;color:#2a5671;margin:0}.report-block p,.report-block li{font-size:12px;color:#627d8f;line-height:1.8}.report-block h4{font-size:11px;color:#3c7287;margin:18px 0 7px}.report-block ul{padding-left:18px;margin:0}.report-scores{display:flex;gap:9px;flex-wrap:wrap}.report-scores span{padding:7px 9px;border-radius:6px;background:#edf7fa;color:#2e8c9a;font-size:11px}.report-job{display:grid;grid-template-columns:1fr auto;gap:5px 10px;padding:12px 0;border-top:1px solid #ecf1f3}.report-job strong{display:block;font-size:12px;color:#315d77}.report-job span{display:block;font-size:10px;color:#90a3ae}.report-job b{font-size:16px;color:#23889a}.report-job p{grid-column:1/-1;margin:0;font-size:10px}.report-footer{display:flex;gap:10px;align-items:flex-start;color:#318997}.report-footer svg{flex:0 0 18px}.report-footer p{font-size:10px;line-height:1.65;color:#8298a6;margin:0}.admin-form{max-width:800px}.admin-form .primary-button{margin-top:25px}@media(max-width:1100px){.sidebar{width:240px;flex-basis:240px}.content-area{padding:32px 28px 80px}.hero-panel{padding:40px}.hero-illustration{flex-basis:190px;transform:scale(.8)}.journey-grid{gap:10px}.journey-item{padding:21px 15px;gap:9px}.journey-item>svg{display:none}.assessment-layout,.interview-layout{grid-template-columns:1fr 1fr}}@media(max-width:820px){.sidebar{position:fixed;left:0;top:0;bottom:0;z-index:40;transform:translate(-105%);transition:transform .2s;width:270px}.sidebar.mobile-open{transform:translate(0)}.sidebar-scrim.visible{display:block;position:fixed;top:0;right:0;bottom:0;left:0;z-index:39;background:#1331444d}.mobile-close,.menu-button{display:grid}.topbar{padding:0 20px}.content-area{padding:30px 20px 70px}.assessment-layout,.interview-layout,.results-grid,.feedback-layout,.journey-grid{grid-template-columns:1fr}.journey-item{min-height:90px}.overview-bottom{grid-template-columns:1fr;gap:15px}.login-screen{grid-template-columns:1fr}.login-story{display:none}.mobile-brand{display:block;margin-bottom:35px}.login-panel{min-height:100vh;padding:24px}.login-card{padding:20px}.report-layout{grid-template-columns:1fr}.report-history{display:flex;align-items:center;gap:7px;overflow:auto}.report-history h3{white-space:nowrap;margin:0 8px}.report-history button{width:auto;white-space:nowrap}.report-history p{margin:0}.job-row{grid-template-columns:60px minmax(0,1fr);gap:15px}.job-score{width:56px;height:56px}.job-actions{grid-column:2;flex-direction:row}.job-actions button,.job-actions a{padding:0 12px}}@media(max-width:570px){.content-area{padding:26px 15px 60px}.hero-panel{padding:29px 24px;min-height:0}.hero-illustration{display:none}.hero-panel h1{font-size:30px}.page-intro h1{font-size:29px}.section-card{padding:20px}.form-grid{grid-template-columns:1fr}.form-grid .wide{grid-column:auto}.topbar-right .privacy-chip{display:none}.section-heading{align-items:flex-start;flex-direction:column;gap:10px}.job-heading{display:block}.source-tag{display:inline-block;margin-top:9px}.match-note{display:none}.tab-group{gap:18px}.job-row{grid-template-columns:1fr;padding:23px 0}.job-score{width:62px;height:52px}.job-actions{grid-column:1}.report-intro{display:block}.report-intro>.primary-button{margin-top:20px}.report-actions{align-items:flex-start;flex-direction:column}.report-paper{padding:26px 20px}.report-cover h2{font-size:23px}.dimension-row{gap:5px}.dimension-row strong{font-size:18px}}@media print{body,#root,.app-shell,.main-area{height:auto;overflow:visible;background:#fff}.sidebar,.sidebar-scrim,.topbar,.page-intro,.report-history,.report-actions,.report-content>.empty-state{display:none!important}.main-area,.content-area,.report-layout,.report-content{display:block;width:100%;max-width:none;margin:0;padding:0}.report-paper{border:0;box-shadow:none;padding:0;color:#111}.report-block{break-inside:avoid}.report-cover{padding-top:0}@page{size:A4;margin:16mm}}.hiring-page{display:grid;gap:22px;max-width:1240px;margin:0 auto;padding-bottom:52px}.hiring-page .page-intro{margin-bottom:0}.hiring-page h2{color:var(--navy);margin:0 0 16px}.hiring-page h3{color:var(--navy);margin:22px 0 12px}.hiring-page label{display:grid;gap:7px;font-size:13px;font-weight:700;color:#365b70}.hiring-page input:not([type=checkbox]),.hiring-page textarea,.hiring-page select{width:100%;border:1px solid #d9e5e9;border-radius:8px;padding:10px 12px;background:#fff;color:#31566f;font:inherit}.hiring-page textarea{resize:vertical}.hiring-grid{display:grid;grid-template-columns:minmax(250px,310px) minmax(0,1fr);align-items:start;gap:22px}.hiring-sidebar,.hiring-main{min-width:0}.hiring-create-form,.hiring-application-form{display:grid;gap:14px}.hiring-create-form .primary-button{justify-self:start}.hiring-job-list{display:grid;gap:7px}.hiring-job-list button,.hiring-applicant-list button{border:1px solid #dce9ed;border-radius:9px;background:#fff;color:#31566f;text-align:left;padding:13px;cursor:pointer}.hiring-job-list button.active,.hiring-applicant-list button.active{background:#eaf7f8;border-color:#7dc9cc}.hiring-job-list strong,.hiring-job-list small,.hiring-applicant-list strong,.hiring-applicant-list small{display:block}.hiring-job-list small,.hiring-applicant-list small{color:#7693a1;margin-top:4px}.hiring-message{border-radius:8px;background:#eaf7f8;color:#286b79;padding:12px 16px;margin:0}.hiring-heading{display:flex;align-items:start;justify-content:space-between;gap:20px;margin-bottom:20px}.hiring-heading h2{margin:7px 0}.hiring-heading p{margin:4px 0}.hiring-editor .form-grid{margin-bottom:25px}.hiring-question-editor{display:grid;grid-template-columns:24px 120px minmax(0,1fr) auto;align-items:center;gap:8px;margin:9px 0}.hiring-question-editor button{background:transparent;border:0;color:#367e8a;cursor:pointer}.hiring-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}.hiring-link{display:flex;gap:12px;align-items:center;justify-content:space-between;flex-wrap:wrap;border:1px solid #d9e8ea;border-radius:8px;padding:14px;word-break:break-all}.hiring-applicant-list{display:grid;gap:8px}.hiring-applicant-list button{display:flex;align-items:center;justify-content:space-between;gap:12px}.hiring-detail{max-width:none}.hiring-resume-text{white-space:pre-wrap;word-break:break-word;max-height:280px;overflow:auto;background:#f5f9fa;border-radius:8px;padding:18px;font:13px/1.6 inherit}.hiring-answer{border-top:1px solid #e1ebee;padding:18px 0}.hiring-answer p{white-space:pre-wrap}.hiring-answer video,.apply-question .video-stage video{max-width:100%;max-height:340px}.hiring-feedback{background:#f3f9fa;border-radius:8px;padding:14px}.hiring-user-list{display:grid;gap:0}.hiring-user{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:14px;padding:16px 0;border-bottom:1px solid #e1ebee}.hiring-user span{display:block;color:#7992a0;font-size:12px;margin-top:3px}.apply-page{max-width:950px}.apply-question .video-stage{max-width:650px;margin:15px 0}.apply-step-list{display:flex;gap:8px;margin-bottom:20px}.apply-step-list button{width:34px;height:34px;border-radius:50%;border:1px solid #a8d4d7;background:#fff;color:#357d88;cursor:pointer}.apply-step-list button.active{background:#278d98;color:#fff}.apply-question .field-label{margin:20px 0}.apply-question .primary-button{margin-top:20px}.apply-complete{text-align:center;padding:48px}.apply-complete svg{color:#248f99}.hiring-page .consent-line{display:flex;align-items:flex-start;gap:10px}.hiring-page .consent-line input{margin-top:3px}.hiring-page .privacy-note{display:flex;align-items:flex-start;gap:7px}@media(max-width:850px){.hiring-grid{grid-template-columns:1fr}.hiring-question-editor{grid-template-columns:24px minmax(0,1fr) auto}.hiring-question-editor select{grid-column:2}.hiring-question-editor input{grid-column:2;grid-row:2}.hiring-question-editor button{grid-column:3;grid-row:2}.hiring-user{grid-template-columns:minmax(0,1fr) auto}.hiring-user button{grid-column:1/-1;justify-self:start}}.speech-consent{margin:0 0 14px}.small-gap{margin-top:6px!important}.practice-history{margin-top:46px}.practice-list{border:1px solid #e0eaf0;border-radius:15px;overflow:hidden;background:#fff}.practice-list button{width:100%;display:flex;align-items:center;gap:20px;text-align:left;padding:17px 20px;border:0;border-bottom:1px solid #e7eef2;background:#fff;color:#7890a0}.practice-list button:last-child{border-bottom:0}.practice-list button:hover,.practice-list button.active{background:#f1f9fa;color:#267f91}.practice-list button span{font-size:11px;white-space:nowrap}.practice-list button strong{font-size:12px;flex:1;color:#315a74}.practice-empty{font-size:12px;color:#90a4b0}.form-grid label small{font-size:10px;line-height:1.5;color:#98aab5;font-weight:400}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.language-select{min-width:150px;height:38px;padding:0 10px 0 12px;display:inline-flex;align-items:center;gap:7px;border:1px solid var(--line);border-radius:999px;background:#ffffffe6;color:#456582;box-shadow:0 4px 14px #2052790f;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:border-color .18s,box-shadow .18s}.language-select:hover,.language-select:focus-within{border-color:#79b4bb;box-shadow:0 0 0 3px #2a959d17}.language-select select{min-width:0;flex:1;border:0;outline:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;color:#315d73;font-size:12px;font-weight:650;cursor:pointer}.language-select>svg:last-child{flex:0 0 auto;color:#7293a2;pointer-events:none}.login-screen{position:relative}.login-language{position:absolute;top:24px;right:28px;z-index:5}.sidebar-language{display:flex;align-items:center;justify-content:space-between;gap:8px;margin:16px 6px 12px;flex-wrap:wrap}.sidebar-language .language-select{background:#ffffffbf}.topbar .language-select{display:none}.google-link-button{padding:7px 9px;border:1px solid #cbdfe8;border-radius:8px;background:#fff;color:#287f90;font-size:11px;font-weight:650}.google-linked{color:#528c74;font-size:11px;font-weight:650}.google-button:disabled{opacity:.65}@media(max-width:570px){.login-language{top:23px;right:20px}.topbar-right{gap:9px}}.source-tag.hr{background:#eef2fb;color:#536b99}.application-chat{max-width:760px;width:100%;justify-self:center}.chat-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:22px}.chat-heading h2{margin:8px 0 0}.chat-heading>span{color:#7290a4;font-size:13px;font-weight:700}.chat-turns{display:flex;flex-direction:column;align-items:flex-start;gap:12px;max-height:420px;overflow:auto;padding:8px 4px 18px}.chat-bubble{max-width:min(88%,550px);padding:13px 17px;border-radius:17px;line-height:1.55;font-size:14px;white-space:pre-wrap;overflow-wrap:anywhere}.chat-bubble.assistant{background:#edf6f8;color:#315c6c;border-bottom-left-radius:5px}.chat-bubble.user{align-self:flex-end;background:#2b8899;color:#fff;border-bottom-right-radius:5px}.chat-reply{border-top:1px solid #deebef;padding-top:18px}.chat-reply form,.chat-resume,.chat-consent{display:grid;gap:15px}.chat-reply .primary-button{justify-self:start}.chat-choice,.chat-actions,.chat-upload,.chat-resume-card{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.chat-choice{justify-content:space-between}.chat-choice strong,.chat-upload span,.chat-resume-card span{overflow-wrap:anywhere}.chat-resume-card{border:1px solid #d9e8ed;background:#f7fbfc;border-radius:11px;padding:12px}.chat-resume-card svg{color:#358a99}.chat-upload{justify-content:space-between}.chat-consent>div{display:flex;justify-content:space-between;gap:18px;border-bottom:1px solid #edf2f4;padding:7px 0;font-size:13px}.chat-consent>div span{color:#57798a;text-align:right;overflow-wrap:anywhere}.chat-consent .consent-line{margin:4px 0}.chat-actions .primary-button{margin-left:auto}@media(max-width:570px){.chat-bubble{max-width:96%}.chat-choice,.chat-resume-card{align-items:stretch;flex-direction:column}.chat-consent>div{display:grid}.chat-consent>div span{text-align:left}}.chat-qa{border-top:1px solid #deebef;margin-top:22px;padding-top:20px}.chat-qa-title{display:flex;align-items:center;gap:9px;color:#236d7d}.chat-qa>p{font-size:13px;color:#587688;line-height:1.5}.chat-qa form{display:grid;gap:12px}.chat-qa textarea{min-height:78px}.chat-qa .secondary-button{justify-self:start}.chat-qa .hiring-message{margin:0}.hiring-radar{margin:30px 0 18px;padding:24px;border:1px solid #dbe9ed;border-radius:14px;background:linear-gradient(150deg,#f8fcfd,#eef7f8)}.hiring-radar-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.hiring-radar-heading h3{margin:13px 0 0}.hiring-radar-count{color:#638594;font-size:12px}.hiring-radar-layout{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(155px,.7fr);align-items:center;gap:14px}.hiring-radar-chart{display:block;width:100%;max-width:440px;margin:auto;overflow:visible}.hiring-radar-chart .radar-grid{fill:none;stroke:#c9dce2;stroke-width:1.3}.hiring-radar-chart .radar-axis{stroke:#bdd2da;stroke-width:1.2}.hiring-radar-chart .radar-data{fill:#2b8e9d38;stroke:#278a9a;stroke-width:2.5;stroke-linejoin:round}.hiring-radar-chart .radar-dot{fill:#278a9a;stroke:#fff;stroke-width:2}.hiring-radar-chart text{fill:#436e7e;font-size:14px;font-weight:650}.hiring-radar-values{display:grid;gap:9px}.hiring-radar-values>div{display:flex;align-items:center;justify-content:space-between;gap:16px;border:1px solid #dcebed;border-radius:10px;background:#fff;padding:12px 14px}.hiring-radar-values span{font-size:13px;color:#557889}.hiring-radar-values strong{font-size:23px;color:#2b8294;font-variant-numeric:tabular-nums}.hiring-radar-values small{font-size:11px;color:#8aa2ad;font-weight:500}.hiring-radar-note,.hiring-radar-empty{margin:12px 0 0;color:#668291;font-size:12px;line-height:1.6}@media(max-width:680px){.hiring-radar{padding:18px}.hiring-radar-layout{grid-template-columns:1fr}.hiring-radar-values{grid-template-columns:repeat(3,minmax(0,1fr))}.hiring-radar-values>div{display:grid;gap:4px;text-align:center;padding:9px 4px}.hiring-radar-values strong{font-size:19px}}.arrangement-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:14px 0}.arrangement-status{display:flex;flex-direction:column;gap:5px;padding:12px 14px;border:1px solid #d9e2e5;border-radius:12px;background:#f8faf9}.arrangement-status strong{font-size:13px;color:#344a52}.arrangement-status small{font-size:12px;font-weight:700;color:#5b6970}.arrangement-status.confirmed{border-color:#8ec6af;background:#edf8f2}.arrangement-status.confirmed small{color:#236f50}.arrangement-status.discuss{border-color:#e8ca89;background:#fff9e9}.arrangement-status.discuss small{color:#8a6318}.arrangement-status.unavailable{background:#f4f5f5}.job-arrangements .privacy-note{margin:7px 0 2px}.job-review-list{margin-bottom:24px}.job-review-card{padding:20px 0;border-top:1px solid #e5ebec}.job-review-card:first-of-type{margin-top:14px}.job-review-card .hiring-heading{margin-bottom:8px}.job-review-controls{display:grid;grid-template-columns:minmax(0,2fr) minmax(180px,1fr);gap:14px;margin-top:16px;align-items:end}.job-review-controls label{display:flex;flex-direction:column;gap:7px;font-size:13px;font-weight:650}.job-review-controls input,.job-review-controls textarea{width:100%;padding:10px 12px;border:1px solid #ccd8da;border-radius:10px;font:inherit}.job-review-controls .hiring-actions{grid-column:1/-1;margin:0}@media(max-width:760px){.arrangement-grid,.job-review-controls{grid-template-columns:1fr}.job-review-controls .hiring-actions{grid-column:1}}.notification-list{margin-bottom:24px}.notification-list .hiring-heading{align-items:center}.notification-row{display:flex;align-items:center;gap:16px;padding:13px 0;border-top:1px solid #e5ebec;flex-wrap:wrap}.notification-row>div{display:flex;flex-direction:column;gap:4px;min-width:190px;flex:1}.notification-row small{color:#63757c}.notification-row .method-tag.sent{background:#edf8f2;color:#236f50}.notification-row .method-tag.pending{background:#fff9e9;color:#8a6318}.notification-row .method-tag.failed{background:#fff0ee;color:#a74335}.skill-assessment{margin:18px 0 26px;padding:24px;border:1px solid #dbe9ed;border-radius:14px;background:#f8fbfc}.skill-assessment .hiring-radar-heading{margin-bottom:16px}.skill-assessment-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.skill-assessment-item{min-width:0;border:1px solid #dce8ec;border-radius:12px;background:#fff;padding:16px}.skill-assessment-top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.skill-assessment-top h4{margin:2px 0 12px;color:#2b5369;font-size:15px;overflow-wrap:anywhere}.skill-evidence-status{flex:none;border-radius:999px;padding:5px 9px;background:#eef4f6;color:#557382;font-size:11px;font-weight:700}.skill-evidence-status.example{background:#e5f5ed;color:#257454}.skill-evidence-status.mention{background:#fff6e5;color:#906a24}.skill-evidence-status.self_reported_gap{background:#f7edf0;color:#94536a}.skill-assessment-item ul{list-style:none;margin:0;padding:0;display:grid;gap:10px}.skill-assessment-item li span{color:#668695;font-size:11px;font-weight:700}.skill-assessment-item blockquote{margin:5px 0 0;padding:0 0 0 10px;border-left:2px solid #a9cdd1;color:#365b6d;font-size:12px;line-height:1.55;white-space:pre-wrap;overflow-wrap:anywhere}.skill-assessment-item p{margin:0;color:#708a96;font-size:12px;line-height:1.5}@media(max-width:760px){.skill-assessment{padding:18px}.skill-assessment-list{grid-template-columns:1fr}}.hiring-heading .email-candidate{width:max-content;margin-top:12px;text-decoration:none}.hiring-heading .privacy-note{margin-top:8px}.app-shell{height:100dvh}.breadcrumb{min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.breadcrumb strong{overflow:hidden;text-overflow:ellipsis}.topbar-right{flex-shrink:0}.sidebar{overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain}.sidebar-top,.sidebar-caption,.nav-list,.sidebar-language,.account-row{flex-shrink:0}@media(max-height:800px)and (min-width:821px){.sidebar{padding-top:20px}.sidebar-top{padding-bottom:20px}.nav-item{min-height:56px}.sidebar-help{display:none}.sidebar-language{margin-top:auto}}.data-center{max-width:1050px}.data-card{margin:20px 0;padding:25px;border:1px solid #dce9ef;border-radius:16px;background:#fff;box-shadow:var(--shadow)}.data-card-heading,.data-card-heading>div,.data-action-row,.application-record-title,.application-record-actions,.danger-actions{display:flex;align-items:center;gap:12px}.data-card-heading{justify-content:space-between;margin-bottom:18px}.data-card-heading>div{align-items:flex-start}.data-card-heading svg{color:var(--teal)}.data-card-heading h2,.danger-zone h2{margin:0 0 5px;color:var(--navy);font-size:20px}.data-card-heading p,.danger-zone p{margin:0;color:#71889a;font-size:12px;line-height:1.6}.data-card-heading>span{min-width:30px;padding:5px 9px;border-radius:999px;background:#e9f6f8;color:#267d8d;text-align:center;font-size:12px}.application-records{display:grid}.application-record{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:20px;padding:19px 0;border-top:1px solid #e7eef2}.application-record:first-child{border-top:0}.application-record-title{flex-wrap:wrap}.application-record-title h3{margin:0;color:#2b536e;font-size:16px}.application-record>div>p{margin:5px 0 12px;color:#78909e;font-size:12px}.application-record dl{display:flex;flex-wrap:wrap;gap:9px 25px;margin:0}.application-record dl div{display:grid;gap:2px}.application-record dt{color:#94a7b2;font-size:10px}.application-record dd{margin:0;color:#476d80;font-size:12px}.application-status{padding:4px 8px;border-radius:999px;background:#edf5f7;color:#507786;font-size:10px}.application-status.shortlisted{background:#e6f6ed;color:#25795c}.application-status.rejected,.application-status.withdrawn{background:#f6eded;color:#965454}.application-record-actions{justify-content:flex-end;flex-wrap:wrap}.danger-button{min-height:43px;padding:0 17px;border:1px solid #e1b7b3;border-radius:12px;background:#fff7f6;color:#a24840;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:680}.danger-button:disabled{opacity:.55}.data-action-row{justify-content:space-between;flex-wrap:wrap}.data-action-row span{color:#708b99;font-size:12px}.danger-zone{display:grid;gap:18px;border-color:#ecd1cf;background:snow}.danger-zone label{display:grid;gap:7px;color:#5e6670;font-size:12px;font-weight:680}.danger-zone input{max-width:480px;height:45px;border:1px solid #dec8c5;border-radius:10px;padding:0 12px}.danger-actions{flex-wrap:wrap}.retention-note,.data-empty{color:#8297a3;font-size:11px;line-height:1.7}.retention-note{text-align:center;margin-top:20px}@media(max-width:650px){.application-record{grid-template-columns:1fr}.application-record-actions{justify-content:flex-start}.data-card{padding:20px}.data-action-row{align-items:flex-start;flex-direction:column}}.report-document{display:grid;gap:20px}.report-application-paper{padding-top:42px}.report-application{padding:20px 0 26px;border-top:1px solid #dce9ed}.report-application:first-of-type{border-top:0;padding-top:5px}.report-application-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:15px}.report-application-heading h4{font-size:16px;margin:0 0 4px}.report-application-heading p{margin:0}.report-application-heading>span,.report-answer-heading>span{padding:5px 9px;border-radius:999px;background:#edf8f7;color:#277f7d;font-size:10px;white-space:nowrap}.report-application-meta{display:flex;flex-wrap:wrap;gap:8px 16px;margin:12px 0 18px;color:#718b99;font-size:10px}.report-answer{margin:12px 0;padding:15px;border:1px solid #e2ecef;border-radius:10px;background:#f9fcfc}.report-answer-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.report-answer blockquote{margin:12px 0;padding:10px 13px;border-left:3px solid #9bcbd0;background:#fff;color:#496b7b;font-size:11px;line-height:1.7;white-space:pre-wrap}.report-answer h5{margin:13px 0 5px;color:#3c7287;font-size:10px}.report-skill-findings{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.report-skill-findings>div{padding:12px;border:1px solid #e3ecef;border-radius:9px}.report-skill-findings strong,.report-skill-findings span{display:block}.report-skill-findings span{margin-top:3px;color:#4f8791;font-size:10px}.report-skill-findings ul{margin-top:8px;padding-left:16px}@media(max-width:570px){.report-application-heading,.report-answer-heading{display:grid}.report-skill-findings{grid-template-columns:1fr}}@media print{.report-application{break-inside:avoid}.report-document{display:block}.report-application-paper{margin-top:12mm}}
