:root{--lps-ink:#1f252b;--lps-muted:#66727d;--lps-green:#1f7a4d;--lps-green-dark:#155c39;--lps-paper:#fbfcfa;--lps-panel:#ffffff;--lps-line:#dfe6e1;--lps-focus:#b9e6cc;--radius-md:14px;--shadow-soft:0 12px 32px rgb(31 37 43/8%)}*{box-sizing:border-box}body,html{background:var(--lps-paper)}body{margin:0;color:var(--lps-ink);font-family:Arial,Helvetica,sans-serif}a{color:inherit}button,input,select,textarea{font:inherit}:focus-visible{outline:3px solid var(--lps-focus);outline-offset:3px}.site-shell{min-height:100vh;padding:24px clamp(20px,5vw,72px) 72px}.site-header{display:flex;justify-content:space-between;align-items:center;max-width:1180px;margin:0 auto}.brand-mark{display:inline-flex;gap:10px;align-items:center;font-weight:700;text-decoration:none}.brand-mark__symbol{display:grid;place-items:center;width:36px;height:36px;border-radius:10px;color:white;background:var(--lps-green);font-size:12px;letter-spacing:-.04em}.hero{max-width:820px;margin:clamp(90px,17vh,180px) auto 80px;text-align:center}.eyebrow{color:var(--lps-green);font-size:13px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}h1{max-width:760px;margin:16px auto;font-size:clamp(42px,8vw,82px);line-height:.98;letter-spacing:-.055em}.hero__copy{max-width:560px;margin:24px auto;color:var(--lps-muted);font-size:clamp(18px,2.5vw,23px);line-height:1.5}.hero__actions{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;margin-top:32px}.button{display:inline-flex;min-height:46px;align-items:center;justify-content:center;border:1px solid transparent;border-radius:999px;padding:0 20px;font-weight:700;text-decoration:none;cursor:pointer}.button--primary{color:white;background:var(--lps-green)}.button--primary:hover{background:var(--lps-green-dark)}.button--secondary{border-color:var(--lps-line);background:var(--lps-panel)}.foundation-note{max-width:640px;margin:0 auto}.product-detail-shell,.products-shell{max-width:1180px;margin:0 auto;padding:72px clamp(20px,5vw,72px)}.product-detail-header,.products-header{max-width:680px;margin-bottom:40px}.product-detail-header h1,.products-header h1{margin:12px 0;font-size:clamp(40px,6vw,68px);text-align:left}.product-detail-header>p:last-child,.products-header>p:last-child{color:var(--lps-muted);font-size:18px;line-height:1.5}.category-filter{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:24px}.filter-button{border:1px solid var(--lps-line);border-radius:999px;padding:9px 15px;color:var(--lps-muted);background:var(--lps-panel);cursor:pointer}.filter-button--active{border-color:var(--lps-green);color:white;background:var(--lps-green)}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:16px;gap:16px}.product-card{display:flex;min-height:170px;flex-direction:column;justify-content:space-between;gap:20px;padding:20px;border:1px solid var(--lps-line);border-radius:var(--radius-md);background:var(--lps-panel);box-shadow:var(--shadow-soft);text-decoration:none;transition:transform .18s ease,border-color .18s ease}.product-card:hover{border-color:var(--lps-green);transform:translateY(-2px)}.product-card__visual{display:grid;place-items:center;width:42px;height:42px;border-radius:12px;color:white;background:var(--lps-green);font-weight:700}.product-card__body{display:grid;grid-gap:5px;gap:5px}.product-card__category,.product-card__meta{color:var(--lps-muted);font-size:13px}.product-card__body strong{font-size:20px}.product-card__arrow{align-self:flex-end;color:var(--lps-green);font-size:22px}.back-link{display:inline-block;margin-bottom:40px;color:var(--lps-green-dark);font-weight:700;text-decoration:none}.configurator{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,.7fr);grid-gap:20px;gap:20px}.configurator__actions,.configurator__panel{padding:28px;border:1px solid var(--lps-line);border-radius:var(--radius-md);background:var(--lps-panel);box-shadow:var(--shadow-soft)}.configurator h2{margin:0 0 22px;font-size:22px}.field-label{display:block;margin:16px 0 7px;font-weight:700}.configurator select{width:100%;min-height:46px;border:1px solid var(--lps-line);border-radius:10px;padding:0 12px;color:var(--lps-ink);background:white}.configurator__actions{display:flex;flex-direction:column;align-items:stretch;gap:12px}.configurator__actions h2{margin-bottom:8px}.product-specs,.project-summary{display:grid;grid-gap:12px;gap:12px;margin:26px 0 0}.product-specs div,.project-summary div{display:flex;justify-content:space-between;gap:20px;padding-top:12px;border-top:1px solid var(--lps-line)}.product-specs dt,.project-summary dt{color:var(--lps-muted)}.product-specs dd,.project-summary dd{margin:0;font-weight:700;text-align:right}.status-indicator{display:inline-flex;border-radius:999px;padding:4px 9px;font-size:12px}.status-indicator--neutral{color:var(--lps-muted);background:#eef2ef}.status-indicator--success{color:var(--lps-green-dark);background:var(--lps-focus)}.status-indicator--warning{color:#7a5200;background:#fff0c2}.status-indicator--error{color:#8c2e2e;background:#ffe0e0}.empty-state,.error-state{padding:28px;border:1px solid var(--lps-line);border-radius:var(--radius-md);background:var(--lps-panel);box-shadow:var(--shadow-soft);text-align:center}.empty-state h2,.error-state h2{margin:0 0 8px;font-size:20px}.empty-state p,.error-state p{margin:0;color:var(--lps-muted);line-height:1.5}.loading-state{min-height:220px;display:grid;place-items:center;color:var(--lps-muted)}.auth-shell{width:min(100% - 40px,460px);margin:10vh auto}.auth-card{padding:32px;border:1px solid var(--lps-line);border-radius:var(--radius-md);background:var(--lps-panel);box-shadow:var(--shadow-soft)}.auth-card h1{margin:0 0 12px;font-size:36px;text-align:left}.auth-card p{color:var(--lps-muted);line-height:1.5}.auth-card .button{width:100%;margin-top:16px}@media (max-width:560px){.site-header{align-items:flex-start}.site-header .button{min-height:40px;padding:0 14px;font-size:14px}.hero{margin-top:90px}.hero__actions{align-items:stretch;flex-direction:column}}@media (max-width:800px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.configurator{grid-template-columns:1fr}}@media (max-width:560px){.product-detail-shell,.products-shell{padding-top:44px}.product-grid{grid-template-columns:1fr}.product-detail-header h1,.products-header h1{font-size:42px}.configurator__actions,.configurator__panel{padding:22px}}