.brand{font-size:0;gap:0;min-height:64px}
.brand:before{content:'';display:block;width:180px;height:64px;background:url('/designeule-logo.png') center/contain no-repeat}
.brand span{display:none}
.login .brand{margin-bottom:40px}
@media(max-width:1100px){.brand:before{width:160px;height:58px}}

/* Compact employee creation control. */
.team-panels>[hidden]{display:none!important}
.new-employee-toggle{display:inline-flex;align-items:center;justify-content:flex-end;gap:10px;flex-shrink:0;background:transparent;border:0;padding:6px 0 6px 12px;font-weight:650}
.employee-plus{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;background:#305842;color:#fff;font-size:26px;line-height:1;font-weight:400}
.new-employee-toggle:hover .employee-plus{background:#234330}
.new-employee-toggle[aria-expanded="true"] .employee-plus{transform:rotate(45deg)}
#new-employee-panel{max-width:620px;margin-left:auto}
@media(max-width:700px){.heading:has(.new-employee-toggle){flex-wrap:wrap}.new-employee-toggle{margin-left:auto}}
