.authenticated-view{display:flex;flex-direction:column;height:100%}.loading-older-messages{display:flex;justify-content:center;padding:10px;color:#6366f1}.loading-messages-spinner{color:#6366f1}.authenticated-view .chat-header{display:flex;align-items:center;gap:12px;padding:12px 16px;background:white;border-bottom:1px solid #e2e8f0;position:sticky;top:0;z-index:98}.authenticated-view .back-button{background:none;border:none;cursor:pointer;padding:8px;display:flex;align-items:center;color:#6366f1;transition:background-color .2s;border-radius:8px}.authenticated-view .back-button:hover{background:#f1f5f9}.authenticated-view .chat-header-info{flex:1;display:flex;align-items:center;gap:12px}.authenticated-view .chat-header-avatar{width:40px;height:40px;border-radius:50%;object-fit:cover}.authenticated-view .chat-header-text{flex:1;min-width:0}.authenticated-view .chat-header-text h3{margin:0;font-size:16px;font-weight:600;color:#1e293b}.authenticated-view .bot-status{display:flex;align-items:center;gap:8px;flex-wrap:nowrap;margin-top:2px}.authenticated-view .online-status{color:#10b981;font-size:12px;font-weight:500;flex-shrink:0}.authenticated-view .bot-profession{color:#64748b;font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:150px}.authenticated-view .menu-container{position:relative}.authenticated-view .menu-button{background:none;border:none;cursor:pointer;padding:8px;display:flex;align-items:center;color:#64748b;transition:background-color .2s;border-radius:8px}.authenticated-view .menu-button:hover{background:#f1f5f9}.authenticated-view .dropdown-menu{position:absolute;top:100%;right:0;margin-top:4px;background:white;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;min-width:160px;z-index:100;overflow:hidden}.authenticated-view .menu-item{width:100%;padding:10px 16px;border:none;background:none;display:flex;align-items:center;gap:10px;cursor:pointer;font-size:14px;color:#1e293b;transition:background-color .2s;text-align:left}.authenticated-view .menu-item:hover{background:#f1f5f9}.authenticated-view .menu-item.delete-item{color:#dc2626}.authenticated-view .menu-item.delete-item:hover{background:#fef2f2}.authenticated-view .modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.authenticated-view .modal-content{background:white;border-radius:12px;padding:24px;max-width:400px;width:100%;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.authenticated-view .modal-content h3{margin:0 0 12px;font-size:18px;font-weight:600;color:#1e293b}.authenticated-view .modal-content p{margin:0 0 20px;font-size:14px;color:#64748b;line-height:1.5}.authenticated-view .modal-actions{display:flex;gap:12px;justify-content:flex-end}.authenticated-view .modal-button{padding:8px 16px;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;border:none}.authenticated-view .modal-button:disabled{opacity:.5;cursor:not-allowed}.authenticated-view .cancel-button{background:#f1f5f9;color:#64748b}.authenticated-view .cancel-button:hover:not(:disabled){background:#e2e8f0}.authenticated-view .delete-button{background:#dc2626;color:#fff}.authenticated-view .delete-button:hover:not(:disabled){background:#b91c1c}.authenticated-view .chat-section{flex:1;display:flex;flex-direction:column;overflow:hidden;background:white}.authenticated-view .messages-container{flex:1;overflow-y:auto;padding:0 16px 16px;-webkit-overflow-scrolling:touch;display:flex;flex-direction:column-reverse;gap:16px}.authenticated-view .messages-container.align-top{justify-content:flex-end;padding-top:24px}.authenticated-view .input-form{padding:10px 16px;background:white;border-top:1px solid #e2e8f0}.authenticated-view .no-bot-selected{flex:1;display:flex;align-items:center;justify-content:center;background:white}.authenticated-view .no-bot-content{text-align:center;max-width:400px;padding:40px 20px}.authenticated-view .no-bot-icon{color:#94a3b8;margin-bottom:16px}.authenticated-view .no-bot-content h2{font-size:24px;font-weight:600;color:#1e293b;margin-bottom:8px}.authenticated-view .no-bot-content p{color:#64748b;font-size:16px}.unauthenticated-view{display:flex;flex-direction:column;height:100%}.unauthenticated-view .bot-stories{position:sticky;top:0;z-index:99;background:white;flex-shrink:0}.unauthenticated-view .stories-container{padding:6px 12px;gap:10px}.unauthenticated-view .story-item{min-width:52px;padding:4px;gap:6px}.unauthenticated-view .story-avatar{width:48px;height:48px;border:2px solid #e2e8f0}.unauthenticated-view .story-name{font-size:11px}.unauthenticated-view .chat-header{display:flex!important;align-items:center!important;justify-content:space-between!important;padding:6px 12px!important;background:white!important;border-bottom:1px solid #e2e8f0!important;position:relative!important;top:0!important;z-index:97!important;flex-shrink:0!important;box-shadow:none!important}.unauthenticated-view .chat-header-left{display:flex;align-items:center;gap:8px;flex:1}.unauthenticated-view .bot-avatar{width:32px;height:32px;flex-shrink:0}.unauthenticated-view .bot-avatar img{width:100%;height:100%;border-radius:50%;object-fit:cover}.unauthenticated-view .bot-info{flex:1;min-width:0}.unauthenticated-view .bot-name{font-size:13px;font-weight:600;color:#1e293b;margin:0;line-height:1.2}.unauthenticated-view .bot-status{display:flex;align-items:center;gap:6px;margin-top:1px}.unauthenticated-view .online-status{color:#10b981;font-size:11px;font-weight:500;flex-shrink:0}.unauthenticated-view .bot-profession{font-size:11px;color:#64748b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:150px}.unauthenticated-view .chat-section{flex:1;display:flex;flex-direction:column;overflow:hidden;background:white}.unauthenticated-view .messages-container{flex:1;overflow-y:auto;padding:16px 12px;-webkit-overflow-scrolling:touch}.unauthenticated-view .input-form{padding:10px 16px;background:white;border-top:1px solid #e2e8f0;flex-shrink:0}.unauthenticated-view .no-bot-selected{flex:1;display:flex;align-items:center;justify-content:center;background:white}.unauthenticated-view .no-bot-content{text-align:center;max-width:400px;padding:40px 20px}.unauthenticated-view .no-bot-icon{color:#94a3b8;margin-bottom:16px}.unauthenticated-view .no-bot-content h2{font-size:24px;font-weight:600;color:#1e293b;margin-bottom:8px}.unauthenticated-view .no-bot-content p{color:#64748b;font-size:16px}.unauthenticated-view .error-container,.unauthenticated-view .no-bots-container{flex:1;display:flex;align-items:center;justify-content:center;background:white}.app{width:100%;min-height:100vh;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;margin:0;padding:0}.social-container{width:100%;max-width:100%;margin:0;min-height:100vh;background:white;display:flex;flex-direction:column;position:relative;padding-bottom:var(--safe-area-inset-bottom)}.ios-notch-bar{position:fixed;top:0;left:0;right:0;height:var(--safe-area-inset-top);background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);z-index:98;display:none}.app-header{background:white;border-bottom:1px solid #e2e8f0;padding:16px 24px;padding-left:calc(24px + var(--safe-area-inset-left));padding-right:calc(24px + var(--safe-area-inset-right));position:sticky;top:0;z-index:99;margin-bottom:0}.header-content{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;flex-wrap:nowrap}.app-logo{display:flex;align-items:center;gap:12px;flex-shrink:0;min-width:0;transition:opacity .2s ease}.app-logo:hover{opacity:.8}.logo-icon{color:#667eea;width:32px;height:32px}.logo-image{height:26px;width:auto;object-fit:contain}.app-logo h1{font-size:28px;font-weight:700;margin:0;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.header-actions{display:flex;align-items:center;gap:16px;flex-shrink:0}.settings{display:flex;align-items:center;gap:16px}.settings-button{background:none;border:none;padding:8px;border-radius:8px;cursor:pointer;transition:background-color .2s ease;color:#64748b}.settings-button:hover{background-color:#f1f5f9;color:#334155}.bot-stories{background:white;padding:0;margin:0;border-bottom:1px solid #e2e8f0;border-top:none}.stories-container{display:flex;gap:20px;padding:12px 24px;overflow-x:auto;scroll-behavior:smooth;max-width:1200px;margin:0 auto;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch}.stories-container::-webkit-scrollbar{display:none}.story-item{display:flex;flex-direction:column;align-items:center;gap:12px;cursor:pointer;transition:all .3s ease;min-width:80px;padding:8px;border-radius:16px}.story-item:hover{transform:translateY(-2px);background:#f8fafc}.story-avatar-container{position:relative}.story-avatar{position:relative;width:72px;height:72px;border-radius:50%;border:3px solid #e2e8f0;overflow:hidden;transition:all .3s ease;background:white;box-shadow:0 4px 12px #0000001a}.story-item.active .story-avatar{border-color:#667eea;box-shadow:0 4px 20px #667eea4d}.story-avatar img{width:100%;height:100%;object-fit:cover}.active-indicator{position:absolute;bottom:4px;right:4px;width:20px;height:20px;background:#10b981;border:3px solid white;border-radius:50%;box-shadow:0 2px 8px #0003}.status-indicator{position:absolute;bottom:2px;right:2px;background:white;border-radius:50%;padding:2px;box-shadow:0 2px 4px #0000001a}.status-dot{color:#10b981;fill:currentColor}.story-name{font-size:14px;font-weight:600;color:#1e293b;text-align:center;line-height:1.2}.story-profession{font-size:12px;color:#64748b;text-align:center;line-height:1.2;max-width:80px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-section{flex:1;display:flex;flex-direction:column;background:white;max-width:1200px;margin:0 auto;width:100%;min-height:0}.chat-header{background:white;border-bottom:1px solid #e2e8f0;padding:20px 24px;display:flex;justify-content:flex-start;align-items:center;gap:16px;box-shadow:0 1px 3px #0000000a;position:sticky;top:65px;z-index:90}.chat-bot-info{display:flex;align-items:center;gap:16px;flex:1}.chat-bot-avatar{width:48px;height:48px;border-radius:50%;object-fit:cover;border:2px solid #e2e8f0}.chat-bot-details{display:flex;flex-direction:column;gap:4px}.chat-bot-details h3{margin:0;font-size:18px;font-weight:600;color:#1e293b;line-height:1.2}.bot-status{display:flex;align-items:center;gap:8px;flex-wrap:nowrap;overflow:hidden}.online-status{font-size:14px;color:#10b981;font-weight:500;display:flex;align-items:center;gap:4px;line-height:1;flex-shrink:0;white-space:nowrap}.bot-role{font-size:13px;color:#64748b;padding:2px 8px;background:#f1f5f9;border-radius:12px}.bot-profession{font-size:13px;color:#64748b;padding:2px 8px;background:#f1f5f9;border-radius:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:150px}.chat-actions{display:flex;align-items:center}.chat-action-btn{background:none;border:none;padding:8px;border-radius:8px;cursor:pointer;transition:background-color .2s ease;color:#64748b}.chat-action-btn:hover{background-color:#f1f5f9;color:#334155}.messages-container{flex:1;overflow-y:auto;padding:24px;display:flex;flex-direction:column;gap:20px;background:linear-gradient(to bottom,#f8fafc,#ffffff);min-height:400px;scroll-behavior:smooth}.messages-container::-webkit-scrollbar{width:6px}.messages-container::-webkit-scrollbar-track{background:transparent}.messages-container::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.messages-container::-webkit-scrollbar-thumb:hover{background:#94a3b8}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.message{display:flex;gap:12px;max-width:80%;animation:fadeInUp .3s ease}.user-message{align-self:flex-end;flex-direction:row-reverse}.bot-message{align-self:flex-start}.message-avatar{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden;box-shadow:0 2px 8px #0000001a}.message-avatar img{width:100%;height:100%;object-fit:cover}.user-avatar{width:100%;height:100%;object-fit:cover;border-radius:50%}.user-message .message-avatar{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff}.bot-message .message-avatar{background:#e2e8f0}.message-content{display:flex;flex-direction:column;gap:6px;flex:1}.message-text{padding:14px 18px;border-radius:20px;line-height:1.5;word-wrap:break-word;font-size:15px;box-shadow:0 2px 8px #00000014}.user-message .message-text{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;border-bottom-right-radius:6px}.bot-message .message-text{background:white;color:#1e293b;border:1px solid #e2e8f0;border-bottom-left-radius:6px}.loading-message .message-text{display:flex;align-items:center;gap:10px;background:#f8fafc;color:#64748b;border:1px solid #e2e8f0}.error-container,.no-bots-container{display:flex;align-items:center;justify-content:center;padding:40px 20px;background:white;border-bottom:1px solid #e2e8f0}.error-content,.no-bots-content{text-align:center;max-width:300px}.error-icon,.no-bots-icon{color:#f87171;margin-bottom:16px}.no-bots-icon{color:#cbd5e1}.error-content h3,.no-bots-content h3{font-size:18px;font-weight:600;color:#374151;margin:0 0 8px}.error-content p,.no-bots-content p{font-size:14px;color:#64748b;margin:0 0 16px;line-height:1.5}.retry-button{background:#667eea;color:#fff;border:none;padding:8px 16px;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .2s ease}.retry-button:hover{background:#5a67d8}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:40px 20px}.loading-small{padding:20px;gap:8px}.loading-medium{padding:40px 20px;gap:12px}.loading-large{padding:60px 20px;gap:16px}.loading-spinner{color:#667eea;animation:spin 1s linear infinite}.loading-message{font-size:14px;color:#64748b;font-weight:500}.message-sources{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;padding:16px;margin-top:8px;box-shadow:0 2px 4px #0000000a}.message-sources h4{margin:0 0 12px;font-size:12px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.5px}.source-item{background:white;border:1px solid #e2e8f0;border-radius:8px;padding:8px;margin-bottom:8px;font-size:11px}.source-item:last-child{margin-bottom:0}.source-content{color:#374151;margin-bottom:6px;line-height:1.4}.source-link{display:flex;align-items:center;gap:4px;color:#6366f1;margin-bottom:4px}.source-score{color:#64748b;font-weight:500}.message-timestamp{font-size:10px;color:#94a3b8;margin-top:2px}.user-message .message-timestamp{text-align:right}.input-form{padding:20px 24px;background:white;border-top:1px solid #e2e8f0;box-shadow:0 -2px 8px #0000000a}.input-container{display:flex;gap:12px;align-items:center;max-width:1200px;margin:0 auto}.message-input{flex:1;padding:14px 20px;border:1px solid #e2e8f0;border-radius:25px;font-size:15px;outline:none;transition:all .2s ease;background:#f8fafc;line-height:1.4}.message-input:focus{border-color:#667eea;background:white;box-shadow:0 0 0 3px #667eea1a}.message-input:disabled{background:#f1f5f9;color:#94a3b8;cursor:not-allowed}.send-button{width:44px;height:44px;border:none;border-radius:50%;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;box-shadow:0 4px 12px #667eea4d}.send-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 16px #667eea66}.send-button:disabled{background:#e2e8f0;color:#94a3b8;cursor:not-allowed;transform:none;box-shadow:none}.send-button:disabled{background:#cbd5e1;cursor:not-allowed;transform:none;box-shadow:none}.no-bot-selected{flex:1;display:flex;align-items:center;justify-content:center;background:#f8fafc;padding:40px 20px}.no-bot-content{text-align:center;max-width:300px}.no-bot-icon{color:#cbd5e1;margin-bottom:16px}.no-bot-content h2{font-size:20px;font-weight:600;color:#374151;margin:0 0 8px}.no-bot-content p{font-size:14px;color:#64748b;margin:0;line-height:1.5}.spinner{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 768px){.app-header{padding:5px 16px}.header-content{flex-wrap:nowrap;gap:8px}.app-logo h1{font-size:22px}.header-actions{gap:8px;flex-shrink:0}.search-input,.search-icon{display:none}.search-button{display:flex;align-items:center;justify-content:center}.bot-stories{padding:0}.stories-container{padding:12px 16px;gap:16px}.story-item{min-width:70px}.story-avatar{width:60px;height:60px}.chat-header{padding:16px;top:57px}.chat-bot-avatar{width:40px;height:40px}.messages-container{padding:16px;gap:16px}.message{max-width:90%}.message-text{padding:12px 16px;font-size:14px}.input-form{padding:16px}.input-container{flex-direction:column;gap:12px;align-items:stretch}.message-input{padding:14px 18px;font-size:16px;width:100%;box-sizing:border-box}.send-button{width:100%;height:48px;border-radius:12px;align-self:stretch}}@media (max-width: 480px){.app-logo h1{font-size:18px}.search-input,.search-icon{display:none}.search-button{display:flex;align-items:center;justify-content:center}.bot-stories{padding:0}.story-avatar{width:54px;height:54px}.story-name{font-size:12px}.story-description{font-size:11px}.chat-header{top:53px}.message{max-width:95%}.input-container{gap:10px}.message-input{font-size:16px;padding:12px 16px}.send-button{height:44px;font-size:14px}}@media (min-width: 769px) and (max-width: 1199px){.social-container{max-width:100%;margin:0 auto;box-shadow:none}.header-content,.input-container,.chat-section{max-width:900px;margin:0 auto}.search-input{width:160px}.message{max-width:75%}}@media (min-width: 1200px){.app{padding:0;min-height:100vh;display:flex;align-items:center;justify-content:center}.social-container{max-width:1200px;margin:0 auto;border-radius:16px;overflow:hidden;height:90vh;max-height:90vh;box-shadow:0 20px 40px #0000001a;display:flex;flex-direction:column}.chat-header{top:0}.chat-section{flex:1;display:flex;flex-direction:column;overflow:hidden}.messages-container{padding:32px;flex:1;overflow-y:auto}.message{max-width:70%}.input-form{padding:24px 32px;flex-shrink:0}}@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi){.story-avatar img,.chat-bot-avatar,.message-avatar img{image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}}.typing-indicator-container{align-self:flex-start}.typing-indicator{display:flex;gap:12px;align-items:flex-end;max-width:80%;animation:fadeInUp .3s ease}.typing-avatar{width:36px;height:36px;border-radius:50%;overflow:hidden;flex-shrink:0;box-shadow:0 2px 8px #0000001a}.typing-avatar img{width:100%;height:100%;object-fit:cover}.typing-bubble{background:white;border:1px solid #e2e8f0;border-radius:20px 20px 20px 6px;padding:14px 18px;box-shadow:0 2px 8px #00000014}.typing-dots{display:flex;gap:4px}.typing-dots span{width:8px;height:8px;border-radius:50%;background:#94a3b8;animation:typingDot 1.4s infinite ease-in-out}.typing-dots span:nth-child(1){animation-delay:0s}.typing-dots span:nth-child(2){animation-delay:.2s}.typing-dots span:nth-child(3){animation-delay:.4s}@keyframes typingDot{0%,80%,to{transform:scale(.8);opacity:.5}40%{transform:scale(1);opacity:1}}.chat-history-container{flex:1;display:flex;flex-direction:column;background:white;overflow:hidden;min-height:100%}.chat-history-header{padding:20px 22px;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;align-items:center;background:white;position:sticky;top:0;z-index:10}.chat-history-header h2{margin:0;font-size:20px;font-weight:600;color:#1e293b}.chat-count{font-size:14px;color:#64748b;font-weight:500}.chat-history-list{flex:1;overflow-y:auto;padding:0}.chat-history-item{display:flex;gap:16px;padding:16px 24px;cursor:pointer;background:white;border-bottom:1px solid #e2e8f0}.chat-history-item:hover{background:#f8fafc}.chat-item-avatar{flex-shrink:0}.chat-item-avatar img{width:56px;height:56px;border-radius:50%;object-fit:cover;box-shadow:0 2px 8px #0000001a}.chat-item-content{flex:1;min-width:0;display:flex;flex-direction:column;gap:6px}.chat-item-header{display:flex;justify-content:space-between;align-items:flex-start;gap:8px}.chat-item-info{display:flex;flex-direction:column;gap:2px;min-width:0}.chat-item-bot-name{margin:0;font-size:16px;font-weight:600;color:#1e293b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-item-profession{font-size:13px;color:#667eea;font-weight:500}.chat-item-timestamp{font-size:12px;color:#94a3b8;white-space:nowrap;flex-shrink:0}.chat-item-last-message{font-size:14px;color:#64748b;line-height:1.5;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-item-meta{display:flex;gap:12px;align-items:center}.message-count{font-size:12px;color:#94a3b8;font-weight:500}.chat-history-loading,.chat-history-empty{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:16px;padding:48px 24px;text-align:center}.chat-history-empty .empty-icon{color:#cbd5e1}.chat-history-empty h3{margin:0;font-size:20px;font-weight:600;color:#475569}.chat-history-empty p{margin:0;font-size:14px;color:#94a3b8}.loading-spinner{width:40px;height:40px;border:4px solid #f1f5f9;border-top-color:#667eea;border-radius:50%;animation:spin .8s linear infinite}.back-button{background:none;border:none;cursor:pointer;padding:0;margin-right:0;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#64748b;transition:all .2s ease}.back-button:hover{background:#f1f5f9;color:#667eea}.back-button:active{transform:scale(.95)}.chat-header{display:flex;align-items:center;padding:10px 20px;border-bottom:1px solid #e2e8f0;background:white}.chat-history-load-more{display:flex;justify-content:center;align-items:center;padding:20px;min-height:60px}.loading-spinner-small{width:24px;height:24px;border:3px solid #f3f4f6;border-top-color:#667eea;border-radius:50%;animation:spin 1s linear infinite}.chat-history-end{text-align:center;padding:24px;color:#94a3b8;font-size:14px}.chat-history-end p{margin:0}@supports (padding: max(0px)){.ios-notch-bar{display:block!important}body:has(.authenticated-view),#root:has(.authenticated-view),.app:has(.authenticated-view),.social-container:has(.authenticated-view),.authenticated-view{margin-top:0!important;padding-top:0!important}body:has(.authenticated-view){position:relative!important}.app:has(.authenticated-view){position:absolute!important;top:0!important;left:0!important;right:0!important;bottom:0!important}@media only screen and (max-width: 768px){.unauthenticated-view~.app-header,.social-container:has(.unauthenticated-view) .app-header{position:sticky!important;top:0!important;padding-top:env(safe-area-inset-top)!important;left:0;right:0;z-index:99!important}.authenticated-view~.app-header,.social-container:has(.authenticated-view) .app-header,.app-header{position:sticky!important;top:0!important;padding-top:5px!important;left:0;right:0;z-index:99!important}.bot-stories{position:sticky!important;top:47px!important;left:0;right:0;z-index:97!important}.chat-header{position:sticky!important;top:0;left:0!important;right:0!important;z-index:98!important;background:white!important}.social-container{padding-top:0!important;overflow:hidden!important}.chat-history-container{position:fixed!important;top:205px!important;left:0!important;right:0!important;bottom:0!important;overflow-y:auto!important;-webkit-overflow-scrolling:touch!important;padding-bottom:max(20px,env(safe-area-inset-bottom))!important}.chat-history-list{overflow-y:visible!important;flex:none!important;padding-bottom:200px!important}.authenticated-view .chat-section{position:fixed!important;top:117px!important;left:0!important;right:0!important;bottom:80px!important;overflow:hidden!important;display:flex!important;flex-direction:column!important}.unauthenticated-view .chat-section{position:fixed!important;top:213px!important;left:0!important;right:0!important;bottom:80px!important;overflow:hidden!important;display:flex!important;flex-direction:column!important}.messages-container{flex:1!important;overflow-y:auto!important;padding:16px!important}.input-form{position:fixed!important;bottom:0!important;left:0!important;right:0!important;z-index:95!important;padding:10px 16px!important;padding-bottom:max(10px,env(safe-area-inset-bottom))!important;padding-left:calc(16px + var(--safe-area-inset-left))!important;padding-right:calc(16px + var(--safe-area-inset-right))!important}.input-container{flex-direction:row!important;align-items:flex-end!important}.message-input{flex:1!important;width:auto!important}.send-button{width:38px!important;height:38px!important;border-radius:50%!important;flex-shrink:0!important;margin-bottom:8px!important;align-self:flex-end!important}}}*{margin:0;padding:0;box-sizing:border-box}:root{--safe-area-inset-top: env(safe-area-inset-top, 0px);--safe-area-inset-bottom: env(safe-area-inset-bottom, 0px);--safe-area-inset-left: env(safe-area-inset-left, 0px);--safe-area-inset-right: env(safe-area-inset-right, 0px)}html{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);overflow:hidden;height:100%;overscroll-behavior-y:none}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);min-height:100vh;height:100%;overflow:auto;-webkit-overflow-scrolling:touch;overscroll-behavior-y:none;padding:0;margin:0}#root{width:100%;min-height:100vh;overflow:auto;-webkit-overflow-scrolling:touch;overscroll-behavior-y:none}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:rgba(255,255,255,.1);border-radius:3px}::-webkit-scrollbar-thumb{background:rgba(255,255,255,.3);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,.5)}.fade-in{animation:fadeIn .3s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.slide-up{animation:slideUp .4s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.spinner{display:inline-block;width:20px;height:20px;border:3px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:spin 1s ease-in-out infinite}@keyframes spin{to{transform:rotate(360deg)}}.error-boundary{width:100%;min-height:100vh;display:flex;justify-content:center;align-items:center;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);padding:20px}.error-content{background:rgba(255,255,255,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;padding:40px;text-align:center;max-width:500px;box-shadow:0 20px 40px #0000001a}.error-icon{color:#ef4444;margin-bottom:20px}.error-content h2{font-size:24px;font-weight:700;color:#1e293b;margin-bottom:12px}.error-message{color:#64748b;margin-bottom:24px;line-height:1.6}.refresh-button{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;border:none;border-radius:12px;padding:12px 24px;font-size:16px;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s}.refresh-button:hover{transform:translateY(-2px);box-shadow:0 8px 16px #667eea4d}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:20px}.loading-spinner{animation:spin 1s linear infinite;color:#667eea}.loading-message{color:#64748b;font-size:14px;font-weight:500}.loading-small{gap:8px;padding:12px}.loading-small .loading-message{font-size:12px}.loading-large{gap:16px;padding:32px}.loading-large .loading-message{font-size:16px}
