.bug-container{position:relative;width:100%;height:100%;overflow:hidden;background-color:#f8f9fa;border-radius:.5rem}.game-background{background-color:#121212;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='400' viewBox='0 0 800 800'%3E%3Cg fill='none' stroke='%23222' stroke-width='1'%3E%3Cpath d='M769 229L1037 260.9M927 880L731 737 520 660 309 538 40 599 295 764 126.5 879.5 40 599-197 493 102 382-31 229 126.5 79.5-69-63'/%3E%3Cpath d='M-31 229L237 261 390 382 603 493 308.5 537.5 101.5 381.5M370 905L295 764'/%3E%3Cpath d='M520 660L578 842 731 737 840 599 603 493 520 660 295 764 309 538 390 382 539 269 769 229 577.5 41.5 370 105 295 -36 126.5 79.5 237 261 102 382 40 599 -69 737 127 880'/%3E%3Cpath d='M520-140L578.5 42.5 731-63M603 493L539 269 237 261 370 105M902 382L539 269M390 382L102 382'/%3E%3Cpath d='M-222 42L126.5 79.5 370 105 539 269 577.5 41.5 927 80 769 229 902 382 603 493 731 737M295-36L577.5 41.5M578 842L295 764M40-201L127 80M102 382L-261 269'/%3E%3C/g%3E%3Cg fill='%23444'%3E%3Ccircle cx='769' cy='229' r='5'/%3E%3Ccircle cx='539' cy='269' r='5'/%3E%3Ccircle cx='603' cy='493' r='5'/%3E%3Ccircle cx='731' cy='737' r='5'/%3E%3Ccircle cx='520' cy='660' r='5'/%3E%3Ccircle cx='309' cy='538' r='5'/%3E%3Ccircle cx='295' cy='764' r='5'/%3E%3Ccircle cx='40' cy='599' r='5'/%3E%3Ccircle cx='102' cy='382' r='5'/%3E%3Ccircle cx='127' cy='80' r='5'/%3E%3Ccircle cx='370' cy='105' r='5'/%3E%3Ccircle cx='578' cy='42' r='5'/%3E%3Ccircle cx='237' cy='261' r='5'/%3E%3Ccircle cx='390' cy='382' r='5'/%3E%3C/g%3E%3C/svg%3E");background-size:cover;position:relative}.game-background:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at center,rgba(100,50,150,.2) 0,rgba(18,18,18,.5) 100%);pointer-events:none}.bug-element{transition:transform .2s ease;z-index:10;filter:drop-shadow(0 0 3px rgba(0,0,0,.5))}.bug-element:hover{transform:scale(1.2)!important}.bug-hitbox{padding:15px;cursor:pointer;display:flex;justify-content:center;align-items:center;position:relative;z-index:10}.bug-hitbox:before{content:"";position:absolute;top:-10px;left:-10px;right:-10px;bottom:-10px;border-radius:50%;z-index:-1}.bug-emoji{font-size:2rem;display:block;filter:drop-shadow(0 0 8px rgba(255,255,255,.7))}.score-display{top:1rem;right:1rem}.message-display,.score-display{position:absolute;background-color:rgba(255,255,255,.8);padding:.5rem 1rem;border-radius:1rem;font-weight:700;box-shadow:0 2px 10px rgba(0,0,0,.1)}.message-display{bottom:1rem;text-align:center;min-width:200px}.loading-bar,.message-display{left:50%;transform:translateX(-50%)}.loading-bar{position:absolute;bottom:3rem;width:80%;max-width:300px;height:8px;background-color:rgba(255,255,255,.2);border-radius:4px;overflow:hidden}.loading-progress{height:100%;background:linear-gradient(90deg,var(--primary-color) 0,var(--accent-color) 100%);width:0;animation:loading 3s linear infinite;box-shadow:0 0 10px rgba(255,255,255,.5)}@keyframes loading{0%{width:0}to{width:100%}}.point-animation{position:absolute;font-weight:700;animation:point-float 1s forwards;pointer-events:none;font-size:1.2rem;text-shadow:0 0 5px rgba(0,0,0,.5);z-index:20}@keyframes point-float{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(-30px) scale(1.5)}}.bug-splat{position:absolute;font-size:2rem;animation:splat .5s forwards;pointer-events:none;z-index:15}@keyframes splat{0%{opacity:1;transform:scale(.5)}50%{opacity:1;transform:scale(1.5)}to{opacity:0;transform:scale(2)}}.game-background:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(white,rgba(255,255,255,0) 2px);background-size:100px 100px;background-position:0 0,50px 50px;animation:twinkle 4s infinite alternate;pointer-events:none}@keyframes twinkle{0%{opacity:.3}to{opacity:.6}}.text-glow{text-shadow:0 0 5px rgba(255,255,255,.7);color:white;text-shadow:0 0 8px rgba(0,0,0,.7)}@media (max-width:640px){.bug-emoji{font-size:1.5rem}.bug-element{transform-origin:center}.bug-hitbox{padding:10px}.point-animation{font-size:1rem}.bug-splat{font-size:1.5rem}.score-display{top:.5rem;right:.5rem}.message-display,.score-display{padding:.25rem .5rem;font-size:.875rem}.message-display{bottom:.5rem;min-width:150px}.loading-bar{bottom:2rem;height:6px}}.text-glow,.text-white{text-shadow:0 0 8px rgba(0,0,0,.7)}