 .chatpro--room{display:flex;flex-direction:column;}.room__header{order:1;}.chatpro-liverooms-stage{order:-1;background:var(--i-background_2);border-bottom:1px solid var(--i-background_3);padding:18px 10px 8px 10px;transition:all 0.3s ease-in-out;container-type:inline-size;container-name:stage;}.chatpro-liverooms-stage.ipsHide{display:none !important;}.chatpro-liverooms-stage-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;}.chatpro-liverooms-stage-title{font-weight:600;font-size:14px;display:flex;align-items:center;gap:6px;}.chatpro-liverooms-live-indicator{background:var(--i-color_negative);color:#fff;font-size:10px;padding:2px 6px;border-radius:4px;text-transform:uppercase;font-weight:bold;animation:pulseLive 1.5s infinite;}@keyframes pulseLive{0%{opacity:0.6;}50%{opacity:1;}100%{opacity:0.6;}}.chatpro-liverooms-stage-controls{display:flex;gap:8px;}.chatpro-liverooms-seats-grid{display:grid;grid-template-columns:repeat(8, 1fr);gap:12px;justify-items:center;align-items:center;}.chatpro-liverooms-seat{display:flex;flex-direction:column;align-items:center;position:relative;width:100%;}.chatpro-liverooms-seat-photo-wrapper{position:relative;width:40px;height:40px;box-sizing:border-box;}.chatpro-liverooms-seat-photo{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:50%;border:2px solid var(--i-background_3);object-fit:cover;cursor:pointer;transition:border-color 0.2s ease;box-sizing:border-box;}.chatpro-liverooms-seat-empty{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:50%;border:2px dashed var(--i-background_3);display:flex;align-items:center;justify-content:center;cursor:pointer;background:rgba(0,0,0,0.02);color:var(--i-color_soft);transition:all 0.2s ease;box-sizing:border-box;font-size:15px;}.chatpro-liverooms-seat-empty:hover{border-color:var(--i-primary);color:var(--i-primary);background:rgba(59, 130, 246, 0.05);}.chatpro-liverooms-seat-photo.is-speaking{border-color:var(--i-color_positive);box-shadow:0 0 10px var(--i-color_positive);animation:speakPulse 1s infinite alternate;}@keyframes speakPulse{from{box-shadow:0 0 4px var(--i-color_positive);}to{box-shadow:0 0 12px var(--i-color_positive);}}.chatpro-liverooms-seat-mute-badge{position:absolute;bottom:-2px;left:-2px;background:var(--i-color_negative);color:white;border-radius:50%;width:18px;height:18px;display:flex;align-items:center;justify-content:center;font-size:10px;border:1px solid var(--i-background_2);}.chatpro-liverooms-seat-name{font-size:11px;margin-top:4px;text-align:center;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--i-color_hard);display:block;width:100%;height:14px;line-height:14px;box-sizing:border-box;}.room__main{order:3;}@container stage (max-width:500px){.chatpro-liverooms-seats-grid{grid-template-columns:repeat(4, 1fr);gap:6px;}.chatpro-liverooms-seat-photo-wrapper, .chatpro-liverooms-seat-empty{width:32px;height:32px;}.chatpro-liverooms-seat-empty i{font-size:12px;}.chatpro-liverooms-seat-name{font-size:10px;margin-top:2px;height:12px;line-height:12px;}.chatpro-liverooms-seat-mute-badge{width:14px;height:14px;font-size:8px;bottom:-1px;left:-1px;}}@media (max-width:480px){.chatpro-liverooms-seats-grid{grid-template-columns:repeat(4, 1fr);gap:6px;}.chatpro-liverooms-seat-photo-wrapper, .chatpro-liverooms-seat-empty{width:32px;height:32px;}.chatpro-liverooms-seat-empty i{font-size:12px;}.chatpro-liverooms-seat-name{font-size:10px;margin-top:2px;height:12px;line-height:12px;}.chatpro-liverooms-seat-mute-badge{width:14px;height:14px;font-size:8px;bottom:-1px;left:-1px;}}.chatpro-liverooms-seat-menu{position:absolute;background:var(--i-background_1);border:1px solid var(--i-background_3);box-shadow:var(--i-shadow_2);border-radius:6px;padding:4px 0;z-index:1000;min-width:120px;}.chatpro-liverooms-seat-menu ul{list-style:none;padding:0;margin:0;}.chatpro-liverooms-seat-menu li{padding:8px 14px;font-size:13px;cursor:pointer;white-space:nowrap;color:var(--i-color_hard);display:flex;align-items:center;gap:8px;transition:background 0.15s ease, color 0.15s ease;}.chatpro-liverooms-seat-menu li:hover{background:var(--i-background_2);color:var(--i-primary);}.chatpro-liverooms-seat-menu li i{font-size:13px;width:16px;text-align:center;}