:root{--font-color:black;--grey-text:grey;--red-text:#B21010;--bg:white;--grey-highlight:#dbdbdb;--yellow-highlight:#eded10;--green-highlight:#95cf7c;--red-highlight:red;--secondary:#EB0000;--header-height:65px;--grid-size-multiplier:1;--grid-width:calc(10em * var(--grid-size-multiplier));--grid-height:calc(10em * var(--grid-size-multiplier));--counter-text-multiplier:1;--grey-bg-white-text:#4f4f4f;--lettercell-circle-offset:4px;--game-border-color:#f1f1f1}.dark{--font-color:white;--grey-text:lightgrey;--red-text:#F8B4B4;--bg:#323232;--grey-highlight:#4f4f4f;--yellow-highlight:#b9b900;--green-highlight:#56b12f;--game-border-color:#424242}body,html{margin:0;font-family:Arial,sans-serif;font-size:16px;line-height:1.5;color:var(--font-color)}body{background-color:var(--bg)}header{display:flex;align-items:center;justify-content:space-between;flex-wrap:nowrap;padding:0 20px;height:var(--header-height);border-bottom:1px solid var(--game-border-color)}h1,h2,h3,h4,h5,h6{line-height:1.2}h3{margin:15px 0}p{margin:0 0 15px}a{color:var(--red-text)}button{font-family:Arial,sans-serif;font-size:16px;cursor:pointer;color:var(--font-color)}ul{padding-left:30px}li{margin-bottom:5px}summary{cursor:pointer}select{border:1px solid grey;border-radius:0;color:var(--font-color);background-color:var(--bg)}input{border:1px solid grey;border-radius:3px;background:var(--bg);color:var(--font-color)}.circled-red{border:4px solid var(--secondary);border-radius:99px;padding:0 10px}.box-letter{border:1px solid var(--game-border-color);border-right:0;width:20px;height:20px;display:inline-block;text-align:center;line-height:20px;font-weight:400}.box-letter:last-child{border-right:1px solid var(--game-border-color)}.basic-button{background:#f5f5f5;border:1px solid #ddd;padding:3px 5px}.fancy-button{background:var(--secondary);border:0;padding:10px 20px;border-radius:99px;color:#fff;font-weight:700;text-decoration:none;display:inline-block;line-height:1.2;box-sizing:border-box}.article-content{max-width:800px;margin:20px auto 40px}@media screen and (max-width:1220px){.article-content{margin:20px 20px 40px}}.note,.tip{color:var(--font-color);border-radius:6px;padding:10px}div.note,div.tip{margin-bottom:15px}div.note p:last-child,div.tip p:last-child{margin-bottom:0}.tip{background:#f1f1f1}.dark .tip,.grey-bg-white-text{background:var(--grey-bg-white-text)}.note{background:#edf5fd}.dark .note{background:#475868}.grey-text{color:var(--grey-text)}.bubble-button{border:0;padding:3px 8px;border-radius:99px;text-decoration:none;background:#f1f1f1;margin:0 5px 5px 0;display:inline-block;line-height:1.2;color:var(--font-color)}.dark .bubble-button{background:#444}.text-button{border:0;background:0;font-size:inherit;margin:0;padding:0;text-decoration:underline;color:var(--red-text)}.themes-button{background:#7924c2}.mathic-button{background:#004ecc}.daily-worchle-button{background:#008a00;background:linear-gradient(180deg,#00ad05 10%,#d58b00 50%,#cb2e00 110%)}.haystack-button{background:#857500}.other-puzzle-btn-container .fancy-button{min-width:134px;margin:0 1px 10px}body.dark{color:#fff}.dark .basic-button{background:#4c4c4c}.dark .letterCell{color:#fff}.dark .help-icon circle{stroke:white}.dark .help-icon text{fill:white}.dark .stats-icon rect{stroke:white}.dark .settings-icon{fill:white}.dark #pause-icon,.dark #play-icon{fill:white}#site-header{background:var(--bg)}#header-left{justify-content:flex-start}#header-hamburger-btn{margin-right:10px;padding:0;border:none;background:0 0;line-height:0;position:relative}.hamburger-icon{fill:black}.dark .hamburger-icon{fill:white}#menu-modal{margin-top:calc(var(--header-height) + 1px);padding:0;background:0}#menu-modal .my-modal-content{margin:0;width:350px;border:0;border-radius:0;box-shadow:none;border-right:1px solid var(--game-border-color);border-bottom:1px solid var(--game-border-color);max-height:calc(100% - 4.5rem);transition:left .2s ease-in-out;left:-100%}#menu-modal.visible .my-modal-content{left:0}#menu-modal .modal-header-text{text-align:left}#menu-modal .my-modal-body{overflow:visible;padding-bottom:0}#menu-modal h3{margin:0 0 15px;padding:0;text-transform:uppercase;font-size:16px}#menu-modal-footer{text-align:center;color:var(--grey-text);font-size:15px;padding-bottom:10px}#menu-modal-footer a{color:var(--grey-text)}@media only screen and (max-width:550px){#menu-modal .my-modal-content{width:100%;height:100%;max-height:calc(100% - var(--header-height));border-right:0}}.puzzle-select,button.difficulty-select{width:100%;padding:20px;border-radius:9px;display:flex;justify-content:space-between;margin-bottom:15px;text-align:left;align-items:center;color:#000;cursor:pointer;line-height:1.2;text-decoration:none;box-sizing:border-box;position:relative}.puzzle-select-header,button.difficulty-select .difficulty-header{font-weight:600}.puzzle-select span,button.difficulty-select span{display:block}.puzzle-select .puzzle-select-grid-size,button.difficulty-select .puzzle-select-grid-size{display:none}.difficulty-select-grid-size,.difficulty-status,.puzzle-select-grid-size,.puzzle-select-sub-header{font-size:14px;text-transform:uppercase}#daily-puzzle-select{background:#e8ffe8;background:linear-gradient(180deg,#e8ffe8 20%,#ffe9c0 50%,#ffdcdc 100%);border:1px solid grey}#daily-puzzle-select::after{content:url('/media/daily-worchle-icon.svg?ver=1');position:absolute;width:50px;height:50px;right:20px}#easy-difficulty-select{background:#e8ffe8;border:1px solid green}#medium-difficulty-select{background:#ffe9c0;border:1px solid #b18941}#hard-difficulty-select{background:#ffdcdc;border:1px solid #b74747}#themed-puzzle-select{background:#edd7ff;border:1px solid #a130ff}#themed-puzzle-select::after{content:url('/media/themes-icon.svg?ver=1');position:absolute;width:50px;height:50px;right:20px}#mathic-puzzle-select{background:#deebff;border:1px solid #0062ff}#mathic-puzzle-select::after{content:url('/media/mathic-icon.svg');position:absolute;width:50px;height:50px;right:20px}#haystack-puzzle-select{background:#fff6b6;border:1px solid #af9a00}#haystack-puzzle-select::after{content:url('/media/haystack-icon.svg');position:absolute;width:50px;height:50px;right:20px}#header-right{justify-content:flex-end}#game-timer,#help-button,#settings-button,#stats-button{padding:0;border:none;background:0 0;line-height:0;height:40px;width:40px}#help-button,#stats-button{margin-right:5px}#game-timer{position:relative;display:inline-block;margin-left:6px}#timer-button{position:relative;padding:0;border:0;background:0;color:var(--font-color);width:100%;height:100%;display:flex;align-items:center;justify-content:center}#game-timer::before{content:'';position:absolute;inset:2px;border-radius:50%;border:4px dashed var(--font-color);border-image-source:url('media/game-timer-border.svg');border-image-width:100%;border-image-slice:50%;animation:rotate 30s steps(60,end) infinite}.dark #game-timer::before{border-image-source:url('media/game-timer-border-white.svg')}#game-timer.paused::before{animation-play-state:paused}#play-icon{margin-left:2px}@keyframes rotate{from{transform:rotate(-360deg)}to{transform:rotate(0)}}.help-icon{width:40px;height:40px}.help-icon circle{stroke:black;stroke-width:4;fill:none}.help-icon text{dominant-baseline:middle;text-anchor:middle;font-size:24px;font-weight:700;fill:black}.stats-icon rect{fill:none;stroke:black;stroke-width:8}#help-modal img{border:1px solid var(--game-border-color);height:auto;border-radius:9px;margin-bottom:15px}#stats-modal .my-modal-content{max-width:600px}#stats-modal h3{text-transform:uppercase;font-size:16px}#stats-modal button.locked{background-color:var(--grey-bg-white-text)}#stats-next-puzzle-button.locked #arrow-icon{display:none}#stats-next-puzzle-button:not(.locked) .padlock-icon{display:none}.stats-container{display:flex;justify-content:center;margin-bottom:10px;flex-wrap:wrap}.stat-box{padding:10px;border:1px solid #d3d3d3;margin-bottom:10px;margin-right:10px;flex-grow:1;min-width:100px}.stat{text-align:center;font-size:28px}.stat-desc{font-size:15px;color:var(--grey-text);text-align:center;max-width:50px;margin:0 auto}#daily-report{text-align:center;color:var(--grey-text)}.dark #daily-report,.dark .stat-desc{color:#b9b9b9}#stats-modal-buttons{text-align:center;display:flex;justify-content:center;flex-wrap:wrap;margin-bottom:15px}#stats-modal-buttons button{color:#fff;background-color:var(--secondary);vertical-align:middle;font-size:18px;border:none;border-radius:99px;padding:15px 35px;margin:5px 3px;display:flex;align-items:center}#stats-modal-buttons .clipboard-button,.clipboard-button{background-color:#55557c}#arrow-icon,.padlock-icon,.share-icon{margin-left:5px}.graph-container{display:flex;align-items:center;margin-bottom:5px}.graph-bar{margin-left:5px;padding:5px;background-color:var(--grey-bg-white-text);color:#fff}.dark .graph-bar{background-color:#484848}.graph-bar.highlight{background-color:var(--secondary)}.settings-icon{fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2}#header-left,#header-right{display:flex;width:180px}#header-title{text-align:center;position:relative;flex-grow:2}#header-title #worchle-header-logo{margin:0;font-weight:900;font-size:28px}#header-title-subtext{text-transform:uppercase;font-size:12px;margin:0;font-weight:400}@media only screen and (max-width:950px){:root{--header-height:50px}header{padding:0 10px}#header-title #worchle-header-logo{font-size:18px;text-align:left}#header-left,#header-right{flex:0}#game-timer,#help-button,#settings-button,#stats-button{height:30px;width:30px}.help-icon{width:30px;height:30px}.help-icon circle{stroke-width:3}.help-icon text{font-size:22px}#game-timer::before{border-width:2px}#pause-icon,#play-icon{width:25%;height:25%}}#game-container{text-align:center;margin:20px 10px 0}#word-search-grid{display:grid;grid-template-columns:repeat(5,2em);width:var(--grid-width);height:var(--grid-height);margin:0 auto;position:relative;overflow:auto;max-width:100%;touch-action:manipulation}#grid-size-slider{accent-color:var(--secondary);margin-top:10px}.game-counters{margin:0 auto;max-width:max(calc(160px * var(--counter-text-multiplier)),var(--grid-width));padding:10px;touch-action:manipulation}.game-counter{border:calc(1px * var(--counter-text-multiplier)) solid var(--game-border-color);border-top:0;font-size:calc(14px * var(--counter-text-multiplier));padding:5px 10px}.game-counter:not(:last-child){border-top:calc(1px * var(--counter-text-multiplier)) solid var(--game-border-color)}.game-counter summary{text-transform:uppercase;padding:5px 10px;margin:-5px -10px;user-select:none}.game-counter[open] summary{margin-bottom:0}.game-counter .box-letter{width:calc(20px * var(--counter-text-multiplier));height:calc(20px * var(--counter-text-multiplier));line-height:calc(20px * var(--counter-text-multiplier));border-width:calc(1px * var(--counter-text-multiplier))}.letterCell,.numberCell{position:relative;width:2em;height:2em;display:flex;justify-content:center;align-items:center;border:calc(1px * var(--grid-size-multiplier)) solid var(--game-border-color);border-radius:0;user-select:none;background:var(--bg);font-size:calc(16px * var(--grid-size-multiplier));padding:0;-webkit-tap-highlight-color:transparent}.letterCell.selected::after{content:" ";position:absolute;z-index:1;inset:var(--lettercell-circle-offset);border:calc(3px * var(--grid-size-multiplier)) solid red;border-radius:99px}.top-cell::before{content:'';position:absolute;border-top:calc(1px * var(--grid-size-multiplier)) solid var(--game-border-color);top:0;width:100%}.right-cell::before{content:'';position:absolute;border-right:calc(1px * var(--grid-size-multiplier)) solid var(--game-border-color);right:0;height:100%}.bottom-cell::before{content:'';position:absolute;border-bottom:calc(1px * var(--grid-size-multiplier)) solid var(--game-border-color);bottom:0;width:100%}.left-cell::before{content:'';position:absolute;border-left:calc(1px * var(--grid-size-multiplier)) solid var(--game-border-color);left:0;height:100%}@keyframes flip{0%{transform:scaleY(1)}50%{transform:scaleY(0)}100%{transform:scaleY(1)}}.flip{animation:flip .5s ease forwards}@keyframes rainbowSlide{0%,10%{background:#86cd25}10.01%,20%{background:#c5e552}20.01%,30%{background:#faeb36}30.01%,40%{background:#ffa516}40.01%,50%{background:#ff4200}50.01%,60%{background:#ff58dd}60.01%,70%{background:#b567ee}70.01%,80%{background:#6a4bff}80.01%,90%{background:#58afff}100%,90.01%{background:#46d29c}}.rainbow-background{color:#fff;animation:rainbowSlide .5s infinite}.box-letter.highlight-green-grey,.box-letter.highlight-yellow-grey,.highlight-grey{background-color:var(--grey-highlight)}.box-letter.highlight-green-yellow,.box-letter.highlight-grey-yellow,.highlight-yellow{background-color:var(--yellow-highlight)}.box-letter.highlight-grey-green,.box-letter.highlight-yellow-green,.highlight-green{background-color:var(--green-highlight)}.highlight-grey-yellow:not(.box-letter){background:linear-gradient(90deg,var(--grey-highlight) 50%,var(--yellow-highlight) 50%)}.highlight-grey-green:not(.box-letter){background:linear-gradient(90deg,var(--grey-highlight) 50%,var(--green-highlight) 50%)}.highlight-yellow-grey:not(.box-letter){background:linear-gradient(90deg,var(--yellow-highlight) 50%,var(--grey-highlight) 50%)}.highlight-yellow-green:not(.box-letter){background:linear-gradient(90deg,var(--yellow-highlight) 50%,var(--green-highlight) 50%)}.highlight-green-yellow:not(.box-letter){background:linear-gradient(90deg,var(--green-highlight) 50%,var(--yellow-highlight) 50%)}.highlight-green-grey:not(.box-letter){background:linear-gradient(90deg,var(--green-highlight) 50%,var(--grey-highlight) 50%)}.highlight-red{background:var(--red-highlight)!important}.word-circle{position:absolute;top:0;left:0;pointer-events:none}#found-words{padding:5px 10px;margin:-5px 0 -5px -10px;overflow:auto}.found-word-container,.remaining-word-container{margin:0 5px 5px 0;white-space:nowrap}.remaining-word-container{display:inline-block;margin-right:10px}.switch{position:relative;display:inline-block;min-width:30px;height:17px}.switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;inset:0;background-color:#ccc;transition:.4s;border-radius:17px}.slider::before{position:absolute;content:"";height:13px;width:13px;left:2px;bottom:2px;background-color:#fff;transition:.4s;border-radius:50%}input:checked+.slider{background-color:var(--secondary)}input:active+.slider,input:focus+.slider{outline:2px solid var(--secondary);outline-offset:2px;transition:none}input:checked+.slider::before{transform:translateX(13px)}.settings-section{display:flex;justify-content:space-between;border-bottom:1px solid #d3d3d3;padding:20px 0;align-items:center;column-gap:5px}.settings-section-header{font-size:16px;margin:0;font-weight:400}.settings-section-description{margin-bottom:0;font-size:14px;color:var(--grey-text)}.settings-section select{height:40px}#practice-grid{display:grid;grid-template-columns:repeat(7,2em);position:relative;margin-bottom:5px}#practice-grid .letterCell{font-size:16px;border:1px solid var(--game-border-color)}#practice-grid .letterCell::after{font-size:16px;border-width:3px;inset:2px}#practice-grid .letterCell::before{content:'';position:absolute;border-top:1px solid var(--game-border-color);border-bottom:1px solid var(--game-border-color);top:0;bottom:0;width:100%}#practice-grid .letterCell:first-child::before{border-left:1px solid var(--game-border-color);left:0}#practice-grid .letterCell:last-child::before{border-right:1px solid var(--game-border-color);right:0}#practice-grid-reset{margin-bottom:15px}#announcement-container{position:fixed;inset:0;margin:1% auto;width:300px;z-index:3;pointer-events:none}.announcement{background-color:#4a4a4a;color:#fff;padding:10px;margin:5px 0;border-radius:5px;opacity:1;transition:opacity 1s ease-in-out;text-align:center;font-weight:600;pointer-events:auto}.announcement-subtext{font-size:11px;text-transform:uppercase}#pregame-header{font-size:38px;text-transform:none;margin-bottom:10px}#pregame-header .circled-red{border-width:6px}#pregame-subtext{font-size:24px}#pregame-buttons{display:flex;flex-wrap:wrap;max-width:200px;margin:0 auto 10px}#pregame-buttons a,#pregame-buttons button{flex-basis:100%}#pregame-instructions-btn{background:var(--grey-bg-white-text)}#pregame-date{min-height:24px}.shake{animation:shake .82s cubic-bezier(.36,.07,.19,.97) both infinite;transform:translate3d(0,0,0);backface-visibility:hidden;perspective:1000px}@keyframes shake{10%,90%{transform:translate3d(-1px,0,0)}20%,80%{transform:translate3d(2px,0,0)}30%,50%,70%{transform:translate3d(-4px,0,0)}40%,60%{transform:translate3d(4px,0,0)}}@keyframes bounceRight{0%,100%{transform:translateX(0)}50%{transform:translateX(5px)}}.bounce-right{animation:bounceRight 1s infinite}@keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.loading-link{position:relative;pointer-events:none;display:inline-flex}.fancy-button.loading-link{justify-content:center}.loading-link::after{content:"";border:3px solid #f3f3f3;border-top:3px solid red;border-radius:50%;width:12px;height:12px;animation:spin 1s linear infinite;margin:auto 0 auto 5px;position:relative}.dark .loading-link::after{border:3px solid #4f4f4f;border-top:3px solid red}.fancy-button.loading-link::after{border:3px solid transparent;border-top:4px solid #fff}#daily-puzzle-select.loading-link::after,#haystack-puzzle-select.loading-link::after,#mathic-puzzle-select.loading-link::after,#themed-puzzle-select.loading-link::after{content:'';position:relative;right:10px;width:20px;height:20px;border:4px solid transparent}#daily-puzzle-select.loading-link::after{border-top:4px solid red}#haystack-puzzle-select.loading-link::after{border-top:4px solid #af9a00}#themed-puzzle-select.loading-link::after{border-top:4px solid #a130ff}#mathic-puzzle-select.loading-link::after{border-top:4px solid #0062ff}