*{box-sizing:border-box}body{margin:0;background:#f1f5fa;color:#18344d;font:16px/1.55 system-ui,sans-serif}header{max-width:1100px;margin:auto;display:flex;justify-content:space-between;padding:20px}a{color:#236ac0;font-weight:700}main{max-width:1100px;margin:auto;padding:12px 20px 30px;display:grid;grid-template-columns:minmax(240px,340px) minmax(0,1fr);gap:30px}h1{font-size:30px;line-height:1.2}h2{font-size:23px}select,button{font:inherit;min-height:46px;border:1px solid #c8d7e5;border-radius:12px;background:white;color:#18344d;padding:10px;touch-action:manipulation}select{width:100%}label{font-size:13px;font-weight:700}.actions{display:flex;gap:8px;flex-wrap:wrap}#next{background:#236ac0;color:white}#task{font-weight:700}#feedback{padding:12px;border-radius:12px;background:#e3edf7;min-height:54px;margin:16px 0}#learnBoard{display:grid;grid-template-columns:repeat(8,1fr);aspect-ratio:1;border:3px solid #42617b;border-radius:12px;overflow:hidden;max-width:640px;margin:auto}.cell{aspect-ratio:1;min-width:0;min-height:0;position:relative;border:0;border-radius:0;padding:0;background:#f4f1df;display:grid;place-items:center}.cell.dark{background:#7c9ab1}.cell img{width:88%;height:88%;pointer-events:none}.cell.selected{background:#f3d888}.cell.legal:after{content:'';position:absolute;inset:3px;border:3px solid #078b41;border-radius:4px}.cell.capture:after{border-color:#e87818}.cell small{position:absolute;top:0;left:3px;font-size:10px}.legend,#progress{font-size:12px;color:#62778a}[hidden]{display:none!important}@media(max-width:740px){main{grid-template-columns:1fr;gap:18px;padding:8px 14px 24px}header{padding:14px}h1{font-size:25px;margin:5px 0}aside>p:first-of-type{margin:4px 0 12px}h2{margin:12px 0}#explanation{margin:8px 0}#feedback{margin:10px 0}section{grid-row:2}}
header{position:sticky;top:0;background:#f1f5faf5;z-index:10;border-bottom:1px solid #dce5ee}
