.crossword-container{margin:0 auto;font-family:Helvetica Neue,Arial,sans-serif}.crossword-header{padding-bottom:.75rem;margin-bottom:.5rem;border-bottom:1px solid #e5e5e5}.crossword-header-top{display:flex;align-items:baseline;gap:1rem;margin-bottom:.25rem}.crossword-date{font-size:1.25rem;font-weight:300;color:#121212;margin:0}.crossword-byline{font-size:.875rem;color:#5a5a5a;margin:0}.crossword-toolbar{display:flex;align-items:center;justify-content:space-between;padding:.625rem 0;border-bottom:1px solid #e5e5e5;margin-bottom:1rem}.toolbar-left{display:flex;align-items:center;gap:.5rem}.toolbar-center,.toolbar-right{display:flex;align-items:center;gap:.25rem}.toolbar-btn{padding:.375rem .75rem;background:none;border:none;font-size:.9375rem;font-weight:400;color:#121212;cursor:pointer;border-radius:0;transition:color .15s;display:flex;align-items:center;gap:.375rem}.toolbar-btn:hover{color:#326891}.toolbar-btn.active{font-weight:600;background:#121212;color:#fff;border-radius:3px}.toolbar-btn.active:hover{background:#333;color:#fff}.toolbar-btn-icon:hover{color:#121212}.toolbar-btn-icon svg{width:20px;height:20px}.crossword-timer{display:flex;align-items:center;gap:.25rem}.crossword-timer-display{font-size:1rem;font-weight:400;color:#121212;font-variant-numeric:tabular-nums;min-width:2.5rem}.timer-pause-btn{width:24px;height:24px;border:none;background:none;cursor:pointer;color:#5a5a5a;display:flex;align-items:center;justify-content:center;transition:color .15s}.timer-pause-btn:hover{color:#121212}.control-dropdown{position:relative}.dropdown-menu{position:absolute;top:100%;left:50%;transform:translate(-50%);margin-top:.25rem;background:#fff;border:1px solid #e5e5e5;box-shadow:0 2px 10px #0000001f;min-width:160px;z-index:100;padding:.375rem 0}.dropdown-menu.hidden{display:none}.dropdown-menu button{display:block;width:100%;padding:.5rem 1rem;text-align:left;border:none;background:none;cursor:pointer;font-size:.875rem;color:#121212;transition:background .1s}.dropdown-menu button:hover{background:#f7f7f7}.crossword-current-clue{display:flex;align-items:center;gap:.75rem;padding:.625rem 1rem;background:#a7d8ff;margin-bottom:1rem;min-height:2.75rem;border:1px solid #96c8ef}.current-clue-number{font-size:.9375rem;font-weight:700;color:#121212;flex-shrink:0}.current-clue-text{font-size:.9375rem;color:#121212;line-height:1.4}.crossword-content{display:flex;gap:2rem;align-items:flex-start}.crossword-grid-wrapper{flex:0 0 45%;max-width:550px;display:flex;justify-content:center;align-items:flex-start;position:relative}.crossword-grid-wrapper.has-overflow,.crossword-grid-wrapper.has-horizontal-overflow{overflow:auto;scroll-behavior:smooth;-webkit-overflow-scrolling:touch}.crossword-clues-panel{flex:1;min-width:0}.crossword-grid-container{position:relative;width:100%}.crossword-grid{display:grid;grid-template-columns:repeat(var(--grid-cols, 5),1fr);grid-template-rows:repeat(var(--grid-rows, 5),1fr);border-left:1px solid #121212;border-top:1px solid #121212;background:#fff;width:100%;aspect-ratio:var(--grid-cols) / var(--grid-rows)}.crossword-cell{position:relative;border-right:1px solid #121212;border-bottom:1px solid #121212;background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;user-select:none;-webkit-user-select:none;-webkit-touch-callout:none;outline:none!important;aspect-ratio:1;container-type:inline-size}.crossword-cell:focus,.crossword-cell:focus-visible,.crossword-cell:focus-within{outline:none!important;box-shadow:none!important}.crossword-cell-block{background:#121212;border-color:#121212;cursor:default}.crossword-cell-empty{border:none;cursor:default;background:transparent}.crossword-cell-circle:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:85%;height:85%;border:1.5px solid #121212;border-radius:50%;pointer-events:none;z-index:1}.cell-number{position:absolute;top:3%;left:5%;font-weight:400;font-size:30cqi;z-index:2;color:#121212;line-height:1}.cell-input{width:100%;height:100%;border:none;background:transparent;text-align:center;font-weight:500;font-size:55cqi;text-transform:uppercase;outline:none;caret-color:transparent;z-index:3;padding:12% 0 0;margin:0;font-family:nyt-franklin,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#121212;line-height:1;user-select:none;-webkit-user-select:none;-webkit-touch-callout:none}.cell-input:focus,.cell-input:focus-visible{outline:none!important;border:none!important;box-shadow:none!important}.cell-selected{background:#f5e16d!important}.cell-highlighted{background:#a7d8ff!important}.cell-correct{background:#d8eee2!important}.cell-incorrect{background:#ffb3b3!important}.cell-revealed,.cell-revealed .cell-input{color:#326891!important}.crossword-clues-columns{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.clues-section{min-width:0}.clues-title{font-size:.75rem;font-weight:700;margin-bottom:.5rem;color:#121212;text-transform:uppercase;letter-spacing:.08em}.clues-list{display:flex;flex-direction:column;gap:0}.clue-item{display:flex;gap:.5rem;padding:.375rem .5rem;cursor:pointer;transition:background .1s;line-height:1.35;border-left:3px solid transparent;margin-left:-.5rem}.clue-item:hover{background:#f7f7f7}.clue-item.clue-active{background:#a7d8ff;border-left-color:#326891}.clue-number{font-weight:700;font-size:.875rem;min-width:1.25rem;color:#121212;flex-shrink:0}.clue-text{font-size:.9375rem;color:#121212;flex:1}.crossword-modal{position:fixed!important;top:0!important;left:0!important;right:0!important;bottom:0!important;width:100vw!important;height:100vh!important;background:#00000080!important;display:flex!important;align-items:center!important;justify-content:center!important;z-index:9999!important;padding:1rem;margin:0!important;box-sizing:border-box}.crossword-modal.hidden{display:none!important}.modal-content{background:#fff!important;max-width:480px;width:100%;max-height:90vh;overflow-y:auto;padding:1.5rem;position:relative;box-shadow:0 4px 24px #0003}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem;padding-bottom:.75rem;border-bottom:1px solid #e5e5e5}.modal-header h2{font-size:1.25rem;font-weight:700;margin:0;color:#121212}.modal-close-btn{width:32px;height:32px;border:none;background:none;font-size:1.5rem;color:#5a5a5a;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:color .15s}.modal-close-btn:hover{color:#121212}.modal-body{font-size:.9375rem;color:#121212}.modal-footer{display:flex;justify-content:flex-end;gap:.75rem;margin-top:1.5rem;padding-top:1rem;border-top:1px solid #e5e5e5}.settings-modal-content{max-width:680px;padding:1.5rem 2rem}.settings-title{font-size:1.25rem;font-weight:700;margin:0 0 1.5rem;color:#121212;text-align:center;padding-bottom:1rem;border-bottom:1px solid #e5e5e5}.settings-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:1.5rem}.settings-column{display:flex;flex-direction:column;gap:1.5rem}.settings-section{margin-bottom:0}.settings-section h3{font-size:.8125rem;font-weight:700;margin-bottom:.625rem;color:#121212;text-transform:uppercase;letter-spacing:.03em}.settings-checkbox,.settings-radio{display:flex;align-items:flex-start;gap:.625rem;padding:.375rem 0;cursor:pointer}.settings-checkbox input,.settings-radio input{cursor:pointer;width:16px;height:16px;margin:2px 0 0;flex-shrink:0}.settings-checkbox span,.settings-radio span{font-size:.875rem;color:#333;line-height:1.4}.settings-sub-option{padding-left:1.5rem}.settings-sub-option.disabled{opacity:.5;pointer-events:none}.settings-footer{display:flex;justify-content:space-between;align-items:center;padding-top:1.25rem;border-top:1px solid #e5e5e5;margin-top:.5rem}.settings-btn-primary{padding:.625rem 1.5rem;font-size:.875rem;font-weight:600;background:#121212;color:#fff;border:none;cursor:pointer;transition:background .15s}.settings-btn-primary:hover{background:#333}.settings-btn-secondary{padding:.5rem 1rem;font-size:.8125rem;font-weight:500;background:transparent;color:#5a5a5a;border:none;cursor:pointer;transition:color .15s;text-decoration:underline}.settings-btn-secondary:hover{color:#121212}@media (max-width: 640px){.settings-modal-content{max-width:100%;padding:1.25rem}.settings-grid{grid-template-columns:1fr;gap:1.5rem}.settings-footer{flex-direction:column-reverse;gap:1rem}.settings-btn-primary{width:100%}}.modal-btn-primary,.modal-btn-secondary{padding:.625rem 1.25rem;font-weight:500;cursor:pointer;transition:all .15s;border:none;font-size:.875rem}.modal-btn-primary{background:#121212;color:#fff}.modal-btn-primary:hover{background:#333}.modal-btn-secondary{background:transparent;color:#5a5a5a;border:1px solid #ccc}.modal-btn-secondary:hover{background:#f7f7f7;color:#121212}.help-section{margin-bottom:1.25rem}.help-section:last-child{margin-bottom:0}.help-section h3{font-size:.9375rem;font-weight:700;margin-bottom:.5rem;color:#121212}.shortcut-list{display:flex;flex-direction:column;gap:.375rem}.shortcut{display:flex;align-items:center;gap:.5rem;font-size:.875rem}.shortcut kbd{background:#f0f0f0;border:1px solid #ddd;border-radius:3px;padding:.125rem .375rem;font-family:monospace;font-size:.75rem}.shortcut span{color:#5a5a5a}.help-section ul{margin:0;font-size:.875rem;color:#333}.help-section li{margin-bottom:.375rem;line-height:1.4}.share-text{font-size:1rem;margin-bottom:1.25rem;text-align:center;color:#121212}.share-buttons{display:flex;flex-direction:column;gap:.5rem}.share-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1rem;border:1px solid #e5e5e5;background:#fff;cursor:pointer;font-size:.875rem;font-weight:500;color:#121212;transition:all .15s}.share-btn:hover{background:#f7f7f7;border-color:#ccc}.share-btn svg{width:18px;height:18px}.crossword-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:100;padding:1rem}.crossword-overlay.hidden{display:none}.overlay-content{text-align:center;padding:2rem 2.5rem;background:#fff;border-radius:12px;box-shadow:0 4px 24px #00000026}.overlay-icon{margin-bottom:1rem}.overlay-icon .game-icon{width:64px;height:64px;object-fit:contain}.overlay-title{font-size:1.5rem;font-weight:700;color:#121212;margin:0 0 .25rem;font-family:nyt-cheltenham,Georgia,serif}.overlay-creator{font-size:.875rem;color:#5a5a5a;margin:0 0 .25rem}.overlay-date{font-size:.875rem;color:#5a5a5a;margin:0 0 1rem}.overlay-subtitle{font-size:1rem;color:#333;margin:0 0 .5rem}.overlay-time{font-size:.9375rem;color:#5a5a5a;margin:0 0 1.25rem}.overlay-time strong{color:#121212}.overlay-btn-primary{padding:.75rem 2rem;font-size:1rem;font-weight:600;background:#121212;color:#fff;border:none;cursor:pointer;transition:background .15s}.overlay-btn-primary:hover{background:#333}.overlay-btn-secondary{padding:.625rem 1.5rem;font-size:.9375rem;font-weight:500;background:transparent;color:#121212;border:1px solid #ccc;cursor:pointer;transition:all .15s;margin-top:.75rem}.overlay-btn-secondary:hover{background:#f7f7f7}.crossword-overlay.victory-overlay{position:fixed!important;top:0!important;left:0!important;right:0!important;bottom:0!important;width:100vw!important;height:100vh!important;background:#fffffffa!important;z-index:9999!important}.victory-content{text-align:center;padding:2rem}.victory-icon{font-size:3rem;margin-bottom:1rem}.victory-title{font-size:2rem;font-weight:700;color:#121212;margin:0 0 .5rem;font-family:nyt-cheltenham,Georgia,serif}.victory-subtitle{font-size:1.25rem;color:#333;margin:0 0 1.5rem}.victory-buttons{display:flex;flex-direction:column;align-items:center;gap:.75rem}.cell-input.rebus-input{font-size:22cqi;letter-spacing:-.5px}.crossword-milestone-toast{position:fixed;bottom:calc(var(--keyboard-height, 260px) + 1rem);left:50%;transform:translate(-50%) translateY(20px);background:#121212;color:#fff;padding:.75rem 1.5rem;font-size:.9375rem;font-weight:600;border-radius:4px;box-shadow:0 4px 12px #0003;z-index:1000;opacity:0;transition:opacity .3s,transform .3s;pointer-events:none}.crossword-milestone-toast.visible{opacity:1;transform:translate(-50%) translateY(0)}@media (min-width: 769px){.crossword-milestone-toast{bottom:2rem}}.incorrect-modal .modal-content{text-align:center;max-width:360px;padding:2rem 2.5rem}.incorrect-icon{font-size:3rem;margin-bottom:1rem}.incorrect-title{font-size:1.5rem;font-weight:700;color:#121212;margin:0 0 .5rem;font-family:nyt-cheltenham,Georgia,serif}.incorrect-message{font-size:1rem;color:#5a5a5a;margin:0 0 1.5rem;line-height:1.5}@media print{.crossword-toolbar,.crossword-current-clue,.crossword-overlay,.crossword-modal{display:none!important}.crossword-container{max-width:none;margin:0;padding:0}.crossword-header{border-bottom:2px solid #000;padding-bottom:.5rem;margin-bottom:1rem}.crossword-content{display:block}.crossword-grid-wrapper{margin-bottom:1.5rem}.crossword-grid-container{display:flex;justify-content:center}.crossword-grid{border:1px solid #000}.crossword-cell-block{background:#000!important;-webkit-print-color-adjust:exact;print-color-adjust:exact}.cell-input{color:transparent!important}.crossword-clues-columns{grid-template-columns:1fr 1fr;gap:2rem}.clue-item{padding:.25rem 0;font-size:.8125rem;border-left:none;margin-left:0}.clue-item:hover,.clue-item.clue-active{background:none}}.mobile-header{display:flex;align-items:center;justify-content:space-between;padding:.5rem 1rem;background:#fff;border-bottom:1px solid #e5e5e5}.mobile-back-btn{display:flex;align-items:center;gap:.25rem;color:#121212;text-decoration:none;font-size:.875rem;font-weight:500;min-width:70px}.mobile-back-btn:active{opacity:.7}.mobile-logo{display:flex;align-items:center;gap:.5rem}.mobile-logo-img{width:24px;height:24px;object-fit:contain}.mobile-logo-text{font-size:.9375rem;font-weight:600;color:#121212}.mobile-header-spacer{min-width:70px}.mobile-toolbar{display:flex;align-items:center;justify-content:space-between;padding:.5rem 1rem;border-bottom:1px solid #e5e5e5;position:relative}.mobile-toolbar-left{display:flex;align-items:center;gap:.5rem}.mobile-toolbar-right{display:flex;align-items:center}.mobile-toolbar-btn{width:36px;height:36px;border:none;background:transparent;cursor:pointer;color:#121212;display:flex;align-items:center;justify-content:center;border-radius:4px}.mobile-toolbar-btn:active{background:#e5e5e5}.mobile-menu{position:absolute;top:100%;right:.5rem;background:#fff;border:1px solid #e5e5e5;box-shadow:0 4px 12px #00000026;border-radius:8px;min-width:180px;z-index:100;padding:.5rem 0}.mobile-menu.hidden,.mobile-check-menu.hidden{display:none}.mobile-menu button,.mobile-check-menu button{display:block;width:100%;padding:.75rem 1rem;text-align:left;border:none;background:none;cursor:pointer;font-size:.9375rem;color:#121212}.mobile-menu button:active,.mobile-check-menu button:active{background:#f7f7f7}.mobile-menu hr{border:none;border-top:1px solid #e5e5e5;margin:.375rem 0}.mobile-check-menu{position:absolute;top:100%;right:5.5rem;background:#fff;border:1px solid #e5e5e5;box-shadow:0 4px 12px #00000026;border-radius:8px;min-width:160px;z-index:100;padding:.5rem 0}.mobile-pause-bar{position:fixed;bottom:0;left:0;right:0;height:auto;min-height:200px;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1.5rem 1rem calc(1.5rem + env(safe-area-inset-bottom,0px));z-index:60;box-shadow:0 -4px 20px #00000026;border-radius:16px 16px 0 0}.mobile-pause-time{font-size:.9375rem;font-weight:500}.mobile-pause-btn{background:#000;color:#fff;border:none;padding:.5rem 1.25rem;font-size:1.25rem;font-weight:600;border-radius:4px;cursor:pointer}.mobile-pause-btn:active{background:#e5e5e5}.mobile-keyboard{flex-shrink:0;background:#d1d5db;padding:.5rem .25rem calc(.5rem + env(safe-area-inset-bottom,0px));width:100%;max-width:100vw;box-sizing:border-box}.mobile-clue-bar{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:#a7d8ff;margin:0 .25rem .5rem;border-radius:6px;min-height:2.75rem;max-height:none}.mobile-clue-nav{width:32px;height:32px;border:none;background:transparent;color:#121212;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:4px;flex-shrink:0}.mobile-clue-nav:active{background:#0000001a}.mobile-clue-text{flex:1;font-size:.9375rem;color:#121212;text-align:center;line-height:1.35;overflow:visible;white-space:normal;word-wrap:break-word;display:block;padding:.25rem 0}.mobile-keyboard-rows{display:flex;flex-direction:column;gap:.375rem}.keyboard-row{display:flex;justify-content:center;gap:3px;padding:0 4px;max-width:100%}.keyboard-key{min-width:0;flex:1;max-width:36px;height:44px;border:none;background:#fff;color:#121212;font-size:clamp(1rem,4vw,1.25rem);font-weight:500;cursor:pointer;border-radius:5px;box-shadow:0 1px 2px #0003;display:flex;align-items:center;justify-content:center}.keyboard-key:active{background:#e5e5e5;transform:scale(.95)}.keyboard-key-special{flex:1.5;min-width:0;max-width:56px;background:#9ca3af;color:#121212;font-size:clamp(.6875rem,2.5vw,.8125rem);font-weight:600}.keyboard-key-special:active{background:#6b7280}.crossword-mobile{display:flex;flex-direction:column;min-height:100vh;min-height:100dvh;background:#fff;touch-action:manipulation}body:has(.crossword-mobile){overflow-y:auto;-webkit-overflow-scrolling:touch}.crossword-mobile .crossword-cell,.crossword-mobile .cell-input{touch-action:manipulation}.crossword-mobile .crossword-content{display:flex;flex-direction:column;align-items:center;padding:.5rem}.crossword-mobile .crossword-grid-wrapper{flex:0 0 auto;width:calc(100% - 1rem);max-width:400px;display:flex;justify-content:center;align-items:center}.crossword-mobile .crossword-grid-wrapper.has-overflow,.crossword-mobile .crossword-grid-wrapper.has-horizontal-overflow{overflow:auto}.crossword-grid-wrapper.has-overflow{--scroll-shadow-bottom: inset 0 -20px 16px -16px rgba(0,0,0,.08)}.crossword-grid-wrapper.has-horizontal-overflow{--scroll-shadow-right: inset -20px 0 16px -16px rgba(0,0,0,.08)}.crossword-grid-wrapper.has-overflow,.crossword-grid-wrapper.has-horizontal-overflow{box-shadow:var(--scroll-shadow-bottom, none),var(--scroll-shadow-right, none)}.crossword-grid-wrapper.has-overflow.scrolled-bottom{--scroll-shadow-bottom: none}.crossword-grid-wrapper.has-horizontal-overflow.scrolled-right{--scroll-shadow-right: none}.crossword-grid-wrapper.has-overflow:after,.crossword-grid-wrapper.has-horizontal-overflow:after{content:"Scroll to see more";position:absolute;bottom:4px;left:50%;transform:translate(-50%);background:#000000b3;color:#fff;font-size:.75rem;padding:.25rem .5rem;border-radius:4px;pointer-events:none;opacity:0;transition:opacity .3s;z-index:10}.crossword-grid-wrapper.has-overflow:not(.scrolled-bottom):after,.crossword-grid-wrapper.has-horizontal-overflow:not(.scrolled-right):after{opacity:1;animation:fadeInOut 3s ease-in-out forwards}@keyframes fadeInOut{0%{opacity:0}10%{opacity:1}80%{opacity:1}to{opacity:0}}.crossword-mobile~.puzzle-header,body:has(.crossword-mobile) .puzzle-header,body:has(.crossword-mobile) header.bg-white.shadow-sm{display:none}@media (max-width: 900px){.crossword-content{flex-direction:column;align-items:center}.crossword-grid-wrapper{flex:none;width:100%;max-width:500px;display:flex;justify-content:center}.crossword-clues-panel{flex:none;width:100%}}@media (max-width: 640px){.crossword-header-top{flex-direction:column;gap:.25rem;align-items:flex-start}.crossword-title{font-size:1.375rem}.crossword-date{font-size:1rem}.crossword-toolbar{flex-wrap:wrap;gap:.5rem}.toolbar-center{order:-1;width:100%;justify-content:center;padding-bottom:.5rem;border-bottom:1px solid #e5e5e5;margin-bottom:.25rem}.toolbar-btn{padding:.25rem .5rem;font-size:.8125rem}.crossword-clues-columns{grid-template-columns:1fr;gap:1.5rem}.clue-item{padding:.5rem}.crossword-current-clue{padding:.5rem .75rem}.current-clue-number,.current-clue-text{font-size:.875rem}}@media (max-width: 380px){.keyboard-row{gap:2px;padding:0 2px}.keyboard-key{max-width:30px;height:40px;font-size:.9rem;border-radius:4px}.keyboard-key-special{max-width:48px;font-size:.625rem}.mobile-clue-bar{padding:.375rem .5rem;margin:0 .125rem .375rem;min-height:2.5rem}.mobile-clue-text{font-size:.8125rem}.mobile-clue-nav{width:28px;height:28px}}.crossword-container.dark-mode{background:#1a1a1a;color:#e5e5e5}.dark-mode .crossword-header{border-bottom-color:#333}.dark-mode .crossword-date,.dark-mode .crossword-byline{color:#b0b0b0}.dark-mode .crossword-toolbar{border-bottom-color:#333}.dark-mode .toolbar-btn{color:#e5e5e5}.dark-mode .toolbar-btn:hover{color:#7cb3d9}.dark-mode .toolbar-btn.active{background:#e5e5e5;color:#1a1a1a}.dark-mode .crossword-timer-display{color:#e5e5e5}.dark-mode .timer-pause-btn{color:#999}.dark-mode .timer-pause-btn:hover{color:#e5e5e5}.dark-mode .dropdown-menu{background:#2a2a2a;border-color:#444}.dark-mode .dropdown-menu button{color:#e5e5e5}.dark-mode .dropdown-menu button:hover{background:#333}.dark-mode .crossword-current-clue{background:#2d4a5e;border-color:#3d5a6e}.dark-mode .current-clue-number,.dark-mode .current-clue-text{color:#e5e5e5}.dark-mode .crossword-grid,.dark-mode .crossword-cell{background:#2a2a2a;border-color:#555}.dark-mode .crossword-cell-block{background:#555;border-color:#555}.dark-mode .cell-number{color:#b0b0b0}.dark-mode .cell-input{color:#e5e5e5}.dark-mode .cell-selected{background:#8b7a2e!important}.dark-mode .cell-highlighted{background:#2d4a5e!important}.dark-mode .cell-correct{background:#2e5a3e!important}.dark-mode .cell-incorrect{background:#6e2e2e!important}.dark-mode .cell-revealed .cell-input{color:#7cb3d9!important}.dark-mode .clues-title{color:#b0b0b0}.dark-mode .clue-item{color:#e5e5e5}.dark-mode .clue-item:hover{background:#333}.dark-mode .clue-item.clue-active{background:#2d4a5e;border-left-color:#7cb3d9}.dark-mode .clue-number{color:#e5e5e5}.dark-mode .clue-text{color:#d0d0d0}.dark-mode .crossword-modal{background:#000000b3!important}.dark-mode .modal-content,.dark-mode .settings-modal-content{background:#2a2a2a!important;color:#e5e5e5}.dark-mode .modal-header{border-bottom-color:#444}.dark-mode .modal-header h2,.dark-mode .settings-title{color:#e5e5e5}.dark-mode .modal-close-btn{color:#999}.dark-mode .modal-close-btn:hover{color:#e5e5e5}.dark-mode .modal-footer,.dark-mode .settings-footer{border-top-color:#444}.dark-mode .settings-section h3{color:#b0b0b0}.dark-mode .settings-checkbox span,.dark-mode .settings-radio span{color:#d0d0d0}.dark-mode .settings-btn-primary{background:#e5e5e5;color:#1a1a1a}.dark-mode .settings-btn-primary:hover{background:#ccc}.dark-mode .settings-btn-secondary{color:#999}.dark-mode .settings-btn-secondary:hover{color:#e5e5e5}.dark-mode .modal-btn-secondary{border-color:#555;color:#999}.dark-mode .modal-btn-secondary:hover{background:#333;color:#e5e5e5}.dark-mode .share-btn{background:#333;border-color:#555;color:#e5e5e5}.dark-mode .share-btn:hover{background:#444;border-color:#666}.dark-mode .crossword-overlay{background:#000c}.dark-mode .overlay-content{background:#2a2a2a}.dark-mode .overlay-title{color:#e5e5e5}.dark-mode .overlay-creator,.dark-mode .overlay-date,.dark-mode .overlay-time{color:#999}.dark-mode .overlay-subtitle{color:#d0d0d0}.dark-mode .overlay-btn-primary{background:#e5e5e5;color:#1a1a1a}.dark-mode .overlay-btn-primary:hover{background:#ccc}.dark-mode .overlay-btn-secondary{color:#e5e5e5;border-color:#555}.dark-mode .overlay-btn-secondary:hover{background:#333}.dark-mode.crossword-mobile{background:#1a1a1a}.dark-mode .mobile-header{background:#1a1a1a;border-bottom-color:#333}.dark-mode .mobile-back-btn{color:#e5e5e5}.dark-mode .mobile-toolbar{border-bottom-color:#333}.dark-mode .mobile-toolbar-btn{color:#e5e5e5}.dark-mode .mobile-toolbar-btn:active{background:#333}.dark-mode .mobile-menu,.dark-mode .mobile-check-menu{background:#2a2a2a;border-color:#444}.dark-mode .mobile-menu button,.dark-mode .mobile-check-menu button{color:#e5e5e5}.dark-mode .mobile-menu button:active,.dark-mode .mobile-check-menu button:active{background:#333}.dark-mode .mobile-menu hr{border-top-color:#444}.dark-mode .mobile-keyboard{background:#333}.dark-mode .mobile-clue-bar{background:#2d4a5e}.dark-mode .mobile-clue-text,.dark-mode .mobile-clue-nav{color:#e5e5e5}.dark-mode .mobile-clue-nav:active{background:#ffffff1a}.dark-mode .keyboard-key{background:#4a4a4a;color:#e5e5e5;box-shadow:0 1px 2px #0006}.dark-mode .keyboard-key:active{background:#5a5a5a}.dark-mode .keyboard-key-special{background:#3a3a3a;color:#d0d0d0}.dark-mode .keyboard-key-special:active{background:#4a4a4a}.dark-mode .mobile-pause-bar{background:#2a2a2a}.dark-mode .mobile-pause-time{color:#e5e5e5}.dark-mode .mobile-pause-btn,.dark-mode .crossword-milestone-toast{background:#e5e5e5;color:#1a1a1a}.dark-mode .help-section h3{color:#e5e5e5}.dark-mode .help-section ul{color:#d0d0d0}.dark-mode .shortcut kbd{background:#333;border-color:#555;color:#e5e5e5}.dark-mode .shortcut span{color:#999}.sudoku-container{max-width:800px;margin:0 auto;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.sudoku-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid #e5e5e5}.sudoku-header-mobile{display:none}.sudoku-header-left{display:flex;align-items:center;gap:1.5rem}.sudoku-header-right{display:flex;align-items:center;gap:.5rem}.sudoku-difficulty{font-size:1rem;font-weight:500;color:#333}.sudoku-timer-wrap{display:flex;align-items:center;gap:.5rem}#sudoku-timer{font-size:1rem;font-weight:500;color:#333;font-variant-numeric:tabular-nums}.pause-btn{width:24px;height:24px;border:none;background:none;cursor:pointer;font-size:.875rem;color:#666}.sudoku-main{display:flex;gap:2rem;justify-content:center;align-items:flex-start;flex-wrap:wrap}.sudoku-grid-wrapper{flex-shrink:0}.sudoku-grid{display:grid;grid-template-columns:repeat(9,1fr);grid-template-rows:repeat(9,1fr);border:3px solid #000;background:#fff;width:450px;height:450px}.sudoku-cell{display:flex;align-items:center;justify-content:center;border:none;border-right:1px solid #7b7979;border-bottom:1px solid #7b7979;cursor:pointer;font-size:1.75rem;font-weight:500;position:relative;background:#fff;outline:none;transition:background-color .1s;overflow:hidden;min-width:0;min-height:0}.sudoku-cell.alt-box{background:#fff}.sudoku-cell.given{cursor:default;background:#e0e0e0!important}.sudoku-cell.given.highlighted,.sudoku-cell.given.alt-box.highlighted{cursor:default;background:#c5d8cb!important}.sudoku-cell.given.same-number{cursor:default;background:#a8d8b9!important}.sudoku-cell.given.selected{cursor:default;background:#8cc4a0!important}.sudoku-cell.border-top{border-top:2px solid #000}.sudoku-cell.border-left{border-left:2px solid #000}.sudoku-cell.border-bottom{border-bottom:2px solid #000}.sudoku-cell.border-right{border-right:2px solid #000}.sudoku-cell:nth-child(9n){border-right:none}.sudoku-cell:nth-child(n+73){border-bottom:none}.sudoku-cell.selected{background:#8cc4a0!important}.sudoku-cell.highlighted{background:#e8f5ec!important}.sudoku-cell.alt-box.highlighted{background:#d8eee2!important}.sudoku-cell.same-number{background:#a8d8b9!important}.sudoku-cell.error{background:#f5a623!important}.sudoku-cell.error:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom right,transparent calc(50% - 1px),#e74c3c calc(50% - 1px),#e74c3c calc(50% + 1px),transparent calc(50% + 1px));pointer-events:none}.sudoku-cell.error:after{content:"";position:absolute;bottom:4px;right:4px;width:8px;height:8px;background:#e74c3c;border-radius:50%}.cell-value{font-size:1.75rem;line-height:1}.given-value{color:#000;font-weight:600}.user-value{color:#000;font-weight:500}.candidates-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(3,1fr);position:absolute;top:0;left:0;right:0;bottom:0;padding:2px;box-sizing:border-box}.candidate{font-size:.625rem;color:#666;display:flex;align-items:center;justify-content:center;line-height:1;border-radius:2px}.candidate-highlighted{background:#a8d8b9;color:#000;font-weight:600}.sudoku-controls{display:flex;flex-direction:column;gap:1rem;min-width:200px}.controls-top-row{display:flex;gap:.5rem}.controls-top-row .mode-toggle{flex:1}.mobile-only{display:none!important}.mode-toggle{display:flex;border:1px solid #ddd;border-radius:4px;overflow:hidden}.mode-btn{flex:1;padding:.75rem 1.25rem;border:none;background:#fff;cursor:pointer;font-size:1rem;font-weight:500;color:#333;transition:all .15s}.mode-btn:first-child{border-right:1px solid #ddd}.mode-btn.active{background:#333;color:#fff}.mode-btn:hover:not(.active){background:#f5f5f5}.numpad{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem}.numpad-btn{aspect-ratio:1;font-size:1.75rem;font-weight:600;background:#f0f0f0;border:1px solid #ccc;border-radius:6px;cursor:pointer;transition:all .15s;display:flex;align-items:center;justify-content:center;min-width:60px;min-height:60px}.numpad-btn:hover{background:#e0e0e0}.numpad-btn:active{background:#d0d0d0}.numpad-btn-completed{background:#e8e8e8;color:#bbb;cursor:default}.numpad-btn-completed:hover,.numpad-btn-completed:active{background:#e8e8e8}.numpad-clear{display:none}.numpad.candidate-mode .numpad-btn:not(.numpad-clear){align-items:flex-start;justify-content:flex-start;padding:.5rem;font-size:1rem}.action-buttons{display:none}@media (min-width: 769px){.action-buttons{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}}.action-btn{padding:.75rem 1rem;font-size:1rem;font-weight:500;background:#f0f0f0;border:1px solid #ccc;border-radius:6px;cursor:pointer;transition:all .15s}.action-btn:hover{background:#e0e0e0}.action-icon{font-size:1.25rem;font-weight:400;line-height:1}.auto-candidate-label{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#333;cursor:pointer}.auto-candidate-label input{width:1rem;height:1rem}.menu-btn{padding:.5rem;background:none;border:none;cursor:pointer;color:#666;border-radius:4px;transition:all .15s}.menu-btn:hover{background:#f5f5f5;color:#333}.menu-icon{width:24px;height:24px}.menu-dropdown{position:relative}.dropdown-content{position:absolute;top:100%;right:0;margin-top:.25rem;background:#fff;border:1px solid #ddd;border-radius:8px;box-shadow:0 4px 12px #00000026;min-width:160px;z-index:100;padding:.5rem 0}.dropdown-content.hidden{display:none}.dropdown-content button{display:block;width:100%;padding:.75rem 1rem;text-align:left;border:none;background:none;cursor:pointer;font-size:.875rem;color:#333;transition:background .15s}.dropdown-content button:hover{background:#f5f5f5}.dropdown-content button:first-child{border-radius:4px 4px 0 0}.dropdown-content button:last-child{border-radius:0 0 4px 4px}.dropdown-content hr{margin:0;border:none;border-top:1px solid #e5e5e5}@media (max-width: 768px){.sudoku-container{padding:0 .5rem}.sudoku-header{display:none}.sudoku-header-mobile{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:1px solid #e5e5e5}.sudoku-header-mobile-left{display:flex;align-items:center;gap:1rem}.sudoku-header-mobile-right{display:flex;align-items:center;gap:.15rem}.sudoku-main{flex-direction:column;align-items:center;gap:1rem}.sudoku-controls{width:100%;max-width:450px;gap:.75rem}.mobile-only{display:flex!important}.undo-btn.mobile-only{padding:.5rem 1.25rem;font-size:.875rem;font-weight:500;background:#f5f5f5;border:1px solid #ddd;border-radius:4px;cursor:pointer}.controls-top-row{display:flex;justify-content:space-between;align-items:stretch;gap:.5rem}.controls-top-row .mode-toggle{flex:1}.controls-top-row .undo-btn{padding:.5rem 1.25rem}.numpad{grid-template-columns:repeat(5,1fr);gap:.5rem}.numpad-clear{display:flex}.numpad-btn{aspect-ratio:auto;padding:.875rem .5rem;font-size:1.25rem;min-width:auto;min-height:auto}.numpad.candidate-mode .numpad-btn{align-items:center;justify-content:center;padding:.875rem .5rem;font-size:1.25rem}.cell-value{font-size:1.5rem}.candidate{font-size:.5rem}}@media (max-width: 520px){.sudoku-container{padding:0}.sudoku-grid{width:calc(100vw - 1rem);height:calc(100vw - 1rem);max-width:none;max-height:none}.sudoku-controls{max-width:calc(100vw - 1rem);padding:0 .25rem}}@media (max-width: 480px){.numpad-btn{font-size:1.125rem;padding:.75rem .25rem}.cell-value{font-size:1.25rem}}.sudoku-grid-container{position:relative;flex-shrink:0}.pause-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;padding:2rem 3rem;border-radius:12px;box-shadow:0 4px 20px #00000026;z-index:10;cursor:pointer}.pause-overlay.hidden{display:none}.pause-content{text-align:center}.pause-text{font-size:1rem;font-weight:400;color:#333;margin-bottom:1.25rem}.resume-btn{padding:.75rem 2.5rem;font-size:1rem;font-weight:500;background:#222;color:#fff;border:none;border-radius:25px;cursor:pointer;transition:background .15s}.resume-btn:hover{background:#444}.help-modal-overlay{position:fixed!important;top:0!important;left:0!important;right:0!important;bottom:0!important;width:100vw!important;height:100vh!important;background:#00000080!important;display:flex!important;align-items:center!important;justify-content:center!important;z-index:9999!important;padding:1rem;margin:0!important;box-sizing:border-box}.help-modal{background:#fff!important;border-radius:12px;max-width:500px;width:100%;max-height:90vh;overflow-y:auto;padding:1.5rem;position:relative;box-shadow:0 10px 40px #0003;display:block!important}.help-modal-close{position:absolute;top:1rem;right:1rem;width:32px;height:32px;border:none;background:none;font-size:1.5rem;color:#666;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .15s}.help-modal-close:hover{background:#f0f0f0;color:#333}.help-modal-title{font-size:1.5rem;font-weight:700;color:#111;margin:0 0 .5rem}.help-modal-subtitle{font-size:1rem;color:#333;margin:0 0 1rem}.help-modal-section{font-size:1.1rem;font-weight:700;color:#111;margin:1.5rem 0 .75rem}.help-modal-list{margin:0;padding-left:1.25rem;color:#333}.help-modal-list li{margin-bottom:.5rem;line-height:1.5}.help-modal-list li:last-child{margin-bottom:0}.settings-modal-overlay{position:fixed!important;top:0!important;left:0!important;right:0!important;bottom:0!important;width:100vw!important;height:100vh!important;background:#00000080!important;display:flex!important;align-items:center!important;justify-content:center!important;z-index:9999!important;padding:1rem;margin:0!important;box-sizing:border-box}.settings-modal{background:#fff!important;border-radius:12px;max-width:400px;width:100%;max-height:90vh;overflow-y:auto;padding:1.5rem;position:relative;box-shadow:0 10px 40px #0003;display:block!important;flex-direction:column!important}.settings-modal *{box-sizing:border-box}.settings-modal-close{position:absolute;top:1rem;right:1rem;width:32px;height:32px;border:none;background:none;font-size:1.5rem;color:#666;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .15s}.settings-modal-close:hover{background:#f0f0f0;color:#333}.settings-modal-title{font-size:1.5rem;font-weight:700;color:#111;margin:0 0 1.5rem;display:block!important}.settings-section{margin-bottom:1rem;display:flex!important;flex-direction:column!important}.settings-section-title{font-size:.75rem;font-weight:600;color:#666;letter-spacing:.05em;margin-bottom:1rem;text-transform:uppercase;display:block!important;width:100%}label.settings-option,.settings-option{display:flex!important;flex-direction:row!important;align-items:center!important;gap:.75rem;padding:.75rem 0;cursor:pointer;border-bottom:1px solid #f0f0f0;width:100%!important;margin:0!important}label.settings-option:last-child,.settings-option:last-child{border-bottom:none}.settings-option input[type=checkbox],.settings-modal input[type=checkbox]{width:1.25rem!important;height:1.25rem!important;min-width:1.25rem!important;accent-color:#1a73e8;cursor:pointer;flex-shrink:0;margin:0!important;padding:0!important}.settings-option span{font-size:1rem;color:#333;flex:1;display:inline!important}.sudoku-cell.conflict{background:#f5a623!important}.sudoku-cell.conflict:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom right,transparent calc(50% - 1px),#e74c3c calc(50% - 1px),#e74c3c calc(50% + 1px),transparent calc(50% + 1px));pointer-events:none}.sudoku-cell.conflict:after{content:"";position:absolute;bottom:4px;right:4px;width:8px;height:8px;background:#e74c3c;border-radius:50%}.sudoku-cell.conflict .user-value{color:#000}.sudoku-cell.conflict-peer:after{content:"";position:absolute;bottom:4px;right:4px;width:8px;height:8px;background:#f5a623;border-radius:50%}.start-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;padding:2.5rem 3.5rem;border-radius:16px;box-shadow:0 4px 20px #00000026;z-index:10;cursor:pointer;min-width:280px}.start-overlay.hidden{display:none}.start-content{text-align:center;display:flex;flex-direction:column;align-items:center}.start-icon{width:80px;height:80px;object-fit:cover;border-radius:0;margin-bottom:1rem}.start-title{font-size:1.5rem;font-weight:700;color:#111;margin:0 0 .25rem}.start-date{font-size:.875rem;color:#666;margin:0 0 1rem}.start-text{font-size:1rem;font-weight:400;color:#333;margin:0 0 .75rem}.start-avg-time{font-size:.875rem;color:#666;margin:0 0 1.25rem}.start-avg-time strong{color:#333;font-weight:600}.start-btn{padding:.75rem 2.5rem;font-size:1rem;font-weight:500;background:#222;color:#fff;border:none;border-radius:25px;cursor:pointer;transition:background .15s}.start-btn:hover{background:#444}.victory-modal-overlay{position:fixed!important;top:0!important;left:0!important;right:0!important;bottom:0!important;width:100vw!important;height:100vh!important;background:#fffffffa!important;display:flex!important;align-items:center!important;justify-content:center!important;z-index:9999!important;padding:1rem;margin:0!important;box-sizing:border-box}.victory-modal{width:100%;max-width:500px;position:relative;padding:2rem}.victory-modal-close{position:absolute;top:0;right:0;display:flex;align-items:center;gap:.5rem;padding:.5rem;border:none;background:none;font-size:1rem;font-weight:500;color:#333;cursor:pointer;transition:opacity .15s}.victory-modal-close:hover{opacity:.7}.victory-modal-close .close-x{font-size:1.5rem;line-height:1}.victory-content{text-align:center;padding-top:2rem}.victory-icon{width:80px;height:80px;margin:0 auto 1.5rem;border-radius:16px;display:flex;align-items:center;justify-content:center;overflow:hidden}.victory-icon:has(svg){background:#4285f4;box-shadow:0 4px 12px #4285f44d}.victory-icon svg{width:48px;height:48px;color:#fff}.victory-icon-img{width:100%;height:100%;object-fit:cover;border-radius:12px}.victory-title{font-size:2.5rem;font-weight:800;color:#111;margin:0 0 1rem;font-family:Georgia,Times New Roman,serif}.victory-subtitle{font-size:1.5rem;color:#333;margin:0 0 2rem;line-height:1.4}.victory-subtitle strong{font-weight:700}.share-results-btn{display:inline-block;padding:1rem 2.5rem;font-size:1.125rem;font-weight:600;background:#111;color:#fff;border:none;border-radius:50px;cursor:pointer;transition:background .15s}.share-results-btn:hover{background:#333}.share-modal-overlay{position:fixed!important;top:0!important;left:0!important;right:0!important;bottom:0!important;width:100vw!important;height:100vh!important;background:#00000080!important;display:flex!important;align-items:center!important;justify-content:center!important;z-index:9999!important;padding:1rem;margin:0!important;box-sizing:border-box}.share-modal{background:#fff!important;border-radius:12px;max-width:500px;width:100%;max-height:90vh;overflow-y:auto;padding:2rem;position:relative;box-shadow:0 10px 40px #0003}.share-modal-close{position:absolute;top:1rem;right:1rem;width:32px;height:32px;border:none;background:none;font-size:1.75rem;color:#666;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .15s}.share-modal-close:hover{background:#f0f0f0;color:#333}.share-title{font-size:2rem;font-weight:800;color:#111;margin:0 0 1.5rem;text-align:center;font-family:Georgia,Times New Roman,serif}.share-preview{background:#d4e5f7;border-radius:8px;padding:1.5rem;margin-bottom:1.5rem;text-align:center}.share-preview-text{font-size:1.125rem;font-weight:600;color:#1a3a5c;margin:0 0 .5rem}.share-preview-link{font-size:.875rem;color:#1a3a5c;text-decoration:underline;word-break:break-all}.share-options{display:flex;flex-direction:column;gap:0}.share-option{display:flex;align-items:center;gap:1rem;padding:1rem 0;border:none;border-bottom:1px solid #e5e5e5;background:none;cursor:pointer;transition:background .15s;text-align:left;width:100%}.share-option:last-child{border-bottom:none}.share-option:hover{background:#f5f5f5}.share-icon{width:40px;height:40px;border-radius:50%;background:#f0f0f0;display:flex;align-items:center;justify-content:center;flex-shrink:0}.share-icon svg{width:20px;height:20px;color:#333}.share-icon.facebook{background:#1877f2}.share-icon.facebook svg{color:#fff}.share-icon.twitter{background:#000}.share-icon.twitter svg{color:#fff}.share-icon.whatsapp{background:#25d366}.share-icon.whatsapp svg{color:#fff}.share-label{font-size:1rem;font-weight:500;color:#333}@media (max-width: 480px){.victory-title{font-size:2rem}.victory-subtitle{font-size:1.25rem}.share-title{font-size:1.5rem}.victory-icon{width:64px;height:64px}.victory-icon svg{width:36px;height:36px}.victory-icon-img{border-radius:10px}}
