body,html{height:100%;width:100%}input::-ms-clear,input::-ms-reveal{display:none}*,:after,:before{box-sizing:border-box}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0);font-family:sans-serif;line-height:1.15}[tabindex="-1"]:focus{outline:none}hr{box-sizing:initial;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{font-weight:500;margin-bottom:.5em;margin-top:0}p{margin-bottom:1em;margin-top:0}abbr[data-original-title],abbr[title]{border-bottom:0;cursor:help;-webkit-text-decoration:underline dotted;text-decoration:underline;text-decoration:underline dotted}address{font-style:normal;line-height:inherit;margin-bottom:1em}input[type=number],input[type=password],input[type=text],textarea{-webkit-appearance:none}dl,ol,ul{margin-bottom:1em;margin-top:0}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}code,kbd,pre,samp{font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace;font-size:1em}pre{margin-bottom:1em;margin-top:0;overflow:auto}figure{margin:0 0 1em}img{border-style:none;vertical-align:middle}[role=button],a,area,button,input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{caption-side:bottom;padding-bottom:.3em;padding-top:.75em;text-align:left}button,input,optgroup,select,textarea{color:inherit;font-family:inherit;font-size:inherit;line-height:inherit;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{border:0;margin:0;min-width:0;padding:0}legend{color:inherit;display:block;font-size:1.5em;line-height:inherit;margin-bottom:.5em;max-width:100%;padding:0;white-space:normal;width:100%}progress{vertical-align:initial}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:none;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}mark{background-color:#feffe6;padding:.2em}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.custom-button{background-color:initial;border:1px solid blue;color:#000;transition:background-color .3s ease}.custom-button:hover{background-color:blue;color:#fff}.custom-header{background-color:#007bff;border-bottom:2px solid #0056b3;color:#fff;font-size:14px;font-weight:700;padding:10px 15px;text-transform:uppercase}.strikethrough{color:grey;text-decoration:line-through}.cards-wrapper{flex-wrap:wrap;gap:20px}.card-container,.cards-wrapper{display:flex;justify-content:space-between}.card-container{align-items:center;background-color:#fff;border-radius:8px;box-shadow:0 4px 8px #0000001a;flex-direction:column;margin:0 auto;max-width:600px;padding:20px;width:48%}.inputs-container{display:flex;justify-content:space-between;margin-bottom:20px;width:100%}.inputs-container>*{width:100%}.graph-container{align-items:center;display:flex;flex-direction:column;margin-top:20px;width:100%}.graph{background-color:#f5f5f5;border-radius:8px;height:300px;margin-bottom:20px;width:100%}.graph-container button{background-color:#1890ff;border:none;border-radius:4px;color:#fff;cursor:pointer;margin-top:20px;padding:10px 20px}.graph-container button:hover{background-color:#40a9ff}.tables-container{display:inline;gap:500px}.table-wrapper{background-color:#f9f9f9;border:1px solid #ccc;border-radius:8px;box-shadow:0 2px 4px #0000001a;flex:1 1;padding:16px}.detalle-container{background:#f9f9f9;border:1px solid #ddd;border-radius:8px;margin-top:10px;padding:10px}.detalle-container table{border-collapse:collapse;margin-top:5px;width:100%}.detalle-container td,.detalle-container th{border-bottom:1px solid #ddd;padding:8px 12px;text-align:left}.detalle-container th{background:#e0e0e0;font-weight:700}.detalle-container tr:hover{background:#f1f1f1}.button-container{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:20px}.button-container button{font-size:16px;min-width:200px;padding:10px 15px}.drawer-button{margin-top:15px}.page-heading{align-items:center;display:flex;gap:16px;justify-content:space-between;margin-bottom:24px}.page-heading .ant-typography{margin:0}.page-heading-icon{color:#1677ff;font-size:32px}.chatbot-card{margin:0 auto;max-width:900px}.chatbot-messages{background:#f7f9fc;border:1px solid #edf0f5;border-radius:8px;margin-bottom:16px;max-height:55vh;min-height:280px;overflow-y:auto;padding:16px}.chatbot-message{border-radius:10px;margin-bottom:12px;max-width:80%;padding:10px 14px}.chatbot-message p{margin:4px 0 0;white-space:pre-wrap}.chatbot-message-user{background:#e6f4ff;margin-left:auto}.chatbot-message-assistant{background:#fff;border:1px solid #e5e7eb}.chatbot-alert{margin-bottom:12px}.chatbot-input-row{width:100%}.custom-pagination{display:flex;justify-content:center;margin-top:20px;overflow-x:auto;padding-bottom:2px}.custom-pagination .ant-space-compact{flex-shrink:0}.login-page{background:radial-gradient(circle at 15% 10%,#e6f4ff,#0000 45%),linear-gradient(135deg,#f0f5ff,#fff);display:grid;min-height:100vh;padding:24px;place-items:center}.login-card{border-radius:14px;box-shadow:0 16px 48px #1677ff24;width:min(100%,410px)}.login-brand{align-items:center;display:flex;gap:10px}.login-brand .ant-typography{letter-spacing:2px;margin:0}.login-subtitle{margin-top:18px}.login-brand>span{align-items:center;background:#1677ff;border-radius:10px;color:#fff;display:inline-flex;flex:0 0 36px;font-size:20px;font-weight:700;height:36px;justify-content:center;width:36px}.login-alert{margin-bottom:16px}.login-security-note{display:block;font-size:12px;margin-top:18px;text-align:center}@media (max-width:480px){.login-page{padding:16px}.login-card{border-radius:10px}}#root,.ant-layout,.ant-layout-content{min-width:0}.ant-layout-content{overflow-x:hidden}.sidebar-brand{align-items:center;color:#fff;display:flex;font-weight:700;gap:10px;height:64px;letter-spacing:1.5px;padding:0 20px}.sidebar-brand-mark{align-items:center;background:#1677ff;border-radius:8px;color:#fff;display:inline-flex;height:30px;justify-content:center;width:30px}.app-header{align-items:center;background:#fff;border-bottom:1px solid #edf0f5;display:flex;height:56px;justify-content:space-between;line-height:56px;padding:0 24px}.ant-card,.ant-form,.ant-space,.ant-table-wrapper{max-width:100%}.ant-typography{overflow-wrap:anywhere}.ant-input,.ant-input-number,.ant-picker,.ant-select{max-width:100%}@media (max-width:1280px){.ant-layout-content{margin:16px 12px!important;padding:16px!important}.ant-table-wrapper{overflow-x:auto}.cards-wrapper{gap:12px}.card-container{max-width:none;width:100%}}@media (max-width:900px){.ant-layout-sider{max-width:190px!important;min-width:190px!important;width:190px!important}.sidebar-brand{padding:0 14px}.app-header{padding:0 16px}.ant-menu-title-content{font-size:12px}.ant-layout-content{margin:10px 8px!important;padding:12px!important}.inputs-container{flex-wrap:wrap;gap:8px}.button-container button{min-width:0}.ant-space:not(.ant-space-compact){flex-wrap:wrap}.ant-form-item{margin-bottom:12px}.custom-pagination{justify-content:flex-start}.ant-modal{max-width:calc(100vw - 24px)}.ant-drawer-content-wrapper{max-width:92vw}}