*{margin:0;padding:0;box-sizing:border-box}html,body,#root{width:100%;height:100%;overflow:hidden;background:#000}.app{position:relative;width:100%;height:100%}.camera-feed{position:absolute;top:0;left:0;width:100%;height:100%}.three-canvas{position:absolute;top:0;left:0;width:100%!important;height:100%!important;pointer-events:none}.debug-canvas{position:absolute;top:0;left:0;width:100%!important;height:100%!important;pointer-events:none;z-index:10}.debug-hud{position:absolute;top:8px;left:8px;z-index:200;background:#000000bf;color:#0f0;font-family:monospace;font-size:10px;line-height:1.4;padding:8px;border-radius:6px;pointer-events:none;max-width:55%;white-space:pre;overflow:hidden}.loading-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#000000b3;z-index:100}.loading-content{text-align:center;color:#fff;font-family:system-ui,sans-serif}.loading-content p{margin-top:16px;font-size:16px}.spinner{width:48px;height:48px;border:4px solid rgba(255,255,255,.3);border-top-color:gold;border-radius:50%;margin:0 auto;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.error-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#000000d9;color:#fff;font-family:system-ui,sans-serif;padding:24px;text-align:center;z-index:100}.error-overlay p{margin-bottom:8px;font-size:16px}.flip-btn{position:absolute;top:16px;right:16px;z-index:50;width:48px;height:48px;border:none;border-radius:50%;background:#00000080;color:#fff;font-size:24px;cursor:pointer;display:flex;align-items:center;justify-content:center;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.flip-btn:active{background:#000000b3}.debug-btn{position:absolute;top:16px;right:72px;z-index:50;width:48px;height:48px;border:none;border-radius:50%;background:#00000080;color:#0f0;font-family:monospace;font-size:12px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.debug-btn:active{background:#000000b3}.finger-selector{position:absolute;bottom:0;left:0;right:0;z-index:50;display:flex;justify-content:center;gap:8px;padding:16px 12px;padding-bottom:max(16px,env(safe-area-inset-bottom));background:#00000080;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.finger-btn{min-width:56px;min-height:44px;padding:8px 12px;border:2px solid rgba(255,255,255,.3);border-radius:12px;background:#ffffff1a;color:#fff;font-family:system-ui,sans-serif;font-size:13px;font-weight:500;cursor:pointer;transition:all .15s ease}.finger-btn.active{background:#ffd7004d;border-color:gold;color:gold}.finger-btn:active{transform:scale(.95)}
