:root{--color-der: #4A90D9;--color-die: #E85D75;--color-das: #5BBD72;--color-der-light: #d0e3f7;--color-die-light: #fad0d7;--color-das-light: #c8ecd0;--color-bg: #FFF8F0;--color-card: #ffffff;--color-star: #FFD700;--color-star-empty: #e0d8c8;--color-text: #3a3a3a;--color-text-light: #888888;--color-shadow: rgba(0, 0, 0, .08);--color-correct: #4CAF50;--color-wrong: #ff7043;--radius-lg: 24px;--radius-md: 16px;--radius-sm: 12px}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes squish{0%{transform:scale(1)}50%{transform:scale(.9)}to{transform:scale(1)}}@keyframes starBurst{0%{opacity:1;transform:scale(0) rotate(0)}50%{opacity:1;transform:scale(1.3) rotate(20deg)}to{opacity:1;transform:scale(1) rotate(0)}}@keyframes fillStar{0%{transform:scale(0);opacity:0}60%{transform:scale(1.4);opacity:1}to{transform:scale(1);opacity:1}}@keyframes gentleShake{0%,to{transform:translate(0)}20%{transform:translate(-6px)}40%{transform:translate(6px)}60%{transform:translate(-4px)}80%{transform:translate(4px)}}@keyframes glow{0%,to{box-shadow:0 0 8px 2px #4caf5066}50%{box-shadow:0 0 20px 6px #4caf50b3}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes confettiDrop{0%{opacity:1;transform:translateY(0) rotate(0)}to{opacity:0;transform:translateY(120px) rotate(360deg)}}*{margin:0;padding:0;box-sizing:border-box;-webkit-tap-highlight-color:transparent}html,body,#root{height:100%;width:100%;overflow:hidden}body{font-family:Nunito,Segoe UI,system-ui,-apple-system,sans-serif;background-color:var(--color-bg);color:var(--color-text);user-select:none;-webkit-user-select:none;touch-action:manipulation}button{border:none;cursor:pointer;font-family:inherit;touch-action:manipulation}img{display:block;max-width:100%}.app{height:100%;width:100%;max-width:480px;margin:0 auto;position:relative;overflow:hidden}.start-screen{height:100%;display:flex;flex-direction:column;align-items:center;gap:18px;padding:24px 20px 0;position:relative;overflow-y:auto;-webkit-overflow-scrolling:touch;background:linear-gradient(180deg,#7ecefc,#a8dff7 28%,#c6efd0 55%,#92d694);color:#3d2817}.sky-sun{position:absolute;top:26px;right:70px;width:60px;height:60px;background:radial-gradient(circle,#ffe066 30%,#ffd43b 60%,#ffd43b00 80%);border-radius:50%;animation:sun-pulse 3s ease-in-out infinite;z-index:0;pointer-events:none}.sky-sun:before{content:"";position:absolute;inset:-14px;background:radial-gradient(circle,rgba(255,224,102,.5),transparent 60%);border-radius:50%}@keyframes sun-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.08)}}.sky-cloud{position:absolute;background:#fff;border-radius:50px;opacity:.9;z-index:0;pointer-events:none;box-shadow:inset -6px -6px #b4d2e64d}.sky-cloud:before,.sky-cloud:after{content:"";position:absolute;background:#fff;border-radius:50%}.sky-cloud.c1{top:90px;left:16px;width:70px;height:22px;animation:cloud-drift 22s linear infinite}.sky-cloud.c1:before{width:36px;height:36px;top:-16px;left:8px}.sky-cloud.c1:after{width:28px;height:28px;top:-11px;right:10px}.sky-cloud.c2{top:150px;right:18px;width:54px;height:18px;animation:cloud-drift 28s linear infinite reverse}.sky-cloud.c2:before{width:28px;height:28px;top:-13px;left:6px}.sky-cloud.c2:after{width:22px;height:22px;top:-9px;right:6px}@keyframes cloud-drift{0%{transform:translate(-20px)}to{transform:translate(20px)}}.adventure-title{position:relative;z-index:3;margin-top:16px;padding:8px 24px;background:#ff6b6b;color:#fff;font-size:24px;font-weight:900;border-radius:40px;border:4px solid #fff;box-shadow:0 5px #0003,0 9px 18px #00000026;text-shadow:2px 2px 0 rgba(0,0,0,.2);letter-spacing:1px;transform:rotate(-3deg)}.start-stars{position:relative;z-index:3;background:#ffe066;padding:6px 14px;border-radius:18px;border:3px solid #fff;box-shadow:0 3px #e8a317;font-weight:900;font-size:15px;color:#8b5a00}.exercise-type-section{width:100%;max-width:340px;position:relative;z-index:2}.section-label{display:block;font-size:12px;font-weight:900;color:#fff;text-transform:uppercase;letter-spacing:2px;margin-bottom:10px;text-align:center;text-shadow:2px 2px 0 rgba(0,0,0,.25)}.exercise-type-btn{width:100%;display:flex;align-items:center;gap:12px;padding:14px 16px;border:4px solid #3D2817;border-radius:20px;background:#fff;box-shadow:0 6px #3d2817,0 10px 20px #0000002e;text-align:left;transition:transform .12s,box-shadow .12s}.exercise-type-btn:active{transform:translateY(3px);box-shadow:0 3px #3d2817}.exercise-type-icon{font-size:32px;font-weight:800;width:54px;height:54px;background:#ffe066;border:3px solid #3D2817;border-radius:14px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.exercise-type-label{font-size:15px;font-weight:900;color:#3d2817;line-height:1.25}.exercise-type-btn.tilt-l{transform:translate(-12px) rotate(-2deg)}.exercise-type-btn.tilt-l:active{transform:translate(-12px) rotate(-2deg) translateY(3px)}.exercise-type-btn.tilt-r{transform:translate(12px) rotate(2deg)}.exercise-type-btn.tilt-r:active{transform:translate(12px) rotate(2deg) translateY(3px)}.exercise-type-btn.prep1{background:linear-gradient(135deg,#ffe8a8,#ffd166)}.exercise-type-btn.prep1 .exercise-type-icon{background:#ff6b6b;color:#fff}.exercise-type-btn.prep2{background:linear-gradient(135deg,#b8f5c4,#7ed98f)}.exercise-type-btn.prep2 .exercise-type-icon{background:#4ecdc4}.exercise-type-btn.plural{background:linear-gradient(135deg,#ffd4e5,#ff9fc6)}.exercise-type-btn.plural .exercise-type-icon{background:#a78bfa;color:#fff}.exercise-type-btn.verben{background:linear-gradient(135deg,#e5e5e5,#ccc)}.exercise-type-btn.verben .exercise-type-icon{background:#b8b8b8}.section-label-muted{opacity:.7;text-shadow:1px 1px 0 rgba(0,0,0,.15)}.exercise-type-btn-muted{opacity:.65;padding:10px 14px;box-shadow:0 4px #3d2817,0 6px 12px #0000001a;border-width:3px}.exercise-type-btn-muted .exercise-type-icon{font-size:22px;width:42px;height:42px;border-radius:12px;border-width:2px}.exercise-type-btn-muted .exercise-type-label{font-size:13px}.category-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;width:100%;max-width:340px;position:relative;z-index:2}.category-btn{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;padding:16px 8px;border:4px solid #3D2817;border-radius:18px;box-shadow:0 5px #3d2817,0 8px 16px #00000026;transition:transform .12s,box-shadow .12s}.category-btn:active{transform:translateY(3px);box-shadow:0 2px #3d2817}.category-btn:nth-child(odd){transform:rotate(-1.5deg)}.category-btn:nth-child(odd):active{transform:rotate(-1.5deg) translateY(3px)}.category-btn:nth-child(2n){transform:rotate(1.5deg)}.category-btn:nth-child(2n):active{transform:rotate(1.5deg) translateY(3px)}.category-emoji{font-size:40px;line-height:1}.category-label{font-size:13px;font-weight:900;color:#3d2817}.trail-end{width:100%;position:relative;margin-top:16px;padding-top:30px;padding-bottom:60px;display:flex;flex-direction:column;align-items:center;z-index:2}.trail-trees{width:100%;display:flex;justify-content:space-between;padding:0 8px;font-size:44px;margin-bottom:-10px}.trail-hero{width:90px;height:90px;display:flex;align-items:center;justify-content:center;animation:hero-bob 2.5s ease-in-out infinite;z-index:3}@keyframes hero-bob{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.trail-grass{width:100vw;max-width:100%;margin-left:calc(-.5*(100vw - 100%));height:50px;margin-top:-10px;background:linear-gradient(180deg,#92d694,#6fbd72);position:relative}.trail-grass:before{content:"🌷 🌻 🌼 🌷 🌻 🌼";position:absolute;top:10px;left:0;right:0;text-align:center;font-size:20px;letter-spacing:12px}.btn-stickers{position:absolute;top:20px;left:20px;width:48px;height:48px;border-radius:50%;background:var(--color-card);display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px var(--color-shadow)}.btn-stickers-icon{font-size:24px}.btn-stickers-count{position:absolute;top:-4px;right:-4px;background:var(--color-die);color:#fff;font-size:11px;font-weight:800;min-width:20px;height:20px;border-radius:10px;display:flex;align-items:center;justify-content:center;padding:0 4px}.btn-settings{position:absolute;top:20px;right:20px;width:44px;height:44px;border-radius:50%;background:transparent;font-size:24px;color:var(--color-text-light);display:flex;align-items:center;justify-content:center}.exercise-screen{height:100%;display:flex;flex-direction:column;padding:16px 16px 24px;gap:16px;background:linear-gradient(180deg,#7ecefc,#a8dff7 30%,#c6efd0,#92d694);color:#3d2817}.exercise-intro{height:100%;display:flex;align-items:center;justify-content:center}.empty-session{display:flex;flex-direction:column;align-items:center;gap:20px}.empty-session-text{font-size:18px;font-weight:700;color:var(--color-text-light);text-align:center;padding:0 24px}.btn-home-round{width:64px;height:64px;border-radius:50%;background:var(--color-card);font-size:28px;color:var(--color-text-light);display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px var(--color-shadow)}.retry-label{text-align:center;font-size:16px;font-weight:900;color:#fff;background:#ff6b6b;padding:6px 16px;border:3px solid #3D2817;border-radius:18px;box-shadow:0 3px #3d2817;align-self:center;flex-shrink:0;text-shadow:1px 1px 0 rgba(0,0,0,.25);letter-spacing:.5px}.btn-start-session{width:100px;height:100px;border-radius:50%;background:linear-gradient(135deg,var(--color-der),var(--color-das));font-size:40px;color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 20px var(--color-shadow);padding-left:6px}.btn-start-session:active{animation:squish .3s ease}.progress-bar{display:flex;flex-direction:column;align-items:center;gap:6px;padding:8px 18px;flex-shrink:0;background:#ffe066;border:3px solid #3D2817;border-radius:20px;box-shadow:0 3px #3d2817;align-self:center}.progress-stars{display:flex;justify-content:center;gap:6px}.progress-star{font-size:22px;color:#3d28174d;transition:color .3s,transform .3s}.progress-star.filled{color:#e8a317;text-shadow:0 2px 0 rgba(61,40,23,.25)}.progress-star.wrong{color:#c2332e}.progress-count{font-size:12px;font-weight:900;color:#3d2817;letter-spacing:1px}.photo-card{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:0;overflow:hidden}.photo-card img{width:100%;max-height:calc(100% - 56px);object-fit:contain;border-radius:16px;border:4px solid #3D2817;background:#fff;box-shadow:0 6px #3d2817,0 10px 20px #0000002e;padding:6px}.photo-label{width:100%;text-align:center;font-size:22px;font-weight:900;color:#3d2817;background:#ffe066;padding:6px 16px;border:3px solid #3D2817;border-radius:18px;box-shadow:0 3px #3d2817;margin-top:12px;flex-shrink:0;align-self:center;max-width:fit-content;letter-spacing:.5px}.photo-skeleton{width:100%;aspect-ratio:1;border-radius:16px;border:4px solid #3D2817;background:linear-gradient(110deg,#f0ebe4 30%,#f7f3ed,#f0ebe4 70%);background-size:200% 100%;animation:shimmer 1.5s infinite;box-shadow:0 6px #3d2817}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.article-buttons{display:flex;gap:10px;flex-shrink:0}.article-button{flex:1;padding:14px 8px;border-radius:16px;border:4px solid #3D2817;display:flex;flex-direction:column;align-items:center;gap:6px;transition:transform .12s,box-shadow .12s;min-height:96px;box-shadow:0 5px #3d2817,0 8px 14px #00000026}.article-button:nth-child(1){transform:rotate(-2deg)}.article-button:nth-child(2){transform:rotate(1deg)}.article-button:nth-child(3){transform:rotate(-1deg)}.article-button:active:not(:disabled){transform:translateY(3px);box-shadow:0 2px #3d2817}.article-button:nth-child(1):active:not(:disabled){transform:rotate(-2deg) translateY(3px)}.article-button:nth-child(2):active:not(:disabled){transform:rotate(1deg) translateY(3px)}.article-button:nth-child(3):active:not(:disabled){transform:rotate(-1deg) translateY(3px)}.article-button:disabled{opacity:.6}.article-shape{font-size:30px;line-height:1}.article-label{font-size:22px;font-weight:900;color:#3d2817}.feedback-overlay{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;pointer-events:none;z-index:100}.feedback-correct{animation:fadeIn .2s ease}.feedback-mascot-row{display:flex;flex-direction:column;align-items:center;gap:8px}.feedback-star{font-size:100px;filter:drop-shadow(0 4px 20px rgba(255,215,0,.5))}.feedback-wrong{animation:fadeIn .2s ease}.feedback-hint{background:#fff;padding:18px 30px;border:4px solid #3D2817;border-radius:20px;box-shadow:0 6px #3d2817,0 12px 24px #0003;display:flex;flex-direction:column;align-items:center;gap:4px}.feedback-hint-article{font-size:20px;font-weight:900;color:#2e7d32}.feedback-hint-word{font-size:34px;font-weight:900;color:#3d2817}.session-complete{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;padding:40px 24px;background:linear-gradient(180deg,#7ecefc,#a8dff7 30%,#c6efd0,#92d694);color:#3d2817}.result-circle{position:relative;width:200px;height:200px;background:#fff;border:5px solid #3D2817;border-radius:50%;box-shadow:0 8px #3d2817,0 14px 24px #0003;padding:10px}.result-svg{width:100%;height:100%;transform:rotate(-90deg)}.result-arc{animation:circleGrow 1s ease forwards}@keyframes circleGrow{0%{stroke-dasharray:0 9999}}.result-center{position:absolute;inset:10px;display:flex;align-items:center;justify-content:center}.result-percent{font-size:44px;font-weight:900;color:#3d2817;text-shadow:2px 2px 0 rgba(255,224,102,.6)}.result-legend{display:flex;gap:14px}.legend-item{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:900;color:#3d2817;background:#fff;padding:6px 14px;border:3px solid #3D2817;border-radius:18px;box-shadow:0 3px #3d2817}.legend-dot{width:14px;height:14px;border-radius:50%;border:2px solid #3D2817}.legend-correct{background:#7ed98f}.legend-wrong{background:#ff9fa0}.session-complete-buttons{display:flex;gap:20px;margin-top:12px}.btn-play-again{width:80px;height:80px;border-radius:50%;background:#ff6b6b;border:4px solid #3D2817;font-size:32px;color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 6px #3d2817,0 10px 18px #0000002e;padding-left:4px;text-shadow:2px 2px 0 rgba(0,0,0,.25);transition:transform .12s,box-shadow .12s}.btn-play-again:active{transform:translateY(3px);box-shadow:0 3px #3d2817}.btn-home{width:80px;height:80px;border-radius:50%;background:#ffe066;border:4px solid #3D2817;font-size:32px;color:#3d2817;display:flex;align-items:center;justify-content:center;box-shadow:0 6px #3d2817,0 10px 18px #0000002e;transition:transform .12s,box-shadow .12s}.btn-home:active{transform:translateY(3px);box-shadow:0 3px #3d2817}.parent-dashboard{height:100%;overflow-y:auto;padding:20px 16px;-webkit-overflow-scrolling:touch}.dashboard-header{display:flex;align-items:center;gap:12px;margin-bottom:24px}.dashboard-header h2{font-size:24px;font-weight:800}.btn-back{width:44px;height:44px;border-radius:50%;background:var(--color-card);font-size:22px;color:var(--color-text);display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px var(--color-shadow)}.dashboard-summary{display:flex;gap:12px;margin-bottom:28px}.stat-card{flex:1;background:var(--color-card);border-radius:var(--radius-md);padding:16px 12px;text-align:center;box-shadow:0 2px 12px var(--color-shadow)}.stat-value{font-size:28px;font-weight:800;color:var(--color-text)}.stat-label{font-size:13px;color:var(--color-text-light);margin-top:4px}.category-progress{margin-bottom:28px}.category-progress h3{font-size:18px;font-weight:700;margin-bottom:12px}.category-progress-card{background:var(--color-card);border-radius:var(--radius-sm);padding:12px;margin-bottom:8px;box-shadow:0 1px 4px var(--color-shadow)}.category-progress-header{display:flex;align-items:center;gap:8px;margin-bottom:8px}.category-progress-emoji{font-size:20px}.category-progress-name{font-size:15px;font-weight:700;flex:1}.category-progress-acc{font-size:16px;font-weight:800}.category-progress-bar-bg{height:8px;background:#eee;border-radius:4px;overflow:hidden}.category-progress-bar-fill{height:100%;border-radius:4px;transition:width .5s ease}.category-progress-detail{font-size:12px;color:var(--color-text-light);margin-top:6px}.word-category-group{margin-bottom:8px}.word-category-header{width:100%;display:flex;align-items:center;gap:8px;padding:12px;background:var(--color-card);border-radius:var(--radius-sm);box-shadow:0 1px 4px var(--color-shadow);font-size:15px;font-weight:700;color:var(--color-text);text-align:left}.word-category-count{margin-left:auto;font-size:13px;color:var(--color-text-light);font-weight:600}.word-category-arrow{font-size:10px;color:var(--color-text-light);margin-left:4px}.dashboard-settings{margin-bottom:28px}.dashboard-settings h3{font-size:18px;font-weight:700;margin-bottom:12px}.setting-row{display:flex;align-items:center;justify-content:space-between;padding:12px;background:var(--color-card);border-radius:var(--radius-sm);box-shadow:0 1px 4px var(--color-shadow);margin-bottom:8px}.setting-label{font-size:15px;font-weight:600}.setting-control{display:flex;align-items:center;gap:12px}.setting-btn{width:36px;height:36px;border-radius:50%;background:var(--color-bg);font-size:20px;font-weight:800;color:var(--color-text);display:flex;align-items:center;justify-content:center;box-shadow:0 1px 4px var(--color-shadow)}.setting-value{font-size:20px;font-weight:800;min-width:28px;text-align:center;margin-top:4px}.dashboard-words h3{font-size:18px;font-weight:700;margin-bottom:12px}.word-list{display:flex;flex-direction:column;gap:6px}.word-row{display:flex;align-items:center;gap:8px;padding:10px 12px;background:var(--color-card);border-radius:var(--radius-sm);box-shadow:0 1px 4px var(--color-shadow);font-size:15px}.word-article{font-weight:800;width:32px;flex-shrink:0}.word-name{flex:1;font-weight:600}.word-accuracy{font-weight:700;width:40px;text-align:right}.word-box{font-size:12px;color:var(--color-text-light);width:44px;text-align:right}.dashboard-reset{margin-top:32px;text-align:center;padding-bottom:40px}.btn-reset{padding:12px 24px;border-radius:var(--radius-sm);background:var(--color-card);color:var(--color-wrong);font-size:14px;font-weight:700;box-shadow:0 2px 8px var(--color-shadow)}.reset-confirm{display:flex;align-items:center;justify-content:center;gap:12px;font-weight:600}.btn-reset-yes{padding:8px 20px;border-radius:var(--radius-sm);background:var(--color-wrong);color:#fff;font-weight:700}.btn-reset-no{padding:8px 20px;border-radius:var(--radius-sm);background:var(--color-card);color:var(--color-text);font-weight:700;box-shadow:0 2px 8px var(--color-shadow)}.plural-hint{text-align:center;font-size:14px;font-weight:900;color:#fff;text-shadow:2px 2px 0 rgba(0,0,0,.25);letter-spacing:.5px;flex-shrink:0}.plural-prompt{display:flex;align-items:center;justify-content:center;gap:10px;flex-shrink:0;background:#fff;padding:10px 18px;border:4px solid #3D2817;border-radius:20px;box-shadow:0 4px #3d2817;align-self:center}.plural-singular{font-size:20px;font-weight:900;color:#3d2817}.plural-arrow{font-size:22px;font-weight:900;color:#e8a317}.plural-question{font-size:26px;font-weight:900;color:#ff6b6b;text-shadow:2px 2px 0 rgba(0,0,0,.15)}.plural-options{display:flex;flex-direction:column;gap:10px;flex-shrink:0}.plural-option-btn{width:100%;padding:14px 20px;border-radius:18px;background:#fff;border:4px solid #3D2817;font-size:20px;font-weight:900;color:#3d2817;box-shadow:0 5px #3d2817,0 8px 14px #0000001f;text-align:center;transition:transform .12s,box-shadow .12s}.plural-option-btn:nth-child(odd){transform:rotate(-1.5deg)}.plural-option-btn:nth-child(2n){transform:rotate(1.5deg)}.plural-option-btn:active:not(:disabled){transform:translateY(3px);box-shadow:0 2px #3d2817}.plural-option-btn:nth-child(odd):active:not(:disabled){transform:rotate(-1.5deg) translateY(3px)}.plural-option-btn:nth-child(2n):active:not(:disabled){transform:rotate(1.5deg) translateY(3px)}.plural-option-btn:disabled{opacity:.6}.prep-question{text-align:center;font-size:20px;font-weight:900;color:#fff;flex-shrink:0;padding:10px 20px;background:#ff6b6b;border:4px solid #fff;border-radius:24px;box-shadow:0 4px #0003,0 8px 16px #00000026;text-shadow:2px 2px 0 rgba(0,0,0,.25);align-self:center;transform:rotate(-2deg);letter-spacing:.5px}.prep-image-card{flex:1;display:flex;align-items:center;justify-content:center;min-height:0;background:#fff;border:4px solid #3D2817;border-radius:20px;box-shadow:0 6px #3d2817,0 10px 20px #0000002e;padding:12px}.prep-image-card img{width:100%;max-height:100%;object-fit:contain;border-radius:12px}.prep-options{display:flex;gap:8px;justify-content:center;flex-shrink:0;padding:0 4px}.prep-option-btn{flex:1;max-width:78px;aspect-ratio:1;border-radius:16px;background:#fff;border:4px solid #3D2817;display:flex;align-items:center;justify-content:center;box-shadow:0 5px #3d2817,0 7px 12px #00000026;padding:6px;transition:transform .12s,box-shadow .12s}.prep-option-btn:nth-child(odd){transform:rotate(-2deg)}.prep-option-btn:nth-child(2n){transform:rotate(2deg)}.prep-option-btn:active:not(:disabled){transform:translateY(3px);box-shadow:0 2px #3d2817}.prep-option-btn:nth-child(odd):active:not(:disabled){transform:rotate(-2deg) translateY(3px)}.prep-option-btn:nth-child(2n):active:not(:disabled){transform:rotate(2deg) translateY(3px)}.prep-option-btn:disabled{opacity:.55}.prep-feedback{display:flex;flex-direction:column;align-items:center;gap:12px;background:#fff;padding:18px 26px;border:4px solid #3D2817;border-radius:20px;box-shadow:0 6px #3d2817,0 12px 24px #0003;animation:fadeIn .3s ease}.prep-feedback-text{font-size:18px;font-weight:900;text-align:center;line-height:1.4}.prep-feedback-text.correct{color:#2e7d32}.prep-feedback-text.wrong{color:#3d2817}.story-select-screen{height:100%;display:flex;flex-direction:column;padding:20px 16px;overflow-y:auto;-webkit-overflow-scrolling:touch;background:linear-gradient(180deg,#7ecefc,#a8dff7 30%,#c6efd0,#92d694);color:#3d2817}.story-select-header{display:flex;align-items:center;gap:12px;margin-bottom:20px;flex-shrink:0}.story-select-title{font-size:20px;font-weight:900;color:#fff;text-shadow:2px 2px 0 rgba(0,0,0,.25);letter-spacing:.5px}.story-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;padding-bottom:24px}.story-card{display:flex;flex-direction:column;align-items:center;gap:6px;padding:18px 10px 14px;border:4px solid #3D2817;border-radius:18px;box-shadow:0 5px #3d2817,0 8px 16px #00000026;transition:transform .12s,box-shadow .12s}.story-card:nth-child(odd){transform:rotate(-1.5deg)}.story-card:nth-child(2n){transform:rotate(1.5deg)}.story-card:active{transform:translateY(3px);box-shadow:0 2px #3d2817}.story-card:nth-child(odd):active{transform:rotate(-1.5deg) translateY(3px)}.story-card:nth-child(2n):active{transform:rotate(1.5deg) translateY(3px)}.story-card-emoji{font-size:40px;line-height:1}.story-card-title{font-size:14px;font-weight:900;color:#3d2817;text-align:center;line-height:1.2}.story-card-count{font-size:12px;font-weight:700;color:#3d2817a6}.story-intro{display:flex;flex-direction:column;align-items:center;gap:8px;margin-bottom:24px}.story-intro-emoji{font-size:56px}.story-intro-title{font-size:22px;font-weight:900;color:#fff;text-shadow:2px 2px 0 rgba(0,0,0,.25)}.sentence-question{flex:1;display:flex;flex-direction:column;align-items:center;gap:8px;min-height:0}.sentence-scene{width:100%;max-height:160px;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:#fff;border:4px solid #3D2817;border-radius:18px;box-shadow:0 5px #3d2817,0 8px 16px #00000026;padding:8px}.sentence-scene-img{max-width:100%;max-height:140px;object-fit:contain;border-radius:12px}.sentence-story-progress{font-size:13px;font-weight:900;color:#3d2817;flex-shrink:0;background:#ffe066;padding:4px 12px;border:2px solid #3D2817;border-radius:14px;box-shadow:0 2px #3d2817;align-self:center;letter-spacing:.5px}.sentence-animals{display:flex;align-items:center;justify-content:center;gap:12px;width:100%;flex-shrink:0}.sentence-animal-card{flex:1;max-width:150px;display:flex;flex-direction:column;align-items:center;gap:6px;padding:12px 8px 10px;border-radius:18px;border:4px solid #3D2817;box-shadow:0 5px #3d2817,0 8px 14px #00000024;transition:transform .15s,box-shadow .15s,border-color .3s}.sentence-animal-card:nth-child(1){transform:rotate(-2deg)}.sentence-animal-card:nth-child(3){transform:rotate(2deg)}.sentence-animal-card.choosable{border-color:#e8a317;animation:glow 1.5s ease-in-out infinite}.sentence-animal-card.speaking{border-color:#4a90d9}.sentence-animal-card:active:not(:disabled){transform:translateY(3px);box-shadow:0 2px #3d2817}.sentence-animal-card:nth-child(1):active:not(:disabled){transform:rotate(-2deg) translateY(3px)}.sentence-animal-card:nth-child(3):active:not(:disabled){transform:rotate(2deg) translateY(3px)}.sentence-animal-card:disabled{opacity:.75}.sentence-animal-speaker{font-size:20px;line-height:1}.sentence-vs{font-size:28px;font-weight:900;color:#fff;flex-shrink:0;text-shadow:2px 2px 0 rgba(0,0,0,.35)}.sentence-controls{display:flex;align-items:center;gap:12px;flex-shrink:0}.sentence-replay-btn{width:48px;height:48px;border-radius:50%;background:#ffe066;border:3px solid #3D2817;font-size:20px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px #3d2817;transition:transform .12s,box-shadow .12s}.sentence-replay-btn:active{transform:translateY(3px);box-shadow:0 1px #3d2817}.sentence-phase-hint{font-size:14px;font-weight:900;color:#fff;text-align:center;text-shadow:2px 2px 0 rgba(0,0,0,.25);letter-spacing:.5px}.sentence-list{display:flex;flex-direction:column;gap:4px;padding:4px 0}.sentence-row{display:flex;gap:8px;padding:8px 12px;background:var(--color-card);border-radius:var(--radius-sm);box-shadow:0 1px 4px var(--color-shadow);align-items:flex-start}.sentence-num{font-size:13px;font-weight:800;color:var(--color-text-light);min-width:22px;flex-shrink:0;padding-top:1px}.sentence-pair{display:flex;flex-direction:column;gap:2px;min-width:0}.sentence-correct{font-size:14px;font-weight:700;color:var(--color-correct)}.sentence-wrong{font-size:13px;font-weight:600;color:var(--color-wrong);text-decoration:line-through}.verb-learn-header{text-align:center;font-size:14px;font-weight:900;color:#fff;text-shadow:2px 2px 0 rgba(0,0,0,.25);letter-spacing:.5px;flex-shrink:0}.verb-learn-card{flex:1;display:flex;align-items:center;justify-content:center;min-height:0}.verb-learn-image{max-width:100%;max-height:100%;object-fit:contain;border-radius:16px;border:4px solid #3D2817;background:#fff;padding:6px;box-shadow:0 6px #3d2817,0 10px 20px #0000002e}.verb-learn-word{text-align:center;font-size:24px;font-weight:900;color:#3d2817;background:#ffe066;padding:8px 20px;border:3px solid #3D2817;border-radius:20px;box-shadow:0 3px #3d2817;flex-shrink:0;align-self:center;max-width:fit-content;letter-spacing:.5px}.verb-learn-controls{display:flex;align-items:center;justify-content:center;gap:20px;flex-shrink:0}.verb-next-btn{width:64px;height:64px;border-radius:50%;background:#ff6b6b;border:4px solid #3D2817;font-size:28px;color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 5px #3d2817,0 8px 14px #0000002e;text-shadow:2px 2px 0 rgba(0,0,0,.25);transition:transform .12s,box-shadow .12s}.verb-next-btn:active{transform:translateY(3px);box-shadow:0 2px #3d2817}.verb-quiz-prompt{display:flex;align-items:center;justify-content:center;gap:12px;flex-shrink:0;background:#fff;padding:8px 18px;border:4px solid #3D2817;border-radius:20px;box-shadow:0 4px #3d2817;align-self:center}.verb-quiz-speaker{width:44px;height:44px;border-radius:50%;background:#ffe066;border:3px solid #3D2817;font-size:22px;display:flex;align-items:center;justify-content:center;box-shadow:0 3px #3d2817;transition:transform .12s,box-shadow .12s}.verb-quiz-speaker:active:not(:disabled){transform:translateY(2px);box-shadow:0 1px #3d2817}.verb-quiz-word{font-size:24px;font-weight:900;color:#3d2817}.verb-quiz-options{flex:1;display:flex;flex-direction:column;gap:12px;min-height:0}.verb-quiz-card{flex:1;display:flex;align-items:center;justify-content:center;border-radius:18px;background:#fff;border:4px solid #3D2817;box-shadow:0 5px #3d2817,0 8px 14px #00000026;padding:6px;min-height:0;overflow:hidden;transition:border-color .3s,opacity .3s,transform .12s}.verb-quiz-card:nth-child(odd){transform:rotate(-1deg)}.verb-quiz-card:nth-child(2n){transform:rotate(1deg)}.verb-quiz-card:active:not(:disabled){transform:translateY(3px);box-shadow:0 2px #3d2817}.verb-quiz-card:nth-child(odd):active:not(:disabled){transform:rotate(-1deg) translateY(3px)}.verb-quiz-card:nth-child(2n):active:not(:disabled){transform:rotate(1deg) translateY(3px)}.verb-quiz-card:disabled{opacity:.7}.verb-quiz-card.correct{border-color:#2e7d32;animation:glow 1s ease-in-out infinite;opacity:1!important}.verb-quiz-card.dimmed{opacity:.35}.verb-quiz-image{max-width:100%;max-height:100%;object-fit:contain;border-radius:12px}.mascot{flex-shrink:0}.mascot-bounce{animation:bounce .8s ease infinite}.mascot-small{transform:scale(.7);transform-origin:center}.sticker-reward{display:flex;flex-direction:column;align-items:center;gap:6px}.sticker-reward-label{font-size:14px;font-weight:900;color:#fff;text-shadow:2px 2px 0 rgba(0,0,0,.25);letter-spacing:.5px}.sticker-gallery{height:100%;overflow-y:auto;padding:20px 16px;-webkit-overflow-scrolling:touch}.sticker-count{font-size:18px;font-weight:800;color:var(--color-die);margin-left:auto}.sticker-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:60px 24px;text-align:center}.sticker-empty p{font-size:16px;color:var(--color-text-light);font-weight:600}.sticker-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;padding:8px 0}.sticker-cell{display:flex;align-items:center;justify-content:center;background:var(--color-card);border-radius:var(--radius-md);padding:10px;box-shadow:0 2px 8px var(--color-shadow);aspect-ratio:1}
