@import"https://fonts.googleapis.com/css2?family=Quicksand:wght@500;700;900&display=swap";body{margin:0;background-color:#121829;color:#fff;font-family:Quicksand,PingFang SC,system-ui,sans-serif;display:flex;justify-content:center;align-items:center;min-height:100vh;overflow:hidden}.game-container{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100vw;height:100vh;padding:16px;box-sizing:border-box}.btn-cartoon{border-radius:999px;border:3px solid #000000;box-shadow:0 6px #000;transition:all .15s cubic-bezier(.175,.885,.32,1.275);cursor:pointer;outline:none}.btn-cartoon:hover{transform:translateY(-3px) scale(1.03);box-shadow:0 9px #000}.btn-cartoon:active{transform:translateY(4px);box-shadow:0 2px #000}.btn-cartoon:disabled{opacity:.5;cursor:not-allowed;transform:none!important;box-shadow:0 4px #000!important}.hud-header{width:100%;max-w:896px;display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;background-color:#1e293b;padding:12px 24px;border-radius:24px;border:4px solid #334155;box-shadow:0 8px #0003}.hud-card{display:flex;align-items:center;gap:12px;background-color:#0f172a;padding:6px 16px;border-radius:16px;border:2px solid #334155}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#0f172a;border-radius:10px}::-webkit-scrollbar-thumb{background:#334155;border-radius:10px;border:2px solid #0f172a}::-webkit-scrollbar-thumb:hover{background:#475569}
