<style>
        body {
            font-family: 'Inter', sans-serif;
            touch-action: manipulation;
        }
        .puzzle-piece-shadow {
            filter: drop-shadow(0 4px 6px rgba(0,0,0,0.2));
        }
    </style>