@import '_content/SunmaraWorkspace.Modules.Chat/SunmaraWorkspace.Modules.Chat.c87wg7kf31.bundle.scp.css';
@import '_content/SunmaraWorkspace.Modules.Leads/SunmaraWorkspace.Modules.Leads.ueiz6xcqms.bundle.scp.css';
@import '_content/SunmaraWorkspace.Modules.Tasks/SunmaraWorkspace.Modules.Tasks.5l6ych53eg.bundle.scp.css';
@import '_content/SunmaraWorkspace.Modules.Tickets/SunmaraWorkspace.Modules.Tickets.lheko2shwx.bundle.scp.css';
@import '_content/SunmaraWorkspace.Shared/SunmaraWorkspace.Shared.24i433br95.bundle.scp.css';

/* /Components/Layout/CommandPalette.razor.rz.scp.css */
/* Copyright (c) Sunmara GmbH. All rights reserved. */
.palette-overlay[b-lj91ln767h] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 20vh;
    z-index: 2000;
    backdrop-filter: blur(2px);
}

.palette-container[b-lj91ln767h] {
    background: var(--surface, #ffffff);
    border-radius: 14px;
    width: 100%;
    max-width: 560px;
    padding: 8px 16px 12px;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.2);
}

.palette-hint[b-lj91ln767h] {
    padding: 4px 8px 0;
    text-align: right;
}

[b-lj91ln767h] .palette-input .mud-input-root {
    font-size: 18px !important;
}
/* /Components/Layout/IconRail.razor.rz.scp.css */
/* Copyright (c) Sunmara GmbH. All rights reserved. */
.icon-rail[b-ey2vqlqooa] {
    position: fixed;
    left: 0;
    top: 0;
    width: 52px;
    height: 100vh;
    background: var(--surface, #ffffff);
    border-right: 1px solid var(--border, #e8e8ec);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 12px 0;
    z-index: 1200;
}

.rail-logo[b-ey2vqlqooa] {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bg, #f4f4f5);
    border-radius: 10px;
    margin-bottom: 16px;
}

.rail-modules[b-ey2vqlqooa] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.rail-icon[b-ey2vqlqooa] {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    cursor: pointer;
    color: var(--text-muted, #71717a);
    transition: all 0.15s;
}

.rail-icon:hover[b-ey2vqlqooa] {
    background: var(--bg, #f4f4f5);
    color: var(--modul-color, var(--primary));
}

.rail-icon.active[b-ey2vqlqooa] {
    background: color-mix(in srgb, var(--modul-color, var(--primary)) 12%, transparent);
    color: var(--modul-color, var(--primary));
}

.rail-bottom[b-ey2vqlqooa] {
    margin-top: auto;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
/* Copyright (c) Sunmara GmbH. All rights reserved. */
.main-content[b-dhn3gv9ejd] {
    margin-left: 252px;
    min-height: 100vh;
    background: var(--bg, #f4f4f5);
}

.topbar[b-dhn3gv9ejd] {
    display: flex;
    align-items: center;
    padding: 16px 24px;
    background: var(--surface, #ffffff);
    border-bottom: 1px solid var(--border, #e8e8ec);
    position: sticky;
    top: 0;
    z-index: 50;
}

.content-area[b-dhn3gv9ejd] {
    padding: 24px;
}

[b-dhn3gv9ejd] .profile-trigger:hover {
    background: var(--bg, #f4f4f5);
}

[b-dhn3gv9ejd] .profile-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: 8px;
    width: 220px;
    background: var(--surface, #ffffff);
    border-radius: 14px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    z-index: 100;
    overflow: hidden;
}

[b-dhn3gv9ejd] .profile-menu-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    font-size: 13px;
    cursor: pointer;
    border-radius: 8px;
    transition: background 0.15s;
    color: var(--text, #18181b);
}

[b-dhn3gv9ejd] .profile-menu-item:hover {
    background: var(--bg, #f4f4f5);
}
/* /Components/Layout/ModuleSidebar.razor.rz.scp.css */
/* Copyright (c) Sunmara GmbH. All rights reserved. */
.module-sidebar[b-va8ic2235u] {
    width: 200px;
    min-width: 200px;
    height: 100vh;
    background: var(--surface, #ffffff);
    border-right: 1px solid var(--border, #e8e8ec);
    display: flex;
    flex-direction: column;
    position: fixed;
    left: 52px;
    top: 0;
    z-index: 100;
}

.sidebar-header[b-va8ic2235u] {
    padding: 16px 16px 12px;
    border-bottom: 1px solid var(--border-light, #f4f4f5);
}

.sidebar-nav[b-va8ic2235u] {
    padding: 8px;
    flex: 1;
    overflow-y: auto;
}

[b-va8ic2235u] .mud-nav-link {
    border-radius: 8px !important;
    margin-bottom: 2px;
}
