/* BFZ_V280_CENTRAL_PERSONALIZATION_ARCHITECTURE */
:root{
  --bfz-v280-hero-text:#fff;
  --bfz-v280-settings-bg:#f4f6f8;
  --bfz-v280-line:rgba(18,46,66,.12);
  --bfz-v280-muted:#6f7f91;
  --bfz-v280-card:#fff;
  --bfz-v280-radius:22px;
}

/* Hero text is independent from the system/accent color. */
.bfz-v240-hero,.bfz-v250-module-hero{
  --bfz-v271-home-text:var(--bfz-v280-hero-text)!important;
  color:var(--bfz-v280-hero-text)!important;
}
.bfz-v240-hero :where(h1,h2,h3,h4,p,strong,b,small,label,span,a,button,input,input::placeholder),
.bfz-v250-module-hero :where(h1,h2,h3,h4,p,strong,b,small,label,span,a,button,input,input::placeholder){
  color:var(--bfz-v280-hero-text)!important;
}
.bfz-v240-hero :where(svg),.bfz-v250-module-hero :where(svg){color:var(--bfz-v280-hero-text)!important;stroke:currentColor}
.bfz-v240-hero input,.bfz-v250-module-hero input{caret-color:var(--bfz-v280-hero-text)!important}
.bfz-v240-hero .bfz-v240-shortcut,.bfz-v250-module-hero .bfz-v271-module-shortcut,.bfz-v250-module-hero .bfz-v280-module-shortcut{
  border-color:color-mix(in srgb,var(--bfz-v280-hero-text) 48%,transparent)!important;
}

/* Global search */
.bfz-v280-search-anchor{position:relative!important;z-index:30!important}
.bfz-v280-global-results{position:absolute;left:0;right:0;top:calc(100% + 8px);z-index:1000;background:#fff;color:#18324a!important;border:1px solid rgba(30,76,108,.14);border-radius:18px;box-shadow:0 18px 55px rgba(22,45,62,.18);overflow:hidden;max-height:min(520px,62vh);overflow-y:auto;text-align:left}
.bfz-v280-global-results[hidden]{display:none!important}
.bfz-v280-search-group-title{padding:11px 15px 7px;font-size:.76rem;font-weight:850;letter-spacing:.07em;text-transform:uppercase;color:#758497!important;background:#f8fafb}
.bfz-v280-search-result{display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:11px;padding:11px 14px;text-decoration:none!important;color:#18324a!important;border-top:1px solid rgba(24,50,74,.08);background:#fff}
.bfz-v280-search-result:hover,.bfz-v280-search-result:focus-visible{background:#f4f9fc;outline:none}
.bfz-v280-search-result img,.bfz-v280-search-result-icon{width:36px;height:36px;border-radius:10px;object-fit:contain;display:grid;place-items:center;background:#f1f5f8;font-size:19px}
.bfz-v280-search-result b{display:block;color:#17324c!important;font-size:.96rem}.bfz-v280-search-result small{display:block;color:#738397!important;margin-top:2px}.bfz-v280-search-result i{font-style:normal;color:#a3adb7!important;font-size:1.25rem}
.bfz-v280-search-empty{padding:16px;color:#738397!important;background:#fff}
body.bfz-v280-search-active .bfz-v230-live-results:not(.bfz-v280-global-results){display:none!important}

/* Settings - iPhone-like information architecture */
.bfz-v280-settings-shell{display:grid;grid-template-columns:minmax(220px,280px) minmax(0,1fr);gap:28px;align-items:start;max-width:1380px;margin:0 auto;padding:8px 0 44px}
.bfz-v280-settings-sidebar{position:sticky;top:88px;background:rgba(255,255,255,.72);border:1px solid rgba(26,62,88,.1);border-radius:24px;padding:12px;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);max-height:calc(100vh - 110px);overflow:auto}
.bfz-v280-settings-search-row{display:flex;align-items:center;gap:9px;padding:11px 12px;border-radius:13px;background:#eef2f5;color:#253c52!important;text-decoration:none!important;font-weight:750}
.bfz-v280-settings-search-icon{font-size:1.15rem}.bfz-v280-settings-group-label{display:block;padding:18px 10px 7px;color:#82909e;font-size:.72rem;text-transform:uppercase;letter-spacing:.08em;font-weight:850}
.bfz-v280-settings-sidebar nav>a{display:grid;grid-template-columns:24px minmax(0,1fr);gap:9px;align-items:center;padding:9px 10px;border-radius:12px;color:#253c52!important;text-decoration:none!important;font-size:.91rem}
.bfz-v280-settings-sidebar nav>a:hover,.bfz-v280-settings-sidebar nav>a[aria-current="page"]{background:#eef6fb}
.bfz-v280-settings-sidebar nav>a img{width:22px;height:22px;object-fit:contain;border-radius:6px}.bfz-v280-sidebar-dot{width:10px;height:10px;border-radius:50%;background:#8ca0b2;margin-left:5px}
.bfz-v280-settings-content{min-width:0;background:var(--bfz-v280-settings-bg);border-radius:30px;padding:28px 26px 42px}
.bfz-v280-settings-page-title{padding:0 6px 22px}.bfz-v280-settings-page-title>span{font-size:.78rem;color:#8693a1;text-transform:uppercase;letter-spacing:.08em;font-weight:800}.bfz-v280-settings-page-title h1{font-size:2rem;line-height:1.06;margin:5px 0 7px;color:#111827}.bfz-v280-settings-page-title p{margin:0;color:#69798b;max-width:760px}.bfz-v280-settings-back{display:none;color:#1687c2!important;text-decoration:none!important;margin-bottom:12px}
.bfz-v280-settings-filter{display:flex;gap:10px;align-items:center;background:#fff;border-radius:17px;padding:12px 15px;margin:0 0 25px;border:1px solid rgba(28,58,80,.08)}.bfz-v280-settings-filter input{border:0!important;background:transparent!important;box-shadow:none!important;outline:0!important;width:100%;font:inherit;color:#172d42!important;padding:0!important}
.bfz-v280-settings-section{margin:0 0 27px}.bfz-v280-settings-section>h2{font-size:.86rem;text-transform:none;color:#687888;margin:0 10px 8px;font-weight:750}.bfz-v280-section-note{color:#778595;margin:-2px 10px 10px;font-size:.9rem}
.bfz-v280-ios-list{background:#fff;border-radius:24px;overflow:hidden;border:1px solid rgba(25,59,83,.07);box-shadow:0 1px 0 rgba(255,255,255,.8) inset}
.bfz-v280-ios-row{display:grid;grid-template-columns:44px minmax(0,1fr) 18px;align-items:center;gap:12px;min-height:68px;padding:9px 17px;text-decoration:none!important;color:#111827!important;position:relative}
.bfz-v280-ios-row+.bfz-v280-ios-row:before{content:"";position:absolute;left:73px;right:17px;top:0;height:1px;background:var(--bfz-v280-line)}
.bfz-v280-ios-row>b,.bfz-v280-ios-row span>b{display:block;font-size:1rem;color:#111827!important}.bfz-v280-ios-row small{display:block;color:#7b8795!important;font-size:.79rem;margin-top:2px}.bfz-v280-ios-row i{font-style:normal;font-size:1.5rem;color:#b2bac2!important;text-align:right}.bfz-v280-ios-row:hover{background:#fafcfd}
.bfz-v280-settings-app-icon{width:38px;height:38px;object-fit:contain;border-radius:10px}.bfz-v280-general-icon{width:38px;height:38px;border-radius:10px;display:grid;place-items:center;background:#4b9cf6}.bfz-v280-general-icon:after{font-weight:900;color:#fff;font-size:18px}.bfz-v280-general-icon-appearance:after{content:"✦"}.bfz-v280-general-icon-notifications{background:#ef6464}.bfz-v280-general-icon-notifications:after{content:"●"}.bfz-v280-general-icon-mail{background:#4c8df5}.bfz-v280-general-icon-mail:after{content:"✉"}.bfz-v280-general-icon-integrations{background:#7867e8}.bfz-v280-general-icon-integrations:after{content:"⌘"}.bfz-v280-general-icon-operations{background:#59bd6b}.bfz-v280-general-icon-operations:after{content:"↻"}.bfz-v280-general-icon-storage{background:#53b7dc}.bfz-v280-general-icon-storage:after{content:"▣"}
.bfz-v280-app-settings-title-row{display:grid;grid-template-columns:74px minmax(0,1fr);gap:16px;align-items:center;margin-top:6px}.bfz-v280-app-settings-title-row>img{width:70px;height:70px;object-fit:contain;border-radius:17px}.bfz-v280-app-settings-title-row h1{margin:2px 0 4px}.bfz-v280-app-settings-title-row span{font-size:.75rem;color:#8793a0;text-transform:uppercase;letter-spacing:.07em;font-weight:800}
.bfz-v280-form-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(150px,280px);gap:16px;align-items:center;padding:15px 17px}.bfz-v280-form-row+.bfz-v280-form-row{border-top:1px solid var(--bfz-v280-line)}.bfz-v280-form-row b{display:block;color:#172d42}.bfz-v280-form-row small{display:block;color:#7b8795;margin-top:3px}.bfz-v280-form-row input[type=text],.bfz-v280-form-row input[type=number]{width:100%;border:1px solid #d8e0e7;border-radius:11px;padding:10px 12px;background:#fff;color:#172d42}
.bfz-v280-form-actions{display:flex;justify-content:flex-end;gap:9px;padding:12px 17px;border-top:1px solid var(--bfz-v280-line)}.bfz-v280-form-actions button,.bfz-v280-upload-row>button{border:0;border-radius:11px;padding:10px 15px;background:var(--user-blue,#00a3d7);color:#fff;font-weight:800;cursor:pointer}.bfz-v280-form-actions .secondary{background:#edf2f5;color:#355167}
.bfz-v280-asset-row{display:grid;grid-template-columns:76px minmax(0,1fr);gap:15px;align-items:center;padding:16px 17px}.bfz-v280-asset-preview{width:72px;height:72px;border-radius:18px;background:#f4f6f8;display:grid;place-items:center}.bfz-v280-asset-preview img{width:62px;height:62px;object-fit:contain}.bfz-v280-asset-row small{display:block;color:#7d8996;margin-top:3px}.bfz-v280-upload-row{border-top:1px solid var(--bfz-v280-line);padding:15px 17px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:14px;align-items:center}.bfz-v280-upload-row label{display:grid;grid-template-columns:minmax(0,1fr) minmax(180px,260px);gap:14px;align-items:center}.bfz-v280-upload-row small{display:block;color:#7b8795;margin-top:3px}
.bfz-v280-avatar-setting{display:grid;grid-template-columns:58px minmax(0,1fr) auto;align-items:center;gap:13px;padding:13px 17px}.bfz-v280-avatar-setting+.bfz-v280-avatar-setting{border-top:1px solid var(--bfz-v280-line)}.bfz-v280-avatar-preview{width:52px;height:52px}.bfz-v280-avatar-preview img{width:100%;height:100%;object-fit:contain}.bfz-v280-avatar-copy small{display:block;color:#7b8795;margin-top:3px}.bfz-v280-file-button{display:inline-flex;padding:9px 12px;border-radius:10px;background:#edf5fa;color:#167cab;font-weight:800;cursor:pointer}.bfz-v280-file-button input{display:none}.bfz-v280-info-pair{display:flex;justify-content:space-between;gap:20px;padding:14px 17px}.bfz-v280-info-pair+.bfz-v280-info-pair{border-top:1px solid var(--bfz-v280-line)}.bfz-v280-info-pair span{color:#677789}.bfz-v280-info-pair code{word-break:break-all}.bfz-v280-info-row{padding:15px 17px;color:#6d7b89}.bfz-v280-settings-error{background:#fff0f0;color:#a52d2d;border:1px solid #f2c6c6;border-radius:14px;padding:12px 15px;margin:0 0 18px}

/* V2.8 controls injected into the existing display settings page */
.bfz-v280-display-section{margin-top:18px;border-radius:18px;border:1px solid rgba(28,64,90,.12);background:#fff;padding:18px}.bfz-v280-display-section h3{margin:0 0 5px}.bfz-v280-hero-color-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:18px;padding:14px 0;border-top:1px solid rgba(28,64,90,.09)}.bfz-v280-hero-color-row:first-of-type{border-top:0}.bfz-v280-hero-color-row small{display:block;color:#748292;margin-top:3px}.bfz-v280-hero-color-preview{height:86px;border-radius:16px;display:flex;align-items:center;padding:18px;background:linear-gradient(135deg,#0aa7d7,#31aa87);color:var(--bfz-v280-preview-color,#fff);font-weight:850;font-size:1.15rem;margin-top:10px}.bfz-v280-color-control{display:flex;align-items:center;gap:8px}.bfz-v280-color-control input[type=color]{width:46px;height:34px;border:0;background:none;padding:0}

/* Employee fallback SVGs */
.bfz-v271-avatar-fallback{font-size:0!important;line-height:0!important;display:grid!important;place-items:center!important;width:100%!important;height:100%!important}
.bfz-v271-avatar-fallback>img.bfz-v280-avatar-svg{width:100%!important;height:100%!important;object-fit:contain!important;border-radius:inherit!important;display:block!important}

/* Central quick access in module heroes */
.bfz-v280-module-shortcuts{display:grid;gap:8px;min-width:0}.bfz-v280-module-shortcuts>strong{font-size:.9rem}.bfz-v280-module-shortcut-row{display:flex;flex-wrap:wrap;gap:7px}.bfz-v280-module-shortcut-slot{min-width:112px;min-height:38px;border:1px solid color-mix(in srgb,var(--bfz-v280-hero-text) 48%,transparent);border-radius:14px;display:flex;align-items:center;justify-content:center;transition:transform .15s ease,background .15s ease}.bfz-v280-module-shortcut-slot.is-empty{display:none}.bfz-v280-shortcut-drag-active .bfz-v280-module-shortcut-slot.is-empty{display:flex;border-style:dashed;opacity:.75}.bfz-v280-module-shortcut-slot.is-over{transform:scale(1.045);background:rgba(255,255,255,.18)}.bfz-v280-module-shortcut{display:flex;align-items:center;gap:7px;text-decoration:none!important;padding:8px 10px;color:inherit!important;font-weight:750;font-size:.82rem;max-width:190px}.bfz-v280-module-shortcut-icon{width:22px;height:22px;display:grid;place-items:center;flex:0 0 22px}.bfz-v280-module-shortcut-icon img{width:22px;height:22px;object-fit:contain} .bfz-v240-shortcut-glyph img.bfz-v280-home-employee-shortcut-avatar{width:30px;height:30px;object-fit:cover;border-radius:50%;display:block}.bfz-v280-module-shortcut span:last-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}

/* Long press/deep-link drag */
.bfz-v280-drag-ghost{position:fixed;z-index:2147483000;transform:translate(-50%,-50%) scale(1.03);pointer-events:none;padding:10px 14px;border-radius:15px;background:rgba(255,255,255,.96);box-shadow:0 18px 48px rgba(15,33,48,.28);color:#17324a;font-weight:800;max-width:260px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bfz-v280-longpress-source-active{opacity:.5}.bfz-v280-shortcut-drag-active{user-select:none;-webkit-user-select:none}

/* Home edit mode */
#module-order-reset{display:none!important}
.bfz-v280-home-editing [data-module-card]{touch-action:none}.bfz-v280-home-editing [data-module-card] .bfz-v230-app-link{cursor:grab}.bfz-v280-home-editing [data-module-card].bfz-v280-placeholder{opacity:.28}.bfz-v280-home-editing .bfz-v240-shortcut-grid[data-bfz-quick-grid] [data-bfz-quick-slot]{outline:1px dashed rgba(255,255,255,.55);outline-offset:2px}.bfz-v280-home-drag-ghost{position:fixed;z-index:2147483000;pointer-events:none;transform:translate(-50%,-50%) scale(1.06);opacity:.94;filter:drop-shadow(0 18px 22px rgba(0,0,0,.18))}.bfz-v280-home-drop-target{transform:scale(1.04)!important;background:rgba(255,255,255,.18)!important}.bfz-v280-home-editing [data-module-card]{animation:bfz-v280-wiggle .15s ease-in-out infinite alternate}.bfz-v280-home-editing [data-module-card]:nth-child(2n){animation-direction:alternate-reverse}@keyframes bfz-v280-wiggle{from{rotate:-.55deg}to{rotate:.55deg}}
@media (prefers-reduced-motion:reduce){.bfz-v280-home-editing [data-module-card]{animation:none!important}.bfz-v280-home-drag-ghost,.bfz-v280-module-shortcut-slot{transition:none!important}}

@media (max-width:900px){
  .bfz-v280-settings-shell{display:block;padding:0}.bfz-v280-settings-sidebar{display:none}.bfz-v280-settings-content{border-radius:0;background:#f4f5f8;padding:20px 14px 100px}.bfz-v280-settings-page-title{position:relative;text-align:center;padding-top:8px}.bfz-v280-settings-page-title>span{display:none}.bfz-v280-settings-page-title h1{font-size:1.55rem}.bfz-v280-settings-page-title p{display:none}.bfz-v280-settings-back{display:block;text-align:left}.bfz-v280-ios-list{border-radius:24px}.bfz-v280-ios-row{min-height:72px;padding:10px 15px}.bfz-v280-settings-section{margin-bottom:30px}.bfz-v280-form-row{grid-template-columns:1fr;gap:9px}.bfz-v280-upload-row,.bfz-v280-upload-row label{grid-template-columns:1fr}.bfz-v280-avatar-setting{grid-template-columns:52px minmax(0,1fr);}.bfz-v280-avatar-setting form{grid-column:2}.bfz-v280-app-settings-title-row{grid-template-columns:62px 1fr;text-align:left}.bfz-v280-app-settings-title-row>img{width:58px;height:58px}
}
