:root{font-family:Arial,Helvetica,sans-serif;color:#20201d;background:#fff;font-synthesis:none;--tile: #efefe8;--ink: #20201d}*{box-sizing:border-box}body{margin:0;-webkit-text-size-adjust:100%}body:has(dialog[open]){overflow:hidden}button,input{font:inherit}button{color:inherit;cursor:pointer;-webkit-tap-highlight-color:transparent;touch-action:manipulation;transition:background .18s,opacity .18s,transform .18s}button:disabled{cursor:default}button:focus-visible{outline:2px solid var(--ink);outline-offset:4px}button,input{border-radius:0}::selection{background:#f5d96b80}.title-screen{min-height:100vh;min-height:100svh;display:grid;place-items:center;padding:56px 20px;background:#eeeee9;text-align:center}.title-content{width:100%;max-width:560px;animation:title-arrive .5s cubic-bezier(.2,.7,.2,1) both}.brand-mark{display:block;width:30px;height:30px;flex-shrink:0}.brand-mark.title-mark{width:72px;height:72px;margin:0 auto 28px}.title-content h1{font-size:clamp(52px,8vw,70px);letter-spacing:-3px;line-height:1.05}.title-premise{font-family:Georgia,Times New Roman,serif;font-size:clamp(23px,4.3vw,29px);line-height:1.3;letter-spacing:-.5px;margin:22px 0 32px}.title-actions{display:flex;flex-direction:column;align-items:center;gap:6px}.title-play{min-width:200px;min-height:52px;font-size:17px;font-weight:400}.title-help{min-height:44px;padding:10px 18px;border:0;background:transparent;font-size:14px;text-underline-offset:4px}.title-help:hover{text-decoration:underline}.title-edition{display:flex;flex-direction:column;gap:7px;margin-top:30px;font-size:15px;line-height:1.3}.title-edition time{font-weight:700}.title-edition span{color:#5c5c55;font-size:13px}.puzzle-screen{animation:title-arrive .3s ease both}@keyframes title-arrive{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media(max-width:380px){.title-screen{padding:38px 16px}.title-content h1{font-size:52px}.title-premise{font-size:22px}}h1{font-family:Georgia,Times New Roman,serif;font-size:38px;line-height:1.1;letter-spacing:-1.6px;margin:0;font-weight:800}.icon-button{display:grid;place-items:center;width:44px;height:44px;border:0;padding:0;background:transparent;border-radius:50%;flex-shrink:0}.icon-button:hover{background:#f2f2ed}.icon-button:active{transform:scale(.94)}.game{width:min(100% - 32px,510px);margin:0 auto;padding:34px 0 45px;text-align:center}.instruction{margin:0 0 26px;font-size:18px;line-height:1.45}.board{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-auto-rows:1fr;gap:8px;perspective:900px}.tile{position:relative;overflow:hidden;border:0;border-radius:7px;min-width:0;min-height:116px;background:var(--tile);padding:17px 8px;display:grid;place-items:center;transform-style:preserve-3d;transition:background .25s,opacity .2s,box-shadow .2s,transform .2s}.tile:hover{background:#e7e7de}.tile.covered{background:var(--connection)}.tile.covered:hover{box-shadow:inset 0 0 0 1px #00000012}.tile.selected{box-shadow:inset 0 0 0 2px #383832}.tile.muted{opacity:.32}.tile-content{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:9px;max-width:100%}.category-name{text-transform:uppercase;font-size:16px;font-weight:700;line-height:1.24;text-wrap:balance;overflow-wrap:anywhere}.tile-word{font-size:12px;line-height:1.35;overflow-wrap:anywhere;max-width:100%;color:#22221ee6}.connection-bands{position:absolute;bottom:0;left:0;right:0;height:6px;display:flex;border-top:1px solid #ffffff40}.connection-bands i{flex:1}.tile.revealing{animation:tile-reveal .56s cubic-bezier(.22,.65,.3,1) both;animation-delay:var(--reveal-delay)}.tile.revealing .tile-word{animation:word-reveal .56s both;animation-delay:var(--reveal-delay)}.tile.echo{animation:connection-echo .54s ease both;animation-delay:var(--reveal-delay)}.celebrating .tile{animation:finish-wave .64s cubic-bezier(.22,.65,.3,1) both;animation-delay:var(--finish-delay)}@keyframes tile-reveal{0%{background:var(--tile);transform:rotateX(0) scale(1)}44%{background:var(--tile);transform:rotateX(82deg) scale(.96)}45%{background:var(--connection)}72%{transform:rotateX(-8deg) scale(1.015)}to{background:var(--connection);transform:rotateX(0) scale(1)}}@keyframes word-reveal{0%,44%{opacity:0}60%,to{opacity:1}}@keyframes connection-echo{0%,to{transform:scale(1)}40%{transform:scale(1.035)}}@keyframes finish-wave{0%,to{transform:translateY(0)}35%{transform:translateY(-7px)}70%{transform:translateY(1px)}}.guess-dots{display:flex;justify-content:center;gap:11px;padding:0;margin:26px auto;width:fit-content;height:12px}.guess-dot{width:12px;height:12px;border-radius:50%;background:#62635a;transition:background .2s,transform .2s}.guess-dot.used{background:#dedfd7;transform:scale(.55)}.guess-dot.spending{animation:spend-dot .48s ease both}@keyframes spend-dot{0%{background:#62635a;transform:scale(1)}30%{transform:scale(1.24)}to{background:#dedfd7;transform:scale(.55)}}.answer-form{display:flex;align-items:stretch;gap:10px;max-width:410px;margin:auto}.answer-form input{min-width:0;width:100%;border:1px solid #babbb2;border-radius:28px;padding:13px 21px;font-size:16px;background:#fff;color:var(--ink);transition:border-color .18s,box-shadow .18s}.answer-form input::placeholder{color:#7d7e75}.answer-form input:focus-visible{border-color:var(--ink);outline:none;box-shadow:0 0 0 1px var(--ink)}.answer-form input:disabled{background:#fafaf7}.answer-form input[aria-invalid=true]{border-color:#ae5946}.button{border:1px solid var(--ink);border-radius:28px;min-height:48px;padding:13px 26px;background:#fff;font-size:15px;font-weight:600;white-space:nowrap}.button:hover{background:#f1f1ec}.button:active:not(:disabled){transform:scale(.97)}.button.primary{background:var(--ink);color:#fff}.button.primary:hover{background:#3b3b34}.button:disabled,.button:disabled:hover{background:#fff;color:#96968b;border-color:#cdcdc3}.feedback{font-size:13px;line-height:1.5;color:#626259;min-height:20px;margin-top:12px}.feedback-text{animation:arrive .16s ease both}.feedback.error{color:#994b3d}.played-words{display:flex;justify-content:center;flex-wrap:wrap;gap:7px 18px;list-style:none;padding:0;margin:6px 0 0}.played-words button{display:inline-flex;align-items:center;gap:7px;padding:6px 2px;border:0;background:transparent;font-size:14px;color:#4d4e45;text-underline-offset:4px}.played-words button:hover:not(:disabled){color:var(--ink);text-decoration:underline}.played-words button[aria-pressed=true]{text-decoration:underline;color:var(--ink)}.played-words button{min-height:44px}.storage-notice{font-size:13px;line-height:1.5;color:#994b3d}.share-fallback{margin-top:16px;text-align:left}.report-form{display:grid;gap:12px}.report-form label{font-size:14px;font-weight:600}.report-form input,.report-form select{width:100%;min-height:46px;padding:10px 12px;border:1px solid #babbb2;border-radius:6px;font:inherit;font-size:16px;background:#fff;color:var(--ink)}.report-form .fine-print{margin:4px 0}.report-link{display:block;margin:12px 0 0;padding-left:0;font-size:13px;color:#66675b}.share-fallback textarea{width:100%;min-height:160px;resize:vertical;border:1px solid #babbb2;border-radius:6px;padding:12px;font:inherit;font-size:14px;background:#fafaf7;color:var(--ink)}.word-swatch{display:inline-block;flex-shrink:0;width:9px;height:9px;border-radius:50%;background:var(--word-color);box-shadow:inset 0 0 0 1px #00000008}.word-arriving{animation:arrive .42s ease both}@keyframes arrive{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.end-state{animation:arrive .4s ease both}.end-state p{font-family:Georgia,Times New Roman,serif;font-size:23px;margin:0 0 18px;letter-spacing:-.45px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.modal{width:min(440px,calc(100% - 32px));max-height:calc(100vh - 40px);max-height:calc(100dvh - 40px);overscroll-behavior:contain;padding:0;border:1px solid #e5e5de;border-radius:11px;background:#fff;color:var(--ink);box-shadow:0 10px 55px #25251e24}.modal[open]{animation:modal-arrive .3s cubic-bezier(.16,1,.3,1) both}.modal::backdrop{background:#ffffffe0;animation:backdrop-arrive .25s ease both}@keyframes modal-arrive{0%{opacity:0;transform:translateY(12px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes backdrop-arrive{0%{opacity:0}to{opacity:1}}.modal-inner{position:relative;padding:42px 30px 28px}.modal-close{position:absolute;top:7px;right:7px}.modal h2{font-family:Georgia,Times New Roman,serif;font-size:32px;letter-spacing:-.9px;line-height:1.15;margin:5px 0 20px}.modal p{font-size:15px;line-height:1.65;margin:0 0 18px}.modal .fine-print{color:#66675b;font-size:13px}.help-example{display:flex;align-items:center;gap:14px;padding:6px 0 22px}.help-example>strong{font-size:16px}.help-example>svg{flex-shrink:0}.help-categories{flex:1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.help-categories span{display:grid;place-items:center;min-height:58px;border-radius:5px;background:#f5d96b;font-size:12px;font-weight:700;text-transform:uppercase}.result-modal .modal-inner{display:flex;flex-direction:column;text-align:center;padding-top:35px}.result-modal h2{margin:5px 0 12px}.result-mosaic{display:grid;grid-template-columns:repeat(3,1fr);gap:3px;width:54px;height:54px;margin:0 auto 20px;order:-1}.result-mosaic span{border-radius:2px;background:var(--cell-color);animation:mosaic-arrive .38s cubic-bezier(.2,.8,.2,1) both;animation-delay:var(--cell-delay)}@keyframes mosaic-arrive{0%{opacity:0;transform:scale(.65)}to{opacity:1;transform:scale(1)}}.modal .result-score{font-size:17px;margin-bottom:6px}.modal .achievement{font-size:12px;letter-spacing:.65px;color:#757668;margin:0}.result-connections{border-top:1px solid #e5e5de;margin:25px 0;text-align:left}.result-connections>div{display:grid;grid-template-columns:minmax(0,96px) minmax(0,1fr);gap:10px;padding:14px 0;border-bottom:1px solid #e5e5de;font-size:13px;line-height:1.5;animation:arrive .35s ease both;animation-delay:var(--row-delay)}.result-connections strong{display:flex;gap:7px;align-items:baseline;font-size:14px;overflow-wrap:anywhere}.result-connections span{color:#66675b;overflow-wrap:anywhere}.share-button{width:100%}.reveal-button{background:none;border:0;padding:11px 4px;font-size:14px;line-height:1.4;text-underline-offset:4px;margin-top:9px}.reveal-button:hover{text-decoration:underline}.examples{border-top:1px solid #e5e5de;border-bottom:1px solid #e5e5de;padding:16px 0 0;margin-top:10px;text-align:left;animation:arrive .22s ease both}.examples p{font-size:14px}.modal .next-puzzle{font-size:12px;color:#858678;margin:18px 0 0}.empty-edition h2{font-family:Georgia,Times New Roman,serif;font-size:27px}.empty-edition p{font-size:15px;color:#66675b}@media(max-width:600px){.feedback{min-height:3em}h1{font-size:32px;letter-spacing:-1.2px}.game{padding-top:25px}.instruction{font-size:16px;margin-bottom:22px}.tile{min-height:104px;padding:15px 6px}.tile-content{gap:8px}.category-name{font-size:14px}.tile-word{font-size:11px}.guess-dots{margin:25px auto}.answer-form{max-width:360px}.modal-inner{padding-left:24px;padding-right:24px}}@media(max-width:360px){.result-connections>div{grid-template-columns:minmax(0,76px) minmax(0,1fr)}.help-example{gap:10px}.instruction{font-size:15px}.board{gap:6px}.tile{min-height:98px}.category-name{font-size:12px}.answer-form input{padding-left:16px}.button{padding-left:21px;padding-right:21px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important}}.game-header{width:min(100% - 40px,510px);margin:0 auto;padding:24px 0 16px;display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}.heading-group{display:flex;gap:10px;align-items:center;min-width:0}.brand-name{color:var(--ink);font-weight:800}.wordmark{display:flex;align-items:center;gap:10px;border:0;padding:0;background:transparent;font:inherit;letter-spacing:inherit}.header-help{min-height:44px;padding:10px 0 10px 14px;border:0;background:transparent;font-size:12px;color:#60665f;text-underline-offset:4px}.header-help:hover{color:var(--ink);text-decoration:underline}.puzzle-edition{display:flex;justify-content:space-between;gap:12px;margin:0;padding:0;color:#73776f;font-size:12px;line-height:1.4;font-variant-numeric:tabular-nums;width:100%}.puzzle-edition span{letter-spacing:.6px}.edition-date{color:#73776f;font-size:13px}.game-header h1{font-size:29px;letter-spacing:-1.3px}@media(max-width:600px){.game-header{padding:23px 0 21px}.game-header h1{font-size:27px}}
