/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-7wmd8lnr7h] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-7wmd8lnr7h] {
    flex: 1;
}

.sidebar[b-7wmd8lnr7h] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-7wmd8lnr7h] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-7wmd8lnr7h]  a, .top-row[b-7wmd8lnr7h]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-7wmd8lnr7h]  a:hover, .top-row[b-7wmd8lnr7h]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-7wmd8lnr7h]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-7wmd8lnr7h] {
        justify-content: space-between;
    }

    .top-row[b-7wmd8lnr7h]  a, .top-row[b-7wmd8lnr7h]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-7wmd8lnr7h] {
        flex-direction: row;
    }

    .sidebar[b-7wmd8lnr7h] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-7wmd8lnr7h] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-7wmd8lnr7h]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-7wmd8lnr7h], article[b-7wmd8lnr7h] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-7wmd8lnr7h] {
    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-7wmd8lnr7h] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-15oguh3tla] {
    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-15oguh3tla] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-15oguh3tla] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-15oguh3tla] {
    font-size: 1.1rem;
}

.bi[b-15oguh3tla] {
    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-15oguh3tla] {
    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-15oguh3tla] {
    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-15oguh3tla] {
    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-15oguh3tla] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-15oguh3tla] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-15oguh3tla] {
        padding-bottom: 1rem;
    }

    .nav-item[b-15oguh3tla]  .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-15oguh3tla]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-15oguh3tla]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-15oguh3tla] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-15oguh3tla] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-15oguh3tla] {
        display: none;
    }

    .nav-scrollable[b-15oguh3tla] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-3dpx7yzogk],
.components-reconnect-repeated-attempt-visible[b-3dpx7yzogk],
.components-reconnect-failed-visible[b-3dpx7yzogk],
.components-pause-visible[b-3dpx7yzogk],
.components-resume-failed-visible[b-3dpx7yzogk],
.components-rejoining-animation[b-3dpx7yzogk] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-3dpx7yzogk],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-3dpx7yzogk],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-3dpx7yzogk],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-3dpx7yzogk],
#components-reconnect-modal.components-reconnect-retrying[b-3dpx7yzogk],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-3dpx7yzogk],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-3dpx7yzogk],
#components-reconnect-modal.components-reconnect-failed[b-3dpx7yzogk],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-3dpx7yzogk] {
    display: block;
}


#components-reconnect-modal[b-3dpx7yzogk] {
    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-3dpx7yzogk 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-3dpx7yzogk 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-3dpx7yzogk 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-3dpx7yzogk]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-3dpx7yzogk 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-3dpx7yzogk {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-3dpx7yzogk {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-3dpx7yzogk {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-3dpx7yzogk] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-3dpx7yzogk] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-3dpx7yzogk] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-3dpx7yzogk] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-3dpx7yzogk] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-3dpx7yzogk] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-3dpx7yzogk] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-3dpx7yzogk 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-3dpx7yzogk] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-3dpx7yzogk {
    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/Chat.razor.rz.scp.css */
.chat-container[b-1wgi2ptsly] {
    display: flex;
    flex-direction: column;
    height: 100vh;
    overflow: hidden;
    background: linear-gradient(to bottom, #f5f9ff, #e8f1ff);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.messages[b-1wgi2ptsly] {
    flex: 1;
    overflow-y: auto;
    padding: 24px 16px;
    display: flex;
    flex-direction: column;
    gap: 18px;
    scroll-behavior: smooth;
}

.message[b-1wgi2ptsly] {
    display: flex;
    max-width: 78%;
    animation: fadeIn-b-1wgi2ptsly 0.35s ease-out;
}

    .message.user[b-1wgi2ptsly] {
        align-self: flex-end;
    }

    .message.assistant[b-1wgi2ptsly] {
        align-self: flex-start;
    }

.bubble-wrapper[b-1wgi2ptsly] {
    position: relative;
}

.bubble[b-1wgi2ptsly] {
    padding: 13px 18px;
    border-radius: 20px;
    font-size: 15px;
    position: relative;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(8px);
}

.message.assistant .bubble[b-1wgi2ptsly] {
    background: rgba(255, 255, 255, 0.95);
    color: #1a1a1a;
    border-bottom-left-radius: 6px;
}

    .message.assistant .bubble[b-1wgi2ptsly]::before {
        content: '';
        position: absolute;
        left: -10px;
        bottom: 0;
        width: 0;
        height: 0;
        border: 10px solid transparent;
        border-right-color: rgba(255, 255, 255, 0.95);
    }

.message.user .bubble[b-1wgi2ptsly] {
    background: linear-gradient(135deg, #0078ff, #0060d6);
    color: white;
    border-bottom-right-radius: 6px;
}

    .message.user .bubble[b-1wgi2ptsly]::before {
        content: '';
        position: absolute;
        right: -10px;
        bottom: 0;
        width: 0;
        height: 0;
        border: 10px solid transparent;
        border-left-color: #0078ff;
    }

.timestamp[b-1wgi2ptsly] {
    display: block;
    font-size: 11px;
    opacity: 0.7;
    margin-top: 8px;
    text-align: right;
}

/* Input Area */
.input-area[b-1wgi2ptsly] {
    display: flex;
    align-items: end;
    gap: 14px;
    padding: 16px;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(12px);
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}

    .input-area textarea[b-1wgi2ptsly] {
        flex: 1;
        resize: none;
        padding: 14px 20px;
        font-size: 15px;
        border-radius: 28px;
        border: 1px solid #d0d7e2;
        background: #ffffff;
        min-height: 52px;
        max-height: 140px;
        overflow-y: auto;
        transition: all 0.2s;
    }

        .input-area textarea:focus[b-1wgi2ptsly] {
            outline: none;
            border-color: #0078ff;
            box-shadow: 0 0 0 4px rgba(0, 120, 255, 0.18);
        }

    .input-area button[b-1wgi2ptsly] {
        width: 52px;
        height: 52px;
        border-radius: 50%;
        border: none;
        background: #0078ff;
        color: white;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.25s ease;
        flex-shrink: 0;
    }

        .input-area button:hover[b-1wgi2ptsly] {
            background: #0060d6;
            transform: translateY(-2px);
            box-shadow: 0 6px 16px rgba(0, 120, 255, 0.3);
        }

        .input-area button:active[b-1wgi2ptsly] {
            transform: translateY(0);
        }

.send-icon[b-1wgi2ptsly] {
    width: 24px;
    height: 24px;
}

/* Typing Indicator (pure CSS) */
.typing-bubble[b-1wgi2ptsly] {
    display: flex;
    gap: 7px;
    padding: 14px 18px;
    background: rgba(240, 240, 240, 0.95) !important;
}

    .typing-bubble span[b-1wgi2ptsly] {
        width: 9px;
        height: 9px;
        border-radius: 50%;
        background: #888;
        animation: typing-b-1wgi2ptsly 1.4s infinite ease-in-out;
    }

        .typing-bubble span:nth-child(1)[b-1wgi2ptsly] {
            animation-delay: 0s;
        }

        .typing-bubble span:nth-child(2)[b-1wgi2ptsly] {
            animation-delay: 0.2s;
        }

        .typing-bubble span:nth-child(3)[b-1wgi2ptsly] {
            animation-delay: 0.4s;
        }

@keyframes typing-b-1wgi2ptsly {
    0%, 100% {
        transform: translateY(0);
        opacity: 0.6;
    }

    50% {
        transform: translateY(-10px);
        opacity: 1;
    }
}

@keyframes fadeIn-b-1wgi2ptsly {
    from {
        opacity: 0;
        transform: translateY(12px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (prefers-color-scheme: dark) {
    .chat-container[b-1wgi2ptsly] {
        background: #000000; /* Pure black */
    }

    .message.assistant .bubble[b-1wgi2ptsly] {
        background: rgba(30, 30, 30, 0.95); /* Slightly elevated dark gray */
        color: #e0e0e0;
    }

        .message.assistant .bubble[b-1wgi2ptsly]::before {
            border-right-color: rgba(30, 30, 30, 0.95);
        }

    .message.user .bubble[b-1wgi2ptsly] {
        background: linear-gradient(135deg, #0078ff, #004fcb); /* Keep vibrant blue pop */
    }

    .input-area[b-1wgi2ptsly] {
        background: rgba(0, 0, 0, 0.85);
        border-top: 1px solid rgba(255, 255, 255, 0.05);
    }

        .input-area textarea[b-1wgi2ptsly] {
            background: #111111;
            border-color: #333333;
            color: #e0e0e0;
        }

            .input-area textarea[b-1wgi2ptsly]::placeholder {
                color: #888888;
            }

    .typing-bubble[b-1wgi2ptsly] {
        background: #222222 !important;
    }
}


/* TOP BAR */
.top-bar[b-1wgi2ptsly] {
    height: 48px;
    padding: 0 16px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    background: transparent;
}

.user-email[b-1wgi2ptsly] {
    font-size: 14px;
    color: #e0e0e0;
}

.logout-btn[b-1wgi2ptsly] {
    background: transparent;
    border: none;
    font-size: 14px;
    cursor: pointer;
    color: #e0e0e0;
    text-decoration:none
}

.logout-btn:hover[b-1wgi2ptsly] {
    text-decoration: underline;
    font-weight:600
}
/* /Components/Pages/Login.razor.rz.scp.css */
/* Base for both modes */
.login-container[b-kgcnk7r8vq] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000000; /* Pure black for OLED */
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    padding: 20px;
}

.login-card[b-kgcnk7r8vq] {
    background: rgba(30, 30, 30, 0.95); /* Matches your chat assistant bubble */
    backdrop-filter: blur(16px); /* Subtle glassmorphism – trendy in 2025 */
    border-radius: 24px;
    padding: 40px 36px;
    width: 100%;
    max-width: 420px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.05);
    text-align: center;
    animation: fadeIn-b-kgcnk7r8vq 0.6s ease-out;
}

    .login-card h2[b-kgcnk7r8vq] {
        font-size: 28px;
        font-weight: 600;
        color: #e0e0e0;
        margin-bottom: 8px;
    }

    .login-card p[b-kgcnk7r8vq] {
        color: #888888;
        margin-bottom: 32px;
        font-size: 15px;
    }

.input-group[b-kgcnk7r8vq] {
    margin-bottom: 20px;
    text-align: left;
}

    .input-group input[b-kgcnk7r8vq] {
        width: 100%;
        padding: 16px 20px;
        font-size: 15px;
        background: #111111;
        border: 1px solid #333333;
        border-radius: 16px;
        color: #e0e0e0;
        transition: all 0.3s;
    }

        .input-group input[b-kgcnk7r8vq]::placeholder {
            color: #888888;
        }

        .input-group input:focus[b-kgcnk7r8vq] {
            outline: none;
            border-color: #0078ff;
            box-shadow: 0 0 0 4px rgba(0, 120, 255, 0.2);
            background: #181818;
        }

.options[b-kgcnk7r8vq] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 28px;
    font-size: 14px;
    color: #888888;
}

    .options label[b-kgcnk7r8vq] {
        display: flex;
        align-items: center;
        gap: 8px;
        cursor: pointer;
    }

    .options a[b-kgcnk7r8vq] {
        color: #0078ff;
        text-decoration: none;
    }

        .options a:hover[b-kgcnk7r8vq] {
            text-decoration: underline;
        }

button[b-kgcnk7r8vq] {
    width: 100%;
    padding: 16px;
    font-size: 16px;
    font-weight: 600;
    background: linear-gradient(135deg, #0078ff, #004fcb);
    color: white;
    border: none;
    border-radius: 16px;
    cursor: pointer;
    transition: all 0.3s;
    margin-bottom: 24px;
}

    button:hover[b-kgcnk7r8vq] {
        transform: translateY(-2px);
        box-shadow: 0 8px 24px rgba(0, 120, 255, 0.4);
    }

.signup-link[b-kgcnk7r8vq] {
    color: #888888;
    font-size: 14px;
}

    .signup-link a[b-kgcnk7r8vq] {
        color: #0078ff;
        text-decoration: none;
    }

        .signup-link a:hover[b-kgcnk7r8vq] {
            text-decoration: underline;
        }

@keyframes fadeIn-b-kgcnk7r8vq {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Optional: Light mode fallback (if you ever add toggle) */
@media (prefers-color-scheme: light) {
    .login-container[b-kgcnk7r8vq] {
        background: linear-gradient(to bottom, #f5f9ff, #e8f1ff);
    }

    .login-card[b-kgcnk7r8vq] {
        background: rgba(255, 255, 255, 0.95);
        color: #1a1a1a;
    }

    .input-group input[b-kgcnk7r8vq] {
        background: #ffffff;
        border-color: #d0d7e2;
        color: #1a1a1a;
    }

        .input-group input[b-kgcnk7r8vq]::placeholder {
            color: #666;
        }
}


.form-input[b-kgcnk7r8vq] {
    width: 100%;
    padding: 16px 20px;
    font-size: 15px;
    background: #111111;
    border: 1px solid #333333;
    border-radius: 16px;
    color: #e0e0e0;
    transition: all 0.3s;
}

    .form-input:focus[b-kgcnk7r8vq] {
        outline: none;
        border-color: #0078ff;
        box-shadow: 0 0 0 4px rgba(0, 120, 255, 0.2);
        background: #181818;
    }

.validation-error[b-kgcnk7r8vq] {
    color: #ff6b6b;
    font-size: 13px;
    margin-top: 6px;
    margin-left: 4px;
}

.error-message[b-kgcnk7r8vq] {
    background: rgba(255, 107, 107, 0.15);
    color: #ff6b6b;
    padding: 12px 16px;
    border-radius: 12px;
    margin: 16px 0;
    font-size: 14px;
    border: 1px solid rgba(255, 107, 107, 0.3);
}

.checkbox-label[b-kgcnk7r8vq] {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    font-size: 14px;
    color: #888888;
}

    .checkbox-label input[type="checkbox"][b-kgcnk7r8vq] {
        accent-color: #0078ff;
    }

.spinner[b-kgcnk7r8vq] {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255,255,255,0.3);
    border-radius: 50%;
    border-top-color: white;
    animation: spin-b-kgcnk7r8vq 1s ease-in-out infinite;
    margin-right: 8px;
}

@keyframes spin-b-kgcnk7r8vq {
    to {
        transform: rotate(360deg);
    }
}

button:disabled[b-kgcnk7r8vq] {
    opacity: 0.7;
    cursor: not-allowed;
    transform: none;
}
