.chat-sidebar{width:280px;height:100vh;position:fixed;left:0;top:0;background:#18181b;border-right:1px solid #ffffff14;display:flex;flex-direction:column;z-index:100}.chat-sidebar-logo{display:flex;align-items:center;gap:10px;padding:20px;text-decoration:none;transition:opacity .2s}.chat-sidebar-logo:hover{opacity:.9}.chat-sidebar-cube{flex-shrink:0}.chat-sidebar-logo-text{font-size:24px;font-weight:800;color:#fff;letter-spacing:-.02em;font-style:italic}.chat-sidebar-new{display:flex;align-items:center;gap:10px;margin:0 12px 16px;padding:12px 16px;background:#22c55e26;border:1px solid #22c55e4d;border-radius:10px;color:#22c55e;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.chat-sidebar-new:hover{background:#22c55e40;border-color:#22c55e80}.chat-sidebar-search{display:flex;align-items:center;gap:10px;margin:0 12px 20px;padding:10px 14px;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px}.chat-sidebar-search svg{flex-shrink:0;color:#fff6}.chat-sidebar-search input{flex:1;background:#0000;border:none;outline:none;font-size:14px;color:#fff}.chat-sidebar-search input::placeholder{color:#fff6}.chat-sidebar-section{flex:1;overflow:hidden;display:flex;flex-direction:column;padding:0 12px}.chat-sidebar-section-title{font-size:13px;font-weight:600;color:#ffffff80;margin-bottom:12px;padding:0 4px}.chat-sidebar-list{flex:1;overflow-y:auto}.chat-sidebar-empty{font-size:14px;color:#ffffff59;padding:4px}.chat-sidebar-item{display:flex;align-items:flex-start;gap:12px;width:100%;padding:12px;background:#0000;border:none;border-radius:10px;cursor:pointer;transition:all .15s ease;text-align:left}.chat-sidebar-item:hover{background:#ffffff0d}.chat-sidebar-item.active{background:#ff8b551a;border:1px solid #ff8b5533}.chat-sidebar-item-icon{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#ff8b551a;border-radius:8px;color:#ff8b55;flex-shrink:0}.chat-sidebar-item.active .chat-sidebar-item-icon{background:#ff8b5533}.chat-sidebar-item-content{display:flex;flex-direction:column;gap:4px;overflow:hidden}.chat-sidebar-item-title{font-size:14px;font-weight:500;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.chat-sidebar-item.active .chat-sidebar-item-title{color:#ff8b55}.chat-sidebar-item-industry{font-size:12px;color:#fff6}.chat-sidebar-bottom{margin-top:auto;padding:12px;border-top:1px solid #ffffff14}.chat-sidebar-menu{display:flex;flex-direction:column;gap:2px}.chat-sidebar-menu-item{display:flex;align-items:center;gap:12px;width:100%;padding:10px 12px;background:#0000;border:none;border-radius:8px;font-size:14px;font-weight:500;color:#ffffffb3;cursor:pointer;transition:all .15s ease;text-align:left}.chat-sidebar-menu-item:hover{background:#ffffff0d;color:#fff}.chat-sidebar-menu-item.highlight,.chat-sidebar-menu-item.highlight:hover{color:#22c55e}.chat-sidebar-menu-item span.chat-sidebar-badge{margin-left:auto;padding:2px 8px;background:#ff8b5533;border-radius:10px;font-size:12px;font-weight:600;color:#ff8b55}.chat-sidebar-menu-item svg{flex-shrink:0;opacity:.7}.chat-sidebar-divider{height:1px;background:#ffffff14;margin:8px 0}.chat-sidebar-user{display:flex;align-items:center;gap:12px;padding:12px;margin-top:8px;border-radius:8px;transition:all .15s ease;cursor:pointer}.chat-sidebar-user:hover{background:#ffffff0d}.chat-sidebar-avatar{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#a855f7,#6366f1);border-radius:50%;font-size:14px;font-weight:600;color:#fff}.chat-sidebar-user-info{display:flex;flex-direction:column;gap:2px;overflow:hidden}.chat-sidebar-user-email{font-size:14px;font-weight:500;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-sidebar-user-plan{font-size:12px;color:#fff6}@media (max-width:768px){.chat-sidebar{position:relative;width:100%;max-width:300px;height:100%;border-radius:24px 0 0 24px}}.chat-layout{display:flex;min-height:100vh;background:#0a0a0a;overflow-x:hidden;max-width:100vw}.chat-layout-sidebar{flex-shrink:0;width:280px}.chat-layout-main{min-height:100vh;overflow-x:hidden}.chat-layout-content,.chat-layout-main{flex:1;display:flex;flex-direction:column;min-width:0}.chat-layout-mobile-header,.chat-layout-overlay{display:none}@media (max-width:768px){.chat-layout-sidebar{position:fixed;right:0;top:0;width:100%;max-width:300px;height:100vh;z-index:200;transform:translateX(100%);transition:transform .3s ease}.chat-layout-sidebar.open{transform:translateX(0)}.chat-layout-main{margin-left:0}.chat-layout-mobile-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:#18181b;border-bottom:1px solid #ffffff14}.chat-layout-menu-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#0000;border:none;color:#ffffffb3;cursor:pointer;border-radius:8px;transition:all .15s ease}.chat-layout-menu-btn:hover{background:#ffffff0d;color:#fff}.chat-layout-mobile-logo{display:flex;align-items:center;gap:8px;text-decoration:none}.chat-layout-mobile-logo span{font-size:20px;font-weight:800;color:#fff;letter-spacing:-.02em;font-style:italic}.chat-layout-overlay{display:block;position:fixed;inset:0;background:#0009;z-index:150}}