/* /Components/Layout/MainLayout.razor.rz.scp.css */
/* Shell styles live in the global design system (wwwroot/app.css):
   .app-navbar, .brand, .nav-tools, .icon-btn, .user-chip, .app-content.
   Kept scoped-empty so the layout owns no competing local overrides. */
/* /Components/Layout/NavMenu.razor.rz.scp.css */
/* Nav-pill styles live in the global design system (wwwroot/app.css):
   .nav-pills, .nav-pill, .nav-pill.active, .nav-pill.disabled.
   Kept scoped-empty so NavLink's .active class is styled globally without
   ::deep scope-attribute juggling. */
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-ws9dbypwi6],
.components-reconnect-repeated-attempt-visible[b-ws9dbypwi6],
.components-reconnect-failed-visible[b-ws9dbypwi6],
.components-pause-visible[b-ws9dbypwi6],
.components-resume-failed-visible[b-ws9dbypwi6],
.components-rejoining-animation[b-ws9dbypwi6] {
    display: none;
}

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


#components-reconnect-modal[b-ws9dbypwi6] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 1px solid var(--line);
    border-radius: 0.5rem;
    color: var(--ink);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-ws9dbypwi6 0.5s both;
    &[open]

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

}

#components-reconnect-modal[b-ws9dbypwi6]::backdrop {
    background-color: rgba(74, 71, 64, 0.35);
    animation: components-reconnect-modal-fadeInOpacity-b-ws9dbypwi6 0.5s ease-in-out;
    opacity: 1;
}

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

#components-reconnect-modal button[b-ws9dbypwi6] {
    border: 1.5px solid var(--accent);
    background-color: #ffffff;
    color: var(--accent);
    font-weight: 600;
    padding: 4px 24px;
    border-radius: 6px;
}

    /* Light fill, navy ink — the app-wide rule since 2026-08-03 (the fill is light; white would vanish on it).
       The fill itself turned from sand to a light grey on 2026-08-14; this reads the token, so it followed. */
    #components-reconnect-modal button:hover[b-ws9dbypwi6] {
        background-color: var(--fill);
        color: var(--on-fill);
    }

    #components-reconnect-modal button:active[b-ws9dbypwi6] {
        background-color: var(--fill-strong);
        border-color: var(--accent-strong);
        color: var(--on-fill);
    }

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

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

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

@keyframes components-rejoining-animation-b-ws9dbypwi6 {
    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/Consultations/ConsultationDetails.razor.rz.scp.css */
/* مضمون الاستشارة fill-and-save card on the consultation details page (client note 2026-07-27).
   The heading and its «قم بالتعبئة» / «تعديل المضمون» button share one row. */

.cons-content-head[b-ef97u4xczz] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.cons-content-head .form-section[b-ef97u4xczz] {
    margin: 0;
    border: 0;
    padding-bottom: 0;
}

.cons-content-card [data-cc-editor][b-ef97u4xczz] { margin-top: 0.75rem; }
.cons-content-card [data-cc-editor] .form-actions[b-ef97u4xczz] { margin-top: 0.75rem; }
.cons-content-card [data-cc-view][b-ef97u4xczz] { margin-top: 0.6rem; }
.cons-content-card [data-cc-view] .field-note[b-ef97u4xczz] { margin: 0; }
/* /Components/Pages/Consultations/Consultations.razor.rz.scp.css */
/* الإستشارات list — the stats strip above the search box (client note 2026-07-27).
   Token-driven so it follows the navy theme like the rest of the app. */

.cons-stats[b-fcajxmzg03] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.75rem;
    margin-bottom: 0.9rem;
}

@media (max-width: 720px) {
    .cons-stats[b-fcajxmzg03] { grid-template-columns: 1fr; }
}

.cons-stat[b-fcajxmzg03] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    padding: 0.85rem 1rem;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 14px;
}

.cons-stat-label[b-fcajxmzg03] { font-size: 0.8rem; color: var(--muted); }

.cons-stat-val[b-fcajxmzg03] {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.1;
    color: var(--ink-heading);
    font-variant-numeric: tabular-nums;
}

.cons-stat-val.pos[b-fcajxmzg03] { color: var(--ok); }
.cons-stat-val.mut[b-fcajxmzg03] { color: var(--muted); }
/* Open work is a nudge, not an error — amber, matching the «تنتهي قريبًا» chips elsewhere. */
.cons-stat-val.warn[b-fcajxmzg03] { color: #b7791f; }

/* Who still has open consultations — chips rather than a second table, so the strip stays compact. */
.cons-open-by[b-fcajxmzg03] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem 0.75rem;
    margin-bottom: 1.1rem;
}

.cons-open-by-label[b-fcajxmzg03] { font-size: 0.82rem; color: var(--muted); }
.cons-open-none[b-fcajxmzg03] { font-size: 0.82rem; color: var(--ok); }
.cons-open-chips[b-fcajxmzg03] { display: flex; flex-wrap: wrap; gap: 0.4rem; }

.cons-open-chip[b-fcajxmzg03] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.2rem 0.6rem;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: var(--surface-soft);
    font-size: 0.82rem;
    color: var(--ink);
}

.cons-open-n[b-fcajxmzg03] {
    min-width: 1.3rem;
    padding: 0 0.35rem;
    border-radius: 999px;
    background: #fbeee0;
    color: #b7791f;
    font-weight: 700;
    text-align: center;
    font-variant-numeric: tabular-nums;
}
/* /Components/Pages/Firm/FirmSettings.razor.rz.scp.css */
.firm-settings[b-4e95fqnf5m] {
    max-width: 960px;
    margin: 0 auto;
}

.fs-head h1[b-4e95fqnf5m] {
    margin: 0 0 .25rem;
    font-size: 1.5rem;
}

.fs-sub[b-4e95fqnf5m] {
    color: #6b7280;
    margin: 0 0 1.25rem;
}

.fs-banner[b-4e95fqnf5m] {
    padding: .8rem 1rem;
    border-radius: 12px;
    margin-bottom: 1rem;
    font-size: .92rem;
}

.fs-banner.ok[b-4e95fqnf5m] { background: #e8f5ee; border: 1px solid #b6e3ca; color: #14663b; }
.fs-banner.err[b-4e95fqnf5m] { background: #fdecec; border: 1px solid #f5c2c2; color: #9b1c1c; }

.fs-card-title[b-4e95fqnf5m] {
    margin: 0 0 1rem;
    font-size: 1.05rem;
    color: #1f2937;
    padding-bottom: .5rem;
    border-bottom: 1px solid #eef0f2;
}

.fs-flags[b-4e95fqnf5m] {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 1.5rem;
    padding-top: .4rem;
}

.chk[b-4e95fqnf5m] {
    display: flex;
    align-items: center;
    gap: .5rem;
    font-weight: 600;
    cursor: pointer;
}

.fs-save[b-4e95fqnf5m] {
    display: flex;
    justify-content: flex-start;
    margin: 1.25rem 0;
}

/* Branding images */
.fs-images[b-4e95fqnf5m] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
}

.img-slot[b-4e95fqnf5m] {
    display: flex;
    flex-direction: column;
    gap: .6rem;
    padding: 1rem;
    border: 1px solid #e4e4e6;
    border-radius: 12px;
    background: #fafbfb;
}

.img-slot h4[b-4e95fqnf5m] {
    margin: 0;
    font-size: .95rem;
}

.img-preview[b-4e95fqnf5m] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 120px;
    background: #fff;
    border: 1px dashed #d1d5db;
    border-radius: 8px;
    overflow: hidden;
}

.img-preview img[b-4e95fqnf5m] {
    max-width: 100%;
    max-height: 160px;
    object-fit: contain;
}

.img-empty[b-4e95fqnf5m] {
    color: #9ca3af;
    font-size: .85rem;
}

.img-form[b-4e95fqnf5m] {
    display: flex;
    gap: .4rem;
    align-items: center;
    margin: 0;
}

.img-form .form-control[b-4e95fqnf5m] {
    flex: 1;
    min-width: 0;
    font-size: .8rem;
}

@media (max-width: 720px) {
    .fs-images[b-4e95fqnf5m] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/NotificationSettings.razor.rz.scp.css */
/* This page never had its own scoped stylesheet — it reused FirmSettings.razor's fs-* class NAMES without
   realizing Blazor CSS isolation scopes those rules to FirmSettings.razor only (a unique b-xxxxx attribute
   selector), so none of FirmSettings.razor.css's styling ever actually applied here. That's why the secondary
   buttons rendered with zero spacing between them (client 2026-08-25) — .fs-save didn't exist in this page's
   scope at all, and even FirmSettings.razor.css's own .fs-save was missing a gap (never noticed there because
   it only ever wraps a single "حفظ" button). Fixed here with an explicit gap rather than copied verbatim. */

.fs-banner[b-oa453xulf8] {
    padding: .8rem 1rem;
    border-radius: 12px;
    margin-bottom: 1rem;
    font-size: .92rem;
}

.fs-banner.ok[b-oa453xulf8] { background: #e8f5ee; border: 1px solid #b6e3ca; color: #14663b; }
.fs-banner.err[b-oa453xulf8] { background: #fdecec; border: 1px solid #f5c2c2; color: #9b1c1c; }

.fs-card-title[b-oa453xulf8] {
    margin: 0 0 1rem;
    font-size: 1.05rem;
    color: #1f2937;
    padding-bottom: .5rem;
    border-bottom: 1px solid #eef0f2;
}

.fs-save[b-oa453xulf8] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .6rem;
    margin: 1.25rem 0 0;
}

.fs-field-action[b-oa453xulf8] {
    display: flex;
    align-items: center;
    gap: .5rem;
}

.fs-field-action .form-control[b-oa453xulf8] {
    flex: 1;
    min-width: 0;
}

.fs-field-action .btn[b-oa453xulf8] {
    flex-shrink: 0;
    white-space: nowrap;
}

/* ── خدمة الواتساب ─────────────────────────────────────────────────────────────
   Scoped to this page (Blazor CSS isolation keys rules to the OWNING component, not to the class name — see
   docs/GOTCHAS.md), matching the fs-* block above rather than adding a second visual language. */

.wa-modes[b-oa453xulf8] {
    border: 1px solid #eef0f2;
    border-radius: 12px;
    padding: .9rem 1rem;
    margin: 0 0 1.25rem;
}

.wa-modes legend[b-oa453xulf8] {
    float: none;
    width: auto;
    padding: 0 .4rem;
    margin: 0;
    font-size: .9rem;
}

.wa-mode[b-oa453xulf8],
.wa-toggle[b-oa453xulf8] {
    display: flex;
    align-items: flex-start;
    gap: .6rem;
    padding: .5rem 0;
    cursor: pointer;
}

.wa-mode input[b-oa453xulf8],
.wa-toggle input[b-oa453xulf8] {
    margin-top: .25rem;
    flex-shrink: 0;
}

.wa-mode span[b-oa453xulf8],
.wa-toggle span[b-oa453xulf8] {
    display: flex;
    flex-direction: column;
    gap: .15rem;
}

.wa-mode small[b-oa453xulf8],
.wa-toggle small[b-oa453xulf8] {
    color: #6b7280;
    font-size: .85rem;
    line-height: 1.5;
}

.wa-toggle[b-oa453xulf8] {
    padding: .6rem 0;
    border-bottom: 1px solid #f3f4f6;
}

.wa-toggle:last-of-type[b-oa453xulf8] { border-bottom: 0; }

.wa-status[b-oa453xulf8] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .5rem 1.25rem;
    margin: 1rem 0 0;
    font-size: .9rem;
}

.wa-stat b[b-oa453xulf8] {
    font-weight: 600;
    color: #1f2937;
}

.wa-reason[b-oa453xulf8] {
    display: block;
    margin-top: .25rem;
    color: #9b1c1c;
    font-size: .82rem;
}

/* Meta ended the link on its own — loud enough to be acted on, since under coexistence the commonest cause
   (the Business app left unopened) is fixed by the firm and by nobody else. */
.wa-ended[b-oa453xulf8] {
    margin: 0 0 1rem;
    padding: .7rem .9rem;
    border: 1px solid #fcd34d;
    border-radius: .5rem;
    background: #fffbeb;
    color: #78350f;
    font-size: .88rem;
    line-height: 1.6;
}

.wa-ended b[b-oa453xulf8] { font-weight: 600; }
/* /Components/Pages/Subscribe.razor.rz.scp.css */
.sub-head[b-0estdl08qf] {
    margin-bottom: 1.75rem;
}

.sub-card[b-0estdl08qf] {
    max-width: 760px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #e4e4e6;
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 12px 32px -20px rgba(15, 40, 30, .35);
}

.sub-grid[b-0estdl08qf] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.1rem 1.25rem;
}

.sub-grid .full[b-0estdl08qf] {
    grid-column: 1 / -1;
}

.field[b-0estdl08qf] {
    display: flex;
    flex-direction: column;
    gap: .35rem;
}

.field .form-label[b-0estdl08qf] {
    margin: 0;
    font-weight: 600;
}

.field-hint[b-0estdl08qf] {
    font-size: .78rem;
    color: #6b7280;
}

/* Domain input with grey @ … .com affixes */
.domain-group[b-0estdl08qf] {
    display: flex;
    align-items: stretch;
    direction: ltr;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
}

.domain-group .form-control[b-0estdl08qf] {
    border: none;
    border-radius: 0;
    flex: 1;
    min-width: 0;
    text-align: left;
    box-shadow: none;
}

.domain-affix[b-0estdl08qf] {
    display: flex;
    align-items: center;
    padding: 0 .7rem;
    background: #f3f4f6;
    color: #6b7280;
    font-weight: 700;
    user-select: none;
}

.sub-actions[b-0estdl08qf] {
    display: flex;
    gap: .75rem;
    margin-top: 1.75rem;
}

/* Success state */
.sub-done[b-0estdl08qf] {
    text-align: center;
    max-width: 560px;
    padding: 2.5rem 2rem;
}

.sub-done-ico[b-0estdl08qf] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 68px;
    height: 68px;
    margin-bottom: 1rem;
    border-radius: 50%;
    background: #e8f5ee;
    color: #1f9d57;
}

.sub-done-ico[b-0estdl08qf]  svg {
    width: 34px;
    height: 34px;
    stroke-width: 2.4;
}

.sub-done h2[b-0estdl08qf] {
    margin: 0 0 .5rem;
}

.sub-done p[b-0estdl08qf] {
    color: #4b5563;
    margin: 0 0 1.5rem;
}

@media (max-width: 640px) {
    .sub-grid[b-0estdl08qf] {
        grid-template-columns: 1fr;
    }

    .sub-card[b-0estdl08qf] {
        padding: 1.4rem;
    }
}
/* /Components/Pages/Subscriptions/Subscriptions.razor.rz.scp.css */
.subs-console[b-duutvhcubc] {
    max-width: none;   /* full width — the app-content padding is the only inset from the screen edges */
}

/* Summary stats above the offices table */
.subs-stats[b-duutvhcubc] {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: .75rem;
    margin-bottom: 1.25rem;
}

@media (max-width: 900px) {
    .subs-stats[b-duutvhcubc] { grid-template-columns: repeat(2, 1fr); }
}

.subs-stat[b-duutvhcubc] {
    background: #fff;
    border: 1px solid #e4e4e6;
    border-radius: 14px;
    padding: .85rem 1rem;
    display: flex;
    flex-direction: column;
    gap: .3rem;
}

.subs-stat-label[b-duutvhcubc] {
    font-size: .8rem;
    color: #6b7280;
}

.subs-stat-val[b-duutvhcubc] {
    font-size: 1.4rem;
    font-weight: 700;
    color: #1a3157;
    line-height: 1.1;
}

.subs-stat-val.pos[b-duutvhcubc] { color: #14663b; }
.subs-stat-val.mut[b-duutvhcubc] { color: #6b7280; }

.subs-stat-cur[b-duutvhcubc] {
    font-size: .85rem;
    font-weight: 600;
    color: #9ca3af;
    margin-inline-start: .2rem;
}

.subs-head h1[b-duutvhcubc] {
    margin: 0 0 .25rem;
    font-size: 1.5rem;
}

.subs-sub[b-duutvhcubc] {
    color: #6b7280;
    margin: 0 0 1.25rem;
}

/* Banners */
.subs-banner[b-duutvhcubc] {
    padding: .8rem 1rem;
    border-radius: 12px;
    margin-bottom: 1rem;
    font-size: .92rem;
}

.subs-banner.ok[b-duutvhcubc] {
    background: #e8f5ee;
    border: 1px solid #b6e3ca;
    color: #14663b;
}

.subs-banner.err[b-duutvhcubc] {
    background: #fdecec;
    border: 1px solid #f5c2c2;
    color: #9b1c1c;
}

/* Tabs */
.subs-tabs[b-duutvhcubc] {
    display: flex;
    gap: .5rem;
    border-bottom: 1px solid #e4e4e6;
    margin-bottom: 1.25rem;
}

.subs-tab[b-duutvhcubc] {
    padding: .6rem 1rem;
    border-bottom: 3px solid transparent;
    color: #4b5563;
    font-weight: 600;
    text-decoration: none;
}

.subs-tab.active[b-duutvhcubc] {
    color: #14663b;
    border-bottom-color: #1f9d57;
}

.subs-count[b-duutvhcubc] {
    display: inline-block;
    min-width: 1.4em;
    padding: 0 .35em;
    margin-inline-start: .3rem;
    border-radius: 999px;
    background: #eef0f2;
    color: #4b5563;
    font-size: .78rem;
    text-align: center;
}

.subs-tab.active .subs-count[b-duutvhcubc] {
    background: #d7f0e2;
    color: #14663b;
}

.subs-empty[b-duutvhcubc] {
    color: #6b7280;
    padding: 2rem 0;
    text-align: center;
}

/* Tables */
.subs-table-wrap[b-duutvhcubc] {
    overflow-x: auto;
    border: 1px solid #e4e4e6;
    border-radius: 14px;
}

.subs-table[b-duutvhcubc] {
    width: 100%;
    border-collapse: collapse;
    font-size: .9rem;
    background: #fff;
}

.subs-table thead th[b-duutvhcubc] {
    background: #f7f8f9;
    color: #4b5563;
    font-weight: 600;
    text-align: start;
    padding: .7rem .8rem;
    white-space: nowrap;
    border-bottom: 1px solid #e4e4e6;
}

.subs-table td[b-duutvhcubc] {
    padding: .7rem .8rem;
    border-bottom: 1px solid #f0f1f2;
    vertical-align: middle;
}

.subs-table tbody tr:last-child td[b-duutvhcubc] {
    border-bottom: none;
}

.subs-table tbody tr:hover[b-duutvhcubc] {
    background: #fafbfb;
}

.row-suspended[b-duutvhcubc] {
    opacity: .6;
}

.cell-strong[b-duutvhcubc] {
    font-weight: 600;
    color: #1f2937;
}

.sub-sub[b-duutvhcubc] {
    display: block;
    font-size: .76rem;
    color: #6b7280;
}

.sub-muted[b-duutvhcubc] {
    color: #9ca3af;
}

/* Badges */
.sub-badge[b-duutvhcubc] {
    display: inline-block;
    padding: .15rem .55rem;
    border-radius: 999px;
    font-size: .76rem;
    font-weight: 600;
    white-space: nowrap;
}

.b-active[b-duutvhcubc], .b-paid[b-duutvhcubc] { background: #e8f5ee; color: #14663b; }
.b-trial[b-duutvhcubc] { background: #e7f0fb; color: #1d4ed8; }
.b-due[b-duutvhcubc] { background: #fef3e2; color: #b45309; }
.b-cancel[b-duutvhcubc] { background: #fdecec; color: #9b1c1c; }
.b-expired[b-duutvhcubc] { background: #eef0f2; color: #6b7280; }
.b-free[b-duutvhcubc] { background: #eae7fb; color: #5b21b6; }

.dot-badge[b-duutvhcubc] {
    display: inline-block;
    padding: .15rem .55rem;
    border-radius: 999px;
    font-size: .76rem;
    font-weight: 600;
}

.dot-badge.on[b-duutvhcubc] { background: #e8f5ee; color: #14663b; }
.dot-badge.off[b-duutvhcubc] { background: #fdecec; color: #9b1c1c; }

/* Action buttons */
.subs-actions[b-duutvhcubc] {
    display: flex;
    flex-wrap: wrap;
    gap: .35rem;
}

.subs-inline-form[b-duutvhcubc] {
    display: inline;
    margin: 0;
}

/* Accept modal extras (base .rz-modal styling is global) */
.pass-row[b-duutvhcubc] {
    display: flex;
    gap: .4rem;
}

.pass-row .form-control[b-duutvhcubc] {
    flex: 1;
}

/* Domain input with grey @ … .com affixes */
.domain-group[b-duutvhcubc] {
    display: flex;
    align-items: stretch;
    direction: ltr;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
}

.domain-group .form-control[b-duutvhcubc] {
    border: none;
    border-radius: 0;
    flex: 1;
    min-width: 0;
    text-align: left;
    box-shadow: none;
}

.domain-affix[b-duutvhcubc] {
    display: flex;
    align-items: center;
    padding: 0 .7rem;
    background: #f3f4f6;
    color: #6b7280;
    font-weight: 700;
    user-select: none;
}

/* Live password requirements */
.pw-reqs[b-duutvhcubc] {
    list-style: none;
    margin: .5rem 0 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: .25rem .9rem;
    font-size: .76rem;
}

.pw-reqs li[b-duutvhcubc] {
    color: #9ca3af;
    position: relative;
    padding-inline-start: 1.15rem;
}

.pw-reqs li[b-duutvhcubc]::before {
    content: "✕";
    position: absolute;
    inset-inline-start: 0;
    color: #c0392b;
    font-weight: 700;
}

.pw-reqs li.ok[b-duutvhcubc] {
    color: #14663b;
}

.pw-reqs li.ok[b-duutvhcubc]::before {
    content: "✓";
    color: #1f9d57;
}

.pay-plan[b-duutvhcubc] {
    display: flex;
    flex-direction: column;
    gap: .6rem;
    padding-top: .4rem;
    border-top: 1px dashed #e4e4e6;
}

.chk[b-duutvhcubc] {
    display: flex;
    align-items: center;
    gap: .5rem;
    font-weight: 600;
    cursor: pointer;
}

.price-row[b-duutvhcubc] {
    max-width: 240px;
}

.rz-modal-foot[b-duutvhcubc] {
    display: flex;
    gap: .6rem;
    padding: 1rem 1.25rem;
    border-top: 1px solid #eef0f2;
}

.renew-confirm[b-duutvhcubc] {
    margin: 0 0 1rem;
    font-weight: 600;
    color: #1f2937;
}
