.vr-entry-skeleton{pointer-events:none;-webkit-user-select:none;user-select:none}.vr-entry-skeleton--seats{grid-template-columns:repeat(3, var(--ctv-width));width:max-content;min-width:min(100%, var(--ctv-row-width));min-height:var(--ctv-height);gap:0;margin:0 auto;padding:0;display:grid}.vr-entry-skeleton__seat{width:var(--ctv-width);height:var(--ctv-height);aspect-ratio:auto;background:linear-gradient(90deg,#e2e8f0 25%,#f1f5f9 50%,#e2e8f0 75%) 0 0/200% 100%;border:none;border-right:1px solid #ddd;border-radius:0;animation:1.2s ease-in-out infinite vr-entry-skeleton-shimmer}.vr-entry-skeleton--chat{box-sizing:border-box;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;flex-direction:column;gap:10px;height:100%;min-height:160px;padding:10px 12px;display:flex}.vr-entry-skeleton__chat-line{background:linear-gradient(90deg,#e2e8f0 25%,#f1f5f9 50%,#e2e8f0 75%) 0 0/200% 100%;border-radius:4px;height:14px;animation:1.2s ease-in-out infinite vr-entry-skeleton-shimmer}.vr-entry-skeleton__chat-line:nth-child(odd){width:72%}.vr-entry-skeleton__chat-line:nth-child(2n){width:58%}.vr-entry-skeleton--mic-queue{background:#f8fafc;flex-direction:column;gap:8px;padding:8px 10px;display:flex}.vr-entry-skeleton--member-list{background:#f8fafc;flex-direction:column;gap:8px;height:100%;min-height:200px;padding:8px 10px;display:flex}.vr-entry-skeleton__member-row{background:linear-gradient(90deg,#e2e8f0 25%,#f1f5f9 50%,#e2e8f0 75%) 0 0/200% 100%;border-radius:6px;height:42px;animation:1.2s ease-in-out infinite vr-entry-skeleton-shimmer}.vr-entry-skeleton--input-bar{background:linear-gradient(90deg,#e2e8f0 25%,#f1f5f9 50%,#e2e8f0 75%) 0 0/200% 100%;border-radius:8px;height:52px;margin:8px 12px;animation:1.2s ease-in-out infinite vr-entry-skeleton-shimmer}.vr-entry-skeleton__mic-row{background:linear-gradient(90deg,#e2e8f0 25%,#f1f5f9 50%,#e2e8f0 75%) 0 0/200% 100%;border-radius:6px;height:36px;animation:1.2s ease-in-out infinite vr-entry-skeleton-shimmer}@keyframes vr-entry-skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}
