/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-05jgv0kkyy] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-05jgv0kkyy] {
    flex: 1;
}

.sidebar[b-05jgv0kkyy] {
    background: linear-gradient(180deg, rgba(10, 11, 14, 0.98), rgba(10, 11, 14, 0.92));
    border-right: 1px solid var(--border-primary);
}

/* On mobile the sidebar becomes a full-width top bar; drop the desktop border. */
@media (max-width: 640.98px) {
    .sidebar[b-05jgv0kkyy] {
        border-right: none;
        border-bottom: 1px solid var(--border-primary);
        position: sticky;
        top: 0;
        z-index: 1030;
    }
}

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

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

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

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

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

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

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

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

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

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

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

#blazor-error-ui[b-05jgv0kkyy] {
    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-05jgv0kkyy] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
/* NavMenu with StuK Corporate Design */

.navbar-toggler[b-m17xdgvnpp] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: var(--text-inverse);
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid var(--border-primary);
    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-m17xdgvnpp] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-m17xdgvnpp] {
    min-height: 3.5rem;
    background: rgba(11, 12, 14, 0.85);
    border-bottom: 1px solid var(--border-primary);
}

.navbar-brand[b-m17xdgvnpp] {
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--text-inverse);
    letter-spacing: 1px;
    white-space: nowrap;
}

.affirmation-card[b-m17xdgvnpp] {
    height: 28px;
    padding: 0 12px;
    border-radius: 8px;
    font-size: 0.9rem;
    min-width: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.affirmation-card.bg-success[b-m17xdgvnpp] {
    background: rgba(34, 197, 94, 0.2);
    border: 1px solid rgba(34, 197, 94, 0.4);
    color: #22c55e;
}

.affirmation-card.bg-danger[b-m17xdgvnpp] {
    background: rgba(239, 68, 68, 0.2);
    border: 1px solid rgba(239, 68, 68, 0.4);
    color: #ef4444;
}

.affirmation-card .bi[b-m17xdgvnpp] {
    width: 1rem;
    height: 1rem;
    margin-right: 4px;
    top: 0;
}

.bi[b-m17xdgvnpp] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.5rem;
    top: -1px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.bi-house-door-fill-nav-menu[b-m17xdgvnpp] { 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-mic-fill-nav-menu[b-m17xdgvnpp] { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-mic-fill' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v5h.5a.5.5 0 0 1 0 1h-1a.5.5 0 0 1 0-1h.5v-5a.5.5 0 0 1 .5-.5z'/%3E%3Cpath d='M4.5 6.5A.5.5 0 0 1 5 6h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1zM7 9.5a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5zm-2-2a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E"); }
.bi-list-nested-nav-menu[b-m17xdgvnpp] { 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"); }
.bi-plus-square-fill-nav-menu[b-m17xdgvnpp] { 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-arrow-bar-left-nav-menu[b-m17xdgvnpp] { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M12.5 15a.5.5 0 0 1-.5-.5v-11a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v11a.5.5 0 0 1-.5.5h-1zM10 8a.5.5 0 0 1 .5-.5h3.797l-1.147-1.146a.5.5 0 0 1 .707-.708l2 2a.5.5 0 0 1 0 .708l-2 2a.5.5 0 0 1-.707-.708L13.297 8.5H10.5a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E"); }

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

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

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

.nav-item .nav-link[b-m17xdgvnpp] {
    color: var(--text-secondary);
    background: none;
    border: none;
    border-radius: 8px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
    width: 100%;
    padding: 0 16px;
    transition: all 0.2s ease;
}

.nav-item .nav-link:hover[b-m17xdgvnpp] {
    background-color: rgba(255, 255, 255, 0.1);
    color: var(--text-inverse);
}

.nav-item a.active[b-m17xdgvnpp] {
    background-color: rgba(255, 255, 255, 0.37);
    color: var(--text-inverse);
}

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

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

/* ===== Mobile top bar + drawer ===== */
@media (max-width: 640.98px) {
    /* Reserve room on the right so the hamburger never overlaps the
       affirmation counters / brand. */
    .top-row .container-fluid[b-m17xdgvnpp] {
        padding-right: 3.75rem;
        flex-wrap: nowrap;
        min-width: 0;
    }

    .navbar-brand[b-m17xdgvnpp] {
        font-size: 1.15rem;
        letter-spacing: .5px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    /* Keep the toggle a comfortable 44px tap target, vertically centred. */
    .navbar-toggler[b-m17xdgvnpp] {
        top: 50%;
        transform: translateY(-50%);
        width: 2.75rem;
        height: 2.75rem;
        border-radius: var(--radius-xs);
    }

    /* Drawer scrolls if it ever grows taller than the viewport. */
    .navbar-toggler:checked ~ .nav-scrollable[b-m17xdgvnpp] {
        max-height: calc(100vh - 3.5rem);
        overflow-y: auto;
        border-top: 1px solid var(--border-primary);
        padding-bottom: env(safe-area-inset-bottom);
    }

    /* Larger, easier-to-hit menu rows on touch devices. */
    .nav-item .nav-link[b-m17xdgvnpp] {
        height: 3.25rem;
        line-height: 3.25rem;
        font-size: 1rem;
    }
}

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

    .nav-scrollable[b-m17xdgvnpp] {
        display: block;
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
    
    .bi[b-m17xdgvnpp] {
        filter: none;
    }
    
    .sidebar[b-m17xdgvnpp] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
        background: linear-gradient(180deg, rgba(10, 11, 14, 0.95), rgba(10, 11, 14, 0.9));
        border-right: 1px solid rgba(255, 255, 255, 0.13);
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-d8j4g97wa4],
.components-reconnect-repeated-attempt-visible[b-d8j4g97wa4],
.components-reconnect-failed-visible[b-d8j4g97wa4],
.components-pause-visible[b-d8j4g97wa4],
.components-resume-failed-visible[b-d8j4g97wa4],
.components-rejoining-animation[b-d8j4g97wa4] {
    display: none;
}

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


#components-reconnect-modal[b-d8j4g97wa4] {
    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-d8j4g97wa4 0.5s both;
    &[open]

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-d8j4g97wa4 {
    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;
    }
}
/* /Components/Pages/Leiter.razor.rz.scp.css */
/* Leiter dashboard — responsive at every width */

h1[b-hdoloixxri], h2[b-hdoloixxri], h3[b-hdoloixxri] {
    color: var(--text-inverse);
}

.list-group[b-hdoloixxri] {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-sm);
}

.list-group-item[b-hdoloixxri] {
    background: var(--bg-secondary);
    border: 1px solid var(--border-primary);
    border-radius: var(--radius-sm);
    padding: var(--spacing-md);
    color: var(--text-primary);
}

.list-group-item h5[b-hdoloixxri] {
    color: var(--text-inverse);
    margin-bottom: 0.25rem;
}

.list-group-item p[b-hdoloixxri] {
    margin-bottom: 0.25rem;
}

/* Header rows (title + action) and list rows wrap instead of colliding */
.d-flex.justify-content-between[b-hdoloixxri] {
    flex-wrap: wrap;
    gap: var(--spacing-sm);
}

/* Text/info half grows; action buttons keep size and wrap beneath when tight */
.list-group-item .d-flex.justify-content-between > div:first-child[b-hdoloixxri] {
    flex: 1 1 240px;
    min-width: 0;
}

.list-group-item .btn[b-hdoloixxri] {
    min-height: 40px;
}

.list-group-item .btn.me-1[b-hdoloixxri] {
    margin-right: 0.4rem;
}

/* Proxy-vote Ja / Nein / Enthaltung group */
.btn-group[b-hdoloixxri] {
    display: flex;
    flex-wrap: wrap;
}

.list-group-item .btn-group[b-hdoloixxri] {
    gap: 0.35rem;
}

.list-group-item .btn-group .btn[b-hdoloixxri] {
    flex: 1 1 auto;
    min-height: 42px;
    min-width: 84px;
}

/* On phones the proxy group spans the full row */
@media (max-width: 640.98px) {
    .list-group-item .d-flex.justify-content-between > div[b-hdoloixxri] {
        width: 100%;
    }

    .list-group-item .btn-group[b-hdoloixxri] {
        width: 100%;
    }
}
/* /Components/Pages/Lobby.razor.rz.scp.css */
/* Lobby / Nutzerverwaltung — responsive user cards */

h1[b-e4yt15wjt4] {
    color: var(--text-inverse);
    font-weight: 800;
}

/* Auto-fitting grid: 1 column on phones, 2–3+ on tablet/laptop */
.user-grid[b-e4yt15wjt4] {
    display: grid;
    gap: var(--spacing-md);
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    align-items: start;
}

.user-card[b-e4yt15wjt4] {
    background: var(--bg-secondary);
    border: 1px solid var(--border-primary);
    border-left: 4px solid var(--border-primary);
    border-radius: var(--radius-sm);
    padding: var(--spacing-md);
    display: flex;
    flex-direction: column;
    gap: var(--spacing-sm);
}

.user-card.is-verified[b-e4yt15wjt4] {
    border-left-color: #22c55e;
}

.user-card.is-pending[b-e4yt15wjt4] {
    border-left-color: #fbbf24;
}

/* Head: name inputs + status pill */
.user-card__head[b-e4yt15wjt4] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: var(--spacing-sm);
}

.user-card__names[b-e4yt15wjt4] {
    display: flex;
    flex-direction: column;
    gap: 6px;
    flex: 1;
    min-width: 0;
}

.status-pill[b-e4yt15wjt4] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    white-space: nowrap;
    padding: 0.3rem 0.6rem;
    border-radius: var(--radius-full);
    font-size: 0.75rem;
    font-weight: 700;
    border: 1px solid transparent;
}

.status-pill .bi[b-e4yt15wjt4] {
    margin-right: 0;
}

.status-pill.ok[b-e4yt15wjt4] {
    background: rgba(34, 197, 94, 0.15);
    border-color: rgba(34, 197, 94, 0.4);
    color: #4ade80;
}

.status-pill.pending[b-e4yt15wjt4] {
    background: rgba(251, 191, 36, 0.15);
    border-color: rgba(251, 191, 36, 0.4);
    color: #fbbf24;
}

.user-card__email[b-e4yt15wjt4] {
    font-size: 0.85rem;
    color: var(--text-secondary);
    word-break: break-all;
}

.user-card__email .bi[b-e4yt15wjt4] {
    color: var(--text-muted);
    margin-right: 0.35rem;
}

/* Status + passcode fields sit side by side, wrapping when tight */
.user-card__fields[b-e4yt15wjt4] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--spacing-sm);
}

.field[b-e4yt15wjt4] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}

.field__label[b-e4yt15wjt4] {
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--text-muted);
}

.passcode-row[b-e4yt15wjt4] {
    display: flex;
    align-items: center;
    gap: var(--spacing-sm);
    min-height: 38px;
}

.passcode-row code[b-e4yt15wjt4] {
    flex: 1;
    overflow-x: auto;
    white-space: nowrap;
}

.passcode-row .btn[b-e4yt15wjt4] {
    flex: 0 0 auto;
}

/* Toggle switches for the boolean flags */
.user-card__toggles[b-e4yt15wjt4] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem var(--spacing-md);
    padding-top: var(--spacing-sm);
    border-top: 1px solid var(--border-subtle);
}

.toggle[b-e4yt15wjt4] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
    font-size: 0.9rem;
    color: var(--text-primary);
    margin: 0;
    min-height: 34px;
}

.toggle .form-check-input[b-e4yt15wjt4] {
    width: 2.4rem;
    height: 1.35rem;
    margin: 0;
    flex: 0 0 auto;
    cursor: pointer;
    /* Bootstrap switch look without needing the .form-switch wrapper */
    border-radius: var(--radius-full);
    background-color: rgba(255, 255, 255, 0.12);
    border: 1px solid var(--border-primary);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23dfe2e7'/%3e%3c/svg%3e");
    background-position: left center;
    background-repeat: no-repeat;
    transition: background-position 0.15s ease, background-color 0.15s ease;
    appearance: none;
    -webkit-appearance: none;
}

.toggle .form-check-input:checked[b-e4yt15wjt4] {
    background-color: var(--brand-red);
    border-color: var(--brand-red);
    background-position: right center;
}

.toggle .form-check-input:disabled[b-e4yt15wjt4] {
    opacity: 0.5;
    cursor: not-allowed;
}

/* Phone: fields and toggles stack to single column */
@media (max-width: 400px) {
    .user-card__fields[b-e4yt15wjt4] {
        grid-template-columns: 1fr;
    }

    .user-card__toggles[b-e4yt15wjt4] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/Login.razor.rz.scp.css */
/* Login / Registrierung — centred, touch-friendly forms */

h1[b-6wr18nvd96], h2[b-6wr18nvd96] {
    color: var(--text-inverse);
}

form[b-6wr18nvd96] {
    max-width: 440px;
}

.form-control[b-6wr18nvd96],
.form-select[b-6wr18nvd96] {
    min-height: 46px;
    width: 100%;
}

.btn[b-6wr18nvd96] {
    min-height: 46px;
}

/* Full-width primary actions on phones */
@media (max-width: 640.98px) {
    form .btn[b-6wr18nvd96] {
        width: 100%;
    }

    hr[b-6wr18nvd96] {
        margin: var(--spacing-lg) 0;
    }
}
/* /Components/Pages/SpeakerQueue.razor.rz.scp.css */
/* SpeakerQueue with StuK Corporate Design */

/* Container padding */
.container.py-4[b-pckwu872i8] {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

/* Cards */
.card[b-pckwu872i8] {
    background: var(--bg-secondary);
    border: 1px solid var(--border-primary);
    border-radius: var(--radius-sm);
    box-shadow: var(--shadow-subtle);
    margin-bottom: var(--spacing-md);
}

.card-header[b-pckwu872i8] {
    background: linear-gradient(135deg, rgba(188, 43, 37, 0.2), rgba(36, 58, 92, 0.2));
    border-bottom: 1px solid var(--border-secondary);
    padding: var(--spacing-sm) var(--spacing-md);
}

.card-header.bg-primary[b-pckwu872i8] {
    background: linear-gradient(135deg, rgba(188, 43, 37, 0.25), rgba(36, 58, 92, 0.25));
    border-bottom: 1px solid rgba(188, 43, 37, 0.4);
}

.card-header.bg-secondary[b-pckwu872i8] {
    background: linear-gradient(135deg, rgba(36, 58, 92, 0.25), rgba(188, 43, 37, 0.25));
    border-bottom: 1px solid rgba(36, 58, 92, 0.4);
}

.card-header h5[b-pckwu872i8] {
    color: var(--text-inverse);
    font-weight: 700;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: var(--spacing-xs);
}

.card-body.p-0[b-pckwu872i8] {
    padding: 0;
}

.card-body[b-pckwu872i8] {
    padding: var(--spacing-md);
    color: var(--text-primary);
}

/* List group */
.list-group[b-pckwu872i8] {
    border-radius: 0;
}

.list-group-flush .list-group-item:first-child[b-pckwu872i8] {
    border-top: none;
}

.list-group-item[b-pckwu872i8] {
    background: transparent;
    border: none;
    border-bottom: 1px solid var(--border-subtle);
    padding: var(--spacing-sm) var(--spacing-md);
    color: var(--text-primary);
}

.list-group-item:last-child[b-pckwu872i8] {
    border-bottom: none;
}

/* Alerts */
.alert[b-pckwu872i8] {
    border-radius: 0;
    padding: var(--spacing-sm) var(--spacing-md);
    margin-bottom: 0;
    border: none;
    border-left: 3px solid;
}

.alert.mb-0.br-0[b-pckwu872i8] {
    border-radius: 0;
    margin-bottom: 0;
    border: none;
    border-left: 3px solid;
}

.alert-danger[b-pckwu872i8] {
    background: rgba(239, 68, 68, 0.1);
    border-left-color: #ef4444;
    color: var(--text-primary);
}

.alert-success[b-pckwu872i8] {
    background: rgba(34, 197, 94, 0.1);
    border-left-color: #22c55e;
    color: var(--text-primary);
}

.alert-primary[b-pckwu872i8] {
    background: rgba(188, 43, 37, 0.1);
    border-left-color: var(--brand-red);
    color: var(--text-primary);
}

.alert-secondary[b-pckwu872i8] {
    background: rgba(255, 255, 255, 0.05);
    border-left-color: var(--border-primary);
    color: var(--text-secondary);
}

.alert-info[b-pckwu872i8] {
    background: rgba(34, 197, 94, 0.1);
    border-left-color: #22c55e;
    color: var(--text-primary);
}

.alert p[b-pckwu872i8] {
    margin-bottom: 0;
    color: inherit;
}

.alert .bi[b-pckwu872i8] {
    margin-right: var(--spacing-xs);
}

/* Buttons */
.btn[b-pckwu872i8] {
    min-height: 36px;
    padding: 0.5rem 1rem;
    font-weight: 600;
    font-size: 0.85rem;
}

.btn-sm[b-pckwu872i8] {
    padding: 0.25rem 0.75rem;
    font-size: 0.8rem;
}

.btn-primary[b-pckwu872i8] {
    background: var(--grad);
    border: 1px solid rgba(255, 255, 255, 0.22);
    color: var(--text-inverse);
}

.btn-primary:hover[b-pckwu872i8] {
    background: linear-gradient(135deg, #a02f2a, #1d2d4a);
    transform: translateY(-1px);
}

.btn-success[b-pckwu872i8] {
    background: rgba(34, 197, 94, 0.25);
    border: 1px solid rgba(34, 197, 94, 0.4);
    color: #22c55e;
}

.btn-success:hover[b-pckwu872i8] {
    background: rgba(34, 197, 94, 0.35);
}

.btn-danger[b-pckwu872i8] {
    background: rgba(239, 68, 68, 0.25);
    border: 1px solid rgba(239, 68, 68, 0.4);
    color: #ef4444;
}

.btn-danger:hover[b-pckwu872i8] {
    background: rgba(239, 68, 68, 0.35);
}

.btn-outline-success[b-pckwu872i8] {
    background: transparent;
    border: 1px solid rgba(34, 197, 94, 0.4);
    color: #22c55e;
}

.btn-outline-success:hover[b-pckwu872i8] {
    background: rgba(34, 197, 94, 0.15);
}

.btn-outline-danger[b-pckwu872i8] {
    background: transparent;
    border: 1px solid rgba(239, 68, 68, 0.4);
    color: #ef4444;
}

.btn-outline-danger:hover[b-pckwu872i8] {
    background: rgba(239, 68, 68, 0.15);
}

.btn-group[b-pckwu872i8] {
    display: flex;
    gap: var(--spacing-xs);
}

.btn-group .btn[b-pckwu872i8] {
    border-radius: var(--radius-xs);
}

.btn-group .btn:first-child[b-pckwu872i8] {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group .btn:last-child[b-pckwu872i8] {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

/* Text styling */
strong[b-pckwu872i8] {
    color: var(--text-inverse);
    font-weight: 700;
}

.text-muted[b-pckwu872i8] {
    color: var(--text-muted) !important;
    opacity: 1 !important;
}

small.d-block.text-muted[b-pckwu872i8] {
    color: var(--text-muted) !important;
    opacity: 1 !important;
    font-size: 0.8rem;
}

/* Headings */
h1[b-pckwu872i8] {
    color: var(--text-inverse);
    font-weight: 800;
    margin-bottom: var(--spacing-md);
}

/* Flex layout */
.d-flex.justify-content-between.align-items-center[b-pckwu872i8] {
    flex-wrap: wrap;
    gap: var(--spacing-sm);
}

.d-flex.justify-content-between.align-items-center h1[b-pckwu872i8] {
    margin-bottom: 0;
    flex: 1;
    min-width: 200px;
}

/* Minimum heights */
.card-body p-0[b-pckwu872i8] {
    min-height: 200px;
}

/* User name styling */
strong[b-pckwu872i8] {
    font-weight: 700;
}

/* Icon spacing */
.bi[b-pckwu872i8] {
    margin-right: var(--spacing-xs);
}

/* Remove extra margins */
.container.py-4:first-of-type[b-pckwu872i8] {
    padding-top: 0 !important;
}

.br-0[b-pckwu872i8] {
    border-radius: 0;
}

/* Speaker rows: name grows, actions wrap beneath when space runs out
   (works at any width, not just phones). */
.list-group-item .alert .d-flex.justify-content-between.align-items-center[b-pckwu872i8] {
    flex-wrap: wrap;
    gap: 0.4rem;
    row-gap: 0.5rem;
}

.list-group-item .alert .d-flex.justify-content-between.align-items-center > div:first-child[b-pckwu872i8] {
    flex: 1 1 55%;
    min-width: 0;
}

.list-group-item .btn.btn-sm[b-pckwu872i8] {
    min-height: 38px;
    padding: 0.4rem 0.8rem;
}

.list-group-item .btn.me-2[b-pckwu872i8] {
    margin-right: 0.5rem;
}

/* Page title + open/close button */
@media (max-width: 640.98px) {
    .d-flex.justify-content-between.align-items-center h1[b-pckwu872i8] {
        min-width: 0;
        font-size: 1.5rem;
    }

    .d-flex.justify-content-between.align-items-center .btn-group[b-pckwu872i8] {
        width: 100%;
    }

    .d-flex.justify-content-between.align-items-center .btn-group .btn[b-pckwu872i8] {
        flex: 1;
    }
}
/* /Components/Shared/Abstimmungen.razor.rz.scp.css */
/* Closed-vote summaries — dark theme + mobile */

.card[b-7z1qeib67q] {
    background: var(--bg-secondary);
    border: 1px solid var(--border-primary);
    border-radius: var(--radius-sm);
    margin-bottom: var(--spacing-sm);
}

.card-body[b-7z1qeib67q] {
    color: var(--text-primary);
    padding: var(--spacing-md);
}

h5[b-7z1qeib67q], h6[b-7z1qeib67q] {
    color: var(--text-inverse);
}

/* Result tally boxes: Bootstrap .bg-light is a near-white fill — restyle
   as dark panels so the coloured numbers stay readable. */
.bg-light[b-7z1qeib67q] {
    background: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid var(--border-subtle);
}

.row.text-center .p-2 strong[b-7z1qeib67q] {
    font-size: 1.3rem;
    font-weight: 800;
}

.alert-info[b-7z1qeib67q] {
    text-align: center;
}
/* /Components/Shared/AbstimmungResults.razor.rz.scp.css */
/* Abstimmungsergebnisse — results page */

h1[b-71vfftla7s], h3[b-71vfftla7s] {
    color: var(--text-inverse);
}

.lead[b-71vfftla7s] {
    color: var(--text-secondary);
}

.card[b-71vfftla7s] {
    background: var(--bg-secondary);
    border: 1px solid var(--border-primary);
    border-radius: var(--radius-sm);
}

.card-header[b-71vfftla7s] {
    background: rgba(188, 43, 37, 0.15);
    border-bottom: 1px solid var(--border-secondary);
    padding: var(--spacing-sm) var(--spacing-md);
}

.card-header h5[b-71vfftla7s] {
    color: var(--text-inverse);
    margin-bottom: 0;
}

/* Brand-coloured result bars */
.progress[b-71vfftla7s] {
    background: rgba(255, 255, 255, 0.08);
    border-radius: var(--radius-full);
    overflow: hidden;
}

.progress-bar[b-71vfftla7s] {
    background: var(--grad);
}

/* Keep tables from forcing horizontal scroll of the whole page */
.table-responsive[b-71vfftla7s] {
    width: 100%;
}

@media (max-width: 640.98px) {
    h1[b-71vfftla7s] {
        font-size: 1.6rem;
    }

    .table[b-71vfftla7s] {
        font-size: 0.9rem;
    }
}
/* /Components/Shared/SpeakerQueueList.razor.rz.scp.css */
/* SpeakerQueueList — mobile-friendly queue management rows */

.card[b-t0fymien74] {
    background: var(--bg-secondary);
    border: 1px solid var(--border-primary);
    border-radius: var(--radius-sm);
    box-shadow: var(--shadow-subtle);
    margin-bottom: var(--spacing-md);
}

/* Header: title left, +/X action right */
.card-header[b-t0fymien74] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: var(--spacing-sm);
    background: linear-gradient(135deg, rgba(188, 43, 37, 0.25), rgba(36, 58, 92, 0.25));
    border-bottom: 1px solid var(--border-secondary);
    padding: var(--spacing-sm) var(--spacing-md);
}

.card-header h5[b-t0fymien74] {
    color: var(--text-inverse);
    margin-bottom: 0;
    font-weight: 700;
}

.card-body[b-t0fymien74] {
    padding: var(--spacing-sm);
}

.list-group-item[b-t0fymien74] {
    background: transparent;
    border: none;
    padding: 0;
}

.list-group-item .alert[b-t0fymien74] {
    border: none;
    border-left: 3px solid var(--brand-red);
    border-radius: var(--radius-xs);
    margin-bottom: var(--spacing-sm);
    background: rgba(188, 43, 37, 0.08);
}

.list-group-item .alert.alert-secondary[b-t0fymien74] {
    border-left-color: var(--border-primary);
    background: rgba(255, 255, 255, 0.04);
}

.list-group-item strong[b-t0fymien74] {
    color: var(--text-inverse);
}

/* Action rows wrap whenever they run out of room — works at any width,
   regardless of the sidebar eating horizontal space. */
.list-group-item .d-flex.justify-content-between.align-items-center[b-t0fymien74] {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 0.4rem;
    row-gap: 0.5rem;
}

/* Queue name / input grows to fill; buttons keep their size and wrap below */
.list-group-item .d-flex.justify-content-between.align-items-center > div:first-child[b-t0fymien74] {
    flex: 1 1 200px;
    min-width: 0;
}

.list-group-item .form-control-sm[b-t0fymien74] {
    width: 100%;
}

.list-group-item .btn.btn-sm[b-t0fymien74] {
    min-height: 38px;
    padding: 0.4rem 0.7rem;
}

.list-group-item .btn.me-2[b-t0fymien74] {
    margin-right: 0.4rem;
}
/* /Components/Shared/SpeakerQueueRemote.razor.rz.scp.css */
/* Touch-friendly quick-action buttons (Dafür / Rednerliste / Dagegen) */

.card[b-2b4k8hrfi2] {
    margin-bottom: var(--spacing-md);
}

/* Icon stacked above a single-line label; large, evenly-sized tap targets */
.row.g-2 .btn[b-2b4k8hrfi2] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    text-align: center;
    line-height: 1.15;
    min-height: 82px;
    height: 100%;
    padding: 0.7rem 0.3rem;
}

.row.g-2 .btn .bi[b-2b4k8hrfi2] {
    margin: 0;
    line-height: 1;
    font-size: 1.5rem;
}

.row.g-2 .btn > div[b-2b4k8hrfi2] {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: clamp(0.7rem, 2.9vw, 1rem);
    font-weight: 700;
}

@media (max-width: 640.98px) {
    .row.g-2 .btn[b-2b4k8hrfi2] {
        min-height: 88px;
    }
}
/* /Components/Shared/Voting.razor.rz.scp.css */
/* Touch-friendly vote buttons (Dafür / Enthaltung / Dagegen) */

.card[b-iafscang0f] {
    margin-bottom: var(--spacing-md);
}

.card-header.bg-primary[b-iafscang0f] {
    background: var(--grad);
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.card-header h4[b-iafscang0f] {
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    gap: var(--spacing-xs);
    margin-bottom: 0;
    color: var(--text-inverse);
}

.card .body[b-iafscang0f],
.card-body[b-iafscang0f] {
    color: var(--text-primary);
}

.card-body .text-muted[b-iafscang0f] {
    color: var(--text-secondary);
}

/* Icon stacked above a single-line label; large, evenly-sized tap targets */
.row.g-2 .btn[b-iafscang0f] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    text-align: center;
    line-height: 1.15;
    min-height: 82px;
    height: 100%;
    padding: 0.7rem 0.3rem;
}

.row.g-2 .btn .bi[b-iafscang0f] {
    margin: 0;
    line-height: 1;
    font-size: 1.5rem;
}

.row.g-2 .btn > div[b-iafscang0f] {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: clamp(0.72rem, 3vw, 1rem);
    font-weight: 700;
}

@media (max-width: 640.98px) {
    .row.g-2 .btn[b-iafscang0f] {
        min-height: 88px;
    }
}
