/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-ve4o97r9h1] {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100vh;
    height: 100dvh;
    min-width: 0;
    overflow: hidden;
}

main[b-ve4o97r9h1] {
    flex: 1;
    min-width: 0;
    min-height: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

article.content[b-ve4o97r9h1] {
    flex: 1 1 auto;
    min-height: 0;
    overflow-x: hidden;
    overflow-y: auto;
}

.sidebar-slot[b-ve4o97r9h1] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
    height: 100%;
}

.sidebar[b-ve4o97r9h1] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
    height: 100%;
    display: flex;
    flex-direction: column;
    min-height: 0;
}

.sidebar-toggle[b-ve4o97r9h1] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.sidebar-toggle-btn[b-ve4o97r9h1] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.35rem;
    height: 2.35rem;
    margin-right: auto;
    flex-shrink: 0;
    border: 1px solid #d6d5d5;
    border-radius: 0.4rem;
    background: #fff;
    color: #334155;
    cursor: pointer;
    z-index: 11;
}

.sidebar-toggle-btn:hover[b-ve4o97r9h1] {
    background: #eef2f7;
}

.sidebar-backdrop[b-ve4o97r9h1] {
    display: none;
}

.top-row[b-ve4o97r9h1] {
    position: relative;
    flex-shrink: 0;
    height: 3.5rem;
    min-height: 3.5rem;
    box-sizing: border-box;
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.5rem;
}

    .top-row[b-ve4o97r9h1]  a, .top-row[b-ve4o97r9h1]  .btn-link {
        white-space: nowrap;
        margin-left: 0;
        text-decoration: none;
    }

    .top-row[b-ve4o97r9h1]  a:hover, .top-row[b-ve4o97r9h1]  .btn-link:hover {
        text-decoration: underline;
    }

.app-header-title[b-ve4o97r9h1] {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: min(95%, calc(100% - 18rem));
    text-align: center;
    font-size: clamp(0.58rem, 1.05vw, 0.82rem);
    font-weight: 600;
    color: #334155;
    line-height: 1.15;
    pointer-events: none;
    padding: 0 0.35rem;
}

.user-greeting[b-ve4o97r9h1] {
    font-size: 0.9rem;
}

@media (max-width: 900px) {
    .app-header-title[b-ve4o97r9h1] {
        display: none;
    }
}

@media (max-width: 640.98px) {
    .page[b-ve4o97r9h1] {
        flex-direction: column;
    }

    .sidebar-slot[b-ve4o97r9h1] {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        width: min(16.5rem, 86vw);
        height: 100vh;
        height: 100dvh;
        z-index: 1040;
        transform: translateX(-100%);
        transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
        overflow: hidden;
        box-shadow: none;
    }

    .sidebar[b-ve4o97r9h1] {
        width: 100%;
        height: 100%;
    }

    .sidebar-toggle:checked ~ .sidebar-slot[b-ve4o97r9h1] {
        transform: translateX(0);
        box-shadow: 8px 0 24px rgba(0, 0, 0, 0.25);
    }

    .sidebar-backdrop[b-ve4o97r9h1] {
        display: block;
        position: fixed;
        inset: 0;
        background: rgba(15, 23, 42, 0.45);
        z-index: 1030;
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.35s ease;
    }

    .sidebar-toggle:checked ~ .sidebar-backdrop[b-ve4o97r9h1] {
        opacity: 1;
        pointer-events: auto;
        cursor: pointer;
    }

    .top-row[b-ve4o97r9h1] {
        z-index: 20;
        padding-left: 0.85rem !important;
        padding-right: 0.85rem !important;
    }

    .user-greeting[b-ve4o97r9h1] {
        max-width: 7.5rem;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    article.content[b-ve4o97r9h1] {
        padding-left: 0.85rem !important;
        padding-right: 0.85rem !important;
    }
}

@media (min-width: 641px) {
    .page[b-ve4o97r9h1] {
        flex-direction: row;
    }

    .sidebar-slot[b-ve4o97r9h1] {
        width: 250px;
        height: 100%;
        align-self: stretch;
        position: relative;
        flex-shrink: 0;
        overflow: hidden;
        min-width: 0;
        transition: width 0.35s cubic-bezier(0.22, 1, 0.36, 1);
    }

    .sidebar[b-ve4o97r9h1] {
        width: 250px;
        height: 100%;
        min-height: 100%;
        transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
    }

    .sidebar-toggle:checked ~ .sidebar-slot[b-ve4o97r9h1] {
        width: 0;
    }

    .sidebar-toggle:checked ~ .sidebar-slot .sidebar[b-ve4o97r9h1] {
        transform: translateX(-100%);
    }

    .top-row[b-ve4o97r9h1] {
        z-index: 10;
        background-color: #f7f7f7;
    }

    main[b-ve4o97r9h1] {
        min-width: 0;
        min-height: 0;
        flex: 1;
        height: 100%;
        overflow: hidden;
    }

    .top-row[b-ve4o97r9h1], article[b-ve4o97r9h1] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.sidebar-brand[b-45p653lgqo] {
    height: 3.5rem;
    min-height: 3.5rem;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    padding: 0 1rem;
    background-color: rgba(0, 0, 0, 0.4);
    box-sizing: border-box;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.navbar-brand[b-45p653lgqo] {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #fff;
    margin: 0;
    padding: 0;
    line-height: 1;
    text-decoration: none;
}

.navbar-brand:hover[b-45p653lgqo] {
    color: #fff;
}

.brand-logo[b-45p653lgqo] {
    width: 1.85rem;
    height: 1.85rem;
    border-radius: 0.42rem;
    flex-shrink: 0;
}

.bi[b-45p653lgqo] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-45p653lgqo] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-45p653lgqo] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6z'/%3E%3C/svg%3E");
}

.bi-people-fill-nav-menu[b-45p653lgqo] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M7 14s-1 0-1-1 1-4 5-4 5 3 5 4-1 1-1 1H7zm4-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6z'/%3E%3Cpath fill-rule='evenodd' d='M5.216 14A2.238 2.238 0 0 1 5 13c0-1.355.68-2.75 1.936-3.72A6.325 6.325 0 0 0 5 9c-4 0-5 3-5 4s1 1 1 1h4.216z'/%3E%3Cpath d='M4.5 8a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-45p653lgqo] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-45p653lgqo] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-section-label[b-45p653lgqo] {
    margin-top: 1rem;
    margin-bottom: 0.35rem;
    padding-top: 0.15rem;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.45);
    user-select: none;
}

.nav-section-label:first-of-type[b-45p653lgqo] {
    margin-top: 0.75rem;
}

.nav-item[b-45p653lgqo] {
    font-size: 0.875rem;
    padding-bottom: 0.2rem;
}

    .nav-item:first-of-type[b-45p653lgqo] {
        padding-top: 0.75rem;
    }

    .nav-item:last-of-type[b-45p653lgqo] {
        padding-bottom: 1.25rem;
    }

    .nav-item[b-45p653lgqo]  .nav-link,
    .nav-item .nav-link[b-45p653lgqo] {
        color: rgba(255, 255, 255, 0.78);
        background: none;
        border: none;
        border-radius: 0.4rem;
        height: 2.35rem;
        display: flex;
        align-items: center;
        line-height: 1.2;
        width: 100%;
        padding: 0 0.75rem;
        text-decoration: none;
        outline: none;
        box-shadow: none;
        transition: background-color 0.15s ease, color 0.15s ease;
    }

.nav-item[b-45p653lgqo]  a.active,
.nav-item[b-45p653lgqo]  .nav-link.active {
    background-color: rgba(255, 255, 255, 0.14);
    color: #fff;
    box-shadow: inset 3px 0 0 #fff;
}

.nav-item[b-45p653lgqo]  .nav-link:hover,
.nav-item .nav-link:hover[b-45p653lgqo] {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.nav-item[b-45p653lgqo]  .nav-link:focus-visible,
.nav-item .nav-link:focus-visible[b-45p653lgqo] {
    background-color: rgba(255, 255, 255, 0.12);
    color: #fff;
    box-shadow: inset 3px 0 0 rgba(255, 255, 255, 0.7);
}

.nav-item[b-45p653lgqo]  .nav-link:focus:not(:focus-visible),
.nav-item .nav-link:focus:not(:focus-visible)[b-45p653lgqo] {
    outline: none;
    box-shadow: none;
}

.nav-scrollable[b-45p653lgqo] {
    display: block;
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 255, 255, 0.25) transparent;
}

.nav-scrollable[b-45p653lgqo]::-webkit-scrollbar {
    width: 6px;
}

.nav-scrollable[b-45p653lgqo]::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.25);
    border-radius: 3px;
}
/* /Components/Pages/DownloadApp.razor.rz.scp.css */
.login-shell[b-ab9jdzdkvu] {
    min-height: 100vh;
    min-height: 100dvh;
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    font-family: "Plus Jakarta Sans", "Segoe UI", sans-serif;
    background: #f4f6fb;
}

.login-brand[b-ab9jdzdkvu] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3.5rem;
    color: #fff;
    background:
        radial-gradient(ellipse at 20% 15%, rgba(255, 255, 255, 0.16), transparent 50%),
        radial-gradient(ellipse at 90% 90%, rgba(88, 28, 135, 0.45), transparent 45%),
        linear-gradient(160deg, #052767 0%, #1e1b4b 48%, #3a0647 100%);
    overflow: hidden;
}

.login-brand[b-ab9jdzdkvu]::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
    background-size: 42px 42px;
    mask-image: radial-gradient(ellipse at center, #000 40%, transparent 80%);
    pointer-events: none;
}

.login-brand-inner[b-ab9jdzdkvu] {
    position: relative;
    z-index: 1;
    max-width: 28rem;
}

.login-mark[b-ab9jdzdkvu] {
    width: 4.1rem;
    height: 4.1rem;
    margin-bottom: 1.35rem;
}

.login-mark img[b-ab9jdzdkvu] {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 0.9rem;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28);
}

.login-kicker[b-ab9jdzdkvu] {
    margin: 0 0 0.45rem;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.62);
}

.login-brand h1[b-ab9jdzdkvu] {
    margin: 0 0 0.75rem;
    font-size: clamp(2.1rem, 3vw, 2.7rem);
    font-weight: 800;
    letter-spacing: 0.06em;
    line-height: 1;
}

.login-full-name[b-ab9jdzdkvu] {
    margin: 0 0 2rem;
    max-width: 22rem;
    font-size: 0.95rem;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.78);
}

.login-points[b-ab9jdzdkvu] {
    margin: 0;
    padding: 0;
    list-style: none;
}

.login-points li[b-ab9jdzdkvu] {
    position: relative;
    margin-bottom: 0.7rem;
    padding-left: 1.35rem;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.82);
}

.login-points li[b-ab9jdzdkvu]::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.45rem;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background: #93c5fd;
    box-shadow: 0 0 0 4px rgba(147, 197, 253, 0.18);
}

.login-panel[b-ab9jdzdkvu] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2.5rem 1.5rem;
}

.login-card[b-ab9jdzdkvu] {
    width: 100%;
    max-width: 24.5rem;
}

.login-card-header h2[b-ab9jdzdkvu] {
    margin: 0 0 0.4rem;
    font-size: 1.7rem;
    font-weight: 750;
    color: #0f172a;
}

.login-card-header p[b-ab9jdzdkvu] {
    margin: 0 0 1.75rem;
    font-size: 0.92rem;
    line-height: 1.5;
    color: #64748b;
}

.login-alert[b-ab9jdzdkvu] {
    margin-bottom: 1.15rem;
    padding: 0.7rem 0.85rem;
    border-radius: 0.7rem;
    background: #fef2f2;
    border: 1px solid #fecaca;
    color: #b91c1c;
    font-size: 0.86rem;
    line-height: 1.4;
}

.login-submit[b-ab9jdzdkvu] {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.15rem;
    height: 2.9rem;
    border: 0;
    border-radius: 0.7rem;
    background: linear-gradient(180deg, #2563eb 0%, #1d4ed8 100%);
    color: #fff;
    font-size: 0.98rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    text-decoration: none;
    box-shadow: 0 8px 18px rgba(37, 99, 235, 0.22);
    transition: transform 0.15s ease, box-shadow 0.15s ease, filter 0.15s ease;
}

.login-submit:hover[b-ab9jdzdkvu] {
    color: #fff;
    filter: brightness(1.05);
    box-shadow: 0 10px 22px rgba(37, 99, 235, 0.28);
}

.login-submit:active[b-ab9jdzdkvu] {
    transform: translateY(1px);
}

.download-meta[b-ab9jdzdkvu] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.65rem;
    margin: 0 0 1.25rem;
}

.download-meta div[b-ab9jdzdkvu] {
    padding: 0.65rem 0.7rem;
    border: 1px solid #e2e8f0;
    border-radius: 0.7rem;
    background: #fff;
}

.download-meta dt[b-ab9jdzdkvu] {
    margin: 0;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #94a3b8;
}

.download-meta dd[b-ab9jdzdkvu] {
    margin: 0.2rem 0 0;
    font-size: 0.82rem;
    font-weight: 650;
    color: #0f172a;
    word-break: break-word;
}

.download-steps[b-ab9jdzdkvu] {
    margin: 1.35rem 0 0;
    padding-left: 1.15rem;
    color: #475569;
    font-size: 0.86rem;
    line-height: 1.55;
}

.download-steps li + li[b-ab9jdzdkvu] {
    margin-top: 0.4rem;
}

.login-download[b-ab9jdzdkvu] {
    margin: 1.25rem 0 0;
    text-align: center;
    font-size: 0.88rem;
    color: #64748b;
}

.login-download a[b-ab9jdzdkvu] {
    color: #2563eb;
    font-weight: 600;
    text-decoration: none;
}

.login-download a:hover[b-ab9jdzdkvu] {
    text-decoration: underline;
}

@media (max-width: 900px) {
    .login-shell[b-ab9jdzdkvu] {
        grid-template-columns: 1fr;
    }

    .login-brand[b-ab9jdzdkvu] {
        min-height: auto;
        padding: 1.6rem 1.4rem 1.35rem;
        align-items: flex-start;
    }

    .login-brand-inner[b-ab9jdzdkvu] {
        max-width: none;
    }

    .login-mark[b-ab9jdzdkvu] {
        width: 2.5rem;
        height: 2.5rem;
        margin-bottom: 0.7rem;
    }

    .login-brand h1[b-ab9jdzdkvu] {
        font-size: 1.7rem;
        margin-bottom: 0.4rem;
    }

    .login-full-name[b-ab9jdzdkvu] {
        margin-bottom: 0;
        max-width: none;
        font-size: 0.82rem;
    }

    .login-points[b-ab9jdzdkvu] {
        display: none;
    }

    .login-panel[b-ab9jdzdkvu] {
        align-items: flex-start;
        padding: 1.5rem 1.25rem 2rem;
    }
}
/* /Components/Pages/Login.razor.rz.scp.css */
.login-shell[b-2ux8os3x8m] {
    min-height: 100vh;
    min-height: 100dvh;
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    font-family: "Plus Jakarta Sans", "Segoe UI", sans-serif;
    background: #f4f6fb;
}

.login-brand[b-2ux8os3x8m] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3.5rem;
    color: #fff;
    background:
        radial-gradient(ellipse at 20% 15%, rgba(255, 255, 255, 0.16), transparent 50%),
        radial-gradient(ellipse at 90% 90%, rgba(88, 28, 135, 0.45), transparent 45%),
        linear-gradient(160deg, #052767 0%, #1e1b4b 48%, #3a0647 100%);
    overflow: hidden;
}

.login-brand[b-2ux8os3x8m]::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
    background-size: 42px 42px;
    mask-image: radial-gradient(ellipse at center, #000 40%, transparent 80%);
    pointer-events: none;
}

.login-brand-inner[b-2ux8os3x8m] {
    position: relative;
    z-index: 1;
    max-width: 28rem;
}

.login-mark[b-2ux8os3x8m] {
    width: 4.1rem;
    height: 4.1rem;
    margin-bottom: 1.35rem;
}

.login-mark img[b-2ux8os3x8m] {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 0.9rem;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28);
}

.login-kicker[b-2ux8os3x8m] {
    margin: 0 0 0.45rem;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.62);
}

.login-brand h1[b-2ux8os3x8m] {
    margin: 0 0 0.75rem;
    font-size: clamp(2.1rem, 3vw, 2.7rem);
    font-weight: 800;
    letter-spacing: 0.06em;
    line-height: 1;
}

.login-full-name[b-2ux8os3x8m] {
    margin: 0 0 2rem;
    max-width: 22rem;
    font-size: 0.95rem;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.78);
}

.login-points[b-2ux8os3x8m] {
    margin: 0;
    padding: 0;
    list-style: none;
}

.login-points li[b-2ux8os3x8m] {
    position: relative;
    margin-bottom: 0.7rem;
    padding-left: 1.35rem;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.82);
}

.login-points li[b-2ux8os3x8m]::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.45rem;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background: #93c5fd;
    box-shadow: 0 0 0 4px rgba(147, 197, 253, 0.18);
}

.login-panel[b-2ux8os3x8m] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2.5rem 1.5rem;
}

.login-card[b-2ux8os3x8m] {
    width: 100%;
    max-width: 24.5rem;
}

.login-card-header h2[b-2ux8os3x8m] {
    margin: 0 0 0.4rem;
    font-size: 1.7rem;
    font-weight: 750;
    color: #0f172a;
}

.login-card-header p[b-2ux8os3x8m] {
    margin: 0 0 1.75rem;
    font-size: 0.92rem;
    line-height: 1.5;
    color: #64748b;
}

.login-alert[b-2ux8os3x8m] {
    margin-bottom: 1.15rem;
    padding: 0.7rem 0.85rem;
    border-radius: 0.7rem;
    background: #fef2f2;
    border: 1px solid #fecaca;
    color: #b91c1c;
    font-size: 0.86rem;
    line-height: 1.4;
}

.login-form[b-2ux8os3x8m] {
    display: flex;
    flex-direction: column;
    gap: 1.05rem;
}

.login-field[b-2ux8os3x8m] {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    margin: 0;
}

.login-field > span:first-child[b-2ux8os3x8m] {
    font-size: 0.8rem;
    font-weight: 650;
    color: #334155;
}

.login-input-wrap[b-2ux8os3x8m] {
    position: relative;
    display: flex;
    align-items: center;
}

.login-input-wrap > svg[b-2ux8os3x8m] {
    position: absolute;
    left: 0.9rem;
    width: 1rem;
    height: 1rem;
    color: #64748b;
    pointer-events: none;
}

.login-input-wrap input[b-2ux8os3x8m] {
    width: 100%;
    height: 2.85rem;
    padding: 0 2.6rem 0 2.45rem;
    border: 1px solid #dbe2ea;
    border-radius: 0.7rem;
    background: #fff;
    color: #0f172a;
    font-size: 0.95rem;
    outline: none;
    transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.login-input-wrap input[b-2ux8os3x8m]::placeholder {
    color: #94a3b8;
}

.login-input-wrap input:hover[b-2ux8os3x8m] {
    border-color: #b7c3d0;
}

.login-input-wrap input:focus[b-2ux8os3x8m] {
    border-color: #2563eb;
    box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.14);
}

.login-eye[b-2ux8os3x8m] {
    position: absolute;
    right: 0.35rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border: 0;
    border-radius: 0.45rem;
    background: transparent;
    color: #64748b;
    cursor: pointer;
}

.login-eye svg[b-2ux8os3x8m] {
    width: 1rem;
    height: 1rem;
}

.login-eye:hover[b-2ux8os3x8m] {
    background: #f1f5f9;
    color: #0f172a;
}

.login-submit[b-2ux8os3x8m] {
    margin-top: 0.35rem;
    height: 2.9rem;
    border: 0;
    border-radius: 0.7rem;
    background: linear-gradient(180deg, #2563eb 0%, #1d4ed8 100%);
    color: #fff;
    font-size: 0.98rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    cursor: pointer;
    box-shadow: 0 8px 18px rgba(37, 99, 235, 0.22);
    transition: transform 0.15s ease, box-shadow 0.15s ease, filter 0.15s ease;
}

.login-submit:hover[b-2ux8os3x8m] {
    filter: brightness(1.05);
    box-shadow: 0 10px 22px rgba(37, 99, 235, 0.28);
}

.login-submit:active[b-2ux8os3x8m] {
    transform: translateY(1px);
}

.login-download[b-2ux8os3x8m] {
    margin: 1.15rem 0 0;
    text-align: center;
    font-size: 0.88rem;
}

.login-download a[b-2ux8os3x8m] {
    color: #2563eb;
    font-weight: 600;
    text-decoration: none;
}

.login-download a:hover[b-2ux8os3x8m] {
    text-decoration: underline;
}

@media (max-width: 900px) {
    .login-shell[b-2ux8os3x8m] {
        grid-template-columns: 1fr;
    }

    .login-brand[b-2ux8os3x8m] {
        min-height: auto;
        padding: 1.6rem 1.4rem 1.35rem;
        align-items: flex-start;
    }

    .login-brand-inner[b-2ux8os3x8m] {
        max-width: none;
    }

    .login-mark[b-2ux8os3x8m] {
        width: 2.5rem;
        height: 2.5rem;
        margin-bottom: 0.7rem;
    }

    .login-brand h1[b-2ux8os3x8m] {
        font-size: 1.7rem;
        margin-bottom: 0.4rem;
    }

    .login-full-name[b-2ux8os3x8m] {
        margin-bottom: 0;
        max-width: none;
        font-size: 0.82rem;
    }

    .login-points[b-2ux8os3x8m] {
        display: none;
    }

    .login-panel[b-2ux8os3x8m] {
        align-items: flex-start;
        padding: 1.5rem 1.25rem 2rem;
    }
}
/* /Components/Shared/ErrorStatePanel.razor.rz.scp.css */
.login-shell[b-hasq483rn2] {
    min-height: 100vh;
    min-height: 100dvh;
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    font-family: "Plus Jakarta Sans", "Segoe UI", sans-serif;
    background: #f4f6fb;
}

.login-brand[b-hasq483rn2] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3.5rem;
    color: #fff;
    background:
        radial-gradient(ellipse at 20% 15%, rgba(255, 255, 255, 0.16), transparent 50%),
        radial-gradient(ellipse at 90% 90%, rgba(88, 28, 135, 0.45), transparent 45%),
        linear-gradient(160deg, #052767 0%, #1e1b4b 48%, #3a0647 100%);
    overflow: hidden;
}

.login-brand[b-hasq483rn2]::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
    background-size: 42px 42px;
    mask-image: radial-gradient(ellipse at center, #000 40%, transparent 80%);
    pointer-events: none;
}

.login-brand-inner[b-hasq483rn2] {
    position: relative;
    z-index: 1;
    max-width: 28rem;
}

.login-mark[b-hasq483rn2] {
    width: 4.1rem;
    height: 4.1rem;
    margin-bottom: 1.35rem;
}

.login-mark img[b-hasq483rn2] {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 0.9rem;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28);
}

.login-kicker[b-hasq483rn2] {
    margin: 0 0 0.45rem;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.62);
}

.login-brand h1[b-hasq483rn2] {
    margin: 0 0 0.75rem;
    font-size: clamp(2.1rem, 3vw, 2.7rem);
    font-weight: 800;
    letter-spacing: 0.06em;
    line-height: 1;
}

.login-full-name[b-hasq483rn2] {
    margin: 0 0 2rem;
    max-width: 22rem;
    font-size: 0.95rem;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.78);
}

.login-points[b-hasq483rn2] {
    margin: 0;
    padding: 0;
    list-style: none;
}

.login-points li[b-hasq483rn2] {
    position: relative;
    margin-bottom: 0.7rem;
    padding-left: 1.35rem;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.82);
}

.login-points li[b-hasq483rn2]::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.45rem;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background: #93c5fd;
    box-shadow: 0 0 0 4px rgba(147, 197, 253, 0.18);
}

.login-panel[b-hasq483rn2] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2.5rem 1.5rem;
}

.login-card[b-hasq483rn2] {
    width: 100%;
    max-width: 24.5rem;
}

.login-card-header h2[b-hasq483rn2] {
    margin: 0 0 0.4rem;
    font-size: 1.7rem;
    font-weight: 750;
    color: #0f172a;
}

.login-card-header p[b-hasq483rn2] {
    margin: 0 0 1.75rem;
    font-size: 0.92rem;
    line-height: 1.5;
    color: #64748b;
}

.error-request-id[b-hasq483rn2] {
    margin: -0.85rem 0 1.25rem;
    font-size: 0.8rem;
    color: #94a3b8;
}

.error-request-id code[b-hasq483rn2] {
    font-size: 0.78rem;
    color: #475569;
}

.error-actions[b-hasq483rn2] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.login-submit[b-hasq483rn2] {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.9rem;
    border: 0;
    border-radius: 0.7rem;
    background: linear-gradient(180deg, #2563eb 0%, #1d4ed8 100%);
    color: #fff;
    font-size: 0.98rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    text-decoration: none;
    box-shadow: 0 8px 18px rgba(37, 99, 235, 0.22);
    transition: transform 0.15s ease, box-shadow 0.15s ease, filter 0.15s ease;
}

.login-submit:hover[b-hasq483rn2] {
    color: #fff;
    filter: brightness(1.05);
    box-shadow: 0 10px 22px rgba(37, 99, 235, 0.28);
}

.login-submit:active[b-hasq483rn2] {
    transform: translateY(1px);
}

.error-secondary[b-hasq483rn2] {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.9rem;
    border: 1px solid #dbe2ea;
    border-radius: 0.7rem;
    background: #fff;
    color: #1e3a8a;
    font-size: 0.95rem;
    font-weight: 650;
    text-decoration: none;
}

.error-secondary:hover[b-hasq483rn2] {
    background: #f8fafc;
    color: #1e3a8a;
    border-color: #b7c3d0;
}

@media (max-width: 900px) {
    .login-shell[b-hasq483rn2] {
        grid-template-columns: 1fr;
    }

    .login-brand[b-hasq483rn2] {
        min-height: auto;
        padding: 1.6rem 1.4rem 1.35rem;
        align-items: flex-start;
    }

    .login-brand-inner[b-hasq483rn2] {
        max-width: none;
    }

    .login-mark[b-hasq483rn2] {
        width: 2.5rem;
        height: 2.5rem;
        margin-bottom: 0.7rem;
    }

    .login-brand h1[b-hasq483rn2] {
        font-size: 1.7rem;
        margin-bottom: 0.4rem;
    }

    .login-full-name[b-hasq483rn2] {
        margin-bottom: 0;
        max-width: none;
        font-size: 0.82rem;
    }

    .login-points[b-hasq483rn2] {
        display: none;
    }

    .login-panel[b-hasq483rn2] {
        align-items: flex-start;
        padding: 1.5rem 1.25rem 2rem;
    }
}
