.sudoku-game{width:100%;max-width:820px;margin:auto}.sudoku-game .language-switcher{display:flex;justify-content:flex-end;align-items:center;gap:10px;padding:0 12px 14px;font-size:12px;color:#947452}.sudoku-game .language-switcher a{color:#947452;text-decoration:none}.sudoku-game .language-switcher a:hover{color:#547b50;text-decoration:underline}.sudoku-game button,.sudoku-game select{font-family:inherit}.sudoku-game .settings{padding:0 18px 16px}.sudoku-game .settings-title{display:none}.sudoku-game .settings-option{margin-bottom:12px}.sudoku-game .settings-option-label{display:flex;gap:8px;align-items:center;font-size:13px;cursor:pointer}.sudoku-game .settings-option-label input{width:17px;height:17px;accent-color:#7c9b61;flex-shrink:0}.sudoku-level-dialog{--panel-max-height: min(880px, calc(100dvh - 40px) );width:min(680px,calc(100vw - 28px));max-height:var(--panel-max-height);padding:8px;margin:auto;overflow:hidden;border:3px solid #f1ccaa;border-radius:30px;background:#fff5e5;box-shadow:0 24px 90px #583e3655,inset 0 2px #fffcf6}.sudoku-level-dialog::backdrop{background:#634d3c66;backdrop-filter:blur(5px)}.sudoku-level-content{max-height:calc(var(--panel-max-height) - 22px);overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:#d8b893 transparent;border-radius:19px;padding:16px;background:radial-gradient(ellipse at top left,#fffcf3,transparent 60%)}.sudoku-level-header{position:sticky;top:-1px;z-index:2;background:#fff5e5;box-shadow:0 -24px #fff5e5,0 7px #fff5e5;display:flex;align-items:center;gap:13px}.sudoku-level-emblem{display:grid;place-items:center;flex-shrink:0;width:51px;height:51px;background:#f9e3c5;border-radius:18px;color:#b88b58}.sudoku-level-emblem svg{width:27px;height:27px;fill:#b88b58}.sudoku-level-header p{font-size:11px;color:#b28b60;letter-spacing:.09em;margin:0 0 4px}.sudoku-level-header h2{font-size:21px;line-height:1.4;font-weight:750;margin:0}.sudoku-level-close{margin-left:auto;flex-shrink:0;width:35px;height:35px;display:grid;place-items:center;border:1px solid #efdabd;border-radius:12px;background:#fff9ee;color:#997857;cursor:pointer}.sudoku-level-close svg{width:18px;height:18px}.sudoku-level-close:focus-visible,.sudoku-level-card:focus-visible{outline:3px solid #799665;outline-offset:3px}.sudoku-level-description{font-size:12px;line-height:1.7;color:#997e61;margin:14px 0 20px}.sudoku-level-cards{display:grid;grid-template-columns:1fr 1fr;gap:13px}.sudoku-level-card{appearance:none;min-width:0;padding:16px;border:2px solid #efddc3;border-radius:21px;text-align:left;color:#7b5a3b;font:inherit;background:linear-gradient(130deg,#fffdf5,#fff5e5);box-shadow:0 4px #e4c6a43b;cursor:pointer;transition:transform .15s,border-color .15s}.sudoku-level-card:hover{border-color:#b3bc86;transform:translateY(-2px)}.sudoku-level-card:active{transform:translateY(2px)}.sudoku-level-card.is-current{border-color:#9eb480;background:linear-gradient(120deg,#fafbee,#f5f3df)}.sudoku-level-card:last-child{grid-column:1 / -1}.sudoku-level-card-top{display:flex;gap:10px;align-items:center;position:relative;padding-bottom:14px}.sudoku-level-number{width:42px;height:46px;flex-shrink:0;border-radius:13px;display:grid;place-items:center;font-size:23px;font-weight:750;color:#a68c66;background:#f4ead4}.is-current .sudoku-level-number{background:#dce5c3;color:#6f8454}.sudoku-level-name{min-width:0}.sudoku-level-name h3{margin:0;font-size:18px;font-weight:750;line-height:1.25}.sudoku-level-name>span{font-size:10px;line-height:1.5;color:#a58d6f}.sudoku-level-current{position:absolute;right:-7px;top:-9px;display:flex;align-items:center;gap:2px;font-size:9px;color:#718455;border-radius:7px;padding:2px 4px;background:#edf0dc}.sudoku-level-current svg{width:11px;height:11px}.sudoku-level-dots{margin-left:auto;display:flex;align-items:flex-end;gap:3px;align-self:flex-end;padding-bottom:6px}.sudoku-level-dots i{display:block;width:4px;height:8px;border-radius:3px;background:#eadfcb}.sudoku-level-dots i:nth-child(2){height:11px}.sudoku-level-dots i:nth-child(3){height:14px}.sudoku-level-dots i:nth-child(4){height:17px}.sudoku-level-dots i:nth-child(5){height:20px}.sudoku-level-dots i.is-filled{background:#bbca91}.sudoku-level-records{display:grid;grid-template-columns:1.1fr 1fr 1fr;gap:6px;border-top:1px solid #e9dcc4;padding:12px 0 10px}.sudoku-level-records>span{display:flex;align-items:flex-start;gap:4px}.sudoku-level-records svg{width:13px;height:13px;flex-shrink:0;margin-top:1px;color:#bb9c74}.sudoku-level-records>span>span{display:flex;flex-direction:column;font-size:10px;line-height:1.4;color:#a1896a}.sudoku-level-records strong{font-size:18px;font-weight:650;color:#7b6547;line-height:1.5;font-variant-numeric:tabular-nums}.sudoku-level-start{display:flex;align-items:center;justify-content:flex-end;gap:5px;font-size:11px;color:#879764}.sudoku-level-start svg{width:14px;height:14px}.sudoku-level-footnote{display:flex;align-items:flex-start;gap:7px;font-size:11px;line-height:1.7;color:#a48b6c;margin:18px 0 0}.sudoku-level-footnote svg{width:14px;height:14px;flex-shrink:0;margin-top:2px}@media(max-width:540px){.sudoku-level-dialog{--panel-max-height: calc(100dvh - 28px) ;border-radius:24px}.sudoku-level-content{padding:9px;border-radius:13px}.sudoku-level-header{gap:9px}.sudoku-level-header h2{font-size:17px}.sudoku-level-emblem{width:40px;height:44px;border-radius:14px}.sudoku-level-header p{font-size:10px}.sudoku-level-cards{grid-template-columns:1fr;gap:10px}.sudoku-level-card{padding:13px 15px}.sudoku-level-card-top{padding-bottom:10px}.sudoku-level-records{padding:9px 0 5px}.sudoku-level-name h3{font-size:17px}.sudoku-level-number{height:39px;width:39px;font-size:21px}.sudoku-level-records strong{font-size:17px}.sudoku-level-current{top:-5px}}@media(prefers-reduced-motion:reduce){.sudoku-level-card{transition:none}}body:has(.sudoku-level-dialog[open]){overflow:hidden}.sudoku-level-content::-webkit-scrollbar{width:6px}.sudoku-level-content::-webkit-scrollbar-track{background:transparent;margin-block:12px}.sudoku-level-content::-webkit-scrollbar-thumb{background:#d8b893;border-radius:6px}.sudoku-room{position:relative;isolation:isolate;overflow:hidden;padding:0 15px 15px;border-radius:34px;background:radial-gradient(ellipse at 10% 5%,#fff8e8,transparent 45%),repeating-linear-gradient(90deg,#fff0df50 0 106px,#eec09a20 107px 124px),linear-gradient(#fae4d0,#f9ceaa);box-shadow:0 12px 42px #b6824e1a}.sudoku-room-top{position:relative;height:150px;display:flex;align-items:flex-end;gap:15px;padding:0 16px 22px}.sudoku-window{position:absolute;width:218px;height:142px;left:66px;top:-5px;border:12px solid #edc6a1;border-top:0;background:linear-gradient(135deg,#dcebef,#f4faf2);box-shadow:0 5px #e2b28950}.sudoku-window:before{content:"";position:absolute;left:48%;height:100%;width:11px;background:#efd0ac}.sudoku-window span{position:absolute;width:53px;height:20px;border-radius:50%;background:#fffefa;top:30px;left:108px}.sudoku-window span:after{content:"";position:absolute;width:26px;height:28px;border-radius:50%;background:inherit;top:-9px;left:15px}.sudoku-window span+span{top:78px;left:18px;transform:scale(.65)}.sudoku-decoration{display:block;position:absolute;background:url(/images/games/water-sort/cozy-sprites.webp) no-repeat;background-size:200% 200%;aspect-ratio:1;pointer-events:none;z-index:1}.sudoku-decoration--peek{background-position:0 0;width:200px;right:17px;bottom:-46px;z-index:4}.sudoku-decoration--plant{background-position:100% 0;width:152px;left:45px;bottom:-9px}.sudoku-decoration--sleep{background-position:0 100%;width:205px;right:-13px;bottom:-17px}.sudoku-decoration--big-plant{background-position:100% 100%;width:175px;left:-57px;bottom:-24px}.sudoku-difficulty{position:relative;z-index:2;display:flex;align-items:center;padding:13px 16px;font-weight:750;font-size:18px;min-height:61px;color:#9b6f49}.sudoku-difficulty{gap:5px;cursor:pointer;text-align:left}.sudoku-difficulty strong{color:#88603e;font-weight:inherit}.sudoku-difficulty>svg{width:17px;height:17px;color:#c69664;flex-shrink:0}.sudoku-difficulty:disabled{opacity:.65;cursor:default}.sudoku-difficulty:hover:not(:disabled),.sudoku-settings-trigger:hover:not(:disabled){background:#fffbee}.sudoku-cheer{position:absolute;top:29px;right:203px;width:112px;z-index:2;background:#fff8e8;padding:12px;border-radius:20px 20px 3px;box-shadow:0 3px 8px #c79d6a15;color:#9b704b;font-size:15px;font-weight:700}.sudoku-cheer svg{display:block;width:17px;height:17px;fill:#f99c87;stroke:#f99c87;margin-bottom:5px}.sudoku-wood-frame{position:relative;padding:20px 15px 0;border-radius:30px;border:2px solid #f3caaa;background:linear-gradient(110deg,#f9dfc3,#ffe9cd 55%,#f6d0ae);box-shadow:inset 0 3px 2px #fff0db,0 5px #edbd983b}.sudoku-status{display:grid;grid-template-columns:1.35fr 1fr 1fr 1fr 45px;align-items:stretch;gap:8px;padding:13px;margin-bottom:16px}.sudoku-status>div{display:flex;gap:8px;align-items:center;justify-content:center;padding:8px 5px;border-radius:17px;background:linear-gradient(130deg,#fff3e0,#fbe7d3);font-size:14px;font-weight:650;color:#986d49}.sudoku-status>div>span{display:flex;gap:5px;flex-wrap:wrap;justify-content:center}.sudoku-status strong{white-space:nowrap;font-weight:650;font-variant-numeric:tabular-nums}.sudoku-status svg{flex-shrink:0;width:24px;height:24px;color:#eeb774}.sudoku-status>div:nth-child(1) svg,.sudoku-status>div:nth-child(3) svg{fill:#ffda8d}.sudoku-status>div:nth-child(2) svg{color:#e7917d}.sudoku-status .sudoku-timer{flex-wrap:wrap;gap:3px;font-size:16px}.sudoku-status .sudoku-timer span{font-size:10px}.sudoku-status .sudoku-timer span[hidden]{display:none}.sudoku-pause{display:flex;align-items:center;justify-content:center;padding:8px;background:#fff0d9;border:1px solid #f7ddba;border-radius:16px;cursor:pointer}.sudoku-pause svg{fill:#efb66f;stroke:#efb66f}.sudoku-pause:disabled{opacity:.5;cursor:default}.sudoku-board-frame{position:relative;padding:15px;border-radius:15px;border:2px solid #f4d8b9;background:#fff2de;box-shadow:inset 0 2px 9px #cf9c6a12,0 3px 5px #c69a6a16}.sudoku-board-paw{position:absolute;width:21px;height:21px;color:#d6a172;fill:#d6a172;stroke-width:1.5;z-index:1}.sudoku-board-paw.paw-0{left:-8px;top:-8px;transform:rotate(-25deg)}.sudoku-board-paw.paw-1{right:-8px;top:-8px;transform:rotate(25deg)}.sudoku-board-paw.paw-2{left:-8px;bottom:-8px;transform:rotate(-25deg)}.sudoku-board-paw.paw-3{right:-8px;bottom:-8px;transform:rotate(25deg)}.sudoku-canvas-holder{position:relative;width:100%;min-height:200px;display:grid;place-items:center}.sudoku-canvas-holder canvas{display:block;border-radius:5px;touch-action:manipulation;cursor:pointer}.sudoku-board-overlay{position:absolute;inset:0;display:grid;place-items:center;padding:18px;text-align:center}.sudoku-board-overlay>p{background:#fff6e8;border-radius:18px;padding:18px}.sudoku-game .sudoku-resume{min-height:70px;padding:18px 30px}.sudoku-win{padding:24px;max-width:360px}.sudoku-win>svg{width:40px;height:40px;margin:auto;color:#d3a34e}.sudoku-win h2{font-size:24px;font-weight:750;margin:10px 0}.sudoku-win p{font-size:14px;line-height:1.6;margin-bottom:18px}.sudoku-keypad{padding:15px;margin-top:17px}.sudoku-key-row{display:grid;grid-template-columns:55px repeat(9,minmax(0,1fr));align-items:center;gap:7px}.sudoku-key-row+.sudoku-key-row{margin-top:10px;padding-top:10px;border-top:1px solid #f5dfc5}.sudoku-key-label{font-size:14px;font-weight:700;color:#896547}.sudoku-number{min-width:0;height:55px;border:1px solid #f8e4cc;border-radius:16px;background:linear-gradient(125deg,#fffcf4,#fcf7ef);color:#52756a;font-size:29px;font-weight:650;box-shadow:0 2px #f2d7b72e;cursor:pointer;transition:background .15s,transform .15s}.sudoku-number:hover:not(:disabled){background:#e9efda;transform:translateY(-2px)}.sudoku-number:active:not(:disabled){transform:translateY(2px)}.is-notes .sudoku-number{background:#f0e7d9;color:#9b8d79;font-size:26px}.sudoku-number:disabled{opacity:.48;cursor:default}.sudoku-actions{display:grid;grid-template-columns:1fr 1fr 1.4fr;gap:13px;margin:18px 0}.sudoku-actions .cozy-button{min-width:0;min-height:66px;font-size:18px;padding:12px}.sudoku-actions svg{color:#947450;width:30px;height:30px}.sudoku-actions>button:first-child svg{fill:#c4c897}.sudoku-hint{position:relative}.sudoku-hint svg{fill:#ffcf75}.sudoku-room-footer{position:relative;min-height:136px;padding-top:2px}.sudoku-new-actions{display:flex;justify-content:center;gap:13px;padding-right:108px;padding-left:56px;position:relative;z-index:2}.sudoku-new-actions .cozy-button{flex:1;min-width:0;white-space:normal;min-height:64px;font-size:16px;padding:12px 18px}.sudoku-caption{display:flex;align-items:center;justify-content:center;gap:9px;font-size:12px;color:#a57e56;padding:20px 80px 10px}.sudoku-caption svg{width:17px;height:17px}.sudoku-keyboard-help{text-align:center;font-size:11px;color:#9e8c77;line-height:1.7;margin:18px 10px}.sudoku-sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}@media(max-width:600px){.sudoku-room{padding:0 8px 8px;border-radius:24px}.sudoku-room-top{height:115px;gap:8px;padding:0 7px 13px}.sudoku-window{left:36px;width:146px;height:110px;border-width:8px}.sudoku-window span{left:77px;transform:scale(.7)}.sudoku-decoration--plant{width:100px;left:30px;bottom:-5px}.sudoku-decoration--peek{width:127px;right:0;bottom:-28px}.sudoku-cheer{top:12px;right:116px;width:auto;max-width:143px;padding:7px 10px;font-size:11px;display:flex;gap:5px;align-items:center;border-radius:13px 13px 2px}.sudoku-cheer svg{width:12px;height:12px;margin:0;flex-shrink:0}.sudoku-difficulty{padding:7px 9px;min-height:47px;font-size:13px;border-radius:18px}.sudoku-wood-frame{padding:12px 8px 0;border-radius:24px}.sudoku-status{padding:8px 6px;gap:4px;border-radius:20px;grid-template-columns:1.35fr .85fr .85fr 1fr 32px;margin-bottom:12px}.sudoku-status>div{padding:5px 2px;gap:3px;font-size:10px;border-radius:11px}.sudoku-status>div>span{display:grid;gap:1px;text-align:center}.sudoku-status svg{width:16px;height:16px}.sudoku-status .sudoku-timer{font-size:11px}.sudoku-status .sudoku-timer svg{display:none}.sudoku-pause{border-radius:10px;padding:5px}.sudoku-board-frame{padding:8px;border-radius:12px}.sudoku-board-paw{width:16px;height:16px}.sudoku-keypad{padding:10px 7px;border-radius:20px;margin-top:12px}.sudoku-key-row{grid-template-columns:31px repeat(9,minmax(0,1fr));gap:3px}.sudoku-key-label{font-size:10px;overflow-wrap:anywhere;line-height:1.1}.sudoku-number{height:40px;border-radius:10px;font-size:21px;padding:0}.is-notes .sudoku-number{font-size:19px}.sudoku-key-row+.sudoku-key-row{margin-top:7px;padding-top:7px}.sudoku-actions{gap:7px;margin:15px 0}.sudoku-actions .cozy-button{padding:8px 5px;min-height:50px;font-size:12px;gap:5px;border-radius:17px;white-space:normal}.sudoku-actions svg{width:23px;height:23px}.sudoku-room-footer{min-height:113px}.sudoku-new-actions{gap:8px;padding-left:12px;padding-right:12px}.sudoku-new-actions .cozy-button{min-height:50px;padding:8px;font-size:12px;gap:6px;border-radius:18px}.sudoku-decoration--sleep{width:130px;right:-17px;bottom:-20px}.sudoku-decoration--big-plant{width:105px;left:-37px;bottom:-21px}.sudoku-caption{padding:20px 80px 5px 24px;font-size:10px}.sudoku-win{padding:15px}.sudoku-win h2{font-size:20px}.sudoku-win p{font-size:12px}}@media(max-width:360px){.sudoku-difficulty>span{display:none}.sudoku-caption{visibility:hidden}.sudoku-actions{grid-template-columns:1fr 1fr 1.2fr}.sudoku-actions .cozy-button{font-size:11px;gap:3px;padding:8px 3px}.sudoku-actions svg{width:18px;height:18px}.sudoku-new-actions .cozy-button{font-size:11px}.sudoku-status>div>svg{display:none}.sudoku-key-row{grid-template-columns:24px repeat(9,minmax(0,1fr));gap:2px}.sudoku-key-label{font-size:9px}.sudoku-number{font-size:18px}.sudoku-difficulty{font-size:11px}.sudoku-decoration--peek{width:109px;bottom:-25px}.sudoku-cheer{right:99px;font-size:10px}}@media(prefers-reduced-motion:reduce){.sudoku-number{transition:none}}.sudoku-settings-trigger{position:relative;z-index:2;display:grid;place-items:center;flex-shrink:0;width:61px;height:61px;border-radius:20px;color:#9b7954;cursor:pointer}.sudoku-settings-trigger svg{width:24px;height:24px}.sudoku-settings-trigger:disabled{opacity:.65;cursor:default}.sudoku-settings-dialog{width:min(360px,calc(100vw - 32px));max-height:calc(100dvh - 40px);margin:auto;padding:23px;border:3px solid #f1ccaa;border-radius:26px;background:#fff6e7;box-shadow:0 20px 60px #583e3644}.sudoku-settings-dialog::backdrop{background:#634d3c66;backdrop-filter:blur(5px)}.sudoku-settings-header{display:flex;align-items:center;gap:10px;margin-bottom:23px}.sudoku-settings-header>svg{width:22px;color:#ab875e}.sudoku-settings-header h2{margin:0;font-size:20px;font-weight:750}.sudoku-settings-dialog .settings{padding:0}.sudoku-settings-dialog .settings-option{margin-bottom:18px}.sudoku-settings-dialog .settings-option:last-child{margin-bottom:0}.sudoku-settings-dialog .settings-option-label{justify-content:space-between;gap:16px;line-height:1.6}body:has(.sudoku-settings-dialog[open]){overflow:hidden}@media(max-width:600px){.sudoku-settings-trigger{width:47px;height:47px;border-radius:17px}.sudoku-settings-trigger svg{width:21px;height:21px}}.sudoku-game *,.sudoku-game *:before,.sudoku-game *:after{box-sizing:border-box}.sudoku-game button{touch-action:manipulation}.sudoku-game button:focus-visible,.sudoku-game summary:focus-visible,.sudoku-game canvas:focus-visible,.sudoku-game a:focus-visible{outline:3px solid #719657;outline-offset:4px}
