.dashboard-layout{display:flex;flex-direction:column;height:100vh;background-color:#f3f4f6;font-family:Inter,Segoe UI,sans-serif;color:#1f2937;overflow:hidden}.main-content{flex:1;overflow:hidden;height:calc(100vh - 64px);display:flex;justify-content:center}.header-section{display:flex;justify-content:space-between;align-items:flex-start}.greeting h1{font-size:24px;font-weight:700;margin:0 0 4px;display:flex;align-items:center;gap:8px}.greeting p{color:#6b7280;font-size:14px;margin:0}.top-nav{display:flex;gap:8px;margin-bottom:24px}.nav-pill{padding:8px 16px;border-radius:20px;font-size:14px;font-weight:500;color:#4b5563;cursor:pointer;background-color:transparent;transition:all .2s}.nav-pill:hover{background-color:#f3f4f6}.nav-pill.active{background-color:#f3f4f6;color:#111827;font-weight:600}.btn-primary{background-color:#111827;color:#fff;border:none;padding:10px 16px;border-radius:12px;font-size:14px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:8px;transition:background-color .2s}.btn-primary:hover{background-color:#1f2937}.dashboard-grid{display:grid;grid-template-columns:2fr 1fr;grid-template-rows:minmax(0,auto) minmax(0,1fr);gap:20px;width:100%;height:100%;max-height:800px}.card{background:#fff;border-radius:20px;padding:24px;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008;display:flex;flex-direction:column;height:100%;min-height:0;overflow:hidden}.card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.card-title{font-size:18px;font-weight:600;margin:0}.card-subtitle{font-size:13px;color:#6b7280;margin-top:4px}.dropdown-select{padding:6px 12px;border-radius:12px;border:1px solid #e5e7eb;background-color:#f9fafb;font-size:13px;color:#4b5563;outline:none;cursor:pointer}.stat-large{font-size:36px;font-weight:700;margin:16px 0 8px}.stat-metric{font-size:14px;color:#6b7280}.badge{padding:4px 8px;border-radius:12px;font-size:12px;font-weight:600}.badge-yellow{background-color:#fef08a;color:#854d0e}.children-list{display:flex;flex-direction:column;gap:12px;flex:1;min-height:0;overflow-y:auto;margin-right:-12px;padding-right:12px}.child-row{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid #f3f4f6}.child-row:last-child{border-bottom:none}.child-info-basic{display:flex;flex-direction:column}.child-name{font-weight:600;font-size:15px}.child-grade{font-size:13px;color:#6b7280}.child-actions{display:flex;gap:8px}.btn-secondary{background:transparent;border:1px solid #e5e7eb;padding:6px 12px;border-radius:8px;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s}.btn-secondary:hover{background:#f9fafb}.btn-text{background:transparent;border:none;color:#10b981;font-weight:600;font-size:13px;cursor:pointer;padding:6px 12px}.btn-text:hover{text-decoration:underline}@media(max-width:1024px){.dashboard-grid{grid-template-columns:1fr}}.dark-mode{background-color:#111827;color:#f9fafb}.dark-mode .card{background:#1f2937;color:#f9fafb}.dark-mode .card-title,.dark-mode .greeting h1{color:#f9fafb}.dark-mode .card-subtitle,.dark-mode .greeting p,.dark-mode .stat-metric{color:#9ca3af}.dark-mode .child-row{border-bottom:1px solid #374151}.dark-mode .dropdown-select{background-color:#374151;color:#f9fafb;border-color:#4b5563}.dark-mode .nav-pill{color:#d1d5db}.dark-mode .nav-pill:hover,.dark-mode .nav-pill.active{background-color:#374151;color:#f9fafb}*{box-sizing:border-box}body,html,#root{height:100%;margin:0;font-family:Quicksand,system-ui,Arial}html,body{width:100%;max-width:100%;overflow-x:hidden}:root{--safe-top: env(safe-area-inset-top, 0px);--safe-right: env(safe-area-inset-right, 0px);--safe-bottom: env(safe-area-inset-bottom, 0px);--safe-left: env(safe-area-inset-left, 0px)}.app-root{min-height:100dvh;height:100dvh;width:100%;background:transparent;position:relative;overflow:hidden}.app-main-content{flex:1;min-width:0;overflow-y:auto;overflow-x:hidden;position:relative;padding-left:var(--safe-left);padding-right:var(--safe-right);padding-bottom:var(--safe-bottom)}img,svg,video,canvas,iframe{max-width:100%}button,input,select,textarea{max-width:100%}.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:#141414cc;color:#aaa;border:1px solid rgba(255,255,255,.1);border-radius:6px;cursor:pointer;font-size:13px;font-weight:500;letter-spacing:.8px;text-transform:uppercase;transition:all .2s ease;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.sidebar-sub:hover{background:#2d2d2dcc;border-color:#4fc3f7;color:#4fc3f7;transform:translate(2px);box-shadow:0 2px 8px #4fc3f733}.sidebar-sub:active{transform:scale(.98) translate(2px)}.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:32px;justify-items:center;justify-content:center;margin:40px auto;width:100%;max-width:1100px;padding:20px;box-sizing:border-box}.health-grid-item{display:flex;flex-direction:column;align-items:center;background:#fff;border-radius:30px;border:4px solid #ffffff;box-shadow:0 15px 35px #0000001a;width:100%;max-width:320px;min-height:380px;padding:24px;cursor:pointer;position:relative;transition:all .3s cubic-bezier(.175,.885,.32,1.275);animation:popIn .5s cubic-bezier(.5,1.8,.5,1) both;overflow:hidden}.health-grid-item:hover{transform:translateY(-10px) scale(1.02);border-color:#ff8ba7;box-shadow:0 20px 45px #ff8ba74d}.health-img{width:200px;height:200px;object-fit:contain;border-radius:20px;background:#fff9e6;margin-bottom:20px;filter:drop-shadow(0 4px 12px rgba(0,0,0,.1))}.health-label{font-size:1.8rem;font-weight:800;color:#333;margin:0;text-align:center;line-height:1.2}@media(max-width:900px){.health-grid{grid-template-columns:repeat(2,1fr);gap:20px}}@media(max-width:600px){.health-grid{grid-template-columns:1fr;gap:16px}.health-grid-item{min-height:300px}}.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}}@media(max-width:1024px){.app-main-content{padding-top:calc(var(--safe-top) + 56px)}.landing-inner{padding:0 14px}.action-btn{min-height:52px;min-width:120px;font-size:clamp(15px,3.8vw,20px);padding:12px 20px}}@media(max-width:768px){body{font-size:15px}.health-grid{padding:10px}.health-img{width:160px;height:160px}.lesson-root{padding:8px}.lesson-main{gap:12px}.video-area,.game-area{min-width:0;width:100%}}@media(max-width:480px){button,input,select,textarea{font-size:16px}.action-btn{width:100%;min-width:0}}.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)}}.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){.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}}
