body,html{padding:0;margin:0;width:100%;min-height:100%;font-size:8px;background:#fff}*{box-sizing:border-box}button{outline:none;cursor:pointer;border:none;padding:0}.PlayerCanvas{position:fixed;width:100%;height:100%}.AppButton{width:72px;height:32px;border-radius:8px;background:#1d1d1d;color:#fff;font-size:1.5rem;font-family:Abel,sans-serif;letter-spacing:1px}.Controller{position:fixed;bottom:0;right:0;width:100%;max-width:480px;height:320;padding:32px;display:flex;justify-content:space-between;flex-wrap:wrap;align-content:flex-start;background:rgba(29,29,29,.25)}.ControllerNP{font-size:2rem;width:100%;height:48px;margin-bottom:16px}.ControllerFileInput,.ControllerNP{font-family:Abel,sans-serif;letter-spacing:1px;color:#1d1d1d;background:#fff;display:flex;justify-content:center;align-items:center;border-radius:8px}.ControllerFileInput{min-width:148px;height:32px;cursor:pointer;font-size:1.5rem}.ControllerFileInput>input[type=file]{display:none}