:root{--page:#f5f4ef;--surface:#fff;--surface-soft:#f0f5f4;--text:#172321;--muted:#60706d;--border:#d6dfdc;--accent:#125b56;--accent-hover:#0e4a46;--accent-soft:#e5f1ef;--success:#1f6b4f;--success-soft:#e8f4ed;--error:#a33838;--error-soft:#fbecec;--info:#2f5f78;--info-soft:#eaf2f6;--focus:#218b82;--shadow:0 18px 50px #1c312d17}*{box-sizing:border-box}html{background:var(--page);min-width:320px}body{background:radial-gradient(circle at 15% 5%, #125b5614, transparent 28rem), var(--page);min-height:100vh;color:var(--text);text-rendering:optimizelegibility;margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5}button,input,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:var(--accent);text-underline-offset:.2em;font-weight:650}a:hover{color:var(--accent-hover)}:focus-visible{outline:3px solid color-mix(in srgb, var(--focus) 55%, transparent);outline-offset:3px}.auth-page,.placeholder-page{place-items:center;min-height:100svh;padding:24px 16px;display:grid}.auth-card,.placeholder-card{background:var(--surface);width:min(100%,440px);box-shadow:var(--shadow);border:1px solid #17232117;border-radius:18px;padding:28px 22px}.auth-brand{color:var(--text);letter-spacing:-.01em;align-items:center;gap:10px;margin-bottom:30px;font-size:1rem;font-weight:750;display:inline-flex}.auth-brand-mark{background:var(--accent);color:#fff;border-radius:10px;place-items:center;width:34px;height:34px;font-size:.92rem;display:grid}.auth-eyebrow{color:var(--accent);letter-spacing:.09em;text-transform:uppercase;margin:0 0 8px;font-size:.76rem;font-weight:750}.auth-card h1,.placeholder-card h1{letter-spacing:-.035em;margin:0;font-size:clamp(1.8rem,7vw,2.35rem);line-height:1.12}.auth-description,.placeholder-card>p{color:var(--muted);margin:14px 0 26px;font-size:.98rem}.auth-form{gap:19px;display:grid}.form-field{gap:7px;display:grid}.form-field label{color:var(--text);font-size:.9rem;font-weight:700}.form-field input{border:1px solid var(--border);width:100%;min-height:50px;color:var(--text);background:#fff;border-radius:11px;padding:12px 14px;font-size:1rem;transition:border-color .12s,box-shadow .12s,background .12s}.form-field select{border:1px solid var(--border);width:100%;min-height:50px;color:var(--text);background:#fff;border-radius:11px;padding:12px 40px 12px 14px;font-size:1rem}.form-field select:focus{border-color:var(--focus);outline:none;box-shadow:0 0 0 3px #218b8224}.form-field input::placeholder{color:#899693}.form-field input:hover:not(:disabled){border-color:#a9b9b5}.form-field input:focus{border-color:var(--focus);outline:none;box-shadow:0 0 0 3px #218b8224}.form-field input[aria-invalid=true]{border-color:var(--error)}.form-field input:disabled{color:#73807d;cursor:not-allowed;background:#f3f5f4}.password-control{position:relative}.password-control input{padding-right:92px}.password-toggle{min-width:76px;min-height:38px;color:var(--accent);cursor:pointer;background:0 0;border:0;border-radius:8px;padding:6px 9px;font-size:.82rem;font-weight:700;position:absolute;top:50%;right:7px;transform:translateY(-50%)}.password-toggle:hover{background:var(--accent-soft)}.field-error,.field-hint,.inline-error{margin:0;font-size:.82rem}.field-error,.inline-error{color:var(--error)}.field-hint{color:var(--muted);margin-top:-12px}.form-message{border:1px solid;border-radius:11px;padding:12px 14px;font-size:.9rem}.form-message:focus{outline:none}.form-message-error{background:var(--error-soft);color:#7c2929;border-color:#ecc1c1}.form-message-success{background:var(--success-soft);color:var(--success);border-color:#b9dac7;margin-bottom:18px}.form-message-info{background:var(--info-soft);color:var(--info);border-color:#bfd4df}.primary-button,.secondary-button{cursor:pointer;border-radius:11px;justify-content:center;align-items:center;min-height:50px;padding:12px 18px;font-weight:750;transition:background .12s,border-color .12s,transform .12s;display:inline-flex}.primary-button{border:1px solid var(--accent);background:var(--accent);color:#fff;width:100%}.primary-button:hover:not(:disabled){border-color:var(--accent-hover);background:var(--accent-hover)}.secondary-button{border:1px solid var(--border);color:var(--text);background:#fff}.secondary-button:hover:not(:disabled){background:var(--surface-soft);border-color:#aabbb7}.primary-button:active:not(:disabled),.secondary-button:active:not(:disabled){transform:translateY(1px)}.primary-button:disabled,.secondary-button:disabled{cursor:wait;opacity:.68}.auth-footer{color:var(--muted);text-align:center;border-top:1px solid #e7ecea;margin-top:24px;padding-top:20px;font-size:.88rem}.auth-footer p{margin:0}.auth-links{flex-wrap:wrap;justify-content:center;gap:12px 22px;display:flex}.placeholder-card{width:min(100%,560px)}.placeholder-note{border:1px solid var(--border);background:var(--surface-soft);color:var(--muted);border-radius:12px;margin:24px 0;padding:16px;font-size:.9rem}.placeholder-action{justify-items:start;gap:10px;display:grid}.onboarding-card{width:min(100%,500px)}.onboarding-progress{color:var(--muted);gap:8px;margin-bottom:26px;font-size:.84rem;font-weight:750;display:grid}.onboarding-progress-track{background:var(--accent-soft);border-radius:999px;height:6px;overflow:hidden}.onboarding-progress-track span{border-radius:inherit;background:var(--accent);height:100%;transition:width .16s;display:block}.mode-fieldset{border:0;gap:10px;min-width:0;margin:0;padding:0;display:grid}.mode-fieldset legend{margin-bottom:7px;font-size:.9rem;font-weight:700}.mode-option{border:1px solid var(--border);cursor:pointer;border-radius:11px;align-items:center;gap:12px;min-height:62px;padding:11px 13px;display:flex}.mode-option:has(input:checked){border-color:var(--accent);background:var(--accent-soft)}.mode-option input{width:20px;height:20px;accent-color:var(--accent);flex:none}.mode-option span{gap:2px;display:grid}.mode-option small{color:var(--muted)}.onboarding-actions{grid-template-columns:minmax(92px,auto) minmax(0,1fr);gap:10px;display:grid}.onboarding-summary{border:1px solid var(--border);border-radius:12px;gap:0;margin:0;display:grid;overflow:hidden}.onboarding-summary div{background:var(--surface-soft);gap:3px;padding:12px 14px;display:grid}.onboarding-summary div+div{border-top:1px solid var(--border)}.onboarding-summary dt{color:var(--muted);font-size:.78rem}.onboarding-summary dd{overflow-wrap:anywhere;margin:0;font-weight:700}.onboarding-footer{border-top:1px solid #e7ecea;margin-top:24px;padding-top:18px}.skip-link{z-index:100;background:var(--text);color:#fff;border-radius:9px;padding:10px 14px;position:fixed;top:8px;left:12px;transform:translateY(-150%)}.skip-link:focus{transform:translateY(0)}.app-shell{background:var(--page);grid-template-rows:auto 1fr auto;min-width:0;min-height:100svh;display:grid}.shell-header{z-index:10;border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff0;justify-content:space-between;align-items:center;gap:12px;min-width:0;min-height:66px;padding:12px 16px;display:flex;position:relative}.shell-brand{letter-spacing:-.015em;align-items:center;gap:9px;min-width:0;font-weight:800;display:inline-flex}.shell-brand .auth-brand-mark{border-radius:9px;width:32px;height:32px}.shell-workspace-label{min-width:0;color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:.78rem;font-weight:700;overflow:hidden}.shell-main{width:min(100%,760px);min-width:0;padding:24px 16px calc(92px + env(safe-area-inset-bottom));margin:0 auto}.shell-main:focus{outline:none}.shell-navigation{z-index:20;padding:5px 4px calc(5px + env(safe-area-inset-bottom));border-top:1px solid var(--border);background:#fffffffa;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -6px 18px #1c312d0f}.app-shell:not(.app-shell-focused)[data-keyboard-open=true] .shell-navigation{visibility:hidden;pointer-events:none}.public-price-shell{background:var(--page);min-width:0;min-height:100svh}.public-price-header{z-index:10;border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff0;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:4px 12px;min-width:0;min-height:66px;padding:10px 16px;display:grid;position:relative}.public-price-header .shell-brand{grid-area:1/1}.public-price-header>p{min-width:0;color:var(--muted);overflow-wrap:anywhere;grid-area:2/1;margin:0;font-size:.76rem;font-weight:650}.public-price-login{border:1px solid var(--border);background:var(--surface);border-radius:10px;grid-area:1/2/span 2;justify-content:center;align-items:center;min-height:44px;padding:8px 12px;display:inline-flex}.public-price-main{width:min(100%,760px);min-width:0;padding:24px 16px calc(32px + env(safe-area-inset-bottom));margin:0 auto}.public-price-main:focus{outline:none}.shell-navigation-list{grid-template-columns:repeat(5,minmax(0,1fr));width:min(100%,760px);min-width:0;margin:0 auto;padding:0;list-style:none;display:grid}.shell-navigation-list li{min-width:0}.shell-navigation-link{min-width:0;min-height:56px;color:var(--muted);white-space:nowrap;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:2px;padding:5px 1px 4px;font-size:clamp(.64rem,2.8vw,.75rem);font-weight:650;line-height:1.15;text-decoration:none;display:flex;position:relative}.shell-navigation-link:hover{background:var(--surface-soft);color:var(--text)}.shell-navigation-link[aria-current=page]{background:var(--accent-soft);color:var(--accent);font-weight:800}.shell-navigation-link[aria-current=page]:before{content:"";background:currentColor;border-radius:999px;width:18px;height:3px;position:absolute;top:2px}.shell-nav-icon{flex:none;width:23px;height:23px}.shell-dashboard{gap:16px;display:grid}.shell-hero,.shell-card,.shell-page-section{border:1px solid var(--border);background:var(--surface);border-radius:16px;min-width:0;padding:22px 18px}.shell-hero{padding:26px 20px}.shell-section-label{color:var(--accent);letter-spacing:.08em;text-transform:uppercase;margin:0 0 7px;font-size:.76rem;font-weight:800}.shell-hero>h1,.shell-page-section>h1{letter-spacing:-.035em;overflow-wrap:anywhere;margin:0;font-size:clamp(1.75rem,8vw,2.45rem);line-height:1.12}.shell-ready-state{background:var(--success-soft);border:1px solid #b9dac7;border-radius:13px;align-items:flex-start;gap:13px;margin:22px 0;padding:16px;display:flex}.shell-ready-mark{background:var(--success);color:#fff;border-radius:50%;flex:none;place-items:center;width:34px;height:34px;display:grid}.shell-ready-mark svg{stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.2px;width:20px;height:20px}.shell-ready-state h2,.shell-card h2,.profile-account-actions h2{letter-spacing:-.015em;margin:0;font-size:1.05rem}.shell-ready-state p,.shell-card>p,.shell-continue p,.shell-page-intro,.shell-empty-state>p:last-child{color:var(--muted);margin:4px 0 0}.primary-link-button,.secondary-link-button{border-radius:11px;justify-content:center;align-items:center;min-height:48px;padding:11px 17px;font-weight:800;text-decoration:none;display:inline-flex}.primary-link-button{background:var(--accent);color:#fff;width:100%}.primary-link-button:hover{background:var(--accent-hover);color:#fff}.secondary-link-button{border:1px solid var(--border);color:var(--text);background:#fff}.secondary-link-button:hover{background:var(--surface-soft);color:var(--text);border-color:#aabbb7}.shell-continue{align-items:center;gap:16px;display:grid}.shell-continue .secondary-link-button{width:100%}.shell-details{border:1px solid var(--border);border-radius:12px;gap:0;margin:16px 0 0;display:grid;overflow:hidden}.shell-details div{background:var(--surface-soft);gap:3px;min-width:0;padding:12px 14px;display:grid}.shell-details div+div{border-top:1px solid var(--border)}.shell-details dt{color:var(--muted);font-size:.76rem}.shell-details dd{overflow-wrap:anywhere;min-width:0;margin:0;font-weight:750}.shell-page-section{width:100%}.shell-page-intro{margin-bottom:22px}.shell-empty-state{text-align:center;align-content:center;justify-items:center;min-height:320px;display:grid}.shell-empty-icon{border:1px solid var(--border);background:var(--surface-soft);border-radius:15px;width:54px;height:54px;margin-bottom:18px;position:relative}.shell-empty-icon:before,.shell-empty-icon:after,.shell-empty-icon span{background:var(--muted);content:"";border-radius:999px;height:2px;position:absolute;left:13px;right:13px}.shell-empty-icon:before{top:17px}.shell-empty-icon span{top:25px}.shell-empty-icon:after{top:33px}.profile-view{max-width:640px;margin:0 auto}.profile-account-actions{border-top:1px solid var(--border);gap:14px;margin-top:26px;padding-top:22px;display:grid}.profile-account-actions .placeholder-action,.profile-account-actions .secondary-button{width:100%}.price-page{gap:18px;width:100%;min-width:0;display:grid}.price-page-header{min-width:0}.price-page-header h1{letter-spacing:-.035em;overflow-wrap:anywhere;margin:0;font-size:clamp(1.75rem,8vw,2.45rem);line-height:1.12}.price-page-category{color:var(--text);margin:8px 0 0;font-size:1rem;font-weight:750}.price-page-effective{color:var(--muted);margin:4px 0 0;font-size:.88rem}.price-search{gap:7px;min-width:0;display:grid}.price-search-label{font-size:.84rem;font-weight:750}.price-search-control{align-items:center;min-width:0;display:flex;position:relative}.price-search-control input{background:var(--surface);width:100%;min-width:0;min-height:50px;color:var(--text);border:1px solid #aebdb9;border-radius:12px;padding:11px 106px 11px 14px}.price-search-control input::placeholder{color:#74817f}.price-search-clear{min-height:44px;color:var(--accent);cursor:pointer;background:0 0;border:0;border-radius:9px;padding:7px 9px;font-size:.8rem;font-weight:750;position:absolute;right:4px}.price-search-spinner{border:2px solid var(--border);border-top-color:var(--accent);border-radius:50%;width:18px;height:18px;animation:.8s linear infinite price-spin;position:absolute;right:88px}.price-search-feedback{min-height:1.25em;color:var(--muted);margin:0;font-size:.78rem}.price-groups{overscroll-behavior-inline:contain;scrollbar-width:thin;gap:8px;max-width:100%;padding:2px 2px 6px;display:flex;overflow-x:auto}.price-group-chip{border:1px solid var(--border);background:var(--surface);min-height:44px;color:var(--text);cursor:pointer;border-radius:999px;flex:none;padding:8px 15px;font-size:.86rem;font-weight:700}.price-group-chip[aria-pressed=true]{border-color:var(--accent);background:var(--accent-soft);color:var(--accent)}.price-list{gap:10px;min-width:0;margin:0;padding:0;list-style:none;display:grid}.price-card{border:1px solid var(--border);background:var(--surface);border-radius:14px;min-width:0}.price-card article{min-width:0;padding:16px}.price-card-disclosable{cursor:pointer}.price-card-group{color:var(--accent);letter-spacing:.035em;text-transform:uppercase;margin:0 0 7px;font-size:.74rem;font-weight:800}.price-card-main{grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:12px;min-width:0;display:grid}.price-card-title{letter-spacing:-.012em;overflow-wrap:anywhere;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-width:0;margin:0;font-size:1rem;line-height:1.35;display:-webkit-box;overflow:hidden}.price-card-value{text-align:right;justify-items:end;min-width:92px;display:grid}.price-card-value strong{font-variant-numeric:tabular-nums;white-space:nowrap;font-size:1rem;line-height:1.3}.price-card-value span{color:var(--muted);font-size:.76rem}.price-card-description{border-top:1px solid var(--border);justify-items:start;margin-top:10px;display:grid}.price-description-toggle{min-height:44px;color:var(--accent);cursor:pointer;background:0 0;border:0;padding:8px 2px;font-size:.82rem;font-weight:800}.price-card-description p{color:var(--muted);overflow-wrap:anywhere;white-space:pre-wrap;margin:0 0 2px;font-size:.88rem}.price-state,.price-inline-error{border:1px solid var(--border);background:var(--surface);border-radius:14px;align-content:center;justify-items:start;gap:8px;min-height:180px;padding:22px 18px;display:grid}.price-state h2,.price-inline-error p{margin:0;font-size:1.05rem;font-weight:800}.price-state p{color:var(--muted);margin:0}.price-state button,.price-inline-error button,.price-load-more button{border:1px solid var(--border);background:var(--surface);min-height:44px;color:var(--accent);cursor:pointer;border-radius:10px;padding:9px 15px;font-weight:800}.price-inline-error{background:var(--error-soft);border-color:#e1bcbc;min-height:auto}.price-load-more{justify-items:center;display:grid}.price-load-more button{background:var(--accent);color:#fff;min-width:164px}.price-load-more button:disabled{cursor:wait;opacity:.7}.price-page-note{border-top:1px solid var(--border);color:var(--muted);padding:14px 2px 0;font-size:.8rem}.price-skeleton>div,.price-skeleton-card{background:linear-gradient(100deg,#e6ecea 20%,#f2f5f4 40%,#e6ecea 60%) 0 0/220% 100%;border-radius:12px;animation:1.6s ease-in-out infinite price-skeleton}.price-skeleton-heading{width:min(76%,320px);height:42px}.price-skeleton-subtitle{width:min(58%,240px);height:22px}.price-skeleton-search{width:100%;height:50px}.price-skeleton-list{gap:10px;display:grid;background:0 0!important;animation:none!important}.price-skeleton-card{height:98px}@keyframes price-spin{to{transform:rotate(360deg)}}@keyframes price-skeleton{to{background-position-x:-220%}}@media (max-width:420px){.price-card-main{grid-template-columns:minmax(0,1fr)}.price-card-value{text-align:left;justify-items:start;min-width:0}}@media (min-width:560px){.auth-page,.placeholder-page{padding:48px 24px}.auth-card,.placeholder-card{padding:38px}.shell-main{padding-left:24px;padding-right:24px}.shell-hero,.shell-card,.shell-page-section{padding:28px}.shell-continue{grid-template-columns:minmax(0,1fr) auto}.shell-continue .secondary-link-button{width:auto}}@media (min-width:900px){.app-shell{grid-template-rows:auto 1fr;grid-template-columns:196px minmax(0,1fr)}.shell-header{grid-column:1/-1;position:sticky;top:0}.shell-navigation{border-top:0;border-right:1px solid var(--border);height:calc(100svh - 66px);box-shadow:none;grid-area:2/1;align-self:start;padding:16px 12px;position:sticky;inset:66px auto auto}.shell-navigation-list{grid-template-columns:1fr;gap:5px}.shell-navigation-link{flex-direction:row;justify-content:flex-start;gap:11px;min-height:48px;padding:10px 12px;font-size:.88rem}.shell-navigation-link[aria-current=page]:before{width:3px;height:22px;top:50%;left:3px;transform:translateY(-50%)}.shell-main{grid-area:2/2;width:min(100%,880px);margin:0;padding:42px 40px 64px}}.app-shell-focused .shell-main{width:min(100%,760px);padding:0 0 calc(112px + env(safe-area-inset-bottom))}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;padding:0;position:absolute;overflow:hidden}.estimate-list-page,.estimate-details{gap:18px;min-width:0;display:grid}.estimate-list-header,.estimate-details-header{justify-content:space-between;align-items:center;gap:12px;min-width:0;display:flex}.estimate-list-header h1,.estimate-list-header p,.estimate-details-header p,.estimate-details-header span{margin:0}.estimate-list-header .primary-link-button{white-space:nowrap;min-height:44px;padding-inline:14px}.estimate-list-mode,.estimate-list-filters{scrollbar-width:none;gap:8px;max-width:100%;display:flex;overflow-x:auto}.estimate-list-mode button,.estimate-list-filters button,.estimate-list-more{border:1px solid var(--border);background:var(--surface);min-height:44px;color:var(--text);cursor:pointer;font:inherit;white-space:nowrap;border-radius:999px;padding:9px 14px;font-weight:750}.estimate-list-mode button[aria-pressed=true],.estimate-list-filters button[aria-pressed=true]{border-color:var(--accent);background:var(--accent-soft);color:var(--accent-dark)}.estimate-list-search{gap:7px;display:grid}.estimate-list-search>label{font-weight:800}.estimate-list-search>div{grid-template-columns:minmax(0,1fr) auto auto;gap:8px;display:grid}.estimate-list-search input{border:1px solid var(--border);background:var(--surface);min-width:0;min-height:46px;color:var(--text);font:inherit;border-radius:12px;padding:10px 12px}.estimate-list-search button,.estimate-list-error button{background:var(--text);color:#fff;cursor:pointer;min-height:44px;font:inherit;border:0;border-radius:11px;padding:9px 14px;font-weight:800}.estimate-list-search button.estimate-list-clear{border:1px solid var(--border);background:var(--surface);color:var(--text)}.estimate-list-search>p{color:var(--muted);margin:0;font-size:.84rem}.estimate-list,.estimate-details-items ol{gap:11px;margin:0;padding:0;list-style:none;display:grid}.estimate-list-card{border:1px solid var(--border);background:var(--surface);min-width:0;color:var(--text);border-radius:15px;gap:8px;padding:16px;text-decoration:none;display:grid;box-shadow:0 8px 24px #1c312d0a}.estimate-list-card:hover,.estimate-list-card:focus-visible{border-color:var(--accent)}.estimate-list-card-heading,.estimate-list-card-footer{justify-content:space-between;align-items:center;gap:10px;min-width:0;display:flex}.estimate-list-card h2,.estimate-list-card p,.estimate-list-card time{margin:0}.estimate-list-card h2{overflow-wrap:anywhere;min-width:0;font-size:1.03rem}.estimate-list-card-heading span,.estimate-status-text{background:var(--info-soft);border:1px solid #bfd4df;border-radius:999px;flex:none;padding:5px 8px;font-size:.75rem;font-weight:800}.estimate-list-equipment{overflow-wrap:anywhere;font-weight:750}.estimate-list-problem{color:var(--muted);-webkit-line-clamp:2;overflow-wrap:anywhere;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.estimate-list-card-footer time{color:var(--muted);font-size:.78rem}.estimate-list-empty,.estimate-list-error{border:1px dashed var(--border);background:var(--surface-soft);text-align:center;border-radius:15px;padding:24px 18px}.estimate-list-empty p,.estimate-list-error p,.estimate-list-error h1{margin:0}.estimate-list-empty>div{gap:8px;margin-top:16px;display:grid}.estimate-list-more{justify-self:center}.estimate-list-skeletons{gap:11px;display:grid}.estimate-list-skeleton{background:linear-gradient(90deg, var(--surface-soft), #fff, var(--surface-soft));background-size:200% 100%;border-radius:15px;height:150px;animation:1.4s infinite estimate-skeleton}@keyframes estimate-skeleton{to{background-position:-200% 0}}.estimate-details-header{z-index:15;border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff7;margin:-10px -16px 0;padding:10px 16px;position:sticky;top:0}.estimate-details-header>a,.estimate-management-menu>summary{border:1px solid var(--border);width:44px;min-width:44px;height:44px;color:var(--text);cursor:pointer;background:#fff;border-radius:11px;place-items:center;padding:0;font-weight:850;text-decoration:none;display:grid}.estimate-details-header>div:nth-child(2){flex:1;min-width:0}.estimate-management-menu{position:relative}.estimate-management-menu>summary{list-style:none}.estimate-management-menu>summary::-webkit-details-marker{display:none}.estimate-management-menu>div{z-index:30;border:1px solid var(--border);background:var(--surface);border-radius:13px;width:min(78vw,280px);padding:7px;display:grid;position:absolute;top:50px;right:0;box-shadow:0 14px 42px #1c312d29}.estimate-management-menu button{min-height:44px;color:var(--text);cursor:pointer;font:inherit;text-align:left;background:0 0;border:0;border-radius:9px;padding:9px 11px}.estimate-management-menu button:hover{background:var(--surface-soft)}.estimate-management-menu button.danger{color:#8c2d28}.focused-editor-header .estimate-management-menu{margin-left:auto}.estimate-action-dialog{border:1px solid var(--border);background:var(--surface);width:min(100% - 32px,460px);color:var(--text);border-radius:16px;padding:22px}.estimate-action-dialog::backdrop{background:#111e1c7a}.estimate-action-dialog h2,.estimate-action-dialog p{margin:0}.estimate-action-dialog>p{color:var(--muted);margin-top:10px}.estimate-action-dialog>div{gap:8px;margin-top:20px;display:grid}.estimate-action-dialog button{cursor:pointer;min-height:44px;font:inherit;border-radius:11px;font-weight:800}.estimate-action-error{color:#8c2d28!important}.danger-button{color:#fff;background:#8c2d28;border:0}.estimate-details>section{border:1px solid var(--border);background:var(--surface);border-radius:15px;min-width:0;padding:18px 16px}.estimate-details h1,.estimate-details h2,.estimate-details h3,.estimate-details p,.estimate-details time,.estimate-details dl{margin:0}.estimate-details-summary h1{margin:5px 0 9px;font-size:clamp(1.7rem,8vw,2.2rem)}.estimate-details-summary time{color:var(--muted);margin-top:9px;display:block}.estimate-details-facts{gap:18px;display:grid}.estimate-details-facts h2,.estimate-details-items>h2{margin-top:4px;font-size:1.05rem}.estimate-details-facts div>p:last-child{color:var(--muted);white-space:pre-wrap;margin-top:5px}.estimate-details-items ol{margin-top:12px}.estimate-details-items li{border-top:1px solid var(--border);grid-template-columns:minmax(0,1fr) auto;gap:10px;min-width:0;padding-top:12px;display:grid}.estimate-details-items li h3{overflow-wrap:anywhere;font-size:.98rem}.estimate-details-items li p{color:var(--muted);margin-top:4px;font-size:.82rem}.estimate-details-items li strong{white-space:nowrap}.estimate-details-totals dl{gap:8px;display:grid}.estimate-details-totals dl>div{justify-content:space-between;gap:12px;display:flex}.estimate-details-totals dd{margin:0;font-weight:800}.estimate-details-total{border-top:1px solid var(--border);padding-top:10px;font-size:1.1rem;font-weight:850}.estimate-details-comment>p:last-child{white-space:pre-wrap;margin-top:6px}@media (min-width:700px){.estimate-list-empty>div,.estimate-action-dialog>div,.estimate-details-facts{grid-template-columns:repeat(2,minmax(0,1fr))}}.focused-editor-header{z-index:18;border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff7;align-items:center;gap:12px;min-height:66px;padding:10px 16px;display:flex;position:sticky;top:0}.focused-editor-header>button,.focused-editor-header>a,.sheet-close{border:1px solid var(--border);width:44px;min-width:44px;height:44px;color:var(--text);cursor:pointer;background:#fff;border-radius:11px;place-items:center;padding:0;font-size:1.25rem;font-weight:700;text-decoration:none;display:grid}.focused-editor-header p,.focused-editor-header span{margin:0}.focused-editor-header p{font-weight:800}.focused-editor-header span{color:var(--muted);font-size:.78rem}.estimate-editor,.estimate-price-picker,.estimate-preview-page{min-width:0}.estimate-preview-page{gap:16px;display:grid}.estimate-preview-document,.estimate-preview-mismatch{border:1px solid var(--border);background:var(--surface);border-radius:16px;min-width:0;margin:0 16px;padding:22px 17px;box-shadow:0 12px 36px #1c312d0f}.estimate-preview-title{border-bottom:2px solid var(--text);padding-bottom:20px}.estimate-preview-title>p,.estimate-preview-title>h1,.estimate-preview-title>time,.estimate-preview-title>p:last-child{margin:0}.estimate-preview-title>p:first-child{color:var(--accent);letter-spacing:.08em;text-transform:uppercase;font-size:.76rem;font-weight:800}.estimate-preview-title h1{letter-spacing:-.035em;margin-top:5px;font-size:clamp(1.7rem,8vw,2.3rem);line-height:1.08}.estimate-preview-title time,.estimate-preview-title>p:last-child{color:var(--muted);margin-top:5px;font-size:.88rem;display:block}.estimate-preview-party,.estimate-preview-facts,.estimate-preview-lines,.estimate-preview-totals,.estimate-preview-comment{border-bottom:1px solid var(--border);padding:18px 0}.estimate-preview-party h2,.estimate-preview-party p,.estimate-preview-facts h2,.estimate-preview-facts p,.estimate-preview-lines h2,.estimate-preview-lines h3,.estimate-preview-lines p,.estimate-preview-comment p{margin:0}.estimate-preview-party h2,.estimate-preview-facts h2,.estimate-preview-lines>h2{font-size:1.05rem}.estimate-preview-party>p:last-child,.estimate-preview-facts>div>p:last-child,.estimate-preview-lines li p{color:var(--muted);margin-top:4px;font-size:.83rem}.estimate-preview-facts{gap:18px;display:grid}.estimate-preview-lines ol{gap:0;margin:12px 0 0;padding:0;list-style:none;display:grid}.estimate-preview-lines li{border-top:1px solid var(--border);grid-template-columns:minmax(0,1fr) auto;gap:12px;min-width:0;padding:13px 0;display:grid}.estimate-preview-lines li>div,.estimate-preview-lines h3{overflow-wrap:anywhere;min-width:0}.estimate-preview-lines li>strong{white-space:nowrap}.estimate-preview-totals dl{gap:8px;margin:0;display:grid}.estimate-preview-totals dl>div{justify-content:space-between;gap:12px;display:flex}.estimate-preview-totals dd{margin:0;font-weight:800}.estimate-preview-total-row{border-top:1px solid var(--border);padding-top:10px;font-size:1.16rem;font-weight:850}.estimate-preview-comment>p:last-child{white-space:pre-wrap;margin-top:6px}.estimate-preview-document footer{color:var(--muted);text-align:center;padding-top:18px;font-size:.78rem}.estimate-preview-actions{margin:0 16px;display:grid}.estimate-preview-mismatch h1,.estimate-preview-mismatch p{margin:0}.estimate-preview-mismatch h1{font-size:1.25rem;line-height:1.25}.estimate-preview-mismatch>p{color:var(--muted);margin-top:10px}.estimate-preview-mismatch>div{gap:9px;margin-top:18px;display:grid}@media (min-width:700px){.estimate-preview-document,.estimate-preview-mismatch,.estimate-preview-actions{width:min(100% - 48px,680px);margin-left:auto;margin-right:auto}.estimate-preview-document{padding:34px 38px}.estimate-preview-facts{grid-template-columns:repeat(2,minmax(0,1fr))}}.estimate-editor{gap:14px;display:grid}.estimate-editor>:not(.focused-editor-header,.estimate-sticky-bar,.bottom-sheet-backdrop),.estimate-price-picker>.price-page{margin-left:16px;margin-right:16px}.estimate-section,.estimate-alert,.estimate-blocker-summary,.estimate-recovery-card,.estimate-unavailable{border:1px solid var(--border);background:var(--surface);border-radius:15px;min-width:0;padding:18px 16px}.estimate-connection-banner,.estimate-connection-message,.estimate-editor-message{border-radius:11px;margin-top:0;margin-bottom:0;padding:10px 14px;font-size:.88rem}.estimate-connection-banner{color:#684b17;background:#fff7e6;border:1px solid #e1bd7d}.estimate-connection-message{color:#245847;background:#edf8f3;border:1px solid #b9d9cb}.estimate-editor-message{background:var(--surface-soft);color:var(--muted)}.estimate-recovery-card{background:var(--info-soft);border-color:#bfd4df}.estimate-recovery-card h2,.estimate-recovery-card p,.estimate-recovery-review dl{margin:0}.estimate-recovery-card h2{font-size:1.08rem}.estimate-recovery-card>p,.estimate-recovery-review{margin-top:10px}.estimate-recovery-actions{flex-wrap:wrap;gap:8px;margin-top:14px;display:flex}.estimate-recovery-actions button{min-height:44px}.estimate-recovery-review dl{gap:8px;margin-top:8px;display:grid}.estimate-recovery-review dl>div{background:#ffffffb8;border-radius:9px;gap:2px;padding:9px 10px;display:grid}.estimate-recovery-review dt{color:var(--muted);font-size:.78rem}.estimate-recovery-review dd{overflow-wrap:anywhere;white-space:pre-wrap;min-width:0;margin:0}.estimate-logout-warning{background:#fff7e6;border:1px solid #e1bd7d;border-radius:12px;margin-bottom:12px;padding:14px}.estimate-logout-warning p{margin:0}.estimate-section h1,.estimate-section h2,.estimate-section h3,.estimate-unavailable h1{margin:0;line-height:1.2}.estimate-section h1,.estimate-section h2{font-size:1.18rem}.estimate-equipment-default{background:var(--surface-soft);border-radius:11px;justify-content:space-between;align-items:center;gap:12px;margin-top:14px;padding:13px 14px;display:flex}.estimate-equipment-default span{font-weight:800}.estimate-equipment-default small,.estimate-additional-toggle small,.form-field small{color:var(--muted)}.estimate-problem-chips{flex-wrap:wrap;gap:8px;margin-top:14px;display:flex}.estimate-problem-chips button,.estimate-item-actions button,.text-button{border:1px solid var(--border);min-height:44px;color:var(--text);cursor:pointer;background:#fff;border-radius:999px}.estimate-problem-chips button{text-align:left;padding:8px 13px}.estimate-problem-chips button[aria-pressed=true]{border-color:var(--accent);background:var(--accent-soft);color:var(--accent);font-weight:800}.text-button{color:var(--accent);background:0 0;border-color:#0000;margin-top:10px;padding:7px 12px;font-weight:750}.estimate-comment-editor,.estimate-additional-fields,.estimate-advanced{gap:12px;margin-top:12px;display:grid}.form-field textarea{resize:vertical;border:1px solid var(--border);width:100%;min-height:96px;color:var(--text);font:inherit;background:#fff;border-radius:11px;padding:12px 14px}.estimate-section button:not(.text-button,.estimate-problem-chips button,.estimate-item-actions button,.estimate-additional-toggle),.bottom-sheet button:not(.sheet-close,.secondary-button,.text-button){border:1px solid var(--accent);background:var(--accent);color:#fff;cursor:pointer;border-radius:11px;min-height:48px;padding:10px 16px;font-weight:750}.estimate-section button:disabled,.bottom-sheet button:disabled,.price-card-add:disabled{cursor:not-allowed;opacity:.58}.estimate-section-heading,.estimate-item-main,.bottom-sheet-heading{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.estimate-section-heading>span{color:var(--muted);font-size:.78rem}.estimate-items{gap:10px;margin:14px 0 0;padding:0;list-style:none;display:grid}.estimate-item-card{border:1px solid var(--border);background:var(--surface-soft);border-radius:12px;min-width:0;padding:14px}.estimate-item-card h3{overflow-wrap:anywhere;margin-top:2px;font-size:1rem}.estimate-item-card>p{color:var(--muted);margin:7px 0 0;font-size:.84rem}.estimate-item-type{color:var(--accent);font-size:.72rem;font-weight:800}.estimate-item-main>strong{text-align:right;flex:none}.estimate-item-source{overflow-wrap:anywhere}.estimate-item-actions{flex-wrap:wrap;gap:6px;margin-top:12px;display:flex}.estimate-item-actions button{border-radius:9px;min-height:40px;padding:6px 10px;font-size:.76rem}.estimate-empty-items{background:var(--surface-soft);color:var(--muted);border-radius:11px;margin:14px 0 0;padding:18px 14px}.estimate-add-actions{gap:8px;margin-top:14px;display:grid}.secondary-link-button.disabled{pointer-events:none;opacity:.55}.estimate-totals dl{gap:8px;margin:14px 0 0;display:grid}.estimate-totals dl>div{justify-content:space-between;gap:12px;display:flex}.estimate-totals dd{margin:0;font-weight:800}.estimate-total-row{border-top:1px solid var(--border);margin-top:5px;padding-top:10px;font-size:1.08rem;font-weight:800}.estimate-totals>p{color:var(--info);margin:12px 0 0}.estimate-additional-toggle{width:100%;min-height:50px;color:var(--text);cursor:pointer;text-align:left;background:0 0;border:0;justify-content:space-between;align-items:center;padding:0;display:flex}.estimate-additional-toggle span:first-child{display:grid}.estimate-sticky-bar{z-index:19;padding:9px 12px calc(9px + env(safe-area-inset-bottom));border-top:1px solid var(--border);background:#fffffffa;grid-template-columns:minmax(0,.75fr) minmax(0,1.25fr);gap:10px;display:grid;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -8px 24px #1c312d14}.app-shell[data-keyboard-open=true] .estimate-sticky-bar{visibility:hidden;pointer-events:none}.estimate-sticky-bar>div{align-content:center;display:grid}.estimate-sticky-bar span{color:var(--muted);font-size:.72rem}.estimate-sticky-bar strong{font-size:1.08rem}.estimate-sticky-bar button,.price-card-add{border:1px solid var(--accent);background:var(--accent);color:#fff;cursor:pointer;border-radius:11px;min-height:50px;padding:10px 15px;font-weight:800}.estimate-alert{background:var(--error-soft);border-color:#ecc1c1}.estimate-alert p,.estimate-blocker-summary ul{margin:0}.estimate-alert button{min-height:44px;margin-top:10px}.estimate-blocker-summary{background:var(--info-soft);border-color:#bfd4df}.estimate-blocker-summary ul{margin-top:8px;padding-left:20px}.bottom-sheet-backdrop{z-index:50;background:#0916147a;place-items:end center;display:grid;position:fixed;inset:0}.bottom-sheet{width:min(100%,560px);max-height:min(88svh,760px);padding:9px 16px calc(18px + env(safe-area-inset-bottom));background:var(--surface);box-shadow:var(--shadow);border-radius:20px 20px 0 0;gap:14px;display:grid;overflow-y:auto}.bottom-sheet-handle{background:var(--border);border-radius:999px;width:44px;height:4px;margin:0 auto}.bottom-sheet-heading h2{margin:0;font-size:1.25rem;line-height:1.2}.price-sheet-reference{background:var(--surface-soft);border-radius:11px;margin:0;padding:12px;font-size:1.06rem;font-weight:800}.sheet-actions{gap:8px;display:grid}.estimate-source-box{background:var(--surface-soft);border-radius:11px;padding:12px;display:grid}.estimate-source-box span,.estimate-source-box small{color:var(--muted)}.estimate-advanced-grid{gap:10px;display:grid}.price-card-add{width:100%;margin-top:12px}.estimate-unavailable{text-align:center;margin:20px 16px}.estimate-unavailable p{color:var(--muted)}.anonymous-claim-confirmation{min-width:0;padding-bottom:calc(24px + env(safe-area-inset-bottom))}.anonymous-claim-intro>p:not(.shell-section-label),.anonymous-claim-muted,.anonymous-claim-public-comment,.anonymous-claim-problem p{color:var(--muted);overflow-wrap:anywhere;white-space:pre-wrap;margin:10px 0 0;line-height:1.5}.anonymous-claim-problem{background:var(--surface-soft);border-radius:11px;gap:2px;margin-top:14px;padding:13px 14px;display:grid}.anonymous-claim-problem p{margin-top:4px}.anonymous-claim-actions{gap:8px;display:grid}.anonymous-claim-actions form,.anonymous-claim-actions button,.anonymous-claim-actions .secondary-link-button{width:100%}.anonymous-claim-actions .secondary-link-button{min-height:48px}.anonymous-claim-unavailable{padding-bottom:calc(18px + env(safe-area-inset-bottom))}@media (min-width:560px){.estimate-advanced-grid{grid-template-columns:1fr 1fr}.estimate-sticky-bar{left:max(0px,50vw - 380px);right:max(0px,50vw - 380px)}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important}.price-search-spinner,.price-skeleton>div,.price-skeleton-card{animation:none!important}}.guest-estimate-shell .public-price-main{padding-bottom:calc(112px + env(safe-area-inset-bottom))}.guest-estimate-shell .shell-brand{color:inherit;text-decoration:none}.anonymous-estimate-editor{min-width:0}.anonymous-history-note{color:var(--muted);margin:8px 0 16px;line-height:1.45}.anonymous-estimate-editor textarea{resize:vertical;min-height:92px}.anonymous-estimate-editor .estimate-sticky-bar{z-index:20;padding-bottom:calc(12px + env(safe-area-inset-bottom));position:fixed;bottom:0;left:0;right:0}.anonymous-estimate-result{gap:18px;width:min(100%,720px);margin:0 auto;display:grid}.anonymous-estimate-result h1,.anonymous-estimate-result p{margin:0}.anonymous-result-banner{border:1px solid var(--border);background:var(--accent-soft);border-radius:14px;padding:12px 14px;font-weight:700;line-height:1.4}.anonymous-estimate-result>header{background:var(--surface);box-shadow:var(--shadow);border-radius:18px;gap:7px;padding:18px;display:grid}.anonymous-result-items{gap:10px;margin:0;padding:0;list-style:none;display:grid}.anonymous-result-items li{background:var(--surface);min-width:0;box-shadow:var(--shadow);border-radius:14px;justify-content:space-between;align-items:flex-start;gap:14px;padding:14px;display:flex}.anonymous-result-items li>div{gap:5px;min-width:0;display:grid}.anonymous-result-items li strong,.anonymous-result-items li span{overflow-wrap:anywhere}.anonymous-result-items li span{color:var(--muted);font-size:.86rem}.anonymous-result-total{background:var(--text);color:#fff;border-radius:18px;justify-content:space-between;align-items:baseline;gap:16px;padding:18px;display:flex}.anonymous-result-total strong{white-space:nowrap;font-size:clamp(1.35rem,7vw,2rem)}.anonymous-result-comment{border-left:3px solid var(--accent);white-space:pre-wrap;overflow-wrap:anywhere;padding-left:12px;line-height:1.5}.anonymous-result-actions{gap:10px;display:grid}.anonymous-result-actions a{background:var(--accent);color:#fff;text-align:center;border-radius:12px;justify-content:center;align-items:center;min-height:48px;padding:10px 16px;font-weight:800;text-decoration:none;display:inline-flex}.anonymous-result-actions a.secondary-button{border:1px solid var(--border);background:var(--surface);color:var(--text)}@media (min-width:760px){.anonymous-estimate-editor .estimate-sticky-bar{border-radius:18px;padding-bottom:14px;bottom:18px;left:max(24px,50vw - 380px);right:max(24px,50vw - 380px)}.anonymous-result-actions{grid-template-columns:repeat(3,minmax(0,1fr))}}
