:root{font-family:monospace;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#333;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}nav{background-color:#333;overflow:hidden;width:100%;display:flex;justify-content:center}nav a{display:block;font-size:16px;color:#727ff5;text-align:center;padding:10px 15px;text-decoration:none}nav a:hover{background-color:#445484;color:#fff}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{display:flex;flex-direction:column;align-items:center;margin:0;place-items:center;min-width:320px;min-height:100vh}.controls-container{color:#a69b8a;display:flex;flex-direction:column;align-items:center}.controls-container select{margin-bottom:1rem}.navigation-buttons{display:flex;gap:0rem;justify-content:center}h1{color:gray;font-size:3.2em;display:flex;flex-direction:column;align-items:center;margin-top:2rem;margin-bottom:0}.styled-select{padding:.5rem;margin-right:1rem;border:1px solid #ccc;border-radius:4px;background-color:#f9f9f9;color:#333;font-size:1rem;outline:none;cursor:pointer}.styled-select-wrapper{position:relative;display:inline-block}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:monospace;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}body{margin:0;background:#333;color:#eee;font-family:monospace;display:flex;flex-direction:column}p{font-size:16px}.game-container{display:flex;flex-direction:column;align-items:center;color:#a69b8a}.hive-wrapper{position:relative;width:300px;height:300px}.hex-wrapper{position:absolute;width:80px;height:80px}.hex{width:100%;height:100%;background:#fff;color:#000;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:700;transition:transform .1s ease,background .2s;clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);pointer-events:none}.hex:hover{background:#55d2ff}.hex-center{background:#0383c3}.hex-wrapper:active .hex,.hex.key-active{transform:scale(1.15);background:#55d2ff}.hex-correct{background:#7ee281e3;transition:background .3s}.hex-incorrect{background:#ff7970;transition:background .3s}.hex-center-wrapper{top:51%;left:51%;transform:translate(-50%,-50%)}.outer-container{position:absolute;top:38%;left:38%;transform:translate(-50%,-50%)}.hex-0-wrapper{transform:rotate(0) translate(110px) rotate(-0deg)}.hex-1-wrapper{transform:rotate(60deg) translate(110px) rotate(-60deg)}.hex-2-wrapper{transform:rotate(120deg) translate(110px) rotate(-120deg)}.hex-3-wrapper{transform:rotate(180deg) translate(110px) rotate(-180deg)}.hex-4-wrapper{transform:rotate(240deg) translate(110px) rotate(-240deg)}.hex-5-wrapper{transform:rotate(300deg) translate(110px) rotate(-300deg)}.guess-display{margin-top:1rem}.guess-display input{font-size:1.5rem;text-align:center;width:200px}.controls{display:flex;gap:1rem;margin-top:1rem}.controls button{padding:.5rem 1rem;cursor:pointer}.controls-row{display:flex;gap:1rem;margin:2rem}.reset-row button{background-color:#f35959;color:#fff;display:flex;gap:1rem;margin:4rem}.game-layout{display:flex;gap:20px}.board-panel{flex:2}.found-words-panel{flex:auto;border-left:1px solid #ccc;padding-left:40px;color:#a69b8a}.found-words-list{max-height:410px;overflow-y:auto;width:240px}.found-word-item{display:flex;justify-content:space-between;margin-bottom:5px;padding-right:3px}.hive-wrapper{flex-shrink:0}.guess-display input{text-transform:uppercase;padding:5px;font-size:1rem}.controls button,.reset-row button{padding:8px 12px;font-size:1rem;cursor:pointer}.found-words-panel{flex:1;border-left:1px solid #ccc;padding-left:20px}.found-word-item{display:flex;justify-content:space-between;margin-bottom:5px}.score-timeline-left{display:flex;align-items:center;margin-right:20px}.timeline-bracket-label{font-weight:700;margin-right:10px;white-space:nowrap}.score-timeline{display:block;align-items:center;max-width:97%;margin-bottom:20px}.timeline-big-circle{width:30px;height:30px;background-color:#55d2ff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700}.score-timeline-line{margin-top:10px;position:relative;flex:1;height:4px;background-color:#f0f0f0;border-radius:2px}.timeline-circle{position:absolute;top:50%;transform:translateY(-50%);width:8px;height:8px;background-color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff}.timeline-circle-text{font-size:.7rem;font-weight:500;color:#fff;pointer-events:none}.timeline-circle-active{background-color:#55d2ff;color:#000;width:10px;height:10px;display:flex;align-items:center;justify-content:center;margin-right:1em}.found-words-list{max-height:410px;overflow-y:auto;padding-right:7px;scrollbar-width:thin;scrollbar-color:#444 #333}.found-words-list::-webkit-scrollbar{width:8px}.found-words-list::-webkit-scrollbar-track{background:#444;border-radius:4px}.found-words-list::-webkit-scrollbar-thumb{background-color:#000;border-radius:4px;border:1px solid #333}.found-words-list::-webkit-scrollbar-button{display:none;width:0;height:0}.found-word-item.highlight{position:relative;overflow:hidden;background:#3481b5;border:1px solid #75bcf9;color:#000;border-radius:4px;padding:2px 1px 1px}.found-word-item.highlight:before{content:"";position:absolute;top:0;left:-200%;width:100%;height:100%;background:linear-gradient(120deg,transparent,rgba(140,246,234,.8),transparent);transform:skew(-25deg);animation:snowGlimmer 20s infinite;pointer-events:none}@keyframes snowGlimmer{0%{left:-100%}50%{left:100%}to{left:-100%}}.found-word-item.highlight .word{animation:textGlimmer 3s infinite}@keyframes textGlimmer{0%,to{text-shadow:0 0 5px rgba(109,187,251,.798)}50%{text-shadow:0 0 15px rgb(149,186,255)}}
