/* BFZ_V271_COMPLETE_UPDATE */
:root{
  --bfz-v271-text-accent:var(--user-blue,#00a3d7);
  --bfz-v271-home-text:#fff;
  --bfz-v271-home-hero:var(--user-blue,#00a3d7);
  --bfz-v271-hover-scale:1.12;
  --bfz-v271-hover-ms:220ms;
  --bfz-v271-soft-line:color-mix(in srgb,var(--user-blue,#00a3d7) 22%,#dbe3ec);
  --bfz-v271-soft-bg:rgba(255,255,255,.94);
}

/* -------------------------------------------------------------------------- */
/* Login is the deliberate exception: no module hero and no in-app history.   */
/* -------------------------------------------------------------------------- */
.bfz-v271-anonymous .bfz-v230-history{display:none!important}
.bfz-v271-anonymous .bfz-v250-module-hero{display:none!important}
.bfz-v271-anonymous .bfz-v230-topbar{grid-template-columns:minmax(0,1fr)!important;padding-left:clamp(26px,6vw,64px)!important;padding-right:clamp(26px,6vw,64px)!important}
.bfz-v271-anonymous .bfz-v230-brand{justify-self:start!important}
.bfz-v271-login-shell{min-height:calc(100vh - 260px);display:grid;place-items:center;padding:50px 18px 76px}
.bfz-v271-login-card{width:min(570px,100%);padding:clamp(28px,5vw,48px);border:1px solid rgba(85,105,130,.14);border-radius:32px;background:rgba(255,255,255,.90);box-shadow:0 26px 80px rgba(38,54,75,.10);backdrop-filter:blur(24px) saturate(125%);-webkit-backdrop-filter:blur(24px) saturate(125%)}
.bfz-v271-login-intro{margin-bottom:26px}.bfz-v271-login-kicker{display:block;margin-bottom:7px;color:var(--bfz-v271-text-accent);font-size:12px;font-weight:850;letter-spacing:.10em;text-transform:uppercase}.bfz-v271-login-intro h1{margin:0;color:#17253a;font-size:clamp(32px,5vw,48px);line-height:1;letter-spacing:-.04em}.bfz-v271-login-intro p{margin:13px 0 0;color:#66758a;font-size:16px;line-height:1.52}.bfz-v271-login-form{display:grid;gap:17px}.bfz-v271-login-form label{display:grid;gap:7px;color:#25364c;font-weight:760}.bfz-v271-login-form input[type=text],.bfz-v271-login-form input[type=password]{width:100%;min-height:52px;padding:0 15px;border:1px solid #d5dde7;border-radius:15px;background:#fff;color:#16253a;font:inherit;outline:none;box-shadow:none;transition:border-color .18s ease,box-shadow .18s ease}.bfz-v271-login-form input:focus{border-color:var(--user-blue);box-shadow:0 0 0 4px color-mix(in srgb,var(--user-blue) 16%,transparent)}.bfz-v271-login-row{display:flex;justify-content:flex-end;margin-top:-5px}.bfz-v271-login-row a,.bfz-v271-secondary-action{color:var(--bfz-v271-text-accent);font-weight:760;text-decoration:none}.bfz-v271-login-submit{min-height:52px;border:0;border-radius:15px;background:var(--user-blue);color:#fff;font:inherit;font-size:16px;font-weight:820;cursor:pointer;box-shadow:0 10px 24px color-mix(in srgb,var(--user-blue) 22%,transparent);transition:transform .18s ease,filter .18s ease}.bfz-v271-login-submit:hover{transform:translateY(-1px);filter:brightness(1.04)}.bfz-v271-login-error,.bfz-v271-generic-confirm{padding:13px 15px;border-radius:14px;margin-bottom:16px}.bfz-v271-login-error{background:#fff0f0;color:#a62e35;border:1px solid #f3c8cb}.bfz-v271-generic-confirm{background:#edf9f1;color:#236840;border:1px solid #cbead5}.bfz-v271-password-help .bfz-v271-secondary-action{display:block;margin-top:8px;text-align:center}

/* -------------------------------------------------------------------------- */
/* Independent accent text color. Semantic status colors are intentionally out. */
/* -------------------------------------------------------------------------- */
body.bfz-v271-theme :is(main.page h2,main.page h3,.bfz-v270-settings-content h1,.bfz-v270-settings-content h2,.bfz-v270-settings-content h3,.bfz-v250-module-actions>strong,.bfz-v271-accent-text,.bfz-v271-settings-title h1,.bfz-v271-setting-row b){color:var(--bfz-v271-text-accent)}
body.bfz-v271-theme :is(main.page a:not(.bfz-v250-hero-action):not(.bfz-v240-shortcut):not(.bfz-v230-app-link):not(.presence-choice),.bfz-v270-settings-nav-icon){--bfz-v271-link-color:var(--bfz-v271-text-accent)}
body.bfz-v271-theme main.page a:not(.bfz-v250-hero-action):not(.bfz-v240-shortcut):not(.bfz-v230-app-link):not(.presence-choice):not([class*="danger"]):not([class*="archive"]){color:var(--bfz-v271-link-color)}

/* Vehicle record: remove the old hard-coded navy island. */
body.bfz-v271-theme:has(main.page form) main.page :is(.fleet-section h2,.fleet-section h3,.vehicle-section h2,.vehicle-section h3,[class*="fleet"] details>summary,[class*="vehicle"] details>summary){color:var(--bfz-v271-text-accent)!important}
body.bfz-v271-theme main.page :is(.fleet-kpi-card,.vehicle-kpi-card,[class*="fleet"] [class*="summary"],[class*="vehicle"] [class*="summary"]) :is(h2,h3,strong:first-child){color:var(--bfz-v271-text-accent)}

/* -------------------------------------------------------------------------- */
/* Start page app hover and iOS edit polish.                                  */
/* -------------------------------------------------------------------------- */
.bfz-v230-app .bfz-v230-app-icon,.bfz-v230-app .bfz-v230-app-glyph,.bfz-v230-app .module-icon,.bfz-v230-app-link>span:first-child{transform-origin:50% 50%;transition:transform var(--bfz-v271-hover-ms) cubic-bezier(.2,.8,.2,1),filter var(--bfz-v271-hover-ms) ease!important;will-change:transform}
body.bfz-v271-hover-enabled .bfz-v230-app:not(.module-card-dragging):hover :is(.bfz-v230-app-icon,.bfz-v230-app-glyph,.module-icon,.bfz-v230-app-link>span:first-child),body.bfz-v271-hover-enabled .bfz-v230-app-link:focus-visible :is(.bfz-v230-app-icon,.bfz-v230-app-glyph,.module-icon,.bfz-v230-app-link>span:first-child){transform:scale(var(--bfz-v271-hover-scale))!important;filter:drop-shadow(0 8px 12px rgba(31,53,75,.10))}
.bfz-v271-app-edit-button,.bfz-v271-quick-edit-button{position:absolute;z-index:45;right:-4px;top:-4px;width:31px;height:31px;border:0;border-radius:50%;display:none;place-items:center;background:rgba(255,255,255,.96);color:var(--user-blue);font-size:15px;font-weight:900;box-shadow:0 4px 15px rgba(26,43,64,.18);cursor:pointer}
.bfz-v270-home-editing .bfz-v271-app-edit-button,.bfz-v270-home-editing .bfz-v271-quick-edit-button{display:grid}.bfz-v270-home-editing [data-module-card],.bfz-v270-home-editing [data-bfz-quick-slot]{position:relative}
.bfz-v271-drag-ghost{position:fixed!important;z-index:12000!important;pointer-events:none!important;margin:0!important;transform:translate(-50%,-50%) scale(1.07)!important;opacity:.96!important;filter:drop-shadow(0 18px 22px rgba(23,39,61,.22));animation:none!important}
.bfz-v271-reflowing{transition:none!important}.bfz-v271-placeholder{opacity:.30!important}

/* Start hero overrides. Only the real start page gets these. */
.bfz-v240-home .bfz-v240-hero.bfz-v271-home-hero-custom,.bfz-v230-home .bfz-v240-hero.bfz-v271-home-hero-custom{background-color:var(--bfz-v271-home-hero)!important;background-image:var(--bfz-hero-pattern-image)!important}
.bfz-v240-home .bfz-v240-hero.bfz-v271-home-text-custom :is(h1,p,strong,.bfz-v270-shortcut-label),.bfz-v230-home .bfz-v240-hero.bfz-v271-home-text-custom :is(h1,p,strong,.bfz-v270-shortcut-label){color:var(--bfz-v271-home-text)!important}

/* -------------------------------------------------------------------------- */
/* Compact personal quick access on every module hero.                        */
/* -------------------------------------------------------------------------- */
.bfz-v250-module-actions{align-self:stretch;display:flex!important;flex-direction:column;justify-content:center;min-width:0}
.bfz-v271-module-shortcuts{display:grid;gap:7px;margin-top:9px}.bfz-v271-module-shortcuts>strong{font-size:12px;color:#fff}.bfz-v271-module-shortcut-row{display:flex;flex-wrap:wrap;justify-content:flex-start;gap:7px}.bfz-v271-module-shortcut{display:inline-flex!important;align-items:center;gap:6px;min-height:34px!important;max-width:170px;padding:6px 10px!important;border:1px solid rgba(255,255,255,.35)!important;border-radius:12px!important;background:rgba(255,255,255,.14)!important;color:#fff!important;text-decoration:none!important;font-size:11px!important;font-weight:780!important;line-height:1.1!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);transition:transform .18s ease,background .18s ease}.bfz-v271-module-shortcut:hover{transform:translateY(-1px);background:rgba(255,255,255,.23)!important}.bfz-v271-module-shortcut-icon{font-size:14px;flex:0 0 auto}.bfz-v250-module-hero.bfz-v271-has-module-shortcuts{grid-template-columns:minmax(0,1fr) minmax(330px,520px)}.bfz-v250-module-hero.bfz-v271-has-module-shortcuts .bfz-v250-module-search{max-width:100%}

/* -------------------------------------------------------------------------- */
/* Unified avatar fallbacks.                                                   */
/* -------------------------------------------------------------------------- */
.bfz-v271-avatar{display:inline-grid;place-items:center;flex:0 0 auto;width:38px;height:38px;border-radius:50%;overflow:hidden;border:1px solid rgba(75,96,121,.12);background:#eef3f7;vertical-align:middle;box-shadow:0 2px 7px rgba(40,57,77,.06)}.bfz-v271-avatar img{width:100%;height:100%;object-fit:cover}.bfz-v271-avatar-fallback{font-size:22px;line-height:1}.bfz-v271-avatar-male{background:#e5f2ff;color:#2f80d9}.bfz-v271-avatar-female{background:#ffe8f2;color:#d94d91}.bfz-v271-avatar-neutral{background:#edf1f5;color:#778698}.bfz-v271-avatar-company{border-radius:13px;background:#eef7f2;color:#238a5b}.bfz-v271-avatar-company .bfz-v271-avatar-fallback{font-size:20px}.bfz-v271-name-with-avatar{display:inline-flex!important;align-items:center!important;gap:10px!important;min-width:0}.bfz-v271-avatar-editable{cursor:pointer;outline:0}.bfz-v271-avatar-editable:hover{box-shadow:0 0 0 3px color-mix(in srgb,var(--user-blue) 18%,transparent),0 5px 15px rgba(40,57,77,.10)}

/* -------------------------------------------------------------------------- */
/* Softer tables. Outer shell owns rounding; no intermediate side radii.      */
/* -------------------------------------------------------------------------- */
body.bfz-v271-theme main.page table{--bfz-v271-table-radius:22px}
body.bfz-v271-theme main.page .bfz-v270-data-table-scope table{border-radius:22px!important;border-color:var(--bfz-v271-soft-line)!important;box-shadow:0 8px 28px rgba(34,54,78,.045)!important}
body.bfz-v271-theme main.page .bfz-v270-data-table-scope table thead th:first-child{border-top-left-radius:21px!important}body.bfz-v271-theme main.page .bfz-v270-data-table-scope table thead th:last-child{border-top-right-radius:21px!important}body.bfz-v271-theme main.page .bfz-v270-data-table-scope table tbody tr:last-child td:first-child{border-bottom-left-radius:21px!important}body.bfz-v271-theme main.page .bfz-v270-data-table-scope table tbody tr:last-child td:last-child{border-bottom-right-radius:21px!important}
/* Customer detail: only the orders table junction is straight. The surrounding
   card owns the outer radius; unrelated customer tables keep their own shape. */
body.bfz-v271-theme main.page table.bfz-v271-customer-orders-table{border-top-left-radius:0!important;border-top-right-radius:0!important;margin-top:0!important}
body.bfz-v271-theme main.page table.bfz-v271-customer-orders-table thead th:first-child{border-top-left-radius:0!important}
body.bfz-v271-theme main.page table.bfz-v271-customer-orders-table thead th:last-child{border-top-right-radius:0!important}

/* -------------------------------------------------------------------------- */
/* Leave planner: semantic calendar colors + full-height employee grid.       */
/* -------------------------------------------------------------------------- */
body.bfz-v271-leave-planner main.page{--bfz-leave-u:#72d39a;--bfz-leave-u2:#bdeed0;--bfz-leave-k:#ef8587;--bfz-leave-k2:#f7b9bb;--bfz-leave-s:#c49ae8;--bfz-leave-f:#f1cd68;--bfz-leave-a:#aebbc8}
body.bfz-v271-leave-planner main.page :is(.leave-calendar,.year-grid,.annual-grid,[class*="leave-grid"],[class*="year-grid"],[class*="planner-grid"]){max-height:none!important;height:auto!important;overflow-y:visible!important}
body.bfz-v271-leave-planner main.page :is(.leave-calendar-wrap,.year-overview,.annual-overview,[class*="calendar-wrap"],[class*="overview-wrap"]){max-height:none!important;height:auto!important;overflow:visible!important}
body.bfz-v271-leave-planner [class*="leave"] [data-kind="U"],body.bfz-v271-leave-planner .leave-u{background:var(--bfz-leave-u)!important}body.bfz-v271-leave-planner [class*="leave"] [data-kind="U2"],body.bfz-v271-leave-planner .leave-u2{background:var(--bfz-leave-u2)!important}body.bfz-v271-leave-planner [class*="leave"] [data-kind="K"],body.bfz-v271-leave-planner .leave-k{background:var(--bfz-leave-k)!important}body.bfz-v271-leave-planner [class*="leave"] [data-kind="K2"],body.bfz-v271-leave-planner .leave-k2{background:var(--bfz-leave-k2)!important}body.bfz-v271-leave-planner [class*="leave"] [data-kind="S"],body.bfz-v271-leave-planner .leave-s{background:var(--bfz-leave-s)!important}body.bfz-v271-leave-planner [class*="leave"] [data-kind="F"],body.bfz-v271-leave-planner .leave-f{background:var(--bfz-leave-f)!important}body.bfz-v271-leave-planner [class*="leave"] [data-kind="A"],body.bfz-v271-leave-planner .leave-a{background:var(--bfz-leave-a)!important}
body.bfz-v271-leave-planner .bfz-v271-employee-name{cursor:pointer;text-decoration:none!important;color:#1c2d42!important;font-weight:820}.bfz-v271-leave-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:16px}.bfz-v271-leave-stat{padding:14px;border-radius:16px;background:#f4f7fa;text-align:center}.bfz-v271-leave-stat b{display:block;color:var(--bfz-v271-text-accent);font-size:25px}.bfz-v271-leave-stat span{font-size:11px;color:#6b788a}.bfz-v271-stat-header{display:flex;align-items:center;gap:13px}.bfz-v271-stat-header .bfz-v271-avatar{width:58px;height:58px}.bfz-v271-stat-header h2{margin:0!important;color:#17253a!important}

/* -------------------------------------------------------------------------- */
/* New settings blocks and iOS controls.                                      */
/* -------------------------------------------------------------------------- */
.bfz-v271-display-section{margin-top:18px;padding:18px;border:1px solid rgba(80,99,122,.12);border-radius:20px;background:rgba(255,255,255,.86);box-shadow:0 5px 20px rgba(35,55,78,.035)}.bfz-v271-display-section h3{margin:0 0 4px}.bfz-v271-display-section>p{margin:0 0 14px;color:#6c798c;font-size:13px}.bfz-v271-pref-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:16px;padding:13px 0;border-top:1px solid rgba(75,94,118,.10)}.bfz-v271-pref-row:first-of-type{border-top:0}.bfz-v271-pref-row>span{display:grid;gap:2px}.bfz-v271-pref-row small{color:#768294}.bfz-v271-range-wrap{display:flex;align-items:center;gap:10px;min-width:min(310px,40vw)}.bfz-v271-range-wrap input[type=range]{flex:1;accent-color:var(--user-blue)}.bfz-v271-value{min-width:55px;text-align:right;font-weight:800;color:var(--bfz-v271-text-accent)}.bfz-v271-color-wrap{display:flex;align-items:center;gap:8px}.bfz-v271-color-wrap input[type=color]{width:48px;height:38px;border:0;background:none;padding:0}.bfz-v271-pref-save{margin-top:14px;display:flex;justify-content:flex-end}.bfz-v271-pref-save button,.bfz-v271-settings-actions button{min-height:44px;padding:0 18px;border:0;border-radius:13px;background:var(--user-blue);color:#fff;font:inherit;font-weight:800;cursor:pointer}

.bfz-v271-settings-page{max-width:900px;margin:30px auto}.bfz-v271-settings-title{margin-bottom:18px}.bfz-v271-settings-title>span{font-size:12px;font-weight:850;text-transform:uppercase;letter-spacing:.08em;color:var(--bfz-v271-text-accent)}.bfz-v271-settings-title h1{margin:5px 0 4px;font-size:40px}.bfz-v271-settings-title p{margin:0;color:#6b7789}.bfz-v271-ios-settings-card{overflow:hidden;border:1px solid rgba(75,94,118,.12);border-radius:22px;background:#fff;box-shadow:0 8px 28px rgba(40,58,80,.045)}.bfz-v271-setting-row{display:grid;grid-template-columns:minmax(0,1fr) 130px;align-items:center;gap:20px;padding:17px 19px;border-bottom:1px solid rgba(75,94,118,.10)}.bfz-v271-setting-row>span{display:grid;gap:3px}.bfz-v271-setting-row small{color:#718096}.bfz-v271-setting-row input{min-height:42px;border:1px solid #d8e0e9;border-radius:12px;padding:0 11px;font:inherit}.bfz-v271-settings-note{margin:18px;padding:14px;border-radius:14px;background:#f6f8fa;color:#59677a;line-height:1.45}.bfz-v271-settings-actions{display:flex;justify-content:flex-end;padding:0 18px 18px}

/* Modal helpers */
.bfz-v271-modal-backdrop{position:fixed;inset:0;z-index:13000;display:grid;place-items:center;padding:20px;background:rgba(17,24,36,.28);backdrop-filter:blur(9px);-webkit-backdrop-filter:blur(9px)}.bfz-v271-modal{width:min(470px,100%);padding:22px;border-radius:25px;background:rgba(255,255,255,.97);box-shadow:0 28px 80px rgba(0,0,0,.22);color:#19283d}.bfz-v271-modal h2{margin:0 0 7px}.bfz-v271-modal p{color:#687589;line-height:1.45}.bfz-v271-modal label{display:grid;gap:7px;margin-top:14px;font-weight:760}.bfz-v271-modal input[type=text]{min-height:45px;padding:0 12px;border:1px solid #d3dce6;border-radius:13px;font:inherit}.bfz-v271-modal-actions{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:18px}.bfz-v271-modal-actions button{min-height:44px;border-radius:13px;border:1px solid #d9e0e8;font:inherit;font-weight:800;cursor:pointer}.bfz-v271-modal-cancel{background:#f3f5f7;color:#26364b}.bfz-v271-modal-confirm{background:#34c759!important;color:#fff;border-color:#34c759!important}.bfz-v271-modal-reset{margin-top:8px;width:100%;min-height:38px;border:0;background:transparent;color:var(--bfz-v271-text-accent);font-weight:780;cursor:pointer}

/* Capacity warning */
.bfz-v271-warning-shell{min-height:60vh;display:grid;place-items:center;padding:50px 18px}.bfz-v271-warning-card{width:min(650px,100%);padding:28px;border:1px solid #f0c975;border-radius:26px;background:#fffdf7;box-shadow:0 25px 70px rgba(87,62,13,.12)}.bfz-v271-warning-icon{width:52px;height:52px;display:grid;place-items:center;border-radius:50%;background:#f2b544;color:#fff;font-size:30px;font-weight:900}.bfz-v271-warning-card h1{margin:14px 0 10px;color:#5d4517}.bfz-v271-warning-card p{color:#5f5a4f;line-height:1.5}.bfz-v271-warning-facts{display:grid;gap:8px;margin:18px 0}.bfz-v271-warning-facts>div{display:grid;gap:3px;padding:12px 14px;border-radius:14px;background:#fff7dd}.bfz-v271-warning-facts span{color:#665b46}.bfz-v271-warning-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}.bfz-v271-warning-actions button{min-height:46px;border-radius:14px;font:inherit;font-weight:820;cursor:pointer}.bfz-v271-warning-cancel{border:1px solid #d8dce2;background:#f5f6f8;color:#29384b}.bfz-v271-warning-confirm{border:0;background:#e29b17;color:#fff}

@media(max-width:1050px){.bfz-v250-module-hero.bfz-v271-has-module-shortcuts{grid-template-columns:1fr!important}.bfz-v271-module-shortcut-row{justify-content:flex-start}}
@media(max-width:760px){.bfz-v271-login-shell{padding:24px 12px 50px}.bfz-v271-login-card{border-radius:24px;padding:25px 20px}.bfz-v271-module-shortcut-row{flex-wrap:nowrap;overflow-x:auto;padding-bottom:3px}.bfz-v271-module-shortcut{flex:0 0 auto}.bfz-v271-leave-stats{grid-template-columns:repeat(2,1fr)}.bfz-v271-pref-row{grid-template-columns:1fr}.bfz-v271-range-wrap{min-width:0;width:100%}.bfz-v271-setting-row{grid-template-columns:1fr}.bfz-v271-warning-actions{grid-template-columns:1fr}}
@media(prefers-reduced-motion:reduce){.bfz-v230-app *,.bfz-v271-module-shortcut,.bfz-v271-login-submit{transition-duration:1ms!important;animation-duration:1ms!important}}

/* V2.7.1 gender fallbacks: a real monochrome silhouette so the male/female
   color is deterministic instead of depending on the operating-system emoji. */
.bfz-v271-avatar:not(.bfz-v271-avatar-company) .bfz-v271-avatar-fallback{font-size:0;width:22px;height:22px;display:block;background:currentColor;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='7' r='4'/%3E%3Cpath d='M4.5 21c.3-5.1 3.1-8 7.5-8s7.2 2.9 7.5 8z'/%3E%3C/svg%3E") center/contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='7' r='4'/%3E%3Cpath d='M4.5 21c.3-5.1 3.1-8 7.5-8s7.2 2.9 7.5 8z'/%3E%3C/svg%3E") center/contain no-repeat}

/* Display live test: reuses the exact app-hover variable chain. */
.bfz-v271-hover-preview{margin:5px 0 14px;padding:14px;border:1px dashed color-mix(in srgb,var(--user-blue) 32%,#d9e1ea);border-radius:17px;background:#f8fbfd;display:grid;grid-template-columns:auto auto minmax(0,1fr);align-items:center;gap:13px}.bfz-v271-hover-preview>span{font-weight:820;color:var(--bfz-v271-text-accent)}.bfz-v271-hover-preview .bfz-v230-app{width:94px!important;min-width:94px!important;margin:0!important;text-align:center}.bfz-v271-hover-preview .bfz-v230-app-link{display:grid!important;place-items:center!important;gap:4px!important;text-decoration:none!important}.bfz-v271-preview-app-icon{width:48px;height:48px;border-radius:15px;display:grid;place-items:center;background:#eef4f8;color:var(--user-blue);font-size:24px;transform-origin:50% 50%;transition:transform var(--bfz-v271-hover-ms) cubic-bezier(.2,.8,.2,1),filter var(--bfz-v271-hover-ms) ease!important}.bfz-v271-hover-preview small{color:#718096}.bfz-v271-hover-enabled .bfz-v271-hover-preview .bfz-v230-app:hover .bfz-v271-preview-app-icon{transform:scale(var(--bfz-v271-hover-scale));filter:drop-shadow(0 8px 12px rgba(31,53,75,.12))}
.bfz-v271-preview-home .bfz-v270-greeting-line,.bfz-v271-preview-home .bfz-v270-user-name{display:block}.bfz-v271-preview-home .bfz-v270-user-name{white-space:nowrap}
@media(max-width:760px){.bfz-v271-hover-preview{grid-template-columns:1fr}.bfz-v271-hover-preview .bfz-v230-app{justify-self:start}}

/* Module launchers stay in the top-right action rail; normal module actions keep
   their existing space below. The left search column yields the required width. */
.bfz-v250-module-hero.bfz-v271-has-module-shortcuts .bfz-v250-module-actions{justify-content:flex-start!important;align-self:stretch!important}.bfz-v250-module-hero.bfz-v271-has-module-shortcuts .bfz-v271-module-shortcuts{order:-10;margin:0 0 8px!important}.bfz-v250-module-hero.bfz-v271-has-module-shortcuts .bfz-v271-module-shortcuts>strong{font-size:11px!important;line-height:1!important;margin:0!important}.bfz-v250-module-hero.bfz-v271-has-module-shortcuts .bfz-v271-module-shortcut-row{gap:5px!important}.bfz-v250-module-hero.bfz-v271-has-module-shortcuts .bfz-v271-module-shortcut{min-height:30px!important;padding:5px 9px!important;border-radius:11px!important}.bfz-v250-module-hero.bfz-v271-has-module-shortcuts :is(.bfz-v250-module-copy,.bfz-v250-module-main){min-width:0!important}.bfz-v250-module-hero.bfz-v271-has-module-shortcuts :is(.bfz-v250-module-search,.bfz-v250-search,.hero-search){width:100%!important;max-width:none!important}

/* Semantic leave cells are deliberately independent from the personal theme. */
body.bfz-v271-leave-planner [data-bfz-leave-kind="U"]{background:var(--bfz-leave-u)!important}body.bfz-v271-leave-planner [data-bfz-leave-kind="U2"]{background:var(--bfz-leave-u2)!important}body.bfz-v271-leave-planner [data-bfz-leave-kind="K"]{background:var(--bfz-leave-k)!important}body.bfz-v271-leave-planner [data-bfz-leave-kind="K2"]{background:var(--bfz-leave-k2)!important}body.bfz-v271-leave-planner [data-bfz-leave-kind="S"]{background:var(--bfz-leave-s)!important}body.bfz-v271-leave-planner [data-bfz-leave-kind="F"]{background:var(--bfz-leave-f)!important}body.bfz-v271-leave-planner [data-bfz-leave-kind="F2"]{background:linear-gradient(135deg,var(--bfz-leave-f) 50%,#fff 50%)!important}body.bfz-v271-leave-planner [data-bfz-leave-kind="A"]{background:var(--bfz-leave-a)!important}
body.bfz-v271-leave-planner .bfz-v271-leave-auto-height{height:auto!important;max-height:none!important;overflow-y:visible!important}body.bfz-v271-leave-planner .bfz-v271-leave-grid-table{height:auto!important;max-height:none!important}
