*{margin:0;padding:0}body{font-family:Arial,sans-serif;overflow:hidden;touch-action:none;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#container{position:relative;width:100vw;height:100vh;display:flex;justify-content:center;align-items:center}#startButton{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:10;background-color:#00ff2a;color:#000;padding:10px 20px;border-radius:5px;cursor:pointer;font-size:16px;font-weight:700;border:none}#canvas{display:block;border-radius:10px;touch-action:none;-webkit-touch-callout:none}#restartButton{background-color:#ff6b35;color:#fff;padding:10px 20px;border-radius:5px;cursor:pointer;font-size:16px;font-weight:700;border:none;box-shadow:0 4px 8px #0000004d;transition:all .3s ease;margin-top:20px}@media (max-width: 768px){#startButton{padding:20px 40px;font-size:20px;min-height:60px;min-width:200px}#container{width:100vw;height:100vh;position:fixed;top:0;left:0}*{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}}
