*{box-sizing:border-box;margin:0;padding:0}body,html{height:100%;overflow:hidden;touch-action:pan-x pan-y}body{background:linear-gradient(135deg,#667eea,#764ba2);font-family:Nunito,Arial Rounded MT Bold,Arial,sans-serif}#root{align-items:flex-start;height:100%;justify-content:center}#root,.score-bar{display:flex;width:100%}.score-bar{align-items:center;flex-wrap:nowrap;gap:10px;justify-content:space-between}.level-name{color:#fff;font-size:20px;font-weight:900;text-shadow:0 2px 8px #0000004d;white-space:nowrap}.score-center{align-items:center;display:flex;gap:6px}.progress-dot{font-size:22px;transition:transform .2s ease}.progress-dot.filled{animation:starPop .3s ease}.score-box{align-items:center;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffff40;border:2px solid #fff6;border-radius:50px;display:flex;flex-direction:column;padding:4px 14px;white-space:nowrap}.score-label{color:#fffc;font-size:10px;font-weight:700;letter-spacing:1px;text-transform:uppercase}.score-value{color:#fff;font-size:18px;font-weight:900;line-height:1}.result-banner{animation:slideIn .3s ease;border-radius:14px;font-size:20px;font-weight:900;padding:10px 16px;text-align:center;width:100%}.result-banner.correct{background:linear-gradient(135deg,#1dd1a1,#00b894);box-shadow:0 4px 20px #1dd1a180;color:#fff}.result-banner.wrong{background:linear-gradient(135deg,#fd7272,#e84393);box-shadow:0 4px 20px #fd727280;color:#fff}.choices-wrapper{display:flex;flex-direction:column;flex-shrink:0;gap:8px;width:100%}.choices-label{color:#fff;flex-shrink:0;font-size:18px;font-weight:900;text-align:center;text-shadow:0 2px 6px #0003}.choices-grid{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(6,1fr);width:100%}.choice-btn{background:var(--btn-color);border:none;border-radius:14px;box-shadow:0 5px 0 #0003,0 6px 16px #00000026;color:#fff;cursor:pointer;font-family:Nunito,Arial,sans-serif;font-size:28px;font-weight:900;height:68px;padding:0;transition:transform .1s ease,box-shadow .1s ease;width:100%}.choice-btn:hover:not(:disabled){box-shadow:0 8px 0 #0003,0 10px 20px #0003;transform:translateY(-3px)}.choice-btn:active:not(:disabled){box-shadow:0 2px 0 #0003;transform:translateY(3px)}.choice-btn.correct{animation:correctPop .4s ease;background:#1dd1a1;box-shadow:0 5px 0 #0003,0 0 24px #1dd1a199}.choice-btn.wrong{animation:shake .4s ease;background:#fd7272}.choice-btn.dimmed{cursor:not-allowed;opacity:.3}.unlock-overlay{animation:fadeIn .3s ease;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0009;inset:0;justify-content:center;position:fixed;z-index:100}.unlock-card,.unlock-overlay{align-items:center;display:flex}.unlock-card{animation:popIn .4s ease;background:linear-gradient(135deg,#667eea,#764ba2);border:3px solid #ffffff4d;border-radius:28px;box-shadow:0 20px 60px #0006;flex-direction:column;gap:16px;padding:40px 48px}.unlock-stars{animation:bounce .6s ease;font-size:40px;letter-spacing:4px}.unlock-title{color:#feca57;font-size:42px;font-weight:900;text-shadow:0 3px 12px #0000004d}.unlock-subtitle{color:#fff;font-size:20px;font-weight:700;text-align:center}.unlock-next-btn{background:linear-gradient(135deg,#feca57,#ff9f43);border:none;border-radius:50px;box-shadow:0 6px 0 #0003,0 8px 24px #feca5766;color:#fff;cursor:pointer;font-family:Nunito,Arial,sans-serif;font-size:24px;font-weight:900;padding:16px 36px;text-align:center;transition:transform .1s ease;width:100%}.unlock-next-btn:hover{transform:translateY(-2px)}.unlock-stay-btn{background:#fff3;border:2px solid #fff6;border-radius:50px;color:#fff;cursor:pointer;font-family:Nunito,Arial,sans-serif;font-size:18px;font-weight:800;padding:12px 28px;text-align:center;transition:background .2s ease;width:100%}.unlock-stay-btn:hover{background:#ffffff4d}.nav-bar{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.nav-btn{background:#fff3;border:2px solid #fff6;border-radius:50px;color:#fff;cursor:pointer;font-family:Nunito,Arial,sans-serif;font-size:15px;font-weight:800;padding:8px 18px;transition:background .2s ease,transform .1s ease}.nav-btn:hover{background:#ffffff59;transform:translateY(-1px)}.nav-btn.active{background:#ffffffe6;color:#764ba2}@keyframes starPop{0%{transform:scale(.5)}60%{transform:scale(1.3)}to{transform:scale(1)}}@keyframes slideIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@keyframes correctPop{0%{transform:scale(1)}40%{transform:scale(1.18)}70%{transform:scale(.95)}to{transform:scale(1)}}@keyframes shake{0%,to{transform:translateX(0)}20%{transform:translateX(-8px)}40%{transform:translateX(8px)}60%{transform:translateX(-5px)}80%{transform:translateX(5px)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes popIn{0%{opacity:0;transform:scale(.7)}to{opacity:1;transform:scale(1)}}@keyframes bounce{0%{opacity:0;transform:translateY(0) scale(.5)}60%{opacity:1;transform:translateY(-12px) scale(1.2)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width:768px){.choices-grid{gap:8px;grid-template-columns:repeat(3,1fr)}.choice-btn{font-size:22px;height:62px}.level-name{font-size:16px}.progress-dot{font-size:18px}.unlock-card{padding:28px 24px}.unlock-title{font-size:32px}.unlock-stars{font-size:30px}.unlock-next-btn{font-size:20px;padding:14px 24px}}@media (max-width:480px){.score-bar{gap:6px}.level-name{font-size:13px}.progress-dot,.score-value{font-size:15px}.score-box{padding:3px 10px}.result-banner{font-size:15px;padding:8px 10px}.choices-wrapper{gap:5px}.choices-label{font-size:14px}.choices-grid{gap:6px;grid-template-columns:repeat(3,1fr)}.choice-btn{border-radius:10px;font-size:20px;height:56px}.unlock-card{border-radius:20px;gap:12px;padding:22px 16px}.unlock-stars{font-size:26px;letter-spacing:2px}.unlock-title{font-size:28px}.unlock-subtitle{font-size:15px}.unlock-next-btn{font-size:18px;padding:12px 20px}.nav-btn{font-size:12px;padding:6px 12px}}.app-wrapper{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;gap:8px;height:100dvh;max-height:100dvh;overflow:hidden;padding:10px 16px 8px;width:100vw}.app-title{color:#fff;flex-shrink:0;font-size:26px;font-weight:900;letter-spacing:1px;text-shadow:0 3px 10px #0000004d}.game-screen{align-items:center;display:flex;flex:1 1;flex-direction:column;gap:8px;max-width:960px;min-height:0;width:100%}.game-screen.celebrate{animation:bigBounce .5s ease}.problem-card{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff26;border:3px solid #ffffff4d;border-radius:20px;box-shadow:0 8px 32px #0003;display:flex;flex:1 1;flex-direction:column;gap:10px;justify-content:center;min-height:0;padding:12px 20px;width:100%}.instruction{color:#fff;font-size:16px;font-weight:800;text-align:center;text-shadow:0 1px 4px #0003}.equation-row{-webkit-overflow-scrolling:touch;align-items:flex-end;display:flex;flex-wrap:nowrap;gap:14px;justify-content:center;overflow-x:auto;overflow-y:visible;padding-bottom:4px;scrollbar-width:none;width:100%}.equation-row::-webkit-scrollbar{display:none}.number-section{align-items:center;display:flex;flex-direction:column}.equals-sign,.plus-sign{color:#fff;font-size:44px;padding-bottom:8px;text-shadow:0 3px 10px #0000004d}.equals-sign,.plus-sign,.question-mark{align-self:center;font-weight:900;line-height:1}.question-mark{animation:pulse 1.5s infinite;color:#feca57;font-size:54px;padding-bottom:4px;text-shadow:0 3px 12px #0000004d}.big-numbers-row{align-items:center;display:flex;gap:20px;justify-content:center;padding:20px 0}.big-num{color:#fff;font-size:90px;text-shadow:0 4px 16px #0000004d}.big-num,.big-operator{font-weight:900;line-height:1}.big-operator{color:#ffffffd9;font-size:72px;text-shadow:0 3px 10px #0000004d}.big-question{animation:pulse 1.5s infinite;color:#feca57;font-size:90px;font-weight:900;line-height:1;text-shadow:0 4px 16px #0000004d}.legend{background:#00000026;border-radius:50px;gap:12px;padding:6px 16px}.legend,.legend-item{align-items:center;display:flex}.legend-item{color:#fff;font-size:13px;font-weight:700;gap:6px}.legend-dot{border:2px solid #fffc;border-radius:50%;box-shadow:0 2px 4px #0003;height:16px;width:16px}.legend-sep{color:#ffffff80;font-size:16px}@keyframes bigBounce{0%{transform:scale(1)}30%{transform:scale(1.03)}60%{transform:scale(.98)}to{transform:scale(1)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.08)}}@media (max-height:680px){.app-title{font-size:20px}.problem-card{gap:6px;padding:8px 16px}.instruction{font-size:13px}.equals-sign,.plus-sign{font-size:34px}.question-mark{font-size:42px}.big-num,.big-question{font-size:70px}.big-operator{font-size:56px}}@media (max-width:600px){.app-wrapper{gap:5px;padding:8px 10px 6px}.app-title{font-size:18px}.game-screen{gap:5px}.problem-card{border-radius:14px;gap:5px;padding:8px 10px}.instruction{font-size:13px}.equation-row{gap:6px;max-height:34vh}.equals-sign,.plus-sign{font-size:26px}.question-mark{font-size:34px}.big-num,.big-question{font-size:56px}.big-operator{font-size:44px}.big-numbers-row{gap:12px;padding:10px 0}.legend{gap:8px;padding:4px 12px}.legend-item{font-size:11px}}
/*# sourceMappingURL=main.c4717e76.css.map*/