/* _content/Furomatic.Web/Components/Layout/AuthLayout.razor.rz.scp.css */
.page[b-umq8dhvo1r] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-umq8dhvo1r] {
    flex: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

#blazor-error-ui[b-umq8dhvo1r] {
    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-umq8dhvo1r] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Furomatic.Web/Components/Layout/LoginLayout.razor.rz.scp.css */
.page[b-nh3eitbrh9] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-nh3eitbrh9] {
    flex: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

#blazor-error-ui[b-nh3eitbrh9] {
    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-nh3eitbrh9] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Furomatic.Web/Components/Layout/MainLayout.razor.rz.scp.css */
/* =========================================================
   The plx app-shell rules used to live here scoped to the
   MainLayout component, but Blazor's `::deep` mechanic made
   them unreliable: `::deep .plx-shell` compiles to
   `[b-XXX] .plx-shell` and only matches when an ancestor of
   the element carries the scope attribute. `.plx-shell` is
   itself a root element of this component, so the scope is
   ON it, not above it — the `display: grid` rule never
   landed and the sidebar took up the whole viewport.

   The rules now live globally in `wwwroot/css/plx.css`
   under "App shell". This file is intentionally empty so
   future per-component overrides have a home, but layout-
   level rules belong in the global file.
   ========================================================= */
/* _content/Furomatic.Web/Components/Pages/Bookings/Detail.razor.rz.scp.css */
/* Booking Detail Page Styles */

/* Tabs container - folder tab style */
.tabs[b-exd8ni09xv] {
    display: flex;
    gap: 4px;
    padding: 0 0.5rem;
    padding-top: 0.5rem;
    background: #f3f4f6;
    border-bottom: 1px solid #d1d5db;
    overflow-x: auto;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE/Edge */
}

.tabs[b-exd8ni09xv]::-webkit-scrollbar {
    display: none; /* Chrome/Safari */
}

/* Tab buttons - folder tab style */
.tab[b-exd8ni09xv] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.6rem 1rem;
    background: #e5e7eb;
    border: 1px solid #d1d5db;
    border-bottom: none;
    border-radius: 8px 8px 0 0;
    color: #6b7280;
    font-size: 0.9rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.15s ease;
    white-space: nowrap;
    flex-shrink: 0;
    position: relative;
    top: 1px;
    margin-bottom: -1px;
}

.tab:hover:not(:disabled):not(.active)[b-exd8ni09xv] {
    background: #f9fafb;
    color: #374151;
}

.tab.active[b-exd8ni09xv] {
    background: #ffffff;
    color: #3b82f6;
    border-color: #d1d5db;
    z-index: 1;
}

.tab:disabled[b-exd8ni09xv] {
    opacity: 0.5;
    cursor: not-allowed;
    background: #e5e7eb;
}

.tab .material-icons[b-exd8ni09xv] {
    font-size: 1.1rem;
}

/* Tab label with badge positioning */
.tab-label[b-exd8ni09xv] {
    position: relative;
    display: inline-flex;
    align-items: center;
}

/* Notification badge */
.tab-badge[b-exd8ni09xv] {
    position: absolute;
    top: -8px;
    right: -12px;
    min-width: 16px;
    height: 16px;
    padding: 0 4px;
    background-color: #3b82f6;
    color: white;
    font-size: 0.65rem;
    font-weight: 600;
    border-radius: 9999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.tab.active .tab-badge[b-exd8ni09xv] {
    background-color: #2563eb;
}

.tab:disabled .tab-badge[b-exd8ni09xv] {
    background-color: #9ca3af;
}

/* Responsive adjustments */
@media (max-width: 900px) {
    .tabs[b-exd8ni09xv] {
        gap: 3px;
        padding: 0 0.25rem;
        padding-top: 0.4rem;
    }

    .tab[b-exd8ni09xv] {
        padding: 0.5rem 0.7rem;
        font-size: 0.8rem;
        border-radius: 6px 6px 0 0;
    }

    .tab .material-icons[b-exd8ni09xv] {
        font-size: 1rem;
    }

    .tab-badge[b-exd8ni09xv] {
        top: -6px;
        right: -10px;
        min-width: 14px;
        height: 14px;
        font-size: 0.6rem;
    }
}

@media (max-width: 700px) {
    .tabs[b-exd8ni09xv] {
        gap: 2px;
        padding: 0 0.15rem;
        padding-top: 0.3rem;
    }

    .tab[b-exd8ni09xv] {
        flex-direction: column;
        gap: 0.15rem;
        padding: 0.4rem 0.5rem;
        font-size: 0.7rem;
        border-radius: 5px 5px 0 0;
    }

    .tab .material-icons[b-exd8ni09xv] {
        font-size: 0.95rem;
    }

    .tab-badge[b-exd8ni09xv] {
        position: static;
        margin-left: 2px;
        min-width: 12px;
        height: 12px;
        font-size: 0.55rem;
    }
}
/* _content/Furomatic.Web/Components/Pages/Chat/Chat.razor.rz.scp.css */
/* Scoped styles — most chat styles are in the inline <style> block in Chat.razor */

/* Tool usage badge in AI indicator header */
[b-86p559tdrn] .tool-usage-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    padding: 0.15rem 0.5rem;
    background-color: #F5F3FF;
    color: #6D28D9;
    font-size: 0.75rem;
    font-weight: 500;
    border-radius: 9999px;
    margin-left: 0.5rem;
}

/* Tool chips list under message */
[b-86p559tdrn] .tools-used-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.375rem;
    margin-top: 0.5rem;
    padding-top: 0.5rem;
    border-top: 1px solid #e5e7eb !important;
}

[b-86p559tdrn] .tool-chip-small {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    padding: 0.2rem 0.6rem;
    background-color: #f0fdf4;
    color: #166534;
    font-size: 0.75rem;
    font-weight: 500;
    border-radius: 9999px;
    border: 1px solid #bbf7d0 !important;
}

/* Source chips list */
[b-86p559tdrn] .sources-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.375rem;
    margin-top: 0.5rem;
    padding-top: 0.5rem;
    border-top: 1px solid #e5e7eb !important;
}

[b-86p559tdrn] .sources-label {
    font-size: 0.75rem;
    font-weight: 600;
    color: #6b7280;
    margin-right: 0.25rem;
}

[b-86p559tdrn] .source-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    padding: 0.2rem 0.6rem;
    background-color: #eff6ff;
    color: #1e40af;
    font-size: 0.75rem;
    font-weight: 500;
    border-radius: 9999px;
    border: 1px solid #bfdbfe !important;
    text-decoration: none;
    max-width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

[b-86p559tdrn] .source-chip-link {
    cursor: pointer;
    transition: background-color 0.15s ease;
}

[b-86p559tdrn] .source-chip-link:hover {
    background-color: #dbeafe;
    text-decoration: none;
}

/* _content/Furomatic.Web/Components/Pages/Chat/ChatCitation.razor.rz.scp.css */
.citation[b-xjc0qxdiab] {
    display: inline-flex;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    margin-top: 1rem;
    margin-right: 1rem;
    border-bottom: 2px solid #a770de;
    gap: 0.5rem;
    border-radius: 0.25rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    background-color: #ffffff;
}

    .citation[href]:hover[b-xjc0qxdiab] {
        outline: 1px solid #865cb1;
    }

    .citation svg[b-xjc0qxdiab] {
        width: 1.5rem;
        height: 1.5rem;
    }

    .citation:active[b-xjc0qxdiab] {
        background-color: rgba(0,0,0,0.05);
    }

.citation-content[b-xjc0qxdiab] {
    display: flex;
    flex-direction: column;
}

.citation-file[b-xjc0qxdiab] {
    font-weight: 600;
}

.citation-quote[b-xjc0qxdiab] {
    color: #666;
    font-size: 0.8rem;
    max-width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.citation-no-link[b-xjc0qxdiab] {
    cursor: default;
    border-bottom-color: #999;
}

    .citation-no-link svg[b-xjc0qxdiab] {
        color: #666;
    }
/* _content/Furomatic.Web/Components/Pages/Chat/ChatHeader.razor.rz.scp.css */
.chat-header-container[b-eufpor2xd5] {
    top: 0;
    padding: 1.5rem;
}

.chat-header-controls[b-eufpor2xd5] {
    margin-bottom: 1.5rem;
}

h1[b-eufpor2xd5] {
    overflow: hidden;
    text-overflow: ellipsis;
}

.new-chat-icon[b-eufpor2xd5] {
    width: 1.25rem;
    height: 1.25rem;
    color: #7C3AED;
}

@media (min-width: 768px) {
    .chat-header-container[b-eufpor2xd5] {
        position: sticky;
    }
}
/* _content/Furomatic.Web/Components/Pages/Chat/ChatInput.razor.rz.scp.css */
.input-box[b-58olkysotk] {
    display: flex;
    flex-direction: column;
    background: white;
    border: 1px solid rgb(229, 231, 235);
    border-radius: 8px;
    padding: 0.5rem 0.75rem;
    margin-top: 0.75rem;
}

    .input-box:focus-within[b-58olkysotk] {
        outline: 2px solid #7C3AED;
    }

textarea[b-58olkysotk] {
    resize: none;
    border: none;
    outline: none;
    flex-grow: 1;
}

    textarea:placeholder-shown + .tools[b-58olkysotk] {
        --send-button-color: #aaa;
    }

.tools[b-58olkysotk] {
    display: flex;
    margin-top: 1rem;
    align-items: center;
    gap: 0.5rem;
}

.tool-icon[b-58olkysotk] {
    width: 1.25rem;
    height: 1.25rem;
}

.send-button[b-58olkysotk] {
    color: var(--send-button-color, #7C3AED);
    margin-left: auto;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.25rem;
    border-radius: 4px;
    transition: background 0.15s;
}

    .send-button:hover[b-58olkysotk] {
        color: #6D28D9;
        background: rgba(124, 58, 237, 0.1);
    }

.attach-button[b-58olkysotk] {
    color: #9CA3AF;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.25rem;
    border-radius: 4px;
    transition: all 0.15s;
}

    .attach-button:hover[b-58olkysotk] {
        color: #7C3AED;
        background: rgba(124, 58, 237, 0.1);
    }

.attach[b-58olkysotk] {
    background-color: white;
    border-style: dashed;
    color: #888;
    border-color: #888;
    padding: 3px 8px;
}

    .attach:hover[b-58olkysotk] {
        background-color: #f0f0f0;
        color: black;
    }
/* _content/Furomatic.Web/Components/Pages/Chat/ChatMessageItem.razor.rz.scp.css */
.user-message[b-ncntbfdtzu] {
    background: #7C3AED;
    align-self: flex-end;
    min-width: 25%;
    max-width: calc(100% - 5rem);
    padding: 0.5rem 1.25rem;
    border-radius: 0.25rem;
    color: #FFFFFF;
    white-space: pre-wrap;
}

.assistant-message[b-ncntbfdtzu], .assistant-search[b-ncntbfdtzu] {
    display: grid;
    grid-template-rows: min-content;
    grid-template-columns: 2rem minmax(0, 1fr);
    gap: 0.25rem;
}

.assistant-message-header[b-ncntbfdtzu] {
    font-weight: 600;
}

.assistant-message-text[b-ncntbfdtzu] {
    grid-column-start: 2;
}

.assistant-message-icon[b-ncntbfdtzu] {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 9999px;
    width: 1.5rem;
    height: 1.5rem;
    color: #ffffff;
    background: #7C3AED;
}

    .assistant-message-icon svg[b-ncntbfdtzu] {
        width: 1rem;
        height: 1rem;
    }

.assistant-search[b-ncntbfdtzu] {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.assistant-search-icon[b-ncntbfdtzu] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.5rem;
    height: 1.5rem;
}

    .assistant-search-icon svg[b-ncntbfdtzu] {
        width: 1rem;
        height: 1rem;
    }

.assistant-search-content[b-ncntbfdtzu] {
    align-content: center;
}

.assistant-search-phrase[b-ncntbfdtzu] {
    font-weight: 600;
}

/* Default styling for markdown-formatted assistant messages */
[b-ncntbfdtzu] ul {
    list-style-type: disc;
    margin-left: 1.5rem;
}

[b-ncntbfdtzu] ol {
    list-style-type: decimal;
    margin-left: 1.5rem;
}

[b-ncntbfdtzu] li {
    margin: 0.5rem 0;
}

[b-ncntbfdtzu] strong {
    font-weight: 600;
}

[b-ncntbfdtzu] h3 {
    margin: 1rem 0;
    font-weight: 600;
}

[b-ncntbfdtzu] p + p {
    margin-top: 1rem;
}

[b-ncntbfdtzu] table {
    margin: 1rem 0;
}

[b-ncntbfdtzu] th {
    text-align: left;
    border-bottom: 1px solid silver;
}

[b-ncntbfdtzu] th, [b-ncntbfdtzu] td {
    padding: 0.1rem 0.5rem;
}

[b-ncntbfdtzu] th, [b-ncntbfdtzu] tr:nth-child(even) {
    background-color: rgba(0, 0, 0, 0.05);
}
/* _content/Furomatic.Web/Components/Pages/Chat/ChatMessageList.razor.rz.scp.css */
.message-list-container[b-nto9ykjvf2] {
    margin: 2rem 1.5rem;
    flex-grow: 1;
}

.message-list[b-nto9ykjvf2] {
    display: flex; 
    flex-direction: column; 
    gap: 1.25rem; 
}

.no-messages[b-nto9ykjvf2] {
    text-align: center;
    font-size: 1.25rem;
    color: #999;
    margin-top: calc(40vh - 18rem);
}

chat-messages[b-nto9ykjvf2] >  div:last-of-type {
    /* Adds some vertical buffer to so that suggestions don't overlap the output when they appear */
    margin-bottom: 2rem;
}
/* _content/Furomatic.Web/Components/Pages/Chat/ChatSuggestions.razor.rz.scp.css */
.suggestions[b-zplvr42rer] {
    text-align: right;
    white-space: nowrap;
    gap: 0.5rem;
    justify-content: flex-end;
    flex-wrap: wrap;
    display: flex;
    margin-bottom: 0.75rem;
}

.suggestions button[b-zplvr42rer] {
    border: 1px solid #DDD6FE;
    background: #F5F3FF;
    border-radius: 9999px;
    color: #7C3AED;
    padding: 0.375rem 0.875rem;
    font-size: 0.8rem;
    cursor: pointer;
    transition: all 0.15s;
}

.suggestions button:hover[b-zplvr42rer] {
    background: #EDE9FE;
    border-color: #7C3AED;
}
