:root{
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;
  color:#172033;background:#eef2f6;
  --brand:#f26a21;--brand-dark:#c94d0b;--brand-soft:#fff3eb;
  --navy:#111827;--navy-2:#1f2937;--text:#172033;--muted:#64748b;
  --line:#dbe3ec;--surface:#fff;--success:#16803c;--danger:#c62828;
  --warning:#a16207;--blue:#2563eb;--purple:#7c3aed;
  --shadow:0 12px 35px rgba(15,23,42,.09);
  --radius:22px;--safe-top:env(safe-area-inset-top);--safe-bottom:env(safe-area-inset-bottom)
}
*{box-sizing:border-box}
html,body{min-height:100%;margin:0;background:#eef2f6;color:var(--text)}
body{overscroll-behavior-y:none;-webkit-tap-highlight-color:transparent}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
button:disabled{opacity:.42;cursor:not-allowed;filter:saturate(.5)}
a{color:var(--brand-dark);font-weight:750;text-decoration:none}
[hidden]{display:none!important}
body.state-checking #bootScreen{display:flex!important}
body.state-checking #loginView,body.state-checking #mainView{display:none!important}
body.state-guest #bootScreen,body.state-guest #mainView{display:none!important}
body.state-guest #loginView{display:grid!important}
body.state-authenticated #bootScreen,body.state-authenticated #loginView{display:none!important}
body.state-authenticated #mainView{display:block!important}

.boot-screen{position:fixed;inset:0;z-index:1000;display:none;flex-direction:column;align-items:center;justify-content:center;gap:18px;background:linear-gradient(155deg,#111827 0,#28180e 58%,#5a2309 100%);color:#fff}
.boot-logo{width:92px;height:92px;border-radius:28px;display:grid;place-items:center;background:linear-gradient(145deg,#ff914d,#e6550b);font-size:2rem;font-weight:950;letter-spacing:-.04em;box-shadow:0 20px 55px rgba(0,0,0,.35)}
.boot-spinner{width:28px;height:28px;border:3px solid rgba(255,255,255,.25);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}.boot-screen p{margin:0;color:#fed7aa;font-size:.92rem}@keyframes spin{to{transform:rotate(360deg)}}

.login-view{min-height:100vh;padding:calc(22px + var(--safe-top)) 16px calc(30px + var(--safe-bottom));place-items:center;background:radial-gradient(circle at 90% 0,#a64011 0,#4c1d0d 27%,#111827 67%);color:#fff}
.login-shell{width:min(100%,520px)}
.login-brand{display:flex;align-items:center;gap:15px;margin:0 4px 22px}.brand-mark{flex:0 0 68px;height:68px;border-radius:22px;display:grid;place-items:center;background:linear-gradient(145deg,#ff984f,#e9570a);font-weight:950;font-size:1.5rem;box-shadow:0 16px 38px rgba(0,0,0,.35)}
.brand-kicker{display:block;color:#fdba74;font-size:.68rem;text-transform:uppercase;letter-spacing:.12em;font-weight:850}.login-brand h1{margin:2px 0 0;font-size:1.85rem;line-height:1}.login-brand p{margin:5px 0 0;color:#d9e1ec;font-size:.9rem}
.auth-panel{background:rgba(255,255,255,.98);color:var(--text);border-radius:28px;padding:10px;box-shadow:0 28px 70px rgba(0,0,0,.32);border:1px solid rgba(255,255,255,.4)}
.auth-tabs{display:grid;grid-template-columns:1fr 1fr;background:#f1f5f9;padding:4px;border-radius:15px}.auth-tabs button{border:0;background:transparent;padding:10px 12px;border-radius:12px;color:#64748b;font-weight:850}.auth-tabs button.active{background:#fff;color:var(--brand-dark);box-shadow:0 4px 13px rgba(15,23,42,.1)}
.auth-form{padding:18px 12px 12px}.auth-heading{display:flex;align-items:center;gap:12px;margin-bottom:15px}.auth-heading h2{font-size:1.22rem;margin:0}.auth-heading p{margin:3px 0 0;color:var(--muted);font-size:.82rem;line-height:1.35}.auth-icon{width:44px;height:44px;border-radius:14px;background:var(--brand-soft);display:grid;place-items:center;font-size:1.25rem}
label{display:block;font-weight:760;font-size:.87rem;margin:13px 0;color:#334155}input,select,textarea{width:100%;border:1px solid #cbd5e1;border-radius:13px;background:#fff;color:#0f172a;padding:13px 14px;margin-top:6px;outline:none;transition:border-color .18s,box-shadow .18s}input:focus,select:focus,textarea:focus{border-color:#fb7a32;box-shadow:0 0 0 4px rgba(249,115,22,.14)}textarea{resize:vertical}.date-hint{display:block;margin-top:4px;color:#64748b;font-size:.68rem;font-weight:600}.password-row{display:grid;grid-template-columns:1fr auto;gap:8px;align-items:end}.password-row input{margin-top:6px}.input-action{height:47px;border:0;border-radius:12px;background:#e9eef5;color:#334155;padding:0 12px;font-size:.8rem;font-weight:800}
.btn{border:0;border-radius:13px;padding:13px 16px;font-weight:900;display:inline-flex;align-items:center;justify-content:center;gap:8px}.btn-wide{width:100%}.btn-primary{background:linear-gradient(135deg,#fb7b32,#e8580a);color:#fff;box-shadow:0 8px 20px rgba(234,88,12,.24)}.btn-secondary{background:#334155;color:#fff}.btn-danger{background:#b91c1c;color:#fff}.btn-small{padding:9px 11px;font-size:.76rem}
.notice{border-radius:14px;padding:11px 13px;margin:12px 0;line-height:1.4;font-size:.86rem}.notice.error{background:#fff1f2;color:#9f1239;border:1px solid #fecdd3}.notice.success{background:#ecfdf5;color:#166534;border:1px solid #86efac}.notice.warning{background:#fffbeb;color:#854d0e;border:1px solid #fde68a}
.security-note{display:flex;gap:9px;align-items:flex-start;margin:14px 2px 0;color:#64748b}.security-note p{margin:0;font-size:.77rem;line-height:1.45}.helper-text{color:#64748b;font-size:.82rem;line-height:1.5}.pair-code{text-align:center;letter-spacing:.3em;font-size:1.55rem;font-weight:950;font-variant-numeric:tabular-nums}.login-footer{display:flex;flex-wrap:wrap;justify-content:center;gap:10px 16px;margin-top:18px;text-align:center;color:#cbd5e1;font-size:.78rem}.login-footer small{width:100%;color:#9ca3af}.text-button{border:0;background:transparent;color:var(--brand-dark);font-weight:850;padding:5px}.login-footer .text-button{color:#fdba74}

.app-shell{min-height:100vh;background:#eef2f6}
.top-app-bar{position:sticky;top:0;z-index:40;min-height:70px;padding:calc(8px + var(--safe-top)) 15px 8px;background:linear-gradient(110deg,#111827,#21170f);color:#fff;display:flex;align-items:center;justify-content:space-between;box-shadow:0 4px 18px rgba(15,23,42,.2)}
.top-leading{display:flex;align-items:center;gap:11px;min-width:0}.mini-logo{width:42px;height:42px;border-radius:14px;background:linear-gradient(145deg,#fb8b45,#e6550b);display:grid;place-items:center;font-weight:950}.top-leading strong{display:block;font-size:1rem}.top-leading span{display:block;max-width:190px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#fdba74;font-size:.72rem;margin-top:2px}.top-actions{display:flex;align-items:center;gap:8px}.online-badge{font-size:.68rem;border:1px solid #86efac;background:#14532d;color:#dcfce7;border-radius:999px;padding:5px 8px}.online-badge.offline{background:#7f1d1d;border-color:#fca5a5;color:#fee2e2}.icon-button{width:42px;height:42px;border:0;border-radius:14px;background:rgba(255,255,255,.11);color:#fff;display:grid;place-items:center}.icon-button svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.sync-status{position:sticky;top:calc(70px + var(--safe-top));z-index:35;padding:7px 14px;text-align:center;background:#fff7ed;color:#9a3412;border-bottom:1px solid #fed7aa;font-size:.72rem;font-weight:750}.sync-status.ok{background:#ecfdf5;color:#166534;border-color:#86efac}.sync-status.error{background:#fff1f2;color:#9f1239;border-color:#fecdd3}
.app-toast{position:fixed;left:50%;bottom:calc(92px + var(--safe-bottom));transform:translateX(-50%);z-index:100;max-width:min(90vw,520px);background:#111827;color:#fff;padding:12px 16px;border-radius:14px;box-shadow:0 16px 40px rgba(0,0,0,.3);font-size:.86rem}.app-toast.error{background:#991b1b}.app-toast.success{background:#166534}
.app-content{width:min(100%,920px);margin:0 auto;padding:18px 14px calc(102px + var(--safe-bottom))}.page{display:none;animation:pageIn .2s ease}.page.active{display:block}@keyframes pageIn{from{opacity:.25;transform:translateY(5px)}to{opacity:1;transform:none}}
.welcome-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:3px 3px 17px}.welcome-row h1{margin:2px 0 0;font-size:1.65rem;line-height:1.1}.eyebrow{margin:0;color:var(--brand-dark);font-size:.68rem;text-transform:uppercase;letter-spacing:.12em;font-weight:950}.muted-date{margin:6px 0 0;color:var(--muted);font-size:.82rem}.avatar{width:50px;height:50px;display:grid;place-items:center;border-radius:17px;background:linear-gradient(145deg,#fff0e7,#ffd7bf);color:#a63b06;font-weight:950;border:1px solid #fed7aa}
.shift-hero{background:linear-gradient(145deg,#fff,#fff9f5);border:1px solid #fed7aa;border-radius:26px;padding:18px;box-shadow:var(--shadow);overflow:hidden;position:relative}.shift-hero:before{content:"";position:absolute;width:150px;height:150px;border-radius:50%;right:-75px;top:-82px;background:rgba(249,115,22,.09)}.shift-hero-top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;position:relative}.shift-caption{display:inline;margin:0 0 4px;color:#64748b;font-size:.76rem;font-weight:750}.shift-hero h2{margin:4px 0 0;font-size:1.1rem}.status-dot{display:inline-block;width:9px;height:9px;border-radius:50%;background:#94a3b8;margin-right:6px}.shift-hero[data-state="WORKING"] .status-dot{background:#16a34a;box-shadow:0 0 0 5px rgba(22,163,74,.12)}.shift-hero[data-state="BREAK"] .status-dot{background:#2563eb;box-shadow:0 0 0 5px rgba(37,99,235,.12)}.shift-hero[data-state="SMOKE"] .status-dot{background:#d97706}.shift-hero[data-state="STANDBY"] .status-dot{background:#7c3aed}.timer-block{text-align:right}.timer-block span{display:block;font-size:.68rem;color:#64748b}.timer-block strong{display:block;font-size:2rem;letter-spacing:-.04em;color:#c2410c;font-variant-numeric:tabular-nums}
.shift-fields,.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 12px}.shift-fields{margin-top:12px}.time-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:13px}.punch-button{border:0;border-radius:18px;padding:14px;display:flex;align-items:center;justify-content:center;gap:11px;color:#fff;text-align:left;min-height:74px}.punch-button span:last-child{display:flex;flex-direction:column}.punch-button b{font-size:.92rem}.punch-button small{font-size:.68rem;opacity:.83;margin-top:2px}.punch-icon{font-size:1.35rem}.punch-start{background:linear-gradient(145deg,#20a44b,#137a34)}.punch-end{background:linear-gradient(145deg,#d94040,#ae1d1d)}.state-actions{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:9px}.state-button{border:1px solid #dbe3ec;background:#fff;border-radius:15px;padding:11px 7px;color:#334155;display:flex;align-items:center;justify-content:center;gap:7px}.state-button span{font-size:1.05rem}.state-button b{font-size:.72rem}.state-button.pause{border-color:#bfdbfe;color:#1d4ed8}.state-button.smoke{border-color:#fde68a;color:#a16207}.state-button.standby{border-color:#ddd6fe;color:#6d28d9}.end-details{margin-top:12px;border-top:1px solid #fed7aa;padding-top:11px}.end-details summary{cursor:pointer;color:#a33b08;font-size:.82rem;font-weight:850}
.dashboard-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px;margin-top:13px}.app-card{background:#fff;border:1px solid var(--line);border-radius:21px;padding:16px;box-shadow:0 7px 22px rgba(15,23,42,.06);margin:13px 0}.card-header{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}.card-header>div{display:flex;align-items:center;gap:8px}.card-header h2,.app-card h2{font-size:1rem;margin:0}.card-icon{width:31px;height:31px;display:grid;place-items:center;border-radius:10px;background:var(--brand-soft)}
.page-heading{margin:3px 3px 18px}.page-heading h1{font-size:1.65rem;margin:3px 0 4px}.page-heading>p:last-child{margin:0;color:var(--muted);font-size:.84rem}.page-heading-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.section-heading{font-size:1rem;margin:20px 3px 10px}.stack{display:grid;gap:11px}.empty{margin:0;background:#fff;border:1px dashed #cbd5e1;padding:18px;border-radius:16px;color:var(--muted);text-align:center}
.schedule-card,.message-card,.time-entry,.request-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:15px;box-shadow:0 5px 16px rgba(15,23,42,.05)}.coach-tour-card{border-left:5px solid #3563a9;background:#f7f9ff}.coach-tour-list{margin-bottom:18px}.schedule-card header,.message-card header,.request-card header{display:flex;justify-content:space-between;gap:10px}.schedule-card time,.message-card time{color:#64748b;font-size:.76rem}.schedule-time{font-size:1.25rem;font-weight:950;color:#111827;margin:8px 0}.schedule-card p,.request-card p{margin:6px 0;font-size:.86rem}.stops{border-top:1px solid #e2e8f0;margin-top:10px;padding-top:10px}.stops summary{font-weight:850;cursor:pointer}.stops li{margin:8px 0}.stops span{display:block;color:var(--muted);font-size:.78rem}.map-link{display:inline-block;margin-top:8px}
.time-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.time-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:14px;box-shadow:0 5px 16px rgba(15,23,42,.04)}.time-card span{display:block;color:#64748b;font-size:.72rem}.time-card strong{display:block;margin-top:5px;font-size:1.15rem}.time-entry{display:grid;grid-template-columns:1fr 1fr auto;gap:8px;align-items:center}.time-entry span{color:#64748b;font-size:.83rem}.request-form{margin-top:0}.form-title{display:flex;align-items:center;gap:9px}.form-title span{width:32px;height:32px;border-radius:10px;display:grid;place-items:center;background:var(--brand-soft);color:var(--brand-dark);font-weight:950}.form-title h2{margin:0}.status-pill{display:inline-block;border-radius:999px;padding:4px 8px;font-size:.7rem;font-weight:900;background:#e2e8f0;color:#334155}.status-pill.SUBMITTED,.status-pill.PENDING{background:#fff7ed;color:#9a3412}.status-pill.APPROVED{background:#dcfce7;color:#166534}.status-pill.REJECTED{background:#fee2e2;color:#991b1b}.message-card.unread{border-left:5px solid var(--brand)}.message-card p{white-space:pre-wrap;margin-bottom:0}.back-button{border:0;background:transparent;color:var(--brand-dark);font-weight:850;padding:4px 0 10px}
.more-list{display:grid;gap:10px}.more-item{width:100%;border:1px solid var(--line);background:#fff;border-radius:19px;padding:14px;display:grid;grid-template-columns:auto 1fr auto auto;gap:12px;align-items:center;text-align:left;box-shadow:0 5px 16px rgba(15,23,42,.04)}.more-icon{width:42px;height:42px;border-radius:14px;background:var(--brand-soft);color:var(--brand-dark);display:grid;place-items:center;font-size:1.15rem}.more-item b,.more-item small{display:block}.more-item b{font-size:.9rem}.more-item small{color:#64748b;font-size:.74rem;margin-top:3px}.more-item em{font-style:normal;color:#94a3b8;font-size:1.5rem}.count-badge,.nav-badge{display:grid;place-items:center;background:#dc2626;color:#fff;border-radius:999px;font-size:.62rem;font-weight:950;min-width:19px;height:19px;padding:0 5px}.support-card{text-align:center;color:#64748b}.support-card p{margin:7px 0}.profile-card dl{display:grid;grid-template-columns:auto 1fr;gap:10px 14px;margin:0}.profile-card dt{font-weight:850;color:#475569}.profile-card dd{margin:0;text-align:right;word-break:break-word}
.bottom-nav{position:fixed;left:0;right:0;bottom:0;z-index:60;min-height:76px;padding:6px 5px var(--safe-bottom);display:grid;grid-template-columns:repeat(5,1fr);background:rgba(255,255,255,.97);border-top:1px solid #dbe3ec;box-shadow:0 -8px 24px rgba(15,23,42,.08);backdrop-filter:blur(16px)}.bottom-nav button{position:relative;border:0;background:transparent;color:#64748b;border-radius:14px;padding:7px 2px 5px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px}.bottom-nav button.active{color:var(--brand-dark);background:#fff4ed}.bottom-nav svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.bottom-nav span{font-size:.64rem;font-weight:850}.nav-icon-wrap{position:relative;display:grid;place-items:center}.nav-badge{position:absolute;right:-9px;top:-6px}

@media(max-width:700px){.dashboard-grid{grid-template-columns:1fr}.shift-fields,.form-grid{grid-template-columns:1fr}.app-content{padding-left:11px;padding-right:11px}.page-heading-row{align-items:flex-start}.time-entry{grid-template-columns:1fr auto}.time-entry span{grid-column:1/-1}.time-cards{grid-template-columns:repeat(3,1fr)}.time-card{padding:12px 9px}.time-card strong{font-size:1rem}}
@media(max-width:390px){.top-leading span{max-width:140px}.online-badge{display:none}.state-button{flex-direction:column;gap:3px}.state-button b{font-size:.65rem}.time-actions{grid-template-columns:1fr}.time-cards{grid-template-columns:1fr}.profile-card dl{grid-template-columns:1fr}.profile-card dd{text-align:left}.login-brand h1{font-size:1.55rem}.brand-mark{width:60px;height:60px;flex-basis:60px}}
@media(min-width:900px){.app-content{padding-top:24px}.shift-hero{padding:22px}.bottom-nav{left:50%;right:auto;width:520px;transform:translateX(-50%);border:1px solid #dbe3ec;border-bottom:0;border-radius:22px 22px 0 0}.top-app-bar{padding-left:max(20px,calc((100vw - 920px)/2));padding-right:max(20px,calc((100vw - 920px)/2))}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation:none!important;transition:none!important}}

/* ZEF 2.5.54: keep the brand asset inside its layout box on every device. */
.modern-logo{overflow:hidden;flex:0 0 auto}
.modern-logo img{display:block;width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain}
.schedule-tabs{display:flex;flex-wrap:wrap;gap:7px;margin:0 0 12px}
.schedule-tab{border:1px solid var(--line);background:#fff;color:#475569;border-radius:12px;padding:9px 13px;font-weight:850;font-size:.78rem}
.schedule-tab.active{background:var(--brand-soft);border-color:#fdba74;color:var(--brand-dark)}
.schedule-panel{display:none}.schedule-panel.active{display:grid;gap:11px}.schedule-hint{margin:0;color:var(--muted);font-size:.78rem}
.schedule-month-group{display:grid;gap:9px}.schedule-month-group h3{margin:9px 3px 0;color:#334155;font-size:.94rem;text-transform:capitalize}
.incident-photos{display:flex;flex-wrap:wrap;gap:7px;margin:10px 0 4px}.incident-photos img{width:82px;height:62px;object-fit:cover;border-radius:10px;border:1px solid var(--line);background:#f8fafc}

/* ZEF 2.3.2 – Unfallaufnahme und mobile Hintergrundfunktionen */
.accident-quick-card{border-color:#fecaca;background:linear-gradient(145deg,#fff,#fff7f7)}
.accident-quick-card p{color:var(--muted);font-size:.84rem;line-height:1.5}
.logout-item{border-color:#fecaca}.logout-item .more-icon{background:#fee2e2;color:#991b1b}
.accident-form{margin-top:0}.gps-panel{display:flex;align-items:center;justify-content:space-between;gap:12px;border:1px solid #cbd5e1;background:#f8fafc;border-radius:16px;padding:13px 14px;margin:13px 0}.gps-panel b,.gps-panel small{display:block}.gps-panel small{margin-top:4px;color:var(--muted);font-size:.76rem;word-break:break-word}
.photo-preview{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin:10px 0 14px}.photo-preview figure{margin:0;position:relative;border-radius:14px;overflow:hidden;border:1px solid var(--line);background:#f8fafc;aspect-ratio:1}.photo-preview img{width:100%;height:100%;object-fit:cover}.photo-preview button{position:absolute;right:5px;top:5px;width:27px;height:27px;border:0;border-radius:999px;background:rgba(15,23,42,.8);color:#fff;font-weight:900}
.manual-time-form{margin:16px 0}.form-hint{margin:0 0 12px;color:var(--muted);font-size:.82rem}.photo-source-panel{margin-top:12px}.photo-source-panel>b,.photo-source-panel>small{display:block}.photo-source-panel>small{margin-top:7px;color:var(--muted);font-size:.76rem}.photo-source-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:8px}.file-button{position:relative;overflow:hidden;cursor:pointer}.file-button input{position:absolute;inline-size:1px;block-size:1px;opacity:0;pointer-events:none}.schedule-card.current-duty{border-left:5px solid #16a34a}.schedule-inline-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:10px}.schedule-inline-actions .btn{margin:0}
.incident-card{background:#fff;border:1px solid #fecaca;border-radius:18px;padding:15px;box-shadow:0 5px 16px rgba(15,23,42,.05)}.incident-card header{display:flex;justify-content:space-between;gap:10px}.incident-card p{margin:7px 0;font-size:.84rem}.incident-meta{display:flex;flex-wrap:wrap;gap:6px;margin-top:9px}.incident-meta span{background:#f1f5f9;color:#475569;border-radius:999px;padding:4px 8px;font-size:.68rem;font-weight:800}.incident-card.pending{border-style:dashed;background:#fffbeb}.incident-card .gps-link{display:inline-block;margin-top:7px}
.notification-hint{font-size:.78rem;color:var(--muted);margin:8px 0}
@media(max-width:520px){.photo-preview{grid-template-columns:repeat(2,minmax(0,1fr))}.gps-panel{align-items:flex-start;flex-direction:column}.gps-panel .btn{width:100%}}

/* ZEF 2.5.54-r27: keep every app logo inside a compact layout box. */
@media(max-width:700px){
  .top-app-bar{min-height:52px;padding:calc(5px + var(--safe-top)) 10px 5px}
  .sync-status{top:calc(52px + var(--safe-top))}
  .top-leading{gap:8px;min-width:0;overflow:hidden}
  .top-leading>div:not(.modern-mini-logo){min-width:0;overflow:hidden}
  .modern-mini-logo{width:28px!important;height:28px!important;min-width:28px;max-width:28px;min-height:28px;max-height:28px;flex:0 0 28px!important;border-radius:8px}
  .modern-mini-logo>img{display:block;width:100%!important;height:100%!important;min-width:0;min-height:0;max-width:100%!important;max-height:100%!important;object-fit:contain}
  .top-actions .icon-button{width:36px;height:36px;border-radius:11px}
  .boot-logo{width:64px;height:64px;border-radius:19px}
  .login-brand .brand-mark{width:50px;height:50px;flex-basis:50px;border-radius:16px}
}
@media(max-width:390px){
  .modern-mini-logo{width:26px!important;height:26px!important;min-width:26px;max-width:26px;min-height:26px;max-height:26px;flex-basis:26px!important;border-radius:7px}
  .top-leading strong{font-size:.92rem}
}

