.controls-module__JpILRG__pillButton,.controls-module__JpILRG__iconButton,.controls-module__JpILRG__switch,.controls-module__JpILRG__radio{cursor:pointer;-webkit-tap-highlight-color:transparent;border:0}.controls-module__JpILRG__pillButton{height:var(--button-height,44px);border-radius:calc(var(--button-height,44px) / 2);justify-content:center;align-items:center;gap:6px;padding:0 20px;font-size:14px;font-weight:700;transition:transform .2s cubic-bezier(.65,0,.35,1),background-color .18s;display:inline-flex;position:relative}.controls-module__JpILRG__pillButton:hover{transform:translateY(-2px)scale(1.01)}.controls-module__JpILRG__pillButton:active{transform:translateY(0)scale(.99)}.controls-module__JpILRG__pillButton[data-variant=primary]{background:var(--aqua);color:#000}.controls-module__JpILRG__pillButton[data-variant=primary]:hover{background:color-mix(in srgb, var(--aqua), #000 20%)}.controls-module__JpILRG__pillButton[data-variant=dark]{background:var(--white-6);color:var(--white);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);font-size:18px;font-weight:500}.controls-module__JpILRG__pillButton:disabled{cursor:default;opacity:.5;transform:none}.controls-module__JpILRG__multiAction{z-index:2;position:relative}.controls-module__JpILRG__multiActionPrimary{background:var(--aqua);border-radius:22px;display:flex;overflow:hidden}.controls-module__JpILRG__multiActionSend,.controls-module__JpILRG__multiActionToggle{border-radius:0}.controls-module__JpILRG__multiActionSend{flex:1;padding-left:16px;padding-right:10px}.controls-module__JpILRG__multiActionSend:hover{background:color-mix(in srgb, var(--aqua), #000 20%);transform:none}.controls-module__JpILRG__multiActionToggle{color:#000;cursor:pointer;background:0 0;border:0;border-left:1px solid #0000001f;place-items:center;width:36px;display:grid}.controls-module__JpILRG__multiActionToggle:hover{background:#00000014}.controls-module__JpILRG__multiActionMenu{border:1px solid var(--white-10);background:var(--white-6);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:16px;gap:2px;width:170px;padding:6px;display:grid;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 16px 40px #00000047}.controls-module__JpILRG__multiActionItem{height:36px;color:var(--white-80);cursor:pointer;text-align:left;background:0 0;border:0;border-radius:11px;align-items:center;gap:8px;padding:0 10px;font-size:13px;display:flex}.controls-module__JpILRG__multiActionItem:hover{background:var(--white-10);color:var(--white)}.controls-module__JpILRG__multiActionItem[data-destructive=true]{color:var(--coral)}.controls-module__JpILRG__iconButton{width:var(--control-size,36px);height:var(--control-size,36px);flex:0 0 var(--control-size,36px);background:var(--white-6);color:var(--white-50);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:50%;place-items:center;transition:color .18s,background-color .18s,transform .18s ease-out;display:grid;position:relative}.controls-module__JpILRG__iconButton:hover{color:var(--white);background:var(--white-10);transform:scale(1.04)}.controls-module__JpILRG__iconButton:active{transform:scale(.97)}.controls-module__JpILRG__searchPill{background:var(--white-6);border-radius:22px;align-items:center;gap:8px;width:100%;min-width:0;height:44px;padding:0 14px;display:flex}.controls-module__JpILRG__searchPill>svg{color:var(--white-50);flex:none}.controls-module__JpILRG__searchPill input{width:100%;min-width:0;color:var(--white);background:0 0;border:0;outline:0;font-size:14px}.controls-module__JpILRG__searchPill input::placeholder{color:var(--white-50)}.controls-module__JpILRG__clearButton{color:var(--white-50);cursor:pointer;background:0 0;border:0;padding:3px;display:grid}.controls-module__JpILRG__clearButton:hover{color:var(--white)}.controls-module__JpILRG__switch{background:var(--white-6);border-radius:20px;width:48px;height:28px;padding:4px;position:relative}.controls-module__JpILRG__switchThumb{background:var(--coral);border-radius:50%;width:20px;height:20px;display:block}.controls-module__JpILRG__switch[aria-checked=true] .controls-module__JpILRG__switchThumb{background:var(--aqua)}.controls-module__JpILRG__radio{border:1.5px solid var(--white-50);background:0 0;border-radius:50%;place-items:center;width:20px;height:20px;padding:0;transition:border-color .2s ease-out;display:grid}.controls-module__JpILRG__radio[aria-checked=true]{border-color:var(--aqua)}.controls-module__JpILRG__radioDot{background:var(--aqua);border-radius:50%;width:10px;height:10px}.controls-module__JpILRG__divider{background:linear-gradient(90deg, transparent, var(--white-10) 8%, var(--white-10) 92%, transparent);width:100%;height:1px}.controls-module__JpILRG__dialogInput{background:var(--white-5);border-radius:24px;align-items:center;gap:12px;height:48px;padding:0 20px;display:flex}.controls-module__JpILRG__dialogInput[data-has-icon=true]{padding-left:14px}.controls-module__JpILRG__dialogInput svg{color:var(--white-50);flex:none}.controls-module__JpILRG__dialogInput input{width:100%;min-width:0;color:var(--white);background:0 0;border:0;outline:0;font-size:15px}.controls-module__JpILRG__dialogInput input::placeholder{color:var(--white-50)}.controls-module__JpILRG__dropdown,.controls-module__JpILRG__menuPopover{background:var(--white-6);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.controls-module__JpILRG__dropdown{border-radius:22px;width:100%;position:relative}.controls-module__JpILRG__dropdownTrigger{align-items:center;gap:8px;height:44px;padding:0 16px;display:flex}.controls-module__JpILRG__dropdownTrigger svg{color:var(--white-50);flex:none}.controls-module__JpILRG__dropdownTrigger input{width:100%;min-width:0;color:var(--white);background:0 0;border:0;outline:0;font-size:14px}.controls-module__JpILRG__dropdownTrigger input::placeholder{color:var(--white-20)}.controls-module__JpILRG__dropdownArrow{width:24px;height:44px;color:var(--white-50);cursor:pointer;background:0 0;border:0;place-items:center;display:grid}.controls-module__JpILRG__dropdownList{border-radius:0 0 22px 22px;overflow:hidden}.controls-module__JpILRG__dropdownItems,.controls-module__JpILRG__menuItems{padding:4px 6px 6px;position:relative}.controls-module__JpILRG__option,.controls-module__JpILRG__menuItem,.controls-module__JpILRG__bottomAction{z-index:1;width:100%;height:36px;color:var(--white-50);text-align:left;cursor:pointer;background:0 0;border:0;border-radius:14px;align-items:center;gap:10px;padding:0 12px;font-size:14px;transition:color .15s;display:flex;position:relative}.controls-module__JpILRG__menuItem{height:40px}.controls-module__JpILRG__option:hover,.controls-module__JpILRG__option[aria-selected=true],.controls-module__JpILRG__menuItem:hover,.controls-module__JpILRG__menuItem[aria-current=true],.controls-module__JpILRG__bottomAction:hover{color:var(--white)}.controls-module__JpILRG__menuItem[data-destructive=true]{color:var(--coral)}.controls-module__JpILRG__menuItem[data-destructive=true]:hover{color:var(--white)}.controls-module__JpILRG__hoverIndicator{pointer-events:none;background:#ffffff14;border-radius:14px;height:36px;position:absolute;left:6px;right:6px}.controls-module__JpILRG__menuItems .controls-module__JpILRG__hoverIndicator{height:40px}.controls-module__JpILRG__emptyText{color:var(--white-50);margin:0;padding:12px 16px;font-size:14px}.controls-module__JpILRG__bottomAction{height:40px;color:var(--aqua)}.controls-module__JpILRG__menuRoot{display:inline-block;position:relative}.controls-module__JpILRG__menuPopover{z-index:20;width:var(--menu-width,190px);transform-origin:top;border-radius:20px;position:absolute;top:calc(100% + 8px);right:0;overflow:hidden}@media (prefers-reduced-motion:reduce){.controls-module__JpILRG__pillButton,.controls-module__JpILRG__iconButton,.controls-module__JpILRG__radio{transition-duration:.01ms}}
.drawer-form-module__5Fgzyq__drawerModal{width:100%;height:var(--drawer-height,350px);background:var(--white-6);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:22px 22px 0 0;padding:12px 32px 36px}.drawer-form-module__5Fgzyq__drawerHeader{height:28px;position:relative}.drawer-form-module__5Fgzyq__grabber{background:var(--white-20);border-radius:2px;width:100px;height:4px;position:absolute;top:0;left:50%;transform:translate(-50%)}.drawer-form-module__5Fgzyq__saveButton{color:var(--aqua);cursor:pointer;background:0 0;border:0;padding:2px 4px;font-size:16px;font-weight:500;position:absolute;top:10px;right:-4px}.drawer-form-module__5Fgzyq__content{gap:var(--drawer-gap,18px);margin-top:20px;display:grid}.drawer-form-module__5Fgzyq__field{align-items:center;gap:14px;min-height:44px;display:flex}.drawer-form-module__5Fgzyq__fieldIcon{color:var(--white-50);flex:none}.drawer-form-module__5Fgzyq__field[data-primary=true] .drawer-form-module__5Fgzyq__fieldIcon{color:var(--white)}.drawer-form-module__5Fgzyq__field input{width:100%;min-width:0;color:var(--white-50);background:0 0;border:0;outline:0;font-size:18px;font-weight:400}.drawer-form-module__5Fgzyq__field[data-primary=true] input{color:var(--white);font-size:24px}.drawer-form-module__5Fgzyq__field input::placeholder{color:var(--white-20)}.drawer-form-module__5Fgzyq__field[data-primary=true] input::placeholder{color:var(--white-50)}
.quote-status-chip-module__37fUZa__chip{width:120px;height:44px;color:var(--white-50);background:var(--white-6);white-space:nowrap;border-radius:22px;justify-content:center;align-items:center;gap:6px;font-size:14px;font-weight:400;display:flex;overflow:hidden}.quote-status-chip-module__37fUZa__chip[data-compact=true]{gap:0;width:44px}.quote-status-chip-module__37fUZa__chip[data-status=draft]{color:var(--orange);background:#f064411f}.quote-status-chip-module__37fUZa__chip[data-status=accepted]{color:var(--yellow);background:#ffb20d1f}.quote-status-chip-module__37fUZa__chip[data-status=replied]{color:var(--sky);background:#58d3ff1f}.quote-status-chip-module__37fUZa__chip[data-status=paid]{color:var(--aqua);background:#65cf9a1f}
.catalog-module__1sgKlG__categorySubheader{color:var(--white-50);letter-spacing:1.2px;text-transform:uppercase;padding:24px 32px 8px;font-size:11px;font-weight:600}.catalog-module__1sgKlG__catalogItem,.catalog-module__1sgKlG__clientCard{border:0;border-bottom:1px solid var(--white-10);min-height:76px;color:var(--white);text-align:left;cursor:pointer;background:0 0;align-items:center;gap:16px;padding:0 24px;transition:background .15s ease-in-out;display:flex}.catalog-module__1sgKlG__catalogItem:hover,.catalog-module__1sgKlG__clientCard:hover{background:var(--white-5)}.catalog-module__1sgKlG__itemIcon,.catalog-module__1sgKlG__clientIcon{background:var(--white-6);width:42px;height:42px;color:var(--white-80);border-radius:21px;flex:0 0 42px;place-items:center;display:grid}.catalog-module__1sgKlG__copy{flex:1;min-width:0}.catalog-module__1sgKlG__copy strong,.catalog-module__1sgKlG__copy span{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.catalog-module__1sgKlG__copy strong{font-size:15px;font-weight:400}.catalog-module__1sgKlG__copy span{color:var(--white-50);margin-top:4px;font-size:13px}.catalog-module__1sgKlG__price,.catalog-module__1sgKlG__recent{color:var(--white-50);white-space:nowrap;font-size:13px;font-weight:400}.catalog-module__1sgKlG__price{color:var(--white-80);font-variant-numeric:tabular-nums}
.quote-builder-module__67kOIG__backdrop{z-index:10;background:0 0;position:fixed;inset:0;overflow:auto}.quote-builder-module__67kOIG__workspace{background:0 0;grid-template-columns:minmax(0,1.1fr) minmax(420px,.9fr);width:100%;min-height:100%;display:grid}.quote-builder-module__67kOIG__previewColumn{place-items:center;min-height:100vh;padding:28px 40px;display:grid;overflow:auto}.quote-builder-module__67kOIG__previewFrame{width:min(100%,595px);box-shadow:none;background:0 0;border:0;border-radius:0;place-items:center;padding:0;display:grid}.quote-builder-module__67kOIG__document{border:1px solid var(--white-10);background:var(--white-6);width:595px;min-height:842px;color:var(--white);-webkit-backdrop-filter:blur(20px);font-family:var(--font-area), sans-serif;border-radius:22px;flex-direction:column;padding:36px;display:flex}.quote-builder-module__67kOIG__documentHeader,.quote-builder-module__67kOIG__documentDetails,.quote-builder-module__67kOIG__documentLine,.quote-builder-module__67kOIG__documentLineHeader,.quote-builder-module__67kOIG__documentTotals{grid-template-columns:minmax(0,1fr) auto;gap:12px;display:grid}.quote-builder-module__67kOIG__documentHeader{border-bottom:1px solid var(--white-10);padding-bottom:16px}.quote-builder-module__67kOIG__documentHeader>div:first-child,.quote-builder-module__67kOIG__documentDetails>div:first-child{min-width:0}.quote-builder-module__67kOIG__document span{color:var(--white-50);font-family:var(--font-area), sans-serif;letter-spacing:.08em;font-size:10px;font-weight:700;display:block}.quote-builder-module__67kOIG__document strong,.quote-builder-module__67kOIG__document small{margin-top:5px;display:block}.quote-builder-module__67kOIG__quoteLabel,.quote-builder-module__67kOIG__documentDetails>div:last-child{text-align:right}.quote-builder-module__67kOIG__quoteLabel strong{color:var(--white);letter-spacing:.08em;font-size:24px}.quote-builder-module__67kOIG__documentDetails{grid-template-columns:minmax(0,1fr) auto;margin:16px 0 24px}.quote-builder-module__67kOIG__documentDetails>div:last-child{min-width:128px}.quote-builder-module__67kOIG__documentSpacer{height:20px}.quote-builder-module__67kOIG__documentLines{border-top:1px solid var(--white-10)}.quote-builder-module__67kOIG__documentLineHeader,.quote-builder-module__67kOIG__documentLine{grid-template-columns:minmax(0,7fr) 2fr 2fr 2fr}.quote-builder-module__67kOIG__documentLineHeader{border-bottom:1px solid var(--white-10);padding:11px 0}.quote-builder-module__67kOIG__documentLine{border-bottom:1px solid var(--white-5);padding:13px 0}.quote-builder-module__67kOIG__documentLine span:nth-child(n+2),.quote-builder-module__67kOIG__documentLineHeader span:nth-child(n+2),.quote-builder-module__67kOIG__documentTotals strong,.quote-builder-module__67kOIG__documentTotals b:nth-child(2n){text-align:right}.quote-builder-module__67kOIG__documentTotals{grid-template-columns:1fr auto;width:230px;margin:24px 0 0 auto}.quote-builder-module__67kOIG__documentTotals b{border-top:1px solid var(--white-20);margin-top:8px;padding-top:10px}.quote-builder-module__67kOIG__document footer{color:var(--white-50);text-align:center;margin-top:auto;padding-top:36px;font-size:11px;line-height:1.4}.quote-builder-module__67kOIG__skeletonRows{display:grid}.quote-builder-module__67kOIG__skeletonBar,.quote-builder-module__67kOIG__skeletonBarSmall,.quote-builder-module__67kOIG__skeletonMeta{background:linear-gradient(100deg,#ffffff1a 20%,#ffffff47 38%,#ffffff1a 56%) 0 0/220% 100%;border-radius:20px;height:14px;animation:1.5s linear infinite quote-builder-module__67kOIG__documentSkeleton;display:block}.quote-builder-module__67kOIG__skeletonBar{width:min(180px,70%)}.quote-builder-module__67kOIG__skeletonBarSmall{width:92px;height:10px}.quote-builder-module__67kOIG__skeletonMeta{width:76px;height:12px}@keyframes quote-builder-module__67kOIG__documentSkeleton{to{background-position:-220% 0}}.quote-builder-module__67kOIG__editorColumn{border-left:1px solid var(--white-10);min-height:100vh;color:var(--white);background:0 0;flex-direction:column;padding:28px 32px;display:flex;overflow-y:auto}.quote-builder-module__67kOIG__editorHeader,.quote-builder-module__67kOIG__itemsHeader,.quote-builder-module__67kOIG__actions,.quote-builder-module__67kOIG__editorTotal{justify-content:space-between;align-items:center;display:flex}.quote-builder-module__67kOIG__editorHeader{border-bottom:1px solid var(--white-10);gap:16px;padding-bottom:26px}.quote-builder-module__67kOIG__titleInput{flex:1;min-width:0}.quote-builder-module__67kOIG__editorActions{align-items:center;gap:8px;display:flex}.quote-builder-module__67kOIG__formFields{padding:26px 0 12px}.quote-builder-module__67kOIG__clientDateSection{grid-template-columns:minmax(0,1fr) 140px;gap:24px;display:grid}.quote-builder-module__67kOIG__clientField,.quote-builder-module__67kOIG__dateField{gap:14px;min-width:0;display:grid}.quote-builder-module__67kOIG__clientField h2,.quote-builder-module__67kOIG__dateField h2,.quote-builder-module__67kOIG__itemsHeader h2{color:var(--white);margin:0;font-size:20px;font-weight:400}.quote-builder-module__67kOIG__dateField input{background:var(--white-6);width:100%;height:44px;color:var(--white);border:0;border-radius:22px;outline:0;padding:0 12px;font-size:14px}.quote-builder-module__67kOIG__itemsHeader{grid-template-columns:minmax(0,1fr) 140px auto;padding:8px 0 12px;display:grid}.quote-builder-module__67kOIG__itemsHeader>span{color:var(--white);font-size:20px}.quote-builder-module__67kOIG__items{min-height:0}.quote-builder-module__67kOIG__itemRow{grid-template-columns:minmax(0,1fr) 140px 40px;align-items:center;gap:8px;padding:7px 0;display:grid}.quote-builder-module__67kOIG__itemRow>:first-child{min-width:0}.quote-builder-module__67kOIG__quantityControl{background:var(--white-6);border-radius:22px;align-items:center;width:140px;height:44px;padding:0 6px 0 14px;display:flex}.quote-builder-module__67kOIG__quantityControl input{text-align:center;background:0 0;border:0;outline:0;width:100%;min-width:0;padding:0}.quote-builder-module__67kOIG__quantityControl>div{width:24px;height:36px;display:grid}.quote-builder-module__67kOIG__quantityControl button{color:var(--white-50);cursor:pointer;background:0 0;border:0;place-items:center;padding:0;display:grid}.quote-builder-module__67kOIG__quantityControl button:hover{color:var(--white)}.quote-builder-module__67kOIG__addItemButton{color:var(--aqua);cursor:pointer;font:inherit;background:0 0;border:0;align-items:center;gap:4px;margin-top:10px;padding:4px 0;font-size:14px;display:flex}.quote-builder-module__67kOIG__taxToggle{color:var(--white);align-items:center;gap:32px;padding:28px 0 16px;display:flex}.quote-builder-module__67kOIG__taxLabel{color:var(--white)}.quote-builder-module__67kOIG__editorColumn .quote-builder-module__67kOIG__dropdown{border:1px solid var(--white-5);background:var(--white-6)}.quote-builder-module__67kOIG__editorTotal{border-top:1px solid var(--white-10);padding:16px 0}.quote-builder-module__67kOIG__editorTotal span{color:var(--white-50)}.quote-builder-module__67kOIG__editorTotal strong{font-size:25px}.quote-builder-module__67kOIG__actions{margin-top:auto;padding-top:22px}@media (prefers-reduced-motion:reduce){.quote-builder-module__67kOIG__skeletonBar,.quote-builder-module__67kOIG__skeletonBarSmall,.quote-builder-module__67kOIG__skeletonMeta{animation:none}}@media (max-width:900px){.quote-builder-module__67kOIG__workspace{grid-template-columns:1fr}.quote-builder-module__67kOIG__previewColumn{display:none}.quote-builder-module__67kOIG__editorColumn{padding:24px}}
.contact-card-module__s-mBMG__contactCard{border:0;border-bottom:1px solid var(--white-10);min-height:76px;color:var(--white);text-align:left;cursor:pointer;background:0 0;align-items:center;gap:16px;padding:0 24px;transition:background .15s ease-in-out;display:flex}.contact-card-module__s-mBMG__contactCard:hover{background:var(--white-5)}.contact-card-module__s-mBMG__contactIcon{background:var(--white-6);width:42px;height:42px;color:var(--white-80);border-radius:21px;flex:0 0 42px;place-items:center;display:grid}.contact-card-module__s-mBMG__copy{flex:1;min-width:0}.contact-card-module__s-mBMG__copy strong,.contact-card-module__s-mBMG__copy span{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.contact-card-module__s-mBMG__copy strong{font-size:15px;font-weight:400}.contact-card-module__s-mBMG__copy span{color:var(--white-50);font-size:13px}.contact-card-module__s-mBMG__recent{color:var(--white-50);flex:none;font-size:13px}
.settings-module__iSEujG__panel{grid-template-columns:260px minmax(0,1fr);height:100%;display:grid}.settings-module__iSEujG__panel[data-expanded=false]{grid-template-columns:260px 0}.settings-module__iSEujG__navColumn{min-width:0;padding:32px}.settings-module__iSEujG__title{color:var(--white);margin:0 0 32px;font-size:32px;font-weight:400}.settings-module__iSEujG__navList{flex-direction:column;min-height:calc(100% - 72px);display:flex}.settings-module__iSEujG__navGroup{gap:24px;display:grid}.settings-module__iSEujG__navItem{color:var(--white-50);text-align:left;cursor:pointer;background:0 0;border:0;align-items:center;gap:16px;padding:6px 0;font-size:16px;font-weight:400;transition:color .15s ease-in-out;display:flex}.settings-module__iSEujG__navItem:hover,.settings-module__iSEujG__navItem[data-selected=true]{color:var(--white)}.settings-module__iSEujG__detailColumn{border-left:1px solid #0000;min-width:0;overflow:hidden}.settings-module__iSEujG__panel[data-expanded=true] .settings-module__iSEujG__detailColumn{border-left-color:var(--white-10)}.settings-module__iSEujG__header{border-bottom:1px solid var(--white-10)}.settings-module__iSEujG__headerInner{align-items:center;height:96px;padding:28px 32px 24px;display:flex;position:relative}.settings-module__iSEujG__headerTitle{color:var(--white-50);margin:0;font-size:28px;font-weight:400}.settings-module__iSEujG__headerCenter{width:406px;position:absolute;left:50%;transform:translate(-50%)}.settings-module__iSEujG__headerSpacer{flex:1}.settings-module__iSEujG__closeButton{background:var(--white-6);width:44px;height:44px;color:var(--white);cursor:pointer;opacity:.8;border:0;border-radius:50%;place-items:center;transition:opacity .18s ease-out,background .18s ease-out,transform .18s ease-out;display:grid}.settings-module__iSEujG__closeButton:hover{opacity:1;background:var(--white-10);transform:scale(1.04)}.settings-module__iSEujG__detailBody{padding:8px 0}.settings-module__iSEujG__addRow{border:0;border-bottom:1px solid var(--white-10);width:100%;height:76px;color:var(--aqua);cursor:pointer;text-align:left;background:0 0;align-items:center;gap:16px;padding:0 32px;font-size:16px;display:flex}.settings-module__iSEujG__addRow:hover{background:var(--white-5)}.settings-module__iSEujG__row{border:0;border-bottom:1px solid var(--white-10);width:100%;height:76px;color:var(--white);text-align:left;cursor:pointer;background:0 0;align-items:center;gap:16px;padding:0 32px;transition:background .15s ease-in-out;display:flex}.settings-module__iSEujG__row:hover{background:#ffffff09}.settings-module__iSEujG__row[data-destructive=true]{color:var(--coral)}.settings-module__iSEujG__row[data-destructive=true]:hover{background:#ff557a14}.settings-module__iSEujG__rowIcon{color:var(--white-50)}.settings-module__iSEujG__row[data-destructive=true] .settings-module__iSEujG__rowIcon{color:var(--coral)}.settings-module__iSEujG__rowText{flex:1;min-width:0}.settings-module__iSEujG__rowText strong,.settings-module__iSEujG__rowText span{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.settings-module__iSEujG__rowText strong{font-size:16px;font-weight:400}.settings-module__iSEujG__rowText span{color:var(--white-50);margin-top:4px;font-size:13px}.settings-module__iSEujG__chevron{color:var(--white-20)}.settings-module__iSEujG__deleteButton{width:36px;height:36px;color:var(--coral);opacity:0;border-radius:50%;place-items:center;transition:opacity .15s,transform .15s;display:grid;transform:scale(.85)}.settings-module__iSEujG__row:hover .settings-module__iSEujG__deleteButton{opacity:1;transform:scale(1)}.settings-module__iSEujG__emptyDetail{height:calc(100vh - 136px);color:var(--white-50);place-items:center;font-size:14px;display:grid}@media (prefers-reduced-motion:reduce){.settings-module__iSEujG__navItem,.settings-module__iSEujG__closeButton,.settings-module__iSEujG__row,.settings-module__iSEujG__deleteButton{transition-duration:.01ms}}
.landing-home-module__D0B2Wq__card{flex-direction:column;align-items:flex-start;gap:20px;width:min(420px,100%);padding:40px;display:flex}.landing-home-module__D0B2Wq__title{margin:0;font-size:28px;font-weight:700}.landing-home-module__D0B2Wq__subtitle{color:var(--white-50);margin:0;font-size:15px}
.error-module__bSZLSW__wrap{text-align:center;place-items:center;gap:16px;min-height:100dvh;display:grid}.error-module__bSZLSW__title{margin:0;font-size:22px;font-weight:600}.error-module__bSZLSW__subtitle{color:var(--white-50);margin:0;font-size:14px}
.login-form-module__ZUisRG__card{flex-direction:column;gap:20px;width:min(380px,100%);padding:32px;display:flex}.login-form-module__ZUisRG__title{margin:0;font-size:22px;font-weight:600}.login-form-module__ZUisRG__subtitle{color:var(--white-50);margin:-12px 0 0;font-size:14px}.login-form-module__ZUisRG__form{flex-direction:column;gap:12px;display:flex}.login-form-module__ZUisRG__error{color:var(--coral);margin:0;font-size:13px}
.dashboard-v2-module__dhS6dq__viewport{background:#0d0d12;min-height:100vh;position:relative;overflow:hidden}.dashboard-v2-module__dhS6dq__glass{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.dashboard-v2-module__dhS6dq__dashboard{z-index:1;height:100vh;padding:20px 32px;position:relative}.dashboard-v2-module__dhS6dq__header{justify-content:space-between;align-items:center;height:52px;display:flex;position:relative}.dashboard-v2-module__dhS6dq__logo{opacity:.2;filter:brightness(0)invert();width:38px;height:38px}.dashboard-v2-module__dhS6dq__nav{background:var(--white-6);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:30px;height:44px;display:flex;position:absolute;left:50%;overflow:hidden;transform:translate(-50%)}.dashboard-v2-module__dhS6dq__navItem{isolation:isolate;width:132px;height:44px;color:var(--white-50);cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;gap:8px;font-size:14px;font-weight:400;transition:color .15s ease-in-out;display:flex;position:relative}.dashboard-v2-module__dhS6dq__navItem:hover,.dashboard-v2-module__dhS6dq__navItem[data-active=true]{color:var(--white)}.dashboard-v2-module__dhS6dq__navIndicator{z-index:-1;background:var(--white-6);border-radius:30px;position:absolute;inset:0}.dashboard-v2-module__dhS6dq__headerActions{align-items:center;gap:12px;display:flex}.dashboard-v2-module__dhS6dq__createButton{background:var(--aqua);color:#000;cursor:pointer;border:0;border-radius:30px;align-items:center;gap:6px;height:44px;padding:0 20px;font-size:14px;font-weight:700;transition:background .18s;display:flex}.dashboard-v2-module__dhS6dq__createButton:hover{background:color-mix(in srgb, var(--aqua), #000 20%)}.dashboard-v2-module__dhS6dq__profileButton{background:var(--white-6);width:50px;height:50px;color:var(--white);cursor:pointer;border:0;border-radius:50%;place-items:center;font-size:19px;font-weight:400;transition:background .2s ease-out;display:grid}.dashboard-v2-module__dhS6dq__profileButton:hover{background:var(--white-20)}.dashboard-v2-module__dhS6dq__content{height:calc(100vh - 120px);margin-top:28px;position:relative;overflow:hidden}.dashboard-v2-module__dhS6dq__pane{will-change:left, width, opacity;height:100%;transition:left .4s cubic-bezier(.4,0,.2,1),width .4s cubic-bezier(.4,0,.2,1),opacity .25s;position:absolute;top:0}.dashboard-v2-module__dhS6dq__analyticsPane{opacity:0;pointer-events:none;width:100%;left:calc(-100% - 40px)}.dashboard-v2-module__dhS6dq__homePane{opacity:1;width:calc(50% - 8px);left:0}.dashboard-v2-module__dhS6dq__activityPane{opacity:1;width:calc(50% - 8px);left:calc(50% + 8px)}.dashboard-v2-module__dhS6dq__content[data-view=analytics] .dashboard-v2-module__dhS6dq__analyticsPane{opacity:1;pointer-events:auto;left:0}.dashboard-v2-module__dhS6dq__content[data-view=analytics] .dashboard-v2-module__dhS6dq__homePane{opacity:0;pointer-events:none;left:100%}.dashboard-v2-module__dhS6dq__content[data-view=analytics] .dashboard-v2-module__dhS6dq__activityPane{opacity:0;pointer-events:none;left:calc(100% + 40px)}.dashboard-v2-module__dhS6dq__content[data-view=activity] .dashboard-v2-module__dhS6dq__homePane{opacity:0;pointer-events:none;left:calc(-50% - 40px)}.dashboard-v2-module__dhS6dq__content[data-view=activity] .dashboard-v2-module__dhS6dq__activityPane{width:100%;left:0}.dashboard-v2-module__dhS6dq__homePlaceholder{flex-direction:column;justify-content:space-between;align-items:flex-start;height:100%;padding:32px;display:flex}.dashboard-v2-module__dhS6dq__homeIntro>span,.dashboard-v2-module__dhS6dq__latestQuote>span{color:var(--white-50);font-size:13px}.dashboard-v2-module__dhS6dq__homeIntro h1{max-width:360px;margin:14px 0 0;font-size:38px;font-weight:400;line-height:1.04}.dashboard-v2-module__dhS6dq__homeIntro p{max-width:360px;color:var(--white-80);margin:16px 0 0;font-size:16px;line-height:1.4}.dashboard-v2-module__dhS6dq__homeMetrics{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;width:100%;display:grid}.dashboard-v2-module__dhS6dq__homeMetrics button,.dashboard-v2-module__dhS6dq__latestQuote,.dashboard-v2-module__dhS6dq__analyticsLink{background:var(--white-6);color:var(--white);cursor:pointer;border:0}.dashboard-v2-module__dhS6dq__homeMetrics button{text-align:left;flex-direction:column;justify-content:center;align-items:flex-start;min-height:92px;padding:16px;display:flex}.dashboard-v2-module__dhS6dq__homeMetrics strong{font-size:28px;font-weight:400}.dashboard-v2-module__dhS6dq__homeMetrics span,.dashboard-v2-module__dhS6dq__latestQuote small{color:var(--white-50);margin-top:5px;font-size:13px}.dashboard-v2-module__dhS6dq__latestQuote{text-align:left;flex-direction:column;align-items:flex-start;width:100%;min-height:112px;padding:18px;display:flex;position:relative}.dashboard-v2-module__dhS6dq__latestQuote strong{margin-top:10px;font-size:17px;font-weight:400}.dashboard-v2-module__dhS6dq__latestQuote>span:last-child{color:var(--white-80);position:absolute;top:18px;right:18px}.dashboard-v2-module__dhS6dq__analyticsLink{color:var(--aqua);background:0 0;align-items:center;gap:8px;padding:0;font-size:14px;display:flex}.dashboard-v2-module__dhS6dq__homeMetrics button:hover,.dashboard-v2-module__dhS6dq__latestQuote:hover{background:var(--white-10)}.dashboard-v2-module__dhS6dq__analyticsLink:hover{color:var(--white)}.dashboard-v2-module__dhS6dq__analytics{height:100%;overflow-y:auto}.dashboard-v2-module__dhS6dq__stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;height:130px;display:grid}.dashboard-v2-module__dhS6dq__statBlock{flex-direction:column;justify-content:space-between;min-width:0;padding:24px;display:flex}.dashboard-v2-module__dhS6dq__statBlock>span{color:var(--white-50);font-size:18px;font-weight:300}.dashboard-v2-module__dhS6dq__statBlock strong{white-space:nowrap;font-size:32px;font-weight:300}.dashboard-v2-module__dhS6dq__statBlock small{color:var(--white-80);font-size:18px;font-weight:300}.dashboard-v2-module__dhS6dq__analyticsLower{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;min-height:470px;margin-top:16px;display:grid}.dashboard-v2-module__dhS6dq__analyticsStack{grid-template-rows:1fr auto;gap:16px;display:grid}.dashboard-v2-module__dhS6dq__graphBlock{flex-direction:column;min-height:470px;padding:24px;display:flex}.dashboard-v2-module__dhS6dq__graphHeader{justify-content:space-between;align-items:center;gap:20px;display:flex}.dashboard-v2-module__dhS6dq__graphHeader>strong{font-size:34px;font-weight:400}.dashboard-v2-module__dhS6dq__graphHeader>strong span{color:var(--white-50);font-size:18px}.dashboard-v2-module__dhS6dq__rangeToggle{background:var(--white-6);border-radius:30px;height:40px;display:flex;overflow:hidden}.dashboard-v2-module__dhS6dq__rangeToggle button{isolation:isolate;width:90px;color:var(--white-50);cursor:pointer;background:0 0;border:0;font-size:13px;position:relative}.dashboard-v2-module__dhS6dq__rangeToggle button[aria-pressed=true],.dashboard-v2-module__dhS6dq__rangeToggle button:hover{color:var(--white)}.dashboard-v2-module__dhS6dq__rangeIndicator{z-index:-1;background:var(--white-6);border-radius:30px;position:absolute;inset:0}.dashboard-v2-module__dhS6dq__chart{flex:1;width:100%;min-height:280px;margin-top:20px;overflow:visible}.dashboard-v2-module__dhS6dq__chart text{fill:var(--white-50);font-family:var(--font-area);font-size:12px}.dashboard-v2-module__dhS6dq__funnelBlock{flex-direction:column;justify-content:space-around;min-height:260px;padding:24px;display:flex}.dashboard-v2-module__dhS6dq__funnelRow{padding:4px 0}.dashboard-v2-module__dhS6dq__funnelRow>div{color:var(--white-50);grid-template-columns:1fr auto 36px;align-items:center;gap:14px;font-size:13px;display:grid}.dashboard-v2-module__dhS6dq__funnelRow>div span:first-child{font-size:16px}.dashboard-v2-module__dhS6dq__funnelRow>div span:last-child{text-align:right}.dashboard-v2-module__dhS6dq__funnelRow i{background:var(--white-10);border-radius:4px;height:5px;margin-top:6px;display:block;overflow:hidden}.dashboard-v2-module__dhS6dq__funnelRow b{border-radius:inherit;height:100%;display:block}.dashboard-v2-module__dhS6dq__insightBlock{padding:24px}.dashboard-v2-module__dhS6dq__insightBlock h2{background:linear-gradient(90deg, var(--aqua), var(--purple), var(--aqua));color:#0000;background-size:200% 100%;-webkit-background-clip:text;background-clip:text;margin:0;font-size:22px;font-weight:400;animation:4s linear infinite dashboard-v2-module__dhS6dq__shimmer}.dashboard-v2-module__dhS6dq__insightBlock p{color:var(--white-50);margin:16px 0 0;font-size:16px;line-height:1.3}@keyframes dashboard-v2-module__dhS6dq__shimmer{to{background-position:-200% 0}}.dashboard-v2-module__dhS6dq__activityPanel{flex-direction:column;height:100%;display:flex}.dashboard-v2-module__dhS6dq__activityHeader{color:var(--white-50);grid-template-columns:120px minmax(120px,1fr) minmax(180px,340px) 44px 80px 80px;align-items:center;gap:10px;padding:18px 24px;font-size:15px;transition:grid-template-columns .32s cubic-bezier(.2,0,0,1);display:grid}.dashboard-v2-module__dhS6dq__activityHeader[data-compact=true]{grid-template-columns:70px minmax(90px,1fr) minmax(130px,290px) 44px 60px 0}.dashboard-v2-module__dhS6dq__search{background:var(--white-6);border-radius:100px;align-items:center;gap:8px;min-width:0;height:40px;padding:0 14px;display:flex}.dashboard-v2-module__dhS6dq__search input{width:100%;min-width:0;color:var(--white);background:0 0;border:0;outline:0;font-size:14px}.dashboard-v2-module__dhS6dq__search input::placeholder{color:var(--white-50)}.dashboard-v2-module__dhS6dq__filterButton{background:var(--white-6);cursor:pointer;border:0;border-radius:50%;place-items:center;width:40px;height:40px;display:grid}.dashboard-v2-module__dhS6dq__amountHeader{text-align:right;transition:opacity .32s cubic-bezier(.2,0,0,1);overflow:hidden}.dashboard-v2-module__dhS6dq__activityHeader[data-compact=true] .dashboard-v2-module__dhS6dq__amountHeader{opacity:0}.dashboard-v2-module__dhS6dq__divider{background:linear-gradient(90deg, transparent, var(--white-10) 10%, var(--white-10) 90%, transparent);height:1px}.dashboard-v2-module__dhS6dq__activityRows{min-height:0;overflow-y:auto}.dashboard-v2-module__dhS6dq__activityRow{border:0;border-bottom:1px solid var(--white-10);text-align:left;cursor:pointer;background:0 0;grid-template-columns:120px minmax(120px,1fr) 80px 80px;align-items:center;width:100%;height:72px;padding:0 24px;transition:background .15s ease-in-out,grid-template-columns .35s cubic-bezier(.4,0,.2,1);display:grid}.dashboard-v2-module__dhS6dq__activityRow[data-compact=true]{grid-template-columns:70px minmax(90px,1fr) 60px 0}.dashboard-v2-module__dhS6dq__activityRow:hover{background:var(--white-5)}.dashboard-v2-module__dhS6dq__statusPill{width:fit-content;max-width:116px;height:44px;color:var(--white-50);background:var(--white-6);border-radius:22px;justify-content:center;align-items:center;gap:6px;padding:0 14px;font-size:14px;font-weight:400;transition:width .35s cubic-bezier(.4,0,.2,1),padding .35s cubic-bezier(.4,0,.2,1),gap .35s cubic-bezier(.4,0,.2,1);display:flex;overflow:hidden}.dashboard-v2-module__dhS6dq__statusPill[data-compact=true]{gap:0;width:44px;padding-inline:11px}.dashboard-v2-module__dhS6dq__statusPill>span{opacity:1;max-width:90px;transition:max-width .35s cubic-bezier(.4,0,.2,1),opacity .25s;overflow:hidden}.dashboard-v2-module__dhS6dq__statusPill span[data-hidden=true]{opacity:0;max-width:0}.dashboard-v2-module__dhS6dq__statusPill[data-status=draft]{color:var(--orange);background:#f064411f}.dashboard-v2-module__dhS6dq__statusPill[data-status=accepted]{color:var(--yellow);background:#ffb20d1f}.dashboard-v2-module__dhS6dq__statusPill[data-status=replied]{color:var(--sky);background:#58d3ff1f}.dashboard-v2-module__dhS6dq__statusPill[data-status=paid]{color:var(--aqua);background:#65cf9a1f}.dashboard-v2-module__dhS6dq__quoteIdentity{min-width:0;padding-right:16px}.dashboard-v2-module__dhS6dq__quoteIdentity strong,.dashboard-v2-module__dhS6dq__quoteIdentity small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.dashboard-v2-module__dhS6dq__quoteIdentity strong{font-size:15px;font-weight:400}.dashboard-v2-module__dhS6dq__quoteIdentity small{color:var(--white-50);margin-top:4px;font-size:13px}.dashboard-v2-module__dhS6dq__quoteDate,.dashboard-v2-module__dhS6dq__quoteAmount{color:var(--white-50);font-size:13px;font-weight:400}.dashboard-v2-module__dhS6dq__quoteAmount{text-align:right;transition:opacity .32s cubic-bezier(.2,0,0,1);overflow:hidden}.dashboard-v2-module__dhS6dq__activityRow[data-compact=true] .dashboard-v2-module__dhS6dq__quoteAmount{opacity:0}.dashboard-v2-module__dhS6dq__noActivity{color:var(--white-50);margin:auto;font-size:14px}.dashboard-v2-module__dhS6dq__settingsDrawer{z-index:3;visibility:hidden;pointer-events:none;width:280px;transition:width .3s cubic-bezier(.2,0,0,1);position:fixed;top:0;bottom:0;right:0}.dashboard-v2-module__dhS6dq__settingsDrawer[data-expanded=true]{width:auto;inset:20px}.dashboard-v2-module__dhS6dq__settingsDrawer[data-open=true]{visibility:visible;pointer-events:auto}.dashboard-v2-module__dhS6dq__settingsSurface{-webkit-backdrop-filter:blur(20px);border-radius:22px;height:100%;background:var(--white-6)!important}.dashboard-v2-module__dhS6dq__dialogBackdrop{z-index:5;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#00000085;place-items:center;display:grid;position:fixed;inset:0}.dashboard-v2-module__dhS6dq__dialog{border:1px solid var(--white-10);-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);background:#0000004d;border-radius:22px;flex-direction:column;gap:12px;width:min(520px,100vw - 48px);padding:28px;display:flex}.dashboard-v2-module__dhS6dq__dialog h2{margin:0 0 10px;font-size:24px;font-weight:400}.dashboard-v2-module__dhS6dq__dialog input{background:var(--white-6);border:0;border-radius:30px;outline:0;height:60px;padding:0 20px;font-size:18px}.dashboard-v2-module__dhS6dq__dialog input::placeholder{color:var(--white-50)}.dashboard-v2-module__dhS6dq__dialog>div{justify-content:flex-end;gap:10px;margin-top:8px;display:flex}.dashboard-v2-module__dhS6dq__dialog button{background:var(--white-10);cursor:pointer;border:0;border-radius:24px;height:42px;padding:0 18px}.dashboard-v2-module__dhS6dq__dialog button[type=submit]{background:var(--aqua);color:#000;font-weight:700}.dashboard-v2-module__dhS6dq__sizeWarning{display:none}.dashboard-v2-module__dhS6dq__warningTile{max-width:560px;padding:32px}.dashboard-v2-module__dhS6dq__warningTile p{text-align:center;margin:0;font-size:24px}@media (max-width:989px),(max-height:479px){.dashboard-v2-module__dhS6dq__dashboard,.dashboard-v2-module__dhS6dq__settingsDrawer{display:none}.dashboard-v2-module__dhS6dq__sizeWarning{z-index:2;place-items:center;min-height:100vh;padding:24px;display:grid;position:relative}}@media (prefers-reduced-motion:reduce){.dashboard-v2-module__dhS6dq__pane{transition-duration:.01ms}.dashboard-v2-module__dhS6dq__insightBlock h2{animation:none}}
.ui-workshop-module__3PakAW__page{background:#000;min-height:100vh;position:relative;overflow:auto}.ui-workshop-module__3PakAW__glass{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.ui-workshop-module__3PakAW__frame{z-index:1;width:min(1180px,100% - 64px);margin:0 auto;padding:48px 0;position:relative}.ui-workshop-module__3PakAW__header{margin-bottom:28px}.ui-workshop-module__3PakAW__header p{color:var(--aqua);text-transform:uppercase;margin:0 0 8px;font-size:12px;font-weight:600}.ui-workshop-module__3PakAW__header h1{margin:0;font-size:42px;font-weight:400}.ui-workshop-module__3PakAW__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.ui-workshop-module__3PakAW__panel{min-height:190px;padding:24px}.ui-workshop-module__3PakAW__wide{grid-column:1/-1}.ui-workshop-module__3PakAW__panel h2{color:var(--white-80);margin:0 0 22px;font-size:20px;font-weight:400}.ui-workshop-module__3PakAW__row{flex-wrap:wrap;align-items:center;gap:14px;display:flex}.ui-workshop-module__3PakAW__stack{gap:14px;display:grid}.ui-workshop-module__3PakAW__chips,.ui-workshop-module__3PakAW__compactChips{flex-wrap:wrap;gap:10px;display:flex}.ui-workshop-module__3PakAW__compactChips{margin-top:18px}@media (max-width:900px){.ui-workshop-module__3PakAW__frame{width:min(100% - 32px,680px)}.ui-workshop-module__3PakAW__grid{grid-template-columns:1fr}}
