.styles-module__6oPLNG__board{flex-direction:column;align-items:center;gap:clamp(2px,.6svh,4px);display:flex}.styles-module__6oPLNG__row{gap:clamp(2px,.6svh,4px);transition:transform .3s;display:flex}.styles-module__6oPLNG__shake{animation:1s styles-module__6oPLNG__shake}@keyframes styles-module__6oPLNG__shake{0%,to{transform:translate(0)}10%,30%,50%,70%,90%{transform:translate(-8px)}20%,40%,60%,80%{transform:translate(8px)}}.styles-module__6oPLNG__winAnimation{animation:1.1s ease-in-out styles-module__6oPLNG__win}@keyframes styles-module__6oPLNG__win{0%{transform:scale(1)}50%{transform:scale(1.25)}80%{transform:scale(.92)}to{transform:scale(1)}}.styles-module__6oPLNG__letter{font-family:var(--font-ts);--letter-size:clamp(38px,calc((100svh - 270px)/6),48px);width:var(--letter-size);height:var(--letter-size);font-size:clamp(1.4rem,calc(var(--letter-size)*.55),2rem);text-transform:uppercase;border:2px solid var(--border-default);box-sizing:border-box;cursor:pointer;background-color:var(--background-default);color:var(--text-default);border-radius:100%;justify-content:center;align-items:center;padding:2px 0 0;font-weight:700;display:flex}.styles-module__6oPLNG__letter:focus,.styles-module__6oPLNG__selected{outline:var(--border-focus)solid 2px;border:none}.styles-module__6oPLNG__correct{background-color:var(--background-correct);color:var(--text-on-correct);border:none}.styles-module__6oPLNG__present{background-color:var(--background-present);color:#000;border:none}.styles-module__6oPLNG__absent{background-color:var(--background-absent);color:var(--text-on-absent);border:none}.styles-module__6oPLNG__hint{background-color:var(--background-hint);color:var(--text-on-correct);border:none}.styles-module__6oPLNG__locked{pointer-events:none;cursor:default}.styles-module__6oPLNG__vanishRow{animation:1s ease-in-out forwards styles-module__6oPLNG__rowVanish;overflow:hidden}.styles-module__6oPLNG__vanishRow button{transition:height .4s ease-in .6s,width .4s ease-in .6s}@keyframes styles-module__6oPLNG__rowVanish{0%{opacity:1;max-height:64px;margin-bottom:0;transform:scale(1)}50%{opacity:0;max-height:64px;margin-bottom:0;transform:scale(.85)}to{opacity:0;max-height:0;margin-bottom:-4px;transform:scale(.85)}}@media (min-width:768px){.styles-module__6oPLNG__board,.styles-module__6oPLNG__row{gap:clamp(4px,.8svh,8px)}.styles-module__6oPLNG__letter{--letter-size:clamp(40px,calc((100svh - 320px)/6),64px);width:var(--letter-size);height:var(--letter-size);font-size:clamp(22px,calc(var(--letter-size)*.5),32px);padding-top:3px}}
.styles-module__2TVtwq__dialog{background-color:var(--background-default)!important;background-image:linear-gradient(to bottom,var(--background-default)0%,transparent 100%),url(/bg-light.png)!important;background-blend-mode:normal,overlay!important;background-size:auto,150px!important;padding-top:0!important}@media (prefers-color-scheme:dark){.styles-module__2TVtwq__dialog{background-image:linear-gradient(to bottom,var(--background-default)0%,transparent 100%),url(/bg-dark.png)!important}}.styles-module__2TVtwq__boardClip{justify-content:center;height:180px;display:flex;overflow:hidden}.styles-module__2TVtwq__miniBoard{flex-direction:column;align-items:center;gap:6px;margin-top:-20px;display:flex}.styles-module__2TVtwq__miniRow{gap:6px;display:flex}.styles-module__2TVtwq__miniCell{border-radius:50%;width:36px;height:36px}.styles-module__2TVtwq__cellCorrect{background-color:var(--background-correct)}.styles-module__2TVtwq__cellPresent{background-color:var(--background-present)}.styles-module__2TVtwq__cellAbsent{background-color:var(--background-absent)}.styles-module__2TVtwq__cellEmpty{border:2px solid var(--border-default)}.styles-module__2TVtwq__vanishRow{gap:6px;animation:4s ease-in-out infinite styles-module__2TVtwq__rowVanish;display:flex}@keyframes styles-module__2TVtwq__rowVanish{0%,40%{opacity:1;max-height:36px;margin-top:0;transform:scale(1)translateY(0)}55%{opacity:0;max-height:36px;margin-top:0;transform:scale(.85)translateY(4px)}70%{opacity:0;max-height:0;margin-top:-6px;transform:scale(.85)translateY(4px)}85%{opacity:0;max-height:0;margin-top:-6px;transform:scale(1)translateY(0)}to{opacity:1;max-height:36px;margin-top:0;transform:scale(1)translateY(0)}}.styles-module__2TVtwq__title{text-align:center;margin-top:0;margin-bottom:.75rem;font-size:1.5rem!important}.styles-module__2TVtwq__description{text-align:center;color:var(--text-secondary);font-size:1rem!important}.styles-module__2TVtwq__highlight{color:var(--color-hint);font-weight:600}.styles-module__2TVtwq__confirmButton{background-color:var(--background-button-secondary);color:var(--text-button-secondary);border-radius:var(--border-radius);cursor:pointer;font-size:.875rem;font-weight:600;font-family:var(--font-latina);box-shadow:0 1px 0 0 var(--shadow-button-secondary);border:none;padding:.6em 1.2em}.styles-module__2TVtwq__confirmButton:hover{opacity:.85}.styles-module__2TVtwq__actions{flex-direction:column;gap:.5rem;margin-top:1.5rem;display:flex}.styles-module__2TVtwq__actions button{width:100%;min-height:44px}.styles-module__2TVtwq__ghostButton{cursor:pointer;color:var(--text-secondary);font-size:.875rem;font-weight:500;font-family:var(--font-latina);border-radius:var(--border-radius);background:0 0;border:none;padding:.6em 1.2em}.styles-module__2TVtwq__ghostButton:hover{background-color:color-mix(in srgb,var(--color-hint)12%,transparent);color:var(--color-hint)}@media (min-width:640px){.styles-module__2TVtwq__actions{flex-direction:row-reverse}.styles-module__2TVtwq__actions button{flex:1}}
.styles-module__3GfW8q__keyboard{flex-direction:column;align-items:center;width:95vw;min-width:320px;margin:clamp(8px,2svh,20px) 0 clamp(4px,1svh,12px);display:flex}.styles-module__3GfW8q__keyboardRow{justify-content:center;width:100%;display:flex}.styles-module__3GfW8q__keyboardKey{font-family:var(--font-ts);background-color:var(--background-keyboard);height:52px;min-height:44px;color:var(--text-default);cursor:pointer;text-align:center;box-shadow:0 3px 0 0 var(--shadow-keyboard-key);border:none;border-radius:8px;flex:1 0 0;justify-content:center;align-items:center;margin:2px;padding:3px 0 0;font-size:1.2rem;font-weight:700;transition:all .25s;display:flex}.styles-module__3GfW8q__keyboardKey:active,.styles-module__3GfW8q__keyboardKey.styles-module__3GfW8q__pressed{box-shadow:inset 0 3px 0 0 var(--shadow-keyboard-key);transform:translateY(2px)}@media (min-width:768px){.styles-module__3GfW8q__keyboardKey{transition:background-color .25s;position:relative}.styles-module__3GfW8q__keyboardKey:hover:before{content:"";mix-blend-mode:plus-lighter;pointer-events:none;border-radius:inherit;background-color:#ffffff0d;width:100%;height:100%;transition:background-color .25s;position:absolute;top:0;left:0}.styles-module__3GfW8q__absent.styles-module__3GfW8q__keyboardKey:hover:before{content:"";mix-blend-mode:plus-darker;pointer-events:none;border-radius:inherit;background-color:#00000005;width:100%;height:100%;transition:background-color .25s;position:absolute;top:0;left:0}}.styles-module__3GfW8q__correct{background-color:var(--background-correct);color:var(--text-on-correct);box-shadow:0 3px 0 0 var(--shadow-keyboard-key-correct)}.styles-module__3GfW8q__correct:active,.styles-module__3GfW8q__correct.styles-module__3GfW8q__pressed{box-shadow:inset 0 3px 0 0 var(--shadow-keyboard-key-correct);transform:translateY(2px)}.styles-module__3GfW8q__present{background-color:var(--background-present);color:var(--text-on-present);box-shadow:0 3px 0 0 var(--shadow-keyboard-key-present)}.styles-module__3GfW8q__present:active,.styles-module__3GfW8q__present.styles-module__3GfW8q__pressed{box-shadow:inset 0 3px 0 0 var(--shadow-keyboard-key-present);transform:translateY(2px)}.styles-module__3GfW8q__absent{background-color:var(--background-absent);color:var(--text-on-absent);box-shadow:0 3px 0 0 var(--shadow-keyboard-key-absent)}.styles-module__3GfW8q__absent:active,.styles-module__3GfW8q__absent.styles-module__3GfW8q__pressed{box-shadow:inset 0 3px 0 0 var(--shadow-keyboard-key-absent);transform:translateY(2px)}.styles-module__3GfW8q__ready{background-color:var(--background-keyboard-ready);color:var(--text-on-keyboard-ready);box-shadow:0 2px 0 0 var(--shadow-keyboard-key-ready)}.styles-module__3GfW8q__ready:active,.styles-module__3GfW8q__ready.styles-module__3GfW8q__pressed{box-shadow:inset 0 3px 0 0 var(--shadow-keyboard-key-ready);transform:translateY(2px)}.styles-module__3GfW8q__icon{display:none}.styles-module__3GfW8q__largeKey{flex-grow:1.2;width:auto}.styles-module__3GfW8q__largeKey:not(.styles-module__3GfW8q__ready){color:var(--text-on-keyboard-enter)}.styles-module__3GfW8q__keyboardKey span{display:none}.styles-module__3GfW8q__keyboardKey span.styles-module__3GfW8q__responsiveIcon{display:inline}.styles-module__3GfW8q__keyboardKey span.styles-module__3GfW8q__text{display:none}@media (min-width:769px){.styles-module__3GfW8q__keyboard{max-width:620px}.styles-module__3GfW8q__keyboardKey{width:100%;height:56px;font-size:1.5rem}.styles-module__3GfW8q__largeKey{flex-grow:2;min-width:88px;max-width:100px;font-size:1.4rem}.styles-module__3GfW8q__mediumKey{min-width:45px}.styles-module__3GfW8q__keyboardKey span.styles-module__3GfW8q__text{display:inline}.styles-module__3GfW8q__keyboardKey span.styles-module__3GfW8q__responsiveIcon{display:none}}.styles-module__3GfW8q__hint{color:var(--text-success);z-index:10;opacity:0;pointer-events:none;justify-content:center;align-items:center;gap:.35rem;font-size:.8rem;animation:.5s ease-out 2s forwards styles-module__3GfW8q__hintSlideIn,.5s ease-out 12s forwards styles-module__3GfW8q__hintFadeOut;display:none;position:fixed;bottom:0;left:0;right:0;transform:translateY(8px)}@media (hover:hover) and (min-width:769px){.styles-module__3GfW8q__hint{background:linear-gradient(to bottom,transparent,color-mix(in srgb,var(--background-default)85%,transparent)60%,var(--background-default));padding:1.5rem 0 .35rem;display:flex}}.styles-module__3GfW8q__hintIcon{width:.6rem;height:.6rem}@keyframes styles-module__3GfW8q__hintSlideIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes styles-module__3GfW8q__hintFadeOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(0)}}
.styles-module__BzMUtq__footer{width:100%;color:var(--text-secondary);justify-content:center;align-items:center;gap:.5rem;margin-top:auto;padding:2rem 0 1rem;font-size:11px;display:flex}.styles-module__BzMUtq__footer p{margin:0}.styles-module__BzMUtq__footerLink{color:var(--text-secondary);font-size:11px;text-decoration:none}.styles-module__BzMUtq__footerLink:hover{text-decoration:underline}
.styles-module__4CK9Ra__button{border-radius:var(--border-radius);font-size:.8em;font-weight:500;font-family:var(--font-latina);background-color:var(--background-accent);cursor:pointer;color:var(--text-on-accent);transform:all .25;border:1px solid #0000;padding:.6em 1.2em;transition:background-color .25s}@media (min-width:768px){.styles-module__4CK9Ra__button:hover{background-color:var(--background-accent-hover)}}.styles-module__4CK9Ra__button:focus,.styles-module__4CK9Ra__button:focus-visible{outline:4px auto var(--border-focus)}.styles-module__4CK9Ra__secondary{background-color:var(--background-accent);color:var(--text-on-accent);cursor:pointer;letter-spacing:.5px;border:none;padding:12px 24px;font-weight:700}.styles-module__4CK9Ra__clear{cursor:pointer;letter-spacing:.5px;background-color:#0000;border:none;padding:0;font-weight:700}.styles-module__4CK9Ra__clear:hover{background-color:#0000}.styles-module__4CK9Ra__icon{justify-content:center;align-items:center;width:32px;height:32px;padding:4px;display:flex}@media (min-width:768px){.styles-module__4CK9Ra__icon{width:48px;height:48px;padding:12px}}
.styles-module__esiCPa__markdownContainer pre{background-color:#f0f0f0;border:1px solid #ddd;padding:10px}.styles-module__esiCPa__markdownContainer h1,.styles-module__esiCPa__markdownContainer h2,.styles-module__esiCPa__markdownContainer h3,.styles-module__esiCPa__markdownContainer h4,.styles-module__esiCPa__markdownContainer h5,.styles-module__esiCPa__markdownContainer h6{margin-top:20px;font-weight:700}.styles-module__esiCPa__markdownContainer h1{font-size:24px}.styles-module__esiCPa__markdownContainer h2{font-size:18px}.styles-module__esiCPa__markdownContainer h3{font-size:16px}.styles-module__esiCPa__markdownContainer h4{font-size:14px}.styles-module__esiCPa__markdownContainer h5{font-size:12px}.styles-module__esiCPa__markdownContainer h6{font-size:10px}.styles-module__esiCPa__markdownContainer ol,.styles-module__esiCPa__markdownContainer ul{margin:10px 0}.styles-module__esiCPa__markdownContainer ol li{list-style-type:decimal}.styles-module__esiCPa__markdownContainer ul li{list-style-type:disc}
.styles-module__MJESLq__card{background:var(--background-definiton);border-radius:var(--border-radius);box-sizing:border-box;text-align:left;width:100%;font-family:var(--font-latina);flex-direction:column;padding:1.25rem;display:flex}.styles-module__MJESLq__word{color:var(--text-default);font-weight:400;line-height:1.2;font-family:var(--font-ts);margin:0!important;font-size:2.5rem!important}.styles-module__MJESLq__meta{color:var(--text-secondary);margin:.25rem 0 0;font-size:.875rem;font-style:italic;font-weight:400;line-height:1.4}.styles-module__MJESLq__definition{margin-top:.75rem;margin-bottom:1rem}.styles-module__MJESLq__definition p{text-align:left;margin:0;font-size:.875rem;font-weight:400;line-height:3.125ex}.styles-module__MJESLq__example{border-left:3px solid var(--background-accent);margin:1.5rem 0 .5rem;padding-left:1rem;font-size:.875rem}.styles-module__MJESLq__exampleLabel{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.03em;margin:0 0 .25rem;font-size:.8rem;font-weight:600}.styles-module__MJESLq__exampleText{color:var(--text-default);text-align:left;margin:0;font-style:italic;font-weight:400;line-height:1.5}.styles-module__MJESLq__linkButton{font-size:.85rem;font-weight:500;font-family:var(--font-latina);color:var(--text-button-secondary);background-color:var(--background-button-secondary);cursor:pointer;width:100%;box-shadow:0 3px 0 0 var(--shadow-button-secondary);border-radius:.5rem;justify-content:center;align-items:center;gap:6px;margin-top:1rem;padding:.625rem 1.25rem;text-decoration:none;transition:all .15s;display:inline-flex}.styles-module__MJESLq__linkButton:hover{background-color:var(--background-button-secondary);filter:brightness(1.05)}.styles-module__MJESLq__linkButton:active{background-color:var(--background-button-secondary);box-shadow:inset 0 3px 0 0 var(--shadow-button-secondary);transform:translateY(2px)}
@keyframes styles-module__S_sCvW__drift{0%{transform:translate(100vw)}to{transform:translate(-100%)}}@keyframes styles-module__S_sCvW__float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.styles-module__S_sCvW__container{text-align:center;box-sizing:border-box;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;padding:2rem 0;display:flex}.styles-module__S_sCvW__cloudsWrapper{flex-shrink:0;justify-content:center;width:100%;height:40vh;min-height:274px;display:inline-flex;position:relative;overflow:hidden}.styles-module__S_sCvW__cloud{will-change:transform;position:absolute}.styles-module__S_sCvW__cloud img{width:100%;height:auto;display:block}.styles-module__S_sCvW__cloudLayer1{opacity:1;width:65vh;min-width:400px;max-width:500px;animation:40s linear infinite styles-module__S_sCvW__drift,6s ease-in-out infinite styles-module__S_sCvW__float;top:10%}.styles-module__S_sCvW__cloudLayer2{opacity:.1;width:200px;animation:60s linear -15s infinite styles-module__S_sCvW__drift,8s ease-in-out -2s infinite styles-module__S_sCvW__float;top:30%;left:60%}.styles-module__S_sCvW__cloudLayer3{opacity:.2;width:150px;animation:80s linear -30s infinite styles-module__S_sCvW__drift,4s ease-in-out -1s infinite styles-module__S_sCvW__float;top:5%}.styles-module__S_sCvW__content{flex-direction:column;align-items:center;gap:.5rem;padding:1rem;display:flex}.styles-module__S_sCvW__header{color:var(--text-default);margin:0;font-size:2rem;font-weight:700;line-height:1.2}.styles-module__S_sCvW__paragraph{color:var(--text-primary);-webkit-hyphens:auto;hyphens:auto;max-width:420px;margin:0;font-size:1.1rem;font-weight:300;line-height:1.5}.styles-module__S_sCvW__cta{background-color:var(--background-accent);color:var(--text-on-accent);border-radius:var(--border-radius);cursor:pointer;border:none;justify-content:center;align-items:center;min-height:44px;margin-top:1.5rem;padding:.75rem 1.5rem;font-family:inherit;font-size:1rem;font-weight:600;text-decoration:none;transition:background-color .2s;display:inline-flex}@media (min-width:768px){.styles-module__S_sCvW__cta:hover{background-color:var(--background-accent-hover)}.styles-module__S_sCvW__header{font-size:2.4rem}}.styles-module__S_sCvW__cta:focus-visible{outline:4px solid var(--border-focus);outline-offset:2px}@media (prefers-reduced-motion:reduce){.styles-module__S_sCvW__cloud{animation:none!important}}
.styles-module__owsrxa__container{width:80%;max-width:480px;margin-top:1.5rem}.styles-module__owsrxa__cardSummary{border-radius:var(--border-radius);background:var(--background-definiton);text-align:center;padding:.85rem 1.25rem;position:relative;overflow:hidden}.styles-module__owsrxa__scoreHighlight{color:var(--text-accent);margin:.25rem 0 .65rem;font-size:1.5rem;font-weight:700;line-height:1}.styles-module__owsrxa__scoreUnit{color:var(--text-secondary);font-size:.85rem;font-weight:500}.styles-module__owsrxa__cardRegister{border-radius:var(--border-radius);background:var(--background-definiton);text-align:center;padding:1rem 1.25rem;position:relative;overflow:hidden}.styles-module__owsrxa__spark{color:var(--text-present);pointer-events:none;animation:6s ease-in-out infinite styles-module__owsrxa__floatSpark;position:absolute}.styles-module__owsrxa__spark:first-child{font-size:.6rem;animation-delay:0s;top:15%;right:10%}.styles-module__owsrxa__spark:nth-child(2){font-size:.5rem;animation-delay:1.5s;bottom:20%;left:8%}.styles-module__owsrxa__spark:nth-child(3){font-size:.55rem;animation-delay:3s;top:40%;right:6%}.styles-module__owsrxa__spark:nth-child(4){font-size:.45rem;animation-delay:4.5s;top:10%;left:15%}.styles-module__owsrxa__spark:nth-child(5){font-size:.5rem;animation-delay:2s;bottom:15%;right:18%}.styles-module__owsrxa__spark:nth-child(6){font-size:.4rem;animation-delay:5s;bottom:35%;left:5%}@keyframes styles-module__owsrxa__floatSpark{0%,to{opacity:0;transform:translateY(0)scale(.5)}20%{opacity:.6;transform:translateY(-3px)scale(1)}40%{opacity:0;transform:translateY(-6px)scale(.5)}}.styles-module__owsrxa__titleRow{color:var(--text-default);justify-content:center;align-items:center;gap:.4rem;margin:0;font-size:.9rem;font-weight:600;display:flex}.styles-module__owsrxa__emoji{font-size:1.1rem;line-height:1}.styles-module__owsrxa__separator{color:var(--text-secondary);font-weight:400}.styles-module__owsrxa__nickname{letter-spacing:.08em;color:var(--text-accent);font-weight:700}.styles-module__owsrxa__subtitle{color:var(--text-secondary);margin:.25rem 0 1rem;font-size:.85rem;font-weight:400}.styles-module__owsrxa__formInline{justify-content:center;align-items:center;gap:.5rem;margin-top:.5rem;display:flex}.styles-module__owsrxa__nicknameInput{text-align:center;text-transform:uppercase;letter-spacing:.2em;border:2px solid var(--border-default);background:var(--background-default);width:7ch;color:var(--text-default);font-size:1.4rem;font-weight:700;font-family:var(--font-ts);border-radius:8px;outline:none;padding:.4rem .5rem;transition:border-color .15s}.styles-module__owsrxa__nicknameInput:focus{border-color:var(--background-accent)}.styles-module__owsrxa__nicknameInput::placeholder{color:var(--text-secondary);opacity:.5;letter-spacing:.3em}.styles-module__owsrxa__errorText{color:var(--text-danger);margin:.5rem 0 0;font-size:.8rem}.styles-module__owsrxa__submitError{color:var(--text-secondary);opacity:.8;margin:0 0 .5rem;font-size:.75rem}.styles-module__owsrxa__joinButton{background:var(--background-accent);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:8px;padding:.5rem 1rem;font-size:.95rem;font-weight:600;transition:opacity .15s}.styles-module__owsrxa__joinButton:hover{opacity:.9}.styles-module__owsrxa__joinButton:active{opacity:.8;transform:scale(.98)}.styles-module__owsrxa__joinButton:disabled{opacity:.5;cursor:not-allowed}.styles-module__owsrxa__streakBar{justify-content:center;align-items:center;gap:.5rem;margin-bottom:.65rem;display:flex}.styles-module__owsrxa__streakDots{gap:.3rem;display:flex}.styles-module__owsrxa__streakDot{background:color-mix(in srgb,var(--text-default)15%,transparent);border-radius:50%;width:6px;height:6px;transition:background-color .3s}.styles-module__owsrxa__streakDotFilled{background:var(--text-accent)}.styles-module__owsrxa__streakDotBonus{background:#e8720c}.styles-module__owsrxa__streakLabel{color:var(--text-secondary);font-size:.7rem;font-weight:600}.styles-module__owsrxa__rankLink{color:var(--text-default);background:color-mix(in srgb,var(--text-default)10%,transparent);border:1px solid color-mix(in srgb,var(--text-default)15%,transparent);border-radius:6px;align-items:center;gap:.35rem;padding:.4rem .75rem;font-size:.8rem;font-weight:600;text-decoration:none;transition:background-color .15s,border-color .15s;display:inline-flex}.styles-module__owsrxa__rankLink:hover{background:color-mix(in srgb,var(--text-default)12%,transparent);border-color:color-mix(in srgb,var(--text-default)20%,transparent);color:var(--text-default)}.styles-module__owsrxa__hashSymbol{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif}
.styles-module__Fy2VdG__tip{white-space:nowrap;background:var(--background-tip);-webkit-backdrop-filter:blur(16px);border:1px solid var(--border-tip);color:var(--text-tip);cursor:pointer;z-index:50;border-radius:8px;padding:.5rem .75rem;font-size:.8125rem;font-weight:500}.styles-module__Fy2VdG__tipBottom{animation:.4s cubic-bezier(.16,1,.3,1) forwards styles-module__Fy2VdG__tipBottomIn;position:absolute;top:calc(100% + 8px);left:50%}.styles-module__Fy2VdG__tipBottom:before{content:"";background:var(--background-tip);border-left:1px solid var(--border-tip);border-top:1px solid var(--border-tip);width:8px;height:8px;margin-left:-4px;position:absolute;top:-5px;left:50%;transform:rotate(45deg)}.styles-module__Fy2VdG__tipTop{animation:.4s cubic-bezier(.16,1,.3,1) forwards styles-module__Fy2VdG__tipTopIn;position:absolute;bottom:calc(100% + 8px);left:50%}.styles-module__Fy2VdG__tipTop:before{content:"";background:var(--background-tip);border-right:1px solid var(--border-tip);border-bottom:1px solid var(--border-tip);width:8px;height:8px;margin-left:-4px;position:absolute;bottom:-5px;left:50%;transform:rotate(45deg)}.styles-module__Fy2VdG__tipLeft{animation:.4s cubic-bezier(.16,1,.3,1) forwards styles-module__Fy2VdG__tipLeftIn;position:absolute;top:50%;right:calc(100% + 8px)}.styles-module__Fy2VdG__tipLeft:before{content:"";background:var(--background-tip);border-right:1px solid var(--border-tip);border-top:1px solid var(--border-tip);width:8px;height:8px;margin-top:-4px;position:absolute;top:50%;right:-5px;transform:rotate(45deg)}.styles-module__Fy2VdG__tipClosingLeft{animation:.3s cubic-bezier(.4,0,1,1) forwards styles-module__Fy2VdG__tipLeftOut}.styles-module__Fy2VdG__tipRight{animation:.4s cubic-bezier(.16,1,.3,1) forwards styles-module__Fy2VdG__tipRightIn;position:absolute;top:50%;left:calc(100% + 8px)}.styles-module__Fy2VdG__tipRight:before{content:"";background:var(--background-tip);border-left:1px solid var(--border-tip);border-bottom:1px solid var(--border-tip);width:8px;height:8px;margin-top:-4px;position:absolute;top:50%;left:-5px;transform:rotate(45deg)}.styles-module__Fy2VdG__tipClosingRight{animation:.3s cubic-bezier(.4,0,1,1) forwards styles-module__Fy2VdG__tipRightOut}.styles-module__Fy2VdG__tipClosingBottom{animation:.3s cubic-bezier(.4,0,1,1) forwards styles-module__Fy2VdG__tipBottomOut}.styles-module__Fy2VdG__tipClosingTop{animation:.3s cubic-bezier(.4,0,1,1) forwards styles-module__Fy2VdG__tipTopOut}@keyframes styles-module__Fy2VdG__tipBottomIn{0%{opacity:0;transform:translate(-50%)translateY(-4px)}to{opacity:1;transform:translate(-50%)translateY(0)}}@keyframes styles-module__Fy2VdG__tipBottomOut{0%{opacity:1;transform:translate(-50%)translateY(0)}to{opacity:0;transform:translate(-50%)translateY(-4px)}}@keyframes styles-module__Fy2VdG__tipTopIn{0%{opacity:0;transform:translate(-50%)translateY(4px)}to{opacity:1;transform:translate(-50%)translateY(0)}}@keyframes styles-module__Fy2VdG__tipTopOut{0%{opacity:1;transform:translate(-50%)translateY(0)}to{opacity:0;transform:translate(-50%)translateY(4px)}}@keyframes styles-module__Fy2VdG__tipRightIn{0%{opacity:0;transform:translateY(-50%)translate(-4px)}to{opacity:1;transform:translateY(-50%)translate(0)}}@keyframes styles-module__Fy2VdG__tipRightOut{0%{opacity:1;transform:translateY(-50%)translate(0)}to{opacity:0;transform:translateY(-50%)translate(-4px)}}@keyframes styles-module__Fy2VdG__tipLeftIn{0%{opacity:0;transform:translateY(-50%)translate(4px)}to{opacity:1;transform:translateY(-50%)translate(0)}}@keyframes styles-module__Fy2VdG__tipLeftOut{0%{opacity:1;transform:translateY(-50%)translate(0)}to{opacity:0;transform:translateY(-50%)translate(4px)}}
.styles-module__N45Qwq__header{grid-template-columns:1fr auto 1fr;align-items:center;width:100%;padding:1rem;display:grid;position:relative}.styles-module__N45Qwq__nav{justify-content:flex-end;gap:.5rem;display:flex}@media (min-width:768px){.styles-module__N45Qwq__nav{gap:1rem}}.styles-module__N45Qwq__logoLight{grid-column:2/3;justify-self:center;display:block}.styles-module__N45Qwq__logoDark{grid-column:2/3;justify-self:center;display:none}@media (max-width:374px){.styles-module__N45Qwq__logoLight img,.styles-module__N45Qwq__logoDark img{width:clamp(90px,35vw,132px);height:auto}}.styles-module__N45Qwq__banner{white-space:nowrap;border-radius:var(--border-radius);background:var(--background-banner);-webkit-backdrop-filter:blur(16px);border:1px solid var(--border-banner);width:fit-content;color:var(--text-default);cursor:pointer;z-index:50;align-items:center;gap:.75rem;margin:0 auto;padding:.75rem 1rem;font-size:.875rem;animation:.4s cubic-bezier(.16,1,.3,1) forwards styles-module__N45Qwq__bannerIn;display:flex;position:absolute;top:100%;left:0;right:0}.styles-module__N45Qwq__bannerOut{animation:.3s cubic-bezier(.4,0,1,1) forwards styles-module__N45Qwq__bannerOut}@keyframes styles-module__N45Qwq__bannerIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@keyframes styles-module__N45Qwq__bannerOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-8px)}}.styles-module__N45Qwq__statsButtonWrapper{position:relative}@media (prefers-color-scheme:dark){.styles-module__N45Qwq__logoLight{display:none}.styles-module__N45Qwq__logoDark{display:block}}
.styles-module__Bz_xXq__banner{z-index:100;background:var(--background-tip);-webkit-backdrop-filter:blur(16px);border-top:1px solid var(--border-tip);color:var(--text-tip);flex-direction:column;gap:.625rem;padding:1rem 1rem 1.25rem;font-size:.8125rem;animation:.4s cubic-bezier(.16,1,.3,1) forwards styles-module__Bz_xXq__slideUp;display:flex;position:fixed;bottom:0;left:0;right:0}.styles-module__Bz_xXq__bannerOut{animation:.3s cubic-bezier(.4,0,1,1) forwards styles-module__Bz_xXq__slideDown}.styles-module__Bz_xXq__dismiss{color:var(--text-tip);cursor:pointer;opacity:.6;background:0 0;border:none;padding:.25rem;position:absolute;top:.75rem;right:.75rem}.styles-module__Bz_xXq__dismiss:active{opacity:1}.styles-module__Bz_xXq__text{margin:0;padding-right:1.5rem;line-height:1.4}.styles-module__Bz_xXq__inlineIcon{vertical-align:middle;margin:-2px 0;display:inline-block}.styles-module__Bz_xXq__copyButton{border:1px solid var(--border-tip);color:var(--text-tip);cursor:pointer;background:0 0;border-radius:8px;justify-content:center;align-items:center;gap:.375rem;padding:.5rem 1rem;font-size:.8125rem;font-weight:600;display:flex}.styles-module__Bz_xXq__copyButton:active{background:var(--border-tip)}@keyframes styles-module__Bz_xXq__slideUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes styles-module__Bz_xXq__slideDown{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(100%)}}
.styles-module__Ngux2G__intro{flex-direction:column;align-items:center;margin-bottom:1rem;line-height:3.125ex;display:flex}.styles-module__Ngux2G__intro p{margin-bottom:1rem;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif}.styles-module__Ngux2G__secondline{margin-bottom:2rem;padding:1rem 0;font-size:1.1rem;font-style:italic}.styles-module__Ngux2G__instrucions,.styles-module__Ngux2G__letterInstrucions{width:90vw;max-width:440px}.styles-module__Ngux2G__letterInstrucions{flex-direction:row;gap:16px;margin-bottom:4rem;display:flex}.styles-module__Ngux2G__instrucions{margin-bottom:2rem}.styles-module__Ngux2G__instrucions p{text-align:center}.styles-module__Ngux2G__lettersDescription{text-align:center;flex-direction:column;align-items:center;gap:16px;width:33.33%;min-width:0;display:flex}.styles-module__Ngux2G__mainLetterBlue,.styles-module__Ngux2G__mainLetterYellow,.styles-module__Ngux2G__mainLetterGray{text-align:center;min-width:56px;min-height:56px;line-height:56px;font-family:var(--font-ts);border-radius:999px;font-size:32px;font-weight:700;position:relative}.styles-module__Ngux2G__badge{text-align:center;color:#fff;border:none;border-radius:999px;justify-content:center;align-items:center;width:20px;height:20px;font-family:system-ui,sans-serif;font-size:1rem;font-weight:900;line-height:1rem;position:absolute;bottom:-5px;right:-2px;box-shadow:0 0 0 2.5px #fff;display:inline-flex!important}.styles-module__Ngux2G__badge svg{display:block}.styles-module__Ngux2G__badgeCorrect{background-color:var(--blue-700)}.styles-module__Ngux2G__badgePresent{background-color:var(--yellow-700)}.styles-module__Ngux2G__badgeAbsent{background-color:var(--zinc-600)}.styles-module__Ngux2G__mainLetterBlue{background-color:var(--background-correct);color:var(--text-on-correct)}.styles-module__Ngux2G__mainLetterYellow{background-color:var(--background-present);color:var(--text-on-present)}.styles-module__Ngux2G__mainLetterGray{background-color:var(--background-absent);color:var(--text-on-absent)}.styles-module__Ngux2G__lettersDescription p{margin:0;font-size:14px;line-height:2.5ex}.styles-module__Ngux2G__lettersDescription span{text-transform:uppercase;margin-bottom:.3rem;font-weight:700;display:block}.styles-module__Ngux2G__correct{color:var(--text-accent)}.styles-module__Ngux2G__present{color:var(--text-present)}.styles-module__Ngux2G__absent{color:var(--text-secondary)}.styles-module__Ngux2G__footer{flex-direction:column;align-items:center;gap:.75rem;width:100%;display:flex}.styles-module__Ngux2G__links{color:var(--text-secondary);text-align:center;margin:0;font-size:.8rem}.styles-module__Ngux2G__links a{color:var(--text-secondary);text-decoration:underline}.styles-module__Ngux2G__start{width:100%}.styles-module__Ngux2G__start button{width:100%;font-family:var(--font-latina);font-size:1rem;font-weight:400}.styles-module__Ngux2G__logoLight{display:block}.styles-module__Ngux2G__logoDark{display:none}@media (prefers-color-scheme:dark){.styles-module__Ngux2G__logoLight{display:none}.styles-module__Ngux2G__logoDark{display:block}.styles-module__Ngux2G__badge{box-shadow:0 0 0 2.5px #18181b}}
.styles-module__AU4xoG__container{width:100%;max-width:560px;color:var(--text-default);flex-direction:column;align-items:center;margin:0 auto;padding:1.5rem 1rem 3rem;display:flex}.styles-module__AU4xoG__header{text-align:center;margin-bottom:1rem}.styles-module__AU4xoG__title{margin:0 0 .25rem;font-size:1.5rem;font-weight:700}.styles-module__AU4xoG__weekLabel{color:var(--text-secondary);text-transform:capitalize;margin:0;font-size:.9rem}.styles-module__AU4xoG__subtitle{color:var(--text-secondary);margin:.25rem 0 0;font-size:.9rem}.styles-module__AU4xoG__countdown{color:var(--text-secondary);background:color-mix(in srgb,var(--text-default)10%,transparent);border-radius:999px;width:fit-content;margin:0 auto .6rem;padding:.25rem .75rem;font-size:.75rem;font-weight:600;display:block}.styles-module__AU4xoG__weekNav{align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.styles-module__AU4xoG__weekNavButton{background:color-mix(in srgb,var(--text-default)8%,transparent);min-width:32px;min-height:32px;color:var(--text-default);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;padding:.4rem;transition:background-color .15s;display:flex}.styles-module__AU4xoG__weekNavButton:hover{background:color-mix(in srgb,var(--text-default)15%,transparent)}.styles-module__AU4xoG__weekNavButton:disabled{opacity:.2;cursor:not-allowed}.styles-module__AU4xoG__weekNavLabel{text-align:center;font-size:.9rem;font-weight:500}.styles-module__AU4xoG__dateRange{color:var(--text-secondary);font-size:.8rem;font-weight:400}.styles-module__AU4xoG__table{width:100%}.styles-module__AU4xoG__tableHeader{text-transform:uppercase;letter-spacing:.05em;color:var(--text-secondary);border-bottom:1px solid color-mix(in srgb,var(--border-default)50%,transparent);align-items:center;padding:.625rem .75rem;font-size:.8rem;font-weight:600;display:flex}.styles-module__AU4xoG__tableRow{border-bottom:1px solid color-mix(in srgb,var(--border-default)30%,transparent);align-items:center;padding:.75rem;font-size:1rem;display:flex}.styles-module__AU4xoG__colPosition{flex-shrink:0;align-items:center;width:5rem;display:inline-flex}.styles-module__AU4xoG__colNickname{flex:1;align-items:center;min-width:0;display:flex}.styles-module__AU4xoG__colGames{flex-shrink:0;justify-content:center;align-items:center;gap:.15rem;width:4rem;display:inline-flex}.styles-module__AU4xoG__colScore{text-align:right;flex-shrink:0;width:3rem}.styles-module__AU4xoG__positionCol{color:var(--text-secondary);white-space:nowrap;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;font-weight:600}.styles-module__AU4xoG__positionNum{text-align:right;width:1.5rem;display:inline-block}.styles-module__AU4xoG__rankSpacer{width:1.5rem;margin-right:.35rem;display:inline-block}.styles-module__AU4xoG__rankUp,.styles-module__AU4xoG__rankDown,.styles-module__AU4xoG__rankSame,.styles-module__AU4xoG__rankNew{justify-content:center;align-items:center;gap:1px;width:1.5rem;margin-right:.35rem;font-size:.7rem;font-weight:600;display:inline-flex}.styles-module__AU4xoG__rankMedal{justify-content:center;align-items:center;width:1.5rem;margin-right:.35rem;font-size:1rem;line-height:normal;display:inline-flex}.styles-module__AU4xoG__rankUp{color:var(--text-success)}.styles-module__AU4xoG__rankDown{color:var(--text-danger)}.styles-module__AU4xoG__rankSame{color:var(--text-secondary);opacity:.3}.styles-module__AU4xoG__rankNew{color:var(--text-accent)}.styles-module__AU4xoG__nicknameCol{letter-spacing:.1em;font-weight:600;position:relative}.styles-module__AU4xoG__floatingCrown{pointer-events:none;font-size:1rem;line-height:1;position:absolute;top:-6px;left:-6px;transform:rotate(-15deg)}.styles-module__AU4xoG__crownWrap{cursor:pointer;flex-shrink:0;margin-top:-1px;margin-left:.35rem;display:inline-flex;position:relative}.styles-module__AU4xoG__crownWrap path{fill:url(#trophyLeaderboardGradient);stroke:#8f653b;stroke-width:.5px}@media (prefers-color-scheme:dark){.styles-module__AU4xoG__crownWrap path{stroke:none}}.styles-module__AU4xoG__crownWrap:before,.styles-module__AU4xoG__crownWrap:after{content:"✦";color:#d4af37;pointer-events:none;animation:2s ease-in-out infinite styles-module__AU4xoG__sparkle;position:absolute}.styles-module__AU4xoG__crownWrap:before{font-size:.35rem;top:-3px;right:-5px}.styles-module__AU4xoG__crownWrap:after{font-size:.25rem;animation-delay:1s;bottom:-1px;left:-4px}@keyframes styles-module__AU4xoG__sparkle{0%,to{opacity:0;transform:scale(.5)}50%{opacity:1;transform:scale(1)}}.styles-module__AU4xoG__streakWrap{align-items:center;display:inline-flex;position:relative}.styles-module__AU4xoG__streakIcon{cursor:pointer;flex-shrink:0;margin-left:.3rem}.styles-module__AU4xoG__iconTooltip{white-space:nowrap;letter-spacing:0;color:#fff;pointer-events:none;z-index:10;background:#000000d9;border-radius:6px;padding:.3rem .5rem;font-size:.75rem;font-weight:500;position:absolute;bottom:calc(100% + 6px);left:50%;transform:translate(-50%)}.styles-module__AU4xoG__iconTooltip:after{content:"";border:4px solid #0000;border-top-color:#000000d9;position:absolute;top:100%;left:50%;transform:translate(-50%)}@media (prefers-color-scheme:dark){.styles-module__AU4xoG__iconTooltip{color:#000000d9;background:#ffffffeb}.styles-module__AU4xoG__iconTooltip:after{border-top-color:#ffffffeb}}.styles-module__AU4xoG__streakLevel1 path{fill:url(#fireGradient1)}.styles-module__AU4xoG__streakLevel2 path{fill:url(#fireGradient2)}.styles-module__AU4xoG__streakLevel3 path{fill:url(#fireGradient)}.styles-module__AU4xoG__streakWrap:has(.styles-module__AU4xoG__streakLevel3):before{content:"·";color:#ff5722;pointer-events:none;opacity:0;font-size:.9rem;font-weight:900;position:absolute}.styles-module__AU4xoG__streakWrap:has(.styles-module__AU4xoG__streakLevel3):after{content:"·";color:#ff5722;pointer-events:none;opacity:0;font-size:.9rem;font-weight:900;position:absolute}.styles-module__AU4xoG__streakWrap:has(.styles-module__AU4xoG__streakLevel3):before{animation:2.2s ease-out infinite styles-module__AU4xoG__ember;bottom:20%;left:50%}.styles-module__AU4xoG__streakWrap:has(.styles-module__AU4xoG__streakLevel3):after{color:#ffa726;font-size:.7rem;animation:2.6s ease-out .8s infinite styles-module__AU4xoG__ember;bottom:10%;left:70%}@keyframes styles-module__AU4xoG__ember{0%{opacity:0;transform:translateY(0)translate(0)scale(1)}15%{opacity:1}70%{opacity:.6}to{opacity:0;transform:translateY(-12px)translate(3px)scale(.5)}}.styles-module__AU4xoG__currentPlayer{background-color:var(--background-accent);color:#fff;border-bottom:none;border-radius:10px}.styles-module__AU4xoG__tableRow:has(+.styles-module__AU4xoG__currentPlayer){border-bottom-color:#0000}.styles-module__AU4xoG__currentPlayer .styles-module__AU4xoG__positionCol{color:#ffffffb3}.styles-module__AU4xoG__currentPlayer .styles-module__AU4xoG__rankUp,.styles-module__AU4xoG__currentPlayer .styles-module__AU4xoG__rankDown,.styles-module__AU4xoG__currentPlayer .styles-module__AU4xoG__rankSame,.styles-module__AU4xoG__currentPlayer .styles-module__AU4xoG__rankNew{color:var(--text-on-accent)}.styles-module__AU4xoG__currentPlayer .styles-module__AU4xoG__crownWrap path{fill:#fff}.styles-module__AU4xoG__currentPlayer .styles-module__AU4xoG__streakLevel1 path{fill:url(#fireGradientHL1)}.styles-module__AU4xoG__currentPlayer .styles-module__AU4xoG__streakLevel2 path{fill:url(#fireGradientHL2)}.styles-module__AU4xoG__currentPlayer .styles-module__AU4xoG__streakLevel3 path{fill:#fff}.styles-module__AU4xoG__currentPlayer .styles-module__AU4xoG__streakWrap:has(.styles-module__AU4xoG__streakLevel3):before{color:#ffffffe6}.styles-module__AU4xoG__currentPlayer .styles-module__AU4xoG__streakWrap:has(.styles-module__AU4xoG__streakLevel3):after{color:#ffffffe6}.styles-module__AU4xoG__currentPlayer .styles-module__AU4xoG__crownWrap:before,.styles-module__AU4xoG__currentPlayer .styles-module__AU4xoG__crownWrap:after{color:#ffffffb3}.styles-module__AU4xoG__currentPlayer .styles-module__AU4xoG__nicknameCol{color:#fff}.styles-module__AU4xoG__youTag{text-transform:uppercase;letter-spacing:.05em;color:var(--background-accent);background:#fff;border-radius:4px;margin-left:.5rem;padding:.15rem .35rem .1rem;font-size:.6rem;font-weight:700;line-height:1}.styles-module__AU4xoG__emptyState{text-align:center;min-height:40vh;color:var(--text-secondary);flex-direction:column;justify-content:center;align-items:center;padding:8rem 1rem 4rem;display:flex}.styles-module__AU4xoG__emptyTrophy{margin-bottom:.75rem;font-size:3rem;line-height:normal}.styles-module__AU4xoG__emptyState p{margin:0}.styles-module__AU4xoG__emptyTitle{color:var(--text-default);margin-bottom:.25rem;font-size:1.1rem;font-weight:600}.styles-module__AU4xoG__ctaButton{color:#fff;background:var(--background-accent);border-radius:8px;margin-top:1rem;padding:.6rem 1.5rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:opacity .15s;display:inline-block}.styles-module__AU4xoG__ctaButton:hover{opacity:.85}.styles-module__AU4xoG__hashSymbol{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif}.styles-module__AU4xoG__pagination{align-items:center;gap:.75rem;margin-top:1rem;display:flex}.styles-module__AU4xoG__pageInfo{color:var(--text-secondary);font-size:.85rem}@media (max-width:640px){.styles-module__AU4xoG__weekNavButton{min-width:40px;min-height:40px}.styles-module__AU4xoG__pageInfo{font-size:.95rem}}.styles-module__AU4xoG__helpButtonWrap{vertical-align:middle;align-items:center;margin-top:-.15em;display:inline-flex;position:relative}.styles-module__AU4xoG__helpButton{color:var(--background-accent);cursor:pointer;vertical-align:middle;background:0 0;border:none;justify-content:center;align-items:center;margin-left:.35rem;padding:0;transition:opacity .15s;display:inline-flex}.styles-module__AU4xoG__helpButton:hover{opacity:.7}.styles-module__AU4xoG__helpHeader{justify-content:space-between;align-items:start;gap:1rem;display:flex}.styles-module__AU4xoG__closeButton{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:.25rem;transition:background-color .15s;display:flex}.styles-module__AU4xoG__closeButton:hover{background:color-mix(in srgb,var(--text-default)10%,transparent)}.styles-module__AU4xoG__helpContent{flex-direction:column;gap:.75rem;display:flex}.styles-module__AU4xoG__helpIntro{color:var(--text-secondary);margin:.35rem 0 0;font-size:.9rem;line-height:1.55}.styles-module__AU4xoG__helpCard{background:color-mix(in srgb,var(--text-default)5%,transparent);border-radius:12px;flex-direction:column;gap:.5rem;padding:.85rem 1rem;display:flex}.styles-module__AU4xoG__helpCards{flex-direction:column;gap:.5rem;display:flex}.styles-module__AU4xoG__helpCards .styles-module__AU4xoG__helpCard{padding:.65rem 1rem}.styles-module__AU4xoG__helpSectionTitle{margin:0;font-size:.85rem;font-weight:600}.styles-module__AU4xoG__sectionIconHint{color:#eab308;vertical-align:-3px;margin-right:.5rem;display:inline-block}.styles-module__AU4xoG__sectionIconStreak{vertical-align:-3px;margin-right:.5rem;display:inline-block}.styles-module__AU4xoG__helpTrophy{vertical-align:-2px;margin-left:0;margin-right:.5rem;font-size:.9rem}.styles-module__AU4xoG__helpText{color:var(--text-secondary);margin:0;font-size:.8rem;line-height:1.55}.styles-module__AU4xoG__helpText strong{color:var(--text-default)}.styles-module__AU4xoG__scoreTable{flex-direction:column;gap:.35rem;display:flex}.styles-module__AU4xoG__scoreRow{align-items:center;gap:.6rem;font-size:.85rem;display:flex}.styles-module__AU4xoG__scoreAttempt{text-align:right;width:1.5rem;color:var(--text-secondary);flex-shrink:0;font-weight:500}.styles-module__AU4xoG__scoreAttemptLoss{color:var(--text-danger);font-size:.75rem}.styles-module__AU4xoG__scoreBarTrack{background:color-mix(in srgb,var(--text-default)8%,transparent);border-radius:999px;flex:1;height:.5rem;overflow:hidden}.styles-module__AU4xoG__scoreBar{background:var(--background-accent);border-radius:999px;height:100%;transition:width .4s;display:block}.styles-module__AU4xoG__scoreBarZero{background:0 0}.styles-module__AU4xoG__scorePoints{text-align:right;font-variant-numeric:tabular-nums;flex-shrink:0;width:1rem;font-weight:700}.styles-module__AU4xoG__scorePointsZero{color:var(--text-secondary);font-weight:500}@keyframes styles-module__AU4xoG__shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.styles-module__AU4xoG__skeleton{background:linear-gradient(90deg,color-mix(in srgb,var(--text-default)8%,transparent)25%,color-mix(in srgb,var(--text-default)15%,transparent)50%,color-mix(in srgb,var(--text-default)8%,transparent)75%);background-size:200% 100%;border-radius:4px;height:.85rem;animation:1.5s ease-in-out infinite styles-module__AU4xoG__shimmer;display:inline-block}.styles-module__AU4xoG__skeletonSmall{width:1.2rem}.styles-module__AU4xoG__disclaimer{color:var(--text-secondary);opacity:.7;text-align:center;margin:.5rem 0 0;font-size:.7rem;line-height:1.5}
/*# sourceMappingURL=18c739538d9f5839.css.map*/