html,body{width:100%;height:100%}input::-ms-clear,input::-ms-reveal{display:none}*,*:before,*:after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}@-ms-viewport{width:device-width}body{margin:0}[tabindex="-1"]:focus{outline:none}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;font-weight:500}p{margin-top:0;margin-bottom:1em}abbr[title],abbr[data-original-title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;border-bottom:0;cursor:help}address{margin-bottom:1em;font-style:normal;line-height:inherit}input[type=text],input[type=password],input[type=number],textarea{-webkit-appearance:none}ol,ul,dl{margin-top:0;margin-bottom:1em}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}pre,code,kbd,samp{font-size:1em;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace}pre{margin-top:0;margin-bottom:1em;overflow:auto}figure{margin:0 0 1em}img{vertical-align:middle;border-style:none}a,area,button,[role=button],input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75em;padding-bottom:.3em;text-align:left;caption-side:bottom}input,button,select,optgroup,textarea{margin:0;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;margin:0;padding:0;border:0}legend{display:block;width:100%;max-width:100%;margin-bottom:.5em;padding:0;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}mark{padding:.2em;background-color:#feffe6}:root{color:#28352f;background:#f5f8f2;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}html,body,#root{width:100%;height:100%;margin:0;overflow:hidden}body{min-width:320px}button,a{font:inherit}.game-page{width:100%;height:100dvh;display:grid;place-items:center;overflow:hidden;padding:clamp(12px,2.5vh,28px);background:linear-gradient(135deg,#ecf4e8d9,#f4f7f9e6),#f5f8f2}.game-shell{width:min(100%,960px);max-height:100%;display:grid;grid-template-columns:minmax(360px,1fr) minmax(220px,280px);gap:clamp(16px,3vw,32px);align-items:stretch;padding:clamp(16px,2.6vw,28px);border:1px solid rgba(122,147,133,.18);border-radius:8px;background:#fffffcd1;box-shadow:0 24px 80px #41544c1f}.info-panel{min-width:0;display:grid;grid-template-areas:"title" "target" "footer";grid-template-rows:auto 1fr auto;gap:clamp(10px,2vh,20px)}.game-header{grid-area:title}.game-header h1.ant-typography{margin:0;color:#24342e;font-size:clamp(30px,4vw,48px);line-height:1.02;letter-spacing:0}.target-panel{grid-area:target;display:flex;align-items:center;justify-content:center;padding:0}.play-area{--control-size: clamp(52px, 7vw, 72px);min-width:0;display:grid;grid-template-columns:var(--control-size) minmax(0,1fr);grid-template-areas:"rows board" ". columns";gap:clamp(10px,1.8vw,16px);align-items:stretch}.row-controls{grid-area:rows;display:grid;grid-template-rows:1fr 1fr;gap:clamp(10px,1.8vw,16px)}.column-controls{grid-area:columns;display:grid;grid-template-columns:1fr 1fr;gap:clamp(10px,1.8vw,16px)}.board{display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(5px,1.2vw,8px);aspect-ratio:1;padding:clamp(8px,1.5vw,12px);border:1px solid rgba(99,126,115,.16);border-radius:8px;background:#f8faf6}.play-area>.board{grid-area:board}.board--full{width:min(100%,calc(100dvh - 120px),520px)}.board--compact{width:min(100%,176px,24dvh);gap:4px;padding:7px}.board__cell{min-width:0;border:1px solid rgba(137,153,146,.16);border-radius:6px;background:#e6ebe5;box-shadow:inset 0 1px #ffffffb8}.board__cell--on{border-color:#5c977042;background:linear-gradient(145deg,#aee5bd,#82cfa0);box-shadow:inset 0 1px #ffffff94,0 8px 18px #64a47b2e}.control-button.ant-btn{width:100%;height:100%;min-width:0;min-height:56px;border:1px solid rgba(187,128,119,.2);border-radius:8px;color:#9e665f;background:#f6ded9;box-shadow:0 10px 28px #8e68601f}.control-button.ant-btn:not(:disabled):hover{color:#8b5a54;background:#f2d1ca;border-color:#bb807752}.control-button.ant-btn.control-button--hinted{color:#506f42;border-color:#7eac5e94;background:#e5f0d7;box-shadow:0 0 0 3px #abce6e38,0 12px 30px #7eac5e33}.control-button.ant-btn.control-button--hinted:not(:disabled):hover{color:#425f35;border-color:#6f9a52ad;background:#dcebc8}.column-controls .control-button.ant-btn{min-height:var(--control-size)}.game-footer{grid-area:footer;display:grid;gap:12px}.move-counter{min-width:0;padding:12px 14px;border-radius:8px;color:#385045;background:#e5efe8}.move-counter span{display:block;font-size:clamp(28px,4vw,38px);font-weight:800;line-height:1}.move-counter small{display:block;margin-top:2px;color:#6f8178;font-size:12px;font-weight:700}.footer-actions{display:grid;grid-template-columns:1fr;gap:10px}.footer-tools{display:grid;gap:10px}.guide-toggle{min-width:0;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:8px 10px;border:1px solid rgba(118,169,141,.18);border-radius:8px;color:#52685d;background:#f3f7f0}.guide-toggle>span{min-width:0;display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:700;white-space:nowrap}.guide-toggle .ant-switch{flex:0 0 auto}.footer-actions .ant-btn{min-width:0;height:40px;border-radius:8px}@media(max-width:760px){.game-page{padding:10px}.game-shell{width:min(100%,430px);grid-template-columns:1fr;grid-template-areas:"info" "play";gap:12px;padding:14px}.info-panel{grid-area:info;height:auto;grid-template-columns:minmax(0,1fr) minmax(92px,124px);grid-template-rows:auto auto;grid-template-areas:"header target" "footer target";gap:10px 12px;align-items:center}.game-header{grid-area:header;align-self:end}.game-header h1.ant-typography{font-size:clamp(24px,8vw,34px)}.target-panel{grid-area:target;align-self:end;justify-content:flex-end}.game-footer{grid-area:footer;align-self:end;grid-template-columns:82px minmax(0,1fr);gap:8px;align-items:stretch}.move-counter{padding:8px 10px}.move-counter span{font-size:24px}.footer-actions{align-items:end;gap:8px;justify-items:stretch}.footer-tools{align-self:end;gap:8px}.guide-toggle{padding:5px 8px}.footer-actions .ant-btn{width:100%;height:36px;padding-inline:10px}.play-area{--control-size: 48px;grid-area:play;grid-template-columns:var(--control-size) minmax(0,1fr);gap:10px}.board--full{width:min(100%,calc(100dvh - 232px),332px)}.board--compact{width:min(100%,108px);gap:4px;padding:7px}.control-button.ant-btn{min-height:52px}.column-controls .control-button.ant-btn{min-height:44px}}@media(max-height:620px)and (min-width:761px){.game-shell{width:min(100%,860px);grid-template-columns:minmax(300px,1fr) minmax(196px,240px);padding:14px}.game-header h1.ant-typography{font-size:clamp(28px,5vh,36px)}.board--full{width:min(100%,calc(100dvh - 88px),420px)}.board--compact{width:min(100%,140px,24dvh)}}@media(max-height:700px)and (max-width:760px){.game-shell{padding:10px}.info-panel{grid-template-columns:minmax(0,1fr) 96px;gap:8px}.game-header h1.ant-typography{font-size:24px}.board--full{width:min(100%,calc(100dvh - 210px),300px)}.board--compact{width:92px;gap:3px;padding:6px}}
