:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#172927;background:#f4f7f8;font-synthesis:none}*{box-sizing:border-box}body{margin:0}button,select{font:inherit}button{cursor:pointer}button:disabled{cursor:default;opacity:.45}button:focus-visible,select:focus-visible,a:focus-visible{outline:3px solid #16806d;outline-offset:3px}header{max-width:1200px;margin:auto;padding:27px 40px;border-bottom:1px solid #dce4e5;display:flex;justify-content:space-between;align-items:center}.brand{display:flex;gap:7px;align-items:center;text-decoration:none;color:inherit;font-size:21px}.brand strong{font-weight:450}.logo{background:#153f38;color:white;border-radius:9px;padding:1px 8px;font-size:29px;margin-right:7px}.header-note{font-size:14px;color:#72827f}main{max-width:1020px;margin:auto;padding:42px 32px 20px}.heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:29px}.eyebrow{color:#5a8177;font-size:12px;letter-spacing:2px;font-weight:700}h1{font-family:Georgia,serif;font-size:44px;font-weight:400;letter-spacing:-1.5px;margin:9px 0 0}.timer{text-align:right}.timer span{display:block;font-size:11px;letter-spacing:1.6px;color:#758783}.timer strong{display:block;font-size:29px;font-weight:450;font-variant-numeric:tabular-nums;margin-top:7px}.workspace{display:grid;grid-template-columns:minmax(0,552px) minmax(270px,1fr);gap:38px}.board-top,.board-bottom{display:flex;justify-content:space-between;align-items:center;font-size:14px}.board-top{margin:0 0 13px;font-weight:600}.board-top span:last-child{color:#7a8986;font-weight:400}#board{display:grid;grid-template-columns:repeat(9,1fr);border:2px solid #344e49;border-radius:5px;overflow:hidden;background:white;box-shadow:0 12px 35px #12372b08}.cell{position:relative;aspect-ratio:1;border:0;border-right:1px solid #dae2e1;border-bottom:1px solid #dae2e1;background:#fff;padding:0;min-width:0;font-size:clamp(20px,3vw,29px);font-weight:450;color:#158770}.cell:nth-child(3n){border-right:2px solid #607771}.cell:nth-child(9n){border-right:0}.cell:nth-child(n+19):nth-child(-n+27),.cell:nth-child(n+46):nth-child(-n+54){border-bottom:2px solid #607771}.cell:nth-child(n+73){border-bottom:0}.cell.given{color:#213d37;font-weight:600}.cell.related{background:#f0f5f3}.cell.match{background:#dfede7}.cell.selected{background:#c5e5d8;box-shadow:inset 0 0 0 2px #21846b}.cell.conflict{color:#bd3948;background:#fff0f0}.cell.hinted{color:#875b17}.pencils{display:grid;grid-template-columns:repeat(3,1fr);height:100%;padding:3px;font-size:clamp(9px,1.3vw,12px);font-weight:500;color:#607973}.pencils span{display:flex;align-items:center;justify-content:center}.board-bottom{font-size:12px;color:#7a8b86;margin-top:16px}.board-bottom i{display:inline-block;width:6px;height:6px;background:#248269;border-radius:50%;margin-right:5px}.controls{background:white;border:1px solid #e2e8e6;border-radius:14px;padding:24px}h2{font-size:19px;font-weight:600;margin:0 0 22px}.field-label{display:block;font-size:13px;color:#60746e;margin-bottom:9px}select{width:100%;border:1px solid #dce5e1;border-radius:7px;background:#f8faf9;padding:12px 9px;color:#314d44;font-size:14px}.tools{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:20px 0 17px}.tools button{padding:11px 6px;border:1px solid #dbe6e1;border-radius:7px;background:#fff;font-size:14px;color:#3c574e}.tools button[aria-pressed=true]{background:#dcefe7;border-color:#318c73}.tools span{font-size:20px;vertical-align:middle;margin-right:4px}.tools small{font-size:10px;color:#6a837a;margin-left:4px}.keypad{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.keypad button{background:#f1f6f3;border:1px solid #e5ece7;border-radius:8px;color:#234b3d;font-size:27px;height:53px}.keypad button:hover{background:#dcece3}.hint{display:flex;align-items:center;justify-content:center;width:100%;border:1px solid #d6e4dc;background:white;border-radius:7px;padding:13px 6px;margin-top:18px;color:#376451;font-size:14px}.hint span{border-radius:5px;background:#edf4ef;padding:3px 6px;font-size:11px;margin-left:auto}#message{min-height:36px;font-size:12px;line-height:1.5;color:#6e8079;margin:12px 0 17px}.primary{background:#194f3e;color:white;border:0;border-radius:7px;padding:14px;font-size:14px;font-weight:600}#new-game{display:flex;width:100%;justify-content:space-between}.guide{padding:22px 5px}.guide h3{font-family:Georgia,serif;font-size:19px;font-weight:400;margin:0 0 10px}.guide p{font-size:14px;line-height:1.7;color:#72827c;margin:0}.guide .keyboard{font-size:12px;margin-top:18px;line-height:2}kbd{font-family:inherit;background:#e8eeeb;border:1px solid #d8e1db;border-radius:3px;padding:1px 4px}footer{font-size:10px;letter-spacing:2px;color:#91a199;margin-top:36px;text-align:center}dialog{border:1px solid #d4e2db;border-radius:14px;padding:28px;max-width:90vw}dialog::backdrop{background:#122a2266;backdrop-filter:blur(3px)}dialog p{color:#6d8078}.dialog-actions{display:flex;gap:12px;margin-top:25px}.dialog-actions button:not(.primary){border:1px solid #cfddd5;background:white;padding:12px;border-radius:7px}@media(max-width:740px){header{padding:20px}.header-note{display:none}main{padding:28px 18px}.heading{margin-bottom:24px}h1{font-size:34px}.workspace{grid-template-columns:1fr;gap:24px}.play{width:100%;max-width:552px;margin:auto}.controls{padding:20px}.keypad{grid-template-columns:repeat(9,1fr);gap:5px}.keypad button{font-size:23px;height:45px}.tools{margin:15px 0}.cell{font-size:clamp(22px,5vw,29px)}.pencils{font-size:11px}.guide{padding-top:22px}.timer strong{font-size:25px}footer{margin-top:14px}}
