:root{--blue:#2563eb;--blue-d:#1d4ed8;--blue-50:#eff6ff;--blue-100:#dbeafe;--blue-200:#bfdbfe;--text:#111827;--text2:#374151;--muted:#6b7280;--border:#e5e7eb;--bg:#f9fafb;--surface:#ffffff;--green:#059669;--amber:#d97706;--red:#dc2626}*{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;font-family:Plus Jakarta Sans,sans-serif;background:#f0f2f5;color:var(--text);font-size:14px}.shell{display:flex;flex-direction:column;height:100vh;overflow:hidden}.panel{display:none;flex:1;overflow:hidden;flex-direction:column}.panel.active{display:flex}.topbar{height:48px;background:var(--surface);border-bottom:2.5px solid var(--blue);display:flex;align-items:center;padding:0 16px;gap:10px;flex-shrink:0}.topbar.warn{background:#fff1f2;border-bottom-color:var(--red)}.logo-wrap{display:flex;align-items:center;gap:0;flex-shrink:0;cursor:pointer}.cand-block{display:flex;flex-direction:column}.cand-id{font-size:11.5px;font-weight:700;color:var(--text);line-height:1.2}.cand-time{font-size:11px;font-weight:500;color:var(--muted);line-height:1.2;transition:color .3s}.topbar.warn .cand-time{color:var(--red);font-weight:700}.t-spacer{flex:1}.audio-row{display:flex;align-items:center;gap:7px;flex:1;max-width:300px}.btn-play{width:26px;height:26px;border-radius:50%;background:none;border:1.5px solid var(--border);display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--text2);transition:all .12s;flex-shrink:0}.btn-play:hover{border-color:var(--blue);color:var(--blue)}.btn-play svg{width:10px;height:10px;fill:currentColor;stroke:none}.a-curr{font-size:11px;font-weight:600;color:var(--muted);min-width:26px}.a-bar{flex:1;height:4px;background:#e5e7eb;border-radius:4px;position:relative;cursor:pointer}.a-prog{position:absolute;left:0;top:0;height:100%;background:var(--blue);border-radius:4px;width:0%;transition:width .5s linear}.a-thumb{position:absolute;top:50%;transform:translate(-50%,-50%);width:11px;height:11px;border-radius:50%;background:var(--blue);border:2px solid white;box-shadow:0 1px 3px #0003;left:0%;pointer-events:none}.a-total{font-size:11px;color:var(--muted);min-width:36px;text-align:right;font-family:DM Mono,monospace}.vol-wrap{display:flex;align-items:center;gap:5px}.vol-wrap svg{width:14px;height:14px;stroke:var(--muted);fill:none;stroke-width:1.8}.vol-slider{-webkit-appearance:none;width:70px;height:4px;border-radius:4px;outline:none;cursor:pointer;background:linear-gradient(to right,var(--blue) 70%,#e5e7eb 70%)}.vol-slider::-webkit-slider-thumb{-webkit-appearance:none;width:12px;height:12px;border-radius:50%;background:var(--blue);border:2px solid white;box-shadow:0 1px 3px #0003}.timer-big{display:flex;align-items:center;gap:6px}.timer-big svg{width:15px;height:15px;stroke:var(--muted);fill:none;stroke-width:1.8}.timer-big span{font-size:19px;font-weight:800;color:var(--text);font-variant-numeric:tabular-nums;letter-spacing:-.5px;transition:color .3s}.topbar.warn .timer-big span{color:var(--red)}.icon-btn{width:30px;height:30px;border-radius:6px;display:flex;align-items:center;justify-content:center;cursor:pointer;border:none;background:transparent;color:var(--muted);transition:background .12s}.icon-btn:hover{background:var(--bg)}.icon-btn svg{width:15px;height:15px;stroke:currentColor;fill:none;stroke-width:1.8}.flag-btn{display:flex;align-items:center;gap:4px;padding:0 8px;height:30px;border-radius:6px;background:transparent;border:none;font-family:inherit;font-size:11px;font-weight:700;color:var(--muted);cursor:pointer;white-space:nowrap;transition:background .12s;position:relative}.flag-btn:hover{background:var(--bg);color:var(--amber)}.flag-btn svg{width:11px;height:14px}.flag-btn:after{content:"Click the flag icon next to any question to bookmark it for review";position:absolute;top:calc(100% + 6px);left:50%;transform:translate(-50%);background:#1e2a4a;color:#fff;font-size:11px;font-weight:600;padding:4px 10px;border-radius:6px;white-space:nowrap;pointer-events:none;opacity:0;transition:opacity .15s;z-index:100}.flag-btn:hover:after{opacity:1}.q-flag-btn{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border:none;background:none;cursor:pointer;padding:0;margin-left:6px;vertical-align:middle;opacity:.3;transition:opacity .15s;flex-shrink:0}.q-flag-btn:hover{opacity:.7}.q-flag-btn.flagged{opacity:1}.q-flag-btn svg{width:12px;height:16px;display:block}.q-flag-btn svg path{fill:#9ca3af;transition:fill .15s}.q-flag-btn.flagged svg path{fill:var(--amber)}.rq-flag{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;background:none;border:none;cursor:pointer;padding:0;opacity:.3;transition:opacity .15s;flex-shrink:0;vertical-align:middle;margin-left:4px}.rq-flag:hover{opacity:.75}.rq-flag.flagged{opacity:1}.rq-flag svg{width:9px;height:12px;display:block}.rq-flag svg path{fill:#9ca3af;transition:fill .15s}.rq-flag.flagged svg path{fill:var(--amber)}.opt-ov{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:800}.opt-ov.show{display:block}.opt-menu{position:fixed;top:50px;right:12px;background:#fff;border:1px solid var(--border);border-radius:10px;box-shadow:0 4px 24px #0000001f;width:240px;overflow:hidden;z-index:801;display:none;font-family:Plus Jakarta Sans,sans-serif}.opt-menu.show{display:block}.opt-head{padding:10px 14px 8px;font-size:13px;font-weight:700;color:var(--text);border-bottom:1px solid #f3f4f6;display:flex;align-items:center;justify-content:space-between}.opt-x{background:none;border:none;color:var(--muted);font-size:18px;cursor:pointer;line-height:1}.opt-row{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;cursor:pointer;transition:background .1s;border-bottom:1px solid #f9fafb;font-size:12.5px}.opt-row:hover{background:#f9fafb}.opt-row:last-child{border:none}.opt-row-l{display:flex;align-items:center;gap:9px}.opt-row-l svg{width:13px;height:13px;stroke:var(--muted);fill:none;stroke-width:1.8}.opt-row span{color:var(--text);font-weight:500}.sub-p{display:none;padding:6px 14px 10px;border-top:1px solid #f3f4f6}.sub-p.open{display:block}.sub-t{font-size:10px;font-weight:700;color:var(--muted);text-transform:uppercase;letter-spacing:.5px;margin-bottom:6px}.sub-os{display:flex;flex-direction:column;gap:3px}.sub-o{padding:6px 9px;border-radius:5px;font-size:12.5px;font-weight:500;color:var(--text);cursor:pointer;border:1px solid transparent;transition:all .1s}.sub-o:hover{background:var(--blue-50);border-color:var(--blue-200)}.sub-o.on{background:var(--blue-50);border-color:var(--blue);color:var(--blue-d);font-weight:600}.flag-modal-ov{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a73;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);z-index:9998;align-items:center;justify-content:center;font-family:Plus Jakarta Sans,sans-serif;animation:fadeIn .15s ease-out}.flag-modal-ov.show{display:flex}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.flag-modal{background:#fff;border-radius:14px;width:340px;max-width:92%;max-height:75vh;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 16px 40px #0f172a29,0 4px 12px #0f172a0f;animation:slideUp .18s ease-out}.flag-modal-hd{padding:14px 16px 10px;display:flex;align-items:center;justify-content:space-between}.flag-modal-hd-ttl{display:flex;align-items:center;gap:9px;flex:1;min-width:0}.flag-modal-hd-ttl svg{width:14px;height:14px;fill:var(--amber);flex-shrink:0}.flag-modal-hd-ttl h3{font-size:13.5px;font-weight:700;color:var(--text);margin:0;letter-spacing:-.01em}.flag-modal-hd-cnt{font-size:10.5px;color:var(--blue-d);font-weight:600;background:var(--blue-50);padding:2px 8px;border-radius:99px;letter-spacing:0;flex-shrink:0}.flag-modal-x{background:none;border:none;font-size:18px;color:#cbd5e1;cursor:pointer;line-height:1;padding:2px 6px;border-radius:6px;transition:all .12s;flex-shrink:0}.flag-modal-x:hover{background:#f1f5f9;color:var(--text2)}.flag-modal-body{flex:1;overflow-y:auto;padding:2px 16px 14px}.flag-modal-body::-webkit-scrollbar{width:4px}.flag-modal-body::-webkit-scrollbar-thumb{background:#e2e8f0;border-radius:99px}.flag-modal-empty{padding:24px 14px 20px;text-align:center;color:var(--muted);font-size:12px;line-height:1.6}.flag-modal-empty .icon{font-size:26px;margin-bottom:8px;display:block;opacity:.4}.flag-modal-empty b{color:var(--text);font-weight:700;display:block;margin-bottom:4px;font-size:13px}.flag-section{margin-bottom:14px}.flag-section:last-child{margin-bottom:0}.flag-section-hd{display:flex;align-items:center;gap:6px;font-size:10.5px;font-weight:600;color:#64748b;letter-spacing:.04em;margin-bottom:7px;padding-left:1px}.flag-section-hd .skill-ico{font-size:11px;opacity:.7}.flag-section-hd .skill-name{text-transform:uppercase;letter-spacing:.08em}.flag-section-hd .skill-cnt{background:transparent;color:#94a3b8;padding:0;font-size:10.5px;font-weight:500;letter-spacing:0;text-transform:none}.flag-section-hd .skill-cnt:before{content:"·";margin-right:5px;color:#cbd5e1}.flag-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:5px}.flag-q-btn{padding:7px 0;background:var(--blue-50);border:1px solid transparent;border-radius:7px;font-family:Plus Jakarta Sans,sans-serif;font-size:12.5px;font-weight:600;color:var(--blue-d);cursor:pointer;transition:all .12s ease;display:flex;align-items:center;justify-content:center}.flag-q-btn:hover{background:var(--blue);color:#fff;transform:translateY(-1px);box-shadow:0 3px 8px #2563eb38}.flag-q-btn:active{transform:translateY(0);box-shadow:0 1px 2px #2563eb2e}.flag-modal-ft{padding:10px 16px 12px;display:flex;justify-content:flex-end;gap:6px}.flag-modal-btn{padding:6px 16px;border-radius:7px;font-family:Plus Jakarta Sans,sans-serif;font-size:12px;font-weight:600;cursor:pointer;border:none;transition:all .12s}.flag-modal-btn-secondary{background:#f1f5f9;color:var(--text)}.flag-modal-btn-secondary:hover{background:#e2e8f0}.flag-modal-btn-primary{background:var(--blue);color:#fff}.flag-modal-btn-primary:hover{background:var(--blue-d)}body.contrast-wob{background:#000;--text:#fff;--text2:#ccc;--surface:#111;--bg:#1a1a1a;--border:#333;--muted:#888}body.contrast-yob{background:#000;--text:#ff0;--text2:#ff0;--surface:#111;--bg:#1a1a1a;--border:#333;--muted:#aaa}body.text-large .r-passage *,body.text-large .r-q-scroll *,body.text-large .l-content *,body.text-large .note-block,body.text-large .pass-body{font-size:15.5px!important;line-height:1.7!important}body.text-large .pass-title{font-size:21px!important}body.text-large .pass-sub{font-size:13px!important}body.text-large .pass-part-label{font-size:11.5px!important}body.text-large .para-lbl,body.text-large .mc-letter,body.text-large .mcm-letter,body.text-large .mcm-box,body.text-large .rq-flag,body.text-large .q-flag-btn,body.text-large .qc{font-size:inherit!important}body.text-large .tbtn{font-size:12.5px!important}body.text-large .q-head-box .q-range{font-size:16px!important}body.text-large .q-head-box .q-instr{font-size:13.5px!important}body.text-xl .r-passage *,body.text-xl .r-q-scroll *,body.text-xl .l-content *,body.text-xl .note-block,body.text-xl .pass-body{font-size:17px!important;line-height:1.75!important}body.text-xl .pass-title{font-size:23px!important}body.text-xl .pass-sub{font-size:14px!important}body.text-xl .pass-part-label{font-size:12px!important}body.text-xl .para-lbl,body.text-xl .mc-letter,body.text-xl .mcm-letter,body.text-xl .mcm-box,body.text-xl .rq-flag,body.text-xl .q-flag-btn,body.text-xl .qc{font-size:inherit!important}body.text-xl .tbtn{font-size:13px!important}body.text-xl .q-head-box .q-range{font-size:17px!important}body.text-xl .q-head-box .q-instr{font-size:14.5px!important}.btn-finish{padding:6px 18px;border-radius:8px;font-family:inherit;font-size:12.5px;font-weight:700;border:none;cursor:pointer;background:var(--blue);color:#fff;transition:background .12s;flex-shrink:0}.btn-finish:hover{background:var(--blue-d)}.btn-exit{position:relative;width:32px;height:32px;margin-left:6px;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;border:1px solid #dc2626;background:#ef4444;color:#fff;transition:background .12s;flex-shrink:0}.btn-exit:hover{background:#dc2626}.btn-exit svg{width:16px;height:16px}.btn-exit:after{content:"Thoát bài thi";position:absolute;top:calc(100% + 6px);right:0;background:#111827;color:#fff;padding:4px 8px;border-radius:6px;font-size:12px;font-weight:600;white-space:nowrap;box-shadow:0 4px 12px #0000002e;opacity:0;pointer-events:none;z-index:100}.btn-exit:hover:after{opacity:1}.part-bar{height:32px;background:#f3f4f6;border-bottom:1px solid var(--border);display:flex;align-items:center;padding:0 16px;gap:8px;flex-shrink:0}.part-bar b{font-size:12.5px;font-weight:700;color:var(--text)}.part-bar span{font-size:12px;color:var(--muted)}.l-content-wrap{flex:1;overflow-y:auto;background:var(--surface)}.l-content-wrap::-webkit-scrollbar{width:5px}.l-content-wrap::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:10px}.l-content{max-width:1200px;margin:0 auto;padding:24px 32px}.q-head-box{background:var(--blue-50)!important;border:1px solid var(--blue-100)!important;border-left:4px solid var(--blue)!important;border-radius:10px!important;padding:14px 18px!important;margin-bottom:16px!important;font-family:Plus Jakarta Sans,sans-serif!important}.q-head-box .q-range{font-size:15px!important;font-weight:700!important;color:#0f172a!important;margin-bottom:6px!important;font-family:Plus Jakarta Sans,sans-serif!important;letter-spacing:0!important;line-height:1.4!important}.q-head-box .q-instr{font-size:13px!important;color:#475569!important;font-weight:400!important;line-height:1.55!important;font-family:Plus Jakarta Sans,sans-serif!important}.q-head-box .q-instr strong{color:var(--text)!important;font-weight:700!important;font-family:Plus Jakarta Sans,sans-serif!important}.q-head-box .q-instr code{background:#fef3c7!important;color:#92400e!important;padding:1px 5px!important;border-radius:3px!important;font-size:11px!important;font-family:DM Mono,monospace!important;font-weight:700!important}.q-head-box .q-instr:has(br) strong{display:inline-block!important;min-width:110px!important}.q-head-box .tfng-label-table{margin-top:8px!important;display:flex!important;flex-direction:column!important;gap:3px!important}.q-head-box .tfng-label-row{display:flex!important;align-items:baseline!important;gap:0!important}.q-head-box .tfng-label-row b{min-width:110px!important;font-weight:700!important;color:var(--text)!important;font-family:Plus Jakarta Sans,sans-serif!important;font-size:13px!important}.q-head-box .tfng-label-row span{color:#475569!important;font-size:13px!important;font-family:Plus Jakarta Sans,sans-serif!important;line-height:1.55!important}.q-head-box .q-range{display:inline-flex;align-items:center;gap:8px}.q-head-flag{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border:1px solid var(--border);border-radius:6px;background:#fff;cursor:pointer;padding:0;transition:all .12s}.q-head-flag svg{width:11px;height:14px;fill:#9ca3af;transition:fill .12s}.q-head-flag:hover{border-color:var(--amber);background:#fffbeb}.q-head-flag:hover svg{fill:var(--amber)}.q-head-flag.flagged{border-color:var(--amber);background:var(--amber)}.q-head-flag.flagged svg{fill:#fff}.q-topic{font-size:13.5px;font-weight:700;color:var(--text);margin:10px 0 14px;font-family:Plus Jakarta Sans,sans-serif}.qdiv{height:1px;background:var(--border);margin:22px 0}.qc{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;background:var(--blue);color:#fff;font-size:10.5px;font-weight:700;flex-shrink:0;vertical-align:middle;font-family:DM Mono,monospace}.qc.active{background:#f59e0b!important;box-shadow:0 0 0 3px #fde68a;transform:scale(1.18);transition:all .2s}.tbl-comp{border-collapse:collapse;width:100%;font-size:13px;margin-top:10px}.tbl-comp th{background:var(--bg);border:1px solid var(--border);padding:8px 10px;font-weight:700;color:var(--muted);font-size:12px;text-align:left}.tbl-comp td{border:1px solid var(--border);padding:9px 10px;color:var(--text2);line-height:1.65;vertical-align:top}.tbl-comp td.blank{background:transparent}.table-inp{border:none;border-bottom:1.5px solid var(--blue);background:var(--blue-50);padding:3px 7px;width:120px;font-size:12.5px;font-family:DM Mono,monospace;outline:none;color:var(--blue-d);font-weight:600}.table-inp:focus,.table-inp.filled{background:var(--blue-100)}.word-limit{font-size:11.5px;color:var(--muted);font-style:italic;margin-top:8px}.note-title{font-size:14px;font-weight:700;color:var(--text);margin-bottom:10px;text-align:center;font-family:Plus Jakarta Sans,sans-serif}.note-block{font-size:13.5px;line-height:1.95;color:var(--text);font-family:Plus Jakarta Sans,sans-serif!important}.note-block strong{color:var(--text);font-weight:700;display:block;margin-top:14px;font-family:Plus Jakarta Sans,sans-serif}.note-block strong:first-child{margin-top:0}.inline-inp{border:none;border-bottom:1.5px solid var(--blue);background:var(--blue-50);padding:2px 7px;font-size:12.5px;font-family:DM Mono,monospace;outline:none;color:var(--blue-d);font-weight:600;width:auto;min-width:40px;max-width:100%;field-sizing:content;box-sizing:content-box}.inline-inp:-moz-placeholder{width:48px}.inline-inp:placeholder-shown{width:48px}.inline-inp::-moz-placeholder{color:var(--blue);opacity:.7}.inline-inp::placeholder{color:var(--blue);opacity:.7}.inline-inp:focus,.inline-inp.filled{background:var(--blue-100)}.sa-inp{display:block;width:100%;margin-top:8px;border:1.5px solid var(--blue);border-radius:6px;background:var(--blue-50);padding:8px 12px;font-size:13px;font-family:DM Mono,monospace;color:var(--blue-d);font-weight:600;outline:none;box-sizing:border-box}.sa-inp::-moz-placeholder{color:var(--blue);opacity:.6}.sa-inp::placeholder{color:var(--blue);opacity:.6}.sa-inp:focus,.sa-inp.filled{background:var(--blue-100)}.fc-wrap{display:flex;flex-direction:column;align-items:center;gap:0;margin-top:4px}.fc-box{border:1.5px solid var(--border);border-radius:8px;padding:10px 16px;min-width:240px;max-width:100%;text-align:center;font-size:12.5px;background:#fff;color:var(--text);line-height:1.7;box-sizing:border-box}.fc-arrow{font-size:18px;color:var(--muted);line-height:1.4;text-align:center;margin:3px 0}.form-card{border:1.5px solid var(--text);border-radius:6px;overflow:hidden;background:#fff;margin-bottom:10px}.form-title{font-size:14px;font-weight:700;color:var(--text);text-align:center;padding:10px;background:#f8fafc;border-bottom:1.5px solid var(--text);font-family:Plus Jakarta Sans,sans-serif}.form-body{padding:12px 14px;font-family:Plus Jakarta Sans,sans-serif}.fc-row{display:grid;grid-template-columns:170px 1fr;gap:14px;align-items:start;padding:6px 0;border-bottom:1px dashed var(--border);font-size:13px;line-height:1.95}.fc-row:last-child{border-bottom:none}.fc-lbl{font-weight:600;color:var(--text);align-self:start}.fc-val{color:var(--text)}.fc-example{background:#f8fafc;opacity:.85}.fc-example .fc-lbl{font-style:italic;color:var(--muted)}.fc-section{font-weight:700;color:var(--text);padding:10px 0 6px;font-size:13.5px}.fc-row.fc-nested{padding-left:16px}.fc-row.fc-nested .fc-lbl{font-weight:500}.fc-note{font-size:11.5px;color:var(--muted);font-style:italic;margin-left:4px}.mc-single{display:flex;flex-direction:column;gap:5px;align-items:stretch;margin-top:8px}.mc-opt{display:flex;align-items:center;gap:10px;padding:9px 12px;border-radius:7px;border:1.5px solid transparent;cursor:pointer;transition:all .1s;width:100%;box-sizing:border-box;font-size:13px;color:var(--text)}.mc-opt:hover{border-color:var(--blue-200);background:var(--blue-50)}.mc-opt.sel{background:var(--blue-50);border-color:transparent;color:var(--blue-d);font-weight:700}.mc-letter{display:inline-flex;width:24px;height:24px;border-radius:50%;border:1.5px solid var(--border);background:#fff;color:var(--text);align-items:center;justify-content:center;font-size:11px;font-weight:700;flex-shrink:0}.mc-opt.sel .mc-letter{background:var(--blue);color:#fff;border-color:var(--blue)}.mc-multi{display:flex;flex-direction:column;gap:5px;margin-top:10px}.mcm-opt{display:flex;align-items:center;gap:10px;padding:9px 12px;border-radius:7px;border:1.5px solid transparent;cursor:pointer;transition:all .1s;width:100%;box-sizing:border-box;font-size:13px;color:var(--text)}.mcm-opt:hover{border-color:var(--blue-200);background:var(--blue-50)}.mcm-opt.sel{background:var(--blue-50);border-color:transparent;color:var(--blue-d);font-weight:700}.mcm-opt.dis{opacity:.4;pointer-events:none}.mcm-box{width:18px;height:18px;border-radius:4px;border:1.5px solid var(--border);background:#fff;flex-shrink:0}.mcm-opt.sel .mcm-box{background:var(--blue) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path d='M3.5 8.5L6.8 11.6L12.5 5.4' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>") center/12px 12px no-repeat;border-color:var(--blue)}.mcm-letter{font-weight:700;font-size:13px;color:var(--text2);min-width:14px;font-family:Plus Jakarta Sans,sans-serif}.mcm-opt.sel .mcm-letter{color:var(--blue-d)}.mcm-counter{font-size:11.5px;color:var(--blue);font-weight:600;margin-top:6px}.tfng-row{display:flex;align-items:center;gap:10px;padding:10px 0;border-bottom:.5px solid #f1f5f9}.tfng-row:last-child{border-bottom:none}.tfng-q{flex:1;font-size:13px;line-height:1.55;color:var(--text2)}.tfng-q .qn{font-weight:700;margin-right:4px}.tfng-btns{display:flex;gap:5px;flex-shrink:0}.tbtn{padding:6px 12px;border-radius:6px;border:1px solid #e5e7eb;background:#fff;font-size:11px;font-weight:700;cursor:pointer;transition:all .1s;font-family:inherit;color:#9ca3af}.tbtn:hover{border-color:var(--blue-200)}.tbtn[onclick*="'TRUE'"],.tbtn[onclick*="'FALSE'"],.tbtn[onclick*="'YES'"],.tbtn[onclick*="'NO'"]{min-width:72px}.tbtn[onclick*="'NOT GIVEN'"]{min-width:96px}.tbtn.sel-t{background:#16a34a;border-color:#16a34a;color:#fff}.tbtn.sel-f{background:#dc2626;border-color:#dc2626;color:#fff}.tbtn.sel-ng{background:#d97706;border-color:#d97706;color:#fff}.match-row{display:flex;align-items:center;gap:10px;padding:10px 0;border-bottom:.5px solid #f1f5f9;background:transparent;border:none;border-radius:0;font-size:13px}.match-row:last-child{border-bottom:none}.match-q{font-weight:700;color:var(--text);min-width:24px;font-family:Plus Jakarta Sans,sans-serif}.match-stem{flex:1;color:var(--text);line-height:1.55;font-weight:400}.match-sel{width:60px;min-width:60px;padding:6px 22px 6px 10px;border:1px solid #e5e7eb;border-radius:6px;font-size:13px;font-family:inherit;background:#fff;cursor:pointer;outline:none;color:var(--text)}.match-sel:focus{border-color:var(--blue)}.match-sel.has-value,.match-sel.chosen{border-color:var(--blue);background:var(--blue-50);font-weight:700;color:var(--blue-d)}.legend-box{background:var(--blue-50);border:1px solid var(--blue-200);border-radius:8px;padding:12px 14px;margin:10px 0 16px}.legend-box .lhead{font-size:11px;font-weight:700;color:var(--blue-d);text-transform:uppercase;letter-spacing:.06em;margin-bottom:8px}.legend-box .lrow{font-size:12.5px;line-height:1.7;color:var(--text)}.legend-box .lrow b{color:var(--blue-d);font-weight:700;display:inline-block;min-width:20px;font-family:Plus Jakarta Sans,sans-serif}.mh-bank{background:#f0f9ff;border:1px solid #bae6fd;border-radius:8px;padding:12px 16px;margin:10px 0 14px}.mh-bank-title{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:#0369a1;margin-bottom:8px}.mh-bank-list{display:flex;flex-direction:column;gap:4px}.mh-bank-item{font-size:12.5px;color:var(--text2);line-height:1.45}.mh-bank-item b{color:var(--text);margin-right:4px;font-family:Plus Jakarta Sans,sans-serif}.mh-row{display:flex;align-items:center;gap:10px;margin-bottom:10px}.mh-row:last-child{margin-bottom:0}.mh-q-num{font-size:13px;font-weight:700;color:var(--text);flex-shrink:0;font-family:Plus Jakarta Sans,sans-serif}.mh-sec-lbl{padding:4px 10px;border-radius:6px;background:var(--blue-50);color:var(--blue-d);font-size:12.5px;font-weight:700;flex-shrink:0;border:1px solid var(--blue-200)}.rq-select{flex:1;min-width:0;padding:7px 10px;border:1.5px solid #9ca3af;border-radius:6px;font-family:inherit;font-size:12.5px;background:#fff;cursor:pointer;outline:none;color:var(--text)}.rq-select:focus{border-color:var(--blue)}.rq-select.has-value,.rq-select.chosen{border-color:var(--blue);background:var(--blue-50);font-weight:700;color:var(--blue-d)}.mf-row{display:flex;align-items:center;gap:14px;padding:10px 0;border-bottom:.5px solid #f1f5f9}.mf-row:last-child{border-bottom:none}.mf-stem{flex:1;color:var(--text);line-height:1.55;font-weight:400;font-size:13px;font-family:Plus Jakarta Sans,sans-serif;display:flex;align-items:center;gap:8px}.mf-stem .mf-q{font-weight:700;min-width:24px}.mf-cells{display:flex;gap:14px;flex-shrink:0}.mf-cell{display:flex;flex-direction:column;align-items:center;gap:4px;cursor:pointer;width:44px}.mf-cell-letter{font-size:10.5px;font-weight:700;color:var(--muted);font-family:Plus Jakarta Sans,sans-serif}.mf-cell.sel .mf-cell-letter{color:var(--blue-d)}.mf-dot{width:22px;height:22px;border-radius:50%;border:2px solid #9ca3af;background:#fff;transition:all .12s}.mf-cell:hover .mf-dot{border-color:var(--blue-200)}.mf-cell.sel .mf-dot{border-color:var(--blue);background:radial-gradient(circle,var(--blue) 45%,white 47%)}.q-item{margin-bottom:18px}.q-row{display:block;margin-bottom:6px;line-height:1.55}.q-num,.q-stem{display:inline;font-weight:700;font-size:13.5px;color:var(--text)}.q-num:after{content:". "}.mc-single,.mc-multi{padding-left:0;margin-left:0}.mc-opt,.mcm-opt{padding:9px 12px;margin-left:0}.r-split{flex:1;display:flex;overflow:hidden}.r-passage{flex:1;overflow-y:auto;padding:20px 28px;border-right:1px solid var(--border);background:var(--surface)}.r-passage::-webkit-scrollbar{width:5px}.r-passage::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:10px}.pass-part-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.6px;color:var(--muted);margin-bottom:5px}.pass-title{font-size:18px;font-weight:800;color:var(--text);margin-bottom:4px;letter-spacing:-.3px}.pass-sub{font-size:12px;color:var(--muted);margin-bottom:14px}.pass-rule{height:1px;background:var(--border);margin-bottom:16px}.pass-body{font-size:13.5px;line-height:1.9;color:var(--text2)}.pass-body p{margin-bottom:12px}.para{display:flex;gap:10px;margin-bottom:14px;align-items:flex-start}.para-lbl{width:21px;height:21px;flex-shrink:0;background:var(--blue);color:#fff;border-radius:5px;font-size:10.5px;font-weight:700;display:flex;align-items:center;justify-content:center;margin-top:3px}.r-passage-pane{display:none}.r-passage-pane.active{display:block}.r-resizer{width:5px;background:var(--border);cursor:col-resize;flex-shrink:0;display:flex;align-items:center;justify-content:center;position:relative;transition:background .12s}.r-resizer:hover{background:var(--blue-200)}.r-resizer:after{content:"⋮";color:var(--muted);font-size:14px;position:absolute}.r-questions{width:42%;flex-shrink:0;display:flex;flex-direction:column;overflow:hidden;background:var(--surface)}.r-q-scroll{flex:1;overflow-y:auto;padding:16px 20px}.r-q-scroll::-webkit-scrollbar{width:5px}.r-q-scroll::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:10px}.rq-group{margin-bottom:24px}.bot-nav{height:44px;background:var(--surface);border-top:1px solid var(--border);display:flex;align-items:center;justify-content:center;padding:0 12px;gap:5px;flex-shrink:0;overflow-x:auto}.bot-nav::-webkit-scrollbar{height:0}.bn-part{display:flex;align-items:center;padding:5px 10px;border-radius:20px;border:1.5px solid var(--border);gap:3px;cursor:pointer;transition:all .12s;flex-shrink:0}.bn-part.active{border-color:var(--blue);background:var(--blue-50)}.bn-label{font-size:12px;font-weight:700;color:var(--muted);margin-right:3px;white-space:nowrap}.bn-part.active .bn-label{color:var(--blue)}.bn-q{width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:600;color:var(--muted);cursor:pointer;position:relative;transition:all .1s;border:1.5px solid transparent;flex-shrink:0;font-family:DM Mono,monospace}.bn-q:hover{color:var(--blue);background:var(--blue-50)}.l-panel .bn-q.ans,.r-panel .bn-q.ans{background:var(--blue);border-color:var(--blue);color:#fff}.l-panel .bn-q.cur,.r-panel .bn-q.cur{background:var(--blue);border-color:var(--blue);color:#fff;box-shadow:0 0 0 2px var(--blue-200)}.l-panel .bn-part.bn-locked{opacity:.45;cursor:not-allowed;pointer-events:none}.l-panel .bn-part.bn-locked .bn-label{color:var(--muted)}.l-panel .bn-part.bn-locked:after{content:"🔒";font-size:9px;margin-left:4px;opacity:.7}.l-panel .bn-q.flg:after,.r-panel .bn-q.flg:after{content:"";position:absolute;top:-4px;left:50%;transform:translate(-50%);width:7px;height:9px;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 16'><path d='M1 1h10l-2 4 2 4H1z' fill='%23d97706'/><line x1='1' y1='1' x2='1' y2='15' stroke='%23d97706' stroke-width='1.5'/></svg>");background-size:contain;background-repeat:no-repeat;filter:drop-shadow(0 0 1px white)}.bn-sep{width:1px;height:22px;background:var(--border);flex-shrink:0}.bn-count{font-size:11px;color:var(--muted);white-space:nowrap;font-weight:500;margin-left:2px}.bn-part.active .bn-count{color:var(--blue-d)}.hl{background:#fef08a;border-radius:2px;padding:0 1px;cursor:pointer}.ctx-pop{display:none;position:fixed;background:#fff;border:1px solid var(--border);border-radius:8px;box-shadow:0 4px 20px #00000021;z-index:900;overflow:hidden}.ctx-pop.show{display:flex}.ctx-b{display:flex;flex-direction:column;align-items:center;padding:9px 15px;gap:3px;cursor:pointer;border:none;background:transparent;font-family:inherit;transition:background .1s}.ctx-b:hover{background:var(--bg)}.ctx-b svg{width:15px;height:15px;stroke:var(--text2);fill:none;stroke-width:1.8}.ctx-b span{font-size:11px;font-weight:600;color:var(--text2)}.ctx-div{width:1px;background:var(--border);margin:8px 0}.del-pop{display:none;position:fixed;background:#fff;border:1px solid var(--border);border-radius:8px;box-shadow:0 4px 20px #00000021;z-index:900}.del-pop.show{display:block}.del-btn2{display:flex;align-items:center;gap:7px;padding:9px 14px;cursor:pointer;border:none;background:transparent;font-family:inherit;font-size:12.5px;font-weight:600;color:var(--red);width:100%}.del-btn2:hover{background:#fef2f2}.del-btn2 svg{width:13px;height:13px;stroke:var(--red);fill:none;stroke-width:2}.note-mini{display:none;position:fixed;width:280px;background:#fff;border:1px solid var(--border);border-radius:10px;box-shadow:0 8px 24px #0000002e;z-index:920;padding:10px;font-family:Plus Jakarta Sans,sans-serif}.note-mini.show{display:block}.note-mini-quote{font-size:11px;color:var(--blue-d);font-style:italic;background:var(--blue-50);padding:6px 8px;border-radius:5px;border-left:3px solid var(--blue);margin-bottom:8px;line-height:1.4;max-height:140px;overflow-y:auto;word-break:break-word}.note-mini-quote::-webkit-scrollbar{width:4px}.note-mini-quote::-webkit-scrollbar-thumb{background:var(--blue-200);border-radius:99px}.note-mini-ta{width:100%;height:80px;padding:8px 10px;border:1px solid var(--border);border-radius:6px;font-family:inherit;font-size:13px;color:var(--text);outline:none;resize:none;line-height:1.5}.note-mini-ta:focus{border-color:var(--blue)}.note-mini-ft{display:flex;justify-content:flex-end;gap:6px;margin-top:8px}.note-mini-btn{padding:5px 12px;border-radius:5px;font-family:inherit;font-size:12px;font-weight:600;cursor:pointer;border:1.5px solid transparent}.note-mini-cancel{background:#fff;color:var(--text2);border-color:var(--border)}.note-mini-cancel:hover{background:var(--bg)}.note-mini-save{background:var(--blue);color:#fff}.note-mini-save:hover{background:var(--blue-d)}.noted{background:#fef9c3;border-bottom:1.5px solid #facc15;cursor:pointer;padding:0 1px;border-radius:2px;position:relative}.noted:hover{background:#fde68a}.noted:after{content:"📝";font-size:9px;margin-left:2px;vertical-align:super;opacity:.7}.note-peek{display:none;position:fixed;max-width:300px;background:#1e2a4a;color:#fff;border-radius:6px;padding:8px 12px;z-index:910;font-size:12px;line-height:1.5;box-shadow:0 4px 14px #0003;font-family:Plus Jakarta Sans,sans-serif}.note-peek.show{display:block}.note-peek-actions{display:flex;gap:6px;margin-top:6px;padding-top:6px;border-top:1px solid rgba(255,255,255,.15)}.note-peek-btn{background:transparent;border:1px solid rgba(255,255,255,.3);color:#fff;padding:3px 8px;border-radius:4px;font-size:11px;font-weight:600;cursor:pointer;font-family:inherit}.note-peek-btn:hover{background:#ffffff1a}.note-peek-btn.danger{color:#fca5a5;border-color:#fca5a566}.notes-panel{position:fixed;top:0;right:0;width:340px;height:100vh;background:#fff;border-left:1px solid var(--border);box-shadow:-4px 0 20px #0000001a;z-index:850;display:flex;flex-direction:column;transform:translate(100%);transition:transform .2s ease;visibility:visible;font-family:Plus Jakarta Sans,sans-serif}.notes-panel.open{transform:translate(0)}.notes-hd{padding:14px 16px;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;flex-shrink:0}.notes-hd-title{font-size:14px;font-weight:700;color:var(--text)}.notes-hd-count{font-size:11px;color:var(--muted);font-weight:500;margin-left:6px}.notes-hd-x{background:none;border:none;font-size:20px;color:var(--muted);cursor:pointer;line-height:1;padding:2px 6px}.notes-list{flex:1;overflow-y:auto;padding:12px;display:flex;flex-direction:column;gap:10px}.notes-empty{padding:24px 16px;text-align:center;color:var(--muted);font-size:12.5px;line-height:1.6}.notes-empty b{color:var(--text)}.note-card{background:var(--bg);border:1px solid var(--border);border-radius:8px;padding:10px 12px;cursor:pointer;transition:border-color .12s}.note-card:hover{border-color:var(--blue-200);background:#fff}.note-card-quote{font-size:11.5px;color:var(--blue-d);font-style:italic;background:var(--blue-50);padding:5px 8px;border-radius:4px;border-left:2.5px solid var(--blue);margin-bottom:7px;line-height:1.4;max-height:120px;overflow-y:auto;word-break:break-word}.note-card-quote::-webkit-scrollbar{width:4px}.note-card-quote::-webkit-scrollbar-thumb{background:var(--blue-200);border-radius:99px}.note-card-quote:before{content:'"';margin-right:1px}.note-card-quote:after{content:'"';margin-left:1px}.note-card-text{font-size:13px;color:var(--text);line-height:1.5;white-space:pre-wrap;word-wrap:break-word}.note-card-meta{display:flex;justify-content:space-between;align-items:center;margin-top:8px;padding-top:8px;border-top:1px solid var(--border);font-size:10.5px;color:var(--muted)}.note-card-actions{display:flex;gap:5px}.note-card-btn{background:none;border:none;color:var(--muted);cursor:pointer;font-size:11px;font-weight:600;padding:2px 6px;border-radius:4px;font-family:inherit}.note-card-btn:hover{background:var(--blue-50);color:var(--blue)}.note-card-btn.danger{color:var(--red)}.note-card-btn.danger:hover{background:#fef2f2;color:var(--red)}._shell_1i6yf_3{display:flex;flex-direction:column;height:100vh;overflow:hidden;font-family:Plus Jakarta Sans,sans-serif;background:#f0f2f5;color:#111827;font-size:14px;--blue: #2563eb;--blue-d: #1d4ed8;--blue-50: #eff6ff;--blue-100: #dbeafe;--blue-200: #bfdbfe;--blue-300: #93c5fd;--text: #111827;--text2: #374151;--muted: #6b7280;--border: #e5e7eb;--bg: #f9fafb;--surface: #ffffff;--green: #059669;--amber: #d97706;--red: #dc2626}._topbar_1i6yf_30{height:48px;background:var(--surface);border-bottom:2.5px solid var(--blue);display:flex;align-items:center;padding:0 16px;gap:10px;flex-shrink:0;transition:background .3s;position:relative}._topbar_1i6yf_30._warn_1i6yf_42{background:#fff1f2;border-bottom-color:var(--red)}._logoWrap_1i6yf_46{display:flex;align-items:center;flex-shrink:0}._candBlock_1i6yf_51{display:flex;flex-direction:column}._candId_1i6yf_55{font-size:11.5px;font-weight:700;color:var(--text);line-height:1.2}._candTime_1i6yf_61{font-size:10.5px;font-weight:500;color:var(--muted);line-height:1.2;transition:color .3s}._topbar_1i6yf_30._warn_1i6yf_42 ._candTime_1i6yf_61{color:var(--red);font-weight:700}._tSpacer_1i6yf_72{flex:1}._timerBig_1i6yf_75{display:flex;align-items:center;gap:6px;position:absolute;left:50%;transform:translate(-50%)}._timerBig_1i6yf_75 svg{width:15px;height:15px;stroke:var(--muted);fill:none;stroke-width:1.8}._timerBig_1i6yf_75 span{font-size:19px;font-weight:800;color:var(--text);font-variant-numeric:tabular-nums;letter-spacing:-.5px;transition:color .3s}._topbar_1i6yf_30._warn_1i6yf_42 ._timerBig_1i6yf_75 span{color:var(--red)}._iconBtn_1i6yf_102{width:30px;height:30px;border-radius:6px;display:flex;align-items:center;justify-content:center;cursor:pointer;border:none;background:transparent;color:var(--muted);transition:background .12s}._iconBtn_1i6yf_102:hover{background:var(--bg)}._iconBtn_1i6yf_102 svg{width:15px;height:15px;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}._btnFinish_1i6yf_128{padding:6px 18px;border-radius:8px;font-family:inherit;font-size:12.5px;font-weight:700;border:none;cursor:pointer;flex-shrink:0;background:var(--blue);color:#fff;transition:background .12s}._btnFinish_1i6yf_128:hover{background:var(--blue-d)}._saveIndicator_1i6yf_145{display:flex;align-items:center;gap:5px;font-size:11px;font-weight:500;color:var(--muted);opacity:0;transition:opacity .3s}._saveIndicator_1i6yf_145._show_1i6yf_155{opacity:1}._saveIndicator_1i6yf_145 svg{width:12px;height:12px;stroke:var(--green);fill:none;stroke-width:2}._saveIndicator_1i6yf_145._saving_1i6yf_165{color:var(--amber)}._saveIndicator_1i6yf_145._saving_1i6yf_165 svg{stroke:var(--amber)}._partBar_1i6yf_173{height:32px;background:#f3f4f6;border-bottom:1px solid var(--border);display:flex;align-items:center;padding:0 16px;gap:8px;flex-shrink:0}._partBar_1i6yf_173 b{font-size:12.5px;font-weight:700;color:var(--text)}._partBar_1i6yf_173 span{font-size:12px;color:var(--muted)}._main_1i6yf_194{flex:1;display:flex;overflow:hidden;position:relative}._partSection_1i6yf_200{display:none;width:100%;height:100%}._partSection_1i6yf_200._active_1i6yf_205{display:flex}._promptPanel_1i6yf_210{width:52%;overflow-y:auto;padding:20px 28px;background:var(--surface);flex-shrink:0}._promptPanel_1i6yf_210::-webkit-scrollbar{width:5px}._promptPanel_1i6yf_210::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:10px}._promptInstruction_1i6yf_225{font-size:13.5px;color:var(--text2);margin-bottom:14px;line-height:1.6}._promptQuestion_1i6yf_231{font-size:14px;font-weight:700;color:var(--text);line-height:1.7;margin-bottom:6px}._promptSub_1i6yf_238{font-size:13.5px;color:var(--text);line-height:1.7;margin-bottom:16px}._promptNote_1i6yf_244{font-size:13px;color:var(--text2);line-height:1.6}._chartSvgWrap_1i6yf_250{margin-top:16px;padding:16px;border:1px solid var(--border);border-radius:6px;background:#fff;display:inline-block;width:100%}._chartTitle_1i6yf_259{font-size:13px;font-weight:700;text-align:center;margin-bottom:12px;color:var(--text)}._chartImage_1i6yf_266{width:100%;max-width:480px;display:block;margin:0 auto}._chartLetterBlock_1i6yf_272{background:#f9fafb;border:1px solid var(--border);border-radius:8px;padding:14px 16px;font-size:13.5px;color:var(--text);line-height:1.65;white-space:pre-wrap;margin-top:16px}._resizer_1i6yf_285{width:5px;background:var(--border);cursor:col-resize;flex-shrink:0;display:flex;align-items:center;justify-content:center;position:relative;transition:background .12s;-webkit-user-select:none;-moz-user-select:none;user-select:none}._resizer_1i6yf_285:hover{background:var(--blue-200)}._resizer_1i6yf_285:after{content:"⋮";color:var(--muted);font-size:14px;position:absolute}._editorPanel_1i6yf_308{flex:1;display:flex;flex-direction:column;padding:16px 20px 12px;background:var(--surface);min-width:0}._writingTextarea_1i6yf_316{flex:1;width:100%;border:1px solid #9ca3af;border-radius:4px;padding:12px 14px;font-family:Plus Jakarta Sans,sans-serif;font-size:14px;line-height:1.8;color:var(--text);background:#fff;resize:none;outline:none;overflow-y:auto;transition:border-color .15s}._writingTextarea_1i6yf_316:focus{border-color:var(--blue)}._writingTextarea_1i6yf_316::-moz-placeholder{color:#d1d5db}._writingTextarea_1i6yf_316::placeholder{color:#d1d5db}._wordCountRow_1i6yf_339{display:flex;justify-content:flex-end;padding:5px 2px 0;flex-shrink:0}._wordCount_1i6yf_339{font-size:13px;color:var(--muted);font-weight:500;transition:color .2s}._wordCount_1i6yf_339._below_1i6yf_351{color:var(--red);font-weight:600}._wordCount_1i6yf_339._meets_1i6yf_355{color:var(--green);font-weight:600}._wordCount_1i6yf_339._near_1i6yf_359{color:var(--amber);font-weight:600}._botNav_1i6yf_365{height:44px;background:var(--surface);border-top:1px solid var(--border);display:flex;align-items:center;justify-content:center;padding:0 12px;gap:5px;flex-shrink:0}._bnPart_1i6yf_376{display:flex;align-items:center;padding:5px 14px;border-radius:20px;border:1.5px solid var(--border);gap:6px;cursor:pointer;transition:all .12s;flex-shrink:0;background:transparent;font-family:inherit}._bnPart_1i6yf_376._actBlue_1i6yf_389{border-color:var(--blue);background:var(--blue-50)}._bnLabel_1i6yf_393{font-size:12px;font-weight:700;color:var(--muted);white-space:nowrap}._bnPart_1i6yf_376._actBlue_1i6yf_389 ._bnLabel_1i6yf_393{color:var(--blue)}._bnSep_1i6yf_402{width:1px;height:22px;background:var(--border);flex-shrink:0}._bnWc_1i6yf_408{font-size:10px;font-weight:700;padding:1px 7px;border-radius:10px;background:#f3f4f6;color:var(--muted);transition:all .15s}._bnWc_1i6yf_408._below_1i6yf_351{background:#fef2f2;color:var(--red)}._bnWc_1i6yf_408._meets_1i6yf_355{background:#f0fdf4;color:var(--green)}._bnWc_1i6yf_408._near_1i6yf_359{background:#fffbeb;color:var(--amber)}._optOv_1i6yf_431{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:800}._optOv_1i6yf_431._show_1i6yf_155{display:block}._optMenu_1i6yf_440{position:fixed;top:50px;right:12px;background:#fff;border:1px solid var(--border);border-radius:10px;box-shadow:0 4px 24px #0000001f;width:240px;overflow:hidden;z-index:801;display:none}._optMenu_1i6yf_440._show_1i6yf_155{display:block}._optHead_1i6yf_456{padding:10px 14px 8px;font-size:13px;font-weight:700;color:var(--text);border-bottom:1px solid #f3f4f6;display:flex;align-items:center;justify-content:space-between}._optX_1i6yf_466{background:none;border:none;color:var(--muted);font-size:18px;cursor:pointer;line-height:1}._optRow_1i6yf_474{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;cursor:pointer;transition:background .1s;border-bottom:1px solid #f9fafb;font-size:12.5px}._optRow_1i6yf_474:hover{background:#f9fafb}._optRow_1i6yf_474:last-child{border:none}._optRowL_1i6yf_490{display:flex;align-items:center;gap:9px}._optRowL_1i6yf_490 svg{width:13px;height:13px;stroke:var(--muted);fill:none;stroke-width:1.8}._optRow_1i6yf_474 span{color:var(--text);font-weight:500}._subP_1i6yf_506{display:none;padding:6px 14px 10px;border-top:1px solid #f3f4f6}._subP_1i6yf_506._open_1i6yf_511{display:block}._subT_1i6yf_514{font-size:10px;font-weight:700;color:var(--muted);text-transform:uppercase;letter-spacing:.5px;margin-bottom:6px}._subOs_1i6yf_522{display:flex;flex-direction:column;gap:3px}._subO_1i6yf_522{padding:6px 9px;border-radius:5px;font-size:12.5px;font-weight:500;color:var(--text);cursor:pointer;border:1px solid transparent;transition:all .1s}._subO_1i6yf_522:hover{background:var(--blue-50);border-color:var(--blue-200)}._subO_1i6yf_522._on_1i6yf_541{background:var(--blue-50);border-color:var(--blue);color:var(--blue-d);font-weight:600}._modalOv_1i6yf_549{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a8c;display:flex;align-items:center;justify-content:center;z-index:9999}._modalBox_1i6yf_558{background:#fff;border-radius:16px;padding:32px 36px;max-width:400px;width:90%;text-align:center;box-shadow:0 20px 60px #0003}._modalIcon_1i6yf_567{width:48px;height:48px;background:#eff6ff;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 14px}._modalIcon_1i6yf_567 svg{width:22px;height:22px;stroke:#2563eb;fill:none;stroke-width:2}._modalTitle_1i6yf_584{font-size:17px;font-weight:800;color:#111827;margin-bottom:8px}._modalDesc_1i6yf_590{font-size:13px;color:#6b7280;line-height:1.6;margin-bottom:12px}._modalDescAlert_1i6yf_596{font-size:13.5px;color:#b91c1c;font-weight:700;line-height:1.6;margin-bottom:12px}._modalWarn_1i6yf_603{font-size:12.5px;color:#92400e;background:#fffbeb;border:1px solid #fde68a;border-radius:6px;padding:8px 12px;margin-bottom:14px}._modalStats_1i6yf_612{font-size:13px;color:#374151;margin-bottom:18px}._modalBtns_1i6yf_617{display:flex;gap:10px;justify-content:center}._modalBtnGoback_1i6yf_622{padding:9px 22px;border-radius:8px;border:1.5px solid #e5e7eb;background:#fff;font-family:inherit;font-size:13px;font-weight:700;color:#374151;cursor:pointer}._modalBtnSpeaking_1i6yf_633{padding:9px 22px;border-radius:8px;border:none;background:#2563eb;color:#fff;font-family:inherit;font-size:13px;font-weight:700;cursor:pointer}._contrastWob_1i6yf_646{background:#000!important}._contrastWob_1i6yf_646 ._topbar_1i6yf_30,._contrastWob_1i6yf_646 ._partBar_1i6yf_173,._contrastWob_1i6yf_646 ._botNav_1i6yf_365,._contrastWob_1i6yf_646 ._promptPanel_1i6yf_210,._contrastWob_1i6yf_646 ._editorPanel_1i6yf_308,._contrastWob_1i6yf_646 ._optMenu_1i6yf_440,._contrastWob_1i6yf_646 ._modalBox_1i6yf_558{background:#111!important}._contrastWob_1i6yf_646 ._topbar_1i6yf_30{border-bottom-color:#555!important}._contrastWob_1i6yf_646 ._writingTextarea_1i6yf_316{background:#000!important;color:#fff!important;border-color:#555!important}._contrastWob_1i6yf_646,._contrastWob_1i6yf_646 ._promptQuestion_1i6yf_231,._contrastWob_1i6yf_646 ._promptSub_1i6yf_238,._contrastWob_1i6yf_646 ._promptInstruction_1i6yf_225,._contrastWob_1i6yf_646 ._promptNote_1i6yf_244,._contrastWob_1i6yf_646 ._candId_1i6yf_55,._contrastWob_1i6yf_646 ._partBar_1i6yf_173 b,._contrastWob_1i6yf_646 ._modalTitle_1i6yf_584{color:#fff!important}._contrastWob_1i6yf_646 ._candTime_1i6yf_61,._contrastWob_1i6yf_646 ._wordCount_1i6yf_339,._contrastWob_1i6yf_646 ._bnLabel_1i6yf_393,._contrastWob_1i6yf_646 ._partBar_1i6yf_173 span,._contrastWob_1i6yf_646 ._modalDesc_1i6yf_590{color:#aaa!important}._contrastWob_1i6yf_646 ._resizer_1i6yf_285{background:#333!important}._contrastWob_1i6yf_646 ._botNav_1i6yf_365,._contrastWob_1i6yf_646 ._partBar_1i6yf_173{border-color:#333!important}._contrastWob_1i6yf_646 ._bnPart_1i6yf_376{border-color:#444!important}._contrastWob_1i6yf_646 ._bnPart_1i6yf_376._actBlue_1i6yf_389{background:#2563eb33!important}._contrastYob_1i6yf_697{background:#000!important}._contrastYob_1i6yf_697 ._topbar_1i6yf_30,._contrastYob_1i6yf_697 ._partBar_1i6yf_173,._contrastYob_1i6yf_697 ._botNav_1i6yf_365,._contrastYob_1i6yf_697 ._promptPanel_1i6yf_210,._contrastYob_1i6yf_697 ._editorPanel_1i6yf_308,._contrastYob_1i6yf_697 ._optMenu_1i6yf_440,._contrastYob_1i6yf_697 ._modalBox_1i6yf_558{background:#111!important}._contrastYob_1i6yf_697 ._topbar_1i6yf_30{border-bottom-color:#555!important}._contrastYob_1i6yf_697 ._writingTextarea_1i6yf_316{background:#000!important;color:#ff0!important;border-color:#555!important}._contrastYob_1i6yf_697,._contrastYob_1i6yf_697 ._promptQuestion_1i6yf_231,._contrastYob_1i6yf_697 ._promptSub_1i6yf_238,._contrastYob_1i6yf_697 ._promptInstruction_1i6yf_225,._contrastYob_1i6yf_697 ._promptNote_1i6yf_244,._contrastYob_1i6yf_697 ._candId_1i6yf_55,._contrastYob_1i6yf_697 ._partBar_1i6yf_173 b,._contrastYob_1i6yf_697 ._modalTitle_1i6yf_584{color:#ff0!important}._contrastYob_1i6yf_697 ._candTime_1i6yf_61,._contrastYob_1i6yf_697 ._wordCount_1i6yf_339,._contrastYob_1i6yf_697 ._bnLabel_1i6yf_393,._contrastYob_1i6yf_697 ._partBar_1i6yf_173 span,._contrastYob_1i6yf_697 ._modalDesc_1i6yf_590{color:#cc0!important}._contrastYob_1i6yf_697 ._resizer_1i6yf_285{background:#333!important}._contrastYob_1i6yf_697 ._botNav_1i6yf_365,._contrastYob_1i6yf_697 ._partBar_1i6yf_173{border-color:#333!important}._contrastYob_1i6yf_697 ._bnPart_1i6yf_376{border-color:#444!important}._textLarge_1i6yf_746 ._writingTextarea_1i6yf_316,._textLarge_1i6yf_746 ._promptQuestion_1i6yf_231{font-size:16px!important}._textLarge_1i6yf_746 ._promptSub_1i6yf_238,._textLarge_1i6yf_746 ._promptInstruction_1i6yf_225,._textLarge_1i6yf_746 ._promptNote_1i6yf_244{font-size:15px!important}._textXl_1i6yf_757 ._writingTextarea_1i6yf_316,._textXl_1i6yf_757 ._promptQuestion_1i6yf_231{font-size:18px!important}._textXl_1i6yf_757 ._promptSub_1i6yf_238,._textXl_1i6yf_757 ._promptInstruction_1i6yf_225,._textXl_1i6yf_757 ._promptNote_1i6yf_244{font-size:17px!important}._shell_5mxyf_5{display:flex;flex-direction:column;height:100vh;overflow:hidden;font-family:Plus Jakarta Sans,sans-serif;background:#f0f2f5;color:#111827;font-size:14px;--blue: #2563eb;--blue-d: #1d4ed8;--blue-50: #eff6ff;--blue-100: #dbeafe;--text: #111827;--text2: #374151;--muted: #6b7280;--border: #e5e7eb;--bg: #f9fafb;--surface: #ffffff;--green: #059669;--green-50: #f0fdf4;--green-100: #dcfce7;--amber: #d97706;--red: #dc2626}._topbar_5mxyf_32{height:48px;background:var(--surface);border-bottom:2.5px solid var(--blue);display:flex;align-items:center;padding:0 16px;gap:10px;flex-shrink:0;position:relative}._topbar_5mxyf_32._warn_5mxyf_43{background:#fff1f2;border-bottom-color:var(--red)}._logoWrap_5mxyf_47{display:flex;align-items:center;flex-shrink:0}._candBlock_5mxyf_52{display:flex;flex-direction:column;margin-left:8px}._candId_5mxyf_57{font-size:11.5px;font-weight:700;color:var(--text)}._candPhone_5mxyf_62{font-size:10.5px;color:var(--muted)}._tbDiv_5mxyf_66{width:1px;height:22px;background:var(--border)}._partBadge_5mxyf_71{background:var(--blue-50);color:var(--blue);font-size:11.5px;font-weight:700;padding:3px 10px;border-radius:20px;border:1.5px solid var(--blue-100)}._spacer_5mxyf_80{flex:1}._recBadge_5mxyf_83{display:flex;align-items:center;gap:5px;background:#fef2f2;color:var(--red);font-size:11px;font-weight:800;padding:3px 10px;border-radius:20px;border:1.5px solid #fecaca}._recDot_5mxyf_95{width:6px;height:6px;border-radius:50%;background:var(--red);animation:_blink_5mxyf_1 1s infinite}@keyframes _blink_5mxyf_1{0%,to{opacity:1}50%{opacity:.2}}._timerWrap_5mxyf_106{display:flex;align-items:center;gap:6px;position:absolute;left:50%;transform:translate(-50%)}._timerWrap_5mxyf_106 svg{width:15px;height:15px;stroke:var(--muted);fill:none;stroke-width:1.8}._timerVal_5mxyf_121{font-size:19px;font-weight:800;color:var(--text);font-variant-numeric:tabular-nums;letter-spacing:-.5px;transition:color .3s}._timerVal_5mxyf_121._red_5mxyf_129,._topbar_5mxyf_32._warn_5mxyf_43 ._timerVal_5mxyf_121{color:var(--red)}._tbBtn_5mxyf_135{display:flex;align-items:center;gap:5px;padding:5px 12px;border-radius:6px;border:1.5px solid var(--border);background:#fff;font-family:inherit;font-size:12.5px;font-weight:700;color:var(--text2);cursor:pointer;transition:all .15s}._tbBtn_5mxyf_135:hover{border-color:var(--blue);color:var(--blue)}._tbBtn_5mxyf_135._primary_5mxyf_154{background:var(--blue);color:#fff;border-color:var(--blue)}._tbBtn_5mxyf_135._primary_5mxyf_154:hover{background:var(--blue-d)}._tbBtn_5mxyf_135 svg{width:12px;height:12px;stroke:currentColor;fill:none;stroke-width:2}._partBar_5mxyf_171{display:flex;background:#fff;border-bottom:1px solid var(--border);flex-shrink:0;padding:0 12px;gap:2px;justify-content:center}._partTab_5mxyf_180{display:flex;align-items:center;gap:6px;padding:9px 14px;border:none;background:transparent;font-family:inherit;font-size:12px;font-weight:600;color:var(--muted);cursor:pointer;border-bottom:2.5px solid transparent;white-space:nowrap;position:relative}._partTab_5mxyf_180._locked_5mxyf_197[data-tooltip]:hover:after{content:attr(data-tooltip);position:absolute;top:calc(100% + 6px);left:50%;transform:translate(-50%);background:#1e2a4a;color:#fff;font-size:11px;font-weight:600;padding:4px 10px;border-radius:6px;white-space:nowrap;pointer-events:none;z-index:100}._partTab_5mxyf_180._active_5mxyf_213{color:var(--blue);border-bottom-color:var(--blue)}._partTab_5mxyf_180._done_5mxyf_217{color:var(--green)}._partTab_5mxyf_180._done_5mxyf_217 ._ptNum_5mxyf_220{background:var(--green);color:#fff}._partTab_5mxyf_180._locked_5mxyf_197{opacity:.4;cursor:not-allowed}._ptNum_5mxyf_220{width:18px;height:18px;border-radius:50%;background:var(--border);color:var(--muted);font-size:9px;font-weight:800;display:flex;align-items:center;justify-content:center;flex-shrink:0}._partTab_5mxyf_180._active_5mxyf_213 ._ptNum_5mxyf_220{background:var(--blue);color:#fff}._ptTime_5mxyf_245{font-size:11px;color:var(--muted);margin-left:4px}._main_5mxyf_252{flex:1;overflow:hidden}._content_5mxyf_256{height:100%;overflow-y:auto;padding:20px}._content_5mxyf_256::-webkit-scrollbar{width:4px}._content_5mxyf_256::-webkit-scrollbar-thumb{background:var(--border);border-radius:2px}._screen_5mxyf_269{display:none;animation:_fi_5mxyf_1 .25s ease}._screen_5mxyf_269._active_5mxyf_213{display:block}@keyframes _fi_5mxyf_1{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:none}}._p1Shell_5mxyf_282{max-width:760px;margin:0 auto}._p1ProgressBar_5mxyf_286{background:#fff;border-radius:12px;border:1px solid var(--border);padding:14px 20px;margin-bottom:14px;display:flex;align-items:center;gap:12px}._p1ProgLabel_5mxyf_296{font-size:12px;font-weight:700;color:var(--muted);white-space:nowrap}._p1ProgTrack_5mxyf_302{flex:1;height:6px;background:var(--border);border-radius:3px;overflow:hidden}._p1ProgFill_5mxyf_309{height:100%;background:var(--blue);border-radius:3px;transition:width .4s ease}._p1ProgCount_5mxyf_315{font-size:12px;font-weight:800;color:var(--blue);white-space:nowrap}._p1Qcard_5mxyf_321{background:#fff;border-radius:14px;border:1px solid var(--border);box-shadow:0 4px 20px #0f1b3d12;overflow:hidden}._p1QcardHdr_5mxyf_328{display:flex;align-items:center;gap:12px;padding:14px 24px;border-bottom:1px solid var(--border);background:var(--bg)}._p1QMeta_5mxyf_336{font-size:12px;font-weight:700;color:var(--muted);white-space:nowrap;flex-shrink:0}._p1QcardBody_5mxyf_343{padding:28px 24px 20px;text-align:center}._p1QText_5mxyf_347{font-size:22px;font-weight:800;color:var(--text);line-height:1.4}._p1RecZone_5mxyf_353{margin:0 16px;border-radius:10px;background:#1e2a4a;min-height:110px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px;position:relative;overflow:hidden}._p1ZoneCountdown_5mxyf_366{text-align:center}._p1CdLabel_5mxyf_369{font-size:13px;color:#ffffff8c;margin-bottom:4px}._p1CdNum_5mxyf_374{font-size:68px;font-weight:800;color:#fff;line-height:1;animation:_cdpop_5mxyf_1 .35s ease}@keyframes _cdpop_5mxyf_1{0%{transform:scale(1.3);opacity:.4}to{transform:scale(1);opacity:1}}._p1ZoneRecording_5mxyf_385{text-align:center;width:100%}._p1RecDotBig_5mxyf_389{width:12px;height:12px;border-radius:50%;background:#ef4444;margin:0 auto 8px;animation:_blink_5mxyf_1 .8s infinite}._p1RecSecs_5mxyf_397{font-size:14px;color:#ffffffb3;font-weight:600}._p1WaveDark_5mxyf_402{height:40px;display:flex;align-items:center;gap:2px;justify-content:center;margin:8px 0}._p1Wbar_5mxyf_410{width:3px;height:3px;background:#fff3;border-radius:2px}._p1Wbar_5mxyf_410._on_5mxyf_416{background:#60a5fa;animation:_wdark_5mxyf_1 .7s ease-in-out infinite}@keyframes _wdark_5mxyf_1{0%,to{height:3px}50%{height:var(--h, 14px)}}._p1ZoneDone_5mxyf_424{text-align:center}._p1DoneIcon_5mxyf_427{width:40px;height:40px;border-radius:50%;background:#05966933;display:flex;align-items:center;justify-content:center;margin:0 auto 8px}._p1DoneIcon_5mxyf_427 svg{width:18px;height:18px;stroke:#34d399;fill:none;stroke-width:2.5}._p1DoneSecs_5mxyf_444{font-size:13px;color:#fff9}._p1Actions_5mxyf_448{padding:14px 20px 16px;display:grid;grid-template-columns:1fr 1fr 1fr;align-items:center;gap:12px}._p1CenterMsg_5mxyf_455{position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;padding:11px 20px;border-radius:10px;width:280px;min-height:44px;border:none;cursor:default;background:#bfdbfe;color:#1e3a8a;transition:background .6s ease;justify-self:center}._recFill_5mxyf_472{position:absolute;top:0;right:0;height:100%;background:#ffffff40;transition:width 1s linear;pointer-events:none;border-radius:0 10px 10px 0}._p1CenterMsgLine1_5mxyf_482{font-size:13px;font-weight:700;position:relative;z-index:1;text-align:center}._p1CenterMsg_5mxyf_455._idle_5mxyf_489{background:#e2e8f0;color:#475569}._p1CenterMsg_5mxyf_455._urgent_5mxyf_493{background:#fecaca;color:#991b1b;animation:_urgentflash_5mxyf_1 1s ease-in-out infinite}@keyframes _urgentflash_5mxyf_1{0%,to{background:#fecaca}50%{background:#fca5a5}}._btnP1Next_5mxyf_502{display:flex;align-items:center;gap:6px;padding:9px 20px;border-radius:8px;background:var(--blue);color:#fff;border:none;font-family:inherit;font-size:13px;font-weight:700;cursor:pointer;transition:all .15s;justify-self:end;white-space:nowrap}._btnP1Next_5mxyf_502:hover{background:var(--blue-d);transform:translateY(-1px);box-shadow:0 2px 8px #00000026}._btnP1Next_5mxyf_502._submitReady_5mxyf_524{background:#059669}._btnP1Next_5mxyf_502._submitReady_5mxyf_524:hover{background:#047857;transform:translateY(-1px);box-shadow:0 2px 8px #05966959}._btnP1Next_5mxyf_502 svg{width:13px;height:13px;fill:none;stroke:#fff;stroke-width:2.5;flex-shrink:0}._partFooter_5mxyf_540{display:flex;justify-content:flex-end;margin-top:14px}._p2Wrap_5mxyf_547{max-width:860px;margin:0 auto}._p2Top_5mxyf_551{display:grid;grid-template-columns:1fr 320px;gap:14px;margin-bottom:14px}._cueCard_5mxyf_557{background:#fff;border-radius:12px;border:1px solid var(--border);box-shadow:0 4px 16px #0f1b3d0d;overflow:hidden}._cueHdr_5mxyf_564{background:linear-gradient(135deg,#1e40af,#3b82f6);padding:14px 18px;display:flex;align-items:center;justify-content:space-between}._cueHdr_5mxyf_564 h3{font-size:13px;font-weight:800;color:#fff;margin:0}._cueLbl_5mxyf_577{font-size:10px;font-weight:700;color:#ffffffb3;background:#ffffff26;padding:3px 8px;border-radius:4px}._cueBody_5mxyf_585{padding:18px}._cueTopic_5mxyf_588{font-size:15px;font-weight:700;color:var(--text);line-height:1.5;margin-bottom:14px;padding-bottom:12px;border-bottom:1px solid var(--border)}._cuePrompt_5mxyf_597{font-size:11.5px;font-weight:700;color:var(--muted);margin-bottom:7px;text-transform:uppercase;letter-spacing:.3px}._cueList_5mxyf_605{list-style:none;display:flex;flex-direction:column;gap:7px;margin:0 0 12px;padding:0}._cueList_5mxyf_605 li{display:flex;align-items:flex-start;gap:7px;font-size:13px;color:var(--text2);line-height:1.5}._cueDot_5mxyf_621{width:5px;height:5px;border-radius:50%;background:var(--blue);flex-shrink:0;margin-top:7px}._cueExplain_5mxyf_629{font-size:13px;font-weight:700;color:var(--blue);font-style:italic}._notesCard_5mxyf_635{background:#fff;border-radius:12px;border:1px solid var(--border);overflow:hidden;display:flex;flex-direction:column}._notesHdr_5mxyf_643{display:flex;align-items:center;justify-content:space-between;padding:10px 16px;border-bottom:1px solid var(--border);flex-shrink:0}._notesHdrLeft_5mxyf_651{display:flex;align-items:center;gap:7px}._notesHdr_5mxyf_643 svg{width:13px;height:13px;stroke:var(--muted);fill:none;stroke-width:2}._notesHdr_5mxyf_643 h4{font-size:12px;font-weight:700;color:var(--text);margin:0}._prepInline_5mxyf_669{display:flex;flex-direction:column;align-items:flex-end;gap:3px}._prepStatusLabel_5mxyf_675{font-size:10px;font-weight:700;color:var(--muted);letter-spacing:.2px}._prepTimerRow_5mxyf_681{display:flex;align-items:center;gap:6px}._prepBarSm_5mxyf_686{width:60px;height:4px;background:var(--border);border-radius:2px;overflow:hidden}._prepFillSm_5mxyf_693{height:100%;background:var(--blue);border-radius:2px;transition:width .5s,background .5s}._prepFillSm_5mxyf_693._red_5mxyf_129{background:var(--red)}._prepTimerSm_5mxyf_702{font-size:16px;font-weight:800;color:var(--blue);font-variant-numeric:tabular-nums}._prepTimerSm_5mxyf_702._red_5mxyf_129{color:var(--red)}._notesTa_5mxyf_711{flex:1;width:100%;border:none;padding:12px 16px;font-family:inherit;font-size:13px;color:var(--text2);resize:none;line-height:1.7;min-height:160px}._notesTa_5mxyf_711:focus{outline:none}._p2RecPanel_5mxyf_726{background:#fff;border-radius:12px;border:1px solid var(--border);padding:18px 24px;display:flex;align-items:center;gap:24px}._p2RecLeft_5mxyf_735{flex:1}._p2RecLabel_5mxyf_738{font-size:11px;font-weight:700;color:var(--muted);text-transform:uppercase;letter-spacing:.4px;margin-bottom:8px}._speakTimeRow_5mxyf_746{display:flex;align-items:baseline;gap:5px;margin-bottom:7px}._speakBig_5mxyf_752{font-size:30px;font-weight:800;color:var(--text);font-variant-numeric:tabular-nums}._speakMax_5mxyf_758{font-size:13px;color:var(--muted);font-weight:600}._speakProg_5mxyf_763{height:6px;background:var(--border);border-radius:3px;overflow:hidden}._speakFill_5mxyf_769{height:100%;width:0%;background:var(--blue);border-radius:3px;transition:width .5s}._p2RecRight_5mxyf_776{display:flex;flex-direction:row;gap:10px;align-items:center}._btnSpeak_5mxyf_782{display:flex;align-items:center;justify-content:center;gap:7px;background:var(--blue);color:#fff;border:none;padding:11px 20px;border-radius:8px;font-family:inherit;font-size:13px;font-weight:700;cursor:pointer;transition:all .15s;position:relative}._btnSpeak_5mxyf_782:hover{background:var(--blue-d)}._btnSpeak_5mxyf_782 svg{width:13px;height:13px;fill:#fff}._btnSpeak_5mxyf_782:disabled{opacity:.4;cursor:not-allowed}._btnSpeak_5mxyf_782._doneState_5mxyf_811{background:#059669;cursor:default}._btnStop_5mxyf_815{display:flex;align-items:center;gap:6px;padding:11px 16px;border-radius:8px;background:var(--red);color:#fff;border:none;font-family:inherit;font-size:13px;font-weight:700;cursor:pointer;transition:all .15s}._btnStop_5mxyf_815:hover{background:#b91c1c}._btnStop_5mxyf_815 svg{width:12px;height:12px;fill:#fff}@keyframes _pulseReady_5mxyf_842{0%,to{box-shadow:0 0 #2563eb66}50%{box-shadow:0 0 0 8px #2563eb00}}._btnSpeak_5mxyf_782._pulseReady_5mxyf_842{animation:_pulseReady_5mxyf_842 1s ease-in-out infinite}._btnNextP_5mxyf_845{display:flex;align-items:center;justify-content:center;gap:5px;background:#fff;color:var(--text2);border:1.5px solid var(--border);padding:9px 20px;border-radius:8px;font-family:inherit;font-size:12.5px;font-weight:700;cursor:pointer}._btnNextP_5mxyf_845:hover{border-color:var(--blue);color:var(--blue)}._micWarn_5mxyf_865{background:#fef2f2;border:2px solid #ef4444;border-radius:10px;padding:14px 18px;margin-bottom:16px;font-size:14px;font-weight:600;color:#991b1b;text-align:center;line-height:1.5;box-shadow:0 4px 12px #ef44442e}._submitBanner_5mxyf_882{max-width:520px;margin:12px auto 16px;padding:12px 16px;border-radius:10px;font-size:13px;line-height:1.5;display:flex;align-items:flex-start;gap:10px;box-shadow:0 2px 8px #0000000a;animation:_submitBannerIn_5mxyf_1 .25s ease-out}@keyframes _submitBannerIn_5mxyf_1{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}._submitBannerWait_5mxyf_900{background:#eff6ff;border:1px solid #bfdbfe;color:#1d4ed8}._submitBannerErr_5mxyf_905{background:#fef2f2;border:1px solid #fecaca;color:#991b1b}._submitBannerIcon_5mxyf_911{flex-shrink:0;width:18px;height:18px;margin-top:1px}._submitBannerIcon_5mxyf_911 svg{width:100%;height:100%;fill:none;stroke-width:2}._submitBannerWait_5mxyf_900 ._submitBannerIcon_5mxyf_911 svg{stroke:#2563eb;animation:_spin_5mxyf_1 1.4s linear infinite}._submitBannerErr_5mxyf_905 ._submitBannerIcon_5mxyf_911 svg{stroke:#dc2626}@keyframes _spin_5mxyf_1{to{transform:rotate(360deg)}}._submitBannerBody_5mxyf_922{flex:1;min-width:0}._submitBannerTitle_5mxyf_923{font-weight:700;margin-bottom:2px}._submitBannerText_5mxyf_924{font-weight:500}._p3Shell_5mxyf_927{max-width:760px;margin:0 auto}._p3ProgressBar_5mxyf_931{background:#fff;border-radius:12px;border:1px solid var(--border);padding:14px 20px;margin-bottom:14px;display:flex;align-items:center;gap:12px}._p3ProgLabel_5mxyf_941{font-size:12px;font-weight:700;color:var(--muted);white-space:nowrap}._p3ProgTrack_5mxyf_947{flex:1;height:6px;background:var(--border);border-radius:3px;overflow:hidden}._p3ProgFill_5mxyf_954{height:100%;background:#7c3aed;border-radius:3px;transition:width .4s ease}._p3ProgCount_5mxyf_960{font-size:12px;font-weight:800;color:#7c3aed;white-space:nowrap}._p3Qcard_5mxyf_966{background:#fff;border-radius:14px;border:1px solid var(--border);box-shadow:0 4px 20px #0f1b3d12;overflow:hidden}._p3QcardHdr_5mxyf_973{display:flex;align-items:center;justify-content:space-between;padding:12px 24px;border-bottom:1px solid var(--border);background:#faf5ff}._p3QMeta_5mxyf_981{font-size:11.5px;font-weight:700;color:#7c3aed}._p3TopicTag_5mxyf_986{font-size:10px;font-weight:700;color:#6d28d9;background:#ede9fe;padding:2px 9px;border-radius:20px}._p3QcardBody_5mxyf_994{padding:24px 28px 18px;text-align:center}._p3QText_5mxyf_998{font-size:18px;font-weight:700;color:var(--text);line-height:1.5;text-align:center}._p3RecZone_5mxyf_1005{margin:0 16px;border-radius:10px;background:#2d1b69;min-height:110px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px;position:relative;overflow:hidden}._p3CdLabel_5mxyf_1018{font-size:13px;color:#ffffff80;margin-bottom:4px}._p3CdNum_5mxyf_1023{font-size:68px;font-weight:800;color:#fff;line-height:1;animation:_cdpop_5mxyf_1 .35s ease}._p3RecDot_5mxyf_1030{width:12px;height:12px;border-radius:50%;background:#a78bfa;margin:0 auto 8px;animation:_blink_5mxyf_1 .8s infinite}._p3RecSecs_5mxyf_1038{font-size:14px;color:#ffffffb3;font-weight:600}._p3WaveDark_5mxyf_1043{height:40px;display:flex;align-items:center;gap:2px;justify-content:center;margin:8px 0}._p3Wbar_5mxyf_1051{width:3px;height:3px;background:#ffffff2e;border-radius:2px}._p3Wbar_5mxyf_1051._on_5mxyf_416{background:#c4b5fd;animation:_wdark_5mxyf_1 .7s ease-in-out infinite}._p3DoneIcon_5mxyf_1061{width:40px;height:40px;border-radius:50%;background:#a78bfa33;display:flex;align-items:center;justify-content:center;margin:0 auto 8px}._p3DoneIcon_5mxyf_1061 svg{width:18px;height:18px;stroke:#a78bfa;fill:none;stroke-width:2.5}._p3DoneSecs_5mxyf_1078{font-size:13px;color:#ffffff8c}._p3Actions_5mxyf_1082{padding:14px 20px 0;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:10px}._p3CenterMsg_5mxyf_1089{position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;padding:11px 28px;border-radius:10px;width:300px;height:44px;border:none;cursor:default;background:#ede9fe;color:#5b21b6;transition:background .6s ease}._p3CenterMsgTxt_5mxyf_1105{font-size:13px;font-weight:700;position:relative;z-index:1;text-align:center}._p3CenterMsg_5mxyf_1089._idle_5mxyf_489{background:#f1f5f9;color:#64748b}._p3CenterMsg_5mxyf_1089._urgent_5mxyf_493{background:#fecaca;color:#991b1b;animation:_urgentflash_5mxyf_1 1s ease-in-out infinite}._p3CenterMsg_5mxyf_1089._feedbackShort_5mxyf_1121{background:#fee2e2;color:#991b1b}._p3CenterMsg_5mxyf_1089._feedbackGood_5mxyf_1125{background:#dcfce7;color:#166534}._p3CenterMsg_5mxyf_1089._feedbackLong_5mxyf_1129{background:#fef9c3;color:#854d0e}._btnP3Next_5mxyf_1133{display:flex;align-items:center;gap:6px;padding:9px 20px;border-radius:8px;background:#7c3aed;color:#fff;border:none;font-family:inherit;font-size:13px;font-weight:700;cursor:pointer;transition:all .15s;justify-self:end}._btnP3Next_5mxyf_1133:hover{background:#6d28d9}._btnP3Next_5mxyf_1133 svg{width:13px;height:13px;fill:none;stroke:#fff;stroke-width:2.5}._btnBig_5mxyf_1161{display:flex;align-items:center;gap:9px;background:var(--blue);color:#fff;border:none;padding:10px 26px;border-radius:10px;font-family:inherit;font-size:13.5px;font-weight:700;cursor:pointer;transition:all .18s;box-shadow:0 4px 14px #2563eb52}._btnBig_5mxyf_1161:hover{background:var(--blue-d);transform:translateY(-1px)}._btnBig_5mxyf_1161 svg{width:16px;height:16px;fill:none;stroke:#fff;stroke-width:2.5}._btnBig_5mxyf_1161._green_5mxyf_1188{background:var(--green);box-shadow:0 4px 14px #05966947}._btnBig_5mxyf_1161._green_5mxyf_1188:hover{background:#047857}._modalOv_5mxyf_1197{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172ab3;display:flex;align-items:center;justify-content:center;z-index:9999}._modalBox_5mxyf_1206{background:#fff;border-radius:16px;padding:32px 36px;max-width:400px;width:90%;text-align:center}._modalIconRed_5mxyf_1214{width:52px;height:52px;background:#fee2e2;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 14px}._modalIconRed_5mxyf_1214 svg{width:22px;height:22px;stroke:#dc2626;fill:none;stroke-width:2}._modalIcon_5mxyf_1214{width:48px;height:48px;background:#eff6ff;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 14px}._modalIcon_5mxyf_1214 svg{width:22px;height:22px;stroke:#2563eb;fill:none;stroke-width:2}._modalDescAlert_5mxyf_1248{font-size:13.5px;color:#b91c1c;font-weight:700;line-height:1.6;margin-bottom:12px}._modalWarn_5mxyf_1255{font-size:12.5px;color:#92400e;background:#fffbeb;border:1px solid #fde68a;border-radius:6px;padding:8px 12px;margin-bottom:14px}._modalBtns_5mxyf_1264{display:flex;gap:10px;justify-content:center;margin-top:6px}._modalBtnGoback_5mxyf_1270{padding:9px 22px;border-radius:8px;border:1.5px solid #e5e7eb;background:#fff;font-family:inherit;font-size:13px;font-weight:700;color:#374151;cursor:pointer}._modalBtnPrimary_5mxyf_1281{padding:9px 22px;border-radius:8px;border:none;background:#2563eb;color:#fff;font-family:inherit;font-size:13px;font-weight:700;cursor:pointer}._modalBtnPrimary_5mxyf_1281:disabled{opacity:.6;cursor:not-allowed}._modalTitle_5mxyf_1296{font-size:17px;font-weight:800;color:#111827;margin-bottom:8px}._modalDesc_5mxyf_1248{font-size:13px;color:#6b7280;line-height:1.6;margin-bottom:22px}._modalBtnRed_5mxyf_1308{width:100%;padding:11px;border-radius:8px;border:none;background:#dc2626;color:#fff;font-family:inherit;font-size:13px;font-weight:700;cursor:pointer;margin-top:6px}._modalBtn_5mxyf_1264{width:100%;padding:11px;border-radius:8px;border:1px solid #d1d5db;background:#fff;color:#374151;font-family:inherit;font-size:13px;font-weight:600;cursor:pointer;margin-bottom:6px}._welcomeWrap_5mxyf_1338{max-width:580px;margin:0 auto}._welcomeHero_5mxyf_1342{background:linear-gradient(135deg,#1e40af,#2563eb,#3b82f6);border-radius:16px 16px 0 0;padding:40px 36px;color:#fff;text-align:center;position:relative;overflow:hidden}._welcomeHero_5mxyf_1342:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 70% 30%,rgba(255,255,255,.08),transparent 60%)}._whIcon_5mxyf_1357{width:60px;height:60px;background:#ffffff2e;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 14px;position:relative;z-index:1}._whIcon_5mxyf_1357 svg{width:28px;height:28px;stroke:#fff;fill:none;stroke-width:1.8}._welcomeHero_5mxyf_1342 h1{font-size:21px;font-weight:800;margin-bottom:6px;position:relative;z-index:1}._welcomeHero_5mxyf_1342 p{font-size:13px;opacity:.85;line-height:1.6;position:relative;z-index:1}._welcomeBody_5mxyf_1390{background:#fff;border-radius:0 0 16px 16px;border:1px solid var(--border);border-top:none;padding:28px 32px}._infoRow_5mxyf_1397{display:grid;grid-template-columns:1fr 1fr 1fr;gap:12px;margin-bottom:24px}._infoCell_5mxyf_1403{background:var(--bg);border:1px solid var(--border);border-radius:10px;padding:14px;text-align:center}._infoCellVal_5mxyf_1410{font-size:17px;font-weight:800;color:var(--blue);margin-bottom:2px}._infoCellLbl_5mxyf_1416{font-size:10.5px;font-weight:600;color:var(--muted);text-transform:uppercase;letter-spacing:.4px}._center_5mxyf_1423{display:flex;justify-content:center}._stepCard_5mxyf_1429{max-width:580px;margin:0 auto;background:#fff;border-radius:16px;border:1px solid var(--border);overflow:hidden}._stepProg_5mxyf_1437{display:flex;align-items:center;padding:14px 22px;border-bottom:1px solid var(--border)}._spItem_5mxyf_1443{display:flex;align-items:center;gap:6px;font-size:11.5px;font-weight:700}._spDot_5mxyf_1450{width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:9px;font-weight:800;flex-shrink:0}._spItem_5mxyf_1443._done_5mxyf_217 ._spDot_5mxyf_1450{background:var(--green);color:#fff}._spItem_5mxyf_1443._active_5mxyf_213 ._spDot_5mxyf_1450{background:var(--blue);color:#fff}._spItem_5mxyf_1443._idle_5mxyf_489 ._spDot_5mxyf_1450{background:var(--border);color:var(--muted)}._spItem_5mxyf_1443._done_5mxyf_217 span{color:var(--green)}._spItem_5mxyf_1443._active_5mxyf_213 span{color:var(--blue)}._spItem_5mxyf_1443._idle_5mxyf_489 span{color:var(--muted)}._spLine_5mxyf_1482{flex:1;height:1.5px;background:var(--border);margin:0 8px}._spLine_5mxyf_1482._done_5mxyf_217{background:var(--green)}._scBody_5mxyf_1491{padding:26px 30px}._scFooter_5mxyf_1494{display:flex;justify-content:space-between;align-items:center;padding-top:18px;border-top:1px solid var(--border)}._skip_5mxyf_1501{font-size:13px;color:var(--text2);cursor:pointer;text-decoration:underline;background:none;border:none;font-family:inherit;padding:6px 0}._devSection_5mxyf_1513{margin-bottom:26px}._devSection_5mxyf_1513 h3{font-size:13.5px;font-weight:800;color:var(--text);margin-bottom:4px;display:flex;align-items:center;gap:8px}._devNum_5mxyf_1525{width:22px;height:22px;border-radius:50%;background:var(--blue);color:#fff;font-size:9px;font-weight:800;display:flex;align-items:center;justify-content:center;flex-shrink:0}._devSection_5mxyf_1513 p{font-size:12.5px;color:var(--muted);line-height:1.5;margin-bottom:12px;padding-left:30px}._audioRow_5mxyf_1545{display:flex;gap:10px;align-items:center;padding-left:30px}._apBox_5mxyf_1551{flex:1;background:var(--bg);border:1.5px solid var(--border);border-radius:8px;padding:9px 12px;display:flex;align-items:center;gap:10px}._apBtn_5mxyf_1561{display:flex;align-items:center;gap:6px;padding:0 12px;height:30px;border-radius:20px;background:var(--blue);border:none;cursor:pointer;color:#fff;font-family:inherit;font-size:11.5px;font-weight:700;white-space:nowrap;flex-shrink:0}._apBtn_5mxyf_1561 svg{width:11px;height:11px;flex-shrink:0}._apTrack_5mxyf_1583{flex:1;height:4px;background:var(--border);border-radius:2px;overflow:hidden}._apFill_5mxyf_1590{height:100%;width:0%;background:var(--blue);border-radius:2px;transition:width .1s}._apTime_5mxyf_1597{font-size:11px;font-weight:700;color:var(--muted);font-variant-numeric:tabular-nums}._devSel_5mxyf_1603{padding:7px 10px;border:1.5px solid var(--border);border-radius:7px;font-family:inherit;font-size:12px;color:var(--text);background:#fff;cursor:pointer;max-width:150px}._statusOk_5mxyf_1614{display:inline-flex;align-items:center;gap:5px;background:var(--green-50);color:var(--green);font-size:11.5px;font-weight:700;padding:4px 10px;border-radius:20px;border:1px solid var(--green-100);margin-left:30px;margin-top:8px}._statusOk_5mxyf_1614 svg{width:11px;height:11px;stroke:var(--green);fill:none;stroke-width:2.5}._statusErr_5mxyf_1635{display:inline-flex;align-items:flex-start;gap:6px;background:#fef2f2;color:#b91c1c;font-size:11.5px;font-weight:600;line-height:1.45;padding:6px 10px;border-radius:10px;border:1px solid #fecaca;margin-left:30px;margin-top:8px;max-width:520px}._statusErr_5mxyf_1635 svg{width:13px;height:13px;stroke:#b91c1c;fill:none;stroke-width:2;flex-shrink:0;margin-top:1px}._micTest_5mxyf_1662{padding-left:30px}._micPrompt_5mxyf_1665{background:#fffbeb;border:1.5px solid #fde68a;border-radius:8px;padding:11px 14px;margin-bottom:10px;text-align:center}._micPrompt_5mxyf_1665 p{font-size:11.5px;color:#92400e;margin-bottom:3px;padding-left:0}._micPrompt_5mxyf_1665 strong{font-size:13.5px;color:#78350f;font-style:italic}._micRow_5mxyf_1684{display:flex;align-items:center;gap:10px}._btnMic_5mxyf_1689{display:flex;align-items:center;gap:6px;padding:7px 14px;border-radius:7px;border:1.5px solid var(--border);background:#fff;font-family:inherit;font-size:12px;font-weight:700;color:var(--text2);cursor:pointer;white-space:nowrap}._btnMic_5mxyf_1689._rec_5mxyf_83{background:#fef2f2;border-color:#fecaca;color:var(--red)}._btnMic_5mxyf_1689 svg{width:13px;height:13px;fill:none;stroke:currentColor;stroke-width:2}._micWave_5mxyf_1716{flex:1;height:34px;background:var(--bg);border-radius:6px;border:1px solid var(--border);display:flex;align-items:center;gap:1.5px;padding:0 8px;overflow:hidden}._mwBar_5mxyf_1728{width:3px;height:4px;background:var(--border);border-radius:1px}._mwBar_5mxyf_1728._on_5mxyf_416{background:var(--blue);animation:_mw_5mxyf_1728 .6s ease-in-out infinite}@keyframes _mw_5mxyf_1728{0%,to{height:3px}50%{height:var(--mh, 12px)}}._micTimer_5mxyf_1742{font-size:11.5px;font-weight:700;color:var(--muted);font-variant-numeric:tabular-nums}._partOv_5mxyf_1750{display:flex;flex-direction:column;gap:8px;margin-bottom:22px;max-width:480px;margin-left:auto;margin-right:auto}._partOvRow_5mxyf_1759{display:flex;align-items:center;gap:12px;padding:11px 14px;border-radius:8px;border:1.5px solid var(--border);background:var(--bg)}._pob_5mxyf_1768{font-size:10px;font-weight:800;color:#fff;padding:3px 8px;border-radius:5px;flex-shrink:0;min-width:48px;text-align:center}._pob1_5mxyf_1778{background:#7c3aed}._pob2_5mxyf_1779{background:#d97706}._pob3_5mxyf_1780{background:#dc2626}._povInfo_5mxyf_1781{flex:1;min-width:0}._povInfo_5mxyf_1781 h5{font-size:12.5px;font-weight:700;color:var(--text)}._povInfo_5mxyf_1781 p{font-size:11.5px;color:var(--muted);margin-top:1px}._povTime_5mxyf_1795{margin-left:auto;font-size:11px;font-weight:700;color:var(--muted);white-space:nowrap}._instTitle_5mxyf_1802{font-size:15px;font-weight:800;color:var(--text);margin-bottom:14px;text-align:center}._critTitle_5mxyf_1809{font-size:13px;font-weight:800;color:var(--text);margin-bottom:10px}._critGrid_5mxyf_1815{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:20px}._critCell_5mxyf_1821{padding:12px 14px;border-radius:8px;border:1.5px solid var(--border);background:var(--bg)}._critCell_5mxyf_1821 h4{font-size:12px;font-weight:800;color:var(--text);margin-bottom:3px;display:flex;align-items:center;gap:6px}._critPct_5mxyf_1836{background:var(--blue);color:#fff;font-size:9px;font-weight:800;padding:1px 5px;border-radius:4px}._critCell_5mxyf_1821 p{font-size:11px;color:var(--muted);line-height:1.4}._tipBox_5mxyf_1849{background:#fffbeb;border:1.5px solid #fde68a;border-radius:8px;padding:11px 14px;margin-bottom:18px}._tipBox_5mxyf_1849 p{font-size:12px;color:#78350f;line-height:1.6}._p1TopicTag_5mxyf_1863{font-size:10px;font-weight:700;color:var(--blue);background:var(--blue-50);border:1px solid var(--blue-100);padding:3px 9px;border-radius:20px;margin-left:auto;white-space:nowrap}
