.dialog_overlay__8PmVk{position:fixed;inset:0;z-index:50;background-color:hsl(var(--blanket));opacity:0}@keyframes dialog_overlayFadeIn__2aS4a{0%{opacity:0}to{opacity:1}}@keyframes dialog_overlayFadeOut__Zgv9s{0%{opacity:1}to{opacity:0}}.dialog_overlay__8PmVk[data-state=open]{animation:dialog_overlayFadeIn__2aS4a .4s cubic-bezier(0,.5,.5,1) forwards}.dialog_overlay__8PmVk[data-state=closed]{animation:dialog_overlayFadeOut__Zgv9s .3s cubic-bezier(.2,.75,.75,.2) forwards}.dialog_content__unGCn{position:fixed;left:50%;top:50%;--base-transform:translate(-50%,-50%);transform:var(--base-transform);z-index:51;display:grid;grid-template-rows:auto 1fr auto;width:calc(100vw - 48px);max-width:480px;max-height:calc(100vh - 48px);gap:16px;border-radius:var(--radius-card);border:1px solid hsl(var(--border));background:hsl(var(--background));color:hsl(var(--foreground));padding:0 16px 24px;box-shadow:none;outline:none;overflow:hidden}.dialog_size-sm__JnwZ5{max-width:360px}.dialog_size-md__z8MgN{max-width:720px}.dialog_size-lg__eTPyY{max-width:1080px}.dialog_size-xl__et_4l{max-width:1440px}.dialog_header__uQMB_{display:flex;align-items:center;height:48px;text-align:left;border-bottom:1px solid hsl(var(--border));position:relative}.dialog_headerLg__aoxhe{height:64px}.dialog_footerCenter__S9YCP .dialog_footer__nzLMi{justify-content:center}.dialog_headerCenter__p9rRa .dialog_title__LwRjJ{position:absolute;left:48px;right:48px;text-align:center;pointer-events:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dialog_headerCenter__p9rRa.dialog_headerHasLeft__S1jMA .dialog_title__LwRjJ{padding-left:0}.dialog_headerHasLeft__S1jMA .dialog_title__LwRjJ{padding-left:32px}.dialog_headerNoDivider__JXXH7{border-bottom:none}.dialog_left___1VZk{position:absolute;left:8px;top:24px;transform:translateY(-50%);z-index:1}.dialog_footer__nzLMi{display:flex;align-items:center;column-gap:8px}.dialog_footer__nzLMi>*{order:2}.dialog_footer__nzLMi>:first-child{order:1}.dialog_footerPinned__CT2NC,.dialog_footerUnpinned__B1Vu8{justify-content:flex-start}.dialog_description__NdUb_{color:hsl(var(--muted-foreground));font:var(--body-sm)}.dialog_close__Hu33z{position:absolute;right:8px;top:24px;transform:translateY(-50%);opacity:.7;z-index:1}.dialog_close__Hu33z:focus{outline:none}.dialog_close__Hu33z:hover{opacity:1}@media (max-width:640px){.dialog_content__unGCn{left:0;top:0;--base-transform:translate(0);transform:var(--base-transform);width:100vw;height:100dvh;min-height:100dvh;max-width:none;border-radius:0;padding-top:24px;padding-bottom:24px;box-sizing:border-box;overflow:auto}}@media (min-width:641px){.dialog_content__unGCn.dialog_size-xl__et_4l{top:24px;--base-transform:translateX(-50%);transform:var(--base-transform);height:calc(100vh - 24px);max-height:calc(100vh - 24px);overflow:auto;border-bottom-left-radius:0;border-bottom-right-radius:0}}@keyframes dialog_contentFadeInUp__cT1BB{0%{opacity:0;transform:var(--base-transform) translateY(12px)}to{opacity:1;transform:var(--base-transform) translateY(0)}}@keyframes dialog_contentFadeOutDown__4fEsW{0%{opacity:1;transform:var(--base-transform) translateY(0)}to{opacity:0;transform:var(--base-transform) translateY(8px)}}.dialog_content__unGCn[data-state=open]{animation:dialog_contentFadeInUp__cT1BB .2s cubic-bezier(0,.5,.5,1) forwards}.dialog_content__unGCn[data-state=closed]{animation:dialog_contentFadeOutDown__4fEsW .2s cubic-bezier(.2,.75,.75,.2) forwards}@media (prefers-reduced-motion:reduce){.dialog_content__unGCn[data-state=closed],.dialog_content__unGCn[data-state=open],.dialog_overlay__8PmVk[data-state=closed],.dialog_overlay__8PmVk[data-state=open]{animation-duration:.01ms}}.alertDialog_overlay__9x3tz{position:fixed;inset:0;z-index:50;background:hsl(var(--blanket))}.alertDialog_content__otnYL{position:fixed;left:50%;top:50%;z-index:50;transform:translate(-50%,-50%);display:grid;gap:16px;width:100%;max-width:640px;border:1px solid hsl(var(--border));background:hsl(var(--background));color:hsl(var(--foreground));padding:24px;border-radius:var(--radius-card);box-shadow:0 12px 40px rgb(0 0 0/30%)}.alertDialog_header__IT6RM{display:flex;flex-direction:column;row-gap:8px;text-align:left}.alertDialog_footer__okPLY{display:flex;flex-direction:row;justify-content:flex-end;column-gap:8px}.alertDialog_title__muzhs{font-weight:600;font-size:16px;line-height:20px}.alertDialog_description__T_dDM{color:hsl(var(--muted-foreground));font-size:14px;line-height:20px}.alertDialog_cancel__ZcQIy{margin-top:8px}@media (min-width:640px){.alertDialog_cancel__ZcQIy{margin-top:0}}.badges_badge__KOKyJ{display:inline-flex;align-items:center;border:1px solid hsl(var(--border));border-radius:var(--radius-card);padding:2px 10px;transition:background-color .12s ease,color .12s ease,border-color .12s ease,box-shadow .12s ease}.badges_badge__KOKyJ:focus-visible{outline:2px solid hsl(var(--ring));outline-offset:2px}.badges_badge-default__XAuVl{background-color:hsl(var(--muted));color:hsl(var(--foreground));border-color:transparent;box-shadow:0 1px 2px rgb(0 0 0/10%)}.badges_badge-default__XAuVl:hover{background-color:hsl(var(--muted)/.8)}.badges_badge-secondary__mThIT{background-color:hsl(var(--secondary));color:hsl(var(--secondary-foreground));border-color:transparent}.badges_badge-secondary__mThIT:hover{background-color:hsl(var(--secondary)/.8)}.badges_badge-destructive__gTgVu{background-color:hsl(var(--destructive));color:hsl(var(--destructive-foreground));border-color:transparent;box-shadow:0 1px 2px rgb(0 0 0/10%)}.badges_badge-destructive__gTgVu:hover{background-color:hsl(var(--destructive)/.8)}.badges_badge-outline__xtJ4M{background-color:transparent;color:hsl(var(--foreground))}.card_card__hZy0V{border:1px solid hsl(var(--border));border-radius:var(--radius-card);background:hsl(var(--card));color:hsl(var(--card-foreground));padding:0 24px 24px}.card_header__bWAgB{display:flex;flex-direction:column;gap:6px;padding:24px 0 0}.card_title__Gc4AT{margin:0;padding:0}.card_description__3KyQT{color:hsl(var(--muted-foreground))}.card_body__aBsuJ{padding:12px 0 0}.card_footer__kH4Sm{display:flex;align-items:center;padding:12px 0 0;gap:8px}.card_footerDescription___tDbh{color:hsl(var(--muted-foreground));margin-top:12px}.card_bodyDescription__5Z6Zz{color:hsl(var(--muted-foreground));margin-bottom:8px}.cardProject_root__sfj9l{display:block;width:100%;padding:0;border:none;background:none;text-align:left;cursor:pointer;border-radius:var(--radius-card)}.cardProject_root__sfj9l:focus-visible{outline:none;box-shadow:0 0 0 1.5px hsl(var(--ring))}.cardProject_card__TlaeZ{height:100%;min-height:108px;box-sizing:border-box;transition:border-color .12s ease,background-color .12s ease}.cardProject_root__sfj9l:hover .cardProject_card__TlaeZ{background-color:hsl(var(--hover-muted))}.cardProject_title__AsG2C{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.groupInspector_form__pTatL{display:flex;flex-direction:column;gap:12px}.groupInspector_field__YRid4{display:grid;grid-template-columns:92px minmax(0,1fr);align-items:center;gap:12px;padding:0 12px}.groupInspector_fieldLabel__QLkLK{color:hsl(var(--muted-foreground))}.groupInspector_members__t4tyC{min-width:0;padding:0 12px}.groupInspector_chips__7L4T6{display:flex;flex-wrap:wrap;gap:6px}.groupInspector_hint__3inlv{color:hsl(var(--muted-foreground))}.groupInspector_accordionBody__N2AMq{display:flex;flex-direction:column;gap:8px;padding:4px 12px 12px}.groupInspector_subheaderMinor__JsOj0{color:hsl(var(--muted-foreground));margin-top:2px}.groupInspector_mrow__Wb5WZ{display:grid;grid-template-columns:92px minmax(0,1fr);align-items:center;gap:12px}.groupInspector_rowLabel__Vp957{color:hsl(var(--muted-foreground));min-width:0}.groupInspector_actions__dYzf5{display:flex;margin-top:4px;padding:0 12px}.groupInspector_disabledWrap__1ISo2{display:inline-flex}.materialForm_form__PR6mH{display:flex;flex-direction:column;gap:10px}.materialForm_field__ggH56{display:grid;grid-template-columns:110px minmax(0,1fr);align-items:center;gap:12px;padding:0 12px}.materialForm_label__MLvDy{color:hsl(var(--muted-foreground))}.materialForm_color__gKvrO{width:64px;height:32px;padding:2px;border:1px solid hsl(var(--border));border-radius:var(--radius-sm);background:transparent;cursor:pointer}.materialForm_color__gKvrO::-webkit-color-swatch-wrapper{padding:0}.materialForm_color__gKvrO::-webkit-color-swatch{border:none;border-radius:2px}.materialForm_actions__nrXe4{display:flex;align-items:center;gap:8px;margin-top:6px;padding:0 12px}.panelInspector_card__6nlK9{display:flex;flex-direction:column;gap:12px}.panelInspector_accordionBody__4j9Sl{display:flex;flex-direction:column;gap:8px;padding:4px 12px 12px}.panelInspector_panelName__Vumsu{min-width:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.panelInspector_size__ghqnS{color:hsl(var(--muted-foreground))}.panelInspector_resolved__iAOaH{display:flex;align-items:center;gap:8px;min-width:0}.panelInspector_swatch__MuMbZ{width:14px;height:14px;flex-shrink:0;border:1px solid hsl(var(--border));border-radius:3px}.panelInspector_materialName__ERZHj{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.panelInspector_muted__w3F7k{color:hsl(var(--muted-foreground))}.panelInspector_pickerRow__eqXPz{display:flex;flex-direction:column;gap:4px}.panelInspector_pickerLabel__YojEz{color:hsl(var(--muted-foreground))}.panelInspector_pickerControls__Oale_{display:flex;align-items:center;gap:6px}.panelInspector_pickerControls__Oale_>:last-child{flex:1 1 auto;min-width:0}.wallInspector_form__VSbaB{display:flex;flex-direction:column;gap:12px}.wallInspector_field__RnYg4{display:grid;grid-template-columns:108px minmax(0,1fr);align-items:center;gap:12px;padding:0 12px}.wallInspector_fieldLabel__pOeGv{color:hsl(var(--muted-foreground));min-width:0}.wallInspector_accordionBody__f7ssw{display:flex;flex-direction:column;gap:8px;padding:4px 12px 12px}.wallInspector_chips__NvAcp{display:flex;flex-wrap:wrap;gap:6px}.wallInspector_chip__VDZyr{padding:2px 8px;border:1px solid hsl(var(--border));border-radius:999px;background:hsl(var(--secondary));color:hsl(var(--secondary-foreground));cursor:pointer}.wallInspector_chip__VDZyr:hover{background:hsl(var(--hover))}.wallInspector_chip__VDZyr:focus-visible{outline:none;box-shadow:0 0 0 1.5px hsl(var(--ring))}.wallInspector_hint__v_n6m{color:hsl(var(--muted-foreground));margin:0}.wallInspector_actions__qCbTI{display:flex;padding:0 12px}.wallInspector_bodyActions__jQkqo{display:flex}.buttonTree_row___2uA9{position:relative;display:flex;align-items:center;gap:4px;min-height:28px;padding-right:6px}.buttonTree_row___2uA9:hover:not(.buttonTree_rowSelected__9Kn2s){background:hsl(var(--hover-muted))}.buttonTree_rowSelected__9Kn2s{background:hsl(var(--hover))}.buttonTree_row___2uA9.buttonTree_dropInto__Nr3tp,.buttonTree_row___2uA9.buttonTree_dropInto__Nr3tp:hover{background:hsl(var(--primary)/.12);box-shadow:inset 0 0 0 1px hsl(var(--primary))}.buttonTree_dropAfter__Kj1ei:after,.buttonTree_dropBefore___Z6m0:after{content:"";position:absolute;left:0;right:0;height:2px;border-radius:999px;background:hsl(var(--primary));pointer-events:none}.buttonTree_dropBefore___Z6m0:after{top:-1px}.buttonTree_dropAfter__Kj1ei:after{bottom:-1px}.buttonTree_chevron__QXRfw{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;padding:0;border:none;background:transparent;color:hsl(var(--muted-foreground));border-radius:var(--radius-sm);cursor:pointer}.buttonTree_chevron__QXRfw:hover{color:hsl(var(--foreground))}.buttonTree_chevronIcon__tcAiB{transition:transform .12s ease}.buttonTree_chevronOpen__QnP7N{transform:rotate(90deg)}.buttonTree_spacer__YZCeS{flex-shrink:0;width:20px}.buttonTree_kindIcon__zkvnc{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;color:hsl(var(--muted-foreground))}.buttonTree_swatch__y3BhB{flex-shrink:0;width:10px;height:10px;margin:0 2px;border-radius:999px;border:1px solid hsl(var(--border))}.buttonTree_label__hqCf_{flex:1 1 auto;min-width:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;padding:0;border:none;background:transparent;color:hsl(var(--muted-foreground));text-align:left;cursor:pointer;transition:color .12s ease}.buttonTree_label__hqCf_:active,.buttonTree_label__hqCf_:focus-visible,.buttonTree_rowSelected__9Kn2s .buttonTree_label__hqCf_,.buttonTree_row___2uA9:hover .buttonTree_label__hqCf_{color:hsl(var(--foreground))}.buttonTree_label__hqCf_:focus-visible{outline:none;border-radius:var(--radius-xs);box-shadow:0 0 0 1.5px hsl(var(--ring))}.buttonTree_badge__majdG,.buttonTree_labelHidden__p_LDp,.buttonTree_rowSelected__9Kn2s .buttonTree_labelHidden__p_LDp,.buttonTree_row___2uA9:hover .buttonTree_labelHidden__p_LDp{color:hsl(var(--muted-foreground))}.buttonTree_badge__majdG{flex-shrink:0;font-size:10px;line-height:14px;padding:0 5px;border:1px solid hsl(var(--border));border-radius:999px;white-space:nowrap}.buttonTree_renameWrap__5jx9j{flex:1 1 auto;min-width:0}.buttonTree_renameInput__qG2Q2,.buttonTree_renameWrap__5jx9j>div{width:100%}.buttonTree_trailing__0nlW8{flex-shrink:0;display:flex;align-items:center;gap:2px}.buttonTree_iconBtn__KV08K{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;padding:0;border:none;background:transparent;color:hsl(var(--muted-foreground));border-radius:var(--radius-sm);cursor:pointer;opacity:0;transition:opacity .12s ease,background-color .12s ease,color .12s ease}.buttonTree_iconBtn__KV08K:hover{background:hsl(var(--hover));color:hsl(var(--foreground))}.buttonTree_iconBtn__KV08K:disabled{cursor:default;color:hsl(var(--muted-foreground))}.buttonTree_row___2uA9:focus-within .buttonTree_iconBtn__KV08K,.buttonTree_row___2uA9:hover .buttonTree_iconBtn__KV08K{opacity:1}.buttonTree_iconBtnPinned__lsS1_,.buttonTree_iconBtn__KV08K[data-state=open]{opacity:1}.projectTree_root__Bn6MP{display:flex;flex-direction:column;padding:4px 0 12px}.projectTree_skeletonRow__eSm9E{height:24px;margin:2px 12px}.checkbox_root__BhBmj{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;min-width:16px;flex-shrink:0;box-sizing:border-box;padding:0;border:1px solid hsl(var(--input));border-radius:4px;background:hsl(var(--background));color:hsl(var(--primary-foreground));cursor:pointer;transition:background-color .12s ease,border-color .12s ease;appearance:none;-webkit-appearance:none}.checkbox_root__BhBmj:focus-visible{outline:2px solid hsl(var(--ring));outline-offset:1px}.checkbox_root__BhBmj[data-state=checked]{background:hsl(var(--primary));border-color:hsl(var(--primary))}.checkbox_root__BhBmj[data-disabled]{cursor:not-allowed;opacity:.5}.checkbox_indicator__Y7GPE{display:flex;align-items:center;justify-content:center;pointer-events:none}.popover_content__20Ug1{z-index:50;width:288px;border-radius:var(--radius-card);border:1px solid hsl(var(--border));background:hsl(var(--popover));color:hsl(var(--popover-foreground));padding:0 16px 16px;box-shadow:var(--shadow-md)}.popover_header__6uxIY{display:flex;align-items:center;height:48px;border-bottom:1px solid hsl(var(--border));position:relative}.popover_headerHasLeft__8mD6t .popover_title__2krR_{padding-left:16px}.popover_left__hRmRQ{left:-16px}.popover_close__JdWzh,.popover_left__hRmRQ{position:absolute;top:24px;transform:translateY(-50%)}.popover_close__JdWzh{right:8px}.popover_close__JdWzh:focus{outline:none}.popover_close__JdWzh:hover{opacity:1}.popover_arrow__Ung1l{fill:hsl(var(--popover));stroke:hsl(var(--border))}.popover_body__3kBJ_{color:hsl(var(--muted-foreground));font:var(--body-sm);margin-top:12px}.floorplanToolbar_overlay__Pd1WF{position:absolute;bottom:16px;left:0;right:0;z-index:10;display:flex;flex-direction:column;align-items:center;gap:6px;justify-content:center;pointer-events:none}.floorplanToolbar_toolbar__19sc1{pointer-events:auto;display:flex;align-items:center;gap:4px;padding:6px;border:1px solid hsl(var(--border));border-radius:var(--radius-md);background:hsl(var(--card)/.92);box-shadow:var(--shadow-md);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.floorplanToolbar_separator__x8Nqy{height:20px;margin:0 2px}.floorplanToolbar_refused__G96LW{animation:var(--kf-shake) .26s var(--anim-ease);box-shadow:inset 0 0 0 1px hsl(var(--destructive));color:hsl(var(--destructive))}.floorplanToolbar_refusalNote__DiNbg{pointer-events:none;padding:4px 10px;border:1px solid hsl(var(--destructive)/.6);border-radius:var(--radius-md);background:hsl(var(--card)/.92);box-shadow:var(--shadow-md);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:hsl(var(--destructive));animation:var(--kf-fade-in) var(--anim-duration-base) var(--anim-ease)}.floorplanToolbar_snapChevron__V2Uyt{width:16px;min-width:16px;margin-left:-2px}.floorplanToolbar_snapPanel__XLdM8{display:flex;flex-direction:column;gap:8px;min-width:168px;padding:10px 12px}.floorplanToolbar_snapRow__MwjKy{display:flex;align-items:center;gap:8px;cursor:pointer;color:hsl(var(--foreground))}.floorplanToolbar_snapRow__MwjKy:has([data-disabled]){color:hsl(var(--muted-foreground));cursor:default}.toggle_root__0g4i5{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:var(--radius-button);font-family:var(--font-body);font-size:14px;line-height:20px;cursor:pointer;transition:background-color .12s ease,color .12s ease,border-color .12s ease;color:hsl(var(--muted-foreground));background:transparent;border:1px solid transparent}.toggle_outline___nacy{border-color:hsl(var(--border))}.toggle_root__0g4i5:hover,.toggle_root__0g4i5[data-state=on]{background:hsl(var(--hover));color:hsl(var(--foreground));border-color:hsl(var(--border))}.toggle_root__0g4i5:disabled{opacity:.5;pointer-events:none}.toggle_size-sm__wGHMO{height:32px;min-width:32px;padding:0 8px;font-size:12px;line-height:16px}.toggle_size-md__Kmp_H{height:40px;min-width:40px;padding:0 10px}.toggle_size-lg__A0kaH{height:48px;min-width:48px;padding:0 12px}.toggleGroup_root__7ExIP{display:inline-flex;gap:2px}.viewCube_root__TrWQI{display:flex;flex-direction:column;align-items:flex-end;gap:6px;pointer-events:none;-webkit-user-select:none;user-select:none}.viewCube_scene__Psuip{position:relative;pointer-events:none}.viewCube_cube__7_l7G{position:absolute;inset:0;margin:auto;transform-style:preserve-3d}.viewCube_face__MC4iq{position:absolute;inset:0;display:grid;grid-template-columns:26% 48% 26%;grid-template-rows:26% 48% 26%;background:hsl(var(--card)/.9);border:1px solid hsl(var(--border));backface-visibility:hidden}.viewCube_zone__ebIsW{appearance:none;border:none;padding:0;margin:0;background:transparent;color:inherit;display:flex;align-items:center;justify-content:center;cursor:pointer;pointer-events:auto}.viewCube_zoneActive__qgeV_{background:hsl(var(--primary)/.3)}.viewCube_zone__ebIsW:focus-visible{outline:1px solid hsl(var(--ring));outline-offset:-1px}.viewCube_label__pFbQe{color:hsl(var(--muted-foreground));pointer-events:none}.viewCube_actions__z8N3_{display:inline-flex;flex-direction:column;gap:2px;padding:2px;pointer-events:auto;background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:var(--radius-md)}.viewCube_isDisabled__aeT5V{opacity:.45}.viewCube_isDisabled__aeT5V .viewCube_actions__z8N3_,.viewCube_isDisabled__aeT5V .viewCube_zone__ebIsW{pointer-events:none;cursor:default}.viewCubeOverlay_overlay__Uk_UB{position:absolute;top:16px;right:16px;z-index:10;pointer-events:none}.sidebar_provider__KMjr_{display:flex;width:100%;height:100%;min-height:0}.sidebar_sidebar___BRdG{display:flex;flex-direction:column;width:var(--sidebar-width,220px);height:100%;min-width:0;min-height:0;background-color:hsl(var(--background));position:relative;isolation:isolate}.sidebar_sidebarCollapsed__WvbrK{width:var(--sidebar-width-collapsed,56px)}.sidebar_header__yWsGU{padding:12px 10px}.sidebar_footer__nexAN{padding:12px 0}.sidebar_content__xUhLO{flex:1 1;min-height:0;overflow-y:auto;overflow-x:hidden}.sidebar_group__Atcvd{padding:8px 0}.sidebar_groupLabel__5cSVq{margin-bottom:8px;color:hsl(var(--muted-foreground))}.sidebar_menu__enLav{display:flex;flex-direction:column;gap:4px}.sidebar_menuItem__p0DrU{display:flex}.sidebar_menuButton__ovfJn{width:100%;display:inline-flex;align-items:center;gap:8px;padding:8px 10px;border-radius:var(--radius-button);background:transparent;color:hsl(var(--foreground));border:none;cursor:pointer}.sidebar_menuButtonActive__hePC7,.sidebar_menuButton__ovfJn:hover{background:hsl(var(--hover))}.sidebar_separator__YTiaQ{height:1px;background:hsl(var(--border));margin:8px 0}.sidebar_rail__Ge_if{width:1px;background:hsl(var(--border))}.buttonList_btnlist-root__b_EQp,.sidebar_trigger__R9VaN{display:inline-flex;align-items:center;gap:8px}.buttonList_btnlist-root__b_EQp{--btnlist-height:32px;justify-content:flex-start;width:100%;box-sizing:border-box;border-radius:var(--radius-button)!important;height:var(--btnlist-height);padding:0 8px;color:hsl(var(--foreground));background:transparent;border:0;box-shadow:none;appearance:none;transition:background-color .12s ease,color .12s ease;text-align:left;overflow:hidden;text-decoration:none}.buttonList_btnlist-root__b_EQp:hover{background:hsl(var(--hover));border-radius:var(--radius-button)!important;text-decoration:none}.buttonList_btnlist-default__AJS9Z{gap:8px}.buttonList_btnlist-spaced__bPlno{justify-content:space-between}.buttonList_btnlist-size-sm__g1CDE{--btnlist-height:24px}.buttonList_btnlist-size-md__4ifHw{--btnlist-height:32px}.buttonList_btnlist-size-lg__l4bOx{--btnlist-height:36px}.buttonList_btnlist-icon__jhb2E{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;color:hsl(var(--muted-foreground));flex:0 0 16px}.buttonList_btnlist-root__b_EQp:hover .buttonList_btnlist-icon__jhb2E{color:hsl(var(--foreground))}.buttonList_btnlist-title__v5Pmw{display:inline-flex;align-items:center;color:hsl(var(--muted-foreground))}.buttonList_btnlist-root__b_EQp:active .buttonList_btnlist-title__v5Pmw,.buttonList_btnlist-root__b_EQp:focus-visible .buttonList_btnlist-title__v5Pmw,.buttonList_btnlist-root__b_EQp:hover .buttonList_btnlist-title__v5Pmw,.buttonList_btnlist-root__b_EQp[aria-current=page] .buttonList_btnlist-title__v5Pmw{color:hsl(var(--foreground))}.buttonList_btnlist-text__nWKVs{display:inline-flex;align-items:center;gap:8px}.buttonList_btnlist-subtitle__EW_U1{color:hsl(var(--muted-foreground))}.buttonList_btnlist-right__GVXCD{display:inline-flex;align-items:center;gap:8px;margin-left:auto}[data-collapsible=icon][data-state=collapsed] .buttonList_btnlist-root__b_EQp .buttonList_btnlist-subtitle__EW_U1,[data-collapsible=icon][data-state=collapsed] .buttonList_btnlist-root__b_EQp .buttonList_btnlist-title__v5Pmw{display:none!important}[data-collapsible=icon][data-state=collapsed] .buttonList_btnlist-root__b_EQp{width:var(--btnlist-height);min-width:var(--btnlist-height);margin:0;padding:0;justify-content:center}.buttonListGroup_root__UfqPw{padding:var(--blg-padding,8px);gap:0}.buttonListGroup_header__fjhjd{color:hsl(var(--muted-foreground));margin:0;padding:8px;font-family:var(--font-title);font-size:12px;line-height:16px;font-weight:600}.buttonListGroup_items__0TOfC{display:grid;gap:0}[data-collapsible=icon][data-state=collapsed] .buttonListGroup_header__fjhjd{visibility:hidden;white-space:nowrap}.cardUpsell_cardUpsell__Xy8sT{display:flex;flex-direction:column;gap:0;padding:12px 0;width:100%;max-width:100%;box-sizing:border-box}.cardUpsell_header__VBPUW{display:flex;flex-direction:column;gap:4px}.cardUpsell_progressContainer__wZiLp{margin:8px 0}.cardUpsell_progressTrack__Fg2TL{width:100%;height:8px;background:hsl(var(--muted));border-radius:999px;overflow:hidden}.cardUpsell_progressFill__HP1tV{height:100%;background:hsl(var(--primary));border-radius:999px;transition:width .3s ease-out}.cardUpsell_description__9JNNk{margin:0;color:hsl(var(--muted-foreground))}.cardUpsell_button___Dvyg{margin-top:12px}.cardUpsell_centered__3j2Um{align-items:center}.cardUpsell_centered__3j2Um .cardUpsell_description__9JNNk,.cardUpsell_centered__3j2Um .cardUpsell_header__VBPUW{text-align:center}.cardUpsell_accent___lB4R .cardUpsell_description__9JNNk{text-wrap:balance}.combobox_trigger__Y1zqQ{display:flex;align-items:center;justify-content:space-between;gap:8px;width:100%;min-width:0;box-sizing:border-box;height:40px;padding:0 12px;border-radius:var(--radius-input);border:1px solid hsl(var(--input));background:hsl(var(--background));color:hsl(var(--foreground));cursor:pointer;text-align:left;transition:background-color .12s ease,border-color .12s ease,box-shadow .12s ease}.combobox_trigger__Y1zqQ:hover,.combobox_trigger__Y1zqQ[data-state=open]{border-color:hsl(var(--border-accent))}.combobox_trigger__Y1zqQ:focus-visible{outline:none;box-shadow:0 0 0 1px hsl(var(--ring))}.combobox_trigger__Y1zqQ:disabled{cursor:not-allowed;opacity:.5}.combobox_triggerPlaceholder__C42Sh{color:hsl(var(--muted-foreground))}.combobox_summary__FAgTP{flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:left}.combobox_triggerIcon__KbYtq{width:16px;height:16px;flex-shrink:0;opacity:.5}.combobox_content__oR7qG{z-index:50;border:1px solid hsl(var(--border));border-radius:var(--radius-card);background:hsl(var(--popover));color:hsl(var(--popover-foreground));box-shadow:var(--shadow-md);padding:0;box-sizing:border-box;overflow:hidden}.combobox_searchWrap__CO_oE{display:flex;align-items:center;border-bottom:1px solid hsl(var(--border));padding:6px 12px}.combobox_search__fH9eG{width:100%;border:0;background:transparent;outline:none;color:hsl(var(--foreground));padding:6px 0;box-sizing:border-box}.combobox_search__fH9eG::placeholder{color:hsl(var(--muted-foreground))}.combobox_list__q6NGg{max-height:300px;overflow-y:auto;overscroll-behavior:contain;padding:6px}.combobox_empty__UkhMN{padding:16px 12px;color:hsl(var(--muted-foreground));text-align:center}.combobox_item__Qjh9B{position:relative;display:flex;width:100%;box-sizing:border-box;align-items:center;justify-content:space-between;gap:8px;border-radius:6px;padding:6px 10px;cursor:pointer;color:hsl(var(--popover-foreground));border:0;background:transparent;text-align:left}.combobox_item__Qjh9B[data-selected=true]{background:hsl(var(--accent));color:hsl(var(--accent-foreground));outline:none}.combobox_item__Qjh9B[aria-disabled=true],.combobox_item__Qjh9B[data-disabled=true]{opacity:.5;pointer-events:none}.combobox_itemLabel__Nw9Dv{flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.combobox_itemCheck__l5isD{width:16px;height:16px;flex-shrink:0;opacity:1}.usageMeter_root__MOc1T{display:flex;flex-direction:column}.usageMeter_row__n8Rsh{display:flex;flex-wrap:wrap;align-items:center;gap:12px 24px}.usageMeter_labels__8tui_{display:flex;flex-direction:column;gap:2px;min-width:180px}.usageMeter_barGroup__GpiCv{display:flex;align-items:center;gap:24px;flex:1 1;min-width:0}.usageMeter_subtitle__QoUor{color:hsl(var(--muted-foreground))}.usageMeter_progressTrack__iH2Hu{flex:1 1;min-width:0;height:16px;background:hsl(var(--muted));border-radius:var(--radius-xs);border:1px solid hsl(var(--border));padding:1px;box-sizing:border-box}.usageMeter_progressFill__iGCKz{height:100%;background:hsl(var(--primary));border-radius:calc(var(--radius-xs) - 2px);transition:width .3s ease}.usageMeter_percentLabel__5ktgd{white-space:nowrap;color:hsl(var(--muted-foreground))}.cardPlanCurrent_trialRoot__GJVKc{display:flex;flex-direction:column;width:100%;max-width:100%;box-sizing:border-box}.cardPlanCurrent_trialContent__GwHFJ{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:6px}.cardPlanCurrent_progressTrack__dpz7r{width:100%;height:8px;background:hsl(var(--muted));border-radius:999px;overflow:hidden}.cardPlanCurrent_progressFill__NjECe{height:100%;background:hsl(var(--primary));border-radius:999px;transition:width .3s ease}.cardPlanCurrent_trialDescription__f6TZD{margin:0;color:hsl(var(--muted-foreground));max-width:400px}.cardPlanCurrent_trialActions__IZDgg{margin-top:6px;align-self:flex-start}.cardPlanCurrent_proTitle__fjqgV{margin:0;color:hsl(var(--foreground))}.cardPlanCurrent_proRenewLine__K2e_k{margin:0;color:hsl(var(--muted-foreground))}.dialogAccount_dialogContent__ze0M1{min-height:min(560px,calc(100vh - 48px))}.dialogAccount_layout__3ggmd{display:flex;gap:24px;width:100%;height:100%;min-height:0}.dialogAccount_nav__vJwy9{flex:0 0 184px;display:flex;flex-direction:column;justify-content:space-between;gap:16px;min-width:0}.dialogAccount_navFooter__mcrFW,.dialogAccount_navTabs__G34tX{display:flex;flex-direction:column;gap:4px}.dialogAccount_navItem__QcAPx{display:flex;align-items:center;gap:10px;width:100%;padding:8px 12px;border:none;border-radius:var(--radius-button);background:transparent;color:hsl(var(--foreground));text-align:left;cursor:pointer;transition:background-color .12s ease}.dialogAccount_navItem__QcAPx:hover{background:hsl(var(--hover-muted))}.dialogAccount_navItem__QcAPx:focus-visible{outline:2px solid hsl(var(--ring));outline-offset:2px}.dialogAccount_navItemActive__SouKY,.dialogAccount_navItemActive__SouKY:hover{background:hsl(var(--hover))}.dialogAccount_content__4zsDR{flex:1 1 auto;min-width:0;overflow-y:auto;padding-right:4px}.dialogAccount_panel__ZNNAV{display:flex;flex-direction:column;gap:16px}.dialogAccount_sectionHeading__8kxEV{font-weight:600}.dialogAccount_emptyText__ArTaE{color:hsl(var(--muted-foreground))}.dialogAccount_divider__SK7Ch{height:1px;width:100%;background:hsl(var(--border))}@media (max-width:640px){.dialogAccount_layout__3ggmd{flex-direction:column;gap:16px}.dialogAccount_nav__vJwy9{flex:0 0 auto;flex-direction:row;justify-content:flex-start;gap:8px;overflow-x:auto;padding-bottom:4px}.dialogAccount_navTabs__G34tX{flex-direction:row;gap:4px}.dialogAccount_navFooter__mcrFW{flex-direction:row;margin-left:auto}.dialogAccount_navItem__QcAPx{width:auto;white-space:nowrap}}.cardPlan_card__ncJfN{position:relative;width:100%;max-width:24rem;min-width:0;height:100%;padding-top:24px;transition:border-color .15s ease-out}.cardPlan_highlighted__TBRzm{border-color:hsl(var(--primary))}.cardPlan_popularBadge__AX1DW.cardPlan_popularBadge__AX1DW{position:absolute;top:0;left:50%;transform:translate(-50%,-50%);background-color:hsl(var(--primary));color:hsl(var(--primary-foreground));border-color:hsl(var(--primary));z-index:1}.cardPlan_header__GSgaI{gap:8px}.cardPlan_planTitle__H9NpT{margin:0;color:hsl(var(--foreground))}.cardPlan_pricingBlock__aHKUb{padding:0}.cardPlan_priceRow__w6XyU{display:flex;align-items:center;gap:.5rem}.cardPlan_priceDetails__8ECDZ{display:flex;flex-direction:column;gap:0}.cardPlan_actualPrice__EoXjP{font-size:2.25rem;line-height:2.5rem;font-weight:600;letter-spacing:-.02em;color:hsl(var(--foreground))}.cardPlan_savingsRow__RDPOh{display:flex;align-items:center;gap:.375rem;margin-top:.125rem;min-height:20px}.cardPlan_strikeoutPrice__77aXF{color:hsl(var(--extra-muted-foreground));letter-spacing:-.025em;text-decoration:line-through;font-size:.875rem;line-height:1.25rem}.cardPlan_savingsBadge__oUdv8.cardPlan_savingsBadge__oUdv8{border-color:hsl(var(--border))}.cardPlan_priceInterval__LrEJs{color:hsl(var(--muted-foreground));margin-top:-2px}.cardPlan_subheader__PUh_z{margin:.5rem 0 0;color:hsl(var(--muted-foreground))}.cardPlan_pricingPlaceholder__VDbgM{height:2.5rem}.cardPlan_ctaButton__FryPr{width:100%;margin-top:1rem}.cardPlan_currentPlanIndicator__KK2_B{display:flex;align-items:center;justify-content:center;height:40px;border:1px solid hsl(var(--border));border-radius:var(--radius-button);color:hsl(var(--muted-foreground));background:transparent;cursor:default}.cardPlan_cardContent__vauqK{padding-top:1rem}.cardPlan_valuePropTitle__hpulD{margin:0 0 .5rem;font-weight:500;color:hsl(var(--foreground))}.cardPlan_valuePropList__IZUrL{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:.5rem}.cardPlan_valuePropItem__4Dvwy{display:flex;align-items:flex-start;gap:.5rem;color:hsl(var(--muted-foreground))}.cardPlan_valuePropIcon__ynQ_7{flex:0 0 auto;margin-top:2px;color:hsl(var(--primary))}.purchaseCards_root__HG0Yb{width:100%;display:flex;flex-direction:column;gap:1.5rem}.purchaseCards_tabsRow__ST6uR{display:flex;justify-content:center}.purchaseCards_fade__8OZ8i{animation:var(--kf-fade-in) var(--anim-duration-base) var(--anim-ease)}.purchaseCards_grid__vHp1m{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;align-items:stretch}.purchaseCards_column____ikL{display:flex;flex-direction:column;min-width:0}.purchaseCards_column____ikL.purchaseCards_column____ikL>*{width:100%;max-width:100%;height:100%;box-sizing:border-box}@media (max-width:640px){.purchaseCards_grid__vHp1m{grid-template-columns:1fr}.purchaseCards_grid__vHp1m>.purchaseCards_column____ikL:first-child{order:3}}.dialogPaywall_dialogContent__tHF0E{padding:0;overflow:hidden;display:flex;flex-direction:column;gap:0;height:min(85vh,calc(100vh - 48px))}.dialogPaywall_scrollBody__6M_vF{flex:1 1 auto;min-height:0;overflow-y:auto;position:relative;padding:1.5rem 1rem;display:flex;flex-direction:column;gap:1.5rem}.dialogPaywall_header__Y411l{display:flex;flex-direction:column;align-items:center;gap:12px;text-align:center}.dialogPaywall_headerText__85XXi{display:flex;flex-direction:column;gap:4px}.dialogPaywall_headerTitle__dpBr7{margin:0;color:hsl(var(--foreground))}.dialogPaywall_headerSubtitle__0okhY{margin:0;color:hsl(var(--muted-foreground))}.dialogPaywall_loadingScreen__csmkh{flex:1 1 auto;min-height:360px;display:flex;align-items:center;justify-content:center}.dialogPaywall_contentWrap__auyCX{width:100%}.dialogPaywall_fade__Iz6Ed{animation:var(--kf-fade-in) var(--anim-duration-base) var(--anim-ease)}@media (max-width:640px){.dialogPaywall_scrollBody__6M_vF{padding:1.25rem 1rem}}