*{box-sizing:border-box}body,html,#root{height:100%;margin:0;font-family:Quicksand,system-ui,Arial}.app-root{min-height:100vh;background:transparent;position:relative}.landing-root{position:relative;display:flex;align-items:center;justify-content:center;min-height:100vh;width:100%}.landing-inner{max-width:1440px;padding:0 20px;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%}.sidebar-sub{background:#1e1e1e;color:#fff;border:1px solid #333;border-radius:8px;cursor:pointer;font-size:14px;font-weight:600;transition:all .2s ease}.sidebar-sub:hover{background:#2d2d2d;border-color:#4fc3f7;color:#4fc3f7}.sidebar-sub:active{transform:scale(.98)}.tick{color:#2ecc40;font-size:2.5rem;font-weight:700;margin-top:8px;display:inline-block;vertical-align:middle;transition:all .3s cubic-bezier(.5,1.8,.5,1)}.big-tick{position:absolute;top:0;left:0;width:100%;height:100%;background:#ffffffd9;color:#2ecc40;font-size:7rem;font-weight:900;display:flex;align-items:center;justify-content:center;border-radius:24px;z-index:10;box-shadow:0 0 0 8px #fff9e6;pointer-events:none;text-shadow:0 4px 24px #2ecc4066,0 0 8px #fff;animation:popIn .5s cubic-bezier(.5,1.8,.5,1) both}.health-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;justify-items:center;margin:40px auto;width:100%;max-width:1200px;padding:10px 0}.health-grid-item{display:flex;flex-direction:column;align-items:center;background:#fff;border-radius:32px;border:4px solid #f3f3f3;box-shadow:0 8px 24px #00000014;width:100%;min-width:280px;max-width:340px;min-height:340px;padding:24px;cursor:pointer;position:relative;transition:all .2s ease-in-out;animation:popIn .5s cubic-bezier(.5,1.8,.5,1) both}.health-grid-item:hover{transform:translateY(-8px) scale(1.02);border-color:#ff8c42;box-shadow:0 16px 40px #ff8c4240}.health-img{width:240px;height:240px;object-fit:contain;border-radius:20px;background:#fff9e6;margin-bottom:12px;filter:drop-shadow(0 4px 12px rgba(0,0,0,.1))}.health-label{font-size:1.8rem;font-weight:800;color:#d85a00;margin:0;text-align:center;line-height:1.2}@media(max-width:1100px){.health-grid{grid-template-columns:repeat(3,1fr)}.health-grid-item{min-width:180px;min-height:220px}.health-img{width:120px;height:120px}}@media(max-width:700px){.health-grid{grid-template-columns:repeat(2,1fr);max-width:450px}.health-grid-item{min-width:160px;min-height:190px}.health-img{width:100px;height:100px}.health-label{font-size:1rem}}.cta-row{margin-top:20px}.action-btn{background:linear-gradient(180deg,#4facfe,#3072ff);color:#fff;border:none;padding:16px 32px;font-size:24px;border-radius:50px;min-height:60px;min-width:140px;box-shadow:0 4px 15px #0003;font-weight:800;cursor:pointer;transition:transform .2s,box-shadow .2s;text-transform:uppercase;letter-spacing:1px}.action-btn:hover{transform:translateY(-4px);box-shadow:0 8px 25px #0000004d}.action-btn:active{transform:translateY(-1px)}.action-btn.secondary{background:linear-gradient(180deg,#227bff,#2a7cf7)}.back-btn{background:linear-gradient(180deg,#1b1b1b,#111);border:none;color:#fff;width:56px;height:56px;border-radius:14px;font-size:20px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;line-height:1;box-shadow:0 10px 24px #00000059,inset 0 1px #ffffff08;transition:transform .12s ease,box-shadow .12s ease}.back-btn:hover{transform:translateY(-3px);box-shadow:0 14px 30px #00000073}@media(max-width:700px){.back-btn{width:48px;height:48px;font-size:18px;border-radius:12px}}.action-btn:focus,.back-btn:focus{outline:none}.lesson-root{padding:12px;background:transparent;border-radius:18px;min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;overflow:hidden}.top-row{display:flex;align-items:center;justify-content:space-between}.lesson-title{font-size:36px;margin:0}.lesson-main{display:flex;gap:20px;flex-wrap:wrap;margin-top:18px}.video-area{flex:1;min-width:320px}.game-area{width:420px;display:flex;flex-direction:column;gap:12px}.scene{flex:1 1 auto;display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:0;min-width:0;overflow:visible}.scene>div{width:100%;max-width:1800px;margin:0 auto;display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;gap:2vw}.human-card{background:#fff;border-radius:12px;padding:12px;display:flex;flex-direction:column;align-items:center;gap:6px;box-shadow:0 8px 20px #0000000d}.draggable-item img{border-radius:12px;background:#fff;padding:10px;border:2px solid rgba(0,0,0,.06);box-shadow:0 10px 30px #0000001f;filter:contrast(1.75) saturate(1.5) brightness(1.05);transition:transform .18s ease,box-shadow .18s ease;width:7vw!important;height:7vw!important;min-width:60px!important;min-height:60px!important;max-width:120px!important;max-height:120px!important}.drop-zone{margin-top:12px;background:#fff;border-radius:12px;padding:12px;min-height:120px;display:flex;flex-direction:column;align-items:center}.speech-cloud{background:linear-gradient(180deg,#fff,#fff8e6);border-radius:32px;padding:16px 22px;display:inline-block;max-width:560px;font-size:26px;line-height:1.35;box-shadow:0 18px 40px #00000014;border:6px solid rgba(255,255,255,.9);position:relative;font-size:1.3vw;max-width:32vw}.bubble-from-mouth:after{content:"";position:absolute;width:38px;height:22px;background:inherit;left:-19px;top:50%;transform:translateY(-50%) rotate(180deg);border-radius:6px}@keyframes popIn{0%{opacity:0;transform:scale(.7) translateY(30px)}60%{opacity:1;transform:scale(1.08) translateY(-6px)}to{opacity:1;transform:scale(1) translateY(0)}}@media(max-width:1100px){.health-grid{grid-template-columns:repeat(3,1fr);max-width:740px}.health-grid-item{min-width:110px;max-width:140px;min-height:140px;padding:8px}.health-img{width:60px;height:60px}.title{font-size:44px}.scene>div{flex-direction:column;align-items:center;gap:2vw}.speech-cloud{max-width:90vw;font-size:2.5vw}.draggable-item img{width:16vw!important;height:16vw!important;min-width:48px!important;min-height:48px!important;max-width:90px!important;max-height:90px!important}}@media(max-width:700px){.health-grid{grid-template-columns:repeat(2,1fr);max-width:360px;gap:12px}.health-grid-item{min-width:140px;max-width:160px;min-height:160px;padding:10px}.health-img{width:50px;height:50px}.health-label{font-size:.85rem}.title{font-size:32px}.scene>div{flex-direction:column;align-items:center;gap:2vw}.speech-cloud{max-width:98vw;font-size:3.5vw}.draggable-item img{width:22vw!important;height:22vw!important;min-width:36px!important;min-height:36px!important;max-width:70px!important;max-height:70px!important}}.word-footer{max-width:980px;width:calc(100% - 80px);left:50%;transform:translate(-50%)}@media(max-width:900px){.action-btn{padding:12px 22px;font-size:18px;min-height:48px}.word-footer{padding:12px 24px;bottom:18px;border-radius:28px}}@media(max-width:700px){.action-btn{padding:10px 16px;font-size:14px;min-height:44px;min-width:100px;border-radius:28px}.word-footer{display:none!important}}
