:root{--app:215 100% 98%;--background:210 24% 98%;--surface:0 0% 100%;--surface-subtle:214 100% 97%;--foreground:222 47% 11%;--body:224 28% 28%;--table:224 24% 32%;--border:216 32% 90%;--primary:219 100% 50%;--primary-foreground:0 0% 100%;--primary-soft:218 100% 96%;--accent-teal:185 80% 42%;--secondary:216 100% 97%;--secondary-foreground:222 47% 11%;--destructive:0 72% 51%;--destructive-foreground:0 0% 100%;--muted:210 24% 94%;--muted-foreground:215 16% 47%;--focus-ring:221 83% 53%;--status-neutral:215 16% 47%;--status-info:217 91% 60%;--status-success:142 71% 35%;--status-warning:38 92% 50%;--status-error:0 72% 51%;--radius-sm:4px;--radius-md:8px;--radius-lg:8px;--radius-xl:8px;--shadow-card:0 8px 24px rgb(15 23 42/0.06);--shadow-elevated:0 18px 50px rgb(15 23 42/0.1);--space-1:0.25rem;--space-2:0.5rem;--space-3:0.75rem;--space-4:1rem;--space-6:1.5rem;--space-8:2rem;--space-10:2.5rem;--space-12:3rem;--page-max-width:1440px;--content-max-width:1120px;--breakpoint-mobile:360px;--breakpoint-tablet:768px;--breakpoint-desktop:1024px;--breakpoint-wide:1440px}*{box-sizing:border-box}body{background:hsl(var(--background));color:hsl(var(--foreground));font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}body,h1,h2,h3,li,ol,p,ul{margin:0}ol,ul{list-style:none;padding:0}button,input,select,textarea{font:inherit}a{color:inherit;text-decoration:none}table{border-color:inherit;text-indent:0}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.contents{display:contents}.hidden{display:none}.block{display:block}.inline-flex{display:inline-flex}.inline-block{display:inline-block}.flex{display:flex}.grid{display:grid}.fixed{position:fixed}.sticky{position:-webkit-sticky;position:sticky}.relative{position:relative}.absolute{position:absolute}.inset-0{inset:0}.top-0{top:0}.right-0{right:0}.z-10{z-index:10}.z-20{z-index:20}.z-30{z-index:30}.mx-auto{margin-left:auto;margin-right:auto}.mt-2{margin-top:.5rem}.mt-1{margin-top:.25rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.min-h-screen{min-height:100vh}.min-h-4{min-height:1rem}.min-h-9{min-height:2.25rem}.min-h-10{min-height:2.5rem}.min-h-11{min-height:2.75rem}.min-h-16{min-height:4rem}.min-h-24{min-height:6rem}.min-h-40{min-height:10rem}.h-12{height:3rem}.min-w-0{min-width:0}.min-w-10{min-width:2.5rem}.min-w-11{min-width:2.75rem}.min-w-48{min-width:12rem}.min-w-56,.min-w-\[14rem\]{min-width:14rem}.max-w-md{max-width:28rem}.max-w-xl{max-width:36rem}.max-w-3xl{max-width:48rem}.max-w-6xl{max-width:72rem}.max-w-7xl{max-width:80rem}.max-w-sm{max-width:24rem}.max-w-\[85vw\]{max-width:85vw}.max-w-40{max-width:10rem}.w-full{width:100%}.w-4{width:1rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-12{width:3rem}.w-20{width:5rem}.w-64{width:16rem}.w-80{width:20rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-full{height:100%}.h-px{height:1px}.flex-1{flex:1 1}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-center{align-items:center}.items-end{align-items:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-end{justify-content:flex-end}.place-items-center{place-items:center}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.space-y-1>*+*{margin-top:.25rem}.space-y-1\.5>*+*{margin-top:.375rem}.space-y-2>*+*{margin-top:.5rem}.space-y-3>*+*{margin-top:.75rem}.space-y-4>*+*{margin-top:1rem}.space-y-6>*+*{margin-top:1.5rem}.overflow-hidden{overflow:hidden}.overflow-auto{overflow:auto}.overflow-x-hidden{overflow-x:hidden}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.break-words{overflow-wrap:break-word;word-break:break-word}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.border{border-width:1px;border-style:solid}.border-b{border-bottom-width:1px;border-bottom-style:solid}.border-r{border-right-width:1px;border-right-style:solid}.border-t{border-top-width:1px;border-top-style:solid}.border-2{border-width:2px;border-style:solid}.border-dashed{border-style:dashed}.border-solid{border-style:solid}.border-transparent{border-color:transparent}.border-border{border-color:hsl(var(--border))}.border-primary{border-color:hsl(var(--primary))}.border-destructive{border-color:hsl(var(--destructive))}.border-status-neutral{border-color:hsl(var(--status-neutral))}.border-status-info{border-color:hsl(var(--status-info))}.border-status-success{border-color:hsl(var(--status-success))}.border-status-warning{border-color:hsl(var(--status-warning))}.border-status-error{border-color:hsl(var(--status-error))}.border-t-primary{border-top-color:hsl(var(--primary))}.rounded-sm{border-radius:var(--radius-sm)}.rounded,.rounded-md{border-radius:var(--radius-md)}.rounded-lg{border-radius:var(--radius-lg)}.rounded-xl{border-radius:var(--radius-xl)}.rounded-full{border-radius:9999px}.border-collapse{border-collapse:collapse}.bg-border{background-color:hsl(var(--border))}.bg-background{background-color:hsl(var(--background))}.bg-app{background-color:hsl(var(--app))}.bg-surface{background-color:hsl(var(--surface))}.bg-surface\/95{background-color:hsl(var(--surface)/.95)}.bg-surface-subtle{background-color:hsl(var(--surface-subtle))}.bg-primary-soft{background-color:hsl(var(--primary-soft))}.bg-primary-gradient{background:linear-gradient(135deg,hsl(var(--primary)) 0,hsl(222 100% 45%) 100%)}.bg-white{background-color:white}.bg-white\/95{background-color:rgb(255 255 255/.95)}.bg-primary{background-color:hsl(var(--primary))}.bg-secondary{background-color:hsl(var(--secondary))}.bg-muted{background-color:hsl(var(--muted))}.bg-transparent{background-color:transparent}.bg-black\/30{background-color:rgb(0 0 0/.3)}.text-foreground{color:hsl(var(--foreground))}.text-body{color:hsl(var(--body))}.text-table{color:hsl(var(--table))}.text-primary{color:hsl(var(--primary))}.text-accent-teal{color:hsl(var(--accent-teal))}.text-primary-foreground{color:hsl(var(--primary-foreground))}.text-secondary-foreground{color:hsl(var(--secondary-foreground))}.text-destructive{color:hsl(var(--destructive))}.text-destructive-foreground{color:hsl(var(--destructive-foreground))}.text-muted-foreground{color:hsl(var(--muted-foreground))}.text-status-neutral{color:hsl(var(--status-neutral))}.text-status-info{color:hsl(var(--status-info))}.text-status-success{color:hsl(var(--status-success))}.text-status-warning{color:hsl(var(--status-warning))}.text-status-error{color:hsl(var(--status-error))}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.pl-4{padding-left:1rem}.pr-4{padding-right:1rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.pb-4{padding-bottom:1rem}.pb-5{padding-bottom:1.25rem}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.align-middle{vertical-align:middle}.text-xs{font-size:.75rem;line-height:1rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.font-medium{font-weight:500}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.leading-tight{line-height:1.25}.leading-5{line-height:1.25rem}.leading-6{line-height:1.5rem}.tracking-wide{letter-spacing:.025em}.shadow,.shadow-sm{box-shadow:0 1px 2px 0 rgb(15 23 42/.08)}.shadow-card{box-shadow:var(--shadow-card)}.shadow-elevated{box-shadow:var(--shadow-elevated)}.transition-colors{transition-property:color,background-color,border-color;transition-duration:.15s}.backdrop-blur{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.opacity-50{opacity:.5}.pointer-events-none{pointer-events:none}.cursor-not-allowed{cursor:not-allowed}.placeholder\:text-muted-foreground::placeholder{color:hsl(var(--muted-foreground))}.hover\:bg-primary\/90:hover{background-color:hsl(var(--primary)/.9)}.hover\:bg-primary-soft:hover{background-color:hsl(var(--primary-soft))}.hover\:bg-secondary:hover,.hover\:bg-secondary\/60:hover{background-color:hsl(var(--secondary))}.hover\:underline:hover{-webkit-text-decoration-line:underline;text-decoration-line:underline}.underline-offset-4{text-underline-offset:4px}.focus-visible\:outline-2:focus-visible,.focus-visible\:outline:focus-visible{outline:2px solid hsl(var(--focus-ring))}.focus-visible\:outline-offset-2:focus-visible{outline-offset:2px}.focus-visible\:outline-focus-ring:focus-visible{outline-color:hsl(var(--focus-ring))}.aria-current\:bg-secondary[aria-current]{background-color:hsl(var(--secondary))}.aria-current\:text-secondary-foreground[aria-current]{color:hsl(var(--secondary-foreground))}.aria-current\:bg-primary-soft[aria-current]{background-color:hsl(var(--primary-soft))}.aria-current\:text-primary[aria-current]{color:hsl(var(--primary))}.aria-invalid\:border-destructive[aria-invalid=true]{border-color:hsl(var(--destructive))}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:opacity-50:disabled{opacity:.5}@media (min-width:640px){.sm\:p-6{padding:1.5rem}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:flex-row{flex-direction:row}.sm\:items-center{align-items:center}.sm\:justify-between{justify-content:space-between}}@media (min-width:768px){.md\:block{display:block}.md\:hidden{display:none}.md\:flex{display:flex}.md\:flex-col{flex-direction:column}}@media (min-width:1024px){.lg\:p-8{padding:2rem}.lg\:px-8{padding-left:2rem;padding-right:2rem}}.max-w-8xl{max-width:90rem}.w-10{width:2.5rem}.w-14{width:3.5rem}.w-72{width:18rem}.h-10{height:2.5rem}.h-14{height:3.5rem}.h-6{height:1.5rem}.gap-5{gap:1.25rem}.gap-7{gap:1.75rem}.space-y-5>*+*{margin-top:1.25rem}.p-5{padding:1.25rem}.p-8{padding:2rem}.pt-5{padding-top:1.25rem}.font-bold{font-weight:700}.text-xl{font-size:1.25rem;line-height:1.75rem}.opacity-70{opacity:.7}.bg-status-success{background-color:hsl(var(--status-success))}.bg-status-info{background-color:hsl(var(--status-info))}.bg-status-warning{background-color:hsl(var(--status-warning))}.bg-accent-teal{background-color:hsl(var(--accent-teal))}.bg-white-soft{background-color:rgb(255 255 255/.14)}.border-white-soft{border-color:rgb(255 255 255/.22)}.last\:border-b-0:last-child{border-bottom-width:0}.customer-quote-grid,.dashboard-grid,.field-grid,.metric-grid,.quote-builder-grid,.quote-totals-grid,.two-column-grid{display:grid;grid-gap:1rem;gap:1rem;grid-template-columns:1fr}[data-layout=responsive-grid]{grid-template-columns:repeat(var(--grid-mobile,1),minmax(0,1fr))}.auth-page-grid{display:grid;min-height:calc(100vh - 3rem);grid-gap:1.5rem;gap:1.5rem;align-items:stretch}.auth-brand-panel,.auth-card-panel{border:1px solid hsl(var(--border));border-radius:var(--radius-xl);box-shadow:var(--shadow-elevated)}.auth-brand-panel{display:none;min-height:38rem;flex-direction:column;justify-content:space-between;overflow:hidden;padding:2rem;background:linear-gradient(135deg,hsl(var(--primary)) 0,hsl(var(--accent-teal)) 100%)}.auth-card-panel{display:grid;align-content:center;grid-gap:1.5rem;gap:1.5rem;width:100%;max-width:32rem;margin:0 auto;padding:1.5rem;background:hsl(var(--surface))}.dialog-overlay{position:fixed;inset:0;z-index:50;background-color:hsl(var(--background)/.8)}.dialog-panel{position:fixed;left:50%;top:50%;z-index:50;width:min(92vw,32rem);transform:translate(-50%,-50%);border:1px solid hsl(var(--border));border-radius:var(--radius-lg);background-color:hsl(var(--background));box-shadow:var(--shadow-elevated);padding:1.5rem}.mobile-bottom-nav-spacer{padding-bottom:5rem}.quote-preview-paper{background:linear-gradient(180deg,hsl(var(--surface)) 0,hsl(var(--surface-subtle)) 100%)}.pipeline-bar{height:2rem;border-radius:var(--radius-md);background:linear-gradient(90deg,hsl(var(--primary)) 0,hsl(var(--accent-teal)) 100%)}.pipeline-bar-88{width:88%}.pipeline-bar-77{width:77%}.pipeline-bar-66{width:66%}.pipeline-bar-55{width:55%}.pipeline-bar-44{width:44%}@media (min-width:768px){.metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}[data-layout=responsive-grid]{grid-template-columns:repeat(var(--grid-tablet,2),minmax(0,1fr))}.field-grid,.quote-totals-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1024px){.auth-page-grid{grid-template-columns:minmax(0,1.05fr) minmax(28rem,.75fr)}.auth-brand-panel{display:flex}.auth-card-panel{padding:2rem}.metric-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.dashboard-grid{grid-template-columns:minmax(0,1.3fr) minmax(18rem,.8fr) minmax(18rem,.9fr)}.quote-builder-grid{grid-template-columns:minmax(0,1fr) minmax(24rem,.58fr)}[data-layout=responsive-grid]{grid-template-columns:repeat(var(--grid-desktop,3),minmax(0,1fr))}.two-column-grid{grid-template-columns:minmax(0,1fr) minmax(18rem,.36fr)}.customer-quote-grid{grid-template-columns:minmax(0,1fr) minmax(21rem,.42fr)}.mobile-bottom-nav-spacer{padding-bottom:0}}@media (min-width:1440px){[data-layout=responsive-grid]{grid-template-columns:repeat(var(--grid-wide,var(--grid-desktop,3)),minmax(0,1fr))}}