.fn-login-body {
    margin: 0;
    min-height: 100dvh;
    background: #0b0c10;
}

.fn-login-body .fi-simple-layout,
.fn-login-body .fi-simple-main-ctn,
.fn-login-body .fi-simple-main {
    max-width: none !important;
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    border: 0 !important;
}

.fn-login {
    display: grid;
    min-height: 100dvh;
}

@media (min-width: 960px) {
    .fn-login {
        grid-template-columns: 1.12fr .88fr;
    }
}

.fn-stage {
    position: relative;
    display: none;
    overflow: hidden;
    min-height: 100dvh;
    color: #fff;
}

@media (min-width: 960px) {
    .fn-stage { display: flex; flex-direction: column; justify-content: space-between; padding: 1.6rem 1.8rem 1.8rem; }
}

.fn-stage-photo {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.04);
    filter: saturate(.85) contrast(1.08);
}

.fn-stage-scrim {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(12, 8, 10, .28) 0%, rgba(12, 8, 10, .18) 38%, rgba(200, 16, 46, .42) 100%),
        linear-gradient(90deg, rgba(11, 12, 16, .55), transparent 55%);
}

.fn-stage-grid {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px) 0 0 / 100% 42px,
        linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px) 0 0 / 42px 100%;
    mask-image: linear-gradient(180deg, transparent, #000 30%, #000 70%, transparent);
    opacity: .35;
}

.fn-stage-top,
.fn-stage-copy,
.fn-chips {
    position: relative;
    z-index: 1;
}

.fn-stage-top {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 1rem;
}

.fn-edition {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: rgba(255,255,255,.78);
}

.fn-kicker {
    margin: 0 0 .55rem;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .28em;
    text-transform: uppercase;
    color: #ffd0d6;
}

.fn-stage-copy h2 {
    margin: 0;
    max-width: 11ch;
    font-size: clamp(2.6rem, 5vw, 4.4rem);
    font-weight: 800;
    letter-spacing: -.05em;
    line-height: .95;
}

.fn-lede {
    margin: 1rem 0 0;
    max-width: 28rem;
    font-size: 1.02rem;
    line-height: 1.65;
    color: rgba(255,255,255,.82);
}

.fn-chips {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
}

.fn-chips span {
    padding: .35rem .7rem;
    border: 1px solid rgba(255,255,255,.22);
    background: rgba(0,0,0,.28);
    backdrop-filter: blur(10px);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.fn-panel {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem 1.15rem;
    background:
        radial-gradient(circle at 80% 0%, rgba(200,16,46,.12), transparent 34%),
        #f6f1e8;
}

.dark .fn-panel {
    background:
        radial-gradient(circle at 80% 0%, rgba(200,16,46,.18), transparent 34%),
        #121318;
}

.fn-card {
    width: min(100%, 420px);
}

.fn-card .fi-simple-page,
.fn-card .fi-simple-page-content {
    padding: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.fn-brand {
    display: flex;
    align-items: center;
    gap: .85rem;
    margin-bottom: 1.4rem;
}

.fn-mark {
    display: block;
    width: 44px;
    height: 44px;
    border-radius: 10px;
    object-fit: cover;
    background: #C8102E;
}

.fn-brand strong {
    display: block;
    font-size: 1.05rem;
    font-weight: 800;
    letter-spacing: -.02em;
}

.fn-brand em {
    display: block;
    font-style: normal;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: #C8102E;
}

.fn-login-body .fi-simple-header {
    align-items: flex-start;
    margin-bottom: 1.15rem;
}

.fn-login-body .fi-simple-header-heading {
    font-size: 1.65rem !important;
    font-weight: 800 !important;
    letter-spacing: -.03em;
    line-height: 1.15;
}

.fn-login-body .fi-simple-header-subheading {
    margin-top: .45rem !important;
    max-width: 36ch;
}

.fn-login-body .fi-input-wrp,
.fn-login-body .fi-checkbox-input {
    border-radius: 0 !important;
}

.fn-login-body .fi-input {
    min-height: 2.75rem;
}

.fn-login-body .fi-btn {
    border-radius: 0 !important;
    min-height: 2.85rem;
    font-weight: 800 !important;
    letter-spacing: .02em;
}

.fn-login-body .fi-ac {
    gap: .7rem !important;
}

.fn-foot {
    display: flex;
    justify-content: space-between;
    gap: .75rem;
    margin: 1.25rem 0 0;
    font-size: 12px;
    color: #6b6458;
}

.dark .fn-foot { color: #9a9388; }

.fn-foot a {
    color: #C8102E;
    font-weight: 700;
    text-decoration: none;
}

.fn-foot a:hover { text-decoration: underline; }

@media (max-width: 959px) {
    .fn-login-body {
        background: #f6f1e8;
    }
}
