@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.bundle.scp.css';
@import '_content/SimpleBlazorMultiselect/SimpleBlazorMultiselect.bundle.scp.css';

/* /Layout/MainLayout.razor.rz.scp.css */
/* Scoped styles for MainLayout — intentionally minimal, global overrides in app.css */
/* /Pages/Recruitment/ScreeningUploadCvPage.razor.rz.scp.css */
.kai-login-wrapper[b-9dfiemjpru] {
    position: relative;
    min-height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 1rem;
    background: linear-gradient(135deg, #0A1E33 0%, #0F2D4A 50%, #0A1E33 100%);
    overflow: hidden;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.kai-bg-sphere[b-9dfiemjpru] { position: absolute; border-radius: 50%; filter: blur(50px); pointer-events: none; z-index: 0; }
.kai-bg-sphere--top[b-9dfiemjpru] { top: -60px; left: -60px; width: 400px; height: 400px; background: rgba(220, 38, 38, 0.12); }
.kai-bg-sphere--bottom[b-9dfiemjpru] { bottom: -60px; right: -60px; width: 320px; height: 320px; background: rgba(0, 255, 178, 0.08); }

.kai-card[b-9dfiemjpru] {
    position: relative; z-index: 1; width: 100%; max-width: 480px; padding: 2.5rem;
    background: rgba(255, 255, 255, 0.06); backdrop-filter: blur(24px); -webkit-backdrop-filter: blur(24px);
    border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
}

.kai-card--show[b-9dfiemjpru] { opacity: 1; transform: translateY(0); }
.kai-brand[b-9dfiemjpru] { text-align: center; margin-bottom: 1.5rem; }
.kai-brand-row[b-9dfiemjpru] { display: flex; align-items: center; justify-content: center; gap: 10px; }
.kai-tagline[b-9dfiemjpru] { margin-top: 4px; font-size: 10px; font-weight: 500; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,0.4); }
.kai-heading[b-9dfiemjpru] { margin-bottom: 1.75rem; text-align: center; }
.kai-title[b-9dfiemjpru] { margin: 0 0 6px 0; font-size: 18px; font-weight: 600; color: #ffffff; }
.kai-subtitle[b-9dfiemjpru] { margin: 0; font-size: 13px; font-weight: 400; color: rgba(255,255,255,0.55); line-height: 1.5; }
.kai-form[b-9dfiemjpru] { display: flex; flex-direction: column; gap: 1rem; }
.kai-field[b-9dfiemjpru] { display: flex; flex-direction: column; gap: 6px; position: relative; }
.kai-label[b-9dfiemjpru] { font-size: 12px; font-weight: 500; color: rgba(255,255,255,0.6); letter-spacing: .2px; }

/* Tabs */
.kai-tabs[b-9dfiemjpru] {
    display: flex;
    gap: 0;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.kai-tab[b-9dfiemjpru] {
    flex: 1;
    padding: 10px 16px;
    background: transparent;
    border: none;
    color: rgba(255, 255, 255, 0.5);
    font-size: 13px;
    font-weight: 500;
    font-family: inherit;
    cursor: pointer;
    transition: all .2s ease;
}

.kai-tab:hover[b-9dfiemjpru] {
    background: rgba(255, 255, 255, 0.04);
    color: rgba(255, 255, 255, 0.7);
}

.kai-tab--active[b-9dfiemjpru] {
    background: rgba(220, 38, 38, 0.15);
    color: #fff;
    font-weight: 600;
}

/* File preview */
.kai-file-preview[b-9dfiemjpru] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 10px;
}

.kai-file-remove[b-9dfiemjpru] {
    background: rgba(255, 255, 255, 0.08);
    border: none;
    color: rgba(255, 255, 255, 0.5);
    width: 28px;
    height: 28px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .15s;
}

.kai-file-remove:hover[b-9dfiemjpru] {
    background: rgba(239, 68, 68, 0.2);
    color: #ef4444;
}

/* Textarea */
.kai-textarea[b-9dfiemjpru] {
    width: 100%;
    padding: 12px 14px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 10px;
    color: #ffffff;
    font-size: 13px;
    font-family: inherit;
    line-height: 1.6;
    outline: none;
    resize: vertical;
    min-height: 180px;
    transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
}

.kai-textarea[b-9dfiemjpru]::placeholder {
    color: rgba(255, 255, 255, 0.25);
}

.kai-textarea:focus[b-9dfiemjpru] {
    border-color: #dc2626;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.12);
}

.kai-error[b-9dfiemjpru] { font-size: 12px; color: #ff6b8a; }
.kai-error--general[b-9dfiemjpru] { padding: 10px 12px; background: rgba(255,107,138,0.08); border: 1px solid rgba(255,107,138,0.25); border-radius: 8px; }

.kai-btn[b-9dfiemjpru] {
    display: flex; align-items: center; justify-content: center; gap: 10px;
    width: 100%; padding: 13px; margin-top: 6px;
    background: #dc2626; color: #ffffff;
    font-size: 15px; font-weight: 600; font-family: inherit;
    border: none; border-radius: 10px; cursor: pointer;
    transition: transform .15s, box-shadow .2s, opacity .15s;
}

.kai-btn:hover:not(:disabled)[b-9dfiemjpru] { transform: translateY(-1px); box-shadow: 0 6px 20px rgba(220,38,38,0.3); }
.kai-btn:disabled[b-9dfiemjpru] { opacity: .7; cursor: not-allowed; }

.kai-spinner[b-9dfiemjpru] {
    width: 16px; height: 16px;
    border: 2px solid rgba(255,255,255,0.35); border-top-color: #fff;
    border-radius: 50%; animation: kai-spin-b-9dfiemjpru .8s linear infinite;
}

@keyframes kai-spin-b-9dfiemjpru { to { transform: rotate(360deg); } }
/* /Pages/Security/ForgotPassword.razor.rz.scp.css */
.kai-login-wrapper[b-momh3avsa9] {
    position: relative;
    min-height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 1rem;
    background: linear-gradient(135deg, #0A1E33 0%, #0F2D4A 50%, #0A1E33 100%);
    overflow: hidden;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.kai-bg-sphere[b-momh3avsa9] {
    position: absolute;
    border-radius: 50%;
    filter: blur(50px);
    pointer-events: none;
    z-index: 0;
}

.kai-bg-sphere--top[b-momh3avsa9] {
    top: -60px;
    left: -60px;
    width: 400px;
    height: 400px;
    background: rgba(0, 212, 255, 0.12);
}

.kai-bg-sphere--bottom[b-momh3avsa9] {
    bottom: -60px;
    right: -60px;
    width: 320px;
    height: 320px;
    background: rgba(0, 255, 178, 0.08);
}

.kai-card[b-momh3avsa9] {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 400px;
    padding: 2.5rem;
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
}

.kai-card--show[b-momh3avsa9] {
    opacity: 1;
    transform: translateY(0);
}

.kai-brand[b-momh3avsa9] {
    text-align: center;
    margin-bottom: 2rem;
}

.kai-brand-row[b-momh3avsa9] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.kai-brand-name[b-momh3avsa9] {
    font-size: 22px;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: .3px;
}

.kai-brand-accent[b-momh3avsa9] {
    color: #00D4FF;
}

.kai-heading[b-momh3avsa9] {
    margin-bottom: 1.75rem;
    text-align: center;
}

.kai-title[b-momh3avsa9] {
    margin: 0 0 6px 0;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
}

.kai-subtitle[b-momh3avsa9] {
    margin: 0;
    font-size: 13px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.55);
    line-height: 1.5;
}

.kai-form[b-momh3avsa9] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.kai-field[b-momh3avsa9] {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.kai-label[b-momh3avsa9] {
    font-size: 12px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.6);
    letter-spacing: .2px;
}

.kai-input[b-momh3avsa9] {
    width: 100%;
    padding: 12px 14px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 10px;
    color: #ffffff;
    font-size: 14px;
    font-family: inherit;
    outline: none;
    transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
}

.kai-input[b-momh3avsa9]::placeholder {
    color: rgba(255, 255, 255, 0.3);
}

.kai-input:focus[b-momh3avsa9] {
    border-color: #00D4FF;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 0 0 3px rgba(0, 212, 255, 0.12);
}

.kai-error[b-momh3avsa9] {
    font-size: 12px;
    color: #ff6b8a;
    margin-top: 2px;
}

.kai-error--general[b-momh3avsa9] {
    padding: 10px 12px;
    background: rgba(255, 107, 138, 0.08);
    border: 1px solid rgba(255, 107, 138, 0.25);
    border-radius: 8px;
}

.kai-btn[b-momh3avsa9] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 13px;
    margin-top: 6px;
    background: linear-gradient(135deg, #0066BB, #00A36C);
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    font-family: inherit;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: transform .15s ease, box-shadow .2s ease, opacity .15s ease;
}

.kai-btn:hover:not(:disabled)[b-momh3avsa9] {
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(0, 102, 187, 0.3);
}

.kai-btn:disabled[b-momh3avsa9] {
    opacity: .7;
    cursor: not-allowed;
}

.kai-btn--outline[b-momh3avsa9] {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.kai-btn--outline:hover:not(:disabled)[b-momh3avsa9] {
    background: rgba(255, 255, 255, 0.05);
    box-shadow: none;
}

.kai-link[b-momh3avsa9] {
    font-size: 13px;
    color: #00D4FF;
    text-decoration: none;
    transition: opacity .15s ease;
}

.kai-link:hover[b-momh3avsa9] {
    opacity: .8;
    text-decoration: underline;
}

.kai-spinner[b-momh3avsa9] {
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255, 255, 255, 0.35);
    border-top-color: #ffffff;
    border-radius: 50%;
    animation: kai-spin-b-momh3avsa9 .8s linear infinite;
}

@keyframes kai-spin-b-momh3avsa9 {
    to { transform: rotate(360deg); }
}
/* /Pages/Security/LoginPage.razor.rz.scp.css */
.kai-login-wrapper[b-ydzcf6tho6] {
    position: relative;
    min-height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 1rem;
    background: linear-gradient(135deg, #0A1E33 0%, #0F2D4A 50%, #0A1E33 100%);
    overflow: hidden;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.kai-bg-sphere[b-ydzcf6tho6] {
    position: absolute;
    border-radius: 50%;
    filter: blur(50px);
    pointer-events: none;
    z-index: 0;
}

.kai-bg-sphere--top[b-ydzcf6tho6] {
    top: -60px;
    left: -60px;
    width: 400px;
    height: 400px;
    background: rgba(0, 212, 255, 0.12);
}

.kai-bg-sphere--bottom[b-ydzcf6tho6] {
    bottom: -60px;
    right: -60px;
    width: 320px;
    height: 320px;
    background: rgba(0, 255, 178, 0.08);
}

.kai-card[b-ydzcf6tho6] {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 400px;
    padding: 2.5rem;
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
    opacity: 0;
    transform: translateY(12px);
    transition: opacity .45s ease, transform .45s ease;
}

.kai-card--show[b-ydzcf6tho6] {
    opacity: 1;
    transform: translateY(0);
}

/* Brand */
.kai-brand[b-ydzcf6tho6] {
    text-align: center;
    margin-bottom: 2rem;
}

.kai-brand-row[b-ydzcf6tho6] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.kai-logo[b-ydzcf6tho6] {
    flex-shrink: 0;
}

.kai-brand-name[b-ydzcf6tho6] {
    font-size: 22px;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: .3px;
}

.kai-brand-accent[b-ydzcf6tho6] {
    color: #00D4FF;
}

.kai-tagline[b-ydzcf6tho6] {
    margin-top: 6px;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.4);
}

/* Heading */
.kai-heading[b-ydzcf6tho6] {
    margin-bottom: 1.75rem;
    text-align: center;
}

.kai-title[b-ydzcf6tho6] {
    margin: 0 0 6px 0;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
}

.kai-subtitle[b-ydzcf6tho6] {
    margin: 0;
    font-size: 13px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.55);
}

/* Form */
.kai-form[b-ydzcf6tho6] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.kai-field[b-ydzcf6tho6] {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.kai-label[b-ydzcf6tho6] {
    font-size: 12px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.6);
    letter-spacing: .2px;
}

.kai-input-wrap[b-ydzcf6tho6] {
    position: relative;
}

.kai-input[b-ydzcf6tho6] {
    width: 100%;
    padding: 12px 14px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 10px;
    color: #ffffff;
    font-size: 14px;
    font-family: inherit;
    outline: none;
    transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
}

.kai-input--with-icon[b-ydzcf6tho6] {
    padding-right: 44px;
}

.kai-input[b-ydzcf6tho6]::placeholder {
    color: rgba(255, 255, 255, 0.3);
}

.kai-input:focus[b-ydzcf6tho6] {
    border-color: #00D4FF;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 0 0 3px rgba(0, 212, 255, 0.12);
}

.kai-input:-webkit-autofill[b-ydzcf6tho6],
.kai-input:-webkit-autofill:hover[b-ydzcf6tho6],
.kai-input:-webkit-autofill:focus[b-ydzcf6tho6] {
    -webkit-text-fill-color: #ffffff;
    -webkit-box-shadow: 0 0 0px 1000px rgba(10, 30, 51, 0.9) inset;
    caret-color: #ffffff;
    transition: background-color 9999s ease-in-out 0s;
}

.kai-eye[b-ydzcf6tho6] {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    border-radius: 6px;
    transition: color .15s ease, background .15s ease;
}

.kai-eye:hover[b-ydzcf6tho6] {
    color: #00D4FF;
    background: rgba(0, 212, 255, 0.08);
}

.kai-error[b-ydzcf6tho6] {
    font-size: 12px;
    color: #ff6b8a;
    margin-top: 2px;
}

.kai-error--general[b-ydzcf6tho6] {
    padding: 10px 12px;
    background: rgba(255, 107, 138, 0.08);
    border: 1px solid rgba(255, 107, 138, 0.25);
    border-radius: 8px;
}

/* Row: remember + forgot */
.kai-row[b-ydzcf6tho6] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 2px;
}

.kai-remember[b-ydzcf6tho6] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.65);
    cursor: pointer;
    user-select: none;
}

.kai-remember input[type="checkbox"][b-ydzcf6tho6] {
    appearance: none;
    -webkit-appearance: none;
    width: 16px;
    height: 16px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.05);
    cursor: pointer;
    position: relative;
    transition: all .15s ease;
}

.kai-remember input[type="checkbox"]:checked[b-ydzcf6tho6] {
    background: #00D4FF;
    border-color: #00D4FF;
}

.kai-remember input[type="checkbox"]:checked[b-ydzcf6tho6]::after {
    content: "";
    position: absolute;
    top: 1px;
    left: 4px;
    width: 5px;
    height: 9px;
    border: solid #0A1E33;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.kai-link[b-ydzcf6tho6] {
    font-size: 13px;
    color: #00D4FF;
    text-decoration: none;
    transition: opacity .15s ease;
}

.kai-link:hover[b-ydzcf6tho6] {
    opacity: .8;
    text-decoration: underline;
}

/* Button */
.kai-btn[b-ydzcf6tho6] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 13px;
    margin-top: 6px;
    background: linear-gradient(135deg, #0066BB, #00A36C);
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    font-family: inherit;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: transform .15s ease, box-shadow .2s ease, opacity .15s ease;
}

.kai-btn:hover:not(:disabled)[b-ydzcf6tho6] {
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(0, 102, 187, 0.3);
}

.kai-btn:active:not(:disabled)[b-ydzcf6tho6] {
    transform: translateY(0);
}

.kai-btn:disabled[b-ydzcf6tho6] {
    opacity: .7;
    cursor: not-allowed;
}

.kai-spinner[b-ydzcf6tho6] {
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255, 255, 255, 0.35);
    border-top-color: #ffffff;
    border-radius: 50%;
    animation: kai-spin-b-ydzcf6tho6 .8s linear infinite;
}

@keyframes kai-spin-b-ydzcf6tho6 {
    to { transform: rotate(360deg); }
}

/* Footer */
.kai-footer[b-ydzcf6tho6] {
    margin-top: 1.25rem;
    padding-top: 1.25rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    text-align: center;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.5);
}

.kai-footer span[b-ydzcf6tho6] {
    margin-right: 6px;
}

/* Responsive */
@media (max-width: 480px) {
    .kai-card[b-ydzcf6tho6] {
        max-width: 95%;
        padding: 1.75rem 1.5rem;
    }

    .kai-bg-sphere--top[b-ydzcf6tho6] {
        width: 280px;
        height: 280px;
    }

    .kai-bg-sphere--bottom[b-ydzcf6tho6] {
        width: 220px;
        height: 220px;
    }
}
/* /Pages/Security/ResetPassword.razor.rz.scp.css */
.kai-login-wrapper[b-jbphu207kl] {
    position: relative;
    min-height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 1rem;
    background: linear-gradient(135deg, #0A1E33 0%, #0F2D4A 50%, #0A1E33 100%);
    overflow: hidden;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.kai-bg-sphere[b-jbphu207kl] {
    position: absolute;
    border-radius: 50%;
    filter: blur(50px);
    pointer-events: none;
    z-index: 0;
}

.kai-bg-sphere--top[b-jbphu207kl] {
    top: -60px;
    left: -60px;
    width: 400px;
    height: 400px;
    background: rgba(0, 212, 255, 0.12);
}

.kai-bg-sphere--bottom[b-jbphu207kl] {
    bottom: -60px;
    right: -60px;
    width: 320px;
    height: 320px;
    background: rgba(0, 255, 178, 0.08);
}

.kai-card[b-jbphu207kl] {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 400px;
    padding: 2.5rem;
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
}

.kai-card--show[b-jbphu207kl] {
    opacity: 1;
    transform: translateY(0);
}

.kai-brand[b-jbphu207kl] {
    text-align: center;
    margin-bottom: 2rem;
}

.kai-brand-row[b-jbphu207kl] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.kai-brand-name[b-jbphu207kl] {
    font-size: 22px;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: .3px;
}

.kai-brand-accent[b-jbphu207kl] {
    color: #00D4FF;
}

.kai-heading[b-jbphu207kl] {
    margin-bottom: 1.75rem;
    text-align: center;
}

.kai-title[b-jbphu207kl] {
    margin: 0 0 6px 0;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
}

.kai-subtitle[b-jbphu207kl] {
    margin: 0;
    font-size: 13px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.55);
    line-height: 1.5;
}

.kai-form[b-jbphu207kl] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.kai-field[b-jbphu207kl] {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.kai-label[b-jbphu207kl] {
    font-size: 12px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.6);
    letter-spacing: .2px;
}

.kai-input-wrap[b-jbphu207kl] {
    position: relative;
}

.kai-input[b-jbphu207kl] {
    width: 100%;
    padding: 12px 14px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 10px;
    color: #ffffff;
    font-size: 14px;
    font-family: inherit;
    outline: none;
    transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
}

.kai-input--with-icon[b-jbphu207kl] {
    padding-right: 44px;
}

.kai-input[b-jbphu207kl]::placeholder {
    color: rgba(255, 255, 255, 0.3);
}

.kai-input:focus[b-jbphu207kl] {
    border-color: #00D4FF;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 0 0 3px rgba(0, 212, 255, 0.12);
}

.kai-eye[b-jbphu207kl] {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    border-radius: 6px;
    font-size: 16px;
    transition: color .15s ease, background .15s ease;
}

.kai-eye:hover[b-jbphu207kl] {
    color: #00D4FF;
    background: rgba(0, 212, 255, 0.08);
}

.kai-error[b-jbphu207kl] {
    font-size: 12px;
    color: #ff6b8a;
    margin-top: 2px;
}

.kai-error--general[b-jbphu207kl] {
    padding: 10px 12px;
    background: rgba(255, 107, 138, 0.08);
    border: 1px solid rgba(255, 107, 138, 0.25);
    border-radius: 8px;
}

.kai-btn[b-jbphu207kl] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 13px;
    margin-top: 6px;
    background: linear-gradient(135deg, #0066BB, #00A36C);
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    font-family: inherit;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: transform .15s ease, box-shadow .2s ease, opacity .15s ease;
}

.kai-btn:hover:not(:disabled)[b-jbphu207kl] {
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(0, 102, 187, 0.3);
}

.kai-btn:disabled[b-jbphu207kl] {
    opacity: .7;
    cursor: not-allowed;
}

.kai-link[b-jbphu207kl] {
    font-size: 13px;
    color: #00D4FF;
    text-decoration: none;
    transition: opacity .15s ease;
}

.kai-link:hover[b-jbphu207kl] {
    opacity: .8;
    text-decoration: underline;
}

.kai-spinner[b-jbphu207kl] {
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255, 255, 255, 0.35);
    border-top-color: #ffffff;
    border-radius: 50%;
    animation: kai-spin-b-jbphu207kl .8s linear infinite;
}

@keyframes kai-spin-b-jbphu207kl {
    to { transform: rotate(360deg); }
}

.kai-strength[b-jbphu207kl] {
    height: 4px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 2px;
    overflow: hidden;
    margin-top: 4px;
}

.kai-strength-bar[b-jbphu207kl] {
    height: 100%;
    border-radius: 2px;
    transition: width .3s ease, background .3s ease;
}
