:root{--background:#fff;--foreground:#171717;--brand:#fefaff;--brand-accent:#c099c4;--brand-secondary:#300c2a}html,body{max-width:100vw;height:100vh;padding-top:1%;overflow-x:hidden}body{color:var(--foreground);background:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;padding-top:30px;font-family:Arial,Helvetica,sans-serif}*{box-sizing:border-box;margin:0;padding:0}#gameFrame{background:#fff url(/game-frame.png) 50%/auto 100% no-repeat;justify-content:center;align-items:center;min-width:325px;height:100vh;max-height:692px;margin:auto;display:flex;overflow:hidden}#contentBox{background-color:var(--brand);align-items:center;justify-content:top;border-radius:32px;flex-direction:column;width:100%;max-width:300px;height:100%;max-height:550px;padding:20px 0 32px;display:flex;position:relative;overflow:hidden}#CurrentWord{color:var(--brand-secondary);text-align:center;margin-bottom:8px;padding-top:60px;font-size:48px;font-weight:700}#top-stats{color:var(--brand-secondary);justify-content:space-between;width:100%;padding:0 20px;font-size:18px;display:flex}#top-stats a{color:var(--brand-secondary);background:0 0;border:none;justify-content:center;align-items:center;display:flex}#top-stats a:hover{cursor:pointer;scale:.95}#character-container{justify-content:center;align-items:center;width:128px;height:100%;margin-bottom:16px;margin-left:auto;margin-right:auto;display:flex;position:relative}#yarnBall{transform-origin:50%;z-index:10;width:128px;height:128px}#yarn-container{background-image:url(/yarn-line.svg);background-repeat:no-repeat;background-size:auto 35%;width:128px;height:128px;position:absolute;top:50%;left:-90px;overflow:hidden}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes introSlideIn{0%{opacity:0;transform:translate(-150px)rotate(0)}to{opacity:1;transform:translate(0)rotate(360deg)}}@keyframes introSlideIn-Container{0%{opacity:0;transform:translate(-150px)}to{opacity:1;transform:translate(0)}}.rolling{animation:.75s linear infinite rotate}.intro-animation{animation:1.5s cubic-bezier(.34,1.56,.64,1) forwards introSlideIn}.intro-animation-container{animation:1.5s cubic-bezier(.34,1.56,.64,1) forwards introSlideIn-Container}.bottom-container{flex-direction:column;gap:4px;width:100%;display:flex;position:relative}.bottom-count{justify-content:space-between;align-items:center;padding-top:4px;display:flex}.bottom-count a{color:var(--brand-secondary);font-size:14px;text-decoration:underline}.bottom-count a:hover{cursor:pointer;text-decoration:none}.form-container{gap:8px;display:flex}.form-input{white-space:nowrap;text-overflow:ellipsis;text-transform:capitalize;width:100%;height:40px;color:var(--brand-secondary);border:var(--brand-secondary)1px solid;background-color:#fff;border-radius:6px;padding:8px;font-size:18px;transition:all .1s ease-in-out;overflow:hidden;box-shadow:0 1px #000}.form-input:focus{border:var(--brand-secondary)2px solid;outline:none}.form-button{background-color:var(--brand-accent);min-width:40px;min-height:40px;color:var(--brand-secondary);border-radius:6px;justify-content:center;align-items:center;transition:all .2s;display:flex;box-shadow:0 1px #000}.form-button:hover{cursor:pointer;scale:.95}.results-container{color:var(--brand-secondary);width:100%;margin-top:16px}.tabs-root{width:100%;padding:0 20px}.tabs-controls{justify-content:center;align-items:center;padding:8px 12px;display:flex}.tabs-list button{color:var(--brand-secondary);background-color:#0000;border:none;font-family:inherit;font-size:16px}.tabs-list button.active{text-decoration:underline}.thread{border:1px solid var(--brand-secondary);width:100%;color:var(--brand-secondary);background-color:#fff;border-radius:8px;margin-top:8px;padding:12px;font-size:14px;line-height:1.3}@keyframes toastSlideDown{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.toast.message{width:200px!important}.toast{background:var(--brand-accent);width:60px;color:var(--brand-secondary);border:solid 2px var(--brand-secondary);z-index:9999;pointer-events:none;border-radius:6px;padding:8px;font-weight:700;animation:.32s cubic-bezier(.2,.9,.2,1) both toastSlideDown;position:absolute;top:60px;transform:translate(-100%)}.toast-text{text-align:center;font-size:12px;display:inline-block}.leaderboard-table{text-wrap:balance;max-height:300px;font-size:12px;overflow:hidden auto}
