@import"../shared/css/colors.css";@font-face{font-family:TT2020;src:url(../shared/fonts/TT2020Redux.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}:root{--text-xs: 12px;--text-sm: 14px;--text-base: 16px;--text-lg: 20px;--text-xl: 28px;--text-2xl: 40px;--control-h: calc(2.3125em + 4px) }*,*:before,*:after{box-sizing:border-box}*{margin:0}html{-webkit-text-size-adjust:100%}body{-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}img,svg,canvas,video{display:block;max-width:100%}input,button,textarea,select{font:inherit;color:inherit}h1,h2,h3,h4,p,li{overflow-wrap:break-word}body{margin:0 auto;padding:20px;max-width:1100px;background:var(--paper);color:var(--blue-950);font-family:TT2020,Courier New,Courier,monospace;font-size:var(--text-base);line-height:1.5;font-weight:600;display:flex;flex-direction:column;min-height:100vh}main{flex:1}p{font-weight:600;margin-bottom:1.5rem}ol{margin-bottom:1.5rem}header{font-weight:600;display:grid;grid-template-columns:1fr auto;row-gap:.25rem}h1{margin:.5rem 0 .75rem;font-size:3rem;font-family:TT2020,Courier New,Courier,monospace;font-weight:600;line-height:1.1}header h1{grid-column:1 / -1;grid-row:2}a{color:var(--blue-950)}footer{margin-top:1.125rem;padding-top:.75rem;border-top:1px solid var(--base-150);color:var(--base-600);font-size:var(--text-xs);line-height:1.6}footer a{color:var(--base-600)}footer a:hover{color:var(--blue-950)}footer p{margin:0}button{font-size:1rem;height:var(--control-h);padding:.4375rem .75rem;white-space:nowrap;cursor:pointer;background:var(--paper);border:2px solid var(--blue-950)}button:hover{background:var(--base-50)}button:disabled{opacity:.4;cursor:not-allowed}button:disabled:hover{background:var(--paper)}select{font-family:TT2020,Courier New,Courier,monospace;background:var(--paper);border:2px solid var(--blue-950);height:var(--control-h);padding:.3rem .4rem;cursor:pointer}.radio-row{display:flex}.radio-row span{margin-right:1rem}input[type=radio]{position:absolute;opacity:0;width:0;height:0}.radio-row label{display:inline-block;padding:0 .5rem;cursor:pointer}.radio-row label:hover{background:var(--base-50)}.radio-row input[type=radio]:checked+label{text-decoration:underline}.radio-group{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem}#app{width:100%;max-width:600px;margin:0 auto 1.5rem;padding:0;display:flex;flex-direction:column;align-items:center;border-top:2px solid var(--blue-950);border-bottom:2px solid var(--blue-950);padding:2rem 0}.controls{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:1.5rem;align-items:center}.status-panel{margin-bottom:0rem;padding:.75rem 1.5rem;font-weight:500;width:100%;text-align:center}#status-text{margin:0;color:var(--blue-950);font-style:italic}.board-container{width:100%;max-width:400px;aspect-ratio:1 / 1;position:relative;margin-bottom:1.5rem}#board{width:100%;height:100%;overflow:visible}.line{stroke:var(--blue-950);stroke-width:1.5;stroke-linecap:round}.point{fill:var(--blue-950);stroke:none}.piece{stroke:var(--blue-950);stroke-width:2;transition:all .4s cubic-bezier(.2,.8,.2,1);cursor:grab}.piece.dragging{cursor:grabbing;transition:none}.piece.white{fill:var(--paper)}.piece.black{fill:var(--blue-950)}
