/* Extracted Style 1 */
*{margin:0;padding:0;box-sizing:border-box;}body{background:#000;height:100vh;width:100vw;overflow:hidden;touch-action:none;position:fixed;}.container{display:flex;flex-wrap:wrap;justify-content:center;align-content:center;padding:12px;width:100%;height:100%;gap:8px;}.square{width:32px;height:32px;background:#111;border-radius:8px;box-shadow:0 0 6px rgba(0,0,0,0.6);transition:all 4s ease,transform 0.2s ease;transform:scale(1);}.square.active{transform:scale(1.2);transition:background 0s,box-shadow 0s,transform 0.2s ease;}

