/* /Components/Companies/Pages/CompaniesList.razor.rz.scp.css */
.crm-companies-page[b-0h4o8eg4dd] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.crm-page-hero[b-0h4o8eg4dd] {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 1.5rem;
    padding: 1.4rem;
    background: radial-gradient(circle at top right, rgba(79, 70, 229, 0.13), transparent 24rem), #ffffff;
    border: 1px solid rgba(148, 163, 184, 0.22);
    border-radius: 1.5rem;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.055);
}

.crm-page-hero__eyebrow[b-0h4o8eg4dd] {
    color: #4f46e5;
    font-size: 0.72rem;
    font-weight: 850;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.crm-page-hero h1[b-0h4o8eg4dd] {
    margin: 0.25rem 0 0;
    color: #0f172a;
    font-size: clamp(1.75rem, 2.4vw, 2.45rem);
    font-weight: 850;
    letter-spacing: -0.045em;
}

.crm-page-hero p[b-0h4o8eg4dd] {
    max-width: 42rem;
    margin: 0.45rem 0 0;
    color: #64748b;
    font-size: 0.98rem;
}

.crm-page-hero__actions[b-0h4o8eg4dd] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.crm-btn[b-0h4o8eg4dd] {
    height: 2.85rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    padding: 0 1rem;
    border: 0;
    border-radius: 1rem;
    font-size: 0.9rem;
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
    transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

    .crm-btn:hover[b-0h4o8eg4dd] {
        transform: translateY(-1px);
        text-decoration: none;
    }

    .crm-btn .material-symbols-outlined[b-0h4o8eg4dd] {
        font-size: 1.25rem;
    }

.crm-btn--primary[b-0h4o8eg4dd] {
    color: #ffffff;
    background: linear-gradient(135deg, #4f46e5, #2563eb);
    box-shadow: 0 14px 30px rgba(37, 99, 235, 0.28);
}

    .crm-btn--primary:hover[b-0h4o8eg4dd] {
        color: #ffffff;
        box-shadow: 0 18px 40px rgba(37, 99, 235, 0.34);
    }

.crm-btn--secondary[b-0h4o8eg4dd] {
    color: #334155;
    background: #ffffff;
    border: 1px solid rgba(148, 163, 184, 0.25);
}

    .crm-btn--secondary:hover[b-0h4o8eg4dd] {
        color: #0f172a;
        background: #f8fafc;
    }

.crm-search-panel[b-0h4o8eg4dd],
.crm-panel[b-0h4o8eg4dd] {
    background: #ffffff;
    border: 1px solid rgba(148, 163, 184, 0.22);
    border-radius: 1.35rem;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.055);
    overflow: hidden;
}

.crm-search-panel[b-0h4o8eg4dd] {
    padding: 1rem;
}

.crm-search-panel__content[b-0h4o8eg4dd] {
    display: grid;
    grid-template-columns: minmax(12rem, 0.8fr) minmax(20rem, 1.2fr);
    gap: 1rem;
    align-items: center;
}

.crm-search-panel h2[b-0h4o8eg4dd] {
    margin: 0;
    color: #0f172a;
    font-size: 1.05rem;
    font-weight: 850;
    letter-spacing: -0.025em;
}

.crm-search-panel p[b-0h4o8eg4dd] {
    margin: 0.25rem 0 0;
    color: #64748b;
    font-size: 0.86rem;
}

.crm-search-panel__form[b-0h4o8eg4dd] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.crm-search-input[b-0h4o8eg4dd] {
    flex: 1;
    min-width: 0;
    height: 2.85rem;
    display: flex;
    align-items: center;
    gap: 0.7rem;
    padding: 0 0.95rem;
    background: #f8fafc;
    border: 1px solid rgba(148, 163, 184, 0.24);
    border-radius: 1rem;
}

    .crm-search-input .material-symbols-outlined[b-0h4o8eg4dd] {
        color: #94a3b8;
        font-size: 1.35rem;
    }

    .crm-search-input input[b-0h4o8eg4dd] {
        width: 100%;
        min-width: 0;
        border: 0;
        outline: 0;
        background: transparent;
        color: #0f172a;
        font-size: 0.95rem;
    }

        .crm-search-input input[b-0h4o8eg4dd]::placeholder {
            color: #94a3b8;
        }

.crm-panel__header[b-0h4o8eg4dd] {
    min-height: 4.5rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.2rem 1.25rem 1rem;
    border-bottom: 1px solid rgba(148, 163, 184, 0.16);
}

    .crm-panel__header h2[b-0h4o8eg4dd] {
        margin: 0;
        color: #0f172a;
        font-size: 1.05rem;
        font-weight: 850;
        letter-spacing: -0.025em;
    }

    .crm-panel__header p[b-0h4o8eg4dd] {
        margin: 0.25rem 0 0;
        color: #64748b;
        font-size: 0.86rem;
    }

.crm-count-pill[b-0h4o8eg4dd] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2rem;
    padding: 0.25rem 0.75rem;
    color: #4f46e5;
    background: #eef2ff;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 850;
    white-space: nowrap;
}

.crm-table[b-0h4o8eg4dd] {
    margin: 0;
}

    .crm-table thead th[b-0h4o8eg4dd] {
        padding: 0.85rem 1.25rem;
        color: #64748b;
        background: #f8fafc;
        border-bottom: 1px solid rgba(148, 163, 184, 0.2);
        font-size: 0.76rem;
        font-weight: 850;
        text-transform: uppercase;
        letter-spacing: 0.06em;
    }

    .crm-table tbody td[b-0h4o8eg4dd] {
        padding: 0.95rem 1.25rem;
        border-bottom: 1px solid rgba(148, 163, 184, 0.14);
        color: #334155;
        font-size: 0.88rem;
    }

    .crm-table tbody tr:last-child td[b-0h4o8eg4dd] {
        border-bottom: 0;
    }

.crm-company-cell[b-0h4o8eg4dd] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.crm-company-avatar[b-0h4o8eg4dd] {
    width: 2.45rem;
    height: 2.45rem;
    flex: 0 0 2.45rem;
    display: grid;
    place-items: center;
    color: #ffffff;
    background: linear-gradient(135deg, #4f46e5, #06b6d4);
    border-radius: 0.85rem;
    font-size: 0.78rem;
    font-weight: 850;
    letter-spacing: -0.02em;
}

.crm-company-cell a[b-0h4o8eg4dd],
.crm-company-cell small[b-0h4o8eg4dd] {
    display: block;
}

.crm-company-cell a[b-0h4o8eg4dd] {
    color: #0f172a;
    font-size: 0.92rem;
    font-weight: 850;
    text-decoration: none;
}

    .crm-company-cell a:hover[b-0h4o8eg4dd] {
        color: #4f46e5;
        text-decoration: none;
    }

.crm-company-cell small[b-0h4o8eg4dd] {
    margin-top: 0.16rem;
    color: #94a3b8;
    font-size: 0.76rem;
    font-weight: 650;
}

.crm-muted[b-0h4o8eg4dd] {
    color: #94a3b8;
    font-weight: 700;
}

.crm-muted-link[b-0h4o8eg4dd] {
    color: #475569;
    font-weight: 700;
    text-decoration: none;
}

    .crm-muted-link:hover[b-0h4o8eg4dd] {
        color: #4f46e5;
        text-decoration: none;
    }

.crm-status-pill[b-0h4o8eg4dd] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 1.75rem;
    padding: 0.25rem 0.65rem;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 850;
    white-space: nowrap;
}

.crm-status-pill--success[b-0h4o8eg4dd] {
    color: #15803d;
    background: #dcfce7;
}

.crm-status-pill--warning[b-0h4o8eg4dd] {
    color: #c2410c;
    background: #ffedd5;
}

.crm-table-action[b-0h4o8eg4dd] {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.15rem;
    color: #4f46e5;
    font-weight: 850;
    text-decoration: none;
}

    .crm-table-action .material-symbols-outlined[b-0h4o8eg4dd] {
        font-size: 1.2rem;
    }

    .crm-table-action:hover[b-0h4o8eg4dd] {
        color: #3730a3;
        text-decoration: none;
    }

.crm-empty-state[b-0h4o8eg4dd] {
    min-height: 18rem;
    display: grid;
    place-items: center;
    text-align: center;
    padding: 2rem;
}

    .crm-empty-state .material-symbols-outlined[b-0h4o8eg4dd] {
        width: 3.8rem;
        height: 3.8rem;
        display: grid;
        place-items: center;
        margin-bottom: 0.9rem;
        color: #64748b;
        background: #f1f5f9;
        border-radius: 1.2rem;
        font-size: 1.9rem;
    }

    .crm-empty-state strong[b-0h4o8eg4dd] {
        color: #0f172a;
        font-size: 1rem;
        font-weight: 850;
    }

    .crm-empty-state p[b-0h4o8eg4dd] {
        max-width: 26rem;
        margin: 0.35rem auto 1rem;
        color: #64748b;
        font-size: 0.88rem;
    }

@media (max-width: 991.98px) {
    .crm-page-hero[b-0h4o8eg4dd] {
        align-items: stretch;
        flex-direction: column;
    }

    .crm-page-hero__actions[b-0h4o8eg4dd] {
        align-items: stretch;
    }

        .crm-page-hero__actions .crm-btn[b-0h4o8eg4dd] {
            flex: 1;
        }

    .crm-search-panel__content[b-0h4o8eg4dd] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    .crm-search-panel__form[b-0h4o8eg4dd] {
        align-items: stretch;
        flex-direction: column;
    }

    .crm-btn[b-0h4o8eg4dd] {
        width: 100%;
    }

    .crm-panel__header[b-0h4o8eg4dd] {
        flex-direction: column;
        align-items: flex-start;
    }

    .crm-table[b-0h4o8eg4dd] {
        min-width: 48rem;
    }
}
/* /Components/Companies/Pages/CompanyCreate.razor.rz.scp.css */
.crm-create-company-page[b-s88bee7rt2] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.crm-page-hero[b-s88bee7rt2] {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 1.5rem;
    padding: 1.4rem;
    background: radial-gradient(circle at top right, rgba(79, 70, 229, 0.13), transparent 24rem), #ffffff;
    border: 1px solid rgba(148, 163, 184, 0.22);
    border-radius: 1.5rem;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.055);
}

.crm-page-hero__eyebrow[b-s88bee7rt2] {
    color: #4f46e5;
    font-size: 0.72rem;
    font-weight: 850;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.crm-page-hero h1[b-s88bee7rt2] {
    margin: 0.25rem 0 0;
    color: #0f172a;
    font-size: clamp(1.75rem, 2.4vw, 2.45rem);
    font-weight: 850;
    letter-spacing: -0.045em;
}

.crm-page-hero p[b-s88bee7rt2] {
    max-width: 42rem;
    margin: 0.45rem 0 0;
    color: #64748b;
    font-size: 0.98rem;
}

.crm-page-hero__actions[b-s88bee7rt2] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.crm-create-layout[b-s88bee7rt2] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(18rem, 24rem);
    gap: 1rem;
    align-items: start;
}

.crm-create-sidebar[b-s88bee7rt2] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    grid-column: 2;
    grid-row: 1 / span 3;
}

.crm-panel[b-s88bee7rt2] {
    min-width: 0;
    background: #ffffff;
    border: 1px solid rgba(148, 163, 184, 0.22);
    border-radius: 1.35rem;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.055);
    overflow: hidden;
}

.crm-panel--form[b-s88bee7rt2] {
    grid-column: 1;
}

.crm-panel__header[b-s88bee7rt2] {
    min-height: 4.5rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.2rem 1.25rem 1rem;
    border-bottom: 1px solid rgba(148, 163, 184, 0.16);
}

    .crm-panel__header h2[b-s88bee7rt2] {
        margin: 0;
        color: #0f172a;
        font-size: 1.05rem;
        font-weight: 850;
        letter-spacing: -0.025em;
    }

    .crm-panel__header p[b-s88bee7rt2] {
        margin: 0.25rem 0 0;
        color: #64748b;
        font-size: 0.86rem;
    }

.crm-count-pill[b-s88bee7rt2] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2rem;
    padding: 0.25rem 0.75rem;
    color: #4f46e5;
    background: #eef2ff;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 850;
    white-space: nowrap;
}

.crm-form-grid[b-s88bee7rt2] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    padding: 1.25rem;
}

.crm-form-field[b-s88bee7rt2] {
    min-width: 0;
}

.crm-form-field--wide[b-s88bee7rt2] {
    grid-column: 1 / -1;
}

.crm-form-field label[b-s88bee7rt2] {
    display: block;
    margin-bottom: 0.45rem;
    color: #334155;
    font-size: 0.82rem;
    font-weight: 850;
}

.crm-form-field .form-control[b-s88bee7rt2] {
    min-height: 2.95rem;
    color: #0f172a;
    background: #f8fafc;
    border: 1px solid rgba(148, 163, 184, 0.28);
    border-radius: 1rem;
    font-size: 0.94rem;
    font-weight: 650;
    box-shadow: none;
}

    .crm-form-field .form-control[b-s88bee7rt2]::placeholder {
        color: #94a3b8;
        font-weight: 600;
    }

    .crm-form-field .form-control:focus[b-s88bee7rt2] {
        background: #ffffff;
        border-color: rgba(79, 70, 229, 0.45);
        box-shadow: 0 0 0 0.22rem rgba(79, 70, 229, 0.12);
    }

.crm-notes-input[b-s88bee7rt2] {
    min-height: 8.5rem;
    resize: vertical;
}

.crm-validation-message[b-s88bee7rt2] {
    display: block;
    margin-top: 0.35rem;
    color: #dc2626;
    font-size: 0.78rem;
    font-weight: 700;
}

.crm-preview-card[b-s88bee7rt2] {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    padding: 1rem;
    border-bottom: 1px solid rgba(148, 163, 184, 0.14);
}

.crm-preview-avatar[b-s88bee7rt2] {
    width: 3.4rem;
    height: 3.4rem;
    flex: 0 0 3.4rem;
    display: grid;
    place-items: center;
    color: #ffffff;
    background: linear-gradient(135deg, #4f46e5, #06b6d4);
    border-radius: 1.05rem;
    font-size: 1rem;
    font-weight: 850;
    letter-spacing: -0.03em;
}

.crm-preview-card strong[b-s88bee7rt2],
.crm-preview-card span[b-s88bee7rt2] {
    display: block;
}

.crm-preview-card strong[b-s88bee7rt2] {
    color: #0f172a;
    font-size: 1rem;
    font-weight: 850;
    overflow-wrap: anywhere;
}

.crm-preview-card span[b-s88bee7rt2] {
    margin-top: 0.2rem;
    color: #64748b;
    font-size: 0.82rem;
    font-weight: 700;
}

.crm-preview-list[b-s88bee7rt2] {
    display: grid;
    gap: 0.65rem;
    padding: 0.9rem;
}

    .crm-preview-list > div[b-s88bee7rt2] {
        display: grid;
        grid-template-columns: auto 1fr;
        column-gap: 0.75rem;
        row-gap: 0.1rem;
        padding: 0.8rem;
        background: #f8fafc;
        border-radius: 1rem;
    }

    .crm-preview-list .material-symbols-outlined[b-s88bee7rt2] {
        grid-row: span 2;
        width: 2.35rem;
        height: 2.35rem;
        display: grid;
        place-items: center;
        color: #4f46e5;
        background: #eef2ff;
        border-radius: 0.8rem;
        font-size: 1.25rem;
    }

    .crm-preview-list strong[b-s88bee7rt2] {
        color: #0f172a;
        font-size: 0.82rem;
        font-weight: 850;
    }

    .crm-preview-list small[b-s88bee7rt2] {
        color: #64748b;
        font-size: 0.78rem;
        font-weight: 700;
        overflow-wrap: anywhere;
    }

.crm-submit-panel[b-s88bee7rt2] {
    display: grid;
    gap: 0.75rem;
    padding: 1rem;
}

.crm-btn[b-s88bee7rt2] {
    height: 2.85rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    padding: 0 1rem;
    border: 0;
    border-radius: 1rem;
    font-size: 0.9rem;
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
    transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

    .crm-btn:hover[b-s88bee7rt2] {
        transform: translateY(-1px);
        text-decoration: none;
    }

    .crm-btn:disabled[b-s88bee7rt2] {
        cursor: not-allowed;
        opacity: 0.75;
        transform: none;
    }

    .crm-btn .material-symbols-outlined[b-s88bee7rt2] {
        font-size: 1.25rem;
    }

.crm-btn--primary[b-s88bee7rt2] {
    color: #ffffff;
    background: linear-gradient(135deg, #4f46e5, #2563eb);
    box-shadow: 0 14px 30px rgba(37, 99, 235, 0.28);
}

    .crm-btn--primary:hover[b-s88bee7rt2] {
        color: #ffffff;
        box-shadow: 0 18px 40px rgba(37, 99, 235, 0.34);
    }

.crm-btn--secondary[b-s88bee7rt2] {
    color: #334155;
    background: #ffffff;
    border: 1px solid rgba(148, 163, 184, 0.25);
}

    .crm-btn--secondary:hover[b-s88bee7rt2] {
        color: #0f172a;
        background: #f8fafc;
    }

@media (max-width: 1199.98px) {
    .crm-create-layout[b-s88bee7rt2] {
        grid-template-columns: 1fr;
    }

    .crm-create-sidebar[b-s88bee7rt2],
    .crm-panel--form[b-s88bee7rt2] {
        grid-column: auto;
        grid-row: auto;
    }

    .crm-create-sidebar[b-s88bee7rt2] {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(16rem, 22rem);
    }
}

@media (max-width: 767.98px) {
    .crm-page-hero[b-s88bee7rt2] {
        align-items: stretch;
        flex-direction: column;
    }

    .crm-page-hero__actions[b-s88bee7rt2] {
        align-items: stretch;
        flex-direction: column;
    }

    .crm-btn[b-s88bee7rt2] {
        width: 100%;
    }

    .crm-form-grid[b-s88bee7rt2] {
        grid-template-columns: 1fr;
        padding: 1rem;
    }

    .crm-create-sidebar[b-s88bee7rt2] {
        grid-template-columns: 1fr;
    }

    .crm-panel__header[b-s88bee7rt2] {
        flex-direction: column;
        align-items: flex-start;
    }
}
/* /Components/Companies/Pages/CompanyItem.razor.rz.scp.css */
.crm-company-detail-page[b-y1y6ed1qix] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.crm-company-hero[b-y1y6ed1qix] {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1.5rem;
    padding: 1.4rem;
    background: radial-gradient(circle at top right, rgba(79, 70, 229, 0.13), transparent 24rem), #ffffff;
    border: 1px solid rgba(148, 163, 184, 0.22);
    border-radius: 1.5rem;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.055);
}

.crm-company-hero__main[b-y1y6ed1qix] {
    display: flex;
    align-items: center;
    gap: 1rem;
    min-width: 0;
}

.crm-company-avatar-large[b-y1y6ed1qix] {
    width: 4.8rem;
    height: 4.8rem;
    flex: 0 0 4.8rem;
    display: grid;
    place-items: center;
    color: #ffffff;
    background: linear-gradient(135deg, #4f46e5, #06b6d4);
    border-radius: 1.4rem;
    box-shadow: 0 18px 40px rgba(37, 99, 235, 0.24);
    font-size: 1.25rem;
    font-weight: 850;
    letter-spacing: -0.04em;
}

.crm-company-hero__eyebrow[b-y1y6ed1qix] {
    color: #4f46e5;
    font-size: 0.72rem;
    font-weight: 850;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.crm-company-hero h1[b-y1y6ed1qix] {
    margin: 0.2rem 0 0;
    color: #0f172a;
    font-size: clamp(1.75rem, 2.4vw, 2.45rem);
    font-weight: 850;
    letter-spacing: -0.045em;
}

.crm-company-hero__meta[b-y1y6ed1qix] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
    margin-top: 0.65rem;
}

    .crm-company-hero__meta > span:not(.crm-status-pill)[b-y1y6ed1qix] {
        display: inline-flex;
        align-items: center;
        gap: 0.35rem;
        color: #64748b;
        font-size: 0.86rem;
        font-weight: 700;
    }

    .crm-company-hero__meta .material-symbols-outlined[b-y1y6ed1qix] {
        color: #94a3b8;
        font-size: 1.15rem;
    }

.crm-company-hero__actions[b-y1y6ed1qix] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.crm-company-layout[b-y1y6ed1qix] {
    display: grid;
    grid-template-columns: minmax(18rem, 24rem) minmax(0, 1fr);
    gap: 1rem;
    align-items: start;
}

.crm-company-sidebar[b-y1y6ed1qix] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.crm-company-main[b-y1y6ed1qix] {
    min-width: 0;
}

.crm-panel[b-y1y6ed1qix],
.crm-loading-panel[b-y1y6ed1qix],
.crm-empty-state--large[b-y1y6ed1qix] {
    background: #ffffff;
    border: 1px solid rgba(148, 163, 184, 0.22);
    border-radius: 1.35rem;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.055);
    overflow: hidden;
}

.crm-panel__header[b-y1y6ed1qix] {
    min-height: 4.5rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.2rem 1.25rem 1rem;
    border-bottom: 1px solid rgba(148, 163, 184, 0.16);
}

    .crm-panel__header h2[b-y1y6ed1qix] {
        margin: 0;
        color: #0f172a;
        font-size: 1.05rem;
        font-weight: 850;
        letter-spacing: -0.025em;
    }

    .crm-panel__header p[b-y1y6ed1qix] {
        margin: 0.25rem 0 0;
        color: #64748b;
        font-size: 0.86rem;
    }

.crm-contact-list[b-y1y6ed1qix],
.crm-health-list[b-y1y6ed1qix] {
    display: grid;
    gap: 0.65rem;
    padding: 0.9rem;
}

.crm-contact-item[b-y1y6ed1qix] {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.8rem;
    padding: 0.85rem;
    background: #f8fafc;
    border-radius: 1rem;
}

.crm-contact-item__icon[b-y1y6ed1qix] {
    width: 2.55rem;
    height: 2.55rem;
    display: grid;
    place-items: center;
    color: #4f46e5;
    background: #eef2ff;
    border-radius: 0.9rem;
}

    .crm-contact-item__icon .material-symbols-outlined[b-y1y6ed1qix] {
        font-size: 1.35rem;
    }

.crm-contact-item strong[b-y1y6ed1qix],
.crm-contact-item a[b-y1y6ed1qix],
.crm-contact-item div > span[b-y1y6ed1qix] {
    display: block;
}

.crm-contact-item strong[b-y1y6ed1qix] {
    color: #0f172a;
    font-size: 0.86rem;
    font-weight: 850;
}

.crm-contact-item a[b-y1y6ed1qix],
.crm-contact-item div > span[b-y1y6ed1qix] {
    margin-top: 0.2rem;
    color: #64748b;
    font-size: 0.83rem;
    font-weight: 700;
    text-decoration: none;
    overflow-wrap: anywhere;
}

    .crm-contact-item a:hover[b-y1y6ed1qix] {
        color: #4f46e5;
        text-decoration: none;
    }

.crm-health-item[b-y1y6ed1qix] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.85rem;
    border-radius: 1rem;
    background: #f8fafc;
}

    .crm-health-item strong[b-y1y6ed1qix],
    .crm-health-item span[b-y1y6ed1qix] {
        display: block;
    }

    .crm-health-item strong[b-y1y6ed1qix] {
        color: #0f172a;
        font-size: 0.9rem;
        font-weight: 850;
    }

    .crm-health-item div > span[b-y1y6ed1qix] {
        margin-top: 0.15rem;
        color: #64748b;
        font-size: 0.78rem;
        font-weight: 650;
    }

.crm-tabs[b-y1y6ed1qix] {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.75rem;
    background: #ffffff;
    border-bottom: 1px solid rgba(148, 163, 184, 0.16);
    overflow-x: auto;
}

.crm-tab[b-y1y6ed1qix] {
    min-height: 2.75rem;
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0 0.9rem;
    border: 0;
    border-radius: 0.95rem;
    color: #64748b;
    background: transparent;
    font-size: 0.88rem;
    font-weight: 850;
    white-space: nowrap;
    transition: background-color 160ms ease, color 160ms ease, box-shadow 160ms ease;
}

    .crm-tab .material-symbols-outlined[b-y1y6ed1qix] {
        font-size: 1.25rem;
    }

    .crm-tab:hover[b-y1y6ed1qix] {
        color: #0f172a;
        background: #f8fafc;
    }

    .crm-tab.active[b-y1y6ed1qix] {
        color: #ffffff;
        background: linear-gradient(135deg, #4f46e5, #2563eb);
        box-shadow: 0 12px 28px rgba(37, 99, 235, 0.24);
    }

.crm-tab-content[b-y1y6ed1qix] {
    padding: 1rem;
}

.crm-general-grid[b-y1y6ed1qix] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
}

.crm-info-card[b-y1y6ed1qix] {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.85rem;
    padding: 1rem;
    background: #f8fafc;
    border-radius: 1.1rem;
    border: 1px solid rgba(148, 163, 184, 0.14);
}

    .crm-info-card > .material-symbols-outlined[b-y1y6ed1qix] {
        width: 2.65rem;
        height: 2.65rem;
        display: grid;
        place-items: center;
        color: #4f46e5;
        background: #eef2ff;
        border-radius: 0.95rem;
        font-size: 1.35rem;
    }

    .crm-info-card strong[b-y1y6ed1qix] {
        display: block;
        color: #0f172a;
        font-size: 0.84rem;
        font-weight: 850;
    }

    .crm-info-card p[b-y1y6ed1qix] {
        margin: 0.25rem 0 0;
        color: #64748b;
        font-size: 0.88rem;
        font-weight: 700;
        overflow-wrap: anywhere;
    }

.crm-btn[b-y1y6ed1qix] {
    height: 2.85rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    padding: 0 1rem;
    border: 0;
    border-radius: 1rem;
    font-size: 0.9rem;
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
    transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

    .crm-btn:hover[b-y1y6ed1qix] {
        transform: translateY(-1px);
        text-decoration: none;
    }

    .crm-btn .material-symbols-outlined[b-y1y6ed1qix] {
        font-size: 1.25rem;
    }

.crm-btn--primary[b-y1y6ed1qix] {
    color: #ffffff;
    background: linear-gradient(135deg, #4f46e5, #2563eb);
    box-shadow: 0 14px 30px rgba(37, 99, 235, 0.28);
}

    .crm-btn--primary:hover[b-y1y6ed1qix] {
        color: #ffffff;
        box-shadow: 0 18px 40px rgba(37, 99, 235, 0.34);
    }

.crm-btn--secondary[b-y1y6ed1qix] {
    color: #334155;
    background: #ffffff;
    border: 1px solid rgba(148, 163, 184, 0.25);
}

    .crm-btn--secondary:hover[b-y1y6ed1qix] {
        color: #0f172a;
        background: #f8fafc;
    }

.crm-status-pill[b-y1y6ed1qix] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 1.75rem;
    padding: 0.25rem 0.65rem;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 850;
    white-space: nowrap;
}

.crm-status-pill--success[b-y1y6ed1qix] {
    color: #15803d;
    background: #dcfce7;
}

.crm-status-pill--warning[b-y1y6ed1qix] {
    color: #c2410c;
    background: #ffedd5;
}

.crm-loading-panel[b-y1y6ed1qix] {
    min-height: 9rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.5rem;
}

    .crm-loading-panel strong[b-y1y6ed1qix],
    .crm-loading-panel span[b-y1y6ed1qix] {
        display: block;
    }

    .crm-loading-panel strong[b-y1y6ed1qix] {
        color: #0f172a;
        font-size: 1rem;
    }

    .crm-loading-panel span[b-y1y6ed1qix] {
        margin-top: 0.2rem;
        color: #64748b;
        font-size: 0.9rem;
    }

.crm-empty-state[b-y1y6ed1qix] {
    min-height: 18rem;
    display: grid;
    place-items: center;
    text-align: center;
    padding: 2rem;
}

    .crm-empty-state .material-symbols-outlined[b-y1y6ed1qix] {
        width: 3.8rem;
        height: 3.8rem;
        display: grid;
        place-items: center;
        margin-bottom: 0.9rem;
        color: #64748b;
        background: #f1f5f9;
        border-radius: 1.2rem;
        font-size: 1.9rem;
    }

    .crm-empty-state strong[b-y1y6ed1qix] {
        color: #0f172a;
        font-size: 1rem;
        font-weight: 850;
    }

    .crm-empty-state p[b-y1y6ed1qix] {
        max-width: 26rem;
        margin: 0.35rem auto 1rem;
        color: #64748b;
        font-size: 0.88rem;
    }

@media (max-width: 1199.98px) {
    .crm-company-layout[b-y1y6ed1qix] {
        grid-template-columns: 1fr;
    }

    .crm-company-sidebar[b-y1y6ed1qix] {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .crm-company-hero[b-y1y6ed1qix] {
        align-items: stretch;
        flex-direction: column;
    }

    .crm-company-hero__main[b-y1y6ed1qix] {
        align-items: flex-start;
    }

    .crm-company-hero__actions[b-y1y6ed1qix] {
        align-items: stretch;
        flex-direction: column;
    }

    .crm-btn[b-y1y6ed1qix] {
        width: 100%;
    }

    .crm-company-sidebar[b-y1y6ed1qix] {
        grid-template-columns: 1fr;
    }

    .crm-general-grid[b-y1y6ed1qix] {
        grid-template-columns: 1fr;
    }

    .crm-health-item[b-y1y6ed1qix] {
        align-items: flex-start;
        flex-direction: column;
    }
}
/* /Components/Companies/Shared/CompContacts.razor.rz.scp.css */
.crm-contacts-tab[b-0zugwxtaps] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.crm-tab-panel-header[b-0zugwxtaps] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.25rem 0 1rem;
    border-bottom: 1px solid rgba(148, 163, 184, 0.16);
}

    .crm-tab-panel-header h2[b-0zugwxtaps] {
        margin: 0;
        color: #0f172a;
        font-size: 1.05rem;
        font-weight: 850;
        letter-spacing: -0.025em;
    }

    .crm-tab-panel-header p[b-0zugwxtaps] {
        margin: 0.25rem 0 0;
        color: #64748b;
        font-size: 0.86rem;
    }

.crm-table[b-0zugwxtaps] {
    margin: 0;
}

    .crm-table thead th[b-0zugwxtaps] {
        padding: 0.85rem 1rem;
        color: #64748b;
        background: #f8fafc;
        border-bottom: 1px solid rgba(148, 163, 184, 0.2);
        font-size: 0.76rem;
        font-weight: 850;
        text-transform: uppercase;
        letter-spacing: 0.06em;
    }

    .crm-table tbody td[b-0zugwxtaps] {
        padding: 0.95rem 1rem;
        border-bottom: 1px solid rgba(148, 163, 184, 0.14);
        color: #334155;
        font-size: 0.88rem;
    }

    .crm-table tbody tr:last-child td[b-0zugwxtaps] {
        border-bottom: 0;
    }

.crm-contact-cell[b-0zugwxtaps] {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0;
    border: 0;
    color: inherit;
    background: transparent;
    text-align: left;
}

    .crm-contact-cell:hover strong[b-0zugwxtaps] {
        color: #4f46e5;
    }

.crm-contact-avatar[b-0zugwxtaps] {
    width: 2.45rem;
    height: 2.45rem;
    flex: 0 0 2.45rem;
    display: grid;
    place-items: center;
    color: #ffffff;
    background: linear-gradient(135deg, #4f46e5, #06b6d4);
    border-radius: 0.85rem;
    font-size: 0.78rem;
    font-weight: 850;
    letter-spacing: -0.02em;
}

.crm-contact-cell strong[b-0zugwxtaps],
.crm-contact-cell small[b-0zugwxtaps] {
    display: block;
}

.crm-contact-cell strong[b-0zugwxtaps] {
    color: #0f172a;
    font-size: 0.92rem;
    font-weight: 850;
    transition: color 160ms ease;
}

.crm-contact-cell small[b-0zugwxtaps] {
    margin-top: 0.16rem;
    color: #94a3b8;
    font-size: 0.76rem;
    font-weight: 650;
}

.crm-muted[b-0zugwxtaps] {
    color: #475569;
    font-weight: 700;
}

.crm-muted-light[b-0zugwxtaps] {
    color: #94a3b8;
    font-weight: 700;
}

.crm-muted-link[b-0zugwxtaps] {
    color: #475569;
    font-weight: 700;
    text-decoration: none;
}

    .crm-muted-link:hover[b-0zugwxtaps] {
        color: #4f46e5;
        text-decoration: none;
    }

.crm-row-actions[b-0zugwxtaps] {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.4rem;
}

.crm-icon-button[b-0zugwxtaps] {
    width: 2.35rem;
    height: 2.35rem;
    display: inline-grid;
    place-items: center;
    border: 0;
    border-radius: 0.85rem;
    color: #4f46e5;
    background: #eef2ff;
    transition: background-color 160ms ease, color 160ms ease, transform 160ms ease;
}

    .crm-icon-button:hover[b-0zugwxtaps] {
        color: #ffffff;
        background: #4f46e5;
        transform: translateY(-1px);
    }

.crm-icon-button--danger[b-0zugwxtaps] {
    color: #dc2626;
    background: #fee2e2;
}

    .crm-icon-button--danger:hover[b-0zugwxtaps] {
        color: #ffffff;
        background: #dc2626;
    }

.crm-icon-button .material-symbols-outlined[b-0zugwxtaps] {
    font-size: 1.2rem;
}

.crm-status-pill[b-0zugwxtaps] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 1.75rem;
    padding: 0.25rem 0.65rem;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 850;
    white-space: nowrap;
}

.crm-status-pill--success[b-0zugwxtaps] {
    color: #15803d;
    background: #dcfce7;
}

.crm-status-pill--warning[b-0zugwxtaps] {
    color: #c2410c;
    background: #ffedd5;
}

.crm-empty-state[b-0zugwxtaps] {
    min-height: 15rem;
    display: grid;
    place-items: center;
    text-align: center;
    padding: 2rem;
    background: #f8fafc;
    border-radius: 1.15rem;
    border: 1px dashed rgba(148, 163, 184, 0.35);
}

    .crm-empty-state .material-symbols-outlined[b-0zugwxtaps] {
        width: 3.8rem;
        height: 3.8rem;
        display: grid;
        place-items: center;
        margin-bottom: 0.9rem;
        color: #64748b;
        background: #f1f5f9;
        border-radius: 1.2rem;
        font-size: 1.9rem;
    }

    .crm-empty-state strong[b-0zugwxtaps] {
        color: #0f172a;
        font-size: 1rem;
        font-weight: 850;
    }

    .crm-empty-state p[b-0zugwxtaps] {
        max-width: 26rem;
        margin: 0.35rem auto 1rem;
        color: #64748b;
        font-size: 0.88rem;
    }

.crm-btn[b-0zugwxtaps] {
    height: 2.85rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    padding: 0 1rem;
    border: 0;
    border-radius: 1rem;
    font-size: 0.9rem;
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
    transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

    .crm-btn:hover[b-0zugwxtaps] {
        transform: translateY(-1px);
        text-decoration: none;
    }

    .crm-btn .material-symbols-outlined[b-0zugwxtaps] {
        font-size: 1.25rem;
    }

.crm-btn--primary[b-0zugwxtaps] {
    color: #ffffff;
    background: linear-gradient(135deg, #4f46e5, #2563eb);
    box-shadow: 0 14px 30px rgba(37, 99, 235, 0.28);
}

    .crm-btn--primary:hover[b-0zugwxtaps] {
        color: #ffffff;
        box-shadow: 0 18px 40px rgba(37, 99, 235, 0.34);
    }

@media (max-width: 767.98px) {
    .crm-tab-panel-header[b-0zugwxtaps] {
        align-items: stretch;
        flex-direction: column;
    }

    .crm-btn[b-0zugwxtaps] {
        width: 100%;
    }

    .crm-table[b-0zugwxtaps] {
        min-width: 44rem;
    }
}
/* /Components/Companies/Shared/CompCredentials.razor.rz.scp.css */
.crm-credentials-tab[b-c2m50ct08q] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.crm-tab-panel-header[b-c2m50ct08q] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.25rem 0 1rem;
    border-bottom: 1px solid rgba(148, 163, 184, 0.16);
}

    .crm-tab-panel-header h2[b-c2m50ct08q] {
        margin: 0;
        color: #0f172a;
        font-size: 1.05rem;
        font-weight: 850;
        letter-spacing: -0.025em;
    }

    .crm-tab-panel-header p[b-c2m50ct08q] {
        margin: 0.25rem 0 0;
        color: #64748b;
        font-size: 0.86rem;
    }

.crm-table[b-c2m50ct08q] {
    margin: 0;
}

    .crm-table thead th[b-c2m50ct08q] {
        padding: 0.85rem 1rem;
        color: #64748b;
        background: #f8fafc;
        border-bottom: 1px solid rgba(148, 163, 184, 0.2);
        font-size: 0.76rem;
        font-weight: 850;
        text-transform: uppercase;
        letter-spacing: 0.06em;
    }

    .crm-table tbody td[b-c2m50ct08q] {
        padding: 0.95rem 1rem;
        border-bottom: 1px solid rgba(148, 163, 184, 0.14);
        color: #334155;
        font-size: 0.88rem;
    }

    .crm-table tbody tr:last-child td[b-c2m50ct08q] {
        border-bottom: 0;
    }

.crm-credential-cell[b-c2m50ct08q] {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0;
    border: 0;
    color: inherit;
    background: transparent;
    text-align: left;
}

    .crm-credential-cell:hover strong[b-c2m50ct08q] {
        color: #4f46e5;
    }

.crm-credential-avatar[b-c2m50ct08q] {
    width: 2.45rem;
    height: 2.45rem;
    flex: 0 0 2.45rem;
    display: grid;
    place-items: center;
    color: #ffffff;
    background: linear-gradient(135deg, #4f46e5, #06b6d4);
    border-radius: 0.85rem;
}

    .crm-credential-avatar .material-symbols-outlined[b-c2m50ct08q] {
        font-size: 1.25rem;
    }

.crm-credential-cell strong[b-c2m50ct08q],
.crm-credential-cell small[b-c2m50ct08q] {
    display: block;
}

.crm-credential-cell strong[b-c2m50ct08q] {
    color: #0f172a;
    font-size: 0.92rem;
    font-weight: 850;
    transition: color 160ms ease;
}

.crm-credential-cell small[b-c2m50ct08q] {
    margin-top: 0.16rem;
    color: #94a3b8;
    font-size: 0.76rem;
    font-weight: 650;
}

.crm-muted[b-c2m50ct08q] {
    color: #475569;
    font-weight: 700;
}

.crm-muted-light[b-c2m50ct08q] {
    color: #94a3b8;
    font-weight: 700;
}

.crm-muted-link[b-c2m50ct08q] {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    color: #4f46e5;
    font-weight: 800;
    text-decoration: none;
}

    .crm-muted-link:hover[b-c2m50ct08q] {
        color: #3730a3;
        text-decoration: none;
    }

    .crm-muted-link .material-symbols-outlined[b-c2m50ct08q] {
        font-size: 1rem;
    }

.crm-secret-value[b-c2m50ct08q] {
    display: inline-flex;
    align-items: center;
    min-height: 1.75rem;
    padding: 0.25rem 0.65rem;
    color: #475569;
    background: #f1f5f9;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 850;
    letter-spacing: 0.08em;
}

.crm-otp-pill[b-c2m50ct08q] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    min-height: 2rem;
    padding: 0.25rem 0.3rem 0.25rem 0.7rem;
    color: #312e81;
    background: #eef2ff;
    border-radius: 999px;
    font-weight: 850;
}

.crm-otp-pill__code[b-c2m50ct08q] {
    font-size: 0.85rem;
    letter-spacing: 0.08em;
}

.crm-otp-pill small[b-c2m50ct08q] {
    min-width: 2.1rem;
    min-height: 1.35rem;
    display: inline-grid;
    place-items: center;
    color: #ffffff;
    background: #4f46e5;
    border-radius: 999px;
    font-size: 0.68rem;
    font-weight: 850;
}

.crm-otp-pill__copy[b-c2m50ct08q] {
    width: 1.65rem;
    height: 1.65rem;
    display: inline-grid;
    place-items: center;
    border: 0;
    border-radius: 999px;
    color: #4f46e5;
    background: #ffffff;
    transition: background-color 160ms ease, color 160ms ease, transform 160ms ease;
}

    .crm-otp-pill__copy:hover[b-c2m50ct08q] {
        color: #ffffff;
        background: #4f46e5;
        transform: translateY(-1px);
    }

    .crm-otp-pill__copy .material-symbols-outlined[b-c2m50ct08q] {
        font-size: 1rem;
    }

.crm-row-actions[b-c2m50ct08q] {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.4rem;
}

.crm-icon-button[b-c2m50ct08q] {
    width: 2.35rem;
    height: 2.35rem;
    display: inline-grid;
    place-items: center;
    border: 0;
    border-radius: 0.85rem;
    color: #4f46e5;
    background: #eef2ff;
    transition: background-color 160ms ease, color 160ms ease, transform 160ms ease;
}

    .crm-icon-button:hover[b-c2m50ct08q] {
        color: #ffffff;
        background: #4f46e5;
        transform: translateY(-1px);
    }

.crm-icon-button--danger[b-c2m50ct08q] {
    color: #dc2626;
    background: #fee2e2;
}

    .crm-icon-button--danger:hover[b-c2m50ct08q] {
        color: #ffffff;
        background: #dc2626;
    }

.crm-icon-button .material-symbols-outlined[b-c2m50ct08q] {
    font-size: 1.2rem;
}

.crm-status-pill[b-c2m50ct08q] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 1.75rem;
    padding: 0.25rem 0.65rem;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 850;
    white-space: nowrap;
}

.crm-status-pill--success[b-c2m50ct08q] {
    color: #15803d;
    background: #dcfce7;
}

.crm-status-pill--warning[b-c2m50ct08q] {
    color: #c2410c;
    background: #ffedd5;
}

.crm-empty-state[b-c2m50ct08q] {
    min-height: 15rem;
    display: grid;
    place-items: center;
    text-align: center;
    padding: 2rem;
    background: #f8fafc;
    border-radius: 1.15rem;
    border: 1px dashed rgba(148, 163, 184, 0.35);
}

    .crm-empty-state .material-symbols-outlined[b-c2m50ct08q] {
        width: 3.8rem;
        height: 3.8rem;
        display: grid;
        place-items: center;
        margin-bottom: 0.9rem;
        color: #64748b;
        background: #f1f5f9;
        border-radius: 1.2rem;
        font-size: 1.9rem;
    }

    .crm-empty-state strong[b-c2m50ct08q] {
        color: #0f172a;
        font-size: 1rem;
        font-weight: 850;
    }

    .crm-empty-state p[b-c2m50ct08q] {
        max-width: 26rem;
        margin: 0.35rem auto 1rem;
        color: #64748b;
        font-size: 0.88rem;
    }

.crm-btn[b-c2m50ct08q] {
    height: 2.85rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    padding: 0 1rem;
    border: 0;
    border-radius: 1rem;
    font-size: 0.9rem;
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
    transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

    .crm-btn:hover[b-c2m50ct08q] {
        transform: translateY(-1px);
        text-decoration: none;
    }

    .crm-btn .material-symbols-outlined[b-c2m50ct08q] {
        font-size: 1.25rem;
    }

.crm-btn--primary[b-c2m50ct08q] {
    color: #ffffff;
    background: linear-gradient(135deg, #4f46e5, #2563eb);
    box-shadow: 0 14px 30px rgba(37, 99, 235, 0.28);
}

    .crm-btn--primary:hover[b-c2m50ct08q] {
        color: #ffffff;
        box-shadow: 0 18px 40px rgba(37, 99, 235, 0.34);
    }

@media (max-width: 767.98px) {
    .crm-tab-panel-header[b-c2m50ct08q] {
        align-items: stretch;
        flex-direction: column;
    }

    .crm-btn[b-c2m50ct08q] {
        width: 100%;
    }

    .crm-table[b-c2m50ct08q] {
        min-width: 58rem;
    }
}
/* /Components/Contacts/Pages/ContactEdit.razor.rz.scp.css */
.crm-contact-edit-page[b-j7d0nxvys6] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.crm-page-hero[b-j7d0nxvys6] {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 1.5rem;
    padding: 1.4rem;
    background: radial-gradient(circle at top right, rgba(79, 70, 229, 0.13), transparent 24rem), #ffffff;
    border: 1px solid rgba(148, 163, 184, 0.22);
    border-radius: 1.5rem;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.055);
}

.crm-page-hero__eyebrow[b-j7d0nxvys6] {
    color: #4f46e5;
    font-size: 0.72rem;
    font-weight: 850;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.crm-page-hero h1[b-j7d0nxvys6] {
    margin: 0.25rem 0 0;
    color: #0f172a;
    font-size: clamp(1.75rem, 2.4vw, 2.45rem);
    font-weight: 850;
    letter-spacing: -0.045em;
}

.crm-page-hero p[b-j7d0nxvys6] {
    max-width: 42rem;
    margin: 0.45rem 0 0;
    color: #64748b;
    font-size: 0.98rem;
}

.crm-page-hero__actions[b-j7d0nxvys6] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.crm-edit-layout[b-j7d0nxvys6] {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(18rem, 0.65fr);
    gap: 1.25rem;
    align-items: start;
}

.crm-edit-main[b-j7d0nxvys6],
.crm-edit-sidebar[b-j7d0nxvys6] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.crm-panel[b-j7d0nxvys6] {
    background: #ffffff;
    border: 1px solid rgba(148, 163, 184, 0.22);
    border-radius: 1.35rem;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.055);
    overflow: hidden;
}

.crm-panel__header[b-j7d0nxvys6] {
    min-height: 4.5rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.2rem 1.25rem 1rem;
    border-bottom: 1px solid rgba(148, 163, 184, 0.16);
}

    .crm-panel__header h2[b-j7d0nxvys6] {
        margin: 0;
        color: #0f172a;
        font-size: 1.05rem;
        font-weight: 850;
        letter-spacing: -0.025em;
    }

    .crm-panel__header p[b-j7d0nxvys6] {
        margin: 0.25rem 0 0;
        color: #64748b;
        font-size: 0.86rem;
    }

.crm-form-grid[b-j7d0nxvys6] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    padding: 1.25rem;
}

.crm-form-section[b-j7d0nxvys6] {
    padding: 1.25rem;
}

.crm-form-field[b-j7d0nxvys6] {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.crm-form-field--wide[b-j7d0nxvys6] {
    grid-column: 1 / -1;
}

.crm-form-field label[b-j7d0nxvys6] {
    color: #334155;
    font-size: 0.82rem;
    font-weight: 850;
}

.crm-form-field .form-control[b-j7d0nxvys6],
.crm-form-field .form-select[b-j7d0nxvys6] {
    min-height: 2.85rem;
    color: #0f172a;
    background-color: #f8fafc;
    border: 1px solid rgba(148, 163, 184, 0.24);
    border-radius: 1rem;
    font-size: 0.92rem;
    font-weight: 650;
}

    .crm-form-field .form-control:focus[b-j7d0nxvys6],
    .crm-form-field .form-select:focus[b-j7d0nxvys6] {
        background-color: #ffffff;
        border-color: rgba(79, 70, 229, 0.45);
        box-shadow: 0 0 0 0.2rem rgba(79, 70, 229, 0.12);
    }

.crm-notes-input[b-j7d0nxvys6] {
    min-height: 9rem;
    resize: vertical;
}

.crm-toggle-list[b-j7d0nxvys6] {
    display: flex;
    flex-direction: column;
}

.crm-toggle-item[b-j7d0nxvys6] {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 1rem 1.25rem;
    border-bottom: 1px solid rgba(148, 163, 184, 0.14);
    cursor: pointer;
}

    .crm-toggle-item:last-child[b-j7d0nxvys6] {
        border-bottom: 0;
    }

    .crm-toggle-item input[b-j7d0nxvys6] {
        margin-top: 0.2rem;
    }

    .crm-toggle-item strong[b-j7d0nxvys6] {
        display: block;
        color: #0f172a;
        font-size: 0.86rem;
        font-weight: 850;
    }

    .crm-toggle-item small[b-j7d0nxvys6] {
        display: block;
        margin-top: 0.15rem;
        color: #64748b;
        font-size: 0.78rem;
        font-weight: 650;
    }

.crm-save-panel[b-j7d0nxvys6] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    padding: 1.25rem;
}

.crm-alert[b-j7d0nxvys6] {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    padding: 1rem 1.1rem;
    border-radius: 1rem;
    font-size: 0.9rem;
    font-weight: 750;
}

    .crm-alert .material-symbols-outlined[b-j7d0nxvys6] {
        font-size: 1.25rem;
    }

.crm-alert--danger[b-j7d0nxvys6] {
    color: #991b1b;
    background: #fee2e2;
}

.crm-alert--success[b-j7d0nxvys6] {
    color: #166534;
    background: #dcfce7;
}

.crm-btn[b-j7d0nxvys6] {
    height: 2.85rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    padding: 0 1rem;
    border: 0;
    border-radius: 1rem;
    font-size: 0.9rem;
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
    transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

    .crm-btn:hover[b-j7d0nxvys6] {
        transform: translateY(-1px);
        text-decoration: none;
    }

    .crm-btn .material-symbols-outlined[b-j7d0nxvys6] {
        font-size: 1.25rem;
    }

.crm-btn--primary[b-j7d0nxvys6] {
    color: #ffffff;
    background: linear-gradient(135deg, #4f46e5, #2563eb);
    box-shadow: 0 14px 30px rgba(37, 99, 235, 0.28);
}

    .crm-btn--primary:hover[b-j7d0nxvys6] {
        color: #ffffff;
        box-shadow: 0 18px 40px rgba(37, 99, 235, 0.34);
    }

.crm-btn--secondary[b-j7d0nxvys6] {
    color: #334155;
    background: #ffffff;
    border: 1px solid rgba(148, 163, 184, 0.25);
}

    .crm-btn--secondary:hover[b-j7d0nxvys6] {
        color: #0f172a;
        background: #f8fafc;
    }

.crm-empty-state[b-j7d0nxvys6],
.crm-loading-panel[b-j7d0nxvys6] {
    min-height: 18rem;
    display: grid;
    place-items: center;
    text-align: center;
    padding: 2rem;
    background: #ffffff;
    border: 1px solid rgba(148, 163, 184, 0.22);
    border-radius: 1.35rem;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.055);
}

    .crm-empty-state .material-symbols-outlined[b-j7d0nxvys6] {
        width: 3.8rem;
        height: 3.8rem;
        display: grid;
        place-items: center;
        margin-bottom: 0.9rem;
        color: #64748b;
        background: #f1f5f9;
        border-radius: 1.2rem;
        font-size: 1.9rem;
    }

    .crm-empty-state strong[b-j7d0nxvys6],
    .crm-loading-panel strong[b-j7d0nxvys6] {
        color: #0f172a;
        font-size: 1rem;
        font-weight: 850;
    }

    .crm-empty-state p[b-j7d0nxvys6],
    .crm-loading-panel span[b-j7d0nxvys6] {
        max-width: 26rem;
        margin: 0.35rem auto 1rem;
        color: #64748b;
        font-size: 0.88rem;
    }

@media (max-width: 991.98px) {
    .crm-page-hero[b-j7d0nxvys6] {
        align-items: stretch;
        flex-direction: column;
    }

    .crm-page-hero__actions[b-j7d0nxvys6] {
        align-items: stretch;
    }

        .crm-page-hero__actions .crm-btn[b-j7d0nxvys6] {
            flex: 1;
        }

    .crm-edit-layout[b-j7d0nxvys6] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    .crm-form-grid[b-j7d0nxvys6] {
        grid-template-columns: 1fr;
    }

    .crm-form-field--wide[b-j7d0nxvys6] {
        grid-column: auto;
    }

    .crm-btn[b-j7d0nxvys6] {
        width: 100%;
    }
}
/* /Components/Contacts/Pages/ContactPage.razor.rz.scp.css */
.crm-contact-detail-page[b-zj7d8tym15] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.crm-contact-hero[b-zj7d8tym15] {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1.5rem;
    padding: 1.5rem;
    background: radial-gradient(circle at top right, rgba(79, 70, 229, 0.13), transparent 24rem), #ffffff;
    border: 1px solid rgba(148, 163, 184, 0.22);
    border-radius: 1.5rem;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.055);
}

.crm-contact-hero__main[b-zj7d8tym15] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.crm-contact-avatar-large[b-zj7d8tym15] {
    width: 4.4rem;
    height: 4.4rem;
    flex: 0 0 4.4rem;
    display: grid;
    place-items: center;
    color: #ffffff;
    background: linear-gradient(135deg, #4f46e5, #06b6d4);
    border-radius: 1.35rem;
    font-size: 1.25rem;
    font-weight: 900;
}

.crm-contact-hero__eyebrow[b-zj7d8tym15] {
    color: #4f46e5;
    font-size: 0.72rem;
    font-weight: 850;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.crm-contact-hero h1[b-zj7d8tym15] {
    margin: 0.25rem 0 0;
    color: #0f172a;
    font-size: clamp(1.75rem, 2.4vw, 2.45rem);
    font-weight: 850;
    letter-spacing: -0.045em;
}

.crm-contact-hero__meta[b-zj7d8tym15] {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    flex-wrap: wrap;
    margin-top: 0.65rem;
}

    .crm-contact-hero__meta span[b-zj7d8tym15] {
        display: inline-flex;
        align-items: center;
        gap: 0.3rem;
        color: #64748b;
        font-size: 0.84rem;
        font-weight: 750;
    }

    .crm-contact-hero__meta .material-symbols-outlined[b-zj7d8tym15] {
        font-size: 1.05rem;
    }

.crm-contact-hero__actions[b-zj7d8tym15] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.crm-contact-layout[b-zj7d8tym15] {
    display: grid;
    grid-template-columns: minmax(17rem, 0.85fr) minmax(0, 1.65fr);
    gap: 1.25rem;
    align-items: start;
}

.crm-contact-sidebar[b-zj7d8tym15],
.crm-contact-main[b-zj7d8tym15] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.crm-panel[b-zj7d8tym15] {
    background: #ffffff;
    border: 1px solid rgba(148, 163, 184, 0.22);
    border-radius: 1.35rem;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.055);
    overflow: hidden;
}

.crm-panel__header[b-zj7d8tym15] {
    min-height: 4.5rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.2rem 1.25rem 1rem;
    border-bottom: 1px solid rgba(148, 163, 184, 0.16);
}

    .crm-panel__header h2[b-zj7d8tym15] {
        margin: 0;
        color: #0f172a;
        font-size: 1.05rem;
        font-weight: 850;
        letter-spacing: -0.025em;
    }

    .crm-panel__header p[b-zj7d8tym15] {
        margin: 0.25rem 0 0;
        color: #64748b;
        font-size: 0.86rem;
    }

.crm-contact-list[b-zj7d8tym15],
.crm-health-list[b-zj7d8tym15] {
    display: flex;
    flex-direction: column;
}

.crm-contact-item[b-zj7d8tym15],
.crm-health-item[b-zj7d8tym15] {
    display: flex;
    gap: 0.8rem;
    padding: 1rem 1.25rem;
    border-bottom: 1px solid rgba(148, 163, 184, 0.14);
}

    .crm-contact-item:last-child[b-zj7d8tym15],
    .crm-health-item:last-child[b-zj7d8tym15] {
        border-bottom: 0;
    }

.crm-contact-item__icon[b-zj7d8tym15] {
    width: 2.35rem;
    height: 2.35rem;
    flex: 0 0 2.35rem;
    display: grid;
    place-items: center;
    color: #4f46e5;
    background: #eef2ff;
    border-radius: 0.85rem;
}

    .crm-contact-item__icon .material-symbols-outlined[b-zj7d8tym15] {
        font-size: 1.25rem;
    }

.crm-contact-item strong[b-zj7d8tym15],
.crm-health-item strong[b-zj7d8tym15] {
    display: block;
    color: #0f172a;
    font-size: 0.84rem;
    font-weight: 850;
}

.crm-contact-item a[b-zj7d8tym15],
.crm-contact-item span[b-zj7d8tym15],
.crm-health-item span[b-zj7d8tym15] {
    color: #64748b;
    font-size: 0.84rem;
    font-weight: 650;
    text-decoration: none;
    overflow-wrap: anywhere;
}

    .crm-contact-item a:hover[b-zj7d8tym15] {
        color: #4f46e5;
    }

.crm-health-item[b-zj7d8tym15] {
    align-items: center;
    justify-content: space-between;
}

.crm-general-grid[b-zj7d8tym15] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    padding: 1.25rem;
}

.crm-info-card[b-zj7d8tym15] {
    display: flex;
    gap: 0.8rem;
    padding: 1rem;
    background: #f8fafc;
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 1rem;
}

    .crm-info-card > .material-symbols-outlined[b-zj7d8tym15] {
        width: 2.35rem;
        height: 2.35rem;
        display: grid;
        place-items: center;
        color: #4f46e5;
        background: #eef2ff;
        border-radius: 0.85rem;
    }

    .crm-info-card strong[b-zj7d8tym15] {
        display: block;
        color: #0f172a;
        font-size: 0.84rem;
        font-weight: 850;
    }

    .crm-info-card p[b-zj7d8tym15] {
        margin: 0.15rem 0 0;
        color: #64748b;
        font-size: 0.86rem;
        font-weight: 650;
    }

    .crm-info-card a[b-zj7d8tym15] {
        color: #4f46e5;
        font-weight: 800;
        text-decoration: none;
    }

.crm-role-section[b-zj7d8tym15],
.crm-notes-section[b-zj7d8tym15] {
    padding: 0 1.25rem 1.25rem;
}

    .crm-role-section h3[b-zj7d8tym15],
    .crm-notes-section h3[b-zj7d8tym15] {
        margin: 0 0 0.65rem;
        color: #0f172a;
        font-size: 0.95rem;
        font-weight: 850;
    }

    .crm-notes-section p[b-zj7d8tym15] {
        margin: 0;
        color: #475569;
        line-height: 1.6;
    }

.crm-contact-role-list[b-zj7d8tym15] {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    flex-wrap: wrap;
}

.crm-contact-role-pill[b-zj7d8tym15] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 1.65rem;
    padding: 0.2rem 0.55rem;
    color: #475569;
    background: #f1f5f9;
    border-radius: 999px;
    font-size: 0.7rem;
    font-weight: 850;
    white-space: nowrap;
}

.crm-contact-role-pill--accounts[b-zj7d8tym15] {
    color: #0369a1;
    background: #e0f2fe;
}

.crm-contact-role-pill--technical[b-zj7d8tym15] {
    color: #7c3aed;
    background: #ede9fe;
}

.crm-contact-role-pill--whatsapp[b-zj7d8tym15] {
    color: #15803d;
    background: #dcfce7;
}

.crm-btn[b-zj7d8tym15] {
    height: 2.85rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    padding: 0 1rem;
    border: 0;
    border-radius: 1rem;
    font-size: 0.9rem;
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
    transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

    .crm-btn:hover[b-zj7d8tym15] {
        transform: translateY(-1px);
        text-decoration: none;
    }

    .crm-btn .material-symbols-outlined[b-zj7d8tym15] {
        font-size: 1.25rem;
    }

.crm-btn--primary[b-zj7d8tym15] {
    color: #ffffff;
    background: linear-gradient(135deg, #4f46e5, #2563eb);
    box-shadow: 0 14px 30px rgba(37, 99, 235, 0.28);
}

    .crm-btn--primary:hover[b-zj7d8tym15] {
        color: #ffffff;
        box-shadow: 0 18px 40px rgba(37, 99, 235, 0.34);
    }

.crm-btn--secondary[b-zj7d8tym15] {
    color: #334155;
    background: #ffffff;
    border: 1px solid rgba(148, 163, 184, 0.25);
}

    .crm-btn--secondary:hover[b-zj7d8tym15] {
        color: #0f172a;
        background: #f8fafc;
    }

.crm-status-pill[b-zj7d8tym15] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 1.75rem;
    padding: 0.25rem 0.65rem;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 850;
    white-space: nowrap;
}

.crm-status-pill--success[b-zj7d8tym15] {
    color: #15803d;
    background: #dcfce7;
}

.crm-status-pill--warning[b-zj7d8tym15] {
    color: #c2410c;
    background: #ffedd5;
}

.crm-muted[b-zj7d8tym15] {
    color: #94a3b8;
    font-weight: 700;
}

.crm-empty-state[b-zj7d8tym15],
.crm-loading-panel[b-zj7d8tym15] {
    min-height: 18rem;
    display: grid;
    place-items: center;
    text-align: center;
    padding: 2rem;
    background: #ffffff;
    border: 1px solid rgba(148, 163, 184, 0.22);
    border-radius: 1.35rem;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.055);
}

    .crm-empty-state .material-symbols-outlined[b-zj7d8tym15] {
        width: 3.8rem;
        height: 3.8rem;
        display: grid;
        place-items: center;
        margin-bottom: 0.9rem;
        color: #64748b;
        background: #f1f5f9;
        border-radius: 1.2rem;
        font-size: 1.9rem;
    }

    .crm-empty-state strong[b-zj7d8tym15],
    .crm-loading-panel strong[b-zj7d8tym15] {
        color: #0f172a;
        font-size: 1rem;
        font-weight: 850;
    }

    .crm-empty-state p[b-zj7d8tym15],
    .crm-loading-panel span[b-zj7d8tym15] {
        max-width: 26rem;
        margin: 0.35rem auto 1rem;
        color: #64748b;
        font-size: 0.88rem;
    }

@media (max-width: 991.98px) {
    .crm-contact-hero[b-zj7d8tym15] {
        align-items: stretch;
        flex-direction: column;
    }

    .crm-contact-hero__actions[b-zj7d8tym15] {
        align-items: stretch;
    }

        .crm-contact-hero__actions .crm-btn[b-zj7d8tym15] {
            flex: 1;
        }

    .crm-contact-layout[b-zj7d8tym15] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    .crm-contact-hero__main[b-zj7d8tym15] {
        align-items: flex-start;
    }

    .crm-general-grid[b-zj7d8tym15] {
        grid-template-columns: 1fr;
    }

    .crm-btn[b-zj7d8tym15] {
        width: 100%;
    }
}
/* /Components/Contacts/Pages/ContactsList.razor.rz.scp.css */
.crm-contacts-page[b-2ydl7kq986] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.crm-page-hero[b-2ydl7kq986] {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 1.5rem;
    padding: 1.4rem;
    background: radial-gradient(circle at top right, rgba(79, 70, 229, 0.13), transparent 24rem), #ffffff;
    border: 1px solid rgba(148, 163, 184, 0.22);
    border-radius: 1.5rem;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.055);
}

.crm-page-hero__eyebrow[b-2ydl7kq986] {
    color: #4f46e5;
    font-size: 0.72rem;
    font-weight: 850;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.crm-page-hero h1[b-2ydl7kq986] {
    margin: 0.25rem 0 0;
    color: #0f172a;
    font-size: clamp(1.75rem, 2.4vw, 2.45rem);
    font-weight: 850;
    letter-spacing: -0.045em;
}

.crm-page-hero p[b-2ydl7kq986] {
    max-width: 42rem;
    margin: 0.45rem 0 0;
    color: #64748b;
    font-size: 0.98rem;
}

.crm-page-hero__actions[b-2ydl7kq986] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.crm-btn[b-2ydl7kq986] {
    height: 2.85rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    padding: 0 1rem;
    border: 0;
    border-radius: 1rem;
    font-size: 0.9rem;
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
    transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

    .crm-btn:hover[b-2ydl7kq986] {
        transform: translateY(-1px);
        text-decoration: none;
    }

    .crm-btn .material-symbols-outlined[b-2ydl7kq986] {
        font-size: 1.25rem;
    }

.crm-btn--primary[b-2ydl7kq986] {
    color: #ffffff;
    background: linear-gradient(135deg, #4f46e5, #2563eb);
    box-shadow: 0 14px 30px rgba(37, 99, 235, 0.28);
}

    .crm-btn--primary:hover[b-2ydl7kq986] {
        color: #ffffff;
        box-shadow: 0 18px 40px rgba(37, 99, 235, 0.34);
    }

.crm-btn--secondary[b-2ydl7kq986] {
    color: #334155;
    background: #ffffff;
    border: 1px solid rgba(148, 163, 184, 0.25);
}

    .crm-btn--secondary:hover[b-2ydl7kq986] {
        color: #0f172a;
        background: #f8fafc;
    }

.crm-search-panel[b-2ydl7kq986],
.crm-panel[b-2ydl7kq986] {
    background: #ffffff;
    border: 1px solid rgba(148, 163, 184, 0.22);
    border-radius: 1.35rem;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.055);
    overflow: hidden;
}

.crm-search-panel[b-2ydl7kq986] {
    padding: 1rem;
}

.crm-search-panel__content[b-2ydl7kq986] {
    display: grid;
    grid-template-columns: minmax(12rem, 0.8fr) minmax(20rem, 1.2fr);
    gap: 1rem;
    align-items: center;
}

.crm-search-panel h2[b-2ydl7kq986] {
    margin: 0;
    color: #0f172a;
    font-size: 1.05rem;
    font-weight: 850;
    letter-spacing: -0.025em;
}

.crm-search-panel p[b-2ydl7kq986] {
    margin: 0.25rem 0 0;
    color: #64748b;
    font-size: 0.86rem;
}

.crm-search-panel__form[b-2ydl7kq986] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.crm-search-input[b-2ydl7kq986] {
    flex: 1;
    min-width: 0;
    height: 2.85rem;
    display: flex;
    align-items: center;
    gap: 0.7rem;
    padding: 0 0.95rem;
    background: #f8fafc;
    border: 1px solid rgba(148, 163, 184, 0.24);
    border-radius: 1rem;
}

    .crm-search-input .material-symbols-outlined[b-2ydl7kq986] {
        color: #94a3b8;
        font-size: 1.35rem;
    }

    .crm-search-input input[b-2ydl7kq986] {
        width: 100%;
        min-width: 0;
        border: 0;
        outline: 0;
        background: transparent;
        color: #0f172a;
        font-size: 0.95rem;
    }

        .crm-search-input input[b-2ydl7kq986]::placeholder {
            color: #94a3b8;
        }

.crm-panel__header[b-2ydl7kq986] {
    min-height: 4.5rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.2rem 1.25rem 1rem;
    border-bottom: 1px solid rgba(148, 163, 184, 0.16);
}

    .crm-panel__header h2[b-2ydl7kq986] {
        margin: 0;
        color: #0f172a;
        font-size: 1.05rem;
        font-weight: 850;
        letter-spacing: -0.025em;
    }

    .crm-panel__header p[b-2ydl7kq986] {
        margin: 0.25rem 0 0;
        color: #64748b;
        font-size: 0.86rem;
    }

.crm-count-pill[b-2ydl7kq986] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2rem;
    padding: 0.25rem 0.75rem;
    color: #4f46e5;
    background: #eef2ff;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 850;
    white-space: nowrap;
}

.crm-table[b-2ydl7kq986] {
    margin: 0;
}

    .crm-table thead th[b-2ydl7kq986] {
        padding: 0.85rem 1.25rem;
        color: #64748b;
        background: #f8fafc;
        border-bottom: 1px solid rgba(148, 163, 184, 0.2);
        font-size: 0.76rem;
        font-weight: 850;
        text-transform: uppercase;
        letter-spacing: 0.06em;
    }

    .crm-table tbody td[b-2ydl7kq986] {
        padding: 0.95rem 1.25rem;
        border-bottom: 1px solid rgba(148, 163, 184, 0.14);
        color: #334155;
        font-size: 0.88rem;
        vertical-align: middle;
    }

    .crm-table tbody tr:last-child td[b-2ydl7kq986] {
        border-bottom: 0;
    }

.crm-contact-cell[b-2ydl7kq986] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.crm-contact-avatar[b-2ydl7kq986] {
    width: 2.45rem;
    height: 2.45rem;
    flex: 0 0 2.45rem;
    display: grid;
    place-items: center;
    color: #ffffff;
    background: linear-gradient(135deg, #4f46e5, #06b6d4);
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 850;
    letter-spacing: -0.02em;
}

.crm-contact-cell a[b-2ydl7kq986],
.crm-contact-cell small[b-2ydl7kq986] {
    display: block;
}

.crm-contact-cell a[b-2ydl7kq986] {
    color: #0f172a;
    font-size: 0.92rem;
    font-weight: 850;
    text-decoration: none;
}

    .crm-contact-cell a:hover[b-2ydl7kq986] {
        color: #4f46e5;
        text-decoration: none;
    }

.crm-contact-cell small[b-2ydl7kq986] {
    margin-top: 0.16rem;
    color: #94a3b8;
    font-size: 0.76rem;
    font-weight: 650;
}

.crm-muted[b-2ydl7kq986] {
    color: #94a3b8;
    font-weight: 700;
}

.crm-muted-link[b-2ydl7kq986] {
    color: #475569;
    font-weight: 700;
    text-decoration: none;
}

    .crm-muted-link:hover[b-2ydl7kq986] {
        color: #4f46e5;
        text-decoration: none;
    }

.crm-status-pill[b-2ydl7kq986] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 1.75rem;
    padding: 0.25rem 0.65rem;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 850;
    white-space: nowrap;
}

.crm-status-pill--success[b-2ydl7kq986] {
    color: #15803d;
    background: #dcfce7;
}

.crm-status-pill--warning[b-2ydl7kq986] {
    color: #c2410c;
    background: #ffedd5;
}

.crm-table-action[b-2ydl7kq986] {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.15rem;
    color: #4f46e5;
    font-weight: 850;
    text-decoration: none;
}

    .crm-table-action .material-symbols-outlined[b-2ydl7kq986] {
        font-size: 1.2rem;
    }

    .crm-table-action:hover[b-2ydl7kq986] {
        color: #3730a3;
        text-decoration: none;
    }

.crm-contact-role-list[b-2ydl7kq986] {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    flex-wrap: wrap;
}

.crm-contact-role-pill[b-2ydl7kq986] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 1.65rem;
    padding: 0.2rem 0.55rem;
    color: #475569;
    background: #f1f5f9;
    border-radius: 999px;
    font-size: 0.7rem;
    font-weight: 850;
    white-space: nowrap;
}

.crm-contact-role-pill--accounts[b-2ydl7kq986] {
    color: #0369a1;
    background: #e0f2fe;
}

.crm-contact-role-pill--technical[b-2ydl7kq986] {
    color: #7c3aed;
    background: #ede9fe;
}

.crm-contact-role-pill--whatsapp[b-2ydl7kq986] {
    color: #15803d;
    background: #dcfce7;
}

.crm-empty-state[b-2ydl7kq986] {
    min-height: 18rem;
    display: grid;
    place-items: center;
    text-align: center;
    padding: 2rem;
}

    .crm-empty-state .material-symbols-outlined[b-2ydl7kq986] {
        width: 3.8rem;
        height: 3.8rem;
        display: grid;
        place-items: center;
        margin-bottom: 0.9rem;
        color: #64748b;
        background: #f1f5f9;
        border-radius: 1.2rem;
        font-size: 1.9rem;
    }

    .crm-empty-state strong[b-2ydl7kq986] {
        color: #0f172a;
        font-size: 1rem;
        font-weight: 850;
    }

    .crm-empty-state p[b-2ydl7kq986] {
        max-width: 26rem;
        margin: 0.35rem auto 1rem;
        color: #64748b;
        font-size: 0.88rem;
    }

.crm-pagination[b-2ydl7kq986] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.25rem;
    border-top: 1px solid rgba(148, 163, 184, 0.16);
}

.crm-pagination__summary[b-2ydl7kq986] {
    color: #64748b;
    font-size: 0.85rem;
    font-weight: 700;
}

.crm-pagination__actions[b-2ydl7kq986] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.crm-pagination__button[b-2ydl7kq986] {
    min-width: 2.4rem;
    height: 2.4rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #334155;
    background: #ffffff;
    border: 1px solid rgba(148, 163, 184, 0.25);
    border-radius: 0.85rem;
    font-size: 0.85rem;
    font-weight: 850;
    text-decoration: none;
    transition: transform 160ms ease, background-color 160ms ease;
}

    .crm-pagination__button:hover:not(:disabled)[b-2ydl7kq986] {
        color: #0f172a;
        background: #f8fafc;
        transform: translateY(-1px);
    }

    .crm-pagination__button:disabled[b-2ydl7kq986] {
        cursor: not-allowed;
        opacity: 0.45;
    }

.crm-pagination__button--active[b-2ydl7kq986] {
    color: #ffffff;
    background: #4f46e5;
    border-color: #4f46e5;
}

    .crm-pagination__button--active:hover[b-2ydl7kq986] {
        color: #ffffff;
        background: #4f46e5;
    }

@media (max-width: 991.98px) {
    .crm-page-hero[b-2ydl7kq986] {
        align-items: stretch;
        flex-direction: column;
    }

    .crm-page-hero__actions[b-2ydl7kq986] {
        align-items: stretch;
    }

        .crm-page-hero__actions .crm-btn[b-2ydl7kq986] {
            flex: 1;
        }

    .crm-search-panel__content[b-2ydl7kq986] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    .crm-search-panel__form[b-2ydl7kq986] {
        align-items: stretch;
        flex-direction: column;
    }

    .crm-btn[b-2ydl7kq986] {
        width: 100%;
    }

    .crm-panel__header[b-2ydl7kq986] {
        flex-direction: column;
        align-items: flex-start;
    }

    .crm-table[b-2ydl7kq986] {
        min-width: 64rem;
    }

    .crm-pagination[b-2ydl7kq986] {
        align-items: stretch;
        flex-direction: column;
    }

    .crm-pagination__actions[b-2ydl7kq986] {
        justify-content: space-between;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.crm-layout[b-grmulany6v] {
    min-height: 100vh;
    display: flex;
    background: radial-gradient(circle at top right, rgba(79, 70, 229, 0.08), transparent 30rem), #f4f6fb;
    color: #172033;
}

.crm-layout__sidebar[b-grmulany6v] {
    width: 17.5rem;
    flex: 0 0 17.5rem;
    position: sticky;
    top: 0;
    height: 100vh;
    z-index: 20;
}

.crm-layout__main[b-grmulany6v] {
    min-width: 0;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.crm-layout__topbar[b-grmulany6v] {
    position: sticky;
    top: 0;
    z-index: 10;
    min-height: 5rem;
    display: grid;
    grid-template-columns: auto minmax(18rem, 34rem) auto;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.5rem;
    background: rgba(244, 246, 251, 0.84);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(148, 163, 184, 0.22);
}

.crm-topbar-title[b-grmulany6v] {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.crm-topbar-title__eyebrow[b-grmulany6v] {
    color: #6366f1;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.crm-topbar-title strong[b-grmulany6v] {
    margin-top: 0.15rem;
    color: #0f172a;
    font-size: 1.45rem;
    line-height: 1.1;
    font-weight: 850;
    letter-spacing: -0.035em;
}

.crm-topbar-search[b-grmulany6v] {
    height: 2.9rem;
    display: flex;
    align-items: center;
    gap: 0.7rem;
    padding: 0 0.95rem;
    background: #ffffff;
    border: 1px solid rgba(148, 163, 184, 0.25);
    border-radius: 1rem;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.045);
}

    .crm-topbar-search .material-symbols-outlined[b-grmulany6v] {
        color: #94a3b8;
        font-size: 1.35rem;
    }

    .crm-topbar-search input[b-grmulany6v] {
        width: 100%;
        min-width: 0;
        border: 0;
        outline: 0;
        background: transparent;
        color: #0f172a;
        font-size: 0.95rem;
    }

        .crm-topbar-search input[b-grmulany6v]::placeholder {
            color: #94a3b8;
        }

.crm-topbar-actions[b-grmulany6v] {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 0.75rem;
    min-width: 0;
}

.crm-action-button[b-grmulany6v] {
    height: 2.9rem;
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0 1rem;
    border-radius: 1rem;
    font-size: 0.9rem;
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
    transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

    .crm-action-button:hover[b-grmulany6v] {
        transform: translateY(-1px);
        text-decoration: none;
    }

    .crm-action-button .material-symbols-outlined[b-grmulany6v] {
        font-size: 1.25rem;
    }

.crm-action-button--secondary[b-grmulany6v] {
    color: #334155;
    background: #ffffff;
    border: 1px solid rgba(148, 163, 184, 0.25);
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.045);
}

    .crm-action-button--secondary:hover[b-grmulany6v] {
        color: #0f172a;
        background: #f8fafc;
    }

.crm-user-menu[b-grmulany6v] {
    height: 3.05rem;
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    padding: 0.35rem 0.5rem 0.35rem 0.45rem;
    color: #0f172a;
    text-decoration: none;
    background: #ffffff;
    border: 1px solid rgba(148, 163, 184, 0.25);
    border-radius: 999px;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.045);
    min-width: 0;
}

    .crm-user-menu:hover[b-grmulany6v] {
        color: #0f172a;
        text-decoration: none;
        background: #f8fafc;
    }

.crm-user-menu__avatar[b-grmulany6v] {
    width: 2.2rem;
    height: 2.2rem;
    flex: 0 0 2.2rem;
    display: grid;
    place-items: center;
    color: #ffffff;
    background: linear-gradient(135deg, #4f46e5, #06b6d4);
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 850;
    letter-spacing: -0.02em;
}

.crm-user-menu__text[b-grmulany6v] {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

    .crm-user-menu__text strong[b-grmulany6v] {
        max-width: 10rem;
        color: #0f172a;
        font-size: 0.86rem;
        line-height: 1.05;
        font-weight: 800;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .crm-user-menu__text small[b-grmulany6v] {
        margin-top: 0.18rem;
        color: #64748b;
        font-size: 0.72rem;
        line-height: 1;
        font-weight: 600;
    }

.crm-user-menu__chevron[b-grmulany6v] {
    color: #94a3b8;
    font-size: 1.25rem;
}

.crm-layout__content[b-grmulany6v] {
    flex: 1;
    padding: 1.5rem;
}

    /* Optional page/content defaults for a CRM feel */
    .crm-layout__content[b-grmulany6v]  h1 {
        color: #0f172a;
        font-weight: 850;
        letter-spacing: -0.035em;
    }

    .crm-layout__content[b-grmulany6v]  .card,
    .crm-layout__content[b-grmulany6v]  .panel,
    .crm-layout__content[b-grmulany6v]  .crm-panel {
        border: 1px solid rgba(148, 163, 184, 0.22);
        border-radius: 1.35rem;
        box-shadow: 0 18px 45px rgba(15, 23, 42, 0.06);
    }

@media (max-width: 1199.98px) {
    .crm-layout__topbar[b-grmulany6v] {
        grid-template-columns: 1fr auto;
    }

    .crm-topbar-search[b-grmulany6v] {
        grid-column: 1 / -1;
        order: 3;
    }
}

@media (max-width: 767.98px) {
    .crm-layout[b-grmulany6v] {
        display: block;
    }

    .crm-layout__sidebar[b-grmulany6v] {
        width: 100%;
        height: auto;
        position: sticky;
        top: 0;
        z-index: 30;
    }

    .crm-layout__main[b-grmulany6v] {
        display: block;
    }

    .crm-layout__topbar[b-grmulany6v] {
        position: relative;
        grid-template-columns: 1fr;
        min-height: auto;
        padding: 1rem;
    }

    .crm-topbar-actions[b-grmulany6v] {
        justify-content: stretch;
        flex-wrap: wrap;
    }

    .crm-action-button[b-grmulany6v] {
        flex: 1;
        justify-content: center;
    }

    .crm-user-menu[b-grmulany6v] {
        width: 100%;
        border-radius: 1rem;
    }

    .crm-user-menu__text[b-grmulany6v] {
        flex: 1;
    }

        .crm-user-menu__text strong[b-grmulany6v] {
            max-width: none;
        }

    .crm-layout__content[b-grmulany6v] {
        padding: 1rem;
    }
}

#blazor-error-ui[b-grmulany6v] {
    color-scheme: light only;
    background: #fef3c7;
    color: #78350f;
    bottom: 1rem;
    left: 1rem;
    right: 1rem;
    border: 1px solid rgba(245, 158, 11, 0.35);
    border-radius: 1rem;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.18);
    box-sizing: border-box;
    display: none;
    padding: 0.9rem 3rem 0.9rem 1rem;
    position: fixed;
    z-index: 1000;
}

    #blazor-error-ui .reload[b-grmulany6v] {
        color: #92400e;
        font-weight: 800;
        margin-left: 0.5rem;
    }

    #blazor-error-ui .dismiss[b-grmulany6v] {
        cursor: pointer;
        position: absolute;
        right: 1rem;
        top: 0.85rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.crm-sidebar[b-4g3q9a0tw9] {
    min-height: 100vh;
    background: radial-gradient(circle at top left, rgba(79, 70, 229, 0.32), transparent 34rem), linear-gradient(180deg, #07111f 0%, #020617 100%);
    color: #ffffff;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    box-shadow: 18px 0 45px rgba(15, 23, 42, 0.18);
}

.crm-sidebar__top[b-4g3q9a0tw9] {
    position: relative;
}

.crm-brand[b-4g3q9a0tw9] {
    min-height: 4.25rem;
    display: flex;
    align-items: center;
    gap: 0.85rem;
    padding: 0.75rem;
    border-radius: 1.35rem;
    color: #ffffff;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.055);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

    .crm-brand:hover[b-4g3q9a0tw9] {
        color: #ffffff;
        background: rgba(255, 255, 255, 0.085);
    }

.crm-brand__logo[b-4g3q9a0tw9] {
    width: 3rem;
    height: 3rem;
    border-radius: 1rem;
    background: #ffffff;
    display: grid;
    place-items: center;
    padding: 0.45rem;
    box-shadow: 0 16px 35px rgba(0, 0, 0, 0.22);
}

    .crm-brand__logo img[b-4g3q9a0tw9] {
        width: 100%;
        height: auto;
        display: block;
    }

.crm-brand__text[b-4g3q9a0tw9] {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

    .crm-brand__text strong[b-4g3q9a0tw9] {
        font-size: 1rem;
        line-height: 1.1;
        font-weight: 800;
        letter-spacing: -0.02em;
    }

    .crm-brand__text span[b-4g3q9a0tw9] {
        margin-top: 0.2rem;
        color: #94a3b8;
        font-size: 0.78rem;
        font-weight: 600;
    }

.navbar-toggler[b-4g3q9a0tw9] {
    display: none;
}

.crm-mobile-toggle[b-4g3q9a0tw9] {
    display: none;
}

.nav-scrollable[b-4g3q9a0tw9] {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 0;
    margin-top: 1rem;
}

.crm-nav[b-4g3q9a0tw9] {
    gap: 0.25rem;
}

.crm-nav__section[b-4g3q9a0tw9] {
    margin: 1.1rem 0 0.45rem;
    padding: 0 0.75rem;
    color: #64748b;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.nav-item[b-4g3q9a0tw9] {
    padding: 0;
    font-size: 0.93rem;
}

    .nav-item[b-4g3q9a0tw9]  .nav-link {
        position: relative;
        min-height: 3.05rem;
        display: flex;
        align-items: center;
        gap: 0.8rem;
        width: 100%;
        padding: 0 0.9rem;
        color: #cbd5e1;
        border-radius: 1rem;
        text-decoration: none;
        font-weight: 700;
        line-height: 1;
        transition: background-color 160ms ease, color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
    }

        .nav-item[b-4g3q9a0tw9]  .nav-link .material-symbols-outlined {
            width: 1.5rem;
            font-size: 1.35rem;
            color: #94a3b8;
            transition: color 160ms ease;
        }

        .nav-item[b-4g3q9a0tw9]  .nav-link:hover {
            background: rgba(255, 255, 255, 0.08);
            color: #ffffff;
            transform: translateX(2px);
        }

            .nav-item[b-4g3q9a0tw9]  .nav-link:hover .material-symbols-outlined {
                color: #ffffff;
            }

        .nav-item[b-4g3q9a0tw9]  .nav-link.active {
            color: #ffffff;
            background: linear-gradient(135deg, #4f46e5 0%, #2563eb 55%, #06b6d4 130%);
            box-shadow: 0 16px 34px rgba(37, 99, 235, 0.32);
        }

            .nav-item[b-4g3q9a0tw9]  .nav-link.active .material-symbols-outlined {
                color: #ffffff;
            }

            .nav-item[b-4g3q9a0tw9]  .nav-link.active::after {
                content: "";
                position: absolute;
                right: 0.65rem;
                width: 0.38rem;
                height: 0.38rem;
                border-radius: 999px;
                background: #ffffff;
                opacity: 0.9;
            }

.crm-sidebar-card[b-4g3q9a0tw9] {
    margin-top: auto;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 0.8rem;
    padding: 0.9rem;
    border-radius: 1.2rem;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.055);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.crm-sidebar-card__icon[b-4g3q9a0tw9] {
    width: 2.55rem;
    height: 2.55rem;
    border-radius: 0.9rem;
    background: rgba(99, 102, 241, 0.25);
    display: grid;
    place-items: center;
}

    .crm-sidebar-card__icon .material-symbols-outlined[b-4g3q9a0tw9] {
        color: #a5b4fc;
        font-size: 1.35rem;
    }

.crm-sidebar-card strong[b-4g3q9a0tw9],
.crm-sidebar-card span[b-4g3q9a0tw9] {
    display: block;
}

.crm-sidebar-card strong[b-4g3q9a0tw9] {
    font-size: 0.88rem;
    line-height: 1.15;
}

.crm-sidebar-card div > span[b-4g3q9a0tw9] {
    margin-top: 0.2rem;
    color: #94a3b8;
    font-size: 0.76rem;
}

.crm-sidebar-card__arrow[b-4g3q9a0tw9] {
    color: #94a3b8;
    font-size: 1.25rem;
}

@media (max-width: 640px) {
    .crm-sidebar[b-4g3q9a0tw9] {
        min-height: auto;
        padding: 0.75rem;
        border-radius: 0;
    }

    .crm-brand[b-4g3q9a0tw9] {
        min-height: 3.5rem;
        padding: 0.55rem 4rem 0.55rem 0.6rem;
        border-radius: 1rem;
    }

    .crm-brand__logo[b-4g3q9a0tw9] {
        width: 2.5rem;
        height: 2.5rem;
        border-radius: 0.8rem;
    }

    .crm-brand__text strong[b-4g3q9a0tw9] {
        font-size: 0.95rem;
    }

    .crm-brand__text span[b-4g3q9a0tw9] {
        display: none;
    }

    .crm-mobile-toggle[b-4g3q9a0tw9] {
        position: absolute;
        top: 0.55rem;
        right: 0.55rem;
        width: 2.5rem;
        height: 2.5rem;
        border-radius: 0.85rem;
        display: grid;
        place-items: center;
        cursor: pointer;
        color: #ffffff;
        background: rgba(255, 255, 255, 0.1);
        border: 1px solid rgba(255, 255, 255, 0.1);
    }

        .crm-mobile-toggle .material-symbols-outlined[b-4g3q9a0tw9] {
            font-size: 1.45rem;
        }

    .nav-scrollable[b-4g3q9a0tw9] {
        display: none;
        margin-top: 0.75rem;
        max-height: calc(100vh - 5rem);
        overflow-y: auto;
    }

    .navbar-toggler:checked ~ .crm-mobile-toggle[b-4g3q9a0tw9] {
        background: rgba(255, 255, 255, 0.2);
    }

    .navbar-toggler:checked ~ .nav-scrollable[b-4g3q9a0tw9] {
        display: flex;
    }

    .crm-sidebar-card[b-4g3q9a0tw9] {
        margin-top: 1rem;
    }
}

@media (min-width: 641px) {
    .nav-scrollable[b-4g3q9a0tw9] {
        height: calc(100vh - 6.25rem);
        overflow-y: auto;
        padding-right: 0.15rem;
    }

        .nav-scrollable[b-4g3q9a0tw9]::-webkit-scrollbar {
            width: 0.35rem;
        }

        .nav-scrollable[b-4g3q9a0tw9]::-webkit-scrollbar-track {
            background: transparent;
        }

        .nav-scrollable[b-4g3q9a0tw9]::-webkit-scrollbar-thumb {
            background: rgba(148, 163, 184, 0.35);
            border-radius: 999px;
        }
}
/* /Components/Pages/Home.razor.rz.scp.css */
.crm-dashboard[b-cpgcyle56q] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.crm-dashboard-hero[b-cpgcyle56q] {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 1.5rem;
    padding: 1.4rem;
    background: radial-gradient(circle at top right, rgba(79, 70, 229, 0.13), transparent 24rem), #ffffff;
    border: 1px solid rgba(148, 163, 184, 0.22);
    border-radius: 1.5rem;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.055);
}

.crm-dashboard-hero__eyebrow[b-cpgcyle56q] {
    color: #4f46e5;
    font-size: 0.72rem;
    font-weight: 850;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.crm-dashboard-hero h1[b-cpgcyle56q] {
    margin: 0.25rem 0 0;
    color: #0f172a;
    font-size: clamp(1.75rem, 2.4vw, 2.45rem);
    font-weight: 850;
    letter-spacing: -0.045em;
}

.crm-dashboard-hero p[b-cpgcyle56q] {
    max-width: 42rem;
    margin: 0.45rem 0 0;
    color: #64748b;
    font-size: 0.98rem;
}

.crm-dashboard-hero__actions[b-cpgcyle56q] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.crm-btn[b-cpgcyle56q] {
    height: 2.85rem;
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0 1rem;
    border-radius: 1rem;
    font-size: 0.9rem;
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
    transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

    .crm-btn:hover[b-cpgcyle56q] {
        transform: translateY(-1px);
        text-decoration: none;
    }

    .crm-btn .material-symbols-outlined[b-cpgcyle56q] {
        font-size: 1.25rem;
    }

.crm-btn--primary[b-cpgcyle56q] {
    color: #ffffff;
    background: linear-gradient(135deg, #4f46e5, #2563eb);
    box-shadow: 0 14px 30px rgba(37, 99, 235, 0.28);
}

    .crm-btn--primary:hover[b-cpgcyle56q] {
        color: #ffffff;
        box-shadow: 0 18px 40px rgba(37, 99, 235, 0.34);
    }

.crm-btn--secondary[b-cpgcyle56q] {
    color: #334155;
    background: #ffffff;
    border: 1px solid rgba(148, 163, 184, 0.25);
}

    .crm-btn--secondary:hover[b-cpgcyle56q] {
        color: #0f172a;
        background: #f8fafc;
    }

.crm-loading-panel[b-cpgcyle56q] {
    min-height: 9rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.5rem;
    background: #ffffff;
    border: 1px solid rgba(148, 163, 184, 0.22);
    border-radius: 1.5rem;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.055);
}

    .crm-loading-panel strong[b-cpgcyle56q],
    .crm-loading-panel span[b-cpgcyle56q] {
        display: block;
    }

    .crm-loading-panel strong[b-cpgcyle56q] {
        color: #0f172a;
        font-size: 1rem;
    }

    .crm-loading-panel span[b-cpgcyle56q] {
        margin-top: 0.2rem;
        color: #64748b;
        font-size: 0.9rem;
    }

.crm-stat-grid[b-cpgcyle56q] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.crm-stat-card[b-cpgcyle56q] {
    position: relative;
    min-height: 8.25rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.2rem;
    color: #0f172a;
    text-decoration: none;
    background: #ffffff;
    border: 1px solid rgba(148, 163, 184, 0.22);
    border-radius: 1.35rem;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.055);
    overflow: hidden;
    transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

    .crm-stat-card[b-cpgcyle56q]::after {
        content: "";
        position: absolute;
        inset: auto -3rem -4rem auto;
        width: 8rem;
        height: 8rem;
        border-radius: 999px;
        background: rgba(79, 70, 229, 0.07);
    }

    .crm-stat-card:hover[b-cpgcyle56q] {
        color: #0f172a;
        text-decoration: none;
        transform: translateY(-2px);
        border-color: rgba(99, 102, 241, 0.32);
        box-shadow: 0 24px 55px rgba(15, 23, 42, 0.09);
    }

.crm-stat-card__icon[b-cpgcyle56q] {
    width: 3.4rem;
    height: 3.4rem;
    flex: 0 0 3.4rem;
    display: grid;
    place-items: center;
    border-radius: 1.1rem;
}

    .crm-stat-card__icon .material-symbols-outlined[b-cpgcyle56q] {
        font-size: 1.65rem;
    }

.crm-stat-card__icon--blue[b-cpgcyle56q] {
    color: #2563eb;
    background: #dbeafe;
}

.crm-stat-card__icon--green[b-cpgcyle56q] {
    color: #16a34a;
    background: #dcfce7;
}

.crm-stat-card__icon--orange[b-cpgcyle56q] {
    color: #ea580c;
    background: #ffedd5;
}

.crm-stat-card__icon--purple[b-cpgcyle56q] {
    color: #7c3aed;
    background: #ede9fe;
}

.crm-stat-card__body[b-cpgcyle56q] {
    min-width: 0;
    position: relative;
    z-index: 1;
}

    .crm-stat-card__body span[b-cpgcyle56q],
    .crm-stat-card__body small[b-cpgcyle56q] {
        display: block;
    }

    .crm-stat-card__body span[b-cpgcyle56q] {
        color: #475569;
        font-size: 0.88rem;
        font-weight: 750;
    }

    .crm-stat-card__body strong[b-cpgcyle56q] {
        display: block;
        margin-top: 0.2rem;
        color: #0f172a;
        font-size: 2rem;
        line-height: 1.05;
        font-weight: 850;
        letter-spacing: -0.05em;
    }

    .crm-stat-card__body small[b-cpgcyle56q] {
        margin-top: 0.35rem;
        color: #94a3b8;
        font-size: 0.78rem;
        font-weight: 650;
    }

.crm-stat-card__arrow[b-cpgcyle56q] {
    margin-left: auto;
    position: relative;
    z-index: 1;
    color: #cbd5e1;
}

.crm-dashboard-grid[b-cpgcyle56q] {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(20rem, 0.75fr);
    gap: 1rem;
}

.crm-panel[b-cpgcyle56q] {
    min-width: 0;
    background: #ffffff;
    border: 1px solid rgba(148, 163, 184, 0.22);
    border-radius: 1.35rem;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.055);
    overflow: hidden;
}

.crm-panel--wide[b-cpgcyle56q] {
    grid-column: span 1;
}

.crm-panel__header[b-cpgcyle56q] {
    min-height: 4.5rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.2rem 1.25rem 1rem;
    border-bottom: 1px solid rgba(148, 163, 184, 0.16);
}

    .crm-panel__header h2[b-cpgcyle56q] {
        margin: 0;
        color: #0f172a;
        font-size: 1.05rem;
        font-weight: 850;
        letter-spacing: -0.025em;
    }

    .crm-panel__header p[b-cpgcyle56q] {
        margin: 0.25rem 0 0;
        color: #64748b;
        font-size: 0.86rem;
    }

.crm-panel__link[b-cpgcyle56q] {
    color: #4f46e5;
    font-size: 0.86rem;
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
}

    .crm-panel__link:hover[b-cpgcyle56q] {
        color: #3730a3;
        text-decoration: none;
    }

.crm-integration-list[b-cpgcyle56q],
.crm-health-list[b-cpgcyle56q],
.crm-action-list[b-cpgcyle56q] {
    padding: 0.75rem;
}

.crm-integration-row[b-cpgcyle56q] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.9rem;
    border-radius: 1rem;
}

    .crm-integration-row + .crm-integration-row[b-cpgcyle56q] {
        border-top: 1px solid rgba(148, 163, 184, 0.14);
    }

.crm-integration-row__main[b-cpgcyle56q] {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    min-width: 0;
}

    .crm-integration-row__main strong[b-cpgcyle56q],
    .crm-integration-row__main span[b-cpgcyle56q] {
        display: block;
    }

    .crm-integration-row__main strong[b-cpgcyle56q] {
        color: #0f172a;
        font-size: 0.95rem;
        font-weight: 850;
    }

    .crm-integration-row__main span[b-cpgcyle56q] {
        margin-top: 0.18rem;
        color: #64748b;
        font-size: 0.82rem;
    }

.crm-integration-row__icon[b-cpgcyle56q] {
    width: 2.7rem;
    height: 2.7rem;
    flex: 0 0 2.7rem;
    display: grid;
    place-items: center;
    border-radius: 0.95rem;
}

.crm-integration-row__icon--blue[b-cpgcyle56q] {
    color: #2563eb;
    background: #dbeafe;
}

.crm-integration-row__icon--green[b-cpgcyle56q] {
    color: #16a34a;
    background: #dcfce7;
}

.crm-integration-row__icon--orange[b-cpgcyle56q] {
    color: #ea580c;
    background: #ffedd5;
}

.crm-integration-row__meta[b-cpgcyle56q] {
    text-align: right;
}

    .crm-integration-row__meta strong[b-cpgcyle56q],
    .crm-integration-row__meta span[b-cpgcyle56q] {
        display: block;
    }

    .crm-integration-row__meta strong[b-cpgcyle56q] {
        color: #0f172a;
        font-size: 1.2rem;
        line-height: 1;
        font-weight: 850;
    }

    .crm-integration-row__meta span[b-cpgcyle56q] {
        margin-top: 0.2rem;
        color: #94a3b8;
        font-size: 0.76rem;
        font-weight: 700;
    }

.crm-action-list[b-cpgcyle56q] {
    display: grid;
    gap: 0.55rem;
}

    .crm-action-list a[b-cpgcyle56q] {
        display: flex;
        align-items: center;
        gap: 0.8rem;
        padding: 0.85rem;
        color: #0f172a;
        text-decoration: none;
        border-radius: 1rem;
        background: #f8fafc;
        border: 1px solid transparent;
        transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
    }

        .crm-action-list a:hover[b-cpgcyle56q] {
            color: #0f172a;
            text-decoration: none;
            background: #ffffff;
            border-color: rgba(99, 102, 241, 0.22);
            transform: translateX(2px);
        }

        .crm-action-list a > .material-symbols-outlined[b-cpgcyle56q] {
            width: 2.45rem;
            height: 2.45rem;
            display: grid;
            place-items: center;
            color: #4f46e5;
            background: #eef2ff;
            border-radius: 0.85rem;
            font-size: 1.35rem;
        }

    .crm-action-list strong[b-cpgcyle56q],
    .crm-action-list small[b-cpgcyle56q] {
        display: block;
    }

    .crm-action-list strong[b-cpgcyle56q] {
        font-size: 0.9rem;
        font-weight: 850;
    }

    .crm-action-list small[b-cpgcyle56q] {
        margin-top: 0.15rem;
        color: #64748b;
        font-size: 0.78rem;
        font-weight: 650;
    }

.crm-health-list[b-cpgcyle56q] {
    display: grid;
    gap: 0.65rem;
}

.crm-health-item[b-cpgcyle56q] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.85rem;
    border-radius: 1rem;
    background: #f8fafc;
}

    .crm-health-item strong[b-cpgcyle56q],
    .crm-health-item span[b-cpgcyle56q] {
        display: block;
    }

    .crm-health-item strong[b-cpgcyle56q] {
        color: #0f172a;
        font-size: 0.9rem;
        font-weight: 850;
    }

    .crm-health-item div > span[b-cpgcyle56q] {
        margin-top: 0.15rem;
        color: #64748b;
        font-size: 0.78rem;
        font-weight: 650;
    }

.crm-status-pill[b-cpgcyle56q] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 1.75rem;
    padding: 0.25rem 0.65rem;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 850;
    white-space: nowrap;
}

.crm-status-pill--success[b-cpgcyle56q] {
    color: #15803d;
    background: #dcfce7;
}

.crm-status-pill--warning[b-cpgcyle56q] {
    color: #c2410c;
    background: #ffedd5;
}

.crm-empty-state[b-cpgcyle56q] {
    min-height: 14rem;
    display: grid;
    place-items: center;
    text-align: center;
    padding: 2rem;
}

    .crm-empty-state .material-symbols-outlined[b-cpgcyle56q] {
        width: 3.8rem;
        height: 3.8rem;
        display: grid;
        place-items: center;
        margin-bottom: 0.9rem;
        color: #64748b;
        background: #f1f5f9;
        border-radius: 1.2rem;
        font-size: 1.9rem;
    }

    .crm-empty-state strong[b-cpgcyle56q] {
        color: #0f172a;
        font-size: 1rem;
        font-weight: 850;
    }

    .crm-empty-state p[b-cpgcyle56q] {
        margin: 0.3rem 0 0;
        color: #64748b;
        font-size: 0.88rem;
    }

.crm-table[b-cpgcyle56q] {
    margin: 0;
}

    .crm-table thead th[b-cpgcyle56q] {
        padding: 0.85rem 1.25rem;
        color: #64748b;
        background: #f8fafc;
        border-bottom: 1px solid rgba(148, 163, 184, 0.2);
        font-size: 0.76rem;
        font-weight: 850;
        text-transform: uppercase;
        letter-spacing: 0.06em;
    }

    .crm-table tbody td[b-cpgcyle56q] {
        padding: 0.95rem 1.25rem;
        border-bottom: 1px solid rgba(148, 163, 184, 0.14);
        color: #334155;
        font-size: 0.88rem;
    }

    .crm-table tbody tr:last-child td[b-cpgcyle56q] {
        border-bottom: 0;
    }

.crm-table-account[b-cpgcyle56q] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

    .crm-table-account > span[b-cpgcyle56q] {
        width: 2.35rem;
        height: 2.35rem;
        flex: 0 0 2.35rem;
        display: grid;
        place-items: center;
        color: #ffffff;
        background: linear-gradient(135deg, #4f46e5, #06b6d4);
        border-radius: 0.85rem;
        font-size: 0.82rem;
        font-weight: 850;
    }

    .crm-table-account strong[b-cpgcyle56q],
    .crm-table-account small[b-cpgcyle56q] {
        display: block;
    }

    .crm-table-account strong[b-cpgcyle56q] {
        color: #0f172a;
        font-size: 0.9rem;
        font-weight: 850;
    }

    .crm-table-account small[b-cpgcyle56q] {
        margin-top: 0.15rem;
        color: #94a3b8;
        font-size: 0.76rem;
        font-weight: 650;
    }

.crm-muted[b-cpgcyle56q] {
    color: #64748b;
    font-weight: 700;
}

.crm-table-link[b-cpgcyle56q] {
    color: #4f46e5;
    font-weight: 850;
    text-decoration: none;
}

    .crm-table-link:hover[b-cpgcyle56q] {
        color: #3730a3;
        text-decoration: none;
    }

@media (max-width: 1199.98px) {
    .crm-stat-grid[b-cpgcyle56q] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .crm-dashboard-grid[b-cpgcyle56q] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    .crm-dashboard[b-cpgcyle56q] {
        gap: 1rem;
    }

    .crm-dashboard-hero[b-cpgcyle56q] {
        align-items: stretch;
        flex-direction: column;
        padding: 1.1rem;
    }

    .crm-dashboard-hero__actions[b-cpgcyle56q] {
        align-items: stretch;
        flex-direction: column;
    }

    .crm-btn[b-cpgcyle56q] {
        justify-content: center;
        width: 100%;
    }

    .crm-stat-grid[b-cpgcyle56q] {
        grid-template-columns: 1fr;
    }

    .crm-stat-card[b-cpgcyle56q] {
        min-height: auto;
    }

    .crm-panel__header[b-cpgcyle56q] {
        flex-direction: column;
        align-items: flex-start;
    }

    .crm-integration-row[b-cpgcyle56q],
    .crm-health-item[b-cpgcyle56q] {
        align-items: flex-start;
        flex-direction: column;
    }

    .crm-integration-row__meta[b-cpgcyle56q] {
        text-align: left;
    }
}
/* /Components/Sales/Pages/Pipeline.razor.rz.scp.css */
.pipeline-page[b-xtlt310bvy] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.pipeline-header[b-xtlt310bvy] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

    .pipeline-header h1[b-xtlt310bvy] {
        margin: 0;
    }

    .pipeline-header p[b-xtlt310bvy] {
        margin: .25rem 0 0;
        color: #6c757d;
    }

.pipeline-summary[b-xtlt310bvy] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.summary-card[b-xtlt310bvy] {
    background: #fff;
    border: 1px solid #e6e8eb;
    border-radius: 14px;
    padding: 1rem;
    box-shadow: 0 8px 24px rgba(15, 23, 42, .04);
}

    .summary-card span[b-xtlt310bvy] {
        display: block;
        color: #6c757d;
        font-size: .875rem;
    }

    .summary-card strong[b-xtlt310bvy] {
        display: block;
        margin-top: .35rem;
        font-size: 1.35rem;
    }

.pipeline-board[b-xtlt310bvy] {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(280px, 1fr);
    gap: 1rem;
    overflow-x: auto;
    padding-bottom: .75rem;
}

.pipeline-column[b-xtlt310bvy] {
    background: #f6f7f9;
    border: 1px solid #e6e8eb;
    border-radius: 16px;
    min-height: 500px;
    display: flex;
    flex-direction: column;
}

    .pipeline-column header[b-xtlt310bvy] {
        padding: 1rem;
        border-bottom: 1px solid #e6e8eb;
        display: flex;
        justify-content: space-between;
        gap: 1rem;
    }

    .pipeline-column h2[b-xtlt310bvy] {
        margin: 0;
        font-size: 1rem;
    }

    .pipeline-column header span[b-xtlt310bvy] {
        display: block;
        margin-top: .2rem;
        color: #6c757d;
        font-size: .8rem;
    }

.pipeline-column-body[b-xtlt310bvy] {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: .75rem;
}

.opportunity-card[b-xtlt310bvy] {
    background: #fff;
    border: 1px solid #e6e8eb;
    border-radius: 14px;
    padding: .9rem;
    cursor: pointer;
    transition: transform .15s ease, box-shadow .15s ease;
}

    .opportunity-card:hover[b-xtlt310bvy] {
        transform: translateY(-2px);
        box-shadow: 0 10px 24px rgba(15, 23, 42, .08);
    }

.opportunity-card-title[b-xtlt310bvy] {
    font-weight: 700;
}

.opportunity-card-company[b-xtlt310bvy] {
    margin-top: .25rem;
    color: #6c757d;
    font-size: .875rem;
}

.opportunity-card-meta[b-xtlt310bvy] {
    margin-top: .75rem;
    display: flex;
    justify-content: space-between;
    gap: .75rem;
    color: #495057;
    font-size: .85rem;
}
/* /Components/Shared/Paging.razor.rz.scp.css */
.contentHeader[b-od2rdwuxxp] {
    position: sticky;
    top: 56px;
    z-index: 999;
}

.page-link:focus[b-od2rdwuxxp] {
    box-shadow: none !important;
}
/* /Components/Shared/Toasts.razor.rz.scp.css */
.toast-container[b-gj8s4f14o5] {
    position: fixed;
    bottom: 40px;
    right: 40px;
}

.toast[b-gj8s4f14o5] {
    min-width: 300px;
    min-height: fit-content;
}
/* /Components/Shared/TopBar.razor.rz.scp.css */
.contentHeader[b-kgf7em522f] {
    position: sticky;
    top: 56px;
    z-index: 999;
}
