/* Konspekt – Kalkulator kosztów hali */
#khc-root{
  --khc-orange:#f7941e;
  --khc-orange-dark:#d97600;
  --khc-navy:#173e59;
  --khc-navy-2:#102f45;
  --khc-ink:#263943;
  --khc-muted:#6e7b83;
  --khc-line:#dbe3e7;
  --khc-soft:#f4f7f8;
  --khc-soft2:#eef2f4;
  --khc-green:#17795b;
  --khc-green-bg:#ecf8f3;
  --khc-radius:16px;
  color:var(--khc-ink);
  font-family:Arial,Helvetica,sans-serif;
  line-height:1.4;
  width:100%;
}
#khc-root *{box-sizing:border-box}
#khc-root button,#khc-root input,#khc-root select,#khc-root textarea{font:inherit}
#khc-root button{cursor:pointer}
#khc-root img{max-width:100%;height:auto;display:block}
#khc-root .khc-shell{width:100%;max-width:1280px;margin:0 auto;background:#f2f5f6;border:1px solid #e3e9ec;border-radius:20px;overflow:hidden;box-shadow:0 12px 36px rgba(23,62,89,.07)}
#khc-root .khc-topbar{display:flex;align-items:center;justify-content:space-between;gap:24px;background:#fff;padding:14px 22px;border-bottom:1px solid var(--khc-line)}
#khc-root .khc-brandtitle{font-size:17px;font-weight:900;color:var(--khc-navy)}
#khc-root .khc-kicker{font-size:10px;line-height:1.2;font-weight:900;letter-spacing:.13em;color:var(--khc-orange);text-transform:uppercase}
#khc-root .khc-logo{width:205px;max-height:58px;object-fit:contain;object-position:right center}

/* APPROVED HERO / QUICK RESULT */
#khc-root .khc-shell{width:100%;max-width:1440px;margin:0 auto;background:#f4f7f8;border:1px solid #e0e7ea;border-radius:0;overflow:hidden;box-shadow:none}
#khc-root .khc-topbar{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:24px;background:#fff;padding:10px 24px;border-bottom:4px solid var(--khc-orange)}
#khc-root .khc-top-left{min-width:0}
#khc-root .khc-brandtitle{font-size:21px;line-height:1.05;font-weight:900;color:var(--khc-navy)}
#khc-root .khc-kicker{font-size:10px;line-height:1.2;font-weight:900;letter-spacing:.13em;color:var(--khc-orange);text-transform:uppercase}
#khc-root .khc-logo{width:235px;max-height:58px;object-fit:contain;object-position:center}
#khc-root .khc-top-meta{text-align:right;font-size:9px;color:#60717b;line-height:1.45}
#khc-root .khc-top-meta span,#khc-root .khc-top-meta b{display:block}
#khc-root .khc-top-meta b{color:#172b38;font-size:10px}
#khc-root .khc-intro{background:#fff;padding:18px 24px 10px}
#khc-root .khc-intro h1{margin:0;color:#1e252b;font-size:32px;line-height:1.08;letter-spacing:-.02em}
#khc-root .khc-intro p{max-width:920px;margin:7px 0 10px;color:#697982;font-size:14px;line-height:1.5}
#khc-root .khc-online-badge{display:inline-flex;align-items:center;background:var(--khc-green-bg);border:1px solid #b9e1d2;color:#176d54;border-radius:999px;padding:6px 11px;font-size:11px;font-weight:900}

#khc-root .khc-quick{display:grid;grid-template-columns:320px minmax(470px,1fr) 300px;gap:14px;padding:10px 24px 18px;align-items:stretch;background:#fff}
#khc-root .khc-quick-form,#khc-root .khc-visual-card{background:#fff;border:1px solid #d7e0e4;border-radius:17px;box-shadow:0 8px 24px rgba(23,62,89,.04)}
#khc-root .khc-quick-form{padding:18px}
#khc-root .khc-quick-form h2{font-size:22px;line-height:1.15;margin:5px 0 15px;color:var(--khc-navy)}
#khc-root .khc-fieldgrid{display:grid;grid-template-columns:1fr 1fr;gap:10px}
#khc-root .khc-fieldgrid label,#khc-root .khc-wide-label{display:flex;flex-direction:column;gap:5px;font-size:9px;font-weight:900;letter-spacing:.05em;color:#56656d;text-transform:uppercase}
#khc-root .khc-fieldgrid .khc-full{grid-column:1/-1}
#khc-root .khc-label-inline{display:flex;align-items:center;gap:6px}
#khc-root input,#khc-root select,#khc-root textarea{width:100%;min-width:0;border:1px solid #bdcbd2;background:#fff;color:#1e3542;border-radius:10px;padding:10px 11px;outline:none;transition:.15s;border-color .15s,box-shadow .15s;font-weight:700}
#khc-root input:focus,#khc-root select:focus,#khc-root textarea:focus{border-color:var(--khc-orange);box-shadow:0 0 0 3px rgba(247,148,30,.14)}
#khc-root .khc-i{width:18px;height:18px;border:0;border-radius:50%;background:var(--khc-navy);color:#fff;font-size:10px;font-weight:900;padding:0;display:inline-grid;place-items:center;text-transform:none}
#khc-root .khc-area-row{display:flex;justify-content:space-between;align-items:center;background:#f2f5f6;border-radius:10px;margin-top:10px;padding:9px 11px;color:#52646e}
#khc-root .khc-area-row span{font-size:9px;font-weight:900}
#khc-root .khc-area-row strong{font-size:18px;color:var(--khc-navy)}
#khc-root .khc-current{margin:9px 0 0;padding:9px 10px;border-radius:8px;background:#fffaf4;color:#596971;font-size:10px;line-height:1.45;border-left:3px solid var(--khc-orange)}
#khc-root .khc-btn{border:0;border-radius:10px;padding:10px 14px;font-size:12px;font-weight:900;display:inline-flex;align-items:center;justify-content:center;gap:7px;text-decoration:none;transition:transform .12s,box-shadow .12s,background .12s}
#khc-root .khc-btn:hover{transform:translateY(-1px)}
#khc-root .khc-btn-primary{background:var(--khc-orange);color:#fff;box-shadow:0 5px 13px rgba(247,148,30,.18)}
#khc-root .khc-btn-dark{background:var(--khc-navy);color:#fff}
#khc-root .khc-btn-light{background:#edf2f4;color:var(--khc-navy);border:1px solid #d5dfe4}

#khc-root .khc-visual-card{position:relative;min-height:520px;padding:12px;display:flex;flex-direction:column;justify-content:center;overflow:hidden;background:linear-gradient(180deg,#fff,#fbfcfc)}
#khc-root .khc-visual-label{position:absolute;left:16px;top:16px;z-index:2;background:#fff;border:1px solid #dbe4e8;border-radius:10px;padding:9px 11px;box-shadow:0 4px 12px rgba(23,62,89,.04)}
#khc-root .khc-visual-label b{display:block;font-size:11px;color:var(--khc-navy)}
#khc-root .khc-visual-label small{display:block;font-size:8px;color:#708088;margin-top:3px}
#khc-root .khc-hall-image{min-height:390px;display:flex;align-items:center;justify-content:center;padding:34px 10px 20px}
#khc-root .khc-hall-image img{width:100%;max-height:410px;object-fit:contain}
#khc-root .khc-dim-pills{display:flex;gap:7px;position:absolute;left:16px;bottom:14px}
#khc-root .khc-dim-pills b{background:#173e59;color:#fff;border-radius:8px;padding:6px 9px;font-size:9px;white-space:nowrap}

#khc-root .khc-result-card{background:linear-gradient(145deg,var(--khc-navy),var(--khc-navy-2));color:#fff;border-radius:17px;padding:18px;box-shadow:0 12px 28px rgba(23,62,89,.18);display:flex;flex-direction:column;align-self:stretch;justify-content:flex-start;margin:0}
#khc-root .khc-result-kicker{font-size:9px;color:#ffad44;font-weight:900;letter-spacing:.11em;margin-bottom:4px}
#khc-root .khc-result-card h3{font-size:18px;line-height:1.18;margin:0 0 10px;color:#fff}
#khc-root .khc-result-card>strong{display:block;font-size:36px;line-height:1.02;margin:4px 0;letter-spacing:-.02em}
#khc-root .khc-result-card>small{display:block;color:#e0ebf0;font-size:9px}
#khc-root .khc-structure-line{display:block;margin-top:14px;padding:11px 12px;border:1px solid rgba(255,255,255,.15);background:rgba(255,255,255,.08);border-radius:10px}
#khc-root .khc-structure-line span{display:block;font-size:8px;color:#d1e0e7;line-height:1.25;text-transform:uppercase}
#khc-root .khc-structure-line b{display:block;font-size:14px;white-space:nowrap;margin-top:5px}
#khc-root .khc-result-note{background:#fff;color:#43545e;border-radius:10px;padding:10px 11px;margin-top:12px;font-size:9px;line-height:1.45}
#khc-root .khc-result-note b{color:#253d49}
#khc-root .khc-result-cta{width:100%;margin-top:auto;font-size:14px;padding:13px 10px}
#khc-root .khc-live-note{text-align:center;color:#c6d6df;font-size:8px;margin-top:7px}
#khc-root .khc-blocked{margin-top:10px;background:#fff3df;border:1px solid #f0c37f;border-radius:10px;padding:10px 12px;color:#7c4c0c;font-size:10px}

/* DETAILS */
#khc-root .khc-details,#khc-root .khc-summary,#khc-root .khc-share,#khc-root .khc-contact{padding:0 16px 16px}
#khc-root .khc-section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;padding:14px 4px 10px}
#khc-root .khc-section-head>div>span{display:block;font-size:9px;font-weight:900;letter-spacing:.12em;color:var(--khc-orange)}
#khc-root .khc-section-head h2{margin:2px 0 0;font-size:23px;color:var(--khc-navy)}
#khc-root .khc-section-head>p{margin:0;max-width:520px;text-align:right;color:var(--khc-muted);font-size:11px}
#khc-root .khc-block{background:#fff;border:1px solid var(--khc-line);border-radius:var(--khc-radius);padding:14px;margin-bottom:12px;box-shadow:0 6px 16px rgba(23,62,89,.025)}
#khc-root .khc-block-head{display:flex;justify-content:space-between;gap:14px;align-items:start;margin-bottom:10px}
#khc-root .khc-block-head h3{font-size:15px;color:var(--khc-navy);margin:0 0 2px}
#khc-root .khc-block-head p{font-size:9.5px;color:var(--khc-muted);margin:0}
#khc-root .khc-block-head>b{font-size:10px;color:var(--khc-navy);text-align:right;white-space:nowrap}
#khc-root .khc-cover-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px}
#khc-root .khc-choice,#khc-root .khc-floor-card,#khc-root .khc-project-grid article{position:relative;border:1px solid var(--khc-line);border-radius:13px;background:#fff;overflow:hidden;transition:.15s;cursor:pointer}
#khc-root .khc-choice:hover,#khc-root .khc-floor-card:hover,#khc-root .khc-project-grid article:hover{border-color:#efbb79;box-shadow:0 7px 18px rgba(31,56,70,.07)}
#khc-root .khc-choice.active,#khc-root .khc-floor-card.active,#khc-root .khc-project-grid article.active{border:3px solid var(--khc-orange);background:#fffaf3;box-shadow:0 0 0 3px rgba(247,148,30,.10),0 10px 24px rgba(31,56,70,.08)}
#khc-root .khc-selected{display:none;position:absolute;right:8px;top:8px;background:var(--khc-orange);color:#fff;border-radius:999px;padding:4px 7px;font-size:8px;font-weight:900;z-index:5;box-shadow:0 4px 10px rgba(247,148,30,.25)}
#khc-root .active>.khc-selected{display:block}
#khc-root .khc-choice-img{height:130px;background:#f6f8f9;display:flex;align-items:center;justify-content:center;padding:8px;border-bottom:1px solid #edf1f3}
#khc-root .khc-choice-img img{width:100%;height:100%;object-fit:contain}
#khc-root .khc-choice-body{padding:10px}
#khc-root .khc-choice-body h4,#khc-root .khc-floor-info h4,#khc-root .khc-project-grid h4{font-size:13px;margin:0 0 3px;color:#263b47}
#khc-root .khc-choice-body p,#khc-root .khc-floor-info>p,#khc-root .khc-project-grid p{font-size:9px;color:var(--khc-muted);margin:0 0 7px;line-height:1.35}
#khc-root .khc-choice-body select{padding:7px 8px;font-size:10px;border-radius:8px}
#khc-root .khc-info-icon{display:inline-grid;place-items:center;width:19px;height:19px;margin-left:5px;padding:0;border:1px solid #9bb1bd;border-radius:50%;background:#f3f7f9;color:#31566b;font-size:11px;font-weight:900;line-height:1;vertical-align:1px;cursor:pointer}
#khc-root .khc-info-icon:hover{background:#eaf2f6;border-color:#6e94a8}
#khc-root .khc-panel-selects{display:none;grid-template-columns:1fr 1fr;gap:6px;margin-top:8px;padding-top:8px;border-top:1px solid #e7edef}
#khc-root .khc-choice.active .khc-panel-selects{display:grid}
#khc-root .khc-panel-selects label{display:block;font-size:8px;font-weight:900;color:#50616a;text-transform:uppercase;letter-spacing:.04em}
#khc-root .khc-panel-selects select{width:100%;margin-top:3px;text-transform:none;font-weight:700;color:#263b47;background:#fff}
#khc-root .khc-choice.is-unavailable{opacity:.42;cursor:not-allowed;filter:grayscale(.35)}
#khc-root .khc-choice.is-unavailable:hover{border-color:var(--khc-line);box-shadow:none}

/* FLOORS */
#khc-root .khc-floor-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;align-items:start}
#khc-root .khc-floor-card{display:grid;grid-template-columns:minmax(180px,43%) minmax(0,1fr);min-height:226px;align-items:stretch}
#khc-root .khc-floor-image{display:flex;align-items:center;justify-content:center;background:#f7f9fa;border-right:1px solid #e7edef;padding:10px}
#khc-root .khc-floor-image img{max-height:205px;width:100%;height:100%;object-fit:contain}
#khc-root .khc-floor-info{padding:11px 12px;display:flex;flex-direction:column;justify-content:center;min-width:0}
#khc-root .khc-floor-info ul{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr 1fr;gap:4px 6px}
#khc-root .khc-floor-info li{border:1px solid #e4eaed;background:#fafcfc;border-radius:7px;padding:5px 6px;min-width:0;line-height:1.12}
#khc-root .khc-floor-info li b{display:block;font-size:8.5px;color:#364b56}
#khc-root .khc-floor-info li span{display:block;font-size:8px;color:#718087;margin-top:1px}
#khc-root .khc-floor-info>small{font-size:7.8px;color:#839097;margin-top:6px;line-height:1.3}
#khc-root .khc-floor-card.active .khc-floor-info li{border-color:#f3d2aa;background:#fff8ef}
#khc-root .khc-switch-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}
#khc-root .khc-switch-row label{display:flex;align-items:center;gap:7px;background:#f5f8f9;border:1px solid #dce4e8;border-radius:9px;padding:8px 10px;font-size:10px;font-weight:800;color:#3f535e}
#khc-root .khc-switch-row input{width:auto;accent-color:var(--khc-orange)}

/* TWO COLS / controls */
#khc-root .khc-two-col{display:grid;grid-template-columns:1fr 1fr;gap:20px}
#khc-root .khc-two-col>div{min-width:0}
#khc-root .khc-compact-fields{margin-top:9px}
#khc-root .khc-compact-fields input,#khc-root .khc-compact-fields select{padding:8px;font-size:10px}
#khc-root .khc-daylight-proposal{background:#eef7fc;border-left:3px solid #2e78a5;border-radius:8px;padding:9px 10px;font-size:10px;color:#33576c;margin:9px 0;line-height:1.4}
#khc-root .khc-button-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}
#khc-root .khc-button-grid button,#khc-root .khc-snow-buttons button{border:1px solid #ccd7dc;background:#fff;color:#334a56;border-radius:9px;padding:9px;font-size:10px;font-weight:900}
#khc-root .khc-button-grid button.active,#khc-root .khc-snow-buttons button.active{background:#fff2df;border:2px solid var(--khc-orange);color:#9d5a00;box-shadow:0 0 0 2px rgba(247,148,30,.09)}
#khc-root .khc-snow-wrap{display:grid;grid-template-columns:160px minmax(0,1fr);gap:12px;align-items:center}
#khc-root .khc-snow-wrap>img{width:100%;max-height:145px;object-fit:contain}
#khc-root .khc-snow-buttons{display:grid;grid-template-columns:repeat(5,1fr);gap:4px;margin-top:8px}
#khc-root .khc-wide-label input{margin-top:5px;padding:8px;font-size:10px;text-transform:none}

/* PROJECT */
#khc-root .khc-project-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}
#khc-root .khc-project-grid article{padding:13px;min-height:118px}
#khc-root .khc-link-btn{border:0;background:transparent;color:#1f678f;font-size:9px;font-weight:900;padding:4px 0;text-decoration:underline;text-underline-offset:2px}

/* SUMMARY */
#khc-root .khc-summary-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(260px,.8fr);gap:12px}
#khc-root .khc-cost-table,#khc-root .khc-final-card,#khc-root .khc-share,#khc-root .khc-contact{background:#fff;border:1px solid var(--khc-line);border-radius:var(--khc-radius)}
#khc-root .khc-cost-table{overflow:hidden}
#khc-root .khc-cost-row{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:10px 13px;border-bottom:1px solid #edf1f3;font-size:11px}
#khc-root .khc-cost-row:last-child{border-bottom:0}
#khc-root .khc-cost-row span{color:#55656e}
#khc-root .khc-cost-row strong{color:#253d49;white-space:nowrap}
#khc-root .khc-cost-row.is-off strong{color:#89969d;font-size:9px;font-weight:700}
#khc-root .khc-final-card{padding:17px;background:linear-gradient(145deg,#173e59,#102e43);color:#fff}
#khc-root .khc-final-card>span{display:block;color:#bdd0da;font-size:10px;font-weight:800;text-transform:uppercase}
#khc-root .khc-final-card>strong{display:block;font-size:30px;line-height:1.05;margin:8px 0 4px}
#khc-root .khc-final-card>b{display:block;font-size:13px}
#khc-root .khc-final-card>small{display:block;font-size:8.5px;color:#c7d6dd;margin-top:9px}
#khc-root .khc-actions{display:flex;flex-wrap:wrap;gap:7px;margin-top:12px}
#khc-root .khc-final-card .khc-btn-light{background:#fff;color:var(--khc-navy);border:0}

/* SHARE / CONTACT */
#khc-root .khc-bottom-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:12px;margin:0 16px 16px;align-items:stretch}
#khc-root .khc-bottom-grid .khc-share,#khc-root .khc-bottom-grid .khc-contact{margin:0;height:100%}
#khc-root .khc-bottom-grid .khc-contact{display:block}
#khc-root .khc-bottom-grid .khc-contact-grid{margin-top:10px}
#khc-root .khc-share{margin:0 16px 12px;padding:15px}
#khc-root .khc-share h3,#khc-root .khc-contact h3{font-size:16px;color:var(--khc-navy);margin:0 0 3px}
#khc-root .khc-share>p,#khc-root .khc-contact>div>p{font-size:10px;color:var(--khc-muted);margin:0 0 10px}
#khc-root .khc-share-row{display:grid;grid-template-columns:145px minmax(0,1fr);gap:8px}
#khc-root .khc-share-row>div{background:#f5f8f9;border:1px solid #dce4e8;border-radius:9px;padding:7px 10px}
#khc-root .khc-share-row span{display:block;font-size:8px;color:#77858d;text-transform:uppercase}
#khc-root .khc-share-row strong{display:block;font-size:15px;color:var(--khc-navy)}
#khc-root .khc-share-row input{font-size:10px}
#khc-root .khc-status{min-height:16px;margin-top:7px;font-size:9px;color:var(--khc-green)}
#khc-root .khc-contact{margin:0 16px 16px;padding:16px;display:grid;grid-template-columns:.75fr 1.25fr;gap:20px;align-items:start}
#khc-root .khc-contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}
#khc-root .khc-contact-grid input{font-size:10px;padding:9px}
#khc-root .khc-consent{grid-column:1/-1;display:flex;align-items:flex-start;gap:7px;font-size:9px;color:#64737b}
#khc-root .khc-consent input{width:auto;accent-color:var(--khc-orange);margin-top:2px}
#khc-root .khc-contact-grid .khc-btn,#khc-root .khc-contact-grid .khc-status{grid-column:1/-1}

/* MODAL */
#khc-root .khc-modal-back[hidden]{display:none}
#khc-root .khc-modal-back{position:fixed;inset:0;z-index:99999;background:rgba(11,28,38,.62);display:grid;place-items:center;padding:20px}
#khc-root .khc-modal{position:relative;width:min(620px,100%);background:#fff;border-radius:16px;padding:20px 22px;box-shadow:0 25px 70px rgba(0,0,0,.3)}
#khc-root .khc-modal h3{margin:0 38px 8px 0;color:var(--khc-navy);font-size:19px}
#khc-root .khc-modal #khc-modal-body{font-size:12px;color:#50616a;line-height:1.55}
#khc-root .khc-modal #khc-modal-body ul{padding-left:18px}
#khc-root .khc-modal-close{position:absolute;right:12px;top:10px;border:0;background:#edf2f4;width:32px;height:32px;border-radius:50%;font-size:21px;color:#40535e}

/* MOBILE STICKY */
#khc-root .khc-mobile-total{display:none}

@media(max-width:1050px){
  #khc-root .khc-quick{grid-template-columns:310px minmax(0,1fr) 270px}
  #khc-root .khc-cover-grid{grid-template-columns:repeat(2,1fr)}
  #khc-root .khc-floor-card{grid-template-columns:190px minmax(0,1fr)}
  #khc-root .khc-floor-info ul{grid-template-columns:1fr}
}
@media(max-width:820px){
  #khc-root .khc-shell{border-radius:14px}
  #khc-root .khc-topbar{grid-template-columns:1fr auto}
  #khc-root .khc-top-meta{display:none}
  #khc-root .khc-quick{grid-template-columns:1fr}
  #khc-root .khc-visual-card{min-height:420px}
  #khc-root .khc-result-card{min-height:0}
  #khc-root .khc-two-col{grid-template-columns:1fr;gap:14px}
  #khc-root .khc-floor-grid{grid-template-columns:1fr}
  #khc-root .khc-floor-card{grid-template-columns:minmax(190px,38%) minmax(0,1fr)}
  #khc-root .khc-floor-info ul{grid-template-columns:1fr 1fr}
  #khc-root .khc-project-grid{grid-template-columns:1fr}
  #khc-root .khc-summary-grid{grid-template-columns:1fr}
  #khc-root .khc-contact{grid-template-columns:1fr}
}
@media(max-width:820px){
  #khc-root .khc-bottom-grid{grid-template-columns:1fr;margin:0 10px 76px;gap:9px}
  #khc-root .khc-bottom-grid .khc-contact{margin:0}
}
@media(max-width:620px){
  #khc-root{font-size:14px}
  #khc-root .khc-shell{border:0;border-radius:0;box-shadow:none}
  #khc-root .khc-topbar{padding:10px 12px}
  #khc-root .khc-logo{width:150px;max-height:44px}
  #khc-root .khc-brandtitle{font-size:14px}
  #khc-root .khc-topbar .khc-kicker{font-size:7px}
  #khc-root .khc-quick{padding:10px;gap:10px}
  #khc-root .khc-quick-form{padding:14px}
  #khc-root .khc-quick-form h2{font-size:20px}
  #khc-root .khc-fieldgrid{grid-template-columns:1fr;gap:8px}
  #khc-root .khc-fieldgrid .khc-full{grid-column:auto}
  #khc-root .khc-intro{padding:14px 12px 6px}
  #khc-root .khc-intro h1{font-size:25px}
  #khc-root .khc-intro p{font-size:12px}
  #khc-root .khc-quick{padding:8px 10px 12px}
  #khc-root .khc-visual-card{min-height:340px}
  #khc-root .khc-hall-image{min-height:300px;padding:30px 0 20px}
  #khc-root .khc-hall-image img{max-height:285px}
  #khc-root .khc-result-card{width:100%;padding:14px}
  #khc-root .khc-result-card>strong{font-size:25px}
  #khc-root .khc-details,#khc-root .khc-summary{padding:0 10px 10px}
  #khc-root .khc-section-head{display:block;padding:12px 2px 8px}
  #khc-root .khc-section-head h2{font-size:20px}
  #khc-root .khc-section-head>p{text-align:left;margin-top:4px}
  #khc-root .khc-block{padding:11px;margin-bottom:9px;border-radius:12px}
  #khc-root .khc-block-head{display:block}
  #khc-root .khc-block-head>b{display:block;text-align:left;margin-top:4px;color:#687981}
  #khc-root .khc-cover-grid{grid-template-columns:1fr 1fr;gap:7px}
  #khc-root .khc-choice-img{height:102px}
  #khc-root .khc-choice-body{padding:8px}
  #khc-root .khc-choice-body h4{font-size:11px;padding-right:0}
  #khc-root .khc-choice-body p{font-size:8px;min-height:30px}
  #khc-root .khc-selected{font-size:6.8px;padding:3px 5px;right:5px;top:5px}
  #khc-root .khc-floor-card{grid-template-columns:42% minmax(0,1fr);min-height:0}
  #khc-root .khc-floor-image{padding:7px}
  #khc-root .khc-floor-image img{max-height:175px}
  #khc-root .khc-floor-info{padding:8px}
  #khc-root .khc-floor-info h4{font-size:11px}
  #khc-root .khc-floor-info>p{font-size:8px;margin-bottom:4px}
  #khc-root .khc-floor-info ul{grid-template-columns:1fr;gap:3px}
  #khc-root .khc-floor-info li{padding:4px 5px}
  #khc-root .khc-floor-info li b{font-size:7.6px}
  #khc-root .khc-floor-info li span{font-size:7px}
  #khc-root .khc-floor-info>small{font-size:6.8px;margin-top:4px}
  #khc-root .khc-snow-wrap{grid-template-columns:120px minmax(0,1fr)}
  #khc-root .khc-share{margin:0 10px 9px;padding:12px}
  #khc-root .khc-contact{margin:0 10px 76px;padding:12px}
  #khc-root .khc-share-row{grid-template-columns:1fr}
  #khc-root .khc-contact-grid{grid-template-columns:1fr}
  #khc-root .khc-consent,#khc-root .khc-contact-grid .khc-btn,#khc-root .khc-contact-grid .khc-status{grid-column:auto}
  #khc-root .khc-mobile-total{display:flex;position:fixed;left:0;right:0;bottom:0;z-index:9998;background:var(--khc-navy);color:#fff;padding:9px 12px;align-items:center;justify-content:space-between;gap:10px;box-shadow:0 -8px 22px rgba(0,0,0,.22)}
  #khc-root .khc-mobile-total small{display:block;font-size:8px;color:#bed0da}
  #khc-root .khc-mobile-total strong{font-size:17px}
  #khc-root .khc-mobile-total button{border:0;border-radius:9px;background:var(--khc-orange);color:#fff;font-weight:900;padding:9px 11px;font-size:10px}
}
@media(max-width:430px){
  #khc-root .khc-cover-grid{grid-template-columns:1fr}
  #khc-root .khc-choice{display:grid;grid-template-columns:115px minmax(0,1fr)}
  #khc-root .khc-choice-img{height:auto;min-height:105px;border-bottom:0;border-right:1px solid #edf1f3}
  #khc-root .khc-choice-body{display:flex;flex-direction:column;justify-content:center}
  #khc-root .khc-floor-card{grid-template-columns:38% minmax(0,1fr)}
  #khc-root .khc-snow-wrap{grid-template-columns:1fr}
  #khc-root .khc-snow-wrap>img{max-height:130px}
}

/* Lokalna wyszukiwarka PRNG / strefy śniegowe */
#khc-root .khc-location-box{position:relative;min-width:0}
#khc-root .khc-location-results{position:absolute;z-index:50;left:0;right:0;top:50px;max-height:310px;overflow:auto;background:#fff;border:1px solid #ccd7dc;border-radius:10px;box-shadow:0 14px 36px rgba(22,51,70,.18);padding:5px}
#khc-root .khc-location-option{width:100%;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:2px 10px;text-align:left;border:0;border-bottom:1px solid #edf1f3;background:#fff;padding:9px 10px;cursor:pointer;border-radius:7px;color:#20394e}
#khc-root .khc-location-option:last-child{border-bottom:0}
#khc-root .khc-location-option:hover,#khc-root .khc-location-option:focus{background:#fff6ea;outline:none}
#khc-root .khc-location-option strong{font-size:11px;line-height:1.25}
#khc-root .khc-location-option span{grid-column:1;font-size:9px;line-height:1.35;color:#687983;text-transform:none;letter-spacing:0;font-weight:600}
#khc-root .khc-location-option b{grid-column:2;grid-row:1 / span 2;align-self:center;white-space:nowrap;border-radius:999px;padding:4px 7px;background:#eef4f7;color:#173e59;font-size:9px}
#khc-root .khc-location-empty{padding:10px;font-size:10px;color:#687983}
#khc-root .khc-location-status{margin-top:6px;padding:7px 9px;border-radius:8px;background:#f3f6f8;color:#5b6c76;font-size:9px;line-height:1.45;text-transform:none;letter-spacing:0;font-weight:650}
#khc-root .khc-location-status.is-ok{background:#eef8f1;color:#24613a}
#khc-root .khc-location-status.is-warn{background:#fff4df;color:#875200}
#khc-root .khc-location-status.is-manual{background:#edf4f8;color:#294f65}
#khc-root .khc-snow-source{display:block;margin-top:7px;color:#77858d;font-size:8px;line-height:1.4}

/* v1.3 – czytelność formularzy, wyniku i zestawienia */
#khc-root .khc-fieldgrid label,#khc-root .khc-wide-label{font-size:10px}
#khc-root input,#khc-root select,#khc-root textarea{font-size:13px;line-height:1.25}
#khc-root select{min-height:42px}
#khc-root .khc-compact-fields input,#khc-root .khc-compact-fields select{font-size:12px;min-height:39px}
#khc-root .khc-choice-body select{font-size:12px;min-height:38px}
#khc-root .khc-wide-label input{font-size:13px;min-height:40px}
#khc-root .khc-button-grid button,#khc-root .khc-snow-buttons button{font-size:12px;min-height:40px}
#khc-root .khc-switch-row label{font-size:11px}
#khc-root .khc-choice-body h4,#khc-root .khc-floor-info h4,#khc-root .khc-project-grid h4{font-size:14px}
#khc-root .khc-choice-body p,#khc-root .khc-floor-info>p,#khc-root .khc-project-grid p{font-size:10px}
#khc-root .khc-block-head p{font-size:10.5px;line-height:1.45}

#khc-root .khc-geometry-note{margin-top:7px;padding:8px 10px;border-radius:8px;background:#eef4f7;color:#536873;font-size:9.5px;line-height:1.45;border-left:3px solid #7e9cac}
#khc-root .khc-geometry-note strong{color:#28485b}

#khc-root .khc-unit-highlight{margin-top:9px;padding:10px 12px;border-radius:11px;background:rgba(255,255,255,.11);border:1px solid rgba(255,255,255,.17)}
#khc-root .khc-unit-highlight span{display:block;font-size:8px;color:#d3e2e9;text-transform:uppercase;font-weight:900;letter-spacing:.05em}
#khc-root .khc-unit-highlight b{display:block;margin-top:3px;font-size:20px;line-height:1.08;color:#fff}
#khc-root .khc-result-note{font-size:9.5px}
#khc-root .khc-result-note>small{display:block;margin-top:7px;color:#65747d;font-size:8.5px}
#khc-root .khc-result-chips{display:flex;flex-wrap:wrap;gap:5px;margin-top:8px}
#khc-root .khc-result-chips span{display:inline-flex;align-items:center;border-radius:999px;padding:4px 7px;background:#eef5f7;border:1px solid #d8e4e9;color:#315268;font-size:8px;font-weight:850}
#khc-root .khc-result-chips span.is-off{background:#f1f2f3;border-color:#e5e7e8;color:#9aa3a8;text-decoration:line-through}

#khc-root .khc-summary-grid{grid-template-columns:minmax(0,1.35fr) minmax(310px,.65fr);gap:14px;align-items:stretch}
#khc-root .khc-cost-row{align-items:center;padding:13px 15px;font-size:13px;min-height:67px}
#khc-root .khc-cost-copy{min-width:0;max-width:78%}
#khc-root .khc-cost-copy>span{display:block;color:#294553;font-size:13px;font-weight:850;line-height:1.2}
#khc-root .khc-cost-copy>small{display:block;margin-top:4px;color:#74838b;font-size:9.5px;line-height:1.35;font-weight:500}
#khc-root .khc-cost-row>strong{font-size:13px;color:#173e59}
#khc-root .khc-cost-row.is-off .khc-cost-copy>span{color:#7e8b91}
#khc-root .khc-cost-row.is-off .khc-cost-copy>small{color:#9ca6ab}
#khc-root .khc-cost-row.is-off>strong{font-size:10px}

#khc-root .khc-final-card{padding:20px}
#khc-root .khc-final-card>strong{font-size:36px;margin:9px 0 12px}
#khc-root .khc-final-unit-box{padding:11px 12px;border-radius:10px;background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.16);margin-bottom:10px}
#khc-root .khc-final-unit-box span{display:block;font-size:8px;color:#c8dbe4;text-transform:uppercase;font-weight:900;letter-spacing:.05em}
#khc-root .khc-final-unit-box b{display:block;font-size:19px;line-height:1.1;margin-top:3px;color:#fff}
#khc-root .khc-actions{display:grid;grid-template-columns:1fr;gap:8px;margin-top:15px}
#khc-root .khc-actions .khc-btn{width:100%;min-height:42px}
#khc-root .khc-final-card .khc-btn-dark{background:#245775;color:#fff;border:1px solid rgba(255,255,255,.17);box-shadow:inset 0 0 0 1px rgba(0,0,0,.04)}
#khc-root .khc-final-card .khc-btn-dark:hover{background:#2b6588}
#khc-root .khc-final-card .khc-btn-light{background:#fff;color:var(--khc-navy);border:1px solid rgba(255,255,255,.8)}

@media(max-width:820px){
  #khc-root .khc-summary-grid{grid-template-columns:1fr}
}
@media(max-width:620px){
  #khc-root input,#khc-root select,#khc-root textarea{font-size:14px}
  #khc-root .khc-choice-body h4,#khc-root .khc-floor-info h4,#khc-root .khc-project-grid h4{font-size:13px}
  #khc-root .khc-choice-body p,#khc-root .khc-floor-info>p,#khc-root .khc-project-grid p{font-size:9.5px;min-height:0}
  #khc-root .khc-cost-row{padding:12px;min-height:64px}
  #khc-root .khc-cost-copy{max-width:70%}
  #khc-root .khc-cost-copy>span{font-size:12px}
  #khc-root .khc-cost-copy>small{font-size:8.8px}
  #khc-root .khc-final-card>strong{font-size:32px}
  #khc-root .khc-final-unit-box b{font-size:18px}
}

/* v1.3.1 – finalne dopracowanie czytelności */
#khc-root .khc-fieldgrid label,#khc-root .khc-wide-label{font-size:11px;letter-spacing:.035em}
#khc-root input,#khc-root select,#khc-root textarea{font-size:14px;font-weight:650}
#khc-root .khc-compact-fields input,#khc-root .khc-compact-fields select,#khc-root .khc-choice-body select{font-size:13px}
#khc-root .khc-button-grid button,#khc-root .khc-snow-buttons button{font-size:13px;font-weight:850}
#khc-root .khc-switch-row label{font-size:12px}
#khc-root .khc-choice-body h4,#khc-root .khc-floor-info h4,#khc-root .khc-project-grid h4{font-size:15px}
#khc-root .khc-choice-body p,#khc-root .khc-floor-info>p,#khc-root .khc-project-grid p{font-size:11px;line-height:1.4}
#khc-root .khc-unit-highlight{padding:12px 13px;background:rgba(255,255,255,.13);border-color:rgba(255,255,255,.22)}
#khc-root .khc-unit-highlight span{font-size:9.5px}
#khc-root .khc-unit-highlight b{font-size:25px;letter-spacing:-.015em}
#khc-root .khc-structure-line{margin-top:9px}
#khc-root .khc-result-note{font-size:10px}
#khc-root .khc-result-chips span{font-size:9px;padding:5px 8px}
#khc-root .khc-cost-row{padding:14px 16px;min-height:72px}
#khc-root .khc-cost-copy>span{font-size:14px}
#khc-root .khc-cost-copy>small{font-size:10.5px;line-height:1.42}
#khc-root .khc-cost-row>strong{font-size:14.5px}
#khc-root .khc-final-card>strong{font-size:39px}
#khc-root .khc-final-unit-box{padding:13px 14px;background:rgba(255,255,255,.13);border-color:rgba(255,255,255,.22)}
#khc-root .khc-final-unit-box span{font-size:9.5px}
#khc-root .khc-final-unit-box b{font-size:24px}
#khc-root .khc-final-card .khc-btn-dark{background:#2a617f;border-color:rgba(255,255,255,.28)}
#khc-root .khc-final-card .khc-btn-dark:hover{background:#337494}
@media(max-width:620px){
  #khc-root input,#khc-root select,#khc-root textarea{font-size:16px}
  #khc-root .khc-choice-body h4,#khc-root .khc-floor-info h4,#khc-root .khc-project-grid h4{font-size:14px}
  #khc-root .khc-choice-body p,#khc-root .khc-floor-info>p,#khc-root .khc-project-grid p{font-size:10.5px}
  #khc-root .khc-cost-copy>small{font-size:10px}
  #khc-root .khc-unit-highlight b{font-size:23px}
}


/* v1.3.2 – odciążenie górnego ekranu */
#khc-root .khc-fieldgrid>label:not(.khc-full){font-size:10.5px;letter-spacing:.015em}
#khc-root .khc-fieldgrid>label:not(.khc-full)>span{white-space:nowrap}
#khc-root .khc-label-inline{white-space:nowrap;gap:5px}
#khc-root .khc-label-inline .khc-i{flex:0 0 18px}

#khc-root .khc-hall-image{padding-bottom:78px}
#khc-root .khc-visual-footer{position:absolute;left:16px;right:16px;bottom:14px;display:flex;align-items:flex-end;justify-content:space-between;gap:16px;z-index:3}
#khc-root .khc-visual-footer .khc-dim-pills{position:static;left:auto;bottom:auto;flex:0 0 auto}
#khc-root .khc-geometry-note{margin:0 0 1px auto;padding:0;background:transparent;border:0;border-radius:0;color:#6d7e87;font-size:9px;line-height:1.38;text-align:right;max-width:430px}
#khc-root .khc-geometry-note strong{color:#385669;font-weight:850}

#khc-root .khc-result-scope{margin-top:11px;padding:11px 12px;border-radius:11px;background:rgba(255,255,255,.075);border:1px solid rgba(255,255,255,.13)}
#khc-root .khc-result-scope>b{display:block;color:#d9e7ed;font-size:8.5px;line-height:1;text-transform:uppercase;letter-spacing:.075em;margin-bottom:8px}
#khc-root .khc-result-scope .khc-result-chips{margin-top:0;gap:5px}
#khc-root .khc-result-scope .khc-result-chips span{background:rgba(255,255,255,.09);border-color:rgba(255,255,255,.15);color:#f6fbfd;font-size:9px;padding:5px 8px}
#khc-root .khc-result-scope .khc-result-chips span.is-off{background:rgba(255,255,255,.035);border-color:rgba(255,255,255,.07);color:#8399a5;text-decoration:line-through;opacity:.75}

@media(max-width:1100px){
  #khc-root .khc-visual-footer{align-items:flex-start;flex-direction:column;gap:7px}
  #khc-root .khc-geometry-note{text-align:left;margin:0;max-width:100%}
  #khc-root .khc-hall-image{padding-bottom:98px}
}
@media(max-width:620px){
  #khc-root .khc-fieldgrid>label:not(.khc-full){font-size:10px}
  #khc-root .khc-visual-footer{position:static;margin-top:0;padding:0 4px 2px;gap:7px}
  #khc-root .khc-hall-image{padding-bottom:20px}
  #khc-root .khc-geometry-note{font-size:9px;text-align:left}
}

/* v1.3.5 – kompaktowy dół: udostępnianie + formularz w jednym rzędzie na desktopie */
@media(min-width:821px){
  #khc-root .khc-bottom-grid .khc-share .khc-actions{display:grid;grid-template-columns:1fr 1fr}
  #khc-root .khc-bottom-grid .khc-share .khc-btn{width:100%}
  #khc-root .khc-bottom-grid .khc-contact-grid{grid-template-columns:1fr 1fr}
  #khc-root .khc-bottom-grid .khc-contact-grid #khc-phone{grid-column:1/2}
}
@media(max-width:820px){
  #khc-root .khc-bottom-grid .khc-share,#khc-root .khc-bottom-grid .khc-contact{margin:0}
}


/* v1.3.6 — wyraźne wyłączanie pozycji z zakresu już podczas edycji */
#khc-root .khc-edit-scope{position:relative;transition:opacity .18s ease,filter .18s ease,background .18s ease,border-color .18s ease}
#khc-root .khc-edit-scope.is-edit-off{filter:grayscale(.9);opacity:.52;background:#f1f3f4;border-color:#d7dde0!important;box-shadow:none!important}
#khc-root .khc-edit-scope.is-edit-off::after{content:attr(data-scope-label);position:absolute;z-index:5;top:10px;right:10px;background:#69777e;color:#fff;border-radius:999px;padding:5px 8px;font-size:8px;font-weight:900;letter-spacing:.045em;line-height:1;pointer-events:none;box-shadow:0 2px 8px rgba(31,56,70,.12)}
#khc-root .khc-floor-grid.is-edit-off{padding:8px;border:1px dashed #cbd2d6;border-radius:14px}
#khc-root .khc-floor-grid.is-edit-off .khc-floor-card{pointer-events:none;border-color:#d5dadd;background:#eef1f2;box-shadow:none}
#khc-root .khc-floor-grid.is-edit-off .khc-floor-card.active{border-color:#bcc4c8;background:#edf0f1;box-shadow:none}
#khc-root .khc-floor-grid.is-edit-off .khc-selected{display:none}
#khc-root .khc-two-col>.khc-edit-scope{border-radius:12px;padding:10px;margin:-10px}
#khc-root .khc-switch-row label.is-edit-off{background:#e4e7e9;border-color:#cbd2d6;color:#7d898f;text-decoration:line-through;text-decoration-thickness:1.5px}
#khc-root .khc-switch-row label.is-edit-off::after{content:'WYŁĄCZONE';margin-left:3px;font-size:8px;letter-spacing:.05em;color:#7d898f;text-decoration:none}
#khc-root input:disabled,#khc-root select:disabled{background:#e7eaec!important;color:#8d989d!important;border-color:#d4dade!important;cursor:not-allowed}
@media(max-width:680px){#khc-root .khc-edit-scope.is-edit-off::after{top:7px;right:7px;font-size:7px;padding:4px 6px}#khc-root .khc-two-col>.khc-edit-scope{padding:8px;margin:-8px}}

/* v1.3.7 — mobile: przycisk zarządzania cookies nie zasłania paska z aktualnym kosztem */
@media(max-width:620px){
  #khc-root .khc-mobile-total{
    padding-bottom:calc(9px + env(safe-area-inset-bottom, 0px));
  }

  /* CookieYes / GDPR Cookie Consent */
  html body .cky-btn-revisit-wrapper,
  html body .cky-btn-revisit-wrapper.cky-revisit-bottom-left,
  html body .cky-btn-revisit-wrapper.cky-revisit-bottom-right{
    bottom:calc(78px + env(safe-area-inset-bottom, 0px))!important;
  }

  /* Zapasowe selektory dla popularnych widgetów zgód — działają tylko na mobile kalkulatora. */
  html body #cookie-law-info-again,
  html body #CookiebotWidget,
  html body .cmplz-manage-consent{
    bottom:calc(78px + env(safe-area-inset-bottom, 0px))!important;
  }
}
