.Wordle-module__yq5SFa__root{font-family:var(--font-family-mono);max-width:560px;margin:0 auto}.Wordle-module__yq5SFa__hiddenInput{opacity:0;pointer-events:none;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute}.Wordle-module__yq5SFa__top{margin-bottom:calc(var(--theme-line-height-base) * .5rem);justify-content:space-between;align-items:baseline;gap:1ch;display:flex}.Wordle-module__yq5SFa__title{font-weight:700;font-size:calc(var(--font-size) * 1.5);text-transform:uppercase;letter-spacing:0;margin:0;line-height:1.2}.Wordle-module__yq5SFa__sub{opacity:.7;font-size:.875em}.Wordle-module__yq5SFa__actions{gap:1ch;display:flex}.Wordle-module__yq5SFa__btn{background:var(--theme-button-background);box-shadow:inset 0 0 0 2px var(--theme-button-foreground);color:var(--theme-text);cursor:pointer;font-family:var(--font-family-mono);text-transform:uppercase;border:0;outline:0;align-items:center;padding:.25rem 1ch;font-size:.875em;text-decoration:none;display:inline-flex}.Wordle-module__yq5SFa__btn:hover,.Wordle-module__yq5SFa__btn:focus{background:var(--theme-text);color:var(--theme-background);box-shadow:inset 0 0 0 2px var(--theme-text)}.Wordle-module__yq5SFa__status{min-height:calc(var(--theme-line-height-base) * 1rem);margin:calc(var(--theme-line-height-base) * .25rem) 0;opacity:.85;font-size:.875em}.Wordle-module__yq5SFa__statusWarn{color:var(--chip-wine);font-weight:700}.Wordle-module__yq5SFa__statusOk{color:var(--theme-text);font-weight:700}.Wordle-module__yq5SFa__board{margin:calc(var(--theme-line-height-base) * .5rem) 0;grid-template-rows:repeat(6,1fr);gap:.5ch;display:grid}.Wordle-module__yq5SFa__boardRow{grid-template-columns:repeat(5,1fr);gap:.5ch;display:grid}.Wordle-module__yq5SFa__cell{aspect-ratio:1;background:var(--theme-background);border:2px solid var(--theme-border);font-family:var(--font-family-mono);font-size:calc(var(--font-size) * 1.5);text-transform:uppercase;-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;font-weight:700;display:flex}.Wordle-module__yq5SFa__cellFilled{border-color:var(--theme-text)}.Wordle-module__yq5SFa__cellCorrect{background:var(--chip-sage);border-color:var(--chip-sage);color:var(--chip-text)}.Wordle-module__yq5SFa__cellPresent{background:var(--chip-orange);border-color:var(--chip-orange);color:var(--chip-text)}.Wordle-module__yq5SFa__cellAbsent{background:var(--chip-grey);border-color:var(--chip-grey);color:var(--chip-text);opacity:.85}.Wordle-module__yq5SFa__kb{margin-top:calc(var(--theme-line-height-base) * .5rem);flex-direction:column;gap:.5ch;display:flex}.Wordle-module__yq5SFa__kbRow{justify-content:center;gap:.5ch;display:flex}.Wordle-module__yq5SFa__key{min-width:2ch;max-width:5ch;height:calc(var(--font-size) * var(--theme-line-height-base) * 2.5);background:var(--theme-button-background);box-shadow:inset 0 0 0 2px var(--theme-button-foreground);color:var(--theme-text);cursor:pointer;font-family:var(--font-family-mono);text-transform:uppercase;-webkit-user-select:none;user-select:none;border:0;outline:0;flex:1 1 0;justify-content:center;align-items:center;font-size:.875em;font-weight:700;display:flex}.Wordle-module__yq5SFa__keyWide{flex:2 1 0;max-width:8ch}.Wordle-module__yq5SFa__key:hover,.Wordle-module__yq5SFa__key:focus{background:var(--theme-text);color:var(--theme-background);box-shadow:inset 0 0 0 2px var(--theme-text)}.Wordle-module__yq5SFa__keyCorrect{background:var(--chip-sage);color:var(--chip-text);box-shadow:inset 0 0 0 2px var(--chip-sage)}.Wordle-module__yq5SFa__keyPresent{background:var(--chip-orange);color:var(--chip-text);box-shadow:inset 0 0 0 2px var(--chip-orange)}.Wordle-module__yq5SFa__keyAbsent{background:var(--chip-grey);color:var(--chip-text);box-shadow:inset 0 0 0 2px var(--chip-grey);opacity:.7}.Wordle-module__yq5SFa__foot{margin-top:calc(var(--theme-line-height-base) * .75rem);opacity:.75;text-align:center;font-size:.875em}.Wordle-module__yq5SFa__shareBar{margin-top:calc(var(--theme-line-height-base) * 1rem);justify-content:center;display:flex}.Wordle-module__yq5SFa__nav{margin-top:calc(var(--theme-line-height-base) * 1rem);justify-content:space-between;align-items:center;gap:1ch;display:flex}.Wordle-module__yq5SFa__navDate{font-weight:700}.Wordle-module__yq5SFa__navHidden{visibility:hidden}.Wordle-module__yq5SFa__comments{margin-top:calc(var(--theme-line-height-base) * 1.5rem);border-top:2px solid var(--theme-text);padding-top:calc(var(--theme-line-height-base) * .75rem)}.Wordle-module__yq5SFa__commentsTitle{text-transform:uppercase;margin-bottom:calc(var(--theme-line-height-base) * .5rem);font-weight:700}@media (max-width:480px){.Wordle-module__yq5SFa__key{height:max(44px, calc(var(--font-size) * var(--theme-line-height-base) * 2));max-width:4ch;min-height:44px}.Wordle-module__yq5SFa__keyWide{max-width:7ch;font-size:.7em}.Wordle-module__yq5SFa__cell{font-size:var(--font-size)}.Wordle-module__yq5SFa__kbRow{gap:.2ch}}
