[data-astro-cid-dyknohlp]{margin:0;padding:0;box-sizing:border-box;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}body{background-color:#f0f4f8;color:#333;min-height:100vh}.game-container[data-astro-cid-dyknohlp]{display:flex;flex-direction:column;min-height:100vh}.main-content[data-astro-cid-dyknohlp]{display:flex;flex:1;flex-direction:column;padding:1rem;padding-top:100px}.game-sections[data-astro-cid-dyknohlp]{display:flex;flex:1;gap:1.5rem;flex-direction:column}@media (min-width: 768px){.game-sections[data-astro-cid-dyknohlp]{flex-direction:row}}.editor-section[data-astro-cid-dyknohlp]{flex:1;background-color:#fff;border-radius:12px;box-shadow:0 8px 16px #0000001a;padding:1.5rem;display:flex;flex-direction:column}.editor-header[data-astro-cid-dyknohlp]{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.editor-header[data-astro-cid-dyknohlp] h2[data-astro-cid-dyknohlp]{font-size:1.5rem;color:#166534}.level-indicator[data-astro-cid-dyknohlp]{background-color:#e9fbe7;color:#166534;padding:.5rem 1rem;border-radius:20px;font-weight:700}.editor-container[data-astro-cid-dyknohlp]{background-color:#f8fafc;border-radius:8px;border:1px solid #e2e8f0;padding:1rem;margin-bottom:1rem;flex:1}.editor-instructions[data-astro-cid-dyknohlp]{background-color:#ecfdf5;border-left:4px solid #10b981;padding:1rem;margin-bottom:1rem;border-radius:0 8px 8px 0}.editor-instructions[data-astro-cid-dyknohlp] h3[data-astro-cid-dyknohlp]{color:#047857;margin-bottom:.5rem}.editor-instructions[data-astro-cid-dyknohlp] p[data-astro-cid-dyknohlp]{color:#065f46;font-size:.9rem;line-height:1.5}#cssInput[data-astro-cid-dyknohlp]{width:100%;height:150px;padding:1rem;border:none;background-color:#1e293b;color:#e2e8f0;border-radius:8px;font-family:Courier New,monospace;font-size:.9rem;resize:none;margin-bottom:1rem;line-height:1.5}#cssInput[data-astro-cid-dyknohlp]::placeholder{color:#64748b}.editor-buttons[data-astro-cid-dyknohlp]{display:flex;gap:1rem}.btn[data-astro-cid-dyknohlp]{padding:.75rem 1.5rem;border:none;border-radius:8px;font-weight:700;cursor:pointer;transition:all .2s ease}.btn-primary[data-astro-cid-dyknohlp]{background-color:#34d399;color:#fff;box-shadow:0 4px 6px #34d39933}.btn-primary[data-astro-cid-dyknohlp]:hover{background-color:#059669;transform:translateY(-2px);box-shadow:0 6px 8px #34d3994d}.btn-secondary[data-astro-cid-dyknohlp]{background-color:#e2e8f0;color:#475569}.btn-secondary[data-astro-cid-dyknohlp]:hover{background-color:#cbd5e1}.preview-section[data-astro-cid-dyknohlp]{flex:1;background-color:#fff;border-radius:12px;box-shadow:0 8px 16px #0000001a;padding:1.5rem;display:flex;flex-direction:column}.preview-header[data-astro-cid-dyknohlp]{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.preview-header[data-astro-cid-dyknohlp] h2[data-astro-cid-dyknohlp]{font-size:1.5rem;color:#059669}.timer[data-astro-cid-dyknohlp]{background-color:#d1fae5;color:#059669;padding:.5rem 1rem;border-radius:20px;font-weight:700}#gameArea[data-astro-cid-dyknohlp]{flex:1;background:linear-gradient(to bottom,#bbf7d0,#d1fae5);border-radius:8px;position:relative;overflow:hidden;min-height:300px;border:1px solid #a7f3d0}#target[data-astro-cid-dyknohlp]{width:80px;height:80px;position:absolute;bottom:20px;right:20px;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M20.39 18.39A5 5 0 0 0 18 9h-1.26A8 8 0 1 0 3 16.3"/><polyline points="16 16 18 18 20 16"/><line x1="16" y1="10" x2="16" y2="16"/></svg>');background-position:center;background-repeat:no-repeat;background-size:40px;display:flex;align-items:flex-end;justify-content:center;border:2px dashed #475569;border-radius:12px;background-color:#ffffffb3}#target[data-astro-cid-dyknohlp] span[data-astro-cid-dyknohlp]{color:#475569;font-weight:700;font-size:.8rem;margin-bottom:5px}#movableObject[data-astro-cid-dyknohlp]{width:60px;height:60px;position:absolute;top:20px;left:20px;transition:all .3s ease;filter:drop-shadow(0 4px 3px rgba(0,0,0,.2))}#movableObject[data-astro-cid-dyknohlp] img[data-astro-cid-dyknohlp]{width:100%;height:100%;object-fit:contain}#message[data-astro-cid-dyknohlp]{position:fixed;bottom:20px;left:50%;transform:translate(-50%);padding:.75rem 1.5rem;border-radius:30px;font-weight:700;box-shadow:0 4px 12px #00000026;z-index:100;opacity:0;transition:opacity .3s ease}.message-success[data-astro-cid-dyknohlp]{background-color:#dcfce7;color:#166534}.message-error[data-astro-cid-dyknohlp]{background-color:#fee2e2;color:#b91c1c}.message-visible[data-astro-cid-dyknohlp]{opacity:1!important}.hints-panel[data-astro-cid-dyknohlp]{background-color:#f8fafc;border-radius:8px;padding:1rem;margin-top:1rem}.hints-panel[data-astro-cid-dyknohlp] h3[data-astro-cid-dyknohlp]{color:#059669;margin-bottom:.5rem;display:flex;align-items:center;gap:.5rem}.hints-panel[data-astro-cid-dyknohlp] h3[data-astro-cid-dyknohlp] svg[data-astro-cid-dyknohlp]{width:20px;height:20px}.hints-panel[data-astro-cid-dyknohlp] ul[data-astro-cid-dyknohlp]{list-style-type:none;padding-left:1.5rem}.hints-panel[data-astro-cid-dyknohlp] li[data-astro-cid-dyknohlp]{margin-bottom:.5rem;font-family:Courier New,monospace;color:#475569;font-size:.9rem}.hints-panel[data-astro-cid-dyknohlp] li[data-astro-cid-dyknohlp]:before{content:"→";margin-right:.5rem;color:#34d399}.confetti[data-astro-cid-dyknohlp]{position:absolute;width:10px;height:10px;opacity:0;animation:fall 3s ease-out forwards}@keyframes fall{0%{transform:translateY(-100px) rotate(0);opacity:1}to{transform:translateY(calc(100vh - 100px)) rotate(360deg);opacity:0}}.progress-container[data-astro-cid-dyknohlp]{width:100%;height:8px;background-color:#e2e8f0;border-radius:4px;margin-top:1rem;overflow:hidden}.progress-bar[data-astro-cid-dyknohlp]{height:100%;background:linear-gradient(90deg,#34d399,#059669);width:0%;transition:width .5s ease;border-radius:4px}
