/* _content/TaskMaster.Web/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-4hpoybhe4p] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.sidebar[b-4hpoybhe4p] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

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

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

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

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

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

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

.content[b-4hpoybhe4p] {
    flex: 1;
}

.valid.modified:not([type=checkbox])[b-4hpoybhe4p] {
    outline: 1px solid #26b050;
}

.invalid[b-4hpoybhe4p] {
    outline: 1px solid red;
}

.validation-message[b-4hpoybhe4p] {
    color: red;
}

#blazor-error-ui[b-4hpoybhe4p] {
    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-4hpoybhe4p] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

.blazor-error-boundary[b-4hpoybhe4p] {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHZpZXdCb3g9IjAgMCA1NiA0OSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEzLjUgNkwyNC41IDQxTDM1LjUgNiIgc3Ryb2tlPSIjZjAwIiBzdHJva2Utd2lkdGg9IjIiLz4KPHBhdGggZD0iTTI4LjUgMTJWMjYiIHN0cm9rZT0iI2YwMCIgc3Ryb2tlLXdpZHRoPSIyIi8+CjxjaXJjbGUgY3g9IjI4LjUiIGN5PSIzMyIgcj0iMSIgZmlsbD0iI2YwMCIvPgo8L3N2Zz4K) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

.blazor-error-boundary[b-4hpoybhe4p]::after {
    content: "An error has occurred."
}

.loading-progress[b-4hpoybhe4p] {
    position: relative;
    display: block;
    width: 8rem;
    height: 8rem;
    margin: 20vh auto 1rem auto;
}

.loading-progress circle[b-4hpoybhe4p] {
    fill: none;
    stroke: #e0e0e0;
    stroke-width: 0.6rem;
    transform-origin: 50% 50%;
    transform: rotate(-90deg);
}

.loading-progress circle:last-child[b-4hpoybhe4p] {
    stroke: #1b6ec2;
    stroke-dasharray: calc(3.141 * var(--blazor-load-percentage, 0%) * 0.8), 500%;
    transition: stroke-dasharray 0.05s ease-in-out;
}

.loading-progress-text[b-4hpoybhe4p] {
    position: absolute;
    text-align: center;
    font-weight: bold;
    inset: calc(20vh + 3.25rem) 0 auto 0.2rem;
}

.loading-progress-text[b-4hpoybhe4p]:after {
    content: var(--blazor-load-percentage-text, "Loading");
}

code[b-4hpoybhe4p] {
    color: #c02d76;
}
/* _content/TaskMaster.Web/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-ewi6bhzb4r] {
    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.25rem rgba(255, 255, 255, 0.1);
}

/* Style logout button to match nav links */
.nav-item form[b-ewi6bhzb4r] {
    margin: 0;
    padding: 0;
}

.nav-item form button.nav-link[b-ewi6bhzb4r] {
    width: 100%;
    text-align: left;
    border: none;
    background: none;
    color: inherit;
    padding: 0.5rem 1rem;
    text-decoration: none;
}

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

.navbar-toggler:checked[b-ewi6bhzb4r], .navbar-toggler:focus[b-ewi6bhzb4r] {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.5);
}

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

.navbar-toggler:checked ~ .nav-scrollable[b-ewi6bhzb4r],
.nav-scrollable.collapse.show[b-ewi6bhzb4r] {
    display: block;
}

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

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

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/TaskMaster.Web/Components/Pages/Chat.razor.rz.scp.css */
/* Chat.razor.css - Component-scoped styles for .NET 9 */

.chat-container[b-4z35pnpulu] {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 120px);
    max-width: 1200px;
    margin: 0 auto;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    background: white;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.chat-header[b-4z35pnpulu] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-bottom: 1px solid #e0e0e0;
}

.chat-header h3[b-4z35pnpulu] {
    margin: 0;
    font-weight: 600;
}

.status-connected[b-4z35pnpulu] {
    color: #4ade80;
    font-weight: 500;
}

.status-disconnected[b-4z35pnpulu] {
    color: #f87171;
    font-weight: 500;
}

.chat-messages[b-4z35pnpulu] {
    flex: 1;
    overflow-y: auto;
    padding: 1rem;
    background: #f8fafc;
    scroll-behavior: smooth;
}

.message[b-4z35pnpulu] {
    display: flex;
    margin-bottom: 1rem;
    animation: fadeIn-b-4z35pnpulu 0.3s ease-in;
}

.message.user[b-4z35pnpulu] {
    justify-content: flex-end;
}

.message.assistant[b-4z35pnpulu] {
    justify-content: flex-start;
}

.message-avatar[b-4z35pnpulu] {
    margin: 0 0.5rem;
    flex-shrink: 0;
}

.avatar-user[b-4z35pnpulu], .avatar-assistant[b-4z35pnpulu] {
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #e5e7eb;
    text-align: center;
    line-height: 32px;
    font-size: 16px;
}

.avatar-user[b-4z35pnpulu] {
    background: #3b82f6;
    color: white;
}

.avatar-assistant[b-4z35pnpulu] {
    background: #10b981;
    color: white;
}

.message-content[b-4z35pnpulu] {
    max-width: 70%;
    background: white;
    border-radius: 12px;
    padding: 0.75rem 1rem;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    position: relative;
}

.message.user .message-content[b-4z35pnpulu] {
    background: #3b82f6;
    color: white;
}

.message-header[b-4z35pnpulu] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.25rem;
    font-size: 0.75rem;
    opacity: 0.7;
}

.message-sender[b-4z35pnpulu] {
    font-weight: 600;
}

.message-timestamp[b-4z35pnpulu] {
    font-size: 0.7rem;
}

.message-text[b-4z35pnpulu] {
    line-height: 1.5;
    word-wrap: break-word;
}

.typing-indicator[b-4z35pnpulu] {
    display: flex;
    align-items: center;
    padding: 0.5rem 0;
}

.typing-indicator span[b-4z35pnpulu] {
    height: 8px;
    width: 8px;
    background: #9ca3af;
    border-radius: 50%;
    display: inline-block;
    margin-right: 4px;
    animation: typing-b-4z35pnpulu 1.4s infinite ease-in-out;
}

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

.chat-input[b-4z35pnpulu] {
    padding: 1rem;
    background: white;
    border-top: 1px solid #e0e0e0;
}

.input-group[b-4z35pnpulu] {
    display: flex;
    gap: 0.5rem;
}

.form-control[b-4z35pnpulu] {
    flex: 1;
    padding: 0.75rem;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    font-size: 1rem;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.form-control:focus[b-4z35pnpulu] {
    outline: none;
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.btn[b-4z35pnpulu] {
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 6px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s, transform 0.1s;
}

.btn:hover[b-4z35pnpulu] {
    transform: translateY(-1px);
}

.btn-primary[b-4z35pnpulu] {
    background: #3b82f6;
    color: white;
}

.btn-primary:hover[b-4z35pnpulu] {
    background: #2563eb;
}

.btn:disabled[b-4z35pnpulu] {
    opacity: 0.5;
    cursor: not-allowed;
    transform: none;
}

@keyframes fadeIn-b-4z35pnpulu {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes typing-b-4z35pnpulu {
    0%, 80%, 100% { transform: scale(0.8); opacity: 0.5; }
    40% { transform: scale(1); opacity: 1; }
}

/* Responsive design */
@media (max-width: 768px) {
    .chat-container[b-4z35pnpulu] {
        height: calc(100vh - 80px);
        margin: 0;
        border-radius: 0;
    }
    
    .message-content[b-4z35pnpulu] {
        max-width: 85%;
    }
    
    .chat-input[b-4z35pnpulu] {
        padding: 0.75rem;
    }
}
