/* _content/lycanthrope/Components/Layout/MainLayout.razor.rz.scp.css */
.main-shell[b-hy6nyd5ua7] {
    min-height: 100vh;
}

#blazor-error-ui[b-hy6nyd5ua7] {
    display: none;
    position: fixed;
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    z-index: 1000;
    padding: 0.9rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: linear-gradient(135deg, rgba(111, 11, 11, 0.96), rgba(21, 5, 5, 0.96));
    color: #f5ede2;
    box-shadow: 0 1.5rem 3rem rgba(0, 0, 0, 0.45);
}

#blazor-error-ui .reload[b-hy6nyd5ua7],
#blazor-error-ui .dismiss[b-hy6nyd5ua7] {
    color: inherit;
}

#blazor-error-ui .dismiss[b-hy6nyd5ua7] {
    cursor: pointer;
    position: absolute;
    right: 0.9rem;
    top: 0.75rem;
}
/* _content/lycanthrope/Components/Pages/Game.razor.rz.scp.css */
.game-shell[b-8mb9v5ghte] {
    position: relative;
    min-height: 100vh;
    height: 100vh;
    padding: 2rem;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    overflow-x: hidden;
    overflow-y: hidden;
    scrollbar-gutter: stable;
    background:
        linear-gradient(180deg, rgba(2, 2, 2, 0.9), rgba(2, 2, 2, 0.97)),
        radial-gradient(circle at top, rgba(161, 20, 20, 0.2), transparent 35%),
        /* url('/lycanthrope.webp') center top / cover no-repeat, */
        #020202;
    color: var(--bone-0);
}

.game-shell[b-8mb9v5ghte]::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0)),
        radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.03), transparent 35%);
    pointer-events: none;
}

.game-panel[b-8mb9v5ghte] {
    position: relative;
    z-index: 1;
    width: min(84rem, 100%);
    height: calc(100vh - 4rem);
    min-height: 0;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    border: 1px solid var(--line-1);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01)),
        var(--panel-0);
    box-shadow: var(--shadow-0);
    backdrop-filter: blur(0.45rem);
    animation: game-rise-b-8mb9v5ghte 420ms ease-out both;
}

.game-panel[b-8mb9v5ghte]::after {
    content: "";
    position: absolute;
    inset: 0.75rem;
    border: 1px solid rgba(255, 255, 255, 0.04);
    pointer-events: none;
}

.game-header[b-8mb9v5ghte] {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    align-items: flex-start;
    margin-bottom: 1.5rem;
}

.game-titleblock[b-8mb9v5ghte] {
    max-width: 42rem;
}

.game-overline[b-8mb9v5ghte] {
    margin: 0 0 0.35rem;
    text-transform: uppercase;
    letter-spacing: 0.34em;
    font-size: 0.72rem;
    color: var(--bone-0);
}

.game-header h1[b-8mb9v5ghte] {
    margin: 0;
    font-family: var(--display-font);
    font-size: clamp(3rem, 6vw, 5rem);
    line-height: 0.95;
    color: #d12222;
    text-shadow: 0 0.45rem 1.4rem rgba(0, 0, 0, 0.45);
}

.game-subtitle[b-8mb9v5ghte] {
    margin: 0.8rem 0 0;
    max-width: 38rem;
    font-size: 1.3rem;
    color: var(--bone-0);
}

.game-meta[b-8mb9v5ghte] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
    justify-content: end;
    gap: 0.75rem;
    width: min(46rem, 100%);
}

.game-meta-chip[b-8mb9v5ghte] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.2rem;
    padding: 0.85rem 1rem;
    border: 1px solid var(--line-0);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01));
}

.game-meta-chip-omen[b-8mb9v5ghte] {
    grid-column: 1 / -1;
}

.game-meta-chip-omen span[b-8mb9v5ghte] {
    font-size: 0.94rem;
    line-height: 1.4;
}

.game-meta-chip strong[b-8mb9v5ghte] {
    font-size: 0.72rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--bone-0);
}

.game-meta-chip span[b-8mb9v5ghte] {
    font-size: 1.08rem;
    color: var(--bone-0);
}

.game-banner[b-8mb9v5ghte] {
    margin: 0 0 1rem;
    padding: 0.8rem 1rem;
    border-left: 3px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.03);
}

.game-message[b-8mb9v5ghte] {
    color: var(--bone-0);
}

.game-message-error[b-8mb9v5ghte] {
    border-left-color: rgba(209, 48, 48, 0.8);
    color: #ffb0b0;
    background: rgba(161, 20, 20, 0.12);
}

.game-grid[b-8mb9v5ghte] {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
    grid-template-areas: "command roster";
    flex: 1 1 auto;
    min-height: 0;
    align-items: stretch;
    gap: 1rem;
    margin-top: 1rem;
}

.game-card[b-8mb9v5ghte] {
    padding: 1.25rem;
    border: 1px solid var(--line-0);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.015)),
        var(--panel-1);
}

.game-card h2[b-8mb9v5ghte] {
    margin: 0.1rem 0 0;
    font-size: 1.8rem;
    color: var(--bone-0);
}

.game-section-header[b-8mb9v5ghte] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: flex-start;
    margin-bottom: 1rem;
}

.game-section-kicker[b-8mb9v5ghte] {
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.22em;
    font-size: 0.72rem;
    color: var(--bone-0);
}

.game-section-stat[b-8mb9v5ghte] {
    padding: 0.35rem 0.65rem;
    border: 1px solid rgba(209, 48, 48, 0.24);
    color: #efcfcf;
    background: rgba(161, 20, 20, 0.1);
}

.game-private[b-8mb9v5ghte] {
    padding: 0.75rem 0.9rem;
    border-left: 2px solid rgba(209, 48, 48, 0.55);
    background: rgba(161, 20, 20, 0.08);
    color: #ffd6d6;
}

.game-story[b-8mb9v5ghte] {
    margin-top: 1rem;
}

.game-story-pane[b-8mb9v5ghte] {
    display: grid;
    gap: 0.65rem;
}

.game-story-pane-role[b-8mb9v5ghte] {
    min-width: 0;
}

.game-story-text[b-8mb9v5ghte],
.game-story-progress[b-8mb9v5ghte] {
    margin: 0;
}

.game-command[b-8mb9v5ghte] {
    grid-area: command;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    min-height: 0;
}

.game-roster-card[b-8mb9v5ghte] {
    grid-area: roster;
    display: flex;
    min-height: 0;
}

.game-decision[b-8mb9v5ghte] {
    display: grid;
    gap: 1rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.game-roster[b-8mb9v5ghte] {
    display: grid;
    gap: 0.75rem;
    align-content: start;
    flex: 1 1 auto;
    min-height: 0;
    padding-right: 0.25rem;
    overflow-y: auto;
}

.game-player[b-8mb9v5ghte] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    min-height: 5.5rem;
    padding: 0.95rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(255, 255, 255, 0.02);
}

.game-player-dead[b-8mb9v5ghte] {
    opacity: 1;
    border-color: rgba(209, 48, 48, 0.22);
    background: rgba(161, 20, 20, 0.08);
}

.game-player-identity[b-8mb9v5ghte] {
    display: flex;
    align-items: center;
    gap: 0.85rem;
}

.game-player-mark[b-8mb9v5ghte] {
    width: 0.7rem;
    height: 0.7rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.2);
}

.game-player-mark-alive[b-8mb9v5ghte] {
    background: #e7e7e7;
    box-shadow: 0 0 0.9rem rgba(255, 255, 255, 0.32);
}

.game-player-mark-dead[b-8mb9v5ghte] {
    background: rgba(209, 48, 48, 0.72);
    box-shadow: 0 0 0.75rem rgba(161, 20, 20, 0.42);
}

.game-player-badges[b-8mb9v5ghte] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    margin-top: 0.25rem;
}

.game-badge[b-8mb9v5ghte] {
    display: inline-flex;
    align-items: center;
    padding: 0.15rem 0.45rem;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    border: 1px solid rgba(209, 48, 48, 0.22);
    background: rgba(161, 20, 20, 0.11);
    color: #f3d1d1;
}

.game-targets[b-8mb9v5ghte],
.game-actions[b-8mb9v5ghte] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.game-chat[b-8mb9v5ghte] {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    min-height: 0;
    padding-top: 0.25rem;
}

.game-chat-log[b-8mb9v5ghte] {
    display: grid;
    flex: 1 1 auto;
    gap: 0.75rem;
    min-height: 0;
    padding-right: 0.25rem;
    overflow-y: auto;
}

.game-chat-empty[b-8mb9v5ghte],
.game-chat-note[b-8mb9v5ghte] {
    margin: 0 0 1rem;
    color: var(--bone-0);
    font-style: italic;
}

.game-chat-message[b-8mb9v5ghte] {
    padding: 0.85rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(255, 255, 255, 0.02);
}

.game-chat-message-self[b-8mb9v5ghte] {
    border-color: rgba(209, 48, 48, 0.28);
    background: linear-gradient(90deg, rgba(161, 20, 20, 0.1), rgba(255, 255, 255, 0.02));
}

.game-chat-message-system[b-8mb9v5ghte] {
    border-color: rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.035);
}

.game-chat-meta[b-8mb9v5ghte] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 0.35rem;
    color: var(--bone-0);
    font-size: 0.95rem;
}

.game-chat-meta-system[b-8mb9v5ghte] {
    justify-content: flex-end;
}

.game-chat-message p[b-8mb9v5ghte] {
    margin: 0;
    font-size: 1.08rem;
}

.game-chat-compose[b-8mb9v5ghte] {
    display: flex;
    gap: 0.75rem;
    margin-top: 1rem;
}

.game-chat-input[b-8mb9v5ghte],
.game-button[b-8mb9v5ghte] {
    min-height: 3.1rem;
}

.game-chat-input[b-8mb9v5ghte] {
    flex: 1;
    min-width: 0;
    padding: 0.8rem 0.9rem;
    border: 1px solid var(--line-0);
    background: rgba(3, 3, 4, 0.92);
    color: var(--bone-0);
}

.game-chat-input[b-8mb9v5ghte]::placeholder {
    color: rgba(255, 255, 255, 0.72);
}

.game-button[b-8mb9v5ghte] {
    padding: 0.8rem 1rem;
    border: 1px solid var(--line-1);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01)),
        rgba(5, 5, 6, 0.92);
    color: var(--bone-0);
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-size: 0.84rem;
    transition: transform 150ms ease, border-color 150ms ease, background-color 150ms ease;
}

.game-button:hover:not(:disabled)[b-8mb9v5ghte] {
    transform: translateY(-1px);
    border-color: rgba(209, 48, 48, 0.45);
}

.game-button-active[b-8mb9v5ghte],
.game-button-primary[b-8mb9v5ghte] {
    border-color: rgba(209, 48, 48, 0.54);
    background:
        linear-gradient(180deg, rgba(209, 48, 48, 0.22), rgba(82, 9, 9, 0.34)),
        rgba(5, 5, 6, 0.92);
    color: #fff2f2;
}

.game-button:disabled[b-8mb9v5ghte] {
    opacity: 0.45;
}

.game-actions[b-8mb9v5ghte] {
    margin-top: 0;
}

.game-link[b-8mb9v5ghte] {
    color: var(--bone-0);
}

@keyframes game-rise-b-8mb9v5ghte {
    from {
        opacity: 0;
        transform: translateY(1.2rem);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 960px) {
    .game-shell[b-8mb9v5ghte] {
        height: auto;
        overflow-y: auto;
    }

    .game-panel[b-8mb9v5ghte] {
        height: auto;
    }

    .game-grid[b-8mb9v5ghte] {
        flex: initial;
        grid-template-columns: 1fr;
        grid-template-areas:
            "command"
            "roster";
        min-height: auto;
    }

    .game-roster-card[b-8mb9v5ghte],
    .game-command[b-8mb9v5ghte],
    .game-chat[b-8mb9v5ghte] {
        min-height: auto;
    }

    .game-roster[b-8mb9v5ghte],
    .game-chat-log[b-8mb9v5ghte] {
        flex: initial;
        min-height: auto;
    }
}

@media (max-width: 720px) {
    .game-shell[b-8mb9v5ghte] {
        padding: 1rem;
    }

    .game-panel[b-8mb9v5ghte] {
        padding: 1.25rem;
    }

    .game-header[b-8mb9v5ghte],
    .game-section-header[b-8mb9v5ghte],
    .game-player[b-8mb9v5ghte],
    .game-chat-compose[b-8mb9v5ghte] {
        flex-direction: column;
        align-items: flex-start;
    }

    .game-meta[b-8mb9v5ghte] {
        width: 100%;
    }

    .game-chat-input[b-8mb9v5ghte],
    .game-button[b-8mb9v5ghte] {
        width: 100%;
    }
}
/* _content/lycanthrope/Components/Pages/Lobby.razor.rz.scp.css */
.lobby-shell[b-y3nrm6gep6] {
    position: relative;
    min-height: 100vh;
    padding: 2rem;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-gutter: stable;
    background:
        linear-gradient(180deg, rgba(2, 2, 2, 0.88), rgba(2, 2, 2, 0.96)),
        radial-gradient(circle at top, rgba(161, 20, 20, 0.22), transparent 36%),
        /* url('/lycanthrope.webp') top center / cover no-repeat, */
        #020202;
    color: var(--bone-0);
}

.lobby-shell[b-y3nrm6gep6]::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.02) 0, rgba(255, 255, 255, 0) 18%),
        linear-gradient(0deg, rgba(255, 255, 255, 0.015) 0, rgba(255, 255, 255, 0) 22%);
    pointer-events: none;
    mix-blend-mode: screen;
}

.lobby-panel[b-y3nrm6gep6] {
    position: relative;
    z-index: 1;
    width: min(78rem, 100%);
    padding: 2rem;
    border: 1px solid var(--line-1);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01)),
        var(--panel-0);
    box-shadow: var(--shadow-0);
    backdrop-filter: blur(0.45rem);
    animation: lobby-rise-b-y3nrm6gep6 420ms ease-out both;
}

.lobby-panel[b-y3nrm6gep6]::after {
    content: "";
    position: absolute;
    inset: 0.75rem;
    border: 1px solid rgba(255, 255, 255, 0.04);
    pointer-events: none;
}

.lobby-header[b-y3nrm6gep6] {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    align-items: flex-start;
    margin-bottom: 1.5rem;
}

.lobby-titleblock[b-y3nrm6gep6] {
    max-width: 42rem;
}

.lobby-overline[b-y3nrm6gep6] {
    margin: 0 0 0.35rem;
    text-transform: uppercase;
    letter-spacing: 0.32em;
    font-size: 0.72rem;
    color: var(--bone-0);
}

.lobby-header h1[b-y3nrm6gep6] {
    margin: 0;
    font-family: var(--display-font);
    font-size: clamp(3.1rem, 6vw, 5.2rem);
    line-height: 0.95;
    letter-spacing: 0.04em;
    color: #d12222;
    text-shadow: 0 0.4rem 1.4rem rgba(0, 0, 0, 0.45);
}

.lobby-subtitle[b-y3nrm6gep6] {
    margin: 0.8rem 0 0;
    max-width: 34rem;
    font-size: 1.3rem;
    color: var(--bone-0);
}

.lobby-meta[b-y3nrm6gep6] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.75rem;
    min-width: min(36rem, 100%);
}

.lobby-meta-chip[b-y3nrm6gep6] {
    display: grid;
    gap: 0.2rem;
    padding: 0.85rem 1rem;
    border: 1px solid var(--line-0);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01));
    text-align: left;
}

.lobby-meta-chip strong[b-y3nrm6gep6] {
    font-size: 0.72rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--bone-0);
}

.lobby-meta-chip span[b-y3nrm6gep6] {
    font-size: 1.1rem;
    color: var(--bone-0);
}

.lobby-banner[b-y3nrm6gep6] {
    margin: 0 0 1rem;
    padding: 0.8rem 1rem;
    border-left: 3px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.03);
}

.lobby-message[b-y3nrm6gep6] {
    color: var(--bone-0);
}

.lobby-message-error[b-y3nrm6gep6] {
    border-left-color: rgba(209, 48, 48, 0.8);
    color: #ffb0b0;
    background: rgba(161, 20, 20, 0.12);
}

.lobby-grid[b-y3nrm6gep6] {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    gap: 1rem;
    margin-top: 1.5rem;
    align-items: start;
}

.lobby-section[b-y3nrm6gep6] {
    padding: 1.25rem;
    border: 1px solid var(--line-0);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.015)),
        var(--panel-1);
}

.lobby-roster-section[b-y3nrm6gep6] {
    display: flex;
    flex-direction: column;
    min-height: 0;
}

.lobby-section-header[b-y3nrm6gep6] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: flex-start;
    margin-bottom: 1rem;
}

.lobby-section-header h2[b-y3nrm6gep6] {
    margin: 0.1rem 0 0;
    font-size: 1.8rem;
    color: var(--bone-0);
}

.lobby-section-kicker[b-y3nrm6gep6] {
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.22em;
    font-size: 0.72rem;
    color: var(--bone-0);
}

.lobby-section-stat[b-y3nrm6gep6] {
    padding: 0.35rem 0.65rem;
    border: 1px solid rgba(209, 48, 48, 0.24);
    color: #efcfcf;
    background: rgba(161, 20, 20, 0.1);
    white-space: nowrap;
}

.lobby-roster[b-y3nrm6gep6] {
    display: grid;
    gap: 0.75rem;
    max-height: min(31rem, calc(100vh - 24rem));
    min-height: 0;
    padding-right: 0.25rem;
    overflow-y: auto;
}

.player-row[b-y3nrm6gep6] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    padding: 0.95rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(255, 255, 255, 0.02);
    transition: transform 150ms ease, border-color 150ms ease, background-color 150ms ease;
}

.player-row:hover[b-y3nrm6gep6] {
    transform: translateY(-1px);
    border-color: rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.03);
}

.player-row-self[b-y3nrm6gep6] {
    border-color: rgba(209, 48, 48, 0.35);
    background: linear-gradient(90deg, rgba(161, 20, 20, 0.12), rgba(255, 255, 255, 0.015));
}

.player-identity[b-y3nrm6gep6] {
    display: flex;
    align-items: center;
    gap: 0.85rem;
}

.player-status-mark[b-y3nrm6gep6] {
    width: 0.7rem;
    height: 0.7rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 0.75rem transparent;
}

.player-status-ready[b-y3nrm6gep6] {
    background: #e7e7e7;
    box-shadow: 0 0 0.9rem rgba(255, 255, 255, 0.35);
}

.player-status-waiting[b-y3nrm6gep6] {
    background: rgba(255, 255, 255, 0.28);
}

.player-status-dead[b-y3nrm6gep6] {
    background: rgba(209, 48, 48, 0.7);
    box-shadow: 0 0 0.75rem rgba(161, 20, 20, 0.42);
}

.player-badges[b-y3nrm6gep6] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    margin-top: 0.25rem;
}

.player-badge[b-y3nrm6gep6] {
    display: inline-flex;
    align-items: center;
    padding: 0.15rem 0.45rem;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    border: 1px solid rgba(209, 48, 48, 0.22);
    background: rgba(161, 20, 20, 0.11);
    color: #f3d1d1;
}

.player-state[b-y3nrm6gep6] {
    font-size: 1rem;
    color: var(--bone-0);
    white-space: nowrap;
}

.lobby-chat[b-y3nrm6gep6] {
    display: flex;
    flex-direction: column;
}

.lobby-chat-log[b-y3nrm6gep6] {
    display: grid;
    gap: 0.75rem;
    height: 24rem;
    padding-right: 0.25rem;
    overflow-y: auto;
}

.lobby-chat-empty[b-y3nrm6gep6] {
    margin: 0;
    color: var(--bone-0);
    font-style: italic;
}

.lobby-chat-message[b-y3nrm6gep6] {
    padding: 0.85rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(255, 255, 255, 0.02);
}

.lobby-chat-message-self[b-y3nrm6gep6] {
    border-color: rgba(209, 48, 48, 0.28);
    background: linear-gradient(90deg, rgba(161, 20, 20, 0.1), rgba(255, 255, 255, 0.02));
}

.lobby-chat-message-system[b-y3nrm6gep6] {
    border-color: rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.035);
}

.lobby-chat-meta[b-y3nrm6gep6] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 0.35rem;
    color: var(--bone-0);
    font-size: 0.95rem;
}

.lobby-chat-meta-system[b-y3nrm6gep6] {
    justify-content: flex-end;
}

.lobby-chat-message p[b-y3nrm6gep6] {
    margin: 0;
    font-size: 1.08rem;
}

.lobby-chat-compose[b-y3nrm6gep6] {
    display: flex;
    gap: 0.75rem;
    margin-top: 1rem;
}

.lobby-chat-input[b-y3nrm6gep6],
.lobby-button[b-y3nrm6gep6] {
    min-height: 3.1rem;
}

.lobby-chat-input[b-y3nrm6gep6] {
    flex: 1;
    min-width: 0;
    padding: 0.8rem 0.9rem;
    border: 1px solid var(--line-0);
    background: rgba(3, 3, 4, 0.92);
    color: var(--bone-0);
}

.lobby-chat-input[b-y3nrm6gep6]::placeholder {
    color: rgba(244, 237, 226, 0.4);
}

.lobby-actions[b-y3nrm6gep6] {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 0.75rem;
    margin-top: 1.5rem;
}

.lobby-button[b-y3nrm6gep6] {
    padding: 0.8rem 1rem;
    border: 1px solid var(--line-1);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01)),
        rgba(5, 5, 6, 0.92);
    color: var(--bone-0);
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-size: 0.84rem;
    transition: transform 150ms ease, border-color 150ms ease, background-color 150ms ease;
}

.lobby-button:hover:not(:disabled)[b-y3nrm6gep6] {
    transform: translateY(-1px);
    border-color: rgba(209, 48, 48, 0.45);
}

.lobby-button:disabled[b-y3nrm6gep6] {
    opacity: 0.45;
}

.lobby-button-primary[b-y3nrm6gep6] {
    border-color: rgba(209, 48, 48, 0.54);
    background:
        linear-gradient(180deg, rgba(209, 48, 48, 0.22), rgba(82, 9, 9, 0.34)),
        rgba(5, 5, 6, 0.92);
    color: #fff2f2;
}

.lobby-note[b-y3nrm6gep6] {
    margin: 1rem 0 0;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    font-size: 1.08rem;
    color: var(--bone-0);
}

.lobby-link[b-y3nrm6gep6] {
    color: #f1cfcf;
}

@keyframes lobby-rise-b-y3nrm6gep6 {
    from {
        opacity: 0;
        transform: translateY(1.2rem);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 960px) {

    .lobby-grid[b-y3nrm6gep6],
    .lobby-actions[b-y3nrm6gep6],
    .lobby-meta[b-y3nrm6gep6] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 720px) {
    .lobby-shell[b-y3nrm6gep6] {
        padding: 1rem;
    }

    .lobby-panel[b-y3nrm6gep6] {
        padding: 1.25rem;
    }

    .lobby-header[b-y3nrm6gep6],
    .lobby-section-header[b-y3nrm6gep6],
    .player-row[b-y3nrm6gep6],
    .lobby-chat-compose[b-y3nrm6gep6] {
        flex-direction: column;
        align-items: flex-start;
    }

    .player-row[b-y3nrm6gep6],
    .lobby-meta-chip[b-y3nrm6gep6] {
        width: 100%;
    }

    .player-state[b-y3nrm6gep6],
    .lobby-section-stat[b-y3nrm6gep6] {
        white-space: normal;
    }

    .lobby-chat-input[b-y3nrm6gep6],
    .lobby-button[b-y3nrm6gep6] {
        width: 100%;
    }
}
/* _content/lycanthrope/Components/Pages/Name.razor.rz.scp.css */
.fullscreen-background[b-jyf13odn6q] {
    position: relative;
    isolation: isolate;
    top: 0;
    left: 0;
    background-image: url('title2.png');
    background-color: #040404;
    background-size: contain;
    background-position: center -6rem;
    background-repeat: no-repeat;
    height: 100vh;
    padding-bottom: 20vh;
    box-sizing: border-box;
    overflow: hidden;
}

.input-container[b-jyf13odn6q] {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 100vh;
    padding-bottom: 5vh;
    z-index: 1;
    text-align: center;
    width: 100%;
}

.input-panel[b-jyf13odn6q] {
    width: min(64rem, 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    padding: 0 1.5rem 3rem;
}

.name-form[b-jyf13odn6q] {
    width: 100%;
}

[b-jyf13odn6q] .name-input {
    border: none;
    background: transparent;
    color: red;
    font-size: 7rem;
    text-align: center;
    outline: none;
    caret-color: white;
    width: 100%;
    box-shadow: none;
    z-index: 1;
    height: 100%;
    font-family: "Creepster", system-ui;

}

[b-jyf13odn6q] .name-input::placeholder {
    color: rgba(246, 239, 226, 0.52);
    opacity: 0.2;
}

[b-jyf13odn6q] .name-input.valid.modified,
[b-jyf13odn6q] .name-input.invalid {
    outline: none;
    box-shadow: none;
}

[b-jyf13odn6q] .name-input.invalid {
    border-bottom-color: rgba(180, 44, 44, 0.85);
}

.landing-actions[b-jyf13odn6q] {
    display: flex;
    justify-content: center;
    gap: 0.9rem;
    flex-wrap: wrap;
    margin-top: 1rem;
}

.landing-button[b-jyf13odn6q] {
    border: 1px solid rgba(245, 220, 180, 0.3);
    background: rgba(7, 7, 8, 0.72);
    color: #f6efe2;
    padding: 0.85rem 1.4rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.82rem;
}

.landing-button:disabled[b-jyf13odn6q] {
    opacity: 0.55;
}

.landing-button-primary[b-jyf13odn6q] {
    border-color: rgba(180, 44, 44, 0.85);
    background: rgba(103, 15, 15, 0.8);
}

.landing-message[b-jyf13odn6q] {
    margin: 0;
    color: rgba(246, 239, 226, 0.82);
    font-size: 0.92rem;
    text-shadow: 0 0.15rem 0.35rem rgba(0, 0, 0, 0.6);
}

.landing-message-error[b-jyf13odn6q] {
    color: #ffb4b4;
}

@media (max-width: 720px) {
    .fullscreen-background[b-jyf13odn6q] {
        background-position: center -2.5rem;
    }

    [b-jyf13odn6q] .name-input {
        font-size: 4rem;
    }

    .input-panel[b-jyf13odn6q] {
        padding-bottom: 2rem;
    }

    .landing-button[b-jyf13odn6q] {
        width: 100%;
    }

    .landing-actions[b-jyf13odn6q] {
        width: min(22rem, 100%);
    }
}
/* _content/lycanthrope/Components/Shared/MistLayer.razor.rz.scp.css */
.mist-layer[b-vma6pasamz] {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    pointer-events: none;
}

.fog[b-vma6pasamz] {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}

.mist-image[b-vma6pasamz] {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    max-width: none;
    opacity: 0;
    pointer-events: none;
    user-select: none;
    transform-origin: bottom center;
    filter: blur(1px) brightness(1.06);
    mix-blend-mode: screen;
    animation: fog-effect-b-vma6pasamz calc(15s * var(--i)) ease-in infinite;
}

@keyframes fog-effect-b-vma6pasamz {
    0% {
        opacity: 0;
        transform: scale(1);
    }

    25%,
    75% {
        opacity: 0.10;
    }

    100% {
        transform: scale(3);
        opacity: 0;
    }
}

@media (max-width: 960px) {
    .mist-image[b-vma6pasamz] {
        width: 140%;
        left: -20%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .mist-image[b-vma6pasamz] {
        animation: none;
        opacity: 0.14;
    }
}
