@import 'chatbot/BusyBlocks.Chat.Components.8d19xgb2kz.bundle.scp.css';
@import 'components/BusyBlocks.Components.wjt4gobjm7.bundle.scp.css';
@import '_content/BusyKeys.Desktop/BusyKeys.Desktop.7zbq0xoug0.bundle.scp.css';
@import '_content/Chat.OsApp/Chat.OsApp.5z0b5k2pvj.bundle.scp.css';
@import '_content/DwellHQ.OsApp/DwellHQ.OsApp.7gth7qfvct.bundle.scp.css';
@import '_content/RezHub.OsApp/RezHub.OsApp.h5vqx1gv0d.bundle.scp.css';

/* /Common/MarkdownRenderer.razor.rz.scp.css */
.markdown-output p[b-vss6vthc13] {
    margin: 0;
}
/* /Common/Selects/DesktopApplicationSelect.razor.rz.scp.css */
.desktop-apps-select[b-3rqdxfeft5] {
    max-width: 200px;
    text-overflow: ellipsis;
}
/* /Components/Chat/ChatInput.razor.rz.scp.css */
.chat-input[b-5a26hld584] {
    display: flex;
    align-items: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #ccc;
    background-color: #fff;
}

.chat-textarea[b-5a26hld584] {
    flex: 1;
    resize: none;
    padding: 0.5rem;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 1rem;
    line-height: 1.4;
    min-height: 3rem;
    max-height: 10rem;
    overflow-y: auto;
}

.send-button[b-5a26hld584] {
    margin-left: 0.5rem;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    border: none;
    border-radius: 6px;
    background-color: #007bff;
    color: white;
    cursor: pointer;
}

.send-button:hover[b-5a26hld584] {
    background-color: #0056b3;
}

/* Container for the whole composer row */
.chat-input[b-5a26hld584] {
    padding: 0.75rem;
    background-color: #fff;
    border-top: 1px solid #e6e6e6;
}

/* The rounded �textarea-like� frame */
.composer-frame[b-5a26hld584] {
    position: relative;
    border: 1px solid #e2e2e2;
    border-radius: 14px;
    background: #fff;
    width: 100%;
}

/* The actual textarea, with extra bottom/right padding for pills + send */
.composer-textarea[b-5a26hld584] {
    width: 100%;
    min-height: 56px; /* feels like the screenshot */
    max-height: 160px;
    resize: vertical;
    border: 0;
    outline: none;
    background: transparent;
    font-size: 1rem;
    line-height: 1.35;
    padding: 12px 56px 52px 12px; /* top | right | bottom | left */
    box-sizing: border-box;
}

/* Bottom-left inline controls inside the frame */
.inline-controls[b-5a26hld584] {
    position: absolute;
    left: 10px;
    bottom: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
    pointer-events: auto;
}

/* Make the select a fixed-size pill like �Workflows� */
.pill-select[b-5a26hld584] {
    width: 210px; /* fixed width like your mock */
    appearance: none;
    border: 1px solid #d0d0d0;
    border-radius: 999px;
    background: #fff;
    color: #333;
    font-size: 0.9rem;
    padding: 6px 12px;
    cursor: pointer;
    transition: background-color .15s, border-color .15s;
}

    .pill-select:hover[b-5a26hld584] {
        border-color: #9a9a9a;
        background: #f7f7f7;
    }

/* Send button floating inside the frame (bottom-right) */
.send-fab[b-5a26hld584] {
    position: absolute;
    right: 8px;
    bottom: 8px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 0;
    /*background: #e0e0e0;*/ /* matches the gray pill in the screenshot */
    color: #fff; /* arrow contrast */
    font-size: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: filter .15s;
}

    .send-fab:hover[b-5a26hld584] {
        filter: brightness(0.95);
    }

    .send-fab:disabled[b-5a26hld584] {
        opacity: .55;
        cursor: not-allowed;
    }
/* /Components/Chat/ChatMessage.razor.rz.scp.css */
.chat-message[b-3a0p6y4agg] {
    display: flex;
    margin: 0.5rem 0;
}

.chat-message.user[b-3a0p6y4agg] {
    justify-content: flex-end;
}

.chat-message.bot[b-3a0p6y4agg] {
    justify-content: flex-start;
}

.bubble[b-3a0p6y4agg] {
    max-width: 70%;
    padding: 0.75rem;
    border-radius: 10px;
    font-size: 0.95rem;
    line-height: 1.4;
}

.user .bubble[b-3a0p6y4agg] {
    background-color: #007bff;
    color: white;
    border-bottom-right-radius: 0;
}

.bot .bubble[b-3a0p6y4agg] {
    /*background-color: #e5e5ea;*/
    max-width: 100%;
    width: 100%;
    color: black;
    border-bottom-left-radius: 0;
}
/* /Components/Chat/ChatWindow.razor.rz.scp.css */
.chat-window[b-eoxasckhp4] {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
}

.chat-message-list[b-eoxasckhp4] {
    flex: 1;
    overflow-y: auto;
    padding: 1rem;
    background-color: #fefefe;
    scrollbar-gutter: stable;
}

.chat-message-list[b-eoxasckhp4]::-webkit-scrollbar {
    width: 10px;
    background: #fefefe;
}

.chat-message-list[b-eoxasckhp4]::-webkit-scrollbar-thumb {
    background: #aaaaaa;
    border-radius: 5px;
    min-height: 40px;
}

.chat-message-list:hover[b-eoxasckhp4]::-webkit-scrollbar-thumb {
    background: #888;
}

.chat-message-list[b-eoxasckhp4] {
    scrollbar-width: thin;
    scrollbar-color: #aaaaaa #fefefe;
}

.chat-controls[b-eoxasckhp4] {
    padding: .5rem .75rem;
    display: flex;
    justify-content: flex-end;
}
/* /Components/Desktops/DesktopTabs.razor.rz.scp.css */
.desktop-tabs[b-2ve25flpjp] {
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* Tab bar across the top */
.tab-bar[b-2ve25flpjp] {
    display: flex;
    background-color: #eee;
    border-left: 1px solid #ccc;
}

/* Each tab */
.tab[b-2ve25flpjp] {
    display: flex;
    align-items: center;
    padding: 0.5rem 1rem;
    cursor: pointer;
    border-right: 1px solid #ccc;
    position: relative;
    font-size: 0.95rem;
    background-color: #f5f5f5;
}

.tab:hover[b-2ve25flpjp] {
    background-color: #e0e0e0;
}

/* Active tab stands out */
.tab.active[b-2ve25flpjp] {
    background-color: #fff;
    font-weight: bold;
}

/* Close button inside tab */
.close-tab[b-2ve25flpjp] {
    margin-left: 0.5rem;
    border: none;
    background: transparent;
    cursor: pointer;
    font-size: 1rem;
    color: #666;
}

.close-tab:hover[b-2ve25flpjp] {
    color: #000;
}

/* Desktop content area below the tab bar */
.desktop-view[b-2ve25flpjp] {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fafafa;
    font-size: 1.5rem;
    font-weight: 500;
}
/* /Components/Desktops/DesktopView.razor.rz.scp.css */
.desktop-view[b-n2ts6wuh89] {
    position: relative;   /* establishes containing block */
    height: 100vh;        /* or whatever size you want */
    display: flex;
    flex-direction: column;
}
/* /Components/Telephony/PhoneWidget.razor.rz.scp.css */
.phone-widget[b-p4o98jmhf1] {
    width: 100%;
    height: 275px;
    border-radius: 8px;
    background: linear-gradient(180deg, #1b1b1b 0%, #121212 100%);
    color: #f4f4f4;
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    display: flex;
    flex-direction: column;
    box-shadow: 0 3px 8px rgba(0,0,0,0.35);
    overflow: hidden;
}

/* Header */
.phone-header[b-p4o98jmhf1] {
    height: 32px;
    padding: 6px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #262626;
    font-size: 13px;
}
.status[b-p4o98jmhf1] {
    display: flex;
    align-items: center;
    gap: 6px;
}
.status-dot[b-p4o98jmhf1] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
}
.status-dot.available[b-p4o98jmhf1] { background: #35d063; }
.status-dot.busy[b-p4o98jmhf1] { background: #ff5252; }
.clock[b-p4o98jmhf1] { opacity: .85; }

/* Screen */
.phone-screen[b-p4o98jmhf1] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    text-align: center;
}
.caller-info[b-p4o98jmhf1] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}
.caller-name[b-p4o98jmhf1] {
    font-size: 20px;
    font-weight: 700;
}
.caller-number[b-p4o98jmhf1] {
    font-size: 14px;
    opacity: .8;
}
.call-timer[b-p4o98jmhf1] {
    font-size: 13px;
    margin-top: 6px;
    display: flex;
    gap: 6px;
    opacity: .9;
}
.idle-screen[b-p4o98jmhf1] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    opacity: .9;
}

/* Controls */
.phone-controls[b-p4o98jmhf1] {
    padding: 12px 16px;
    background: #1f1f1f;
    border-top: 1px solid rgba(255,255,255,0.06);
    display: flex;
    justify-content: center;
    align-items: center;   /* ✅ prevents vertical stretching */
    gap: 16px;
}

/* Buttons */
.icon-btn[b-p4o98jmhf1] {
    width: 48px;
    height: 48px;
    flex: 0 0 auto;        /* ✅ prevents flexbox from resizing */
    border-radius: 50%;
    background: #333;
    color: #fff;
    border: none;
    font-size: 18px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 6px rgba(0,0,0,0.25);
    cursor: pointer;
    transition: background .2s ease, transform .2s ease;
}

.icon-btn:hover[b-p4o98jmhf1] {
    background: #444;
    transform: translateY(-2px);
}
.icon-btn:active[b-p4o98jmhf1] {
    transform: scale(0.95);
}

/* Variants */
.icon-btn.success[b-p4o98jmhf1] {
    background: #2ecc71; /* green */
}
.icon-btn.danger[b-p4o98jmhf1] {
    background: #e74c3c; /* red */
}
/* /Layout/MainLayout.razor.rz.scp.css */
/* /Pages/Home.razor.rz.scp.css */
/* Scene wrapper */
.home-desktop-scene[b-09it3ajuhg] {
    position: fixed;
    inset: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 8px;
    z-index: 999;
    background-color: #fbfbfb;
}

/* Floating panel as "paper" */
.home-floating-wallpaper[b-09it3ajuhg] {
    width: calc(100vw - 16px);
    height: calc(100vh - 16px);
    background: white;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    box-shadow:
            0 0 12px rgba(0, 0, 0, 0.25),
            0 0 32px rgba(0, 0, 0, 0.18),
            0 0 64px rgba(0, 0, 0, 0.14),
            0 0 96px rgba(0, 0, 0, 0.10);


}

/* Wallpaper image inside (untouched) */
.home-floating-wallpaper img[b-09it3ajuhg] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
    display: block;
}
