html,body{width:100%;height:100%;margin:0;overflow:hidden;background:#cdcdcd}body{-webkit-user-select:none;user-select:none;cursor:crosshair;font-family:Ubuntu,Trebuchet MS,Arial,sans-serif}*{box-sizing:border-box}#game-canvas{display:block;width:100vw;height:100vh}.start-screen{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at center,rgba(255,255,255,.12),transparent 46%),#cdcdcdd1;z-index:10}.start-screen.hidden{opacity:0;pointer-events:none;transition:opacity .18s ease}.start-card{width:min(440px,calc(100vw - 32px));padding:28px 24px;text-align:center;background:#00000024;border:2px solid rgba(0,0,0,.14)}.start-logo{margin-bottom:10px;color:#fff;font-size:42px;font-weight:800;line-height:1;text-shadow:0 3px 0 rgba(0,0,0,.28)}.start-subtitle{margin-bottom:18px;color:#fffffff2;font-size:15px;font-weight:700;text-shadow:0 2px 0 rgba(0,0,0,.2)}.start-input,.start-button{width:100%;height:48px;border:0;outline:0;font:800 18px Ubuntu,Trebuchet MS,Arial,sans-serif}.start-input{margin-bottom:12px;padding:0 16px;color:#555;background:#fff;box-shadow:inset 0 -3px #00000024}.start-button{color:#fff;background:#00b2e1;box-shadow:inset 0 -4px #0000002e;cursor:pointer}
