:root{--app-bg:#10151c;--panel-bg:#161b22eb;--panel-border:#21262d;--field-bg:#0d1117e6;--field-border:#ffffff1f;--field-border-hover:#ffffff4d;--surface-strong:#161b22e6;--surface-panel:#141921d1;--surface-panel-soft:#141921c7;--surface-panel-subtle:#141921c2;--surface-border:#3e4650c7;--surface-border-soft:#3e4650b8;--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;flex-direction:column;justify-content:center;align-items:center;gap:20px;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}.login-legal-panel{background:#0d11178f;border:1px solid #3e4650b8;border-radius:16px;flex-direction:column;gap:12px;padding:14px 16px;display:flex}.login-legal-title{color:var(--text-main);font-size:14px;font-weight:700}.legal-checklist{flex-direction:column;gap:12px;display:flex}.legal-checkbox-row{color:var(--text-soft);align-items:flex-start;gap:10px;font-size:13px;line-height:1.55;display:flex}.legal-checkbox-input{accent-color:var(--accent);flex-shrink:0;margin:2px 0 0}.legal-checkbox-copy{color:var(--text-soft)}.legal-inline-link{color:#9ecbff;text-decoration:none}.legal-inline-link:hover{color:#c4e1ff;text-decoration:underline}.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}.workspace-issue-note{margin-bottom:18px}.workspace-issue-actions{flex-direction:column;gap:12px;display:flex}.login-secondary-button{width:100%}.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}.app-legal-footer{justify-content:center;margin-top:28px;padding:10px 0 4px;display:flex}.app-legal-footer-links{color:var(--text-muted);flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;font-size:13px;line-height:1.4;display:inline-flex}.app-legal-footer-link{color:var(--text-muted);text-decoration:none;transition:color .18s,opacity .18s}.app-legal-footer-link:hover{color:#a7c8f3}.app-legal-footer-separator{opacity:.65}.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:56px;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-stack{flex-direction:column;align-self:center;align-items:flex-end;gap:8px;display:flex}.sticky-top-shell .top-actions{justify-content:flex-end;align-items:center;gap:8px}.sticky-top-shell .top-actions-stack .user-badge{width:220px;min-width:220px;max-width:220px;margin-left:auto}.sticky-top-shell .top-meta-row{justify-content:flex-end;align-items:stretch;gap:8px;display:flex}.sticky-top-shell .top-meta-row .user-badge{margin-left:0}.sticky-top-shell .ghost-button,.sticky-top-shell .danger-button,.sticky-top-shell .primary-button{min-height:28px;box-shadow:none;border-radius:10px;padding:4px 10px;font-size:11px;font-weight:600;line-height:1}.sticky-top-shell .ghost-button{background:#141921b8;border-color:#3e4650ad}.sticky-top-shell .ghost-button:hover{background:#1c222be6;border-color:#626e7bdb}.sticky-top-shell .danger-button{background:#2414144d;border-color:#f851494d}.sticky-top-shell .danger-button:hover{background:#3612126b;border-color:#f8514985}.sticky-top-shell .primary-button{box-shadow:none}.sticky-top-shell .stats-grid{gap:10px;margin-bottom:10px}.sticky-top-shell .stat-card{background:var(--surface-panel-soft);border-color:var(--surface-border);border-radius:12px;flex-direction:row;justify-content:space-between;align-items:center;gap:10px;padding:5px 10px;box-shadow:inset 0 1px #ffffff08}.sticky-top-shell .stat-label{margin:0;font-size:10px;line-height:1.1}.sticky-top-shell .stat-value{text-align:right;flex-shrink:0;font-size:1rem;line-height:1.05}.sticky-top-shell .stat-value-small{font-size:.84rem;line-height:1.05}.sticky-top-shell .stat-note{display:none}.sticky-top-shell .toolbar-panel{background:var(--surface-panel);border-color:var(--surface-border);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{border:1px solid var(--surface-border);box-sizing:border-box;background:#141921b8;border-radius:10px;flex-direction:column;justify-content:center;gap:1px;min-width:220px;min-height:28px;padding:4px 10px;display:flex}.user-badge-role{color:#79c0ff;letter-spacing:.12em;text-transform:uppercase;font-size:9px;font-weight:700}.user-badge-email{color:var(--text-main);white-space:nowrap;text-overflow:ellipsis;font-size:12px;line-height:1.1;overflow:hidden}.save-indicator{background:#141921b8;border:1px solid #79c0ff33;border-radius:10px;flex-direction:column;justify-content:center;gap:1px;min-width:170px;min-height:28px;padding:4px 10px;display:flex}.save-indicator-kicker{color:#8b949e;letter-spacing:.14em;text-transform:uppercase;font-size:8px;font-weight:700}.save-indicator-label{color:var(--text-main);font-size:12px;line-height:1.1}.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:var(--surface-strong);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}.top-followup-panel{margin-bottom:26px}.project-create-panel,.estimate-create-panel{border-radius:16px;padding:12px}.project-create-panel .toolbar-copy,.estimate-create-panel .toolbar-copy{margin-bottom:10px}.project-create-panel .toolbar-title,.estimate-create-panel .toolbar-title{margin-top:4px;font-size:1.2rem}.project-create-panel .field-grid,.estimate-create-panel .estimate-create-row{gap:10px}.project-create-panel .field-stack,.estimate-create-panel .field-stack{gap:6px}.project-create-panel .field-label,.estimate-create-panel .field-label{font-size:12px}.project-create-panel .input-field,.estimate-create-panel .input-field{padding:10px 12px;font-size:13px}.project-create-panel .primary-button,.estimate-create-panel .primary-button{padding:10px 14px;font-size:13px}.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}.section-heading-actions{align-items:end;gap:12px;display:flex}.list-search-input{min-width:260px}.projects-activity-section{margin-top:56px}.tutorial-backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:30;background:#02060cb8;position:fixed;inset:0}.modal-backdrop{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:60;background:#02060cc2;position:fixed;inset:0}.settings-modal{background:var(--surface-panel);border:1px solid var(--surface-border);z-index:70;border-radius:24px;width:min(720px,100vw - 32px);max-height:calc(100vh - 40px);padding:22px;position:fixed;top:50%;left:50%;overflow:auto;transform:translate(-50%,-50%);box-shadow:0 24px 80px #0000006b}.settings-modal-header{margin-bottom:18px}.settings-modal-actions{justify-content:flex-end;gap:10px;margin-top:18px;display:flex}.settings-textarea{resize:vertical;min-height:104px}.tutorial-tooltip{z-index:50;background:linear-gradient(145deg,#111b29fa,#0a0f18fa);border:1px solid #79c0ff3d;border-radius:20px;width:min(360px,100vw - 40px);padding:18px 18px 16px;position:fixed;box-shadow:0 24px 60px #00000057}.tutorial-tooltip-arrow{background:#0e1622fa;border-top:1px solid #79c0ff3d;border-left:1px solid #79c0ff3d;width:18px;height:18px;position:absolute;top:-10px;left:34px;transform:rotate(45deg)}.tutorial-tooltip-title{color:var(--text-main);margin:6px 0 8px;font-size:1.1rem}.tutorial-tooltip-copy{color:var(--text-muted);margin:0;font-size:14px;line-height:1.6}.tutorial-tooltip-actions{flex-wrap:wrap;gap:10px;margin-top:16px;display:flex}.tutorial-tooltip-settings-panel{max-width:360px}[data-tutorial-highlight=true]{z-index:40;position:relative;box-shadow:0 0 0 1px #79c0ff80,0 0 0 8px #79c0ff24}.tutorial-tooltip-arrow-left{border-top:1px solid #79c0ff3d;border-left:1px solid #79c0ff3d;top:28px;left:-10px;transform:rotate(-45deg)}.project-list{flex-direction:column;gap:18px;display:flex}.project-card{border:1px solid var(--surface-border);cursor:pointer;background:var(--surface-panel);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;box-shadow:0 18px 50px #00000047}.project-card:hover{border-color:#2f81f7;transform:translateY(-1px);box-shadow:0 20px 48px #0000004d}.project-card-content{flex:1}.project-card-actions{flex-direction:row;flex-shrink:0;justify-content:center;align-items:center;gap:12px;display:flex}.card-inline-editor{gap:10px;width:min(440px,100%);display:grid}.estimate-inline-editor{width:100%;margin-top:10px}.card-inline-editor-actions{flex-wrap:wrap;gap:10px;display:flex}.inline-editor-error{color:#f85149;margin:0;font-size:13px;line-height:1.45}.project-card-header{justify-content:flex-start;align-items:center;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:var(--surface-panel-soft);border:1px solid var(--surface-border-soft);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:var(--surface-panel-subtle);border-color:var(--surface-border-soft);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{flex-direction:column;gap:18px;display:flex}.estimate-card{border:1px solid var(--surface-border);cursor:pointer;background:var(--surface-panel);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;box-shadow:0 18px 50px #00000047}.estimate-card:hover{border-color:#2f81f7;transform:translateY(-1px);box-shadow:0 20px 48px #0000004d}.estimate-card-content{flex:1;min-width:0}.estimate-card-side{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:14px;display:flex}.estimate-card-actions{flex-flow:wrap;flex-shrink:0;justify-content:flex-end;align-items:center;gap:12px;display:flex}.estimate-card-kicker{color:#79c0ff;text-transform:uppercase;letter-spacing:.14em;margin:0;font-size:11px;font-weight:700}.estimate-card-title{color:var(--text-main);word-break:break-word;margin:8px 0 0;font-size:1.42rem;line-height:1.25}.estimate-card-total{color:var(--text-main);letter-spacing:-.03em;font-variant-numeric:tabular-nums;text-align:right;font-size:2rem;font-weight:700;line-height:1.1}.estimate-card-meta{flex-wrap:wrap;gap:14px;margin-top:16px;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:var(--surface-panel);border:1px solid var(--surface-border);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}.settings-logo-preview{flex-direction:column;gap:8px;display:flex}.settings-logo-preview-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.settings-logo-actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.settings-logo-input{display:none}.settings-logo-preview-card,.settings-logo-preview-empty{border:1px solid var(--surface-border);box-sizing:border-box;background:#0d1117a3;border-radius:18px;min-height:140px;padding:18px}.settings-logo-preview-card{justify-content:center;align-items:center;display:flex}.settings-logo-preview-image{object-fit:contain;max-width:100%;max-height:120px;display:block}.settings-logo-preview-empty{color:var(--text-muted);align-items:center;font-size:14px;display:flex}.settings-logo-message{color:#9ecbff;font-size:14px;line-height:1.5}.settings-export-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.settings-export-card{background:var(--surface-panel-subtle);border:1px solid var(--surface-border-soft);border-radius:20px;flex-direction:column;gap:14px;padding:20px;display:flex}.settings-export-title{color:var(--text-main);margin:0;font-size:1.05rem;line-height:1.3}.settings-export-copy{color:var(--text-muted);margin:0;font-size:14px;line-height:1.6}.settings-billing-actions{flex-wrap:wrap;gap:10px;display:flex}.settings-export-message{color:#9ecbff;margin:16px 0 0;font-size:14px;line-height:1.5}.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:var(--surface-panel-subtle);border:1px solid var(--surface-border-soft);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:var(--surface-panel-subtle);border:1px solid var(--surface-border-soft);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:var(--surface-panel);border:1px solid var(--surface-border);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-placeholder-panel{background:var(--surface-strong);border:1px solid #21262d;box-shadow:0 18px 50px #00000047}.estimator-context-panel{margin-bottom:0}.estimator-context-card{flex-direction:column;gap:4px;min-width:0;display:flex}.estimator-context-value{color:var(--text-main);word-break:break-word;font-size:1.08rem;line-height:1.35}.estimator-context-note{margin-top:2px}.estimator-status-control{flex-wrap:wrap;align-items:center;gap:10px;min-width:0;display:flex}.estimator-status-select{width:148px;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:var(--surface-panel);border:1px solid var(--surface-border);box-shadow:0 18px 50px #00000047}.estimator-assumptions-bar{background:var(--surface-panel);border:1px solid var(--surface-border);border-radius:24px;margin-bottom:26px;padding:24px;box-shadow:0 18px 50px #00000047}.estimator-available-blocks{background:var(--surface-panel);border:1px solid var(--surface-border);border-radius:20px;margin-bottom:24px;padding:18px;box-shadow:0 18px 50px #00000047}.estimator-available-blocks-header{justify-content:space-between;align-items:end;gap:16px;margin-bottom:14px;display:flex}.estimator-available-blocks-note{max-width:28rem;color:var(--text-muted);text-align:right;font-size:14px;line-height:1.5}.available-blocks-list{flex-direction:column;gap:12px;display:flex}.available-block-card{width:100%;color:var(--text-main);text-align:left;cursor:pointer;background:#141921d1;border:1px solid #2d333b;border-radius:16px;justify-content:space-between;align-items:center;gap:16px;padding:14px 16px;transition:border-color .2s,background-color .2s,transform .15s;display:flex}.available-block-card:hover{background:#161b22e6;border-color:#2f81f7;transform:translateY(-1px)}.available-block-copy{flex-direction:column;gap:4px;min-width:0;display:flex}.available-block-copy strong{font-size:15px}.available-block-copy span:last-child{color:var(--text-muted);font-size:13px;line-height:1.45}.available-block-add{color:#79c0ff;flex-shrink:0;font-size:24px;font-weight:700;line-height:1}.estimator-assumptions-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:14px;display:flex}.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{box-shadow:0 0 0 1px var(--block-outline,#3e465042), 0 18px 50px #00000047;border-radius:24px;padding:22px;position:relative;overflow:hidden}.estimator-block:before{content:"";background:var(--block-accent,#79c0ffbf);opacity:.95;border-radius:999px;width:4px;position:absolute;top:16px;bottom:16px;left:0}.estimator-block--units{--block-accent:#57b36b;--block-outline:#57b36b47}.estimator-block--fans{--block-accent:#4f8fd9;--block-outline:#4f8fd947}.estimator-block--ductwork{--block-accent:#b26a3d;--block-outline:#b26a3d4d}.estimator-block--additional-items{--block-accent:#d0b24e;--block-outline:#d0b24e47}.estimator-block--estimate-summary{--block-accent:#c85f5f;--block-outline:#c85f5f4d}.estimator-block--units .section-eyebrow{color:#7ad18f}.estimator-block--fans .section-eyebrow{color:#79b5f3}.estimator-block--ductwork .section-eyebrow{color:#d58c5f}.estimator-block--additional-items .section-eyebrow{color:#e5c760}.estimator-block--estimate-summary .section-eyebrow{color:#e58b8b}.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{border-radius:999px;justify-content:center;align-self:end;align-items:center;width:34px;min-width:34px;min-height:34px;padding:0;font-size:12px;line-height:1.1;display:inline-flex}.units-actions-cell{flex-direction:row;justify-content:flex-end;align-self:end;align-items:center;gap:6px;margin-left:8px;display:flex}.units-standard-button{color:#9cc8ff;background:#ffffff08;border-color:#79c0ff38;border-radius:999px;min-height:34px;padding:7px 10px;font-size:12px;line-height:1.1}.units-standard-button:hover{background:#79c0ff14;border-color:#79c0ff61}.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}.proposal-details-panel{grid-column:1/-1}.proposal-details-grid,.proposal-details-copy-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.proposal-textarea{resize:vertical;min-height:110px;font:inherit}.estimator-disclaimer-panel{background:#161b22e6;border:1px solid #c85f5f3d;border-radius:20px;margin-top:18px;padding:18px 20px;box-shadow:0 18px 50px #00000038}.estimator-disclaimer-copy{color:var(--text-soft);flex-direction:column;gap:8px;font-size:14px;line-height:1.6;display:flex}.estimator-disclaimer-list{color:var(--text-soft);margin:0;padding-left:18px}.estimator-disclaimer-list li+li{margin-top:4px}.estimator-disclaimer-risk{color:var(--text-main);font-weight:600}.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 .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 .sticky-top-shell .ghost-button,.estimator-page .sticky-top-shell .danger-button,.estimator-page .sticky-top-shell .primary-button{border-radius:12px;padding:7px 12px;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 .estimator-assumptions-bar.top-followup-panel{border-radius:24px;margin-bottom:26px;padding:24px}.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:var(--surface-panel);border:1px solid var(--surface-border);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{grid-template-columns:minmax(0,1fr) 280px}.estimator-page .units-summary-list{gap:10px 72px}.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) 124px;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) 124px}.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) 124px;gap:6px}.estimator-page .ductwork-row,.estimator-page .ductwork-table-header{grid-template-columns:minmax(0,1.2fr) minmax(0,.72fr) 124px;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) 124px;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) 124px;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) 124px;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) 124px;gap:6px}.estimator-page .misc-row,.estimator-page .misc-table-header{grid-template-columns:minmax(0,1.25fr) minmax(0,.76fr) 124px;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) 124px;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;width:34px;min-width:34px;min-height:34px;padding:0}.estimator-page .units-standard-button{background:#0d111757;min-height:34px;padding:7px 10px}.estimator-page .units-remove-button:hover{background:#3612126b;border-color:#f851498f}@media (width<=900px){:root{font-size:16px}.workspace-page{padding:24px 18px 40px}.sticky-top-shell{-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;margin:0 0 24px;padding:0;position:static}.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;align-items:stretch}.tutorial-tooltip{width:min(320px,100vw - 32px)}.sticky-top-shell .page-title-row{gap:28px}.sticky-top-shell .top-actions-stack{align-self:stretch;align-items:stretch;width:100%}.top-actions,.sticky-top-shell .top-actions{justify-content:flex-start;width:100%}.sticky-top-shell .top-actions-stack .user-badge,.sticky-top-shell .top-meta-row .user-badge,.sticky-top-shell .top-meta-row .save-indicator,.user-badge,.save-indicator{width:100%;min-width:0;max-width:none;margin-left:0}.sticky-top-shell .top-meta-row{flex-wrap:wrap;justify-content:flex-start;width:100%}.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.field-grid{grid-template-columns:1fr}.primary-button{width:100%}.project-card{flex-direction:column;align-items:stretch}.project-card-actions{flex-wrap:wrap;justify-content:flex-start;width:100%}.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,.settings-export-grid{grid-template-columns:1fr}.estimate-card{flex-direction:column;align-items:flex-start}.estimate-card-side{align-items:flex-start;width:100%}.estimate-card-actions,.card-inline-editor-actions{flex-wrap:wrap;justify-content:flex-start;width:100%}.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;gap:12px;min-width:0;padding:16px}.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,.proposal-details-grid,.proposal-details-copy-grid{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{color:#b8c5d2;letter-spacing:.08em;margin-bottom:2px;font-size:11px;display:block}.units-total-cell{min-height:auto;padding:12px 14px}.units-cell{background:#141921d1;border:1px solid #2d333be6;border-radius:14px;gap:6px;padding:10px 12px}.units-actions-cell{justify-content:flex-end;width:auto;margin-left:6px}.units-standard-button{width:auto}.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<=700px){.workspace-page{padding:18px 14px 32px}.page-title-row,.sticky-top-shell .page-title-row{flex-direction:column;align-items:flex-start;gap:14px}.sticky-top-shell .page-logo{height:46px}.sticky-top-shell .top-actions .ghost-button,.sticky-top-shell .top-actions .danger-button,.sticky-top-shell .top-actions .primary-button{flex:calc(50% - 4px);justify-content:center;min-width:0}.sticky-top-shell .top-meta-row{flex-direction:column;align-items:stretch}.stats-grid{grid-template-columns:1fr}.section-heading{flex-direction:column;align-items:flex-start}.section-heading-actions{flex-direction:column;align-items:stretch;width:100%}.estimator-available-blocks-header{flex-direction:column;align-items:flex-start}.estimator-available-blocks-note{text-align:left;max-width:none}.section-heading>:last-child{width:100%}.list-search-input{min-width:0}.section-heading .ghost-button,.section-heading .primary-button,.section-heading .danger-button{width:100%}.project-card-actions .ghost-button,.project-card-actions .danger-button,.estimate-card-actions .ghost-button,.estimate-card-actions .danger-button{flex:160px}.card-inline-editor{width:100%}.estimator-assumptions-grid,.units-settings-grid,.estimate-summary-layout{grid-template-columns:1fr}.estimator-assumptions-bar{margin-bottom:20px;padding:18px}.estimator-assumptions-header{gap:12px}.estimator-assumptions-actions{flex-direction:column;justify-content:flex-start;align-items:stretch;width:100%}.block-header-actions,.standard-inline-picker{flex-direction:column;align-items:stretch;width:100%}.block-collapsed-summary{width:100%}.estimator-page .standard-inline-select{width:100%;min-width:0}.block-header-actions .ghost-button,.block-header-actions .danger-button,.block-header-actions .primary-button,.standard-inline-picker .ghost-button,.standard-inline-picker .danger-button,.standard-inline-picker .primary-button{width:100%}.units-row,.fans-row,.ductwork-row,.flex-row,.grill-row,.vent-row,.vent-accessories-row,.misc-row,.additional-items-row,.metal-ductwork-row{grid-template-columns:1fr;gap:12px}.units-row,.fans-row,.ductwork-row,.flex-row,.grill-row,.vent-row,.vent-accessories-row,.misc-row,.additional-items-row{background:#0d1117a3;border:1px solid #2d333b;border-radius:18px;padding:16px}.units-cell{background:#141921d1;border:1px solid #2d333be6;border-radius:14px;gap:6px;padding:10px 12px}.units-total-cell{background:#141921d1;border-radius:14px;padding:12px}.units-cell-label{letter-spacing:.08em;margin-bottom:2px;font-size:11px;display:block}.block-collapsed-summary,.ductwork-total-chip,.ductwork-flex-total,.summary-total-card,.units-total-cell{box-sizing:border-box;width:100%;min-width:0;max-width:100%}.collapsed-summary-value,.ductwork-total-chip-value,.summary-total-value,.units-line-total{white-space:normal;overflow-wrap:anywhere;word-break:break-word}.estimator-page .summary-row{background:#141921d1;border:1px solid #2d333be6;border-radius:12px;flex-direction:column;align-items:flex-start;gap:4px;padding:10px 12px}.estimator-page .summary-row span,.estimator-page .summary-row strong{width:100%;max-width:none}.estimator-page .summary-row strong{text-align:left;align-self:flex-start}.estimator-page .summary-total-card{place-self:stretch stretch;min-height:auto}.estimator-page .units-summary-panel{flex-direction:column;gap:14px;display:flex}.estimator-page .units-summary-list{flex-direction:column;gap:10px;display:flex}.estimate-summary-panel .summary-row,.estimate-summary-adjustments .summary-row{align-items:flex-start}.units-actions-cell{flex-direction:row;justify-content:flex-end;align-items:center;margin-left:0}.settings-modal{width:calc(100vw - 20px);padding:18px}.settings-modal-actions{flex-direction:column}}@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}.sticky-top-shell .top-actions .ghost-button,.sticky-top-shell .top-actions .danger-button,.sticky-top-shell .top-actions .primary-button,.project-card-actions .ghost-button,.project-card-actions .danger-button,.estimate-card-actions .ghost-button,.estimate-card-actions .danger-button,.card-inline-editor-actions .ghost-button,.card-inline-editor-actions .primary-button{flex-basis:100%;width:100%}.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}.collapsed-summary-value,.ductwork-total-chip-value,.summary-total-value{font-size:1.15rem;line-height:1.2}.units-line-total{font-size:1rem;line-height:1.2}}.workspace-access-banner{background:#090f1bd1;border:1px solid #ffffff24;border-radius:18px;gap:6px;margin:0 0 22px;padding:16px 18px;display:grid;box-shadow:0 18px 44px #00000038}.workspace-access-banner.is-read_only{background:linear-gradient(135deg,#5c410661,#090f1be6);border-color:#eab30847}.workspace-access-banner.is-paused{background:linear-gradient(135deg,#5d121e66,#090f1be6);border-color:#ef44444d}.workspace-access-banner-title{letter-spacing:.04em;text-transform:uppercase;color:#f7fafff2;font-size:.95rem}.workspace-access-banner-copy{color:#d8e1f0e6;margin:0;line-height:1.5}.settings-locked-fieldset,.estimator-locked-fieldset{border:0;min-width:0;margin:0;padding:0}.settings-locked-fieldset[disabled],.estimator-locked-fieldset[disabled]{opacity:.72}
