/* /Components/Pages/Auth/Login.razor.rz.scp.css */
/* ═══════════════════════════════════════════════════════════════════
   Master Assets Control — Login Page
   Palette: cyan #22d3ee · purple #a855f7 · dark #050815/#0b1225/#140a2e
═══════════════════════════════════════════════════════════════════ */

.lp-root[b-c1tddwmezu] {
    position: relative;          /* anchor para .lp-toplogo absolute */
    display: flex;
    min-height: 100vh;
    width: 100%;
}

/* ════════════════════════════════════════════════════════════════════
   LOGO ARRIBA DEL LOGIN — centrado, ~2x del tamaño previo
════════════════════════════════════════════════════════════════════ */
.lp-toplogo[b-c1tddwmezu] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 auto .25rem auto;
    text-decoration: none;
    line-height: 1;
}

.lp-toplogo-img[b-c1tddwmezu] {
    height: 76px;
    width: auto;
    max-width: 80%;
    display: block;
    filter: drop-shadow(0 0 18px rgba(34,211,238,.45));
    transition: filter .25s ease, transform .25s ease;
}

.lp-toplogo:hover .lp-toplogo-img[b-c1tddwmezu] {
    filter: drop-shadow(0 0 28px rgba(34,211,238,.7));
    transform: scale(1.03);
}

/* ════════════════════════════════════════════════════════════════════
   BRAND PANEL
════════════════════════════════════════════════════════════════════ */
.lp-brand[b-c1tddwmezu] {
    position: relative;
    width: 46%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    background: linear-gradient(160deg, #050815 0%, #0c1528 55%, #140a2e 100%);
}

.lp-orb[b-c1tddwmezu] {
    position: absolute;
    border-radius: 50%;
    filter: blur(70px);
    pointer-events: none;
}

.lp-orb-1[b-c1tddwmezu] {
    width: 420px; height: 420px;
    background: radial-gradient(circle, rgba(34,211,238,.22) 0%, transparent 70%);
    top: -140px; left: -120px;
    animation: orbDrift-b-c1tddwmezu 12s ease-in-out infinite;
}

.lp-orb-2[b-c1tddwmezu] {
    width: 350px; height: 350px;
    background: radial-gradient(circle, rgba(168,85,247,.2) 0%, transparent 70%);
    bottom: -80px; right: -100px;
    animation: orbDrift-b-c1tddwmezu 15s ease-in-out infinite reverse;
    animation-delay: -5s;
}

.lp-orb-3[b-c1tddwmezu] {
    width: 280px; height: 280px;
    background: radial-gradient(circle, rgba(34,211,238,.12) 0%, transparent 70%);
    top: 45%; left: 40%;
    transform: translate(-50%, -50%);
    animation: orbDrift-b-c1tddwmezu 10s ease-in-out infinite;
    animation-delay: -3s;
}

@keyframes orbDrift-b-c1tddwmezu {
    0%, 100% { transform: translate(0, 0) scale(1); }
    33%       { transform: translate(24px, -32px) scale(1.06); }
    66%       { transform: translate(-18px, 22px) scale(0.94); }
}

.lp-grid[b-c1tddwmezu] {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(34,211,238,.055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(34,211,238,.055) 1px, transparent 1px);
    background-size: 44px 44px;
    mask-image: radial-gradient(ellipse 80% 85% at 50% 50%, black 20%, transparent 75%);
    pointer-events: none;
}

.lp-scan[b-c1tddwmezu] {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 0%, rgba(34,211,238,.028) 50%, transparent 100%);
    height: 100%;
    animation: scanDown-b-c1tddwmezu 7s linear infinite;
    pointer-events: none;
}

@keyframes scanDown-b-c1tddwmezu {
    0%   { transform: translateY(-100%); }
    100% { transform: translateY(100%); }
}

.lp-brand-inner[b-c1tddwmezu] {
    position: relative;
    z-index: 1;
    padding: 3rem 2.75rem 2rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.lp-brand-copy[b-c1tddwmezu] { display: flex; flex-direction: column; gap: .5rem; }

.lp-badge[b-c1tddwmezu] {
    display: inline-block;
    width: fit-content;
    padding: .2rem .7rem;
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    background: rgba(34,211,238,.1);
    border: 1px solid rgba(34,211,238,.25);
    border-radius: 999px;
    color: #22d3ee;
}

.lp-brand-title[b-c1tddwmezu] {
    margin: 0;
    display: flex;
    flex-direction: column;
    line-height: 1;
    gap: .1rem;
}

.lp-t-main[b-c1tddwmezu] {
    font-size: 3.6rem;
    font-weight: 900;
    letter-spacing: -.03em;
    background: linear-gradient(135deg, #22d3ee 0%, #a855f7 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    filter: drop-shadow(0 0 20px rgba(34,211,238,.3));
}

.lp-t-sub[b-c1tddwmezu] {
    font-size: 1.3rem;
    font-weight: 300;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: rgba(226,232,240,.55);
}

.lp-brand-sub[b-c1tddwmezu] {
    margin: 0;
    font-size: .875rem;
    color: #64748b;
    line-height: 1.6;
}

.lp-neon-divider[b-c1tddwmezu] {
    height: 1px;
    background: linear-gradient(90deg,
        transparent,
        rgba(34,211,238,.6) 30%,
        rgba(168,85,247,.6) 70%,
        transparent);
    box-shadow: 0 0 10px rgba(34,211,238,.3);
}

.lp-features[b-c1tddwmezu] {
    display: flex;
    flex-direction: column;
    gap: .9rem;
}

.lp-feat[b-c1tddwmezu] {
    display: flex;
    align-items: center;
    gap: .85rem;
    padding: .7rem .9rem;
    background: rgba(15,23,42,.45);
    border: 1px solid rgba(71,85,105,.2);
    border-radius: 12px;
    backdrop-filter: blur(8px);
    transition: border-color .2s, background .2s;
}

.lp-feat:hover[b-c1tddwmezu] {
    border-color: rgba(34,211,238,.2);
    background: rgba(34,211,238,.04);
}

.lp-feat-icon[b-c1tddwmezu] {
    width: 36px;
    height: 36px;
    border-radius: 9px;
    background: rgba(34,211,238,.08);
    border: 1px solid rgba(34,211,238,.15);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #22d3ee;
}

.lp-feat-icon svg[b-c1tddwmezu] { width: 18px; height: 18px; }

.lp-feat-text[b-c1tddwmezu] { display: flex; flex-direction: column; gap: .1rem; }

.lp-feat-text strong[b-c1tddwmezu] { font-size: .82rem; font-weight: 600; color: #e2e8f0; }
.lp-feat-text span[b-c1tddwmezu]   { font-size: .73rem; color: #475569; }

.lp-brand-footer[b-c1tddwmezu] {
    position: relative;
    z-index: 1;
    padding: 1.25rem 2.75rem;
    font-size: .72rem;
    color: #1e293b;
    border-top: 1px solid rgba(71,85,105,.12);
}

.lp-brand[b-c1tddwmezu]::after {
    content: '';
    position: absolute;
    right: 0; top: 10%; bottom: 10%;
    width: 1px;
    background: linear-gradient(180deg,
        transparent,
        rgba(34,211,238,.35) 30%,
        rgba(168,85,247,.35) 70%,
        transparent);
    box-shadow: 1px 0 16px rgba(34,211,238,.08);
}

/* ════════════════════════════════════════════════════════════════════
   FORM PANEL
════════════════════════════════════════════════════════════════════ */
.lp-form-panel[b-c1tddwmezu] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 1.5rem;
    background:
        radial-gradient(ellipse 70% 50% at 110% 0%, rgba(168,85,247,.06), transparent 60%),
        radial-gradient(ellipse 50% 60% at -10% 100%, rgba(34,211,238,.05), transparent 60%),
        #07101f;
    animation: panelFadeIn-b-c1tddwmezu .55s cubic-bezier(.22,.6,.36,1) both;
}

@keyframes panelFadeIn-b-c1tddwmezu {
    from { opacity: 0; transform: translateX(20px); }
    to   { opacity: 1; transform: translateX(0); }
}

.lp-form-inner[b-c1tddwmezu] {
    width: 100%;
    max-width: 400px;
    display: flex;
    flex-direction: column;
    gap: 1.4rem;
}

.lp-form-header[b-c1tddwmezu] { display: flex; flex-direction: column; gap: .35rem; }

.lp-form-title[b-c1tddwmezu] {
    margin: 0;
    font-size: 1.85rem;
    font-weight: 700;
    letter-spacing: -.025em;
    color: #f1f5f9;
}

.lp-form-sub[b-c1tddwmezu] { margin: 0; font-size: .85rem; color: #475569; }

.lp-error[b-c1tddwmezu] {
    display: flex;
    align-items: flex-start;
    gap: .6rem;
    padding: .7rem 1rem;
    background: rgba(252,165,165,.07);
    border: 1px solid rgba(252,165,165,.2);
    border-radius: 10px;
    color: #fca5a5;
    font-size: .84rem;
    line-height: 1.45;
    animation: shakeX-b-c1tddwmezu .38s ease;
}

.lp-error svg[b-c1tddwmezu] { width: 16px; height: 16px; flex-shrink: 0; margin-top: 1px; }

@keyframes shakeX-b-c1tddwmezu {
    0%,100% { transform: translateX(0); }
    20%,60% { transform: translateX(-5px); }
    40%,80% { transform: translateX(5px); }
}

.lp-fields[b-c1tddwmezu] { display: flex; flex-direction: column; gap: 1.1rem; }
.lp-field[b-c1tddwmezu]  { position: relative; }

.lp-input-wrap[b-c1tddwmezu] {
    position: relative;
    display: flex;
    align-items: center;
    background: rgba(5,8,21,.55);
    border: 1px solid rgba(71,85,105,.38);
    border-radius: 13px;
    transition: border-color .2s, box-shadow .2s;
    overflow: hidden;
}

.lp-input-wrap:focus-within[b-c1tddwmezu] {
    border-color: rgba(34,211,238,.55);
    box-shadow: 0 0 0 3px rgba(34,211,238,.1), inset 0 1px 0 rgba(34,211,238,.06);
}

.lp-input-wrap.lp-has-error[b-c1tddwmezu] {
    border-color: rgba(252,165,165,.4);
    box-shadow: 0 0 0 3px rgba(252,165,165,.07);
}

.lp-iicon[b-c1tddwmezu] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    flex-shrink: 0;
    color: #334155;
    transition: color .2s;
}

.lp-iicon svg[b-c1tddwmezu] { width: 17px; height: 17px; }
.lp-input-wrap:focus-within .lp-iicon[b-c1tddwmezu] { color: rgba(34,211,238,.65); }

.lp-input-wrap input[b-c1tddwmezu] {
    flex: 1;
    background: transparent;
    border: none;
    outline: none;
    color: #e2e8f0;
    font-size: .93rem;
    font-family: inherit;
    padding: 1.15rem .9rem .5rem 0;
    min-width: 0;
}

.lp-input-wrap input:disabled[b-c1tddwmezu] { opacity: .5; cursor: not-allowed; }

.lp-input-wrap label[b-c1tddwmezu] {
    position: absolute;
    left: 46px;
    top: 50%;
    transform: translateY(-50%);
    color: #475569;
    font-size: .9rem;
    pointer-events: none;
    transition: top .18s ease, font-size .18s ease, color .18s ease, letter-spacing .18s ease;
}

.lp-input-wrap input:focus ~ label[b-c1tddwmezu],
.lp-input-wrap input:not(:placeholder-shown) ~ label[b-c1tddwmezu] {
    top: .55rem;
    font-size: .68rem;
    letter-spacing: .06em;
    color: #22d3ee;
    text-transform: uppercase;
}

.lp-input-has-btn input[b-c1tddwmezu] { padding-right: .5rem; }

.lp-eye-btn[b-c1tddwmezu] {
    background: transparent;
    border: none;
    color: #334155;
    cursor: pointer;
    padding: 0 .9rem;
    height: 100%;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    transition: color .2s;
}

.lp-eye-btn svg[b-c1tddwmezu] { width: 17px; height: 17px; display: block; }
.lp-eye-btn:hover[b-c1tddwmezu] { color: #94a3b8; }

.lp-submit[b-c1tddwmezu] {
    position: relative;
    width: 100%;
    padding: .9rem 1.5rem;
    border: none;
    border-radius: 13px;
    cursor: pointer;
    font-family: inherit;
    font-size: .95rem;
    font-weight: 700;
    letter-spacing: .01em;
    color: #050815;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .55rem;
    overflow: hidden;
    transition: transform .15s ease, box-shadow .2s ease, filter .2s ease;
    box-shadow: 0 0 24px rgba(34,211,238,.3), 0 3px 12px rgba(168,85,247,.2);
}

.lp-submit-bg[b-c1tddwmezu] {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #22d3ee 0%, #a855f7 100%);
    transition: opacity .2s;
}

.lp-submit-label[b-c1tddwmezu] { position: relative; z-index: 1; }

.lp-submit-arrow[b-c1tddwmezu] {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    transition: transform .2s ease;
}

.lp-submit-arrow svg[b-c1tddwmezu] { width: 18px; height: 18px; display: block; }

.lp-submit:hover:not(:disabled)[b-c1tddwmezu] {
    transform: translateY(-2px);
    box-shadow: 0 0 36px rgba(34,211,238,.48), 0 6px 20px rgba(168,85,247,.35);
    filter: brightness(1.07);
}

.lp-submit:hover:not(:disabled) .lp-submit-arrow[b-c1tddwmezu] { transform: translateX(4px); }
.lp-submit:active:not(:disabled)[b-c1tddwmezu] { transform: translateY(0); }
.lp-submit:disabled[b-c1tddwmezu] { opacity: .7; cursor: not-allowed; }

.lp-spinner[b-c1tddwmezu] {
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 16px; height: 16px;
    border: 2px solid rgba(5,8,21,.25);
    border-top-color: #050815;
    border-radius: 50%;
    animation: spin-b-c1tddwmezu .65s linear infinite;
    flex-shrink: 0;
}

@keyframes spin-b-c1tddwmezu { to { transform: rotate(360deg); } }

.lp-form-footer[b-c1tddwmezu] { text-align: center; font-size: .72rem; color: #1e293b; }

.lp-dev[b-c1tddwmezu] {
    display: flex;
    align-items: flex-start;
    gap: .55rem;
    padding: .7rem .9rem;
    background: rgba(251,191,36,.05);
    border: 1px solid rgba(251,191,36,.18);
    border-radius: 10px;
    font-size: .78rem;
    color: rgba(251,191,36,.7);
    line-height: 1.5;
}

.lp-dev-icon[b-c1tddwmezu] { width: 15px; height: 15px; flex-shrink: 0; margin-top: 2px; }
.lp-dev code[b-c1tddwmezu] { background: rgba(251,191,36,.1); padding: .1em .35em; border-radius: 4px; font-size: .85em; }
.lp-dev a[b-c1tddwmezu] { color: #fbbf24; text-decoration: underline; }

/* ════════════════════════════════════════════════════════════════════
   RESPONSIVE
════════════════════════════════════════════════════════════════════ */
/* ════════════════════════════════════════════════════════════════════
   SHAKE ANIMATION (failed login — standard 450 ms)
════════════════════════════════════════════════════════════════════ */
@keyframes lpShake-b-c1tddwmezu {
    10%, 90% { transform: translateX(-1px); }
    20%, 80% { transform: translateX( 2px); }
    30%, 50%, 70% { transform: translateX(-4px); }
    40%, 60% { transform: translateX( 4px); }
}

.lp-form-inner.lp-shake[b-c1tddwmezu] {
    animation: lpShake-b-c1tddwmezu 450ms cubic-bezier(.36,.07,.19,.97) both;
}

/* ════════════════════════════════════════════════════════════════════
   FORGOT PASSWORD LINK
════════════════════════════════════════════════════════════════════ */
/* ════════════════════════════════════════════════════════════════════
   REMEMBER PASSWORD CHECKBOX
════════════════════════════════════════════════════════════════════ */
.lp-remember[b-c1tddwmezu] { display: flex; align-items: center; margin-top: -.2rem; }

.lp-rem-label[b-c1tddwmezu] {
    display: flex;
    align-items: center;
    gap: .5rem;
    cursor: pointer;
    user-select: none;
}

.lp-rem-check[b-c1tddwmezu] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    pointer-events: none;
}

.lp-rem-indicator[b-c1tddwmezu] {
    width: 16px;
    height: 16px;
    border-radius: 4px;
    border: 1px solid rgba(71,85,105,.5);
    background: rgba(5,8,21,.55);
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: border-color .2s, background .2s, box-shadow .2s;
}

.lp-rem-indicator[b-c1tddwmezu]::after {
    content: '';
    display: none;
    width: 8px;
    height: 5px;
    border-left: 2px solid #22d3ee;
    border-bottom: 2px solid #22d3ee;
    transform: rotate(-45deg) translateY(-1px);
}

.lp-rem-check:checked + .lp-rem-indicator[b-c1tddwmezu] {
    border-color: #22d3ee;
    background: rgba(34,211,238,.12);
    box-shadow: 0 0 6px rgba(34,211,238,.2);
}

.lp-rem-check:checked + .lp-rem-indicator[b-c1tddwmezu]::after { display: block; }

.lp-rem-text[b-c1tddwmezu] {
    font-size: .82rem;
    color: #475569;
    transition: color .2s;
}

.lp-rem-label:hover .lp-rem-text[b-c1tddwmezu] { color: #94a3b8; }
.lp-rem-label:hover .lp-rem-indicator[b-c1tddwmezu] { border-color: rgba(34,211,238,.4); }

.lp-forgot[b-c1tddwmezu] { text-align: right; margin-top: -.6rem; }

.lp-forgot-link[b-c1tddwmezu] {
    background: none;
    border: none;
    cursor: pointer;
    font-family: inherit;
    font-size: .8rem;
    color: #475569;
    padding: 0;
    transition: color .2s;
}

.lp-forgot-link:hover[b-c1tddwmezu] { color: #22d3ee; }

/* ════════════════════════════════════════════════════════════════════
   SUCCESS MESSAGE
════════════════════════════════════════════════════════════════════ */
.lp-success[b-c1tddwmezu] {
    display: flex;
    align-items: flex-start;
    gap: .6rem;
    padding: .7rem 1rem;
    background: rgba(16,185,129,.08);
    border: 1px solid rgba(16,185,129,.25);
    border-radius: 10px;
    color: #10b981;
    font-size: .84rem;
    line-height: 1.45;
}

.lp-success svg[b-c1tddwmezu] { width: 16px; height: 16px; flex-shrink: 0; margin-top: 1px; }

@media (max-width: 860px) {
    .lp-root[b-c1tddwmezu] { flex-direction: column; }

    .lp-brand[b-c1tddwmezu] { width: 100%; min-height: unset; padding: 0; }
    .lp-brand-inner[b-c1tddwmezu] { padding: 3.5rem 1.5rem 1.5rem; gap: 1.25rem; }
    .lp-features[b-c1tddwmezu] { display: none; }
    .lp-t-main[b-c1tddwmezu] { font-size: 2.4rem; }
    .lp-t-sub[b-c1tddwmezu]  { font-size: .95rem; }
    .lp-brand[b-c1tddwmezu]::after { display: none; }
    .lp-brand-footer[b-c1tddwmezu] { display: none; }

    .lp-form-panel[b-c1tddwmezu] { padding: 1.5rem 1.25rem 3rem; background: #07101f; }

    .lp-toplogo-img[b-c1tddwmezu] { height: 60px; }
}

@media (max-width: 480px) {
    .lp-toplogo-img[b-c1tddwmezu] { height: 48px; }
}
/* /Components/Pages/Auth/ResetPasswordDialog.razor.rz.scp.css */
/* ITX Standard — Reset Password Dialog */

.rpd-overlay[b-a15nyc2qj3] {
    position: fixed;
    inset: 0;
    z-index: 1000;
    background: rgba(7, 10, 19, .82);
    backdrop-filter: blur(6px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    animation: rpdFadeIn-b-a15nyc2qj3 220ms ease-out both;
}

@keyframes rpdFadeIn-b-a15nyc2qj3 {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.rpd-card[b-a15nyc2qj3] {
    width: 100%;
    max-width: 440px;
    background: rgba(15, 23, 42, 0.96);
    border: 1px solid rgba(71, 85, 105, .35);
    border-radius: 16px;
    padding: 2rem 1.75rem;
    display: flex;
    flex-direction: column;
    gap: 1.1rem;
    box-shadow: 0 24px 64px rgba(0,0,0,.55);
    animation: rpdSlideIn-b-a15nyc2qj3 260ms cubic-bezier(.22,.6,.36,1) both;
}

@keyframes rpdSlideIn-b-a15nyc2qj3 {
    from { opacity: 0; transform: translateY(10px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* ── Header ── */
.rpd-header[b-a15nyc2qj3] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .5rem;
}

.rpd-title[b-a15nyc2qj3] {
    margin: 0;
    font-size: 1.15rem;
    font-weight: 700;
    color: #f1f5f9;
    letter-spacing: -.015em;
}

.rpd-close-btn[b-a15nyc2qj3] {
    background: none;
    border: none;
    cursor: pointer;
    color: #475569;
    padding: .25rem;
    display: flex;
    border-radius: 6px;
    transition: color .2s, background .2s;
}

.rpd-close-btn svg[b-a15nyc2qj3] { width: 18px; height: 18px; display: block; }
.rpd-close-btn:hover[b-a15nyc2qj3] { color: #94a3b8; background: rgba(71,85,105,.15); }

/* ── Hint ── */
.rpd-hint[b-a15nyc2qj3] {
    margin: 0;
    font-size: .84rem;
    color: #64748b;
    line-height: 1.55;
}

/* ── Error ── */
.rpd-error[b-a15nyc2qj3] {
    padding: .55rem .85rem;
    background: rgba(239,68,68,.08);
    border: 1px solid rgba(239,68,68,.25);
    border-radius: 8px;
    color: #fca5a5;
    font-size: .82rem;
    line-height: 1.45;
}

/* ── Fields ── */
.rpd-field[b-a15nyc2qj3] {
    display: flex;
    flex-direction: column;
    gap: .35rem;
}

.rpd-field label[b-a15nyc2qj3] {
    font-size: .75rem;
    font-weight: 500;
    color: #94a3b8;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.rpd-field input[b-a15nyc2qj3] {
    background: rgba(5,8,21,.5);
    border: 1px solid rgba(71,85,105,.38);
    border-radius: 10px;
    color: #e2e8f0;
    font-size: .93rem;
    font-family: inherit;
    padding: .7rem .9rem;
    outline: none;
    transition: border-color .2s, box-shadow .2s;
}

.rpd-field input:focus[b-a15nyc2qj3] {
    border-color: rgba(59,92,255,.6);
    box-shadow: 0 0 0 3px rgba(59,92,255,.12);
}

.rpd-field input:disabled[b-a15nyc2qj3] { opacity: .5; cursor: not-allowed; }

/* ── Channel selector ── */
.rpd-group[b-a15nyc2qj3] { display: flex; flex-direction: column; gap: .4rem; }

.rpd-group-label[b-a15nyc2qj3] {
    font-size: .75rem;
    font-weight: 500;
    color: #94a3b8;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.rpd-channel[b-a15nyc2qj3] { display: flex; gap: .5rem; }

.rpd-ch-opt[b-a15nyc2qj3] {
    flex: 1;
    padding: .55rem .5rem;
    background: rgba(5,8,21,.5);
    border: 1px solid rgba(71,85,105,.3);
    border-radius: 8px;
    color: #64748b;
    font-size: .82rem;
    font-family: inherit;
    cursor: pointer;
    transition: border-color .2s, color .2s, background .2s;
}

.rpd-ch-opt:hover[b-a15nyc2qj3] { border-color: rgba(59,92,255,.4); color: #94a3b8; }

.rpd-ch-opt.rpd-ch-active[b-a15nyc2qj3] {
    border-color: rgba(59,92,255,.65);
    color: #f1f5f9;
    background: rgba(59,92,255,.1);
}

/* ── Password strength ── */
.rpd-strength-bar[b-a15nyc2qj3] {
    display: flex;
    gap: .35rem;
    margin-top: -.3rem;
}

.rpd-seg[b-a15nyc2qj3] {
    flex: 1;
    height: 4px;
    border-radius: 999px;
    transition: background .25s;
}

.rpd-seg-off[b-a15nyc2qj3]     { background: rgba(71,85,105,.25); }
.rpd-seg-error[b-a15nyc2qj3]   { background: #ef4444; }
.rpd-seg-warn[b-a15nyc2qj3]    { background: #f59e0b; }
.rpd-seg-primary[b-a15nyc2qj3] { background: #3b5cff; }
.rpd-seg-success[b-a15nyc2qj3] { background: #10b981; }

/* ── Mismatch ── */
.rpd-mismatch[b-a15nyc2qj3] {
    margin: -.5rem 0 0;
    font-size: .76rem;
    color: #f87171;
}

/* ── Submit ── */
.rpd-submit[b-a15nyc2qj3] {
    width: 100%;
    padding: .8rem 1.25rem;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    font-family: inherit;
    font-size: .95rem;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(135deg, #3b5cff 0%, #8b5cf6 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    transition: filter .2s, transform .15s;
    box-shadow: 0 4px 18px rgba(59,92,255,.3);
}

.rpd-submit:hover:not(:disabled)[b-a15nyc2qj3] { filter: brightness(1.1); transform: translateY(-1px); }
.rpd-submit:disabled[b-a15nyc2qj3] { opacity: .5; cursor: not-allowed; }

/* ── Spinner ── */
.rpd-spinner[b-a15nyc2qj3] {
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 2px solid rgba(255,255,255,.25);
    border-top-color: #fff;
    border-radius: 50%;
    animation: rpdSpin-b-a15nyc2qj3 .6s linear infinite;
}

@keyframes rpdSpin-b-a15nyc2qj3 { to { transform: rotate(360deg); } }

/* ── Back button ── */
.rpd-back[b-a15nyc2qj3] {
    background: none;
    border: none;
    cursor: pointer;
    font-family: inherit;
    font-size: .82rem;
    color: #475569;
    padding: 0;
    text-align: center;
    width: 100%;
    transition: color .2s;
}

.rpd-back:hover[b-a15nyc2qj3] { color: #94a3b8; }
