body{background-color:#000;color:#fff;font-family:-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;margin:0;overflow:hidden}.container{height:100vh;display:flex;align-items:center;justify-content:center;padding:20px;background:radial-gradient(circle at top,#1e1e2e,#000)}.scan-container{width:100%;max-width:400px;text-align:center}.scan-container h1{font-size:32px;margin-bottom:30px}.url-input{width:100%;padding:16px;background:#222;border:1px solid #333;border-radius:12px;color:#fff;font-size:16px;margin-bottom:16px;box-sizing:border-box}.connect-btn{width:100%;padding:16px;background:#2563eb;border:none;border-radius:12px;color:#fff;font-weight:700;font-size:16px}.main-interface{display:flex;flex-direction:column;height:100vh;width:100vw;background:#050505}.top-bar{padding:10px;background:#111;display:flex;gap:8px;overflow-x:auto}.control-btn{background:#222;border:1px solid #333;color:#ccc;min-width:44px;height:44px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:18px;cursor:pointer;flex-shrink:0}.control-btn.red{background:#450a0a;border-color:#7f1d1d;color:#fca5a5;font-weight:700;font-size:12px;width:auto;padding:0 12px}.control-btn.blue{background:#172554;border-color:#1e3a8a;color:#60a5fa}.control-btn.active{background:#2563eb;color:#fff;border-color:#3b82f6}.clipboard-bar{display:flex;gap:8px;padding:0 10px 10px;background:#111;border-bottom:1px solid #222}.clip-input{flex:1;background:#222;border:1px solid #333;color:#fff;padding:10px;border-radius:6px;font-size:14px}.clip-btn{padding:0 12px;border-radius:6px;border:none;font-size:11px;font-weight:700;cursor:pointer}.clip-btn.to{background:#1e3a8a;color:#93c5fd;border:1px solid #2563eb}.clip-btn.from{background:#064e3b;color:#6ee7b7;border:1px solid #059669}.screen-area{flex:1;position:relative;background:#000;overflow:hidden;touch-action:none;display:flex;align-items:center;justify-content:center}.desktop-stream{max-width:100%;max-height:100%;object-fit:contain;-webkit-user-select:none;user-select:none;pointer-events:none}.loading-msg{color:#444;font-size:14px}.mouse-bar{height:80px;background:#111;display:flex;border-top:1px solid #222}.mouse-btn{flex:1;background:#1a1a1a;border:none;color:#888;font-weight:700;font-size:14px;cursor:pointer;transition:background .1s;border-right:1px solid #222}.mouse-btn:active{background:#333;color:#fff}.mouse-btn:last-child{border-right:none}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#0f0f0f;color:#fff;overflow-x:hidden;-webkit-tap-highlight-color:transparent}#root{min-height:100vh}
