.sales-module-nav,.sales-module-context{max-width:1420px;margin-left:auto;margin-right:auto}
.sales-module-nav{display:grid;grid-template-columns:minmax(220px,.9fr) minmax(360px,1.25fr) auto;gap:12px;align-items:center;padding:14px 28px 0}
.sales-module-title{min-width:0}
.sales-module-title .eyebrow{display:block;font-size:10px;font-weight:850;letter-spacing:.14em;text-transform:uppercase;color:#6f8174;margin-bottom:2px}
.sales-module-title strong{font-size:18px;font-weight:900;color:#223529;line-height:1.2}
.sales-module-title span:last-child{display:block;font-size:11.5px;color:#718174;line-height:1.35;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.sales-module-tabs{display:flex;gap:6px;align-items:center;justify-content:center;min-width:0;padding:4px;border:1px solid rgba(95,166,122,.18);border-radius:10px;background:rgba(255,255,255,.76);box-shadow:0 8px 22px rgba(39,61,45,.055)}
.sales-module-tabs a{height:34px;display:inline-flex;align-items:center;justify-content:center;border-radius:8px;padding:0 14px;font-size:12px;font-weight:850;color:#4f6255;text-decoration:none;white-space:nowrap}
.sales-module-tabs a:hover{background:#f5fbf7;color:#3f805a}
.sales-module-tabs a.active{background:#5fa67a;color:#fff;box-shadow:0 7px 16px rgba(95,166,122,.22)}
.sales-module-scope{justify-self:end;display:inline-flex;align-items:center;gap:7px;min-height:34px;border:1px solid rgba(221,230,221,.92);border-radius:10px;background:rgba(255,255,255,.86);padding:0 11px;color:#5e7164;font-size:11px;font-weight:800;white-space:nowrap}
.sales-module-scope .dot{width:8px;height:8px;border-radius:999px;background:#5fa67a;box-shadow:0 0 0 4px rgba(95,166,122,.12)}
.sales-module-context{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:10px 28px 0;margin-bottom:12px}
.sales-module-context .item{display:grid;grid-template-columns:auto minmax(0,1fr);gap:8px;align-items:center;border:1px solid rgba(221,230,221,.9);border-radius:10px;background:rgba(255,255,255,.78);padding:10px 12px;min-width:0;color:#5d7062}
.sales-module-context strong{font-size:11px;font-weight:900;color:#26382b;white-space:nowrap}
.sales-module-context span{font-size:11.5px;line-height:1.45;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.sales-module-empty{border:1px solid rgba(221,230,221,.92);border-radius:10px;background:#fff;padding:28px 18px;text-align:center;color:#718174}
.sales-module-empty strong{display:block;color:#26382b;font-size:13px;margin-bottom:5px}
.sales-module-empty span{display:block;font-size:12px;line-height:1.5}
.sales-module-toast{position:fixed;right:22px;bottom:22px;z-index:2200;display:none;max-width:min(360px,calc(100vw - 32px));border:1px solid rgba(221,230,221,.95);border-radius:10px;background:#24382a;color:#fff;box-shadow:0 18px 42px rgba(39,61,45,.18);padding:11px 14px;font-size:12px;font-weight:800;line-height:1.45}
.sales-module-toast.show{display:block}
.sales-module-toast.err{background:#a04e4e;border-color:rgba(201,107,107,.28)}
.sales-module-toast.warn{background:#9a682a;border-color:rgba(216,161,91,.30)}
@media(max-width:1180px){
  .sales-module-nav{grid-template-columns:1fr;align-items:stretch}
  .sales-module-tabs{justify-content:flex-start;overflow:auto}
  .sales-module-scope{justify-self:start}
  .sales-module-context{grid-template-columns:1fr}
}
@media(max-width:720px){
  .sales-module-nav{padding-left:14px;padding-right:14px}
  .sales-module-context{padding-left:14px;padding-right:14px}
  .sales-module-context span{white-space:normal}
  .sales-module-tabs a{padding:0 10px}
}
