body{width:100%;min-height:100vh;display:flex;flex-direction:column;justify-content:flex-start;align-items:center}.loading-screen{width:100%;height:100vh;display:flex;justify-content:center;align-items:center;font-size:1.2rem}.lobby-separator{width:100%;border:none;border-top:1.5px solid #d4d4d4;margin:1.2rem 0;height:0;background:none}.button-row{display:flex;width:100%;justify-content:center;align-items:center;margin:.2rem 0}.lobby,.name-input{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;min-width:240px;max-width:340px;margin:2.5rem auto;padding:2rem 1.2rem 1.2rem;border:1.5px solid #e5e5e5;border-radius:.5rem;box-shadow:0 2px 8px #3c3c3c0f;font-family:Georgia,Times New Roman,Times,serif;background:none;gap:1.1rem}.lobby h1,.name-input h1{font-size:2rem;font-weight:700;letter-spacing:.01em;color:#222;margin-bottom:1.1rem;font-family:inherit;text-shadow:none;border-bottom:1.5px solid #d4d4d4;padding-bottom:.3rem;width:100%;text-align:left}.lobby input,.name-input input{font-family:inherit;font-size:1.1rem;padding:.6rem 1rem;border:1px solid #d4d4d4;border-radius:.3rem;margin-bottom:.5rem;width:100%;box-sizing:border-box;background:none}.lobby button,.name-input button{font-family:inherit;font-size:1.1rem;padding:.6rem 1.2rem;border:1.5px solid #bdbdbd;border-radius:.3rem;background:none;color:#222;font-weight:600;cursor:pointer;margin-top:.2rem;transition:background .12s,border .12s}.lobby button:hover,.name-input button:hover{background:#f0f0f0;border-color:#888}:root{--prefilled-bg: #5bcc62;--highlighted-bg: #a7d8ff;--focused-bg: #ffdb01}.crossword-cell{border:1px solid #707070;margin:-1px 0 0 -1px;position:relative;font-size:3.7cqw;-webkit-user-select:none;user-select:none;display:flex;align-items:flex-end;justify-content:center;touch-action:manipulation}.cell-content{line-height:.9em}.crossword-cell .clue-number{position:absolute;top:0;left:1px;font-size:37%}.crossword-cell.highlighted{background-color:var(--highlighted-bg)}.crossword-cell.focused{background-color:var(--focused-bg)}.crossword-cell.prefilled{background-color:var(--prefilled-bg)}.crossword-cell.crossword-cell.prefilled.focused{box-shadow:inset 0 0 0 2px var(--focused-bg)}.crossword-cell.crossword-cell.prefilled.highlighted{box-shadow:inset 0 0 0 1px var(--highlighted-bg)}.crossword-cell.blocked{background-color:#000}@font-face{font-family:NYT Franklin;src:url(/NYT%20Franklin%20500%20Normal.woff) format("woff");font-weight:500;font-style:normal;font-display:swap}:root{--grid-size: clamp(100px, min(96vw, 60vh), 600px);--col-count: 15;--row-count: 15}:root:has(.crossword-grid[style*="--col-count: 1" i]) .crossword-cell{font-size:5cqw}:root:has(.crossword-grid[style*="--col-count: 1" i]) .cell-content{line-height:1em}.crossword-grid{display:grid;grid-template-columns:repeat(var(--col-count),minmax(0,1fr));grid-template-rows:repeat(var(--row-count),minmax(0,1fr));width:var(--grid-size);aspect-ratio:1 / 1;font-family:NYT Franklin,Arial,sans-serif;container-type:size;border:3px solid black}.body{width:100vw}.host{display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between;width:100vw;min-height:100vh;position:relative;gap:0}.host-info{flex:1 1 220px;min-width:140px;max-width:340px;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;align-self:stretch;margin-left:0;box-sizing:border-box;background:none;padding:0 1.2rem 1.2rem;font-family:Georgia,Times New Roman,Times,serif}.host .crossword{pointer-events:none;flex:0 0 auto;display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:0;z-index:1;box-sizing:border-box}.host.crossword-grid{width:clamp(140px,1vw,700px);height:auto;box-sizing:border-box}.host.crossword-grid{width:clamp(140px,42vw,700px);height:clamp(140px,42vw,700px);box-sizing:border-box}.leaderboard{flex:1 1 220px;min-width:140px;max-width:340px;display:flex;flex-direction:column;align-items:center;box-sizing:border-box;background:none;border-radius:.5rem;box-shadow:0 2px 8px #3c3c3c0f;padding:2rem 1.2rem 1.2rem;margin:2.5rem 1.5rem 2.5rem .5rem;border:1.5px solid #e5e5e5;position:relative;overflow:hidden;font-family:Georgia,Times New Roman,Times,serif}.leaderboard h2{font-size:2rem;font-weight:700;letter-spacing:.01em;color:#222;margin-bottom:1.1rem;font-family:inherit;text-shadow:none;border-bottom:1.5px solid #d4d4d4;padding-bottom:.3rem;width:100%;text-align:left}.leaderboard ul{list-style:none;padding:0;margin:0;width:100%}.leaderboard li{display:flex;align-items:center;justify-content:space-between;background:none;border-radius:.3rem;margin-bottom:.5rem;padding:.7rem 1rem;font-size:1.08rem;font-weight:500;border:1px solid #e5e5e5;box-shadow:none;transition:background .12s,border .12s;color:#222;font-family:inherit}.leaderboard li:first-child{background:none;color:#111;font-size:1.18rem;font-weight:700;border:1.5px solid #bdbdbd}.leaderboard li:nth-child(2),.leaderboard li:nth-child(3){background:none;color:#333;font-weight:600;border:1.2px solid #d4d4d4}.leaderboard li span.rank{display:inline-block;width:2em;text-align:center;font-size:1em;font-weight:600;margin-right:.7em;color:#888;font-family:inherit}.leaderboard li:last-child{margin-bottom:0}.leaderboard li{cursor:default}.leaderboard li:hover{background:none;border-color:#bdbdbd}@media(max-width:900px){.host{flex-direction:column;align-items:stretch;justify-content:flex-start;gap:.5rem}.host-info,.leaderboard{min-width:0;max-width:100vw;width:100%;align-items:center;justify-content:center;text-align:center;margin:.5rem 0;border-radius:.5rem;padding:1.2rem .5rem}.crossword{width:100vw;min-width:0;margin:0 auto}.crossword-grid{width:clamp(100px,90vw,340px);height:clamp(100px,90vw,340px)}}.hg-theme-default{background-color:#ececec;border-radius:5px;box-sizing:border-box;font-family:HelveticaNeue-Light,Helvetica Neue Light,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;overflow:hidden;padding:5px;touch-action:manipulation;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}.hg-theme-default .hg-button span,.hg-theme-default .hg-button span svg{pointer-events:none}.hg-theme-default button.hg-button{border-width:0;font-size:inherit}.hg-theme-default .hg-button{display:inline-block;flex-grow:1}.hg-theme-default .hg-row{display:flex}.hg-theme-default .hg-row:not(:last-child){margin-bottom:5px}.hg-theme-default .hg-row .hg-button-container,.hg-theme-default .hg-row .hg-button:not(:last-child){margin-right:5px}.hg-theme-default .hg-row>div:last-child{margin-right:0}.hg-theme-default .hg-row .hg-button-container{display:flex}.hg-theme-default .hg-button{align-items:center;background:#fff;border-bottom:1px solid #b5b5b5;border-radius:5px;box-shadow:0 0 3px -1px #0000004d;box-sizing:border-box;cursor:pointer;display:flex;height:40px;justify-content:center;padding:5px;-webkit-tap-highlight-color:rgba(0,0,0,0)}.hg-theme-default .hg-button.hg-standardBtn{width:20px}.hg-theme-default .hg-button.hg-activeButton{background:#efefef}.hg-theme-default.hg-layout-numeric .hg-button{align-items:center;display:flex;height:60px;justify-content:center;width:33.3%}.hg-theme-default .hg-button.hg-button-numpadadd,.hg-theme-default .hg-button.hg-button-numpadenter{height:85px}.hg-theme-default .hg-button.hg-button-numpad0{width:105px}.hg-theme-default .hg-button.hg-button-com{max-width:85px}.hg-theme-default .hg-button.hg-standardBtn.hg-button-at{max-width:45px}.hg-theme-default .hg-button.hg-selectedButton{background:#05194687;color:#fff}.hg-theme-default .hg-button.hg-standardBtn[data-skbtn=".com"]{max-width:82px}.hg-theme-default .hg-button.hg-standardBtn[data-skbtn="@"]{max-width:60px}.hg-candidate-box{background:#ececec;border-bottom:2px solid #b5b5b5;border-radius:5px;display:inline-flex;margin-top:-10px;position:absolute;transform:translateY(-100%);-webkit-user-select:none;-moz-user-select:none;user-select:none}ul.hg-candidate-box-list{display:flex;flex:1;list-style:none;margin:0;padding:0}li.hg-candidate-box-list-item{align-items:center;display:flex;height:40px;justify-content:center;width:40px}li.hg-candidate-box-list-item:hover{background:#00000008;cursor:pointer}li.hg-candidate-box-list-item:active{background:#0000001a}.hg-candidate-box-prev:before{content:"◄"}.hg-candidate-box-next:before{content:"►"}.hg-candidate-box-next,.hg-candidate-box-prev{align-items:center;color:#969696;cursor:pointer;display:flex;padding:0 10px}.hg-candidate-box-next{border-bottom-right-radius:5px;border-top-right-radius:5px}.hg-candidate-box-prev{border-bottom-left-radius:5px;border-top-left-radius:5px}.hg-candidate-box-btn-active{color:#444}.crossword-keyboard{width:100%}.hg-layout-default{border-radius:0 0 10px 10px}.hg-button.button{height:55px;font-size:1.3rem}.hg-row:nth-child(2){width:95%;margin:0 auto}.hg-row:nth-child(3){width:93%;margin:0 0 0 auto}.hg-button.hg-backspace{flex-grow:2;font-size:1.5rem;margin-left:1em;background-color:#c8c8c8}.top-bar{width:100%;height:60px;background-color:#a7d8ff;display:flex;align-items:center;-webkit-user-select:none;user-select:none;border-radius:10px 10px 0 0}.left,.right{padding:0 20px;height:100%;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1.2rem;font-weight:700;touch-action:manipulation}.clue{flex-grow:1;cursor:pointer;touch-action:manipulation}:root{--crossword-max-width: 600px;--crossword-min-width: 300px;--crossword-width: 98vw;--crossword-mobile-min-width: 120px;--crossword-mobile-max-width: 99vw;--crossword-large-max-width: 600px;--crossword-large-width: 600px}.play{display:flex;flex-direction:column;align-items:center;justify-content:flex-end;min-height:100vh}.play .crossword{width:100vw;max-width:var(--crossword-max-width);min-width:var(--crossword-min-width);margin:1.5rem auto 0;display:flex;justify-content:center;align-items:center}.play .crossword-grid{width:var(--crossword-width);max-width:var(--crossword-max-width);height:auto;aspect-ratio:1 / 1;box-sizing:border-box}.play .crossword-keyboard{width:var(--crossword-width);max-width:var(--crossword-max-width);min-width:var(--crossword-min-width);margin-top:1rem;margin-bottom:3rem}@media(max-width:400px){.play .crossword,.play .crossword-keyboard{min-width:var(--crossword-mobile-min-width);max-width:var(--crossword-mobile-max-width)}.play .crossword-grid{max-width:var(--crossword-mobile-max-width);width:var(--crossword-mobile-max-width)}}@media(min-width:700px){.play .crossword,.play .crossword-keyboard{max-width:var(--crossword-large-max-width)}.play .crossword-grid{max-width:var(--crossword-large-max-width);width:var(--crossword-large-width)}}
