:root{--pmat-primary:#2563eb;--pmat-primary-dark:#1d4ed8;--pmat-green:#16a34a;--pmat-amber:#f59e0b;--pmat-purple:#7c3aed;--pmat-red:#dc2626;--pmat-bg:#f5f7fb;--pmat-card:#ffffff;--pmat-border:#e5e7eb;--pmat-text:#111827;--pmat-muted:#64748b;--pmat-shadow:0 8px 25px rgba(15,23,42,.06)}.product-material{min-height:100vh;background:var(--pmat-bg);padding:24px}.product-material__inner{max-width:1700px;margin:0 auto}.product-material__hero{background:#fff;border:1px solid var(--pmat-border);border-radius:18px;padding:28px;box-shadow:var(--pmat-shadow);margin-bottom:22px}.product-material__eyebrow{margin:0 0 6px;font-size:13px;font-weight:800;text-transform:uppercase;color:var(--pmat-primary)}.product-material__title{margin:0;font-size:34px;color:var(--pmat-text)}.product-material__subtitle{margin:8px 0 0;color:var(--pmat-muted);font-size:15px}.pmat-summary{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-bottom:24px}.pmat-stat{background:#fff;border:1px solid var(--pmat-border);border-radius:16px;padding:20px;box-shadow:var(--pmat-shadow)}.pmat-stat span{display:block;font-size:14px;color:var(--pmat-muted)}.pmat-stat strong{display:block;margin-top:10px;font-size:30px;color:var(--pmat-text)}.pmat-stat--blue{border-left:6px solid var(--pmat-primary)}.pmat-stat--green{border-left:6px solid var(--pmat-green)}.pmat-stat--amber{border-left:6px solid var(--pmat-amber)}.pmat-stat--purple{border-left:6px solid var(--pmat-purple)}.pmat-panel{background:#fff;border:1px solid var(--pmat-border);border-radius:18px;box-shadow:var(--pmat-shadow);overflow:hidden}.pmat-panel__head{padding:20px 24px;border-bottom:1px solid var(--pmat-border)}.pmat-panel__head h2{margin:0;color:var(--pmat-text)}.pmat-panel__head p{margin:6px 0 0;color:var(--pmat-muted)}.pmat-filters{display:grid;grid-template-columns:2fr 1fr 1fr;gap:15px;padding:20px 24px}.pmat-input,.pmat-select,.pmat-textarea{width:100%;box-sizing:border-box;padding:12px 14px;border:1px solid #d1d5db;border-radius:10px;background:#fff;color:#111827;font-size:14px;transition:.2s}.pmat-textarea{min-height:86px;resize:vertical}.pmat-input:focus,.pmat-select:focus,.pmat-textarea:focus{outline:none;border-color:var(--pmat-primary);box-shadow:0 0 0 3px #2563eb24}.pmat-search-field{position:relative;z-index:30}.pmat-search-results{display:none;position:absolute;left:0;right:0;top:100%;z-index:50;background:#fff;border:1px solid #dbe3ef;border-radius:14px;margin-top:7px;max-height:300px;overflow:auto;box-shadow:0 18px 45px #0f172a29}.pmat-search-results.is-open{display:block}.pmat-search-item{width:100%;border:0;background:#fff;text-align:left;padding:12px 14px;cursor:pointer;border-bottom:1px solid #eef2f7;transition:.18s}.pmat-search-item:hover{background:#f8fafc}.pmat-search-item strong{display:block;color:#0f172a;font-size:14px;font-weight:800}.pmat-search-item span{display:block;color:#64748b;font-size:12px;margin-top:4px;line-height:1.4}.pmat-search-empty{padding:16px;text-align:center;color:#64748b;font-size:14px}.pmat-table-wrap{overflow:auto}.pmat-table{width:100%;min-width:1100px;border-collapse:collapse}.pmat-table th{background:#f8fafc;padding:14px 15px;border-bottom:1px solid var(--pmat-border);color:#374151;text-align:left;font-size:14px;font-weight:800;white-space:nowrap}.pmat-table td{padding:13px 15px;border-bottom:1px solid #eef2f7;color:#374151;vertical-align:middle}.pmat-table tr:hover{background:#f9fbff}.pmat-table--small{min-width:950px}.pmat-table-wrap--flat{border:1px solid var(--pmat-border);border-radius:12px}.pmat-empty{padding:34px!important;text-align:center;color:#94a3b8}.pmat-product-img{width:54px;height:54px;border-radius:12px;object-fit:cover;border:1px solid #d1d5db;background:#f8fafc;display:block}.pmat-btn{border:none;border-radius:10px;padding:10px 18px;font-size:14px;font-weight:700;cursor:pointer;transition:.2s}.pmat-btn:hover{transform:translateY(-1px)}.pmat-btn:disabled{opacity:.65;cursor:not-allowed;transform:none}.pmat-btn--primary{background:var(--pmat-primary);color:#fff}.pmat-btn--primary:hover{background:var(--pmat-primary-dark)}.pmat-btn--ghost{background:#fff;color:#374151;border:1px solid #d1d5db}.pmat-btn--ghost:hover{background:#f8fafc}.pmat-btn--danger{background:var(--pmat-red);color:#fff}.pmat-btn--danger:hover{background:#b91c1c}.pmat-btn--small{padding:7px 12px;font-size:13px}.pmat-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9998;display:none;align-items:center;justify-content:center;background:#0f172a8c;padding:24px}.pmat-modal.is-open{display:flex}.pmat-modal-box{width:min(1180px,100%);max-height:90vh;overflow:hidden;background:#fff;border-radius:20px;box-shadow:0 24px 80px #0f172a47;border:1px solid rgba(255,255,255,.2);display:flex;flex-direction:column}.pmat-modal-head{display:flex;justify-content:space-between;gap:18px;align-items:center;padding:20px 24px;border-bottom:1px solid var(--pmat-border);background:#fff}.pmat-selected-product{display:flex;align-items:center;gap:16px;min-width:0}.pmat-selected-img{width:74px;height:74px;border-radius:14px;object-fit:cover;border:1px solid #d1d5db;background:#f8fafc;flex:0 0 auto}.pmat-modal-head h2{margin:0;color:var(--pmat-text);font-size:24px}.pmat-modal-head p{margin:6px 0 0;color:var(--pmat-muted);font-size:14px}.pmat-modal-body{overflow:auto;padding:20px 24px 24px;background:#f8fafc}.pmat-section{background:#fff;border:1px solid var(--pmat-border);border-radius:16px;overflow:visible;margin-bottom:18px}.pmat-section-title{padding:14px 18px;background:#f8fafc;border-bottom:1px solid var(--pmat-border);color:#111827;font-weight:800}.pmat-form-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;padding:20px}.pmat-field{display:flex;flex-direction:column}.pmat-field label{margin-bottom:7px;font-size:13px;font-weight:700;color:#374151}.pmat-field--full{grid-column:1/-1}.pmat-actions{display:flex;justify-content:flex-end;gap:12px;padding:0 20px 20px}.pmat-toast{position:fixed;right:30px;bottom:30px;z-index:9999;background:#111827;color:#fff;padding:14px 20px;border-radius:12px;opacity:0;pointer-events:none;transform:translateY(15px);transition:.3s}.pmat-toast.show{opacity:1;transform:translateY(0)}@media(max-width:1100px){.pmat-summary{grid-template-columns:repeat(2,1fr)}.pmat-filters,.pmat-form-grid{grid-template-columns:1fr}}@media(max-width:700px){.product-material{padding:14px}.product-material__title{font-size:28px}.pmat-summary{grid-template-columns:1fr}.pmat-modal{padding:10px}.pmat-modal-box{max-height:94vh;border-radius:16px}.pmat-modal-head{align-items:flex-start;flex-direction:column}.pmat-selected-product{align-items:flex-start}.pmat-selected-img{width:58px;height:58px}.pmat-modal-body{padding:14px}.pmat-search-results{max-height:240px}}
/*# sourceMappingURL=/cdn/shop/t/1/assets/erp-product-material.css.map */
