.pattern-material-picker{border:1px solid var(--border-soft);border-radius:16px;background:var(--surface-2);padding:14px;display:grid;gap:12px}.pattern-material-search input{width:100%;height:42px;border:1px solid var(--border-soft);border-radius:11px;background:var(--surface-1);color:var(--text);padding:0 12px;outline:none}.pattern-material-search input:focus{border-color:var(--green);box-shadow:0 0 0 3px rgba(30,173,120,.08)}#selectedPatternMaterials>small{color:var(--text-soft);font-size:10px}.selected-material-chips{display:flex;gap:7px;flex-wrap:wrap}.selected-material-chips>span{display:inline-flex;align-items:center;gap:6px;padding:7px 9px;border-radius:999px;background:var(--green-soft);color:var(--green-dark);font-size:9px;font-weight:800}.selected-material-chips button{border:0;background:transparent;color:inherit;font-size:14px;cursor:pointer;padding:0}.pattern-material-group{border:1px solid var(--border-soft);border-radius:13px;background:var(--surface-1);overflow:hidden;margin-top:10px}.pattern-material-group-head{display:flex;justify-content:space-between;gap:12px;padding:10px 12px;border-bottom:1px solid var(--border-soft)}.pattern-material-group-head b{font-size:11px}.pattern-material-group-head small{font-size:9px;color:var(--text-soft)}.pattern-material-select-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:10px}.pattern-material-option{min-width:0;display:grid;grid-template-columns:22px 42px minmax(0,1fr);align-items:center;gap:8px;padding:9px;border:1px solid var(--border-soft);border-radius:11px;background:var(--surface-2);cursor:pointer}.pattern-material-option:has(input:checked){border-color:rgba(30,173,120,.45);background:var(--green-soft)}.pattern-material-option input{width:16px;height:16px;accent-color:var(--green)}.pattern-material-option img,.pattern-material-option>span{width:42px;height:42px;border-radius:9px;object-fit:cover;background:var(--surface-3);display:grid;place-items:center}.pattern-material-option b,.pattern-material-option small,.pattern-material-option em{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pattern-material-option b{font-size:10px;color:var(--text-strong)}.pattern-material-option small,.pattern-material-option em{font-size:8px;color:var(--text-soft);font-style:normal;margin-top:2px}.pattern-material-count{margin-top:9px;font-size:9px;color:var(--green-dark);font-weight:800}.pattern-material-products{display:grid;gap:7px}.pattern-material-product{width:100%;display:grid;grid-template-columns:46px minmax(0,1fr);gap:9px;align-items:center;text-align:left;border:1px solid var(--border-soft);border-radius:11px;background:var(--surface-2);color:var(--text);padding:8px;cursor:pointer}.pattern-material-product img,.pattern-material-product>span{width:46px;height:46px;border-radius:9px;object-fit:cover;background:var(--surface-3);display:grid;place-items:center}.pattern-material-product b,.pattern-material-product small,.pattern-material-product em{display:block}.pattern-material-product b{font-size:10px}.pattern-material-product small,.pattern-material-product em{font-size:8px;color:var(--text-soft);font-style:normal;margin-top:2px}.pattern-no-material-products{padding:18px;text-align:center;color:var(--text-soft);font-size:10px;border:1px dashed var(--border-strong);border-radius:12px}:root[data-theme="dark"] .pattern-material-picker,:root[data-theme="dark"] .pattern-material-group,:root[data-theme="dark"] .pattern-material-option,:root[data-theme="dark"] .pattern-material-product{color:#edf4f0}:root[data-theme="dark"] .pattern-material-option b,:root[data-theme="dark"] .pattern-material-product b{color:#f6faf8}:root[data-theme="dark"] .pattern-material-search input{background:#101613;color:#f6faf8;border-color:#33443c}@media(max-width:760px){.pattern-material-select-list{grid-template-columns:1fr}.pattern-material-group-head{flex-direction:column;gap:3px}}