
:root{--green:#0b5a36;--green-dark:#063e25;--green-soft:#e8f4ec;--ink:#173126;--muted:#64756b;--line:#dbe5dd;--bg:#f5f7f3;--white:#fff;--purple:#6d5bd0;--purple-soft:#f0edff;--danger:#a12c2c;--shadow:0 8px 24px rgba(15,61,38,.08);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--bg);font-synthesis:none}*{box-sizing:border-box}body{margin:0;background:var(--bg)}button,input,select,textarea{font:inherit}button,select{cursor:pointer}.app-shell{max-width:1180px;margin:0 auto;padding:28px 22px 64px}.hero{display:flex;justify-content:space-between;gap:28px;align-items:flex-end;margin-bottom:22px}.eyebrow{margin:0 0 6px;color:var(--green);font-size:.8rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.hero h1{font-size:clamp(1.8rem,4vw,2.7rem);line-height:1.08;margin:0;max-width:760px}.intro{color:var(--muted);max-width:760px;margin:12px 0 0;line-height:1.55}.result-count{min-width:150px;color:var(--green);font-weight:700;text-align:right}.filter-panel{background:var(--white);border:1px solid var(--line);border-radius:18px;padding:22px;box-shadow:var(--shadow)}.section-heading,.results-toolbar{display:flex;justify-content:space-between;gap:18px;align-items:center}.section-heading>div,.results-toolbar>div{display:flex;gap:10px;align-items:center}.section-heading h2,.results-toolbar h2{font-size:1.25rem;margin:0}.step{display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:var(--green);color:#fff;font-weight:700}.primary-filters{display:grid;grid-template-columns:1.15fr 1fr 1fr;gap:20px;margin-top:22px;align-items:start}.filter{display:flex;flex-direction:column;gap:8px;font-weight:650;min-width:0}.filter select,.filter input,.form-grid input,textarea,.sort-label select{width:100%;min-height:44px;padding:9px 11px;color:var(--ink);background:#fff;border:1px solid #bdcabf;border-radius:9px}.filter select:focus,.filter input:focus,.form-grid input:focus,textarea:focus,.sort-label select:focus{outline:3px solid rgba(11,90,54,.15);border-color:var(--green)}fieldset.filter{border:0;padding:0;margin:0}.number-pair{display:grid;grid-template-columns:1fr 1fr;gap:10px}.number-pair label{font-size:.83rem;color:var(--muted);font-weight:500}.input-with-unit{display:flex;align-items:center;margin-top:5px;border:1px solid #bdcabf;border-radius:9px;background:#fff;overflow:hidden}.input-with-unit input{border:0!important;border-radius:0!important;min-width:0}.input-with-unit span{padding-right:10px;color:var(--muted);font-size:.85rem}.dual-range{position:relative;height:26px;margin-top:8px}.dual-range:before,.range-fill{content:"";position:absolute;left:0;right:0;top:12px;height:5px;border-radius:5px;background:#d7e1d9}.range-fill{background:var(--green);right:auto}.dual-range input{position:absolute;inset:0;width:100%;height:26px;margin:0;padding:0;background:transparent;pointer-events:none;appearance:none;border:0}.dual-range input::-webkit-slider-thumb{appearance:none;width:20px;height:20px;border-radius:50%;background:var(--green);border:3px solid #fff;box-shadow:0 0 0 1px var(--green);pointer-events:auto}.dual-range input::-moz-range-thumb{width:15px;height:15px;border-radius:50%;background:var(--green);border:3px solid #fff;box-shadow:0 0 0 1px var(--green);pointer-events:auto}.conditional-filter{margin-top:18px;padding:14px;background:var(--green-soft);border-radius:12px}.conditional-filter>span{display:block;font-weight:700;margin-bottom:10px}.choice-buttons{display:flex;flex-wrap:wrap;gap:8px}.choice-button,.chip-remove{border:1px solid var(--line);background:#fff;color:var(--ink);border-radius:999px;padding:8px 12px}.choice-button.active{background:var(--green);border-color:var(--green);color:#fff}.advanced{margin-top:18px;border-top:1px solid var(--line);padding-top:16px}.advanced summary{color:var(--green);font-weight:700}.advanced-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:18px}.switches{display:flex;flex-direction:column;justify-content:center;gap:12px}.switch-row{display:flex;gap:9px;align-items:flex-start;font-weight:600}.switch-row input{width:19px;height:19px;accent-color:var(--green)}.button{border:1px solid var(--line);padding:10px 14px;border-radius:9px;background:#fff;color:var(--ink);font-weight:700}.button-primary{background:var(--green);border-color:var(--green);color:#fff}.button-primary:hover{background:var(--green-dark)}.button-ghost{background:transparent}.results-zone{margin-top:28px}.sort-label{display:flex;align-items:center;gap:9px;color:var(--muted);font-size:.88rem}.sort-label select{width:auto;min-width:210px}.active-filters{display:flex;flex-wrap:wrap;gap:8px;margin:16px 0}.active-chip{display:inline-flex;align-items:center;gap:6px;padding:7px 10px;border-radius:999px;background:var(--green-soft);color:var(--green);font-size:.84rem;font-weight:650}.active-chip button{border:0;background:transparent;color:inherit;padding:0;font-size:1.1rem;line-height:1}.status{padding:24px;text-align:center;color:var(--muted)}.status.error{color:var(--danger)}.solutions{display:grid;gap:14px}.solution-card{background:var(--white);border:1px solid var(--line);border-radius:16px;padding:15px;box-shadow:0 4px 18px rgba(15,61,38,.05)}.solution-main{display:grid;grid-template-columns:190px minmax(0,1fr);gap:18px}.solution-image{width:100%;height:145px;object-fit:cover;border-radius:11px;background:#e5e8e3}.image-placeholder{display:grid;place-items:center;color:var(--muted);font-size:.85rem}.solution-head{display:flex;align-items:flex-start;gap:12px}.solution-title{margin:0;font-size:1.13rem;line-height:1.3}.solution-code{margin-left:auto;white-space:nowrap;font-weight:800;color:var(--green)}.criteria-line{margin:7px 0 12px;color:var(--muted);font-size:.9rem}.layer-preview{display:flex;flex-wrap:wrap;gap:4px 7px;align-items:baseline;font-size:.9rem;line-height:1.55}.layer-preview>span:first-child{color:var(--muted)}.layer-preview a,.layer-preview button.linklike{color:var(--green);text-decoration:underline;text-underline-offset:2px;border:0;padding:0;background:transparent}.layer-preview .partner{color:var(--purple)!important;text-decoration-style:dotted!important}.card-actions{display:flex;flex-wrap:wrap;gap:9px;margin-top:14px}.details{margin-top:15px;padding-top:15px;border-top:1px solid var(--line)}.match-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:14px}.match-item{padding:9px 11px;background:var(--green-soft);border-radius:9px;font-size:.88rem}.layers-table{width:100%;border-collapse:collapse;font-size:.88rem}.layers-table th,.layers-table td{text-align:left;padding:9px 7px;border-bottom:1px solid var(--line);vertical-align:top}.layers-table th{color:var(--muted);font-weight:650}.status-badge{display:inline-block;padding:4px 7px;border-radius:999px;font-size:.77rem;font-weight:700;background:#edf0ed}.status-badge.caleosol{background:var(--green-soft);color:var(--green)}.status-badge.partenaire{background:var(--purple-soft);color:var(--purple)}.callout{background:#fff8df;border:1px solid #ead994;border-radius:13px;padding:15px;margin:0 0 14px}.callout h3{margin:0 0 5px;font-size:1rem}.callout p{margin:0;color:#655c38}.contact-dialog{width:min(680px,calc(100% - 28px));border:0;border-radius:17px;padding:0;box-shadow:0 20px 70px rgba(0,0,0,.25)}.contact-dialog::backdrop{background:rgba(7,28,17,.55)}.contact-dialog form{padding:22px}.dialog-head{display:flex;justify-content:space-between;gap:14px}.dialog-head h2{margin:0}.icon-button{border:0;background:transparent;font-size:2rem;line-height:1;color:var(--muted)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:20px 0 14px}.form-grid label,.contact-dialog form>label{display:flex;flex-direction:column;gap:7px;font-weight:650}.privacy{font-size:.8rem;color:var(--muted)}.dialog-actions{display:flex;justify-content:flex-end;gap:9px;margin-top:16px}.form-status{color:var(--green);font-weight:650}.form-status.error{color:var(--danger)}@media(max-width:800px){.primary-filters,.advanced-grid{grid-template-columns:1fr}.solution-main{grid-template-columns:150px minmax(0,1fr)}.match-grid{grid-template-columns:1fr}}@media(max-width:600px){.app-shell{padding:18px 12px 42px}.hero{display:block}.result-count{text-align:left;margin-top:10px}.filter-panel{padding:16px}.section-heading,.results-toolbar{align-items:flex-start}.results-toolbar{flex-direction:column}.sort-label{width:100%;justify-content:space-between}.sort-label select{min-width:0;flex:1}.solution-main{grid-template-columns:1fr}.solution-image{height:190px}.solution-head{flex-wrap:wrap}.solution-code{margin-left:0}.form-grid{grid-template-columns:1fr}.layers-table thead{display:none}.layers-table tr{display:block;padding:8px 0;border-bottom:1px solid var(--line)}.layers-table td{display:block;border:0;padding:3px 0}.dialog-actions{flex-direction:column-reverse}.dialog-actions .button{width:100%}}

.filter-heading,.thickness-filter legend{display:block;min-height:2.6em;line-height:1.3}.filter-caption{color:var(--muted);font-size:.83rem;font-weight:500;line-height:1.2}.field-error{min-height:1.1em;color:var(--danger);font-size:.78rem;font-weight:600}.form-grid input.input-error{border-color:var(--danger)}@media(max-width:800px){.filter-heading,.thickness-filter legend{min-height:0}}
