/* /Components/Layout/LandingLayout.razor.rz.scp.css */
.landing-root[b-pbkb1szyo1] {
    background: #FFF3E8;
    min-height: 100vh;
}

#blazor-error-ui[b-pbkb1szyo1] {
    color-scheme: light only;
    background: #fef2f2;
    color: #991b1b;
    border-top: 1px solid #fecaca;
    bottom: 0;
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.75rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-pbkb1szyo1] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
/* ---------------------------------------------------------------------------
   MAIN LAYOUT (tradesperson side)
   Light sidebar shell, content on a soft background. Mobile-responsive.
   --------------------------------------------------------------------------- */

.page[b-8dwq0d3ry5] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background: #FFF3E8;
}

main[b-8dwq0d3ry5] {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.sidebar[b-8dwq0d3ry5] {
    background: #ffffff;
    border-bottom: 1px solid rgba(26, 18, 8, 0.06);
    /* Mobile: keep the top bar pinned so page headings can't scroll up under
       the iOS status bar, and pad below the notch/clock via the safe-area
       inset (needs viewport-fit=cover, set in App.razor). env() is 0 on
       desktop, where the @media rule below makes this a full-height rail. */
    position: sticky;
    top: 0;
    z-index: 20;
    padding-top: env(safe-area-inset-top);
}

.top-row[b-8dwq0d3ry5] {
    display: none;  /* removed: was the empty "About" bar from the scaffold */
}

article.content[b-8dwq0d3ry5] {
    padding: 1.5rem 1rem 3rem;
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .page[b-8dwq0d3ry5] {
        flex-direction: row;
    }

    .sidebar[b-8dwq0d3ry5] {
        width: 240px;
        flex-shrink: 0;
        height: 100vh;
        position: sticky;
        top: 0;
        border-right: 1px solid rgba(26, 18, 8, 0.06);
        border-bottom: none;
    }

    article.content[b-8dwq0d3ry5] {
        padding: 2.25rem 2rem 3rem;
    }
}

/* ---- Error UI (Blazor's default in-page banner) ---- */

#blazor-error-ui[b-8dwq0d3ry5] {
    color-scheme: light only;
    background: #fef2f2;
    color: #991b1b;
    border-top: 1px solid #fecaca;
    bottom: 0;
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.75rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-8dwq0d3ry5] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
/* ---------------------------------------------------------------------------
   SIDEBAR / NAV
   Matches the PlutoPrice mockup: workspace eyebrow, icon rows, dark active
   state with a forest count badge, business chip at the bottom.
   --------------------------------------------------------------------------- */

.brand-row[b-em8i8bmec7] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.25rem 1.25rem 1rem;
    border-bottom: 1px solid rgba(26, 18, 8, 0.06);
}

.brand[b-em8i8bmec7] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: "DM Sans", system-ui, sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    color: #1A1208;
    text-decoration: none;
    letter-spacing: -0.02em;
}

.brand:hover[b-em8i8bmec7] { text-decoration: none; color: #1A1208; }

.brand-logo[b-em8i8bmec7] {
    color: #1F8A5B;
    display: inline-flex;
    width: 22px;
    height: 22px;
    flex: none;
}

.menu-toggle[b-em8i8bmec7] {
    background: none;
    border: none;
    width: 28px;
    height: 28px;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    cursor: pointer;
}

.menu-toggle span[b-em8i8bmec7] {
    height: 2px;
    background: #1A1208;
    border-radius: 2px;
    width: 100%;
}

.workspace-label[b-em8i8bmec7] {
    font-family: "DM Mono", ui-monospace, monospace;
    font-size: 0.65rem;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #7A6A57;
    padding: 1rem 1.25rem 0.5rem;
}

.nav-list[b-em8i8bmec7] {
    display: none;
    flex-direction: column;
    padding: 0 0.5rem;
    height: calc(100vh - 70px);
}

.nav-list.open[b-em8i8bmec7] { display: flex; }

[b-em8i8bmec7] .nav-link {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0.6rem 0.75rem;
    margin: 2px 0;
    color: #3D2E1F;
    text-decoration: none;
    font-family: "DM Sans", system-ui, sans-serif;
    font-size: 0.92rem;
    font-weight: 500;
    border-radius: 8px;
    border-left: none;  /* override prior left-border style */
    transition: background-color .12s ease, color .12s ease;
}

[b-em8i8bmec7] .nav-link:hover {
    background: rgba(26, 18, 8, 0.04);
    color: #1A1208;
    text-decoration: none;
}

[b-em8i8bmec7] .nav-link.active {
    background: #1A1208;
    color: #FFF3E8;
}

[b-em8i8bmec7] .nav-link.active .nav-badge {
    background: #1F8A5B;
    color: #FFF3E8;
}

.nav-ic[b-em8i8bmec7] {
    display: inline-flex;
    width: 14px;
    height: 14px;
    flex: none;
    color: currentColor;
}

.nav-ic svg[b-em8i8bmec7] { width: 14px; height: 14px; }

[b-em8i8bmec7] .nav-badge {
    margin-left: auto;
    background: rgba(31, 138, 91, 0.15);
    color: #155F3F;
    font-family: "DM Mono", ui-monospace, monospace;
    font-size: 0.65rem;
    font-weight: 500;
    padding: 1px 8px;
    border-radius: 99px;
    letter-spacing: 0.04em;
    line-height: 1.4;
}

/* ---- Bottom business chip ---- */

.user-chip[b-em8i8bmec7] {
    margin-top: auto;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0.75rem;
    border-top: 1px solid rgba(26, 18, 8, 0.06);
    margin: auto -0.5rem 0;
    padding: 0.75rem 1rem;
}

.chip-avatar[b-em8i8bmec7] {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #1F8A5B;
    color: #FFF3E8;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: "DM Sans", system-ui, sans-serif;
    font-size: 0.7rem;
    font-weight: 700;
    flex: none;
}

/* Logo variant — uses the same circle but contains the uploaded image. White
   background so logos with transparency don't get a forest tint behind them. */
.chip-avatar-img[b-em8i8bmec7] {
    background: #FFFFFF;
    border: 1px solid rgba(26, 18, 8, 0.10);
    object-fit: contain;
    padding: 2px;
}

.chip-info[b-em8i8bmec7] {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 1px;
}

.chip-name[b-em8i8bmec7] {
    font-size: 0.85rem;
    font-weight: 500;
    color: #1A1208;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.logout-form[b-em8i8bmec7] { margin: 0; padding: 0; }

.chip-signout[b-em8i8bmec7] {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    text-align: left;
    color: #7A6A57;
    font-family: "DM Sans", system-ui, sans-serif;
    font-size: 0.75rem;
    cursor: pointer;
}

.chip-signout:hover[b-em8i8bmec7] {
    color: #1A1208;
    text-decoration: underline;
}

/* ---- Desktop ---- */

@media (min-width: 768px) {
    .brand-row[b-em8i8bmec7] {
        padding: 1.5rem 1.25rem 1.25rem;
        border-bottom: none;
    }
    .menu-toggle[b-em8i8bmec7] { display: none; }
    .nav-list[b-em8i8bmec7] { display: flex; }
}
/* /Components/Layout/PublicLayout.razor.rz.scp.css */
.public-page[b-tbl1ymdgcu] {
    min-height: 100vh;
    background-color: #f5f5f7;
    padding: 2rem 1rem;
}

.public-content[b-tbl1ymdgcu] {
    max-width: 720px;
    margin: 0 auto;
}

#blazor-error-ui[b-tbl1ymdgcu] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-tbl1ymdgcu] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-or00mhkrsw],
.components-reconnect-repeated-attempt-visible[b-or00mhkrsw],
.components-reconnect-failed-visible[b-or00mhkrsw],
.components-pause-visible[b-or00mhkrsw],
.components-resume-failed-visible[b-or00mhkrsw],
.components-rejoining-animation[b-or00mhkrsw] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-or00mhkrsw],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-or00mhkrsw],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-or00mhkrsw],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-or00mhkrsw],
#components-reconnect-modal.components-reconnect-retrying[b-or00mhkrsw],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-or00mhkrsw],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-or00mhkrsw],
#components-reconnect-modal.components-reconnect-failed[b-or00mhkrsw],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-or00mhkrsw] {
    display: block;
}


#components-reconnect-modal[b-or00mhkrsw] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-or00mhkrsw 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-or00mhkrsw 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-or00mhkrsw 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-or00mhkrsw]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-or00mhkrsw 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-or00mhkrsw {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-or00mhkrsw {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-or00mhkrsw {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-or00mhkrsw] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-or00mhkrsw] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-or00mhkrsw] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-or00mhkrsw] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-or00mhkrsw] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-or00mhkrsw] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-or00mhkrsw] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-or00mhkrsw 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-or00mhkrsw] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-or00mhkrsw {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Admin/AdminSupport.razor.rz.scp.css */
/* Scoped styles for /admin/support inbox + detail. */

/* ---- Filter pills ---- */

.sup-filters[b-2uk2m1ghfj] {
    display: flex;
    gap: 8px;
    margin-bottom: 24px;
    flex-wrap: wrap;
}
.sup-pill[b-2uk2m1ghfj] {
    background: #FFFFFF;
    border: 1px solid rgba(26, 18, 8, 0.12);
    border-radius: 999px;
    padding: 8px 16px;
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #3D2E1F;
    cursor: pointer;
    transition: background .12s ease, border-color .12s ease, color .12s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.sup-pill:hover[b-2uk2m1ghfj] {
    border-color: rgba(31, 138, 91, 0.4);
    color: #155F3F;
}
.sup-pill.active[b-2uk2m1ghfj] {
    background: #1A1208;
    border-color: #1A1208;
    color: #FFF3E8;
}
.sup-pill-count[b-2uk2m1ghfj] {
    background: rgba(26, 18, 8, 0.08);
    border-radius: 999px;
    padding: 1px 8px;
    font-family: "DM Mono", monospace;
    font-size: 12px;
    color: #7A6A57;
}
.sup-pill.active .sup-pill-count[b-2uk2m1ghfj] {
    background: rgba(255, 243, 232, 0.12);
    color: rgba(255, 243, 232, 0.85);
}

/* ---- List ---- */

.sup-list[b-2uk2m1ghfj] {
    background: #FFFFFF;
    border: 1px solid rgba(26, 18, 8, 0.10);
    border-radius: 12px;
    overflow: hidden;
}
.sup-row[b-2uk2m1ghfj] {
    display: grid;
    grid-template-columns: 100px 1fr 110px;
    gap: 16px;
    padding: 18px 22px;
    border-bottom: 1px solid rgba(26, 18, 8, 0.06);
    text-decoration: none;
    color: inherit;
    transition: background .12s ease;
}
.sup-row:last-child[b-2uk2m1ghfj] { border-bottom: none; }
.sup-row:hover[b-2uk2m1ghfj] { background: #FBF6EF; }

.sup-row-status[b-2uk2m1ghfj] {
    font-family: "DM Mono", monospace;
    font-size: 11px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    align-self: start;
    padding: 4px 8px;
    border-radius: 6px;
    font-weight: 500;
    white-space: nowrap;
    text-align: center;
}
.sup-row-main[b-2uk2m1ghfj] { min-width: 0; }
.sup-row-head[b-2uk2m1ghfj] {
    display: flex;
    gap: 10px;
    align-items: baseline;
    flex-wrap: wrap;
    font-size: 13px;
    color: #7A6A57;
    margin-bottom: 4px;
}
.sup-row-from[b-2uk2m1ghfj] {
    font-weight: 600;
    color: #1A1208;
    font-size: 14.5px;
}
.sup-row-email[b-2uk2m1ghfj] { color: #7A6A57; }
.sup-row-src[b-2uk2m1ghfj] {
    font-family: "DM Mono", monospace;
    font-size: 11px;
    letter-spacing: 0.08em;
    color: #9C8E78;
    text-transform: uppercase;
    background: rgba(26, 18, 8, 0.04);
    padding: 1px 7px;
    border-radius: 4px;
}
.sup-row-subject[b-2uk2m1ghfj] {
    font-size: 15.5px;
    font-weight: 500;
    color: #1A1208;
    margin-bottom: 4px;
}
.sup-row-preview[b-2uk2m1ghfj] {
    font-size: 13.5px;
    color: #7A6A57;
    line-height: 1.45;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.sup-row-meta[b-2uk2m1ghfj] {
    text-align: right;
    font-family: "DM Mono", monospace;
    font-size: 12px;
    color: #7A6A57;
    align-self: start;
}
.sup-row-time[b-2uk2m1ghfj] { margin-bottom: 2px; color: #3D2E1F; }
.sup-row-ref[b-2uk2m1ghfj] { color: #9C8E78; }

.sup-empty p[b-2uk2m1ghfj] { color: #7A6A57; }

/* ---- Status tag colours ---- */

.sup-status-open[b-2uk2m1ghfj]    { background: #FFD6A8; color: #7C2D10; }
.sup-status-replied[b-2uk2m1ghfj] { background: #C9E6D5; color: #155F3F; }
.sup-status-closed[b-2uk2m1ghfj]  { background: rgba(26, 18, 8, 0.08); color: #7A6A57; }

/* ---- Detail view ---- */

.sup-detail-head[b-2uk2m1ghfj] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
    flex-wrap: wrap;
    gap: 12px;
}
.sup-back[b-2uk2m1ghfj] {
    color: #155F3F;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
}
.sup-back:hover[b-2uk2m1ghfj] { color: #1F8A5B; }
.sup-detail-status[b-2uk2m1ghfj] {
    display: flex;
    align-items: center;
    gap: 12px;
}
.sup-status-tag[b-2uk2m1ghfj] {
    font-family: "DM Mono", monospace;
    font-size: 11px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: 6px;
    font-weight: 500;
}
.sup-detail-ref[b-2uk2m1ghfj] {
    font-family: "DM Mono", monospace;
    font-size: 13px;
    color: #7A6A57;
    letter-spacing: 0.04em;
}

.sup-message-card[b-2uk2m1ghfj] { padding: 24px 26px; }
.sup-from[b-2uk2m1ghfj] { margin-bottom: 18px; }
.sup-from-name[b-2uk2m1ghfj] {
    font-size: 16px;
    font-weight: 600;
    color: #1A1208;
    margin-bottom: 2px;
}
.sup-from-email[b-2uk2m1ghfj] {
    font-family: "DM Mono", monospace;
    font-size: 13px;
    color: #7A6A57;
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}
.sup-from-email a[b-2uk2m1ghfj] {
    color: #155F3F;
    text-decoration: none;
    border-bottom: 1px solid rgba(21, 95, 63, 0.3);
}
.sup-divider[b-2uk2m1ghfj] { color: rgba(26, 18, 8, 0.25); }

.sup-subject[b-2uk2m1ghfj] {
    font-family: "Fraunces", Georgia, serif;
    font-weight: 500;
    font-size: 24px;
    color: #1A1208;
    margin: 0 0 18px;
    letter-spacing: -0.01em;
}
.sup-message[b-2uk2m1ghfj] {
    background: #FBF6EF;
    border-radius: 10px;
    padding: 16px 18px;
    color: #1A1208;
    font-size: 15px;
    line-height: 1.6;
    white-space: pre-wrap;
}

/* ---- Existing reply card ---- */

.sup-reply-existing[b-2uk2m1ghfj] {
    padding: 20px 26px;
    background: #FBF6EF;
    margin-top: 18px;
}
.sup-reply-head[b-2uk2m1ghfj] {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 10px;
}
.sup-reply-label[b-2uk2m1ghfj] {
    font-family: "DM Mono", monospace;
    font-size: 12px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #155F3F;
}
.sup-reply-when[b-2uk2m1ghfj] {
    font-family: "DM Mono", monospace;
    font-size: 12px;
    color: #7A6A57;
}
.sup-reply-body[b-2uk2m1ghfj] {
    color: #1A1208;
    font-size: 14.5px;
    line-height: 1.55;
}

/* ---- Reply card ---- */

.sup-reply-card[b-2uk2m1ghfj] { padding: 22px 26px; margin-top: 18px; }
.sup-reply-form-title[b-2uk2m1ghfj] {
    font-family: "Fraunces", Georgia, serif;
    font-weight: 500;
    font-size: 20px;
    color: #1A1208;
    margin: 0 0 14px;
    letter-spacing: -0.01em;
}
.sup-reply-input[b-2uk2m1ghfj] {
    width: 100%;
    font-family: "DM Sans", sans-serif;
    font-size: 15px;
    line-height: 1.55;
    resize: vertical;
    min-height: 180px;
}
.sup-reply-actions[b-2uk2m1ghfj] {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 14px;
    flex-wrap: wrap;
}
.sup-reply-fineprint[b-2uk2m1ghfj] {
    font-family: "DM Mono", monospace;
    font-size: 12px;
    color: #7A6A57;
    margin-left: auto;
}

/* ---- Mobile ---- */

@media (max-width: 720px) {
    .sup-row[b-2uk2m1ghfj] {
        grid-template-columns: 80px 1fr;
        gap: 12px;
        padding: 14px 16px;
    }
    .sup-row-meta[b-2uk2m1ghfj] {
        grid-column: 2;
        text-align: left;
    }
    .sup-message-card[b-2uk2m1ghfj] { padding: 20px 18px; }
    .sup-reply-card[b-2uk2m1ghfj]   { padding: 20px 18px; }
    .sup-reply-fineprint[b-2uk2m1ghfj] { margin-left: 0; }
}
/* /Components/Pages/Contact.razor.rz.scp.css */
/* Scoped styles for /contact and /faq — share the same .cnt-* tokens so the
   public surfaces all feel like part of the same site. */

.cnt-nav[b-s5y8kskpyd] {
    max-width: 1180px;
    margin: 0 auto;
    padding: 28px 40px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cnt-brand[b-s5y8kskpyd] {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #1A1208;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: -0.01em;
    text-decoration: none;
}

.cnt-nav-links[b-s5y8kskpyd] {
    display: flex;
    gap: 28px;
    font-size: 15px;
}
.cnt-nav-links a[b-s5y8kskpyd] {
    color: #3D2E1F;
    text-decoration: none;
    transition: color .12s ease;
}
.cnt-nav-links a:hover[b-s5y8kskpyd] { color: #1F8A5B; }

.cnt-page[b-s5y8kskpyd] {
    max-width: 1180px;
    margin: 0 auto;
    padding: 56px 40px 40px;
}
.cnt-wrap[b-s5y8kskpyd] {
    max-width: 720px;
    margin: 0 auto;
}

/* ---- Header ---- */

.cnt-kicker[b-s5y8kskpyd] {
    font-family: "DM Mono", monospace;
    font-size: 13px;
    letter-spacing: 0.22em;
    color: #155F3F;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.cnt-title[b-s5y8kskpyd] {
    font-family: "Fraunces", Georgia, serif;
    font-weight: 400;
    font-size: clamp(40px, 6vw, 68px);
    line-height: 1.04;
    letter-spacing: -0.02em;
    color: #1A1208;
    margin: 0 0 24px;
}
.cnt-serif[b-s5y8kskpyd] {
    font-style: italic;
    color: #1F8A5B;
    display: inline;
}

.cnt-lede[b-s5y8kskpyd] {
    font-size: 19px;
    line-height: 1.55;
    color: #3D2E1F;
    margin: 0 0 48px;
    max-width: 620px;
}

/* ---- Form ---- */

.cnt-form[b-s5y8kskpyd] {
    background: #FFFFFF;
    border: 1px solid rgba(26, 18, 8, 0.12);
    border-radius: 18px;
    padding: 36px 36px 32px;
    box-shadow: 0 30px 80px -50px rgba(26, 18, 8, 0.22);
}

.cnt-row[b-s5y8kskpyd] { display: block; }
.cnt-row-2[b-s5y8kskpyd] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.cnt-field[b-s5y8kskpyd] {
    display: flex;
    flex-direction: column;
    margin-bottom: 22px;
}
.cnt-field label[b-s5y8kskpyd] {
    font-family: "DM Mono", monospace;
    font-size: 12px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #7A6A57;
    margin-bottom: 8px;
}
.cnt-input[b-s5y8kskpyd] {
    background: #FBF6EF;
    border: 1px solid rgba(26, 18, 8, 0.12);
    border-radius: 10px;
    padding: 13px 14px;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    color: #1A1208;
    outline: none;
    transition: border-color .12s ease, box-shadow .12s ease, background .12s ease;
}
.cnt-input[b-s5y8kskpyd]::placeholder { color: #9C8E78; }
.cnt-input:focus[b-s5y8kskpyd] {
    border-color: rgba(31, 138, 91, 0.5);
    background: #FFFFFF;
    box-shadow: 0 0 0 3px rgba(31, 138, 91, 0.12);
}
.cnt-textarea[b-s5y8kskpyd] {
    font-family: "DM Sans", sans-serif;
    resize: vertical;
    min-height: 160px;
    line-height: 1.5;
}

.cnt-validation[b-s5y8kskpyd] {
    color: #B4421C;
    font-size: 13px;
    margin-top: 6px;
    font-family: "DM Mono", monospace;
}

.cnt-error[b-s5y8kskpyd] {
    background: #FBE4D4;
    border: 1px solid rgba(180, 66, 28, 0.3);
    color: #7C2D10;
    padding: 12px 14px;
    border-radius: 10px;
    font-size: 14px;
    margin-bottom: 18px;
}

.cnt-actions[b-s5y8kskpyd] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 8px;
    gap: 16px;
    flex-wrap: wrap;
}
.cnt-btn[b-s5y8kskpyd] {
    background: #1F8A5B;
    color: white;
    border: 0;
    border-radius: 10px;
    padding: 14px 24px;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.01em;
    cursor: pointer;
    transition: background .12s ease;
}
.cnt-btn:hover[b-s5y8kskpyd] { background: #155F3F; }
.cnt-btn:disabled[b-s5y8kskpyd] { opacity: 0.6; cursor: wait; }
.cnt-arrow[b-s5y8kskpyd] {
    margin-left: 8px;
    font-family: "DM Mono", monospace;
    font-weight: 400;
}

.cnt-fineprint[b-s5y8kskpyd] {
    font-family: "DM Mono", monospace;
    font-size: 13px;
    color: #7A6A57;
}
.cnt-fineprint a[b-s5y8kskpyd] {
    color: #155F3F;
    text-decoration: none;
    border-bottom: 1px solid rgba(21, 95, 63, 0.3);
}

/* ---- Success state ---- */

.cnt-success[b-s5y8kskpyd] {
    background: #FFFFFF;
    border: 1px solid rgba(31, 138, 91, 0.3);
    border-radius: 18px;
    padding: 48px 36px;
    text-align: center;
    box-shadow: 0 30px 80px -50px rgba(26, 18, 8, 0.22);
}
.cnt-success-mark[b-s5y8kskpyd] {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #C9E6D5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.cnt-success h2[b-s5y8kskpyd] {
    font-family: "Fraunces", Georgia, serif;
    font-weight: 400;
    font-size: 36px;
    color: #1A1208;
    margin: 0 0 12px;
}
.cnt-success p[b-s5y8kskpyd] {
    color: #3D2E1F;
    font-size: 17px;
    margin: 0 0 28px;
}
.cnt-success-back[b-s5y8kskpyd] {
    color: #155F3F;
    font-weight: 500;
    text-decoration: none;
    font-size: 15px;
}

/* ---- Footer ---- */

.cnt-foot[b-s5y8kskpyd] {
    max-width: 1180px;
    margin: 80px auto 0;
    padding: 32px 40px;
    border-top: 1px solid rgba(26, 18, 8, 0.12);
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 14px;
}
.cnt-foot-tagline[b-s5y8kskpyd] {
    font-family: "Fraunces", Georgia, serif;
    font-style: italic;
    font-size: 17px;
    color: #3D2E1F;
}
.cnt-foot-tagline em[b-s5y8kskpyd] { color: #1F8A5B; font-style: italic; }
.cnt-foot-meta[b-s5y8kskpyd] {
    font-family: "DM Mono", monospace;
    font-size: 13px;
    color: #9C8E78;
}

/* ---- Mobile ---- */

@media (max-width: 720px) {
    .cnt-nav[b-s5y8kskpyd] { padding: 20px 22px 0; }
    .cnt-nav-links[b-s5y8kskpyd] { gap: 18px; font-size: 14px; }
    .cnt-page[b-s5y8kskpyd] { padding: 32px 22px; }
    .cnt-form[b-s5y8kskpyd] { padding: 24px 22px; border-radius: 14px; }
    .cnt-row-2[b-s5y8kskpyd] { grid-template-columns: 1fr; gap: 0; }
    .cnt-actions[b-s5y8kskpyd] { flex-direction: column; align-items: stretch; }
    .cnt-btn[b-s5y8kskpyd] { width: 100%; }
    .cnt-fineprint[b-s5y8kskpyd] { text-align: center; }
    .cnt-foot[b-s5y8kskpyd] { padding: 24px 22px; }
}
/* /Components/Pages/Dashboard.razor.rz.scp.css */
/* ---------------------------------------------------------------------------
   DASHBOARD - notifications panel.
   (.stats-grid + .stat-card moved to global app.css so admin can reuse.)
   --------------------------------------------------------------------------- */

.notif-list[b-fhkorlhwor] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.notif-row[b-fhkorlhwor] {
    display: grid;
    grid-template-columns: 36px 1fr 24px;
    gap: 12px;
    align-items: center;
    padding: 0.85rem 0.5rem;
    border-radius: var(--radius-md);
    cursor: pointer;
    transition: background-color .12s ease;
}

.notif-row:hover[b-fhkorlhwor] { background: var(--color-card-soft); }

.notif-row + .notif-row[b-fhkorlhwor] {
    border-top: 1px solid var(--color-border-subtle);
}

.notif-icon[b-fhkorlhwor] {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    flex: none;
    background: var(--color-border-subtle);
    position: relative;
}

.notif-icon.question[b-fhkorlhwor]::before {
    content: "?";
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #92400e;
    background: #fef3c7;
    border-radius: 50%;
    font-weight: 700;
}

.notif-icon.followup[b-fhkorlhwor]::before {
    content: "!";
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #92400e;
    background: #fed7aa;
    border-radius: 50%;
    font-weight: 700;
}

.notif-icon.accepted[b-fhkorlhwor]::before {
    content: "✓";
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #14532d;
    background: var(--color-success-soft);
    border-radius: 50%;
    font-weight: 700;
}

.notif-text[b-fhkorlhwor] { min-width: 0; }

.notif-title[b-fhkorlhwor] {
    font-size: 0.95rem;
    font-weight: 500;
    color: var(--color-text);
}

.notif-sub[b-fhkorlhwor] {
    font-size: 0.85rem;
    color: var(--color-text-muted);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.notif-arrow[b-fhkorlhwor] {
    color: var(--color-text-faint);
    font-size: 1.1rem;
}
/* /Components/Pages/Help.razor.rz.scp.css */
/* Scoped styles for the authenticated /help page. */

.help-intro[b-m79qxq4oco] {
    color: #3D2E1F;
    margin-bottom: 40px;
    max-width: 720px;
}
.help-intro a[b-m79qxq4oco] {
    color: #155F3F;
    border-bottom: 1px solid rgba(21, 95, 63, 0.3);
}

.help-section[b-m79qxq4oco] { margin-bottom: 56px; }

.help-section-title[b-m79qxq4oco] {
    font-family: "Fraunces", Georgia, serif;
    font-weight: 500;
    font-size: 28px;
    letter-spacing: -0.01em;
    color: #1A1208;
    margin: 0 0 24px;
}

/* ---- Quick-start cards ---- */

.help-grid[b-m79qxq4oco] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.help-card[b-m79qxq4oco] {
    background: #FFFFFF;
    border: 1px solid rgba(26, 18, 8, 0.10);
    border-radius: 14px;
    padding: 24px 24px 20px;
}
.help-card-num[b-m79qxq4oco] {
    font-family: "DM Mono", monospace;
    font-size: 13px;
    letter-spacing: 0.18em;
    color: #155F3F;
    margin-bottom: 10px;
}
.help-card h3[b-m79qxq4oco] {
    font-family: "Fraunces", Georgia, serif;
    font-weight: 500;
    font-size: 22px;
    margin: 0 0 10px;
    color: #1A1208;
    letter-spacing: -0.01em;
}
.help-card p[b-m79qxq4oco] {
    color: #3D2E1F;
    font-size: 14.5px;
    line-height: 1.55;
    margin: 0 0 16px;
}
.help-card p a[b-m79qxq4oco] {
    color: #155F3F;
    text-decoration: none;
    border-bottom: 1px solid rgba(21, 95, 63, 0.3);
}
.help-card-link[b-m79qxq4oco] {
    color: #1F8A5B;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
}
.help-card-link:hover[b-m79qxq4oco] { color: #155F3F; }

/* ---- FAQ accordion ---- */

.faq[b-m79qxq4oco] {
    background: #FFFFFF;
    border: 1px solid rgba(26, 18, 8, 0.10);
    border-radius: 14px;
    overflow: hidden;
}
.faq-item[b-m79qxq4oco] {
    border-bottom: 1px solid rgba(26, 18, 8, 0.08);
}
.faq-item:last-child[b-m79qxq4oco] { border-bottom: none; }

.faq-item summary[b-m79qxq4oco] {
    list-style: none;
    cursor: pointer;
    padding: 20px 24px;
    font-size: 16.5px;
    font-weight: 500;
    color: #1A1208;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    user-select: none;
    transition: background .12s ease;
}
.faq-item summary[b-m79qxq4oco]::-webkit-details-marker { display: none; }
.faq-item summary[b-m79qxq4oco]::after {
    content: "+";
    font-family: "DM Mono", monospace;
    font-size: 22px;
    font-weight: 400;
    color: #7A6A57;
    line-height: 1;
    transition: transform .15s ease, color .12s ease;
    flex-shrink: 0;
}
.faq-item[open] summary[b-m79qxq4oco]::after {
    transform: rotate(45deg);
    color: #1F8A5B;
}
.faq-item summary:hover[b-m79qxq4oco] { background: #FBF6EF; }

.faq-body[b-m79qxq4oco] {
    padding: 0 24px 22px;
    color: #3D2E1F;
    font-size: 15px;
    line-height: 1.6;
    max-width: 760px;
}
.faq-body a[b-m79qxq4oco] {
    color: #155F3F;
    text-decoration: none;
    border-bottom: 1px solid rgba(21, 95, 63, 0.3);
}
.faq-body strong[b-m79qxq4oco] { color: #1A1208; }

/* ---- CTA band ---- */

.help-cta[b-m79qxq4oco] {
    background: #1A1208;
    color: #FFF3E8;
    border-radius: 14px;
    padding: 28px 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-top: 16px;
    flex-wrap: wrap;
}
.help-cta h3[b-m79qxq4oco] {
    font-family: "Fraunces", Georgia, serif;
    font-weight: 500;
    font-size: 24px;
    margin: 0 0 4px;
}
.help-cta p[b-m79qxq4oco] {
    color: rgba(255, 243, 232, 0.75);
    font-size: 15px;
    margin: 0;
}

@media (max-width: 820px) {
    .help-grid[b-m79qxq4oco] { grid-template-columns: 1fr; }
    .help-cta[b-m79qxq4oco] { flex-direction: column; align-items: flex-start; padding: 24px 22px; }
}
/* /Components/Pages/PublicQuote.razor.rz.scp.css */
/* ---------------------------------------------------------------------------
   CUSTOMER QUOTE PAGE - polished styling.
   Scoped to PublicQuote.razor via Blazor CSS isolation - no ::deep needed
   for elements rendered by this same component.
   --------------------------------------------------------------------------- */

.quote-shell[b-t8jy5lqh0q] {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    color: #111827;
}

.quote-card[b-t8jy5lqh0q] {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04), 0 8px 24px rgba(0,0,0,0.06);
    padding: 2rem;
    margin-bottom: 1.25rem;
}

@media (max-width: 480px) {
    .quote-card[b-t8jy5lqh0q] {
        padding: 1.25rem;
        border-radius: 12px;
    }
}

/* ---- Header card with business identity ---- */
.header-card[b-t8jy5lqh0q] {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    flex-wrap: wrap;
}

.brand-avatar[b-t8jy5lqh0q] {
    width: 64px;
    height: 64px;
    flex-shrink: 0;
    border-radius: 50%;
    background: linear-gradient(135deg, #2563eb, #4f46e5);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    font-weight: 600;
    letter-spacing: -0.02em;
}

.brand-logo[b-t8jy5lqh0q] {
    width: 64px;
    height: 64px;
    flex-shrink: 0;
    border-radius: 12px;
    object-fit: contain;
    background: #fff;
    border: 1px solid #f3f4f6;
    padding: 4px;
}

.brand-info h1[b-t8jy5lqh0q] {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.brand-info .trade[b-t8jy5lqh0q] {
    margin: 0.25rem 0 0;
    color: #6b7280;
    font-size: 0.95rem;
}

.prepared-for[b-t8jy5lqh0q] {
    margin: 1.25rem 0 0;
    padding-top: 1.25rem;
    border-top: 1px solid #f3f4f6;
    color: #6b7280;
    font-size: 0.95rem;
    width: 100%;
}

.prepared-for strong[b-t8jy5lqh0q] {
    color: #111827;
    font-weight: 600;
}

/* ---- Line items ---- */
.lines-card h2[b-t8jy5lqh0q] {
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    color: #6b7280;
    text-transform: uppercase;
    margin: 0 0 1rem;
}

.lines-table[b-t8jy5lqh0q] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.95rem;
}

.lines-table th[b-t8jy5lqh0q] {
    font-weight: 600;
    text-align: left;
    color: #6b7280;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    padding: 0 0.5rem 0.75rem;
    border-bottom: 1px solid #e5e7eb;
}

.lines-table td[b-t8jy5lqh0q] {
    padding: 0.75rem 0.5rem;
    border-bottom: 1px solid #f3f4f6;
    vertical-align: top;
}

.lines-table th:first-child[b-t8jy5lqh0q],
.lines-table td:first-child[b-t8jy5lqh0q] {
    padding-left: 0;
}

.lines-table th:last-child[b-t8jy5lqh0q],
.lines-table td:last-child[b-t8jy5lqh0q] {
    padding-right: 0;
}

/* On narrow phones the Unit column is redundant when Qty is 1, and adds
   clutter. Hide it - the customer still sees Qty and the line Total. */
@media (max-width: 480px) {
    .lines-table .unit-col[b-t8jy5lqh0q] {
        display: none;
    }
}

.lines-table tr:last-child td[b-t8jy5lqh0q] {
    border-bottom: none;
}

.lines-table .num[b-t8jy5lqh0q] {
    text-align: right;
    font-variant-numeric: tabular-nums;
    color: #374151;
    white-space: nowrap;
}

.lines-table .desc[b-t8jy5lqh0q] {
    color: #111827;
    padding-right: 1rem;
}

.sub-row[b-t8jy5lqh0q] {
    margin-top: 0.75rem;
    display: flex;
    justify-content: space-between;
    color: #6b7280;
    font-size: 0.95rem;
}

.sub-row:first-of-type[b-t8jy5lqh0q] {
    margin-top: 1.25rem;
    padding-top: 1rem;
    border-top: 1px solid #e5e7eb;
}

.total-row[b-t8jy5lqh0q] {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid #111827;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.vat-number[b-t8jy5lqh0q] {
    margin: 0.75rem 0 0;
    color: #9ca3af;
    font-size: 0.8rem;
    text-align: right;
}

.total-row .label[b-t8jy5lqh0q] {
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #6b7280;
    font-weight: 600;
}

.total-row .amount[b-t8jy5lqh0q] {
    font-size: 2.25rem;
    font-weight: 700;
    letter-spacing: -0.025em;
    color: #111827;
    font-variant-numeric: tabular-nums;
}

/* ---- CTA card ---- */
.cta-card[b-t8jy5lqh0q] {
    text-align: center;
}

.cta-card .lead[b-t8jy5lqh0q] {
    font-size: 1.05rem;
    color: #374151;
    margin: 0 0 1.25rem;
}

.accept-btn[b-t8jy5lqh0q] {
    background: #16a34a;
    border: none;
    color: #fff;
    font-size: 1.125rem;
    font-weight: 600;
    padding: 1rem 2.25rem;
    border-radius: 12px;
    width: 100%;
    max-width: 360px;
    cursor: pointer;
    transition: background-color .12s ease, transform .08s ease;
    box-shadow: 0 2px 6px rgba(22,163,74,0.25);
}

.accept-btn:hover:not(:disabled)[b-t8jy5lqh0q] {
    background: #15803d;
}

.accept-btn:active:not(:disabled)[b-t8jy5lqh0q] {
    transform: translateY(1px);
}

.accept-btn:disabled[b-t8jy5lqh0q] {
    opacity: 0.6;
    cursor: not-allowed;
}

.ask-link[b-t8jy5lqh0q] {
    display: inline-block;
    margin-top: 1rem;
    color: #2563eb;
    text-decoration: none;
    font-weight: 500;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.5rem 0.75rem;
    font-size: 1rem;
}

.ask-link:hover[b-t8jy5lqh0q] {
    text-decoration: underline;
}

/* ---- Ask-question form ---- */
.ask-form h3[b-t8jy5lqh0q] {
    font-size: 1.05rem;
    font-weight: 600;
    margin: 0 0 0.75rem;
}

.ask-form textarea[b-t8jy5lqh0q] {
    width: 100%;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    padding: 0.75rem;
    font: inherit;
    resize: vertical;
    min-height: 120px;
    box-sizing: border-box;
}

.ask-form textarea:focus[b-t8jy5lqh0q] {
    outline: none;
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37,99,235,0.15);
}

.send-question-btn[b-t8jy5lqh0q] {
    background: #2563eb;
    border: none;
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    padding: 0.75rem 1.5rem;
    border-radius: 10px;
    cursor: pointer;
    margin-top: 0.75rem;
}

.send-question-btn:hover:not(:disabled)[b-t8jy5lqh0q] {
    background: #1d4ed8;
}

.send-question-btn:disabled[b-t8jy5lqh0q] {
    opacity: 0.5;
    cursor: not-allowed;
}

.cancel-link[b-t8jy5lqh0q] {
    margin-left: 0.75rem;
    color: #6b7280;
    background: none;
    border: none;
    cursor: pointer;
    text-decoration: underline;
    font-size: 0.95rem;
}

/* ---- Question / reply boxes ---- */
.convo-card .speaker[b-t8jy5lqh0q] {
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #6b7280;
    margin: 0 0 0.5rem;
}

.convo-card .message[b-t8jy5lqh0q] {
    font-size: 1rem;
    color: #111827;
    margin: 0;
    line-height: 1.5;
}

.convo-card .timestamp[b-t8jy5lqh0q] {
    color: #9ca3af;
    font-size: 0.85rem;
    margin-top: 0.5rem;
}

.convo-card hr[b-t8jy5lqh0q] {
    border: none;
    border-top: 1px solid #f3f4f6;
    margin: 1.25rem 0;
}

.you-tag[b-t8jy5lqh0q] {
    color: #d97706;
}

.them-tag[b-t8jy5lqh0q] {
    color: #2563eb;
}

/* ---- Accepted confirmation ---- */
.accepted-card[b-t8jy5lqh0q] {
    text-align: center;
    padding: 2.5rem 2rem;
    background: linear-gradient(135deg, #ecfdf5, #f0fdf4);
    border: 1px solid #bbf7d0;
}

.accepted-check[b-t8jy5lqh0q] {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #16a34a;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    margin-bottom: 1rem;
}

.accepted-card h2[b-t8jy5lqh0q] {
    margin: 0 0 0.5rem;
    color: #15803d;
    font-weight: 700;
}

.accepted-card p[b-t8jy5lqh0q] {
    margin: 0;
    color: #166534;
}

/* ---- Declined confirmation ---- */
.declined-card[b-t8jy5lqh0q] {
    text-align: center;
    padding: 2.5rem 2rem;
    background: linear-gradient(135deg, #fef2f2, #fff7ed);
    border: 1px solid #fecaca;
}

.declined-mark[b-t8jy5lqh0q] {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #9c8e78;
    color: #fff3e8;
    margin: 0 auto 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    font-weight: 500;
}

.declined-card h2[b-t8jy5lqh0q] {
    margin: 0 0 0.5rem;
    color: #7c2d10;
    font-weight: 700;
}

.declined-card p[b-t8jy5lqh0q] {
    margin: 0;
    color: #7c2d10;
}

/* ---- Secondary actions row (Ask a question + Decline) ---- */
.secondary-actions[b-t8jy5lqh0q] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    margin-top: 1rem;
    flex-wrap: wrap;
}

.secondary-actions .ask-link[b-t8jy5lqh0q],
.secondary-actions .decline-link[b-t8jy5lqh0q] {
    margin-top: 0;
}

.decline-link[b-t8jy5lqh0q] {
    display: inline-block;
    color: #7a6a57;
    text-decoration: none;
    background: transparent;
    border: 0;
    cursor: pointer;
    font: inherit;
    padding: 0.5rem 0.75rem;
    font-size: 1rem;
}

.decline-link:hover[b-t8jy5lqh0q] {
    color: #7c2d10;
    text-decoration: underline;
}

.decline-link:disabled[b-t8jy5lqh0q] {
    color: #c8bba5;
    cursor: not-allowed;
    text-decoration: none;
}

/* ---- Decline confirmation form ---- */
.decline-form h3[b-t8jy5lqh0q] {
    margin: 0 0 0.5rem;
}

.decline-help[b-t8jy5lqh0q] {
    color: #7a6a57;
    font-size: 0.95rem;
    margin: 0 0 1rem;
}

.decline-form textarea[b-t8jy5lqh0q] {
    width: 100%;
    min-height: 90px;
    border: 1px solid #e7d8c1;
    border-radius: 10px;
    padding: 0.75rem;
    font: inherit;
    resize: vertical;
    background: #fbf6ef;
}

.decline-form textarea:focus[b-t8jy5lqh0q] {
    outline: none;
    border-color: #b4421c;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(180, 66, 28, 0.12);
}

.confirm-decline-btn[b-t8jy5lqh0q] {
    margin-top: 0.75rem;
    background: #b4421c;
    color: #fff;
    border: 0;
    border-radius: 10px;
    padding: 0.7rem 1.25rem;
    font-weight: 600;
    cursor: pointer;
    transition: background .12s ease;
}

.confirm-decline-btn:hover[b-t8jy5lqh0q] { background: #7c2d10; }

.confirm-decline-btn:disabled[b-t8jy5lqh0q] {
    opacity: 0.6;
    cursor: not-allowed;
}

/* ---- Declined card reason quote ---- */
.declined-reason[b-t8jy5lqh0q] {
    margin: 0.75rem auto 0;
    max-width: 28rem;
    color: #7c2d10;
    font-size: 0.95rem;
    opacity: 0.85;
}

/* ---- Powered-by footer ----
   Sits below the quote, muted by design so the tradesperson's brand stays
   the visual hero on this page. The link opens plutoprice.co.uk in a new
   tab — soft funnel to the marketing site without ever pulling the
   customer away from their quote. */
.powered-by[b-t8jy5lqh0q] {
    text-align: center;
    margin: 2.5rem 0 1.5rem;
}

.powered-by-link[b-t8jy5lqh0q] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #9c8e78;
    font-size: 12px;
    font-family: "DM Mono", ui-monospace, monospace;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    text-decoration: none;
    padding: 6px 10px;
    border-radius: 999px;
    transition: color .12s ease, background .12s ease;
}

.powered-by-link:hover[b-t8jy5lqh0q] {
    color: #1F8A5B;
    background: rgba(31, 138, 91, 0.06);
}

.powered-by-mark[b-t8jy5lqh0q] {
    color: #1F8A5B;
    display: inline-flex;
    align-items: center;
}

.powered-by-link strong[b-t8jy5lqh0q] {
    font-weight: 600;
    color: #1A1208;
    letter-spacing: -0.01em;
    font-family: "DM Sans", system-ui, sans-serif;
    text-transform: none;
    font-size: 13px;
}

.powered-by-link:hover strong[b-t8jy5lqh0q] { color: #1F8A5B; }

/* ---- Not found / loading ---- */
.info-card[b-t8jy5lqh0q] {
    text-align: center;
    padding: 3rem 2rem;
}

.info-card h2[b-t8jy5lqh0q] {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 0 0.5rem;
}

.info-card p[b-t8jy5lqh0q] {
    color: #6b7280;
    margin: 0;
}
/* /Components/Pages/Support.razor.rz.scp.css */
/* Scoped styles for the authenticated /help/support form. Sits inside the
   workspace MainLayout, so we lean on existing .card / .btn / .form-control
   styles from app.css and only add the form-specific layout bits. */

.support-intro[b-zpwvoh9fre] {
    color: #3D2E1F;
    max-width: 720px;
    margin-bottom: 28px;
}

.support-card[b-zpwvoh9fre] {
    max-width: 820px;
    padding: 32px 32px 28px;
}

.support-row[b-zpwvoh9fre] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.support-field[b-zpwvoh9fre] {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}
.support-field label[b-zpwvoh9fre] {
    font-family: "DM Mono", monospace;
    font-size: 12px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #7A6A57;
    margin-bottom: 8px;
}

.support-validation[b-zpwvoh9fre] {
    color: #B4421C;
    font-size: 13px;
    margin-top: 6px;
    font-family: "DM Mono", monospace;
}

.support-actions[b-zpwvoh9fre] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 8px;
    flex-wrap: wrap;
}
.support-fineprint[b-zpwvoh9fre] {
    font-family: "DM Mono", monospace;
    font-size: 13px;
    color: #7A6A57;
}
.support-fineprint a[b-zpwvoh9fre] {
    color: #155F3F;
    text-decoration: none;
    border-bottom: 1px solid rgba(21, 95, 63, 0.3);
}

/* ---- Success ---- */

.support-success[b-zpwvoh9fre] {
    max-width: 720px;
    text-align: center;
    padding: 48px 36px;
}
.support-success-mark[b-zpwvoh9fre] {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #C9E6D5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.support-success h2[b-zpwvoh9fre] {
    font-family: "Fraunces", Georgia, serif;
    font-weight: 400;
    font-size: 32px;
    color: #1A1208;
    margin: 0 0 12px;
}
.support-success p[b-zpwvoh9fre] {
    color: #3D2E1F;
    font-size: 16px;
    margin: 0 0 24px;
}
.support-success-actions[b-zpwvoh9fre] {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
}

@media (max-width: 720px) {
    .support-row[b-zpwvoh9fre] { grid-template-columns: 1fr; gap: 0; }
    .support-card[b-zpwvoh9fre] { padding: 24px 22px; }
    .support-actions[b-zpwvoh9fre] { flex-direction: column; align-items: stretch; }
}
