/* /Components/Leads/LeadDetail.razor.rz.scp.css */
.detail-section[b-8ppd576zqq] {
    margin-bottom: 12px;
}

.detail-row[b-8ppd576zqq] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 4px 0;
    font-size: 14px;
    color: var(--text-secondary, #52525b);
}

.detail-row a[b-8ppd576zqq] {
    color: var(--primary, #6366f1);
    text-decoration: none;
}

.detail-row a:hover[b-8ppd576zqq] {
    text-decoration: underline;
}

.note-input[b-8ppd576zqq] {
    margin: 8px 0;
}

.note-item[b-8ppd576zqq] {
    padding: 8px 0;
    border-bottom: 1px solid var(--border-light, #f4f4f5);
}

.note-text[b-8ppd576zqq] {
    font-size: 14px;
    color: var(--text, #18181b);
}

.note-meta[b-8ppd576zqq] {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    color: var(--text-faint, #a1a1aa);
    margin-top: 2px;
}
/* /Components/Leads/LeadRating.razor.rz.scp.css */
.lead-rating[b-ndxxodxgid] {
    display: flex;
    gap: 3px;
    align-items: center;
}

.rating-segment[b-ndxxodxgid] {
    width: 24px;
    height: 8px;
    border-radius: 4px;
    background: var(--border, #e8e8ec);
    cursor: pointer;
    transition: all 0.15s;
}

.rating-segment.active[b-ndxxodxgid] {
    background: var(--segment-color);
}

.rating-segment:hover[b-ndxxodxgid] {
    transform: scaleY(1.3);
}
/* /Components/Leads/LeadStatCards.razor.rz.scp.css */
.stat-cards-grid[b-9eqc69oyig] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 16px;
    margin-bottom: 24px;
}
/* /Components/Leads/PipelineStatusBadge.razor.rz.scp.css */
.pipeline-badge[b-r176lswglh] {
    display: inline-flex;
    align-items: center;
    padding: 2px 10px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    color: var(--badge-color);
    background: color-mix(in srgb, var(--badge-color) 12%, transparent);
    white-space: nowrap;
}
/* /Components/Shared/SlidePanel.razor.rz.scp.css */
.slide-overlay[b-yirsm0xqjr] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.3);
    z-index: 900;
    backdrop-filter: blur(1px);
}

.slide-panel[b-yirsm0xqjr] {
    position: fixed;
    top: 0;
    right: 0;
    width: 480px;
    max-width: 90vw;
    height: 100vh;
    background: var(--surface, #ffffff);
    z-index: 1000;
    box-shadow: -8px 0 24px rgba(0, 0, 0, 0.12);
    display: flex;
    flex-direction: column;
    animation: slideIn-b-yirsm0xqjr 0.2s ease;
}

@keyframes slideIn-b-yirsm0xqjr {
    from { transform: translateX(100%); }
    to { transform: translateX(0); }
}

.slide-header[b-yirsm0xqjr] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    border-bottom: 1px solid var(--border, #e8e8ec);
}

.slide-body[b-yirsm0xqjr] {
    flex: 1;
    overflow-y: auto;
    padding: 20px;
}
/* /Components/Shared/StatCard.razor.rz.scp.css */
.stat-card[b-r984xok1wy] {
    background: var(--surface, #ffffff);
    border-radius: 14px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 16px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
    transition: box-shadow 0.15s;
}

.stat-card:hover[b-r984xok1wy] {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.stat-icon[b-r984xok1wy] {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.stat-value[b-r984xok1wy] {
    font-size: 24px;
    font-weight: 800;
    line-height: 1;
}

.stat-title[b-r984xok1wy] {
    font-size: 13px;
    color: var(--text-muted, #71717a);
    font-weight: 500;
    margin-top: 2px;
}
/* /Components/Shell/CommandPalette.razor.rz.scp.css */
.palette-overlay[b-wnmfc3xb2w] {
    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-wnmfc3xb2w] {
    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-wnmfc3xb2w] {
    padding: 4px 8px 0;
    text-align: right;
}

[b-wnmfc3xb2w] .palette-input .mud-input-root {
    font-size: 18px !important;
}
/* /Components/Shell/IconRail.razor.rz.scp.css */
.icon-rail[b-12d9ua40v4] {
    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-12d9ua40v4] {
    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-12d9ua40v4] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.rail-icon[b-12d9ua40v4] {
    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-12d9ua40v4] {
    background: var(--bg, #f4f4f5);
    color: var(--modul-color, var(--primary));
}

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

.rail-bottom[b-12d9ua40v4] {
    margin-top: auto;
}

.profile-popover[b-12d9ua40v4] {
    position: absolute;
    bottom: 0;
    left: 52px;
    width: 220px;
    background: var(--surface, #ffffff);
    border-radius: 14px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    z-index: 1300;
    overflow: hidden;
}

.profile-menu-item[b-12d9ua40v4] {
    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);
}

.profile-menu-item:hover[b-12d9ua40v4] {
    background: var(--bg, #f4f4f5);
}
/* /Components/Shell/ModuleSidebar.razor.rz.scp.css */
.module-sidebar[b-spnwhkt3tt] {
    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-spnwhkt3tt] {
    padding: 16px 16px 12px;
    border-bottom: 1px solid var(--border-light, #f4f4f5);
}

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

[b-spnwhkt3tt] .mud-nav-link {
    border-radius: 8px !important;
    margin-bottom: 2px;
}
/* /Components/Tasks/TaskItem.razor.rz.scp.css */
.task-item[b-p52ii7wh8x] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 16px;
    background: var(--surface, #ffffff);
    border-radius: 10px;
    transition: all 0.15s;
}

.task-item:hover[b-p52ii7wh8x] {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.task-item.done[b-p52ii7wh8x] {
    opacity: 0.6;
}

.task-item.done .task-title[b-p52ii7wh8x] {
    text-decoration: line-through;
}

.task-item.overdue[b-p52ii7wh8x] {
    border-left: 3px solid #ef4444;
}

.task-content[b-p52ii7wh8x] {
    flex: 1;
    min-width: 0;
}

.task-title[b-p52ii7wh8x] {
    font-weight: 600;
    font-size: 14px;
}

.task-meta[b-p52ii7wh8x] {
    display: flex;
    gap: 12px;
    font-size: 12px;
    color: var(--text-muted, #71717a);
    margin-top: 2px;
}

.task-meta span[b-p52ii7wh8x] {
    display: flex;
    align-items: center;
    gap: 2px;
}

.overdue-text[b-p52ii7wh8x] {
    color: #ef4444 !important;
    font-weight: 600;
}

.task-priority[b-p52ii7wh8x] {
    font-size: 11px;
    font-weight: 600;
    color: var(--prio-color);
    padding: 2px 8px;
    border-radius: 10px;
    background: color-mix(in srgb, var(--prio-color) 12%, transparent);
    white-space: nowrap;
}
/* /Pages/Leads/LeadsDashboard.razor.rz.scp.css */
.dashboard-toolbar[b-z0tbb6v7x6] {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.search-field[b-z0tbb6v7x6] {
    max-width: 360px;
}

[b-z0tbb6v7x6] .cursor-pointer {
    cursor: pointer;
}
/* /Pages/Leads/LeadsList.razor.rz.scp.css */
.list-toolbar[b-psn2ha9jwe] {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
    flex-wrap: wrap;
}

[b-psn2ha9jwe] .cursor-pointer {
    cursor: pointer;
}
/* /Pages/Leads/LeadsPipeline.razor.rz.scp.css */
.pipeline-board[b-okaxc5lhg1] {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    padding-bottom: 16px;
    min-height: calc(100vh - 160px);
}

.pipeline-column[b-okaxc5lhg1] {
    min-width: 220px;
    flex: 1;
    background: var(--surface, #ffffff);
    border-radius: 14px;
    padding: 12px;
    display: flex;
    flex-direction: column;
}

.column-header[b-okaxc5lhg1] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 4px;
}

.column-count[b-okaxc5lhg1] {
    font-size: 12px;
    font-weight: 600;
    color: var(--text-faint, #a1a1aa);
    background: var(--bg, #f4f4f5);
    padding: 2px 8px;
    border-radius: 10px;
}

.column-hint[b-okaxc5lhg1] {
    font-size: 11px;
    color: var(--text-faint, #a1a1aa);
    margin-bottom: 12px;
}

.column-cards[b-okaxc5lhg1] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
}

.pipeline-card[b-okaxc5lhg1] {
    background: var(--bg, #f4f4f5);
    border-radius: 10px;
    padding: 12px;
    cursor: pointer;
    transition: all 0.15s;
}

.pipeline-card:hover[b-okaxc5lhg1] {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transform: translateY(-1px);
}

.card-name[b-okaxc5lhg1] {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 4px;
}

.card-meta[b-okaxc5lhg1] {
    font-size: 12px;
    color: var(--text-muted, #71717a);
}
/* /Pages/Tasks/PersonalNotes.razor.rz.scp.css */
.notes-input[b-7fnc3lanbc] {
    margin-bottom: 20px;
}

.notes-list[b-7fnc3lanbc] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.note-card[b-7fnc3lanbc] {
    background: var(--surface, #ffffff);
    border-radius: 12px;
    padding: 16px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

.note-text[b-7fnc3lanbc] {
    font-size: 14px;
    white-space: pre-wrap;
    line-height: 1.5;
}

.note-footer[b-7fnc3lanbc] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 8px;
}

.note-date[b-7fnc3lanbc] {
    font-size: 12px;
    color: var(--text-faint, #a1a1aa);
}

.note-actions[b-7fnc3lanbc] {
    display: flex;
    gap: 8px;
    margin-top: 8px;
}
/* /Pages/Tasks/TasksList.razor.rz.scp.css */
.tasks-stats[b-j547xki0d9] {
    display: flex;
    gap: 12px;
    margin-bottom: 16px;
}

.stat-chip[b-j547xki0d9] {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    background: var(--surface, #ffffff);
    border-radius: 20px;
    font-size: 13px;
    font-weight: 500;
    color: var(--text-secondary);
}

.stat-dot[b-j547xki0d9] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.tasks-toolbar[b-j547xki0d9] {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.tasks-list[b-j547xki0d9] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
/* /Pages/Tickets/TicketDetail.razor.rz.scp.css */
.ticket-grid[b-m7i9w7kbyz] {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 16px;
}

.comment-item[b-m7i9w7kbyz] {
    padding: 12px 0;
    border-bottom: 1px solid var(--border-light, #f4f4f5);
}

@media (max-width: 900px) {
    .ticket-grid[b-m7i9w7kbyz] {
        grid-template-columns: 1fr;
    }
}
/* /Pages/Tickets/TicketsList.razor.rz.scp.css */
.tickets-toolbar[b-6ll94hzxhz] {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
    flex-wrap: wrap;
}

[b-6ll94hzxhz] .cursor-pointer {
    cursor: pointer;
}
