.costsheet-audit-page{min-height:100vh;padding:32px max(20px,calc((100vw - 1180px) / 2)) 56px;background:hsl(var(--background));color:hsl(var(--foreground))}.costsheet-audit-page__header{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:22px}.costsheet-audit-page__eyebrow{margin:0 0 7px;color:hsl(var(--muted-foreground));font-size:12px;font-weight:750;letter-spacing:0;text-transform:uppercase}.costsheet-audit-page h1{margin:0;color:hsl(var(--foreground));font-size:clamp(24px,3vw,34px);font-weight:760;line-height:1.08;letter-spacing:0}.costsheet-audit-page__subhead{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.costsheet-audit-page__event-meta span,.costsheet-audit-page__subhead span{display:inline-flex;align-items:center;min-height:24px;padding:0 9px;border:1px solid hsl(var(--border));border-radius:999px;background:hsl(var(--surface-secondary));color:hsl(var(--muted-foreground));font-size:12px;font-weight:650;line-height:1}.costsheet-audit-page__actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px}.costsheet-audit-page__button{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 14px;border:1px solid hsl(var(--border));border-radius:6px;font-size:13px;font-weight:700;line-height:1;text-decoration:none;transition:background-color .14s ease,border-color .14s ease,color .14s ease}.costsheet-audit-page__button--secondary{background:hsl(var(--card));color:hsl(var(--foreground))}.costsheet-audit-page__button--secondary:hover{border-color:hsl(var(--foreground)/.32);background:hsl(var(--surface-secondary))}.costsheet-audit-page__button--primary{border-color:hsl(var(--foreground));background:hsl(var(--foreground));color:hsl(var(--background))}.costsheet-audit-page__metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:18px}.costsheet-audit-page__metrics>div{min-height:88px;padding:15px;border:1px solid hsl(var(--border));border-radius:8px;background:hsl(var(--card))}.costsheet-audit-page__metrics span{display:block;margin-bottom:10px;color:hsl(var(--muted-foreground));font-size:12px;font-weight:650}.costsheet-audit-page__metrics strong{display:block;color:hsl(var(--foreground));font-size:24px;font-weight:760;line-height:1}.costsheet-audit-page__toolbar{display:grid;grid-template-columns:minmax(0,1fr) minmax(180px,240px);gap:12px;margin-bottom:20px;padding:14px;border:1px solid hsl(var(--border));border-radius:8px;background:hsl(var(--card))}.costsheet-audit-page__toolbar label{display:block;margin-bottom:6px;color:hsl(var(--foreground));font-size:12px;font-weight:700}.costsheet-audit-page__toolbar input,.costsheet-audit-page__toolbar select{width:100%;min-height:40px;border:1px solid hsl(var(--border));border-radius:6px;background:hsl(var(--background));color:hsl(var(--foreground));font-size:14px;line-height:1.2}.costsheet-audit-page__toolbar input{padding:0 12px}.costsheet-audit-page__toolbar select{padding:0 10px}.costsheet-audit-page__button:focus-visible,.costsheet-audit-page__toolbar input:focus-visible,.costsheet-audit-page__toolbar select:focus-visible{outline:2px solid hsl(var(--ring));outline-offset:2px}.costsheet-audit-page__content{min-height:240px}.costsheet-audit-page__empty{display:grid;min-height:220px;place-items:center;border:1px dashed hsl(var(--border));border-radius:8px;background:hsl(var(--card));color:hsl(var(--muted-foreground));font-size:14px;font-weight:650}.costsheet-audit-page__timeline{display:grid;gap:0;margin:0;padding:0;list-style:none}.costsheet-audit-page__event{position:relative;display:grid;grid-template-columns:22px minmax(0,1fr);gap:14px;padding:0 0 14px}.costsheet-audit-page__event:not(:last-child):before{content:"";position:absolute;top:18px;bottom:0;left:7px;width:1px;background:hsl(var(--border))}.costsheet-audit-page__marker{position:relative;z-index:1;width:15px;height:15px;margin-top:18px;border:3px solid hsl(var(--background));border-radius:999px;background:hsl(var(--foreground));box-shadow:0 0 0 1px hsl(var(--border))}.costsheet-audit-page__event-card{padding:18px;border:1px solid hsl(var(--border));border-radius:8px;background:hsl(var(--card));box-shadow:0 18px 42px -40px rgb(0 0 0/.42)}.costsheet-audit-page__event-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.costsheet-audit-page__event-head h2{margin:0;color:hsl(var(--foreground));font-size:17px;font-weight:760;line-height:1.2}.costsheet-audit-page__event-head p{margin:5px 0 0;color:hsl(var(--muted-foreground));font-size:13px;line-height:1.4}.costsheet-audit-page__event-head time{flex:0 0 auto;color:hsl(var(--muted-foreground));font-size:12px;font-weight:650;line-height:1.3;text-align:right}.costsheet-audit-page__event-meta{display:flex;flex-wrap:wrap;gap:7px;margin-top:12px}.costsheet-audit-page__changes{display:grid;gap:8px;margin-top:16px}.costsheet-audit-page__change{display:grid;grid-template-columns:minmax(160px,240px) minmax(0,1fr);gap:12px;padding:12px;border:1px solid hsl(var(--border));border-radius:6px;background:hsl(var(--surface-secondary))}.costsheet-audit-page__change--note{grid-template-columns:minmax(160px,240px) minmax(0,1fr);border-style:dashed}.costsheet-audit-page__change-label span,.costsheet-audit-page__diff span{display:block;margin-bottom:5px;color:hsl(var(--muted-foreground));font-size:11px;font-weight:750;line-height:1;text-transform:uppercase}.costsheet-audit-page__change-label strong{display:block;color:hsl(var(--foreground));font-size:13px;font-weight:760;line-height:1.25;overflow-wrap:anywhere}.costsheet-audit-page__change>p,.costsheet-audit-page__no-detail{margin:0;color:hsl(var(--muted-foreground));font-size:13px;line-height:1.45}.costsheet-audit-page__diff{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.costsheet-audit-page__diff>div{min-width:0;padding:9px 10px;border:1px solid hsl(var(--border));border-radius:5px;background:hsl(var(--background))}.costsheet-audit-page__diff p{margin:0;color:hsl(var(--foreground));font-size:13px;line-height:1.35;overflow-wrap:anywhere}.costsheet-audit-page__last-event{position:sticky;bottom:0;display:flex;flex-wrap:wrap;align-items:center;gap:9px 12px;margin-top:18px;padding:13px 14px;border:1px solid hsl(var(--border));border-radius:8px;background:hsl(var(--card)/.94);box-shadow:0 -16px 34px -32px rgb(0 0 0/.48);backdrop-filter:blur(14px) saturate(140%)}.costsheet-audit-page__last-event span,.costsheet-audit-page__last-event time{color:hsl(var(--muted-foreground));font-size:12px;font-weight:650}.costsheet-audit-page__last-event strong{color:hsl(var(--foreground));font-size:13px;font-weight:760}.dark .costsheet-audit-page__event-card,.dark .costsheet-audit-page__last-event,.dark .costsheet-audit-page__metrics>div,.dark .costsheet-audit-page__toolbar{box-shadow:inset 0 1px 0 hsl(0 0% 100%/.04)}@media (max-width:880px){.costsheet-audit-page{padding-top:24px}.costsheet-audit-page__header{display:grid}.costsheet-audit-page__actions{justify-content:flex-start}.costsheet-audit-page__metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.costsheet-audit-page__toolbar{grid-template-columns:1fr}.costsheet-audit-page__event-head{display:grid}.costsheet-audit-page__event-head time{text-align:left}.costsheet-audit-page__change,.costsheet-audit-page__change--note{grid-template-columns:1fr}}@media (max-width:560px){.costsheet-audit-page{padding-right:14px;padding-left:14px}.costsheet-audit-page__metrics{grid-template-columns:1fr}.costsheet-audit-page__event{grid-template-columns:16px minmax(0,1fr);gap:10px}.costsheet-audit-page__event-card{padding:14px}.costsheet-audit-page__diff{grid-template-columns:1fr}.costsheet-audit-page__button{width:100%}}@media print{.costsheet-audit-page__actions,.costsheet-audit-page__last-event,.costsheet-audit-page__toolbar{display:none!important}.costsheet-audit-page{padding:0}}body:has(input[placeholder="Search HubSpot deals or paste URL..."]){--ua-cs-radius:4px;--ua-cs-radius-soft:6px;--ua-cs-control-h:42px;--ua-cs-table-control-h:34px;--ua-cs-gap:16px;--ua-cs-border-soft:hsl(var(--border));--ua-cs-surface-subtle:hsl(var(--surface-secondary));--ua-cs-surface-raised:hsl(var(--card));--ua-cs-focus:hsl(var(--ring)/0.16)}body:has(input[placeholder="Search HubSpot deals or paste URL..."]) *,body:has(input[placeholder="Search HubSpot deals or paste URL..."]) :after,body:has(input[placeholder="Search HubSpot deals or paste URL..."]) :before{letter-spacing:0!important}body:has(input[placeholder="Search HubSpot deals or paste URL..."]) [class*=min-h-screen][class*="bg-muted/30"]{background:hsl(var(--background))!important}body:has(input[placeholder="Search HubSpot deals or paste URL..."]) form{color:hsl(var(--foreground));font-variant-numeric:tabular-nums}body:has(input[placeholder="Search HubSpot deals or paste URL..."]) form .bg-card.rounded-card.border.border-border.p-6{border-radius:var(--ua-cs-radius-soft)!important;border-color:var(--ua-cs-border-soft)!important;background:var(--ua-cs-surface-raised)!important;padding:22px!important;box-shadow:none!important}body:has(input[placeholder="Search HubSpot deals or paste URL..."]) form .bg-card.rounded-card.border.border-border.p-6+.bg-card.rounded-card.border.border-border.p-6{margin-top:22px!important}body:has(input[placeholder="Search HubSpot deals or paste URL..."]) form h1,body:has(input[placeholder="Search HubSpot deals or paste URL..."]) form h2,body:has(input[placeholder="Search HubSpot deals or paste URL..."]) form h3{line-height:1.18!important;letter-spacing:0!important}body:has(input[placeholder="Search HubSpot deals or paste URL..."]) form h2{font-size:1.02rem!important;font-weight:680!important}body:has(input[placeholder="Search HubSpot deals or paste URL..."]) form h3{font-size:.76rem!important;font-weight:740!important}body:has(input[placeholder="Search HubSpot deals or paste URL..."]) form .text-sm.text-muted-foreground,body:has(input[placeholder="Search HubSpot deals or paste URL..."]) form .text-xs.text-muted-foreground,body:has(input[placeholder="Search HubSpot deals or paste URL..."]) form label{line-height:1.22!important}body:has(input[placeholder="Search HubSpot deals or paste URL..."]) form label{margin-bottom:6px!important;font-weight:620!important}body:has(input[placeholder="Search HubSpot deals or paste URL..."]) form input:not([type=checkbox]):not([type=radio]),body:has(input[placeholder="Search HubSpot deals or paste URL..."]) form select,body:has(input[placeholder="Search HubSpot deals or paste URL..."]) form textarea{min-width:0!important;min-height:var(--ua-cs-control-h)!important;border-radius:var(--ua-cs-radius)!important;border-width:1px!important;border-color:hsl(var(--input))!important;background-color:hsl(var(--card))!important;color:hsl(var(--foreground))!important;line-height:1.2!important;box-shadow:none!important;transform:none!important;transition:border-color .15s ease,background-color .15s ease,box-shadow .15s ease,color .15s ease!important}body:has(input[placeholder="Search HubSpot deals or paste URL..."]) form input:not([type=checkbox]):not([type=radio]):focus,body:has(input[placeholder="Search HubSpot deals or paste URL..."]) form select:focus,body:has(input[placeholder="Search HubSpot deals or paste URL..."]) form textarea:focus{border-color:hsl(var(--ring)/.62)!important;box-shadow:0 0 0 3px var(--ua-cs-focus)!important;outline:none!important}body:has(input[placeholder="Search HubSpot deals or paste URL..."]) form input[type=text],body:has(input[placeholder="Search HubSpot deals or paste URL..."]) form textarea{overflow:hidden;text-overflow:ellipsis}body:has(input[placeholder="Search HubSpot deals or paste URL..."]) form input[type=number]{text-align:right!important}body:has(input[placeholder="Search HubSpot deals or paste URL..."]) form select{-moz-appearance:none!important;appearance:none!important;-webkit-appearance:none!important;padding-right:38px!important;background-image:linear-gradient(45deg,transparent 50%,hsl(var(--muted-foreground)) 50%),linear-gradient(135deg,hsl(var(--muted-foreground)) 50%,transparent 50%)!important;background-position:calc(100% - 18px) calc(50% + 1px),calc(100% - 13px) calc(50% + 1px)!important;background-size:5px 5px,5px 5px!important;background-repeat:no-repeat!important}body:has(input[placeholder="Search HubSpot deals or paste URL..."]) form table{width:100%!important;border-collapse:separate!important;border-spacing:0!important;table-layout:fixed!important}body:has(input[placeholder="Search HubSpot deals or paste URL..."]) form thead{background:hsl(var(--surface-secondary))!important}body:has(input[placeholder="Search HubSpot deals or paste URL..."]) form th{height:42px!important;padding:0 10px!important;color:hsl(var(--muted-foreground))!important;font-size:.72rem!important;font-weight:700!important;vertical-align:middle!important;white-space:nowrap!important}body:has(input[placeholder="Search HubSpot deals or paste URL..."]) form td{padding:7px 9px!important;vertical-align:middle!important}body:has(input[placeholder="Search HubSpot deals or paste URL..."]) form tbody tr{transition:background-color .12s ease!important}body:has(input[placeholder="Search HubSpot deals or paste URL..."]) form tbody tr:hover{background:hsl(var(--surface-secondary)/.55)!important}body:has(input[placeholder="Search HubSpot deals or paste URL..."]) form table input:not([type=checkbox]):not([type=radio]),body:has(input[placeholder="Search HubSpot deals or paste URL..."]) form table select{min-height:var(--ua-cs-table-control-h)!important;height:var(--ua-cs-table-control-h)!important;padding:0 8px!important;font-size:.86rem!important}body:has(input[placeholder="Search HubSpot deals or paste URL..."]) form table select{padding-right:30px!important;background-position:calc(100% - 15px) calc(50% + 1px),calc(100% - 10px) calc(50% + 1px)!important}body:has(input[placeholder="Search HubSpot deals or paste URL..."]) form table td:last-child,body:has(input[placeholder="Search HubSpot deals or paste URL..."]) form table th:last-child{width:66px!important;padding-left:4px!important;padding-right:4px!important}body:has(input[placeholder="Search HubSpot deals or paste URL..."]) form button:not(.premium-theme-toggle){border-radius:var(--ua-cs-radius)!important;box-shadow:none!important;transform:none!important;white-space:nowrap!important;transition:background-color .15s ease,border-color .15s ease,color .15s ease,opacity .15s ease!important}body:has(input[placeholder="Search HubSpot deals or paste URL..."]) form button:not(.premium-theme-toggle):hover{transform:none!important;box-shadow:none!important}body:has(input[placeholder="Search HubSpot deals or paste URL..."]) form button:not(.premium-theme-toggle):focus-visible{outline:none!important;box-shadow:0 0 0 3px var(--ua-cs-focus)!important}body:has(input[placeholder="Search HubSpot deals or paste URL..."]) form button[class*=bg-gradient-to-r],body:has(input[placeholder="Search HubSpot deals or paste URL..."]) form button[class*=from-primary]{background:hsl(var(--foreground))!important;color:hsl(var(--background))!important;border:1px solid hsl(var(--foreground))!important}body:has(input[placeholder="Search HubSpot deals or paste URL..."]) form button[class*=bg-gradient-to-r]:hover,body:has(input[placeholder="Search HubSpot deals or paste URL..."]) form button[class*=from-primary]:hover{opacity:.88!important}body:has(input[placeholder="Search HubSpot deals or paste URL..."]) form button.text-red-500,body:has(input[placeholder="Search HubSpot deals or paste URL..."]) form button.text-red-600,body:has(input[placeholder="Search HubSpot deals or paste URL..."]) form button[class*=text-red]{min-width:54px!important;min-height:30px!important;padding:0 10px!important;border:1px solid hsl(var(--destructive)/.24)!important;background:hsl(var(--destructive)/.08)!important;color:hsl(var(--destructive))!important}body:has(input[placeholder="Search HubSpot deals or paste URL..."]) form button.text-red-500:hover,body:has(input[placeholder="Search HubSpot deals or paste URL..."]) form button.text-red-600:hover,body:has(input[placeholder="Search HubSpot deals or paste URL..."]) form button[class*=text-red]:hover{background:hsl(var(--destructive)/.13)!important;border-color:hsl(var(--destructive)/.36)!important}body:has(input[placeholder="Search HubSpot deals or paste URL..."]) form .flex.items-center.bg-muted.rounded-button.border.border-border.text-xs{height:34px!important;padding:2px!important;gap:2px!important;border-radius:var(--ua-cs-radius)!important;background:hsl(var(--surface-secondary))!important;border-color:hsl(var(--border))!important}body:has(input[placeholder="Search HubSpot deals or paste URL..."]) form .flex.items-center.bg-muted.rounded-button.border.border-border.text-xs>button{min-height:28px!important;height:28px!important;min-width:34px!important;padding:0 10px!important;border-radius:3px!important;line-height:28px!important}body:has(input[placeholder="Search HubSpot deals or paste URL..."]) form .flex.items-center.bg-muted.rounded-button.border.border-border.text-xs>button.bg-primary{background:hsl(var(--foreground))!important;color:hsl(var(--background))!important}body:has(input[placeholder="Search HubSpot deals or paste URL..."]) form [class*="bg-muted/30"][class*=p-4][class*=border][class*=mb-4]{border-radius:var(--ua-cs-radius-soft)!important;border-color:hsl(var(--border))!important;background:hsl(var(--surface-secondary)/.58)!important;padding:14px!important;box-shadow:none!important}body:has(input[placeholder="Search HubSpot deals or paste URL..."]) form .grid.grid-cols-4.gap-4>div[class*=bg-gradient-to-br],body:has(input[placeholder="Search HubSpot deals or paste URL..."]) form .grid.grid-cols-4.gap-4>div[class*=bg-muted]{border-radius:var(--ua-cs-radius-soft)!important;border-color:hsl(var(--border))!important;background:hsl(var(--surface-secondary)/.62)!important;background-image:none!important;padding:14px!important;box-shadow:none!important;transform:none!important;transition:border-color .15s ease,background-color .15s ease!important}body:has(input[placeholder="Search HubSpot deals or paste URL..."]) form .grid.grid-cols-4.gap-4>div[class*=bg-gradient-to-br]:hover,body:has(input[placeholder="Search HubSpot deals or paste URL..."]) form .grid.grid-cols-4.gap-4>div[class*=bg-muted]:hover{border-color:hsl(var(--border))!important;background:hsl(var(--surface-secondary)/.72)!important}body:has(input[placeholder="Search HubSpot deals or paste URL..."]) form .grid.grid-cols-4.gap-4>div .text-sm,body:has(input[placeholder="Search HubSpot deals or paste URL..."]) form .grid.grid-cols-4.gap-4>div label{color:hsl(var(--muted-foreground))!important;font-size:.76rem!important;font-weight:660!important}body:has(input[placeholder="Search HubSpot deals or paste URL..."]) form .grid.grid-cols-4.gap-4>div .text-2xl,body:has(input[placeholder="Search HubSpot deals or paste URL..."]) form .grid.grid-cols-4.gap-4>div .text-xl{font-size:1.08rem!important;line-height:1.2!important;font-weight:730!important}body:has(input[placeholder="Search HubSpot deals or paste URL..."]) form [class*="lg:col-span-1"] .sticky{top:82px!important}body:has(input[placeholder="Search HubSpot deals or paste URL..."]) form [class*="lg:col-span-1"] .bg-card.rounded-card.border.border-border.p-6{padding:18px!important}body:has(input[placeholder="Search HubSpot deals or paste URL..."]) form [class*="lg:col-span-1"] .space-y-2.text-sm{display:grid!important;gap:8px!important}body:has(input[placeholder="Search HubSpot deals or paste URL..."]) form [class*="lg:col-span-1"] .space-y-2.text-sm>.flex.justify-between{display:grid!important;grid-template-columns:minmax(0,1fr) max-content!important;align-items:center!important;gap:12px!important;min-height:31px!important;padding:3px 0!important;line-height:1.2!important}body:has(input[placeholder="Search HubSpot deals or paste URL..."]) form [class*="lg:col-span-1"] .space-y-2.text-sm>.flex.justify-between.border-t{padding-top:10px!important;margin-top:2px!important}body:has(input[placeholder="Search HubSpot deals or paste URL..."]) form [class*="lg:col-span-1"] .space-y-2.text-sm>.flex.justify-between>span:first-child{min-width:0!important;color:hsl(var(--muted-foreground))!important}body:has(input[placeholder="Search HubSpot deals or paste URL..."]) form [class*="lg:col-span-1"] .space-y-2.text-sm>.flex.justify-between>span:last-child{display:inline-flex!important;align-items:center!important;justify-content:flex-end!important;gap:7px!important;min-width:-moz-max-content!important;min-width:max-content!important;color:hsl(var(--foreground))!important;font-weight:650!important;white-space:nowrap!important}body:has(input[placeholder="Search HubSpot deals or paste URL..."]) form [class*="lg:col-span-1"] .space-y-2.text-sm>.flex.justify-between span span{display:inline-flex!important;align-items:center!important;height:19px!important;padding:0 5px!important;border-radius:3px!important;border:1px solid hsl(var(--border))!important;background:hsl(var(--surface-secondary))!important;color:hsl(var(--muted-foreground))!important;font-size:.68rem!important;font-weight:700!important}body:has(input[placeholder="Search HubSpot deals or paste URL..."]) form [class*="lg:col-span-1"] .space-y-2.text-sm>.flex.justify-between.p-2{min-height:48px!important;padding:10px 12px!important;margin-left:0!important;margin-right:0!important;border-radius:var(--ua-cs-radius-soft)!important}body:has(input[placeholder="Search HubSpot deals or paste URL..."]) form [class*="lg:col-span-1"] input[placeholder="Enter competitor's price"],body:has(input[placeholder="Search HubSpot deals or paste URL..."]) form [class*="lg:col-span-1"] input[placeholder="Override total price"]{min-height:40px!important}@media (max-width:1180px){body:has(input[placeholder="Search HubSpot deals or paste URL..."]) form .bg-card.rounded-card.border.border-border.p-6{padding:18px!important}body:has(input[placeholder="Search HubSpot deals or paste URL..."]) form .grid.grid-cols-4.gap-4{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (max-width:760px){body:has(input[placeholder="Search HubSpot deals or paste URL..."]){--ua-cs-control-h:41px}body:has(input[placeholder="Search HubSpot deals or paste URL..."]) form .bg-card.rounded-card.border.border-border.p-6{padding:16px!important}body:has(input[placeholder="Search HubSpot deals or paste URL..."]) form .grid.grid-cols-2,body:has(input[placeholder="Search HubSpot deals or paste URL..."]) form .grid.grid-cols-3,body:has(input[placeholder="Search HubSpot deals or paste URL..."]) form .grid.grid-cols-4,body:has(input[placeholder="Search HubSpot deals or paste URL..."]) form .grid.grid-cols-5{grid-template-columns:1fr!important}body:has(input[placeholder="Search HubSpot deals or paste URL..."]) form .flex.items-center.gap-4,body:has(input[placeholder="Search HubSpot deals or paste URL..."]) form .flex.items-center.justify-between,body:has(input[placeholder="Search HubSpot deals or paste URL..."]) form .flex.justify-between{flex-wrap:wrap!important;row-gap:10px!important}body:has(input[placeholder="Search HubSpot deals or paste URL..."]) form table{min-width:760px!important}body:has(input[placeholder="Search HubSpot deals or paste URL..."]) form [class*="lg:col-span-1"] .sticky{position:static!important}}@media print{body:has(input[placeholder="Search HubSpot deals or paste URL..."]) form .bg-card.rounded-card.border.border-border.p-6,body:has(input[placeholder="Search HubSpot deals or paste URL..."]) form .grid.grid-cols-4.gap-4>div[class*=bg-gradient-to-br],body:has(input[placeholder="Search HubSpot deals or paste URL..."]) form .grid.grid-cols-4.gap-4>div[class*=bg-muted]{box-shadow:none!important;background:white!important}}html body:has(input[placeholder="Search HubSpot deals or paste URL..."]) [class*=min-h-screen][class*="bg-muted/30"] form [class~="lg:col-span-3"]>[class~=bg-card][class~=rounded-card][class~=border][class~=border-border][class~=p-6],html body:has(input[placeholder="Search HubSpot deals or paste URL..."]) form [class~=bg-card][class~=rounded-card][class~=border][class~=border-border][class~=p-6]{border-radius:6px!important;padding:22px!important;border-color:hsl(var(--border))!important;background:hsl(var(--card))!important;box-shadow:none!important}html body:has(input[placeholder="Search HubSpot deals or paste URL..."]) form [class~=bg-card][class~=rounded-card][class~=border][class~=border-border][class~=p-6] h2{font-size:1.02rem!important;line-height:1.18!important;font-weight:680!important}html body:has(input[placeholder="Search HubSpot deals or paste URL..."]) [class*=min-h-screen][class*="bg-muted/30"] form select,html body:has(input[placeholder="Search HubSpot deals or paste URL..."]) [class*=min-h-screen][class*="bg-muted/30"] form select[class~=rounded-lg]{-moz-appearance:none!important;appearance:none!important;-webkit-appearance:none!important;border-radius:4px!important;padding-right:38px!important;background-color:hsl(var(--card))!important;background-image:linear-gradient(45deg,transparent 50%,hsl(var(--muted-foreground)) 50%),linear-gradient(135deg,hsl(var(--muted-foreground)) 50%,transparent 50%)!important;background-position:calc(100% - 18px) calc(50% + 1px),calc(100% - 13px) calc(50% + 1px)!important;background-size:5px 5px,5px 5px!important;background-repeat:no-repeat!important}html body:has(input[placeholder="Search HubSpot deals or paste URL..."]) [class*=min-h-screen][class*="bg-muted/30"] form table select{padding-right:30px!important;background-position:calc(100% - 15px) calc(50% + 1px),calc(100% - 10px) calc(50% + 1px)!important}html body:has(input[placeholder="Search HubSpot deals or paste URL..."]) form .grid.grid-cols-4.gap-4>div[class*=bg-gradient-to-br],html body:has(input[placeholder="Search HubSpot deals or paste URL..."]) form .grid.grid-cols-4.gap-4>div[class*=bg-muted]{border-radius:6px!important;padding:14px!important;background:hsl(var(--surface-secondary)/.62)!important;background-image:none!important;border-color:hsl(var(--border))!important;box-shadow:none!important}html body:has(input[placeholder="Search HubSpot deals or paste URL..."]) form [class*="lg:col-span-1"] [class~=bg-card][class~=rounded-card][class~=border][class~=border-border][class~=p-6]{border-radius:6px!important;padding:18px!important}html body:has(input[placeholder="Search HubSpot deals or paste URL..."]) form .flex.items-center.bg-muted.rounded-button.border.border-border.text-xs{height:38px!important;padding:3px!important}html body:has(input[placeholder="Search HubSpot deals or paste URL..."]) form .flex.items-center.bg-muted.rounded-button.border.border-border.text-xs>button{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-width:44px!important;height:32px!important;min-height:32px!important;line-height:1!important;padding:0 12px!important}html body:has(input[placeholder="Search HubSpot deals or paste URL..."]) form table{border-collapse:collapse!important;table-layout:fixed!important}html body:has(input[placeholder="Search HubSpot deals or paste URL..."]) form table tbody tr:hover,html body:has(input[placeholder="Search HubSpot deals or paste URL..."]) form table tbody tr:hover>td{background-color:hsl(var(--surface-hover)/.72)!important}html body:has(input[placeholder="Search HubSpot deals or paste URL..."]) form table td:last-child,html body:has(input[placeholder="Search HubSpot deals or paste URL..."]) form table th:last-child{width:86px!important;min-width:86px!important;max-width:86px!important;padding-left:8px!important;padding-right:8px!important;text-align:center!important;overflow:hidden!important}html body:has(input[placeholder="Search HubSpot deals or paste URL..."]) form table tbody td:last-child{white-space:nowrap!important}html body:has(input[placeholder="Search HubSpot deals or paste URL..."]) form table tbody td:last-child button.text-red-500,html body:has(input[placeholder="Search HubSpot deals or paste URL..."]) form table tbody td:last-child button.text-red-600,html body:has(input[placeholder="Search HubSpot deals or paste URL..."]) form table tbody td:last-child button[class*=text-red]{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:auto!important;max-width:100%!important;min-width:58px!important;height:32px!important;min-height:32px!important;margin:0!important;padding:0 10px!important;border:1px solid hsl(var(--destructive)/.28)!important;border-radius:5px!important;background:hsl(var(--destructive)/.08)!important;color:hsl(var(--destructive))!important;font-size:12px!important;font-weight:680!important;line-height:1!important}html body:has(input[placeholder="Search HubSpot deals or paste URL..."]) form table tbody td:last-child button.text-red-500:hover,html body:has(input[placeholder="Search HubSpot deals or paste URL..."]) form table tbody td:last-child button.text-red-600:hover,html body:has(input[placeholder="Search HubSpot deals or paste URL..."]) form table tbody td:last-child button[class*=text-red]:hover{background:hsl(var(--destructive)/.14)!important;border-color:hsl(var(--destructive)/.42)!important}.ua-date-field,html body:has(form) [class*=min-h-screen][class*="bg-muted/30"] form .ua-date-field.ua-date-field{position:relative!important}html body:has(form) [class*=min-h-screen][class*="bg-muted/30"] form input.ua-date-field__native-input,input.ua-date-field__native-input{cursor:pointer!important;padding-right:48px!important;font-variant-numeric:tabular-nums!important}input.ua-date-field__native-input::-webkit-calendar-picker-indicator{display:none!important;opacity:0!important;pointer-events:none!important}input.ua-date-field__native-input::-webkit-date-and-time-value{text-align:left!important}.ua-date-field__button,html body:has(form) [class*=min-h-screen][class*="bg-muted/30"] form .ua-date-field__button.ua-date-field__button{position:absolute!important;top:25px!important;right:6px!important;z-index:2!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;width:34px!important;min-width:34px!important;height:34px!important;min-height:34px!important;padding:0!important;border:1px solid transparent!important;border-radius:4px!important;background:transparent!important;color:hsl(var(--muted-foreground))!important;box-shadow:none!important;transform:none!important;cursor:pointer!important;transition:background-color .15s ease,border-color .15s ease,color .15s ease!important}.ua-date-field__button svg{width:16px!important;height:16px!important;stroke-width:2!important}.ua-date-field__button:hover,html body:has(form) [class*=min-h-screen][class*="bg-muted/30"] form .ua-date-field__button.ua-date-field__button:hover{border-color:hsl(var(--border))!important;background:hsl(var(--surface-secondary))!important;color:hsl(var(--foreground))!important;transform:none!important}.ua-date-field__button:focus-visible{outline:none!important;border-color:hsl(var(--ring)/.56)!important;box-shadow:0 0 0 3px hsl(var(--ring)/.16)!important}.ua-date-popover{position:fixed;z-index:120;width:326px;max-width:calc(100vw - 24px);min-height:0!important;height:auto!important;padding:12px;border:1px solid hsl(var(--border));border-radius:8px;background:hsl(var(--popover));color:hsl(var(--popover-foreground));box-shadow:0 20px 60px -34px hsl(0 0% 0%/.38),0 8px 26px -20px hsl(0 0% 0%/.24);transform-origin:top left;animation:ua-date-popover-in .14s cubic-bezier(.22,1,.36,1)}.dark .ua-date-popover{background:hsl(var(--surface-primary));box-shadow:0 22px 70px -32px hsl(0 0% 0%/.85),inset 0 1px 0 hsl(0 0% 100%/.04)}.ua-date-popover__header{display:grid;grid-template-columns:34px minmax(0,1fr) 34px;align-items:center;gap:8px;margin-bottom:10px}.ua-date-popover__month-label{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-width:0;height:34px;border:1px solid hsl(var(--border));border-radius:6px;background:hsl(var(--surface-secondary));color:hsl(var(--foreground));font-size:.86rem;font-weight:700;line-height:1}.ua-date-popover__month-label svg{width:15px;height:15px;color:hsl(var(--muted-foreground))}.ua-date-popover__nav-button,.ua-date-popover__today{display:inline-flex;align-items:center;justify-content:center;border:1px solid hsl(var(--border));border-radius:5px;background:hsl(var(--card));color:hsl(var(--foreground));box-shadow:none;cursor:pointer;transform:none!important;transition:background-color .14s ease,border-color .14s ease,color .14s ease!important}.ua-date-popover__nav-button{width:34px;height:34px;padding:0}.ua-date-popover__nav-button svg{width:16px;height:16px}.ua-date-popover__nav-button:hover,.ua-date-popover__today:hover{border-color:hsl(var(--foreground)/.28);background:hsl(var(--accent));transform:none!important}.ua-date-popover__day:focus-visible,.ua-date-popover__nav-button:focus-visible,.ua-date-popover__today:focus-visible{outline:none;box-shadow:0 0 0 3px hsl(var(--ring)/.16);border-color:hsl(var(--ring)/.56)}.ua-date-popover__grid,.ua-date-popover__weekdays{display:grid;grid-template-columns:repeat(7,minmax(0,1fr))}.ua-date-popover__weekdays{gap:4px;margin-bottom:5px;color:hsl(var(--muted-foreground));font-size:.68rem;font-weight:720;text-align:center;text-transform:uppercase}.ua-date-popover__weekdays span{display:grid;place-items:center;height:22px}.ua-date-popover__grid{gap:4px}.ua-date-popover__day{display:inline-flex;align-items:center;justify-content:center;width:100%;min-width:0;height:36px;min-height:36px;padding:0;border:1px solid transparent;border-radius:5px;background:transparent;color:hsl(var(--foreground));box-shadow:none;cursor:pointer;font-size:.85rem;font-weight:620;line-height:1;font-variant-numeric:tabular-nums;transform:none!important;transition:background-color .13s ease,border-color .13s ease,color .13s ease,opacity .13s ease!important}.ua-date-popover__day:hover{border-color:hsl(var(--border));background:hsl(var(--surface-secondary));transform:none!important}.ua-date-popover__day[data-outside-month=true]{color:hsl(var(--muted-foreground));opacity:.52}.ua-date-popover__day[data-today=true]{border-color:hsl(var(--warning)/.52);background:hsl(var(--warning)/.08);color:hsl(var(--foreground))}.ua-date-popover__day[data-focused=true]:not([data-selected=true]){border-color:hsl(var(--ring)/.5);background:hsl(var(--surface-secondary))}.ua-date-popover__day[data-selected=true]{font-weight:760;opacity:1}.ua-date-popover__day[data-selected=true],.ua-date-popover__day[data-selected=true]:hover{border-color:hsl(var(--foreground));background:hsl(var(--foreground));color:hsl(var(--background))}.ua-date-popover__footer{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:12px;padding-top:10px;border-top:1px solid hsl(var(--border))}.ua-date-popover__selected{min-width:0;color:hsl(var(--muted-foreground));font-size:.75rem;line-height:1.2}.ua-date-popover__today{flex:0 0 auto;min-height:30px;padding:0 11px;font-size:.75rem;font-weight:700}@keyframes ua-date-popover-in{0%{opacity:0;transform:translateY(-4px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width:480px){.ua-date-popover{width:calc(100vw - 24px);padding:10px}.ua-date-popover__day{height:34px;min-height:34px}}@media (prefers-reduced-motion:reduce){.ua-date-popover{animation-duration:1ms!important}.ua-date-field__button,.ua-date-popover *{transition-duration:1ms!important}}@media print{.ua-date-field__button,.ua-date-popover{display:none!important}}article:has(>.dashboard-monthly-metrics-dock){position:relative}.dashboard-monthly-metrics-dock{position:absolute;top:22px;right:496px;z-index:5;display:flex;justify-content:flex-end;padding:0;margin:0}.dashboard-monthly-metrics-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:38px;padding:0 14px;border:1px solid hsl(var(--border));border-radius:6px;background:hsl(var(--background));color:hsl(var(--foreground));font-size:13px;font-weight:700;line-height:1;box-shadow:0 1px 2px rgb(15 23 42/.05);transition:background-color .14s ease,border-color .14s ease,color .14s ease,transform .14s ease}.dashboard-monthly-metrics-button:hover{background:hsl(var(--accent));border-color:hsl(var(--ring)/.35)}.dashboard-monthly-metrics-button:active{transform:translateY(1px)}.monthly-metrics-overlay{backdrop-filter:blur(8px)}.monthly-report{max-height:calc(100vh - 48px);overflow:auto}.monthly-report td,.monthly-report th{vertical-align:middle}.monthly-report .monthly-report__no-print button:first-child{border-color:#111!important;background:#111!important;color:#fff!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.18)}.monthly-report .monthly-report__no-print button:first-child:hover{border-color:#2a2a2a!important;background:#2a2a2a!important;color:#fff!important}.monthly-report .monthly-report__no-print button:focus-visible{outline:2px solid hsl(var(--ring));outline-offset:2px}@media (max-width:1023px){.dashboard-monthly-metrics-dock{top:18px;right:56px}.dashboard-monthly-metrics-button{min-height:34px;padding:0 11px;font-size:12px}}@media (max-width:720px){.dashboard-monthly-metrics-dock{top:54px;right:auto;left:20px}.dashboard-monthly-metrics-button{min-height:34px;width:auto}.monthly-report{max-height:none;min-height:calc(100vh - 24px)}}@media (max-width:520px){.dashboard-monthly-metrics-dock{position:static;justify-content:stretch;padding:0 16px 14px}.dashboard-monthly-metrics-button{width:100%}}@media print{body.monthly-report-printing *{visibility:hidden!important}body.monthly-report-printing .monthly-report,body.monthly-report-printing .monthly-report *{visibility:visible!important}body.monthly-report-printing .monthly-report{position:absolute!important;inset:0 auto auto 0!important;width:100%!important;max-width:none!important;max-height:none!important;overflow:visible!important;border:0!important;border-radius:0!important;box-shadow:none!important;background:#fff!important;color:#111!important}body.monthly-report-printing .monthly-metrics-overlay,body.monthly-report-printing .monthly-report__no-print{background:transparent!important}body.monthly-report-printing .monthly-report__no-print{display:none!important}body.monthly-report-printing .monthly-report__body,body.monthly-report-printing .monthly-report__header{padding:18px 22px!important}body.monthly-report-printing .monthly-report table{-moz-column-break-inside:avoid;break-inside:avoid}}.dashboard-customer-view-toggle-dock{display:flex;justify-content:flex-start;margin:-4px 0 16px}.dashboard-customer-switch{display:inline-grid;grid-template-columns:repeat(2,minmax(128px,1fr));gap:3px;padding:3px;border:1px solid hsl(var(--border));border-radius:8px;background:hsl(var(--background));box-shadow:0 1px 2px rgba(15,23,42,.04)}.dashboard-customer-switch button{display:inline-flex;min-height:36px;align-items:center;justify-content:center;gap:8px;border:0;border-radius:5px;background:transparent;color:hsl(var(--muted-foreground));font-size:13px;font-weight:700;line-height:1;transition:background-color .14s ease,color .14s ease,box-shadow .14s ease}.dashboard-customer-switch button:hover{color:hsl(var(--foreground));background:hsl(var(--accent))}.dashboard-customer-switch button:focus-visible{outline:2px solid hsl(var(--ring));outline-offset:2px}.dashboard-customer-switch button.is-active{background:hsl(var(--foreground));color:hsl(var(--background));box-shadow:inset 0 1px 0 rgba(255,255,255,.16)}.dashboard-view-customer .dashboard-empty-state-root,.dashboard-view-customer .dashboard-history-filter-panel,.dashboard-view-customer .dashboard-month-list-root{display:none!important}.customer-center{display:grid;gap:18px}.customer-center__header{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,auto);gap:18px;align-items:start;padding:20px;border:1px solid hsl(var(--border));border-radius:10px;background:hsl(var(--background));box-shadow:0 1px 2px rgba(15,23,42,.04)}.customer-center__eyebrow,.customer-detail-panel__eyebrow,.customer-project-group__eyebrow{color:hsl(var(--muted-foreground));font-size:11px;font-weight:800;letter-spacing:.08em;line-height:1;text-transform:uppercase}.customer-center__header h2{margin-top:7px;color:hsl(var(--foreground));font-size:22px;font-weight:750;letter-spacing:0;line-height:1.18}.customer-center__header p:not(.customer-center__eyebrow){max-width:720px;margin-top:8px;color:hsl(var(--muted-foreground));font-size:14px;line-height:1.5}.customer-center__summary{display:grid;grid-template-columns:repeat(3,minmax(92px,1fr));gap:8px}.customer-center-insights div,.customer-center__summary div,.customer-detail-metrics div{min-width:0;border:1px solid hsl(var(--border));border-radius:8px;background:hsl(var(--muted)/.28)}.customer-center__summary div{padding:12px}.customer-center-insights span,.customer-center__summary span,.customer-detail-metrics span{display:block;color:hsl(var(--muted-foreground));font-size:10px;font-weight:750;letter-spacing:.06em;line-height:1.2;text-transform:uppercase}.customer-center-insights strong,.customer-center__summary strong,.customer-detail-metrics strong{display:block;margin-top:6px;overflow:hidden;color:hsl(var(--foreground));font-size:16px;font-weight:760;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.customer-center-toolbar{display:grid;grid-template-columns:minmax(220px,1fr) minmax(220px,280px);gap:12px;padding:14px;border:1px solid hsl(var(--border));border-radius:10px;background:hsl(var(--background))}.customer-center-search,.customer-center-sort{display:flex;min-height:42px;align-items:center;gap:10px;border:1px solid hsl(var(--border));border-radius:7px;background:hsl(var(--background));color:hsl(var(--muted-foreground));padding:0 12px}.customer-center-search:focus-within,.customer-center-sort:focus-within{border-color:hsl(var(--ring));box-shadow:0 0 0 1px hsl(var(--ring))}.customer-center-search input,.customer-center-sort select{width:100%;min-width:0;border:0;outline:none;background:transparent;color:hsl(var(--foreground));font-size:14px}.customer-center-search input::-moz-placeholder{color:hsl(var(--muted-foreground))}.customer-center-search input::placeholder{color:hsl(var(--muted-foreground))}.customer-center-sort select{cursor:pointer;font-weight:650}.customer-center-insights{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.customer-center-insights div{display:grid;grid-template-columns:20px minmax(0,1fr);-moz-column-gap:10px;column-gap:10px;row-gap:2px;align-items:center;padding:14px}.customer-center-insights svg{grid-row:span 2;color:hsl(var(--primary))}.customer-card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(246px,1fr));gap:14px}.customer-center-card{display:grid;min-height:330px;align-content:start;gap:14px;border:1px solid hsl(var(--border));border-radius:10px;background:hsl(var(--background));padding:18px;text-align:left;box-shadow:0 1px 2px rgba(15,23,42,.04);transition:border-color .14s ease,box-shadow .14s ease,transform .14s ease,background-color .14s ease}.customer-center-card:hover{transform:translateY(-1px);border-color:hsl(var(--ring)/.34);background:hsl(var(--accent)/.22);box-shadow:0 10px 24px rgba(15,23,42,.08)}.customer-center-card:focus-visible{outline:2px solid hsl(var(--ring));outline-offset:2px}.customer-center-card.is-selected{border-color:hsl(var(--primary));box-shadow:0 0 0 1px hsl(var(--primary)/.28),0 14px 28px rgba(15,23,42,.1)}.customer-center-card__footer,.customer-center-card__topline,.customer-center-card__value{display:flex;align-items:center;justify-content:space-between;gap:10px}.customer-center-card__footer,.customer-center-card__topline{color:hsl(var(--muted-foreground));font-size:12px;font-weight:650}.customer-center-card__mark{flex:0 0 auto;width:10px;height:10px;border-radius:999px;background:linear-gradient(135deg,#f97316,#0f766e)}.customer-center-card h3{min-height:54px;color:hsl(var(--foreground));font-size:21px;font-weight:780;letter-spacing:0;line-height:1.28}.customer-center-card p{color:hsl(var(--muted-foreground));font-size:13px;line-height:1.45}.customer-center-card__metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:7px}.customer-center-card__metrics div{min-width:0;padding:10px 8px;border:1px solid hsl(var(--border));border-radius:7px;background:hsl(var(--muted)/.25)}.customer-center-card__metrics dt{font-size:10px;font-weight:750}.customer-center-card__metrics dd{margin-top:4px;font-size:18px;font-weight:780;line-height:1.1}.customer-center-card__value{margin-top:4px;padding-top:14px;border-top:1px solid hsl(var(--border))}.customer-center-card__value span{font-size:12px;font-weight:700}.customer-center-card__value strong{font-size:17px;font-weight:800}.customer-detail-panel{overflow:hidden;border:1px solid hsl(var(--border));border-radius:10px;background:hsl(var(--background));box-shadow:0 18px 34px rgba(15,23,42,.1)}.customer-detail-panel__header{display:flex;justify-content:space-between;gap:16px;padding:18px;border-bottom:1px solid hsl(var(--border))}.customer-detail-panel__header h3{margin-top:7px;color:hsl(var(--foreground));font-size:22px;font-weight:780}.customer-detail-panel__header p:not(.customer-detail-panel__eyebrow){margin-top:6px;color:hsl(var(--muted-foreground));font-size:13px}.customer-detail-panel__close{display:inline-flex;flex:0 0 auto;width:38px;height:38px;align-items:center;justify-content:center;border:1px solid hsl(var(--border));border-radius:7px;color:hsl(var(--muted-foreground));transition:background-color .14s ease,color .14s ease}.customer-detail-panel__close:hover{background:hsl(var(--accent));color:hsl(var(--foreground))}.customer-detail-metrics{display:grid;gap:10px;padding:14px 18px;border-bottom:1px solid hsl(var(--border))}.customer-detail-metrics div{padding:12px}.customer-project-list{display:grid;gap:10px;padding:14px}.customer-project-group{overflow:hidden;border:1px solid hsl(var(--border));border-radius:8px}.customer-project-group__header{display:grid;width:100%;grid-template-columns:minmax(0,1fr) auto;gap:16px;align-items:center;padding:14px 16px;background:hsl(var(--muted)/.22);text-align:left}.customer-project-group__header:hover{background:hsl(var(--accent)/.36)}.customer-project-group__header:focus-visible{outline:2px solid hsl(var(--ring));outline-offset:-2px}.customer-project-group__header h4{margin-top:5px;overflow:hidden;color:hsl(var(--foreground));font-size:15px;font-weight:760;text-overflow:ellipsis;white-space:nowrap}.customer-project-group__stats{display:inline-flex;align-items:center;gap:14px;color:hsl(var(--foreground));font-size:13px;font-weight:700;white-space:nowrap}.customer-project-group__stats svg{width:18px;height:18px;color:hsl(var(--muted-foreground));transition:transform .16s ease}.customer-project-group__stats svg.is-open{transform:rotate(180deg)}.customer-project-group__body{padding:14px}.customer-project-summary{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}.customer-project-summary span{display:inline-flex;min-height:28px;align-items:center;border:1px solid hsl(var(--border));border-radius:999px;padding:0 10px;background:hsl(var(--background));color:hsl(var(--muted-foreground));font-size:12px;font-weight:700}.customer-estimate-table-wrap{overflow-x:auto;border:1px solid hsl(var(--border));border-radius:8px}.customer-estimate-table{width:100%;min-width:780px;border-collapse:collapse}.customer-estimate-table td,.customer-estimate-table th{padding:11px 12px;border-bottom:1px solid hsl(var(--border));text-align:left;vertical-align:middle;white-space:nowrap}.customer-estimate-table th{background:hsl(var(--muted)/.42);color:hsl(var(--muted-foreground));font-size:11px;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.customer-estimate-table td{color:hsl(var(--foreground));font-size:13px}.customer-estimate-table tr:last-child td{border-bottom:0}.customer-outcome{display:inline-flex;min-height:24px;align-items:center;border:1px solid hsl(var(--border));border-radius:999px;padding:0 8px;font-size:11px;font-weight:800}.customer-outcome--won{border-color:rgb(16 185 129/.28);background:rgb(16 185 129/.12);color:rgb(5 150 105)}.customer-outcome--lost{border-color:rgb(239 68 68/.28);background:rgb(239 68 68/.12);color:rgb(220 38 38)}.customer-outcome--open{background:hsl(var(--muted));color:hsl(var(--muted-foreground))}.customer-estimate-open-link{display:inline-flex;width:32px;height:32px;align-items:center;justify-content:center;border:1px solid hsl(var(--border));border-radius:7px;color:hsl(var(--muted-foreground))}.customer-estimate-open-link:hover{background:hsl(var(--accent));color:hsl(var(--foreground))}.customer-center-empty{display:grid;min-height:220px;place-items:center;gap:10px;border:1px solid hsl(var(--border));border-radius:10px;background:hsl(var(--background));color:hsl(var(--muted-foreground));text-align:center}@media (max-width:980px){.customer-center-insights,.customer-center-toolbar,.customer-center__header,.customer-detail-metrics{grid-template-columns:1fr}.customer-center__summary{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:720px){.dashboard-customer-view-toggle-dock{margin-bottom:14px}.dashboard-customer-switch{width:100%}.customer-center-toolbar,.customer-center__header,.customer-detail-panel__header{padding:14px}.customer-card-grid,.customer-center-card__metrics,.customer-center__summary{grid-template-columns:1fr}.customer-center-card,.customer-center-card h3{min-height:0}.customer-project-group__header{grid-template-columns:1fr}.customer-project-group__stats{justify-content:space-between}}.dashboard-view-customer .dashboard-customer-view-toggle-dock{margin-top:2px}.dashboard-view-customer main section>h2:first-child{font-size:20px;letter-spacing:0}.customer-center-toolbar{grid-template-columns:minmax(280px,1fr) minmax(260px,330px);align-items:center;padding:12px}.customer-center-sort{position:relative;gap:8px;padding-right:10px}.customer-center-sort:before{content:"Sort";flex:0 0 auto;color:hsl(var(--muted-foreground));font-size:10px;font-weight:800;letter-spacing:.07em;text-transform:uppercase}.customer-center-sort select{min-height:40px;font-size:13px;font-weight:750}.customer-center-insights{gap:10px}.customer-center-insights div{padding:12px 14px}.customer-center-list-state{display:flex;flex-wrap:wrap;gap:8px;align-items:center;border:1px solid hsl(var(--border));border-radius:8px;background:hsl(var(--background));padding:10px 12px}.customer-center-list-state span{display:inline-flex;min-height:28px;align-items:center;border:1px solid hsl(var(--border));background:hsl(var(--muted)/.22);color:hsl(var(--muted-foreground));padding:0 10px;font-size:12px;font-weight:760}.customer-card-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr))}.customer-center-card{min-height:304px;gap:11px;padding:16px;border-radius:8px}.customer-center-card h3{min-height:0;font-size:19px;line-height:1.22}.customer-center-card h3,.customer-center-card p{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.customer-center-card p{min-height:38px;margin-top:-2px;font-size:12px}.customer-center-card__topline{align-items:center;justify-content:flex-start;gap:8px;min-height:18px}.customer-center-card__topline span:last-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.customer-center-card__metrics{display:flex;align-items:stretch;gap:0;border:1px solid hsl(var(--border));border-radius:7px;background:hsl(var(--muted)/.22);overflow:hidden}.customer-center-card__metrics div{flex:1 1 0;border:0;border-radius:0;background:transparent;padding:8px 9px}.customer-center-card__metrics div+div{border-left:1px solid hsl(var(--border))}.customer-center-card__metrics dt{font-size:9px;letter-spacing:.06em}.customer-center-card__metrics dd{margin-top:3px;font-size:16px}.customer-center-card__value{margin-top:0;padding-top:12px}.customer-center-card__value strong{font-size:18px;letter-spacing:0}.customer-center-card__status{display:flex;flex-wrap:wrap;gap:6px;margin-top:-2px}.customer-center-card__status span{display:inline-flex;min-height:24px;align-items:center;border:1px solid hsl(var(--border));border-radius:999px;background:hsl(var(--background));color:hsl(var(--muted-foreground));padding:0 8px;font-size:11px;font-weight:760}.customer-center-card__footer{margin-top:auto}.customer-center-card__footer,.customer-center-card__open{padding-top:10px;border-top:1px solid hsl(var(--border));font-size:11px}.customer-center-card__open{display:inline-flex;min-height:34px;align-items:center;justify-content:space-between;gap:8px;margin-top:2px;color:hsl(var(--muted-foreground));font-weight:850;letter-spacing:.06em;text-transform:uppercase}.customer-center-card__open svg{transform:rotate(-90deg);transition:transform .14s ease}.customer-center-card:focus-visible .customer-center-card__open,.customer-center-card:hover .customer-center-card__open{color:hsl(var(--primary))}.customer-center-card:focus-visible .customer-center-card__open svg,.customer-center-card:hover .customer-center-card__open svg{transform:translateX(2px) rotate(-90deg)}.customer-center-card.is-selected:after{content:"Viewing projects";position:absolute;right:12px;bottom:12px;border:1px solid hsl(var(--primary)/.28);border-radius:999px;padding:4px 8px;background:hsl(var(--primary)/.1);color:hsl(var(--primary));font-size:10px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.customer-center-card.is-selected{position:relative;padding-bottom:42px}.customer-center.is-detail-view{gap:14px}.customer-detail-panel{box-shadow:0 12px 30px rgba(15,23,42,.09)}.customer-detail-panel--drilldown{animation:customer-detail-enter .17s ease-out}@keyframes customer-detail-enter{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.customer-detail-panel__header{display:block}.customer-detail-panel__title-row{display:grid;grid-template-columns:auto minmax(0,1fr);gap:16px;align-items:start}.customer-detail-panel__back{display:inline-flex;min-height:38px;align-items:center;justify-content:center;gap:8px;border:1px solid hsl(var(--border));border-radius:7px;background:hsl(var(--background));color:hsl(var(--foreground));padding:0 12px;font-size:13px;font-weight:760;white-space:nowrap;transition:background-color .14s ease,border-color .14s ease,color .14s ease}.customer-detail-panel__back:hover{border-color:hsl(var(--ring)/.35);background:hsl(var(--accent))}.customer-detail-panel__back:focus-visible{outline:2px solid hsl(var(--ring));outline-offset:2px}.customer-detail-context{display:grid;gap:10px;padding:0 18px 14px;border-bottom:1px solid hsl(var(--border))}.customer-detail-context div{min-width:0;border:1px solid hsl(var(--border));border-radius:8px;background:hsl(var(--background));padding:11px 12px}.customer-detail-context span{display:block;color:hsl(var(--muted-foreground));font-size:10px;font-weight:800;letter-spacing:.06em;line-height:1.2;text-transform:uppercase}.customer-detail-context strong{display:block;margin-top:5px;overflow:hidden;color:hsl(var(--foreground));font-size:14px;font-weight:780;text-overflow:ellipsis;white-space:nowrap}.customer-project-list__header{display:flex;align-items:end;justify-content:space-between;gap:16px;padding:2px 2px 4px}.customer-project-list__header h4{margin-top:5px;color:hsl(var(--foreground));font-size:17px;font-weight:800;letter-spacing:0}.customer-project-list__header>span{display:inline-flex;min-height:30px;align-items:center;border:1px solid hsl(var(--border));border-radius:999px;background:hsl(var(--muted)/.25);color:hsl(var(--muted-foreground));padding:0 10px;font-size:12px;font-weight:780;white-space:nowrap}.customer-project-group__header{min-height:66px}.customer-estimate-table tbody tr.customer-estimate-row-clickable{cursor:pointer;transition:background-color .14s ease,box-shadow .14s ease}.customer-estimate-table tbody tr.customer-estimate-row-clickable:hover td{background:hsl(var(--accent)/.48)}.customer-estimate-table tbody tr.customer-estimate-row-clickable:focus-visible{outline:2px solid hsl(var(--ring));outline-offset:-2px}.customer-estimate-open-link{width:auto;min-width:74px;gap:7px;padding:0 10px;font-size:12px;font-weight:750;text-decoration:none}.customer-estimate-open-link:after{content:"Open"}.customer-estimate-open-link:hover{border-color:hsl(var(--ring)/.4)}.customer-estimate-table td:last-child,.customer-estimate-table th:last-child{text-align:right}@media (max-width:980px){.customer-center-toolbar,.customer-detail-panel__title-row{grid-template-columns:1fr}.customer-detail-panel__back{justify-self:start}.customer-detail-context{grid-template-columns:1fr}}@media (max-width:720px){.customer-card-grid{grid-template-columns:1fr}.customer-center-card,.customer-center-card p{min-height:0}.customer-center-card.is-selected{padding-bottom:16px}.customer-center-card.is-selected:after{position:static;justify-self:start}.customer-center-card__open{min-height:30px}.customer-detail-panel__back{width:100%}.customer-project-list__header{align-items:start;flex-direction:column}}.customer-center-sort-menu{position:relative;min-width:260px}.customer-center-sort-trigger{display:inline-flex;width:100%;min-height:42px;align-items:center;justify-content:space-between;gap:10px;border:1px solid hsl(var(--border))!important;border-radius:7px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:hsl(var(--background))!important;color:hsl(var(--foreground));padding:0 12px;font-size:13px;font-weight:760;text-align:left;box-shadow:none!important}.customer-center-sort-trigger span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.customer-center-sort-trigger:hover,.customer-center-sort-trigger[aria-expanded=true]{border-color:hsl(var(--ring)/.36)!important;background:hsl(var(--accent)/.42)!important}.customer-card-pin:focus-visible,.customer-center-card__body-button:focus-visible,.customer-center-sort-popover button:focus-visible,.customer-center-sort-trigger:focus-visible{outline:2px solid hsl(var(--ring));outline-offset:2px}.customer-center-sort-popover{position:absolute;top:calc(100% + 6px);right:0;z-index:80;display:grid;width:min(320px,calc(100vw - 48px));gap:3px;border:1px solid hsl(var(--border));border-radius:8px;background:hsl(var(--popover));color:hsl(var(--popover-foreground));padding:6px;box-shadow:0 16px 36px rgba(15,23,42,.14)}.customer-center-sort-popover button{display:flex;min-height:36px;align-items:center;justify-content:space-between;gap:12px;border:0!important;border-radius:6px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent!important;color:hsl(var(--foreground));padding:0 10px;font-size:13px;font-weight:720;text-align:left;box-shadow:none!important;transform:none!important}.customer-center-sort-popover button.is-selected,.customer-center-sort-popover button:hover{background:hsl(var(--accent))!important}.customer-center-card.customer-center-card--simple{min-height:246px;padding:0;gap:0}.customer-center-card.customer-center-card--simple:hover{border-color:hsl(var(--ring)/.34);background:hsl(var(--background))}.customer-center-card__body-button{display:grid;width:100%;height:100%;min-height:246px;align-content:start;gap:13px;border:0!important;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent!important;color:inherit;padding:42px 16px 16px;text-align:left;box-shadow:none!important}.customer-center-card__body-button:active,.customer-center-card__body-button:focus-visible,.customer-center-card__body-button:hover{background:transparent!important;transform:none!important}.customer-center-card--simple h3{min-height:0;padding-right:4px;font-size:18px;line-height:1.22}.customer-card-pin{position:absolute;top:10px;right:10px;z-index:3;display:inline-flex;width:32px;height:32px;align-items:center;justify-content:center;border:1px solid hsl(var(--border))!important;border-radius:999px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:hsl(var(--background))!important;color:hsl(var(--muted-foreground));box-shadow:0 1px 2px rgba(15,23,42,.08)!important}.customer-card-pin:focus-visible,.customer-card-pin:hover{border-color:hsl(var(--warning)/.5)!important;background:hsl(var(--warning)/.12)!important;color:hsl(var(--warning))}.customer-center-card.is-pinned{border-color:hsl(var(--warning)/.38)}.customer-center-card.is-pinned .customer-card-pin{border-color:hsl(var(--warning)/.45)!important;background:hsl(var(--warning)/.14)!important;color:hsl(var(--warning))}.customer-center-card--simple .customer-center-card__metrics{margin-top:2px}.customer-center-card--simple .customer-center-card__value{padding-top:11px}.customer-center-card--simple .customer-center-card__footer{margin-top:0;padding-top:10px}.customer-center-card--simple .customer-center-card__open{margin-top:auto}.customer-center-card--simple .customer-center-card__status,.customer-center-card--simple .customer-center-card__topline,.customer-center-card--simple p{display:none!important}@media (max-width:980px){.customer-center-sort-menu{min-width:0;width:100%}}@media (max-width:720px){.customer-center-card.customer-center-card--simple,.customer-center-card__body-button{min-height:0}}.premium-theme-toggle,.premium-theme-toggle--loading{display:none!important}body:has(.print-page-shell) a[aria-label="Go to Universal Awning dashboard"]{display:none!important}header .max-w-7xl{min-height:72px}header h1{letter-spacing:0!important}header a[href="/"]{border-radius:6px!important}.dashboard-view-customer .fixed.inset-x-4.bottom-4.top-20{top:80px!important;right:0!important;bottom:0!important;left:0!important;border-right:0!important;border-bottom:0!important;border-left:0!important;border-radius:0!important;background:hsl(var(--background))!important;box-shadow:none!important;padding:20px 28px 36px!important}.customer-center,.dashboard-customer-view-toggle-dock{max-width:1280px;margin-right:auto;margin-left:auto}.dashboard-customer-view-toggle-dock{margin-bottom:14px}.customer-center{gap:16px}.customer-center__header{grid-template-columns:minmax(0,1fr) auto;align-items:end;border:0!important;border-bottom:1px solid hsl(var(--border))!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;padding:0 0 16px!important}.customer-center__header p:not(.customer-center__eyebrow){display:none!important}.customer-center__summary{grid-template-columns:repeat(3,minmax(88px,auto));gap:0}.customer-center__summary div{border:0!important;border-left:1px solid hsl(var(--border))!important;border-radius:0!important;background:transparent!important;padding:2px 0 2px 16px!important}.customer-center-toolbar{border:0!important;border-bottom:1px solid hsl(var(--border))!important;border-radius:0!important;background:transparent!important;padding:0 0 16px!important}.customer-center-search,.customer-center-sort-trigger{border-radius:6px!important;box-shadow:none!important}.customer-center-insights{display:none!important}.customer-center-list-state{border:0!important;border-radius:0!important;background:transparent!important;padding:0!important}.customer-center-list-state span{border-radius:999px;background:hsl(var(--muted)/.45)!important}.customer-card-grid{grid-template-columns:repeat(auto-fill,minmax(252px,1fr));gap:12px}.customer-center-card.customer-center-card--simple{min-height:202px!important;box-shadow:none!important}.customer-center-card.customer-center-card--simple:hover{transform:translateY(-1px);border-color:hsl(var(--foreground)/.28)!important;box-shadow:0 8px 20px rgba(15,23,42,.06)!important}.customer-center-card__body-button{min-height:202px!important;padding:16px!important}.customer-card-pin{top:14px!important;right:14px!important;box-shadow:none!important}.customer-center-card--simple h3{padding-right:44px!important;font-size:18px!important;line-height:1.22!important}.customer-center-card--simple .customer-center-card__metrics{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px!important;border:0!important;border-radius:0!important;background:transparent!important}.customer-center-card--simple .customer-center-card__metrics div{border-left:1px solid hsl(var(--border))!important;background:transparent!important;padding:0 0 0 10px!important}.customer-center-card--simple .customer-center-card__metrics div:first-child{border-left:0!important}.customer-center-card--simple .customer-center-card__metrics div:nth-child(3){display:none!important}.customer-center-card__footer,.customer-center-card__value{border-top:1px solid hsl(var(--border))!important}.customer-detail-panel{overflow:visible!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}.customer-detail-panel__header{border-bottom:1px solid hsl(var(--border))!important;padding:0 0 18px!important}.customer-detail-panel__back{border-radius:6px!important;box-shadow:none!important}.customer-detail-context,.customer-detail-metrics{display:grid!important;border-bottom:1px solid hsl(var(--border))!important;padding:14px 0!important}.customer-detail-metrics{grid-template-columns:repeat(4,minmax(0,1fr))}.customer-detail-context{grid-template-columns:repeat(3,minmax(0,1fr))}.customer-detail-context div,.customer-detail-metrics div{border:0!important;border-left:1px solid hsl(var(--border))!important;border-radius:0!important;background:transparent!important;padding:2px 14px!important}.customer-detail-context div:first-child,.customer-detail-metrics div:first-child{border-left:0!important;padding-left:0!important}.customer-project-list{padding:16px 0 0!important}.customer-estimate-open-link,.customer-estimate-table-wrap,.customer-project-group{border-radius:6px!important;box-shadow:none!important}.customer-outcome,.customer-project-list__header>span{border-radius:999px!important}.admin-category-drag-ready .admin-category-row{position:relative;border-radius:0!important;background:hsl(var(--background))!important;box-shadow:none!important;cursor:grab;transition:background-color .12s ease,outline-color .12s ease,opacity .12s ease}.admin-category-drag-ready .admin-category-row+.admin-category-row{margin-top:-1px}.admin-category-drag-ready .admin-category-row:active{cursor:grabbing}.admin-category-drag-ready .admin-category-row.is-dragging{opacity:.55}.admin-category-drag-ready .admin-category-row.is-drop-target{outline:2px solid hsl(var(--ring));outline-offset:-2px;background:hsl(var(--accent)/.45)!important}.admin-category-drag-handle{display:inline-flex;position:relative;width:28px;min-height:28px;align-items:center;justify-content:center;color:hsl(var(--muted-foreground))}.admin-category-drag-handle:before{content:"";width:12px;height:18px;opacity:.65;background-image:radial-gradient(currentColor 1.2px,transparent 0);background-position:0 0;background-size:6px 6px}.admin-category-drag-ready .admin-category-row:hover .admin-category-drag-handle:before{opacity:1}.admin-category-drag-ready .admin-category-row label{margin-right:4px}body:not(.costsheet-form-page) .rounded-xl{border-radius:8px}body:not(.costsheet-form-page) .shadow-2xl,body:not(.costsheet-form-page) .shadow-lg,body:not(.costsheet-form-page) .shadow-xl{box-shadow:0 8px 24px rgba(15,23,42,.06)!important}@media (max-width:980px){.customer-center-toolbar,.customer-center__header,.customer-detail-context,.customer-detail-metrics{grid-template-columns:1fr!important}.customer-center__summary div,.customer-detail-context div,.customer-detail-metrics div{border-left:0!important;border-top:1px solid hsl(var(--border))!important;padding:10px 0!important}.customer-center__summary div:first-child,.customer-detail-context div:first-child,.customer-detail-metrics div:first-child{border-top:0!important}}@media (max-width:720px){.dashboard-view-customer .fixed.inset-x-4.bottom-4.top-20{top:76px!important;padding:16px!important}.customer-center__summary{grid-template-columns:1fr}}.dashboard-view-customer .fixed.inset-x-4.bottom-4.top-20{padding:18px 28px 36px!important}.dashboard-customer-view-toggle-dock{margin-bottom:12px!important}.customer-center{gap:14px!important}.customer-center__header{grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:22px!important;padding-bottom:14px!important}.customer-center__header h2{margin-top:4px!important;font-size:20px!important;line-height:1.2!important}.customer-center.is-detail-view>.customer-center__header{display:none!important}.customer-center__summary{grid-template-columns:repeat(3,minmax(86px,auto))!important}.customer-center__summary div{min-width:0!important;padding:0 0 0 18px!important}.customer-center-card__footer span:first-child,.customer-center-card__metrics dt,.customer-center-card__value span,.customer-center__summary span,.customer-detail-context span,.customer-detail-metrics span{letter-spacing:0!important}.customer-center-toolbar{grid-template-columns:minmax(0,1fr) minmax(220px,300px)!important;gap:12px!important;padding-bottom:12px!important}.customer-center-search,.customer-center-sort-trigger{min-height:40px!important}.customer-center-list-state{display:none!important}.customer-card-grid{grid-template-columns:repeat(auto-fill,minmax(310px,1fr))!important;gap:10px!important;align-items:start!important}.customer-center-card.customer-center-card--simple{min-height:0!important;border-radius:4px!important}.customer-center-card.customer-center-card--simple:focus-within,.customer-center-card.customer-center-card--simple:hover{border-color:hsl(var(--foreground)/.32)!important;background:hsl(var(--accent)/.32)!important;box-shadow:none!important}.customer-center-card__body-button{min-height:138px!important;height:auto!important;grid-template-columns:minmax(0,1fr) auto!important;grid-template-areas:"name value" "metrics footer"!important;align-items:end!important;gap:12px 16px!important;padding:14px 48px 14px 14px!important}.customer-center-card--simple h3{font-size:17px!important;line-height:1.2!important}.customer-card-pin{top:10px!important;right:10px!important;width:28px!important;height:28px!important;border-radius:4px!important}.customer-center-card--simple .customer-center-card__metrics{display:flex!important;flex-wrap:wrap!important;align-items:center!important;gap:10px!important;margin:0!important}.customer-center-card--simple .customer-center-card__metrics div{display:inline-flex!important;align-items:baseline!important;gap:5px!important;padding:0!important}.customer-center-card__metrics dt{font-weight:700!important}.customer-center-card__metrics dd{font-size:15px!important;font-weight:760!important}.customer-center-card__value{min-width:124px!important;flex-direction:column!important;align-items:flex-end!important;justify-content:end!important;text-align:right!important}.customer-center-card__value strong{font-size:16px!important}.customer-center-card__footer{justify-content:flex-end!important;border-top:0!important;padding:0!important;font-size:11px!important;white-space:nowrap!important}.customer-center-card__footer span:first-child{font-size:10px!important;font-weight:700!important;text-transform:uppercase!important}.customer-detail-panel{display:grid!important;gap:0!important}.customer-detail-panel__header{padding:0 0 14px!important}.customer-detail-panel__title-row{grid-template-columns:40px minmax(0,1fr)!important;align-items:center!important;gap:12px!important}.customer-detail-panel__back{width:40px!important;min-height:40px!important;padding:0!important;font-size:0!important}.customer-detail-panel__back svg{width:18px!important;height:18px!important}.customer-detail-panel__eyebrow,.customer-detail-panel__header p:not(.customer-detail-panel__eyebrow){display:none!important}.customer-detail-panel__header h3{margin:0!important;font-size:22px!important;line-height:1.15!important}.customer-detail-context,.customer-detail-metrics{gap:0!important;padding:12px 0!important}.customer-detail-context{padding-top:0!important}.customer-detail-context div,.customer-detail-metrics div{min-width:0!important;padding:2px 16px!important}.customer-detail-context strong,.customer-detail-metrics strong{margin-top:4px!important;font-size:15px!important;line-height:1.2!important}.customer-project-list{gap:0!important;padding-top:14px!important}.customer-project-list__header{padding:0 0 10px!important}.customer-project-list__header .customer-project-group__eyebrow,.customer-project-list__header>span{display:none!important}.customer-project-list__header h4{margin:0!important;font-size:16px!important;line-height:1.25!important}.customer-project-group{border-right:0!important;border-left:0!important;border-radius:0!important;background:transparent!important}.customer-project-group+.customer-project-group{margin-top:-1px!important}.customer-project-group__header{min-height:54px!important;padding:12px 0!important;background:transparent!important}.customer-project-group__header:hover{background:hsl(var(--accent)/.35)!important}.customer-project-group__body{padding:0 0 12px!important}.customer-estimate-table-wrap{border-radius:0!important}.customer-estimate-table td,.customer-estimate-table th{padding-top:10px!important;padding-bottom:10px!important}.customer-center-empty{min-height:180px!important;border-radius:4px!important;box-shadow:none!important}@media (max-width:980px){.customer-center-toolbar,.customer-center__header,.customer-detail-context,.customer-detail-metrics{grid-template-columns:1fr!important}.customer-center__summary{width:100%!important}.customer-center__summary div{border-left:0!important;border-top:1px solid hsl(var(--border))!important;padding:10px 0!important}.customer-center__summary div:first-child{border-top:0!important}}@media (max-width:720px){.dashboard-view-customer .fixed.inset-x-4.bottom-4.top-20{padding:14px!important}.customer-card-grid,.customer-center-card__body-button{grid-template-columns:1fr!important}.customer-center-card__body-button{grid-template-areas:"name" "metrics" "value" "footer"!important;align-items:start!important;padding-right:46px!important}.customer-center-card__value{min-width:0!important;align-items:flex-start!important;text-align:left!important}.customer-center-card__footer{justify-content:flex-start!important}.customer-detail-panel__title-row{grid-template-columns:40px minmax(0,1fr)!important}}.dashboard-customer-view-toggle-dock--monthly{position:fixed;top:96px;right:32px;z-index:45;margin:0!important}.customer-center__summary--core{grid-template-columns:repeat(2,minmax(110px,auto))!important}.customer-center__summary--core div{min-width:0!important}.customer-center-toolbar{grid-template-columns:minmax(320px,1fr) minmax(300px,420px)!important;align-items:center!important}.customer-center-search{overflow:hidden!important;background:hsl(var(--card))!important;box-shadow:none!important}.customer-center-search:focus-within{border-color:hsl(var(--ring)/.38)!important;box-shadow:0 0 0 3px hsl(var(--ring)/.08)!important}.customer-center-search input,.customer-center-search input:focus,.customer-center-search input:focus-visible{border:0!important;outline:0!important;box-shadow:none!important;background:transparent!important}.customer-sort-control{display:grid;grid-template-columns:92px minmax(0,1fr);gap:8px;min-width:0}.customer-sort-direction-button,.customer-status-filter{display:inline-flex;align-items:center;justify-content:center;border:1px solid hsl(var(--border))!important;border-radius:6px!important;background:hsl(var(--card))!important;color:hsl(var(--foreground));box-shadow:none!important}.customer-sort-direction-button{min-height:40px;gap:7px;padding:0 10px;font-size:12px;font-weight:780}.customer-center-sort-trigger:hover,.customer-center-sort-trigger[aria-expanded=true],.customer-sort-direction-button:focus-visible,.customer-sort-direction-button:hover{border-color:hsl(var(--ring)/.34)!important;background:hsl(var(--accent)/.55)!important}.customer-center-sort-menu{min-width:0!important}.customer-center-sort-trigger{padding-left:12px!important}.customer-intelligence-strip{display:flex;flex-wrap:wrap;gap:8px;align-items:center;border-bottom:1px solid hsl(var(--border));padding:0 0 14px}.customer-status-filter{min-height:34px;gap:9px;padding:0 12px;color:hsl(var(--muted-foreground));font-size:12px;font-weight:780}.customer-status-filter strong{color:hsl(var(--foreground));font-size:13px;line-height:1}.customer-status-filter.is-active,.customer-status-filter:focus-visible,.customer-status-filter:hover{color:hsl(var(--foreground));border-color:hsl(var(--ring)/.28)!important;background:hsl(var(--accent)/.52)!important}.customer-status-filter.is-active[data-status=won]{border-color:hsl(var(--success)/.38)!important;background:hsl(var(--success)/.12)!important;color:hsl(var(--success))}.customer-status-filter.is-active[data-status=lost]{border-color:hsl(var(--destructive)/.38)!important;background:hsl(var(--destructive)/.11)!important;color:hsl(var(--destructive))}.customer-status-filter.is-active[data-status=open]{border-color:hsl(var(--warning)/.42)!important;background:hsl(var(--warning)/.12)!important;color:hsl(var(--warning))}.customer-card-grid{grid-template-columns:repeat(auto-fill,minmax(286px,1fr))!important;gap:12px!important;align-items:stretch!important}.customer-center-card.customer-center-card--simple{position:relative;min-height:248px!important;overflow:hidden;border-radius:6px!important;background:hsl(var(--card))!important}.customer-center-card.customer-center-card--simple:before{content:"";position:absolute;inset:0 0 auto;z-index:1;height:4px;background:hsl(var(--warning))}.customer-accent-0:before{background:hsl(var(--warning))!important}.customer-accent-1:before{background:hsl(var(--success))!important}.customer-accent-2:before{background:hsl(var(--info))!important}.customer-accent-3:before{background:#e85d2a!important}.customer-accent-4:before{background:#64748b!important}.customer-center-card.customer-center-card--simple:focus-within,.customer-center-card.customer-center-card--simple:hover{transform:none!important;border-color:hsl(var(--foreground)/.3)!important;background:hsl(var(--accent)/.24)!important;box-shadow:0 8px 20px rgba(15,23,42,.06)!important}.customer-card-pin{top:12px!important;right:12px!important;width:30px!important;height:30px!important;border-radius:6px!important;background:hsl(var(--card))!important}.customer-center-card__body-button{display:grid!important;min-height:248px!important;height:100%!important;grid-template-columns:1fr!important;grid-template-areas:"topline" "name" "metrics" "value" "outcomes" "footer"!important;align-content:start!important;gap:12px!important;padding:22px 48px 16px 16px!important}.customer-center-card__topline{display:flex!important;grid-area:topline!important;min-height:26px!important;align-items:center!important;justify-content:flex-start!important;gap:8px!important;padding-right:4px}.customer-center-card__topline>span:last-child{min-width:0;overflow:hidden;color:hsl(var(--muted-foreground));font-size:11px;font-weight:720;text-overflow:ellipsis;white-space:nowrap}.customer-card-outcome,.customer-lifecycle-pill,.customer-outcome{display:inline-flex;min-height:24px;align-items:center;border:1px solid hsl(var(--border));border-radius:999px;padding:0 8px;font-size:11px;font-weight:800;line-height:1;white-space:nowrap}.customer-card-outcome--won,.customer-lifecycle-pill--won{border-color:hsl(var(--success)/.32);background:hsl(var(--success)/.11);color:hsl(var(--success))}.customer-card-outcome--open,.customer-lifecycle-pill--open{border-color:hsl(var(--warning)/.36);background:hsl(var(--warning)/.11);color:hsl(var(--warning))}.customer-card-outcome--lost,.customer-lifecycle-pill--lost{border-color:hsl(var(--destructive)/.32);background:hsl(var(--destructive)/.1);color:hsl(var(--destructive))}.customer-center-card--simple h3{grid-area:name!important;min-height:0!important;overflow:visible!important;display:block!important;padding-right:0!important;color:hsl(var(--foreground));font-size:19px!important;font-weight:800!important;line-height:1.18!important;overflow-wrap:anywhere}.customer-center-card--simple .customer-center-card__metrics{grid-area:metrics!important;display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:0!important;margin:2px 0 0!important;border-top:1px solid hsl(var(--border))!important;border-bottom:1px solid hsl(var(--border))!important;padding:10px 0!important}.customer-center-card--simple .customer-center-card__metrics div{display:grid!important;grid-template-columns:1fr!important;gap:4px!important;min-width:0!important;border:0!important;padding:0 10px!important}.customer-center-card--simple .customer-center-card__metrics div:first-child{padding-left:0!important}.customer-center-card--simple .customer-center-card__metrics div+div{border-left:1px solid hsl(var(--border))!important}.customer-center-card--simple .customer-center-card__metrics div:nth-child(3){display:grid!important}.customer-center-card__metrics dt{overflow:visible!important;color:hsl(var(--muted-foreground));font-size:10px!important;font-weight:780!important;line-height:1!important;text-transform:uppercase;white-space:nowrap}.customer-center-card__metrics dd{margin:0!important;color:hsl(var(--foreground));font-size:17px!important;font-weight:820!important;line-height:1.05!important}.customer-center-card__value{grid-area:value!important;display:flex!important;min-width:0!important;align-items:baseline!important;justify-content:space-between!important;gap:12px!important;border-top:0!important;margin:0!important;padding:0!important;text-align:left!important}.customer-center-card__value span{color:hsl(var(--muted-foreground));font-size:12px!important;font-weight:760}.customer-center-card__footer span:first-child:after,.customer-center-card__value span:after{content:none!important}.customer-center-card__value strong{max-width:none!important;overflow:visible!important;color:hsl(var(--foreground));font-size:18px!important;font-weight:830!important;line-height:1.1!important;text-overflow:clip!important;white-space:nowrap}.customer-card-outcomes{grid-area:outcomes;display:flex;flex-wrap:wrap;gap:6px;align-items:center}.customer-center-card__footer{grid-area:footer!important;display:flex!important;justify-content:space-between!important;gap:10px!important;border-top:1px solid hsl(var(--border))!important;margin:0!important;padding-top:10px!important;color:hsl(var(--muted-foreground))!important;font-size:12px!important;white-space:normal!important}.customer-center-card__footer span:first-child{color:hsl(var(--muted-foreground))!important;font-size:11px!important;font-weight:760!important;text-transform:none!important}.customer-center-card__open{display:none!important}.customer-detail-breadcrumb{display:flex;min-width:0;align-items:center;gap:7px;margin-bottom:5px;color:hsl(var(--muted-foreground));font-size:12px;font-weight:720}.customer-detail-breadcrumb button{border:0!important;background:transparent!important;color:inherit;padding:0!important;font:inherit;text-decoration:underline;text-underline-offset:3px}.customer-detail-breadcrumb span:last-child{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.customer-estimate-table td:last-child,.customer-estimate-table th:last-child{display:none!important}.customer-estimate-table{min-width:680px!important}@media (max-width:980px){.dashboard-customer-view-toggle-dock--monthly{top:94px;right:16px;left:16px}.dashboard-customer-view-toggle-dock--monthly .dashboard-customer-switch{width:100%}.customer-center-toolbar,.customer-sort-control{grid-template-columns:1fr!important}.customer-sort-direction-button{justify-content:center}}@media (max-width:720px){.customer-card-grid{grid-template-columns:1fr!important}.customer-center-card.customer-center-card--simple,.customer-center-card__body-button{min-height:0!important}.customer-center-card__body-button{padding-right:46px!important}.customer-center-card__value{display:grid!important;gap:3px!important}.customer-center-card__value strong{white-space:normal}.customer-center-card__footer{display:grid!important;justify-content:stretch!important}}.customer-center-card--simple .customer-center-card__topline,.customer-center-card.customer-center-card--simple .customer-center-card__topline{display:flex!important}