.animated-sprite{display:block;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;image-rendering:pixelated;will-change:transform}.btn{padding:12px 24px;border-radius:12px;font-weight:700;font-size:16px;cursor:pointer;transition:all .2s ease;border:none;outline:none;box-shadow:0 4px 12px #00000026;min-height:44px;min-width:44px;display:inline-flex;align-items:center;justify-content:center;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.btn:active{transform:scale(.95);box-shadow:0 2px 6px #0003}.btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.btn-primary{background:#27ae60;color:#fff}.btn-primary:hover:not(:disabled){background:#229954}.btn-secondary{background:#7f8c8d;color:#fff}.btn-secondary:hover:not(:disabled){background:#6c7a7b}.btn-small{padding:8px 16px;font-size:14px;min-height:36px}.btn-medium{padding:12px 24px;font-size:16px}.btn-large{padding:16px 32px;font-size:18px;min-height:56px}@media (max-width: 768px){.btn{min-height:48px;padding:14px 28px}.btn-small{min-height:44px;padding:10px 20px}.btn-large{min-height:60px;padding:18px 36px;font-size:20px}}.intro-scene{width:100%;height:100%;position:relative;background:linear-gradient(to bottom,#87ceeb,#e0f6ff);display:flex;flex-direction:column;align-items:center;padding:20px;overflow:hidden}.intro-background{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.clouds{position:relative;width:100%;height:100%}.cloud{position:absolute;width:80px;height:40px;background:#fffc;border-radius:50px;animation:float 6s ease-in-out infinite}.cloud:before,.cloud:after{content:"";position:absolute;background:#fffc;border-radius:50px}.cloud:before{width:50px;height:50px;top:-25px;left:10px}.cloud:after{width:60px;height:60px;top:-35px;right:10px}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.intro-title{font-size:clamp(28px,5vw,48px);color:#2c3e50;margin-top:40px;margin-bottom:20px;text-align:center;font-weight:700;z-index:10;text-shadow:2px 2px 4px rgba(0,0,0,.1)}.story-panel{background:#fffffff2;border-radius:20px;padding:30px;max-width:90%;margin:20px 0;box-shadow:0 4px 20px #0000001a;z-index:10;min-height:150px;display:flex;align-items:center;justify-content:center}.story-text{font-size:clamp(16px,3vw,24px);color:#2c3e50;text-align:center;line-height:1.6;animation:fadeIn .5s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.intro-characters{position:absolute;bottom:120px;width:100%;display:flex;justify-content:center;align-items:flex-end;gap:60px;z-index:10}.grandfather-character,.turnip-character{display:flex;align-items:center;justify-content:center;animation:bounce 2s ease-in-out infinite}.turnip-character{animation-delay:.5s}.intro-ground{position:absolute;bottom:0;left:0;width:100%;height:100px;background:linear-gradient(to bottom,#228b22,#8b4513);z-index:5}.continue-button-container{position:absolute;bottom:200px;z-index:20;animation:slideUp .5s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.skip-button{position:absolute;top:20px;right:20px;z-index:20}@media (max-width: 768px){.intro-title{margin-top:20px;font-size:clamp(24px,6vw,36px)}.story-panel{padding:20px;min-height:120px}.story-text{font-size:clamp(14px,4vw,18px)}.intro-characters{bottom:100px;gap:40px}.continue-button-container{bottom:150px}}.menu-scene{width:100%;height:100%;position:relative;display:flex;flex-direction:column;align-items:center;padding:20px;overflow-y:auto;overflow-x:hidden}.menu-background{position:fixed;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#667eea,#764ba2);z-index:0}.menu-title{font-size:clamp(32px,6vw,56px);color:#fff;margin-top:40px;margin-bottom:30px;text-align:center;font-weight:700;z-index:10;text-shadow:2px 2px 8px rgba(0,0,0,.3)}.language-section{background:#fffffff2;border-radius:20px;padding:20px;margin-bottom:30px;box-shadow:0 4px 20px #0003;z-index:10;width:100%;max-width:400px}.language-label{text-align:center;font-size:18px;color:#2c3e50;margin-bottom:15px;font-weight:600}.language-buttons{display:flex;justify-content:center;gap:15px}.language-btn{display:flex;flex-direction:column;align-items:center;padding:12px 16px;border:3px solid #BDC3C7;border-radius:12px;background:#ecf0f1;cursor:pointer;transition:all .2s ease;min-width:80px;min-height:80px;position:relative}.language-btn:active{transform:scale(.95)}.language-btn.active{background:#27ae60;border-color:#27ae60;color:#fff}.language-flag{font-size:32px;margin-bottom:5px}.language-name{font-size:12px;font-weight:700;color:inherit}.language-check{position:absolute;bottom:5px;font-size:18px;color:#fff}.play-section{z-index:10;margin-bottom:30px}.level-selection{z-index:10;margin-bottom:30px;text-align:center}.level-label{color:#fff;font-size:18px;margin-bottom:15px;font-weight:600;text-shadow:1px 1px 4px rgba(0,0,0,.3)}.level-buttons{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;max-width:500px}.level-btn{width:44px;height:44px;border-radius:50%;background:#3498db;color:#fff;border:2px solid white;font-size:18px;font-weight:700;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.level-btn:active{transform:scale(.9)}.level-btn:hover{background:#2980b9}.character-preview{display:flex;justify-content:center;gap:15px;margin-top:auto;margin-bottom:20px;z-index:10;flex-wrap:wrap}.character-preview-item{animation:float 3s ease-in-out infinite}.character-icon{width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:28px;box-shadow:0 2px 8px #0003;border:3px solid white}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.replay-intro-btn{z-index:10;margin-bottom:20px}@media (max-width: 768px){.menu-title{margin-top:20px;font-size:clamp(28px,7vw,42px)}.language-section{padding:15px;max-width:90%}.language-buttons{gap:10px}.language-btn{min-width:70px;min-height:70px;padding:10px 12px}.language-flag{font-size:28px}.level-btn{width:48px;height:48px;font-size:16px}.character-icon{width:45px;height:45px;font-size:24px}}.character-slot{width:60px;height:60px;border-radius:50%;background:#ecf0f1;border:3px solid #BDC3C7;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;position:relative;z-index:2;min-width:60px;min-height:60px}.character-slot:hover{border-color:#3498db;background:#d5dbdb}.character-slot.selected{border-color:#f39c12;background:#fef5e7;box-shadow:0 0 0 4px #f39c124d}.character-slot.filled{background:#fff;border-color:#27ae60}.character-slot.correct{border-color:#27ae60;box-shadow:0 0 0 3px #27ae604d}.character-slot.wrong{border-color:#e74c3c;box-shadow:0 0 0 3px #e74c3c4d;animation:shake .5s ease-in-out}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-5px)}75%{transform:translate(5px)}}.slot-number{display:flex;flex-direction:column;align-items:center;gap:3px}.slot-number-text{font-size:20px;font-weight:700;color:#95a5a6}.slot-hint{font-size:16px;opacity:.6}.slot-content{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.placed-character-icon{width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:28px;border:2px solid white;box-shadow:0 2px 4px #0003;overflow:hidden;position:relative}.remove-button{position:absolute;top:-5px;right:-5px;width:24px;height:24px;border-radius:50%;background:#e74c3c;color:#fff;border:2px solid white;font-size:18px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;line-height:1;padding:0;box-shadow:0 2px 4px #0003;z-index:10}.remove-button:active{transform:scale(.9)}.wrong-indicator{position:absolute;top:-8px;right:-8px;width:20px;height:20px;background:#e74c3c;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;border:2px solid white;box-shadow:0 2px 4px #0003;z-index:11;animation:pulse .5s ease-in-out}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.2)}}@media (max-width: 768px){.character-slot{width:55px;height:55px;min-width:55px;min-height:55px}.placed-character-icon{width:45px;height:45px;font-size:24px}.slot-number{font-size:20px}.remove-button{width:22px;height:22px;font-size:16px}}.character-card.disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.character-card{display:flex;flex-direction:column;align-items:center;padding:10px;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;cursor:pointer;transition:all .2s ease;min-width:80px;min-height:100px;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;position:relative}.character-card:active{transform:scale(.95)}.character-card.selected{border:3px solid #F39C12;box-shadow:0 4px 12px #f39c1266}.character-card.dragging{opacity:.5}.character-icon{width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:28px;margin-bottom:5px;border:2px solid white;box-shadow:0 2px 4px #0003;overflow:hidden;position:relative}.character-emoji{font-size:28px}.character-name{font-size:12px;font-weight:700;color:#2c3e50;text-align:center;margin-bottom:3px}.character-strength{font-size:14px;color:#e74c3c;font-weight:700}.character-slot-badge{position:absolute;top:5px;right:5px;width:24px;height:24px;background:#3498db;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;border:2px solid white;box-shadow:0 2px 4px #0003;z-index:10}@media (max-width: 768px){.character-card{min-width:70px;min-height:90px;padding:8px}.character-icon{width:45px;height:45px;font-size:24px}.character-name{font-size:11px}.character-strength{font-size:12px}}.character-chain{display:flex;align-items:center;justify-content:center;gap:0;margin:30px 0;padding:20px;position:relative;z-index:10;flex-wrap:wrap;min-height:400px}.character-chain-empty{display:flex;align-items:center;justify-content:center;margin:30px 0;padding:40px;min-height:400px}.chain-hint{color:#2c3e5099;font-size:18px;font-style:italic;text-align:center}.chain-item{display:flex;align-items:center;position:relative}.chain-connection{width:50px;height:6px;background:linear-gradient(to right,#8b4513b3,#8b4513e6);position:relative;z-index:1;box-shadow:0 2px 4px #0003;border-radius:3px;transition:all .3s ease}.chain-connection.pulling{animation:pullConnection .5s ease-in-out infinite;background:linear-gradient(to right,#e74c3ccc,#c0392be6)}.chain-connection:before{content:"";position:absolute;left:-8px;top:50%;transform:translateY(-50%);width:0;height:0;border-style:solid;border-width:6px 0 6px 10px;border-color:transparent transparent transparent rgba(139,69,19,.9)}.chain-connection.pulling:before{border-color:transparent transparent transparent rgba(192,57,43,.9)}.chain-to-turnip{width:80px;height:6px;background:linear-gradient(to right,#8b4513b3,#8b451380);position:relative;z-index:1;box-shadow:0 2px 4px #0003;border-radius:3px;margin-left:10px;transition:all .3s ease}.chain-to-turnip.pulling{animation:pullConnection .5s ease-in-out infinite;background:linear-gradient(to right,#e74c3ccc,#c0392b80)}@keyframes pullConnection{0%,to{transform:scaleX(1)}50%{transform:scaleX(.95)}}.chain-character{border-radius:20px;display:flex;flex-direction:column;align-items:center;justify-content:center;border:4px solid white;box-shadow:0 4px 12px #0000004d;position:relative;overflow:hidden;transition:transform .2s ease;min-width:150px;min-height:200px}.chain-character:hover{transform:scale(1.05);z-index:5}.chain-character.pulling{animation:pullCharacter .5s ease-in-out infinite}@keyframes pullCharacter{0%,to{transform:translate(0) translateY(0) rotate(0)}25%{transform:translate(-6px) translateY(-3px) rotate(-2deg)}75%{transform:translate(-10px) translateY(-5px) rotate(-3deg)}}.chain-character-emoji{font-size:128px}.chain-character-name{position:absolute;bottom:-25px;left:50%;transform:translate(-50%);font-size:12px;font-weight:700;color:#2c3e50;white-space:nowrap;background:#ffffffe6;padding:2px 8px;border-radius:10px;box-shadow:0 2px 4px #0003}.chain-character-strength{position:absolute;top:-20px;left:50%;transform:translate(-50%);font-size:14px;font-weight:700;color:#e74c3c;background:#ffffffe6;padding:2px 6px;border-radius:8px;box-shadow:0 2px 4px #0003}.chain-character.selected{border-color:#3498db;box-shadow:0 0 20px #3498db99}.chain-remove-button{position:absolute;top:5px;right:5px;width:28px;height:28px;border-radius:50%;background:#e74c3ce6;color:#fff;border:2px solid white;font-size:18px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10;transition:all .2s ease;opacity:0}.chain-character:hover .chain-remove-button{opacity:1}.chain-remove-button:hover{background:#c0392b;transform:scale(1.1)}.chain-slot{width:256px;height:341.333px;border-radius:20px;border:3px dashed rgba(44,62,80,.3);display:flex;flex-direction:column;align-items:center;justify-content:center;background:#ffffff1a;position:relative;cursor:pointer;transition:all .3s ease}.chain-slot:hover{border-color:#3498db99;background:#3498db1a;transform:scale(1.02)}.chain-slot.selected{border-color:#3498db;background:#3498db33;box-shadow:0 0 15px #3498db66}.chain-slot-number{position:absolute;top:10px;left:10px;width:32px;height:32px;border-radius:50%;background:#2c3e50cc;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:16px}.chain-slot-hint{font-size:80px;opacity:.4;filter:grayscale(.5)}.chain-connection.empty{opacity:.3}@media (max-width: 768px){.character-chain{gap:0;padding:15px;min-height:280px}.chain-character,.chain-slot{width:150px;height:200px}.chain-connection{width:35px;height:4px}.chain-to-turnip{width:60px;height:4px}.chain-character-emoji,.chain-slot-hint{font-size:50px}.chain-character-name{font-size:10px;bottom:-20px}.chain-character-strength{font-size:12px;top:-18px}.chain-slot-number{width:24px;height:24px;font-size:12px}}.turnip-source{position:relative;display:flex;justify-content:center;align-items:center;margin:20px 0;z-index:5;min-height:150px}.turnip{z-index:10;animation:bounce 2s ease-in-out infinite;filter:drop-shadow(0 4px 8px rgba(0,0,0,.2));transition:transform .3s ease;display:flex;align-items:center;justify-content:center}.turnip-source.pulling .turnip{animation:none}.pull-effect{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:15}.pull-particle{position:absolute;width:8px;height:8px;background:gold;border-radius:50%;animation:pullParticle 1.5s ease-out forwards;box-shadow:0 0 10px #ffd700cc}@keyframes pullParticle{0%{opacity:1;transform:translate(0) scale(1)}to{opacity:0;transform:translate(-100px,-50px) scale(0)}}.ground{position:absolute;bottom:-50px;left:0;right:0;height:100px;background:linear-gradient(to bottom,#228b22,#8b4513);z-index:1}.bottle{position:absolute;width:40px;height:80px;background:#87ceeb;border:3px solid #4682B4;border-radius:0 0 10px 10px;bottom:-30px;z-index:2}.bottle:before{content:"";position:absolute;top:-15px;left:50%;transform:translate(-50%);width:20px;height:20px;background:#87ceeb;border:2px solid #4682B4;border-radius:5px}.platform{position:absolute;width:200px;height:25px;background:#8b4513;border:3px solid #654321;bottom:-20px;z-index:2;box-shadow:0 4px 8px #0000004d}.spotlight{position:absolute;width:200px;height:200px;background:radial-gradient(circle,rgba(255,255,0,.3) 0%,transparent 70%);bottom:-100px;z-index:1}.passage{position:absolute;width:30px;height:100px;background:#654321;border:3px solid #3E2723;bottom:-50px;z-index:2}.deep-ground{position:absolute;bottom:-80px;left:0;right:0;height:120px;background:linear-gradient(to bottom,#2e7d32,#654321);z-index:1}.structure{position:absolute;width:100px;height:100px;background:gray;border:4px solid #555555;bottom:-50px;z-index:2;box-shadow:0 4px 8px #0000004d}@media (max-width: 768px){.turnip{font-size:60px}.platform{width:150px;height:20px}.spotlight{width:150px;height:150px}}.congratulations-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000c;display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .3s ease-in}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.congratulations-content{background:linear-gradient(135deg,#667eea,#764ba2);padding:60px 40px;border-radius:20px;text-align:center;box-shadow:0 20px 60px #00000080;position:relative;overflow:hidden;min-width:400px;animation:slideUp .5s ease-out}@keyframes slideUp{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}.congratulations-title{font-size:48px;color:#fff;margin:0 0 20px;text-shadow:2px 2px 8px rgba(0,0,0,.3);animation:bounce 1s ease-in-out infinite}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.congratulations-message{font-size:24px;color:#fff;margin:0 0 30px;text-shadow:1px 1px 4px rgba(0,0,0,.3)}.continue-button{background:#fff;color:#667eea;border:none;padding:15px 40px;font-size:18px;font-weight:700;border-radius:30px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #0003}.continue-button:hover{transform:scale(1.05);box-shadow:0 6px 20px #0000004d}.continue-button:active{transform:scale(.95)}.confetti-container{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none;overflow:hidden}.confetti{position:absolute;width:10px;height:10px;top:-10px;animation:confettiFall 3s linear forwards}@keyframes confettiFall{0%{transform:translateY(0) rotate(0);opacity:1}to{transform:translateY(100vh) rotate(720deg);opacity:0}}@media (max-width: 768px){.congratulations-content{min-width:300px;padding:40px 30px}.congratulations-title{font-size:36px}.congratulations-message{font-size:20px}}.level-scene{width:100%;height:100%;position:relative;display:flex;flex-direction:column;padding:15px;overflow-y:auto;overflow-x:hidden}.level-background{position:fixed;top:0;left:0;width:100%;height:100%;z-index:0}.level-background.level-0{background:linear-gradient(to bottom,#90ee90,#b0f5b0)}.level-background.level-1{background:linear-gradient(to bottom,#87ceeb,#b0e0e6)}.level-background.level-2{background:linear-gradient(to bottom,plum,violet)}.level-background.level-3{background:linear-gradient(to bottom,gold,#ffe55c)}.level-header{display:flex;justify-content:space-between;align-items:flex-start;background:#fffffff2;border-radius:15px;padding:15px 20px;margin-bottom:15px;box-shadow:0 2px 10px #0000001a;z-index:10}.level-info{flex:1}.level-title{font-size:clamp(18px,4vw,28px);color:#2c3e50;margin-bottom:5px;font-weight:700}.level-description{font-size:clamp(12px,2.5vw,16px);color:#34495e;line-height:1.4}.character-pool{display:flex;justify-content:center;gap:15px;flex-wrap:wrap;margin-bottom:20px;z-index:10;padding:15px;background:#ffffffe6;border-radius:15px;box-shadow:0 2px 10px #0000001a}.placement-area{position:relative;display:flex;justify-content:center;align-items:center;gap:10px;margin:10px 0;padding:15px;z-index:5;flex-wrap:wrap;min-height:80px;opacity:.7;transition:opacity .3s ease}.placement-area:hover{opacity:1}.placement-line{position:absolute;top:50%;left:10%;right:10%;height:3px;background:#34495e4d;z-index:1}.turnip-area{margin:30px 0;z-index:8;position:relative}.level-ui{position:fixed;bottom:0;left:0;right:0;background:#fffffff2;padding:20px;display:flex;flex-direction:column;align-items:center;gap:15px;box-shadow:0 -2px 10px #0000001a;z-index:20}.strength-display{display:flex;align-items:center;gap:8px;font-size:20px;font-weight:700;flex-wrap:wrap;justify-content:center}.strength-label{color:#2c3e50}.strength-value{padding:5px 15px;border-radius:20px;background:#ecf0f1;min-width:40px;text-align:center}.strength-value.sufficient{background:#27ae60;color:#fff}.strength-value.insufficient{background:#e74c3c;color:#fff}.strength-separator{color:#7f8c8d;font-size:18px}.strength-required{color:#2c3e50;padding:5px 10px;background:#ecf0f1;border-radius:20px;min-width:40px;text-align:center}.pull-button{width:100%;max-width:300px}@media (max-width: 768px){.level-scene{padding:10px 10px 180px}.level-header{padding:12px 15px;flex-direction:column;gap:10px}.character-pool{gap:10px;padding:10px}.placement-area{gap:8px;padding:15px}.level-ui{padding:15px}.strength-display{font-size:18px}}.gameover-scene{width:100%;height:100%;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px;overflow:hidden}.gameover-background{position:fixed;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,gold,orange);z-index:0}.celebration-particles{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1}.particle{position:absolute;width:10px;height:10px;background:gold;border-radius:50%;animation:floatUp 3s ease-in-out infinite;box-shadow:0 0 10px #ffd700cc}@keyframes floatUp{0%{transform:translateY(0) scale(1);opacity:.8}to{transform:translateY(-200px) scale(0);opacity:0}}.victory-title{font-size:clamp(32px,6vw,56px);color:#fff;text-align:center;margin-bottom:40px;font-weight:700;text-shadow:2px 2px 8px rgba(0,0,0,.3);z-index:10;animation:pulse 1s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.victory-characters{display:flex;justify-content:center;gap:15px;margin-bottom:30px;z-index:10;flex-wrap:wrap}.victory-character{width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:32px;border:3px solid white;box-shadow:0 4px 12px #0000004d;animation:bounce 1s ease-in-out infinite}@keyframes bounce{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-15px) rotate(5deg)}}.victory-turnip{font-size:120px;margin-bottom:40px;z-index:10;animation:rotate 3s ease-in-out infinite;filter:drop-shadow(0 4px 12px rgba(0,0,0,.3))}@keyframes rotate{0%,to{transform:rotate(0) scale(1)}50%{transform:rotate(10deg) scale(1.1)}}.menu-button{z-index:10}@media (max-width: 768px){.victory-title{font-size:clamp(28px,7vw,42px);margin-bottom:30px}.victory-characters{gap:10px;margin-bottom:20px}.victory-character{width:50px;height:50px;font-size:28px}.victory-turnip{font-size:80px;margin-bottom:30px}}.app{width:100vw;height:100vh;position:relative;overflow:hidden}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{width:100%;height:100%;overflow:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;touch-action:none;position:fixed;user-select:none;-webkit-user-select:none;-webkit-touch-callout:none}button{font-family:inherit;cursor:pointer;border:none;outline:none;-webkit-tap-highlight-color:transparent}button:active{transform:scale(.95)}
