/* _content/GameNight/Components/Layout/GameHeader.razor.rz.scp.css */
.game-header[b-u7costnnea] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.6rem 1.2rem;
    background: rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(6px);
    border-bottom: 1px solid color-mix(in srgb, var(--header-accent, white) 18%, transparent);
    position: sticky;
    top: 0;
    z-index: 100;
    transition: border-color 0.4s ease;
}

.game-header-home[b-u7costnnea] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.85);
    font-family: 'Cabin Sketch', cursive;
    font-size: 1.1rem;
    transition: color 0.15s;
}

.game-header-home:hover[b-u7costnnea] {
    color: var(--header-accent, #fff);
}

.game-header-icon[b-u7costnnea] {
    font-size: 1.2rem;
}

.game-header-room[b-u7costnnea] {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.5);
    letter-spacing: 0.05em;
}

.game-header-room strong[b-u7costnnea] {
    color: var(--header-accent, rgba(255, 255, 255, 0.8));
    letter-spacing: 0.15em;
}
/* _content/GameNight/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-p1f9c6bov8] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-p1f9c6bov8] {
    flex: 1;
}

.sidebar[b-p1f9c6bov8] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-p1f9c6bov8] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-p1f9c6bov8]  a, .top-row[b-p1f9c6bov8]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-p1f9c6bov8]  a:hover, .top-row[b-p1f9c6bov8]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-p1f9c6bov8]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-p1f9c6bov8] {
        justify-content: space-between;
    }

    .top-row[b-p1f9c6bov8]  a, .top-row[b-p1f9c6bov8]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-p1f9c6bov8] {
        flex-direction: row;
    }

    .sidebar[b-p1f9c6bov8] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-p1f9c6bov8] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-p1f9c6bov8]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-p1f9c6bov8], article[b-p1f9c6bov8] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-p1f9c6bov8] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-p1f9c6bov8] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/GameNight/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-phjxhzoyq9] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-phjxhzoyq9] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-phjxhzoyq9] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-phjxhzoyq9] {
    font-size: 1.1rem;
}

.bi[b-phjxhzoyq9] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-phjxhzoyq9] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-phjxhzoyq9] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-phjxhzoyq9] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-phjxhzoyq9] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-phjxhzoyq9] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-phjxhzoyq9] {
        padding-bottom: 1rem;
    }

    .nav-item[b-phjxhzoyq9]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-phjxhzoyq9]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-phjxhzoyq9]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-phjxhzoyq9] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-phjxhzoyq9] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-phjxhzoyq9] {
        display: none;
    }

    .nav-scrollable[b-phjxhzoyq9] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/GameNight/Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-gz1jht21mq],
.components-reconnect-repeated-attempt-visible[b-gz1jht21mq],
.components-reconnect-failed-visible[b-gz1jht21mq],
.components-pause-visible[b-gz1jht21mq],
.components-resume-failed-visible[b-gz1jht21mq],
.components-rejoining-animation[b-gz1jht21mq] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-gz1jht21mq],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-gz1jht21mq],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-gz1jht21mq],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-gz1jht21mq],
#components-reconnect-modal.components-reconnect-retrying[b-gz1jht21mq],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-gz1jht21mq],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-gz1jht21mq],
#components-reconnect-modal.components-reconnect-failed[b-gz1jht21mq],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-gz1jht21mq] {
    display: block;
}


#components-reconnect-modal[b-gz1jht21mq] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-gz1jht21mq 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-gz1jht21mq 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-gz1jht21mq 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-gz1jht21mq]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-gz1jht21mq 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-gz1jht21mq {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-gz1jht21mq {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-gz1jht21mq {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-gz1jht21mq] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-gz1jht21mq] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-gz1jht21mq] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-gz1jht21mq] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-gz1jht21mq] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-gz1jht21mq] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-gz1jht21mq] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-gz1jht21mq 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-gz1jht21mq] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-gz1jht21mq {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* _content/GameNight/Components/Pages/CoupPreview.razor.rz.scp.css */
/* ── Character palette ── */
:root[b-e2oyug54q1] {
    --cp-gold:        #f0a500;
    --cp-gold-glow:   rgba(240, 165, 0, 0.22);
    --cp-duke:        linear-gradient(155deg, #5b2c8b, #9b59b6);
    --cp-assassin:    linear-gradient(155deg, #7b241c, #c0392b);
    --cp-captain:     linear-gradient(155deg, #154360, #2980b9);
    --cp-ambassador:  linear-gradient(155deg, #145a32, #27ae60);
    --cp-contessa:    linear-gradient(155deg, #6c1f51, #c0166a);
}

/* ── Shell ── */
.cp-shell[b-e2oyug54q1] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: var(--bg, #0f0820);
    color: var(--text, #f0e6ff);
    font-family: 'Quicksand', sans-serif;
}

/* ── Top navigation ── */
.cp-topbar[b-e2oyug54q1] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.65rem 1.4rem;
    background: rgba(0, 0, 0, 0.45);
    border-bottom: 1px solid rgba(240, 165, 0, 0.22);
    gap: 1rem;
    position: sticky;
    top: 48px; /* below GameHeader */
    z-index: 9;
}

.cp-back-link[b-e2oyug54q1] {
    color: rgba(255,255,255,0.55);
    text-decoration: none;
    font-size: 0.82rem;
    white-space: nowrap;
    transition: color 0.15s;
}
.cp-back-link:hover[b-e2oyug54q1] { color: #fff; }

.cp-pip-track[b-e2oyug54q1] { display: flex; gap: 0.45rem; }

.cp-pip[b-e2oyug54q1] {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: rgba(255,255,255,0.18);
    border: none;
    cursor: pointer;
    transition: background 0.15s, transform 0.15s;
}
.cp-pip-active[b-e2oyug54q1] { background: var(--cp-gold); transform: scale(1.35); }

.cp-nav-controls[b-e2oyug54q1] { display: flex; align-items: center; gap: 0.6rem; }

.cp-ctrl-btn[b-e2oyug54q1] {
    background: rgba(255,255,255,0.09);
    border: 1px solid rgba(255,255,255,0.14);
    color: #fff;
    border-radius: 8px;
    padding: 0.28rem 0.65rem;
    cursor: pointer;
    font-size: 0.95rem;
    transition: background 0.15s;
}
.cp-ctrl-btn:hover:not(:disabled)[b-e2oyug54q1] { background: rgba(255,255,255,0.18); }
.cp-ctrl-btn:disabled[b-e2oyug54q1] { opacity: 0.28; cursor: not-allowed; }

.cp-ctrl-info[b-e2oyug54q1] { font-size: 0.78rem; color: rgba(255,255,255,0.5); white-space: nowrap; }

/* ── Stage ── */
.cp-stage[b-e2oyug54q1] { flex: 1; padding: 1.2rem 1.5rem; display: flex; flex-direction: column; }

/* ── Board layout (shared by slides 0–2) ── */
.cp-board[b-e2oyug54q1] { display: flex; flex-direction: column; gap: 0.85rem; }

/* ── Opponents row ── */
.cp-opponents[b-e2oyug54q1] { display: flex; gap: 0.9rem; justify-content: center; flex-wrap: wrap; }

.cp-opp[b-e2oyug54q1] {
    background: rgba(26, 16, 53, 0.9);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 12px;
    padding: 0.7rem 0.9rem;
    min-width: 128px;
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
    position: relative;
}
.cp-opp-danger[b-e2oyug54q1]  { border-color: rgba(255, 80, 80, 0.35); }
.cp-opp-active-player[b-e2oyug54q1] { border-color: rgba(240,165,0,0.45); background: rgba(240,165,0,0.06); }
.cp-opp-target-glow[b-e2oyug54q1]   { border-color: rgba(41,128,185,0.4); }

.cp-opp-header[b-e2oyug54q1] { display: flex; justify-content: space-between; align-items: center; }
.cp-opp-name[b-e2oyug54q1]   { font-weight: 700; font-size: 0.88rem; }
.cp-opp-cards[b-e2oyug54q1]  { display: flex; gap: 0.4rem; }
.cp-opp-alert[b-e2oyug54q1]  { font-size: 0.68rem; color: #ff5252; text-align: center; font-weight: 700; }

.cp-coins[b-e2oyug54q1]        { font-size: 0.82rem; font-weight: 700; color: var(--cp-gold); }
.cp-coins-danger[b-e2oyug54q1] { color: #ff5252; animation: danger-pulse-b-e2oyug54q1 1.4s infinite; }
@keyframes danger-pulse-b-e2oyug54q1 { 0%,100% { opacity: 1; } 50% { opacity: 0.55; } }

/* ── Cards ── */
.cp-card[b-e2oyug54q1] {
    width: 56px;
    height: 78px;
    border-radius: 8px;
    border: 2px solid rgba(255,255,255,0.12);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    user-select: none;
    overflow: hidden;
    flex-shrink: 0;
}
.cp-card-lg[b-e2oyug54q1]  { width: 90px;  height: 126px; border-radius: 10px; }
.cp-card-xlg[b-e2oyug54q1] { width: 120px; height: 168px; border-radius: 12px; cursor: pointer; transition: transform 0.15s, box-shadow 0.15s; }

/* Card back */
.cp-card-back[b-e2oyug54q1] {
    background: linear-gradient(145deg, #1c1240, #2d1f5e);
    color: rgba(255,255,255,0.18);
    font-size: 1.5rem;
    font-weight: 900;
}
.cp-card-back[b-e2oyug54q1]::before {
    content: '';
    position: absolute;
    inset: 4px;
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 5px;
}

/* Character faces */
.cp-card-duke[b-e2oyug54q1]       { background: var(--cp-duke);       border-color: rgba(155, 89,182,0.5); }
.cp-card-assassin[b-e2oyug54q1]   { background: var(--cp-assassin);   border-color: rgba(192, 57, 43,0.5); }
.cp-card-captain[b-e2oyug54q1]    { background: var(--cp-captain);    border-color: rgba( 41,128,185,0.5); }
.cp-card-ambassador[b-e2oyug54q1] { background: var(--cp-ambassador); border-color: rgba( 39,174, 96,0.5); }
.cp-card-contessa[b-e2oyug54q1]   { background: var(--cp-contessa);   border-color: rgba(192, 22,106,0.5); }

/* Revealed / dead */
.cp-revealed[b-e2oyug54q1] { filter: grayscale(0.8) brightness(0.45); }
.cp-dead-x[b-e2oyug54q1] {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.4rem;
    color: rgba(255, 70, 70, 0.75);
    font-weight: 900;
    z-index: 2;
}

/* Card inner text */
.cp-card-emoji[b-e2oyug54q1] { font-size: 1.35rem; position: relative; z-index: 1; }
.cp-card-lg  .cp-card-emoji[b-e2oyug54q1] { font-size: 2.1rem; }
.cp-card-xlg .cp-card-emoji[b-e2oyug54q1] { font-size: 3rem; }

.cp-card-name[b-e2oyug54q1], .cp-card-lbl[b-e2oyug54q1] {
    font-size: 0.6rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
    z-index: 1;
    text-align: center;
}
.cp-card-lg  .cp-card-name[b-e2oyug54q1] { font-size: 0.74rem; }
.cp-card-xlg .cp-card-name[b-e2oyug54q1] { font-size: 0.86rem; margin-top: 0.25rem; }

.cp-card-hint[b-e2oyug54q1] {
    font-size: 0.52rem;
    opacity: 0.72;
    text-align: center;
    position: relative;
    z-index: 1;
    line-height: 1.3;
    padding: 0 4px;
}
.cp-card-xlg .cp-card-hint[b-e2oyug54q1] { font-size: 0.62rem; margin-top: 0.15rem; }

.cp-card-active-glow[b-e2oyug54q1] { box-shadow: 0 0 0 3px rgba(240,165,0,0.65), 0 0 16px rgba(240,165,0,0.3); }

/* ── Game log strip ── */
.cp-game-log[b-e2oyug54q1] {
    text-align: center;
    padding: 0.55rem 1rem;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.07);
    border-radius: 8px;
    font-size: 0.88rem;
    color: rgba(255,255,255,0.78);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}
.cp-log-dot[b-e2oyug54q1] {
    width: 7px; height: 7px;
    border-radius: 50%;
    background: #27ae60;
    flex-shrink: 0;
    animation: blink-b-e2oyug54q1 1.2s infinite;
}
@keyframes blink-b-e2oyug54q1 { 0%,100%{opacity:1;} 50%{opacity:0.2;} }

.cp-log-action[b-e2oyug54q1] { border-color: rgba(240,165,0,0.3); color: var(--cp-gold); font-weight: 600; }

/* ── Your player area ── */
.cp-self[b-e2oyug54q1]         { display: flex; flex-direction: column; align-items: center; gap: 0.5rem; }
.cp-self-cards[b-e2oyug54q1]   { display: flex; gap: 0.75rem; }
.cp-self-coins[b-e2oyug54q1]   { font-size: 0.95rem; font-weight: 700; color: var(--cp-gold); }

/* ── Action grid (Slide 0) ── */
.cp-action-grid[b-e2oyug54q1] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(175px, 1fr));
    gap: 0.45rem;
}
.cp-action[b-e2oyug54q1] {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.09);
    border-radius: 10px;
    padding: 0.6rem 0.85rem;
    color: #f0e6ff;
    cursor: pointer;
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 0.12rem;
    transition: background 0.15s, border-color 0.15s;
}
.cp-action:hover:not(.cp-action-off)[b-e2oyug54q1] { background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.2); }

.cp-action-label[b-e2oyug54q1] { font-weight: 700; font-size: 0.84rem; display: flex; align-items: center; gap: 0.4rem; }
.cp-action-meta[b-e2oyug54q1]  { font-size: 0.71rem; color: rgba(255,255,255,0.48); }
.cp-action-cost[b-e2oyug54q1]  { font-size: 0.68rem; color: #ff6b6b; font-weight: 600; }

.cp-action-char[b-e2oyug54q1] { border-color: rgba(240,165,0,0.18); }
.cp-action-char:hover:not(.cp-action-off)[b-e2oyug54q1] { border-color: rgba(240,165,0,0.45); }

.cp-action-coup[b-e2oyug54q1] { grid-column: 1 / -1; border-color: rgba(255,80,80,0.25); }
.cp-action-coup:hover:not(.cp-action-off)[b-e2oyug54q1] { border-color: rgba(255,80,80,0.5); }

.cp-action-off[b-e2oyug54q1] { opacity: 0.38; cursor: not-allowed; }

.cp-char-badge[b-e2oyug54q1]  { font-size: 1.1rem; }
.cp-badge-duke[b-e2oyug54q1]       { filter: hue-rotate(0deg); }
.cp-badge-captain[b-e2oyug54q1]    { filter: hue-rotate(200deg); }
.cp-badge-ambassador[b-e2oyug54q1] { filter: hue-rotate(120deg); }
.cp-badge-assassin[b-e2oyug54q1]   { filter: hue-rotate(340deg); }

/* ── Target selection (Slide 1) ── */
.cp-opp-targetable[b-e2oyug54q1] { cursor: pointer; transition: border-color 0.15s, transform 0.15s; }
.cp-opp-targetable:hover:not(.cp-opp-dim)[b-e2oyug54q1] { border-color: rgba(240,165,0,0.5); transform: translateY(-2px); }
.cp-opp-targeted[b-e2oyug54q1] { border-color: rgba(240,165,0,0.75) !important; box-shadow: 0 0 0 2px rgba(240,165,0,0.3); }
.cp-opp-dim[b-e2oyug54q1] { opacity: 0.5; cursor: default; }

.cp-target-btn[b-e2oyug54q1] {
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 6px;
    padding: 0.28rem;
    font-size: 0.7rem;
    color: #f0e6ff;
    cursor: pointer;
    width: 100%;
    transition: background 0.15s;
}
.cp-target-active[b-e2oyug54q1] {
    background: rgba(240,165,0,0.18) !important;
    border-color: rgba(240,165,0,0.6) !important;
    color: var(--cp-gold) !important;
    font-weight: 700;
}

.cp-confirm-bar[b-e2oyug54q1] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: 0.7rem 1.2rem;
    background: rgba(240,165,0,0.07);
    border: 1px solid rgba(240,165,0,0.25);
    border-radius: 10px;
    flex-wrap: wrap;
}
.cp-confirm-text[b-e2oyug54q1] { font-weight: 600; color: var(--cp-gold); text-align: center; font-size: 0.88rem; }
.cp-confirm-ok[b-e2oyug54q1] {
    background: linear-gradient(135deg, var(--cp-gold), #c87e00);
    border: none; border-radius: 10px;
    padding: 0.5rem 1.2rem;
    font-weight: 700; color: #1a0a00; cursor: pointer;
    transition: opacity 0.15s, transform 0.15s;
}
.cp-confirm-ok:hover[b-e2oyug54q1] { opacity: 0.9; transform: translateY(-1px); }
.cp-confirm-cancel[b-e2oyug54q1] {
    background: none;
    border: 1px solid rgba(255,255,255,0.18);
    border-radius: 10px;
    padding: 0.5rem 0.9rem;
    color: rgba(255,255,255,0.55);
    cursor: pointer;
}

/* ── Reaction phase (Slide 2) ── */
.cp-pov-label[b-e2oyug54q1] {
    text-align: center;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: var(--cp-gold);
    opacity: 0.75;
}

.cp-react-status[b-e2oyug54q1] { font-size: 0.7rem; text-align: center; display: flex; align-items: center; justify-content: center; gap: 0.3rem; }
.cp-react-allowed[b-e2oyug54q1]  { color: #27ae60; font-weight: 700; }
.cp-react-deciding[b-e2oyug54q1] { color: #ffe66d; }

.cp-blink-dot[b-e2oyug54q1] { width: 6px; height: 6px; border-radius: 50%; background: #ffe66d; animation: blink-b-e2oyug54q1 0.8s infinite; flex-shrink: 0; }

.cp-active-tag[b-e2oyug54q1] {
    font-size: 0.6rem; background: rgba(240,165,0,0.22); color: var(--cp-gold);
    border-radius: 4px; padding: 0.05rem 0.35rem; margin-left: 0.3rem;
}
.cp-target-tag[b-e2oyug54q1] {
    font-size: 0.6rem; background: rgba(41,128,185,0.22); color: #4fc3f7;
    border-radius: 4px; padding: 0.05rem 0.35rem; margin-left: 0.3rem;
}

.cp-reaction-panel[b-e2oyug54q1] {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    padding: 0.9rem 1.1rem;
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 12px;
}
.cp-reaction-prompt[b-e2oyug54q1] { font-weight: 700; font-size: 0.88rem; margin: 0; }
.cp-reaction-btns[b-e2oyug54q1]   { display: flex; gap: 0.6rem; flex-wrap: wrap; }

.cp-rbtn[b-e2oyug54q1] {
    flex: 1; min-width: 150px;
    display: flex; flex-direction: column; gap: 0.2rem;
    padding: 0.7rem 1rem;
    border-radius: 10px;
    border: 1px solid;
    cursor: pointer;
    text-align: left;
    transition: opacity 0.15s, transform 0.15s;
    background: none;
}
.cp-rbtn:hover[b-e2oyug54q1] { opacity: 0.85; transform: translateY(-1px); }

.cp-rbtn-icon[b-e2oyug54q1]  { font-size: 1.2rem; }
.cp-rbtn-label[b-e2oyug54q1] { font-weight: 700; font-size: 0.9rem; }
.cp-rbtn-desc[b-e2oyug54q1]  { font-size: 0.72rem; opacity: 0.65; }

.cp-rbtn-challenge[b-e2oyug54q1] { border-color: rgba(192,57,43,0.5); color: #e74c3c; background: rgba(192,57,43,0.08); }
.cp-rbtn-allow[b-e2oyug54q1]     { border-color: rgba(39,174,96,0.5);  color: #27ae60; background: rgba(39,174,96,0.08); }

.cp-reaction-note[b-e2oyug54q1] { font-size: 0.7rem; color: rgba(255,255,255,0.4); margin: 0; font-style: italic; }

/* ── Lose Influence (Slide 3) ── */
.cp-event-log[b-e2oyug54q1] {
    background: rgba(0,0,0,0.28);
    border-radius: 10px;
    padding: 0.7rem 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.28rem;
    max-width: 480px;
    margin: 0 auto;
    width: 100%;
}
.cp-ev[b-e2oyug54q1] { font-size: 0.78rem; color: rgba(255,255,255,0.48); padding: 0.18rem 0; border-bottom: 1px solid rgba(255,255,255,0.05); }
.cp-ev:last-child[b-e2oyug54q1] { border-bottom: none; }
.cp-ev-block[b-e2oyug54q1]  { color: #4fc3f7; }
.cp-ev-you[b-e2oyug54q1]    { color: rgba(255,255,255,0.8); font-weight: 600; }
.cp-ev-reveal[b-e2oyug54q1] { color: #27ae60; font-weight: 600; }
.cp-ev-loss[b-e2oyug54q1]   { color: #ff6b6b; font-weight: 700; }

.cp-lose-section[b-e2oyug54q1] { display: flex; flex-direction: column; align-items: center; gap: 0.7rem; }
.cp-lose-title[b-e2oyug54q1] { font-family: 'Cabin Sketch', cursive; font-size: 1.6rem; color: #ff6b6b; margin: 0; }
.cp-lose-sub[b-e2oyug54q1]   { font-size: 0.8rem; color: rgba(255,255,255,0.45); margin: 0; }
.cp-lose-cards[b-e2oyug54q1] { display: flex; gap: 2rem; }

.cp-choosable[b-e2oyug54q1] { border: 2px solid rgba(255,255,255,0.22); cursor: pointer; }
.cp-choosable:hover[b-e2oyug54q1] { transform: translateY(-5px); box-shadow: 0 12px 28px rgba(0,0,0,0.5); }
.cp-choosable-hover[b-e2oyug54q1] {
    transform: translateY(-5px);
    border-color: rgba(255,90,90,0.75) !important;
    box-shadow: 0 12px 28px rgba(255,70,70,0.2);
}
.cp-choose-hint[b-e2oyug54q1] {
    position: absolute; top: 6px; left: 0; right: 0;
    text-align: center; font-size: 0.52rem;
    color: rgba(255,255,255,0.65); text-transform: uppercase; letter-spacing: 0.5px; z-index: 2;
}

/* ── Game Over (Slide 4) ── */
.cp-gameover[b-e2oyug54q1] { display: flex; flex-direction: column; align-items: center; gap: 1.4rem; padding: 0.5rem 0; }

.cp-winner-section[b-e2oyug54q1] { display: flex; flex-direction: column; align-items: center; gap: 0.2rem; }
.cp-winner-crown[b-e2oyug54q1] { font-size: 3rem; }
.cp-winner-name[b-e2oyug54q1] {
    font-family: 'Cabin Sketch', cursive;
    font-size: 2.6rem;
    color: var(--cp-gold);
    text-shadow: 0 0 28px rgba(240,165,0,0.38);
}
.cp-winner-sub[b-e2oyug54q1] { font-size: 0.82rem; color: rgba(255,255,255,0.45); }

.cp-final-table[b-e2oyug54q1] { display: flex; gap: 0.9rem; flex-wrap: wrap; justify-content: center; }

.cp-final-player[b-e2oyug54q1] {
    display: flex; flex-direction: column; align-items: center; gap: 0.45rem;
    padding: 0.7rem 0.9rem;
    border-radius: 12px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.07);
    min-width: 108px;
}
.cp-final-winner[b-e2oyug54q1] { border-color: rgba(240,165,0,0.55); background: rgba(240,165,0,0.06); box-shadow: 0 0 20px rgba(240,165,0,0.14); }
.cp-final-out[b-e2oyug54q1]    { opacity: 0.48; }

.cp-final-name[b-e2oyug54q1]   { font-size: 0.84rem; font-weight: 700; display: flex; align-items: center; gap: 0.35rem; flex-wrap: wrap; justify-content: center; text-align: center; }
.cp-final-coins[b-e2oyug54q1]  { font-size: 0.78rem; color: var(--cp-gold); font-weight: 600; }
.cp-final-cards[b-e2oyug54q1]  { display: flex; gap: 0.4rem; }

.cp-winner-tag[b-e2oyug54q1] { font-size: 0.6rem; background: rgba(240,165,0,0.22); color: var(--cp-gold); border-radius: 4px; padding: 0.06rem 0.35rem; }
.cp-elim-tag[b-e2oyug54q1]   { font-size: 0.6rem; background: rgba(255,80,80,0.15);  color: #ff6b6b;       border-radius: 4px; padding: 0.06rem 0.35rem; }

.cp-btn-again[b-e2oyug54q1] {
    background: linear-gradient(135deg, var(--cp-gold), #c87e00);
    border: none; border-radius: 12px;
    padding: 0.75rem 2.2rem;
    font-size: 1rem; font-weight: 700;
    color: #1a0a00; cursor: pointer;
    transition: opacity 0.15s, transform 0.15s;
}
.cp-btn-again:hover[b-e2oyug54q1] { opacity: 0.9; transform: translateY(-2px); }

/* ── Caption bar ── */
.cp-caption[b-e2oyug54q1] {
    padding: 0.65rem 1.5rem;
    background: rgba(0,0,0,0.28);
    border-top: 1px solid rgba(255,255,255,0.06);
    font-size: 0.78rem;
    color: rgba(255,255,255,0.45);
    text-align: center;
}
.cp-caption strong[b-e2oyug54q1] { color: var(--cp-gold); }
