:root{--app-bg:#10151c;--panel-bg:#161b22eb;--panel-border:#21262d;--field-bg:#0d1117e6;--field-border:#ffffff1f;--field-border-hover:#ffffff4d;--text-main:#f0f6fc;--text-muted:#8b949e;--text-soft:#c9d1d9;--accent:#2f81f7;--accent-strong:#1f6feb;--accent-soft:#2f81f729;--danger:#f85149;--shadow-strong:0 24px 80px #00000073;--sans:"Segoe UI", "Trebuchet MS", Arial, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.01em;color:var(--text-soft);background:var(--app-bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{box-sizing:border-box;width:100%;min-height:100vh}body{background:radial-gradient(circle at 0 0,#2f81f738,#0000 28%),radial-gradient(circle at 100% 100%,#388bfd24,#0000 24%),linear-gradient(#10151c 0%,#131921 100%);min-width:320px;margin:0}h1,h2{color:var(--text-main);font-weight:600}h1{letter-spacing:-.04em;margin:0;font-size:56px}h2{letter-spacing:-.02em;margin:0;font-size:24px;line-height:1.18}p{margin:0}.input-field{box-sizing:border-box;border:1px solid var(--field-border);background:var(--field-bg);width:100%;color:var(--text-main);border-radius:12px;padding:14px 16px;font-size:15px;transition:border-color .2s,box-shadow .2s,background-color .2s}.input-field[type=number]{appearance:textfield}.input-field[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.input-field[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.input-field::placeholder{color:#6e7681}.login-button{background:linear-gradient(135deg, var(--accent), var(--accent-strong));color:var(--text-main);letter-spacing:.01em;cursor:pointer;border:none;border-radius:12px;padding:15px 18px;font-size:17px;font-weight:700;transition:transform .15s,box-shadow .2s,filter .2s;box-shadow:0 16px 34px #1f6feb47}.input-field:hover{border-color:var(--field-border-hover)}.input-field:focus{border-color:var(--accent);box-shadow:0 0 0 4px var(--accent-soft);outline:none}.login-button:active{transform:scale(.97)}.login-button:hover{filter:brightness(1.05);box-shadow:0 18px 40px #1f6feb61}.forgot-password{color:#8fbff7;cursor:pointer;opacity:.82;background:0 0;border:none;padding:0;font-size:13px;font-weight:500}.forgot-password:active{transform:scale(.95)}.forgot-password:hover{opacity:1}.forgot-password:disabled{opacity:.4;cursor:not-allowed}.login-button:disabled{cursor:wait;opacity:.86;filter:none}.login-page{box-sizing:border-box;justify-content:center;align-items:center;width:100%;min-height:100vh;padding:32px 20px;display:flex}.login-shell{grid-template-columns:minmax(280px,1.05fr) minmax(320px,420px);align-items:center;gap:48px;width:min(1120px,100%);display:grid}.login-brand{padding:28px 8px 28px 0;position:relative}.login-brand-orb{filter:blur(10px);pointer-events:none;background:radial-gradient(circle,#79c0ff2e 0%,#79c0ff0f 34%,#0000 70%);border-radius:999px;width:280px;height:280px;position:absolute;top:-48px;left:-72px}.login-eyebrow{color:#79c0ff;text-transform:uppercase;letter-spacing:.16em;margin-bottom:18px;font-size:12px;font-weight:700}.login-brand-logo{width:min(504px,100%);height:auto;display:block}.login-title{max-width:10ch;font-size:clamp(3rem,6vw,5rem);line-height:.96}.login-subtitle{color:#9aa7b3;max-width:34rem;margin-top:22px;font-size:18px;line-height:1.7}.login-panel{box-shadow:var(--shadow-strong), inset 0 1px 0 #ffffff08;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#141921f0;border:1px solid #4b566375;border-radius:24px;padding:28px;position:relative}.login-panel:before{content:"";border-radius:inherit;-webkit-mask-composite:xor;pointer-events:none;background:linear-gradient(145deg,#79c0ff47,#ffffff05);padding:1px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.login-panel-header{margin-bottom:24px}.login-panel-kicker{color:var(--text-muted);text-transform:uppercase;letter-spacing:.14em;margin-bottom:10px;font-size:13px}.login-panel-title{font-size:30px}.login-panel-copy{color:var(--text-muted);margin-top:12px;font-size:14px;line-height:1.6}.login-mode-toggle{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-bottom:20px;display:grid}.login-mode-button{color:var(--text-soft);cursor:pointer;background:#0d111794;border:1px solid #3e4650d9;border-radius:12px;padding:11px 14px;font-size:14px;font-weight:700;transition:border-color .2s,background-color .2s,color .2s}.login-mode-button:hover{border-color:#79c0ff75}.login-mode-button.is-active{color:var(--text-main);background:#2f81f724;border-color:#2f81f7c7}.login-form{flex-direction:column;gap:18px;display:flex}.login-field{flex-direction:column;gap:8px;display:flex}.password-field-shell{position:relative}.password-input{padding-right:82px}.password-visibility-toggle{color:#9ecbff;cursor:pointer;background:0 0;border:none;padding:4px 6px;font-size:13px;font-weight:700;line-height:1;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.password-visibility-toggle:hover{color:#c4e1ff}.login-label{color:var(--text-soft);font-size:14px;font-weight:600}.login-error-message{color:#ffb4ad;font-size:13px;line-height:1.5}.login-info-message{color:#9ecbff;font-size:13px;line-height:1.5}.login-actions-row{justify-content:flex-end;margin-top:-2px;display:flex}.login-logo{opacity:.14;pointer-events:none;filter:saturate(1.02)brightness(1.03);width:min(248px,40%);position:absolute;bottom:10px;right:10px}.workspace-page{box-sizing:border-box;min-height:100vh;padding:32px 20px 48px}.workspace-shell{width:min(1180px,100%);margin:0 auto}.sticky-top-shell{z-index:30;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:linear-gradient(#0d1117fa 0%,#0d1117f0 72%,#0d111700 100%);margin:0 -8px 28px;padding:6px 8px;position:sticky;top:0}.sticky-top-shell .page-hero{margin-bottom:10px}.sticky-top-shell .page-title-row{gap:12px;margin-top:6px}.sticky-top-shell .page-logo{height:53px}.sticky-top-shell .page-title{font-size:clamp(2rem,3.5vw,3rem)}.sticky-top-shell .page-subtitle{margin-top:5px;font-size:14px;line-height:1.45}.sticky-top-shell .top-actions{align-self:center}.sticky-top-shell .ghost-button,.sticky-top-shell .danger-button,.sticky-top-shell .primary-button{padding:7px 12px;font-size:13px}.sticky-top-shell .stats-grid{gap:10px;margin-bottom:10px}.sticky-top-shell .stat-card{background:#141921c7;border-color:#3e4650c2;border-radius:16px;gap:4px;padding:11px 13px;box-shadow:inset 0 1px #ffffff08}.sticky-top-shell .stat-label{font-size:11px}.sticky-top-shell .stat-value{font-size:1.3rem}.sticky-top-shell .stat-value-small{font-size:1rem}.sticky-top-shell .stat-note{font-size:12px}.sticky-top-shell .toolbar-panel{background:#141921d1;border-color:#3e4650c7;border-radius:18px;margin-bottom:0;padding:12px;box-shadow:inset 0 1px #ffffff08}.sticky-top-shell .toolbar-copy{margin-bottom:10px}.sticky-top-shell .toolbar-title{margin-top:4px;font-size:1.28rem}.sticky-top-shell .field-grid{gap:10px}.sticky-top-shell .field-label{font-size:13px}.sticky-top-shell .input-field{padding:11px 13px;font-size:14px}.page-hero{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:24px;display:flex}.page-hero-copy{flex:1}.page-overline,.section-eyebrow,.toolbar-eyebrow{color:#79c0ff;text-transform:uppercase;letter-spacing:.16em;font-size:12px;font-weight:700}.page-title-row{align-items:center;gap:16px;margin-top:14px;display:flex}.page-logo{object-fit:contain;flex-shrink:0;width:auto;height:68px}.page-title{margin:0;font-size:clamp(2.6rem,5vw,4.4rem);line-height:.98}.page-subtitle{max-width:40rem;color:var(--text-muted);margin-top:14px;font-size:18px;line-height:1.65}.top-actions{flex-wrap:wrap;gap:12px;display:flex}.user-badge{box-sizing:border-box;background:#141921d1;border:1px solid #3e4650d1;border-radius:12px;flex-direction:column;justify-content:center;gap:2px;min-width:220px;padding:7px 12px;display:flex}.user-badge-role{color:#79c0ff;letter-spacing:.12em;text-transform:uppercase;font-size:10px;font-weight:700}.user-badge-email{color:var(--text-main);word-break:break-word;font-size:13px;line-height:1.2}.save-indicator{background:#141921c7;border:1px solid #79c0ff33;border-radius:12px;flex-direction:column;justify-content:center;gap:2px;min-width:170px;padding:7px 12px;display:flex}.save-indicator-kicker{color:#8b949e;letter-spacing:.14em;text-transform:uppercase;font-size:9px;font-weight:700}.save-indicator-label{color:var(--text-main);font-size:13px;line-height:1.2}.save-indicator.is-saving{background:#1c2d447a;border-color:#79c0ff57}.save-indicator.is-saving .save-indicator-kicker,.save-indicator.is-saving .save-indicator-label{color:#9ecbff}.save-indicator.is-error{background:#36121257;border-color:#f8514973}.save-indicator.is-error .save-indicator-kicker,.save-indicator.is-error .save-indicator-label{color:#ffb3ad}.ghost-button,.danger-button,.primary-button{cursor:pointer;border-radius:12px;padding:13px 18px;font-size:15px;font-weight:700;line-height:1.1;transition:transform .15s,border-color .2s,background-color .2s,box-shadow .2s,filter .2s}.ghost-button{color:var(--text-main);background:#161b22d1;border:1px solid #30363d}.ghost-button:hover{background:#21262df2;border-color:#4b5563}.primary-button{background:linear-gradient(135deg, var(--accent), var(--accent-strong));color:var(--text-main);border:none;box-shadow:0 16px 34px #1f6feb47}.primary-button:hover{filter:brightness(1.05);box-shadow:0 18px 40px #1f6feb61}.danger-button{color:var(--danger);background:#0d1117bf;border:1px solid #f8514966}.danger-button:hover{background:#3612128c;border-color:#f85149bf}.ghost-button:active,.primary-button:active,.danger-button:active{transform:scale(.98)}.stats-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-bottom:20px;display:grid}.stat-card,.toolbar-panel,.project-card,.empty-panel{background:#161b22e0;border:1px solid #21262d;box-shadow:0 18px 50px #00000047}.stat-card{border-radius:20px;flex-direction:column;gap:8px;padding:22px;display:flex}.stat-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.12em;font-size:13px;font-weight:700}.stat-value{color:var(--text-main);font-size:2rem;line-height:1.1}.stat-value-small{font-size:1.2rem}.stat-note{color:var(--text-muted);font-size:14px}.toolbar-panel{border-radius:24px;margin-bottom:26px;padding:24px}.toolbar-copy{margin-bottom:20px}.toolbar-title,.section-title{margin-top:10px;font-size:1.9rem}.field-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr) auto;align-items:end;gap:14px;display:grid}.field-stack{flex-direction:column;gap:8px;display:flex}.field-label{color:var(--text-soft);font-size:14px;font-weight:600}.section-heading{justify-content:space-between;align-items:end;gap:12px;margin-bottom:16px;display:flex}.project-list{flex-direction:column;gap:18px;display:flex}.project-card{cursor:pointer;background:#141921d1;border-color:#3e4650c7;border-radius:22px;justify-content:space-between;align-items:center;gap:18px;padding:22px;transition:transform .15s,border-color .2s,box-shadow .2s;display:flex}.project-card:hover{border-color:#2f81f7;transform:translateY(-1px);box-shadow:0 20px 48px #0000004d}.project-card-content{flex:1}.project-card-header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.project-card-title,.empty-panel-title{color:var(--text-main);margin:0;font-size:1.35rem;line-height:1.2}.project-card-address,.empty-panel-copy{color:var(--text-muted);margin-top:8px;font-size:15px;line-height:1.6}.card-pill{color:#9ecbff;background:#2f81f71f;border:1px solid #2f81f733;border-radius:999px;flex-shrink:0;padding:8px 12px;font-size:13px;font-weight:700}.project-card-meta{flex-wrap:wrap;gap:14px;margin-top:16px;display:flex}.activity-feed{gap:16px;display:grid}.activity-card{background:#141921c7;border:1px solid #3e4650b8;border-radius:20px;padding:18px 20px;box-shadow:0 16px 42px #00000038}.activity-card-header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.activity-card-title{color:var(--text-main);margin:16px 0 8px;font-size:1.1rem;line-height:1.3}.activity-card-copy{color:var(--text-muted);margin:0;font-size:14px;line-height:1.55}.project-card .danger-button,.estimate-card .danger-button{opacity:.82;background:#0d111757;border-color:#f8514947}.project-card:hover .danger-button,.estimate-card:hover .danger-button,.project-card .danger-button:hover,.estimate-card .danger-button:hover{opacity:1;background:#3612126b;border-color:#f8514994}.meta-row{color:var(--text-muted);font-size:14px}.empty-panel{text-align:center;background:#141921c2;border-color:#3e4650b8;border-radius:24px;padding:36px 28px}.inline-project-name{color:var(--text-main);font-weight:700}.estimate-create-row{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:14px;display:grid}.estimate-field-main{min-width:0}.estimate-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px;display:grid}.estimate-card{cursor:pointer;background:#141921d1;border:1px solid #3e4650c7;border-radius:22px;padding:22px;transition:transform .15s,border-color .2s,box-shadow .2s;box-shadow:0 18px 50px #00000047}.estimate-card:hover{border-color:#2f81f7;transform:translateY(-1px);box-shadow:0 20px 48px #0000004d}.estimate-card-top{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.estimate-card-copy{flex:1;min-width:0}.estimate-card-kicker{color:#79c0ff;text-transform:uppercase;letter-spacing:.14em;font-size:11px;font-weight:700}.estimate-card-title{color:var(--text-main);word-break:break-word;margin:10px 0 0;font-size:1.28rem;line-height:1.25}.estimate-card-total{color:var(--text-main);letter-spacing:-.03em;font-variant-numeric:tabular-nums;margin-top:24px;font-size:2rem;font-weight:700;line-height:1.1}.estimate-card-meta{flex-direction:column;gap:8px;margin-top:18px;display:flex}.project-card-meta .meta-row:last-child,.estimate-card-meta .meta-row:last-child{color:#9ecbff}.settings-grid{gap:22px;display:grid}.settings-panel{background:#141921d1;border:1px solid #3e4650c7;border-radius:24px;padding:24px;box-shadow:0 18px 50px #00000047}.settings-panel-header{margin-bottom:20px}.settings-panel-copy{max-width:42rem;color:var(--text-muted);margin-top:12px;font-size:15px;line-height:1.6}.settings-field-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.settings-pricing-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.settings-field-span-2{grid-column:span 2}.team-add-row{grid-template-columns:minmax(0,1.35fr) minmax(180px,.6fr) auto;align-items:end;gap:16px;display:grid}.team-add-email,.team-add-role,.team-member-role{min-width:0}.settings-team-message{color:#9ecbff;margin-top:14px;font-size:14px;line-height:1.5}.team-members-list,.team-invites-list{flex-direction:column;gap:16px;margin-top:22px;display:flex}.team-member-card{background:#141921c2;border:1px solid #3e4650bd;border-radius:20px;grid-template-columns:minmax(0,1fr) minmax(180px,220px);align-items:end;gap:16px;padding:20px;display:grid}.team-member-copy{min-width:0}.team-invite-card{align-items:center}.team-invite-actions{flex-direction:column;align-items:stretch;gap:12px;display:flex}.settings-subpanel-header{margin-bottom:0}.settings-subpanel-title{font-size:1.1rem}.team-empty-state{margin-top:0}.settings-page .stat-value,.settings-page .stat-value-small{font-variant-numeric:tabular-nums}.price-book-form-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.price-book-field-span-full{grid-column:1/-1}.price-book-actions{justify-content:flex-end;margin-top:18px;display:flex}.price-book-filter-row{grid-template-columns:minmax(0,1.5fr) minmax(240px,.7fr);gap:16px;margin-bottom:20px;display:grid}.price-book-filter-row-single{grid-template-columns:1fr}.price-book-sections{flex-direction:column;gap:20px;display:flex}.price-book-section-panel{background:#141921b8;border:1px solid #3e4650b8;border-radius:22px;padding:22px;box-shadow:inset 0 1px #ffffff05}.price-book-section-header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.price-book-section-title{margin-top:6px;font-size:1.45rem}.price-book-section-copy{max-width:52rem;color:var(--text-muted);margin-top:12px;margin-bottom:18px;font-size:14px;line-height:1.6}.price-book-section-empty{color:var(--text-muted);background:#0d111761;border:1px dashed #626e7b94;border-radius:16px;padding:16px 18px;font-size:14px}.price-book-grid{gap:18px;display:grid}.price-book-card{background:#141921d1;border:1px solid #3e4650c7;border-radius:22px;padding:20px;box-shadow:0 18px 50px #0000003d}.price-book-card-header{justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:18px;display:flex}.price-book-card-kicker{color:#9ecbff;letter-spacing:.12em;text-transform:uppercase;font-size:12px;font-weight:700}.price-book-card-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.price-book-card-meta{margin-top:16px}.price-book-price-chip{background:linear-gradient(135deg,#2f81f724,#1f6feb14);border:1px solid #2f81f72e;border-radius:16px;flex-direction:column;justify-content:center;gap:6px;min-height:98px;padding:14px 16px;display:flex}.price-book-price-chip .summary-total-value{font-variant-numeric:tabular-nums;font-size:1.3rem}.price-book-empty{margin-top:8px}.estimator-context-panel,.estimator-placeholder-panel{background:#161b22e6;border:1px solid #21262d;box-shadow:0 18px 50px #00000047}.estimator-context-panel{border-radius:18px;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-bottom:12px;padding:14px;display:grid}.estimator-context-item{flex-direction:column;gap:6px;min-width:0;display:flex}.estimator-context-value{color:var(--text-main);word-break:break-word;font-size:1rem;line-height:1.35}.estimator-status-control{gap:10px;display:grid}.estimator-status-select{min-width:0}.estimator-placeholder-panel{text-align:center;color:var(--text-muted);border-radius:20px;padding:30px}.estimator-block,.units-table-panel,.units-summary-panel{background:#161b22e6;border:1px solid #21262d;box-shadow:0 18px 50px #00000047}.estimator-assumptions-bar{background:#161b22e6;border:1px solid #21262d;border-radius:18px;margin-bottom:22px;padding:14px;box-shadow:0 18px 50px #00000047}.estimator-assumptions-header{justify-content:space-between;align-items:end;gap:12px;margin-bottom:12px;display:flex}.estimator-assumptions-title{margin-top:6px;font-size:1.25rem}.estimator-assumptions-note{max-width:24rem;color:var(--text-muted);text-align:right;font-size:12px;line-height:1.45}.estimator-assumptions-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;display:grid}.money-input-shell{border:1px solid var(--field-border);background:var(--field-bg);border-radius:12px;align-items:center;gap:8px;min-height:44px;padding:0 12px;transition:border-color .2s,box-shadow .2s,background-color .2s;display:flex}.money-input-shell:focus-within{border-color:var(--accent);box-shadow:0 0 0 4px var(--accent-soft)}.money-prefix{color:var(--text-muted);font-size:14px;font-weight:700}.money-input{width:100%;min-width:0;color:var(--text-main);appearance:textfield;background:0 0;border:none;outline:none;font-size:14px}.money-input::placeholder{color:#6e7681}.money-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.money-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.estimator-block{border-radius:24px;padding:22px}.estimator-block-header{justify-content:space-between;align-items:end;gap:14px;margin-bottom:18px;display:flex}.block-header-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:18px;display:flex}.standard-inline-picker{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.standard-inline-select{min-width:240px}.block-collapsed-summary{flex-direction:column;align-items:flex-end;gap:4px;min-width:0;display:flex}.collapsed-summary-value{color:var(--text-main);font-variant-numeric:tabular-nums;letter-spacing:-.02em;white-space:nowrap;font-size:1rem;line-height:1.1}.units-block-layout{flex-direction:column;gap:18px;display:flex}.units-table-panel,.units-summary-panel,.units-settings-panel{border-radius:20px;padding:18px}.units-table-scroll{width:100%}.units-table-header{color:var(--text-muted);text-transform:uppercase;letter-spacing:.12em;grid-template-columns:minmax(0,1.2fr) minmax(0,.95fr) minmax(0,1.1fr) minmax(0,.72fr) minmax(0,.72fr) minmax(0,.92fr) minmax(0,.9fr) 92px;gap:8px;margin-bottom:10px;padding:0 2px;font-size:12px;font-weight:700;display:grid}.units-table-rows{flex-direction:column;gap:12px;display:flex}.fans-table-scroll{width:100%}.fans-table-header{color:var(--text-muted);text-transform:uppercase;letter-spacing:.12em;grid-template-columns:minmax(0,1fr) minmax(0,1.2fr) minmax(0,.85fr) minmax(0,.72fr) minmax(0,.92fr) minmax(0,.9fr) 92px;gap:8px;margin-bottom:10px;padding:0 2px;font-size:12px;font-weight:700;display:grid}.fans-table-rows{flex-direction:column;gap:12px;display:flex}.units-row{grid-template-columns:minmax(0,1.2fr) minmax(0,.95fr) minmax(0,1.1fr) minmax(0,.72fr) minmax(0,.72fr) minmax(0,.92fr) minmax(0,.9fr) 92px;align-items:end;gap:8px;display:grid}.fans-row{grid-template-columns:minmax(0,1fr) minmax(0,1.2fr) minmax(0,.85fr) minmax(0,.72fr) minmax(0,.92fr) minmax(0,.9fr) 92px;align-items:end;gap:8px;display:grid}.units-cell{flex-direction:column;gap:8px;min-width:0;display:flex}.units-cell-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em;font-size:12px;font-weight:700;display:none}.units-total-cell{box-sizing:border-box;background:#0d1117c2;border:1px solid #2d333b;border-radius:12px;flex-direction:column;justify-content:space-between;min-width:0;min-height:40px;padding:0 12px;display:flex}.units-line-total{color:var(--text-main);white-space:nowrap;font-size:15px}.units-remove-button{align-self:end;min-height:44px;padding-inline:12px}.units-footer-stack{flex-direction:column;gap:16px;display:flex}.units-settings-panel{background:#161b22e6;border:1px solid #21262d;box-shadow:0 18px 50px #00000047}.units-settings-copy{margin-bottom:14px}.units-settings-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.units-summary-panel{grid-template-columns:minmax(0,1.5fr) minmax(240px,.8fr);align-items:start;gap:16px;display:grid}.units-summary-section{flex-direction:column;gap:12px;display:flex}.units-summary-title{color:var(--text-main);margin:0;font-size:1.2rem}.units-summary-inputs{gap:12px;display:grid}.units-summary-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 16px;display:grid}.summary-row{color:var(--text-soft);justify-content:space-between;gap:14px;font-size:14px;display:flex}.summary-row strong{color:var(--text-main);text-align:right}.summary-total-card{background:linear-gradient(135deg,#2f81f729,#1f6feb14);border:1px solid #2f81f733;border-radius:16px;flex-direction:column;gap:6px;padding:16px;display:flex}.summary-total-label{color:#9ecbff;text-transform:uppercase;letter-spacing:.12em;font-size:12px;font-weight:700}.summary-total-value{color:var(--text-main);font-size:1.8rem;line-height:1.1}.summary-total-note{color:var(--text-muted);font-size:12px;line-height:1.45}.ductwork-note-panel,.ductwork-subblock,.ductwork-table-panel,.ductwork-pricing-panel,.ductwork-flex-panel{background:#161b22e6;border:1px solid #21262d;box-shadow:0 18px 50px #00000047}.ductwork-note-panel,.ductwork-subblock,.ductwork-pricing-panel,.ductwork-flex-panel{border-radius:20px;padding:18px}.ductwork-note-panel{margin-bottom:18px}.ductwork-note-input{box-sizing:border-box;resize:vertical;border:1px solid var(--field-border);background:var(--field-bg);width:100%;min-height:72px;color:var(--text-main);font:inherit;border-radius:12px;padding:14px 16px;line-height:1.5;transition:border-color .2s,box-shadow .2s,background-color .2s}.ductwork-note-input:focus{border-color:var(--accent);box-shadow:0 0 0 4px var(--accent-soft);outline:none}.estimator-subblock-header{margin-bottom:14px}.ductwork-table-panel{border-radius:18px;padding:16px}.ductwork-section-heading{margin-bottom:12px}.ductwork-section-title{color:var(--text-main);margin:6px 0 0;font-size:1.1rem}.ductwork-table-header{color:var(--text-muted);text-transform:uppercase;letter-spacing:.12em;grid-template-columns:minmax(0,1.4fr) minmax(0,.85fr) 92px;gap:8px;margin-bottom:10px;padding:0 2px;font-size:12px;font-weight:700;display:grid}.ductwork-table-rows{flex-direction:column;gap:12px;display:flex}.ductwork-row{grid-template-columns:minmax(0,1.4fr) minmax(0,.85fr) 92px;align-items:end;gap:8px;display:grid}.ductwork-totals-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:16px;display:grid}.ductwork-total-chip{background:#0d1117c2;border:1px solid #2d333b;border-radius:16px;flex-direction:column;gap:6px;padding:14px 16px;display:flex}.ductwork-total-chip-value{color:var(--text-main);font-size:1.3rem;line-height:1.1}.ductwork-pricing-panel{margin-top:16px}.ductwork-pricing-grid{grid-template-columns:minmax(0,.95fr) minmax(260px,1.05fr);align-items:end;gap:14px;display:grid}.ductwork-flex-panel{margin-top:16px}.flex-table-header{color:var(--text-muted);text-transform:uppercase;letter-spacing:.12em;grid-template-columns:minmax(0,1fr) minmax(0,.8fr) minmax(0,.9fr) minmax(0,.9fr) 92px;gap:8px;margin-bottom:10px;padding:0 2px;font-size:12px;font-weight:700;display:grid}.flex-table-rows{flex-direction:column;gap:12px;display:flex}.flex-row{grid-template-columns:minmax(0,1fr) minmax(0,.8fr) minmax(0,.9fr) minmax(0,.9fr) 92px;align-items:end;gap:8px;display:grid}.grill-table-header{color:var(--text-muted);text-transform:uppercase;letter-spacing:.12em;grid-template-columns:minmax(0,.9fr) minmax(0,1fr) minmax(0,.72fr) minmax(0,.82fr) minmax(0,.82fr) 92px;gap:8px;margin-bottom:10px;padding:0 2px;font-size:12px;font-weight:700;display:grid}.grill-table-rows{flex-direction:column;gap:12px;display:flex}.grill-row{grid-template-columns:minmax(0,.9fr) minmax(0,1fr) minmax(0,.72fr) minmax(0,.82fr) minmax(0,.82fr) 92px;align-items:end;gap:8px;display:grid}.vent-table-header,.vent-accessories-table-header{color:var(--text-muted);text-transform:uppercase;letter-spacing:.12em;gap:8px;margin-bottom:10px;padding:0 2px;font-size:12px;font-weight:700;display:grid}.vent-table-header{grid-template-columns:minmax(0,.95fr) minmax(0,.75fr) minmax(0,.82fr) minmax(0,.82fr) 92px}.vent-accessories-table-header{grid-template-columns:minmax(0,1.1fr) minmax(0,.72fr) minmax(0,.82fr) minmax(0,.82fr) 92px}.vent-table-rows,.vent-accessories-table-rows{flex-direction:column;gap:12px;display:flex}.vent-row,.vent-accessories-row{align-items:end;gap:8px;display:grid}.vent-row{grid-template-columns:minmax(0,.95fr) minmax(0,.75fr) minmax(0,.82fr) minmax(0,.82fr) 92px}.vent-accessories-row{grid-template-columns:minmax(0,1.1fr) minmax(0,.72fr) minmax(0,.82fr) minmax(0,.82fr) 92px}.misc-table-header{color:var(--text-muted);text-transform:uppercase;letter-spacing:.12em;grid-template-columns:minmax(0,1.4fr) minmax(0,.82fr) 92px;gap:8px;margin-bottom:10px;padding:0 2px;font-size:12px;font-weight:700;display:grid}.misc-table-rows{flex-direction:column;gap:12px;display:flex}.misc-row{grid-template-columns:minmax(0,1.4fr) minmax(0,.82fr) 92px;align-items:end;gap:8px;display:grid}.additional-items-table-header{color:var(--text-muted);text-transform:uppercase;letter-spacing:.12em;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr) minmax(0,1fr) minmax(0,.68fr) minmax(0,.82fr) minmax(0,.82fr) 92px;gap:8px;margin-bottom:10px;padding:0 2px;font-size:12px;font-weight:700;display:grid}.additional-items-table-rows{flex-direction:column;gap:12px;display:flex}.standard-picker-note{color:var(--text-muted);margin-bottom:14px;font-size:14px;line-height:1.55}.additional-items-row{grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr) minmax(0,1fr) minmax(0,.68fr) minmax(0,.82fr) minmax(0,.82fr) 92px;align-items:end;gap:8px;display:grid}.estimate-summary-layout{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;gap:16px;display:grid}.estimate-summary-panel,.estimate-summary-adjustments{box-sizing:border-box;background:#161b22e6;border:1px solid #21262d;height:100%;box-shadow:0 18px 50px #00000047}.estimate-summary-adjustments{border-radius:20px;flex-direction:column;gap:16px;padding:18px;display:flex}.estimate-summary-panel{flex-direction:column;gap:12px;display:flex}.estimate-summary-inputs{gap:12px;display:grid}.estimate-summary-finals{flex-direction:column;gap:10px;display:flex}.estimate-summary-panel .units-summary-list{grid-template-columns:1fr;gap:10px}.estimate-summary-panel .summary-row{align-items:center;font-size:14px}.estimate-summary-panel .summary-row strong{font-size:15px}.estimate-summary-row-strong{border-top:1px solid #2d333b;padding-top:6px}.estimate-summary-rounded{justify-self:stretch;width:100%}.estimate-summary-panel .summary-total-card,.estimate-summary-adjustments .summary-total-card{margin-top:auto}.ductwork-flex-total{background:#0d1117c2;border:1px solid #2d333b;border-radius:16px;flex-direction:column;gap:6px;margin-top:16px;padding:14px 16px;display:flex}.metal-ductwork-row{grid-template-columns:minmax(0,1.1fr) minmax(220px,.75fr);align-items:end;gap:14px;display:grid}.metal-ductwork-field{min-width:0}.estimator-page .sticky-top-shell{margin-bottom:18px;padding-top:4px;padding-bottom:4px}.estimator-page .page-hero{margin-bottom:10px}.estimator-page .page-title{font-size:clamp(1.75rem,3vw,2.45rem)}.estimator-page .page-subtitle{margin-top:4px;font-size:13px}.estimator-page .page-logo{height:51px}.estimator-page .top-actions,.estimator-page .estimator-context-panel,.estimator-page .estimator-assumptions-grid,.estimator-page .units-block-layout,.estimator-page .units-footer-stack,.estimator-page .units-summary-list,.estimator-page .ductwork-totals-row,.estimator-page .ductwork-pricing-grid{gap:10px}.estimator-page .ghost-button,.estimator-page .danger-button,.estimator-page .primary-button{border-radius:10px;padding:9px 13px;font-size:13px}.estimator-page .collapse-toggle{min-width:84px}.estimator-page .standard-inline-picker{gap:8px}.estimator-page .standard-inline-select{min-width:220px;padding:9px 12px;font-size:13px}.estimator-page .standard-picker-note{margin-bottom:10px;font-size:12px}.estimator-page .field-label,.estimator-page .stat-label,.estimator-page .toolbar-eyebrow,.estimator-page .section-eyebrow,.estimator-page .summary-total-label{font-size:11px}.estimator-page .input-field,.estimator-page .money-input-shell,.estimator-page .ductwork-note-input{min-height:40px}.estimator-page .input-field{border-radius:10px;padding:10px 12px;font-size:13px}.estimator-page .money-input-shell{border-radius:10px;padding:0 10px}.estimator-page .money-input,.estimator-page .money-prefix{font-size:13px}.estimator-page .ductwork-note-input{min-height:64px;padding:12px 14px;font-size:13px}.estimator-page .estimator-context-panel,.estimator-page .estimator-assumptions-bar,.estimator-page .estimator-block,.estimator-page .units-table-panel,.estimator-page .units-settings-panel,.estimator-page .units-summary-panel,.estimator-page .ductwork-note-panel,.estimator-page .ductwork-subblock,.estimator-page .ductwork-pricing-panel,.estimator-page .ductwork-table-panel,.estimator-page .ductwork-flex-panel{border-radius:16px}.estimator-page .estimator-context-panel,.estimator-page .estimator-assumptions-bar{margin-bottom:22px;padding:12px}.estimator-page .units-table-panel,.estimator-page .units-settings-panel,.estimator-page .units-summary-panel,.estimator-page .ductwork-note-panel,.estimator-page .ductwork-subblock,.estimator-page .ductwork-pricing-panel,.estimator-page .ductwork-table-panel,.estimator-page .ductwork-flex-panel,.estimator-page .estimate-summary-panel,.estimator-page .estimate-summary-adjustments{background:#141921c2;border:1px solid #3e4650c2;box-shadow:inset 0 1px #ffffff07}.estimator-page .estimator-block,.estimator-page .ductwork-note-panel,.estimator-page .ductwork-subblock,.estimator-page .ductwork-pricing-panel,.estimator-page .ductwork-flex-panel{padding:16px}.estimator-page .estimator-block+.estimator-block{margin-top:22px}.estimator-page .units-table-panel,.estimator-page .units-settings-panel,.estimator-page .units-summary-panel,.estimator-page .ductwork-table-panel{padding:14px}.estimator-page .estimator-assumptions-header,.estimator-page .estimator-block-header,.estimator-page .estimator-subblock-header,.estimator-page .units-settings-copy,.estimator-page .toolbar-copy{margin-bottom:10px}.estimator-page .estimator-assumptions-title,.estimator-page .toolbar-title,.estimator-page .section-title{margin-top:4px;font-size:1.45rem}.estimator-page .units-summary-title,.estimator-page .ductwork-section-title{font-size:1rem}.estimator-page .estimator-assumptions-note,.estimator-page .summary-total-note,.estimator-page .meta-row{font-size:11px}.estimator-page .estimator-assumptions-note{max-width:18rem}.estimator-page .estimator-context-value,.estimator-page .summary-row,.estimator-page .ductwork-total-chip-value,.estimator-page .units-line-total{font-size:13px}.estimator-page .summary-row strong,.estimator-page .summary-total-value,.estimator-page .ductwork-total-chip-value,.estimator-page .units-line-total{font-variant-numeric:tabular-nums;letter-spacing:-.02em}.estimator-page .summary-row{align-items:baseline}.estimator-page .summary-row span{max-width:72%}.estimator-page .summary-total-value{font-size:1.45rem}.estimator-page .estimate-summary-layout{gap:12px}.estimator-page .estimate-summary-adjustments,.estimator-page .estimate-summary-panel{border-radius:16px;padding:14px}.estimator-page .units-summary-panel,.estimator-page .ductwork-pricing-grid{grid-template-columns:minmax(0,1fr) 280px}.estimator-page .units-table-header,.estimator-page .fans-table-header,.estimator-page .ductwork-table-header,.estimator-page .flex-table-header,.estimator-page .grill-table-header,.estimator-page .vent-table-header,.estimator-page .vent-accessories-table-header,.estimator-page .misc-table-header,.estimator-page .additional-items-table-header{gap:6px;margin-bottom:8px;font-size:11px}.estimator-page .units-table-rows,.estimator-page .fans-table-rows,.estimator-page .ductwork-table-rows,.estimator-page .flex-table-rows,.estimator-page .grill-table-rows,.estimator-page .vent-table-rows,.estimator-page .vent-accessories-table-rows,.estimator-page .misc-table-rows,.estimator-page .additional-items-table-rows{gap:10px}.estimator-page .units-row{grid-template-columns:minmax(0,1.12fr) minmax(0,.88fr) minmax(0,1fr) minmax(0,.66fr) minmax(0,.64fr) minmax(0,.84fr) minmax(0,.8fr) 84px;gap:6px}.estimator-page .units-table-header{grid-template-columns:minmax(0,1.12fr) minmax(0,.88fr) minmax(0,1fr) minmax(0,.66fr) minmax(0,.64fr) minmax(0,.84fr) minmax(0,.8fr) 84px}.estimator-page .fans-row,.estimator-page .fans-table-header{grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr) minmax(0,.72fr) minmax(0,.62fr) minmax(0,.82fr) minmax(0,.82fr) 84px;gap:6px}.estimator-page .ductwork-row,.estimator-page .ductwork-table-header{grid-template-columns:minmax(0,1.2fr) minmax(0,.72fr) 84px;gap:6px}.estimator-page .flex-row,.estimator-page .flex-table-header{grid-template-columns:minmax(0,.9fr) minmax(0,.68fr) minmax(0,.78fr) minmax(0,.78fr) 84px;gap:6px}.estimator-page .grill-row,.estimator-page .grill-table-header{grid-template-columns:minmax(0,.88fr) minmax(0,.95fr) minmax(0,.66fr) minmax(0,.76fr) minmax(0,.76fr) 84px;gap:6px}.estimator-page .vent-row,.estimator-page .vent-table-header{grid-template-columns:minmax(0,.9fr) minmax(0,.68fr) minmax(0,.76fr) minmax(0,.76fr) 84px;gap:6px}.estimator-page .vent-accessories-row,.estimator-page .vent-accessories-table-header{grid-template-columns:minmax(0,1fr) minmax(0,.66fr) minmax(0,.76fr) minmax(0,.76fr) 84px;gap:6px}.estimator-page .misc-row,.estimator-page .misc-table-header{grid-template-columns:minmax(0,1.25fr) minmax(0,.76fr) 84px;gap:6px}.estimator-page .additional-items-row,.estimator-page .additional-items-table-header{grid-template-columns:minmax(0,1.05fr) minmax(0,.88fr) minmax(0,.95fr) minmax(0,.64fr) minmax(0,.76fr) minmax(0,.76fr) 84px;gap:6px}.estimator-page .units-total-cell,.estimator-page .ductwork-total-chip,.estimator-page .summary-total-card,.estimator-page .ductwork-flex-total{border-radius:12px}.estimator-page .units-total-cell,.estimator-page .ductwork-total-chip,.estimator-page .ductwork-flex-total{padding:10px 12px}.estimator-page .units-total-cell{min-height:40px}.estimator-page .summary-total-card{box-sizing:border-box;justify-content:space-between;place-self:end;width:280px;max-width:100%;min-height:124px;padding:14px}.estimator-page .estimator-block .ghost-button{background:#0d111785;border-color:#30363dc2}.estimator-page .estimator-block .ghost-button:hover{background:#161b22c2;border-color:#6e7681b3}.estimator-page .units-remove-button{background:#0d111757;border-color:#f8514947;min-height:40px;padding-inline:10px}.estimator-page .units-remove-button:hover{background:#3612126b;border-color:#f851498f}@media (width<=900px){:root{font-size:16px}.login-shell{grid-template-columns:1fr;gap:24px}.login-brand{padding:0}.login-title{max-width:none}.login-panel{padding:24px}.login-logo{width:160px}.page-hero{flex-direction:column}.top-actions{width:100%}.user-badge,.save-indicator{width:100%;min-width:0}.stats-grid,.field-grid{grid-template-columns:1fr}.primary-button{width:100%}.project-card{flex-direction:column;align-items:stretch}.project-card-header{flex-direction:column}.estimate-create-row,.settings-field-grid,.settings-pricing-grid,.price-book-form-grid,.price-book-card-grid,.price-book-filter-row{grid-template-columns:1fr}.settings-field-span-2{grid-column:auto}.team-add-row,.team-member-card{grid-template-columns:1fr}.estimate-card-top{flex-direction:column}.estimator-context-panel{grid-template-columns:1fr}.estimator-assumptions-header{flex-direction:column;align-items:flex-start}.estimator-assumptions-note{text-align:left;max-width:none}.estimator-assumptions-grid{grid-template-columns:1fr 1fr}.units-block-layout{grid-template-columns:1fr}.estimator-block-header{flex-direction:column;align-items:flex-start}.block-header-actions{justify-content:flex-start;width:100%}.block-collapsed-summary{align-items:flex-start}.units-table-header,.fans-table-header{display:none}.units-row,.fans-row{background:#0d111799;border:1px solid #2d333b;border-radius:18px;grid-template-columns:1fr 1fr;min-width:0;padding:14px}.ductwork-table-header,.flex-table-header,.grill-table-header,.vent-table-header,.vent-accessories-table-header,.misc-table-header,.additional-items-table-header{display:none}.ductwork-row,.ductwork-totals-row,.ductwork-pricing-grid{grid-template-columns:1fr}.ductwork-row{background:#0d111799;border:1px solid #2d333b;border-radius:18px;padding:14px}.flex-row,.grill-row,.vent-row,.vent-accessories-row,.misc-row{background:#0d111799;border:1px solid #2d333b;border-radius:18px;grid-template-columns:1fr;padding:14px}.estimate-summary-layout{grid-template-columns:1fr}.additional-items-row{background:#0d111799;border:1px solid #2d333b;border-radius:18px;grid-template-columns:1fr;padding:14px}.metal-ductwork-row{grid-template-columns:1fr}.units-cell-label{display:inline}.units-total-cell{min-height:auto;padding:12px 14px}.units-remove-button{width:100%}.units-settings-grid,.units-summary-panel,.units-summary-list{grid-template-columns:1fr}.estimator-page .summary-total-card{justify-self:stretch;width:100%}.sticky-top-shell{margin-inline:0;padding-inline:0}}@media (width<=540px){.login-page{padding:18px}.login-panel{border-radius:18px;padding:20px}.login-title{font-size:2.7rem}.login-subtitle{font-size:16px}.login-panel-title{font-size:26px}.workspace-page{padding:20px 16px 36px}.page-title-row{align-items:flex-start}.page-logo{height:52px}.toolbar-panel,.project-card,.stat-card,.empty-panel,.estimate-card,.estimator-placeholder-panel,.estimator-assumptions-bar,.estimator-block,.units-table-panel,.units-summary-panel,.ductwork-note-panel,.ductwork-subblock,.ductwork-pricing-panel,.ductwork-table-panel,.ductwork-flex-panel{border-radius:18px;padding:18px}.estimate-card-total{font-size:1.65rem}.estimator-assumptions-grid{grid-template-columns:1fr}}
