/* _content/QualLeadIQ.Web/Components/Account/Pages/ForgotPassword.razor.rz.scp.css */
.auth-card[b-7onbfpsyti] {
    width: 100%;
    max-width: 400px;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(16, 25, 46, 0.1);
    padding: 2.5rem;
}

.auth-logo[b-7onbfpsyti] {
    display: block;
    width: 100%;
    max-width: 260px;
    margin: 0 auto 0.5rem;
}

.auth-subtitle[b-7onbfpsyti] {
    margin: 0 0 1.5rem;
    text-align: center;
    color: var(--ql-text-muted);
}

.form-field[b-7onbfpsyti] {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    margin-bottom: 1rem;
}

.form-field label[b-7onbfpsyti] {
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--ql-text-muted);
}

.form-field input[b-7onbfpsyti] {
    width: 100%;
    padding: 0.75rem 0.85rem;
    border: 1px solid var(--ql-border);
    border-radius: 10px;
    font-size: 0.95rem;
    color: var(--ql-text);
    background: #ffffff;
}

.form-field input:focus[b-7onbfpsyti] {
    outline: none;
    border-color: var(--ql-blue-600);
    box-shadow: 0 0 0 3px var(--ql-blue-100);
}

.qli-button-fullwidth[b-7onbfpsyti] {
    display: block;
    width: 100%;
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--ql-blue-600), var(--ql-blue-500));
    color: #ffffff;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
}

.qli-button-fullwidth:hover[b-7onbfpsyti] {
    background: var(--ql-blue-600);
}

.auth-footer[b-7onbfpsyti] {
    margin: 1.25rem 0 0;
    text-align: center;
    font-size: 0.9rem;
}

.auth-footer a[b-7onbfpsyti] {
    color: var(--ql-blue-600);
    font-weight: 600;
}
/* _content/QualLeadIQ.Web/Components/Account/Pages/ForgotPasswordConfirmation.razor.rz.scp.css */
.auth-card[b-86y14m3hqe] {
    width: 100%;
    max-width: 400px;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(16, 25, 46, 0.1);
    padding: 2.5rem;
}

.auth-logo[b-86y14m3hqe] {
    display: block;
    width: 100%;
    max-width: 260px;
    margin: 0 auto 0.5rem;
}

.auth-subtitle[b-86y14m3hqe] {
    margin: 0 0 1.5rem;
    text-align: center;
    color: var(--ql-text-muted);
}

.auth-footer[b-86y14m3hqe] {
    margin: 1.25rem 0 0;
    text-align: center;
    font-size: 0.9rem;
}

.auth-footer a[b-86y14m3hqe] {
    color: var(--ql-blue-600);
    font-weight: 600;
}
/* _content/QualLeadIQ.Web/Components/Account/Pages/Login.razor.rz.scp.css */
.auth-card[b-mi9wzf1518] {
    width: 100%;
    max-width: 400px;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(16, 25, 46, 0.1);
    padding: 2.5rem;
}

.auth-logo[b-mi9wzf1518] {
    display: block;
    width: 100%;
    max-width: 260px;
    margin: 0 auto 0.5rem;
}

.auth-subtitle[b-mi9wzf1518] {
    margin: 0 0 1.5rem;
    text-align: center;
    color: var(--ql-text-muted);
}

.form-field[b-mi9wzf1518] {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    margin-bottom: 1rem;
}

.form-field label[b-mi9wzf1518] {
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--ql-text-muted);
}

.form-field input[b-mi9wzf1518] {
    width: 100%;
    padding: 0.75rem 0.85rem;
    border: 1px solid var(--ql-border);
    border-radius: 10px;
    font-size: 0.95rem;
    color: var(--ql-text);
    background: #ffffff;
}

.form-field input:focus[b-mi9wzf1518] {
    outline: none;
    border-color: var(--ql-blue-600);
    box-shadow: 0 0 0 3px var(--ql-blue-100);
}

.checkbox-field[b-mi9wzf1518] {
    margin-bottom: 1.25rem;
    font-size: 0.9rem;
    color: var(--ql-text-muted);
}

.qli-button-fullwidth[b-mi9wzf1518] {
    display: block;
    width: 100%;
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--ql-blue-600), var(--ql-blue-500));
    color: #ffffff;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
}

.qli-button-fullwidth:hover[b-mi9wzf1518] {
    background: var(--ql-blue-600);
}

.auth-footer[b-mi9wzf1518] {
    margin: 1.25rem 0 0;
    text-align: center;
    font-size: 0.9rem;
}

.auth-footer a[b-mi9wzf1518] {
    color: var(--ql-blue-600);
    font-weight: 600;
}
/* _content/QualLeadIQ.Web/Components/Account/Pages/Register.razor.rz.scp.css */
.auth-card[b-qad75irn9g] {
    width: 100%;
    max-width: 440px;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(16, 25, 46, 0.1);
    padding: 2.5rem;
}

.auth-logo[b-qad75irn9g] {
    display: block;
    width: 100%;
    max-width: 260px;
    margin: 0 auto 0.5rem;
}

.auth-subtitle[b-qad75irn9g] {
    margin: 0 0 1.5rem;
    text-align: center;
    color: var(--ql-text-muted);
}

.form-field[b-qad75irn9g] {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    margin-bottom: 1rem;
}

.form-field label[b-qad75irn9g] {
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--ql-text-muted);
}

.form-field input[b-qad75irn9g] {
    width: 100%;
    padding: 0.75rem 0.85rem;
    border: 1px solid var(--ql-border);
    border-radius: 10px;
    font-size: 0.95rem;
    color: var(--ql-text);
    background: #ffffff;
}

.form-field input:focus[b-qad75irn9g] {
    outline: none;
    border-color: var(--ql-blue-600);
    box-shadow: 0 0 0 3px var(--ql-blue-100);
}

.qli-button-fullwidth[b-qad75irn9g] {
    display: block;
    width: 100%;
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--ql-blue-600), var(--ql-blue-500));
    color: #ffffff;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
}

.qli-button-fullwidth:hover[b-qad75irn9g] {
    background: var(--ql-blue-600);
}

.auth-footer[b-qad75irn9g] {
    margin: 1.25rem 0 0;
    text-align: center;
    font-size: 0.9rem;
}

.auth-footer a[b-qad75irn9g] {
    color: var(--ql-blue-600);
    font-weight: 600;
}
/* _content/QualLeadIQ.Web/Components/Account/Pages/ResetPassword.razor.rz.scp.css */
.auth-card[b-fd3ww69doi] {
    width: 100%;
    max-width: 400px;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(16, 25, 46, 0.1);
    padding: 2.5rem;
}

.auth-logo[b-fd3ww69doi] {
    display: block;
    width: 100%;
    max-width: 260px;
    margin: 0 auto 0.5rem;
}

.auth-subtitle[b-fd3ww69doi] {
    margin: 0 0 1.5rem;
    text-align: center;
    color: var(--ql-text-muted);
}

.form-field[b-fd3ww69doi] {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    margin-bottom: 1rem;
}

.form-field label[b-fd3ww69doi] {
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--ql-text-muted);
}

.form-field input[b-fd3ww69doi] {
    width: 100%;
    padding: 0.75rem 0.85rem;
    border: 1px solid var(--ql-border);
    border-radius: 10px;
    font-size: 0.95rem;
    color: var(--ql-text);
    background: #ffffff;
}

.form-field input:focus[b-fd3ww69doi] {
    outline: none;
    border-color: var(--ql-blue-600);
    box-shadow: 0 0 0 3px var(--ql-blue-100);
}

.qli-button-fullwidth[b-fd3ww69doi] {
    display: block;
    width: 100%;
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--ql-blue-600), var(--ql-blue-500));
    color: #ffffff;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
}

.qli-button-fullwidth:hover[b-fd3ww69doi] {
    background: var(--ql-blue-600);
}

.auth-footer[b-fd3ww69doi] {
    margin: 1.25rem 0 0;
    text-align: center;
    font-size: 0.9rem;
}

.auth-footer a[b-fd3ww69doi] {
    color: var(--ql-blue-600);
    font-weight: 600;
}
/* _content/QualLeadIQ.Web/Components/Account/Pages/ResetPasswordConfirmation.razor.rz.scp.css */
.auth-card[b-rtgfr3gvpo] {
    width: 100%;
    max-width: 400px;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(16, 25, 46, 0.1);
    padding: 2.5rem;
}

.auth-logo[b-rtgfr3gvpo] {
    display: block;
    width: 100%;
    max-width: 260px;
    margin: 0 auto 0.5rem;
}

.auth-subtitle[b-rtgfr3gvpo] {
    margin: 0 0 1.5rem;
    text-align: center;
    color: var(--ql-text-muted);
}

.auth-footer[b-rtgfr3gvpo] {
    margin: 1.25rem 0 0;
    text-align: center;
    font-size: 0.9rem;
}

.auth-footer a[b-rtgfr3gvpo] {
    color: var(--ql-blue-600);
    font-weight: 600;
}
/* _content/QualLeadIQ.Web/Components/Layout/AuthLayout.razor.rz.scp.css */
.auth-shell[b-yumc977pli] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, var(--ql-navy-900) 0%, var(--ql-navy-950) 320px, var(--ql-bg) 320px, var(--ql-bg) 100%);
    padding: 24px;
}
/* _content/QualLeadIQ.Web/Components/Layout/EmbedLayout.razor.rz.scp.css */
.embed-shell[b-g68xqtxp6t] {
    min-height: 100vh;
    background: var(--ql-bg);
    padding: 24px 16px;
    box-sizing: border-box;
}

.embed-shell[b-g68xqtxp6t]  .page-content {
    max-width: 720px;
    margin: 0 auto;
}
/* _content/QualLeadIQ.Web/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-p08ki8fhwv] {
    min-height: 100vh;
    display: flex;
    background: var(--ql-bg);
}

.sidebar[b-p08ki8fhwv] {
    width: 280px;
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, var(--ql-navy-900) 0%, var(--ql-navy-950) 100%);
}

.sidebar[b-p08ki8fhwv]::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: -140px;
    left: -80px;
    width: 360px;
    height: 360px;
    background: radial-gradient(circle, rgba(75, 139, 255, 0.32) 0%, rgba(75, 139, 255, 0) 70%);
    pointer-events: none;
}

.sidebar[b-p08ki8fhwv]::after {
    content: "";
    position: absolute;
    z-index: 0;
    inset: 0;
    background-image: radial-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px);
    background-size: 20px 20px;
    pointer-events: none;
}

main[b-p08ki8fhwv] {
    flex: 1;
    min-height: 100vh;
}

.top-row[b-p08ki8fhwv] {
    height: 72px;
    background: var(--ql-surface);
    border-bottom: 1px solid var(--ql-border);
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-weight: 600;
    font-family: var(--ql-font-display);
    letter-spacing: 0.01em;
    color: var(--ql-blue-600);
}

.content[b-p08ki8fhwv] {
    padding: 32px;
}

@media (max-width: 640.98px) {
    .page[b-p08ki8fhwv] {
        flex-direction: column;
    }

    .sidebar[b-p08ki8fhwv] {
        width: 100%;
        min-height: 0;
    }

    .content[b-p08ki8fhwv] {
        padding: 20px;
    }
}

@media print {
    .sidebar[b-p08ki8fhwv],
    .top-row[b-p08ki8fhwv] {
        display: none;
    }

    .content[b-p08ki8fhwv] {
        padding: 0;
    }
}
/* _content/QualLeadIQ.Web/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-zjp63wq01b] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-zjp63wq01b] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-zjp63wq01b] {
    position: relative;
    z-index: 1;
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.15);
}

.navbar-brand[b-zjp63wq01b] {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    font-size: 1.1rem;
}

.brand-mark[b-zjp63wq01b] {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: #ffffff;
    padding: 3px;
    object-fit: contain;
    flex-shrink: 0;
}

.brand-name[b-zjp63wq01b] {
    font-family: var(--ql-font-display);
    font-weight: 700;
    letter-spacing: -0.01em;
    color: #ffffff;
}

.bi[b-zjp63wq01b] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-speedometer2-nav-menu[b-zjp63wq01b] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='3' width='7' height='7' rx='1.5'/%3E%3Crect x='14' y='3' width='7' height='7' rx='1.5'/%3E%3Crect x='3' y='14' width='7' height='7' rx='1.5'/%3E%3Crect x='14' y='14' width='7' height='7' rx='1.5'/%3E%3C/svg%3E");
}

.bi-folder-nav-menu[b-zjp63wq01b] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 6a1 1 0 0 1 1-1h5l2 2h9a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V6Z'/%3E%3C/svg%3E");
}

.bi-building-nav-menu[b-zjp63wq01b] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='4' y='3' width='11' height='18'/%3E%3Crect x='15' y='9' width='6' height='12'/%3E%3Cpath d='M7 7h1M11 7h1M7 11h1M11 11h1M7 15h1M11 15h1'/%3E%3C/svg%3E");
}

.bi-bar-chart-nav-menu[b-zjp63wq01b] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 20V11M11 20V5M17 20v-6M3 20h18'/%3E%3C/svg%3E");
}

.bi-shield-lock-nav-menu[b-zjp63wq01b] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3l7 3v6c0 4.5-3 7.5-7 9-4-1.5-7-4.5-7-9V6l7-3Z'/%3E%3Crect x='9.5' y='11' width='5' height='4' rx='1'/%3E%3Cpath d='M12 11V9.5'/%3E%3C/svg%3E");
}

.bi-gear-nav-menu[b-zjp63wq01b] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3Cpath d='M19.4 15a1.65 1.65 0 0 0 .33 1.82l.06.06a2 2 0 1 1-2.83 2.83l-.06-.06a1.65 1.65 0 0 0-1.82-.33 1.65 1.65 0 0 0-1 1.51V21a2 2 0 0 1-4 0v-.09A1.65 1.65 0 0 0 9 19.4a1.65 1.65 0 0 0-1.82.33l-.06.06a2 2 0 1 1-2.83-2.83l.06-.06A1.65 1.65 0 0 0 4.6 15a1.65 1.65 0 0 0-1.51-1H3a2 2 0 0 1 0-4h.09A1.65 1.65 0 0 0 4.6 9a1.65 1.65 0 0 0-.33-1.82l-.06-.06a2 2 0 1 1 2.83-2.83l.06.06A1.65 1.65 0 0 0 9 4.6a1.65 1.65 0 0 0 1-1.51V3a2 2 0 0 1 4 0v.09a1.65 1.65 0 0 0 1 1.51 1.65 1.65 0 0 0 1.82-.33l.06-.06a2 2 0 1 1 2.83 2.83l-.06.06A1.65 1.65 0 0 0 19.4 9a1.65 1.65 0 0 0 1.51 1H21a2 2 0 0 1 0 4h-.09a1.65 1.65 0 0 0-1.51 1Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-zjp63wq01b] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4'/%3E%3Cpath d='M16 17l5-5-5-5'/%3E%3Cpath d='M21 12H9'/%3E%3C/svg%3E");
}

.nav-item[b-zjp63wq01b] {
    position: relative;
    z-index: 1;
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-zjp63wq01b] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-zjp63wq01b] {
        padding-bottom: 1rem;
    }

    .nav-item[b-zjp63wq01b]  .nav-link {
        color: rgba(255,255,255,0.72);
        background: none;
        border: none;
        border-radius: 10px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
        transition: background-color 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
    }

.nav-item[b-zjp63wq01b]  a.active {
    background: linear-gradient(135deg, rgba(47, 111, 237, 0.95), rgba(75, 139, 255, 0.85));
    box-shadow: 0 6px 16px rgba(47, 111, 237, 0.45);
    color: white;
}

.nav-item[b-zjp63wq01b]  .nav-link:hover {
    background-color: rgba(75, 139, 255, 0.16);
    color: white;
}

.nav-user[b-zjp63wq01b] {
    position: relative;
    z-index: 1;
    margin-top: 0.5rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.nav-user-chip[b-zjp63wq01b] {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.4rem 0.25rem;
}

.nav-avatar[b-zjp63wq01b] {
    width: 2.1rem;
    height: 2.1rem;
    border-radius: 999px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--ql-blue-600), var(--ql-blue-500));
    color: white;
    font-family: var(--ql-font-display);
    font-weight: 700;
    font-size: 0.8rem;
}

.nav-user-name[b-zjp63wq01b] {
    opacity: 0.9;
    font-size: 0.85rem;
    color: white;
    cursor: default;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nav-logout-button[b-zjp63wq01b] {
    font-family: inherit;
    font-size: 0.9rem;
    cursor: pointer;
    text-align: left;
    padding: 0;
}

.nav-logout-button:hover[b-zjp63wq01b] {
    background-color: rgba(75, 139, 255, 0.16);
    color: white;
}

.nav-scrollable[b-zjp63wq01b] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-zjp63wq01b] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-zjp63wq01b] {
        display: none;
    }

    .nav-scrollable[b-zjp63wq01b] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/QualLeadIQ.Web/Components/Pages/Administration.razor.rz.scp.css */
.page-content[b-mpv3y2wg0m] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.line-card-category[b-mpv3y2wg0m] {
    margin: 1rem 0 0.5rem;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--ql-text-muted);
}

.line-card-category:first-of-type[b-mpv3y2wg0m] {
    margin-top: 0;
}

.line-card-subcategory[b-mpv3y2wg0m] {
    margin: 0.75rem 0 0.35rem 0.5rem;
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--ql-text-muted);
}

.admin-hint[b-mpv3y2wg0m] {
    margin: 0.75rem 0 1rem;
    font-size: 0.85rem;
    color: var(--ql-text-muted);
}

.chip-grid[b-mpv3y2wg0m] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin-bottom: 0.5rem;
}

.chip[b-mpv3y2wg0m] {
    padding: 0.65rem 1.1rem;
    border-radius: 999px;
    border: 1px solid var(--ql-border);
    background: #ffffff;
    color: var(--ql-text);
    font-size: 0.9rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.15s ease;
}

.chip:hover[b-mpv3y2wg0m] {
    border-color: var(--ql-blue-500);
    background: var(--ql-blue-100);
}

.chip-selected[b-mpv3y2wg0m] {
    background: linear-gradient(135deg, var(--ql-blue-600), var(--ql-blue-500));
    border-color: var(--ql-blue-600);
    color: #ffffff;
}

.chip-selected:hover[b-mpv3y2wg0m] {
    background: var(--ql-blue-600);
}

.rate-grid[b-mpv3y2wg0m] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin: 1.5rem 0;
}

.rate-field[b-mpv3y2wg0m] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.rate-field label[b-mpv3y2wg0m] {
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--ql-text-muted);
}

.rate-field input[b-mpv3y2wg0m] {
    padding: 0.6rem 0.75rem;
    border: 1px solid var(--ql-border);
    border-radius: 8px;
    font-size: 0.9rem;
    color: var(--ql-text);
}

.rate-field input:focus[b-mpv3y2wg0m] {
    outline: none;
    border-color: var(--ql-blue-600);
    box-shadow: 0 0 0 3px var(--ql-blue-100);
}

@media (max-width: 768px) {
    .rate-grid[b-mpv3y2wg0m] {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 480px) {
    .rate-grid[b-mpv3y2wg0m] {
        grid-template-columns: 1fr;
    }
}
/* _content/QualLeadIQ.Web/Components/Pages/Clarification.razor.rz.scp.css */
.page-content[b-xmfhlht3g2] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.clarification-progress[b-xmfhlht3g2] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.clarification-progress-bar[b-xmfhlht3g2] {
    flex: 1;
    height: 0.5rem;
    border-radius: 999px;
    background: var(--ql-border);
    overflow: hidden;
}

.clarification-progress-fill[b-xmfhlht3g2] {
    height: 100%;
    background: linear-gradient(90deg, var(--ql-blue-600), var(--ql-blue-500));
    transition: width 0.2s ease;
}

.clarification-progress-label[b-xmfhlht3g2] {
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--ql-text-muted);
    white-space: nowrap;
}

.clarification-step[b-xmfhlht3g2] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    max-width: 640px;
}

.eyebrow[b-xmfhlht3g2] {
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--ql-text-muted);
}

.clarification-step h2[b-xmfhlht3g2] {
    margin: 0;
    font-size: 1.5rem;
    color: var(--ql-text);
}

.why-it-matters[b-xmfhlht3g2] {
    padding: 0.85rem 1rem;
    border-radius: 12px;
    background: var(--ql-bg);
    border: 1px solid var(--ql-border);
}

.why-label[b-xmfhlht3g2] {
    display: block;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--ql-text-muted);
    margin-bottom: 0.25rem;
}

.why-it-matters p[b-xmfhlht3g2] {
    margin: 0;
    color: var(--ql-text-muted);
    line-height: 1.5;
}

.freeform-label[b-xmfhlht3g2] {
    margin-top: 0.5rem;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--ql-text-muted);
}

.freeform-input[b-xmfhlht3g2] {
    width: 100%;
    padding: 0.75rem 0.85rem;
    border: 1px solid var(--ql-border);
    border-radius: 10px;
    font-size: 0.95rem;
    font-family: inherit;
    color: var(--ql-text);
    background: #ffffff;
    resize: vertical;
}

.freeform-input:focus[b-xmfhlht3g2] {
    outline: none;
    border-color: var(--ql-blue-600);
    box-shadow: 0 0 0 3px var(--ql-blue-100);
}

.step-actions[b-xmfhlht3g2] {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
    margin-top: 1.5rem;
    padding-top: 1.25rem;
    border-top: 1px solid var(--ql-border);
}

.completion-summary[b-xmfhlht3g2] {
    display: flex;
    gap: 2rem;
    margin-bottom: 1.25rem;
}

.completion-stat[b-xmfhlht3g2] {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.completion-value[b-xmfhlht3g2] {
    font-size: 2rem;
    font-weight: 700;
    color: var(--ql-text);
}

.completion-label[b-xmfhlht3g2] {
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--ql-text-muted);
}

.summary-note[b-xmfhlht3g2] {
    color: var(--ql-text-muted);
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 1.25rem;
}

@media (max-width: 768px) {
    .step-actions[b-xmfhlht3g2] {
        flex-direction: column-reverse;
    }

    .step-actions .qli-button[b-xmfhlht3g2] {
        width: 100%;
    }
}
/* _content/QualLeadIQ.Web/Components/Pages/Dashboard.razor.rz.scp.css */
.dashboard-page[b-ulrtsiijwv] {
    padding: 2rem;
    background: var(--ql-bg);
    min-height: 100%;
}

.kpi-grid[b-ulrtsiijwv] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.kpi-card[b-ulrtsiijwv] {
    background: white;
    border: 1px solid var(--ql-border);
    border-top: 3px solid var(--ql-blue-600);
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 4px 12px rgba(16, 25, 46, .06);
}

.kpi-title[b-ulrtsiijwv] {
    display: block;
    color: var(--ql-text-muted);
    font-weight: 600;
    margin-bottom: 1rem;
}

.kpi-value[b-ulrtsiijwv] {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: var(--ql-text);
}

.dashboard-content[b-ulrtsiijwv] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}

.quick-actions-stack[b-ulrtsiijwv] {
    display: flex;
    flex-direction: column;
    gap: .75rem;
}

.empty-note[b-ulrtsiijwv] {
    color: var(--ql-text-muted);
    margin: 0;
}

.engagement-link[b-ulrtsiijwv] {
    cursor: pointer;
}

.engagement-link:hover[b-ulrtsiijwv] {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .kpi-grid[b-ulrtsiijwv] {
        grid-template-columns: repeat(2, 1fr);
    }

    .dashboard-content[b-ulrtsiijwv] {
        grid-template-columns: 1fr;
    }
}
/* _content/QualLeadIQ.Web/Components/Pages/DealerIntelligence.razor.rz.scp.css */
.page-content[b-hnizj1n9jn] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
/* _content/QualLeadIQ.Web/Components/Pages/Engagements.razor.rz.scp.css */
.page-content[b-t08wscx0y2] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.engagement-welcome[b-t08wscx0y2] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
    max-width: 480px;
    margin: 0 auto;
    padding: 1rem 0;
    text-align: left;
}

.eyebrow[b-t08wscx0y2] {
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--ql-text-muted);
}

.engagement-welcome h2[b-t08wscx0y2] {
    margin: 0;
    font-size: 1.6rem;
    color: var(--ql-text);
}

.engagement-welcome p[b-t08wscx0y2] {
    margin: 0 0 0.5rem;
    color: var(--ql-text-muted);
    line-height: 1.6;
}

.engagement-welcome .qli-button[b-t08wscx0y2] {
    align-self: stretch;
}

.section-heading[b-t08wscx0y2] {
    margin: 0.5rem 0 -0.5rem;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--ql-text-muted);
}

.engagement-row[b-t08wscx0y2] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    cursor: pointer;
}

.engagement-name[b-t08wscx0y2] {
    display: block;
    font-weight: 600;
    color: var(--ql-text);
}

.engagement-meta[b-t08wscx0y2] {
    display: block;
    font-size: 0.85rem;
    color: var(--ql-text-muted);
    margin-top: 0.2rem;
}

.engagement-status-wrap[b-t08wscx0y2] {
    text-align: right;
}

.status-badge[b-t08wscx0y2] {
    display: inline-block;
    padding: 0.3rem 0.75rem;
    border-radius: 999px;
    background: var(--ql-blue-100);
    color: var(--ql-navy-900);
    font-size: 0.8rem;
    font-weight: 700;
}

@media (max-width: 768px) {
    .engagement-row[b-t08wscx0y2] {
        flex-direction: column;
        align-items: flex-start;
    }

    .engagement-status-wrap[b-t08wscx0y2] {
        text-align: left;
    }
}
/* _content/QualLeadIQ.Web/Components/Pages/GuidedDiscovery.razor.rz.scp.css */
.page-content[b-js486phwfm] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
/* _content/QualLeadIQ.Web/Components/Pages/ProjectSummary.razor.rz.scp.css */
.page-content[b-fbvgpjig60] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.summary-header[b-fbvgpjig60] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    flex-wrap: wrap;
}

.summary-header h2[b-fbvgpjig60] {
    margin: 0 0 0.25rem;
    font-size: 1.4rem;
    color: var(--ql-text);
}

.client-line[b-fbvgpjig60] {
    margin: 0;
    color: var(--ql-text-muted);
}

.header-meta[b-fbvgpjig60] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.35rem;
}

.status-badge[b-fbvgpjig60] {
    padding: 0.3rem 0.75rem;
    border-radius: 999px;
    background: var(--ql-blue-100);
    color: var(--ql-navy-900);
    font-size: 0.8rem;
    font-weight: 700;
}

.updated-line[b-fbvgpjig60] {
    font-size: 0.8rem;
    color: var(--ql-gray-500);
}

.summary-grid[b-fbvgpjig60] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
}

.summary-item[b-fbvgpjig60] {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}

.summary-label[b-fbvgpjig60] {
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--ql-text-muted);
}

.summary-value[b-fbvgpjig60] {
    color: var(--ql-text);
    line-height: 1.5;
}

.section-heading[b-fbvgpjig60] {
    margin: 0.5rem 0 -0.5rem;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--ql-text-muted);
}

.decision-group[b-fbvgpjig60] {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.decision-group-label[b-fbvgpjig60] {
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--ql-text-muted);
}

.decision-list[b-fbvgpjig60],
.outstanding-list[b-fbvgpjig60] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.decision-list li[b-fbvgpjig60],
.outstanding-list li[b-fbvgpjig60] {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid var(--ql-bg);
}

.decision-list li:last-child[b-fbvgpjig60],
.outstanding-list li:last-child[b-fbvgpjig60] {
    border-bottom: none;
    padding-bottom: 0;
}

.decision-item-text[b-fbvgpjig60] {
    color: var(--ql-text);
    font-weight: 600;
}

.decision-item-meta[b-fbvgpjig60] {
    color: var(--ql-text-muted);
    font-size: 0.85rem;
}

.all-clear[b-fbvgpjig60] {
    color: #065f46;
    font-weight: 600;
    margin: 0;
}

@media (max-width: 768px) {
    .summary-grid[b-fbvgpjig60] {
        grid-template-columns: 1fr;
    }

    .summary-header[b-fbvgpjig60] {
        flex-direction: column;
    }

    .header-meta[b-fbvgpjig60] {
        align-items: flex-start;
    }
}
/* _content/QualLeadIQ.Web/Components/Pages/Public/Estimate.razor.rz.scp.css */
.page-content[b-4q6b7uzz42] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.thank-you-note[b-4q6b7uzz42] {
    margin: 0;
    color: var(--ql-text-muted);
    line-height: 1.6;
}

.summary-note[b-4q6b7uzz42] {
    color: var(--ql-text-muted);
    font-size: 0.9rem;
    line-height: 1.6;
    margin: 0.5rem 0 0;
}

.summary-followup-actions[b-4q6b7uzz42] {
    margin-top: 1rem;
}

.summary-followup-actions .qli-button[b-4q6b7uzz42] {
    display: inline-block;
    text-decoration: none;
    text-align: center;
}

.estimate-disclaimer[b-4q6b7uzz42] {
    margin: 1.25rem 0 0;
    padding-top: 1rem;
    border-top: 1px solid var(--ql-border);
    color: var(--ql-text-muted);
    font-size: 0.8rem;
    line-height: 1.6;
}
/* _content/QualLeadIQ.Web/Components/Pages/Public/EstimateStart.razor.rz.scp.css */
.page-content[b-bt8r38voln] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
/* _content/QualLeadIQ.Web/Components/Pages/Recommendations.razor.rz.scp.css */
.page-content[b-kjzi54e3cw] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.recommendations-header[b-kjzi54e3cw] {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem 2.5rem;
}

.scope-mismatch-note[b-kjzi54e3cw] {
    margin: 1rem 0 0;
    padding: 0.65rem 1rem;
    border-radius: 10px;
    background: #fffbeb;
    border: 1px solid #fde68a;
    color: #92400e;
    font-size: 0.85rem;
    line-height: 1.5;
}

.readiness-badge[b-kjzi54e3cw] {
    display: inline-flex;
    align-items: center;
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
    font-size: 0.85rem;
    font-weight: 600;
}

.readiness-ready[b-kjzi54e3cw] {
    background: #ecfdf5;
    color: #065f46;
}

.readiness-pending[b-kjzi54e3cw] {
    background: var(--ql-blue-100);
    color: var(--ql-navy-900);
}

.readiness-gaps[b-kjzi54e3cw] {
    margin: 0.75rem 0 0;
    padding-left: 1.25rem;
    color: var(--ql-text-muted);
    font-size: 0.85rem;
    line-height: 1.7;
}

.field-label[b-kjzi54e3cw] {
    margin: 0.75rem 0 0.25rem;
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--ql-text-muted);
}

.interpretation-item[b-kjzi54e3cw] {
    padding: 0.75rem 1rem;
    margin-top: 0.6rem;
    border-radius: 10px;
    background: var(--ql-bg);
    border: 1px solid var(--ql-border);
}

.interpretation-statement[b-kjzi54e3cw] {
    margin: 0;
    font-weight: 600;
    color: var(--ql-text);
}

.interpretation-explanation[b-kjzi54e3cw] {
    margin: 0.35rem 0 0;
    color: var(--ql-text-muted);
    font-size: 0.9rem;
    line-height: 1.5;
}

.interpretation-meta[b-kjzi54e3cw] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1rem;
    margin-top: 0.5rem;
    font-size: 0.75rem;
    color: var(--ql-text-muted);
}

.interpretation-status[b-kjzi54e3cw] {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.line-card-category[b-kjzi54e3cw] {
    margin: 0.75rem 0 0.5rem;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--ql-text-muted);
}

.line-card-category:first-of-type[b-kjzi54e3cw] {
    margin-top: 0;
}

.brand-tag-list[b-kjzi54e3cw] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
}

.brand-tag[b-kjzi54e3cw] {
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
    background: var(--ql-blue-100);
    color: var(--ql-navy-900);
    font-size: 0.85rem;
    font-weight: 600;
}

.header-stat[b-kjzi54e3cw] {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.header-value[b-kjzi54e3cw] {
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--ql-text);
}

.header-label[b-kjzi54e3cw] {
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--ql-text-muted);
}

.header-sublabel[b-kjzi54e3cw] {
    font-size: 0.75rem;
    color: var(--ql-text-muted);
}

.category-heading[b-kjzi54e3cw] {
    margin: 0.5rem 0 -0.5rem;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--ql-text-muted);
}

.recommendation-card[b-kjzi54e3cw] {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    max-width: 720px;
}

.recommendation-card h2[b-kjzi54e3cw] {
    margin: 0;
    font-size: 1.25rem;
    color: var(--ql-text);
}

.why-it-matters[b-kjzi54e3cw] {
    padding: 0.85rem 1rem;
    border-radius: 12px;
    background: var(--ql-bg);
    border: 1px solid var(--ql-border);
}

.why-label[b-kjzi54e3cw] {
    display: block;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--ql-text-muted);
    margin-bottom: 0.25rem;
}

.why-it-matters p[b-kjzi54e3cw] {
    margin: 0;
    color: var(--ql-text-muted);
    line-height: 1.5;
}

.recommendation-badges[b-kjzi54e3cw] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.confidence-badge[b-kjzi54e3cw] {
    align-self: flex-start;
    padding: 0.3rem 0.75rem;
    border-radius: 999px;
    background: var(--ql-blue-100);
    color: var(--ql-navy-900);
    font-size: 0.8rem;
    font-weight: 700;
}

.technology-badge[b-kjzi54e3cw] {
    align-self: flex-start;
    padding: 0.3rem 0.75rem;
    border-radius: 999px;
    background: var(--ql-bg);
    border: 1px solid var(--ql-border);
    color: var(--ql-text-muted);
    font-size: 0.8rem;
    font-weight: 600;
}

.evidence-list ul[b-kjzi54e3cw] {
    margin: 0.35rem 0 0;
    padding-left: 1.1rem;
    color: var(--ql-text-muted);
    line-height: 1.6;
}

.decision-actions[b-kjzi54e3cw] {
    display: flex;
    gap: 0.6rem;
    margin-top: 0.5rem;
    padding-top: 1rem;
    border-top: 1px solid var(--ql-border);
}

.decision-button[b-kjzi54e3cw] {
    padding: 0.6rem 1.2rem;
    border-radius: 999px;
    border: 1px solid var(--ql-border);
    background: #ffffff;
    color: var(--ql-text);
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.15s ease;
}

.decision-button:hover[b-kjzi54e3cw] {
    border-color: var(--ql-gray-500);
    background: var(--ql-bg);
}

.decision-active.accept[b-kjzi54e3cw] {
    background: #ecfdf5;
    border-color: #a7f3d0;
    color: #065f46;
}

.decision-active.defer[b-kjzi54e3cw] {
    background: #fffbeb;
    border-color: #fde68a;
    color: #92400e;
}

.decision-active.reject[b-kjzi54e3cw] {
    background: #fef2f2;
    border-color: #fecaca;
    color: #991b1b;
}

.completion-summary[b-kjzi54e3cw] {
    display: flex;
    gap: 2rem;
    margin-bottom: 1.25rem;
}

.completion-stat[b-kjzi54e3cw] {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.completion-value[b-kjzi54e3cw] {
    font-size: 2rem;
    font-weight: 700;
    color: var(--ql-text);
}

.completion-label[b-kjzi54e3cw] {
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--ql-text-muted);
}

.summary-note[b-kjzi54e3cw] {
    color: var(--ql-text-muted);
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 1.25rem;
}

@media (max-width: 768px) {
    .recommendations-header[b-kjzi54e3cw] {
        gap: 1.5rem;
    }

    .decision-actions[b-kjzi54e3cw] {
        flex-wrap: wrap;
    }

    .decision-button[b-kjzi54e3cw] {
        flex: 1;
    }
}
/* _content/QualLeadIQ.Web/Components/Pages/Reports.razor.rz.scp.css */
.page-content[b-3tswunuk4u] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
/* _content/QualLeadIQ.Web/Components/Pages/Settings.razor.rz.scp.css */
.page-content[b-f5sknv23kg] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.field-label[b-f5sknv23kg] {
    display: block;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--ql-text-muted);
    margin: 1rem 0 0.4rem;
}

.field-label:first-of-type[b-f5sknv23kg] {
    margin-top: 0;
}

.copy-field[b-f5sknv23kg] {
    width: 100%;
    padding: 0.75rem 0.85rem;
    border: 1px solid var(--ql-border);
    border-radius: 10px;
    font-size: 0.9rem;
    font-family: monospace;
    color: var(--ql-text);
    background: var(--ql-bg);
    box-sizing: border-box;
}

.copy-field-multiline[b-f5sknv23kg] {
    resize: vertical;
}

.field-hint[b-f5sknv23kg] {
    margin: 1rem 0 0;
    color: var(--ql-text-muted);
    font-size: 0.85rem;
    line-height: 1.5;
}
/* _content/QualLeadIQ.Web/Components/Shared/Badge.razor.rz.scp.css */
.qli-badge[b-urndlghji7] {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 0.3rem 0.75rem;

    border-radius: 999px;

    font-size: 0.8rem;
    font-weight: 600;

    background: var(--ql-blue-100);
    color: var(--ql-navy-900);
}

.primary[b-urndlghji7] {
    background: var(--ql-blue-100);
    color: var(--ql-blue-600);
}

.secondary[b-urndlghji7] {
    background: var(--ql-bg);
    color: var(--ql-text-muted);
    border: 1px solid var(--ql-border);
}
/* _content/QualLeadIQ.Web/Components/Shared/Button.razor.rz.scp.css */
.qli-button[b-htge3wp7gw] {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 0.75rem 1.5rem;

    border: none;
    border-radius: 12px;

    cursor: pointer;

    font-size: 0.95rem;
    font-weight: 600;

    transition:
        background-color 0.2s ease,
        color 0.2s ease,
        opacity 0.2s ease;
}

.primary[b-htge3wp7gw] {
    background: linear-gradient(135deg, var(--ql-blue-600), var(--ql-blue-500));
    color: #ffffff;
}

.primary:hover:not(:disabled)[b-htge3wp7gw] {
    background: var(--ql-blue-600);
}

.secondary[b-htge3wp7gw] {
    background: var(--ql-blue-100);
    color: var(--ql-navy-900);
}

.secondary:hover:not(:disabled)[b-htge3wp7gw] {
    background: #d3e0fc;
}

.qli-button:disabled[b-htge3wp7gw] {
    opacity: 0.5;
    cursor: not-allowed;
}
/* _content/QualLeadIQ.Web/Components/Shared/Card.razor.rz.scp.css */
.qli-card[b-l06bj3fbdm] {
    background: var(--ql-surface);
    border: 1px solid var(--ql-border);
    border-radius: 16px;
    padding: 1.5rem;
    box-shadow: 0 2px 8px rgba(16, 25, 46, 0.05);
    height: 100%;
}

.qli-card-header[b-l06bj3fbdm] {
    margin-bottom: 1rem;
}

.qli-card-header h3[b-l06bj3fbdm] {
    margin: 0;
    font-size: 1.15rem;
    font-weight: 700;
    font-family: var(--ql-font-display);
    color: var(--ql-text);
}

.qli-card-header p[b-l06bj3fbdm] {
    margin-top: .35rem;
    color: var(--ql-text-muted);
    font-size: .9rem;
}

.qli-card-content[b-l06bj3fbdm] {
    width: 100%;
}
/* _content/QualLeadIQ.Web/Components/Shared/EmptyState.razor.rz.scp.css */
.qli-empty-state[b-wu3idc4n3s] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    text-align: center;

    padding: 3rem 2rem;
}

.empty-icon[b-wu3idc4n3s] {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.qli-empty-state h3[b-wu3idc4n3s] {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 700;
    font-family: var(--ql-font-display);
    color: var(--ql-text);
}

.qli-empty-state p[b-wu3idc4n3s] {
    margin: 1rem 0 2rem;
    max-width: 32rem;
    color: var(--ql-text-muted);
    line-height: 1.6;
}

.empty-actions[b-wu3idc4n3s] {
    display: flex;
    gap: 1rem;
    justify-content: center;
}
/* _content/QualLeadIQ.Web/Components/Shared/GuidedDiscoveryWizard.razor.rz.scp.css */
.discovery-step[b-ti92yxut7c] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    max-width: 640px;
}

.eyebrow[b-ti92yxut7c] {
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--ql-blue-600);
}

.discovery-step h2[b-ti92yxut7c] {
    margin: 0;
    font-size: 1.5rem;
    font-family: var(--ql-font-display);
    color: var(--ql-text);
}

.step-intro[b-ti92yxut7c] {
    margin: 0 0 0.5rem;
    color: var(--ql-text-muted);
    line-height: 1.6;
}

.step-question[b-ti92yxut7c] {
    margin: 1rem 0 0.25rem;
    font-weight: 600;
    color: var(--ql-text);
}

.category-tabs[b-ti92yxut7c] {
    display: inline-flex;
    padding: 0.25rem;
    border-radius: 999px;
    background: var(--ql-bg);
    border: 1px solid var(--ql-border);
    margin-bottom: 0.5rem;
}

.category-tab[b-ti92yxut7c] {
    padding: 0.55rem 1.4rem;
    border-radius: 999px;
    border: none;
    background: transparent;
    color: var(--ql-text-muted);
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.15s ease;
}

.category-tab:hover[b-ti92yxut7c] {
    color: var(--ql-text);
}

.category-tab-selected[b-ti92yxut7c] {
    background: linear-gradient(135deg, var(--ql-blue-600), var(--ql-blue-500));
    color: #ffffff;
}

.category-tab-selected:hover[b-ti92yxut7c] {
    color: #ffffff;
}

.chip-grid[b-ti92yxut7c] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
}

.chip[b-ti92yxut7c] {
    padding: 0.65rem 1.1rem;
    border-radius: 999px;
    border: 1px solid var(--ql-border);
    background: #ffffff;
    color: var(--ql-text);
    font-size: 0.9rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.15s ease;
}

.chip:hover[b-ti92yxut7c] {
    border-color: var(--ql-blue-500);
    background: var(--ql-blue-100);
}

.chip-selected[b-ti92yxut7c] {
    background: linear-gradient(135deg, var(--ql-blue-600), var(--ql-blue-500));
    border-color: var(--ql-blue-600);
    color: #ffffff;
}

.chip-selected:hover[b-ti92yxut7c] {
    background: var(--ql-blue-600);
}

.freeform-label[b-ti92yxut7c] {
    margin-top: 0.75rem;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--ql-text-muted);
}

.freeform-input[b-ti92yxut7c] {
    width: 100%;
    padding: 0.75rem 0.85rem;
    border: 1px solid var(--ql-border);
    border-radius: 10px;
    font-size: 0.95rem;
    font-family: inherit;
    color: var(--ql-text);
    background: #ffffff;
    resize: vertical;
}

.freeform-input:focus[b-ti92yxut7c] {
    outline: none;
    border-color: var(--ql-blue-600);
    box-shadow: 0 0 0 3px var(--ql-blue-100);
}

.form-field[b-ti92yxut7c] {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    margin-top: 0.75rem;
}

.form-field label[b-ti92yxut7c] {
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--ql-text-muted);
}

.form-field input[b-ti92yxut7c] {
    width: 100%;
    padding: 0.75rem 0.85rem;
    border: 1px solid var(--ql-border);
    border-radius: 10px;
    font-size: 0.95rem;
    color: var(--ql-text);
    background: #ffffff;
}

.form-field input:focus[b-ti92yxut7c] {
    outline: none;
    border-color: var(--ql-blue-600);
    box-shadow: 0 0 0 3px var(--ql-blue-100);
}

.stepper-grid[b-ti92yxut7c] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin-bottom: 0.5rem;
}

.stepper[b-ti92yxut7c] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 1rem;
    border: 1px solid var(--ql-border);
    border-radius: 12px;
    background: #ffffff;
}

.stepper-label[b-ti92yxut7c] {
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--ql-text);
}

.stepper-controls[b-ti92yxut7c] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.stepper-button[b-ti92yxut7c] {
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 999px;
    border: 1px solid var(--ql-border);
    background: var(--ql-blue-100);
    color: var(--ql-blue-600);
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stepper-button:hover[b-ti92yxut7c] {
    background: var(--ql-blue-600);
    color: #ffffff;
    border-color: var(--ql-blue-600);
}

.stepper-value[b-ti92yxut7c] {
    min-width: 1.5rem;
    text-align: center;
    font-weight: 700;
    color: var(--ql-text);
}

.scope-reflection[b-ti92yxut7c] {
    margin: 0.75rem 0 0;
    padding: 0.65rem 1rem;
    border-radius: 10px;
    background: var(--ql-blue-100);
    color: var(--ql-navy-900);
    font-size: 0.9rem;
    font-weight: 500;
}

@media (max-width: 480px) {
    .stepper-grid[b-ti92yxut7c] {
        grid-template-columns: 1fr;
    }
}

.gate-preview[b-ti92yxut7c] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding: 1rem;
    margin: 0.5rem 0;
    border-radius: 12px;
    background: var(--ql-bg);
    border: 1px dashed var(--ql-border);
}

.gate-preview-line[b-ti92yxut7c] {
    height: 0.6rem;
    border-radius: 999px;
    background: var(--ql-border);
    width: 100%;
}

.gate-preview-line.short[b-ti92yxut7c] {
    width: 55%;
}

.step-actions[b-ti92yxut7c] {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
    margin-top: 1.5rem;
    padding-top: 1.25rem;
    border-top: 1px solid var(--ql-border);
}

.summary-grid[b-ti92yxut7c] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
    margin-bottom: 1.25rem;
}

.summary-item[b-ti92yxut7c] {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}

.summary-label[b-ti92yxut7c] {
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--ql-text-muted);
}

.summary-value[b-ti92yxut7c] {
    color: var(--ql-text);
    line-height: 1.5;
}

.summary-note[b-ti92yxut7c] {
    color: var(--ql-text-muted);
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 1.25rem;
}

.computed-estimate[b-ti92yxut7c] {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    padding: 1rem 1.25rem;
    margin-bottom: 1rem;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--ql-blue-100), #ffffff);
    border: 1px solid var(--ql-blue-100);
}

.computed-estimate-label[b-ti92yxut7c] {
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--ql-blue-600);
}

.computed-estimate-value[b-ti92yxut7c] {
    font-size: 1.75rem;
    font-weight: 800;
    font-family: var(--ql-font-display);
    color: var(--ql-navy-900);
}

@media (max-width: 768px) {
    .summary-grid[b-ti92yxut7c] {
        grid-template-columns: 1fr;
    }

    .step-actions[b-ti92yxut7c] {
        flex-direction: column-reverse;
    }

    .step-actions .qli-button[b-ti92yxut7c] {
        width: 100%;
    }
}
/* _content/QualLeadIQ.Web/Components/Shared/LoadingIndicator.razor.rz.scp.css */
.qli-loading-indicator[b-t4n52sikke] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: 2rem;
}

.loading-spinner[b-t4n52sikke] {
    width: 2.5rem;
    height: 2.5rem;
    border: 4px solid var(--ql-border);
    border-top: 4px solid var(--ql-blue-600);
    border-radius: 50%;
    animation: qli-spin-b-t4n52sikke 0.8s linear infinite;
}

.loading-text[b-t4n52sikke] {
    font-size: 0.95rem;
    font-weight: 500;
    color: var(--ql-text-muted);
}

@keyframes qli-spin-b-t4n52sikke {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}
/* _content/QualLeadIQ.Web/Components/Shared/Modal.razor.rz.scp.css */
.modal-overlay[b-59vl1ydc7o] {
    position: fixed;
    inset: 0;
    background: rgba(16, 25, 46, 0.45);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    padding: 1rem;
}

.modal-content[b-59vl1ydc7o] {
    background: var(--ql-surface);
    border-radius: 16px;
    padding: 1.5rem;
    box-shadow: 0 8px 32px rgba(16, 25, 46, 0.25);
    width: 100%;
    max-width: 360px;
}

.modal-content h3[b-59vl1ydc7o] {
    margin: 0 0 1rem;
    font-size: 1.1rem;
    font-weight: 700;
    font-family: var(--ql-font-display);
    color: var(--ql-text);
}
/* _content/QualLeadIQ.Web/Components/Shared/PageHeader.razor.rz.scp.css */
.page-header[b-uwynwf1ebs] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.page-header h1[b-uwynwf1ebs] {
    margin: 0;
    font-size: 2rem;
    font-weight: 700;
    font-family: var(--ql-font-display);
    color: var(--ql-text);
}

.page-header p[b-uwynwf1ebs] {
    margin-top: .5rem;
    color: var(--ql-text-muted);
    font-size: 1rem;
}

.page-header-actions[b-uwynwf1ebs] {
    display: flex;
    gap: .75rem;
    align-items: center;
}
/* _content/QualLeadIQ.Web/Components/Shared/ProfessionalReasoningPanel.razor.rz.scp.css */
/* _content/QualLeadIQ.Web/Components/Shared/StatusIndicator.razor.rz.scp.css */
.qli-status-indicator[b-dr35k9aavd] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    font-weight: 600;
}

.status-dot[b-dr35k9aavd] {
    width: 0.625rem;
    height: 0.625rem;
    border-radius: 999px;
}

.success .status-dot[b-dr35k9aavd] {
    background: #16a34a;
}

.warning .status-dot[b-dr35k9aavd] {
    background: #f59e0b;
}

.info .status-dot[b-dr35k9aavd] {
    background: var(--ql-blue-600);
}

.neutral .status-dot[b-dr35k9aavd] {
    background: var(--ql-gray-500);
}

.error .status-dot[b-dr35k9aavd] {
    background: #dc2626;
}

.success .status-label[b-dr35k9aavd] {
    color: #166534;
}

.warning .status-label[b-dr35k9aavd] {
    color: #92400e;
}

.info .status-label[b-dr35k9aavd] {
    color: var(--ql-blue-600);
}

.neutral .status-label[b-dr35k9aavd] {
    color: var(--ql-text-muted);
}

.error .status-label[b-dr35k9aavd] {
    color: #991b1b;
}
/* _content/QualLeadIQ.Web/Components/Shared/WelcomeExperience.razor.rz.scp.css */
.welcome-stage[b-kv9hmudi9q] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    max-width: 560px;
}

.welcome-stage h2[b-kv9hmudi9q] {
    margin: 0;
    font-size: 1.5rem;
    font-family: var(--ql-font-display);
    color: var(--ql-text);
}

.welcome-body[b-kv9hmudi9q] {
    margin: 0;
    color: var(--ql-text-muted);
    line-height: 1.6;
}

.welcome-list[b-kv9hmudi9q] {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--ql-text-muted);
    line-height: 1.8;
}

.welcome-progress[b-kv9hmudi9q] {
    display: flex;
    gap: 0.4rem;
    margin-top: 0.5rem;
}

.welcome-dot[b-kv9hmudi9q] {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 999px;
    background: var(--ql-border);
}

.welcome-dot-active[b-kv9hmudi9q] {
    background: linear-gradient(135deg, var(--ql-blue-600), var(--ql-blue-500));
}

.step-actions[b-kv9hmudi9q] {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
    margin-top: 1.25rem;
    padding-top: 1.25rem;
    border-top: 1px solid var(--ql-border);
}

@media (max-width: 480px) {
    .step-actions[b-kv9hmudi9q] {
        flex-direction: column-reverse;
    }

    .step-actions .qli-button[b-kv9hmudi9q] {
        width: 100%;
    }
}
/* _content/QualLeadIQ.Web/Components/Shared/WorkflowProgress.razor.rz.scp.css */
.workflow-progress[b-p4fefo8bfs] {
    display: flex;
    align-items: stretch;
    gap: 0.75rem;
    width: 100%;
    padding: 1rem;
    border: 1px solid var(--ql-border);
    border-radius: 16px;
    background: var(--ql-surface);
    /* Belt-and-suspenders: with only the current step's label visible (see
       .step-label below), five numbered circles + connectors comfortably
       fit almost any container width on their own — this just keeps any
       leftover overflow contained/scrollable within the box's own border
       instead of visually escaping it, the way it did when every step
       showed its full text label at once. */
    overflow-x: auto;
}

.workflow-step[b-p4fefo8bfs] {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    min-width: fit-content;
}

.step-marker[b-p4fefo8bfs] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 700;
}

.step-content[b-p4fefo8bfs] {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
}

.step-kicker[b-p4fefo8bfs] {
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.step-label[b-p4fefo8bfs] {
    /* Only the current step's label is shown (see .current override below)
       — each step's own heading inside the card already repeats "Step X of
       Y" and its title, so showing every step's label in the bar at once
       was pure redundancy, and the fixed-width text is what forced the bar
       wider than many containers (a narrower <iframe> embed, for instance)
       could hold. Completed/upcoming steps still show their numbered
       circle/checkmark and get an accessible name via the title attribute. */
    display: none;
    font-size: 0.9rem;
    font-weight: 700;
    white-space: nowrap;
}

.workflow-step.current .step-label[b-p4fefo8bfs] {
    display: block;
}

.workflow-step.completed .step-marker[b-p4fefo8bfs],
.workflow-step.current .step-marker[b-p4fefo8bfs] {
    background: linear-gradient(135deg, var(--ql-blue-600), var(--ql-blue-500));
    color: #ffffff;
}

.workflow-step.completed .step-kicker[b-p4fefo8bfs],
.workflow-step.completed .step-label[b-p4fefo8bfs],
.workflow-step.current .step-kicker[b-p4fefo8bfs],
.workflow-step.current .step-label[b-p4fefo8bfs] {
    color: var(--ql-text);
}

.workflow-step.upcoming .step-marker[b-p4fefo8bfs] {
    background: var(--ql-bg);
    color: var(--ql-text-muted);
}

.workflow-step.upcoming .step-kicker[b-p4fefo8bfs],
.workflow-step.upcoming .step-label[b-p4fefo8bfs] {
    color: var(--ql-text-muted);
}

.step-connector[b-p4fefo8bfs] {
    flex: 1;
    align-self: center;
    min-width: 2rem;
    height: 2px;
    border-radius: 999px;
}

.step-connector.completed[b-p4fefo8bfs] {
    background: var(--ql-blue-500);
}

.step-connector.upcoming[b-p4fefo8bfs] {
    background: var(--ql-border);
}

@media (max-width: 900px) {
    .workflow-progress[b-p4fefo8bfs] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.85rem;
    }

    .step-connector[b-p4fefo8bfs] {
        display: none;
    }
}
