/* Minification failed. Returning unminified contents.
(2,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(3,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(4,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(5,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(6,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(7,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(8,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(9,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(10,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(11,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(24,17): run-time error CSS1039: Token not allowed after unary operator: '-rp-text'
(121,22): run-time error CSS1039: Token not allowed after unary operator: '-rp-surface'
(122,28): run-time error CSS1039: Token not allowed after unary operator: '-rp-border'
(124,22): run-time error CSS1039: Token not allowed after unary operator: '-rp-shadow'
(133,45): run-time error CSS1039: Token not allowed after unary operator: '-rp-blue'
(133,64): run-time error CSS1039: Token not allowed after unary operator: '-rp-blue-dark'
(134,35): run-time error CSS1039: Token not allowed after unary operator: '-rp-orange'
(172,17): run-time error CSS1039: Token not allowed after unary operator: '-rp-blue-dark'
(177,17): run-time error CSS1039: Token not allowed after unary operator: '-rp-muted'
(229,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(233,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(237,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(253,17): run-time error CSS1039: Token not allowed after unary operator: '-rp-blue-dark'
(288,22): run-time error CSS1039: Token not allowed after unary operator: '-portal-accent-bg'
(289,17): run-time error CSS1039: Token not allowed after unary operator: '-portal-accent'
(289,38): run-time error CSS1039: Token not allowed after unary operator: '-rp-blue'
(295,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(299,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(303,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(325,22): run-time error CSS1039: Token not allowed after unary operator: '-rp-panel'
(327,17): run-time error CSS1039: Token not allowed after unary operator: '-rp-blue-dark'
(347,21): run-time error CSS1039: Token not allowed after unary operator: '-rp-blue-dark'
(362,17): run-time error CSS1039: Token not allowed after unary operator: '-rp-text'
(399,17): run-time error CSS1039: Token not allowed after unary operator: '-rp-muted'
(410,21): run-time error CSS1039: Token not allowed after unary operator: '-rp-blue'
(435,22): run-time error CSS1039: Token not allowed after unary operator: '-rp-blue-dark'
(450,26): run-time error CSS1039: Token not allowed after unary operator: '-rp-blue-dark'
(465,17): run-time error CSS1039: Token not allowed after unary operator: '-rp-muted'
(473,21): run-time error CSS1039: Token not allowed after unary operator: '-rp-blue'
(494,45): run-time error CSS1039: Token not allowed after unary operator: '-rp-blue'
(494,64): run-time error CSS1039: Token not allowed after unary operator: '-rp-blue-dark'
(508,17): run-time error CSS1039: Token not allowed after unary operator: '-rp-blue'
(515,21): run-time error CSS1039: Token not allowed after unary operator: '-rp-blue-dark'
(643,17): run-time error CSS1039: Token not allowed after unary operator: '-rp-blue-dark'
(654,17): run-time error CSS1039: Token not allowed after unary operator: '-rp-blue'
(668,17): run-time error CSS1039: Token not allowed after unary operator: '-rp-blue-dark'
(720,17): run-time error CSS1039: Token not allowed after unary operator: '-rp-text'
(817,17): run-time error CSS1039: Token not allowed after unary operator: '-rp-blue-dark'
(824,21): run-time error CSS1039: Token not allowed after unary operator: '-rp-orange'
(832,17): run-time error CSS1039: Token not allowed after unary operator: '-rp-blue-dark'
(836,17): run-time error CSS1039: Token not allowed after unary operator: '-rp-muted'
(854,21): run-time error CSS1039: Token not allowed after unary operator: '-rp-text'
(859,21): run-time error CSS1039: Token not allowed after unary operator: '-rp-orange'
(981,45): run-time error CSS1039: Token not allowed after unary operator: '-rp-blue'
(981,64): run-time error CSS1039: Token not allowed after unary operator: '-rp-blue-dark'
(981,89): run-time error CSS1039: Token not allowed after unary operator: '-rp-orange'
(993,17): run-time error CSS1039: Token not allowed after unary operator: '-rp-orange'
(1002,17): run-time error CSS1039: Token not allowed after unary operator: '-rp-blue-dark'
(1083,17): run-time error CSS1039: Token not allowed after unary operator: '-rp-blue-dark'
 */
:root {
    --rp-blue: #0f5ea6;
    --rp-blue-dark: #2f2e6f;
    --rp-blue-soft: #d9ebfb;
    --rp-orange: #ff7a00;
    --rp-text: #1f3150;
    --rp-muted: #64748b;
    --rp-border: rgba(15, 94, 166, 0.14);
    --rp-surface: rgba(255, 255, 255, 0.96);
    --rp-panel: #f6f9fc;
    --rp-shadow: 0 18px 42px rgba(31, 49, 80, 0.12);
}

* {
    box-sizing: border-box;
}

body {
    position: relative;
    isolation: isolate;
    margin: 0;
    min-height: 100vh;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    color: var(--rp-text);
    background-color: #e0e9f6;
    background-image: linear-gradient(90deg, #c6daf3 0%, #d3e3f6 42%, #e0e9f6 68%, #e0e9f6 100%);
}

    body::before {
        content: "";
        position: fixed;
        top: 50%;
        left: 50%;
        z-index: 0;
        width: min(100vw, calc(100vh * 1.776848));
        aspect-ratio: 6370 / 3585;
        transform: translate(-50%, -50%);
        pointer-events: none;
        background: url("FondoExtranet.jpg") center center / 100% 100% no-repeat;
        -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 44px, #000 calc(100% - 44px), transparent 100%);
        mask-image: linear-gradient(90deg, transparent 0, #000 44px, #000 calc(100% - 44px), transparent 100%);
    }

@keyframes fadeUpSoft {
    from {
        opacity: 0;
        transform: translateY(16px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes mosaicScrollIn {
    from {
        opacity: 0;
        transform: translateX(18px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes portalChoicePulse {
    0%,
    100% {
        transform: translateY(0);
        box-shadow: none;
    }

    50% {
        transform: translateY(-2px);
        box-shadow: 0 8px 16px rgba(15, 94, 166, 0.1);
    }
}

@keyframes portalRequiredShake {
    0%,
    100% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(-4px);
    }

    75% {
        transform: translateX(4px);
    }
}

.login-layout {
    width: min(100%, calc(100vh * 1.776848));
    min-height: 100vh;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(280px, 1fr) minmax(500px, 700px);
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.login-shell {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 32px 56px 32px 24px;
    z-index: 1;
    grid-column: 2;
    grid-row: 1;
}

.login-panel {
    width: 100%;
    max-width: 570px;
    background: var(--rp-surface);
    border: 1px solid var(--rp-border);
    border-radius: 8px;
    box-shadow: var(--rp-shadow);
    padding: 24px;
    animation: fadeUpSoft 0.45s ease-out both;
    overflow: hidden;
}

.brand-lockup {
    margin: -24px -24px 20px;
    padding: 20px 24px;
    background: linear-gradient(90deg, var(--rp-blue) 0%, var(--rp-blue-dark) 100%);
    border-bottom: 3px solid var(--rp-orange);
}

.brand-lockup-logos {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
    flex-wrap: wrap;
}

.brand-lockup img {
    width: auto;
    display: inline-block;
    object-fit: contain;
}

.brand-logo-rp {
    height: 62px;
}

.brand-logo-ac {
    height: 50px;
    filter:
        drop-shadow(1px 0 0 #ffffff)
        drop-shadow(-1px 0 0 #ffffff)
        drop-shadow(0 1px 0 #ffffff)
        drop-shadow(0 -1px 0 #ffffff);
}

.brand-kicker {
    display: none;
}

.login-copy h1 {
    margin: 0 0 8px;
    font-size: 1.82rem;
    line-height: 1.05;
    color: var(--rp-blue-dark);
}

.login-copy p {
    margin: 0 0 18px;
    color: var(--rp-muted);
    font-size: 1rem;
    line-height: 1.45;
}

.portal-tabs {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 14px;
    padding: 4px;
    border: 1px solid rgba(15, 94, 166, 0.12);
    border-radius: 6px;
    background: #f6f9fc;
}

.portal-tabs.needs-selection {
    border-color: rgba(255, 122, 0, 0.34);
    background: #fff8f0;
}

.portal-tabs.needs-selection .portal-tab {
    animation: portalChoicePulse 1.8s ease-in-out infinite;
}

.portal-tabs.needs-selection .portal-tab:nth-child(2) {
    animation-delay: 0.18s;
}

.portal-tabs.needs-selection .portal-tab:nth-child(3) {
    animation-delay: 0.36s;
}

.portal-tabs.has-error {
    border-color: rgba(205, 40, 40, 0.45);
    background: #fff4f4;
    animation: portalRequiredShake 0.22s ease-in-out;
}

.portal-tab {
    flex: 1 1 0;
    min-height: 42px;
    border: 0;
    background: transparent;
    border-radius: 4px;
    padding: 8px 10px;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.18s ease, box-shadow 0.18s ease, color 0.18s ease;
}

    .portal-tab[data-portal="customersportal"] {
        --portal-accent: #0f766e;
    }

    .portal-tab[data-portal="extranet"] {
        --portal-accent: var(--rp-blue);
    }

    .portal-tab[data-portal="vendors"] {
        --portal-accent: var(--rp-orange);
    }

    .portal-tab:hover {
        background: rgba(255, 255, 255, 0.72);
        box-shadow: 0 4px 10px rgba(15, 94, 166, 0.05);
    }

    .portal-tab.is-active {
        background: #ffffff;
        box-shadow: 0 4px 12px rgba(15, 94, 166, 0.1);
    }

.portal-tab-title {
    font-size: 0.92rem;
    font-weight: 700;
    color: var(--rp-blue-dark);
    margin-bottom: 0;
}

.portal-selection-error {
    display: none;
    margin: -4px 0 12px;
    color: #9f2d2d;
    font-size: 0.9rem;
    font-weight: 600;
}

.portal-selection-error.is-visible {
    display: block;
}

.portal-tab.is-external .portal-tab-title {
    color: #8f4c00;
}

.portal-tab-heading {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 0;
}

.portal-tab-icon {
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background: var(--portal-accent-bg, #eaf4fb);
    color: var(--portal-accent, var(--rp-blue));
    font-size: 0.78rem;
    flex: 0 0 auto;
}

.portal-tab[data-portal="customersportal"] {
    --portal-accent-bg: #e6f4f1;
}

.portal-tab[data-portal="extranet"] {
    --portal-accent-bg: #eaf4fb;
}

.portal-tab[data-portal="vendors"] {
    --portal-accent-bg: #fff1e3;
}

.status-banner {
    display: none;
    margin-bottom: 12px;
    padding: 10px 12px;
    border-radius: 6px;
    background: #fff4f4;
    border: 1px solid rgba(205, 40, 40, 0.16);
    color: #9f2d2d;
    line-height: 1.45;
}

    .status-banner.is-visible {
        display: block;
    }

.portal-indicator {
    margin-bottom: 14px;
    padding: 9px 12px;
    border-radius: 6px;
    background: var(--rp-panel);
    border: 1px solid rgba(15, 94, 166, 0.12);
    color: var(--rp-blue-dark);
    font-size: 0.92rem;
    font-weight: 600;
}

.portal-indicator.needs-selection {
    background: #fff8f0;
    border-color: rgba(255, 122, 0, 0.28);
    color: #8f4c00;
}

.form-group-rp {
    margin-bottom: 12px;
}

    .form-group-rp label {
        display: block;
        margin-bottom: 6px;
        font-size: 0.92rem;
        font-weight: 700;
        color: var(--rp-blue-dark);
    }

.input-shell {
    position: relative;
}

.input-rp {
    width: 100%;
    height: 46px;
    border-radius: 6px;
    border: 1px solid rgba(15, 94, 166, 0.16);
    background: #ffffff;
    padding: 0 14px;
    font-size: 1rem;
    color: var(--rp-text);
    transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

    .input-rp:focus {
        outline: none;
        border-color: rgba(15, 94, 166, 0.38);
        box-shadow: 0 0 0 4px rgba(15, 94, 166, 0.1);
    }

    .input-rp:disabled {
        cursor: not-allowed;
        background: #edf2f7;
        border-color: rgba(100, 116, 139, 0.18);
        color: #94a3b8;
        box-shadow: none;
    }

    .input-rp:disabled::placeholder {
        color: #94a3b8;
    }

    .input-rp.input-rp-password {
        padding-right: 48px;
    }

    .input-rp.input-rp-with-info {
        padding-right: 48px;
    }

.field-info-toggle {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    background: transparent;
    color: var(--rp-muted);
    width: 34px;
    height: 34px;
    border-radius: 4px;
    z-index: 2;
}

    .field-info-toggle:hover,
    .field-info-toggle:focus {
        outline: none;
        background: #f3f7fb;
        color: var(--rp-blue);
    }

    .field-info-toggle:disabled,
    .password-toggle:disabled {
        cursor: not-allowed;
        color: #a8b3c1;
    }

    .field-info-toggle:disabled:hover,
    .field-info-toggle:disabled:focus,
    .password-toggle:disabled:hover,
    .password-toggle:disabled:focus {
        background: transparent;
        color: #a8b3c1;
    }

.field-info-toggle + .field-tooltip {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    width: min(280px, 100%);
    padding: 10px 12px;
    border-radius: 6px;
    background: var(--rp-blue-dark);
    color: #ffffff;
    font-size: 0.82rem;
    line-height: 1.35;
    box-shadow: 0 12px 30px rgba(6, 39, 74, 0.2);
    z-index: 5;
}

    .field-info-toggle + .field-tooltip::before {
        content: "";
        position: absolute;
        right: 20px;
        top: -6px;
        width: 12px;
        height: 12px;
        background: var(--rp-blue-dark);
        transform: rotate(45deg);
    }

    .field-info-toggle + .field-tooltip.is-visible {
        display: block;
    }

.password-toggle {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    background: transparent;
    color: var(--rp-muted);
    width: 34px;
    height: 34px;
    border-radius: 4px;
}

    .password-toggle:hover {
        background: #f3f7fb;
        color: var(--rp-blue);
    }

.validate-form.credentials-locked .form-group-rp label {
    color: #718096;
}

.form-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 16px;
    flex-wrap: wrap;
}

.login-btn-rp {
    min-width: 160px;
    height: 46px;
    border: 0;
    border-radius: 6px;
    background: linear-gradient(90deg, var(--rp-blue) 0%, var(--rp-blue-dark) 100%);
    color: #ffffff;
    font-size: 1rem;
    font-weight: 700;
    box-shadow: 0 12px 24px rgba(47, 46, 111, 0.18);
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

    .login-btn-rp:hover {
        transform: translateY(-1px);
        box-shadow: 0 14px 26px rgba(47, 46, 111, 0.22);
    }

.login-link-rp {
    color: var(--rp-blue);
    font-weight: 600;
    text-decoration: none;
}

    .login-link-rp:hover {
        text-decoration: none;
        color: var(--rp-blue-dark);
    }

    .login-link-rp.is-hidden {
        display: none;
    }

.hero-side {
    position: relative;
    min-height: 100vh;
    padding: 0;
    display: flex;
    align-items: flex-end;
    z-index: 1;
    grid-column: 1;
    grid-row: 1;
    overflow: hidden;
}

.hero-side::before {
    content: none;
}

.hero-side::after {
    content: none;
}

.hero-frame-set {
    position: absolute;
    top: 43%;
    left: 50%;
    width: min(92%, 700px);
    height: min(64vh, 560px);
    transform: translate(-50%, -50%);
    z-index: 4;
    pointer-events: none;
}

.hero-image-frame {
    position: absolute;
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    box-shadow: 0 22px 46px rgba(12, 28, 46, 0.18);
    opacity: 0.82;
}

.hero-image-frame::after {
    content: none;
}

.hero-image-frame span {
    position: absolute;
    inset: 0;
    opacity: 0;
    background-size: cover;
    background-position: center;
    transform: scale(1.04);
    filter: saturate(0.88) contrast(0.94) brightness(1.03);
    animation: frameCrossfade 30s ease-in-out infinite;
}

.hero-image-frame span:nth-child(1) {
    animation-delay: 0s;
}

.hero-image-frame span:nth-child(2) {
    animation-delay: 10s;
}

.hero-image-frame span:nth-child(3) {
    animation-delay: 20s;
}

.hero-image-frame-secondary span:nth-child(1) {
    animation-delay: -4s;
}

.hero-image-frame-secondary span:nth-child(2) {
    animation-delay: 6s;
}

.hero-image-frame-secondary span:nth-child(3) {
    animation-delay: 16s;
}

.hero-image-frame-tertiary span:nth-child(1) {
    animation-delay: -8s;
}

.hero-image-frame-tertiary span:nth-child(2) {
    animation-delay: 2s;
}

.hero-image-frame-tertiary span:nth-child(3) {
    animation-delay: 12s;
}

.hero-image-frame-primary {
    width: min(56%, 405px);
    aspect-ratio: 4 / 3;
    left: 6%;
    top: 0;
}

.hero-image-frame-secondary {
    width: min(44%, 315px);
    aspect-ratio: 16 / 10;
    right: 8%;
    top: 26%;
}

.hero-image-frame-tertiary {
    width: min(38%, 275px);
    aspect-ratio: 5 / 4;
    left: 22%;
    top: 48%;
    opacity: 0.7;
}

.hero-attribution {
    position: absolute;
    z-index: 6;
    left: max(28px, calc(50% - 380px));
    top: calc(50% + min(8vh, 76px));
    width: calc(100% - 56px);
    max-width: 560px;
    padding: 0;
    color: var(--rp-blue-dark);
    text-shadow:
        0 1px 0 rgba(255, 255, 255, 0.74),
        0 12px 30px rgba(255, 255, 255, 0.7);
}

.hero-attribution span {
    display: block;
    width: fit-content;
    margin-bottom: 10px;
    padding-bottom: 7px;
    color: var(--rp-blue);
    border-bottom: 2px solid rgba(255, 122, 0, 0.78);
    text-shadow:
        0 1px 0 rgba(255, 255, 255, 0.72),
        0 8px 18px rgba(255, 255, 255, 0.64);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.hero-attribution strong {
    display: block;
    max-width: 520px;
    color: var(--rp-blue-dark);
    font-size: clamp(1.65rem, 2.75vw, 2.85rem);
    font-weight: 800;
    line-height: 1.08;
    text-shadow:
        0 1px 0 rgba(255, 255, 255, 0.9),
        0 2px 0 rgba(255, 255, 255, 0.58),
        0 16px 34px rgba(255, 255, 255, 0.72);
}

@keyframes frameCrossfade {
    0% {
        opacity: 0;
        transform: scale(1.015);
    }

    10%,
    35% {
        opacity: 1;
    }

    45%,
    100% {
        opacity: 0;
        transform: scale(1.045);
    }
}

.hero-card {
    position: relative;
    width: 100%;
    min-height: auto;
    border-radius: 8px;
    overflow: visible;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
}

    .hero-card::before {
        content: none;
    }

    .hero-card::after {
        content: none;
    }

.hero-content {
    position: relative;
    z-index: 1;
    max-width: 620px;
    color: var(--rp-text);
}

.hero-content::before {
    content: none;
}

.portal-mosaic {
    display: grid;
    grid-template-columns: repeat(14, minmax(0, 1fr));
    grid-auto-rows: 92px;
    gap: 12px;
    max-width: 620px;
    min-height: 612px;
    opacity: 1;
    transform: translateX(0);
    transition: opacity 0.18s ease, transform 0.18s ease;
    -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 14%, #000 86%, transparent 100%);
    mask-image: linear-gradient(180deg, transparent 0%, #000 14%, #000 86%, transparent 100%);
}

.hero-content.is-changing .portal-mosaic {
    opacity: 0;
    transform: translateX(-18px);
}

.hero-content.is-ready .mosaic-tile,
.hero-content.is-ready .mosaic-ghost {
    animation: mosaicScrollIn 0.34s ease both;
}

    .hero-content.is-ready .mosaic-tile:nth-child(2),
    .hero-content.is-ready .mosaic-ghost:nth-of-type(6) {
        animation-delay: 0.04s;
    }

    .hero-content.is-ready .mosaic-tile:nth-child(3),
    .hero-content.is-ready .mosaic-ghost:nth-of-type(7) {
        animation-delay: 0.08s;
    }

    .hero-content.is-ready .mosaic-tile:nth-child(4),
    .hero-content.is-ready .mosaic-ghost:nth-of-type(8) {
        animation-delay: 0.12s;
    }

.mosaic-tile {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 12px;
    min-height: 0;
    padding: 16px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.42);
    border: 1px solid rgba(255, 255, 255, 0.34);
    box-shadow: 0 12px 30px rgba(31, 49, 80, 0.07);
    overflow: visible;
    transition: opacity 0.18s ease, transform 0.18s ease;
}

    .mosaic-tile:nth-child(1) {
        grid-column: 4 / span 6;
        grid-row: 2 / span 2;
    }

    .mosaic-tile:nth-child(2) {
        grid-column: 10 / span 4;
        grid-row: 2;
    }

    .mosaic-tile:nth-child(3) {
        grid-column: 10 / span 4;
        grid-row: 3;
    }

    .mosaic-tile:nth-child(4) {
        grid-column: 5 / span 7;
        grid-row: 4 / span 2;
    }

    .mosaic-tile.is-primary {
        background: rgba(255, 255, 255, 0.56);
        justify-content: space-between;
    }

    .mosaic-tile.is-wide {
        min-height: 0;
        gap: 18px;
    }

.mosaic-kicker {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--rp-blue-dark);
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
}

    .mosaic-kicker i {
        color: var(--rp-orange);
    }

.mosaic-value {
    display: block;
    font-size: clamp(1.35rem, 2.2vw, 2rem);
    line-height: 1.05;
    font-weight: 700;
    color: var(--rp-blue-dark);
}

.mosaic-copy {
    color: var(--rp-muted);
    line-height: 1.45;
    font-size: 0.92rem;
    margin: 0;
}

.mosaic-list {
    display: grid;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .mosaic-list li {
        display: flex;
        align-items: center;
        gap: 8px;
        color: var(--rp-text);
        font-size: 0.92rem;
    }

    .mosaic-list i {
        color: var(--rp-orange);
        font-size: 0.75rem;
    }

.mosaic-ghost {
    position: relative;
    z-index: 0;
    min-height: 72px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.22);
    border: 1px solid rgba(255, 255, 255, 0.24);
    box-shadow: 0 10px 24px rgba(31, 49, 80, 0.04);
    pointer-events: none;
}

    .mosaic-ghost:nth-of-type(5) {
        grid-column: 1 / span 4;
        grid-row: 1;
        -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 62%, #000 100%);
        mask-image: linear-gradient(90deg, transparent 0%, #000 62%, #000 100%);
    }

    .mosaic-ghost:nth-of-type(6) {
        grid-column: 5 / span 5;
        grid-row: 1;
        opacity: 0.45;
    }

    .mosaic-ghost:nth-of-type(7) {
        grid-column: 10 / span 5;
        grid-row: 1;
        -webkit-mask-image: linear-gradient(90deg, #000 0%, #000 42%, transparent 100%);
        mask-image: linear-gradient(90deg, #000 0%, #000 42%, transparent 100%);
    }

    .mosaic-ghost:nth-of-type(8) {
        grid-column: 1 / span 3;
        grid-row: 2 / span 2;
        -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 70%, #000 100%);
        mask-image: linear-gradient(90deg, transparent 0%, #000 70%, #000 100%);
    }

    .mosaic-ghost:nth-of-type(9) {
        grid-column: 14 / span 1;
        grid-row: 2 / span 2;
        -webkit-mask-image: linear-gradient(90deg, #000 0%, transparent 100%);
        mask-image: linear-gradient(90deg, #000 0%, transparent 100%);
    }

    .mosaic-ghost:nth-of-type(10) {
        grid-column: 2 / span 3;
        grid-row: 5;
        -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 76%, #000 100%);
        mask-image: linear-gradient(90deg, transparent 0%, #000 76%, #000 100%);
    }

    .mosaic-ghost:nth-of-type(11) {
        grid-column: 6 / span 4;
        grid-row: 6;
        opacity: 0.34;
        /*-webkit-mask-image: linear-gradient(90deg, #000 0%, #000 72%, transparent 100%);*/
        /*mask-image: linear-gradient(90deg, #000 0%, #000 72%, transparent 100%);*/
    }

    .mosaic-ghost:nth-of-type(12) {
        grid-column: 12 / span 3;
        grid-row: 5;
        opacity: 0.26;
        -webkit-mask-image: linear-gradient(90deg, #000 0%, #000 50%, transparent 100%);
        mask-image: linear-gradient(90deg, #000 0%, #000 50%, transparent 100%);
    }

    .mosaic-ghost:nth-of-type(13) {
        grid-column: 1 / span 4;
        grid-row: 4;
        opacity: 0.32;
        -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 80%, #000 100%);
        mask-image: linear-gradient(90deg, transparent 0%, #000 80%, #000 100%);
    }

    .mosaic-ghost:nth-of-type(14) {
        grid-column: 12 / span 3;
        grid-row: 4;
        opacity: 0.3;
        -webkit-mask-image: linear-gradient(90deg, #000 0%, #000 50%, transparent 100%);
        mask-image: linear-gradient(90deg, #000 0%, #000 50%, transparent 100%);
    }

    .mosaic-ghost:nth-of-type(15) {
        grid-column: 1 / span 5;
        grid-row: 6;
        opacity: 0.28;
        -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 68%, #000 100%);
        mask-image: linear-gradient(90deg, transparent 0%, #000 68%, #000 100%);
    }

    .mosaic-ghost:nth-of-type(16) {
        grid-column: 10 / span 4;
        grid-row: 6;
        opacity: 0.28;
        -webkit-mask-image: linear-gradient(90deg, #000 0%, #000 48%, transparent 100%);
        mask-image: linear-gradient(90deg, #000 0%, #000 48%, transparent 100%);
    }

.hero-showcase {
    position: relative;
    width: min(100%, 680px);
    padding: 16px;
    border-radius: 8px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.66), rgba(255, 255, 255, 0.34)),
        rgba(246, 249, 252, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.54);
    box-shadow: 0 18px 42px rgba(31, 49, 80, 0.14);
    overflow: hidden;
}

.hero-showcase::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 4px;
    background: linear-gradient(90deg, var(--rp-blue) 0%, var(--rp-blue-dark) 72%, var(--rp-orange) 100%);
}

.hero-showcase-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;
    padding: 8px 4px 14px;
}

.hero-showcase-header span {
    color: var(--rp-orange);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.hero-showcase-header strong {
    max-width: 310px;
    color: var(--rp-blue-dark);
    font-size: 1.18rem;
    line-height: 1.1;
    text-align: right;
}

.login-carousel {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    border-radius: 6px;
    border: 1px solid rgba(15, 94, 166, 0.16);
    box-shadow: 0 16px 32px rgba(31, 49, 80, 0.16);
    background: #102d4a;
}

.login-carousel-track {
    display: flex;
    width: 600%;
    height: 100%;
    animation: loginCarousel 36s infinite;
}

.login-carousel-slide {
    width: calc(100% / 6);
    height: 100%;
    flex: 0 0 calc(100% / 6);
}

.login-carousel-slide img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.login-carousel-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 42px 28px 28px;
    color: #ffffff;
    background:
        linear-gradient(180deg, rgba(16, 45, 74, 0) 0%, rgba(16, 45, 74, 0.86) 100%),
        linear-gradient(90deg, rgba(15, 94, 166, 0.44), rgba(47, 46, 111, 0.08));
}

.login-carousel-overlay span {
    display: block;
    margin-bottom: 6px;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.78);
}

.login-carousel-overlay strong {
    display: block;
    max-width: 440px;
    font-size: clamp(1.35rem, 2.2vw, 2rem);
    line-height: 1.08;
}

.hero-showcase-footer {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    padding-top: 12px;
}

.hero-showcase-footer span {
    min-height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.62);
    border: 1px solid rgba(15, 94, 166, 0.1);
    color: var(--rp-blue-dark);
    font-size: 0.82rem;
    font-weight: 700;
}

@keyframes loginCarousel {
    0%, 12% {
        transform: translateX(0);
    }

    16.666%, 28.666% {
        transform: translateX(-16.6666667%);
    }

    33.333%, 45.333% {
        transform: translateX(-33.3333334%);
    }

    50%, 62% {
        transform: translateX(-50%);
    }

    66.666%, 78.666% {
        transform: translateX(-66.6666667%);
    }

    83.333%, 95.333% {
        transform: translateX(-83.3333334%);
    }

    100% {
        transform: translateX(0);
    }
}

.hidden-field {
    display: none;
}

@media (max-width: 1100px) {
    body::before {
        display: none;
    }

    .login-layout {
        grid-template-columns: 1fr;
    }

    .login-shell {
        grid-column: auto;
        grid-row: auto;
        padding: 32px 48px 20px;
        order: 1;
    }

    .hero-side {
        grid-column: auto;
        grid-row: auto;
        display: none;
    }
}

@media (max-height: 760px) and (min-width: 641px) {
    .login-shell {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .login-panel {
        padding: 20px 24px;
    }

    .brand-lockup {
        margin: -20px -24px 16px;
        padding: 16px 24px;
    }

        .brand-logo-rp {
            height: 54px;
        }

        .brand-logo-ac {
            height: 44px;
        }

    .login-copy p {
        margin-bottom: 14px;
    }

    .portal-tab {
        padding: 9px 10px;
    }

    .portal-indicator {
        margin-bottom: 10px;
    }
}

@media (max-width: 640px) {
    .login-shell {
        padding: 18px;
    }

    .login-panel {
        border-radius: 8px;
        padding: 22px;
    }

    .portal-tabs {
        flex-direction: column;
        align-items: stretch;
    }

    .form-actions {
        align-items: stretch;
    }

    .login-btn-rp {
        width: 100%;
    }
}

