/* /Layouts/LoginLayout.razor.rz.scp.css */
.login-layout[b-wlc802gvnh] {
    position: relative;
    display: flex;
    min-height: 100vh;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden;
    background:
        radial-gradient(circle at 8% 12%, rgba(255, 255, 255, 0.92) 0, rgba(255, 255, 255, 0) 21rem),
        radial-gradient(circle at 92% 18%, rgba(4, 67, 255, 0.20) 0, rgba(4, 67, 255, 0) 25rem),
        linear-gradient(135deg, #ffffff 0%, #eef3ff 42%, #dbe6ff 100%);
}

.login-layout[b-wlc802gvnh]::before,
.login-layout[b-wlc802gvnh]::after {
    position: absolute;
    z-index: 0;
    content: "";
    pointer-events: none;
}

.login-layout[b-wlc802gvnh]::before {
    inset: 4rem auto auto -8rem;
    width: 34rem;
    height: 18rem;
    transform: rotate(-18deg);
    border: 1px solid rgba(4, 67, 255, 0.14);
    background: linear-gradient(120deg, rgba(4, 67, 255, 0.09), rgba(255, 255, 255, 0.18));
}

.login-layout[b-wlc802gvnh]::after {
    right: -10rem;
    bottom: -7rem;
    width: 38rem;
    height: 22rem;
    transform: rotate(-14deg);
    border: 1px solid rgba(4, 67, 255, 0.12);
    background: linear-gradient(120deg, rgba(4, 67, 255, 0.10), rgba(255, 255, 255, 0.2));
}

@media (max-width: 959.98px) {
    .login-layout[b-wlc802gvnh] {
        overflow-y: auto;
    }
}

@media (max-width: 599.98px) {
    .login-layout[b-wlc802gvnh] {
        display: block;
    }

    .login-layout[b-wlc802gvnh]::before {
        left: -15rem;
        top: 1rem;
    }

    .login-layout[b-wlc802gvnh]::after {
        right: -18rem;
        bottom: -10rem;
    }
}
/* /Layouts/MainLayout.razor.rz.scp.css */
.main-content[b-6f45ubcswz] {
    min-height: 100vh;
    background:
        radial-gradient(circle at 100% 0%, rgba(4, 67, 255, 0.10), transparent 24rem),
        linear-gradient(180deg, #ffffff 0%, #f4f7ff 44%, #eef3ff 100%);
}

[b-6f45ubcswz] .rv-appbar {
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
    background: linear-gradient(135deg, #0443FF 0%, #002DB3 100%) !important;
    box-shadow: 0 14px 34px rgba(4, 67, 255, 0.24);
}

[b-6f45ubcswz] .rv-appbar-title {
    font-weight: 800;
    letter-spacing: 0;
}

[b-6f45ubcswz] .rv-appbar .mud-button-root {
    color: #ffffff !important;
    border-radius: 8px;
    text-transform: none;
    font-weight: 700;
}

[b-6f45ubcswz] .rv-appbar .mud-button-root:hover,
[b-6f45ubcswz] .rv-appbar .mud-icon-button-root:hover {
    background-color: rgba(255, 255, 255, 0.14);
}

[b-6f45ubcswz] .rv-drawer {
    border-right: 1px solid rgba(4, 67, 255, 0.12);
    background:
        linear-gradient(180deg, #ffffff 0%, #f7f9ff 58%, #eef3ff 100%) !important;
    box-shadow: 18px 0 44px rgba(15, 23, 42, 0.06);
}
/* /Layouts/NavMenu.razor.rz.scp.css */
[b-7kb1aew4x0] .rv-nav-header {
    background: linear-gradient(135deg, rgba(4, 67, 255, 0.10), rgba(255, 255, 255, 0.92));
}

[b-7kb1aew4x0] .rv-nav-title {
    color: #0f172a;
    font-weight: 900;
    letter-spacing: 0;
}

[b-7kb1aew4x0] .rv-nav-caption {
    color: #526174;
    font-weight: 700;
}

[b-7kb1aew4x0] .mud-nav-link {
    border-radius: 8px;
    margin: 0.15rem 0.5rem;
    color: #334155;
    font-weight: 700;
}

[b-7kb1aew4x0] .mud-nav-link .mud-nav-link-icon {
    color: #0443FF;
}

[b-7kb1aew4x0] .mud-nav-link.active:not(.mud-nav-link-disabled),
[b-7kb1aew4x0] .mud-nav-link:hover {
    color: #0443FF;
    background: rgba(4, 67, 255, 0.09);
}
/* /Layouts/RegistroCiudadanoLayout.razor.rz.scp.css */
.registro-layout[b-zwu9uc0jy6] {
    --rv-primary: #0443FF;
    --rv-secondary: #002DB3;
    --rv-light-blue: #e8eeff;
    --rv-soft-blue: #f4f7ff;
    --rv-background: #ffffff;
    --rv-text: #0f172a;
    --rv-text-soft: #526174;
    --rv-card-bg: rgba(255, 255, 255, 0.98);
    --rv-border: rgba(4, 67, 255, 0.16);
    --rv-shadow: rgba(4, 67, 255, 0.12);

    min-height: 100vh;
    color: var(--rv-text);
    background:
        radial-gradient(circle at 12% 10%, rgba(4, 67, 255, 0.14), transparent 24rem),
        radial-gradient(circle at 88% 4%, rgba(4, 67, 255, 0.08), transparent 22rem),
        linear-gradient(180deg, var(--rv-soft-blue) 0%, var(--rv-background) 42%, var(--rv-light-blue) 100%);
}

.registro-container[b-zwu9uc0jy6] {
    padding-top: 1.5rem;
    padding-bottom: 2rem;
}

.registro-shell[b-zwu9uc0jy6] {
    overflow: hidden;
    border: 1px solid var(--rv-border);
    border-radius: 28px;
    background: var(--rv-card-bg);
    box-shadow: 0 22px 58px var(--rv-shadow);
}

.registro-campaign-banner[b-zwu9uc0jy6] {
    position: relative;
    overflow: hidden;
    min-height: 270px;
    padding: 1.5rem 2rem;
    background:
        linear-gradient(105deg, rgba(234, 245, 255, 0.92) 0%, rgba(255, 255, 255, 0.98) 50%, rgba(219, 238, 255, 0.9) 100%);
}

.registro-campaign-banner__shape[b-zwu9uc0jy6] {
    position: absolute;
    pointer-events: none;
    border-radius: 999px;
    opacity: 0.9;
}

.registro-campaign-banner__shape--one[b-zwu9uc0jy6] {
    right: -5rem;
    top: -6rem;
    width: 18rem;
    height: 18rem;
    background: rgba(30, 136, 229, 0.16);
}

.registro-campaign-banner__shape--two[b-zwu9uc0jy6] {
    right: 18%;
    bottom: -7rem;
    width: 24rem;
    height: 12rem;
    background: rgba(11, 60, 73, 0.08);
    transform: rotate(-12deg);
}

.registro-campaign-banner__grid[b-zwu9uc0jy6] {
    position: relative;
    z-index: 1;
    min-height: 250px;
}

.registro-campaign-banner__photo-column[b-zwu9uc0jy6],
.registro-campaign-banner__info-column[b-zwu9uc0jy6] {
    display: flex;
    align-items: center;
}

.registro-campaign-banner__photo-column[b-zwu9uc0jy6] {
    justify-content: center;
}

.registro-campaign-banner__info-column[b-zwu9uc0jy6] {
    justify-content: flex-start;
}

.registro-campaign-banner__info[b-zwu9uc0jy6] {
    width: 100%;
    max-width: 42rem;
    padding-left: 1.5rem;
}

.registro-candidate-card[b-zwu9uc0jy6] {
    width: min(100%, 220px);
    height: 300px;
    max-height: 300px;
    overflow: hidden;
    border: 6px solid var(--rv-background);
    border-radius: 30px;
    background: var(--rv-light-blue);
    box-shadow: 0 18px 42px rgba(4, 67, 255, 0.20);
}

.registro-candidate-photo[b-zwu9uc0jy6] {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 300px;
    object-fit: cover;
    object-position: center top;
}

.registro-badge[b-zwu9uc0jy6] {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    gap: 0.45rem;
    padding: 0.42rem 0.8rem;
    color: var(--rv-primary);
    border: 1px solid rgba(4, 67, 255, 0.2);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.76);
}

.registro-candidate-name[b-zwu9uc0jy6] {
    color: var(--rv-primary);
    font-weight: 900;
    letter-spacing: 0;
    line-height: 0.96;
}

.registro-campaign-title[b-zwu9uc0jy6] {
    max-width: 36rem;
    margin-top: 0.55rem;
    color: var(--rv-secondary);
    font-weight: 700;
    letter-spacing: 0;
}

.registro-campaign-message[b-zwu9uc0jy6] {
    max-width: 34rem;
    margin-top: 0.6rem;
    color: var(--rv-text-soft);
    line-height: 1.55;
}

.registro-values[b-zwu9uc0jy6] {
    flex-wrap: wrap;
}

.registro-values span[b-zwu9uc0jy6] {
    display: inline-flex;
    align-items: center;
    min-height: 2rem;
    padding: 0.35rem 0.7rem;
    color: var(--rv-primary);
    border: 1px solid rgba(4, 67, 255, 0.18);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.72);
    font-size: 0.82rem;
    font-weight: 700;
}

.registro-form-section[b-zwu9uc0jy6] {
    padding: 1.75rem 2rem 2rem;
    background: var(--rv-background);
}

.registro-form-section__header[b-zwu9uc0jy6] {
    margin-bottom: 1.25rem;
}

.registro-overline[b-zwu9uc0jy6] {
    color: var(--rv-secondary);
    font-weight: 900;
    letter-spacing: 0.14em;
}

.registro-form-title[b-zwu9uc0jy6] {
    max-width: 42rem;
    color: var(--rv-text);
    font-weight: 800;
    letter-spacing: 0;
}

.registro-form-subtitle[b-zwu9uc0jy6] {
    max-width: 44rem;
    color: var(--rv-text-soft);
}

.registro-body[b-zwu9uc0jy6] {
    position: relative;
}

@media (max-width: 959.98px) {
    .registro-campaign-banner[b-zwu9uc0jy6] {
        min-height: auto;
        padding: 1.25rem;
    }

    .registro-campaign-banner__grid[b-zwu9uc0jy6] {
        min-height: auto;
    }

    .registro-campaign-banner__info[b-zwu9uc0jy6] {
        max-width: 38rem;
        padding: 1rem 0 0;
        text-align: center;
    }

    .registro-campaign-banner__info-column[b-zwu9uc0jy6] {
        justify-content: center;
    }

    .registro-candidate-card[b-zwu9uc0jy6] {
        width: min(100%, 180px);
        height: 220px;
        max-height: 220px;
        border-radius: 26px;
    }

    .registro-candidate-photo[b-zwu9uc0jy6] {
        max-height: 220px;
    }

    .registro-campaign-title[b-zwu9uc0jy6],
    .registro-campaign-message[b-zwu9uc0jy6] {
        margin-left: auto;
        margin-right: auto;
    }

    .registro-values[b-zwu9uc0jy6] {
        justify-content: center;
    }
}

@media (max-width: 599.98px) {
    .registro-container[b-zwu9uc0jy6] {
        padding: 0;
    }

    .registro-shell[b-zwu9uc0jy6] {
        min-height: 100vh;
        border: 0;
        border-radius: 0;
        box-shadow: none;
    }

    .registro-campaign-banner[b-zwu9uc0jy6],
    .registro-form-section[b-zwu9uc0jy6] {
        padding: 1rem;
    }

    .registro-candidate-card[b-zwu9uc0jy6] {
        width: 150px;
        height: 190px;
        max-height: 190px;
        border-width: 4px;
        border-radius: 22px;
    }

    .registro-candidate-photo[b-zwu9uc0jy6] {
        max-height: 190px;
    }

    .registro-candidate-name[b-zwu9uc0jy6] {
        font-size: 2.25rem;
    }

    .registro-campaign-title[b-zwu9uc0jy6] {
        font-size: 1.15rem;
    }

    .registro-values span[b-zwu9uc0jy6] {
        font-size: 0.78rem;
    }
}
/* /Pages/Dashboard.razor.rz.scp.css */
.dashboard-page[b-22h6w2m1fx],
.dashboard-loading[b-22h6w2m1fx] {
    position: relative;
    min-height: calc(100vh - 7rem);
    padding: clamp(1rem, 2.6vw, 2rem);
    overflow: hidden;
    isolation: isolate;
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 22px;
    background:
        radial-gradient(circle at 8% 8%, rgba(255, 255, 255, 0.96) 0, rgba(255, 255, 255, 0) 18rem),
        radial-gradient(circle at 94% 4%, rgba(4, 67, 255, 0.18) 0, rgba(4, 67, 255, 0) 24rem),
        linear-gradient(135deg, #ffffff 0%, #eef3ff 45%, #dbe6ff 100%);
    box-shadow: 0 28px 70px rgba(15, 23, 42, 0.10);
}

.dashboard-page[b-22h6w2m1fx]::before,
.dashboard-loading[b-22h6w2m1fx]::before {
    position: absolute;
    inset: -12rem auto auto -10rem;
    z-index: -1;
    width: 34rem;
    height: 34rem;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(4, 67, 255, 0.12) 0%, rgba(4, 67, 255, 0.03) 64%, transparent 70%);
    content: "";
}

.dashboard-page[b-22h6w2m1fx]::after,
.dashboard-loading[b-22h6w2m1fx]::after {
    position: absolute;
    right: -9rem;
    bottom: -12rem;
    z-index: -1;
    width: 36rem;
    height: 36rem;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0, 45, 179, 0.14) 0%, rgba(4, 67, 255, 0.04) 62%, transparent 70%);
    content: "";
}

.dashboard-loading[b-22h6w2m1fx] {
    align-items: center;
    justify-content: center;
}

.dashboard-page[b-22h6w2m1fx]  .dashboard-content {
    position: relative;
    z-index: 1;
}

.dashboard-page[b-22h6w2m1fx]  .dashboard-header {
    gap: 1rem;
    flex-wrap: wrap;
}

.dashboard-page[b-22h6w2m1fx]  .dashboard-hero {
    position: relative;
    padding: clamp(1.35rem, 3vw, 2.25rem);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.46);
    border-radius: 18px;
    color: #ffffff;
    background:
        radial-gradient(circle at 92% 12%, rgba(255, 255, 255, 0.30) 0, rgba(255, 255, 255, 0) 14rem),
        linear-gradient(135deg, #0443FF 0%, #002DB3 100%);
    box-shadow: 0 22px 48px rgba(4, 67, 255, 0.24);
}

.dashboard-page[b-22h6w2m1fx]  .dashboard-hero::after {
    position: absolute;
    right: -5.5rem;
    top: -8rem;
    width: 18rem;
    height: 18rem;
    border: 32px solid rgba(255, 255, 255, 0.16);
    border-radius: 50%;
    content: "";
}

.dashboard-page .dashboard-heading[b-22h6w2m1fx] {
    position: relative;
    z-index: 1;
    max-width: 48rem;
}

.dashboard-page[b-22h6w2m1fx]  .dashboard-title {
    color: #ffffff;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.04;
    text-shadow: 0 8px 22px rgba(0, 45, 179, 0.34);
}

.dashboard-page[b-22h6w2m1fx]  .dashboard-subtitle {
    margin-top: 0.35rem;
    color: rgba(255, 255, 255, 0.92);
    line-height: 1.55;
}

.dashboard-page[b-22h6w2m1fx]  .dashboard-refresh-button {
    position: relative;
    z-index: 1;
    color: #0443FF !important;
    border-color: rgba(255, 255, 255, 0.72) !important;
    background: rgba(255, 255, 255, 0.92) !important;
    box-shadow: 0 14px 28px rgba(0, 45, 179, 0.18);
}

.dashboard-page[b-22h6w2m1fx]  .dashboard-refresh-button:hover {
    background: #ffffff !important;
}

.dashboard-page[b-22h6w2m1fx]  .dashboard-panel,
.dashboard-page[b-22h6w2m1fx]  .dashboard-summary {
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.08);
    backdrop-filter: blur(12px);
}

.dashboard-page[b-22h6w2m1fx]  .own-referral-card {
    min-height: 100%;
    background:
        radial-gradient(circle at 100% 0%, rgba(4, 67, 255, 0.13), transparent 12rem),
        linear-gradient(135deg, #ffffff 0%, #eef3ff 100%) !important;
}

.dashboard-page[b-22h6w2m1fx]  .dashboard-card-avatar {
    color: #ffffff !important;
    background: linear-gradient(135deg, #0443FF 0%, #002DB3 100%) !important;
    box-shadow:
        0 14px 28px rgba(4, 67, 255, 0.24),
        0 0 0 10px rgba(4, 67, 255, 0.08);
}

.dashboard-page[b-22h6w2m1fx]  .dashboard-card-title {
    color: #0f172a;
    font-weight: 850;
    letter-spacing: 0;
}

.dashboard-page[b-22h6w2m1fx]  .dashboard-card-caption {
    color: #526174;
    font-weight: 600;
}

.dashboard-page[b-22h6w2m1fx]  .own-referral-url {
    border: 1px solid rgba(4, 67, 255, 0.16);
    border-radius: 10px;
    color: #0f172a;
    background: rgba(255, 255, 255, 0.84);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.dashboard-page[b-22h6w2m1fx]  .dashboard-primary-action {
    min-height: 2.9rem;
}

.dashboard-page[b-22h6w2m1fx]  .dashboard-summary {
    position: relative;
    min-height: 8.6rem;
    overflow: hidden;
    border-left: 0;
}

.dashboard-page[b-22h6w2m1fx]  .dashboard-summary::before {
    position: absolute;
    inset: 0 auto 0 0;
    width: 5px;
    content: "";
    background: #0443FF;
}

.dashboard-page[b-22h6w2m1fx]  .dashboard-summary::after {
    position: absolute;
    right: -2.5rem;
    bottom: -2.8rem;
    width: 7rem;
    height: 7rem;
    border-radius: 50%;
    background: rgba(4, 67, 255, 0.08);
    content: "";
}

.dashboard-page[b-22h6w2m1fx]  .summary-indirect::before {
    background: #2563EB;
}

.dashboard-page[b-22h6w2m1fx]  .summary-active::before {
    background: #0038D8;
}

.dashboard-page[b-22h6w2m1fx]  .summary-inactive::before {
    background: #64748B;
}

.dashboard-page[b-22h6w2m1fx]  .dashboard-summary-label {
    color: #526174;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.dashboard-page[b-22h6w2m1fx]  .dashboard-summary-value {
    margin-top: 0.45rem;
    color: #0f172a;
    font-weight: 900;
    letter-spacing: 0;
}

.dashboard-page[b-22h6w2m1fx]  .dashboard-filter-card {
    background: rgba(255, 255, 255, 0.90);
}

.dashboard-page[b-22h6w2m1fx]  .dashboard-filter-grid {
    align-items: center;
}

.dashboard-page[b-22h6w2m1fx]  .dashboard-filter-card .mud-input-root {
    min-height: 3.1rem;
    color: #0f172a;
    background: rgba(255, 255, 255, 0.94);
}

.dashboard-page[b-22h6w2m1fx]  .dashboard-filter-card .mud-input-label,
.dashboard-page[b-22h6w2m1fx]  .dashboard-filter-card .mud-input-adornment .mud-icon-root {
    color: #0443FF;
}

.dashboard-page[b-22h6w2m1fx]  .dashboard-table-card {
    overflow: hidden;
    background: rgba(255, 255, 255, 0.94);
}

.dashboard-page[b-22h6w2m1fx]  .dashboard-table-toolbar {
    gap: 1rem;
    flex-wrap: wrap;
    padding: 1rem 1rem 0.85rem;
    border-bottom: 1px solid rgba(4, 67, 255, 0.10);
    background:
        radial-gradient(circle at 100% 0%, rgba(4, 67, 255, 0.10), transparent 16rem),
        rgba(255, 255, 255, 0.72);
}

.dashboard-page[b-22h6w2m1fx]  .dashboard-export-button {
    min-height: 2.75rem;
    box-shadow: 0 14px 28px rgba(4, 67, 255, 0.20);
}

.dashboard-page[b-22h6w2m1fx]  .dashboard-table,
.dashboard-page[b-22h6w2m1fx]  .dashboard-table .mud-table-container {
    background: transparent;
}

.dashboard-page[b-22h6w2m1fx]  .dashboard-table .mud-table-head {
    background: linear-gradient(180deg, #f8faff 0%, #eef3ff 100%);
}

.dashboard-page[b-22h6w2m1fx]  .dashboard-table th {
    color: #24324a;
    font-weight: 900;
}

.dashboard-page[b-22h6w2m1fx]  .dashboard-table td {
    color: #0f172a;
    border-color: rgba(4, 67, 255, 0.10);
}

.dashboard-page[b-22h6w2m1fx]  .dashboard-table .mud-table-row:hover {
    background: rgba(4, 67, 255, 0.06);
}

.dashboard-page[b-22h6w2m1fx]  .dashboard-table .mud-icon-button-root {
    border-radius: 8px;
}

.dashboard-page[b-22h6w2m1fx]  .dashboard-alert {
    border-color: rgba(220, 38, 38, 0.26) !important;
    background: rgba(254, 242, 242, 0.92) !important;
}

@media (max-width: 959.98px) {
    .dashboard-page[b-22h6w2m1fx],
    .dashboard-loading[b-22h6w2m1fx] {
        padding: clamp(0.85rem, 2.5vw, 1.25rem);
        border-radius: 18px;
    }

    .dashboard-page[b-22h6w2m1fx]  .dashboard-hero {
        align-items: flex-start;
    }
}

@media (max-width: 599.98px) {
    .dashboard-page[b-22h6w2m1fx],
    .dashboard-loading[b-22h6w2m1fx] {
        min-height: calc(100vh - 5.5rem);
        padding: 0.85rem;
        border-radius: 14px;
    }

    .dashboard-page[b-22h6w2m1fx]  .dashboard-hero {
        padding: 1.25rem;
        border-radius: 14px;
    }

    .dashboard-page[b-22h6w2m1fx]  .dashboard-title {
        font-size: 1.75rem;
    }

    .dashboard-page[b-22h6w2m1fx]  .dashboard-refresh-button,
    .dashboard-page[b-22h6w2m1fx]  .dashboard-primary-action,
    .dashboard-page[b-22h6w2m1fx]  .dashboard-export-button {
        width: 100%;
    }

    .dashboard-page[b-22h6w2m1fx]  .dashboard-panel,
    .dashboard-page[b-22h6w2m1fx]  .dashboard-summary {
        border-radius: 14px;
    }
}
/* /Pages/Login.razor.rz.scp.css */
.login-page[b-bdstjhsjzy] {
    position: relative;
    display: flex;
    min-height: 100vh;
    width: 100vw;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: clamp(1rem, 3vw, 2.5rem);
    isolation: isolate;
    background:
        linear-gradient(115deg, rgba(4, 67, 255, 0.08) 0 18%, transparent 18% 100%),
        linear-gradient(295deg, rgba(4, 67, 255, 0.10) 0 20%, transparent 20% 100%),
        linear-gradient(135deg, #ffffff 0%, #eef3ff 45%, #dbe6ff 100%);
}

.login-background[b-bdstjhsjzy] {
    position: absolute;
    border-radius: 999px;
    pointer-events: none;
    z-index: 0;
}

.login-background-one[b-bdstjhsjzy] {
    top: max(-14rem, -16vw);
    right: max(-12rem, -14vw);
    width: clamp(20rem, 38vw, 35rem);
    height: clamp(20rem, 38vw, 35rem);
    background: radial-gradient(circle, rgba(4, 67, 255, 0.18) 0%, rgba(4, 67, 255, 0.04) 68%, transparent 72%);
}

.login-background-two[b-bdstjhsjzy] {
    left: max(-13rem, -15vw);
    bottom: max(-13rem, -15vw);
    width: clamp(18rem, 34vw, 31rem);
    height: clamp(18rem, 34vw, 31rem);
    background: radial-gradient(circle, rgba(0, 45, 179, 0.12) 0%, rgba(4, 67, 255, 0.03) 68%, transparent 72%);
}

[b-bdstjhsjzy] .login-card {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
    width: 100%;
    max-width: 72rem;
    min-height: min(38rem, calc(100vh - 5rem));
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.78);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow:
        0 32px 90px rgba(15, 23, 42, 0.18),
        0 1px 0 rgba(255, 255, 255, 0.9) inset;
    overflow: hidden;
}

.login-left-panel[b-bdstjhsjzy] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: clamp(2rem, 4vw, 3.5rem) clamp(1.75rem, 3.6vw, 3rem);
    color: #ffffff;
    background: linear-gradient(155deg, #ffffff 0%, #dce7ff 34%, #0443FF 100%);
}

.login-left-panel[b-bdstjhsjzy]::before {
    position: absolute;
    inset: 0;
    z-index: 1;
    content: "";
    background:
        radial-gradient(circle at 20% 15%, rgba(255, 255, 255, 0.58), transparent 28%),
        radial-gradient(circle at 78% 25%, rgba(4, 67, 255, 0.22), transparent 30%),
        linear-gradient(180deg, rgba(4, 67, 255, 0.08), rgba(4, 67, 255, 0.32));
}

.login-left-panel[b-bdstjhsjzy]::after {
    position: absolute;
    right: -120px;
    top: -90px;
    z-index: 1;
    width: 280px;
    height: 280px;
    border: 42px solid rgba(255, 255, 255, 0.18);
    border-radius: 50%;
    content: "";
}

.login-left-content[b-bdstjhsjzy] {
    position: relative;
    z-index: 2;
    display: flex;
    max-width: 29rem;
    flex-direction: column;
    align-items: center;
    gap: clamp(1rem, 2vw, 1.35rem);
    text-align: center;
}

[b-bdstjhsjzy] .login-brand-avatar {
    color: #0443FF !important;
    border: 1px solid rgba(255, 255, 255, 0.62);
    background: rgba(255, 255, 255, 0.92) !important;
    box-shadow: 0 18px 38px rgba(4, 67, 255, 0.22);
}

[b-bdstjhsjzy] .login-brand-title {
    color: #ffffff;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.02;
    font-size: clamp(2rem, 4vw, 3rem);
    text-shadow: 0 8px 24px rgba(0, 45, 179, 0.36);
}

[b-bdstjhsjzy] .login-brand-description {
    max-width: 26rem;
    color: rgba(255, 255, 255, 0.96);
    line-height: 1.58;
    text-shadow: 0 6px 18px rgba(0, 45, 179, 0.28);
}

.login-info-card[b-bdstjhsjzy] {
    display: flex;
    align-items: center;
    gap: 1rem;
    max-width: 28rem;
    padding: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.44);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.16);
    box-shadow: 0 18px 40px rgba(4, 67, 255, 0.18);
    backdrop-filter: blur(12px);
}

[b-bdstjhsjzy] .login-info-icon {
    color: #ffffff;
    flex-shrink: 0;
    font-size: 34px;
}

[b-bdstjhsjzy] .login-info-text {
    color: rgba(255, 255, 255, 0.97);
    font-weight: 650;
    line-height: 1.45;
}

.login-wave[b-bdstjhsjzy] {
    position: absolute;
    right: -68px;
    top: 0;
    bottom: 0;
    z-index: 2;
    width: 136px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ffffff 0%, #dce7ff 100%);
}

.login-right-panel[b-bdstjhsjzy] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    padding: clamp(1.75rem, 4vw, 3.25rem);
    background: linear-gradient(180deg, #ffffff 0%, #f8faff 100%);
}

.login-form-wrapper[b-bdstjhsjzy] {
    width: min(100%, 29rem);
}

.login-heading[b-bdstjhsjzy] {
    max-width: 28rem;
    margin: 0 auto;
}

[b-bdstjhsjzy] .login-avatar {
    width: 4rem;
    height: 4rem;
    color: #ffffff !important;
    background: #0443FF !important;
    box-shadow:
        0 18px 34px rgba(4, 67, 255, 0.24),
        0 0 0 16px rgba(4, 67, 255, 0.08);
}

[b-bdstjhsjzy] .login-title {
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.1;
    font-size: clamp(1.85rem, 3vw, 2.25rem);
    color: #0f172a;
}

[b-bdstjhsjzy] .login-subtitle {
    max-width: 24rem;
    line-height: 1.55;
    color: #526174 !important;
}

[b-bdstjhsjzy] .login-alert {
    border-radius: 8px;
    background: #fef2f2 !important;
    color: #991b1b !important;
    box-shadow: none;
}

.login-form[b-bdstjhsjzy] {
    position: relative;
    z-index: 1;
}

.login-field[b-bdstjhsjzy] {
    width: 100%;
}

[b-bdstjhsjzy] .login-field .mud-input-root {
    min-height: 3.2rem;
    color: #0f172a;
    background-color: rgba(255, 255, 255, 0.94);
}

[b-bdstjhsjzy] .login-field .mud-input-control-input-container,
[b-bdstjhsjzy] .login-field input {
    color: #0f172a;
}

[b-bdstjhsjzy] .login-field .mud-input-outlined-border {
    border-color: rgba(82, 97, 116, 0.26);
}

[b-bdstjhsjzy] .login-field:hover .mud-input-outlined-border,
[b-bdstjhsjzy] .login-field .mud-input.mud-input-focused .mud-input-outlined-border {
    border-color: #0443FF !important;
}

[b-bdstjhsjzy] .login-field .mud-input-adornment .mud-icon-root,
[b-bdstjhsjzy] .login-field .mud-input-label {
    color: #0443FF;
}

[b-bdstjhsjzy] .login-submit {
    min-height: 3.5rem;
    color: #ffffff !important;
    border-radius: 8px;
    background: linear-gradient(135deg, #0443FF 0%, #002DB3 100%) !important;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: none;
    box-shadow: 0 16px 30px rgba(4, 67, 255, 0.30);
    transition: transform 160ms ease, box-shadow 160ms ease;
}

[b-bdstjhsjzy] .login-submit:hover {
    transform: translateY(-1px);
    box-shadow: 0 20px 38px rgba(4, 67, 255, 0.38);
}

[b-bdstjhsjzy] .auth-links .mud-button-root {
    color: #0443FF !important;
    font-weight: 800;
}

[b-bdstjhsjzy] .auth-links .mud-button-root:hover {
    background: rgba(4, 67, 255, 0.08);
}

@media (max-width: 599.98px) {
    .login-page[b-bdstjhsjzy] {
        align-items: stretch;
        padding: 0;
        overflow-y: auto;
    }

    [b-bdstjhsjzy] .login-card {
        grid-template-columns: 1fr;
        max-width: 100%;
        min-height: 100vh;
        border: 0;
        border-radius: 0;
        box-shadow: none;
    }

    .login-left-panel[b-bdstjhsjzy] {
        min-height: auto;
        padding: 2rem 1.25rem 1.5rem;
    }

    [b-bdstjhsjzy] .login-brand-title {
        font-size: 2rem;
    }

    [b-bdstjhsjzy] .login-brand-description {
        font-size: 0.96rem;
    }

    .login-wave[b-bdstjhsjzy] {
        display: none;
    }

    .login-info-card[b-bdstjhsjzy] {
        align-items: flex-start;
        text-align: left;
    }

    .login-right-panel[b-bdstjhsjzy] {
        padding: 1.5rem 1rem 2rem;
        align-items: flex-start;
    }

    [b-bdstjhsjzy] .login-title {
        font-size: 1.75rem;
    }
}
/* /Pages/RegistroCiudadano.razor.rz.scp.css */
.registro-loading-overlay[b-ycxoy0ozdv] {
    z-index: 1400;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(5px);
}

.registro-loading-content[b-ycxoy0ozdv] {
    min-width: min(22rem, calc(100vw - 2rem));
    padding: 2rem;
    border: 0;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 28px 80px rgba(15, 23, 42, 0.24);
}

@media (max-width: 599.98px) {
    .registro-loading-content[b-ycxoy0ozdv] {
        padding: 1.5rem;
        border-radius: 14px;
    }
}
