@font-face {
    font-family: "Inter Variable";
    font-style: normal;
    font-display: swap;
    font-weight: 100 900;
    src: url("/fonts/filament/filament/inter/inter-latin-ext-wght-normal-HA22NDSG.woff2") format("woff2-variations");
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: "Inter Variable";
    font-style: normal;
    font-display: swap;
    font-weight: 100 900;
    src: url("/fonts/filament/filament/inter/inter-latin-wght-normal-NRMW37G5.woff2") format("woff2-variations");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

[x-cloak] {
    display: none !important;
}

:root {
    --bf26-font-sans: "Inter Variable", "Segoe UI", Arial, sans-serif;
    --bf26-font-display: "Inter Variable", "Segoe UI", Arial, sans-serif;
    --bf26-panel: rgba(246, 248, 255, 0.96);
    --bf26-panel-soft: rgba(255, 255, 255, 0.78);
    --bf26-line: rgba(21, 34, 84, 0.12);
    --bf26-shadow: 0 28px 68px rgba(31, 53, 125, 0.18);
    --bf26-muted: #5d6e97;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    min-height: 100%;
    width: 100%;
    overflow-x: clip;
}

body.bf26-body {
    min-height: 100vh;
    font-family: var(--bf26-font-sans);
    color: var(--bf26-text);
    position: relative;
    overflow-x: clip;
    background: #f7f7ff;
}

body.bf26-mobile-menu-open {
    overflow: hidden;
}

body.bf26-body--upload::before,
body.bf26-body--upload::after {
    content: none;
}

body.bf26-body::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -2;
    background: linear-gradient(135deg, #ffe7f0 0%, #e3f2ff 52%, #e7fff2 100%);
    background-size: 160% 160%;
    animation: bf26-pastel-shift 60s ease-in-out infinite alternate;
}

body.bf26-body::after {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -1;
    background:
        radial-gradient(900px 580px at 14% 16%, rgba(255, 255, 255, 0.62), rgba(255, 255, 255, 0)),
        radial-gradient(1100px 640px at 84% 80%, rgba(255, 255, 255, 0.44), rgba(255, 255, 255, 0));
    pointer-events: none;
    animation: bf26-atmosphere-drift 30s ease-in-out infinite alternate;
}

.bf26-bg-cycle {
    position: fixed;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
}

.bf26-bg-cycle__layer,
.bf26-bg-cycle__atmosphere {
    position: absolute;
    inset: 0;
}

.bf26-bg-cycle__layer {
    inset: -6%;
    opacity: 0;
    background-size: 170% 170%;
    background-position: 0% 50%;
    transform: scale(1);
    transition: opacity 12s ease-in-out, transform 30s ease-in-out;
    animation: bf26-bg-pan 30s ease-in-out infinite alternate;
}

.bf26-bg-cycle__layer.is-visible {
    opacity: 1;
    transform: scale(1.05);
}

.bf26-bg-palette-1 {
    background: linear-gradient(135deg, #fff1f6 0%, #eef6ff 52%, #eefcf3 100%);
}

.bf26-bg-palette-2 {
    background: linear-gradient(135deg, #fff7ea 0%, #eff1ff 48%, #ecfcfb 100%);
}

.bf26-bg-palette-3 {
    background: linear-gradient(135deg, #f8efff 0%, #fef1f7 50%, #eef8ff 100%);
}

.bf26-bg-palette-4 {
    background: linear-gradient(135deg, #fdf1eb 0%, #ecf8ff 50%, #f1fff0 100%);
}

.bf26-bg-cycle__atmosphere {
    background:
        radial-gradient(900px 580px at 14% 16%, rgba(255, 255, 255, 0.62), rgba(255, 255, 255, 0)),
        radial-gradient(1100px 640px at 84% 80%, rgba(255, 255, 255, 0.44), rgba(255, 255, 255, 0));
    animation: bf26-atmosphere-drift 30s ease-in-out infinite alternate;
}

@keyframes bf26-bg-pan {
    from {
        background-position: 0% 46%;
    }
    to {
        background-position: 100% 54%;
    }
}

@keyframes bf26-pastel-shift {
    0% {
        background: linear-gradient(135deg, #fff0f5 0%, #edf7ff 50%, #eefcf4 100%);
        background-position: 0% 50%;
    }
    50% {
        background: linear-gradient(135deg, #fff7ea 0%, #eef2ff 52%, #eefcfb 100%);
        background-position: 50% 50%;
    }
    100% {
        background: linear-gradient(135deg, #f8efff 0%, #fef1f6 50%, #eef8ff 100%);
        background-position: 100% 50%;
    }
}

@keyframes bf26-atmosphere-drift {
    from {
        transform: translate3d(0, 0, 0) scale(1);
        opacity: 0.95;
    }
    to {
        transform: translate3d(0, -1.5%, 0) scale(1.04);
        opacity: 1;
    }
}

a {
    color: inherit;
    text-decoration: none;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.mt-3 {
    margin-top: 0.75rem;
}

.mt-4 {
    margin-top: 1rem;
}

.mt-5 {
    margin-top: 1.25rem;
}

.text-sm {
    font-size: 0.875rem;
}

.text-base {
    font-size: 1rem;
}

.text-3xl {
    font-size: clamp(1.9rem, 4.5vw, 2.15rem);
    line-height: 1.08;
}

.text-4xl {
    font-size: clamp(2.15rem, 5.4vw, 2.7rem);
    line-height: 1.05;
}

.font-bold {
    font-weight: 800;
}

.tracking-tight {
    letter-spacing: -0.03em;
}

.leading-6 {
    line-height: 1.6;
}

.text-bf26-ink {
    color: var(--bf26-text);
}

.text-slate-500 {
    color: var(--bf26-muted);
}

button,
input,
select,
textarea {
    font: inherit;
}

.bf26-shell {
    min-height: 100vh;
    display: grid;
    grid-template-rows: auto 1fr auto;
    gap: 0.75rem;
    position: relative;
    z-index: 1;
    overflow-x: clip;
}

.bf26-header,
.bf26-footer,
.bf26-main {
    width: min(100%, 1440px);
    max-width: 100%;
    margin: 0 auto;
}

.bf26-header {
    position: relative;
    padding: 1.1rem 2rem 0.75rem 0.35rem;
}

.bf26-header-bar {
    display: flex;
    align-items: center;
    gap: 1rem;
    width: 100%;
}

.bf26-brand {
    color: #1f3472;
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    font-family: var(--bf26-font-display);
    font-size: 0.88rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.bf26-brand img {
    width: 8.4rem;
    height: 8.4rem;
    object-fit: contain;
    filter: drop-shadow(0 14px 28px rgba(63, 99, 255, 0.18));
}

.bf26-header-spacer {
    flex: 1 1 auto;
}

.bf26-mobile-menu {
    display: grid;
}

.bf26-mobile-menu-backdrop {
    display: block;
}

.bf26-footer-links {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.bf26-header-link,
.bf26-header-button,
.bf26-menu-toggle,
.bf26-primary-button,
.bf26-secondary-button,
.bf26-icon-button,
.bf26-picker-option,
.bf26-mobile-menu-link,
.bf26-mobile-menu-button,
.bf26-file-remove {
    appearance: none;
    border: 0;
    cursor: pointer;
    transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

.bf26-menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.85rem;
    height: 2.85rem;
    padding: 0;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.82);
    color: #304891;
    border: 1px solid rgba(22, 38, 90, 0.1);
    margin-left: auto;
}

.bf26-menu-toggle svg {
    width: 1.25rem;
    height: 1.25rem;
}

.bf26-header-link,
.bf26-header-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.85rem;
    padding: 0 1rem;
    border-radius: 999px;
    color: #304891;
    background: rgba(255, 255, 255, 0.74);
    border: 1px solid rgba(22, 38, 90, 0.1);
}

.bf26-header-link.is-accent,
.bf26-header-button:hover,
.bf26-header-link:hover {
    transform: translateY(-1px);
    background: rgba(255, 255, 255, 0.9);
}

.bf26-inline-form {
    margin: 0;
}

.bf26-main {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 0 2rem 2rem;
    min-width: 0;
    overflow-x: clip;
}

.bf26-main--not-found {
    justify-content: center;
}

.bf26-main--story {
    padding-bottom: 0;
}

.bf26-stage {
    min-height: calc(100vh - 11rem);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.bf26-stage-start {
    min-height: calc(100svh - 7.5rem);
    padding-bottom: clamp(5rem, 8vh, 7rem);
}

.bf26-upload-shell {
    width: 100%;
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.bf26-upload-shell--wizard {
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
}

.bf26-flow-steps {
    width: min(100%, 61rem);
    margin: 0 auto 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.85rem;
}

.bf26-flow-step {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    min-width: 0;
    color: rgba(53, 80, 207, 0.48);
    transition: color 180ms ease;
}

.bf26-flow-step.is-active,
.bf26-flow-step.is-complete {
    color: #16346f;
}

.bf26-flow-step-index {
    width: 2rem;
    height: 2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    font-size: 0.88rem;
    font-weight: 800;
    background: rgba(96, 114, 163, 0.12);
    border: 1px solid rgba(96, 114, 163, 0.12);
    color: inherit;
    transition: background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.bf26-flow-step.is-active .bf26-flow-step-index {
    background: rgba(63, 99, 255, 0.16);
    border-color: rgba(63, 99, 255, 0.22);
    color: #3550cf;
}

.bf26-flow-step.is-complete .bf26-flow-step-index {
    background: linear-gradient(165deg, var(--bf26-accent), var(--bf26-accent-secondary));
    border-color: transparent;
    color: #fff;
}

.bf26-flow-step-label {
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: -0.01em;
    white-space: nowrap;
}

.bf26-flow-step-line {
    width: clamp(1.5rem, 4vw, 3rem);
    height: 1px;
    background: rgba(96, 114, 163, 0.24);
    transition: background 180ms ease;
}

.bf26-flow-step-line.is-complete {
    background: rgba(63, 99, 255, 0.42);
}

.bf26-upload-shell--wizard .bf26-flow-steps {
    width: min(100%, 38rem);
    margin-bottom: 0.4rem;
}

.bf26-upload-shell--wizard .bf26-compose-stage-stack {
    width: min(100%, 38rem);
    align-items: center;
}

.bf26-upload-shell--wizard .bf26-compose-grid {
    margin-inline: auto;
}

.bf26-upload-shell--wizard .bf26-alert--stage {
    width: min(100%, 38rem);
}

.bf26-upload-shell--wizard .bf26-stage {
    min-height: auto;
}

.bf26-upload-shell--story {
    position: sticky;
    top: 0.75rem;
    z-index: 2;
}

.bf26-app-card {
    width: min(100%, 28.75rem);
    min-height: 35rem;
    height: 35rem;
    max-height: 35rem;
    padding: 1.75rem;
    display: flex;
    flex-direction: column;
    border-radius: 2rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(245, 248, 255, 0.92));
    border: 1px solid rgba(255, 255, 255, 0.7);
    box-shadow: var(--bf26-shadow);
    backdrop-filter: blur(18px);
    overflow: hidden;
}

.bf26-start-card {
    justify-content: stretch;
}

.bf26-stage-pill {
    display: inline-flex;
    align-items: center;
    padding: 0.5rem 0.8rem;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #5d6e97;
    background: rgba(255, 255, 255, 0.76);
    border: 1px solid rgba(21, 34, 84, 0.08);
}

.bf26-picker-shell {
    margin-top: 0;
    flex: 1 1 auto;
    display: flex;
    align-items: stretch;
    min-height: 0;
}

.bf26-picker-menu-shell {
    position: relative;
    width: 100%;
    min-height: 0;
    flex: 1 1 auto;
    display: flex;
}

.bf26-dropzone {
    width: 100%;
    min-height: 100%;
    height: 100%;
    flex: 1 1 auto;
    padding: 1.75rem;
    border-radius: 1.75rem;
    border: 1.5px dashed rgba(63, 99, 255, 0.28);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(242, 246, 255, 0.96));
    display: grid;
    place-items: center;
    gap: 0.85rem;
    text-align: center;
    color: var(--bf26-text);
}

.bf26-dropzone strong {
    display: block;
    font-size: 1.08rem;
}

.bf26-dropzone span:last-child {
    color: var(--bf26-muted);
    line-height: 1.55;
    max-width: 18rem;
    margin-inline: auto;
}

.bf26-dropzone:hover,
.bf26-dropzone.is-drag,
.bf26-dropzone.is-open {
    transform: translateY(-2px);
    box-shadow: 0 20px 42px rgba(63, 99, 255, 0.16);
}

.bf26-drop-illustration {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 11.5rem;
    isolation: isolate;
}

.bf26-drop-illustration-glow {
    position: absolute;
    width: 8.9rem;
    height: 8.9rem;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(110, 141, 255, 0.22) 0%, rgba(110, 141, 255, 0) 72%);
    animation: bf26-drop-glow 4.2s ease-in-out infinite alternate;
}

.bf26-drop-lottie {
    width: 10.8rem;
    height: 10.8rem;
    position: relative;
    z-index: 1;
    pointer-events: none;
    animation: bf26-drop-bob 4.6s ease-in-out infinite;
}

@keyframes bf26-drop-glow {
    from {
        transform: scale(0.92);
        opacity: 0.68;
    }
    to {
        transform: scale(1.08);
        opacity: 1;
    }
}

@keyframes bf26-drop-bob {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-4px);
    }
}

.bf26-picker-menu {
    position: absolute;
    top: calc(100% + 0.75rem);
    left: 0;
    min-width: 12.5rem;
    display: grid;
    gap: 0.5rem;
    padding: 0.75rem;
    border-radius: 1.1rem;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(22, 38, 90, 0.1);
    box-shadow: 0 20px 40px rgba(25, 34, 56, 0.15);
    z-index: 20;
}

.bf26-picker-menu.is-compact {
    left: auto;
    right: 0;
}

.bf26-picker-option {
    min-height: 2.75rem;
    padding: 0 0.9rem;
    border-radius: 0.9rem;
    background: rgba(244, 247, 255, 0.92);
    color: var(--bf26-text);
    text-align: left;
}

.bf26-picker-option:hover {
    background: rgba(232, 239, 255, 1);
}

.bf26-alert {
    margin-top: 1rem;
    padding: 0.9rem 1rem;
    border-radius: 1rem;
    background: rgba(210, 94, 58, 0.12);
    color: #8d3d27;
    border: 1px solid rgba(210, 94, 58, 0.16);
}

.bf26-alert.is-soft {
    background: rgba(53, 88, 231, 0.08);
    border-color: rgba(53, 88, 231, 0.1);
    color: var(--bf26-text);
}

.bf26-alert ul {
    margin: 0;
    padding-left: 1rem;
}

.bf26-home-content-section {
    position: relative;
    z-index: 4;
    width: calc(100% + 4rem);
    margin: 0 -2rem 0;
    padding: 6rem 0 4rem;
    background: #ffffff;
    border-radius: 2.75rem 2.75rem 0 0;
    box-shadow: 0 -18px 42px rgba(31, 53, 125, 0.08);
    overflow-x: clip;
}

.bf26-home-content-section--story {
    margin-top: 0;
}

.bf26-home-content-surface {
    width: min(100%, 76rem);
    margin: 0 auto;
    padding: 0 2rem;
}

.bf26-home-content-fallback {
    color: var(--bf26-text);
    line-height: 1.75;
}

.bf26-home-content-fallback h2,
.bf26-home-content-fallback h3,
.bf26-home-content-fallback h4 {
    margin-top: 0;
    color: #1f3472;
}

.bf26-page-section {
    padding-top: 2.25rem;
}

.bf26-page-surface {
    padding-bottom: 0.5rem;
}

.bf26-status-main {
    padding-bottom: 4rem;
}

.bf26-status-stage {
    position: relative;
    z-index: 4;
    width: min(100%, 76rem);
    margin: 0 auto;
    padding: 2.25rem 2rem 0;
}

.bf26-status-shell {
    display: grid;
    gap: 1.5rem;
}

.bf26-status-hero,
.bf26-status-list-panel {
    position: relative;
    overflow: hidden;
    border-radius: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.72);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(243, 247, 255, 0.92));
    box-shadow: var(--bf26-shadow);
    backdrop-filter: blur(18px);
}

.bf26-status-hero {
    padding: 1.75rem;
}

.bf26-status-hero::after {
    content: "";
    position: absolute;
    inset: auto -8% -28% auto;
    width: 19rem;
    height: 19rem;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(159, 192, 255, 0.28), rgba(159, 192, 255, 0));
    pointer-events: none;
}

.bf26-status-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(21rem, 0.95fr);
    gap: 1.5rem;
    align-items: stretch;
}

.bf26-status-copy,
.bf26-status-overview,
.bf26-status-item-body,
.bf26-status-item-copy {
    display: grid;
    gap: 0.75rem;
}

.bf26-status-kicker,
.bf26-status-list-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(49, 80, 211, 0.86);
}

.bf26-status-copy h1,
.bf26-status-list-head h2 {
    margin: 0;
    color: #17305f;
    letter-spacing: -0.03em;
}

.bf26-status-copy h1 {
    font-size: clamp(2.2rem, 4vw, 3.5rem);
    line-height: 1.04;
}

.bf26-status-copy p,
.bf26-status-list-head p,
.bf26-status-overall p,
.bf26-status-item-copy p,
.bf26-status-item-live,
.bf26-status-refresh-error {
    margin: 0;
    color: var(--bf26-muted);
    line-height: 1.65;
}

.bf26-status-overview {
    position: relative;
    z-index: 1;
    align-content: start;
    padding: 1.25rem;
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, 0.74);
    border: 1px solid rgba(21, 34, 84, 0.08);
}

.bf26-status-overview-head,
.bf26-status-brand,
.bf26-status-item-main,
.bf26-status-item-head,
.bf26-status-item-live {
    display: flex;
}

.bf26-status-overview-head,
.bf26-status-item-head {
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
}

.bf26-status-brand {
    align-items: center;
    gap: 0.85rem;
}

.bf26-status-brand img {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 1rem;
    box-shadow: 0 16px 30px rgba(31, 53, 125, 0.12);
}

.bf26-status-brand span,
.bf26-status-overview-item dt,
.bf26-status-fact dt {
    color: var(--bf26-muted);
}

.bf26-status-brand span,
.bf26-status-overview-item dt {
    display: block;
    font-size: 0.86rem;
}

.bf26-status-brand strong {
    display: block;
    margin-top: 0.15rem;
    font-size: 1.05rem;
    color: #17305f;
}

.bf26-status-refresh {
    min-width: 11rem;
}

.bf26-status-overall {
    display: grid;
    gap: 0.6rem;
    padding: 1rem 1rem 1.05rem;
    border-radius: 1.25rem;
    background: rgba(245, 248, 255, 0.92);
    border: 1px solid rgba(21, 34, 84, 0.08);
}

.bf26-status-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-height: 2rem;
    padding: 0 0.85rem;
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.01em;
    background: rgba(96, 114, 163, 0.12);
    color: #3550cf;
}

.bf26-status-pill.is-compact {
    min-height: 1.95rem;
    padding-inline: 0.8rem;
}

.bf26-status-pill.is-operational,
.bf26-status-item-mark.is-operational,
.bf26-status-inline-dot.is-operational {
    background: rgba(58, 184, 115, 0.14);
    color: #1d7b46;
}

.bf26-status-pill.is-monitoring,
.bf26-status-item-mark.is-monitoring,
.bf26-status-inline-dot.is-monitoring {
    background: rgba(242, 177, 59, 0.16);
    color: #9d6413;
}

.bf26-status-pill.is-issue,
.bf26-status-item-mark.is-issue,
.bf26-status-inline-dot.is-issue {
    background: rgba(215, 97, 65, 0.14);
    color: #a13f27;
}

.bf26-status-overview-grid,
.bf26-status-facts {
    display: grid;
    gap: 0.75rem;
}

.bf26-status-overview-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bf26-status-overview-item,
.bf26-status-fact {
    padding: 0.95rem 1rem;
    border-radius: 1.1rem;
    background: rgba(244, 247, 255, 0.88);
    border: 1px solid rgba(21, 34, 84, 0.06);
}

.bf26-status-overview-item dt,
.bf26-status-fact dt {
    margin-bottom: 0.35rem;
}

.bf26-status-overview-item dd,
.bf26-status-fact dd {
    margin: 0;
    color: #17305f;
    font-weight: 700;
    line-height: 1.45;
}

.bf26-status-refresh-error {
    padding: 0.95rem 1rem;
    border-radius: 1rem;
    background: rgba(215, 97, 65, 0.11);
    border: 1px solid rgba(215, 97, 65, 0.16);
    color: #8d3d27;
}

.bf26-status-list-panel {
    padding: 1.25rem;
}

.bf26-status-list-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid rgba(21, 34, 84, 0.08);
}

.bf26-status-list-head p {
    max-width: 30rem;
    text-align: right;
}

.bf26-status-list {
    display: grid;
    gap: 0.9rem;
}

.bf26-status-item {
    padding: 1.15rem;
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(21, 34, 84, 0.08);
    box-shadow: 0 16px 32px rgba(31, 53, 125, 0.07);
}

.bf26-status-item.is-operational {
    border-color: rgba(58, 184, 115, 0.18);
}

.bf26-status-item.is-monitoring {
    border-color: rgba(242, 177, 59, 0.22);
}

.bf26-status-item.is-issue {
    border-color: rgba(215, 97, 65, 0.2);
}

.bf26-status-item-main {
    align-items: flex-start;
    gap: 1rem;
}

.bf26-status-item-mark {
    width: 3.2rem;
    height: 3.2rem;
    flex: 0 0 auto;
    border-radius: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.92rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    background: rgba(83, 101, 153, 0.12);
    color: #3550cf;
}

.bf26-status-item-copy {
    min-width: 0;
}

.bf26-status-item-copy h3 {
    margin: 0;
    font-size: 1.18rem;
    color: #17305f;
}

.bf26-status-item-live {
    align-items: center;
    gap: 0.65rem;
}

.bf26-status-inline-dot {
    width: 0.7rem;
    height: 0.7rem;
    border-radius: 999px;
    background: rgba(96, 114, 163, 0.2);
    flex: 0 0 auto;
}

.bf26-status-facts {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.bf26-maintenance-shell {
    grid-template-rows: 1fr;
    gap: 0;
}

.bf26-maintenance-main {
    justify-content: center;
    align-items: stretch;
    min-height: 100vh;
}

.bf26-maintenance-stage {
    width: min(100%, 72rem);
    margin: auto;
    padding: 1.25rem 0;
    display: grid;
    gap: 1.5rem;
}

.bf26-maintenance-brand {
    display: flex;
    justify-content: center;
}

.bf26-maintenance-brand img {
    width: 8.6rem;
    height: 8.6rem;
    object-fit: contain;
    filter: drop-shadow(0 16px 30px rgba(63, 99, 255, 0.18));
}

.bf26-maintenance-grid {
    width: 100%;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(20rem, 0.92fr);
    gap: 1.5rem;
    align-items: stretch;
}

.bf26-maintenance-panel,
.bf26-maintenance-side-card {
    border-radius: 2rem;
}

.bf26-maintenance-panel {
    min-height: 34rem;
    height: auto;
    max-height: none;
    justify-content: center;
    gap: 1.25rem;
}

.bf26-maintenance-copy,
.bf26-maintenance-side-copy {
    display: grid;
    gap: 0.75rem;
}

.bf26-maintenance-copy h1,
.bf26-maintenance-side-copy h2 {
    margin: 0;
    color: #17305f;
    letter-spacing: -0.03em;
}

.bf26-maintenance-copy h1 {
    font-size: clamp(2.2rem, 4.5vw, 3.35rem);
    line-height: 1.04;
}

.bf26-maintenance-copy p,
.bf26-maintenance-note p,
.bf26-maintenance-side-copy p {
    margin: 0;
    color: var(--bf26-muted);
    line-height: 1.65;
}

.bf26-maintenance-note {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
    padding: 1rem 1.05rem;
    border-radius: 1.25rem;
    background: rgba(244, 247, 255, 0.88);
    border: 1px solid rgba(21, 34, 84, 0.08);
}

.bf26-maintenance-note-icon {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.95rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    background: rgba(63, 99, 255, 0.1);
    color: #3150d3;
}

.bf26-maintenance-note-icon svg {
    width: 1.2rem;
    height: 1.2rem;
}

.bf26-maintenance-actions {
    display: flex;
    justify-content: flex-start;
}

.bf26-maintenance-side {
    display: flex;
}

.bf26-maintenance-side-card {
    width: 100%;
    min-height: 34rem;
    padding: 1.75rem;
    display: grid;
    align-content: center;
    justify-items: center;
    gap: 1.5rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(242, 246, 255, 0.96));
    border: 1px solid rgba(255, 255, 255, 0.72);
    box-shadow: var(--bf26-shadow);
    text-align: center;
}

.bf26-maintenance-code {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2rem;
    padding: 0 0.8rem;
    border-radius: 999px;
    background: rgba(244, 247, 255, 0.96);
    border: 1px solid rgba(21, 34, 84, 0.08);
    color: #3150d3;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.14em;
}

.bf26-maintenance-orbit {
    position: relative;
    width: 15.5rem;
    height: 15.5rem;
    display: grid;
    place-items: center;
}

.bf26-maintenance-orbit-ring,
.bf26-maintenance-orbit-core {
    position: absolute;
    inset: 50%;
    transform: translate(-50%, -50%);
    border-radius: 999px;
}

.bf26-maintenance-orbit-ring {
    border: 1px solid rgba(63, 99, 255, 0.18);
    background: radial-gradient(circle, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0));
}

.bf26-maintenance-orbit-ring.is-outer {
    width: 100%;
    height: 100%;
}

.bf26-maintenance-orbit-ring.is-middle {
    width: 72%;
    height: 72%;
}

.bf26-maintenance-orbit-core {
    width: 44%;
    height: 44%;
    display: grid;
    place-items: center;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 20px 40px rgba(31, 53, 125, 0.12);
}

.bf26-maintenance-orbit-core img {
    width: 70%;
    height: 70%;
    object-fit: contain;
}

.bf26-file-list,
.bf26-download-items {
    display: grid;
    gap: 0.75rem;
}

.bf26-file-row,
.bf26-download-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0.85rem;
    padding: 0.9rem 1rem;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(21, 34, 84, 0.08);
}

.bf26-file-row-icon {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.95rem;
    background: rgba(63, 99, 255, 0.1);
    color: #3150d3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.bf26-file-row-icon svg {
    width: 1.2rem;
    height: 1.2rem;
}

.bf26-file-meta,
.bf26-download-item > div,
.bf26-settings-summary {
    display: grid;
    gap: 0.25rem;
}

.bf26-file-meta {
    flex: 1;
    min-width: 0;
}

.bf26-file-meta strong,
.bf26-file-meta span {
    overflow-wrap: anywhere;
}

.bf26-file-meta span,
.bf26-download-item span,
.bf26-settings-summary span,
.bf26-support-copy {
    color: var(--bf26-muted);
}

.bf26-icon-button {
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 1rem;
    background: linear-gradient(165deg, var(--bf26-accent), var(--bf26-accent-secondary));
    color: #fff;
    box-shadow: 0 14px 22px rgba(63, 99, 255, 0.2);
}

.bf26-icon-button.is-secondary {
    background: rgba(255, 255, 255, 0.88);
    color: #3f63ff;
    border: 1px solid rgba(63, 99, 255, 0.12);
    box-shadow: none;
}

.bf26-icon-button svg {
    width: 1.15rem;
    height: 1.15rem;
}

.bf26-file-remove {
    width: 2rem;
    height: 2rem;
    border-radius: 0.85rem;
    background: transparent;
    color: rgba(31, 41, 66, 0.7);
    padding: 0;
}

.bf26-file-remove svg {
    width: 1rem;
    height: 1rem;
}

.bf26-tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.4rem;
    padding: 0.35rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.76);
    border: 1px solid var(--bf26-line);
}

.bf26-tabs--flush {
    padding: 0.2rem;
    width: 100%;
}

.bf26-tabs button {
    min-height: 2.85rem;
    border-radius: 999px;
    border: 0;
    background: transparent;
    color: var(--bf26-muted);
    font-weight: 700;
    cursor: pointer;
}

.bf26-compose-settings-card .bf26-tabs button {
    min-height: 2.55rem;
}

.bf26-tabs button.is-active {
    color: #fff;
    background: linear-gradient(165deg, var(--bf26-accent), var(--bf26-accent-secondary));
}

.bf26-settings-body {
    margin-top: 1rem;
    display: grid;
    gap: 1rem;
    flex: 1;
}

.bf26-settings-body--compose {
    min-height: 0;
    overflow: auto;
    padding-right: 0.35rem;
}

.bf26-compose-settings-card .bf26-settings-body {
    margin-top: 0.8rem;
    gap: 0.8rem;
}

.bf26-compose-settings-card .bf26-settings-body--compose {
    overflow: visible;
    padding-right: 0;
    align-content: start;
    align-items: start;
    grid-auto-rows: max-content;
}

.bf26-compose-settings-card .bf26-settings-body--compose > * {
    align-self: start;
}

.bf26-form-stack,
.bf26-password-grid,
.bf26-download-form,
.bf26-download-list,
.bf26-link-block,
.bf26-advanced-panel {
    display: grid;
    gap: 0.85rem;
}

.bf26-field-group {
    display: grid;
    gap: 0.45rem;
}

.bf26-compose-settings-card .bf26-form-stack,
.bf26-compose-settings-card .bf26-password-grid,
.bf26-compose-settings-card .bf26-advanced-panel {
    gap: 0.7rem;
}

.bf26-compose-settings-card .bf26-field-group {
    gap: 0.35rem;
}

.bf26-field-group > span,
.bf26-setting-label {
    font-size: 0.9rem;
    font-weight: 700;
}

.bf26-compose-settings-card .bf26-field-group > span,
.bf26-compose-settings-card .bf26-setting-label {
    font-size: 0.84rem;
}

.bf26-field,
.bf26-textarea,
.bf26-select {
    width: 100%;
    padding: 0.85rem 1rem;
    border-radius: 1rem;
    border: 1px solid rgba(21, 34, 84, 0.12);
    background: rgba(255, 255, 255, 0.84);
    color: var(--bf26-text);
    outline: none;
}

.bf26-compose-settings-card .bf26-field,
.bf26-compose-settings-card .bf26-textarea,
.bf26-compose-settings-card .bf26-select {
    padding: 0.72rem 0.9rem;
}

.bf26-field:focus,
.bf26-textarea:focus,
.bf26-select:focus {
    border-color: rgba(63, 99, 255, 0.42);
    box-shadow: 0 0 0 4px rgba(63, 99, 255, 0.12);
}

.bf26-field.is-readonly {
    opacity: 0.82;
}

.bf26-code-inputs {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 0.65rem;
}

.bf26-code-digit {
    text-align: center;
    font-size: 1.3rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    padding-inline: 0;
}

.bf26-textarea {
    min-height: 6.8rem;
    max-height: 10rem;
    resize: none;
}

.bf26-compose-settings-card .bf26-textarea {
    min-height: 4.5rem;
    max-height: 5.4rem;
}

.bf26-link-placeholder {
    padding: 1rem;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(21, 34, 84, 0.08);
}

.bf26-link-placeholder h3 {
    margin: 0 0 0.5rem;
}

.bf26-advanced-panel {
    padding: 1rem;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.62);
    border: 1px solid rgba(21, 34, 84, 0.08);
}

.bf26-compose-settings-card .bf26-advanced-panel {
    padding: 0.85rem;
}

.bf26-setting-box {
    display: grid;
    gap: 0.65rem;
}

.bf26-segmented {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem;
}

.bf26-segmented button {
    min-height: 2.65rem;
    border-radius: 0.9rem;
    background: rgba(255, 255, 255, 0.86);
    color: var(--bf26-muted);
    border: 1px solid transparent;
}

.bf26-compose-settings-card .bf26-segmented button {
    min-height: 2.42rem;
}

.bf26-segmented button.is-active {
    color: #fff;
    background: linear-gradient(165deg, var(--bf26-accent), var(--bf26-accent-secondary));
}

.bf26-switch-setting {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.bf26-switch-state {
    display: block;
    margin-top: 0.2rem;
    color: var(--bf26-muted);
    font-size: 0.85rem;
}

.bf26-switch {
    position: relative;
    width: 3.3rem;
    height: 1.95rem;
    flex: 0 0 auto;
    border: 0;
    border-radius: 999px;
    background: rgba(33, 49, 104, 0.18);
    cursor: pointer;
    transition: background 0.18s ease, box-shadow 0.18s ease;
}

.bf26-switch:hover {
    box-shadow: 0 12px 24px rgba(31, 53, 125, 0.14);
}

.bf26-switch.is-active {
    background: linear-gradient(165deg, var(--bf26-accent), var(--bf26-accent-secondary));
}

.bf26-switch:focus-visible {
    outline: 2px solid rgba(63, 99, 255, 0.32);
    outline-offset: 2px;
}

.bf26-switch-thumb {
    position: absolute;
    top: 0.2rem;
    left: 0.2rem;
    width: 1.55rem;
    height: 1.55rem;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 7px 16px rgba(20, 34, 84, 0.22);
    transition: transform 0.18s ease;
}

.bf26-switch.is-active .bf26-switch-thumb {
    transform: translateX(1.35rem);
}

.bf26-terms {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    color: var(--bf26-muted);
}

.bf26-terms a {
    color: #304891;
    text-decoration: underline;
}

.bf26-settings-footer {
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.85rem;
    padding-top: 1rem;
    border-top: 1px solid var(--bf26-line);
}

.bf26-compose-grid {
    width: min(100%, 61rem);
    display: grid;
    grid-template-columns: minmax(18.5rem, 21rem) minmax(0, 28.75rem);
    gap: 1rem;
    justify-content: center;
    align-items: stretch;
}

.bf26-compose-stage-stack {
    width: min(100%, 61rem);
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.bf26-compose-stage-stack .bf26-compose-grid {
    width: 100%;
}

.bf26-compose-grid.is-wizard {
    width: min(100%, 38rem);
    grid-template-columns: minmax(0, 1fr);
}

.bf26-alert--stage {
    width: 100%;
    margin: 0;
}

.bf26-alert--compose {
    order: 2;
}

.bf26-compose-grid .bf26-app-card {
    width: 100%;
    min-height: 35rem;
    height: 35rem;
    max-height: 35rem;
}

.bf26-compose-grid.is-wizard .bf26-app-card {
    max-width: 38rem;
    margin-inline: auto;
}

.bf26-compose-files-card,
.bf26-compose-settings-card {
    position: relative;
}

.bf26-compose-files-card {
    padding: 1.35rem;
}

.bf26-compose-settings-card {
    padding: 1.35rem;
}

.bf26-compose-files-head,
.bf26-compose-settings-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.85rem;
}

.bf26-compose-files-head {
    align-items: center;
}

.bf26-compose-files-summary {
    min-width: 0;
}

.bf26-compose-counter {
    max-width: 100%;
}

.bf26-compose-files-head .bf26-picker-menu-shell {
    width: auto;
    min-height: auto;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bf26-compose-muted {
    margin: 0.7rem 0 0;
    color: var(--bf26-muted);
    line-height: 1.55;
}

.bf26-file-list--grow {
    flex: 1;
    min-height: 0;
    overflow: auto;
    align-content: start;
    margin-top: 0.9rem;
    padding-right: 0.35rem;
}

.bf26-file-list--compact {
    gap: 0.55rem;
}

.bf26-file-list--compact .bf26-file-row {
    align-items: center;
    gap: 0.65rem;
    padding: 0.72rem 0.8rem;
}

.bf26-file-list--compact .bf26-file-row-icon {
    width: 2.05rem;
    height: 2.05rem;
    border-radius: 0.8rem;
}

.bf26-file-list--compact .bf26-file-row-icon svg {
    width: 1rem;
    height: 1rem;
}

.bf26-file-list--compact .bf26-file-meta {
    gap: 0.12rem;
}

.bf26-file-list--compact .bf26-file-meta strong {
    font-size: 0.92rem;
    line-height: 1.28;
}

.bf26-file-list--compact .bf26-file-meta span {
    font-size: 0.8rem;
    line-height: 1.22;
}

.bf26-file-list--compact .bf26-file-remove {
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 0.72rem;
}

.bf26-password-grid {
    align-items: start;
}

.bf26-compose-settings-card .bf26-password-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem;
}

.bf26-compose-files-actions,
.bf26-compose-mobile-actions {
    display: none;
    margin-top: 0.9rem;
    padding-top: 0.9rem;
    border-top: 1px solid var(--bf26-line);
}

.bf26-compose-files-actions {
    gap: 0.75rem;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.bf26-compose-grid.is-wizard .bf26-compose-files-actions {
    display: grid;
}

.bf26-compose-files-actions .bf26-picker-menu-shell {
    width: 100%;
    min-height: auto;
    flex: 0 0 auto;
}

.bf26-compose-submit-row {
    margin-top: auto;
    padding-top: 1rem;
    border-top: 1px solid var(--bf26-line);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.bf26-compose-submit-meta {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    min-width: 0;
}

.bf26-compose-submit-copy {
    display: grid;
    gap: 0.05rem;
    min-width: 0;
}

.bf26-compose-submit-copy strong,
.bf26-compose-submit-copy span {
    overflow-wrap: anywhere;
}

.bf26-compose-submit-copy strong {
    font-size: 0.94rem;
}

.bf26-compose-submit-copy span {
    color: var(--bf26-muted);
    font-size: 0.92rem;
}

.bf26-compose-mobile-back {
    display: none;
}

.bf26-compose-grid.is-wizard .bf26-compose-mobile-back {
    display: inline-flex;
}

.bf26-primary-button,
.bf26-secondary-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3rem;
    padding: 0 1rem;
    border-radius: 1rem;
    font-weight: 700;
}

.bf26-primary-button {
    background: linear-gradient(165deg, var(--bf26-accent), var(--bf26-accent-secondary));
    color: #fff;
    box-shadow: 0 14px 24px rgba(63, 99, 255, 0.22);
}

.bf26-secondary-button {
    background: rgba(255, 255, 255, 0.84);
    color: var(--bf26-text);
    border: 1px solid rgba(21, 34, 84, 0.08);
}

.bf26-whatsapp-button {
    background: linear-gradient(165deg, #25d366, #169c50);
    color: #fff;
    border-color: transparent;
    box-shadow: 0 14px 24px rgba(22, 156, 80, 0.22);
}

.bf26-primary-button:disabled,
.bf26-secondary-button:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}

.bf26-summary-row,
.bf26-action-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.bf26-summary-row {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid var(--bf26-line);
    color: var(--bf26-muted);
}

.bf26-verify-actions {
    justify-content: center;
}

.bf26-verify-actions .bf26-primary-button {
    min-width: 18rem;
}

.bf26-summary-chips {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.bf26-summary-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.6rem 0.9rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.74);
    color: #3b4c7c;
    font-size: 0.9rem;
}

.bf26-progress-hero {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 11rem;
}

.bf26-hero-icon {
    width: 10.8rem;
    height: 10.8rem;
    border-radius: 2rem;
    display: grid;
    place-items: center;
    color: #3150d3;
    background: radial-gradient(circle at 30% 25%, rgba(255, 255, 255, 0.95), rgba(232, 239, 255, 0.78));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 18px 36px rgba(63, 99, 255, 0.14);
    animation: bf26-hero-float 3.8s ease-in-out infinite;
}

.bf26-hero-icon svg {
    width: 6.7rem;
    height: 6.7rem;
}

.bf26-hero-icon--sending {
    color: #2545d8;
}

.bf26-hero-icon--finished {
    color: #2b58ea;
    background: radial-gradient(circle at 30% 25%, rgba(255, 255, 255, 0.98), rgba(232, 245, 255, 0.82));
}

@keyframes bf26-hero-float {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px);
    }
}

.bf26-progress-wrap {
    margin-top: 1.25rem;
    display: grid;
    gap: 1rem;
}

.bf26-stage-progress .bf26-status-card,
.bf26-stage-finished .bf26-result-card {
    align-items: center;
    text-align: center;
}

.bf26-stage-progress .bf26-status-card > *,
.bf26-stage-finished .bf26-result-card > * {
    width: 100%;
}

.bf26-stage-progress .bf26-stage-pill,
.bf26-stage-finished .bf26-stage-pill {
    width: auto;
}

.bf26-stage-progress .bf26-progress-wrap,
.bf26-stage-finished .bf26-link-block {
    width: 100%;
    max-width: 24rem;
    margin-inline: auto;
}

.bf26-stage-progress .bf26-summary-row,
.bf26-stage-finished .bf26-action-row {
    justify-content: center;
}

.bf26-stage-finished .bf26-link-block {
    text-align: center;
}

.bf26-stage-finished .bf26-link-block .bf26-field-group {
    text-align: left;
}

.bf26-progress-track {
    position: relative;
    height: 0.8rem;
    border-radius: 999px;
    overflow: hidden;
    background: rgba(21, 34, 84, 0.08);
}

.bf26-progress-track span {
    position: absolute;
    inset: 0 auto 0 0;
    display: block;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--bf26-accent), var(--bf26-accent-secondary));
}

.bf26-pulse-line {
    height: 0.8rem;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(63, 99, 255, 0.18), rgba(110, 141, 255, 0.72), rgba(63, 99, 255, 0.18));
    background-size: 180% 100%;
    animation: bf26-shimmer 1.4s linear infinite;
}

@keyframes bf26-shimmer {
    from {
        background-position: 200% 0;
    }
    to {
        background-position: -200% 0;
    }
}

.bf26-process-grid,
.bf26-download-shell {
    width: min(100%, 61rem);
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(20rem, 28.75rem));
    gap: 1.5rem;
    justify-content: center;
    align-items: stretch;
}

.bf26-download-shell--not-found {
    grid-template-columns: minmax(0, 28.75rem);
    width: 100%;
    min-height: 0;
    margin-block: auto;
    justify-content: center;
    align-content: center;
}

.bf26-download-shell--not-found .bf26-download-card--not-found {
    margin-inline: auto;
}

.bf26-status-card,
.bf26-result-card,
.bf26-download-card,
.bf26-side-card {
    min-height: 35rem;
    height: 35rem;
    max-height: 35rem;
}

.bf26-side-card {
    width: min(100%, 28.75rem);
    padding: 0;
    display: flex;
    align-items: stretch;
}

.bf26-side-card--ad .wt-ad-slot {
    width: 100%;
    min-height: 100%;
    height: 100%;
    border-radius: 2rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(245, 248, 255, 0.92));
    border: 1px solid rgba(255, 255, 255, 0.7);
    box-shadow: var(--bf26-shadow);
    padding: 1.25rem;
}

.bf26-side-card--ad .wt-ad-slot-frame {
    min-height: 100%;
    height: 100%;
    border-radius: 1.35rem;
}

.bf26-side-card--ad .wt-ad-slot {
    position: relative;
}

.bf26-side-card--ad .wt-ad-slot-fallback,
.bf26-inline-ad-fallback {
    min-height: 100%;
    height: 100%;
    display: grid;
    align-content: center;
    gap: 0.85rem;
    padding: 1.35rem;
    border-radius: 1.35rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(242, 246, 255, 0.96));
    border: 1px solid rgba(21, 34, 84, 0.08);
    color: var(--bf26-text);
    text-align: left;
}

.bf26-side-card--ad .wt-ad-slot-fallback[hidden] {
    display: none;
}

.bf26-side-card--ad .wt-ad-slot.is-fallback-visible .wt-ad-slot-frame {
    display: none;
}

.bf26-side-card--ad .wt-ad-slot-fallback strong,
.bf26-inline-ad-fallback strong {
    font-size: 1.1rem;
    line-height: 1.35;
}

.bf26-side-card--ad .wt-ad-slot-fallback-copy,
.bf26-inline-ad-fallback-copy {
    display: grid;
    gap: 0.85rem;
    color: var(--bf26-text);
    line-height: 1.65;
}

.bf26-side-card--ad .wt-ad-slot-fallback-copy > :first-child,
.bf26-inline-ad-fallback-copy > :first-child {
    margin-top: 0;
}

.bf26-side-card--ad .wt-ad-slot-fallback-copy > :last-child,
.bf26-inline-ad-fallback-copy > :last-child {
    margin-bottom: 0;
}

.bf26-side-card--ad .wt-ad-slot-fallback-copy a,
.bf26-inline-ad-fallback-copy a {
    color: #3150d3;
    text-decoration: underline;
    text-underline-offset: 0.14rem;
}

.bf26-side-card--ad .wt-ad-slot-fallback-copy ul,
.bf26-side-card--ad .wt-ad-slot-fallback-copy ol,
.bf26-inline-ad-fallback-copy ul,
.bf26-inline-ad-fallback-copy ol {
    margin: 0;
    padding-left: 1.2rem;
}

.bf26-side-card--ad .wt-ad-slot-fallback p,
.bf26-inline-ad-fallback p {
    margin: 0;
    color: var(--bf26-muted);
    line-height: 1.65;
}

.bf26-inline-ad-eyebrow,
.bf26-side-card--ad .wt-ad-slot-fallback-eyebrow {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 0.4rem 0.75rem;
    border-radius: 999px;
    background: rgba(63, 99, 255, 0.08);
    color: #3150d3;
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.bf26-download-card {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.bf26-download-content {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 0;
}

.bf26-download-card--not-found .bf26-download-content {
    align-items: center;
    justify-content: center;
    text-align: center;
}

.bf26-download-card--not-found .bf26-stage-pill {
    width: auto;
}

.bf26-download-loader-state {
    display: flex;
    flex: 1;
    min-height: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    text-align: center;
}

.bf26-download-loader-state--not-found {
    width: 100%;
    max-width: 22rem;
    margin-inline: auto;
}

.bf26-not-found-player {
    display: block;
    width: min(100%, 15.5rem);
    height: 15.5rem;
    margin-inline: auto;
}

.bf26-loader-hero {
    position: relative;
    width: 11rem;
    height: 11rem;
    display: grid;
    place-items: center;
    color: #3150d3;
}

.bf26-loader-ring {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 8px solid rgba(63, 99, 255, 0.12);
    border-top-color: rgba(63, 99, 255, 0.8);
    animation: bf26-loader-spin 1s linear infinite;
}

.bf26-loader-icon {
    position: relative;
    width: 6.6rem;
    height: 6.6rem;
}

@keyframes bf26-loader-spin {
    to {
        transform: rotate(360deg);
    }
}

.bf26-download-form {
    margin-top: 0.25rem;
}

.bf26-download-list {
    margin-top: 1rem;
    min-height: 0;
    flex: 1;
}

.bf26-download-items {
    min-height: 0;
    overflow: auto;
    padding-right: 0.35rem;
    align-content: start;
}

.bf26-hidden-frame {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    pointer-events: none;
    border: 0;
}

.bf26-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0 2rem 1.35rem;
    color: #5d6e97;
    font-size: 0.88rem;
}

.bf26-footer-links a {
    color: #304891;
}

.bf26-footer-links a:hover {
    text-decoration: underline;
    text-underline-offset: 0.16rem;
}

.bf26-hidden-input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

.bf26-mobile-menu {
    position: absolute;
    top: calc(100% + 0.5rem);
    right: 2rem;
    left: auto;
    z-index: 40;
    width: min(20rem, calc(100vw - 2rem));
    display: grid;
    gap: 0.5rem;
    padding: 0.9rem;
    border-radius: 1.35rem;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(22, 38, 90, 0.1);
    box-shadow: 0 20px 40px rgba(25, 34, 56, 0.16);
    backdrop-filter: blur(18px);
}

.bf26-mobile-menu-head {
    display: none;
}

.bf26-mobile-menu-links {
    display: grid;
    gap: 0.5rem;
}

.bf26-mobile-menu-home {
    display: inline-flex;
    align-items: center;
    min-height: 2.75rem;
    font-size: 0.95rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #1f3472;
}

.bf26-mobile-menu-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.85rem;
    height: 2.85rem;
    border-radius: 1rem;
    background: rgba(244, 247, 255, 0.92);
    color: #304891;
    border: 1px solid rgba(21, 34, 84, 0.08);
}

.bf26-mobile-menu-close svg {
    width: 1.25rem;
    height: 1.25rem;
}

.bf26-mobile-menu-backdrop {
    position: fixed;
    inset: 0;
    z-index: 30;
    background: rgba(16, 34, 61, 0.12);
}

.bf26-mobile-menu-link,
.bf26-mobile-menu-button {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    min-height: 2.9rem;
    padding: 0.8rem 0.95rem;
    border-radius: 1rem;
    background: rgba(244, 247, 255, 0.92);
    color: var(--bf26-text);
    text-align: left;
    border: 1px solid rgba(21, 34, 84, 0.08);
}

.bf26-mobile-menu-link.is-accent,
.bf26-mobile-menu-button {
    background: linear-gradient(165deg, var(--bf26-accent), var(--bf26-accent-secondary));
    color: #fff;
    border-color: transparent;
}

@media (max-width: 960px) {
    .bf26-maintenance-grid {
        grid-template-columns: 1fr;
    }

    .bf26-maintenance-side {
        order: -1;
    }

    .bf26-status-hero-grid,
    .bf26-status-list-head {
        display: grid;
        grid-template-columns: 1fr;
    }

    .bf26-status-list-head p {
        max-width: none;
        text-align: left;
    }

    .bf26-status-overview-grid,
    .bf26-status-facts {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (prefers-reduced-motion: reduce) {
    body.bf26-body::before,
    body.bf26-body::after,
    .bf26-bg-cycle__layer,
    .bf26-bg-cycle__atmosphere,
    .bf26-drop-illustration-glow,
    .bf26-drop-lottie,
    .bf26-hero-icon,
    .bf26-pulse-line,
    .bf26-loader-ring {
        animation: none !important;
    }
}

.bf26-mobile-menu-form {
    margin: 0;
}

@media (min-width: 769px) {
    .bf26-compose-counter {
        white-space: nowrap;
    }
}

@media (max-width: 1100px) {
    .bf26-compose-grid,
    .bf26-process-grid,
    .bf26-download-shell {
        width: min(100%, 58rem);
        grid-template-columns: 1fr;
    }

    .bf26-compose-grid .bf26-app-card,
    .bf26-side-card {
        max-width: 32rem;
        margin-inline: auto;
    }
}

@media (max-width: 768px) {
    .bf26-header {
        padding: 0.85rem 1rem 0.4rem;
    }

    .bf26-header-bar {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 0.75rem;
    }

    .bf26-menu-toggle {
        margin-left: 0;
        order: 1;
        flex: 0 0 auto;
    }

    .bf26-header-spacer {
        display: none;
    }

    .bf26-brand {
        order: 2;
        justify-self: auto;
        align-self: center;
    }

    .bf26-brand img {
        width: 5.1rem;
        height: 5.1rem;
        margin-inline: 0;
    }

    .bf26-header-actions {
        display: none;
    }

    .bf26-mobile-menu {
        inset: 0;
        width: 100vw;
        max-width: none;
        min-height: 100dvh;
        height: 100dvh;
        padding: max(1rem, env(safe-area-inset-top)) 1rem max(1rem, env(safe-area-inset-bottom));
        border-radius: 0;
        border: 0;
        box-shadow: none;
        background: rgba(247, 250, 255, 0.98);
        backdrop-filter: blur(22px);
        overflow-y: auto;
        align-content: start;
        gap: 1rem;
    }

    .bf26-mobile-menu-head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 1rem;
    }

    .bf26-mobile-menu-links {
        gap: 0.75rem;
    }

    .bf26-footer {
        padding-inline: 1rem;
        flex-direction: column;
        align-items: stretch;
    }

    .bf26-main {
        padding-inline: 1rem;
    }

    .bf26-stage {
        min-height: auto;
        padding-bottom: 1.5rem;
    }

    .bf26-process-grid,
    .bf26-download-shell {
        width: 100%;
        gap: 1rem;
    }

    .bf26-download-card {
        gap: 0.85rem;
        padding: 1.25rem;
        border-radius: 1.5rem;
    }

    .bf26-download-content {
        gap: 0.85rem;
    }

    .bf26-download-content > .bf26-stage-pill {
        align-self: flex-start;
    }

    .bf26-download-content .text-4xl {
        font-size: clamp(1.65rem, 7.2vw, 2rem);
        line-height: 1.08;
    }

    .bf26-download-content .mt-5 {
        margin-top: 0.65rem;
    }

    .bf26-download-content .bf26-support-copy {
        line-height: 1.55;
    }

    .bf26-download-form {
        display: grid;
        gap: 0.75rem;
        margin-top: 0;
    }

    .bf26-download-form .bf26-field-group {
        width: 100%;
    }

    .bf26-download-list {
        margin-top: 0.5rem;
    }

    .bf26-download-list h2 {
        margin: 0;
    }

    .bf26-summary-row {
        gap: 0.45rem;
    }

    .bf26-download-content > .bf26-summary-row {
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column;
        margin-top: 0;
        padding-top: 0.85rem;
    }

    .bf26-download-shell--not-found {
        margin-block: auto;
    }

    .bf26-stage-start {
        min-height: calc(100svh - 5.75rem);
        padding-bottom: 2rem;
    }

    .bf26-upload-shell--story {
        top: 0.35rem;
    }

    .bf26-app-card,
    .bf26-side-card {
        width: 100%;
        min-height: auto;
        height: auto;
        max-height: none;
    }

    .bf26-stage-progress .bf26-status-card,
    .bf26-stage-finished .bf26-result-card {
        width: 100%;
    }

    .bf26-stage-progress .bf26-progress-wrap,
    .bf26-stage-finished .bf26-link-block {
        max-width: none;
        margin-inline: 0;
    }

    .bf26-flow-steps {
        width: min(100%, 32rem);
    }

    .bf26-upload-shell--wizard .bf26-flow-steps {
        width: min(100%, 32rem);
    }

    .bf26-compose-files-card,
    .bf26-compose-settings-card {
        min-height: calc(100svh - 7rem);
        height: calc(100svh - 7rem);
        max-height: calc(100svh - 7rem);
        overflow: hidden;
    }

    .bf26-header-actions,
    .bf26-footer-links {
        width: 100%;
    }

    .bf26-flow-steps {
        width: 100%;
        gap: 0.5rem;
    }

    .bf26-flow-step {
        flex: 1 1 0;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.45rem;
    }

    .bf26-flow-step-label {
        font-size: 0.78rem;
        white-space: normal;
    }

    .bf26-flow-step-line {
        flex: 0 0 0.9rem;
        width: 0.9rem;
    }

    .bf26-compose-files-head,
    .bf26-compose-submit-row,
    .bf26-compose-submit-meta {
        flex-direction: column;
        align-items: stretch;
    }

    .bf26-compose-counter {
        white-space: normal;
    }

    .bf26-alert--compose {
        order: 0;
    }

    .bf26-compose-files-actions {
        grid-template-columns: 1fr;
    }

    .bf26-code-inputs {
        gap: 0.45rem;
    }

    .bf26-code-digit {
        font-size: 1.1rem;
    }

    .bf26-compose-files-actions,
    .bf26-compose-mobile-actions {
        display: grid;
    }

    .bf26-compose-mobile-back {
        display: inline-flex;
    }

    .bf26-compose-files-card .bf26-file-list--grow,
    .bf26-compose-settings-card .bf26-settings-body--compose {
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        overscroll-behavior: contain;
        padding-right: 0.15rem;
    }

    .bf26-compose-settings-card .bf26-settings-body--compose {
        padding-bottom: 1rem;
    }

    .bf26-compose-settings-card .bf26-password-grid {
        grid-template-columns: 1fr;
    }

    .bf26-compose-submit-row {
        margin-top: 0.85rem;
        padding-top: 0.85rem;
        flex: 0 0 auto;
        background: linear-gradient(180deg, rgba(246, 248, 255, 0), rgba(246, 248, 255, 0.96) 26%);
    }

    .bf26-home-content-section {
        width: calc(100% + 2rem);
        margin: 0 -1rem 0;
        padding: 3rem 0 1.5rem;
        border-radius: 2rem 2rem 0 0;
    }

    .bf26-home-content-surface {
        padding: 0 1rem;
    }

    .bf26-page-section {
        padding-top: 2rem;
    }

    .bf26-status-stage {
        padding: 1rem 1rem 0;
    }

    .bf26-maintenance-main {
        min-height: auto;
    }

    .bf26-maintenance-stage {
        width: 100%;
        padding: 0.5rem 0 1rem;
    }

    .bf26-maintenance-brand img {
        width: 6.6rem;
        height: 6.6rem;
    }

    .bf26-maintenance-panel,
    .bf26-maintenance-side-card {
        min-height: auto;
        padding: 1.25rem;
        border-radius: 1.5rem;
    }

    .bf26-maintenance-actions {
        width: 100%;
    }

    .bf26-maintenance-orbit {
        width: 12rem;
        height: 12rem;
    }

    .bf26-status-hero,
    .bf26-status-list-panel {
        padding: 1rem;
        border-radius: 1.5rem;
    }

    .bf26-status-item {
        padding: 1rem;
    }

    .bf26-status-item-main {
        flex-direction: column;
        gap: 0.8rem;
    }

    .bf26-status-item-head,
    .bf26-status-overview-head {
        display: grid;
    }

    .bf26-status-refresh {
        width: 100%;
        min-width: 0;
    }

    .bf26-settings-footer {
        flex-direction: column;
        align-items: stretch;
    }

    .bf26-primary-button,
    .bf26-secondary-button {
        width: 100%;
    }

    .bf26-download-item {
        flex-direction: column;
        align-items: stretch;
        gap: 0.75rem;
        padding: 0.85rem 0.9rem;
    }

    .bf26-download-item > div {
        width: 100%;
    }

    .bf26-download-item form {
        width: 100%;
    }

    .bf26-download-item .bf26-secondary-button {
        width: 100%;
    }

    .bf26-download-loader-state {
        gap: 0.85rem;
        padding-block: 0.25rem;
    }

    .bf26-loader-hero {
        width: 8.5rem;
        height: 8.5rem;
    }

    .bf26-loader-ring {
        border-width: 6px;
    }

    .bf26-loader-icon {
        width: 5rem;
        height: 5rem;
    }

    .bf26-download-items {
        overflow: visible;
        padding-right: 0;
    }

    .bf26-not-found-player {
        width: min(100%, 13.5rem);
        height: 13.5rem;
    }
}

@media (max-width: 560px) {
    .bf26-main {
        padding-inline: 0.85rem;
    }

    .bf26-header {
        padding-inline: 0.85rem;
    }

    .bf26-download-card {
        padding: 1rem;
        border-radius: 1.35rem;
    }

    .bf26-download-content {
        gap: 0.75rem;
    }

    .bf26-download-content .text-4xl {
        font-size: 1.5rem;
    }

    .bf26-download-item {
        padding: 0.8rem;
    }

    .bf26-status-overview-grid,
    .bf26-status-facts {
        grid-template-columns: 1fr;
    }

    .bf26-status-item-mark {
        width: 2.85rem;
        height: 2.85rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.bf26-body::before,
    body.bf26-body::after {
        animation: none;
    }
}
