:root{--ink:#24272a;--muted:#6b7277;--line:#dfe2e4;--green:#317d38;--bg:#f3f4f5;--accent:#4cae55;font-family:Segoe UI,Arial,sans-serif;color:var(--ink);font-size:16px}*{box-sizing:border-box}body{margin:0;background:var(--bg)}button,input,select{font:inherit}button{cursor:pointer}button:disabled{opacity:.35;cursor:default}button:focus-visible,input:focus-visible,select:focus-visible,summary:focus-visible{outline:3px solid #4cae55;outline-offset:3px}button{transition:background .15s}button:hover:not(:disabled){filter:brightness(.95)}.header{height:78px;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 4%}.brand{font-size:25px;font-weight:850;letter-spacing:2px;color:var(--ink);text-decoration:none}.brand span{font-size:12px;letter-spacing:2px;font-weight:500}.project{font-size:14px;color:var(--muted)}.page-badge{background:#edf2ef;border-radius:30px;padding:7px 14px;font-size:13px}main{max-width:1600px;margin:auto;padding:36px 4%}.intro{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;gap:30px}.eyebrow{font-size:12px;letter-spacing:2px;font-weight:700;margin:0 0 12px}h1{font-size:clamp(28px,3vw,44px);line-height:1.15;letter-spacing:-1.5px;margin:0;font-weight:650}h1 span{color:#70797f}.intro>p{max-width:390px;line-height:1.7;color:var(--muted);font-size:15px}.workspace{display:grid;grid-template-columns:330px minmax(0,1fr);gap:24px;align-items:start}.panel{background:#fff;border:1px solid var(--line);border-radius:14px;padding:23px}.settings{padding:0;overflow:hidden}.section-title{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:19px}.section-title h2,h2{font-size:18px;margin:0;font-weight:650}.section-title>span{font-size:12px;color:var(--muted)}.settings>.section-title{padding:24px 22px 0}.settings details{border-top:1px solid var(--line)}summary{padding:19px 22px;cursor:pointer;font-size:15px;font-weight:600;list-style:none}summary:after{content:'+';float:right}details[open]>summary:after{content:'−'}summary b{font-size:12px;color:#82918d;margin-right:14px}.detail-body{padding:0 22px 22px}.shape{background:#f0f6f0;border:1px solid #b6d2b9;border-radius:7px;padding:12px;display:flex;gap:10px;align-items:center;font-size:14px}.shape>span{font-size:12px;margin-left:auto;color:var(--green)}.hint{font-size:13px;line-height:1.6;color:var(--muted)}label{display:block;font-size:14px;margin:14px 0 7px}label>span{float:right;color:var(--muted)}input[type=number],select{width:100%;padding:11px;border:1px solid #cdd7d4;background:white;border-radius:6px;color:var(--ink);min-width:0}.fields{display:grid;grid-template-columns:1fr 1fr;gap:12px}.catalog{max-height:370px;overflow:auto;margin-top:12px}.catalog-item{display:flex;align-items:center;gap:10px;padding:13px 0;border-bottom:1px solid #edf0ef}.catalog-item .icon{width:36px;height:38px;border:1px solid #b6c3be;background:#edf2ef;display:grid;place-items:center;border-radius:4px;color:var(--green)}.catalog-item strong{font-size:14px;display:block}.catalog-item small{font-size:12px;color:var(--muted)}.catalog-item button{margin-left:auto;border:1px solid var(--line);background:white;border-radius:6px;min-width:32px;height:32px;font-size:20px}.planning{display:grid;gap:20px;min-width:0}.viewer{padding:0;overflow:hidden;background:#e9edef}.viewer-toolbar{display:flex;justify-content:space-between;align-items:center;padding:18px 22px;gap:12px}.segmented{background:#dce1e4;padding:4px;border-radius:8px;display:flex;gap:3px}.segmented button{border:0;background:none;padding:8px 12px;border-radius:5px;font-size:13px;color:#455955}.segmented button[aria-pressed=true]{background:#fff;box-shadow:0 2px 5px #243c3510;color:#26722d}.live{font-size:12px;white-space:nowrap}.live i{display:inline-block;width:6px;height:6px;border-radius:50%;background:#417e58;margin-right:7px}.scene-heading{display:flex;justify-content:space-between;align-items:center;padding:18px 30px 0;gap:12px}.scene-heading .eyebrow{color:#687e72;font-size:10px}.scene-heading h2{font-size:21px;font-weight:500}.scene-heading>span{font-size:13px;color:var(--muted)}.scene{height:320px;padding:0 18px;display:grid;place-items:center;background:radial-gradient(ellipse at 50% 65%,#f9fcf8 0,transparent 68%)}.scene svg{width:100%;height:100%;max-height:320px}.view-footer{display:flex;align-items:center;justify-content:space-between;padding:16px 22px;border-top:1px solid #d4ddd7;gap:14px}.view-footer>span{font-size:11px;color:var(--muted)}.metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;padding-bottom:14px}.metrics span{font-size:12px;color:var(--muted);display:block;margin-bottom:8px}.metrics strong{font-size:19px;font-weight:600}.meter{grid-column:1/-1;height:4px;background:#e9ecee;border-radius:10px;overflow:hidden}.meter>div{height:100%;background:var(--green);transition:width .25s}.module-row{display:flex;align-items:center;gap:14px;border-top:1px solid var(--line);padding:15px 0}.position{width:28px;height:28px;display:grid;place-items:center;font-size:12px;background:#eef3f0;border-radius:50%}.module-row .name{flex:1}.module-row strong{display:block;font-size:14px}.module-row small{color:var(--muted);font-size:12px}.module-row .row-price{font-size:14px;white-space:nowrap}.row-actions{display:flex;gap:4px}.row-actions button{border:1px solid var(--line);background:#fff;border-radius:5px;width:30px;height:32px}.bottom-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.check{font-size:14px;line-height:1.55;border-top:1px solid #edf0ef;padding:12px 0;display:flex;gap:10px}.check .badge{flex:none;font-weight:700}.check.ok .badge{color:#327357}.check.warn .badge{color:#ad7520}.check.error .badge{color:#b34235}.error{font-size:13px;color:#b34235}.price{background:#24272a;color:#fff}.price .eyebrow{color:#c6cccf;font-size:11px}.price h2{margin-bottom:22px}.price-line{display:flex;justify-content:space-between;gap:14px;font-size:14px;margin:12px 0}.price-line span{color:#d0d5d8}.total{border-top:1px solid #51575c;margin-top:22px;padding-top:20px}.total>span{display:block;font-size:12px;color:#d0d5d8}.total strong{font-size:34px;font-weight:600;display:block;margin-top:5px}.price .hint{color:#c6cccf;font-size:12px}.primary{background:var(--accent);color:#24272a;padding:14px;border:0;border-radius:7px;width:100%;font-size:14px;font-weight:650;display:flex;justify-content:space-between;margin-top:20px}.text-button{border:0;background:none;color:var(--green);font-size:13px}.table-scroll{overflow:auto}table{width:100%;border-collapse:collapse;text-align:left;white-space:nowrap;font-size:13px}th{color:var(--muted);font-weight:500;font-size:12px}th,td{border-bottom:1px solid var(--line);padding:14px 10px}td small{display:block;color:var(--muted);font-size:11px}.bom details{margin-top:15px}.bom summary{padding:10px 0}.cad-card{border-top:1px solid var(--line);padding:15px 0;font-size:13px;line-height:1.8;overflow-wrap:anywhere}.swatches{display:flex;gap:8px;flex-wrap:wrap}.swatch{border:1px solid var(--line);background:white;border-radius:6px;padding:8px;font-size:12px}.swatch[aria-pressed=true]{border:2px solid var(--green)}.swatch i{display:block;width:45px;height:25px;background:var(--swatch);border-radius:3px;margin-bottom:5px}.checks label{display:flex;align-items:center;gap:9px;line-height:1.5}.checks input{accent-color:var(--green);width:17px;height:17px}.checks label span{margin-left:auto;white-space:nowrap;font-size:12px}footer{display:flex;justify-content:space-between;gap:20px;margin-top:30px;color:var(--muted);font-size:11px;letter-spacing:.5px}footer span{letter-spacing:0}#toast{position:fixed;bottom:25px;left:50%;transform:translateX(-50%);background:#24272a;color:white;padding:14px 22px;border-radius:8px;display:none;z-index:10}.empty{padding:24px;color:var(--muted);text-align:center;font-size:15px}
@media(min-width:1500px){.scene{height:380px}.scene svg{max-height:380px}}
@media(max-width:1100px){.workspace{grid-template-columns:290px minmax(0,1fr);gap:16px}.panel{padding:18px}.settings,.viewer{padding:0}.bottom-grid{grid-template-columns:1fr}.metrics{gap:12px}.metrics strong{font-size:16px}.live{display:none}.module-row{gap:8px}.row-price{display:none}}
@media(max-width:760px){main{padding:25px 16px}.header{height:65px;padding:0 16px}.project{display:none}.intro{display:block}.intro>p{font-size:14px}.workspace{display:flex;flex-direction:column}.settings,.planning{width:100%}.catalog{max-height:220px}.scene{height:260px}.scene-heading{padding:12px 18px}.scene-heading h2{font-size:17px}.scene-heading>span{display:none}.view-footer{flex-wrap:wrap}.viewer-toolbar{padding:15px}.metrics{grid-template-columns:1fr 1fr}.module-row .name{min-width:0}.row-actions button{width:28px}.bottom-grid{grid-template-columns:1fr}.section-title{flex-wrap:wrap}footer{flex-direction:column}.brand{font-size:21px}.scene svg{min-width:0}}
.device-picker{display:flex;gap:7px}.device-picker select{flex:1}.device-add{border:1px solid #b6d2b9;background:#f0f6f0;color:var(--green);border-radius:6px;min-width:38px;font-size:22px}
@media(prefers-reduced-motion:reduce){*{transition:none!important}}

/* RS-INNOTECH: original logo, neutral metal palette and INNO-GARDEN green. */
.header{background:#1f2326;border-bottom:3px solid #4cae55;height:91px}.brand{display:flex;align-items:center}.brand img{width:250px;height:auto;display:block}.project{color:#d2d6d9}.header .page-badge{background:#353a3e;color:#fff}.admin-link{color:#fff;font-size:14px;text-decoration:none;border-bottom:1px solid #4cae55;padding:8px 0}.primary{color:#fff}.data-bar{display:flex;justify-content:space-between;gap:15px;margin:-8px 0 20px;font-size:12px;color:var(--muted);align-items:center}.data-bar button{border:0;background:none;font-size:12px;color:var(--green);cursor:pointer}.swatch i{width:100%;min-width:50px}.swatch{max-width:140px}.swatch[data-finish=steel] i{background:repeating-linear-gradient(0deg,#a1aaae 0px,#c8cfd2 1px,#b6bfc3 2px)}.swatch[data-finish=custom] i{background:linear-gradient(110deg,#6092bc,#e37625,#4cae55)}.scene{background:radial-gradient(ellipse at 50% 65%,#f9fbfc 0,transparent 68%)}.total strong{font-size:30px}.page-badge{white-space:nowrap}@media(max-width:760px){.header{height:80px}.brand img{width:190px}.admin-link{font-size:12px}.data-bar{align-items:flex-start;flex-direction:column;gap:4px}}

@font-face{font-family:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url('assets/manrope-latin.woff2') format('woff2')} :root{font-family:Manrope,'Segoe UI',Arial,sans-serif}
.module-device{margin-top:10px;max-width:350px}.module-device label{font-size:12px;margin:8px 0 5px}.module-device select{font-size:13px;padding:7px}.device-purchase{display:flex;align-items:center;gap:8px;line-height:1.5}.device-purchase input{accent-color:var(--green);width:17px;height:17px;flex:none}.module-row{align-items:flex-start}.module-row .row-price{padding-top:4px}

.cladding-preview{margin-top:10px;border:1px solid var(--line);border-radius:6px;overflow:hidden}.cladding-preview svg{display:block;width:100%;height:56px}
/* Compact shared palette for fronts and plinth. */
.swatches{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:5px}.swatches .swatch{display:flex;align-items:center;gap:7px;max-width:none;min-width:0;min-height:36px;padding:6px 8px;border:1px solid var(--line);font-size:12px;text-align:left;line-height:1.3}.swatches .swatch i{flex:0 0 19px;width:19px;min-width:19px;height:19px;margin:0;border:1px solid #0002;border-radius:3px}.swatches .swatch span{overflow-wrap:anywhere}.swatches .swatch[aria-pressed=true]{border-color:var(--green);box-shadow:inset 0 0 0 1px var(--green);background:#eff6ef}.swatch[data-plinth=steel] i{background:repeating-linear-gradient(0deg,#a1aaae 0px,#c8cfd2 1px,#b6bfc3 2px)}.swatch[data-plinth=custom] i{background:linear-gradient(110deg,#6092bc,#e37625,#4cae55)}.color-selection{font-size:12px;margin:5px 0 10px}

.contact-panel{padding:24px;margin-bottom:20px}.contact-fields{display:grid;grid-template-columns:1fr 1fr;gap:16px}.contact-panel input:not([type=checkbox]),.contact-panel select,.contact-panel textarea{width:100%;margin:6px 0 14px}.contact-panel textarea{font:inherit;padding:12px;border:1px solid var(--line);border-radius:6px;resize:vertical}.contact-panel .device-purchase{margin:16px 0}.contact-panel .primary{margin-top:12px}.inquiry-card{padding:16px 0;border-top:1px solid var(--line);overflow-wrap:anywhere}@media(max-width:760px){.contact-fields{grid-template-columns:1fr}.contact-panel{padding:18px}}
.technical-gallery{display:grid;gap:16px;margin:18px 0}.technical-gallery[hidden]{display:none}.technical-gallery figure{margin:0;padding:12px;border:1px solid var(--line);border-radius:8px}.technical-gallery img{display:block;width:100%;height:auto}.technical-gallery a{font-size:13px}
