.chat-container{display:flex;height:100vh;gap:20px;padding:20px;background:#f5f5f5;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.chat-left-column{flex:1;display:flex;flex-direction:column;gap:20px;min-width:0}.chat-right-column{flex:1;display:flex;flex-direction:column;min-width:0}.chat-video-section{background:#fff;border-radius:12px;padding:20px;box-shadow:0 2px 8px #0000001a}.chat-video-header{display:flex;align-items:center;gap:16px;margin-bottom:15px}.chat-back-button{padding:8px 16px;background:#f1f5f9;color:#475569;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;white-space:nowrap}.chat-back-button:hover{background:#e2e8f0;color:#1e293b}.chat-video-title{font-size:20px;font-weight:600;color:#333;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-video-wrapper{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;border-radius:8px;background:#000}.chat-video-wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none}.chat-video-timestamps{margin-top:12px;padding-top:12px;border-top:1px solid #e9ecef}.chat-video-timestamps-header{font-size:13px;font-weight:700;color:#6366f1;margin-bottom:8px;display:flex;align-items:center;gap:6px}.chat-video-timestamps-buttons{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.chat-timestamp-btn{padding:6px 12px;font-size:12px;font-weight:600;font-family:monospace;color:#fff;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:6px;cursor:pointer;transition:all .2s}.chat-timestamp-btn:hover{transform:scale(1.05);box-shadow:0 2px 8px #667eea66}.chat-timestamp-btn.active{box-shadow:0 0 0 2px #764ba2}.chat-transcript-section{background:#fff;border-radius:12px;padding:20px;box-shadow:0 2px 8px #0000001a;flex:1;overflow-y:auto;min-height:0}.chat-transcript-header{font-size:18px;font-weight:600;margin-bottom:15px;color:#333;display:flex;justify-content:space-between;align-items:center}.chat-transcript-content{line-height:1.8;color:#555;font-size:14px}.chat-transcript-entry{margin-bottom:15px;padding:10px;border-left:3px solid #667eea;background:#f8f9fa;border-radius:4px;cursor:pointer;transition:all .2s}.chat-transcript-entry:hover{background:#e9ecef;transform:translate(5px)}.chat-transcript-entry.active{background:#e7e9fd;border-left-color:#764ba2}.chat-transcript-timestamp{color:#667eea;font-weight:600;font-size:12px;margin-bottom:5px}.chat-transcript-text{color:#333}.chat-section{background:#fff;border-radius:12px;padding:20px;box-shadow:0 2px 8px #0000001a;display:flex;flex-direction:column;height:100%}.chat-header{font-size:20px;font-weight:600;margin-bottom:20px;color:#333;padding-bottom:15px;border-bottom:2px solid #e9ecef}.chat-chatkit-container{flex:1;min-height:400px;position:relative;width:100%;height:100%;overflow:hidden}.chat-empty-state{text-align:center;color:#999;padding:40px 20px}.chat-empty-state-icon{font-size:48px;margin-bottom:10px}.chat-transcript-section::-webkit-scrollbar{width:8px}.chat-transcript-section::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.chat-transcript-section::-webkit-scrollbar-thumb{background:#888;border-radius:4px}.chat-transcript-section::-webkit-scrollbar-thumb:hover{background:#555}.chat-suggestions-section{background:#fff;border-radius:12px;padding:20px;box-shadow:0 2px 8px #0000001a}.chat-suggestions-header{font-size:16px;font-weight:600;margin-bottom:12px;color:#333;display:flex;align-items:center;gap:8px}.chat-suggestions-content{display:flex;flex-direction:column;gap:10px}.chat-suggestion-button{padding:12px 16px;background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;text-align:left;font-size:14px;color:#333;cursor:pointer;transition:all .2s;word-wrap:break-word}.chat-suggestion-button:hover{background:#e9ecef;border-color:#667eea;transform:translate(3px)}.chat-suggestion-button:active{transform:translate(3px) scale(.98)}.ingest-container{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh;display:flex;justify-content:center;align-items:center;padding:20px}.ingest-content{background:#fff;border-radius:20px;box-shadow:0 20px 60px #0000004d;padding:40px;max-width:600px;width:100%}.ingest-content h1{color:#333;margin-bottom:10px;font-size:28px}.ingest-subtitle{color:#666;margin-bottom:30px;font-size:14px}.ingest-chat-link{display:inline-block;padding:12px 24px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-decoration:none;border-radius:8px;font-weight:600;margin-top:10px;transition:transform .2s,box-shadow .2s}.ingest-chat-link:hover{transform:translateY(-2px);box-shadow:0 5px 15px #667eea66}.ingest-form-group{margin-bottom:25px}.ingest-form-group label{display:block;margin-bottom:8px;color:#333;font-weight:600;font-size:14px}.ingest-form-group input[type=text]{width:100%;padding:12px 16px;border:2px solid #e0e0e0;border-radius:8px;font-size:16px;transition:border-color .3s;box-sizing:border-box}.ingest-form-group input[type=text]:focus{outline:none;border-color:#667eea}.ingest-form-group input[type=text].error{border-color:#e74c3c}.ingest-form-group input[type=text].success{border-color:#27ae60}.ingest-file-input{width:100%;padding:12px 16px;border:2px solid #e0e0e0;border-radius:8px;font-size:14px;cursor:pointer;box-sizing:border-box}.ingest-file-hint{font-size:12px;color:#666;margin-top:5px}.ingest-error-message{color:#e74c3c;font-size:13px;margin-top:5px;display:none}.ingest-error-message.show{display:block}.ingest-success-message{color:#27ae60;font-size:13px;margin-top:5px;display:none}.ingest-success-message.show{display:block}.ingest-content button{width:100%;padding:14px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s}.ingest-content button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 5px 15px #667eea66}.ingest-content button:active:not(:disabled){transform:translateY(0)}.ingest-content button:disabled{background:#ccc;cursor:not-allowed;transform:none}.ingest-loading{display:none;text-align:center;margin-top:20px}.ingest-loading.show{display:block}.ingest-spinner{border:3px solid #f3f3f3;border-top:3px solid #667eea;border-radius:50%;width:40px;height:40px;animation:ingest-spin 1s linear infinite;margin:0 auto 10px}@keyframes ingest-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.ingest-result{margin-top:20px;padding:15px;border-radius:8px;display:none}.ingest-result.show{display:block}.ingest-result.success{background:#d4edda;border:1px solid #c3e6cb;color:#155724}.ingest-result.error{background:#f8d7da;border:1px solid #f5c6cb;color:#721c24}.ingest-video-info{margin-top:10px;padding:10px;background:#ffffff80;border-radius:5px;font-size:13px}.ingest-divider{margin:30px 0;text-align:center;color:#666}.ingest-divider-line{height:1px;background:#e0e0e0;margin:20px 0}.ingest-divider p{margin-bottom:15px;font-weight:600}
