/* /Components/Account/Shared/AccountAuthLayout.razor.rz.scp.css */
.auth-main[b-tm7ilu9tzt] {
    min-height: 100vh;
    background: #f6f8fb;
}

#blazor-error-ui[b-tm7ilu9tzt] {
    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-tm7ilu9tzt] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/AdminLayout.razor.rz.scp.css */
/* ==================================================================
   Admin shell — top navbar + page chrome + scoped polish for all
   admin pages via ::deep. Applies once; pages stay untouched.
   ================================================================== */

.admin-main[b-wzsp6ry36l] {
    min-height: calc(100vh - 56px);
    background:
        radial-gradient(1200px 400px at 100% -200px, rgba(13, 110, 253, 0.06), transparent 60%),
        radial-gradient(900px 360px at 0 -160px, rgba(99, 102, 241, 0.05), transparent 60%),
        #f6f8fb;
    position: relative;
}

/* ==================================================================
   Top navbar
   ================================================================== */
.admin-nav[b-wzsp6ry36l] {
    background: #ffffff !important;
    border-bottom: 1px solid #e5e9f0;
    box-shadow: 0 1px 3px rgba(16, 24, 40, 0.04);
    backdrop-filter: saturate(180%) blur(8px);
}

    .admin-nav .navbar-brand[b-wzsp6ry36l] {
        font-size: 1.05rem;
        letter-spacing: -0.01em;
        color: #1a1f2e;
    }

    .admin-nav .nav-link[b-wzsp6ry36l] {
        color: #495057;
        font-size: 0.925rem;
        padding: 0.5rem 0.85rem;
        border-radius: 0.4rem;
        position: relative;
        transition: background-color .15s ease, color .15s ease;
    }

        .admin-nav .nav-link:hover[b-wzsp6ry36l] {
            background: #f1f4f9;
            color: #0d6efd;
        }

        .admin-nav .nav-link.active[b-wzsp6ry36l] {
            background: rgba(13, 110, 253, 0.1);
            color: #0d6efd !important;
        }

            .admin-nav .nav-link.active[b-wzsp6ry36l]::before {
                content: "";
                position: absolute;
                left: 50%;
                bottom: -10px;
                width: 24px;
                height: 2px;
                background: #0d6efd;
                border-radius: 2px;
                transform: translateX(-50%);
            }

    .admin-nav .dropdown-menu[b-wzsp6ry36l] {
        border: 1px solid #e5e9f0;
        border-radius: 0.6rem;
        box-shadow: 0 12px 32px rgba(16, 24, 40, 0.08);
        padding: 0.4rem;
        margin-top: 0.5rem;
    }

    .admin-nav .dropdown-item[b-wzsp6ry36l] {
        border-radius: 0.4rem;
        padding: 0.5rem 0.75rem;
        font-size: 0.9rem;
        transition: background-color .12s ease;
    }

        .admin-nav .dropdown-item:hover[b-wzsp6ry36l],
        .admin-nav .dropdown-item:focus[b-wzsp6ry36l] {
            background: #f1f4f9;
            color: #0d6efd;
        }

/* ==================================================================
   Page rhythm — h1.h3 acts as page title across all admin pages
   ================================================================== */
.admin-main[b-wzsp6ry36l]  h1.h3 {
    font-weight: 700;
    color: #0f172a;
    letter-spacing: -0.015em;
    font-size: 1.5rem;
    margin-bottom: 0.25rem;
}

.admin-main[b-wzsp6ry36l]  h1.h3 + p,
.admin-main[b-wzsp6ry36l]  h1.h3 + .text-muted {
    color: #64748b;
}

/* ==================================================================
   Cards — refined elevation, hover lift, smooth headers
   ================================================================== */
.admin-main[b-wzsp6ry36l]  .card {
    border: 1px solid #eaecf3;
    border-radius: 0.65rem;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.03);
    transition: box-shadow .18s ease, transform .18s ease, border-color .18s ease;
    background: #ffffff;
}

    .admin-main[b-wzsp6ry36l]  a.card:hover,
    .admin-main[b-wzsp6ry36l]  a.card:focus-visible {
        transform: translateY(-2px);
        box-shadow: 0 8px 20px rgba(13, 110, 253, 0.10);
        border-color: #cfdbff;
    }

.admin-main[b-wzsp6ry36l]  .card-header {
    background: #fbfcfe;
    border-bottom: 1px solid #eef0f4;
    font-weight: 600;
    padding: 0.85rem 1.1rem;
    color: #1f2937;
}

.admin-main[b-wzsp6ry36l]  .card-body {
    padding: 1.15rem;
}

/* Stat / KPI cards — display-6 numbers get brand styling */
.admin-main[b-wzsp6ry36l]  .display-6 {
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #0f172a;
    line-height: 1.1;
}

/* ==================================================================
   Tables — modern data-grid feel
   ================================================================== */
.admin-main[b-wzsp6ry36l]  .table {
    font-size: 0.9375rem;
    margin-bottom: 0;
}

.admin-main[b-wzsp6ry36l]  .table > :not(caption) > * > * {
    padding: 0.7rem 0.95rem;
    vertical-align: middle;
    border-bottom-color: #eef0f4;
}

.admin-main[b-wzsp6ry36l]  .table > thead th {
    background: #fbfcfe;
    border-bottom: 1px solid #e5e9f0;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #64748b;
    padding-top: 0.85rem;
    padding-bottom: 0.85rem;
}

.admin-main[b-wzsp6ry36l]  .table-hover > tbody > tr {
    transition: background-color .12s ease;
}

    .admin-main[b-wzsp6ry36l]  .table-hover > tbody > tr:hover {
        background: #f4f8ff;
    }

/* ==================================================================
   Forms — larger inputs, gentler focus
   ================================================================== */
.admin-main[b-wzsp6ry36l]  .form-label {
    font-weight: 500;
    font-size: 0.875rem;
    margin-bottom: 0.4rem;
    color: #334155;
}

.admin-main[b-wzsp6ry36l]  .form-control,
.admin-main[b-wzsp6ry36l]  .form-select {
    border-color: #d8dde6;
    border-radius: 0.45rem;
    padding: 0.5rem 0.75rem;
    transition: border-color .15s ease, box-shadow .15s ease;
}

    .admin-main[b-wzsp6ry36l]  .form-control:hover,
    .admin-main[b-wzsp6ry36l]  .form-select:hover {
        border-color: #b9c1cf;
    }

    .admin-main[b-wzsp6ry36l]  .form-control:focus,
    .admin-main[b-wzsp6ry36l]  .form-select:focus {
        border-color: #86b7fe;
        box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.12);
    }

.admin-main[b-wzsp6ry36l]  .form-text {
    font-size: 0.8125rem;
    color: #64748b;
}

.admin-main[b-wzsp6ry36l]  .form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.admin-main[b-wzsp6ry36l]  .input-group-text {
    background: #f8fafc;
    border-color: #d8dde6;
    color: #64748b;
    font-size: 0.875rem;
}

/* ==================================================================
   Buttons — micro-interactions
   ================================================================== */
.admin-main[b-wzsp6ry36l]  .btn {
    font-weight: 500;
    border-radius: 0.45rem;
    padding: 0.45rem 0.95rem;
    transition: transform .12s ease, box-shadow .15s ease, background-color .12s ease;
}

.admin-main[b-wzsp6ry36l]  .btn-sm {
    border-radius: 0.4rem;
    padding: 0.3rem 0.65rem;
}

.admin-main[b-wzsp6ry36l]  .btn-lg {
    padding: 0.6rem 1.2rem;
    font-size: 1rem;
}

.admin-main[b-wzsp6ry36l]  .btn-primary {
    box-shadow: 0 1px 2px rgba(13, 110, 253, 0.18);
}

    .admin-main[b-wzsp6ry36l]  .btn-primary:hover {
        box-shadow: 0 4px 10px rgba(13, 110, 253, 0.25);
        transform: translateY(-1px);
    }

.admin-main[b-wzsp6ry36l]  .btn-outline-primary:hover,
.admin-main[b-wzsp6ry36l]  .btn-outline-secondary:hover,
.admin-main[b-wzsp6ry36l]  .btn-outline-danger:hover {
    transform: translateY(-1px);
}

/* ==================================================================
   Badges & pills
   ================================================================== */
.admin-main[b-wzsp6ry36l]  .badge {
    font-weight: 500;
    font-size: 0.72rem;
    padding: 0.35em 0.6em;
    border-radius: 0.35rem;
    letter-spacing: 0.01em;
}

.admin-main[b-wzsp6ry36l]  .nav-pills .nav-link {
    color: #475569;
    background: transparent;
    border: 1px solid transparent;
    font-weight: 500;
    border-radius: 0.5rem;
    padding: 0.4rem 0.95rem;
    transition: background-color .12s ease, color .12s ease, border-color .12s ease;
}

    .admin-main[b-wzsp6ry36l]  .nav-pills .nav-link:hover {
        background: #eef2ff;
        color: #0d6efd;
        border-color: #dbeafe;
    }

    .admin-main[b-wzsp6ry36l]  .nav-pills .nav-link.active,
    .admin-main[b-wzsp6ry36l]  .nav-pills .show > .nav-link {
        background: #0d6efd;
        color: #ffffff;
        border-color: #0d6efd;
        box-shadow: 0 2px 6px rgba(13, 110, 253, 0.25);
    }

/* ==================================================================
   Alerts — softer, modern
   ================================================================== */
.admin-main[b-wzsp6ry36l]  .alert {
    border-radius: 0.55rem;
    border: 1px solid transparent;
    padding: 0.85rem 1rem;
}

.admin-main[b-wzsp6ry36l]  .alert-warning {
    background: #fffbeb;
    color: #854d0e;
    border-color: #fde68a;
}

.admin-main[b-wzsp6ry36l]  .alert-danger {
    background: #fef2f2;
    color: #991b1b;
    border-color: #fecaca;
}

.admin-main[b-wzsp6ry36l]  .alert-info {
    background: #eff6ff;
    color: #1e3a8a;
    border-color: #bfdbfe;
}

.admin-main[b-wzsp6ry36l]  .alert-success {
    background: #f0fdf4;
    color: #166534;
    border-color: #bbf7d0;
}

/* ==================================================================
   List groups
   ================================================================== */
.admin-main[b-wzsp6ry36l]  .list-group-item {
    border-color: #eef0f4;
    padding: 0.85rem 1rem;
}

.admin-main[b-wzsp6ry36l]  .list-group-flush > .list-group-item {
    padding-left: 1.1rem;
    padding-right: 1.1rem;
}

/* ==================================================================
   Subtle page entrance — fade content in
   ================================================================== */
.admin-main[b-wzsp6ry36l]  .container-fluid {
    animation: adminFadeIn-b-wzsp6ry36l .25s ease-out;
}

@keyframes adminFadeIn-b-wzsp6ry36l {
    from {
        opacity: 0;
        transform: translateY(4px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ==================================================================
   Cap content width on huge monitors
   ================================================================== */
.admin-main[b-wzsp6ry36l]  > .container-fluid,
.admin-main[b-wzsp6ry36l]  .container-fluid {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
}

/* ==================================================================
   Dashboard-specific polish — KPI cards (h-100 + display-6 inside)
   ================================================================== */
.admin-main[b-wzsp6ry36l]  a.card .display-6 {
    color: #0d6efd;
    transition: color .15s ease;
}

.admin-main[b-wzsp6ry36l]  a.card:hover .display-6 {
    color: #1e3a8a;
}

.admin-main[b-wzsp6ry36l]  a.card .card-body > .text-muted.small:first-child {
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-size: 0.7rem !important;
    font-weight: 600;
    color: #94a3b8 !important;
}

/* ==================================================================
   Modals — refined surfaces (covers .modal-content used on every page)
   ================================================================== */
.admin-main[b-wzsp6ry36l]  .modal-content {
    border: 1px solid #eaecf3;
    border-radius: 0.7rem;
    box-shadow: 0 20px 50px rgba(16, 24, 40, 0.22);
    overflow: hidden;
}

.admin-main[b-wzsp6ry36l]  .modal-header {
    border-bottom: 1px solid #eef0f4;
    padding: 0.95rem 1.15rem;
    background: #fbfcfe;
}

    .admin-main[b-wzsp6ry36l]  .modal-header .modal-title {
        font-weight: 600;
        color: #0f172a;
        font-size: 1.05rem;
    }

.admin-main[b-wzsp6ry36l]  .modal-body {
    padding: 1.15rem;
}

.admin-main[b-wzsp6ry36l]  .modal-footer {
    border-top: 1px solid #eef0f4;
    padding: 0.8rem 1.15rem;
    background: #fbfcfe;
}

/* ==================================================================
   Generic dropdowns (anywhere in admin pages, not just navbar)
   ================================================================== */
.admin-main[b-wzsp6ry36l]  .dropdown-menu {
    border: 1px solid #e5e9f0;
    border-radius: 0.55rem;
    box-shadow: 0 12px 28px rgba(16, 24, 40, 0.10);
    padding: 0.35rem;
    font-size: 0.9rem;
}

.admin-main[b-wzsp6ry36l]  .dropdown-item {
    border-radius: 0.4rem;
    padding: 0.45rem 0.7rem;
    transition: background-color .12s ease, color .12s ease;
}

    .admin-main[b-wzsp6ry36l]  .dropdown-item:hover,
    .admin-main[b-wzsp6ry36l]  .dropdown-item:focus {
        background: #eef2ff;
        color: #0d6efd;
    }

.admin-main[b-wzsp6ry36l]  .dropdown-divider {
    border-top-color: #eef0f4;
    margin: 0.3rem 0;
}

/* ==================================================================
   Toolbar / filter rows — soft surface so they read as one unit
   ================================================================== */
.admin-main[b-wzsp6ry36l]  .container-fluid > .d-flex.gap-2.align-items-center.mb-3:has(.form-select) {
    background: #ffffff;
    border: 1px solid #eaecf3;
    border-radius: 0.55rem;
    padding: 0.65rem 0.85rem;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.03);
}

/* ==================================================================
   Empty-state pattern (border rounded text-center text-muted py-5)
   ================================================================== */
.admin-main[b-wzsp6ry36l]  .text-center.text-muted.py-5.border.rounded,
.admin-main[b-wzsp6ry36l]  .text-center.text-muted.py-5.border {
    border-color: #eaecf3 !important;
    border-radius: 0.65rem !important;
    background: #ffffff;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.03);
}

/* ==================================================================
   Code chips inline in tables/lists
   ================================================================== */
.admin-main[b-wzsp6ry36l]  td code,
.admin-main[b-wzsp6ry36l]  .list-group-item code {
    background: #f1f5f9;
    color: #475569;
    padding: 0.1rem 0.4rem;
    border-radius: 0.3rem;
    font-size: 0.825rem;
}

/* ==================================================================
   Inputs sized via input-group-lg / form-select-sm — keep the
   refinement consistent with the default sizes
   ================================================================== */
.admin-main[b-wzsp6ry36l]  .form-select-sm,
.admin-main[b-wzsp6ry36l]  .form-control-sm {
    border-radius: 0.4rem;
    font-size: 0.875rem;
}

.admin-main[b-wzsp6ry36l]  .input-group-lg > .form-control,
.admin-main[b-wzsp6ry36l]  .input-group-lg > .form-select,
.admin-main[b-wzsp6ry36l]  .input-group-lg > .input-group-text {
    border-radius: 0.5rem;
}

/* ==================================================================
   Page footer / pagination links
   ================================================================== */
.admin-main[b-wzsp6ry36l]  .pagination .page-link {
    border-radius: 0.4rem;
    margin: 0 0.15rem;
    border-color: #e5e9f0;
    color: #475569;
    transition: background-color .12s ease, color .12s ease, border-color .12s ease;
}

    .admin-main[b-wzsp6ry36l]  .pagination .page-link:hover {
        background: #eef2ff;
        color: #0d6efd;
        border-color: #cfdbff;
    }

.admin-main[b-wzsp6ry36l]  .pagination .page-item.active .page-link {
    background: #0d6efd;
    border-color: #0d6efd;
    box-shadow: 0 2px 6px rgba(13, 110, 253, 0.25);
}

.admin-main[b-wzsp6ry36l]  .pagination .page-item.disabled .page-link {
    color: #cbd5e1;
    background: #f8fafc;
}

/* ==================================================================
   Selection / focus polish
   ================================================================== */
.admin-main[b-wzsp6ry36l]  ::selection {
    background: rgba(13, 110, 253, 0.18);
    color: #0f172a;
}

.admin-main[b-wzsp6ry36l]  .btn:focus-visible,
.admin-main[b-wzsp6ry36l]  .form-control:focus-visible,
.admin-main[b-wzsp6ry36l]  .form-select:focus-visible {
    outline: none;
}

/* ==================================================================
   Soft scrollbar inside admin (Webkit only — graceful elsewhere)
   ================================================================== */
.admin-main[b-wzsp6ry36l]  ::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

.admin-main[b-wzsp6ry36l]  ::-webkit-scrollbar-track {
    background: transparent;
}

.admin-main[b-wzsp6ry36l]  ::-webkit-scrollbar-thumb {
    background: #d8dde6;
    border-radius: 5px;
    border: 2px solid #f6f8fb;
}

    .admin-main[b-wzsp6ry36l]  ::-webkit-scrollbar-thumb:hover {
        background: #b9c1cf;
    }

/* ==================================================================
   Blazor error UI
   ================================================================== */
#blazor-error-ui[b-wzsp6ry36l] {
    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-wzsp6ry36l] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.public-main[b-9ra2nrl3h0] {
    min-height: calc(100vh - 60px);
}

#blazor-error-ui[b-9ra2nrl3h0] {
    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-9ra2nrl3h0] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Public/ContactForm.razor.rz.scp.css */
/* ---- "Thank you" confirmation modal ------------------------------------
   Shown over the page after a successful submit (compact and full forms).
   The accent follows the site theme via --site-accent (a skin can set it on
   :root), falling back to Bootstrap's success green. */

.contact-thanks-modal[b-1or0vovxqv] {
    position: fixed;
    inset: 0;
    z-index: 100000; /* above the announcement popup (99999) and sticky headers */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    background: rgba(15, 23, 42, .55);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    animation: contact-thanks-fade-b-1or0vovxqv .2s ease-out;
}

.contact-thanks-box[b-1or0vovxqv] {
    --thanks-accent: var(--site-accent, var(--bs-success, #198754));
    position: relative;
    width: 100%;
    max-width: 420px;
    padding: 2.5rem 2rem 2rem;
    border-radius: 18px;
    background: #fff;
    text-align: center;
    box-shadow: 0 24px 60px -12px rgba(15, 23, 42, .35),
                0 8px 20px -8px rgba(15, 23, 42, .2);
    animation: contact-thanks-pop-b-1or0vovxqv .28s cubic-bezier(.2, .9, .3, 1.2);
}

.contact-thanks-close[b-1or0vovxqv] {
    position: absolute;
    top: .75rem;
    right: .75rem;
    width: 2.25rem;
    height: 2.25rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: #64748b;
    font-size: 1.6rem;
    line-height: 1;
    cursor: pointer;
    transition: background-color .15s ease, color .15s ease;
}

.contact-thanks-close:hover[b-1or0vovxqv],
.contact-thanks-close:focus-visible[b-1or0vovxqv] {
    background: #f1f5f9;
    color: #0f172a;
    outline: none;
}

.contact-thanks-icon[b-1or0vovxqv] {
    width: 76px;
    height: 76px;
    margin: 0 auto 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    /* soft tint of the accent behind the tick */
    background: color-mix(in srgb, var(--thanks-accent) 14%, #fff);
    color: var(--thanks-accent);
    font-size: 2.6rem;
    animation: contact-thanks-tick-b-1or0vovxqv .45s .1s ease-out both;
}

.contact-thanks-box h4[b-1or0vovxqv] {
    margin: 0 0 .6rem;
    color: #0f172a;
    font-size: 1.45rem;
    font-weight: 700;
    line-height: 1.3;
    word-break: break-word;
}

.contact-thanks-box p[b-1or0vovxqv] {
    margin: 0 0 1.75rem;
    color: #475569;
    font-size: 1rem;
    line-height: 1.6;
}

.contact-thanks-ok[b-1or0vovxqv] {
    min-width: 140px;
    padding: .65rem 2rem;
    border: 0;
    border-radius: 999px;
    background: var(--thanks-accent);
    color: #fff;
    font-weight: 600;
    letter-spacing: .02em;
    transition: filter .15s ease, transform .15s ease;
}

.contact-thanks-ok:hover[b-1or0vovxqv],
.contact-thanks-ok:focus-visible[b-1or0vovxqv] {
    color: #fff;
    background: var(--thanks-accent);
    filter: brightness(.92);
    transform: translateY(-1px);
    outline: 2px solid color-mix(in srgb, var(--thanks-accent) 40%, transparent);
    outline-offset: 2px;
}

@keyframes contact-thanks-fade-b-1or0vovxqv {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes contact-thanks-pop-b-1or0vovxqv {
    from { opacity: 0; transform: translateY(12px) scale(.96); }
    to { opacity: 1; transform: none; }
}

@keyframes contact-thanks-tick-b-1or0vovxqv {
    from { opacity: 0; transform: scale(.5); }
    to { opacity: 1; transform: none; }
}

@media (max-width: 480px) {
    .contact-thanks-box[b-1or0vovxqv] {
        padding: 2.25rem 1.25rem 1.5rem;
        border-radius: 16px;
    }

    .contact-thanks-box h4[b-1or0vovxqv] {
        font-size: 1.25rem;
    }

    .contact-thanks-ok[b-1or0vovxqv] {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .contact-thanks-modal[b-1or0vovxqv],
    .contact-thanks-box[b-1or0vovxqv],
    .contact-thanks-icon[b-1or0vovxqv] {
        animation: none;
    }
}

/* ---- Full contact form (card) -------------------------------------------
   Themed by --site-accent like the modal, instead of Bootstrap's blue. */

.card[b-1or0vovxqv] {
    --form-accent: var(--site-accent, var(--bs-success, #198754));
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    box-shadow: 0 10px 30px -18px rgba(15, 23, 42, .25);
}

.card-body[b-1or0vovxqv] {
    padding: clamp(1.25rem, 3vw, 2.25rem);
}

.card-title[b-1or0vovxqv] {
    font-weight: 700;
    color: #0f172a;
}

.form-label[b-1or0vovxqv] {
    font-weight: 600;
    font-size: .9rem;
    color: #334155;
    margin-bottom: .35rem;
}

.form-control[b-1or0vovxqv] {
    border-color: #cbd5e1;
    border-radius: 10px;
    padding: .6rem .85rem;
    transition: border-color .15s ease, box-shadow .15s ease;
}

.form-control:focus[b-1or0vovxqv] {
    border-color: var(--form-accent);
    box-shadow: 0 0 0 .2rem color-mix(in srgb, var(--form-accent) 22%, transparent);
}

.contact-submit[b-1or0vovxqv] {
    display: inline-flex;
    align-items: center;
    gap: .25rem;
    padding: .65rem 1.6rem;
    border: 0;
    border-radius: 999px;
    background: var(--form-accent);
    color: #fff;
    font-weight: 600;
    white-space: nowrap;
    transition: filter .15s ease, transform .15s ease;
}

.contact-submit:hover[b-1or0vovxqv],
.contact-submit:focus-visible[b-1or0vovxqv] {
    background: var(--form-accent);
    color: #fff;
    filter: brightness(.92);
    transform: translateY(-1px);
}

.contact-submit:disabled[b-1or0vovxqv] {
    background: var(--form-accent);
    color: #fff;
    opacity: .7;
}

@media (max-width: 575.98px) {
    /* stack the privacy note above a full-width button on phones */
    .card-body .col-12.d-flex[b-1or0vovxqv] {
        flex-direction: column;
        align-items: stretch !important;
        text-align: center;
    }

    .contact-submit[b-1or0vovxqv] {
        justify-content: center;
    }
}
/* /Components/Public/PopupHost.razor.rz.scp.css */
/* Full-viewport dark overlay with a centred image box; closes on click.
   Hidden until site-popup.js adds .is-open — the markup is server-rendered, so a
   visible default would paint the modal before the script decides, and a blocked
   script would leave an overlay nobody can dismiss. */
.site-popup[b-piro9qzlhj] {
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .7);
    z-index: 99999;
    cursor: pointer;
}

.site-popup.is-open[b-piro9qzlhj] {
    display: flex;
}

/* max-width 750px; each slide sets its own width ("url | width" lines). */
.site-popup__box[b-piro9qzlhj] {
    width: 33%;
    max-width: 750px;
    margin: 20px auto;
    box-shadow: rgba(50, 50, 93, .25) 0 50px 100px -20px,
                rgba(0, 0, 0, .3) 0 30px 60px -30px;
    transition: width .2s ease;
}

.site-popup__img[b-piro9qzlhj] {
    display: block;
    width: 100%;
    height: auto;
    max-height: 90vh;
    object-fit: contain;
}

@media (max-width: 900px) {
    /* !important so a slide's inline width can't shrink the box to a sliver. */
    .site-popup__box[b-piro9qzlhj] {
        width: 90% !important;
    }
}
