.GameOverScreen-module__hW6OHa__container{background:var(--color-bg);justify-content:center;align-items:center;min-height:100vh;padding:40px 24px;display:flex}.GameOverScreen-module__hW6OHa__content{flex-direction:row;align-items:center;gap:48px;width:100%;max-width:900px;display:flex}.GameOverScreen-module__hW6OHa__hand{flex-shrink:0;width:280px;height:280px}.GameOverScreen-module__hW6OHa__resultBlock{flex-direction:column;gap:8px;display:flex}.GameOverScreen-module__hW6OHa__resultLabel{color:var(--color-text-secondary);font-size:18px;font-weight:500}.GameOverScreen-module__hW6OHa__resultAmount{color:var(--color-text);white-space:nowrap;font-size:40px;font-weight:700;line-height:1.2}.GameOverScreen-module__hW6OHa__restartButton{color:#fff;background:var(--color-primary);border-radius:30px;justify-content:center;align-items:center;width:200px;margin-top:12px;padding:14px 40px;font-size:16px;font-weight:600;transition:background .2s,transform .1s;display:inline-flex}.GameOverScreen-module__hW6OHa__restartButton:hover{background:var(--color-primary-hover)}.GameOverScreen-module__hW6OHa__restartButton:active{background:var(--color-primary-pressed);transform:scale(.97)}@media (max-width:768px){.GameOverScreen-module__hW6OHa__content{text-align:center;flex-direction:column;gap:24px}.GameOverScreen-module__hW6OHa__hand{width:200px;height:200px}.GameOverScreen-module__hW6OHa__resultBlock{align-items:center}.GameOverScreen-module__hW6OHa__resultAmount{font-size:32px}}@media (max-width:480px){.GameOverScreen-module__hW6OHa__hand{width:160px;height:160px}.GameOverScreen-module__hW6OHa__resultAmount{font-size:26px}}
.AnswerButton-module__uwpg7a__answer{cursor:pointer;background:0 0;border:none;align-items:center;width:100%;height:56px;padding:0;transition:transform .1s;display:flex;position:relative}.AnswerButton-module__uwpg7a__answer:hover:not(:disabled) .AnswerButton-module__uwpg7a__hexShape{stroke:var(--color-answer-hover-border)}.AnswerButton-module__uwpg7a__answer:disabled{cursor:default}.AnswerButton-module__uwpg7a__hexBg{width:100%;height:100%;position:absolute;inset:0}.AnswerButton-module__uwpg7a__hexShape{fill:var(--color-bg);stroke:var(--color-answer-border);stroke-width:1.5px;transition:fill .3s,stroke .3s}.AnswerButton-module__uwpg7a__content{z-index:1;align-items:center;gap:8px;width:100%;padding:0 36px;display:flex;position:relative}.AnswerButton-module__uwpg7a__label{color:var(--color-primary);text-transform:uppercase;min-width:18px;font-size:14px;font-weight:600}.AnswerButton-module__uwpg7a__text{color:var(--color-text);text-align:left;font-size:16px;font-weight:500}.AnswerButton-module__uwpg7a__selected .AnswerButton-module__uwpg7a__hexShape{fill:var(--color-answer-selected-bg);stroke:var(--color-answer-selected-border)}.AnswerButton-module__uwpg7a__correct .AnswerButton-module__uwpg7a__hexShape{fill:var(--color-answer-correct-bg);stroke:var(--color-answer-correct-border)}.AnswerButton-module__uwpg7a__wrong .AnswerButton-module__uwpg7a__hexShape{fill:var(--color-answer-wrong-bg);stroke:var(--color-answer-wrong-border)}@media (max-width:600px){.AnswerButton-module__uwpg7a__answer{height:48px}.AnswerButton-module__uwpg7a__content{padding:0 28px}.AnswerButton-module__uwpg7a__text{font-size:14px}}
.MoneyLadder-module__wEMAQa__ladder{flex-direction:column;gap:4px;width:240px;display:flex;position:relative}.MoneyLadder-module__wEMAQa__closeButton{width:32px;height:32px;color:var(--color-text-secondary);background:var(--color-bg);border:1px solid var(--color-border);z-index:2;border-radius:50%;justify-content:center;align-items:center;font-size:16px;display:none;position:absolute;top:-8px;right:-8px}.MoneyLadder-module__wEMAQa__step{justify-content:center;align-items:center;height:36px;display:flex;position:relative}.MoneyLadder-module__wEMAQa__hexBg{width:100%;height:100%;position:absolute;inset:0}.MoneyLadder-module__wEMAQa__hexShape{fill:#0000;stroke:var(--color-ladder-border);stroke-width:1px;transition:fill .3s,stroke .3s}.MoneyLadder-module__wEMAQa__stepAmount{z-index:1;color:var(--color-ladder-text);font-size:14px;font-weight:600;transition:color .3s;position:relative}.MoneyLadder-module__wEMAQa__active .MoneyLadder-module__wEMAQa__hexShape{stroke:var(--color-ladder-active)}.MoneyLadder-module__wEMAQa__active .MoneyLadder-module__wEMAQa__stepAmount{color:var(--color-ladder-active)}.MoneyLadder-module__wEMAQa__passed .MoneyLadder-module__wEMAQa__stepAmount{color:var(--color-ladder-passed)}.MoneyLadder-module__wEMAQa__passed .MoneyLadder-module__wEMAQa__hexShape{stroke:#0000}@media (max-width:768px){.MoneyLadder-module__wEMAQa__ladder{background:var(--color-bg);z-index:100;justify-content:center;align-items:center;gap:6px;width:100%;padding:60px 40px 40px;position:fixed;inset:0}.MoneyLadder-module__wEMAQa__closeButton{display:flex;position:absolute;top:16px;right:16px}.MoneyLadder-module__wEMAQa__step{width:240px}}
.QuestionScreen-module__wzid7a__container{background:var(--color-bg);justify-content:center;align-items:center;min-height:100vh;padding:40px 24px;display:flex;position:relative}.QuestionScreen-module__wzid7a__menuButton{z-index:10;background:0 0;border:none;justify-content:center;align-items:center;width:40px;height:40px;display:none;position:absolute;top:20px;right:20px}.QuestionScreen-module__wzid7a__gameArea{align-items:flex-start;gap:48px;width:100%;max-width:1100px;display:flex}.QuestionScreen-module__wzid7a__questionSection{flex-direction:column;flex:1;gap:24px;padding-top:60px;display:flex}.QuestionScreen-module__wzid7a__questionBlock{border-bottom:1px solid var(--color-border);padding-bottom:24px}.QuestionScreen-module__wzid7a__questionText{color:var(--color-text);font-size:24px;font-weight:600;line-height:1.4}.QuestionScreen-module__wzid7a__answersGrid{grid-template-columns:1fr 1fr;gap:8px;display:grid}.QuestionScreen-module__wzid7a__ladderDesktop{flex-shrink:0;padding-top:24px}.QuestionScreen-module__wzid7a__ladderMobile{display:none}@media (max-width:900px){.QuestionScreen-module__wzid7a__ladderDesktop{display:none}.QuestionScreen-module__wzid7a__menuButton{display:flex}.QuestionScreen-module__wzid7a__ladderMobile{display:block}.QuestionScreen-module__wzid7a__questionSection{padding-top:40px}.QuestionScreen-module__wzid7a__questionText{font-size:20px}}@media (max-width:600px){.QuestionScreen-module__wzid7a__container{padding:16px}.QuestionScreen-module__wzid7a__answersGrid{grid-template-columns:1fr;gap:8px}.QuestionScreen-module__wzid7a__questionSection{padding-top:48px}.QuestionScreen-module__wzid7a__questionText{text-align:center;font-size:16px}}
.StartScreen-module__yJMIca__container{background:linear-gradient(to bottom right,#f5f5f7 50%,var(--color-bg-start)50%);justify-content:center;align-items:center;min-height:100vh;padding:40px 24px;display:flex;position:relative;overflow:hidden}.StartScreen-module__yJMIca__bgDecor{display:none}.StartScreen-module__yJMIca__content{z-index:1;align-items:center;gap:48px;width:100%;max-width:900px;display:flex;position:relative}.StartScreen-module__yJMIca__illustrationArea{flex-shrink:0;width:400px;height:300px;position:relative}.StartScreen-module__yJMIca__hand{z-index:1;width:100%;height:100%;position:relative}.StartScreen-module__yJMIca__textArea{flex-direction:column;gap:32px;display:flex}.StartScreen-module__yJMIca__title{color:var(--color-text);font-size:48px;font-weight:700;line-height:1.2}.StartScreen-module__yJMIca__startButton{color:#fff;background:var(--color-primary);border-radius:30px;justify-content:center;align-items:center;width:240px;padding:16px 48px;font-size:18px;font-weight:600;transition:background .2s,transform .1s;display:inline-flex}.StartScreen-module__yJMIca__startButton:hover{background:var(--color-primary-hover)}.StartScreen-module__yJMIca__startButton:active{background:var(--color-primary-pressed);transform:scale(.97)}@media (max-width:768px){.StartScreen-module__yJMIca__content{text-align:center;flex-direction:column;gap:24px}.StartScreen-module__yJMIca__illustrationArea{width:300px;height:220px}.StartScreen-module__yJMIca__textArea{align-items:center}.StartScreen-module__yJMIca__title{font-size:32px}.StartScreen-module__yJMIca__startButton{width:200px}}@media (max-width:480px){.StartScreen-module__yJMIca__container{padding:24px 16px}.StartScreen-module__yJMIca__illustrationArea{width:240px;height:180px}.StartScreen-module__yJMIca__title{font-size:26px}}
