:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--background:#f8f9f7;--surface:#fff;--surface-muted:#f3f5f2;--text-primary:#202a25;--text-secondary:#68746d;--border:#e4e9e3;--accent:#47765d;--accent-soft:#eaf3ec;--radius-sm:10px;--radius-md:18px;--radius-lg:26px;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-6:24px;--space-8:32px;--space-12:48px;--shadow-sm:0 10px 30px #21312709;--shadow-focus:0 0 0 3px #47765d33}*{box-sizing:border-box}html{min-width:320px}body{background:var(--background);min-height:100vh;color:var(--text-primary);-webkit-font-smoothing:antialiased;margin:0;font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}a:focus-visible{box-shadow:var(--shadow-focus);outline:none}.site-header{background:var(--surface);border-bottom:1px solid var(--border)}.header-inner{max-width:1240px;min-height:82px;padding:var(--space-4)var(--space-8);align-items:center;gap:var(--space-12);margin:0 auto;display:flex}.brand{align-items:center;gap:var(--space-3);white-space:nowrap;border-radius:var(--radius-sm);display:inline-flex}.brand-mark{border-radius:var(--radius-sm);width:36px;height:36px;color:var(--surface);background:var(--accent);letter-spacing:-.03em;place-items:center;font-size:12px;font-weight:700;display:grid}.brand-name{letter-spacing:-.035em;font-size:17px;font-weight:700}.main-nav{align-items:center;gap:var(--space-2);flex:1;display:flex}.nav-link{border-radius:var(--radius-sm);color:var(--text-secondary);white-space:nowrap;padding:10px 13px;font-size:13px;font-weight:600;transition:background .15s,color .15s}.nav-link:hover{color:var(--text-primary);background:var(--surface-muted)}.nav-link-active{color:var(--accent);background:var(--accent-soft)}.stage-pill{border:1px solid var(--border);color:var(--text-secondary);white-space:nowrap;border-radius:999px;padding:8px 11px;font-size:11px;font-weight:700}.main-content{max-width:1240px;padding:78px var(--space-8)96px;margin:0 auto}.page-shell{max-width:900px}.page-heading{margin-bottom:var(--space-12)}.eyebrow,.card-kicker{margin:0 0 var(--space-4);color:var(--accent);letter-spacing:.12em;text-transform:uppercase;font-size:11px;font-weight:700}h1{max-width:760px;margin:0 0 var(--space-4);letter-spacing:-.055em;font-size:clamp(36px,5vw,56px);font-weight:650;line-height:1.12}.page-description{max-width:600px;color:var(--text-secondary);margin:0;font-size:16px;line-height:1.7}.intro-card,.placeholder-panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}.intro-card{min-height:260px;padding:var(--space-8);justify-content:space-between;gap:var(--space-8);flex-direction:column;display:flex}.intro-card-content{padding-left:27px;position:relative}.status-dot{background:var(--accent);width:11px;height:11px;box-shadow:0 0 0 5px var(--accent-soft);border-radius:50%;position:absolute;top:2px;left:0}.intro-card h2,.placeholder-panel h2{margin:0 0 var(--space-3);letter-spacing:-.035em;font-size:22px;line-height:1.3}.intro-card p:not(.card-kicker),.placeholder-panel p{color:var(--text-secondary);margin:0;font-size:14px;line-height:1.65}.text-link{border-radius:var(--radius-sm);color:var(--accent);align-self:flex-start;font-size:14px;font-weight:700}.text-link span{padding-left:4px}.text-link:hover{text-decoration:underline}.placeholder-panel{min-height:250px;padding:var(--space-8);align-items:flex-start;gap:var(--space-6);display:flex}.placeholder-icon{border-radius:var(--radius-md);width:42px;height:42px;color:var(--accent);background:var(--accent-soft);flex:0 0 42px;place-items:center;font-size:22px;display:grid}.footnote{margin-top:var(--space-8);color:var(--text-secondary);font-size:12px}@media (max-width:800px){.header-inner{gap:var(--space-3);padding:var(--space-4)var(--space-6);flex-wrap:wrap}.main-nav{flex-basis:100%;order:3;padding-bottom:2px;overflow-x:auto}.nav-link,.stage-pill{min-height:40px}.nav-link{align-items:center;display:inline-flex}.stage-pill{margin-left:auto}.main-content{padding:56px var(--space-6)72px}}@media (max-width:520px){.header-inner{padding:var(--space-3)var(--space-4)}.main-nav{gap:var(--space-1);margin:0 calc(-1*var(--space-4));padding:0 var(--space-4)2px}.nav-link{padding:9px 11px;font-size:12px}.main-content{padding:48px var(--space-4)64px}.page-heading{margin-bottom:var(--space-8)}.intro-card,.placeholder-panel{padding:var(--space-6);border-radius:var(--radius-md)}.placeholder-panel{flex-direction:column}}
body:has(.project-screen){--background:#f5f7f3}body:has(.project-screen) .main-content{max-width:none;padding:0}.logout-button{cursor:pointer;background:#fff;font-family:inherit}.header-logout{cursor:pointer}.project-intro-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:13px;display:flex}.project-management{gap:5px;display:flex}.project-management .subtle-button{padding:7px 9px;font-size:11px}.danger-text{color:#a45b52!important}.primary-button,.subtle-button,.delete-button{cursor:pointer;border-radius:10px;justify-content:center;align-items:center;min-height:40px;padding:9px 17px;font:650 13px Arial,Helvetica,sans-serif;display:inline-flex}.primary-button{color:#fff;background:#47765d;border:1px solid #47765d}.primary-button:hover{background:#385f4a}.primary-button:disabled{opacity:.65;cursor:wait}.subtle-button{color:#526459;background:#fff;border:1px solid #e4e9e3}.subtle-button:hover{background:#f5f7f3}.delete-button{color:#fff;background:#a65a54;border:1px solid #a65a54}.primary-button:focus-visible,.subtle-button:focus-visible,.delete-button:focus-visible,input:focus-visible,select:focus-visible,button:focus-visible{box-shadow:var(--shadow-focus);outline:none}.projects-page{max-width:1160px;margin:0 auto}.projects-heading{justify-content:space-between;align-items:end;gap:20px;margin-bottom:28px;display:flex}.projects-heading h1{letter-spacing:-.045em;margin:0 0 8px;font-size:clamp(30px,3vw,42px)}.projects-heading p{color:var(--text-secondary);margin:0;font-size:14px}.projects-search{max-width:410px;margin-bottom:22px}.projects-search label{color:#657369;margin-bottom:9px;font-size:12px;font-weight:650;display:block}.projects-search>div{gap:8px;display:flex}.projects-search input,.login-form input,.modal-form input,.modal-form select{width:100%;min-width:0;min-height:42px;color:var(--text-primary);font:inherit;background:#fff;border:1px solid #dfe6dd;border-radius:10px;padding:10px 13px}.projects-search button{color:#526459;cursor:pointer;background:#fff;border:1px solid #dfe6dd;border-radius:10px;padding:0 15px;font:650 12px Arial,Helvetica,sans-serif}.projects-list{gap:10px;display:grid}.project-list-card{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);min-width:0;box-shadow:var(--shadow-sm);align-items:center;gap:20px;padding:19px 22px;transition:border-color .15s,transform .15s;display:flex}.project-list-card:hover{border-color:#b8d0bd;transform:translateY(-2px)}.project-list-main{flex:1;gap:6px;min-width:0;display:grid}.project-list-main strong{text-overflow:ellipsis;white-space:nowrap;font-size:16px;overflow:hidden}.project-list-main small,.project-list-meta small,.project-list-finance small{color:var(--text-secondary);font-size:12px}.project-list-meta{justify-items:start;gap:9px;min-width:170px;display:grid}.project-list-status{color:#55715b;background:#eef4ed;border-radius:99px;padding:5px 9px;font-size:11px;font-weight:700}.project-list-finance{text-align:right;gap:7px;min-width:135px;display:grid}.project-list-finance b{color:#364b3c;margin-top:2px;font-size:14px;display:block}.projects-empty{border:1px dashed var(--border);border-radius:var(--radius-md);color:var(--text-secondary);text-align:center;padding:50px 25px}.modal-backdrop{z-index:30;background:#1b281f57;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.project-modal{background:#fff;border:1px solid #e6ebe4;border-radius:20px;width:min(100%,440px);max-height:calc(100dvh - 36px);padding:29px;overflow-y:auto;box-shadow:0 25px 90px #18271c29}.modal-heading h2{letter-spacing:-.04em;margin:0 0 8px;font-size:25px}.modal-heading p{color:var(--text-secondary);margin:0 0 24px;font-size:13px;line-height:1.5}.modal-form{gap:18px;display:grid}.modal-form label{color:#495b4e;gap:8px;font-size:12px;font-weight:700;display:grid}.modal-form input,.modal-form select{font-size:14px;font-weight:400}.optional{color:#97a299;font-weight:400}.modal-actions{justify-content:flex-end;gap:9px;margin-top:8px;display:flex}.form-error{color:#a44842;margin:0;font-size:12px;line-height:1.5}body:has(.login-page) .main-content{place-items:center;max-width:none;min-height:100dvh;padding:30px 16px;display:grid}.login-page{width:min(100%,420px)}.login-brand{letter-spacing:-.035em;justify-content:center;align-items:center;gap:11px;margin-bottom:32px;font-size:19px;font-weight:750;display:flex}.login-card{border:1px solid var(--border);box-shadow:var(--shadow-sm);background:#fff;border-radius:22px;padding:35px}.login-card h1{letter-spacing:-.045em;margin:0 0 8px;font-size:29px}.login-card>p{color:var(--text-secondary);margin:0 0 30px;font-size:13px;line-height:1.5}.login-form{gap:11px;display:grid}.login-form label{color:#526459;margin-top:10px;font-size:12px;font-weight:650}.login-form .primary-button{margin-top:14px}.login-caption{color:#99a49a;text-align:center;margin-top:24px;font-size:11px;display:block}@media (max-width:800px){.project-list-card{flex-wrap:wrap;gap:13px}.project-list-main{flex-basis:calc(100% - 65px)}.project-list-meta,.project-list-finance{flex:1}.project-list-card>.demo-project-arrow{display:none}}@media (max-width:560px){.projects-heading{flex-direction:column;align-items:start}.project-list-card{padding:16px}.project-list-meta,.project-list-finance{min-width:0}.project-list-main strong{white-space:normal}.project-modal{padding:22px}.login-card{padding:26px 22px}.project-intro{flex-wrap:wrap}.project-intro-actions{justify-content:flex-start}.project-management{flex-wrap:wrap}}.module-notice{color:#466d50;background:#f3f8f2;border:1px solid #dceadd;border-radius:10px;margin:0 0 9px;padding:9px 14px;font-size:12px}.module-search-results{gap:3px;display:grid}.module-search-results button{color:#435849;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:8px;justify-content:space-between;gap:8px;width:100%;padding:10px 8px;font-size:11px;display:flex}.module-search-results button:hover{background:#f2f6f1}.module-search-results small,.module-search-results p{color:#87958a}.module-canvas{scrollbar-width:thin;background:linear-gradient(#fcfdfb,#f5f7f2);border:1px solid #eff0eb;border-radius:11px;flex:1;align-content:start;gap:11px;min-height:0;margin:0 11px;padding:17px;display:grid;overflow-y:auto}.module-zone{min-width:0}.module-zone-label{color:#8b988d;letter-spacing:.09em;text-transform:uppercase;margin-bottom:7px;font-size:9px;font-weight:750;display:block}.module-zone-scroll{scrollbar-width:thin;min-width:0;overflow-x:auto}.module-zone-track{align-items:end;gap:6px;min-width:max-content;min-height:42px;padding:1px 2px 5px;display:flex}.module-zone-empty{color:#b2bbb1;align-self:center;font-size:11px}.module-shape{flex:0 0 var(--shape-width);width:var(--shape-width);color:#516052;cursor:pointer;background:#f1f0ea;border:1px solid #d8ded5;border-radius:7px;flex-direction:column;align-items:stretch;gap:3px;min-width:0;height:102px;padding:7px;display:flex;box-shadow:0 3px 8px #2c3b2d0f}.module-zone-wall .module-shape{background:#f4f2ec;height:87px}.module-zone-tall .module-shape,.module-zone-wardrobe .module-shape{background:#edece5;height:133px}.module-shape:hover{border-color:#91ad98}.module-shape-selected{background:#edf3eb;border:2px solid #6f9677;box-shadow:0 0 0 3px #6f967721}.module-shape-width{color:#849186;text-align:center;font-size:10px;font-weight:700}.module-shape-front{flex:1;min-height:0;overflow:hidden}.module-shape-preview{color:#899789;width:100%;height:100%;display:block}.module-shape-selected .module-shape-preview{color:#63856c}.module-shape-name{color:#526354;text-overflow:ellipsis;white-space:nowrap;font-size:9px;font-weight:650;overflow:hidden}.module-empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:100%;padding:24px;display:flex}.module-empty-icon{color:#a2b1a4;font-size:38px}.module-empty h3{color:#334639;margin:8px 0 4px;font-size:19px}.module-empty p{color:#8b988d;margin:0 0 18px;font-size:12px}.module-card{cursor:pointer;font-family:inherit}.module-card:hover{color:#425f4b;background:#f4f7f2;border-color:#aabcae}.module-card:disabled{opacity:.55;cursor:wait}.module-type-label{color:#829085;margin:0 0 16px;font-size:11px}.property-field label{color:#87948a;margin-bottom:7px;font-size:10.5px;display:block}.module-input-wrap{position:relative}.property-field input,.property-field select{color:#39473d;background:#f9faf7;border:1px solid #e9eee8;border-radius:9px;width:100%;min-width:0;min-height:37px;padding:0 11px;font:600 11.5px Arial,Helvetica,sans-serif}.property-field input:focus,.property-field select:focus{outline-offset:1px;outline:2px solid #aac4ae}.property-field input:disabled,.property-field select:disabled{opacity:.6}.module-input-wrap:has(span) input{padding-right:34px}.module-input-wrap span{color:#a0aaa2;pointer-events:none;font-size:10px;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.module-order{border-top:1px solid #f0f2ed;gap:6px;padding:10px 16px;display:flex}.module-order button{color:#56715c;cursor:pointer;background:#f9fbf8;border:1px solid #e5ece4;border-radius:8px;flex:1;min-height:32px;padding:4px;font-size:10px}.module-order button:disabled{opacity:.4;cursor:default}.module-properties-empty{color:#89978b;padding:24px 20px;font-size:12px}.module-cost-note{color:#8c988e;flex:1;margin:0;font-size:11px}.module-add-modal{width:min(820px,100vw - 24px);max-height:min(88vh,800px);overflow-y:auto}.module-add-groups{gap:14px;display:grid}.module-add-groups h3{color:#6d7e71;margin:0 0 8px;font-size:11px}.module-add-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.module-add-grid button{color:#455b4a;text-align:center;cursor:pointer;background:#fbfcfa;border:1px solid #e7ede5;border-radius:10px;flex-direction:column;align-items:center;gap:4px;min-width:0;padding:12px 8px;display:flex}.module-add-grid button:hover{background:#f4f8f3;border-color:#a9c0ac}.module-add-grid strong{font-size:11px}.module-add-grid small{color:#95a197;font-size:9px}.module-add-grid .module-thumbnail{flex-basis:38px;height:38px}@media (max-width:800px){.module-canvas{min-height:0}.module-cost-note{line-height:1.4}}@media (max-width:560px){.module-canvas{gap:8px;margin:0 8px;padding:10px}.module-shape{height:92px}.module-zone-wall .module-shape{height:80px}.module-zone-tall .module-shape{height:110px}.module-add-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.module-add-modal{padding:18px}.module-order{flex-wrap:wrap}.module-order button{min-width:120px}.cost-breakdown{position:static}}.demo-project-card{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);min-height:102px;box-shadow:var(--shadow-sm);align-items:center;gap:18px;padding:20px 24px;transition:border-color .15s,transform .15s;display:flex}.demo-project-card:hover{border-color:#b8d0bd;transform:translateY(-2px)}.demo-project-mark{background:var(--accent-soft);height:45px;color:var(--accent);border-radius:12px;flex:0 0 45px;place-items:center;font-size:12px;font-weight:750;display:grid}.demo-project-copy{gap:5px;min-width:0;display:grid}.demo-project-copy strong{text-overflow:ellipsis;white-space:nowrap;font-size:16px;overflow:hidden}.demo-project-copy small{color:var(--text-secondary);font-size:12px}.demo-project-price{color:#3d6a4b;white-space:nowrap;margin-left:auto;font-size:18px;font-weight:700}.demo-project-arrow{color:var(--accent);font-size:18px}.project-header .project-header-inner{gap:16px;max-width:1680px;min-height:60px;padding:8px 28px}.project-header .brand-mark{width:31px;height:31px}.project-header .brand-name{font-size:16px}.header-separator{background:var(--border);width:1px;height:25px}.project-breadcrumb{color:#87918a;white-space:nowrap;align-items:center;gap:12px;min-width:0;font-size:13px;display:flex}.project-breadcrumb a:hover{color:var(--accent)}.project-breadcrumb>span:nth-child(3){text-overflow:ellipsis;color:#26342b;font-weight:650;overflow:hidden}.edit-hint{color:#98a39b;font-size:15px}.project-header-actions{white-space:nowrap;align-items:center;gap:9px;margin-left:auto;display:flex}.save-status{color:var(--text-secondary);font-size:12px}.save-status span{background:#80ae85;border-radius:50%;width:7px;height:7px;margin-right:5px;display:inline-block}.project-header button{font:inherit}.version-button{color:#41554a;background:#fafbf9;border:1px solid #dae4da;border-radius:9px;min-height:32px;padding:0 13px;font-size:12px!important;font-weight:700!important}.header-icon-button{border:1px solid var(--border);background:#fff;border-radius:9px;width:32px;height:32px;line-height:0;font-size:20px!important}.profile-avatar{color:#627369;background:#ecefeb;border-radius:50%;place-items:center;width:31px;height:31px;font-size:11px;font-weight:700;display:grid}.project-screen{max-width:1680px;margin:0 auto;padding:14px 28px 20px}.project-screen button{font-family:inherit}.project-intro{justify-content:space-between;align-items:center;gap:16px;margin:0 1px 10px;display:flex}.project-kicker,.overline{color:#85948a;letter-spacing:.12em;margin:0 0 5px;font-size:10px;font-weight:750;display:block}.project-intro h1{letter-spacing:-.045em;max-width:none;margin:0 0 3px;font-size:clamp(26px,2.25vw,34px);font-weight:700;line-height:1.15}.project-intro p:last-child{color:#839088;margin:0;font-size:12px}.project-phase{color:#637f6b;white-space:nowrap;background:#f4f7f2;border:1px solid #dae8d9;border-radius:999px;align-self:center;padding:6px 10px;font-size:11px;font-weight:700}.project-phase span{vertical-align:1px;background:#70a676;border-radius:50%;width:6px;height:6px;margin-right:5px;display:inline-block}.finance-summary{background:#fff;border:1px solid #e8ede6;border-radius:16px;grid-template-columns:1fr 1.28fr 1fr .9fr;gap:0;min-height:98px;margin-bottom:10px;display:grid;overflow:hidden;box-shadow:0 10px 35px #2d3e3109}.finance-item{border-right:1px solid #edf0eb;flex-direction:column;justify-content:center;min-width:0;padding:8px 22px;display:flex}.finance-item:last-child{border-right:0}.finance-primary{background:#f1f4ef;border:0;border-radius:12px;margin:5px;padding:7px 20px}.finance-primary+.finance-item{border-left:1px solid #edf0eb}.metric-label{color:#7b8980;margin-bottom:5px;font-size:11px;font-weight:600}.finance-item strong{color:#25342a;letter-spacing:-.045em;white-space:nowrap;font-size:clamp(21px,2vw,29px);line-height:1.12}.finance-primary strong{color:#344c3d;font-size:clamp(26px,2.35vw,35px)}.metric-note{color:#a0aaa2;margin-top:5px;font-size:10px}.margin-item strong{color:#536d59}.margin-track{background:#e7eee5;border-radius:99px;width:min(145px,100%);height:5px;margin-top:9px;display:block;overflow:hidden}.margin-track span{border-radius:inherit;background:#8ea897;width:32%;height:100%;display:block}.customer-price-button{text-align:left;cursor:pointer;background:0 0;border:0;justify-content:space-between;align-items:baseline;gap:7px;width:100%;min-width:0;padding:0;display:flex}.customer-price-button strong{overflow-wrap:anywhere;white-space:normal;min-width:0;font-size:clamp(24px,2.2vw,33px)}.customer-price-button>span{color:#748a79;white-space:nowrap;font-size:10px}.customer-price-button:hover>span,.customer-price-button:focus-visible>span{color:#3f674a;text-decoration:underline}.finance-warning{color:#976b4d;background:#fbf7f2;border:1px solid #edddd1;border-radius:10px;margin:-1px 0 10px;padding:9px 13px;font-size:11px}.finance-details{color:#58705d;background:#fff;border:1px solid #e8ede6;border-radius:11px;margin:0 0 12px;padding:0 15px;font-size:11px}.finance-details summary{cursor:pointer;padding:10px 0;font-weight:650}.finance-details-grid{border-bottom:1px solid #edf1eb;grid-template-columns:1fr auto;gap:8px 20px;padding:2px 0 14px;display:grid}.finance-details-grid span{color:#88968a}.finance-details-grid strong{color:#405647;text-align:right}.finance-rounding{gap:8px;padding:13px 0 15px;display:grid}.finance-rounding>span{color:#58705d;font-weight:650}.finance-rounding>div{flex-wrap:wrap;gap:7px;display:flex}.finance-rounding button{color:#526b57;font:inherit;cursor:pointer;background:#f9fbf8;border:1px solid #e0e9df;border-radius:8px;padding:7px 10px}.finance-rounding button:hover{background:#f1f6f0;border-color:#a8bda9}.finance-rounding small{color:#96a298}.finance-modal{width:min(100%,460px)}.finance-mode-options{border:0;flex-wrap:wrap;gap:8px;min-width:0;margin:0;padding:0;display:flex}.finance-mode-options legend{color:#495b4e;margin-bottom:8px;font-size:12px;font-weight:700}.finance-mode-options label{color:#5b705f;cursor:pointer;background:#fbfcfa;border:1px solid #e4ebe2;border-radius:9px;align-items:center;gap:7px;padding:9px 11px;display:flex}.finance-mode-options label:has(input:checked){color:#385843;background:#f1f6f0;border-color:#b3c7b3}.finance-mode-options input{accent-color:#6f9476;width:auto!important}.finance-modal .modal-form label small{color:#97a399;font-size:11px;font-weight:400}.finance-preview{background:#f9fbf8;border:1px solid #e7ede5;border-radius:11px;gap:4px;padding:13px 15px;display:grid}.finance-preview span,.finance-preview small{color:#839286;font-size:11px}.finance-preview strong{color:#34523d;letter-spacing:-.04em;font-size:23px}.finance-preview .finance-preview-warning{color:#9b6b49}@media (max-width:560px){.customer-price-button{display:block}.customer-price-button strong{font-size:21px;display:block}.customer-price-button>span{margin-top:3px;font-size:9px;display:block}.finance-mode-options label{flex:100%}}.project-grid{grid-template-columns:minmax(230px,260px) minmax(0,1fr) minmax(268px,300px);align-items:stretch;gap:14px;height:clamp(500px,100vh - 385px,720px);display:grid}.project-grid>*,.center-column{min-width:0}.panel{background:#fff;border:1px solid #e9ece7;border-radius:18px;box-shadow:0 9px 30px #2d3e3106}.panel h2{color:#28352b;letter-spacing:-.035em;margin:0;font-size:17px;font-weight:700;line-height:1.27}.panel-heading,.workspace-head,.library-heading,.properties-heading{justify-content:space-between;align-items:flex-start;gap:8px;display:flex}.project-sidebar{flex-direction:column;min-height:0;padding:17px 15px 14px;display:flex}.project-sidebar .panel-heading{padding:1px 6px 14px}.panel-count{color:#a0aaa2;white-space:nowrap;margin-top:17px;font-size:10px}.add-position{color:#395b43;text-align:center;background:#f8faf7;border:1px solid #d9e3d8;border-radius:10px;width:100%;min-height:36px;margin-bottom:10px;font-size:12px;font-weight:700}.add-position span{vertical-align:-1px;font-size:16px}.search-field{color:#9aa59c;background:#fbfcfa;border:1px solid #ebeee9;border-radius:9px;align-items:center;gap:6px;height:34px;margin-bottom:10px;padding:0 12px;display:flex}.search-field span{font-size:21px;line-height:1}.search-field input{width:100%;min-width:0;color:var(--text-primary);font:inherit;background:0 0;border:0;outline:0;font-size:11px}.search-field input::placeholder{color:#9aa59c}.project-parts{scrollbar-width:thin;min-height:0;margin:0 -7px;overflow-y:auto}.project-part{border-radius:10px;padding:9px}.project-part-active{background:#f6f8f4;box-shadow:inset 3px 0 #8da28e}.part-head{justify-content:space-between;align-items:center;gap:5px;display:flex}.part-name{color:#3c493f;white-space:nowrap;align-items:center;gap:9px;font-size:12px;font-weight:700;display:flex}.part-symbol{color:#87958a;background:#f2f3f0;border-radius:7px;place-items:center;width:23px;height:23px;font-size:13px;font-weight:400;display:grid}.project-part-active .part-symbol{color:#58745e;background:#e9eee8}.part-price{color:#536258;white-space:nowrap;font-size:10.5px;font-weight:650}.project-part-list{color:#7b887e;margin:7px 0 0 38px;font-size:10px;line-height:2.1;display:grid}.project-part-list>span:before{content:"·";color:#94a597;width:12px;display:inline-block}.sidebar-lower{margin-top:auto;padding-top:17px}.current-project{background:#f7faf5;border:1px solid #e6eee4;border-radius:10px;align-items:center;gap:9px;padding:11px 8px;display:flex}.current-project-icon{color:#51745b;background:#dcebdd;border-radius:7px;flex:0 0 28px;place-items:center;height:28px;font-size:9px;font-weight:700;display:grid}.current-project span:last-child{min-width:0}.current-project small{color:#97a398;letter-spacing:.08em;font-size:8px;font-weight:700;display:block}.current-project strong{color:#3a503f;text-overflow:ellipsis;white-space:nowrap;margin-top:3px;font-size:10px;display:block;overflow:hidden}.sidebar-links{color:#78877c;gap:2px;padding:11px 8px;font-size:11px;display:grid}.sidebar-links span{padding:6px 0}.sidebar-links a{border-radius:6px;padding:6px 0}.sidebar-links a:hover,.sidebar-links a:focus-visible{color:#456c50}.sidebar-cost-link{color:#466f52;border-top:1px solid #edf0eb;justify-content:space-between;padding:12px 8px 2px;font-size:11px;font-weight:700;display:flex}.center-column{grid-template-rows:minmax(0,1fr) 144px;gap:10px;min-height:0;display:grid}.workspace-panel{flex-direction:column;min-width:0;min-height:0;display:flex;overflow:hidden}.workspace-head{align-items:center;padding:15px 19px 10px}.workspace-subtitle{color:#9da99f;white-space:nowrap;font-size:10px}.workspace-toolbar{justify-content:space-between;align-items:center;gap:12px;padding:0 19px 10px;display:flex}.view-tabs{background:#f4f6f2;border-radius:9px;gap:3px;padding:3px;display:flex}.view-tabs button{color:#909d92;white-space:nowrap;background:0 0;border:0;border-radius:7px;min-height:28px;padding:0 11px;font-size:10px;font-weight:650}.view-tabs .view-active{color:#41574a;background:#fff;box-shadow:0 2px 7px #2a3b2c14}.workspace-tools{align-items:center;gap:5px;display:flex}.workspace-tools button,.zoom-indicator{color:#839087;background:#fff;border:1px solid #edf0eb;border-radius:7px;place-items:center;min-width:29px;height:29px;font-size:16px;display:grid}.zoom-indicator{min-width:47px;padding:0 6px;font-size:10px}.elevation-wrap{background:#fafbf8;border:1px solid #eff0eb;border-radius:11px;flex:1;place-items:center;min-width:0;min-height:0;margin:0 11px;display:grid;overflow:hidden}.kitchen-elevation{object-fit:contain;width:100%;height:100%;display:block;transform:scaleX(1.18)}.workspace-foot{color:#9ba69d;justify-content:space-between;gap:8px;padding:10px 19px 11px;font-size:10px;display:flex}.workspace-foot span:first-child{color:#6a7d6c}.workspace-foot i{background:#8ea896;border-radius:50%;width:6px;height:6px;margin-right:5px;display:inline-block}.module-library{min-width:0;padding:10px 16px 11px;overflow:hidden}.library-heading{align-items:end;margin-bottom:9px}.library-heading>div{align-items:center;gap:9px;display:flex}.library-heading>span{color:#a0aaa1;font-size:10px}.module-library-switch{background:#f2f4f0;border-radius:9px;gap:3px;padding:3px;display:flex}.module-library-switch button{color:#8a968c;min-height:25px;font:inherit;background:0 0;border:0;border-radius:7px;padding:0 10px;font-size:10px;font-weight:700}.module-library-switch button:hover{color:#526a58}.module-library-switch button.is-active{color:#46634e;background:#fff;box-shadow:0 2px 7px #2a3b2c14}.module-list{scrollbar-width:thin;gap:9px;padding-bottom:3px;display:flex;overflow-x:auto}.module-card{color:#66736a;text-align:center;background:#fbfbf9;border:1px solid #e9ece6;border-radius:10px;flex-direction:column;flex:0 0 102px;justify-content:center;align-items:center;gap:3px;min-width:0;height:82px;padding:4px 5px;font-size:9.5px;line-height:1.2;display:flex;box-shadow:0 2px 9px #2f3e3206}.module-selected{color:#425f4b;background:#f4f7f2;border-color:#aabcae;font-weight:700}.module-thumbnail{color:#819184;flex:0 0 42px;width:50px;height:42px}.module-selected .module-thumbnail{color:#72907a}.customer-price-input{color:#344c3d;letter-spacing:-.035em;background:0 0;border:0;border-bottom:1px solid #0000;outline:0;width:100%;min-width:0;padding:0;font-family:inherit;font-size:clamp(24px,2.2vw,33px);font-weight:700;line-height:1.15}.customer-price-input:focus{border-bottom-color:#9caf9c}.property-tabs button{color:inherit;font:inherit;cursor:pointer;white-space:nowrap;background:0 0;border:0;border-bottom:2px solid #0000;padding:0 5px 12px}.property-tabs button.property-tab-active{color:#455a4a;border-bottom-color:#98ab9b}.properties-panel .selection-content{display:block}.assignment-picker{margin-bottom:17px}.back-panel-toggle{color:#52695a;cursor:pointer;align-items:center;gap:9px;margin:3px 0 13px;font-size:12px;display:flex}.back-panel-toggle input{accent-color:#748e76}.assignment-label{color:#788b7c;margin-bottom:7px;font-size:11px;font-weight:700;display:block}.assignment-current{color:#405448;width:100%;min-height:39px;font:inherit;text-align:left;cursor:pointer;background:#f9fbf8;border:1px solid #e5ece3;border-radius:9px;justify-content:space-between;align-items:center;gap:7px;padding:8px 10px;font-size:11px;display:flex}.assignment-current span:first-child{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.assignment-picker>small{color:#87968a;margin:5px 2px;font-size:10px;display:block}.assignment-options{border:1px solid #edf0ea;border-radius:10px;gap:6px;margin-top:8px;padding:8px;display:grid}.assignment-options input,.assignment-options select,.worktop-details input,.worktop-details select{color:#3f5143;width:100%;min-width:0;min-height:35px;font:inherit;background:#fff;border:1px solid #e4ebe2;border-radius:8px;padding:7px 9px;font-size:11px}.assignment-filters{gap:5px;display:flex}.assignment-filters select{flex:1}.assignment-filters button{color:#57705d;cursor:pointer;background:#fff;border:1px solid #e4ebe2;border-radius:8px;flex:none;padding:0 7px;font-size:10px}.assignment-option{color:#425849;text-align:left;cursor:pointer;background:#f8faf7;border:0;border-radius:7px;justify-content:space-between;gap:8px;width:100%;padding:8px;font-size:10px;display:flex}.assignment-option:hover{background:#edf4eb}.assignment-option span{min-width:0}.assignment-option small{color:#91a093;margin-top:2px;display:block}.assignment-option strong{flex:none;align-self:center;font-size:10px}.module-estimate-details{border-top:1px solid #edf0eb;margin-top:15px;padding-top:13px}.module-estimate-details summary,.worktop-details summary{color:#52715a;cursor:pointer;font-size:11px;font-weight:700}.calculation-line{color:#5e6d61;margin:10px 0;font-size:10.5px;line-height:1.55}.calculation-line strong{color:#3e5545}.calculation-warning{color:#986a48;margin:7px 0;font-size:10.5px;line-height:1.45}.calculation-muted{color:#8a988d;font-size:11px;line-height:1.5}.hardware-section{min-width:0}.hardware-heading,.hardware-row-head,.hardware-total,.hardware-picker-head{justify-content:space-between;align-items:baseline;gap:8px;display:flex}.hardware-heading{color:#465c4c;margin:15px 0 9px;font-size:12px}.hardware-heading span,.hardware-row-head small,.hardware-brand{color:#91a094;font-size:10px;font-weight:400}.hardware-row{background:#fcfdfa;border:1px solid #e9eee8;border-radius:10px;margin:0 0 8px;padding:11px}.hardware-row-head strong{color:#3e5545;min-width:0;font-size:11px}.hardware-brand{margin-top:2px;display:block}.hardware-row-values{color:#738374;grid-template-columns:64px minmax(0,1fr) auto;align-items:end;gap:8px;margin-top:9px;font-size:10px;display:grid}.hardware-row-values label{color:#849386;font-size:9px}.hardware-row-values input,.hardware-picker input,.hardware-picker select{color:#3f5143;width:100%;min-width:0;min-height:32px;font:inherit;background:#fff;border:1px solid #e4ebe2;border-radius:7px;padding:6px 7px}.hardware-row-values strong{color:#3e5545;white-space:nowrap;font-size:11px}.hardware-actions{gap:12px;margin-top:9px;display:flex}.hardware-actions button,.hardware-picker-head button{color:#607c65;font:inherit;cursor:pointer;background:0 0;border:0;padding:0;font-size:10px}.hardware-total{color:#526a57;border-top:1px solid #e9eee8;padding:10px 2px;font-size:11px}.hardware-add,.hardware-confirm{color:#4b7052;width:100%;min-height:35px;font:inherit;cursor:pointer;background:#f5f9f4;border:1px solid #dce8da;border-radius:8px;font-size:11px}.hardware-picker{background:#fff;border:1px solid #e7eee6;border-radius:10px;gap:8px;margin-top:9px;padding:10px;display:grid}.hardware-picker-head strong{color:#465c4c;font-size:11px}.hardware-options{gap:5px;max-height:170px;display:grid;overflow-y:auto}.hardware-options button{color:#455b49;text-align:left;cursor:pointer;background:#f8faf7;border:1px solid #0000;border-radius:7px;justify-content:space-between;gap:7px;padding:7px;font-size:10px;display:flex}.hardware-options button.hardware-option-selected{background:#f0f6ee;border-color:#9bb99e}.hardware-options button span{min-width:0}.hardware-options small{color:#8a998c;margin-top:2px;display:block}.hardware-options strong{flex:none;align-self:center;font-size:10px}.hardware-new-quantity{color:#748575;font-size:10px}.hardware-new-quantity input{margin-top:4px;display:block}.worktop-details{background:#fff;border:1px solid #e9eee7;border-radius:13px;margin:10px 0 0;padding:12px 18px}.worktop-details form{grid-template-columns:minmax(200px,2fr) repeat(3,minmax(75px,1fr)) auto;align-items:end;gap:8px;margin-top:12px;display:grid}.worktop-details label{color:#849184;min-width:0;font-size:10px}.worktop-details label input,.worktop-details label select{margin-top:5px;display:block}.worktop-details button{white-space:nowrap;min-height:35px}@media (max-width:800px){.worktop-details form{grid-template-columns:repeat(2,minmax(0,1fr))}.worktop-details form label:first-child{grid-column:1/-1}}@media (max-width:560px){.customer-price-input{font-size:20px}.worktop-details{padding:12px}.worktop-details form{grid-template-columns:repeat(2,minmax(0,1fr))}.worktop-details button{grid-column:1/-1}}.properties-panel{flex-direction:column;min-height:0;display:flex;overflow:hidden}.properties-heading{padding:18px 20px 15px}.properties-heading h2{max-width:155px}.properties-actions{gap:5px;display:flex}.properties-actions button{color:#9aa49a;background:#fbfcfa;border:1px solid #f1f2ee;border-radius:7px;width:28px;height:28px;font-size:16px}.property-tabs{color:#9aa49c;border-bottom:1px solid #f0f2ed;justify-content:space-around;gap:2px;padding:0 12px;font-size:10.5px;font-weight:650;display:flex}.property-tabs span{white-space:nowrap;padding:0 5px 12px}.property-tabs .property-tab-active{color:#455a4a;border-bottom:2px solid #98ab9b}.property-content{scrollbar-width:thin;flex:1;min-height:0;padding:18px 20px;overflow-y:auto}.property-group-label{color:#9aa59b;letter-spacing:.11em;margin-bottom:13px;font-size:9.5px;font-weight:750}.property-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.property-field{min-width:0;margin-bottom:12px}.property-field>span{color:#87948a;margin-bottom:7px;font-size:10.5px;display:block}.property-field strong{color:#39473d;white-space:nowrap;background:#f9faf7;border:1px solid #f0f2ed;border-radius:9px;align-items:center;min-height:37px;padding:0 11px;font-size:11.5px;font-weight:600;display:flex}.property-field small{color:#929d93;margin:6px 0 2px;padding:0 2px;font-size:10px;display:block}.property-divider{background:#f0f2ed;height:1px;margin:13px 0 18px}.toggle-row{color:#657167;justify-content:space-between;align-items:center;gap:8px;min-height:37px;font-size:10.5px;display:flex}.mock-switch{background:#dfe5dd;border-radius:99px;flex:0 0 26px;height:15px;position:relative}.mock-switch:after{content:"";background:#fff;border-radius:50%;width:11px;height:11px;position:absolute;top:2px;left:2px;box-shadow:0 1px 3px #00000024}.mock-switch-on{background:#8fa995}.mock-switch-on:after{left:13px}.advanced-row{color:#68776a;border-top:1px solid #f0f2ed;justify-content:space-between;margin-top:12px;padding:11px 0;font-size:10.5px;font-weight:650;display:flex}.element-cost{background:#fbfcfa;border-top:1px solid #f0f2ed;justify-content:space-between;align-items:center;gap:5px;margin-top:auto;padding:15px 20px;display:flex}.element-cost span{color:#718075;font-size:10px}.element-cost strong{color:#3d5845;letter-spacing:-.03em;white-space:nowrap;font-size:18px}.cost-breakdown{z-index:5;background:#fff;border:1px solid #e5eae3;border-radius:15px;align-items:center;gap:19px;min-height:70px;margin-top:12px;padding:10px 18px;display:flex;position:sticky;bottom:8px;box-shadow:0 8px 30px #2b412f12}.cost-title{flex:0 0 130px}.cost-title .overline{margin-bottom:4px}.cost-title strong{color:#344539;white-space:nowrap;font-size:12px}.cost-items{flex:1;grid-template-columns:repeat(7,minmax(0,1fr));gap:11px;min-width:0;display:grid}.cost-item{border-left:1px solid #ebeee9;flex-direction:column;gap:5px;min-width:0;padding-left:15px;display:flex}.cost-item span{color:#8b988d;text-overflow:ellipsis;white-space:nowrap;font-size:10px;overflow:hidden}.cost-item strong{color:#3e5143;white-space:nowrap;font-size:12px}.cost-chevron{color:#8ea294;font-size:21px}@media (max-width:1300px){.project-grid{grid-template-columns:minmax(210px,240px) minmax(0,1fr) minmax(250px,275px);gap:12px}.project-screen{padding:16px 20px 20px}.finance-item{padding-left:20px;padding-right:20px}.finance-primary{padding-left:18px;padding-right:18px}.project-header .project-header-inner{padding-left:20px;padding-right:20px}}@media (max-width:1080px){.save-status{display:none}.kitchen-elevation{transform:none}.project-grid{grid-template-columns:minmax(205px,235px) minmax(0,1fr);height:auto}.project-sidebar{min-height:620px}.center-column{grid-template-rows:minmax(420px,auto) auto}.module-library{padding:18px 19px 17px}.library-heading{margin-bottom:14px}.module-card{gap:8px;height:101px;padding:8px}.module-thumbnail{flex-basis:48px;width:54px;height:48px}.properties-panel{grid-column:1/-1;min-height:0}.property-content{grid-template-columns:1fr 1fr;gap:4px 20px;display:grid;overflow:visible}.property-content .property-divider{grid-column:1/-1;margin:3px 0 10px}.property-content .toggle-row,.property-content .advanced-row,.property-content .property-group-label:nth-of-type(2){grid-column:2}.cost-items{overflow-x:auto}.cost-item{min-width:92px}}@media (max-width:800px){.project-header .project-header-inner{gap:10px}.project-header .project-breadcrumb{flex-basis:100%;order:3}.header-separator{display:none}.project-header-actions{gap:7px}.project-screen{padding:16px 16px 22px}.finance-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.finance-item{border-bottom:1px solid #edf0eb;min-height:94px;padding:13px 20px}.finance-item:nth-child(2){border-right:0}.finance-item:nth-child(n+3){border-bottom:0}.finance-primary{min-height:82px;padding:10px 17px}.finance-primary+.finance-item{border-left:0}.project-grid{grid-template-columns:minmax(0,1fr)}.center-column{order:1}.project-sidebar{order:2;min-height:0}.project-parts{overflow:visible}.properties-panel{order:3;grid-column:auto}.project-parts{grid-template-columns:repeat(2,minmax(0,1fr));gap:2px 10px;display:grid}.sidebar-lower{margin-top:15px}.cost-breakdown{border-radius:13px 13px 0 0;bottom:0}}@media (max-width:560px){.center-column{grid-template-rows:330px auto}.demo-project-card{flex-wrap:wrap;gap:12px;padding:18px}.demo-project-copy{flex:1}.demo-project-price{flex-basis:100%;margin-left:57px}.demo-project-arrow{display:none}.project-header .project-header-inner{padding:10px 14px}.project-header .brand-name{font-size:14px}.project-header .brand-mark{width:29px;height:29px}.version-button{min-height:32px;padding:0 9px;font-size:10px!important}.header-icon-button{width:31px;height:31px}.profile-avatar{width:30px;height:30px}.project-screen{padding:15px 12px 20px}.project-intro{align-items:flex-start}.project-intro h1{font-size:26px}.project-intro p:last-child{font-size:11px}.project-phase{padding:6px 8px;font-size:9px}.finance-summary{border-radius:13px;min-height:0}.finance-item{min-height:91px;padding:14px 11px}.finance-primary{min-height:75px;margin:6px;padding:8px 9px}.metric-label{margin-bottom:6px;font-size:10px}.finance-item strong{font-size:19px}.finance-primary strong{font-size:21px}.metric-note{margin-top:6px;font-size:9px}.margin-track{margin-top:8px}.workspace-head{padding:16px 14px 12px}.workspace-subtitle{display:none}.workspace-toolbar{flex-wrap:wrap;padding:0 12px 11px}.view-tabs{min-width:0}.view-tabs button{padding:0 8px;font-size:9px}.workspace-tools{margin-left:auto}.elevation-wrap{margin:0 8px}.workspace-foot{padding:10px 12px 13px}.workspace-foot span:last-child{display:none}.project-parts{grid-template-columns:1fr}.property-content{display:block}.property-content .property-divider{margin:10px 0 17px}.cost-breakdown{gap:10px;min-height:75px;margin-top:14px;padding:10px 12px}.cost-title{flex-basis:106px}.cost-title strong{font-size:10px}.cost-items{scrollbar-width:thin;display:flex;overflow-x:auto}.cost-item{min-width:85px;padding-left:9px}.cost-item strong{font-size:10px}.cost-chevron{display:none}}.project-part-button{width:100%;color:inherit;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;display:block}.project-part-button:hover,.project-part-button:focus-visible{background:#f6f8f4}.project-part-button:focus-visible{outline-offset:-2px;outline:2px solid #5c7f6559}.project-add-choice-list{gap:8px;display:grid}.project-add-choice-list button{color:#405448;font:inherit;text-align:left;cursor:pointer;background:#fbfcfa;border:1px solid #e5ebe4;border-radius:11px;gap:4px;padding:12px 14px;font-size:13px;font-weight:700;display:grid}.project-add-choice-list button:hover{background:#f5f8f3;border-color:#a9b9a9}.project-add-choice-list span{color:#89988b;font-size:11px;font-weight:400}.project-items-modal{width:min(100%,820px);padding:26px}.project-items-head{justify-content:space-between;gap:15px;display:flex}.project-items-head .modal-heading p{margin-bottom:14px}.project-items-close{color:#758576;cursor:pointer;background:#fff;border:1px solid #e5ebe4;border-radius:9px;align-self:start;width:32px;height:32px;font-size:20px}.project-items-tabs{flex-wrap:wrap;gap:7px;margin-bottom:22px;display:flex}.project-items-tabs button,.project-item-source button{color:#6e7f70;font:inherit;cursor:pointer;background:#fff;border:1px solid #e4eae2;border-radius:9px;padding:8px 11px;font-size:12px}.project-items-tabs button.active,.project-item-source button.active{color:#3f6048;background:#f1f5ef;border-color:#b8c8b8}.project-items-tabs span{color:#95a197;margin-left:4px}.project-items-section-head{justify-content:space-between;align-items:center;gap:10px;margin-bottom:12px;display:flex}.project-items-section-head h3{color:#34483b;letter-spacing:-.03em;margin:0;font-size:18px}.project-items-section-head button{color:#46644e;font:inherit;cursor:pointer;white-space:nowrap;background:#f5f8f3;border:1px solid #b9c9ba;border-radius:9px;padding:8px 12px;font-size:12px}.project-items-empty,.project-items-hint{color:#849285;margin:7px 0 15px;font-size:12px;line-height:1.5}.project-items-empty{text-align:center;border:1px dashed #e0e8dd;border-radius:11px;padding:25px 10px}.project-items-list{gap:8px;margin-bottom:18px;display:grid}.project-items-row{background:#fff;border:1px solid #e9eee7;border-radius:12px;grid-template-columns:minmax(0,1fr) auto;gap:12px;padding:12px 14px;display:grid}.project-items-row-main{gap:3px;min-width:0;display:grid}.project-items-row-main strong{color:#3e5143;font-size:13px}.project-items-row-main span,.project-items-row-main small{color:#849285;overflow-wrap:anywhere;font-size:11px}.project-items-row-side{align-content:start;justify-items:end;gap:7px;display:grid}.project-items-row-side>strong{color:#3d5744;white-space:nowrap;font-size:13px}.project-items-row-side>div:not(.project-items-confirm){gap:9px;display:flex}.project-items-row-side button{color:#597560;font:inherit;cursor:pointer;background:0 0;border:0;font-size:11px}.project-items-row-side button:hover{text-decoration:underline}.project-items-confirm{color:#8c675c;flex-wrap:wrap;justify-content:end;gap:7px;font-size:11px;display:flex}.project-item-form{background:#fbfcfa;border:1px solid #e5ece3;border-radius:13px;gap:13px;margin-bottom:14px;padding:16px;display:grid}.project-item-library-summary{background:#fff;border:1px solid #e5ece3;border-radius:10px;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:12px;display:grid}.project-item-library-summary div{gap:4px;min-width:0;display:grid}.project-item-library-summary span{color:#8a9a8c;font-size:10px}.project-item-library-summary strong{color:#405648;overflow-wrap:anywhere;font-size:12px}.project-item-form h4{color:#3e5143;margin:0;font-size:15px}.project-item-form label{color:#697d6d;gap:5px;min-width:0;font-size:11px;font-weight:650;display:grid}.project-item-form label span,.project-item-form label small{color:#9aa69b;font-weight:400}.project-item-form input,.project-item-form select,.project-item-form textarea{color:#3b4e40;width:100%;min-width:0;font:inherit;background:#fff;border:1px solid #e1e9df;border-radius:9px;padding:9px 10px;font-size:12px}.project-item-source{gap:7px;display:flex}.project-item-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.project-item-library{gap:8px;display:grid}.project-item-library-filters{grid-template-columns:minmax(0,1fr) minmax(0,160px) auto;gap:7px;display:grid}.project-item-library-filters button{color:#617464;font:inherit;cursor:pointer;background:#fff;border:1px solid #e1e9df;border-radius:9px;padding:8px;font-size:11px}.project-item-library-results{gap:5px;max-height:210px;display:grid;overflow-y:auto}.project-item-library-results button{color:#435448;min-width:0;font:inherit;text-align:left;cursor:pointer;background:#fff;border:1px solid #e9eee7;border-radius:9px;justify-content:space-between;align-items:center;gap:9px;padding:9px 11px;font-size:11px;display:flex}.project-item-library-results button.selected{background:#f1f6f0;border-color:#9bb49d}.project-item-library-results button span{overflow-wrap:anywhere;min-width:0}.project-item-library-results button small{color:#91a092;margin-top:3px;display:block}.project-item-library-results button strong{white-space:nowrap;flex:none;font-size:11px}.project-extras-breakdown{background:#fff;border:1px solid #e9eee7;border-radius:13px;margin:10px 0 0;padding:12px 18px}.project-extras-breakdown summary{color:#536d58;cursor:pointer;font-size:12px}.project-extras-breakdown p{color:#687b6b;justify-content:space-between;gap:12px;margin:11px 0 0;font-size:11px;display:flex}.project-extras-breakdown p span{text-align:right}@media (max-width:560px){.project-items-modal{padding:17px}.project-items-tabs button{text-align:left;flex:100%}.project-items-row{grid-template-columns:1fr}.project-items-row-side{grid-template-columns:1fr auto;place-items:center start}.project-items-confirm{grid-column:1/-1}.project-item-form-grid,.project-item-library-summary,.project-item-library-filters{grid-template-columns:1fr}.project-item-library-results button{flex-direction:column;align-items:start}.project-extras-breakdown p{display:grid}.project-extras-breakdown p span{text-align:left}}.save-status{align-items:center;gap:5px;display:inline-flex}.save-status>span{margin-right:0}.save-status-saving>span{background:#c1a66a;animation:1s ease-in-out infinite save-pulse}.save-status-error{color:#9a584f}.save-status-error>span{background:#bc6f64}.save-status button{color:inherit;text-underline-offset:2px;cursor:pointer;background:0 0;border:0;padding:0;text-decoration:underline;font-size:11px!important;font-weight:700!important}@keyframes save-pulse{50%{opacity:.35}}.sidebar-links button{color:inherit;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;padding:6px 0}.sidebar-links button:hover{color:#456c50}.version-modal{width:min(620px,100vw - 32px);max-height:min(760px,100vh - 32px);overflow:auto}.version-modal-head{justify-content:space-between;align-items:start;gap:18px;display:flex}.version-create-form textarea,.version-modal textarea{resize:vertical;width:100%;min-width:0;color:var(--text-primary);font:inherit;background:#fff;border:1px solid #dfe6dd;border-radius:10px;padding:11px 13px}.version-create-form label span{color:#96a098;font-weight:400}.version-history{gap:14px;margin-top:20px;display:grid}.version-history-actions{color:#849086;justify-content:space-between;align-items:center;gap:14px;font-size:11px;display:flex}.version-history-actions button,.version-back,.version-delete-link{color:#4f765a;font:inherit;cursor:pointer;background:0 0;border:0;padding:0;font-weight:700}.version-list{gap:7px;display:grid}.version-list>button{color:#425147;width:100%;font:inherit;text-align:left;cursor:pointer;background:#fbfcfa;border:1px solid #e4ebe2;border-radius:12px;justify-content:space-between;align-items:center;gap:18px;padding:13px 15px;display:flex}.version-list>button:hover{background:#f5f8f3;border-color:#bfd0c0}.version-list>button>span:first-child{gap:4px;min-width:0;display:grid}.version-list strong{text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.version-list small,.version-list em{color:#89958b;font-size:10px;font-style:normal}.version-list em{overflow-wrap:anywhere}.version-empty{color:#6f7e72;text-align:center;border:1px dashed #dce5da;border-radius:13px;padding:30px 20px}.version-empty p{margin:7px 0 0;font-size:11px}.version-preview{gap:17px;margin-top:18px;display:grid}.version-back{justify-self:start;font-size:11px}.version-preview-title{border-bottom:1px solid #edf0eb;padding-bottom:15px}.version-preview-title>div{justify-content:space-between;align-items:baseline;gap:16px;display:flex}.version-preview-title strong{color:#33473a;font-size:18px}.version-preview-title span,.version-preview-title p,.version-preview-note{color:#869289;font-size:11px}.version-preview-title p{margin:8px 0 0}.version-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.version-summary-grid>div{background:#fafbf9;border:1px solid #e9eee7;border-radius:11px;gap:5px;padding:13px;display:grid}.version-summary-grid span{color:#879389;font-size:10px}.version-summary-grid strong{color:#3c5142;font-size:14px}.version-preview-note{margin:0}.version-preview-actions{justify-content:space-between;align-items:center;gap:14px;padding-top:4px;display:flex}.version-delete-link{color:#9a5c54;font-size:11px}.version-confirm{background:#f7f9f5;border:1px solid #dfe7dc;border-radius:12px;padding:14px}.version-confirm p{color:#596a5d;margin:0 0 13px;font-size:12px;line-height:1.5}.version-delete-confirm{background:#fcf8f7;border-color:#eadbd7}@media (max-width:1080px){.save-status{display:inline-flex}}@media (max-width:700px){.save-status{flex-basis:100%;order:4;justify-content:end;font-size:10px}.version-preview-title>div,.version-preview-actions{flex-direction:column;align-items:flex-start}}@media (max-width:430px){.version-modal{width:calc(100vw - 20px);max-height:calc(100vh - 20px);padding:17px}.version-summary-grid{grid-template-columns:1fr}.version-history-actions{flex-direction:column;align-items:flex-start}}.project-sidebar-content{flex-direction:column;flex:1;min-height:0;display:flex}.project-sidebar-toggle,.mobile-editor-button,.properties-close,.properties-backdrop{display:none}.save-status{justify-content:flex-end;min-width:112px}@media (max-width:1080px){.project-grid{grid-template-columns:minmax(190px,220px) minmax(0,1fr)}.project-sidebar{min-height:560px}.property-tabs button,.properties-actions button,.module-order button{min-height:40px}.properties-actions button{width:40px;height:40px}}@media (max-width:800px){.project-grid{flex-direction:column;display:flex}.project-sidebar{order:1;min-height:0;padding:0;overflow:hidden}.center-column{order:2}.project-sidebar-toggle{color:#425448;text-align:left;cursor:pointer;background:#fff;border:0;grid-template-columns:1fr auto 24px;align-items:center;gap:10px;width:100%;min-height:48px;padding:0 16px;display:grid}.project-sidebar-toggle strong{color:#879489;font-size:11px}.project-sidebar-toggle span:last-child{color:#6f8875;text-align:center;font-size:18px}.project-sidebar-content{border-top:1px solid #edf0eb;padding:14px 15px;display:none}.project-sidebar-open .project-sidebar-content{display:flex}.mobile-editor-button{color:#46604d;cursor:pointer;background:#f8faf7;border:1px solid #dfe8de;border-radius:9px;justify-content:center;align-items:center;min-height:40px;margin-left:auto;padding:0 12px;font-size:11px;font-weight:700;display:inline-flex}.properties-panel{z-index:41;border-radius:18px;width:min(390px,100vw - 32px);display:none;position:fixed;top:16px;bottom:16px;right:16px;box-shadow:0 24px 80px #1c2b2033}.properties-panel-open{display:flex}.properties-backdrop{z-index:40;cursor:default;background:#1d2b214d;border:0;width:100%;height:100%;padding:0;display:block;position:fixed;inset:0}.properties-close{place-items:center;padding:0 10px;font-weight:700;color:#587060!important;width:auto!important;font-size:10px!important;display:inline-grid!important}.properties-heading{padding:15px 16px 11px}.property-tabs{justify-content:stretch;overflow-x:auto}.property-tabs button{flex:1 0 auto;min-height:44px;padding:0 10px}.property-content{overflow-y:auto}.module-order button,.assignment-current,.assignment-option,.hardware-actions button,.hardware-add button{min-height:44px}.cost-breakdown{border-radius:13px;position:static}}@media (max-width:560px){.project-header .project-header-inner{align-items:center}.project-header-actions{margin-left:auto}.version-button,.header-icon-button{min-height:40px}.header-icon-button{width:40px;height:40px}.project-header .project-breadcrumb{min-width:0;overflow:hidden}.project-header .project-breadcrumb span:last-child{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.save-status{min-width:0;min-height:22px}.project-intro-actions{justify-content:space-between;width:100%}.project-management .subtle-button{min-height:40px}.finance-details summary,.project-extras-breakdown summary,.worktop-details summary{align-items:center;min-height:44px;display:flex}.center-column{grid-template-rows:minmax(350px,auto) auto}.workspace-toolbar{align-items:stretch}.view-tabs{flex:1}.view-tabs button{flex:1;min-height:40px}.mobile-editor-button{flex:100%;order:3}.module-card{flex-basis:112px;min-height:96px}.properties-panel{border-radius:16px;width:auto;max-height:none;inset:58px 8px 8px}.property-content{padding:15px 16px}.module-order{padding:9px 16px}.modal-actions{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.modal-actions>button{min-width:0;min-height:44px}.project-items-close,.project-items-tabs button,.version-back,.version-delete-link,.version-history-actions button{min-height:40px}.project-items-tabs button{min-height:44px}}@media (max-width:480px){.cost-breakdown{width:100%;min-width:0;padding:14px 16px;display:block;overflow-x:hidden}.cost-title{border-bottom:1px solid #edf0eb;padding-bottom:9px}.cost-title strong{font-size:12px}.cost-items{gap:0;width:100%;min-width:0;margin-top:4px;display:grid;overflow:hidden;grid-template-columns:minmax(0,1fr)!important}.cost-item{border-bottom:1px solid #f0f2ed;border-left:0;flex-direction:row;justify-content:space-between;align-items:baseline;gap:12px;width:100%;min-width:0;padding:7px 0;display:flex}.cost-item:last-child{border-bottom:0}.cost-item span{color:#7e8c81;text-overflow:clip;white-space:normal;overflow:visible}.cost-item strong{flex:none;font-size:11px}}
.library-page{max-width:1160px;margin:0 auto}.library-top{justify-content:space-between;align-items:end;gap:24px;margin-bottom:24px;display:flex}.library-top h1{margin:0 0 10px;font-size:clamp(32px,3.2vw,44px)}.library-top p{color:var(--text-secondary);margin:0;font-size:14px}.library-summary{border-top:1px solid var(--border);border-bottom:1px solid var(--border);color:#7b897d;flex-wrap:wrap;align-items:center;gap:22px;padding:17px 0;font-size:12px;display:flex}.library-summary strong{color:#35463b;margin-right:4px;font-size:18px}.library-seed-note{color:#98a59a;margin-left:auto}.library-notice{color:#466d50;background:#f2f8f1;border:1px solid #dceadd;border-radius:10px;margin-top:17px;padding:10px 14px;font-size:12px}.library-search{max-width:470px;margin:24px 0 18px}.library-search label{color:#748176;letter-spacing:.04em;margin-bottom:8px;font-size:11px;font-weight:700;display:block}.library-search input{width:100%;min-height:46px;color:var(--text-primary);background:#fff;border:1px solid #dfe6dd;border-radius:12px;padding:0 16px;font:14px Arial,Helvetica,sans-serif}.library-views{border-bottom:1px solid var(--border);scrollbar-width:thin;gap:5px;padding-bottom:11px;display:flex;overflow-x:auto}.library-views button{color:#7e8c80;cursor:pointer;background:0 0;border:0;border-radius:9px;flex:none;padding:10px 14px;font:650 12px Arial,Helvetica,sans-serif}.library-views button:hover{background:#eff3ee}.library-views .library-view-active{color:#405e49;background:#edf4ed}.library-layout{grid-template-columns:220px minmax(0,1fr);align-items:start;gap:24px;margin-top:24px;display:grid}.library-categories-toggle{display:none}.library-categories{gap:3px;min-width:0;display:grid}.library-side-title{color:#9aa69d;letter-spacing:.12em;padding:7px 11px 10px;font-size:10px;font-weight:750}.library-categories button{color:#6d7b70;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:9px;justify-content:space-between;align-items:center;gap:7px;width:100%;min-width:0;min-height:40px;padding:8px 11px;font:12px Arial,Helvetica,sans-serif;display:flex}.library-categories button:hover{background:#f0f4ef}.library-categories .library-category-active{color:#345a3f;background:#e9f2e9;font-weight:700;box-shadow:inset 3px 0 #83a58a,inset 0 0 0 1px #dbe9dd}.library-categories .library-category-active small{color:#66846c}.library-categories button span{min-width:0}.library-categories button small{color:#9aa69d;font-size:11px}.library-results{border:1px solid var(--border);min-width:0;box-shadow:var(--shadow-sm);background:#fff;border-radius:18px}.library-results-head{justify-content:space-between;align-items:end;gap:16px;padding:22px 24px 17px;display:flex}.library-results-head h2{letter-spacing:-.035em;margin:0;font-size:20px}.library-results-head>span{color:#9aa69d;white-space:nowrap;font-size:11px}.library-list{gap:8px;padding:0 12px 12px;display:grid}.library-item{background:#fcfdfb;border:1px solid #e9eee8;border-radius:12px;grid-template-columns:30px minmax(0,1fr) minmax(145px,185px) 100px;align-items:center;gap:16px;min-width:0;padding:18px 16px;transition:border-color .14s,box-shadow .14s;display:grid;box-shadow:0 1px 2px #263a2a08}.library-item:hover{border-color:#dce7dc;box-shadow:0 3px 10px #263a2a0d}.library-favorite{color:#b4c1b6;cursor:pointer;background:0 0;border:0;border-radius:8px;width:30px;height:30px;padding:0;font-size:23px}.library-favorite:hover,.library-favorite-active{color:#6f9878}.library-item-copy{gap:5px;min-width:0;display:grid}.library-item-copy strong{overflow-wrap:anywhere;color:#2d3d32;font-size:14px}.library-item-copy>span{color:#78877b;text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.library-item-copy small{color:#9aa59b;font-size:11px}.library-item-price{justify-items:start;gap:6px;min-width:0;display:grid}.library-price-button{color:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:8px;justify-items:start;gap:3px;margin:-4px -6px;padding:4px 6px;display:grid}.library-price-button:hover{background:#f3f7f2}.library-price-button strong{color:#345642;letter-spacing:-.035em;white-space:nowrap;font-size:17px}.library-price-button span{color:#8a998d;font-size:11px}.library-item-price>small{color:#a1aca2;font-size:10px}.library-item-actions{justify-items:start;gap:3px;display:grid}.library-item-actions button{color:#748176;cursor:pointer;background:0 0;border:0;border-radius:7px;min-height:28px;margin-left:-8px;padding:5px 8px;font:650 12px Arial,Helvetica,sans-serif}.library-item-actions button:first-child{color:#4c6653}.library-item-actions button:hover{color:#345d41;background:#edf4ed}.library-item-actions button:focus-visible{outline-offset:2px;outline:2px solid #83a58a}.library-inline-price{flex-wrap:wrap;align-items:center;gap:5px;min-width:0;display:flex}.library-inline-price input{color:#34463a;border:1px solid #a9c4af;border-radius:8px;width:88px;min-height:35px;padding:6px 8px;font:13px Arial,Helvetica,sans-serif}.library-inline-price button{color:#42634a;cursor:pointer;background:#f3f7f2;border:1px solid #dce6dd;border-radius:7px;min-height:34px;padding:5px 8px;font:650 11px Arial,Helvetica,sans-serif}.library-inline-price .form-error{width:100%}.library-empty{border-top:1px solid #edf0eb;justify-items:start;gap:9px;min-height:210px;padding:34px 24px;display:grid}.library-empty strong{font-size:17px}.library-empty p{color:var(--text-secondary);margin:0;font-size:12px}.library-empty .subtle-button{margin-top:4px}.library-modal{width:min(100%,520px)}.library-modal-form{gap:15px}.library-form-pair{grid-template-columns:1fr 1fr;gap:12px;display:grid}.library-favorite-check{align-items:center;gap:8px!important;font-weight:500!important;display:flex!important}.library-favorite-check input{accent-color:#47765d;width:17px;height:17px;min-height:0;margin:0}@media (max-width:1000px){.library-layout{grid-template-columns:1fr;gap:15px}.library-categories{scrollbar-width:thin;gap:5px;padding-bottom:5px;display:flex;overflow-x:auto}.library-side-title{display:none}.library-categories button{white-space:nowrap;background:#fff;border:1px solid #e7ece5;flex:none;gap:12px;width:auto}.library-categories .library-category-active{border-color:#cadfcf;box-shadow:inset 0 -2px #83a58a}.library-item{grid-template-columns:30px minmax(0,1fr) 185px 95px}.library-categories button,.library-views button,.library-item-actions button,.library-favorite,.library-price-button{min-height:40px}}@media (max-width:620px){.library-top{flex-direction:column;align-items:start;gap:18px}.library-summary{gap:10px 20px}.library-search{max-width:none}.library-search input,.library-top .primary-button{min-height:44px}.library-categories-toggle{color:#758278;width:100%;min-height:48px;font:inherit;text-align:left;cursor:pointer;background:#fff;border:1px solid #e2e9e0;border-radius:11px;grid-template-columns:auto minmax(0,1fr) 24px;align-items:center;gap:10px;padding:0 14px;font-size:11px;display:grid}.library-categories-toggle strong{color:#3e5947;text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.library-categories-toggle span:last-child{color:#6e8874;text-align:center;font-size:18px}.library-categories{background:#fff;border:1px solid #e5ebe3;border-radius:12px;max-height:min(52vh,390px);padding:6px;display:none;overflow-y:auto}.library-categories-open{display:grid}.library-categories button{border:0;width:100%;min-height:44px}.library-categories .library-category-active{box-shadow:inset 3px 0 #83a58a}.library-seed-note{flex-basis:100%;margin-left:0}.library-results-head{padding:19px 17px 15px}.library-list{padding:0 8px 8px}.library-item{grid-template-columns:28px minmax(0,1fr);gap:9px 12px;padding:16px 12px}.library-item-copy{grid-column:2}.library-item-price{grid-column:2;padding-top:3px}.library-item-actions{grid-column:2;gap:7px;display:flex}.library-item-actions button{min-height:40px;margin-left:-8px;padding:7px 9px}.library-form-pair{grid-template-columns:1fr;gap:15px}.library-modal{width:calc(100vw - 20px);max-height:calc(100dvh - 20px);padding:18px}.library-inline-price input{width:105px;min-height:44px}.library-inline-price button{min-height:44px}}@media (max-width:430px){.library-page{min-width:0}.library-top h1{font-size:30px}.library-top .primary-button{width:100%}.library-summary{padding:13px 0}.library-views{margin-right:-16px;padding-right:16px}.library-results{border-radius:14px}.library-results-head{flex-direction:column;align-items:start;gap:7px}.library-price-button{margin-top:-2px}}
