:root{--background-color: #131f24;--primary-red: #ff7575;font-family:DIN Next Rounded LT Pro Bold,DIN Next Rounded LT W01 Regular;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:var(--background-color);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100dvh}@supports not (height: 100dvh){body{min-height:100vh}}h1{font-size:3.2em;line-height:1.1;font-weight:700}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s;width:180px}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}#root{width:100vw;height:100dvh;min-width:100vw;min-height:100dvh;max-width:100vw;max-height:100dvh;text-align:center;overflow-x:hidden}.App{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100dvh}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}@supports not (height: 100dvh){#root{height:100vh;min-height:100vh;max-height:100vh}.App{height:100vh}}.icon-button{background:none;border:none;cursor:pointer;padding:0;color:#afafaf;width:30px}.icon-button:hover{opacity:.7}.word-button{background:transparent;border:2px solid #37464f;border-bottom:4px solid #37464f;color:inherit;border-radius:8px;padding:1.2em .4em;font-size:1.2em;font-family:inherit;cursor:pointer;transition:border-color .2s,background .2s;width:10rem}.word-button[data-selected=true]{border-color:#1cb0f6;background-color:#1cb0f61a;color:#fff}.word-button[data-correct=true],.word-button[data-correct=askdjhfasdf]{background:#4caf501a;color:#fff;border-color:#388e3c;transition:background .2s,color .2s,border-color .2s}.word-button[data-fading=true]{opacity:0;transition:opacity 1s cubic-bezier(.4,0,.2,1);transition-delay:1s;pointer-events:none}.word-button[data-incorrect=true]{animation:flash-red .6s;border-color:#e53935;background:#e5393526;color:#fff}@keyframes flash-red{0%{background:#e5393580;border-color:#e53935;color:#fff}60%{background:#e5393526;border-color:#e53935;color:#fff}to{background:transparent;border-color:#37464f;color:inherit}}.GameScreen{display:flex;flex-direction:column;align-items:center;padding:1rem;height:calc(100dvh - 2rem);justify-content:space-between}@supports not (height: 100dvh){.GameScreen{height:calc(100vh - 2rem)}}.button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s;width:100%;text-transform:uppercase}.button-primary{background:var(--primary-red);color:var(--background-color);border-bottom:4px solid #e06767}.button-primary:hover{background:var(--color-primary-hover);border-color:var(--color-primary-hover)}.button-primary:active{background:#c94b4b;border-bottom:2px solid #b03a3a}.button-secondary{background:var(--color-secondary);color:var(--color-primary);border:1px solid var(--color-primary)}.button-secondary:hover{background:#222;color:#fff;border-color:var(--color-primary-hover)}.button-secondary:active{background:#181818;color:var(--color-primary);border-color:var(--color-primary-hover)}.button:active{transform:scale(.97);filter:brightness(.95)}.progress-component{display:flex;align-items:center;justify-content:flex-start;position:relative;overflow-x:visible;height:100px;width:max-content;transition:transform 2.1s ease-in-out;align-self:flex-start}.circle[data-completed=true]{background-color:#e06767;transition:none}.circle[data-completed=false]{background-color:#37464f}.circle{width:62.5px;height:62.5px;border-radius:50%;display:inline-block;position:relative;z-index:2}.circle[data-completed=false],.circle[data-in-progress=true]{width:50px;height:50px;margin:6.25px}.circle[data-in-progress=true]{background-color:#37464f;position:relative}.circle[data-in-progress=true]:before{content:"";position:absolute;top:-6.25px;left:-6.25px;width:62.5px;height:62.5px;background-color:#e06767;border-radius:50%;clip-path:circle(0% at center);animation:circleReveal .6s ease-in-out forwards;animation-delay:1.7s}.circle[data-in-progress=true][data-is-first=true]{background-color:#37464f;position:relative}.circle[data-in-progress=true][data-is-first=true]:before{content:"";position:absolute;top:-6.25px;left:-6.25px;width:62.5px;height:62.5px;background-color:#e06767;border-radius:50%;clip-path:circle(0% at center);animation:circleReveal .6s ease-in-out forwards}.line{width:87.5px;height:25px;background-color:#37464f;position:relative;z-index:1;margin:0 -12.5px;align-self:center;transition:background-color 1.5s ease-in-out;overflow:hidden}.line[data-completed=true]{background-color:#e06767;transition:none}.line[data-in-progress=true]{background:linear-gradient(to right,#e06767 0% 50%,#37464f 50% 100%);background-size:200% 100%;animation:progressFill 2.1s ease-in-out forwards}.line[data-completed=false]{background-color:#37464f}@keyframes progressFill{0%{background-position:100% 0}to{background-position:0% 0}}@keyframes circleReveal{0%{clip-path:circle(0% at center)}to{clip-path:circle(50% at center)}}@keyframes circleFill{0%{background-position:100% 0}to{background-position:0% 0}}.HomeScreen{display:flex;flex-direction:column;align-items:center;justify-content:space-between;height:calc(100dvh - 2rem);padding:1rem}@supports not (height: 100dvh){.HomeScreen{height:100vh}}
