.product-catalog-actions{align-items:center}
.product-status-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;margin:0 0 14px;padding:5px;border:1px solid var(--line);border-radius:16px;background:#f4f7fb}
.product-status-tabs>a{display:flex;align-items:center;gap:10px;min-width:0;padding:11px 13px;border:1px solid transparent;border-radius:12px;color:#64758a}
.product-status-tabs>a.active{border-color:#d4e1ef;background:#fff;color:var(--brand);box-shadow:0 5px 15px rgba(18,32,51,.06)}
.product-status-tabs .icon{width:20px;flex:0 0 20px}
.product-status-tabs span{display:grid;min-width:0}
.product-status-tabs strong{font-size:11px}
.product-status-tabs small{overflow:hidden;color:var(--muted);font-size:9px;text-overflow:ellipsis;white-space:nowrap}
.inactive-archive-note{display:flex;align-items:flex-start;gap:10px;margin:0 0 14px;padding:13px 15px;border:1px solid #d8e1eb;border-radius:14px;background:#f8fafc;color:#53677d}
.inactive-archive-note>.icon{width:20px;flex:0 0 20px;color:#6e7f93}
.inactive-archive-note>span{display:grid;gap:2px}
.inactive-archive-note strong{font-size:11px;color:var(--ink)}
.inactive-archive-note small{font-size:9px;line-height:1.5}
.product-action-cluster{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}
.catalog-view-switch{display:flex;align-items:center;padding:3px;border:1px solid var(--line);border-radius:11px;background:#fff}
.catalog-view-switch a{min-height:35px;display:flex;align-items:center;justify-content:center;gap:6px;padding:6px 10px;border-radius:8px;color:var(--muted);font-size:10px;font-weight:800}
.catalog-view-switch a.active{background:#eaf2fb;color:var(--brand);box-shadow:inset 0 0 0 1px #d4e2f1}
.catalog-view-switch .icon{width:15px}
.product-catalog{display:grid;gap:14px;min-width:0}
.product-catalog-grid{grid-template-columns:repeat(auto-fill,minmax(min(100%,230px),1fr))}
.product-catalog-card{position:relative;display:flex;min-width:0;flex-direction:column;background:#fff;border:1px solid var(--line);border-radius:17px;overflow:hidden;box-shadow:0 2px 8px rgba(18,32,51,.025)}
.product-catalog-card.is-low{border-color:#ecdba4;background:#fffefa}
.product-catalog-card.is-out{border-color:#efcfcc;background:#fffafa}
.product-catalog-card.is-inactive{border-color:#d8dee7;background:#fafbfc}
.product-catalog-card.is-inactive .product-picture{filter:saturate(.45);opacity:.78}
.product-picture-link{display:block}
.product-picture{position:relative;display:grid;place-items:center;overflow:hidden;background:linear-gradient(145deg,#edf4fb,#f8fafc);color:var(--brand)}
.product-picture img{width:100%;height:100%;display:block;object-fit:cover}
.product-picture.placeholder .icon{width:34px;height:34px;opacity:.62}
.product-catalog-grid .product-picture{width:100%;height:145px}
@supports(aspect-ratio:16/10){.product-catalog-grid .product-picture{height:auto;aspect-ratio:16/10}}
.product-card-copy{padding:15px 15px 8px;min-width:0}
.product-card-title{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}
.product-card-title>span:first-child{display:grid;min-width:0}
.product-card-title strong{font-size:13px;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.product-card-title small{margin-top:3px;color:var(--muted);font-size:9px;line-height:1.35;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.product-card-title .status{flex:0 0 auto}
.product-card-identifiers{display:flex;align-items:flex-start;gap:14px;margin-top:12px;padding-top:10px;border-top:1px solid #edf1f5;min-width:0}
.product-card-identifiers span{display:grid;min-width:0}
.product-card-identifiers small,.product-card-numbers small{color:var(--muted);font-size:8px;text-transform:uppercase;letter-spacing:.04em}
.product-card-identifiers strong{font-size:9px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.product-card-numbers{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:7px;padding:8px 15px 13px}
.product-card-numbers span{display:grid;min-width:0;padding:9px;border-radius:10px;background:#f7f9fc}
.product-card-numbers strong{font-size:11px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.product-card-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;gap:7px;margin-top:auto;padding:11px 12px;border-top:1px solid #e5ebf2;background:#fbfcfe}
.product-card-actions .product-card-action{width:100%;min-width:0;min-height:44px;gap:6px;padding:7px 8px;border-radius:10px;font-size:10px;line-height:1;white-space:nowrap}
.product-card-actions .product-card-action .icon{width:15px;height:15px;flex:0 0 15px;margin:0}
.product-card-actions .product-card-action span{min-width:0;overflow:hidden;text-overflow:ellipsis}
.product-card-actions .product-history-action{color:#50647b}
.product-card-actions .product-delete-trigger{background:#fff8f8;border-color:#f0c9c9;color:#ad3131;box-shadow:none}
.product-card-actions .product-delete-trigger:hover{border-color:#d88d8d;background:#fff0f0;color:#912424}
.product-reactivate-form{grid-column:1/-1;margin:0}
.product-reactivate-form .product-card-action{width:100%}
.product-empty-state{grid-column:1/-1}
.product-catalog-list .product-catalog-card{display:grid;grid-template-columns:78px minmax(220px,1.45fr) minmax(260px,.9fr) auto;align-items:center;padding:10px 12px;gap:13px}
.product-catalog-list .product-picture{width:78px;height:66px;border-radius:12px}
.product-catalog-list .product-card-copy,.product-catalog-list .product-card-numbers,.product-catalog-list .product-card-actions{padding:0}
.product-catalog-list .product-card-identifiers{margin-top:7px;padding-top:6px}
.product-catalog-list .product-card-numbers{grid-template-columns:repeat(3,minmax(78px,1fr))}
.product-catalog-list .product-card-actions{display:flex;flex-wrap:wrap;border:0;background:transparent;justify-content:flex-end}
.product-catalog-list .product-card-actions .product-card-action{width:auto;min-width:86px}
.product-catalog-list .product-reactivate-form{display:block}
.product-modal-card{width:min(600px,calc(100vw - 24px))}
.product-image-field>span:first-child{display:block;margin-bottom:6px;font-size:10px;font-weight:800;color:#526174}
.product-image-field>span:first-child em{color:var(--muted);font-style:normal;font-weight:600}
.product-image-picker{position:relative;display:grid;grid-template-columns:88px minmax(0,1fr);align-items:center;gap:13px;padding:11px;border:1px dashed #b8c8da;border-radius:14px;background:#f8fbfe;cursor:pointer}
.product-image-picker:hover{border-color:#789cc4;background:#f3f8fd}
.product-image-picker>input{position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:pointer}
.product-image-picker>span:nth-child(2){display:grid;justify-items:start;gap:2px}
.product-image-picker strong{font-size:11px}
.product-image-picker small{font-size:8px;color:var(--muted)}
.product-image-picker b{margin-top:7px;pointer-events:none}
.product-image-preview{width:88px;height:72px;display:grid;place-items:center;overflow:hidden;border-radius:10px;background:#eaf2fb;color:var(--brand)}
.product-image-preview img{width:100%;height:100%;display:block;object-fit:cover}
.product-image-preview .icon{width:26px}
.remove-product-image{display:flex;align-items:center;gap:8px;font-size:10px;color:#7d3940}
.remove-product-image input{width:auto}
.pos-product{grid-template-columns:58px minmax(0,1fr)}
.pos-product-visual{width:58px;height:58px;display:grid;place-items:center;overflow:hidden;border-radius:11px;background:#edf4fd;color:var(--brand)}
.pos-product-visual img{width:100%;height:100%;display:block;object-fit:cover}
.pos-product-visual .icon{width:20px}

@media(max-width:1050px){
  .product-catalog-list .product-catalog-card{grid-template-columns:70px minmax(0,1fr)}
  .product-catalog-list .product-picture{width:70px;height:64px}
  .product-catalog-list .product-card-numbers,.product-catalog-list .product-card-actions{grid-column:2}
  .product-catalog-list .product-card-actions{justify-content:flex-start}
}
@media(max-width:760px){
  .product-status-tabs{grid-template-columns:1fr 1fr}
  .product-status-tabs>a{padding:9px}
  .product-status-tabs small{white-space:normal}
  .product-catalog-actions{display:grid;gap:10px}
  .product-catalog-actions .search-filter{width:100%}
  .product-action-cluster{display:grid;grid-template-columns:auto 1fr;justify-content:stretch}
  .catalog-view-switch{grid-row:1;grid-column:1}
  .product-action-cluster>.btn-primary{grid-row:1;grid-column:2}
  .record-sale-catalogue{grid-column:1/-1}
  .product-catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}
  .product-catalog-grid .product-card-title{display:grid}
  .product-catalog-grid .product-card-title .status{justify-self:start}
  .product-catalog-grid .product-card-numbers{grid-template-columns:1fr 1fr}
  .product-catalog-grid .product-card-numbers span:last-child{display:none}
  .product-catalog-grid .product-card-actions{grid-template-columns:repeat(2,minmax(0,1fr));padding:9px;gap:6px}
  .product-catalog-grid .product-card-actions .product-card-action{padding:7px 5px;font-size:9px}
}
@media(max-width:520px){
  .product-status-tabs{gap:5px;padding:4px}
  .product-status-tabs>a{align-items:flex-start;gap:7px;padding:8px}
  .product-status-tabs .icon{width:17px;flex-basis:17px}
  .product-status-tabs strong{font-size:10px}
  .product-status-tabs small{font-size:8px}
  .product-catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}
  .product-catalog-grid .product-catalog-card{border-radius:13px}
  .product-catalog-grid .product-picture{height:98px}
  @supports(aspect-ratio:16/10){.product-catalog-grid .product-picture{height:auto}}
  .product-catalog-grid .product-card-copy{padding:10px 9px 6px}
  .product-catalog-grid .product-card-title strong{font-size:11px}
  .product-catalog-grid .product-card-title small{font-size:8px}
  .product-catalog-grid .product-card-identifiers{margin-top:7px;padding-top:6px}
  .product-catalog-grid .product-card-identifiers span:nth-child(2){display:none}
  .product-catalog-grid .product-card-numbers{padding:6px 8px 9px;gap:5px}
  .product-catalog-grid .product-card-numbers span{padding:6px}
  .product-catalog-grid .product-card-numbers strong{font-size:9px}
  .product-catalog-grid .product-card-actions{padding:7px;gap:5px}
  .product-catalog-grid .product-card-actions .product-card-action{min-height:44px;gap:4px;padding:6px 4px;font-size:8px}
  .product-catalog-grid .product-card-actions .product-card-action .icon{width:15px;height:15px;flex-basis:15px}
  .product-catalog-list .product-catalog-card{grid-template-columns:60px minmax(0,1fr);padding:9px;gap:9px}
  .product-catalog-list .product-picture{width:60px;height:60px}
  .product-catalog-list .product-card-title{display:grid}
  .product-catalog-list .product-card-title .status{justify-self:start;margin-top:4px}
  .product-catalog-list .product-card-identifiers span:nth-child(2){display:none}
  .product-catalog-list .product-card-numbers{grid-template-columns:1fr 1fr;gap:5px}
  .product-catalog-list .product-card-numbers span{padding:7px}
  .product-catalog-list .product-card-numbers span:last-child{display:none}
  .product-catalog-list .product-card-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));width:100%}
  .product-catalog-list .product-card-actions .product-card-action{width:100%;min-width:0}
  .product-image-picker{grid-template-columns:72px minmax(0,1fr);gap:10px;padding:9px}
  .product-image-preview{width:72px;height:64px}
  .pos-product{grid-template-columns:50px minmax(0,1fr)}
  .pos-product-visual{width:50px;height:50px}
}
@media(max-width:350px){
  .catalog-view-switch span{display:none}
  .product-catalog-grid{grid-template-columns:1fr}
  .product-catalog-grid .product-picture{height:125px}
  @supports(aspect-ratio:2/1){.product-catalog-grid .product-picture{height:auto;aspect-ratio:2/1}}
}
.field-help{display:block;margin-top:.25rem;color:var(--muted);font-size:.72rem;font-weight:500}
.product-unit-chips{display:flex;flex-wrap:wrap;gap:.35rem;margin-top:.7rem}
.product-unit-chips span{border:1px solid rgba(21,62,117,.13);background:rgba(21,62,117,.055);border-radius:999px;padding:.27rem .52rem;color:var(--text-muted,#5f6b7a);font-size:.72rem;font-weight:700}
.sell-unit-editor{border:1px solid rgba(21,62,117,.14);border-radius:16px;background:rgba(21,62,117,.035);padding:1rem}
.sell-unit-editor>div:first-child{display:flex;align-items:center;justify-content:space-between;gap:1rem}
.sell-unit-editor>div:first-child span{display:grid;gap:.18rem}
.sell-unit-editor>div:first-child small{color:var(--muted);line-height:1.45}
.sell-unit-rows{display:grid;gap:.8rem;margin-top:.8rem}
.sell-unit-rows:empty{margin:0}
.sell-unit-row{border:1px solid rgba(21,62,117,.12);border-radius:13px;background:var(--surface,#fff);padding:.85rem}
.sell-unit-row-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:.6rem}
.sell-unit-conversion{margin:.45rem 0 0;color:var(--brand,#153e75);font-size:.78rem;font-weight:700}
@media(max-width:680px){
  .sell-unit-editor>div:first-child{align-items:flex-start;flex-direction:column}
  .sell-unit-editor>div:first-child .btn{width:100%}
  .sell-unit-row .form-grid.three{grid-template-columns:1fr 1fr}
}
@media(max-width:440px){.sell-unit-row .form-grid.three{grid-template-columns:1fr}}
