:root{color:#172126;background:#f6f4ef;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;line-height:1.5;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}button,textarea,input{font:inherit}.app-shell{min-height:100vh;display:flex;flex-direction:column}.app-main{width:min(100%,1040px);margin:0 auto;padding:40px 20px 28px}.intro-section,.access-section,.practice-section,.result-section{display:grid;gap:28px}.intro-section,.access-section{grid-template-columns:minmax(0,.9fr) minmax(320px,1.4fr);align-items:start}.intro-copy{position:sticky;top:24px}.eyebrow{margin:0 0 8px;color:#49605f;font-size:.83rem;font-weight:700;letter-spacing:0;text-transform:uppercase}h1,h2,h3,p{margin-top:0}h1{margin-bottom:14px;font-size:clamp(2.25rem,4vw,4rem);line-height:1.05;letter-spacing:0;color:#112326}h2{margin-bottom:12px;color:#14282a;font-size:1.35rem;line-height:1.25;letter-spacing:0}h3{margin-bottom:8px;color:#244944;font-size:1.05rem;letter-spacing:0}.intro-text{max-width:32rem;color:#334548;font-size:1.2rem}.practice-note,.message,.feedback-panel,.question-panel,.answer-panel,.summary-block,.summary-grid section,.setup-panel{border:1px solid #d9d5cb;border-radius:8px;background:#fffdfa}.practice-note{max-width:32rem;padding:16px 18px;color:#3b4b4f;font-weight:600}.setup-panel{padding:22px}.access-panel{align-self:start}.access-label{display:block;margin-bottom:8px;color:#14282a;font-weight:800}.access-input{width:100%;min-height:48px;margin-bottom:16px;padding:12px 14px;border:2px solid #b9c2bd;border-radius:8px;background:#fff;color:#172126}.access-input:focus{border-color:#2f6f68;outline:3px solid #9ec5bd;outline-offset:2px}.turnstile-panel{display:grid;gap:10px;margin-bottom:16px}.turnstile-panel p{margin-bottom:0;color:#425356;font-weight:700}.scenario-fieldset{margin:0;padding:0;border:0}.scenario-fieldset legend{margin-bottom:16px;color:#14282a;font-size:1.25rem;font-weight:750}.scenario-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-bottom:22px}.scenario-card{min-height:172px;display:grid;grid-template-columns:auto 1fr;gap:12px;padding:16px;border:2px solid #d8d1c2;border-radius:8px;background:#fff;cursor:pointer;transition:border-color .16s ease,background-color .16s ease,box-shadow .16s ease}.scenario-card:hover{border-color:#8c9c8d}.scenario-card:focus-within{outline:3px solid #9ec5bd;outline-offset:3px}.scenario-card.selected{border-color:#2f6f68;background:#edf7f4;box-shadow:0 0 0 1px #2f6f68}.scenario-card input{width:1.15rem;height:1.15rem;margin-top:4px;accent-color:#2f6f68}.scenario-card-content{display:grid;gap:8px}.scenario-label{color:#14282a;font-size:1.05rem;font-weight:800}.scenario-description{color:#425356}.workplace-name{align-self:end;color:#52645f;font-size:.95rem;font-weight:700}.audio-toggle{display:flex;align-items:center;gap:10px;margin-bottom:20px;color:#244944;font-weight:800}.audio-toggle input{width:1.2rem;height:1.2rem;accent-color:#2f6f68}.turn-fieldset{margin:0 0 20px;padding:0;border:0}.turn-fieldset legend{margin-bottom:10px;color:#14282a;font-weight:800}.turn-options{display:flex;flex-wrap:wrap;gap:10px}.turn-option{display:inline-flex;align-items:center;gap:8px;min-height:44px;padding:10px 14px;border:2px solid #d8d1c2;border-radius:8px;background:#fff;color:#244944;cursor:pointer;font-weight:800}.turn-option.selected{border-color:#2f6f68;background:#edf7f4}.turn-option input{width:1rem;height:1rem;accent-color:#2f6f68}.cv-upload-panel{display:grid;gap:14px;margin:4px 0 22px;padding:20px 0;border-top:1px solid #d9d5cb;border-bottom:1px solid #d9d5cb}.cv-upload-panel h2{margin-bottom:8px;font-size:1.2rem}.cv-upload-panel p{margin-bottom:8px;color:#425356}.privacy-copy{font-weight:650}.cv-consent{display:flex;align-items:flex-start;gap:10px;color:#244944;font-weight:800}.cv-consent input{width:1.15rem;height:1.15rem;margin-top:3px;flex:0 0 auto;accent-color:#2f6f68}.cv-file-row{display:grid;gap:8px}.file-label{color:#14282a;font-weight:800}.cv-file-row input[type=file]{width:100%;padding:10px;border:2px solid #b9c2bd;border-radius:8px;background:#fff;color:#172126}.cv-file-row input[type=file]:focus{border-color:#2f6f68;outline:3px solid #9ec5bd;outline-offset:2px}.cv-actions{display:flex;flex-wrap:wrap;gap:10px}.cv-status{padding:12px 14px;border-left:4px solid #b8c3bd;border-radius:6px;background:#f8f6f1}.cv-status p{margin-bottom:0}.cv-status p+p{margin-top:4px}.cv-status.ready{border-left-color:#2f6f68;background:#edf7f4}.cv-status.failed,.cv-status.expired{border-left-color:#c77566;background:#fff4f1}.audio-block{display:grid;gap:8px;margin-top:16px}.audio-block p{margin-bottom:0;color:#49605f;font-size:.95rem;font-weight:800}.audio-block audio{width:min(100%,560px)}.button{min-height:48px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 18px;border:2px solid transparent;border-radius:8px;cursor:pointer;font-weight:800;text-align:center;transition:background-color .15s ease,border-color .15s ease,color .15s ease,transform .15s ease}.button:hover:not(:disabled){transform:translateY(-1px)}.button:focus-visible{outline:3px solid #9ec5bd;outline-offset:3px}.button:disabled{cursor:not-allowed;opacity:.65}.primary-button{background:#195c56;color:#fff}.primary-button:hover:not(:disabled){background:#104b47}.secondary-button{border-color:#b8c3bd;background:#fff;color:#1d3d3d}.secondary-button:hover:not(:disabled){border-color:#7f9992;background:#f4faf8}.message{padding:14px 16px;font-weight:700}.error-message{border-color:#dba99e;background:#fff4f1;color:#7a2f25}.info-message{border-color:#bad5cd;background:#f3fbf8;color:#244944}.warning-message{border-color:#e2c16a;background:#fff9e8;color:#624d13}.scenario-fieldset .message{margin-bottom:12px}.practice-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.practice-header h1{margin-bottom:0;font-size:clamp(1.9rem,3vw,3.25rem)}.status-panel{padding:16px 18px;border:1px solid #bad5cd;border-radius:8px;background:#f3fbf8}.status-panel p{margin-bottom:0;color:#425356}.status-label{color:#244944!important;font-size:1.1rem;font-weight:850}.status-label+p{margin-top:4px}.conversation-panel{display:grid;gap:14px}.conversation-message{width:min(86%,720px);padding:16px 18px;border:1px solid #d9d5cb;border-radius:8px;background:#fffdfa}.conversation-message.interviewer{justify-self:start;border-color:#bad5cd;background:#f3fbf8}.conversation-message.user{justify-self:end;border-color:#d3c6a4;background:#fff9e8}.conversation-message.system{justify-self:center;background:#fff}.conversation-message p:last-child{margin-bottom:0}.message-role{margin-bottom:6px;color:#49605f;font-size:.83rem;font-weight:850;text-transform:uppercase}.voice-controls{display:flex;flex-wrap:wrap;gap:12px}.turn-feedback-panel{padding:20px;border:1px solid #bad5cd;border-radius:8px;background:#f3fbf8}.turn-feedback-panel>p:last-of-type{margin-bottom:16px}.turn-feedback-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-bottom:12px}.turn-feedback-grid section,.turn-feedback-detail{padding:14px 16px;border-left:4px solid #2f6f68;background:#fff}.turn-feedback-grid p,.turn-feedback-detail p{margin-bottom:0}.turn-feedback-detail{margin-top:12px}.turn-feedback-detail.example{margin-bottom:16px;border-left-color:#b38a2f;background:#fff9e8}.question-panel,.answer-panel,.feedback-panel,.result-section,.summary-block,.summary-grid section{padding:22px}.question-count{margin-bottom:10px;color:#49605f;font-weight:800}.question-panel h2{margin-bottom:0;max-width:52rem;font-size:clamp(1.45rem,3vw,2.2rem)}.answer-panel label{display:block;margin-bottom:6px;color:#14282a;font-size:1.1rem;font-weight:800}.answer-helper{margin-bottom:12px;color:#425356}textarea{width:100%;min-height:210px;resize:vertical;padding:14px;border:2px solid #b9c2bd;border-radius:8px;background:#fff;color:#172126;font-size:1rem;line-height:1.5}textarea:focus{border-color:#2f6f68;outline:3px solid #9ec5bd;outline-offset:2px}textarea:disabled{background:#f3f2ed;color:#4d5b5f}.practice-actions{display:flex;flex-wrap:wrap;gap:12px}.feedback-panel{border-color:#bad5cd;background:#f3fbf8}.feedback-panel p:last-of-type{margin-bottom:20px}.encouragement{color:#244944;font-weight:800}.result-section{max-width:860px;margin:0 auto;border:1px solid #d9d5cb;border-radius:8px;background:#fffdfa}.result-section h1{font-size:clamp(2rem,4vw,3.4rem)}.result-lead{color:#334548;font-size:1.1rem}.summary-block{padding:0;border:0;background:transparent}.summary-focus-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:20px 0}.summary-focus-grid section,.cv-feedback-block,.improved-answer-block,.confidence-note{padding:16px 18px;border-left:4px solid #2f6f68;background:#f3fbf8}.summary-focus-grid p:last-child,.cv-feedback-block p:last-child,.improved-answer-block p:last-child,.confidence-note p:last-child{margin-bottom:0}.cv-feedback-block,.improved-answer-block,.confidence-note{margin-top:16px}.improved-answer-block{border-left-color:#b38a2f;background:#fff9e8}.confidence-note{border-left-color:#7f9992}.summary-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.summary-coaching{display:grid;gap:14px;margin:24px 0}.coaching-card-list{display:grid;gap:14px}.coaching-card{padding:18px;border:1px solid #bad5cd;border-radius:8px;background:#f3fbf8}.coaching-card p:last-child{margin-bottom:0}.coaching-question,.example-label{color:#244944;font-weight:850}.coaching-card blockquote{margin:0 0 14px;padding:14px 16px;border-left:4px solid #2f6f68;border-radius:6px;background:#fff;color:#263c40}.coaching-card blockquote span{display:block;margin-bottom:4px;color:#49605f;font-size:.86rem;font-weight:850;text-transform:uppercase}.star-guidance,.stronger-example{margin-top:14px;padding-top:14px;border-top:1px solid #bad5cd}.summary-grid ul{margin:0;padding-left:1.25rem}.summary-grid li+li{margin-top:8px}.debug-panel{width:min(100%,1040px);margin:auto auto 0;padding:0 20px 22px;color:#536469;font-size:.9rem}.debug-panel details{border-top:1px solid #d7d1c4;padding-top:12px}.debug-panel summary{width:max-content;cursor:pointer;font-weight:700}.debug-panel code{overflow-wrap:anywhere;color:#22383c}.portal-feedback-panel{display:grid;gap:14px;margin-top:24px;padding:18px;border:1px solid #d9d5cb;border-radius:8px;background:#fffdfa}.portal-feedback-panel h2,.portal-feedback-panel p{margin-bottom:6px}.portal-feedback-form{display:grid;gap:10px}.portal-feedback-form label{color:#14282a;font-weight:800}.portal-feedback-form input,.portal-feedback-form textarea{width:100%;padding:12px 14px;border:2px solid #b9c2bd;border-radius:8px;background:#fff;color:#172126}.portal-feedback-form input:focus,.portal-feedback-form textarea:focus{border-color:#2f6f68;outline:3px solid #9ec5bd;outline-offset:2px}.portal-feedback-form textarea{min-height:130px}.character-count{color:#536469;font-size:.9rem;text-align:right}.portal-feedback-actions{display:flex;flex-wrap:wrap;gap:10px}@media (max-width: 820px){.app-main{padding-top:24px}.intro-section,.access-section,.scenario-grid,.summary-focus-grid,.summary-grid,.turn-feedback-grid{grid-template-columns:1fr}.intro-copy{position:static}.setup-panel,.question-panel,.answer-panel,.feedback-panel,.result-section,.summary-grid section{padding:18px}.scenario-card{min-height:0}.practice-header{display:grid}.practice-actions,.voice-controls,.cv-actions,.voice-controls .button,.cv-actions .button,.practice-actions .button,.setup-panel>.button,.result-section>.button{width:100%}.portal-feedback-actions,.portal-feedback-actions .button,.portal-feedback-panel>.button{width:100%}.conversation-message,.turn-options,.turn-option{width:100%}}
