@import "https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:wght@600;700;800&family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap";*,:before,:after{box-sizing:border-box}html,body{margin:0;padding:0}body{background:var(--bf-color-bg,#fff);min-height:100dvh;color:var(--bf-color-text,#111);font:var(--bf-text-body,16px/24px system-ui, sans-serif);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scrollbar-gutter:stable;overflow-x:hidden}#root{width:100%;min-height:100dvh}:root{--bf-font-display:"Bricolage Grotesque", system-ui, sans-serif;--bf-font-body:"Plus Jakarta Sans", system-ui, sans-serif;--bf-text-display:800 36px/42px var(--bf-font-display);--bf-text-h1:700 30px/38px var(--bf-font-display);--bf-text-h2:700 24px/32px var(--bf-font-display);--bf-text-body:400 16px/24px var(--bf-font-body);--bf-text-body-strong:600 16px/24px var(--bf-font-body);--bf-text-small:500 14px/20px var(--bf-font-body);--bf-text-caption:600 12px/16px var(--bf-font-body);--bf-color-bg:oklch(98.5% .008 70);--bf-color-surface:#fff;--bf-color-text:oklch(20% .02 50);--bf-color-text-muted:oklch(45% .02 50);--bf-color-border:oklch(90% .012 60);--bf-color-brand-100:oklch(94% .05 40);--bf-color-brand-500:oklch(68% .19 40);--bf-color-brand-600:oklch(53% .19 40);--bf-color-brand-700:oklch(46% .19 40);--bf-color-trust-100:oklch(94% .045 200);--bf-color-trust-500:oklch(68% .16 200);--bf-color-trust-600:oklch(48% .16 200);--bf-color-success-100:oklch(94% .05 150);--bf-color-success-600:oklch(50% .13 150);--bf-color-warning-100:oklch(95% .06 85);--bf-color-warning-600:oklch(52.5% .14 70);--bf-color-danger-100:oklch(94% .05 25);--bf-color-danger-600:oklch(53% .18 25);--bf-color-neutral-100:oklch(94% .01 60);--bf-color-neutral-600:oklch(45% .015 60);--bf-color-rbac-super-100:oklch(94% .04 290);--bf-color-rbac-super-600:#6b5bd6;--bf-space-xs:4px;--bf-space-sm:8px;--bf-space-md:12px;--bf-space-base:16px;--bf-space-lg:24px;--bf-space-xl:32px;--bf-space-2xl:48px;--bf-space-3xl:64px;--bf-radius-sm:8px;--bf-radius-md:12px;--bf-radius-lg:20px;--bf-radius-full:999px;--bf-shadow-sm:0 1px 2px oklch(20% .02 50/.07), 0 1px 1px oklch(20% .02 50/.05);--bf-shadow-md:0 8px 20px oklch(20% .02 50/.12);--bf-ease-standard:cubic-bezier(.2, 0, 0, 1);--bf-duration-fast:.12s;--bf-duration-base:.2s;--bf-duration-slow:.32s;--bf-bp-sm:360px;--bf-bp-base:390px;--bf-bp-lg:430px;--bf-bp-tablet:768px;--bf-bp-desktop:1024px;--bf-content-narrow:640px;--bf-content-wide:1100px;--bf-hit-target-min:44px;--bf-bottomnav-height:56px;--bf-topbar-height:60px}.bf-card{background:var(--bf-color-surface);border:1px solid var(--bf-color-border);border-radius:var(--bf-radius-md);box-shadow:var(--bf-shadow-sm);padding:var(--bf-space-lg);margin-bottom:var(--bf-space-base)}.bf-btn{font:var(--bf-text-body-strong);border-radius:var(--bf-radius-sm);cursor:pointer;min-height:var(--bf-hit-target-min);transition:background var(--bf-duration-base) var(--bf-ease-standard), transform var(--bf-duration-fast) var(--bf-ease-standard);border:none;padding:0 18px}.bf-btn:active{transform:scale(.97)}.bf-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.bf-btn--primary{background:var(--bf-color-brand-600);color:#fff}.bf-btn--primary:hover:not(:disabled){background:var(--bf-color-brand-700)}.bf-btn--secondary{background:var(--bf-color-brand-100);color:var(--bf-color-brand-600)}.bf-btn--ghost{color:var(--bf-color-text);border:1px solid var(--bf-color-border);background:0 0}.bf-btn--danger{background:var(--bf-color-danger-600);color:#fff}.bf-btn--sm{height:38px;min-height:38px;padding:0 16px;font-size:14px}.bf-loadmore{width:100%;min-height:var(--bf-hit-target-min);border-radius:var(--bf-radius-sm);border:1px solid var(--bf-color-border);background:var(--bf-color-surface);color:var(--bf-color-brand-600);font:var(--bf-text-body-strong);cursor:pointer;padding:0 18px}.bf-loadmore:disabled{color:var(--bf-color-text-muted);cursor:default}.bf-loadmore-end{text-align:center;color:var(--bf-color-text-muted);padding:var(--bf-space-md) 0;font-size:12px;font-weight:600}.bf-chip{border-radius:var(--bf-radius-full);font:var(--bf-text-caption);white-space:nowrap;align-items:center;gap:6px;padding:5px 12px;display:inline-flex}.bf-chip__dot{background:currentColor;border-radius:999px;flex-shrink:0;width:6px;height:6px}.bf-chip--success{background:var(--bf-color-success-100);color:var(--bf-color-success-600)}.bf-chip--warning{background:var(--bf-color-warning-100);color:var(--bf-color-warning-600)}.bf-chip--danger{background:var(--bf-color-danger-100);color:var(--bf-color-danger-600)}.bf-chip--trust{background:var(--bf-color-trust-100);color:var(--bf-color-trust-600)}.bf-warning-banner{background:var(--bf-color-warning-100);color:var(--bf-color-warning-600);border-radius:var(--bf-radius-md);font:var(--bf-text-caption);margin-bottom:var(--bf-space-sm);padding:12px 14px;font-weight:800;line-height:1.5}.bf-chip--neutral{background:var(--bf-color-neutral-100);color:var(--bf-color-neutral-600)}.bf-avatar{border-radius:var(--bf-radius-full);background:var(--bf-color-trust-100);color:var(--bf-color-trust-600);font-family:var(--bf-font-display);flex-shrink:0;justify-content:center;align-items:center;font-weight:700;display:flex;overflow:hidden}.bf-avatar img{object-fit:cover;width:100%;height:100%;display:block}.bf-avatar--sm{width:32px;height:32px;font-size:12px}.bf-avatar--md{width:40px;height:40px;font-size:13px}.bf-avatar--lg{width:44px;height:44px;font-size:15px}.bf-avatar--xl{width:72px;height:72px;font-size:22px}.bf-avatar--accent{background:var(--bf-color-brand-100);color:var(--bf-color-brand-600)}.bf-input{border:1px solid var(--bf-color-border);border-radius:var(--bf-radius-sm);font:var(--bf-text-body);background:var(--bf-color-surface);color:var(--bf-color-text);height:var(--bf-hit-target-min);box-sizing:border-box;width:100%;padding:0 14px}.bf-input::placeholder{color:var(--bf-color-text-muted)}.bf-input:focus{outline:2px solid var(--bf-color-brand-500);outline-offset:1px}.bf-input--error{border-color:var(--bf-color-danger-600)}.bf-input:disabled{background:var(--bf-color-bg);color:var(--bf-color-text-muted);cursor:not-allowed}textarea.bf-input{height:auto;min-height:96px;padding:var(--bf-space-sm) 14px;resize:vertical}.bf-select{justify-content:space-between;align-items:center;gap:var(--bf-space-sm);border:1px solid var(--bf-color-border);border-radius:var(--bf-radius-sm);font:var(--bf-text-body);background:var(--bf-color-surface);color:var(--bf-color-text);height:var(--bf-hit-target-min);box-sizing:border-box;cursor:pointer;text-align:left;width:100%;padding:0 14px;display:flex}.bf-select:disabled{background:var(--bf-color-bg);color:var(--bf-color-text-muted);cursor:not-allowed}.bf-select:focus-visible{outline:2px solid var(--bf-color-brand-500);outline-offset:1px}.bf-select__value{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.bf-select__value--placeholder{color:var(--bf-color-text-muted)}.bf-select__chevron{color:var(--bf-color-text-muted);flex-shrink:0;font-size:12px}.bf-select__sheet-title{font:700 17px/24px var(--bf-font-display);margin:0 0 4px}.bf-select__options{margin-top:var(--bf-space-sm);flex-direction:column;display:flex}.bf-select__option{width:100%;min-height:var(--bf-hit-target-min);border:none;border-bottom:1px solid var(--bf-color-border);font:var(--bf-text-body);color:var(--bf-color-text);text-align:left;cursor:pointer;background:0 0;justify-content:space-between;align-items:center;padding:14px 2px;display:flex}.bf-select__option:last-child{border-bottom:none}.bf-select__option--selected{color:var(--bf-color-trust-600);font-weight:800}.bf-select__check{color:var(--bf-color-trust-600);visibility:hidden;font-weight:800}.bf-select__option--selected .bf-select__check{visibility:visible}.bf-field-label{color:var(--bf-color-text-muted);font-size:13px;font-weight:600}.bf-field-error{color:var(--bf-color-danger-600);margin-top:6px;font-size:12px}.bf-nav{border-top:1px solid var(--bf-color-border);background:var(--bf-color-surface);display:flex}.bf-nav__item{color:var(--bf-color-text-muted);min-height:var(--bf-hit-target-min);cursor:pointer;background:0 0;border:none;flex-direction:column;flex:1;align-items:center;gap:4px;padding:8px 0 10px;font-size:11px;font-weight:600;text-decoration:none;display:flex}.bf-nav__item[aria-current=page]{color:var(--bf-color-brand-600)}.bf-sheet-overlay{z-index:35;background:oklch(20% .02 50/.45);justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}.bf-sheet{width:100%;max-width:var(--bf-bp-lg);box-sizing:border-box;background:var(--bf-color-surface);border-radius:var(--bf-radius-lg) var(--bf-radius-lg) 0 0;max-height:88vh;padding:var(--bf-space-sm) var(--bf-space-base) calc(var(--bf-space-base) + env(safe-area-inset-bottom));overflow-y:auto;box-shadow:0 -12px 30px oklch(20% .02 50/.18)}.bf-sheet__grab{border-radius:var(--bf-radius-full);background:var(--bf-color-border);width:36px;height:4px;margin:var(--bf-space-sm) auto var(--bf-space-md);flex-shrink:0}.bf-nav__more-grouplabel{font:var(--bf-text-caption);text-transform:uppercase;letter-spacing:.04em;color:var(--bf-color-text-muted);padding:var(--bf-space-sm) var(--bf-space-md) var(--bf-space-xs)}.bf-nav__more-item{align-items:center;gap:var(--bf-space-md);padding:var(--bf-space-sm) var(--bf-space-md);border-radius:var(--bf-radius-sm);font:var(--bf-text-small);color:var(--bf-color-text);min-height:var(--bf-hit-target-min);text-decoration:none;display:flex}.bf-nav__icon{flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;font-size:19px;line-height:1;display:flex}.bf-rail__icon{text-align:center;flex-shrink:0;width:20px;font-size:16px;line-height:1}.bf-nav__dot{background:0 0;border-radius:999px;width:4px;height:4px;margin-top:-2px}.bf-nav__item[aria-current=page] .bf-nav__dot{background:var(--bf-color-brand-500)}.bf-shell{background:var(--bf-color-bg);min-height:100dvh;color:var(--bf-color-text);font:var(--bf-text-body);padding-top:env(safe-area-inset-top);flex-direction:column;display:flex}.bf-shell__topbar{justify-content:space-between;align-items:center;gap:var(--bf-space-md);padding:0 var(--bf-space-base);height:var(--bf-topbar-height);box-sizing:border-box;top:env(safe-area-inset-top);z-index:20;background:var(--bf-color-surface);border-bottom:1px solid var(--bf-color-border);flex:none;display:flex;position:sticky}.bf-shell__brand{align-items:center;gap:var(--bf-space-sm);display:flex}.bf-shell__brand-dot{background:var(--bf-color-brand-500);border-radius:999px;flex-shrink:0;width:10px;height:10px}.bf-shell__brand-dot--trust{background:var(--bf-color-trust-500)}.bf-shell__brand-dot--admin{background:var(--bf-color-text)}.bf-shell__brand-name{font:var(--bf-text-h2);font-size:16px}.bf-shell__bell{width:var(--bf-hit-target-min);height:var(--bf-hit-target-min);background:var(--bf-color-bg);border:none;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;font-size:18px;line-height:1;display:flex;position:relative;box-shadow:inset 0 0 0 1px oklch(20% .02 50/.06)}.bf-shell__bell-badge{background:var(--bf-color-brand-500);width:7px;height:7px;box-shadow:0 0 0 2px var(--bf-color-bg);border-radius:999px;position:absolute;top:9px;right:10px}.bf-offline-banner{align-items:center;gap:var(--bf-space-sm);padding:10px var(--bf-space-base);font:var(--bf-text-caption);background:var(--bf-color-warning-100);color:var(--bf-color-warning-600);border-bottom:1px solid var(--bf-color-border);top:calc(var(--bf-topbar-height) + env(safe-area-inset-top));z-index:19;flex:none;display:flex;position:sticky}.bf-offline-banner__dot{border:2px solid var(--bf-color-warning-600);border-radius:999px;flex-shrink:0;width:8px;height:8px}.bf-shell__topbar-end{align-items:center;gap:var(--bf-space-sm);flex-shrink:0;display:flex;position:relative}.bf-account-btn{cursor:pointer;background:0 0;border:none;flex-shrink:0;padding:0}.bf-account-menu{background:var(--bf-color-surface);border:1px solid var(--bf-color-border);border-radius:var(--bf-radius-md);box-shadow:var(--bf-shadow-md);z-index:20;min-width:190px;padding:6px;position:absolute;top:48px;right:0}.bf-account-menu__who{padding:8px 10px 10px}.bf-account-menu__name{color:var(--bf-color-text);font-size:13px;font-weight:700}.bf-account-menu__email{color:var(--bf-color-text-muted);margin-top:2px;font-size:12px}.bf-account-menu__divider{border:none;border-top:1px solid var(--bf-color-border);margin:4px 0}.bf-account-menu__logout{text-align:left;width:100%;color:var(--bf-color-danger-600);cursor:pointer;border-radius:var(--bf-radius-sm);min-height:var(--bf-hit-target-min);background:0 0;border:none;padding:10px;font-size:13px;font-weight:700;display:block}.bf-account-menu__logout:hover{background:var(--bf-color-danger-100)}.bf-shell__body{flex:1;min-height:0;display:flex}.bf-shell__content{min-width:0;padding:var(--bf-space-base) var(--bf-space-base) calc(var(--bf-bottomnav-height) + env(safe-area-inset-bottom) + var(--bf-space-base));gap:var(--bf-space-md);box-sizing:border-box;flex-direction:column;flex:1;display:flex}.bf-page-narrow{width:100%;max-width:var(--bf-content-narrow)}.bf-page-wide{width:100%;max-width:var(--bf-content-wide)}.bf-shell__bottomnav{height:var(--bf-bottomnav-height);padding-bottom:env(safe-area-inset-bottom);z-index:15;-webkit-backface-visibility:hidden;position:fixed;bottom:0;left:0;right:0;transform:translateZ(0)}.bf-rail{display:none}.bf-fab{right:var(--bf-space-base);bottom:calc(var(--bf-bottomnav-height) + env(safe-area-inset-bottom) + var(--bf-space-base));border-radius:var(--bf-radius-full);background:var(--bf-color-brand-500);color:#fff;width:52px;height:52px;box-shadow:var(--bf-shadow-md);cursor:pointer;z-index:12;-webkit-backface-visibility:hidden;border:none;font-size:26px;font-weight:700;position:fixed;transform:translateZ(0)}.bf-page-header{margin:calc(var(--bf-space-base) * -1) calc(var(--bf-space-base) * -1) 0;padding:var(--bf-space-md) var(--bf-space-base) var(--bf-space-base);border-bottom:1px solid var(--bf-color-border);margin-bottom:var(--bf-space-md)}.bf-page-header__crumbs{font:var(--bf-text-caption);color:var(--bf-color-text-muted);align-items:center;gap:6px;margin-bottom:6px;display:flex}.bf-page-header__crumb-link{color:var(--bf-color-text-muted);text-decoration:none}.bf-page-header__crumb-sep{color:var(--bf-color-border)}.bf-page-header__crumb-current{color:var(--bf-color-text)}.bf-page-header__row{align-items:center;gap:var(--bf-space-sm);flex-wrap:wrap;display:flex}.bf-page-header__back{border-radius:var(--bf-radius-sm);background:var(--bf-color-neutral-100);cursor:pointer;width:36px;height:36px;min-width:var(--bf-hit-target-min);min-height:var(--bf-hit-target-min);border:none;flex-shrink:0;position:relative}.bf-page-header__back:before{content:"";border-left:2px solid var(--bf-color-text);border-bottom:2px solid var(--bf-color-text);width:9px;height:9px;position:absolute;top:50%;left:50%;transform:translate(-65%,-50%)rotate(45deg)}.bf-page-header__titles{flex:auto;min-width:60%}.bf-page-header__title{font:var(--bf-text-h2);overflow-wrap:break-word;margin:0}.bf-page-header__subtitle{font:var(--bf-text-small);color:var(--bf-color-text-muted);margin:2px 0 0}.bf-page-header__actions{gap:var(--bf-space-sm);flex-shrink:0;display:flex}.bf-confirm-dialog__title{font:700 17px/24px var(--bf-font-display);margin:0 0 4px}.bf-confirm-dialog__body{margin:0 0 var(--bf-space-md);font:var(--bf-text-small);color:var(--bf-color-text-muted)}.bf-confirm-dialog__textarea{border:1px solid var(--bf-color-border);border-radius:var(--bf-radius-sm);width:100%;min-height:80px;padding:var(--bf-space-sm) var(--bf-space-md);font:var(--bf-text-small);color:var(--bf-color-text);resize:none;box-sizing:border-box;margin-bottom:var(--bf-space-md)}.bf-confirm-dialog__actions{gap:var(--bf-space-sm);display:flex}.bf-confirm-dialog__actions>*{flex:1}.bf-toast{left:var(--bf-space-base);right:var(--bf-space-base);bottom:calc(var(--bf-bottomnav-height) + env(safe-area-inset-bottom) + var(--bf-space-base));z-index:16;background:var(--bf-color-text);color:#fff;border-radius:var(--bf-radius-md);max-width:430px;box-shadow:var(--bf-shadow-md);padding:var(--bf-space-md);align-items:center;gap:var(--bf-space-sm);font:var(--bf-text-small);margin:0 auto;font-weight:600;display:flex;position:fixed}.bf-toast--error{background:var(--bf-color-danger-600)}.bf-toast__icon{background:var(--bf-color-success-600);border-radius:999px;flex-shrink:0;width:16px;height:16px;position:relative}.bf-toast--error .bf-toast__icon{background:#fff}.bf-empty-state{text-align:center;color:var(--bf-color-text-muted);padding:var(--bf-space-xl) var(--bf-space-base);margin:auto}.bf-empty-state h2{font:var(--bf-text-h2);color:var(--bf-color-text);margin:0 0 var(--bf-space-xs)}.bf-empty-state p{font:var(--bf-text-body);margin:0}.bf-empty-state__action{margin-top:var(--bf-space-base);display:inline-flex}.bf-tabs{background:var(--bf-color-brand-100);border-radius:var(--bf-radius-full);margin-bottom:var(--bf-space-lg);gap:4px;padding:4px;display:flex}.bf-tab{text-align:center;border-radius:var(--bf-radius-full);cursor:pointer;color:var(--bf-color-brand-600);min-height:var(--bf-hit-target-min);background:0 0;border:none;flex:1;padding:10px 0;font-size:13px;font-weight:700}.bf-tab--active{background:var(--bf-color-brand-600);color:#fff}.bf-hero{margin-bottom:var(--bf-space-xl);align-items:flex-start;gap:14px;display:flex}.bf-hero-avatar-col{flex-direction:column;flex-shrink:0;align-items:center;gap:6px;display:flex}.bf-hero-photo-link{color:var(--bf-color-brand-600);cursor:pointer;background:0 0;border:none;min-height:32px;padding:4px;font-size:12px;font-weight:700}.bf-hero-photo-link:disabled{color:var(--bf-color-neutral-500);cursor:default}.bf-photo-wrap{width:72px;height:72px;position:relative}.bf-photo-wrap .bf-avatar--xl{width:72px;height:72px}.bf-avatar--uploading img{opacity:.35}.bf-photo-ring{border-radius:var(--bf-radius-full);border:3px solid var(--bf-color-brand-100);border-top-color:var(--bf-color-brand-500);animation:.8s linear infinite bf-photo-spin;position:absolute;inset:-4px}@keyframes bf-photo-spin{to{transform:rotate(360deg)}}.bf-photo-pct{color:var(--bf-color-brand-600);border-radius:var(--bf-radius-full);background:oklch(100% 0 0/.55);justify-content:center;align-items:center;font-size:12px;font-weight:800;display:flex;position:absolute;inset:0}.bf-photo-error{background:var(--bf-color-danger-100);color:var(--bf-color-danger-600);border-radius:var(--bf-radius-sm);margin-bottom:var(--bf-space-xl);align-items:flex-start;gap:8px;padding:10px 12px;font-size:12.5px;font-weight:600;line-height:1.4;display:flex}.bf-photo-error-retry{color:var(--bf-color-danger-600);cursor:pointer;background:0 0;border:none;min-height:24px;margin-top:4px;padding:0;font-size:12.5px;font-weight:800;text-decoration:underline}.bf-hero-info{flex:1;min-width:0;padding-top:6px}.bf-hero-name-row{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:10px;display:flex}.bf-hero-name{font-size:18px;font-weight:800;line-height:1.25}.bf-hero-progress-label{color:var(--bf-color-text-muted);justify-content:space-between;margin-bottom:5px;font-size:12px;font-weight:600;display:flex}.bf-hero-progress-bar{border-radius:var(--bf-radius-full);background:var(--bf-color-brand-100);height:6px;overflow:hidden}.bf-hero-progress-fill{background:var(--bf-color-brand-500);border-radius:var(--bf-radius-full);height:100%}.bf-hero-status-note{color:var(--bf-color-text-muted);margin-top:10px;font-size:12px;line-height:1.5}.bf-public-hero{margin-bottom:var(--bf-space-lg);align-items:center;gap:14px;display:flex}.bf-surface{background:var(--bf-color-surface);border:1px solid var(--bf-color-border);border-radius:var(--bf-radius-md);width:100%;box-shadow:var(--bf-shadow-sm);padding:var(--bf-space-lg) var(--bf-space-base)}.bf-section+.bf-section{border-top:1px solid var(--bf-color-border);margin-top:var(--bf-space-lg);padding-top:var(--bf-space-lg)}.bf-section-title{color:var(--bf-color-text-muted);text-transform:uppercase;letter-spacing:.04em;margin:0 0 var(--bf-space-md);font-size:12px;font-weight:800}.bf-sticky-save{bottom:calc(var(--bf-bottomnav-height) + env(safe-area-inset-bottom));background:var(--bf-color-bg);padding-top:var(--bf-space-md);margin-top:var(--bf-space-lg);gap:var(--bf-space-sm);display:flex;position:sticky}.bf-sticky-save>*{flex:1}.bf-excluded-note{color:var(--bf-color-text-muted);margin:var(--bf-space-lg) 0 0;font-size:11px;line-height:1.6}.bf-excluded-note b{color:var(--bf-color-text);font-weight:600}.bf-status-chip{border-radius:var(--bf-radius-full);align-items:center;padding:3px 10px;font-size:11px;font-weight:800;display:inline-flex}.bf-status-chip--pending{background:var(--bf-color-warning-100);color:var(--bf-color-warning-600)}.bf-status-chip--approved{background:var(--bf-color-success-100);color:var(--bf-color-success-600)}.bf-status-chip--rejected{background:var(--bf-color-danger-100);color:var(--bf-color-danger-600)}.bf-pending-notice{padding:var(--bf-space-2xl) var(--bf-space-xs);text-align:center}.bf-pending-notice .bf-status-chip{margin-bottom:var(--bf-space-sm)}.bf-pending-notice p{color:var(--bf-color-text-muted);margin:0;font-size:13px;line-height:1.5}.bf-field{margin-bottom:var(--bf-space-base);flex-direction:column;gap:6px;display:flex}.bf-field:last-child{margin-bottom:0}.bf-hint{color:var(--bf-color-text-muted);font-size:12px}.bf-protected-note{color:var(--bf-color-trust-600);align-items:center;gap:6px;font-size:12px;font-weight:600;display:flex}.bf-enrich-row{align-items:flex-end;gap:10px;display:flex}.bf-enrich-row .bf-field{flex:1;min-width:0}.bf-enrich-row .bf-btn{margin-bottom:var(--bf-space-base);flex-shrink:0}.bf-banner{border-radius:var(--bf-radius-sm);margin-bottom:var(--bf-space-md);gap:8px;padding:12px 14px;font-size:12.5px;font-weight:600;line-height:1.5;display:flex}.bf-banner--warn{background:var(--bf-color-warning-100);color:var(--bf-color-warning-600)}.bf-banner--loading{color:var(--bf-color-text-muted);font-size:13px;font-weight:600}.bf-suggest-row{border:1.5px solid var(--bf-color-border);border-radius:var(--bf-radius-sm);justify-content:space-between;align-items:center;gap:10px;margin-bottom:10px;padding:12px 14px;display:flex}.bf-suggest-row:last-child{margin-bottom:0}.bf-suggest-label{color:var(--bf-color-text-muted);text-transform:uppercase;letter-spacing:.03em;margin-bottom:2px;font-size:11px;font-weight:700}.bf-suggest-value{font-size:14px;font-weight:700}.bf-fact-grid{margin-top:var(--bf-space-md);grid-template-columns:1fr 1fr;gap:12px 16px;display:grid}.bf-fact-k{color:var(--bf-color-text-muted);text-transform:uppercase;letter-spacing:.03em;margin-bottom:3px;font-size:11px;font-weight:700}.bf-fact-v{font-size:13.5px;font-weight:700;line-height:1.3}.bf-cnae-list{flex-wrap:wrap;gap:6px;margin-top:6px;display:flex}.bf-cnae-chip{background:var(--bf-color-bg);border:1px solid var(--bf-color-border);border-radius:var(--bf-radius-sm);color:var(--bf-color-text);padding:6px 10px;font-size:12px;font-weight:600}.bf-qsa-note{background:var(--bf-color-bg);border:1px dashed var(--bf-color-border);border-radius:var(--bf-radius-sm);color:var(--bf-color-text-muted);margin-top:var(--bf-space-md);gap:8px;padding:10px 12px;font-size:11.5px;font-weight:600;display:flex}.bf-compare-row{border-bottom:1px solid var(--bf-color-border);grid-template-columns:1fr 1fr;gap:10px;padding:12px 0;display:grid}.bf-compare-row:first-of-type{padding-top:0}.bf-compare-row:last-child{border-bottom:none;padding-bottom:0}.bf-compare-k{color:var(--bf-color-text-muted);text-transform:uppercase;letter-spacing:.03em;grid-column:1/-1;margin-bottom:4px;font-size:11px;font-weight:700}.bf-compare-col-label{color:var(--bf-color-text-muted);text-transform:uppercase;margin-bottom:2px;font-size:10px;font-weight:700}.bf-compare-v{font-size:13.5px;font-weight:700;line-height:1.35}.bf-badge-match{border-radius:var(--bf-radius-full);background:var(--bf-color-success-100);color:var(--bf-color-success-600);align-items:center;margin-left:6px;padding:2px 9px;font-size:10.5px;font-weight:800;display:inline-flex}.bf-badge-diff{border-radius:var(--bf-radius-full);background:var(--bf-color-danger-100);color:var(--bf-color-danger-600);align-items:center;margin-left:6px;padding:2px 9px;font-size:10.5px;font-weight:800;display:inline-flex}.bf-fn-list{flex-direction:column;gap:10px;margin-bottom:10px;display:flex}.bf-fn-group{background:var(--bf-color-brand-100);border-radius:10px;padding:12px}.bf-fn-head{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.bf-fn-name{color:var(--bf-color-brand-600);font-size:14px;font-weight:800}.bf-fn-remove{cursor:pointer;color:var(--bf-color-brand-600);background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;font-size:15px;font-weight:800;display:flex}.bf-fn-prices{flex-wrap:wrap;gap:6px;margin-bottom:8px;display:flex}.bf-price-chip{background:var(--bf-color-surface);border:1px solid var(--bf-color-border);border-radius:var(--bf-radius-full);color:var(--bf-color-text);align-items:center;gap:6px;padding:6px 6px 6px 12px;font-size:13px;font-weight:700;display:inline-flex}.bf-price-chip small{color:var(--bf-color-text-muted);margin-left:2px;font-weight:600}.bf-chip-remove{cursor:pointer;border:none;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;font-size:12px;font-weight:800;display:flex}.bf-price-chip .bf-chip-remove{color:var(--bf-color-text-muted);background:var(--bf-color-brand-100)}.bf-fn-empty-hint{color:var(--bf-color-text-muted);margin:0 0 8px;font-size:12px}.bf-add-price-btn{color:var(--bf-color-brand-600);cursor:pointer;background:0 0;border:none;min-height:36px;padding:8px 4px;font-size:13px;font-weight:700}.bf-add-price-form{flex-wrap:wrap;align-items:flex-start;gap:6px;margin-top:4px;display:flex}.bf-add-price-amount{flex:140px;min-width:0}.bf-add-price-amount input{height:40px;font-size:14px}.bf-add-price-currency{flex:0 0 108px;height:40px;font-size:14px}.bf-add-price-unit{flex:0 0 116px;height:40px;font-size:14px}.bf-add-price-confirm,.bf-add-price-cancel{flex-shrink:0;width:40px;height:40px;padding:0}.bf-add-row{align-items:flex-start;gap:8px;display:flex}.bf-add-row__price{flex:0 0 110px}.bf-combo{flex:1;min-width:0;position:relative}.bf-combo-list{background:var(--bf-color-surface);border:1px solid var(--bf-color-border);border-radius:var(--bf-radius-sm);box-shadow:var(--bf-shadow-md);z-index:10;max-height:216px;margin:0;padding:4px;list-style:none;position:absolute;top:48px;left:0;right:0;overflow-y:auto}.bf-combo-item{cursor:pointer;border-radius:6px;align-items:center;gap:8px;padding:10px 12px;font-size:14px;font-weight:600;display:flex}.bf-combo-item-icon{flex-shrink:0;display:flex}.bf-combo-item--highlighted{background:var(--bf-color-brand-100);color:var(--bf-color-brand-600)}.bf-combo-msg{color:var(--bf-color-text-muted);padding:14px 12px;font-size:13px}.bf-combo-item__primary{font-weight:600}.bf-combo-item__secondary{color:var(--bf-color-text-muted);margin-top:2px;font-size:12px;font-weight:400}.bf-locpick{flex-direction:column;gap:14px;display:flex}.bf-locpick__field{flex-direction:column;gap:6px;display:flex}.bf-locpick__field .bf-field-error{margin-top:0}.bf-locpick__hint{color:var(--bf-color-text-muted);font-size:12px;line-height:1.45}.bf-locpick--selected{border:1px solid var(--bf-color-border);border-radius:var(--bf-radius-sm);min-height:var(--bf-hit-target-min);background:var(--bf-color-surface);flex-direction:row;align-items:center;gap:10px;padding:0 14px}.bf-locpick__pin{background:var(--bf-color-brand-500);border-radius:50% 50% 50% 0;flex:none;width:14px;height:14px;transform:rotate(-45deg)}.bf-locpick__address{min-width:0;color:var(--bf-color-text);text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:14px;overflow:hidden}.bf-locpick__swap{color:var(--bf-color-trust-600);cursor:pointer;background:0 0;border:none;flex:none;padding:0;font-size:13px;font-weight:700}.bf-locpick__swap:disabled{opacity:.5;cursor:not-allowed}.bf-locpick__note{border-radius:var(--bf-radius-sm);background:var(--bf-color-bg);color:var(--bf-color-text-muted);padding:11px 13px;font-size:12.5px;line-height:1.5;display:block}.bf-locpick__note--warn{background:var(--bf-color-warning-100);color:var(--bf-color-warning-600);font-weight:600}.bf-locpick__note--busy{background:var(--bf-color-trust-100);color:var(--bf-color-trust-600);align-items:center;gap:9px;font-weight:600;display:flex}.bf-locpick__retry{color:var(--bf-color-trust-600);cursor:pointer;background:0 0;border:none;align-self:flex-start;padding:0;font-size:12.5px;font-weight:700}.bf-locpick__alt{flex-direction:column;gap:8px;display:flex}.bf-locpick__alt-title{letter-spacing:.06em;text-transform:uppercase;color:var(--bf-color-text-muted);font-size:11px;font-weight:800}.bf-locpick__alt-grid{grid-template-columns:1fr 1fr;gap:8px;display:grid}.bf-locpick__alt-btn{min-height:var(--bf-hit-target-min);border:1px solid var(--bf-color-border);border-radius:var(--bf-radius-sm);background:var(--bf-color-surface);color:var(--bf-color-text);text-align:center;cursor:pointer;justify-content:center;align-items:center;gap:7px;padding:0 10px;font-size:12.5px;font-weight:700;line-height:1.25;display:flex}.bf-locpick__alt-btn:hover:not(:disabled){background:var(--bf-color-bg)}.bf-locpick__alt-btn:disabled{cursor:default;color:var(--bf-color-text-muted)}.bf-locpick__alt-btn--wide{grid-column:1/-1}.bf-locpick__alt-ico{font-size:15px;line-height:1}.bf-locpick__back{border:1px solid var(--bf-color-border);border-radius:var(--bf-radius-full);background:var(--bf-color-surface);min-height:36px;color:var(--bf-color-text);cursor:pointer;align-self:flex-start;align-items:center;gap:6px;padding:0 12px;font-size:12.5px;font-weight:700;display:inline-flex}.bf-locpick__back:hover:not(:disabled){background:var(--bf-color-bg)}.bf-locpick__review{border:1px solid var(--bf-color-border);border-radius:var(--bf-radius-md);background:var(--bf-color-bg);flex-direction:column;gap:12px;padding:14px;display:flex}.bf-locpick__found{background:var(--bf-color-success-100);color:var(--bf-color-success-600);border-radius:var(--bf-radius-full);align-self:flex-start;align-items:center;gap:5px;padding:4px 9px;font-size:11px;font-weight:800;display:inline-flex}.bf-locpick__addr-row{align-items:flex-start;gap:10px;display:flex}.bf-locpick__addr-row .bf-locpick__pin{margin-top:3px}.bf-locpick__addr{flex:1;min-width:0}.bf-locpick__addr-line{font-size:14px;font-weight:700;line-height:1.35}.bf-locpick__addr-sub{color:var(--bf-color-text-muted);margin-top:2px;font-size:12px}.bf-locpick__two{grid-template-columns:1fr 1fr;gap:8px;display:grid}@media (width<=370px){.bf-locpick__two{grid-template-columns:1fr}}.bf-locpick__primary{width:100%}.bf-locpick__dots{flex:none;gap:3px;display:inline-flex}.bf-locpick__dots i{background:currentColor;border-radius:50%;width:6px;height:6px;animation:1s ease-in-out infinite bf-locpick-pulse}.bf-locpick__dots i:nth-child(2){animation-delay:.15s}.bf-locpick__dots i:nth-child(3){animation-delay:.3s}@keyframes bf-locpick-pulse{0%,80%,to{opacity:.25}40%{opacity:1}}@media (prefers-reduced-motion:reduce){.bf-locpick__dots i{opacity:.7;animation:none}}.bf-locfield{border:1px solid var(--bf-color-border);border-radius:var(--bf-radius-sm);justify-content:space-between;align-items:center;gap:12px;padding:10px 14px;display:flex}.bf-add-btn{width:var(--bf-hit-target-min);flex-shrink:0;padding:0;font-size:18px}.bf-country-selected{justify-content:space-between;align-items:center;gap:var(--bf-space-sm);min-height:var(--bf-hit-target-min);border:1px solid var(--bf-color-border);border-radius:var(--bf-radius-sm);background:var(--bf-color-surface);padding:0 6px 0 14px;display:flex}.bf-country-selected-main{flex:1;align-items:center;gap:8px;min-width:0;display:flex}.bf-country-selected-name{text-overflow:ellipsis;white-space:nowrap;font-size:15px;font-weight:600;overflow:hidden}.bf-country-flag{flex-shrink:0;font-size:18px;line-height:1}.bf-country-flag--fallback{background:var(--bf-color-border);width:22px;height:16px;color:var(--bf-color-text-muted);letter-spacing:.02em;border-radius:3px;justify-content:center;align-items:center;font-size:9px;font-weight:700;display:inline-flex}.bf-country-input-wrap{align-items:center;display:flex;position:relative}.bf-country-input-flag{pointer-events:none;z-index:1;position:absolute;top:50%;left:14px;transform:translateY(-50%)}.bf-combo--with-flag .bf-input{padding-left:40px}.bf-country-change{background:var(--bf-color-brand-100);min-height:36px;color:var(--bf-color-brand-600);cursor:pointer;border:none;border-radius:999px;flex-shrink:0;padding:8px 12px;font-size:13px;font-weight:700}.bf-country-hint{align-items:center;gap:var(--bf-space-sm);background:var(--bf-color-brand-100);border-radius:var(--bf-radius-sm);color:var(--bf-color-brand-600);padding:10px 12px;font-size:12.5px;font-weight:600;display:flex}.bf-pref-row{justify-content:space-between;align-items:center;gap:var(--bf-space-md);border:1.5px solid var(--bf-color-border);border-radius:var(--bf-radius-md);cursor:pointer;background:var(--bf-color-surface);text-align:left;width:100%;min-height:var(--bf-hit-target-min);margin-bottom:10px;padding:14px 16px;display:flex}.bf-pref-row:last-child{margin-bottom:0}.bf-pref-row--selected{border-color:var(--bf-color-brand-500);background:var(--bf-color-brand-100)}.bf-pref-row__label{font-size:14px;font-weight:700}.bf-pref-row__sub{color:var(--bf-color-text-muted);margin-top:2px;font-size:12px;font-weight:500}.bf-pref-row__radio{border-radius:var(--bf-radius-full);border:2px solid var(--bf-color-border);flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;display:flex}.bf-pref-row--selected .bf-pref-row__radio{border-color:var(--bf-color-brand-500)}.bf-pref-row__dot{border-radius:var(--bf-radius-full);background:var(--bf-color-brand-500);width:10px;height:10px}.bf-saved-msg{text-align:center;color:var(--bf-color-success-600);margin-top:10px;font-size:13px;font-weight:700}.bf-public-name{font-size:18px;font-weight:800}.bf-public-bio{color:var(--bf-color-text);margin:0;font-size:14px;line-height:1.5}.bf-public-fn-group{border-bottom:1px solid var(--bf-color-border);padding:12px 0}.bf-public-fn-group:last-child{border-bottom:none}.bf-public-fn-name{margin-bottom:6px;font-size:14px;font-weight:700}.bf-public-fn-prices{flex-wrap:wrap;gap:16px 20px;display:flex}.bf-public-fn-price{font-family:var(--bf-font-display);color:var(--bf-color-brand-600);font-size:16px;font-weight:800}.bf-public-fn-price small{color:var(--bf-color-text-muted);margin-left:4px;font-size:12px;font-weight:600}.bf-row-2{gap:10px;display:flex}.bf-row-2 .bf-field{flex:1;margin-bottom:0}.bf-cat-chip{background:var(--bf-color-brand-100);border-radius:var(--bf-radius-full);color:var(--bf-color-brand-600);align-items:center;gap:6px;padding:8px 6px 8px 14px;font-size:13px;font-weight:700;display:inline-flex}.bf-cat-chip .bf-chip-remove{color:var(--bf-color-brand-600);background:var(--bf-color-surface)}.bf-public-cats{flex-wrap:wrap;gap:8px;display:flex}.bf-public-cat-chip{background:var(--bf-color-brand-100);color:var(--bf-color-brand-600);border-radius:var(--bf-radius-full);padding:8px 14px;font-size:13px;font-weight:700}.bf-public-locality{color:var(--bf-color-text-muted);margin-top:2px;font-size:14px}.bf-install-toast{left:var(--bf-space-base);right:var(--bf-space-base);bottom:calc(var(--bf-bottomnav-height) + env(safe-area-inset-bottom) + var(--bf-space-base));z-index:16;background:var(--bf-color-surface);border:1px solid var(--bf-color-border);border-radius:var(--bf-radius-md);max-width:430px;padding:var(--bf-space-md);gap:var(--bf-space-sm);align-items:flex-start;margin:0 auto;display:flex;position:fixed;box-shadow:0 10px 24px oklch(20% .02 50/.14)}.bf-install-toast__icon{border-radius:var(--bf-radius-sm);background:var(--bf-color-brand-100);flex-shrink:0;width:40px;height:40px}.bf-install-toast__body{flex:1;min-width:0}.bf-install-toast__title{margin:0 0 4px;font-size:14px;font-weight:800}.bf-install-toast__text{color:var(--bf-color-text-muted);margin:0;font-size:13px;line-height:1.5}.bf-install-toast__actions{gap:var(--bf-space-sm);margin-top:var(--bf-space-sm);display:flex}.bf-install-toast__close{color:var(--bf-color-text-muted);cursor:pointer;background:0 0;border:none;min-width:24px;min-height:24px;padding:2px;font-size:18px;line-height:1}.bf-onboard-sheet__header{gap:var(--bf-space-sm);margin-bottom:var(--bf-space-sm);align-items:flex-start;display:flex}.bf-onboard-sheet__icon{border-radius:var(--bf-radius-md);background:var(--bf-color-trust-100);flex-shrink:0;width:48px;height:48px}.bf-onboard-sheet__title{font:700 17px/24px var(--bf-font-display);margin:0 0 4px}.bf-onboard-sheet__text{color:var(--bf-color-text-muted);margin:0;font-size:14px;line-height:1.5}.bf-onboard-sheet__steps{margin:var(--bf-space-base) 0 0;gap:var(--bf-space-sm);flex-direction:column;padding:0;list-style:none;display:flex}.bf-onboard-sheet__step{gap:var(--bf-space-sm);align-items:flex-start;display:flex}.bf-onboard-sheet__step-num{border-radius:var(--bf-radius-full);background:var(--bf-color-trust-100);width:24px;height:24px;color:var(--bf-color-trust-600);flex-shrink:0;justify-content:center;align-items:center;font-size:12px;font-weight:800;display:flex}.bf-onboard-sheet__step-text{margin:0;font-size:14px;line-height:1.5}.bf-onboard-sheet__actions{gap:var(--bf-space-sm);margin-top:var(--bf-space-base);grid-template-columns:1fr 1fr;display:grid}.bf-onboard-sheet__actions--single{grid-template-columns:1fr}.bf-push-blocked-note{gap:var(--bf-space-sm);background:var(--bf-color-bg);border:1px solid var(--bf-color-border);border-radius:var(--bf-radius-md);padding:var(--bf-space-md);margin-bottom:var(--bf-space-base);align-items:flex-start;display:flex}.bf-push-blocked-note__icon{border-radius:var(--bf-radius-sm);background:var(--bf-color-neutral-100);flex-shrink:0;width:36px;height:36px}.bf-push-blocked-note__title{margin:0 0 4px;font-size:14px;font-weight:800}.bf-push-blocked-note__text{color:var(--bf-color-text-muted);margin:0;font-size:13px;line-height:1.5}@media (width>=1024px){.bf-shell__bottomnav{display:none}.bf-rail{gap:var(--bf-space-xl);width:240px;padding:var(--bf-space-lg) var(--bf-space-md);background:var(--bf-color-surface);border-right:1px solid var(--bf-color-border);flex-direction:column;flex-shrink:0;display:flex}.bf-rail__items{gap:var(--bf-space-xs);flex-direction:column;display:flex}.bf-rail__item{align-items:center;gap:var(--bf-space-md);padding:var(--bf-space-sm) var(--bf-space-md);border-radius:var(--bf-radius-sm);font:var(--bf-text-small);color:var(--bf-color-text-muted);min-height:var(--bf-hit-target-min);box-sizing:border-box;text-decoration:none;display:flex}.bf-rail__item[aria-current=page]{background:var(--bf-color-brand-100);color:var(--bf-color-brand-600)}.bf-rail__items+.bf-rail__items{margin-top:var(--bf-space-md)}.bf-rail__group{gap:var(--bf-space-xs);margin-top:var(--bf-space-md);flex-direction:column;display:flex}.bf-rail__grouplabel{font:var(--bf-text-caption);text-transform:uppercase;letter-spacing:.04em;color:var(--bf-color-text-muted);padding:0 var(--bf-space-md) var(--bf-space-xs)}.bf-shell__content{padding:var(--bf-space-lg);max-width:1280px}.bf-sticky-save{max-width:var(--bf-content-narrow);padding:var(--bf-space-md) 0;border-top:1px solid var(--bf-color-border);box-shadow:var(--bf-shadow-md);margin-left:auto;margin-right:auto;bottom:0}.bf-sticky-save>*{flex:none;min-width:220px;margin-left:auto}.bf-fab{bottom:var(--bf-space-xl)}.bf-install-toast,.bf-toast{bottom:var(--bf-space-xl);left:auto;right:var(--bf-space-xl);margin:0}.bf-page-header{margin:calc(var(--bf-space-lg) * -1) calc(var(--bf-space-lg) * -1) var(--bf-space-md);padding:var(--bf-space-md) var(--bf-space-lg) var(--bf-space-lg)}}.bf-cookie-banner{left:var(--bf-space-md);right:var(--bf-space-md);bottom:calc(var(--bf-space-md) + env(safe-area-inset-bottom));background:var(--bf-color-surface);border:1px solid var(--bf-color-border);border-radius:var(--bf-radius-md);max-width:520px;padding:var(--bf-space-base);z-index:40;margin:0 auto;position:fixed;box-shadow:0 8px 24px oklch(20% .02 50/.16)}.bf-cookie-banner__title{font:var(--bf-text-h2);margin-bottom:var(--bf-space-xs);font-size:16px}.bf-cookie-banner__body{font:var(--bf-text-small);color:var(--bf-color-text-muted);margin:0 0 var(--bf-space-md)}.bf-cookie-banner__link{color:var(--bf-color-trust-600);font-weight:700;text-decoration:underline}.bf-cookie-banner__actions{gap:var(--bf-space-sm);flex-direction:column;display:flex}.bf-cookie-banner__link-btn{color:var(--bf-color-trust-600);font:var(--bf-text-small);cursor:pointer;padding:var(--bf-space-xs) 0;background:0 0;border:none;font-weight:700}.bf-cookie-sheet__title{font:var(--bf-text-h2);margin:0 0 var(--bf-space-xs);font-size:17px}.bf-cookie-sheet__subtitle{font:var(--bf-text-small);color:var(--bf-color-text-muted);margin:0 0 var(--bf-space-lg)}.bf-cookie-pref{justify-content:space-between;gap:var(--bf-space-md);padding:var(--bf-space-md) 0;border-bottom:1px solid var(--bf-color-border);display:flex}.bf-cookie-pref:last-of-type{border-bottom:none}.bf-cookie-pref__name{font:var(--bf-text-small);margin-bottom:3px;font-weight:700}.bf-cookie-pref__desc{font:var(--bf-text-caption);color:var(--bf-color-text-muted);line-height:1.5}.bf-cookie-toggle{border-radius:var(--bf-radius-full);background:var(--bf-color-border);cursor:pointer;border:none;flex-shrink:0;width:44px;height:26px;padding:0;position:relative}.bf-cookie-toggle__knob{border-radius:var(--bf-radius-full);width:22px;height:22px;transition:left .12s var(--bf-ease-decelerate,ease);background:#fff;position:absolute;top:2px;left:2px;box-shadow:0 1px 3px oklch(20% .02 50/.3)}.bf-cookie-toggle--on{background:var(--bf-color-trust-600)}.bf-cookie-toggle--on .bf-cookie-toggle__knob{left:20px}.bf-cookie-toggle--locked{background:var(--bf-color-trust-100);cursor:not-allowed}.bf-cookie-toggle--locked .bf-cookie-toggle__knob{background:var(--bf-color-trust-600);left:20px}.bf-cookie-sheet__actions{gap:var(--bf-space-sm);margin-top:var(--bf-space-sm);display:flex}.bf-cookie-sheet__actions .bf-btn{flex:1}@media (width>=768px){.bf-cookie-banner{left:auto;right:var(--bf-space-lg);bottom:var(--bf-space-lg);max-width:420px}}@media (prefers-reduced-motion:reduce){.bf-cookie-toggle__knob{transition:none}}.bf-lang-picker{display:inline-flex;position:relative}.bf-lang-picker__trigger{align-items:center;gap:var(--bf-space-xs);min-width:44px;height:36px;padding:0 var(--bf-space-md);border-radius:var(--bf-radius-full);border:1px solid var(--bf-color-border);background:var(--bf-color-surface);font:var(--bf-text-caption);color:var(--bf-color-text);cursor:pointer;display:inline-flex}.bf-lang-picker__trigger:hover{border-color:var(--bf-color-brand-500)}.bf-lang-picker__globe{font-size:14px;line-height:1}.bf-lang-picker__chevron{color:var(--bf-color-text-muted);font-size:10px}.bf-lang-picker__menu{background:var(--bf-color-surface);border:1px solid var(--bf-color-border);border-radius:var(--bf-radius-md);min-width:180px;box-shadow:var(--bf-shadow-md);padding:var(--bf-space-xs);z-index:20;position:absolute;top:44px;right:0}.bf-lang-picker__option{justify-content:space-between;align-items:center;gap:var(--bf-space-sm);width:100%;padding:var(--bf-space-sm) var(--bf-space-md);border-radius:var(--bf-radius-sm);font:var(--bf-text-small);color:var(--bf-color-text);cursor:pointer;text-align:left;background:0 0;border:none;display:flex}.bf-lang-picker__option:hover{background:var(--bf-color-brand-100)}.bf-lang-picker__option--selected{font-weight:700}.bf-lang-picker__check{color:var(--bf-color-brand-600)}@media (width>=431px){.bf-lang-picker__trigger{height:40px}}.bf-landing{background:var(--bf-color-bg);color:var(--bf-color-text);font-family:var(--bf-font-body);flex-direction:column;min-height:100vh;display:flex}.bf-landing-wrap{width:100%;max-width:1100px;margin:0 auto;padding:0 20px}.bf-landing-section{padding:44px 0}.bf-landing-eyebrow{font:var(--bf-text-caption);letter-spacing:.06em;text-transform:uppercase;color:var(--bf-color-brand-600);margin-bottom:10px;font-weight:800}.bf-landing-eyebrow--brand{color:var(--bf-color-brand-500)}.bf-landing-h1{font-family:var(--bf-font-display);letter-spacing:-.02em;text-wrap:balance;margin:0 0 14px;font-size:34px;font-weight:800;line-height:1.05}.bf-landing-h2{font-family:var(--bf-font-display);letter-spacing:-.015em;text-wrap:balance;margin:0 0 12px;font-size:26px;font-weight:800;line-height:1.1}.bf-landing-h2--white{color:#fff}.bf-landing-lede{color:var(--bf-color-text-muted);text-wrap:pretty;max-width:600px;margin:0 0 20px;font-size:15.5px;line-height:1.55}.bf-landing-lede--white{color:#ffffffbd}.bf-landing-micro{font:var(--bf-text-small);color:var(--bf-color-text-muted);max-width:600px;margin:16px 0 0;font-weight:400}.bf-landing-nav{min-height:var(--bf-topbar-height);border-bottom:1px solid var(--bf-color-border);justify-content:space-between;align-items:center;gap:12px;display:flex}.bf-landing-brand{font-family:var(--bf-font-display);align-items:center;gap:8px;font-size:17px;font-weight:800;display:flex}.bf-landing-dot{border-radius:var(--bf-radius-full);background:var(--bf-color-brand-500);width:11px;height:11px}.bf-landing-navlinks{font:var(--bf-text-small);gap:22px;font-weight:600;display:none}.bf-landing-navlinks a{min-height:var(--bf-hit-target-min);color:var(--bf-color-text-muted);align-items:center;text-decoration:none;display:inline-flex}.bf-landing-navlinks a:hover,.bf-landing-navlinks a:focus-visible{color:var(--bf-color-text)}.bf-landing-navend{align-items:center;gap:8px;display:flex}.bf-landing-btn{min-height:var(--bf-hit-target-min);border-radius:var(--bf-radius-sm);font:var(--bf-text-body-strong);transition:background var(--bf-duration-fast) var(--bf-ease-standard);border:1px solid #0000;justify-content:center;align-items:center;padding:0 20px;font-weight:700;text-decoration:none;display:inline-flex}.bf-landing-btn--sm{min-height:38px;font:var(--bf-text-small);padding:0 14px;font-weight:700}.bf-landing-btn--primary{background:var(--bf-color-brand-600);color:#fff}.bf-landing-btn--primary:hover{background:var(--bf-color-brand-700)}.bf-landing-btn--ghost{background:var(--bf-color-surface);color:var(--bf-color-text);border-color:var(--bf-color-border)}.bf-landing-btn--ghost-dark{color:#fff;background:0 0;border-color:#ffffff73}.bf-landing-btn--ghost-dark:hover{background:#ffffff1a}.bf-landing-actions{flex-wrap:wrap;gap:12px;display:flex}.bf-landing-actions .bf-landing-btn{flex:auto}.bf-landing-actions--center{justify-content:center}.bf-landing-hero{justify-items:center;gap:28px;padding-top:24px;padding-bottom:40px;display:grid}.bf-landing-herotext{width:100%}.bf-landing-heroshot{justify-content:center;display:flex}.bf-landing-phone{width:230px;box-shadow:var(--bf-shadow-md);background:#1a1a1a;border-radius:32px;padding:9px;position:relative}.bf-landing-phone img{border-radius:24px;width:100%;height:auto;display:block}.bf-landing-notch{border-radius:var(--bf-radius-full);opacity:.55;z-index:2;background:#000;width:74px;height:5px;position:absolute;top:16px;left:50%;transform:translate(-50%)}.bf-landing-feat{gap:13px;margin-bottom:18px;display:flex}.bf-landing-feat:last-child{margin-bottom:0}.bf-landing-feat-ic{border-radius:11px;flex:none;justify-content:center;align-items:center;width:38px;height:38px;font-size:17px;display:flex}.bf-landing-feat-ic--brand{background:var(--bf-color-brand-100)}.bf-landing-feat-ic--trust{background:var(--bf-color-trust-100)}.bf-landing-feat h3{margin:0 0 4px;font-size:15px;font-weight:800;line-height:1.25}.bf-landing-feat p{color:var(--bf-color-text-muted);margin:0;font-size:13.5px;line-height:1.5}.bf-landing-rolegrid{gap:16px;margin-top:20px;display:grid}.bf-landing-rolecard{background:var(--bf-color-surface);border:1px solid var(--bf-color-border);border-radius:var(--bf-radius-lg);padding:var(--bf-space-lg)}.bf-landing-tag{border-radius:var(--bf-radius-full);letter-spacing:.04em;text-transform:uppercase;margin-bottom:18px;padding:5px 11px;font-size:11px;font-weight:800;display:inline-block}.bf-landing-tag--brand{background:var(--bf-color-brand-100);color:var(--bf-color-brand-600)}.bf-landing-tag--trust{background:var(--bf-color-trust-100);color:var(--bf-color-trust-600)}.bf-landing-diff{background:var(--bf-color-surface);border-top:1px solid var(--bf-color-border);border-bottom:1px solid var(--bf-color-border)}.bf-landing-featgrid{gap:20px;margin-top:24px;display:grid}.bf-landing-steps{grid-template-columns:1fr 1fr;gap:10px;margin:20px 0 0;padding:0;list-style:none;display:grid}.bf-landing-step{background:var(--bf-color-surface);border:1px solid var(--bf-color-border);border-radius:var(--bf-radius-md);padding:14px;font-size:13.5px;font-weight:700;line-height:1.3}.bf-landing-step span{color:var(--bf-color-brand-600);margin-bottom:8px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px;font-weight:800;display:block}.bf-landing-step--last{grid-column:1/-1}.bf-landing-strip{scroll-snap-type:x mandatory;gap:14px;margin:24px 0 0;padding:0 0 6px;display:flex;overflow-x:auto}.bf-landing-shotcard{background:var(--bf-color-surface);border:1px solid var(--bf-color-border);border-radius:var(--bf-radius-md);text-align:center;scroll-snap-align:start;flex:0 0 220px;margin:0;padding:12px}.bf-landing-shotcard img{border-radius:var(--bf-radius-sm);border:1px solid var(--bf-color-border);width:100%;height:auto;display:block}.bf-landing-shotcard figcaption{margin-top:10px;font-size:13px;font-weight:700}.bf-landing-faqlist{max-width:760px;margin-top:18px}.bf-landing-faqitem{border-top:1px solid var(--bf-color-border);padding:16px 0}.bf-landing-faqitem:first-child{border-top:none;padding-top:0}.bf-landing-faqq{margin:0 0 6px;font-size:15px;font-weight:800}.bf-landing-faqa{color:var(--bf-color-text-muted);margin:0;font-size:13.5px;line-height:1.55}.bf-landing-cta{background:var(--bf-color-text);color:#fff;text-align:center;padding:44px 0}.bf-landing-cta .bf-landing-lede{margin-left:auto;margin-right:auto}.bf-landing-foot{border-top:1px solid var(--bf-color-border);font:var(--bf-text-small);color:var(--bf-color-text-muted);padding:22px 0;font-weight:400}.bf-landing-foot-inner{flex-direction:column;align-items:flex-start;gap:12px;display:flex}.bf-landing-foot-links{flex-wrap:wrap;gap:16px;display:flex}.bf-landing-foot-links a,.bf-landing-foot-links button{color:var(--bf-color-text-muted);text-decoration:none}.bf-landing-foot-links a:hover,.bf-landing-foot-links button:hover{color:var(--bf-color-text);text-decoration:underline}@media (prefers-reduced-motion:reduce){.bf-landing-btn{transition:none}}@media (width>=768px){.bf-landing-wrap{padding:0 24px}.bf-landing-section{padding:56px 0}.bf-landing-h1{font-size:44px}.bf-landing-h2{font-size:30px}.bf-landing-lede{font-size:17px}.bf-landing-navlinks{display:flex}.bf-landing-navend{gap:12px}.bf-landing-actions .bf-landing-btn{flex:none}.bf-landing-hero{grid-template-columns:1.05fr .95fr;align-items:center;gap:40px;padding-top:40px;padding-bottom:56px}.bf-landing-phone{width:248px}.bf-landing-rolegrid{grid-template-columns:1fr 1fr;gap:20px}.bf-landing-featgrid{grid-template-columns:repeat(3,1fr);gap:26px}.bf-landing-steps{grid-template-columns:repeat(5,1fr)}.bf-landing-step{padding:16px 14px}.bf-landing-step--last{grid-column:auto}.bf-landing-strip{grid-template-columns:repeat(3,1fr);gap:20px;padding:0;display:grid;overflow:visible}.bf-landing-shotcard{flex:initial;border-radius:16px;padding:14px}.bf-landing-foot-inner{flex-flow:wrap;justify-content:space-between;align-items:center}}@media (width>=1024px){.bf-landing-section{padding:64px 0}.bf-landing-h1{font-size:52px}.bf-landing-h2{font-size:32px}.bf-landing-hero{gap:48px;padding-top:44px;padding-bottom:64px}.bf-landing-cta{padding:64px 0}}
