@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-header-actions {
    display: flex;
    align-items: center;
    gap: 0.65rem;
}

.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-header-auth-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.85rem;
    height: 2.85rem;
    padding: 0;
    border-radius: 1rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(239, 245, 255, 0.9));
    color: #304891;
    border: 1px solid rgba(22, 38, 90, 0.12);
    box-shadow: 0 14px 30px rgba(31, 53, 125, 0.12);
}

.bf26-header-auth-link svg {
    width: 1.22rem;
    height: 1.22rem;
}

.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-menu-toggle:hover,
.bf26-header-auth-link:hover {
    transform: translateY(-1px);
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 18px 34px rgba(31, 53, 125, 0.16);
}

.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-main--page-full {
    width: 100%;
    max-width: none;
}

.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-has-action {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.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-alert-action {
    flex: 0 0 auto;
}

.bf26-alert-cta {
    min-width: 10.5rem;
    white-space: nowrap;
}

@media (max-width: 768px) {
    .bf26-alert-has-action {
        display: grid;
    }

    .bf26-alert-action,
    .bf26-alert-cta {
        width: 100%;
    }
}

.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-section--full {
    width: 100%;
    margin: 0;
    border-radius: 0;
}

.bf26-page-section--plain {
    width: 100%;
    margin: 0;
    padding: 2.25rem 0 0;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
}

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

.bf26-page-surface--full {
    width: 100%;
    max-width: none;
    padding-inline: clamp(1rem, 3vw, 2.5rem);
}

.bf26-page-surface--plain {
    width: min(100%, 76rem);
    padding: 0 2rem 2rem;
    border-radius: 2.25rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(243, 247, 255, 0.94));
    box-shadow: var(--bf26-shadow);
}

.bf26-page-section--plain.bf26-page-section--full {
    padding-inline: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(243, 247, 255, 0.94));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72), inset 0 -1px 0 rgba(21, 34, 84, 0.06);
}

.bf26-main--auth {
    align-items: center;
    justify-content: center;
    padding-bottom: 4rem;
}

.bf26-auth-stage {
    width: min(100%, 66rem);
    margin: 0 auto;
    padding: 0.25rem 0 0;
}

.bf26-auth-stage--login {
    width: min(100%, 30rem);
}

.bf26-auth-single {
    width: 100%;
}

.bf26-auth-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
    gap: 1rem;
    align-items: stretch;
}

.bf26-auth-story,
.bf26-auth-card {
    width: 100%;
    min-height: 35rem;
    height: auto;
    max-height: none;
    padding: 1.5rem;
}

.bf26-auth-story {
    background:
        radial-gradient(circle at top left, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0) 42%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(245, 248, 255, 0.94));
}

.bf26-auth-card {
    justify-content: flex-start;
}

.bf26-auth-card--solo {
    min-height: 0;
    justify-content: center;
    padding: 1.75rem;
}

.bf26-auth-story-copy,
.bf26-auth-card-copy {
    display: grid;
    gap: 0.7rem;
}

.bf26-auth-title {
    margin: 0;
    color: var(--bf26-text);
    font-size: clamp(2rem, 4.3vw, 2.85rem);
    line-height: 1.02;
    letter-spacing: -0.05em;
    text-wrap: balance;
}

.bf26-auth-copy {
    margin: 0;
    max-width: 34rem;
    color: var(--bf26-muted);
    font-size: 1rem;
    line-height: 1.65;
}

.bf26-auth-feature-list {
    margin-top: auto;
    display: grid;
    gap: 0.8rem;
    padding-top: 1.4rem;
}

.bf26-auth-feature-item,
.bf26-auth-note,
.bf26-auth-access {
    display: grid;
    gap: 0.32rem;
    padding: 1rem 1.05rem;
    border-radius: 1.25rem;
    border: 1px solid rgba(21, 34, 84, 0.08);
    background: rgba(255, 255, 255, 0.7);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.bf26-auth-feature-item strong,
.bf26-auth-note strong,
.bf26-auth-access strong {
    color: var(--bf26-text);
    font-size: 0.98rem;
    line-height: 1.3;
}

.bf26-auth-feature-item span,
.bf26-auth-note p,
.bf26-auth-access p {
    margin: 0;
    color: var(--bf26-muted);
    line-height: 1.58;
}

.bf26-auth-story-content {
    display: grid;
    gap: 1rem;
}

.bf26-auth-story-content > * {
    margin: 0;
}

.bf26-auth-story-content h1,
.bf26-auth-story-content h2,
.bf26-auth-story-content h3 {
    margin: 0;
    color: var(--bf26-text);
    font-size: clamp(2rem, 4.3vw, 2.85rem);
    line-height: 1.05;
    letter-spacing: -0.05em;
    text-wrap: balance;
}

.bf26-auth-story-content p,
.bf26-auth-story-content li {
    color: var(--bf26-muted);
    line-height: 1.65;
}

.bf26-auth-story-content ul,
.bf26-auth-story-content ol {
    margin: 0;
    padding-left: 1.2rem;
    display: grid;
    gap: 0.45rem;
}

.bf26-auth-note {
    margin-top: 1rem;
}

.bf26-auth-note-soft {
    background: rgba(235, 241, 255, 0.72);
}

.bf26-auth-form {
    margin-top: 1rem;
}

.bf26-auth-links,
.bf26-auth-actions {
    margin-top: 1rem;
}

.bf26-auth-links {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    flex-wrap: wrap;
    color: var(--bf26-muted);
}

.bf26-auth-links a,
.bf26-auth-actions a {
    color: #304891;
    font-weight: 700;
}

.bf26-auth-links-stack,
.bf26-auth-actions-stack {
    display: grid;
    justify-items: start;
    gap: 0.7rem;
}

.bf26-auth-actions {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.bf26-auth-actions form {
    margin: 0;
}

.bf26-stage-pill--soft {
    background: rgba(235, 241, 255, 0.96);
}

@media (max-width: 1024px) {
    .bf26-auth-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .bf26-auth-story,
    .bf26-auth-card {
        min-height: auto;
    }

    .bf26-auth-feature-list {
        margin-top: 0;
    }
}

@media (max-width: 768px) {
    .bf26-main--auth {
        padding-bottom: 2rem;
    }

    .bf26-auth-stage {
        width: 100%;
    }

    .bf26-auth-story,
    .bf26-auth-card {
        padding: 1.15rem;
        border-radius: 1.6rem;
    }

    .bf26-auth-title {
        font-size: clamp(1.7rem, 8vw, 2.15rem);
    }

    .bf26-auth-copy {
        font-size: 0.95rem;
    }

    .bf26-auth-actions,
    .bf26-auth-links {
        display: grid;
        justify-items: stretch;
    }

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

.bf26-page-surface--plain.bf26-page-surface--full {
    width: 100%;
    max-width: none;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
}

.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-compose-mail-fields {
    gap: 0.72rem;
}

.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-compose-settings-card .bf26-compose-message {
    min-height: 8.4rem;
    max-height: 13rem;
    line-height: 1.55;
}

.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-head-options {
    display: none;
}

.bf26-icon-button.bf26-compose-options-toggle,
.bf26-icon-button.bf26-compose-options-toggle.is-secondary {
    width: 2.2rem;
    height: 2.2rem;
    padding: 0;
    border: 0;
    border-radius: 0.7rem;
    background: transparent;
    color: #3f63ff;
    box-shadow: none;
}

.bf26-icon-button.bf26-compose-options-toggle:hover,
.bf26-icon-button.bf26-compose-options-toggle.is-secondary:hover {
    background: transparent;
    border-color: transparent;
    box-shadow: none;
}

.bf26-icon-button.bf26-compose-options-toggle svg {
    width: 1.25rem;
    height: 1.25rem;
}

.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-copy {
    display: grid;
    justify-items: center;
    text-align: center;
}

.bf26-verify-copy p {
    max-width: 32ch;
    margin-inline: auto;
}

.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-stage-finished .bf26-result-card {
    align-items: stretch;
    text-align: left;
    justify-self: center;
    width: min(100%, 28.75rem);
    min-height: 35rem;
    height: auto;
    max-height: none;
}

.bf26-finished-layout {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-rows: auto auto minmax(0, 1fr);
    gap: 1rem;
}

.bf26-finished-header {
    display: grid;
    justify-items: center;
    text-align: center;
    gap: 0.75rem;
}

.bf26-finished-header .bf26-stage-pill {
    justify-self: center;
}

.bf26-finished-header .bf26-progress-hero {
    min-height: auto;
}

.bf26-finished-title-group {
    display: grid;
    gap: 0.35rem;
}

.bf26-finished-title-group h2,
.bf26-finished-title-group p,
.bf26-finished-copy-note {
    margin: 0;
}

.bf26-finished-title-group p {
    max-width: 22rem;
}

.bf26-hero-icon--premium {
    position: relative;
    width: 8.5rem;
    height: 8.5rem;
    border-radius: 2.2rem;
    background:
        radial-gradient(circle at 30% 24%, rgba(255, 255, 255, 0.98), rgba(232, 244, 255, 0.82) 58%, rgba(213, 229, 255, 0.7) 100%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.92),
        0 18px 34px rgba(63, 99, 255, 0.18),
        0 0 0 1px rgba(84, 116, 234, 0.06);
    isolation: isolate;
}

.bf26-hero-icon--premium::before {
    content: "";
    position: absolute;
    inset: -1rem;
    border-radius: 2.9rem;
    background: radial-gradient(circle, rgba(104, 144, 255, 0.22), rgba(104, 144, 255, 0) 72%);
    z-index: -2;
    animation: bf26-success-glow 4.2s ease-in-out infinite;
}

.bf26-hero-icon--premium::after {
    content: "";
    position: absolute;
    inset: 0.65rem;
    border-radius: 1.65rem;
    border: 1px solid rgba(84, 116, 234, 0.12);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.44), rgba(255, 255, 255, 0));
    z-index: -1;
}

.bf26-hero-icon--premium svg {
    width: 5.35rem;
    height: 5.35rem;
    filter: drop-shadow(0 8px 18px rgba(43, 88, 234, 0.14));
}

@keyframes bf26-success-glow {
    0%,
    100% {
        transform: scale(0.96);
        opacity: 0.88;
    }
    50% {
        transform: scale(1.04);
        opacity: 1;
    }
}

.bf26-finished-details {
    display: grid;
    gap: 0.8rem;
    align-content: start;
}

.bf26-finished-spotlight {
    display: grid;
    gap: 0.75rem;
    padding: 1rem 1.05rem;
    border-radius: 1.5rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(239, 245, 255, 0.88));
    border: 1px solid rgba(76, 108, 225, 0.12);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), 0 12px 28px rgba(63, 99, 255, 0.08);
}

.bf26-finished-spotlight-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.65rem;
    flex-wrap: wrap;
}

.bf26-finished-spotlight-type,
.bf26-finished-spotlight-state {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    min-height: 1.75rem;
    padding: 0.34rem 0.72rem;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.bf26-finished-spotlight-type {
    background: rgba(63, 99, 255, 0.08);
    color: #3150d3;
}

.bf26-finished-spotlight-state {
    background: rgba(28, 156, 84, 0.08);
    color: #207a48;
}

.bf26-finished-spotlight-state.is-pending {
    background: rgba(63, 99, 255, 0.08);
    color: #3150d3;
}

.bf26-finished-spotlight-body {
    display: grid;
    gap: 0.6rem;
}

.bf26-finished-spotlight-label {
    font-size: 0.82rem;
    font-weight: 700;
    color: #5f7097;
}

.bf26-finished-link-field {
    font-size: 0.95rem;
    font-weight: 700;
    color: #1f325d;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.84);
}

.bf26-finished-recipient-value {
    font-size: 1.12rem;
    line-height: 1.35;
    color: var(--bf26-text);
    word-break: break-word;
}

.bf26-finished-spotlight-copy {
    margin: 0;
    color: var(--bf26-muted);
    line-height: 1.55;
}

.bf26-finished-facts {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    flex-wrap: wrap;
}

.bf26-finished-facts .bf26-summary-chip {
    background: rgba(255, 255, 255, 0.86);
}

.bf26-finished-actions {
    margin-top: auto;
    display: grid;
    gap: 0.75rem;
    align-content: end;
}

.bf26-finished-actions-stack {
    display: grid;
    gap: 0.7rem;
}

.bf26-action-row--finished {
    justify-content: center;
}

.bf26-action-row--finished .bf26-primary-button,
.bf26-action-row--finished .bf26-secondary-button {
    min-width: 12rem;
}

.bf26-finished-copy-note {
    font-size: 0.84rem;
    text-align: center;
    color: #4464dd;
}

.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 {
    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 {
    width: 100%;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 28.75rem) minmax(0, 1fr);
    gap: 1.5rem;
    align-items: start;
}

.bf26-download-shell--with-ad {
    grid-template-columns: minmax(0, 1fr) minmax(0, 17rem) minmax(0, 28.75rem) minmax(0, 17rem) minmax(0, 1fr);
}

.bf26-download-stage {
    grid-column: 2;
    width: 100%;
    display: flex;
    justify-content: center;
}

.bf26-download-shell--with-ad .bf26-download-stage {
    grid-column: 3;
}

.bf26-download-shell--not-found {
    min-height: 0;
    margin-block: auto;
    align-content: center;
}

.bf26-download-shell--not-found .bf26-download-stage {
    grid-column: 2;
}

.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,
.bf26-download-ad {
    min-height: 35rem;
    height: 35rem;
    max-height: 35rem;
}

.bf26-download-ad {
    grid-column: 4;
    width: 100%;
    max-width: 17rem;
    min-width: 0;
    display: flex;
    align-items: stretch;
    justify-self: start;
}

.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-download-ad.bf26-side-card--ad .wt-ad-slot {
    max-width: none;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.bf26-download-ad.bf26-side-card--ad .wt-ad-slot-label {
    margin-bottom: 0.65rem;
    padding-left: 0.1rem;
}

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

.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-download-ad.bf26-side-card--ad .wt-ad-slot-fallback {
    padding: 0.1rem 0 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.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 {
    width: min(100%, 28.75rem);
    margin-inline: auto;
    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-copy,
.bf26-footer-copy-made {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    flex-wrap: wrap;
}

.bf26-footer-copy-separator {
    color: rgba(93, 110, 151, 0.66);
}

.bf26-footer-copy-flag,
.bf26-footer-copy-cheese {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.bf26-footer-copy-flag svg {
    width: 1rem;
    height: 1rem;
    border-radius: 0.22rem;
    box-shadow: 0 1px 4px rgba(18, 35, 72, 0.14);
}

.bf26-footer-copy-cheese svg {
    width: 1.08rem;
    height: 1.08rem;
}

.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(22rem, calc(100vw - 2rem));
    display: grid;
    gap: 0.75rem;
    padding: 0.65rem;
    border-radius: 0.9rem;
    background: transparent;
    border: 0;
    box-shadow: none;
    backdrop-filter: none;
}

.bf26-mobile-menu-head {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.75rem;
}

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

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

.bf26-mobile-menu-backdrop {
    position: fixed;
    inset: 0;
    z-index: 30;
    background: transparent;
    backdrop-filter: none;
}

.bf26-mobile-menu-panel,
.bf26-mobile-menu-utility {
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(21, 34, 84, 0.08);
    border-radius: 0.45rem;
    box-shadow: 0 14px 28px rgba(16, 22, 39, 0.14);
}

.bf26-mobile-menu-panel {
    overflow: hidden;
}

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

.bf26-mobile-menu-link,
.bf26-mobile-menu-button {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    min-height: 3.2rem;
    padding: 0.95rem 1.25rem;
    border-radius: 0;
    background: transparent;
    color: var(--bf26-text);
    text-align: left;
    border: 0;
    border-bottom: 1px solid rgba(21, 34, 84, 0.08);
    font-size: 1rem;
    font-weight: 500;
    text-decoration: none;
}

.bf26-mobile-menu-button {
    font: inherit;
    cursor: pointer;
}

.bf26-mobile-menu-links > .bf26-mobile-menu-link:last-child,
.bf26-mobile-menu-links > .bf26-mobile-menu-form:last-child .bf26-mobile-menu-button {
    border-bottom: 0;
}

.bf26-mobile-menu-language {
    display: grid;
    gap: 0.5rem;
    padding: 1rem 1.15rem;
}

.bf26-mobile-menu-language-label {
    color: #8b95a8;
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.bf26-mobile-menu-language-select-wrap {
    position: relative;
    display: flex;
    align-items: center;
}

.bf26-mobile-menu-language-select {
    appearance: none;
    width: 100%;
    min-height: 2.85rem;
    padding: 0.72rem 2.75rem 0.72rem 0.9rem;
    border-radius: 0.35rem;
    border: 1px solid rgba(21, 34, 84, 0.14);
    background: #fff;
    color: var(--bf26-text);
    font: inherit;
    font-size: 0.98rem;
}

.bf26-mobile-menu-language-select:focus {
    outline: none;
    border-color: rgba(63, 99, 255, 0.42);
    box-shadow: 0 0 0 4px rgba(63, 99, 255, 0.12);
}

.bf26-mobile-menu-language-select-icon {
    position: absolute;
    right: 0.85rem;
    width: 1rem;
    height: 1rem;
    color: #9aa3b8;
    pointer-events: none;
}

@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;
    }

    .bf26-compose-settings-card .bf26-compose-mail-fields {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        align-items: start;
    }

    .bf26-compose-settings-card .bf26-compose-message-group {
        grid-column: 1 / -1;
    }
}

@media (max-width: 1240px) {
    .bf26-download-shell,
    .bf26-download-shell--with-ad {
        width: min(100%, 32rem);
        margin-inline: auto;
        grid-template-columns: minmax(0, 1fr);
    }

    .bf26-download-stage,
    .bf26-download-shell--with-ad .bf26-download-stage,
    .bf26-download-ad {
        grid-column: 1;
    }

    .bf26-download-ad {
        width: 100%;
        max-width: 28.75rem;
        min-height: 14rem;
        height: auto;
        max-height: none;
        justify-self: center;
    }

    .bf26-download-ad.bf26-side-card--ad .wt-ad-slot-frame,
    .bf26-download-ad.bf26-side-card--ad .wt-ad-slot-fallback {
        min-height: clamp(11rem, 32vw, 16rem);
        height: auto;
    }
}

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

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

@media (max-width: 768px) {
    .bf26-main--not-found {
        min-height: calc(100svh - 8.75rem);
        align-items: center;
    }

    .bf26-header {
        padding: 0.85rem 1rem 0.4rem;
    }

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

    .bf26-menu-toggle {
        margin-left: 0;
        order: 1;
        flex: 0 0 auto;
        position: relative;
        z-index: 2;
    }

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

    .bf26-brand {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        order: 2;
        justify-self: auto;
        align-self: center;
        z-index: 1;
    }

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

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

    .bf26-mobile-menu {
        position: fixed;
        top: max(0.75rem, env(safe-area-inset-top));
        right: 0.85rem;
        left: auto;
        bottom: auto;
        width: min(22rem, calc(100vw - 1.4rem));
        max-width: calc(100vw - 1.4rem);
        min-height: auto;
        height: auto;
        max-height: calc(100dvh - max(0.75rem, env(safe-area-inset-top)) - max(0.85rem, env(safe-area-inset-bottom)) - 0.75rem);
        padding: 0;
        border-radius: 0;
        border: 0;
        box-shadow: none;
        background: transparent;
        backdrop-filter: none;
        overflow-y: auto;
        align-content: start;
        gap: 0.55rem;
    }

    .bf26-mobile-menu-head {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 0.5rem;
    }

    .bf26-mobile-menu-panel,
    .bf26-mobile-menu-utility {
        border-radius: 0.3rem;
    }

    .bf26-mobile-menu-link,
    .bf26-mobile-menu-button {
        min-height: 3.35rem;
        padding: 0.95rem 1.2rem;
        font-size: 1.02rem;
    }

    .bf26-mobile-menu-utility {
        margin-top: 0;
    }

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

    .bf26-footer-copy {
        white-space: normal;
    }

    .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-shell--with-ad {
        grid-template-columns: minmax(0, 1fr);
    }

    .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 {
        grid-template-columns: minmax(0, 1fr);
        margin-block: auto;
        justify-items: center;
    }

    .bf26-download-shell--not-found .bf26-download-stage {
        grid-column: 1;
        width: 100%;
    }

    .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,
    .bf26-download-ad {
        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-finished-layout {
        gap: 0.85rem;
    }

    .bf26-finished-spotlight {
        padding: 0.9rem 0.95rem;
        border-radius: 1.28rem;
    }

    .bf26-hero-icon--premium {
        width: 7.4rem;
        height: 7.4rem;
        border-radius: 1.7rem;
    }

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

    .bf26-finished-title-group p {
        max-width: none;
    }

    .bf26-finished-spotlight-head {
        align-items: flex-start;
    }

    .bf26-finished-actions .bf26-action-row {
        flex-direction: column;
        align-items: stretch;
    }

    .bf26-action-row--finished .bf26-primary-button,
    .bf26-action-row--finished .bf26-secondary-button {
        width: 100%;
        min-width: 0;
    }

    .bf26-flow-steps,
    .bf26-upload-shell--wizard .bf26-flow-steps,
    .bf26-upload-shell--wizard .bf26-compose-stage-stack,
    .bf26-upload-shell--wizard .bf26-alert--stage {
        width: min(100%, 28.75rem);
        max-width: 28.75rem;
        margin-inline: auto;
    }

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

    .bf26-compose-settings-card {
        min-height: calc(100svh - 4.5rem);
        height: auto;
        max-height: none;
        overflow: visible;
        padding: 1.15rem;
    }

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

    .bf26-flow-steps {
        position: static;
        left: auto;
        transform: none;
        width: min(100%, 28.75rem);
        max-width: 28.75rem;
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 0.55fr) minmax(0, 1fr) minmax(0, 0.55fr) minmax(0, 1fr);
        align-items: start;
        justify-items: center;
        gap: 0.45rem;
        padding-inline: 0.15rem;
        box-sizing: border-box;
    }

    .bf26-flow-step {
        width: 100%;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        text-align: center;
        gap: 0.45rem;
    }

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

    .bf26-flow-step-line {
        width: 100%;
        min-width: 0;
        align-self: start;
        margin-top: 1rem;
    }

    .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-compose-settings-head {
        align-items: center;
    }

    .bf26-compose-head-options {
        display: none;
    }

    .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 {
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        overscroll-behavior: contain;
        padding-right: 0.15rem;
    }

    .bf26-compose-settings-card .bf26-settings-body--compose {
        overflow: visible;
        padding-right: 0;
        padding-bottom: 1rem;
    }

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

    .bf26-compose-settings-card .bf26-compose-mail-fields {
        gap: 0.6rem;
    }

    .bf26-compose-settings-card .bf26-compose-message {
        min-height: 7.25rem;
        max-height: none;
    }

    .bf26-compose-submit-meta {
        display: grid;
        grid-template-columns: 2.2rem minmax(0, 1fr) 2.2rem;
        align-items: center;
        width: 100%;
        gap: 0.5rem;
    }

    .bf26-compose-submit-meta::after {
        content: "";
        width: 2.2rem;
        height: 2.2rem;
        grid-column: 3;
    }

    .bf26-compose-submit-meta > .bf26-compose-options-toggle {
        display: inline-flex;
        grid-column: 1;
        justify-self: start;
    }

    .bf26-compose-submit-copy {
        grid-column: 2;
        align-items: center;
        text-align: center;
    }

    .bf26-compose-submit-copy strong {
        width: 100%;
        text-align: center;
    }

    .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-page-section--full {
        width: 100%;
        margin: 0;
    }

    .bf26-page-section--plain {
        width: 100%;
        margin: 0;
        padding-top: 1rem;
    }

    .bf26-page-surface--full {
        padding-inline: 1rem;
    }

    .bf26-page-surface--plain {
        padding: 0 1rem 1.4rem;
        border-radius: 1.6rem;
    }

    .bf26-page-surface--plain.bf26-page-surface--full {
        padding-inline: 1rem;
        border-radius: 0;
    }

    .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;
    }
}

.bf26-download-shell {
    grid-template-columns: minmax(0, 1fr) minmax(0, 45rem) minmax(0, 1fr);
}

.bf26-download-shell--with-ad {
    grid-template-columns: minmax(0, 1fr) minmax(0, 17rem) minmax(0, 45rem) minmax(0, 17rem) minmax(0, 1fr);
}

.bf26-download-card {
    width: min(100%, 45rem);
    min-height: 0;
    height: auto;
    max-height: none;
    padding: 2rem 1.95rem 1.65rem;
    border-radius: 1.85rem;
    border: 1px solid rgba(255, 255, 255, 0.8);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(248, 250, 255, 0.95));
    box-shadow: 0 20px 46px rgba(31, 53, 125, 0.1), 0 4px 18px rgba(31, 53, 125, 0.04);
    overflow: visible;
}

.bf26-download-card--not-found {
    width: min(100%, 28.75rem);
    min-height: 35rem;
    height: auto;
    max-height: none;
    overflow: hidden;
}

.bf26-download-content {
    overflow: visible;
}

.bfdl-panel {
    --bfdl-accent: var(--bf26-accent, #3f63ff);
    --bfdl-accent-strong: var(--bf26-accent-secondary, #1e41df);
    --bfdl-ink: #17305f;
    --bfdl-muted: #6f7fab;
    display: grid;
    gap: 1.25rem;
    justify-items: center;
}

.bfdl-status {
    width: min(100%, 34.25rem);
    display: flex;
    justify-content: center;
    gap: 0.75rem;
    align-items: start;
    margin-inline: auto;
}

.bfdl-status-icon {
    width: 2rem;
    height: 2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #24b26b;
}

.bfdl-status-icon svg {
    width: 100%;
    height: 100%;
}

.bfdl-status-copy {
    display: grid;
    justify-items: center;
    text-align: center;
}

.bfdl-status-copy h1 {
    margin: 0;
    color: var(--bfdl-ink);
    font-size: clamp(1.66rem, 2vw, 1.96rem);
    line-height: 1.08;
    letter-spacing: -0.03em;
}

.bfdl-status-copy p {
    margin: 0.3rem 0 0;
    color: var(--bfdl-muted);
    line-height: 1.55;
    font-size: 0.95rem;
}

.bfdl-shell--desktop .bfdl-status {
    justify-content: flex-start;
    gap: 0.55rem;
}

.bfdl-shell--desktop .bfdl-status-copy {
    justify-items: start;
    text-align: left;
}

.bfdl-artifact-card {
    width: min(100%, 34.25rem);
    display: grid;
    grid-template-columns: 4.4rem minmax(0, 1fr);
    gap: 1rem;
    padding: 1.02rem 1.15rem;
    border-radius: 0.98rem;
    background: linear-gradient(180deg, rgba(251, 252, 255, 0.98), rgba(245, 247, 253, 0.94));
    border: 1px solid rgba(20, 35, 83, 0.06);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.78), 0 8px 22px rgba(31, 53, 125, 0.035);
    margin-inline: auto;
}

.bfdl-artifact-icon {
    width: 4.4rem;
    height: 4.4rem;
    border-radius: 0.95rem;
    display: grid;
    place-items: center;
    background: linear-gradient(180deg, rgba(233, 242, 255, 0.98), rgba(214, 229, 255, 0.88));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

.bfdl-artifact-icon svg {
    width: 3rem;
    height: 3rem;
}

.bfdl-artifact-copy {
    display: grid;
    gap: 0.35rem;
    min-width: 0;
    align-content: center;
}

.bfdl-artifact-copy h3,
.bfdl-file-list h3,
.bfdl-qr-copy h3 {
    margin: 0;
    color: var(--bfdl-ink);
}

.bfdl-artifact-copy h3 {
    font-size: 0.98rem;
    font-weight: 800;
    line-height: 1.35;
    word-break: break-word;
}

.bfdl-artifact-copy p,
.bfdl-file-item-copy span,
.bfdl-option-copy small,
.bfdl-trust-item small,
.bfdl-feedback p,
.bfdl-qr-copy p {
    margin: 0;
    color: var(--bfdl-muted);
    line-height: 1.55;
}

.bfdl-meta-list {
    display: grid;
    gap: 0.35rem;
    margin-top: 0.15rem;
}

.bfdl-meta-item {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #6c7ca6;
    font-size: 0.83rem;
}

.bfdl-meta-item-icon {
    width: 1rem;
    height: 1rem;
    display: inline-flex;
    color: #89a1df;
}

.bfdl-meta-item-icon svg {
    width: 100%;
    height: 100%;
}

.bfdl-form {
    display: grid;
    gap: 0.95rem;
    width: min(100%, 34.25rem);
    margin-inline: auto;
}

.bf26-primary-button.bfdl-main-button,
.bf26-secondary-button.bfdl-option-card,
.bf26-secondary-button.bfdl-qr-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.bf26-primary-button.bfdl-main-button {
    width: 100%;
    min-height: 3.1rem;
    padding-inline: 1.2rem;
    border-radius: 0.72rem;
    font-size: 0.98rem;
    box-shadow: 0 12px 24px rgba(49, 80, 211, 0.2);
}

.bfdl-feedback,
.bfdl-note {
    width: min(100%, 34.25rem);
    padding: 0.95rem 1rem;
    border-radius: 1rem;
    border: 1px solid rgba(20, 35, 83, 0.08);
    background: rgba(245, 248, 255, 0.86);
    margin-inline: auto;
}

.bfdl-feedback strong {
    display: block;
    margin-bottom: 0.25rem;
    color: #1d7b46;
}

.bf26-upload-finished-panel {
    width: 100%;
}

.bf26-upload-finished-artifact-copy {
    gap: 0.72rem;
}

.bf26-upload-finished-copy {
    display: grid;
    gap: 0.22rem;
    min-width: 0;
}

.bf26-upload-finished-kicker {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    color: #6a7aa5;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.bf26-upload-finished-value {
    display: block;
    margin: 0;
    color: var(--bfdl-ink);
    font-size: 1.08rem;
    font-weight: 800;
    line-height: 1.35;
    word-break: break-word;
}

.bf26-upload-finished-value--link,
.bf26-upload-finished-mobile-value {
    word-break: break-all;
}

.bf26-upload-finished-value--link {
    font-size: 0.94rem;
    line-height: 1.55;
}

.bf26-upload-finished-copy p {
    margin: 0;
    color: var(--bfdl-muted);
    line-height: 1.5;
}

.bf26-upload-finished-action-stack {
    align-content: start;
}

.bf26-upload-finished-secondary {
    width: 100%;
    min-height: 3.05rem;
    border-radius: 0.78rem;
}

.bf26-upload-finished-alert {
    width: min(100%, 34.25rem);
    margin-inline: auto;
}

.bf26-finished-upsell {
    width: 100%;
    margin: 0;
    display: grid;
    gap: 0.72rem;
}

.bf26-finished-upsell-toggle {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: start;
    gap: 0.72rem;
    padding: 0.95rem 1rem;
    border: 1px solid rgba(79, 112, 214, 0.16);
    border-radius: 1rem;
    background:
        radial-gradient(circle at top right, rgba(121, 154, 255, 0.16), transparent 38%),
        linear-gradient(180deg, rgba(248, 251, 255, 0.98), rgba(240, 246, 255, 0.94));
    color: #14336d;
    cursor: pointer;
}

.bf26-finished-upsell-toggle input[type="checkbox"] {
    width: 1.05rem;
    height: 1.05rem;
    margin-top: 0.14rem;
    accent-color: var(--bf26-accent);
}

.bf26-finished-upsell-toggle span {
    font-weight: 600;
    line-height: 1.55;
}

.bf26-finished-upsell-actions {
    display: grid;
    width: 100%;
}

.bf26-finished-upsell-button {
    width: 100%;
    min-height: 3.2rem;
}

.bf26-finished-upsell-actions .bf26-primary-button[disabled] {
    opacity: 0.58;
    cursor: not-allowed;
}

.bfdl-options-head {
    width: min(100%, 34.25rem);
    display: flex;
    align-items: center;
    gap: 0.7rem;
    color: var(--bfdl-muted);
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: none;
    letter-spacing: 0.02em;
    margin-inline: auto;
}

.bfdl-options-head::before,
.bfdl-options-head::after {
    content: "";
    height: 1px;
    flex: 1 1 auto;
    background: rgba(20, 35, 83, 0.1);
}

.bfdl-options-grid {
    width: min(100%, 34.25rem);
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.9rem;
    margin-inline: auto;
}

.bfdl-option-card,
.bfdl-option-card.bf26-secondary-button {
    width: 100%;
    min-height: 4.65rem;
    padding: 0.75rem 0.95rem;
    border-radius: 0.95rem;
    border: 1px solid rgba(20, 35, 83, 0.07);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(250, 251, 255, 0.95));
    box-shadow: 0 8px 18px rgba(31, 53, 125, 0.04);
    color: var(--bfdl-ink);
    text-align: left;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 0.85rem;
    justify-content: flex-start;
}

.bfdl-option-card:hover {
    transform: translateY(-1px);
    box-shadow: 0 11px 22px rgba(31, 53, 125, 0.06);
}

.bfdl-option-icon {
    width: 2.45rem;
    height: 2.45rem;
    border-radius: 0.82rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(79, 113, 255, 0.1);
    color: var(--bfdl-accent-strong);
    flex: 0 0 auto;
}

.bfdl-option-icon svg {
    width: 1.35rem;
    height: 1.35rem;
}

.bfdl-option-copy {
    display: grid;
    gap: 0.18rem;
    min-width: 0;
}

.bfdl-option-copy strong {
    font-size: 0.94rem;
    line-height: 1.2;
}

.bfdl-option-copy strong,
.bfdl-trust-item strong {
    color: var(--bfdl-ink);
}

.bfdl-trust-grid {
    width: min(100%, 34.25rem);
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    padding: 0.08rem 0.2rem;
    border-radius: 0.9rem;
    background: rgba(242, 239, 248, 0.74);
    border: 1px solid rgba(20, 35, 83, 0.06);
    margin-inline: auto;
}

.bfdl-trust-item {
    min-width: 0;
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    padding: 0.72rem 0.85rem;
    border-radius: 0.85rem;
    background: transparent;
}

.bfdl-trust-item + .bfdl-trust-item {
    border-left: 1px solid rgba(20, 35, 83, 0.06);
}

.bfdl-trust-icon {
    width: 0.98rem;
    height: 0.98rem;
    flex: 0 0 auto;
    display: inline-flex;
    margin-top: 0.1rem;
}

.bfdl-trust-icon svg {
    width: 100%;
    height: 100%;
}

.bfdl-trust-item--secure .bfdl-trust-icon {
    color: #24b26b;
}

.bfdl-trust-item--swiss .bfdl-trust-icon {
    color: #dd2033;
}

.bfdl-trust-item--direct .bfdl-trust-icon {
    color: #3f63ff;
}

.bfdl-trust-item strong {
    display: block;
    font-size: 0.92rem;
    line-height: 1.2;
}

.bfdl-trust-item small {
    display: block;
    margin-top: 0.18rem;
    font-size: 0.82rem;
}

.bfdl-footnote {
    width: min(100%, 34.25rem);
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 0.35rem;
    padding-top: 0.9rem;
    border-top: 1px solid rgba(20, 35, 83, 0.1);
    color: #7b89ae;
    font-size: 0.72rem;
    line-height: 1.45;
    text-align: center;
    margin-inline: auto;
}

.bfdl-footnote-copy {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.3rem;
    flex-wrap: wrap;
}

.bfdl-footnote-segment {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
}

.bfdl-footnote-segment--lead .bfdl-footnote-lock {
    margin-top: 0;
    align-self: center;
}

.bfdl-footnote-separator {
    color: #8e9cc0;
}

.bfdl-footnote-flag {
    width: 0.86rem;
    height: 0.86rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 0.08rem;
}

.bfdl-footnote-flag svg {
    width: 100%;
    height: 100%;
}

.bfdl-footnote-lock {
    width: 0.9rem;
    height: 0.9rem;
    flex: 0 0 auto;
    display: inline-flex;
    margin-top: 0.08rem;
}

.bfdl-footnote-lock svg {
    width: 100%;
    height: 100%;
}

.bfdl-file-list {
    display: grid;
    gap: 0.8rem;
}

.bfdl-file-list-items {
    display: grid;
    gap: 0.75rem;
}

.bfdl-file-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.9rem 1rem;
    border-radius: 1rem;
    background: rgba(248, 250, 255, 0.92);
    border: 1px solid rgba(20, 35, 83, 0.08);
}

.bfdl-file-item-copy {
    display: grid;
    gap: 0.18rem;
    min-width: 0;
}

.bfdl-file-item-copy strong {
    color: var(--bfdl-ink);
    word-break: break-word;
}

.bfdl-qr-modal {
    position: fixed;
    inset: 0;
    z-index: 60;
    display: grid;
    place-items: center;
    padding: 1.25rem;
    background: rgba(11, 20, 49, 0.58);
    backdrop-filter: blur(10px);
}

.bfdl-qr-dialog {
    width: min(100%, 29rem);
    display: grid;
    gap: 1rem;
    padding: 1.3rem;
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, 0.97);
    border: 1px solid rgba(255, 255, 255, 0.72);
    box-shadow: none;
}

.bfdl-qr-card {
    display: grid;
    place-items: center;
    padding: 1rem;
    border-radius: 1.25rem;
    background: #ffffff;
}

.bfdl-qr-card img {
    display: block;
    width: min(100%, 15rem);
    height: auto;
}

.bfdl-qr-copy {
    display: grid;
    gap: 0.7rem;
    text-align: center;
}

.bfdl-option-card--mobile {
    display: none;
}

body.bf26-body--download::before {
    background: linear-gradient(120deg, #2c73f1 0%, #3052df 34%, #7d58ec 68%, #f39bc0 100%);
}

body.bf26-body--download::after {
    background:
        radial-gradient(880px 520px at 14% 18%, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0)),
        radial-gradient(520px 360px at 88% 42%, rgba(255, 204, 222, 0.42), rgba(255, 204, 222, 0)),
        radial-gradient(980px 500px at 60% 100%, rgba(255, 187, 214, 0.28), rgba(255, 187, 214, 0));
}

@media (max-width: 1180px) {
    .bf26-download-shell,
    .bf26-download-shell--with-ad {
        grid-template-columns: minmax(0, 1fr) minmax(0, 45rem) minmax(0, 1fr);
    }

    .bf26-download-ad {
        display: none;
    }
}

@media (max-width: 768px) {
    .bf26-download-card {
        width: 100%;
        padding: 1rem 0.9rem 1.05rem;
        border-radius: 1.3rem;
        box-shadow: 0 16px 34px rgba(31, 53, 125, 0.09), 0 2px 10px rgba(31, 53, 125, 0.035);
    }

    .bfdl-panel {
        gap: 0.95rem;
        justify-items: stretch;
    }

    .bfdl-status {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr;
        justify-items: center;
        gap: 0.45rem;
    }

    .bfdl-status-icon {
        width: 1.75rem;
        height: 1.75rem;
    }

    .bfdl-status-copy {
        width: 100%;
        justify-items: center;
        text-align: center;
    }

    .bfdl-status-copy h1 {
        max-width: 18rem;
        font-size: clamp(1.48rem, 6.4vw, 1.78rem);
        line-height: 1.06;
        text-wrap: balance;
    }

    .bfdl-status-copy p {
        max-width: 20rem;
        margin-top: 0.2rem;
        font-size: 0.89rem;
        line-height: 1.45;
    }

    .bfdl-artifact-card,
    .bfdl-form,
    .bfdl-feedback,
    .bfdl-note,
    .bfdl-options-head,
    .bfdl-options-grid,
    .bfdl-trust-grid,
    .bfdl-footnote {
        width: 100%;
    }

    .bfdl-artifact-card {
        grid-template-columns: 3.6rem minmax(0, 1fr);
        gap: 0.8rem;
        padding: 0.88rem 0.9rem;
        border-radius: 0.92rem;
    }

    .bfdl-artifact-icon {
        width: 3.6rem;
        height: 3.6rem;
        border-radius: 0.82rem;
    }

    .bfdl-artifact-icon svg {
        width: 2.5rem;
        height: 2.5rem;
    }

    .bfdl-artifact-copy {
        gap: 0.22rem;
    }

    .bfdl-artifact-copy h3 {
        font-size: 0.94rem;
    }

    .bfdl-artifact-copy p {
        font-size: 0.9rem;
    }

    .bfdl-meta-list {
        gap: 0.28rem;
        margin-top: 0.12rem;
    }

    .bfdl-meta-item {
        font-size: 0.78rem;
        line-height: 1.3;
    }

    .bfdl-form {
        gap: 0.75rem;
    }

    .bf26-primary-button.bfdl-main-button {
        min-height: 3.05rem;
        border-radius: 0.82rem;
        font-size: 0.96rem;
    }

    .bf26-upload-finished-value {
        font-size: 1rem;
    }

    .bf26-upload-finished-value--link {
        font-size: 0.9rem;
    }

    .bf26-upload-finished-secondary {
        min-height: 3rem;
        border-radius: 0.82rem;
    }

    .bf26-upload-finished-alert {
        width: 100%;
    }

    .bfdl-options-head {
        justify-content: center;
        gap: 0.55rem;
        margin-top: 0.1rem;
        font-size: 0.72rem;
    }

    .bfdl-options-grid,
    .bfdl-trust-grid {
        grid-template-columns: 1fr;
    }

    .bfdl-options-grid {
        gap: 0.7rem;
    }

    .bfdl-option-card,
    .bfdl-option-card.bf26-secondary-button {
        min-height: 4.15rem;
        padding: 0.72rem 0.8rem;
        border-radius: 0.9rem;
        gap: 0.75rem;
    }

    .bfdl-option-icon {
        width: 2.25rem;
        height: 2.25rem;
        border-radius: 0.72rem;
    }

    .bfdl-option-icon svg {
        width: 1.18rem;
        height: 1.18rem;
    }

    .bfdl-option-copy {
        gap: 0.12rem;
    }

    .bfdl-option-copy strong {
        font-size: 0.9rem;
    }

    .bfdl-option-copy small {
        font-size: 0.8rem;
        line-height: 1.4;
    }

    .bfdl-trust-grid {
        padding: 0.1rem 0.12rem;
        border-radius: 0.84rem;
    }

    .bfdl-trust-item {
        align-items: center;
        gap: 0.58rem;
        padding: 0.72rem 0.78rem;
    }

    .bfdl-trust-icon {
        width: 0.92rem;
        height: 0.92rem;
        margin-top: 0;
    }

    .bfdl-trust-item strong {
        font-size: 0.86rem;
    }

    .bfdl-trust-item small {
        margin-top: 0.12rem;
        font-size: 0.77rem;
    }

    .bfdl-footnote {
        padding-top: 0.75rem;
        font-size: 0.66rem;
        line-height: 1.4;
    }

    .bfdl-footnote-copy {
        row-gap: 0.12rem;
    }

    .bfdl-file-item {
        flex-direction: column;
        align-items: stretch;
    }

    .bfdl-option-card--desktop {
        display: none;
    }

    .bfdl-option-card--mobile {
        display: flex;
    }

    .bfdl-trust-item + .bfdl-trust-item {
        border-left: 0;
        border-top: 1px solid rgba(20, 35, 83, 0.08);
    }

    .bfdl-trust-item {
        padding-inline: 0.8rem;
    }

    .bfdl-qr-dialog {
        width: min(100%, 24rem);
        padding: 1rem;
        border-radius: 1.2rem;
    }
}

@media (max-width: 560px) {
    .bf26-download-card {
        padding: 0.9rem 0.78rem 1rem;
        border-radius: 1.15rem;
    }

    .bfdl-panel {
        gap: 0.82rem;
    }

    .bfdl-status {
        gap: 0.38rem;
    }

    .bfdl-status-icon {
        width: 1.6rem;
        height: 1.6rem;
    }

    .bfdl-status-copy h1 {
        max-width: none;
        font-size: 1.34rem;
    }

    .bfdl-status-copy p {
        max-width: 17rem;
        font-size: 0.84rem;
    }

    .bfdl-artifact-card {
        grid-template-columns: 1fr;
        justify-items: center;
        text-align: center;
        gap: 0.68rem;
        padding: 0.84rem 0.78rem;
    }

    .bfdl-artifact-copy {
        width: 100%;
        justify-items: center;
        text-align: center;
    }

    .bfdl-artifact-copy h3 {
        font-size: 0.92rem;
    }

    .bfdl-artifact-copy p {
        font-size: 0.88rem;
    }

    .bfdl-meta-list {
        width: 100%;
    }

    .bfdl-meta-item {
        justify-content: center;
    }

    .bf26-primary-button.bfdl-main-button {
        min-height: 2.95rem;
        font-size: 0.94rem;
    }

    .bf26-upload-finished-kicker {
        justify-self: center;
    }

    .bf26-upload-finished-value {
        font-size: 0.94rem;
    }

    .bf26-upload-finished-value--link,
    .bf26-upload-finished-mobile-value {
        font-size: 0.86rem;
    }

    .bfdl-option-card,
    .bfdl-option-card.bf26-secondary-button {
        min-height: 3.95rem;
        padding: 0.7rem 0.75rem;
    }

    .bfdl-option-copy small {
        font-size: 0.78rem;
    }

    .bfdl-trust-item {
        padding: 0.68rem 0.72rem;
    }

    .bfdl-trust-item strong {
        font-size: 0.84rem;
    }

    .bfdl-trust-item small {
        font-size: 0.75rem;
    }

    .bfdl-footnote {
        font-size: 0.62rem;
    }
}

.bfdl-panel {
    width: 100%;
}

.bfdl-shell {
    width: 100%;
}

.bfdl-shell--desktop {
    display: flex;
    flex-direction: column;
    height: 100%;
    gap: 1.25rem;
    justify-items: center;
}

.bfdl-desktop-lower {
    width: 100%;
    display: grid;
    gap: 1rem;
}

.bfdl-desktop-lower.is-ready {
    margin-top: auto;
}

.bfdl-desktop-actions {
    display: grid;
    gap: 1rem;
}

.bfdl-shell--mobile {
    display: none;
}

.bfdl-file-list {
    width: min(100%, 34.25rem);
}

@media (max-width: 768px) {
    .bf26-download-card {
        padding: 0.95rem 0.85rem 1rem;
        border-radius: 1.42rem;
    }

    .bfdl-panel {
        gap: 0.95rem;
        justify-items: stretch;
    }

    .bfdl-shell--desktop {
        display: none;
    }

    .bfdl-shell--mobile {
        display: grid;
        gap: 0.92rem;
    }

    .bfdl-mobile-hero,
    .bfdl-mobile-primary,
    .bfdl-mobile-form,
    .bfdl-mobile-section {
        display: grid;
    }

    .bfdl-mobile-hero {
        gap: 0.65rem;
        justify-items: center;
        text-align: center;
        padding-top: 0.15rem;
    }

    .bfdl-mobile-status-icon {
        width: 2.2rem;
        height: 2.2rem;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: #24b26b;
    }

    .bfdl-mobile-status-icon svg,
    .bfdl-mobile-meta-icon svg,
    .bfdl-mobile-action-icon svg,
    .bfdl-mobile-trust-icon svg {
        width: 100%;
        height: 100%;
    }

    .bfdl-mobile-hero-copy {
        display: grid;
        gap: 0.28rem;
        justify-items: center;
    }

    .bfdl-mobile-hero-copy h1 {
        margin: 0;
        color: var(--bfdl-ink);
        font-size: clamp(1.72rem, 7vw, 2.2rem);
        line-height: 1.04;
        letter-spacing: -0.03em;
        text-wrap: balance;
    }

    .bfdl-mobile-hero-copy p {
        margin: 0;
        max-width: 19rem;
        color: var(--bfdl-muted);
        font-size: 0.94rem;
        line-height: 1.48;
        text-wrap: balance;
    }

    .bfdl-mobile-file {
        display: grid;
        gap: 0.9rem;
        padding: 1rem;
        border-radius: 1.28rem;
        background: linear-gradient(180deg, rgba(251, 252, 255, 0.98), rgba(245, 247, 253, 0.96));
        border: 1px solid rgba(20, 35, 83, 0.08);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.76), 0 10px 22px rgba(31, 53, 125, 0.05);
    }

    .bfdl-mobile-file-head {
        display: grid;
        grid-template-columns: 4rem minmax(0, 1fr);
        gap: 0.9rem;
        align-items: center;
    }

    .bfdl-mobile-file-icon {
        width: 4rem;
        height: 4rem;
        display: grid;
        place-items: center;
        border-radius: 1rem;
        background: linear-gradient(180deg, rgba(233, 242, 255, 0.98), rgba(214, 229, 255, 0.88));
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.78);
    }

    .bfdl-mobile-file-icon svg {
        width: 3rem;
        height: 3rem;
    }

    .bfdl-mobile-file-copy {
        display: grid;
        gap: 0.2rem;
        min-width: 0;
    }

    .bfdl-mobile-file-copy h2 {
        margin: 0;
        color: var(--bfdl-ink);
        font-size: 1.02rem;
        font-weight: 800;
        line-height: 1.2;
        word-break: break-word;
    }

    .bfdl-mobile-file-copy p {
        margin: 0;
        color: var(--bfdl-muted);
        font-size: 0.91rem;
        line-height: 1.45;
    }

    .bfdl-mobile-meta-list {
        display: grid;
        gap: 0.55rem;
        padding-top: 0.82rem;
        border-top: 1px solid rgba(20, 35, 83, 0.08);
    }

    .bfdl-mobile-meta-item {
        display: flex;
        align-items: flex-start;
        gap: 0.55rem;
        color: #6c7ca6;
        font-size: 0.84rem;
        line-height: 1.34;
    }

    .bfdl-mobile-meta-icon {
        width: 1rem;
        height: 1rem;
        margin-top: 0.08rem;
        color: #89a1df;
    }

    .bfdl-mobile-primary,
    .bfdl-mobile-form,
    .bfdl-mobile-section {
        gap: 0.72rem;
    }

    .bf26-primary-button.bfdl-main-button--mobile {
        width: 100%;
        min-height: 3.35rem;
        border-radius: 1rem;
        font-size: 1rem;
        box-shadow: 0 14px 28px rgba(49, 80, 211, 0.2);
    }

    .bfdl-mobile-feedback,
    .bfdl-mobile-note {
        padding: 0.9rem 0.95rem;
        border-radius: 1rem;
        border: 1px solid rgba(20, 35, 83, 0.08);
        background: rgba(245, 248, 255, 0.88);
    }

    .bfdl-mobile-feedback strong {
        display: block;
        margin-bottom: 0.25rem;
        color: #1d7b46;
    }

    .bfdl-mobile-feedback p,
    .bfdl-mobile-note {
        margin: 0;
        color: var(--bfdl-muted);
        line-height: 1.5;
    }

    .bfdl-mobile-section-label {
        padding-inline: 0.12rem;
        color: var(--bfdl-muted);
        font-size: 0.72rem;
        font-weight: 800;
        letter-spacing: 0.12em;
        text-transform: uppercase;
    }

    .bfdl-mobile-actions,
    .bfdl-mobile-trust-list {
        display: grid;
        gap: 0.72rem;
    }

    .bfdl-mobile-action {
        width: 100%;
        min-height: 4.2rem;
        padding: 0.9rem 0.95rem;
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 0.55rem;
        text-align: center;
        text-decoration: none;
        border-radius: 1.06rem;
        border: 1px solid rgba(20, 35, 83, 0.08);
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 255, 0.96));
        box-shadow: 0 10px 20px rgba(31, 53, 125, 0.04);
        color: var(--bfdl-ink);
    }

    .bfdl-mobile-action-icon {
        width: 2.55rem;
        height: 2.55rem;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 0.82rem;
        background: rgba(79, 113, 255, 0.1);
        color: var(--bfdl-accent-strong);
        flex: 0 0 auto;
    }

    .bfdl-mobile-action-copy {
        display: grid;
        gap: 0.12rem;
        min-width: 0;
        justify-items: center;
        text-align: center;
    }

    .bfdl-mobile-action-copy strong {
        color: var(--bfdl-ink);
        font-size: 0.95rem;
        line-height: 1.22;
    }

    .bfdl-mobile-trust-item {
        display: flex;
        align-items: center;
        gap: 0.72rem;
        padding: 0.82rem 0.92rem;
        border-radius: 1rem;
        border: 1px solid rgba(20, 35, 83, 0.08);
        background: rgba(247, 249, 255, 0.94);
    }

    .bfdl-mobile-trust-icon {
        width: 1rem;
        height: 1rem;
        display: inline-flex;
        flex: 0 0 auto;
    }

    .bfdl-mobile-trust-item--secure .bfdl-mobile-trust-icon {
        color: #24b26b;
    }

    .bfdl-mobile-trust-item--swiss .bfdl-mobile-trust-icon {
        color: #dd2033;
    }

    .bfdl-mobile-trust-item--direct .bfdl-mobile-trust-icon {
        color: #3f63ff;
    }

    .bfdl-mobile-trust-item strong {
        color: var(--bfdl-ink);
        font-size: 0.93rem;
        line-height: 1.2;
    }

    .bfdl-mobile-footnote {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        gap: 0.35rem;
        padding-top: 0.8rem;
        border-top: 1px solid rgba(20, 35, 83, 0.1);
        color: #7b89ae;
        font-size: 0.7rem;
        line-height: 1.42;
        text-align: center;
    }

    .bfdl-mobile-footnote-copy {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 0.3rem;
        flex-wrap: wrap;
    }

    .bfdl-file-list {
        width: 100%;
    }

    .bfdl-file-item {
        flex-direction: column;
        align-items: stretch;
    }

    .bfdl-qr-dialog {
        width: min(100%, 24rem);
        padding: 1rem;
        border-radius: 1.2rem;
    }
}

@media (max-width: 560px) {
    .bf26-download-card {
        padding: 0.82rem 0.72rem 0.9rem;
        border-radius: 1.22rem;
    }

    .bfdl-panel {
        gap: 0.88rem;
    }

    .bfdl-shell--mobile {
        gap: 0.84rem;
    }

    .bfdl-mobile-status-icon {
        width: 2rem;
        height: 2rem;
    }

    .bfdl-mobile-hero-copy h1 {
        font-size: clamp(1.48rem, 8vw, 1.88rem);
    }

    .bfdl-mobile-hero-copy p {
        max-width: 16.75rem;
        font-size: 0.88rem;
    }

    .bfdl-mobile-file {
        padding: 0.9rem 0.85rem;
        gap: 0.8rem;
    }

    .bfdl-mobile-file-head {
        grid-template-columns: 3.35rem minmax(0, 1fr);
        gap: 0.78rem;
    }

    .bfdl-mobile-file-icon {
        width: 3.35rem;
        height: 3.35rem;
        border-radius: 0.9rem;
    }

    .bfdl-mobile-file-icon svg {
        width: 2.35rem;
        height: 2.35rem;
    }

    .bfdl-mobile-file-copy h2 {
        font-size: 0.97rem;
    }

    .bf26-upload-finished-mobile-value {
        font-size: 0.92rem;
        line-height: 1.45;
    }

    .bfdl-mobile-file-copy p {
        font-size: 0.87rem;
    }

    .bfdl-mobile-meta-list {
        padding-top: 0.72rem;
    }

    .bfdl-mobile-meta-item {
        font-size: 0.79rem;
    }

    .bf26-primary-button.bfdl-main-button--mobile {
        min-height: 3.1rem;
        font-size: 0.95rem;
    }

    .bfdl-mobile-section-label {
        font-size: 0.69rem;
    }

    .bfdl-mobile-action {
        min-height: 3.88rem;
        padding: 0.82rem 0.88rem;
        border-radius: 1rem;
    }

    .bfdl-mobile-action-icon {
        width: 2.3rem;
        height: 2.3rem;
    }

    .bfdl-mobile-action-copy strong,
    .bfdl-mobile-trust-item strong {
        font-size: 0.9rem;
    }

    .bfdl-mobile-trust-item {
        padding: 0.76rem 0.86rem;
    }

    .bfdl-mobile-footnote {
        font-size: 0.65rem;
    }
}

@media (max-width: 1180px) {
    .bf26-download-shell,
    .bf26-download-shell--with-ad {
        width: min(100%, 32rem);
        margin-inline: auto;
        grid-template-columns: minmax(0, 1fr);
    }

    .bf26-download-stage,
    .bf26-download-shell--with-ad .bf26-download-stage,
    .bf26-download-ad {
        grid-column: 1;
    }

    .bf26-download-ad {
        display: flex;
        width: 100%;
        max-width: 28.75rem;
        min-height: 14rem;
        height: auto;
        max-height: none;
        margin-top: 1rem;
        justify-self: center;
    }

    .bf26-download-ad.bf26-side-card--ad .wt-ad-slot-frame,
    .bf26-download-ad.bf26-side-card--ad .wt-ad-slot-fallback {
        min-height: clamp(11rem, 32vw, 16rem);
        height: auto;
    }
}

@media (max-width: 768px) {
    .bf26-download-ad {
        max-width: none;
        margin-top: 0.85rem;
    }

    .bf26-download-ad.bf26-side-card--ad .wt-ad-slot-frame,
    .bf26-download-ad.bf26-side-card--ad .wt-ad-slot-fallback {
        min-height: clamp(10rem, 44vw, 14rem);
    }
}

.bf26-download-ad.bf26-side-card--ad .wt-ad-slot {
    width: 100%;
    min-height: 100%;
    margin: 0;
    padding: 1rem;
    border-radius: 1.6rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(245, 248, 255, 0.94));
    border: 1px solid rgba(255, 255, 255, 0.76);
    box-shadow: 0 18px 40px rgba(31, 53, 125, 0.1);
}

.bf26-download-ad.bf26-side-card--ad .wt-ad-slot-frame,
.bf26-download-ad.bf26-side-card--ad .wt-ad-slot-fallback {
    min-height: calc(100% - 1.65rem);
    height: auto;
    border-radius: 1.15rem;
    background: rgba(246, 249, 255, 0.8);
}

.bf26-download-ad.bf26-side-card--ad .wt-ad-slot-fallback {
    padding: 1rem;
    border: 1px solid rgba(21, 34, 84, 0.08);
}

@media (min-width: 769px) {
    .bf26-download-shell--with-ad {
        grid-template-columns: minmax(0, 1fr) minmax(0, 17rem) minmax(0, 28.75rem) minmax(0, 17rem) minmax(0, 1fr);
        gap: 1.5rem;
        align-items: start;
    }

    .bf26-download-stage {
        grid-column: 2;
    }

    .bf26-download-shell--with-ad .bf26-download-stage {
        grid-column: 3;
    }

    .bf26-download-ad {
        display: flex;
        grid-column: 4;
        width: 100%;
        max-width: 17rem;
        min-height: 35rem;
        height: 35rem;
        max-height: 35rem;
        margin-top: 0;
        justify-self: start;
    }
}

@media (max-width: 768px) {
    .bf26-download-shell--with-ad {
        width: min(100%, 28.75rem);
        margin-inline: auto;
        grid-template-columns: minmax(0, 1fr);
        gap: 0.85rem;
    }

    .bf26-download-stage,
    .bf26-download-shell--with-ad .bf26-download-stage,
    .bf26-download-ad {
        grid-column: 1;
    }

    .bf26-download-ad {
        display: flex;
        width: 100%;
        max-width: none;
        min-height: auto;
        height: auto;
        max-height: none;
        margin-top: 0;
        justify-self: stretch;
    }

    .bf26-download-ad.bf26-side-card--ad .wt-ad-slot {
        padding: 0.9rem;
        border-radius: 1.28rem;
    }

    .bf26-download-ad.bf26-side-card--ad .wt-ad-slot-frame,
    .bf26-download-ad.bf26-side-card--ad .wt-ad-slot-fallback {
        min-height: clamp(10rem, 44vw, 14rem);
    }
}

body.bf26-body--account {
    background: #fbfaf7;
}

body.bf26-body--account::before {
    background: linear-gradient(180deg, #fdfcf9 0%, #faf8f4 100%);
    animation: none;
}

body.bf26-body--account::after {
    background:
        radial-gradient(860px 520px at 16% 10%, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0)),
        radial-gradient(900px 520px at 88% 92%, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0));
    animation: none;
}

.bf26-account-frame {
    min-height: 100vh;
    position: relative;
    z-index: 1;
}

.bf26-account-chrome {
    width: min(100%, 108rem);
    margin: 0 auto;
    padding: 1.35rem 2rem 0;
}

.bf26-account-chrome-inner {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 0.6rem;
}

.bf26-account-utility-button,
.bf26-account-avatar-badge {
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.bf26-account-utility-button {
    border: 1px solid rgba(17, 24, 39, 0.08);
    background: rgba(255, 255, 255, 0.72);
    color: #111827;
    box-shadow: 0 8px 18px rgba(17, 24, 39, 0.05);
}

.bf26-account-utility-button svg {
    width: 1.1rem;
    height: 1.1rem;
}

.bf26-account-avatar-badge {
    background: #ffc7b0;
    color: #913d2c;
    font-size: 0.84rem;
    font-weight: 800;
}

.bf26-main--account {
    align-items: stretch;
    justify-content: flex-start;
    padding: 0 2rem 4rem;
}

.bf26-account-page {
    width: min(100%, 64rem);
    margin: 0 auto;
}

.bf26-account-page-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 15.5rem;
    gap: 3rem;
    align-items: start;
}

.bf26-account-page-main,
.bf26-account-sidebar,
.bf26-account-form-stack,
.bf26-account-side-stack {
    display: grid;
    gap: 1.35rem;
}

.bf26-account-page-header {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 1.2rem;
    padding-top: 1rem;
}

.bf26-account-page-copy {
    display: grid;
    gap: 0.8rem;
}

.bf26-account-page-kicker {
    color: #66748c;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.bf26-account-page-title {
    margin: 0;
    color: #111827;
    font-size: clamp(2.2rem, 4vw, 3.25rem);
    line-height: 1;
    letter-spacing: -0.05em;
}

.bf26-account-page-intro,
.bf26-account-section-header p,
.bf26-account-info-copy p,
.bf26-account-empty-state p,
.bf26-account-inline-copy,
.bf26-account-danger-box p,
.bf26-account-transfer-top span,
.bf26-account-transfer-foot span,
.bf26-account-event-row span,
.bf26-account-stat-card small,
.bf26-account-quiet-card small,
.bf26-account-sidebar-progress small {
    margin: 0;
    color: #8d9096;
    line-height: 1.65;
}

.bf26-account-page-actions {
    flex: 0 0 auto;
}

.bf26-account-page-actions--stack,
.bf26-account-info-actions--stack,
.bf26-account-link-stack,
.bf26-account-list-stack {
    display: grid;
    gap: 0.75rem;
}

.bf26-account-primary,
.bf26-account-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3.25rem;
    padding: 0.75rem 1.35rem;
    border-radius: 1.1rem;
    font-weight: 700;
    transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.bf26-account-primary {
    border: 1px solid transparent;
    background: linear-gradient(180deg, rgba(172, 190, 248, 0.98), rgba(151, 173, 244, 0.95));
    color: #fff;
    box-shadow: 0 14px 28px rgba(142, 167, 247, 0.28);
}

.bf26-account-secondary {
    border: 1px solid rgba(168, 180, 212, 0.42);
    background: rgba(255, 255, 255, 0.7);
    color: #7d8baa;
}

.bf26-account-primary:hover,
.bf26-account-secondary:hover,
.bf26-account-sidebar-link:hover,
.bf26-account-mobile-link:hover,
.bf26-account-transfer-foot a:hover {
    transform: translateY(-1px);
}

.bf26-account-primary:disabled,
.bf26-account-secondary:disabled {
    opacity: 0.56;
    cursor: not-allowed;
    box-shadow: none;
    transform: none;
}

.bf26-account-divider {
    height: 1px;
    background: rgba(17, 24, 39, 0.1);
}

.bf26-account-mobile-sidebar {
    display: none;
}

.bf26-account-mobile-group,
.bf26-account-sidebar-group {
    display: grid;
    gap: 0.75rem;
}

.bf26-account-mobile-group h2,
.bf26-account-sidebar-group h2,
.bf26-account-section-header h2,
.bf26-account-info-copy h2 {
    margin: 0;
    color: #151821;
    font-size: 0.98rem;
    font-weight: 800;
    line-height: 1.3;
}

.bf26-account-mobile-links,
.bf26-account-sidebar-links {
    display: grid;
}

.bf26-account-mobile-link,
.bf26-account-sidebar-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.9rem;
    min-height: 3.1rem;
    padding: 0.35rem 0;
    border-bottom: 1px solid rgba(17, 24, 39, 0.09);
    color: #595f69;
}

.bf26-account-sidebar-link.is-active,
.bf26-account-mobile-link.is-active {
    color: #151821;
}

.bf26-account-sidebar-link svg {
    width: 1rem;
    height: 1rem;
    flex: 0 0 auto;
}

.bf26-account-sidebar-note {
    padding-top: 0.5rem;
}

.bf26-account-sidebar-progress {
    display: grid;
    gap: 0.7rem;
    padding: 1.05rem 1.15rem;
    border-radius: 1.4rem;
    background: rgba(243, 245, 250, 0.95);
    border: 1px solid rgba(17, 24, 39, 0.05);
}

.bf26-account-sidebar-progress span,
.bf26-account-quiet-card span,
.bf26-account-stat-card span,
.bf26-account-transfer-meta dt {
    color: #8d9096;
    font-size: 0.82rem;
}

.bf26-account-sidebar-progress strong,
.bf26-account-quiet-card strong,
.bf26-account-stat-card strong,
.bf26-account-transfer-top strong,
.bf26-account-event-row strong,
.bf26-account-setting-copy strong,
.bf26-account-danger-box strong {
    color: #151821;
    font-weight: 800;
}

.bf26-account-progress {
    width: 100%;
    height: 0.45rem;
    border-radius: 999px;
    background: rgba(189, 199, 226, 0.38);
    overflow: hidden;
}

.bf26-account-progress span {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, rgba(152, 171, 244, 1), rgba(192, 205, 249, 1));
}

.bf26-account-info-panel,
.bf26-account-content-section {
    display: grid;
    gap: 1.2rem;
}

.bf26-account-info-panel {
    padding: 1.75rem 1.7rem;
    border-radius: 1.7rem;
    background: rgba(238, 242, 252, 0.98);
}

.bf26-account-info-panel--verification {
    background: rgba(242, 246, 255, 0.98);
}

.bf26-account-info-copy {
    display: grid;
    gap: 0.9rem;
}

.bf26-account-info-actions {
    display: flex;
    align-items: end;
}

.bf26-account-inline-card {
    display: grid;
    gap: 0.22rem;
    padding: 0.95rem 1rem;
    border-radius: 1.2rem;
    background: rgba(255, 255, 255, 0.56);
    border: 1px solid rgba(17, 24, 39, 0.05);
}

.bf26-account-inline-card span {
    color: #8d9096;
    font-size: 0.82rem;
}

.bf26-account-inline-card strong {
    color: #151821;
    font-weight: 700;
    word-break: break-word;
}

.bf26-account-inline-card small {
    margin: 0;
    color: #8d9096;
    line-height: 1.55;
}

.bf26-account-summary-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
}

.bf26-account-badge-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.bf26-account-soft-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.36rem 0.72rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.76);
    color: #64718e;
    font-size: 0.8rem;
    font-weight: 700;
}

.bf26-account-content-section {
    padding-top: 0.4rem;
}

.bf26-account-section-header {
    display: grid;
    gap: 0.45rem;
}

.bf26-account-section-header h2 {
    color: #a0a2a8;
    font-size: clamp(1.2rem, 2.4vw, 1.55rem);
    font-weight: 700;
}

.bf26-account-quiet-grid,
.bf26-account-stats-grid,
.bf26-account-content-grid,
.bf26-account-form-grid {
    display: grid;
    gap: 1rem;
}

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

.bf26-account-quiet-card,
.bf26-account-stat-card,
.bf26-account-transfer-item,
.bf26-account-event-row,
.bf26-account-setting-row,
.bf26-account-empty-state,
.bf26-account-danger-box {
    padding: 1.15rem 1rem;
    border-radius: 1.45rem;
    border: 1px solid rgba(17, 24, 39, 0.05);
    background: rgba(255, 255, 255, 0.56);
}

.bf26-account-quiet-card,
.bf26-account-stat-card {
    display: grid;
    gap: 0.35rem;
}

.bf26-account-quiet-card strong,
.bf26-account-stat-card strong {
    font-size: 1.3rem;
    line-height: 1.1;
}

.bf26-account-content-grid {
    grid-template-columns: minmax(0, 1.3fr) minmax(16rem, 0.92fr);
    align-items: start;
}

.bf26-account-stats-grid--compact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bf26-account-transfer-list,
.bf26-account-event-list,
.bf26-account-settings-list {
    display: grid;
    gap: 0.9rem;
}

.bf26-account-transfer-item {
    display: grid;
    gap: 0.95rem;
}

.bf26-account-transfer-top,
.bf26-account-transfer-foot,
.bf26-account-setting-row,
.bf26-account-inline-form-row,
.bf26-account-filter-row {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 1rem;
}

.bf26-account-status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2rem;
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 700;
    background: rgba(255, 255, 255, 0.88);
}

.bf26-account-status.is-ready {
    color: #35684d;
}

.bf26-account-status.is-processing {
    color: #8d6226;
}

.bf26-account-status.is-inactive {
    color: #8b6b30;
}

.bf26-account-status.is-destroyed {
    color: #8a4760;
}

.bf26-account-status.is-neutral {
    color: #626973;
}

.bf26-account-simple-list {
    display: grid;
    border-radius: 1.45rem;
    border: 1px solid rgba(17, 24, 39, 0.06);
    background: rgba(255, 255, 255, 0.62);
    overflow-x: auto;
    overflow-y: hidden;
}

.bf26-account-simple-list-head,
.bf26-account-simple-list-row {
    display: grid;
    grid-template-columns: minmax(8rem, 1fr) minmax(7rem, 0.9fr) minmax(7.5rem, 0.9fr) minmax(6.5rem, 0.8fr) minmax(15rem, 1.6fr) minmax(6.5rem, 0.7fr) minmax(7rem, 0.8fr) minmax(9.5rem, 1fr);
    gap: 1rem;
    align-items: center;
    padding: 1rem 1.1rem;
    min-width: 82rem;
}

.bf26-account-simple-list-head {
    background: rgba(244, 246, 251, 0.96);
    border-bottom: 1px solid rgba(17, 24, 39, 0.06);
}

.bf26-account-simple-list-head span {
    color: #8d9096;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.bf26-account-simple-list-row {
    border-bottom: 1px solid rgba(17, 24, 39, 0.06);
}

.bf26-account-simple-list-row:last-child {
    border-bottom: 0;
}

.bf26-account-simple-list-row > span {
    min-width: 0;
    color: #2b3140;
    font-size: 0.94rem;
    line-height: 1.55;
    overflow-wrap: anywhere;
}

.bf26-account-simple-list-row .bf26-account-status {
    justify-self: start;
}

.bf26-account-simple-list-row > span::before {
    content: none;
}

.bf26-account-copy-cell {
    display: grid;
    gap: 0.35rem;
}

.bf26-account-copy-button {
    width: 100%;
    min-height: 2.85rem;
    padding: 0.65rem 0.95rem;
}

.bf26-account-copy-feedback {
    color: #7d8baa;
    font-size: 0.78rem;
    line-height: 1.4;
}

.bf26-account-transfer-meta {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.8rem;
    margin: 0;
}

.bf26-account-transfer-meta div {
    display: grid;
    gap: 0.15rem;
}

.bf26-account-transfer-meta dd {
    margin: 0;
    color: #151821;
    font-weight: 700;
}

.bf26-account-transfer-foot a {
    color: #6376a6;
    font-weight: 700;
}

.bf26-account-event-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.8rem;
}

.bf26-account-event-row div,
.bf26-account-setting-copy {
    display: grid;
    gap: 0.22rem;
}

.bf26-account-event-row em {
    color: #7b85a0;
    font-style: normal;
    font-weight: 700;
    white-space: nowrap;
}

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

.bf26-account-field-wrap > span {
    color: #a0a2a8;
    font-size: 0.84rem;
}

.bf26-account-form-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bf26-account-field,
.bf26-account-select {
    width: 100%;
    min-height: 3.6rem;
    padding: 0.95rem 1rem;
    border-radius: 1.15rem;
    border: 1px solid rgba(17, 24, 39, 0.06);
    background: rgba(255, 255, 255, 0.6);
    color: #151821;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

.bf26-account-field:focus,
.bf26-account-select:focus {
    outline: none;
    border-color: rgba(142, 167, 247, 0.6);
    box-shadow: 0 0 0 4px rgba(142, 167, 247, 0.12);
}

.bf26-account-field::placeholder {
    color: #c4c6cc;
}

.bf26-account-filter-row {
    flex-wrap: wrap;
    align-items: end;
}

.bf26-account-field-wrap--wide {
    flex: 1 1 22rem;
}

.bf26-account-inline-form {
    display: flex;
    align-items: end;
    gap: 0.8rem;
    flex-wrap: wrap;
    margin: 0;
}

.bf26-account-toggle-shell {
    flex: 0 0 auto;
}

.bf26-account-toggle {
    appearance: none;
    width: 3.2rem;
    height: 1.9rem;
    border-radius: 999px;
    border: 1px solid rgba(17, 24, 39, 0.08);
    background: rgba(222, 227, 238, 0.94);
    position: relative;
    cursor: pointer;
}

.bf26-account-toggle::after {
    content: "";
    position: absolute;
    top: 0.16rem;
    left: 0.16rem;
    width: 1.42rem;
    height: 1.42rem;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 8px 18px rgba(17, 24, 39, 0.16);
    transition: transform 0.18s ease;
}

.bf26-account-toggle:checked {
    background: rgba(152, 171, 244, 0.95);
}

.bf26-account-toggle:checked::after {
    transform: translateX(1.28rem);
}

.bf26-account-content-section--danger {
    border-top: 1px solid rgba(17, 24, 39, 0.08);
    padding-top: 1.5rem;
}

.bf26-account-disclosure {
    margin: 0;
}

.bf26-account-disclosure > summary {
    list-style: none;
}

.bf26-account-disclosure > summary::-webkit-details-marker {
    display: none;
}

.bf26-account-disclosure-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    cursor: pointer;
}

.bf26-account-disclosure-toggle span {
    display: grid;
    gap: 0.28rem;
}

.bf26-account-disclosure-toggle strong {
    color: #151821;
    font-weight: 800;
}

.bf26-account-disclosure-toggle small {
    color: #8d9096;
    line-height: 1.55;
}

.bf26-account-disclosure-toggle svg {
    width: 1rem;
    height: 1rem;
    flex: 0 0 auto;
    color: #6d7590;
    transition: transform 0.18s ease;
}

.bf26-account-disclosure[open] .bf26-account-disclosure-toggle svg {
    transform: rotate(180deg);
}

.bf26-account-disclosure form {
    margin-top: 1rem;
}

.bf26-account-secondary--danger {
    color: #a14b64;
}

@media (max-width: 1100px) {
    .bf26-account-page-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 1.5rem;
    }

    .bf26-account-sidebar {
        display: none;
    }

    .bf26-account-mobile-sidebar {
        display: grid;
        gap: 1rem;
    }

    .bf26-account-content-grid,
    .bf26-account-quiet-grid,
    .bf26-account-stats-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .bf26-account-summary-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .bf26-account-simple-list-head,
    .bf26-account-simple-list-row {
        min-width: 74rem;
        grid-template-columns: minmax(7.5rem, 1fr) minmax(6.5rem, 0.85fr) minmax(7rem, 0.85fr) minmax(6rem, 0.75fr) minmax(12rem, 1.4fr) minmax(6rem, 0.65fr) minmax(6.5rem, 0.75fr) minmax(8.75rem, 0.95fr);
    }
}

@media (max-width: 900px) {
    .bf26-account-chrome,
    .bf26-main--account {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .bf26-account-page-header,
    .bf26-account-transfer-top,
    .bf26-account-transfer-foot,
    .bf26-account-setting-row,
    .bf26-account-inline-form-row,
    .bf26-account-filter-row,
    .bf26-account-event-row {
        flex-direction: column;
        align-items: stretch;
    }

    .bf26-account-page-actions,
    .bf26-account-page-actions .bf26-account-primary,
    .bf26-account-page-actions .bf26-account-secondary,
    .bf26-account-inline-form,
    .bf26-account-inline-form .bf26-account-field-wrap,
    .bf26-account-inline-form .bf26-account-primary,
    .bf26-account-inline-form-row form,
    .bf26-account-filter-row .bf26-account-secondary {
        width: 100%;
    }

    .bf26-account-page-title {
        font-size: clamp(1.9rem, 10vw, 2.5rem);
    }

    .bf26-account-content-grid,
    .bf26-account-quiet-grid,
    .bf26-account-stats-grid,
    .bf26-account-form-grid,
    .bf26-account-transfer-meta {
        grid-template-columns: minmax(0, 1fr);
    }

    .bf26-account-stats-grid--compact {
        grid-template-columns: minmax(0, 1fr);
    }

    .bf26-account-info-panel,
    .bf26-account-content-section {
        gap: 1rem;
    }

    .bf26-account-summary-row {
        grid-template-columns: minmax(0, 1fr);
    }

    .bf26-account-mobile-group {
        padding: 1rem 1rem 0.8rem;
        border-radius: 1.3rem;
        background: rgba(255, 255, 255, 0.56);
        border: 1px solid rgba(17, 24, 39, 0.05);
    }

    .bf26-account-mobile-link {
        min-height: 2.8rem;
        padding: 0.2rem 0;
    }

    .bf26-account-simple-list {
        gap: 0.8rem;
        border: 0;
        background: transparent;
        overflow: visible;
    }

    .bf26-account-simple-list-head {
        display: none;
    }

    .bf26-account-simple-list-row {
        grid-template-columns: minmax(0, 1fr);
        min-width: 0;
        gap: 0.7rem;
        padding: 1rem;
        border-radius: 1.3rem;
        border: 1px solid rgba(17, 24, 39, 0.05);
        background: rgba(255, 255, 255, 0.62);
    }

    .bf26-account-simple-list-row > span {
        display: grid;
        gap: 0.2rem;
    }

    .bf26-account-simple-list-row > span::before {
        content: attr(data-label);
        color: #8d9096;
        font-size: 0.78rem;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.04em;
    }
}

.bf26-account-stage {
    width: min(100%, 86rem);
    margin: 0 auto;
    padding-top: 0.25rem;
}

.bf26-account-shell {
    display: grid;
    grid-template-columns: minmax(16rem, 20rem) minmax(0, 1fr);
    gap: 1rem;
    align-items: start;
}

.bf26-account-rail,
.bf26-account-main,
.bf26-account-stack {
    display: grid;
    gap: 1rem;
}

.bf26-account-rail {
    position: sticky;
    top: 1rem;
}

.bf26-account-card,
.bf26-account-hero {
    width: 100%;
}

.bf26-account-profile-card,
.bf26-account-nav-card,
.bf26-account-quiet-card,
.bf26-account-verification-card,
.bf26-account-hero,
.bf26-account-card {
    padding: 1.25rem;
}

.bf26-account-profile-head,
.bf26-account-transfer-head,
.bf26-account-section-heading,
.bf26-account-transfer-actions,
.bf26-account-setting-row,
.bf26-account-inline-actions,
.bf26-account-filterbar,
.bf26-account-hero {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
}

.bf26-account-section-label {
    font-size: 0.73rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #5c70a8;
}

.bf26-account-avatar {
    width: 3.25rem;
    height: 3.25rem;
    border-radius: 1.1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    font-weight: 800;
    color: #29408a;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(233, 241, 255, 0.92));
    border: 1px solid rgba(21, 34, 84, 0.08);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.bf26-account-profile-copy,
.bf26-account-setting-copy,
.bf26-account-notification-card > div {
    display: grid;
    gap: 0.28rem;
}

.bf26-account-profile-copy h1,
.bf26-account-hero-copy h2,
.bf26-account-card-title {
    margin: 0;
    color: var(--bf26-text);
    line-height: 1.08;
    letter-spacing: -0.04em;
}

.bf26-account-profile-copy h1 {
    font-size: 1.25rem;
}

.bf26-account-card-title {
    font-size: 1.24rem;
}

.bf26-account-profile-copy p,
.bf26-account-card-copy,
.bf26-account-note p,
.bf26-account-empty p,
.bf26-account-notification-card p,
.bf26-account-transfer-message,
.bf26-account-meta-text {
    margin: 0;
    color: var(--bf26-muted);
    line-height: 1.6;
}

.bf26-account-chip-row,
.bf26-account-badge-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.bf26-account-chip,
.bf26-account-soft-badge,
.bf26-inline-chip-link,
.bf26-status-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.3rem;
    min-height: 2rem;
    padding: 0.35rem 0.7rem;
    border-radius: 999px;
    border: 1px solid rgba(21, 34, 84, 0.08);
    background: rgba(255, 255, 255, 0.82);
    color: #31498f;
    font-size: 0.83rem;
    font-weight: 700;
    line-height: 1.2;
}

.bf26-account-chip.is-soft,
.bf26-account-soft-badge {
    color: #4f649e;
    background: rgba(238, 243, 255, 0.9);
}

.bf26-account-chip.is-positive,
.bf26-status-badge.is-ready {
    color: #1e7d58;
    background: rgba(232, 250, 241, 0.94);
    border-color: rgba(40, 136, 93, 0.12);
}

.bf26-status-badge.is-processing {
    color: #925d16;
    background: rgba(255, 245, 221, 0.95);
    border-color: rgba(200, 138, 24, 0.16);
}

.bf26-status-badge.is-inactive {
    color: #8a5b1f;
    background: rgba(255, 243, 228, 0.94);
    border-color: rgba(198, 145, 53, 0.18);
}

.bf26-status-badge.is-destroyed {
    color: #8c3853;
    background: rgba(255, 236, 242, 0.94);
    border-color: rgba(182, 62, 101, 0.16);
}

.bf26-status-badge.is-neutral {
    color: #546689;
}

.bf26-account-meta-list,
.bf26-account-transfer-facts {
    display: grid;
    gap: 0.8rem;
    margin: 0;
}

.bf26-account-meta-list {
    padding: 0;
}

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

.bf26-account-meta-list div,
.bf26-account-transfer-facts div {
    display: grid;
    gap: 0.18rem;
}

.bf26-account-meta-list dt,
.bf26-account-transfer-facts dt,
.bf26-account-kpi span,
.bf26-account-limit-card span,
.bf26-account-hero-stat span {
    color: #60729e;
    font-size: 0.8rem;
    line-height: 1.4;
}

.bf26-account-meta-list dd,
.bf26-account-transfer-facts dd,
.bf26-account-limit-card strong,
.bf26-account-kpi strong,
.bf26-account-hero-stat strong,
.bf26-account-quick-card strong,
.bf26-account-quiet-card strong {
    margin: 0;
    color: var(--bf26-text);
    font-weight: 800;
}

.bf26-account-nav {
    display: grid;
    gap: 0.45rem;
}

.bf26-account-nav-link,
.bf26-account-mobile-tab {
    display: grid;
    gap: 0.16rem;
    padding: 0.85rem 0.95rem;
    border-radius: 1.15rem;
    border: 1px solid rgba(21, 34, 84, 0.08);
    background: rgba(255, 255, 255, 0.72);
    color: #334a8d;
    transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.bf26-account-nav-link small,
.bf26-account-mobile-tab small {
    color: var(--bf26-muted);
    font-size: 0.78rem;
}

.bf26-account-nav-link:hover,
.bf26-account-mobile-tab:hover,
.bf26-inline-chip-link:hover,
.bf26-account-inline-link:hover {
    transform: translateY(-1px);
}

.bf26-account-nav-link.is-active,
.bf26-account-mobile-tab.is-active {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(237, 243, 255, 0.94));
    border-color: rgba(63, 99, 255, 0.18);
    box-shadow: 0 16px 34px rgba(31, 53, 125, 0.1);
}

.bf26-account-progress {
    width: 100%;
    height: 0.55rem;
    border-radius: 999px;
    background: rgba(224, 231, 248, 0.8);
    overflow: hidden;
}

.bf26-account-progress span {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--bf26-accent), #79a4ff);
}

.bf26-account-quiet-card {
    background:
        radial-gradient(circle at top left, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0) 55%),
        linear-gradient(180deg, rgba(250, 252, 255, 0.95), rgba(240, 245, 255, 0.94));
}

.bf26-account-quiet-card p {
    margin: 0;
    color: var(--bf26-muted);
    line-height: 1.6;
}

.bf26-account-hero {
    background:
        radial-gradient(circle at top left, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0) 45%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(241, 246, 255, 0.94));
}

.bf26-account-hero-copy,
.bf26-account-hero-side,
.bf26-account-notification-list,
.bf26-account-transfer-list {
    display: grid;
    gap: 0.9rem;
}

.bf26-account-hero-copy {
    max-width: 38rem;
}

.bf26-account-hero-copy h2 {
    font-size: clamp(1.8rem, 4vw, 2.5rem);
}

.bf26-account-hero-copy p,
.bf26-account-hero-stat small,
.bf26-account-limit-card small,
.bf26-account-kpi small,
.bf26-account-quick-card span {
    color: var(--bf26-muted);
    line-height: 1.6;
}

.bf26-account-hero-side {
    width: min(100%, 18rem);
}

.bf26-account-hero-actions {
    display: grid;
    gap: 0.75rem;
}

.bf26-account-hero-stat,
.bf26-account-limit-card,
.bf26-account-kpi,
.bf26-account-quick-card,
.bf26-account-note,
.bf26-account-empty,
.bf26-account-transfer-card,
.bf26-account-notification-card,
.bf26-account-setting-row {
    padding: 1rem 1.05rem;
    border-radius: 1.25rem;
    border: 1px solid rgba(21, 34, 84, 0.08);
    background: rgba(255, 255, 255, 0.72);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.bf26-account-grid,
.bf26-account-limit-grid,
.bf26-account-kpi-grid,
.bf26-account-quick-grid,
.bf26-account-form-grid {
    display: grid;
    gap: 1rem;
}

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

.bf26-account-grid--dashboard {
    grid-template-columns: minmax(0, 1.35fr) minmax(18rem, 0.95fr);
}

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

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

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

.bf26-account-form-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bf26-account-transfer-head strong,
.bf26-account-notification-card strong,
.bf26-account-setting-copy strong {
    font-size: 0.98rem;
    color: var(--bf26-text);
}

.bf26-account-hero-stat strong {
    font-size: 2.1rem;
    line-height: 1;
}

.bf26-account-limit-card strong,
.bf26-account-kpi strong {
    font-size: 1.35rem;
    line-height: 1.08;
}

.bf26-account-transfer-head span,
.bf26-account-transfer-actions span,
.bf26-account-meta-text,
.bf26-account-setting-copy small {
    color: var(--bf26-muted);
    font-size: 0.86rem;
}

.bf26-account-inline-link,
.bf26-inline-chip-link {
    color: #304891;
    font-weight: 700;
}

.bf26-inline-chip-link {
    padding-inline: 0.9rem;
    text-align: center;
}

.bf26-account-mobile-tabs {
    display: none;
    gap: 0.65rem;
    overflow-x: auto;
    padding-bottom: 0.1rem;
    scrollbar-width: none;
}

.bf26-account-mobile-tabs::-webkit-scrollbar {
    display: none;
}

.bf26-account-mobile-tab {
    min-width: 10rem;
    flex: 0 0 auto;
}

.bf26-account-empty {
    display: grid;
    gap: 0.4rem;
}

.bf26-account-filterbar {
    align-items: end;
    flex-wrap: wrap;
}

.bf26-account-search {
    flex: 1 1 18rem;
}

.bf26-account-pagination {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.bf26-account-pagination a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.3rem;
    height: 2.3rem;
    padding: 0 0.8rem;
    border-radius: 999px;
    border: 1px solid rgba(21, 34, 84, 0.08);
    background: rgba(255, 255, 255, 0.78);
    color: #334a8d;
    font-weight: 700;
}

.bf26-account-pagination a.is-active {
    background: linear-gradient(180deg, rgba(63, 99, 255, 0.98), rgba(81, 119, 255, 0.94));
    color: #fff;
    border-color: transparent;
}

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

.bf26-account-inline-actions {
    flex-wrap: wrap;
}

.bf26-account-inline-form {
    display: flex;
    align-items: end;
    gap: 0.75rem;
    flex-wrap: wrap;
    margin: 0;
}

.bf26-account-toggle-shell {
    flex: 0 0 auto;
}

.bf26-account-toggle-input {
    appearance: none;
    width: 3.2rem;
    height: 1.85rem;
    border-radius: 999px;
    border: 1px solid rgba(21, 34, 84, 0.14);
    background: rgba(224, 231, 248, 0.92);
    position: relative;
    cursor: pointer;
    transition: background 0.18s ease, border-color 0.18s ease;
}

.bf26-account-toggle-input::after {
    content: "";
    position: absolute;
    top: 0.17rem;
    left: 0.17rem;
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 8px 18px rgba(31, 53, 125, 0.18);
    transition: transform 0.18s ease;
}

.bf26-account-toggle-input:checked {
    background: rgba(63, 99, 255, 0.94);
    border-color: rgba(63, 99, 255, 0.6);
}

.bf26-account-toggle-input:checked::after {
    transform: translateX(1.33rem);
}

.bf26-account-note--danger {
    background: rgba(255, 240, 244, 0.82);
    border-color: rgba(183, 65, 101, 0.12);
}

.bf26-account-danger-button {
    color: #9a284d;
    border-color: rgba(183, 65, 101, 0.16);
    background: rgba(255, 245, 248, 0.96);
}

.bf26-account-upload-shell {
    width: 100%;
}

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

.bf26-account-upload-shell .bf26-upload-shell,
.bf26-account-upload-shell .bf26-compose-stage-stack,
.bf26-account-upload-shell .bf26-compose-grid {
    width: 100%;
}

.bf26-account-upload-shell .bf26-start-card,
.bf26-account-upload-shell .bf26-compose-files-card,
.bf26-account-upload-shell .bf26-compose-settings-card {
    min-height: auto;
    max-height: none;
}

@media (max-width: 1180px) {
    .bf26-account-shell,
    .bf26-account-grid--dashboard,
    .bf26-account-limit-grid,
    .bf26-account-kpi-grid,
    .bf26-account-quick-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .bf26-account-form-grid {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media (max-width: 1024px) {
    .bf26-account-shell {
        grid-template-columns: minmax(0, 1fr);
    }

    .bf26-account-rail {
        position: static;
    }

    .bf26-account-nav-card {
        display: none;
    }

    .bf26-account-mobile-tabs {
        display: flex;
    }
}

@media (max-width: 768px) {
    .bf26-account-stage {
        width: 100%;
    }

    .bf26-account-profile-card,
    .bf26-account-quiet-card,
    .bf26-account-verification-card,
    .bf26-account-hero,
    .bf26-account-card {
        padding: 1rem;
        border-radius: 1.5rem;
    }

    .bf26-account-hero,
    .bf26-account-transfer-head,
    .bf26-account-transfer-actions,
    .bf26-account-section-heading,
    .bf26-account-setting-row,
    .bf26-account-inline-actions,
    .bf26-account-filterbar {
        flex-direction: column;
        align-items: stretch;
    }

    .bf26-account-grid,
    .bf26-account-grid--dashboard,
    .bf26-account-limit-grid,
    .bf26-account-kpi-grid,
    .bf26-account-quick-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .bf26-account-transfer-facts {
        grid-template-columns: minmax(0, 1fr);
    }

    .bf26-account-hero-side,
    .bf26-account-inline-form,
    .bf26-account-inline-form .bf26-field-group,
    .bf26-account-hero-actions,
    .bf26-account-hero-actions .bf26-primary-button,
    .bf26-account-hero-actions .bf26-secondary-button,
    .bf26-account-form-actions .bf26-primary-button,
    .bf26-account-form-actions .bf26-secondary-button,
    .bf26-account-filterbar .bf26-secondary-button {
        width: 100%;
    }

    .bf26-account-hero-actions {
        display: grid;
        gap: 0.75rem;
    }

    .bf26-account-mobile-tab {
        min-width: 8.8rem;
    }
}
