/* FightEdge r998 — cinematic acquisition, verification, and account journey. */

body[data-fe-auth-shell="1"] {
    background: #06080d;
    overflow-x: clip;
}

body[data-fe-auth-shell="1"] .mobile-header,
body[data-fe-auth-shell="1"] .sidebar,
body[data-fe-auth-shell="1"] .sidebar-backdrop,
body[data-fe-auth-shell="1"] .fe-clock-chip,
body[data-fe-auth-shell="1"] .fe-verify-banner,
body[data-fe-auth-shell="1"] .fe-shell-backdrop {
    display: none !important;
}

body[data-fe-auth-shell="1"] .layout {
    display: block;
    min-height: 100vh;
    min-height: 100dvh;
}

body[data-fe-auth-shell="1"] .main-content,
body[data-fe-auth-shell="1"] .fe-content-frame {
    box-sizing: border-box;
    margin: 0;
    max-width: none;
    min-height: 100vh;
    min-height: 100dvh;
    padding: 0;
    width: 100%;
}

body[data-fe-auth-shell="1"] .main-content {
    animation: none;
    opacity: 1;
}

.fe-journey {
    --journey-ink: #f6fbfc;
    --journey-copy: #aebbc4;
    --journey-muted: #73818d;
    --journey-line: rgba(192, 255, 250, 0.11);
    --journey-panel: rgba(11, 16, 23, 0.88);
    isolation: isolate;
    min-height: 100vh;
    min-height: 100dvh;
    overflow: hidden;
    padding-top: env(safe-area-inset-top, 0px);
    padding-right: clamp(20px, 4vw, 68px);
    padding-bottom: max(24px, env(safe-area-inset-bottom, 0px));
    padding-left: clamp(20px, 4vw, 68px);
    position: relative;
}

.fe-journey::before {
    background:
        linear-gradient(rgba(151, 255, 247, 0.026) 1px, transparent 1px),
        linear-gradient(90deg, rgba(151, 255, 247, 0.026) 1px, transparent 1px);
    background-size: 52px 52px;
    content: "";
    inset: 0;
    mask-image: linear-gradient(to bottom, #000, transparent 84%);
    opacity: 0.42;
    pointer-events: none;
    position: absolute;
    z-index: -3;
}

.fe-journey__atmosphere {
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    position: fixed;
    z-index: -4;
}

.fe-journey__neural {
    display: block;
    height: 100%;
    opacity: 0.74;
    width: 100%;
}

.fe-journey__aurora {
    border-radius: 50%;
    filter: blur(78px);
    opacity: 0.28;
    position: absolute;
}

.fe-journey__aurora--one {
    background: rgba(50, 210, 201, 0.52);
    height: min(48vw, 720px);
    right: -8vw;
    top: -18vw;
    transform: rotate(-18deg);
    width: min(64vw, 980px);
}

.fe-journey__aurora--two {
    background: rgba(61, 108, 214, 0.33);
    bottom: -32vw;
    height: min(58vw, 760px);
    left: -18vw;
    width: min(58vw, 760px);
}

.fe-journey__grain {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.24'/%3E%3C/svg%3E");
    inset: 0;
    mix-blend-mode: soft-light;
    opacity: 0.065;
    position: absolute;
}

.fe-journey__vignette {
    background:
        radial-gradient(circle at 62% 42%, transparent 0 22%, rgba(4, 7, 11, 0.13) 58%, rgba(4, 6, 10, 0.86) 100%),
        linear-gradient(180deg, rgba(5, 8, 12, 0.06), rgba(5, 7, 11, 0.68));
    inset: 0;
    position: absolute;
}

.fe-journey__topbar {
    align-items: center;
    animation: fe-journey-topbar-in 520ms cubic-bezier(.2, .75, .2, 1) both;
    border-bottom: 1px solid var(--journey-line);
    display: grid;
    gap: 18px;
    grid-template-columns: 1fr auto 1fr;
    margin: 0 auto;
    max-width: 1420px;
    min-height: 82px;
    position: relative;
    z-index: 4;
}

.fe-journey__brand {
    justify-self: start;
}

.fe-journey__emblem {
    display: grid;
    filter: drop-shadow(0 0 19px rgba(78, 205, 196, 0.25));
    height: 34px;
    place-items: center;
    position: relative;
    width: 34px;
}

.fe-journey__emblem::after {
    background: radial-gradient(circle, rgba(78, 205, 196, 0.31), transparent 68%);
    content: "";
    inset: -12px;
    position: absolute;
    z-index: -1;
}

.fe-journey__emblem .fe-wordmark__glyph {
    height: 34px;
    width: 34px;
}

.fe-journey__stage {
    align-items: center;
    background: rgba(9, 15, 20, 0.58);
    border: 1px solid rgba(150, 255, 247, 0.11);
    border-radius: 999px;
    color: #9babb5;
    display: inline-flex;
    font: 700 9px/1.2 var(--font-mono, ui-monospace, monospace);
    gap: 8px;
    justify-self: center;
    letter-spacing: 0.12em;
    min-height: 34px;
    padding: 8px 13px;
    text-transform: uppercase;
}

.fe-journey__stage-pulse {
    background: #67e7de;
    border-radius: 50%;
    box-shadow: 0 0 14px rgba(103, 231, 222, 0.74);
    height: 6px;
    width: 6px;
}

.fe-journey__exit {
    align-items: center;
    border: 1px solid transparent;
    border-radius: 999px;
    color: #a7b5be;
    display: inline-flex;
    font-size: 12px;
    font-weight: 750;
    gap: 7px;
    justify-self: end;
    min-height: 44px;
    padding: 9px 12px;
    text-decoration: none;
    transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.fe-journey__exit:hover {
    background: rgba(255, 255, 255, 0.035);
    border-color: rgba(255, 255, 255, 0.08);
    color: #fff;
    transform: translateX(-2px);
}

.fe-journey__layout {
    align-items: center;
    display: grid;
    gap: clamp(44px, 7vw, 112px);
    grid-template-areas: "story panel";
    grid-template-columns: minmax(0, 1fr) minmax(400px, 490px);
    margin: 0 auto;
    max-width: 1260px;
    min-height: calc(100vh - 176px);
    min-height: calc(100dvh - 176px);
    padding: clamp(48px, 8vh, 112px) 0 clamp(42px, 7vh, 84px);
}

.fe-journey[data-fe-auth-scene="register"] .fe-journey__layout {
    align-items: start;
    grid-template-columns: minmax(0, 1fr) minmax(470px, 570px);
    max-width: 1360px;
    padding-top: clamp(44px, 6vh, 76px);
}

.fe-journey__panel {
    animation: fe-journey-panel-in 680ms 100ms cubic-bezier(.16, 1, .3, 1) both;
    backdrop-filter: blur(28px) saturate(128%);
    background:
        radial-gradient(circle at 16% 0, rgba(94, 230, 220, 0.09), transparent 32%),
        linear-gradient(160deg, rgba(255, 255, 255, 0.052), rgba(255, 255, 255, 0.012) 34%),
        var(--journey-panel);
    border: 1px solid rgba(190, 255, 250, 0.13);
    border-radius: 22px;
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.075) inset,
        0 34px 110px rgba(0, 0, 0, 0.48),
        0 0 80px rgba(35, 155, 149, 0.075);
    grid-area: panel;
    min-width: 0;
    overflow: hidden;
    padding: clamp(25px, 3.3vw, 42px);
    position: relative;
}

.fe-journey__panel::after {
    background: linear-gradient(112deg, transparent 18%, rgba(255, 255, 255, 0.045) 48%, transparent 72%);
    content: "";
    inset: 0;
    pointer-events: none;
    transform: translateX(-120%);
    animation: fe-journey-panel-sheen 1.2s 420ms cubic-bezier(.2, .7, .2, 1) both;
}

.fe-journey__panel-seam {
    background: linear-gradient(90deg, transparent, #6ce9e0 42%, rgba(82, 143, 239, 0.8) 66%, transparent);
    height: 2px;
    left: 28px;
    opacity: 0.78;
    position: absolute;
    right: 28px;
    top: 0;
}

.fe-journey__story {
    animation: fe-journey-story-in 780ms 180ms cubic-bezier(.16, 1, .3, 1) both;
    grid-area: story;
    min-width: 0;
}

.fe-journey__story-copy {
    max-width: 700px;
}

.fe-journey__eyebrow,
.fe-journey__panel-kicker {
    color: #71ece3;
    display: inline-flex;
    font: 800 10px/1.3 var(--font-mono, ui-monospace, monospace);
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.fe-journey__eyebrow::before {
    background: linear-gradient(90deg, transparent, #71ece3);
    box-shadow: 0 0 12px rgba(113, 236, 227, 0.5);
    content: "";
    height: 1px;
    margin: 6px 10px 0 0;
    width: 28px;
}

.fe-journey__story h2 {
    color: var(--journey-ink);
    font-family: var(--font-display, "Sora", sans-serif);
    font-size: clamp(35px, 4.3vw, 61px);
    font-weight: 900;
    letter-spacing: -0.055em;
    line-height: 1.02;
    margin: 19px 0 17px;
    max-width: 720px;
    text-wrap: balance;
}

.fe-journey__story-copy > p {
    color: var(--journey-copy);
    font-size: clamp(14px, 1.25vw, 17px);
    line-height: 1.72;
    margin: 0;
    max-width: 650px;
    text-wrap: pretty;
}

.fe-journey__product {
    background: #080d12;
    border: 1px solid rgba(176, 255, 248, 0.14);
    border-radius: 16px;
    box-shadow: 0 25px 80px rgba(0, 0, 0, 0.45), 0 0 50px rgba(41, 155, 149, 0.08);
    margin: 31px 0 0;
    max-width: 690px;
    overflow: hidden;
    perspective: 1100px;
    position: relative;
    transform: none;
}

.fe-journey__product::after {
    background: linear-gradient(180deg, transparent, rgba(81, 238, 226, 0.08), transparent);
    content: "";
    height: 30%;
    left: 0;
    opacity: 0.5;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: -35%;
    animation: fe-journey-scan 8s 1.2s ease-in-out infinite;
}

.fe-journey__product-bar {
    align-items: center;
    background: rgba(12, 18, 24, 0.96);
    border-bottom: 1px solid rgba(255, 255, 255, 0.055);
    display: flex;
    gap: 5px;
    min-height: 28px;
    padding: 7px 10px;
}

.fe-journey__product-bar span {
    background: #34414a;
    border-radius: 50%;
    height: 5px;
    width: 5px;
}

.fe-journey__product-bar span:first-child { background: #4ecdc4; box-shadow: 0 0 8px rgba(78, 205, 196, 0.68); }
.fe-journey__product-bar em {
    color: #63727d;
    font: 700 9px/1 var(--font-mono, ui-monospace, monospace);
    font-style: normal;
    letter-spacing: 0.11em;
    margin-left: auto;
    text-transform: uppercase;
}

.fe-journey__product img {
    aspect-ratio: 1.598 / 1;
    display: block;
    height: auto;
    object-fit: cover;
    width: 100%;
}
.fe-journey__product picture { display: block; }

.fe-journey__product figcaption {
    background: rgba(7, 11, 16, 0.96);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    color: #81919a;
    font: 700 9px/1.4 var(--font-mono, ui-monospace, monospace);
    letter-spacing: 0.1em;
    padding: 8px 11px;
    text-align: right;
    text-transform: uppercase;
}

.fe-journey__proof {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 22px;
    max-width: 690px;
}

.fe-journey__proof > div {
    border-left: 1px solid rgba(115, 236, 227, 0.28);
    min-width: 0;
    padding: 2px 0 2px 12px;
}

.fe-journey__proof strong,
.fe-journey__proof span {
    display: block;
}

.fe-journey__proof strong {
    color: #eaf9fa;
    font-size: 11px;
    line-height: 1.35;
}

.fe-journey__proof span {
    color: #71808a;
    font-size: 9.5px;
    line-height: 1.45;
    margin-top: 3px;
}

.fe-journey__panel-kicker {
    margin-bottom: 10px;
}

.fe-journey__accent-copy { color: #71ece3; }

.fe-journey__panel h1 {
    color: var(--journey-ink);
    font-family: var(--font-display, "Sora", sans-serif);
    font-size: clamp(25px, 2.5vw, 34px);
    font-weight: 900;
    letter-spacing: -0.045em;
    line-height: 1.08;
    margin: 0;
    text-wrap: balance;
}

.fe-journey__lede {
    color: var(--journey-copy);
    font-size: 13.5px;
    line-height: 1.65;
    margin: 10px 0 22px;
    text-wrap: pretty;
}

.fe-journey__trustline {
    align-items: center;
    color: #8b9ba6;
    display: flex;
    flex-wrap: wrap;
    font: 700 9px/1.4 var(--font-mono, ui-monospace, monospace);
    gap: 7px 11px;
    letter-spacing: 0.05em;
    margin: -8px 0 20px;
    text-transform: uppercase;
}

.fe-journey__trustline span {
    align-items: center;
    display: inline-flex;
    gap: 6px;
}

.fe-journey__trustline span::before {
    background: #58ddd3;
    border-radius: 50%;
    box-shadow: 0 0 8px rgba(88, 221, 211, 0.55);
    content: "";
    height: 4px;
    width: 4px;
}

.fe-journey__mobile-value { display: none; }

.fe-journey .fe-auth-banner {
    border-radius: 11px;
    font-size: 12.5px;
    margin-bottom: 18px;
    padding: 12px 13px;
}

.fe-journey .form-group {
    margin-bottom: 14px;
}

.fe-journey .form-group label,
.fe-journey .fe-auth-access legend {
    color: #aebbc4;
    display: block;
    font: 800 9px/1.4 var(--font-mono, ui-monospace, monospace);
    letter-spacing: 0.105em;
    margin-bottom: 7px;
    text-transform: uppercase;
}

.fe-journey input:not([type="checkbox"]):not([type="radio"]),
.fe-journey select {
    background: rgba(5, 9, 14, 0.82);
    border: 1px solid rgba(169, 199, 205, 0.17);
    border-radius: 11px;
    box-sizing: border-box;
    color: #f4fafb;
    font-size: 14px;
    min-height: 50px;
    padding: 12px 13px;
    transition: border-color 170ms ease, box-shadow 170ms ease, background 170ms ease;
    width: 100%;
}

.fe-journey input::placeholder { color: #81949e; }

.fe-journey input:-webkit-autofill,
.fe-journey input:-webkit-autofill:hover,
.fe-journey input:-webkit-autofill:focus {
    -webkit-text-fill-color: #f4fafb;
    caret-color: #f4fafb;
    box-shadow: 0 0 0 1000px #071016 inset, 0 0 0 3px rgba(78, 205, 196, 0.13);
    transition: background-color 9999s ease-out 0s;
}

.fe-journey input:not([type="checkbox"]):not([type="radio"]):focus,
.fe-journey select:focus {
    background: rgba(5, 11, 16, 0.96);
    border-color: rgba(102, 233, 223, 0.78);
    box-shadow: 0 0 0 3px rgba(78, 205, 196, 0.13), 0 0 28px rgba(78, 205, 196, 0.08);
    outline: none;
}

.fe-password-field {
    position: relative;
}

.fe-password-field input {
    padding-right: 74px !important;
}

.fe-password-toggle {
    background: transparent;
    border: 0;
    border-radius: 8px;
    color: #8fa0aa;
    cursor: pointer;
    font-size: 11px;
    font-weight: 800;
    min-height: 44px;
    padding: 6px 10px;
    position: absolute;
    right: 6px;
    top: 6px;
}

.fe-password-toggle:hover,
.fe-password-toggle:focus-visible { color: #71ece3; }

.fe-password-meter {
    display: grid;
    gap: 6px;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 7px;
}

.fe-password-meter span {
    background: rgba(255, 255, 255, 0.07);
    border-radius: 99px;
    height: 3px;
}

.fe-password-meter[data-strength="1"] span:nth-child(-n+1),
.fe-password-meter[data-strength="2"] span:nth-child(-n+2) { background: #f8b84e; }
.fe-password-meter[data-strength="3"] span:nth-child(-n+3),
.fe-password-meter[data-strength="4"] span:nth-child(-n+4) { background: #4ecdc4; }

.fe-password-hint {
    color: #8496a0;
    font-size: 10.5px;
    line-height: 1.45;
    margin-top: 7px;
}

.fe-password-strength-label {
    color: #91a2ab;
    font-size: 10.5px;
    line-height: 1.45;
    margin-top: 6px;
}

.fe-journey .fe-auth-submit,
.fe-journey .fe-journey__primary-action {
    align-items: center;
    background: linear-gradient(135deg, #7af1e9, #4ecdc4 54%, #43bcb4);
    border: 1px solid rgba(162, 255, 248, 0.5);
    border-radius: 11px;
    box-shadow: 0 12px 34px rgba(52, 188, 179, 0.22), 0 1px 0 rgba(255, 255, 255, 0.45) inset;
    color: #051414;
    display: inline-flex;
    font-size: 13px;
    font-weight: 900;
    justify-content: center;
    min-height: 50px;
    padding: 12px 18px;
    text-decoration: none;
    width: 100%;
}

.fe-journey .fe-auth-submit:hover,
.fe-journey .fe-journey__primary-action:hover {
    box-shadow: 0 16px 42px rgba(52, 188, 179, 0.3), 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    transform: translateY(-1px);
}

.fe-journey__secondary-action {
    align-items: center;
    background: rgba(255, 255, 255, 0.025);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 11px;
    color: #b8c5cc;
    display: inline-flex;
    font-size: 12px;
    font-weight: 800;
    justify-content: center;
    min-height: 46px;
    padding: 10px 15px;
    text-decoration: none;
}

.fe-journey__secondary-action:hover {
    background: rgba(255, 255, 255, 0.045);
    border-color: rgba(113, 236, 227, 0.22);
    color: #eefafa;
}

.fe-journey__actions {
    display: grid;
    gap: 9px;
    grid-template-columns: 1fr 1fr;
    margin-top: 20px;
}

.fe-journey .fe-auth-foot {
    color: #82919b;
    font-size: 12px;
    margin-top: 17px;
}

.fe-journey .fe-auth-foot a {
    align-items: center;
    color: #67e7de;
    display: inline-flex;
    min-height: 44px;
}

.fe-journey .fe-auth-check {
    color: #94a3ad;
    font-size: 11.5px;
}

.fe-journey .fe-auth-check input {
    accent-color: #4ecdc4;
    flex: 0 0 auto;
    height: 18px;
    margin: 1px 0 0;
    width: 18px;
}

.fe-journey .fe-auth-access {
    margin-bottom: 19px;
}

.fe-journey .fe-auth-access > p {
    color: #74838e;
    font-size: 11px;
    margin-bottom: 11px;
}

.fe-journey .fe-auth-access__grid {
    gap: 8px;
}

.fe-journey .fe-auth-access__surface {
    background: rgba(6, 10, 15, 0.68);
    border-color: rgba(166, 192, 198, 0.14);
    border-radius: 11px;
    min-height: 104px;
    padding: 11px;
}

.fe-journey .fe-auth-access__option > input:checked + .fe-auth-access__surface {
    background: linear-gradient(155deg, rgba(78, 205, 196, 0.15), rgba(40, 88, 102, 0.08));
    border-color: rgba(106, 234, 224, 0.78);
    box-shadow: 0 0 0 1px rgba(78, 205, 196, 0.15), 0 13px 34px rgba(17, 91, 88, 0.12);
}

.fe-journey .fe-auth-access__top strong { color: #f1f9fa; }
.fe-journey .fe-auth-access__surface small { color: #9baab3; }
.fe-journey .fe-auth-access__surface b { color: #778791; }

.fe-journey__plan-summary {
    align-items: flex-start;
    background: rgba(78, 205, 196, 0.065);
    border: 1px solid rgba(78, 205, 196, 0.17);
    border-radius: 11px;
    color: #9eafb8;
    display: flex;
    font-size: 11.5px;
    gap: 9px;
    line-height: 1.5;
    margin: -4px 0 19px;
    padding: 11px 12px;
}

.fe-journey__plan-summary::before {
    background: #5de1d7;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(93, 225, 215, 0.5);
    content: "";
    flex: 0 0 auto;
    height: 6px;
    margin-top: 5px;
    width: 6px;
}

.fe-journey__sequence {
    display: grid;
    gap: 9px;
    margin-top: 30px;
    max-width: 610px;
}

.fe-journey__sequence-step {
    align-items: center;
    background: linear-gradient(90deg, rgba(78, 205, 196, 0.09), rgba(8, 13, 18, 0.28));
    border: 1px solid rgba(138, 236, 228, 0.11);
    border-radius: 13px;
    display: grid;
    gap: 12px;
    grid-template-columns: 34px 1fr auto;
    min-height: 62px;
    padding: 10px 13px;
}

.fe-journey__sequence-step > b {
    align-items: center;
    background: rgba(78, 205, 196, 0.11);
    border: 1px solid rgba(98, 229, 219, 0.24);
    border-radius: 50%;
    color: #71ece3;
    display: flex;
    font: 800 10px/1 var(--font-mono, ui-monospace, monospace);
    height: 32px;
    justify-content: center;
    width: 32px;
}

.fe-journey__sequence-step strong,
.fe-journey__sequence-step span { display: block; }
.fe-journey__sequence-step strong { color: #e7f4f5; font-size: 12px; }
.fe-journey__sequence-step span { color: #778791; font-size: 10.5px; line-height: 1.4; margin-top: 2px; }
.fe-journey__sequence-step em { color: #5ee2d8; font: 800 8px/1 var(--font-mono, ui-monospace, monospace); font-style: normal; letter-spacing: .08em; text-transform: uppercase; }

.fe-journey__status-mark {
    align-items: center;
    background: rgba(78, 205, 196, 0.09);
    border: 1px solid rgba(101, 233, 223, 0.3);
    border-radius: 16px;
    color: #6eede3;
    display: flex;
    font-size: 25px;
    font-weight: 900;
    height: 56px;
    justify-content: center;
    margin-bottom: 19px;
    position: relative;
    width: 56px;
}

.fe-journey__status-mark::after {
    border: 1px solid rgba(78, 205, 196, 0.2);
    border-radius: 19px;
    content: "";
    inset: -7px;
    position: absolute;
    animation: fe-journey-status-breathe 2.8s ease-in-out infinite;
}

.fe-journey__status-mark--error {
    background: rgba(255, 107, 107, 0.08);
    border-color: rgba(255, 107, 107, 0.3);
    color: #ff8585;
}

.fe-journey__status-mark--error::after { border-color: rgba(255, 107, 107, 0.18); }

.fe-journey__checklist {
    background: rgba(255, 255, 255, 0.018);
    border: 1px solid rgba(255, 255, 255, 0.065);
    border-radius: 13px;
    display: grid;
    gap: 10px;
    margin: 18px 0;
    padding: 15px;
}

.fe-journey__checklist span {
    color: #a7b4bc;
    display: grid;
    font-size: 11.5px;
    gap: 9px;
    grid-template-columns: 20px 1fr;
    line-height: 1.45;
}

.fe-journey__checklist span::before {
    align-items: center;
    background: rgba(78, 205, 196, 0.1);
    border: 1px solid rgba(78, 205, 196, 0.2);
    border-radius: 50%;
    color: #69e7de;
    content: attr(data-step);
    display: flex;
    font: 800 8px/1 var(--font-mono, ui-monospace, monospace);
    height: 18px;
    justify-content: center;
    width: 18px;
}

.fe-journey__footer {
    align-items: center;
    color: #8a9aa4;
    display: flex;
    flex-wrap: wrap;
    font: 700 10px/1.5 var(--font-mono, ui-monospace, monospace);
    gap: 7px 20px;
    justify-content: center;
    letter-spacing: 0.08em;
    margin: 0 auto;
    max-width: 1260px;
    min-height: 44px;
    text-align: center;
    text-transform: uppercase;
}

.fe-journey__footer a,
.fe-journey__footer button {
    appearance: none;
    background: none;
    border: 0;
    color: #81929b;
    cursor: pointer;
    font: inherit;
    letter-spacing: inherit;
    padding: 0;
    text-decoration: none;
    text-transform: inherit;
}
.fe-journey__footer a:hover,
.fe-journey__footer button:hover { color: #68e5dc; }
.fe-journey__footer a:focus-visible,
.fe-journey__footer button:focus-visible {
    border-radius: 3px;
    outline: 2px solid #78fff5;
    outline-offset: 3px;
}

@keyframes fe-journey-topbar-in {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: none; }
}

@keyframes fe-journey-panel-in {
    from { opacity: 0; transform: translate3d(24px, 18px, 0) scale(.978); filter: blur(10px); }
    to { opacity: 1; transform: none; filter: none; }
}

@keyframes fe-journey-story-in {
    from { opacity: 0; transform: translate3d(-26px, 18px, 0); filter: blur(10px); }
    to { opacity: 1; transform: none; filter: none; }
}

@keyframes fe-journey-panel-sheen {
    from { transform: translateX(-120%); }
    to { transform: translateX(120%); }
}

@keyframes fe-journey-scan {
    0%, 12% { top: -35%; opacity: 0; }
    22% { opacity: .45; }
    58% { top: 118%; opacity: .18; }
    100% { top: 118%; opacity: 0; }
}

@keyframes fe-journey-status-breathe {
    0%, 100% { opacity: .4; transform: scale(.94); }
    50% { opacity: 1; transform: scale(1.04); }
}

@media (max-width: 1040px) {
    .fe-journey__layout,
    .fe-journey[data-fe-auth-scene="register"] .fe-journey__layout {
        gap: 42px;
        grid-template-columns: minmax(0, 1fr) minmax(400px, 480px);
    }
    .fe-journey__story h2 { font-size: clamp(32px, 4.3vw, 48px); }
    .fe-journey__proof { grid-template-columns: 1fr; gap: 8px; }
}

@media (max-width: 850px) {
    .fe-journey {
        padding-left: max(16px, env(safe-area-inset-left));
        padding-right: max(16px, env(safe-area-inset-right));
    }
    .fe-journey__topbar { grid-template-columns: 1fr auto; min-height: 72px; }
    .fe-journey__stage { display: none; }
    .fe-journey__layout,
    .fe-journey[data-fe-auth-scene="register"] .fe-journey__layout {
        display: grid;
        gap: 38px;
        grid-template-areas: "panel" "story";
        grid-template-columns: minmax(0, 620px);
        justify-content: center;
        min-height: 0;
        padding: 34px 0 50px;
    }
    .fe-journey__story { border-top: 1px solid var(--journey-line); padding-top: 36px; }
    .fe-journey__story h2 { font-size: clamp(31px, 8vw, 48px); }
    .fe-journey__product { max-width: 620px; }
    .fe-journey__proof { grid-template-columns: repeat(3, 1fr); }
    .fe-journey__mobile-value {
        display: grid;
        gap: 7px;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        margin: -4px 0 18px;
    }
    .fe-journey__mobile-value span {
        background: rgba(78, 205, 196, .055);
        border: 1px solid rgba(107, 230, 221, .14);
        border-radius: 9px;
        color: #b7c7cf;
        font-size: 9px;
        font-weight: 800;
        line-height: 1.35;
        padding: 9px 7px;
        text-align: center;
    }
}

@media (max-width: 560px) {
    .fe-journey {
        padding-left: max(13px, env(safe-area-inset-left));
        padding-right: max(13px, env(safe-area-inset-right));
    }
    .fe-journey__topbar { min-height: 66px; }
    .fe-journey__brand .fe-wordmark__text { font-size: 18px; }
    .fe-journey__emblem,
    .fe-journey__emblem .fe-wordmark__glyph { height: 28px; width: 28px; }
    .fe-journey__exit { font-size: 0; gap: 0; min-width: 42px; padding: 8px; }
    .fe-journey__exit span { font-size: 18px; }
    .fe-journey__layout,
    .fe-journey[data-fe-auth-scene="register"] .fe-journey__layout { padding-top: 20px; }
    .fe-journey__panel { border-radius: 17px; padding: 24px 17px; }
    .fe-journey__panel h1 { font-size: 25px; }
    .fe-journey__story h2 { font-size: 32px; }
    .fe-journey__story-copy > p { font-size: 14px; }
    .fe-journey__proof { grid-template-columns: 1fr; }
    .fe-journey__product { border-radius: 12px; }
    .fe-journey__actions { grid-template-columns: 1fr; }
    .fe-journey .fe-auth-access__grid { grid-template-columns: 1fr; }
    .fe-journey .fe-auth-access__surface { min-height: 78px; }
    .fe-journey input:not([type="checkbox"]):not([type="radio"]),
    .fe-journey select { font-size: 16px; }
    .fe-journey__footer { align-items: center; flex-direction: column; gap: 4px; }
}

@media (hover: none) and (pointer: coarse) {
    .fe-journey input:not([type="checkbox"]):not([type="radio"]),
    .fe-journey select { font-size: 16px; }
}

html[data-theme="light"] body[data-fe-auth-shell="1"] { background: #eef5f5; }
html[data-theme="light"] .fe-journey {
    --journey-ink: #0a1a1d;
    --journey-copy: #465b62;
    --journey-muted: #687a80;
    --journey-line: rgba(15, 79, 80, 0.14);
    --journey-panel: rgba(250, 254, 254, 0.89);
}
html[data-theme="light"] .fe-journey__vignette {
    background: radial-gradient(circle at 62% 40%, transparent, rgba(226, 240, 240, .3) 52%, rgba(226, 237, 238, .8));
}
html[data-theme="light"] .fe-journey__grain { opacity: .025; }
html[data-theme="light"] .fe-journey__stage,
html[data-theme="light"] .fe-journey__product-bar { background: rgba(242, 249, 249, .84); }
html[data-theme="light"] .fe-journey__exit,
html[data-theme="light"] .fe-journey__lede,
html[data-theme="light"] .fe-journey .fe-auth-check { color: #50676d; }
html[data-theme="light"] .fe-journey__panel {
    box-shadow: 0 28px 90px rgba(18, 72, 75, .15), 0 1px 0 rgba(255,255,255,.9) inset;
}
html[data-theme="light"] .fe-journey input:not([type="checkbox"]):not([type="radio"]),
html[data-theme="light"] .fe-journey select,
html[data-theme="light"] .fe-journey .fe-auth-access__surface {
    background: rgba(249, 253, 253, .92);
    border-color: rgba(31, 91, 93, .18);
    color: #102225;
}
html[data-theme="light"] .fe-journey__trustline,
html[data-theme="light"] .fe-journey__proof span,
html[data-theme="light"] .fe-journey__footer { color: #52696e; }
html[data-theme="light"] .fe-journey__proof strong,
html[data-theme="light"] .fe-journey .fe-auth-access__top strong { color: #162a2d; }
html[data-theme="light"] .fe-journey__eyebrow,
html[data-theme="light"] .fe-journey__panel-kicker,
html[data-theme="light"] .fe-journey__accent-copy,
html[data-theme="light"] .fe-journey .fe-auth-foot a,
html[data-theme="light"] .fe-journey__footer a,
html[data-theme="light"] .fe-journey__footer button { color: #006f6a; }
html[data-theme="light"] .fe-journey__story-copy > p,
html[data-theme="light"] .fe-journey .form-group label,
html[data-theme="light"] .fe-journey .fe-auth-access legend,
html[data-theme="light"] .fe-journey .fe-auth-access > p,
html[data-theme="light"] .fe-journey .fe-auth-foot,
html[data-theme="light"] .fe-journey__plan-summary,
html[data-theme="light"] .fe-journey__checklist span { color: #435b61; }
html[data-theme="light"] .fe-journey__sequence-step strong,
html[data-theme="light"] .fe-journey__checklist strong { color: #173034; }
html[data-theme="light"] .fe-journey__sequence-step span,
html[data-theme="light"] .fe-password-hint,
html[data-theme="light"] .fe-password-strength-label,
html[data-theme="light"] .fe-journey .fe-auth-access__surface small,
html[data-theme="light"] .fe-journey .fe-auth-access__surface b { color: #5b7076; }
html[data-theme="light"] .fe-journey__mobile-value span { color: #314f54; }
html[data-theme="light"] .fe-journey__sequence-step,
html[data-theme="light"] .fe-journey__checklist,
html[data-theme="light"] .fe-journey__secondary-action,
html[data-theme="light"] .fe-journey__plan-summary {
    background: rgba(248, 253, 253, .78);
    border-color: rgba(31, 91, 93, .16);
}
html[data-theme="light"] .fe-journey__secondary-action { color: #294a4f; }
html[data-theme="light"] .fe-journey input::placeholder { color: #526a70; }
html[data-theme="light"] .fe-journey input:-webkit-autofill,
html[data-theme="light"] .fe-journey input:-webkit-autofill:hover,
html[data-theme="light"] .fe-journey input:-webkit-autofill:focus {
    -webkit-text-fill-color: #102225;
    caret-color: #102225;
    box-shadow: 0 0 0 1000px #f7fbfb inset, 0 0 0 3px rgba(8, 123, 118, .14);
}
html[data-theme="light"] .fe-journey__sequence-step > b,
html[data-theme="light"] .fe-journey__sequence-step em,
html[data-theme="light"] .fe-journey__checklist span::before,
html[data-theme="light"] .fe-journey .fe-auth-access__top em { color: #006b66; }

.fe-journey--economy .fe-journey__panel {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
.fe-journey--economy .fe-journey__grain { display: none; }
.fe-journey--economy .fe-journey__aurora { filter: blur(44px); opacity: .18; }
.fe-journey--economy .fe-journey__neural { opacity: .52; }

@media (prefers-reduced-motion: reduce) {
    .fe-journey *,
    .fe-journey *::before,
    .fe-journey *::after {
        animation: none !important;
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }
    .fe-journey__panel,
    .fe-journey__story,
    .fe-journey__topbar { filter: none !important; opacity: 1 !important; transform: none !important; }
}

html[data-motion="reduce"] .fe-journey *,
html[data-motion="reduce"] .fe-journey *::before,
html[data-motion="reduce"] .fe-journey *::after {
    animation: none !important;
    transition-duration: 0.01ms !important;
}
html[data-motion="reduce"] .fe-journey__panel,
html[data-motion="reduce"] .fe-journey__story,
html[data-motion="reduce"] .fe-journey__topbar,
html[data-motion="reduce"] .fe-journey__exit:hover,
html[data-motion="reduce"] .fe-journey .fe-auth-submit:hover,
html[data-motion="reduce"] .fe-journey .fe-journey__primary-action:hover,
html[data-motion="reduce"] .fe-journey .fe-wordmark__glyph {
    filter: none !important;
    opacity: 1 !important;
    transform: none !important;
}

@media (forced-colors: active) {
    .fe-journey,
    .fe-journey__panel,
    .fe-journey input,
    .fe-journey select,
    .fe-journey .fe-auth-access__surface,
    .fe-journey__sequence-step {
        background: Canvas !important;
        border-color: CanvasText !important;
        color: CanvasText !important;
    }
    .fe-journey__atmosphere,
    .fe-journey::before,
    .fe-journey__panel::after,
    .fe-journey__product::after { display: none !important; }
    .fe-journey .fe-auth-submit,
    .fe-journey .fe-journey__primary-action { background: ButtonFace !important; border-color: ButtonText !important; color: ButtonText !important; }
    .fe-journey .fe-auth-access__option > input:checked + .fe-auth-access__surface {
        border: 3px solid Highlight !important;
    }
    .fe-journey .fe-auth-access__surface * {
        color: CanvasText !important;
    }
    .fe-journey .fe-auth-access__option > input:focus-visible + .fe-auth-access__surface {
        outline: 3px solid Highlight !important;
        outline-offset: 3px;
    }
}
