*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;min-height:100vh;background:#000;overflow:hidden}#canvas-container{position:fixed;top:0;left:0;width:100%;height:100%}#fullscreen-btn{position:fixed;bottom:16px;right:16px;z-index:1000;width:44px;height:44px;border:none;border-radius:8px;background:#0009;color:#fff;font-size:20px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}#fullscreen-btn:hover{background:#000000d9}#fullscreen-btn:focus{outline:none}
