body{margin:0;font-family:-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}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion: no-preference){.App-logo{animation:App-logo-spin infinite 20s linear}}.App-header{background-color:#282c34;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:calc(10px + 2vmin);color:#fff}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@font-face{font-family:Avenir;src:url(/assets/Avenir-BXmUQxK4.ttc)}.chat-container{display:flex;flex-direction:column;height:100vh;max-width:100%;background:linear-gradient(135deg,#f8f9fa,#fff);border-radius:0;overflow:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.chat-header{background:#c00000;color:#fff;padding:20px 24px;border-bottom:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #c0000026}.chat-title{font-weight:600!important;margin:0!important;font-size:18px!important;letter-spacing:.5px}.chat-messages{flex:1;overflow-y:auto;padding:24px;background:#fff;display:flex;flex-direction:column;gap:20px}.chat-messages.no-conversations{overflow:hidden}.welcome-container{display:flex;align-items:center;justify-content:center;min-height:100%;padding:40px 24px}.centered-input{text-align:center;max-width:800px;width:100%}.centered-input .welcome-title{color:#1a1a1a!important;margin-bottom:16px!important;font-weight:700!important;font-size:28px!important}.centered-input .welcome-subtitle{color:#666!important;margin-bottom:32px!important;font-size:16px!important;line-height:1.5!important}.input-wrapper.centered{max-width:800px;margin:0 auto;transition:all .3s ease}.welcome-message{text-align:center;padding:60px 24px;background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014;margin-bottom:20px;border:1px solid #f0f0f0}.welcome-title{color:#1a1a1a!important;margin-bottom:16px!important;font-weight:700!important;font-size:28px!important}.welcome-subtitle{color:#666!important;margin-bottom:32px!important;font-size:16px!important;line-height:1.5!important}.sample-questions{display:flex;flex-direction:column;gap:12px;align-items:center}.sample-title{color:#888!important;margin-bottom:12px!important;font-weight:500!important;font-size:14px!important}.sample-question-btn{max-width:800px!important;text-align:left!important;justify-content:flex-start!important;padding:12px 20px!important;border-radius:12px!important;font-size:14px!important;line-height:1.4!important;white-space:normal!important;height:auto!important;border:1px solid #e0e0e0!important;background:#fff!important;color:#333!important;transition:all .2s ease!important;box-shadow:0 2px 4px #0000000d!important}.sample-question-btn:hover{border-color:#c00000!important;color:#c00000!important;transform:translateY(-1px)!important;box-shadow:0 4px 12px #c0000026!important}.message{display:flex;margin-bottom:20px;animation:fadeInUp .3s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.user-message{justify-content:flex-end}.assistant-message{justify-content:flex-start}.message-content{max-width:85%;padding:16px 20px;border-radius:18px;position:relative;word-wrap:break-word;line-height:1.5}.user-message .message-content{background:#c00000;color:#fff;border-bottom-right-radius:6px;box-shadow:0 4px 12px #c0000033}.assistant-message .message-content{background:#fff;color:#1a1a1a;border:1px solid #f0f0f0;border-bottom-left-radius:6px;box-shadow:0 4px 12px #00000014}.message-text{line-height:1.6!important;white-space:pre-line!important;font-size:15px!important;text-align:left!important}.user-message .message-text{text-align:right!important}.assistant-message .message-text{text-align:left!important}.loading-indicator{display:flex;align-items:center;gap:12px}.loading-text{color:#666!important;font-style:italic!important;font-size:14px!important}.download-section{margin-top:16px;padding-top:16px;border-top:1px solid #f0f0f0}.chat-input-container{padding:8px 24px;background:#fff;border-top:1px solid #f0f0f0;box-shadow:0 -2px 10px #0000000d;animation:slideUp .3s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.input-wrapper{display:flex;align-items:center;gap:8px;background:#fff;border-radius:20px;border:1px solid #e0e0e0;padding:0 12px;box-shadow:0 2px 8px #0000000f;transition:all .2s ease;max-width:800px;margin:0 auto}.input-wrapper:focus-within{border-color:#c00000;box-shadow:0 2px 8px #c000001f}.chat-input{flex:1}.chat-input .MuiOutlinedInput-root{border:none!important;box-shadow:none!important;font-size:15px!important}.chat-input .MuiOutlinedInput-notchedOutline{border:none!important}.chat-input .MuiInputBase-input{padding:0 12px!important;font-size:14px!important;line-height:1.4!important;min-height:18px!important}.send-button{background:#c00000!important;color:#fff!important;border-radius:50%!important;width:36px!important;height:36px!important;min-width:36px!important;transition:all .2s ease!important;box-shadow:0 2px 6px #c0000026!important}.send-button:hover{transform:scale(1.02)!important;box-shadow:0 3px 8px #c0000040!important;background:#a00000!important}.send-button:disabled{background:#e0e0e0!important;color:#999!important;transform:none!important;box-shadow:0 2px 4px #0000001a!important}.download-section .MuiButton-root{background:transparent!important;color:#c00000!important;border-radius:12px!important;padding:10px 20px!important;font-weight:500!important;text-transform:none!important;box-shadow:none!important;transition:all .2s ease!important;border:2px solid #C00000!important;display:flex!important;align-items:center!important;gap:8px!important;font-size:14px!important}.download-section .MuiButton-root:hover{transform:translateY(-1px)!important;box-shadow:0 4px 12px #c0000033!important;background:#c00000!important;color:#fff!important}.download-section .MuiButton-root a{color:inherit!important;text-decoration:none!important;display:flex!important;align-items:center!important;gap:8px!important}@media (max-width: 768px){.chat-container{height:100vh;border-radius:0}.message-content{max-width:90%}.chat-input-container{padding:4px}.welcome-message{padding:40px 20px}.sample-question-btn{max-width:100%!important;font-size:13px!important}.welcome-title{font-size:24px!important}}.chat-messages::-webkit-scrollbar{width:8px}.chat-messages::-webkit-scrollbar-track{background:#f8f9fa;border-radius:4px}.chat-messages::-webkit-scrollbar-thumb{background:#d0d0d0;border-radius:4px}.chat-messages::-webkit-scrollbar-thumb:hover{background:#b0b0b0}
