.search-bots-container{display:flex;flex-direction:column;height:100%;background:#ffffff;overflow:hidden}.search-bots-header{display:flex;align-items:center;justify-content:space-between;padding:8px 16px;background:#ffffff;flex-shrink:0}.search-bots-title{margin:0;font-size:18px;font-weight:600;color:#111827;text-align:center}.header-spacer{width:40px;flex-shrink:0}.close-button{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:none;background:transparent;border-radius:10px;color:#6b7280;cursor:pointer;transition:all .2s ease;flex-shrink:0}.close-button:hover{background:#f3f4f6;color:#111827}.search-input-container{padding:12px 16px;background:#ffffff;border-bottom:1px solid #e5e7eb;flex-shrink:0}.search-input-wrapper{display:flex;align-items:center;min-height:44px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:12px;padding:0 14px;transition:all .2s ease}.search-input-wrapper:focus-within{background:#ffffff;border-color:#667eea;box-shadow:0 0 0 3px #667eea26}.search-icon{color:#9ca3af;flex-shrink:0}.search-input{flex:1;background:transparent;border:none;outline:none;padding:12px;font-size:16px;color:#111827;-webkit-appearance:none;-webkit-user-select:text;user-select:text;touch-action:manipulation;position:relative;z-index:1}.search-input::placeholder{color:#9ca3af}.clear-search-button{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;background:#e5e7eb;border-radius:50%;color:#6b7280;cursor:pointer;transition:all .2s ease;flex-shrink:0}.clear-search-button:hover{background:#d1d5db;color:#374151}.search-results{flex:1;overflow-y:auto;padding:0;background:#ffffff;-webkit-overflow-scrolling:touch}.search-results-section{border-bottom:1px solid #e5e7eb;background:#f9fafb}.no-results{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;text-align:center}.no-results p{color:#6b7280;font-size:16px;margin:0}.bots-list{display:flex;flex-direction:column}.bot-list-item{display:flex;align-items:center;gap:14px;padding:14px 16px;cursor:pointer;transition:background .2s ease;border-bottom:1px solid #f3f4f6}.bot-list-item:last-child{border-bottom:none}.bot-list-item:hover{background:#f3f4f6}.bot-list-item:active{background:#e5e7eb}.bot-list-avatar{width:52px;height:52px;border-radius:50%;overflow:hidden;flex-shrink:0;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%)}.bot-list-avatar img{width:100%;height:100%;object-fit:cover}.bot-list-info{flex:1;min-width:0}.bot-list-info h4{margin:0;font-size:16px;font-weight:600;color:#111827;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bot-list-profession{margin:2px 0 0;font-size:13px;color:#6b7280;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bot-list-prompts{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.bot-list-prompts .mini-prompt{font-size:11px;padding:4px 10px;background:rgba(102,126,234,.1);color:#667eea;border-radius:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:140px;cursor:pointer;transition:all .2s ease}.bot-list-prompts .mini-prompt:hover{background:rgba(102,126,234,.2);color:#5a67d8}.bot-list-chat-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:none;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:50%;color:#fff;cursor:pointer;transition:all .2s ease;flex-shrink:0}.bot-list-chat-btn:hover{transform:scale(1.05);box-shadow:0 4px 12px #667eea66}.select-bot-content{padding:24px 20px 100px;max-width:900px;margin:0 auto;width:100%;box-sizing:border-box}.select-bot-content .select-bot-header{text-align:center;margin-bottom:24px}.select-bot-content .select-bot-header h1{font-size:24px;font-weight:700;color:#1e293b;margin:0 0 8px}.select-bot-content .select-bot-header p{font-size:14px;color:#64748b;margin:0}.select-bot-content .featured-section{margin-bottom:28px}.select-bot-content .featured-card{display:flex;gap:24px;padding:20px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:16px;cursor:pointer;transition:all .2s ease;color:#fff}.select-bot-content .featured-card:hover{transform:translateY(-2px);box-shadow:0 12px 32px #667eea66}.select-bot-content .featured-left{display:flex;flex-direction:column;align-items:center;min-width:120px}.select-bot-content .featured-badge{display:flex;align-items:center;gap:4px;background:rgba(255,255,255,.2);padding:4px 10px;border-radius:12px;font-size:11px;font-weight:600;margin-bottom:12px}.select-bot-content .featured-avatar{width:100px;height:100px;border-radius:50%;overflow:hidden;border:3px solid rgba(255,255,255,.5);margin-bottom:12px}.select-bot-content .featured-avatar img{width:100%;height:100%;object-fit:cover}.select-bot-content .featured-left h2{font-size:16px;font-weight:700;margin:0 0 4px;text-align:center}.select-bot-content .featured-profession{font-size:12px;color:#fffc;margin:0;text-align:center}.select-bot-content .featured-left-info{display:flex;flex-direction:column;align-items:center}.select-bot-content .featured-right{flex:1;display:flex;flex-direction:column}.select-bot-content .featured-specialist{font-size:13px;font-weight:500;color:#fff;margin:0 0 16px;padding:0 0 12px;border-bottom:2px solid rgba(255,255,255,.3);line-height:1.5}.select-bot-content .prompts-label{font-size:12px;font-weight:600;color:#fffc;margin:0 0 10px}.select-bot-content .example-prompts{display:flex;flex-direction:column;gap:8px;flex:1}.select-bot-content .prompt-chip{display:flex;align-items:center;gap:8px;background:rgba(255,255,255,.15);padding:10px 14px;border-radius:8px;font-size:13px;transition:all .2s;cursor:pointer}.select-bot-content .prompt-chip:hover{background:rgba(255,255,255,.25);transform:translate(4px)}.select-bot-content .start-chat-btn{display:flex;align-items:center;justify-content:center;gap:8px;background:white;color:#667eea;border:none;padding:12px 20px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;margin-top:16px;transition:all .2s}.select-bot-content .start-chat-btn:hover{background:#f8fafc;transform:translateY(-1px)}.select-bot-content .bots-section{margin-top:24px}.select-bot-content .section-title{font-size:16px;font-weight:600;color:#1e293b;margin:0 0 16px}.select-bot-content .bots-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.select-bot-content .bot-card{background:#f8fafc;border-radius:12px;padding:14px;cursor:pointer;transition:all .2s ease;display:flex;gap:14px}.select-bot-content .bot-card:hover{background:#f1f5f9}.select-bot-content .bot-card-reversed{flex-direction:row-reverse}.select-bot-content .bot-card-reversed .bot-card-right{align-items:flex-end}.select-bot-content .bot-card-reversed .bot-card-prompts .mini-prompt{text-align:right}.select-bot-content .bot-card-left{display:flex;flex-direction:column;align-items:center;gap:6px;width:100px;min-width:70px;flex-shrink:0}.select-bot-content .bot-card-right{flex:1;display:flex;flex-direction:column;gap:8px}.select-bot-content .bot-card-avatar{width:44px;height:44px;min-width:44px;border-radius:50%;overflow:hidden}.select-bot-content .bot-card-avatar img{width:100%;height:100%;object-fit:cover}.select-bot-content .bot-card-info{text-align:center}.select-bot-content .bot-card-info h4{font-size:13px;font-weight:600;color:#1e293b;margin:0 0 2px}.select-bot-content .bot-card-profession{font-size:10px;color:#64748b;margin:0}.select-bot-content .bot-card-prompts{display:flex;flex-direction:column;gap:5px;flex:1;width:100%}.select-bot-content .bot-card-prompts .mini-prompt{font-size:11px;color:#64748b;background:rgba(102,126,234,.08);padding:5px 8px;border-radius:6px;display:block;cursor:pointer;transition:all .2s;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:left;width:100%}.select-bot-content .bot-card-prompts .mini-prompt:hover{background:rgba(102,126,234,.15);color:#4f46e5}.select-bot-content .bot-card-chat-btn{display:flex;align-items:center;justify-content:center;gap:4px;padding:8px 14px;background:#667eea;color:#fff;border:none;border-radius:6px;font-size:12px;font-weight:500;cursor:pointer;transition:all .2s;width:100%;flex-shrink:0}.select-bot-content .bot-card-chat-btn:hover{background:#5568d3}@media (max-width: 480px){.search-bots-header{padding:12px 16px}.search-input-container{padding:8px 12px 12px}.bot-list-item{padding:12px}.bot-list-avatar{width:48px;height:48px}.bot-list-prompts{display:none}}@media (max-width: 768px){.search-bots-container{overflow-y:auto;overflow-x:hidden}.search-input-container{flex-shrink:unset}.search-results{flex:unset;overflow:visible}.select-bot-content{padding:20px 16px 100px}.select-bot-content .select-bot-header h1{font-size:20px}.select-bot-content .featured-card{flex-direction:column;gap:16px;padding:16px}.select-bot-content .featured-left{min-width:auto;flex-direction:row;align-items:center;gap:14px}.select-bot-content .featured-left-info{align-items:flex-start}.select-bot-content .featured-left h2,.select-bot-content .featured-profession{text-align:left;margin:0}.select-bot-content .featured-specialist{display:none}.select-bot-content .featured-avatar{width:56px;height:56px;margin-bottom:0}.select-bot-content .featured-badge{display:none}.select-bot-content .bots-grid{grid-template-columns:1fr}.select-bot-content .bot-card{padding:12px}.select-bot-content .bot-card-avatar{width:40px;height:40px;min-width:40px}}@media (min-width: 769px){.search-bots-container{border-radius:12px;margin:20px;height:calc(100% - 40px);box-shadow:0 1px 3px #0000001a}.close-button{display:none}.search-bots-header{justify-content:center}.header-spacer{display:none}.search-input-container{display:flex;justify-content:center;padding:16px 40px}.search-input-wrapper{max-width:900px;width:100%}.search-results-section{display:flex;flex-direction:column;align-items:center}.search-results-section .bots-list,.search-results-section .no-results{max-width:900px;width:100%}.bot-list-item{padding:16px 20px}.bot-list-prompts .mini-prompt{max-width:180px}.select-bot-content{padding:32px 40px 60px}.select-bot-content .select-bot-header h1{font-size:28px}.select-bot-content .select-bot-header p{font-size:15px}}.bot-profile{display:flex;flex-direction:column;overflow:hidden}.bot-profile.sidebar{background:white;width:320px;height:100%;border-left:1px solid #e2e8f0;flex-shrink:0}.bot-profile.fullpage{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1000;background:rgba(0,0,0,.5);display:flex;flex-direction:row;align-items:flex-end;justify-content:center;padding:0}.bot-profile.fullpage .bot-profile-content{background:white;border-radius:16px 16px 0 0;max-height:85vh;width:100%;flex:none;box-shadow:0 -4px 20px #00000026;margin-bottom:0}.bot-profile-content{flex:1;overflow-y:auto;padding:24px;display:flex;flex-direction:column;align-items:center;position:relative;background:white}.bot-profile .close-button{position:absolute;top:12px;right:12px;background:none;border:none;padding:8px;cursor:pointer;color:#64748b;border-radius:8px;transition:all .2s;display:flex;align-items:center;justify-content:center}.bot-profile .close-button:hover{background:#f1f5f9;color:#1e293b}.bot-profile-avatar{width:120px;height:120px;min-width:120px;min-height:120px;margin-bottom:16px;border-radius:50%;overflow:hidden;flex-shrink:0}.bot-profile-avatar img{width:100%;height:100%;object-fit:cover;border:3px solid #e2e8f0;border-radius:50%}.bot-profile-name{font-size:24px;font-weight:700;color:#1e293b;margin:0 0 4px;text-align:center}.bot-profile-area{font-size:14px;color:#667eea;font-weight:500;margin:0 0 16px;text-align:center}.bot-profile-disclaimer{font-size:12px;color:#94a3b8;text-align:center;margin-bottom:24px;padding:0 12px;line-height:1.5}.bot-profile-bio,.bot-profile-bot-content{width:100%;margin-bottom:24px}.bot-profile-bio h3,.bot-profile-bot-content h3{font-size:14px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.05em;margin:0 0 12px}.bot-profile-markdown{font-size:14px;line-height:1.6;color:#334155}.bot-profile-markdown p{margin:0 0 12px}.bot-profile-markdown p:last-child{margin-bottom:0}.bot-profile-markdown ul,.bot-profile-markdown ol{margin:0 0 12px;padding-left:20px}.bot-profile-markdown li{margin-bottom:6px}.bot-profile-markdown li:last-child{margin-bottom:0}.bot-profile-markdown strong{font-weight:600;color:#1e293b}.bot-profile-markdown a{color:#667eea;text-decoration:none}.bot-profile-markdown a:hover{text-decoration:underline}@media (max-width: 767px){.bot-profile-content{padding:20px 16px}.bot-profile-avatar{width:100px;height:100px}.bot-profile-name{font-size:22px}}.report-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}.report-modal-content{background:white;border-radius:16px;padding:24px;max-width:480px;width:100%;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.report-modal-close{position:absolute;top:16px;right:16px;background:none;border:none;cursor:pointer;padding:4px;color:#64748b;border-radius:8px;transition:all .2s}.report-modal-close:hover{background:#f1f5f9;color:#1e293b}.report-modal-header{display:flex;align-items:center;gap:12px;margin-bottom:12px}.report-modal-header h3{margin:0;font-size:20px;font-weight:600;color:#1e293b}.report-icon{color:#f59e0b}.report-modal-description{color:#64748b;font-size:14px;line-height:1.5;margin-bottom:20px}.report-label{display:block;font-size:14px;font-weight:500;color:#1e293b;margin-bottom:10px}.report-categories{margin-bottom:20px}.report-category-option{display:flex;align-items:flex-start;gap:12px;padding:12px;border:1px solid #e2e8f0;border-radius:10px;margin-bottom:8px;cursor:pointer;transition:all .2s}.report-category-option:hover{border-color:#cbd5e1;background:#f8fafc}.report-category-option.selected{border-color:#667eea;background:#f0f1ff}.report-category-option input[type=radio]{margin-top:2px;accent-color:#667eea}.report-category-content{flex:1}.report-category-label{display:block;font-size:14px;font-weight:500;color:#1e293b}.report-category-description{display:block;font-size:12px;color:#64748b;margin-top:2px}.report-reason{margin-bottom:16px;position:relative}.report-reason textarea{width:100%;padding:12px;border:1px solid #e2e8f0;border-radius:10px;font-size:14px;font-family:inherit;resize:vertical;min-height:100px;transition:border-color .2s}.report-reason textarea:focus{outline:none;border-color:#667eea}.report-reason textarea::placeholder{color:#94a3b8}.report-char-count{position:absolute;bottom:8px;right:12px;font-size:11px;color:#94a3b8}.report-error{background:#fef2f2;color:#dc2626;padding:10px 14px;border-radius:8px;font-size:13px;margin-bottom:16px}.report-modal-actions{display:flex;gap:12px;justify-content:flex-end}.report-cancel-button,.report-submit-button{padding:10px 20px;border-radius:10px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;border:none}.report-cancel-button{background:#f1f5f9;color:#64748b}.report-cancel-button:hover:not(:disabled){background:#e2e8f0}.report-submit-button{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;display:flex;align-items:center;gap:8px}.report-submit-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #667eea66}.report-submit-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.report-spinner{animation:report-spin 1s linear infinite}@keyframes report-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.report-success{text-align:center;padding:20px 0}.report-success-icon{width:64px;height:64px;margin:0 auto 16px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff}.report-success h3{margin:0 0 8px;font-size:20px;font-weight:600;color:#1e293b}.report-success p{margin:0;color:#64748b;font-size:14px}@media (max-width: 480px){.report-modal-content{padding:20px;border-radius:16px 16px 0 0;position:fixed;bottom:0;left:0;right:0;max-width:none;max-height:85vh}.report-modal-overlay{align-items:flex-end;padding:0}.report-modal-actions{flex-direction:column-reverse}.report-cancel-button,.report-submit-button{width:100%;justify-content:center}}.authenticated-view{display:flex;flex-direction:column;height:100%;min-height:0;flex:1}.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;box-shadow:0 0 0 2px #667eea}.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 .upgrade-button{background:linear-gradient(135deg,#f59e0b 0%,#d97706 100%);color:#fff;display:flex;align-items:center;justify-content:center;gap:8px;box-shadow:0 4px 6px -1px #f59e0b4d;font-weight:600;padding:14px 24px}.authenticated-view .upgrade-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 12px -1px #f59e0b66}.authenticated-view .upgrade-button .spinner{animation:spin 1s linear infinite}.authenticated-view .limit-exceeded-modal{max-width:550px}.authenticated-view .limit-exceeded-modal h3{font-size:20px;margin-bottom:16px;color:#1f2937;line-height:1.4}.authenticated-view .limit-modal-body{max-height:60vh;overflow-y:auto;padding-right:8px}.authenticated-view .limit-exceeded-modal p{margin:12px 0;color:#4b5563;line-height:1.6;font-size:15px}.authenticated-view .limit-exceeded-modal .upgrade-intro{font-weight:500;color:#1f2937;margin-top:20px;margin-bottom:12px}.authenticated-view .limit-exceeded-modal .benefits-list{list-style:none;padding:0;margin:16px 0}.authenticated-view .limit-exceeded-modal .benefits-list li{padding:10px 0 10px 28px;color:#374151;line-height:1.5;position:relative;font-size:14px}.authenticated-view .limit-exceeded-modal .benefits-list li:before{content:"•";position:absolute;left:12px;color:#667eea;font-size:18px;font-weight:700}.authenticated-view .limit-exceeded-modal .pitch-text{font-style:italic;color:#6b7280;margin:20px 0;font-size:14px}.authenticated-view .limit-exceeded-modal .pricing-info{background:linear-gradient(135deg,rgba(245,158,11,.1) 0%,rgba(217,119,6,.1) 100%);border-radius:8px;padding:16px;margin:20px 0;border-left:3px solid #f59e0b}.authenticated-view .limit-exceeded-modal .pricing-info p{margin:4px 0}.authenticated-view .limit-exceeded-modal .price{font-size:16px;color:#1f2937}.authenticated-view .limit-exceeded-modal .price strong{color:#d97706}.authenticated-view .limit-exceeded-modal .no-commitment{font-size:13px;color:#6b7280}.authenticated-view .limit-exceeded-modal strong{color:#f59e0b;font-weight:600}.authenticated-view .limit-exceeded-modal .modal-actions{justify-content:center;margin-top:24px}.authenticated-view .chat-loading-container{flex:1;display:flex;align-items:center;justify-content:center;background:white}.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;position:relative}.authenticated-view .bot-disclaimer{position:absolute;top:0;left:0;right:0;text-align:center;font-size:11px;color:#94a3b8;padding:12px 16px;pointer-events:none}.authenticated-view .input-form{padding:10px 16px;background:white;border-top:1px solid #e2e8f0}.authenticated-view .input-disclaimer{margin:8px 0 0;font-size:11px;color:#94a3b8;text-align:center}.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}.authenticated-view .message-text.error-message{color:#dc2626;background-color:#fef2f2;padding:12px;border-radius:8px;border-left:3px solid #dc2626;display:flex;align-items:center;gap:8px;flex-wrap:wrap}.authenticated-view .resend-button{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;background:#dc2626;color:#fff;border:none;border-radius:4px;font-size:12px;font-weight:500;cursor:pointer;transition:all .2s;margin-left:auto;white-space:nowrap}.authenticated-view .resend-button:hover:not(:disabled){background:#b91c1c}.authenticated-view .resend-button:disabled{opacity:.6;cursor:not-allowed}.authenticated-view .resend-button svg{flex-shrink:0}.authenticated-view.desktop-layout{display:grid;grid-template-columns:320px 1fr;grid-template-rows:1fr;height:100%;min-height:0;gap:0;overflow:hidden;transition:grid-template-columns .3s ease}.authenticated-view.desktop-layout.sidebar-collapsed{grid-template-columns:72px 1fr}.authenticated-view.desktop-layout.profile-open{grid-template-columns:320px 1fr 320px}.authenticated-view.desktop-layout.sidebar-collapsed.profile-open{grid-template-columns:72px 1fr 320px}.authenticated-view.desktop-layout .bot-profile.sidebar{grid-column:3;grid-row:1}.authenticated-view.desktop-layout .chat-history-sidebar{grid-column:1;grid-row:1;background:#f8fafc;border-right:1px solid #e2e8f0;overflow-y:auto;display:flex;flex-direction:column;position:relative;transition:width .3s ease,min-width .3s ease,max-width .3s ease}.authenticated-view.desktop-layout .chat-history-sidebar.collapsed{width:72px;min-width:72px;max-width:72px;overflow:visible;align-items:center;padding:16px 8px;justify-content:flex-start}.authenticated-view.desktop-layout .chat-history-sidebar.collapsed .chat-history-container{display:none}.sidebar-toggle-button{position:relative;right:auto;top:auto;transform:none;width:40px;height:40px;background:white;border:1px solid #e2e8f0;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#64748b;transition:all .2s;z-index:100;padding:0;margin:0 auto 12px;flex-shrink:0}.sidebar-toggle-button:hover{background:#f8fafc;color:#667eea;border-color:#667eea}.chat-history-sidebar:not(.collapsed) .sidebar-toggle-button{position:absolute;bottom:20px;left:50%;transform:translate(-50%);margin:0}.chat-history-sidebar.collapsed .new-chat-icon-button{position:relative;margin:0 auto 16px;flex-shrink:0}.collapsed-avatars{display:flex;flex-direction:column;align-items:center;gap:12px;padding:8px 4px;width:100%;box-sizing:border-box}.collapsed-avatar-button{width:44px;height:44px;min-width:44px;min-height:44px;border-radius:50%;border:none;background:transparent;padding:4px;cursor:pointer;transition:transform .2s,background .2s;flex-shrink:0;display:flex;align-items:center;justify-content:center}.collapsed-avatar-button:hover{transform:scale(1.05);background:rgba(102,126,234,.15)}.collapsed-avatar-button.selected{background:rgba(102,126,234,.3)}.collapsed-avatar-button.selected img{box-shadow:0 0 0 2px #667eea}.collapsed-avatar-button img{width:32px;height:32px;border-radius:50%;object-fit:cover;box-shadow:0 0 0 2px #667eea}.authenticated-view.desktop-layout .select-bot-page{grid-column:2;grid-row:1;background:white;overflow-y:auto}.select-bot-page.mobile{position:fixed;top:47px;left:0;right:0;bottom:0;background:white;overflow-y:auto;-webkit-overflow-scrolling:touch;z-index:50}.authenticated-view.desktop-layout .chat-header .back-button{display:none}.authenticated-view.desktop-layout .chat-section{grid-column:2;grid-row:1;display:grid;grid-template-rows:auto 1fr auto;grid-template-columns:1fr;min-height:0;overflow:hidden}.authenticated-view.desktop-layout .chat-header{grid-row:1;position:sticky;top:0;z-index:90}.authenticated-view.desktop-layout .messages-container{grid-row:2;display:flex!important;flex-direction:column!important;overflow-y:auto!important;overflow-x:hidden!important;min-height:0!important;max-height:100%!important;padding:16px!important;gap:16px!important;scroll-behavior:auto!important}.authenticated-view.desktop-layout .messages-container::-webkit-scrollbar{width:8px}.authenticated-view.desktop-layout .messages-container::-webkit-scrollbar-track{background:#f1f5f9;border-radius:4px}.authenticated-view.desktop-layout .messages-container::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.authenticated-view.desktop-layout .messages-container::-webkit-scrollbar-thumb:hover{background:#94a3b8}.authenticated-view.desktop-layout .input-form{grid-row:3;flex-shrink:0;position:relative;z-index:100;background:white;border-top:1px solid #e2e8f0}.authenticated-view.desktop-layout .chat-history{flex:1;overflow-y:auto;background:transparent;padding:0}.authenticated-view.desktop-layout .chat-history-list{padding:8px}.authenticated-view.desktop-layout .chat-history-item{margin-bottom:4px;border-radius:8px;padding:12px;cursor:pointer;transition:background .2s}.authenticated-view.desktop-layout .chat-history-item:hover{background:#e2e8f0}.authenticated-view.desktop-layout .chat-history-item.selected{background:#ede9fe;border-left:3px solid #667eea}.authenticated-view.desktop-layout .chat-history-item.active{background:#dbeafe;border-left:3px solid #3b82f6}.floating-new-chat-button{display:none}@media (max-width: 768px){.floating-new-chat-button{display:flex;align-items:center;justify-content:center;position:fixed;bottom:24px;right:24px;width:56px;height:56px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;border:none;border-radius:50%;box-shadow:0 4px 12px #667eea66;cursor:pointer;z-index:100;transition:all .2s ease}.floating-new-chat-button:hover{transform:scale(1.05);box-shadow:0 6px 16px #667eea80}.floating-new-chat-button:active{transform:scale(.95)}.chat-history-header{display:none!important}.authenticated-view .chat-section{display:flex!important;flex-direction:column!important;grid-template-rows:unset!important;grid-template-columns:unset!important;position:fixed!important;top:58px!important;left:0!important;right:0!important;bottom:0!important;overflow:hidden!important}.authenticated-view .messages-container{flex:1 1 0!important;display:flex!important;flex-direction:column-reverse!important;grid-row:unset!important;overflow-y:auto!important;overflow-x:hidden!important;-webkit-overflow-scrolling:touch!important;min-height:0!important;height:0!important}.authenticated-view .chat-header{grid-row:unset!important;position:relative!important;top:unset!important;z-index:98!important;flex-shrink:0!important}.authenticated-view .input-form{grid-row:unset!important;position:relative!important;bottom:unset!important;left:unset!important;right:unset!important;flex-shrink:0!important;z-index:100!important}}@supports (padding: max(0px)){@media only screen and (max-width: 768px){.authenticated-view .chat-section{position:fixed!important;top:50px!important;left:0!important;right:0!important;bottom:0!important;display:flex!important;flex-direction:column!important;overflow:hidden!important}.authenticated-view .chat-header{position:relative!important;top:unset!important;z-index:98!important;flex-shrink:0!important}.authenticated-view .input-form{position:relative!important;bottom:unset!important;left:unset!important;right:unset!important;flex-shrink:0!important;z-index:100!important}.authenticated-view .messages-container{flex:1 1 0!important;overflow-y:auto!important;overflow-x:hidden!important;display:flex!important;flex-direction:column-reverse!important;-webkit-overflow-scrolling:touch!important;min-height:0!important;height:0!important}}}.select-bot-container{padding:32px 40px;max-width:900px;margin:0 auto;height:100%;overflow-y:auto}.select-bot-header{text-align:center;margin-bottom:32px}.select-bot-header h1{font-size:28px;font-weight:700;color:#1e293b;margin:0 0 8px}.select-bot-header p{font-size:15px;color:#64748b;margin:0}.section-header{display:flex;align-items:center;gap:8px;margin-bottom:16px}.section-header h2{font-size:16px;font-weight:600;color:#1e293b;margin:0}.section-icon{color:#f59e0b}.recommended-section{margin-bottom:32px}.recommended-grid{display:flex;flex-direction:column;gap:12px}.recommended-card{display:flex;align-items:center;gap:16px;padding:16px 20px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:14px;cursor:pointer;transition:all .2s ease;color:#fff}.recommended-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #667eea59}.recommended-card-avatar{width:56px;height:56px;min-width:56px;border-radius:50%;overflow:hidden;border:2px solid rgba(255,255,255,.5)}.recommended-card-avatar img{width:100%;height:100%;object-fit:cover}.recommended-card-info{flex:1;min-width:0}.recommended-card-info h3{font-size:16px;font-weight:600;color:#fff;margin:0 0 2px}.recommended-card-profession{font-size:12px;color:#fffc;font-weight:500;margin:0 0 4px}.recommended-card-description{font-size:13px;color:#ffffffe6;line-height:1.3;margin:0;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}.areas-section{margin-bottom:40px}.areas-section>.section-header{margin-bottom:16px}.area-group{margin-bottom:20px}.area-title{font-size:12px;font-weight:600;color:#94a3b8;text-transform:uppercase;letter-spacing:.8px;margin:0 0 10px}.area-bots{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.area-bot-card{display:flex;align-items:center;gap:10px;padding:10px 12px;background:#f8fafc;border-radius:10px;cursor:pointer;transition:all .15s ease}.area-bot-card:hover{background:#f1f5f9;transform:translate(2px)}.area-bot-avatar{width:36px;height:36px;min-width:36px;border-radius:50%;overflow:hidden}.area-bot-avatar img{width:100%;height:100%;object-fit:cover}.area-bot-info{flex:1;min-width:0}.area-bot-info h4{font-size:13px;font-weight:600;color:#1e293b;margin:0}.area-bot-info p{display:none}.select-bot-container .error-content{text-align:center;padding:40px}.select-bot-container .error-text{color:#dc2626;font-size:16px;margin-bottom:20px}.select-bot-container .retry-button{background:#667eea;color:#fff;border:none;padding:10px 24px;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:background .2s}.select-bot-container .retry-button:hover{background:#5568d3}.featured-section{margin-bottom:32px}.featured-card{display:flex;gap:32px;padding:24px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:16px;cursor:pointer;transition:all .2s ease;color:#fff}.featured-card:hover{transform:translateY(-2px);box-shadow:0 12px 32px #667eea66}.featured-left{display:flex;flex-direction:column;align-items:center;min-width:140px}.featured-badge{display:flex;align-items:center;gap:4px;background:rgba(255,255,255,.2);padding:4px 10px;border-radius:12px;font-size:11px;font-weight:600;margin-bottom:12px}.featured-avatar{width:120px;height:120px;border-radius:50%;overflow:hidden;border:3px solid rgba(255,255,255,.5);margin-bottom:12px}.featured-avatar img{width:100%;height:100%;object-fit:cover}.featured-left h2{font-size:18px;font-weight:700;margin:0 0 4px;text-align:center}.featured-profession{font-size:12px;color:#fffc;margin:0 0 8px;text-align:center}.featured-specialist{font-size:14px;font-weight:500;color:#fff;margin:0 0 20px;padding:0 0 16px;border-bottom:2px solid rgba(255,255,255,.3);line-height:1.6;text-align:center}.featured-description{font-size:13px;color:#ffffffe6;margin:0;text-align:center;line-height:1.4}.featured-right{flex:1;display:flex;flex-direction:column}.prompts-label{font-size:12px;font-weight:600;color:#fffc;margin:0 0 12px}.example-prompts{display:flex;flex-direction:column;gap:8px;flex:1}.prompt-chip{display:flex;align-items:center;gap:8px;background:rgba(255,255,255,.15);padding:10px 14px;border-radius:8px;font-size:13px;transition:all .2s;cursor:pointer}.prompt-chip:hover{background:rgba(255,255,255,.25);transform:translate(4px)}.start-chat-btn{display:flex;align-items:center;justify-content:center;gap:8px;background:white;color:#667eea;border:none;padding:12px 20px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;margin-top:16px;transition:all .2s}.start-chat-btn:hover{background:#f8fafc;transform:translateY(-1px)}.bots-section{margin-top:24px}.section-title{font-size:16px;font-weight:600;color:#1e293b;margin:0 0 16px}.bots-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.bot-card{background:#f8fafc;border-radius:12px;padding:16px;cursor:pointer;transition:all .2s ease;display:flex;gap:16px}.bot-card:hover{background:#f1f5f9}.bot-card-left{display:flex;flex-direction:column;align-items:center;gap:8px;width:100px;min-width:70px;flex-shrink:0}.bot-card-right{flex:1;display:flex;flex-direction:column;gap:10px}.bot-card-avatar{width:48px;height:48px;min-width:48px;border-radius:50%;overflow:hidden}.bot-card-avatar img{width:100%;height:100%;object-fit:cover}.bot-card-info{text-align:center}.bot-card-info h4{font-size:14px;font-weight:600;color:#1e293b;margin:0 0 2px}.bot-card-profession{font-size:11px;color:#64748b;margin:0}.bot-card-prompts{display:flex;flex-direction:column;gap:6px;flex:1;width:100%}.mini-prompt{font-size:12px;color:#64748b;background:rgba(102,126,234,.08);padding:6px 10px;border-radius:6px;display:block;cursor:pointer;transition:all .2s}.mini-prompt:hover{background:rgba(102,126,234,.15);color:#4f46e5}.bot-card-chat-btn{display:flex;align-items:center;justify-content:center;gap:4px;padding:8px 16px;background:#667eea;color:#fff;border:none;border-radius:6px;font-size:12px;font-weight:500;cursor:pointer;transition:all .2s;width:100%;flex-shrink:0}.bot-card-chat-btn:hover{background:#5568d3}@media (max-width: 768px){.select-bot-container{padding:20px 16px 100px;position:fixed;top:47px;left:0;right:0;bottom:0;overflow-y:auto;-webkit-overflow-scrolling:touch}.select-bot-header{margin-bottom:24px}.select-bot-header h1{font-size:22px}.select-bot-header p{font-size:14px}.featured-card{flex-direction:column;gap:20px;padding:20px}.featured-left{min-width:auto;flex-direction:row;align-items:center;gap:16px;flex-wrap:wrap}.featured-left-info{display:flex;flex-direction:column}.featured-left h2,.featured-profession{text-align:left;margin:0}.featured-specialist,.featured-description{display:none}.featured-avatar{width:56px;height:56px;margin-bottom:0}.featured-badge{display:none}.bots-grid{grid-template-columns:1fr}.bot-card{padding:14px}.bot-card-avatar{width:40px;height:40px;min-width:40px}}.unauthenticated-view{display:flex;flex-direction:column;height:100%}@media (min-width: 768px){.unauthenticated-view.desktop-sidebar-layout{display:grid;grid-template-columns:280px 1fr;grid-template-rows:1fr;height:100%;overflow:hidden}.unauthenticated-view.desktop-sidebar-layout.profile-open{grid-template-columns:280px 1fr 320px}.bot-sidebar{grid-column:1;grid-row:1;background:#f8fafc;border-right:1px solid #e2e8f0;display:flex;flex-direction:column;overflow:hidden}.bot-sidebar-header{padding:16px 20px;border-bottom:1px solid #e2e8f0;background:white}.bot-sidebar-header h2{margin:0;font-size:18px;font-weight:600;color:#1e293b}.bot-sidebar-list{flex:1;overflow-y:auto;padding:8px}.bot-sidebar-item{display:flex;align-items:center;gap:12px;padding:12px;border-radius:12px;cursor:pointer;transition:all .2s ease;margin-bottom:4px}.bot-sidebar-item:hover{background:#e2e8f0}.bot-sidebar-item.active{background:#ede9fe;border-left:3px solid #667eea}.bot-sidebar-avatar{width:48px;height:48px;flex-shrink:0}.bot-sidebar-avatar img{width:100%;height:100%;border-radius:50%;object-fit:cover;box-shadow:0 2px 8px #0000001a}.bot-sidebar-item.active .bot-sidebar-avatar img{box-shadow:0 0 0 2px #667eea,0 2px 8px #667eea4d}.bot-sidebar-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.bot-sidebar-name{font-size:14px;font-weight:600;color:#1e293b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bot-sidebar-profession{font-size:12px;color:#64748b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bot-sidebar-item.active .bot-sidebar-name{color:#667eea}.bot-sidebar-avatar{position:relative}.bot-sidebar-item.locked .bot-sidebar-avatar img{opacity:.7;filter:grayscale(20%)}.bot-sidebar-lock-overlay{position:absolute;top:-2px;right:-2px;width:16px;height:16px;background:rgba(255,255,255,.8);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 3px #00000026}.bot-sidebar-lock-overlay svg{color:#64748b;width:10px;height:10px}.bot-sidebar-item.locked .bot-sidebar-name,.bot-sidebar-item.locked .bot-sidebar-profession{opacity:.7}.unauthenticated-view.desktop-sidebar-layout .chat-area{grid-column:2;grid-row:1;display:flex;flex-direction:column;overflow:hidden;min-height:0}.unauthenticated-view.desktop-sidebar-layout .chat-header{flex-shrink:0}.unauthenticated-view.desktop-sidebar-layout .chat-section{flex:1;display:flex;flex-direction:column;overflow:hidden;min-height:0}.unauthenticated-view.desktop-sidebar-layout.profile-open>.bot-profile{grid-column:3;grid-row:1}}@media (min-width: 768px){.unauthenticated-view.profile-open:not(.desktop-sidebar-layout){display:grid;grid-template-columns:1fr 320px;grid-template-rows:auto auto 1fr;overflow:hidden}.unauthenticated-view.profile-open:not(.desktop-sidebar-layout)>.bot-stories{grid-column:1 / -1;grid-row:1;position:relative}.unauthenticated-view.profile-open:not(.desktop-sidebar-layout)>.chat-header{grid-column:1;grid-row:2}.unauthenticated-view.profile-open:not(.desktop-sidebar-layout)>.chat-section{grid-column:1;grid-row:3;min-height:0}.unauthenticated-view.profile-open:not(.desktop-sidebar-layout)>.bot-profile{grid-column:2;grid-row:2 / -1}}.unauthenticated-view .bot-stories{position:sticky;top:0;z-index:99;background:white;flex-shrink:0}.unauthenticated-view .stories-container{padding:8px 16px;gap:16px;justify-content:center}.unauthenticated-view .story-item{min-width:70px;padding:6px;gap:8px}.unauthenticated-view .story-avatar{width:56px;height:56px;border:2px solid #e2e8f0;position:relative}.unauthenticated-view .story-item.locked .story-avatar img{opacity:.65;filter:grayscale(15%) brightness(1.05)}.unauthenticated-view .story-avatar-container{position:relative}.unauthenticated-view .story-lock-overlay{position:absolute;top:0;right:0;width:16px;height:16px;background:rgba(255,255,255,.9);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 3px #0003;z-index:1}.unauthenticated-view .story-lock-overlay svg{color:#64748b;width:10px;height:10px}.unauthenticated-view .story-item.locked .story-name{opacity:.6}.unauthenticated-view .story-name{font-size:12px}@media (max-width: 767px){.unauthenticated-view .stories-container{padding:8px 12px;gap:12px;justify-content:flex-start;overflow-x:auto;-webkit-overflow-scrolling:touch}.unauthenticated-view .story-item{min-width:60px;flex-shrink:0;padding:4px;gap:6px}.unauthenticated-view .story-avatar{width:48px;height:48px}.unauthenticated-view .story-name{font-size:11px;max-width:60px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}.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;position:relative}.unauthenticated-view .bot-disclaimer{position:absolute;top:0;left:0;right:0;text-align:center;font-size:11px;color:#94a3b8;padding:12px 16px;pointer-events:none}.unauthenticated-view .input-form{padding:10px 16px;background:white;border-top:1px solid #e2e8f0;flex-shrink:0}.unauthenticated-view .input-disclaimer{text-align:center;font-size:11px;color:#94a3b8;margin-top:6px}.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}.unauthenticated-view .message-text.error-message{color:#dc2626;background-color:#fef2f2;padding:12px;border-radius:8px;border-left:3px solid #dc2626;display:flex;align-items:center;gap:8px;flex-wrap:wrap}.unauthenticated-view .resend-button{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;background:#dc2626;color:#fff;border:none;border-radius:4px;font-size:12px;font-weight:500;cursor:pointer;transition:all .2s;margin-left:auto;white-space:nowrap}.unauthenticated-view .resend-button:hover:not(:disabled){background:#b91c1c}.unauthenticated-view .resend-button:disabled{opacity:.6;cursor:not-allowed}.unauthenticated-view .resend-button svg{flex-shrink:0}.landing-page{flex:1;display:flex;flex-direction:column;padding:20px;overflow-y:auto}.landing-header{text-align:center;margin-bottom:32px;padding-top:20px}.landing-header h1{font-size:28px;font-weight:700;color:#1e293b;margin:0 0 8px}.landing-header p{font-size:16px;color:#64748b;margin:0}.bot-selection-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px;max-width:900px;margin:0 auto;width:100%}.bot-card{display:flex;align-items:center;gap:16px;padding:16px;background:white;border-radius:12px;border:1px solid #e2e8f0;cursor:pointer;transition:all .2s ease}.bot-card:hover{border-color:#667eea;box-shadow:0 4px 12px #667eea26;transform:translateY(-2px)}.bot-card-avatar{width:64px;height:64px;flex-shrink:0}.bot-card-avatar img{width:100%;height:100%;border-radius:50%;object-fit:cover}.bot-card-info{flex:1;min-width:0}.bot-card-info h3{font-size:16px;font-weight:600;color:#1e293b;margin:0 0 4px}.bot-card-profession{font-size:13px;color:#667eea;margin:0 0 4px;font-weight:500}.bot-card-description{font-size:13px;color:#64748b;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media (max-width: 640px){.landing-page{padding:16px}.landing-header{margin-bottom:24px;padding-top:10px}.landing-header h1{font-size:24px}.landing-header p{font-size:14px}.bot-selection-grid{grid-template-columns:1fr}.bot-card{padding:12px}.bot-card-avatar{width:52px;height:52px}}.suggested-questions{padding:8px 16px;text-align:center;margin-top:auto}.suggested-questions-label{font-size:12px;color:#64748b;margin-bottom:8px;font-weight:500}.suggested-questions-list{display:flex;flex-wrap:wrap;gap:8px;justify-content:center}.suggested-question-button{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:16px;padding:8px 12px;font-size:13px;color:#334155;cursor:pointer;transition:all .2s ease;text-align:left;line-height:1.3}.suggested-question-button:hover{background:#e2e8f0;border-color:#cbd5e1}.suggested-question-button:active{background:#cbd5e1}.suggested-question-button:disabled{opacity:.5;cursor:not-allowed}.suggested-question-button:disabled:hover{background:#f1f5f9;border-color:#e2e8f0}@media (max-width: 767px){.suggested-questions{padding:8px 12px}.suggested-question-button{font-size:12px;padding:6px 10px}}.blocked-bot-banner{display:flex;flex-direction:column;align-items:center;text-align:center;padding:24px 20px;margin:16px;background:linear-gradient(135deg,#f8fafc 0%,#e2e8f0 100%);border:1px solid #cbd5e1;border-radius:16px;box-shadow:0 4px 12px #64748b1a}.blocked-bot-icon{width:48px;height:48px;background:white;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:12px;color:#64748b;box-shadow:0 2px 8px #0000001a}.blocked-bot-content h3{font-size:18px;font-weight:600;color:#334155;margin:0 0 8px}.blocked-bot-content p{font-size:14px;color:#64748b;margin:0 0 16px;line-height:1.5;max-width:300px}.blocked-bot-signup-btn{display:inline-block;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;border:none;padding:12px 32px;border-radius:25px;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 12px #667eea4d;text-decoration:none}.blocked-bot-signup-btn:hover{transform:translateY(-2px);box-shadow:0 6px 16px #667eea66}.blocked-bot-signup-btn:active{transform:translateY(0)}@media (max-width: 767px){.blocked-bot-banner{margin:12px;padding:20px 16px}.blocked-bot-icon{width:40px;height:40px}.blocked-bot-icon svg{width:20px;height:20px}.blocked-bot-content h3{font-size:16px}.blocked-bot-content p{font-size:13px}.blocked-bot-signup-btn{padding:10px 24px;font-size:14px}}.terms-container{min-height:100vh;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);padding:20px;padding-top:calc(20px + var(--safe-area-inset-top, 0px));padding-bottom:calc(20px + var(--safe-area-inset-bottom, 0px))}.terms-content{max-width:800px;margin:0 auto;background:rgba(255,255,255,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;padding:40px;box-shadow:0 20px 40px #0000001a}.terms-back-button{display:inline-flex;align-items:center;gap:8px;background:transparent;border:1px solid #e2e8f0;border-radius:8px;padding:8px 16px;font-size:14px;font-weight:500;color:#64748b;cursor:pointer;transition:all .2s;margin-bottom:24px}.terms-back-button:hover{background:#f1f5f9;color:#334155}.terms-content h1{font-size:32px;font-weight:700;color:#1e293b;margin-bottom:8px}.terms-effective{color:#64748b;font-size:14px;margin-bottom:24px}.terms-intro{font-size:18px;color:#334155;margin-bottom:24px}.terms-content h2{font-size:24px;font-weight:600;color:#1e293b;margin-top:32px;margin-bottom:16px;padding-top:16px;border-top:1px solid #e2e8f0}.terms-content h2:first-of-type{border-top:none;padding-top:0}.terms-content h3{font-size:18px;font-weight:600;color:#334155;margin-top:24px;margin-bottom:12px}.terms-content p{color:#475569;line-height:1.7;margin-bottom:16px}.terms-content ul{margin-bottom:16px;padding-left:24px}.terms-content li{color:#475569;line-height:1.7;margin-bottom:8px}.terms-uppercase{text-transform:none;font-weight:500}@media (max-width: 768px){.terms-container{padding:12px;padding-top:calc(12px + var(--safe-area-inset-top, 0px));padding-bottom:calc(12px + var(--safe-area-inset-bottom, 0px))}.terms-content{padding:24px;border-radius:16px}.terms-content h1{font-size:24px}.terms-content h2{font-size:20px}.terms-content h3{font-size:16px}.terms-content p,.terms-content li{font-size:14px}}.privacy-container{min-height:100vh;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);padding:20px;padding-top:calc(20px + var(--safe-area-inset-top, 0px));padding-bottom:calc(20px + var(--safe-area-inset-bottom, 0px))}.privacy-content{max-width:800px;margin:0 auto;background:rgba(255,255,255,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;padding:40px;box-shadow:0 20px 40px #0000001a}.privacy-back-button{display:inline-flex;align-items:center;gap:8px;background:transparent;border:1px solid #e2e8f0;border-radius:8px;padding:8px 16px;font-size:14px;font-weight:500;color:#64748b;cursor:pointer;transition:all .2s;margin-bottom:24px}.privacy-back-button:hover{background:#f1f5f9;color:#334155}.privacy-content h1{font-size:32px;font-weight:700;color:#1e293b;margin-bottom:8px}.privacy-effective{color:#64748b;font-size:14px;margin-bottom:24px}.privacy-content h2{font-size:24px;font-weight:600;color:#1e293b;margin-top:32px;margin-bottom:16px;padding-top:16px;border-top:1px solid #e2e8f0}.privacy-content h2:first-of-type{border-top:none;padding-top:0}.privacy-content h3{font-size:18px;font-weight:600;color:#334155;margin-top:24px;margin-bottom:12px}.privacy-content p{color:#475569;line-height:1.7;margin-bottom:16px}.privacy-content ul{margin-bottom:16px;padding-left:24px}.privacy-content li{color:#475569;line-height:1.7;margin-bottom:8px}.privacy-content a{color:#667eea;text-decoration:none;transition:color .2s}.privacy-content a:hover{color:#764ba2;text-decoration:underline}.privacy-content strong{color:#334155;font-weight:600}.privacy-table{margin:24px 0;overflow-x:auto}.privacy-table table{width:100%;border-collapse:collapse;font-size:14px}.privacy-table th,.privacy-table td{padding:12px 16px;text-align:left;border:1px solid #e2e8f0;color:#475569;line-height:1.6}.privacy-table th{background:#f8fafc;font-weight:600;color:#334155}.privacy-table tr:nth-child(2n){background:#f8fafc}@media (max-width: 768px){.privacy-container{padding:12px;padding-top:calc(12px + var(--safe-area-inset-top, 0px));padding-bottom:calc(12px + var(--safe-area-inset-bottom, 0px))}.privacy-content{padding:24px;border-radius:16px}.privacy-content h1{font-size:24px}.privacy-content h2{font-size:20px}.privacy-content h3{font-size:16px}.privacy-content p,.privacy-content li{font-size:14px}.privacy-table{margin:16px -12px;padding:0 12px}.privacy-table th,.privacy-table td{padding:10px 12px;font-size:13px}}.app{width:100%;min-height:100vh;background:#f8fafc;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:1600px;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;cursor:pointer}.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:1600px;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;max-width:80px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.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:1600px;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:0;scroll-behavior:smooth;scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent}.messages-container::-webkit-scrollbar{width:6px;background:transparent}.messages-container::-webkit-scrollbar-track{background:transparent;border:none}.messages-container::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px;border:none}.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;align-items:flex-end}.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}.message-text ol,.message-text ul{margin:8px 0;padding-left:24px}.message-text li{margin:6px 0}.message-text p{margin:8px 0}.message-text p:first-child{margin-top:0}.message-text p:last-child{margin-bottom:0}.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:1600px;margin:0 auto}.message-input-wrapper{flex:1;border:1px solid #e2e8f0;border-radius:25px;background:#f8fafc;transition:all .2s ease;overflow:hidden;display:flex}.message-input-wrapper:focus-within{border-color:#667eea;background:white;box-shadow:0 0 0 3px #667eea1a}.message-input{flex:1;padding:14px 20px;border:none;font-size:15px;outline:none;background:transparent;line-height:1.5;font-family:inherit;resize:none;overflow-y:auto;max-height:163px;margin-right:12px;scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent}.message-input::-webkit-scrollbar{width:6px;background:transparent}.message-input::-webkit-scrollbar-track{background:transparent;border:none}.message-input::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px;border:none}.message-input::-webkit-scrollbar-thumb:hover{background:#94a3b8}.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}.app-header .search-input,.app-header .search-icon{display:none}.search-button{display:flex;align-items:center;justify-content:center}.bot-stories{padding:0}.stories-container{padding:3px 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}.chat-history-header{display:none}}@media (max-width: 480px){.app-logo h1{font-size:18px}.app-header .search-input,.app-header .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:1600px;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:15px 8px 14px 16px;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:16px;font-weight:600;color:#1e293b}.chat-history-header-buttons{display:flex;gap:8px;align-items:center}.new-chat-icon-button{background:#667eea;border:none;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;color:#fff;border-radius:50%;padding:0}.new-chat-icon-button:hover{background:#5568d3;transform:scale(1.05)}.new-chat-icon-button:active{transform:scale(.95)}.sidebar-collapse-button{background:transparent;border:none;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;color:#94a3b8;border-radius:4px;padding:0}.sidebar-collapse-button:hover{background:#f1f5f9;color:#667eea}.sidebar-collapse-button:active{background:#e2e8f0}.chat-count{font-size:14px;color:#64748b;font-weight:500}.chat-history-list{flex:1;overflow-y:auto;padding:0;scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent}.chat-history-list::-webkit-scrollbar{width:6px;background:transparent}.chat-history-list::-webkit-scrollbar-track{background:transparent;border:none}.chat-history-list::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px;border:none}.chat-history-list::-webkit-scrollbar-thumb:hover{background:#94a3b8}.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 0 0 2px #667eea,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}.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 not (padding: max(0px)){@media only screen and (max-width: 768px){.authenticated-view .chat-section{position:fixed!important;top:47px!important;left:0!important;right:0!important;bottom:80px!important;overflow:hidden!important;display:flex!important;flex-direction:column!important}}}@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){.social-container:has(.unauthenticated-view) .app-header{position:fixed!important;top:0!important;padding-top:env(safe-area-inset-top)!important;left:0;right:0;z-index:99!important}.social-container:has(.authenticated-view) .app-header{position:fixed!important;top:0!important;padding-top:5px!important;left:0;right:0;z-index:99!important}.social-container:has(.unauthenticated-view) .bot-stories{position:fixed!important;top:calc(47px + env(safe-area-inset-top))!important;left:0;right:0;z-index:97!important;background:white!important}.social-container:has(.authenticated-view) .bot-stories{position:fixed!important;top:47px!important;left:0;right:0;z-index:97!important;background:white!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:178px!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}.ios .authenticated-view .chat-section,.capacitor .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-header{position:fixed!important;top:calc(159px + env(safe-area-inset-top))!important;left:0!important;right:0!important;z-index:98!important;background:white!important}.unauthenticated-view .chat-section{position:fixed!important;top:calc(203px + env(safe-area-inset-top))!important;left:0!important;right:0!important;bottom:70px!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(180deg,#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(180deg,#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}
