:root{--bmht-brand:#e45c25;--bmht-dark:#202326;--bmht-muted:#6f7478;--bmht-line:#e5e3df;--bmht-bg:#f5f3ee}
.bmht-app{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--bmht-dark);background:#fff;border:1px solid #ebe9e5;border-radius:24px;overflow:hidden;box-shadow:0 24px 70px rgba(25,29,31,.08);max-width:1480px;margin:24px auto}
.bmht-app *{box-sizing:border-box}.bmht-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;padding:26px 30px;border-bottom:1px solid var(--bmht-line)}.bmht-head h2{font-size:clamp(26px,3vw,42px);line-height:1.08;margin:5px 0 7px}.bmht-head p{margin:0;color:var(--bmht-muted);max-width:760px}.bmht-kicker{font-size:11px;letter-spacing:.14em;font-weight:800;color:var(--bmht-brand)}.bmht-head-actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.bmht-btn{appearance:none;border:0;border-radius:12px;padding:11px 15px;font:inherit;font-weight:750;cursor:pointer;transition:.2s ease}.bmht-btn-light{background:#f2f1ee;color:#2c2f31}.bmht-btn-light:hover{background:#eae8e3}.bmht-btn-primary{background:var(--bmht-brand);color:#fff}.bmht-btn-primary:hover{transform:translateY(-1px);filter:brightness(.96)}.bmht-btn-wide{width:100%;padding:14px}
.bmht-workspace{display:grid;grid-template-columns:360px minmax(0,1fr);min-height:720px}.bmht-panel{border-right:1px solid var(--bmht-line);background:#fff;min-width:0}.bmht-accordion{border-bottom:1px solid var(--bmht-line)}.bmht-accordion-title{width:100%;border:0;background:#fff;display:flex;align-items:center;justify-content:space-between;padding:18px 20px;font:inherit;font-weight:800;cursor:pointer}.bmht-accordion-title span{display:flex;align-items:center;gap:10px}.bmht-accordion-title b{display:grid;place-items:center;width:24px;height:24px;border-radius:50%;background:#f1efe9;font-size:12px}.bmht-accordion-title i{width:9px;height:9px;border-right:2px solid #333;border-bottom:2px solid #333;transform:rotate(45deg);transition:.2s}.bmht-accordion.is-open .bmht-accordion-title i{transform:rotate(225deg)}.bmht-accordion-body{display:none;padding:0 16px 18px}.bmht-accordion.is-open .bmht-accordion-body{display:block}
.bmht-house-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.bmht-house-card{border:1px solid var(--bmht-line);background:#faf9f6;border-radius:13px;min-height:94px;padding:9px 7px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;cursor:pointer;font:inherit;font-size:12px;font-weight:700}.bmht-house-card:hover,.bmht-house-card.is-active{border-color:var(--bmht-brand);box-shadow:inset 0 0 0 1px var(--bmht-brand);background:#fff8f5}.bmht-house-thumb{height:52px}.bmht-house-thumb svg{height:52px;width:70px;fill:#c6beb3}.bmht-house-card.is-active svg{fill:var(--bmht-brand)}.bmht-house-thumb .glass{fill:#dbe6e9}
.bmht-layer-list{display:grid;gap:6px}.bmht-layer-btn{width:100%;border:1px solid transparent;background:#f7f6f3;border-radius:12px;padding:10px 11px;display:grid;grid-template-columns:30px 1fr 20px;align-items:center;text-align:left;gap:7px;cursor:pointer;font:inherit;color:#343739}.bmht-layer-btn:hover,.bmht-layer-btn.is-active{background:#fff;border-color:#d8d4ce;box-shadow:0 5px 15px rgba(30,30,30,.06)}.bmht-layer-btn.is-active{font-weight:800}.bmht-layer-icon{display:grid;place-items:center;width:30px;height:30px;background:#ece9e2;border-radius:8px}.bmht-layer-btn i{width:18px;height:18px;border-radius:50%;background:var(--chip);border:2px solid #fff;box-shadow:0 0 0 1px #cac6be}
.bmht-color-toolbar input{width:100%;border:1px solid var(--bmht-line);border-radius:11px;padding:10px 11px;font:inherit;outline:none}.bmht-color-toolbar input:focus{border-color:#aaa59c}.bmht-family-list{display:flex;gap:6px;overflow:auto;padding:10px 0 9px;scrollbar-width:thin}.bmht-family-list button{white-space:nowrap;border:1px solid var(--bmht-line);background:#fff;border-radius:999px;padding:7px 9px;font:inherit;font-size:11px;font-weight:700;cursor:pointer}.bmht-family-list button.is-active{background:#25282a;color:#fff;border-color:#25282a}.bmht-swatch-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;max-height:310px;overflow:auto;padding-right:2px}.bmht-swatch{border:1px solid var(--bmht-line);background:#fff;border-radius:11px;padding:7px;display:grid;grid-template-columns:36px 1fr;align-items:center;gap:8px;text-align:left;font:inherit;cursor:pointer}.bmht-swatch:hover,.bmht-swatch.is-active{border-color:#666;box-shadow:0 3px 10px rgba(0,0,0,.06)}.bmht-swatch i{width:36px;height:36px;border-radius:8px;background:var(--swatch);box-shadow:inset 0 0 0 1px rgba(0,0,0,.06)}.bmht-swatch span{min-width:0}.bmht-swatch b,.bmht-swatch small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bmht-swatch b{font-size:11px}.bmht-swatch small{font-size:10px;color:var(--bmht-muted);margin-top:2px}
.bmht-stage-wrap{min-width:0;background:var(--bmht-bg);display:flex;flex-direction:column}.bmht-stage-topbar{height:76px;background:rgba(255,255,255,.88);backdrop-filter:blur(10px);border-bottom:1px solid var(--bmht-line);display:flex;align-items:center;justify-content:space-between;padding:12px 22px;gap:20px}.bmht-selected-info span,.bmht-selected-info strong{display:block}.bmht-selected-info span{font-size:12px;color:var(--bmht-muted)}.bmht-selected-info strong{margin-top:2px}.bmht-selected-color{display:flex;align-items:center;gap:9px}.bmht-current-chip{width:38px;height:38px;border-radius:50%;border:3px solid #fff;box-shadow:0 0 0 1px #c8c4bd}.bmht-selected-color b,.bmht-selected-color small{display:block}.bmht-selected-color b{font-size:12px}.bmht-selected-color small{font-size:10px;color:var(--bmht-muted)}
.bmht-stage{position:relative;flex:1;display:grid;place-items:center;min-height:570px;overflow:hidden;padding:22px}.bmht-canvas{width:min(100%,1000px);filter:saturate(.97)}.bmht-house-svg{display:block;width:100%;height:auto;border-radius:18px;box-shadow:0 24px 80px rgba(34,40,43,.10)}.bmht-surface{cursor:pointer;transition:filter .15s ease}.bmht-surface .bmht-fill{fill:var(--bmht-fill)}.bmht-surface .bmht-stroke{fill:none;stroke:var(--bmht-fill);stroke-width:14;stroke-linecap:round;stroke-linejoin:round}.bmht-surface:hover{filter:brightness(1.05)}.bmht-surface.is-selected{filter:drop-shadow(0 0 5px rgba(228,92,37,.6))}.bmht-surface.is-selected .bmht-fill,.bmht-surface.is-selected .bmht-stroke{stroke:#e45c25;stroke-width:4;paint-order:stroke fill}.bmht-stage-hint{position:absolute;bottom:34px;background:rgba(30,33,35,.86);color:#fff;border-radius:999px;padding:8px 12px;font-size:11px;pointer-events:none}.bmht-mobile-layer-strip{display:none}
.bmht-summary{border-top:1px solid var(--bmht-line);padding:16px 22px;display:flex;align-items:center;justify-content:space-between;gap:20px}.bmht-summary>div:first-child strong,.bmht-summary>div:first-child span{display:block}.bmht-summary>div:first-child span{font-size:12px;color:var(--bmht-muted);margin-top:2px}.bmht-summary-colors{display:flex;gap:7px;flex-wrap:wrap;justify-content:flex-end}.bmht-summary-colors button{border:0;background:transparent;padding:0;cursor:pointer;display:flex;align-items:center;gap:5px;font:inherit;font-size:10px;color:#666}.bmht-summary-colors i{width:22px;height:22px;border-radius:50%;background:var(--sum);border:2px solid #fff;box-shadow:0 0 0 1px #cac6be}
.bmht-dialog{border:0;padding:0;border-radius:20px;box-shadow:0 30px 100px rgba(0,0,0,.25);width:min(92vw,500px)}.bmht-dialog::backdrop{background:rgba(22,25,27,.55);backdrop-filter:blur(4px)}.bmht-dialog-card{padding:26px;position:relative}.bmht-dialog-card h3{margin:5px 0;font-size:28px}.bmht-dialog-card p{margin:0 0 18px;color:var(--bmht-muted)}.bmht-dialog-card label{display:block;font-weight:700;font-size:12px;margin:12px 0}.bmht-dialog-card input{display:block;width:100%;margin-top:6px;border:1px solid var(--bmht-line);border-radius:11px;padding:11px;font:inherit}.bmht-dialog-close{position:absolute;right:14px;top:12px;width:36px;height:36px;border:0;border-radius:50%;background:#f1f0ed;font-size:22px;cursor:pointer}.bmht-save-result{background:#f6f4ef;border-radius:12px;padding:12px;margin-top:12px;font-size:12px}.bmht-save-result label{margin:8px 0}.bmht-save-result input{font-size:11px}
@media(max-width:980px){.bmht-head{align-items:flex-start;flex-direction:column}.bmht-head-actions{justify-content:flex-start}.bmht-workspace{grid-template-columns:300px minmax(0,1fr)}.bmht-house-list{grid-template-columns:1fr}.bmht-swatch-grid{grid-template-columns:1fr}}
@media(max-width:760px){.bmht-app{border-radius:0;border-left:0;border-right:0;margin:0}.bmht-head{padding:20px 16px}.bmht-head-actions{display:grid;grid-template-columns:repeat(3,1fr);width:100%}.bmht-head-actions .bmht-btn{font-size:11px;padding:10px 6px}.bmht-workspace{display:flex;flex-direction:column;min-height:0}.bmht-panel{border:0;border-bottom:1px solid var(--bmht-line)}.bmht-accordion[data-accordion="layers"]{display:none}.bmht-accordion[data-accordion="colors"] .bmht-accordion-body{padding-bottom:12px}.bmht-house-list{display:flex;overflow:auto}.bmht-house-card{min-width:116px}.bmht-stage-wrap{order:-1}.bmht-stage-topbar{height:66px;padding:10px 14px}.bmht-stage{min-height:340px;padding:8px}.bmht-stage-hint{display:none}.bmht-house-svg{border-radius:10px}.bmht-mobile-layer-strip{display:flex;gap:7px;overflow:auto;padding:9px;background:#fff;border-top:1px solid var(--bmht-line)}.bmht-mobile-layer-strip .bmht-layer-btn{min-width:150px;grid-template-columns:28px 1fr 18px;padding:7px}.bmht-panel .bmht-accordion[data-accordion="type"]{margin-top:0}.bmht-swatch-grid{grid-template-columns:repeat(2,minmax(0,1fr));max-height:220px}.bmht-summary{align-items:flex-start;flex-direction:column}.bmht-summary-colors{justify-content:flex-start}.bmht-summary-colors button span{display:none}}
@media(max-width:420px){.bmht-swatch-grid{grid-template-columns:1fr}.bmht-selected-color span:last-child{display:none}.bmht-stage{min-height:290px}.bmht-head p{font-size:13px}}

/* Mapei anyagszükséglet kalkulátor */
.bmht-material-help{margin:0 0 12px;color:var(--bmht-muted);font-size:11px;line-height:1.45}.bmht-material-surface-list{display:grid;gap:9px}.bmht-material-surface{border:1px solid var(--bmht-line);border-radius:12px;padding:10px;background:#faf9f6}.bmht-material-surface>strong{display:block;font-size:12px;margin-bottom:8px}.bmht-material-surface label,.bmht-waste-field{display:block;font-size:10px;font-weight:750;color:#5e6265;margin-top:7px}.bmht-material-surface input,.bmht-material-surface select,.bmht-waste-field select{width:100%;margin-top:4px;border:1px solid var(--bmht-line);border-radius:9px;background:#fff;padding:8px 9px;font:inherit;font-size:11px;color:#2d3032;outline:none}.bmht-material-surface input:focus,.bmht-material-surface select:focus,.bmht-waste-field select:focus{border-color:#a8a39a;box-shadow:0 0 0 2px rgba(228,92,37,.08)}.bmht-waste-field{margin:11px 0 10px}.bmht-material-results{border-top:1px solid var(--bmht-line);padding:24px 28px 26px;background:#fff;scroll-margin-top:24px}.bmht-material-results-head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:14px}.bmht-material-results-head h3{font-size:26px;margin:4px 0}.bmht-material-results-head p{margin:0;color:var(--bmht-muted);font-size:12px}.bmht-material-notice{display:none;border-radius:12px;padding:11px 13px;margin:10px 0 14px;font-size:12px;line-height:1.45}.bmht-material-notice:not(:empty){display:block}.bmht-material-notice.is-warning{background:#fff4e5;border:1px solid #f0d4a9;color:#75500f}.bmht-material-notice.is-ok{background:#eef8f1;border:1px solid #cfe8d6;color:#1b6532}.bmht-material-notice a{font-weight:800;color:inherit}.bmht-material-table-wrap{overflow:auto;border:1px solid var(--bmht-line);border-radius:14px}.bmht-material-table{width:100%;border-collapse:collapse;min-width:900px;font-size:12px}.bmht-material-table th{background:#f6f4ef;text-align:left;padding:10px 12px;color:#5f6366;font-size:10px;text-transform:uppercase;letter-spacing:.04em}.bmht-material-table td{padding:12px;border-top:1px solid var(--bmht-line);vertical-align:middle}.bmht-material-table td strong,.bmht-material-table td small{display:block}.bmht-material-table td small{margin-top:3px;color:var(--bmht-muted);font-size:10px}.bmht-material-table a{color:#25282a;text-decoration:none}.bmht-material-table a:hover{text-decoration:underline}.bmht-empty-cell{text-align:center;color:var(--bmht-muted);padding:26px!important}.bmht-stock-ok{display:block;color:#18723b;font-weight:800;font-size:11px}.bmht-stock-missing{display:block;color:#a13b25;font-weight:800;font-size:11px}.bmht-material-total{display:flex;justify-content:flex-end;align-items:center;gap:12px;padding:13px 4px 0;font-size:12px}.bmht-material-total strong{font-size:20px}.bmht-material-disclaimer{display:block;color:#7a7d80;line-height:1.5;margin-top:12px;max-width:1080px}.bmht-btn:disabled{opacity:.48;cursor:not-allowed;transform:none!important;filter:none!important}
@media(max-width:760px){.bmht-material-results{padding:20px 14px}.bmht-material-results-head{align-items:stretch;flex-direction:column}.bmht-material-results-head .bmht-btn{width:100%}.bmht-material-total{align-items:flex-start;flex-direction:column;gap:3px}.bmht-material-total strong{font-size:18px}}

/* 1.2.0 – projektalapú Mapei rendszertervező */
.bmht-planner-jump{margin:14px 16px 18px;padding:14px;border:1px solid #eadfd9;border-radius:15px;background:linear-gradient(145deg,#fff8f4,#fff);display:grid;grid-template-columns:32px 1fr;gap:9px;align-items:start}.bmht-planner-jump .bmht-step-badge{display:grid;place-items:center;width:30px;height:30px;border-radius:50%;background:var(--bmht-brand);color:#fff;font-weight:850}.bmht-planner-jump strong,.bmht-planner-jump small{display:block}.bmht-planner-jump small{font-size:10px;color:var(--bmht-muted);line-height:1.45;margin-top:3px}.bmht-planner-jump .bmht-btn{grid-column:1/-1;margin-top:2px}
.bmht-system-planner{padding:30px 30px 10px;background:#fbfaf7;border-top:1px solid var(--bmht-line);scroll-margin-top:22px}.bmht-planner-head{display:flex;justify-content:space-between;align-items:flex-end;gap:22px;max-width:1220px;margin:0 auto 18px}.bmht-planner-head h3{font-size:clamp(25px,3vw,38px);margin:4px 0 7px}.bmht-planner-head p{margin:0;color:var(--bmht-muted);max-width:770px;line-height:1.55}.bmht-global-waste{min-width:180px;font-size:11px;font-weight:800;color:#555}.bmht-global-waste select{display:block;width:100%;margin-top:6px;padding:10px;border:1px solid var(--bmht-line);border-radius:10px;background:#fff;font:inherit}.bmht-planner-tabs{max-width:1220px;margin:0 auto;display:flex;gap:8px;border-bottom:1px solid var(--bmht-line);padding-bottom:0}.bmht-planner-tabs button{border:0;background:transparent;padding:13px 17px;border-radius:12px 12px 0 0;font:inherit;font-weight:800;color:#686d70;cursor:pointer;position:relative}.bmht-planner-tabs button.is-active{background:#fff;color:#222;box-shadow:0 -1px 0 var(--bmht-line),1px 0 0 var(--bmht-line),-1px 0 0 var(--bmht-line)}.bmht-planner-tabs button span{font-size:8px;background:var(--bmht-brand);color:#fff;border-radius:999px;padding:3px 5px;margin-left:4px;vertical-align:2px}.bmht-planner-pane{display:none;max-width:1220px;margin:0 auto;background:#fff;border:1px solid var(--bmht-line);border-top:0;border-radius:0 0 18px 18px;padding:22px}.bmht-planner-pane.is-active{display:block}.bmht-pane-intro{display:flex;align-items:baseline;gap:12px;margin-bottom:16px}.bmht-pane-intro strong{font-size:18px}.bmht-pane-intro span{color:var(--bmht-muted);font-size:12px}
.bmht-facade-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.bmht-facade-card{border:1px solid var(--bmht-line);border-radius:15px;padding:14px;background:#fff}.bmht-card-top{display:grid;grid-template-columns:29px 1fr;gap:9px;align-items:start}.bmht-card-top>span{width:27px;height:27px;border-radius:9px;background:#f2eee8;display:grid;place-items:center;font-weight:850;font-size:11px;color:var(--bmht-brand)}.bmht-card-top strong,.bmht-card-top small{display:block}.bmht-card-top small{font-size:10px;color:var(--bmht-muted);line-height:1.4;margin-top:2px}.bmht-field-row{display:grid;grid-template-columns:110px minmax(0,1fr);gap:8px;margin-top:13px}.bmht-field-row label,.bmht-field-grid label{font-size:10px;font-weight:800;color:#5d6164}.bmht-field-row label span,.bmht-field-grid label span{float:right;color:#999;font-weight:600}.bmht-field-row input,.bmht-field-row select,.bmht-field-grid input{display:block;width:100%;margin-top:5px;border:1px solid var(--bmht-line);border-radius:10px;background:#fff;padding:10px;font:inherit;font-size:11px;outline:none}.bmht-field-row input:focus,.bmht-field-row select:focus,.bmht-field-grid input:focus{border-color:var(--bmht-brand);box-shadow:0 0 0 3px rgba(228,92,37,.08)}.bmht-facade-card>p{font-size:10px;color:var(--bmht-muted);line-height:1.45;margin:10px 0 0;min-height:29px}
.bmht-outdoor-flow{display:grid;gap:0}.bmht-flow-step{display:grid;grid-template-columns:42px 1fr;gap:13px;padding:18px 0;border-bottom:1px solid #eeece8}.bmht-flow-step:first-child{padding-top:2px}.bmht-flow-step:last-child{border-bottom:0;padding-bottom:2px}.bmht-flow-number{width:36px;height:36px;border-radius:12px;background:#272a2c;color:#fff;display:grid;place-items:center;font-weight:850;font-size:13px}.bmht-flow-content h4{font-size:18px;margin:1px 0 3px}.bmht-flow-content>p{font-size:11px;color:var(--bmht-muted);margin:0 0 12px;line-height:1.5}.bmht-flow-content h4 span{font-size:9px;text-transform:uppercase;color:#777;background:#f1f0ed;border-radius:999px;padding:3px 6px;margin-left:5px}.bmht-flow-step-soft{background:#fbfaf7;margin:8px -10px -3px;padding:16px 10px!important;border-radius:14px;border-bottom:0}
.bmht-choice-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.bmht-choice-card{border:1px solid var(--bmht-line);background:#fff;border-radius:13px;padding:11px;display:flex;align-items:center;gap:9px;text-align:left;font:inherit;cursor:pointer}.bmht-choice-card:hover,.bmht-choice-card.is-active{border-color:var(--bmht-brand);background:#fff8f4;box-shadow:inset 0 0 0 1px var(--bmht-brand)}.bmht-choice-card>i{font-style:normal;width:32px;height:32px;background:#f0eee9;border-radius:9px;display:grid;place-items:center}.bmht-choice-card b,.bmht-choice-card small{display:block}.bmht-choice-card b{font-size:12px}.bmht-choice-card small{font-size:9px;color:var(--bmht-muted);margin-top:2px}.bmht-field-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}.bmht-product-choice-grid,.bmht-grout-choice{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}.bmht-grout-choice{grid-template-columns:repeat(2,minmax(0,1fr));max-width:820px}.bmht-product-choice{position:relative;border:1px solid var(--bmht-line);background:#fff;border-radius:14px;padding:14px 12px 12px;text-align:left;font:inherit;cursor:pointer;min-height:108px}.bmht-product-choice:hover,.bmht-product-choice.is-active{border-color:var(--bmht-brand);box-shadow:0 7px 20px rgba(29,31,32,.06),inset 0 0 0 1px var(--bmht-brand)}.bmht-product-choice.is-active{background:#fff9f6}.bmht-product-choice em{font-style:normal;font-size:8px;font-weight:900;letter-spacing:.08em;color:var(--bmht-brand);display:block;margin-bottom:8px}.bmht-product-choice strong,.bmht-product-choice small{display:block}.bmht-product-choice strong{font-size:13px}.bmht-product-choice small{font-size:10px;color:var(--bmht-muted);line-height:1.45;margin-top:5px}
.bmht-grout-color-wrap{margin-top:14px;border-top:1px dashed var(--bmht-line);padding-top:13px}.bmht-color-label{display:flex;justify-content:space-between;align-items:center;gap:10px;font-size:11px;margin-bottom:9px}.bmht-color-label>span{display:flex;align-items:center;gap:6px}.bmht-color-label i,.bmht-row-color i{width:18px;height:18px;border-radius:50%;background:var(--grout);box-shadow:0 0 0 1px rgba(0,0,0,.15);display:inline-block}.bmht-grout-colors{display:flex;flex-wrap:wrap;gap:6px}.bmht-grout-swatch{border:1px solid var(--bmht-line);background:#fff;border-radius:9px;padding:5px 6px;min-width:50px;display:flex;align-items:center;gap:5px;font:inherit;font-size:9px;font-weight:800;cursor:pointer}.bmht-grout-swatch i{width:22px;height:22px;border-radius:6px;background:var(--grout);box-shadow:inset 0 0 0 1px rgba(0,0,0,.08)}.bmht-grout-swatch:hover,.bmht-grout-swatch.is-active{border-color:#555;box-shadow:inset 0 0 0 1px #555}.bmht-link-button{border:0;background:transparent;color:var(--bmht-brand);font:inherit;font-size:10px;font-weight:850;cursor:pointer;padding:9px 0 3px}.bmht-grout-color-wrap>small{display:block;font-size:9px;color:#8a8c8e;line-height:1.45;margin-top:4px}.bmht-option-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.bmht-option-card{border:1px solid var(--bmht-line);border-radius:13px;padding:12px;background:#fff;display:grid;grid-template-columns:20px 1fr;gap:8px;align-items:start;cursor:pointer}.bmht-option-card>input{margin-top:3px;accent-color:var(--bmht-brand)}.bmht-option-card b,.bmht-option-card small{display:block}.bmht-option-card b{font-size:11px}.bmht-option-card small{font-size:9px;color:var(--bmht-muted);line-height:1.45;margin-top:3px}.bmht-inline-field{display:flex;align-items:center;gap:5px;font-size:9px;margin-top:8px;color:#666}.bmht-inline-field input{width:80px!important;margin:0!important;padding:6px 7px!important;border:1px solid var(--bmht-line);border-radius:8px;font:inherit}
.bmht-row-color{display:flex!important;align-items:center;gap:5px;color:#555!important;font-size:9px!important;margin:5px 0 0!important}.bmht-material-notice span{display:block;margin-top:4px}.bmht-material-results{background:#fff}.bmht-material-results-head{max-width:1220px;margin-left:auto;margin-right:auto}.bmht-material-notice,.bmht-material-table-wrap,.bmht-material-total,.bmht-material-disclaimer{max-width:1220px;margin-left:auto;margin-right:auto}
@media(max-width:980px){.bmht-facade-grid{grid-template-columns:1fr}.bmht-product-choice-grid{grid-template-columns:1fr 1fr}.bmht-field-grid{grid-template-columns:1fr 1fr}.bmht-planner-head{align-items:flex-start;flex-direction:column}.bmht-global-waste{width:200px}.bmht-option-list{grid-template-columns:1fr}}
@media(max-width:760px){.bmht-system-planner{padding:22px 12px 8px}.bmht-planner-pane{padding:14px}.bmht-planner-tabs{overflow:auto}.bmht-planner-tabs button{white-space:nowrap}.bmht-pane-intro{display:block}.bmht-pane-intro span{display:block;margin-top:4px}.bmht-field-row{grid-template-columns:95px 1fr}.bmht-flow-step{grid-template-columns:32px 1fr;gap:9px}.bmht-flow-number{width:30px;height:30px;border-radius:9px}.bmht-choice-cards,.bmht-product-choice-grid,.bmht-grout-choice,.bmht-field-grid{grid-template-columns:1fr}.bmht-choice-cards{grid-template-columns:repeat(3,minmax(0,1fr))}.bmht-choice-card{display:block;text-align:center;padding:9px 5px}.bmht-choice-card>i{margin:0 auto 5px}.bmht-choice-card small{display:none}.bmht-product-choice{min-height:0}.bmht-grout-colors{gap:5px}.bmht-grout-swatch{min-width:46px}.bmht-planner-jump{margin-bottom:5px}}
.bmht-option-check{display:grid;grid-template-columns:20px 1fr;gap:8px;align-items:start;cursor:pointer}.bmht-option-check>input{margin-top:3px;accent-color:var(--bmht-brand)}.bmht-option-check b,.bmht-option-check small{display:block}.bmht-option-check b{font-size:11px}.bmht-option-check small{font-size:9px;color:var(--bmht-muted);line-height:1.45;margin-top:3px}.bmht-option-card .bmht-inline-field{margin-left:28px}.bmht-option-card:has(.bmht-option-check){display:block}
.bmht-option-card.is-disabled{opacity:.48;filter:grayscale(.4);pointer-events:none}

.bmht-sealant-option{display:block}

/* 1.3.0 - Mapeguard WP System katalogus, telepitesi abra es elokatalogus */
.bmht-wp-hero{display:grid;grid-template-columns:minmax(0,.9fr) minmax(420px,1.1fr);gap:22px;align-items:stretch;margin:-4px -4px 20px;padding:18px;border:1px solid #cfe4ef;border-radius:18px;background:linear-gradient(135deg,#f5fbfe 0%,#fff 52%,#eef8fd 100%)}
.bmht-wp-hero-copy{padding:14px 8px 10px}.bmht-wp-hero-copy h4{font-size:clamp(23px,3vw,34px);line-height:1.08;margin:6px 0 10px}.bmht-wp-hero-copy>p{color:var(--bmht-muted);font-size:12px;line-height:1.65;margin:0;max-width:610px}.bmht-wp-benefits{display:flex;flex-wrap:wrap;gap:7px;margin-top:17px}.bmht-wp-benefits span{display:inline-flex;align-items:center;border:1px solid #c9e5f3;background:#fff;color:#286980;border-radius:999px;padding:7px 10px;font-size:10px;font-weight:850}
.bmht-wp-diagram{margin:0;background:#fff;border:1px solid #dbe8ee;border-radius:15px;overflow:hidden;box-shadow:0 12px 36px rgba(21,94,123,.08)}.bmht-wp-diagram img{display:block;width:100%;height:100%;min-height:270px;max-height:410px;object-fit:cover;object-position:center}.bmht-wp-diagram figcaption{padding:8px 11px;border-top:1px solid #e8eef1;color:#6f777b;font-size:9px;line-height:1.4}
.bmht-context-tip{margin-top:10px;border-left:3px solid #1490c5;background:#f2f9fc;border-radius:0 10px 10px 0;padding:10px 12px;color:#47636f;font-size:10px;line-height:1.5}.bmht-context-tip:empty{display:none}
.bmht-install-guide{margin-top:22px;padding:19px;background:#f7fbfd;border:1px solid #d8eaf2;border-radius:17px}.bmht-install-guide-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:13px}.bmht-install-guide-head h4{font-size:20px;margin:3px 0 0}.bmht-install-guide-head p{margin:0;max-width:430px;text-align:right;color:var(--bmht-muted);font-size:10px;line-height:1.45}.bmht-install-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.bmht-install-grid figure{margin:0;background:#fff;border:1px solid #d9e5ea;border-radius:12px;overflow:hidden}.bmht-install-grid img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover}.bmht-install-grid figcaption{display:block;padding:9px 10px;min-height:57px}.bmht-install-grid figcaption b,.bmht-install-grid figcaption span{display:block}.bmht-install-grid figcaption b{font-size:10px;color:#1d7194}.bmht-install-grid figcaption span{font-size:9px;color:#697278;line-height:1.4;margin-top:2px}
.bmht-store-products{max-width:1220px;margin:20px auto 0;padding:20px;border:1px solid var(--bmht-line);border-radius:18px;background:#fff}.bmht-store-products-head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:14px}.bmht-store-products-head h3{font-size:clamp(21px,2.3vw,29px);margin:3px 0 4px}.bmht-store-products-head p{font-size:10px;color:var(--bmht-muted);margin:0;line-height:1.45}.bmht-live-badge{white-space:nowrap;border:1px solid #bfe0c9;background:#f2fbf4;color:#257446;border-radius:999px;padding:7px 10px;font-size:8px;font-weight:900;letter-spacing:.07em}.bmht-store-products-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}.bmht-store-card{min-width:0;border:1px solid var(--bmht-line);border-radius:14px;background:#fff;overflow:hidden;transition:.18s ease}.bmht-store-card:hover{transform:translateY(-2px);box-shadow:0 10px 28px rgba(30,35,38,.08);border-color:#d4d0c9}.bmht-store-image{display:grid;place-items:center;height:144px;background:#f7f7f5;text-decoration:none;overflow:hidden}.bmht-store-image img{display:block;width:100%;height:100%;object-fit:contain;padding:10px;mix-blend-mode:multiply}.bmht-product-placeholder{display:grid;place-items:center;width:72px;height:72px;border-radius:50%;background:#1187bd;color:#fff;font-weight:900;letter-spacing:.08em;font-size:12px}.bmht-store-card-body{padding:11px}.bmht-store-status{display:block;color:#6d777c;font-size:8px;font-weight:850;text-transform:uppercase;letter-spacing:.06em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bmht-store-card h4{font-size:11px;line-height:1.35;margin:5px 0 12px;min-height:30px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.bmht-store-card-foot{display:flex;align-items:center;justify-content:space-between;gap:7px;border-top:1px solid #efede9;padding-top:9px}.bmht-store-card-foot strong{font-size:11px}.bmht-store-card-foot a{font-size:9px;font-weight:850;color:var(--bmht-brand);text-decoration:none;white-space:nowrap}.bmht-store-empty{grid-column:1/-1;border:1px dashed #d8d4ce;border-radius:13px;padding:18px;text-align:center;color:var(--bmht-muted);font-size:10px;line-height:1.55;background:#faf9f7}
@media(max-width:1100px){.bmht-store-products-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.bmht-wp-hero{grid-template-columns:1fr 1fr}.bmht-install-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:760px){.bmht-wp-hero{grid-template-columns:1fr;padding:12px;margin:-2px -2px 16px}.bmht-wp-hero-copy{padding:9px 4px}.bmht-wp-diagram img{min-height:0;max-height:none;aspect-ratio:16/10}.bmht-install-guide{padding:12px;margin-top:15px}.bmht-install-guide-head{display:block}.bmht-install-guide-head p{text-align:left;margin-top:5px}.bmht-install-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.bmht-install-grid figcaption{min-height:62px}.bmht-store-products{padding:14px;margin-top:14px}.bmht-store-products-head{display:block}.bmht-live-badge{display:inline-block;margin-top:9px}.bmht-store-products-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:4px}.bmht-store-card{flex:0 0 190px;scroll-snap-align:start}.bmht-store-image{height:128px}}
@media(max-width:430px){.bmht-install-grid{grid-template-columns:1fr 1fr}.bmht-install-grid figcaption span{display:none}.bmht-install-grid figcaption{min-height:0}.bmht-wp-benefits span{padding:6px 8px;font-size:9px}}
.bmht-store-need{display:inline-flex;align-items:center;margin:-3px 0 9px;border-radius:999px;background:#fff4ee;color:#9c431f;padding:5px 7px;font-size:8px;font-weight:700}.bmht-store-need b{font-weight:900;margin-left:3px}

/* 1.4.0 – fotórealisztikus, maszk-alapú háznézet */
.bmht-house-thumb{width:92px;height:56px;display:block;overflow:hidden;border-radius:8px;background:#ece9e3;box-shadow:0 2px 8px rgba(33,39,43,.08)}
.bmht-house-thumb img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .18s ease,filter .18s ease}
.bmht-house-card:hover .bmht-house-thumb img,.bmht-house-card.is-active .bmht-house-thumb img{transform:scale(1.035)}
.bmht-house-card.is-active .bmht-house-thumb{box-shadow:0 0 0 2px var(--bmht-brand),0 4px 12px rgba(33,39,43,.12)}
.bmht-canvas{width:min(100%,1060px);filter:none}
.bmht-photo-scene{position:relative;width:100%;aspect-ratio:8/5;overflow:hidden;border-radius:18px;background:#e9ecec;box-shadow:0 24px 80px rgba(34,40,43,.14);cursor:crosshair;isolation:isolate;user-select:none;-webkit-user-select:none}
.bmht-photo-canvas{position:absolute;inset:0;width:100%;height:100%;display:block;z-index:1;background:#e9ecec}
.bmht-photo-badge{position:absolute;top:14px;right:14px;z-index:4;padding:7px 10px;border-radius:999px;background:rgba(18,25,28,.74);backdrop-filter:blur(8px);color:#fff;font-size:9px;line-height:1;font-weight:800;letter-spacing:.08em;pointer-events:none}
.bmht-photo-loading{position:absolute;left:14px;bottom:14px;z-index:5;display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;background:rgba(255,255,255,.92);backdrop-filter:blur(8px);box-shadow:0 10px 30px rgba(18,25,28,.12);color:#5c5d5f;font-size:11px;font-weight:700;transition:opacity .2s ease,visibility .2s ease;pointer-events:none}
.bmht-photo-scene.is-base-ready .bmht-photo-loading,.bmht-photo-scene.is-ready .bmht-photo-loading{opacity:0;visibility:hidden}
.bmht-photo-error{padding:32px;border:1px dashed #c9c4bc;border-radius:14px;background:#fff;color:#68645e;text-align:center}
@media(max-width:760px){.bmht-house-thumb{width:94px;height:54px}.bmht-photo-scene{border-radius:10px}.bmht-photo-badge{top:8px;right:8px;padding:6px 8px;font-size:8px}}

/* 1.4.2 – renderer, direkt kosár és automatikus terasz-dilatáció */
.bmht-store-card-foot{align-items:flex-end}.bmht-store-actions{display:flex;flex-direction:column;align-items:flex-end;gap:6px}.bmht-store-cart-btn{appearance:none;border:0;border-radius:9px;background:var(--bmht-brand);color:#fff;padding:7px 9px;font:inherit;font-size:9px;font-weight:900;line-height:1;cursor:pointer;white-space:nowrap}.bmht-store-cart-btn:hover:not(:disabled){filter:brightness(.95);transform:translateY(-1px)}.bmht-store-cart-btn:disabled{background:#d8d5cf;color:#777;cursor:not-allowed}.bmht-store-cart-btn.is-added{background:#247445}.bmht-auto-joint-card{display:grid!important;gap:5px;border-color:#d7e4da;background:#f7fbf8}.bmht-auto-joint-card>b{font-size:11px}.bmht-auto-joint-card>small{font-size:9px;line-height:1.45;color:var(--bmht-muted)}.bmht-auto-joint-card>span{display:block;margin-top:3px;padding-top:7px;border-top:1px solid #e0e8e1;font-size:9px;line-height:1.5;color:#45554a}.bmht-field-grid label>small{display:block;margin-top:4px;color:var(--bmht-muted);font-size:8px;line-height:1.35}
@media(max-width:760px){.bmht-store-actions{align-items:stretch}.bmht-store-cart-btn{width:100%}}
/* 1.4.3: fault-tolerant photo renderer. The base photo is independent from the tint canvas. */
.bmht-photo-base{position:absolute;inset:0;width:100%;height:100%;display:block;object-fit:cover;z-index:1;background:#e9ecec}
.bmht-photo-canvas{z-index:2;background:transparent!important;pointer-events:none;mix-blend-mode:multiply;opacity:1}
.bmht-photo-badge{z-index:4}
.bmht-photo-scene.has-render-error .bmht-photo-badge:after{content:' · ALAPKÉP MÓD';opacity:.8}
.bmht-photo-scene.has-render-error .bmht-photo-loading{opacity:0;visibility:hidden}

/* 1.4.5 – WoodMart/Elementor hardening, biztos fülváltás, kép-fallback és sticky előnézet */
.bmht-app{--bmht-sticky-top:96px}
.bmht-app button,.bmht-app input,.bmht-app select{font-family:inherit}
.bmht-app button{text-transform:none}
.bmht-planner-tabs{position:relative;z-index:6}
.bmht-planner-tabs button{touch-action:manipulation;pointer-events:auto!important;user-select:none;-webkit-user-select:none}
.bmht-planner-tabs button>*{pointer-events:none}
.bmht-planner-pane[hidden]{display:none!important}
.bmht-planner-pane.is-active:not([hidden]){display:block!important}
.bmht-photo-failure{position:absolute;inset:auto 14px 14px 14px;z-index:7;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:11px 12px;border-radius:12px;background:rgba(255,248,245,.96);border:1px solid #efc7b6;color:#7b351c;box-shadow:0 12px 36px rgba(55,25,15,.15);font-size:11px}
.bmht-photo-failure[hidden]{display:none!important}
.bmht-photo-failure button{border:0;border-radius:9px;background:var(--bmht-brand);color:#fff;padding:8px 10px;font-weight:800;cursor:pointer;white-space:nowrap}
.bmht-photo-error{display:grid;gap:5px}.bmht-photo-error strong,.bmht-photo-error span{display:block}
.bmht-photo-base{opacity:1!important;visibility:visible!important}
.bmht-photo-scene:not(.is-base-ready) .bmht-photo-base{opacity:1!important}
.bmht-has-runtime-error .bmht-planner-tabs{outline:2px solid rgba(228,92,37,.18);outline-offset:3px}

@media(min-width:981px) and (min-height:700px){
  .bmht-app{overflow:visible}
  .bmht-workspace{align-items:start;overflow:visible}
  .bmht-stage-wrap{position:sticky;top:var(--bmht-sticky-top);align-self:start;z-index:4;max-height:calc(100vh - var(--bmht-sticky-top) - 10px)}
  body.admin-bar .bmht-app{--bmht-sticky-top:128px}
  .bmht-stage{min-height:clamp(470px,58vh,610px)}
}
@media(max-width:980px){.bmht-stage-wrap{position:relative;top:auto;max-height:none}}
@media(max-width:760px){.bmht-photo-failure{left:8px;right:8px;bottom:8px;display:grid}.bmht-photo-failure button{width:100%}}
/* 1.5.0 – szemantikus, előre szerkesztett felületrétegek */
.bmht-layer-btn.is-unavailable{opacity:.46;cursor:not-allowed;background:#f3f2ef;box-shadow:none!important;border-color:transparent!important}
.bmht-layer-btn.is-unavailable .bmht-layer-icon{filter:grayscale(1)}
.bmht-layer-btn.is-unavailable>span:nth-child(2){display:flex;align-items:center;gap:6px}
.bmht-layer-btn.is-unavailable small{font-size:8px;font-weight:700;line-height:1;padding:4px 6px;border-radius:999px;background:#e7e4df;color:#777;text-transform:uppercase;letter-spacing:.04em}
.bmht-layer-btn.is-unavailable i{opacity:.35}

/* 2.0.0 – Bau-Market Projekt Planner: komplett fürdőszoba és projektkosár */
.bmht-renovation-planner{margin-top:22px;padding:20px;border:1px solid #ddd9d1;border-radius:20px;background:linear-gradient(180deg,#fff 0%,#fbfaf7 100%);box-shadow:0 14px 42px rgba(32,35,38,.05)}
.bmht-reno-head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:16px}.bmht-reno-head h4{font-size:clamp(22px,2.5vw,32px);margin:4px 0 5px}.bmht-reno-head p{margin:0;max-width:760px;color:var(--bmht-muted);font-size:11px;line-height:1.55}
.bmht-reno-scope{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;margin-bottom:12px}.bmht-reno-scope-card{appearance:none;border:1px solid var(--bmht-line);border-radius:14px;background:#fff;padding:12px;display:grid;grid-template-columns:34px 1fr;gap:9px;align-items:center;text-align:left;cursor:pointer;font:inherit;color:inherit}.bmht-reno-scope-card>i{display:grid;place-items:center;width:34px;height:34px;border-radius:10px;background:#f1eee8;font-style:normal}.bmht-reno-scope-card b,.bmht-reno-scope-card small{display:block}.bmht-reno-scope-card b{font-size:11px}.bmht-reno-scope-card small{font-size:8px;color:var(--bmht-muted);line-height:1.35;margin-top:2px}.bmht-reno-scope-card:hover,.bmht-reno-scope-card.is-active{border-color:var(--bmht-brand);background:#fff8f4;box-shadow:inset 0 0 0 1px var(--bmht-brand)}
.bmht-reno-progress{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:12px 14px;border-radius:14px;background:#22272a;color:#fff;margin-bottom:12px}.bmht-reno-progress>div:first-child strong,.bmht-reno-progress>div:first-child span{display:block}.bmht-reno-progress>div:first-child strong{font-size:11px}.bmht-reno-progress>div:first-child span{font-size:8px;opacity:.72;margin-top:2px}.bmht-reno-progress-chips{display:flex;gap:6px;flex-wrap:wrap;justify-content:flex-end}.bmht-reno-progress-chips button{border:1px solid rgba(255,255,255,.22);border-radius:999px;background:rgba(255,255,255,.08);color:#fff;padding:6px 8px;font:inherit;font-size:8px;font-weight:800;cursor:pointer}.bmht-reno-progress-chips button.is-done{background:#1f7548;border-color:#369663}.bmht-reno-progress-chips button.is-tip{background:#fff3e9;color:#8a3b18;border-color:#ffd2bb}
.bmht-reno-category-nav{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:7px;margin-bottom:12px}.bmht-reno-category{appearance:none;border:1px solid var(--bmht-line);border-radius:12px;background:#fff;padding:9px 7px;display:grid;grid-template-columns:26px 1fr;gap:6px;align-items:center;text-align:left;cursor:pointer;font:inherit;color:inherit;min-width:0}.bmht-reno-category>i{display:grid;place-items:center;width:26px;height:26px;border-radius:8px;background:#f0eee9;font-style:normal;font-size:11px}.bmht-reno-category b,.bmht-reno-category small{display:block;overflow:hidden;text-overflow:ellipsis}.bmht-reno-category b{font-size:9px;white-space:nowrap}.bmht-reno-category small{font-size:7px;color:var(--bmht-muted);white-space:nowrap;margin-top:1px}.bmht-reno-category:hover,.bmht-reno-category.is-active{border-color:#b5aea4;background:#fff}.bmht-reno-category.is-active{box-shadow:inset 0 0 0 1px var(--bmht-brand);border-color:var(--bmht-brand)}.bmht-reno-category.is-complete>i{background:#e7f6ec;color:#197044;font-weight:900}
.bmht-reno-workbench{display:grid;grid-template-columns:minmax(220px,.7fr) minmax(0,2fr);gap:12px;align-items:start}.bmht-reno-config{border:1px solid var(--bmht-line);border-radius:14px;background:#fff;padding:13px;position:sticky;top:calc(var(--bmht-sticky-top) + 8px)}.bmht-reno-config-head{display:flex;gap:9px;align-items:center;margin-bottom:10px}.bmht-reno-config-head>span{display:grid;place-items:center;width:34px;height:34px;border-radius:10px;background:#f2efe9}.bmht-reno-config-head strong,.bmht-reno-config-head small{display:block}.bmht-reno-config-head strong{font-size:11px}.bmht-reno-config-head small{font-size:8px;color:var(--bmht-muted);margin-top:2px}.bmht-reno-pills{display:grid;gap:6px}.bmht-reno-pills button{appearance:none;border:1px solid var(--bmht-line);border-radius:10px;background:#faf9f6;padding:9px 10px;text-align:left;font:inherit;cursor:pointer;color:inherit}.bmht-reno-pills button b,.bmht-reno-pills button small{display:block}.bmht-reno-pills button b{font-size:10px}.bmht-reno-pills button small{font-size:8px;color:var(--bmht-muted);margin-top:2px}.bmht-reno-pills button.is-active{border-color:var(--bmht-brand);background:#fff5ef;box-shadow:inset 0 0 0 1px var(--bmht-brand)}.bmht-reno-select-label{display:grid;gap:5px;margin-top:9px;font-size:9px;font-weight:800}.bmht-reno-select-label select{width:100%;border:1px solid var(--bmht-line);border-radius:10px;background:#fff;padding:9px;font:inherit}.bmht-reno-tip,.bmht-reno-context-card{margin:10px 0 0;padding:10px;border-radius:10px;background:#f5f7f5;color:#506157;font-size:8px;line-height:1.5}.bmht-reno-context-card b,.bmht-reno-context-card span{display:block}.bmht-reno-context-card span{margin-top:3px;color:var(--bmht-muted)}
.bmht-reno-recommendations{min-width:0}.bmht-reno-recs-head{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin:0 0 8px}.bmht-reno-recs-head strong,.bmht-reno-recs-head span{display:block}.bmht-reno-recs-head strong{font-size:11px}.bmht-reno-recs-head span,.bmht-reno-recs-head small{font-size:8px;color:var(--bmht-muted)}.bmht-reno-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}.bmht-reno-product{position:relative;min-width:0;border:1px solid var(--bmht-line);border-radius:14px;background:#fff;overflow:hidden;display:flex;flex-direction:column;transition:.18s ease}.bmht-reno-product:hover{transform:translateY(-2px);box-shadow:0 10px 28px rgba(30,35,38,.08)}.bmht-reno-product.is-selected{border-color:#2f8b5b;box-shadow:inset 0 0 0 1px #2f8b5b}.bmht-reno-product-badge{position:absolute;z-index:2;top:8px;left:8px;border-radius:999px;padding:5px 7px;font-size:7px;font-weight:950;letter-spacing:.07em;color:#fff;background:#303538}.bmht-reno-product-badge.is-budget{background:#2b7952}.bmht-reno-product-badge.is-premium{background:#8a6330}.bmht-reno-product-img{height:150px;display:grid;place-items:center;background:#f7f7f5;overflow:hidden}.bmht-reno-product-img img{width:100%;height:100%;object-fit:contain;padding:10px;mix-blend-mode:multiply}.bmht-reno-product-img>span{font-size:11px;font-weight:900;color:#bbb}.bmht-reno-product-body{padding:11px;display:flex;flex-direction:column;flex:1}.bmht-reno-stock{font-size:7px;text-transform:uppercase;letter-spacing:.06em;font-weight:850;color:#5f7568}.bmht-reno-product h5{font-size:11px;line-height:1.35;margin:5px 0 4px;min-height:30px}.bmht-reno-variation{font-size:8px;color:#555;margin-bottom:5px}.bmht-reno-product p{font-size:8px;line-height:1.45;color:var(--bmht-muted);margin:4px 0 8px;flex:1}.bmht-reno-price{display:flex;align-items:baseline;gap:6px}.bmht-reno-price del{font-size:8px;color:#999}.bmht-reno-price strong{font-size:13px}.bmht-reno-actions{display:grid;grid-template-columns:1fr 1fr;gap:5px;padding:0 11px 11px}.bmht-reno-actions .bmht-btn{font-size:8px;padding:8px 6px;border-radius:9px}.bmht-reno-actions>a:last-child{grid-column:1/-1;text-align:center;color:var(--bmht-brand);font-size:8px;font-weight:850;text-decoration:none;padding-top:2px}.bmht-reno-loading,.bmht-reno-empty{min-height:230px;border:1px dashed #d8d4ce;border-radius:14px;background:#fff;display:grid;place-items:center;align-content:center;gap:6px;padding:20px;text-align:center;color:var(--bmht-muted)}.bmht-reno-loading span{width:26px;height:26px;border:3px solid #e9e6e0;border-top-color:var(--bmht-brand);border-radius:50%;animation:bmht-spin .8s linear infinite}.bmht-reno-loading b,.bmht-reno-empty strong{font-size:11px;color:var(--bmht-dark)}.bmht-reno-loading small,.bmht-reno-empty span{font-size:8px}@keyframes bmht-spin{to{transform:rotate(360deg)}}
.bmht-project-basket{margin-top:15px;border:1px solid #d9d5ce;border-radius:16px;background:#fff;overflow:hidden}.bmht-project-basket-head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 15px;border-bottom:1px solid var(--bmht-line);background:#fbfaf7}.bmht-project-basket-head h4{font-size:18px;margin:3px 0}.bmht-project-basket-head p{font-size:8px;color:var(--bmht-muted);margin:0}.bmht-project-basket-head .bmht-btn:disabled{background:#d5d2cc;color:#777;cursor:not-allowed;transform:none}.bmht-project-basket-list{display:grid}.bmht-project-line{display:grid;grid-template-columns:42px minmax(0,1fr) auto 26px;align-items:center;gap:9px;padding:9px 14px;border-bottom:1px solid #f0eee9}.bmht-project-line img{width:42px;height:42px;border-radius:8px;object-fit:contain;background:#f7f7f5}.bmht-project-line>div b,.bmht-project-line>div span,.bmht-project-line>div small{display:block}.bmht-project-line>div b{font-size:10px}.bmht-project-line>div span,.bmht-project-line>div small{font-size:8px;color:var(--bmht-muted);margin-top:2px}.bmht-project-line>strong{font-size:10px;white-space:nowrap}.bmht-project-line>button{border:0;background:#f0eeea;border-radius:50%;width:24px;height:24px;cursor:pointer;color:#777}.bmht-project-line.is-system{grid-template-columns:minmax(0,1fr) auto;background:#f8fbf9}.bmht-project-line.is-system>div b{color:#276548}.bmht-project-empty{padding:18px;text-align:center;color:var(--bmht-muted);font-size:9px}.bmht-project-basket-total{display:flex;justify-content:space-between;gap:18px;align-items:flex-end;padding:12px 14px;background:#22272a;color:#fff}.bmht-project-basket-total>div span,.bmht-project-basket-total>div small,.bmht-project-basket-total>div strong{display:block}.bmht-project-basket-total span{font-size:8px;opacity:.75}.bmht-project-basket-total small{font-size:8px;margin-top:2px;opacity:.6}.bmht-project-basket-total strong{font-size:19px;margin-top:2px}
@media(max-width:1150px){.bmht-reno-category-nav{grid-template-columns:repeat(3,minmax(0,1fr))}.bmht-reno-workbench{grid-template-columns:1fr}.bmht-reno-config{position:relative;top:auto}.bmht-reno-pills{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:760px){.bmht-renovation-planner{padding:13px;margin:16px -2px 0}.bmht-reno-head{display:block}.bmht-reno-head .bmht-live-badge{margin-top:8px}.bmht-reno-scope{grid-template-columns:1fr}.bmht-reno-progress{display:block}.bmht-reno-progress-chips{justify-content:flex-start;margin-top:8px}.bmht-reno-category-nav{display:flex;overflow-x:auto;padding-bottom:4px}.bmht-reno-category{flex:0 0 150px}.bmht-reno-pills{grid-template-columns:1fr}.bmht-reno-product-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:5px}.bmht-reno-product{flex:0 0 230px;scroll-snap-align:start}.bmht-project-basket-head{align-items:flex-start;flex-direction:column}.bmht-project-basket-head .bmht-btn{width:100%}.bmht-project-line{grid-template-columns:38px minmax(0,1fr) 24px}.bmht-project-line>strong{grid-column:2}.bmht-project-line.is-system{grid-template-columns:1fr}.bmht-project-basket-total{align-items:flex-start;flex-direction:column}.bmht-reno-product-img{height:145px}}
.bmht-reno-variant{display:grid;gap:4px;margin:5px 0 8px;font-size:8px;font-weight:800;color:#5b5d5f}.bmht-reno-variant select{width:100%;min-width:0;border:1px solid var(--bmht-line);border-radius:8px;background:#fff;padding:7px;font:inherit;font-size:8px}.bmht-reno-actions .bmht-btn:disabled{background:#d8d5cf;color:#777;cursor:not-allowed;transform:none}

/* 2.1.0 – konverziós/UX finomhangolás */
.bmht-auto-joint-card{display:block!important;grid-template-columns:minmax(0,1fr)!important;min-width:0;padding:14px 16px!important;background:#f6fbf8!important;border:1px solid #cfe4d8!important;border-radius:14px!important;overflow:hidden}
.bmht-auto-joint-copy{display:block;min-width:0}.bmht-auto-joint-copy b{display:block;font-size:12px;line-height:1.35;margin:0 0 5px}.bmht-auto-joint-copy small{display:block;font-size:9px!important;line-height:1.55!important;color:#557065!important;max-width:780px;white-space:normal!important;word-break:normal!important}
.bmht-auto-joint-result{display:block!important;width:100%;margin-top:10px!important;padding:10px 12px!important;border:1px solid #dce9e1!important;border-radius:10px;background:#fff!important;font-size:10px!important;line-height:1.45!important;white-space:normal!important;word-break:normal!important;color:#35443d!important}.bmht-auto-joint-result b,.bmht-auto-joint-result small{display:block!important}.bmht-auto-joint-result small{margin-top:3px;font-size:9px!important;line-height:1.45!important;color:#61736a!important}
.bmht-reno-subtitle{margin:12px 0 7px;font-size:9px;font-weight:850;color:#333}.bmht-reno-more{display:flex!important;align-items:center;justify-content:center;gap:8px;margin:10px auto 0;min-width:210px}.bmht-reno-more span{font-size:8px;opacity:.65}.bmht-reno-color-tag{display:inline-flex;width:max-content;margin:3px 0 5px;padding:3px 6px;border-radius:999px;background:#f1eee7;color:#625b52;font-size:7px;font-weight:850;text-transform:uppercase;letter-spacing:.04em}
.bmht-reno-product-img img{mix-blend-mode:normal!important;background:#fff}.bmht-reno-product-badge.is-more{background:#5d6265}.bmht-reno-empty b{font-size:11px;color:#25282a}.bmht-reno-empty span{max-width:500px;line-height:1.55}
.bmht-project-head-actions{display:flex;gap:7px;align-items:center;flex-wrap:wrap;justify-content:flex-end}.bmht-btn-discount{background:#fff3e8;color:#a4471e;border:1px solid #ffcfb7}.bmht-btn-discount:hover,.bmht-btn-discount.is-active{background:#e45c25;color:#fff;border-color:#e45c25}.bmht-project-price{text-align:right}.bmht-project-price small{margin-bottom:4px!important}.bmht-project-price del{opacity:.8}
.bmht-material-alternatives{margin-top:16px}.bmht-alt-loading{padding:13px;border-radius:12px;background:#faf9f6;color:#777;font-size:9px}.bmht-alt-head{margin:0 0 10px}.bmht-alt-head h4{font-size:17px;margin:3px 0}.bmht-alt-head p{font-size:9px;line-height:1.5;color:var(--bmht-muted);margin:0;max-width:850px}.bmht-alt-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}.bmht-alt-card{display:grid;grid-template-columns:78px minmax(0,1fr);gap:10px;border:1px solid var(--bmht-line);border-radius:13px;background:#fff;padding:10px;min-width:0}.bmht-alt-card>img{width:78px;height:78px;object-fit:contain;background:#fff;border-radius:8px}.bmht-alt-card>div>span,.bmht-alt-card>div>b,.bmht-alt-card>div>small{display:block}.bmht-alt-card>div>span{font-size:7px;font-weight:900;text-transform:uppercase;color:var(--bmht-brand)}.bmht-alt-card>div>b{font-size:10px;line-height:1.35;margin:3px 0}.bmht-alt-card>div>small{font-size:8px;line-height:1.4;color:var(--bmht-muted)}.bmht-alt-card>div>div{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:7px}.bmht-alt-card a{font-size:8px;font-weight:850;color:var(--bmht-brand);text-decoration:none}
.bmht-compact-module{max-width:1180px;margin:24px auto;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:20px 22px;border:1px solid #e5e1da;border-radius:18px;background:linear-gradient(135deg,#fff,#faf7f2);box-shadow:0 14px 34px rgba(30,35,38,.07)}.bmht-compact-module h3{font-size:20px;margin:4px 0}.bmht-compact-module p{margin:0;color:#6f7478;font-size:12px;line-height:1.5;max-width:760px}.bmht-compact-module .bmht-btn{white-space:nowrap;text-decoration:none}
@media(max-width:980px){.bmht-alt-grid{grid-template-columns:1fr 1fr}.bmht-project-head-actions{width:100%;justify-content:flex-start}.bmht-compact-module{margin:18px 12px}}
@media(max-width:760px){.bmht-auto-joint-card{padding:12px!important}.bmht-alt-grid{grid-template-columns:1fr}.bmht-project-head-actions{display:grid;grid-template-columns:1fr;width:100%}.bmht-project-head-actions .bmht-btn{width:100%}.bmht-project-price{text-align:left}.bmht-compact-module{display:block;padding:16px}.bmht-compact-module .bmht-btn{display:block;margin-top:12px;text-align:center}.bmht-reno-more{width:100%}}

/* 2.2.0 – projektindító, szemcseméret, automatikus szilikon, csempe/padlólap és cikkajánló */
.bmht-project-hub{margin:0;padding:28px 30px 26px;border-bottom:1px solid var(--bmht-line);background:linear-gradient(135deg,#fff 0%,#fffaf6 55%,#f7f3ed 100%)}
.bmht-project-hub-copy{max-width:820px}.bmht-project-hub-copy h3{font-size:clamp(24px,3vw,34px);margin:4px 0 7px}.bmht-project-hub-copy p{margin:0;color:var(--bmht-muted);line-height:1.55}
.bmht-environment-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:18px}.bmht-environment-grid>button{appearance:none;border:1px solid #e2ddd5;background:#fff;border-radius:16px;padding:16px;text-align:left;display:grid;grid-template-columns:42px 1fr;column-gap:10px;row-gap:3px;cursor:pointer;transition:.18s ease;font:inherit;min-width:0}.bmht-environment-grid>button:hover,.bmht-environment-grid>button.is-active{border-color:var(--bmht-brand);box-shadow:0 8px 24px rgba(61,44,34,.09);transform:translateY(-1px)}.bmht-environment-grid>button i{grid-row:1/3;display:grid;place-items:center;width:42px;height:42px;border-radius:12px;background:#f5f1eb;font-style:normal;font-size:19px}.bmht-environment-grid>button.is-active i{background:#fff0e8;color:var(--bmht-brand)}.bmht-environment-grid>button b{font-size:13px}.bmht-environment-grid>button span{font-size:9px;line-height:1.45;color:var(--bmht-muted)}
.bmht-intent-wrap{margin-top:18px;padding-top:16px;border-top:1px solid #ebe5de}.bmht-intent-wrap[hidden]{display:none!important}.bmht-intent-head{display:flex;align-items:end;justify-content:space-between;gap:16px;margin-bottom:9px}.bmht-intent-head strong{font-size:13px}.bmht-intent-head span{font-size:9px;color:var(--bmht-muted)}.bmht-intent-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.bmht-intent-grid>button{appearance:none;border:1px solid #e4e0da;background:#fff;border-radius:14px;padding:13px;display:grid;grid-template-columns:32px minmax(0,1fr);gap:8px;text-align:left;font:inherit;cursor:pointer;min-width:0}.bmht-intent-grid>button:hover,.bmht-intent-grid>button.is-active{border-color:var(--bmht-brand);background:#fff9f6}.bmht-intent-grid>button i{display:grid;place-items:center;width:32px;height:32px;border-radius:9px;background:#f5f2ed;font-style:normal}.bmht-intent-grid>button b,.bmht-intent-grid>button small,.bmht-intent-grid>button em{display:block}.bmht-intent-grid>button b{font-size:10px;line-height:1.3}.bmht-intent-grid>button small{font-size:8px;line-height:1.4;color:var(--bmht-muted);margin-top:2px}.bmht-intent-grid>button em{grid-column:2;font-size:8px;color:var(--bmht-brand);font-style:normal;font-weight:850;margin-top:2px}
.bmht-hub-idle [data-project-content]{display:none!important}.bmht-project-content{min-width:0}
.bmht-photo-placeholder{min-height:420px;border:1px dashed #d7d1c8;border-radius:18px;background:linear-gradient(145deg,#f7f5f1,#ece9e3);display:grid;place-items:center;align-content:center;gap:6px;text-align:center;padding:30px;color:#6f6a64}.bmht-photo-placeholder strong{font-size:18px;color:#302f2c}.bmht-photo-placeholder span{max-width:520px;font-size:11px;line-height:1.55}
.bmht-facade-education{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:12px 0 16px}.bmht-edu-card{border:1px solid #e4e0d9;background:#fff;border-radius:14px;padding:14px}.bmht-edu-card b{display:block;font-size:11px;margin-bottom:5px}.bmht-edu-card p{margin:0;font-size:9px;line-height:1.55;color:var(--bmht-muted)}.bmht-edu-card strong{color:#303336}.bmht-texture-section{margin:12px 0 18px;padding:14px;border:1px solid #e8e3dc;border-radius:15px;background:#fbfaf7}.bmht-texture-section h4{margin:3px 0 2px;font-size:15px}.bmht-texture-section>p{font-size:9px;color:var(--bmht-muted);margin:0 0 10px}.bmht-texture-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.bmht-texture-grid>button{appearance:none;border:1px solid #ddd8d1;border-radius:12px;background:#fff;padding:7px;text-align:left;font:inherit;cursor:pointer;min-width:0}.bmht-texture-grid>button.is-active,.bmht-texture-grid>button:hover{border-color:var(--bmht-brand);box-shadow:inset 0 0 0 1px var(--bmht-brand)}.bmht-texture-img{display:block;height:72px;overflow:hidden;border-radius:8px;background:#eee}.bmht-texture-img img{width:100%;height:100%;object-fit:cover;display:block}.bmht-texture-grid b,.bmht-texture-grid small{display:block}.bmht-texture-grid b{font-size:9px;margin-top:6px}.bmht-texture-grid small{font-size:7px;line-height:1.4;color:var(--bmht-muted);margin-top:2px}
.bmht-insulation-extras{margin:14px 0;padding:15px;border-radius:15px;background:#f4faf6;border:1px solid #cfe2d5}.bmht-insulation-extras[hidden]{display:none!important}.bmht-insulation-extras h4{font-size:15px;margin:3px 0}.bmht-insulation-extras p{font-size:9px;line-height:1.5;color:#557064;margin:0 0 10px}.bmht-insulation-extras label small{display:block;font-size:8px;line-height:1.4;color:#668075;margin-top:4px}
.bmht-auto-area-card,.bmht-auto-silicone-card{border:1px solid #d9e6dc;background:#f7fbf8;border-radius:12px;padding:11px 12px;min-height:60px;display:flex;flex-direction:column;justify-content:center;gap:3px}.bmht-auto-area-card{font-size:10px;color:#4c6356}.bmht-auto-silicone-card b{font-size:10px}.bmht-auto-silicone-card span{font-size:8px;line-height:1.45;color:#5f7267}.bmht-auto-silicone-card strong{color:#245f42}
.bmht-related-articles{padding:24px 26px;border-top:1px solid var(--bmht-line);background:#faf9f6}.bmht-related-head h3{font-size:22px;margin:3px 0}.bmht-related-head p{font-size:10px;color:var(--bmht-muted);margin:0}.bmht-related-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:14px}.bmht-related-card{border:1px solid #e4e1db;border-radius:14px;background:#fff;overflow:hidden;min-width:0}.bmht-related-card>a{display:block;height:120px;background:#eee}.bmht-related-card img{width:100%;height:100%;object-fit:cover;display:block}.bmht-related-card>div{padding:11px}.bmht-related-card span{font-size:7px;color:#8a847c}.bmht-related-card h4{font-size:11px;line-height:1.35;margin:4px 0}.bmht-related-card h4 a{color:inherit;text-decoration:none}.bmht-related-card p{font-size:8px;line-height:1.5;color:var(--bmht-muted);margin:0 0 8px}.bmht-related-link{font-size:8px;font-weight:850;color:var(--bmht-brand);text-decoration:none}.bmht-related-empty{grid-column:1/-1;padding:18px;border:1px dashed #d7d3cc;border-radius:12px;background:#fff;text-align:center;font-size:9px;color:var(--bmht-muted)}.bmht-mini-spinner{display:inline-block;width:12px;height:12px;border:2px solid #ddd;border-top-color:var(--bmht-brand);border-radius:50%;vertical-align:-2px;margin-right:5px;animation:bmht-spin .8s linear infinite}
/* Tile-only belépésnél a termékválasztó a fő döntési pont; nem rejtjük el a műszaki rendszert, csak vizuálisan hátrébb soroljuk. */
.bmht-intent-wall-tile .bmht-renovation-planner,.bmht-intent-floor-tile .bmht-renovation-planner,.bmht-intent-tiling .bmht-renovation-planner{border-color:#f1b08e;box-shadow:0 8px 28px rgba(228,92,37,.08)}
.bmht-reno-scope[hidden]{display:none!important}
@media(max-width:1050px){.bmht-intent-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.bmht-texture-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.bmht-related-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:760px){.bmht-project-hub{padding:20px 15px}.bmht-environment-grid{grid-template-columns:1fr}.bmht-intent-head{display:block}.bmht-intent-head span{display:block;margin-top:3px}.bmht-intent-grid{grid-template-columns:1fr}.bmht-facade-education{grid-template-columns:1fr}.bmht-texture-grid{grid-template-columns:1fr 1fr}.bmht-photo-placeholder{min-height:260px}.bmht-related-articles{padding:18px 14px}.bmht-related-grid{grid-template-columns:1fr}.bmht-related-card{display:grid;grid-template-columns:110px 1fr}.bmht-related-card>a{height:100%;min-height:110px}}
@media(max-width:420px){.bmht-texture-grid{grid-template-columns:1fr}.bmht-related-card{grid-template-columns:1fr}.bmht-related-card>a{height:130px}}
.bmht-facade-explain{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:12px 0 16px}.bmht-facade-explain article{border:1px solid #e4e0d9;background:#fff;border-radius:14px;padding:14px}.bmht-facade-explain b{display:block;font-size:11px;margin-bottom:5px}.bmht-facade-explain p{margin:0;font-size:9px;line-height:1.55;color:var(--bmht-muted)}.bmht-texture-picker{margin:12px 0 18px;padding:14px;border:1px solid #e8e3dc;border-radius:15px;background:#fbfaf7}.bmht-texture-head strong,.bmht-texture-head span{display:block}.bmht-texture-head strong{font-size:13px}.bmht-texture-head span{font-size:8px;color:var(--bmht-muted);margin-top:2px;margin-bottom:10px}
@media(max-width:760px){.bmht-facade-explain{grid-template-columns:1fr}}
/* 2.2.0 – projektvezérelt egyszerűsítés */
.bmht-system-planner.is-tile-only>.bmht-planner-head,
.bmht-system-planner.is-tile-only>.bmht-planner-tabs,
.bmht-system-planner.is-tile-only>.bmht-planner-pane,
.bmht-system-planner.is-tile-only>.bmht-store-products{display:none!important}
.bmht-workspace[hidden],.bmht-material-results[hidden],.bmht-planner-tabs[hidden]{display:none!important}

/* 2.2.1 – mobil interakció és érintésbiztos burkolatválasztó */
.bmht-app button:not(:disabled),.bmht-app [role="button"]{touch-action:manipulation;-webkit-tap-highlight-color:rgba(234,82,22,.12)}
.bmht-reno-category-nav,.bmht-reno-config,.bmht-mobile-layer-strip{position:relative;z-index:3}
.bmht-reno-category>*,.bmht-reno-pills button>*,.bmht-layer-btn>*,.bmht-product-choice>*,.bmht-grout-swatch>*{pointer-events:none}
.bmht-reno-loading{pointer-events:none}
@media(max-width:760px){
  .bmht-reno-category-nav{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;overflow:visible;padding-bottom:0;touch-action:pan-y}
  .bmht-reno-category{min-width:0;min-height:54px;width:100%;padding:9px 8px}
  .bmht-reno-category b{white-space:normal;font-size:10px;line-height:1.2}.bmht-reno-category small{white-space:normal;font-size:8px;line-height:1.25}
  .bmht-reno-pills{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.bmht-reno-pills button{min-height:54px;padding:10px 8px}
  .bmht-reno-product-grid{display:grid;grid-template-columns:1fr;overflow:visible;scroll-snap-type:none;padding-bottom:0}.bmht-reno-product{flex:none;width:100%;min-width:0}.bmht-reno-product-img{height:190px}
  .bmht-mobile-layer-strip{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;overflow:visible;touch-action:pan-y}.bmht-mobile-layer-strip .bmht-layer-btn{min-width:0;width:100%;min-height:48px}
  .bmht-choice-card,.bmht-product-choice,.bmht-grout-swatch,.bmht-reno-more{min-height:44px}.bmht-reno-recommendations{min-height:0}
}

/* 2.2.2 – mobil stabilitás és homlokzati fókusz */
.bmht-renovation-planner button,.bmht-house-card,.bmht-layer-btn,.bmht-family-list button,.bmht-swatch{touch-action:manipulation;-webkit-tap-highlight-color:transparent}
.bmht-facade-prep{display:grid;gap:10px;margin:14px 0;padding:14px;border:1px solid var(--bmht-line);border-radius:14px;background:#fbfaf7}.bmht-facade-prep>div:first-child strong,.bmht-facade-prep>div:first-child span{display:block}.bmht-facade-prep>div:first-child strong{font-size:12px}.bmht-facade-prep>div:first-child span{font-size:9px;color:var(--bmht-muted);line-height:1.45;margin-top:3px}.bmht-facade-prep-options{display:grid;grid-template-columns:1fr 1fr;gap:8px}.bmht-facade-prep-options button{appearance:none;border:1px solid var(--bmht-line);border-radius:11px;background:#fff;padding:11px;text-align:left;font:inherit;color:inherit;cursor:pointer}.bmht-facade-prep-options button b,.bmht-facade-prep-options button small{display:block}.bmht-facade-prep-options button b{font-size:10px}.bmht-facade-prep-options button small{font-size:8px;line-height:1.4;color:var(--bmht-muted);margin-top:3px}.bmht-facade-prep-options button.is-active{border-color:var(--bmht-brand);box-shadow:inset 0 0 0 1px var(--bmht-brand);background:#fff6f1}.bmht-facade-prep-options button:disabled{opacity:.45;cursor:not-allowed}
@media(max-width:760px){.bmht-facade-prep-options{grid-template-columns:1fr}.bmht-renovation-planner,.bmht-renovation-planner *{max-width:100%}.bmht-reno-category-nav,.bmht-reno-pills{position:relative;z-index:8}.bmht-reno-category,.bmht-reno-pills button{touch-action:manipulation;pointer-events:auto}.bmht-photo-scene{contain:layout paint;transform:translateZ(0)}.bmht-photo-canvas{will-change:auto}}
