:root{--background:#ffffff;--black:#111;--gray:#9ca3af;--red:#dc2626;--green:#16a34a;--amber:#d97706}html.dark{--background:#202226;--black:#eeeeee}.exam-blank{appearance:none;background:#e9e9ed;border:none;border-radius:4px;box-decoration-break:clone;-webkit-box-decoration-break:clone;color:inherit;cursor:pointer;display:inline;font:inherit;line-height:inherit;padding:0 .35em;position:relative;vertical-align:baseline;white-space:normal;min-width:6.7em}.exam-blank:hover{background:#d0d0d7}.exam-blank:focus-visible{outline:2px solid color-mix(in srgb,var(--black) 55%,transparent);outline-offset:2px}.exam-blank.is-disabled{color:#6d6d6d;cursor:default;display:inline-block}html.dark .exam-blank{background:#343434;color:#fff}html.dark .exam-blank:hover{background:#474747}html.dark .exam-blank.is-disabled{color:#8f8f8f}.exam-blank.is-disabled:hover{background:#e9e9ed}html.dark .exam-blank.is-disabled:hover{background:#343434}.exam-blank-placeholder{align-items:center;display:flex;inset:0;justify-content:center;pointer-events:none;position:absolute;text-align:center;white-space:nowrap}.exam-blank[aria-pressed=true] .exam-blank-placeholder{display:none}.exam-blank-answer{overflow-wrap:anywhere;visibility:hidden;white-space:normal}.exam-blank[aria-pressed=true] .exam-blank-answer{visibility:visible}.exam-slot{display:inline-block;min-width:2.5em;text-align:center;vertical-align:baseline;white-space:pre}.exam-solution{background:color-mix(in srgb,var(--background) 97%,var(--black) 3%);border:1px solid color-mix(in srgb,var(--background) 84%,var(--black) 16%);border-radius:4px;display:flow-root;margin:1em 0;overflow:hidden}.exam-solution-summary{align-items:center;color:color-mix(in srgb,var(--black) 84%,var(--background) 16%);cursor:pointer;display:flex;font-size:.96em;font-weight:600;gap:.75em;justify-content:space-between;list-style:none;padding:.8em 1em;transition:background-color .18s ease,color .18s ease;user-select:none}.exam-solution-summary::-webkit-details-marker{display:none}.exam-solution-summary::marker{content:""}.exam-solution-summary-main{align-items:center;display:inline-flex;gap:.65em;min-width:0}.exam-solution-summary-icon{flex:none;font-size:1.2em;line-height:1;transform:translateY(-.02em);transition:transform .18s ease}.exam-solution-summary-hint{color:color-mix(in srgb,var(--black) 55%,var(--background) 45%);font-size:.84em;font-weight:500}.exam-solution-summary-hint:before{content:"展开"}.exam-solution-summary:hover{background:color-mix(in srgb,var(--background) 92%,var(--black) 8%)}.exam-solution-summary:focus-visible{outline:2px solid color-mix(in srgb,var(--black) 45%,transparent);outline-offset:-2px}.exam-solution[open] .exam-solution-summary{background:color-mix(in srgb,var(--background) 90%,var(--black) 10%);border-bottom:1px solid color-mix(in srgb,var(--background) 84%,var(--black) 16%)}.exam-solution[open] .exam-solution-summary-icon{transform:translateY(-.02em) rotate(90deg)}.exam-solution[open] .exam-solution-summary-hint:before{content:"收起"}.exam-solution-content{color:color-mix(in srgb,var(--black) 88%,var(--background) 12%);padding:.2em 1em 1em}.exam-solution-content>:first-child{margin-top:0}.exam-solution-content>:last-child{margin-bottom:0}.exam-choices{border:none;margin:1em 0;padding:0}.exam-choices-options{display:grid;gap:.55em;margin-bottom:.75em}.exam-choice-letter{font-size:1.05em;font-weight:700;line-height:1.5;min-width:1.6em;text-align:left}.exam-choice-option{align-items:start;column-gap:.4em;cursor:pointer;display:grid;grid-template-columns:.9em 1em minmax(0,1fr);line-height:1.55}.exam-choice-input{appearance:none;margin:0;opacity:0;pointer-events:none;position:absolute}.exam-choices .exam-choice-indicator{background:var(--background);border:1.5px solid var(--gray);display:inline-block;flex:none;height:.9em;margin-top:.35em;position:relative;vertical-align:top;width:.9em}.exam-choice-content{display:block;min-width:0}.exam-choice-content>:first-child{margin-top:0}.exam-choice-content>:last-child{margin-bottom:0}.exam-choices.single .exam-choice-indicator{border-radius:50%}.exam-choices .exam-choice-input:checked+.exam-choice-indicator{border-color:var(--black)}.exam-choices .exam-choice-input:checked+.exam-choice-indicator:after{background:var(--black);content:"";inset:2px;place-items:center;position:absolute}.exam-choices.single .exam-choice-input:checked+.exam-choice-indicator:after{border-radius:50%}.exam-choices .exam-choice-option.is-correct .exam-choice-indicator{border-color:var(--green)}.exam-choices .exam-choice-option.is-correct .exam-choice-indicator:after{background:var(--green)}.exam-choices .exam-choice-option.is-wrong .exam-choice-indicator{border-color:var(--red)}.exam-choices .exam-choice-option.is-wrong .exam-choice-indicator:after{background:var(--red)}.exam-choices .exam-choice-option.is-missed .exam-choice-indicator{border-color:var(--amber)}.exam-choices .exam-choice-option.is-missed .exam-choice-indicator:after{background:var(--amber);content:"";inset:2px;position:absolute}.exam-choices.single .exam-choice-option.is-missed .exam-choice-indicator:after{border-radius:50%}.exam-choices-submit{background:var(--background);border:1px solid currentColor;border-radius:4px;cursor:pointer;font-size:.95rem;line-height:1.2;padding:.4em .6em;transition:background-color .15s ease,border-color .15s ease,color .15s ease}.exam-choices-submit:hover:not(:disabled){background:color-mix(in srgb,var(--background) 88%,var(--black) 12%)}.exam-choices-submit:disabled{color:#6d6d6d;cursor:default}.exam-choices-submit.is-all-correct{color:var(--green)}.exam-choices-submit.is-not-all-correct{color:var(--red)}.exam-figure{margin:1em 0;border-radius:8px}.exam-figure-trigger{background:none;border:none;border-radius:inherit;cursor:zoom-in;display:block;max-width:100%;padding:0;text-align:inherit;width:100%}.exam-figure-trigger:focus-visible{outline:2px solid color-mix(in srgb,var(--black) 55%,transparent);outline-offset:4px}.exam-figure-image{display:block;height:auto;max-width:100%}.exam-figure-float{border:solid 1px #bbb;clear:right;float:right;margin:0 0 1em 1em;max-width:min(100%,250px);padding:.5em}.exam-figure-float .exam-figure-image{margin:auto}html.dark .exam-figure-float{border:solid 1px #444}.exam-figure-caption{color:#444;font-size:.9em;margin-top:.5em;text-align:center}.exam-figure-dialog{background:none;border:none;height:100vh;inset:0;margin:0;max-height:none;max-width:none;padding:2vh 2vw;width:100vw}.exam-figure-dialog[open]{display:grid;place-items:center}.exam-figure-dialog::backdrop{background:#0f172ad1;backdrop-filter:blur(4px)}.exam-figure-dialog-panel{align-items:center;display:flex;flex-direction:column;justify-content:center;max-height:96vh;max-width:96vw;position:relative}.exam-figure-dialog-image{border-radius:8px;display:block;height:auto;max-height:88vh;max-width:92vw;object-fit:contain;width:auto}.exam-figure-dialog-svg-container{display:flex;justify-content:center;align-items:center;max-height:88vh;max-width:92vw}.exam-figure-dialog-svg{display:block;height:100%;width:100%}.exam-figure-dialog-caption{color:#e5e7eb;font-size:.95rem;max-width:92vw;margin-top:.75em;text-align:center}.exam-figure-dialog-caption p{margin:0}html.dark .exam-figure-caption{color:#bbb}@media(max-width:640px){.exam-figure-float{box-sizing:border-box;clear:none;float:none;margin:1em 0;max-width:none;width:100%}.exam-figure-float .exam-figure-image{width:100%}}
