/* _content/MiaDotNet.Demo.Web/Components/HerokuLoginButton.razor.rz.scp.css */
.auth-container[b-vnulurm5o8] {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 0;
    position: relative;
}

.heroku-login-button[b-vnulurm5o8] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 12px 15px;
    background-color: #79589F;
    color: white;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    font-size: 1.0rem;
    transition: background-color 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    position: relative;
}

.heroku-login-button:hover[b-vnulurm5o8] {
    background-color: #8A69B3;
    color: white;
    text-decoration: none;
}

.heroku-logo[b-vnulurm5o8] {
    width: 24px;
    height: 24px;
    margin-right: 0;
}

.info-icon[b-vnulurm5o8] {
    cursor: pointer;
    color: #fff;
    font-size: 1rem;
    z-index: 10;
    margin-left: 0;
}

.auth-notice[b-vnulurm5o8] {
    position: absolute;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 250px;
    right: 0;
    top: calc(100% + 10px);
    z-index: 15;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    font-size: 0.85rem;
    color: #343a40;
    line-height: 1.4;
}

.info-icon:hover ~ .auth-notice[b-vnulurm5o8] {
    opacity: 1;
    visibility: visible;
} 
/* _content/MiaDotNet.Demo.Web/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-93n3e6ezei] {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100vh;
    overflow: hidden;
    width: 100%;
}

.main-content[b-93n3e6ezei] {
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0;
    position: relative;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

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

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

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

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

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

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

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

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

    .main-content[b-93n3e6ezei] {
        width: calc(100% - 250px);
        margin-left: 0;
    }

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

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

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

#blazor-error-ui[b-93n3e6ezei] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-93n3e6ezei] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/MiaDotNet.Demo.Web/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-1mx79amha1] {
    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-1mx79amha1] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-1mx79amha1] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    background-color: #211746;
    padding: 1.5rem 1rem 1rem 1rem;
}

.navbar-logo[b-1mx79amha1] {
    height: 3rem;
    width: auto;
    flex-shrink: 0;
    margin-bottom: 0.75rem;
}

.navbar-title-container[b-1mx79amha1] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.5rem;
}

.navbar-brand[b-1mx79amha1] {
    font-size: 1.4rem;
    font-weight: 600;
    margin: 0;
    text-align: center;
    line-height: 1.2;
}

.navbar-subtitle[b-1mx79amha1] {
    font-size: 0.8rem;
    color: #ffffff;
    text-align: center;
}

.navbar-subtitle a[b-1mx79amha1] {
    color: #ffe187;
    text-decoration: none;
    margin: 0 3px;
}

.navbar-subtitle a:hover[b-1mx79amha1] {
    text-decoration: underline;
}

.bi[b-1mx79amha1] {
    display: inline-block !important;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
    flex-shrink: 0;
    background-repeat: no-repeat;
    background-position: center;
}

.bi-house-door-fill-nav-menu[b-1mx79amha1] {
    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-app-indicator-nav-menu[b-1mx79amha1] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-layout-text-window' viewBox='0 0 16 16'%3E%3Cpath d='M3 6.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5zm0 3a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5zm.5 2.5a.5.5 0 0 0 0 1h5a.5.5 0 0 0 0-1h-5z'/%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-2H2zm12 1a1 1 0 0 1 1 1v1H1V2a1 1 0 0 1 1-1h12zm1 3v10a1 1 0 0 1-1 1h-2V4h3zm-4 0v11H2a1 1 0 0 1-1-1V4h10z'/%3E%3C/svg%3E");
}

.bi-search-nav-menu[b-1mx79amha1] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-search' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'/%3E%3C/svg%3E");
}

.bi-image-fill-nav-menu[b-1mx79amha1] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-image-fill' viewBox='0 0 16 16'%3E%3Cpath d='M.002 3a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-12a2 2 0 0 1-2-2V3zm1 9v1a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V9.5l-3.777-1.947a.5.5 0 0 0-.577.093l-3.71 3.71-2.66-1.772a.5.5 0 0 0-.577.076L1.002 12zm5-6.5a1.5 1.5 0 1 0-3 0 1.5 1.5 0 0 0 3 0z'/%3E%3C/svg%3E");
    display: inline-block !important;
    visibility: visible !important;
}

.bi-plus-square-fill-nav-menu[b-1mx79amha1] {
    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-book-fill-nav-menu[b-1mx79amha1] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-book' viewBox='0 0 16 16'%3E%3Cpath d='M1 2.828c.885-.37 2.154-.769 3.388-.893 1.33-.134 2.458.063 3.112.752v9.746c-.935-.53-2.12-.603-3.213-.493-1.18.12-2.37.461-3.287.811V2.828zm7.5-.141c.654-.689 1.782-.886 3.112-.752 1.234.124 2.503.523 3.388.893v9.923c-.918-.35-2.107-.692-3.287-.81-1.094-.111-2.278-.039-3.213.492V2.687zM8 1.783C7.015.936 5.587.81 4.287.94c-1.514.153-3.042.672-3.994 1.105A.5.5 0 0 0 0 2.5v11a.5.5 0 0 0 .707.455c.882-.4 2.303-.881 3.68-1.02 1.409-.142 2.59.087 3.223.877a.5.5 0 0 0 .78 0c.633-.79 1.814-1.019 3.222-.877 1.378.139 2.8.62 3.681 1.02A.5.5 0 0 0 16 13.5v-11a.5.5 0 0 0-.293-.455c-.952-.433-2.48-.952-3.994-1.105C10.413.809 8.985.936 8 1.783z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-1mx79amha1] {
    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-chat-dots-fill-nav-menu[b-1mx79amha1] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-chat-dots-fill' viewBox='0 0 16 16'%3E%3Cpath d='M16 8c0 3.866-3.582 7-8 7a9 9 0 0 1-2.347-.306c-.584.296-1.925.864-4.181 1.234-.2.032-.352-.176-.273-.362.354-.836.674-1.95.77-2.966C.744 11.37 0 9.76 0 8c0-3.866 3.582-7 8-7s8 3.134 8 7M5 8a1 1 0 1 0-2 0 1 1 0 0 0 2 0m4 0a1 1 0 1 0-2 0 1 1 0 0 0 2 0m3 1a1 1 0 1 0 0-2 1 1 0 0 0 0 2'/%3E%3C/svg%3E");
}

.bi-box-arrow-right-nav-menu[b-1mx79amha1] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-box-arrow-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M10 12.5a.5.5 0 0 1-.5.5h-8a.5.5 0 0 1-.5-.5v-9a.5.5 0 0 1 .5-.5h8a.5.5 0 0 1 .5.5v2a.5.5 0 0 0 1 0v-2A1.5 1.5 0 0 0 9.5 2h-8A1.5 1.5 0 0 0 0 3.5v9A1.5 1.5 0 0 0 1.5 14h8a1.5 1.5 0 0 0 1.5-1.5v-2a.5.5 0 0 0-1 0z'/%3E%3Cpath fill-rule='evenodd' d='M15.854 8.354a.5.5 0 0 0 0-.708l-3-3a.5.5 0 0 0-.708.708L14.293 7.5H5.5a.5.5 0 0 0 0 1h8.793l-2.147 2.146a.5.5 0 0 0 .708.708z'/%3E%3C/svg%3E");
}

.nav-item[b-1mx79amha1] {
    font-size: 0.9rem;
    padding-bottom: 0.3rem;
}

.nav-item[b-1mx79amha1]  .nav-link {
    color: #d7d7d7;
    background: none;
    border: none;
    border-radius: 8px;
    height: 2.5rem;
    display: flex;
    align-items: center;
    line-height: 2.5rem;
    width: 100%;
    white-space: nowrap;
    overflow: visible;
}

.nav-submenu[b-1mx79amha1] {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
    width: 100%;
}

.nav-submenu .nav-item[b-1mx79amha1] {
    margin-top: 0;
    margin-left: 1rem;
    width: calc(100% - 1rem);
}

.nav-submenu .nav-item .nav-link[b-1mx79amha1] {
    border-radius: 8px;
    background-color: rgba(255,255,255,0.1);
    margin-bottom: 0.5rem;
    text-overflow: ellipsis;
    min-width: 100%;
    padding-right: 0.5rem;
    display: flex !important;
    align-items: center !important;
}

.nav-submenu .nav-item .nav-link .bi[b-1mx79amha1] {
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

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

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

.nav-scrollable[b-1mx79amha1] {
    display: none;
    background: linear-gradient(180deg, #211746, #79589F);
}

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

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

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

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 8.5rem);
        overflow-y: auto;
    }
}
/* _content/MiaDotNet.Demo.Web/Components/Layout/NoSidebarLayout.razor.rz.scp.css */
.page[b-thfs3w67u2] {
    background-image: url("/images/background.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100vh;
}

body[b-thfs3w67u2] {
    margin: 0;
    padding: 0;
}

.page[b-thfs3w67u2] {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100vh;
    overflow: hidden;
    width: 100%;
}

.main-content[b-thfs3w67u2] {
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0;
    position: relative;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

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

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

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

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

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

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

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

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

    .main-content[b-thfs3w67u2] {
        width: calc(100% - 250px);
        margin-left: 0;
    }

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

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

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

#blazor-error-ui[b-thfs3w67u2] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-thfs3w67u2] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/MiaDotNet.Demo.Web/Components/Pages/Diffusion.razor.rz.scp.css */
.diffusion-container[b-v4d834tvb4] {
    width: 100%;
    padding: 1.5rem;
    overflow-x: hidden;
    box-sizing: border-box;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 1rem;
}

#diffusion-configuration[b-v4d834tvb4] {
    background-color: #f8f9fa;
    padding: 2rem;
    border-radius: 0.5rem;
    width: 80%;
    margin: 0 auto;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

/* Responsive adjustments */
@media (max-width: 991px) {
    #diffusion-configuration[b-v4d834tvb4] {
        width: 90%;
    }
}

@media (max-width: 767px) {
    .diffusion-container[b-v4d834tvb4] {
        padding: 1rem;
    }
    
    #diffusion-configuration[b-v4d834tvb4] {
        width: 100%;
    }
} 
/* _content/MiaDotNet.Demo.Web/Components/Pages/Login.razor.rz.scp.css */
.landing-container[b-znx3tg948k] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    padding: 20px;
}

.hero-section[b-znx3tg948k] {
    max-width: 1200px;
    text-align: center;
    padding: 60px 20px;
    background: none;
    border-radius: 8px;
    margin: auto auto;
}

.hero-title[b-znx3tg948k] {
    font-size: 5rem;
    margin-bottom: 15px;
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.hero-subtitle[b-znx3tg948k] {
    font-size: 1.8rem;
    margin-bottom: 30px;
    color: white;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.hero-description[b-znx3tg948k] {
    font-size: 1.2rem;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.6;
    color: white;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.hero-description a[b-znx3tg948k] {
    color: white;
    text-decoration: underline;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.hero-description a:hover[b-znx3tg948k] {
    color: #f0f0f0;
}

.features-section[b-znx3tg948k] {
    display: flex;
    gap: 30px;
    margin-bottom: 60px;
    flex-wrap: wrap;
}

.feature-card[b-znx3tg948k] {
    flex: 1;
    min-width: 280px;
    background-color: white;
    border-radius: 8px;
    padding: 30px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
}


.feature-icon[b-znx3tg948k] {
    font-size: 2.5rem;
    margin-bottom: 20px;
    color: #79589F;
}

.feature-title[b-znx3tg948k] {
    font-size: 1.5rem;
    margin-bottom: 15px;
}

.feature-description[b-znx3tg948k] {
    color: #555;
    margin-bottom: 25px;
    line-height: 1.5;
}

.feature-button[b-znx3tg948k] {
    display: inline-flex;
    align-items: center;
    padding: 10px 20px;
    background-color: #79589F;
    color: white;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 500;
    transition: background-color 0.3s ease;
    margin-top: auto;
    align-self: flex-start;
}

.feature-button i[b-znx3tg948k] {
    margin-left: 8px;
}

.feature-button:hover[b-znx3tg948k] {
    background-color: rgba(121, 88, 159, 0.8);
    color: white;
}

@media (max-width: 768px) {
    .features-section[b-znx3tg948k] {
        flex-direction: column;
    }

    .hero-title[b-znx3tg948k] {
        font-size: 2.5rem;
    }

    .hero-subtitle[b-znx3tg948k] {
        font-size: 1.2rem;
    }
}

.auth-container[b-znx3tg948k] {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 0;
}

.heroku-login-button[b-znx3tg948k] {
    display: inline-flex;
    align-items: center;
    padding: 12px 24px;
    background-color: #79589F;
    color: white;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    font-size: 1.1rem;
    transition: background-color 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.heroku-login-button:hover[b-znx3tg948k] {
    background-color: #8A69B3;
    color: white;
    text-decoration: none;
}

.heroku-logo[b-znx3tg948k] {
    width: 24px;
    height: 24px;
    margin-right: 12px;
}
/* _content/MiaDotNet.Demo.Web/Components/Pages/MiaChat.razor.rz.scp.css */
.page-container[b-tnfw9z05j6] {
    display: flex;
    flex-direction: column;
    flex: 1;
    background-color: whitesmoke;
    height: 100vh;
    overflow: hidden;
}

.chat-container[b-tnfw9z05j6] {
    display: flex;
    flex-direction: column;
    min-width: 900px;
    width: 90%;
    background-color: white;
    border-radius: 15px;
    flex: 1;
    margin: 20px auto;
    max-height: calc(100vh - 40px);
    overflow: hidden;
    position: relative;
}

.chat-box[b-tnfw9z05j6] {
    flex: 1;
    width: 100%;
    padding: 30px;
    display: flex;
    flex-direction: column;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    overflow: hidden;
    position: relative;
}

.messages-container *[b-tnfw9z05j6] {
    margin-bottom: 20px;
}

.messages-container[b-tnfw9z05j6] {
    overflow-y: auto;
    flex: 1;
    display: flex;
    flex-direction: column;
    padding-bottom: 15px;
    max-height: calc(100vh - 180px);
}

.user-message[b-tnfw9z05j6] {
    align-self: flex-end;
    padding: 3px 15px;
    width: fit-content;
    max-width: 75%;
    background-color: rgb(64, 143, 236);
    color: white;
    border-radius: 15px;
}

.system-message[b-tnfw9z05j6] {
    align-self: flex-start;
    padding: 10px 15px;
    width: fit-content;
    max-width: 80%;
    background-color: white;
    color: #333;
}

/* Markdown styling within system messages */
.system-message :deep(pre)[b-tnfw9z05j6] {
    background-color: #f6f8fa;
    padding: 12px;
    border-radius: 6px;
    overflow-x: auto;
    font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace;
    font-size: 0.85em;
    line-height: 1.45;
    margin-bottom: 10px;
    border: 1px solid #e1e4e8;
}

.system-message :deep(code)[b-tnfw9z05j6] {
    background-color: rgba(175, 184, 193, 0.2);
    padding: 0.2em 0.4em;
    border-radius: 3px;
    font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace;
    font-size: 0.85em;
}

.system-message :deep(pre code)[b-tnfw9z05j6] {
    background-color: transparent;
    padding: 0;
    border-radius: 0;
}

.system-message :deep(a)[b-tnfw9z05j6] {
    color: #0366d6;
    text-decoration: none;
}

.system-message :deep(a:hover)[b-tnfw9z05j6] {
    text-decoration: underline;
}

.system-message :deep(ul)[b-tnfw9z05j6], .system-message :deep(ol)[b-tnfw9z05j6] {
    padding-left: 2em;
    margin-top: 0;
    margin-bottom: 16px;
}

.system-message :deep(blockquote)[b-tnfw9z05j6] {
    border-left: 4px solid #dfe2e5;
    padding-left: 1em;
    color: #6a737d;
    margin-left: 0;
}

.system-message :deep(table)[b-tnfw9z05j6] {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 16px;
}

.system-message :deep(th)[b-tnfw9z05j6], .system-message :deep(td)[b-tnfw9z05j6] {
    padding: 6px 13px;
    border: 1px solid #dfe2e5;
}

.system-message :deep(th)[b-tnfw9z05j6] {
    background-color: #f6f8fa;
    font-weight: 600;
}

.system-message :deep(tr:nth-child(2n))[b-tnfw9z05j6] {
    background-color: #f6f8fa;
}

.system-message :deep(img)[b-tnfw9z05j6] {
    max-width: 100%;
    box-sizing: content-box;
}

.action-panel[b-tnfw9z05j6] {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    height: 120px;
    padding: 10px 30px;
    border-top: solid 1px #d3d3d3;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    background-color: white;
    position: sticky;
    bottom: 0;
    z-index: 10;
}

.welcome-text[b-tnfw9z05j6] {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
}

.send-panel[b-tnfw9z05j6] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.tools-panel[b-tnfw9z05j6] {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 950px) {
    .chat-container[b-tnfw9z05j6] {
        min-width: 95%;
        width: 95%;
        margin: 10px auto;
        max-height: calc(100vh - 20px);
    }
    
    .messages-container[b-tnfw9z05j6] {
        max-height: calc(100vh - 150px);
    }
}
