.s0,.s1{cursor:default}#game{display:flex;flex-wrap:wrap;align-items:flex-start;width:100%;padding:0;box-sizing:border-box}table.sudoku{border-collapse:collapse;table-layout:fixed;position:relative;flex-shrink:0;width:calc(100vw - 32px)}td.sudoku{width:calc((100vw - 32px)/9);height:calc((100vw - 32px)/9);overflow:hidden;line-height:1;text-align:center;vertical-align:middle;font-weight:700;font-size:calc((100vw - 32px)/9*.7);border:1px solid #000;background-color:#fff;padding:0}.bbl{border-left-width:3px!important}.bbr{border-right-width:3px!important}.bbt{border-top-width:3px!important}.bbb{border-bottom-width:3px!important}.s1{color:#000}.s0{color:var(--c-primary)}td.sudoku.active{background-color:#ffed70!important}td.sudoku.hl_num{background-color:#ffba70}.hl_err{text-decoration:underline;text-decoration-style:dashed;text-decoration-color:red}.hl_err .cell-drafts div{text-decoration:none}.cell-drafts{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(3,1fr);width:100%;height:100%;box-sizing:border-box;padding:1px;line-height:1}.cell-drafts div{color:#666;font-size:calc((100vw - 32px)/9/3*.7)}.m-numtab{display:flex;flex-shrink:0;flex-direction:row;width:98%;margin-top:var(--sp-sm)}.cell-drafts div,.m-num{display:flex;align-items:center;justify-content:center}.m-num{font-weight:700;cursor:pointer;box-sizing:content-box;flex:1 1 0;aspect-ratio:1/1;font-size:calc((100vw - 32px)/11*.6);border-style:solid;border-color:#000;border-width:3px 0 3px 3px}.m-numtab>:last-child{border-right-width:3px}@media (hover:hover){.m-num:hover{background-color:#ffed70}}.m-num.draft-toggle{font-weight:600}.m-num.draft-toggle.active{background-color:#ffed70}.i-num,button.sudoku{background:0 0;margin:0}.i-num{position:absolute;z-index:-1000;width:1px;height:1px;overflow:hidden;opacity:0;top:0;left:0;padding:0;border:0;font-size:1px;color:transparent}.s-buttons{display:flex;align-items:stretch;gap:var(--sp-sm);flex-direction:row;flex-wrap:wrap;width:100%;margin-top:var(--sp-md)}button.sudoku{color:var(--c-primary);border:2px solid var(--c-primary);padding:var(--sp-sm) var(--sp-md);min-height:44px;font-size:15px;font-weight:600;border-radius:var(--r-sm);cursor:pointer;transition:background-color .2s,border-color .2s,transform .2s;font-family:var(--font);box-sizing:border-box;max-height:none;white-space:nowrap;flex:1 1 110px}button.sudoku:hover{background:var(--c-primary-light);transform:translateY(-1px)}button.sudoku:active{transform:translateY(0)}button.sudoku:disabled{opacity:.4;cursor:default;transform:none}.s-buttons>.div_toggle{display:flex;align-items:center;min-height:44px;padding:0 var(--sp-xs);flex:1 1 40%;min-width:120px}.s-buttons>.div_toggle *{white-space:normal}.toggle_text{line-height:1.2}@media screen and (min-width:576px){table.sudoku{width:calc(45px*9)}td.sudoku{width:45px;height:45px;font-size:28px;line-height:1;overflow:hidden}.cell-drafts div{font-size:10px}div.m-numtab{flex-direction:column;width:auto;margin-top:0;margin-left:var(--sp-sm)}.m-num{flex:none;aspect-ratio:auto;width:34px;height:34px;font-size:20px;border-width:3px 3px 0}.m-numtab>:last-child{border-bottom-width:3px;border-right-width:3px}button.sudoku:last-of-type{max-width:calc(50% - var(--sp-sm)/2)}}@media screen and (min-width:700px){#game{flex-wrap:nowrap;gap:0}div.s-buttons{flex-direction:column;flex-wrap:nowrap;align-items:stretch;width:auto;min-width:130px;margin-top:0;margin-left:var(--sp-lg);align-self:flex-start}button.sudoku{flex:none;width:100%}button.sudoku:last-of-type{max-width:100%}div.s-buttons::after{display:none}.s-buttons>.div_toggle{padding:0;flex:none;min-width:auto}}@media screen and (min-width:992px) and (min-height:900px){table.sudoku{width:calc(55px*9)}td.sudoku{width:55px;height:55px;font-size:36px}.cell-drafts div{font-size:12px}.m-num{width:42px;height:42px;font-size:30px}}@media screen and (min-width:992px) and (min-height:1024px){table.sudoku{width:calc(66px*9)}td.sudoku{width:66px;height:66px;font-size:44px}.cell-drafts div{font-size:14px}.m-num{width:51px;height:51px;font-size:36px}}