:root{--bg:#f3f4f0;--surface:#fbfcf9;--ink:#13263a;--muted:#68746f;--green:#165d45;--green-2:#dfeae4;--terra:#b95d36;--terra-soft:#f5e5dc;--line:#cfd5cf;--white:#fff;--radius:10px;--shadow:0 12px 34px #182d2614;color:var(--ink);background:var(--bg);font-synthesis:none;font-family:Noto Sans JP,sans-serif}*{box-sizing:border-box}body{background:var(--bg);background-image:radial-gradient(#bec6be .6px,#0000 .7px);background-size:22px 22px;min-width:320px;margin:0}button,input,textarea{font:inherit;color:inherit}button{cursor:pointer}.topbar{border-bottom:1px solid var(--line);align-items:center;gap:46px;height:84px;padding:0 28px;display:flex}.brand{color:#153d32;background:0 0;border:0;align-items:center;gap:10px;padding:0;display:flex}.brand span{letter-spacing:-.02em;font-family:Shippori Mincho,serif;font-size:24px;font-weight:700}.topnav{gap:34px;height:100%;display:flex}.topnav button{background:0 0;border:0;padding:0 4px;font-size:14px;font-weight:600;position:relative}.topnav button:after{content:"";background:0 0;height:3px;position:absolute;bottom:13px;left:0;right:0}.topnav button.active:after{background:var(--green)}.tagline{color:#7b8580;letter-spacing:.16em;margin-left:auto;font-family:Shippori Mincho,serif;font-size:12px}.body-grid{grid-template-columns:182px minmax(0,1fr);display:grid}.sidebar{border-right:1px solid var(--line);flex-direction:column;min-height:calc(100vh - 126px);padding:22px 12px;display:flex}.mode-list{gap:8px;display:grid}.mode-list button{text-align:left;background:0 0;border:0;border-left:3px solid #0000;border-radius:0 8px 8px 0;align-items:center;gap:12px;height:48px;padding:0 12px;font-weight:500;display:flex}.mode-list button:hover{background:#eef2ee}.mode-list button.active{background:var(--green-2);border-left-color:var(--green);color:#154c39;font-weight:700}.sidebar-note{color:#78827d;gap:12px;margin-top:auto;padding:30px 12px 6px;font-family:Shippori Mincho,serif;font-size:12px;line-height:1.8;display:grid}.sidebar-note i{border-top:1px solid var(--green);width:22px}.sidebar-note small{letter-spacing:.2em;font-family:inherit;font-size:9px}main{min-width:0;padding:30px clamp(24px,4vw,66px) 54px}.quiz-screen,.review-screen,.admin-screen,.progress-screen{max-width:1120px;margin:0 auto}.screen-enter{animation:.38s both enter}@keyframes enter{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation:none!important}}.screen-meta{color:var(--muted);justify-content:space-between;align-items:center;margin-bottom:14px;font-size:13px;display:flex}.screen-meta strong{color:var(--ink);font-family:Shippori Mincho,serif;font-size:23px}.question-figure{margin:0}.image-stage{aspect-ratio:16/8.2;background:#dfe5df;border:1px solid #bcc6be;position:relative;overflow:hidden}.image-stage>img{object-fit:cover;width:100%;height:100%;display:block}.question-figure figcaption{text-align:right;color:#7b847f;margin-top:7px;font-size:10px}.quiz-prompt{text-align:center;margin:20px 0 18px}.quiz-prompt h1,.result-heading h1,.page-heading h1{letter-spacing:-.03em;margin:0;font-family:Shippori Mincho,serif}.quiz-prompt h1{font-size:clamp(30px,4vw,42px)}.quiz-prompt p{color:var(--muted);margin:8px 0 0;font-size:13px}.choices{grid-template-columns:1fr 1fr;gap:10px;max-width:760px;margin:0 auto;display:grid}.choices button{background:0 0;border:1px solid #9ea9a1;border-radius:7px;height:54px;font-weight:600;position:relative}.choices button:hover{border-color:var(--green);background:#f4f8f5}.choices button.selected{background:var(--green-2);border:2px solid var(--green);color:var(--green)}.choices button i{border:1px solid #94a098;border-radius:50%;width:14px;height:14px;position:absolute;top:50%;right:16px;transform:translateY(-50%)}.choices button.selected i{border:4px solid var(--green);background:#fff}.primary,.secondary{border:1px solid var(--green);border-radius:7px;justify-content:center;align-items:center;gap:8px;height:48px;font-size:14px;font-weight:700;display:inline-flex}.primary{background:var(--green);color:#fff}.primary:hover{background:#0d4d38}.primary:disabled{cursor:not-allowed;opacity:.4}.secondary{color:var(--ink);background:0 0;border-color:#9aa69e}.secondary:hover{background:#eef3ef}.secondary.saved{color:var(--green);border-color:var(--green);background:var(--green-2)}.submit-answer{width:min(520px,100%);margin:18px auto 0;display:flex}.result-heading{justify-content:space-between;align-items:end;margin-bottom:14px;display:flex}.result-heading small{color:var(--green);font-weight:700}.result-heading h1{margin-top:1px;font-size:clamp(28px,4vw,40px)}.result-heading h1 em{color:var(--terra);font-style:normal}.result-heading.incorrect small{color:var(--terra)}.difficulty{color:var(--green);letter-spacing:.18em;font-size:11px}.hotspot{color:var(--terra);background:0 0;border:0;align-items:center;gap:5px;padding:0;display:flex;position:absolute;transform:translate(-50%,-50%)}.hotspot b{background:var(--terra);color:#fff;border:2px solid #fff;border-radius:50%;place-items:center;width:29px;height:29px;display:grid;box-shadow:0 2px 10px #0004}.hotspot span{white-space:nowrap;background:#fffffff0;border:1px solid #ddae99;border-radius:5px;padding:6px 8px;font-size:10px;font-weight:700}.hotspot:hover span{transform:translateY(-2px)}.reasoning-path{justify-content:space-between;align-items:center;margin:16px 0;padding:0 12px;list-style:none;display:flex}.reasoning-path li{color:var(--green);align-items:center;gap:7px;font-size:13px;font-weight:700;display:flex}.reasoning-path li>b{background:var(--green);color:#fff;border-radius:50%;place-items:center;width:30px;height:30px;display:grid}.reasoning-path svg{color:#467362;margin-left:clamp(5px,2vw,30px)}.learning-trace{border:1px solid var(--line);background:#ffffff5c;border-radius:8px;grid-template-columns:1.3fr 1fr 1.5fr 1fr .85fr;display:grid;overflow:hidden}.learning-trace>section{border-right:1px solid var(--line);min-height:142px;padding:15px 14px}.learning-trace>section:last-child{border:0}.step-title{align-items:center;gap:7px;margin-bottom:10px;display:flex}.step-title b{background:var(--green);color:#fff;border-radius:50%;place-items:center;width:20px;height:20px;font-size:11px;display:grid}.step-title h2{margin:0;font-size:12px}.learning-trace ul{margin:0;padding-left:18px;font-size:11px;line-height:1.9}.learning-trace p{margin:0 0 8px;font-size:11px;line-height:1.7}.learning-trace p strong{color:var(--terra)}.conclusion>strong{background:var(--terra-soft);color:var(--terra);text-align:center;border-radius:5px;padding:10px 4px;font-size:14px;display:block}.conclusion small{text-align:center;color:var(--muted);margin-top:7px;font-size:9px;display:block}.explanation{grid-template-columns:1fr auto;column-gap:30px;margin-top:18px;display:grid}.explanation h2{margin:0 0 7px;font-family:Shippori Mincho,serif;font-size:18px}.explanation>p{color:#34463f;margin:0;font-size:13px;line-height:1.85}.explanation aside{border-left:3px solid var(--terra);background:var(--terra-soft);grid-area:1/2/3;gap:4px;width:250px;padding:12px 14px;display:grid}.explanation aside strong{color:var(--terra);font-size:11px}.explanation aside span{font-size:11px;line-height:1.7}.review-actions{grid-template-columns:1fr 1fr;gap:10px;margin-top:20px;display:grid}.page-heading{border-bottom:1px solid var(--line);justify-content:space-between;align-items:end;padding-bottom:22px;display:flex}.page-heading h1{font-size:36px}.page-heading p{color:var(--muted);margin:8px 0 0;font-size:13px}.page-heading>span{color:var(--green);font-size:12px;font-weight:700}.admin-layout{grid-template-columns:minmax(0,1.4fr) minmax(280px,.8fr);gap:36px;margin-top:28px;display:grid}.question-form{gap:26px;display:grid}.form-section{gap:12px;display:grid}.form-section h2,.question-list h2,.history h2{margin:0;font-family:Shippori Mincho,serif;font-size:17px}.question-form label{gap:6px;font-size:11px;font-weight:700;display:grid}.question-form input,.question-form textarea{background:#fff;border:1px solid #abb5ad;border-radius:6px;outline:none;width:100%;padding:11px 12px;font-size:13px}.question-form input:focus,.question-form textarea:focus{border-color:var(--green);box-shadow:0 0 0 3px #dfeae4}.question-form textarea{resize:vertical;min-height:80px}.field-row{grid-template-columns:1fr 1fr;gap:12px;display:grid}.form-hint{color:var(--muted);margin:0;font-size:10px}.success-notice{color:var(--green);align-items:center;gap:7px;margin:0;font-size:12px;display:flex}.question-list{border-left:1px solid var(--line);padding-left:28px}.question-list>h2{margin-bottom:16px}.question-list article{border-top:1px solid var(--line);grid-template-columns:72px 1fr auto;align-items:center;gap:12px;padding:12px 0;display:grid}.question-thumb{border:1px solid var(--line);background-position:50%;background-size:cover;height:52px}.question-list article>div:nth-child(2){gap:2px;display:grid}.question-list article strong{font-size:13px}.question-list article span{color:var(--muted);font-size:11px}.question-list article small{color:#87918b;font-size:8px}.question-list article>button{color:#9a5540;background:0 0;border:0}.progress-overview{border-block:1px solid var(--line);grid-template-columns:repeat(3,1fr);margin:30px 0;display:grid}.progress-overview>div{text-align:center;border-right:1px solid var(--line);padding:28px}.progress-overview>div:last-child{border:0}.progress-overview strong{color:var(--green);font-family:Shippori Mincho,serif;font-size:38px;display:block}.progress-overview span{color:var(--muted);font-size:11px}.history h2{margin-bottom:14px}.history>div{border-top:1px solid var(--line);grid-template-columns:60px 1fr auto;align-items:center;padding:12px 4px;font-size:12px;display:grid}.history>div>span{color:#fff;background:var(--green);border-radius:3px;width:max-content;padding:4px 8px;font-size:10px}.history>div>span.ng{background:var(--terra)}.history small,.history>p{color:var(--muted)}@media (width<=900px){.app-shell{border-inline:0;width:100%;margin:0}.topbar{gap:18px;height:70px;padding:0 16px}.tagline{display:none}.brand span{font-size:20px}.topnav{gap:10px;margin-left:auto}.topnav button{font-size:11px}.body-grid{display:block}.sidebar{border-right:0;border-bottom:1px solid var(--line);min-height:auto;padding:8px 12px;overflow:auto}.mode-list{min-width:max-content;display:flex}.mode-list button{border-bottom:3px solid #0000;border-left:0;border-radius:6px;height:40px;padding:0 10px}.mode-list button.active{border-bottom-color:var(--green)}.sidebar-note{display:none}main{padding:22px 18px 42px}.learning-trace{grid-template-columns:1fr 1fr}.learning-trace>section{border-bottom:1px solid var(--line)}.learning-trace>section.wide,.learning-trace>section.conclusion{grid-column:1/-1}.admin-layout{grid-template-columns:1fr}.question-list{border-left:0;border-top:1px solid var(--line);padding:24px 0 0}.reasoning-path li svg{margin-left:5px}.reasoning-path{padding:0}.reasoning-path li span{font-size:11px}}@media (width<=620px){.topbar{flex-wrap:wrap;height:auto;padding-top:10px}.topnav{order:2;justify-content:space-between;width:100%;height:44px}.topnav button:after{bottom:2px}.body-grid main{padding-inline:14px}.mode-list button span{font-size:11px}.image-stage{aspect-ratio:4/3}.quiz-prompt h1{font-size:30px}.quiz-prompt p{font-size:11px}.choices{grid-template-columns:1fr}.result-heading{align-items:start}.difficulty,.hotspot span{display:none}.reasoning-path{justify-content:flex-start;gap:13px;overflow:auto}.reasoning-path li{flex-shrink:0}.learning-trace{display:block}.learning-trace>section{border-right:0;min-height:auto}.explanation{display:block}.explanation aside{width:auto;margin-top:14px}.review-actions,.field-row{grid-template-columns:1fr}.progress-overview>div{padding:18px 6px}.progress-overview strong{font-size:28px}.progress-overview span{font-size:9px}.page-heading h1{font-size:30px}.question-figure figcaption{text-align:left;line-height:1.6}.hotspot b{width:25px;height:25px}.app-shell{min-height:100vh}}:root{font-family:Yu Gothic UI,Yu Gothic,Hiragino Sans,Meiryo,sans-serif}.brand span,.tagline,.sidebar-note,.screen-meta strong,.quiz-prompt h1,.result-heading h1,.page-heading h1,.explanation h2,.form-section h2,.question-list h2,.history h2,.progress-overview strong{font-family:Yu Mincho,Hiragino Mincho ProN,serif}.brand{text-align:left;flex:0 auto;min-width:0}.brand svg{flex:none}.brand span{white-space:normal;font-size:clamp(16px,1.4vw,20px);line-height:1.35}@media (width<=800px){.topbar{flex-wrap:wrap;gap:0;height:auto;min-height:70px;padding-top:10px}.brand span{max-width:calc(100vw - 90px);font-size:17px}.topnav{scrollbar-width:thin;order:2;justify-content:flex-start;gap:17px;width:100%;height:46px;margin-left:0;overflow-x:auto}.topnav button{flex:none;font-size:13px}}.image-stage{aspect-ratio:auto;height:min(420px,50vh);min-height:300px}@media (width<=620px){.image-stage{aspect-ratio:4/3;height:auto;min-height:0}}.row-actions{gap:2px;display:flex}.row-actions button{color:var(--green);background:0 0;border:0;padding:6px}.row-actions button:last-child{color:#9a5540}button:focus-visible,a:focus-visible,summary:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline-offset:3px;outline:3px solid #b95d36}a{color:var(--green);text-underline-offset:3px}button:disabled{opacity:.45;cursor:not-allowed}select{font:inherit;width:100%;color:var(--ink);background:#fff;border:1px solid #abb5ad;border-radius:6px;padding:10px}label{font-size:13px}.practice-setup,.session-summary{max-width:980px;margin:auto}.setup-body{padding:34px 0}.setup-body h2{margin:0 0 24px;font-size:24px;font-weight:600}.setup-body p,.setup-note p,.empty-state p{color:#51635b;font-size:14px;line-height:1.9}.practice-filters{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;max-width:680px;display:grid}.practice-filters label{gap:8px;display:grid}.pool-count{margin:28px 0 8px;color:var(--green)!important;font-size:24px!important}.pool-count span{color:#65756c;margin-left:20px;font-size:12px}.start-practice{margin-top:12px;padding:0 48px}.setup-note{border-top:1px solid var(--line);padding-top:24px}.setup-note strong{font-size:14px}.question-figure{text-align:center}.image-stage{vertical-align:top;aspect-ratio:auto;max-width:100%;height:auto;min-height:0;display:inline-block}.image-stage>img{object-fit:contain;width:auto;max-width:100%;height:auto;max-height:min(52vh,460px)}.hotspot{width:30px;height:30px;padding:0;display:block}.hotspot b{width:30px;height:30px}.hotspot[aria-pressed=true] b{background:var(--green)}.question-figure figcaption{text-align:center;overflow-wrap:anywhere;margin:10px 0;font-size:11px;line-height:1.8}.question-figure details{font-size:10px}.question-figure summary{cursor:pointer}.question-figure details span{display:block}.clue-detail{background:var(--terra-soft);border-left:3px solid var(--terra);text-align:left;padding:14px;font-size:14px;line-height:1.8}.image-error{background:#e8ece6;place-content:center;min-height:240px;padding:40px;display:grid}.image-error p{font-size:14px}.observation-input{color:#51635b;gap:7px;max-width:760px;margin:0 auto 18px;display:grid}.observation-input input{background:#fff;border:1px solid #abb5ad;border-radius:6px;width:100%;padding:12px;font-size:14px}.observation-requirement{color:var(--terra);font-size:12px;line-height:1.6}.advanced-brief{border-left:3px solid var(--terra);background:var(--terra-soft);max-width:760px;padding:16px 18px}.learning-trace{grid-template-columns:1.15fr 1fr 2fr 1fr 1fr}.learning-trace p,.learning-trace ul{font-size:13px}.learning-trace>section{padding:16px 12px}.step-title h2{font-size:13px}.explanation>p,.explanation aside span{font-size:14px}.your-observation{border-left:3px solid var(--green);background:var(--green-2);margin-top:24px;padding:16px;line-height:1.8}.clue-explanations{gap:12px;margin:24px 0;display:grid}.clue-explanations p{gap:6px;margin:0;font-size:14px;line-height:1.8;display:grid}.limitations{border-block:1px solid var(--line);margin-top:24px;padding:20px 0;font-size:14px;line-height:1.8}.limitations p{margin:8px 0}.session-summary h1,.empty-state h1{font-size:30px}.session-summary .score{color:var(--green);font-size:54px}.session-summary .score small{font-size:18px}.session-summary ul{padding:0;list-style:none}.session-summary li{border-bottom:1px solid var(--line);align-items:center;gap:20px;padding:20px 0;display:flex}.session-summary li .text-button{margin-left:auto}.text-button{color:var(--green);text-underline-offset:3px;background:0 0;border:0;padding:9px;font-size:13px;text-decoration:underline}.category-progress,.review-queue{margin:28px 0}.category-progress h2,.review-queue h2{font-size:19px}.category-progress>div{grid-template-columns:130px 1fr 100px;align-items:center;gap:14px;padding:12px 0;font-size:13px;display:grid}.category-progress meter{width:100%}.review-queue article{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding:16px 0;display:flex}.review-queue article div{gap:5px;display:grid}.review-queue span,.review-queue small{color:var(--muted);font-size:12px}.history small{overflow-wrap:anywhere;max-width:400px;padding:0 8px}.storage-warning,.validation-errors{background:#fbe9df;border:1px solid #b95d36;padding:14px;font-size:13px;line-height:1.8}.admin-toolbar{flex-wrap:wrap;gap:12px;margin:24px 0 12px;display:flex}.admin-toolbar button{padding:0 16px}.curriculum-overview{border:1px solid var(--line);background:#ffffff7a;border-radius:14px;margin:24px 0 34px;padding:24px}.overview-heading{justify-content:space-between;align-items:flex-start;gap:24px;display:flex}.overview-heading h2{margin:0;font-family:Shippori Mincho,serif;font-size:22px}.overview-heading p,.editorial-attention>p{color:var(--muted);margin:6px 0 0;font-size:14px;line-height:1.7}.overview-totals{flex-shrink:0;gap:18px;display:flex}.overview-totals span{text-align:center;color:var(--muted);font-size:12px;display:grid}.overview-totals strong{color:var(--green);font-family:Shippori Mincho,serif;font-size:24px}.coverage-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;margin:22px 0;display:grid}.coverage-card{text-align:left;min-height:88px;color:var(--ink);background:#f5f8f5;border:1px solid #c8d3ca;border-radius:9px;align-content:center;gap:2px;padding:12px;display:grid}.coverage-card:hover,.coverage-card:focus-visible{border-color:var(--green);background:#edf4ee}.coverage-card strong{font-size:14px}.coverage-card span{color:var(--green);font-size:18px;font-weight:700}.coverage-card small{color:var(--muted);font-size:12px}.coverage-card.empty{background:#fff4ee;border-color:#d9b9a9}.coverage-card.empty span,.coverage-card.thin span{color:var(--terra)}.curriculum-overview summary{cursor:pointer;font-size:14px;font-weight:700}.overview-breakdown{grid-template-columns:2fr 1fr;gap:28px;margin-top:16px;display:grid}.overview-breakdown h3,.editorial-attention h3{margin:0 0 8px;font-size:16px}.overview-breakdown ul{grid-template-columns:repeat(2,minmax(0,1fr));gap:0 20px;margin:0;padding:0;list-style:none;display:grid}.overview-breakdown li{border-bottom:1px solid var(--line);justify-content:space-between;gap:12px;padding:7px 0;font-size:13px;display:flex}.editorial-attention{border-top:1px solid var(--line);margin-top:22px;padding-top:20px}.editorial-attention h3 span{color:var(--terra)}.editorial-attention ul{margin:14px 0 0;padding:0;list-style:none}.editorial-attention li{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:12px;padding:12px 0;display:flex}.editorial-attention li div{gap:2px;display:grid}.editorial-attention li span{color:var(--terra);font-size:13px}.editorial-attention li small{color:var(--muted);font-size:12px}.overview-ok{border-left:3px solid var(--green);background:#edf4ee;padding:12px 14px;color:var(--ink)!important}.file-picker{align-content:center;gap:4px;font-size:12px;display:grid}.file-picker input{width:220px}.question-form input,.question-form textarea{font-size:14px}.question-form label{font-size:13px}.category-picker,.clue-editor{border:1px solid var(--line);gap:12px;padding:14px;display:grid}.category-picker{grid-template-columns:1fr 1fr}.question-form .category-picker label,.question-form .check-line{align-items:center;gap:8px;display:flex}.question-form input[type=checkbox]{width:18px;height:18px;accent-color:var(--green);flex-shrink:0}.question-form h3{font-size:16px}.inline-actions{gap:10px;display:flex}.inline-actions button{flex:1}.comparison-editor{border-bottom:1px solid var(--line);gap:8px;padding-bottom:16px;display:grid}.editorial-review-date{border-left:3px solid var(--green);background:#edf4ee;gap:10px;padding:16px;display:grid}.editorial-review-date h3,.editorial-review-date p{margin:0}.editor-aside{min-width:0}.editor-aside h2{font-size:18px}.editor-aside>button{width:100%}.editor-aside>label{gap:6px;margin:14px 0;display:grid}.editor-aside .question-list{border:0;padding:24px 0}.editor-aside .question-list article{justify-content:space-between;display:flex}.editor-aside .question-list article>div{gap:5px;display:grid}.editor-aside .form-hint{margin:16px 0;line-height:1.8}.placing-clue img{cursor:crosshair}.site-footer{border-top:1px solid var(--line);color:var(--muted);flex-wrap:wrap;align-items:center;gap:8px;margin-top:56px;padding-top:20px;font-size:12px;display:flex}.site-footer a{color:var(--green);font-weight:700;text-decoration:none}.site-footer a:hover{text-decoration:underline}.about-screen{overflow-wrap:anywhere;max-width:860px;line-height:1.9}.about-screen h2{margin-top:32px;font-size:20px}.about-screen p{font-size:14px}.credits-list{padding:0;list-style:none}.credits-list li{border-top:1px solid var(--line);gap:6px;padding:18px 0;font-size:13px;display:grid}.credits-list a{color:var(--green)}.admin-toolbar>label,.question-list>label{gap:6px;margin-bottom:12px;font-size:13px;display:grid}.question-list input,.question-list select{border:1px solid var(--line);background:#fff;border-radius:6px;width:100%;padding:10px}.import-preview{border:1px solid var(--green);background:#edf3ee;margin:24px 0;padding:24px;font-size:14px;line-height:1.8}.import-preview h2{font-size:21px}.import-preview ul{max-height:500px;padding:0;list-style:none;overflow:auto}.import-preview li{border-top:1px solid var(--line);overflow-wrap:anywhere;gap:6px;padding:16px 0;display:grid}.import-preview label{align-items:center;gap:8px;display:flex}.import-preview input{width:18px;height:18px;accent-color:var(--green);flex-shrink:0}.import-diff{grid-template-columns:1fr 1fr;gap:16px;display:grid}.import-diff section{min-width:0}.import-diff pre{white-space:pre-wrap;word-break:break-word;background:#fff;max-height:360px;padding:12px;font-size:12px;overflow:auto}@media (width<=620px){.import-preview{padding:14px}.import-diff{grid-template-columns:1fr}}@media (width<=1050px){.learning-trace{grid-template-columns:1fr 1fr}.learning-trace>section{border-bottom:1px solid var(--line)}.learning-trace .wide,.learning-trace .conclusion{grid-column:1/-1}.explanation{display:block}.explanation aside{width:auto;margin-top:16px}}@media (width<=620px){.practice-filters{grid-template-columns:1fr}.setup-body h2{font-size:21px}.pool-count span{margin-left:0;display:block}.image-stage{aspect-ratio:auto}.image-stage>img{max-height:45vh}.history>div{grid-template-columns:60px 1fr;gap:8px}.history small{grid-column:1/-1;padding:0}.category-progress>div{grid-template-columns:90px 1fr 80px;gap:8px}.session-summary li{flex-wrap:wrap}.category-picker{grid-template-columns:1fr}.admin-layout{flex-direction:column-reverse;display:flex}.editor-aside .question-list{max-height:260px;overflow-y:auto}.admin-toolbar{display:grid}.file-picker input{width:100%}}@media (width<=820px){.overview-heading{display:grid}.overview-totals{justify-content:space-between;width:100%}.coverage-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.overview-breakdown{grid-template-columns:1fr}}@media (width<=420px){.curriculum-overview{padding:16px}.overview-totals{gap:8px}.overview-totals strong{font-size:20px}.coverage-grid{grid-template-columns:1fr}}.repetition-card{background:#f0f5ed;border:1px solid #d4ddd3;border-radius:16px;margin:24px 0;padding:24px;line-height:1.8}.repetition-card h2{margin-top:0}.repetition-card li{margin:10px 0}.repetition-card li span{color:#52614f;font-size:14px;display:block}.review-timing{background:#f0f5ed;border-left:3px solid #698261;padding:16px 20px;line-height:1.8}.question-report{border-top:1px solid #d4ddd3;margin-top:28px;padding:20px 0;line-height:1.8}.question-report summary,.repetition-card summary{cursor:pointer;font-weight:600}.question-report label{gap:8px;margin:16px 0;display:grid}.question-report select,.question-report textarea{box-sizing:border-box;color:#253526;width:100%;font:inherit;background:#fff;border:1px solid #c6cdc2;border-radius:8px;padding:12px}.question-report textarea{resize:vertical;min-height:110px}.question-report [readonly]{background:#f7f8f5}.question-report code{overflow-wrap:anywhere}.contact-action{text-align:center;align-items:center;text-decoration:none;display:inline-flex}.question-report a,.about-screen a{overflow-wrap:anywhere}.compare-screen{line-height:1.8}.compare-screen>p,.comparison-pair>p{max-width:78ch}.comparison-select,.comparison-note{gap:8px;margin:24px 0;font-size:16px;display:grid}.comparison-select select,.comparison-note textarea{border:1px solid var(--line);width:100%;font:inherit;color:inherit;box-sizing:border-box;background:#fff;border-radius:8px;padding:12px}.comparison-note textarea{resize:vertical;min-height:110px}.comparison-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:start;gap:24px;display:grid}.comparison-grid article{min-width:0}.comparison-grid h3{font-size:20px}.comparison-grid .question-figure{margin:0}.comparison-grid .image-stage{max-width:100%}.comparison-grid .image-stage>img{max-height:420px}.comparison-grid figcaption{overflow-wrap:anywhere;font-size:14px}.comparison-answer{font-size:16px}.comparison-answer h4{margin:20px 0 8px;font-size:17px}.comparison-answer strong,.comparison-answer span{display:block}.comparison-takeaway{border-left:4px solid var(--green);background:#f0f5ed;margin-top:24px;padding:24px}.comparison-takeaway h3{margin-top:0}.comparison-footnote{color:var(--muted);border-top:1px solid var(--line);margin-top:32px;padding-top:20px;font-size:14px}.related-comparisons,.comparison-return{border:1px solid var(--line);border-radius:12px;margin:24px 0;padding:20px;line-height:1.8}.related-comparisons h2{margin-top:0;font-size:20px}.related-comparisons>div{flex-wrap:wrap;gap:12px;display:flex}.related-comparisons button{text-align:left;white-space:normal;max-width:100%;height:auto;min-height:52px;padding:12px 16px;font-size:16px}.related-comparisons button small{font-size:14px;font-weight:400;display:block}.comparison-return p{margin-bottom:0;font-size:14px}@media (width<=760px){.comparison-grid{grid-template-columns:minmax(0,1fr);gap:24px}.comparison-grid .image-stage>img{max-height:55vh}.comparison-takeaway{padding:16px}}.photo-viewer-launch{justify-content:flex-end;margin:8px 0;display:flex}.photo-viewer-launch button{padding:8px 16px}.photo-viewer{box-sizing:border-box;border:1px solid var(--line);width:min(1100px,96vw);max-width:96vw;max-height:94dvh;color:var(--ink);background:#fff;border-radius:12px;padding:20px;overflow:auto}.photo-viewer::backdrop{background:#0c1914cc}.photo-viewer-header,.photo-viewer-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;display:flex}.photo-viewer h2{margin:0;font-size:22px}.photo-viewer button{flex-shrink:0;padding:8px 16px}.photo-viewer-toolbar p{flex:1;min-width:180px;margin:0;font-size:14px;line-height:1.6}.photo-viewer-scroll{border:1px solid var(--line);overscroll-behavior:contain;background:#e6ebe7;max-height:58dvh;overflow:auto}.photo-viewer-scroll>img{width:auto;max-width:100%;height:auto;max-height:58dvh;margin:auto;display:block}.photo-viewer-scroll.natural-size>img{max-width:none;max-height:none;margin:0}.photo-viewer-credit{overflow-wrap:anywhere;margin-top:12px;font-size:14px;line-height:1.7}.photo-viewer-credit a{color:var(--green);text-decoration:underline}@media (width<=620px){.photo-viewer{padding:12px}.photo-viewer h2{font-size:18px}.photo-viewer-header{align-items:flex-start}}.drill-overview{border:1px solid var(--line);background:#edf4ee;border-radius:14px;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:24px;margin:30px 0 20px;padding:24px;display:grid}.drill-overview>strong{color:var(--green);font-family:Yu Mincho,Hiragino Mincho ProN,serif;font-size:52px;line-height:1}.drill-overview>strong span{margin-left:4px;font-family:inherit;font-size:18px}.drill-overview p,.drill-note{color:#51635b;margin:0;font-size:14px;line-height:1.9}.drill-type-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.drill-type-grid button{text-align:left;background:#fff;border:1px solid #c8d3ca;border-radius:9px;gap:5px;min-height:84px;padding:14px;display:grid}.drill-type-grid button:hover,.drill-type-grid button.active{border-color:var(--green);background:var(--green-2)}.drill-type-grid button strong{font-size:14px}.drill-type-grid button span{color:var(--green);font-size:18px;font-weight:700}.drill-progress{border-block:1px solid var(--line);grid-template-columns:repeat(3,1fr);margin:0 0 22px;display:grid}.drill-progress>div{text-align:center;border-right:1px solid var(--line);gap:4px;padding:18px;display:grid}.drill-progress>div:last-child{border-right:0}.drill-progress strong{color:var(--green);font-family:Yu Mincho,Hiragino Mincho ProN,serif;font-size:30px}.drill-progress span{color:var(--muted);font-size:13px}.drill-filters{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:20px 0 0;display:grid}.drill-filters label{gap:7px;font-size:14px;font-weight:700;display:grid}.drill-note{max-width:75ch;margin:10px 0 18px}.drill-prompt{text-align:center;max-width:900px;margin:24px auto 18px}.drill-prompt small{color:var(--muted);font-size:14px;line-height:1.7;display:block}.drill-prompt h1{margin:7px 0 0;font-family:Yu Mincho,Hiragino Mincho ProN,serif;font-size:clamp(24px,3vw,34px);line-height:1.5}.drill-choices{grid-template-columns:1fr 1fr;gap:10px;max-width:980px;margin:0 auto;display:grid}.drill-choices button{text-align:left;background:#fff;border:1px solid #9ea9a1;border-radius:8px;min-height:92px;padding:15px 48px 15px 18px;line-height:1.7;position:relative}.drill-choices button:hover:not(:disabled),.drill-choices button.selected{border-color:var(--green);background:#f4f8f5}.drill-choices button.selected{border-width:2px}.drill-choices button i{border:1px solid #94a098;border-radius:50%;width:16px;height:16px;position:absolute;top:50%;right:18px;transform:translateY(-50%)}.drill-choices button.selected i{border:4px solid var(--green);background:#fff}.drill-choices button.correct-choice{border:2px solid var(--green);background:var(--green-2)}.drill-choices button.incorrect-choice{border:2px solid var(--terra);background:var(--terra-soft)}.drill-feedback{border-left:4px solid var(--green);background:#edf4ee;max-width:980px;margin:24px auto 0;padding:24px;line-height:1.8}.drill-feedback.incorrect{border-left-color:var(--terra);background:var(--terra-soft)}.drill-feedback small{color:var(--green);font-weight:700}.drill-feedback.incorrect small{color:var(--terra)}.drill-feedback h2{margin:4px 0 12px;font-size:24px}.drill-feedback p{font-size:14px}.drill-correct-answer{font-weight:700}.drill-feedback aside{border-top:1px solid var(--line);flex-wrap:wrap;gap:8px;margin:16px 0;padding-top:14px;font-size:14px;display:flex}.drill-feedback aside strong:after{content:"："}.drill-feedback .primary{padding:0 30px}@media (width<=820px){.drill-type-grid{grid-template-columns:1fr 1fr}.drill-filters,.drill-choices{grid-template-columns:1fr}}@media (width<=520px){.drill-overview{grid-template-columns:1fr;gap:12px;padding:18px}.drill-overview>strong{font-size:44px}.drill-type-grid{grid-template-columns:1fr}.drill-progress>div{padding:14px 5px}.drill-progress strong{font-size:25px}.drill-progress span{font-size:12px}.drill-choices button{min-height:0;padding:14px 44px 14px 14px}.drill-feedback{padding:18px}}.home-app{width:100%;min-height:100vh;box-shadow:none;background:#fff;border:0;margin:0}.home-app .topbar{background:#fff;gap:clamp(26px,3vw,55px);height:auto;min-height:78px;padding-inline:max(30px,50vw - 680px)}.home-app .topnav{gap:clamp(18px,2vw,32px)}.home-app .topnav button{white-space:nowrap;font-size:14px}.home-layout{display:block}.home-layout .sidebar{display:none}.home-layout main{padding:38px max(30px,50vw - 680px) 36px}.home-screen{max-width:1360px;margin:0 auto}.home-heading h1{letter-spacing:-.04em;color:#162a24;margin:0;font-family:Yu Mincho,Hiragino Mincho ProN,serif;font-size:clamp(32px,3.2vw,46px);line-height:1.3}.home-heading p{color:#3b4b45;margin:4px 0 0;font-size:clamp(15px,1.45vw,20px);line-height:1.7}.home-section-heading{align-items:baseline;gap:18px;margin:0 0 14px;display:flex}.home-section-heading h2{color:#153c2f;margin:0;font-family:Yu Mincho,Hiragino Mincho ProN,serif;font-size:24px;line-height:1.4}.home-section-heading h2:before,.home-next h2:before,.home-learning h2:before{content:"";background:var(--green);vertical-align:-.08em;border-radius:1px;width:6px;height:.9em;margin-right:12px;display:inline-block}.home-section-heading p{color:#607067;margin:0;font-size:13px;line-height:1.6}.home-question-layout{grid-template-columns:minmax(0,1.63fr) minmax(345px,1fr);align-items:start;gap:clamp(26px,2.5vw,38px);display:grid}.home-photo{min-width:0}.home-photo .question-figure{text-align:left;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:0 14px;display:grid}.home-photo .image-stage{aspect-ratio:auto;background:#eef2ef;border:0;border-radius:4px;grid-column:1/-1;justify-content:center;align-items:center;width:100%;height:min(420px,36vw);min-height:290px;display:flex}.home-photo .image-stage>img{object-fit:contain;width:100%;max-width:100%;height:100%;max-height:100%}.home-photo .photo-viewer-launch{grid-area:2/2;margin-top:8px}.home-photo .photo-viewer-launch button{height:auto;min-height:34px;padding:5px 12px;font-size:12px}.home-photo .question-figure figcaption{text-align:left;color:#59665f;grid-area:2/1;margin-top:9px;font-size:12px;line-height:1.5}.home-answer{min-width:0;padding-top:1px}.home-answer h3{letter-spacing:-.03em;margin:0;font-family:Yu Mincho,Hiragino Mincho ProN,serif;font-size:clamp(26px,2vw,32px);line-height:1.35}.home-answer h3:before{content:"";background:var(--green);vertical-align:-.07em;width:6px;height:.9em;margin-right:12px;display:inline-block}.home-answer-intro{color:#5b6b61;margin:5px 0 16px;font-size:13px;line-height:1.6}.home-choices{gap:9px;display:grid}.home-choices button{text-align:left;background:#fff;border:1px solid #c1cec6;border-radius:5px;align-items:center;gap:16px;width:100%;min-height:55px;padding:10px 16px;font-size:17px;font-weight:600;transition:border-color .16s,background .16s;display:flex}.home-choices button:hover{border-color:var(--green);background:#f5faf7}.home-choices button.selected{border:2px solid var(--green);color:#154a38;background:#e6f1eb;padding-left:15px}.choice-radio{border:1.5px solid #95a69a;border-radius:50%;flex:none;width:19px;height:19px}.home-choices button.selected .choice-radio{border:5px solid var(--green);background:#fff}.home-submit,.home-answered .primary{width:100%;height:auto;min-height:57px;margin-top:16px;padding-inline:18px;font-size:16px}.home-submit span,.home-answered .primary span{margin-left:auto;font-size:22px;font-weight:400}.home-answer-hint{color:#65736a;margin:12px 0 0;font-size:12px;line-height:1.6}.home-answered{padding:10px 0 0}.home-answered p{margin:0;font-size:15px;line-height:1.7}.home-skip{color:var(--green);background:0 0;border:0;border-bottom:1px solid;margin:12px 0 0 auto;padding:5px 0;font-size:13px;font-weight:700;display:block}.home-skip span{margin-left:5px}.home-next,.home-learning{border-top:1px solid #dce3de;margin-top:28px;padding-top:21px}.home-next-heading{justify-content:space-between;align-items:baseline;gap:16px;margin-bottom:15px;display:flex}.home-next h2,.home-learning h2{margin:0;font-family:Yu Mincho,Hiragino Mincho ProN,serif;font-size:27px;line-height:1.4}.home-next-heading>p{color:#69756e;margin:0;font-size:13px}.home-all-link{border:0;border-bottom:1px solid var(--green);color:var(--green);white-space:nowrap;background:0 0;padding:4px 0;font-size:13px;font-weight:700}.home-all-link span{padding-left:7px;font-size:16px}.home-practice-links{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.home-practice-links button{text-align:left;background:#fff;border:1px solid #d2dbd5;border-radius:5px;align-items:center;gap:15px;min-height:83px;padding:15px 17px;display:flex}.home-practice-links button:hover{border-color:var(--green);background:#f6faf7}.home-practice-links svg{fill:none;width:27px;height:27px;stroke:var(--green);stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;flex:0 0 27px}.home-practice-links button span:nth-child(2){gap:3px;min-width:0;display:grid}.home-practice-links strong{font-size:16px}.home-practice-links small{color:#69756e;font-size:12px;line-height:1.5}.home-link-arrow{color:var(--green);margin-left:auto;font-size:25px;line-height:1}.home-learning{margin-top:20px}.home-learning-steps{grid-template-columns:repeat(3,minmax(0,1fr));gap:30px;display:grid}.home-learning-steps>div{align-items:flex-start;gap:15px;display:flex}.home-learning-steps>div>span{width:46px;height:46px;color:var(--green);background:#e1f1e9;border-radius:50%;flex:0 0 46px;place-items:center;font-family:Yu Mincho,serif;font-size:18px;font-weight:700;display:grid}.home-learning-steps>div:last-child>span{color:#ae5933;background:#fff0e5}.home-learning-steps h3{margin:0 0 3px;font-size:16px}.home-learning-steps p{color:#5e6b63;margin:0;font-size:12px;line-height:1.65}.home-guide-links{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:30px;display:grid}.home-guide-links a{color:#173f33;border:1px solid #cad5cf;gap:5px;padding:18px 20px;text-decoration:none;transition:border-color .2s,background .2s;display:grid}.home-guide-links a:hover{border-color:var(--green);background:#f1f6f3}.home-guide-links strong{font-family:Yu Mincho,Hiragino Mincho ProN,serif;font-size:17px}.home-guide-links span{color:#64736b;font-size:12px;line-height:1.6}.home-empty{padding:60px 0;font-size:16px}.home-empty .primary{padding-inline:25px}.home-app .site-footer{max-width:1360px;margin-inline:auto}@media (width<=1100px){.home-app .topbar{gap:24px;padding-inline:24px}.home-app .brand span{font-size:18px}.home-app .topnav{gap:13px}.home-app .topnav button{font-size:12px}.home-layout main{padding-inline:24px}.home-question-layout{grid-template-columns:minmax(0,1.2fr) minmax(300px,.9fr);gap:24px}.home-photo .image-stage{height:350px;min-height:0}}@media (width<=760px){.home-app .topbar{flex-wrap:wrap;gap:0;padding:10px 18px 0;display:flex}.home-app .brand{height:auto;min-height:42px;padding-block:3px}.home-app .brand span{max-width:calc(100vw - 96px);font-size:17px;line-height:1.3}.home-app .topnav{scrollbar-width:thin;order:2;justify-content:flex-start;gap:18px;width:100%;height:47px;margin-left:0;overflow-x:auto}.home-app .topnav button{flex:none;font-size:13px}.home-layout main{padding:22px 18px 34px}.home-heading{margin-bottom:22px}.home-heading h1{font-size:clamp(25px,6.4vw,34px);line-height:1.25}.home-heading p{font-size:15px}.home-section-heading{display:block}.home-section-heading h2{font-size:21px}.home-section-heading p{margin:2px 0 0 18px;font-size:12px}.home-question-layout{display:block}.home-photo .image-stage{aspect-ratio:4/3;height:auto;min-height:0}.home-photo .question-figure figcaption{font-size:11px}.home-answer{margin-top:23px}.home-answer h3{font-size:26px}.home-choices button{min-height:54px;font-size:16px}.home-next{margin-top:32px}.home-next h2,.home-learning h2{font-size:23px}.home-practice-links{grid-template-columns:1fr;gap:9px}.home-practice-links button{min-height:70px}.home-learning-steps{grid-template-columns:1fr;gap:17px}.home-guide-links{grid-template-columns:1fr}.home-learning .home-next-heading{display:block}.home-learning .home-next-heading p{margin:4px 0 0 18px}}@media (width<=390px){.home-next-heading{align-items:start}.home-all-link{white-space:normal;text-align:right}}:root{--bg:#fff;--surface:#fff;--ink:#17332b;--muted:#627069;--green:#123f33;--green-2:#e8f1ed;--terra:#b55537;--terra-soft:#f8ece6;--line:#d9e0dc;--shadow:none}html,body,#root{max-width:100%;overflow-x:hidden}body{background:#fff}.app-shell{width:100%;min-height:100vh;box-shadow:none;background:#fff;border:0;margin:0}.topbar{z-index:5;border-bottom:1px solid var(--line);background:#fff;height:auto;min-height:72px;padding:0 clamp(24px,4vw,64px);position:relative}.brand{max-width:510px}.brand span{color:var(--green);font-size:clamp(15px,1.35vw,20px)}.topnav{gap:clamp(18px,2.3vw,38px);margin-left:auto}.topnav button{color:#345049;font-size:13px}.topnav button.active{color:var(--green)}.topnav button:after{height:2px;bottom:0}.body-grid{grid-template-columns:218px minmax(0,1fr)}.sidebar{background:#fbfcfb;min-height:calc(100vh - 72px);padding:26px 14px}.mode-list{gap:25px}.mode-section{gap:4px;display:grid}.mode-section h2{color:#7a8781;letter-spacing:.14em;margin:0 12px 7px;font-size:10px}.mode-list button{height:auto;min-height:42px;padding-block:7px;font-size:13px}main{padding:34px clamp(24px,4vw,66px) 54px}.visually-hidden{clip:rect(0 0 0 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;position:absolute!important}.catalog-loading{min-height:100vh;color:var(--green);background:#fff;place-content:center;justify-items:center;gap:16px;padding:32px;display:grid}.catalog-loading .brand-mark{width:46px;height:46px}.catalog-loading p,.view-loading{color:var(--muted);font-size:13px}.view-loading{place-content:center;min-height:45vh;display:grid}.home-app .topbar{min-height:72px;padding-inline:max(30px,50vw - 680px)}.home-layout main{padding-top:27px}.home-heading{margin-bottom:20px}.home-heading h1{color:var(--green);letter-spacing:-.05em;font-size:clamp(34px,3.35vw,50px);line-height:1.22}.home-heading h1,.brand span{overflow-wrap:anywhere;word-break:normal}.home-heading p{color:#50625a;margin-top:7px;font-size:clamp(15px,1.32vw,19px)}.home-question-layout{grid-template-columns:minmax(0,1.62fr) minmax(340px,.94fr);gap:clamp(28px,3vw,46px)}.home-photo .image-stage{background:#edf1ef;border:1px solid #cfd8d3;border-radius:2px;height:min(384px,31vw);min-height:310px}.home-photo .question-figure figcaption{color:#67756e;max-width:76ch}.home-answer{padding-top:0}.home-reasoning-path{border-block:1px solid var(--line);grid-template-columns:repeat(4,1fr);margin:0 0 20px;padding:0;list-style:none;display:grid}.home-reasoning-path li{color:var(--green);text-align:center;letter-spacing:.08em;padding:9px 4px;font-size:11px;font-weight:700;position:relative}.home-reasoning-path li:not(:last-child):after{content:"→";color:#9daba4;position:absolute;right:-5px}.home-answer h3{color:var(--ink);font-size:clamp(26px,2vw,31px)}.home-answer h3:before{background:var(--terra)}.home-answer-intro{margin-bottom:12px}.home-choices{gap:7px}.home-choices button{border-radius:3px;min-height:48px;padding:8px 15px;font-size:16px}.home-submit,.home-answered .primary{background:var(--green);border-radius:3px;min-height:52px;margin-top:12px}.home-answer-hint{margin-top:9px}.home-skip{margin-top:8px}.home-next,.home-learning{margin-top:35px}.review-screen{max-width:1240px}.review-hero{grid-template-columns:minmax(0,1.5fr) minmax(330px,.9fr);align-items:start;gap:clamp(26px,3vw,46px);display:grid}.review-visual{min-width:0}.review-visual .question-figure{text-align:left}.review-visual .image-stage{background:#eef2ef;justify-content:center;align-items:center;width:100%;height:min(440px,38vw);display:flex}.review-visual .image-stage>img{object-fit:contain;width:100%;height:100%;max-height:100%}.review-visual .question-figure figcaption{text-align:left}.review-summary{min-width:0}.review-summary .result-heading{border-bottom:1px solid var(--line);margin:0 0 13px;padding-bottom:13px}.review-summary .result-heading h1{font-size:clamp(27px,3vw,39px)}.review-summary .result-heading p{color:var(--muted);margin:4px 0 0;font-size:13px}.review-summary .reasoning-path{gap:3px;margin:0 0 13px;padding:0}.review-summary .reasoning-path li{gap:4px;font-size:11px}.review-summary .reasoning-path li>b{width:23px;height:23px;font-size:10px}.review-summary .reasoning-path svg{margin-left:2px}.quality-badges{flex-wrap:wrap;gap:6px;margin:0 0 14px;display:flex}.quality-badges span{color:#355b4d;background:#f5f8f6;border:1px solid #c7d6ce;border-radius:999px;padding:5px 8px;font-size:10px;font-weight:700}.review-key-clue{border-left:4px solid var(--terra);background:var(--terra-soft);padding:15px 17px}.review-key-clue small{color:var(--terra);letter-spacing:.08em;font-size:10px;font-weight:800}.review-key-clue h2{margin:4px 0 7px;font-family:Yu Mincho,Hiragino Mincho ProN,serif;font-size:19px;line-height:1.45}.review-key-clue p,.review-limit-summary p{color:#45574f;margin:0;font-size:12px;line-height:1.75}.review-limit-summary{border-top:1px solid var(--line);margin-top:13px;padding-top:12px}.review-limit-summary strong{margin-bottom:5px;font-size:11px;display:block}.review-inline-next{border-radius:3px;width:100%;height:auto;min-height:52px;margin-top:14px;font-size:15px}.review-screen>.learning-trace{margin-top:22px}.learning-recommendations{border:1px solid var(--line);background:#f8faf9;margin-top:26px;padding:22px}.learning-recommendations h2{margin:0 0 6px;font-family:Yu Mincho,Hiragino Mincho ProN,serif;font-size:22px}.learning-recommendations>p{color:var(--muted);margin:0 0 14px;font-size:13px}.learning-recommendations>div{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.learning-recommendations button{text-align:left;height:auto;min-height:82px;padding:13px}.learning-recommendations button strong,.learning-recommendations button small{display:block}.learning-recommendations button small{color:var(--muted);margin-top:5px;line-height:1.5}.practice-filters input[type=search]{background:#fff;border:1px solid #abb5ad;border-radius:6px;width:100%;padding:10px}.site-footer{color:#78847e}@media (width<=980px){.review-hero{grid-template-columns:1fr}.review-visual .image-stage{aspect-ratio:16/9;height:auto;max-height:none}.body-grid{display:block}.sidebar{border-right:0;border-bottom:1px solid var(--line);min-height:auto;padding:9px 14px;overflow-x:auto}.mode-list{gap:20px;min-width:max-content;display:flex}.mode-section{align-items:center;gap:4px;display:flex}.mode-section h2{writing-mode:vertical-rl;margin:0 5px 0 0;font-size:9px}}@media (width<=760px){.topbar,.home-app .topbar{padding-inline:18px}.home-layout main{padding-top:20px}.home-heading h1{font-size:clamp(28px,8vw,37px)}.home-heading p{font-size:14px;line-height:1.7}.home-question-layout{display:block}.home-photo .image-stage{aspect-ratio:4/3;height:auto;min-height:0}.home-answer{margin-top:17px}.home-reasoning-path{margin-bottom:15px}.review-hero{display:block}.review-summary{margin-top:18px}.review-visual .image-stage{aspect-ratio:4/3}.learning-recommendations>div{grid-template-columns:1fr}}@media (width<=520px){.brand span{font-size:15px}.brand{max-width:100%}.brand span,.home-heading h1{word-break:break-all}.home-app .topnav,.topnav{gap:18px}.home-app .topnav button,.topnav button{font-size:12px}.home-layout main{padding-inline:15px}.home-heading{margin-bottom:15px}.home-heading h1{font-size:27px}.home-heading p{font-size:13px}.home-photo .question-figure{display:block}.home-photo .photo-viewer-launch{justify-content:flex-start}.home-answer h3{font-size:24px}.home-choices button{min-height:47px}.review-summary .reasoning-path{overflow:visible}.review-summary .reasoning-path li span{font-size:10px}}
