:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html,body{height:100%;overflow:hidden;margin:0;padding:0}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}#root{max-width:100%;margin:0;padding:0;text-align:center;height:100vh;overflow:hidden}*{box-sizing:border-box}body{margin:0;padding:0;overflow:hidden}.app-container{height:100vh;display:flex;flex-direction:column;background:linear-gradient(135deg,#1a1a2e,#16213e,#0f3460);color:#fff;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;overflow:hidden}.app-header{padding:1rem 2rem;background:#0000004d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.1);flex-shrink:0}.app-header h1{margin:0;font-size:2.5rem;background:linear-gradient(90deg,#4cc9f0,#4361ee);-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-shadow:0 2px 4px rgba(0,0,0,.2)}.app-header p{margin:.5rem 0 0;color:#a9d6e5;font-size:1.1rem}.app-main{flex:1;display:flex;padding:0;margin:0;overflow:hidden}.content-wrapper{display:flex;flex:1;gap:2rem;width:100%;padding:2rem;overflow:hidden}.video-section{flex:3;display:flex;flex-direction:column;overflow:hidden;gap:1.5rem}.controls-section{flex:2;display:flex;flex-direction:column;overflow:hidden}.video-container{position:relative;width:100%;border-radius:12px;overflow:hidden;box-shadow:0 10px 30px #00000080;background:#000;flex:1;min-height:0}.video-canvas{width:100%;height:100%;object-fit:cover;background:linear-gradient(45deg,#222,#444)}.video-overlay{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.status-indicator{position:absolute;top:20px;right:20px;padding:8px 16px;border-radius:20px;font-weight:700;font-size:.9rem;text-transform:uppercase;letter-spacing:1px;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.status-indicator.publishing{background:#f00c;color:#fff;box-shadow:0 0 10px #ff000080;animation:pulse 1.5s infinite}.status-indicator.idle{background:#646464cc;color:#fff}@keyframes pulse{0%{opacity:1}50%{opacity:.7}to{opacity:1}}.stream-controls-bottom{background:#1e1e2eb3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:1.5rem;box-shadow:0 8px 32px #0000004d;border:1px solid rgba(255,255,255,.1)}.stream-controls-bottom .control-group input{width:100%;padding:1rem;font-family:monospace}.button-group{margin-top:1.5rem;display:flex;justify-content:center}.publish-button,.stop-button{padding:1rem 2rem;font-size:1.1rem;font-weight:600;border-radius:8px;border:none;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px;width:100%}.publish-button{background:linear-gradient(90deg,#4361ee,#3a0ca3);color:#fff;box-shadow:0 4px 20px #4361ee66}.publish-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 25px #4361ee99}.publish-button:disabled{opacity:.6;cursor:not-allowed}.stop-button{background:linear-gradient(90deg,#f72585,#b5179e);color:#fff;box-shadow:0 4px 20px #f7258566}.stop-button:hover{transform:translateY(-2px);box-shadow:0 6px 25px #f7258599}.controls-container{background:#1e1e2eb3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:1.5rem;box-shadow:0 8px 32px #0000004d;border:1px solid rgba(255,255,255,.1);height:100%;display:flex;flex-direction:column;overflow-y:auto}.device-controls{display:flex;flex-direction:column;margin-bottom:2rem}.device-controls h3,.settings-container h3{margin-top:0;margin-bottom:1rem;color:#4cc9f0;text-align:left;font-size:1.3rem}.settings-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;margin-bottom:1.5rem}.control-group{display:flex;flex-direction:column;text-align:left}.control-group label{margin-bottom:.5rem;font-weight:500;color:#a9d6e5}.control-group input,.control-group select{padding:.8rem;border-radius:8px;border:1px solid rgba(255,255,255,.2);background:#141424cc;color:#fff;font-size:1rem;transition:all .3s ease}.control-group input:focus,.control-group select:focus{outline:none;border-color:#4361ee;box-shadow:0 0 0 2px #4361ee4d}.control-group input:disabled,.control-group select:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 1024px){.content-wrapper{flex-direction:column}.video-section,.controls-section{flex:1}.settings-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}}@media (max-width: 768px){.content-wrapper{padding:1rem}.settings-grid{grid-template-columns:1fr}.app-header h1{font-size:2rem}.controls-container{max-height:unset}}
