.test-overlay{position:fixed;inset:0;z-index:1000;background:#fff;display:none;flex-direction:column}.test-topbar{justify-content:space-between;padding:10px 24px;border-bottom:2px solid #eaeaea;flex-shrink:0}.test-topbar,.test-topbar-left{display:flex;align-items:center}.test-topbar-left{gap:12px}.test-brand{font-family:Be Vietnam Pro,sans-serif;font-weight:800;font-size:18px;color:var(--red)}.test-topbar-divider{width:1px;height:20px;background:#ddd}.test-section-name{font-weight:600;font-size:14px;color:var(--black)}.test-section-name,.test-timer{font-family:Be Vietnam Pro,sans-serif}.test-timer{font-weight:700;font-size:24px;color:#333;letter-spacing:1px}.test-timer.warning{color:#e67e22}.test-timer.danger{color:var(--red);animation:timerPulse .8s infinite}@keyframes timerPulse{0%,to{opacity:1}50%{opacity:.5}}.test-exit-btn{background:none;border:2px solid #ddd;border-radius:8px;padding:6px 16px;font-size:13px;font-weight:600;cursor:pointer;color:#666;transition:all .2s}.test-exit-btn:hover{border-color:var(--red);color:var(--red)}.test-main{flex:1 1;display:flex;overflow:hidden;min-height:0}.test-passage{flex:1 1;overflow-y:auto;padding:24px 32px;font-size:15px;line-height:1.8;color:#333}.test-passage .passage-text p{margin-bottom:16px}.test-passage .passage-text strong{font-weight:700;color:var(--red);margin-right:4px}.test-divider{width:6px;cursor:col-resize;background:#f0f0f0;flex-shrink:0;position:relative;transition:background .15s}.test-divider:active,.test-divider:hover{background:var(--red)}.test-questions{flex:1 1;overflow-y:auto;padding:24px 32px;border-left:2px solid #f0f0f0}.test-bottombar{display:flex;align-items:center;padding:10px 20px;border-top:2px solid #eaeaea;flex-shrink:0;gap:12px}.test-question-grid{display:flex;flex-wrap:wrap;gap:6px;flex:1 1;justify-content:center}.test-nav-btn{display:inline-flex;align-items:center;gap:6px;background:var(--bone);border:2px solid var(--black);border-radius:10px;padding:8px 16px;font-size:13px;font-weight:700;cursor:pointer;transition:all .2s;white-space:nowrap}.test-nav-btn:hover{background:var(--black);color:var(--bone)}.test-nav-right{display:flex;align-items:center;gap:8px}.test-review-btn{display:inline-flex;align-items:center;gap:4px;background:none;border:2px solid #ddd;border-radius:10px;padding:8px 12px;font-size:13px;font-weight:600;cursor:pointer;color:#666;transition:all .2s;white-space:nowrap}.test-review-btn:hover{border-color:#f39c12;color:#f39c12}.test-submit-btn{display:inline-flex;align-items:center;gap:6px;background:var(--red);color:var(--bone);border:2px solid var(--red);border-radius:10px;padding:8px 18px;font-size:13px;font-weight:700;cursor:pointer;transition:opacity .2s;white-space:nowrap}.test-submit-btn:hover{opacity:.85}.test-q-num{width:34px;height:34px;border-radius:50%;border:2px solid var(--black);display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;cursor:pointer;background:#fff;color:var(--black);transition:all .15s}.test-q-num:hover{border-color:var(--red);color:var(--red)}.test-q-num.answered{background:#2ecc71;border-color:#2ecc71;color:#fff}.test-q-num.reviewed{border-color:#f39c12;border-style:dashed}.test-q-num.answered.reviewed{background:#2ecc71;border-color:#f39c12;color:#fff}.q-group{margin-bottom:24px}.q-instruction{font-weight:700;font-size:14px;color:var(--black);margin-bottom:4px;line-height:1.5}.q-subinstruction{font-size:13px;color:#888;margin-bottom:16px;font-style:italic}.q-item{margin-bottom:16px;padding:14px 16px;border-radius:10px;border:2px solid #eee;transition:border-color .2s}.q-item:target{border-color:var(--red);background:#fff5f5}.q-text{margin-bottom:10px;font-size:14px;line-height:1.6;color:#333}.q-options{display:flex;gap:8px;flex-wrap:wrap}.q-radio{display:inline-flex;align-items:center;gap:6px;padding:7px 14px;border:2px solid #ddd;border-radius:8px;cursor:pointer;font-size:13px;font-weight:600;transition:all .15s;color:#555;background:#fafafa}.q-radio:hover{border-color:#999;background:#f0f0f0}.q-radio.checked{border-color:var(--red);background:#fff5f5;color:var(--red)}.q-radio input{display:none}.q-radio input:checked+span{color:var(--red)}.q-select{padding:7px 12px;border:2px solid #ddd;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;min-width:80px;background:#fafafa;transition:border-color .15s}.q-select:focus{border-color:var(--red);outline:none}.q-summary{background:#fafafa;border:2px solid #eee;border-radius:10px;padding:20px;font-size:14px;line-height:2}.q-summary p{margin:0}.q-input{border:none;border-bottom:2px solid #ddd;padding:4px 8px;font-size:14px;width:180px;outline:none;transition:border-color .2s;background:transparent;font-weight:600}.q-input:focus{border-color:var(--red)}.q-input.filled{border-color:#2ecc71}.highlight-popup{position:fixed;background:#333;color:#fff;padding:6px 14px;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;z-index:1002;box-shadow:0 2px 12px rgba(0,0,0,.2);display:none}.highlight-popup:hover{background:var(--red)}.test-intro{position:fixed;inset:0;background:rgba(0,0,0,.4);z-index:999;display:none;align-items:center;justify-content:center}.test-intro-card{background:#fff;border-radius:20px;padding:40px;max-width:480px;width:90%;text-align:center;box-shadow:0 20px 60px rgba(0,0,0,.15)}.test-intro-icon{margin-bottom:16px}.test-intro-title{font-family:Be Vietnam Pro,sans-serif;font-weight:800;font-size:24px;color:var(--black);margin-bottom:12px}.test-intro-meta{display:flex;align-items:center;justify-content:center;gap:8px;font-size:14px;color:#666;margin-bottom:12px}.test-intro-meta .dot{color:#ccc}.test-intro-types{font-size:13px;color:var(--red);font-weight:600;margin-bottom:20px;padding:8px 16px;background:#fff5f5;border-radius:8px;display:inline-block}.test-intro-note{font-size:13px;color:#999;margin-bottom:24px;line-height:1.5}.test-intro-start{display:block;width:100%;background:var(--red);color:var(--bone);border:none;border-radius:12px;padding:14px;font-family:Be Vietnam Pro,sans-serif;font-weight:700;font-size:16px;cursor:pointer;transition:opacity .2s;margin-bottom:10px}.test-intro-start:hover{opacity:.85}.test-intro-cancel{background:none;border:none;color:#999;font-size:13px;cursor:pointer;padding:6px;transition:color .2s}.test-intro-cancel:hover{color:var(--black)}.test-results{position:fixed;inset:0;background:rgba(0,0,0,.4);z-index:1001;display:none;align-items:center;justify-content:center}.test-results-card{background:#fff;border-radius:20px;padding:40px;max-width:400px;width:90%;text-align:center;box-shadow:0 20px 60px rgba(0,0,0,.15)}.test-results-icon{margin-bottom:12px}.test-results-card h2{font-family:Be Vietnam Pro,sans-serif;font-weight:800;font-size:20px;color:var(--black);margin-bottom:16px}.test-results-score{font-family:Be Vietnam Pro,sans-serif;font-weight:900;font-size:48px;color:var(--red);margin-bottom:4px}.test-results-pct{font-size:18px;color:#666;margin-bottom:16px}.test-results-band-label{font-size:13px;color:#999;margin-bottom:4px}.test-results-band{font-family:Be Vietnam Pro,sans-serif;font-weight:800;font-size:28px;color:var(--black);margin-bottom:24px}.test-results-close{display:block;width:100%;background:var(--black);color:var(--bone);border:none;border-radius:12px;padding:14px;font-family:Be Vietnam Pro,sans-serif;font-weight:700;font-size:15px;cursor:pointer;transition:opacity .2s}.test-results-close:hover{opacity:.85}@media (max-width:768px){.test-passage,.test-questions{padding:16px;font-size:14px}.test-bottombar{flex-wrap:wrap;gap:8px;padding:8px 12px}.test-question-grid{order:-1;flex:0 0 100%;justify-content:center}.test-nav-right{flex:1 1;justify-content:flex-end}}.exam-main,.exam-main *,.exam-overlay,.exam-overlay *,body.reading-exam-page,body.reading-exam-page *{font-family:Arial,Helvetica,sans-serif!important}.exam-overlay{--exam-bg:#ffffff;--exam-text:#111111;--exam-text-secondary:#505050;--exam-muted:#f2f2f0;--exam-surface-hover:#eeeeec;--exam-border:#c9c9c9;--exam-border-strong:#8c8c8c;--exam-focus:#276aa5;--exam-highlight:#FFE681;--exam-warning:#c33a32;--exam-current:#2d6fa8;--input-bg:#ffffff;--input-text:#111111;font-family:Arial,Helvetica,sans-serif;position:fixed;inset:0;z-index:1000;display:none;flex-direction:column;background:var(--exam-bg);color:var(--exam-text)}.exam-header{display:flex;align-items:center;justify-content:space-between;height:56px;background:#fff;border-bottom:1px solid #d9dde2;padding:0 14px;flex-shrink:0;position:relative}.exam-header-flash{animation:headerFlash 1.4s ease-out}@keyframes headerFlash{0%{background-color:#fff}20%{background-color:#f7c8c8}50%{background-color:#f7c8c8}to{background-color:#fff}}.exam-header-flash{background-color:#f5d0d0}.exam-header-left{display:flex;align-items:center;gap:14px;flex-shrink:0}.exam-header-logo{height:34px;width:auto}.exam-header-info{display:flex;flex-direction:column;gap:1px}.exam-header-title{font-size:16px;font-weight:700;color:#111;white-space:nowrap}.exam-header-timer{font-size:14px;color:#505050;font-weight:400}.exam-header-timer.exam-timer-ended{color:#E31B23;font-weight:400}.exam-header-right{display:flex;align-items:center;gap:8px;position:relative;flex-shrink:0}.exam-hamburger{background:none;border:none;cursor:pointer;padding:4px;color:var(--exam-text,#111);display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:4px}.exam-hamburger:hover{background:color-mix(in srgb,var(--exam-text,#111) 10%,transparent)}.exam-window-titlebar{display:flex;align-items:center;justify-content:space-between;height:38px;flex-shrink:0;background:#f0f0f0;border-bottom:1px solid #d4d4d4;padding:0 14px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.exam-window-title{font:700 13px -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:#555}.exam-window-close{width:18px;height:18px;border:none;background:none;cursor:pointer;padding:0;flex-shrink:0;display:flex;align-items:center;justify-content:center}.exam-window-close:hover{opacity:.7}.exam-options-screen{position:absolute;inset:0 0 42px 0;z-index:180;background:var(--exam-bg);color:var(--exam-text);font-family:Arial,Helvetica,sans-serif}.exam-options-title{position:absolute;top:18px;left:50%;transform:translateX(-50%);font-size:24px;font-weight:400;line-height:1}.exam-options-close{top:14px;right:34px;width:32px;height:32px;color:#000;font-size:34px;font-weight:700}.exam-options-back,.exam-options-close{position:absolute;border:none;background:transparent;line-height:1;cursor:pointer;padding:0}.exam-options-back{top:18px;left:18px;height:24px;color:var(--exam-text);font-family:Arial,Helvetica,sans-serif;font-size:0;font-weight:400}.exam-options-back:before{content:"";display:inline-block;width:12px;height:12px;border-left:4px solid;border-bottom:4px solid;transform:rotate(45deg);margin:2px 8px 0 2px;vertical-align:middle}.exam-options-back span{position:relative;top:0;margin-left:0;font-size:24px;line-height:24px;vertical-align:middle}.exam-options-panel{position:absolute;top:78px;left:50%;transform:translateX(-50%);width:720px;border:1px solid #d6d6d6;border-radius:4px;background:#fff}.exam-options-row{width:calc(100% - 72px);height:72px;margin:0 36px;padding:0;border:none;border-bottom:1px solid #dcdcdc;background:transparent;display:grid;grid-template-columns:30px 1fr 30px;align-items:center;color:#111;font-family:Arial,Helvetica,sans-serif;cursor:pointer}.exam-options-row:disabled{opacity:1;color:var(--exam-text);cursor:default}.exam-options-row:disabled:hover{background:transparent}.exam-options-row:last-child{border-bottom:none}.exam-options-icon{width:20px;height:20px;color:#b9b9b9;position:relative;display:inline-flex;align-items:center;justify-content:center}.exam-options-icon-contrast:before{content:"";width:16px;height:16px;border-radius:50%;background:linear-gradient(90deg,#b9b9b9 0 50%,#eeeeee 50% 100%)}.exam-options-icon-text:before{content:"";width:13px;height:13px;border:3px solid #b9b9b9;border-radius:50%}.exam-options-icon-text:after{content:"";position:absolute;width:8px;height:3px;background:#b9b9b9;transform:rotate(45deg);right:1px;bottom:2px}.exam-options-icon-info{width:17px;height:17px;border-radius:50%;background:#c8c8c8;color:#fff;font-size:13px;font-weight:700;line-height:17px}.exam-options-text{font-size:18px;font-weight:400;text-align:left;padding-left:14px}.exam-options-chevron{color:#000;font-size:0;font-weight:700;line-height:1;justify-self:end;width:18px;height:24px;position:relative}.exam-options-chevron:before{content:"";position:absolute;top:3px;right:2px;width:12px;height:12px;border-right:4px solid;border-bottom:4px solid;transform:rotate(-45deg)}.exam-options-contrast-panel,.exam-options-text-size-panel{position:absolute;top:100px;left:50%;transform:translateX(-50%);width:748px;border:1px solid var(--exam-border);border-radius:4px;background:var(--exam-bg);color:var(--exam-text)}.exam-options-text-size-panel{--exam-text-size-row-font:18px;--exam-text-size-row-height:78px}.exam-overlay.exam-text-size-small .exam-options-text-size-panel{--exam-text-size-row-font:16px;--exam-text-size-row-height:70px}.exam-overlay.exam-text-size-large .exam-options-text-size-panel{--exam-text-size-row-font:22px;--exam-text-size-row-height:88px}.exam-overlay.exam-text-size-extra-large .exam-options-text-size-panel{--exam-text-size-row-font:26px;--exam-text-size-row-height:98px}.exam-contrast-row,.exam-text-size-row{box-sizing:border-box;width:100%;height:78px;margin:0;padding:0 38px;border:none;background:transparent;color:var(--exam-text);display:grid;grid-template-columns:36px 1fr;align-items:center;font-family:Arial,Helvetica,sans-serif;font-size:18px;font-weight:400;text-align:left;cursor:pointer;position:relative}.exam-text-size-row{height:var(--exam-text-size-row-height);font-size:var(--exam-text-size-row-font)}.exam-contrast-row:after,.exam-text-size-row:after{content:"";position:absolute;left:38px;right:38px;bottom:0;height:1px;background:var(--exam-option-divider,var(--exam-border));z-index:2;pointer-events:none}.exam-contrast-row:last-child:after,.exam-text-size-row:last-child:after{display:none}.exam-contrast-row.is-active,.exam-text-size-row.is-active{background:var(--exam-option-selected,#e8e8e8)}.exam-contrast-check,.exam-text-size-check{visibility:hidden;color:var(--exam-text);font-size:0;font-weight:700;line-height:1;width:22px;height:22px;position:relative}.exam-contrast-check:before,.exam-text-size-check:before{content:"";position:absolute;left:4px;top:1px;width:8px;height:14px;border-right:5px solid;border-bottom:5px solid;transform:rotate(45deg)}.exam-contrast-row.is-active .exam-contrast-check,.exam-text-size-row.is-active .exam-text-size-check{visibility:visible}.exam-overlay.exam-contrast-warm{--exam-bg:#F5F0DF;--exam-text:#171717;--exam-text-secondary:#505050;--exam-muted:#EAE3CF;--exam-border:#B8B09B;--exam-border-strong:#888;--input-bg:#FFFDF5;--input-text:#171717;--exam-option-selected:#e3d9c4;--exam-option-divider:#ccc}.exam-overlay.exam-contrast-dark{--exam-bg:#1F2225;--exam-text:#F2F2F2;--exam-text-secondary:#9b9b9b;--exam-muted:#292D31;--exam-border:#696E73;--exam-border-strong:#888;--input-bg:#ffffff;--input-text:#111111;--exam-option-selected:#3a3f44;--exam-option-divider:#555}.exam-overlay.exam-contrast-white-black{--exam-bg:#000000;--exam-text:#ffffff;--exam-text-secondary:#ffffff;--exam-muted:#000000;--exam-border:#ffffff;--exam-border-strong:#ffffff;--input-bg:#000000;--input-text:#ffffff;--exam-option-selected:#262626;--exam-option-divider:#ffffff}.exam-overlay.exam-contrast-yellow-black{--exam-bg:#000000;--exam-text:#ffff00;--exam-text-secondary:#ffff00;--exam-muted:#000000;--exam-border:#ffffff;--exam-border-strong:#ffffff;--input-bg:#000000;--input-text:#ffff00;--exam-option-selected:#262626;--exam-option-divider:#ffffff}.exam-overlay.exam-contrast-white-black .exam-footer,.exam-overlay.exam-contrast-white-black .exam-header,.exam-overlay.exam-contrast-white-black .exam-options-contrast-panel,.exam-overlay.exam-contrast-white-black .exam-options-panel,.exam-overlay.exam-contrast-white-black .exam-options-row,.exam-overlay.exam-contrast-white-black .exam-options-text-size-panel,.exam-overlay.exam-contrast-white-black .exam-passage-panel,.exam-overlay.exam-contrast-white-black .exam-question-panel,.exam-overlay.exam-contrast-white-black .exam-workspace,.exam-overlay.exam-contrast-yellow-black .exam-footer,.exam-overlay.exam-contrast-yellow-black .exam-header,.exam-overlay.exam-contrast-yellow-black .exam-options-contrast-panel,.exam-overlay.exam-contrast-yellow-black .exam-options-panel,.exam-overlay.exam-contrast-yellow-black .exam-options-row,.exam-overlay.exam-contrast-yellow-black .exam-options-text-size-panel,.exam-overlay.exam-contrast-yellow-black .exam-passage-panel,.exam-overlay.exam-contrast-yellow-black .exam-question-panel,.exam-overlay.exam-contrast-yellow-black .exam-workspace{background:var(--exam-bg)!important;color:var(--exam-text)!important;border-color:var(--exam-border)!important}.exam-overlay.exam-contrast-white-black .exam-hamburger,.exam-overlay.exam-contrast-white-black .exam-header-icon,.exam-overlay.exam-contrast-white-black .exam-header-timer,.exam-overlay.exam-contrast-white-black .exam-header-title,.exam-overlay.exam-contrast-white-black .exam-options-chevron,.exam-overlay.exam-contrast-white-black .exam-options-close,.exam-overlay.exam-contrast-white-black button:not(.exam-control-audio):not(.exam-control-exit):not(.exam-pn-btn),.exam-overlay.exam-contrast-white-black input,.exam-overlay.exam-contrast-white-black select,.exam-overlay.exam-contrast-white-black textarea,.exam-overlay.exam-contrast-yellow-black .exam-hamburger,.exam-overlay.exam-contrast-yellow-black .exam-header-icon,.exam-overlay.exam-contrast-yellow-black .exam-header-timer,.exam-overlay.exam-contrast-yellow-black .exam-header-title,.exam-overlay.exam-contrast-yellow-black .exam-options-chevron,.exam-overlay.exam-contrast-yellow-black .exam-options-close,.exam-overlay.exam-contrast-yellow-black button:not(.exam-control-audio):not(.exam-control-exit):not(.exam-pn-btn),.exam-overlay.exam-contrast-yellow-black input,.exam-overlay.exam-contrast-yellow-black select,.exam-overlay.exam-contrast-yellow-black textarea{color:var(--exam-text)!important}.exam-overlay.exam-contrast-white-black input,.exam-overlay.exam-contrast-white-black select,.exam-overlay.exam-contrast-white-black textarea,.exam-overlay.exam-contrast-yellow-black input,.exam-overlay.exam-contrast-yellow-black select,.exam-overlay.exam-contrast-yellow-black textarea{background:var(--input-bg)!important;border-color:var(--exam-border)!important}.exam-overlay.exam-contrast-white-black .exam-pn-btn:not(:disabled),.exam-overlay.exam-contrast-yellow-black .exam-pn-btn:not(:disabled){background:var(--exam-text)!important;color:var(--exam-bg)!important}.exam-overlay.exam-contrast-white-black .exam-heading-dropzone,.exam-overlay.exam-contrast-white-black .exam-heading-dropzone-mini,.exam-overlay.exam-contrast-yellow-black .exam-heading-dropzone,.exam-overlay.exam-contrast-yellow-black .exam-heading-dropzone-mini{border-color:var(--exam-border)!important;background:var(--exam-bg)!important}.exam-overlay.exam-contrast-white-black .exam-heading-dropzone-mini:hover,.exam-overlay.exam-contrast-white-black .exam-heading-dropzone:hover,.exam-overlay.exam-contrast-yellow-black .exam-heading-dropzone-mini:hover,.exam-overlay.exam-contrast-yellow-black .exam-heading-dropzone:hover{background:var(--exam-muted)!important}.exam-overlay.exam-contrast-white-black .exam-heading-dropzone-mini.filled,.exam-overlay.exam-contrast-white-black .exam-heading-dropzone.filled,.exam-overlay.exam-contrast-yellow-black .exam-heading-dropzone-mini.filled,.exam-overlay.exam-contrast-yellow-black .exam-heading-dropzone.filled{background:var(--exam-muted)!important;border-color:var(--exam-border-strong)!important}.exam-overlay.exam-contrast-white-black .exam-hdz-filled-text,.exam-overlay.exam-contrast-white-black .exam-hdz-mini-num,.exam-overlay.exam-contrast-yellow-black .exam-hdz-filled-text,.exam-overlay.exam-contrast-yellow-black .exam-hdz-mini-num{color:var(--exam-text)!important}.exam-overlay.exam-contrast-white-black .exam-hdz-remove,.exam-overlay.exam-contrast-yellow-black .exam-hdz-remove{color:var(--exam-text-secondary)!important}.exam-overlay.exam-contrast-white-black .exam-hdz-remove:hover,.exam-overlay.exam-contrast-yellow-black .exam-hdz-remove:hover{color:var(--exam-warning)!important}.exam-overlay.exam-contrast-white-black .exam-footer,.exam-overlay.exam-contrast-white-black .exam-footer button,.exam-overlay.exam-contrast-white-black .exam-footer span,.exam-overlay.exam-contrast-yellow-black .exam-footer,.exam-overlay.exam-contrast-yellow-black .exam-footer button,.exam-overlay.exam-contrast-yellow-black .exam-footer span{color:var(--exam-text)!important}.exam-overlay.exam-contrast-white-black .exam-footer-part-count,.exam-overlay.exam-contrast-yellow-black .exam-footer-part-count{color:var(--exam-text-secondary)!important}.exam-instruction-block{margin:8px 14px 5px;height:60px;background:#f2f2ef;border-radius:6px;display:flex;flex-direction:column;justify-content:center;padding-left:14px;flex-shrink:0}.exam-instruction-title{font-size:16px;font-weight:700;color:#111;margin-bottom:1px}.exam-instruction-sub{font-size:16px;font-weight:400;color:#111}.exam-overlay.exam-contrast-white-black .exam-instruction-block,.exam-overlay.exam-contrast-yellow-black .exam-instruction-block{background:#1f1f1f!important;color:var(--exam-text)!important;border-color:#383838!important}.exam-overlay.exam-contrast-white-black .exam-instruction-sub,.exam-overlay.exam-contrast-white-black .exam-instruction-title{color:#ffffff!important}.exam-overlay.exam-contrast-yellow-black .exam-instruction-sub,.exam-overlay.exam-contrast-yellow-black .exam-instruction-title{color:#ffff00!important}.exam-workspace{flex:1 1;display:flex;overflow:hidden;min-height:0;margin:0;background:#fff;position:relative}.exam-passage-panel{flex:1 1;overflow-y:auto;padding:4px 12px 100px 19px;background:var(--exam-bg);font-family:Arial,Helvetica,sans-serif;font-size:var(--exam-passage-font-size,16px);line-height:var(--exam-line-height,1.45);color:var(--exam-text)}.exam-passage-panel::-webkit-scrollbar{width:13px}.exam-passage-panel::-webkit-scrollbar-track{background:transparent}.exam-passage-panel::-webkit-scrollbar-thumb{background:#a6a6a6;border-radius:0}.exam-passage-title{font-size:inherit;font-weight:700;margin:0 0 .5em;padding:0}.exam-passage-content p{margin:0;font-size:inherit}.exam-passage-content p:last-child{margin-bottom:0}.exam-passage-content h1,.exam-passage-content h2,.exam-passage-content h3{margin:16px 0 10px;font-weight:700;line-height:1.25!important}.exam-passage-content ol,.exam-passage-content ul{margin:8px 0 16px;padding-left:24px}.exam-passage-content li{margin-bottom:6px}.exam-passage-content code,.exam-q-group code{font-family:Menlo,Consolas,monospace;font-size:.9em!important;background:rgba(127,127,127,.12);padding:1px 4px;border-radius:2px}.exam-passage-content pre{margin:10px 0 16px;padding:10px 12px;white-space:pre-wrap;overflow-wrap:anywhere;word-break:break-word;overflow-x:hidden;background:rgba(127,127,127,.12);border:1px solid var(--exam-border)}.exam-passage-content pre code{background:transparent;padding:0}.exam-passage-content a,.exam-q-group a{color:inherit;text-decoration:underline}.exam-passage-note-divider{border:0;border-top:1px solid var(--exam-border);margin:18px 0 14px}.create-field-error{margin-top:6px;font-size:12px;font-weight:600;color:#c62828}.create-field-group.is-invalid .create-input,.create-field-group.is-invalid .create-rich-editor,.create-field-group.is-invalid .create-select,.create-question-group.is-invalid{border-color:#c62828!important}.exam-rich-content{line-height:inherit;color:inherit;white-space:normal;overflow-wrap:anywhere;word-break:break-word}.exam-heading-passage-dropzones{display:grid;grid-gap:8px;gap:8px;margin-top:14px}.exam-heading-passage-dropzone{display:grid;grid-template-columns:110px minmax(0,1fr);grid-gap:8px;gap:8px;align-items:center;font-size:13px}.exam-heading-passage-dropzone select{min-width:0;height:28px;border:1px dashed var(--exam-border,#c9c9c9);border-radius:4px;background:var(--exam-bg,#fff);color:var(--exam-text,#111)}.exam-rich-content h1,.exam-rich-content h2,.exam-rich-content h3{font-family:Be Vietnam Pro,sans-serif;line-height:1.25;margin:.45em 0;font-weight:800}.exam-rich-content h1{font-size:1.9em}.exam-rich-content h2{font-size:1.55em}.exam-rich-content h3{font-size:1.25em}.exam-rich-content blockquote,.exam-rich-content ol,.exam-rich-content p,.exam-rich-content pre,.exam-rich-content table,.exam-rich-content ul{margin:0}.exam-passage-content p:empty,.exam-passage-content p:has(>br:only-child),.exam-rich-content p:empty,.exam-rich-content p:has(>br:only-child){min-height:1.45em}.exam-passage-content,.exam-q-note .exam-rich-content,.exam-q-summary .exam-rich-content,.exam-q-text,.exam-rich-content blockquote,.exam-rich-content li,.exam-rich-content p,.exam-rich-content td,.exam-rich-content th{overflow-wrap:anywhere;word-break:break-word}.exam-q-text-bold{font-weight:700}.exam-rich-content ol,.exam-rich-content ul{padding-left:1.5em}.exam-rich-content li{margin:.2em 0}.exam-rich-content blockquote{margin:12px 0;padding:8px 12px 8px 18px;border-left:4px solid var(--exam-border-strong,#8c8c8c);color:var(--exam-text,#111);background:var(--exam-muted,#f5f5f5)}.exam-rich-content pre{white-space:pre-wrap;overflow-wrap:anywhere;word-break:break-word;overflow-x:hidden;padding:12px;border-radius:10px;background:#161616;color:#f7f7f7}.exam-rich-content hr{border:0;border-top:1px solid var(--exam-border);margin:18px 0 14px}.exam-rich-content a{color:var(--red);text-decoration:underline}.exam-rich-content img{max-width:100%;height:auto}.exam-rich-table-wrap{overflow-x:auto;margin:10px 0}.exam-rich-content table{border-collapse:collapse;width:max-content;min-width:100%}.exam-rich-content td,.exam-rich-content th{border:1px solid var(--exam-border);padding:8px 10px;vertical-align:top;white-space:normal}.exam-rich-content th{font-weight:700}.exam-rich-content [data-indent="1"]{margin-left:3em}.exam-rich-content [data-indent="2"]{margin-left:6em}.exam-rich-content [data-indent="3"]{margin-left:9em}.exam-rich-content [data-indent="4"]{margin-left:12em}.exam-rich-content [data-indent="5"]{margin-left:15em}.exam-rich-content [data-indent="6"]{margin-left:18em}.exam-rich-content [data-indent="7"]{margin-left:21em}.exam-rich-content [data-indent="8"]{margin-left:24em}.exam-passage-content blockquote{margin:12px 0;padding:8px 12px 8px 18px;border-left:4px solid var(--exam-border-strong,#8c8c8c);color:var(--exam-text,#111);font-style:italic;background:var(--exam-muted,#f5f5f5)}.exam-passage-content span[style*=background]{display:inline;padding:1px 2px}.exam-passage-note{color:var(--exam-text,#000)}.exam-passage-note *{color:inherit}.exam-passage-note p{margin:0}.exam-paragraph-label{display:inline!important;margin:0 4px 0 0;font-weight:700!important;color:var(--exam-text)!important}.exam-heading-dropzone{flex:1 1;display:flex;align-items:center;justify-content:center;gap:2px;padding:1px 4px;margin-bottom:3px;border:2px dashed #bbb;border-radius:4px;background:#fafafa;cursor:pointer;transition:border-color .15s,background .15s;min-height:14px;font-weight:700}.exam-matching-option{font-weight:700}.exam-heading-dropzone:hover{border-color:#6aa8c7;background:#f0f6fa}.exam-heading-dropzone.filled{border-style:solid;border-color:#6aa8c7;background:#eef5fa}.exam-heading-paragraph{position:relative}.exam-heading-empty-line{height:1em;min-height:1em}.exam-heading-dropzone-row{display:flex;align-items:center;gap:6px}.exam-heading-paragraph .exam-heading-dropzone{flex-grow:0;flex-shrink:1;flex-basis:calc(100% - 34px);min-width:0;min-height:22px;margin:0 0 6px;box-sizing:border-box;font:700 12px Arial,sans-serif;text-align:left;color:var(--exam-text,#111)}.exam-heading-paragraph .exam-heading-dropzone:not(.filled){color:var(--exam-text-secondary,#777)}.exam-heading-review-btn{display:inline-flex;width:28px;height:30px;margin:0 0 6px;flex:0 0 28px;opacity:0}.exam-heading-dropzone-row:hover .exam-heading-review-btn,.exam-heading-review-btn:focus-visible,.exam-heading-review-btn[style*="font-weight: 700"],.exam-heading-review-btn[style*="font-weight:700"]{opacity:1}.exam-heading-paragraph-text{display:flex;align-items:flex-start;gap:5px}.exam-paragraph-label-inline{flex:0 0 auto;font-weight:700}.exam-heading-choice{display:flex;align-items:center;gap:14px}.exam-heading-choice .exam-choice-title{flex:0 0 auto;min-width:0;padding:0}.exam-heading-choice .exam-drop-zone{flex:1 1 220px;width:220px;max-width:280px;min-width:180px;min-height:24px;height:24px;justify-content:space-between;padding:1px 8px;font-size:13px;line-height:1.15}.exam-heading-choice .exam-drop-zone>strong{font-size:14px;font-weight:700;line-height:1.15}.exam-heading-choice>.exam-choice-review{margin-left:auto;flex:0 0 28px}.exam-heading-choice .exam-drop-remove{margin-left:auto;padding-left:10px;color:var(--exam-text-secondary,#555);font-size:18px;font-weight:800;line-height:1}.exam-heading-passage-label{font-weight:700}.exam-heading-dropzone.exam-dz-has-text{justify-content:flex-start}.exam-hdz-filled-text{font-size:11px;font-weight:600;color:#111;flex:1 1;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-left:3px;line-height:1.2}.exam-hdz-remove{cursor:pointer;color:#999;font-size:13px;line-height:1;padding:0 2px;flex-shrink:0;-webkit-user-select:none;-moz-user-select:none;user-select:none}.exam-hdz-remove:hover{color:#c33a32}.exam-heading-dropzone-wrap{display:flex;align-items:center;gap:2px;margin-bottom:3px;width:100%}.exam-heading-dropzone-mini{display:inline-flex;align-items:center;justify-content:center;flex:1 1;min-width:18px;height:24px;border:2px dashed #999;border-radius:4px;background:var(--exam-bg);cursor:pointer;transition:border-color .15s,background .15s}.exam-heading-dropzone-mini:hover{border-color:#6aa8c7;background:#f0f6fa}.exam-heading-dropzone-mini.filled{border-style:solid;border-color:#6aa8c7;background:var(--exam-bg)}.exam-hdz-mini-num{font-size:11px;font-weight:700;color:var(--exam-text,#111);line-height:1}.exam-hdz-flag-btn{width:28px;height:30px;border:none;background:transparent;cursor:pointer;padding:0;flex-shrink:0;position:relative;opacity:.4;transition:opacity .15s;color:var(--exam-text-secondary,#505050)}.exam-hdz-flag-btn.reviewed,.exam-heading-dropzone-wrap:hover .exam-hdz-flag-btn{opacity:1}.exam-hdz-flag-btn.reviewed{color:#d5113c}.exam-hdz-flag-btn:before{content:"";position:absolute;inset:0;background:currentColor;-webkit-mask-size:18px;-webkit-mask:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 21l-7-5-7 5V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2z'/%3E%3C/svg%3E") center no-repeat;mask:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 21l-7-5-7 5V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2z'/%3E%3C/svg%3E") center no-repeat;mask-size:18px}.exam-hdz-flag-btn.reviewed:before{-webkit-mask-size:18px;-webkit-mask:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='white' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 21l-7-5-7 5V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2z'/%3E%3C/svg%3E") center no-repeat;mask:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='white' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 21l-7-5-7 5V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2z'/%3E%3C/svg%3E") center no-repeat;mask-size:18px}.exam-hdz-flag-btn:hover{opacity:1}.exam-passage-content strong{font-weight:700}.exam-passage-content{font-family:Arial,Helvetica,sans-serif;font-size:var(--exam-passage-font-size,16px);line-height:var(--exam-line-height,1.48)}.exam-passage-content :not(.exam-rich-content):not(.exam-rich-content *){font-family:inherit!important;font-size:inherit!important}.exam-passage-content h1,.exam-passage-content h2,.exam-passage-content h3{font-size:inherit!important}.exam-question-panel{flex:1 1;overflow:hidden;display:flex;flex-direction:column;position:relative;border-left:none;background:var(--exam-bg);font-family:Arial,Helvetica,sans-serif;font-size:var(--exam-question-font-size,16px);line-height:var(--exam-line-height,1.48);color:var(--exam-text)}.exam-question-list{flex:1 1;overflow-y:auto;padding:4px 12px 12px 20px}.exam-question-list::-webkit-scrollbar{width:13px}.exam-question-list::-webkit-scrollbar-track{background:transparent}.exam-question-list::-webkit-scrollbar-thumb{background:#a6a6a6;border-radius:0}.exam-questions-content{font-family:Arial,Helvetica,sans-serif;font-size:var(--exam-question-font-size,16px);line-height:var(--exam-line-height,1.48)}.exam-questions-content :not(.exam-rich-content):not(.exam-rich-content *){font-family:inherit!important;font-size:inherit!important}.exam-questions-content button,.exam-questions-content input,.exam-questions-content select,.exam-questions-content textarea{font-family:Arial,Helvetica,sans-serif!important;font-size:var(--exam-input-font-size,16px)!important}.exam-passage-panel .exam-rich-content,.exam-question-panel .exam-rich-content{font-family:Arial,Helvetica,sans-serif!important;font-size:inherit!important;line-height:inherit}.exam-passage-panel .exam-rich-content *,.exam-question-panel .exam-rich-content *{font-family:inherit!important;font-size:inherit!important}.exam-passage-panel .exam-rich-content h1,.exam-passage-panel .exam-rich-content h2,.exam-passage-panel .exam-rich-content h3,.exam-question-panel .exam-rich-content h1,.exam-question-panel .exam-rich-content h2,.exam-question-panel .exam-rich-content h3{font-size:inherit!important;line-height:inherit!important}.exam-q-group{margin-bottom:32px}.exam-q-range{font-weight:700;margin-bottom:8px}.exam-q-instruction,.exam-q-range{font-size:inherit;color:var(--exam-text)}.exam-q-instruction{line-height:1.5;margin-bottom:4px}.exam-q-instruction-summary-passage{margin-bottom:1em}.exam-q-constraint{font-size:inherit;font-weight:400;color:var(--exam-text);margin-bottom:10px}.exam-q-summary{background:#fff;border-radius:6px;padding:0;margin-bottom:10px;overflow:hidden}.exam-q-summary .exam-rich-content{padding:14px 16px;white-space:normal;line-height:1.8;font-family:Arial,Helvetica,sans-serif;overflow-wrap:anywhere;word-break:break-word}.exam-q-summary .exam-rich-content p{margin:0}.exam-q-note{background:#fff;border:1px solid var(--exam-border);border-radius:6px;margin-bottom:10px;line-height:1.8;font-size:inherit}.exam-q-note .exam-rich-content{padding:0;white-space:normal;line-height:1.8;overflow-wrap:anywhere;word-break:break-word}.exam-q-diagram,.exam-q-flowchart,.exam-q-table-wrap{margin-bottom:10px}.exam-q-diagram .exam-rich-content strong,.exam-q-flowchart .exam-rich-content strong,.exam-q-note .exam-rich-content strong,.exam-q-summary .exam-rich-content strong{display:inline;min-width:0;width:auto;height:auto;margin:0;padding:0;border:0;border-radius:0;line-height:inherit;vertical-align:baseline}.exam-q-item{position:relative;margin-bottom:12px;padding:0 38px 0 0;border:none;background:transparent}.exam-q-text{font-size:inherit;line-height:1.5;margin-bottom:8px}.exam-question-number{display:inline-flex;align-items:center;justify-content:center;min-width:28px;height:28px;margin-right:6px;padding:0 6px;border:2px solid transparent;border-radius:3px;color:var(--exam-text);font-weight:700;line-height:1;background:transparent;vertical-align:middle;cursor:pointer;transition:border-color .1s}.exam-q-item:hover .exam-question-number{border-color:#6aa8c7}.exam-q-item.current .exam-question-number{border-color:#2d6fa8;box-shadow:0 0 0 1px #2d6fa8}.exam-q-options{display:flex;flex-direction:column;gap:2px}.exam-radio-label{display:flex;align-items:center;gap:8px;padding:4px 0;cursor:pointer;font-size:inherit}.exam-radio-input{display:none}.exam-radio-custom{width:18px;height:18px;border:2px solid #888;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;transition:border-color .15s}.exam-radio-input:checked+.exam-radio-custom{border-color:#303236}.exam-radio-input:checked+.exam-radio-custom:after{content:"";width:10px;height:10px;border-radius:50%;background:#303236}.exam-radio-label:hover .exam-radio-custom{border-color:#303236}.exam-q-review-line{font-size:12px;color:#888;margin-top:4px}.exam-q-item>.exam-q-review-line{position:absolute;top:-1px;right:0;margin:0}.exam-review-btn{background:none;border:none;cursor:pointer;font:0/0 Arial,Helvetica,sans-serif!important;color:var(--exam-text-secondary)!important;padding:0;width:28px;height:30px;position:relative;opacity:0;transition:opacity .15s}.exam-q-item:focus-within .exam-review-btn,.exam-q-item:hover .exam-review-btn,.exam-q-review-line:hover .exam-review-btn,.exam-review-btn[style*="font-weight: 700"],.exam-review-btn[style*="font-weight:700"]{opacity:1}.exam-review-btn:before{content:"";position:absolute;inset:0;background:currentColor;-webkit-mask-size:20px;-webkit-mask:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 21l-7-5-7 5V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2z'/%3E%3C/svg%3E") center no-repeat;mask:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 21l-7-5-7 5V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2z'/%3E%3C/svg%3E") center no-repeat;mask-size:20px}.exam-review-btn:after{display:none}.exam-review-btn:hover{color:#303236!important}.exam-review-btn[style*="font-weight: 700"],.exam-review-btn[style*="font-weight:700"]{color:#d5113c!important}.exam-review-btn[style*="font-weight: 700"]:before,.exam-review-btn[style*="font-weight:700"]:before{-webkit-mask-size:20px;-webkit-mask:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='white' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 21l-7-5-7 5V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2z'/%3E%3C/svg%3E") center no-repeat;mask:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='white' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 21l-7-5-7 5V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2z'/%3E%3C/svg%3E") center no-repeat;mask-size:20px}.exam-q-input{border:2px solid var(--exam-border);border-radius:3px;padding:2px 8px;font-size:var(--exam-input-font-size,16px);width:160px;min-height:30px;outline:none;font-weight:600;background:var(--input-bg);color:var(--input-text);font-family:Arial,Helvetica,sans-serif;text-align:center}.exam-q-input:focus{box-shadow:0 0 0 1px #6aa8c7}.exam-q-input.filled,.exam-q-input:focus{border-color:#6aa8c7}.exam-questions-content .exam-q-input{border:2px solid var(--exam-border)!important;border-radius:3px!important;background:var(--input-bg)!important;color:var(--input-text)!important;min-height:30px!important;text-align:center!important}.exam-questions-content .exam-q-input:focus{border-color:#6aa8c7!important;box-shadow:0 0 0 1px #6aa8c7!important}.exam-inline-answer-wrap{display:inline-flex;align-items:center;gap:2px;margin:0 4px;padding-right:27px;vertical-align:middle;white-space:nowrap;position:relative}.exam-q-input.exam-inline-answer-input,.exam-questions-content .exam-q-input.exam-inline-answer-input{min-height:24px!important;height:24px!important;padding:0 4px!important;border:1px solid #c8c8c8!important;border-radius:2px!important;background:var(--input-bg)!important;color:var(--input-text)!important;font-size:var(--exam-input-font-size,16px)!important;line-height:22px!important;font-weight:700!important;box-shadow:none!important;width:auto;min-width:64px;max-width:320px}.exam-q-input.exam-inline-answer-input::placeholder{color:var(--input-text);opacity:1;font-weight:700}.exam-q-input.exam-inline-answer-input:focus,.exam-questions-content .exam-q-input.exam-inline-answer-input:focus{border-color:#67aeca!important;box-shadow:0 0 0 1px rgba(103,174,202,.45)!important}.exam-inline-review-btn,.exam-line-review-btn{position:absolute!important;right:0!important;top:50%!important;transform:translateY(-50%);display:inline-flex!important;align-items:center;justify-content:center;width:20px!important;min-width:20px!important;height:30px!important;padding:0!important;margin:0!important;overflow:visible!important;opacity:0!important;pointer-events:auto;color:var(--exam-text-secondary)!important;flex:0 0 20px;transition:none}.exam-line-review-btn{opacity:0!important}.exam-inline-answer-wrap:focus-within>.exam-inline-review-btn,.exam-inline-answer-wrap:hover>.exam-inline-review-btn,.exam-inline-review-btn[style*="font-weight: 700"],.exam-inline-review-btn[style*="font-weight:700"]{opacity:1!important}.exam-completion-line{position:relative;padding-right:34px!important}.exam-completion-line:focus-within>.exam-line-review-btn,.exam-completion-line:hover>.exam-line-review-btn,.exam-line-review-btn[style*="font-weight: 700"],.exam-line-review-btn[style*="font-weight:700"]{opacity:1!important}.exam-inline-review-btn:before,.exam-line-review-btn:before{-webkit-mask-size:18px!important;mask-size:18px!important}.exam-inline-review-btn[style*="font-weight: 700"],.exam-inline-review-btn[style*="font-weight:700"],.exam-line-review-btn[style*="font-weight: 700"],.exam-line-review-btn[style*="font-weight:700"]{opacity:1!important;color:#d5113c!important}.exam-completion-template{font-family:Arial,Helvetica,sans-serif;font-size:inherit;line-height:1.38;color:var(--exam-text);border:1px solid #666;border-radius:3px;padding:12px 14px;margin:0 0 10px;box-sizing:border-box;white-space:normal;word-break:break-word}.exam-completion-template p{margin:0!important}.exam-completion-template p:empty,.exam-completion-template p:has(>br.ProseMirror-trailingBreak:only-child),.exam-completion-template p:has(>br:only-child){min-height:1.38em}.exam-completion-template ol,.exam-completion-template ul{display:block;margin:0!important;padding-left:1.5em!important;list-style-position:outside}.exam-completion-template li{display:list-item;margin:0!important;padding-left:0}.exam-completion-template li>p{display:block}.exam-completion-template h1,.exam-completion-template h2,.exam-completion-template h3{margin:0!important;line-height:1.25;font-family:Arial,Helvetica,sans-serif}.exam-rich-ans-block{position:relative;padding-right:38px}.exam-rich-ans-block .exam-review-btn{position:absolute!important;right:0!important;opacity:0!important}.exam-rich-ans-block .exam-review-btn[style*="font-weight: 700"],.exam-rich-ans-block .exam-review-btn[style*="font-weight:700"],.exam-rich-ans-block:focus-within .exam-review-btn,.exam-rich-ans-block:hover .exam-review-btn{opacity:1!important}.exam-overlay.exam-contrast-white-black .exam-question-number,.exam-overlay.exam-contrast-yellow-black .exam-question-number{border-color:#6aa8c7!important}.exam-choice-real,.exam-mcq-real{margin-bottom:12px;padding-top:6px}.exam-choice-title,.exam-mcq-title{display:flex;align-items:flex-start;gap:12px;padding:0 0 4px;font-size:inherit;line-height:1.45}.exam-choice-title>span,.exam-mcq-title>span{flex:1 1;font-weight:700}.exam-mcq-choice-real .exam-choice-title .exam-q-text,.exam-mcq-choice-real .exam-choice-title .exam-q-text *{font-weight:700}.exam-choice-review,.exam-mcq-review{margin-left:auto;flex:0 0 28px}.exam-choice-options,.exam-mcq-options{display:flex;flex-direction:column;gap:2px}.exam-choice-option,.exam-mcq-option{display:flex;align-items:center;gap:14px;min-height:48px;padding:10px 14px;cursor:pointer;background:transparent;color:var(--exam-text);font-size:inherit;line-height:1.5}.exam-choice-option.is-selected,.exam-mcq-option.is-selected{background:#b9d7ef}.exam-choice-option input,.exam-mcq-option input{width:18px;height:18px;flex:0 0 auto;accent-color:#0b7cff}.exam-mcq-choice-real .exam-choice-options{gap:0}.exam-mcq-choice-real .exam-choice-option{min-height:38px;padding:6px 14px;line-height:1.35}.exam-mi-wrapper{position:relative;margin-top:16px;padding-right:36px;color:var(--exam-text)}.exam-mi-grid{display:grid;width:100%;max-width:100%;align-items:stretch}.exam-mi-row{position:relative;margin:0;padding:0;border:0;background:transparent;cursor:pointer}.exam-mi-cell{min-width:0;background:var(--exam-bg);border-color:var(--exam-text);display:flex;align-items:center;justify-content:center}.exam-mi-head{min-height:56px;font-weight:700;border-top:1px solid var(--exam-text);border-bottom:1px solid var(--exam-text)}.exam-mi-option-head,.exam-mi-statement-head{border-left:1px solid var(--exam-text)}.exam-mi-option-head.is-last-option{border-right:1px solid var(--exam-text)}.exam-mi-statement-cell{min-height:82px;display:flex;align-items:center;justify-content:flex-start;padding:16px 14px 16px 22px;border-left:1px solid var(--exam-text);border-bottom:1px solid var(--exam-text)}.exam-mi-row.current .exam-mi-statement-cell,.exam-mi-row:hover .exam-mi-statement-cell{background:var(--exam-bg)}.exam-mi-statement-content{display:flex;align-items:flex-start;gap:8px;width:100%;min-width:0;font-size:inherit;line-height:1.5}.exam-mi-statement-text{flex:1 1 auto;min-width:0;white-space:normal;overflow-wrap:normal;word-break:normal;-webkit-hyphens:none;hyphens:none;line-height:1.5;font-weight:700}.exam-mi-statement-text p{margin:0!important}.exam-mi-statement-content .exam-question-number{flex:0 0 28px;width:28px;min-width:28px;max-width:28px;height:28px;padding:0;margin:0 6px 0 0}.exam-mi-row:hover .exam-question-number{border-color:#6aa8c7}.exam-mi-row.current .exam-question-number{border-color:#2d6fa8;box-shadow:0 0 0 1px #2d6fa8}.reading-review-screen .exam-mi-option-cell.is-review-answer-key,.reading-review-screen .exam-mi-option-cell.is-review-selected-correct{background:#c6ecd2!important;color:#15803d!important}.reading-review-screen .exam-mi-option-cell.is-review-selected-incorrect{background:#ffd1d6!important;color:#c51f35!important}.exam-mi-option-cell{min-height:82px;display:flex;align-items:center;justify-content:center;border-left:1px solid var(--exam-text);border-bottom:1px solid var(--exam-text)}.exam-mi-option-cell.is-last-option{border-right:1px solid var(--exam-text)}.exam-mi-option-cell.is-selected{background:#b9d7ef}.exam-mi-option-cell label{display:flex;align-items:center;justify-content:center;min-height:82px;cursor:pointer;width:100%;height:100%}.exam-mi-option-cell input[type=radio]{width:18px;height:18px;margin:0;flex:0 0 auto;accent-color:#0b7cff}.exam-mi-passage-content,.exam-mi-passage-content div,.exam-mi-passage-content p{line-height:inherit}.exam-mi-passage-content .exam-paragraph-label-inline{display:inline-block;margin-right:6px;font-weight:700}.exam-mi-review-cell,.exam-mi-review-head{min-width:0;background:transparent;border:0}.exam-mi-review-cell{min-height:82px;display:flex;align-items:center;justify-content:flex-end;padding-left:6px}.exam-mi-review-btn{position:absolute!important;right:-34px;top:50%;transform:translateY(-50%);opacity:0;width:28px;height:30px;flex:0 0 28px}.exam-mi-review-btn[style*="font-weight: 700"],.exam-mi-review-btn[style*="font-weight:700"],.exam-mi-row.current .exam-mi-review-btn,.exam-mi-row:focus-within .exam-mi-review-btn,.exam-mi-row:hover .exam-mi-review-btn{opacity:1}.exam-matching-features-bank,.exam-matching-features-options{margin:10px 0 14px;color:var(--exam-text)}.exam-matching-features-options-title{margin-bottom:8px;font-weight:700;color:var(--exam-text)}.exam-matching-features-options-list{display:grid;grid-gap:5px;gap:5px}.exam-matching-features-option-line{display:flex;gap:8px;align-items:baseline;line-height:1.35}.exam-matching-features-option-line strong{width:22px;flex:0 0 22px}.exam-matching-features-matrix{margin-top:6px;color:var(--exam-text)}.exam-matching-features-grid{display:grid;grid-template-columns:var(--exam-matching-features-grid-template);width:100%;max-width:100%;align-items:stretch}.exam-matching-features-row{margin:0;padding:0;border:0;background:transparent}.exam-matching-features-cell{min-width:0;background:var(--exam-bg);border-color:var(--exam-text)}.exam-matching-features-head{min-height:56px;display:flex;align-items:center;justify-content:center;border-top:1px solid var(--exam-text);border-bottom:1px solid var(--exam-text);font-weight:700}.exam-matching-features-option-head,.exam-matching-features-statement-head{border-left:1px solid var(--exam-text)}.exam-matching-features-option-head.is-last-option{border-right:1px solid var(--exam-text)}.exam-matching-features-statement-cell{padding:16px 14px 16px 22px}.exam-matching-features-option-cell,.exam-matching-features-statement-cell{min-height:82px;display:flex;align-items:center;border-left:1px solid var(--exam-text);border-bottom:1px solid var(--exam-text)}.exam-matching-features-option-cell{justify-content:center}.exam-matching-features-option-cell.is-last-option{border-right:1px solid var(--exam-text)}.exam-matching-features-statement-content{display:flex;align-items:flex-start;gap:8px;width:100%;min-width:0;font-size:inherit;line-height:1.45}.exam-matching-features-statement-text{flex:1 1 auto;min-width:0;overflow-wrap:normal;word-break:normal;-webkit-hyphens:none;hyphens:none;font-weight:700}.exam-matching-features-statement-cell .exam-question-number{flex:0 0 28px;width:28px;min-width:28px;max-width:28px;height:28px;padding:0;margin:0 6px 0 0}.exam-matching-features-option-cell label{width:100%;min-height:82px;display:flex;align-items:center;justify-content:center;cursor:pointer}.exam-matching-features-option-cell input[type=radio]{width:18px;height:18px;margin:0;flex:0 0 auto;accent-color:#0b7cff}.exam-matching-features-option-cell.is-selected{background:#b9d7ef}.exam-matching-features-option-cell.is-disabled{background:rgba(0,0,0,.04)}.exam-matching-features-option-cell.is-disabled label{cursor:default;opacity:.45}.exam-matching-features-review-cell,.exam-matching-features-review-head{min-width:0;background:transparent;border:0}.exam-matching-features-review-cell{min-height:82px;display:flex;align-items:center;justify-content:flex-end;padding-left:6px}.exam-matching-features-review-btn{opacity:0;width:28px;height:30px;flex:0 0 28px}.exam-matching-features-box-row.current .exam-matching-features-review-btn,.exam-matching-features-box-row:focus-within .exam-matching-features-review-btn,.exam-matching-features-box-row:hover .exam-matching-features-review-btn,.exam-matching-features-review-btn[style*="font-weight: 700"],.exam-matching-features-review-btn[style*="font-weight:700"],.exam-matching-features-row.current .exam-matching-features-review-btn,.exam-matching-features-row:focus-within .exam-matching-features-review-btn,.exam-matching-features-row:hover .exam-matching-features-review-btn{opacity:1}.exam-matching-features-bank-list{display:flex;flex-wrap:wrap;gap:6px}.exam-matching-features-bank-chip{display:inline-flex;align-items:center;gap:7px;min-height:26px;padding:2px 8px;border:1px solid #c8c8c8;border-radius:4px;background:var(--input-bg);color:var(--input-text);font:inherit;cursor:pointer}.exam-matching-features-bank-chip.is-used{opacity:.42;cursor:default}.exam-matching-features-box-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(130px,190px) 30px;align-items:center;grid-gap:12px;gap:12px;min-height:40px;margin:5px 0;padding:0}.exam-matching-features-box-statement{display:flex;align-items:flex-start;gap:8px;min-width:0;font-weight:700;line-height:1.45}.exam-matching-features-drop{min-height:24px;height:24px;padding:1px 7px;border:2px dashed #c8d0d8;border-radius:3px;display:flex;align-items:center;justify-content:center;gap:6px;background:transparent;color:var(--exam-text);font-weight:700;cursor:pointer}.exam-matching-features-drop.exam-drop-filled{border-style:solid;border-color:#9fb7cc;justify-content:space-between}.exam-matching-features-drop .exam-drop-remove{border:0;background:transparent;color:#777;font:inherit;cursor:pointer;padding:0 2px}.exam-matching-features-drop-placeholder{color:#b0b8c0}.create-mi-config{display:flex;flex-direction:column;gap:10px;padding:14px;border:1px solid #e5e5e5;border-radius:12px;background:#fff}.create-mi-heading{font-size:15px;font-weight:700}.create-mi-count-row{display:flex;align-items:center;gap:12px}.create-mi-stepper-btn{width:38px;height:38px;flex:0 0 38px;display:inline-flex;align-items:center;justify-content:center;border:1px dashed #cfcfcf;border-radius:9px;background:#fff;font-size:20px;cursor:pointer;font-family:Arial,Helvetica,sans-serif}.create-mi-stepper-btn:hover:not(:disabled){border-color:var(--red);color:var(--red)}.create-mi-stepper-btn:disabled{opacity:.4;cursor:not-allowed}.create-mi-count-summary{display:flex;align-items:baseline;gap:8px}.create-mi-range-text{color:#777;font-size:13px}.create-mi-reuse-toggle{display:flex;align-items:center;gap:9px;font-size:14px;cursor:pointer}.create-mi-reuse-toggle input{width:18px;height:18px;accent-color:var(--red)}.create-question-group[data-editor-type=matching_info] .create-mi-questions-section{min-height:0;height:auto}.create-question-group[data-editor-type=matching_info] .create-questions-list{min-height:0;height:auto;gap:10px}.create-mi-questions-section{display:flex;flex-direction:column;gap:10px}.create-mi-questions-label{font-size:14px;font-weight:700}.create-mi-questions-list{display:flex;flex-direction:column;gap:10px}.create-mi-question-row{display:grid;grid-template-columns:44px minmax(0,1fr) 170px 36px;align-items:center;grid-gap:10px;gap:10px;padding:3px 6px;border:1px solid #e8e8e8;border-radius:10px;background:#fff;margin-bottom:0;min-height:0}.create-mi-question-number{font-size:14px;font-weight:700;color:#666;text-align:center}.create-mi-question-text{width:100%;min-width:0;min-height:36px;resize:none;overflow:hidden;line-height:22px;padding:6px 9px;border:1px solid #d7d7d7;border-radius:8px;font-size:14px;font-family:Arial,Helvetica,sans-serif;box-sizing:border-box}.create-mi-question-text:focus{outline:2px solid var(--red);outline-offset:-1px}.create-mi-answer{width:100%;min-height:36px;padding:6px 9px;border:1px solid #d7d7d7;border-radius:8px;font-size:14px;line-height:22px;background:#fff;box-sizing:border-box}.create-mi-remove-question{width:28px;height:28px;border:0;background:transparent;color:#999;font-size:22px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.create-mi-remove-question:hover{color:var(--red)}.matching-features-config{display:flex;flex-direction:column;gap:12px;padding:14px;border:1px solid #e5e5e5;border-radius:12px;background:#fff}.matching-features-config-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);grid-gap:12px;gap:12px}.matching-features-reuse-toggle{display:inline-flex;align-items:center;gap:8px;font-size:14px;color:#333}.matching-features-option-list{display:grid;grid-gap:8px;gap:8px}.create-question-group .create-mi-question-row{grid-template-columns:34px minmax(0,1fr) 170px 30px;gap:8px;padding:0;border:0;background:transparent;min-height:36px}.create-question-group .create-mi-answer,.create-question-group .create-mi-question-text{min-height:36px;padding:6px 10px;border:1px solid #d4d4d4;border-radius:8px;font-family:Inter,sans-serif;font-size:14px;line-height:22px;background:#fff;box-sizing:border-box}.create-question-group .create-mi-answer{height:36px}@media (max-width:700px){.matching-features-config-grid{grid-template-columns:1fr}.exam-matching-features-box-row{grid-template-columns:minmax(0,1fr) 30px}.exam-matching-features-drop{grid-column:1/-1}}@media (max-width:800px){.create-mi-question-row{grid-template-columns:36px minmax(0,1fr) 120px 34px}}@media (max-width:600px){.create-mi-question-row{grid-template-columns:36px 1fr;gap:6px}.create-mi-question-number{grid-row:1;grid-column:1}.create-mi-question-text{grid-row:1;grid-column:2}.create-mi-answer{grid-row:2;grid-column:1/-1}.create-mi-remove-question{position:absolute;top:8px;right:8px}}.exam-feature-match{margin-top:28px}.exam-feature-row{display:grid;grid-template-columns:minmax(0,1fr) 170px 28px;align-items:center;grid-gap:14px;gap:14px;min-height:64px;margin-bottom:12px}.exam-feature-text{font-size:inherit;line-height:1.45;font-weight:700}.exam-feature-drop{height:34px;min-height:34px;border:1px dashed #c8d0d8;border-radius:2px;background:transparent;font-weight:700;justify-content:center}.exam-feature-drop.exam-drop-filled{border-style:solid;border-color:#d8dde2;background:transparent}.exam-feature-review{opacity:1}.exam-feature-options-title{margin-top:28px;margin-bottom:14px;font-weight:700;font-size:inherit}.exam-feature-options{display:flex;justify-content:center;gap:10px;flex-wrap:wrap}.exam-feature-chip{width:auto;padding:8px 14px;border:1px solid #c8c8c8;border-radius:5px;background:var(--input-bg);color:var(--input-text);font-weight:600;cursor:pointer}.exam-divider{width:2px;cursor:col-resize;flex-shrink:0;position:relative;display:flex;align-items:center;justify-content:center;background:transparent}.exam-divider:before{content:"";position:absolute;left:50%;transform:translateX(-50%);width:1px;height:100%;background:#8e8e8e}.exam-divider-handle{width:34px;height:34px;min-width:34px;min-height:34px;aspect-ratio:1/1;background:#fff;border:2px solid #111;border-radius:0;z-index:1;display:flex;align-items:center;justify-content:center;opacity:1;transition:none;cursor:col-resize;box-shadow:none}.exam-divider:hover .exam-divider-handle{opacity:1}.exam-footer{height:48px;background:#fff;border:none;border-radius:0;box-shadow:none;flex-shrink:0;display:flex;align-items:stretch;overflow:hidden;position:relative;color:#111}.exam-footer:before{content:none}.exam-footer-inner,.exam-footer-parts{width:100%;height:100%}.exam-footer-parts{display:grid;align-items:center;padding-top:0}.exam-footer-parts,.exam-footer-parts.active-part-1,.exam-footer-parts.active-part-2,.exam-footer-parts.active-part-3{grid-template-columns:repeat(3,minmax(0,1fr))}.exam-footer-part{position:relative;height:100%;display:flex;align-items:center;min-width:0;padding:0;border:none;background:transparent;cursor:pointer;font-family:Arial,Helvetica,sans-serif}.exam-footer-part:first-child{justify-content:flex-start;padding-left:20px}.exam-footer-part:nth-child(2),.exam-footer-part:nth-child(3){justify-content:center}.exam-footer-part.active{justify-content:flex-start;padding-left:20px;z-index:2}.exam-footer-part:nth-child(2).active{justify-content:center;padding-left:0}.exam-footer-part:nth-child(3).active{justify-content:flex-end;padding-left:0;padding-right:20px}.exam-footer-part-status{position:absolute;top:10px;width:70px;height:2px;background:#d7d7d7;display:none;pointer-events:none}.exam-footer-part.active .exam-footer-part-status{display:none}.exam-footer-part.completed .exam-footer-part-status{background:#31a836;display:block}.exam-footer-part.active.completed .exam-footer-part-status{display:none}.exam-footer-part:first-child .exam-footer-part-status{left:8px}.exam-footer-part:nth-child(2) .exam-footer-part-status,.exam-footer-part:nth-child(3) .exam-footer-part-status{left:50%;transform:translateX(-50%)}.exam-footer-part.active .exam-footer-part-status{left:8px;transform:none}.exam-footer-part:nth-child(2).active .exam-footer-part-status{left:50%;transform:translateX(-50%)}.exam-footer-part:nth-child(3).active .exam-footer-part-status{left:auto;right:8px;transform:none}.exam-footer-part-label{position:relative;color:var(--exam-text);font-size:15px;font-weight:400;line-height:1;margin-top:16px;white-space:nowrap}.exam-footer-part.active .exam-footer-part-label:before{content:"";position:absolute;top:-14px;left:-12px;width:70px;height:2px;background:#d7d7d7;pointer-events:none}.exam-footer-part.active.completed .exam-footer-part-label:before{background:#31a836}.exam-footer-part.active .exam-footer-part-label{font-weight:700}.exam-footer-part-count{color:var(--exam-text-secondary);font-size:15px;font-weight:400;line-height:1;margin-left:12px;margin-top:16px;white-space:nowrap}.exam-footer-part-questions{display:flex;align-items:center;flex-wrap:nowrap;gap:7px;margin-left:22px}.exam-footer-q{position:relative;width:auto;min-width:19px;height:39px;padding:0;border:none;border-radius:0;background:transparent;color:var(--exam-text);font-family:Arial,Helvetica,sans-serif;font-size:15px;font-weight:400;line-height:1;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;box-shadow:none;transition:none}.exam-footer-q-status{position:absolute;top:6px;left:50%;width:17px;height:2px;transform:translateX(-50%);background:#d7d7d7;pointer-events:none}.exam-footer-q.answered .exam-footer-q-status{background:#31a836}.exam-footer-q-flag{position:absolute;top:9px;left:50%;width:5px;height:8px;transform:translateX(-50%);background:#e00020;border:1px solid #b40018;-webkit-clip-path:polygon(0 0,100% 0,100% 100%,50% 72%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,50% 72%,0 100%);display:none;pointer-events:none}.exam-footer-q.reviewed .exam-footer-q-flag{display:block}.exam-footer-q-number{position:relative;z-index:1;min-width:15px;height:24px;padding:0 2px;margin-top:16px;border:2px solid transparent;border-radius:4px;display:inline-flex;align-items:center;justify-content:center;line-height:1}.exam-footer-q:hover{background:transparent}.exam-footer-q.answered{background:transparent;color:var(--exam-text);border-color:transparent}.exam-footer-q.answered.reviewed,.exam-footer-q.reviewed{border-radius:0}.exam-footer-q.current{color:var(--exam-text);outline:none}.exam-footer-q.current .exam-footer-q-number{border-color:#64A7C6;background:transparent}.exam-control-bar{height:42px;width:100%;background:#EBEBEB;border:none;border-radius:0;box-shadow:none;flex-shrink:0;display:flex;align-items:center;justify-content:space-between;padding:0 9px 0 30px;color:#000;font-family:Arial,Helvetica,sans-serif;position:relative;z-index:220}.exam-overlay.exam-contrast-white-black .exam-control-bar,.exam-overlay.exam-contrast-yellow-black .exam-control-bar{background:#EBEBEB!important;color:#000!important;border-color:transparent!important}.exam-overlay.exam-contrast-white-black .exam-control-bar *,.exam-overlay.exam-contrast-yellow-black .exam-control-bar *{color:inherit!important}.exam-overlay.exam-contrast-white-black .exam-control-brand,.exam-overlay.exam-contrast-yellow-black .exam-control-brand{color:#666!important}.exam-control-brand{display:inline-flex;align-items:center;color:#666;font-family:Arial,Helvetica,sans-serif;font-size:13px;font-weight:700;line-height:1}.exam-control-actions{margin-left:auto;display:flex;align-items:center;height:100%;position:relative;gap:12px}.exam-control-timer{font-family:Arial,Helvetica,sans-serif;font-size:18px;font-weight:700;letter-spacing:1.5px;line-height:1;color:#000;margin-right:0}.exam-control-battery{width:24px;height:24px;color:#000;flex:0 0 auto;margin-right:0}.exam-control-wifi{width:29px;height:23px;color:#000;flex:0 0 auto;margin-right:0}.exam-control-btn{height:30px;background:#F7F7F7;border:1px solid #bcbcbc;border-radius:0;box-shadow:none;color:#000;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:none}.exam-control-btn:active,.exam-control-btn:focus,.exam-control-btn:hover{background:#F7F7F7;box-shadow:none;outline:none}.exam-control-audio{width:30px;margin-right:0;position:relative}.exam-audio-icon{width:18px;height:18px;display:block}.exam-audio-vol0,.exam-audio-vol1,.exam-audio-vol2,.exam-audio-vol3{display:none}.exam-control-audio[data-volume="0"] .exam-audio-vol0,.exam-control-audio[data-volume="1"] .exam-audio-vol1,.exam-control-audio[data-volume="2"] .exam-audio-vol2,.exam-control-audio[data-volume="3"] .exam-audio-vol3{display:block}.exam-volume-popover{position:absolute;right:58px;bottom:36px;width:126px;height:28px;background:#F7F7F7;border:1px solid #bcbcbc;display:flex;align-items:center;justify-content:center;padding:0 10px;z-index:260}.exam-volume-slider{width:104px;height:14px;margin:0;accent-color:#111;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent}.exam-volume-slider::-webkit-slider-runnable-track{height:3px;background:#777;border-radius:0}.exam-volume-slider::-webkit-slider-thumb{-webkit-appearance:none;width:14px;height:14px;margin-top:-5.5px;border-radius:50%;background:#111;border:none}.exam-volume-slider::-moz-range-track{height:3px;background:#777;border-radius:0}.exam-volume-slider::-moz-range-thumb{width:14px;height:14px;border-radius:50%;background:#111;border:none}.exam-control-exit{width:58px;font-family:Arial,Helvetica,sans-serif;font-size:15px;font-weight:400}.exam-prev-next{display:flex;flex-direction:row;gap:2px;justify-content:flex-end;padding:8px 0;position:absolute;right:0;bottom:0;z-index:4;pointer-events:none;background:transparent}.reading-exam-react .exam-prev-next{right:8px}.exam-pn-btn{width:44px;height:44px;border-radius:0;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:none;pointer-events:auto}.exam-pn-btn svg{width:21px;height:21px}.exam-pn-btn:hover{opacity:1}.exam-pn-btn:disabled{background:#e2e2e2!important;color:#fff!important;cursor:default}.exam-pn-next,.exam-pn-prev{background:#000;color:#fff}.exam-save-status{position:static;font-size:13px;color:#111;z-index:auto;display:none;background:transparent;padding:2px 2px 0 0;border-radius:0;border:none;line-height:1;white-space:nowrap}.exam-save-status.is-visible{display:block}.exam-endings-bank,.exam-heading-bank,.exam-matching-bank{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:16px;padding:10px 12px;background:#f9f9f8;border:1px solid #e4e4e4;border-radius:4px}.exam-endings-bank>div:first-child,.exam-heading-bank>div:first-child,.exam-matching-bank>div:first-child{width:100%;font-size:12px;font-weight:700;color:#888;margin-bottom:4px}.exam-ending-chip,.exam-heading-chip,.exam-matching-option{display:inline-flex;align-items:center;gap:4px;padding:6px 12px;border:1px solid #777;border-radius:2px;background:var(--input-bg);color:var(--input-text);font-size:14px;cursor:-webkit-grab;cursor:grab;-webkit-user-select:none;-moz-user-select:none;user-select:none}.exam-ending-chip:hover,.exam-heading-chip:hover,.exam-matching-option:hover{background:var(--exam-muted)}.exam-matching-option.exam-heading-list-option,.exam-matching-option.exam-heading-list-option *{-moz-user-select:text;user-select:text;-webkit-user-select:text}.exam-matching-option.exam-heading-list-option.is-used{opacity:.55}.exam-matching-option.exam-heading-list-option{box-sizing:border-box;min-height:24px;height:24px;padding:1px 8px;line-height:1.15}.exam-heading-bank{display:flex;flex-direction:column;align-items:flex-start;flex-wrap:nowrap;gap:4px;margin-bottom:18px;padding:0;background:transparent;border:0;border-radius:0}.exam-heading-bank>.exam-heading-bank-title{width:100%;margin:0 0 6px;color:#111;font-size:14px;font-weight:700}.exam-heading-chip{width:-moz-fit-content;width:fit-content;max-width:100%;min-height:0;padding:0 8px;border:1px solid #cfcfcf;border-radius:3px;background:var(--input-bg);color:var(--input-text);font-size:13px;font-weight:700;line-height:1;text-align:left;cursor:pointer;box-shadow:none}.exam-heading-chip.exam-heading-selected,.exam-heading-chip:focus,.exam-heading-chip:hover{border-color:#67aeca;box-shadow:0 0 0 1px rgba(103,174,202,.35);outline:none;background:var(--input-bg)}.exam-heading-chip.is-used{opacity:.55}.exam-box-used,.exam-matching-used{background:#e8e8e8;color:#999;cursor:default}.exam-dragging{opacity:.5}.exam-drop-zone{display:inline-flex;align-items:center;min-height:36px;min-width:80px;border:1px dashed #999;border-radius:2px;padding:4px 10px;font-size:14px;cursor:pointer;background:var(--exam-bg);color:var(--exam-text)}.exam-drop-filled{border-style:solid;border-color:#777}.exam-drop-active{border-color:var(--exam-focus)}.exam-drop-inline{display:inline-flex;min-width:40px;margin:0 4px}.exam-matching-option.exam-matching-features-bank-chip{min-height:28px;padding:2px 8px;gap:6px;font-size:inherit;line-height:1.15}.exam-drop-zone.exam-matching-features-drop{min-height:26px;height:26px;padding:1px 7px;font-size:inherit;line-height:1.1}.exam-matching-features-drop-placeholder,.exam-matching-features-drop>span strong{color:#000;font-weight:800}.exam-sentence-endings-bank{display:flex;flex-direction:column;align-items:flex-start;gap:5px;margin:8px 0 14px;padding:0;border:0;background:transparent}.exam-sentence-endings-title{margin-bottom:3px;font-weight:700;color:#000}.exam-matching-option.exam-sentence-ending-chip{min-height:28px;padding:2px 8px;gap:6px;border:1px solid #c8c8c8;border-radius:3px;background:var(--input-bg);color:var(--input-text);font-size:inherit;font-weight:700;line-height:1.15;cursor:-webkit-grab;cursor:grab}.exam-sentence-ending-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(150px,230px) 30px;align-items:center;grid-gap:12px;gap:12px;min-height:42px;margin:6px 0;padding:0}.exam-sentence-ending-question{display:flex;align-items:flex-start;gap:8px;min-width:0;font-weight:700;line-height:1.45}.exam-drop-zone.exam-sentence-ending-drop{min-height:26px;height:26px;padding:1px 7px;border:2px dashed #c8d0d8;border-radius:3px;background:transparent;color:var(--exam-text);font-size:inherit;font-weight:700;line-height:1.1;display:flex;align-items:center;justify-content:center;gap:6px}.exam-drop-zone.exam-sentence-ending-drop.exam-drop-filled{border-style:solid;border-color:#9fb7cc;justify-content:space-between}.exam-sentence-ending-drop .exam-drop-remove{border:0;background:transparent;color:#777;font:inherit;cursor:pointer;padding:0 2px}.exam-sentence-ending-drop .exam-drop-placeholder,.exam-sentence-ending-drop>span strong{color:#000;font-weight:800}.exam-sentence-ending-review{opacity:0;width:28px;height:30px;flex:0 0 28px}.exam-sentence-ending-review[style*="font-weight: 700"],.exam-sentence-ending-review[style*="font-weight:700"],.exam-sentence-ending-row.current .exam-sentence-ending-review,.exam-sentence-ending-row:focus-within .exam-sentence-ending-review,.exam-sentence-ending-row:hover .exam-sentence-ending-review{opacity:1}.exam-summary-box-bank{margin:0 0 12px}.exam-summary-box-bank-title{margin-bottom:5px;font-weight:700;color:var(--exam-text)}.exam-summary-box-options{display:flex;flex-wrap:wrap;gap:6px}.exam-summary-box-option{display:inline-flex;align-items:center;min-height:28px;padding:2px 8px;border:1px solid #c8c8c8;border-radius:3px;background:var(--input-bg);color:var(--input-text);font-size:inherit;font-weight:700;line-height:1.15}.exam-summary-box-option.exam-matching-option{cursor:-webkit-grab;cursor:grab}.exam-summary-box-option.exam-matching-option.is-selected{border-color:#6aa8c7;background:#d9edf7}.exam-summary-box-answer-wrap{margin:0 4px}.exam-drop-zone.exam-summary-box-drop{min-height:24px;height:24px;min-width:100px;padding:1px 7px;justify-content:center;font-size:inherit;font-weight:700;line-height:1.1;flex-wrap:nowrap;white-space:nowrap}.exam-summary-box-drop.exam-drop-filled{justify-content:space-between;gap:8px}.exam-summary-box-drop.exam-drop-filled>strong{flex:0 1 auto;white-space:nowrap}.exam-summary-box-drop .exam-drop-remove{flex:0 0 auto;margin-left:auto;padding:0 1px 0 8px;border:0;background:transparent;color:var(--exam-text-secondary,#555);font:inherit;font-weight:800;line-height:1;cursor:pointer}.exam-drop-zone.exam-summary-box-drop.exam-drop-filled{border-style:solid;border-color:#9fb7cc}.exam-summary-box-drop-placeholder{color:var(--exam-text)}.exam-summary-box .exam-q-input.exam-inline-answer-input,.exam-table-completion .exam-q-input.exam-inline-answer-input{min-height:26px!important;height:26px!important;line-height:24px!important}.exam-table-completion{margin-bottom:10px}.exam-table-completion .exam-rich-content{padding:0;overflow:visible;height:auto;cursor:auto;line-height:1.5}.exam-table-completion .exam-rich-content table,.exam-table-completion .exam-table{border-collapse:collapse;width:100%;border:1px solid #d4d4d4;font-size:inherit;background:var(--exam-bg);color:var(--exam-text)}.exam-table-completion .exam-rich-content td,.exam-table-completion .exam-rich-content th,.exam-table-completion .exam-table td,.exam-table-completion .exam-table th{border:1px solid #d4d4d4;padding:6px 8px;text-align:left;vertical-align:middle}.exam-table-completion .exam-rich-content th,.exam-table-completion .exam-table th{background:var(--exam-muted);font-weight:700}.exam-q-summary{background:var(--exam-bg);border:1px solid var(--exam-border);border-radius:4px;padding:14px 16px;font-size:15px;line-height:1.35;margin-bottom:12px}.exam-q-diagram .exam-rich-content,.exam-q-flowchart .exam-rich-content,.exam-q-note .exam-rich-content,.exam-q-summary .exam-rich-content{padding:0;overflow:visible;height:auto;cursor:auto;line-height:1.5}.exam-q-diagram .exam-rich-content ol,.exam-q-diagram .exam-rich-content ul,.exam-q-flowchart .exam-rich-content ol,.exam-q-flowchart .exam-rich-content ul,.exam-q-note .exam-rich-content ol,.exam-q-note .exam-rich-content ul,.exam-q-summary .exam-rich-content ol,.exam-q-summary .exam-rich-content ul{margin:0;padding-left:1.5em}.exam-q-diagram .exam-rich-content li,.exam-q-flowchart .exam-rich-content li,.exam-q-note .exam-rich-content li,.exam-q-summary .exam-rich-content li{list-style:inherit;margin:0;padding-left:0}.exam-q-diagram .exam-rich-content h1,.exam-q-diagram .exam-rich-content h2,.exam-q-diagram .exam-rich-content h3,.exam-q-diagram .exam-rich-content p,.exam-q-flowchart .exam-rich-content h1,.exam-q-flowchart .exam-rich-content h2,.exam-q-flowchart .exam-rich-content h3,.exam-q-flowchart .exam-rich-content p,.exam-q-note .exam-rich-content h1,.exam-q-note .exam-rich-content h2,.exam-q-note .exam-rich-content h3,.exam-q-note .exam-rich-content p,.exam-q-summary .exam-rich-content h1,.exam-q-summary .exam-rich-content h2,.exam-q-summary .exam-rich-content h3,.exam-q-summary .exam-rich-content p{margin-top:0!important;margin-bottom:0!important;line-height:1.5!important}.exam-q-diagram .exam-rich-content li:before,.exam-q-diagram .exam-rich-content ol>li:before,.exam-q-flowchart .exam-rich-content li:before,.exam-q-flowchart .exam-rich-content ol>li:before,.exam-q-note .exam-rich-content li:before,.exam-q-note .exam-rich-content ol>li:before,.exam-q-summary .exam-rich-content li:before,.exam-q-summary .exam-rich-content ol>li:before{content:none}.exam-passage-content [data-indent="1"],.exam-q-diagram .exam-rich-content [data-indent="1"],.exam-q-flowchart .exam-rich-content [data-indent="1"],.exam-q-note .exam-rich-content [data-indent="1"],.exam-q-summary .exam-rich-content [data-indent="1"]{padding-left:3em}.exam-passage-content [data-indent="2"],.exam-q-diagram .exam-rich-content [data-indent="2"],.exam-q-flowchart .exam-rich-content [data-indent="2"],.exam-q-note .exam-rich-content [data-indent="2"],.exam-q-summary .exam-rich-content [data-indent="2"]{padding-left:6em}.exam-passage-content [data-indent="3"],.exam-q-diagram .exam-rich-content [data-indent="3"],.exam-q-flowchart .exam-rich-content [data-indent="3"],.exam-q-note .exam-rich-content [data-indent="3"],.exam-q-summary .exam-rich-content [data-indent="3"]{padding-left:9em}.exam-passage-content [data-indent="4"],.exam-q-diagram .exam-rich-content [data-indent="4"],.exam-q-flowchart .exam-rich-content [data-indent="4"],.exam-q-note .exam-rich-content [data-indent="4"],.exam-q-summary .exam-rich-content [data-indent="4"]{padding-left:12em}.exam-passage-content [data-indent="5"],.exam-q-diagram .exam-rich-content [data-indent="5"],.exam-q-flowchart .exam-rich-content [data-indent="5"],.exam-q-note .exam-rich-content [data-indent="5"],.exam-q-summary .exam-rich-content [data-indent="5"]{padding-left:15em}.exam-passage-content [data-indent="6"],.exam-q-diagram .exam-rich-content [data-indent="6"],.exam-q-flowchart .exam-rich-content [data-indent="6"],.exam-q-note .exam-rich-content [data-indent="6"],.exam-q-summary .exam-rich-content [data-indent="6"]{padding-left:18em}.exam-passage-content [data-indent="7"],.exam-q-diagram .exam-rich-content [data-indent="7"],.exam-q-flowchart .exam-rich-content [data-indent="7"],.exam-q-note .exam-rich-content [data-indent="7"],.exam-q-summary .exam-rich-content [data-indent="7"]{padding-left:21em}.exam-passage-content [data-indent="8"],.exam-q-diagram .exam-rich-content [data-indent="8"],.exam-q-flowchart .exam-rich-content [data-indent="8"],.exam-q-note .exam-rich-content [data-indent="8"],.exam-q-summary .exam-rich-content [data-indent="8"]{padding-left:24em}.exam-q-summary .exam-q-input{width:130px}.exam-q-diagram .exam-q-input.exam-inline-answer-input,.exam-q-flowchart .exam-q-input.exam-inline-answer-input,.exam-q-note .exam-q-input.exam-inline-answer-input,.exam-q-summary .exam-q-input.exam-inline-answer-input{min-width:100px}.exam-q-summary .exam-box-label{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:12px}.exam-box-option{padding:6px 12px;border:1px solid #777;border-radius:2px;font-size:14px;cursor:pointer}.exam-box-option:hover{background:var(--exam-muted)}.exam-q-note{background:#fafafa;border:1px solid #e4e4e4;border-radius:4px;padding:14px 16px;font-size:15px;line-height:2;margin-bottom:12px}.exam-q-table-wrap{overflow-x:auto;margin-bottom:12px}.exam-table{border-collapse:collapse;width:100%;font-size:15px;border:1px solid #d4d4d4}.exam-table td,.exam-table th{border:1px solid #d4d4d4;padding:8px 10px;text-align:left}.exam-table th{background:#f5f5f5;font-weight:700}.exam-q-diagram,.exam-q-flowchart{margin-bottom:12px}.exam-q-diagram{position:relative;text-align:center;min-height:200px;border:1px solid #e4e4e4;border-radius:4px;padding:16px}.exam-context-menu{position:fixed;z-index:2000;box-sizing:border-box;background:#fff;border:1px solid #aaa;border-radius:5px;box-shadow:0 2px 8px rgba(0,0,0,.22);min-width:0;padding:0;overflow:visible;height:61px}.exam-context-menu:after{content:"";position:absolute;left:50%;bottom:-7px;width:11px;height:11px;background:#fff;border-right:1px solid #aaa;border-bottom:1px solid #aaa;transform:translateX(-50%) rotate(45deg)}.exam-context-item{box-sizing:border-box;display:inline-flex;flex-direction:column;width:auto;min-width:86px;min-height:61px;padding:6px 10px 5px;gap:2px;align-items:center;justify-content:center;font:13px Arial,Helvetica,sans-serif;cursor:pointer;text-align:center;background:#fff;border:none;border-right:1px solid #d8d8d8;color:#333}.exam-context-item:first-child{border-radius:4px 0 0 4px}.exam-context-item:last-child{border-radius:0 4px 4px 0;border-right:0}.exam-context-item span{font-size:13px;line-height:1.1}.exam-context-icon{display:block;width:20px;height:20px;color:#666;flex:0 0 auto}.exam-context-item:hover{background:#f0f0f0}.exam-context-item.is-danger{color:#a52b25}.exam-context-delete-highlight{min-width:108px;color:#333}.exam-context-delete-icon{width:22px;height:22px;color:#333}.exam-annotations-anchor{display:none}.exam-note-popover{position:fixed;z-index:2000;background:#fff;border:1px solid #888;border-radius:3px;box-shadow:0 4px 16px rgba(0,0,0,.15);width:320px;padding:0}.exam-note-header{padding:10px 12px;font-weight:700;font-size:14px;border-bottom:1px solid #eee}.exam-note-textarea{width:100%;min-height:90px;max-height:220px;border:none;padding:10px 12px;font:14px Arial,Helvetica,sans-serif;resize:none;outline:none;box-sizing:border-box}.exam-note-footer{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;border-top:1px solid #eee}.exam-note-btn{background:none;border:none;font:13px Arial,Helvetica,sans-serif;cursor:pointer;padding:4px 8px;border-radius:2px}.exam-note-delete{color:#c33a32}.exam-note-delete:hover{background:#fde8e8}.exam-notes-panel{position:fixed;z-index:1450;top:59px;right:0;bottom:48px;width:min(285px,34vw);display:flex;flex-direction:column;background:#ececec;color:#111;border-left:1px solid #bdbdbd;box-shadow:-2px 0 7px rgba(0,0,0,.08);font-family:Arial,Helvetica,sans-serif}.exam-notes-header{height:54px;min-height:54px;padding:0 14px 0 16px;display:flex;align-items:center;justify-content:space-between;background:#fff;border-bottom:1px solid #c7c7c7;font-size:16px}.exam-notes-header button{width:30px;height:30px;border:0;background:transparent;color:#111;font-size:22px;font-weight:700;line-height:1;cursor:pointer}.exam-notes-layout{min-height:0;display:flex;flex:1 1;flex-direction:column}.exam-notes-list{flex:1 1;min-height:0;overflow-y:auto;background:#ececec}.exam-note-card{width:100%;border-bottom:1px solid #dedede;background:#fff}.exam-note-card.active{background:#b9dcf3;border-bottom-color:#b9dcf3}.exam-note-card-summary{display:block;width:100%;padding:16px 16px 8px;border:0;background:transparent;color:#222;text-align:left;font:14px/1.42 Arial,Helvetica,sans-serif;cursor:pointer}.exam-note-card-summary strong{margin-right:7px;font-style:normal;font-weight:700}.exam-note-card-summary em{font-style:italic;font-weight:400}.exam-note-card-editor{padding:8px 16px 16px;overflow:hidden}.exam-note-card-editor textarea{box-sizing:border-box;width:100%;min-height:46px;padding:7px 8px;border:1px solid #277cab;background:#fff;color:#111;resize:vertical;outline:none;font:14px Arial,Helvetica,sans-serif}.exam-note-card-editor .exam-note-delete{float:right;margin-top:12px;padding:3px 0 0 12px;border:0;background:transparent;color:#286d91;cursor:pointer;font-size:14px}.exam-notes-empty{margin:0;padding:18px 14px;color:#666;font-size:12px;line-height:1.45}.exam-highlight{background:var(--exam-highlight,#FFE681)!important;box-decoration-break:clone;-webkit-box-decoration-break:clone;color:inherit;cursor:pointer;border-radius:1px}.exam-highlight.exam-note-highlight{background:#8ec5ff!important;transition:background-color .12s ease}.exam-highlight.exam-note-highlight.is-note-focused{background:#42e6e6!important}.exam-labelling-image{display:block;width:auto;max-width:min(100%,720px);max-height:420px;margin:14px auto 20px;object-fit:contain;border:1px solid var(--exam-border);background:#fff}.create-media-url-field{margin:12px 0}.create-question-group[data-editor-type=diagram_label] .create-type-details>.create-detail-field:last-child>.create-label,.create-question-group[data-editor-type=flow_chart] .create-type-details>.create-detail-field:last-child>.create-label,.create-question-group[data-editor-type=map_plan_label] .create-type-details>.create-detail-field:last-child>.create-label,.create-question-group[data-editor-type=matching_info] .create-type-details>.create-detail-field:first-child>.create-label,.create-question-group[data-editor-type=sentence_completion] .create-type-details>.create-detail-field:last-child>.create-label,.create-question-group[data-editor-type=summary_completion] .create-type-details>.create-detail-field:last-child>.create-label,.create-question-group[data-editor-type=summary_completion_passage] .create-type-details>.create-detail-field:last-child>.create-label,.create-question-group[data-editor-type=table_completion] .create-type-details>.create-detail-field:last-child>.create-label{font-size:0}.create-question-group[data-editor-type=matching_info] .create-type-details>.create-detail-field:first-child>.create-label:after{content:"Passage sections"}.create-question-group[data-editor-type=diagram_label] .create-type-details>.create-detail-field:last-child>.create-label:after{content:"Diagram labels"}.create-question-group[data-editor-type=map_plan_label] .create-type-details>.create-detail-field:last-child>.create-label:after{content:"Map / plan labels"}.create-question-group[data-editor-type=flow_chart] .create-type-details>.create-detail-field:last-child>.create-label:after{content:"Flow-chart content"}.create-question-group[data-editor-type=table_completion] .create-type-details>.create-detail-field:last-child>.create-label:after{content:"Table content"}.create-question-group[data-editor-type=sentence_completion] .create-type-details>.create-detail-field:last-child>.create-label:after{content:"Sentences"}.create-question-group[data-editor-type=summary_completion] .create-type-details>.create-detail-field:last-child>.create-label:after,.create-question-group[data-editor-type=summary_completion_passage] .create-type-details>.create-detail-field:last-child>.create-label:after{content:"Summary content"}.create-question-group[data-editor-type] .create-type-details>.create-detail-field>.create-label:after{font-size:15px}.exam-overlay.exam-notes-open{--exam-notes-width:min(285px,34%)}.exam-overlay.exam-notes-open>.exam-footer,.exam-overlay.exam-notes-open>.exam-header,.exam-overlay.exam-notes-open>.exam-instruction-block,.exam-overlay.exam-notes-open>.exam-workspace{margin-right:var(--exam-notes-width)}.exam-overlay>.exam-footer,.exam-overlay>.exam-header,.exam-overlay>.exam-instruction-block,.exam-overlay>.exam-workspace{transition:margin-right .16s ease}.writing-exam-screen.exam-notes-open>.exam-footer,.writing-exam-screen.exam-notes-open>.writing-exam-workspace{width:calc(100% - var(--exam-notes-width))}.exam-overlay.exam-contrast-white-black .exam-note-card,.exam-overlay.exam-contrast-white-black .exam-note-card-summary,.exam-overlay.exam-contrast-white-black .exam-notes-header,.exam-overlay.exam-contrast-white-black .exam-notes-list,.exam-overlay.exam-contrast-white-black .exam-notes-panel,.exam-overlay.exam-contrast-yellow-black .exam-note-card,.exam-overlay.exam-contrast-yellow-black .exam-note-card-summary,.exam-overlay.exam-contrast-yellow-black .exam-notes-header,.exam-overlay.exam-contrast-yellow-black .exam-notes-list,.exam-overlay.exam-contrast-yellow-black .exam-notes-panel{background:var(--exam-bg);color:var(--exam-text);border-color:var(--exam-border)}.exam-overlay.exam-contrast-white-black .exam-note-card.active,.exam-overlay.exam-contrast-yellow-black .exam-note-card.active{background:var(--exam-muted)}.exam-overlay.exam-contrast-white-black .exam-note-card-editor textarea,.exam-overlay.exam-contrast-yellow-black .exam-note-card-editor textarea{background:var(--input-bg);color:var(--input-text);border-color:var(--exam-border)}.exam-modal-overlay{position:fixed;inset:0;z-index:1500;background:rgba(0,0,0,.35);display:none;align-items:center;justify-content:center}.exam-modal{background:#fff;border-radius:6px;width:560px;max-width:90vw;max-height:80vh;display:flex;flex-direction:column;box-shadow:0 8px 32px rgba(0,0,0,.18)}.reading-intro-modal{width:540px;max-width:calc(100vw - 32px);max-height:calc(100vh - 48px);padding:32px;box-sizing:border-box;border-radius:20px;text-align:center;position:relative;overflow-y:auto}.reading-catalog-start-overlay{background:rgba(0,0,0,.28)}.reading-catalog-modal-close{position:absolute;top:12px;right:16px;width:30px;height:30px;border:0;background:transparent;color:#777;font:28px/30px Arial,Helvetica,sans-serif;cursor:pointer}.reading-catalog-modal-close:hover{color:#111}.reading-intro-modal h2{margin:0 0 10px;font:800 28px/1.15 Arial,Helvetica,sans-serif}.reading-catalog-modal-source{margin-bottom:14px;color:var(--red);font-size:18px;font-weight:700}.reading-catalog-modal-meta{display:flex;justify-content:center;gap:14px;margin-bottom:16px;color:#444;font-size:15px;font-weight:600}.reading-catalog-modal-types{margin:0 auto 18px;padding:10px 16px;border-radius:8px;background:#f5f5f5;color:#888;font-size:13px;line-height:1.45}.reading-intro-history{margin:2px 0 20px;text-align:left}.reading-intro-history h3{margin:0 0 10px;color:#222;font-family:Be Vietnam Pro,sans-serif;font-size:15px;font-weight:800}.reading-intro-history-scroll{max-height:190px;overflow-y:auto;border:1px solid #e2e2e2;border-radius:10px;scrollbar-width:thin}.reading-intro-history table{width:100%;border-collapse:collapse;table-layout:fixed;font-size:13px}.reading-intro-history td,.reading-intro-history th{padding:10px 12px;border-bottom:1px solid #ededed;color:#444;text-align:left;vertical-align:middle}.reading-intro-history th{position:-webkit-sticky;position:sticky;top:0;z-index:1;background:#f6f6f6;color:#555;font-size:12px;font-weight:700;text-align:center}.reading-intro-history td:first-child,.reading-intro-history th:first-child{width:46px;text-align:center;font-weight:800}.reading-intro-history td:nth-child(2),.reading-intro-history th:nth-child(2){width:145px}.reading-intro-history td:nth-child(3),.reading-intro-history th:nth-child(3){width:165px;text-align:center}.reading-intro-history td:last-child,.reading-intro-history th:last-child{width:48px;padding-left:6px;padding-right:6px;text-align:center}.reading-intro-history tbody tr:last-child td{border-bottom:none}.reading-intro-history-empty{height:58px;color:#999!important;text-align:center!important}.reading-intro-history-link{width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;padding:0;border:1px solid #ddd;border-radius:8px;background:#fff;color:#555;cursor:pointer;transition:color .15s,border-color .15s,background .15s}.reading-intro-history-link:hover{border-color:var(--red);background:#fff5f5;color:var(--red)}.reading-intro-history-link svg{width:14px;height:14px}.reading-intro-history td strong{font-weight:800}.reading-attempt-band{display:block;margin-top:2px;color:#777;font-size:11px;font-weight:700}.reading-intro-start{min-height:48px;gap:10px;width:100%;padding:14px 20px;border:none;border-radius:12px;background:#E31B23;color:#fff;font-family:Inter,sans-serif;font-size:14px;font-weight:700;line-height:1}.reading-intro-start,.reading-start-fullscreen-toggle{display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.reading-start-fullscreen-toggle{gap:8px;margin:0 auto 14px;color:#555;font:600 13px/1.2 Arial,Helvetica,sans-serif}.reading-start-fullscreen-toggle input{width:16px;height:16px;margin:0;accent-color:var(--red,#e31b23)}.reading-intro-start svg{width:20px;height:20px;flex-shrink:0}.exam-modal-btn.exam-modal-btn-primary.reading-intro-start{min-height:48px;border:none;border-radius:12px;background:#E31B23;color:#fff;font-family:Inter,sans-serif;font-size:14px;font-weight:700;line-height:1}.exam-modal-btn.exam-modal-btn-primary.reading-intro-start:hover{background:#c9141c}.exam-modal-wide{width:720px}.exam-modal-header{padding:16px 20px;font-size:18px;font-weight:700;font-family:Arial,Helvetica,sans-serif;border-bottom:1px solid #eee}.exam-modal-body{padding:20px;overflow-y:auto;flex:1 1}.exam-modal-footer{display:flex;justify-content:flex-end;gap:8px;padding:12px 20px;border-top:1px solid #eee}.exam-modal-btn{padding:8px 20px;border-radius:2px;font:14px Arial,Helvetica,sans-serif;cursor:pointer;border:1px solid #888}.exam-modal-btn-primary{background:#303236;color:#fff;border-color:#303236}.exam-modal-btn-secondary{background:#fff;color:#111}.exam-modal-tabs{display:flex;border-bottom:1px solid #eee}.exam-modal-tab{padding:10px 20px;font:14px Arial,Helvetica,sans-serif;cursor:pointer;background:none;border:none;border-bottom:2px solid transparent}.exam-modal-tab-active{border-bottom-color:#303236;font-weight:700}.exam-setting-group{margin-bottom:20px}.exam-setting-label{font:14px 700 Arial,Helvetica,sans-serif;margin-bottom:8px;display:block}.exam-setting-options{display:flex;gap:8px}.exam-setting-option{padding:6px 16px;border:1px solid #888;border-radius:2px;background:#fff;cursor:pointer;font:13px Arial,Helvetica,sans-serif}.exam-setting-option-active,.exam-setting-option[aria-checked=true]{background:#303236;color:#fff;border-color:#303236}.exam-setting-preview{margin-top:16px;padding:12px 16px;border:1px solid #eee;border-radius:2px;font-size:14px;color:#999}.exam-hide-overlay,.exam-time-expired{position:fixed;inset:0;z-index:1600;display:none;align-items:center;justify-content:center;background:var(--exam-bg,#ffffff)}.exam-hide-content,.exam-time-expired-content{text-align:center;max-width:400px}.exam-time-expired-content{color:#303236;animation:timeExpiredRedFlash .7s ease-in-out 4}.exam-time-expired h2{font-size:28px;font-weight:700;margin:16px 0 8px;font-family:Arial,Helvetica,sans-serif}.exam-time-expired p{color:#666;font-size:16px}.exam-time-expired-loader{margin:24px auto;width:32px;height:32px;border:3px solid #eee;border-top-color:#505050;border-radius:50%;animation:spin .8s linear infinite}.exam-hide-sub{color:#888;margin-top:4px;font-size:14px}.exam-hide-content button{margin-top:24px}.exam-finish-row{display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px solid #eee}.create-preview-window-react.exam-contrast-dark>.exam-window-titlebar,.create-preview-window-react.exam-contrast-warm>.exam-window-titlebar,.create-preview-window-react.exam-contrast-white-black>.exam-window-titlebar,.create-preview-window-react.exam-contrast-yellow-black>.exam-window-titlebar,.create-preview-window-react>.exam-window-titlebar{background:#fff!important;color:#111!important;border-bottom-color:#ddd!important}.create-preview-window-react>.exam-window-titlebar .exam-window-title{color:#555!important}.create-preview-window-react .exam-context-menu,.create-preview-window-react .exam-hide-overlay,.create-preview-window-react .exam-notes-panel,.create-preview-window-react .exam-options-screen,.writing-preview-window .exam-context-menu,.writing-preview-window .exam-notes-panel{position:absolute}.create-preview-window-react .exam-options-screen{inset:0 0 42px 0}.create-preview-window-react .exam-hide-overlay{inset:0}.create-preview-window-react .exam-notes-panel{top:0;right:0;bottom:42px}.create-preview-window-react .exam-context-menu{max-width:calc(100% - 16px)}.writing-preview-window .exam-notes-panel{top:0;right:0;bottom:42px}.writing-preview-window .exam-context-menu{max-width:calc(100% - 16px)}.writing-preview-window .exam-window-close{width:28px;height:28px;color:var(--red)}.writing-preview-window .exam-window-close svg{width:14px;height:14px}.create-preview-window-react .exam-question-panel,.create-preview-window-react .exam-workspace{min-width:0}.create-preview-window-react .exam-prev-next{padding-right:8px}.create-preview-window-react .exam-pn-btn{flex:0 0 44px}.exam-overlay.exam-contrast-white-black .exam-pn-btn:disabled,.exam-overlay.exam-contrast-yellow-black .exam-pn-btn:disabled{background:#444!important;color:#aaa!important}.writing-preview-exam .exam-pn-btn:disabled,.writing-preview-exam .exam-pn-btn[disabled]{background:#e2e2e2!important;color:#fff!important;opacity:1!important}.exam-finish-row.answered strong{color:#2ecc71}.exam-finish-row.unanswered strong{color:#e67e22}.exam-finish-row.reviewed strong{color:#f39c12}.exam-finish-summary p{margin:16px 0 0;color:#e67e22;font-size:13px;text-align:center}.exam-options-instructions-panel{width:min(680px,calc(100% - 48px));margin:24px auto;padding:24px;border:1px solid #d8d8d8;background:#fff;line-height:1.6}@keyframes spin{to{transform:rotate(1turn)}}@keyframes timeExpiredRedFlash{0%,to{color:#303236}50%{color:#E31B23}}.exam-q-input::placeholder{color:#000!important;opacity:1!important}.exam-overlay.exam-review-mode .exam-questions-content input.exam-inline-answer-input.is-review-correct,.exam-overlay.exam-review-mode .exam-questions-content input.exam-q-input.is-review-correct{background:#c6ecd2!important;color:#15803d!important;-webkit-text-fill-color:#15803d!important}.exam-overlay.exam-review-mode .exam-questions-content input.exam-inline-answer-input.is-review-incorrect,.exam-overlay.exam-review-mode .exam-questions-content input.exam-q-input.is-review-incorrect{background:#ffd1d6!important;color:#d61f36!important;-webkit-text-fill-color:#d61f36!important;min-height:22px!important;height:22px!important;padding:0 4px!important;font-size:13px!important}.exam-overlay.exam-review-mode .exam-questions-content input.exam-inline-answer-input.is-review-unanswered,.exam-overlay.exam-review-mode .exam-questions-content input.exam-q-input.is-review-unanswered{background:#f1f3f5!important;color:#667085!important;-webkit-text-fill-color:#667085!important}.exam-overlay.exam-review-mode .exam-questions-content input.exam-inline-answer-input.is-review-correct{min-height:22px!important;height:22px!important;padding:0 4px!important;font-size:13px!important}.admin-editor-shell{max-width:1180px;margin:0 auto;padding:32px 24px 80px;color:#202124}.admin-editor-header{display:flex;justify-content:space-between;gap:24px;align-items:center;margin-bottom:28px}.admin-editor-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.admin-editor-form{display:grid;grid-gap:18px;gap:18px}.admin-editor-form fieldset,.admin-editor-form>label{display:grid;grid-gap:8px;gap:8px;border:1px solid #d9dce2;border-radius:12px;padding:16px;background:#fff}.admin-editor-form input,.admin-editor-form select,.admin-editor-form textarea{width:100%;box-sizing:border-box;border:1px solid #c8ccd4;border-radius:8px;padding:10px 12px;font:inherit}.admin-editor-form textarea{min-height:84px;resize:vertical}.admin-editor-richtext{min-height:220px;border:1px solid #c8ccd4;border-radius:8px;padding:14px;background:#fff;line-height:1.65}.admin-editor-group{display:grid;grid-gap:10px;gap:10px;margin-top:14px;padding:14px;border-left:3px solid #e31b23;background:#fafafa}.admin-editor-question{display:grid;grid-template-columns:190px 1fr 1fr;grid-gap:8px;gap:8px;padding:10px 0}.admin-editor-question textarea[aria-label=Explanation]{grid-column:2/-1}.admin-editor-banner{max-width:360px;max-height:160px;object-fit:cover;border-radius:8px}.admin-editor-preview{display:grid;grid-gap:28px;gap:28px}.exam-q-feedback{margin-top:10px;padding:10px 12px;border-radius:8px;background:#f4f6f8}.exam-q-feedback.correct{border-left:3px solid #16803c}.exam-q-feedback.incorrect{border-left:3px solid #d04747}@media (max-width:720px){.admin-editor-header{align-items:flex-start;flex-direction:column}.admin-editor-question{grid-template-columns:1fr}.admin-editor-question textarea[aria-label=Explanation]{grid-column:auto}}.create-test-layout{justify-content:center!important;width:100%;padding:40px 24px 80px!important}.create-test-layout>.create-test-container{width:100%!important;max-width:none!important}.create-test-layout>.create-test-container>.create-skill-tabs{position:static!important;display:flex!important;clear:both;min-height:38px;margin:0 0 32px!important}.create-test-layout .create-reading-builder{position:relative;clear:both;align-items:flex-start;gap:32px}.create-test-layout .create-reading-sidebar{margin-left:0}.create-test-preview{min-height:calc(100vh - 72px);display:flex;flex-direction:column;background:#fff;color:#111}.create-test-preview .exam-header-info small{display:block;color:#505050;font-size:12px;line-height:1.2}.create-preview-exit{border:1px solid #8c8c8c;border-radius:4px;background:#fff;color:#111;padding:8px 14px 7px;font:13px Arial,Helvetica,sans-serif;cursor:pointer}.create-preview-exit:hover{background:#f2f2f0}.create-preview-footer-inner{width:100%;height:100%;display:flex;align-items:center;gap:14px;padding:0 14px}.create-preview-footer .exam-passage-tabs{display:flex;align-items:center;gap:4px;flex:1 1}.create-preview-footer .exam-passage-tabs button{border:1px solid #c9c9c9;background:#fff;color:#111;border-radius:3px;padding:6px 12px;font:13px Arial,Helvetica,sans-serif;cursor:pointer}.create-preview-footer .exam-passage-tabs button.active{background:#303236;border-color:#303236;color:#fff}.create-preview-count{display:inline-block}@media (max-width:760px){.create-test-preview .exam-header{height:auto;min-height:56px;gap:8px}.create-test-preview .exam-header-timer{display:none}.create-preview-footer-inner{gap:8px;padding:0 8px}.create-preview-count{display:none}.create-preview-footer .exam-modal-btn{padding:7px 10px;white-space:nowrap}}@media (max-width:820px){body:has(nav .create-skill-tabs){padding-top:126px}nav:has(.create-skill-tabs){padding-bottom:8px}nav .create-skill-tabs{position:static;transform:none;width:100%;max-width:none;justify-content:flex-start;margin-top:8px;pointer-events:auto}.create-test-layout{padding:32px 24px 64px!important}.create-test-layout>.create-test-container{max-width:none!important}.create-test-layout>.create-test-container>.create-skill-tabs{margin-bottom:24px!important}}