.inventory-subnav{display:flex;gap:.55rem;overflow-x:auto;padding:.65rem;margin:0 0 1rem;position:sticky;top:.5rem;z-index:8;background:rgba(255,255,255,.96)}
.inventory-subnav button{white-space:nowrap;background:#eef3f1;color:#173f35;border:1px solid #d7e3df}
.inventory-subnav button.active{background:#176b55;color:#fff;border-color:#176b55}
.inventory-catalog-pane{display:grid;gap:1rem}
.inventory-catalog-pane.hidden{display:none}
.inventory-employee-card-shell{display:grid;gap:.55rem;min-width:0}
.inventory-employee-card-shell .inventory-employee-card{height:100%}
.inventory-master-actions{margin:0;padding:.55rem .25rem .1rem;border-top:0;background:transparent}
.inventory-catalog-toolbar{display:grid;grid-template-columns:minmax(220px,2fr) minmax(160px,1fr) auto;gap:.75rem;align-items:center}
.inventory-catalog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem}
.inventory-product-card,.inventory-template-card,.inventory-warehouse-card,.inventory-master-card{background:#fff;border:1px solid #dce6e2;border-radius:16px;overflow:hidden;box-shadow:0 8px 22px rgba(22,67,55,.07);display:flex;flex-direction:column}
.inventory-product-card.inactive,.inventory-template-card.inactive{opacity:.67}
.inventory-product-image{aspect-ratio:16/9;background:linear-gradient(135deg,#edf5f2,#dfece7);display:grid;place-items:center;overflow:hidden}
.inventory-product-image img{width:100%;height:100%;object-fit:contain;padding:.7rem}
.inventory-product-image span{font-size:2rem}
.inventory-card-copy{padding:1rem;display:grid;gap:.45rem;flex:1}
.inventory-card-copy h3,.inventory-card-copy p{margin:0}
.inventory-card-kicker{font-size:.75rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#4c756b}
.inventory-card-meta{display:flex;flex-wrap:wrap;gap:.35rem;margin-top:auto}
.inventory-card-meta span{background:#edf5f2;border-radius:999px;padding:.25rem .5rem;font-size:.78rem}
.inventory-card-actions{padding:.75rem 1rem;border-top:1px solid #edf2f0;display:flex;gap:.5rem;flex-wrap:wrap}
.inventory-card-actions button{flex:1;min-width:90px}
.inventory-price{font-size:1.15rem;font-weight:800;color:#145b49}
.inventory-catalog-empty{padding:2rem;text-align:center;color:#63746f;background:#fff;border:1px dashed #baccc6;border-radius:14px}
.inventory-catalog-modal{max-width:1000px;width:min(1000px,94vw);max-height:92vh;overflow:auto}
.inventory-catalog-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem}
.inventory-catalog-form .wide{grid-column:1/-1}
.inventory-check{display:flex;align-items:center;gap:.55rem;padding:.7rem;background:#f2f7f5;border-radius:10px}
.inventory-check input{width:auto}
.inventory-template-lines{display:grid;gap:.5rem;max-height:320px;overflow:auto;padding:.25rem}
.inventory-template-line{display:grid;grid-template-columns:1fr 90px auto auto;gap:.5rem;align-items:center;border:1px solid #e0e9e6;border-radius:10px;padding:.6rem}
.inventory-template-line input[type=number]{min-width:0}
.inventory-wizard-steps{display:grid;grid-template-columns:repeat(5,1fr);gap:.35rem;margin:1rem 0}
.inventory-wizard-steps span{padding:.55rem .25rem;text-align:center;border-radius:10px;background:#eaf1ef;font-size:.78rem;font-weight:700}
.inventory-wizard-steps span.active{background:#176b55;color:#fff}
.inventory-wizard-panel{display:none;gap:1rem}
.inventory-wizard-panel.active{display:grid}
.inventory-wizard-actions{display:flex;justify-content:space-between;gap:.7rem;margin-top:1rem;position:sticky;bottom:0;background:#fff;padding:.8rem 0;border-top:1px solid #e2eae7}
.inventory-choice-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:.75rem}
.inventory-choice-card{border:1px solid #dce6e2;border-radius:12px;padding:.75rem;display:grid;grid-template-columns:56px 1fr;gap:.65rem;background:#fff}
.inventory-choice-card img{width:56px;height:56px;object-fit:contain;border-radius:8px;background:#eef4f2}
.inventory-choice-card .controls{grid-column:1/-1;display:flex;align-items:center;justify-content:space-between;gap:.4rem}
.inventory-choice-card .controls button{width:36px;height:34px;padding:0}
.inventory-choice-card .controls input{width:72px;text-align:center}
.inventory-details-list{display:grid;gap:.7rem}
.inventory-device-detail{border:1px solid #dbe6e2;border-radius:12px;padding:.8rem;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.6rem}
.inventory-device-detail h4{grid-column:1/-1;margin:0}
.inventory-summary-list{display:grid;gap:.5rem}
.inventory-summary-row{display:flex;justify-content:space-between;gap:1rem;padding:.65rem;border-bottom:1px solid #e7eeeb}
.inventory-open-list{display:grid;gap:.55rem}
.inventory-open-row{display:grid;grid-template-columns:auto 1fr repeat(4,minmax(90px,auto));gap:.55rem;align-items:center;padding:.7rem;border:1px solid #dde7e3;border-radius:10px;background:#fff}
.inventory-open-row input{width:auto}
.inventory-bulk-bar{display:flex;flex-wrap:wrap;gap:.6rem;align-items:center;padding:.8rem;background:#eef5f2;border-radius:12px}
.inventory-bulk-bar select{min-width:230px;flex:1}
.inventory-return-row{display:grid;grid-template-columns:auto 1fr 180px;gap:.6rem;align-items:center;padding:.65rem;border-bottom:1px solid #e4ece9}
.inventory-inline-note{padding:.7rem;border-left:4px solid #d29824;background:#fff8e8;color:#694c12;border-radius:8px}
@media(max-width:760px){
  .inventory-catalog-toolbar,.inventory-catalog-form,.inventory-device-detail{grid-template-columns:1fr}
  .inventory-catalog-form .wide,.inventory-device-detail h4{grid-column:auto}
  .inventory-wizard-steps{grid-template-columns:1fr 1fr}.inventory-wizard-steps span{display:none}.inventory-wizard-steps span.active{display:block;grid-column:1/-1}
  .inventory-open-row{grid-template-columns:auto 1fr}.inventory-open-row>*:not(input):not(strong){grid-column:2}
  .inventory-return-row{grid-template-columns:auto 1fr}.inventory-return-row select{grid-column:2;width:100%}
  .inventory-subnav{top:0;border-radius:0;margin-left:-.5rem;margin-right:-.5rem}
}


/* Fix2 – ruhigere Mitarbeiterkarten und administrierbares Lager */
.inventory-employee-grid{gap:12px!important}
.inventory-employee-card-shell{gap:0!important;border:1px solid #e3e9e5;border-radius:16px;background:#fff;overflow:hidden;box-shadow:0 5px 16px rgba(25,55,45,.055)}
.inventory-employee-card-shell .inventory-employee-card{min-height:112px!important;border:0!important;border-radius:0!important;box-shadow:none!important;background:#fff!important;padding:16px!important;grid-template-columns:46px minmax(0,1fr) auto!important;gap:14px!important}
.inventory-employee-card-shell .inventory-employee-card:hover{transform:none!important;background:#fbfdfb!important;box-shadow:none!important}
.inventory-employee-card-shell .inventory-avatar{width:46px!important;height:46px!important;border-radius:14px!important;font-size:15px!important;box-shadow:none!important}
.inventory-employee-card-shell .inventory-profile-title-row{gap:8px!important}
.inventory-employee-card-shell .inventory-profile-title-row strong{font-size:16px!important;line-height:1.2!important}
.inventory-employee-card-shell .inventory-profile-department{font-size:12px!important;color:#6c766f!important;margin-top:2px!important}
.inventory-employee-card-shell .inventory-user-link{display:inline-flex!important;width:max-content!important;max-width:100%!important;margin-top:7px!important;padding:4px 8px!important;border-radius:7px!important;font-size:10px!important;font-weight:700!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;background:#f1f6ef!important;color:#4c6f38!important}
.inventory-employee-card-shell .inventory-category-preview{margin-top:7px!important;gap:4px!important}
.inventory-employee-card-shell .inventory-category-preview>*{font-size:10px!important;padding:3px 7px!important;background:#f7f9f7!important;border-color:#e5eae6!important}
.inventory-employee-card-shell .inventory-profile-stats{gap:16px!important;padding-left:16px!important;border-left:1px solid #edf0ed!important}
.inventory-employee-card-shell .inventory-profile-stats span strong{font-size:18px!important}
.inventory-employee-card-shell .inventory-profile-stats span small{font-size:9px!important;color:#7a837d!important;text-transform:uppercase!important;letter-spacing:.04em!important}
.inventory-master-actions{padding:8px 12px!important;border-top:1px solid #eef1ee!important;background:#fbfcfb!important;justify-content:flex-end!important}
.inventory-master-actions button{flex:0 0 auto!important;min-width:0!important;padding:7px 11px!important;font-size:11px!important;border-radius:8px!important}
.inventory-warehouse-head{display:flex;align-items:center;justify-content:space-between;gap:1rem}
.inventory-warehouse-head h3,.inventory-warehouse-head p{margin:.15rem 0}
.inventory-warehouse-toolbar{display:flex;align-items:center;gap:.8rem}
.inventory-warehouse-toolbar input{flex:1}
.inventory-warehouse-toolbar span{white-space:nowrap;font-weight:800;color:#537066}
.inventory-warehouse-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}
.inventory-warehouse-card{box-shadow:0 5px 18px rgba(22,67,55,.06)}
.inventory-warehouse-title{display:flex;align-items:center;justify-content:space-between;gap:.5rem}
.inventory-status-pill{font-size:.72rem;font-weight:800;background:#eef5f1;color:#3f6e5d;padding:.2rem .45rem;border-radius:999px}
.inventory-code{font-size:.82rem;color:#52655e;letter-spacing:.03em}
.inventory-warehouse-facts{display:flex;flex-wrap:wrap;gap:.35rem;min-height:1.35rem}
.inventory-warehouse-facts span{font-size:.72rem;background:#f6f8f7;border:1px solid #e8ecea;border-radius:7px;padding:.22rem .4rem;color:#5a6762}
.inventory-card-actions .danger-soft{background:#fff4f2;color:#9b3e31;border:1px solid #efd0ca}
.inventory-card-actions .danger-soft:hover{background:#fceae6}
@media(max-width:900px){.inventory-employee-card-shell .inventory-profile-stats{gap:9px!important}.inventory-employee-card-shell .inventory-profile-stats span:nth-child(2){display:none}}
@media(max-width:680px){.inventory-employee-card-shell .inventory-employee-card{grid-template-columns:42px minmax(0,1fr)!important}.inventory-employee-card-shell .inventory-profile-stats{grid-column:2;border-left:0!important;padding-left:0!important;justify-content:flex-start!important}.inventory-warehouse-head,.inventory-warehouse-toolbar{align-items:stretch;flex-direction:column}}


/* Fix3 – direktes Redesign der bestehenden Mitarbeiterkarten */
.inventory-employee-grid{gap:14px!important}
.inventory-employee-card{
  min-height:126px!important;
  padding:18px 20px!important;
  grid-template-columns:52px minmax(0,1fr) auto!important;
  gap:16px!important;
  border:1px solid #e1e8e3!important;
  border-radius:18px!important;
  background:#fff!important;
  box-shadow:0 7px 24px rgba(32,65,53,.06)!important;
  transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease!important;
}
.inventory-employee-card:hover{
  transform:translateY(-1px)!important;
  border-color:#cbdacb!important;
  box-shadow:0 10px 28px rgba(32,65,53,.09)!important;
}
.inventory-employee-card .inventory-avatar{
  width:52px!important;height:52px!important;border-radius:16px!important;
  font-size:16px!important;box-shadow:0 5px 14px rgba(73,128,31,.16)!important;
}
.inventory-employee-card .inventory-profile-main{min-width:0!important;align-self:center!important}
.inventory-employee-card .inventory-profile-title-row{gap:9px!important;align-items:center!important}
.inventory-employee-card .inventory-profile-title-row strong{font-size:17px!important;line-height:1.15!important}
.inventory-employee-card .inventory-profile-ok,.inventory-employee-card .inventory-profile-alert{
  font-size:9px!important;padding:3px 7px!important;border-radius:999px!important;box-shadow:none!important
}
.inventory-employee-card .inventory-profile-department{font-size:12px!important;color:#6e7972!important;margin-top:4px!important}
.inventory-employee-card .inventory-user-link{
  display:block!important;width:auto!important;max-width:100%!important;margin-top:7px!important;padding:0!important;
  border:0!important;background:transparent!important;color:#5b725f!important;font-size:10px!important;font-weight:700!important;
  overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important
}
.inventory-employee-card .inventory-category-preview{margin-top:9px!important;gap:5px!important}
.inventory-employee-card .inventory-category-chip,.inventory-employee-card .inventory-category-more{
  font-size:10px!important;padding:4px 7px!important;border-radius:8px!important;
  background:#f8faf8!important;border:1px solid #e3e9e4!important;color:#506058!important
}
.inventory-employee-card .inventory-profile-stats{
  align-self:center!important;gap:4px!important;padding:8px!important;border:1px solid #edf1ee!important;
  border-radius:13px!important;background:#f8faf8!important;min-width:220px!important
}
.inventory-employee-card .inventory-profile-stats>span{min-width:58px!important;padding:2px 8px!important}
.inventory-employee-card .inventory-profile-stats span strong{font-size:17px!important;line-height:1.05!important}
.inventory-employee-card .inventory-profile-stats span small{font-size:8px!important;color:#7a857e!important;text-transform:uppercase!important;letter-spacing:.05em!important;margin-top:3px!important}
.inventory-employee-card .inventory-profile-stats i{font-size:25px!important;color:#6b9d42!important;margin-left:3px!important}
@media(max-width:900px){.inventory-employee-card .inventory-profile-stats{min-width:0!important}.inventory-employee-card .inventory-profile-stats>span:nth-child(2){display:none!important}}
@media(max-width:680px){.inventory-employee-card{grid-template-columns:44px minmax(0,1fr)!important;padding:14px!important}.inventory-employee-card .inventory-avatar{width:44px!important;height:44px!important}.inventory-employee-card .inventory-profile-stats{grid-column:2!important;justify-self:stretch!important;justify-content:flex-start!important;margin-top:8px!important}.inventory-employee-card .inventory-profile-stats>span:nth-child(2){display:flex!important}}


/* Fix4 – ruhige, iconfreie Mitarbeiterübersicht nach freigegebenem Mockup */
.inventory-employee-grid{
  grid-template-columns:1fr!important;
  gap:10px!important;
}
.inventory-employee-card{
  min-height:0!important;
  padding:18px 22px!important;
  grid-template-columns:64px minmax(260px,1.1fr) minmax(340px,1.4fr) auto!important;
  align-items:center!important;
  gap:22px!important;
  border:1px solid #e4e8e5!important;
  border-radius:15px!important;
  background:#fff!important;
  box-shadow:0 3px 12px rgba(29,51,42,.045)!important;
  transform:none!important;
}
.inventory-employee-card:hover{
  transform:none!important;
  border-color:#d7dfda!important;
  background:#fcfdfc!important;
  box-shadow:0 6px 16px rgba(29,51,42,.065)!important;
}
.inventory-employee-card .inventory-avatar{
  width:54px!important;
  height:54px!important;
  border-radius:50%!important;
  font-size:16px!important;
  font-weight:800!important;
  background:#5e9132!important;
  box-shadow:none!important;
}
.inventory-employee-card .inventory-profile-main{
  display:grid!important;
  align-content:center!important;
  gap:2px!important;
  min-width:0!important;
}
.inventory-employee-card .inventory-profile-title-row{
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
  min-width:0!important;
}
.inventory-employee-card .inventory-profile-title-row strong{
  font-size:17px!important;
  line-height:1.2!important;
  color:#2e3431!important;
}
.inventory-employee-card .inventory-profile-ok,
.inventory-employee-card .inventory-profile-alert{
  font-size:9px!important;
  line-height:1!important;
  padding:4px 7px!important;
  border-radius:999px!important;
  border:0!important;
  box-shadow:none!important;
}
.inventory-employee-card .inventory-profile-ok{
  background:#edf4e8!important;
  color:#4f7b35!important;
}
.inventory-employee-card .inventory-profile-alert{
  background:#fff0ea!important;
  color:#9a4e37!important;
}
.inventory-employee-card .inventory-profile-department{
  margin-top:3px!important;
  font-size:12px!important;
  font-weight:600!important;
  color:#707975!important;
}
.inventory-employee-card .inventory-user-link{
  display:block!important;
  margin-top:5px!important;
  padding:0!important;
  width:auto!important;
  max-width:100%!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  color:#5d6762!important;
  font-size:10px!important;
  font-weight:500!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
}
.inventory-employee-card .inventory-user-link::before{content:none!important}
.inventory-employee-card .inventory-category-preview{
  grid-column:3!important;
  grid-row:1!important;
  align-self:center!important;
  display:flex!important;
  flex-wrap:wrap!important;
  justify-content:flex-start!important;
  gap:7px!important;
  margin:0!important;
  min-width:0!important;
}
.inventory-employee-card .inventory-category-chip,
.inventory-employee-card .inventory-category-more{
  display:inline-flex!important;
  align-items:center!important;
  gap:0!important;
  min-height:30px!important;
  padding:6px 11px!important;
  border:1px solid #e3e7e4!important;
  border-radius:9px!important;
  background:#f8f9f8!important;
  color:#434b47!important;
  font-size:11px!important;
  font-weight:600!important;
  box-shadow:none!important;
}
.inventory-employee-card .inventory-category-chip b{display:none!important}
.inventory-employee-card .inventory-profile-stats{
  grid-column:4!important;
  grid-row:1!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:10px!important;
  min-width:320px!important;
  padding:0 0 0 22px!important;
  border:0!important;
  border-left:1px solid #e8ece9!important;
  border-radius:0!important;
  background:transparent!important;
}
.inventory-employee-card .inventory-profile-stats>span{
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  min-width:72px!important;
  padding:0 6px!important;
}
.inventory-employee-card .inventory-profile-stats span strong{
  font-size:18px!important;
  line-height:1!important;
  color:#282f2b!important;
}
.inventory-employee-card .inventory-profile-stats span small{
  margin-top:5px!important;
  font-size:9px!important;
  line-height:1!important;
  color:#79817d!important;
  text-transform:none!important;
  letter-spacing:0!important;
}
.inventory-employee-card .inventory-profile-stats i{
  margin-left:4px!important;
  font-size:30px!important;
  line-height:1!important;
  font-style:normal!important;
  font-weight:300!important;
  color:#5e9132!important;
}
@media(max-width:1200px){
  .inventory-employee-card{
    grid-template-columns:58px minmax(230px,1fr) minmax(250px,1fr) auto!important;
    gap:16px!important;
  }
  .inventory-employee-card .inventory-profile-stats{min-width:270px!important;padding-left:16px!important;gap:4px!important}
  .inventory-employee-card .inventory-profile-stats>span{min-width:60px!important}
}
@media(max-width:980px){
  .inventory-employee-card{
    grid-template-columns:52px minmax(0,1fr) auto!important;
  }
  .inventory-employee-card .inventory-category-preview{
    grid-column:2!important;
    grid-row:2!important;
    margin-top:10px!important;
  }
  .inventory-employee-card .inventory-profile-stats{
    grid-column:3!important;
    grid-row:1 / span 2!important;
    min-width:235px!important;
  }
  .inventory-employee-card .inventory-profile-stats>span:nth-child(2){display:none!important}
}
@media(max-width:700px){
  .inventory-employee-card{
    grid-template-columns:46px minmax(0,1fr)!important;
    gap:12px!important;
    padding:15px!important;
  }
  .inventory-employee-card .inventory-avatar{width:46px!important;height:46px!important}
  .inventory-employee-card .inventory-category-preview{grid-column:2!important;grid-row:2!important}
  .inventory-employee-card .inventory-profile-stats{
    grid-column:2!important;
    grid-row:3!important;
    justify-self:stretch!important;
    justify-content:flex-start!important;
    min-width:0!important;
    margin-top:10px!important;
    padding:12px 0 0!important;
    border-left:0!important;
    border-top:1px solid #e8ece9!important;
  }
  .inventory-employee-card .inventory-profile-stats>span:nth-child(2){display:flex!important}
}


/* Fix5 – Mitarbeiterkarte strukturell wie freigegebenes Mockup */
.inventory-employee-grid{grid-template-columns:1fr!important;gap:12px!important}
.inventory-employee-card{
  display:grid!important;
  grid-template-columns:64px minmax(280px,1.05fr) minmax(360px,1.45fr) 390px!important;
  align-items:center!important;
  column-gap:24px!important;
  width:100%!important;
  min-height:128px!important;
  padding:20px 26px!important;
  overflow:visible!important;
  text-align:left!important;
  border:1px solid #e3e8e4!important;
  border-radius:18px!important;
  background:#fff!important;
  box-shadow:0 3px 14px rgba(27,50,40,.045)!important;
}
.inventory-employee-card .inventory-avatar{
  grid-column:1!important;grid-row:1!important;
  width:54px!important;height:54px!important;border-radius:50%!important;
  align-self:center!important;
}
.inventory-employee-card .inventory-profile-main{
  grid-column:2!important;grid-row:1!important;
  display:flex!important;flex-direction:column!important;align-items:flex-start!important;
  gap:4px!important;min-width:0!important;overflow:visible!important;
}
.inventory-employee-card .inventory-profile-title-row{display:flex!important;align-items:center!important;gap:9px!important;width:100%!important;min-width:0!important}
.inventory-employee-card .inventory-profile-title-row strong{
  display:block!important;max-width:none!important;overflow:visible!important;text-overflow:clip!important;white-space:normal!important;
  font-size:18px!important;line-height:1.2!important;color:#2d332f!important;
}
.inventory-employee-card .inventory-profile-department{margin:2px 0 0!important;font-size:13px!important;font-weight:600!important;color:#6b746f!important}
.inventory-employee-card .inventory-user-link{
  display:block!important;max-width:100%!important;margin:3px 0 0!important;padding:0!important;
  overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;
  background:transparent!important;border:0!important;color:#59635e!important;font-size:11px!important;font-weight:500!important;
}
.inventory-employee-card>.inventory-category-preview{
  grid-column:3!important;grid-row:1!important;
  display:flex!important;align-items:center!important;align-content:center!important;flex-wrap:wrap!important;
  gap:8px!important;margin:0!important;min-width:0!important;overflow:visible!important;
}
.inventory-employee-card>.inventory-category-preview .inventory-category-chip,
.inventory-employee-card>.inventory-category-preview .inventory-category-more{
  display:inline-flex!important;align-items:center!important;min-height:32px!important;
  max-width:none!important;padding:7px 12px!important;
  border:1px solid #e2e6e3!important;border-radius:9px!important;background:#f8f9f8!important;
  color:#3f4843!important;font-size:12px!important;font-weight:600!important;white-space:nowrap!important;
}
.inventory-employee-card>.inventory-category-preview .inventory-category-chip b{display:none!important}
.inventory-employee-card .inventory-profile-stats{
  grid-column:4!important;grid-row:1!important;
  display:grid!important;grid-template-columns:82px 82px 120px 24px!important;align-items:center!important;
  justify-content:end!important;gap:6px!important;width:390px!important;min-width:390px!important;
  padding:4px 0 4px 24px!important;margin:0!important;
  border-left:1px solid #e7ebe8!important;background:transparent!important;
}
.inventory-employee-card .inventory-profile-stats>span{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;min-width:0!important;padding:0!important}
.inventory-employee-card .inventory-profile-stats span strong{font-size:19px!important;line-height:1.05!important;color:#252c28!important;white-space:nowrap!important}
.inventory-employee-card .inventory-profile-stats span small{margin-top:5px!important;font-size:10px!important;color:#6f7873!important;text-transform:none!important;letter-spacing:0!important}
.inventory-employee-card .inventory-profile-stats i{font-size:30px!important;line-height:1!important;color:#5c9635!important;font-style:normal!important;font-weight:300!important}
.inventory-employee-card .inventory-profile-ok,.inventory-employee-card .inventory-profile-alert{flex:0 0 auto!important;font-size:10px!important;padding:4px 8px!important}
@media(max-width:1250px){
  .inventory-employee-card{grid-template-columns:58px minmax(240px,1fr) minmax(250px,1fr) 320px!important;column-gap:16px!important;padding:18px 20px!important}
  .inventory-employee-card .inventory-profile-stats{grid-template-columns:68px 68px 102px 20px!important;width:320px!important;min-width:320px!important;padding-left:16px!important}
  .inventory-employee-card>.inventory-category-preview .inventory-category-chip,.inventory-employee-card>.inventory-category-preview .inventory-category-more{padding:6px 9px!important;font-size:11px!important}
}
@media(max-width:980px){
  .inventory-employee-card{grid-template-columns:52px minmax(0,1fr) 255px!important;grid-template-rows:auto auto!important;row-gap:10px!important}
  .inventory-employee-card .inventory-profile-main{grid-column:2!important;grid-row:1!important}
  .inventory-employee-card>.inventory-category-preview{grid-column:2!important;grid-row:2!important}
  .inventory-employee-card .inventory-profile-stats{grid-column:3!important;grid-row:1 / span 2!important;grid-template-columns:62px 86px 20px!important;width:255px!important;min-width:255px!important}
  .inventory-employee-card .inventory-profile-stats>span:nth-child(2){display:none!important}
}
@media(max-width:700px){
  .inventory-employee-card{grid-template-columns:46px minmax(0,1fr)!important;grid-template-rows:auto auto auto!important;padding:16px!important;column-gap:12px!important}
  .inventory-employee-card .inventory-avatar{width:46px!important;height:46px!important}
  .inventory-employee-card .inventory-profile-main{grid-column:2!important;grid-row:1!important}
  .inventory-employee-card>.inventory-category-preview{grid-column:2!important;grid-row:2!important}
  .inventory-employee-card .inventory-profile-stats{grid-column:2!important;grid-row:3!important;grid-template-columns:repeat(3,minmax(62px,auto)) 20px!important;justify-content:start!important;width:auto!important;min-width:0!important;margin-top:3px!important;padding:12px 0 0!important;border-left:0!important;border-top:1px solid #e7ebe8!important}
  .inventory-employee-card .inventory-profile-stats>span:nth-child(2){display:flex!important}
}
