.app-layout-module__TEhR-a__layoutRoot{flex-direction:column;width:100%;min-height:100dvh;display:flex}.app-layout-module__TEhR-a__bodyWrap{flex:1;min-height:0;display:flex}.app-layout-module__TEhR-a__sidebarWrap,.app-layout-module__TEhR-a__topbarWrap{display:none}.app-layout-module__TEhR-a__mainContent{flex-direction:column;flex:1;width:100%;min-width:0;display:flex}.app-layout-module__TEhR-a__pageWrap{flex-direction:column;flex:1;display:flex}@media (min-width:768px){.app-layout-module__TEhR-a__layoutRoot{background-color:#fef7ff;flex-direction:column;height:100dvh;display:flex;overflow:hidden}.app-layout-module__TEhR-a__bodyWrap{grid-template-columns:var(--app-sidebar-current-width,var(--app-sidebar-width,251px))minmax(0,1fr);height:100dvh;min-height:0;transition:grid-template-columns .3s cubic-bezier(.4,0,.2,1);display:grid;overflow:hidden}.app-layout-module__TEhR-a__sidebarWrap{border-right:var(--common-light-border-width)solid var(--common-light-border);background-color:#fef7ff;flex-shrink:0;width:100%;height:100%;transition:width .3s,transform .3s;display:block;overflow:hidden}.app-layout-module__TEhR-a__sidebarCollapsed{border-right:1px solid #79747e42;width:83px;transform:none}.app-layout-module__TEhR-a__sidebar{flex-direction:column;gap:12px;height:100%;padding:16px 12px;display:flex;position:relative;top:auto;overflow:hidden}.app-layout-module__TEhR-a__sidebarHeader{justify-content:space-between;align-items:center;min-height:48px;padding:0 8px 12px;transition:all .2s;display:flex}.app-layout-module__TEhR-a__sidebarHeaderCollapsed{justify-content:center;padding:0 0 12px}.app-layout-module__TEhR-a__sidebarLogo{align-items:center;transition:opacity .2s;display:flex}.app-layout-module__TEhR-a__sidebarLogoImg{object-fit:contain;width:101px}.app-layout-module__TEhR-a__navLinks{flex-direction:column;gap:4px;margin:0;padding:0;list-style:none;display:flex}.app-layout-module__TEhR-a__navItem{color:var(--Schemes-OnSurfaceVariant,#49454f);letter-spacing:.1px;border-radius:100px;justify-content:flex-start;align-items:center;gap:12px;padding:16px;font-size:14px;font-weight:500;line-height:20px;text-decoration:none;transition:all .2s;display:flex;overflow:hidden}.app-layout-module__TEhR-a__sidebarCollapsed .app-layout-module__TEhR-a__navItem{border-radius:12px;justify-content:center;padding:16px 0}.app-layout-module__TEhR-a__navItem:hover{background:#6750a414}.app-layout-module__TEhR-a__navItemActive{background:var(--Schemes-PrimaryContainer,#e9def8);color:#1f182b;font-weight:500}.app-layout-module__TEhR-a__navIcon{color:var(--Schemes-OnSurfaceVariant,#49454f);flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;transition:all .2s;display:flex}.app-layout-module__TEhR-a__navIcon svg{width:24px;height:24px}.app-layout-module__TEhR-a__navItemActive .app-layout-module__TEhR-a__navIcon{color:#4a4459}.app-layout-module__TEhR-a__navItemActive .app-layout-module__TEhR-a__navLabel{color:#1f182b}.app-layout-module__TEhR-a__navLabel{white-space:nowrap;transition:opacity .2s,transform .2s}.app-layout-module__TEhR-a__sidebarFooter{border-top:1px solid #79747e1f;flex-direction:column;gap:8px;margin-top:auto;padding-top:16px;display:flex}.app-layout-module__TEhR-a__recentChatsSection{flex-direction:column;flex:1;gap:4px;min-height:0;margin-top:8px;display:flex}.app-layout-module__TEhR-a__recentChatsHeader{color:#49454f;justify-content:space-between;align-items:center;padding:0 8px;display:flex}.app-layout-module__TEhR-a__recentChatsTitle{font-size:14px;font-weight:500}.app-layout-module__TEhR-a__recentChatsHeader button{cursor:pointer;color:#49454f;background:0 0;border:none;border-radius:50%;place-items:center;padding:4px;display:grid}.app-layout-module__TEhR-a__recentChatsHeader button:hover{background:#6750a414}.app-layout-module__TEhR-a__recentChatsSearchBox{flex-direction:column;gap:8px;padding:0 8px;display:flex}.app-layout-module__TEhR-a__recentChatsSearchInput{color:#1d1b20;background:#6750a40d;border:none;border-radius:8px;outline:none;width:100%;padding:6px 12px;font-size:13px}.app-layout-module__TEhR-a__recentChatsList{flex-direction:column;flex:1;gap:0;margin:0;padding:0 8px;list-style:none;display:flex;overflow-y:auto}.app-layout-module__TEhR-a__recentChatItem{color:#49454f;cursor:pointer;opacity:1;background:0 0;border-radius:100px;flex-shrink:0;justify-content:space-between;align-items:center;gap:8px;width:227px;min-height:40px;margin:1px auto;padding:0 8px 0 10px;font-size:14px;transition:background .2s,color .2s;display:flex;position:relative}.app-layout-module__TEhR-a__recentChatItem:hover{background:#6750a414}.app-layout-module__TEhR-a__recentChatItemActive{color:#1d1b20;background:#6750a41f;font-weight:500}.app-layout-module__TEhR-a__recentChatGlyph{color:inherit;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.app-layout-module__TEhR-a__recentChatText{white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;overflow:hidden}.app-layout-module__TEhR-a__recentChatMenuBtn{color:#49454f;opacity:0;cursor:pointer;background:0 0;border:none;border-radius:50%;flex-shrink:0;place-items:center;width:28px;height:28px;transition:opacity .15s,background .15s;display:grid}.app-layout-module__TEhR-a__recentChatItem:hover .app-layout-module__TEhR-a__recentChatMenuBtn,.app-layout-module__TEhR-a__recentChatMenuBtn:focus-visible{opacity:1}.app-layout-module__TEhR-a__recentChatMenuBtn:hover{background:#6750a41a}.app-layout-module__TEhR-a__recentChatMenu{z-index:12;background:#fff;border:1px solid #79747e38;border-radius:10px;min-width:130px;padding:6px;position:absolute;top:calc(100% + 4px);right:4px;box-shadow:0 8px 20px #1d1b2029}.app-layout-module__TEhR-a__recentChatContextMenu{z-index:1000;background:#fff;border:1px solid #79747e38;border-radius:10px;min-width:130px;padding:6px;position:fixed;box-shadow:0 8px 20px #1d1b2029}.app-layout-module__TEhR-a__recentChatMenuItem{color:#49454f;cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:8px;width:100%;padding:8px 10px;font-size:13px;font-weight:500;display:flex}.app-layout-module__TEhR-a__recentChatMenuItem:hover{background:#6750a414}.app-layout-module__TEhR-a__recentChatMenuItemDanger{color:#b3261e}.app-layout-module__TEhR-a__recentChatDeleteError{color:#b3261e;margin:6px 12px 0;font-size:12px}.app-layout-module__TEhR-a__footerRow{border-radius:12px;justify-content:space-between;align-items:center;gap:12px;padding:8px;transition:all .2s;display:flex}.app-layout-module__TEhR-a__footerRowCollapsed{flex-direction:column-reverse;justify-content:center;gap:16px;padding:12px 0}.app-layout-module__TEhR-a__footerRow:hover{background:#6750a40a}.app-layout-module__TEhR-a__profileSection{flex:1;min-width:0;transition:all .2s;display:block}.app-layout-module__TEhR-a__profileMenuTrigger{cursor:pointer;background:0 0;border:none;border-radius:12px;align-items:center;gap:10px;width:100%;min-width:0;padding:0;display:flex}.app-layout-module__TEhR-a__sidebarCollapsed .app-layout-module__TEhR-a__profileSection{justify-content:center;width:100%}.app-layout-module__TEhR-a__avatar{background:var(--Schemes-SecondaryContainer,#e8def8);border-radius:50%;flex-shrink:0;place-items:center;width:36px;height:36px;display:grid;overflow:hidden}.app-layout-module__TEhR-a__avatarImg{object-fit:cover;width:100%;height:100%}.app-layout-module__TEhR-a__avatarInitials{color:var(--Schemes-OnSecondaryContainer,#1d192b);font-size:.9rem;font-weight:600}.app-layout-module__TEhR-a__avatarGuestIcon{color:var(--Schemes-OnSecondaryContainer,#1d192b)}.app-layout-module__TEhR-a__profileInfo{flex-direction:column;min-width:0;transition:opacity .2s;display:flex}.app-layout-module__TEhR-a__profileName{color:var(--Schemes-OnSurface,#1d1b20);white-space:nowrap;text-overflow:ellipsis;font-size:.85rem;font-weight:600;overflow:hidden}.app-layout-module__TEhR-a__profileNameGuest{font-family:var(--liznr-body-sm-font-family);font-size:var(--liznr-body-sm-font-size);line-height:var(--liznr-body-sm-line-height);font-weight:var(--liznr-label-strong-font-weight);letter-spacing:0}.app-layout-module__TEhR-a__profilePlan{white-space:nowrap;color:#565559;align-self:start;margin-top:2px;font-family:Inter Tight,Inter,system-ui,-apple-system,sans-serif;font-size:.75rem;font-weight:600}.app-layout-module__TEhR-a__profileUpgradeBtn{color:#2e7d32;background:#e8f5e9;border:1px solid #c8e6c9;border-radius:999px;justify-content:center;align-items:center;width:fit-content;margin-top:4px;padding:2px 10px;font-size:.72rem;font-weight:600;text-decoration:none;display:inline-flex}.app-layout-module__TEhR-a__profileUpgradeBtn:hover{background:#d8efd9}.app-layout-module__TEhR-a__topbarWrap{display:none}.app-layout-module__TEhR-a__topbar{justify-content:space-between;align-items:center;height:100%;padding:0 16px;display:flex}.app-layout-module__TEhR-a__topbarLeft{align-items:center;gap:1rem;display:flex}.app-layout-module__TEhR-a__logo{align-items:center;display:flex}.app-layout-module__TEhR-a__topbarLogoImg{object-fit:contain;width:101px;height:36px}.app-layout-module__TEhR-a__topbarActions{align-items:center;gap:12px;display:flex}.app-layout-module__TEhR-a__planInfo{color:#49454f;align-items:center;gap:.5rem;font-size:.85rem;display:flex}.app-layout-module__TEhR-a__planLabel{color:#79747e}.app-layout-module__TEhR-a__planValue{font-weight:600}.app-layout-module__TEhR-a__upgradeBtn{color:#2e7d32;cursor:pointer;background:#e8f5e9;border:1px solid #c8e6c9;border-radius:99px;padding:.4rem 1rem;font-size:.75rem;font-weight:600;transition:background .2s}.app-layout-module__TEhR-a__upgradeBtn:hover{background:#c8e6c9}.app-layout-module__TEhR-a__iconBtn{width:var(--app-icon-btn-size,40px);height:var(--app-icon-btn-size,40px);color:var(--Schemes-OnSurfaceVariant,#49454f);cursor:pointer;background:0 0;border:none;border-radius:50%;place-items:center;display:grid}.app-layout-module__TEhR-a__iconBtn svg{width:24px;height:24px}.app-layout-module__TEhR-a__iconBtn:hover{background:#6750a414}.app-layout-module__TEhR-a__profileBtnDesktop{width:var(--app-icon-btn-size,40px);height:var(--app-icon-btn-size,40px);cursor:pointer;background:var(--Schemes-SecondaryContainer,#e8def8);border:none;border-radius:50%;flex-shrink:0;place-items:center;padding:0;display:grid;overflow:hidden}.app-layout-module__TEhR-a__profileImageDesktop{object-fit:cover;width:100%;height:100%}.app-layout-module__TEhR-a__profileInitialsDesktop{color:var(--Schemes-OnSecondaryContainer,#1d192b);font-size:1rem;font-weight:600}.app-layout-module__TEhR-a__mainContent{overscroll-behavior:contain;scrollbar-gutter:stable;background-color:#fef7ff;flex-direction:column;flex:1;height:100%;min-height:100%;display:flex;position:relative;overflow:hidden auto}.app-layout-module__TEhR-a__mainContent>:not(.feedback-floating-wrap):not(.feedback-floating-btn):not(.phone-modal-overlay):not([data-canny-link]){z-index:1;position:relative}.app-layout-module__TEhR-a__mainContent:after{content:"";opacity:1;pointer-events:none;z-index:0;background-color:#cc88ff1a;border-radius:49.22px;width:600px;height:600px;position:absolute;top:40%;right:-350px;transform:translate(-20%)translateY(-50%)rotate(90deg);-webkit-mask-image:url(/new_mask.png);mask-image:url(/new_mask.png);-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}}
