@keyframes cw-popup-in{0%{transform:translateY(24px);opacity:.6}to{transform:translateY(0);opacity:1}}:root{--body:#fafafa;--bodyRGB:250,250,250;--menu:#fafafa;--bg:#fff;--panel:#e7e7e7;--hover:#edeeed;--line:#dadddb;--heading:#222;--text:#444;--light:#595959;--icon-text:#658672;--link:#2C7D4C;--yellow:#fc0;--black:#222;--font-small:12.8px;--font-body:16px;--font-family:-apple-system, BlinkMacSystemFont,
        "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell",
        "Fira Sans", "Droid Sans", "Helvetica Neue",
        sans-serif;--svg-icon-color:brightness(0) invert(0.13);--cw-accent:#006c34;--cw-correct:#004d22;--cw-in-slot:#e6f5ec;--cw-focused:#c5e8d4;--cw-error:#c8102e;--cw-board-black:#111;--cw-cell-bg:#fff;--cw-cell-text:#222;--cw-key-bg:#d3d6da;--cw-key-text:#1a1a1a;--board-cell:44px}@media (prefers-color-scheme:dark){:root{--body:#1F1F1F;--bodyRGB:31,31,31;--bg:#373737;--menu:#1f1f1f;--hover:#2f2f2f;--panel:#3f3f3f;--line:#333;--heading:#fafafa;--text:#eaeaea;--light:#bbb;--icon-text:#bbb;--link:#FFCC02;--cw-accent:#40b571;--cw-correct:#7ac09b;--cw-in-slot:#1e3a2a;--cw-focused:#2a5b3f;--cw-error:#ff6d85;--cw-board-black:#000;--cw-cell-bg:#1a1a1b;--cw-cell-text:#eaeaea;--cw-key-bg:#565758;--cw-key-text:#fff;--svg-icon-color:brightness(0) invert(0.98)}}.dark-mode{--body:#1F1F1F;--bodyRGB:31,31,31;--bg:#373737;--menu:#1f1f1f;--hover:#2f2f2f;--panel:#3f3f3f;--line:#333;--heading:#fafafa;--text:#eaeaea;--light:#bbb;--icon-text:#bbb;--link:#FFCC02;--cw-accent:#40b571;--cw-correct:#7ac09b;--cw-in-slot:#1e3a2a;--cw-focused:#2a5b3f;--cw-error:#ff6d85;--cw-board-black:#000;--cw-cell-bg:#1a1a1b;--cw-cell-text:#eaeaea;--cw-key-bg:#565758;--cw-key-text:#fff;--svg-icon-color:brightness(0) invert(0.98)}*{box-sizing:border-box}button,input,select,textarea{font-family:inherit}body,html{margin:0;padding:0;background:var(--body);color:var(--text);font-family:var(--font-family);-webkit-font-smoothing:antialiased;overscroll-behavior:contain;touch-action:manipulation}#cw-shell,body{display:flex;flex-direction:column}body{min-height:100vh;min-height:100dvh}#cw-shell{flex:1 1 auto;max-width:520px;width:100%;margin:0 auto}#cw-header,#cw-header .title{flex:0 0 auto;display:flex;align-items:center}#cw-header{position:relative;width:100%;padding:0;text-align:left;flex-direction:row;justify-content:flex-start}@media (min-width:768px){#cw-header{justify-content:center}}#cw-header .title{flex-wrap:nowrap;justify-content:center;color:var(--text);font-size:1.75rem;line-height:1;font-weight:700;margin:.75rem;text-align:center}@media (min-width:1024px){#cw-header .title{font-size:2rem}}#cw-header .title a{color:var(--heading);text-decoration:none;display:inline-flex;align-items:center}#cw-header .title img{flex:0 0 auto;width:28px;height:28px;margin:0 .5rem 0 0}.timer-wrap{margin:0;text-align:center}.timer{font-variant-numeric:tabular-nums;font-weight:700;font-size:14px;color:var(--cw-accent)}html.cw-timer-hidden .timer-wrap{visibility:hidden}#help-toggle{position:absolute;top:1rem;right:1rem;background:0 0;padding:0;width:1.25rem;height:1.25rem;color:var(--text)}#cw-cluebar button,#help-toggle,#leaderboard-toggle,#stats-toggle,.keyboard-row button{border:0;cursor:pointer;display:flex;justify-content:center;align-items:center}#leaderboard-toggle,#stats-toggle{position:absolute;top:1rem;background:0 0;padding:0;width:1.25rem;height:1.25rem;color:var(--text)}#stats-toggle{right:3rem}#leaderboard-toggle{right:5rem}#help-toggle img,#leaderboard-toggle img,#stats-toggle img{display:block;flex:0 0 1.25rem;width:1.25rem;height:auto}@media (min-width:1024px){#help-toggle,#leaderboard-toggle,#stats-toggle{width:1.5rem;height:1.5rem;top:1rem}#help-toggle img,#leaderboard-toggle img,#stats-toggle img{flex:0 0 1.5rem;width:1.5rem}#stats-toggle{right:3.5rem}#leaderboard-toggle{right:6rem}}#cw-cluebar button img,#help-toggle img,#leaderboard-toggle img,#stats-toggle img,.cw-panel-share button#cw-view-stats img{filter:var(--svg-icon-color)}.dark-mode .keyboard-row button.delete-button{background-image:url(../img/delete-left-regular-dark-mode.svg)}@media (prefers-color-scheme:dark){.keyboard-row button.delete-button{background-image:url(../img/delete-left-regular-dark-mode.svg)}}#cw-game,#cw-play{flex:1 1 auto;display:flex;flex-direction:column}#cw-game{padding:0}#cw-play{justify-content:center;gap:.25rem;min-height:0}#cw-board,.cw-cell.black{background:var(--cw-board-black)}#cw-board{display:grid;gap:2px;padding:2px;border-radius:4px;margin:0 auto;user-select:none;--board-cell:min(44px, calc((100vw - 20px) / var(--cw-size, 7)))}.cw-cell,.keyboard-row{display:flex;justify-content:center}.cw-cell{background:var(--cw-cell-bg);width:var(--board-cell);height:var(--board-cell);position:relative;cursor:pointer;align-items:center;font-weight:700;font-size:22px;text-transform:uppercase;color:var(--cw-cell-text)}.cw-cell.black{cursor:default}.cw-cell .num{position:absolute;top:1px;left:3px;font-size:10px;font-weight:400;color:var(--light)}#cw-cluebar,.cw-cell.in-slot{background:var(--cw-in-slot)}#cw-cluebar button:hover,.cw-cell.focused{background:var(--cw-focused)}.cw-cell.correct{color:var(--cw-correct)}.cw-cell.error{color:var(--cw-error)}#cw-cluebar{display:flex;align-items:stretch;justify-content:space-between;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}#cw-cluebar button,.keyboard-row button{font-weight:700}#cw-cluebar button{background:0 0;color:var(--cw-accent);padding:.75rem}#cw-cluebar button img{display:block;width:16px;height:auto}#cw-current-clue-wrap{display:flex;align-items:center;padding:.5rem;min-height:56px}#cw-current-clue{flex:1;font-size:16px;line-height:1.25;text-align:center}#cw-current-clue .tag{font-weight:600;font-size:12.8px;color:var(--cw-accent);margin-right:.5rem}#keyboard-container{margin-top:auto;padding:.25rem .125rem 0}.keyboard-row{width:100%;margin:0 auto 6px;touch-action:manipulation}.keyboard-row button{font-family:inherit;padding:0;height:54px;background-color:var(--cw-key-bg);color:var(--cw-key-text);flex:0 1 36px;text-transform:uppercase;margin:0 3px;border-radius:4px;user-select:none;font-size:16px}.keyboard-row button:active{background:var(--cw-accent);color:#fff}.keyboard-row button.delete-button{flex:0 1 60px;overflow:hidden;text-indent:100vw;background-image:url(../img/delete-left-regular.svg);background-size:1.5rem;background-position:center;background-repeat:no-repeat}.keyboard-row button.enter-button{flex:0 1 60px;font-size:13px}@media (min-width:480px){:root{--board-cell:52px}#cw-board{--board-cell:min(52px, calc((100vw - 20px) / var(--cw-size, 7)))}.keyboard-row button{flex:0 1 42px;font-size:18px}.keyboard-row button.delete-button,.keyboard-row button.enter-button{flex:0 1 68px}}#cw-share-grid{font-family:"DM Mono",ui-monospace,"SF Mono",Menlo,monospace;font-size:16px;line-height:1;margin:1rem auto;padding:.75rem;background:var(--panel);border-radius:.5rem;text-align:center;white-space:pre;overflow-x:auto}@media (min-width:480px){#cw-share-grid{padding:1rem}}.cw-share-btns button,.cw-share-row{align-items:center;justify-content:center}.cw-share-row{display:flex;gap:.75rem;margin:1rem 0 1.25rem;flex-wrap:wrap}.cw-share-label{font-weight:600;color:var(--text);font-size:14px}.cw-share-btns{display:flex;gap:.4rem}.cw-share-btns button{width:2.75rem;height:2.75rem;border-radius:999px;background:var(--yellow);color:var(--black);border:0;cursor:pointer;display:inline-flex;padding:0;transition:filter .15s ease}.cw-share-btns button:hover{filter:brightness(1.05)}.cw-panel-share button#cw-view-stats img,.cw-share-btns button img{width:1.1rem;height:1.1rem;display:block;filter:brightness(0) invert(.13)}.cw-share-btns button.cw-share-flash{filter:brightness(.9)}.cw-countdown,.cw-panel-footer{display:flex;justify-content:center}.cw-panel-footer{margin:0;border-top:1px solid var(--line);padding-top:1rem}.cw-countdown{flex:0 0 50%;flex-wrap:wrap;align-items:center;text-align:center;color:var(--heading)}.cw-countdown-title{text-transform:uppercase;font-size:12.8px;font-weight:700;margin:.25rem 0;flex:0 0 100%}.cw-countdown-timer{font-size:20px;flex:0 0 100%;font-variant-numeric:tabular-nums}@media (min-width:768px){.cw-countdown-timer{font-size:25px}}.cw-panel-share,.cw-panel-share button{align-items:center;justify-content:center}.cw-panel-share{flex:0 0 50%;display:flex;gap:.5rem}.cw-panel-share button{flex:0 0 auto;padding:.75rem 1.25rem;background:var(--yellow);color:var(--black);font-family:inherit;font-weight:600;border:0;border-radius:2rem;cursor:pointer;display:inline-flex;font-size:16px}.cw-panel-share button#cw-view-stats{gap:.5rem}.cw-panel{position:fixed;inset:0;background:rgba(var(--bodyRGB),.9);display:none;justify-content:center;align-items:flex-end;z-index:1500;overflow-y:auto}#cw-help,#cw-leaderboard,#cw-stats{z-index:1600}.cw-panel.visible{display:flex}.cw-panel-inner{background:var(--body);border-radius:1rem 1rem 0 0;padding:1.5rem;max-width:500px;width:100%;position:relative;box-shadow:0 0 3rem rgba(0,0,0,.2);animation:cw-popup-in .22s ease-out}@media (min-width:768px){.cw-panel{align-items:center}.cw-panel-inner{border-radius:1rem;margin:2.5rem 0}}.cw-panel-inner>:last-child{margin-bottom:0}.cw-panel-close{position:absolute;top:1rem;right:.5rem;background:0 0;border:0;font-size:2.5rem;line-height:0;cursor:pointer;color:var(--heading);padding:.5rem;text-decoration:none}.cw-panel h2,.cw-panel h3{font-size:25px;margin:0 0 .75em;color:var(--heading)}.cw-panel h3{margin:1.5em 0 1em;font-size:20px}.cw-panel p{margin:1rem 0 0;color:var(--text)}.cw-panel a{color:var(--link)}.cw-lb-figures,.cw-stats-figures{display:flex;justify-content:center;margin:1.5em auto;gap:.25em}.cw-stat{flex:1 1 0;display:flex;flex-wrap:wrap;justify-content:center;background:var(--panel);border-radius:.5em;padding:1em}.cw-stat .k,.cw-stat .v{flex:0 0 100%;text-align:center}.cw-stat .v{font-size:31.25px;font-weight:700;color:var(--heading);font-variant-numeric:tabular-nums}.cw-stat .k{font-size:12.8px;text-transform:none;letter-spacing:0}.cw-stat .k,.cw-stats-hint{color:var(--light)}.cw-prefs{margin-top:1.5em}.cw-toggle{display:inline-flex;align-items:center;gap:.5em;cursor:pointer;color:var(--text)}.cw-toggle input{width:1.1em;height:1.1em;accent-color:var(--cw-accent)}.cw-lb-tabs{display:flex;gap:.25rem;border-bottom:1px solid var(--line);margin:0 0 .75rem}.cw-lb-tab{appearance:none;background:0 0;border:0;padding:.5rem .9rem;font-family:inherit;font-weight:600;color:var(--light);cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-1px;font-size:14px}.cw-lb-sortable th[data-sort]:hover,.cw-lb-tab.active,.cw-lb-tab:hover{color:var(--heading)}.cw-lb-tab.active{border-bottom-color:var(--cw-accent)}.cw-lb-pane[hidden]{display:none}.cw-lb-meta{font-size:13px;color:var(--light);margin:-.5em 0 0}.cw-lb-table-wrap{max-height:60vh;overflow-y:auto;margin-bottom:1rem}.cw-lb-table{width:100%;font-size:var(--font-small);color:var(--heading);table-layout:auto;border-collapse:collapse;margin:1rem 0}.cw-lb-table tbody td,.cw-lb-table thead th{text-align:center;font-variant-numeric:tabular-nums;width:1%}.cw-lb-table thead th{font-weight:600;white-space:normal;color:var(--light);padding:0 .5rem .5rem;border-bottom:1px solid var(--line);vertical-align:bottom}.cw-lb-table tbody td{padding:.5rem;white-space:nowrap;border-top:1px solid var(--line)}.cw-lb-table td.rank,.cw-lb-table th.rank{color:var(--light);padding-left:0;padding-right:.5rem}.cw-lb-table td.player,.cw-lb-table th.player{text-align:left;width:auto;white-space:normal}.cw-lb-table tr.viewer{background:var(--panel)}.cw-lb-sortable th[data-sort]{cursor:pointer}.cw-lb-sortable th[data-sort].active{color:var(--cw-accent)}.cw-badge{display:inline-block;background:var(--link);color:#fff;font-size:10px;padding:1px 6px;border-radius:999px;font-weight:700;text-transform:uppercase;letter-spacing:.4px;margin-left:4px;vertical-align:1px}.cw-lb-empty{color:var(--light);text-align:center;padding:12px 0}.cw-lb-more{text-align:center;font-size:13px;margin:1rem 0 0}