.WordleClient-module__LqRhcq__root{-webkit-tap-highlight-color:transparent;--wordle-board-gap:var(--mantine-spacing-xs);--wordle-keyboard-gap:var(--mantine-spacing-xs);--wordle-key-row-gap:calc(var(--mantine-spacing-xs)*.7);--wordle-key-padding-inline:var(--mantine-spacing-xs);--wordle-key-height:calc(var(--mantine-spacing-xl)*2.2);--wordle-tile-font-size:clamp(1.3rem,3vw,2rem);--wordle-key-font-size:var(--mantine-font-size-sm);--wordle-key-wide-font-size:calc(var(--mantine-font-size-sm)*.9);--wordle-key-action-font-size:var(--mantine-font-size-sm);--wordle-key-action-padding-inline:calc(var(--mantine-spacing-xs)*.35);--wordle-panel-base:var(--mantine-color-body);--wordle-panel-shadow:var(--mantine-color-default);--wordle-panel-border:var(--mantine-color-default-border);--wordle-tile-base:var(--mantine-color-body);--wordle-tile-filled-border:var(--mantine-color-default-border);--wordle-tile-absent-bg:var(--mantine-color-default);--wordle-tile-absent-border:var(--mantine-color-default-border);--wordle-tile-absent-text:var(--mantine-color-text);--wordle-key-base:var(--mantine-color-body);--wordle-key-base-border:var(--mantine-color-default-border);--wordle-key-absent-bg:var(--mantine-color-dark-6);--wordle-key-absent-border:var(--mantine-color-dark-4);align-items:center;min-height:calc(100vh - 7rem);display:flex}.WordleClient-module__LqRhcq__panel{-webkit-tap-highlight-color:transparent;background:linear-gradient(180deg,var(--wordle-panel-base),var(--wordle-panel-shadow));position:relative}.WordleClient-module__LqRhcq__hiddenInput{clip:rect(0,0,0,0);white-space:nowrap;opacity:0;pointer-events:none;caret-color:#0000;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.WordleClient-module__LqRhcq__hiddenInput:focus{outline:none}@media (pointer:coarse){.WordleClient-module__LqRhcq__hiddenInput{clip:auto;clip-path:none;white-space:normal;opacity:0;pointer-events:auto;z-index:1;width:100%;height:100%;margin:0;padding:0;font-size:16px;inset:0;overflow:hidden}}.WordleClient-module__LqRhcq__boardShell{position:relative}.WordleClient-module__LqRhcq__board{gap:var(--wordle-board-gap);display:grid}.WordleClient-module__LqRhcq__row{grid-template-columns:repeat(var(--wordle-columns),minmax(0,1fr));gap:var(--wordle-board-gap);display:grid}.WordleClient-module__LqRhcq__tile{aspect-ratio:1;-webkit-user-select:none;user-select:none;border:1px solid var(--mantine-color-default-border);background:var(--wordle-tile-base);color:var(--mantine-color-text);font-size:var(--wordle-tile-font-size);letter-spacing:.12em;text-transform:uppercase;justify-content:center;align-items:center;font-weight:800;transition:transform .12s,border-color .12s,background-color .12s,color .12s;display:flex;position:relative}.WordleClient-module__LqRhcq__tile[data-interactive=true]{cursor:pointer}.WordleClient-module__LqRhcq__tile[data-filled=true]{border-color:var(--wordle-tile-filled-border)}.WordleClient-module__LqRhcq__tile[data-filled=true][data-interactive=true]{animation:.12s ease-in-out WordleClient-module__LqRhcq__pop}.WordleClient-module__LqRhcq__tile[data-hint-phase=reveal],.WordleClient-module__LqRhcq__tile[data-hint-phase=hide]{animation:.6s WordleClient-module__LqRhcq__flip}.WordleClient-module__LqRhcq__tile[data-status=correct]{background:var(--mantine-color-green-8);border-color:var(--mantine-color-green-7);color:var(--mantine-color-white)}.WordleClient-module__LqRhcq__tile[data-status=present]{background:var(--mantine-color-yellow-7);border-color:var(--mantine-color-yellow-6);color:var(--mantine-color-black)}.WordleClient-module__LqRhcq__tile[data-status=absent]{background:var(--wordle-tile-absent-bg);border-color:var(--wordle-tile-absent-border);color:var(--wordle-tile-absent-text)}.WordleClient-module__LqRhcq__row[data-revealing=true] .WordleClient-module__LqRhcq__tile{animation:.6s WordleClient-module__LqRhcq__flip}.WordleClient-module__LqRhcq__row[data-revealing=true] .WordleClient-module__LqRhcq__tile:nth-child(2){animation-delay:80ms}.WordleClient-module__LqRhcq__row[data-revealing=true] .WordleClient-module__LqRhcq__tile:nth-child(3){animation-delay:.16s}.WordleClient-module__LqRhcq__row[data-revealing=true] .WordleClient-module__LqRhcq__tile:nth-child(4){animation-delay:.24s}.WordleClient-module__LqRhcq__row[data-revealing=true] .WordleClient-module__LqRhcq__tile:nth-child(5){animation-delay:.32s}.WordleClient-module__LqRhcq__row[data-revealing=true] .WordleClient-module__LqRhcq__tile:nth-child(6){animation-delay:.4s}.WordleClient-module__LqRhcq__row[data-revealing=true] .WordleClient-module__LqRhcq__tile:nth-child(7){animation-delay:.48s}.WordleClient-module__LqRhcq__row[data-revealing=true] .WordleClient-module__LqRhcq__tile:nth-child(8){animation-delay:.56s}.WordleClient-module__LqRhcq__row[data-shaking=true]{animation:.36s WordleClient-module__LqRhcq__shake}.WordleClient-module__LqRhcq__keyboard{gap:var(--wordle-keyboard-gap);display:grid}.WordleClient-module__LqRhcq__stepperGrid{gap:var(--mantine-spacing-sm);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.WordleClient-module__LqRhcq__stepperCard{padding:var(--mantine-spacing-sm);border:1px solid var(--mantine-color-default-border);border-radius:var(--mantine-radius-md);background:var(--mantine-color-default)}.WordleClient-module__LqRhcq__keyRow{justify-content:center;gap:var(--wordle-key-row-gap);display:flex}.WordleClient-module__LqRhcq__keyButton{min-width:0;padding-inline:var(--wordle-key-padding-inline);font-size:var(--wordle-key-font-size);text-transform:uppercase;flex:1;font-weight:700}.WordleClient-module__LqRhcq__keyButton[data-wide=true]{font-size:var(--wordle-key-wide-font-size);flex:1.6}.WordleClient-module__LqRhcq__keyButton[data-action=enter]{font-size:var(--wordle-key-action-font-size);letter-spacing:.02em;flex:1.9}.WordleClient-module__LqRhcq__keyButton[data-action=backspace]{padding-inline:var(--wordle-key-action-padding-inline);flex:1.9}.WordleClient-module__LqRhcq__keyButton[data-status=correct]{background:var(--mantine-color-green-8);color:var(--mantine-color-white)}.WordleClient-module__LqRhcq__keyButton[data-status=present]{background:var(--mantine-color-yellow-7);color:var(--mantine-color-black)}.WordleClient-module__LqRhcq__keyButton[data-status=absent]{background:var(--wordle-key-absent-bg);border-color:var(--wordle-key-absent-border)}@keyframes WordleClient-module__LqRhcq__flip{0%{transform:rotateX(0)}50%{transform:rotateX(90deg)}to{transform:rotateX(0)}}@keyframes WordleClient-module__LqRhcq__shake{0%,to{transform:translate(0)}20%{transform:translate(-.35rem)}40%{transform:translate(.35rem)}60%{transform:translate(-.25rem)}80%{transform:translate(.25rem)}}@keyframes WordleClient-module__LqRhcq__pop{0%{transform:scale(.8)}60%{transform:scale(1.2)}to{transform:scale(1)}}@media (hover:none) and (pointer:coarse){.WordleClient-module__LqRhcq__hiddenInput{clip:auto;white-space:normal;pointer-events:auto;z-index:1;width:100%;height:100%;margin:0;position:absolute;inset:0;overflow:visible}}@media (max-width:40rem){.WordleClient-module__LqRhcq__root{--wordle-board-gap:calc(var(--mantine-spacing-xs)*.85);--wordle-keyboard-gap:calc(var(--mantine-spacing-xs)*.6);--wordle-key-row-gap:calc(var(--mantine-spacing-xs)*.4);--wordle-key-padding-inline:calc(var(--mantine-spacing-xs)*.45);--wordle-key-height:calc(var(--mantine-spacing-xl)*2.05);--wordle-tile-font-size:var(--mantine-font-size-xl);--wordle-key-font-size:calc(var(--mantine-font-size-xs)*.95);--wordle-key-wide-font-size:calc(var(--mantine-font-size-xs)*.9);--wordle-key-action-font-size:calc(var(--mantine-font-size-xs)*.82);--wordle-key-action-padding-inline:calc(var(--mantine-spacing-xs)*.18);min-height:auto}.WordleClient-module__LqRhcq__keyButton[data-wide=true]{flex:1.18}.WordleClient-module__LqRhcq__keyButton[data-action=enter]{letter-spacing:0;flex:1.6}.WordleClient-module__LqRhcq__keyButton[data-action=backspace]{flex:1.6}}
