/* /MainLayout.razor.rz.scp.css */
[b-d9z6qsioin] .brand-appbar {
    background: #1a1f16;
    color: #ffffff;
    border-bottom: 3px solid #79fe0c;
}

[b-d9z6qsioin] .brand-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    color: #ffffff;
}

.brand-logo[b-d9z6qsioin] {
    display: block;
    height: 34px;
    object-fit: contain;
}

[b-d9z6qsioin] .brand-name {
    color: #ffffff;
    line-height: 1;
}

@media (max-width: 600px) {
    .brand-logo[b-d9z6qsioin] {
        width: 30px;
        height: 30px;
    }

    [b-d9z6qsioin] .brand-name {
        display: none;
    }
}
/* /Pages/Index.razor.rz.scp.css */
[b-xr0glixeug] .status-strip,
[b-xr0glixeug] .controls {
    border: 1px solid #d9dee7;
    border-radius: 8px;
    background: #ffffff;
}

[b-xr0glixeug] .video-panel {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 10;
    border: 1px solid #d9dee7;
    border-radius: 8px;
    background: #101418;
}

[b-xr0glixeug] .video-panel video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #101418;
}

.video-label[b-xr0glixeug] {
    position: absolute;
    left: 12px;
    bottom: 12px;
    padding: 4px 8px;
    border-radius: 6px;
    background: rgba(0, 0, 0, 0.62);
    color: #ffffff;
    font-size: 0.875rem;
}

.room-text[b-xr0glixeug] {
    max-width: 100%;
    overflow-wrap: anywhere;
    color: #4b5563;
}

[b-xr0glixeug] .control-stack {
    flex-wrap: wrap;
}
/* /Pages/RoomDetails.razor.rz.scp.css */
.room-page[b-6k8csr4z76] {
    box-sizing: border-box;
    height: calc(100dvh - 48px);
    overflow: hidden;
}

.room-page-stack[b-6k8csr4z76] {
    display: grid;
    gap: 12px;
    grid-template-rows: auto minmax(0, 1fr);
    height: 100%;
    min-height: 0;
}

[b-6k8csr4z76] .room-header {
    gap: 12px;
    flex-wrap: wrap;
    flex: 0 0 auto;
}

.room-shell[b-6k8csr4z76] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(220px, 28%);
    grid-template-rows: minmax(0, 1fr);
    gap: 16px;
    align-items: stretch;
    min-height: 0;
}

.room-shell.video-active[b-6k8csr4z76] {
    grid-template-columns: minmax(320px, 42%) minmax(0, 1fr);
}

[b-6k8csr4z76] .room-actions {
    flex-wrap: wrap;
}

[b-6k8csr4z76] .video-chat-panel {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 0;
    min-width: 0;
    overflow: hidden;
    border: 1px solid #d9dee7;
    border-radius: 8px;
    background: #ffffff;
}

[b-6k8csr4z76] .video-chat-panel.is-hidden {
    display: none;
}

[b-6k8csr4z76] .video-chat-panel.slide-in {
    animation: video-slide-in-b-6k8csr4z76 180ms ease-out;
}

.video-chat-header[b-6k8csr4z76] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px;
    border-bottom: 1px solid #edf0f5;
}

.video-chat-grid[b-6k8csr4z76] {
    display: grid;
    grid-template-rows: 1fr 1fr;
    flex: 1;
    min-height: 0;
    background: #101418;
}

.video-tile[b-6k8csr4z76] {
    position: relative;
    min-height: 0;
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    background: #101418;
}

.video-tile:last-child[b-6k8csr4z76] {
    border-bottom: 0;
}

.video-tile video[b-6k8csr4z76] {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #101418;
}

.video-label[b-6k8csr4z76] {
    position: absolute;
    left: 12px;
    bottom: 12px;
    padding: 4px 8px;
    border-radius: 6px;
    background: rgba(0, 0, 0, 0.62);
    color: #ffffff;
    font-size: 0.875rem;
}

[b-6k8csr4z76] .chat-panel {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 0;
    min-width: 0;
    overflow: hidden;
    border: 1px solid #d9dee7;
    border-radius: 8px;
    background: #ffffff;
}

.chat-messages[b-6k8csr4z76] {
    flex: 1;
    min-height: 0;
    overflow-y: scroll;
    padding: 16px;
}

.chat-empty[b-6k8csr4z76] {
    display: flex;
    min-height: 100%;
    align-items: center;
    justify-content: center;
}

.chat-message-row[b-6k8csr4z76] {
    display: flex;
    margin-bottom: 10px;
}

.chat-message-row:last-child[b-6k8csr4z76] {
    margin-bottom: 0;
}

.chat-message-row.own-message[b-6k8csr4z76] {
    justify-content: flex-end;
}

.chat-message-row.other-message[b-6k8csr4z76] {
    justify-content: flex-start;
}

.chat-message[b-6k8csr4z76] {
    max-width: min(72%, 680px);
    padding: 8px 10px;
    border: 1px solid #d9dee7;
    border-radius: 8px;
    background: #f6f7f9;
}

.own-message .chat-message[b-6k8csr4z76] {
    border-color: #b8d7ff;
    background: #eaf3ff;
}

[b-6k8csr4z76] .chat-message-author {
    display: block;
    margin-bottom: 2px;
    font-weight: 700;
    color: #4b5563;
}

[b-6k8csr4z76] .chat-message-text {
    white-space: pre-wrap;
    overflow-wrap: anywhere;
}

.chat-compose[b-6k8csr4z76] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    align-items: end;
    padding: 12px;
    border-top: 1px solid #edf0f5;
}

[b-6k8csr4z76] .room-list {
    overflow: hidden;
    border: 1px solid #d9dee7;
    border-radius: 8px;
    background: #ffffff;
}

.room-row[b-6k8csr4z76] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 44px;
    padding: 6px 12px;
    border-bottom: 1px solid #edf0f5;
    gap: 12px;
}

.participant-row[b-6k8csr4z76] {
    position: relative;
}

.participant-copy[b-6k8csr4z76] {
    min-width: 0;
}

[b-6k8csr4z76] .video-chat-action {
    opacity: 0;
    pointer-events: none;
    transition: opacity 120ms ease;
}

.participant-row:hover[b-6k8csr4z76]  .video-chat-action,
.participant-row:focus-within[b-6k8csr4z76]  .video-chat-action {
    opacity: 1;
    pointer-events: auto;
}

.room-row:last-child[b-6k8csr4z76] {
    border-bottom: 0;
}

[b-6k8csr4z76] .participant-panel {
    align-self: stretch;
    height: 100%;
    min-height: 0;
    overflow-y: auto;
}

@media (max-width: 900px) {
    .room-page[b-6k8csr4z76] {
        height: auto;
        min-height: calc(100dvh - 48px);
        overflow: visible;
    }

    .room-page-stack[b-6k8csr4z76] {
        display: flex;
        flex-direction: column;
        height: auto;
    }

    .room-shell[b-6k8csr4z76] {
        grid-template-columns: 1fr;
        height: auto;
    }

    .room-shell.video-active[b-6k8csr4z76] {
        grid-template-columns: 1fr;
    }

    [b-6k8csr4z76] .video-chat-panel {
        height: 42vh;
        min-height: 320px;
    }

    [b-6k8csr4z76] .chat-panel {
        height: 58vh;
        min-height: 360px;
    }

    [b-6k8csr4z76] .participant-panel {
        height: auto;
        min-height: 0;
        max-height: none;
    }
}

@media (max-width: 600px) {
    .chat-compose[b-6k8csr4z76] {
        grid-template-columns: 1fr;
    }

    .chat-message[b-6k8csr4z76] {
        max-width: 88%;
    }

    [b-6k8csr4z76] .video-chat-action {
        opacity: 1;
        pointer-events: auto;
    }
}

@keyframes video-slide-in-b-6k8csr4z76 {
    from {
        opacity: 0;
        transform: translateX(-18px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}
/* /Pages/Rooms.razor.rz.scp.css */
[b-clho76ghrg] .room-header {
    gap: 12px;
    flex-wrap: wrap;
}

[b-clho76ghrg] .room-list {
    overflow: hidden;
    border: 1px solid #d9dee7;
    border-radius: 8px;
    background: #ffffff;
}

.room-row[b-clho76ghrg] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 44px;
    padding: 6px 12px;
    border-bottom: 1px solid #edf0f5;
    gap: 12px;
}

.room-row:last-child[b-clho76ghrg] {
    border-bottom: 0;
}

[b-clho76ghrg] .room-name-button {
    justify-content: flex-start;
    min-width: 0;
    padding-inline: 0;
    text-align: left;
    text-transform: none;
    font-weight: 600;
}

[b-clho76ghrg] .room-name-button .mud-button-label {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
