/* /Pages/Authentication/Login.razor.rz.scp.css */
/* Login.razor — Helixis Labs Premium Login */

/* ─── Page Wrapper ─── */
.hx-login[b-0cun786f3c] {
    width: 100%;
}

/* ─── Header ─── */
.hx-login-header[b-0cun786f3c] {
    margin-bottom: 32px;
}

.hx-login-welcome[b-0cun786f3c] {
    font-size: 1.65rem;
    font-weight: 700;
    letter-spacing: -0.03em;
    color: #0F172A;
    margin: 0 0 6px 0;
    line-height: 1.2;
}

.hx-login-subtitle[b-0cun786f3c] {
    font-size: 0.92rem;
    color: #64748B;
    margin: 0;
    line-height: 1.5;
}

/* ─── Form ─── */
.hx-login-form[b-0cun786f3c] {
    display: flex;
    flex-direction: column;
}

/* ─── Static Labels (above input) ─── */
.hx-field[b-0cun786f3c] {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.hx-field:last-of-type[b-0cun786f3c] {
    margin-bottom: 8px;
}

.hx-field-label[b-0cun786f3c] {
    font-size: 14px;
    font-weight: 600;
    color: #374151;
    margin-bottom: 8px;
    line-height: 1.3;
}

.hx-field-label--required[b-0cun786f3c]::after {
    content: ' *';
    color: #EF4444;
    font-weight: 600;
}

/* ─── Root Cause Fix: Hide MudBlazor's floating label / notch ─── */

/* Hide the fieldset+legend notch that contains the floating label */
.hx-login :deep(.mud-input-outlined fieldset)[b-0cun786f3c] {
    display: none !important;
}

/* Remove the padding the notch creates so the input fills the border */
.hx-login :deep(.mud-input-outlined .mud-input-root)[b-0cun786f3c] {
    padding: 0 14px !important;
}

/* Remove inner padding-top that MudBlazor adds for the floating label space */
.hx-login :deep(.mud-input-dense.mud-input-outlined .mud-input-root)[b-0cun786f3c] {
    padding-top: 0 !important;
}

/* ─── Input Styling ─── */
.hx-login :deep(.mud-input-root.mud-input-root-outlined)[b-0cun786f3c] {
    height: 52px !important;
    border-radius: 12px !important;
    background: #FFFFFF !important;
    font-size: 15px !important;
    border: 1px solid #D1D5DB !important;
    padding-left: 48px !important;
    padding-right: 48px !important;
    transition: border-color 0.2s ease, box-shadow 0.2s ease !important;
}

.hx-login :deep(.mud-input-root.mud-input-root-outlined:hover)[b-0cun786f3c] {
    border-color: #9CA3AF !important;
}

.hx-login :deep(.mud-input-root.mud-input-root-outlined.mud-input-focused)[b-0cun786f3c] {
    border-color: #6366F1 !important;
    box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.1) !important;
    outline: none !important;
}

/* Hide the internal floating label text (fallback) */
.hx-login :deep(.mud-input-root.mud-input-root-outlined .mud-input-label)[b-0cun786f3c] {
    display: none !important;
}

/* ─── Adornment Icons ─── */
.hx-login :deep(.mud-input-adornment-start)[b-0cun786f3c] {
    margin-left: 0 !important;
    margin-right: 4px !important;
    color: #9CA3AF !important;
    display: flex;
    align-items: center;
}

.hx-login :deep(.mud-input-adornment-end)[b-0cun786f3c] {
    margin-left: 4px !important;
    margin-right: 0 !important;
    color: #9CA3AF !important;
    cursor: pointer !important;
    display: flex;
    align-items: center;
}

.hx-login :deep(.mud-input-adornment-end:hover)[b-0cun786f3c] {
    color: #6366F1 !important;
}

/* Hide placeholder when label is external */
.hx-login :deep(.mud-input-root.mud-input-root-outlined input::placeholder)[b-0cun786f3c] {
    color: #9CA3AF !important;
    opacity: 1 !important;
}

/* ─── Validation Messages ─── */
.hx-login :deep(.validation-message)[b-0cun786f3c] {
    font-size: 12px;
    color: #EF4444;
    margin-top: 6px;
    padding-left: 2px;
    line-height: 1.4;
}

.hx-login :deep(.mud-input-error)[b-0cun786f3c] {
    display: block !important;
}

.hx-login :deep(.mud-input-error .mud-input-error-text)[b-0cun786f3c] {
    font-size: 12px;
    color: #EF4444;
}

/* ─── Remember / Forgot row ─── */
.hx-login-actions[b-0cun786f3c] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 4px 0 20px 0;
}

.hx-login :deep(.mud-checkbox-root)[b-0cun786f3c] {
    padding: 2px;
}

.hx-login :deep(.mud-checkbox-text)[b-0cun786f3c] {
    font-size: 0.85rem;
    color: #475569;
}

.hx-login-forgot[b-0cun786f3c] {
    font-size: 0.85rem;
    font-weight: 500;
    color: #6366F1;
    text-decoration: none;
    transition: color 0.15s ease;
}

.hx-login-forgot:hover[b-0cun786f3c] {
    color: #4F46E5;
    text-decoration: underline;
}

/* ─── Error Banner ─── */
.hx-login-error[b-0cun786f3c] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    background: #FEF2F2;
    border: 1px solid #FECACA;
    border-radius: 10px;
    color: #DC2626;
    font-size: 0.85rem;
    font-weight: 500;
    margin-bottom: 16px;
    animation: hx-shake-b-0cun786f3c 0.35s ease;
}

.hx-login-error svg[b-0cun786f3c] {
    flex-shrink: 0;
}

@keyframes hx-shake-b-0cun786f3c {
    0%, 100% { transform: translateX(0); }
    20% { transform: translateX(-4px); }
    40% { transform: translateX(4px); }
    60% { transform: translateX(-3px); }
    80% { transform: translateX(3px); }
}

/* ─── Submit Button ─── */
.hx-login-submit[b-0cun786f3c] {
    width: 100%;
    height: 52px !important;
    border-radius: 12px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    letter-spacing: 0.01em !important;
    text-transform: none !important;
    background: linear-gradient(135deg, #6366F1, #4F46E5) !important;
    color: white !important;
    box-shadow:
        0 1px 2px rgba(99, 102, 241, 0.3),
        0 4px 12px rgba(99, 102, 241, 0.15) !important;
    transition: all 0.2s ease !important;
    margin-top: 8px;
}

.hx-login-submit:hover:not(:disabled)[b-0cun786f3c] {
    background: linear-gradient(135deg, #4F46E5, #4338CA) !important;
    box-shadow:
        0 1px 2px rgba(99, 102, 241, 0.3),
        0 8px 20px rgba(99, 102, 241, 0.25) !important;
    transform: translateY(-1px);
}

.hx-login-submit:active:not(:disabled)[b-0cun786f3c] {
    transform: translateY(0);
    box-shadow: 0 1px 2px rgba(99, 102, 241, 0.3) !important;
}

.hx-login-submit:disabled[b-0cun786f3c] {
    opacity: 0.6;
    cursor: not-allowed;
}

/* ─── Authorized State ─── */
.hx-login-authorized[b-0cun786f3c] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    text-align: center;
    padding: 24px 0;
}

.hx-login-authorized-text[b-0cun786f3c] {
    font-size: 0.95rem;
    color: #475569;
}

.hx-login-authorized-progress[b-0cun786f3c] {
    width: 100%;
}

/* ─── Troubleshoot Button ─── */
.hx-login-troubleshoot[b-0cun786f3c] {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 1200;
    background: rgba(15, 23, 42, 0.75);
    backdrop-filter: blur(8px);
    color: rgba(255, 255, 255, 0.9);
    padding: 8px 14px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    cursor: pointer;
    font-size: 0.82rem;
    font-weight: 500;
    transition: all 0.15s ease;
    letter-spacing: 0.01em;
}

.hx-login-troubleshoot:hover[b-0cun786f3c] {
    background: rgba(15, 23, 42, 0.9);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* ─── Responsive ─── */
@media (max-width: 480px) {
    .hx-login-welcome[b-0cun786f3c] {
        font-size: 1.35rem;
    }

    .hx-login-actions[b-0cun786f3c] {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .hx-login :deep(.mud-input-root.mud-input-root-outlined)[b-0cun786f3c] {
        height: 48px !important;
        font-size: 14px !important;
    }

    .hx-login-submit[b-0cun786f3c] {
        height: 48px !important;
    }
}
/* /Shared/AuthenticationLayout.razor.rz.scp.css */
.hx-auth-root[b-mtgutcq6az] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    padding: 24px;
    background: #F8FAFC;
    overflow: hidden;
}

.hx-auth-backdrop[b-mtgutcq6az] {
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}

.hx-auth-orb[b-mtgutcq6az] {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.35;
}

.hx-auth-orb--1[b-mtgutcq6az] {
    width: 500px;
    height: 500px;
    background: #6366F1;
    top: -120px;
    left: -100px;
    animation: hx-orb-float-b-mtgutcq6az 18s ease-in-out infinite;
}

.hx-auth-orb--2[b-mtgutcq6az] {
    width: 400px;
    height: 400px;
    background: #A78BFA;
    bottom: -100px;
    right: -80px;
    animation: hx-orb-float-b-mtgutcq6az 22s ease-in-out infinite reverse;
}

.hx-auth-orb--3[b-mtgutcq6az] {
    width: 250px;
    height: 250px;
    background: #818CF8;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: hx-orb-float-b-mtgutcq6az 15s ease-in-out infinite 3s;
}

@keyframes hx-orb-float-b-mtgutcq6az {
    0%, 100% { transform: translate(0, 0) scale(1); }
    25% { transform: translate(30px, -20px) scale(1.05); }
    50% { transform: translate(-20px, 30px) scale(0.95); }
    75% { transform: translate(20px, 20px) scale(1.02); }
}

.hx-auth-card[b-mtgutcq6az] {
    position: relative;
    z-index: 1;
    display: flex;
    width: 100%;
    max-width: 1060px;
    min-height: 640px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow:
        0 0 0 1px rgba(99, 102, 241, 0.06),
        0 4px 6px -1px rgba(0, 0, 0, 0.04),
        0 20px 50px -12px rgba(99, 102, 241, 0.15),
        0 40px 80px -20px rgba(0, 0, 0, 0.08);
}

/* ─── Left Brand Panel ─── */
.hx-auth-left[b-mtgutcq6az] {
    flex: 1.1;
    background: linear-gradient(160deg, #312E81 0%, #4338CA 40%, #6366F1 100%);
    color: white;
    padding: 48px;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

.hx-auth-left[b-mtgutcq6az]::before {
    content: '';
    position: absolute;
    top: -40%;
    right: -30%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(167, 139, 250, 0.2) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.hx-auth-left[b-mtgutcq6az]::after {
    content: '';
    position: absolute;
    bottom: -20%;
    left: -15%;
    width: 350px;
    height: 350px;
    background: radial-gradient(circle, rgba(129, 140, 248, 0.15) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.hx-auth-left-content[b-mtgutcq6az] {
    display: flex;
    flex-direction: column;
    flex: 1;
    position: relative;
    z-index: 1;
}

/* Logo */
.hx-auth-logo[b-mtgutcq6az] {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 48px;
}

.hx-auth-logo-icon svg[b-mtgutcq6az] {
    width: 44px;
    height: 44px;
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.2));
}

.hx-auth-logo-text[b-mtgutcq6az] {
    display: flex;
    flex-direction: column;
}

.hx-auth-brand[b-mtgutcq6az] {
    font-size: 1.15rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.hx-auth-product[b-mtgutcq6az] {
    font-size: 0.78rem;
    opacity: 0.7;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-weight: 500;
}

/* Hero */
.hx-auth-left-body[b-mtgutcq6az] {
    margin-bottom: auto;
}

.hx-auth-hero-title[b-mtgutcq6az] {
    font-size: 1.85rem;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -0.03em;
    margin: 0 0 16px 0;
}

.hx-auth-hero-accent[b-mtgutcq6az] {
    background: linear-gradient(135deg, #C7D2FE, #E0E7FF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hx-auth-hero-desc[b-mtgutcq6az] {
    font-size: 0.95rem;
    line-height: 1.6;
    opacity: 0.8;
    margin: 0;
    max-width: 400px;
}

/* Features */
.hx-auth-left-features[b-mtgutcq6az] {
    margin: 36px 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.hx-auth-feature[b-mtgutcq6az] {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 0.88rem;
    opacity: 0.85;
}

.hx-auth-feature-dot[b-mtgutcq6az] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(199, 210, 254, 0.6);
    flex-shrink: 0;
}

.hx-auth-left-footer[b-mtgutcq6az] {
    font-size: 0.78rem;
    opacity: 0.45;
    margin-top: 24px;
}

/* ─── Right Form Panel ─── */
.hx-auth-right[b-mtgutcq6az] {
    flex: 1;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 48px 44px;
}

.hx-auth-right-inner[b-mtgutcq6az] {
    width: 100%;
    max-width: 380px;
    display: flex;
    flex-direction: column;
}

/* ─── Responsive ─── */
@media (max-width: 980px) {
    .hx-auth-card[b-mtgutcq6az] {
        flex-direction: column;
        max-width: 480px;
        min-height: auto;
    }
    .hx-auth-left[b-mtgutcq6az] {
        padding: 32px;
    }
    .hx-auth-hero-title[b-mtgutcq6az] {
        font-size: 1.5rem;
    }
    .hx-auth-left-features[b-mtgutcq6az] {
        display: none;
    }
    .hx-auth-right[b-mtgutcq6az] {
        padding: 32px 28px;
    }
}

@media (max-width: 480px) {
    .hx-auth-root[b-mtgutcq6az] {
        padding: 12px;
    }
    .hx-auth-card[b-mtgutcq6az] {
        border-radius: 14px;
    }
    .hx-auth-left[b-mtgutcq6az] {
        padding: 24px;
    }
    .hx-auth-right[b-mtgutcq6az] {
        padding: 24px 20px;
    }
}
/* /Shared/MainLayout.razor.rz.scp.css */
.logincol[b-9zhfmg1ugq] {
    float: right;
    min-height: 1133px;
    padding: 214px 0 118px;
    position: relative;
    width: 781px;
    background-image: url(images/layer_2.jpg) no-repeat;
}
