:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.logout-modal{background:#fff;border-radius:12px;padding:2rem;text-align:center;box-shadow:0 8px 20px #00000040;max-width:320px;width:90%}.menu-wrapper{position:fixed;top:1rem;right:1rem;z-index:2000}.menu-button{background-color:#00bcd4;color:#fff;border:none;border-radius:6px;padding:8px 12px;font-size:1rem;cursor:pointer}.mobile-menu{margin-top:.5rem;background-color:#fff;box-shadow:0 2px 6px #0003;border-radius:8px;padding:.5rem}.menu-item+.menu-item{margin-top:6px}.modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#0009;z-index:9999;display:flex;justify-content:center;align-items:center;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.modal-content{background:#fff;padding:2rem;border-radius:12px;width:90%;max-width:420px;box-shadow:0 20px 40px #0003;text-align:center;position:relative;z-index:10000}.close-btn{position:absolute;top:-20px;left:50%;transform:translate(-50%);background:#6dd400;border:none;border-radius:6px;color:#fff;font-size:1.2rem;padding:4px 10px;cursor:pointer}.close-btn:hover{background-color:#4caf50}.child-wizard h2{margin-bottom:.5rem}.child-wizard .subtext{font-size:.85rem;color:#666;margin-bottom:1rem}.wizard-input{padding:.8rem;width:100%;font-size:1rem;border-radius:6px;border:1px solid #ccc;margin-bottom:1.5rem;box-sizing:border-box}.child-wizard button{padding:10px 20px;background-color:#6dd400;color:#fff;border:none;font-weight:700;border-radius:6px;cursor:pointer;transition:background .3s ease}.child-wizard button:disabled{opacity:.5;cursor:not-allowed}.child-wizard button:hover:enabled{background-color:#57b300}.avatar-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:1rem}.avatar-option{border:2px solid transparent;border-radius:50%;padding:5px;cursor:pointer;transition:border .2s;width:100px;height:100px;display:flex;justify-content:center;align-items:center;overflow:hidden;box-sizing:border-box}.avatar-option img{width:90px;height:90px;border-radius:50%;object-fit:cover}.avatar-option.selected{border-color:#00bcd4}.modal-overlay{transition:background .3s ease}.modal-content{animation:fadeInScale .3s ease-out}@keyframes fadeInScale{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.step-indicator{display:flex;justify-content:center;margin-bottom:1.5rem;gap:8px}.step-dot{width:10px;height:10px;border-radius:50%;background:#ccc;transition:background .3s ease,transform .3s ease}.step-dot.active{background:#6dd400;transform:scale(1.4)}.step-transition{animation:fadeSlide .3s ease-in-out}@keyframes fadeSlide{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.flag-select-grid{display:flex;justify-content:center;gap:2rem;margin:1rem 0}.flag-option{text-align:center;cursor:pointer;border:2px solid transparent;padding:.5rem;border-radius:8px;transition:border-color .3s}.flag-option.selected{border-color:#4caf50}.wizard-buttons{display:flex;justify-content:center;gap:12px;margin-top:1rem}.child-card{position:relative;display:flex;flex-direction:column;align-items:center;width:90px;cursor:pointer}.child-tools{position:absolute;top:-28px;left:8px;display:flex;gap:22px;z-index:1}.child-avatar{width:120px;height:120px;background:none;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto;overflow:hidden;background-color:#fff}.child-avatar-img{width:100%;height:100%;object-fit:contain;object-position:center;border-radius:0}.child-name{display:block;text-align:center;font-weight:600;font-size:.95rem;width:100%;margin-top:8px}.child-section{margin-top:30px}.child-section h3{text-align:center}.child-grid{display:flex;gap:20px;justify-content:center;flex-wrap:wrap;margin-top:20px}.child-card,.child-add-card{display:flex;flex-direction:column;align-items:center;width:120px}.child-add-card{cursor:pointer;opacity:.6}.child-limit-warning{font-size:.9rem;color:#888;text-align:center;width:100%}.intro1-iframe{border:none;display:block;margin:0 auto;background-color:transparent}.lemo-intro{position:relative;text-align:center;margin-bottom:2rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.language-toggle-wrapper{position:relative}.language-menu{position:absolute;top:24px;background:#fff;border:1px solid #ccc;border-radius:6px;padding:4px;display:flex;gap:6px;box-shadow:0 2px 6px #00000026;z-index:2}.language-menu img{width:24px;height:16px;cursor:pointer}.add-child-wrapper{margin-top:20px;display:flex;justify-content:center}.adventures{padding:2rem;text-align:center}.cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1.5rem;margin-top:2rem}.adventure-card{border:2px solid #ddd;border-radius:12px;padding:1rem;background:#f9f9f9;transition:transform .2s,box-shadow .2s;cursor:pointer}.adventure-card:hover{transform:scale(1.05);box-shadow:0 8px 20px #00000026}.adventure-card img{width:100%;height:auto;border-radius:10px}.adventure-card p{margin-top:.75rem;font-weight:700}.lemo-bubble{position:relative;display:inline-block;max-width:280px;margin:0 auto;margin-top:1rem;background:#fff;border-radius:16px;padding:12px 18px;color:#333;font-size:.95rem;box-shadow:0 4px 10px #0000001a;animation:fadeInUp 1s ease-out}.lemo-bubble:after{content:"";position:absolute;top:-10px;left:40px;border-width:10px;border-style:solid;border-color:transparent transparent #fff transparent}.dashboard{padding:1rem;position:relative;display:flex;flex-direction:column;align-items:center}.add-avatar{width:80px;height:80px;border-radius:50%;border:2px dashed #bbb;background-color:#f1f1f1;font-size:2rem;color:#777;display:flex;justify-content:center;align-items:center}.add-label{margin-top:5px;text-align:center}.mobile-menu-icon{display:flex;justify-content:flex-end;margin-bottom:1rem;cursor:pointer}.mobile-menu{position:fixed;top:3.5rem;right:1rem;background-color:#fff;box-shadow:0 2px 6px #0003;border-radius:8px;padding:.5rem;z-index:100}.menu-item{padding:8px 12px;background-color:#00bcd4;color:#fff;border-radius:6px;cursor:pointer;font-weight:500;transition:background-color .3s ease}.menu-item:hover{background-color:#0097a7}.menu-button{position:fixed;top:1rem;right:1rem;background-color:#00bcd4;color:#fff;border:none;border-radius:6px;padding:8px 12px;font-size:1rem;cursor:pointer;z-index:1000}@media (max-width: 768px){.menu-button{padding:6px 10px;font-size:.9rem}}.tile{position:relative;padding:0;margin:0;flex:0 0 auto;display:inline-block}.tile-img{height:256px;width:256px;object-fit:cover;display:block}.tile-label{position:absolute;bottom:8px;left:50%;transform:translate(-50%);background:#fffc;padding:4px 8px;border-radius:6px;font-size:14px;pointer-events:none}.tile.locked{filter:grayscale(100%) brightness(.7);pointer-events:none}.tile-marker{position:absolute;top:10px;left:10px;font-size:20px}.pulse{animation:pulseGlow 1.5s ease-in-out infinite}@keyframes pulseGlow{0%{transform:scale(1);text-shadow:0 0 5px rgba(255,200,0,.8)}50%{transform:scale(1.2);text-shadow:0 0 15px rgba(255,200,0,1)}to{transform:scale(1);text-shadow:0 0 5px rgba(255,200,0,.8)}}.map-container{position:relative;display:flex;overflow-x:auto;padding:16px;gap:0;background:#f4f4f4;scroll-behavior:smooth;border-radius:12px}.flying-in{opacity:0;animation:flyIn 3.5s ease-out forwards}@keyframes flyIn{to{opacity:1}}.logout-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:2000}.celebrate-modal{background:#fff;border-radius:12px;padding:2rem;text-align:center;box-shadow:0 8px 20px #00000040;max-width:320px;width:90%}.modal-buttons{margin-top:1.5rem;display:flex;justify-content:space-around}.confirm-button,.cancel-button{padding:.5rem 1rem;border-radius:6px;font-weight:600;cursor:pointer;border:none}.confirm-button{background-color:#d32f2f;color:#fff}.cancel-button{background-color:#ccc;color:#000}.spineanimation-iframe{border:none;outline:none;margin:0;padding:0;display:block}.modal-buttons{margin-top:1.5rem;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.circle-button{width:60px;height:60px;border-radius:50%;font-size:1.5rem;font-weight:700;color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 10px #0000004d;transition:transform .2s}.circle-button:hover{transform:scale(1.1)}.circle-button.green{background-color:#4caf50;width:120px;height:120px}.circle-button.red{background-color:#f44336}.memory-container{padding:2rem;text-align:center;display:flex;flex-direction:column;min-height:100vh;box-sizing:border-box}.game-frame-wrapper{flex-grow:1;display:flex;flex-direction:column;height:80vh;margin-top:20px}.game-iframe{flex-grow:1;width:100%;border:none}.lemo-bubble{display:inline-block;margin-bottom:1rem;padding:.75rem 1rem;background:#fff;border-radius:16px;box-shadow:0 3px 8px #0000001a;font-weight:500}.lemo-slider-container{flex-grow:1;display:flex;justify-content:center;align-items:center;padding-bottom:2rem}.slider-section{display:flex;flex-direction:column;align-items:center;gap:2rem;width:50%}.slider-group{display:flex;flex-direction:column;align-items:center;width:100%;margin-bottom:5rem}.slider-group input[type=range]{width:100%;max-width:900px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;margin:1rem 0}.slider-group input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;height:20px;width:20px;border-radius:50%;background:#4caf50;cursor:pointer;margin-top:-8px;border:2px solid #fff;box-shadow:0 0 2px #0006}.slider-group input[type=range]::-webkit-slider-runnable-track{height:6px;background:#ccc;border-radius:4px}.slider-group input[type=range]::-moz-range-thumb{height:20px;width:20px;border-radius:50%;background:#4caf50;border:none;cursor:pointer}.slider-group input[type=range]::-moz-range-track{height:6px;background:#ccc;border-radius:4px}.slider-value{margin-top:.5rem;font-weight:700}.status-text{margin:1rem 0}.loaded{color:green;font-weight:700}.send-button{background-color:#4caf50;color:#fff;padding:.6rem 1.2rem;font-weight:700;border:none;border-radius:6px;cursor:pointer;margin-bottom:1rem}.send-button:disabled{background-color:#ccc;cursor:not-allowed}.debug{font-family:monospace;color:red;background:#fff8f8;padding:1rem;margin:1rem auto;width:fit-content;border-radius:8px}.play-button-wrapper{display:inline-block}.fullscreen-game-wrapper{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;background-color:#fff;display:flex;flex-direction:column;animation:fadeIn .6s ease-in-out forwards}.fullscreen-game{flex-grow:1;width:100%;height:100%;border:none;transition:opacity .3s ease-in-out}.fullscreen-back-button{position:absolute;top:16px;left:16px;z-index:1001;background:#ffffffe6;color:#333;border:none;border-radius:8px;padding:.5rem 1rem;font-weight:700;cursor:pointer;display:flex;align-items:center;gap:.5rem;box-shadow:0 2px 8px #0003}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fullscreen-game-wrapper.hidden{pointer-events:none;opacity:0;visibility:hidden}.fullscreen-game-wrapper.visible{pointer-events:auto;opacity:1;visibility:visible;animation:fadeIn .6s ease-in-out forwards}.slider-wrapper{position:relative;width:100%;max-width:none;display:flex;justify-content:center}.slider-labels{position:absolute;top:30px;left:0;right:0;height:20px;pointer-events:none}.slider-label{position:absolute;transform:translate(-50%);font-size:.8rem;color:#666;white-space:nowrap;transition:all .2s ease-in-out}.slider-label.active{font-weight:700;color:#000;font-size:1rem}.back-button-container{position:absolute;top:16px;left:16px;z-index:10}.back-button{font-size:2rem;background:none;border:none;color:#fff;cursor:pointer;padding:8px;border-radius:50%;transition:background .2s ease-in-out}.back-button:hover{background:#ffffff1a}#root{max-width:1280px;margin:0 auto;width:100%;box-sizing:border-box}.container{width:100%;max-width:1280px;margin:0 auto;padding:1rem;box-sizing:border-box}body{font-family:Nunito,sans-serif;background-color:#fff;display:flex;flex-direction:column;min-width:320px;height:100%;overflow-x:hidden}body,h1,h2,h3,h4,h5,h6,p{color:#000}.header{width:100%;text-align:center;margin-bottom:0;padding-bottom:0;z-index:999}.logo-wrapper{margin-bottom:-10px}.logo-iframe{border:none;display:block;margin:0 auto;background-color:transparent}.login-section{display:flex;flex-direction:column;align-items:center;justify-content:center;margin-top:40px;text-align:center;gap:20px}.google-btn-wrapper{display:flex;justify-content:center;width:100%}.user-info{margin-top:20px}.user-info img{border-radius:50%;margin:10px;width:80px;height:80px}button{padding:8px 16px;font-size:1em;font-family:Fredoka,sans-serif;font-weight:600;border:none;border-radius:6px;background-color:#6dd400;color:#fff;cursor:pointer;transition:background-color .25s,border-color .25s}button:hover{background-color:#4a90e2}button.selected,.logout-button{background-color:#f66bbf}.logout-button:hover{background-color:#d62828}.btn-container{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.spinner{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);border:8px solid #f3f3f3;border-top:8px solid #4A90E2;border-radius:50%;width:50px;height:50px;animation:spin 1s linear infinite;z-index:2000}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.swal2-popup{font-family:Fredoka,sans-serif;background:linear-gradient(90deg,#6a2fbf,#6a2fbf);color:#fff;border-radius:12px;box-shadow:0 4px 8px #0000004d;padding:20px}.swal2-title{font-size:1.5em;font-weight:700}.swal2-content{font-size:1.2em}.swal2-actions{display:flex;justify-content:space-evenly;padding-top:10px}.swal2-button{background-color:#6dd400}.swal2-button:hover{background-color:#4a90e2}.swal2-button:focus{outline:none}.swal2-cancel{background-color:#d62828}.swal2-cancel:hover{background-color:#b02a2a}@media (max-width: 768px){#root{padding:1rem}.btn-container{flex-direction:column;align-items:center;gap:15px}button{padding:.5em 1em;font-size:.9em}.user-info img{width:60px;height:60px}}@media (max-width: 480px){button{font-size:.8em;padding:.4em .8em}.logout-button{padding:8px 16px;font-size:12px}.btn-container{gap:10px}}.back-button{background:none;border:none;color:#333;font-size:1rem;cursor:pointer;display:flex;align-items:center;margin-bottom:1rem}.back-button:hover{color:#007bff}
