*{box-sizing:border-box}html,body{margin:0;height:100%;overflow:hidden;background:#000;font-family:Arial,Helvetica,sans-serif}#background-container{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-1;background-size:cover;background-position:center center}#shortcuts-section{display:flex;flex-wrap:wrap;gap:6px}.shortcut-item{font-size:9px;color:#666;display:flex;align-items:center;gap:4px}.shortcut-item .key{background:#333;color:#aaa;padding:2px 6px;border-radius:3px;font-size:8px;font-weight:700;border:1px solid #444}#ui-toggle,#immersive-toggle{position:fixed;top:10px;z-index:100;width:36px;height:36px;border-radius:50%;background:#000c;color:#fff;border:1px solid #444;font-size:16px;cursor:pointer;transition:all .2s}#ui-toggle{right:10px}#immersive-toggle{right:52px;font-size:14px}#ui-toggle:hover,#immersive-toggle:hover{background:#333;border-color:#666}#ui-toggle.active,#immersive-toggle.active{background:#fff;color:#000}body.immersive{cursor:none}body.immersive #ui-toggle,body.immersive #immersive-toggle,body.immersive #control-panel{opacity:0;pointer-events:none;transition:opacity .3s}body.immersive:hover #immersive-toggle{opacity:.3;pointer-events:auto}body.immersive:hover #immersive-toggle:hover{opacity:1}#control-panel{position:fixed;top:50px;right:10px;z-index:10;background:#000000e6;border-radius:8px;width:220px;max-height:calc(100vh - 70px);overflow-y:auto;transition:all .3s ease}#control-panel.hidden{transform:translate(240px);opacity:0;pointer-events:none}.panel-section{padding:10px;border-bottom:1px solid #333}.panel-section:last-child{border-bottom:none}.section-title{font-size:9px;color:#666;text-transform:uppercase;letter-spacing:1px;margin-bottom:8px}.button-row{display:flex;gap:4px;flex-wrap:wrap}.button-row button{flex:1;min-width:40px}#control-panel button{font-size:10px;background:#222;color:#ccc;border:1px solid #444;padding:6px 8px;border-radius:4px;cursor:pointer;transition:all .2s;width:100%;margin-bottom:6px}#control-panel button:hover{background:#333;border-color:#555}#control-panel button.active{background:#fff;color:#000;border-color:#fff}.button-row button{margin-bottom:0}#control-panel input[type=file]{font-size:9px;color:#888;background:#1a1a1a;border:1px solid #333;padding:6px;border-radius:4px;width:100%;margin-bottom:6px}#control-panel audio{width:100%;height:36px;border-radius:4px}.control-group{display:flex;align-items:center;gap:8px;font-size:10px;color:#888;margin-bottom:6px}.control-group:last-child{margin-bottom:0}.control-group label{min-width:60px;flex-shrink:0;font-size:9px}.control-group input[type=range]{flex:1;height:4px;background:#333;-webkit-appearance:none;border-radius:2px}.control-group input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;width:12px;height:12px;border-radius:50%;background:#fff;cursor:pointer}.control-group input[type=checkbox]{width:14px;height:14px;accent-color:#fff}#control-panel::-webkit-scrollbar{width:4px}#control-panel::-webkit-scrollbar-track{background:transparent}#control-panel::-webkit-scrollbar-thumb{background:#444;border-radius:2px}@media(max-width:768px){#control-panel{width:calc(100vw - 20px);right:10px;left:10px;max-height:50vh}#control-panel.hidden{transform:translateY(-100%)}.control-group label{min-width:50px}}@media(max-width:480px){#control-panel{top:50px}}@media(hover:none)and (pointer:coarse){#ui-toggle{width:44px;height:44px;font-size:20px}#control-panel button{min-height:40px}.control-group input[type=range]{height:8px}.control-group input[type=range]::-webkit-slider-thumb{width:20px;height:20px}#control-panel audio{height:44px}}
