/* _content/WorkforceViewer/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-ra1d9e3cnc] {
    display: -webkit-box;
    flex-direction: column;
    height: 93vh; /* Full height of the viewport */
    overflow-x: hidden; /* Prevent horizontal overflow */
    overflow-y: hidden; /* Prevent horizontal overflow */
    box-shadow: 0 2px 4px rgba(0,0,0,0.1); /* Soft shadow */
}

.sidepanel[b-ra1d9e3cnc] {
    position: relative;
    display: flex;
    width: 140px;
    flex-direction: column;
    //height: 100vh; /* Full height of the viewport */
    overflow-x: hidden; /* Prevent horizontal overflow */
    overflow-y: hidden; /* Prevent horizontal overflow */
   
}

.sidepanel-home[b-ra1d9e3cnc] {
    margin-top: 10px !important;
}
.sidepanel-custom[b-ra1d9e3cnc] {
    margin-top: 45px;
}
.e-control.e-sidebar.e-lib.e-left.e-transition.e-open.e-push[b-ra1d9e3cnc] {
    position: relative !important;
}
.main-container[b-ra1d9e3cnc] {
    display: flex;
    flex-direction: row;
    height: 100vh;
}
.e-btn[b-ra1d9e3cnc] {
    background: royalblue;
    border-color: royalblue;
}
.e-check[b-ra1d9e3cnc] {
    background-color: royalblue;
    border-color: royalblue;
}
/*.sidebar.collapsed {
    width: 0;
    overflow: hidden;
    transition: width 0.3s ease;
}

.sidebar.expanded {
    width: 132px; 
    transition: width 0.3s ease;
}*/
/*e-sidebar.e-dock.e-close span.e-text {
    display: none;
}

.e-sidebar.e-dock.e-open span.e-text {
    display: inline-block;
}*/
/* Hoverable trigger area */
.sidebar:hover[b-ra1d9e3cnc], .sidebar-hover-trigger:hover ~ .sidebar[b-ra1d9e3cnc] {
    width: 132px; /* Match expanded width */
}

/* Invisible but hoverable area when sidebar is collapsed */
.sidebar-hover-trigger[b-ra1d9e3cnc] {
    width: 0px; /* Thin, but hoverable */
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2; /* Above the sidebar but below other content */
    opacity: 0; /* Make it invisible */
}
.vertical-bar[b-ra1d9e3cnc] {
    width: 1px; /* Adjust this if you increase the size of the toggle icon */
    background-color: darkgrey; /* Color of the vertical bar */
    cursor: pointer;
    position: relative; /* Adjust if necessary based on layout */
    z-index: 10; /* Higher than the sidebar to capture clicks */
    display: flex;
    align-items: center; /* Center the icon vertically */
    justify-content: center; /* Center the icon horizontally if wider bar */
    height: 100vh; /* Full height */
    transition: width 0.3s ease; /* Smooth transition for width */
}
.e-grid .e-ccdlg[b-ra1d9e3cnc],
.e-grid .e-ccdlg *[b-ra1d9e3cnc] {
    font-family: inherit !important;
    font-size: 10px !important;
    color: #111 !important;
}
.e-tab.e-control.e-lib.e-keyboard[b-ra1d9e3cnc] {
    height: inherit !important;
    width: inherit !important;
}

.e-content.e-lib.e-touch[b-ra1d9e3cnc] {
    height: inherit !important;
    width: inherit !important;
}

.e-item.e-active[b-ra1d9e3cnc] {
    height: inherit !important;
    width: inherit !important;
}

.toggle-icon[b-ra1d9e3cnc] {
    writing-mode: lr;
    transform: rotate(@{SidebarToggle ? "0deg" : "180deg"}); /* Adjust rotation angle as needed */
    color: white; /* Icon color */
    font-size: 20px; /* Larger size for better visibility */
    user-select: none; /* Prevent text selection */
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black background */
    border-radius: 50%; /* Circular background */
    width: 30px; /* Circle size */
    height: 30px; /* Circle size */
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 4px rgba(0,0,0,0.3); /* Soft shadow for depth */
}


    .toggle-icon.expanded[b-ra1d9e3cnc] {
        transform: rotate(0deg); /* Adjust this angle if necessary */
    }

    .toggle-icon.collapsed[b-ra1d9e3cnc] {
        transform: rotate(180deg); /* Adjust this angle if necessary */
    }

.vertical-bar:hover .toggle-icon[b-ra1d9e3cnc] {
    background-color: rgba(0, 0, 0, 0.8); /* Darker on hover for feedback */
}
.main-content[b-ra1d9e3cnc] {
    flex-grow: 1;
    transition: margin-left 0.3s ease;
}

article.content[b-ra1d9e3cnc] {
    overflow-y: auto; /* Optional: Allows scrolling within article if needed */
    height: fit-content;
    padding-left: 0 !important;
    padding-right: 150px !important;
}

.footer[b-ra1d9e3cnc] {
    color: #ffffff;
    text-align: center;
    padding: 1rem 0;
}

.top-row[b-ra1d9e3cnc] {
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
    background: none;
}

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

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

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

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

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

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

    .sidebar[b-ra1d9e3cnc] {
        /*width: 250px;*/
        height: 100vh;
        position: sticky;
        background: none;
        top: 0;
    }

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

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

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

#blazor-error-ui[b-ra1d9e3cnc] {
    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-ra1d9e3cnc] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
.menu-item-active[b-ra1d9e3cnc] {
    background-color: darkgrey !important; /* Your desired color for active state */
}
/* _content/WorkforceViewer/Components/Layout/NavMenu.razor.rz.scp.css */

.navbar-toggler[b-s9ayfd01aw] {
    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-s9ayfd01aw] {
    background-color: rgba(255, 255, 255, 0.5);
}

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

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

.bi[b-s9ayfd01aw] {
    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-s9ayfd01aw] {
    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-s9ayfd01aw] {
    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-s9ayfd01aw] {
    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-s9ayfd01aw] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

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

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

    .nav-item[b-s9ayfd01aw]  .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-s9ayfd01aw]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

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

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



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

    .nav-scrollable[b-s9ayfd01aw] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
.control_wrapper[b-s9ayfd01aw] {
    max-width: 500px;
    margin: auto;
    border: 1px solid #dddddd;
    border-radius: 3px;
}

.e-treeview[b-s9ayfd01aw] {
    border-right: 1px solid darkgrey; /* 2px solid black border */
}

    .e-treeview .e-list-item.e-hover > .e-text-content .e-list-text[b-s9ayfd01aw] {
        color: royalblue;
    }

    .e-treeview .e-list-item.e-active > .e-text-content .e-list-text[b-s9ayfd01aw] {
        color: royalblue;
    }
    @media (max-width: 768px) {
    .e-sidebar[b-s9ayfd01aw] {
        display: block !important;
        transform: none !important;
        position: fixed !important;
        z-index: 1000;
        width: 140px !important;
        left: 0 !important;
        top: 0;
        bottom: 0;
        background-color: white;
        box-shadow: 2px 0 5px rgba(0,0,0,0.1);
    }

    .maincontent[b-s9ayfd01aw] {
        margin-left: 140px !important;
        padding: 10px;
    }

    body[b-s9ayfd01aw], html[b-s9ayfd01aw] {
        overflow-x: hidden;
    }
}
/* _content/WorkforceViewer/Components/Layout/SidebarMenu.razor.rz.scp.css */
.navbar-toggler[b-tw1q0tc276] {
    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-tw1q0tc276] {
        background-color: rgba(255, 255, 255, 0.5);
    }

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

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

.bi[b-tw1q0tc276] {
    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-tw1q0tc276] {
    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-tw1q0tc276] {
    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-tw1q0tc276] {
    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-tw1q0tc276] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

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

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

    .nav-item[b-tw1q0tc276]  .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-tw1q0tc276]  a.active {
        background-color: rgba(255,255,255,0.37);
        color: white;
    }

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

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



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

    .nav-scrollable[b-tw1q0tc276] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
.control_wrapper[b-tw1q0tc276] {
    max-width: 500px;
    margin: auto;
    border: 1px solid #dddddd;
    border-radius: 3px;
}

.e-treeview[b-tw1q0tc276] {
    border-right: 1px solid darkgrey; /* 2px solid black border */
}

    .e-treeview .e-list-item.e-hover > .e-text-content .e-list-text[b-tw1q0tc276] {
        color: royalblue;
    }

    .e-treeview .e-list-item.e-active > .e-text-content .e-list-text[b-tw1q0tc276] {
        color: royalblue;
    }
@media (max-width: 768px) {
    .e-sidebar[b-tw1q0tc276] {
        display: block !important;
        transform: none !important;
        position: fixed !important;
        z-index: 1000;
        width: 140px !important;
        left: 0 !important;
        top: 0;
        bottom: 0;
        background-color: white;
        box-shadow: 2px 0 5px rgba(0,0,0,0.1);
    }

    .maincontent[b-tw1q0tc276] {
        margin-left: 140px !important;
        padding: 10px;
    }

    body[b-tw1q0tc276], html[b-tw1q0tc276] {
        overflow-x: hidden;
    }
}
/* _content/WorkforceViewer/Components/Shared/AiInsightsPanel.razor.rz.scp.css */
.ai-insights-toggle[b-6emhwxfuso] {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #4169E1;
    color: white;
    padding: 12px 8px;
    border-radius: 8px 0 0 8px;
    cursor: pointer;
    z-index: 1000;
    writing-mode: vertical-lr;
    text-orientation: mixed;
    font-family: "Inter", sans-serif;
    font-size: 11px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 6px;
    box-shadow: -2px 2px 8px rgba(0,0,0,0.15);
    transition: right 0.3s ease;
}

.ai-insights-toggle.open[b-6emhwxfuso] {
    right: 380px;
}

.ai-toggle-icon[b-6emhwxfuso] {
    writing-mode: horizontal-tb;
    font-size: 16px;
}

.ai-toggle-label[b-6emhwxfuso] {
    letter-spacing: 0.5px;
}

.ai-insights-panel[b-6emhwxfuso] {
    position: fixed;
    right: 0;
    top: 0;
    width: 380px;
    height: 100vh;
    background: #ffffff;
    border-left: 1px solid #e5e7eb;
    z-index: 999;
    display: flex;
    flex-direction: column;
    box-shadow: -4px 0 16px rgba(0,0,0,0.08);
    font-family: "Inter", sans-serif;
}

.ai-panel-header[b-6emhwxfuso] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    border-bottom: 1px solid #e5e7eb;
    background: #f8f9fc;
}

.ai-panel-header h3[b-6emhwxfuso] {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: #4169E1;
}

.ai-new-chat-btn[b-6emhwxfuso] {
    background: none;
    border: 1px solid #4169E1;
    color: #4169E1;
    border-radius: 4px;
    padding: 4px 10px;
    font-size: 10px;
    cursor: pointer;
    font-family: "Inter", sans-serif;
}

.ai-new-chat-btn:hover[b-6emhwxfuso] {
    background: #4169E1;
    color: white;
}

.ai-messages-container[b-6emhwxfuso] {
    flex: 1;
    overflow-y: auto;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.ai-welcome[b-6emhwxfuso] {
    text-align: center;
    padding: 24px 16px;
    color: #6b7280;
}

.ai-welcome p strong[b-6emhwxfuso] {
    color: #1f2937;
    font-size: 13px;
}

.ai-welcome-sub[b-6emhwxfuso] {
    font-size: 11px;
    margin-top: 8px;
}

.ai-suggestions[b-6emhwxfuso], .ai-follow-ups[b-6emhwxfuso] {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 8px 16px;
}

.ai-suggestion-chip[b-6emhwxfuso] {
    background: #eef2ff;
    border: 1px solid #c7d2fe;
    color: #4169E1;
    border-radius: 16px;
    padding: 6px 12px;
    font-size: 10px;
    cursor: pointer;
    font-family: "Inter", sans-serif;
    transition: background 0.2s;
}

.ai-suggestion-chip:hover[b-6emhwxfuso] {
    background: #4169E1;
    color: white;
    border-color: #4169E1;
}

.ai-message[b-6emhwxfuso] {
    max-width: 90%;
    padding: 10px 14px;
    border-radius: 12px;
    font-size: 11px;
    line-height: 1.5;
}

.ai-msg-user[b-6emhwxfuso] {
    align-self: flex-end;
    background: #4169E1;
    color: white;
    border-bottom-right-radius: 4px;
}

.ai-msg-assistant[b-6emhwxfuso] {
    align-self: flex-start;
    background: #f3f4f6;
    color: #1f2937;
    border-bottom-left-radius: 4px;
}

.ai-msg-content[b-6emhwxfuso] {
    word-break: break-word;
}

.ai-nav-links[b-6emhwxfuso] {
    margin-top: 8px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.ai-nav-link[b-6emhwxfuso] {
    display: flex;
    flex-direction: column;
    background: #eef2ff;
    padding: 6px 10px;
    border-radius: 6px;
    color: #4169E1;
    text-decoration: none;
    font-size: 10px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
}

.ai-nav-link:hover[b-6emhwxfuso] {
    background: #dbeafe;
}

.ai-nav-desc[b-6emhwxfuso] {
    font-weight: 400;
    color: #6b7280;
    font-size: 9px;
}

.ai-typing span[b-6emhwxfuso] {
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #9ca3af;
    border-radius: 50%;
    margin: 0 2px;
    animation: typing-b-6emhwxfuso 1.2s infinite;
}

.ai-typing span:nth-child(2)[b-6emhwxfuso] { animation-delay: 0.2s; }
.ai-typing span:nth-child(3)[b-6emhwxfuso] { animation-delay: 0.4s; }

@keyframes typing-b-6emhwxfuso {
    0%, 60%, 100% { opacity: 0.3; transform: translateY(0); }
    30% { opacity: 1; transform: translateY(-4px); }
}

.ai-input-area[b-6emhwxfuso] {
    display: flex;
    gap: 8px;
    padding: 12px 16px;
    border-top: 1px solid #e5e7eb;
    background: #f8f9fc;
}

.ai-input[b-6emhwxfuso] {
    flex: 1;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    padding: 8px 12px;
    font-size: 11px;
    font-family: "Inter", sans-serif;
    outline: none;
    transition: border-color 0.2s;
}

.ai-input:focus[b-6emhwxfuso] {
    border-color: #4169E1;
    box-shadow: 0 0 0 2px rgba(65, 105, 225, 0.15);
}

.ai-send-btn[b-6emhwxfuso] {
    background: #4169E1;
    color: white;
    border: none;
    border-radius: 8px;
    width: 36px;
    height: 36px;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
}

.ai-send-btn:hover:not(:disabled)[b-6emhwxfuso] {
    background: #3457c9;
}

.ai-send-btn:disabled[b-6emhwxfuso] {
    opacity: 0.5;
    cursor: not-allowed;
}

.ai-error[b-6emhwxfuso] {
    padding: 8px 16px;
    background: #fef2f2;
    color: #dc2626;
    font-size: 10px;
    border-top: 1px solid #fecaca;
}

.ai-follow-ups[b-6emhwxfuso] {
    border-top: 1px solid #e5e7eb;
}

/* Responsive: reduce panel width on narrow screens */
@media (max-width: 1280px) {
    .ai-insights-panel[b-6emhwxfuso] {
        width: 320px;
    }
    .ai-insights-toggle.open[b-6emhwxfuso] {
        right: 320px;
    }
}

@media (max-width: 1024px) {
    .ai-insights-panel[b-6emhwxfuso] {
        width: 280px;
    }
    .ai-insights-toggle.open[b-6emhwxfuso] {
        right: 280px;
    }
}
