*,*:before,*:after{box-sizing:border-box;-webkit-tap-highlight-color:transparent}.mobile-remote-control{display:flex;flex-direction:column;height:100svh;height:100dvh;background:#0a0a0f;color:#e2e8f0;font-family:SF Pro Display,-apple-system,Helvetica Neue,sans-serif;padding-top:env(safe-area-inset-top,0px);padding-bottom:env(safe-area-inset-bottom,0px);padding-left:env(safe-area-inset-left,0px);padding-right:env(safe-area-inset-right,0px);overflow:hidden;overscroll-behavior:none}.status-bar{display:flex;align-items:center;gap:8px;padding:8px 16px;background:#ffffff0a;border-bottom:1px solid rgba(255,255,255,.06);flex-shrink:0;min-height:44px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.status-bar::-webkit-scrollbar{display:none}.status-indicator{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:20px;font-size:12px;font-weight:600;letter-spacing:.02em;white-space:nowrap;flex-shrink:0}.status-indicator:before{content:"";width:6px;height:6px;border-radius:50%;background:currentColor;opacity:.8}.status-indicator.disconnected{background:#6b728040;color:#9ca3af}.status-indicator.connecting{background:#f59e0b33;color:#fbbf24}.status-indicator.connected{background:#10b98133;color:#34d399}.status-indicator.streaming{background:#3b82f633;color:#60a5fa}.status-indicator.streaming:before{animation:blink 1.4s ease-in-out infinite}.status-indicator.error{background:#ef444433;color:#f87171}@keyframes blink{0%,to{opacity:1}50%{opacity:.2}}.device-info{font-size:11px;color:#6b7280;white-space:nowrap;flex-shrink:0}.battery-info{font-size:11px;color:#6b7280;white-space:nowrap;flex-shrink:0;margin-left:4px}.error-message{font-size:11px;color:#f87171;white-space:nowrap;flex-shrink:0}.video-container{position:relative;flex:1 1 0;min-height:0;background:#000;display:flex;align-items:center;justify-content:center;overflow:hidden}.video-player{display:block;width:100%;height:100%;object-fit:contain;cursor:crosshair;touch-action:none;user-select:none;-webkit-user-select:none}.video-canvas{display:none;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain;touch-action:none;cursor:crosshair;user-select:none;-webkit-user-select:none;z-index:5}.video-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;background:#000000d9;color:#6b7280;font-size:14px;font-weight:500;z-index:10;pointer-events:none}.video-placeholder:before{content:"";width:36px;height:36px;border:2px solid rgba(255,255,255,.08);border-top-color:#60a5fa;border-radius:50%;animation:spin .9s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.control-buttons{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:10px 16px;padding-bottom:max(10px,env(safe-area-inset-bottom,10px));background:#0a0a14f7;border-top:1px solid rgba(255,255,255,.07);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);flex-shrink:0;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.control-buttons::-webkit-scrollbar{display:none}.control-buttons>button{padding:0 18px;height:42px;border:none;border-radius:12px;font-size:13px;font-weight:600;cursor:pointer;transition:opacity .15s,transform .1s;white-space:nowrap;flex-shrink:0;-webkit-appearance:none}.control-buttons>button:first-child{background:#2563eb;color:#fff}.control-buttons>button:nth-child(2){background:#ef44441f;color:#f87171;border:1px solid rgba(239,68,68,.25)}.control-buttons>button:active:not(:disabled){opacity:.65;transform:scale(.95)}.control-buttons button:disabled{opacity:.3;cursor:default}.quick-keys{display:flex;gap:6px;flex-shrink:0;margin-left:auto}.quick-keys button{width:44px;height:42px;padding:0;border:none;border-radius:12px;background:#ffffff12;color:#d1d5db;font-size:11px;font-weight:600;cursor:pointer;transition:background .12s,transform .1s;-webkit-appearance:none;flex-shrink:0}.quick-keys button:active:not(:disabled){background:#ffffff26;transform:scale(.91)}.touch-indicator{position:absolute;width:24px;height:24px;background:#ffffff38;border-radius:50%;pointer-events:none;transform:translate(-50%,-50%) scale(.5);animation:ripple .38s ease-out forwards}@keyframes ripple{to{opacity:0;transform:translate(-50%,-50%) scale(2)}}@media (orientation: landscape) and (max-height: 500px){.mobile-remote-control{flex-direction:row}.status-bar{display:none}.video-container{flex:1 1 0;min-height:0}.control-buttons{flex-direction:column;justify-content:center;align-items:stretch;border-top:none;border-left:1px solid rgba(255,255,255,.06);padding:16px 10px;padding-right:max(10px,env(safe-area-inset-right,10px));padding-bottom:max(10px,env(safe-area-inset-bottom,10px));width:auto;min-width:64px;height:100%;overflow-y:auto;overflow-x:hidden;gap:10px}.control-buttons>button{width:100%;height:40px;padding:0 10px;font-size:12px}.quick-keys{flex-direction:column;margin-left:0;margin-top:4px;gap:6px}.quick-keys button{width:100%}}@media (min-width: 768px){.mobile-remote-control{flex-direction:row;align-items:stretch}.status-bar{display:none}.video-container{flex:0 0 auto;width:min(50vw,460px);height:100dvh;border-right:1px solid rgba(255,255,255,.06)}.control-buttons{flex:1;flex-direction:column;justify-content:center;align-items:flex-start;border-top:none;padding:32px 28px;gap:12px;overflow:visible}.control-buttons>button{width:160px;height:44px;font-size:14px}.quick-keys{flex-wrap:wrap;margin-left:0;margin-top:8px}.quick-keys button{width:58px;height:44px;font-size:12px}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#1a1a2e;color:#fff;min-height:100vh}#root{width:100%;min-height:100vh}
