@import "../shared/css/colors.css";@font-face{font-family:"TT2020";src:url("../shared/fonts/TT2020Base-Regular.woff2") format("woff2");font-weight:normal;font-style:normal;font-display:swap}@font-face{font-family:"TT2020";src:url("../shared/fonts/TT2020Sups.woff2") format("woff2");unicode-range:U+2070,U+2074-2079;font-weight:normal;font-style:normal;font-display:swap}@font-face{font-family:"TT2020-input";src:url("../shared/fonts/TT2020Input.woff2") format("woff2");font-weight:normal;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;--cell:clamp(30px,8.5vw,46px);--ink:#101A24;--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}header{font-weight:600;display:grid;grid-template-columns:1fr auto;row-gap:.25rem}h1{margin:.5rem 0 .75rem;font-size:3.25rem;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;padding-bottom:.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 .375rem .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)}input[type="range"]{-webkit-appearance:none;appearance:none;width:150px;height:18px;background:transparent;cursor:pointer;--fill:0%}input[type="range"]::-webkit-slider-runnable-track{-webkit-appearance:none;appearance:none;height:3px;border-radius:2px;background-color:var(--base-150);background-image:linear-gradient(var(--ink),var(--ink));background-repeat:no-repeat;background-size:var(--fill) 100%}input[type="range"]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:16px;height:16px;margin-top:-6.5px;background:var(--ink);border:0;border-radius:47% 53% 50% 50% / 55% 45% 55% 45%;box-shadow:0px 0px 1px var(--ink)}input[type="range"]::-moz-range-track{height:3px;border-radius:2px;background:var(--base-150)}input[type="range"]::-moz-range-progress{height:3px;border-radius:2px;background:var(--ink)}input[type="range"]::-moz-range-thumb{width:16px;height:16px;background:var(--ink);border:0;border-radius:47% 53% 50% 50% / 55% 45% 55% 45%}input[type="range"]:focus-visible{outline:none}input[type="range"]:focus-visible::-webkit-slider-thumb{outline:2px dashed var(--red);outline-offset:3px}input[type="range"]:focus-visible::-moz-range-thumb{outline:2px dashed var(--red);outline-offset:3px}#stage{margin:1.25rem auto 2rem auto;padding:1.25rem 1rem;border:2px solid var(--blue-950);display:flex;flex-direction:column;gap:1.1rem;max-width:560px}#controls,#transport,#pad{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.75rem}#controls{justify-content:flex-start;margin-bottom:.25rem}#controls #new{margin-left:auto}#transport>*{flex:1}select{font-family:"TT2020-input","Courier New",Courier,monospace;background:var(--paper);border:2px solid var(--blue-950);height:var(--control-h);padding:.3rem .4rem;cursor:pointer}.swap-btn{display:inline-grid}.swap-btn>span{grid-area:1 / 1;justify-self:center}.swap-btn .swap-ghost{visibility:hidden}button.armed,button.armed:hover,button.on,button.on:hover{background:var(--blue-950);color:var(--paper)}select:focus,button:focus-visible,#board:focus-visible{outline:none;box-shadow:0 0 2px 1px color-mix(in srgb,var(--blue-950) 25%,transparent)}#board{display:grid;grid-template-columns:auto auto auto auto auto;grid-template-rows:auto auto auto auto auto;width:fit-content;margin:0 auto;touch-action:manipulation;user-select:none;-webkit-user-select:none}#grid{grid-area:3 / 3}.strip.top{grid-area:2 / 3}.strip.bottom{grid-area:4 / 3}.strip.left{grid-area:3 / 2}.strip.right{grid-area:3 / 4}.checks.top{grid-area:1 / 3}.checks.bottom{grid-area:5 / 3}.checks.left{grid-area:3 / 1}.checks.right{grid-area:3 / 5}.strip,.checks{display:grid;gap:var(--gap,1px)}.strip.top,.strip.bottom,.checks.top,.checks.bottom{grid-template-columns:repeat(var(--n,5),var(--cell));padding:0 var(--frame,2px)}.strip.left,.strip.right,.checks.left,.checks.right{grid-template-rows:repeat(var(--n,5),var(--cell));padding:var(--frame,2px) 0}.clue,.tick{display:flex;align-items:center;justify-content:center}.clue{font-size:calc(var(--cell) * .52);line-height:1}.strip.top .clue,.strip.bottom .clue{height:var(--clue,40px)}.strip.left .clue,.strip.right .clue{width:var(--clue,40px)}.clue.bad{color:var(--red-600)}.checks.top .tick,.checks.bottom .tick{height:var(--check,16px)}.checks.left .tick,.checks.right .tick{width:var(--check,16px)}.tick svg{width:calc(var(--check,16px) * .8);height:calc(var(--check,16px) * .8);color:var(--base-500);animation:tick-in .45s ease both}@keyframes tick-in{from{opacity:0;transform:scale(.4)}}#grid{display:grid;gap:var(--gap,1px);grid-template-columns:repeat(var(--n,5),var(--cell));background:var(--blue-950);border:var(--frame,2px) solid var(--blue-950)}.cell{position:relative;width:var(--cell);height:var(--cell);display:flex;align-items:center;justify-content:center;background:var(--paper);color:var(--blue-950);cursor:pointer}.cell:hover{background:var(--base-50)}.cell.peer{background:var(--base-50)}.cell.here,.cell.here:hover{background:var(--base-100)}.cell .value{font-size:calc(var(--cell) * .62);line-height:1}.cell .pencil{position:absolute;inset:6%;display:grid;grid-template-columns:repeat(3,1fr);align-content:center;justify-items:center;align-items:center;color:var(--base-500);font-size:calc(var(--cell) * .27);line-height:1.05}.cell.filled .pencil{display:none}.cell.bad{background:var(--red-50);color:var(--red-600)}.cell.bad:hover{background:var(--red-150)}#board:focus .cell.here{outline:2px dashed var(--base-600);outline-offset:-3px;z-index:1}.cell.flash-hint{animation:flash-hint .9s ease}@keyframes flash-hint{30%{background:var(--yellow-100)}}.cell.flash-bad{animation:flash-bad .9s ease}@keyframes flash-bad{30%{background:var(--red-200)}}#grid.solved .cell{animation:settle .5s ease both;animation-delay:var(--d,0ms);cursor:default}@keyframes settle{40%{transform:scale(.8)}}#pad{gap:.5rem}#pad .digit{width:var(--control-h);padding-left:0;padding-right:0;font-family:"TT2020-input","Courier New",Courier,monospace}#pad .digit.spent{color:var(--base-400)}#print{display:flex;justify-content:center;margin-bottom:1.5rem}#readout{min-height:1.5em;display:flex;gap:1rem;align-items:baseline}#clock{color:var(--base-600);font-size:var(--text-sm);min-width:5ch}#status{color:var(--base-600);font-size:var(--text-sm);flex:1;text-align:right}#status.good{color:var(--blue-600)}#status.bad{color:var(--red-600)}@media (max-width:640px){body{padding:10px}#stage{padding:1rem .5rem}:root{--cell:clamp(24px,8.8vw,40px)}h1{font-size:2.5rem}}