.module-toolbar{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:14px}.module-toolbar .object-searchbar{flex:1;margin:0}.lead-form-grid{display:grid;grid-template-columns:1.3fr 1fr 1.3fr 1fr 1fr .8fr auto;gap:8px}.lead-draft-notice{display:flex;align-items:center;gap:10px;margin-bottom:12px;padding:11px 12px;border:1px solid #d8b973;border-radius:10px;background:#fffaf0;color:#493b20}.lead-draft-notice span{flex:1;color:#71623f}.lead-draft-notice div{display:flex;gap:8px}.lead-draft-notice button{min-height:38px;padding:7px 11px;border:1px solid #bfa569;border-radius:8px;background:#fff;cursor:pointer}.lead-draft-notice button:focus-visible{outline:3px solid rgba(14,149,114,.28);outline-offset:2px}.table-scroll{overflow:auto}.table-scroll td small{display:block;color:var(--muted);margin-top:4px}.category-strip{display:flex;gap:7px;overflow:auto;margin:12px 0}.category-strip button{border:1px solid var(--line);background:#fff;border-radius:999px;padding:8px 12px;white-space:nowrap;cursor:pointer}.category-strip button:hover{border-color:#9ccdbc}.cart-summary{display:flex;align-items:center;gap:10px}.add-product{padding:14px 16px;margin-bottom:14px}.add-product summary{cursor:pointer;font-weight:700}.stock-form-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr .7fr .6fr .7fr auto;gap:8px;margin-top:12px}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(230px,1fr));gap:12px}.product-card{position:relative;background:#fff;border:1px solid var(--line);border-radius:13px;padding:16px;box-shadow:var(--shadow-sm)}.product-card h3{margin:7px 24px 8px 0}.product-card p{color:var(--muted);font-size:12px}.product-category{font-size:11px;color:var(--green);font-weight:700}.product-footer{display:flex;align-items:center;justify-content:space-between;margin-top:15px}.product-delete{position:absolute;right:10px;top:9px;border:0;background:transparent;color:#9a9da3;font-size:20px;cursor:pointer}@media(max-width:1100px){.lead-form-grid,.stock-form-grid{grid-template-columns:repeat(2,1fr)}.product-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:650px){.module-toolbar{align-items:stretch;flex-direction:column}.lead-form-grid,.stock-form-grid,.product-grid{grid-template-columns:1fr}.lead-draft-notice{align-items:stretch;flex-direction:column}.lead-draft-notice div{display:grid;grid-template-columns:1fr}.lead-draft-notice button{width:100%}}
