.spelling-bee-game:has(.word-list-expanded) .controls{pointer-events:none;opacity:0;transition:opacity .15s;position:absolute}@media screen and (min-width:768px){.spelling-bee-game:has(.word-list-expanded) .controls{opacity:1;position:relative}}.controls{opacity:1;transition:opacity .15s .2s}.hive-input{text-transform:uppercase;letter-spacing:.5px;text-rendering:optimizeLegibility;width:100%;height:1.25em;padding-top:calc(var(--vertical-spacing-0-5)/2);text-align:center;font-size:2em;font-weight:700;line-height:1.25;position:relative}.hive-input-content{min-width:1px;height:100%;display:inline-block;position:relative;transform:translateY(0%)}.hive-input-content:after{content:"";background:var(--spelling-bee-yellow);width:2px;height:1.25em;animation:1s step-end infinite blink;display:block;position:absolute;top:0}.hive-input-content:has(span:last-child):after{right:-4px}.hive{width:100%;padding-bottom:103.923%;position:relative}.hive .cell-letter{fill:var(--foreground);text-anchor:middle;text-transform:uppercase;pointer-events:none;font-size:1.875em;font-weight:700}.hive-cell{transform-origin:50%;width:40%;height:33.3333%;position:absolute;top:33.3333%;left:30%}.hive-cell:first-child{transform:translate(0)}.hive-cell:nth-child(2){transform:translate(-75%,-50%)}.hive-cell:nth-child(3){transform:translateY(-100%)}.hive-cell:nth-child(4){transform:translate(75%,-50%)}.hive-cell:nth-child(5){transform:translate(75%,50%)}.hive-cell:nth-child(6){transform:translateY(100%)}.hive-cell:nth-child(7){transform:translate(-75%,50%)}.hive-cell .cell-fill{cursor:pointer;fill:var(--muted);stroke:var(--background);transition:all .1s}.hive-cell:first-child .cell-fill{fill:var(--spelling-bee-yellow)}.hive-cell:first-child .cell-letter{fill:var(--color-black)}.progress-container{margin-bottom:0;margin:calc(var(--spacing)*3)}.progress{cursor:pointer;padding-right:calc(var(--spacing)*3);flex-wrap:wrap;align-items:center;display:flex}.progress-rank{align-items:center;min-width:5em;height:1.875em;font-weight:700;display:flex}.progress-bar{margin-left:calc(var(--spacing)*3);min-width:calc(100% - calc(var(--spacing)*3) - 85px);flex-grow:1;align-items:center;height:1.875em;display:flex;position:relative}.progress-line{background:var(--muted);align-items:center;width:100%;height:1px;display:flex;position:relative}.progress-dots{justify-content:space-between;width:100%;display:flex}.progress-dot{width:0;display:block;position:relative}.progress-dot:after{content:"";background-color:var(--muted);border-radius:50%;width:9px;height:9px;transition:background-color .2s .1s;display:block;position:absolute;top:-4.5px;left:-4.5px}.progress-dot:last-child:after{border-radius:0}.progress-dot.completed:after{background-color:var(--spelling-bee-yellow)}.progress-marker{width:1.875em;height:1.875em;transition:left .2s;position:absolute;left:0%;transform:translate(-50%)}.progress-value{color:var(--color-black);background:var(--spelling-bee-yellow);letter-spacing:-.03125em;border-radius:50%;justify-content:center;align-items:center;width:100%;height:100%;font-size:.75em;font-weight:500;display:flex;position:absolute}.progress-marker.final .progress-value{border-radius:0}.word-list{border:1px solid var(--border);letter-spacing:.005rem;margin:calc(var(--spacing)*3);border-radius:6px;flex-direction:column;display:flex;overflow:hidden}.word-list-heading{height:45px;position:relative;overflow:hidden}@media screen and (min-width:768px){.word-list-heading{height:60px}.word-list-heading-wrapper{pointer-events:none}}.word-list-summary{opacity:0;white-space:nowrap;text-overflow:ellipsis;height:45px;padding:0 calc(var(--spacing)*5);align-items:center;font-size:1em;transition:all .27s;display:flex;position:relative;top:-45px;overflow:hidden}@media screen and (min-width:768px){.word-list-summary{opacity:1;padding:0 calc(var(--spacing)*5*1.25);top:0}}.word-list-expanded .word-list-summary{opacity:1;top:0}.word-list-recents-container{padding:0 calc(var(--spacing)*5);transition:all .27s;position:relative;top:-45px}@media screen and (min-width:768px){.word-list-recents-container{opacity:0;padding:0 calc(var(--spacing)*5*1.25);top:0}}.word-list-expanded .word-list-recents-container{opacity:0;top:0}.word-list-recents{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.word-list-recents>li{float:left;max-width:200px;height:45px;padding-right:calc(var(--spacing)*14/8);align-items:center;animation:.7s squishin;display:flex}.word-list-toggle-expand{background:var(--background);width:45px;height:45px;box-shadow:0px 0px 20px 5px var(--background);transform-origin:50%;justify-content:center;align-items:center;transition:all .1s;display:flex;position:absolute;top:0;right:0}@media screen and (min-width:768px){.word-list-toggle-expand{display:none}}.word-list-toggle-icon{transition:transform .25s linear}.word-list-toggle-icon-expanded{transform:translateY(-1px)rotate(180deg)}.word-list-drawer{max-height:0;transition:max-height .2s;overflow:hidden}@media screen and (min-width:768px){.word-list-drawer{flex-direction:column;display:flex;max-height:none!important}}.word-list-expanded .word-list-drawer{max-height:calc(var(--vh,1vh)*68)}.word-list-window{height:calc(var(--vh,1vh)*68);position:relative;overflow:hidden}@media screen and (min-width:768px){.word-list-window{height:calc(var(--vh,1vh)*60);overflow-x:auto;max-height:none!important}}.desktop .word-list-window{height:calc(var(--vh,1vh)*64);position:relative;overflow:hidden}.word-list-page{margin-left:calc(var(--spacing)*5);-webkit-overflow-scrolling:touch;z-index:0;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;scroll-behavior:smooth;overscroll-behavior:contain;height:100%;scroll-margin:0;display:flex;position:relative;overflow:auto hidden}@media screen and (min-width:768px){.word-list-page{margin-left:calc(var(--spacing)*5*1.25)}}.word-list-scroll-anchor{scroll-snap-align:start;scroll-snap-stop:always;width:100%;height:10px;position:absolute}.word-list-items{width:100%;height:calc(100% - 38px);padding:calc(var(--spacing)*5)0 calc(var(--spacing)*9);flex-flow:column wrap;align-content:flex-start;display:flex}@media screen and (min-width:768px){.word-list-items{padding:0 0 calc(var(--spacing)*9)}}.word-list-items>li{margin-right:calc(var(--spacing)*5);padding:var(--spacing)0 var(--spacing)calc(var(--spacing)*.5);margin-bottom:calc(var(--spacing)*1.75);border-bottom:1px solid var(--border);width:calc(50% - 20px)}@media screen and (min-width:1024px){.word-list-items>li{width:calc(33.33% - 25px)}}.anagram{text-transform:capitalize;font-size:1em;font-weight:500}.pangram{font-weight:700}.rankings{font-size:14px}.rankings tr{height:2.25em;color:var(--foreground);justify-content:space-between;align-items:center;display:flex}.rankings .headers{font-size:.75em;font-weight:700}.rankings .marker{width:24px;height:100%;margin-left:calc(var(--spacing)*3);justify-content:center;align-items:center;display:flex;position:relative}.rankings .marker .square{background-color:var(--muted);width:9px;height:9px;position:absolute;top:calc(50% - 4.5px);left:calc(50% - 4.5px)}.rankings .achieved .marker .square{background-color:var(--spelling-bee-yellow);border-color:var(--spelling-bee-yellow)}.rankings .marker .dot{background-color:var(--muted);border-radius:9px;width:9px;height:9px;position:absolute;top:calc(50% - 4.5px);left:calc(50% - 4.5px)}.rankings .achieved .marker .dot{background-color:var(--spelling-bee-yellow);border-color:var(--spelling-bee-yellow)}.rankings .marker .line{border-left:2px solid var(--muted);height:100%;position:absolute;left:calc(50% - 1px)}.rankings .achieved .marker .line{background-color:var(--spelling-bee-yellow);border-color:var(--spelling-bee-yellow)}.rankings .marker .line.top{height:50%;top:50%}.rankings .marker .line.bottom{height:50%;bottom:50%}.rankings .title{padding-left:calc(var(--spacing)*2);flex-direction:column;display:flex}.rankings .spacer{flex:1}.rankings .spacer.hr{border-bottom:1px solid var(--muted);margin:0 calc(var(--spacing)*4)}.rankings .points{padding-right:calc(var(--spacing)*4.5)}.rankings .achieved{color:var(--muted)}.rankings .current{height:3em;color:var(--color-black);background-color:var(--spelling-bee-yellow);padding:calc(var(--spacing)*1.5)0;border-radius:1.5em}.rankings .current-rank{align-items:center;font-weight:700;display:flex}.rankings .sub-text-points{white-space:nowrap;text-overflow:ellipsis;font-size:.75em;overflow:hidden}.rankings .current-points{z-index:1;font-weight:700}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}
