
/* V3.7.45 – kompakte Baustofffamilien */
.material-view-switch{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap;padding:14px 18px}
.material-view-switch>div{display:flex;gap:8px;flex-wrap:wrap}
.material-view-switch small{flex-basis:100%;color:#64748b}
.material-family-table td{vertical-align:top}
.material-family-details summary{display:flex;align-items:center;gap:10px;cursor:pointer;list-style:none}
.material-family-details summary::-webkit-details-marker{display:none}
.material-family-details summary:before{content:'›';display:inline-grid;place-items:center;width:22px;height:22px;border:1px solid #cbd5e1;border-radius:6px;color:#475569;font-size:18px;line-height:1;transition:transform .15s ease}
.material-family-details[open] summary:before{transform:rotate(90deg)}
.family-count-badge{display:inline-flex;align-items:center;padding:2px 8px;border-radius:999px;background:#e2e8f0;color:#334155;font-size:.75rem;font-weight:700}
.family-variant-list{margin-top:12px;border-top:1px solid #e2e8f0;padding-top:8px;min-width:620px}
.family-variant-item{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:9px 0;border-bottom:1px solid #eef2f7}
.family-variant-item:last-child{border-bottom:0}
.family-variant-item small{display:block;margin-top:3px;color:#64748b}
.family-variant-actions{display:flex;gap:6px;flex-wrap:wrap;justify-content:flex-end}
.material-family-table td>small{display:block;margin-top:3px;color:#64748b}
@media (max-width:900px){
  .material-view-switch{align-items:flex-start;flex-direction:column}
  .family-variant-list{min-width:0}
  .family-variant-item{align-items:flex-start;flex-direction:column}
  .family-variant-actions{justify-content:flex-start}
}

/* V3.7.46 – Herkunft > Kategorie > Baustofffamilie > Variante */
.material-origin-switch{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap;padding:14px 18px}
.material-origin-switch>div{display:flex;gap:8px;flex-wrap:wrap}
.material-origin-switch small{flex-basis:100%;color:#64748b}
.origin-tab{display:inline-flex;align-items:center;gap:8px;padding:9px 13px;border:1px solid #cbd5e1;border-radius:10px;background:#fff;color:#1e293b;text-decoration:none;font-weight:700}
.origin-tab b{display:inline-grid;place-items:center;min-width:24px;height:24px;padding:0 7px;border-radius:999px;background:#e2e8f0;font-size:.78rem}
.origin-tab:hover{border-color:#64748b;background:#f8fafc}
.origin-tab.active{border-color:#17375e;background:#17375e;color:#fff}
.origin-tab.active b{background:rgba(255,255,255,.18);color:#fff}
.material-origin-groups{display:grid;gap:16px}
.material-origin-group{padding:0;overflow:hidden}
.material-origin-group>summary{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:16px 18px;cursor:pointer;list-style:none;background:#f8fafc;border-bottom:1px solid #e2e8f0}
.material-origin-group>summary::-webkit-details-marker{display:none}
.material-origin-group>summary>div{display:flex;align-items:center;gap:12px}
.material-origin-group>summary strong{display:block;font-size:1.05rem}
.material-origin-group>summary small{display:block;margin-top:2px;color:#64748b;font-weight:400}
.origin-icon{display:inline-grid;place-items:center;width:34px;height:34px;border-radius:9px;background:#17375e;color:#fff;font-weight:800}
.origin-group-manufacturer .origin-icon{background:#8a5a24}
.origin-group-custom .origin-icon{background:#4b5563}
.origin-group-count{white-space:nowrap;padding:5px 10px;border-radius:999px;background:#e2e8f0;color:#334155;font-size:.82rem;font-weight:700}
.material-origin-group .material-family-table-wrap{border:0;border-radius:0}
.material-origin-group .material-family-table{margin:0}
.family-variant-main{min-width:0}
.family-variant-main>strong{font-size:.98rem}
.family-variant-main em{display:block;margin-top:3px;color:#64748b;font-size:.78rem;font-style:normal;max-width:620px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.family-variant-item{padding:8px 0}
.family-variant-actions .button{white-space:nowrap}
@media (max-width:900px){
  .material-origin-switch{align-items:flex-start;flex-direction:column}
  .material-origin-group>summary{align-items:flex-start;flex-direction:column}
  .origin-group-count{white-space:normal}
  .family-variant-main em{white-space:normal}
}


/* V3.7.47 – versionierter QNG-Zuordnungsassistent */
.qng-assistant-head{display:grid;grid-template-columns:minmax(320px,1fr) auto;gap:18px;align-items:end}
.qng-assistant-head form{display:flex;gap:12px;flex-wrap:wrap}.qng-assistant-head label{min-width:260px}
.qng-progress{display:grid;grid-template-columns:auto auto;gap:2px 8px;align-items:center}.qng-progress strong{font-size:1.35rem}.qng-progress progress{grid-column:1/-1;width:260px;height:12px}
.qng-stat-pills{grid-column:1/-1;display:flex;gap:8px;flex-wrap:wrap}.qng-stat-pills span{padding:5px 9px;border-radius:999px;background:#e2e8f0;font-size:.82rem;font-weight:700}
.qng-material-card{display:flex;justify-content:space-between;gap:18px;align-items:flex-start}.qng-kicker{font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;color:#64748b;font-weight:800}.qng-current-assignment{display:flex;flex-direction:column;align-items:flex-end;gap:3px}.qng-current-assignment small{color:#64748b}
.qng-official-box{border-left:5px solid #15803d}.qng-candidate-search{display:flex;align-items:end;gap:12px}.qng-candidate-search label{flex:1}.qng-candidate-list{display:grid;gap:12px}.qng-candidate{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,430px);gap:18px;align-items:center}.qng-candidate>div{display:flex;flex-direction:column;gap:4px}.qng-candidate>div small{color:#64748b}.qng-candidate form{display:grid;gap:8px}.qng-proof-badge{display:inline-flex;width:max-content;padding:4px 9px;border-radius:999px;background:#dcfce7;color:#166534;font-weight:800;font-size:.78rem}.qng-pause-actions{display:flex;gap:10px;flex-wrap:wrap}
@media(max-width:900px){.qng-assistant-head,.qng-candidate{grid-template-columns:1fr}.qng-material-card{flex-direction:column}.qng-current-assignment{align-items:flex-start}.qng-progress progress{width:100%}}

/* V3.7.49 – Baustofffamilien zuerst im QNG-Assistenten */
.qng-family-workspace{display:grid;grid-template-columns:minmax(280px,360px) minmax(0,1fr);gap:18px;align-items:start}
.qng-family-list{padding:0;overflow:hidden;position:sticky;top:18px;max-height:calc(100vh - 36px);overflow-y:auto}
.qng-family-list-head{padding:16px 18px;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;gap:12px;align-items:center}
.qng-family-list-head small{color:#64748b}
.qng-family-row{display:flex;justify-content:space-between;gap:12px;padding:13px 16px;border-bottom:1px solid #eef2f7;color:#0f172a;text-decoration:none}
.qng-family-row:hover{background:#f8fafc}.qng-family-row.active{background:#e8f0fb;border-left:4px solid #17375e;padding-left:12px}
.qng-family-row span{display:flex;flex-direction:column;gap:3px;min-width:0}.qng-family-row small{color:#64748b}.qng-family-row em{font-size:.75rem;font-style:normal;color:#475569;white-space:nowrap}
.qng-family-detail{display:grid;gap:14px;min-width:0}.qng-family-target{border-top:5px solid #17375e}
.qng-family-facts{display:flex;gap:10px;flex-wrap:wrap;margin:12px 0}.qng-family-facts span{display:flex;flex-direction:column;gap:2px;padding:8px 11px;border-radius:9px;background:#f1f5f9}.qng-family-facts b{font-size:.72rem;text-transform:uppercase;color:#64748b}
.qng-family-target details{margin-top:14px}.qng-family-target summary{cursor:pointer;font-weight:700}.qng-family-variants{display:grid;gap:8px;margin-top:10px}
.qng-family-variants>div{display:flex;justify-content:space-between;gap:12px;padding:8px 10px;border:1px solid #e2e8f0;border-radius:8px}.qng-family-variants span{color:#64748b;white-space:nowrap}
@media(max-width:980px){.qng-family-workspace{grid-template-columns:1fr}.qng-family-list{position:static;max-height:none}.qng-family-variants>div{flex-direction:column}.qng-family-variants span{white-space:normal}}

/* V3.7.49.1 – freie QNG-Suche trotz Alias-Treffer */
.qng-candidate-search label{display:flex;flex-direction:column;gap:6px;min-width:0}
.qng-candidate-search input[name="candidate_q"]{width:100%;min-width:260px;box-sizing:border-box}
.qng-search-hint{margin-top:-4px;color:#64748b;font-size:.82rem}
@media(max-width:700px){.qng-candidate-search{align-items:stretch;flex-direction:column}.qng-candidate-search input[name="candidate_q"]{min-width:0}}

/* V3.7.50 - QNG-Empfehlung je Baustoffvariante */
.qng-ai-board{padding:18px}.qng-ai-title{display:flex;justify-content:space-between;gap:16px;align-items:flex-start}.qng-ai-title h3{margin:.2rem 0 0}.qng-ai-disclaimer{display:inline-flex;padding:6px 10px;border-radius:999px;background:#fff7ed;color:#9a3412;font-weight:800;font-size:.78rem;white-space:nowrap}.qng-variant-recommendations{display:grid;gap:12px;margin-top:16px}.qng-variant-recommendation{display:grid;grid-template-columns:minmax(240px,.8fr) minmax(420px,1.4fr);gap:18px;padding:14px;border:1px solid #dbe3ec;border-radius:12px;background:#fff}.qng-variant-data{display:flex;flex-direction:column;gap:4px}.qng-variant-data small{color:#64748b}.qng-existing-variant{margin-top:5px;padding:5px 8px;border-radius:7px;background:#eef2ff;color:#3730a3;font-size:.78rem;font-weight:700}.qng-recommendation-result{display:flex;justify-content:space-between;gap:14px;align-items:flex-start}.qng-recommendation-result>div{display:flex;flex-direction:column;gap:6px;min-width:0}.qng-recommendation-result ul{margin:3px 0 0;padding-left:18px;color:#475569;font-size:.84rem}.qng-confidence{display:inline-flex;width:max-content;padding:4px 8px;border-radius:999px;font-size:.75rem;font-weight:800}.qng-confidence-hoch{background:#dcfce7;color:#166534}.qng-confidence-mittel{background:#fef3c7;color:#92400e}.qng-confidence-niedrig{background:#fee2e2;color:#991b1b}.qng-candidate-note{max-width:430px;color:#64748b;font-size:.86rem}.qng-family-confirm{display:grid;grid-template-columns:minmax(320px,1fr) auto auto;gap:12px;align-items:end}.qng-family-confirm label{margin:0}.qng-family-confirm select{min-width:180px}
@media(max-width:1050px){.qng-variant-recommendation{grid-template-columns:1fr}.qng-recommendation-result{flex-direction:column}.qng-ai-title{flex-direction:column}.qng-family-confirm{grid-template-columns:1fr}}


/* V3.7.51 – schichtspezifische QNG-/LCA-Zuordnung */
.layer-lca-context{border:1px solid #cbd5e1;border-radius:12px;padding:16px;background:#f8fafc}
.layer-lca-context .form-section-title{margin:0 0 12px}.layer-lca-context .form-section-title h3{margin:0 0 4px}.layer-lca-context .form-section-title p{margin:0;color:#64748b}
.layer-lca-context-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-bottom:14px}
.layer-qng-recommendations{display:grid;gap:8px;margin:12px 0 16px}.layer-qng-rec{display:flex;justify-content:space-between;gap:12px;text-align:left;padding:10px 12px;border:1px solid #bfdbfe;border-radius:9px;background:#eff6ff;color:#17375e;cursor:pointer}.layer-qng-rec:hover{background:#dbeafe}.layer-qng-rec small{color:#475569;white-space:nowrap}
/* BMC 022.124: BBSR-Vorschlagsbox im B4-Bereich der Schicht, analog zu .layer-qng-recommendations. */
.layer-b4-suggestion{margin:10px 0}.layer-b4-suggestion>strong{display:block;margin-bottom:6px;font-size:.9em;color:#334155}.layer-b4-suggestion-apply{display:flex;justify-content:space-between;gap:12px;width:100%;text-align:left;padding:10px 12px;border:1px solid #bfdbfe;border-radius:9px;background:#eff6ff;color:#17375e;cursor:pointer}.layer-b4-suggestion-apply:hover{background:#dbeafe}.layer-b4-suggestion-apply small{color:#475569;white-space:nowrap}
/* BMC 022.125: manuelles BBSR-Suchfeld im B4-Bereich der Schicht (Fallback, falls der
   automatische Vorschlag fachlich nicht passt). */
.layer-b4-search{margin:10px 0;padding-top:6px;border-top:1px dashed #cbd5e1}.layer-b4-search-results{margin-top:8px}
/* BMC 022.128: feste "Ausgewaehlt: ..."-Anzeige der zuletzt gewaehlten BBSR-Referenz (Vorschlag,
   Suchtreffer oder Direktauswahl-Dropdown) - bleibt sichtbar bis zur naechsten Auswahl bzw. bis
   das Schicht-Fenster geschlossen wird. Bewusst gruen/abweichend von den blauen Auswahl-Kaesten
   gehalten, damit klar erkennbar ist: das hier ist der aktuell aktive Stand, nicht nur ein Angebot. */
.layer-b4-selected-indicator{margin:10px 0;padding:10px 12px;border:1px solid #86efac;border-radius:9px;background:#f0fdf4;color:#166534}
.layer-b4-selected-indicator strong{margin-right:6px}
@media(max-width:800px){.layer-lca-context-grid{grid-template-columns:1fr}.layer-qng-rec{flex-direction:column}.layer-qng-rec small{white-space:normal}.layer-b4-suggestion-apply{flex-direction:column}.layer-b4-suggestion-apply small{white-space:normal}}


/* V3.7.53 – direkte Schichtschalter S / LCA / BP */
.layer-toggle-group{display:flex;align-items:center;justify-content:center;gap:4px;flex-wrap:nowrap}
.layer-toggle-form{display:inline-flex;margin:0;padding:0}
.layer-toggle{display:inline-grid;place-items:center;min-width:28px;height:28px;padding:0 6px;border:1px solid transparent;border-radius:7px;font:800 .72rem/1 system-ui,sans-serif;cursor:pointer;transition:transform .12s ease,box-shadow .12s ease,background .12s ease;color:#fff}
.layer-toggle:hover{transform:translateY(-1px);box-shadow:0 3px 8px rgba(15,23,42,.18)}
.layer-toggle:focus-visible{outline:3px solid rgba(37,99,235,.25);outline-offset:2px}
.layer-toggle.is-inactive{background:#e5e7eb;border-color:#cbd5e1;color:#64748b;box-shadow:none}
.layer-toggle-static.is-active{background:#2563eb;border-color:#1d4ed8}
.layer-toggle-lca.is-active{background:#15803d;border-color:#166534;min-width:38px}
.layer-toggle-physics.is-active{background:#d97706;border-color:#b45309}
.layer-flags-cell{white-space:nowrap}
tr[id^="layer-"]{scroll-margin-top:90px}
@media(max-width:900px){.layer-toggle-group{gap:3px}.layer-toggle{min-width:26px;height:26px;padding:0 5px;font-size:.68rem}.layer-toggle-lca.is-active,.layer-toggle-lca.is-inactive{min-width:36px}}


/* V3.7.54 – ruhigere Schichtübersicht und Einfüge-Hover nur in freien Bereichen */
.layers-table-fixed .col-share{width:50px}
.layers-table-fixed .col-thickness{width:54px}
.layers-table-fixed .col-flags{width:112px}
.layers-table-fixed .col-actions{width:94px}
.layers-table-fixed th{line-height:1.05;white-space:nowrap}
.layers-table-fixed .layer-value-cell{white-space:nowrap}
.layer-main-row.is-control-hovered + .insert-layer-row .insert-layer-button{
  opacity:0 !important;
  visibility:hidden !important;
  pointer-events:none !important;
  transform:translateY(-4px) !important;
}
.layer-main-row.is-control-hovered + .insert-layer-row td{height:0 !important;padding-top:0 !important;padding-bottom:0 !important}
@media(max-width:900px){
  .layers-table-fixed .col-share{width:46px}
  .layers-table-fixed .col-thickness{width:50px}
  .layers-table-fixed .col-flags{width:105px}
  .layers-table-fixed .col-actions{width:90px}
}

/* V3.7.58 – technisch ruhigere Schraffurvorschau */
.pattern-preview,
.material-swatch-html{
  background-position:center;
  image-rendering:auto;
}
.pattern-preview[data-pattern="wood"]{background-image:repeating-linear-gradient(4deg,transparent 0 11px,rgba(92,61,35,.42) 12px 13px)}
.pattern-preview[data-pattern="clt"]{background-image:linear-gradient(rgba(92,61,35,.38) 1px,transparent 1px),linear-gradient(90deg,rgba(92,61,35,.28) 1px,transparent 1px);background-size:28px 9px}
.pattern-preview[data-pattern="veneer"]{background-image:repeating-linear-gradient(0deg,transparent 0 5px,rgba(92,61,35,.38) 6px 7px)}
.pattern-preview[data-pattern="board"]{background-image:repeating-linear-gradient(90deg,rgba(76,58,42,.50) 0 1px,transparent 1px 8px)}
.pattern-preview[data-pattern="gypsum"]{background-image:radial-gradient(rgba(80,92,105,.42) .8px,transparent 1px);background-size:12px 12px}
.pattern-preview[data-pattern="osb"]{background-image:repeating-linear-gradient(90deg,rgba(76,58,42,.58) 0 1px,transparent 1px 6px)}
.pattern-preview[data-pattern="woodfibre"]{background-image:repeating-linear-gradient(60deg,transparent 0 9px,rgba(104,86,41,.38) 10px 11px),repeating-linear-gradient(-60deg,transparent 0 14px,rgba(104,86,41,.22) 15px 16px)}
.pattern-preview[data-pattern="insulation"]{background-image:repeating-linear-gradient(60deg,transparent 0 10px,rgba(120,111,35,.38) 11px 12px),repeating-linear-gradient(-60deg,transparent 0 10px,rgba(120,111,35,.24) 11px 12px)}
.pattern-preview[data-pattern="cellulose"],.pattern-preview[data-pattern="woodfill"]{background-image:radial-gradient(rgba(77,65,34,.46) .8px,transparent 1.2px);background-size:10px 9px}
.pattern-preview[data-pattern="eps"]{background-image:radial-gradient(rgba(124,117,39,.38) .75px,transparent 1.1px);background-size:11px 11px}
.pattern-preview[data-pattern="xps"]{background-image:repeating-linear-gradient(0deg,transparent 0 10px,rgba(105,68,99,.34) 11px 12px)}
.pattern-preview[data-pattern="concrete"]{background-image:radial-gradient(circle at 25% 35%,transparent 0 1.7px,rgba(70,75,82,.42) 1.8px 2.3px,transparent 2.4px),radial-gradient(circle at 72% 68%,transparent 0 2px,rgba(70,75,82,.38) 2.1px 2.6px,transparent 2.7px);background-size:24px 20px}
.pattern-preview[data-pattern="screed"],.pattern-preview[data-pattern="steel"]{background-image:repeating-linear-gradient(135deg,transparent 0 10px,rgba(65,70,76,.34) 11px 12px)}
.pattern-preview[data-pattern="masonry"],.pattern-preview[data-pattern="sandlime"],.pattern-preview[data-pattern="brick"]{background-image:linear-gradient(rgba(64,68,72,.38) 1px,transparent 1px),linear-gradient(90deg,rgba(64,68,72,.32) 1px,transparent 1px);background-size:28px 14px}
.pattern-preview[data-pattern="aerated"]{background-image:radial-gradient(circle,transparent 0 2px,rgba(75,88,101,.38) 2.1px 2.6px,transparent 2.7px);background-size:18px 18px}
.pattern-preview[data-pattern="mortar"]{background-image:radial-gradient(rgba(72,72,72,.36) .7px,transparent 1px);background-size:10px 10px}
.pattern-preview[data-pattern="gravel"]{background-image:radial-gradient(ellipse,transparent 0 2px,rgba(70,70,70,.38) 2.1px 2.6px,transparent 2.7px);background-size:18px 15px}
.pattern-preview[data-pattern="earth"]{background-image:repeating-linear-gradient(18deg,transparent 0 13px,rgba(78,59,42,.32) 14px 15px)}
.pattern-preview[data-pattern="greenroof"]{background-image:repeating-linear-gradient(72deg,transparent 0 11px,rgba(42,103,58,.4) 12px 13px)}

/* V3.7.59 – Suche in der schichtspezifischen QNG-Auswahl */
.qng-searchable-select{display:flex;flex-direction:column;gap:6px}
.qng-searchable-select .js-qng-select-search{width:100%;padding-right:36px;background:#fff}
.qng-searchable-select .js-qng-select-search.has-filter{border-color:#2563eb;box-shadow:0 0 0 3px rgba(37,99,235,.10)}
.qng-searchable-select select{width:100%}

/* V3.7.64 – maßstabsbezogene Vorschau für technische Dämmstoffschleifen */
.pattern-preview[data-pattern="insulation"]{
  background-image:
    radial-gradient(ellipse at 50% 100%,transparent 0 45%,rgba(105,102,50,.58) 46% 49%,transparent 50%),
    radial-gradient(ellipse at 50% 0%,transparent 0 45%,rgba(105,102,50,.58) 46% 49%,transparent 50%);
  background-size:42px 100%;
  background-position:0 0,21px 0;
  background-repeat:repeat-x;
}
.pattern-preview[data-pattern="wood"]{
  background-image:
    repeating-radial-gradient(ellipse at 18% 50%,transparent 0 5px,rgba(92,61,35,.42) 6px 7px,transparent 8px 12px);
  background-size:68px 100%;
  background-repeat:repeat-x;
}

/* V3.7.71 – fachliche Bestätigung auch bei einzeln geprüften Varianten */
.qng-family-review-complete{display:grid;grid-template-columns:minmax(260px,1fr) minmax(320px,1.2fr) auto;gap:14px;align-items:end;border-left:5px solid #2563eb}
.qng-family-review-complete p{margin:5px 0 0}
.qng-family-review-complete label{margin:0}
.qng-family-review-complete button:disabled{opacity:.45;cursor:not-allowed}
.qng-review-missing{grid-column:1/-1;color:#92400e;font-weight:700}
@media(max-width:980px){.qng-family-review-complete{grid-template-columns:1fr}}


/* V3.7.74 – kompakte manuelle QNG-Zuordnung */
.qng-candidate-assign{display:grid;grid-template-columns:minmax(220px,1fr);gap:8px;align-items:end;min-width:360px}
.qng-candidate-assign label{display:grid;gap:5px;margin:0}
.qng-candidate-assign input,.qng-candidate-assign select{width:100%;min-width:0}
.qng-candidate-assign button{width:100%;white-space:nowrap}
.qng-variant-fixed{display:grid;gap:2px;padding:8px 10px;border:1px solid #dbe3ec;border-radius:8px;background:#f8fafc}
.qng-variant-fixed small{color:#64748b}.qng-variant-fixed strong{font-size:.9rem}
@media(max-width:900px){.qng-candidate-assign{min-width:0;width:100%}}

/* BMC 019b – Herstellerprodukte und kompakte Materialkarte */
.bmc-material-head{display:grid;grid-template-columns:minmax(320px,1.35fr) minmax(360px,1fr);gap:18px;align-items:center;border-left:6px solid #64748b}
.bmc-material-head-manufacturer{border-left-color:#d97706;background:linear-gradient(90deg,#fff7ed 0,#fff 32%)}
.bmc-material-head-norm{border-left-color:#2563eb;background:linear-gradient(90deg,#eff6ff 0,#fff 32%)}
.bmc-material-head-custom{border-left-color:#64748b;background:linear-gradient(90deg,#f8fafc 0,#fff 32%)}
.bmc-material-head-main{display:flex;gap:16px;align-items:center;min-width:0}
.bmc-material-head-main h2{margin:6px 0 2px;font-size:1.25rem}
.bmc-material-head-main p{margin:0;color:#64748b}
.bmc-type-badge{display:inline-flex;padding:4px 9px;border-radius:999px;font-size:.78rem;font-weight:800}
.bmc-type-manufacturer{background:#ffedd5;color:#9a3412}.bmc-type-norm{background:#dbeafe;color:#1d4ed8}.bmc-type-custom{background:#e2e8f0;color:#334155}
.bmc-material-facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:0}
.bmc-material-facts div{padding:9px 11px;border:1px solid #e2e8f0;border-radius:9px;background:rgba(255,255,255,.85)}
.bmc-material-facts dt{font-size:.72rem;text-transform:uppercase;letter-spacing:.04em;color:#64748b;font-weight:800}.bmc-material-facts dd{margin:3px 0 0;font-weight:750;overflow-wrap:anywhere}
.bmc-material-physics{grid-column:1/-1;display:flex;flex-wrap:wrap;gap:10px}.bmc-material-physics span{padding:7px 10px;border-radius:8px;background:#0f172a;color:#fff}.bmc-material-physics strong{font-size:1rem}
.bmc-manufacturer-fields{border:1px solid #fed7aa;background:#fffaf5}.bmc-manufacturer-fields legend{font-weight:800;color:#9a3412}.bmc-manufacturer-help{padding:10px 12px;border-radius:8px;background:#ffedd5;color:#7c2d12}
@media(max-width:980px){.bmc-material-head{grid-template-columns:1fr}.bmc-material-facts{grid-template-columns:1fr 1fr}}
@media(max-width:620px){.bmc-material-head-main{align-items:flex-start}.bmc-material-facts{grid-template-columns:1fr}}
