.fi-logo img {
    filter: drop-shadow(0 0 6px rgba(37, 99, 235, 0.35));
}

/* Login page — centered split card */

.fi-auth-page {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 1.5rem;
    background-color: #030712;
    background-image: radial-gradient(ellipse 70% 50% at 50% 15%, rgba(37, 99, 235, 0.12), transparent 60%);
}

.fi-auth-card {
    width: 100%;
    max-width: 1100px;
    min-height: 34rem;
    display: flex;
    border-radius: 1rem;
    overflow: hidden;
    border: 1px solid rgba(148, 163, 184, 0.12);
    box-shadow: 0 25px 60px -20px rgba(0, 0, 0, 0.65);
}

.fi-auth-brand-panel {
    display: none;
    position: relative;
    width: 42%;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    padding: 3rem;
    background-color: #050a1a;
    background-image:
        radial-gradient(ellipse 90% 70% at 10% -10%, rgba(37, 99, 235, 0.55), transparent 60%),
        radial-gradient(ellipse 70% 60% at 110% 110%, rgba(220, 38, 38, 0.22), transparent 55%),
        linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
    background-size:
        auto,
        auto,
        40px 40px,
        40px 40px;
}

@media (min-width: 1024px) {
    .fi-auth-brand-panel {
        display: flex;
    }
}

.fi-auth-brand-logo {
    position: relative;
    z-index: 10;
    height: 4rem;
    width: auto;
}

.fi-auth-brand-title {
    position: relative;
    z-index: 10;
    margin-top: 1.5rem;
    font-size: 1.75rem;
    line-height: 2.1rem;
    font-weight: 700;
    color: #ffffff;
}

.fi-auth-brand-tagline {
    position: relative;
    z-index: 10;
    margin-top: 0.75rem;
    max-width: 24rem;
    font-size: 0.9375rem;
    line-height: 1.5rem;
    color: rgba(191, 219, 254, 0.8);
}

.fi-auth-feature-list {
    position: relative;
    z-index: 10;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 1.1rem;
}

.fi-auth-feature-item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}

.fi-auth-feature-icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2rem;
    width: 2rem;
    border-radius: 0.5rem;
    background-color: rgba(255, 255, 255, 0.1);
}

.fi-auth-feature-icon svg {
    height: 1rem;
    width: 1rem;
    color: #bfdbfe;
}

.fi-auth-feature-text {
    font-size: 0.8125rem;
    line-height: 1.2rem;
    color: rgba(191, 219, 254, 0.9);
    padding-top: 0.375rem;
}

.fi-auth-brand-footer {
    position: relative;
    z-index: 10;
    font-size: 0.75rem;
    color: rgba(191, 219, 254, 0.5);
}

.fi-auth-form-panel {
    display: flex;
    flex: 1 1 0%;
    align-items: center;
    justify-content: center;
    padding: 2.5rem;
    background-color: #0b1220;
}

.fi-auth-form-wrap {
    width: 100%;
    max-width: 22rem;
}

.fi-auth-form-mobile-logo {
    display: block;
    text-align: center;
    margin-bottom: 2rem;
}

.fi-auth-form-mobile-logo img {
    margin: 0 auto;
    height: 2.5rem;
    width: auto;
}

@media (min-width: 1024px) {
    .fi-auth-form-mobile-logo {
        display: none;
    }
}

.fi-auth-form-title {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 700;
    color: #ffffff;
}

.fi-auth-form-subtitle {
    margin-top: 0.25rem;
    font-size: 0.875rem;
    color: #9ca3af;
}

.fi-auth-form-body {
    margin-top: 2rem;
}
