.ChatLayout-module__2F5lfG__container{direction:rtl;justify-content:flex-start;align-items:stretch;width:100vw;height:100vh;padding:0;display:flex;overflow:hidden}.ChatLayout-module__2F5lfG__layoutFrame{gap:0;width:100%;max-width:none;height:100%;min-height:auto;max-height:none;display:flex;position:relative}.ChatLayout-module__2F5lfG__mainContent{background:var(--bg-app);box-shadow:none;direction:ltr;border:none;border-radius:0;flex-direction:column;flex:1;transition:background .3s;display:flex;position:relative;overflow:hidden}.ChatLayout-module__2F5lfG__header{border-bottom:1px solid var(--glass-border);background:var(--bg-app);z-index:10;direction:rtl;align-items:center;gap:1rem;min-height:60px;padding:.75rem 1.5rem;display:flex}.ChatLayout-module__2F5lfG__menuBtn{background:var(--button-bg);border-radius:var(--radius-sm);cursor:pointer;width:40px;height:40px;color:var(--text-primary);border:none;justify-content:center;align-items:center;transition:all .2s;display:flex}.ChatLayout-module__2F5lfG__menuBtn:hover{background:var(--button-hover)}.ChatLayout-module__2F5lfG__title{color:var(--text-primary);margin:0;font-size:1.25rem;font-weight:600}.ChatLayout-module__2F5lfG__headerLogoRight{cursor:pointer;justify-content:center;align-items:center;transition:opacity .2s;display:flex}.ChatLayout-module__2F5lfG__headerLogoRight:hover{opacity:.8}.ChatLayout-module__2F5lfG__headerLogoImg{object-fit:contain;width:auto;height:32px}.ChatLayout-module__2F5lfG__logoImageLight,.ChatLayout-module__2F5lfG__logoImageDark{display:none!important}@media (min-width:769px){.ChatLayout-module__2F5lfG__desktopOnly.ChatLayout-module__2F5lfG__logoImageDark{display:block!important}body[data-theme=light] .ChatLayout-module__2F5lfG__desktopOnly.ChatLayout-module__2F5lfG__logoImageLight{display:block!important}body[data-theme=light] .ChatLayout-module__2F5lfG__desktopOnly.ChatLayout-module__2F5lfG__logoImageDark{display:none!important}}@media (max-width:768px){.ChatLayout-module__2F5lfG__mobileOnly.ChatLayout-module__2F5lfG__logoImageDark{display:block!important}body[data-theme=light] .ChatLayout-module__2F5lfG__mobileOnly.ChatLayout-module__2F5lfG__logoImageLight{display:block!important}body[data-theme=light] .ChatLayout-module__2F5lfG__mobileOnly.ChatLayout-module__2F5lfG__logoImageDark{display:none!important}}.ChatLayout-module__2F5lfG__content{flex:1;padding:0;position:relative;overflow-y:auto}.ChatLayout-module__2F5lfG__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:999;background:#0006;animation:.3s ChatLayout-module__2F5lfG__fadeIn;display:none;position:fixed;inset:0}@keyframes ChatLayout-module__2F5lfG__fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width:768px){.ChatLayout-module__2F5lfG__container{align-items:stretch;height:100dvh;padding:0}.ChatLayout-module__2F5lfG__layoutFrame{border-radius:0;gap:0;max-width:none;height:100%;max-height:none}.ChatLayout-module__2F5lfG__mainContent{background:var(--bg-app);border:none;border-radius:0}.ChatLayout-module__2F5lfG__overlay{display:block}.ChatLayout-module__2F5lfG__header{padding:.75rem 1rem}}@media (min-width:769px){.ChatLayout-module__2F5lfG__menuBtn{display:none}.ChatLayout-module__2F5lfG__header{padding:.75rem 1.5rem;display:flex}}.ChatLayout-module__2F5lfG__headerSpacer{flex:1}.ChatLayout-module__2F5lfG__headerLeft{align-items:center;gap:.75rem;display:flex}.ChatLayout-module__2F5lfG__headerUserBtn{width:36px;height:36px;color:var(--text-primary);cursor:pointer;opacity:.8;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex}.ChatLayout-module__2F5lfG__headerUserBtn:hover{background:var(--button-bg);opacity:1;transform:translateY(-1px)}.ChatLayout-module__2F5lfG__headerNewChatBtn{width:36px;height:36px;color:var(--text-primary);cursor:pointer;opacity:.8;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex}.ChatLayout-module__2F5lfG__headerNewChatBtn:hover{background:var(--button-bg);opacity:1;transform:translateY(-1px)}.ChatLayout-module__2F5lfG__headerCreditBtn{background:var(--accent-primary);color:var(--accent-text);cursor:pointer;white-space:nowrap;box-shadow:0 4px 12px rgba(var(--accent-primary-rgb,255,255,255),.2);border:none;border-radius:12px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.85rem;font-weight:700;transition:all .2s;display:flex}.ChatLayout-module__2F5lfG__headerCreditBtn:hover{filter:brightness(1.1);box-shadow:0 6px 16px rgba(var(--accent-primary-rgb,255,255,255),.3);transform:translateY(-1px)}.ChatLayout-module__2F5lfG__headerCreditText{display:block}.ChatLayout-module__2F5lfG__userMenuWrapper{position:relative}.ChatLayout-module__2F5lfG__menuOverlay{z-index:90;background:0 0;position:fixed;inset:0}.ChatLayout-module__2F5lfG__userDropdown{background:var(--bg-app);border:1px solid var(--glass-border-light);width:240px;box-shadow:var(--shadow-md);z-index:100;direction:rtl;border-radius:16px;padding:.5rem;animation:.2s ease-out ChatLayout-module__2F5lfG__slideDownFade;position:absolute;top:calc(100% + .5rem);left:0}@keyframes ChatLayout-module__2F5lfG__slideDownFade{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.ChatLayout-module__2F5lfG__dropdownHeader{align-items:center;gap:.75rem;padding:.75rem;display:flex}.ChatLayout-module__2F5lfG__userAvatarMini{background:var(--accent-primary);width:40px;height:40px;color:var(--accent-text);border-radius:50%;justify-content:center;align-items:center;font-size:1.1rem;font-weight:700;display:flex}.ChatLayout-module__2F5lfG__dropdownUserInfo{flex-direction:column;display:flex;overflow:hidden}.ChatLayout-module__2F5lfG__userNameMini{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:.9rem;font-weight:600;overflow:hidden}.ChatLayout-module__2F5lfG__userRoleMini{color:var(--text-tertiary);font-size:.75rem}.ChatLayout-module__2F5lfG__dropdownDivider{background:var(--glass-border-light);height:1px;margin:.25rem .5rem}.ChatLayout-module__2F5lfG__creditDropdownRow{background:rgba(var(--accent-primary-rgb),.05);border-radius:12px;justify-content:space-between;align-items:center;margin:.25rem .5rem;padding:.6rem .75rem;display:flex}.ChatLayout-module__2F5lfG__creditDropdownInfo{color:var(--text-primary);align-items:center;gap:.5rem;display:flex}.ChatLayout-module__2F5lfG__creditTextContainer{flex-direction:column;gap:0;line-height:1.1;display:flex}.ChatLayout-module__2F5lfG__balanceValue{white-space:nowrap;font-size:.8rem;font-weight:700}.ChatLayout-module__2F5lfG__currencyText{color:var(--text-tertiary);font-size:.65rem;font-weight:500}.ChatLayout-module__2F5lfG__addCreditBtn{background:var(--accent-primary);width:26px;height:26px;color:var(--accent-text);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex}.ChatLayout-module__2F5lfG__addCreditBtn:hover{filter:brightness(1.1);transform:scale(1.1)}.ChatLayout-module__2F5lfG__dropdownItem{width:100%;color:var(--text-secondary);cursor:pointer;background:0 0;border-radius:10px;align-items:center;gap:.75rem;padding:.6rem .75rem;font-size:.85rem;transition:all .2s;display:flex}.ChatLayout-module__2F5lfG__dropdownItem:hover{background:var(--button-bg);color:var(--text-primary)}.ChatLayout-module__2F5lfG__dropdownItem svg{opacity:.7}.ChatLayout-module__2F5lfG__dropdownItem:hover svg{opacity:1}.ChatLayout-module__2F5lfG__dropdownThemeRow{justify-content:space-between;align-items:center;margin:0 .25rem;padding:.4rem .75rem;display:flex}.ChatLayout-module__2F5lfG__dropdownThemeInfo{color:var(--text-secondary);align-items:center;gap:.75rem;font-size:.85rem;display:flex}.ChatLayout-module__2F5lfG__logoutItem{color:#ff3b30}.ChatLayout-module__2F5lfG__logoutItem:hover{background:#ff3b301a}@media (max-width:600px){.ChatLayout-module__2F5lfG__headerCreditBtn{padding:.4rem .75rem;font-size:.75rem}.ChatLayout-module__2F5lfG__headerCreditText{display:block}.ChatLayout-module__2F5lfG__userDropdown{left:0}}@media (max-width:400px){.ChatLayout-module__2F5lfG__headerLogoRight{display:none}}.ChatLayout-module__2F5lfG__headerVersionBadge{cursor:pointer;color:#c084fc;white-space:nowrap;direction:rtl;background:linear-gradient(135deg,#818cf814,#f472b614);border:1px solid #c084fc38;border-radius:6px;justify-content:center;align-self:center;align-items:center;margin-right:8px;padding:3px 8px;font-size:.65rem;font-weight:700;transition:all .2s;display:flex}.ChatLayout-module__2F5lfG__headerVersionBadge:hover{background:linear-gradient(135deg,#818cf826,#f472b626);border-color:#c084fc66;transform:translateY(-1px);box-shadow:0 0 10px #c084fc26}@media (max-width:480px){.ChatLayout-module__2F5lfG__headerVersionBadge{margin-right:4px;padding:2px 6px;font-size:.6rem}}
