/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-lr49x49tvc] {
    position: relative;
    display: flex;
    flex-direction: column;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    min-height: 100vh;
}

main[b-lr49x49tvc] {
    flex: 1;
    background: transparent;
}

.sidebar[b-lr49x49tvc] {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 0 20px 20px 0;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border: none;
}

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

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

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

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

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

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

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

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

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

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

    .top-row[b-lr49x49tvc], article[b-lr49x49tvc] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
        background: transparent;
    }
    
    article[b-lr49x49tvc] {
        background: rgba(255, 255, 255, 0.95);
        backdrop-filter: blur(10px);
        border-radius: 20px;
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
        margin: 20px;
        padding: 30px !important;
    }
}

#blazor-error-ui[b-lr49x49tvc] {
    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-lr49x49tvc] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.nav-container[b-xqlx0d1zw0] {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: linear-gradient(180deg, #1a1a2e 0%, #16213e 100%);
}

.navbar-toggler[b-xqlx0d1zw0] {
    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 transparent;
    transition: background-color 0.3s ease;
}

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

.top-row[b-xqlx0d1zw0] {
    height: 3.5rem;
    background-color: rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    padding: 1rem;
}

.navbar-brand[b-xqlx0d1zw0] {
    font-size: 1.2rem;
    text-decoration: none;
    color: #ffffff;
}

.brand-text[b-xqlx0d1zw0] {
    font-weight: 500;
    letter-spacing: 0.5px;
}

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

.nav-link:hover .bi[b-xqlx0d1zw0] {
    transform: scale(1.1);
}

.nav-group[b-xqlx0d1zw0] {
    padding: 1rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.nav-group:last-child[b-xqlx0d1zw0] {
    border-bottom: none;
}

.nav-item[b-xqlx0d1zw0] {
    font-size: 0.9rem;
    padding: 0.2rem 1rem;
}

.nav-item[b-xqlx0d1zw0]  .nav-link {
    color: #d7d7d7;
    background: transparent;
    border: none;
    border-radius: 8px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
    width: 100%;
    padding: 0 1rem;
    transition: all 0.3s ease;
}

.nav-item[b-xqlx0d1zw0]  a.active {
    background-color: rgba(255, 255, 255, 0.15);
    color: white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.nav-item[b-xqlx0d1zw0]  .nav-link:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
    transform: translateX(5px);
}

.logout-button[b-xqlx0d1zw0] {
    width: 100%;
    text-align: left;
    background: none;
    border: none;
    color: #d7d7d7;
    padding: 0;
    cursor: pointer;
    transition: color 0.3s ease;
}

.logout-button:hover[b-xqlx0d1zw0] {
    color: #ff4d4d;
}

.nav-scrollable[b-xqlx0d1zw0] {
    display: none;
    background-color: transparent;
}

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

/* Icon styles */
.bi-house-door-fill-nav-menu[b-xqlx0d1zw0] { 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-list-nested[b-xqlx0d1zw0] { 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-person-fill-nav-menu[b-xqlx0d1zw0] { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E"); }
.bi-person-badge-nav-menu[b-xqlx0d1zw0] { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E"); }
.bi-chat-dots-fill[b-xqlx0d1zw0] { 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.06 9.06 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 7zM5 8a1 1 0 1 0-2 0 1 1 0 0 0 2 0zm4 0a1 1 0 1 0-2 0 1 1 0 0 0 2 0zm3 1a1 1 0 1 0 0-2 1 1 0 0 0 0 2z'/%3E%3C/svg%3E"); }
.bi-gear-fill[b-xqlx0d1zw0] { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-gear-fill' viewBox='0 0 16 16'%3E%3Cpath d='M9.405 1.05c-.413-1.4-2.397-1.4-2.81 0l-.1.34a1.464 1.464 0 0 1-2.105.872l-.31-.17c-1.283-.698-2.686.705-1.987 1.987l.169.311c.446.82.023 1.841-.872 2.105l-.34.1c-1.4.413-1.4 2.397 0 2.81l.34.1a1.464 1.464 0 0 1 .872 2.105l-.17.31c-.698 1.283.705 2.686 1.987 1.987l.311-.169a1.464 1.464 0 0 1 2.105.872l.1.34c.413 1.4 2.397 1.4 2.81 0l.1-.34a1.464 1.464 0 0 1 2.105-.872l.31.17c1.283.698 2.686-.705 1.987-1.987l-.169-.311a1.464 1.464 0 0 1 .872-2.105l.34-.1c1.4-.413 1.4-2.397 0-2.81l-.34-.1a1.464 1.464 0 0 1-.872-2.105l.17-.31c.698-1.283-.705-2.686-1.987-1.987l-.311.169a1.464 1.464 0 0 1-2.105-.872l-.1-.34zM8 10.93a2.929 2.929 0 1 1 0-5.86 2.929 2.929 0 0 1 0 5.858z'/%3E%3C/svg%3E"); }
.bi-chat-fill[b-xqlx0d1zw0] { 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-fill' viewBox='0 0 16 16'%3E%3Cpath d='M8 15c4.418 0 8-3.134 8-7s-3.582-7-8-7-8 3.134-8 7c0 1.76.743 3.37 1.97 4.6-.097 1.016-.417 2.13-.771 2.966-.079.186.074.394.273.362 2.256-.37 3.597-.938 4.18-1.234A9.06 9.06 0 0 0 8 15z'/%3E%3C/svg%3E"); }
.bi-person-plus-fill[b-xqlx0d1zw0] { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-plus-fill' viewBox='0 0 16 16'%3E%3Cpath d='M1 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H1zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6z'/%3E%3Cpath fill-rule='evenodd' d='M13.5 5a.5.5 0 0 1 .5.5V7h1.5a.5.5 0 0 1 0 1H14v1.5a.5.5 0 0 1-1 0V8h-1.5a.5.5 0 0 1 0-1H13V5.5a.5.5 0 0 1 .5-.5z'/%3E%3C/svg%3E"); }
.bi-box-arrow-right[b-xqlx0d1zw0] { 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 0v2z'/%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.708l3-3z'/%3E%3C/svg%3E"); }

.bi-discord[b-xqlx0d1zw0] { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%235865F2' class='bi bi-discord' viewBox='0 0 16 16'%3E%3Cpath d='M13.545 2.907a13.227 13.227 0 0 0-3.257-1.011.05.05 0 0 0-.052.025c-.141.25-.297.577-.406.833a12.19 12.19 0 0 0-3.658 0 8.258 8.258 0 0 0-.412-.833.051.051 0 0 0-.052-.025c-1.125.194-2.22.534-3.257 1.011a.041.041 0 0 0-.021.018C.356 6.024-.213 9.047.066 12.032c.001.014.01.028.021.037a13.276 13.276 0 0 0 3.995 2.02.05.05 0 0 0 .056-.019c.308-.42.582-.863.818-1.329a.05.05 0 0 0-.01-.059.051.051 0 0 0-.018-.011 8.875 8.875 0 0 1-1.248-.595.05.05 0 0 1-.02-.066.051.051 0 0 1 .015-.02c.084-.063.168-.129.248-.195a.05.05 0 0 1 .051-.007c2.619 1.196 5.454 1.196 8.041 0a.05.05 0 0 1 .053.007c.08.066.164.132.248.195a.051.051 0 0 1-.015.02.05.05 0 0 1-.02.066 8.875 8.875 0 0 1-1.248.595.05.05 0 0 0-.018.011.05.05 0 0 0-.01.059c.237.466.51.909.818 1.329a.05.05 0 0 0 .056.019 13.235 13.235 0 0 0 4.001-2.02.049.049 0 0 0 .021-.037c.334-3.451-.559-6.449-2.366-9.106a.034.034 0 0 0-.02-.019Zm-8.198 7.307c-.789 0-1.438-.724-1.438-1.612 0-.889.637-1.613 1.438-1.613.807 0 1.45.73 1.438 1.613 0 .888-.637 1.612-1.438 1.612Zm5.316 0c-.788 0-1.438-.724-1.438-1.612 0-.889.637-1.613 1.438-1.613.807 0 1.451.73 1.438 1.613 0 .888-.631 1.612-1.438 1.612Z'/%3E%3C/svg%3E"); }
.bi-robot[b-xqlx0d1zw0] { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-robot' viewBox='0 0 16 16'%3E%3Cpath d='M6 12.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1-.5-.5ZM3 8.062C3 6.76 4.235 5.765 5.53 5.886a26.58 26.58 0 0 0 4.94 0C11.765 5.765 13 6.76 13 8.062v1.157a.933.933 0 0 1-.765.935c-.845.147-2.34.346-4.235.346-1.895 0-3.39-.2-4.235-.346A.933.933 0 0 1 3 9.219V8.062Zm4.542-.827a.25.25 0 0 0-.217.068l-.92.9a24.767 24.767 0 0 1-1.871-.183.25.25 0 0 0-.068.495c.55.076 1.232.149 2.02.193a.25.25 0 0 0 .189-.071l.754-.736.847 1.71a.25.25 0 0 0 .404.062l.932-.97a25.286 25.286 0 0 0 1.922-.188.25.25 0 0 0-.068-.495c-.538.074-1.207.145-1.98.189a.25.25 0 0 0-.166.076l-.754.785-.842-1.7a.25.25 0 0 0-.182-.135Z'/%3E%3Cpath d='M8.5 1.866a1 1 0 1 0-1 0V3h-2A4.5 4.5 0 0 0 1 7.5V8a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1v1a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2v-1a1 1 0 0 0 1-1V9a1 1 0 0 0-1-1v-.5A4.5 4.5 0 0 0 10.5 3h-2V1.866ZM14 7.5V13a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V7.5A3.5 3.5 0 0 1 5.5 4h5A3.5 3.5 0 0 1 14 7.5Z'/%3E%3C/svg%3E"); }
.bi-chat-dots[b-xqlx0d1zw0] { 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' viewBox='0 0 16 16'%3E%3Cpath d='M5 8a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm4 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm3 1a1 1 0 1 0 0-2 1 1 0 0 0 0 2z'/%3E%3Cpath d='m2.165 15.803.02-.004c1.83-.363 2.948-.842 3.468-1.105A9.06 9.06 0 0 0 8 15c4.418 0 8-3.134 8-7s-3.582-7-8-7-8 3.134-8 7c0 1.76.743 3.37 1.97 4.6a10.437 10.437 0 0 1-.524 2.318l-.003.011a10.722 10.722 0 0 1-.244.637c-.079.186.074.394.273.362a21.673 21.673 0 0 0 .693-.125zm.8-3.108a1 1 0 0 0-.287-.801C1.618 10.83 1 9.468 1 8c0-3.192 3.004-6 7-6s7 2.808 7 6c0 3.193-3.004 6-7 6a8.06 8.06 0 0 1-2.088-.272 1 1 0 0 0-.711.074c-.387.196-1.24.57-2.634.893a19.492 19.492 0 0 0 .398-2z'/%3E%3C/svg%3E"); }

/* User Profile Styles */
.user-profile[b-xqlx0d1zw0] {
    margin-bottom: 0.5rem;
}

.user-profile-link[b-xqlx0d1zw0] {
    display: flex !important;
    align-items: center !important;
    padding: 0.75rem 1rem !important;
    border-radius: 10px !important;
    background: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    transition: all 0.3s ease !important;
}

.user-profile-link:hover[b-xqlx0d1zw0] {
    background: rgba(255, 255, 255, 0.1) !important;
    border-color: rgba(255, 255, 255, 0.2) !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2) !important;
}

.user-avatar[b-xqlx0d1zw0] {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    margin-right: 0.75rem;
    border: 2px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
    object-fit: cover;
}

.user-profile-link:hover .user-avatar[b-xqlx0d1zw0] {
    border-color: rgba(255, 255, 255, 0.4);
    transform: scale(1.05);
}

.user-display-name[b-xqlx0d1zw0] {
    font-weight: 500;
    font-size: 0.9rem;
    color: #ffffff;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 150px;
}

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

    .nav-scrollable[b-xqlx0d1zw0] {
        display: block;
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }

    .nav-scrollable[b-xqlx0d1zw0]::-webkit-scrollbar {
        width: 6px;
    }

    .nav-scrollable[b-xqlx0d1zw0]::-webkit-scrollbar-track {
        background: rgba(255, 255, 255, 0.1);
    }

    .nav-scrollable[b-xqlx0d1zw0]::-webkit-scrollbar-thumb {
        background: rgba(255, 255, 255, 0.2);
        border-radius: 3px;
    }

    .nav-scrollable[b-xqlx0d1zw0]::-webkit-scrollbar-thumb:hover {
        background: rgba(255, 255, 255, 0.3);
    }
}
/* /Components/Pages/AiChat.razor.rz.scp.css */
.ai-chat-container[b-ifkwq4hmvx] {
    height: calc(100vh - 120px);
    display: flex;
    flex-direction: column;
    max-width: 800px;
    margin: 0 auto;
}

.ai-chat-header[b-ifkwq4hmvx] {
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f8f9fa;
}

.chat-actions[b-ifkwq4hmvx] {
    display: flex;
    gap: 0.5rem;
}

.ai-chat-messages[b-ifkwq4hmvx] {
    flex: 1;
    overflow-y: auto;
    padding: 1rem;
    background: #ffffff;
}

.message[b-ifkwq4hmvx] {
    margin-bottom: 1rem;
    padding: 0.75rem;
    border-radius: 0.5rem;
    max-width: 80%;
}

.user-message[b-ifkwq4hmvx] {
    background: #007bff;
    color: white;
    margin-left: auto;
    text-align: right;
}

.ai-message[b-ifkwq4hmvx] {
    background: #f8f9fa;
    border: 1px solid #dee2e6;
}

.message-header[b-ifkwq4hmvx] {
    margin-bottom: 0.5rem;
    font-size: 0.875rem;
}

.message-content[b-ifkwq4hmvx] {
    line-height: 1.5;
    white-space: pre-wrap;
}

.welcome-message[b-ifkwq4hmvx] {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ai-chat-input[b-ifkwq4hmvx] {
    padding: 1rem;
    border-top: 1px solid #dee2e6;
    background: #f8f9fa;
}

.typing-indicator[b-ifkwq4hmvx] {
    display: flex;
    gap: 0.25rem;
}

.typing-indicator span[b-ifkwq4hmvx] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #6c757d;
    animation: typing-b-ifkwq4hmvx 1.4s infinite ease-in-out;
}

.typing-indicator span:nth-child(1)[b-ifkwq4hmvx] { animation-delay: -0.32s; }
.typing-indicator span:nth-child(2)[b-ifkwq4hmvx] { animation-delay: -0.16s; }

@keyframes typing-b-ifkwq4hmvx {
    0%, 80%, 100% { transform: scale(0); }
    40% { transform: scale(1); }
}

/* Send button improvements */
.send-button[b-ifkwq4hmvx] {
    min-width: 80px;
    height: 38px;
    border-radius: 0.375rem;
    font-weight: 500;
    transition: all 0.2s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    box-shadow: 0 2px 4px rgba(0, 123, 255, 0.2);
}

.send-button:hover:not(:disabled)[b-ifkwq4hmvx] {
    background-color: #0056b3;
    border-color: #0056b3;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 123, 255, 0.3);
}

.send-button:active:not(:disabled)[b-ifkwq4hmvx] {
    transform: translateY(0);
    box-shadow: 0 2px 4px rgba(0, 123, 255, 0.2);
}

.send-button:disabled[b-ifkwq4hmvx] {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.send-button .send-text[b-ifkwq4hmvx] {
    font-size: 0.875rem;
}

.send-button i[b-ifkwq4hmvx] {
    font-size: 1rem;
}

/* Input area improvements */
.ai-chat-input[b-ifkwq4hmvx] {
    padding: 1rem;
    border-top: 1px solid #dee2e6;
    background: #f8f9fa;
}

.ai-chat-input .input-group[b-ifkwq4hmvx] {
    gap: 0.75rem;
}

.ai-chat-input textarea[b-ifkwq4hmvx] {
    border-radius: 0.375rem;
    border: 1px solid #ced4da;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.ai-chat-input textarea:focus[b-ifkwq4hmvx] {
    border-color: #007bff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* Responsive adjustments */
@media (max-width: 576px) {
    .send-button .send-text[b-ifkwq4hmvx] {
        display: none;
    }
    
    .send-button[b-ifkwq4hmvx] {
        min-width: 44px;
    }
}
/* /Components/Pages/MusicPlayer.razor.rz.scp.css */
/* Premium Music Player Styles */
:root[b-sz08a777pk] {
    /* Color Palette */
    --primary-color: #6366f1;
    --primary-hover: #4f46e5;
    --secondary-color: #ec4899;
    --accent-color: #8b5cf6;
    --success-color: #10b981;
    --warning-color: #f59e0b;
    --danger-color: #ef4444;

    /* Backgrounds */
    --bg-dark: #0f172a;
    --bg-card: rgba(30, 41, 59, 0.7);
    --bg-glass: rgba(255, 255, 255, 0.05);

    /* Gradients */
    --gradient-primary: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
    --gradient-glow: radial-gradient(circle at center, rgba(99, 102, 241, 0.15) 0%, transparent 70%);

    /* Borders & Shadows */
    --border-glass: 1px solid rgba(255, 255, 255, 0.1);
    --shadow-soft: 0 10px 30px -10px rgba(0, 0, 0, 0.5);
    --shadow-glow: 0 0 20px rgba(99, 102, 241, 0.3);

    /* Typography */
    --font-family: 'Outfit', 'Inter', sans-serif;
}

/* Layout & Container */
.music-player-wrapper[b-sz08a777pk] {
    min-height: 85vh;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding: 2rem;
    font-family: var(--font-family);
    color: white;
    position: relative;
    overflow: hidden;
}

/* Header */
.header-section[b-sz08a777pk] {
    text-align: center;
    margin-bottom: 1rem;
    position: relative;
    z-index: 10;
}

.header-title[b-sz08a777pk] {
    font-size: 3.5rem;
    font-weight: 800;
    background: linear-gradient(to right, #fff, #a5b4fc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0.5rem;
    letter-spacing: -0.02em;
}

.header-subtitle[b-sz08a777pk] {
    color: #94a3b8;
    font-size: 1.1rem;
    font-weight: 400;
}

/* Main Grid Layout */
.player-grid[b-sz08a777pk] {
    display: grid;
    grid-template-columns: 350px 1fr 300px;
    gap: 2rem;
    max-width: 1600px;
    margin: 0 auto;
    width: 100%;
    align-items: start;
}

/* Cards Common Styles */
.glass-card[b-sz08a777pk] {
    background: var(--bg-card);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: var(--border-glass);
    border-radius: 24px;
    padding: 2rem;
    box-shadow: var(--shadow-soft);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.glass-card:hover[b-sz08a777pk] {
    box-shadow: var(--shadow-glow);
    border-color: rgba(255, 255, 255, 0.2);
}

/* Setup Panel (Left) */
.setup-panel[b-sz08a777pk] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.panel-title[b-sz08a777pk] {
    font-size: 1.25rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.panel-title i[b-sz08a777pk] {
    color: var(--primary-color);
}

/* Form Controls */
.input-group[b-sz08a777pk] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.input-label[b-sz08a777pk] {
    font-size: 0.875rem;
    color: #94a3b8;
    font-weight: 500;
}

.custom-select[b-sz08a777pk] {
    background: rgba(15, 23, 42, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 0.75rem 1rem;
    color: white;
    font-size: 0.95rem;
    width: 100%;
    cursor: pointer;
    transition: all 0.2s ease;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 1em;
}

.custom-select option[b-sz08a777pk] {
    background-color: #0f172a;
    color: white;
    padding: 10px;
}

.custom-select:hover[b-sz08a777pk] {
    background-color: rgba(15, 23, 42, 0.8);
    border-color: rgba(255, 255, 255, 0.2);
}

.custom-select:focus[b-sz08a777pk] {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 2px rgba(99, 102, 241, 0.2);
}

/* Main Player (Center) */
.main-player[b-sz08a777pk] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.main-player[b-sz08a777pk]::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: var(--gradient-glow);
    opacity: 0.5;
    pointer-events: none;
}

.album-art-placeholder[b-sz08a777pk] {
    width: 200px;
    height: 200px;
    background: linear-gradient(135deg, #1e293b, #0f172a);
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
    box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.05);
    position: relative;
}

.album-art-icon[b-sz08a777pk] {
    font-size: 4rem;
    color: rgba(255, 255, 255, 0.1);
}

.track-info-display[b-sz08a777pk] {
    margin-bottom: 2rem;
    z-index: 1;
}

.track-title[b-sz08a777pk] {
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: white;
}

.track-artist[b-sz08a777pk] {
    font-size: 1rem;
    color: #94a3b8;
}

/* Controls */
.player-controls[b-sz08a777pk] {
    display: flex;
    align-items: center;
    gap: 2rem;
    margin-bottom: 2rem;
    z-index: 1;
}

.btn-control[b-sz08a777pk] {
    background: transparent;
    border: none;
    color: #94a3b8;
    font-size: 1.5rem;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.btn-control:hover:not(:disabled)[b-sz08a777pk] {
    color: white;
    background: rgba(255, 255, 255, 0.1);
}

.btn-control:disabled[b-sz08a777pk] {
    opacity: 0.3;
    cursor: not-allowed;
}

.btn-play-large[b-sz08a777pk] {
    width: 80px;
    height: 80px;
    background: var(--gradient-primary);
    color: white;
    font-size: 2rem;
    box-shadow: 0 10px 20px rgba(99, 102, 241, 0.4);
}

.btn-play-large:hover:not(:disabled)[b-sz08a777pk] {
    transform: scale(1.05);
    box-shadow: 0 15px 30px rgba(99, 102, 241, 0.5);
    background: var(--gradient-primary);
}

/* Volume Slider */
.volume-control[b-sz08a777pk] {
    width: 100%;
    max-width: 300px;
    display: flex;
    align-items: center;
    gap: 1rem;
    z-index: 1;
}

.volume-slider[b-sz08a777pk] {
    flex: 1;
    -webkit-appearance: none;
    height: 6px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 3px;
    outline: none;
}

.volume-slider[b-sz08a777pk]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 16px;
    height: 16px;
    background: white;
    border-radius: 50%;
    cursor: pointer;
    transition: transform 0.2s;
}

.volume-slider[b-sz08a777pk]::-webkit-slider-thumb:hover {
    transform: scale(1.2);
}

/* Status Panel (Right) */
.status-panel[b-sz08a777pk] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.status-card[b-sz08a777pk] {
    background: rgba(15, 23, 42, 0.4);
    border-radius: 16px;
    padding: 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.status-indicator[b-sz08a777pk] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.status-playing[b-sz08a777pk] {
    background: rgba(16, 185, 129, 0.2);
    color: #34d399;
}

.status-paused[b-sz08a777pk] {
    background: rgba(245, 158, 11, 0.2);
    color: #fbbf24;
}

.status-stopped[b-sz08a777pk] {
    background: rgba(148, 163, 184, 0.2);
    color: #cbd5e1;
}

/* Active Players List */
.active-players-list[b-sz08a777pk] {
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.mini-player-item[b-sz08a777pk] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.mini-player-info[b-sz08a777pk] {
    display: flex;
    flex-direction: column;
}

.mini-guild-name[b-sz08a777pk] {
    font-size: 0.875rem;
    font-weight: 600;
    color: white;
}

.mini-track-name[b-sz08a777pk] {
    font-size: 0.75rem;
    color: #94a3b8;
}

/* Quick Actions */
.quick-actions[b-sz08a777pk] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
}

.btn-action[b-sz08a777pk] {
    padding: 0.75rem;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.05);
    color: #e2e8f0;
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
}

.btn-action:hover[b-sz08a777pk] {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.2);
}

/* Responsive */
@media (max-width: 1200px) {
    .player-grid[b-sz08a777pk] {
        grid-template-columns: 1fr;
        max-width: 800px;
    }

    .setup-panel[b-sz08a777pk],
    .status-panel[b-sz08a777pk] {
        order: 2;
    }

    .main-player[b-sz08a777pk] {
        order: 1;
    }
}

/* Animations */
@keyframes pulse-glow-b-sz08a777pk {
    0% {
        box-shadow: 0 0 0 0 rgba(99, 102, 241, 0.4);
    }

    70% {
        box-shadow: 0 0 0 15px rgba(99, 102, 241, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(99, 102, 241, 0);
    }
}

.playing-glow[b-sz08a777pk] {
    animation: pulse-glow-b-sz08a777pk 2s infinite;
}

.loading-overlay[b-sz08a777pk] {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.8);
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 50;
    border-radius: 24px;
}

.spinner[b-sz08a777pk] {
    width: 40px;
    height: 40px;
    border: 3px solid rgba(255, 255, 255, 0.1);
    border-top-color: var(--primary-color);
    border-radius: 50%;
    animation: spin-b-sz08a777pk 1s linear infinite;
}

@keyframes spin-b-sz08a777pk {
    to {
        transform: rotate(360deg);
    }
}
/* /Components/Pages/Users/DUserInfo.razor.rz.scp.css */
/* Modern CSS Custom Properties */
:root[b-ab01mgpk5x] {
  --glass-bg: rgba(255, 255, 255, 0.1);
  --glass-border: rgba(255, 255, 255, 0.2);
  --glass-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  --glass-blur: blur(10px);
  --primary-gradient: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  --secondary-gradient: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
  --accent-gradient: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
  --text-primary: #2d3748;
  --text-secondary: #718096;
  --text-muted: #a0aec0;
  --border-radius: 16px;
  --border-radius-sm: 8px;
  --border-radius-lg: 24px;
  --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.08);
  --shadow-md: 0 4px 16px rgba(0, 0, 0, 0.12);
  --shadow-lg: 0 8px 32px rgba(0, 0, 0, 0.16);
  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-fast: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Base Container */
.user-info-container[b-ab01mgpk5x] {
  max-width: 1200px;
  margin: 2rem auto;
  padding: 0 1rem;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

/* Modern Profile Section */
.profile-section[b-ab01mgpk5x] {
  background: var(--glass-bg);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  border: 1px solid var(--glass-border);
  border-radius: var(--border-radius-lg);
  box-shadow: var(--glass-shadow);
  padding: 2.5rem;
  margin-bottom: 2rem;
  transition: var(--transition);
}

.profile-section:hover[b-ab01mgpk5x] {
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

.profile-header[b-ab01mgpk5x] {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-bottom: 2rem;
}

.profile-avatar[b-ab01mgpk5x] {
  position: relative;
  width: 120px;
  height: 120px;
  flex-shrink: 0;
}

.avatar-image[b-ab01mgpk5x] {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow-lg);
  transition: var(--transition);
}

.avatar-image:hover[b-ab01mgpk5x] {
  transform: scale(1.05);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
}

.status-indicator[b-ab01mgpk5x] {
  position: absolute;
  bottom: 8px;
  right: 8px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 3px solid white;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
}

.status-indicator.online[b-ab01mgpk5x] {
  background: linear-gradient(135deg, #43b581, #36a269);
}

.status-indicator.idle[b-ab01mgpk5x] {
  background: linear-gradient(135deg, #faa61a, #e09b1e);
}

.status-indicator.dnd[b-ab01mgpk5x] {
  background: linear-gradient(135deg, #f04747, #e03e3e);
}

.status-indicator.offline[b-ab01mgpk5x] {
  background: linear-gradient(135deg, #747f8d, #5c6a7a);
}

.profile-details[b-ab01mgpk5x] {
  flex: 1;
}

.username[b-ab01mgpk5x] {
  font-size: 2rem;
  font-weight: 700;
  color: var(--text-primary);
  margin: 0 0 0.5rem 0;
  background: var(--primary-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.user-id-badge[b-ab01mgpk5x] {
  display: inline-block;
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  border-radius: var(--border-radius-sm);
  padding: 0.25rem 0.75rem;
  font-size: 0.875rem;
  color: var(--text-secondary);
  margin-bottom: 0.5rem;
}

.status-text[b-ab01mgpk5x] {
  font-size: 1.125rem;
  color: var(--text-secondary);
  margin: 0;
  font-weight: 500;
}

/* Account Info */
.account-info[b-ab01mgpk5x] {
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  border-radius: var(--border-radius);
  padding: 1.5rem;
  margin-top: 1.5rem;
}

.account-stats[b-ab01mgpk5x] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.5rem;
}

.stat-item[b-ab01mgpk5x] {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.05);
  border-radius: var(--border-radius-sm);
  transition: var(--transition);
}

.stat-item:hover[b-ab01mgpk5x] {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-1px);
}

.stat-icon[b-ab01mgpk5x] {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--accent-gradient);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.25rem;
}

.stat-content[b-ab01mgpk5x] {
  flex: 1;
}

.stat-label[b-ab01mgpk5x] {
  font-size: 0.875rem;
  color: var(--text-muted);
  margin: 0 0 0.25rem 0;
}

.stat-value[b-ab01mgpk5x] {
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--text-primary);
  margin: 0;
}

/* Activities Section */
.activities-section[b-ab01mgpk5x] {
  margin-top: 2rem;
}

.section-title[b-ab01mgpk5x] {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--text-primary);
  margin: 0 0 1.5rem 0;
}

.activities-grid[b-ab01mgpk5x] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1rem;
}

.activity-card[b-ab01mgpk5x] {
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  border-radius: var(--border-radius);
  padding: 1.25rem;
  transition: var(--transition);
  backdrop-filter: var(--glass-blur);
}

.activity-card:hover[b-ab01mgpk5x] {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}

.activity-icon[b-ab01mgpk5x] {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--secondary-gradient);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.125rem;
}

.activity-name[b-ab01mgpk5x] {
  font-weight: 600;
  color: var(--text-primary);
  margin: 0 0 0.25rem 0;
}

.activity-details[b-ab01mgpk5x] {
  color: var(--text-secondary);
  margin: 0;
  font-size: 0.875rem;
}

/* Modern Chat Interface */
.chat-section[b-ab01mgpk5x] {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(247, 250, 252, 0.95) 100%);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  border: 1px solid rgba(226, 232, 240, 0.8);
  border-radius: var(--border-radius-lg);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(255, 255, 255, 0.05);
  overflow: hidden;
  transition: var(--transition);
}

.chat-section:hover[b-ab01mgpk5x] {
  transform: translateY(-1px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(255, 255, 255, 0.1);
}

.chat-header[b-ab01mgpk5x] {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 1.5rem 2rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.chat-header-icon[b-ab01mgpk5x] {
  color: rgba(255, 255, 255, 0.9);
}

.chat-title[b-ab01mgpk5x] {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0;
  color: white;
}

.chat-messages[b-ab01mgpk5x] {
  height: 500px;
  overflow-y: auto;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  scroll-behavior: smooth;
}

.chat-messages[b-ab01mgpk5x]::-webkit-scrollbar {
  width: 6px;
}

.chat-messages[b-ab01mgpk5x]::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}

.chat-messages[b-ab01mgpk5x]::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}

/* Message Container with Avatar */
.message-container[b-ab01mgpk5x] {
  display: flex;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
  animation: messageSlideIn-b-ab01mgpk5x 0.4s ease-out;
  align-items: flex-start;
}

.message-container.user-message[b-ab01mgpk5x] {
  flex-direction: row-reverse;
  justify-content: flex-start;
}

.message-container.bot-message[b-ab01mgpk5x] {
  flex-direction: row;
  justify-content: flex-start;
}

.message-avatar[b-ab01mgpk5x] {
  flex-shrink: 0;
  margin-top: 0.25rem;
}

@keyframes messageSlideIn-b-ab01mgpk5x {
  from {
    opacity: 0;
    transform: translateY(20px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/* Message Bubbles */
.message-bubble[b-ab01mgpk5x] {
  max-width: 65%;
  min-width: 200px;
  padding: 1rem 1.25rem;
  border-radius: 18px;
  position: relative;
  word-wrap: break-word;
  line-height: 1.5;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  transition: var(--transition-fast);
}

.message-bubble:hover[b-ab01mgpk5x] {
  transform: translateY(-1px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
}

.message-bubble.user[b-ab01mgpk5x] {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border-bottom-right-radius: 6px;
  margin-left: auto;
}

.message-bubble.bot[b-ab01mgpk5x] {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(248, 250, 252, 0.95) 100%);
  color: #2d3748;
  border-bottom-left-radius: 6px;
  border: 1px solid rgba(226, 232, 240, 0.8);
  margin-right: auto;
}

.message-header[b-ab01mgpk5x] {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  font-size: 0.875rem;
}

.message-author[b-ab01mgpk5x] {
  font-weight: 700;
  font-size: 0.9rem;
  opacity: 0.9;
}

.message-badge[b-ab01mgpk5x] {
  border-radius: 12px;
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.message-content[b-ab01mgpk5x] {
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
  word-break: break-word;
  white-space: pre-wrap;
}

.message-timestamp[b-ab01mgpk5x] {
  font-size: 0.75rem;
  opacity: 0.6;
  margin-top: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-weight: 500;
}

.timestamp-icon[b-ab01mgpk5x] {
  opacity: 0.8;
}

/* Empty Chat State */
.empty-chat-state[b-ab01mgpk5x] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 300px;
  text-align: center;
  color: #64748b;
}

.empty-chat-icon[b-ab01mgpk5x] {
  margin-bottom: 1rem;
  opacity: 0.5;
}

.empty-chat-text[b-ab01mgpk5x] {
  margin-bottom: 0.5rem;
  color: #475569;
}

.empty-chat-subtitle[b-ab01mgpk5x] {
  color: #64748b;
}

/* Chat Input */
.chat-input-container[b-ab01mgpk5x] {
  background: linear-gradient(135deg, rgba(248, 250, 252, 0.95) 0%, rgba(255, 255, 255, 0.95) 100%);
  border-top: 1px solid rgba(226, 232, 240, 0.8);
  padding: 1.5rem 2rem;
  backdrop-filter: blur(10px);
}

.chat-input-group[b-ab01mgpk5x] {
  display: flex;
  gap: 1rem;
  align-items: flex-end;
  max-width: 100%;
}

.chat-input-field[b-ab01mgpk5x] {
  flex: 1;
  min-width: 0;
}

.send-fab[b-ab01mgpk5x] {
  flex-shrink: 0;
  border-radius: 16px !important;
  box-shadow: 0 4px 16px rgba(102, 126, 234, 0.3) !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.send-fab:hover[b-ab01mgpk5x] {
  transform: translateY(-2px) scale(1.05) !important;
  box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4) !important;
}

.send-fab:active[b-ab01mgpk5x] {
  transform: translateY(0) scale(0.98) !important;
}

/* MudBlazor TextField customization */
.chat-input-field .mud-input-root[b-ab01mgpk5x] {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 18px;
  border: 1px solid rgba(226, 232, 240, 0.8);
  transition: all 0.3s ease;
}

.chat-input-field .mud-input-root:hover[b-ab01mgpk5x] {
  border-color: rgba(102, 126, 234, 0.5);
  box-shadow: 0 2px 8px rgba(102, 126, 234, 0.1);
}

.chat-input-field .mud-input-root.mud-input-root-focused[b-ab01mgpk5x] {
  border-color: #667eea;
  box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.15);
}

.chat-input-field .mud-input[b-ab01mgpk5x] {
  padding: 12px 16px;
  line-height: 1.5;
  font-size: 0.95rem;
}

/* Responsive Design */
@media (max-width: 768px) {
  .user-info-container[b-ab01mgpk5x] {
    margin: 1rem auto;
    padding: 0 0.5rem;
  }

  .profile-section[b-ab01mgpk5x] {
    padding: 1.5rem;
  }

  .profile-header[b-ab01mgpk5x] {
    flex-direction: column;
    text-align: center;
    gap: 1.5rem;
  }

  .profile-avatar[b-ab01mgpk5x] {
    width: 100px;
    height: 100px;
  }

  .username[b-ab01mgpk5x] {
    font-size: 1.75rem;
  }

  .account-stats[b-ab01mgpk5x] {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .activities-grid[b-ab01mgpk5x] {
    grid-template-columns: 1fr;
  }

  .chat-messages[b-ab01mgpk5x] {
    height: 400px;
    padding: 1rem;
  }

  .message-container[b-ab01mgpk5x] {
    margin-bottom: 1rem;
  }

  .message-bubble[b-ab01mgpk5x] {
    max-width: 75%;
    min-width: 150px;
    padding: 0.75rem 1rem;
  }

  .message-avatar[b-ab01mgpk5x] {
    margin-top: 0.125rem;
  }

  .chat-input-container[b-ab01mgpk5x] {
    padding: 1rem 1.5rem;
  }

  .chat-input-group[b-ab01mgpk5x] {
    gap: 0.75rem;
  }

  .send-fab[b-ab01mgpk5x] {
    align-self: center;
  }
}

@media (max-width: 480px) {
  .profile-section[b-ab01mgpk5x] {
    padding: 1rem;
  }

  .chat-messages[b-ab01mgpk5x] {
    height: 350px;
    padding: 0.75rem;
  }

  .message-container[b-ab01mgpk5x] {
    gap: 0.5rem;
    margin-bottom: 0.75rem;
  }

  .message-bubble[b-ab01mgpk5x] {
    max-width: 85%;
    min-width: 120px;
    padding: 0.75rem;
  }

  .chat-input-container[b-ab01mgpk5x] {
    padding: 0.75rem 1rem;
  }
}

/* Dark mode support */
@media (prefers-color-scheme: dark) {
  :root[b-ab01mgpk5x] {
    --glass-bg: rgba(30, 30, 30, 0.8);
    --glass-border: rgba(255, 255, 255, 0.1);
    --text-primary: #ffffff;
    --text-secondary: #b0b0b0;
    --text-muted: #808080;
  }

  .chat-section[b-ab01mgpk5x] {
    background: linear-gradient(135deg, rgba(26, 32, 44, 0.95) 0%, rgba(45, 55, 72, 0.95) 100%);
    border: 1px solid rgba(255, 255, 255, 0.1);
  }

  .chat-input-container[b-ab01mgpk5x] {
    background: linear-gradient(135deg, rgba(26, 32, 44, 0.95) 0%, rgba(45, 55, 72, 0.95) 100%);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }

  .chat-input-field .mud-input-root[b-ab01mgpk5x] {
    background: rgba(45, 55, 72, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: var(--text-primary);
  }

  .chat-input-field .mud-input[b-ab01mgpk5x] {
    color: var(--text-primary);
  }

  .message-bubble.user[b-ab01mgpk5x] {
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: white;
  }

  .message-bubble.bot[b-ab01mgpk5x] {
    background: linear-gradient(135deg, rgba(45, 55, 72, 0.95) 0%, rgba(74, 85, 104, 0.95) 100%);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #e2e8f0;
  }

  .empty-chat-state[b-ab01mgpk5x] {
    color: #718096;
  }

  .empty-chat-text[b-ab01mgpk5x] {
    color: #a0aec0;
  }
}

/* Loading States */
.loading-shimmer[b-ab01mgpk5x] {
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: shimmer-b-ab01mgpk5x 2s infinite;
}

@keyframes shimmer-b-ab01mgpk5x {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}

/* Utility Classes */
.fade-in[b-ab01mgpk5x] {
  animation: fadeIn-b-ab01mgpk5x 0.5s ease-out;
}

@keyframes fadeIn-b-ab01mgpk5x {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* /Components/Shared/ModernUIComponents.razor.rz.scp.css */
/* Modern UI Components Styles */
.modern-card[b-vpbm8xznhd] {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
}

.modern-card:hover[b-vpbm8xznhd] {
    transform: translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

.modern-button[b-vpbm8xznhd] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
    border-radius: 15px;
    color: white;
    padding: 12px 24px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.3);
}

.modern-button:hover[b-vpbm8xznhd] {
    transform: translateY(-2px);
    box-shadow: 0 12px 35px rgba(102, 126, 234, 0.4);
    color: white;
}

.modern-button:active[b-vpbm8xznhd] {
    transform: translateY(0);
}

.modern-input[b-vpbm8xznhd] {
    background: rgba(255, 255, 255, 0.9);
    border: 2px solid rgba(102, 126, 234, 0.2);
    border-radius: 15px;
    padding: 12px 20px;
    transition: all 0.3s ease;
    backdrop-filter: blur(5px);
}

.modern-input:focus[b-vpbm8xznhd] {
    border-color: #667eea;
    box-shadow: 0 0 0 0.2rem rgba(102, 126, 234, 0.25);
    background: rgba(255, 255, 255, 1);
}

.glass-panel[b-vpbm8xznhd] {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    padding: 2rem;
}

.gradient-text[b-vpbm8xznhd] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 700;
}

.loading-spinner[b-vpbm8xznhd] {
    width: 40px;
    height: 40px;
    border: 4px solid rgba(102, 126, 234, 0.2);
    border-left: 4px solid #667eea;
    border-radius: 50%;
    animation: spin-b-vpbm8xznhd 1s linear infinite;
    margin: 0 auto;
}

@keyframes spin-b-vpbm8xznhd {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Alert Containers */
.alert-modern[b-vpbm8xznhd] {
    border-radius: 15px;
    border: none;
    padding: 1rem 1.5rem;
    backdrop-filter: blur(10px);
}

.alert-success[b-vpbm8xznhd] {
    background: rgba(40, 167, 69, 0.1);
    border-left: 4px solid #28a745;
    color: #155724;
}

.alert-warning[b-vpbm8xznhd] {
    background: rgba(255, 193, 7, 0.1);
    border-left: 4px solid #ffc107;
    color: #856404;
}

.alert-danger[b-vpbm8xznhd] {
    background: rgba(220, 53, 69, 0.1);
    border-left: 4px solid #dc3545;
    color: #721c24;
}

.alert-info[b-vpbm8xznhd] {
    background: rgba(23, 162, 184, 0.1);
    border-left: 4px solid #17a2b8;
    color: #0c5460;
}

/* Modern Table */
.modern-table[b-vpbm8xznhd] {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.modern-table th[b-vpbm8xznhd] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    font-weight: 600;
    padding: 1rem;
    border: none;
}

.modern-table td[b-vpbm8xznhd] {
    padding: 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    transition: background-color 0.3s ease;
}

.modern-table tr:hover td[b-vpbm8xznhd] {
    background: rgba(102, 126, 234, 0.05);
}

/* Modern Badge */
.modern-badge[b-vpbm8xznhd] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 600;
    display: inline-block;
}

/* Modern Progress Bar */
.modern-progress[b-vpbm8xznhd] {
    background: rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    height: 8px;
    overflow: hidden;
}

.modern-progress-bar[b-vpbm8xznhd] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    height: 100%;
    border-radius: 10px;
    transition: width 0.6s ease;
}

/* Floating Action Button */
.fab[b-vpbm8xznhd] {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
    color: white;
    font-size: 1.5rem;
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1000;
}

.fab:hover[b-vpbm8xznhd] {
    transform: translateY(-3px) scale(1.1);
    box-shadow: 0 12px 35px rgba(102, 126, 234, 0.5);
    color: white;
}

.fab:active[b-vpbm8xznhd] {
    transform: translateY(-1px) scale(1.05);
}

/* Modern Dropdown */
.modern-dropdown[b-vpbm8xznhd] {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 15px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    padding: 0.5rem 0;
}

.modern-dropdown-item[b-vpbm8xznhd] {
    padding: 0.75rem 1.5rem;
    transition: all 0.3s ease;
    border: none;
    background: transparent;
}

.modern-dropdown-item:hover[b-vpbm8xznhd] {
    background: rgba(102, 126, 234, 0.1);
    color: #667eea;
}

/* Responsive Design */
@media (max-width: 768px) {
    .modern-card[b-vpbm8xznhd] {
        margin: 1rem;
        border-radius: 15px;
    }
    
    .glass-panel[b-vpbm8xznhd] {
        padding: 1.5rem;
        border-radius: 15px;
    }
    
    .fab[b-vpbm8xznhd] {
        bottom: 1rem;
        right: 1rem;
        width: 50px;
        height: 50px;
        font-size: 1.25rem;
    }
}
