: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}}:root{--navy: #08265e;--ink: #173a67;--muted: #6d84a5;--teal: #05a8a3;--blue: #1478cf;--line: #cfe1f3;--soft: #eef8ff;--surface: #ffffff;--shadow: 0 22px 58px rgba(22, 77, 132, .11);--shadow-soft: 0 10px 30px rgba(22, 77, 132, .08);--gradient: linear-gradient(108deg, #1578d4 0%, #078cae 53%, #08ad98 100%);color:var(--ink);background:#f4faff}body{background:#f4faff;color:var(--ink)}::selection{background:#1694be33;color:var(--navy)}button,input,textarea,select{letter-spacing:.005em}h1,h2,h3,h4,.brand strong{color:var(--navy)}.brand{gap:14px}.brand-mark{width:52px;height:52px;border-radius:15px;background:linear-gradient(150deg,#0877d0,#05b8a5);box-shadow:0 12px 25px #0584b13d}.brand strong{font-size:25px;letter-spacing:-.8px}.brand span{margin-top:4px;color:#6e87a6;font-size:11px;letter-spacing:.04em}.eyebrow{margin-bottom:16px;color:#038c9c;font-size:12px;font-weight:800;letter-spacing:.2em}.primary-button{min-height:54px;border-radius:12px;background:var(--gradient);box-shadow:0 14px 28px #0d7aa833;font-size:15px;font-weight:760}.primary-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 18px 34px #0d7aa847}.primary-button.compact{min-height:48px;padding-inline:23px}.secondary-button,.stop-button,.demo-button,.google-button,.danger-button{border-radius:11px;font-weight:720}.secondary-button{min-height:46px;border-color:#bfd6eb;color:#176e9b;box-shadow:0 5px 15px #205d920a}.secondary-button:hover:not(:disabled){border-color:#59b6c2;background:#f1fbff}.login-screen{grid-template-columns:minmax(600px,1.12fr) minmax(480px,.88fr);min-height:100dvh;background:#fff}.login-story{min-height:100dvh;padding:62px clamp(54px,6.5vw,112px) 54px;border-right:1px solid rgba(157,203,235,.6);background:radial-gradient(circle at 14% 25%,rgba(255,255,255,.98) 0 8%,transparent 35%),radial-gradient(circle at 76% 17%,rgba(89,190,240,.25),transparent 30%),linear-gradient(135deg,#edf8ff,#dff2ff 51%,#eafbff);isolation:isolate}.login-story:before{width:72%;height:52%;left:-12%;right:auto;top:-14%;bottom:auto;border:1px solid rgba(64,152,220,.12);border-radius:0;background:linear-gradient(145deg,#ffffff85,#32a0e614);clip-path:polygon(0 0,100% 0,72% 100%,22% 77%);z-index:-1}.login-story:after{width:76%;height:57%;right:-23%;bottom:-21%;border:1px solid rgba(0,163,180,.6);border-radius:50% 0 0;background:linear-gradient(90deg,rgba(16,113,212,.24) 0 32%,rgba(8,184,173,.25) 32% 60%,transparent 60%),linear-gradient(145deg,#ffffff1a,#1380d529);z-index:-1}.login-story>.brand{position:relative;z-index:5}.story-content{z-index:4;max-width:650px;margin-top:88px}.story-content h1{margin-bottom:28px;color:#061f57;font-size:clamp(50px,4.2vw,72px);line-height:1.18;letter-spacing:-.055em;text-shadow:0 4px 16px rgba(33,71,128,.06)}.story-content p{max-width:620px;margin-bottom:38px;color:#536f95;font-size:18px;line-height:1.85}.story-stages{gap:14px}.story-stages span{padding:13px 18px;border:1px solid #c8dff2;border-radius:12px;background:#ffffffd1;color:#153b70;box-shadow:0 7px 20px #1f5c940d;font-size:12px;font-weight:760}.story-stages span:first-letter{color:#0095a1}.story-foot{z-index:4;padding:11px 15px;width:fit-content;border:1px solid rgba(159,203,228,.54);border-radius:12px;background:#ffffff7a;color:#5e7c9d;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.story-art{position:absolute;z-index:2;top:92px;right:3.5%;width:min(36vw,430px);height:490px;pointer-events:none}.story-profile-card{position:absolute;top:0;right:0;width:340px;height:226px;padding:34px;border:1px solid rgba(255,255,255,.92);border-radius:20px;background:#ffffffd1;box-shadow:0 34px 64px #226da829;transform:perspective(900px) rotateY(-8deg) rotate(5deg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.story-avatar{width:56px;height:56px;display:grid;place-items:center;float:left;margin-right:20px;border-radius:50%;background:linear-gradient(150deg,#eef8ff,#98d6ff);color:#218bd1}.story-profile-card>span,.story-profile-card>i,.story-mini-card span{display:block;height:13px;border-radius:999px;background:#d4e7f7}.story-profile-card>span:nth-of-type(1){width:145px;margin:8px 0 13px 78px}.story-profile-card>span:nth-of-type(2){width:100px;margin-left:78px}.story-role{width:150px;height:44px;display:grid;place-items:center;clear:both;margin-top:28px;border-radius:999px;color:#fff;background:linear-gradient(90deg,#028eac,#07b899)}.story-profile-card>i{position:absolute;right:32px;height:11px}.story-profile-card>i:nth-of-type(1){bottom:78px;width:104px}.story-profile-card>i:nth-of-type(2){bottom:52px;width:70px}.story-art-actions{display:flex;gap:24px;position:absolute;left:35px;right:35px;bottom:19px}.story-art-actions b{width:50px;height:14px;border-radius:8px;background:#e4f0fa}.story-mini-card{position:absolute;top:276px;right:38px;width:270px;height:124px;display:grid;gap:13px;padding:29px 32px 29px 76px;border-radius:18px;background:#ffffff7a;box-shadow:0 18px 42px #28679f17;transform:rotate(4deg)}.story-mini-card:before{content:"";position:absolute;left:26px;top:29px;width:32px;height:32px;border-radius:50%;background:#a5d8f7;box-shadow:0 49px #b5ddf5}.story-rail{position:absolute;right:-2px;top:390px;display:grid;gap:26px}.story-rail b{width:16px;height:16px;border:3px solid #fff;border-radius:50%;background:#4aaee7;box-shadow:0 0 0 1px #b1d9ef}.story-rail b:nth-child(2){width:12px;height:12px;margin-left:2px;background:#fff}.story-rail b:nth-child(3){background:#03aaa0}.login-panel{padding:72px clamp(44px,7vw,112px);background:#fff}.login-card{width:min(100%,535px);padding:0}.login-card h2{margin-bottom:14px;color:#061f57;font-size:clamp(42px,3.8vw,58px);letter-spacing:-.055em}.login-card>p{margin-bottom:34px;color:#6d80a2;font-size:16px}.login-card form{gap:19px}.login-card label,.field-label,.form-grid label{color:#123361;font-size:13px;font-weight:760}.login-card input,.form-grid input,.form-grid select,.form-grid textarea,.field-label input,.field-label select,.field-label textarea,.transcript-card textarea,.hiring-page input:not([type=checkbox]),.hiring-page textarea,.hiring-page select{border:1px solid #c9ddf0;border-radius:10px;background:#fffffff2;color:#183c68;box-shadow:inset 0 1px 2px #16497b05}.login-card input,.form-grid input,.form-grid select,.field-label select{height:53px}.login-card input:focus,.form-grid input:focus,.form-grid select:focus,.form-grid textarea:focus,.field-label input:focus,.field-label select:focus,.field-label textarea:focus,.transcript-card textarea:focus{border-color:#41aaba;box-shadow:0 0 0 4px #1aa1b31a}.google-button{min-height:56px;margin-bottom:24px;border-color:#c7dcef;color:#08265e;font-size:15px;box-shadow:0 8px 20px #184f850a}.text-button{color:#018b9d}.login-disclaimer{margin-top:25px!important;color:#8394ad!important}.login-language{top:26px;right:36px}.language-select{min-width:174px;height:44px;padding-inline:15px;border-color:#ccdef0;background:#ffffffed;color:#0f3568;box-shadow:0 7px 20px #1f538914}.language-select select{color:#0f3568;font-weight:760}.app-shell{background:#eff8ff}.sidebar{position:relative;isolation:isolate;width:288px;flex-basis:288px;padding:29px 24px 24px;border-right:1px solid rgba(190,219,240,.72);background:radial-gradient(circle at 0 0,#fff 0,transparent 30%),linear-gradient(155deg,#ffffffbd,#e4f6ffed)}.sidebar:before{content:"";position:absolute;z-index:-1;left:0;bottom:18%;width:100%;height:36%;background:linear-gradient(145deg,rgba(50,154,226,.08),transparent 58%);clip-path:polygon(0 30%,100% 0,100% 72%,0 100%)}.sidebar-top{padding:0 8px 36px}.sidebar-caption{margin:0 9px 13px;color:#17396b;font-size:12px;letter-spacing:.02em}.nav-list{gap:8px}.nav-item{min-height:68px;padding:12px;border-radius:13px;color:#1478c5}.nav-item svg{color:#147fc8;stroke-width:2}.nav-item strong{color:#102f63;font-size:14px}.nav-item small{margin-top:5px;color:#7a94b2;font-size:10px}.nav-item.active{background:#fffffff2;color:#087eaa;box-shadow:0 10px 28px #1b5b951a}.nav-item.active svg{color:#087ac5}.nav-active-dot{width:8px;height:8px;background:#08a7b1}.sidebar-language{margin:19px 5px 13px}.sidebar-language .language-select{width:100%;min-width:0}.google-linked{color:#0a9a82;font-size:11px}.sidebar-help{margin:auto 0 25px;padding:17px 15px;border-color:#c5e0f1;border-radius:13px;background:#ffffffad;color:#059aaa}.sidebar-help strong{color:#183b6d}.account-row{padding:16px 2px 0;border-top-color:#d5e6f3}.account-copy strong{color:#0f2e60;font-size:13px}.account-copy small{color:#748eac}.avatar{border-radius:12px;background:linear-gradient(145deg,#dff8ff,#c8effa);color:#087dbb}.main-area{position:relative;background:radial-gradient(circle at 73% 0,rgba(116,210,255,.28),transparent 29%),radial-gradient(circle at 95% 18%,rgba(7,183,183,.14),transparent 24%),linear-gradient(155deg,#fafdff,#eef8ff,#f9fdff);isolation:isolate}.main-area:before{content:"";position:fixed;z-index:-1;top:79px;right:0;width:min(58vw,980px);height:360px;background:radial-gradient(circle,rgba(41,147,222,.55) 0 2px,transparent 2.5px) right 90px top 30px / 24px 24px no-repeat,linear-gradient(135deg,#ffffff94,#39a5e812);clip-path:polygon(19% 0,100% 0,100% 78%,76% 100%,0 64%);border-left:1px solid rgba(113,186,232,.22)}.main-area:after{content:"";position:fixed;z-index:-1;left:288px;bottom:0;width:580px;height:420px;background:linear-gradient(145deg,rgba(72,168,231,.09),transparent 62%);clip-path:polygon(0 42%,100% 0,64% 100%,0 100%)}.topbar{height:79px;padding:0 clamp(34px,4vw,66px);border-bottom-color:#d1e3f1b3;background:#ffffffc7;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.breadcrumb{color:#7189a7;font-size:13px}.breadcrumb strong{color:#0c2e65;font-size:14px}.privacy-chip{color:#153a6d;font-size:12px}.content-area{width:min(100%,1480px);padding:39px clamp(34px,4vw,66px) 96px}.page-intro{max-width:970px;margin-bottom:31px}.page-intro h1{margin-bottom:10px;color:#061f57;font-size:clamp(36px,3vw,49px);line-height:1.16;letter-spacing:-.05em}.page-intro p{color:#6b83a4;font-size:15px}.section-card,.result-main,.result-side,.feedback-lead,.feedback-detail,.data-card,.report-paper,.practice-list,.empty-state{border-color:#c9ddeec7;border-radius:19px;background:#fffffff0;box-shadow:var(--shadow);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.section-card{padding:30px}.card-icon{width:44px;height:44px;border-radius:12px;background:linear-gradient(145deg,#e4f5ff,#dffaf8);color:#0a91a4}.card-heading h2{color:#0b2b63;font-size:20px}.card-heading p{color:#8096b0}.method-tag{padding:7px 13px;border-color:#c9e9e9;border-radius:999px;background:#eaf9f7;color:#078b8a;font-weight:730}.notice{border:1px solid #cbe4f3;background:#eff9fff2}.notice.success{border-color:#bfe8d9}.notice.error{border-color:#f0cfca}.hero-panel{min-height:350px;padding:54px 58px;border-color:#acd7efbf;border-radius:23px;background:radial-gradient(circle at 86% 32%,rgba(80,205,216,.28),transparent 28%),linear-gradient(126deg,#fffffff2,#e2f6ffdb);box-shadow:var(--shadow)}.hero-panel h1{color:#061f57;font-size:clamp(39px,3.4vw,52px)}.hero-panel p{color:#617d9f;font-size:15px}.orbit-one,.orbit-two{border-color:#1892c547}.orbit-center{color:#098fa5;box-shadow:0 22px 55px #146da329}.orbit-label{border-color:#c6e6ef;color:#147ca4}.section-heading h2,.overview-bottom h2{color:#08265e}.progress-line{height:7px;background:#dfeef7}.progress-line span{background:var(--gradient)}.journey-grid{gap:18px}.journey-item{min-height:146px;padding:27px 23px;border-color:#d8e7f2;border-radius:17px;box-shadow:var(--shadow-soft)}.journey-item:hover{border-color:#8ed2d8;transform:translateY(-3px);box-shadow:var(--shadow)}.journey-number{background:#e8f5fb;color:#0b85ad}.journey-item h3{color:#123568;font-size:16px}.assessment-layout,.interview-layout{gap:24px}.upload-zone{min-height:190px;border-color:#9bcadd;border-radius:14px;background:linear-gradient(145deg,#f8fdff,#effaff)}.question-display{border-left-color:#08a4aa;background:#eef9fc;color:#214d72}.video-stage{border:1px solid #c4ddeb;border-radius:16px;box-shadow:0 15px 35px #0f375e1f}.video-placeholder{background:linear-gradient(145deg,#123b6b,#145871)}.dimension-row>div{background:linear-gradient(145deg,#f0f8ff,#eefbfa)}.dimension-row strong{color:#0c87aa}.skill-list span,.report-skills span,.job-tags span{background:#eaf6fb;color:#176f98}.job-home-intro{max-width:1120px}.job-home-stats{display:flex;flex-wrap:wrap;gap:12px;margin-top:23px}.job-home-stats span{min-width:135px;display:flex;align-items:baseline;gap:8px;padding:12px 15px;border:1px solid #d2e5f1;border-radius:12px;background:#ffffffbf;color:#557696;font-size:12px;box-shadow:var(--shadow-soft)}.job-home-stats strong{color:#087fa5;font-size:22px}.recommendation-banner{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:14px;margin:-4px 0 18px;padding:17px 20px;border:1px solid #bde5e5;border-radius:15px;background:linear-gradient(110deg,#e8f8fff7,#e5fbf6f7);color:#078da0;box-shadow:var(--shadow-soft)}.recommendation-banner strong{display:block;color:#0c386d;font-size:14px}.recommendation-banner p{margin:4px 0 0;color:#627f9a;font-size:12px;line-height:1.55}.recommendation-banner>span{min-width:44px;padding:7px 10px;border-radius:999px;background:#fff;color:#078e91;text-align:center;font-size:12px;font-weight:750}.job-search-panel{margin-bottom:21px;padding:21px;border:1px solid rgba(195,220,237,.9);border-radius:18px;background:#ffffffe8;box-shadow:var(--shadow);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.job-search-field{min-height:54px;display:flex;align-items:center;gap:12px;padding:0 16px;border:1px solid #bed8e9;border-radius:13px;background:#fafdff;color:#1688a4}.job-search-field:focus-within{border-color:#4ab5bd;box-shadow:0 0 0 4px #08a8a41a}.job-search-field input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:#153a69;font:inherit}.job-search-field input::placeholder{color:#8ba0b6}.job-filter-grid{display:grid;grid-template-columns:repeat(5,minmax(125px,1fr));gap:12px;margin-top:15px}.job-filter-grid label{display:grid;gap:7px;color:#456783;font-size:11px;font-weight:700}.job-filter-grid select{width:100%;min-width:0;height:42px;padding:0 11px;border:1px solid #d0e0eb;border-radius:10px;outline:0;background:#fff;color:#234c72}.job-filter-grid select:focus{border-color:#5dbac0;box-shadow:0 0 0 3px #08a8a414}.job-filter-summary{min-height:30px;display:flex;align-items:end;justify-content:space-between;gap:14px;margin-top:11px;color:#738da4;font-size:12px}.job-filter-summary button{display:inline-flex;align-items:center;gap:6px;border:0;background:transparent;color:#087f9d;font-weight:700;cursor:pointer}.job-tags span.skill{background:#eef8f5;color:#167f74}.match-toolbar{border-bottom-color:#d2e2ee}.tab-group button.active{border-color:#06a7a1;color:#0a789c}.job-row{margin:10px 0;padding:25px 24px;border:1px solid #d9e7f1;border-radius:17px;background:#ffffffe8;box-shadow:var(--shadow-soft)}.job-score{background:linear-gradient(145deg,#e3f5ff,#e3fbf7)}.job-score strong{color:#087ea9}.job-heading h2{color:#0c2d64}.matching-explainer{border-color:#c5e4ee;background:#effafded}.report-history{border-color:#d3e3ef;background:#ffffffb8}.report-paper{padding:43px}.report-cover{border-bottom-color:#cfe1ee}.report-block-head span{background:var(--gradient);color:#fff}.report-job,.report-answer{border-color:#d7e6f0;background:#f8fcff}.report-radar{margin:18px 0 22px;border-color:#d3e4ee;background:linear-gradient(145deg,#f8fcff,#edf9f8);break-inside:avoid}.report-paper .report-radar h3{margin-top:10px}.hiring-page{max-width:1360px;gap:25px}.hiring-grid{grid-template-columns:minmax(290px,335px) minmax(0,1fr);gap:24px}.hiring-sidebar,.hiring-main{border-radius:20px}.hiring-page h2{color:#08265e;font-size:23px;letter-spacing:-.025em}.hiring-page h3{color:#0d3268}.hiring-page input:not([type=checkbox]),.hiring-page select{min-height:49px}.hiring-page textarea{line-height:1.65}.hiring-job-list{gap:10px}.hiring-job-list button,.hiring-applicant-list button{padding:15px;border-color:#d3e4f0;border-radius:12px;color:#173b67;box-shadow:0 5px 15px #1d558908}.hiring-job-list button.active,.hiring-applicant-list button.active{border-color:#67c9cf;background:linear-gradient(120deg,#effaff,#e9fbf9);box-shadow:0 10px 24px #15859a17}.hiring-heading h2{color:#08265e;font-size:28px}.hiring-message{border:1px solid #c5e5ed;border-radius:11px;background:#eef9fc}.hiring-link{border-color:#cce1ee;border-radius:12px;background:#f8fcff}.hiring-resume-text{border:1px solid #dce9f2;border-radius:12px;background:#f5faff}.hiring-feedback{border:1px solid #d7e8f0;border-radius:12px;background:#f3faff}.hiring-answer{border-top-color:#d9e6ef}.hiring-user{border-bottom-color:#dbe7ef}.arrangement-status{border-color:#d2e2eb;border-radius:12px;background:#f6faff}.arrangement-status.confirmed{border-color:#99d7c0;background:#eefaf5}.hiring-radar,.skill-assessment{padding:27px;border-color:#d0e4ed;border-radius:17px;background:linear-gradient(145deg,#fafdfffa,#eaf8fcf2)}.hiring-radar-chart .radar-data{fill:#0c91ab33;stroke:#098ba5}.hiring-radar-chart .radar-dot{fill:#078ca5}.hiring-radar-values>div,.skill-assessment-item{border-color:#d5e5ee;border-radius:12px;box-shadow:0 6px 18px #154e7e0a}.application-chat{max-width:830px}.chat-bubble{padding:14px 18px;border-radius:18px}.chat-bubble.assistant{background:#edf7fc;color:#254e70}.chat-bubble.user{background:var(--gradient)}.chat-reply,.chat-qa{border-color:#d5e6ef}.chat-resume-card{border-color:#d1e4ef;border-radius:12px;background:#f7fcff}.apply-step-list button{border-color:#8ecbd7;color:#147ba0}.apply-step-list button.active{background:var(--gradient)}.apply-complete{padding:60px}.data-center{max-width:1120px}.data-card{padding:29px}.application-record{border-top-color:#dbe7ef}.danger-zone{border-color:#f0d3d0;background:#fffafaf2}@keyframes rise-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.content-area>*,.login-card,.story-content{animation:rise-in .42s ease both}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media(max-width:1240px){.login-screen{grid-template-columns:minmax(520px,1fr) minmax(440px,.85fr)}.story-art{opacity:.68;right:-8%}.story-content{max-width:570px}.story-content h1{font-size:54px}.sidebar{width:272px;flex-basis:272px;padding-inline:18px}.main-area:after{left:272px}.hiring-grid{grid-template-columns:300px minmax(0,1fr)}}@media(max-width:960px){.login-screen{grid-template-columns:1fr}.login-story{min-height:610px;padding:45px 44px}.story-content{margin-top:60px}.story-art{right:2%;opacity:.38;transform:scale(.82);transform-origin:top right}.story-foot{margin-top:54px}.login-panel{padding:72px 44px}.login-language{position:fixed}.assessment-layout,.interview-layout,.overview-bottom,.feedback-layout,.results-grid,.report-layout,.journey-grid,.hiring-grid{grid-template-columns:1fr}.job-filter-grid{grid-template-columns:repeat(3,minmax(125px,1fr))}}@media(max-width:820px){.sidebar{position:fixed;inset:0 auto 0 0;width:min(88vw,310px);height:100dvh;flex-basis:auto}.main-area:before{width:100vw;opacity:.7}.main-area:after{left:0}.topbar{height:68px;padding-inline:20px}.content-area{padding:30px 20px 70px}.page-intro h1{font-size:36px}.hero-panel{padding:38px 30px}.job-filter-grid{grid-template-columns:repeat(2,minmax(120px,1fr))}}@media(max-width:570px){.login-story{min-height:565px;padding:30px 22px}.login-story .brand strong{font-size:21px}.story-art{display:none}.story-content{margin-top:64px}.story-content h1{font-size:41px}.story-content p{font-size:15px}.story-stages{display:grid;grid-template-columns:1fr}.story-stages span{width:fit-content}.story-foot{margin-top:35px;font-size:10px}.login-panel{padding:80px 22px 48px}.login-card h2{font-size:38px}.login-language{top:20px;right:18px}.language-select{min-width:155px}.section-card,.data-card,.report-paper{padding:21px;border-radius:16px}.hero-panel{padding:31px 22px}.hero-panel h1{font-size:34px}.hiring-radar-values{grid-template-columns:1fr}.job-home-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}.job-home-stats span{min-width:0;display:grid;gap:2px;padding:10px;text-align:center}.job-search-panel{padding:15px}.job-filter-grid{grid-template-columns:1fr 1fr;gap:10px}.recommendation-banner{grid-template-columns:minmax(0,1fr) auto;padding:15px}.recommendation-banner>svg{display:none}}@media print{.report-paper{background:#fff;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}}
