*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f8f9fa;color:#333;font-family:Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.webrtc-demo{display:flex;flex-direction:column;margin:0 auto;max-width:1400px;min-height:100vh;padding:0 20px}header{align-items:center;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;margin-bottom:20px;padding:20px 0}header h1{color:#2c3e50;font-size:28px;font-weight:600}.connection-status{border-radius:20px;font-size:14px;font-weight:500;padding:8px 16px}.connection-status .connected{color:#2ecc71}.connection-status .disconnected{color:#e74c3c}.error-container{background-color:#fff;border-radius:8px;box-shadow:0 4px 6px #0000001a;margin:40px auto;max-width:600px;padding:30px;text-align:center}.error-container h2{color:#e74c3c;margin-bottom:15px}.error-container p{font-size:16px;line-height:1.6}.error-banner{align-items:center;background-color:#ffebee;border-left:4px solid #e74c3c;border-radius:4px;display:flex;justify-content:space-between;margin-bottom:20px;padding:12px 20px}.error-banner p{color:#c62828;font-weight:500}.error-banner button{background-color:initial;color:#c62828;min-width:auto;padding:5px 10px}.main-content{grid-gap:20px;display:grid;flex:1 1;gap:20px;grid-template-columns:1fr;grid-template-rows:auto auto auto auto}@media (min-width:1024px){.main-content{grid-template-columns:2fr 1fr;grid-template-rows:auto auto}.video-container{grid-column:1;grid-row:1/span 2}.stats-panel{grid-column:2;grid-row:1}.log-panel{grid-column:2;grid-row:2}}.video-container{display:flex;flex-direction:column;gap:20px}@media (min-width:768px){.video-container{flex-direction:row}}.video-wrapper{aspect-ratio:16/9;background-color:#000;border-radius:8px;box-shadow:0 4px 6px #0000001a;flex:1 1;overflow:hidden;position:relative}.video-element{object-fit:cover}.video-element,.video-placeholder{background-color:#2c3e50;height:100%;width:100%}.video-placeholder{align-items:center;display:flex;justify-content:center;transition:background-color .3s ease}.video-placeholder.screen-sharing{background-color:#34495e}.video-stream-view{align-items:center;color:#fff;display:flex;flex-direction:column;height:100%;justify-content:center;text-align:center;width:100%}.placeholder-icon{font-size:48px;margin-bottom:10px}.placeholder-text{font-size:18px;font-weight:500}.screen-sharing-view{background-color:#fff;color:#333;display:flex;flex-direction:column;height:100%;width:100%}.screen-sharing-header{align-items:center;background-color:#f1f1f1;border-bottom:1px solid #ddd;display:flex;justify-content:space-between;padding:10px 15px}.screen-title{font-size:14px;font-weight:500}.screen-sharing-badge{background-color:#e74c3c;border-radius:4px;color:#fff;font-size:12px;font-weight:700;padding:4px 8px}.screen-sharing-content{flex:1 1;overflow-y:auto;padding:20px}.screen-sharing-content h2{color:#2c3e50;font-size:24px;margin-bottom:20px;text-align:center}.screen-sharing-content ul{list-style-type:none;margin:0 auto;max-width:80%}.screen-sharing-content li{background-color:#f8f9fa;border-left:4px solid #3498db;border-radius:4px;margin-bottom:15px;padding:10px 15px}.remote-viewing-screen{align-items:center;color:#fff;display:flex;flex-direction:column;height:100%;justify-content:center;position:relative;text-align:center;width:100%}.remote-viewing-icon{font-size:48px;margin-bottom:10px}.remote-viewing-text{background-color:#3498dbcc;border-radius:20px;font-size:18px;font-weight:500;padding:8px 16px}.controls{gap:15px;margin:20px 0}.controls,button{display:flex;justify-content:center}button{align-items:center;background-color:#3498db;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:16px;font-weight:500;min-width:150px;padding:10px 20px;transition:background-color .2s}button:hover{background-color:#2980b9}button:disabled{background-color:#95a5a6;cursor:not-allowed}button.active{background-color:#e74c3c}button.active:hover{background-color:#c0392b}.stats-panel{background-color:#fff;border-radius:8px;box-shadow:0 2px 4px #0000000d;padding:20px}.stats-panel h3{border-bottom:1px solid #e0e0e0;color:#2c3e50;font-size:18px;font-weight:600;margin-bottom:15px;padding-bottom:10px}.stats-grid{grid-gap:15px;display:grid;gap:15px;grid-template-columns:1fr 1fr}.stat-item{display:flex;flex-direction:column}.stat-label{color:#7f8c8d;font-size:14px;margin-bottom:5px}.stat-value{color:#2c3e50;font-size:16px;font-weight:500}.log-panel{background-color:#fff;border-radius:8px;box-shadow:0 2px 4px #0000000d;display:flex;flex-direction:column;padding:20px}.log-panel h3{border-bottom:1px solid #e0e0e0;color:#2c3e50;font-size:18px;font-weight:600;margin-bottom:15px;padding-bottom:10px}.log-container{background-color:#f8f9fa;border-radius:4px;flex:1 1;font-family:monospace;font-size:14px;max-height:300px;overflow-y:auto;padding:10px}.log-entry{border-bottom:1px solid #ecf0f1;color:#34495e;padding:5px 0}.video-label{background-color:#0009;border-radius:4px;bottom:10px;color:#fff;font-size:14px;left:10px;padding:5px 10px;position:absolute}@media (max-width:768px){.video-placeholder.screen-sharing{border-width:3px}.placeholder-badge{font-size:14px;padding:8px 12px}.screen-window{height:85%;width:95%}}.video-placeholder.screen-sharing .screen-content{display:flex!important;opacity:1!important;visibility:visible!important}footer{border-top:1px solid #e0e0e0;display:flex;flex-wrap:wrap;gap:30px;margin-top:40px;padding:30px 0}footer>div{flex:1 1;min-width:250px}footer h3{color:#2c3e50;font-size:18px;font-weight:600;margin-bottom:15px}footer ul{list-style-type:none}footer li{color:#34495e;margin-bottom:8px;padding-left:20px;position:relative}footer li:before{color:#2ecc71;content:"✓";font-weight:700;left:0;position:absolute}
/*# sourceMappingURL=main.acef5c98.css.map*/