html,body,#root{height:100%;width:100%;margin:0;display:flex;justify-content:center;align-items:center}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;background-color:#fff}body{margin:0;display:flex;flex-direction:column;min-width:320px;min-height:100vh}.app-layout{width:100vw;height:100vh;display:flex}.sidebar{background:#f9f9f9;width:16%;min-width:220px;overflow:hidden;display:flex;flex-direction:column}.sidebar-header{max-height:15%;display:flex;flex-direction:column;justify-content:center;align-items:end;padding:10px}.sidebar-header .sidebarLeftOff{color:#8b8b8b;font-size:20px;font-style:bold;transition:transform .2s ease,box-shadow .2s ease}.sidebar-header .sidebarLeftOff:hover{color:#8b8b8b;cursor:pointer;box-shadow:0 6px 16px #3f3f3f1a}.sidebar-header-chatTitle-text{font-size:12px;font-family:sans-serif;color:#000000b9}.sidebar-header-options{width:100%;display:flex;justify-content:center}.sidebar-header-btnNewChat{font-family:sans-serif;width:80%;height:30px;border-radius:20px;background-color:#4b8cff;color:#fff;border:none;font-size:12px}.sidebar-header-options{display:flex;flex-direction:column;align-items:start;justify-content:center}.sidebar-header-options .options-item{width:90%;padding-left:10px;display:flex;flex-direction:row;justify-content:start;align-items:center;gap:15px;font-size:16px;border-radius:10px;margin-left:10px;height:40px;transition:ease-in .2s}.sidebar-header-options .options-item:hover{background-color:#e5e6e9d8}.sidebar-body{display:flex;flex-direction:column;justify-content:center;padding-top:5px;padding-left:5px;font-size:14px}.sidebar-body-title{font-size:15px;margin-left:5px;font-weight:700}.sidebar-body-chat{display:flex;justify-content:start;align-items:center;flex-direction:column;gap:10px}.sidebar-body-chat-items{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:10px}.sidebar-footer{display:flex;flex-direction:column;gap:10px;justify-content:center;align-items:center;margin-top:auto}.sidebar-footer-logout{width:100%;display:flex;justify-content:center;align-items:center}.sidebar-footer-logout-btn{background-color:#f9f9f9;border:1px solid #b9b9b962;outline:none;width:95%;color:#000;height:50px;border-radius:50px;display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.sidebar-footer-logout-btn .text-container{width:85%;background-color:transparent;border:nonne;display:flex;flex-direction:row;justify-content:start;align-items:center;gap:10px}.sidebar-footer-logout-btn .text-container img{background-color:#096406;width:30px;height:30px;border-radius:100px;object-fit:cover;display:block}.sidebar-footer-logout-btn .icon-container{background-color:#4b8cff;color:#fff;font-style:bold;width:30px;height:30px;border-radius:100px;display:flex;align-items:center;justify-content:center;transition:transform .2s ease,box-shadow .2s ease}.sidebar-footer-logout-btn:hover .icon-container{transform:scale(1.15);box-shadow:0 6px 16px #4b8cff59}.sidebar-footer-logout-btn .icon-container .icon-logout{font-size:17px;margin-right:3px}.user-name{max-width:180px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.welcome-card{margin:20px auto;max-width:520px;text-align:center;padding:24px;border-radius:12px;background:#f6f7f9;color:#444}.welcome-title{font-size:18px;font-weight:600;margin-bottom:8px;display:flex;justify-content:center;align-items:center}.welcome-text{font-size:14px;color:#666}.sidechat{display:flex;flex-direction:column;gap:10px;background:transparent;padding:1.5rem 0 0 2rem;width:80%}.sidechat-text{background-color:#fff;display:flex;flex-direction:column;border-radius:8px;width:98%;height:90%;padding:10px;overflow-y:auto}.sidechat-input{background-color:#f9f9f9;border-radius:100px;width:99.4%;height:6%;-webkit-box-shadow:0px 0px 12px -7px rgba(66,68,90,.5);-moz-box-shadow:0px 0px 12px -7px rgba(66,68,90,.5);box-shadow:0 0 12px -7px #42445a80;gap:5px;display:flex;flex-direction:row;justify-content:center;align-items:center;margin-bottom:15px}.sidechat-input input{width:90%;background-color:transparent;border:none;outline:none;font-size:12px}.sidechat-input img{margin-left:15px}.sidechat-input .btn-send{display:flex;justify-content:center;align-items:center;background-color:#4b8cff;color:#fff;border-radius:100%;height:30px;width:30px;border:none;margin-right:20px}.message-card{border-radius:16px;padding:1rem 1.5rem;margin-bottom:1rem;max-width:900px}.message-card.user{margin-left:auto;color:#000}.message-card.assistant{margin-right:auto;color:#000}.message-header{font-size:.8rem;opacity:.7;margin-bottom:.25rem}.message-text{margin:.5rem 0 .75rem;line-height:1.4}.section{margin-top:1.5rem}.section-title{font-weight:600;margin-bottom:.5rem}.sql-block{background:#020617;border-radius:12px;padding:.75rem;font-size:.8rem;overflow-x:auto}.sql-section{margin-top:1rem;border-left:3px solid #3b82f6;padding-left:1rem}.sql-header{font-size:.85rem;font-weight:600;color:#000;margin-bottom:.25rem}.sql-block{background:#0f172a;color:#e5e7eb;font-size:.85rem;padding:.75rem;border-radius:8px;white-space:pre-wrap;overflow-x:auto;border:1px solid #1e293b}.table-wrapper{max-height:320px;overflow:auto;border-radius:8px;border:1px solid #babac0;background:#f5f5f5}.table-wrapper table{width:100%;border-collapse:collapse;font-size:.9rem}.table-wrapper th{text-align:left;font-weight:600}.table-wrapper th,.table-wrapper td{padding:.5rem .75rem;border-bottom:1px solid #ffffff;white-space:nowrap}.table-wrapper thead{position:sticky;top:0;background:#020617;color:#fff;z-index:1}.loading{font-size:.9rem;opacity:.7;margin-top:.5rem}.assistant-text{margin-top:.5rem;line-height:1.6;font-size:.95rem;overflow-y:auto}.table-wrapper tbody tr:nth-child(2n){background-color:#94a3b814}.chart-section{margin-top:1.5rem}.chart-section .section-title{margin-bottom:.75rem}.chart-container{display:flex;justify-content:center;align-content:center;width:100%;max-width:720px;margin:0 auto;aspect-ratio:4 / 3}.markdown-body h1,.markdown-body h2,.markdown-body h3{margin-top:1rem;margin-bottom:.5rem;font-weight:600}.markdown-body p{margin:.25rem 0}.markdown-body ul,.markdown-body ol{padding-left:1.25rem;margin:.25rem 0 .5rem}.custom-select{position:relative}.select-box{background-color:#fff;width:150px;height:30px;border:none;box-shadow:0 0 6px #0003;border-radius:30px;display:flex;justify-content:space-between;align-items:center;padding:0 10px 0 20px;cursor:pointer}.select-box:hover{box-shadow:0 0 0 1px #c4ddff}.select-item-box::-webkit-scrollbar{width:10px}.select-item-box::-webkit-scrollbar-track{background:transparent;border-radius:10px}.select-item-box{position:absolute;right:0;width:170px;max-height:180px;overflow-y:auto;border-radius:10px;padding:8px;background:#fff;box-shadow:0 0 10px #0000001f;border:1px solid rgba(0,0,0,.06);z-index:50}.select-item-box.up{bottom:calc(100% + 8px)}.select-item{width:100%;text-align:left;border-radius:8px;background:transparent;border:0;cursor:pointer}.select-item:hover{background-color:#f6f6f7}.select-item .item-name{width:100%;margin-left:10px}.login-container{width:95vw;height:90vh;background:#fff;display:flex;flex-direction:row;padding:30px;border-radius:50px}.login-container-left-site{width:50%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:start;padding-left:10%}.login-container-right-site{width:50%;height:100%}.portada{background-color:transparent;position:relative;display:flex;justify-content:center;align-items:center;width:100%;height:100%;background:linear-gradient(295deg,#0049a3,#0052b3,#002e6f,#00286b,#002e6f);background-size:240% 240%;animation:gradient-animation 8s ease infinite;border-radius:30px}.portada img{background-color:transparent;width:100%}@keyframes gradient-animation{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}
