@import url("https://fonts.googleapis.com/css2?family=Ubuntu:wght@400;500;700&display=swap");@tailwind base;@tailwind components;@tailwind utilities;body{font-family:Ubuntu,sans-serif;background-color:#0a0a0a;color:#e5e7eb;overflow:hidden}.control-btn{@apply w-10 h-10 bg-white/10 backdrop-blur border border-white/20 rounded-lg flex items-center justify-center text-white hover:bg-white/20 transition-all}.interactive-touch-none{touch-action:none}@media (max-width:767px){.control-btn{@apply w-12 h-12 text-lg}body{overflow:hidden;position:fixed;width:100%;height:100%}svg polygon{stroke-width:3;pointer-events:all}}@media (min-width:768px) and (max-width:1023px){.control-btn{@apply w-11 h-11}}svg polygon{transition:all .15s ease-in-out}svg polygon:hover{stroke-width:2}.slider-thumb::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;height:20px;width:20px;border-radius:50%;background:#06b6d4;cursor:pointer;border:2px solid #ffffff;box-shadow:0 2px 6px rgba(0,0,0,.2)}.slider-thumb::-moz-range-thumb{height:20px;width:20px;border-radius:50%;background:#06b6d4;cursor:pointer;border:2px solid #ffffff;box-shadow:0 2px 6px rgba(0,0,0,.2)}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}@keyframes filterGlow{0%,to{transform:scale(1);box-shadow:0 8px 24px rgba(6,182,212,.4),0 0 20px rgba(6,182,212,.3)}50%{transform:scale(1.02);box-shadow:0 10px 28px rgba(6,182,212,.5),0 0 25px rgba(6,182,212,.4)}}