:root{--cell: 36px;--size: 15;--wood-light: #e6c495;--wood-dark: #b9874c}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif;background:#fffaf0}.cute-title{display:flex;align-items:center;gap:10px;font-weight:700;color:#4a3020}.cute-title .icon{width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;border-radius:8px;background:linear-gradient(180deg,#ffffffb3,#fff3);box-shadow:0 2px 6px #0000001f;font-size:20px}.board-wrapper{display:flex;justify-content:center;align-items:center;margin:12px 0;padding-left:36px;padding-right:36px}.board-area{position:relative;background:transparent}.col-label{font-weight:700;color:#4a3020;font-size:14px;height:18px;line-height:18px;pointer-events:none}.row-label{font-weight:600;color:#4a3020;font-size:13px;pointer-events:none}.board-area:before{content:"";position:absolute;left:0;top:0;right:0;bottom:0;background-color:var(--wood-light);background-image:linear-gradient(to right,rgba(75,45,20,.95) 1px,transparent 1px),linear-gradient(to bottom,rgba(75,45,20,.95) 1px,transparent 1px),repeating-linear-gradient(120deg,rgba(0,0,0,.02) 0px,rgba(0,0,0,.02) 1px,transparent 1px,transparent 6px),repeating-linear-gradient(60deg,rgba(255,255,255,.02) 0px,rgba(255,255,255,.02) 1px,transparent 1px,transparent 14px);background-size:var(--cell) var(--cell),var(--cell) var(--cell),40px 40px,80px 80px;background-position:0 0,0 0,0 0,0 0;background-repeat:repeat;box-shadow:0 6px 30px #0000001f,inset 0 0 0 4px #78461ef2;border-radius:8px;z-index:0;pointer-events:none}.intersections{position:absolute;left:0;top:0;z-index:2;width:100%;height:100%}.star-point{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:calc(var(--cell) * .12);height:calc(var(--cell) * .12);border-radius:50%;background:#28140af2;box-shadow:0 1px #ffffff0d inset;z-index:1;pointer-events:none}.stone{width:calc(var(--cell) * .72);height:calc(var(--cell) * .72);border-radius:50%;box-shadow:0 3px 6px #00000040 inset;z-index:3;transform-origin:center bottom;transition:transform .12s ease,box-shadow .12s ease}.stone.black{background:radial-gradient(circle at 30% 30%,#333,#000)}.stone.white{background:radial-gradient(circle at 30% 30%,#fff,#e6e6e6);border:1px solid #ddd}.stone.last-black{box-shadow:0 0 0 calc(var(--cell) * .08) #1890fff2,0 3px 6px #0003 inset;transform:scale(1.03);z-index:4}.stone.last-white{box-shadow:0 0 0 calc(var(--cell) * .08) #ce726bf2,0 3px 6px #0000002e inset;transform:scale(1.03);z-index:4}.stone.highlight{box-shadow:0 0 0 calc(var(--cell) * .1) #ffd700f2,0 3px 6px #0003 inset;transform:scale(1.06);z-index:5}@keyframes drop-bounce{0%{transform:translateY(calc(-1 * var(--cell) * .8)) scale(.3);opacity:0}60%{transform:translateY(calc(var(--cell) * .18)) scale(1.06);opacity:1}to{transform:translateY(0) scale(1);opacity:1}}.stone.drop{animation:drop-bounce .26s cubic-bezier(.22,1,.36,1)}@media (max-width: 720px){:root{--cell: 28px}.cute-title .icon{width:30px;height:30px;font-size:18px}.board-wrapper{padding-left:28px;padding-right:28px}}.board-area,.board-area:before{width:auto;height:auto}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}
