:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.navbar{background:#fff;box-shadow:0 2px 10px #0000001a;border-bottom:1px solid #e2e8f0;position:sticky;top:0;z-index:1000}.navbar-container{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;align-items:center;justify-content:space-between;height:64px}.navbar-brand{display:flex;align-items:center}.brand-link{display:flex;align-items:center;text-decoration:none;color:#333;font-size:1.5rem;font-weight:700}.brand-icon{margin-right:8px;font-size:1.8rem}.navbar-menu{display:flex;align-items:center;gap:20px}.navbar-nav{display:flex;align-items:center;gap:15px}.nav-link{display:flex;align-items:center;padding:8px 16px;text-decoration:none;color:#64748b;font-weight:500;border-radius:8px;transition:all .2s ease}.nav-link:hover{color:#334155;background:#f1f5f9}.nav-link.active{color:#667eea;background:#eef2ff}.nav-link.admin-link{color:#dc3545;font-weight:600}.nav-link.admin-link:hover{color:#c82333;background:#f8d7da}.nav-link.admin-link.active{color:#dc3545;background:#f5c6cb}.navbar-user{display:flex;align-items:center;gap:15px}.user-info{display:flex;flex-direction:column;align-items:flex-end;text-align:right}.user-name{font-weight:600;color:#333;font-size:.9rem}.user-company{font-size:.8rem;color:#64748b;margin-top:2px}.logout-button{background:#f8fafc;border:1px solid #e2e8f0;color:#64748b;padding:8px 12px;border-radius:6px;cursor:pointer;font-size:.9rem;transition:all .2s ease}.logout-button:hover{background:#f1f5f9;color:#334155;border-color:#cbd5e1}@media (max-width: 768px){.navbar-container{padding:0 15px}.brand-link{font-size:1.3rem}.navbar-nav{gap:10px}.nav-link{padding:6px 12px;font-size:.9rem}.user-info{display:none}.logout-button{padding:6px 10px;font-size:.8rem}}@media (max-width: 480px){.navbar-menu{gap:10px}.navbar-nav{gap:5px}.nav-link{padding:4px 8px}}.auth-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:20px}.auth-card{background:#fff;border-radius:12px;box-shadow:0 10px 25px #0000001a;width:100%;max-width:500px;padding:40px}.auth-header{text-align:center;margin-bottom:30px}.auth-header h1{color:#333;margin:0 0 10px;font-size:2rem;font-weight:600}.auth-header p{color:#666;margin:0;font-size:1rem}.auth-form{display:flex;flex-direction:column}.form-group label{display:block;margin-bottom:8px;color:#333;font-weight:500;font-size:.9rem}.form-group input,.form-group textarea{width:100%;padding:12px 16px;border:2px solid #e1e5e9;border-radius:8px;font-size:1rem;transition:border-color .3s ease;box-sizing:border-box}.auth-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:14px 20px;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;margin-top:10px}.auth-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 5px 15px #0003}.auth-button:disabled{opacity:.7;cursor:not-allowed}.auth-footer{text-align:center;margin-top:30px;padding-top:20px;border-top:1px solid #e1e5e9}.auth-footer p{margin:0;color:#666}.auth-link{color:#667eea;text-decoration:none;font-weight:500;margin-left:5px}.auth-link:hover{text-decoration:underline}.error-message{background:#fef2f2;color:#dc2626;padding:12px 16px;border-radius:8px;margin-bottom:20px;border:1px solid #fecaca;font-size:.9rem}.success-message{background:#f0fdf4;color:#16a34a;padding:12px 16px;border-radius:8px;margin-bottom:20px;border:1px solid #bbf7d0;font-size:.9rem}.demo-credentials{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:16px;margin-top:20px}.demo-credentials h4{margin:0 0 10px;color:#475569;font-size:.9rem}.demo-credentials p{margin:5px 0;font-size:.85rem;color:#64748b}.demo-credentials strong{color:#334155}@media (max-width: 600px){.auth-container{padding:10px}.auth-card{padding:30px 20px}.auth-header h1{font-size:1.5rem}}.oauth-section{margin-bottom:30px}.oauth-buttons{display:flex;flex-direction:column;gap:15px;margin-bottom:20px}.google-oauth-btn{width:100%!important;min-width:auto!important;justify-content:center!important}.divider{position:relative;text-align:center;margin:20px 0}.divider:before{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background:#e0e0e0}.divider span{background:#fff;padding:0 15px;color:#666;font-size:14px;position:relative}.chat-container{display:flex;flex-direction:column;height:calc(100vh - 64px);max-width:1000px;margin:0 auto;background:#f8fafc}.chat-header{display:flex;justify-content:space-between;align-items:center;padding:20px;background:#fff;border-bottom:1px solid #e2e8f0}.chat-header h1{margin:0;color:#1e293b;font-size:1.5rem}.reset-button{background:#f1f5f9;border:1px solid #cbd5e1;color:#475569;padding:8px 16px;border-radius:6px;cursor:pointer;font-size:.9rem;transition:all .2s ease}.reset-button:hover{background:#e2e8f0;color:#334155}.header-actions{display:flex;gap:1rem}.upload-toggle-button{background:#007bff;color:#fff;border:none;padding:8px 16px;border-radius:6px;cursor:pointer;font-size:.9rem;transition:all .2s ease}.upload-toggle-button:hover{background:#0056b3}.upload-toggle-button:disabled{background:#ccc;cursor:not-allowed}.upload-section{background:#f8f9fa;border:1px solid #e0e0e0;border-radius:8px;padding:1.5rem;margin:0 20px 20px}.upload-content h3{margin:0 0 .5rem;color:#333}.upload-content p{margin:0 0 1rem;color:#666;font-size:.9rem}.upload-area{display:flex;flex-direction:column;align-items:center;gap:1rem}.upload-button{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#28a745;color:#fff;border:none;border-radius:5px;cursor:pointer;font-size:1rem;transition:background-color .3s}.upload-button:hover{background:#218838}.upload-button:disabled{background:#ccc;cursor:not-allowed}.loading-spinner{display:inline-block;width:12px;height:12px;border:2px solid #ffffff;border-radius:50%;border-top-color:transparent;animation:spin 1s ease-in-out infinite}@keyframes spin{to{transform:rotate(360deg)}}.upload-info{text-align:center}.upload-info p{margin:.25rem 0;font-size:.8rem;color:#888}.upload-success{margin-top:1rem;padding:.75rem;background:#d4edda;color:#155724;border:1px solid #c3e6cb;border-radius:5px;font-weight:500}.chat-messages{flex:1;overflow-y:auto;padding:20px;display:flex;flex-direction:column;gap:16px}.message{display:flex;flex-direction:column;max-width:80%}.user-message{align-self:flex-end;align-items:flex-end}.assistant-message{align-self:flex-start;align-items:flex-start}.message-content{padding:12px 16px;border-radius:12px;line-height:1.5;word-wrap:break-word}.user-message .message-content{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-bottom-right-radius:4px}.assistant-message .message-content{background:#fff;color:#1e293b;border:1px solid #e2e8f0;border-bottom-left-radius:4px}.message-meta{display:flex;gap:10px;align-items:center;margin-top:4px;font-size:.75rem;color:#64748b}.message-time{opacity:.8}.message-category{background:#f1f5f9;padding:2px 6px;border-radius:10px;font-size:.7rem;text-transform:capitalize}.response-time{background:#fef3c7;color:#92400e;padding:2px 6px;border-radius:10px;font-size:.7rem}.typing-indicator{display:flex;gap:4px;align-items:center;padding:16px 20px!important}.typing-indicator span{width:8px;height:8px;border-radius:50%;background:#cbd5e1;animation:typing 1.4s infinite ease-in-out}.typing-indicator span:nth-child(1){animation-delay:-.32s}.typing-indicator span:nth-child(2){animation-delay:-.16s}@keyframes typing{0%,80%,to{transform:scale(.8);opacity:.5}40%{transform:scale(1);opacity:1}}.chat-error{background:#fef2f2;color:#dc2626;padding:12px 20px;margin:0 20px;border-radius:8px;border:1px solid #fecaca}.chat-input-form{padding:20px;background:#fff;border-top:1px solid #e2e8f0}.input-container{display:flex;gap:12px;max-width:100%}.chat-input{flex:1;padding:12px 16px;border:2px solid #e2e8f0;border-radius:24px;font-size:1rem;outline:none;transition:border-color .2s ease}.chat-input:focus{border-color:#667eea}.chat-input:disabled{background:#f8fafc;opacity:.7}.send-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:12px 16px;border-radius:50%;cursor:pointer;font-size:1.2rem;width:48px;height:48px;display:flex;align-items:center;justify-content:center;transition:transform .2s ease}.send-button:hover:not(:disabled){transform:scale(1.05)}.send-button:disabled{opacity:.5;cursor:not-allowed}.chat-suggestions{padding:20px;background:#fff;border-top:1px solid #e2e8f0}.chat-suggestions p{margin:0 0 12px;color:#64748b;font-size:.9rem}.suggestion-chips{display:flex;gap:8px;flex-wrap:wrap}.suggestion-chip{background:#f8fafc;border:1px solid #e2e8f0;color:#475569;padding:6px 12px;border-radius:16px;cursor:pointer;font-size:.8rem;transition:all .2s ease}.suggestion-chip:hover{background:#f1f5f9;color:#334155;border-color:#cbd5e1}@media (max-width: 768px){.chat-container{height:calc(100vh - 60px)}.chat-header{padding:15px}.chat-header h1{font-size:1.3rem}.chat-messages{padding:15px}.message{max-width:90%}.chat-input-form,.chat-suggestions{padding:15px}.suggestion-chips{gap:6px}.suggestion-chip{font-size:.75rem;padding:4px 8px}}.chat-messages::-webkit-scrollbar{width:6px}.chat-messages::-webkit-scrollbar-track{background:#f1f5f9}.chat-messages::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.chat-messages::-webkit-scrollbar-thumb:hover{background:#94a3b8}.spinner-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;min-height:200px}.spinner{border:3px solid #f3f4f6;border-top:3px solid #3b82f6;border-radius:50%;animation:spin 1s linear infinite}.spinner.small{width:20px;height:20px;border-width:2px}.spinner.medium{width:40px;height:40px;border-width:3px}.spinner.large{width:60px;height:60px;border-width:4px}.spinner-message{margin-top:1rem;color:#6b7280;font-size:.875rem;font-weight:500}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.spinner.pulse{border:none;background:#3b82f6;animation:pulse 1.5s ease-in-out infinite}.spinner.dots{border:none;background:transparent;position:relative;animation:none}.spinner.dots:before,.spinner.dots:after{content:"";position:absolute;width:8px;height:8px;background:#3b82f6;border-radius:50%;animation:dot-bounce 1.4s ease-in-out infinite both}.spinner.dots:before{left:-16px;animation-delay:-.32s}.spinner.dots:after{right:-16px;animation-delay:.32s}@keyframes pulse{0%,80%,to{transform:scale(0);opacity:1}40%{transform:scale(1);opacity:.5}}@keyframes dot-bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.profile-container{max-width:1000px;margin:0 auto;padding:20px;background:#f8fafc;min-height:calc(100vh - 64px)}.profile-header{text-align:center;margin-bottom:30px}.profile-header h1{color:#1e293b;margin:0 0 8px;font-size:2rem;font-weight:600}.profile-header p{color:#64748b;margin:0;font-size:1rem}.profile-content{display:flex;flex-direction:column;gap:30px}.profile-section{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000000d;overflow:hidden}.section-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:20px}.section-header h2{margin:0;font-size:1.3rem;font-weight:600}.profile-form{padding:30px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:20px}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:8px;color:#374151;font-weight:500;font-size:.9rem}.form-group input,.form-group textarea{width:100%;padding:12px 16px;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;transition:border-color .3s ease;box-sizing:border-box}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#667eea}.readonly-input{background:#f9fafb!important;color:#6b7280!important;cursor:not-allowed}.form-group small{display:block;margin-top:4px;color:#6b7280;font-size:.8rem}.form-group textarea{resize:vertical;font-family:inherit}.message{padding:12px 16px;border-radius:8px;margin-bottom:20px}.message.success{background:#f0fdf4;color:#16a34a;border:1px solid #bbf7d0}.message.error{background:#fef2f2;color:#dc2626;border:1px solid #fecaca}.save-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:12px 24px;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .2s ease;display:flex;align-items:center;justify-content:center;min-height:44px}.save-button:hover:not(:disabled){transform:translateY(-2px)}.save-button:disabled{opacity:.7;cursor:not-allowed;transform:none}.save-button .spinner-container{padding:0;min-height:auto;margin:0}.save-button .spinner{border-color:#ffffff4d;border-top-color:#fff}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;padding:30px}.stat-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:20px;text-align:center}.stat-number{font-size:2.5rem;font-weight:700;color:#667eea;margin-bottom:8px}.stat-label{color:#64748b;font-size:.9rem;font-weight:500}.categories-section{padding:0 30px 30px}.categories-section h3{margin:0 0 15px;color:#374151;font-size:1.1rem}.category-tags{display:flex;flex-wrap:wrap;gap:8px}.category-tag{color:#fff;padding:6px 12px;border-radius:16px;font-size:.8rem;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.conversations-list{padding:30px;display:flex;flex-direction:column;gap:16px}.conversation-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:16px;transition:transform .2s ease}.conversation-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.conversation-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.conversation-header.clickable{cursor:pointer;transition:background-color .2s ease;padding:8px;border-radius:4px;margin:-8px -8px 4px}.conversation-header.clickable:hover{background-color:#f1f5f9}.conversation-info{display:flex;align-items:center;gap:12px}.expand-icon{color:#6b7280;font-size:.8rem;transition:transform .2s ease}.conversation-category{color:#fff;padding:4px 8px;border-radius:12px;font-size:.75rem;font-weight:500;text-transform:uppercase}.conversation-date{color:#6b7280;font-size:.8rem}.conversation-preview{margin-bottom:12px}.message-preview{margin-bottom:8px;font-size:.9rem;line-height:1.4}.message-preview strong{color:#374151;margin-right:8px}.message-preview span{color:#6b7280}.message-preview.user strong{color:#667eea}.message-preview.assistant strong{color:#10b981}.all-messages{display:flex;flex-direction:column;gap:12px}.message-full{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:12px}.message-full.user{border-left:3px solid #667eea}.message-full.assistant{border-left:3px solid #10b981}.message-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.message-header strong{color:#374151;font-size:.9rem}.message-time{color:#9ca3af;font-size:.75rem}.message-content{color:#374151;line-height:1.5;font-size:.9rem;white-space:pre-wrap}.conversation-stats{color:#6b7280;font-size:.8rem;font-weight:500}.empty-state{padding:60px 30px;text-align:center;color:#6b7280}.empty-state p{margin:0;font-size:1rem}@media (max-width: 768px){.profile-container{padding:15px}.profile-header h1{font-size:1.5rem}.form-row{grid-template-columns:1fr;gap:0}.stats-grid{grid-template-columns:1fr;gap:15px;padding:20px}.stat-number{font-size:2rem}.conversations-list{padding:20px}.conversation-header{flex-direction:column;align-items:flex-start;gap:8px}.section-header{padding:15px}.profile-form{padding:20px}.categories-section{padding:0 20px 20px}}.admin-dashboard{max-width:1200px;margin:0 auto;padding:20px}.dashboard-header{margin-bottom:30px;text-align:center}.dashboard-header h1{color:#333;margin-bottom:10px}.dashboard-header p{color:#666;font-size:16px}.dashboard-content{display:flex;flex-direction:column;gap:30px}.filters-section{background:#f8f9fa;padding:20px;border-radius:8px;border:1px solid #e9ecef}.filters-section h3{margin-bottom:15px;color:#333}.filters-grid{display:grid;grid-template-columns:1fr 1fr 1fr auto;gap:15px;align-items:end}.filter-group{display:flex;flex-direction:column}.filter-group label{margin-bottom:5px;font-weight:500;color:#555}.filter-group input{padding:8px 12px;border:1px solid #ddd;border-radius:4px;font-size:14px}.filter-group input:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 2px #007bff40}.clear-filters-btn{padding:8px 16px;background-color:#6c757d;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:14px;height:fit-content}.clear-filters-btn:hover{background-color:#5a6268}.users-section{background:#fff;border-radius:8px;border:1px solid #e9ecef;overflow:hidden}.users-section h3{padding:20px;margin:0;background:#f8f9fa;border-bottom:1px solid #e9ecef;color:#333}.users-table-container{overflow-x:auto}.users-table{width:100%;border-collapse:collapse}.users-table th,.users-table td{padding:12px 15px;text-align:left;border-bottom:1px solid #e9ecef}.users-table th{background-color:#f8f9fa;font-weight:600;color:#495057}.users-table tbody tr:hover{background-color:#f8f9fa}.role-badge{display:inline-block;padding:4px 8px;border-radius:12px;font-size:12px;font-weight:500;text-transform:uppercase}.role-badge.admin{background-color:#d4edda;color:#155724}.role-badge.user{background-color:#d1ecf1;color:#0c5460}.user-actions{display:flex;gap:8px}.make-admin-btn,.remove-admin-btn{padding:6px 12px;border:none;border-radius:4px;cursor:pointer;font-size:12px;font-weight:500;transition:background-color .2s}.make-admin-btn{background-color:#28a745;color:#fff}.make-admin-btn:hover:not(:disabled){background-color:#218838}.remove-admin-btn{background-color:#dc3545;color:#fff}.remove-admin-btn:hover:not(:disabled){background-color:#c82333}.make-admin-btn:disabled,.remove-admin-btn:disabled{opacity:.6;cursor:not-allowed}.error-message{background-color:#f8d7da;color:#721c24;padding:12px;border-radius:4px;margin-bottom:15px;border:1px solid #f5c6cb}.loading{text-align:center;padding:40px;color:#666}.no-users{text-align:center;padding:40px;color:#666;font-style:italic}.access-denied{text-align:center;padding:60px 20px}.access-denied h2{color:#dc3545;margin-bottom:15px}.access-denied p{color:#666;font-size:16px}@media (max-width: 768px){.filters-grid{grid-template-columns:1fr;gap:15px}.filter-actions{margin-top:10px}.users-table{font-size:14px}.users-table th,.users-table td{padding:8px 10px}}*{margin:0;padding:0;box-sizing:border-box}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-color:#f8fafc;color:#1e293b;line-height:1.6}#root{width:-webkit-fill-available}.App{min-height:100vh}button{border:none;background:none;cursor:pointer;font-family:inherit}a{text-decoration:none;color:inherit}input:focus,textarea:focus,button:focus{outline:2px solid #667eea;outline-offset:2px}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f1f5f9}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}
