:root{color-scheme:light;--bg: #f7f5f0;--panel: #ffffff;--ink: #262220;--muted: #6b645d;--accent: #2f6f4f;--accent-ink: #ffffff;--wrong: #b3432b;--border: #e2ddd3;font-family:Georgia,Iowan Old Style,serif}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);min-height:100vh;display:flex;justify-content:center;padding:2rem 1rem}#app{width:100%;max-width:640px}h1{font-size:1.5rem;margin:0 0 .25rem}.subtitle{color:var(--muted);margin:0 0 1.5rem;font-size:.95rem}.card{background:var(--panel);border:1px solid var(--border);border-radius:12px;padding:1.5rem;margin-bottom:1rem}.progress{font-size:.85rem;color:var(--muted);margin-bottom:1rem}.prompt{font-size:1.15rem;margin-bottom:1.25rem;line-height:1.5}.options{display:flex;flex-direction:column;gap:.6rem}button.option{display:flex;align-items:center;gap:.75rem;text-align:left;padding:.7rem 1rem;border-radius:8px;border:1px solid var(--border);background:var(--bg);font-size:1rem;cursor:pointer;font-family:inherit;color:var(--ink)}.exercise-image{display:block;max-width:100%;max-height:280px;object-fit:contain;border-radius:8px;margin-bottom:1rem}.option-image{width:56px;height:56px;object-fit:cover;border-radius:6px;flex-shrink:0}.group-intro{font-size:1.05rem;line-height:1.6;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--border)}.sub-question{padding-bottom:1.25rem;margin-bottom:1.25rem;border-bottom:1px solid var(--border)}.sub-question:last-of-type{border-bottom:none;margin-bottom:0;padding-bottom:0}button.option:hover{border-color:var(--accent)}button.option.selected{border-color:var(--accent);background:#e8f2ec}button.option.correct{border-color:var(--accent);background:#d9ecdf}button.option.wrong{border-color:var(--wrong);background:#f6e0da}.token-pool,.sentence-slot{display:flex;flex-wrap:wrap;gap:.5rem;min-height:2.6rem;padding:.5rem;border-radius:8px}.sentence-slot{border:1px dashed var(--border);margin-bottom:1rem}.token{padding:.45rem .8rem;border-radius:999px;border:1px solid var(--border);background:var(--bg);cursor:pointer;font-size:.95rem;font-family:inherit}.token:hover{border-color:var(--accent)}.match-columns{display:flex;gap:1.5rem}.match-column{flex:1;display:flex;flex-direction:column;gap:.5rem}.match-item{padding:.6rem .8rem;border-radius:8px;border:1px solid var(--border);background:var(--bg);cursor:pointer;font-size:.95rem;text-align:left;font-family:inherit}.match-item.selected{border-color:var(--accent);background:#e8f2ec}.match-item.paired{opacity:.65;border-style:dashed}.match-item.paired:hover{border-color:var(--wrong)}textarea{width:100%;min-height:5rem;padding:.7rem;border-radius:8px;border:1px solid var(--border);font-family:inherit;font-size:1rem;resize:vertical}.primary-btn{margin-top:1.25rem;padding:.7rem 1.4rem;border-radius:8px;border:none;background:var(--accent);color:var(--accent-ink);font-size:1rem;cursor:pointer;font-family:inherit}.primary-btn:disabled{opacity:.5;cursor:not-allowed}.feedback{margin-top:1rem;font-size:.95rem;color:var(--muted)}.translation{margin-top:.4rem;font-size:.9rem;font-style:italic;color:var(--muted)}.error{color:var(--wrong)}table{width:100%;border-collapse:collapse;font-size:.9rem}th,td{border-bottom:1px solid var(--border);padding:.5rem;text-align:left}.download-row{display:flex;gap:.75rem;margin:1rem 0 1.5rem}.download-row a{padding:.6rem 1.1rem;border-radius:8px;border:1px solid var(--border);background:var(--panel);color:var(--ink);text-decoration:none;font-size:.95rem}.stat-row{display:flex;gap:1.5rem;margin-bottom:1.5rem;color:var(--muted);font-size:.95rem}.stat-row strong{color:var(--ink);font-size:1.2rem;display:block}
