:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--tg-theme-text-color, #111);background:var(--tg-theme-bg-color, #f4f4f6)}*{box-sizing:border-box}body{margin:0;background:var(--tg-theme-bg-color, #f4f4f6)}button,input,textarea,select{font:inherit}button{cursor:pointer}.app{min-height:100vh}.page{padding:24px 18px 110px}.header{margin-bottom:24px}.eyebrow{font-size:11px;font-weight:800;letter-spacing:.14em;opacity:.45}h1{margin:6px 0 0;font-size:34px;line-height:1.05}h2{margin:0}.reviewCard{width:100%;min-height:165px;padding:24px;border:0;border-radius:28px;background:var( --tg-theme-button-color, #2678f3 );color:var( --tg-theme-button-text-color, white );display:flex;align-items:center;justify-content:space-between;text-align:left}.reviewCard>div:first-child{display:flex;flex-direction:column}.reviewCard strong{margin:8px 0;font-size:56px;line-height:1}.play{font-size:42px}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:16px 0 30px}.stats article,.wordStats>div{padding:17px 11px;border-radius:20px;background:var( --tg-theme-secondary-bg-color, white );display:flex;flex-direction:column;gap:6px}.stats strong,.wordStats strong{font-size:24px}.stats span,.wordStats span{font-size:11px;opacity:.55}.wordStats{margin-top:18px;display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.sectionTitle{margin-bottom:12px;display:flex;align-items:center;justify-content:space-between}.sectionTitle button{border:0;background:transparent;color:var( --tg-theme-link-color, #2678f3 );font-weight:700}.wordList{overflow:hidden;border-radius:22px;background:var( --tg-theme-secondary-bg-color, white )}.wordRow{width:100%;min-height:72px;padding:14px 16px;border:0;border-bottom:1px solid rgba(128,128,128,.12);background:transparent;color:inherit;display:flex;align-items:center;justify-content:space-between;text-align:left}.wordRow:last-child{border-bottom:0}.wordRow>div{display:flex;flex-direction:column;gap:4px}.wordRow strong{font-size:17px}.wordRow span{font-size:14px;opacity:.55}.bottomNav{position:fixed;left:0;right:0;bottom:0;z-index:20;padding:8px 8px calc(8px + env(safe-area-inset-bottom));border-top:1px solid rgba(128,128,128,.14);background:var( --tg-theme-secondary-bg-color, white );display:grid;grid-template-columns:repeat(5,1fr)}.bottomNav button{padding:6px 2px;border:0;background:transparent;color:inherit;display:flex;flex-direction:column;align-items:center;gap:3px;font-size:20px;opacity:.45}.bottomNav button span{font-size:10px}.bottomNav button.active{opacity:1;color:var( --tg-theme-link-color, #2678f3 )}.input,.textarea{width:100%;padding:15px 16px;border:1px solid rgba(128,128,128,.18);border-radius:17px;background:var( --tg-theme-secondary-bg-color, white );color:inherit;outline:none}.textarea{min-height:150px;resize:vertical}.smallTextarea{min-height:90px}.searchInput{margin-bottom:15px}.label{display:block;margin:18px 0 7px;font-size:12px;font-weight:700;opacity:.55}.hint{font-size:13px;line-height:1.4;opacity:.55}.mainButton,.secondaryButton,.smallButton,.dangerButton{border:0;border-radius:17px}.mainButton{width:100%;margin-top:16px;padding:16px;background:var( --tg-theme-button-color, #2678f3 );color:var( --tg-theme-button-text-color, white );font-weight:750}.mainButton:disabled{opacity:.45}.secondaryButton{width:100%;padding:16px;background:var( --tg-theme-secondary-bg-color, white );color:inherit;font-weight:700}.smallButton{padding:0 18px;background:var( --tg-theme-button-color, #2678f3 );color:var( --tg-theme-button-text-color, white );font-weight:800}.dangerButton{width:100%;margin-top:28px;padding:15px;background:#dc28281a;color:#d22}.message{margin-top:14px;padding:14px 16px;border-radius:16px;background:var( --tg-theme-secondary-bg-color, white )}.inlineForm{display:flex;gap:8px;margin-bottom:16px}.actionPair{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:14px}.actionPair .mainButton{margin-top:0}.dictionaryCard{width:100%;margin-bottom:9px;padding:18px;border:0;border-radius:20px;background:var( --tg-theme-secondary-bg-color, white );color:inherit;display:flex;justify-content:space-between;align-items:center;text-align:left}.dictionaryCard>div{display:flex;flex-direction:column;gap:5px}.dictionaryCard strong{font-size:17px}.dictionaryCard span{opacity:.55}.backButton{margin:0 0 18px;padding:0;border:0;background:transparent;color:var( --tg-theme-link-color, #2678f3 );font-weight:700}.subheading{margin:26px 0 12px;font-size:19px}.dictionaryChoices{display:flex;flex-wrap:wrap;gap:8px}.choice{padding:10px 13px;border:1px solid rgba(128,128,128,.18);border-radius:999px;background:var( --tg-theme-secondary-bg-color, white );color:inherit}.activeChoice{background:var( --tg-theme-button-color, #2678f3 );color:var( --tg-theme-button-text-color, white );border-color:transparent}.modeGrid{display:grid;gap:11px}.modeCard{width:100%;padding:20px;border:0;border-radius:22px;background:var( --tg-theme-secondary-bg-color, white );color:inherit;display:flex;flex-direction:column;gap:6px;text-align:left}.modeCard strong{font-size:18px}.modeCard span{font-size:13px;opacity:.55}.primaryMode{background:var( --tg-theme-button-color, #2678f3 );color:var( --tg-theme-button-text-color, white )}.difficultMode strong{color:#e75c20}.reviewOverlay{position:fixed;inset:0;z-index:100;padding:calc(16px + env(safe-area-inset-top)) 18px calc(18px + env(safe-area-inset-bottom));background:var( --tg-theme-bg-color, #f4f4f6 );display:flex;flex-direction:column}.reviewTop{display:flex;align-items:center;justify-content:space-between;font-size:13px;font-weight:700;opacity:.7}.reviewTop button{padding:8px;border:0;background:transparent;color:inherit;font-size:20px}.progress{height:5px;margin-top:9px;overflow:hidden;border-radius:999px;background:#80808026}.progress>div{height:100%;border-radius:inherit;background:var( --tg-theme-button-color, #2678f3 );transition:width .25s}.reviewBody{flex:1;display:flex;flex-direction:column;justify-content:center;text-align:center}.reviewPrompt{margin:15px 0 32px;font-size:clamp(34px,10vw,54px);line-height:1.08;word-break:break-word}.spellingHint{margin:-18px 0 24px;font-size:25px;letter-spacing:.08em;opacity:.45}.answers{display:grid;gap:10px}.answers button{padding:17px;border:1px solid rgba(128,128,128,.15);border-radius:18px;background:var( --tg-theme-secondary-bg-color, white );color:inherit;font-size:17px;font-weight:600}.typingForm{display:grid;gap:10px}.typingInput{width:100%;padding:17px;border:2px solid var( --tg-theme-button-color, #2678f3 );border-radius:18px;background:var( --tg-theme-secondary-bg-color, white );color:inherit;text-align:center;font-size:22px;outline:none}.typingForm button,.revealButton{padding:16px;border:0;border-radius:18px;background:var( --tg-theme-button-color, #2678f3 );color:var( --tg-theme-button-text-color, white );font-weight:750}.cardBack{margin-bottom:24px;font-size:28px;font-weight:700}.ratingButtons{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.ratingButtons button{padding:14px 5px;border:0;border-radius:16px;background:var( --tg-theme-secondary-bg-color, white );color:inherit;font-size:13px;font-weight:700}.feedback{margin-top:20px;padding:14px;border-radius:16px;font-weight:800}.feedback.good{background:#1eb45a24;color:#15904b}.feedback.bad{background:#dc32321f;color:#c33}.resultScreen{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.resultIcon{font-size:62px}.resultScreen h1{margin-top:20px}.resultScreen>strong{margin-top:22px;font-size:52px}.resultScreen>span{margin-top:5px;opacity:.55}.resultScreen .mainButton{max-width:320px;margin-top:32px}.error{margin-top:40px;padding:20px;border-radius:20px;background:var( --tg-theme-secondary-bg-color, white )}
