button.svelte-1v813na{padding:.75rem 1.5rem;border:2.5px solid var(--pitch-black);border-radius:.5rem;box-shadow:.25rem .25rem 0 var(--box-shadow-color, var(--pitch-black));background:var(--button-bg-color, var(--sky-blue));width:var(--width, -moz-fit-content);width:var(--width, fit-content);display:inline-flex;gap:10px;align-items:center;justify-content:center;font-family:Open Sans;font-weight:600;font-size:18px;color:var(--button-text-color, var(--pitch-black))}button.svelte-1v813na:disabled{background:#eee;cursor:not-allowed}.secondary.svelte-1v813na{background:#fff}button.svelte-1v813na:active:enabled{box-shadow:none;transform:translate(.25rem,.25rem)}.fullWidth.svelte-1v813na{width:100%}@media (max-width: 768px){button.svelte-1v813na{font-size:1rem}}h1.svelte-naryyf{font-family:Inter;font-size:3.625rem;font-weight:600;text-align:var(--text-align, inherit)}@media (max-width: 540px){h1.svelte-naryyf{font-size:2.25rem}}h2.svelte-1703ea4{font-family:Inter;font-size:2.25rem;font-weight:600}@media (max-width: 540px){h2.svelte-1703ea4{font-size:1.875rem}}h3.svelte-1pxq505{font-family:Inter;font-size:1.75rem;font-weight:600}@media (max-width: 540px){h3.svelte-1pxq505{font-size:1.5rem}}h4.svelte-vpj883{font-family:Inter;font-size:1.5rem;font-weight:600;color:var(--text-color, --pitch-black)}@media (max-width: 540px){h4.svelte-vpj883{font-size:1.25rem}}h5.svelte-28jag4{font-family:Inter;font-size:1.25rem;font-weight:600;color:var(--text-color, var(--pitch-black));text-align:var(--text-align, inherit)}p.svelte-1l6hwmi{font-family:Open Sans;font-size:1.25rem;font-weight:450;line-height:1.875rem;color:var(--text-color, --pitch-black);text-decoration-color:var(--text-color, --pitch-black)}.bold.svelte-1l6hwmi{font-weight:600;font-family:Inter}@media (max-width: 540px){p.svelte-1l6hwmi{font-size:1rem;line-height:1.5rem}}p.svelte-te5o27{font-family:Open Sans;font-size:1rem;font-weight:450;line-height:1.5rem;color:var(--text-color, --pitch-black);text-decoration-color:var(--text-color, --pitch-black)}.bold.svelte-te5o27{font-weight:700}@media (max-width: 768px){p.svelte-te5o27{font-size:.875rem;line-height:1.3125rem}}.wrapper.svelte-12ptgtk{display:flex;flex-direction:column;gap:1.25rem;font-family:Open Sans;font-size:1.25rem;font-weight:400;line-height:1.875rem}@media (max-width: 540px){.wrapper.svelte-12ptgtk{font-size:1rem;line-height:1.5rem}}.wrapper.svelte-1ar8m05{display:flex;flex-direction:column;gap:1.25rem;font-family:Open Sans;font-size:1.125rem;font-weight:450;line-height:1.6875rem}@media (max-width: 768px){.wrapper.svelte-1ar8m05{font-size:.9375rem;line-height:1.375rem}}input.svelte-iqupmh:disabled{cursor:default}.wrapper.svelte-iqupmh{display:inline-flex;gap:2.03125rem}.label.svelte-iqupmh{flex:1 0 auto;display:flex;align-items:center;justify-content:start}.right-align.svelte-iqupmh{justify-content:end}.slider-container.svelte-iqupmh{display:inline-flex;width:100%;gap:1.40625rem;justify-content:center;align-items:center;flex:0 1 auto;max-width:620px}.slider.svelte-iqupmh{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:.625rem;background:var(--light-sky-blue);border-radius:20px;outline:none;position:relative;z-index:0}.slider.svelte-iqupmh:before{content:"";position:absolute;width:var(--width);height:.625rem;background:var(--sky-blue);border-radius:20px;z-index:-1}.slider.svelte-iqupmh:disabled,.slider.svelte-iqupmh:disabled:before{background:#d9d9d9}.input-box.svelte-iqupmh{padding:10px;border:1px solid #A7A7A7;border-radius:8px;font-family:Inter;font-size:1.125rem;text-align:center;width:65px}.input-box.svelte-iqupmh:disabled{text-decoration-color:#777}.slider.svelte-iqupmh::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:1.5rem;height:1.5rem;border-radius:50%;background:var(--white);border:.375rem solid var(--sky-blue);cursor:pointer}.slider.svelte-iqupmh::-moz-range-thumb{width:1.5rem;height:1.5rem;border-radius:50%;background:var(--white);border:.375rem solid var(--sky-blue);cursor:pointer}input.svelte-iqupmh::-webkit-outer-spin-button,input.svelte-iqupmh::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number].svelte-iqupmh{-moz-appearance:textfield}.wrapper.svelte-bjtrmh{display:inline-flex;gap:.5rem;align-items:center;width:100%}.popup-overlay.svelte-p34p4k{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;margin:0;padding:1rem;border:none;animation:fadeIn .3s ease-out}.popup-content.svelte-p34p4k{background-color:var(--popup-color, var(--white));border-radius:.75rem;box-shadow:.25rem .25rem 0 var(--pitch-black);max-height:90vh;overflow-y:auto;border:1px solid var(--pitch-black);padding:2rem;text-align:center}.popup-small.svelte-p34p4k{width:100%;max-width:400px}.popup-medium.svelte-p34p4k{width:100%;max-width:600px}.popup-large.svelte-p34p4k{width:100%;max-width:800px}.popup-very-large.svelte-p34p4k{width:100%;max-width:1200px}.popup-header.svelte-p34p4k{display:flex;align-items:center;justify-content:flex-end}.popup-title.svelte-p34p4k{margin:0;padding-bottom:1rem;font-size:1.5rem;font-weight:600;color:var(--pitch-black)}.close-button.svelte-p34p4k{background:none;border:none;cursor:pointer;padding:.5rem;border-radius:6px;color:var(--charcoal);transition:all .2s ease;display:flex;align-items:center;justify-content:center;min-width:44px;min-height:44px}.popup-body.svelte-p34p4k{display:flex;flex-direction:column;gap:1rem;align-items:center;text-wrap:pretty}@media (max-width: 640px){.popup-overlay.svelte-p34p4k{padding:.5rem}.popup-content.svelte-p34p4k{border-radius:8px;padding:1rem}.close-button.svelte-p34p4k{padding:0;min-width:32px;min-height:32px}.popup-title.svelte-p34p4k{font-size:1.25rem}.popup-small.svelte-p34p4k,.popup-medium.svelte-p34p4k,.popup-large.svelte-p34p4k{max-width:none}}@media (max-height: 600px){.popup-content.svelte-p34p4k{max-height:85vh}}@media (prefers-contrast: high){.popup-content.svelte-p34p4k{border:3px solid var(--pitch-black)}.popup-header.svelte-p34p4k{border-bottom-color:var(--pitch-black)}}@media (prefers-reduced-motion: reduce){.popup-overlay.svelte-p34p4k,.popup-content.svelte-p34p4k{animation:none}}.mark-bar.svelte-6cjt8n{width:100%;display:inline-flex;height:34px;flex-shrink:0;background:#d9d9d9;align-items:center;border-bottom:3px solid;-webkit-user-select:none;-moz-user-select:none;user-select:none;font-family:Inter;font-style:normal;line-height:normal}.number.svelte-6cjt8n{width:2rem;height:calc(2rem - 1px);background:#000;flex-shrink:0;color:#fff;font-size:1.375rem;font-weight:600;display:flex;align-items:center;justify-content:center}.mark.svelte-6cjt8n{display:inline-flex;align-items:center}.mark.svelte-6cjt8n svg:where(.svelte-6cjt8n){margin:0 5px 0 12px}.mark-text.svelte-6cjt8n{color:#000;font-size:15px;font-weight:400}.toggle-elimination.svelte-6cjt8n{width:30px;height:28px;flex-shrink:0;margin-left:auto;margin-right:6px}.question-header.svelte-1bpudq{background:var(--white, #ffffff);border-bottom:2px solid var(--pitch-black, #000000);border-radius:12px 12px 0 0;width:100%;position:relative}.header-content.svelte-1bpudq{display:flex;align-items:center;justify-content:space-between;padding:1rem;width:100%}.tools.svelte-1bpudq{display:flex;align-items:center;gap:27px}.tool-button.svelte-1bpudq{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;padding:0;background:none;border:none;cursor:pointer;color:var(--pitch-black, #000000);transition:opacity .2s ease;width:24px;height:24px}.tool-button.svelte-1bpudq:hover{opacity:.7}.tool-button.svelte-1bpudq:active{transform:translateY(1px)}.tool-button.svelte-1bpudq svg:where(.svelte-1bpudq){width:24px;height:24px;flex-shrink:0}@media (max-width: 1200px){.header-content.svelte-1bpudq{padding:.5rem 1rem}}@media (max-width: 768px){.header-content.svelte-1bpudq{padding:.75rem 1rem}.tools.svelte-1bpudq{gap:1.25rem}}@media (max-width: 540px){.header-content.svelte-1bpudq{padding:.5rem .75rem}.tools.svelte-1bpudq{gap:1rem}.tool-button.svelte-1bpudq svg:where(.svelte-1bpudq){width:1.25rem;height:1.25rem}}.question-wrapper.svelte-9ov2jr{display:flex;flex:1 1 0%;height:100%;align-items:center;justify-content:center;flex-direction:column;border-radius:.75rem;border:1.5px solid var(--pitch-black, #000);background-color:var(--white);box-shadow:.25rem .25rem 0 var(--pitch-black, #000)}.question-container.svelte-9ov2jr{display:flex;flex-direction:column;gap:10px;flex:1 1 0%;height:100%;padding:1rem;overflow-y:auto;scrollbar-color:var(--sky-blue) var(--light-sky-blue);scrollbar-width:thin}.question.svelte-9ov2jr{width:100%;display:flex;align-items:flex-start;gap:1rem;flex:1 1 0%;height:100%}.passage-wrapper.svelte-9ov2jr{width:100%;display:flex;flex-direction:column;color:var(--pitch-black, #000);line-height:1.6875rem}.vr.svelte-9ov2jr{align-self:stretch;width:1px;background:#000}hr.svelte-9ov2jr{display:none}.question-right.svelte-9ov2jr{display:flex;flex-direction:column;align-items:flex-start;gap:15px;width:100%;padding-bottom:2rem}.question-choice-wrapper.svelte-9ov2jr{display:flex;align-items:center;width:100%;gap:1rem}.question-choice.svelte-9ov2jr{display:flex;align-items:center;border:1px solid #000;border-radius:.5rem;box-shadow:.25rem .25rem 0 var(--pitch-black, #000);background:#fff;width:100%;margin-right:.25rem}.question-choice.svelte-9ov2jr:active:enabled{box-shadow:none;transform:translate(.25rem,.25rem)}.question-choice-incorrect.svelte-9ov2jr:disabled{background:var(--rose, #EB47AB);cursor:not-allowed}.question-choice-correct.svelte-9ov2jr{background:var(--aquamarine, #55ECB2)}.question-choice-selected.svelte-9ov2jr{background:var(--sky-blue, #66E2FF)}.question-choice-letter.svelte-9ov2jr{display:flex;width:50px;padding:10px;flex-direction:column;justify-content:center;align-items:center;gap:10px;color:#000;line-height:27px}.question-choice-text.svelte-9ov2jr{text-align:start;width:100%;padding:.75rem;border-left:1px solid var(--pitch-black, #000);line-height:1.6875rem}.crossout-btn.svelte-9ov2jr{height:-moz-fit-content;height:fit-content}.undo-cross.svelte-9ov2jr{text-decoration-line:underline}.cross-choice.svelte-9ov2jr{border:1.5px solid #000;border-radius:50%;font-size:.9rem;font-family:Inter;font-weight:600;line-height:25.1px;width:1.5rem;height:1.5rem;margin:0 .52rem;display:flex;align-items:center;justify-content:center;position:relative}.cross-choice.svelte-9ov2jr:after{content:"";position:absolute;width:150%;background-color:#000;height:2px;top:50%;translate:0 -50%}@media (min-width: 768px) and (max-width: 1024px),(min-width: 1200px){.question-container.svelte-9ov2jr{overflow-y:hidden}.passage-wrapper.svelte-9ov2jr{padding-bottom:2rem;height:100%;overflow-y:auto;scrollbar-color:var(--sky-blue) var(--light-sky-blue);scrollbar-width:thin}.question-right.svelte-9ov2jr{height:100%;overflow-y:auto;scrollbar-color:var(--sky-blue) var(--light-sky-blue);scrollbar-width:thin}}@media (max-width: 768px),(min-width: 1024px) and (max-width: 1200px){.question.svelte-9ov2jr{flex-direction:column;gap:10px}.question-container.svelte-9ov2jr{overflow-y:auto;scrollbar-color:var(--sky-blue) var(--light-sky-blue);scrollbar-width:thin}.passage-wrapper.svelte-9ov2jr,.question-right.svelte-9ov2jr{height:auto;overflow-y:visible}.vr.svelte-9ov2jr{display:none}hr.svelte-9ov2jr{display:block;border:1px solid var(--pitch-black, #000);width:100%}.question-right.svelte-9ov2jr{gap:10px}}@media (max-width: 1024px){.question-right.svelte-9ov2jr{padding-bottom:2rem}.question-wrapper.svelte-9ov2jr{flex:initial;height:calc(100vh - 4.5rem);box-shadow:none;border:none;border-radius:0}.question-container.svelte-9ov2jr{padding-bottom:0}}@media (min-width: 1440px){.question-wrapper.svelte-9ov2jr{max-width:73rem;max-height:59rem}}.question-choice-crossed.svelte-9ov2jr{opacity:.4;position:relative}.question-choice-crossed.svelte-9ov2jr:after{content:"";position:absolute;width:104%;background-color:#000;height:2px;top:50%;translate:-1.5% -50%}.crossout-btn.svelte-9ov2jr{cursor:pointer;padding:.5rem;border-radius:50%;transition:background .2s;display:flex;align-items:center;justify-content:center}.crossout-btn.svelte-9ov2jr:disabled,.question-choice.svelte-9ov2jr:disabled{cursor:not-allowed;opacity:.5}.question-choice-flex.svelte-9ov2jr{flex:1 1 0%}.input-root.svelte-1pmdhjr{display:flex;flex-direction:column;flex-wrap:wrap;align-items:start;gap:.5rem;width:var(--width, -moz-fit-content);width:var(--width, fit-content);font-family:Open Sans,sans-serif;height:var(--height, -moz-fit-content);height:var(--height, fit-content)}.fullWidth.svelte-1pmdhjr{width:100%}.input-container.svelte-1pmdhjr{display:flex;flex-direction:row;align-items:center;gap:.5rem}.input-field.svelte-1pmdhjr{flex:1 1 auto;padding:.75rem 1.25rem;font-size:1.125rem;border:2.5px solid var(--pitch-black);border-radius:.5rem;background:var(--white);color:var(--pitch-black);box-shadow:.25rem .25rem 0 var(--pitch-black);outline:none;font-weight:600;transition:box-shadow .1s,transform .1s}.input-field.svelte-1pmdhjr:focus{box-shadow:.5rem .5rem 0 var(--pitch-black);transform:translate(-.125rem,-.125rem)}.input-field.svelte-1pmdhjr:disabled{background:#eee;color:#888;cursor:not-allowed}.input-error.svelte-1pmdhjr{color:var(--rose);font-size:.95rem;font-weight:500;margin-top:.1rem;background:var(--light-rose);border:1.5px solid var(--rose);border-radius:.25rem;padding:.25rem .5rem;box-shadow:.15rem .15rem 0 var(--rose);width:-moz-fit-content;width:fit-content}@media (max-width: 540px){.input-container.svelte-1pmdhjr{flex-direction:column;gap:2rem}.input-field.svelte-1pmdhjr{width:100%}}.help-icon-wrapper.svelte-1wjl0qh{position:relative;display:inline-block;cursor:help}.help-tooltip.svelte-1wjl0qh{visibility:hidden;background:var(--bg-color, var(--white));color:var(--pitch-black);text-align:center;padding:.5rem .75rem;position:absolute;z-index:10;bottom:125%;left:50%;translate:-50% 0;white-space:pre-line;font-size:.875rem;font-weight:700;opacity:0;transition:opacity .2s;pointer-events:none;border:.125rem solid var(--pitch-black);box-shadow:.25rem .25rem 0 var(--pitch-black);min-width:-moz-max-content;min-width:max-content}.help-icon-wrapper.svelte-1wjl0qh:hover .help-tooltip:where(.svelte-1wjl0qh),.help-icon-wrapper.svelte-1wjl0qh:focus .help-tooltip:where(.svelte-1wjl0qh){visibility:visible;opacity:1;pointer-events:auto}.help-icon-wrapper.svelte-1wjl0qh:focus{outline:.125rem solid var(--sky-blue);outline-offset:.125rem}
