:root{font-family:DM Sans,sans-serif;color:#202a40;background:#f6f8fc;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;--blue: #345cf1;--blue-soft: #eff3ff;--text: #202a40;--muted: #68748a;--line: #e5e9f1;--green: #138364;--amber: #bd7a1c;--air: #7b69d4}*{box-sizing:border-box}body{margin:0;min-width:280px}button,input,textarea,select{font:inherit}button{cursor:pointer;border:0}button:disabled{cursor:not-allowed}button,a,label,summary{touch-action:manipulation}button,input,textarea,select,summary,a{outline-offset:4px}:focus-visible{outline:3px solid #7f9afa}a{color:var(--blue);text-decoration:none}svg{flex-shrink:0;vertical-align:middle}h1,h2,h3,p{margin:0}h1,h2,h3,.logo-word{font-family:Manrope,sans-serif}h1{font-size:clamp(1.85rem,3vw,2.5rem);letter-spacing:-.055em;line-height:1.25;font-weight:800}h2{font-size:1.1rem;font-weight:750;letter-spacing:-.025em}h3{font-size:1rem;font-weight:750}p{line-height:1.65}fieldset{border:0;padding:0;margin:0;min-width:0}legend{padding:0}.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}.muted{color:var(--muted)}.text-success{color:var(--green)}.status-dot{display:inline-block;width:7px;height:7px;border-radius:50%;background:#2fb18b;flex-shrink:0}.app-header{height:88px;padding:0 max(32px,calc((100vw - 1280px)/2));display:flex;align-items:center;justify-content:space-between;background:#fff;border-bottom:1px solid var(--line);gap:24px}.logo{display:flex;align-items:center;gap:10px;color:#19253c}.logo-mark{display:grid;place-items:center;width:36px;height:36px;background:var(--blue);border-radius:11px;color:#fff}.logo-word{font-size:1.45rem;font-weight:800;letter-spacing:-.075em}.logo-period{color:var(--blue)}.journey{display:flex;align-items:center;gap:16px}.journey-step{display:flex;align-items:center;gap:9px;color:#8891a2;font-size:.875rem;font-weight:500;white-space:nowrap}.step-number{height:24px;width:24px;border:1px solid var(--line);border-radius:50%;display:grid;place-items:center;font-size:.75rem}.step-line{height:1px;width:30px;margin-left:6px;background:var(--line)}.journey-step[data-active=true]{color:var(--blue)}.journey-step[data-active=true] .step-number{background:var(--blue);color:#fff;border-color:var(--blue)}.journey-step[data-complete=true] .step-number{background:#eaf7f2;border-color:#eaf7f2;color:var(--green)}.header-note{display:flex;gap:8px;align-items:center;font-size:.8125rem;color:var(--muted)}.setup-page,.report-page{max-width:1224px;padding:44px 32px 20px;margin:0 auto}.page-heading{display:flex;justify-content:space-between;align-items:center;gap:24px;margin-bottom:30px}.eyebrow{color:var(--blue);font-size:.75rem;font-weight:700;letter-spacing:.1em;margin-bottom:10px}.page-heading h1+p{color:var(--muted);margin-top:10px;font-size:1rem}.quiet-badge{display:inline-flex;align-items:center;gap:7px;font-size:.8125rem;color:var(--muted);white-space:nowrap}.setup-layout{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(315px,1fr);align-items:start;gap:26px}.panel{background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:0 3px 9px #24395503}.setup-section{padding:28px 30px;border-bottom:1px solid var(--line)}.section-heading{display:flex;align-items:center;gap:13px;margin-bottom:23px}.section-heading p{font-size:.875rem;color:var(--muted);margin-top:3px}.section-icon{background:var(--blue-soft);color:var(--blue);border-radius:10px;width:39px;height:39px;display:grid;place-items:center;flex-shrink:0}.section-index{margin-left:auto;color:#a0aabd;font-size:.75rem;align-self:flex-start;padding-top:3px}.field-row{display:grid;gap:18px}.field-row.two{grid-template-columns:1fr 1fr}.field{display:grid;gap:9px;min-width:0}.field>span,fieldset>legend{font-size:.875rem;font-weight:550}.required{color:var(--blue)}input:not([type=radio]),textarea,select{border:1px solid #dfe4ee;border-radius:8px;padding:12px 13px;background:#fff;color:var(--text);width:100%;min-width:0;line-height:1.45;font-size:1rem;transition:border-color .15s,box-shadow .15s}input::placeholder,textarea::placeholder{color:#929bad}input:focus,textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px #345cf114;outline:0}textarea{resize:vertical}.job-details{margin-top:20px;border:1px dashed #dce3f0;border-radius:9px}summary{cursor:pointer}.job-details summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:13px;font-size:.875rem}summary::-webkit-details-marker{display:none}.job-details summary>span{display:flex;gap:8px;align-items:center}.job-details summary svg{color:var(--blue)}.job-details summary small{font-size:.75rem;color:var(--muted);background:#f2f4f8;padding:3px 6px;border-radius:4px}.job-details[open]>summary>svg,.question-review[open] .question-chevron{transform:rotate(90deg)}.details-content{display:grid;gap:16px;padding:8px 15px 17px}.choice-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.choice-card{position:relative;display:flex;flex-direction:column;gap:7px;padding:16px 13px;border:1px solid var(--line);border-radius:10px;cursor:pointer;transition:background .15s,border-color .15s}.choice-card:hover,.style-options label:hover,.length-options label:hover{border-color:#a9bafa}.choice-card[data-selected=true]{border-color:var(--blue);background:#f3f6ff;box-shadow:0 0 0 1px var(--blue)}.choice-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:9px;color:var(--muted)}.choice-card[data-selected=true] .choice-top{color:var(--blue)}.radio-dot{width:15px;height:15px;border:1px solid #d6dce7;border-radius:50%;background:#fff}.choice-card[data-selected=true] .radio-dot{border:4px solid var(--blue)}.choice-card strong{font-size:.875rem;font-weight:600}.choice-card>span:last-child{font-size:.75rem;color:var(--muted);line-height:1.5}.choice-card input,.style-options input,.length-options input{position:absolute;opacity:0;width:1px;height:1px}.choice-card:focus-within,.style-options label:focus-within,.length-options label:focus-within{outline:3px solid #91aafa;outline-offset:3px}.style-options{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.style-options legend,.length-options legend{margin-bottom:12px}.style-options label{position:relative;text-align:center;padding:12px 5px;border:1px solid var(--line);border-radius:8px;cursor:pointer}.style-options strong{display:block;font-size:.875rem;font-weight:600}.style-options span{display:block;font-size:.75rem;color:var(--muted);margin-top:4px}.style-options label[data-selected=true]{border-color:var(--blue);background:var(--blue-soft);color:var(--blue)}.length-options{margin-top:24px}.length-options>div{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.length-options label{position:relative;display:flex;justify-content:center;gap:5px;padding:10px 4px;border:1px solid var(--line);border-radius:8px;cursor:pointer;font-weight:600;font-size:.9375rem}.length-options label span{font-size:.75rem;font-weight:400;color:var(--muted);align-self:center}.length-options label[data-selected=true]{background:var(--blue-soft);color:var(--blue);border-color:var(--blue)}.length-options p{display:flex;align-items:center;gap:7px;font-size:.8125rem;color:var(--muted);margin-top:12px}.setup-submit{padding:24px 30px}.btn{display:inline-flex;justify-content:center;align-items:center;gap:10px;border-radius:8px;padding:12px 19px;font-size:.875rem;font-weight:600;line-height:1.4;min-height:44px;transition:background .15s,box-shadow .15s}.btn-primary{color:#fff;background:var(--blue);box-shadow:0 4px 9px #345cf11a}.btn-primary:hover:not(:disabled){background:#2548d3;box-shadow:0 5px 14px #345cf129}.btn-primary:disabled{background:#c8d2ef;color:#475d99;box-shadow:none}.btn-secondary{color:var(--text);background:#fff;border:1px solid var(--line)}.btn-secondary:hover:not(:disabled){background:#f2f5fa}.start-btn{width:100%;justify-content:space-between;padding:14px 20px}.setup-submit>p{text-align:center;font-size:.8125rem;color:var(--muted);margin-top:12px}.setup-sidebar{display:grid;gap:20px}.device-card{padding:21px}.card-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:17px;color:var(--muted)}.card-heading h2{color:var(--text);font-size:1rem}.device-preview{position:relative;border-radius:11px;background:radial-gradient(ellipse at 50% 25%,#253350,#131c2e 80%);overflow:hidden;height:280px;color:#fff}.device-preview video{width:100%;height:100%;object-fit:cover;transform:scaleX(-1);display:block}.device-empty{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:12px 12px 34px}.device-camera-icon{display:grid;place-items:center;width:50px;height:50px;border:1px solid #43516a;background:#ffffff06;border-radius:14px;color:#c1cce1;margin-bottom:14px}.device-empty strong{font-size:1rem;font-weight:500}.device-empty p{font-size:.8125rem;text-align:center;color:#a5b2c9;margin-top:7px;line-height:1.6}.device-enable{margin-top:17px;background:#fff;color:#24334d;font-size:.8125rem;padding:10px 14px}.device-enable:hover{background:#e5ebff}.preview-label{position:absolute;left:14px;bottom:12px;font-size:.75rem;color:#bcc6d8}.preview-ready{position:absolute;right:12px;bottom:10px;display:flex;align-items:center;gap:6px;padding:4px 7px;background:#101b2dbb;border-radius:5px;font-size:.75rem}.device-status{display:flex;align-items:center;justify-content:space-between;margin-top:17px;font-size:.875rem}.device-status>span:first-child{display:flex;align-items:center;gap:8px}.device-status>span:last-child{font-size:.8125rem}.device-tip{display:flex;align-items:center;gap:7px;border-top:1px solid var(--line);padding-top:15px;margin-top:18px;color:var(--muted);font-size:.75rem}.audio-bars{display:flex;align-items:center;gap:3px}.audio-bars i{height:13px;width:3px;background:#e1e7ef;border-radius:2px}.audio-bars i[data-lit=true]{background:#22a67f}.session-card{border:1px solid #dde5f7;border-radius:14px;padding:23px;background:#eef3fc}.session-card .eyebrow{color:#727f98;font-size:.75rem;letter-spacing:.1em}.interviewer-profile{display:flex;gap:11px;align-items:center;margin:18px 0 24px}.interviewer-profile img{width:41px;height:41px;object-fit:cover;object-position:50% 32%;border-radius:50%;background:#fff}.interviewer-profile strong{font-size:.875rem;display:block;font-weight:600}.interviewer-profile span{font-size:.75rem;color:var(--muted);display:block;margin-top:4px}.session-detail{display:flex;justify-content:space-between;gap:10px;font-size:.8125rem;margin-top:14px}.session-detail>span{color:var(--muted)}.session-detail strong{font-weight:500;text-align:right}.session-note{display:flex;gap:8px;align-items:flex-start;padding-top:17px;margin-top:19px;border-top:1px solid #dbe3f3;color:var(--blue)}.session-note p{font-size:.8125rem;color:#566685}.privacy-note{display:flex;align-items:flex-start;gap:9px;padding:0 9px;color:#707c92;font-size:.75rem;line-height:1.75}.privacy-note svg{margin-top:3px}.page-footer{display:flex;justify-content:space-between;gap:15px;color:#7b879d;padding:26px 0 8px;font-size:.75rem}.notice{display:flex;align-items:center;gap:8px;border:1px solid #dce5ff;border-radius:8px;background:#f2f6ff;color:#3d5287;padding:12px 14px;font-size:.875rem;line-height:1.6;margin-bottom:16px}.notice.error{color:#a53a47;border-color:#f2d6da;background:#fff5f6}.report-page{padding-bottom:48px}.report-heading{align-items:flex-start}.report-heading h1{max-width:700px}.report-heading .eyebrow{color:var(--green)}.report-heading-actions{display:flex;gap:9px;flex-shrink:0;padding-top:30px}.report-meta{display:flex;flex-wrap:wrap;gap:16px;align-items:center;color:var(--muted);font-size:.875rem;margin-top:14px}.report-meta span{display:flex;gap:6px;align-items:center}.report-nav{display:flex;gap:28px;border-bottom:1px solid var(--line);margin:28px 0}.report-nav a{padding:0 2px 14px;color:var(--muted);font-weight:500;font-size:.875rem;border-bottom:2px solid transparent}.report-nav a:hover{color:var(--blue)}.report-section{scroll-margin-top:24px;margin-top:32px}.score-cards{display:grid;grid-template-columns:1.15fr 1.15fr 1fr 1fr;gap:15px}.score-card{padding:23px}.score-card.primary{background:#243e86;border-color:#243e86;color:#fff}.stat-label{display:flex;align-items:center;justify-content:space-between;font-size:.875rem;color:var(--muted)}.primary .stat-label{color:#c6d2f0}.stat-value{font-family:Manrope,sans-serif;font-size:2.6rem;font-weight:750;letter-spacing:-.06em;margin:12px 0 5px;line-height:1.2}.stat-value small{font-size:1rem;color:#8490a5;letter-spacing:0;font-weight:500;margin-left:4px}.primary .stat-value small{color:#abbce7}.score-card p{font-size:.8125rem;color:var(--muted)}.score-card.primary p{color:#c6d2f0}.score-meter{margin:15px 0 12px;height:4px;background:#ffffff24;border-radius:2px;overflow:hidden}.score-meter span{display:block;height:100%;background:#a4bcff}.overview-note{background:#fff;border-left:3px solid var(--blue);padding:18px 22px;margin:21px 0;border-radius:0 9px 9px 0;font-size:1rem;line-height:1.7}.feedback-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.feedback-card{padding:25px}.feedback-card h2{display:flex;gap:9px;align-items:center;margin-bottom:20px;font-size:1rem}.strengths h2 svg{color:var(--green)}.improvements h2 svg{color:var(--blue)}.feedback-list{list-style:none;padding:0;margin:0;display:grid;gap:16px}.feedback-list li{display:flex;gap:12px;font-size:1rem;line-height:1.65}.feedback-list li>span:first-child{flex-shrink:0;display:grid;place-items:center;width:24px;height:24px;background:#edf3ff;color:var(--blue);border-radius:7px;font-size:.75rem;font-weight:600;margin-top:2px}.strengths .feedback-list li>span:first-child{color:var(--green);background:#edf8f3}.report-section-heading{display:flex;justify-content:space-between;align-items:center;gap:15px;margin-bottom:18px}.report-section-heading h2{font-size:1.25rem}.report-section-heading p{color:var(--muted);font-size:.875rem;margin-top:5px}.small-tag{display:inline-block;background:#eaf0fb;color:#5b6e92;border-radius:5px;padding:4px 8px;font-size:.75rem;font-weight:500}.question-review{overflow:hidden;margin-top:12px}.question-review>summary{display:flex;align-items:center;gap:17px;list-style:none;padding:21px 24px}.question-number{display:grid;place-items:center;width:34px;height:34px;border-radius:9px;background:#f1f4fb;color:var(--blue);font-size:.8125rem;flex-shrink:0;font-weight:600}.question-summary{flex:1;min-width:0}.question-summary strong{display:block;font-weight:550;font-size:1rem;line-height:1.55}.question-summary small{display:block;color:var(--muted);margin-top:5px;font-size:.8125rem}.grade-score{font-size:1.125rem;font-weight:650;color:var(--blue);white-space:nowrap}.grade-score small{font-weight:400;font-size:.75rem;color:var(--muted)}.question-body{padding:0 25px 25px 75px}.answer-transcript{border-left:2px solid #dce4f7;padding:2px 0 2px 17px;margin:14px 0 24px}.answer-transcript p{color:#5f6d84;font-size:1rem;margin-top:9px}.answer-transcript small{color:#7889a6;font-size:.75rem}.question-body h3{margin:19px 0 10px;font-size:.875rem}.grade-list{padding-left:19px;margin:0;color:#56657b;font-size:1rem;line-height:1.7}.grade-list li{margin:7px 0}.star-row{display:flex;gap:7px;flex-wrap:wrap;margin:14px 0}.star-chip{display:flex;gap:5px;align-items:center;border:1px solid var(--line);border-radius:6px;padding:6px 9px;color:#7f899b;font-size:.75rem}.star-chip[data-covered=true]{color:var(--green);background:#f1f9f5;border-color:#d9eee4}.model-answer{margin-top:22px;background:#f4f7ff;padding:14px 16px;border-radius:9px;font-size:.875rem}.model-answer summary{color:var(--blue);font-weight:550}.model-answer p{margin-top:12px;color:#566985;font-size:1rem}.delivery-layout{display:grid;grid-template-columns:1fr 1fr;gap:20px}.delivery-panel{padding:24px}.delivery-panel>h3{margin-bottom:17px}.competency{padding:13px 0;border-bottom:1px solid var(--line)}.competency:last-child{border-bottom:0}.competency-title{display:flex;justify-content:space-between;font-size:.875rem;gap:10px}.competency p{color:var(--muted);font-size:.875rem;margin-top:7px}.bar{height:5px;border-radius:3px;background:#edf0f6;overflow:hidden;margin-top:10px}.bar span{display:block;height:100%;background:var(--blue);border-radius:3px}.phrase-group{padding:15px 0;border-bottom:1px solid var(--line)}.phrase-group:first-child{padding-top:0}.phrase-group:last-child{border:0;padding-bottom:0}.phrase-group h3{font-size:.875rem}.phrase-group p{font-size:.875rem;color:var(--muted);margin-top:7px}.phrase-list{display:flex;flex-wrap:wrap;gap:7px;list-style:none;padding:0;margin:10px 0 0}.phrase-list li{background:#f2f5fa;color:#546580;border-radius:5px;padding:5px 8px;font-size:.875rem}.phrase-list b{color:var(--blue);font-weight:600;margin-left:7px}.recording-panel{padding:24px}.player{display:block;max-height:570px;width:100%;background:#101927;border-radius:10px;margin-bottom:24px}.empty-recording{display:flex;align-items:center;gap:15px;color:var(--muted);padding:18px;background:#f5f7fc;border-radius:9px;margin-bottom:25px}.empty-recording h3{color:#435570;font-size:.875rem}.empty-recording p{font-size:.875rem;margin-top:4px}.timeline-track{position:relative;height:78px;background:#f0f3fa;border-radius:7px;overflow:hidden;margin:18px 0 10px}.timeline-answer{position:absolute;top:0;bottom:0;background:#345cf110;border-left:1px solid #345cf133}.timeline-answer span{position:absolute;top:7px;left:6px;font-size:.75rem;color:var(--blue)}.tick{position:absolute;bottom:3px;width:14px;height:38px;background:transparent;padding:5px;transform:translate(-7px)}.tick:after{content:"";display:block;height:100%;border-radius:2px;background:var(--amber)}.tick[data-kind=crutch]:after{background:var(--air)}.tick[data-kind=pause]:after{background:#8092b0;height:60%;margin-top:40%}.tick:disabled{cursor:default}.timeline-times{display:flex;justify-content:space-between;color:#78849a;font-size:.75rem}.legend{display:flex;gap:20px;flex-wrap:wrap;color:var(--muted);margin-top:16px;font-size:.8125rem}.legend span{display:flex;align-items:center;gap:6px}.legend i{display:block;width:7px;height:7px;border-radius:2px}.moments-list{margin-top:20px}.moments-list summary{color:var(--blue);font-size:.875rem}.moments-list>div{display:flex;flex-wrap:wrap;gap:8px;margin-top:13px}.moment-button{border:1px solid var(--line);background:#fff;border-radius:6px;padding:10px 12px;color:#5e6c82;font-size:.8125rem;text-align:left;min-height:44px}.moment-button:disabled{cursor:default}.report-bottom{display:flex;justify-content:space-between;gap:20px;align-items:center;background:#edf2ff;padding:25px;border-radius:13px;margin-top:32px}.report-bottom h2{font-size:1.125rem}.report-bottom p{color:var(--muted);font-size:.875rem;margin-top:5px}.room-shell{min-height:100dvh;background:#f5f7fb}.room-topbar{height:76px;display:flex;align-items:center;justify-content:space-between;padding:0 32px;gap:20px;border-bottom:1px solid var(--line);background:#fff}.room-role{display:flex;flex-direction:column;gap:3px;text-align:center}.room-role strong{font-size:.875rem;font-weight:550}.room-role span{color:var(--muted);font-size:.75rem}.record-pill{display:inline-flex;align-items:center;gap:9px;color:var(--muted);font-size:.8125rem;font-variant-numeric:tabular-nums}.record-dot{height:7px;width:7px;background:#e76269;border-radius:50%}.room-workspace{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:20px;max-width:1600px;margin:auto;padding:24px}.call-column{min-width:0}.presenter-stage{isolation:isolate;position:relative;width:100%;height:min(65vh,760px);min-height:370px;border-radius:16px;background:#162137;overflow:hidden}.presenter-frame,.presenter-media{position:absolute;top:0;right:0;bottom:0;left:0}.presenter-video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain;transition:opacity .2s}.presenter-still{z-index:1}.presenter-live{z-index:2}.presenter-video[data-hidden=true]{opacity:0;pointer-events:none}.presenter-fallback{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-content:center;justify-items:center;gap:20px;background:radial-gradient(ellipse at center,#2b3c60,#111c30);color:#b8c6e3}.avatar{display:grid;place-items:center;height:120px;width:120px;background:#395079;border:1px solid #607699;color:#fff;border-radius:50%;font-size:2.5rem;font-family:Manrope,sans-serif;box-shadow:0 0 0 calc(var(--speaking, 0) * 18px) #728ded14}.presenter-label{position:absolute;bottom:19px;left:21px;z-index:3;display:flex;gap:10px;align-items:center;background:#0f192cbc;border:1px solid #ffffff16;color:#e2e9f8;padding:8px 12px;border-radius:7px;font-size:.8125rem}.presenter-label small{color:#afbdd4;font-size:.75rem}.call-status{position:absolute;top:19px;left:21px;z-index:3;color:#dce6fb;background:#0f192caa;padding:8px 12px;border-radius:7px;font-size:.8125rem;display:flex;gap:7px;align-items:center}.self-tile{position:absolute;z-index:3;width:clamp(135px,23%,235px);aspect-ratio:4/3;bottom:18px;right:18px;overflow:hidden;border:2px solid #ffffff36;border-radius:10px;background:#223350}.self-tile[data-yourturn=true]{border-color:#42e2ae;box-shadow:0 0 0 1px #66f6c9,0 0 20px #30dda66b;animation:answer-glow 2.4s ease-in-out infinite}.self-tile[data-yourturn=true]:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;border-radius:8px;padding:4px;background:conic-gradient(from var(--answer-ring-angle),#42e2ae44 0deg,#42e2ae44 180deg,#42e2ae 270deg,#effff8 325deg,#42e2ae44 360deg);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask-composite:exclude;pointer-events:none;animation:answer-orbit 3s linear infinite}@property --answer-ring-angle{syntax: "<angle>"; inherits: false; initial-value: 0deg;}@keyframes answer-orbit{to{--answer-ring-angle: 360deg}}@keyframes answer-glow{0%,to{box-shadow:0 0 0 1px #66f6c9,0 0 13px #30dda64d}50%{box-shadow:0 0 0 1px #a3ffdf,0 0 24px #30dda69c}}.room-self{height:100%;width:100%;object-fit:cover;transform:scaleX(-1)}.room-self[data-off=true]{opacity:0}.self-off{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-content:center;justify-items:center;gap:8px;color:#bccae2;font-size:.75rem}.self-name{position:absolute;bottom:7px;left:9px;color:#fff;font-size:.75rem;text-shadow:0 1px 4px #000}.controls{display:flex;align-items:center;gap:10px;padding:19px 0 10px}.control-button{display:flex;flex-direction:column;align-items:center;gap:5px;background:transparent;padding:0;color:#69778d;font-size:.75rem;min-width:54px}.control-button>span{width:44px;height:44px;display:grid;place-content:center;border-radius:10px;border:1px solid #dfe5ee;background:#fff;color:#40516e}.control-button[data-active=false]>span{color:#c33d53;background:#fff0f2;border-color:#f4cbd4}.control-button[aria-pressed=true]:not([data-active])>span{color:var(--blue);background:var(--blue-soft);border-color:#c5d2fb}.controls .done-btn{margin:0 auto;background:var(--blue);color:#fff;min-width:180px}.done-btn:disabled{color:#8290a8;background:#e5eaf3}.btn-leave{color:#c43e52;background:#fff;border:1px solid #f0d4db}.btn-leave:hover{background:#fff0f3}.call-footnote{text-align:center;font-size:.8125rem;color:var(--muted);margin:10px 0 0}.question-panel{padding:24px;display:flex;flex-direction:column;min-height:max(520px,min(65vh,760px));height:fit-content}.question-progress{display:flex;gap:5px;margin:15px 0 28px}.question-progress i{height:4px;flex:1;border-radius:2px;background:#e6ecf6}.question-progress i[data-complete=true]{background:var(--blue)}.question-panel .eyebrow{font-size:.75rem}.question-panel h2{font-size:1.125rem;line-height:1.65;font-weight:650;letter-spacing:-.02em}.turn-status{margin-top:auto;padding-top:24px}.turn-status>strong{display:flex;gap:7px;align-items:center;font-size:.875rem;color:#65758f}.turn-status[data-live=true]>strong{color:var(--green)}.turn-status p{color:var(--muted);font-size:.875rem;margin-top:7px}.answer-preview{display:flex;flex-direction:column;min-height:100px;margin-top:20px}.answer-preview h3{margin-bottom:9px;font-size:.8125rem;color:var(--muted);font-weight:600}.live-transcript{color:#52627f;border-left:2px solid #a6b8ef;padding-left:12px;font-size:1rem;line-height:1.7;min-height:0;max-height:240px;overflow:auto;overflow-wrap:anywhere;scrollbar-width:thin}.transcript-interim{color:#71809b}.coach{margin-top:20px;border-top:1px solid var(--line);padding-top:17px;font-size:.875rem;color:var(--muted)}.coach strong{color:var(--blue);font-size:1.25rem;margin-right:5px}.coach p{font-size:.75rem;margin-top:6px}.room-notice{max-width:1552px;margin:0 auto;padding:0 24px}.room-notice .notice{font-size:.875rem}.overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:20;background:#10213aa6;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:grid;place-items:center;padding:24px}.loading-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:40px;max-width:440px;width:100%;text-align:center;box-shadow:0 20px 90px #071b3d35}.loading-card h2{font-size:1.35rem;margin:20px 0 12px}.loading-card p{color:var(--muted);font-size:1rem}.loading-card .btn{margin-top:24px}.spinner{width:34px;height:34px;border:3px solid #e5ebfc;border-top-color:var(--blue);border-radius:50%;animation:spin .9s linear infinite;margin:auto}.loading-preview{display:block;margin:24px auto 0;width:130px;height:88px;object-fit:cover;border-radius:9px;transform:scaleX(-1)}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:1080px){.header-note{display:none}.app-header{height:76px}.setup-layout{gap:18px;grid-template-columns:minmax(0,1.5fr) minmax(290px,1fr)}.setup-section,.setup-submit{padding:25px 22px}.choice-card{padding:14px 10px}.device-card,.session-card{padding:18px}.report-heading-actions{padding-top:0}.report-heading{flex-direction:column}.score-cards{gap:12px}.score-card{padding:19px}.room-workspace{grid-template-columns:minmax(0,1fr) 285px;padding:18px;gap:15px}.question-panel{padding:20px}.controls{flex-wrap:wrap;gap:8px}.controls .done-btn{min-width:150px;padding:12px}.btn-leave{padding:12px}}@media(max-width:800px){.setup-layout{grid-template-columns:1fr}.setup-sidebar{grid-template-columns:1fr 1fr;align-items:start}.privacy-note{grid-column:1/-1}.quiet-badge{display:none}.setup-page,.report-page{padding:28px 22px 20px}.page-heading{margin-bottom:24px}.score-cards{grid-template-columns:1fr 1fr}.room-workspace{grid-template-columns:1fr}.presenter-stage{height:52vh;min-height:300px}.question-panel{height:auto;min-height:0}.question-panel h2{font-size:1rem}.question-progress{margin-bottom:18px}.turn-status{margin-top:0;padding-top:20px}.room-topbar{padding:0 20px}.room-role{max-width:240px}}@media(max-width:540px){.app-header{height:auto;min-height:110px;flex-direction:column;gap:15px;padding:18px 16px 16px}.logo-word{font-size:1.3rem}.logo-mark{width:30px;height:30px;border-radius:9px}.journey{gap:12px}.journey-step{font-size:.8125rem;gap:6px}.step-number{width:20px;height:20px;font-size:.75rem}.step-line{width:20px;margin-left:4px}.setup-page,.report-page{padding:26px 16px 20px}h1{font-size:1.8rem}.page-heading h1+p{font-size:.9375rem}.page-heading .eyebrow{font-size:.625rem;letter-spacing:.08em}.setup-sidebar{grid-template-columns:1fr}.device-preview{height:265px}.device-card{padding:17px}.setup-section,.setup-submit{padding:23px 18px}.section-heading{gap:10px;margin-bottom:20px}.section-heading h2{font-size:1rem}.section-heading p{font-size:.8125rem}.section-index{display:none}.field-row.two{grid-template-columns:1fr}.job-details summary>span{flex-wrap:wrap;font-size:.8125rem;gap:6px}.choice-grid{grid-template-columns:1fr}.choice-card{padding:13px 14px;display:grid;grid-template-columns:28px 1fr;gap:4px 10px}.choice-top{grid-row:1/3;margin:0}.radio-dot{display:none}.choice-card strong{font-size:.875rem}.choice-card>span:last-child{font-size:.8125rem}.style-options{gap:6px}.style-options strong{font-size:.8125rem}.style-options span{font-size:.75rem}.length-options label{flex-direction:column;align-items:center;gap:2px}.page-footer{flex-direction:column;text-align:center;gap:5px}.report-nav{gap:23px;overflow-x:auto}.report-nav a{font-size:.8125rem}.score-card{padding:17px}.stat-value{font-size:2.25rem}.feedback-grid,.delivery-layout{grid-template-columns:1fr}.feedback-card,.delivery-panel,.recording-panel{padding:20px}.question-review>summary{padding:18px 14px;gap:11px}.question-number{width:29px;height:29px}.question-summary strong{font-size:.875rem}.question-chevron{display:none}.question-body{padding:0 19px 21px}.report-bottom{flex-direction:column;align-items:flex-start;padding:22px}.report-meta{font-size:.8125rem;gap:10px}.room-topbar{padding:13px 16px;height:auto;flex-wrap:wrap}.room-topbar .logo-word{display:none}.room-role{text-align:left;margin-right:auto;max-width:210px}.record-pill{font-size:.75rem}.room-workspace{padding:12px}.presenter-stage{height:42vh;min-height:285px}.self-tile{width:105px;bottom:12px;right:12px}.presenter-label{bottom:13px;left:12px;padding:7px 8px}.presenter-label small{display:none}.call-status{left:12px;top:12px}.controls{gap:7px;justify-content:center;padding-top:14px}.control-button{min-width:45px}.control-button>span{width:44px;height:44px}.controls .done-btn{order:-1;width:100%;margin-bottom:5px}.controls .btn-leave{margin-left:auto;font-size:.8125rem;padding:10px}.call-footnote{font-size:.75rem}.loading-card{padding:28px}}@media print{.app-header,.report-nav,.report-heading-actions,.report-bottom,.report-actions,.player,.moments-list{display:none!important}body,.app-shell{background:#fff}.report-page{padding:0;max-width:none}.panel{box-shadow:none;break-inside:avoid}.score-card.primary{background:#fff;color:#202a40}.score-card.primary .stat-label,.score-card.primary p,.primary .stat-value small{color:#59657a}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}.report-heading-actions{flex-wrap:wrap}.question-chevron{display:inline-flex}.report-nav a:first-child{border-color:transparent;color:var(--muted)}.report-nav a:hover,.report-nav a:focus{border-color:var(--blue);color:var(--blue)}.confirm-dialog{padding:0;border:0;border-radius:20px;background:transparent;max-width:calc(100vw - 32px);color:var(--text)}.confirm-dialog::backdrop{background:#10213aa6;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.dialog-actions{display:flex;gap:10px;justify-content:center;flex-wrap:wrap}.confirm-dialog .loading-card h2{margin-top:0}@media(max-width:800px){.setup-layout{display:flex;flex-direction:column;align-items:stretch}.setup-main{display:contents}.setup-section{background:#fff;border:1px solid var(--line);border-radius:14px}.setup-sidebar{order:2}.setup-submit{order:3;background:#fff;border:1px solid var(--line);border-radius:14px}}@media(max-width:380px){.journey{gap:7px}.journey-step{gap:5px;font-size:.75rem}.step-line{width:14px;margin-left:2px}.app-header{padding-left:12px;padding-right:12px}.report-section-heading{align-items:flex-start}.small-tag{white-space:nowrap}}@media(max-width:800px){.room-workspace{display:flex;flex-direction:column}.call-column{display:contents}.presenter-stage{order:0}.question-panel{order:1}.controls{order:2;position:sticky;bottom:0;z-index:5;background:#f5f7fb;border-top:1px solid var(--line);padding:12px 0;margin-top:4px}.call-footnote{order:3}.turn-status{padding-top:16px}.question-progress{margin:8px 0 16px}}@media(max-width:540px){.presenter-stage{height:34vh;min-height:225px}.question-panel{padding:18px}.question-panel .turn-status p{font-size:.8125rem}.controls .done-btn{margin-bottom:4px}}@media(max-width:380px){.length-options>div{grid-template-columns:repeat(4,minmax(0,1fr))}.length-options label{min-height:44px}.length-options label span{display:none}}
