:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;padding:0;min-width:320px;min-height:100vh}#root{margin:0;padding:0;width:100%;min-height:100vh}*{margin:0;padding:0;box-sizing:border-box}.app-container{min-height:100vh;background:linear-gradient(135deg,#f5f7fa,#e8edf2,#dde3e9);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif}.site-header{position:fixed;top:0;left:0;right:0;background:#fff;box-shadow:0 2px 8px #0000001a;z-index:50;border-bottom:1px solid #e5e7eb}.header-content{max-width:1600px;margin:0 auto;padding:1rem;display:flex;flex-direction:column;align-items:center;gap:.75rem}.header-title{font-size:1.25rem;font-weight:600;color:#1f2937;text-align:center}.escudo{height:5rem;width:auto}.messages-area{padding:10rem 2rem 8rem}.messages-container{max-width:1600px;margin:0 auto}.messages-list{display:flex;flex-direction:column;gap:1rem}.message-wrapper{display:flex;animation:slideUp .4s ease-out forwards}.message-wrapper.user{justify-content:flex-end}.message-wrapper.bot{justify-content:flex-start}.message-bubble{max-width:95%;min-width:fit-content;border-radius:1rem;padding:.75rem 1.25rem;box-shadow:0 2px 8px #0000001a}.message-bubble.user{background:linear-gradient(135deg,#2563eb,#4f46e5);color:#fff;border-bottom-right-radius:.25rem}.message-bubble.bot{background:#fff;color:#1f2937;border:1px solid #e5e7eb;border-bottom-left-radius:.25rem;padding:1.5rem}.message-bubble.bot.has-results{min-width:90%;width:fit-content}.message-bubble p{font-size:15px;line-height:1.6;white-space:pre-wrap;word-wrap:break-word}.results-container{display:flex;flex-direction:column;gap:1.5rem;min-width:100%;width:100%}.pagination-controls{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:1.5rem;padding:1rem}.pagination-btn{padding:.5rem 1rem;background:linear-gradient(135deg,#2563eb,#4f46e5);color:#fff;border:none;border-radius:.5rem;cursor:pointer;font-size:.9rem;font-weight:500;transition:all .3s ease;box-shadow:0 2px 8px #2563eb4d}.pagination-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #2563eb66}.pagination-btn:disabled{background:#e5e7eb;color:#9ca3af;cursor:not-allowed;box-shadow:none;transform:none}.pagination-info{font-size:.9rem;color:#6b7280;font-weight:500}.result-card{display:flex;gap:1.5rem;padding:1rem;background:#f9fafb;border-radius:.75rem;border:1px solid #e5e7eb;transition:all .3s ease}.result-card:hover{box-shadow:0 4px 12px #0000001a}.card-image{flex-shrink:0;width:180px;height:140px;overflow:visible;border-radius:.5rem;background:#e5e7eb;display:flex;align-items:center;justify-content:center}.card-image img{width:100%;height:100%;object-fit:contain;transform:scale(1);transform-origin:center center}.card-content{flex:1;display:flex;flex-direction:column;gap:.5rem}.card-title{font-size:1.1rem;font-weight:600;color:#1f2937;margin-bottom:.25rem}.card-category{display:inline-block;color:#d97706;font-size:.95rem;text-decoration:underline;margin-bottom:.75rem;transition:opacity .2s}.card-category:hover{opacity:.7}.card-details{display:flex;flex-direction:column;gap:.5rem}.detail-item{font-size:.95rem;line-height:1.5;color:#4b5563;display:flex;align-items:flex-start;gap:.5rem}.detail-icon{flex-shrink:0}.detail-label{font-weight:600;color:#374151}.description-container{display:block}.description-text{color:#6b7280;line-height:1.6}.toggle-btn{background:none;border:none;color:#2563eb;font-weight:600;cursor:pointer;padding:0;margin-left:.25rem;text-decoration:underline;font-size:.95rem}.toggle-btn:hover{color:#1d4ed8}.input-area{position:fixed;bottom:0;left:0;right:0;background:linear-gradient(to top,#fff,#fff,#fff0);padding-bottom:1rem;padding-top:1.5rem}.input-container{max-width:1024px;margin:0 auto;padding:0 1rem}.input-wrapper{position:relative;background:#fff;border-radius:1rem;box-shadow:0 4px 20px #00000026;border:1px solid #e5e7eb;overflow:hidden}.chat-input{width:100%;padding:1rem 3.5rem 1rem 1.25rem;color:#1f2937;resize:none;border:none;outline:none;background:transparent;font-size:1rem;font-family:inherit;min-height:56px;max-height:150px}.chat-input::placeholder{color:#9ca3af}.send-button{position:absolute;right:.5rem;bottom:.5rem;padding:.75rem;border-radius:.75rem;border:none;cursor:pointer;transition:all .3s ease;background:linear-gradient(135deg,#2563eb,#4f46e5);color:#fff;box-shadow:0 2px 8px #2563eb4d}.send-button:hover:not(:disabled){transform:scale(1.05);box-shadow:0 4px 12px #2563eb66}.send-button:disabled{background:#e5e7eb;color:#9ca3af;cursor:not-allowed;box-shadow:none}.send-icon{width:1.25rem;height:1.25rem;display:block}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.chat-input::-webkit-scrollbar{width:6px}.chat-input::-webkit-scrollbar-track{background:transparent}.chat-input::-webkit-scrollbar-thumb{background-color:#cbd5e0;border-radius:10px}.message-link{color:#2563eb;text-decoration:underline;word-break:break-all}.message-bubble.bot .message-link{color:#2563eb}.message-bubble.user .message-link{color:#93c5fd}.message-link:hover{opacity:.8}@media(max-width:768px){.header-title{font-size:1rem}.result-card{flex-direction:column}.card-image{width:100%;height:200px}}
