*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;background:#1e1f22;color:#f2f3f5}.app{height:100%;display:flex;flex-direction:column;overflow:hidden}.entry{margin:auto;width:320px;padding:24px;background:#2b2d31;border-radius:12px;display:flex;flex-direction:column;gap:12px}.entry h1{font-size:20px;margin:0 0 4px}.entry input{padding:10px 12px;border-radius:8px;border:1px solid #3f4147;background:#1e1f22;color:#f2f3f5;font-size:14px}button{padding:10px 14px;border-radius:8px;border:none;background:#3f4147;color:#f2f3f5;cursor:pointer;font-size:14px}button.primary,button.active{background:#5865f2}button:disabled{opacity:.5;cursor:not-allowed}.error{color:#f23f42;font-size:13px}.notice{color:#1e1f22;background:#f0b232;font-size:13px;padding:8px 12px;border-radius:6px}.room{flex:1;min-height:0;display:flex;flex-direction:column}.room-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:#2b2d31}.room-header .info{font-size:13px;color:#b5bac1}.stage{flex:1;display:flex;align-items:center;justify-content:center;background:#000;min-height:0;min-width:0;overflow:hidden;padding-bottom:64px}.grid{align-self:stretch;flex:1;min-height:0;min-width:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));grid-auto-rows:minmax(180px,1fr);gap:8px;padding:8px;overflow:auto}.tile{position:relative;background:#000;border-radius:8px;overflow:hidden;display:flex;align-items:center;justify-content:center;min-width:0;min-height:0}.tile-video{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.tile-video video{max-width:100%;max-height:100%}.tile-label{position:absolute;bottom:6px;left:8px;font-size:12px;color:#fff;background:#0009;padding:2px 8px;border-radius:4px}.tile-quality{position:absolute;top:6px;right:6px;font-size:12px;padding:4px 6px;border-radius:4px;border:none;background:#0009;color:#fff;cursor:pointer}.tile-volume{position:absolute;bottom:8px;right:8px;width:90px;accent-color:#5865f2;cursor:pointer}.placeholder{color:#949ba4;font-size:15px}.participants-panel{position:absolute;top:100%;right:0;margin-top:6px;background:#2b2d31;border:1px solid #3f4147;border-radius:8px;min-width:200px;max-height:260px;overflow-y:auto;z-index:10;box-shadow:0 4px 12px #0006}.participants-panel ul{list-style:none;margin:0;padding:8px}.participants-panel li{padding:6px 8px;font-size:13px;display:flex;align-items:center;gap:6px}.sharing-tag{font-size:11px;color:#5865f2;background:#5865f226;padding:1px 6px;border-radius:4px}.stream-bar{display:flex;flex-wrap:wrap;gap:8px;padding:8px 16px;background:#232428}.stream-chip{font-size:13px;padding:6px 10px}.stream-chip.active{background:#5865f2}
