:root{color-scheme:light;font-family:system-ui,-apple-system,"Segoe UI",sans-serif;color:#21372e;background:#f4f5ef}*{box-sizing:border-box}body{margin:0}main{width:min(800px,calc(100% - 40px));margin:64px auto}.brand{font-size:18px;font-weight:650;color:#3b6652}h1{font-family:Georgia,serif;font-size:clamp(34px,6vw,53px);line-height:1.12;letter-spacing:-1.8px;margin:35px 0 22px;font-weight:500}.lead{font-size:18px;line-height:1.65;max-width:670px;color:#627368}form{background:#fff;padding:28px;border:1px solid #dde4d9;border-radius:18px;margin-top:30px;box-shadow:0 8px 36px #19302406}.fields{display:grid;grid-template-columns:1fr 1fr;gap:18px}label{display:grid;gap:8px;font-size:14px;font-weight:600}input,select{font:inherit;font-weight:400;padding:13px 12px;border:1px solid #cbd6cc;border-radius:8px;background:#fbfcf8;color:#21372e;min-width:0;width:100%}input:focus,select:focus{outline:2px solid #6e997d;outline-offset:2px}details{margin-top:20px}summary{cursor:pointer;color:#506656;font-size:14px}.settings{margin-top:20px}button{font:inherit;background:#28583f;color:#fff;border:0;border-radius:9px;padding:16px 20px;width:100%;margin-top:26px;font-weight:600;text-align:left;cursor:pointer}button span{float:right}button:disabled{opacity:.65;cursor:wait}.hint{font-size:13px;color:#758174;margin-bottom:0;line-height:1.5}#status{line-height:1.6;color:#506656}#result{background:#fff;border:1px solid #dde4d9;border-radius:18px;padding:28px;margin-top:24px}.level{font-size:20px;font-weight:650;color:#28583f;margin-bottom:20px}#text p{line-height:1.8;font-size:16px}pre{white-space:pre-wrap;overflow-wrap:anywhere;font-size:12px;line-height:1.5;max-height:600px;overflow:auto;background:#f5f7f1;padding:16px;border-radius:8px}footer{margin:36px 0;font-size:12px;line-height:1.65;color:#7d887c;max-width:660px}@media(max-width:540px){main{margin-top:30px}.fields{grid-template-columns:1fr}form,#result{padding:20px}}
[hidden]{display:none!important}button:focus-visible,summary:focus-visible{outline:3px solid #b68b27;outline-offset:3px}.secondary{background:#edf3ea;color:#28583f;border:1px solid #c6d4c3}.text-button{width:auto;padding:8px 0;margin-top:12px;background:transparent;color:#476c51;text-decoration:underline;font-size:13px}.request-tools{display:flex;align-items:center;justify-content:space-between;gap:12px;color:#627368;font-size:13px}.request-tools button{margin:0}.puzzle-section{border-top:1px solid #e2e8df;margin-top:24px;padding-top:22px}.puzzle-heading{display:flex;align-items:baseline;flex-wrap:wrap;gap:10px}.puzzle-heading h2{font-size:17px;margin:0;letter-spacing:-.3px}.optional-label{font-size:12px;color:#617b65;background:#edf3ea;border-radius:5px;padding:3px 7px}.puzzle-setup{display:flex;align-items:end;gap:14px;margin-top:18px}.puzzle-setup label{width:170px;flex-shrink:0}.puzzle-setup button{margin:0;width:auto;flex:1;text-align:center}.puzzle-status{font-size:14px;line-height:1.6;color:#345b40}.puzzle-status:empty{display:none}.puzzle-meta{display:flex;justify-content:space-between;align-items:center;font-size:14px;gap:12px}.puzzle-meta strong{font-size:16px}#puzzle-stage{max-width:500px;margin:24px auto 0}#puzzle-clock{font-variant-numeric:tabular-nums;color:#718070}#puzzle-progress{width:100%;height:7px;accent-color:#4c7855;margin:12px 0 15px}.board-instruction{margin:12px 0 14px}.chessboard{display:grid;grid-template-columns:repeat(8,1fr);aspect-ratio:1;border:3px solid #436346;border-radius:5px;overflow:hidden;isolation:isolate}.chessboard .square{position:relative;display:grid;place-items:center;width:100%;height:100%;aspect-ratio:1;margin:0;padding:0;border:0;border-radius:0;font-size:clamp(27px,6vw,48px);font-weight:400;line-height:1;color:#122317;cursor:pointer;touch-action:manipulation}.light-square{background:#e8ecd7}.dark-square{background:#7c9874}.chessboard .square:disabled{opacity:1;cursor:default}.chessboard .square.selected-square{box-shadow:inset 0 0 0 4px #d3ad39;background:#dfcf86}.chessboard .square:focus-visible{z-index:2;outline:3px solid #b7790e;outline-offset:-3px}.chessboard .last-move-square:not(.selected-square){background-image:linear-gradient(#e7ce5060,#e7ce5060)}.chessboard .legal-square::after{content:"";position:absolute;width:24%;height:24%;border-radius:50%;background:#29462f60;pointer-events:none}.chessboard .legal-square:has(.piece)::after{width:88%;height:88%;border:4px solid #d3ad39;background:none}.chessboard .piece{float:none;position:relative;z-index:1;pointer-events:none;font-family:"Segoe UI Symbol","DejaVu Sans",sans-serif;line-height:1}.white-piece{color:#fff;text-shadow:0 1px 1px #182419,-1px 0 #182419,1px 0 #182419,0 -1px #182419}.black-piece{color:#16291d;text-shadow:0 1px 1px #ffffff55}.square-coordinate{position:absolute;left:3px;bottom:2px;font-size:10px;font-weight:600;color:#284831;line-height:1;pointer-events:none}.puzzle-tools{display:flex;align-items:end;gap:14px;margin-top:16px}.puzzle-tools label{font-size:12px;width:180px}.puzzle-tools button{font-size:13px;margin:0;flex:1;padding:14px 10px;text-align:center}.puzzle-summary{font-size:14px;line-height:1.7;background:#eaf2e5;border:1px solid #c9ddc0;border-radius:9px;padding:16px;margin:18px 0 0}#puzzle-next{margin-top:16px;text-align:center}.level:focus{outline:2px solid #91ac8d;outline-offset:7px}@media(max-width:540px){.puzzle-setup{align-items:stretch;flex-direction:column}.puzzle-setup label{width:100%}.puzzle-setup button{width:100%}.puzzle-tools{gap:8px}.puzzle-tools label{width:46%}.puzzle-tools button{padding:14px 7px}.puzzle-meta{font-size:12px}.square-coordinate{font-size:9px}.puzzle-heading h2{font-size:16px}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important}}
