/* V84.81 — compact tools-project control center and reliable centered dialogs. */
body.inventory-v76-body .project-control-center{
  --pd81-blue:#0b63f6;
  --pd81-ink:#14213d;
  --pd81-muted:#69778d;
  --pd81-line:#dce5f1;
  width:min(1120px,100%)!important;
  padding-bottom:56px!important;
}

body.inventory-v76-body .project-command-header-v763{
  position:relative!important;
  display:grid!important;
  grid-template-columns:minmax(330px,.9fr) minmax(0,1.25fr)!important;
  align-items:center!important;
  gap:20px!important;
  padding:18px!important;
  overflow:hidden!important;
  border:1px solid var(--pd81-line)!important;
  border-radius:24px!important;
  background:#fff!important;
  box-shadow:0 13px 34px rgba(35,69,115,.075)!important;
  direction:ltr!important;
}

body.inventory-v76-body .project-command-header-v763::before{
  content:"";
  position:absolute;
  inset:auto -72px -92px auto;
  width:220px;
  height:220px;
  border-radius:50%;
  background:linear-gradient(145deg,rgba(11,99,246,.08),rgba(11,99,246,0));
  pointer-events:none;
}

body.inventory-v76-body .project-command-header-v763 .project-command-identity{
  grid-column:2!important;
  position:relative!important;
  z-index:1!important;
  display:grid!important;
  grid-template-columns:82px minmax(0,1fr)!important;
  align-items:center!important;
  gap:15px!important;
  direction:rtl!important;
}

body.inventory-v76-body .project-command-header-v763 .project-command-identity>img{
  width:82px!important;
  height:82px!important;
  min-width:82px!important;
  border:1px solid #dce6f3!important;
  border-radius:20px!important;
  object-fit:contain!important;
  padding:7px!important;
  background:linear-gradient(145deg,#fff,#f1f6fd)!important;
  box-shadow:none!important;
}

body.inventory-v76-body .project-command-header-v763 .project-command-badges{
  gap:6px!important;
  margin:0!important;
}

body.inventory-v76-body .project-command-header-v763 .project-command-badges>*{
  min-height:29px!important;
  display:inline-flex!important;
  align-items:center!important;
  padding:5px 9px!important;
  border:1px solid transparent!important;
  font-size:10.5px!important;
  line-height:1.1!important;
}

body.inventory-v76-body .project-command-header-v763 h1{
  display:-webkit-box!important;
  overflow:hidden!important;
  margin:6px 0 3px!important;
  color:var(--pd81-ink)!important;
  font-size:clamp(24px,3vw,32px)!important;
  line-height:1.22!important;
  white-space:normal!important;
  -webkit-box-orient:vertical!important;
  -webkit-line-clamp:2!important;
}

body.inventory-v76-body .project-command-header-v763 p{
  display:flex!important;
  align-items:center!important;
  flex-wrap:wrap!important;
  gap:3px!important;
  margin:0!important;
  color:var(--pd81-muted)!important;
  font-size:12.5px!important;
  font-weight:800!important;
}

body.inventory-v76-body .project-command-actions-v763{
  grid-column:1!important;
  position:relative!important;
  z-index:1!important;
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:8px!important;
  width:100%!important;
  direction:rtl!important;
}

body.inventory-v76-body .project-command-actions-v763 .btn{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  min-width:0!important;
  min-height:46px!important;
  padding:9px 8px!important;
  border:1px solid #d8e3f1!important;
  border-radius:14px!important;
  background:#f8fafc!important;
  color:#304158!important;
  box-shadow:none!important;
  font-size:12.5px!important;
  font-weight:950!important;
  line-height:1.2!important;
  white-space:nowrap!important;
}

body.inventory-v76-body .project-command-actions-v763 .project-command-primary{
  border-color:var(--pd81-blue)!important;
  background:var(--pd81-blue)!important;
  color:#fff!important;
}

body.inventory-v76-body .project-metrics-v763{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:9px!important;
  margin:12px 0!important;
}

body.inventory-v76-body .project-metric-v763{
  display:grid!important;
  grid-template-columns:40px minmax(0,1fr)!important;
  align-items:center!important;
  gap:9px!important;
  min-height:82px!important;
  padding:11px 12px!important;
  border:1px solid var(--pd81-line)!important;
  border-radius:17px!important;
  background:#fff!important;
  box-shadow:0 7px 20px rgba(35,69,115,.045)!important;
}

body.inventory-v76-body .project-metric-v763::after{display:none!important}

body.inventory-v76-body .project-metric-v763__icon{
  width:40px!important;
  height:40px!important;
  border-radius:12px!important;
}

body.inventory-v76-body .project-metric-v763__icon svg{
  width:21px!important;
  height:21px!important;
}

body.inventory-v76-body .project-metric-v763>div{gap:1px!important}
body.inventory-v76-body .project-metric-v763 small{font-size:10.5px!important}
body.inventory-v76-body .project-metric-v763 strong{margin:0!important;font-size:21px!important;line-height:1.1!important}
body.inventory-v76-body .project-metric-v763 .project-metric-v763__date{font-size:17px!important}
body.inventory-v76-body .project-metric-v763 em{margin:0!important;font-size:9px!important}

body.inventory-v76-body .inventory-v763-quick{
  display:grid!important;
  grid-template-columns:minmax(155px,.7fr) minmax(330px,1.55fr) 122px!important;
  align-items:center!important;
  gap:12px!important;
  margin:0 0 12px!important;
  padding:13px!important;
  border:1px solid var(--pd81-line)!important;
  border-radius:19px!important;
  background:#fff!important;
  box-shadow:0 8px 24px rgba(35,69,115,.05)!important;
}

body.inventory-v76-body .inventory-v763-quick__title{gap:9px!important}
body.inventory-v76-body .inventory-v763-quick__icon{width:40px!important;height:40px!important;border-radius:12px!important}
body.inventory-v76-body .inventory-v763-quick__icon svg{width:21px!important;height:21px!important}
body.inventory-v76-body .inventory-v763-quick h2{font-size:17px!important}

body.inventory-v76-body .inventory-v763-quick__numbers{
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:6px!important;
}

body.inventory-v76-body .inventory-v763-quick__numbers>span{
  min-height:57px!important;
  align-content:center!important;
  padding:7px 8px!important;
  border-radius:12px!important;
  background:#f9fbfe!important;
}

body.inventory-v76-body .inventory-v763-quick__numbers b{font-size:17px!important}
body.inventory-v76-body .inventory-v763-quick>.btn{width:100%!important;min-height:43px!important;border-radius:13px!important;font-size:12px!important}

body.inventory-v76-body .project-products-v763{
  margin:0!important;
  padding:15px!important;
  border:1px solid var(--pd81-line)!important;
  border-radius:19px!important;
  background:#fff!important;
  box-shadow:0 8px 24px rgba(35,69,115,.045)!important;
}

body.inventory-v76-body .project-products-v763 .section-head{margin-bottom:9px!important}
body.inventory-v76-body .project-products-v763 .section-head h2{font-size:19px!important}
body.inventory-v76-body .project-products-v763 .empty-state{min-height:76px!important;padding:18px!important;border-radius:14px!important}
body.inventory-v76-body .project-account-cards-v763{margin-top:12px!important}
body.inventory-v76-body .project-account-card-v763{min-height:0!important;padding:16px!important;border-radius:19px!important}

body.inventory-v76-body .project-modal-v763{
  display:grid!important;
  place-items:center!important;
  padding:max(10px,env(safe-area-inset-top,0px)) 10px max(10px,env(safe-area-inset-bottom,0px))!important;
}

body.inventory-v76-body .project-modal-v763[hidden]{display:none!important}

body.inventory-v76-body .project-modal-v763__dialog{
  width:min(760px,calc(100vw - 20px))!important;
  max-width:calc(100vw - 20px)!important;
  max-height:calc(100dvh - 20px)!important;
  border:1px solid #dbe5f2!important;
  border-radius:24px!important;
  background:#fff!important;
  box-shadow:0 28px 80px rgba(8,26,53,.28)!important;
}

body.inventory-v76-body .project-modal-v763__backdrop{
  background:rgba(10,24,47,.66)!important;
  backdrop-filter:blur(6px)!important;
}

body.inventory-v76-body .project-modal-v763__head{
  min-height:76px!important;
  padding:14px 17px!important;
}

body.inventory-v76-body .project-modal-v763__head h2{font-size:21px!important}
body.inventory-v76-body .project-modal-v763__head>button{width:40px!important;height:40px!important;border-radius:12px!important}

body.inventory-v76-body .project-wizard-v763__progress{padding:9px 16px!important}
body.inventory-v76-body .project-wizard-v763__step{padding:17px 18px 20px!important}
body.inventory-v76-body .project-wizard-v763__step-head{margin-bottom:12px!important}
body.inventory-v76-body .project-wizard-v763__step-head h3{font-size:19px!important}

body.inventory-v76-body .project-wizard-image-v763{
  grid-template-columns:42px minmax(0,1fr)!important;
  grid-template-areas:"icon title" "icon note"!important;
  justify-items:start!important;
  align-items:center!important;
  column-gap:11px!important;
  row-gap:1px!important;
  margin-bottom:12px!important;
  padding:12px!important;
  border-width:1.5px!important;
  border-radius:15px!important;
  text-align:right!important;
}

body.inventory-v76-body .project-wizard-image-v763__icon{grid-area:icon!important;width:42px!important;height:42px!important;border-radius:12px!important}
body.inventory-v76-body .project-wizard-image-v763 strong{grid-area:title!important}
body.inventory-v76-body .project-wizard-image-v763 small{grid-area:note!important}

body.inventory-v76-body .project-settings-tabs-v763{gap:6px!important;padding:8px 12px!important}
body.inventory-v76-body .project-settings-tabs-v763 button{min-height:39px!important;font-size:12px!important}
body.inventory-v76-body .project-settings-form-v763{padding:14px 16px 0!important}

@media(max-width:860px){
  body.inventory-v76-body .project-command-header-v763{
    grid-template-columns:minmax(270px,.8fr) minmax(0,1.2fr)!important;
    gap:14px!important;
  }
  body.inventory-v76-body .project-command-actions-v763 .btn{font-size:11px!important;padding-inline:5px!important}
  body.inventory-v76-body .inventory-v763-quick{grid-template-columns:145px minmax(300px,1fr) 108px!important}
}

@media(max-width:720px){
  body.inventory-v76-body .project-command-header-v763{
    grid-template-columns:1fr!important;
    padding:14px!important;
    direction:rtl!important;
  }
  body.inventory-v76-body .project-command-header-v763 .project-command-identity,
  body.inventory-v76-body .project-command-actions-v763{grid-column:1!important}
  body.inventory-v76-body .project-command-header-v763 .project-command-identity{grid-template-columns:70px minmax(0,1fr)!important}
  body.inventory-v76-body .project-command-header-v763 .project-command-identity>img{width:70px!important;height:70px!important;min-width:70px!important}
  body.inventory-v76-body .project-command-actions-v763{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  body.inventory-v76-body .project-metrics-v763{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  body.inventory-v76-body .project-metric-v763{min-height:74px!important}
  body.inventory-v76-body .inventory-v763-quick{grid-template-columns:minmax(0,1fr) 112px!important}
  body.inventory-v76-body .inventory-v763-quick__numbers{grid-column:1/-1!important;grid-row:2!important}
  body.inventory-v76-body .inventory-v763-quick>.btn{grid-column:2!important;grid-row:1!important}
}

@media(max-width:540px){
  body.inventory-v76-body .project-control-center{padding-inline:8px!important}
  body.inventory-v76-body .project-command-header-v763{border-radius:20px!important}
  body.inventory-v76-body .project-command-header-v763 h1{font-size:21px!important}
  body.inventory-v76-body .project-command-actions-v763{grid-template-columns:1fr 1fr!important}
  body.inventory-v76-body .project-command-actions-v763 .project-command-primary{grid-column:1/-1!important}
  body.inventory-v76-body .project-command-actions-v763 .btn{min-height:42px!important;font-size:11.5px!important}
  body.inventory-v76-body .project-metric-v763{grid-template-columns:36px minmax(0,1fr)!important;min-height:70px!important;padding:9px!important}
  body.inventory-v76-body .project-metric-v763__icon{width:36px!important;height:36px!important}
  body.inventory-v76-body .project-metric-v763 strong{font-size:18px!important}
  body.inventory-v76-body .project-metric-v763 .project-metric-v763__date{font-size:14px!important}
  body.inventory-v76-body .inventory-v763-quick{padding:11px!important}
  body.inventory-v76-body .inventory-v763-quick__numbers{gap:4px!important}
  body.inventory-v76-body .inventory-v763-quick__numbers>span{min-height:51px!important;padding:5px!important}
  body.inventory-v76-body .inventory-v763-quick__numbers small{font-size:8.5px!important}
  body.inventory-v76-body .project-products-v763{padding:12px!important}
  body.inventory-v76-body .project-modal-v763__dialog{width:calc(100vw - 14px)!important;max-width:calc(100vw - 14px)!important;max-height:calc(100dvh - 14px)!important;border-radius:21px!important}
  body.inventory-v76-body .project-modal-v763__head{min-height:67px!important;padding:12px 13px!important}
  body.inventory-v76-body .project-modal-v763__head h2{font-size:19px!important}
  body.inventory-v76-body .project-wizard-v763__progress{padding:7px 5px!important}
  body.inventory-v76-body .project-wizard-v763__progress button span{font-size:7.5px!important}
  body.inventory-v76-body .project-wizard-v763__step{padding:14px 12px 17px!important}
  body.inventory-v76-body .project-settings-form-v763{padding:12px 11px 0!important}
}

@media(max-width:380px){
  body.inventory-v76-body .project-command-header-v763 .project-command-identity{grid-template-columns:58px minmax(0,1fr)!important}
  body.inventory-v76-body .project-command-header-v763 .project-command-identity>img{width:58px!important;height:58px!important;min-width:58px!important}
  body.inventory-v76-body .project-command-header-v763 p span{display:none!important}
  body.inventory-v76-body .project-metrics-v763{gap:6px!important}
  body.inventory-v76-body .project-metric-v763 em{display:none!important}
}

@media(prefers-reduced-motion:reduce){
  body.inventory-v76-body .project-modal-v763__dialog{animation:none!important}
}

/* V85.19 — professional image manager on spare-parts product edit page */
body.inventory-v76-body .tools-product-edit-images-v8519{
  display:grid;
  gap:14px;
  margin-top:18px;
  padding:18px;
  border:1px solid #dbe4ef;
  border-radius:22px;
  background:linear-gradient(180deg,#fbfdff 0,#f7faff 100%);
  box-shadow:0 12px 28px rgba(15,23,42,.05);
}
body.inventory-v76-body .tools-product-edit-images-v8519__head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding-bottom:12px;
  border-bottom:1px solid #e6ecf4;
}
body.inventory-v76-body .tools-product-edit-images-v8519__head>div{display:grid;gap:3px;min-width:0}
body.inventory-v76-body .tools-product-edit-images-v8519__head small{color:#1769df;font-size:11px;font-weight:950}
body.inventory-v76-body .tools-product-edit-images-v8519__head h2{margin:0;color:#18263c;font-size:20px;font-weight:1000;line-height:1.35}
body.inventory-v76-body .tools-product-edit-images-v8519__head p{margin:0;color:#718096;font-size:12px;font-weight:750;line-height:1.7}
body.inventory-v76-body .tools-product-edit-images-v8519__head>span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:5px;
  min-height:38px;
  padding:0 12px;
  border:1px solid #d9e7fb;
  border-radius:12px;
  background:#eef5ff;
  color:#1769df;
  font-size:11px;
  font-weight:900;
  white-space:nowrap;
}
body.inventory-v76-body .tools-product-edit-images-v8519__head>span b{font-size:15px;font-weight:1000}

body.inventory-v76-body .tools-product-edit-images-v8519__current{
  display:grid;
  grid-template-columns:repeat(auto-fill,minmax(145px,1fr));
  gap:11px;
}
body.inventory-v76-body .tools-product-edit-image-v8519{
  position:relative;
  display:block!important;
  min-width:0;
  overflow:hidden;
  border:1px solid #dfe7f1;
  border-radius:16px;
  background:#fff;
  box-shadow:0 7px 18px rgba(15,23,42,.05);
}
body.inventory-v76-body .tools-product-edit-image-v8519>img{
  display:block;
  width:100%;
  aspect-ratio:4/3;
  object-fit:cover;
  background:#edf2f7;
}
body.inventory-v76-body .tools-product-edit-image-v8519__number{
  position:absolute;
  top:8px;
  right:8px;
  display:grid;
  place-items:center;
  min-width:28px;
  height:28px;
  padding:0 7px;
  border:1px solid rgba(255,255,255,.82);
  border-radius:9px;
  background:rgba(15,23,42,.68);
  color:#fff;
  font-size:11px;
  font-weight:950;
  backdrop-filter:blur(7px);
}
body.inventory-v76-body .tools-product-edit-image-v8519__remove{
  display:grid;
  grid-template-columns:26px auto;
  align-items:center;
  justify-content:center;
  gap:6px;
  min-height:44px;
  padding:7px 8px;
  color:#b42318;
  background:#fff;
  cursor:pointer;
  transition:background .16s ease,color .16s ease;
}
body.inventory-v76-body .tools-product-edit-image-v8519__remove:hover{background:#fff4f2}
body.inventory-v76-body .tools-product-edit-image-v8519__remove input{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  opacity:0!important;
  pointer-events:none!important;
}
body.inventory-v76-body .tools-product-edit-image-v8519__remove-icon{
  display:grid;
  place-items:center;
  width:26px;
  height:26px;
  border-radius:8px;
  background:#fff0ee;
}
body.inventory-v76-body .tools-product-edit-image-v8519__remove-icon svg{width:17px;height:17px}
body.inventory-v76-body .tools-product-edit-image-v8519__remove strong{font-size:12px;font-weight:950}
body.inventory-v76-body .tools-product-edit-image-v8519:has(.tools-product-edit-image-v8519__remove input:checked){
  border-color:#f3aaa3;
  box-shadow:0 0 0 3px rgba(217,45,32,.08);
}
body.inventory-v76-body .tools-product-edit-image-v8519:has(.tools-product-edit-image-v8519__remove input:checked)>img{opacity:.42;filter:grayscale(.5)}
body.inventory-v76-body .tools-product-edit-image-v8519:has(.tools-product-edit-image-v8519__remove input:checked) .tools-product-edit-image-v8519__remove{background:#fff0ee;color:#b42318}
body.inventory-v76-body .tools-product-edit-image-v8519:has(.tools-product-edit-image-v8519__remove input:checked) .tools-product-edit-image-v8519__remove strong::after{content:" ✓"}
body.inventory-v76-body .tools-product-edit-images-v8519__empty{
  padding:20px;
  border:1px dashed #d2dce9;
  border-radius:15px;
  background:#fff;
  color:#77859a;
  font-size:13px;
  font-weight:800;
  text-align:center;
}

body.inventory-v76-body .tools-product-edit-uploader-v8519{
  position:relative;
  display:grid!important;
  grid-template-columns:58px minmax(0,1fr) auto;
  align-items:center;
  gap:13px;
  min-height:96px;
  padding:14px 15px;
  border:1.5px dashed #9fc3f6;
  border-radius:18px;
  background:#f2f7ff;
  cursor:pointer;
  transition:border-color .17s ease,background .17s ease,box-shadow .17s ease,transform .17s ease;
}
body.inventory-v76-body .tools-product-edit-uploader-v8519:hover{
  border-color:#1769df;
  background:#edf5ff;
  box-shadow:0 11px 24px rgba(23,105,223,.10);
  transform:translateY(-1px);
}
body.inventory-v76-body .tools-product-edit-uploader-v8519:focus-within{border-color:#1769df;box-shadow:0 0 0 3px rgba(23,105,223,.10)}
body.inventory-v76-body .tools-product-edit-uploader-v8519>input[type=file]{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  opacity:0!important;
  cursor:pointer!important;
  padding:0!important;
  border:0!important;
}
body.inventory-v76-body .tools-product-edit-uploader-v8519__icon{
  display:grid;
  place-items:center;
  width:58px;
  height:58px;
  border-radius:17px;
  background:#fff;
  color:#1769df;
  box-shadow:0 7px 18px rgba(23,105,223,.10),inset 0 0 0 1px #d8e8ff;
}
body.inventory-v76-body .tools-product-edit-uploader-v8519__icon svg{width:30px;height:30px}
body.inventory-v76-body .tools-product-edit-uploader-v8519__copy{display:grid;gap:4px;min-width:0}
body.inventory-v76-body .tools-product-edit-uploader-v8519__copy strong{color:#1d2c42;font-size:15px;font-weight:1000;line-height:1.4}
body.inventory-v76-body .tools-product-edit-uploader-v8519__copy small{color:#738196;font-size:11px;font-weight:780;line-height:1.55}
body.inventory-v76-body .tools-product-edit-uploader-v8519__button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:0 15px;
  border-radius:12px;
  background:#1769df;
  color:#fff;
  font-size:12px;
  font-weight:1000;
  box-shadow:0 7px 16px rgba(23,105,223,.20);
  white-space:nowrap;
}

body.inventory-v76-body .tools-product-edit-new-images-v8519{
  display:grid;
  gap:9px;
  padding:12px;
  border:1px solid #d9e7fb;
  border-radius:16px;
  background:#fff;
}
body.inventory-v76-body .tools-product-edit-new-images-v8519[hidden]{display:none!important}
body.inventory-v76-body .tools-product-edit-new-images-v8519__head{display:flex;align-items:center;justify-content:space-between;gap:10px}
body.inventory-v76-body .tools-product-edit-new-images-v8519__head strong{color:#1769df;font-size:13px;font-weight:1000}
body.inventory-v76-body .tools-product-edit-new-images-v8519__head small{color:#7b899c;font-size:10px;font-weight:800}
body.inventory-v76-body .tools-product-edit-new-images-v8519__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(92px,1fr));gap:8px}
body.inventory-v76-body .tools-product-edit-new-image-v8519{position:relative;margin:0;overflow:hidden;border:1px solid #dfe7f1;border-radius:12px;background:#f7f9fc}
body.inventory-v76-body .tools-product-edit-new-image-v8519 img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover}
body.inventory-v76-body .tools-product-edit-new-image-v8519 figcaption{position:absolute;right:6px;bottom:6px;display:grid;place-items:center;min-width:23px;height:23px;padding:0 5px;border-radius:7px;background:rgba(15,23,42,.70);color:#fff;font-size:9px;font-weight:950}

@media(max-width:640px){
  body.inventory-v76-body .tools-product-edit-images-v8519{padding:13px;border-radius:18px}
  body.inventory-v76-body .tools-product-edit-images-v8519__head{align-items:flex-start}
  body.inventory-v76-body .tools-product-edit-images-v8519__head h2{font-size:17px}
  body.inventory-v76-body .tools-product-edit-images-v8519__head p{font-size:11px}
  body.inventory-v76-body .tools-product-edit-images-v8519__current{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
  body.inventory-v76-body .tools-product-edit-uploader-v8519{grid-template-columns:52px minmax(0,1fr);min-height:0;padding:12px;gap:10px}
  body.inventory-v76-body .tools-product-edit-uploader-v8519__icon{width:52px;height:52px;border-radius:15px}
  body.inventory-v76-body .tools-product-edit-uploader-v8519__button{grid-column:1/-1;width:100%;min-height:44px}
}


/* V85.21 — safe product image editing: preserve by default, explicit delete only */
body.inventory-v76-body .tools-product-edit-image-v8519>input[data-product-remove-image-v8521]{display:none!important}
body.inventory-v76-body button.tools-product-edit-image-v8519__remove{
  width:100%;
  border:0;
  border-top:1px solid #eef1f5;
  font:inherit;
}
body.inventory-v76-body .tools-product-edit-image-v8519.is-marked-for-delete-v8521{
  border-color:#f3aaa3;
  box-shadow:0 0 0 3px rgba(217,45,32,.08);
}
body.inventory-v76-body .tools-product-edit-image-v8519.is-marked-for-delete-v8521>img{opacity:.42;filter:grayscale(.5)}
body.inventory-v76-body .tools-product-edit-image-v8519.is-marked-for-delete-v8521 .tools-product-edit-image-v8519__remove{background:#fff0ee;color:#b42318}
body.inventory-v76-body .tools-product-edit-image-v8519.is-marked-for-delete-v8521 .tools-product-edit-image-v8519__remove-icon{background:#ffe2de}
body.inventory-v76-body .tools-product-edit-images-v8521__safety{
  margin:0;
  padding:10px 12px;
  border:1px solid #d9e7fb;
  border-radius:12px;
  background:#f4f8ff;
  color:#52657d;
  font-size:11px;
  font-weight:800;
  line-height:1.75;
}
body.inventory-v76-body .tools-product-edit-images-v8519.is-image-limit-reached-v8521 .tools-product-edit-uploader-v8519{
  border-color:#d9dee7;
  background:#f8f9fb;
}
body.inventory-v76-body .tools-product-edit-images-v8519.is-image-limit-reached-v8521 .tools-product-edit-uploader-v8519__button{
  background:#7a8798;
  box-shadow:none;
}

/* V86.30 — إدارة محل الإطارات: إزالة الواجهات الإحصائية المكررة والإبقاء على أدوات العمل. */
.tire-manager-v8630{max-width:980px!important;display:grid;gap:12px}
.tire-manager-v8630__back{justify-self:start;display:inline-flex;align-items:center;gap:7px;min-height:42px;padding:0 14px;border:1px solid #cfe0f8;border-radius:13px;background:#fff;color:#1559b3;font-size:12px;font-weight:1000;text-decoration:none}
.tire-manager-v8630 .project-command-header-v763{padding:15px 16px!important;border-radius:20px!important;gap:14px!important}
.tire-manager-v8630 .project-command-header-v763::before{display:none!important}
.tire-manager-v8630 .project-command-header-v763 .project-command-identity>img{width:66px!important;height:66px!important;min-width:66px!important;border-radius:17px!important}
.tire-manager-v8630 .project-command-header-v763 h1{font-size:24px!important;margin-block:3px!important}
.tire-manager-v8630 .project-command-header-v763 p{font-size:12px!important}
.tire-manager-v8630 .project-command-actions-v763{display:grid!important;grid-template-columns:1.25fr 1fr 1fr!important;gap:8px!important;min-width:min(100%,520px)}
.tire-manager-v8630 .project-command-actions-v763 .btn{min-height:46px!important;border-radius:14px!important;font-size:12px!important;padding-inline:10px!important}
.tire-manager-v8630 .project-command-actions-v763 .project-command-primary{background:#0b63f6!important;border-color:#0b63f6!important;color:#fff!important;grid-column:auto!important}
.tire-manager-v8630 .project-command-actions-v763 a.btn.ghost{background:#153e75!important;border-color:#153e75!important;color:#fff!important}
.tire-manager-v8630 .project-command-actions-v763 button.btn.ghost{background:#eef3f9!important;border-color:#d5e1f1!important;color:#415773!important}
.tire-manager-v8630__subscription{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:11px 13px;border:1px solid #dce6f3;border-radius:16px;background:#fff;box-shadow:0 8px 20px rgba(15,23,42,.035)}
.tire-manager-v8630__subscription>div{display:flex;align-items:center;gap:9px;flex-wrap:wrap}.tire-manager-v8630__subscription span{color:#718096;font-size:11px;font-weight:900}.tire-manager-v8630__subscription strong{color:#142b5f;font-size:13px;font-weight:1000}.tire-manager-v8630__subscription small{color:#8a96a7;font-size:10px;font-weight:800}
.tire-manager-v8630__subscription button{min-height:38px;padding:0 14px;border:0;border-radius:11px;background:#153e75;color:#fff;font:inherit;font-size:11px;font-weight:1000;cursor:pointer}.tire-manager-v8630__subscription button:disabled{opacity:.55;cursor:not-allowed}
.tire-manager-v8630 .project-products-v763{padding:14px!important;border-radius:19px!important}
.tire-manager-v8630 .project-products-v763 .section-head{margin-bottom:7px!important}.tire-manager-v8630 .project-products-v763 .section-head .eyebrow{display:none!important}.tire-manager-v8630 .project-products-v763 .section-head h2{font-size:20px!important}.tire-manager-v8630 .project-products-v763 .empty-state{min-height:0!important;padding:12px!important;border-radius:13px!important;font-size:12px!important}
@media(max-width:760px){.tire-manager-v8630{padding-inline:10px!important;gap:10px}.tire-manager-v8630 .project-command-header-v763{padding:13px!important}.tire-manager-v8630 .project-command-actions-v763{grid-template-columns:1fr 1fr!important;min-width:0}.tire-manager-v8630 .project-command-actions-v763 .project-command-primary{grid-column:1/-1!important}.tire-manager-v8630__subscription{padding:10px 11px}.tire-manager-v8630__subscription small{display:none}}
@media(max-width:430px){.tire-manager-v8630 .project-command-header-v763 .project-command-identity>img{width:58px!important;height:58px!important;min-width:58px!important}.tire-manager-v8630 .project-command-header-v763 h1{font-size:20px!important}.tire-manager-v8630 .project-command-actions-v763 .btn{min-height:43px!important;font-size:11.5px!important}.tire-manager-v8630__subscription>div{gap:6px}.tire-manager-v8630__subscription strong{font-size:12px}}


/* V86.31 — لوحة محل الإطارات: واجهة عمل واحدة بلا بطاقات وإحصائيات مكررة. */
.tire-manager-v8631__top{display:grid;gap:14px;padding:18px;border:1px solid #d8e5f5;border-radius:24px;background:#fff;box-shadow:0 12px 28px rgba(15,23,42,.06)}
.tire-manager-v8631__identity{display:flex;align-items:center;gap:14px;min-width:0}
.tire-manager-v8631__identity>img{width:72px;height:72px;flex:0 0 72px;border:1px solid #d5e2f3;border-radius:20px;background:#f3f7fd;object-fit:contain;padding:8px}
.tire-manager-v8631__identity>div{min-width:0;display:grid;gap:3px}.tire-manager-v8631__identity span{color:#1763d8;font-size:12px;font-weight:950}.tire-manager-v8631__identity h1{margin:0;color:#142b5f;font-size:27px;line-height:1.2;font-weight:1000}.tire-manager-v8631__identity small{color:#76849a;font-size:12px;font-weight:800}
.tire-manager-v8631__actions{display:grid;grid-template-columns:1.25fr 1fr 1fr;gap:9px}.tire-manager-v8631__actions>*{min-height:50px;border:1px solid #cbdcf3;border-radius:15px;display:flex;align-items:center;justify-content:center;padding:9px 13px;font:inherit;font-size:13px;font-weight:1000;text-decoration:none;cursor:pointer}.tire-manager-v8631__actions .is-primary{background:#0b63f6;border-color:#0b63f6;color:#fff}.tire-manager-v8631__actions .is-dark{background:#173f78;border-color:#173f78;color:#fff}.tire-manager-v8631__actions .is-light{background:#eef4fb;color:#39536f}
.tire-manager-v8631__subscription{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-top:12px;border-top:1px solid #e6edf6;color:#687890;font-size:12px;font-weight:850}.tire-manager-v8631__subscription b{color:#142b5f}.tire-manager-v8631__subscription form{margin:0}.tire-manager-v8631__subscription button{min-height:38px;border:1px solid #c9dcfb;border-radius:12px;background:#fff;color:#1559b3;padding:0 13px;font:inherit;font-size:11px;font-weight:950;cursor:pointer}.tire-manager-v8631__empty{padding:14px 16px;border:1px dashed #cadcf4;border-radius:17px;background:#fbfdff;color:#6c7b91;text-align:center;font-size:13px;font-weight:850}
@media(max-width:700px){.tire-manager-v8631__top{padding:13px;border-radius:20px}.tire-manager-v8631__identity>img{width:60px;height:60px;flex-basis:60px;border-radius:17px}.tire-manager-v8631__identity h1{font-size:22px}.tire-manager-v8631__actions{grid-template-columns:1fr 1fr}.tire-manager-v8631__actions .is-primary{grid-column:1/-1}.tire-manager-v8631__actions>*{min-height:46px;font-size:12px}.tire-manager-v8631__subscription{align-items:flex-start;flex-direction:column}.tire-manager-v8631__subscription button{width:100%}}
