@import '_content/Just.Core.Blazor/Just.Core.Blazor.nze37279dg.bundle.scp.css';
@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.boiwgh0w5b.bundle.scp.css';

/* /Components/App.razor.rz.scp.css */
@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 300 900;
    src: local('Rubik'), url(webfonts/rubik.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: 'Rubik';
    font-style: italic;
    font-weight: 300 900;
    src: local('Rubik'), url(webfonts/rubik_italic.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* /Components/Layout/AuthLayout.razor.rz.scp.css */
/* ══════════════════════════════════════════
   Auth Layout — Shared Split-Panel Styles
   All auth pages (Login, Register, etc.) render inside this layout.
   ::deep pierces into child page components.
   ══════════════════════════════════════════ */

/* ── Page shell ── */
[b-gc5cu93q3s] .auth-page {
    display: flex;
    min-height: 100vh;
    width: 100%;
}

/* ── Left: Brand Panel ── */
[b-gc5cu93q3s] .auth-brand {
    width: 42%;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4rem 3.5rem;
    /* Multi-layer background: radial glows + dot-grid + landing-hero gradient */
    background:
        radial-gradient(ellipse at 10% 75%, rgba(0, 102, 255, 0.22) 0%, transparent 55%),
        radial-gradient(ellipse at 85% 10%, rgba(255, 215, 0, 0.06) 0%, transparent 45%),
        radial-gradient(ellipse at 90% 85%, rgba(0, 102, 255, 0.10) 0%, transparent 40%),
        radial-gradient(circle, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
        linear-gradient(145deg, #001A4D 0%, #002966 45%, #00388C 100%);
    background-size: auto, auto, auto, 32px 32px, auto;
}

/* Thin vertical highlight on right edge */
[b-gc5cu93q3s] .auth-brand::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, 0.07);
    pointer-events: none;
}

[b-gc5cu93q3s] .auth-brand-inner {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 360px;
}

/* Brand logo */
[b-gc5cu93q3s] .auth-brand-logo {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    text-decoration: none;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.18em;
}

/* Thin rule separating logo from body */
[b-gc5cu93q3s] .auth-brand-divider {
    width: 32px;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
    margin: 2rem 0;
}

/* Decorative icon box */
[b-gc5cu93q3s] .auth-icon-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.25rem;
    line-height: 1;
    margin-bottom: 1.5rem;
}

[b-gc5cu93q3s] .auth-brand-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.3;
    margin-bottom: 0.625rem;
    letter-spacing: -0.01em;
}

[b-gc5cu93q3s] .auth-brand-body {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.55);
    line-height: 1.7;
    margin-bottom: 0;
}

/* Trust feature list */
[b-gc5cu93q3s] .auth-trust-list {
    display: flex;
    flex-direction: column;
    gap: 0.875rem;
    margin-top: 2rem;
}

[b-gc5cu93q3s] .auth-trust-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.7);
}

/* Gold check icons — matches landing hero accent style */
[b-gc5cu93q3s] .auth-trust-item i {
    color: rgba(255, 215, 0, 0.75);
    font-size: 0.75rem;
    width: 16px;
    flex-shrink: 0;
}

/* ── Right: Form Panel ── */
[b-gc5cu93q3s] .auth-form-panel {
    flex: 1;
    min-width: 0;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3.5rem 3rem;
    border-left: 1px solid #f1f5f9;
}

/* No floating card — form sits directly on white */
[b-gc5cu93q3s] .auth-card {
    width: 100%;
    max-width: 460px;
}

/* Mobile logo (shown when brand panel is hidden) */
[b-gc5cu93q3s] .auth-mobile-logo {
    color: #0f172a;
    font-weight: 700;
    font-size: 0.9rem;
    letter-spacing: 0.14em;
    text-decoration: none;
}

/* Eyebrow label */
[b-gc5cu93q3s] .auth-eyebrow {
    display: block;
    font-size: 0.7rem;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #94A3B8;
    margin-bottom: 0.5rem;
}

[b-gc5cu93q3s] .auth-title {
    font-size: 1.75rem;
    font-weight: 700;
    color: #002966;
    line-height: 1.25;
    margin-bottom: 0.375rem;
    letter-spacing: -0.02em;
}

[b-gc5cu93q3s] .auth-subtitle {
    font-size: 0.875rem;
    color: #64748B;
    margin-bottom: 0;
    line-height: 1.5;
}

/* ── Form Controls ── */
[b-gc5cu93q3s] .v-input {
    border-radius: 10px;
    border: 1px solid #CBD5E0;
    background: #ffffff;
    color: #002966;
    font-size: 0.9375rem;
    transition: border-color 0.12s ease, box-shadow 0.12s ease;
}

[b-gc5cu93q3s] .v-input:focus {
    border-color: var(--just-primary);
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(0, 102, 255, 0.08);
    outline: none;
}

/* ── Form Footer ── */
[b-gc5cu93q3s] .auth-form-footer {
    margin-top: 2rem;
    padding-top: 1.25rem;
    border-top: 1px solid #F1F5F9;
    text-align: center;
    font-size: 0.875rem;
    color: #64748B;
}

[b-gc5cu93q3s] .auth-form-footer p {
    margin-bottom: 0.5rem;
}

[b-gc5cu93q3s] .auth-form-footer a {
    color: var(--just-primary);
    font-weight: 500;
    text-decoration: none;
}

[b-gc5cu93q3s] .auth-form-footer a:hover {
    text-decoration: underline;
}

[b-gc5cu93q3s] .auth-secondary-links {
    display: flex;
    gap: 0.5rem;
    justify-content: center;
    align-items: center;
    font-size: 0.8rem;
    color: #94A3B8;
}

[b-gc5cu93q3s] .auth-secondary-links a {
    color: #94A3B8;
    font-weight: 400;
    text-decoration: none;
    transition: color 0.12s;
}

[b-gc5cu93q3s] .auth-secondary-links a:hover {
    color: #64748B;
}

.auth-layout-footer[b-gc5cu93q3s] {
    border-top: 1px solid #e2e8f0;
    background: #ffffff;
    padding: 1rem 1.5rem 1.25rem;
}

.auth-layout-footer-links[b-gc5cu93q3s] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.875rem;
    font-size: 0.8rem;
    color: #94a3b8;
}

.auth-layout-footer-links a[b-gc5cu93q3s] {
    color: #64748b;
    text-decoration: none;
}

.auth-layout-footer-links a:hover[b-gc5cu93q3s] {
    color: var(--just-primary);
    text-decoration: underline;
}

/* ══════════════════════════════════════════
   Responsive — Mobile
   ══════════════════════════════════════════ */
@media (max-width: 767.98px) {
    [b-gc5cu93q3s] .auth-page {
        flex-direction: column;
    }

    [b-gc5cu93q3s] .auth-brand {
        display: none;
    }

    [b-gc5cu93q3s] .auth-form-panel {
        min-height: 100vh;
        padding: 2.5rem 1.5rem;
        align-items: flex-start;
        border-left: none;
    }

    [b-gc5cu93q3s] .auth-card {
        max-width: 100%;
    }
}

/* ══════════════════════════════════════════
   Responsive — Tablet
   ══════════════════════════════════════════ */
@media (min-width: 768px) and (max-width: 991.98px) {
    [b-gc5cu93q3s] .auth-brand {
        width: 38%;
        padding: 3rem 2rem;
    }

    [b-gc5cu93q3s] .auth-brand-title {
        font-size: 1.3rem;
    }

    [b-gc5cu93q3s] .auth-form-panel {
        padding: 3rem 2rem;
    }
}
/* /Components/Layout/BaseLayout.razor.rz.scp.css */
/* ─── App shell ─── */

main[b-jjynxbt2sc] {
    display: flex;
    flex: 1 1 auto;
    width: 100%;
    min-height: 100vh;
}

/* ─── Fixed top header bar ─── */
/*
   Positioned to the right of the sidebar so both share the same
   border language (slate.100 divider) without overlapping.
*/
.just-header[b-jjynxbt2sc] {
    position: fixed;
    top: 0;
    left: var(--just-sidebar-width);
    right: 0;
    height: var(--just-header-height);
    background: white;
    border-bottom: 1px solid #f1f5f9;
    z-index: 50;
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0 1.5rem;
}

@media (max-width: 767.98px) {
    .just-header[b-jjynxbt2sc] {
        left: 0;
        padding: 0 1rem;
    }
}
/* /Components/Layout/EditorLayout.razor.rz.scp.css */
.workspace-editor-content[b-on9r9u9xuq] {
    margin-left: var(--just-sidebar-width);
    padding-top: var(--just-header-height);
    height: 100vh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    width: calc(min(100%, 100vw) - var(--just-sidebar-width));
    box-sizing: border-box;
}

@media (max-width: 767.98px) {
    .workspace-editor-content[b-on9r9u9xuq] {
        margin-left: 0;
        width: 100vw;
        height: 100dvh;
        padding-bottom: calc(4rem + env(safe-area-inset-bottom, 0px));
    }
}
/* /Components/Layout/HeaderBar.razor.rz.scp.css */
/* ─── Left: page title ─── */

.header-title[b-kcjaqex338] {
    flex: 1;
    display: flex;
    align-items: center;
    min-width: 0;
    font-size: 0.9375rem;
    font-weight: 600;
    color: #0f172a;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.header-title[b-kcjaqex338]  > * {
    display: block;
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* ─── Right: actions + user chip ─── */

.header-actions[b-kcjaqex338] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-shrink: 0;
}

/* ─── User chip ─── */

.header-user-chip[b-kcjaqex338] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.3125rem 0.75rem 0.3125rem 0.3125rem;
    border-radius: 99px;
    text-decoration: none;
    color: #0f172a;
    font-size: 0.875rem;
    font-weight: 500;
    border: 1px solid #e2e8f0;
    background: white;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
    line-height: 1;
}

.header-user-chip:hover[b-kcjaqex338] {
    border-color: #cbd5e1;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.07);
}

.header-avatar[b-kcjaqex338] {
    width: 1.75rem;
    height: 1.75rem;
    background: #eff6ff;
    color: var(--just-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9375rem;
    flex-shrink: 0;
}

/* Hide name on mobile — keep only the avatar */
@media (max-width: 767.98px) {
    .header-username[b-kcjaqex338] { display: none; }
    .header-user-chip[b-kcjaqex338] { padding: 0.25rem; }
}
/* /Components/Layout/LandingLayout.razor.rz.scp.css */
/* ═══════════════════════════════════════════════════════════════════════════
   LANDING LAYOUT  —  Header, Footer, Error UI
   No Bootstrap. All layout via scoped CSS + Tailwind utilities.
═══════════════════════════════════════════════════════════════════════════ */


/* ═══════════════════════════════════════════════════════════════════════════
   LANDING LAYOUT  —  Header + Footer
═══════════════════════════════════════════════════════════════════════════ */


/* ─── HEADER ─── */

.landing-header[b-4z0vvaiy8u] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 50;
    height: var(--just-header-height);
    background: rgba(255, 255, 255, 0.97);
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 1px 0 rgba(0,0,0,0.05), 0 4px 24px rgba(0, 0, 0, 0.07);
    transition:
        background    0.35s ease,
        border-color  0.35s ease,
        box-shadow    0.35s ease;
}

.landing-header.home-top[b-4z0vvaiy8u] {
    background: transparent;
    border-bottom-color: transparent;
    box-shadow: none;
}

.landing-header-inner[b-4z0vvaiy8u] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.landing-nav[b-4z0vvaiy8u] {
    display: flex;
    align-items: center;
    height: 100%;
    position: relative;
    gap: 1rem;
}


/* ─── BRAND ─── */

.landing-brand[b-4z0vvaiy8u] {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    flex-shrink: 0;
    text-decoration: none;
    transition: opacity 0.2s ease;
}
.landing-brand:hover[b-4z0vvaiy8u] { opacity: 0.85; }

.landing-brand-icon[b-4z0vvaiy8u] {
    width: 32px;
    height: 32px;
    padding: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: background 0.3s ease, border-color 0.3s ease;
}

.landing-brand-name[b-4z0vvaiy8u] {
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.2em;
    color: #001A4D;
    transition: color 0.3s ease;
}

.landing-header.home-top .landing-brand-name[b-4z0vvaiy8u] {
    color: #fff;
}


/* ─── DESKTOP NAV LINKS ─── */

.landing-nav-links[b-4z0vvaiy8u] {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 0.25rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
}

.landing-nav-link[b-4z0vvaiy8u] {
    font-size: 0.875rem;
    font-weight: 500;
    text-decoration: none;
    color: #4A5568;
    padding: 0.35rem 0.75rem;
    border-radius: 7px;
    transition: color 0.18s ease, background 0.18s ease;
}
.landing-nav-link:hover[b-4z0vvaiy8u] {
    color: #001A4D;
    background: rgba(0, 41, 102, 0.06);
}

.landing-header.home-top .landing-nav-link[b-4z0vvaiy8u] {
    color: rgba(255, 255, 255, 0.75);
}
.landing-header.home-top .landing-nav-link:hover[b-4z0vvaiy8u] {
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
}


/* ─── DESKTOP ACTIONS ─── */

.landing-nav-actions[b-4z0vvaiy8u] {
    display: none;
    align-items: center;
    gap: 0.5rem;
    margin-left: auto;
    flex-shrink: 0;
}

.landing-nav-login[b-4z0vvaiy8u] {
    font-size: 0.875rem;
    font-weight: 500;
    color: #4A5568;
    text-decoration: none;
    padding: 0.4rem 0.75rem;
    border-radius: 7px;
    transition: color 0.18s ease, background 0.18s ease;
}
.landing-nav-login:hover[b-4z0vvaiy8u] {
    color: #001A4D;
    background: rgba(0, 41, 102, 0.06);
}
.landing-header.home-top .landing-nav-login[b-4z0vvaiy8u] {
    color: rgba(255, 255, 255, 0.75);
}
.landing-header.home-top .landing-nav-login:hover[b-4z0vvaiy8u] {
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
}

.landing-nav-cta[b-4z0vvaiy8u] {
    display: inline-flex;
    align-items: center;
    font-size: 0.85rem;
    font-weight: 700;
    text-decoration: none;
    color: #001A4D;
    background: linear-gradient(135deg, #FCD34D, #F59E0B);
    border-radius: 8px;
    padding: 0.45rem 1.1rem;
    transition: opacity 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
    box-shadow: 0 2px 10px rgba(245, 158, 11, 0.35);
}
.landing-nav-cta:hover[b-4z0vvaiy8u] {
    opacity: 0.92;
    transform: translateY(-1px);
    box-shadow: 0 4px 16px rgba(245, 158, 11, 0.45);
}


/* ─── HAMBURGER ─── */

.landing-hamburger[b-4z0vvaiy8u] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 8px;
    background: rgba(0, 41, 102, 0.06);
    border: 1px solid rgba(0, 41, 102, 0.12);
    cursor: pointer;
    color: #4A5568;
    font-size: 1rem;
    margin-left: auto;
    transition: background 0.18s ease, border-color 0.18s ease, color 0.3s ease;
}
.landing-hamburger:hover[b-4z0vvaiy8u] {
    background: rgba(0, 41, 102, 0.1);
    color: #001A4D;
}
.landing-header.home-top .landing-hamburger[b-4z0vvaiy8u] {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.9);
}
.landing-header.home-top .landing-hamburger:hover[b-4z0vvaiy8u] {
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
}


/* ─── MOBILE MENU ─── */

.landing-mobile-menu[b-4z0vvaiy8u] {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    background: rgba(255, 255, 255, 0.99);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 0 0 16px 16px;
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-top: none;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    transition: max-height 0.35s ease, opacity 0.25s ease, padding 0.3s ease;
    padding: 0 0.75rem;
}
.landing-mobile-menu.open[b-4z0vvaiy8u] {
    max-height: 520px;
    opacity: 1;
    padding: 0.75rem 0.75rem 1.25rem;
    pointer-events: auto;
}

.landing-header.home-top .landing-mobile-menu[b-4z0vvaiy8u] {
    background: rgba(1, 18, 56, 0.97);
    border-color: rgba(255, 255, 255, 0.09);
}

.landing-mobile-link[b-4z0vvaiy8u] {
    display: block;
    padding: 0.6rem 0.75rem;
    font-size: 0.9375rem;
    font-weight: 500;
    color: #4A5568;
    text-decoration: none;
    border-radius: 8px;
    transition: background 0.15s ease, color 0.15s ease;
}
.landing-mobile-link:hover[b-4z0vvaiy8u] {
    background: rgba(0, 41, 102, 0.06);
    color: #001A4D;
}
.landing-header.home-top .landing-mobile-link[b-4z0vvaiy8u] {
    color: rgba(255, 255, 255, 0.8);
}
.landing-header.home-top .landing-mobile-link:hover[b-4z0vvaiy8u] {
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
}

.landing-mobile-divider[b-4z0vvaiy8u] {
    height: 1px;
    background: rgba(0, 0, 0, 0.07);
    margin: 0.4rem 0.75rem;
}
.landing-header.home-top .landing-mobile-divider[b-4z0vvaiy8u] {
    background: rgba(255, 255, 255, 0.1);
}

.landing-mobile-cta[b-4z0vvaiy8u] {
    display: block;
    text-align: center;
    font-size: 0.9rem;
    font-weight: 700;
    text-decoration: none;
    color: #001A4D;
    background: linear-gradient(135deg, #FCD34D, #F59E0B);
    border-radius: 10px;
    padding: 0.65rem 1.25rem;
    margin: 0.25rem 0 0;
    box-shadow: 0 3px 12px rgba(245, 158, 11, 0.3);
}


/* ─── DESKTOP BREAKPOINT ─── */

@media (min-width: 1024px) {
    .landing-nav-links[b-4z0vvaiy8u]   { display: flex; }
    .landing-nav-actions[b-4z0vvaiy8u] { display: flex; }
    .landing-hamburger[b-4z0vvaiy8u]   { display: none; }
    .landing-mobile-menu[b-4z0vvaiy8u] { display: none !important; }
}


/* ─── FOOTER ─── */

.landing-footer[b-4z0vvaiy8u] {
    background: #020F2B;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.landing-footer-inner[b-4z0vvaiy8u] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 3.5rem 1.5rem 2rem;
}

/* Top: brand col + nav cols */
.footer-top[b-4z0vvaiy8u] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.5rem;
    padding-bottom: 2.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    margin-bottom: 1.75rem;
}

@media (min-width: 640px) {
    .footer-top[b-4z0vvaiy8u] {
        grid-template-columns: 1fr 1fr;
        gap: 2rem;
    }
    .footer-brand-col[b-4z0vvaiy8u] {
        grid-column: 1 / -1;
    }
}

@media (min-width: 1024px) {
    .footer-top[b-4z0vvaiy8u] {
        grid-template-columns: 2fr 1fr 1fr;
    }
    .footer-brand-col[b-4z0vvaiy8u] {
        grid-column: auto;
    }
}

/* Brand column */
.footer-brand-mark[b-4z0vvaiy8u] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
    margin-bottom: 1rem;
}

.footer-brand-icon[b-4z0vvaiy8u] {
    width: 30px;
    height: 30px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.footer-brand-name[b-4z0vvaiy8u] {
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.2em;
    color: rgba(255, 255, 255, 0.85);
}

.footer-tagline[b-4z0vvaiy8u] {
    font-size: 0.83rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.35);
    max-width: 300px;
    margin-bottom: 1.25rem;
}

.footer-trust-chips[b-4z0vvaiy8u] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.footer-chip[b-4z0vvaiy8u] {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 0.7rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.4);
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 999px;
    padding: 0.25rem 0.75rem;
    letter-spacing: 0.03em;
}

.footer-chip i[b-4z0vvaiy8u] {
    font-size: 0.65rem;
    color: rgba(255, 255, 255, 0.3);
}

/* Nav columns */
.footer-nav-heading[b-4z0vvaiy8u] {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3);
    margin-bottom: 0.875rem;
}

.footer-nav-list[b-4z0vvaiy8u] {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.footer-nav-link[b-4z0vvaiy8u] {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    transition: color 0.18s ease;
    display: inline-block;
    padding: 0.1rem 0;
}
.footer-nav-link:hover[b-4z0vvaiy8u] {
    color: rgba(255, 255, 255, 0.85);
}

/* Bottom bar */
.footer-bottom[b-4z0vvaiy8u] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem 1rem;
}

.footer-copy[b-4z0vvaiy8u] {
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.25);
}

.footer-copy-subtle[b-4z0vvaiy8u] {
    color: rgba(255, 255, 255, 0.15);
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.workspace-main-content[b-iqdqo49nky] {
    margin-left: var(--just-sidebar-width);
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    width: 100%;
}

.workspace-main-container[b-iqdqo49nky] {
    padding-top: calc(var(--just-header-height) + 1.5rem);
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    padding-bottom: 1.5rem;
    width: 100%;
    flex: 1;
}

.workspace-main-body[b-iqdqo49nky] {
    display: flex;
    flex-direction: column;
    max-width: 1600px;
    margin: 0 auto;
    width: 100%;
}

@media (max-width: 767.98px) {
    .workspace-main-content[b-iqdqo49nky] {
        margin-left: 0;
    }

    .workspace-main-container[b-iqdqo49nky] {
        padding-top: calc(var(--just-header-height) + 1rem);
        padding-right: 1rem;
        padding-left: 1rem;
        padding-bottom: calc(1rem + 4rem + env(safe-area-inset-bottom, 0px));
    }
}
/* /Components/Layout/SignLayout.razor.rz.scp.css */
/* ── Outer shell ─────────────────────────────────────────────────────────── */

.sign-layout[b-270sm252v0] {
    height: 100svh;
    display: flex;
    flex-direction: column;
    background: linear-gradient(145deg, #001A4D 0%, #002966 45%, #00388C 100%);
    position: relative;
    overflow: hidden;
}

/* Radial glows */
.sign-layout[b-270sm252v0]::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(ellipse at 10% 60%, rgba(0, 102, 255, 0.22) 0%, transparent 55%),
        radial-gradient(ellipse at 80% 10%, rgba(255, 215, 0, 0.07) 0%, transparent 45%),
        radial-gradient(ellipse at 90% 85%, rgba(0, 102, 255, 0.1) 0%, transparent 40%);
    pointer-events: none;
}

/* Dot-grid texture */
.sign-layout[b-270sm252v0]::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle, rgba(255,255,255,0.045) 1px, transparent 1px);
    background-size: 32px 32px;
    pointer-events: none;
}

/* ── Header ──────────────────────────────────────────────────────────────── */

.sign-layout-header[b-270sm252v0] {
    position: relative;
    z-index: 10;
    padding: 0.875rem 2rem;
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.sign-layout-brand[b-270sm252v0] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
    color: #fff;
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    opacity: 0.92;
    transition: opacity 0.15s ease;
}

.sign-layout-brand:hover[b-270sm252v0] {
    opacity: 1;
}

/* ── Main ────────────────────────────────────────────────────────────────── */

.sign-layout-main[b-270sm252v0] {
    position: relative;
    z-index: 1;
    flex: 1;
    min-height: 0; /* allows flex child to shrink below content size */
    display: flex;
    align-items: stretch;
    justify-content: center;
    padding: 0.75rem 1.5rem;
}

/* ── Footer ──────────────────────────────────────────────────────────────── */

.sign-layout-footer[b-270sm252v0] {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.25rem;
    padding: 0.625rem 2rem;
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.35);
    flex-shrink: 0;
}

.sign-layout-footer a[b-270sm252v0] {
    color: rgba(255, 255, 255, 0.35);
    text-decoration: none;
    transition: color 0.15s ease;
}

.sign-layout-footer a:hover[b-270sm252v0] {
    color: rgba(255, 255, 255, 0.65);
}

/* The sign page renders its own full-screen overlay (both mobile and desktop).
   Hide the layout chrome on all screen sizes — the overlay provides its own UI. */
.sign-layout-header[b-270sm252v0],
.sign-layout-footer[b-270sm252v0] {
    display: none;
}

@media (max-width: 767px) {
    .sign-layout[b-270sm252v0] {
        height: 100svh;
        overflow: hidden;
    }

    .sign-layout-main[b-270sm252v0] {
        padding: 0;
    }
}
/* /Components/Layout/WorkspaceLayout.razor.rz.scp.css */
.sidebar-section-label[b-vgoow9jqdg] {
    font-size: 0.6875rem;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 600;
    padding: 0 0.75rem;
    margin: 0.25rem 0 0.25rem;
}

.sidebar-section-label-spaced[b-vgoow9jqdg] {
    margin-top: 1rem;
}

.sidebar-bottom[b-vgoow9jqdg] {
    margin-top: auto;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    padding-top: 1rem;
    border-top: 1px solid #f1f5f9;
}

.upgrade-banner[b-vgoow9jqdg] {
    background: linear-gradient(135deg, #fffbeb 0%, #fef3c7 100%);
    border: 1px solid #fde68a;
    border-radius: 10px;
    padding: 0.875rem 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.375rem;
}

.upgrade-title[b-vgoow9jqdg] {
    font-size: 0.8125rem;
    font-weight: 700;
    color: #1e293b;
    margin: 0;
    line-height: 1.3;
}

.upgrade-desc[b-vgoow9jqdg] {
    font-size: 0.75rem;
    color: #64748b;
    margin: 0;
    line-height: 1.4;
}

.upgrade-btn[b-vgoow9jqdg] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.375rem;
    margin-top: 0.375rem;
    padding: 0.4375rem 0.875rem;
    font-size: 0.8125rem;
    font-weight: 600;
    color: white;
    background-color: #f59e0b;
    border: 1px solid #f59e0b;
    border-radius: 8px;
    text-decoration: none;
    transition: background-color 120ms ease, box-shadow 120ms ease;
    width: 100%;
}

.upgrade-btn:hover[b-vgoow9jqdg] {
    background-color: #d97706;
    border-color: #d97706;
    box-shadow: 0 2px 8px rgb(245 158 11 / 0.3);
}

.sidebar-footer-links[b-vgoow9jqdg] {
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
}

[b-vgoow9jqdg] .nav-link-xs,
.nav-link-xs[b-vgoow9jqdg] {
    font-size: 0.75rem;
    padding: 0.25rem 0.625rem;
    color: #94a3b8;
}

[b-vgoow9jqdg] .nav-link-xs:hover,
.nav-link-xs:hover[b-vgoow9jqdg] {
    color: #475569;
}

.mobile-bottom-nav[b-vgoow9jqdg] {
    display: none;
}

@media (max-width: 767.98px) {
    .mobile-bottom-nav[b-vgoow9jqdg] {
        display: flex;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        height: calc(4rem + env(safe-area-inset-bottom, 0px));
        padding-bottom: env(safe-area-inset-bottom, 0px);
        background: white;
        border-top: 1px solid #f1f5f9;
        z-index: 50;
        box-shadow: 0 -1px 8px rgba(0, 0, 0, 0.06);
    }
}

[b-vgoow9jqdg] .mobile-nav-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    font-size: 0.6875rem;
    font-weight: 500;
    color: #94a3b8;
    text-decoration: none;
    transition: color 120ms ease;
    padding: 0.5rem;
}

[b-vgoow9jqdg] .mobile-nav-item i {
    font-size: 1.125rem;
    width: auto;
}

[b-vgoow9jqdg] .mobile-nav-item:hover {
    color: #475569;
    background: none;
}

[b-vgoow9jqdg] .mobile-nav-item.active {
    color: #0066ff;
    background: none;
}
/* /Components/Pages/Kontakt.razor.rz.scp.css */
/* ═══════════════════════════════════════════════════════════════════════════
   CONTACT PAGE  —  dark navy hero, matches LandingLayout hero style
═══════════════════════════════════════════════════════════════════════════ */

.kontakt-page[b-34z73kawpa] {
    width: 100%;
    min-height: 100svh;
    background: linear-gradient(145deg, #001A4D 0%, #002966 45%, #00388C 100%);
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
}

/* Radial glows matching the hero section */
.kontakt-page[b-34z73kawpa]::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(ellipse at 10% 60%, rgba(0, 102, 255, 0.22) 0%, transparent 55%),
        radial-gradient(ellipse at 80% 10%, rgba(255, 215, 0, 0.07) 0%, transparent 45%),
        radial-gradient(ellipse at 90% 85%, rgba(0, 102, 255, 0.1) 0%, transparent 40%);
    pointer-events: none;
}

/* Dot-grid texture */
.kontakt-page[b-34z73kawpa]::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle, rgba(255,255,255,0.045) 1px, transparent 1px);
    background-size: 32px 32px;
    pointer-events: none;
}

.kontakt-inner[b-34z73kawpa] {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: calc(var(--just-header-height) + 4rem) 1.5rem 5rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    align-items: center;
}

@media (max-width: 1023px) {
    .kontakt-inner[b-34z73kawpa] {
        grid-template-columns: 1fr;
        gap: 3rem;
        padding-top: calc(var(--just-header-height) + 3rem);
    }
}


/* ══════════════════════════════════════════════
   LEFT COLUMN — info
══════════════════════════════════════════════ */

.kontakt-eyebrow[b-34z73kawpa] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: .72rem;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: rgba(255, 215, 0, 0.88);
    background: rgba(255, 215, 0, 0.10);
    border: 1px solid rgba(255, 215, 0, 0.30);
    padding: .35rem 1rem;
    border-radius: 999px;
}

.kontakt-heading[b-34z73kawpa] {
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -.03em;
    color: #fff;
}

.kontakt-lead[b-34z73kawpa] {
    font-size: 1rem;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.6);
    max-width: 380px;
}

@media (max-width: 1023px) {
    .kontakt-lead[b-34z73kawpa] { max-width: 100%; }
}

/* ── Info items ── */

.kontakt-items[b-34z73kawpa] {
    display: flex;
    flex-direction: column;
    gap: 1.75rem;
}

.kontakt-item[b-34z73kawpa] {
    display: flex;
    gap: 14px;
    align-items: flex-start;
}

.kontakt-item > i[b-34z73kawpa] {
    color: rgba(255, 215, 0, 0.75);
    font-size: .95rem;
    margin-top: .15rem;
    flex-shrink: 0;
}

.kontakt-item-label[b-34z73kawpa] {
    font-size: .875rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: .2rem;
}

.kontakt-item-text[b-34z73kawpa] {
    font-size: .8125rem;
    color: rgba(255, 255, 255, 0.45);
    line-height: 1.6;
}

.kontakt-item-link[b-34z73kawpa] {
    display: inline-block;
    margin-top: .5rem;
    font-size: .8rem;
    font-weight: 600;
    color: rgba(255, 215, 0, 0.8);
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: opacity .15s ease;
}

.kontakt-item-link:hover[b-34z73kawpa] { opacity: .7; }


/* ══════════════════════════════════════════════
   RIGHT COLUMN — form card
══════════════════════════════════════════════ */

.kontakt-col-form[b-34z73kawpa] {
    background: rgba(255, 255, 255, 0.97);
    border-radius: 20px;
    padding: 2.5rem;
    box-shadow:
        0 24px 64px rgba(0, 0, 0, 0.40),
        0 4px 20px rgba(0, 0, 0, 0.20);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

@media (max-width: 1023px) {
    .kontakt-col-form[b-34z73kawpa] {
        padding: 2rem 1.5rem;
    }
}
/* /Components/Pages/Landing.razor.rz.scp.css */
/* ─────────────────────────────────────────────────────────────
   LANDING PAGE  –  scoped styles
   Tailwind handles spacing / layout / typography.
   This file covers special visual treatments only:
   backgrounds, hover effects, complex positioning,
   the browser mockup, and pricing card variants.
   ───────────────────────────────────────────────────────────── */

.landing-page[b-x8m77jzi60] {
    width: 100%;
}


/* ══════════════════════════════════════════════
   HERO
══════════════════════════════════════════════ */

.landing-hero[b-x8m77jzi60] {
    background: linear-gradient(145deg, #001A4D 0%, #002966 45%, #00388C 100%);
    position: relative;
    overflow: hidden;
    min-height: 100svh;
    display: flex;
    align-items: center;
}

/* Soft radial glows */
.landing-hero[b-x8m77jzi60]::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(ellipse at 15% 60%, rgba(0, 102, 255, 0.22) 0%, transparent 55%),
        radial-gradient(ellipse at 75% 15%, rgba(255, 215, 0, 0.07) 0%, transparent 45%),
        radial-gradient(ellipse at 90% 80%, rgba(0, 102, 255, 0.12) 0%, transparent 40%);
    pointer-events: none;
}

/* Dot-grid texture */
.landing-hero[b-x8m77jzi60]::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle, rgba(255,255,255,0.045) 1px, transparent 1px);
    background-size: 32px 32px;
    pointer-events: none;
}

/* Two-column inner layout */
.hero-inner[b-x8m77jzi60] {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: calc(var(--just-header-height) + 3rem) 1.5rem 4rem;
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
}

@media (min-width: 1024px) {
    .hero-inner[b-x8m77jzi60] {
        grid-template-columns: 1fr 1fr;
        gap: 5rem;
        padding-top: calc(var(--just-header-height) + 2rem);
        padding-bottom: 3rem;
    }
}

/* ── Left column ── */

.hero-copy[b-x8m77jzi60] {
    max-width: 560px;
}

@media (max-width: 1023px) {
    .hero-copy[b-x8m77jzi60] {
        max-width: 100%;
        text-align: center;
        margin: 0 auto;
    }
}

.hero-eyebrow[b-x8m77jzi60] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 215, 0, 0.1);
    border: 1px solid rgba(255, 215, 0, 0.3);
    color: rgba(255, 215, 0, 0.88);
    font-size: .72rem;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
    padding: .4rem 1rem;
    border-radius: 999px;
}

.hero-eyebrow i[b-x8m77jzi60] {
    line-height: 1;
}

.hero-title[b-x8m77jzi60] {
    font-size: clamp(2.4rem, 5vw, 3.75rem);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -.03em;
    color: #fff;
}

.hero-accent[b-x8m77jzi60] {
    color: #FCD34D;
    display: inline-block;
}

.hero-subtitle[b-x8m77jzi60] {
    font-size: 1.05rem;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.6);
    max-width: 480px;
}

@media (max-width: 1023px) {
    .hero-subtitle[b-x8m77jzi60] {
        margin: 0 auto;
    }
}

.hero-ctas[b-x8m77jzi60] {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
}

@media (max-width: 1023px) {
    .hero-ctas[b-x8m77jzi60] {
        justify-content: center;
    }
}

.btn-hero-secondary[b-x8m77jzi60] {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.22);
    color: #fff;
    font-weight: 600;
    border-radius: 10px;
    padding: .65rem 1.5rem;
    font-size: 1rem;
    text-decoration: none;
    transition: background .15s ease, border-color .15s ease, transform .2s ease;
    backdrop-filter: blur(4px);
}

.btn-hero-secondary:hover[b-x8m77jzi60] {
    background: rgba(255, 255, 255, 0.16);
    border-color: rgba(255, 255, 255, 0.4);
    color: #fff;
    transform: translateY(-2px);
}

/* Trust row */
.hero-trust-row[b-x8m77jzi60] {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem 2rem;
    align-items: center;
}

@media (max-width: 1023px) {
    .hero-trust-row[b-x8m77jzi60] {
        justify-content: center;
    }
}

.hero-trust-item[b-x8m77jzi60] {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: .78rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.45);
    letter-spacing: .03em;
}

.hero-trust-item i[b-x8m77jzi60] {
    font-size: .8rem;
    color: rgba(255, 255, 255, 0.3);
}

/* ── Right column: visual ── */

.hero-visual[b-x8m77jzi60] {
    position: relative;
    display: none;
}

@media (min-width: 1024px) {
    .hero-visual[b-x8m77jzi60] {
        display: block;
    }
}

/* Signing card */
.hero-card[b-x8m77jzi60] {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 20px;
    padding: 28px;
    backdrop-filter: blur(16px);
    box-shadow:
        0 40px 80px -20px rgba(0, 0, 0, 0.5),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.hero-card-header[b-x8m77jzi60] {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 24px;
}

.hero-card-icon[b-x8m77jzi60] {
    width: 42px;
    height: 42px;
    background: rgba(0, 102, 255, 0.25);
    border: 1px solid rgba(0, 102, 255, 0.35);
    border-radius: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #60A5FA;
    font-size: 1.1rem;
    flex-shrink: 0;
}

.hero-card-meta[b-x8m77jzi60] {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.hero-card-filename[b-x8m77jzi60] {
    font-size: .88rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.9);
}

.hero-card-status[b-x8m77jzi60] {
    font-size: .72rem;
    font-weight: 500;
    color: #FCD34D;
    letter-spacing: .04em;
}

/* Simulated document lines */
.hero-doc-preview[b-x8m77jzi60] {
    display: flex;
    flex-direction: column;
    gap: 9px;
    margin-bottom: 24px;
    padding: 18px;
    background: rgba(255, 255, 255, 0.04);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.07);
}

.hero-doc-line[b-x8m77jzi60] {
    height: 8px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.1);
}

/* Signature zone */
.hero-sig-zone[b-x8m77jzi60] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 16px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px dashed rgba(255, 255, 255, 0.15);
    border-radius: 12px;
    gap: 12px;
}

.hero-sig-label[b-x8m77jzi60] {
    font-size: .78rem;
    color: rgba(255, 255, 255, 0.4);
    display: flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
}

.hero-sig-btn[b-x8m77jzi60] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #0066FF;
    color: #fff;
    font-size: .82rem;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    padding: .5rem 1rem;
    cursor: default;
    white-space: nowrap;
    box-shadow: 0 4px 16px rgba(0, 102, 255, 0.4);
}

.hero-sig-btn i[b-x8m77jzi60] {
    font-size: 1rem;
}

/* Floating toast */
.hero-toast[b-x8m77jzi60] {
    position: absolute;
    bottom: -18px;
    left: -24px;
    display: flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    border-radius: 12px;
    padding: 10px 16px;
    font-size: .82rem;
    font-weight: 600;
    color: #0F172A;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25);
    animation: heroFloatA-b-x8m77jzi60 5s ease-in-out infinite;
}

.hero-toast i[b-x8m77jzi60] {
    color: #22C55E;
    font-size: 1rem;
}

/* Floating security chip */
.hero-chip[b-x8m77jzi60] {
    position: absolute;
    top: -18px;
    right: -20px;
    display: flex;
    align-items: center;
    gap: 7px;
    background: rgba(0, 41, 102, 0.9);
    border: 1px solid rgba(0, 102, 255, 0.3);
    border-radius: 999px;
    padding: 7px 14px;
    font-size: .75rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(8px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
    animation: heroFloatB-b-x8m77jzi60 6s ease-in-out infinite;
}

.hero-chip i[b-x8m77jzi60] {
    color: #60A5FA;
    font-size: .85rem;
}

@keyframes heroFloatA-b-x8m77jzi60 {
    0%, 100% { transform: translateY(0px); }
    50%       { transform: translateY(-8px); }
}

@keyframes heroFloatB-b-x8m77jzi60 {
    0%, 100% { transform: translateY(0px); }
    50%       { transform: translateY(6px); }
}


/* ══════════════════════════════════════════════
   TRUST BAR  (kept for potential reuse)
══════════════════════════════════════════════ */

.trust-bar[b-x8m77jzi60] {
    background: #fff;
    border-bottom: 1px solid #E8EDF5;
}


/* ══════════════════════════════════════════════
   SHARED SECTION UTILITIES
══════════════════════════════════════════════ */

.section-eyebrow[b-x8m77jzi60] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #0066FF;
    background: rgba(0, 102, 255, 0.08);
    border: 1px solid rgba(0, 102, 255, 0.18);
    padding: .35rem 1rem;
    border-radius: 999px;
}


/* ══════════════════════════════════════════════
   FEATURES SECTION
══════════════════════════════════════════════ */

.features-section[b-x8m77jzi60] {
    background: #F8FAFF;
    border-top: 1px solid #E8EDF5;
    border-bottom: 1px solid #E8EDF5;
}

.feature-card[b-x8m77jzi60] {
    background: #fff;
    border: 1px solid #E8EDF5;
    border-radius: 24px;
    padding: 32px;
    transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
    position: relative;
    overflow: hidden;
}

.feature-card[b-x8m77jzi60]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 10%;
    right: 10%;
    height: 2px;
    background: radial-gradient(ellipse at 50% 0%, #3385FF 0%, transparent 75%);
    opacity: 0;
    transition: opacity .28s ease;
}

.feature-card:hover[b-x8m77jzi60] {
    transform: translateY(-7px);
    box-shadow: 0 24px 48px -12px rgba(0, 102, 255, 0.14);
    border-color: rgba(0, 102, 255, 0.25);
}

.feature-card:hover[b-x8m77jzi60]::before {
    opacity: 1;
}

/* Center card — slightly elevated by default */
.feature-card.feature-card-accent[b-x8m77jzi60] {
    border-color: rgba(0, 102, 255, 0.3);
    box-shadow: 0 16px 40px -10px rgba(0, 102, 255, 0.12);
}

.feature-card.feature-card-accent[b-x8m77jzi60]::before {
    opacity: 1;
}

.feature-card.feature-card-accent:hover[b-x8m77jzi60] {
    transform: translateY(-10px);
    box-shadow: 0 28px 56px -14px rgba(0, 102, 255, 0.2);
}

.feature-icon-box[b-x8m77jzi60] {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, #0066FF 0%, #3385FF 100%);
    color: #fff;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin-bottom: 20px;
    box-shadow: 0 8px 20px rgba(0, 102, 255, 0.3);
}

.feature-card-title[b-x8m77jzi60] {
    font-size: 1rem;
    font-weight: 700;
    color: #0F172A;
    margin-bottom: 10px;
    letter-spacing: -.01em;
}

.feature-card-body[b-x8m77jzi60] {
    font-size: .88rem;
    color: #64748B;
    line-height: 1.7;
    margin: 0;
}


/* ══════════════════════════════════════════════
   HOW IT WORKS
══════════════════════════════════════════════ */

.how-section[b-x8m77jzi60] {
    background: #fff;
}

.how-grid[b-x8m77jzi60] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3.5rem;
    align-items: center;
}

@media (min-width: 1024px) {
    .how-grid[b-x8m77jzi60] {
        grid-template-columns: 1fr 1fr;
        gap: 5rem;
    }
}

.how-steps[b-x8m77jzi60] {
    /* left column */
}

.step-item[b-x8m77jzi60] {
    display: flex;
    align-items: flex-start;
    gap: 22px;
    position: relative;
    padding-bottom: 44px;
}

.step-item.step-last[b-x8m77jzi60] {
    padding-bottom: 0;
}

.step-connector[b-x8m77jzi60] {
    position: absolute;
    left: 21px;
    top: 46px;
    width: 2px;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 102, 255, 0.4) 0%, rgba(0, 102, 255, 0.05) 100%);
}

.step-num[b-x8m77jzi60] {
    width: 44px;
    height: 44px;
    background: linear-gradient(135deg, #0066FF, #3385FF);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 1rem;
    flex-shrink: 0;
    z-index: 1;
    box-shadow: 0 0 0 8px rgba(0, 102, 255, 0.1), 0 4px 12px rgba(0, 102, 255, 0.3);
}

.step-content[b-x8m77jzi60] {
    padding-top: 10px;
}

.step-title[b-x8m77jzi60] {
    font-size: 1rem;
    font-weight: 700;
    color: #0F172A;
    margin-bottom: 6px;
    letter-spacing: -.01em;
}

.step-body[b-x8m77jzi60] {
    font-size: .88rem;
    color: #64748B;
    line-height: 1.7;
    margin: 0;
}

/* Browser mockup */
.how-mockup-wrap[b-x8m77jzi60] {
    /* right column */
}

.browser-mockup[b-x8m77jzi60] {
    border: 1px solid #DDE4EF;
    border-radius: 16px;
    overflow: hidden;
    box-shadow:
        0 40px 70px -15px rgba(0, 0, 0, 0.18),
        0 0 0 1px rgba(0, 0, 0, 0.04);
}

.mockup-header[b-x8m77jzi60] {
    background: #F1F4F9;
    padding: 10px 14px;
    border-bottom: 1px solid #DDE4EF;
    display: flex;
    gap: 7px;
    align-items: center;
}

.mockup-addressbar[b-x8m77jzi60] {
    flex: 1;
    text-align: center;
    font-size: .7rem;
    color: #94A3B8;
    background: #E8EDF5;
    border-radius: 5px;
    padding: 2px 8px;
    margin: 0 8px;
    font-family: monospace;
}

.dot[b-x8m77jzi60] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    flex-shrink: 0;
}

.dot-red[b-x8m77jzi60]    { background: #FF5F57; }
.dot-yellow[b-x8m77jzi60] { background: #FEBC2E; }
.dot-green[b-x8m77jzi60]  { background: #28C840; }

.mockup-body[b-x8m77jzi60] {
    background: #fff;
    aspect-ratio: 16/10;
    position: relative;
}

.cycle-image[b-x8m77jzi60] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    animation: imageCycle-b-x8m77jzi60 8s infinite;
}

.cycle-image:nth-child(1)[b-x8m77jzi60] { animation-delay: 0s; }
.cycle-image:nth-child(2)[b-x8m77jzi60] { animation-delay: 2s; }
.cycle-image:nth-child(3)[b-x8m77jzi60] { animation-delay: 4s; }
.cycle-image:nth-child(4)[b-x8m77jzi60] { animation-delay: 6s; }

@keyframes imageCycle-b-x8m77jzi60 {
    0%   { opacity: 0; }
    5%   { opacity: 1; }
    25%  { opacity: 1; }
    30%  { opacity: 0; }
    100% { opacity: 0; }
}


/* ══════════════════════════════════════════════
   SECURITY SECTION
══════════════════════════════════════════════ */

.security-section[b-x8m77jzi60] {
    background: linear-gradient(160deg, #001433 0%, #002166 50%, #001A4D 100%);
    position: relative;
    overflow: hidden;
}

.security-section[b-x8m77jzi60]::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle, rgba(255,255,255,0.035) 1px, transparent 1px);
    background-size: 32px 32px;
    pointer-events: none;
}

.security-section[b-x8m77jzi60]::after {
    content: '';
    position: absolute;
    top: -200px;
    right: -200px;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(0, 102, 255, 0.15) 0%, transparent 65%);
    pointer-events: none;
}

.section-eyebrow-light[b-x8m77jzi60] {
    color: rgba(255, 215, 0, 0.85);
    background: rgba(255, 215, 0, 0.1);
    border-color: rgba(255, 215, 0, 0.25);
}

.sec-card[b-x8m77jzi60] {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 20px;
    padding: 28px;
    transition: background .25s ease, border-color .25s ease, transform .25s ease;
    position: relative;
    z-index: 1;
}

.sec-card:hover[b-x8m77jzi60] {
    background: rgba(255, 255, 255, 0.07);
    border-color: rgba(0, 102, 255, 0.35);
    transform: translateY(-4px);
}

.sec-card-icon-wrap[b-x8m77jzi60] {
    width: 48px;
    height: 48px;
    background: rgba(0, 102, 255, 0.2);
    border: 1px solid rgba(0, 102, 255, 0.3);
    border-radius: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    color: #60A5FA;
    flex-shrink: 0;
}

.sec-card-title[b-x8m77jzi60] {
    font-size: .95rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 6px;
    letter-spacing: -.01em;
}

.sec-card-body[b-x8m77jzi60] {
    font-size: .83rem;
    color: rgba(255, 255, 255, 0.45);
    line-height: 1.7;
    margin: 0;
}


/* ══════════════════════════════════════════════
   USE CASES SECTION
══════════════════════════════════════════════ */

.usecases-section[b-x8m77jzi60] {
    background: #F8FAFF;
    border-top: 1px solid #E8EDF5;
    border-bottom: 1px solid #E8EDF5;
}

.usecase-card[b-x8m77jzi60] {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    background: #fff;
    border: 1px solid #E8EDF5;
    border-radius: 20px;
    padding: 28px;
    transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.usecase-card:hover[b-x8m77jzi60] {
    transform: translateY(-5px);
    box-shadow: 0 16px 36px -8px rgba(0, 0, 0, 0.1);
    border-color: rgba(0, 102, 255, 0.2);
}

.usecase-icon-wrap[b-x8m77jzi60] {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #EEF4FF, #DDEAFF);
    border: 1px solid rgba(0, 102, 255, 0.15);
    border-radius: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    color: #0066FF;
    flex-shrink: 0;
}

.usecase-title[b-x8m77jzi60] {
    font-size: .95rem;
    font-weight: 700;
    color: #0F172A;
    margin-bottom: 6px;
    letter-spacing: -.01em;
}

.usecase-body[b-x8m77jzi60] {
    font-size: .85rem;
    color: #64748B;
    line-height: 1.7;
    margin: 0;
}


/* ══════════════════════════════════════════════
   PRICING
══════════════════════════════════════════════ */

.lp-pricing[b-x8m77jzi60] {
    background: linear-gradient(160deg, #001433 0%, #002166 55%, #001A4D 100%);
    position: relative;
    overflow: hidden;
}

.lp-pricing[b-x8m77jzi60]::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle, rgba(255,255,255,0.03) 1px, transparent 1px);
    background-size: 32px 32px;
    pointer-events: none;
}

/* ── Grid ── */
.pricing-grid[b-x8m77jzi60] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    align-items: stretch;
}

@media (min-width: 768px) {
    .pricing-grid[b-x8m77jzi60] {
        grid-template-columns: repeat(3, 1fr);
        gap: 1.25rem;
    }
}

/* ── Wrapper: badge slot + card, full height column ── */
.pricing-wrap[b-x8m77jzi60] {
    display: flex;
    flex-direction: column;
}

.pricing-badge-slot[b-x8m77jzi60] {
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: -14px;
    position: relative;
    z-index: 1;
}

.pricing-badge[b-x8m77jzi60] {
    display: inline-flex;
    align-items: center;
    background: linear-gradient(90deg, #F59E0B, #FCD34D);
    color: #001A4D;
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .09em;
    text-transform: uppercase;
    padding: .28rem 1rem;
    border-radius: 999px;
    box-shadow: 0 4px 14px rgba(245, 158, 11, 0.45);
}

/* ── Base card ── */
.pricing-card[b-x8m77jzi60] {
    flex: 1;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 28px;
}

/* ── Featured card ── */
.pricing-card-featured[b-x8m77jzi60] {
    background: linear-gradient(160deg, #0052CC 0%, #0066FF 60%, #1A7AFF 100%);
    border: none;
    box-shadow: 0 24px 60px -10px rgba(0, 80, 200, 0.55);
}

/* ── Dark card ── */
.pricing-card-dark[b-x8m77jzi60] {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.07);
}

/* ── Card content ── */

.pricing-name[b-x8m77jzi60] {
    font-size: .8rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.55);
    margin-bottom: 10px;
}

.pricing-amount[b-x8m77jzi60] {
    font-size: 3rem;
    font-weight: 800;
    color: #fff;
    letter-spacing: -.04em;
    line-height: 1;
    margin-bottom: 8px;
}

.pricing-cur[b-x8m77jzi60] {
    font-size: 1.4rem;
    font-weight: 600;
    vertical-align: top;
    margin-top: 6px;
    display: inline-block;
}

.pricing-desc[b-x8m77jzi60] {
    font-size: .83rem;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 0;
}

.pricing-rule[b-x8m77jzi60] {
    height: 1px;
    background: rgba(255, 255, 255, 0.12);
    margin: 20px 0;
}

/* ── Feature lists ── */

.pricing-features[b-x8m77jzi60] {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.pricing-features li[b-x8m77jzi60] {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: .875rem;
    color: rgba(255, 255, 255, 0.5);
}

.pricing-features li i[b-x8m77jzi60] {
    font-size: .75rem;
    color: rgba(255, 255, 255, 0.3);
    flex-shrink: 0;
    width: 14px;
    text-align: center;
}

/* White text for featured (blue) card */
.pricing-features-white li[b-x8m77jzi60] {
    color: rgba(255, 255, 255, 0.88);
}

.pricing-features-white li i[b-x8m77jzi60] {
    color: rgba(255, 255, 255, 0.6);
}

/* Dimmer for dark card */
.pricing-features-light li[b-x8m77jzi60] {
    color: rgba(255, 255, 255, 0.45);
}

.pricing-features-light li i[b-x8m77jzi60] {
    color: rgba(255, 255, 255, 0.25);
}

/* ── CTAs ── */

.pricing-cta[b-x8m77jzi60] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: .7rem 1rem;
    border-radius: 10px;
    font-size: .9rem;
    font-weight: 700;
    text-decoration: none;
    transition: opacity .18s ease, transform .18s ease;
    text-align: center;
}

.pricing-cta:hover[b-x8m77jzi60] {
    opacity: 0.88;
    transform: translateY(-1px);
}

.pricing-cta-ghost[b-x8m77jzi60] {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: rgba(255, 255, 255, 0.7);
}

.pricing-cta-gold[b-x8m77jzi60] {
    background: linear-gradient(135deg, #FCD34D, #F59E0B);
    color: #001A4D;
    box-shadow: 0 4px 16px rgba(245, 158, 11, 0.4);
}

.pricing-cta-outline-light[b-x8m77jzi60] {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.6);
}

/* (btn-pricing-business replaced by .pricing-cta-outline-light) */


/* ══════════════════════════════════════════════
   FAQ
══════════════════════════════════════════════ */

.faq-section[b-x8m77jzi60] {
    background: #fff;
    border-top: 1px solid #E8EDF5;
}

.faq-layout[b-x8m77jzi60] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
}

@media (min-width: 1024px) {
    .faq-layout[b-x8m77jzi60] {
        grid-template-columns: 280px 1fr;
        gap: 5rem;
        align-items: start;
    }
}

.faq-header[b-x8m77jzi60] {
    /* sticky on desktop */
}

@media (min-width: 1024px) {
    .faq-header[b-x8m77jzi60] {
        position: sticky;
        top: calc(var(--just-header-height) + 2rem);
    }
}

.faq-contact-link[b-x8m77jzi60] {
    color: #0066FF;
    font-weight: 600;
    text-decoration: none;
    transition: color .15s ease;
}

.faq-contact-link:hover[b-x8m77jzi60] {
    color: #003D99;
    text-decoration: underline;
}

.faq-list[b-x8m77jzi60] {
    /* right column */
}

.faq-item[b-x8m77jzi60] {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 24px 0;
    border-bottom: 1px solid #F1F5F9;
}

.faq-item.faq-last[b-x8m77jzi60] {
    border-bottom: none;
}

.faq-q-icon[b-x8m77jzi60] {
    font-size: 1.1rem;
    color: #CBD5E1;
    margin-top: 2px;
    flex-shrink: 0;
    transition: color .2s ease;
}

.faq-item:hover .faq-q-icon[b-x8m77jzi60] {
    color: #0066FF;
}

.faq-question[b-x8m77jzi60] {
    font-weight: 700;
    color: #0F172A;
    margin-bottom: .5rem;
    font-size: .95rem;
    letter-spacing: -.01em;
}

.faq-answer[b-x8m77jzi60] {
    color: #64748B;
    line-height: 1.75;
    margin-bottom: 0;
    font-size: .88rem;
}


/* ══════════════════════════════════════════════
   FINAL CTA SECTION
══════════════════════════════════════════════ */

.lp-cta[b-x8m77jzi60] {
    background: linear-gradient(145deg, #001433 0%, #002166 45%, #003380 100%);
    position: relative;
    overflow: hidden;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.lp-cta[b-x8m77jzi60]::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle, rgba(255,255,255,0.04) 1px, transparent 1px);
    background-size: 32px 32px;
    pointer-events: none;
}

.lp-cta[b-x8m77jzi60]::after {
    content: '';
    position: absolute;
    bottom: -150px;
    left: 50%;
    transform: translateX(-50%);
    width: 700px;
    height: 400px;
    background: radial-gradient(ellipse, rgba(0, 102, 255, 0.2) 0%, transparent 65%);
    pointer-events: none;
}

.lp-cta-inner[b-x8m77jzi60] {
    position: relative;
    z-index: 1;
    max-width: 640px;
    margin: 0 auto;
    padding: 6rem 1.5rem;
    text-align: center;
}

.lp-cta-badge[b-x8m77jzi60] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(252, 211, 77, 0.12);
    border: 1px solid rgba(252, 211, 77, 0.3);
    color: #FCD34D;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    padding: .4rem 1rem;
    border-radius: 999px;
    margin-bottom: 1.75rem;
}

.lp-cta-title[b-x8m77jzi60] {
    font-size: clamp(2rem, 5vw, 3.25rem);
    font-weight: 800;
    color: #fff;
    line-height: 1.15;
    letter-spacing: -.03em;
    margin-bottom: 1.25rem;
}

.lp-cta-sub[b-x8m77jzi60] {
    font-size: 1.05rem;
    color: rgba(255, 255, 255, 0.55);
    line-height: 1.7;
    margin-bottom: 2.5rem;
}

.lp-cta-actions[b-x8m77jzi60] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: .75rem;
    margin-bottom: 2.5rem;
}

.lp-cta-reassurance[b-x8m77jzi60] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem 2rem;
    font-size: .78rem;
    color: rgba(255, 255, 255, 0.35);
    font-weight: 500;
}

.lp-cta-reassurance i[b-x8m77jzi60] {
    color: rgba(255, 255, 255, 0.25);
    margin-right: 4px;
}
/* /Components/UI/Overlay.razor.rz.scp.css */
.v-overlay[b-b3o283nmy6] {
    position: fixed;
    inset: 0;
    z-index: 60;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.25rem;
    background: rgba(15, 23, 42, 0.6);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    animation: v-overlay-fade-in-b-b3o283nmy6 0.2s ease-out both;
}

@keyframes v-overlay-fade-in-b-b3o283nmy6 {
    from { opacity: 0; }
    to { opacity: 1; }
}

@media (max-width: 680px) {
    .v-overlay[b-b3o283nmy6] {
        padding: 1rem;
    }
}
/* /Components/UI/Toggle.razor.rz.scp.css */
.v-toggle[b-6ae8ql3y90] {
    position: relative;
    display: grid;
    grid-template-columns: repeat(var(--v-toggle-count), minmax(0, 1fr));
    align-items: center;
    gap: 0;
    background: #f1f4f6;
    border-radius: 9999px;
    padding: 0.125rem;
    overflow: hidden;
    isolation: isolate;
}

.v-toggle__thumb[b-6ae8ql3y90] {
    position: absolute;
    top: 0.125rem;
    bottom: 0.125rem;
    left: calc(0.125rem + (var(--v-toggle-index) * ((100% - 0.25rem) / var(--v-toggle-count))));
    width: calc((100% - 0.25rem) / var(--v-toggle-count));
    border-radius: 9999px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.08);
    transition: left 180ms cubic-bezier(0.22, 1, 0.36, 1);
    will-change: left;
    z-index: 0;
}

.v-toggle__option[b-6ae8ql3y90] {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    appearance: none;
    background: transparent;
    border: 0;
    color: #475569;
    font-size: 0.8125rem;
    font-weight: 600;
    line-height: 1.2;
    white-space: nowrap;
    border-radius: 9999px;
    padding: 0.5rem 0.875rem;
    transition: color 160ms ease, transform 180ms cubic-bezier(0.22, 1, 0.36, 1);
    cursor: pointer;
}

.v-toggle__option--active[b-6ae8ql3y90] {
    color: #0066ff;
}

.v-toggle__option:hover:not(:disabled):not(.v-toggle__option--active)[b-6ae8ql3y90] {
    color: #0f172a;
}

.v-toggle__option:focus-visible[b-6ae8ql3y90] {
    outline: none;
}

.v-toggle__option:disabled[b-6ae8ql3y90] {
    cursor: not-allowed;
}

.v-toggle--disabled[b-6ae8ql3y90] {
    opacity: 0.7;
}

@media (prefers-reduced-motion: reduce) {
    .v-toggle__thumb[b-6ae8ql3y90],
    .v-toggle__option[b-6ae8ql3y90] {
        transition: none;
    }
}
/* /Components/UI/UpgradeLock.razor.rz.scp.css */
.up-lock[b-npfzkgmbdm] {
    position: relative;
    --up-lock-radius: 9999px; /* default: pill-shaped controls like Toggle */
}

/* Override per child control type */
.up-lock:has(.v-select)[b-npfzkgmbdm] { --up-lock-radius: var(--radius-lg); }
.up-lock:has(.v-input)[b-npfzkgmbdm]  { --up-lock-radius: var(--radius-lg); }

/* Pill: absolutely covers the child control's footprint */
.up-lock__pill[b-npfzkgmbdm] {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.375rem;
    border-radius: var(--up-lock-radius, 9999px);
    overflow: hidden;
    color: #fff;
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-decoration: none;
    white-space: nowrap;
    opacity: 0;
    transition: opacity 180ms ease, box-shadow 180ms ease;
    pointer-events: none;
}

.up-lock__pill[href][b-npfzkgmbdm] {
    cursor: pointer;
}

/* Blue: Solo-tier gate */
.up-lock__pill--blue[b-npfzkgmbdm] {
    background: linear-gradient(135deg, #0066ff 0%, #0052cc 100%);
    box-shadow: 0 2px 10px rgba(0, 102, 255, 0.25);
}

/* Gold: Pro-tier gate */
.up-lock__pill--gold[b-npfzkgmbdm] {
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    box-shadow: 0 2px 10px rgba(245, 158, 11, 0.30);
}

/* Icon flies in from the left */
.up-lock__pill i[b-npfzkgmbdm] {
    transform: translateX(-18px);
    opacity: 0;
    transition:
        transform 260ms cubic-bezier(0.22, 1, 0.36, 1) 60ms,
        opacity   180ms ease                            60ms;
}

/* Text flies in from the right */
.up-lock__pill span[b-npfzkgmbdm] {
    transform: translateX(14px);
    opacity: 0;
    transition:
        transform 260ms cubic-bezier(0.22, 1, 0.36, 1) 100ms,
        opacity   180ms ease                            100ms;
}

/* Hover: reveal pill */
.up-lock--active:hover .up-lock__pill[b-npfzkgmbdm] {
    opacity: 1;
    pointer-events: none;
}

.up-lock--active:hover .up-lock__pill[href][b-npfzkgmbdm] {
    pointer-events: auto;
}

.up-lock--active:hover .up-lock__pill--blue[b-npfzkgmbdm] {
    box-shadow: 0 4px 16px rgba(0, 102, 255, 0.35);
}

.up-lock--active:hover .up-lock__pill--gold[b-npfzkgmbdm] {
    box-shadow: 0 4px 16px rgba(245, 158, 11, 0.40);
}

.up-lock--active:hover .up-lock__pill i[b-npfzkgmbdm] {
    transform: translateX(0);
    opacity: 1;
}

.up-lock--active:hover .up-lock__pill span[b-npfzkgmbdm] {
    transform: translateX(0);
    opacity: 1;
}

/* Child control fades + shrinks out */
.up-lock--active[b-npfzkgmbdm]  .v-toggle,
.up-lock--active > select[b-npfzkgmbdm],
.up-lock--active > .v-select[b-npfzkgmbdm] {
    transition: opacity 160ms ease, transform 200ms cubic-bezier(0.4, 0, 1, 1);
}

.up-lock--active:hover[b-npfzkgmbdm]  .v-toggle,
.up-lock--active:hover > select[b-npfzkgmbdm],
.up-lock--active:hover > .v-select[b-npfzkgmbdm] {
    opacity: 0;
    transform: scale(0.85);
    pointer-events: none;
}
/* /Features/DocumentManagement/DocumentDetails.razor.rz.scp.css */
/* ── Page Header ──────────────────────────────────────────────── */

.page-back-link[b-4t3lembx2x] {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    font-size: 0.8125rem;
    font-weight: 500;
    color: oklch(55.4% 0.046 257.417);
    text-decoration: none;
    margin-bottom: 0.875rem;
    transition: color 150ms ease;
}

.page-back-link:hover[b-4t3lembx2x] {
    color: oklch(37.2% 0.044 257.287);
}

.page-back-link i[b-4t3lembx2x] {
    font-size: 0.6875rem;
}

.page-header-main[b-4t3lembx2x] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1.25rem;
}

.page-header-content[b-4t3lembx2x] {
    flex: 1;
    min-width: 0;
}

.page-header-meta[b-4t3lembx2x] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.page-header-date[b-4t3lembx2x] {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    font-size: 0.8125rem;
    color: oklch(55.4% 0.046 257.417);
}

.page-header-date i[b-4t3lembx2x] {
    font-size: 0.75rem;
    color: oklch(70.4% 0.04 256.788);
}

.page-header-actions[b-4t3lembx2x] {
    flex-shrink: 0;
    padding-top: 0.125rem;
}

@media (max-width: 640px) {
    .page-header-main[b-4t3lembx2x] {
        flex-direction: column;
        gap: 1rem;
    }

    .page-header-actions[b-4t3lembx2x] {
        width: 100%;
        padding-top: 0;
    }

    .page-header-actions[b-4t3lembx2x]  button,
    .page-header-actions[b-4t3lembx2x]  a[role="button"] {
        width: 100%;
        justify-content: center;
    }
}

/* ── Validation Panel ─────────────────────────────────────────── */

.validation-panel[b-4t3lembx2x] {
    display: flex;
    align-items: flex-start;
    gap: 1.25rem;
    padding: 1.5rem;
    border-radius: var(--radius-xl);
    border: 1px solid;
    border-left-width: 4px;
    background-color: white;
    box-shadow: var(--shadow-sm);
}

.validation-panel--loading[b-4t3lembx2x] {
    border-color: oklch(92.9% 0.013 255.508);
    border-left-color: oklch(70.4% 0.04 256.788);
    background-color: white;
}

.validation-panel--valid[b-4t3lembx2x] {
    border-color: rgb(16 185 129 / 0.25);
    border-left-color: oklch(59.6% 0.145 163.225);
    background-color: oklch(97.9% 0.021 166.113);
}

.validation-panel--invalid[b-4t3lembx2x] {
    border-color: rgb(239 68 68 / 0.2);
    border-left-color: oklch(57.7% 0.245 27.325);
    background-color: oklch(97.1% 0.013 17.38);
}

.validation-icon-wrap[b-4t3lembx2x] {
    flex-shrink: 0;
    width: 3rem;
    height: 3rem;
    border-radius: var(--radius-xl);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.375rem;
}

.validation-panel--loading .validation-icon-wrap[b-4t3lembx2x] {
    background-color: oklch(96.8% 0.007 247.896);
    color: oklch(55.4% 0.046 257.417);
}

.validation-panel--valid .validation-icon-wrap[b-4t3lembx2x] {
    background-color: oklch(95% 0.052 163.051);
    color: oklch(59.6% 0.145 163.225);
}

.validation-panel--invalid .validation-icon-wrap[b-4t3lembx2x] {
    background-color: oklch(97.1% 0.013 17.38);
    color: oklch(57.7% 0.245 27.325);
}

.validation-body[b-4t3lembx2x] {
    flex: 1;
    min-width: 0;
}

.validation-eyebrow[b-4t3lembx2x] {
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: oklch(55.4% 0.046 257.417);
    margin-bottom: 0.25rem;
}

.validation-title[b-4t3lembx2x] {
    font-size: 1rem;
    font-weight: 700;
    color: oklch(20.8% 0.042 265.755);
    margin-bottom: 0.375rem;
    line-height: 1.3;
}

.validation-panel--valid .validation-title[b-4t3lembx2x] {
    color: oklch(35% 0.1 163.225);
}

.validation-panel--invalid .validation-title[b-4t3lembx2x] {
    color: oklch(40% 0.18 27.325);
}

.validation-desc[b-4t3lembx2x] {
    font-size: 0.8125rem;
    color: oklch(44.6% 0.043 257.281);
    line-height: 1.55;
}

.validation-panel--valid .validation-desc[b-4t3lembx2x] {
    color: oklch(42% 0.09 163.225);
}

.validation-panel--invalid .validation-desc[b-4t3lembx2x] {
    color: oklch(45% 0.15 27.325);
}

.validation-actions[b-4t3lembx2x] {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    align-items: flex-end;
}

@media (max-width: 640px) {
    .validation-panel[b-4t3lembx2x] {
        flex-wrap: wrap;
    }

    .validation-actions[b-4t3lembx2x] {
        width: 100%;
        flex-direction: row;
        align-items: flex-start;
    }
}

/* ── Audit Card ──────────────────────────────────────────────── */

.audit-section-gap[b-4t3lembx2x] {
    margin-top: 2rem;
}

.audit-card-header[b-4t3lembx2x] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
}

.audit-card-heading[b-4t3lembx2x] {
    display: flex;
    flex-direction: column;
    gap: 0.375rem;
}

.audit-card-title-row[b-4t3lembx2x] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.audit-card-subtitle[b-4t3lembx2x] {
    margin: 0;
    font-size: 0.8125rem;
    line-height: 1.55;
    color: oklch(44.6% 0.043 257.281);
    max-width: 120ch;
}

/* ── Document Metadata Strip ─────────────────────────────────── */

.audit-doc-meta[b-4t3lembx2x] {
    display: flex;
    align-items: flex-start;
    gap: 0;
    flex-wrap: wrap;
    padding: 0.875rem 1rem;
    border: 1px solid oklch(92.9% 0.013 255.508);
    border-radius: var(--radius-lg);
    background: oklch(98.5% 0.003 247.896);
    margin-bottom: 1.25rem;
}

.audit-doc-meta-item[b-4t3lembx2x] {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    padding: 0.125rem 1.25rem 0.125rem 0;
}

.audit-doc-meta-item--hash[b-4t3lembx2x] {
    flex: 1;
    min-width: 0;
}

.audit-doc-meta-sep[b-4t3lembx2x] {
    width: 1px;
    background: oklch(92.9% 0.013 255.508);
    align-self: stretch;
    margin: 0 1.25rem 0 0;
    flex-shrink: 0;
}

.audit-doc-meta-sep--hash[b-4t3lembx2x] {
    margin-right: 1.25rem;
}

.audit-doc-meta-label[b-4t3lembx2x] {
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: oklch(55.4% 0.046 257.417);
}

.audit-doc-meta-value[b-4t3lembx2x] {
    font-size: 0.8125rem;
    font-weight: 500;
    color: oklch(20.8% 0.042 265.755);
}

.audit-fact-code[b-4t3lembx2x],
.audit-thumbprint[b-4t3lembx2x] {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 0.7rem;
    line-height: 1.55;
    color: oklch(37.2% 0.044 257.287);
    word-break: break-all;
}

/* ── Signer Cards ────────────────────────────────────────────── */

.audit-signers[b-4t3lembx2x] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.audit-signer-card[b-4t3lembx2x] {
    border: 1px solid oklch(92.9% 0.013 255.508);
    border-radius: var(--radius-lg);
    overflow: hidden;
}

.audit-signer-card-header[b-4t3lembx2x] {
    display: flex;
    align-items: center;
    gap: 0.875rem;
    padding: 0.875rem 1rem;
    background: white;
    cursor: pointer;
    user-select: none;
    list-style: none;
    transition: background 150ms ease;
}

.audit-signer-card-header:hover[b-4t3lembx2x] {
    background: oklch(98.5% 0.003 247.896);
}

.audit-signer-card-header[b-4t3lembx2x]::-webkit-details-marker {
    display: none;
}

.audit-signer-chevron[b-4t3lembx2x] {
    font-size: 0.625rem;
    color: oklch(70.4% 0.04 256.788);
    margin-left: auto;
    flex-shrink: 0;
    transition: transform 200ms ease;
}

details[open].audit-signer-card > .audit-signer-card-header .audit-signer-chevron[b-4t3lembx2x] {
    transform: rotate(90deg);
}

.audit-signer-avatar[b-4t3lembx2x] {
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 9999px;
    background: oklch(93% 0.045 255.508);
    color: oklch(40% 0.1 255.508);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.875rem;
    font-weight: 700;
    flex-shrink: 0;
}

.audit-signer-identity[b-4t3lembx2x] {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
}

.audit-signer-name[b-4t3lembx2x] {
    font-size: 0.875rem;
    font-weight: 600;
    color: oklch(20.8% 0.042 265.755);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.audit-signer-email[b-4t3lembx2x] {
    font-size: 0.8125rem;
    color: oklch(55.4% 0.046 257.417);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.audit-signer-signed-at[b-4t3lembx2x] {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.1rem;
}

.audit-signer-signed-label[b-4t3lembx2x] {
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: oklch(59.6% 0.145 163.225);
}

.audit-signer-signed-date[b-4t3lembx2x] {
    font-size: 0.8125rem;
    font-weight: 500;
    color: oklch(20.8% 0.042 265.755);
}

/* ── Timeline Section ────────────────────────────────────────── */

.audit-timeline-section[b-4t3lembx2x] {
    padding: 0.875rem 1rem;
    border-top: 1px solid oklch(96.8% 0.007 247.896);
    background: oklch(98.5% 0.003 247.896);
}

.audit-inner-label[b-4t3lembx2x] {
    display: block;
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: oklch(55.4% 0.046 257.417);
    margin-bottom: 0.75rem;
}

.audit-timeline[b-4t3lembx2x] {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding-left: 1.375rem;
}

.audit-timeline-item[b-4t3lembx2x] {
    position: relative;
    display: grid;
    grid-template-columns: 10rem 1fr;
    gap: 0 0.75rem;
    align-items: start;
    padding-bottom: 0.75rem;
}

.audit-timeline-item:last-child[b-4t3lembx2x] {
    padding-bottom: 0;
}

/* dot */
.audit-timeline-item[b-4t3lembx2x]::before {
    content: "";
    position: absolute;
    top: 0.25rem;
    left: -1.1rem;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 9999px;
    background: white;
    border: 1.5px solid oklch(70.4% 0.04 256.788);
    box-sizing: border-box;
    z-index: 1;
}

.audit-timeline-item:last-child[b-4t3lembx2x]::before {
    background: oklch(59.6% 0.145 163.225);
    border-color: oklch(59.6% 0.145 163.225);
}

/* connector line from dot bottom to next dot */
.audit-timeline-item:not(:last-child)[b-4t3lembx2x]::after {
    content: "";
    position: absolute;
    top: calc(0.25rem + 0.5rem);
    left: calc(-1.125rem + 0.25rem);
    width: 1px;
    bottom: -0.25rem;
    background: oklch(88% 0.013 255.508);
}

.audit-timeline-time[b-4t3lembx2x] {
    font-size: 0.75rem;
    font-weight: 500;
    color: oklch(55.4% 0.046 257.417);
    grid-column: 1;
    grid-row: 1;
    padding-top: 0.0625rem;
}

.audit-timeline-title[b-4t3lembx2x] {
    font-size: 0.8125rem;
    font-weight: 500;
    color: oklch(20.8% 0.042 265.755);
    grid-column: 2;
    grid-row: 1;
}

.audit-timeline-detail[b-4t3lembx2x] {
    font-size: 0.75rem;
    line-height: 1.45;
    color: oklch(55.4% 0.046 257.417);
    grid-column: 2;
    grid-row: 2;
    margin-top: 0.125rem;
}

/* ── Technical Details Section ───────────────────────────────── */

.audit-tech-section[b-4t3lembx2x] {
    padding: 0.875rem 1rem;
    border-top: 1px solid oklch(96.8% 0.007 247.896);
    background: white;
}

.audit-tech-grid[b-4t3lembx2x] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(14rem, 1fr));
    gap: 0;
}

.audit-tech-item[b-4t3lembx2x] {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    padding: 0.625rem 0;
    border-bottom: 1px solid oklch(96.8% 0.007 247.896);
}

.audit-tech-item--wide[b-4t3lembx2x] {
    grid-column: 1 / -1;
}

.audit-tech-item:last-child[b-4t3lembx2x],
.audit-tech-item--wide[b-4t3lembx2x] {
    border-bottom: none;
}

.audit-tech-label[b-4t3lembx2x] {
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: oklch(55.4% 0.046 257.417);
}

.audit-tech-value[b-4t3lembx2x] {
    font-size: 0.8125rem;
    color: oklch(20.8% 0.042 265.755);
}

@media (max-width: 640px) {
    .audit-card-header[b-4t3lembx2x] {
        flex-direction: column;
        align-items: stretch;
    }

    .audit-doc-meta[b-4t3lembx2x] {
        flex-direction: column;
        gap: 0.75rem;
    }

    .audit-doc-meta-sep[b-4t3lembx2x] {
        display: none;
    }

    .audit-doc-meta-item[b-4t3lembx2x] {
        padding-right: 0;
    }

    .audit-timeline-item[b-4t3lembx2x] {
        grid-template-columns: 1fr;
    }

    .audit-timeline-time[b-4t3lembx2x] {
        grid-column: 1;
        grid-row: 1;
    }

    .audit-timeline-title[b-4t3lembx2x] {
        grid-column: 1;
        grid-row: 2;
    }

    .audit-timeline-detail[b-4t3lembx2x] {
        grid-column: 1;
        grid-row: 3;
    }

    .audit-signer-signed-at[b-4t3lembx2x] {
        display: none;
    }
}

/* ── Signature Progress Header ────────────────────────────────── */

.sig-section-header[b-4t3lembx2x] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.sig-progress-wrap[b-4t3lembx2x] {
    display: flex;
    align-items: center;
    gap: 0.625rem;
}

.sig-progress-bar[b-4t3lembx2x] {
    width: 6rem;
    height: 6px;
    border-radius: 9999px;
    background-color: oklch(96.8% 0.007 247.896);
    overflow: hidden;
}

.sig-progress-fill[b-4t3lembx2x] {
    height: 100%;
    border-radius: 9999px;
    background-color: oklch(59.6% 0.145 163.225);
    transition: width 400ms ease;
}

.sig-progress-label[b-4t3lembx2x] {
    font-size: 0.75rem;
    font-weight: 600;
    color: oklch(55.4% 0.046 257.417);
}

/* ── Signature Request List ───────────────────────────────────── */

.request-item[b-4t3lembx2x] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.875rem 1.25rem;
    border-bottom: 1px solid oklch(96.8% 0.007 247.896);
}

.request-item:last-child[b-4t3lembx2x] {
    border-bottom: none;
}

.request-avatar[b-4t3lembx2x] {
    width: 2rem;
    height: 2rem;
    border-radius: 9999px;
    background: oklch(96.8% 0.007 247.896);
    color: oklch(70.4% 0.04 256.788);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8125rem;
    flex-shrink: 0;
}

.request-info[b-4t3lembx2x] {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
}

.request-email[b-4t3lembx2x] {
    font-size: 0.875rem;
    font-weight: 500;
    color: oklch(20.8% 0.042 265.755);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.request-date[b-4t3lembx2x] {
    font-size: 0.75rem;
    color: oklch(70.4% 0.04 256.788);
}

.request-status-col[b-4t3lembx2x] {
    flex-shrink: 0;
}

@media (max-width: 600px) {
    .request-item[b-4t3lembx2x] {
        flex-wrap: wrap;
    }

    .request-status-col[b-4t3lembx2x] {
        width: 100%;
        padding-left: 3rem;
    }
}
/* /Features/DocumentManagement/Documents.razor.rz.scp.css */
/* ─── Unified responsive doc list ─── *
 * Mobile  (<640px):   individual cards, 2-area CSS grid per row
 * SM-MD   (640–1023): 3-column row (name | status | side) + activity row
 * LG+     (1024px+):  4-column row (name | status | activity | side)
 */

/* ── Container ── */

.doc-list[b-aeoj2n4ncj] {
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.04);
    overflow: hidden;
}

/* ── Header row ── */

.doc-list-head[b-aeoj2n4ncj] {
    display: grid;
    grid-template-columns: 1fr 8rem 13rem;
    gap: 0.75rem;
    padding: 0.5rem 1rem;
    background: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
    font-size: 0.6875rem;
    font-weight: 600;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.doc-col-activity-head[b-aeoj2n4ncj] {
    display: none;
}

@media (min-width: 1024px) {
    .doc-list-head[b-aeoj2n4ncj] {
        grid-template-columns: 1fr 8rem 9rem 13rem;
    }

    .doc-col-activity-head[b-aeoj2n4ncj] {
        display: block;
    }
}

/* ── Data rows ── */

.doc-row[b-aeoj2n4ncj] {
    display: grid;
    grid-template-columns: 1fr 8rem 13rem;
    grid-template-areas: "name status side"
                         "activity activity activity";
    gap: 0.75rem;
    align-items: center;
    padding: 0.875rem 1rem;
    border-bottom: 1px solid #f1f5f9;
    cursor: pointer;
    transition: background-color 100ms ease;
}

.doc-row:last-child[b-aeoj2n4ncj] {
    border-bottom: none;
}

.doc-row:hover[b-aeoj2n4ncj] {
    background-color: #f8fafc;
}

@media (min-width: 1024px) {
    .doc-row[b-aeoj2n4ncj] {
        grid-template-columns: 1fr 8rem 9rem 13rem;
        grid-template-areas: "name status activity side";
    }
}

/* ── Name cell ── */

.doc-cell-name[b-aeoj2n4ncj] {
    grid-area: name;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    min-width: 0;
}

.doc-name-icon[b-aeoj2n4ncj] {
    width: 32px;
    height: 32px;
    background: #fff0f0;
    color: #dc2626;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.875rem;
    flex-shrink: 0;
}

.doc-name-text[b-aeoj2n4ncj] {
    font-weight: 600;
    color: #0f172a;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 0;
}

/* ── Status cell ── */

.doc-cell-status[b-aeoj2n4ncj] {
    grid-area: status;
    display: flex;
    align-items: center;
}

/* ── Activity cell ── */

.doc-cell-activity[b-aeoj2n4ncj] {
    grid-area: activity;
    font-size: 0.8125rem;
    color: #64748b;
    display: block;
}

/* ── Side cell (signers / creator) ── */

.doc-cell-side[b-aeoj2n4ncj] {
    grid-area: side;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    min-width: 0;
}

.doc-side-emails[b-aeoj2n4ncj] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.125rem;
    min-width: 0;
    max-width: 100%;
}

.doc-side-primary[b-aeoj2n4ncj] {
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.875rem;
    color: #475569;
}

.doc-side-secondary[b-aeoj2n4ncj] {
    font-size: 0.75rem;
    color: #94a3b8;
}

/* ── Mobile: individual cards ── */

@media (max-width: 639.98px) {
    .doc-list[b-aeoj2n4ncj] {
        background: transparent;
        border: none;
        box-shadow: none;
        border-radius: 0;
        overflow: visible;
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
    }

    .doc-list-head[b-aeoj2n4ncj] {
        display: none;
    }

    .doc-row[b-aeoj2n4ncj] {
        grid-template-columns: 1fr auto;
        grid-template-rows: auto auto;
        grid-template-areas:
            "name   status"
            "activity side";
        gap: 0.375rem 0.75rem;
        padding: 0.875rem;
        background: white;
        border: 1px solid #f1f5f9;
        border-bottom: 1px solid #f1f5f9;
        border-radius: 12px;
        box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.06);
        -webkit-tap-highlight-color: transparent;
        user-select: none;
    }

    .doc-row:last-child[b-aeoj2n4ncj] {
        border-bottom: 1px solid #f1f5f9;
    }

    .doc-row:hover[b-aeoj2n4ncj] {
        background-color: white;
    }

    .doc-row:active[b-aeoj2n4ncj] {
        background-color: #f8fafc;
        border-color: #e2e8f0;
    }

    .doc-cell-name[b-aeoj2n4ncj] {
        gap: 0.625rem;
    }

    .doc-name-icon[b-aeoj2n4ncj] {
        width: 30px;
        height: 30px;
        font-size: 0.8125rem;
    }

    .doc-name-text[b-aeoj2n4ncj] {
        font-size: 0.875rem;
    }

    .doc-cell-status[b-aeoj2n4ncj] {
        align-items: flex-start;
        justify-content: flex-end;
    }

    .doc-cell-activity[b-aeoj2n4ncj] {
        display: block;
        font-size: 0.75rem;
        color: #94a3b8;
    }

    .doc-cell-side[b-aeoj2n4ncj] {
        justify-content: flex-end;
    }

    .doc-side-primary[b-aeoj2n4ncj] {
        font-size: 0.75rem;
        color: #94a3b8;
        max-width: 150px;
    }
}
/* /Features/DocumentManagement/UploadDocument.razor.rz.scp.css */
/* ── Layout — fills the EditorLayout shell ── */

.upload-page-wrapper[b-y9ugn78c9c] {
    flex: 1;
    min-width: 0;
    min-height: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    max-width: min(100%, 100vw);
    position: relative;
}

.upload-layout[b-y9ugn78c9c] {
    display: flex;
    flex: 1;
    width: 100%;
    min-width: 0;
    min-height: 0;
    overflow: hidden;
    max-width: 100%;
}

.page-drop-overlay[b-y9ugn78c9c] {
    position: absolute;
    inset: 0;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: rgba(241, 245, 249, 0.82);
    pointer-events: none;
    backdrop-filter: blur(2px);
}

.page-drop-overlay-card[b-y9ugn78c9c] {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 14px 18px;
    border-radius: 14px;
    background: #ffffff;
    border: 1px solid rgba(0, 102, 255, 0.22);
    box-shadow: 0 18px 48px rgba(15, 23, 42, 0.12);
    color: var(--just-primary);
    font-size: 0.9375rem;
    font-weight: 600;
}

.upload-page-wrapper--drag-active .upload-sidebar[b-y9ugn78c9c],
.upload-page-wrapper--drag-active .pdf-viewer-container[b-y9ugn78c9c] {
    filter: saturate(0.96);
}

/* ── Sidebar Panel ── */

.upload-sidebar[b-y9ugn78c9c] {
    width: 380px;
    min-width: 380px;
    background: #fff;
    padding: 28px 24px;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    border-right: 1px solid #e2e8f0;
}

.upload-sidebar form[b-y9ugn78c9c] {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.section-divider[b-y9ugn78c9c] {
    height: 1px;
    background-color: #f1f5f9;
    margin: 20px 0;
}

/* ── PDF Viewer Panel ── */

.pdf-viewer-container[b-y9ugn78c9c] {
    flex: 1 1 0;
    width: 0;
    min-width: 0;
    min-height: 0;
    max-width: 100%;
    background: #f1f5f9;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    -webkit-user-select: none;
    user-select: none;
}

.pdf-toolbar[b-y9ugn78c9c] {
    background: #fff;
    padding: 12px 24px;
    display: flex;
    min-width: 0;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e2e8f0;
    flex-shrink: 0;
}

.status-message[b-y9ugn78c9c] {
    display: flex;
    justify-content: flex-end;
    min-width: 0;
}

.status-message-content[b-y9ugn78c9c] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 4px;
    min-width: 0;
    max-width: 100%;
}

.status-message-hint[b-y9ugn78c9c] {
    font-size: 0.75rem;
    color: #64748b;
}

.pagination-controls[b-y9ugn78c9c] {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}

.page-info[b-y9ugn78c9c] {
    font-weight: 500;
    font-size: 0.875rem;
    color: #475569;
    min-width: 100px;
    text-align: center;
}

.pdf-canvas-wrapper[b-y9ugn78c9c] {
    flex: 1;
    width: 100%;
    min-width: 0;
    min-height: 0;
    max-width: 100%;
    overflow: auto;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 32px;
    background: #e9ecef;
    touch-action: pan-x pan-y;
    overscroll-behavior: contain;
}

.pdf-canvas-stage[b-y9ugn78c9c] {
    flex: 0 0 auto;
    display: block;
    width: fit-content;
    min-width: 0;
    max-width: none;
    margin: 0 auto;
    position: relative;
}

.pdf-page-stack[b-y9ugn78c9c] {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: fit-content;
    position: relative;
}

.pdf-overlay-stage[b-y9ugn78c9c] {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.pdf-page-container[b-y9ugn78c9c] {
    margin: 0 auto;
}

@media (max-width: 900px) {
    .pdf-toolbar[b-y9ugn78c9c] {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }

    .status-message[b-y9ugn78c9c] {
        justify-content: flex-start;
    }

    .status-message-content[b-y9ugn78c9c] {
        align-items: flex-start;
    }
}

.pdf-page-canvas[b-y9ugn78c9c] {
    display: block;
    max-width: none;
}

/* ── Signature Rectangles ── */

.sig-rect[b-y9ugn78c9c] {
    box-sizing: border-box;
    position: absolute;
    z-index: 4;
    pointer-events: auto;
    border: 2px solid var(--just-primary);
    background: rgba(0, 102, 255, 0.12);
    color: var(--just-primary);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(2px);
    border-radius: 4px;
    cursor: grab;
    touch-action: none;
}

.sig-rect:active[b-y9ugn78c9c] {
    cursor: grabbing;
}

.resize-handle[b-y9ugn78c9c] {
    position: absolute;
    width: 20px;
    height: 20px;
    background: white;
    border: 1px solid var(--just-primary);
    border-radius: 50%;
    z-index: 10;
    opacity: .00001;
    transition: opacity 0.2s;
}

.resize-handle.nw[b-y9ugn78c9c] { top: -8px; left: -8px; cursor: nwse-resize; }
.resize-handle.sw[b-y9ugn78c9c] { bottom: -8px; left: -8px; cursor: nesw-resize; }
.resize-handle.se[b-y9ugn78c9c] { bottom: -8px; right: -8px; cursor: nwse-resize; }

.resize-handle:hover[b-y9ugn78c9c] {
    background: var(--just-primary);
}

.sig-rect:hover .resize-handle[b-y9ugn78c9c] {
    opacity: 1;
}

.btn-remove-pos[b-y9ugn78c9c] {
    position: absolute;
    top: 2px;
    right: 2px;
    background: none;
    border: none;
    color: var(--just-primary);
    padding: 0;
    cursor: pointer;
    font-size: 14px;
    line-height: 1;
    opacity: .00001;
    transition: opacity 0.2s;
}

.sig-rect:hover .btn-remove-pos[b-y9ugn78c9c] {
    opacity: 1;
}

.sig-rect-content[b-y9ugn78c9c] {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: var(--sig-gap, 2px);
    pointer-events: none;
}

.sig-rect-name[b-y9ugn78c9c] {
    font-family: Rubik, sans-serif;
    max-width: calc(100% - 10px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: var(--sig-name-size, 12px);
    line-height: 1.1;
    font-weight: 700;
}

.sig-rect-date[b-y9ugn78c9c] {
    font-family: Rubik, sans-serif;
    font-size: var(--sig-date-size, 10px);
    line-height: 1;
    font-style: italic;
    font-weight: 500;
}

.sig-rect-icon[b-y9ugn78c9c] {
    font-size: var(--sig-icon-size, 13px);
    line-height: 1;
}

/* ── Signer List — card rows ── */

.signer-item[b-y9ugn78c9c] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 12px;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    cursor: pointer;
    transition: background 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
    background: #fff;
    margin-bottom: 6px;
}

.signer-item:hover[b-y9ugn78c9c] {
    background: #f8fafc;
    border-color: #cbd5e1;
    box-shadow: 0 1px 4px rgba(0,0,0,0.06);
}

.signer-item.selected[b-y9ugn78c9c] {
    background: #eff6ff;
    border-color: var(--just-primary);
    box-shadow: 0 0 0 1px var(--just-primary);
}

.signer-item-default[b-y9ugn78c9c] {
    background: linear-gradient(180deg, #f8fbff 0%, #eef5ff 100%);
    border-color: #bfdbfe;
}

.signer-item-default:hover[b-y9ugn78c9c] {
    background: linear-gradient(180deg, #f0f7ff 0%, #e4efff 100%);
    border-color: #93c5fd;
}

.signer-item-default.selected[b-y9ugn78c9c] {
    background: linear-gradient(180deg, #eaf3ff 0%, #dbeafe 100%);
    border-color: var(--just-primary);
}

.signer-avatar[b-y9ugn78c9c] {
    width: 36px;
    height: 36px;
    min-width: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.875rem;
    font-weight: 700;
}

.signer-avatar.avatar-0[b-y9ugn78c9c] { background: #dbeafe; color: #1d4ed8; }
.signer-avatar.avatar-1[b-y9ugn78c9c] { background: #ede9fe; color: #7c3aed; }
.signer-avatar.avatar-2[b-y9ugn78c9c] { background: #d1fae5; color: #065f46; }
.signer-avatar.avatar-3[b-y9ugn78c9c] { background: #ffe4e6; color: #be123c; }
.signer-avatar.avatar-4[b-y9ugn78c9c] { background: #fed7aa; color: #9a3412; }

.signer-avatar-default[b-y9ugn78c9c] {
    background: #dbeafe;
    color: #1d4ed8;
}

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

.signer-header[b-y9ugn78c9c] {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
}

.signer-email[b-y9ugn78c9c] {
    font-weight: 500;
    font-size: 0.875rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #0f172a;
}

.signer-subtitle[b-y9ugn78c9c] {
    font-size: 0.75rem;
    color: #475569;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.signer-hint[b-y9ugn78c9c] {
    font-size: 0.75rem;
    color: #64748b;
    line-height: 1.4;
}

.signer-meta[b-y9ugn78c9c] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px;
}

.signer-status-pill[b-y9ugn78c9c] {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 0.75rem;
    font-weight: 500;
    padding: 2px 8px;
    border-radius: 999px;
}

.signer-status-pill.positioned[b-y9ugn78c9c] {
    background: #dcfce7;
    color: #15803d;
}

.signer-status-pill.unpositioned[b-y9ugn78c9c] {
    background: #fef9c3;
    color: #92400e;
}

.btn-remove-signer[b-y9ugn78c9c] {
    padding: 4px 6px;
    background: none;
    border: none;
    cursor: pointer;
    color: #cbd5e1;
    opacity: 0;
    transition: opacity 0.15s, color 0.15s;
}

.signer-item:hover .btn-remove-signer[b-y9ugn78c9c] {
    opacity: 1;
}

.btn-remove-signer:hover[b-y9ugn78c9c] {
    color: #ef4444;
}

/* ── File Upload ── */

.file-drop-area[b-y9ugn78c9c] {
    border: 2px dashed var(--just-primary);
    padding: 28px 20px;
    text-align: center;
    border-radius: var(--just-radius-xl);
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    transition: background 0.2s, border-color 0.2s;
    background: #f8fbff;
    color: var(--just-primary);
    font-weight: 500;
}

.file-drop-area:hover[b-y9ugn78c9c] {
    background: #eff6ff;
    border-color: var(--just-primary-darkest);
}

.file-drop-note[b-y9ugn78c9c] {
    font-size: 0.75rem;
    color: #64748b;
    font-weight: 400;
}

/* File info — flat row, no card border */
.file-info-row[b-y9ugn78c9c] {
    display: flex;
    align-items: center;
    padding: 12px 4px;
}

/* ── Add Signer Input ── */

.add-signer-group[b-y9ugn78c9c] {
    display: flex;
    gap: 8px;
}

.add-signer-group .v-input[b-y9ugn78c9c] {
    flex: 1;
}

/* ── PDF Placeholder ── */

.pdf-placeholder[b-y9ugn78c9c] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #94a3b8;
    padding: 40px;
    text-align: center;
    gap: 12px;
}

.placeholder-icon[b-y9ugn78c9c] {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #cbd5e1;
    margin-bottom: 4px;
}

/* ── Send Settings row (above send button) ── */

.send-settings[b-y9ugn78c9c] {
    margin-bottom: 10px;
    padding: 10px 12px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
}

.send-settings-row[b-y9ugn78c9c] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-width: 0;
}

.send-settings-label[b-y9ugn78c9c] {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.8125rem;
    font-weight: 500;
    color: #475569;
    white-space: nowrap;
    min-width: 0;
}

.send-settings-label i[b-y9ugn78c9c] {
    color: #94a3b8;
    font-size: 0.8125rem;
}

.send-settings-select[b-y9ugn78c9c] {
    width: auto;
    min-width: 130px;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    font-size: 0.8125rem;
}

/* ── Send Button ── */

.send-btn[b-y9ugn78c9c] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-color: var(--just-primary);
    color: white;
    border: none;
    padding: 13px;
    border-radius: var(--just-radius-xl);
    font-weight: 600;
    font-size: 0.9375rem;
    letter-spacing: 0.01em;
    cursor: pointer;
    transition: background-color 0.2s, transform 0.1s;
}

.send-btn:hover:not(:disabled)[b-y9ugn78c9c] {
    background-color: var(--just-primary-dark);
    transform: translateY(-1px);
}

.send-btn:disabled[b-y9ugn78c9c] {
    background-color: #e2e8f0;
    color: #94a3b8;
    cursor: not-allowed;
}

.send-confirm-signer[b-y9ugn78c9c] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.75rem 0.875rem;
    border: 1px solid #e2e8f0;
    border-radius: 0.875rem;
    background: #fff;
}

.send-confirm-signer-name[b-y9ugn78c9c] {
    font-size: 0.875rem;
    font-weight: 600;
    color: #0f172a;
}

.send-confirm-signer-meta[b-y9ugn78c9c] {
    font-size: 0.75rem;
    color: #64748b;
}

/* ── Mobile Tab Bar — hidden on desktop ── */

.mobile-tab-bar[b-y9ugn78c9c] {
    display: none;
}

/* ── Tablet layout (768–1023px) — narrow sidebar ── */

@media (max-width: 1023px) {
    .upload-sidebar[b-y9ugn78c9c] {
        width: 300px;
        min-width: 300px;
        padding: 20px 16px;
    }

    .send-settings-row[b-y9ugn78c9c] {
        flex-direction: column;
        align-items: stretch;
    }

    .send-settings-label[b-y9ugn78c9c] {
        white-space: normal;
    }

    .send-settings-row[b-y9ugn78c9c]  .up-lock {
        width: 100%;
    }

    .send-settings-select[b-y9ugn78c9c] {
        width: 100%;
        min-width: 0;
    }
}

@media (max-width: 640px) {
    .send-confirm-signer[b-y9ugn78c9c] {
        flex-direction: column;
        align-items: stretch;
    }
}

/* ── Mobile layout (< 768px) — tabbed panels ── */

@media (max-width: 767px) {
    .mobile-tab-bar[b-y9ugn78c9c] {
        display: flex;
        flex-shrink: 0;
        background: #fff;
        border-bottom: 1px solid #e2e8f0;
    }

    .mobile-tab[b-y9ugn78c9c] {
        flex: 1;
        padding: 12px 8px;
        background: none;
        border: none;
        border-bottom: 2px solid transparent;
        font-size: 0.875rem;
        font-weight: 500;
        color: #64748b;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
        transition: color 0.15s, border-bottom-color 0.15s;
    }

    .mobile-tab.active[b-y9ugn78c9c] {
        color: var(--just-primary);
        border-bottom-color: var(--just-primary);
    }

    .upload-layout[b-y9ugn78c9c] {
        flex-direction: column;
    }

    .upload-sidebar[b-y9ugn78c9c] {
        width: 100%;
        min-width: unset;
        border-right: none;
        flex: 1;
        min-height: 0;
        padding: 20px 16px;
    }

    /* Hide the inactive panel on mobile — keep both in DOM so canvas stays alive */
    .upload-sidebar:not(.panel-active)[b-y9ugn78c9c],
    .pdf-viewer-container:not(.panel-active)[b-y9ugn78c9c] {
        display: none;
    }

    .pdf-viewer-container[b-y9ugn78c9c] {
        width: 100%;
        max-width: 100%;
        min-height: 0;
    }

    .pdf-canvas-wrapper[b-y9ugn78c9c] {
        padding: 16px;
    }

    .pdf-toolbar[b-y9ugn78c9c] {
        padding: 8px 12px;
        gap: 8px;
    }

    .page-info[b-y9ugn78c9c] {
        min-width: 80px;
    }
}
/* /Features/DocumentManagement/UploadSendConfirmationDialog.razor.rz.scp.css */
.send-confirm-dialog[b-zvsnds0yio] {
    width: min(100%, 32rem);
    border-radius: 1.25rem;
    background: #fff;
    padding: 1.5rem;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.24);
}

.send-confirm-badge[b-zvsnds0yio] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.4rem 0.75rem;
    border-radius: 999px;
    background: #eff6ff;
    color: #1d4ed8;
    font-size: 0.75rem;
    font-weight: 600;
}

.send-confirm-header[b-zvsnds0yio] {
    margin-top: 1rem;
}

.send-confirm-title[b-zvsnds0yio] {
    font-size: 1.25rem;
    line-height: 1.3;
    font-weight: 700;
    color: #0f172a;
}

.send-confirm-copy[b-zvsnds0yio] {
    margin-top: 0.5rem;
    font-size: 0.875rem;
    color: #475569;
    line-height: 1.5;
}

.send-confirm-summary[b-zvsnds0yio] {
    margin-top: 1.25rem;
    border: 1px solid #e2e8f0;
    border-radius: 1rem;
    padding: 0.9rem 1rem;
    background: #f8fafc;
    display: grid;
    gap: 0.75rem;
}

.send-confirm-row[b-zvsnds0yio] {
    display: grid;
    grid-template-columns: minmax(0, 6.5rem) minmax(0, 1fr);
    align-items: start;
    gap: 1rem;
    font-size: 0.875rem;
    color: #475569;
}

.send-confirm-row span[b-zvsnds0yio] {
    min-width: 0;
}

.send-confirm-row strong[b-zvsnds0yio] {
    min-width: 0;
    color: #0f172a;
    text-align: right;
    overflow-wrap: anywhere;
}

.send-confirm-signers[b-zvsnds0yio] {
    margin-top: 1rem;
    display: grid;
    gap: 0.5rem;
}

.send-confirm-actions[b-zvsnds0yio] {
    margin-top: 1.25rem;
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
}

@media (max-width: 640px) {
    .send-confirm-dialog[b-zvsnds0yio] {
        padding: 1.25rem;
        border-radius: 1rem;
    }

    .send-confirm-actions[b-zvsnds0yio] {
        flex-direction: column;
        align-items: stretch;
    }

    .send-confirm-row[b-zvsnds0yio] {
        grid-template-columns: 1fr;
        gap: 0.25rem;
    }

    .send-confirm-row strong[b-zvsnds0yio] {
        text-align: left;
    }
}
/* /Features/Identity/Account.razor.rz.scp.css */
/* intentionally empty — upgrade-lock styles live in UpgradeLock.razor.css */
/* /Features/Identity/Pages/CompleteRegistration.razor.rz.scp.css */
/* ══════════════════════════════════════════
   Auth Page — Split Layout (Complete Registration)
   ══════════════════════════════════════════ */

.auth-page[b-nfg9fhmeud] {
    display: flex;
    min-height: 100vh;
    width: 100%;
}

/* ── Left: Brand Panel ── */
.auth-brand[b-nfg9fhmeud] {
    width: 42%;
    flex-shrink: 0;
    background: var(--just-primary-darkest);
    background-image: radial-gradient(circle, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
    background-size: 26px 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4rem 3.5rem;
    position: relative;
    overflow: hidden;
}

.auth-brand[b-nfg9fhmeud]::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, 0.06);
    pointer-events: none;
}

.auth-brand-inner[b-nfg9fhmeud] {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 360px;
}

.auth-brand-logo[b-nfg9fhmeud] {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    text-decoration: none;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.18em;
    opacity: 0.9;
}

.auth-brand-divider[b-nfg9fhmeud] {
    width: 32px;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
    margin: 2rem 0;
}

.auth-icon-box[b-nfg9fhmeud] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.65);
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
}

.auth-brand-title[b-nfg9fhmeud] {
    font-size: 1.5rem;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.3;
    margin-bottom: 0.625rem;
    letter-spacing: -0.01em;
}

.auth-brand-body[b-nfg9fhmeud] {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.7;
    margin-bottom: 0;
}

.auth-trust-list[b-nfg9fhmeud] {
    display: flex;
    flex-direction: column;
    gap: 0.875rem;
    margin-top: 2rem;
}

.auth-trust-item[b-nfg9fhmeud] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.65);
}

.auth-trust-item i[b-nfg9fhmeud] {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.875rem;
    width: 16px;
    flex-shrink: 0;
}

/* ── Right: Form Panel ── */
.auth-form-panel[b-nfg9fhmeud] {
    flex: 1;
    min-width: 0;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3.5rem 3rem;
}

.auth-card[b-nfg9fhmeud] {
    width: 100%;
    max-width: 460px;
}

.auth-mobile-logo[b-nfg9fhmeud] {
    color: var(--just-primary-darkest);
    font-weight: 600;
    font-size: 0.9rem;
    letter-spacing: 0.14em;
    text-decoration: none;
}

/* ── Form-side icon box (blue tint, for success/check state) ── */
.auth-icon-box-form[b-nfg9fhmeud] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 10px;
    background: rgba(0, 102, 255, 0.08);
    color: var(--just-primary);
    font-size: 1.25rem;
    line-height: 1;
    margin-bottom: 1.25rem;
}

/* ── Eyebrow / Title / Subtitle ── */
.auth-eyebrow[b-nfg9fhmeud] {
    display: block;
    font-size: 0.7rem;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #94A3B8;
    margin-bottom: 0.5rem;
}

.auth-title[b-nfg9fhmeud] {
    font-size: 1.75rem;
    font-weight: 600;
    color: var(--just-primary-darkest);
    line-height: 1.25;
    margin-bottom: 0.375rem;
    letter-spacing: -0.02em;
}

.auth-subtitle[b-nfg9fhmeud] {
    font-size: 0.875rem;
    color: #64748B;
    margin-bottom: 0;
    line-height: 1.5;
}

/* ── Form Controls ── */
[b-nfg9fhmeud] .v-input {
    border-radius: 10px;
    border: 1px solid #CBD5E0;
    background: #ffffff;
    color: var(--just-primary-darkest);
    font-size: 0.9375rem;
    transition: border-color 0.12s ease, box-shadow 0.12s ease;
}

[b-nfg9fhmeud] .v-input:focus {
    border-color: var(--just-primary);
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(0, 102, 255, 0.08);
    outline: none;
}

/* ── Invalid link error icon ── */
.invalid-link-icon[b-nfg9fhmeud] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: rgba(239, 68, 68, 0.1);
    color: #DC2626;
    font-size: 1.5rem;
    line-height: 1;
    margin-bottom: 1.25rem;
}

/* ── CTA row for invalid link state ── */
.invalid-link-actions[b-nfg9fhmeud] {
    display: flex;
    gap: 0.75rem;
    margin-top: 1.75rem;
}

/* ── CTA row for already-has-passkey state ── */
.already-has-passkey-actions[b-nfg9fhmeud] {
    margin-top: 1.75rem;
}

/* ══════════════════════════════════════════
   Responsive — Mobile
   ══════════════════════════════════════════ */
@media (max-width: 767.98px) {
    .auth-page[b-nfg9fhmeud] {
        flex-direction: column;
    }

    .auth-brand[b-nfg9fhmeud] {
        display: none;
    }

    .auth-form-panel[b-nfg9fhmeud] {
        min-height: 100vh;
        padding: 2.5rem 1.5rem;
        align-items: flex-start;
    }

    .auth-card[b-nfg9fhmeud] {
        max-width: 100%;
    }

    .invalid-link-actions[b-nfg9fhmeud] {
        flex-direction: column;
    }
}

/* ══════════════════════════════════════════
   Responsive — Tablet
   ══════════════════════════════════════════ */
@media (min-width: 768px) and (max-width: 991.98px) {
    .auth-brand[b-nfg9fhmeud] {
        width: 38%;
        padding: 3rem 2rem;
    }

    .auth-brand-title[b-nfg9fhmeud] {
        font-size: 1.3rem;
    }

    .auth-form-panel[b-nfg9fhmeud] {
        padding: 3rem 2rem;
    }
}
/* /Features/Identity/Pages/EmailConfirmed.razor.rz.scp.css */
.confirmation-card[b-67n365hcvj] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

/* Title and subtitle should span full card width (centered text via inheritance).
   Default align-items:center would shrink them to content-width, which inverts
   the visual hierarchy when the wide-tracked eyebrow is wider than the title. */
.confirmation-card .auth-title[b-67n365hcvj],
.confirmation-card .auth-subtitle[b-67n365hcvj] {
    align-self: stretch;
}

.confirmation-icon[b-67n365hcvj] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 9999px;
    margin-bottom: 1.5rem;
    font-size: 1.875rem;
}

.confirmation-icon--success[b-67n365hcvj] {
    background: #ecfdf5;
    color: #047857;
}

.confirmation-icon--danger[b-67n365hcvj] {
    background: #fef2f2;
    color: #dc2626;
}

.confirmation-actions[b-67n365hcvj] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem;
    align-self: stretch;
    margin-top: 0.5rem;
}

@media (max-width: 639.98px) {
    .confirmation-actions[b-67n365hcvj] {
        flex-direction: column;
    }

    .confirmation-actions .btn[b-67n365hcvj] {
        width: 100%;
    }
}
/* /Features/Identity/Pages/LoggedOut.razor.rz.scp.css */
.confirmation-card[b-hwnczef7ql] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.confirmation-card .auth-title[b-hwnczef7ql],
.confirmation-card .auth-subtitle[b-hwnczef7ql] {
    align-self: stretch;
}

.confirmation-icon[b-hwnczef7ql] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 9999px;
    margin-bottom: 1.5rem;
    font-size: 1.875rem;
}

.confirmation-icon--neutral[b-hwnczef7ql] {
    background: #eff6ff;
    color: #1d4ed8;
}

.confirmation-actions[b-hwnczef7ql] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem;
    align-self: stretch;
    margin-top: 0.5rem;
}

@media (max-width: 639.98px) {
    .confirmation-actions[b-hwnczef7ql] {
        flex-direction: column;
    }

    .confirmation-actions .btn[b-hwnczef7ql] {
        width: 100%;
    }
}
/* /Features/Identity/Pages/Login.razor.rz.scp.css */
/* Login has a slightly narrower form card than the default */
.auth-card[b-x4laje2gdm] {
    max-width: 420px;
}
/* /Features/Identity/Pages/Register.razor.rz.scp.css */
/* ── Step Indicator ── */
.auth-steps[b-vtxxxt930z] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
}

.auth-step[b-vtxxxt930z] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.8125rem;
    font-weight: 500;
    color: #94a3b8;
}

.auth-step--active[b-vtxxxt930z] {
    color: var(--just-primary);
    font-weight: 600;
}

.auth-step--done[b-vtxxxt930z] {
    color: #10b981;
}

.auth-step-num[b-vtxxxt930z] {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 9999px;
    background: #e2e8f0;
    color: #94a3b8;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 700;
    flex-shrink: 0;
}

.auth-step--active .auth-step-num[b-vtxxxt930z] {
    background: var(--just-primary);
    color: white;
}

.auth-step--done .auth-step-num[b-vtxxxt930z] {
    background: #10b981;
    color: white;
}

.auth-step-connector[b-vtxxxt930z] {
    flex: 1;
    height: 1px;
    background: #e2e8f0;
    min-width: 1.5rem;
}

/* ── Passkey Hint ── */
.passkey-hint[b-vtxxxt930z] {
    font-size: 0.8125rem;
    color: #64748b;
    text-align: center;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}
/* /Features/Identity/Pages/RegisterCallback.razor.rz.scp.css */
.callback-page[b-lr6p9llkqx] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    width: 100%;
}

.callback-card[b-lr6p9llkqx] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.25rem;
    text-align: center;
    padding: 3rem 2rem;
}

.callback-title[b-lr6p9llkqx] {
    font-size: 1.5rem;
    font-weight: 600;
    color: #002966;
    letter-spacing: -0.02em;
    margin: 0;
}

.callback-body[b-lr6p9llkqx] {
    font-size: 0.9375rem;
    color: #64748B;
    margin: 0;
}
/* /Features/Identity/Pages/RegisterSuccess.razor.rz.scp.css */
/* ── Header block (icon + eyebrow + title + subtitle) ── */
.success-header[b-hicqs9ere1] {
    margin-bottom: 1.75rem;
}

/* Override inline-block with block so centering doesn't rely on parent text-align */
.success-header .auth-eyebrow[b-hicqs9ere1] {
    display: block;
    text-align: center;
}

.success-header .auth-title[b-hicqs9ere1],
.success-header .auth-subtitle[b-hicqs9ere1] {
    text-align: center;
}

/* ── Success Icon ── */
.success-icon-wrap[b-hicqs9ere1] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: rgba(34, 197, 94, 0.1);
    color: #16A34A;
    font-size: 1.5rem;
    margin: 0 auto 1.25rem;
}

/* ── Primary action button ── */
.success-actions[b-hicqs9ere1] {
    display: flex;
    justify-content: center;
}

/* ── Hint wrapper spacing ── */
.success-hint-wrap[b-hicqs9ere1] {
    margin-top: 1.5rem;
}
/* /Features/Identity/Pages/SelectTier.razor.rz.scp.css */
/* ── Page shell ── */
.tier-page[b-bjxjt4wir0] {
    min-height: 100vh;
    background: #f8fafc; /* slate-50 */
    display: flex;
    flex-direction: column;
}

/* ── Top bar ── */
.tier-topbar[b-bjxjt4wir0] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 2rem;
    background: white;
    border-bottom: 1px solid #e2e8f0; /* slate-200 */
    flex-shrink: 0;
}

.tier-logo[b-bjxjt4wir0] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    color: #0f172a;
    text-decoration: none;
}

/* ── Step indicators ── */
.tier-steps[b-bjxjt4wir0] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.tier-step[b-bjxjt4wir0] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.8125rem;
    font-weight: 500;
    color: #94a3b8;
}

.tier-step--active[b-bjxjt4wir0] {
    color: #0066ff;
    font-weight: 600;
}

.tier-step--done[b-bjxjt4wir0] {
    color: #10b981;
}

.tier-step-dot[b-bjxjt4wir0] {
    width: 1.625rem;
    height: 1.625rem;
    border-radius: 9999px;
    background: #e2e8f0;
    color: #94a3b8;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 700;
    flex-shrink: 0;
}

.tier-step--active .tier-step-dot[b-bjxjt4wir0] {
    background: #0066ff;
    color: white;
}

.tier-step--done .tier-step-dot[b-bjxjt4wir0] {
    background: #10b981;
    color: white;
    font-size: 0.625rem;
}

.tier-step-line[b-bjxjt4wir0] {
    width: 2.5rem;
    height: 1px;
    background: #e2e8f0;
}

@media (max-width: 480px) {
    .tier-step-label[b-bjxjt4wir0] {
        display: none;
    }

    .tier-step-line[b-bjxjt4wir0] {
        width: 1.25rem;
    }
}

/* ── Body ── */
.tier-body[b-bjxjt4wir0] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 3rem 1.5rem 4rem;
}

.tier-headline-block[b-bjxjt4wir0] {
    text-align: center;
    margin-bottom: 2.5rem;
}

.tier-billing-switch[b-bjxjt4wir0] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    border-radius: 9999px;
    padding: 0.375rem;
    margin-bottom: 0.625rem;
}

.tier-billing-note[b-bjxjt4wir0] {
    margin: 0 0 1.5rem;
    font-size: 0.8125rem;
    color: #64748b;
    text-align: center;
}

.tier-headline[b-bjxjt4wir0] {
    font-size: 1.875rem;
    font-weight: 700;
    color: #0f172a;
    letter-spacing: -0.02em;
    margin-bottom: 0.5rem;
}

.tier-subline[b-bjxjt4wir0] {
    font-size: 0.9375rem;
    color: #64748b;
}

/* ── Cards grid ── */
.tier-cards[b-bjxjt4wir0] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
    width: 100%;
    max-width: 860px;
    align-items: stretch;
}

@media (max-width: 680px) {
    .tier-cards[b-bjxjt4wir0] {
        grid-template-columns: 1fr;
        max-width: 420px;
    }

    .tier-card--featured[b-bjxjt4wir0] {
        order: -1; /* recommended card first on mobile */
    }
}

/* ── Individual card ── */
.tier-card[b-bjxjt4wir0] {
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    position: relative;
    box-shadow: 0 1px 3px rgba(0,0,0,0.06);
    transition: box-shadow 0.12s ease;
}

.tier-card:hover[b-bjxjt4wir0] {
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
}

.tier-card--featured[b-bjxjt4wir0] {
    border-color: #0066ff;
    box-shadow: 0 0 0 1px #0066ff, 0 4px 16px rgba(0,102,255,0.12);
}

.tier-card--featured:hover[b-bjxjt4wir0] {
    box-shadow: 0 0 0 1px #0066ff, 0 8px 24px rgba(0,102,255,0.16);
}

/* ── Badge ── */
.tier-badge[b-bjxjt4wir0] {
    position: absolute;
    top: -0.75rem;
    left: 50%;
    transform: translateX(-50%);
    background: #0066ff;
    color: white;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 0.2rem 0.75rem;
    border-radius: 9999px;
    white-space: nowrap;
}

/* ── Card content ── */
.tier-card-top[b-bjxjt4wir0] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.tier-card--featured .tier-card-top[b-bjxjt4wir0] {
    padding-top: 0.75rem; /* clear the badge */
}

.tier-card-name[b-bjxjt4wir0] {
    font-size: 1.125rem;
    font-weight: 700;
    color: #0f172a;
}

.tier-card-tagline[b-bjxjt4wir0] {
    font-size: 0.8125rem;
    color: #94a3b8;
}

.tier-card-price[b-bjxjt4wir0] {
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
    margin-top: 0.5rem;
}

.tier-price-row[b-bjxjt4wir0] {
    display: flex;
    align-items: baseline;
    gap: 0.25rem;
}

.tier-price-yearly-note[b-bjxjt4wir0] {
    font-size: 0.75rem;
    color: #64748b;
    font-weight: 500;
}

.tier-price-big[b-bjxjt4wir0] {
    font-size: 2rem;
    font-weight: 800;
    color: #0f172a;
    letter-spacing: -0.03em;
}

.tier-price-sub[b-bjxjt4wir0] {
    font-size: 0.875rem;
    color: #94a3b8;
}

/* ── Feature list ── */
.tier-feature-list[b-bjxjt4wir0] {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    flex: 1;
}

.tier-feature-list li[b-bjxjt4wir0] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    color: #475569;
}

.tier-feature-list i[b-bjxjt4wir0] {
    color: #10b981;
    font-size: 0.75rem;
    flex-shrink: 0;
}

/* ── Buttons ── */
.tier-btn[b-bjxjt4wir0] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    border-radius: 8px;
    padding: 0.625rem 1rem;
    font-size: 0.875rem;
    font-weight: 600;
    border: none;
    cursor: pointer;
    text-decoration: none;
    transition: background-color 120ms ease, box-shadow 120ms ease, color 120ms ease;
    text-align: center;
}

.tier-btn:disabled[b-bjxjt4wir0] {
    opacity: 0.5;
    cursor: not-allowed;
}

.tier-btn--primary[b-bjxjt4wir0] {
    background: #0066ff;
    color: white;
}

.tier-btn--primary:hover:not(:disabled)[b-bjxjt4wir0] {
    background: #0052cc;
    box-shadow: 0 2px 8px rgba(0,102,255,0.25);
}

.tier-btn--primary:active:not(:disabled)[b-bjxjt4wir0] {
    background: #002966;
    box-shadow: none;
}

.tier-btn--ghost[b-bjxjt4wir0] {
    background: #f1f5f9;
    color: #334155;
    border: 1px solid #e2e8f0;
}

.tier-btn--ghost:hover:not(:disabled)[b-bjxjt4wir0] {
    background: #e8f0fe;
    color: #0066ff;
    border-color: #0066ff;
}

.tier-btn--outline[b-bjxjt4wir0] {
    background: transparent;
    color: #0066ff;
    border: 1.5px solid #0066ff;
}

.tier-btn--outline:hover:not(:disabled)[b-bjxjt4wir0] {
    background: #eff6ff;
}

/* ── Card footer notes ── */
.tier-card-note[b-bjxjt4wir0] {
    font-size: 0.75rem;
    color: #94a3b8;
    text-align: center;
    margin: 0;
}

.tier-card-sales[b-bjxjt4wir0] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.375rem;
    font-size: 0.8125rem;
    color: #64748b;
    text-decoration: none;
    transition: color 120ms ease;
}

.tier-card-sales:hover[b-bjxjt4wir0] {
    color: #0066ff;
}

/* ── Error ── */
.tier-error[b-bjxjt4wir0] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: #fef2f2;
    border: 1px solid #fecaca;
    color: #991b1b;
    border-radius: 8px;
    padding: 0.75rem 1rem;
    font-size: 0.875rem;
    max-width: 860px;
    width: 100%;
    margin-top: 1rem;
}

/* ── Assurance line ── */
.tier-upgrade-assurance[b-bjxjt4wir0] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.8125rem;
    color: #94a3b8;
    margin-top: 1.5rem;
    text-align: center;
}

.tier-upgrade-assurance i[b-bjxjt4wir0] {
    color: #10b981;
}

/* ── Back link (upgrade context) ── */
.tier-back-link[b-bjxjt4wir0] {
    display: flex;
    align-items: center;
    gap: 0.375rem;
    font-size: 0.8125rem;
    font-weight: 500;
    color: #64748b;
    text-decoration: none;
    transition: color 120ms ease;
}

.tier-back-link:hover[b-bjxjt4wir0] {
    color: #0066ff;
}

.tier-confirm-dialog[b-bjxjt4wir0] {
    width: min(520px, 100%);
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    padding: 1.5rem;
    border: 1px solid #bfdbfe;
    border-radius: 24px;
    background:
        radial-gradient(circle at top left, rgba(219, 234, 254, 0.92), transparent 56%),
        linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    box-shadow:
        0 32px 80px rgba(15, 23, 42, 0.32),
        0 10px 30px rgba(0, 102, 255, 0.16),
        inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.tier-confirm-badge[b-bjxjt4wir0] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    width: fit-content;
    padding: 0.375rem 0.75rem;
    border-radius: 9999px;
    background: rgba(255, 255, 255, 0.76);
    color: #0052cc;
    font-size: 0.75rem;
    font-weight: 600;
    border: 1px solid rgba(191, 219, 254, 0.9);
}

.tier-confirm-header[b-bjxjt4wir0] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.tier-confirm-title[b-bjxjt4wir0] {
    margin: 0;
    font-size: 1.375rem;
    font-weight: 700;
    color: #0f172a;
    letter-spacing: -0.02em;
}

.tier-confirm-copy[b-bjxjt4wir0] {
    margin: 0;
    font-size: 0.9375rem;
    line-height: 1.6;
    color: #475569;
}

.tier-confirm-summary[b-bjxjt4wir0] {
    display: grid;
    gap: 0.75rem;
    padding: 1rem;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    background: rgba(255, 255, 255, 0.78);
}

.tier-confirm-summary-row[b-bjxjt4wir0] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    font-size: 0.875rem;
}

.tier-confirm-summary-row span[b-bjxjt4wir0] {
    color: #64748b;
}

.tier-confirm-summary-row strong[b-bjxjt4wir0] {
    color: #0f172a;
    font-weight: 600;
    text-align: right;
}

.tier-confirm-note[b-bjxjt4wir0] {
    display: flex;
    align-items: flex-start;
    gap: 0.625rem;
    padding: 0.875rem 1rem;
    border-radius: 14px;
    background: #eff6ff;
    color: #1d4ed8;
    border: 1px solid #bfdbfe;
    font-size: 0.875rem;
    line-height: 1.55;
}

.tier-confirm-note i[b-bjxjt4wir0] {
    margin-top: 0.125rem;
    flex-shrink: 0;
}

.tier-confirm-actions[b-bjxjt4wir0] {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
}

/* ── Upgrade mode: 2-column grid (no Free card) ── */
.tier-cards--upgrade[b-bjxjt4wir0] {
    grid-template-columns: repeat(2, minmax(0, 420px));
    max-width: 700px;
}

@media (max-width: 680px) {
    .tier-cards--upgrade[b-bjxjt4wir0] {
        grid-template-columns: 1fr;
        max-width: 420px;
    }
}

/* ── Responsive — tablet ── */
@media (max-width: 900px) {
    .tier-topbar[b-bjxjt4wir0] {
        padding: 1rem 1.5rem;
    }

    .tier-step-label[b-bjxjt4wir0] {
        display: none;
    }

    .tier-headline[b-bjxjt4wir0] {
        font-size: 1.625rem;
    }
}

/* ── Responsive — mobile ── */
@media (max-width: 680px) {
    .tier-body[b-bjxjt4wir0] {
        padding: 2rem 1.25rem 3rem;
    }

    .tier-topbar[b-bjxjt4wir0] {
        padding: 1rem 1.25rem;
    }

    .tier-headline[b-bjxjt4wir0] {
        font-size: 1.5rem;
    }

    .tier-subline[b-bjxjt4wir0] {
        font-size: 0.875rem;
    }

    .tier-billing-switch[b-bjxjt4wir0] {
        width: 100%;
        max-width: 420px;
        justify-content: space-between;
    }

    .tier-confirm-dialog[b-bjxjt4wir0] {
        padding: 1.25rem;
        border-radius: 20px;
    }

    .tier-confirm-summary-row[b-bjxjt4wir0] {
        flex-direction: column;
        align-items: flex-start;
    }

    .tier-confirm-summary-row strong[b-bjxjt4wir0] {
        text-align: left;
    }

    .tier-confirm-actions[b-bjxjt4wir0] {
        flex-direction: column-reverse;
    }

    .tier-confirm-actions[b-bjxjt4wir0]  .btn {
        width: 100%;
        justify-content: center;
    }
}
/* /Features/Sign/SignDocument.razor.rz.scp.css */
/* ── Shared page shell ─────────────────────────────────────────────────────── */

.sign-container[b-tyaufoqxpi] {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 2rem 1rem;
}

/* ── Success page (full-screen white overlay) ───────────────────────────────── */

.sign-success-page[b-tyaufoqxpi] {
    position: fixed;
    inset: 0;
    z-index: 200;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-y: auto;
    padding: 2rem 1.5rem max(2rem, env(safe-area-inset-bottom));
    /* Subtle brand glow at the top */
    background-image: radial-gradient(ellipse at 50% -10%, rgba(0, 102, 255, 0.07) 0%, transparent 60%);
}

.sign-success-content[b-tyaufoqxpi] {
    width: 100%;
    max-width: 380px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    text-align: center;
    animation: sign-success-in-b-tyaufoqxpi 0.4s cubic-bezier(0.16, 1, 0.3, 1) both;
}

@keyframes sign-success-in-b-tyaufoqxpi {
    from { transform: translateY(16px); opacity: 0; }
    to   { transform: translateY(0);    opacity: 1; }
}

.sign-success-brand[b-tyaufoqxpi] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
    color: #0f172a;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    opacity: 0.5;
    margin-bottom: 0.5rem;
    transition: opacity 0.15s ease;
}

.sign-success-brand:hover[b-tyaufoqxpi] {
    opacity: 0.75;
}

.sign-success-icon-wrap[b-tyaufoqxpi] {
    position: relative;
    width: 80px;
    height: 80px;
    flex-shrink: 0;
}

.sign-success-check[b-tyaufoqxpi] {
    position: absolute;
    inset: 0;
    background: linear-gradient(145deg, #34d399 0%, #059669 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.75rem;
    box-shadow:
        0 8px 24px rgba(16, 185, 129, 0.35),
        0 2px 8px rgba(16, 185, 129, 0.15);
    animation:
        sign-success-check-pop-b-tyaufoqxpi 0.5s cubic-bezier(0.16, 1, 0.3, 1) 0.15s both,
        sign-success-glow-b-tyaufoqxpi 2.6s ease-in-out 0.8s infinite;
}

@keyframes sign-success-check-pop-b-tyaufoqxpi {
    0%   { transform: scale(0.4);  opacity: 0; }
    60%  { transform: scale(1.1);              }
    100% { transform: scale(1);    opacity: 1; }
}

@keyframes sign-success-glow-b-tyaufoqxpi {
    0%, 100% { box-shadow: 0 8px 24px rgba(16, 185, 129, 0.35), 0 2px 8px rgba(16, 185, 129, 0.15); }
    50%       { box-shadow: 0 8px 32px rgba(16, 185, 129, 0.6),  0 2px 12px rgba(16, 185, 129, 0.3); }
}

.sign-success-copy[b-tyaufoqxpi] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.sign-success-title[b-tyaufoqxpi] {
    font-size: 1.625rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0;
    line-height: 1.15;
    letter-spacing: -0.02em;
}

.sign-success-body[b-tyaufoqxpi] {
    font-size: 0.9375rem;
    color: #64748b;
    line-height: 1.6;
    margin: 0;
}

.sign-success-doc[b-tyaufoqxpi] {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 0.625rem 0.875rem;
    width: 100%;
    text-align: left;
}

.sign-success-doc-icon[b-tyaufoqxpi] {
    color: #f87171;
    font-size: 1.0625rem;
    flex-shrink: 0;
}

.sign-success-doc-name[b-tyaufoqxpi] {
    font-size: 0.8125rem;
    font-weight: 500;
    color: #334155;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 0;
    flex: 1;
}

.sign-success-actions[b-tyaufoqxpi] {
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
    width: 100%;
}

.sign-success-note[b-tyaufoqxpi] {
    font-size: 0.75rem;
    color: #94a3b8;
    margin: 0;
}

.sign-shell[b-tyaufoqxpi] {
    position: fixed;
    inset: 0;
    z-index: 200;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 380px;
    background: #0f172a;
}

.sign-viewer-pane[b-tyaufoqxpi] {
    min-width: 0;
    min-height: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.sign-viewer-stage[b-tyaufoqxpi] {
    flex: 1;
    min-height: 0;
    display: flex;
    overflow: hidden;
}

.sign-document-header[b-tyaufoqxpi] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, auto) minmax(0, 1fr);
    align-items: center;
    column-gap: 1rem;
    padding: 0.75rem 1rem;
    flex-shrink: 0;
    background: #0f172a;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.sign-document-meta[b-tyaufoqxpi] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    min-width: 0;
    width: min(34rem, 100%);
    max-width: 100%;
    justify-self: center;
    justify-content: center;
    padding-inline: 0.75rem;
}

.file-icon[b-tyaufoqxpi] {
    font-size: 1.1rem;
    flex-shrink: 0;
}

.file-info-text[b-tyaufoqxpi] {
    flex: 1;
    min-width: 0;
}

.sign-document-name[b-tyaufoqxpi] {
    font-size: 0.875rem;
    font-weight: 600;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sign-document-type[b-tyaufoqxpi] {
    font-size: 0.7rem;
    color: rgba(255, 255, 255, 0.45);
}

.sign-document-actions[b-tyaufoqxpi] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    justify-self: end;
}

.sign-brand-link[b-tyaufoqxpi] {
    display: inline-flex;
    align-items: center;
    gap: 0.625rem;
    justify-self: start;
    min-width: 0;
    height: 36px;
    padding: 0 0.625rem;
    border-radius: 10px;
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    transition: background 0.15s ease, color 0.15s ease;
}

.sign-brand-link:hover[b-tyaufoqxpi] {
    background: rgba(255, 255, 255, 0.08);
}

.sign-brand-label[b-tyaufoqxpi] {
    display: none;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    color: rgba(255, 255, 255, 0.84);
    white-space: nowrap;
}

.sign-document-action[b-tyaufoqxpi] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    font-size: 0.75rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.55);
    text-decoration: none;
    padding: 0.3rem 0.6rem;
    border-radius: 6px;
    white-space: nowrap;
    transition: color 0.15s ease, background 0.15s ease, transform 0.1s ease;
}

.sign-document-action:hover[b-tyaufoqxpi] {
    color: rgba(255, 255, 255, 0.9);
    background: rgba(255, 255, 255, 0.07);
}

.sign-document-action-icon[b-tyaufoqxpi] {
    display: none;
    font-size: 0.875rem;
}

/* ── Viewer ─────────────────────────────────────────────────────────────────── */

[b-tyaufoqxpi] .sign-viewer-card {
    background: #0f172a;
    display: flex;
    flex: 1;
    flex-direction: column;
    min-width: 0;
    min-height: 0;
    overflow: hidden;
}

[b-tyaufoqxpi] .pdf-viewer-container {
    flex: 1;
    min-height: 0;
    overflow-x: auto;
    overflow-y: auto;
    background: #1e293b;
    padding: 1rem;
    -webkit-overflow-scrolling: touch;
    -webkit-user-select: text;
    user-select: text;
}

[b-tyaufoqxpi] .pdf-viewer-container::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

[b-tyaufoqxpi] .pdf-viewer-container::-webkit-scrollbar-track {
    background: transparent;
}

[b-tyaufoqxpi] .pdf-viewer-container::-webkit-scrollbar-thumb {
    background: #334155;
    border-radius: 4px;
}

[b-tyaufoqxpi] .pdf-viewer-container::-webkit-scrollbar-thumb:hover {
    background: #475569;
}

[b-tyaufoqxpi] .pdf-page-container {
    max-width: none;
}

[b-tyaufoqxpi] .sign-viewer-controls {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0.625rem;
    padding: 0.625rem 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    flex-shrink: 0;
    -webkit-user-select: none;
    user-select: none;
}

[b-tyaufoqxpi] .sign-viewer-nav-row {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    min-width: 0;
}

[b-tyaufoqxpi] .sign-page-toolbar {
    justify-content: space-between;
}

[b-tyaufoqxpi] .sign-page-status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    padding: 0 0.875rem;
    height: 1.875rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.8125rem;
    font-weight: 600;
    white-space: nowrap;
}

[b-tyaufoqxpi] .sign-page-list,
[b-tyaufoqxpi] .sign-signature-list {
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 0.125rem;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
}

[b-tyaufoqxpi] .sign-jump-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.375rem;
    height: 2rem;
    padding: 0 0.875rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);
    color: rgba(255, 255, 255, 0.74);
    font-size: 0.8125rem;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    appearance: none;
    transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

[b-tyaufoqxpi] .sign-jump-chip:hover {
    background: rgba(255, 255, 255, 0.09);
    color: rgba(255, 255, 255, 0.92);
}

[b-tyaufoqxpi] .sign-jump-chip.is-active {
    background: rgba(0, 102, 255, 0.2);
    border-color: rgba(96, 165, 250, 0.9);
    color: #fff;
}

[b-tyaufoqxpi] .sign-jump-chip--signature {
    justify-content: flex-start;
}

[b-tyaufoqxpi] .sign-jump-chip-meta {
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.75rem;
    font-weight: 500;
}

[b-tyaufoqxpi] .sign-jump-chip.is-active .sign-jump-chip-meta {
    color: rgba(255, 255, 255, 0.8);
}

[b-tyaufoqxpi] .sign-zoom-toolbar {
    justify-content: center;
    flex-wrap: wrap;
}

[b-tyaufoqxpi] .zoom-badge {
    display: inline-flex;
    align-items: center;
    padding: 0 0.625rem;
    height: 1.875rem;
    font-size: 0.8125rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.7);
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    user-select: none;
}

/* ── Signature highlight animation ──────────────────────────────────────────── */

@keyframes pulse-b-tyaufoqxpi {
    0% { transform: scale(1); box-shadow: 0 0 0 0 rgba(0, 102, 255, 0.4); }
    70% { transform: scale(1.02); box-shadow: 0 0 0 10px rgba(0, 102, 255, 0); }
    100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(0, 102, 255, 0); }
}

[b-tyaufoqxpi] .pulse-highlight {
    animation: pulse-b-tyaufoqxpi 2s infinite;
    z-index: 10;
}

/* ── Action area ────────────────────────────────────────────────────────────── */

.sign-action-card[b-tyaufoqxpi] {
    background: #f8fafc;
    display: flex;
    flex-direction: column;
}

.sign-action-card--desktop[b-tyaufoqxpi] {
    border-left: 1px solid rgba(255, 255, 255, 0.07);
    justify-content: center;
    overflow-y: auto;
}

.sign-action-brand[b-tyaufoqxpi] {
    padding: 1rem 1.75rem 0;
    flex-shrink: 0;
}

.sign-action-brand-link[b-tyaufoqxpi] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    text-decoration: none;
    transition: background 0.15s ease, color 0.15s ease;
}

.sign-action-brand-link[b-tyaufoqxpi] {
    background: rgba(0, 0, 0, 0.05);
}

.sign-action-brand-link:hover[b-tyaufoqxpi] {
    background: rgba(0, 0, 0, 0.1);
}

.sign-action-inner[b-tyaufoqxpi] {
    padding: 2rem 1.75rem;
    display: flex;
    flex-direction: column;
    gap: 1.75rem;
}

.sign-action-content[b-tyaufoqxpi] {
    display: flex;
    flex-direction: column;
    gap: 1.75rem;
}

.sign-action-header[b-tyaufoqxpi] {
    text-align: center;
}

.logo-box[b-tyaufoqxpi] {
    width: 56px;
    height: 56px;
    background: #f0f5ff;
    border: 1px solid #c7d9ff;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sign-actions[b-tyaufoqxpi] {
    display: flex;
    flex-direction: column;
}

.sign-form[data-passkey-submitting="true"] .sign-idle-state[b-tyaufoqxpi] {
    display: none;
}

.sign-loading-state[b-tyaufoqxpi] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    padding: 2rem 2.25rem;
    width: min(480px, calc(100vw - 2.5rem));
    border: 1px solid #bfdbfe;
    border-radius: 24px;
    background:
        radial-gradient(circle at top left, rgba(219, 234, 254, 0.95), transparent 58%),
        linear-gradient(180deg, #f8fbff 0%, #eef4ff 100%);
    box-shadow:
        0 32px 80px rgba(0, 0, 0, 0.35),
        0 8px 24px rgba(0, 102, 255, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.8);
    animation: sign-card-in-b-tyaufoqxpi 0.25s ease-out both;
}

@keyframes sign-card-in-b-tyaufoqxpi {
    from { transform: translateY(12px) scale(0.97); opacity: 0; }
    to { transform: translateY(0) scale(1); opacity: 1; }
}

.sign-loading-badge[b-tyaufoqxpi] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    width: fit-content;
    padding: 0.375rem 0.75rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.72);
    color: #0052cc;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.01em;
}

.sign-signature-canvas[b-tyaufoqxpi] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.875rem;
    padding: 0.75rem 0 0.25rem;
}

.sign-signature-svg[b-tyaufoqxpi] {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 8 / 3;
}

.sign-signature-guide[b-tyaufoqxpi],
.sign-signature-stroke[b-tyaufoqxpi] {
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.sign-signature-guide[b-tyaufoqxpi] {
    stroke: #cbd5e1;
    stroke-width: 5;
    opacity: 0.75;
}

.sign-signature-stroke[b-tyaufoqxpi] {
    stroke: #0066ff;
    stroke-width: 5.5;
    stroke-dasharray: 100;
    stroke-dashoffset: 100;
    filter: drop-shadow(0 4px 10px rgba(0, 102, 255, 0.18));
    will-change: stroke-dashoffset, opacity;
    animation: sign-draw-b-tyaufoqxpi 2.8s ease-in-out infinite;
}

.sign-loading-copy[b-tyaufoqxpi] {
    display: flex;
    flex-direction: column;
    gap: 0.375rem;
}

.sign-loading-copy h3[b-tyaufoqxpi] {
    margin: 0;
    font-size: 1.125rem;
    font-weight: 600;
    color: #0f172a;
}

.sign-loading-copy p[b-tyaufoqxpi] {
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.6;
    color: #475569;
}

@keyframes sign-draw-b-tyaufoqxpi {
    0% {
        stroke-dashoffset: 100;
        opacity: 0.4;
    }

    18% {
        opacity: 1;
    }

    72%,
    100% {
        stroke-dashoffset: 0;
        opacity: 1;
    }
}

/* ── Standalone panel ───────────────────────────────────────────────────────── */

.sign-panel[b-tyaufoqxpi] {
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 20px;
    box-shadow:
        0 24px 64px rgba(0, 0, 0, 0.4),
        0 4px 20px rgba(0, 0, 0, 0.2);
    padding: 2rem 2.5rem;
    width: 100%;
    max-width: 600px;
}

/* ── Mobile chrome ──────────────────────────────────────────────────────────── */

.msign-bottom-bar[b-tyaufoqxpi],
.msign-backdrop[b-tyaufoqxpi],
.msign-sheet[b-tyaufoqxpi] {
    display: none;
}

.msign-bottom-bar[b-tyaufoqxpi] {
    flex-shrink: 0;
    padding: 0.75rem 1rem;
    padding-bottom: max(0.75rem, env(safe-area-inset-bottom));
    background: #0f172a;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.msign-sign-btn[b-tyaufoqxpi] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.625rem;
    width: 100%;
    height: 52px;
    background: #0066ff;
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    border: none;
    border-radius: 14px;
    cursor: pointer;
    letter-spacing: 0.01em;
    transition: background 0.15s ease, transform 0.1s ease;
    -webkit-tap-highlight-color: transparent;
}

.msign-sign-btn:hover[b-tyaufoqxpi] {
    background: #0052cc;
}

.msign-sign-btn:active[b-tyaufoqxpi] {
    background: #003d99;
    transform: scale(0.98);
}

.msign-backdrop[b-tyaufoqxpi] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    z-index: 300;
    opacity: 0;
    transition: opacity 0.25s ease;
}

.msign-backdrop.msign-backdrop--open[b-tyaufoqxpi] {
    display: block;
    opacity: 1;
}

.msign-sheet[b-tyaufoqxpi] {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 301;
    border-radius: 20px 20px 0 0;
    box-shadow: 0 -8px 40px rgba(0, 0, 0, 0.35);
    transform: translateY(100%);
    transition: transform 0.3s cubic-bezier(0.32, 0.72, 0, 1);
    padding-bottom: max(0, env(safe-area-inset-bottom));
    overflow: hidden;
}

.msign-sheet.msign-sheet--open[b-tyaufoqxpi] {
    transform: translateY(0);
}

.msign-sheet-handle[b-tyaufoqxpi] {
    width: 36px;
    height: 4px;
    background: #e2e8f0;
    border-radius: 2px;
    margin: 0.625rem auto 0;
}

.sign-action-inner--mobile[b-tyaufoqxpi] {
    padding: 1.25rem 1.5rem 1.75rem;
    gap: 1.25rem;
}

/* ── Responsive ─────────────────────────────────────────────────────────────── */

@media (max-width: 767px) {
    .sign-success-page[b-tyaufoqxpi] {
        align-items: flex-start;
        justify-content: flex-start;
        padding-top: max(3rem, env(safe-area-inset-top));
    }

    .sign-success-content[b-tyaufoqxpi] {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .sign-shell[b-tyaufoqxpi] {
        display: flex;
        flex-direction: column;
    }

    .sign-viewer-pane[b-tyaufoqxpi] {
        flex: 1;
    }

    .msign-bottom-bar[b-tyaufoqxpi],
    .msign-sheet[b-tyaufoqxpi] {
        display: flex;
    }

    .sign-document-header[b-tyaufoqxpi] {
        column-gap: 0.625rem;
        grid-template-columns: auto minmax(0, 1fr) auto;
        padding: 0 1rem;
        height: 52px;
    }

    .msign-sheet[b-tyaufoqxpi] {
        flex-direction: column;
    }

    .sign-action-card--desktop[b-tyaufoqxpi] {
        display: none;
    }

    .sign-viewer-stage[b-tyaufoqxpi]  .sign-viewer-controls {
        padding: 0.75rem;
    }

    .sign-viewer-stage[b-tyaufoqxpi]  .pdf-viewer-container {
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        touch-action: pan-x pan-y pinch-zoom;
        overscroll-behavior: contain;
    }

    .sign-viewer-stage[b-tyaufoqxpi]  .sign-viewer-nav-row {
        gap: 0.375rem;
    }

    .sign-viewer-stage[b-tyaufoqxpi]  .sign-zoom-toolbar {
        display: none;
    }

    .sign-viewer-stage[b-tyaufoqxpi]  .sign-page-status,
    .sign-viewer-stage[b-tyaufoqxpi]  .sign-jump-chip,
    .sign-viewer-stage[b-tyaufoqxpi]  .zoom-badge {
        font-size: 0.75rem;
    }

    .sign-document-meta[b-tyaufoqxpi] {
        width: 100%;
        justify-self: stretch;
        padding-inline: 0;
    }

    .sign-document-actions[b-tyaufoqxpi] {
        gap: 0.25rem;
    }

    .sign-document-type[b-tyaufoqxpi],
    .sign-document-action-label[b-tyaufoqxpi] {
        display: none;
    }

    .sign-document-action[b-tyaufoqxpi] {
        width: 36px;
        height: 36px;
        padding: 0;
        border-radius: 10px;
    }

    .sign-document-action-icon[b-tyaufoqxpi] {
        display: inline-flex;
    }

    .sign-brand-link[b-tyaufoqxpi] {
        gap: 0;
        width: 36px;
        padding: 0;
        justify-content: center;
    }

    .sign-loading-overlay[b-tyaufoqxpi] {
        padding: 1rem;
    }

    .sign-loading-state[b-tyaufoqxpi] {
        width: min(100%, 26rem);
    }
}

@media (min-width: 768px) {
    .sign-document-action-icon[b-tyaufoqxpi] {
        display: none;
    }

    .msign-backdrop.msign-backdrop--open[b-tyaufoqxpi],
    .msign-sheet.msign-sheet--open[b-tyaufoqxpi] {
        display: none;
    }
}

@media (min-width: 1180px) {
    .sign-brand-label[b-tyaufoqxpi] {
        display: inline;
    }
}

@media (prefers-reduced-motion: reduce) {
    .sign-signature-stroke[b-tyaufoqxpi] {
        animation: none;
        stroke-dashoffset: 0;
    }

    .sign-success-content[b-tyaufoqxpi],
    .sign-success-check[b-tyaufoqxpi] {
        animation: none;
    }
}
/* /Features/Validate/ValidateDocument.razor.rz.scp.css */
/* ── Page shell ────────────────────────────────────────────────────────── */

.validate-page[b-dnps8ypb5t] {
    background: linear-gradient(160deg, #eef5ff 0%, #f4f8ff 18%, #f8fafc 45%);
    min-height: 100vh;
}

.validate-wrap[b-dnps8ypb5t] {
    position: relative;
    padding: calc(var(--just-header-height) + 3.5rem) 1.5rem 5rem;
}

.validate-inner[b-dnps8ypb5t] {
    max-width: 640px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

/* ── Drop overlay ────────────────────────────────────────────────────────── */

.validate-drop-overlay[b-dnps8ypb5t] {
    position: fixed;
    inset: 0;
    z-index: 50;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(238, 245, 255, 0.85);
    backdrop-filter: blur(4px);
    pointer-events: none;
}

.validate-drop-overlay-card[b-dnps8ypb5t] {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 1.75rem;
    border-radius: 18px;
    background: #ffffff;
    border: 1.5px solid rgba(0, 102, 255, 0.25);
    box-shadow: 0 24px 56px rgba(15, 23, 42, 0.14), 0 0 0 6px rgba(0, 102, 255, 0.06);
    color: #0066ff;
    font-size: 1rem;
    font-weight: 600;
}

.validate-drop-overlay-card i[b-dnps8ypb5t] {
    font-size: 1.375rem;
}

/* ── Header ─────────────────────────────────────────────────────────────── */

.validate-header[b-dnps8ypb5t] {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
}

.validate-eyebrow[b-dnps8ypb5t] {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
    background: #eff6ff;
    border: 1px solid #bfdbfe;
    color: #0066ff;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.validate-header h1[b-dnps8ypb5t] {
    font-size: clamp(1.875rem, 5vw, 2.5rem);
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1.1;
    color: #0f172a;
    margin: 0;
}

.validate-header p[b-dnps8ypb5t] {
    font-size: 0.9375rem;
    line-height: 1.65;
    color: #64748b;
    max-width: 480px;
    margin: 0;
}

/* ── Panel — use card card-body, just add gap ────────────────────────────── */

.validate-panel[b-dnps8ypb5t] {
    display: flex;
    flex-direction: column;
    gap: 1.125rem;
}

/* ── Result banner ───────────────────────────────────────────────────────── */

.validate-result-banner[b-dnps8ypb5t] {
    font-size: 0.9375rem;
}

.validate-result-banner strong[b-dnps8ypb5t] {
    font-size: 1rem;
    display: block;
    margin-bottom: 0.2rem;
}

.validate-result-banner p[b-dnps8ypb5t] {
    margin: 0;
    font-size: 0.875rem;
    opacity: 0.85;
}

/* ── Drop zone ───────────────────────────────────────────────────────────── */

.validate-dropzone[b-dnps8ypb5t] {
    display: block;
    border: 2px dashed #bfdbfe;
    border-radius: 20px;
    background: linear-gradient(180deg, #f8fbff 0%, #f8fafc 100%);
    transition: border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    text-decoration: none;
}

/* Subtle radial glow behind the icon area */
.validate-dropzone[b-dnps8ypb5t]::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 50% 0%, rgba(0, 102, 255, 0.055) 0%, transparent 65%);
    pointer-events: none;
}

.validate-dropzone:hover[b-dnps8ypb5t] {
    border-color: #93c5fd;
    background: #f0f6ff;
    box-shadow: 0 4px 24px rgba(0, 102, 255, 0.07);
}

.validate-dropzone--active[b-dnps8ypb5t] {
    border-color: #0066ff;
    border-style: solid;
    background: #eef5ff;
    box-shadow: 0 0 0 4px rgba(0, 102, 255, 0.1), 0 8px 32px rgba(0, 102, 255, 0.1);
    animation: dz-glow-pulse-b-dnps8ypb5t 1.2s ease-in-out infinite;
}

@keyframes dz-glow-pulse-b-dnps8ypb5t {
    0%, 100% { box-shadow: 0 0 0 4px rgba(0, 102, 255, 0.10), 0 8px 32px rgba(0, 102, 255, 0.10); }
    50%       { box-shadow: 0 0 0 6px rgba(0, 102, 255, 0.18), 0 8px 32px rgba(0, 102, 255, 0.14); }
}

.validate-dropzone-inner[b-dnps8ypb5t] {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.375rem;
    padding: 3.25rem 2rem 2.75rem;
    text-align: center;
}

/* ── Dropzone icon ───────────────────────────────────────────────────────── */

.validate-dz-icon-wrap[b-dnps8ypb5t] {
    position: relative;
    margin-bottom: 0.875rem;
}

.validate-dz-icon[b-dnps8ypb5t] {
    width: 68px;
    height: 68px;
    border-radius: 18px;
    background: linear-gradient(145deg, #dbeafe 0%, #bfdbfe 100%);
    border: 1px solid rgba(147, 197, 253, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    color: #0066ff;
    box-shadow: 0 6px 20px rgba(0, 102, 255, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.6);
    animation: dz-breathe-b-dnps8ypb5t 3s ease-in-out infinite;
    transition: transform 200ms ease, background 200ms ease;
    position: relative;
    z-index: 1;
}

/* Outer ring that expands on hover/active */
.validate-dz-icon-ring[b-dnps8ypb5t] {
    position: absolute;
    inset: -8px;
    border-radius: 26px;
    border: 1.5px solid rgba(0, 102, 255, 0.12);
    background: rgba(0, 102, 255, 0.03);
    transition: inset 200ms ease, border-color 200ms ease, background 200ms ease;
    pointer-events: none;
}

.validate-dropzone:hover .validate-dz-icon[b-dnps8ypb5t] {
    animation-play-state: paused;
    transform: scale(1.07);
    background: linear-gradient(145deg, #bfdbfe 0%, #93c5fd 100%);
}

.validate-dropzone:hover .validate-dz-icon-ring[b-dnps8ypb5t] {
    inset: -12px;
    border-color: rgba(0, 102, 255, 0.2);
    background: rgba(0, 102, 255, 0.05);
}

.validate-dropzone--active .validate-dz-icon[b-dnps8ypb5t] {
    animation-play-state: paused;
    transform: scale(1.1);
    background: linear-gradient(145deg, #93c5fd 0%, #60a5fa 100%);
    box-shadow: 0 8px 28px rgba(0, 102, 255, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.validate-dropzone--active .validate-dz-icon-ring[b-dnps8ypb5t] {
    inset: -14px;
    border-color: rgba(0, 102, 255, 0.28);
    background: rgba(0, 102, 255, 0.07);
    animation: ring-pulse-b-dnps8ypb5t 1.2s ease-in-out infinite;
}

@keyframes dz-breathe-b-dnps8ypb5t {
    0%, 100% { box-shadow: 0 6px 20px rgba(0, 102, 255, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.6); }
    50%       { box-shadow: 0 8px 28px rgba(0, 102, 255, 0.26), inset 0 1px 0 rgba(255, 255, 255, 0.6); }
}

@keyframes ring-pulse-b-dnps8ypb5t {
    0%, 100% { opacity: 0.8; }
    50%       { opacity: 1; }
}

/* ── Dropzone text ───────────────────────────────────────────────────────── */

.validate-dz-title[b-dnps8ypb5t] {
    font-size: 1.0625rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0;
    letter-spacing: -0.01em;
    transition: color 180ms ease;
}

.validate-dropzone--active .validate-dz-title[b-dnps8ypb5t] {
    color: #0066ff;
}

.validate-dz-sub[b-dnps8ypb5t] {
    font-size: 0.875rem;
    color: #64748b;
    margin: 0.125rem 0 0;
}

.validate-dz-browse[b-dnps8ypb5t] {
    color: #0066ff;
    font-weight: 600;
    text-decoration: underline;
    text-decoration-color: transparent;
    text-underline-offset: 2px;
    transition: text-decoration-color 150ms ease;
}

.validate-dropzone:hover .validate-dz-browse[b-dnps8ypb5t] {
    text-decoration-color: #0066ff;
}

.validate-dz-note[b-dnps8ypb5t] {
    font-size: 0.75rem;
    color: #94a3b8;
    margin-top: 0.5rem;
}

/* ── Cert row ────────────────────────────────────────────────────────────── */

.validate-cert-row[b-dnps8ypb5t] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.375rem;
    font-size: 0.8125rem;
    color: #94a3b8;
}

.validate-cert-link[b-dnps8ypb5t] {
    color: #0066ff;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    transition: color 150ms ease;
}

.validate-cert-link:hover[b-dnps8ypb5t] { color: #0052cc; }
.validate-cert-link i[b-dnps8ypb5t] { font-size: 0.75em; }

/* ── Loading ─────────────────────────────────────────────────────────────── */

.validate-loading[b-dnps8ypb5t] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    padding: 3rem 0;
}

.validate-scan-wrap[b-dnps8ypb5t] {
    margin-bottom: 0.5rem;
}

.validate-scan-doc[b-dnps8ypb5t] {
    width: 72px;
    height: 90px;
    border-radius: 10px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px 12px;
    gap: 0;
    box-shadow: 0 6px 20px rgba(15, 23, 42, 0.1);
}

.validate-scan-lines[b-dnps8ypb5t] {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.validate-scan-line[b-dnps8ypb5t] {
    height: 4px;
    width: 100%;
    border-radius: 2px;
    background: #e2e8f0;
}

.validate-scan-line--short[b-dnps8ypb5t] { width: 60%; }

.validate-scan-beam[b-dnps8ypb5t] {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, #0066ff 30%, #60a5fa 50%, #0066ff 70%, transparent);
    box-shadow: 0 0 10px 3px rgba(0, 102, 255, 0.35);
    animation: scan-sweep-b-dnps8ypb5t 1.8s ease-in-out infinite;
}

@keyframes scan-sweep-b-dnps8ypb5t {
    0%   { top: 0%;   opacity: 0; }
    8%   { opacity: 1; }
    92%  { opacity: 1; }
    100% { top: 100%; opacity: 0; }
}

.validate-loading-title[b-dnps8ypb5t] {
    font-size: 0.9375rem;
    font-weight: 600;
    color: #0f172a;
    margin: 0;
}

.validate-loading-sub[b-dnps8ypb5t] {
    font-size: 0.8125rem;
    color: #64748b;
    margin: 0;
}

/* ── Signatures ──────────────────────────────────────────────────────────── */

.validate-sigs[b-dnps8ypb5t] {
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
}

.validate-sigs-label[b-dnps8ypb5t] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #94a3b8;
    margin: 0;
}

.validate-sigs-list[b-dnps8ypb5t] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.validate-sig[b-dnps8ypb5t] {
    display: flex;
    align-items: center;
    gap: 0.875rem;
    padding: 0.875rem 1rem;
    border-radius: 12px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-left-width: 3px;
}

.validate-sig--valid[b-dnps8ypb5t]  { border-left-color: #10b981; }
.validate-sig--invalid[b-dnps8ypb5t] { border-left-color: #ef4444; }

.validate-sig-avatar[b-dnps8ypb5t] {
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 50%;
    background: #dbeafe;
    border: 1px solid #bfdbfe;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.875rem;
    font-weight: 700;
    color: #1d4ed8;
    flex-shrink: 0;
    text-transform: uppercase;
}

.validate-sig-info[b-dnps8ypb5t] {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
    min-width: 0;
    flex: 1;
}

.validate-sig-name[b-dnps8ypb5t] {
    font-size: 0.875rem;
    font-weight: 600;
    color: #0f172a;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.validate-sig-email[b-dnps8ypb5t] {
    font-size: 0.8125rem;
    color: #64748b;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.validate-sig-meta[b-dnps8ypb5t] {
    display: flex;
    align-items: center;
    gap: 0.3em;
    font-size: 0.75rem;
    color: #94a3b8;
    margin-top: 0.1rem;
}

.validate-sig-meta--error[b-dnps8ypb5t] {
    color: #b91c1c;
}

/* ── Hash accordion ──────────────────────────────────────────────────────── */

.validate-hash[b-dnps8ypb5t] {
    border-radius: 12px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    overflow: hidden;
}

.validate-hash-summary[b-dnps8ypb5t] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1rem;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #475569;
    cursor: pointer;
    user-select: none;
    list-style: none;
    transition: color 150ms ease, background 150ms ease;
}

.validate-hash-summary[b-dnps8ypb5t]::-webkit-details-marker { display: none; }

.validate-hash-summary:hover[b-dnps8ypb5t] {
    color: #0f172a;
    background: #f1f5f9;
}

.validate-hash-chevron[b-dnps8ypb5t] {
    margin-left: auto;
    font-size: 0.625rem;
    transition: transform 200ms ease;
}

details[open] .validate-hash-chevron[b-dnps8ypb5t] { transform: rotate(180deg); }

.validate-hash-body[b-dnps8ypb5t] {
    padding: 0.75rem 1rem 1rem;
    border-top: 1px solid #e2e8f0;
}

.validate-hash-code[b-dnps8ypb5t] {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    font-size: 0.6875rem;
    line-height: 1.7;
    color: #475569;
    word-break: break-all;
    display: block;
}

/* ── Reset row ───────────────────────────────────────────────────────────── */

.validate-reset-row[b-dnps8ypb5t] {
    display: flex;
    justify-content: center;
    padding-top: 0.25rem;
}

/* ── Responsive ──────────────────────────────────────────────────────────── */

@media (max-width: 600px) {
    .validate-wrap[b-dnps8ypb5t] {
        padding: calc(var(--just-header-height) + 2rem) 1rem 3.5rem;
    }

    .validate-dropzone-inner[b-dnps8ypb5t] {
        padding: 2.5rem 1.25rem 2.25rem;
    }

    .validate-sig[b-dnps8ypb5t] {
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .validate-sig > div:last-child[b-dnps8ypb5t] {
        width: 100%;
        padding-left: 3.125rem;
    }
}
