@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap";:root{--body-font: "Google Sans", "Montserrat", "Segoe UI", Arial, sans-serif;--heading-font: "Montserrat", "Google Sans", "Segoe UI", Arial, sans-serif;--primary: #0E4F88;--primary-dark: #07345c;--primary-soft: #eaf3fb;--black: #111111;--white: #ffffff;--gray-50: #f7f9fb;--gray-100: #eef2f6;--gray-200: #dfe6ee;--gray-300: #c7d1dc;--gray-500: #6b7280;--gray-700: #374151;--green: #1f9d73;--green-soft: #e6f7f0;--red: #c73535;--red-soft: #fdecec;--shadow: 0 8px 18px rgba(14, 79, 136, .07);--radius-xl: 14px;--radius-lg: 11px;--radius-md: 8px}*{box-sizing:border-box}html,body{width:100%;max-width:100%;overflow-x:hidden}body{margin:0;font-family:var(--body-font);background:var(--gray-50);color:var(--black);font-size:13px}body.no-scroll{overflow:hidden}a{color:inherit;text-decoration:none}button,input,select{font-family:inherit}.app{display:grid;grid-template-columns:210px 1fr;min-height:100vh}.app,.main,.process-card,.process-info,.card-body,.filters,.summary-grid,.details-grid{min-width:0}.mobile-header,.sidebar-overlay{display:none}.sidebar{padding:14px 10px;display:flex;flex-direction:column;position:sticky;top:0;height:100vh;width:210px;min-width:210px;background:var(--white);border-right:1px solid var(--gray-200);min-height:100vh}.brand{height:50px;display:flex;align-items:center;padding:0 6px 12px;border-bottom:1px solid var(--gray-200);margin-bottom:10px}.brand img{max-width:115px;max-height:32px;display:block}.sidebar-logo{padding:22px 16px;border-bottom:1px solid var(--gray-200)}.sidebar-logo img{max-width:140px;height:auto;display:block}.sidebar-user{display:flex;align-items:center;gap:10px;margin:12px;padding:12px;border:1px solid var(--gray-200);border-radius:13px;background:var(--gray-50)}.user-avatar{background:var(--primary);width:38px;height:38px;border-radius:50%;color:var(--white);display:grid;place-items:center;font-size:14px;font-weight:900;flex:0 0 auto}.user-avatar.mini{width:28px;height:28px;font-size:11px}.user-info{display:flex;flex-direction:column;min-width:0}.user-info strong{color:var(--black);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;line-height:1.15;font-weight:800!important;font-size:12px!important}.user-info span{display:block;color:var(--gray-500);font-weight:600!important;font-size:11px!important}.side-nav{overflow-y:auto;display:flex;flex-direction:column;gap:4px;padding:8px 12px 90px}.nav-item,.nav-group summary{display:flex;align-items:center;gap:9px;padding:9px 11px;border-radius:10px;color:var(--gray-700);font-weight:700;font-size:12px;cursor:pointer;list-style:none;transition:.2s ease}.nav-item,.nav-group-title{width:100%;border:0;outline:0;background:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-decoration:none;color:var(--gray-700);min-height:36px;border-radius:10px;padding:0 10px;display:flex;align-items:center;gap:9px;cursor:pointer;font-family:inherit;text-align:left;font-weight:700!important;font-size:12px!important}.nav-group{display:flex;flex-direction:column}.nav-group,.nav-subgroup{border-radius:10px}.nav-group summary::-webkit-details-marker,.nav-subgroup summary::-webkit-details-marker,.card-menu summary::-webkit-details-marker{display:none}.nav-group a,.nav-subgroup a{display:block;margin-left:27px;padding:7px 8px;border-radius:8px;color:var(--gray-500);font-size:11px;font-weight:600}.nav-subgroup summary{margin-left:27px;padding:7px 8px;border-radius:8px;color:var(--gray-500);font-size:11px;font-weight:700;cursor:pointer}.nav-subgroup a{margin-left:39px}.nav-group-title{gap:8px!important}.nav-group-title strong{font-weight:700!important}.nav-icon{text-align:center;width:16px;display:inline-grid;place-items:center;font-size:12px;flex:0 0 auto}.nav-submenu{display:none;flex-direction:column;gap:1px;padding:1px 0 4px!important}.nav-group.open .nav-submenu{display:flex}.nav-submenu a{text-decoration:none;color:var(--gray-500)!important;padding:3px 8px!important;border-radius:7px;line-height:1.15;font-size:11px!important;font-weight:600!important}.nav-submenu a:hover{color:var(--primary)!important}.nav-submenu a.active-sub{background:var(--primary-soft);color:var(--primary)!important;font-weight:800!important}.nav-subgroup{display:flex;flex-direction:column;gap:0}.nav-subgroup+.nav-subgroup{margin-top:4px}.nav-subgroup-toggle{display:flex;align-items:center;justify-content:space-between;gap:8px;width:100%;background:transparent;border:0;color:#94a3b8;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.03em;padding:6px 8px 4px 12px;cursor:pointer}.nav-subgroup-label{text-align:left}.nav-subgroup-arrow{font-size:14px;line-height:1;color:#94a3b8;transition:transform .18s ease}.nav-subgroup.open .nav-subgroup-arrow{transform:rotate(90deg)}.nav-subgroup-links{display:none;flex-direction:column;gap:1px}.nav-subgroup.open .nav-subgroup-links{display:flex}.sidebar-footer{margin-top:auto;color:var(--primary);display:flex;flex-direction:column;gap:2px;position:absolute;left:12px;right:12px;bottom:14px;background:var(--primary-soft);border-radius:12px;padding:12px}.sidebar-footer strong{display:block;color:var(--primary);font-size:12px;font-weight:900}.sidebar-footer span{display:block;color:var(--gray-500);font-size:10.5px;font-weight:700}.sidebar-footer small{color:var(--gray-500);font-weight:600;font-size:10px}.main{padding:14px;overflow:visible}.topbar{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:10px;gap:12px}.topbar h1{margin:0;font-size:21px;color:var(--black);letter-spacing:-.03em}.topbar p{margin:3px 0 0;color:var(--gray-500);font-weight:500;font-size:12px}.top-actions{display:flex;gap:7px;flex-wrap:wrap}.btn{border:none;border-radius:8px;padding:7px 12px;font-size:11px;font-weight:800;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;min-height:32px;transition:.2s ease}.btn-primary{background:var(--primary);color:var(--white)}.btn-primary:hover{background:var(--primary-dark)}.btn-light{background:var(--white);color:var(--primary);border:1px solid var(--gray-200)}.btn-light:hover{border-color:var(--primary)}.btn-outline{background:var(--white);color:var(--primary);border:1px solid var(--primary)}.btn-outline:hover{background:var(--primary-soft)}.btn-dark{background:var(--black);color:var(--white)}.btn-dark:hover{background:#333}.summary-grid{display:grid;grid-template-columns:repeat(4,minmax(115px,1fr));gap:10px;margin-bottom:10px}.summary-card{background:var(--white);padding:12px 15px;border-radius:var(--radius-lg);box-shadow:var(--shadow);border:1px solid var(--gray-100)}.summary-card span{color:var(--gray-500);font-size:11px;font-weight:700}.summary-card strong{display:block;margin-top:4px;font-size:20px;color:var(--primary);line-height:1}.filters{background:var(--white);border:1px solid var(--gray-100);box-shadow:var(--shadow);border-radius:var(--radius-lg);padding:10px;display:grid;grid-template-columns:1.6fr repeat(4,minmax(115px,.7fr));gap:8px;margin-bottom:8px}.search-box{display:flex;align-items:center;gap:7px;background:var(--gray-50);border:1px solid var(--gray-200);border-radius:9px;padding:0 9px}.search-box span{color:var(--primary);font-weight:800;font-size:14px}.search-box input,.filters select{width:100%;border:1px solid var(--gray-200);background:var(--gray-50);border-radius:9px;min-height:34px;padding:0 9px;color:var(--gray-700);outline:none;font-weight:600;font-size:11px}.search-box input{border:none;background:transparent;padding:0}.search-box input:focus,.filters select:focus{border-color:var(--primary)}.active-filters{display:flex;gap:5px;flex-wrap:wrap;margin-bottom:10px}.active-filters span{background:var(--primary-soft);color:var(--primary);border:1px solid rgba(14,79,136,.18);padding:5px 9px;border-radius:999px;font-size:10px;font-weight:800}.process-list{display:flex;flex-direction:column;gap:10px}.process-card{background:var(--white);border:1px solid var(--gray-100);border-radius:var(--radius-xl);box-shadow:var(--shadow);padding:12px 14px;position:relative;overflow:visible}.process-card,.proceso-card,.card-process{position:relative}.card-header{display:flex;justify-content:space-between;gap:10px;margin-bottom:8px}.code-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.code-row h2{margin:0;font-size:16px;color:var(--primary);letter-spacing:-.02em}.process-code-link{color:var(--primary);text-decoration:none}.process-code-link:hover{text-decoration:underline}.internal-status{background:var(--primary-soft);color:var(--primary);padding:4px 8px;border-radius:999px;font-size:10px;font-weight:800}.entity{margin:3px 0 0;color:var(--gray-500);font-size:10px;font-weight:700;text-transform:uppercase}.card-menu{position:absolute;top:16px;right:16px;z-index:30}.card-menu>summary{list-style:none;width:34px;height:34px;border:1px solid var(--gray-200);border-radius:11px;background:var(--white);color:var(--primary);display:grid;place-items:center;cursor:pointer;font-size:22px;font-weight:800;line-height:1}.card-menu>summary::-webkit-details-marker{display:none}.card-menu>summary::marker{display:none}.card-menu[open]>summary{background:var(--primary-soft);border-color:#0e4f8840}.card-menu .menu-content{position:absolute;top:40px;right:0;width:280px;max-height:75vh;overflow-y:auto;background:var(--white);border:1px solid var(--gray-200);border-radius:12px;box-shadow:0 18px 45px #0f172a24;padding:12px}.menu-content{position:absolute;right:0;top:36px;background:var(--white);border:1px solid var(--gray-200);box-shadow:var(--shadow);border-radius:10px;padding:5px;z-index:20;min-width:230px;max-height:78vh;overflow-y:auto}.menu-content button{width:100%;border:none;background:transparent;text-align:left;padding:8px 9px;border-radius:7px;cursor:pointer;color:var(--gray-700);font-weight:700;font-size:11px}.menu-content button:hover{background:var(--primary-soft);color:var(--primary)}.menu-content button.danger{color:var(--red)}.menu-content button.danger:hover{background:var(--red-soft)}.card-body{display:grid;grid-template-columns:220px 1fr;gap:10px}.date-panel{display:flex;flex-direction:column;gap:6px;padding-top:0}.date-main,.date-next{padding:0;background:transparent;border:none}.date-main strong{display:block;font-size:12px;line-height:1.3;font-weight:800;color:var(--primary);margin-bottom:2px}.date-main small{display:block;font-size:12px;line-height:1.3;font-weight:700;color:var(--primary)}.date-next{margin-top:3px}.date-next span{display:block;font-size:11px;line-height:1.3;font-weight:700;color:var(--gray-500);margin-bottom:1px}.date-next small{display:block;font-size:11px;line-height:1.3;font-weight:600;color:var(--gray-500)}.process-info{min-width:0}.info-strip{display:none}.info-line{display:flex;align-items:center;flex-wrap:wrap;gap:5px;padding:0;margin-bottom:7px;font-size:12px;line-height:1.3}.info-line span{color:var(--gray-500);font-weight:800}.info-line strong{color:var(--black);font-weight:800}.info-line em{color:var(--primary);font-style:normal;font-weight:900;margin:0 3px}.chips-row{display:flex;flex-wrap:wrap;gap:5px;margin-bottom:7px}.chip{padding:4px 8px;border-radius:999px;font-size:10px;font-weight:800}.chip.tag{background:var(--primary-soft);color:var(--primary)}.chip.person{background:var(--green-soft);color:var(--green)}.object{color:var(--gray-700);font-size:12px;font-weight:600;line-height:1.35;margin:0 0 7px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;overflow-wrap:anywhere}.details-grid{display:grid;grid-template-columns:1.5fr .55fr .8fr .8fr;gap:8px;margin-bottom:7px}.details-grid div{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:10px;padding:8px 10px}.details-grid span{display:block;color:var(--gray-500);font-size:10px;font-weight:800;margin-bottom:3px;text-transform:uppercase}.details-grid strong{font-size:12px;line-height:1.25;color:var(--black);overflow-wrap:anywhere}.note{background:#fbfcfe;border:1px dashed var(--gray-300);padding:7px 10px;border-radius:10px;color:var(--gray-700);font-size:11px;font-weight:600;line-height:1.3;overflow-wrap:anywhere}.note span{color:var(--primary);font-weight:800}.timeline{display:flex;align-items:center;gap:0;margin:10px 0;padding:10px;background:var(--gray-50);border:1px solid var(--gray-200);border-radius:var(--radius-lg);overflow:visible;position:relative;z-index:5;max-width:100%}.timeline-step{--step-size: 25px;position:relative;z-index:6;border:none;background:transparent;display:flex;align-items:center;padding:0;cursor:pointer;overflow:visible}.timeline-step:not(:last-child):after{content:"";width:34px;height:3px;background:var(--gray-300);display:block}.timeline-step.done:not(:last-child):after,.timeline-step.current:not(:last-child):after{background:var(--primary)}.timeline-step span{width:var(--step-size);height:var(--step-size);border-radius:50%;display:grid;place-items:center;font-size:10px;font-weight:900;background:var(--gray-200);color:var(--gray-500);border:2px solid var(--gray-200);z-index:7;flex:0 0 auto;position:relative}.timeline-step.done span{background:var(--primary);color:var(--white);border-color:var(--primary)}.timeline-step.current span{background:var(--white);color:var(--primary);border-color:var(--primary);box-shadow:0 0 0 3px #0e4f881f}.tooltip{position:absolute;left:calc(var(--step-size) / 2);bottom:36px;transform:translate(-50%) translateY(8px);width:210px;background:var(--black);color:var(--white);padding:8px 9px;border-radius:9px;box-shadow:0 12px 30px #0003;opacity:0;visibility:hidden;transition:.18s ease;z-index:999;text-align:left;pointer-events:none}.tooltip:after{content:"";position:absolute;left:50%;bottom:-6px;transform:translate(-50%);border-width:6px 6px 0 6px;border-style:solid;border-color:var(--black) transparent transparent transparent}.tooltip strong{display:block;font-size:10px;line-height:1.3;margin-bottom:3px}.tooltip small{display:block;font-size:10px;color:#d1d5db;font-weight:600}.timeline-step:hover .tooltip,.timeline-step:focus .tooltip,.timeline-step:focus-within .tooltip{opacity:1;visibility:visible;transform:translate(-50%) translateY(0)}.card-actions{display:flex;gap:7px;flex-wrap:wrap;border-top:1px solid var(--gray-200);padding-top:10px}.card-actions .btn{min-width:132px}.menu-form{padding:6px;border-bottom:1px solid var(--gray-200);margin-bottom:4px}.menu-form label{display:block;font-size:10px;font-weight:800;color:var(--primary);margin-bottom:5px}.menu-form select{width:100%;min-height:31px;border:1px solid var(--gray-200);border-radius:8px;background:var(--gray-50);color:var(--gray-700);font-size:11px;font-weight:700;padding:0 7px;outline:none;cursor:pointer}.menu-form select:focus{border-color:var(--primary)}.menu-checks{display:flex;flex-direction:column;gap:3px;max-height:155px;overflow-y:auto;padding-right:3px}.menu-form .menu-check{display:flex;align-items:center;gap:6px;color:var(--gray-700);font-size:10.5px;font-weight:700;margin:0;padding:4px 3px;border-radius:6px;cursor:pointer}.menu-form .menu-check:hover{background:var(--primary-soft);color:var(--primary)}.menu-form .menu-check input{width:auto;min-height:auto;margin:0;accent-color:var(--primary);cursor:pointer}.menu-form .menu-check span{line-height:1.2}.menu-form .menu-save{width:100%;margin-top:7px;border:none;background:var(--primary);color:var(--white);border-radius:8px;padding:7px 8px;font-size:10.5px;font-weight:800;cursor:pointer}.menu-form .menu-save:hover{background:var(--primary-dark)}.menu-form textarea{width:100%;min-height:68px;border:1px solid var(--gray-200);border-radius:8px;background:var(--gray-50);color:var(--gray-700);font-size:11px;font-weight:600;padding:7px;outline:none;resize:vertical}.menu-form textarea:focus{border-color:var(--primary)}.menu-delete-form{margin:0;padding:4px 5px}.menu-delete-form button{width:100%;border:none;background:transparent;text-align:left;padding:8px 9px;border-radius:7px;cursor:pointer;font-weight:800;font-size:11px}.menu-delete-form button.danger{color:var(--red)}.menu-delete-form button.danger:hover{background:var(--red-soft)}.menu-form-global{border-bottom:1px solid var(--gray-200);padding-bottom:10px}.menu-section-label{margin-top:10px}.menu-form-global .menu-save{margin-top:10px;min-height:34px;font-size:11px}.menu-form-global .menu-save,.menu-form .menu-save{background:var(--primary)!important;color:var(--white)!important}.menu-form-global .menu-save:hover,.menu-form .menu-save:hover{background:var(--primary-dark)!important;color:var(--white)!important}.menu-form-global .menu-save:focus,.menu-form .menu-save:focus{background:var(--primary-dark)!important;color:var(--white)!important;outline:2px solid rgba(14,79,136,.25);outline-offset:2px}.config-panel{background:var(--white);border:1px solid var(--gray-100);box-shadow:var(--shadow);border-radius:var(--radius-xl);padding:14px;margin-bottom:12px}.config-panel h2{margin:0 0 12px;font-size:15px;color:var(--primary)}.config-form{display:grid;grid-template-columns:1fr 120px 150px;gap:10px;align-items:end}.config-form-responsables{grid-template-columns:1fr 1fr 120px 170px}.config-form-estados{grid-template-columns:1fr 120px 100px 150px}.config-form-equipo{grid-template-columns:1fr 150px 1fr 150px 110px 1fr 150px}.config-form label,.inline-config-form label{display:block;font-size:10px;font-weight:800;color:var(--gray-500);margin-bottom:5px;text-transform:uppercase}.config-form input[type=text],.inline-config-form input[type=text],.config-form input[type=email],.inline-config-form input[type=email],.config-form input[type=number],.inline-config-form input[type=number],.config-form input[type=password],.inline-config-form input[type=password],.config-form select,.inline-config-form select{width:100%;min-height:34px;border:1px solid var(--gray-200);border-radius:9px;background:var(--gray-50);color:var(--gray-700);font-size:11px;font-weight:700;padding:0 9px;outline:none}.config-form input[type=text]:focus,.inline-config-form input[type=text]:focus{border-color:var(--primary)}.config-form input[type=email]:focus,.inline-config-form input[type=email]:focus{border-color:var(--primary)}.config-form input[type=number]:focus,.inline-config-form input[type=number]:focus{border-color:var(--primary)}.config-form input[type=password]:focus,.inline-config-form input[type=password]:focus{border-color:var(--primary)}.config-form select:focus,.inline-config-form select:focus{border-color:var(--primary)}.config-form input[type=color],.inline-config-form input[type=color]{width:54px;height:34px;border:1px solid var(--gray-200);border-radius:9px;background:var(--white);padding:3px;cursor:pointer}.config-table-wrap{width:100%;overflow-x:auto}.config-table{width:100%;border-collapse:collapse;min-width:760px}.config-table th{text-align:left;background:var(--gray-50);color:var(--gray-500);font-size:10px;font-weight:900;text-transform:uppercase;padding:9px;border-bottom:1px solid var(--gray-200)}.config-table td{padding:8px 9px;border-bottom:1px solid var(--gray-100);vertical-align:middle;font-size:11px;font-weight:700;color:var(--gray-700)}.inline-config-form,.inline-action-form{margin:0}.table-actions{display:flex;gap:6px;align-items:center;flex-wrap:wrap}.muted{color:var(--gray-500);font-size:10.5px;font-weight:700}.status-pill{display:inline-flex;padding:4px 8px;border-radius:999px;font-size:10px;font-weight:900}.status-pill.active{background:var(--green-soft);color:var(--green)}.status-pill.inactive{background:var(--red-soft);color:var(--red)}.empty-state{background:var(--gray-50);border:1px dashed var(--gray-300);border-radius:var(--radius-lg);padding:18px;color:var(--gray-700)}.empty-state strong{display:block;color:var(--primary);font-size:14px;margin-bottom:5px}.empty-state p{margin:0;font-size:12px;font-weight:600;color:var(--gray-500)}.deleted-process-table{min-width:1180px}.deleted-code{color:var(--primary);font-size:12px}.deleted-object{display:block;margin-top:4px;color:var(--gray-500);font-size:10.5px;font-weight:600;line-height:1.35;max-width:520px}.portal-alert{border-radius:var(--radius-lg);padding:10px 12px;margin-bottom:12px;font-size:12px;font-weight:800}.portal-alert.success{background:var(--green-soft);color:var(--green);border:1px solid rgba(31,157,115,.22)}.portal-alert.error{background:var(--red-soft);color:var(--red);border:1px solid rgba(199,53,53,.22)}.download-table{min-width:1100px}.download-path{display:block;max-width:420px;color:var(--gray-700);font-size:10.5px;font-weight:700;line-height:1.35;overflow-wrap:anywhere}.import-table{min-width:1000px}.import-history-table{min-width:1250px}.import-error-text{display:block;margin-top:5px;color:var(--red);font-size:10.5px;font-weight:700;line-height:1.35;max-width:600px;overflow-wrap:anywhere}.equipo-table{min-width:1320px}.equipo-table input[type=text],.equipo-table input[type=email],.equipo-table input[type=password],.equipo-table select{width:100%;min-height:34px;border:1px solid var(--gray-200);border-radius:9px;background:var(--gray-50);color:var(--gray-700);font-size:11px;font-weight:700;padding:0 9px;outline:none}.equipo-table input[type=text]:focus,.equipo-table input[type=email]:focus,.equipo-table input[type=password]:focus,.equipo-table select:focus{border-color:var(--primary)}.equipo-table input[type=color]{width:46px;height:34px;padding:3px;border:1px solid var(--gray-200);border-radius:8px;background:var(--white)}.equipo-table td:nth-child(1){min-width:250px}.equipo-table td:nth-child(2){min-width:150px}.equipo-table td:nth-child(3){min-width:230px}.equipo-table td:nth-child(4){min-width:140px}.equipo-table td:nth-child(8){min-width:190px}.equipo-table .btn{min-height:34px}.config-download-form{display:grid;grid-template-columns:1fr 190px;gap:12px;align-items:end}.config-download-form label{display:block;font-size:10px;font-weight:900;color:var(--gray-500);margin-bottom:6px;text-transform:uppercase}.config-download-form input{width:100%;min-height:38px;border:1px solid var(--gray-200);border-radius:9px;background:var(--gray-50);color:var(--gray-700);font-size:12px;font-weight:700;padding:0 10px;outline:none}.config-download-form input:focus{border-color:var(--primary)}.config-download-form small{display:block;margin-top:6px;color:var(--gray-500);font-size:11px;font-weight:600}.download-status-box{display:flex;flex-direction:column;gap:10px}.download-status-head{display:flex;justify-content:space-between;align-items:center;gap:8px}.download-status-head strong{color:var(--primary);font-size:20px;font-weight:900}.download-progress{width:100%;height:18px;background:var(--gray-200);border-radius:999px;overflow:hidden}.download-progress div{height:100%;background:var(--primary);border-radius:999px;transition:width .25s ease}.download-progress-large{width:100%;height:28px;background:var(--gray-200);border-radius:999px;overflow:hidden;margin-bottom:10px}.download-progress-large div{height:100%;background:var(--primary);border-radius:999px;transition:width .25s ease}.download-progress-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px;gap:10px}.download-progress-meta strong{color:var(--primary);font-size:24px;font-weight:900}.download-progress-meta span{color:var(--gray-500);font-size:12px;font-weight:800}.progress-log{display:flex;flex-direction:column;gap:7px;max-height:220px;overflow-y:auto}.progress-log div{display:flex;gap:8px;background:var(--gray-50);border:1px solid var(--gray-200);border-radius:9px;padding:8px 10px}.progress-log strong{color:var(--primary);font-size:11px;font-weight:900;flex:0 0 auto}.progress-log span{color:var(--gray-700);font-size:11px;font-weight:700;line-height:1.35}.document-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.document-note{background:var(--gray-50);border:1px dashed var(--gray-300);border-radius:var(--radius-lg);padding:10px;margin-top:12px;color:var(--gray-700);font-size:11px;font-weight:600;line-height:1.4}.document-note strong{color:var(--primary)}.import-form{display:grid;grid-template-columns:1fr 150px;gap:12px;align-items:end}.import-form label{display:block;font-size:10px;font-weight:900;color:var(--gray-500);margin-bottom:6px;text-transform:uppercase}.import-form input{width:100%;min-height:38px;border:1px solid var(--gray-200);border-radius:9px;background:var(--gray-50);color:var(--gray-700);font-size:12px;font-weight:700;padding:0 10px;outline:none}.import-form input:focus{border-color:var(--primary)}.import-form small{display:block;margin-top:6px;color:var(--gray-500);font-size:11px;font-weight:600}.carga-filters{grid-template-columns:1fr 180px 100px 100px}.detail-hero{background:var(--white);border:1px solid var(--gray-100);box-shadow:var(--shadow);border-radius:var(--radius-xl);padding:16px;margin-bottom:12px}.detail-hero h2{margin:0;font-size:20px;color:var(--primary)}.detail-hero p{margin:8px 0 10px;color:var(--gray-700);font-size:13px;font-weight:600;line-height:1.45}.detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:12px}.detail-list{display:flex;flex-direction:column;gap:8px}.detail-list div{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:10px;padding:9px 10px}.detail-list span{display:block;color:var(--gray-500);font-size:10px;font-weight:900;margin-bottom:4px;text-transform:uppercase}.detail-list strong{display:block;color:var(--black);font-size:12px;font-weight:800;line-height:1.35}.wrap-text{overflow-wrap:anywhere}.movement-list{display:flex;flex-direction:column;gap:8px;max-height:520px;overflow-y:auto;padding-right:4px}.movement-item{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:10px;padding:10px}.movement-item strong{display:inline-block;color:var(--primary);font-size:12px;font-weight:900;margin-bottom:3px}.movement-item span{float:right;color:var(--gray-500);font-size:10px;font-weight:700}.movement-item p{clear:both;margin:5px 0;color:var(--gray-700);font-size:11px;font-weight:600;line-height:1.4}.movement-item small{display:block;color:var(--gray-500);font-size:10.5px;font-weight:600;line-height:1.35}.movement-user{clear:both;display:flex;align-items:center;gap:6px;margin:5px 0 4px}.movement-avatar{width:22px;height:22px;border-radius:50%;color:var(--white);display:grid;place-items:center;font-size:9px;font-weight:900;flex:0 0 auto}.movement-user small{color:var(--gray-500);font-size:10.5px;font-weight:800}.agenda-tabs{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:10px}.agenda-tabs a{background:var(--white);border:1px solid var(--gray-200);color:var(--gray-700);padding:8px 11px;border-radius:999px;font-size:11px;font-weight:800;box-shadow:var(--shadow)}.agenda-tabs a.active,.agenda-tabs a:hover{background:var(--primary);color:var(--white);border-color:var(--primary)}.agenda-filters{grid-template-columns:1.4fr repeat(4,minmax(120px,.7fr))}.agenda-list{display:flex;flex-direction:column;gap:10px}.agenda-card{display:grid;grid-template-columns:210px 1fr;gap:12px;background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-xl);padding:12px}.agenda-date{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:11px}.agenda-date strong{display:block;color:var(--primary);font-size:14px;font-weight:900;line-height:1.3;margin-bottom:4px}.agenda-date span{display:block;color:var(--gray-700);font-size:12px;font-weight:800;margin-bottom:8px}.agenda-badge{display:inline-flex;padding:5px 8px;border-radius:999px;font-size:10px;font-weight:900}.agenda-badge.today{background:var(--primary-soft);color:var(--primary)}.agenda-badge.upcoming{background:var(--green-soft);color:var(--green)}.agenda-badge.overdue{background:var(--red-soft);color:var(--red)}.agenda-info{min-width:0}.agenda-event{margin:7px 0;padding:8px 10px;border-radius:10px;background:var(--primary-soft);border:1px solid rgba(14,79,136,.16)}.agenda-event strong{display:block;color:var(--primary);font-size:12px;font-weight:900;margin-bottom:3px}.agenda-event span{color:var(--gray-700);font-size:11px;font-weight:700;line-height:1.35}.agenda-actions{display:flex;gap:7px;flex-wrap:wrap;margin-top:8px}.user-cell{display:flex;align-items:center;gap:8px}.role-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.role-grid div{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:12px}.role-grid strong{display:block;color:var(--primary);font-size:13px;font-weight:900;margin-bottom:5px}.role-grid p{margin:0;color:var(--gray-700);font-size:11px;font-weight:600;line-height:1.4}.login-body{min-height:100vh;background:linear-gradient(135deg,var(--primary-soft),var(--white));display:grid;place-items:center;padding:18px}.login-page{width:100%;max-width:420px}.login-card{background:var(--white);border:1px solid var(--gray-200);box-shadow:0 20px 60px #0e4f8829;border-radius:22px;padding:28px}.login-card img{height:42px;width:auto;display:block;margin-bottom:18px}.login-card h1{margin:0;color:var(--primary);font-size:24px;font-weight:900}.login-card p{margin:6px 0 18px;color:var(--gray-500);font-size:13px;font-weight:600}.login-form{display:flex;flex-direction:column;gap:12px}.login-form label{display:block;font-size:10px;font-weight:900;color:var(--gray-500);margin-bottom:6px;text-transform:uppercase}.login-form input{width:100%;min-height:40px;border:1px solid var(--gray-200);border-radius:10px;background:var(--gray-50);color:var(--gray-700);font-size:12px;font-weight:700;padding:0 10px;outline:none}.login-form input:focus{border-color:var(--primary)}.login-form .btn{width:100%;min-height:40px}.diagnostic-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:12px}.diagnostic-card{background:var(--white);border:1px solid var(--gray-200);box-shadow:var(--shadow);border-radius:var(--radius-xl);padding:13px}.diagnostic-card.ok{border-color:#1f9d7359}.diagnostic-card.warn{border-color:#f59e0b73}.diagnostic-card.bad{border-color:#c7353573}.diagnostic-head{display:flex;justify-content:space-between;align-items:center;gap:8px;margin-bottom:8px}.diagnostic-head strong{color:var(--primary);font-size:12px;font-weight:900}.diagnostic-head span{display:inline-flex;padding:4px 8px;border-radius:999px;font-size:10px;font-weight:900}.diagnostic-card.ok .diagnostic-head span{background:var(--green-soft);color:var(--green)}.diagnostic-card.warn .diagnostic-head span{background:#fff7e6;color:#b45309}.diagnostic-card.bad .diagnostic-head span{background:var(--red-soft);color:var(--red)}.diagnostic-card p{margin:0;color:var(--gray-700);font-size:11px;font-weight:650;line-height:1.4;overflow-wrap:anywhere}.diagnostic-table{min-width:900px}.nav-item:hover,.nav-group summary:hover,.nav-item.active{background:var(--primary);color:var(--white)}.nav-group a:hover,.nav-subgroup a:hover{background:var(--primary-soft);color:var(--primary)}.card-menu summary{list-style:none;cursor:pointer;width:32px;height:32px;border-radius:9px;border:1px solid var(--gray-200);display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:800;color:var(--primary);background:var(--white)}.nav-item:hover,.nav-group-title:hover{background:var(--primary-soft);color:var(--primary)}.nav-item.active{background:var(--primary);color:var(--white)}.nav-group-title strong,.nav-item span:last-child{white-space:nowrap}@media(max-width:1280px){.app{grid-template-columns:200px 1fr}.summary-grid{grid-template-columns:repeat(2,1fr)}.filters{grid-template-columns:1fr 1fr}.card-body{grid-template-columns:1fr}.date-panel{gap:6px}.details-grid{grid-template-columns:1fr 1fr}}@media(max-width:1200px){.diagnostic-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:861px){.app{display:block;min-height:100vh}.sidebar{align-self:flex-start;position:fixed!important;top:0!important;left:0!important;bottom:0!important;height:100vh!important;overflow-y:auto!important;z-index:50!important;width:230px!important;min-width:230px!important}.main{max-width:100%;min-height:100vh!important;padding:14px!important;overflow:visible!important;margin-left:230px!important;width:calc(100% - 230px)!important}body{display:block!important}}@media(max-width:860px){body{background:var(--gray-50)}.mobile-header{position:sticky;top:0;z-index:1000;height:58px;display:flex;align-items:center;gap:12px;background:var(--white);border-bottom:1px solid var(--gray-200);padding:0 14px;box-shadow:0 6px 18px #0e4f8814}.mobile-header img{height:28px;width:auto;display:block}.mobile-header span{margin-left:auto;color:var(--primary);font-size:12px;font-weight:800}.mobile-menu-btn{width:38px;height:38px;border:1px solid var(--gray-200);background:var(--white);color:var(--primary);border-radius:10px;font-size:20px;font-weight:900;cursor:pointer;display:grid;place-items:center;flex:0 0 auto}.sidebar-overlay{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#00000059;z-index:1098;opacity:0;visibility:hidden;transition:.2s ease}.sidebar-overlay.overlay-active{opacity:1;visibility:visible}.app{display:block;width:100%;max-width:100%;min-height:auto}.sidebar{top:0;left:0;z-index:1099;max-width:86vw;min-height:100vh;transform:translate(-105%);transition:transform .25s ease;box-shadow:20px 0 40px #0000002e;overflow-y:auto;background:var(--white);padding:14px 12px;margin:0;position:fixed!important;width:280px!important;min-width:280px!important;height:100vh!important}.sidebar.sidebar-open{transform:translate(0)}.brand{height:52px;margin-bottom:10px}.brand img{max-width:130px;max-height:34px}.main{display:block;max-width:100%;margin:0;overflow-x:hidden;margin-left:0!important;width:100%!important;padding:12px!important}.topbar{flex-direction:column;gap:10px;margin:0 0 10px;padding:0}.topbar h1{font-size:20px}.topbar p{font-size:11px}.top-actions{width:100%;display:grid;grid-template-columns:1fr 1fr;gap:8px}.top-actions .btn{width:100%}.summary-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.summary-card{padding:10px 12px}.summary-card span{font-size:10px}.summary-card strong{font-size:18px}.filters{grid-template-columns:1fr;gap:8px;padding:10px}.search-box input,.filters select{min-height:36px}.active-filters{gap:5px;margin-bottom:8px}.process-list{gap:10px}.process-card{padding:12px;border-radius:14px;width:100%;max-width:100%;overflow:visible}.card-header{align-items:flex-start;margin-bottom:8px}.code-row h2{font-size:15px}.entity{font-size:9.5px;line-height:1.3}.card-body{grid-template-columns:1fr;gap:8px}.date-panel{gap:5px}.date-main strong,.date-main small{font-size:12px}.date-next span,.date-next small{font-size:11px}.info-line{font-size:11px;line-height:1.35;gap:4px;margin-bottom:6px}.chips-row{gap:5px;margin-bottom:6px}.chip{font-size:9.5px;padding:4px 7px}.object{font-size:11.5px;line-height:1.35;-webkit-line-clamp:2;margin-bottom:7px}.details-grid{grid-template-columns:1fr;gap:7px}.details-grid div{padding:8px 10px}.details-grid span{font-size:9.5px;margin-bottom:3px}.details-grid strong{font-size:11.5px;line-height:1.25}.note{font-size:11px;padding:7px 9px}.timeline{overflow-x:visible;justify-content:space-between;gap:0;padding:10px 8px;margin:9px 0;width:100%;max-width:100%}.timeline-step{flex:1 1 auto;min-width:0}.timeline-step:not(:last-child):after{width:100%;min-width:8px;height:3px}.timeline-step span{width:23px;height:23px;font-size:9px;flex:0 0 23px}.tooltip{width:170px;bottom:32px}.card-actions{display:grid;grid-template-columns:1fr;gap:7px;padding-top:9px}.card-actions .btn{width:100%;min-width:0}.config-form{grid-template-columns:1fr}.config-panel{padding:12px}.config-form-responsables,.config-form-estados,.config-download-form,.detail-grid{grid-template-columns:1fr}.detail-hero{padding:13px}.detail-hero h2{font-size:17px}.import-form,.carga-filters,.agenda-filters,.agenda-card{grid-template-columns:1fr}.agenda-date{padding:10px}.agenda-tabs{overflow-x:auto;flex-wrap:nowrap;padding-bottom:3px}.agenda-tabs a{white-space:nowrap}.agenda-actions{display:grid;grid-template-columns:1fr}.agenda-actions .btn{width:100%}.document-actions{display:grid;grid-template-columns:1fr}.document-actions .btn{width:100%}.download-progress-meta{align-items:flex-start;flex-direction:column}.progress-log div{flex-direction:column;gap:3px}.config-form-equipo,.role-grid,.diagnostic-grid{grid-template-columns:1fr}}@media(max-width:430px){.summary-grid{grid-template-columns:1fr 1fr}.summary-card strong{font-size:17px}.top-actions{grid-template-columns:1fr}.process-card{padding:10px}.timeline{padding:9px 6px}.timeline-step span{width:21px;height:21px;font-size:8.5px;flex:0 0 21px}.timeline-step:not(:last-child):after{min-width:5px}.tooltip{width:155px}}body.login-body{min-height:100vh!important;margin:0!important;padding:18px!important;display:flex!important;align-items:center!important;justify-content:center!important;background:linear-gradient(135deg,var(--primary-soft),var(--white))!important}body.login-body .login-page{width:100%!important;max-width:420px!important;margin:0 auto!important}body.login-body .login-card{width:100%!important}.document-preview-link{color:#10213f;text-decoration:none}.document-preview-link:hover{color:#0e4f88;text-decoration:underline}.dashboard-summary-grid{grid-template-columns:repeat(auto-fit,minmax(135px,1fr))!important;gap:8px!important}.dashboard-status-grid .summary-card,.dashboard-alert-grid .summary-card{padding:9px 11px;min-height:58px}.dashboard-status-grid .summary-card span,.dashboard-alert-grid .summary-card span{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dashboard-status-grid .summary-card strong,.dashboard-alert-grid .summary-card strong{font-size:18px}.dashboard-alert-grid{margin-top:-2px}.alert-card{border-style:dashed}.dashboard-filters{grid-template-columns:minmax(230px,1.35fr) repeat(6,minmax(120px,.65fr))!important}.process-card-compact{padding:9px 13px!important}.process-card-compact .card-header{margin-bottom:5px}.process-card-compact .code-row h2{font-size:15px}.process-card-compact .entity{margin-top:2px;font-size:9.5px;line-height:1.2}.process-card-compact .card-body{grid-template-columns:205px 1fr;gap:8px}.process-card-compact .date-main strong,.process-card-compact .date-main small,.process-card-compact .date-next span,.process-card-compact .date-next small{line-height:1.2}.process-card-compact .date-panel{gap:5px}.countdown-pill{display:inline-flex;align-items:center;justify-content:center;width:fit-content;min-width:118px;min-height:22px;padding:4px 10px;border-radius:999px;font-size:11px;font-weight:900;line-height:1;white-space:nowrap}.countdown-pill.is-expired{background:var(--red-soft);color:var(--red)!important;border-color:#c735352e}.process-card-compact .info-line{margin-bottom:5px;line-height:1.2}.process-card-compact .chips-row{margin-bottom:5px;gap:4px}.process-card-compact .chip{padding:3px 7px;font-size:9.5px}.process-card-compact .object{margin-bottom:6px;line-height:1.25;-webkit-line-clamp:2}.process-card-compact .details-grid{gap:6px;margin-bottom:5px}.process-card-compact .details-grid div{padding:6px 8px;border-radius:8px}.process-card-compact .details-grid span{margin-bottom:2px;font-size:9.5px}.process-card-compact .details-grid strong{font-size:11.5px;line-height:1.2}.process-card-compact .note{padding:6px 8px;font-size:10.5px;line-height:1.2}.process-card-compact .timeline{margin:8px 0;padding:8px 9px}.process-card-compact .timeline-step span{width:23px;height:23px;font-size:9px}.process-card-compact .card-actions{padding-top:8px}.document-actions form,.table-actions form,.top-actions form{margin:0;display:inline-flex}.btn-danger-soft{color:var(--red)!important;border-color:#c7353573!important}.btn-danger-soft:hover{background:var(--red-soft)!important}@media(max-width:1500px){.dashboard-filters{grid-template-columns:minmax(220px,1fr) repeat(3,minmax(125px,1fr))!important}}@media(max-width:1280px){.dashboard-summary-grid{grid-template-columns:repeat(auto-fit,minmax(125px,1fr))!important}.dashboard-filters{grid-template-columns:1fr 1fr!important}.process-card-compact .card-body{grid-template-columns:1fr!important}}@media(max-width:860px){.dashboard-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.dashboard-filters{grid-template-columns:1fr!important}.process-card-compact{padding:10px!important}}.date-main.is-urgent-date{background:var(--red-soft);border:1px solid rgba(199,53,53,.28);border-radius:10px;padding:7px 9px}.date-main.is-urgent-date strong,.date-main.is-urgent-date small{color:var(--red)!important}.countdown-pill.countdown-urgent{background:var(--red)!important;color:var(--white)!important;border-color:var(--red)!important}.countdown-pill.countdown-urgent.is-expired{background:var(--red-soft)!important;color:var(--red)!important;border-color:#c7353559!important}.agenda-date.is-urgent-date{background:var(--red-soft);border-color:#c735354d}.agenda-date.is-urgent-date strong,.agenda-date.is-urgent-date span{color:var(--red)!important}.agenda-event.is-urgent-date{background:var(--red-soft);border-color:#c735354d}.agenda-event.is-urgent-date strong,.agenda-event.is-urgent-date span{color:var(--red)!important}.date-main.is-puja-date{background:#f5f0ff!important;border:1px solid rgba(124,58,237,.35)!important;border-radius:10px!important;padding:7px 9px!important}.date-main.is-puja-date strong{display:block!important;color:#6d28d9!important;font-weight:900!important;margin-bottom:2px!important;line-height:1.25!important}.date-main.is-puja-date small{display:block!important;color:#6d28d9!important;font-weight:800!important;line-height:1.25!important}.date-main.is-puja-date .countdown-pill.countdown-puja,.date-main.is-puja-date .countdown-pill{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:fit-content!important;min-width:118px!important;min-height:22px!important;margin-top:4px!important;padding:4px 10px!important;border-radius:999px!important;background:#7c3aed!important;border:1px solid #7C3AED!important;color:#fff!important;font-size:11px!important;font-weight:900!important;line-height:1!important;white-space:nowrap!important}.date-main.is-puja-date .countdown-pill.countdown-puja *,.date-main.is-puja-date .countdown-pill *{color:#fff!important}.date-main.is-puja-date .countdown-pill.is-expired{background:#f5f0ff!important;color:#6d28d9!important;border:1px solid rgba(124,58,237,.35)!important}.agenda-date.is-puja-date,.agenda-event.is-puja-date{background:#f5f0ff!important;border:1px solid rgba(124,58,237,.35)!important;border-radius:10px!important}.agenda-date.is-puja-date strong,.agenda-date.is-puja-date span,.agenda-event.is-puja-date strong,.agenda-event.is-puja-date span{color:#6d28d9!important}.side-nav{flex:1;padding-bottom:120px}.nav-logout{margin-top:auto;color:var(--red)!important;background:var(--red-soft)}.changelog-list{display:flex;flex-direction:column;gap:12px}.changelog-card{background:var(--white);border:1px solid var(--gray-200);border-radius:12px;padding:14px}.changelog-head h3{margin:0;color:var(--primary);font-size:15px;font-weight:900}.changelog-head p{margin:4px 0 10px;color:var(--gray-500);font-size:11px;font-weight:700}.changelog-card ul{margin:0;padding-left:18px}.changelog-card li{margin-bottom:6px;color:var(--gray-700);font-size:12px;font-weight:650;line-height:1.4}.date-main.is-urgent-date .countdown-pill.countdown-urgent{background:var(--red)!important;color:var(--white)!important;border-color:var(--red)!important}.date-main.is-urgent-date .countdown-pill.countdown-urgent *{color:var(--white)!important}:root{--sidebar-width: 230px;--sidebar-collapsed-width: 78px}@media(min-width:861px){.app{display:block!important;min-height:100vh}.sidebar{position:fixed!important;top:0!important;left:0!important;bottom:0!important;z-index:50!important;width:var(--sidebar-width)!important;min-width:var(--sidebar-width)!important;max-width:var(--sidebar-width)!important;height:100vh!important;min-height:100vh!important;padding:14px 10px!important;overflow-x:hidden!important;overflow-y:auto!important;display:flex!important;flex-direction:column!important;background:var(--white);border-right:1px solid var(--gray-200);transition:width .22s ease,min-width .22s ease,max-width .22s ease,padding .22s ease}.main{margin-left:var(--sidebar-width)!important;width:calc(100% - var(--sidebar-width))!important;min-height:100vh!important;padding:14px!important;overflow:visible!important;transition:margin-left .22s ease,width .22s ease}body.sidebar-collapsed .sidebar{width:var(--sidebar-collapsed-width)!important;min-width:var(--sidebar-collapsed-width)!important;max-width:var(--sidebar-collapsed-width)!important;padding-left:10px!important;padding-right:10px!important}body.sidebar-collapsed .main{margin-left:var(--sidebar-collapsed-width)!important;width:calc(100% - var(--sidebar-collapsed-width))!important}}.sidebar-brand{display:flex!important;align-items:center!important;gap:12px!important;min-height:48px!important;padding:0 4px 12px!important;margin:0 0 10px!important;border-bottom:1px solid var(--gray-200)!important}.sidebar-toggle-btn{width:38px!important;height:38px!important;border:0!important;border-radius:999px!important;background:transparent!important;color:var(--black)!important;font-size:22px!important;font-weight:900!important;cursor:pointer!important;display:inline-grid!important;place-items:center!important;flex:0 0 auto!important;line-height:1!important}.sidebar-toggle-btn:hover{background:var(--gray-100)!important}.sidebar-logo{display:flex!important;align-items:center!important;min-width:0!important;overflow:hidden!important;padding:0!important;border:0!important}.sidebar-logo img{width:150px!important;max-width:150px!important;height:auto!important;display:block!important}body.sidebar-collapsed .sidebar-brand{justify-content:center!important;padding-left:0!important;padding-right:0!important}body.sidebar-collapsed .sidebar-logo{display:none!important}.sidebar-user{margin:12px 2px!important}body.sidebar-collapsed .sidebar-user{background:transparent!important;border:0!important;box-shadow:none!important;padding:6px 0!important;margin:8px 0 14px!important;justify-content:center!important}body.sidebar-collapsed .sidebar-user .user-avatar{width:42px!important;height:42px!important;min-width:42px!important;margin:0!important}body.sidebar-collapsed .sidebar-user .user-info{display:none!important}.side-nav{display:flex!important;flex-direction:column!important;flex:1 1 auto!important;min-height:0!important;gap:4px!important;padding:8px 2px 0!important;overflow-y:auto!important;overflow-x:hidden!important}.nav-item,.nav-group-title{min-height:38px!important}.nav-label,.nav-item>span:not(.nav-icon){white-space:nowrap!important}body.sidebar-collapsed .nav-item,body.sidebar-collapsed .nav-group-title{width:48px!important;height:42px!important;min-height:42px!important;padding:0!important;margin:0 auto 7px!important;justify-content:center!important;overflow:hidden!important;white-space:nowrap!important;gap:0!important}body.sidebar-collapsed .nav-icon{display:inline-grid!important;place-items:center!important;width:42px!important;min-width:42px!important;height:42px!important;margin:0!important;font-size:16px!important}body.sidebar-collapsed .nav-item>span:not(.nav-icon),body.sidebar-collapsed .nav-group-title>span:not(.nav-icon),body.sidebar-collapsed .nav-group-title>strong,body.sidebar-collapsed .nav-label,body.sidebar-collapsed .nav-arrow,body.sidebar-collapsed .nav-submenu{display:none!important;visibility:hidden!important;width:0!important;max-width:0!important;overflow:hidden!important}body.sidebar-collapsed .nav-item.active,body.sidebar-collapsed .nav-item:hover,body.sidebar-collapsed .nav-group-title:hover{background:var(--primary)!important;color:var(--white)!important}.nav-logout{margin-top:auto!important;margin-bottom:10px!important;color:var(--red)!important;background:var(--red-soft)!important}.nav-logout .nav-icon,.nav-logout span:last-child{color:var(--red)!important}.nav-logout:hover{background:var(--red)!important;color:var(--white)!important}.nav-logout:hover .nav-icon,.nav-logout:hover span:last-child{color:var(--white)!important}body.sidebar-collapsed .nav-logout{width:48px!important;height:42px!important;margin:auto auto 10px!important;padding:0!important}body.sidebar-collapsed .nav-logout span:not(.nav-icon){display:none!important}.sidebar-footer{position:static!important;margin:0 2px!important}body.sidebar-collapsed .sidebar-footer{padding:8px 4px!important;text-align:center!important;border-radius:10px!important}body.sidebar-collapsed .sidebar-footer strong{font-size:10px!important;line-height:1.15!important;display:block!important}body.sidebar-collapsed .sidebar-footer span,body.sidebar-collapsed .sidebar-footer small{display:none!important}.sidebar-flyout{position:fixed!important;left:calc(var(--sidebar-collapsed-width) + 10px)!important;top:90px;width:270px;max-height:calc(100vh - 120px);overflow-y:auto;background:var(--white);border:1px solid var(--gray-200);border-radius:14px;box-shadow:0 16px 46px #0e4f8833;padding:14px;z-index:2000;display:none}.sidebar-flyout.show{display:block!important}.sidebar-flyout-title{font-size:13px;font-weight:800;color:var(--black);margin-bottom:8px}.sidebar-flyout-links{display:flex;flex-direction:column;gap:1px}.sidebar-flyout-subtitle{display:block;margin:9px 9px 4px;color:#94a3b8;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.03em}.sidebar-flyout-subtitle:first-child{margin-top:2px}.sidebar-flyout-link{display:flex;align-items:center;gap:8px;min-height:30px;padding:5px 9px;border-radius:7px;color:var(--gray-500)!important;text-decoration:none;font-size:11px!important;font-weight:600!important;line-height:1.15}.sidebar-flyout-link:hover{background:var(--primary-soft)!important;color:var(--primary)!important}.sidebar-flyout-link.active,.sidebar-flyout-link.active-sub{background:var(--primary-soft);color:var(--primary)!important;font-weight:800!important}.sidebar-flyout .sidebar-flyout-submenu{display:flex;flex-direction:column;gap:3px}.sidebar-flyout .nav-subgroup{display:flex;flex-direction:column;gap:0}.sidebar-flyout .nav-subgroup+.nav-subgroup{margin-top:4px}.sidebar-flyout .nav-subgroup-toggle{display:flex;width:100%;align-items:center;justify-content:space-between;border:0;background:transparent;padding:7px 9px;border-radius:8px;cursor:pointer;color:#334155;font-size:11px;font-weight:800;text-transform:uppercase}.sidebar-flyout .nav-subgroup-toggle:hover{background:#f8fbff;color:var(--primary)}.sidebar-flyout .nav-subgroup-links{display:none;padding:2px 0 4px}.sidebar-flyout .nav-subgroup.open .nav-subgroup-links{display:flex;flex-direction:column}@media(max-width:860px){.sidebar-flyout,.sidebar-brand{display:none!important}.sidebar{width:280px!important;min-width:280px!important;max-width:86vw!important}.main,body.sidebar-collapsed .main{margin-left:0!important;width:100%!important}body.sidebar-collapsed .sidebar{width:280px!important;min-width:280px!important;max-width:86vw!important;padding-left:16px!important;padding-right:16px!important}body.sidebar-collapsed .sidebar-user{background:var(--gray-50)!important;border:1px solid var(--gray-200)!important;padding:12px!important;margin:12px!important;justify-content:flex-start!important}body.sidebar-collapsed .sidebar-user .user-info{display:flex!important}body.sidebar-collapsed .nav-item,body.sidebar-collapsed .nav-group-title{width:100%!important;height:auto!important;min-height:36px!important;padding:0 10px!important;margin:0!important;justify-content:flex-start!important;gap:9px!important}body.sidebar-collapsed .nav-item>span:not(.nav-icon),body.sidebar-collapsed .nav-group-title>span:not(.nav-icon),body.sidebar-collapsed .nav-label,body.sidebar-collapsed .nav-arrow{display:inline!important;visibility:visible!important;width:auto!important;max-width:none!important}body.sidebar-collapsed .nav-submenu{display:flex!important;visibility:visible!important;width:auto!important;max-width:none!important}}.alertas-table{table-layout:fixed!important;width:100%!important}.alertas-table th:nth-child(1),.alertas-table td:nth-child(1){width:230px!important}.alertas-table th:nth-child(2),.alertas-table td:nth-child(2){width:150px!important}.alertas-table th:nth-child(3),.alertas-table td:nth-child(3){width:135px!important}.alertas-table th:nth-child(4),.alertas-table td:nth-child(4){width:360px!important}.alertas-table th:nth-child(5),.alertas-table td:nth-child(5){width:90px!important;text-align:center!important}.alertas-table th:nth-child(6),.alertas-table td:nth-child(6){width:115px!important}.alertas-table input[type=text]{width:100%!important;max-width:215px!important}.alerta-tiempo-wrap{display:grid!important;grid-template-columns:52px 95px!important;gap:5px!important;align-items:center!important;max-width:155px!important}.alerta-tiempo-wrap input[type=number]{width:52px!important;min-width:52px!important;height:30px!important;padding:0 6px!important;font-size:11px!important}.alerta-tiempo-wrap select{width:95px!important;height:30px!important;padding:0 6px!important;font-size:11px!important}.alerta-tiempo-minutos{display:block!important;margin-top:3px!important;font-size:10px!important;color:var(--gray-500)!important;font-weight:800!important}.alertas-table select[name=tipo_tiempo]{width:125px!important;height:30px!important;padding:0 6px!important;font-size:11px!important}.alerta-eventos-box{max-width:330px!important;max-height:138px!important;overflow-y:auto!important;padding-right:4px!important}.alerta-evento-check{display:flex!important;align-items:center!important;gap:6px!important;width:fit-content!important;max-width:100%!important;margin-bottom:5px!important;font-size:11px!important;line-height:1.15!important;color:var(--gray-700)!important;font-weight:700!important;white-space:nowrap!important}.alerta-evento-check input{margin:0!important;flex:0 0 auto!important}.alerta-acciones{display:flex!important;flex-direction:column!important;gap:6px!important;align-items:stretch!important}.alerta-acciones .btn,.alerta-acciones button{width:100%!important;min-width:0!important;min-height:30px!important;padding:6px 8px!important;font-size:10.5px!important}.alertas-table td{vertical-align:middle!important;padding-top:9px!important;padding-bottom:9px!important}.pagination-summary{display:flex;align-items:center;justify-content:space-between;gap:10px;margin:0 0 10px;padding:9px 12px;background:var(--white);border:1px solid var(--gray-100);border-radius:12px;box-shadow:var(--shadow);color:var(--gray-600);font-size:12px;font-weight:700}.pagination-summary strong{color:var(--primary);font-weight:900}.pagination-summary span,.pagination-summary small{color:var(--gray-500);font-size:11px;font-weight:800}.pagination{display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap;margin:14px 0 0;padding:12px;background:var(--white);border:1px solid var(--gray-100);border-radius:14px;box-shadow:var(--shadow)}.page-numbers{display:flex;align-items:center;justify-content:center;gap:5px;flex-wrap:wrap}.page-btn,.page-number,.page-dots{display:inline-flex;align-items:center;justify-content:center;min-height:32px;border-radius:9px;font-size:12px;font-weight:900;text-decoration:none;line-height:1}.page-btn{min-width:104px;padding:0 12px;border:1px solid var(--primary);background:var(--white);color:var(--primary)}.page-number{min-width:34px;padding:0 9px;border:1px solid var(--gray-200);background:var(--gray-50);color:var(--gray-700)}.page-number.is-current{background:var(--primary);border-color:var(--primary);color:var(--white)}.page-btn:hover,.page-number:hover{background:var(--primary-soft);border-color:var(--primary);color:var(--primary)}.page-number.is-current:hover{background:var(--primary);color:var(--white)}.page-btn.is-disabled{opacity:.45;cursor:not-allowed;border-color:var(--gray-200);color:var(--gray-400);background:var(--gray-50)}.page-dots{min-width:24px;color:var(--gray-400)}@media(max-width:720px){.pagination-summary{align-items:flex-start;flex-direction:column}.pagination{align-items:stretch;flex-direction:column}.page-btn{width:100%}}.dashboard-flash{margin-bottom:14px}.inline-action-form{display:inline-flex;margin:0}.inline-action-form .btn{min-width:132px}.btn-purple-soft{background:#f5f0ff;color:#6d28d9;border:1px solid rgba(124,58,237,.35)}.btn-purple-soft:hover{background:#ede4ff;border-color:#7c3aed8c}.date-next.is-puja-date{background:#f5f0ff!important;border:1px solid rgba(124,58,237,.25)!important;border-radius:10px!important;padding:7px 9px!important}.date-next.is-puja-date span,.date-next.is-puja-date small{color:#6d28d9!important;font-weight:800!important}.countdown-pill{display:inline-flex;align-items:center;justify-content:center;width:fit-content;min-width:118px;min-height:22px;margin-top:4px;padding:4px 10px;border-radius:999px;background:var(--primary-soft);border:1px solid rgba(14,79,136,.25);color:var(--primary);font-size:11px;font-weight:900;line-height:1;white-space:nowrap}.detail-management-form{margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(14,79,136,.12);display:grid;gap:.9rem}.detail-management-label{display:grid;gap:.35rem;font-size:.75rem;font-weight:800;color:#5f6f82;text-transform:uppercase}.detail-management-label select,.detail-management-label textarea{width:100%;border:1px solid #d8e4f0;border-radius:10px;padding:.75rem .85rem;font:inherit;font-weight:700;color:#0f2238;background:#fff;text-transform:none}.detail-management-group{display:grid;gap:.5rem}.detail-management-group>span{font-size:.75rem;font-weight:800;color:#5f6f82;text-transform:uppercase}.detail-check-grid{display:flex;flex-wrap:wrap;gap:.45rem}.detail-check-option{display:inline-flex;align-items:center;gap:.35rem;cursor:pointer}.detail-check-option input{accent-color:#0E4F88}.detail-check-option span{border-radius:999px;background:color-mix(in srgb,var(--chip-color, #0E4F88) 12%,#fff);color:var(--chip-color, #0E4F88);border:1px solid color-mix(in srgb,var(--chip-color, #0E4F88) 22%,#fff);padding:.35rem .6rem;font-size:.78rem;font-weight:800}.process-card-compact{padding:8px 12px!important;border-radius:14px!important}.process-card-compact .card-header{margin-bottom:3px!important}.process-card-compact .code-row h2{font-size:14px!important}.process-card-compact .internal-status,.process-card-compact .contract-status-badge{padding:3px 7px!important;font-size:9px!important}.process-card-compact .entity{margin-top:1px!important;font-size:9px!important;line-height:1.1!important}.process-card-compact .card-body{grid-template-columns:205px 1fr!important;gap:7px!important}.process-card-compact .date-panel{gap:4px!important}.process-card-compact .date-main strong,.process-card-compact .date-main small,.process-card-compact .date-next span,.process-card-compact .date-next small{font-size:10.5px!important;line-height:1.12!important}.process-card-compact .info-line{font-size:10.5px!important;line-height:1.15!important;gap:4px!important;margin-bottom:3px!important}.process-card-compact .chips-row{margin-bottom:3px!important;gap:4px!important}.process-card-compact .chip{padding:3px 7px!important;font-size:9px!important}.process-card-compact .object{margin-bottom:4px!important;line-height:1.18!important;font-size:11px!important;-webkit-line-clamp:2!important}.process-card-compact .details-grid{gap:6px!important;margin-bottom:4px!important}.process-card-compact .details-grid div{padding:5px 8px!important;border-radius:8px!important}.process-card-compact .details-grid span{margin-bottom:1px!important;font-size:8.5px!important}.process-card-compact .details-grid strong{font-size:10.5px!important;line-height:1.12!important}.process-card-compact .note{padding:4px 8px!important;font-size:10px!important;line-height:1.1!important}.process-card-compact .timeline{margin:6px 0!important;padding:6px 8px!important;border-radius:10px!important}.process-card-compact .timeline-step span{width:22px!important;height:22px!important;font-size:8.5px!important}.process-card-compact .timeline-step:not(:last-child):after{width:30px!important;height:2px!important}.process-card-compact .card-actions{padding-top:6px!important;gap:6px!important}.process-card-compact .card-actions .btn{min-height:29px!important;padding:6px 12px!important;font-size:10.5px!important}.process-card-compact .card-menu{top:10px!important;right:12px!important}.process-card-compact .card-menu>summary{width:30px!important;height:30px!important;border-radius:9px!important;font-size:18px!important}@media(min-width:861px){html.sidebar-preload .sidebar,html.sidebar-preload .main{transition:none!important}html.sidebar-collapsed .sidebar{width:var(--sidebar-collapsed-width)!important;min-width:var(--sidebar-collapsed-width)!important;max-width:var(--sidebar-collapsed-width)!important;padding-left:10px!important;padding-right:10px!important}html.sidebar-collapsed .main{margin-left:var(--sidebar-collapsed-width)!important;width:calc(100% - var(--sidebar-collapsed-width))!important}html.sidebar-collapsed .sidebar-brand{justify-content:center!important;gap:0!important;padding-left:0!important;padding-right:0!important}html.sidebar-collapsed .sidebar-logo,html.sidebar-collapsed .sidebar-user .user-info,html.sidebar-collapsed .nav-item>span:not(.nav-icon),html.sidebar-collapsed .nav-group-title>span:not(.nav-icon),html.sidebar-collapsed .nav-group-title>strong,html.sidebar-collapsed .nav-label,html.sidebar-collapsed .nav-arrow,html.sidebar-collapsed .nav-submenu,html.sidebar-collapsed .sidebar-footer strong,html.sidebar-collapsed .sidebar-footer span,html.sidebar-collapsed .sidebar-footer small,html.sidebar-collapsed .nav-logout span:not(.nav-icon){display:none!important}html.sidebar-collapsed .nav-item,html.sidebar-collapsed .nav-group-title,html.sidebar-collapsed .nav-logout{justify-content:center!important;padding-left:0!important;padding-right:0!important}html.sidebar-collapsed .sidebar-user,html.sidebar-collapsed .sidebar-footer{padding-left:0!important;padding-right:0!important;justify-content:center!important;text-align:center!important}}.sidebar-footer .footer-compact{display:none!important}.sidebar-footer .footer-full{display:block!important}html.sidebar-collapsed .sidebar-footer,body.sidebar-collapsed .sidebar-footer{min-height:48px!important;padding:8px 4px!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:2px!important}html.sidebar-collapsed .sidebar-footer .footer-full,body.sidebar-collapsed .sidebar-footer .footer-full{display:none!important}html.sidebar-collapsed .sidebar-footer .footer-compact,body.sidebar-collapsed .sidebar-footer .footer-compact{display:block!important}html.sidebar-collapsed .sidebar-footer strong.footer-compact,body.sidebar-collapsed .sidebar-footer strong.footer-compact{color:var(--primary)!important;font-size:12px!important;line-height:1!important;font-weight:900!important;letter-spacing:.4px!important}html.sidebar-collapsed .sidebar-footer span.footer-compact,body.sidebar-collapsed .sidebar-footer span.footer-compact{color:var(--gray-500)!important;font-size:10px!important;line-height:1!important;font-weight:800!important}.sidebar-footer .footer-compact-box{display:none!important}html.sidebar-collapsed .sidebar-footer,body.sidebar-collapsed .sidebar-footer{display:flex!important;flex:0 0 auto!important;min-height:48px!important;width:100%!important;margin:0 auto!important;padding:7px 2px!important;background:var(--primary-soft)!important;border-radius:10px!important;align-items:center!important;justify-content:center!important;text-align:center!important;overflow:visible!important;opacity:1!important;visibility:visible!important}html.sidebar-collapsed .sidebar-footer .footer-full,body.sidebar-collapsed .sidebar-footer .footer-full,html.sidebar-collapsed .sidebar-footer strong:not(.footer-compact-title),body.sidebar-collapsed .sidebar-footer strong:not(.footer-compact-title),html.sidebar-collapsed .sidebar-footer span:not(.footer-compact-version),body.sidebar-collapsed .sidebar-footer span:not(.footer-compact-version),html.sidebar-collapsed .sidebar-footer small,body.sidebar-collapsed .sidebar-footer small{display:none!important}html.sidebar-collapsed .sidebar-footer .footer-compact-box,body.sidebar-collapsed .sidebar-footer .footer-compact-box{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:2px!important;width:100%!important;min-height:34px!important;opacity:1!important;visibility:visible!important}html.sidebar-collapsed .sidebar-footer .footer-compact-title,body.sidebar-collapsed .sidebar-footer .footer-compact-title{display:block!important;color:var(--primary)!important;font-size:12px!important;line-height:1!important;font-weight:900!important;letter-spacing:.5px!important}html.sidebar-collapsed .sidebar-footer .footer-compact-version,body.sidebar-collapsed .sidebar-footer .footer-compact-version{display:block!important;color:var(--gray-500)!important;font-size:10px!important;line-height:1!important;font-weight:800!important}.remember-row{display:flex;align-items:center;gap:8px;margin:2px 0 4px;font-size:12px;font-weight:700;color:#344256;cursor:pointer}.remember-row input{width:auto;min-width:16px;height:16px;margin:0;accent-color:#0E4F88}.notification-top-btn{position:relative}.notification-summary-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.active-filter-card{border-color:#0e4f8873!important;box-shadow:0 12px 30px #0e4f881f}.notification-list-panel{display:grid;gap:12px;margin-top:18px}.notification-card{background:#fff;border:1px solid #dfe6ee;border-left:5px solid #8a97a8;border-radius:16px;padding:16px;display:flex;align-items:flex-start;justify-content:space-between;gap:16px;box-shadow:0 10px 28px #0f172a0d}.notification-card.is-read{opacity:.72}.notification-card.priority-critica{border-left-color:#b42318}.notification-card.priority-alta{border-left-color:#d97706}.notification-card.priority-media{border-left-color:#0e4f88}.notification-card.priority-baja{border-left-color:#667085}.notification-card-main{min-width:0;flex:1}.notification-title-row{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-bottom:8px}.notification-title-row strong{font-size:15px;color:#111827}.notification-card p{margin:0 0 10px;color:#374151;line-height:1.5;font-size:13px}.notification-meta{display:flex;flex-wrap:wrap;gap:8px;color:#6b7280;font-size:11px;font-weight:700}.priority-pill{border-radius:999px;padding:4px 8px;font-size:10px;font-weight:900;letter-spacing:.02em;background:#eef2f6;color:#344256}.priority-pill.priority-critica{background:#fee4e2;color:#b42318}.priority-pill.priority-alta{background:#fff3dc;color:#b45309}.priority-pill.priority-media{background:#eaf3fb;color:#0e4f88}.priority-pill.priority-baja{background:#f2f4f7;color:#475467}.notification-actions{display:flex;align-items:flex-end;justify-content:flex-start;flex-direction:column;gap:8px;min-width:130px}.btn-small{padding:8px 10px!important;font-size:11px!important;border-radius:9px!important}.read-label{font-size:11px;color:#667085;font-weight:700;text-align:right}.empty-state-box{background:#fff;border:1px dashed #cbd5e1;border-radius:16px;padding:24px;color:#475467}.empty-state-box strong{display:block;color:#111827;margin-bottom:6px}.empty-state-box p{margin:0;font-size:13px}@media(max-width:760px){.notification-summary-grid{grid-template-columns:1fr}.notification-card{flex-direction:column}.notification-actions{width:100%;align-items:stretch}.notification-actions .btn,.notification-actions form,.notification-actions button{width:100%}}.global-alert-wrapper{position:relative;flex:0 0 auto;z-index:3000}.top-actions .global-alert-wrapper{display:inline-flex;align-items:center;position:relative;z-index:3000}.global-alert-button{position:relative;width:42px;height:42px;border-radius:12px;background:#fff;border:1px solid rgba(14,79,136,.2);box-shadow:0 10px 24px #0f172a1a;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background-color .18s ease}.global-alert-button:hover,.global-alert-button.is-active,.global-alert-button.is-open{transform:translateY(-1px);border-color:#0e4f8873;box-shadow:0 14px 28px #0e4f8829;background:#f8fbff}.global-alert-button img{width:23px;height:23px;display:block}.global-alert-badge,.header-alert-icon span{position:absolute;min-width:20px;height:20px;padding:0 5px;border-radius:999px;background:#d92d20;color:#fff;font-size:10px;font-weight:900;display:inline-flex;align-items:center;justify-content:center;border:2px solid #ffffff;box-shadow:0 4px 12px #d92d2059}.global-alert-badge{top:-7px;right:-9px}.global-alert-panel{position:absolute;z-index:5000;top:calc(100% + 10px);right:0;width:min(420px,88vw);max-height:min(78vh,620px);overflow:hidden;background:#fff;border:1px solid rgba(14,79,136,.14);border-radius:18px;box-shadow:0 24px 64px #0f172a2e;display:flex;flex-direction:column}.global-alert-panel[hidden]{display:none!important}.global-alert-panel-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:16px 16px 12px;border-bottom:1px solid #edf2f7}.global-alert-panel-header strong{display:block;color:#101828;font-size:20px;line-height:1.1;margin-bottom:4px}.global-alert-panel-header span{display:block;color:#667085;font-size:12px}.global-alert-panel-list{display:flex;flex-direction:column;overflow-y:auto;overflow-x:hidden;max-height:calc(78vh - 120px);overscroll-behavior:contain;scrollbar-gutter:stable;-webkit-overflow-scrolling:touch}.global-alert-item{position:relative;display:flex;gap:10px;padding:14px 16px;text-decoration:none;color:inherit;border-bottom:1px solid #f1f5f9;transition:background-color .18s ease}.global-alert-item:hover{background:#f8fafc}.global-alert-item:last-child{border-bottom:0}.global-alert-item-dot{width:9px;height:9px;border-radius:999px;background:#2563eb;box-shadow:0 0 0 4px #2563eb1a;flex-shrink:0;margin-top:7px}.global-alert-item.priority-alta .global-alert-item-dot{background:#f79009;box-shadow:0 0 0 4px #f790091f}.global-alert-item.priority-critica .global-alert-item-dot{background:#d92d20;box-shadow:0 0 0 4px #d92d201f}.global-alert-item.priority-baja .global-alert-item-dot{background:#12b76a;box-shadow:0 0 0 4px #12b76a1f}.global-alert-item-body{min-width:0;flex:1}.global-alert-item-top{display:flex;align-items:baseline;justify-content:space-between;gap:10px;margin-bottom:4px}.global-alert-item-top strong{color:#101828;font-size:14px;line-height:1.25}.global-alert-item-top time{flex-shrink:0;color:#98a2b3;font-size:11px;font-weight:700}.global-alert-item-type{display:inline-block;margin-bottom:4px;color:var(--primary);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.02em}.global-alert-item p{margin:0;color:#475467;font-size:12px;line-height:1.45}.global-alert-empty{padding:20px 16px}.global-alert-empty strong{display:block;color:#101828;margin-bottom:5px}.global-alert-empty span{display:block;color:#667085;font-size:12px;line-height:1.45}.global-alert-panel-footer{padding:12px 16px 16px;border-top:1px solid #edf2f7;background:#fff}.global-alert-panel-footer .btn{width:100%;justify-content:center}.header-alert-icon{position:relative;width:36px;height:36px;border-radius:10px;background:#fff;border:1px solid var(--gray-200);display:inline-flex;align-items:center;justify-content:center;text-decoration:none}.header-alert-icon img{width:23px;height:23px}.header-alert-icon span{top:-7px;right:-9px}.alert-config-help{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-bottom:14px}.alert-help-card{background:#fff;border:1px solid var(--gray-200);border-radius:14px;padding:14px;box-shadow:0 8px 22px #0f172a0a}.alert-help-card strong{display:block;color:var(--primary);font-size:12px;margin-bottom:5px}.alert-help-card p{margin:0;color:var(--gray-600);font-size:12px;line-height:1.45}.alert-rule-title{display:inline-flex;align-items:center;gap:6px;padding:7px 10px;border-radius:10px;background:var(--gray-50);color:var(--primary);font-weight:900}.config-alertas-table{min-width:920px}.config-alertas-table th{padding:8px}.config-alertas-table td{padding:7px 8px;vertical-align:top}.config-alertas-table .alert-cell-time{min-width:220px}.config-alertas-table .alert-cell-momento{min-width:150px}.config-alertas-table .alert-cell-fases{min-width:300px}.alert-rule-time-grid{display:grid;grid-template-columns:78px minmax(110px,1fr);gap:6px;margin-top:7px;max-width:240px}.momento-select-wrap{max-width:145px}.momento-select{width:100%}.config-alertas-table .menu-checks{max-height:128px;padding:6px;gap:1px}.config-alertas-table .menu-check{padding:3px 2px;font-size:10px;line-height:1.25}.config-alertas-table .muted{display:inline-block;margin-top:4px}.config-alertas-table .alert-rule-title{padding:6px 9px;font-size:11px}.config-alertas-table .table-actions{gap:5px}.config-alertas-table .table-actions .btn{min-height:34px;padding:0 12px}.config-alertas-table .menu-checks{background:#fff;border:1px solid var(--gray-100);border-radius:10px;padding:8px}@media(max-width:900px){.alert-config-help{grid-template-columns:1fr}}@media(max-width:900px){.global-alert-panel{width:min(380px,92vw)}}@media(max-width:640px){.top-actions .global-alert-wrapper{order:-1}.global-alert-button{width:40px;height:40px}.global-alert-panel{position:fixed;z-index:5000;top:74px;right:10px;left:10px;width:auto;max-height:min(78vh,560px)}.global-alert-panel-header strong{font-size:18px}}@media(max-width:900px){.config-alertas-table{min-width:0;border-collapse:separate}.config-alertas-table thead{display:none}.config-alertas-table,.config-alertas-table tbody,.config-alertas-table tr,.config-alertas-table td{display:block;width:100%}.config-alertas-table tr{background:#fff;border:1px solid var(--gray-200);border-radius:14px;padding:8px 0;margin-bottom:12px;box-shadow:0 8px 18px #0f172a0a}.config-alertas-table td{border-bottom:0;padding:8px 12px}.config-alertas-table td:before{content:attr(data-label);display:block;margin-bottom:6px;color:var(--gray-500);font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.02em}.config-alertas-table .alert-cell-time,.config-alertas-table .alert-cell-momento,.config-alertas-table .alert-cell-fases{min-width:0}.alert-rule-time-grid{max-width:none;grid-template-columns:84px minmax(0,1fr)}.momento-select-wrap{max-width:none}.config-alertas-table .menu-checks{max-height:148px}.config-alertas-table .table-actions{display:grid;grid-template-columns:1fr;gap:7px}.config-alertas-table .inline-action-form,.config-alertas-table .inline-config-form,.config-alertas-table .table-actions .btn{width:100%}}.config-alertas-table{min-width:780px!important;table-layout:fixed!important}.config-alertas-table th:nth-child(1),.config-alertas-table td:nth-child(1){width:210px!important}.config-alertas-table th:nth-child(2),.config-alertas-table td:nth-child(2){width:150px!important}.config-alertas-table th:nth-child(3),.config-alertas-table td:nth-child(3){width:auto!important}.config-alertas-table th:nth-child(4),.config-alertas-table td:nth-child(4){width:82px!important}.config-alertas-table th:nth-child(5),.config-alertas-table td:nth-child(5){width:235px!important}.config-alertas-table th{padding:7px 8px!important}.config-alertas-table td{padding:6px 8px!important;vertical-align:top!important}.config-alertas-table input[type=number],.config-alertas-table select{width:100%!important;height:32px!important;min-height:32px!important;border:1px solid var(--gray-200)!important;border-radius:9px!important;background:var(--gray-50)!important;color:var(--gray-700)!important;font-family:inherit!important;font-size:11px!important;font-weight:800!important;padding:0 9px!important;outline:none!important;-webkit-appearance:auto!important;-moz-appearance:auto!important;appearance:auto!important}.config-alertas-table select:focus,.config-alertas-table input[type=number]:focus{border-color:var(--primary)!important;box-shadow:0 0 0 3px #0e4f8814!important}.config-alertas-table .alert-rule-title{display:inline-flex!important;padding:5px 8px!important;font-size:10.5px!important;line-height:1.1!important;margin-bottom:6px!important}.config-alertas-table .alert-rule-time-grid{display:grid!important;grid-template-columns:70px 1fr!important;gap:5px!important;max-width:205px!important;margin-top:0!important}.config-alertas-table .muted{display:block!important;margin-top:4px!important;font-size:10px!important;line-height:1.1!important}.config-alertas-table .momento-select-wrap{width:140px!important;max-width:140px!important}.config-alertas-table .momento-select,.config-alertas-table td:nth-child(2) select{width:140px!important;max-width:140px!important;height:32px!important;min-height:32px!important}.config-alertas-table .menu-checks{max-height:96px!important;min-height:96px!important;overflow-y:auto!important;background:#fff!important;border:1px solid var(--gray-200)!important;border-radius:10px!important;padding:5px 6px!important;gap:0!important}.config-alertas-table .menu-check{display:flex!important;align-items:center!important;gap:6px!important;padding:2px 1px!important;margin:0!important;font-size:10px!important;line-height:1.15!important;font-weight:800!important}.config-alertas-table .menu-check input{width:13px!important;height:13px!important;min-height:13px!important;flex:0 0 13px!important;margin:0!important}.config-alertas-table .status-pill{padding:4px 8px!important;font-size:10px!important}.config-alertas-table .table-actions{display:grid!important;grid-template-columns:80px 98px 98px!important;align-items:start!important;gap:5px!important}.config-alertas-table .table-actions .btn{width:100%!important;min-height:32px!important;height:32px!important;padding:0 8px!important;font-size:10.5px!important;border-radius:9px!important}.config-alertas-table .inline-action-form,.config-alertas-table .inline-config-form{margin:0!important}@media(max-width:900px){.config-table-wrap{overflow-x:visible!important}.config-alertas-table{min-width:0!important;table-layout:auto!important}.config-alertas-table thead{display:none!important}.config-alertas-table,.config-alertas-table tbody,.config-alertas-table tr,.config-alertas-table td{display:block!important;width:100%!important}.config-alertas-table tr{background:#fff!important;border:1px solid var(--gray-200)!important;border-radius:14px!important;padding:8px 0!important;margin-bottom:10px!important;box-shadow:0 8px 18px #0f172a0a!important}.config-alertas-table td{padding:6px 10px!important;border-bottom:0!important}.config-alertas-table td:before{content:attr(data-label);display:block;margin-bottom:5px;color:var(--gray-500);font-size:9.5px;font-weight:900;text-transform:uppercase;letter-spacing:.02em}.config-alertas-table .alert-rule-time-grid{grid-template-columns:76px minmax(0,1fr)!important;max-width:none!important}.config-alertas-table .momento-select-wrap,.config-alertas-table .momento-select,.config-alertas-table td:nth-child(2) select{width:100%!important;max-width:none!important}.config-alertas-table .menu-checks{max-height:115px!important;min-height:0!important}.config-alertas-table .table-actions{grid-template-columns:1fr!important;gap:6px!important}}.config-table-wrap:has(.config-alertas-table){overflow-x:hidden!important}.config-alertas-table{width:100%!important;min-width:0!important;table-layout:fixed!important;border-collapse:collapse!important}.config-alertas-table th,.config-alertas-table td{padding:6px 7px!important;vertical-align:top!important}.config-alertas-table th:nth-child(1),.config-alertas-table td:nth-child(1){width:14%!important;min-width:0!important}.config-alertas-table th:nth-child(2),.config-alertas-table td:nth-child(2){width:11%!important;min-width:0!important}.config-alertas-table th:nth-child(3),.config-alertas-table td:nth-child(3){width:55%!important;min-width:0!important}.config-alertas-table th:nth-child(4),.config-alertas-table td:nth-child(4){width:7%!important;min-width:0!important}.config-alertas-table th:nth-child(5),.config-alertas-table td:nth-child(5){width:13%!important;min-width:0!important}.config-alertas-table input[type=number],.config-alertas-table select{min-height:30px!important;height:30px!important;border-radius:9px!important;font-size:10.5px!important;padding:0 8px!important}.config-alertas-table .alert-rule-title{max-width:125px!important;padding:5px 8px!important;font-size:10px!important;white-space:nowrap!important}.config-alertas-table .alert-rule-time-grid{grid-template-columns:54px minmax(70px,1fr)!important;gap:5px!important;max-width:150px!important;margin-top:5px!important}.config-alertas-table .momento-select-wrap,.config-alertas-table .momento-select,.config-alertas-table td:nth-child(2) select{width:100%!important;max-width:145px!important}.config-alertas-table .menu-checks,.config-alertas-table td .menu-checks[style]{max-height:104px!important;min-height:104px!important;padding:5px 6px!important;border-radius:9px!important;overflow-y:auto!important}.config-alertas-table .menu-check{display:flex!important;align-items:center!important;gap:5px!important;padding:2px 1px!important;margin:0!important;font-size:9.8px!important;line-height:1.18!important}.config-alertas-table .menu-check input{width:13px!important;height:13px!important;min-height:13px!important;flex:0 0 13px!important}.config-alertas-table .muted{margin-top:3px!important;font-size:9.5px!important;line-height:1.2!important}.config-alertas-table .status-pill{padding:4px 7px!important;font-size:9.5px!important}.config-alertas-table .table-actions{display:flex!important;flex-direction:column!important;align-items:stretch!important;gap:5px!important;min-width:0!important}.config-alertas-table .table-actions .btn,.config-alertas-table .inline-action-form,.config-alertas-table .inline-config-form{width:100%!important;max-width:100%!important}.config-alertas-table .table-actions .btn{min-height:29px!important;height:29px!important;padding:0 6px!important;font-size:10px!important;border-radius:8px!important;justify-content:center!important}@media(max-width:1200px){.config-alertas-table th:nth-child(1),.config-alertas-table td:nth-child(1){width:16%!important}.config-alertas-table th:nth-child(2),.config-alertas-table td:nth-child(2){width:13%!important}.config-alertas-table th:nth-child(3),.config-alertas-table td:nth-child(3){width:48%!important}.config-alertas-table th:nth-child(4),.config-alertas-table td:nth-child(4){width:8%!important}.config-alertas-table th:nth-child(5),.config-alertas-table td:nth-child(5){width:15%!important}}@media(max-width:900px){.config-table-wrap:has(.config-alertas-table){overflow-x:hidden!important}.config-alertas-table{display:block!important}.config-alertas-table thead{display:none!important}.config-alertas-table tbody,.config-alertas-table tr,.config-alertas-table td{display:block!important;width:100%!important;min-width:0!important}.config-alertas-table tr{padding:8px!important;margin-bottom:10px!important}.config-alertas-table td{padding:6px 4px!important}.config-alertas-table .alert-rule-time-grid,.config-alertas-table .momento-select-wrap,.config-alertas-table .momento-select,.config-alertas-table td:nth-child(2) select{max-width:none!important}.config-alertas-table .table-actions{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important}}.config-alertas-table .table-actions{display:grid!important;grid-template-columns:1fr!important;gap:6px!important;align-items:stretch!important;justify-items:stretch!important}.config-alertas-table .table-actions .btn,.config-alertas-table .table-actions button,.config-alertas-table .inline-action-form{width:100%!important;min-width:0!important;max-width:140px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;box-sizing:border-box!important}.config-alertas-table .btn-alert-save{height:32px!important;min-height:32px!important;padding:0 10px!important;border:1px solid var(--primary)!important;border-radius:9px!important;background:#fff!important;color:var(--primary)!important;font-size:10.5px!important;font-weight:900!important;line-height:1!important;text-decoration:none!important;-moz-appearance:none!important;appearance:none!important;-webkit-appearance:none!important}.config-alertas-table .btn-alert-save:hover{background:var(--primary-soft)!important}.config-alertas-table .inline-action-form .btn{height:32px!important;min-height:32px!important}.config-alertas-table .alert-actions-cell{min-width:118px!important;width:118px!important;padding:6px 8px!important;vertical-align:top!important}.config-alertas-table .alert-actions-stack{display:flex!important;flex-direction:column!important;align-items:stretch!important;justify-content:flex-start!important;gap:6px!important;width:112px!important;max-width:112px!important;min-width:112px!important;margin:0!important;padding:0!important}.config-alertas-table .alert-action-form{display:block!important;width:112px!important;max-width:112px!important;min-width:112px!important;margin:0!important;padding:0!important}.config-alertas-table .alert-action-btn{-moz-appearance:none!important;appearance:none!important;-webkit-appearance:none!important;display:flex!important;align-items:center!important;justify-content:center!important;width:112px!important;min-width:112px!important;max-width:112px!important;height:30px!important;min-height:30px!important;max-height:30px!important;box-sizing:border-box!important;margin:0!important;padding:0 8px!important;border-radius:8px!important;font-family:inherit!important;font-size:10.5px!important;font-weight:900!important;line-height:1!important;text-align:center!important;text-decoration:none!important;cursor:pointer!important;white-space:nowrap!important;border:1px solid var(--primary)!important;background:#fff!important;color:var(--primary)!important}.config-alertas-table .alert-action-save:hover,.config-alertas-table .alert-action-toggle:hover{background:var(--primary-soft)!important}.config-alertas-table .alert-action-delete{border-color:transparent!important;background:#eee!important;color:var(--red)!important}.config-alertas-table .alert-action-delete:hover{background:var(--red-soft)!important}.config-alertas-table .alert-action-toggle.is-active-action{background:var(--primary)!important;color:#fff!important}@media(max-width:900px){.config-alertas-table .alert-actions-cell,.config-alertas-table .alert-actions-stack,.config-alertas-table .alert-action-form,.config-alertas-table .alert-action-btn{width:100%!important;min-width:0!important;max-width:none!important}.config-alertas-table .alert-actions-stack{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:6px!important}}.config-alertas-table .alert-cell-momento,.config-alertas-table .alert-cell-estado,.config-alertas-table .alert-actions-cell{vertical-align:middle!important}.config-alertas-table .alert-cell-momento{text-align:center!important}.config-alertas-table .alert-cell-momento .momento-select-wrap{width:100%!important;max-width:210px!important;margin:0 auto!important}.config-alertas-table .alert-cell-estado,.config-alertas-table .alert-actions-cell{text-align:center!important}.config-alertas-table .alert-actions-stack{margin-left:auto!important;margin-right:auto!important}@media(max-width:900px){.config-alertas-table .alert-cell-momento{text-align:left!important}.config-alertas-table .alert-cell-momento .momento-select-wrap{max-width:none!important;margin:0!important}.config-alertas-table .alert-cell-estado,.config-alertas-table .alert-actions-cell{text-align:left!important}.config-alertas-table .alert-actions-stack{display:flex!important;flex-direction:column!important;width:100%!important;gap:8px!important}.config-alertas-table .alert-action-form,.config-alertas-table .alert-action-btn{width:100%!important;max-width:none!important;min-width:0!important}.config-alertas-table .alert-action-btn{height:36px!important;min-height:36px!important;font-size:12px!important}.config-alertas-table .menu-checks,.config-alertas-table td .menu-checks[style]{max-height:116px!important}}@media(max-width:480px){.config-panel{padding:12px!important}.config-alertas-table tr{padding:10px 10px 12px!important;border-radius:14px!important}.config-alertas-table td{padding:5px 2px!important}.config-alertas-table td:before{margin-bottom:4px!important;font-size:10px!important}.config-alertas-table .alert-rule-title{margin-bottom:8px!important}.config-alertas-table .alert-rule-time-grid{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;width:100%!important;max-width:none!important;gap:6px!important}.config-alertas-table .alert-rule-time-grid input[type=number],.config-alertas-table .alert-rule-time-grid select,.config-alertas-table .alert-cell-momento select,.config-alertas-table .momento-select-wrap,.config-alertas-table .momento-select,.config-alertas-table td:nth-child(2) select{width:100%!important;max-width:none!important;min-width:0!important;display:block!important}.config-alertas-table .alert-cell-momento{padding-top:8px!important}.config-alertas-table .muted{display:block!important;margin-top:6px!important;line-height:1.15!important;max-width:90px!important}.config-alertas-table .menu-checks,.config-alertas-table td .menu-checks[style]{max-height:110px!important;padding:8px!important}.config-alertas-table .menu-check{font-size:11px!important;line-height:1.15!important;padding:3px 0!important}.config-alertas-table .status-pill{margin-top:2px!important}.config-alertas-table .alert-actions-stack{display:flex!important;flex-direction:column!important;gap:8px!important;align-items:stretch!important;width:100%!important;margin:0!important}.config-alertas-table .alert-action-form,.config-alertas-table .alert-action-btn{width:100%!important;max-width:none!important;min-width:0!important}.config-alertas-table .alert-action-btn{height:38px!important;min-height:38px!important;border-radius:10px!important;font-size:12px!important}}@media(max-width:900px){.config-table-wrap:has(.config-alertas-table),.config-table-wrap{overflow-x:hidden!important;max-width:100%!important}.config-alertas-table,.config-alertas-table tbody,.config-alertas-table tr{display:block!important;width:100%!important;min-width:0!important;max-width:100%!important;table-layout:auto!important}.config-alertas-table thead{display:none!important}.config-alertas-table tr{background:#fff!important;border:1px solid var(--gray-200)!important;border-radius:16px!important;padding:12px!important;margin:0 0 12px!important;box-shadow:0 8px 18px #0f172a0a!important}.config-alertas-table tr>td,.config-alertas-table tr>td:nth-child(1),.config-alertas-table tr>td:nth-child(2),.config-alertas-table tr>td:nth-child(3),.config-alertas-table tr>td:nth-child(4),.config-alertas-table tr>td:nth-child(5){display:block!important;width:100%!important;min-width:0!important;max-width:100%!important;padding:7px 0!important;border-bottom:0!important;text-align:left!important;vertical-align:top!important}.config-alertas-table tr>td:before{content:attr(data-label)!important;display:block!important;margin:0 0 6px!important;color:var(--gray-500)!important;font-size:10px!important;font-weight:900!important;text-transform:uppercase!important;letter-spacing:.02em!important}.config-alertas-table .alert-rule-title{max-width:100%!important;margin:0 0 8px!important;padding:6px 10px!important;font-size:11px!important}.config-alertas-table .alert-rule-time-grid{display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important;width:100%!important;min-width:0!important;max-width:100%!important;margin:0!important}.config-alertas-table input[type=number],.config-alertas-table select,.config-alertas-table .alert-rule-time-grid input[type=number],.config-alertas-table .alert-rule-time-grid select,.config-alertas-table .momento-select-wrap,.config-alertas-table .momento-select,.config-alertas-table td:nth-child(2) select{width:100%!important;min-width:0!important;max-width:100%!important;height:36px!important;min-height:36px!important;display:block!important;box-sizing:border-box!important}.config-alertas-table .muted{display:block!important;max-width:100%!important;margin-top:6px!important;font-size:10px!important;line-height:1.2!important}.config-alertas-table .menu-checks,.config-alertas-table td .menu-checks[style]{width:100%!important;min-width:0!important;max-width:100%!important;min-height:0!important;max-height:130px!important;padding:8px!important;overflow-y:auto!important;box-sizing:border-box!important}.config-alertas-table .menu-check{display:grid!important;grid-template-columns:16px minmax(0,1fr)!important;align-items:start!important;gap:7px!important;width:100%!important;padding:3px 0!important;font-size:11px!important;line-height:1.2!important;overflow-wrap:anywhere!important}.config-alertas-table .menu-check input{width:14px!important;height:14px!important;min-height:14px!important;margin-top:1px!important}.config-alertas-table .status-pill{margin:0!important}.config-alertas-table .alert-actions-cell,.config-alertas-table .alert-actions-stack,.config-alertas-table .alert-action-form,.config-alertas-table .alert-action-btn{width:100%!important;min-width:0!important;max-width:100%!important}.config-alertas-table .alert-actions-stack{display:flex!important;flex-direction:column!important;gap:8px!important;margin:0!important}.config-alertas-table .alert-action-btn{height:38px!important;min-height:38px!important;font-size:12px!important;border-radius:10px!important}}@media(max-width:430px){.config-panel{padding:12px!important;border-radius:14px!important}.config-panel h2{font-size:15px!important;margin-bottom:10px!important}.config-alertas-table tr{padding:12px!important}}@media(max-width:768px){.config-alertas-table tr>td:nth-child(4),.config-alertas-table tr>td:nth-child(5){display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;text-align:center!important;width:100%!important;min-width:0!important}.config-alertas-table tr>td:nth-child(4):before,.config-alertas-table tr>td:nth-child(5):before{width:100%!important;text-align:center!important;align-self:center!important;margin-bottom:9px!important}.config-alertas-table tr>td:nth-child(4) .status-pill,.config-alertas-table tr>td:nth-child(4) span.status-pill,.config-alertas-table tr>td:nth-child(4) span{align-self:center!important;margin-left:auto!important;margin-right:auto!important;justify-content:center!important;text-align:center!important}.config-alertas-table tr>td:nth-child(5) .alert-actions-stack{width:100%!important;max-width:150px!important;min-width:0!important;align-self:center!important;align-items:center!important;margin-left:auto!important;margin-right:auto!important}.config-alertas-table tr>td:nth-child(5) .alert-action-form,.config-alertas-table tr>td:nth-child(5) .alert-action-btn{width:150px!important;max-width:150px!important;min-width:150px!important;align-self:center!important;margin-left:auto!important;margin-right:auto!important}}.recommended-action-box span{font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em;color:#64748b}.recommended-action-box strong{font-size:.92rem;color:#0f172a}.recommended-action-box em{flex:0 0 auto;font-style:normal;font-weight:800;font-size:.72rem;padding:.28rem .55rem;border-radius:999px;background:#e2e8f0;color:#334155}.recommended-action-box.compact strong{font-size:.82rem}.recommended-action-box.compact small{font-size:.72rem}.global-alert-title-wrap{display:flex;align-items:flex-start;gap:10px;min-width:0}.global-alert-title-wrap>div{min-width:0}.global-alert-mark-all{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid rgba(14,79,136,.22);background:#f8fbff;color:var(--primary);border-radius:999px;padding:6px 10px;font-size:11px;line-height:1;font-weight:900;cursor:pointer;white-space:nowrap;box-shadow:0 8px 18px #0e4f8814;transition:background-color .16s ease,border-color .16s ease,transform .16s ease,color .16s ease;margin-top:1px}.global-alert-mark-all:hover{transform:translateY(-1px);background:#eef6ff;border-color:#0e4f886b}.global-alert-mark-all:disabled{cursor:wait;opacity:.72;transform:none}.global-alert-mark-all.has-error{color:#b42318;border-color:#d92d2059;background:#fff5f5}@media(max-width:520px){.global-alert-title-wrap{gap:8px}.global-alert-mark-all{padding:6px 8px;font-size:10px}}.dashboard-filters{display:grid!important;grid-template-columns:minmax(235px,1.55fr) 86px 116px 118px 104px 116px 104px!important;gap:5px!important;padding:6px 8px!important;margin-bottom:8px!important;align-items:center!important}.dashboard-filters .search-box,.dashboard-filters select{height:30px!important;min-height:30px!important;border-radius:8px!important}.dashboard-filters .search-box{padding:0 8px!important;gap:5px!important}.dashboard-filters .search-box span{font-size:11px!important;line-height:1!important}.dashboard-filters input,.dashboard-filters select{font-size:10px!important;font-weight:700!important;line-height:1!important}.dashboard-filters input{padding:0!important}.dashboard-filters select{padding:0 7px!important}.dashboard-filters select[name=estado]{max-width:86px}.dashboard-filters select[name=tipo_proceso]{max-width:116px}.dashboard-filters select[name=campo_busqueda]{max-width:118px}.dashboard-filters select[name=etiqueta]{max-width:104px}.dashboard-filters select[name=responsable]{max-width:116px}.dashboard-filters select[name=alerta]{max-width:104px}.dashboard-filters select[name=ordenar]{max-width:160px}@media(max-width:1500px){.dashboard-filters{grid-template-columns:minmax(205px,1.35fr) 82px 108px 112px 98px 108px 98px!important}}@media(max-width:1280px){.dashboard-filters{grid-template-columns:repeat(4,minmax(120px,1fr))!important;gap:6px!important}.dashboard-filters .search-box{grid-column:1 / -1;max-width:none}.dashboard-filters select{max-width:none!important;width:100%!important}}@media(max-width:860px){.dashboard-filters{grid-template-columns:repeat(2,minmax(120px,1fr))!important}}.dashboard-filters{grid-template-columns:minmax(230px,1fr) 82px 106px 110px 96px 106px 94px 108px!important;gap:5px!important;align-items:center!important}.dashboard-filters select[name=ordenar]{max-width:108px!important;width:108px!important}.dashboard-filters select[name=estado]{width:82px!important}.dashboard-filters select[name=tipo_proceso]{width:106px!important}.dashboard-filters select[name=campo_busqueda]{width:110px!important}.dashboard-filters select[name=etiqueta]{width:96px!important}.dashboard-filters select[name=responsable]{width:106px!important}.dashboard-filters select[name=alerta]{width:94px!important}.dashboard-filters select{padding-left:6px!important;padding-right:18px!important;font-size:10px!important}@media(max-width:1500px){.dashboard-filters{grid-template-columns:minmax(190px,1fr) 76px 100px 104px 90px 100px 88px 102px!important}.dashboard-filters select[name=ordenar]{width:102px!important;max-width:102px!important}.dashboard-filters select[name=estado]{width:76px!important}.dashboard-filters select[name=tipo_proceso]{width:100px!important}.dashboard-filters select[name=campo_busqueda]{width:104px!important}.dashboard-filters select[name=etiqueta]{width:90px!important}.dashboard-filters select[name=responsable]{width:100px!important}.dashboard-filters select[name=alerta]{width:88px!important}}@media(max-width:1280px){.dashboard-filters{grid-template-columns:repeat(4,minmax(120px,1fr))!important}.dashboard-filters .search-box{grid-column:1 / -1}.dashboard-filters select,.dashboard-filters select[name]{width:100%!important;max-width:none!important}}@media(max-width:760px){html,body{max-width:100%!important;overflow-x:hidden!important}.main,.content,.page-content,.dashboard-page,.dashboard-container{width:100%!important;max-width:100%!important;overflow-x:hidden!important}.content,.page-content,.dashboard-page{padding-left:8px!important;padding-right:8px!important}.pagination-summary{margin-left:0!important;margin-right:0!important;padding:10px 12px!important}.process-list{gap:10px!important;width:100%!important}.process-card,.process-card-compact{width:100%!important;max-width:100%!important;min-width:0!important;padding:10px 10px 8px!important;border-radius:14px!important;overflow:hidden!important}.process-card-compact .card-header,.process-card .card-header{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:8px!important;margin-bottom:8px!important;padding-right:36px!important}.process-card-compact .code-row,.process-card .code-row{display:flex!important;align-items:center!important;gap:5px!important;flex-wrap:wrap!important;min-width:0!important}.process-card-compact .code-row h2,.process-card .code-row h2{font-size:13px!important;line-height:1.15!important;max-width:100%!important;overflow-wrap:anywhere!important}.process-card-compact .entity,.process-card .entity{font-size:9px!important;line-height:1.2!important;max-width:100%!important;overflow-wrap:anywhere!important}.process-card-compact .card-menu,.process-card .card-menu{top:10px!important;right:10px!important}.process-card-compact .card-body,.process-card .card-body{display:grid!important;grid-template-columns:1fr!important;gap:8px!important;width:100%!important;min-width:0!important}.process-card-compact .date-panel,.process-card .date-panel{display:grid!important;grid-template-columns:1fr 1fr!important;gap:7px!important;width:100%!important;min-width:0!important}.process-card-compact .date-main,.process-card-compact .date-next,.process-card .date-main,.process-card .date-next{width:100%!important;min-width:0!important;padding:7px 8px!important;border-radius:10px!important;background:var(--gray-50)!important;border:1px solid var(--gray-200)!important}.process-card-compact .date-main.is-urgent-date,.process-card .date-main.is-urgent-date{background:var(--red-soft)!important;border-color:#c7353547!important}.process-card-compact .date-main strong,.process-card-compact .date-main small,.process-card-compact .date-next span,.process-card-compact .date-next small,.process-card .date-main strong,.process-card .date-main small,.process-card .date-next span,.process-card .date-next small{font-size:10.5px!important;line-height:1.18!important;overflow-wrap:anywhere!important}.countdown-pill,.process-card-compact .date-main .countdown-pill,.process-card .date-main .countdown-pill{width:100%!important;min-width:0!important;max-width:100%!important;justify-content:center!important;font-size:10px!important;padding-left:8px!important;padding-right:8px!important;white-space:nowrap!important}.process-card-compact .process-info,.process-card .process-info{width:100%!important;min-width:0!important}.process-card-compact .info-line,.process-card .info-line{display:block!important;font-size:10.5px!important;line-height:1.25!important;margin-bottom:6px!important;overflow-wrap:anywhere!important}.process-card-compact .info-line em,.process-card .info-line em{margin:0 3px!important}.process-card-compact .chips-row,.process-card .chips-row{gap:4px!important;margin-bottom:6px!important}.process-card-compact .object,.process-card .object{display:block!important;font-size:11px!important;line-height:1.25!important;margin-bottom:7px!important;max-height:2.7em!important;overflow:hidden!important;overflow-wrap:anywhere!important}.process-card-compact .details-grid,.process-card .details-grid{display:grid!important;grid-template-columns:1fr!important;gap:6px!important;margin-bottom:7px!important;width:100%!important}.process-card-compact .details-grid div,.process-card .details-grid div{width:100%!important;min-width:0!important;padding:7px 9px!important;border-radius:9px!important}.process-card-compact .details-grid span,.process-card .details-grid span{font-size:8.5px!important}.process-card-compact .details-grid strong,.process-card .details-grid strong{font-size:11px!important;line-height:1.18!important;overflow-wrap:anywhere!important}.process-card-compact .note,.process-card .note{font-size:10px!important;line-height:1.2!important;padding:6px 8px!important;width:100%!important;overflow-wrap:anywhere!important}.process-card-compact .timeline,.process-card .timeline{width:100%!important;max-width:100%!important;overflow-x:auto!important;overflow-y:visible!important;justify-content:flex-start!important;padding:8px!important;margin:8px 0!important;-webkit-overflow-scrolling:touch!important}.process-card-compact .timeline-step span,.process-card .timeline-step span{width:22px!important;height:22px!important;font-size:8.5px!important}.process-card-compact .timeline-step:not(:last-child):after,.process-card .timeline-step:not(:last-child):after{width:clamp(16px,5vw,28px)!important;height:2px!important}.process-card-compact .card-actions,.process-card .card-actions{display:grid!important;grid-template-columns:1fr!important;gap:7px!important;padding-top:8px!important;width:100%!important}.process-card-compact .card-actions .btn,.process-card .card-actions .btn{width:100%!important;min-width:0!important;min-height:34px!important;padding:8px 10px!important;font-size:11px!important}}@media(max-width:420px){.process-card-compact .date-panel,.process-card .date-panel{grid-template-columns:1fr!important}.process-card-compact .object,.process-card .object{max-height:3.9em!important}}@media(max-width:860px){.top-actions .global-alert-wrapper,.global-alert-wrapper{z-index:900!important}.global-alert-panel{z-index:1000!important}.sidebar-overlay{z-index:1098!important}.sidebar,.sidebar.sidebar-open{z-index:1099!important}body:has(.sidebar.sidebar-open) .top-actions .global-alert-wrapper,body:has(.sidebar.sidebar-open) .global-alert-wrapper,body:has(.sidebar.sidebar-open) .global-alert-panel{opacity:0!important;visibility:hidden!important;pointer-events:none!important}}@media(max-width:860px){.top-actions{display:grid!important;grid-template-columns:42px minmax(0,1fr) minmax(0,1fr)!important;align-items:stretch!important;gap:8px!important;width:100%!important;position:relative!important;overflow:visible!important}.top-actions .global-alert-wrapper,.global-alert-wrapper{grid-column:1!important;grid-row:1!important;order:0!important;width:42px!important;height:40px!important;display:flex!important;align-items:center!important;justify-content:center!important;position:relative!important;z-index:900!important}.top-actions>.btn-light{grid-column:2!important;grid-row:1!important;width:100%!important;min-width:0!important;min-height:40px!important}.top-actions>.btn-primary{grid-column:3!important;grid-row:1!important;width:100%!important;min-width:0!important;min-height:40px!important}.global-alert-button{width:40px!important;height:40px!important;border-radius:11px!important;box-shadow:0 8px 18px #0f172a1a!important}.global-alert-panel{position:absolute!important;top:calc(100% + 10px)!important;left:0!important;right:auto!important;width:calc(100vw - 24px)!important;max-width:430px!important;max-height:min(70vh,520px)!important;z-index:1000!important;border-radius:16px!important}.global-alert-panel-list{max-height:calc(min(70vh,520px) - 116px)!important}}@media(max-width:380px){.top-actions{grid-template-columns:42px minmax(0,1fr)!important}.top-actions>.btn-primary{grid-column:1 / -1!important;grid-row:2!important}.top-actions>.btn-light{grid-column:2!important;grid-row:1!important}}@media(max-width:860px){.top-actions{display:grid!important;grid-template-columns:42px minmax(0,1fr) minmax(0,1fr)!important;grid-auto-rows:40px!important;align-items:stretch!important;gap:8px!important;width:100%!important;overflow:visible!important}.top-actions .global-alert-wrapper,.global-alert-wrapper.is-in-top-actions{grid-column:1!important;grid-row:1!important;width:42px!important;height:40px!important;position:relative!important;display:flex!important;align-items:center!important;justify-content:center!important;z-index:900!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important}.top-actions>.btn-light,.top-actions>a.btn-light,.top-actions>button.btn-light{grid-column:2!important;grid-row:1!important;width:100%!important;min-width:0!important;min-height:40px!important;height:40px!important;padding-left:8px!important;padding-right:8px!important;justify-content:center!important;white-space:nowrap!important}.top-actions>.btn-primary,.top-actions>a.btn-primary,.top-actions>button.btn-primary{grid-column:3!important;grid-row:1!important;width:100%!important;min-width:0!important;min-height:40px!important;height:40px!important;padding-left:8px!important;padding-right:8px!important;justify-content:center!important;white-space:nowrap!important}.global-alert-button{width:40px!important;height:40px!important;min-width:40px!important;border-radius:11px!important}.global-alert-panel{position:fixed!important;top:var(--aey-alert-panel-top, 128px)!important;left:12px!important;right:12px!important;width:auto!important;max-width:none!important;max-height:min(72vh,520px)!important;z-index:1000!important;border-radius:16px!important;transform:none!important}.global-alert-panel-list{max-height:calc(min(72vh,520px) - 116px)!important}body:has(.sidebar.sidebar-open) .top-actions .global-alert-wrapper,body:has(.sidebar.sidebar-open) .global-alert-wrapper,body:has(.sidebar.sidebar-open) .global-alert-panel{opacity:0!important;visibility:hidden!important;pointer-events:none!important}}@media(max-width:380px){.top-actions{grid-template-columns:42px minmax(0,1fr) minmax(0,1fr)!important;grid-auto-rows:40px!important}.top-actions>.btn-primary,.top-actions>a.btn-primary,.top-actions>button.btn-primary{grid-column:3!important;grid-row:1!important}.top-actions>.btn-light,.top-actions>a.btn-light,.top-actions>button.btn-light{grid-column:2!important;grid-row:1!important}}.kronym-card{padding:0!important;overflow:visible;border-color:#e5edf5;box-shadow:0 10px 28px #0e4f880e}.kronym-layout{display:grid;grid-template-columns:250px minmax(0,1fr) auto;gap:16px;padding:14px 16px 10px;align-items:start}.kronym-date-side{min-width:0;border-left:3px solid rgba(14,79,136,.18);padding-left:12px}.kronym-date-side h2{margin:0 0 2px;font-size:14px;line-height:1.2;color:var(--primary)}.kronym-state{display:block;font-size:11px;font-weight:900;margin-bottom:8px}.kronym-date-list{display:flex;flex-direction:column;gap:8px}.kronym-date-item{color:var(--primary);line-height:1.25}.kronym-date-item strong,.kronym-date-item small,.kronym-date-item em{display:block}.kronym-date-item strong{font-size:11px;font-weight:800}.kronym-date-item small{font-size:11px;font-weight:700}.kronym-date-item small span{opacity:.86}.kronym-date-item em{margin-top:1px;font-size:10px;font-style:normal;font-weight:700;opacity:.72}.kronym-date-item.is-muted{color:#64748b94}.kronym-date-item.is-urgent-date{color:var(--red)}.kronym-date-item.is-puja-date{color:#7c3aed}.kronym-info-side{min-width:0}.kronym-topline{display:flex;flex-wrap:wrap;align-items:center;gap:6px;margin-bottom:4px;color:#0f172a}.kronym-topline strong,.kronym-topline-item{font-size:11px;font-weight:900}.kronym-topline em{font-style:normal;color:#94a3b8;font-weight:800}.kronym-topline .vae-positive{color:#009a80}.kronym-entity{margin:0 0 3px;color:#1f2937;font-size:11px;font-weight:900;text-transform:uppercase;line-height:1.25}.kronym-object{margin:0 0 6px;color:#334155;font-size:11px;font-weight:500;line-height:1.35;text-transform:uppercase;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.kronym-tags-line{display:flex;flex-wrap:wrap;align-items:center;gap:5px;margin-bottom:8px;min-height:22px}.kronym-tags-line>span:first-child{color:#64748b;font-size:11px;font-weight:900}.kronym-chip{display:inline-flex;align-items:center;gap:4px;border-radius:999px;padding:3px 7px;font-size:10px;font-weight:900;line-height:1}.kronym-chip i{width:9px;height:10px;border-radius:2px;display:inline-block;clip-path:polygon(0 0,78% 0,100% 50%,78% 100%,0 100%);opacity:.95}.inline-popover{position:relative;display:inline-block}.inline-popover>summary{list-style:none;width:21px;height:21px;border-radius:999px;border:1px solid #c8d8e8;color:var(--primary);background:#f8fbff;display:inline-grid;place-items:center;cursor:pointer;font-size:15px;font-weight:900;line-height:1}.inline-popover>summary::-webkit-details-marker,.menu-subdetails>summary::-webkit-details-marker{display:none}.inline-popover-panel{position:absolute;top:28px;left:0;width:285px;max-width:min(285px,calc(100vw - 32px));background:var(--white);border:1px solid #dde7f2;border-radius:13px;box-shadow:0 18px 45px #0f172a29;padding:10px;z-index:60}.popover-search{display:flex;align-items:center;gap:7px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:7px 9px;color:#64748b;font-weight:900;margin-bottom:8px}.popover-search input{border:0;outline:0;background:transparent;min-width:0;width:100%;font-size:11px;font-weight:700}.popover-list{display:flex;flex-direction:column;gap:4px;max-height:270px;overflow:auto;padding-right:2px}.selector-row,.user-selector-row{display:flex;align-items:center;gap:9px;border-radius:9px;padding:8px 9px;cursor:pointer;color:#334155}.selector-row:hover,.user-selector-row:hover,.selector-row:has(input:checked),.user-selector-row:has(input:checked){background:color-mix(in srgb,var(--row-color) 13%,white)}.selector-row input,.user-selector-row input{margin-left:auto;order:9;accent-color:var(--row-color)}.selector-row b{display:none;color:var(--row-color);margin-left:auto}.selector-row:has(input:checked) b{display:inline}.folder-dot{width:10px;height:14px;display:inline-block;background:var(--row-color);border-radius:2px;flex:0 0 auto}.bookmark-shape{clip-path:polygon(0 0,100% 0,100% 100%,50% 78%,0 100%)}.selector-row strong{font-size:11px;font-weight:900}.kronym-results-slot{min-height:24px}.winner-placeholder{display:inline-flex;align-items:center;gap:6px;color:#005a9c;font-size:10.5px;font-weight:700;background:#005a9c14;border:1px solid rgba(0,90,156,.16);padding:4px 8px;border-radius:999px}.kronym-card-tools{display:flex;align-items:center;gap:5px;padding-right:38px;position:relative;min-height:34px}.responsible-badge{display:inline-flex;align-items:center;gap:3px;min-width:34px;justify-content:center;border-radius:999px;padding:5px 7px;font-size:11px;font-weight:900;white-space:nowrap}.responsible-badge i{font-style:normal;font-size:10px}.kronym-menu{top:10px;right:12px}.kronym-menu>summary{border:0;background:transparent;width:30px;height:30px}.kronym-menu-content{width:315px!important;padding:8px!important}.menu-subdetails{border-radius:9px}.menu-subdetails>summary,.menu-action-link{display:flex;width:100%;padding:9px 10px;border-radius:8px;color:#334155;font-size:11px;font-weight:900;cursor:pointer}.menu-subdetails>summary:hover,.menu-action-link:hover{background:var(--primary-soft);color:var(--primary)}.menu-subdetails[open]>summary{background:#f8fafc;color:var(--primary)}.quick-form{padding:6px}.user-list{max-height:310px}.user-selector-row{align-items:center}.user-initials{width:32px;height:32px;border-radius:50%;display:grid;place-items:center;color:#fff;font-weight:900;flex:0 0 auto}.user-data{min-width:0;flex:1}.user-data strong,.user-data small{display:block}.user-data strong{color:#334155;font-size:11px;font-weight:900;line-height:1.1}.user-data strong em{font-style:normal;color:#64748b;background:#eef2f6;border-radius:999px;padding:2px 5px;font-size:9px;margin-left:4px}.user-data small{color:#64748b;font-size:10px;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-count{color:#64748b;font-size:10px;font-weight:900;white-space:nowrap}.folder-menu-list{display:flex;flex-direction:column;gap:3px;padding:5px}.folder-menu-list form{margin:0}.folder-menu-item{display:grid!important;grid-template-columns:24px 1fr auto;gap:8px;align-items:center;width:100%;color:#334155!important}.folder-menu-item span{color:var(--folder-color);filter:saturate(1.1)}.folder-menu-item strong{font-size:11px;font-weight:900}.folder-menu-item em{font-style:normal;color:#64748b;font-size:11px;font-weight:900}.kronym-actions{padding:8px 16px 12px;border-top:1px solid #edf2f7}@media(max-width:1100px){.kronym-layout{grid-template-columns:1fr;gap:10px}.kronym-card-tools{padding-right:40px}.kronym-menu{top:auto;bottom:8px}}.dashboard-command-center{background:transparent;margin:12px 0 10px}.dashboard-search-row{display:grid;grid-template-columns:auto minmax(340px,1fr) auto auto auto;align-items:center;gap:10px}.dashboard-title-compact{min-width:190px;display:flex;flex-direction:column;gap:2px}.dashboard-title-compact strong{color:#0f172a;font-size:17px;font-weight:800;line-height:1.1}.dashboard-title-compact span{color:#64748b;font-size:11px;font-weight:500}.dashboard-main-search{height:38px;display:flex;align-items:center;border:1px solid #dbe6f1;border-radius:999px;background:#fff;box-shadow:0 8px 22px #0e4f880e;overflow:hidden}.search-leading-icon{color:#64748b;padding-left:14px;font-size:13px}.dashboard-main-search input[type=text]{flex:1;height:100%;border:0;outline:0;background:transparent;color:#0f172a;font-size:12px;font-weight:500;padding:0 10px}.search-clear{width:28px;height:28px;display:grid;place-items:center;color:#334155;font-size:20px;text-decoration:none;border-radius:50%}.search-clear:hover{background:#f1f5f9}.search-submit{width:42px;height:100%;border:0;border-left:1px solid #e2e8f0;background:#f8fafc;color:#0f172a;cursor:pointer;font-size:14px;font-weight:700}.search-submit:hover{background:#eef6ff;color:var(--primary)}.dashboard-quick-popover,.dashboard-filter-modal{position:relative}.dashboard-quick-popover>summary,.dashboard-filter-modal>summary{list-style:none;height:38px;border:1px solid #dbe6f1;border-radius:999px;background:#fff;color:#334155;display:inline-flex;align-items:center;justify-content:center;gap:7px;cursor:pointer;box-shadow:0 8px 22px #0e4f880d;font-weight:700}.dashboard-quick-popover>summary{width:38px;font-size:17px}.dashboard-filter-modal>summary{padding:0 13px;font-size:12px}.dashboard-quick-popover>summary::-webkit-details-marker,.dashboard-filter-modal>summary::-webkit-details-marker{display:none}.dashboard-quick-popover[open]>summary,.dashboard-filter-modal[open]>summary,.dashboard-quick-popover>summary:hover,.dashboard-filter-modal>summary:hover{background:#eef6ff;border-color:#0e4f8838;color:var(--primary)}.dashboard-popover-panel{position:absolute;top:46px;right:0;z-index:90;background:#fff;border:1px solid #dbe6f1;border-radius:14px;box-shadow:0 22px 55px #0f172a2e;padding:10px}.dashboard-small-panel{width:300px}.dashboard-user-panel{width:370px}.quick-filter-list{display:flex;flex-direction:column;gap:4px;max-height:340px;overflow:auto;padding-right:2px}.quick-filter-row,.quick-user-row{display:flex;align-items:center;gap:9px;border-radius:10px;padding:8px 9px;color:#334155;text-decoration:none;font-size:11px;font-weight:600}.quick-filter-row:hover,.quick-user-row:hover,.quick-filter-row.is-active,.quick-user-row.is-active{background:color-mix(in srgb,var(--row-color) 13%,white)}.quick-filter-row b,.quick-user-row b{margin-left:auto;color:#0f172a;font-size:15px;font-weight:600}.bookmark-mini{width:10px;height:14px;display:inline-block;background:var(--row-color);clip-path:polygon(0 0,100% 0,100% 100%,50% 78%,0 100%);border-radius:2px;flex:0 0 auto}.user-initials.compact{width:30px;height:30px;font-size:10px}.quick-user-row .user-data{flex:1;min-width:0}.quick-user-row .user-data strong{font-size:11px;font-weight:700}.quick-user-row .user-data small{font-size:10px;font-weight:500}.filter-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:95;background:#0f172a57;display:flex;align-items:flex-start;justify-content:center;padding-top:120px}.filter-modal-card{width:min(820px,calc(100vw - 48px));max-height:min(680px,calc(100vh - 150px));overflow:auto;background:#fff;border-radius:18px;box-shadow:0 28px 70px #0f172a40;padding:24px 24px 28px}.filter-modal-head{display:flex;flex-direction:column;gap:3px;margin-bottom:20px}.filter-modal-head strong{color:#0f172a;font-size:15px;font-weight:700}.filter-modal-head span{color:#64748b;font-size:11px;font-weight:500}.filter-modal-grid{display:grid;grid-template-columns:repeat(4,minmax(120px,1fr));gap:20px 22px}.filter-column h4{color:#0f172a;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid #d6dde5;padding-bottom:9px;margin:0 0 9px}.filter-column-wide{grid-column:span 2}.filter-option{display:block;color:#64748b;text-decoration:none;font-size:12px;font-weight:500;line-height:1.35;padding:7px 0}.filter-option:hover{color:var(--primary)}.filter-option.is-active{color:#0f172a;font-weight:800}.dashboard-metric-strip{display:flex;gap:7px;overflow-x:auto;padding:10px 2px 4px;scrollbar-width:thin}.metric-chip{display:inline-flex;align-items:center;gap:5px;flex:0 0 auto;text-decoration:none;border:1px solid color-mix(in srgb,var(--chip-color, #0E4F88) 24%,#dfe7ef);background:color-mix(in srgb,var(--chip-color, #0E4F88) 6%,white);color:#334155;border-radius:999px;padding:5px 9px;font-size:10.5px;font-weight:600}.metric-chip strong{color:var(--chip-color, var(--primary));font-size:11px;font-weight:800}.metric-chip:hover{background:color-mix(in srgb,var(--chip-color, #0E4F88) 10%,white)}.dashboard-active-chips{display:flex;flex-wrap:wrap;gap:6px;padding:7px 2px 0}.dashboard-active-chips a{display:inline-flex;align-items:center;gap:4px;border-radius:999px;background:#eef6ff;color:var(--primary);text-decoration:none;padding:5px 9px;font-size:10.5px;font-weight:700}.dashboard-active-chips a:hover{background:#dceeff}.dashboard-active-chips .clear-all{background:#fff2f2;color:#dc2626}.compact-pagination-summary{margin-top:8px}@media(max-width:1200px){.dashboard-search-row{grid-template-columns:1fr auto auto auto}.dashboard-title-compact{grid-column:1 / -1}}@media(max-width:760px){.dashboard-search-row{grid-template-columns:1fr auto auto}.dashboard-filter-modal{grid-column:auto}.dashboard-main-search{grid-column:1 / -1}.filter-modal-backdrop{padding-top:70px}.filter-modal-grid{grid-template-columns:1fr 1fr}.filter-column-wide{grid-column:span 2}.dashboard-user-panel,.dashboard-small-panel{width:min(340px,calc(100vw - 24px))}}.filter-modal-head{flex-direction:row;align-items:flex-start;justify-content:space-between}.filter-modal-head>div{display:flex;flex-direction:column;gap:3px}.filter-modal-close{width:32px;height:32px;border:0;background:transparent;border-radius:999px;color:#0f172a;font-size:28px;line-height:1;cursor:pointer}.filter-modal-close:hover{background:#f1f5f9}.filter-subtitle{display:block;margin:10px 0 3px;color:#94a3b8;font-size:9.5px;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.nav-subtitle{display:block;padding:7px 14px 4px 32px;color:#94a3b8;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.kronym-menu-content{width:222px!important;padding:8px!important}.kronym-menu-content .menu-panel{display:none!important}.kronym-menu-content .menu-panel.is-active{display:block!important}.kronym-menu-content .menu-nav-btn,.kronym-menu-content .menu-action-link,.kronym-menu-content .menu-delete-form button,.kronym-menu-content .menu-save{width:100%;justify-content:flex-start!important;text-align:left!important;font-weight:700!important}.kronym-menu-content .menu-nav-btn{border:1px solid #d7e3ef;background:#fff;color:#334155;margin-bottom:8px;padding:9px 10px;border-radius:10px}.kronym-menu-content .menu-panel-title{text-align:left!important}.kronym-card-tools{padding-right:42px!important}html.sidebar-collapsed .sidebar-flyout .nav-submenu,body.sidebar-collapsed .sidebar-flyout .nav-submenu,html.sidebar-collapsed .sidebar-flyout .sidebar-flyout-submenu,body.sidebar-collapsed .sidebar-flyout .sidebar-flyout-submenu{display:flex!important;visibility:visible!important;width:auto!important;max-width:none!important;overflow:visible!important;flex-direction:column!important}html.sidebar-collapsed .sidebar-flyout .nav-subgroup,body.sidebar-collapsed .sidebar-flyout .nav-subgroup{display:flex!important;visibility:visible!important;width:auto!important;max-width:none!important;overflow:visible!important}html.sidebar-collapsed .sidebar-flyout .nav-subgroup-toggle,body.sidebar-collapsed .sidebar-flyout .nav-subgroup-toggle,html.sidebar-collapsed .sidebar-flyout .nav-subgroup-label,body.sidebar-collapsed .sidebar-flyout .nav-subgroup-label,html.sidebar-collapsed .sidebar-flyout .nav-subgroup-arrow,body.sidebar-collapsed .sidebar-flyout .nav-subgroup-arrow{display:flex!important;visibility:visible!important;width:auto!important;max-width:none!important}html.sidebar-collapsed .sidebar-flyout .nav-subgroup-links,body.sidebar-collapsed .sidebar-flyout .nav-subgroup-links{display:none!important;visibility:visible!important;width:auto!important;max-width:none!important;overflow:visible!important}html.sidebar-collapsed .sidebar-flyout .nav-subgroup.open .nav-subgroup-links,body.sidebar-collapsed .sidebar-flyout .nav-subgroup.open .nav-subgroup-links{display:flex!important;flex-direction:column!important}html.sidebar-collapsed .sidebar-flyout .nav-subgroup-links a,body.sidebar-collapsed .sidebar-flyout .nav-subgroup-links a{display:flex!important;visibility:visible!important;width:auto!important;max-width:none!important;overflow:visible!important}.aey-context-panel{position:fixed;top:0;right:0;z-index:1200;height:100vh;width:54px;pointer-events:none}.aey-context-panel *{box-sizing:border-box}.aey-context-collapse{pointer-events:auto;position:absolute;right:8px;top:50%;transform:translateY(-50%);width:38px;height:54px;border:1px solid var(--gray-200);border-radius:16px 0 0 16px;background:var(--white);box-shadow:0 12px 30px #0f172a1f;color:var(--primary);font-weight:900;font-size:22px;cursor:pointer}.aey-context-shell{pointer-events:auto;position:absolute;inset:0 0 0 auto;width:520px;max-width:calc(100vw - 72px);display:grid;grid-template-columns:76px 1fr;background:#f7f4ff;border-left:1px solid #e3dcf5;box-shadow:-16px 0 40px #0f172a24;transform:translate(100%);transition:transform .22s ease}.aey-context-panel[data-open="1"] .aey-context-collapse{display:none}.aey-context-close{position:absolute;right:14px;top:12px;z-index:3;width:34px;height:34px;border:0;border-radius:10px;background:transparent;color:#111827;font-size:30px;line-height:1;cursor:pointer}.aey-context-close:hover{background:#0e4f8814}.aey-context-tabs{padding-top:62px;background:#ffffffb8;border-right:1px solid #e7def6;display:flex;flex-direction:column;align-items:stretch;gap:2px}.aey-context-tabs button{position:relative;width:76px;min-height:132px;border:0;background:transparent;display:grid;place-items:center;color:#1f2937;cursor:pointer;border-right:4px solid transparent}.aey-context-tabs button.is-active{color:#2554d9;background:#ffffffe6;border-right-color:#2554d9}.aey-context-tabs span{display:block;font-size:24px;line-height:1;margin-bottom:7px}.aey-context-tabs strong{writing-mode:vertical-rl;text-orientation:mixed;font-size:13px;font-weight:900;letter-spacing:.2px}.aey-context-tabs em{position:absolute;right:8px;top:12px;min-width:20px;height:20px;padding:0 5px;display:grid;place-items:center;border-radius:999px;background:#0e4f881a;color:var(--primary);font-style:normal;font-size:10px;font-weight:900}.aey-context-tabs b[data-aey-new-files-badge]{position:absolute;left:8px;top:12px;min-width:21px;height:21px;padding:0 6px;display:grid;place-items:center;border-radius:999px;background:#21c6d9;color:#fff;font-size:11px;font-weight:900;box-shadow:0 7px 16px #21c6d952}.aey-context-content{min-width:0;height:100vh;overflow-y:auto;padding:22px 22px 34px}.aey-context-head{min-height:72px;padding-right:40px;display:flex;align-items:center;border-bottom:1px solid #e7def6;margin-bottom:14px}.aey-context-head h2{margin:0;font-size:18px;font-weight:900;color:#171827}.aey-context-head p{margin:5px 0 0;color:var(--gray-500);font-size:11px;font-weight:700;line-height:1.35}.aey-context-status{padding:12px 14px;border:1px solid #dfe6ff;background:#ffffffbf;border-radius:14px;color:#475569;font-weight:700;margin-bottom:14px}.aey-context-status:empty{display:none}.aey-tab-pane{display:none}.aey-tab-pane.is-active{display:block}.aey-panel-toolbar{display:flex;align-items:center;gap:10px;justify-content:space-between;margin-bottom:14px}.aey-panel-icon-btn{width:38px;height:38px;display:grid;place-items:center;border:1px solid #d8def0;border-radius:12px;background:#fff;color:#334155;cursor:pointer;font-weight:900;font-size:18px;box-shadow:0 8px 18px #0f172a0f}.aey-panel-switch,.aey-panel-settings label{display:flex;align-items:center;gap:9px;color:#202438;font-weight:800;font-size:12px}.aey-panel-switch input,.aey-panel-settings input{width:18px;height:18px;accent-color:#2554d9}.aey-panel-switch span{display:none}.aey-panel-settings{padding:12px 14px;background:#ffffffd6;border:1px solid #e5def4;border-radius:14px;box-shadow:0 10px 24px #0f172a0f;display:grid;gap:10px;margin-bottom:14px}.aey-sync-result{margin-bottom:12px;padding:11px 13px;border-radius:12px;background:#e7f9fb;color:#087180;font-weight:900}.aey-panel-empty{min-height:180px;display:grid;place-items:center;text-align:center;gap:6px;padding:25px;border:1px dashed #d8d2e8;border-radius:18px;background:#fff9;color:#64748b}.aey-panel-empty strong{display:block;color:#1f2937;font-size:14px}.aey-timeline{display:grid;gap:0}.aey-time-item{display:grid;grid-template-columns:16px 1fr;gap:10px;position:relative;padding-bottom:18px}.aey-time-line{width:5px;border-radius:999px;background:#0e4f88;min-height:70px;justify-self:center}.aey-time-item.is-urgent-date .aey-time-line{background:#d93b55}.aey-time-item.is-puja-date .aey-time-line{background:#7c3aed}.aey-time-item.is-custom .aey-time-line{background:#f59e0b}.aey-time-item.is-muted .aey-time-line{background:#64748b59}.aey-time-item.is-muted .aey-time-content{opacity:.52}.aey-time-content strong,.aey-file-day h4{display:block;color:#1f2433;font-size:14px;font-weight:900;margin:0 0 4px}.aey-time-content small{display:block;color:#334155;font-size:12px;font-weight:800}.aey-time-content small span{color:#64748b}.aey-time-content em{display:block;color:#4f63c6;font-size:12px;font-style:normal;font-weight:800;margin-top:3px}.aey-panel-form{padding:14px;background:#fff;border:1px solid #e0d8f0;border-radius:16px;box-shadow:0 12px 28px #0f172a14;margin-bottom:15px;display:grid;gap:10px}.aey-panel-form label{font-weight:900;color:#273142;font-size:12px}.aey-panel-form textarea,.aey-panel-form input[type=date],.aey-panel-form input[type=time]{width:100%;border:2px solid #315bdc;border-radius:10px;background:#fbfaff;padding:11px 12px;font-family:inherit;outline:none;margin-top:6px}.aey-panel-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.aey-panel-form-actions{display:flex;justify-content:flex-end;gap:8px}.aey-drop-zone{min-height:120px;border:2px dashed #315bdc;border-radius:16px;display:grid;place-items:center;text-align:center;color:#334155;background:#fbfaff}.aey-drop-zone input{margin-top:10px;max-width:100%}.aey-form-hint{color:#64748b;font-weight:700}.aey-file-day{margin-bottom:14px}.aey-file-day h4{margin:12px 0 6px}.aey-file-row{display:grid;grid-template-columns:24px minmax(0,1fr) auto auto auto auto;align-items:center;gap:7px;min-height:31px;padding:4px 5px;border-radius:9px}.aey-file-row:hover{background:#ffffffc7}.aey-file-icon{color:#c3c7d5;font-size:20px;line-height:1}.aey-file-name{min-width:0;display:flex;align-items:center;gap:7px;color:#1f2937;cursor:pointer}.aey-file-name small{flex:0 0 auto;font-weight:900;color:#1f2937}.aey-file-name strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12.5px;font-weight:800}.aey-doc-tag{padding:3px 7px;border-radius:999px;background:#e8efff;color:#2554d9;font-size:10px;font-weight:900;white-space:nowrap}.aey-doc-tag.is-soft{background:#f0e9ff;color:#6d44c8}.aey-doc-tag.is-new{background:#dff9fb;color:#087180}.aey-dup-btn,.aey-download-btn{min-width:30px;height:28px;border:0;border-radius:9px;display:inline-grid;place-items:center;background:transparent;color:#315bdc;font-weight:900;cursor:pointer;text-decoration:none;white-space:nowrap}.aey-dup-btn:hover,.aey-download-btn:hover{background:#315bdc1a}.aey-download-btn.is-disabled{color:#b8becb;cursor:not-allowed}.aey-duplicates{margin:0 0 8px 28px;padding-left:10px;border-left:2px dashed #cfd6e6}.aey-file-row.is-duplicate{opacity:.78}.aey-note-card,.aey-update-item{display:grid;grid-template-columns:7px 1fr;gap:10px;padding:11px 0}.aey-note-bar{width:5px;border-radius:999px;background:#ef4f8b}.aey-note-card strong,.aey-update-item strong{color:#1f2937;font-weight:900}.aey-note-meta,.aey-update-item small{color:#5f6b7b;font-size:11px;font-weight:800;margin:3px 0}.aey-note-card p,.aey-update-item p{margin:5px 0 0;color:#334155;font-weight:700;line-height:1.45}.aey-note-files{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.aey-note-files a{padding:5px 8px;border-radius:999px;background:#fff;border:1px solid #e1d9f0;font-size:11px;font-weight:800;color:#315bdc}.aey-update-item{grid-template-columns:28px 1fr;border-bottom:1px solid rgba(226,232,240,.85)}.aey-update-icon{width:25px;height:25px;border-radius:9px;display:grid;place-items:center;background:#eef3ff;color:#315bdc;font-weight:900}.process-card[data-aey-process-card]{cursor:default}.process-card[data-aey-process-card].is-selected-process{outline:2px solid rgba(49,91,220,.22);box-shadow:0 12px 28px #315bdc1a}@media(max-width:860px){.aey-context-shell{width:min(100vw,560px);max-width:100vw;grid-template-columns:64px 1fr}.aey-context-tabs button{width:64px;min-height:118px}.aey-context-content{padding:18px 14px 28px}.aey-file-row{grid-template-columns:22px minmax(0,1fr) auto auto}.aey-doc-tag.is-soft{display:none}}.aey-context-panel{z-index:99999;width:58px}.aey-context-shell{width:468px;max-width:calc(100vw - 58px);grid-template-columns:58px 1fr}.aey-context-collapse{right:4px}.aey-context-tabs{padding-top:50px;gap:0}.aey-context-tabs button{width:58px;min-height:108px;padding:8px 0;border-right-width:3px}.aey-context-tabs .aey-tab-icon{display:block;width:18px;height:18px;margin:0 auto 6px;color:currentColor}.aey-context-tabs .aey-tab-icon svg{width:18px;height:18px;display:block}.aey-context-tabs strong{font-size:12px;font-weight:800;line-height:1;letter-spacing:0}.aey-context-tabs em{right:6px;top:10px;min-width:auto;height:auto;padding:0;background:transparent;color:#5b6b88;font-size:11px;font-weight:800}.aey-context-tabs b[data-aey-new-files-badge]{left:auto;right:6px;top:26px;min-width:auto;height:auto;padding:0;background:transparent;color:#2554d9;box-shadow:none;font-size:11px;font-weight:900}.aey-context-content{padding:18px 18px 28px}.aey-context-head{min-height:58px;margin-bottom:10px}.aey-context-head h2{font-size:17px}.aey-context-head p{font-size:11px}.aey-pane-header{display:flex;align-items:center;justify-content:space-between;gap:10px;padding-bottom:8px;margin-bottom:12px;border-bottom:1px solid #e7def6}.aey-pane-header h3{margin:0;color:#171827;font-size:16px;font-weight:900}.aey-pane-actions{display:flex;align-items:center;gap:8px}.aey-pane-action-btn{width:30px;height:30px;border:0;background:transparent;color:#2b3142;border-radius:8px;display:inline-grid;place-items:center;cursor:pointer;font-size:22px;line-height:1}.aey-pane-action-btn:hover{background:#0e4f8814}.aey-pane-menu-wrap{position:relative}.aey-pane-menu{position:absolute;right:0;top:calc(100% + 6px);min-width:230px;padding:8px 0;background:#fff;border:1px solid #e4def5;border-radius:14px;box-shadow:0 14px 28px #0f172a1f;display:grid;z-index:8}.aey-pane-menu[hidden]{display:none!important}.aey-pane-menu a,.aey-pane-menu button{width:100%;border:0;background:transparent;text-align:left;padding:12px 16px;color:#1f2937;font-size:13px;font-weight:800;cursor:pointer}.aey-pane-menu a:hover,.aey-pane-menu button:hover{background:#f5f7ff}.aey-modern-switch-row{display:flex;align-items:center;gap:10px;margin-bottom:12px;color:#202438;font-weight:800;font-size:13px}.aey-modern-switch{position:relative;width:42px;height:24px;flex:0 0 auto}.aey-modern-switch input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;margin:0}.aey-modern-switch-ui{display:block;width:100%;height:100%;background:#cfd6e6;border-radius:999px;position:relative;transition:.2s ease}.aey-modern-switch-ui:before{content:"";position:absolute;width:18px;height:18px;border-radius:999px;background:#fff;left:3px;top:3px;box-shadow:0 3px 8px #0f172a2e;transition:.2s ease}.aey-modern-switch input:checked+.aey-modern-switch-ui{background:#2554d9}.aey-modern-switch input:checked+.aey-modern-switch-ui:before{transform:translate(18px)}.aey-modern-switch-text{display:inline-block}.aey-panel-settings{margin-top:-2px;margin-bottom:14px;padding:14px 16px}.aey-files-toolbar{display:flex;justify-content:center;margin-bottom:14px}.aey-time-item{grid-template-columns:14px 1fr;gap:8px;padding-bottom:14px}.aey-time-line{width:4px;min-height:64px}.aey-time-content strong,.aey-file-day h4{font-size:13px}.aey-time-content em{font-size:12px}.aey-file-day{margin-bottom:10px}.aey-file-day h4{margin:10px 0 5px}.aey-file-row{grid-template-columns:16px minmax(0,1fr) auto auto auto auto;gap:4px;min-height:26px;padding:2px 0}.aey-file-icon{width:14px;height:16px;display:inline-block;font-size:0;color:#c8cedb;position:relative}.aey-file-icon:before{content:"";display:block;width:14px;height:16px;background:no-repeat center/contain url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 18' fill='none'%3E%3Cpath d='M3 1.5h6l4 4V16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1v-13a1 1 0 0 1 1-1.5Z' stroke='%23c8cedb' stroke-width='1.4' stroke-linejoin='round'/%3E%3Cpath d='M9 1.5V6h4' stroke='%23c8cedb' stroke-width='1.4' stroke-linejoin='round'/%3E%3C/svg%3E")}.aey-file-name{gap:6px}.aey-file-name small{font-size:12px;font-weight:900}.aey-file-name strong{font-size:12.5px;font-weight:500}.aey-doc-tag{padding:2px 6px;font-size:10px}.aey-dup-btn,.aey-download-btn{min-width:0;height:24px;padding:0 4px;border-radius:7px;font-size:11px}.aey-dup-btn{gap:2px}.aey-dup-btn span{font-size:11px;font-weight:900}.aey-download-btn{width:22px;padding:0;font-size:0}.aey-download-btn:before{content:"";width:14px;height:14px;display:block;background:no-repeat center/contain url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 4v10m0 0 4-4m-4 4-4-4M5 19h14' stroke='%23315bdc' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.aey-download-btn.is-disabled:before{opacity:.35}.aey-duplicates{margin:0 0 6px 20px;padding-left:8px}.aey-note-card,.aey-update-item{gap:6px;padding:10px 0}.aey-update-item{grid-template-columns:16px 1fr}.aey-update-icon{width:16px;height:16px;border-radius:0;background:transparent;color:#315bdc;font-size:15px;font-weight:900}.aey-drop-zone{position:relative;min-height:190px;padding:20px 14px;gap:10px}.aey-drop-zone-icons{display:flex;gap:12px;justify-content:center;color:#b7bcc8;font-size:22px}.aey-drop-zone-title{font-size:15px;font-weight:800;color:#273142}.aey-drop-zone-actions{display:flex;gap:18px;justify-content:center}.aey-drop-circle{width:42px;height:42px;border-radius:999px;display:grid;place-items:center;background:#0f172a0a;color:#8d96a8;font-size:20px}.aey-drop-zone small{display:inline-block;padding:4px 10px;border-radius:999px;background:#0f172a0a;color:#7b8598;font-size:11px;font-weight:700}.aey-drop-zone input[type=file]{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer;margin:0}@media(max-width:860px){.aey-context-panel{width:54px}.aey-context-shell{width:min(100vw,520px);max-width:calc(100vw - 54px);grid-template-columns:54px 1fr}.aey-context-tabs button{width:54px;min-height:104px}}.aey-context-panel{width:58px;z-index:2147483000}.aey-context-shell{transform:translate(calc(100% - 58px))}.aey-context-panel[data-open="1"] .aey-context-shell{transform:translate(0)}.aey-context-panel[data-open="1"] .aey-context-collapse{display:grid}.aey-context-collapse{top:10px;right:8px;transform:none;width:38px;height:30px;border:0;border-radius:8px;box-shadow:none;background:#ffffffeb;color:#111827;z-index:6;display:grid;place-items:center;font-size:18px}.aey-context-tabs{padding-top:48px}.aey-context-close{z-index:12}.aey-tab-pane{position:relative}.aey-panel-settings{position:absolute;right:0;top:42px;width:min(360px,100%);z-index:20;box-shadow:0 18px 34px #0f172a24;background:#fff}.aey-panel-settings[hidden]{display:none!important}.aey-files-toolbar{margin-top:6px}.aey-pane-header{position:relative}.aey-context-tabs em:empty{display:none}.aey-context-tabs em:not(:empty){display:block}.aey-drop-zone-icons span,.aey-drop-circle{background-repeat:no-repeat;background-position:center;background-size:22px 22px;color:transparent!important;font-size:0!important}.aey-dz-clip{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='m8 12 6.5-6.5a3 3 0 0 1 4.2 4.2L10 18.4a5 5 0 0 1-7.1-7.1l8.5-8.5' stroke='%23b7bcc8' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.aey-dz-image{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Crect x='4' y='5' width='16' height='14' rx='2' stroke='%23b7bcc8' stroke-width='1.9'/%3E%3Cpath d='m7 16 4-4 3 3 2-2 3 3' stroke='%23b7bcc8' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='9' cy='9' r='1' fill='%23b7bcc8'/%3E%3C/svg%3E")}.aey-dz-doc{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 3h7l4 4v14H7V3Z' stroke='%23b7bcc8' stroke-width='1.9' stroke-linejoin='round'/%3E%3Cpath d='M14 3v5h4M9 13h6M9 17h6' stroke='%23b7bcc8' stroke-width='1.9' stroke-linecap='round'/%3E%3C/svg%3E")}.aey-dz-folder{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M3 7.5h7l2 2h9V19a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V7.5Z' fill='%23ffd052' stroke='%23f0b429' stroke-width='1.4' stroke-linejoin='round'/%3E%3Cpath d='M3 7.5V6a2 2 0 0 1 2-2h4l2 2h8a2 2 0 0 1 2 2v1.5' stroke='%23f0b429' stroke-width='1.4' stroke-linejoin='round'/%3E%3C/svg%3E")}.aey-dz-upload{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 19V6m0 0-4 4m4-4 4 4' stroke='%2396a0b3' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.menu-save{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;border-radius:10px;background:#0e4f88;color:#fff;padding:9px 14px;min-height:36px;font-size:12px;font-weight:900;cursor:pointer;box-shadow:0 8px 18px #0e4f8829}.menu-save:hover{filter:brightness(.96)}.quick-form .menu-save,.quick-form-panel .menu-save{width:100%;margin-top:8px}.folder-menu-item{cursor:pointer}body{--aey-panel-mini-width: 58px;--aey-panel-open-width: 468px;--aey-panel-current-width: var(--aey-panel-mini-width)}body.aey-context-open{--aey-panel-current-width: var(--aey-panel-open-width)}.aey-panel-form[hidden],.aey-panel-settings[hidden],.aey-pane-menu[hidden],.aey-sync-result[hidden],.aey-duplicates[hidden],.aey-context-panel[data-open="1"] .aey-context-collapse{display:none!important}@media(min-width:861px){.main{margin-right:var(--aey-panel-current-width)!important;width:calc(100% - var(--sidebar-width) - var(--aey-panel-current-width))!important;transition:margin-left .22s ease,width .22s ease,margin-right .22s ease!important}body.sidebar-collapsed .main,html.sidebar-collapsed body .main,html.sidebar-collapsed .main{margin-right:var(--aey-panel-current-width)!important;width:calc(100% - var(--sidebar-collapsed-width) - var(--aey-panel-current-width))!important}}.aey-panel-form.is-hidden,.aey-panel-settings.is-hidden,.aey-pane-menu.is-hidden,.aey-sync-result.is-hidden,.aey-duplicates.is-hidden,.aey-panel-form[hidden],.aey-panel-settings[hidden],.aey-pane-menu[hidden],.aey-sync-result[hidden],.aey-duplicates[hidden]{display:none!important;visibility:hidden!important}.aey-context-panel{width:var(--aey-panel-current-width)!important;transition:width .22s ease!important}.aey-context-shell{width:var(--aey-panel-open-width)!important;max-width:var(--aey-panel-open-width)!important;transform:translate(calc(var(--aey-panel-open-width) - var(--aey-panel-mini-width)))!important}.aey-context-panel[data-open="0"] .aey-context-close{display:none!important}.aey-context-panel[data-open="1"] .aey-context-close{display:grid!important}@media(min-width:861px){body.aey-context-open .main,body:not(.aey-context-open) .main{box-sizing:border-box!important;max-width:calc(100vw - var(--sidebar-collapsed-width) - var(--aey-panel-current-width))!important;width:calc(100vw - var(--sidebar-collapsed-width) - var(--aey-panel-current-width))!important;margin-right:0!important;overflow-x:hidden!important}body:not(.sidebar-collapsed) .main{max-width:calc(100vw - var(--sidebar-width) - var(--aey-panel-current-width))!important;width:calc(100vw - var(--sidebar-width) - var(--aey-panel-current-width))!important}html.sidebar-collapsed .main,body.sidebar-collapsed .main{max-width:calc(100vw - var(--sidebar-collapsed-width) - var(--aey-panel-current-width))!important;width:calc(100vw - var(--sidebar-collapsed-width) - var(--aey-panel-current-width))!important}.topbar,.dashboard-command-center,.process-list,.pagination-wrap{max-width:100%!important}}.aey-pane-menu a,.aey-pane-menu button{font-weight:600!important;line-height:1.25!important}.aey-time-content strong,.aey-time-content small{font-weight:800!important}.aey-time-content em{font-weight:500!important}.aey-note-card strong{font-weight:800!important}.aey-note-meta{font-weight:600!important}.aey-note-card p{font-weight:500!important}.aey-note-bar{background:#0e4f88!important}.menu-save,button.menu-save,.folder-menu-item,button.folder-menu-item{cursor:pointer!important}.aey-context-panel.aey-hide-finalizadas .aey-time-item[data-finalizada="1"]{display:none!important}.aey-context-shell{background:#f7fafc!important;border-left:1px solid #D9E4F2!important;box-shadow:-16px 0 40px #0e4f881a!important}.aey-context-tabs{background:#fff!important;border-right:1px solid #D9E4F2!important}.aey-context-tabs button.is-active{background:#f0f6fc!important;color:#0e4f88!important;border-right-color:#0e4f88!important}.aey-context-content{background:#f7fafc!important}.aey-context-head{border-bottom-color:#d9e4f2!important}.aey-context-head h2,.aey-pane-header h3{color:#0f172a!important}.aey-context-head p{color:#64748b!important}.aey-pane-header{border-bottom-color:#d9e4f2!important}.aey-context-status,.aey-panel-form,.aey-panel-settings,.aey-panel-empty{background:#fff!important;border-color:#d9e4f2!important;box-shadow:0 10px 24px #0e4f880f!important}.aey-sync-result{background:#eaf6fb!important;color:#0e4f88!important}.aey-pane-menu{background:#fff!important;border-color:#d9e4f2!important;box-shadow:0 14px 28px #0e4f881f!important}.aey-pane-menu a:hover,.aey-pane-menu button:hover{background:#f0f6fc!important}.aey-modern-switch input:checked+.aey-modern-switch-ui{background:#0e4f88!important}.aey-time-line{background:#0e4f88!important}.aey-time-item.is-urgent-date .aey-time-line{background:#d93b55!important}.aey-time-item.is-puja-date .aey-time-line{background:#6d3bef!important}.aey-time-item.is-custom .aey-time-line{background:#f59e0b!important}.aey-time-item.is-muted .aey-time-line{background:#cbd5e1!important}.aey-time-content em{color:#0e4f88!important}.aey-doc-tag{background:#eaf3ff!important;color:#0e4f88!important}.aey-doc-tag.is-soft{background:#eff6ff!important;color:#1d4ed8!important}.aey-drop-zone{background:#fff!important;border-color:#0e4f88!important}.aey-download-btn:before{background:no-repeat center/contain url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 4v10m0 0 4-4m-4 4-4-4M5 19h14' stroke='%230E4F88' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")!important}@media(min-width:861px){body:not(:has(#aeyContextPanel)){--aey-panel-current-width: 0px !important}body:not(:has(#aeyContextPanel)) .main{margin-right:0!important;width:calc(100% - var(--sidebar-width))!important}body.sidebar-collapsed:not(:has(#aeyContextPanel)) .main,html.sidebar-collapsed body:not(:has(#aeyContextPanel)) .main{margin-right:0!important;width:calc(100% - var(--sidebar-collapsed-width))!important}}@media(min-width:861px){body:has(#aeyContextPanel){--aey-panel-gap: 14px}body:has(#aeyContextPanel) .main{margin-right:calc(var(--aey-panel-current-width) + var(--aey-panel-gap))!important;width:calc(100% - var(--sidebar-width) - var(--aey-panel-current-width) - var(--aey-panel-gap))!important}body.sidebar-collapsed:has(#aeyContextPanel) .main,html.sidebar-collapsed body:has(#aeyContextPanel) .main{margin-right:calc(var(--aey-panel-current-width) + var(--aey-panel-gap))!important;width:calc(100% - var(--sidebar-collapsed-width) - var(--aey-panel-current-width) - var(--aey-panel-gap))!important}}@media(min-width:861px){body:has(#aeyContextPanel){--aey-panel-gap: 6px !important}}.aey-pane-menu .aey-menu-inline-form{margin:0!important;padding:0!important}.aey-pane-menu .aey-menu-inline-form button{width:100%;border:0;background:transparent;text-align:left;padding:12px 16px;color:#1f2937;font-size:13px;font-weight:600;cursor:pointer}.aey-pane-menu .aey-menu-inline-form button:hover{background:#f0f6fc}.aey-files-toolbar{align-items:center!important;gap:10px!important}.aey-sync-mini-status{display:inline-flex;align-items:center;gap:6px;color:#0e4f88;font-size:12px;font-weight:800;white-space:nowrap}.aey-sync-mini-status[hidden]{display:none!important}.aey-sync-mini-status.is-loading:before{content:"";width:12px;height:12px;border:2px solid rgba(14,79,136,.2);border-top-color:#0e4f88;border-radius:999px;animation:aeySpin .75s linear infinite}@keyframes aeySpin{to{transform:rotate(360deg)}}@media(max-width:860px){body{--aey-panel-current-width: 0px !important;--aey-panel-mini-width: 0px !important;--aey-panel-open-width: 0px !important;padding-bottom:58px}body.aey-context-open{--aey-panel-current-width: 0px !important}.main,body.sidebar-collapsed .main,html.sidebar-collapsed body .main,html.sidebar-collapsed .main,body:has(#aeyContextPanel) .main,body.sidebar-collapsed:has(#aeyContextPanel) .main,html.sidebar-collapsed body:has(#aeyContextPanel) .main{margin-right:0!important;width:calc(100% - var(--sidebar-collapsed-width))!important;max-width:none!important}.aey-context-panel{position:fixed!important;left:var(--sidebar-collapsed-width)!important;right:0!important;bottom:0!important;top:auto!important;width:auto!important;height:auto!important;z-index:99999!important;pointer-events:none}.aey-context-shell{position:fixed!important;left:var(--sidebar-collapsed-width)!important;right:0!important;bottom:0!important;top:auto!important;width:auto!important;max-width:none!important;height:58px!important;display:grid!important;grid-template-columns:1fr!important;grid-template-rows:1fr!important;background:#fff!important;border-left:0!important;border-top:1px solid #d9e4f2!important;box-shadow:0 -8px 24px #0e4f881f!important;pointer-events:auto;transform:none!important}.aey-context-panel[data-open="1"] .aey-context-shell{height:min(78vh,680px)!important;grid-template-rows:minmax(0,1fr) 58px!important;border-radius:18px 18px 0 0!important;overflow:hidden!important}.aey-context-tabs{grid-row:1!important;display:grid!important;grid-template-columns:repeat(4,1fr)!important;align-items:stretch!important;gap:0!important;padding:0!important;background:#fff!important;border-right:0!important;border-top:1px solid #e2e8f0!important;order:2!important}.aey-context-panel[data-open="1"] .aey-context-tabs{grid-row:2!important}.aey-context-tabs button{width:auto!important;min-height:58px!important;height:58px!important;padding:6px 2px!important;border-right:0!important;border-top:3px solid transparent!important;writing-mode:horizontal-tb!important;transform:none!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:2px!important}.aey-context-tabs button.is-active{border-right-color:transparent!important;border-top-color:#0e4f88!important;background:#f0f6fc!important}.aey-context-tabs strong{writing-mode:horizontal-tb!important;transform:none!important;font-size:10px!important;line-height:1.1!important;max-width:86px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.aey-context-tabs .aey-tab-icon{margin:0!important;width:17px!important;height:17px!important}.aey-context-tabs em,.aey-context-tabs b[data-aey-new-files-badge]{position:absolute!important;top:4px!important;right:14px!important;font-size:10px!important}.aey-context-content{grid-row:1!important;display:none!important;overflow-y:auto!important;padding:18px 16px 70px!important;background:#f7fafc!important}.aey-context-panel[data-open="1"] .aey-context-content{display:block!important}.aey-context-panel[data-open="0"] .aey-context-collapse{display:none!important}.aey-context-close{top:14px!important;right:14px!important;width:34px!important;height:34px!important}.aey-context-panel[data-open="0"] .aey-context-close{display:none!important}.aey-context-head{padding-right:42px!important}.aey-context-head h2{font-size:16px!important}.aey-context-head p{font-size:11px!important}.aey-file-row{grid-template-columns:16px minmax(0,1fr) auto auto!important}.aey-doc-tag.is-soft{display:none!important}.aey-pane-menu{right:0!important;left:auto!important;max-width:calc(100vw - 34px)!important}}@media(max-width:860px){html,body{width:100%!important;max-width:100%!important;overflow-x:hidden!important}.main,body.sidebar-collapsed .main,html.sidebar-collapsed body .main,html.sidebar-collapsed .main,body:has(#aeyContextPanel) .main,body.sidebar-collapsed:has(#aeyContextPanel) .main,html.sidebar-collapsed body:has(#aeyContextPanel) .main{margin-left:0!important;margin-right:0!important;width:100%!important;max-width:100%!important;padding-left:14px!important;padding-right:14px!important;box-sizing:border-box!important}.dashboard-page,.dashboard-command-center,.process-list,.process-card,.process-card-grid,.dashboard-topbar,.dashboard-results-bar{width:100%!important;max-width:100%!important;box-sizing:border-box!important}.process-card{overflow:hidden!important}.process-main,.process-object,.process-meta-line,.process-title-block{min-width:0!important;max-width:100%!important}.process-object,.process-meta-line{overflow-wrap:anywhere!important;word-break:normal!important}.aey-context-panel,.aey-context-shell{left:0!important;right:0!important;width:100%!important;max-width:100%!important}.aey-context-shell{border-radius:0!important}.aey-context-panel[data-open="1"] .aey-context-shell{border-radius:18px 18px 0 0!important}.aey-context-tabs{left:0!important;right:0!important;width:100%!important}}@media(max-width:860px){body{padding-bottom:58px!important}.aey-context-panel[data-open="1"] .aey-context-shell{height:min(64vh,560px)!important;grid-template-rows:minmax(0,1fr) 56px!important;border-radius:16px 16px 0 0!important}.aey-context-tabs{height:56px!important;min-height:56px!important;z-index:20!important;position:relative!important;box-shadow:0 -6px 14px #0e4f8814!important}.aey-context-tabs button{min-height:56px!important;height:56px!important;padding:4px 1px!important}.aey-context-tabs strong{font-size:9px!important;max-width:74px!important}.aey-context-tabs .aey-tab-icon{width:15px!important;height:15px!important}.aey-context-content{padding:14px 14px 78px!important;max-height:calc(64vh - 56px)!important;overflow-y:auto!important;overscroll-behavior:contain!important}.aey-context-head{min-height:auto!important;margin-bottom:8px!important;padding-right:36px!important}.aey-context-head h2{font-size:15px!important;line-height:1.1!important}.aey-context-head p{font-size:10px!important;line-height:1.15!important}.aey-pane-header{margin-bottom:8px!important;padding-bottom:8px!important}.aey-pane-header h3{font-size:15px!important}.aey-pane-action-btn{width:28px!important;height:28px!important;font-size:20px!important}.aey-files-toolbar{margin-bottom:10px!important;gap:8px!important}.aey-sync-btn{min-height:34px!important;padding:7px 12px!important;font-size:11px!important}.aey-file-day h4{font-size:12px!important;margin:8px 0 4px!important}.aey-file-row{min-height:24px!important;padding:1px 0!important;gap:3px!important;grid-template-columns:14px minmax(0,1fr) auto auto!important}.aey-file-icon{width:12px!important;height:14px!important}.aey-file-name{gap:5px!important}.aey-file-name small{font-size:11px!important}.aey-file-name strong{font-size:11.5px!important;max-width:100%!important}.aey-doc-tag{padding:1px 5px!important;font-size:9px!important}.aey-download-btn{width:20px!important;height:22px!important}.aey-time-item{padding-bottom:10px!important;gap:7px!important}.aey-time-line{min-height:48px!important}.aey-time-content strong{font-size:12px!important}.aey-time-content small,.aey-time-content em{font-size:11px!important}.aey-panel-form,.aey-panel-settings,.aey-panel-empty{padding:12px!important;border-radius:14px!important}.aey-drop-zone{min-height:150px!important;padding:14px 10px!important}.aey-drop-zone-title{font-size:13px!important}}@media(max-width:860px){.aey-context-panel[data-open="1"] .aey-context-content{font-size:11px!important}.aey-context-panel[data-open="1"] .aey-context-head h2{font-size:14px!important}.aey-context-panel[data-open="1"] .aey-context-head p{font-size:9.5px!important}.aey-context-panel[data-open="1"] .aey-pane-header h3{font-size:14px!important}.aey-context-panel[data-open="1"] .aey-file-day h4{font-size:11px!important}.aey-context-panel[data-open="1"] .aey-file-name small{font-size:10px!important;font-weight:800!important}.aey-context-panel[data-open="1"] .aey-file-name strong{font-size:10.5px!important;font-weight:500!important;line-height:1.15!important}.aey-context-panel[data-open="1"] .aey-doc-tag{font-size:8.5px!important;padding:1px 4px!important}.aey-context-panel[data-open="1"] .aey-dup-btn{font-size:9px!important}.aey-context-panel[data-open="1"] .aey-download-btn{transform:scale(.9)}.aey-context-panel[data-open="1"] .aey-time-content strong{font-size:11px!important}.aey-context-panel[data-open="1"] .aey-time-content small,.aey-context-panel[data-open="1"] .aey-time-content em{font-size:10px!important}.aey-context-panel[data-open="1"] .aey-note-card strong{font-size:11px!important}.aey-context-panel[data-open="1"] .aey-note-meta,.aey-context-panel[data-open="1"] .aey-note-card p{font-size:10px!important}.aey-context-panel[data-open="1"] .aey-sync-btn{font-size:10.5px!important;padding:7px 11px!important}.aey-context-tabs strong{font-size:8.5px!important}.aey-context-tabs em,.aey-context-tabs b[data-aey-new-files-badge]{font-size:9px!important}}.dashboard-trigger-bookmark,.dashboard-trigger-user,.filter-trigger-icon{position:relative;display:inline-block;flex:0 0 auto}.dashboard-trigger-bookmark{width:12px;height:16px;background:var(--primary);clip-path:polygon(0 0,100% 0,100% 100%,50% 78%,0 100%);border-radius:2px}.dashboard-trigger-user{width:16px;height:16px}.dashboard-trigger-user:before,.dashboard-trigger-user:after{content:"";position:absolute;left:50%;transform:translate(-50%);border:2px solid var(--primary);box-sizing:border-box}.dashboard-trigger-user:before{top:0;width:7px;height:7px;border-radius:50%;background:transparent}.dashboard-trigger-user:after{bottom:0;width:12px;height:7px;border-radius:8px 8px 4px 4px;border-top-width:2px}.filter-trigger-icon{width:16px;height:14px}.filter-trigger-icon:before,.filter-trigger-icon:after{content:"";position:absolute;left:0;right:0;height:2px;background:currentColor;border-radius:999px}.filter-trigger-icon:before{top:3px;box-shadow:0 6px 0 currentColor}.filter-trigger-icon:after{top:0;width:4px;height:4px;border-radius:50%;background:currentColor;box-shadow:10px 6px 0 currentColor}.dashboard-filter-modal>summary{gap:8px}.dashboard-popover-panel{overflow:hidden}.dashboard-quick-popover>summary,.dashboard-filter-modal>summary{white-space:nowrap}.dashboard-search-row{overflow:visible}@media(max-width:760px){.dashboard-search-row{grid-template-columns:minmax(0,1fr) 44px 44px 44px;gap:8px;align-items:center}.dashboard-main-search{grid-column:auto;min-width:0;height:42px}.dashboard-quick-popover>summary,.dashboard-filter-modal>summary{width:44px;min-width:44px;height:42px;padding:0;gap:0;justify-content:center}.dashboard-filter-modal>summary .filter-trigger-label{display:none}.dashboard-quick-popover>summary{font-size:0}.dashboard-popover-panel{position:fixed;left:16px;right:16px;top:320px;width:auto!important;max-width:none!important;max-height:calc(100vh - 390px);overflow:auto;z-index:1400;padding:10px}.dashboard-user-panel,.dashboard-small-panel{width:auto!important}.quick-filter-list{max-height:calc(100vh - 470px)}}@media(max-width:860px){.process-card,.proceso-card,.card-process{overflow:visible!important;z-index:1}.process-card:has(.card-menu[open]),.process-card:has(.kronym-menu[open]),.proceso-card:has(.card-menu[open]),.card-process:has(.card-menu[open]){z-index:1800!important}.card-menu,.kronym-menu{position:absolute!important;z-index:1900!important;pointer-events:auto!important}.card-menu>summary,.kronym-menu>summary{pointer-events:auto!important;touch-action:manipulation!important;cursor:pointer!important}.card-menu-content,.kronym-menu-content{position:absolute!important;right:0!important;top:calc(100% + 8px)!important;z-index:2000!important;pointer-events:auto!important;max-width:calc(100vw - 44px)!important}.aey-context-panel[data-open="0"]{pointer-events:none!important}.aey-context-panel[data-open="0"] .aey-context-shell,.aey-context-panel[data-open="0"] .aey-context-tabs,.aey-context-panel[data-open="0"] .aey-context-tabs button{pointer-events:auto!important}}@media(max-width:860px){.dashboard-filter-modal[open]{z-index:3000!important}.dashboard-filter-modal[open]>summary{z-index:3001!important;position:relative!important}.dashboard-filter-modal[open] .filter-modal-backdrop{z-index:3000!important;background:#0f172a6b!important}.dashboard-filter-modal[open] .filter-modal-card{position:relative!important;z-index:3002!important}.dashboard-filter-modal[open]~*,body:has(.dashboard-filter-modal[open]) .header-alert-icon,body:has(.dashboard-filter-modal[open]) .global-alert-trigger,body:has(.dashboard-filter-modal[open]) .notification-trigger,body:has(.dashboard-filter-modal[open]) .topbar-actions,body:has(.dashboard-filter-modal[open]) .header-actions{z-index:1!important}body:has(.dashboard-filter-modal[open]) .aey-context-panel{z-index:2500!important}}.sie-result-list{display:flex;flex-direction:column;align-items:flex-start;gap:3px}.winner-placeholder.is-winner{color:#005a9c;background:#005a9c1a;border-color:#005a9c38}.sie-participant-row{display:inline-flex;align-items:center;gap:5px;color:#94a3b8c7;opacity:.72;font-size:10.2px;font-weight:700;line-height:1.2;padding-left:8px}.sie-participant-icon{color:#94a3b8b8;opacity:.9;font-size:10px;line-height:1;display:inline-block;transform:translateY(-.5px)}.kronym-chip .tag-shape-icon{width:12px;height:9px;display:inline-block;flex:0 0 auto;position:relative;background:var(--tag-color, var(--primary));clip-path:polygon(0 0,76% 0,100% 50%,76% 100%,0 100%);border-radius:2px 1px 1px 2px;opacity:.96}.kronym-chip .tag-shape-icon:after{content:"";position:absolute;width:2.6px;height:2.6px;border-radius:999px;background:#fff;right:3px;top:50%;transform:translateY(-50%);opacity:.95}.kronym-chip.tag>i{width:12px;height:9px;border-radius:2px 1px 1px 2px;clip-path:polygon(0 0,76% 0,100% 50%,76% 100%,0 100%);position:relative;flex:0 0 auto}.folder-menu-item .folder-icon-shape{width:18px!important;height:13px!important;display:inline-block!important;position:relative!important;flex:0 0 18px!important;color:var(--folder-color, #0E4F88)!important;background:currentColor!important;border-radius:3px!important;opacity:.96!important;transform:translateY(1px);box-shadow:inset 0 -2px #0000001a}.folder-menu-item .folder-icon-shape:before{content:"";position:absolute;left:0;top:-4px;width:9px;height:5px;background:currentColor;border-radius:3px 3px 0 0}.folder-menu-item .folder-icon-shape:after{content:"";position:absolute;left:2px;right:2px;top:3px;height:1px;background:#ffffff61;border-radius:999px}.folder-menu-item .folder-label{color:var(--folder-color, #0E4F88)!important}.aey-drop-zone.is-dragging{background:#315bdc14;border-color:#1746c7;box-shadow:0 0 0 4px #315bdc1a}.aey-drop-zone.has-files{background:#10b98112;border-color:#0f9f6e}.aey-drop-zone.has-files .aey-drop-zone-title{color:#075f46}.aey-drop-zone.has-files .aey-drop-circle{background:#10b9811c;color:#0f9f6e}.aey-drop-zone input[type=file]{z-index:1}.aey-drop-selected{width:min(100%,330px);display:grid;gap:6px;margin-top:2px;position:relative;z-index:3;pointer-events:auto}.aey-drop-file-row{display:grid;grid-template-columns:minmax(0,1fr) 24px;align-items:center;gap:6px;border-radius:999px;background:#0f172a0f;color:#123064;font-size:11px;font-weight:800;padding:5px 5px 5px 10px}.aey-drop-file-row span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.aey-drop-file-row button{width:22px;height:22px;border:0;border-radius:999px;display:grid;place-items:center;background:#0f172a1a;color:#123064;cursor:pointer;font-size:14px;font-weight:900;line-height:1}.aey-drop-file-row button:hover{background:#dc262624;color:#991b1b}.aey-note-body{min-width:0}.aey-note-topline{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.aey-note-delete-btn{width:24px;height:24px;border:1px solid rgba(226,232,240,.95);background:#fff;border-radius:999px;color:#94a3b8;font-size:16px;font-weight:900;line-height:1;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;opacity:.55;transform:translateY(-2px);transition:opacity .16s ease,color .16s ease,border-color .16s ease,background .16s ease}.aey-note-card:hover .aey-note-delete-btn,.aey-note-delete-btn:focus-visible{opacity:1}.aey-note-delete-btn:hover{color:#dc2626;border-color:#dc262638;background:#fee2e2cc}.sie-result-list.infima-result-list .sie-participant-row{color:#64748bdb;opacity:1;padding-left:0}.sie-result-list.infima-result-list .sie-participant-icon{color:#64748bc7}.sidebar-footer{text-decoration:none;color:inherit}.dashboard-command-center{margin-top:0;margin-bottom:10px}.dashboard-search-row{grid-template-columns:minmax(190px,auto) minmax(320px,1fr) auto auto auto auto;gap:10px;align-items:center}.dashboard-title-compact strong{font-size:20px;letter-spacing:-.035em}.dashboard-title-compact span{font-size:11px}.dashboard-header-actions{display:inline-flex;align-items:center;gap:8px;min-width:max-content;position:relative;overflow:visible}.dashboard-header-actions .global-alert-wrapper{display:inline-flex;align-items:center;justify-content:center;position:relative;z-index:3000}.dashboard-header-actions .global-alert-button{width:38px;height:38px;min-width:38px;border-radius:999px;box-shadow:0 8px 22px #0e4f880d}.dashboard-header-actions .global-alert-button img{width:21px;height:21px}.dashboard-new-process-btn{min-height:38px;padding:0 15px;border-radius:999px;background:var(--primary);color:#fff;border:1px solid rgba(14,79,136,.28);box-shadow:0 8px 22px #0e4f8821;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;font-size:12px;font-weight:900;white-space:nowrap}.dashboard-new-process-btn:hover{background:#083f70;transform:translateY(-1px)}.new-process-mobile{display:none}.global-alert-panel-footer{display:flex;justify-content:flex-end;align-items:center;gap:8px;padding:10px 12px 12px;border-top:1px solid #edf2f7}.global-alert-panel-footer .btn{min-height:30px;padding:6px 10px;font-size:10.5px}@media(max-width:1200px){.dashboard-search-row{grid-template-columns:1fr auto auto auto auto}.dashboard-title-compact{grid-column:1 / -1}}@media(max-width:760px){.dashboard-command-center{margin-top:0}.dashboard-search-row{display:grid!important;grid-template-columns:repeat(4,42px) minmax(0,1fr);gap:8px;align-items:center}.dashboard-title-compact{grid-column:1 / -1!important;min-width:0}.dashboard-title-compact strong{font-size:18px}.dashboard-main-search{grid-column:1 / -1!important;height:42px;min-width:0}.dashboard-labels-popover,.dashboard-users-popover,.dashboard-filter-modal,.dashboard-header-actions{grid-row:auto}.dashboard-quick-popover>summary,.dashboard-filter-modal>summary{width:42px!important;min-width:42px!important;height:42px!important;padding:0!important;justify-content:center!important}.dashboard-filter-modal>summary .filter-trigger-label{display:none!important}.dashboard-header-actions{display:grid;grid-template-columns:42px 42px;gap:8px;grid-column:span 2;min-width:92px}.dashboard-header-actions .global-alert-wrapper,.dashboard-header-actions .global-alert-button,.dashboard-new-process-btn{width:42px!important;min-width:42px!important;height:42px!important;min-height:42px!important;padding:0!important;border-radius:999px!important}.new-process-desktop{display:none}.new-process-mobile{display:inline;font-size:22px;line-height:1;transform:translateY(-1px)}.dashboard-popover-panel{top:auto!important;left:14px!important;right:14px!important;width:auto!important;max-width:none!important}}@media(max-width:420px){.dashboard-search-row{grid-template-columns:repeat(4,40px) minmax(0,1fr);gap:7px}.dashboard-quick-popover>summary,.dashboard-filter-modal>summary,.dashboard-header-actions .global-alert-wrapper,.dashboard-header-actions .global-alert-button,.dashboard-new-process-btn{width:40px!important;min-width:40px!important;height:40px!important;min-height:40px!important}.dashboard-header-actions{grid-template-columns:40px 40px;min-width:87px;gap:7px}}.config-settings-layout{display:grid;grid-template-columns:260px minmax(0,1fr);gap:14px;align-items:start}.settings-side-nav{position:sticky;top:14px;background:#fff;border:1px solid var(--gray-200);border-radius:14px;padding:10px;box-shadow:0 10px 28px #0e4f880e}.settings-side-nav h3{margin:4px 8px 10px;color:#0f172a;font-size:12px;font-weight:900}.settings-side-nav a,.settings-side-nav span{display:flex;align-items:center;gap:9px;padding:9px 10px;border-radius:10px;color:#334155;text-decoration:none;font-size:11px;font-weight:800}.settings-side-nav a:hover,.settings-side-nav a.is-active{background:#eaf3fb;color:var(--primary)}.settings-side-nav span.is-disabled{color:#94a3b8;background:#f8fafc;cursor:not-allowed}.settings-side-nav small{margin-left:auto;color:#94a3b8;font-size:9px;font-weight:800;text-transform:uppercase}.settings-main-content{min-width:0}@media(max-width:900px){.config-settings-layout{grid-template-columns:1fr}.settings-side-nav{position:static;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.settings-side-nav h3{grid-column:1 / -1}}@media(max-width:520px){.settings-side-nav{grid-template-columns:1fr}}@media(max-width:760px){.dashboard-popover-panel{position:fixed!important;top:168px!important;bottom:auto!important;max-height:calc(100vh - 188px)!important;overflow:auto!important}.quick-filter-list{max-height:calc(100vh - 250px)!important}}.config-settings-layout .summary-grid{display:none!important}.config-settings-layout .settings-main-content>.portal-alert:first-child,.config-settings-layout .settings-main-content>.config-panel:first-child,.config-settings-layout .settings-main-content>.filter-card:first-child,.config-settings-layout .settings-main-content>.notification-summary-grid:first-child,.config-settings-layout .settings-main-content>.release-hero:first-child{margin-top:0}.settings-nav-icon{display:inline-flex;width:18px;min-width:18px;align-items:center;justify-content:center}.settings-side-nav a span:last-child,.settings-side-nav span span:last-child{min-width:0}@media(max-width:900px){.config-settings-layout .summary-grid{display:none!important}}.aey-import-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:12000;display:none;align-items:center;justify-content:center;padding:22px}.aey-import-modal.is-open{display:flex}.aey-import-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0f172a6b;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.aey-import-modal__card{position:relative;width:min(940px,calc(100vw - 32px));max-height:calc(100vh - 44px);overflow:auto;background:#fff;border:1px solid var(--gray-200);border-radius:22px;box-shadow:0 24px 80px #0f172a38;padding:16px}.aey-import-modal__head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding:2px 2px 12px;border-bottom:1px solid var(--gray-100)}.aey-import-modal__head strong{display:block;color:var(--gray-900);font-size:20px;font-weight:800;line-height:1.2}.aey-import-modal__head span{display:block;margin-top:4px;color:var(--gray-500);font-size:12px;font-weight:600}.aey-import-modal__close{display:inline-flex;width:36px;height:36px;align-items:center;justify-content:center;border:1px solid var(--gray-200);border-radius:12px;background:var(--gray-50);color:var(--gray-700);cursor:pointer;font-size:22px;font-weight:700;line-height:1}.aey-import-modal__close:hover{border-color:#0e4f8847;color:var(--primary)}.aey-import-modal__stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin:14px 0}.aey-import-modal__stats div{border:1px solid var(--gray-100);border-radius:14px;background:var(--gray-50);padding:10px 12px}.aey-import-modal__stats span{display:block;color:var(--gray-500);font-size:10px;font-weight:800;letter-spacing:.02em;text-transform:uppercase}.aey-import-modal__stats strong{display:block;margin-top:3px;color:var(--primary);font-size:20px;font-weight:900;line-height:1}.aey-import-modal__message{margin:0 0 12px;padding:10px 12px;border-radius:12px;font-size:12px;font-weight:700;line-height:1.45}.aey-import-modal__message.is-success{background:#e8f8ef;color:#047857;border:1px solid #b7ebcc}.aey-import-modal__message.is-error{background:#fef2f2;color:#b91c1c;border:1px solid #fecaca}.aey-import-form{display:grid;grid-template-columns:260px minmax(0,1fr) 160px;gap:10px;align-items:end}.aey-import-form label{display:grid;gap:6px;min-width:0}.aey-import-form label span{color:var(--gray-600);font-size:10px;font-weight:800;text-transform:uppercase}.aey-import-form select,.aey-import-form input[type=url]{width:100%;min-height:42px;border:1px solid var(--gray-200);border-radius:12px;background:var(--gray-50);color:var(--gray-800);font-size:12px;font-weight:700;padding:0 12px;outline:none}.aey-import-form select:focus,.aey-import-form input[type=url]:focus{border-color:var(--primary);box-shadow:0 0 0 3px #0e4f8814}.aey-import-form .btn{min-height:42px}.aey-import-modal__hint{margin:10px 0 0;color:var(--gray-500);font-size:11px;font-weight:600;line-height:1.45}.aey-import-modal__hint code{padding:1px 4px;border-radius:6px;background:var(--gray-100);color:var(--gray-700);font-size:10.5px}.aey-import-modal__foot{display:flex;justify-content:flex-end;gap:8px;margin-top:14px;padding-top:12px;border-top:1px solid var(--gray-100)}body.modal-open{overflow:hidden}@media(max-width:900px){.aey-import-modal{align-items:flex-end;padding:0}.aey-import-modal__card{width:100%;max-height:calc(100vh - 34px);border-radius:22px 22px 0 0;padding:14px}.aey-import-modal__stats{grid-template-columns:repeat(2,minmax(0,1fr))}.aey-import-form{grid-template-columns:1fr}.aey-import-modal__foot{flex-direction:column}.aey-import-modal__foot .btn,.aey-import-form .btn{width:100%}}.config-clean-topbar{margin-bottom:10px}.config-list-panel{background:#fff;border:1px solid var(--gray-200);border-radius:16px;padding:16px;box-shadow:0 10px 28px #0e4f880b}.config-list-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.config-list-head h2{margin:0;color:var(--primary);font-size:17px;font-weight:900}.config-list-actions{display:inline-flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.btn.btn-compact{min-height:34px;padding:0 14px;border-radius:999px;font-size:11px;font-weight:900}.simple-admin-table-wrap{width:100%;overflow-x:auto}.simple-admin-table{width:100%;border-collapse:collapse;min-width:760px}.simple-admin-table th{background:var(--gray-50);border-bottom:1px solid var(--gray-200);color:var(--gray-500);font-size:10px;font-weight:900;letter-spacing:.02em;padding:12px 10px;text-align:left;text-transform:uppercase}.simple-admin-table td{border-bottom:1px solid var(--gray-100);color:var(--gray-700);font-size:12px;font-weight:700;padding:12px 10px;vertical-align:middle}.simple-admin-table tbody tr:hover td{background:#f8fbfe}.admin-name-cell{display:flex;align-items:center;gap:10px;min-width:0}.admin-name-cell strong{display:block;color:var(--gray-900);font-size:12px;font-weight:900;line-height:1.2}.admin-name-cell small{display:block;margin-top:3px;color:var(--gray-500);font-size:10.5px;font-weight:700;line-height:1.25}.admin-icon-dot{width:24px;min-width:24px;height:24px;border-radius:7px;display:inline-flex;align-items:center;justify-content:center;background:var(--item-color, #0E4F88);color:#fff;font-size:12px;box-shadow:inset 0 0 0 1px #ffffff57}.admin-icon-dot.tag-icon,.admin-icon-dot.folder-icon{color:#fff;font-size:13px}.admin-icon-dot.field-icon{background:#eef6ff;color:var(--primary);border:1px solid #d6e7f5}.admin-actions-cell{width:84px;text-align:left}.row-actions-menu{position:relative;display:inline-block}.row-actions-menu summary{list-style:none;width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--gray-200);border-radius:12px;background:#fff;color:var(--primary);cursor:pointer;font-size:18px;font-weight:900;line-height:1}.row-actions-menu summary::-webkit-details-marker{display:none}.row-actions-menu[open] summary,.row-actions-menu summary:hover{background:#eaf3fb;border-color:#0e4f8838}.row-actions-menu>div{position:absolute;right:0;top:calc(100% + 6px);min-width:168px;z-index:30;background:#fff;border:1px solid var(--gray-200);border-radius:12px;padding:6px;box-shadow:0 18px 44px #0f172a29}.row-actions-menu button,.row-actions-menu a{width:100%;display:flex;align-items:center;border:0;border-radius:9px;background:transparent;color:var(--gray-700);cursor:pointer;font:inherit;font-size:11px;font-weight:850;padding:9px 10px;text-align:left;text-decoration:none}.row-actions-menu button:hover,.row-actions-menu a:hover{background:#f1f7fc;color:var(--primary)}.empty-table-cell{color:var(--gray-500)!important;font-weight:800!important;text-align:center;padding:24px!important}.aey-modal-shell{position:fixed;top:0;right:0;bottom:0;left:0;z-index:13000;display:none;align-items:center;justify-content:center;padding:22px}.aey-modal-shell.is-open{display:flex}.aey-modal-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0f172a6b;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.aey-modal-card{position:relative;width:min(720px,calc(100vw - 32px));max-height:calc(100vh - 44px);overflow:auto;background:#fff;border:1px solid var(--gray-200);border-radius:22px;box-shadow:0 24px 80px #0f172a38;padding:16px}.aey-modal-card header{display:flex;justify-content:space-between;gap:14px;padding-bottom:12px;margin-bottom:12px;border-bottom:1px solid var(--gray-100)}.aey-modal-card header strong{display:block;color:var(--gray-900);font-size:20px;font-weight:900;line-height:1.2}.aey-modal-card header span{display:block;margin-top:4px;color:var(--gray-500);font-size:12px;font-weight:700}.aey-modal-card header button{width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--gray-200);border-radius:12px;background:var(--gray-50);color:var(--gray-700);cursor:pointer;font-size:22px;font-weight:800}.modal-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.modal-form-grid label{display:grid;gap:6px;min-width:0}.modal-form-grid label>span,.modal-form-grid .switch-line span{color:var(--gray-600);font-size:10px;font-weight:900;letter-spacing:.02em;text-transform:uppercase}.modal-form-grid input[type=text],.modal-form-grid input[type=email],.modal-form-grid input[type=password],.modal-form-grid input[type=number],.modal-form-grid select,.modal-form-grid textarea{width:100%;min-height:42px;border:1px solid var(--gray-200);border-radius:12px;background:var(--gray-50);color:var(--gray-800);font-size:12px;font-weight:750;padding:0 12px;outline:none}.modal-form-grid textarea{min-height:96px;padding-top:10px;resize:vertical}.modal-form-grid input:focus,.modal-form-grid select:focus,.modal-form-grid textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px #0e4f8814}.modal-form-grid .full-span{grid-column:1 / -1}.modal-form-grid .switch-line{display:flex;align-items:center;gap:8px;min-height:42px;padding:0 12px;border:1px solid var(--gray-200);border-radius:12px;background:var(--gray-50)}.modal-form-grid .switch-line input{width:16px;height:16px;accent-color:var(--primary)}.modal-form-grid footer{grid-column:1 / -1;display:flex;justify-content:flex-end;gap:8px;padding-top:8px;border-top:1px solid var(--gray-100)}.aey-color-picker{display:flex;align-items:center;gap:10px;min-height:42px;border:1px solid var(--gray-200);border-radius:12px;background:var(--gray-50);padding:6px 8px}.aey-color-preview{width:28px;height:28px;min-width:28px;border-radius:9px;background:var(--picked-color, #0E4F88);box-shadow:inset 0 0 0 2px #ffffffd1,0 0 0 1px #0f172a1f}.aey-color-swatches{display:flex;flex-wrap:wrap;gap:6px}.aey-color-swatch{width:22px;height:22px;border:2px solid #fff;border-radius:999px;background:var(--swatch-color, #0E4F88);cursor:pointer;box-shadow:0 0 0 1px #0f172a24}.aey-color-swatch.is-selected{box-shadow:0 0 0 2px var(--primary)}.roles-modal-card{width:min(820px,calc(100vw - 32px))}.role-grid-modal{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.role-grid-modal div{border:1px solid var(--gray-200);border-radius:14px;background:#f8fbfe;padding:14px}.role-grid-modal strong{color:var(--primary);font-size:14px;font-weight:900}.role-grid-modal p{color:var(--gray-700);font-size:12px;font-weight:650;line-height:1.4;margin:6px 0 0}.aey-import-modal__head{margin-bottom:12px}.aey-import-modal__stats,.aey-import-modal__hint{display:none!important}@media(max-width:900px){.config-list-head{align-items:flex-start;flex-direction:column}.config-list-actions,.config-list-actions .btn,.config-list-head>.btn{width:100%}.simple-admin-table{min-width:620px}.aey-modal-shell{align-items:flex-end;padding:0}.aey-modal-card{width:100%;max-height:calc(100vh - 34px);border-radius:22px 22px 0 0}.modal-form-grid,.role-grid-modal{grid-template-columns:1fr}.modal-form-grid footer{flex-direction:column}.modal-form-grid footer .btn{width:100%}}.aey-color-picker{position:relative;display:flex;align-items:center;gap:10px;min-height:44px;border:1px solid var(--gray-200);border-radius:14px;background:linear-gradient(180deg,#fff,#f8fbfe);padding:7px 10px}.aey-color-trigger{width:32px;height:32px;min-width:32px;border:1px solid rgba(15,23,42,.12);border-radius:11px;background:conic-gradient(from 90deg,red,#ff0,#0f0,#0ff,#00f,#f0f,red);padding:2px;cursor:pointer;box-shadow:0 6px 16px #0f172a1a}.aey-color-trigger span,.aey-color-preview span{display:block;width:100%;height:100%;border-radius:9px;background:var(--picked-color, #0E4F88);box-shadow:inset 0 0 0 2px #ffffffc7}.aey-color-picker input[type=color][data-color-native]{width:34px;height:34px;border:0;border-radius:12px;background:transparent;cursor:pointer;padding:0}.aey-color-picker input[type=color][data-color-native]::-webkit-color-swatch-wrapper{padding:0}.aey-color-picker input[type=color][data-color-native]::-webkit-color-swatch{border:1px solid rgba(15,23,42,.12);border-radius:10px}.aey-color-picker input[type=text][data-color-hex]{width:94px;min-height:34px;border:1px solid var(--gray-200);border-radius:10px;background:#fff;color:var(--gray-700);font-size:11px;font-weight:850;text-transform:uppercase;padding:0 10px}.aey-color-swatches,.aey-color-swatch{display:none!important}.admin-icon-dot.folder-icon,.admin-icon-dot.tag-icon{background:transparent!important;box-shadow:none!important;border-radius:0!important;color:var(--item-color, #0E4F88)!important;position:relative}.admin-icon-dot.folder-icon:before{content:"";width:24px;height:17px;display:block;background:currentColor;border-radius:5px;box-shadow:inset 0 -3px #0000001c,0 1px 2px #0f172a14}.admin-icon-dot.folder-icon:after{content:"";position:absolute;left:3px;top:3px;width:12px;height:6px;background:currentColor;border-radius:4px 4px 0 0;transform:translateY(-5px)}.admin-icon-dot.tag-icon:before{content:"";width:13px;height:20px;display:block;background:currentColor;border-radius:3px 3px 2px 2px;clip-path:polygon(0 0,100% 0,100% 100%,50% 78%,0 100%);box-shadow:0 1px 2px #0f172a14}.convalidation-chip{display:inline-flex;align-items:center;justify-content:center;min-height:26px;padding:0 10px;border-radius:999px;font-size:10px;font-weight:900;letter-spacing:.01em;white-space:nowrap;border:1px solid transparent}.convalidation-chip.is-sin,.convalidation-menu-item.is-sin{background:#f1f5f9;color:#475569;border-color:#e2e8f0}.convalidation-chip.is-pendiente,.convalidation-menu-item.is-pendiente{background:#fff7ed;color:#c2410c;border-color:#fed7aa}.convalidation-chip.is-presentada,.convalidation-menu-item.is-presentada{background:#ecfdf5;color:#047857;border-color:#a7f3d0}.convalidation-chip.is-vencida,.convalidation-menu-item.is-vencida{background:#fef2f2;color:#b91c1c;border-color:#fecaca}.convalidation-menu-list{display:grid;gap:6px}.convalidation-menu-item{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:2px;border:1px solid var(--gray-200);border-radius:12px;cursor:pointer;padding:9px 10px;text-align:left}.convalidation-menu-item span{font-size:11px;font-weight:900}.convalidation-menu-item small{font-size:10px;font-weight:750;opacity:.84}.convalidation-menu-item.is-active{box-shadow:0 0 0 2px #0e4f8829}.aey-note-actions{display:inline-flex;align-items:center;gap:6px;margin-left:auto}.aey-note-edit-btn,.aey-note-delete-btn{width:24px;height:24px;border-radius:50%;border:1px solid rgba(14,79,136,.12);background:#f8fafc;color:#0f2a44;font-weight:900;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:.16s ease}.aey-note-edit-btn:hover,.aey-note-delete-btn:hover{background:#eaf4ff;border-color:#0e4f8847;transform:translateY(-1px)}.aey-note-delete-btn{color:#94a3b8}.aey-note-delete-btn:hover{color:#dc2626;background:#fff1f2;border-color:#dc262638}.aey-note-card.is-convalidation-note .aey-note-bar{background:#0e4f88}.aey-note-card.is-convalidation-note{background:linear-gradient(180deg,#fff,#f8fbff)}.aey-note-edit-form{margin-top:12px;padding:12px;border:1px solid rgba(14,79,136,.12);border-radius:16px;background:#f8fafc}.aey-convalidation-form select,.aey-note-edit-form select,.aey-panel-form select{width:100%;min-height:42px;border:1px solid #cfe0f2;border-radius:12px;background:#f8fafc;color:#0f2a44;font-weight:800;padding:0 12px;outline:none}.aey-convalidation-form select:focus,.aey-note-edit-form select:focus,.aey-panel-form select:focus{border-color:#0e4f88;box-shadow:0 0 0 3px #0e4f881f;background:#fff}.aey-convalidation-form .aey-drop-zone,.aey-note-edit-form .aey-drop-zone{margin-top:8px}.aey-pane-menu button[data-aey-open-convalidation]{color:#0e4f88;font-weight:900}.aey-page-shell{padding:1.2rem;max-width:1680px;margin:0 auto}.aey-functional-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;background:#fff;border:1px solid rgba(14,79,136,.1);box-shadow:0 14px 45px #0f172a0f;border-radius:22px;padding:1rem 1.1rem;margin-bottom:1rem}.aey-functional-title h1{margin:0;color:#0f172a;font-size:1.35rem}.aey-functional-title span{display:block;color:#64748b;font-size:.82rem;margin-top:.2rem}.aey-functional-filters{display:flex;align-items:center;gap:.55rem;flex-wrap:wrap}.aey-functional-filters select,.aey-functional-filters input{min-height:38px;border:1px solid #dbe5ef;border-radius:12px;padding:0 .75rem;background:#fff;font:inherit}.aey-toast{padding:.75rem 1rem;border-radius:14px;margin-bottom:.8rem;font-weight:700}.aey-toast.error{background:#fee2e2;color:#991b1b}.aey-toast.success{background:#dcfce7;color:#166534}.ganados-mini-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem;margin-bottom:1rem}.ganados-mini-summary>div{background:#fff;border:1px solid rgba(14,79,136,.1);border-radius:18px;padding:1rem;box-shadow:0 14px 40px #0f172a0d}.ganados-mini-summary span{display:block;color:#64748b;font-size:.8rem}.ganados-mini-summary strong{display:block;color:#0f172a;font-size:1.1rem;margin-top:.25rem}.ganador-table-v2-wrap{overflow-x:scroll;scrollbar-gutter:stable both-edges;padding-bottom:.65rem}.ganador-table-v2-wrap::-webkit-scrollbar{height:12px}.ganador-table-v2-wrap::-webkit-scrollbar-thumb{background:#b9c7d6;border-radius:20px}.ganador-table-v2{min-width:1380px}.ganador-code-v2 strong,.ganador-code-v2 span,.ganador-code-v2 small,.ganador-code-v2 em{display:block}.ganador-code-v2 em{font-style:normal;color:#64748b;margin-top:.25rem;font-size:.75rem}.sticky-action-col{position:sticky;right:0;background:#fff;box-shadow:-10px 0 18px #0f172a0a;z-index:2}.ganador-table thead .sticky-action-col{background:#f8fafc}.aey-modal[aria-hidden=true]{display:none}.aey-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2000;display:grid;place-items:center;padding:1rem}.aey-modal-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0f172a80;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.aey-modal-card{position:relative;background:#fff;border-radius:24px;width:min(980px,96vw);max-height:92vh;overflow:auto;box-shadow:0 30px 90px #0206174d;border:1px solid rgba(255,255,255,.5)}.aey-modal-card.wide{width:min(1280px,98vw)}.aey-modal-head{position:sticky;top:0;z-index:3;display:flex;align-items:center;justify-content:space-between;gap:1rem;background:linear-gradient(135deg,#0e4f88,#0b6ba8);color:#fff;padding:1rem 1.25rem}.aey-modal-head strong{font-size:1.05rem}.aey-modal-head span{display:block;font-size:.78rem;opacity:.85}.aey-modal-head button,.aey-modal-close{border:0;background:#ffffff26;color:#fff;border-radius:12px;width:34px;height:34px;font-size:1.1rem;cursor:pointer}.aey-modal-foot{display:flex;justify-content:flex-end;gap:.65rem;padding:1rem 1.25rem;border-top:1px solid #e2e8f0;background:#f8fafc}.ganador-update-card{width:min(1160px,98vw)}.ganado-step-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;padding:1rem}.ganado-step-block{border:1px solid #e2e8f0;border-radius:18px;padding:1rem;background:#fff}.ganado-step-block h3{margin:0 0 .75rem;color:#0f172a}.ganador-form-grid.compact{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.ganador-form-grid label,.finance-form-grid label{display:flex;flex-direction:column;gap:.3rem;color:#334155;font-size:.8rem;font-weight:700}.ganador-form-grid input,.ganador-form-grid select,.ganador-form-grid textarea,.finance-form-grid input,.finance-form-grid select,.finance-form-grid textarea{border:1px solid #dbe5ef;border-radius:12px;padding:.65rem .75rem;font:inherit;background:#fff}.file-drop-lite{border:1px dashed #aac1d6!important;border-radius:14px;padding:.65rem;background:#f8fbff}.ganador-observaciones{display:flex;flex-direction:column;gap:.35rem;padding:0 1rem 1rem;color:#334155;font-weight:700}.ganador-observaciones textarea{border:1px solid #dbe5ef;border-radius:14px;padding:.75rem;font:inherit}.ganado-toggle-line{display:flex;justify-content:space-between;align-items:center;gap:1rem}.switch-line{display:flex!important;align-items:center!important;flex-direction:row!important;gap:.5rem}.switch-line input{display:none}.switch-line span{width:44px;height:24px;border-radius:20px;background:#cbd5e1;position:relative}.switch-line span:after{content:"";position:absolute;width:18px;height:18px;border-radius:50%;background:#fff;top:3px;left:3px;transition:.18s}.switch-line input:checked+span{background:#0e4f88}.switch-line input:checked+span:after{left:23px}.exec-dashboard-head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1rem}.exec-dashboard-head h1{margin:0;font-size:1.8rem;color:#0f172a}.exec-dashboard-head p{margin:.25rem 0 0;color:#64748b}.exec-dashboard-date{text-align:right;font-weight:800;color:#0e4f88}.exec-dashboard-date span{display:block;color:#64748b;font-weight:600;font-size:.75rem}.exec-kpi-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:.8rem;margin-bottom:1rem}.exec-kpi-grid article,.exec-card{background:#fff;border:1px solid rgba(14,79,136,.1);border-radius:22px;padding:1rem;box-shadow:0 14px 45px #0f172a0f}.exec-kpi-grid span{display:block;color:#64748b;font-size:.78rem}.exec-kpi-grid strong{display:block;color:#0f172a;font-size:1.35rem;margin:.25rem 0}.exec-kpi-grid small{color:#64748b}.exec-kpi-grid .danger strong{color:#dc2626}.dashboard-grid-2{display:grid;grid-template-columns:1.4fr .8fr;gap:1rem;margin-bottom:1rem}.dashboard-grid-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.exec-card-head{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.8rem}.exec-card-head h2{margin:0;font-size:1rem;color:#0f172a}.exec-card-head span{font-size:.75rem;color:#64748b}.meta-main strong{font-size:1.8rem;color:#0e4f88}.meta-main span,.meta-main em{display:block;color:#64748b;font-style:normal}.meta-row{margin-top:.85rem}.meta-row>div{display:flex;flex-direction:column}.meta-row>span{float:right;font-weight:800;color:#0e4f88}.meta-progress,.bar-row div{height:9px;background:#e2e8f0;border-radius:999px;overflow:hidden;margin-top:.35rem}.meta-progress i,.bar-row i{display:block;height:100%;border-radius:999px;background:#0e4f88}.attention-item{display:block;text-decoration:none;color:#0f172a;border:1px solid #e2e8f0;border-radius:14px;padding:.65rem;margin-bottom:.55rem}.attention-item span,.attention-item small{display:block;color:#64748b}.bar-row{margin-bottom:.75rem}.bar-row span{color:#334155;font-weight:700}.bar-row strong{float:right;color:#0f172a}.bar-row small{display:block;color:#64748b;margin-top:.2rem}.conv-dashboard-row{display:flex;justify-content:space-between;align-items:center;border-radius:14px;padding:.75rem;margin-bottom:.55rem;background:#f1f5f9}.conv-dashboard-row.is-pendiente{background:#ffedd5;color:#9a3412}.conv-dashboard-row.is-presentada{background:#dcfce7;color:#166534}.conv-dashboard-row.is-vencida{background:#fee2e2;color:#991b1b}.finance-action-dock{display:grid;grid-template-columns:repeat(8,52px);gap:.7rem;align-items:center;margin:1rem 0}.finance-action-dock button{width:52px;height:52px;border:1px solid rgba(14,79,136,.14);background:#fff;color:#0e4f88;border-radius:16px;font-size:1.35rem;font-weight:900;box-shadow:0 10px 25px #0f172a12;cursor:pointer}.finance-action-dock button:hover{background:#0e4f88;color:#fff}.fin-kpi-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.8rem}.fin-kpi-grid article{background:#fff;border:1px solid rgba(14,79,136,.1);border-radius:18px;padding:1rem}.fin-kpi-grid span{color:#64748b}.fin-kpi-grid strong{display:block;margin-top:.25rem;font-size:1.15rem;color:#0f172a}.finance-history-filter{margin:1rem 0}.finance-ledger-wrap{overflow:auto;background:#fff;border:1px solid #e2e8f0;border-radius:18px}.finance-ledger{width:100%;min-width:980px;border-collapse:collapse}.finance-ledger th,.finance-ledger td{padding:.8rem;border-bottom:1px solid #e2e8f0;text-align:left;vertical-align:top}.finance-ledger th{background:#f8fafc;color:#475569;font-size:.78rem;text-transform:uppercase}.finance-ledger small{display:block;color:#64748b}.finance-type{display:inline-block;border-radius:999px;padding:.25rem .55rem;background:#e2e8f0;font-weight:800;font-size:.72rem}.finance-type.ingreso{background:#dcfce7;color:#166534}.finance-type.gasto{background:#fee2e2;color:#991b1b}.finance-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem;padding:1rem}.finance-wide{grid-column:1/-1}.finance-block-table{padding:1rem;display:grid;gap:.55rem}.finance-block-table>div{display:grid;grid-template-columns:1fr .8fr 1fr 1.2fr 1fr .8fr .9fr 1.3fr;gap:.45rem}.finance-block-table input,.finance-block-table select,.inline-config-form input,.inline-config-form select{border:1px solid #dbe5ef;border-radius:10px;padding:.55rem;font:inherit}.inline-config-form{display:flex;flex-wrap:wrap;gap:.45rem;margin-bottom:.8rem}.finance-config-grid{display:grid;gap:1rem}.empty-soft{background:#f8fafc;border-radius:14px;padding:1rem;color:#64748b;text-align:center}@media(max-width:1100px){.exec-kpi-grid{grid-template-columns:repeat(3,1fr)}.dashboard-grid-2,.dashboard-grid-3,.ganado-step-grid{grid-template-columns:1fr}.ganados-mini-summary,.fin-kpi-grid{grid-template-columns:repeat(2,1fr)}.finance-action-dock{grid-template-columns:repeat(4,52px)}}@media(max-width:700px){.aey-functional-header{align-items:stretch;flex-direction:column}.aey-functional-filters{display:grid;grid-template-columns:1fr auto;align-items:center}.aey-functional-filters .search-box{grid-column:1/-1}.exec-kpi-grid,.ganados-mini-summary,.fin-kpi-grid,.ganador-form-grid.compact,.finance-form-grid{grid-template-columns:1fr}.finance-action-dock{grid-template-columns:repeat(4,48px)}.finance-action-dock button{width:48px;height:48px}.exec-dashboard-head{flex-direction:column}.finance-block-table>div{grid-template-columns:1fr;gap:.35rem}.aey-page-shell{padding:.75rem}}.aey-dashboard-pro{max-width:1680px;margin:0 auto;padding:1.15rem 1.4rem 2rem}.dash-pro-header{display:grid;grid-template-columns:minmax(220px,1fr) minmax(300px,520px) auto;align-items:center;gap:1rem;margin-bottom:1rem}.dash-eyebrow{margin:0 0 .15rem;color:#0e4f88;font-size:.72rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.dash-pro-header h1{margin:0;color:#0f172a;font-size:1.9rem;letter-spacing:-.04em}.dash-pro-header span{display:block;color:#64748b;font-size:.86rem;margin-top:.12rem}.dash-pro-search{height:48px;background:#fff;border:1px solid #dbe5ef;border-radius:16px;box-shadow:0 12px 35px #0f172a0d;display:flex;align-items:center;gap:.6rem;padding:0 .9rem}.dash-pro-search span{color:#0e4f88;font-weight:900;margin:0;font-size:1rem}.dash-pro-search input{border:0;outline:0;width:100%;font:inherit;color:#0f172a;background:transparent}.dash-pro-date{background:#fff;border:1px solid #dbe5ef;border-radius:16px;min-width:155px;padding:.65rem .85rem;text-align:right;box-shadow:0 12px 35px #0f172a0d}.dash-pro-date strong{display:block;color:#0e4f88;font-size:.9rem}.dash-pro-date small{display:block;color:#64748b;font-size:.72rem;margin-top:.1rem}.dash-kpi-board{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:.9rem;margin-bottom:1rem}.dash-kpi-card{min-height:116px;background:#fff;border:1px solid rgba(14,79,136,.1);border-radius:22px;box-shadow:0 18px 45px #0f172a12;padding:1rem;position:relative;overflow:hidden}.dash-kpi-card:after{content:"";position:absolute;right:-28px;top:-28px;width:92px;height:92px;border-radius:50%;background:#0e4f880f}.kpi-ico{width:42px;height:42px;border-radius:15px;display:grid;place-items:center;font-style:normal;font-weight:900;margin-bottom:.7rem;background:#e8f2ff;color:#0e4f88}.kpi-ico.green{background:#dcfce7;color:#166534}.kpi-ico.red{background:#fee2e2;color:#b91c1c}.kpi-ico.violet{background:#ede9fe;color:#6d28d9}.kpi-ico.amber{background:#fef3c7;color:#b45309}.kpi-ico.cyan{background:#cffafe;color:#0e7490}.dash-kpi-card span{display:block;color:#64748b;font-size:.78rem;font-weight:800}.dash-kpi-card strong{display:block;color:#0f172a;font-size:1.65rem;line-height:1.05;margin:.18rem 0;letter-spacing:-.03em}.dash-kpi-card small{color:#64748b;font-weight:700;font-size:.74rem}.dash-kpi-card.danger strong{color:#dc2626}.dash-main-grid{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(360px,.75fr);gap:1rem;margin-bottom:1rem}.dash-lower-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;align-items:start}.dash-activity-panel{grid-column:1/-1}.dash-panel{background:#fff;border:1px solid rgba(14,79,136,.1);border-radius:24px;padding:1rem;box-shadow:0 18px 45px #0f172a12}.dash-panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:.85rem}.dash-panel-head h2{margin:0;color:#0f172a;font-size:1rem}.dash-panel-head span{display:block;color:#64748b;font-size:.75rem;margin-top:.15rem}.dash-panel-head>a{color:#0e4f88;text-decoration:none;font-weight:800;font-size:.78rem}.dash-panel-head>strong{color:#0e4f88;font-size:1.35rem;white-space:nowrap}.dash-goal-highlight{display:flex;align-items:center;justify-content:space-between;gap:1rem;background:linear-gradient(135deg,#0e4f88,#0a7aba);color:#fff;border-radius:18px;padding:.9rem 1rem;margin-bottom:.9rem}.dash-goal-highlight span{font-size:.8rem;opacity:.88;font-weight:700}.dash-goal-highlight strong{font-size:1.3rem}.dash-goal-row{display:grid;grid-template-columns:1fr auto;gap:.5rem .9rem;align-items:center;padding:.55rem 0;border-bottom:1px solid #edf2f7}.dash-goal-row:last-child{border-bottom:0}.dash-goal-row b{display:block;color:#0f172a}.dash-goal-row small{display:block;color:#64748b;margin-top:.1rem}.dash-goal-row em{font-style:normal;color:#0e4f88;font-weight:900}.dash-progress{grid-column:1/-1;height:10px;border-radius:999px;background:#e2e8f0;overflow:hidden}.dash-progress i{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,#0e4f88,#1d9bd1)}.dash-attention-panel{max-height:530px;overflow:auto}.dash-alert-row{display:block;padding:.72rem .85rem;border:1px solid #e2e8f0;border-radius:16px;text-decoration:none;color:#0f172a;margin-bottom:.55rem;background:linear-gradient(180deg,#fff,#fbfdff)}.dash-alert-row:hover{border-color:#0e4f88;box-shadow:0 10px 24px #0e4f8814}.dash-alert-row b{display:block;color:#0e4f88;font-size:.84rem}.dash-alert-row span,.dash-alert-row small{display:block;color:#64748b;font-size:.76rem;margin-top:.1rem}.dash-bar-line{margin-bottom:.82rem}.dash-bar-line>div{display:flex;justify-content:space-between;gap:1rem;align-items:center}.dash-bar-line span{font-weight:800;color:#334155;font-size:.82rem}.dash-bar-line b{color:#0f172a;font-size:.82rem}.dash-bar-line p{height:10px;background:#e2e8f0;border-radius:999px;overflow:hidden;margin:.35rem 0 0}.dash-bar-line p i{display:block;height:100%;border-radius:999px}.dash-bar-line small{display:block;color:#64748b;font-size:.72rem;margin-top:.2rem}.dash-donut-wrap{display:grid;grid-template-columns:160px 1fr;gap:1rem;align-items:center}.dash-donut{width:150px;height:150px;border-radius:50%;background:conic-gradient(#64748b 0,#64748b calc(var(--a)*1%),#f59e0b calc(var(--a)*1%),#f59e0b calc((var(--a) + var(--b))*1%),#16a34a calc((var(--a) + var(--b))*1%),#16a34a calc((var(--a) + var(--b) + var(--c))*1%),#dc2626 calc((var(--a) + var(--b) + var(--c))*1%),#dc2626);position:relative;display:grid;place-items:center;color:#0f172a}.dash-donut:after{content:"";position:absolute;top:24px;right:24px;bottom:24px;left:24px;background:#fff;border-radius:50%;box-shadow:inset 0 0 0 1px #e2e8f0}.dash-donut strong,.dash-donut span{position:relative;z-index:1;display:block;text-align:center}.dash-donut strong{font-size:1.5rem;margin-top:1.4rem}.dash-donut span{color:#64748b;font-size:.72rem;margin-top:-1.2rem;font-weight:700}.dash-donut-legend{display:grid;gap:.48rem}.dash-donut-legend div{display:grid;grid-template-columns:12px 1fr auto;gap:.5rem;align-items:center;font-size:.82rem;color:#334155}.dash-donut-legend i{width:10px;height:10px;border-radius:50%;background:#64748b}.dash-donut-legend .is-pendiente i{background:#f59e0b}.dash-donut-legend .is-presentada i{background:#16a34a}.dash-donut-legend .is-vencida i{background:#dc2626}.dash-activity-row{display:grid;grid-template-columns:12px 1fr auto;align-items:center;gap:.7rem;padding:.65rem 0;border-bottom:1px solid #edf2f7}.dash-activity-row:last-child{border-bottom:0}.dash-activity-row i{width:10px;height:10px;border-radius:50%;background:#16a34a}.dash-activity-row i.red{background:#dc2626}.dash-activity-row b{display:block;color:#0f172a;font-size:.82rem}.dash-activity-row span{color:#64748b;font-size:.76rem}.dash-activity-row strong{font-size:.85rem;color:#0e4f88}.ganados-header-v2{position:sticky;top:.65rem;z-index:20;margin-bottom:.85rem}.ganados-header-v2 .aey-functional-title h1{font-size:1.2rem}.ganados-header-v2 .aey-functional-title span{font-size:.76rem}.ganados-header-v2 .aey-functional-filters .search-box{min-width:260px}.ganador-table-v2-wrap{overflow-x:scroll!important;overflow-y:visible;background:#fff;border:1px solid rgba(14,79,136,.12);border-radius:20px;padding:.55rem .55rem .95rem;box-shadow:0 18px 45px #0f172a0f;scrollbar-gutter:stable both-edges}.ganador-table-v2-wrap::-webkit-scrollbar{height:13px!important;display:block!important}.ganador-table-v2-wrap::-webkit-scrollbar-track{background:#eef4f9;border-radius:999px}.ganador-table-v2-wrap::-webkit-scrollbar-thumb{background:#0e4f88!important;border-radius:999px;border:3px solid #eef4f9}.ganador-table-v2{width:100%;min-width:1620px!important;border-collapse:separate;border-spacing:0 10px;table-layout:fixed}.ganador-table-v2 thead th{position:sticky;top:0;z-index:4;background:#f8fafc;color:#334155;font-size:.75rem;text-transform:uppercase;letter-spacing:.02em;text-align:left;padding:.75rem .8rem;border-bottom:1px solid #dbe5ef;white-space:nowrap}.ganador-table-v2 tbody tr{background:#fff;box-shadow:0 0 0 1px #e4edf5}.ganador-table-v2 tbody td{background:#fff;vertical-align:top;padding:.9rem .8rem;border-top:1px solid #e4edf5;border-bottom:1px solid #e4edf5;font-size:.82rem;line-height:1.28}.ganador-table-v2 tbody td:first-child{border-left:4px solid var(--estado-color,#0E4F88);border-radius:16px 0 0 16px}.ganador-table-v2 tbody td:last-child{border-radius:0 16px 16px 0;border-right:1px solid #e4edf5}.ganador-code-v2 a{display:block;color:#0e4f88;font-weight:900;text-decoration:none;margin-bottom:.18rem}.ganador-code-v2 small{color:#64748b;font-weight:700;margin-bottom:.18rem}.ganador-code-v2 strong{color:#0f172a;font-size:.83rem;line-height:1.2;margin-bottom:.16rem}.ganador-code-v2 span{color:#334155;font-size:.78rem;line-height:1.25;max-width:330px}.ganador-code-v2 em{color:#64748b;font-size:.72rem;font-weight:700;margin-top:.28rem}.ganador-status{display:inline-flex;align-items:center;border-radius:999px;padding:.3rem .62rem;font-size:.74rem;font-weight:900;white-space:nowrap}.ganador-pill.neutral{display:inline-flex;background:#f1f5f9;color:#334155;border-radius:999px;padding:.3rem .6rem;font-weight:900;font-size:.74rem}.ganador-date-cell span,.ganador-money-cell span{display:block;margin-bottom:.18rem;color:#475569}.ganador-date-cell strong,.ganador-money-cell strong{color:#0f172a}.ganador-date-cell small,.ganador-money-cell small{display:block;color:#64748b;margin:.15rem 0 .18rem}.ganador-actions-cell{white-space:nowrap;text-align:center}.ganador-actions-cell .btn-small{width:96px;padding:.55rem .65rem;border-radius:12px}.ganador-row-menu{display:inline-block;margin-left:.25rem;position:relative}.ganador-row-menu summary{list-style:none;cursor:pointer;color:#0e4f88;font-weight:900;padding:.55rem .35rem}.ganador-row-menu>div{position:absolute;right:0;top:100%;min-width:160px;background:#fff;border:1px solid #dbe5ef;border-radius:14px;box-shadow:0 18px 45px #0f172a1f;padding:.4rem;z-index:30}.ganador-row-menu a{display:block;text-align:left;text-decoration:none;color:#0f172a;padding:.55rem .65rem;border-radius:10px;font-weight:700}.ganador-row-menu a:hover{background:#eaf4ff;color:#0e4f88}.ganador-table-v2 .sticky-action-col{position:sticky;right:0!important;background:#fff!important;box-shadow:-14px 0 20px #0f172a0d;z-index:6}.ganador-table-v2 thead .sticky-action-col{background:#f8fafc!important;z-index:7}.ganador-empty-cell{padding:1.4rem!important;text-align:center;color:#64748b;background:#fff!important;border-radius:16px!important}.finance-modal[aria-hidden=true]{display:none!important}.finance-modal[aria-hidden=false]{display:grid!important}.finanzas-page .aey-functional-header{align-items:center}.finance-action-dock-v2{display:flex!important;flex-wrap:wrap;gap:.7rem;align-items:center;background:#fff;border:1px solid rgba(14,79,136,.1);border-radius:22px;padding:.75rem;box-shadow:0 18px 45px #0f172a0f;width:max-content;max-width:100%}.finance-action-dock-v2 button{width:48px!important;height:48px!important;border:0!important;border-radius:16px!important;display:grid;place-items:center;background:#eaf4ff!important;color:#0e4f88!important;box-shadow:none!important;transition:.15s ease;position:relative}.finance-action-dock-v2 button:nth-child(1){background:#dcfce7!important;color:#15803d!important}.finance-action-dock-v2 button:nth-child(2){background:#dbeafe!important;color:#1d4ed8!important}.finance-action-dock-v2 button:nth-child(3){background:#fee2e2!important;color:#b91c1c!important}.finance-action-dock-v2 button:nth-child(4){background:#ffe4e6!important;color:#be123c!important}.finance-action-dock-v2 button:nth-child(5){background:#fef3c7!important;color:#b45309!important}.finance-action-dock-v2 button:nth-child(6){background:#ede9fe!important;color:#6d28d9!important}.finance-action-dock-v2 button:nth-child(7){background:#f0fdf4!important;color:#047857!important}.finance-action-dock-v2 button:nth-child(8){background:#fff7ed!important;color:#c2410c!important}.finance-action-dock-v2 button:hover{transform:translateY(-2px);filter:saturate(1.1);box-shadow:0 12px 24px #0f172a1a!important}.finance-action-dock-v2 span{font-size:1.25rem;font-weight:900;line-height:1}.finance-ledger-wrap{box-shadow:0 18px 45px #0f172a0f}.finance-modal .aey-modal-card{width:min(960px,96vw)}.finance-modal .aey-modal-card.wide{width:min(1320px,98vw)}.finance-modal .aey-modal-head{background:linear-gradient(135deg,#0e4f88,#0b6ba8)}@media(max-width:1200px){.dash-kpi-board{grid-template-columns:repeat(3,minmax(0,1fr))}.dash-main-grid,.dash-lower-grid{grid-template-columns:1fr}.dash-activity-panel{grid-column:auto}}@media(max-width:860px){.aey-dashboard-pro{padding:.85rem}.dash-pro-header{grid-template-columns:1fr}.dash-pro-date{text-align:left}.dash-kpi-board{grid-template-columns:repeat(2,minmax(0,1fr))}.dash-donut-wrap{grid-template-columns:1fr;justify-items:center}.ganados-header-v2{position:static}.ganados-header-v2 .aey-functional-filters{width:100%}.ganados-header-v2 .aey-functional-filters .search-box{min-width:100%}.finance-action-dock-v2{width:100%;justify-content:center}.finance-form-grid{grid-template-columns:1fr!important}}.page-header-actions,.aey-functional-actions,.dash-header-actions{display:flex;align-items:center;gap:.55rem;justify-self:end}.page-header-actions .btn,.aey-functional-actions .btn,.dashboard-header-actions .btn,.page-header-actions .global-alert-button,.aey-functional-actions .global-alert-button,.dashboard-header-actions .global-alert-button{min-height:36px!important;height:36px!important}.global-alert-button{width:36px!important;height:36px!important;min-width:36px!important;border-radius:11px!important;box-shadow:0 6px 18px #0f172a14!important}.global-alert-button img{width:20px!important;height:20px!important}.global-alert-badge{min-width:18px!important;height:18px!important;font-size:9px!important;top:-4px;right:-4px}.sidebar-user{padding:10px 12px!important;border-radius:16px!important}.sidebar-user .user-avatar{width:48px!important;height:48px!important;min-width:48px!important;font-size:18px!important}.sidebar-user .user-info strong{font-size:14px!important;line-height:1.15!important}.sidebar-user .user-info span{font-size:11px!important;line-height:1.1!important}.nav-item,.nav-group-title{min-height:36px!important;padding:8px 12px!important;font-size:12px!important;gap:8px!important}.nav-icon{font-size:13px!important;min-width:14px!important}.nav-group-title strong,.nav-item>span:last-child{font-size:12px!important}.nav-subgroup-label,.nav-subgroup-links a{font-size:11px!important}.sidebar-footer{padding:12px!important}.sidebar-footer .footer-full{font-size:11px!important}.dashboard-command-center{margin-bottom:8px!important}.dashboard-search-row{display:grid!important;grid-template-columns:minmax(175px,auto) minmax(0,1fr) 36px 36px auto auto!important;gap:8px!important;align-items:center!important}.dashboard-title-compact strong{font-size:16px!important}.dashboard-title-compact span{font-size:11px!important}.dashboard-main-search{min-height:36px!important;height:36px!important;border-radius:12px!important;padding:0 10px!important}.dashboard-main-search input[type=text]{font-size:12px!important}.dashboard-quick-popover>summary,.dashboard-filter-modal>summary{width:36px!important;min-width:36px!important;height:36px!important;min-height:36px!important;border-radius:12px!important;padding:0 10px!important}.dashboard-filter-modal>summary .filter-trigger-label{font-size:12px!important}.dashboard-new-process-btn{min-height:36px!important;height:36px!important;padding:0 13px!important;font-size:11px!important}.dashboard-metric-strip{gap:6px!important;margin:8px 0 6px!important}.metric-chip{padding:4px 9px!important;border-radius:999px!important;font-size:11px!important}.metric-chip strong{font-size:11px!important}.dashboard-active-chips{gap:6px!important;margin-top:6px!important}.dashboard-active-chips a{padding:4px 9px!important;font-size:11px!important}.process-card,.process-card-compact{padding:10px 12px!important}.dashboard-header-actions{gap:7px!important}.aey-functional-header{padding:.72rem .9rem!important;border-radius:18px!important;margin-bottom:.75rem!important;gap:.65rem!important}.aey-functional-title h1{font-size:1.15rem!important}.aey-functional-title span{font-size:.74rem!important}.aey-functional-filters input,.aey-functional-filters select,.aey-functional-filters .btn,.search-box,.search-box input,.filters select{min-height:36px!important;height:36px!important;font-size:12px!important}.search-box{border-radius:12px!important;padding:0 10px!important}.search-box span{font-size:13px!important}.aey-dashboard-pro{padding:.9rem 1rem 1.4rem!important}.dash-pro-header{grid-template-columns:minmax(180px,auto) minmax(0,1fr) auto!important;gap:.75rem!important;margin-bottom:.8rem!important}.dash-pro-header h1{font-size:1.55rem!important}.dash-pro-header span{font-size:.78rem!important}.dash-pro-search{height:40px!important;border-radius:14px!important;padding:0 .8rem!important}.dash-pro-date{padding:.52rem .72rem!important;border-radius:14px!important;min-width:140px!important}.dash-kpi-board{gap:.7rem!important;margin-bottom:.8rem!important}.dash-kpi-card{min-height:98px!important;padding:.82rem!important;border-radius:18px!important}.dash-kpi-card strong{font-size:1.35rem!important}.dash-kpi-card span{font-size:.73rem!important}.dash-kpi-card small{font-size:.69rem!important}.kpi-ico{width:34px!important;height:34px!important;border-radius:12px!important;margin-bottom:.55rem!important}.dash-main-grid{grid-template-columns:minmax(0,1.55fr) minmax(300px,.65fr)!important;align-items:start!important}.dash-panel{padding:.86rem!important;border-radius:20px!important}.dash-panel-head{margin-bottom:.65rem!important}.dash-panel-head h2{font-size:.95rem!important}.dash-panel-head span{font-size:.72rem!important}.dash-goal-highlight{padding:.75rem .85rem!important;margin-bottom:.7rem!important;border-radius:15px!important}.dash-goal-highlight strong{font-size:1.15rem!important}.dash-goal-row{padding:.42rem 0!important}.dash-goal-row b{font-size:.84rem!important}.dash-goal-row small{font-size:.7rem!important}.dash-progress{height:8px!important}.dash-attention-panel{max-height:390px!important;align-self:start!important}.dash-alert-row{padding:.58rem .72rem!important;border-radius:14px!important;margin-bottom:.45rem!important}.dash-alert-row b{font-size:.8rem!important}.dash-alert-row span,.dash-alert-row small{font-size:.72rem!important}.dash-lower-grid{gap:.85rem!important}.dash-donut-wrap{grid-template-columns:145px 1fr!important;gap:.7rem!important}.dash-donut{width:135px!important;height:135px!important}.dash-donut:after{top:21px!important;right:21px!important;bottom:21px!important;left:21px!important}.dash-donut strong{font-size:1.35rem!important}.ganados-page .aey-page-shell{max-width:1760px}.ganados-header-v2{display:grid!important;grid-template-columns:max-content minmax(0,1fr) auto!important;align-items:center!important;position:sticky;top:.45rem;z-index:20}.ganados-header-v2 .aey-functional-title h1{font-size:1.12rem!important}.ganados-filters-v2{display:grid!important;grid-template-columns:minmax(0,1fr) 90px 200px auto!important;gap:.45rem!important;align-items:center!important;width:100%!important}.ganados-filters-v2 .search-box{min-width:0!important;width:100%!important}.ganados-header-v2 .page-header-actions{gap:.45rem!important}.ganador-table-v2-wrap{padding:.45rem .45rem .75rem!important;border-radius:18px!important}.ganador-table-v2{min-width:1480px!important;border-spacing:0 8px!important}.ganador-table-v2 thead th{padding:.62rem .55rem!important;font-size:.69rem!important}.ganador-table-v2 tbody td{padding:.68rem .55rem!important;font-size:.75rem!important;line-height:1.2!important}.ganador-code-v2 a{font-size:.82rem!important;margin-bottom:.1rem!important}.ganador-code-v2 small{font-size:.68rem!important;margin-bottom:.12rem!important}.ganador-code-v2 strong{font-size:.77rem!important;margin-bottom:.12rem!important}.ganador-code-v2 span{font-size:.71rem!important;line-height:1.16!important;max-width:260px!important}.ganador-code-v2 em{font-size:.67rem!important;margin-top:.22rem!important}.ganador-status,.ganador-pill.neutral{padding:.24rem .5rem!important;font-size:.68rem!important}.ganador-date-cell span,.ganador-money-cell span,.ganador-date-cell small,.ganador-money-cell small{font-size:.71rem!important;margin-bottom:.12rem!important}.ganador-actions-cell .btn-small{width:84px!important;padding:.48rem .55rem!important;border-radius:10px!important;font-size:.72rem!important}.ganador-row-menu summary{padding:.4rem .25rem!important}.ganador-main-row{cursor:pointer}.ganador-main-row.is-selected-process td{box-shadow:inset 0 0 0 1px #0e4f882e;background:#f8fbff!important}.finanzas-page .aey-functional-header{display:grid!important;grid-template-columns:1fr auto!important;align-items:center!important}.fin-kpi-grid{gap:.65rem!important;margin-bottom:.75rem!important}.fin-kpi-grid article{padding:.8rem!important;border-radius:16px!important}.fin-kpi-grid span{font-size:.74rem!important}.fin-kpi-grid strong{font-size:1.02rem!important}.finance-action-dock-v2{padding:.6rem!important;border-radius:18px!important;gap:.55rem!important;margin:.8rem 0!important}.finance-action-dock-v2 button{width:44px!important;height:44px!important;border-radius:14px!important}.finance-history-filter{display:grid!important;grid-template-columns:minmax(0,1fr) 270px 120px auto!important;gap:.45rem!important;align-items:center!important}.finance-ledger th,.finance-ledger td{padding:.68rem!important;font-size:.75rem!important}.finance-ledger th{font-size:.69rem!important}.finance-form-grid{grid-template-columns:1fr 1fr!important;gap:.7rem!important;padding:.9rem!important}#movimientoRapido .finance-form-grid,#transferencia .finance-form-grid,#presupuesto .finance-form-grid,#reserva .finance-form-grid,#prestamo .finance-form-grid{grid-template-columns:1fr!important}#movimientoDetalle .finance-form-grid{grid-template-columns:1fr 1fr!important}.finance-modal .aey-modal-card{width:min(860px,96vw)!important}.finance-modal .aey-modal-card.wide{width:min(1220px,98vw)!important}.finance-block-table{padding:.85rem!important}.finance-block-table>div{gap:.4rem!important}@media(max-width:1200px){.ganados-header-v2{grid-template-columns:1fr!important}.ganados-filters-v2{grid-template-columns:minmax(0,1fr) 90px 170px auto!important}.page-header-actions,.aey-functional-actions,.dash-header-actions{justify-self:start!important}.dash-main-grid,.dash-lower-grid{grid-template-columns:1fr!important}.dash-attention-panel{max-height:none!important}}@media(max-width:860px){.dashboard-search-row{grid-template-columns:36px 36px 36px minmax(0,1fr) auto!important}.dashboard-title-compact{grid-column:1/-1!important}.dashboard-main-search{grid-column:1/-1!important;order:2}.dashboard-header-actions{grid-column:4/6!important;justify-self:end!important}.aey-dashboard-pro{padding:.75rem!important}.dash-pro-header{grid-template-columns:1fr!important}.dash-kpi-board{grid-template-columns:1fr 1fr!important}.ganados-filters-v2,.finance-history-filter{grid-template-columns:1fr!important}.ganados-header-v2 .page-header-actions,.finanzas-page .page-header-actions{justify-self:start!important;flex-wrap:wrap}.finance-form-grid,#movimientoDetalle .finance-form-grid{grid-template-columns:1fr!important}}.dash-year-switch{display:flex;align-items:center;gap:.45rem;padding:.35rem .65rem;border:1px solid #dbe5ef;border-radius:14px;background:#fff;box-shadow:0 8px 20px #0f172a0d}.dash-year-switch label{font-size:.75rem;font-weight:800;color:#334155}.dash-year-switch select{border:0;background:transparent;font:inherit;font-weight:700;color:#0e4f88;outline:0;padding-right:.25rem}.dash-dashboard-v3{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(320px,.92fr);gap:1rem;align-items:start}.dash-column-main,.dash-column-side{display:grid;gap:1rem;align-content:start}.dash-attention-compact{max-height:none}.dash-state-stack{display:grid;gap:.8rem}.dash-state-card{padding:.9rem 1rem;border:1px solid #e6edf5;border-radius:18px;background:linear-gradient(180deg,#fff,#fbfdff)}.dash-state-card>div{display:flex;justify-content:space-between;gap:1rem;align-items:center;margin-bottom:.45rem}.dash-state-card span{font-weight:700;color:#334155}.dash-state-card b{color:#0f172a;font-size:1.05rem}.dash-donut-wrap.compact{display:grid;grid-template-columns:110px 1fr;gap:1rem;align-items:center}.dash-donut-legend.compact div{grid-template-columns:auto 1fr auto;gap:.5rem;padding:.2rem 0}.dash-goal-side-panel .dash-goal-highlight{margin-bottom:.55rem}.global-alert-button{background:#fff!important;border:1px solid #dbe5ef!important;color:#0e4f88!important}.global-alert-button:hover,.global-alert-button.is-active,.global-alert-button.is-open{background:#f8fbff!important;border-color:#c9d9e9!important;box-shadow:0 12px 28px #0e4f881f!important}.global-alert-badge{background:#ef4444!important;color:#fff!important;border:2px solid #fff!important}.global-alert-panel{border:1px solid #dbe5ef!important;border-radius:18px!important;box-shadow:0 24px 50px #0f172a24!important}.global-alert-panel-header{padding:1rem 1rem .75rem!important;background:linear-gradient(180deg,#fbfdff,#fff)!important;border-bottom:1px solid #eef2f7!important}.global-alert-item{border-radius:14px!important}.modal-open .global-alert-wrapper{display:none!important}.dashboard-filter-modal>summary{width:auto!important;min-width:96px!important;padding:0 14px!important;gap:8px!important;justify-content:center!important}.dashboard-filter-modal>summary .filter-trigger-label{display:inline-block!important;white-space:nowrap!important}.ganados-filters-v2{display:grid!important;grid-template-columns:minmax(200px,1fr) auto auto auto!important;align-items:center!important;gap:.6rem!important}.ganados-filters-v2 .search-box{grid-column:auto!important}.ganador-table-v2 tbody td{border-top:1px solid #edf3f8!important;border-bottom:1px solid #edf3f8!important}.ganador-table-v2 tbody td:first-child{border-left:4px solid var(--estado-color,#0E4F88)!important}.ganador-table-v2 tbody td:last-child{border-right:1px solid #edf3f8!important}.ganador-table-v2 .sticky-action-col{box-shadow:none!important;background:#fff!important}.ganador-row-menu>div{margin-top:6px!important;min-width:170px!important}.ganado-step-grid{grid-template-columns:1fr!important}.ganado-step-block{box-shadow:0 10px 28px #0f172a0a}.ganado-step-block .file-drop-lite input[type=file],.finance-form-grid .file-drop-lite input[type=file]{width:100%;margin-top:.35rem}.finance-action-dock-v3{grid-template-columns:repeat(7,52px)!important}.finance-action-dock-v3 button{position:relative}.finance-action-dock-v3 button:after{content:attr(title);position:absolute;left:50%;transform:translate(-50%);bottom:-1.35rem;font-size:.62rem;font-weight:700;color:#64748b;white-space:nowrap}.finance-history-filter{display:grid!important;grid-template-columns:minmax(230px,1fr) 220px 180px auto!important;gap:.6rem!important;align-items:center!important}.finance-form-grid-single{grid-template-columns:1fr!important}.finance-modal.single .aey-modal-card{width:min(760px,95vw)!important}.finance-picker input,.aey-datalist-input{border:1px solid #dbe5ef;border-radius:12px;padding:.7rem .8rem;background:#fff;font:inherit;width:100%}.finance-modal .aey-modal-card{overflow:visible}.finance-modal .aey-modal-head strong{font-size:1.1rem}.finance-modal .aey-modal-foot{position:sticky;bottom:0;z-index:2}.finance-modal .finance-form-grid{padding:1rem 1rem 1.15rem}.finance-modal .finance-form-grid label{font-size:.82rem}.finance-modal .file-drop-lite{display:flex;flex-direction:column;gap:.4rem}@media(max-width:1180px){.dash-dashboard-v3{grid-template-columns:1fr}.ganados-filters-v2,.finance-history-filter{grid-template-columns:1fr 1fr}.ganados-filters-v2 .search-box,.finance-history-filter .search-box{grid-column:1/-1}.finance-action-dock-v3{grid-template-columns:repeat(4,52px)!important;row-gap:2rem!important}}@media(max-width:700px){.dash-year-switch{width:100%;justify-content:space-between}.dash-donut-wrap.compact{grid-template-columns:1fr}.ganados-filters-v2,.finance-history-filter{grid-template-columns:1fr!important}.finance-action-dock-v3{grid-template-columns:repeat(3,48px)!important}.finance-action-dock-v3 button:after{font-size:.58rem;bottom:-1.2rem}.aey-modal-card,.finance-modal.single .aey-modal-card{width:min(96vw,96vw)!important}.dash-pro-header.dash-pro-header-v3{grid-template-columns:1fr!important}}.dash-kpi-board-compact{grid-template-columns:repeat(6,minmax(0,1fr))!important;gap:.7rem!important}.dash-dashboard-v4{grid-template-columns:minmax(0,1.62fr) minmax(300px,.78fr)!important;gap:.85rem!important;align-items:start!important}.dash-dashboard-v4 .dash-column-main,.dash-dashboard-v4 .dash-column-side{display:grid;gap:.85rem;align-content:start}.dash-attention-compact{padding:.8rem!important}.dash-attention-compact .dash-panel-head{margin-bottom:.45rem!important}.dash-alert-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.6rem .72rem!important;min-height:0!important}.dash-alert-row em{font-size:.72rem;font-style:normal;font-weight:800;color:#0e4f88;background:#eff6ff;border:1px solid #cfe0f2;border-radius:999px;padding:.24rem .5rem;white-space:nowrap}.dash-alert-row>div{min-width:0;display:grid;gap:.14rem}.dash-alert-row b,.dash-alert-row span,.dash-alert-row small{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dash-state-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem!important}.dash-state-card-link{text-decoration:none;color:inherit;padding:.65rem .75rem!important;border:1px solid #e2ebf4;border-radius:16px;background:#fff;box-shadow:0 8px 18px #0f172a08;transition:.18s ease}.dash-state-card-link:hover{transform:translateY(-1px);border-color:#c3d7ea;box-shadow:0 10px 22px #0e4f8814}.dash-state-card-link>div{display:flex;justify-content:space-between;align-items:center;gap:.6rem;margin-bottom:.35rem}.dash-state-card-link span{font-size:.82rem;font-weight:700;color:#18334e}.dash-state-card-link b{font-size:.98rem;color:#0e4f88}.dash-state-card-link small{font-size:.68rem;color:#6d8095;display:block;margin-top:.28rem}.dash-state-card-link p,.dash-bar-line p{height:7px!important;background:#e8eef5;border-radius:999px;overflow:hidden;margin:0}.dash-state-card-link p i,.dash-bar-line p i{display:block;height:100%;border-radius:inherit}.dash-bar-line-link{text-decoration:none;color:inherit;display:block;padding:.4rem 0}.dash-bar-line-link>div{display:flex;justify-content:space-between;gap:.6rem;margin-bottom:.2rem}.dash-bar-line-link span{font-weight:700;font-size:.78rem;color:#18334e;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dash-bar-line-link b{font-size:.78rem;color:#0e4f88;white-space:nowrap}.dash-bar-line-link small{font-size:.67rem;color:#6d8095;display:block;margin-top:.22rem}.dash-goal-side-panel .dash-goal-row{padding:.38rem 0!important;display:grid;grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"text pct" "bar bar";gap:.22rem .75rem}.dash-goal-side-panel .dash-goal-row>div:first-child{grid-area:text;min-width:0}.dash-goal-side-panel .dash-goal-row em{grid-area:pct;align-self:start;font-style:normal;font-weight:800;color:#0e4f88}.dash-goal-side-panel .dash-goal-row .dash-progress{grid-area:bar}.dash-goal-side-panel .dash-goal-row.is-done em{color:#0f9f63}.dash-goal-side-panel .dash-progress{height:7px!important}.dash-donut-panel-compact{padding:.76rem!important}.dash-donut-wrap.compact{grid-template-columns:120px 1fr!important;gap:.7rem!important;align-items:center}.dash-donut-wrap.compact .dash-donut{width:112px!important;height:112px!important}.dash-donut-wrap.compact .dash-donut:after{top:18px!important;right:18px!important;bottom:18px!important;left:18px!important}.dash-donut-wrap.compact .dash-donut strong{font-size:1.18rem!important}.dash-donut-legend.compact{display:grid;gap:.4rem}.dash-donut-legend.compact div{display:grid;grid-template-columns:10px minmax(0,1fr) auto;align-items:center;gap:.45rem;font-size:.76rem}.dash-donut-legend.compact b{color:#18334e}.empty-soft{padding:.8rem .9rem;border:1px dashed #cfe0f2;background:#f8fbff;border-radius:14px;color:#60748a;font-size:.82rem}.dash-activity-panel .dash-activity-row{display:grid;grid-template-columns:10px minmax(0,1fr) auto;align-items:center;gap:.7rem;padding:.55rem 0;border-bottom:1px solid #eef3f8}.dash-activity-panel .dash-activity-row:last-child{border-bottom:0}.dash-activity-row i{width:10px;height:10px;border-radius:999px;background:#0f9f63;display:block}.dash-activity-row i.red{background:#ef4444}.dash-activity-row i.green{background:#0f9f63}.dash-activity-row b{display:block;font-size:.82rem;color:#17324d;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dash-activity-row span{display:block;font-size:.72rem;color:#6b8095;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dash-activity-row strong{font-size:.8rem;color:#0e4f88;white-space:nowrap}.ganador-table-v2{border-collapse:separate!important;border-spacing:0 10px!important}.ganador-table-v2 tbody tr{outline:1px solid #dde7f0;outline-offset:-1px;border-radius:16px;background:#fff;box-shadow:0 8px 18px #0f172a08;transition:.18s ease}.ganador-table-v2 tbody tr:hover{outline-color:#c6d7e9;box-shadow:0 10px 22px #0e4f880f}.ganador-table-v2 tbody td{border:0!important;background:transparent!important;vertical-align:top}.ganador-table-v2 tbody td:first-child{border-left:4px solid var(--estado-color,#0E4F88)!important;border-radius:16px 0 0 16px!important;padding-left:.78rem!important}.ganador-table-v2 tbody td:last-child{border-radius:0 16px 16px 0!important}.ganador-main-row.is-selected-process{outline:2px solid rgba(14,79,136,.35)!important;box-shadow:0 0 0 4px #0e4f8814,0 12px 28px #0e4f881a!important}.ganador-main-row.is-selected-process td{box-shadow:none!important;background:transparent!important}.ganador-update-card{max-width:1160px!important}.ganado-step-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem!important;align-items:start}.ganado-step-block{border:1px solid #dbe6f0;border-radius:22px;padding:.9rem 1rem;background:#fff;box-shadow:0 10px 24px #0f172a08}.ganado-step-block h3{margin:0 0 .75rem!important;font-size:1.02rem;color:#102a43}.ganado-step-form .ganador-form-grid.compact{grid-template-columns:1fr 1fr!important;gap:.8rem .9rem!important}.ganado-step-form .ganador-form-grid.compact label{display:grid;gap:.32rem;font-size:.8rem;font-weight:700;color:#17324d}.ganado-step-form .ganador-form-grid.compact input,.ganado-step-form .ganador-form-grid.compact select,.ganado-step-form textarea{min-height:42px;border-radius:14px;border:1px solid #d6e1eb;padding:.72rem .86rem;background:#fbfdff;font-size:.88rem;color:#16324d}.ganado-step-form textarea{min-height:88px;resize:vertical}.ganado-help-inline{font-size:.69rem;font-weight:600;color:#6d8095}.ganado-toggle-line{display:flex;justify-content:space-between;align-items:center;gap:.8rem;margin-bottom:.8rem}.ganado-toggle-line .switch-line{display:inline-flex;align-items:center;gap:.55rem;font-weight:700;color:#39556f}.ganado-toggle-line .switch-line input{display:none}.ganado-toggle-line .switch-line span{width:42px;height:24px;border-radius:999px;background:#d2dbe5;position:relative;display:inline-block;transition:.18s ease}.ganado-toggle-line .switch-line span:after{content:"";position:absolute;top:3px;left:3px;width:18px;height:18px;border-radius:50%;background:#fff;box-shadow:0 2px 6px #0f172a29;transition:.18s ease}.ganado-toggle-line .switch-line input:checked+span{background:#0e4f88}.ganado-toggle-line .switch-line input:checked+span:after{left:21px}.ganador-observaciones{display:grid;gap:.4rem;margin-top:.35rem;font-weight:700;color:#17324d}.ganado-step-form .file-drop-lite{display:grid;gap:.36rem;font-size:.8rem;font-weight:700;color:#17324d;border:1px dashed #bed0e2;border-radius:16px;padding:.68rem .78rem;background:#f8fbff}.ganado-step-form .file-drop-lite input[type=file]{padding:0;min-height:0;border:0;background:transparent}.process-card[data-aey-process-card].is-selected-process{background:linear-gradient(135deg,#0e4f88,#155b9a)!important;color:#fff!important;outline:2px solid rgba(14,79,136,.22)!important;box-shadow:0 16px 28px #0e4f8824!important}.process-card[data-aey-process-card].is-selected-process a,.process-card[data-aey-process-card].is-selected-process strong,.process-card[data-aey-process-card].is-selected-process h3,.process-card[data-aey-process-card].is-selected-process .process-title,.process-card[data-aey-process-card].is-selected-process .process-entity,.process-card[data-aey-process-card].is-selected-process .entity,.process-card[data-aey-process-card].is-selected-process .process-info strong,.process-card[data-aey-process-card].is-selected-process .process-main strong{color:#fff!important}.process-card[data-aey-process-card].is-selected-process p,.process-card[data-aey-process-card].is-selected-process small,.process-card[data-aey-process-card].is-selected-process span,.process-card[data-aey-process-card].is-selected-process .muted,.process-card[data-aey-process-card].is-selected-process .process-info,.process-card[data-aey-process-card].is-selected-process .process-main{color:#ffffffe6!important}.process-card[data-aey-process-card].is-selected-process .status-pill,.process-card[data-aey-process-card].is-selected-process .badge,.process-card[data-aey-process-card].is-selected-process .tag{background:#ffffff29!important;color:#fff!important;border-color:#ffffff47!important}.finance-field-help{font-size:.69rem;color:#6d8095;font-weight:600;display:block}.finance-dropzone-wrap{gap:.38rem!important}.finance-drop-zone{padding:1rem 1rem .9rem!important;border-radius:20px!important;cursor:pointer}.finance-drop-zone .aey-drop-zone-title{font-size:1.02rem!important;font-weight:800!important;color:#17324d!important}.finance-drop-zone small{max-width:300px;margin:.2rem auto 0!important;line-height:1.35!important}.finance-drop-zone.has-files small{max-width:100%}.finance-drop-zone .aey-drop-selected{margin-top:.65rem!important}@media(max-width:1220px){.dash-kpi-board-compact{grid-template-columns:repeat(3,minmax(0,1fr))!important}.dash-dashboard-v4{grid-template-columns:1fr!important}}@media(max-width:900px){.dash-state-grid,.ganado-step-grid,.ganado-step-form .ganador-form-grid.compact{grid-template-columns:1fr!important}}:root{--aey-blue:#0E4F88;--aey-blue-2:#0b6ba8;--aey-border:#d9e6f2;--aey-soft:#f5f8fb;--aey-text:#102a43;--aey-muted:#64748b}.main{background:linear-gradient(135deg,#f6f9fc,#eef4f9)!important}.aey-page-shell,.aey-dashboard-pro{padding-top:.75rem!important}.btn,.aey-functional-filters input,.aey-functional-filters select,.dash-pro-search,.search-box{height:38px!important;min-height:38px!important;border-radius:15px!important}.page-header-actions .btn,.aey-functional-actions .btn{min-height:38px!important;height:38px!important;padding:.58rem .85rem!important}.aey-dashboard-pro-v4{max-width:1680px!important;margin:0 auto!important;padding:.7rem 1rem!important}.dash-pro-header-v3{display:grid!important;grid-template-columns:210px minmax(320px,1fr) auto!important;gap:.75rem!important;align-items:center!important;margin-bottom:.72rem!important}.dash-pro-header-v3 .dash-eyebrow{margin:0!important;font-size:.62rem!important;letter-spacing:.12em!important;color:#0e4f88!important;text-transform:uppercase!important;font-weight:900!important}.dash-pro-header-v3 h1{font-size:1.25rem!important;line-height:1.1!important;margin:.05rem 0!important}.dash-pro-header-v3 span{font-size:.75rem!important;color:#63758a!important}.dash-pro-search{box-shadow:0 10px 28px #0f172a0a!important;background:#fff!important;border:1px solid #dbe6f0!important;padding:0 .8rem!important}.dash-pro-search input{height:100%!important;font-size:.86rem!important}.dash-header-actions{gap:.55rem!important}.dash-year-switch{height:38px!important;border:1px solid #dbe6f0!important;background:#fff!important;border-radius:15px!important;padding:0 .65rem!important;display:flex!important;align-items:center!important;gap:.45rem!important;box-shadow:0 10px 28px #0f172a0a!important}.dash-year-switch label{font-size:.72rem!important;color:#60748a!important;font-weight:800!important}.dash-year-switch select{border:0!important;background:transparent!important;height:34px!important;font-weight:900!important;color:#0e4f88!important}.dash-pro-date{height:38px!important;min-width:150px!important;display:grid!important;place-items:center!important;align-content:center!important;background:#fff!important;border:1px solid #dbe6f0!important;border-radius:15px!important;box-shadow:0 10px 28px #0f172a0a!important}.dash-pro-date strong{font-size:.78rem!important;color:#0e4f88!important;line-height:1!important}.dash-pro-date small{font-size:.58rem!important;color:#7c8b9a!important}.dash-kpi-board-compact{grid-template-columns:repeat(6,minmax(0,1fr))!important;gap:.62rem!important;margin-bottom:.72rem!important}.dash-kpi-card{min-height:82px!important;padding:.72rem .78rem!important;border-radius:18px!important;box-shadow:0 12px 30px #0f172a0b!important;overflow:hidden!important}.dash-kpi-card:after{width:70px!important;height:70px!important;right:-15px!important;top:-15px!important;opacity:.5!important}.dash-kpi-card .kpi-ico{width:34px!important;height:34px!important;border-radius:12px!important;font-size:1rem!important;margin-bottom:.35rem!important}.dash-kpi-card span{font-size:.68rem!important;font-weight:800!important;color:#5b7086!important}.dash-kpi-card strong{font-size:1.12rem!important;line-height:1.05!important}.dash-kpi-card small{font-size:.63rem!important}.dash-dashboard-v4{display:grid!important;grid-template-columns:minmax(0,1.35fr) minmax(360px,.85fr)!important;gap:.72rem!important;align-items:start!important}.dash-dashboard-v4 .dash-column-main,.dash-dashboard-v4 .dash-column-side{gap:.72rem!important}.dash-panel{border-radius:18px!important;border:1px solid #dce7f1!important;box-shadow:0 14px 35px #0f172a0b!important;background:#fff!important}.dash-panel-head{margin-bottom:.55rem!important;align-items:center!important}.dash-panel-head h2{font-size:.95rem!important;color:#102a43!important}.dash-panel-head span{font-size:.66rem!important;color:#718397!important}.dash-panel-head a{font-size:.7rem!important;color:#0e4f88!important;font-weight:900!important;text-decoration:none!important}.dash-attention-compact{padding:.72rem!important;max-height:none!important;overflow:visible!important}.dash-alert-row{display:grid!important;grid-template-columns:1fr minmax(200px,.8fr) auto!important;align-items:center!important;gap:.7rem!important;text-decoration:none!important;color:#102a43!important;padding:.55rem .62rem!important;border:1px solid #dfe9f2!important;border-left:3px solid #0E4F88!important;border-radius:14px!important;margin-bottom:.45rem!important;background:#fff!important;min-height:48px!important;box-shadow:none!important}.dash-alert-row:hover{border-color:#bcd1e4!important;border-left-color:#0e4f88!important;box-shadow:0 10px 20px #0e4f8814!important;transform:translateY(-1px)!important}.dash-alert-main{min-width:0}.dash-alert-row b{font-size:.78rem!important;color:#0e4f88!important;display:block!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.dash-alert-row span{font-size:.68rem!important;color:#51657a!important;display:block!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.dash-alert-row small{font-size:.68rem!important;color:#334155!important;text-transform:uppercase!important;display:block!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.dash-alert-row em{font-size:.7rem!important;font-style:normal!important;font-weight:900!important;color:#0e4f88!important;background:#f7fbff!important;border:1px solid #cfe0f2!important;border-radius:999px!important;padding:.35rem .68rem!important;white-space:nowrap!important}.dash-year-panel{padding:.72rem!important}.dash-bar-line-link{padding:.36rem 0!important}.dash-goal-side-panel{padding:.8rem!important}.dash-current-goal{background:linear-gradient(135deg,#0e4f88,#0b6ba8)!important;color:#fff!important;border-radius:16px!important;padding:.72rem .85rem!important;margin:.52rem 0!important;display:grid!important;grid-template-columns:1fr auto!important;gap:.35rem .75rem!important;align-items:center!important}.dash-current-goal b{display:block!important;color:#fff!important;font-size:.86rem!important}.dash-current-goal span{display:block!important;color:#ffffffdb!important;font-size:.66rem!important}.dash-current-goal strong{color:#fff!important;font-size:1rem!important}.dash-current-goal p{grid-column:1/-1;height:7px!important;margin:.2rem 0 0!important;background:#ffffff3d!important;border-radius:999px!important;overflow:hidden!important}.dash-current-goal p i{display:block;height:100%;background:#2dd4bf;border-radius:inherit}.dash-goal-highlight{margin:.42rem 0 .5rem!important;border-radius:14px!important}.dash-goal-row.is-current b{color:#0e4f88!important}.dash-state-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:.55rem!important}.dash-state-card-link{padding:.54rem .66rem!important;border-radius:14px!important}.dash-state-card-link>div{margin-bottom:.25rem!important}.dash-state-card-link span{font-size:.76rem!important}.dash-state-card-link b{font-size:.86rem!important}.dash-state-card-link small{font-size:.62rem!important}.dash-state-card-link p,.dash-bar-line p{height:6px!important}.dash-donut-panel-compact{padding:.72rem!important}.dash-donut-wrap.compact{grid-template-columns:92px 1fr!important;gap:.58rem!important}.dash-donut-wrap.compact .dash-donut{width:92px!important;height:92px!important}.dash-donut-wrap.compact .dash-donut:after{top:15px!important;right:15px!important;bottom:15px!important;left:15px!important}.dash-donut-wrap.compact .dash-donut strong{font-size:1rem!important}.dash-donut-wrap.compact .dash-donut span{font-size:.56rem!important}.dash-donut-legend.compact{gap:.28rem!important}.dash-donut-legend.compact div{font-size:.68rem!important;gap:.34rem!important}.dash-activity-panel{padding:.72rem!important}.dash-activity-row{padding:.46rem 0!important}.dash-activity-row b{font-size:.76rem!important}.dash-activity-row span,.dash-activity-row strong{font-size:.68rem!important}.process-card[data-aey-process-card].is-selected-process,.process-card[data-aey-process-card].selected,.process-card.is-selected-process,.card-proceso.is-selected-process{background:#fff!important;color:inherit!important;outline:2px solid rgba(14,79,136,.55)!important;box-shadow:0 0 0 4px #0e4f8814,0 12px 28px #0e4f881a!important}.process-card[data-aey-process-card].is-selected-process a,.process-card[data-aey-process-card].is-selected-process strong,.process-card[data-aey-process-card].is-selected-process h3,.process-card[data-aey-process-card].is-selected-process .process-title,.process-card[data-aey-process-card].is-selected-process .process-entity,.process-card[data-aey-process-card].is-selected-process .entity{color:#0e4f88!important}.process-card[data-aey-process-card].is-selected-process p,.process-card[data-aey-process-card].is-selected-process small,.process-card[data-aey-process-card].is-selected-process span,.process-card[data-aey-process-card].is-selected-process .muted{color:#64748b!important}.process-card[data-aey-process-card].is-selected-process .status-pill,.process-card[data-aey-process-card].is-selected-process .badge,.process-card[data-aey-process-card].is-selected-process .tag{background:#eef6ff!important;color:#0e4f88!important;border-color:#cfe0f2!important}.ganados-page{max-width:1680px!important;padding-top:.62rem!important}.ganados-header-v2{padding:.55rem .65rem!important;margin-bottom:.55rem!important;border-radius:18px!important;display:grid!important;grid-template-columns:minmax(150px,210px) minmax(0,1fr) auto!important;gap:.55rem!important;align-items:center!important}.ganados-header-v2 .aey-functional-title h1{font-size:1rem!important;line-height:1.1!important}.ganados-header-v2 .aey-functional-title span{font-size:.62rem!important}.ganados-filters-v2{display:grid!important;grid-template-columns:minmax(220px,1fr) 80px minmax(170px,270px) auto!important;gap:.45rem!important;align-items:center!important}.ganados-filters-v2 .search-box{width:100%!important;min-width:0!important}.ganados-filters-v2 .search-box input{font-size:.78rem!important}.ganados-filters-v2 select{height:38px!important;font-size:.78rem!important;padding:0 .55rem!important}.ganador-table-v2-wrap{border:1px solid #dce7f1!important;border-radius:18px!important;background:#fff!important;padding:.55rem!important;box-shadow:0 14px 35px #0f172a0b!important}.ganador-table-v2{border-collapse:separate!important;border-spacing:0 8px!important;min-width:1260px!important;table-layout:fixed!important}.ganador-table-v2 thead th{background:#f8fbff!important;border-bottom:1px solid #dce7f1!important;font-size:.64rem!important;letter-spacing:.04em!important;padding:.55rem!important;color:#203a55!important}.ganador-table-v2 tbody tr:hover{outline-color:#bed2e6!important;box-shadow:0 8px 18px #0e4f880f!important}.ganador-table-v2 tbody td{padding:.58rem .55rem!important;border:0!important;background:#fff!important;vertical-align:top!important;font-size:.69rem!important;line-height:1.18!important}.ganador-table-v2 tbody td:first-child{border-left:4px solid var(--estado-color,#0E4F88)!important;border-radius:14px 0 0 14px!important}.ganador-main-row.is-selected-process{outline:2px solid rgba(14,79,136,.75)!important;box-shadow:0 0 0 4px #0e4f8814!important;background:#fff!important}.ganador-main-row.is-selected-process td{background:#fff!important;box-shadow:none!important}.ganador-code-v2 a{font-size:.78rem!important;color:#0e4f88!important;font-weight:900!important}.ganador-code-v2 small{font-size:.61rem!important;color:#465b72!important;line-height:1.12!important}.ganador-code-v2 strong{font-size:.7rem!important;color:#102a43!important;line-height:1.1!important}.ganador-code-v2 span{font-size:.61rem!important;color:#334155!important;line-height:1.14!important;max-width:260px!important}.ganador-code-v2 em{font-size:.58rem!important;color:#64748b!important}.ganador-status,.ganador-pill{font-size:.58rem!important;padding:.23rem .48rem!important;border-radius:999px!important;font-weight:900!important;white-space:nowrap!important}.ganador-plazo-cell{width:52px!important;text-align:center!important;white-space:nowrap!important}.ganador-plazo-cell strong{display:block!important;font-size:.78rem!important;line-height:1!important;color:#0f172a!important}.ganador-plazo-cell small{display:block!important;font-size:.58rem!important;color:#64748b!important;margin-top:.16rem!important}.ganador-date-cell span,.ganador-money-cell span,.ganador-money-cell small{font-size:.62rem!important;line-height:1.18!important}.ganador-actions-cell{width:108px!important;text-align:center!important}.ganador-actions-cell .btn-small{height:34px!important;min-height:34px!important;border-radius:12px!important;padding:.45rem .7rem!important;font-size:.72rem!important}.ganador-row-menu summary{font-size:1rem!important;padding:.1rem .25rem!important;color:#0e4f88!important}.ganador-row-menu div{border:1px solid #dce7f1!important;border-radius:14px!important;box-shadow:0 14px 35px #0f172a1f!important;overflow:hidden!important}.sticky-action-col{background:#fff!important;box-shadow:-8px 0 14px #0f172a09!important}.ganador-table thead .sticky-action-col{background:#f8fbff!important}.ganador-update-card{width:min(1080px,96vw)!important;border-radius:24px!important;overflow:auto!important}.ganado-modal-head{background:linear-gradient(135deg,#0e4f88,#0b6ba8)!important;padding:1rem 1.15rem!important}.ganado-modal-head strong{color:#fff!important;font-size:1.08rem!important}.ganado-modal-head span,.ganado-modal-head small{display:block!important;color:#ffffffd6!important;font-size:.72rem!important;margin-top:.14rem!important}.ganado-step-grid{grid-template-columns:1fr!important;padding:.9rem!important;gap:.8rem!important}.ganado-step-block{border:1px solid #dce7f1!important;border-radius:20px!important;padding:.9rem!important;background:linear-gradient(180deg,#fff,#fbfdff)!important;box-shadow:0 12px 28px #0f172a09!important}.ganado-step-block h3{font-size:.98rem!important;color:#102a43!important;margin-bottom:.65rem!important}.ganado-step-block[hidden]{display:none!important}.ganado-step-form .ganador-form-grid.compact{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:.65rem .75rem!important}.ganado-step-form label{font-size:.72rem!important;color:#18334e!important}.ganado-step-form input,.ganado-step-form select,.ganado-step-form textarea{height:38px!important;min-height:38px!important;border-radius:13px!important;border:1px solid #d6e3ef!important;padding:.55rem .7rem!important;background:#fff!important;font-size:.78rem!important}.ganador-observaciones textarea{height:74px!important;min-height:74px!important}.ganado-file-drop{grid-column:1/-1!important;display:grid!important;gap:.35rem!important;color:#17324d!important;font-size:.72rem!important;font-weight:800!important}.ganador-drop-zone{position:relative!important;display:grid!important;place-items:center!important;gap:.4rem!important;min-height:142px!important;border:2px dashed #0E4F88!important;border-radius:22px!important;background:linear-gradient(180deg,#fff,#f9fcff)!important;padding:1rem!important;text-align:center!important;cursor:pointer!important;transition:.18s ease!important}.ganador-drop-zone:hover,.ganador-drop-zone.is-dragging{background:#f0f8ff!important;box-shadow:0 12px 26px #0e4f8814!important;transform:translateY(-1px)!important}.ganador-drop-zone input[type=file]{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;opacity:0!important;cursor:pointer!important;width:100%!important;height:100%!important;padding:0!important;border:0!important}.ganador-drop-zone .aey-drop-zone-title{font-size:.98rem!important;font-weight:900!important;color:#102a43!important}.ganador-drop-zone .aey-drop-zone-icons{display:flex!important;gap:.7rem!important;align-items:center!important;justify-content:center!important}.aey-drop-circle{display:grid!important;place-items:center!important;width:38px!important;height:38px!important;border-radius:999px!important;background:#f3f6fa!important;color:#0e4f88!important;font-size:1rem!important}.ganador-drop-zone small{display:block!important;max-width:360px!important;background:#f5f7fa!important;color:#7b8794!important;border-radius:999px!important;padding:.45rem .85rem!important;font-size:.68rem!important;font-weight:800!important;line-height:1.25!important}.aey-drop-selected{width:100%!important;display:grid!important;gap:.35rem!important;margin-top:.35rem!important}.aey-drop-file-row{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:.45rem!important;align-items:center!important;border:1px solid #dce7f1!important;background:#fff!important;border-radius:12px!important;padding:.38rem .45rem!important;text-align:left!important;position:relative!important;z-index:2!important}.aey-drop-file-row span{overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;font-size:.7rem!important;color:#102a43!important}.aey-drop-file-row button{width:24px!important;height:24px!important;border:0!important;border-radius:999px!important;background:#eff6ff!important;color:#0e4f88!important;font-weight:900!important;cursor:pointer!important}.finanzas-page{max-width:1680px!important;padding-top:.62rem!important}.finanzas-header-v2{padding:.62rem .7rem!important;border-radius:18px!important;margin-bottom:.65rem!important}.finanzas-header-v2 .aey-functional-title h1{font-size:1.08rem!important}.finanzas-header-v2 .aey-functional-title span{font-size:.66rem!important}.fin-kpi-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:.62rem!important;margin-bottom:.72rem!important}.fin-kpi-grid article{min-height:68px!important;padding:.7rem .82rem!important;border-radius:17px!important;box-shadow:0 12px 28px #0f172a0a!important}.fin-kpi-grid span{font-size:.68rem!important;font-weight:800!important;color:#687b8f!important}.fin-kpi-grid strong{font-size:1rem!important}.finance-action-dock-v3{display:flex!important;align-items:flex-start!important;justify-content:flex-start!important;gap:1.05rem!important;margin:.65rem 0 1.55rem!important;padding:.65rem .7rem!important;background:#fff!important;border:1px solid #dce7f1!important;border-radius:20px!important;box-shadow:0 12px 28px #0f172a0a!important;width:max-content!important;max-width:100%!important}.finance-action-dock-v3 button{position:relative!important;width:46px!important;height:46px!important;border:0!important;border-radius:15px!important;font-size:1.15rem!important;font-weight:900!important;display:grid!important;place-items:center!important;box-shadow:0 10px 20px #0f172a0f!important;transition:.18s ease!important}.finance-action-dock-v3 button span{font-size:1.15rem!important;line-height:1!important}.finance-action-dock-v3 button:hover{transform:translateY(-2px)!important;filter:saturate(1.08)!important}.finance-action-dock-v3 button:after{content:attr(title)!important;position:absolute!important;left:50%!important;bottom:-1.26rem!important;transform:translate(-50%)!important;font-size:.58rem!important;font-weight:800!important;color:#475569!important;white-space:nowrap!important}.fin-action.income,.finance-action-dock-v3 button:nth-child(1){background:#dcfce7!important;color:#16a34a!important}.fin-action.income-detail,.finance-action-dock-v3 button:nth-child(2){background:#dbeafe!important;color:#2563eb!important}.fin-action.expense,.finance-action-dock-v3 button:nth-child(3){background:#ffe4e6!important;color:#e11d48!important}.fin-action.expense-detail,.finance-action-dock-v3 button:nth-child(4){background:#fecdd3!important;color:#be123c!important}.fin-action.transfer,.finance-action-dock-v3 button:nth-child(5){background:#fef3c7!important;color:#d97706!important}.fin-action.budget,.finance-action-dock-v3 button:nth-child(6){background:#ede9fe!important;color:#7c3aed!important}.fin-action.loan,.finance-action-dock-v3 button:nth-child(7){background:#ffedd5!important;color:#ea580c!important}.finance-history-filter{display:grid!important;grid-template-columns:minmax(280px,1fr) minmax(170px,220px) minmax(130px,180px) auto!important;gap:.48rem!important;margin:.55rem 0 .65rem!important}.finance-history-filter .search-box{width:100%!important}.finance-history-filter input,.finance-history-filter select{font-size:.78rem!important;height:38px!important}.finance-ledger-wrap{border-radius:18px!important;border:1px solid #dce7f1!important;box-shadow:0 14px 35px #0f172a0a!important}.finance-ledger th{font-size:.64rem!important;padding:.55rem .7rem!important}.finance-ledger td{font-size:.73rem!important;padding:.62rem .7rem!important}.finance-modal .aey-modal-card{border-radius:24px!important;overflow:hidden!important;box-shadow:0 30px 90px #02061747!important}.finance-modal.single .aey-modal-card{width:min(600px,94vw)!important}.finance-modal .aey-modal-head{padding:.9rem 1.1rem!important;color:#fff!important;background:linear-gradient(135deg,var(--fin-color,#0E4F88),var(--fin-color-2,#0b6ba8))!important}.finance-modal .aey-modal-head strong{font-size:1.05rem!important;color:#fff!important}.finance-modal .aey-modal-head span{display:block!important;color:#ffffffdb!important;font-size:.68rem!important;margin-top:.12rem!important}.finance-modal.tone-income{--fin-color:#16a34a;--fin-color-2:#22c55e;--fin-soft:#f0fdf4;--fin-btn:#16a34a}.finance-modal.tone-income-detail{--fin-color:#2563eb;--fin-color-2:#22c55e;--fin-soft:#eff6ff;--fin-btn:#2563eb}.finance-modal.tone-expense{--fin-color:#e11d48;--fin-color-2:#fb7185;--fin-soft:#fff1f2;--fin-btn:#e11d48}.finance-modal.tone-expense-detail{--fin-color:#be123c;--fin-color-2:#f43f5e;--fin-soft:#fff1f2;--fin-btn:#be123c}.finance-modal.tone-transfer{--fin-color:#d97706;--fin-color-2:#f59e0b;--fin-soft:#fffbeb;--fin-btn:#d97706}.finance-modal.tone-budget{--fin-color:#7c3aed;--fin-color-2:#a855f7;--fin-soft:#f5f3ff;--fin-btn:#7c3aed}.finance-modal.tone-loan{--fin-color:#ea580c;--fin-color-2:#fb923c;--fin-soft:#fff7ed;--fin-btn:#ea580c}.finance-modal .btn-primary{background:var(--fin-btn,#0E4F88)!important;border-color:var(--fin-btn,#0E4F88)!important}.finance-modal .finance-form-grid{grid-template-columns:1fr!important;padding:1rem 1.1rem!important;gap:.7rem!important;background:#fff!important}.finance-modal:not(.single) .finance-form-grid.is-detailed{grid-template-columns:1fr 1fr!important}.finance-modal .finance-form-grid label{font-size:.72rem!important;color:#17324d!important}.finance-modal .finance-form-grid input,.finance-modal .finance-form-grid select,.finance-modal .finance-form-grid textarea{height:38px!important;min-height:38px!important;border-radius:13px!important;border:1px solid #d7e3ee!important;background:#fff!important;font-size:.78rem!important}.finance-modal .finance-form-grid textarea{height:70px!important}.finance-dropzone-wrap{display:grid!important;gap:.35rem!important}.finance-drop-zone{min-height:120px!important;border:2px dashed #0E4F88!important;border-radius:20px!important;background:linear-gradient(180deg,#fff,#fbfdff)!important;padding:.85rem!important;display:grid!important;place-items:center!important;text-align:center!important;cursor:pointer!important}.finance-modal[class*=tone-] .finance-drop-zone{border-color:var(--fin-btn,#0E4F88)!important;background:linear-gradient(180deg,#fff,var(--fin-soft,#f8fbff))!important}.finance-drop-zone input[type=file]{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;opacity:0!important;cursor:pointer!important;width:100%!important;height:100%!important}.finance-drop-zone .aey-drop-zone-title{font-size:.9rem!important;font-weight:900!important;color:#102a43!important}.finance-drop-zone small{font-size:.64rem!important;line-height:1.25!important;background:#f5f7fa!important;border-radius:999px!important;padding:.4rem .75rem!important;max-width:330px!important;color:#7b8794!important;font-weight:800!important}.finance-drop-zone.is-dragging,.finance-drop-zone:hover{transform:translateY(-1px)!important;box-shadow:0 12px 26px #0e4f8814!important}@media(max-width:1180px){.dash-pro-header-v3{grid-template-columns:1fr!important}.dash-kpi-board-compact{grid-template-columns:repeat(3,minmax(0,1fr))!important}.dash-dashboard-v4,.ganados-header-v2{grid-template-columns:1fr!important}.ganados-filters-v2,.finance-history-filter{grid-template-columns:1fr 1fr!important}.ganados-filters-v2 .search-box,.finance-history-filter .search-box{grid-column:1/-1!important}}@media(max-width:760px){.dash-kpi-board-compact,.fin-kpi-grid,.dash-alert-row,.dash-state-grid{grid-template-columns:1fr!important}.ganado-step-form .ganador-form-grid.compact,.finance-modal:not(.single) .finance-form-grid.is-detailed{grid-template-columns:1fr!important}.finance-action-dock-v3{width:100%!important;overflow-x:auto!important}}.finance-drop-zone{position:relative!important}.dash-attention-compact{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:.48rem!important;align-items:start!important}.dash-attention-compact .dash-panel-head,.dash-attention-compact .empty-soft{grid-column:1/-1!important}.dash-attention-compact .dash-alert-row{margin:0!important;min-width:0!important}.dash-alert-row em{background:#eef7ff!important;color:#0e4f88!important;border-color:#c8dff5!important}.dash-current-goal{margin:.42rem 0 .5rem!important;padding:.62rem .76rem!important}.dash-current-goal p{height:8px!important;background:#ffffff38!important}.dash-current-goal p i{background:#34d399!important}.dash-goal-side-panel .dash-progress i{background:#1da8d8!important}.dash-goal-side-panel .dash-goal-row.is-done .dash-progress i{background:#0f9f63!important}.dash-goal-side-panel .dash-goal-row.is-current .dash-progress i{background:#20a8d8!important}.ganador-table-v2-wrap{padding:.48rem!important;border:0!important;background:transparent!important;box-shadow:none!important;overflow-x:auto!important;scrollbar-gutter:stable!important}.ganador-table-v2{width:100%!important;min-width:1120px!important;table-layout:fixed!important;border-collapse:separate!important;border-spacing:0 7px!important}.ganador-table-v2 col.col-g-code{width:300px!important}.ganador-table-v2 col.col-g-estado{width:86px!important}.ganador-table-v2 col.col-g-plazo{width:46px!important}.ganador-table-v2 col.col-g-condicion{width:86px!important}.ganador-table-v2 col.col-g-fechas,.ganador-table-v2 col.col-g-entrega{width:132px!important}.ganador-table-v2 col.col-g-prorroga{width:108px!important}.ganador-table-v2 col.col-g-accion{width:92px!important}.ganador-table-v2 thead th{padding:.5rem .48rem!important;font-size:.68rem!important;line-height:1.15!important;background:#f8fbff!important;border:0!important;border-bottom:1px solid #dce7f1!important;white-space:nowrap!important}.ganador-table-v2 tbody tr{outline:1px solid #dce7f1!important;outline-offset:-1px!important;border-radius:14px!important;background:#fff!important;box-shadow:none!important}.ganador-table-v2 tbody tr:hover{outline-color:#c3d6e8!important;box-shadow:0 8px 18px #0e4f880e!important}.ganador-table-v2 tbody td{padding:.52rem .46rem!important;font-size:.74rem!important;line-height:1.14!important;border:0!important;background:#fff!important;vertical-align:top!important;box-shadow:none!important}.ganador-table-v2 tbody td:first-child{border-left:4px solid var(--estado-color,#0E4F88)!important;border-radius:14px 0 0 14px!important;padding-left:.66rem!important}.ganador-table-v2 tbody td:last-child{border-radius:0 14px 14px 0!important}.ganador-table-v2 .ganador-main-row.is-selected-process,.ganador-table-v2 tr.is-selected-process{outline:2px solid #0E4F88!important;outline-offset:-2px!important;background:#fff!important;box-shadow:0 0 0 4px #0e4f8812!important}.ganador-table-v2 .ganador-main-row.is-selected-process td,.ganador-table-v2 tr.is-selected-process td{background:#fff!important;color:inherit!important;box-shadow:none!important}.ganador-table-v2 .sticky-action-col{position:sticky!important;right:0!important;width:92px!important;min-width:92px!important;max-width:92px!important;background:#fff!important;box-shadow:-8px 0 16px #ffffffeb!important}.ganador-actions-cell{display:flex!important;align-items:center!important;justify-content:center!important;gap:.25rem!important;padding-left:.28rem!important;padding-right:.28rem!important}.ganador-actions-cell .btn-small{min-width:74px!important;height:32px!important;padding:0 .62rem!important;border-radius:12px!important;font-size:.72rem!important}.ganador-row-menu summary{width:20px!important;height:30px!important;display:grid!important;place-items:center!important}.ganador-code-v2 a{font-size:.82rem!important;line-height:1.05!important}.ganador-code-v2 strong{font-size:.75rem!important;line-height:1.08!important;margin:.08rem 0!important}.ganador-code-v2 span{font-size:.68rem!important;line-height:1.12!important;display:-webkit-box!important;-webkit-line-clamp:3!important;-webkit-box-orient:vertical!important;overflow:hidden!important}.ganador-code-v2 small,.ganador-code-v2 em{font-size:.64rem!important;line-height:1.05!important}.ganador-plazo-cell{text-align:center!important;padding-left:.18rem!important;padding-right:.18rem!important;white-space:nowrap!important}.ganador-plazo-cell strong{display:block!important;font-size:.86rem!important;line-height:.9!important;font-weight:900!important;color:#0f172a!important}.ganador-plazo-cell small{display:block!important;font-size:.58rem!important;line-height:1!important;color:#64748b!important;margin-top:.08rem!important}.ganador-status{font-size:.63rem!important;padding:.22rem .42rem!important;white-space:nowrap!important}.ganador-pill{font-size:.62rem!important;padding:.22rem .42rem!important;white-space:nowrap!important}.ganador-date-cell span,.ganador-money-cell span,.ganador-money-cell small{display:block!important;white-space:normal!important;overflow:hidden!important;text-overflow:ellipsis!important}.ganador-date-cell strong,.ganador-money-cell strong{font-weight:900!important}.ganador-update-card{width:min(760px,96vw)!important;max-height:90vh!important;border-radius:24px!important}.ganado-modal-head{padding:.92rem 1.05rem!important}.ganado-modal-head strong{font-size:1.02rem!important}.ganado-modal-head span,.ganado-modal-head small{color:#ffffffe0!important;opacity:1!important;font-weight:700!important}.ganado-step-grid{grid-template-columns:1fr!important;gap:.72rem!important;padding:.85rem!important}.ganado-step-block{border:1px solid #dce7f1!important;border-radius:18px!important;padding:.8rem .85rem!important;box-shadow:0 10px 22px #0f172a09!important}.ganado-step-block h3{font-size:.98rem!important;margin:0 0 .62rem!important}.ganado-step-form .ganador-form-grid.compact,.ganador-form-grid.compact{grid-template-columns:1fr!important;gap:.56rem!important}.ganado-step-form .ganador-form-grid.compact label{gap:.25rem!important;font-size:.72rem!important}.ganado-step-form .ganador-form-grid.compact input,.ganado-step-form .ganador-form-grid.compact select,.ganado-step-form textarea{min-height:36px!important;border-radius:12px!important;padding:.54rem .68rem!important;font-size:.8rem!important}.ganado-help-inline{font-size:.62rem!important;line-height:1.2!important}.ganado-step-form .ganado-file-drop{display:grid!important;gap:.25rem!important;font-size:.72rem!important;font-weight:800!important;color:#17324d!important}.ganador-drop-zone{min-height:92px!important;border:2px dashed #0E4F88!important;border-radius:18px!important;padding:.65rem!important;gap:.28rem!important;background:linear-gradient(180deg,#fff,#f8fbff)!important}.ganador-drop-zone .aey-drop-zone-title{font-size:.84rem!important;font-weight:900!important;color:#102a43!important}.ganador-drop-zone .aey-drop-zone-icons{gap:.45rem!important}.ganador-drop-zone .aey-drop-circle{width:32px!important;height:32px!important;font-size:.95rem!important}.ganador-drop-zone small{font-size:.6rem!important;line-height:1.16!important;padding:.32rem .55rem!important;max-width:280px!important}.ganador-observaciones{padding:0 .85rem .85rem!important;font-size:.76rem!important}.ganador-observaciones textarea{min-height:62px!important;border-radius:14px!important;padding:.6rem!important;font-size:.82rem!important}.aey-modal-foot{padding:.72rem .9rem!important}.process-card[data-aey-process-card].is-selected-process{background:#fff!important;color:inherit!important;outline:2px solid #0E4F88!important;box-shadow:0 0 0 4px #0e4f8812,0 12px 26px #0e4f8814!important}.process-card[data-aey-process-card].is-selected-process a,.process-card[data-aey-process-card].is-selected-process strong,.process-card[data-aey-process-card].is-selected-process h3,.process-card[data-aey-process-card].is-selected-process .process-title,.process-card[data-aey-process-card].is-selected-process .process-entity,.process-card[data-aey-process-card].is-selected-process .entity,.process-card[data-aey-process-card].is-selected-process .process-info strong,.process-card[data-aey-process-card].is-selected-process .process-main strong{color:#0e4f88!important}.process-card[data-aey-process-card].is-selected-process p,.process-card[data-aey-process-card].is-selected-process small,.process-card[data-aey-process-card].is-selected-process span,.process-card[data-aey-process-card].is-selected-process .muted,.process-card[data-aey-process-card].is-selected-process .process-info,.process-card[data-aey-process-card].is-selected-process .process-main{color:inherit!important}@media(max-width:1180px){.dash-attention-compact{grid-template-columns:1fr!important}.ganador-table-v2{min-width:1040px!important}.ganador-table-v2 col.col-g-code{width:270px!important}.ganador-table-v2 col.col-g-valores{width:120px!important}}.dash-kpi-card-link,.dash-current-goal-link{text-decoration:none!important;color:inherit!important;cursor:pointer!important;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease!important}.dash-kpi-card-link:hover,.dash-current-goal-link:hover{transform:translateY(-1px)!important;border-color:#b9d4ea!important;box-shadow:0 14px 34px #0e4f881a!important}.dash-kpi-card-link:focus-visible,.dash-current-goal-link:focus-visible,.dash-alert-row:focus-visible,.dash-state-card-link:focus-visible,.dash-bar-line-link:focus-visible{outline:3px solid rgba(14,79,136,.28)!important;outline-offset:3px!important}.dash-current-goal-link{display:grid!important}.ganador-table-v2-wrap{overflow-x:auto!important;padding:.45rem!important;border:0!important;background:transparent!important;box-shadow:none!important}.ganador-table-v2{width:max-content!important;min-width:0!important;table-layout:fixed!important;border-collapse:separate!important;border-spacing:0 7px!important}.ganador-table-v2 col.col-g-code{width:330px!important}.ganador-table-v2 col.col-g-estado{width:74px!important}.ganador-table-v2 col.col-g-plazo{width:38px!important}.ganador-table-v2 col.col-g-condicion{width:70px!important}.ganador-table-v2 col.col-g-fechas{width:116px!important}.ganador-table-v2 col.col-g-entrega{width:112px!important}.ganador-table-v2 col.col-g-prorroga{width:92px!important}.ganador-table-v2 col.col-g-valores{width:126px!important}.ganador-table-v2 col.col-g-accion{width:88px!important}.ganador-table-v2 thead th{padding:.48rem .34rem!important;font-size:.7rem!important;line-height:1.1!important;white-space:nowrap!important;letter-spacing:.025em!important}.ganador-table-v2 tbody td{padding:.58rem .34rem!important;font-size:.8rem!important;line-height:1.16!important;vertical-align:top!important;background:#fff!important;border:0!important;box-shadow:none!important}.ganador-table-v2 tbody td:first-child{padding-left:.64rem!important;border-left:4px solid var(--estado-color,#0E4F88)!important}.ganador-code-v2 a{font-size:.92rem!important;line-height:1.05!important;font-weight:900!important}.ganador-code-v2 small,.ganador-code-v2 em{font-size:.7rem!important;line-height:1.05!important}.ganador-code-v2 strong{font-size:.84rem!important;line-height:1.08!important;margin:.08rem 0!important}.ganador-code-v2 span{font-size:.75rem!important;line-height:1.13!important;-webkit-line-clamp:3!important}.ganador-status{font-size:.68rem!important;padding:.22rem .4rem!important;max-width:70px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.ganador-pill{font-size:.67rem!important;padding:.22rem .4rem!important;white-space:nowrap!important}.ganador-plazo-cell{width:38px!important;min-width:38px!important;max-width:38px!important;text-align:center!important;padding-left:.06rem!important;padding-right:.06rem!important}.ganador-plazo-cell strong{font-size:.9rem!important;line-height:.95!important;font-weight:900!important;display:block!important}.ganador-plazo-cell small{font-size:.61rem!important;line-height:.95!important;display:block!important;margin-top:.06rem!important}.ganador-date-cell span,.ganador-money-cell span,.ganador-money-cell small{font-size:.75rem!important;line-height:1.16!important;display:block!important;margin:0!important}.ganador-date-cell strong,.ganador-money-cell strong{font-size:.78rem!important;font-weight:900!important}.ganador-table-v2 .sticky-action-col{width:88px!important;min-width:88px!important;max-width:88px!important;right:0!important;background:#fff!important;box-shadow:-6px 0 14px #fffffff2!important}.ganador-actions-cell{gap:.18rem!important;padding-left:.18rem!important;padding-right:.18rem!important}.ganador-actions-cell .btn-small{min-width:66px!important;height:30px!important;padding:0 .5rem!important;font-size:.7rem!important;border-radius:12px!important}.ganador-row-menu summary{width:18px!important;height:28px!important}.ganador-table-v2 tbody tr{outline:1px solid #dce7f1!important;outline-offset:-1px!important;border-radius:14px!important;box-shadow:none!important}.ganador-table-v2 tr.is-selected-process{outline:2px solid #0E4F88!important;outline-offset:-2px!important;box-shadow:0 0 0 4px #0e4f880f!important}.ganador-table-v2 tr.is-selected-process td{background:#fff!important;color:inherit!important}@media(max-width:1180px){.ganador-table-v2{width:max-content!important;min-width:0!important}.ganador-table-v2 col.col-g-code{width:300px!important}.ganador-table-v2 col.col-g-fechas,.ganador-table-v2 col.col-g-entrega{width:108px!important}.ganador-table-v2 col.col-g-valores{width:118px!important}}#prorrogaFields[hidden],.ganador-form-grid[hidden]{display:none!important}.ganado-step-block.is-active-stage{border-color:#0e4f88!important;box-shadow:0 14px 28px #0e4f8814!important}.ganado-step-block.is-active-stage>h3,.ganado-step-block.is-active-stage .ganado-toggle-line>h3{color:#0e4f88!important}.ganado-step-grid{grid-template-columns:1fr!important;gap:.75rem!important}.ganador-update-card{max-width:880px!important}.ganador-form-grid.compact .ganado-file-drop{grid-column:1/-1}.ganado-file-drop .ganador-drop-zone{min-height:112px!important;padding:.95rem 1rem!important}.ganado-file-drop .aey-drop-zone-icons{margin:.35rem 0!important}.ganado-file-drop .aey-drop-zone-title{font-size:.92rem!important}.ganado-file-drop small{font-size:.68rem!important;line-height:1.25!important}.aey-import-form{grid-template-columns:minmax(220px,.85fr) minmax(360px,1.45fr) auto!important}.aey-import-form .aey-import-form__url{grid-column:auto!important}@media(max-width:900px){.aey-import-form{grid-template-columns:1fr!important}.ganador-update-card{max-width:min(96vw,880px)!important}}.dash-kpi-board-compact{grid-template-columns:repeat(5,minmax(0,1fr))!important}.ganador-table-v2 col.col-g-valores{width:142px!important}.ganador-money-cell span{font-size:.76rem!important;line-height:1.16!important;margin:0 0 .12rem!important}.ganador-money-cell strong{font-size:.79rem!important;font-weight:900!important}@media(max-width:1220px){.dash-kpi-board-compact{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media(max-width:760px){.dash-kpi-board-compact{grid-template-columns:1fr 1fr!important}}.ganador-money-cell .ganador-multa-detail{color:#b45309!important;font-weight:800!important}.ganador-money-cell .ganador-multa-detail strong{color:#92400e!important}.ganado-step-form .aey-date-input{background:#fff!important;cursor:pointer!important;padding-right:2.25rem!important;background-image:linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%230E4F88' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2'/%3E%3Cpath d='M16 2v4M8 2v4M3 10h18'/%3E%3C/svg%3E")!important;background-repeat:no-repeat!important;background-position:right .72rem center!important;background-size:16px 16px!important}.ganado-step-form .aey-date-input:focus{border-color:#0e4f88!important;box-shadow:0 0 0 3px #0e4f881f!important;outline:none!important}.aey-datepicker{position:fixed;z-index:7000;width:306px;padding:.72rem;border:1px solid rgba(14,79,136,.16);border-radius:20px;background:#fff;box-shadow:0 24px 70px #0206173d;font-family:Montserrat,Arial,sans-serif;color:#0f172a;-webkit-user-select:none;user-select:none}.aey-datepicker[hidden]{display:none!important}.aey-datepicker-head{display:grid;grid-template-columns:38px 1fr 38px;align-items:center;gap:.45rem;margin-bottom:.58rem}.aey-datepicker-head strong{text-align:center;font-size:.88rem;font-weight:900;color:#0e4f88;text-transform:capitalize}.aey-datepicker-head button,.aey-datepicker-foot button,.aey-datepicker-grid button{border:0;cursor:pointer;font:inherit}.aey-datepicker-head button{width:38px;height:34px;border-radius:12px;background:#eef6ff;color:#0e4f88;font-size:1.35rem;font-weight:900;line-height:1}.aey-datepicker-head button:hover,.aey-datepicker-foot button:hover{background:#0e4f88;color:#fff}.aey-datepicker-week,.aey-datepicker-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:.28rem}.aey-datepicker-week span{text-align:center;font-size:.62rem;font-weight:900;color:#64748b;padding:.25rem 0}.aey-datepicker-grid button{height:34px;border-radius:12px;background:#f8fafc;color:#0f172a;font-size:.78rem;font-weight:800}.aey-datepicker-grid button:hover:not(:disabled){background:#e8f4ff;color:#0e4f88}.aey-datepicker-grid button.is-today{outline:2px solid rgba(14,79,136,.22);outline-offset:-2px}.aey-datepicker-grid button.is-selected{background:#0e4f88;color:#fff;box-shadow:0 8px 18px #0e4f883d}.aey-datepicker-grid button:disabled{cursor:not-allowed;opacity:.35}.aey-datepicker-foot{display:flex;justify-content:space-between;gap:.45rem;margin-top:.7rem;border-top:1px solid #e2e8f0;padding-top:.62rem}.aey-datepicker-foot button{height:32px;padding:0 .7rem;border-radius:11px;background:#f1f5f9;color:#0e4f88;font-size:.72rem;font-weight:900}.aey-datepicker-foot button:disabled{cursor:not-allowed;opacity:.38;background:#f1f5f9!important;color:#94a3b8!important}.compact-form-modal .modal-form-grid .aey-color-picker{display:inline-flex;align-items:center;gap:10px;width:100%;min-height:44px;padding:7px 10px;overflow:hidden}.compact-form-modal .modal-form-grid .aey-color-trigger{flex:0 0 34px;width:34px;height:34px;min-width:34px;border-radius:12px}.compact-form-modal .modal-form-grid .aey-color-trigger span{display:block!important;width:100%!important;height:100%!important;min-width:0!important;border-radius:9px!important;background:var(--picked-color, #0E4F88)!important;text-indent:-9999px;overflow:hidden}.compact-form-modal .modal-form-grid .aey-color-picker input[type=color][data-color-native]{position:absolute!important;width:1px!important;height:1px!important;min-height:1px!important;opacity:0!important;pointer-events:none!important;padding:0!important;border:0!important}.compact-form-modal .modal-form-grid .aey-color-picker input[type=text][data-color-hex]{flex:0 0 92px;width:92px!important;min-height:34px!important;border-radius:10px!important;background:#fff!important;text-align:center}.compact-form-modal .modal-form-grid label.switch-line{display:inline-flex!important;flex-direction:row!important;align-items:center!important;justify-content:flex-start!important;gap:10px!important;min-height:44px!important;padding:0 12px!important;border:1px solid var(--gray-200)!important;border-radius:12px!important;background:var(--gray-50)!important}.compact-form-modal .modal-form-grid label.switch-line input[type=checkbox]{-moz-appearance:none!important;appearance:none!important;-webkit-appearance:none!important;display:inline-block!important;position:relative!important;flex:0 0 42px!important;width:42px!important;height:24px!important;min-width:42px!important;min-height:24px!important;margin:0!important;padding:0!important;border:0!important;border-radius:999px!important;background:#cbd5e1!important;cursor:pointer!important;box-shadow:inset 0 0 0 1px #0f172a0f!important;transition:background .18s ease,box-shadow .18s ease!important;accent-color:initial!important}.compact-form-modal .modal-form-grid label.switch-line input[type=checkbox]:after{content:"";position:absolute;top:3px;left:3px;width:18px;height:18px;border-radius:50%;background:#fff;box-shadow:0 2px 7px #0f172a33;transition:left .18s ease}.compact-form-modal .modal-form-grid label.switch-line input[type=checkbox]:checked{background:var(--primary)!important}.compact-form-modal .modal-form-grid label.switch-line input[type=checkbox]:checked:after{left:21px}.compact-form-modal .modal-form-grid label.switch-line>span{display:inline-block!important;width:auto!important;height:auto!important;min-width:0!important;border-radius:0!important;background:transparent!important;color:var(--gray-700)!important;font-size:10px!important;font-weight:900!important;letter-spacing:.02em!important;line-height:1.1!important;text-transform:uppercase!important}.compact-form-modal .modal-form-grid label.switch-line>span:after{content:none!important}.ganador-drop-zone .aey-drop-existing{width:100%!important;display:grid!important;gap:.35rem!important;margin-top:.45rem!important;position:relative!important;z-index:3!important}.ganador-drop-zone .aey-drop-existing[hidden]{display:none!important}.ganador-drop-zone .aey-drop-existing>strong{font-size:.68rem!important;color:#0e4f88!important;text-align:left!important;font-weight:900!important}.ganador-drop-zone .aey-existing-doc-row{display:grid!important;grid-template-columns:minmax(0,1fr) 30px!important;gap:.45rem!important;align-items:center!important;width:100%!important;border:1px solid #cfe1f2!important;background:#fff!important;border-radius:13px!important;padding:.35rem .42rem!important;color:#102a43!important;text-align:left!important;box-shadow:0 8px 18px #0e4f880f!important}.ganador-drop-zone .aey-existing-doc-row:hover{border-color:#0e4f88!important;background:#f4f9ff!important}.ganador-drop-zone .aey-existing-doc-link{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:.55rem!important;align-items:center!important;min-width:0!important;color:#102a43!important;text-decoration:none!important}.ganador-drop-zone .aey-existing-doc-row span{overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;font-size:.72rem!important;font-weight:800!important}.ganador-drop-zone .aey-existing-doc-row em{font-style:normal!important;white-space:nowrap!important;color:#6b7c93!important;font-size:.64rem!important;font-weight:800!important}.ganador-drop-zone .aey-existing-doc-delete{width:26px!important;height:26px!important;border:0!important;border-radius:999px!important;background:#fff1f2!important;color:#dc2626!important;font-size:1rem!important;font-weight:900!important;line-height:1!important;cursor:pointer!important;display:inline-grid!important;place-items:center!important}.ganador-drop-zone .aey-existing-doc-delete:hover{background:#fee2e2!important;color:#991b1b!important}.aey-file-source-tabs{display:grid;grid-template-columns:repeat(auto-fit,minmax(135px,1fr));gap:.45rem;margin:0 0 .85rem;padding:.25rem;background:#eef5fb;border:1px solid #d7e6f3;border-radius:16px}.aey-file-source-tabs button{border:0;border-radius:13px;background:transparent;color:#0f4777;cursor:pointer;font-family:inherit;font-weight:800;padding:.62rem .72rem;display:inline-flex;align-items:center;justify-content:center;gap:.35rem;min-height:38px}.aey-file-source-tabs button:hover,.aey-file-source-tabs button.is-active{background:#0e4f88;color:#fff;box-shadow:0 8px 18px #0e4f882e}.aey-file-source-tabs em{font-style:normal;font-size:.72rem;min-width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#0e4f881f}.aey-file-source-tabs button.is-active em,.aey-file-source-tabs button:hover em{background:#ffffff38}.aey-file-source-pane[hidden]{display:none!important}.aey-file-row.is-contractual .aey-file-icon:before{content:"✓";font-weight:900;color:#0e4f88}.ganado-infima-help{margin:0;padding:.72rem .85rem;border:1px solid #dbeafe;border-radius:14px;background:#eff6ff;color:#0f4777;font-size:.78rem;font-weight:700;line-height:1.35}.ganado-infima-help[hidden]{display:none!important}.aey-file-row.is-contractual{grid-template-columns:16px minmax(0,1fr) auto auto 24px 24px!important}.aey-contract-delete-btn{width:22px!important;height:22px!important;min-width:22px!important;border:1px solid #fecaca!important;border-radius:8px!important;background:#fff5f5!important;color:#b91c1c!important;font-size:15px!important;line-height:1!important;font-weight:900!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:0!important;cursor:pointer!important}.aey-contract-delete-btn:hover{background:#fee2e2!important;border-color:#fca5a5!important;transform:translateY(-1px)}.aey-contract-delete-btn:focus-visible{outline:2px solid #ef4444!important;outline-offset:2px!important}.ganador-entrega-restante{display:inline-flex!important;align-items:center!important;width:max-content!important;max-width:100%!important;margin:.18rem 0!important;padding:.16rem .42rem!important;border-radius:999px!important;font-size:.62rem!important;font-weight:900!important;line-height:1.15!important;background:#eef2ff!important;color:#1e3a8a!important}.ganador-entrega-restante.is-ok{background:#dcfce7!important;color:#166534!important}.ganador-entrega-restante.is-today{background:#fef3c7!important;color:#92400e!important}.ganador-entrega-restante.is-late{background:#fee2e2!important;color:#991b1b!important}.ganador-entrega-restante.is-done{background:#e5e7eb!important;color:#374151!important}.ganador-entrega-restante.is-pending{background:#f1f5f9!important;color:#64748b!important}.ganador-firma-restante{display:inline-flex!important;align-items:center!important;width:max-content!important;max-width:100%!important;margin:.18rem 0!important;padding:.16rem .42rem!important;border-radius:999px!important;font-size:.62rem!important;font-weight:900!important;line-height:1.15!important;border:1px solid transparent!important}.ganador-firma-restante.is-alert{background:#fee2e2!important;color:#991b1b!important;border-color:#fecaca!important}.ganador-firma-restante.is-expired{background:#64748b24!important;color:#475569ad!important;border-color:#94a3b840!important}.ganador-firma-restante.is-done{background:#64748b1f!important;color:#475569bf!important;border-color:#94a3b83d!important}.ganador-firma-restante.is-pending{background:#f1f5f9!important;color:#64748b!important;border-color:#e2e8f0!important}#ganadoModal.is-infima-modal [data-not-infima],.ganado-step-form [data-not-infima][hidden],.ganado-step-form [hidden]{display:none!important}.ganador-table-v2 .sticky-action-col{background:transparent!important;box-shadow:none!important}.ganador-table-v2 thead .sticky-action-col{background:transparent!important}.ganador-table-v2 .ganador-main-row.is-selected-process td.sticky-action-col,.ganador-table-v2 tr.is-selected-process td.sticky-action-col{background:transparent!important;box-shadow:none!important}.ganador-actions-cell{background:transparent!important}.ganador-row-menu>div{min-width:132px!important}.finance-action-dock-v3{display:flex!important;align-items:stretch!important;justify-content:flex-start!important;gap:.65rem!important;margin:.75rem 0 1rem!important;padding:.75rem!important;background:#fff!important;border:1px solid #dce7f1!important;border-radius:20px!important;box-shadow:0 12px 28px #0f172a0a!important;width:max-content!important;max-width:100%!important;overflow-x:auto!important}.finance-action-dock-v3 button{position:relative!important;width:78px!important;height:66px!important;min-width:78px!important;border:0!important;border-radius:16px!important;padding:.42rem .35rem!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:.25rem!important;box-shadow:0 10px 20px #0f172a0f!important}.finance-action-dock-v3 button span{font-size:1.08rem!important;line-height:1!important}.finance-action-dock-v3 button:after{content:attr(title)!important;position:static!important;left:auto!important;bottom:auto!important;transform:none!important;display:block!important;max-width:100%!important;white-space:normal!important;text-align:center!important;line-height:1.05!important;font-size:.54rem!important;font-weight:800!important;color:#334155!important}.finance-action-dock-v3 button:hover:after{color:#0f172a!important}@media(max-width:700px){.finance-action-dock-v3{width:100%!important;gap:.55rem!important;padding:.65rem!important}.finance-action-dock-v3 button{width:72px!important;min-width:72px!important;height:64px!important}}.finance-action-dock-v3{align-items:center!important;margin:.75rem 0!important}.finance-action-dock-v3 button{width:56px!important;min-width:56px!important;height:52px!important;padding:.45rem!important}.finance-action-dock-v3 button:after{content:""!important;display:none!important}.finance-action-dock-v3 button span{font-size:1.22rem!important}.finance-table-toolbar{display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:.6rem!important;margin:.2rem 0 .7rem!important}.finance-toolbar-btn{min-height:36px!important;padding:.55rem .85rem!important;border-radius:12px!important;font-size:.78rem!important;font-weight:800!important}.finance-note-cell{max-width:240px!important;white-space:normal!important}.finance-edit-btn{width:30px!important;height:30px!important;border:1px solid #dbe5ef!important;border-radius:10px!important;background:#fff!important;color:#0e4f88!important;font-weight:900!important;cursor:pointer!important;box-shadow:0 8px 18px #0f172a0f!important}.finance-edit-btn:hover{background:#0e4f88!important;color:#fff!important}.finance-edit-muted{color:#94a3b8!important;font-weight:800!important}.finance-modal .finance-picker select{width:100%!important}@media(max-width:700px){.finance-table-toolbar{flex-wrap:wrap!important}.finance-action-dock-v3 button{width:52px!important;min-width:52px!important;height:50px!important}}.finance-action-row{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:1rem!important;margin:.75rem 0 1rem!important;width:100%!important}.finance-action-row .finance-action-dock-v3{margin:0!important;flex:0 1 auto!important}.finance-action-row .finance-table-toolbar{margin:0 0 0 auto!important;flex:0 0 auto!important;justify-content:flex-end!important}.finance-action-row .finance-toolbar-btn{white-space:nowrap!important}.finance-modal select:required:invalid,.finance-modal input:required:invalid{border-color:#cbd5e1!important}.finance-modal select:required:focus:invalid,.finance-modal input:required:focus:invalid{border-color:#0e4f88!important}@media(max-width:900px){.finance-action-row{align-items:stretch!important;flex-direction:column!important}.finance-action-row .finance-table-toolbar{margin-left:0!important;justify-content:flex-start!important;flex-wrap:wrap!important}}.finance-toolbar-excel{border-color:#bbf7d0!important;background:#f0fdf4!important;color:#166534!important}.finance-row-actions{display:flex!important;align-items:center!important;gap:.38rem!important;white-space:nowrap!important}.finance-delete-form{display:inline-flex!important;margin:0!important}.finance-delete-btn{width:30px!important;height:30px!important;border:1px solid #fecaca!important;border-radius:10px!important;background:#fff!important;color:#dc2626!important;font-size:1.05rem!important;line-height:1!important;font-weight:900!important;cursor:pointer!important;box-shadow:0 8px 18px #0f172a0f!important}.finance-delete-btn:hover{background:#dc2626!important;color:#fff!important}.finance-modal{padding:clamp(.35rem,1.4vw,1rem)!important;align-items:center!important;justify-items:center!important}.finance-modal .aey-modal-card{max-height:calc(100dvh - 1.25rem)!important;display:flex!important;flex-direction:column!important;overflow:hidden!important}.finance-modal .aey-modal-card>form{display:flex!important;flex-direction:column!important;flex:1 1 auto!important;min-height:0!important}.finance-modal .aey-modal-head{flex:0 0 auto!important}.finance-modal .finance-form-grid{flex:1 1 auto!important;min-height:0!important;overflow-y:auto!important;overscroll-behavior:contain!important;scrollbar-gutter:stable both-edges!important}.finance-modal .aey-modal-foot{flex:0 0 auto!important;position:sticky!important;bottom:0!important;z-index:4!important}@media(max-height:760px){.finance-modal .aey-modal-head{padding:.72rem .95rem!important}.finance-modal .finance-form-grid{padding:.78rem .95rem!important;gap:.55rem!important}.finance-modal .finance-form-grid input,.finance-modal .finance-form-grid select,.finance-modal .finance-form-grid textarea{height:35px!important;min-height:35px!important}.finance-modal .finance-form-grid textarea{height:58px!important}.finance-drop-zone{min-height:92px!important;padding:.65rem!important}}@media(max-width:700px){.finance-row-actions{justify-content:flex-start!important}.finance-toolbar-excel{width:auto!important}}.finance-docs-btn{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:.18rem!important;min-width:42px!important;height:30px!important;border:1px solid #dbe5ef!important;border-radius:10px!important;background:#fff!important;color:#0e4f88!important;font-weight:900!important;cursor:pointer!important;box-shadow:0 8px 18px #0f172a0f!important}.finance-docs-btn span{font-size:.9rem!important;line-height:1!important}.finance-docs-btn em{font-style:normal!important;font-size:.7rem!important;color:#0e4f88!important}.finance-docs-btn:hover{background:#0e4f88!important;color:#fff!important}.finance-docs-btn:hover em{color:#fff!important}.finance-docs-overlay{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:9996!important;background:#0f172a57!important;-webkit-backdrop-filter:blur(2px)!important;backdrop-filter:blur(2px)!important}.finance-docs-panel{position:fixed!important;top:0!important;right:0!important;z-index:9997!important;width:min(760px,96vw)!important;height:100dvh!important;background:#f8fbff!important;border-left:1px solid #dbeafe!important;box-shadow:-26px 0 70px #0f172a3d!important;display:flex!important;flex-direction:column!important;transform:translate(106%)!important;transition:transform .22s ease!important}.finance-docs-panel[aria-hidden=false]{transform:translate(0)!important}.finance-docs-panel-head{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:1rem!important;padding:1rem 1.1rem!important;background:linear-gradient(135deg,#0e4f88,#0b6ba8)!important;color:#fff!important;flex:0 0 auto!important}.finance-docs-panel-head strong{display:block!important;font-size:1rem!important;color:#fff!important}.finance-docs-panel-head span{display:block!important;font-size:.76rem!important;color:#ffffffd6!important;margin-top:.18rem!important}.finance-docs-panel-head button{width:38px!important;height:38px!important;border:0!important;border-radius:13px!important;background:#fff!important;color:#0e4f88!important;font-size:1.35rem!important;font-weight:900!important;cursor:pointer!important}.finance-docs-panel-body{flex:1 1 auto!important;min-height:0!important;overflow-y:auto!important;padding:1rem!important;display:grid!important;gap:1rem!important;scrollbar-gutter:stable both-edges!important}.finance-doc-card{background:#fff!important;border:1px solid #dbeafe!important;border-radius:18px!important;box-shadow:0 12px 34px #0f172a14!important;overflow:hidden!important}.finance-doc-card-head{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:.7rem!important;padding:.72rem .85rem!important;border-bottom:1px solid #e2e8f0!important}.finance-doc-card-head small{display:block!important;color:#64748b!important;font-weight:800!important;font-size:.68rem!important;text-transform:uppercase!important}.finance-doc-card-head strong{display:block!important;color:#0f172a!important;font-size:.86rem!important;max-width:520px!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.finance-doc-actions{display:inline-flex!important;align-items:center!important;gap:.35rem!important}.finance-doc-icon,.finance-doc-download{width:32px!important;height:32px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border-radius:10px!important;border:1px solid #dbe5ef!important;background:#fff!important;color:#0e4f88!important;text-decoration:none!important;font-weight:900!important}.finance-doc-download{color:#166534!important;border-color:#bbf7d0!important;background:#f0fdf4!important}.finance-doc-icon.disabled{opacity:.38!important;cursor:not-allowed!important}.finance-doc-preview{background:#f1f5f9!important;padding:.7rem!important}.finance-doc-preview img{display:block!important;width:100%!important;max-height:70vh!important;object-fit:contain!important;border-radius:14px!important;background:#fff!important}.finance-doc-preview.is-pdf{height:72vh!important;padding:0!important;background:#e2e8f0!important}.finance-doc-preview.is-pdf iframe{width:100%!important;height:100%!important;border:0!important;background:#fff!important}.finance-doc-no-preview,.finance-doc-empty{margin:.8rem!important;padding:1rem!important;border:1px dashed #cbd5e1!important;border-radius:14px!important;background:#f8fafc!important;color:#64748b!important;text-align:center!important}.finance-doc-no-preview strong{display:block!important;color:#0f172a!important;margin-bottom:.2rem!important}.config-row-actions{display:inline-flex!important;align-items:center!important;gap:.38rem!important;white-space:nowrap!important}.finance-delete-btn:disabled{opacity:.36!important;cursor:not-allowed!important;background:#f8fafc!important;color:#94a3b8!important;border-color:#e2e8f0!important}.finance-config-alert{background:#fff7ed!important;border:1px solid #fed7aa!important;color:#9a3412!important;border-radius:14px!important;padding:.75rem .9rem!important;font-weight:800!important}.finance-config-cancel{background:#f8fafc!important}@media(max-width:700px){.finance-docs-panel{width:100vw!important}.finance-doc-card-head strong{max-width:62vw!important}.finance-doc-preview.is-pdf{height:62vh!important}}body.finance-docs-open{overflow:hidden!important}.finance-docs-panel{height:100vh!important;max-height:100vh!important;overflow:hidden!important}@supports (height:100dvh){.finance-docs-panel{height:100dvh!important;max-height:100dvh!important}}.finance-docs-panel-body{display:block!important;flex:1 1 auto!important;min-height:0!important;overflow-y:auto!important;overflow-x:hidden!important;padding:1rem!important;overscroll-behavior:contain!important;scroll-behavior:smooth!important}.finance-doc-card{overflow:visible!important;margin:0 0 1rem!important}.finance-doc-card:last-child{margin-bottom:2rem!important}.finance-doc-preview{display:block!important;height:auto!important;max-height:none!important;overflow:visible!important;padding:.75rem!important;background:#f1f5f9!important}.finance-doc-preview img{display:block!important;width:100%!important;max-width:100%!important;height:auto!important;max-height:none!important;object-fit:contain!important;object-position:top center!important;border-radius:14px!important;background:#fff!important}.finance-doc-preview.is-pdf{height:78vh!important;min-height:620px!important;max-height:none!important;overflow:hidden!important;padding:0!important;background:#e2e8f0!important}.finance-doc-preview.is-pdf iframe{display:block!important;width:100%!important;height:100%!important;min-height:620px!important;border:0!important;background:#fff!important}@media(max-width:700px){.finance-docs-panel-body{padding:.75rem!important}.finance-doc-preview{padding:.55rem!important}.finance-doc-preview.is-pdf{height:68vh!important;min-height:460px!important}.finance-doc-preview.is-pdf iframe{min-height:460px!important}}.finance-existing-files{border:1px solid #dbeafe!important;background:#f8fbff!important;border-radius:16px!important;padding:.8rem!important;display:grid!important;gap:.55rem!important}.finance-existing-files[hidden]{display:none!important}.finance-existing-files>strong{display:block!important;color:#102a43!important;font-size:.86rem!important;font-weight:900!important}.finance-existing-files>small{display:block!important;color:#64748b!important;font-size:.72rem!important;font-weight:700!important;margin-top:-.2rem!important}.finance-existing-files-list{display:grid!important;gap:.45rem!important}.finance-existing-file-row{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:.55rem!important;border:1px solid #e2e8f0!important;background:#fff!important;border-radius:14px!important;padding:.5rem .55rem!important;box-shadow:0 8px 20px #0f172a0d!important}.finance-existing-file-info{min-width:0!important;display:grid!important;grid-template-columns:auto minmax(0,1fr)!important;align-items:center!important;gap:.45rem!important}.finance-existing-file-info em{font-style:normal!important;font-size:.65rem!important;font-weight:900!important;color:#0e4f88!important;background:#eaf4ff!important;border-radius:999px!important;padding:.18rem .42rem!important;text-transform:uppercase!important}.finance-existing-file-info span{overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;color:#102a43!important;font-weight:800!important;font-size:.78rem!important}.finance-existing-file-status{grid-column:2!important;color:#b91c1c!important;font-size:.68rem!important;font-weight:900!important}.finance-existing-file-actions{display:inline-flex!important;align-items:center!important;gap:.3rem!important}.finance-existing-file-action,.finance-existing-file-download,.finance-existing-file-remove{width:28px!important;height:28px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border-radius:9px!important;border:1px solid #dbe5ef!important;background:#fff!important;color:#0e4f88!important;text-decoration:none!important;font-weight:900!important;cursor:pointer!important;line-height:1!important}.finance-existing-file-download{color:#166534!important;border-color:#bbf7d0!important;background:#f0fdf4!important}.finance-existing-file-remove{color:#dc2626!important;border-color:#fecaca!important;background:#fff5f5!important;font-size:1rem!important}.finance-existing-file-action.disabled{opacity:.38!important;cursor:not-allowed!important}.finance-existing-file-row.is-pending-delete{opacity:.62!important;background:#fff1f2!important;border-color:#fecdd3!important}.finance-existing-file-row.is-pending-delete .finance-existing-file-remove{opacity:.5!important;cursor:not-allowed!important}@media(max-width:700px){.finance-existing-file-row{grid-template-columns:1fr!important;align-items:start!important}.finance-existing-file-actions{justify-content:flex-start!important}}.finance-ledger th:last-child,.finance-ledger td:last-child{text-align:left!important;width:132px!important;min-width:132px!important}.finance-row-actions{justify-content:flex-start!important;align-items:center!important;width:100%!important}.finance-docs-placeholder{visibility:hidden!important;pointer-events:none!important}.finance-docs-btn,.finance-edit-btn,.finance-delete-btn{flex:0 0 auto!important}.aey-compras-list{display:grid;gap:12px}.aey-compra-card{border:1px solid #dbeafe;background:linear-gradient(180deg,#fff,#f8fbff);border-radius:18px;padding:12px;box-shadow:0 10px 24px #0f172a0d}.aey-compra-card-head{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:10px}.aey-compra-card-head span{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#0e4f88}.aey-compra-card-head em{font-style:normal;font-size:.72rem;font-weight:600;color:#6d28d9;background:#f3e8ff;border-radius:999px;padding:4px 8px;white-space:nowrap}.aey-compra-card dl{display:grid;gap:8px;margin:0}.aey-compra-card dl div{display:grid;grid-template-columns:94px minmax(0,1fr);gap:8px;align-items:start}.aey-compra-card dt{margin:0;color:#64748b;font-size:.73rem;font-weight:600}.aey-compra-card dd{margin:0;color:#0f172a;font-size:.82rem;font-weight:500;line-height:1.35;overflow-wrap:anywhere}.aey-compra-card dd a{color:#0e4f88;text-decoration:none;font-weight:700}.aey-panel-notice{border-radius:14px;padding:9px 11px;margin:0 0 12px;font-size:.8rem;font-weight:600}.aey-panel-notice.is-success{background:#ecfdf5;border:1px solid #bbf7d0;color:#166534}@media(max-width:720px){.aey-compra-card dl div{grid-template-columns:1fr;gap:2px}}.aey-compras-list{display:grid!important;gap:10px!important}.aey-compra-card{border:1px solid rgba(14,79,136,.16)!important;background:#fff!important;border-radius:16px!important;padding:12px!important;box-shadow:0 8px 18px #0f172a0b!important}.aey-compra-topline{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:5px}.aey-compra-type{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#0e4f88}.aey-compra-state{font-size:.68rem;font-weight:600;color:#6d28d9;background:#f3e8ff;border-radius:999px;padding:3px 8px;white-space:nowrap}.aey-compra-code{display:inline-flex;color:#0f172a;text-decoration:none;font-weight:700;font-size:.95rem;line-height:1.15;margin-bottom:2px}.aey-compra-code:hover{color:#0e4f88;text-decoration:underline}.aey-compra-provider{color:#475569;font-size:.78rem;line-height:1.25;margin-bottom:9px;overflow-wrap:anywhere}.aey-compra-mini-grid{display:grid;grid-template-columns:1fr;gap:6px;margin-bottom:8px}.aey-compra-mini-grid span{display:flex;justify-content:space-between;gap:10px;border:1px solid rgba(15,23,42,.07);background:#f8fafc;border-radius:12px;padding:7px 9px}.aey-compra-mini-grid b{font-size:.7rem;font-weight:600;color:#64748b}.aey-compra-mini-grid em{font-style:normal;font-size:.74rem;font-weight:600;color:#0f172a;text-align:right;overflow-wrap:anywhere}.aey-compra-modelos{border-left:3px solid rgba(14,79,136,.25);padding-left:8px;color:#334155;font-size:.76rem;line-height:1.3;margin:8px 0}.aey-compra-observacion{color:#64748b;font-size:.72rem;line-height:1.28;background:#f8fafc;border-radius:12px;padding:8px 9px;overflow-wrap:anywhere}.aey-compra-card dl,.aey-compra-card dt,.aey-compra-card dd,.aey-compra-card-head{all:unset}.aey-compra-card{padding:13px!important}.aey-compra-provider{margin-bottom:8px!important}.aey-compra-data-box{display:grid;gap:4px;background:#f8fafc;border:1px solid rgba(15,23,42,.08);border-radius:13px;padding:8px 10px;margin:8px 0}.aey-compra-data-box div{display:grid;grid-template-columns:86px minmax(0,1fr);gap:8px;align-items:start}.aey-compra-data-box span{color:#64748b;font-size:.73rem;line-height:1.35;font-weight:500}.aey-compra-data-box strong{color:#0f172a;font-size:.74rem;line-height:1.35;font-weight:600;text-align:right;overflow-wrap:anywhere}.aey-compra-data-box .is-wide{border-top:1px solid rgba(15,23,42,.07);padding-top:5px;margin-top:2px}.aey-compra-observacion{padding:7px 9px!important;margin-top:7px!important}@media(max-width:520px){.aey-compra-data-box div{grid-template-columns:1fr;gap:1px}.aey-compra-data-box strong{text-align:left}}.finance-dropzone-wrap{display:grid!important;gap:.42rem!important}.finance-dropzone-label{display:block!important;color:#17324d!important;font-size:.72rem!important;font-weight:900!important;margin:0!important}.finance-drop-zone .finance-drop-message{position:relative!important;z-index:3!important;margin-top:.45rem!important;border-radius:12px!important;padding:.42rem .6rem!important;font-size:.68rem!important;font-weight:900!important;line-height:1.25!important}.finance-drop-zone .finance-drop-message[hidden]{display:none!important}.finance-drop-zone .finance-drop-message.is-ok{background:#ecfdf5!important;color:#047857!important;border:1px solid #bbf7d0!important}.finance-drop-zone .finance-drop-message.is-error{background:#fff1f2!important;color:#be123c!important;border:1px solid #fecdd3!important}.finance-attachment-actions{display:flex!important;align-items:center!important;justify-content:center!important;gap:.55rem!important;flex-wrap:wrap!important}.finance-attachment-btn{min-height:36px!important;border-radius:999px!important;border:1px solid color-mix(in srgb,var(--fin-btn,#0E4F88) 30%,#dbeafe)!important;background:#fff!important;color:var(--fin-btn,#0E4F88)!important;padding:.45rem .85rem!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:.38rem!important;font-size:.74rem!important;font-weight:900!important;cursor:pointer!important;box-shadow:0 8px 18px #0f172a0d!important}.finance-attachment-btn:hover{transform:translateY(-1px)!important;background:var(--fin-soft,#f8fbff)!important;border-color:var(--fin-btn,#0E4F88)!important}.finance-camera-input{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;opacity:0!important;pointer-events:none!important;left:-9999px!important}.finance-drop-zone .aey-drop-selected{width:100%!important;max-width:100%!important;position:relative!important;z-index:3!important}.finance-drop-zone .aey-drop-file-row{grid-template-columns:auto minmax(0,1fr) auto!important;gap:.55rem!important;padding:.45rem .5rem!important}.finance-file-thumb{width:34px!important;height:34px!important;border-radius:10px!important;overflow:hidden!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;background:#eef6ff!important;border:1px solid #dbeafe!important;flex:0 0 auto!important}.finance-file-thumb img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important}.finance-file-thumb em{font-style:normal!important;color:#0e4f88!important;font-size:.58rem!important;font-weight:900!important;text-transform:uppercase!important}.finance-drop-zone .finance-file-name{display:grid!important;gap:.1rem!important;min-width:0!important}.finance-drop-zone .finance-file-name strong,.finance-drop-zone .finance-file-name small{display:block!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.finance-drop-zone .finance-file-name strong{font-size:.72rem!important;color:#102a43!important;font-weight:900!important}.finance-drop-zone .finance-file-name small{color:#64748b!important;font-size:.64rem!important;font-weight:800!important}@media(max-width:560px){.finance-attachment-actions{display:grid!important;grid-template-columns:1fr!important}.finance-attachment-btn{width:100%!important}}.finance-detail-link{-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;border:0!important;background:transparent!important;color:var(--fin-btn,#0E4F88)!important;font-size:.72rem!important;font-weight:900!important;text-align:left!important;padding:.25rem 0 0!important;cursor:pointer!important;text-decoration:underline!important;text-underline-offset:3px!important}.finance-assignment{border:1px solid #dbe7f3!important;background:linear-gradient(180deg,#fff,#fbfdff)!important;border-radius:18px!important;padding:.85rem!important;display:grid!important;gap:.75rem!important}.finance-modal[class*=tone-] .finance-assignment{border-color:color-mix(in srgb,var(--fin-btn,#0E4F88) 24%,#dbe7f3)!important;background:linear-gradient(180deg,#fff,var(--fin-soft,#f8fbff))!important}.finance-assignment-head strong{display:block!important;color:#102a43!important;font-size:.95rem!important;font-weight:950!important}.finance-assignment-head small,.finance-assignment-note{display:block!important;color:#64748b!important;font-size:.72rem!important;font-weight:800!important;line-height:1.35!important;margin-top:.12rem!important}.finance-assignment-options,.finance-assignment-mode{display:flex!important;gap:.55rem!important;flex-wrap:wrap!important}.finance-assignment-options label,.finance-assignment-mode label{display:inline-flex!important;align-items:center!important;gap:.36rem!important;width:auto!important;min-height:34px!important;padding:.42rem .65rem!important;border-radius:999px!important;border:1px solid #dbe7f3!important;background:#fff!important;color:#102a43!important;font-size:.72rem!important;font-weight:900!important;cursor:pointer!important}.finance-assignment-options input,.finance-assignment-mode input{accent-color:var(--fin-btn,#0E4F88)!important}.finance-assignment-single[hidden],.finance-assignment-multi[hidden]{display:none!important}.finance-assignment-single{display:grid!important;gap:.45rem!important}.finance-assignment-table-wrap{width:100%!important;overflow-x:auto!important;border:1px solid #e5edf6!important;border-radius:14px!important;background:#fff!important}.finance-assignment-table{width:100%!important;border-collapse:collapse!important;min-width:680px!important}.finance-assignment-table th,.finance-assignment-table td{padding:.5rem!important;border-bottom:1px solid #edf2f7!important;vertical-align:middle!important;text-align:left!important}.finance-assignment-table th{background:#f8fafc!important;color:#475569!important;font-size:.66rem!important;text-transform:uppercase!important;letter-spacing:.04em!important;font-weight:950!important}.finance-assignment-table td input{width:100%!important;min-height:34px!important;border-radius:10px!important;border:1px solid #cfe0ef!important;padding:.42rem .55rem!important;font-weight:800!important}.finance-add-assignment,.finance-remove-assignment{border:0!important;border-radius:999px!important;font-weight:950!important;cursor:pointer!important}.finance-add-assignment{justify-self:start!important;background:var(--fin-btn,#0E4F88)!important;color:#fff!important;padding:.5rem .85rem!important;box-shadow:0 10px 22px #0e4f8824!important}.finance-remove-assignment{width:30px!important;height:30px!important;background:#fff1f2!important;color:#be123c!important;border:1px solid #fecdd3!important;font-size:1rem!important}.finance-assignment-status{border-radius:12px!important;padding:.55rem .7rem!important;background:#f8fafc!important;color:#64748b!important;border:1px solid #e2e8f0!important;font-size:.72rem!important;font-weight:900!important;line-height:1.35!important}.finance-assignment-status.is-ok{background:#ecfdf5!important;color:#047857!important;border-color:#bbf7d0!important}.finance-assignment-status.is-error{background:#fff1f2!important;color:#be123c!important;border-color:#fecdd3!important}.finance-distribution-badge{display:inline-flex!important;align-items:center!important;justify-content:center!important;border-radius:999px!important;padding:.22rem .55rem!important;background:#eef6ff!important;color:#0e4f88!important;font-size:.68rem!important;font-weight:950!important;margin-bottom:.18rem!important}.finance-distribution-badge.is-general{background:#f1f5f9!important;color:#64748b!important}.finance-ledger td small{display:block!important;line-height:1.25!important}@media(max-width:720px){.finance-assignment-options,.finance-assignment-mode{display:grid!important;grid-template-columns:1fr!important}.finance-assignment-options label,.finance-assignment-mode label{width:100%!important}.finance-assignment-table{min-width:620px!important}}body.modal-open .global-alert-wrapper,body.modal-open .global-alert-panel,body:has(.finance-modal[aria-hidden=false]) .global-alert-wrapper,body:has(.finance-modal[aria-hidden=false]) .global-alert-panel{display:none!important;pointer-events:none!important}.finance-modal .aey-modal-head{padding:.72rem 1rem!important}.finance-modal .aey-modal-head [data-close-fin-modal],.finance-modal .aey-modal-head button[data-close-fin-modal]{width:40px!important;height:40px!important;min-width:40px!important;border-radius:14px!important}.finance-modal .finance-form-grid{gap:.52rem!important}.finance-modal .finance-form-grid label,.finance-modal .finance-picker{gap:.18rem!important;line-height:1.12!important}.finance-modal .finance-form-grid input,.finance-modal .finance-form-grid select,.finance-modal .finance-form-grid textarea{width:100%!important;box-sizing:border-box!important;line-height:1.15!important;padding:.42rem .85rem!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.finance-modal .finance-form-grid select{-moz-appearance:auto!important;appearance:auto!important;-webkit-appearance:auto!important;background-color:#fff!important}.finance-assignment{padding:.58rem .68rem!important;gap:.42rem!important;border-radius:16px!important}.finance-assignment-head strong{font-size:.88rem!important;line-height:1.05!important;margin:0!important}.finance-assignment-head small{font-size:.66rem!important;line-height:1.15!important;margin-top:.08rem!important}.finance-assignment-options{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:.38rem!important}.finance-assignment-options label{min-height:38px!important;height:38px!important;padding:.28rem .5rem!important;border-radius:14px!important;justify-content:center!important;gap:.32rem!important;font-size:.7rem!important;line-height:1!important;white-space:nowrap!important}.finance-assignment-options label:has(input:checked){border-color:var(--fin-btn,#2563eb)!important;background:linear-gradient(180deg,#fff,var(--fin-soft,#eff6ff))!important;box-shadow:0 0 0 2px color-mix(in srgb,var(--fin-btn,#2563eb) 16%,transparent)!important;color:#0f2a44!important}.finance-assignment-options input{width:14px!important;height:14px!important;min-width:14px!important;margin:0!important}.finance-assignment-single,.finance-assignment-multi{margin-top:.08rem!important}.finance-assignment-mode{gap:.35rem!important}.finance-assignment-mode label{min-height:30px!important;padding:.25rem .55rem!important;font-size:.68rem!important}@media(max-width:720px){.finance-assignment-options{grid-template-columns:1fr!important}.finance-assignment-options label{justify-content:flex-start!important;width:100%!important}}.finance-modal .finance-form-grid input:not([type=radio]):not([type=checkbox]),.finance-modal .finance-form-grid select,.finance-modal .finance-form-grid textarea{width:100%!important;box-sizing:border-box!important}.finance-modal .finance-assignment{padding:.42rem .56rem!important;gap:.2rem!important;border-radius:14px!important}.finance-modal .finance-assignment-head strong{display:block!important;margin:0!important;padding:0!important;font-size:.88rem!important;line-height:1!important}.finance-modal .finance-assignment-head small{display:block!important;margin:.04rem 0 .14rem!important;padding:0!important;font-size:.66rem!important;line-height:1.05!important}.finance-modal .finance-assignment-options{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:.32rem!important;margin:0!important;padding:0!important}.finance-modal .finance-assignment-options label{display:flex!important;align-items:center!important;justify-content:center!important;gap:.3rem!important;height:31px!important;min-height:31px!important;padding:.15rem .42rem!important;margin:0!important;border-radius:12px!important;line-height:1!important;font-size:.7rem!important;font-weight:900!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.finance-modal .finance-assignment-options input[type=radio]{-moz-appearance:auto!important;appearance:auto!important;-webkit-appearance:radio!important;width:13px!important;height:13px!important;min-width:13px!important;max-width:13px!important;flex:0 0 13px!important;padding:0!important;margin:0!important;line-height:1!important;border-radius:50%!important;accent-color:var(--fin-btn,#2563eb)!important}.finance-modal .finance-assignment-options label:has(input[type=radio]:checked){border-color:var(--fin-btn,#2563eb)!important;background:linear-gradient(180deg,#fff,var(--fin-soft,#eff6ff))!important;box-shadow:0 0 0 1.5px color-mix(in srgb,var(--fin-btn,#2563eb) 18%,transparent)!important}.finance-modal .finance-assignment-single,.finance-modal .finance-assignment-multi{margin-top:.2rem!important}@media(max-width:720px){.finance-modal .finance-assignment-options{grid-template-columns:1fr!important}.finance-modal .finance-assignment-options label{justify-content:flex-start!important;height:34px!important;min-height:34px!important}}.finance-modal .finance-assignment{padding:.34rem .5rem!important;gap:.1rem!important;border-radius:14px!important}.finance-modal .finance-assignment-head{margin:0!important;padding:0!important}.finance-modal .finance-assignment-head strong{display:block!important;margin:0!important;padding:0!important;font-size:.9rem!important;line-height:1.02!important}.finance-modal .finance-assignment-head small{display:block!important;margin:.02rem 0 .08rem!important;padding:0!important;font-size:.66rem!important;line-height:1.02!important}.finance-modal .finance-assignment-options{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:.34rem!important;margin:0!important;padding:0!important}.finance-modal .finance-assignment-options .finance-assign-option{display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:center!important;gap:.36rem!important;height:34px!important;min-height:34px!important;width:100%!important;margin:0!important;padding:.18rem .48rem!important;box-sizing:border-box!important;border:1px solid #d7e5f3!important;border-radius:12px!important;background:#fff!important;color:#102a43!important;font-size:.76rem!important;font-weight:900!important;line-height:1!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;cursor:pointer!important}.finance-modal .finance-assignment-options .finance-assign-radio{position:absolute!important;opacity:0!important;width:1px!important;height:1px!important;min-width:1px!important;max-width:1px!important;padding:0!important;margin:0!important;border:0!important;pointer-events:none!important}.finance-modal .finance-assignment-options .finance-assign-dot{width:12px!important;height:12px!important;min-width:12px!important;flex:0 0 12px!important;border:1.5px solid #8a9aad!important;border-radius:50%!important;background:#fff!important;box-sizing:border-box!important;display:inline-block!important}.finance-modal .finance-assignment-options .finance-assign-text{display:inline-block!important;min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;line-height:1!important}.finance-modal .finance-assignment-options .finance-assign-radio:checked+.finance-assign-dot{border-color:var(--fin-btn,#2563eb)!important;background:var(--fin-btn,#2563eb)!important;box-shadow:inset 0 0 0 3px #fff!important}.finance-modal .finance-assignment-options .finance-assign-option:has(.finance-assign-radio:checked){border-color:var(--fin-btn,#2563eb)!important;background:linear-gradient(180deg,#ffffff 0%,var(--fin-soft,#eff6ff) 100%)!important;box-shadow:0 0 0 1.5px color-mix(in srgb,var(--fin-btn,#2563eb) 18%,transparent)!important}.finance-modal .finance-assignment-single,.finance-modal .finance-assignment-multi{margin-top:.18rem!important}@media(max-width:720px){.finance-modal .finance-assignment-options{grid-template-columns:1fr!important}.finance-modal .finance-assignment-options .finance-assign-option{justify-content:flex-start!important;height:34px!important;min-height:34px!important}}html,body,button,input,select,textarea,.finance-modal,.finance-modal *{font-family:var(--body-font,"Google Sans","Montserrat","Segoe UI",Arial,sans-serif)!important}h1,h2,h3,h4,h5,h6,.sidebar-brand,.page-title,.card-title,.finance-modal-title,.finance-modal-header h2,.finance-assignment-head strong,.finance-assign-text,.finance-add-assignment,.finance-modal .btn,.finance-modal button,.finance-modal label,.finance-modal .finance-form-grid label{font-family:var(--heading-font,"Montserrat","Google Sans","Segoe UI",Arial,sans-serif)!important}.finance-modal .finance-assignment{padding:.34rem .5rem!important;gap:.1rem!important}.finance-modal .finance-assignment-head small{margin:.02rem 0 .08rem!important}.finance-modal .finance-assignment-options,.finance-modal .finance-assignment-mode.finance-assignment-options{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:.34rem!important;margin:0!important;padding:0!important}.finance-modal .finance-assignment-mode.finance-assignment-options{grid-template-columns:repeat(2,minmax(150px,220px))!important;justify-content:start!important;margin:.28rem 0 .32rem!important}.finance-modal .finance-assignment-options .finance-assign-option,.finance-modal .finance-assignment-mode.finance-assignment-options .finance-assign-option{display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:center!important;gap:.36rem!important;height:34px!important;min-height:34px!important;width:100%!important;margin:0!important;padding:.18rem .48rem!important;box-sizing:border-box!important;border:1px solid #d7e5f3!important;border-radius:12px!important;background:#fff!important;color:#102a43!important;font-size:.76rem!important;font-weight:900!important;line-height:1!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;cursor:pointer!important}.finance-modal .finance-assignment-options .finance-assign-radio,.finance-modal .finance-assignment-mode.finance-assignment-options .finance-assign-radio{position:absolute!important;opacity:0!important;width:1px!important;height:1px!important;min-width:1px!important;max-width:1px!important;padding:0!important;margin:0!important;border:0!important;pointer-events:none!important}.finance-modal .finance-assignment-options .finance-assign-dot,.finance-modal .finance-assignment-mode.finance-assignment-options .finance-assign-dot{width:12px!important;height:12px!important;min-width:12px!important;flex:0 0 12px!important;border:1.5px solid #8a9aad!important;border-radius:50%!important;background:#fff!important;box-sizing:border-box!important;display:inline-block!important}.finance-modal .finance-assignment-options .finance-assign-text,.finance-modal .finance-assignment-mode.finance-assignment-options .finance-assign-text{display:inline-block!important;min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;line-height:1!important}.finance-modal .finance-assignment-options .finance-assign-radio:checked+.finance-assign-dot,.finance-modal .finance-assignment-mode.finance-assignment-options .finance-assign-radio:checked+.finance-assign-dot{border-color:var(--fin-btn,#2563eb)!important;background:var(--fin-btn,#2563eb)!important;box-shadow:inset 0 0 0 3px #fff!important}.finance-modal .finance-assignment-options .finance-assign-option:has(.finance-assign-radio:checked),.finance-modal .finance-assignment-mode.finance-assignment-options .finance-assign-option:has(.finance-assign-radio:checked){border-color:var(--fin-btn,#2563eb)!important;background:linear-gradient(180deg,#ffffff 0%,var(--fin-soft,#eff6ff) 100%)!important;box-shadow:0 0 0 1.5px color-mix(in srgb,var(--fin-btn,#2563eb) 18%,transparent)!important}.finance-modal .finance-assignment-table-wrap{margin-top:.12rem!important}@media(max-width:720px){.finance-modal .finance-assignment-options,.finance-modal .finance-assignment-mode.finance-assignment-options{grid-template-columns:1fr!important}.finance-modal .finance-assignment-options .finance-assign-option,.finance-modal .finance-assignment-mode.finance-assignment-options .finance-assign-option{justify-content:flex-start!important;height:34px!important;min-height:34px!important}}:root{--aey-font-body:"Google Sans","Montserrat","Segoe UI",Arial,sans-serif;--aey-font-heading:"Montserrat","Google Sans","Segoe UI",Arial,sans-serif;--body-font:var(--aey-font-body);--heading-font:var(--aey-font-heading)}html,body,button,input,select,textarea,.main,.sidebar,.card,.btn,.finance-modal,.finance-modal *{font-family:var(--aey-font-body)!important}h1,h2,h3,h4,h5,h6,.page-title,.sidebar-brand,.dashboard-title-compact strong,.finance-modal-title,.finance-modal-header h2,.aey-modal-head h2,.finance-assignment-head strong,.finance-assign-text,.finance-add-assignment,.finance-modal label,.finance-modal button{font-family:var(--aey-font-heading)!important}.finance-modal .finance-assignment{padding:.36rem .5rem!important;gap:.1rem!important;border-radius:14px!important}.finance-modal .finance-assignment-head strong{font-size:.9rem!important;line-height:1.02!important}.finance-modal .finance-assignment-head small{margin:.02rem 0 .08rem!important;font-size:.66rem!important;line-height:1.04!important}.finance-modal .finance-assignment-options,.finance-modal .finance-assignment-mode,.finance-modal .finance-mode-options{display:grid!important;gap:.34rem!important;margin:0!important;padding:0!important}.finance-modal .finance-assignment-options{grid-template-columns:repeat(3,minmax(0,1fr))!important}.finance-modal .finance-assignment-mode,.finance-modal .finance-mode-options{grid-template-columns:repeat(2,minmax(0,1fr))!important;margin:.24rem 0 .28rem!important;max-width:620px!important}.finance-modal .finance-assignment-options label,.finance-modal .finance-assignment-mode label,.finance-modal .finance-mode-options label,.finance-modal .finance-assign-option,.finance-modal .finance-mode-option{display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:center!important;gap:.36rem!important;height:34px!important;min-height:34px!important;width:100%!important;margin:0!important;padding:.18rem .48rem!important;box-sizing:border-box!important;border:1px solid #d7e5f3!important;border-radius:12px!important;background:#fff!important;color:#102a43!important;font-size:.76rem!important;font-weight:900!important;line-height:1!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;cursor:pointer!important}.finance-modal .finance-assignment-options .finance-assign-radio,.finance-modal .finance-assignment-mode .finance-assign-radio,.finance-modal .finance-mode-options .finance-assign-radio{position:absolute!important;opacity:0!important;width:1px!important;height:1px!important;min-width:1px!important;max-width:1px!important;padding:0!important;margin:0!important;border:0!important;pointer-events:none!important}.finance-modal .finance-assignment-options .finance-assign-dot,.finance-modal .finance-assignment-mode .finance-assign-dot,.finance-modal .finance-mode-options .finance-assign-dot{width:12px!important;height:12px!important;min-width:12px!important;flex:0 0 12px!important;border:1.5px solid #8a9aad!important;border-radius:50%!important;background:#fff!important;box-sizing:border-box!important;display:inline-block!important}.finance-modal .finance-assignment-options .finance-assign-text,.finance-modal .finance-assignment-mode .finance-assign-text,.finance-modal .finance-mode-options .finance-assign-text{display:inline-block!important;min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;line-height:1!important}.finance-modal .finance-assignment-options .finance-assign-radio:checked+.finance-assign-dot,.finance-modal .finance-assignment-mode .finance-assign-radio:checked+.finance-assign-dot,.finance-modal .finance-mode-options .finance-assign-radio:checked+.finance-assign-dot{border-color:var(--fin-btn,#2563eb)!important;background:var(--fin-btn,#2563eb)!important;box-shadow:inset 0 0 0 3px #fff!important}.finance-modal .finance-assignment-options label:has(.finance-assign-radio:checked),.finance-modal .finance-assignment-mode label:has(.finance-assign-radio:checked),.finance-modal .finance-mode-options label:has(.finance-assign-radio:checked),.finance-modal .finance-assign-option:has(.finance-assign-radio:checked),.finance-modal .finance-mode-option:has(.finance-assign-radio:checked){border-color:var(--fin-btn,#2563eb)!important;background:linear-gradient(180deg,#ffffff 0%,var(--fin-soft,#eff6ff) 100%)!important;box-shadow:0 0 0 1.5px color-mix(in srgb,var(--fin-btn,#2563eb) 18%,transparent)!important}.finance-modal .finance-assignment-mode input[type=radio]:not(.finance-assign-radio),.finance-modal .finance-mode-options input[type=radio]:not(.finance-assign-radio){-moz-appearance:auto!important;appearance:auto!important;-webkit-appearance:radio!important;width:12px!important;height:12px!important;min-width:12px!important;max-width:12px!important;flex:0 0 12px!important;padding:0!important;margin:0!important;line-height:1!important;accent-color:var(--fin-btn,#2563eb)!important}.finance-modal .finance-assignment-mode label:has(input[type=radio]:checked),.finance-modal .finance-mode-options label:has(input[type=radio]:checked){border-color:var(--fin-btn,#2563eb)!important;background:linear-gradient(180deg,#ffffff 0%,var(--fin-soft,#eff6ff) 100%)!important;box-shadow:0 0 0 1.5px color-mix(in srgb,var(--fin-btn,#2563eb) 18%,transparent)!important}.finance-modal .finance-assignment-table-wrap{margin-top:.1rem!important}@media(max-width:720px){.finance-modal .finance-assignment-options,.finance-modal .finance-assignment-mode,.finance-modal .finance-mode-options{grid-template-columns:1fr!important;max-width:none!important}.finance-modal .finance-assignment-options label,.finance-modal .finance-assignment-mode label,.finance-modal .finance-mode-options label,.finance-modal .finance-assign-option,.finance-modal .finance-mode-option{justify-content:flex-start!important;height:34px!important;min-height:34px!important}}.finance-subnav{display:flex;align-items:center;gap:.45rem;flex-wrap:wrap;margin:-.35rem 0 .95rem}.finance-subnav a{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:.42rem .75rem;border:1px solid #dbeafe;border-radius:999px;background:#fff;color:#0f2a44;font-weight:800;font-size:.74rem;box-shadow:0 8px 22px #0f172a0a}.finance-subnav a.active,.finance-subnav a:hover{background:#0e4f88;color:#fff;border-color:#0e4f88}.finance-action-row .fin-action,.finance-action-dock-v3 .fin-action,a.fin-action{text-decoration:none!important;display:inline-flex!important;align-items:center!important;justify-content:center!important}.budgets-page{font-family:var(--body-font,"Google Sans","Montserrat","Segoe UI",Arial,sans-serif)!important}.budget-kpi-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.8rem;margin:.85rem 0}.budget-kpi-grid article{background:#fff;border:1px solid rgba(14,79,136,.1);border-radius:18px;padding:.9rem 1rem;box-shadow:0 12px 35px #0f172a0b}.budget-kpi-grid span{display:block;color:#64748b;font-weight:700;font-size:.76rem}.budget-kpi-grid strong{display:block;margin-top:.2rem;font-size:1.1rem;color:#0f172a;font-family:var(--heading-font,"Montserrat",sans-serif)}.budget-kpi-grid article.is-alert strong{color:#dc2626}.budget-filters{margin:.8rem 0 1rem;background:#fff;border:1px solid #e2e8f0;border-radius:18px;padding:.7rem;box-shadow:0 10px 28px #0f172a09}.budget-filters select,.budget-filters input{height:36px!important;min-height:36px!important;border-radius:12px!important;padding:.4rem .65rem!important;font-size:.76rem!important}.budget-table-wrap{overflow:auto;background:#fff;border:1px solid #e2e8f0;border-radius:20px;box-shadow:0 16px 42px #0f172a0a}.budget-table{width:100%;min-width:1320px;border-collapse:collapse}.budget-table th,.budget-table td{padding:.66rem .75rem;border-bottom:1px solid #e2e8f0;text-align:left;vertical-align:middle;font-size:.73rem}.budget-table th{background:#f8fafc;color:#475569;text-transform:uppercase;font-size:.62rem;letter-spacing:.035em;font-weight:900}.budget-table td strong{font-weight:900;color:#0f172a}.budget-table td small{display:block;color:#64748b;font-size:.66rem;line-height:1.25}.budget-type,.budget-status{display:inline-flex;align-items:center;justify-content:center;min-height:24px;padding:.18rem .55rem;border-radius:999px;font-size:.66rem;font-weight:900}.budget-status.finalizado{background:#fef3c7;color:#92400e}.budget-status.suspendido{background:#e2e8f0;color:#334155}.budget-positive{color:#059669!important;font-weight:900}.budget-negative{color:#dc2626!important;font-weight:900}.budget-progress{display:grid;grid-template-columns:40px 1fr;align-items:center;gap:.45rem;min-width:130px}.budget-progress span{font-weight:900;color:#334155;font-size:.7rem}.budget-progress:after{content:"";display:none}.budget-progress i{display:block;height:8px;border-radius:999px;background:#2563eb;box-shadow:inset 0 0 0 1px #ffffff40}.budget-progress{background:linear-gradient(to right,#e5e7eb,#e5e7eb) right center/ calc(100% - 45px) 8px no-repeat}.budget-progress i.normal,.budget-progress i.progreso{background:#2563eb}.budget-progress i.advertencia{background:#f59e0b}.budget-progress i.alto{background:#f97316}.budget-progress i.excedido{background:#dc2626}.budget-progress i.cumplido{background:#16a34a}.budget-progress i.bajo{background:#64748b}.budget-actions{display:flex;align-items:center;gap:.25rem}.budget-actions form{display:inline;margin:0}.budget-actions button{width:28px;height:28px;border:1px solid #dbe5ef;background:#fff;border-radius:9px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;color:#0e4f88;font-weight:900}.budget-modal .aey-modal-card{max-height:92vh}.budget-modal-head{background:linear-gradient(135deg,#2563eb,#22c55e)!important}.budget-form-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:1rem;padding:1rem;background:#f8fbff}.budget-form-main{display:grid;gap:.7rem}.budget-form-section{background:#fff;border:1px solid #e2e8f0;border-radius:18px;padding:.8rem;box-shadow:0 10px 28px #0f172a09}.budget-form-section h3{margin:0 0 .55rem;color:#0f2a44;font-size:.86rem;font-family:var(--heading-font,"Montserrat",sans-serif)}.budget-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem}.budget-form-grid label,.budget-note{display:flex;flex-direction:column;gap:.18rem;font-weight:800;color:#17324d;font-size:.72rem}.budget-form-grid input,.budget-form-grid select,.budget-form-grid textarea,.budget-note textarea{height:36px;border:1px solid #dbe5ef;border-radius:12px;padding:.44rem .65rem;font:inherit;font-size:.78rem;background:#fff}.budget-form-grid textarea,.budget-note textarea{height:auto;min-height:72px;resize:vertical}.budget-form-grid small{color:#64748b;font-size:.65rem}.budget-wide{grid-column:1/-1}.budget-switch-line{display:grid!important;grid-template-columns:1fr auto auto;align-items:center;gap:.5rem!important;height:36px;margin-top:1.05rem}.budget-switch-line input{display:none}.budget-switch-line span{width:42px;height:23px;background:#cbd5e1;border-radius:999px;position:relative}.budget-switch-line span:after{content:"";position:absolute;width:17px;height:17px;left:3px;top:3px;border-radius:50%;background:#fff;transition:.18s;box-shadow:0 2px 5px #0f172a2e}.budget-switch-line input:checked+span{background:#2563eb}.budget-switch-line input:checked+span:after{left:22px}.budget-switch-line em{font-style:normal;color:#64748b;font-size:.7rem}.budget-live-summary{position:sticky;top:84px;align-self:start;background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:1rem;box-shadow:0 16px 45px #0f172a0f;display:grid;gap:.65rem}.budget-live-summary>strong{color:#0f2a44;font-size:.9rem;font-family:var(--heading-font,"Montserrat",sans-serif)}.budget-summary-amount{background:#f3e8ff;border-radius:16px;padding:.9rem;text-align:center}.budget-summary-amount span{display:block;color:#6b21a8;font-weight:800;font-size:.7rem}.budget-summary-amount b{display:block;color:#7c3aed;font-size:1.25rem;margin-top:.15rem}.budget-live-summary p{display:flex;align-items:center;justify-content:space-between;gap:.7rem;margin:0;padding:.48rem .55rem;border-radius:12px;background:#f8fafc}.budget-live-summary p span{color:#64748b;font-size:.7rem;font-weight:800}.budget-live-summary p b{color:#0f172a;font-size:.76rem}.budget-live-summary small{color:#64748b;font-size:.68rem;line-height:1.35}.budget-detail-body{padding:1rem;display:grid;gap:.65rem}.budget-detail-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.65rem}.budget-detail-grid article{background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;padding:.75rem}.budget-detail-grid span{display:block;color:#64748b;font-size:.7rem;font-weight:800}.budget-detail-grid strong{display:block;margin-top:.15rem;color:#0f172a;font-size:.95rem}.budget-detail-body p{margin:0;padding:.55rem .65rem;background:#fff;border:1px solid #e2e8f0;border-radius:12px;color:#334155}@media(max-width:980px){.budget-form-layout{grid-template-columns:1fr}.budget-live-summary{position:static}.budget-kpi-grid,.budget-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:680px){.finance-subnav{overflow-x:auto;flex-wrap:nowrap;padding-bottom:.2rem}.finance-subnav a{white-space:nowrap}.budget-kpi-grid,.budget-form-grid,.budget-detail-grid{grid-template-columns:1fr}.budget-form-layout{padding:.7rem}.budget-table th,.budget-table td{padding:.55rem}.budget-actions{gap:.18rem}.budget-actions button{width:26px;height:26px}}.budgets-page .budgets-header{margin-bottom:.75rem}.budgets-page .budget-view-pills{display:flex;flex-wrap:wrap;gap:.45rem;margin:.35rem 0 .75rem}.budgets-page .budget-view-pills a{display:inline-flex;align-items:center;gap:.3rem;min-height:34px;padding:.42rem .78rem;border-radius:999px;border:1px solid #dbe5ef;background:#fff;color:#26415f;text-decoration:none;font-size:.74rem;font-weight:800;box-shadow:0 8px 22px #0f172a08}.budgets-page .budget-view-pills a strong{font-size:.76rem;color:#0e4f88}.budgets-page .budget-view-pills a.active{background:#eff6ff;border-color:#93c5fd;color:#0e4f88;box-shadow:inset 0 0 0 1px #2563eb14}.budget-filters-inline{display:grid;grid-template-columns:minmax(260px,1.3fr) repeat(6,minmax(110px,.65fr)) minmax(125px,.65fr) minmax(125px,.65fr) auto;gap:.5rem;align-items:center;margin:.6rem 0 .75rem;background:#fff;border:1px solid #dbe5ef;border-radius:18px;padding:.7rem;box-shadow:0 10px 28px #0f172a09}.budget-filters-inline .budget-main-search{min-width:0}.budget-filters-inline .search-box{height:38px;border-radius:12px}.budget-filters-inline .search-box input,.budget-filters-inline select,.budget-filters-inline input[type=date],.budget-filters-inline .aey-datalist-input{height:38px!important;min-height:38px!important;border-radius:12px!important;padding:.42rem .7rem!important;font-size:.75rem!important;background:#fff!important}.budget-filters-inline input[type=hidden]{display:none!important}.budget-filter-actions{display:flex;align-items:center;gap:.45rem;justify-content:flex-end}.budget-filter-actions .btn{height:38px;min-height:38px}.budget-list-meta{display:flex;align-items:center;justify-content:space-between;gap:.8rem;margin:.25rem 0 .6rem;color:#5b7088;font-size:.76rem;font-weight:700}.budget-list-meta strong{color:#0f172a;font-size:.88rem;font-family:var(--heading-font,"Montserrat",sans-serif)}.budget-table-wrap{overflow:auto;background:#fff;border:1px solid #dbe5ef;border-radius:18px;box-shadow:0 12px 30px #0f172a08}.budget-table{min-width:1220px}.budget-table th,.budget-table td{padding:.7rem .72rem;font-size:.73rem}.budget-table th{background:#f8fbff;color:#5b7088}.budget-actions button{border-color:#dbe5ef;color:#0e4f88}.budget-actions button:hover{background:#eff6ff}.budget-actions button.danger{color:#e11d48}.budget-type.ingreso{background:#dcfce7;color:#166534}.budget-type.gasto{background:#ffe4e6;color:#be123c}.budget-status.activo{background:#dcfce7;color:#166534}.budget-status.finalizado{background:#e2e8f0;color:#334155}.budget-status.suspendido{background:#fef3c7;color:#92400e}.budget-progress{display:grid;grid-template-columns:42px 1fr;align-items:center;gap:.45rem;min-width:140px;background:linear-gradient(to right,#e5e7eb,#e5e7eb) right center/ calc(100% - 46px) 8px no-repeat}.budget-progress span{font-size:.7rem;color:#334155}.budget-progress i{height:8px;border-radius:999px}.budget-modal-head{background:linear-gradient(135deg,#1d4ed8,#22c55e)!important}.budget-form-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:.9rem;padding:.9rem;background:#f8fbff}.budget-form-section{padding:.72rem .76rem;border-radius:16px;box-shadow:0 8px 22px #0f172a08}.budget-form-section h3{font-size:.82rem;margin:0 0 .48rem}.budget-form-grid{gap:.5rem}.budget-form-grid label,.budget-note{gap:.16rem;font-size:.71rem}.budget-form-grid input,.budget-form-grid select,.budget-form-grid textarea,.budget-note textarea{height:36px;border-radius:12px;padding:.42rem .65rem;font-size:.77rem}.budget-switch-line{margin-top:.95rem}.budget-live-summary{position:sticky;top:84px;align-self:start;background:#fff;border:1px solid #dbe5ef;border-radius:18px;padding:.85rem;box-shadow:0 12px 28px #0f172a0a;display:grid;gap:.65rem}.budget-live-summary>strong{font-size:.87rem;color:#0f2a44}.budget-summary-main{display:grid;gap:.18rem;padding:.75rem .85rem;border-radius:14px;background:#f8fbff;border:1px solid #dbe5ef}.budget-summary-main span{color:#5b7088;font-size:.68rem;font-weight:800;text-transform:uppercase;letter-spacing:.02em}.budget-summary-main b{font-size:1.18rem;color:#0e4f88;font-family:var(--heading-font,"Montserrat",sans-serif)}.budget-summary-list{display:grid;gap:.45rem}.budget-summary-list p{display:flex;align-items:center;justify-content:space-between;gap:.65rem;margin:0;padding:.52rem .58rem;border-radius:12px;background:#fff;border:1px solid #e7eef6}.budget-summary-list p span{color:#64748b;font-size:.7rem;font-weight:800}.budget-summary-list p b{color:#0f172a;font-size:.75rem}.budget-live-summary small{color:#64748b;font-size:.67rem;line-height:1.35}@media(max-width:1280px){.budget-filters-inline{grid-template-columns:minmax(240px,1fr) repeat(4,minmax(120px,1fr)) repeat(2,minmax(110px,1fr)) auto}}@media(max-width:1080px){.budget-filters-inline{grid-template-columns:repeat(2,minmax(0,1fr))}.budget-filters-inline .budget-main-search,.budget-filter-actions{grid-column:1/-1}.budget-form-layout{grid-template-columns:1fr}.budget-live-summary{position:static}}@media(max-width:680px){.budget-view-pills{overflow-x:auto;flex-wrap:nowrap;padding-bottom:.2rem}.budget-view-pills a{white-space:nowrap}.budget-filters-inline{grid-template-columns:1fr}.budget-list-meta{flex-direction:column;align-items:flex-start}}.finance-action-dock-v3 .fin-action.budget{display:none!important}.finance-action-dock-v3 .fin-action.loan,.finance-action-dock-v3 button.fin-action.loan{background:#ffedd5!important;color:#ea580c!important}.finance-action-dock-v3 button:nth-child(6).loan{background:#ffedd5!important;color:#ea580c!important}.budget-modal-head{background:linear-gradient(135deg,#0e4f88,#0b6ba8)!important}.budget-summary-amount{background:#f8fbff!important;border:1px solid #dbe5ef!important}.budget-summary-amount span{color:#5b7088!important}.budget-summary-amount b{color:#0e4f88!important}.budget-summary-main{background:#f8fbff!important;border-color:#dbe5ef!important}.budget-summary-main b{color:#0e4f88!important}.budget-summary-progress{height:9px;border-radius:999px;background:#e5e7eb;overflow:hidden;border:1px solid rgba(219,229,239,.75)}.budget-summary-progress i{display:block;height:100%;width:0;border-radius:999px;background:#0e4f88;transition:width .18s ease,background .18s ease}.budget-summary-progress i.normal{background:#0e4f88}.budget-summary-progress i.advertencia{background:#f59e0b}.budget-summary-progress i.alto{background:#f97316}.budget-summary-progress i.excedido{background:#dc2626}.budget-summary-list p:last-of-type{margin-bottom:.15rem}.aey-context-tabs{overflow-y:auto;scrollbar-width:thin}.aey-context-tabs button{min-height:112px}.aey-panel-mini-link{display:inline-flex;align-items:center;justify-content:center;min-height:30px;padding:.35rem .65rem;border:1px solid #dbe5ef;border-radius:999px;background:#fff;color:#0e4f88;text-decoration:none;font-size:.68rem;font-weight:900}.aey-budget-summary-card{display:grid;gap:.7rem;padding:.85rem;border:1px solid #dbe5ef;border-radius:18px;background:linear-gradient(180deg,#fff,#f8fbff);box-shadow:0 12px 28px #0f172a0a;margin-bottom:.85rem}.aey-budget-summary-top{display:flex;align-items:flex-start;justify-content:space-between;gap:.8rem}.aey-budget-summary-top span{display:block;color:#5b7088;font-size:.68rem;font-weight:900;text-transform:uppercase;letter-spacing:.025em}.aey-budget-summary-top strong{color:#0e4f88;font-size:1.15rem;font-family:var(--heading-font,"Montserrat",sans-serif)}.aey-budget-summary-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.48rem}.aey-budget-summary-grid div{background:#fff;border:1px solid #e7eef6;border-radius:13px;padding:.52rem .58rem}.aey-budget-summary-grid span{display:block;color:#64748b;font-size:.64rem;font-weight:800}.aey-budget-summary-grid b{display:block;margin-top:.12rem;color:#0f172a;font-size:.72rem}.aey-budget-summary-card em{font-style:normal;color:#5b7088;font-size:.7rem;font-weight:800}.aey-budget-bar{height:9px;border-radius:999px;background:#e5e7eb;overflow:hidden;border:1px solid rgba(219,229,239,.75)}.aey-budget-bar i{display:block;height:100%;border-radius:999px;background:#0e4f88}.aey-budget-bar i.normal,.aey-budget-bar i.progreso{background:#0e4f88}.aey-budget-bar i.advertencia{background:#f59e0b}.aey-budget-bar i.alto{background:#f97316}.aey-budget-bar i.excedido{background:#dc2626}.aey-budget-bar i.cumplido{background:#16a34a}.aey-budget-bar i.bajo{background:#64748b}.aey-budget-card-list{display:grid;gap:.62rem;margin-bottom:.9rem}.aey-budget-mini-card{display:grid;gap:.5rem;padding:.75rem;border:1px solid #dbe5ef;border-radius:16px;background:#fff;box-shadow:0 10px 22px #0f172a09}.aey-budget-mini-head{display:flex;align-items:center;justify-content:space-between;gap:.6rem}.aey-budget-mini-head strong{color:#102a43;font-size:.82rem}.aey-budget-mini-head span{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:.2rem .5rem;background:#eff6ff;color:#0e4f88;font-size:.62rem;font-weight:900}.aey-budget-mini-card small{color:#64748b;font-size:.68rem;font-weight:800}.aey-budget-mini-values{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.38rem}.aey-budget-mini-values div{padding:.45rem .48rem;border-radius:12px;background:#f8fbff;border:1px solid #e7eef6}.aey-budget-mini-values span{display:block;color:#64748b;font-size:.6rem;font-weight:800}.aey-budget-mini-values b{display:block;margin-top:.1rem;color:#0f172a;font-size:.67rem}.aey-budget-mini-foot{display:flex;align-items:center;justify-content:space-between;gap:.6rem;color:#64748b;font-size:.66rem;font-weight:800}.is-positive{color:#059669!important}.is-negative{color:#dc2626!important}.aey-budget-mov-head{margin-top:.4rem!important}.aey-budget-mov-list{display:grid;gap:.45rem}.aey-budget-mov-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.6rem;padding:.6rem .65rem;border:1px solid #e2e8f0;border-radius:14px;background:#fff}.aey-budget-mov-row strong{display:block;color:#102a43;font-size:.74rem}.aey-budget-mov-row small{display:block;color:#64748b;font-size:.66rem;font-weight:800;margin-top:.08rem}.aey-budget-mov-row b{color:#0e4f88;font-size:.72rem;white-space:nowrap}.aey-budget-empty .btn{margin-top:.55rem}@media(max-width:680px){.aey-budget-summary-grid,.aey-budget-mini-values{grid-template-columns:1fr}.aey-context-tabs button{min-height:96px}}:root{--aey-panel-rail: 72px;--aey-panel-width: 510px}.aey-context-panel{position:fixed!important;top:0!important;right:0!important;z-index:1200!important;height:100vh!important;width:var(--aey-panel-rail)!important;overflow:visible!important;pointer-events:none!important}.aey-context-shell{pointer-events:auto!important;position:absolute!important;top:0!important;right:0!important;bottom:0!important;width:var(--aey-panel-width)!important;max-width:calc(100vw - 12px)!important;display:grid!important;grid-template-columns:var(--aey-panel-rail) minmax(0,1fr)!important;overflow-x:hidden!important;background:#f7fafc!important;border-left:1px solid #dbe5ef!important;box-shadow:-14px 0 34px #0f172a1a!important;transform:translate(calc(100% - var(--aey-panel-rail)))!important;transition:transform .22s ease!important}.aey-context-panel[data-open="1"] .aey-context-shell{transform:translate(0)!important}.aey-context-collapse{pointer-events:auto!important;display:grid!important;place-items:center!important;position:absolute!important;right:8px!important;top:14px!important;transform:none!important;z-index:5!important;width:38px!important;height:34px!important;border-radius:12px!important;border:1px solid #dbe5ef!important;background:#fff!important;color:#0e4f88!important;box-shadow:0 10px 22px #0f172a1a!important;cursor:pointer!important}.aey-context-panel[data-open="1"] .aey-context-collapse{display:none!important}.aey-context-tabs{width:var(--aey-panel-rail)!important;min-width:var(--aey-panel-rail)!important;max-width:var(--aey-panel-rail)!important;overflow-y:auto!important;overflow-x:hidden!important;scrollbar-width:none!important;padding-top:58px!important;gap:0!important;background:#fff!important;border-right:1px solid #dbe5ef!important}.aey-context-tabs::-webkit-scrollbar{width:0!important;height:0!important}.aey-context-tabs button{width:var(--aey-panel-rail)!important;min-width:var(--aey-panel-rail)!important;max-width:var(--aey-panel-rail)!important;min-height:112px!important;padding:0!important;overflow:hidden!important;border-right-width:3px!important;display:grid!important;grid-template-rows:auto minmax(0,1fr)!important;align-items:center!important;justify-items:center!important}.aey-context-tabs .aey-tab-icon,.aey-context-tabs button>span:first-child{width:20px!important;height:20px!important;display:grid!important;place-items:center!important;margin:0 0 4px!important}.aey-context-tabs .aey-tab-icon svg,.aey-context-tabs button>span:first-child svg{width:18px!important;height:18px!important}.aey-context-tabs strong{writing-mode:vertical-rl!important;text-orientation:mixed!important;font-size:12px!important;line-height:1.05!important;font-weight:900!important;letter-spacing:.1px!important;max-width:66px!important;overflow:hidden!important;text-align:center!important}.aey-context-tabs em[data-aey-count]{display:none!important}.aey-context-content{min-width:0!important;overflow-x:hidden!important;padding-left:18px!important;padding-right:18px!important}html,body{overflow-x:hidden!important}@media(max-width:760px){:root{--aey-panel-rail: 68px;--aey-panel-width: calc(100vw - 10px) }}.budgets-page .budgets-header.budget-toolbar-form{display:grid!important;grid-template-columns:minmax(220px,.75fr) minmax(520px,1.65fr) auto!important;align-items:center!important;gap:.7rem!important;width:100%!important;margin-bottom:.55rem!important;overflow:visible!important}.budgets-page .budget-toolbar-title{min-width:0!important}.budgets-page .budget-toolbar-title h1{margin:0!important;line-height:1.05!important}.budgets-page .budget-toolbar-title span{display:block!important;margin-top:.1rem!important;line-height:1.15!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.budgets-page .budget-toolbar-search{justify-self:stretch!important;width:100%!important;max-width:none!important;min-width:420px!important;height:42px!important;min-height:42px!important;display:flex!important;align-items:center!important;border:1px solid #dbe5ef!important;border-radius:14px!important;background:#fff!important;overflow:hidden!important;box-shadow:0 8px 22px #0f172a09!important}.budgets-page .budget-toolbar-search span{flex:0 0 auto!important;padding-left:.85rem!important;color:#5b7088!important;font-weight:900!important}.budgets-page .budget-toolbar-search input{flex:1 1 auto!important;width:100%!important;min-width:0!important;max-width:none!important;height:100%!important;border:0!important;outline:0!important;padding:.35rem .65rem!important;font-size:.78rem!important;background:transparent!important}.budgets-page .budget-toolbar-search button{flex:0 0 46px!important;width:46px!important;height:100%!important;border:0!important;border-left:1px solid #dbe5ef!important;background:#fff!important;color:#0e4f88!important;font-weight:900!important;cursor:pointer!important}.budgets-page .budget-toolbar-actions{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:.45rem!important;white-space:nowrap!important}.budgets-page .budget-filter-panel{position:absolute!important;top:calc(100% + .45rem)!important;right:0!important;z-index:70!important;width:min(980px,calc(100vw - 2rem))!important}.finanzas-page>.finance-subnav,.finanzas-page .finance-subnav[aria-label="Submenú Finanzas"]{display:none!important}@media(max-width:1320px){.budgets-page .budgets-header.budget-toolbar-form{grid-template-columns:minmax(210px,.7fr) minmax(360px,1fr) auto!important}.budgets-page .budget-toolbar-search{min-width:320px!important}}@media(max-width:980px){.budgets-page .budgets-header.budget-toolbar-form{grid-template-columns:1fr!important}.budgets-page .budget-toolbar-search{min-width:0!important}.budgets-page .budget-toolbar-actions{justify-content:flex-start!important;flex-wrap:wrap!important}.budgets-page .budget-filter-panel{position:static!important;width:100%!important;margin-top:.5rem!important}}.budget-type-help{display:block!important;margin-top:.16rem!important;color:#64748b!important;font-size:.64rem!important;font-weight:700!important;line-height:1.18!important}.budget-summary-list .budget-summary-progress,.budget-summary-progress{display:grid!important;gap:.28rem!important;padding:.52rem .58rem!important;border-radius:12px!important;background:#fff!important;border:1px solid #e7eef6!important}.budget-summary-progress .budget-summary-bar{height:9px!important;border-radius:999px!important;overflow:hidden!important;background:#e5e7eb!important}.budget-summary-progress .budget-summary-bar i{display:block!important;height:100%!important;width:0;border-radius:999px!important;background:#0e4f88!important}.aey-budget-process-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.48rem}.aey-budget-process-grid div{background:#fff;border:1px solid #e7eef6;border-radius:13px;padding:.52rem .58rem}.aey-budget-process-grid span{display:block;color:#64748b;font-size:.62rem;font-weight:900;text-transform:uppercase;letter-spacing:.02em}.aey-budget-process-grid b{display:block;margin-top:.12rem;color:#0f172a;font-size:.74rem;font-weight:900}.aey-budget-summary-card .is-positive,.aey-budget-mini-values .is-positive{color:#059669!important}.aey-budget-summary-card .is-negative,.aey-budget-mini-values .is-negative{color:#dc2626!important}.aey-budget-summary-card.excedido{border-color:#fecaca!important;background:linear-gradient(180deg,#fff,#fff7f7)!important}.aey-budget-summary-card.advertencia,.aey-budget-summary-card.alto{border-color:#fde68a!important;background:linear-gradient(180deg,#fff,#fffbeb)!important}.budget-detail-movements{margin-top:.35rem;background:#fff;border:1px solid #e2e8f0;border-radius:14px;overflow:hidden}.budget-detail-movements-head{display:flex;align-items:center;justify-content:space-between;gap:.8rem;padding:.72rem .85rem;background:#f8fafc;border-bottom:1px solid #e2e8f0}.budget-detail-movements-head h4{margin:0;color:#0f172a;font-size:.88rem;font-weight:900}.budget-detail-movements-head span{color:#0e4f88;font-size:.74rem;font-weight:900}.budget-detail-table-wrap{max-height:280px;overflow:auto}.budget-detail-movement-table{width:100%;border-collapse:collapse;font-size:.76rem}.budget-detail-movement-table th{position:sticky;top:0;background:#f1f5f9;color:#475569;text-transform:uppercase;font-size:.65rem;letter-spacing:.035em;text-align:left;padding:.55rem .65rem;border-bottom:1px solid #e2e8f0}.budget-detail-movement-table td{vertical-align:top;padding:.62rem .65rem;border-bottom:1px solid #edf2f7;color:#334155}.budget-detail-movement-table td strong{display:block;color:#0f172a;font-size:.76rem}.budget-detail-movement-table td small{display:block;margin-top:.15rem;color:#64748b;font-size:.67rem;line-height:1.25}.budget-detail-empty{padding:1rem;color:#64748b;text-align:center;font-weight:700}.budget-detail-warning{padding:.65rem .85rem;border:1px solid #fecaca;background:#fff1f2;color:#be123c;border-radius:12px;font-weight:800;font-size:.75rem}@media(max-width:680px){.budget-detail-movements-head{align-items:flex-start;flex-direction:column}.budget-detail-movement-table{min-width:620px}}.budget-alert-inline{display:inline-flex;width:max-content;margin-top:3px;padding:.12rem .45rem;border-radius:999px;background:#fef3c7;color:#92400e;font-size:.62rem;font-weight:900}.budget-actions button.is-disabled,.budget-actions button:disabled{opacity:.45;cursor:not-allowed;background:#f8fafc;color:#94a3b8}.finance-assignment-status-line{display:block!important;margin:.12rem 0!important}.finance-assignment-status-line+.finance-assignment-status-line{padding-top:.18rem!important;border-top:1px solid rgba(190,18,60,.14)!important}.finance-assignment-status.is-ok .finance-assignment-status-line+.finance-assignment-status-line{border-top-color:#04785724!important}.budget-modal-head strong,.budget-modal-head span{color:#fff!important}.budget-modal-head button{color:#0f2a44!important}.budget-existing-files{margin-top:.75rem;border:1px solid #dbe5ef;border-radius:16px;background:#fff;overflow:hidden}.budget-existing-files-head{display:flex;align-items:center;justify-content:space-between;gap:.7rem;padding:.65rem .75rem;background:#f8fbff;border-bottom:1px solid #e7eef6}.budget-existing-files-head strong{color:#0f2a44;font-size:.78rem;font-weight:900}.budget-existing-files-head span{color:#0e4f88;font-size:.68rem;font-weight:900}.budget-existing-files-list{display:grid;gap:0}.budget-existing-file{display:grid;grid-template-columns:minmax(0,1fr) auto auto auto;align-items:center;gap:.55rem;padding:.62rem .75rem;border-bottom:1px solid #edf2f7}.budget-existing-file:last-child{border-bottom:0}.budget-existing-file strong{display:block;color:#0f172a;font-size:.74rem;font-weight:900;line-height:1.25;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.budget-existing-file small{display:block;margin-top:.12rem;color:#64748b;font-size:.65rem;font-weight:700}.budget-existing-file a,.budget-existing-file button{min-height:28px;padding:.3rem .55rem;border:1px solid #dbe5ef;border-radius:999px;background:#fff;color:#0e4f88;text-decoration:none;font-size:.68rem;font-weight:900;cursor:pointer}.budget-existing-file button.danger{color:#dc2626;border-color:#fecaca;background:#fff5f5}.budget-existing-file button:disabled{opacity:.65;cursor:wait}.budget-existing-empty{padding:.75rem;color:#64748b;font-size:.72rem;font-weight:800}.budget-existing-empty.is-error{color:#be123c;background:#fff1f2}@media(max-width:760px){.budget-existing-file{grid-template-columns:1fr;align-items:stretch}.budget-existing-file a,.budget-existing-file button{justify-content:center;text-align:center}}:root{--aey-panel-rail:64px}.aey-context-tabs{padding-top:56px!important;gap:4px!important}.aey-context-tabs button{position:relative!important;width:var(--aey-panel-rail)!important;min-width:var(--aey-panel-rail)!important;max-width:var(--aey-panel-rail)!important;min-height:66px!important;height:66px!important;padding:8px 5px!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:4px!important;overflow:visible!important}.aey-context-tabs strong{display:none!important}.aey-context-tabs .aey-tab-icon,.aey-context-tabs button>span:first-child{width:22px!important;height:22px!important;margin:0!important;flex:0 0 22px!important}.aey-context-tabs .aey-tab-icon svg,.aey-context-tabs button>span:first-child svg{width:20px!important;height:20px!important}.aey-context-tabs em[data-aey-count]{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-width:18px!important;height:18px!important;padding:0 4px!important;margin:0!important;border-radius:999px!important;background:#e8f1fb!important;color:#0e4f88!important;font-size:10px!important;line-height:1!important;font-style:normal!important;font-weight:900!important}.aey-context-tabs button.is-active em[data-aey-count]{background:#0e4f88!important;color:#fff!important}@media(max-width:760px){:root{--aey-panel-rail:60px}.aey-context-tabs button{min-height:62px!important;height:62px!important}}.ganador-actions-cell{gap:6px!important}.ganador-participants-btn{display:inline-flex;align-items:center;justify-content:center;gap:3px;min-width:42px;min-height:34px;padding:5px 8px;border:1px solid #bfd3e7;border-radius:12px;background:#f7fbff;color:#0e4f88;font-family:inherit;cursor:pointer}.ganador-participants-btn:hover{background:#eaf4ff;border-color:#7fa8cc}.ganador-participants-btn span{font-size:14px;line-height:1}.ganador-participants-btn b{font-size:11px;font-weight:900}.ganador-participants-card{width:min(620px,calc(100vw - 28px))!important;max-height:min(720px,calc(100vh - 30px))!important}.ganador-participants-body{padding:16px 18px;overflow:auto}.ganador-participants-note{margin:0 0 12px;color:#60758c;font-size:12px;font-weight:700;line-height:1.45}.ganador-participants-list{display:grid;gap:8px}.ganador-participants-list article{display:grid;grid-template-columns:32px minmax(0,1fr) auto;align-items:center;gap:10px;padding:11px 12px;border:1px solid #dce7f1;border-radius:14px;background:#fff}.ganador-participants-list article>span{display:grid;place-items:center;width:28px;height:28px;border-radius:999px;background:#eaf4ff;color:#0e4f88;font-size:11px;font-weight:900}.ganador-participants-list b{display:block;color:#102a43;font-size:12px;line-height:1.35}.ganador-participants-list small{display:block;margin-top:2px;color:#718399;font-size:10px;font-weight:700}.ganador-participants-list article>strong{color:#0e4f88;font-size:11px;white-space:nowrap}.ganador-participants-empty{padding:24px 16px;border:1px dashed #c9d8e7;border-radius:14px;background:#f8fbff;color:#667a90;text-align:center;font-size:12px;font-weight:800}@media(max-width:600px){.ganador-participants-list article{grid-template-columns:28px minmax(0,1fr)}.ganador-participants-list article>strong{grid-column:2}}.dash-competition-panel{display:grid;gap:12px}.dash-competition-kpis{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.dash-competition-kpis div{padding:10px;border:1px solid #dfe9f2;border-radius:14px;background:#f8fbff}.dash-competition-kpis strong{display:block;color:#0e4f88;font-size:20px;font-weight:900}.dash-competition-kpis span{display:block;margin-top:2px;color:#65798e;font-size:10px;font-weight:800;line-height:1.25}.dash-competition-list{display:grid;gap:7px}.dash-competition-row{display:grid;grid-template-columns:26px minmax(0,1fr) 28px;align-items:center;gap:8px;padding:8px 9px;border:1px solid #e4ecf3;border-radius:12px;background:#fff}.dash-competition-row>span{display:grid;place-items:center;width:24px;height:24px;border-radius:999px;background:#eef5fb;color:#0e4f88;font-size:10px;font-weight:900}.dash-competition-row b{display:block;color:#172f47;font-size:11px;line-height:1.25}.dash-competition-row small{display:block;margin-top:2px;overflow:hidden;color:#718399;font-size:9px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.dash-competition-row>strong{display:grid;place-items:center;min-width:26px;height:26px;border-radius:9px;background:#0e4f88;color:#fff;font-size:11px}.dash-competition-source{color:#7a8b9d;font-size:9px;font-weight:700;line-height:1.4}.aey-context-tabs em[data-aey-count]:empty{display:none!important}.ganador-table-v2 col.col-g-accion{width:136px!important}.ganador-actions-cell{width:136px!important;min-width:136px!important}.aey-context-tabs button[data-aey-tab]:after{content:attr(aria-label);position:absolute;top:50%;right:calc(100% + 8px);z-index:40;padding:6px 9px;border:1px solid #d5e1ec;border-radius:9px;background:#102a43;box-shadow:0 8px 22px #0f172a29;color:#fff;font-size:10px;font-style:normal;font-weight:800;line-height:1;opacity:0;pointer-events:none;transform:translate(5px,-50%);transition:opacity .14s ease,transform .14s ease;white-space:nowrap}.aey-context-tabs button[data-aey-tab]:hover:after,.aey-context-tabs button[data-aey-tab]:focus-visible:after{opacity:1;transform:translateY(-50%)}@media(hover:none),(max-width:760px){.aey-context-tabs button[data-aey-tab]:after{display:none!important}}@media(max-width:760px){.ganador-table-v2 col.col-g-accion,.ganador-table-v2 .sticky-action-col{width:128px!important;min-width:128px!important;max-width:128px!important}.ganador-actions-cell{display:flex!important;align-items:center!important;justify-content:center!important;gap:4px!important;width:128px!important;min-width:128px!important;overflow:visible!important}.ganador-actions-cell .btn-small{flex:0 0 auto!important}.ganador-actions-cell .ganador-participants-btn{flex:0 0 40px!important;min-width:40px!important;max-width:40px!important;padding:5px 6px!important}.ganador-actions-cell .ganador-row-menu{display:inline-block!important;flex:0 0 28px!important;width:28px!important;min-width:28px!important;max-width:28px!important;margin:0!important;visibility:visible!important;overflow:visible!important}.ganador-actions-cell .ganador-row-menu summary{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:28px!important;min-width:28px!important;max-width:28px!important;height:30px!important;min-height:30px!important;padding:0!important;border:1px solid #cfe0f3!important;border-radius:10px!important;background:#fff!important;color:#0e4f88!important;font-size:18px!important;line-height:1!important;text-align:center!important;box-sizing:border-box!important}.ganador-actions-cell .ganador-row-menu[open]>div{right:0!important;left:auto!important}}button.dash-competition-row{width:100%;margin:0;color:inherit;font:inherit;text-align:left;cursor:pointer}button.dash-competition-row:hover,button.dash-competition-row:focus-visible{border-color:#9fc3df;background:#f4f9fd;box-shadow:0 7px 20px #0e4f8814;outline:none}.dash-competition-modal .aey-modal-card{width:min(760px,96vw)}.dash-competition-detail{display:grid;gap:9px;padding:16px}.dash-competition-process{display:grid;grid-template-columns:32px minmax(0,1fr) auto;align-items:center;gap:11px;padding:12px;border:1px solid #dce7f1;border-radius:15px;background:#fff}.dash-competition-process>span{display:grid;place-items:center;width:28px;height:28px;border-radius:999px;background:#eaf4ff;color:#0e4f88;font-size:11px;font-weight:900}.dash-competition-process-head{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.dash-competition-process b{color:#102a43;font-size:12px}.dash-competition-process small{display:block;margin-top:4px;color:#718399;font-size:10px;font-weight:700;line-height:1.35}.dash-competition-process em{padding:3px 7px;border-radius:999px;background:#eef2f6;color:#52677d;font-size:9px;font-style:normal;font-weight:900}.dash-competition-process em.is-sie{background:#e9f3ff;color:#0e4f88}.dash-competition-process em.is-ic{background:#eafaf4;color:#14785b}.dash-competition-process>strong{color:#0e4f88;font-size:11px;white-space:nowrap}@media(max-width:620px){.dash-competition-process{grid-template-columns:28px minmax(0,1fr)}.dash-competition-process>strong{grid-column:2}}.dash-competition-panel{display:grid;gap:10px;padding:.8rem!important}.dash-competition-head{margin-bottom:0!important}.dash-competition-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:5px;padding:4px;border:1px solid #dfe8f0;border-radius:12px;background:#f4f7fa}.dash-competition-tabs button{display:flex;align-items:center;justify-content:center;min-height:32px;gap:7px;padding:0 10px;border:0;border-radius:9px;background:transparent;color:#6e8295;cursor:pointer;font:inherit;font-size:10px;font-weight:900}.dash-competition-tabs button b{display:grid;place-items:center;min-width:21px;height:21px;padding:0 5px;border-radius:999px;background:#e4ebf1;color:#52677b;font-size:9px}.dash-competition-tabs button.is-active{background:#fff;box-shadow:0 4px 12px #0f172a14;color:#0e4f88}.dash-competition-tabs button.is-active b{background:#e8f4ff;color:#0e4f88}.dash-competition-tab-panel[hidden]{display:none!important}.dash-competition-tab-panel.is-active{display:grid;gap:10px}.dash-competition-summary{display:grid;grid-template-columns:.8fr .9fr 1.5fr;gap:6px}.dash-competition-summary>div{display:flex;min-width:0;min-height:63px;flex-direction:column;justify-content:center;padding:9px 10px;border:1px solid #dfe8f0;border-radius:12px;background:#f8fbfd}.dash-competition-summary>div>strong{display:block;overflow:hidden;color:#0e4f88;font-size:19px;font-weight:900;line-height:1.05;text-overflow:ellipsis;white-space:nowrap}.dash-competition-summary>div>span{margin-top:3px;color:#6f8295;font-size:8.5px;font-weight:800;line-height:1.25}.dash-competition-summary>div.is-featured{background:linear-gradient(135deg,#eef7ff,#f8fbfd)}.dash-competition-summary>div.is-featured>span{margin:0 0 4px;color:#5e7489;font-size:8px;text-transform:uppercase}.dash-competition-summary>div.is-featured>strong{color:#17324a;font-size:10px;line-height:1.25}.dash-competition-summary>div.is-featured>small{margin-top:4px;color:#0e4f88;font-size:8px;font-weight:900}.dash-competition-section-head{display:flex;align-items:end;justify-content:space-between;gap:10px}.dash-competition-section-head>div{min-width:0}.dash-competition-section-head strong,.dash-competition-section-head span{display:block}.dash-competition-section-head strong{color:#17324a;font-size:10px}.dash-competition-section-head span,.dash-competition-section-head>small{color:#7b8c9c;font-size:8px;font-weight:700}.dash-competition-list{display:grid;gap:6px}button.dash-competition-row{display:grid;grid-template-columns:28px minmax(0,1fr) auto;align-items:center;width:100%;min-height:44px;margin:0;padding:7px 8px;gap:8px;border:1px solid #e2eaf1;border-radius:11px;background:#fff;color:inherit;cursor:pointer;font:inherit;text-align:left}button.dash-competition-row:hover,button.dash-competition-row:focus-visible{border-color:#a7c6dd;background:#f7fbfe;box-shadow:0 6px 16px #0e4f8812;outline:none}.dash-competition-row>span{display:grid;place-items:center;width:27px;height:27px;border-radius:9px;background:#eaf4fc;color:#0e4f88;font-size:10px;font-weight:900}.dash-competition-row>div{min-width:0}.dash-competition-row b{display:block;overflow:hidden;color:#17324a;font-size:9.5px;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.dash-competition-row p{height:4px;margin:5px 0 0;overflow:hidden;border-radius:999px;background:#e9eff4}.dash-competition-row p i{display:block;height:100%;border-radius:inherit;background:#1d8bc5}.dash-competition-row>strong{display:flex;min-width:36px;height:auto;flex-direction:column;align-items:end;justify-content:center;border-radius:0;background:transparent;color:#0e4f88;font-size:12px;line-height:1}.dash-competition-row>strong small{margin-top:3px;color:#7b8c9c;font-size:7px;font-weight:800}.dash-competition-source{color:#8292a2;font-size:7.5px;font-weight:700;line-height:1.35}.dash-competition-modal .aey-modal-card{width:min(720px,96vw);max-height:min(720px,92vh)}.dash-competition-modal-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;padding:14px 16px 0}.dash-competition-modal-summary>div{min-width:0;padding:10px 11px;border:1px solid #dfe8f0;border-radius:12px;background:#f8fbfd}.dash-competition-modal-summary strong,.dash-competition-modal-summary span{display:block}.dash-competition-modal-summary strong{overflow:hidden;color:#0e4f88;font-size:14px;font-weight:900;text-overflow:ellipsis;white-space:nowrap}.dash-competition-modal-summary span{margin-top:3px;color:#748699;font-size:8px;font-weight:800}.dash-competition-detail{display:grid;gap:7px;padding:12px 16px 16px;overflow-y:auto}.dash-competition-process{display:grid;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:10px;padding:10px;border:1px solid #e0e8ef;border-radius:12px;background:#fff}.dash-competition-process-icon{display:grid;place-items:center;width:34px;height:34px;border-radius:10px;background:#eaf4ff;color:#0e4f88;font-size:9px;font-weight:900}.dash-competition-process-icon.is-ic{background:#e9f8f2;color:#14785b}.dash-competition-process-head{display:flex;align-items:center;flex-wrap:wrap;gap:6px}.dash-competition-process b{color:#17324a;font-size:10.5px}.dash-competition-process em{padding:3px 6px;border-radius:999px;background:#eef2f5;color:#63778a;font-size:7.5px;font-style:normal;font-weight:900}.dash-competition-process small,.dash-competition-process div>span{display:block;margin-top:3px;color:#718397;font-size:8px;font-weight:700;line-height:1.3}.dash-competition-process div>span{color:#91a0ad}.dash-competition-process>strong{color:#0e4f88;font-size:10px;white-space:nowrap}.convalidation-chip[hidden]{display:none!important}@media(max-width:640px){.dash-competition-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.dash-competition-summary>div.is-featured{grid-column:1 / -1}.dash-competition-section-head>small{display:none}.dash-competition-modal-summary{grid-template-columns:1fr}.dash-competition-process{grid-template-columns:34px minmax(0,1fr)}.dash-competition-process>strong{grid-column:2}}@media(max-width:860px){.sidebar-overlay{display:block!important;position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;background:#0f172a70!important;-webkit-backdrop-filter:blur(2px)!important;backdrop-filter:blur(2px)!important;z-index:1098!important;opacity:0!important;visibility:hidden!important;transition:opacity .22s ease,visibility .22s ease!important}.sidebar-overlay.overlay-active{opacity:1!important;visibility:visible!important}.sidebar,.sidebar.sidebar-open{width:min(84vw,320px)!important;min-width:min(84vw,320px)!important;max-width:min(84vw,320px)!important;height:100dvh!important;padding:12px 12px calc(84px + env(safe-area-inset-bottom,0px))!important;border-radius:0 18px 18px 0!important;box-shadow:22px 0 48px #0f172a47!important;overflow-y:auto!important;overscroll-behavior:contain!important}body.no-scroll #aeyContextPanel,body.no-scroll .aey-context-panel,body.no-scroll .aeybot-root{opacity:0!important;visibility:hidden!important;pointer-events:none!important}}@media(min-width:861px){:root{--aey-panel-rail: 64px;--aey-panel-width: 510px}body{--aey-panel-mini-width: var(--aey-panel-rail);--aey-panel-open-width: var(--aey-panel-width);--aey-panel-current-width: var(--aey-panel-mini-width)}body.aey-context-open{--aey-panel-current-width: var(--aey-panel-open-width)}body:not(.sidebar-collapsed) .main{margin-left:var(--sidebar-width)!important;margin-right:0!important;width:calc(100vw - var(--sidebar-width) - var(--aey-panel-current-width))!important;max-width:calc(100vw - var(--sidebar-width) - var(--aey-panel-current-width))!important;min-width:0!important;padding-left:14px!important;padding-right:14px!important;overflow-x:hidden!important;box-sizing:border-box!important;transition:margin-left .22s ease,width .22s ease,max-width .22s ease!important}html.sidebar-collapsed .main,body.sidebar-collapsed .main{margin-left:var(--sidebar-collapsed-width)!important;margin-right:0!important;width:calc(100vw - var(--sidebar-collapsed-width) - var(--aey-panel-current-width))!important;max-width:calc(100vw - var(--sidebar-collapsed-width) - var(--aey-panel-current-width))!important}.dashboard-command-center,.pagination-summary,.process-list{width:100%!important;max-width:100%!important;margin-right:0!important;box-sizing:border-box!important}.process-list>.process-card,.process-list>.process-card-compact,.process-list>[data-aey-process-card]{width:100%!important;max-width:100%!important;margin-right:0!important;box-sizing:border-box!important}.process-card[data-aey-process-card].is-selected-process,.process-card[data-aey-process-card].selected{outline:0!important;background:#fff!important;box-shadow:inset 0 0 0 2px #0e4f88db,0 0 0 3px #0e4f8812,0 12px 28px #0e4f881a!important}body.aey-context-open .kronym-card-tools{padding-right:52px!important}.ganados-page{width:100%!important;max-width:none!important;min-width:0!important;container-type:inline-size;container-name:ganados-page-layout}@container ganados-page-layout (max-width: 1050px){.ganados-header-v2{grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important}.ganados-header-v2 .aey-functional-title{min-width:0!important}.ganados-header-v2 .ganados-filters-v2{grid-column:1 / -1!important;grid-row:2!important;grid-template-columns:minmax(200px,1fr) 78px minmax(150px,220px) auto!important;width:100%!important;min-width:0!important}.ganados-header-v2 .page-header-actions{grid-column:2!important;grid-row:1!important;justify-self:end!important}}@container ganados-page-layout (max-width: 700px){.ganados-header-v2 .ganados-filters-v2{grid-template-columns:78px minmax(0,1fr) auto!important}.ganados-header-v2 .ganados-filters-v2 .search-box{grid-column:1 / -1!important}}.ganados-page .ganador-table-v2-wrap{width:100%!important;max-width:100%!important;min-width:0!important;margin-right:0!important;box-sizing:border-box!important;container-type:inline-size;container-name:ganador-layout}body.aey-context-open .ganados-page .ganador-table-v2-wrap{overflow-x:hidden!important;padding:.45rem!important}body.aey-context-open .ganados-page .ganador-table-v2{width:100%!important;min-width:0!important;max-width:100%!important;table-layout:fixed!important}body.aey-context-open .ganados-page .ganador-table-v2 col.col-g-condicion,body.aey-context-open .ganados-page .ganador-table-v2 col.col-g-prorroga,body.aey-context-open .ganados-page .ganador-table-v2 th:nth-child(4),body.aey-context-open .ganados-page .ganador-table-v2 td:nth-child(4),body.aey-context-open .ganados-page .ganador-table-v2 th:nth-child(7),body.aey-context-open .ganados-page .ganador-table-v2 td:nth-child(7){display:none!important}body.aey-context-open .ganados-page .ganador-table-v2 col.col-g-code{width:30%!important}body.aey-context-open .ganados-page .ganador-table-v2 col.col-g-estado{width:9%!important}body.aey-context-open .ganados-page .ganador-table-v2 col.col-g-plazo{width:6%!important}body.aey-context-open .ganados-page .ganador-table-v2 col.col-g-fechas{width:12%!important}body.aey-context-open .ganados-page .ganador-table-v2 col.col-g-entrega{width:13%!important}body.aey-context-open .ganados-page .ganador-table-v2 col.col-g-valores,body.aey-context-open .ganados-page .ganador-table-v2 col.col-g-accion{width:15%!important}body.aey-context-open .ganados-page .ganador-table-v2 .sticky-action-col{position:static!important;right:auto!important;width:auto!important;min-width:0!important;max-width:none!important;background:#fff!important;box-shadow:none!important}body.aey-context-open .ganados-page .ganador-table-v2 thead .sticky-action-col{background:#f8fbff!important}.ganados-page .ganador-actions-cell,body.aey-context-open .ganados-page .ganador-actions-cell{width:auto!important;min-width:0!important;max-width:none!important;display:table-cell!important;vertical-align:middle!important;text-align:center!important;white-space:nowrap!important}.ganados-page .ganador-actions-cell>*{display:inline-flex!important;vertical-align:middle!important;margin-left:2px!important;margin-right:2px!important}.ganados-page .ganador-actions-cell .ganador-row-menu,body.aey-context-open .ganados-page .ganador-actions-cell .ganador-row-menu{display:inline-block!important;width:34px!important;min-width:34px!important;max-width:34px!important;margin-left:0!important;margin-right:0!important;flex:0 0 34px!important;vertical-align:middle!important}.ganados-page .ganador-actions-cell .ganador-row-menu summary,body.aey-context-open .ganados-page .ganador-actions-cell .ganador-row-menu summary{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:34px!important;min-width:34px!important;max-width:34px!important;min-height:34px!important;padding:.35rem 0!important;line-height:1!important;box-sizing:border-box!important}.ganados-page .ganador-actions-cell .ganador-row-menu[open]>div,body.aey-context-open .ganados-page .ganador-actions-cell .ganador-row-menu[open]>div{right:0!important;left:auto!important}body.aey-context-open .ganados-page .ganador-actions-cell .btn-small{flex:1 1 auto!important;width:auto!important;min-width:0!important;padding-left:.35rem!important;padding-right:.35rem!important}body.aey-context-open .ganados-page .ganador-participants-btn{flex:0 0 auto!important}.ganados-page .ganador-table-v2 tbody tr.is-selected-process,.ganados-page .ganador-table-v2 tbody tr.ganador-main-row.is-selected-process{outline:0!important;box-shadow:none!important;background:#fff!important}.ganados-page .ganador-table-v2 tbody tr.is-selected-process td,.ganados-page .ganador-table-v2 tbody tr.ganador-main-row.is-selected-process td{background:#fff!important;border-top:2px solid rgba(14,79,136,.88)!important;border-bottom:2px solid rgba(14,79,136,.88)!important;box-shadow:none!important}.ganados-page .ganador-table-v2 tbody tr.is-selected-process td:first-child,.ganados-page .ganador-table-v2 tbody tr.ganador-main-row.is-selected-process td:first-child{border-left:4px solid #0E4F88!important;border-radius:14px 0 0 14px!important}.ganados-page .ganador-table-v2 tbody tr.is-selected-process td:last-child,.ganados-page .ganador-table-v2 tbody tr.ganador-main-row.is-selected-process td:last-child{border-right:2px solid rgba(14,79,136,.88)!important;border-radius:0 14px 14px 0!important}@container ganador-layout (max-width: 860px){body.aey-context-open .ganador-table-v2 col.col-g-plazo,body.aey-context-open .ganador-table-v2 th:nth-child(3),body.aey-context-open .ganador-table-v2 td:nth-child(3){display:none!important}body.aey-context-open .ganador-table-v2 col.col-g-code{width:34%!important}body.aey-context-open .ganador-table-v2 col.col-g-estado{width:10%!important}body.aey-context-open .ganador-table-v2 col.col-g-fechas,body.aey-context-open .ganador-table-v2 col.col-g-entrega{width:13%!important}body.aey-context-open .ganador-table-v2 col.col-g-valores{width:14%!important}body.aey-context-open .ganador-table-v2 col.col-g-accion{width:16%!important}}@container ganador-layout (max-width: 700px){body.aey-context-open .ganador-table-v2 col.col-g-entrega,body.aey-context-open .ganador-table-v2 th:nth-child(6),body.aey-context-open .ganador-table-v2 td:nth-child(6){display:none!important}body.aey-context-open .ganador-table-v2 col.col-g-code{width:40%!important}body.aey-context-open .ganador-table-v2 col.col-g-estado{width:12%!important}body.aey-context-open .ganador-table-v2 col.col-g-fechas{width:17%!important}body.aey-context-open .ganador-table-v2 col.col-g-valores{width:16%!important}body.aey-context-open .ganador-table-v2 col.col-g-accion{width:15%!important}}}@media(min-width:861px)and (max-height:940px){:root{--aey-panel-rail:60px}.aey-context-tabs{display:grid!important;grid-template-rows:repeat(6,minmax(48px,1fr))!important;align-content:stretch!important;padding-top:50px!important;gap:0!important;overflow-y:hidden!important}.aey-context-tabs button{width:var(--aey-panel-rail)!important;min-width:var(--aey-panel-rail)!important;max-width:var(--aey-panel-rail)!important;min-height:0!important;height:auto!important;padding:5px 3px!important;display:flex!important;align-items:center!important;justify-content:center!important;overflow:visible!important}.aey-context-tabs strong{display:none!important}.aey-context-tabs .aey-tab-icon,.aey-context-tabs button>span:first-child{width:19px!important;height:19px!important;flex:0 0 19px!important;margin:0!important}.aey-context-tabs .aey-tab-icon svg,.aey-context-tabs button>span:first-child svg{width:18px!important;height:18px!important}.aey-context-tabs em[data-aey-count]{position:absolute!important;top:5px!important;right:5px!important;display:inline-flex!important;min-width:15px!important;height:15px!important;padding:0 3px!important;border-radius:999px!important;align-items:center!important;justify-content:center!important;background:#eaf2fa!important;color:#0e4f88!important;font-size:8px!important;font-style:normal!important;font-weight:800!important;line-height:1!important}.aey-context-tabs em[data-aey-count]:empty{display:none!important}.aey-context-tabs button.is-active em[data-aey-count]{background:#0e4f88!important;color:#fff!important}}@media(min-width:861px)and (max-height:720px){:root{--aey-panel-rail:56px}.aey-context-tabs{padding-top:44px!important;grid-template-rows:repeat(6,minmax(42px,1fr))!important}.aey-context-tabs .aey-tab-icon,.aey-context-tabs button>span:first-child{width:17px!important;height:17px!important;flex-basis:17px!important}.aey-context-tabs .aey-tab-icon svg,.aey-context-tabs button>span:first-child svg{width:16px!important;height:16px!important}.aey-context-collapse{right:7px!important;width:34px!important;height:30px!important}}@media(max-width:860px){html,body{width:100%!important;max-width:100%!important;overflow-x:hidden!important}body{--aey-panel-current-width: 0px !important;--aey-panel-mini-width: 0px !important;--aey-panel-open-width: 0px !important;--aey-panel-rail: 0px !important;padding-bottom:66px!important}body.aey-context-open,body.aey-context-mini,body:has(#aeyContextPanel){--aey-panel-current-width: 0px !important;--aey-panel-mini-width: 0px !important;--aey-panel-open-width: 0px !important;--aey-panel-rail: 0px !important}.main,body.sidebar-collapsed .main,html.sidebar-collapsed body .main,html.sidebar-collapsed .main,body:has(#aeyContextPanel) .main,body.sidebar-collapsed:has(#aeyContextPanel) .main,html.sidebar-collapsed body:has(#aeyContextPanel) .main{margin-right:0!important;max-width:100%!important}body #aeyContextPanel.aey-context-panel,body .aey-context-panel{position:fixed!important;inset:auto 0 0 0!important;left:0!important;right:0!important;top:auto!important;bottom:0!important;width:100vw!important;min-width:100vw!important;max-width:100vw!important;height:60px!important;z-index:9500!important;overflow:visible!important;pointer-events:none!important;transform:none!important}body #aeyContextPanel.aey-context-panel[data-open="1"],body .aey-context-panel[data-open="1"]{height:min(64vh,560px)!important}body #aeyContextPanel.aey-context-panel .aey-context-shell,body .aey-context-panel .aey-context-shell,body #aeyContextPanel.aey-context-panel[data-open="0"] .aey-context-shell,body .aey-context-panel[data-open="0"] .aey-context-shell,body #aeyContextPanel.aey-context-panel[data-open="1"] .aey-context-shell,body .aey-context-panel[data-open="1"] .aey-context-shell{pointer-events:auto!important;position:absolute!important;inset:auto 0 0 0!important;left:0!important;right:0!important;top:auto!important;bottom:0!important;width:100vw!important;min-width:100vw!important;max-width:100vw!important;height:60px!important;min-height:60px!important;max-height:none!important;display:grid!important;grid-template-columns:1fr!important;grid-template-rows:60px!important;transform:none!important;background:#fff!important;border-left:0!important;border-right:0!important;border-bottom:0!important;border-top:1px solid #d9e4f2!important;box-shadow:0 -8px 24px #0e4f881f!important;overflow:hidden!important;border-radius:0!important}body #aeyContextPanel.aey-context-panel[data-open="1"] .aey-context-shell,body .aey-context-panel[data-open="1"] .aey-context-shell{height:min(64vh,560px)!important;grid-template-rows:minmax(0,1fr) 60px!important;border-radius:16px 16px 0 0!important}body #aeyContextPanel.aey-context-panel .aey-context-collapse,body .aey-context-panel .aey-context-collapse{display:none!important}body #aeyContextPanel.aey-context-panel .aey-context-close,body .aey-context-panel .aey-context-close{top:12px!important;right:12px!important;width:34px!important;height:34px!important;z-index:3!important}body #aeyContextPanel.aey-context-panel[data-open="0"] .aey-context-close,body .aey-context-panel[data-open="0"] .aey-context-close{display:none!important}body #aeyContextPanel.aey-context-panel .aey-context-shell>.aey-context-tabs,body .aey-context-panel .aey-context-shell>.aey-context-tabs,body #aeyContextPanel.aey-context-panel[data-open="0"] .aey-context-shell>.aey-context-tabs,body .aey-context-panel[data-open="0"] .aey-context-shell>.aey-context-tabs,body #aeyContextPanel.aey-context-panel[data-open="1"] .aey-context-shell>.aey-context-tabs,body .aey-context-panel[data-open="1"] .aey-context-shell>.aey-context-tabs{grid-row:1!important;position:relative!important;left:auto!important;right:auto!important;top:auto!important;bottom:auto!important;width:100vw!important;min-width:100vw!important;max-width:100vw!important;height:60px!important;min-height:60px!important;max-height:60px!important;padding:0 4px!important;margin:0!important;display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;align-items:stretch!important;justify-content:flex-start!important;gap:0!important;overflow-x:auto!important;overflow-y:hidden!important;scrollbar-width:thin!important;background:#fff!important;border-right:0!important;border-left:0!important;border-top:1px solid #e2e8f0!important;box-shadow:0 -6px 14px #0e4f8814!important;transform:none!important}body #aeyContextPanel.aey-context-panel[data-open="1"] .aey-context-shell>.aey-context-tabs,body .aey-context-panel[data-open="1"] .aey-context-shell>.aey-context-tabs{grid-row:2!important}body #aeyContextPanel.aey-context-panel .aey-context-tabs>button,body .aey-context-panel .aey-context-tabs>button,body #aeyContextPanel.aey-context-panel[data-open="0"] .aey-context-tabs>button,body .aey-context-panel[data-open="0"] .aey-context-tabs>button,body #aeyContextPanel.aey-context-panel[data-open="1"] .aey-context-tabs>button,body .aey-context-panel[data-open="1"] .aey-context-tabs>button{position:relative!important;flex:0 0 86px!important;width:86px!important;min-width:86px!important;max-width:86px!important;height:60px!important;min-height:60px!important;max-height:60px!important;padding:4px 3px!important;margin:0!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:2px!important;overflow:hidden!important;visibility:visible!important;opacity:1!important;border:0!important;border-top:3px solid transparent!important;writing-mode:horizontal-tb!important;text-orientation:mixed!important;transform:none!important;background:transparent!important}body #aeyContextPanel.aey-context-panel .aey-context-tabs>button.is-active,body .aey-context-panel .aey-context-tabs>button.is-active{border-top-color:#0e4f88!important;border-right-color:transparent!important;background:#f0f6fc!important}body #aeyContextPanel.aey-context-panel .aey-context-tabs .aey-tab-icon,body .aey-context-panel .aey-context-tabs .aey-tab-icon,body #aeyContextPanel.aey-context-panel .aey-context-tabs button>span:first-child,body .aey-context-panel .aey-context-tabs button>span:first-child{width:17px!important;height:17px!important;min-width:17px!important;max-width:17px!important;margin:0!important;display:grid!important;place-items:center!important}body #aeyContextPanel.aey-context-panel .aey-context-tabs .aey-tab-icon svg,body .aey-context-panel .aey-context-tabs .aey-tab-icon svg,body #aeyContextPanel.aey-context-panel .aey-context-tabs button>span:first-child svg,body .aey-context-panel .aey-context-tabs button>span:first-child svg{width:15px!important;height:15px!important}body #aeyContextPanel.aey-context-panel .aey-context-tabs strong,body .aey-context-panel .aey-context-tabs strong{display:block!important;writing-mode:horizontal-tb!important;text-orientation:mixed!important;transform:none!important;font-size:9.5px!important;line-height:1.05!important;font-weight:900!important;letter-spacing:0!important;width:78px!important;max-width:78px!important;height:auto!important;max-height:22px!important;overflow:hidden!important;text-align:center!important;white-space:nowrap!important;text-overflow:ellipsis!important}body #aeyContextPanel.aey-context-panel .aey-context-tabs em[data-aey-count],body .aey-context-panel .aey-context-tabs em[data-aey-count],body #aeyContextPanel.aey-context-panel .aey-context-tabs b[data-aey-new-files-badge],body .aey-context-panel .aey-context-tabs b[data-aey-new-files-badge]{display:none!important}body #aeyContextPanel.aey-context-panel .aey-context-content,body .aey-context-panel .aey-context-content{grid-row:1!important;display:none!important;min-width:0!important;width:100%!important;max-width:100%!important;height:auto!important;max-height:calc(64vh - 60px)!important;padding:14px 14px 74px!important;overflow-y:auto!important;overflow-x:hidden!important;overscroll-behavior:contain!important;background:#f7fafc!important;box-sizing:border-box!important}body #aeyContextPanel.aey-context-panel[data-open="1"] .aey-context-content,body .aey-context-panel[data-open="1"] .aey-context-content{display:block!important}body #aeyContextPanel.aey-context-panel .aey-context-head,body .aey-context-panel .aey-context-head{min-height:auto!important;margin-bottom:8px!important;padding-right:42px!important}body #aeyContextPanel.aey-context-panel .aey-context-head h2,body .aey-context-panel .aey-context-head h2{font-size:15px!important;line-height:1.1!important}body #aeyContextPanel.aey-context-panel .aey-context-head p,body .aey-context-panel .aey-context-head p{font-size:10px!important;line-height:1.15!important}.aeybot-root .aeybot-launcher{bottom:76px!important}}@media(max-width:640px){body .aeybot-root .aeybot-launcher{position:fixed!important;right:12px!important;bottom:84px!important;width:44px!important;height:44px!important;min-width:44px!important;min-height:44px!important;border-radius:16px!important;font-size:18px!important;z-index:9999!important;box-shadow:0 12px 30px #0e4f884d!important}body .aeybot-root .aeybot-launcher:hover,body .aeybot-root .aeybot-launcher.is-open{transform:translateY(-1px)!important}body .aeybot-root .aeybot-launcher-icon{font-size:18px!important;line-height:1!important}body .aeybot-root .aeybot-launcher-badge{top:-5px!important;right:-4px!important;min-width:15px!important;height:15px!important;font-size:9px!important;border-width:1.5px!important}}@media(max-width:380px){body .aeybot-root .aeybot-launcher{right:10px!important;bottom:88px!important;width:42px!important;height:42px!important;min-width:42px!important;min-height:42px!important;border-radius:15px!important}}@media(max-width:640px){body .aeybot-root .aeybot-panel,body .aeybot-root .aeybot-panel.is-expanded{right:0!important;bottom:132px!important;width:calc(100vw - 24px)!important;height:min(610px,calc(100vh - 152px))!important}}.aey-context-tabs b[data-aey-new-files-badge]{display:none!important}@media(max-width:860px){*,*:before,*:after{box-sizing:border-box}html,body{min-width:0!important;max-width:100%!important}body{padding-bottom:calc(64px + env(safe-area-inset-bottom,0px))!important}.main,body.sidebar-collapsed .main,html.sidebar-collapsed body .main{width:100%!important;min-width:0!important;max-width:100%!important}img,video,canvas,svg:not(.aey-tab-icon svg):not(.aeybot-root svg){max-width:100%}input,select,textarea,button{min-width:0;max-width:100%}.aey-page-shell,.aey-dashboard-pro,.ganados-page,.finanzas-page,.import-main,.inv-main,.ct-page,.settings-main-content,.config-settings-layout{width:100%!important;min-width:0!important;max-width:100%!important}.topbar,.aey-functional-header,.exec-dashboard-head,.dash-pro-header,.imp-panel-head,.inv-panel-head,.dash-panel-head{max-width:100%!important;flex-wrap:wrap!important}.top-actions,.header-actions,.page-header-actions,.dash-header-actions,.aey-functional-filters{min-width:0!important;max-width:100%!important;flex-wrap:wrap!important}.ganados-mini-summary,.exec-kpi-grid,.fin-kpi-grid,.dashboard-grid-2,.dashboard-grid-3,.ganado-step-grid,.ganador-form-grid.compact,.finance-form-grid,.inv-modal-grid{min-width:0!important}.ganado-step-grid,.ganador-form-grid.compact,.finance-form-grid,.finance-block-table>div,.config-settings-layout{grid-template-columns:minmax(0,1fr)!important}.ganador-table-v2-wrap,.finance-ledger-wrap,.imp-table-wrap,.inv-table-wrap,.table-responsive,.table-wrap{width:100%!important;max-width:100%!important;overflow-x:auto!important;overscroll-behavior-inline:contain;-webkit-overflow-scrolling:touch}.aey-modal,.inv-modal{padding:8px 8px 0!important;align-items:end!important}.aey-modal-card,.aey-modal-card.wide,.ganador-update-card,.finance-modal .aey-modal-card,.finance-modal.single .aey-modal-card,.inv-modal-card{width:100%!important;max-width:100%!important;max-height:calc(100dvh - 8px)!important;border-radius:18px 18px 0 0!important}.aey-modal-head{padding:12px 14px!important}.aey-modal-foot,.inv-modal-foot{position:sticky;bottom:0;z-index:4;padding-bottom:calc(12px + env(safe-area-inset-bottom,0px))!important}body #aeyContextPanel.aey-context-panel .aey-context-tabs>button,body .aey-context-panel .aey-context-tabs>button{flex:1 1 0!important;width:auto!important;min-width:52px!important;max-width:none!important;gap:0!important;overflow:visible!important}body #aeyContextPanel.aey-context-panel .aey-context-tabs strong,body .aey-context-panel .aey-context-tabs strong{display:none!important}body #aeyContextPanel.aey-context-panel .aey-context-tabs em[data-aey-count],body .aey-context-panel .aey-context-tabs em[data-aey-count]{position:absolute!important;top:6px!important;left:50%!important;right:auto!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;min-width:17px!important;height:17px!important;padding:0 4px!important;margin-left:7px!important;border:2px solid #fff!important;border-radius:999px!important;background:#e8f1fb!important;color:#0e4f88!important;font-size:9px!important;line-height:1!important;font-style:normal!important;font-weight:900!important}body #aeyContextPanel.aey-context-panel .aey-context-tabs button.is-active em[data-aey-count],body .aey-context-panel .aey-context-tabs button.is-active em[data-aey-count]{background:#0e4f88!important;color:#fff!important}body #aeyContextPanel.aey-context-panel .aey-context-tabs em[data-aey-count]:empty,body .aey-context-panel .aey-context-tabs em[data-aey-count]:empty{display:none!important}}@media(max-width:640px){.aey-page-shell,.aey-dashboard-pro,.ganados-page,.finanzas-page,.import-main,.inv-main,.ct-page{padding-left:10px!important;padding-right:10px!important}.top-actions,.header-actions,.page-header-actions,.dash-header-actions,.aey-functional-filters{width:100%!important}.top-actions>*,.header-actions>*,.page-header-actions>*,.aey-functional-filters>*{max-width:100%!important}.ganados-mini-summary,.exec-kpi-grid,.fin-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.dashboard-grid-2,.dashboard-grid-3{grid-template-columns:minmax(0,1fr)!important}.aey-modal{padding-left:0!important;padding-right:0!important}.aey-modal-card,.aey-modal-card.wide,.ganador-update-card,.inv-modal-card{border-radius:16px 16px 0 0!important}}@media(max-width:390px){.ganados-mini-summary,.exec-kpi-grid,.fin-kpi-grid{grid-template-columns:minmax(0,1fr)!important}body #aeyContextPanel.aey-context-panel .aey-context-tabs>button,body .aey-context-panel .aey-context-tabs>button{min-width:48px!important}}.ganador-summary-grid{grid-template-columns:repeat(4,minmax(180px,1fr))}.ganador-status-strip{display:grid;grid-template-columns:repeat(4,minmax(170px,1fr));gap:.75rem;margin:1rem 0}.ganador-status-strip a{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.85rem 1rem;border-radius:14px;text-decoration:none;font-size:.78rem;font-weight:800;box-shadow:0 8px 22px #0f172a0f}.ganador-status-strip strong{font-size:1.15rem}.ganador-filters .btn{min-height:42px}.ganador-table-wrap{width:100%;overflow:auto;max-height:calc(100vh - 350px);min-height:320px;background:#fff;border:1px solid #dbe5ef;border-radius:18px;box-shadow:0 10px 30px #0f172a0d;scrollbar-gutter:stable both-edges}.ganador-table{width:100%;min-width:1780px;border-collapse:collapse;font-size:.76rem}.ganador-table thead th{position:sticky;top:0;z-index:2;background:#f8fafc;color:#334155;text-align:left;padding:.8rem .75rem;border-bottom:1px solid #dbe5ef;font-size:.72rem;text-transform:uppercase;letter-spacing:.03em}.ganador-main-row{border-left:6px solid var(--estado-color, #0E4F88)}.ganador-main-row td{vertical-align:top;padding:.85rem .75rem;border-bottom:1px solid #eef2f7;background:#fff}.ganador-main-row:hover td{background:#fbfdff}.ganador-code-cell a{display:block;color:#0e4f88;font-weight:900;text-decoration:none;margin-bottom:.25rem}.ganador-code-cell small,.ganador-date-cell small,.ganador-table small{display:block;color:#64748b;font-weight:700;margin-top:.2rem}.ganador-object-cell{max-width:340px}.ganador-object-cell strong{display:block;color:#334155;margin-bottom:.3rem;font-size:.72rem}.ganador-object-cell span{display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;color:#0f172a;line-height:1.35}.ganador-pill,.ganador-status{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:.35rem .55rem;font-size:.68rem;font-weight:900;white-space:nowrap}.ganador-pill.neutral{background:#eef2f7;color:#334155}.ganador-status{min-width:130px}.ganador-date-cell span,.ganador-money-cell span{display:block;color:#475569;margin-bottom:.18rem;line-height:1.3}.ganador-date-cell strong,.ganador-money-cell strong{color:#111827}.ganador-actions-cell{min-width:125px}.btn-small{display:inline-flex;width:100%;justify-content:center;padding:.45rem .55rem;min-height:auto;margin-bottom:.35rem;font-size:.72rem}.ganador-row-menu{position:relative}.ganador-row-menu summary{list-style:none;cursor:pointer;width:100%;text-align:center;border:1px solid #cfe0f3;border-radius:10px;padding:.35rem;font-weight:900;color:#0e4f88;background:#fff}.ganador-row-menu summary::-webkit-details-marker{display:none}.ganador-row-menu div{position:absolute;right:0;top:2.2rem;z-index:20;min-width:150px;background:#fff;border:1px solid #dbe5ef;border-radius:12px;box-shadow:0 15px 35px #0f172a26;padding:.35rem}.ganador-row-menu a{display:block;padding:.5rem .65rem;color:#0f172a;text-decoration:none;font-weight:700;border-radius:8px}.ganador-row-menu a:hover{background:#f1f5f9}.ganador-edit-row{scroll-margin-top:1rem}.ganador-edit-row td{padding:0;border-bottom:1px solid #dbe5ef;background:#f8fafc}.ganador-edit-form{display:none;padding:1rem}.ganador-edit-row:target .ganador-edit-form{display:block}.ganador-edit-title{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem}.ganador-edit-title strong{color:#0e4f88;font-size:.95rem}.ganador-edit-title span{color:#64748b;font-size:.78rem;font-weight:700}.ganador-form-grid{display:grid;grid-template-columns:repeat(5,minmax(170px,1fr));gap:.85rem}.ganador-form-grid label,.ganador-observaciones{display:flex;flex-direction:column;gap:.35rem;color:#475569;font-size:.72rem;font-weight:900;text-transform:uppercase;letter-spacing:.02em}.ganador-form-grid input,.ganador-form-grid select,.ganador-observaciones textarea{width:100%;border:1px solid #cfe0f3;border-radius:10px;padding:.65rem .7rem;background:#fff;font-family:inherit;font-size:.82rem;color:#0f172a;text-transform:none;letter-spacing:0;font-weight:700}.ganador-observaciones{margin-top:.9rem}.ganador-calculated-box{display:grid;grid-template-columns:repeat(6,minmax(140px,1fr));gap:.6rem;margin-top:.9rem}.ganador-calculated-box span{background:#fff;border:1px dashed #cfe0f3;border-radius:12px;padding:.65rem .7rem;color:#64748b;font-size:.72rem;font-weight:800}.ganador-calculated-box strong{display:block;margin-top:.15rem;color:#0f172a;font-size:.82rem}.ganador-form-actions{display:flex;justify-content:flex-end;gap:.65rem;margin-top:1rem}.ganador-empty,.ganador-empty-cell{padding:1.25rem;text-align:center}.ganador-empty h2{color:#0e4f88;margin-bottom:.35rem}.contract-status-badge{display:inline-flex;align-items:center;gap:.25rem;padding:.28rem .5rem;border-radius:999px;font-size:.68rem;font-weight:900;white-space:nowrap}.menu-content .menu-link-ganados{display:block;text-decoration:none;padding:.55rem .65rem;border-radius:9px;color:#0e4f88;font-weight:900;background:#eef6ff;margin-bottom:.5rem}@media(max-width:1200px){.ganador-summary-grid,.ganador-status-strip{grid-template-columns:repeat(2,minmax(180px,1fr))}.ganador-form-grid{grid-template-columns:repeat(2,minmax(170px,1fr))}.ganador-calculated-box{grid-template-columns:repeat(2,minmax(140px,1fr))}}@media(max-width:720px){.ganador-summary-grid,.ganador-status-strip,.ganador-form-grid,.ganador-calculated-box{grid-template-columns:1fr}.ganador-edit-title{align-items:flex-start;flex-direction:column}}.ganador-year-cell strong{display:inline-flex;align-items:center;justify-content:center;min-width:52px;padding:.28rem .55rem;border-radius:999px;background:#eef2ff;color:#0e4f88;font-size:.78rem;font-weight:900}.ganador-table-wrap{overflow:auto;max-height:calc(100vh - 350px);min-height:320px;scrollbar-gutter:stable both-edges}.ganador-table-wrap::-webkit-scrollbar{height:8px;width:8px}.ganador-table-wrap::-webkit-scrollbar-track{background:#f1f5f9;border-radius:999px}.ganador-table-wrap::-webkit-scrollbar-thumb{background:#94a3b8;border-radius:999px}.ganador-table-wrap::-webkit-scrollbar-thumb:hover{background:#64748b}.ganador-table-wrap{scrollbar-width:thin;scrollbar-color:#94a3b8 #f1f5f9}.ganador-summary-grid{grid-template-columns:repeat(4,minmax(150px,1fr))!important;gap:8px!important;margin-bottom:8px!important}.ganador-summary-grid .summary-card{padding:8px 12px!important;min-height:46px!important;border-radius:12px!important}.ganador-summary-grid .summary-card span{display:block;font-size:10px!important;line-height:1.05!important;margin-bottom:2px!important}.ganador-summary-grid .summary-card strong{font-size:18px!important;line-height:1!important;margin-top:2px!important}.ganador-status-strip{grid-template-columns:repeat(8,minmax(95px,1fr))!important;gap:6px!important;margin:6px 0 8px!important}.ganador-status-strip a{min-height:30px!important;padding:6px 9px!important;border-radius:12px!important;font-size:10px!important;line-height:1.05!important;box-shadow:0 5px 14px #0f172a0a!important}.ganador-status-strip strong{font-size:14px!important;line-height:1!important}.ganador-filters{padding:8px 10px!important;gap:7px!important;margin-bottom:7px!important}.ganador-filters .search-box,.ganador-filters select,.ganador-filters .btn{min-height:34px!important}.ganador-filters .btn{padding-top:0!important;padding-bottom:0!important}.ganador-filters input,.ganador-filters select{font-size:11px!important}.main .topbar{margin-bottom:8px}.main .topbar h1{line-height:1.05}.main .topbar p{margin-top:2px;line-height:1.1}@media(max-width:1450px){.ganador-status-strip{grid-template-columns:repeat(4,minmax(120px,1fr))!important}}@media(max-width:900px){.ganador-summary-grid,.ganador-status-strip{grid-template-columns:repeat(2,minmax(140px,1fr))!important}}.ganador-table-wrap{height:calc(100vh - 262px)!important;max-height:none!important;min-height:420px!important}@media(max-width:1450px){.ganador-table-wrap{height:calc(100vh - 286px)!important}}@media(max-width:900px){.ganador-table-wrap{height:auto!important;max-height:70vh!important;min-height:320px!important}}.ganador-alert-board{display:grid;grid-template-columns:repeat(6,minmax(120px,1fr));gap:7px;margin:6px 0 8px}.ganador-alert-item{display:flex;flex-direction:column;gap:2px;padding:8px 10px;min-height:54px;border:1px solid #e2e8f0;border-radius:14px;background:#fff;color:#0f172a;text-decoration:none;box-shadow:0 8px 18px #0f172a0b}.ganador-alert-item span{font-size:10px;font-weight:900;letter-spacing:.02em;text-transform:uppercase;color:#64748b}.ganador-alert-item strong{font-size:21px;line-height:1;font-weight:900;color:#0e4f88}.ganador-alert-item small{font-size:10px;line-height:1.15;color:#64748b}.ganador-alert-item.warning{border-color:#fde68a;background:#fffbeb}.ganador-alert-item.warning strong{color:#b45309}.ganador-alert-item.danger{border-color:#fecaca;background:#fef2f2}.ganador-alert-item.danger strong{color:#b91c1c}.ganador-alert-item.info{border-color:#bfdbfe;background:#eff6ff}.ganador-alert-item.info strong{color:#1d4ed8}.ganador-alert-item:hover{transform:translateY(-1px);box-shadow:0 10px 22px #0f172a13}@media(max-width:1450px){.ganador-alert-board{grid-template-columns:repeat(3,minmax(140px,1fr))}}@media(max-width:760px){.ganador-alert-board{grid-template-columns:repeat(2,minmax(120px,1fr))}}.ganador-action-rec-cell{min-width:220px;max-width:280px}.recommended-action-box{display:flex;align-items:center;justify-content:space-between;gap:.8rem;margin-top:.85rem;padding:.8rem .9rem;border-radius:14px;border:1px solid #dbeafe;background:#f8fafc;color:#0f172a}.recommended-action-box>div{display:flex;flex-direction:column;gap:.18rem;min-width:0}.recommended-action-box span{font-size:.68rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em;color:#64748b}.recommended-action-box strong{font-size:.86rem;color:#0f172a;line-height:1.2}.recommended-action-box small{color:#475569;line-height:1.25}.recommended-action-box em{flex:0 0 auto;font-style:normal;font-weight:800;font-size:.68rem;padding:.25rem .5rem;border-radius:999px;background:#e2e8f0;color:#334155}.recommended-action-box.compact{margin-top:0;padding:.55rem .65rem;border-radius:12px;align-items:flex-start}.recommended-action-box.ar-critica{background:#fef2f2;border-color:#fecaca}.recommended-action-box.ar-critica em{background:#fee2e2;color:#b91c1c}.recommended-action-box.ar-alta{background:#fff7ed;border-color:#fed7aa}.recommended-action-box.ar-alta em{background:#ffedd5;color:#c2410c}.recommended-action-box.ar-media{background:#eff6ff;border-color:#bfdbfe}.recommended-action-box.ar-media em{background:#dbeafe;color:#1d4ed8}.recommended-action-box.ar-baja{background:#f8fafc;border-color:#e2e8f0}.ganador-filters{display:grid!important;grid-template-columns:minmax(260px,1.7fr) minmax(120px,.72fr) minmax(120px,.72fr) minmax(150px,.9fr) minmax(120px,.72fr) minmax(150px,.9fr) auto auto!important;align-items:center}.ganador-filters select[name=etiqueta]{max-width:150px}.ganador-filters .btn{width:auto!important;min-width:88px;padding-left:14px!important;padding-right:14px!important;border-radius:10px!important;font-size:11px!important;font-weight:800;white-space:nowrap}.ganador-filters .btn.btn-primary,.ganador-filters .btn.btn-light{display:inline-flex;align-items:center;justify-content:center}@media(max-width:1550px){.ganador-filters{grid-template-columns:minmax(220px,1.3fr) repeat(5,minmax(115px,.8fr)) auto auto!important}}@media(max-width:1200px){.ganador-filters{grid-template-columns:repeat(4,minmax(150px,1fr))!important}.ganador-filters .search-box{grid-column:1 / -1}}@media(max-width:780px){.ganador-filters{grid-template-columns:repeat(2,minmax(140px,1fr))!important}}.ganador-filters{display:grid!important;grid-template-columns:minmax(230px,1fr) 105px 105px 128px 100px 130px 70px 64px!important;gap:5px!important;padding:6px 8px!important;align-items:center!important}.ganador-filters .search-box,.ganador-filters select,.ganador-filters .btn{min-height:29px!important;height:29px!important;border-radius:8px!important;box-sizing:border-box!important}.ganador-filters .search-box{padding:0 7px!important}.ganador-filters .search-box span{font-size:10px!important;margin-right:4px!important}.ganador-filters input,.ganador-filters select{font-size:9.7px!important;font-weight:700!important;padding:0 7px!important;line-height:1!important}.ganador-filters select[name=anio],.ganador-filters select[name=tipo_proceso]{max-width:105px!important}.ganador-filters select[name=estado_contractual]{max-width:128px!important}.ganador-filters select[name=etiqueta]{max-width:100px!important}.ganador-filters select[name=ordenar]{max-width:130px!important}.ganador-filters .btn{width:100%!important;min-width:0!important;padding:0 8px!important;margin:0!important;font-size:9.8px!important;font-weight:850!important;line-height:1!important;white-space:nowrap!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;overflow:hidden!important;text-overflow:ellipsis!important}.ganador-filters .btn.btn-light{max-width:70px!important}.ganador-filters .btn.btn-primary{max-width:64px!important}@media(max-width:1500px){.ganador-filters{grid-template-columns:minmax(200px,1fr) 96px 100px 118px 94px 120px 66px 60px!important}.ganador-filters select[name=anio]{max-width:96px!important}.ganador-filters select[name=tipo_proceso]{max-width:100px!important}.ganador-filters select[name=estado_contractual]{max-width:118px!important}.ganador-filters select[name=etiqueta]{max-width:94px!important}.ganador-filters select[name=ordenar]{max-width:120px!important}.ganador-filters .btn.btn-light{max-width:66px!important}.ganador-filters .btn.btn-primary{max-width:60px!important}}@media(max-width:1200px){.ganador-filters{grid-template-columns:repeat(4,minmax(115px,1fr))!important;gap:6px!important}.ganador-filters .search-box{grid-column:1 / -1;max-width:none!important}.ganador-filters select[name],.ganador-filters .btn,.ganador-filters .btn.btn-light,.ganador-filters .btn.btn-primary{max-width:none!important;width:100%!important}}@media(max-width:780px){.ganador-filters{grid-template-columns:repeat(2,minmax(120px,1fr))!important}}.ganador-table-v2 thead th:nth-child(2),.ganador-table-v2 thead th:nth-child(3),.ganador-table-v2 thead th:nth-child(4),.ganador-table-v2 .ganador-main-row td:nth-child(2),.ganador-table-v2 .ganador-main-row td:nth-child(3),.ganador-table-v2 .ganador-main-row td:nth-child(4){text-align:center!important}.ganador-table-v2 .ganador-main-row td:nth-child(2),.ganador-table-v2 .ganador-main-row td:nth-child(3),.ganador-table-v2 .ganador-main-row td:nth-child(4){vertical-align:middle!important}.ganador-table-v2 .ganador-main-row td:nth-child(2) .ganador-status,.ganador-table-v2 .ganador-main-row td:nth-child(4) .ganador-pill{margin-left:auto;margin-right:auto}.ganador-table-v2 .ganador-main-row td:nth-child(3) strong,.ganador-table-v2 .ganador-main-row td:nth-child(3) small{display:block;text-align:center}.ganados-page .ganador-table-v2 col.col-g-accion{width:156px!important}.ganados-page .ganador-table-v2 .sticky-action-col{width:156px!important;min-width:156px!important;max-width:156px!important;background:#fff!important;box-shadow:none!important}.ganados-page .ganador-table-v2 thead .sticky-action-col{background:#f8fbff!important}.ganados-page .ganador-actions-cell{display:grid!important;grid-template-columns:76px 38px 28px!important;align-items:center!important;justify-content:end!important;justify-items:stretch!important;gap:6px!important;width:156px!important;min-width:156px!important;max-width:156px!important;padding:.42rem 10px .42rem 6px!important;overflow:visible!important;box-sizing:border-box!important;background:#fff!important}.ganados-page .ganador-actions-cell .btn-small{width:76px!important;min-width:76px!important;max-width:76px!important;height:34px!important;min-height:34px!important;margin:0!important;padding:0 .55rem!important;border-radius:12px!important;font-size:.72rem!important;line-height:1!important}.ganados-page .ganador-actions-cell .ganador-participants-btn{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:3px!important;width:38px!important;min-width:38px!important;max-width:38px!important;height:34px!important;min-height:34px!important;margin:0!important;padding:0!important;border-radius:12px!important;box-sizing:border-box!important}.ganados-page .ganador-actions-cell .ganador-participants-btn span{font-size:13px!important}.ganados-page .ganador-actions-cell .ganador-participants-btn b{font-size:10px!important}.ganados-page .ganador-actions-cell .ganador-row-menu{position:relative!important;display:block!important;width:28px!important;min-width:28px!important;max-width:28px!important;margin:0!important;overflow:visible!important}.ganados-page .ganador-actions-cell .ganador-row-menu summary{list-style:none!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;width:28px!important;min-width:28px!important;max-width:28px!important;height:34px!important;min-height:34px!important;margin:0!important;padding:0!important;border:1px solid #cfe0f3!important;border-radius:10px!important;background:#fff!important;color:#0e4f88!important;font-size:18px!important;font-weight:900!important;line-height:1!important;text-align:center!important;box-sizing:border-box!important}.ganados-page .ganador-actions-cell .ganador-row-menu summary::-webkit-details-marker{display:none!important}.ganados-page .ganador-actions-cell .ganador-row-menu[open]>div,.ganados-page .ganador-actions-cell .ganador-row-menu>div{right:0!important;left:auto!important;top:calc(100% + 6px)!important}.ganados-page .ganador-table-v2 tbody tr.is-selected-process td:last-child,.ganados-page .ganador-table-v2 tbody tr.ganador-main-row.is-selected-process td:last-child{padding-right:10px!important;border-right:2px solid rgba(14,79,136,.88)!important;border-radius:0 14px 14px 0!important;background-clip:padding-box!important}@media(max-width:860px){.ganados-page .ganador-table-v2 col.col-g-accion{width:142px!important}.ganados-page .ganador-table-v2 .sticky-action-col{width:142px!important;min-width:142px!important;max-width:142px!important}.ganados-page .ganador-actions-cell{grid-template-columns:72px 36px 26px!important;width:142px!important;min-width:142px!important;max-width:142px!important;gap:4px!important;padding-right:8px!important}.ganados-page .ganador-actions-cell .btn-small{width:72px!important;min-width:72px!important;max-width:72px!important;height:32px!important;min-height:32px!important;font-size:.7rem!important}.ganados-page .ganador-actions-cell .ganador-participants-btn{width:36px!important;min-width:36px!important;max-width:36px!important;height:32px!important;min-height:32px!important}.ganados-page .ganador-actions-cell .ganador-row-menu{width:26px!important;min-width:26px!important;max-width:26px!important}.ganados-page .ganador-actions-cell .ganador-row-menu summary{width:26px!important;min-width:26px!important;max-width:26px!important;height:32px!important;min-height:32px!important;font-size:17px!important}}@media(max-width:760px){.ganados-page .ganador-table-v2 col.col-g-accion{width:136px!important}.ganados-page .ganador-table-v2 .sticky-action-col{width:136px!important;min-width:136px!important;max-width:136px!important}.ganados-page .ganador-actions-cell{grid-template-columns:68px 36px 24px!important;width:136px!important;min-width:136px!important;max-width:136px!important;gap:4px!important;padding:.38rem 8px .38rem 4px!important}.ganados-page .ganador-actions-cell .btn-small{width:68px!important;min-width:68px!important;max-width:68px!important;height:30px!important;min-height:30px!important;padding:0 .45rem!important;font-size:.68rem!important}.ganados-page .ganador-actions-cell .ganador-participants-btn{width:36px!important;min-width:36px!important;max-width:36px!important;height:30px!important;min-height:30px!important}.ganados-page .ganador-actions-cell .ganador-row-menu{width:24px!important;min-width:24px!important;max-width:24px!important}.ganados-page .ganador-actions-cell .ganador-row-menu summary{width:24px!important;min-width:24px!important;max-width:24px!important;height:30px!important;min-height:30px!important;font-size:16px!important;border-radius:9px!important}}.ganados-page .ganador-table-v2-wrap{width:100%!important;max-width:100%!important;overflow-x:auto!important;overflow-y:visible!important;padding-bottom:4px!important;scrollbar-gutter:stable both-edges!important}.ganados-page .ganador-table-v2{width:100%!important;min-width:1320px!important;border-spacing:0 8px!important}.ganados-page .ganador-table-v2 tbody tr{outline:0!important;box-shadow:none!important}.ganados-page .ganador-table-v2 tbody td{border-top:1px solid #dce7f1!important;border-bottom:1px solid #dce7f1!important;background:#fff!important;vertical-align:middle!important}.ganados-page .ganador-table-v2 tbody td:first-child{border-left:4px solid var(--estado-color, #0E4F88)!important;border-radius:14px 0 0 14px!important}.ganados-page .ganador-table-v2 tbody td:last-child{border-right:1px solid #dce7f1!important;border-radius:0 14px 14px 0!important}.ganados-page .ganador-table-v2 tbody tr.is-selected-process td,.ganados-page .ganador-table-v2 tbody tr.ganador-main-row.is-selected-process td{border-top:2px solid #0E4F88!important;border-bottom:2px solid #0E4F88!important;background:#fff!important}.ganados-page .ganador-table-v2 tbody tr.is-selected-process td:first-child,.ganados-page .ganador-table-v2 tbody tr.ganador-main-row.is-selected-process td:first-child{border-left:4px solid #0E4F88!important}.ganados-page .ganador-table-v2 tbody tr.is-selected-process td:last-child,.ganados-page .ganador-table-v2 tbody tr.ganador-main-row.is-selected-process td:last-child{border-right:2px solid #0E4F88!important}.ganados-page .ganador-table-v2 col.col-g-accion{width:154px!important}.ganados-page .ganador-table-v2 .sticky-action-col,body.aey-context-open .ganados-page .ganador-table-v2 .sticky-action-col{position:static!important;right:auto!important;width:154px!important;min-width:154px!important;max-width:154px!important;padding:.45rem 8px!important;background:#fff!important;box-shadow:none!important;vertical-align:middle!important;box-sizing:border-box!important;z-index:auto!important}.ganados-page .ganador-table-v2 thead .sticky-action-col,body.aey-context-open .ganados-page .ganador-table-v2 thead .sticky-action-col{background:#f8fbff!important}.ganados-page .ganador-actions-desktop{display:grid!important;grid-template-columns:72px 38px 32px!important;align-items:center!important;justify-content:end!important;gap:4px!important;width:100%!important}.ganados-page .ganador-actions-desktop .btn-small{width:72px!important;min-width:72px!important;max-width:72px!important;height:34px!important;min-height:34px!important;margin:0!important;padding:0 .45rem!important;border-radius:11px!important;font-size:.69rem!important;line-height:1!important}.ganados-page .ganador-actions-desktop .ganador-participants-btn{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:2px!important;width:38px!important;min-width:38px!important;max-width:38px!important;height:34px!important;min-height:34px!important;margin:0!important;padding:0!important;border-radius:11px!important;box-sizing:border-box!important}.ganados-page .ganador-actions-desktop .ganador-participants-btn span{font-size:12px!important}.ganados-page .ganador-actions-desktop .ganador-participants-btn b{font-size:10px!important}.ganados-page .ganador-sercop-btn{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:32px!important;min-width:32px!important;max-width:32px!important;height:34px!important;border:1px solid #bfd3e7!important;border-radius:11px!important;background:#fff!important;color:#0e4f88!important;font-size:16px!important;font-weight:900!important;text-decoration:none!important;box-sizing:border-box!important}.ganados-page .ganador-sercop-btn:hover{border-color:#7fa8cc!important;background:#edf6ff!important}.ganados-page .ganador-actions-mobile,.ganados-page .ganador-mobile-summary{display:none!important}@media(max-width:860px){.ganados-page .ganador-table-v2-wrap{overflow-x:auto!important;overflow-y:visible!important;-webkit-overflow-scrolling:touch!important}.ganados-page .ganador-table-v2{display:table!important;width:auto!important;min-width:1320px!important;border-collapse:separate!important;border-spacing:0 8px!important}.ganados-page .ganador-table-v2 colgroup,.ganados-page .ganador-table-v2 thead,.ganados-page .ganador-table-v2 tbody,.ganados-page .ganador-table-v2 tr,.ganados-page .ganador-table-v2 td,.ganados-page .ganador-table-v2 th{display:revert!important}.ganados-page .ganador-table-v2 tbody td{padding:.72rem .6rem!important}.ganados-page .ganador-code-v2 a{white-space:nowrap!important}.ganados-page .ganador-code-v2 strong,.ganados-page .ganador-code-v2>span,.ganados-page .ganador-code-v2 em{display:block!important}.ganados-page .ganador-actions-desktop{display:grid!important}.ganados-page .ganador-actions-mobile,.ganados-page .ganador-mobile-summary{display:none!important}}.import-main{padding-bottom:48px}.import-topbar .eyebrow{display:block;font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:#0e4f88;margin-bottom:4px}.imp-alert{border-radius:18px;padding:14px 16px;margin:0 0 18px;background:#f8fafc;border:1px solid rgba(15,23,42,.08);display:grid;gap:4px}.imp-alert strong{font-weight:800}.imp-alert span{font-size:.86rem;color:#64748b}.imp-alert-ok{background:#ecfdf5;border-color:#bbf7d0;color:#166534}.imp-alert-warn{background:#fffbeb;border-color:#fde68a;color:#92400e}.imp-alert-error{background:#fef2f2;border-color:#fecaca;color:#991b1b}.imp-kpis{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;margin-bottom:18px}.imp-kpis article,.imp-panel,.imp-tabs{background:#fffffff0;border:1px solid rgba(15,23,42,.08);box-shadow:0 18px 40px #0f172a0f;border-radius:24px}.imp-kpis article{padding:18px}.imp-kpis span,.imp-kpis small{display:block;color:#64748b;font-size:.82rem}.imp-kpis strong{display:block;color:#0f172a;font-size:1.75rem;line-height:1.1;margin:6px 0 4px}.imp-layout-main{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:18px;align-items:start}.imp-panel{padding:20px;margin-bottom:18px}.imp-panel-head{display:flex;justify-content:space-between;gap:18px;align-items:flex-start;margin-bottom:16px}.imp-panel h2,.imp-form-panel summary{font-size:1.05rem;font-weight:800;color:#0f172a;margin:0}.imp-panel p{margin:4px 0 0;color:#64748b}.imp-side-stack{display:grid;gap:18px}.imp-form-panel{padding:0;overflow:hidden}.imp-form-panel summary{cursor:pointer;padding:18px 20px;background:linear-gradient(135deg,#0e4f8814,#2ca58d14);list-style:none}.imp-form-panel summary::-webkit-details-marker,.imp-subform summary::-webkit-details-marker{display:none}.imp-form{display:grid;grid-template-columns:1fr;gap:12px;padding:18px 20px}.imp-form-grid-big{grid-template-columns:repeat(3,minmax(0,1fr));padding:0}.imp-form label{font-size:.78rem;font-weight:800;color:#475569;display:grid;gap:6px}.imp-form input,.imp-form select,.imp-form textarea,.imp-filter input,.imp-filter select{width:100%;border:1px solid rgba(15,23,42,.12);border-radius:14px;padding:11px 12px;background:#fff;color:#0f172a;font:inherit;font-size:.88rem;outline:none}.imp-form textarea{resize:vertical}.imp-form .wide,.imp-doc-form .wide{grid-column:1/-1}.imp-help{font-size:.82rem;color:#64748b;line-height:1.45}.imp-filter{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.imp-filter input{min-width:280px}.imp-table-wrap{overflow:auto;border-radius:18px;border:1px solid rgba(15,23,42,.08)}.imp-table{width:100%;border-collapse:separate;border-spacing:0;background:#fff}.imp-table th,.imp-table td{padding:13px 14px;border-bottom:1px solid rgba(15,23,42,.07);text-align:left;vertical-align:top;font-size:.88rem}.imp-table th{position:sticky;top:0;background:#f8fafc;color:#475569;font-size:.74rem;text-transform:uppercase;letter-spacing:.05em;font-weight:800;z-index:1}.imp-table td strong{display:block;color:#0f172a}.imp-table td small{display:block;margin-top:4px;color:#64748b;line-height:1.35}.imp-table tr:last-child td{border-bottom:0}.imp-empty{text-align:center!important;color:#64748b;padding:26px!important}.imp-status{display:inline-flex;align-items:center;border-radius:999px;padding:6px 10px;font-size:.73rem;font-weight:800;background:#f1f5f9;color:#334155;white-space:nowrap}.imp-status-recibido,.imp-status-liquidado{background:#ecfdf5;color:#166534}.imp-status-en_transito{background:#eff6ff;color:#1d4ed8}.imp-status-en_aduana{background:#fef3c7;color:#92400e}.imp-status-en_produccion,.imp-status-comprado,.imp-status-listo_embarque{background:#f5f3ff;color:#6d28d9}.imp-status-cancelado{background:#fee2e2;color:#991b1b}.imp-status-reembolso_pendiente{background:#fff7ed;color:#c2410c}.imp-detail-head{display:flex;justify-content:space-between;gap:20px;align-items:flex-start}.imp-back{display:inline-flex;color:#0e4f88;font-weight:800;text-decoration:none;margin-bottom:10px}.imp-detail-head h2{font-size:1.35rem}.imp-inline-muted{display:inline-flex;margin-left:10px;color:#64748b;font-size:.86rem}.imp-detail-numbers{display:grid;grid-template-columns:repeat(2,minmax(130px,1fr));gap:10px;min-width:320px}.imp-detail-numbers span{display:grid;gap:3px;padding:12px;border:1px solid rgba(15,23,42,.08);border-radius:18px;background:#f8fafc;color:#64748b;font-size:.78rem}.imp-detail-numbers strong{color:#0f172a;font-size:1rem}.imp-tabs{display:flex;gap:8px;padding:8px;margin-bottom:18px;overflow:auto}.imp-tabs a{display:inline-flex;white-space:nowrap;text-decoration:none;color:#475569;font-size:.84rem;font-weight:800;padding:10px 13px;border-radius:16px}.imp-tabs a.active{background:#0e4f88;color:#fff}.imp-subform{border:1px dashed rgba(14,79,136,.3);border-radius:18px;padding:14px;margin-top:18px}.imp-subform summary{font-weight:800;color:#0e4f88;cursor:pointer}.imp-subform .imp-form{padding:16px 0 0}.imp-doc-form{grid-template-columns:220px 260px minmax(0,1fr) auto;align-items:end;padding:0 0 18px}.imp-doc-form small{font-weight:500;color:#64748b}.imp-cost-grid,.imp-summary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.imp-cost-grid article,.imp-summary-grid span{padding:16px;border:1px solid rgba(15,23,42,.08);border-radius:18px;background:#f8fafc}.imp-cost-grid span,.imp-summary-grid span{font-size:.8rem;color:#64748b}.imp-cost-grid strong,.imp-summary-grid strong{display:block;color:#0f172a;font-size:1.2rem;margin-bottom:4px}.imp-history{display:grid;gap:8px}.imp-history p{margin:0}.imp-import-summary,.imp-import-preview{border-color:#22c55e40;background:linear-gradient(135deg,#ecfdf5e6,#fffffff2)}.imp-preview-actions{display:flex;gap:10px;margin-top:16px;flex-wrap:wrap}.btn-small{padding:7px 10px;font-size:.78rem;border-radius:12px}@media(max-width:1180px){.imp-kpis{grid-template-columns:repeat(3,minmax(0,1fr))}.imp-layout-main{grid-template-columns:1fr}.imp-side-stack{grid-template-columns:repeat(2,minmax(0,1fr))}.imp-doc-form{grid-template-columns:1fr 1fr}.imp-doc-form button{grid-column:1/-1}}@media(max-width:760px){.imp-kpis{grid-template-columns:1fr 1fr}.imp-form-grid-big,.imp-cost-grid,.imp-summary-grid,.imp-side-stack,.imp-detail-numbers{grid-template-columns:1fr}.imp-detail-head,.imp-filter{display:grid}.imp-filter input{min-width:0}.imp-doc-form{grid-template-columns:1fr}.imp-panel{padding:16px;border-radius:20px}.imp-table th,.imp-table td{padding:11px 12px}.imp-tabs{border-radius:18px}}.imp-kpis-compact{display:flex;flex-wrap:wrap;gap:8px;margin:6px 0 18px}.imp-kpis-compact .imp-chip{display:inline-flex;align-items:center;gap:6px;text-decoration:none;border:1px solid rgba(14,79,136,.35);background:#f8fbff;color:#12324a;border-radius:999px;padding:6px 11px;font-size:.82rem;font-weight:800;box-shadow:none}.imp-kpis-compact .imp-chip span{color:#334155}.imp-kpis-compact .imp-chip strong{font-size:.9rem;line-height:1;margin:0;color:#0e4f88}.imp-kpis-compact .imp-chip.green{border-color:#16a34a59;background:#f0fdf4}.imp-kpis-compact .imp-chip.green strong{color:#16a34a}.imp-kpis-compact .imp-chip.blue{border-color:#2563eb59;background:#eff6ff}.imp-kpis-compact .imp-chip.blue strong{color:#2563eb}.imp-kpis-compact .imp-chip.amber{border-color:#f59e0b6b;background:#fffbeb}.imp-kpis-compact .imp-chip.amber strong{color:#d97706}.imp-kpis-compact .imp-chip.soft{border-color:#64748b38;background:#fff}.imp-list-head{align-items:center;margin-bottom:14px}.imp-list-head h2{white-space:nowrap}.imp-list-head .imp-filter{display:grid;grid-template-columns:220px minmax(260px,1fr) auto;gap:8px;align-items:center;width:min(620px,100%)}.imp-list-head .imp-filter input{min-width:0}.imp-field-help{font-size:.74rem;color:#64748b}.imp-field-help a{color:#0e4f88;text-decoration:none;font-weight:800}.imp-detail-head{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center}.imp-detail-numbers{display:flex;flex-wrap:nowrap;gap:8px;min-width:0}.imp-detail-numbers span{min-width:118px}.imp-inline-form{margin:0}.imp-pay-badge{display:inline-flex;align-items:center;border-radius:999px;padding:5px 9px;background:#f1f5f9;color:#334155;font-size:.72rem;font-weight:800;white-space:nowrap}.imp-pay-badge.paid{background:#ecfdf5;color:#166534}.imp-cost-grid article span{display:block}.imp-doc-form .wide input[type=file]{padding:10px}.import-topbar .top-actions{flex-wrap:wrap}@media(max-width:1050px){.imp-list-head{display:grid}.imp-list-head .imp-filter{width:100%;grid-template-columns:1fr 1fr auto}.imp-detail-head{grid-template-columns:1fr}.imp-detail-numbers{flex-wrap:wrap}}@media(max-width:720px){.imp-list-head .imp-filter{grid-template-columns:1fr}.imp-kpis-compact{overflow-x:auto;flex-wrap:nowrap;padding-bottom:3px}.imp-kpis-compact .imp-chip{white-space:nowrap}.imp-detail-numbers span{min-width:calc(50% - 4px)}}.import-main,.import-main input,.import-main select,.import-main textarea,.import-main button,.import-main table,.finanzas-page,.finanzas-page input,.finanzas-page select,.finanzas-page textarea,.finanzas-page button{font-family:Montserrat,Arial,sans-serif}.imp-table td,.imp-form input,.imp-form select,.imp-form textarea,.imp-form label,.imp-panel p,.imp-help{font-weight:500}.imp-table td strong,.imp-cell-title{display:block;color:#0f172a;font-weight:500}.imp-panel h2,.import-topbar h1,.aey-functional-title h1,.imp-form-panel summary,.imp-subform summary,.imp-table th{font-weight:700}.imp-form label,.imp-status,.imp-pay-badge{font-weight:600}.imp-table td small{font-weight:500}.imp-pay-summary-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-bottom:18px}.imp-pay-summary-row article{padding:16px 18px;border:1px solid rgba(15,23,42,.08);border-radius:22px;background:#fffffff0;box-shadow:0 18px 40px #0f172a0f}.imp-pay-summary-row span{display:block;color:#64748b;font-size:.8rem}.imp-pay-summary-row strong{display:block;margin-top:6px;color:#0f172a;font-size:1.25rem;font-weight:700}.imp-payment-table td:nth-child(5){min-width:520px}.imp-pay-form{padding:0;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.imp-pay-form button,.imp-payment-drop-wrap{grid-column:1/-1}.imp-payment-drop-zone{position:relative;display:grid;place-items:center;gap:7px;min-height:126px;padding:18px;border:2px dashed #0E5A9C;border-radius:22px;background:#eef7ff;color:#0f172a;text-align:center;cursor:pointer;transition:.16s ease}.imp-payment-drop-zone:hover,.imp-payment-drop-zone.is-dragging{background:#e4f2ff;box-shadow:0 14px 30px #0e5a9c1c}.imp-payment-drop-zone input[type=file]{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer}.imp-payment-drop-title{font-size:.92rem;font-weight:700}.imp-payment-drop-icons{display:flex;gap:8px;opacity:.45}.imp-payment-drop-icons span{width:34px;height:34px;border-radius:999px;background:#fff;display:grid;place-items:center}.imp-payment-drop-zone small{max-width:430px;color:#64748b;font-size:.76rem;line-height:1.35}.imp-payment-drop-selected{width:100%;display:grid;gap:7px;text-align:left}.imp-payment-file-row{display:flex;align-items:center;justify-content:space-between;gap:10px;background:#fff;border:1px solid rgba(14,90,156,.18);border-radius:12px;padding:8px 10px;font-size:.78rem}.imp-payment-file-row button{border:0;background:#fee2e2;color:#991b1b;border-radius:10px;width:24px;height:24px;cursor:pointer;font-weight:700}.finance-import-alert{display:grid;grid-template-columns:minmax(0,1fr) minmax(220px,330px) auto;gap:14px;align-items:center;margin:14px 0 16px;padding:16px;border:1px solid rgba(245,158,11,.28);border-radius:24px;background:linear-gradient(135deg,#fff7ed,#fff);box-shadow:0 18px 40px #0f172a0f}.finance-import-alert-kicker{display:block;color:#b45309;font-size:.72rem;text-transform:uppercase;letter-spacing:.06em;font-weight:700}.finance-import-alert h2{margin:3px 0;color:#0f172a;font-size:1rem;font-weight:700}.finance-import-alert p{margin:0;color:#64748b;font-size:.86rem}.finance-import-alert-preview{display:grid;gap:2px;padding:12px;border-radius:18px;background:#fff;border:1px solid rgba(15,23,42,.08)}.finance-import-alert-preview span{font-size:.76rem;color:#64748b}.finance-import-alert-preview em{font-style:normal;color:#0f172a;font-size:.84rem}.finance-import-alert-preview strong{font-size:.88rem;color:#0f172a;font-weight:700}.fin-import-request-btn{position:relative;gap:8px}.fin-import-request-btn span{display:inline-grid;place-items:center;min-width:22px;height:22px;padding:0 6px;border-radius:999px;background:#ef4444;color:#fff;font-size:.72rem;font-weight:700}@media(max-width:1100px){.finance-import-alert{grid-template-columns:1fr}.imp-payment-table td:nth-child(5){min-width:420px}}@media(max-width:760px){.imp-pay-summary-row,.imp-pay-form{grid-template-columns:1fr}.imp-payment-table td:nth-child(5){min-width:320px}.imp-payment-drop-zone{min-height:116px}.finance-import-alert{border-radius:18px}.finance-import-alert .btn{width:100%;justify-content:center}}.imp-actions-col{width:128px;text-align:center!important}.imp-row-actions{display:flex;align-items:center;justify-content:flex-start;gap:7px;flex-wrap:wrap}.imp-row-actions form{margin:0}.imp-icon-btn{width:32px;height:32px;border:1px solid rgba(14,79,136,.16);border-radius:12px;background:#fff;color:#0e4f88;display:inline-grid;place-items:center;text-decoration:none;font-size:.98rem;font-weight:600;cursor:pointer;line-height:1}.imp-icon-btn:hover{background:#eff6ff}.imp-icon-btn.danger{border-color:#ef444447;color:#dc2626;background:#fff}.imp-icon-btn.danger:hover{background:#fef2f2}.imp-cell-title{line-height:1.25}.imp-history span{color:#64748b}.imp-dropzone{position:relative;min-height:112px;border:2px dashed #0E5A9C!important;border-radius:22px;background:#eef7ff!important;display:grid!important;place-items:center;text-align:center;padding:18px!important;color:#0f172a}.imp-dropzone input[type=file]{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer}.imp-dropzone small{max-width:440px;text-align:center}.imp-subform .btn-light{display:inline-flex;align-items:center;justify-content:center;text-decoration:none}.imp-table td,.imp-table td strong,.imp-cell-title{font-weight:500}.imp-table th,.imp-panel h2,.import-topbar h1{font-weight:700}@media(max-width:760px){.imp-actions-col{width:auto}.imp-row-actions{justify-content:flex-start}.imp-icon-btn{width:34px;height:34px}.imp-dropzone{min-height:104px}}.import-main .import-topbar{min-height:unset!important;padding-top:8px!important;padding-bottom:8px!important;margin-bottom:6px!important}.import-main .import-topbar h1{margin:0!important;line-height:1.05!important}.import-main .import-topbar p{margin-top:3px!important;font-size:.82rem!important;line-height:1.25!important}.import-main .imp-alert{padding:9px 12px!important;border-radius:16px!important;margin:6px 0 10px!important;font-size:.85rem!important;min-height:unset!important}.import-main .imp-kpi-chips{margin:6px 0 10px!important}.import-main .imp-detail-head.imp-panel{padding:12px 14px!important;margin-bottom:10px!important;border-radius:20px!important;align-items:center!important}.import-main .imp-detail-head h2{font-size:1.05rem!important;line-height:1.15!important;margin:0!important}.import-main .imp-back{margin-bottom:5px!important;font-size:.82rem!important}.import-main .imp-detail-head p{margin-top:5px!important}.import-main .imp-detail-numbers{display:flex!important;flex-wrap:wrap!important;gap:8px!important;min-width:unset!important;justify-content:flex-end!important}.import-main .imp-detail-numbers span{display:flex!important;align-items:center!important;gap:6px!important;padding:8px 10px!important;min-width:92px!important;border-radius:14px!important;font-size:.7rem!important}.import-main .imp-detail-numbers strong{font-size:.86rem!important;margin:0!important}.import-main .imp-tabs{margin-bottom:10px!important;padding:6px!important;border-radius:18px!important}.import-main .imp-tabs a{padding:8px 11px!important;font-size:.78rem!important}@media(max-width:900px){.import-main .imp-detail-head.imp-panel{display:grid!important;gap:10px!important}.import-main .imp-detail-numbers{justify-content:flex-start!important}}@media(max-width:640px){.import-main .import-topbar{display:grid!important;gap:8px!important}.import-main .top-actions{justify-content:flex-start!important;flex-wrap:wrap!important}.import-main .imp-detail-numbers span{min-width:calc(50% - 4px)!important}}.inv-main{padding-bottom:48px;font-family:Montserrat,Arial,sans-serif}.inv-topbar .eyebrow{display:block;font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:#0e4f88;margin-bottom:4px}.inv-kpis{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;margin:8px 0 16px}.inv-kpis article,.inv-panel{background:#fffffff2;border:1px solid rgba(15,23,42,.08);box-shadow:0 18px 40px #0f172a0f;border-radius:22px}.inv-kpis article{padding:14px 16px}.inv-kpis span{display:block;color:#64748b;font-size:.78rem;font-weight:600}.inv-kpis strong{display:block;color:#0f172a;font-size:1.18rem;line-height:1.15;margin-top:5px;font-weight:700}.inv-kpis article.ok{background:#ecfdf5;border-color:#bbf7d0}.inv-kpis article.warn{background:#fffbeb;border-color:#fde68a}.inv-panel{padding:18px;margin-bottom:16px}.inv-filter-panel{padding:14px}.inv-filter{display:grid;grid-template-columns:minmax(260px,1fr) 160px 145px 155px auto auto auto;gap:10px;align-items:end}.inv-filter label{display:grid;gap:6px;color:#475569;font-size:.75rem;font-weight:700}.inv-filter input,.inv-filter select{width:100%;border:1px solid rgba(15,23,42,.12);border-radius:14px;padding:10px 11px;background:#fff;color:#0f172a;font:inherit;font-size:.86rem;outline:none}.inv-check{display:flex!important;align-items:center;gap:8px;height:42px;padding:0 10px;border:1px solid rgba(15,23,42,.08);border-radius:14px;background:#f8fafc;white-space:nowrap}.inv-check input{width:auto!important}.inv-panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:14px}.inv-panel-head h2{margin:0;color:#0f172a;font-size:1.05rem;font-weight:700}.inv-panel-head p{margin:4px 0 0;color:#64748b;font-size:.86rem}.inv-legend{display:flex;align-items:center;gap:12px;flex-wrap:wrap;color:#64748b;font-size:.78rem;font-weight:600}.inv-legend span{display:inline-flex;align-items:center;gap:6px}.inv-legend i{width:9px;height:9px;border-radius:999px;background:#16a34a}.inv-legend i.warn{background:#f59e0b}.inv-table-wrap{overflow:auto;border-radius:18px;border:1px solid rgba(15,23,42,.08)}.inv-table{width:100%;border-collapse:separate;border-spacing:0;background:#fff}.inv-table th,.inv-table td{padding:12px 13px;border-bottom:1px solid rgba(15,23,42,.07);text-align:left;vertical-align:top;font-size:.84rem}.inv-table th{position:sticky;top:0;background:#f8fafc;color:#475569;font-size:.72rem;text-transform:uppercase;letter-spacing:.05em;font-weight:800;z-index:1}.inv-table tr:last-child td{border-bottom:0}.inv-table td strong{display:block;color:#0f172a;font-weight:600}.inv-table td small{display:block;margin-top:4px;color:#64748b;line-height:1.35;font-size:.76rem}.inv-table td p{max-width:390px;margin:5px 0 0;color:#475569;line-height:1.35;font-size:.78rem}.inv-empty{text-align:center!important;color:#64748b;padding:28px!important}.inv-stock{display:inline-flex;align-items:center;justify-content:center;min-width:52px;border-radius:999px;padding:7px 10px;font-weight:800;background:#f1f5f9;color:#334155}.inv-stock.ok{background:#ecfdf5;color:#166534}.inv-stock.zero{background:#f1f5f9;color:#64748b}.inv-source{display:inline-flex;align-items:center;border-radius:999px;padding:6px 9px;background:#eff6ff;color:#1d4ed8;font-size:.72rem;font-weight:700;white-space:nowrap}.inv-source.price{background:#f5f3ff;color:#6d28d9}.inv-link{color:#0e4f88;font-weight:700;text-decoration:none}.inv-link:hover{text-decoration:underline}.inv-muted{color:#94a3b8;font-size:.78rem}.is-missing-price td{background:linear-gradient(90deg,#fffbeb8c,#fff0)}.inv-note{margin:12px 0 0;color:#64748b;font-size:.8rem;line-height:1.45}.inv-topbar{min-height:unset!important;padding-top:8px!important;padding-bottom:8px!important;margin-bottom:6px!important}.inv-topbar h1{margin:0!important;line-height:1.05!important}.inv-topbar p{margin-top:3px!important;font-size:.82rem!important;line-height:1.25!important}@media(max-width:1180px){.inv-kpis{grid-template-columns:repeat(3,minmax(0,1fr))}.inv-filter{grid-template-columns:1fr 1fr 1fr}.inv-filter .btn{width:100%;justify-content:center}}@media(max-width:760px){.inv-kpis{grid-template-columns:1fr 1fr}.inv-filter{grid-template-columns:1fr}.inv-panel{padding:15px;border-radius:18px}.inv-panel-head{display:grid}.inv-table th,.inv-table td{padding:10px 11px}.inv-topbar{display:grid!important;gap:8px!important}.inv-topbar .top-actions{justify-content:flex-start!important;flex-wrap:wrap!important}}.inv-kpis{grid-template-columns:repeat(6,minmax(0,1fr))}.inv-alert{margin:8px 0 12px;border-radius:16px;padding:11px 14px;font-weight:700;font-size:.86rem;border:1px solid transparent}.inv-alert.ok{background:#ecfdf5;color:#166534;border-color:#bbf7d0}.inv-alert.error{background:#fef2f2;color:#b91c1c;border-color:#fecaca}.inv-stock.reserved.busy{background:#fff7ed;color:#c2410c}.inv-stock.available.ok{background:#e0f2fe;color:#075985}.inv-actions{display:flex;align-items:center;gap:7px;flex-wrap:wrap;min-width:180px}.btn-mini{border:1px solid rgba(14,79,136,.18);background:#0e4f88;color:#fff;border-radius:12px;padding:7px 9px;font-size:.72rem;font-weight:800;text-decoration:none;cursor:pointer;font-family:inherit;line-height:1;white-space:nowrap}.btn-mini.light{background:#f8fafc;color:#0e4f88}.btn-mini:hover{filter:brightness(.96)}.inv-history-panel{scroll-margin-top:20px}.inv-subtitle{font-size:.92rem;margin:2px 0 10px;color:#0f172a}.inv-reserves{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:10px;margin-bottom:14px}.inv-reserves article{display:grid;gap:5px;border:1px solid rgba(14,79,136,.12);background:#f8fafc;border-radius:16px;padding:12px}.inv-reserves strong{color:#0f172a}.inv-reserves span{font-size:.82rem;color:#334155;font-weight:700}.inv-reserves small{font-size:.74rem;color:#64748b;line-height:1.35}.inv-reserves form{margin-top:4px}.inv-history-table td{font-size:.8rem}.inv-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1500;display:none;align-items:center;justify-content:center;padding:18px}.inv-modal.is-open{display:flex}.inv-modal-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0f172a59;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.inv-modal-card{position:relative;width:min(720px,96vw);max-height:92vh;overflow:auto;background:#fff;border-radius:24px;box-shadow:0 30px 90px #0f172a38;padding:22px;border:1px solid rgba(15,23,42,.08)}.inv-modal-card .eyebrow{display:block;color:#0e4f88;font-size:.72rem;text-transform:uppercase;letter-spacing:.08em;font-weight:800;margin-bottom:4px}.inv-modal-card h2{margin:0;color:#0f172a;font-size:1.25rem}.inv-modal-product{margin:6px 0 16px;color:#475569;font-size:.86rem}.inv-modal-close{position:absolute;right:16px;top:14px;border:0;background:#f1f5f9;color:#0f172a;width:34px;height:34px;border-radius:999px;font-size:22px;line-height:1;cursor:pointer}.inv-modal-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.inv-modal-grid label{display:grid;gap:6px;font-size:.76rem;font-weight:800;color:#475569}.inv-modal-grid input,.inv-modal-grid select,.inv-modal-grid textarea{border:1px solid rgba(15,23,42,.14);border-radius:14px;padding:10px 11px;font:inherit;font-size:.86rem;outline:none;background:#fff;color:#0f172a}.inv-modal-grid textarea{resize:vertical}.inv-modal-grid .wide{grid-column:1/-1}.inv-use-reserve{align-self:end;margin:0;height:auto!important;min-height:42px}.inv-modal-foot{display:flex;align-items:center;justify-content:flex-end;gap:10px;margin-top:16px;border-top:1px solid rgba(15,23,42,.08);padding-top:14px}.inv-modal-foot span{margin-right:auto;color:#64748b;font-size:.82rem;font-weight:700}.inv-table th:nth-child(3),.inv-table th:nth-child(4),.inv-table th:nth-child(5),.inv-table td:nth-child(3),.inv-table td:nth-child(4),.inv-table td:nth-child(5){text-align:center}.inv-table td:nth-child(11){min-width:210px}@media(max-width:1280px){.inv-kpis{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:760px){.inv-kpis{grid-template-columns:1fr 1fr}.inv-modal-grid{grid-template-columns:1fr}.inv-modal-foot{display:grid;grid-template-columns:1fr}.inv-modal-foot span{margin-right:0}.inv-modal-foot .btn{width:100%;justify-content:center}}.inv-source.manual{background:#ecfdf5;color:#047857}.inv-price-card{width:min(680px,96vw)}.inv-price-card .inv-modal-foot span{max-width:360px}.inv-actions .inv-open-price{border-color:#0e4f882e;color:#0e4f88;background:#f8fbff}.inv-actions .inv-open-price:hover{background:#eff6ff}.inv-table td:nth-child(11){min-width:245px}.inv-table td small.price-source{color:#059669;font-weight:700}.inv-table tr.is-missing-price td{background:linear-gradient(90deg,#fffbeb59,#fff0)}.inv-actions{min-width:118px;gap:6px}.btn-mini.icon-only{width:34px;height:34px;padding:0;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;font-size:.95rem;line-height:1;font-weight:900}.btn-mini.icon-only:hover{transform:translateY(-1px)}.inv-table td:nth-child(11){min-width:150px}.aula-page{min-width:0}.aula-shell{width:100%;max-width:1680px;margin:0 auto;padding:18px;box-sizing:border-box}.aula-functional-header{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;margin-bottom:14px}.aula-functional-title{min-width:0}.aula-eyebrow{display:block;margin-bottom:4px;color:#0e4f88;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.aula-functional-title h1{margin:0;color:#0f172a;font-size:25px;line-height:1.08}.aula-functional-description{display:block;margin-top:6px;color:#64748b;font-size:13px;line-height:1.45}.aula-inline-filters{width:100%;min-width:0;justify-content:flex-start}.aula-inline-filters .search-box{min-width:310px;flex:1 1 320px}.aula-inline-filters select{min-width:120px;flex:0 0 auto}.aula-inline-filters .btn{flex:0 0 auto}.aula-header-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;min-width:0;flex-wrap:nowrap}.aula-header-actions .global-alert-wrapper{flex:0 0 auto}.aula-btn{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:38px;padding:0 14px;border:1px solid transparent;border-radius:12px;font-family:inherit;font-size:12px;font-weight:800;line-height:1;text-decoration:none;white-space:nowrap;cursor:pointer;box-sizing:border-box}.aula-btn-primary{border-color:#0e4f88;background:#0e4f88;color:#fff}.aula-btn-primary:hover{border-color:#0b416f;background:#0b416f}.aula-btn-light{border-color:#d4e1ec;background:#fff;color:#0e4f88}.aula-btn-light:hover{border-color:#9fc0dc;background:#f6faff}.aula-alert{margin-bottom:12px;padding:12px 14px;border:1px solid transparent;border-radius:14px;font-size:12px;font-weight:750;line-height:1.45;transition:opacity .2s ease,transform .2s ease}.aula-alert.is-success{border-color:#b7e2cb;background:#edf9f2;color:#17653d}.aula-alert.is-error{border-color:#f1c3c3;background:#fff3f3;color:#9a2f2f}.aula-alert.is-hidden{opacity:0;transform:translateY(-4px)}.aula-summary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:12px}.aula-summary-card{position:relative;display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:78px;padding:14px 16px;overflow:hidden;border:1px solid rgba(14,79,136,.11);border-radius:17px;background:#fff;box-shadow:0 10px 28px #0f172a0b;color:#334155;text-decoration:none;box-sizing:border-box}.aula-summary-card:before{content:"";position:absolute;inset:0 auto 0 0;width:4px;background:#94a3b8}.aula-summary-card.is-published:before{background:#2f8a68}.aula-summary-card.is-preparing:before{background:#c88b2a}.aula-summary-card.is-archived:before{background:#475569}.aula-summary-card.is-active{border-color:#0e4f888c;box-shadow:0 0 0 2px #0e4f8814,0 12px 30px #0e4f8814}.aula-summary-card span{color:#64748b;font-size:12px;font-weight:700}.aula-summary-card strong{color:#0f172a;font-size:24px;line-height:1}.aula-card{border:1px solid rgba(14,79,136,.11);border-radius:18px;background:#fff;box-shadow:0 12px 34px #0f172a0b}.aula-filter-card{margin-bottom:12px;padding:14px}.aula-filters{display:grid;grid-template-columns:minmax(240px,1.45fr) minmax(150px,.7fr) minmax(190px,1fr) minmax(110px,.45fr) auto;align-items:end;gap:10px}.aula-field{display:flex;flex-direction:column;gap:6px;min-width:0}.aula-field>span{color:#40556b;font-size:10px;font-weight:850;letter-spacing:.02em}.aula-field input,.aula-field select,.aula-field textarea{width:100%;min-width:0;border:1px solid #d7e3ee;border-radius:12px;background:#fff;color:#0f172a;font-family:inherit;font-size:12px;box-sizing:border-box}.aula-field input,.aula-field select{min-height:40px;padding:0 11px}.aula-field textarea{padding:10px 11px;resize:vertical}.aula-field input:focus,.aula-field select:focus,.aula-field textarea:focus{border-color:#6fa0c9;outline:3px solid rgba(14,79,136,.08)}.aula-filter-actions{display:flex;align-items:center;gap:8px}.aula-list-card{overflow:visible}.aula-list-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 18px 10px}.aula-list-head h2{margin:0;color:#0f172a;font-size:16px}.aula-list-head p{margin:4px 0 0;color:#64748b;font-size:11px}.aula-table-wrap{width:100%;overflow-x:auto}.aula-table{width:100%;min-width:940px;border-collapse:separate;border-spacing:0}.aula-table thead th{padding:10px 12px;border-top:1px solid #e5edf4;border-bottom:1px solid #dce7f1;background:#f8fbff;color:#425a70;font-size:10px;font-weight:850;letter-spacing:.025em;text-align:left;text-transform:uppercase;white-space:nowrap}.aula-table tbody td{padding:12px;border-bottom:1px solid #e7eef5;background:#fff;color:#334155;font-size:11px;vertical-align:middle}.aula-table tbody tr:hover td{background:#fbfdff}.aula-table tbody td:first-child{width:34%;min-width:290px}.aula-table td strong{display:block;color:#102a43;font-size:11px;line-height:1.35}.aula-table td small{display:-webkit-box;margin-top:4px;overflow:hidden;color:#6b7f92;font-size:10px;line-height:1.35;-webkit-box-orient:vertical;-webkit-line-clamp:2}.aula-url-inline{display:block;max-width:360px;margin-top:5px;overflow:hidden;color:#0e4f88;font-size:10px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.aula-code{display:inline-flex;align-items:center;min-height:25px;padding:0 8px;border:1px solid #c9dceb;border-radius:999px;background:#f5faff;color:#0e4f88;font-size:10px;font-weight:850;white-space:nowrap}.aula-status{display:inline-flex;align-items:center;justify-content:center;min-height:25px;padding:0 9px;border:1px solid transparent;border-radius:999px;font-size:10px;font-weight:850;white-space:nowrap}.aula-status.is-borrador{border-color:#d7dee7;background:#f2f4f7;color:#526273}.aula-status.is-preparando{border-color:#ead6a6;background:#fff8e8;color:#8b641d}.aula-status.is-publicado{border-color:#b9ddcf;background:#edf8f4;color:#236a50}.aula-status.is-archivado{border-color:#cbd3dc;background:#e9edf2;color:#3f4d5c}.aula-row-actions{display:flex;align-items:center;justify-content:flex-end;gap:6px;min-width:150px}.aula-icon-btn,.aula-more-menu summary,.aula-mobile-more summary{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;padding:0;border:1px solid #cdddea;border-radius:11px;background:#fff;color:#0e4f88;font-family:inherit;font-size:15px;font-weight:900;text-decoration:none;cursor:pointer;box-sizing:border-box}.aula-icon-btn.is-primary{border-color:#0e4f88;background:#0e4f88;color:#fff}.aula-more-menu,.aula-mobile-more{position:relative}.aula-more-menu summary,.aula-mobile-more summary{list-style:none}.aula-more-menu summary::-webkit-details-marker,.aula-mobile-more summary::-webkit-details-marker{display:none}.aula-more-menu>div,.aula-mobile-more>div{position:absolute;top:calc(100% + 6px);right:0;z-index:60;min-width:156px;padding:6px;border:1px solid #dce6ef;border-radius:13px;background:#fff;box-shadow:0 18px 40px #0f172a29}.aula-more-menu form,.aula-mobile-more form{margin:0}.aula-more-menu button,.aula-mobile-more button{width:100%;min-height:36px;padding:0 10px;border:0;border-radius:9px;background:transparent;color:#23384c;font-family:inherit;font-size:11px;font-weight:750;text-align:left;cursor:pointer}.aula-more-menu button:hover,.aula-mobile-more button:hover{background:#f3f7fb}.aula-more-menu button.is-danger,.aula-mobile-more button.is-danger{color:#b42318}.aula-mobile-list{display:none}.aula-mobile-card{padding:14px;border:1px solid #dce7f1;border-radius:16px;background:#fff;box-shadow:0 8px 24px #0f172a0b}.aula-mobile-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.aula-mobile-card h3{margin:7px 0 0;color:#102a43;font-size:13px;line-height:1.3}.aula-mobile-object{display:-webkit-box;margin:10px 0;overflow:hidden;color:#66798d;font-size:11px;line-height:1.4;-webkit-box-orient:vertical;-webkit-line-clamp:3}.aula-mobile-card dl{display:grid;gap:7px;margin:0}.aula-mobile-card dl>div{display:grid;grid-template-columns:92px minmax(0,1fr);gap:8px}.aula-mobile-card dt{color:#718399;font-size:10px;font-weight:750}.aula-mobile-card dd{margin:0;overflow-wrap:anywhere;color:#243b53;font-size:10px;font-weight:800}.aula-mobile-url{display:block;margin-top:10px;overflow:hidden;color:#0e4f88;font-size:10px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.aula-mobile-actions{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:7px;margin-top:12px}.aula-mobile-more summary{width:38px;height:38px}.aula-modal[aria-hidden=true]{display:none}.aula-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2200;display:grid;place-items:center;padding:18px}.aula-modal-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;border:0;background:#0f172a8a;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.aula-modal-card{position:relative;width:min(820px,96vw);max-height:92vh;overflow:auto;border:1px solid rgba(255,255,255,.65);border-radius:22px;background:#fff;box-shadow:0 30px 90px #0206174d}.aula-modal-head{position:sticky;top:0;z-index:3;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 18px;background:linear-gradient(135deg,#0e4f88,#0b6ba8);color:#fff}.aula-modal-head span{display:block;margin-bottom:3px;font-size:10px;font-weight:750;opacity:.84}.aula-modal-head h2{margin:0;font-size:18px}.aula-modal-head>button{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border:0;border-radius:11px;background:#ffffff26;color:#fff;font-size:20px;cursor:pointer}.aula-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px;padding:18px}.aula-field-wide{grid-column:1 / -1}.aula-url-field{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px}.aula-field small{color:#718399;font-size:10px;line-height:1.4}.aula-domain-warning{color:#9a651c!important}.aula-modal-foot{position:sticky;bottom:0;z-index:3;display:flex;justify-content:flex-end;gap:8px;padding:13px 18px;border-top:1px solid #e2e8f0;background:#f8fafc}.aula-modal-open{overflow:hidden}.aula-empty,.aula-install-card,.aula-installer-card{padding:28px;text-align:center}.aula-install-card{display:flex;align-items:center;justify-content:space-between;gap:18px;text-align:left}.aula-install-icon,.aula-empty>span{display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;margin-bottom:10px;border-radius:14px;background:#eaf4ff;color:#0e4f88;font-size:22px;font-weight:900}.aula-empty h2,.aula-install-card h2,.aula-installer-card h2{margin:0;color:#0f172a;font-size:17px}.aula-empty p,.aula-install-card p,.aula-installer-card p{margin:7px 0 0;color:#64748b;font-size:12px;line-height:1.5}.aula-installer-card form{margin-top:18px}.aula-pagination{display:flex;align-items:center;justify-content:center;gap:12px;padding:14px}.aula-pagination span{color:#60758a;font-size:11px;font-weight:750}.aula-toast{position:fixed;right:22px;bottom:22px;z-index:2600;max-width:min(360px,calc(100vw - 32px));padding:11px 14px;border:1px solid #cbd9e6;border-radius:13px;background:#102a43;box-shadow:0 16px 40px #0f172a33;color:#fff;font-size:11px;font-weight:800;opacity:0;pointer-events:none;transform:translateY(8px);transition:opacity .18s ease,transform .18s ease}.aula-toast.is-visible{opacity:1;transform:translateY(0)}.aula-toast.is-success{background:#17653d}.aula-toast.is-error{background:#9a2f2f}.aula-toast.is-info{background:#0e4f88}@media(max-width:1340px){.aula-functional-header{grid-template-columns:1fr;align-items:stretch}.aula-inline-filters{width:100%}.aula-header-actions{justify-content:flex-start}}@media(max-width:1180px){.aula-inline-filters{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;width:100%}.aula-inline-filters .search-box{grid-column:1 / -1;min-width:0;width:100%}.aula-inline-filters select,.aula-inline-filters .btn{width:100%;min-width:0}}@media(max-width:860px){.aula-shell{padding:12px}.aula-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.aula-table-wrap{display:none}.aula-mobile-list{display:grid;gap:10px;padding:0 12px 12px}.aula-list-head{padding-bottom:12px}}@media(max-width:640px){.aula-shell{padding:10px}.aula-functional-title h1{font-size:22px}.aula-functional-description{font-size:12px}.aula-header-actions{width:100%;align-items:stretch;justify-content:stretch;flex-wrap:wrap}.aula-header-actions .btn,.aula-header-actions .global-alert-wrapper,.aula-header-actions .global-alert-button{width:100%}.aula-header-actions .global-alert-wrapper{display:flex}.aula-header-actions .global-alert-button{justify-content:center}.aula-summary-grid{gap:8px}.aula-summary-card{min-height:70px;padding:12px}.aula-summary-card span{font-size:10px}.aula-summary-card strong{font-size:20px}.aula-mobile-card-head{align-items:flex-start}.aula-mobile-card-head .aula-status{flex:0 0 auto}.aula-modal{align-items:end;padding:0}.aula-modal-card{width:100%;max-height:calc(100dvh - 6px);border-radius:18px 18px 0 0}.aula-form-grid{grid-template-columns:minmax(0,1fr);padding:14px}.aula-field-wide{grid-column:auto}.aula-url-field{grid-template-columns:minmax(0,1fr)}.aula-url-field .aula-btn{width:100%}.aula-modal-foot{padding-bottom:calc(13px + env(safe-area-inset-bottom,0px))}.aula-install-card{align-items:stretch;flex-direction:column}.aula-toast{right:12px;bottom:calc(76px + env(safe-area-inset-bottom,0px))}}@media(max-width:390px){.aula-summary-grid{grid-template-columns:minmax(0,1fr)}.aula-mobile-actions{grid-template-columns:minmax(0,1fr) auto auto}.aula-mobile-actions .aula-btn{padding:0 10px;font-size:11px}}.catalogo-page{padding-bottom:42px}.catalogo-header p{margin:6px 0 0;color:#64748b}.eyebrow{display:inline-block;font-size:.75rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#0e4f88;margin-bottom:4px}.header-actions{display:flex;gap:10px;align-items:center}.ct-alert{border-radius:16px;padding:16px 18px;margin-bottom:18px;border:1px solid #dbeafe;background:#eff6ff;color:#1e3a8a}.ct-alert p{margin:8px 0 0}.ct-alert-warning{border-color:#fde68a;background:#fffbeb;color:#92400e}.ct-alert-danger{border-color:#fecaca;background:#fef2f2;color:#991b1b}.ct-alert-success{border-color:#bbf7d0;background:#f0fdf4;color:#166534}.ct-stats-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;margin-bottom:18px}.ct-stat{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:16px;box-shadow:0 8px 28px #0f172a0f}.ct-stat span{display:block;color:#64748b;font-size:.82rem;font-weight:700}.ct-stat strong{display:block;margin-top:6px;font-size:1.8rem;color:#0f172a}.ct-card{background:#fff;border:1px solid #e2e8f0;border-radius:18px;padding:18px;box-shadow:0 10px 30px #0f172a0f;margin-bottom:18px}.ct-card h2{margin:0 0 10px;font-size:1.1rem;color:#0f172a}.ct-small-card{max-width:860px}.ct-filters{display:grid;grid-template-columns:2fr 1fr 1.2fr auto auto;gap:12px;align-items:end}.ct-filters .field{display:flex;flex-direction:column;gap:6px}.ct-filters label{font-weight:800;color:#334155;font-size:.82rem}.ct-filters input[type=text],.ct-filters select,.ct-import-form input[type=file]{width:100%;border:1px solid #cbd5e1;border-radius:12px;padding:10px 12px;min-height:42px;background:#fff}.ct-check{display:flex;align-items:center;gap:8px;padding-bottom:11px;white-space:nowrap}.ct-filter-actions{display:flex;gap:8px}.ct-section-title{display:flex;justify-content:space-between;align-items:center;gap:14px;margin-bottom:12px}.ct-section-title h2{margin:0}.ct-section-title p{margin:2px 0 0;color:#64748b}.ct-table-wrap{overflow-x:auto}.ct-table{width:100%;border-collapse:collapse;min-width:980px}.ct-table th{background:#f8fafc;color:#334155;text-align:left;font-size:.78rem;text-transform:uppercase;letter-spacing:.04em;padding:11px;border-bottom:1px solid #e2e8f0}.ct-table td{padding:12px 11px;border-bottom:1px solid #eef2f7;vertical-align:top;color:#334155}.ct-table small{display:block;color:#64748b;margin-top:4px;line-height:1.35}.ct-model-code{display:inline-block;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-weight:800;background:#f1f5f9;color:#0f172a;border-radius:9px;padding:4px 8px}.ct-badge{display:inline-block;border-radius:999px;padding:4px 8px;font-size:.76rem;font-weight:800;background:#f1f5f9;color:#475569}.ct-badge.ok{background:#dcfce7;color:#166534}.ct-badge.muted{background:#f1f5f9;color:#64748b}.ct-pagination{display:flex;justify-content:center;align-items:center;gap:12px;margin-top:16px;color:#64748b;font-weight:700}.ct-empty{padding:18px;border-radius:14px;background:#f8fafc;color:#64748b}.ct-text-results{display:grid;gap:12px}.ct-text-results article{border:1px solid #e2e8f0;border-radius:14px;padding:14px;background:#fbfdff}.ct-text-results article strong{display:block;color:#0f172a}.ct-text-results article span{display:block;color:#64748b;margin-top:3px;font-size:.88rem}.ct-text-results article p{color:#334155;line-height:1.55;margin:10px 0 0}.ct-import-form{display:flex;flex-wrap:wrap;gap:12px;align-items:center;margin-top:14px}.ct-import-form input[type=file]{max-width:520px}.ct-note{margin-top:16px;background:#f8fafc;border-radius:12px;padding:12px;color:#475569}.ct-import-line{display:flex;justify-content:space-between;gap:12px;padding:10px 0;border-bottom:1px solid #eef2f7}.ct-import-line span{color:#64748b}.ct-detail-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.ct-detail-grid div{border:1px solid #eef2f7;border-radius:14px;padding:12px;background:#f8fafc}.ct-detail-grid span{display:block;color:#64748b;font-size:.82rem;font-weight:700}.ct-detail-grid strong{display:block;margin-top:4px;color:#0f172a}.ct-source-box{display:grid;gap:6px;color:#475569}.ct-source-box strong{color:#0f172a}.ct-pre{white-space:pre-wrap;word-break:break-word;background:#0f172a;color:#e2e8f0;padding:14px;border-radius:14px;line-height:1.5;max-height:520px;overflow:auto;font-size:.88rem}.ct-pre.small{max-height:360px;font-size:.82rem}@media(max-width:1100px){.ct-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ct-filters{grid-template-columns:1fr}.ct-check{padding-bottom:0}.ct-detail-grid{grid-template-columns:1fr}}@media(max-width:640px){.ct-stats-grid{grid-template-columns:1fr}.ct-import-line{flex-direction:column}.header-actions{width:100%}}.catalogo-page{box-sizing:border-box;max-width:100%;overflow-x:hidden}.catalogo-page *{box-sizing:border-box}.catalogo-page .ct-card,.catalogo-page .ct-stats-grid,.catalogo-page .page-header{max-width:100%}.catalogo-topbar{margin-bottom:18px}.catalogo-topbar .eyebrow{margin-bottom:6px}.catalogo-actions{flex-wrap:wrap;justify-content:flex-end}.catalogo-page .topbar h1{margin:0}.catalogo-page .topbar p{margin:6px 0 0;color:#64748b}@media(max-width:760px){.catalogo-actions{width:100%;justify-content:flex-start}}.ct-filters-expanded{grid-template-columns:1.7fr 1fr 1.2fr .8fr;align-items:end}.ct-filters-expanded .ct-check,.ct-filters-expanded .ct-filter-actions{align-self:end}.ct-table{min-width:1280px}@media(max-width:1200px){.ct-filters-expanded{grid-template-columns:1fr 1fr}}@media(max-width:760px){.ct-filters-expanded{grid-template-columns:1fr}}.tdr-summary-details{border:1px solid #dbe7f3;border-radius:14px;background:#f8fbff;margin:12px 0 14px;padding:10px 12px}.tdr-summary-details summary{cursor:pointer;font-weight:800;color:#073763;letter-spacing:.01em}.tdr-summary-grid{display:grid;grid-template-columns:1.4fr 1fr;gap:14px;margin-top:10px}.tdr-summary-box{background:#fff;border:1px solid #e1ebf5;border-radius:12px;padding:12px}.tdr-summary-box ul{margin:8px 0 0 18px;padding:0;columns:2;column-gap:22px}.tdr-summary-box li{break-inside:avoid;margin:0 0 6px;font-size:12px;line-height:1.35}.mini-table th,.mini-table td{font-size:12px;padding:7px 8px}.muted-small{font-size:12px;color:#58708c;margin:8px 0 0}@media(max-width:900px){.tdr-summary-grid{grid-template-columns:1fr}.tdr-summary-box ul{columns:1}}.main .topbar{display:flex;justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:18px}.main .topbar h1{margin:0;color:#0f172a;font-size:1.7rem;line-height:1.12}.main .topbar p{margin:5px 0 0;color:#64748b}.main .top-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end}.btn.btn-dark{background:#111827;color:#fff;border-color:#111827}.btn.btn-small{padding:7px 10px;font-size:.82rem;border-radius:9px;min-height:auto}.tdr-hero-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:14px 0 16px}.tdr-stat{background:#fff;border:1px solid #dbe7f3;border-radius:16px;padding:14px 16px;box-shadow:0 8px 24px #0f172a0b}.tdr-stat span{display:block;text-transform:uppercase;letter-spacing:.06em;font-size:.73rem;font-weight:900;color:#496178;margin-bottom:5px}.tdr-stat strong{display:block;font-size:1.05rem;color:#0f172a;line-height:1.25}.panel.catalog-card{background:#fff;border:1px solid #dbe7f3;border-radius:18px;padding:18px;margin:0 0 16px;box-shadow:0 10px 30px #0f172a0e}.section-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:12px}.section-title-row h2{margin:0;color:#0f172a;font-size:1.35rem;line-height:1.15}.section-title-row p{margin:5px 0 0;color:#4f6680;line-height:1.45}.tdr-run-form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:end;background:#f8fbff;border:1px solid #dbe7f3;border-radius:14px;padding:13px}.tdr-field{display:flex;flex-direction:column;gap:5px}.tdr-field label{font-size:.78rem;text-transform:uppercase;letter-spacing:.05em;font-weight:900;color:#0f2f55}.tdr-field select,.tdr-field input,.tdr-field textarea{width:100%;border:1px solid #bfd0e2;border-radius:12px;background:#fff;padding:9px 12px;min-height:40px;color:#0f172a;font-weight:600;outline:none}.tdr-field select:focus,.tdr-field input:focus,.tdr-field textarea:focus{border-color:#0e4f88;box-shadow:0 0 0 3px #0e4f881f}.tdr-field small{font-size:.78rem;color:#62758c;line-height:1.35}.tdr-field-action{align-self:end}.tdr-field-action .btn{height:40px;white-space:nowrap}.tdr-job-status{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top:14px;border:1px solid #dbe7f3;background:#f8fbff;border-radius:14px;padding:10px 12px;color:#0f2f55}.tdr-job-status span{font-size:.9rem}.badge{display:inline-flex;align-items:center;border-radius:999px;padding:4px 9px;font-size:.75rem;font-weight:900;text-transform:uppercase;letter-spacing:.03em;background:#e2e8f0;color:#334155}.badge-pendiente{background:#fff7ed;color:#9a3412}.badge-procesando{background:#dbeafe;color:#1d4ed8}.badge-completado,.badge-procesado{background:#dcfce7;color:#166534}.badge-error{background:#fee2e2;color:#991b1b}.result-CUMPLE,.result-Cumple,.result-cumple{background:#dcfce7;color:#166534}.result-PARCIAL,.result-Parcial,.result-parcial{background:#fef3c7;color:#92400e}.result-NO_CLARO,.result-No\ claro,.result-no_claro{background:#e2e8f0;color:#334155}.tdr-debug-box{margin-top:14px;border:1px dashed #cbd5e1;background:#fbfdff;border-radius:14px;padding:12px}.tdr-debug-box>strong{display:block;margin-bottom:8px;color:#0f172a}.table-responsive{width:100%;overflow-x:auto}.catalog-table{width:100%;border-collapse:separate;border-spacing:0;min-width:900px}.catalog-table th{background:#f6f9fc;border-bottom:1px solid #dbe7f3;color:#334155;text-align:left;text-transform:uppercase;letter-spacing:.05em;font-size:.72rem;font-weight:900;padding:11px 12px}.catalog-table td{border-bottom:1px solid #edf2f7;color:#1f2937;vertical-align:top;padding:12px;line-height:1.4}.catalog-table tr:hover td{background:#fbfdff}.compact-table th,.compact-table td{padding:9px 10px}.tdr-empty-state,.portal-alert{border:1px solid #fde68a;background:#fffbeb;color:#92400e;border-radius:12px;padding:12px;font-weight:700}.portal-alert.warning{border-color:#fde68a;background:#fffbeb;color:#92400e}.tdr-item-card{border:1px solid #dbe7f3;border-radius:18px;background:#fff;margin:14px 0;padding:16px;box-shadow:0 7px 22px #0f172a0b}.tdr-item-head{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;margin-bottom:12px}.tdr-item-head h3{margin:0;font-size:1.25rem;color:#0f172a}.tdr-item-head p{margin:6px 0 0;color:#4f6680;line-height:1.45;max-width:1050px}.confidence{display:inline-flex;align-items:center;white-space:nowrap;border-radius:999px;background:#eef6ff;color:#0e4f88;font-weight:900;padding:7px 11px}.tdr-specs-box{border:1px solid #dbe7f3;background:#f8fbff;border-radius:14px;padding:12px;margin:10px 0 12px}.tdr-specs-box>strong{display:block;color:#0f2f55;margin-bottom:8px}.tdr-specs-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.tdr-specs-grid span{display:block;border:1px solid #e1ebf5;background:#fff;border-radius:10px;padding:8px 10px;color:#334155;font-size:.85rem;line-height:1.35}.tdr-recs-table{margin-top:10px}.tdr-missing-list{background:#fff7ed;border:1px solid #fed7aa;color:#9a3412;border-radius:10px;padding:8px 9px;font-size:.8rem;line-height:1.35;margin-bottom:6px;max-width:320px}.actions-cell{min-width:170px}.inline-form{display:inline-block;margin:3px 3px 0 0}.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;border:1px solid #cbd5e1;border-radius:11px;background:#fff;color:#0f2f55;text-decoration:none;font-weight:900;padding:9px 14px;line-height:1;min-height:38px;cursor:pointer;box-shadow:0 3px 10px #0f172a09}.btn:hover{filter:brightness(.98);text-decoration:none}.btn-primary{background:#0e5a95;color:#fff;border-color:#0e5a95}.btn-outline{background:#fff;color:#0e4f88;border-color:#b9cce0}.btn-light{background:#fff;color:#0f2f55;border-color:#dbe7f3}@media(max-width:1100px){.tdr-hero-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.tdr-run-form{grid-template-columns:1fr}.tdr-field-action .btn{width:100%}.tdr-specs-grid{grid-template-columns:1fr}.tdr-item-head{flex-direction:column}}@media(max-width:700px){.main .topbar{flex-direction:column}.main .top-actions{justify-content:flex-start}.tdr-hero-grid{grid-template-columns:1fr}}.ganador-condition-cell{display:flex;flex-direction:column;align-items:flex-start;gap:6px;min-width:112px}.ganador-poliza-summary{display:flex;flex-direction:column;align-items:flex-start;gap:1px;width:100%;max-width:132px;padding:5px 7px;border:1px solid #d7e2ec;border-radius:9px;background:#f8fbfe;color:#40536a;font:inherit;line-height:1.15;cursor:pointer;text-align:left;transition:.16s ease}.ganador-poliza-summary:hover{border-color:#0e4f88;background:#eef6fc;transform:translateY(-1px)}.ganador-poliza-summary span{font-size:11px;font-weight:800;white-space:nowrap}.ganador-poliza-summary small{font-size:10px;font-weight:700;white-space:nowrap;color:inherit}.ganador-poliza-summary.is-normal{background:#f3f8fc;color:#31546f}.ganador-poliza-summary.is-warning{background:#fff5e6;border-color:#ffd294;color:#995100}.ganador-poliza-summary.is-danger,.ganador-poliza-summary.is-expired{background:#fff0f0;border-color:#ffc4c4;color:#b42318}.ganador-poliza-summary.is-pending{background:#fff8e2;border-color:#f4d985;color:#8a5a00}.ganado-guarantees-stage .ganado-stage-title-row{display:flex;justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:10px}.ganado-stage-title-row h3{margin:0 0 3px}.ganado-stage-title-row p{margin:0;color:#65758b;font-size:12px;line-height:1.35}.gc-inline-alert{margin:8px 0;padding:9px 11px;border-radius:9px;background:#fff7e5;border:1px solid #f1d18a;color:#835400;font-size:12px;font-weight:700}.gc-compact-table-wrap{overflow:auto;border:1px solid #dce5ee;border-radius:11px;background:#fff}.gc-compact-table{width:100%;border-collapse:collapse;min-width:665px;font-size:12px}.gc-compact-table th{padding:8px 10px;background:#f5f8fb;color:#4d5d72;text-align:left;font-size:10px;letter-spacing:.025em;text-transform:uppercase;border-bottom:1px solid #dce5ee;white-space:nowrap}.gc-compact-table td{padding:8px 10px;border-bottom:1px solid #edf1f5;color:#263548;vertical-align:middle;white-space:nowrap}.gc-compact-table tbody tr:last-child td{border-bottom:0}.gc-compact-table tbody tr:hover{background:#f9fbfd}.gc-compact-table .gc-empty{text-align:center;padding:18px;color:#76869a;white-space:normal}.gc-code-pill,.gc-status-pill{display:inline-flex;align-items:center;border-radius:999px;padding:3px 7px;font-size:10px;font-weight:900;line-height:1}.gc-code-pill{background:#e9f2f9;color:#0e4f88}.gc-status-pill{background:#edf2f6;color:#42566d}.gc-status-pill.is-warning{background:#fff0d5;color:#995100}.gc-status-pill.is-danger,.gc-status-pill.is-expired{background:#ffe3e3;color:#b42318}.gc-status-pill.is-released{background:#e6f7ed;color:#137547}.gc-status-pill.is-annulled{background:#eff1f3;color:#67717f}.gc-action-group{display:flex;align-items:center;gap:3px}.gc-icon-btn{display:inline-grid;place-items:center;width:29px;height:29px;border:1px solid #d5e0ea;border-radius:8px;background:#fff;cursor:pointer;font-size:14px;line-height:1}.gc-icon-btn:hover{border-color:#0e4f88;background:#eef6fc}.gc-icon-btn.is-danger:hover{border-color:#d92d20;background:#fff0f0}.gc-renew-badge{display:inline-flex;align-items:center;gap:2px;padding:3px 6px;border-radius:999px;background:#f0eaff;color:#6941c6;font-weight:900;font-size:10px}.gc-policy-modal,.gc-detail-modal,.gc-release-modal{z-index:1200}.gc-policy-card{width:min(960px,calc(100vw - 28px));max-height:92vh;overflow:auto}.gc-detail-card{width:min(900px,calc(100vw - 28px));max-height:90vh;overflow:auto}.gc-release-card{width:min(610px,calc(100vw - 28px));max-height:90vh;overflow:auto}.gc-policy-form,.gc-release-card form{padding:0}.gc-pdf-first{padding:15px 18px 5px}.gc-policy-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;padding:14px 18px 18px}.gc-policy-grid label{display:flex;flex-direction:column;gap:6px;color:#425268;font-size:11px;font-weight:800}.gc-policy-grid input,.gc-policy-grid select,.gc-policy-grid textarea{width:100%;box-sizing:border-box;border:1px solid #d3dde8;border-radius:9px;background:#fff;padding:9px 10px;color:#172b43;font:inherit;font-weight:600;outline:none}.gc-policy-grid input:focus,.gc-policy-grid select:focus,.gc-policy-grid textarea:focus{border-color:#0e4f88;box-shadow:0 0 0 3px #0e4f881a}.gc-policy-grid label small{font-size:10px;font-weight:500;line-height:1.3;color:#738399}.gc-policy-grid .gc-wide{grid-column:1/-1}.gc-file-field input[type=file]{padding:7px;background:#f8fafc}.gc-pdf-first .gc-file-field{display:flex;flex-direction:column;gap:7px;padding:12px;border:1px dashed #aebfd1;border-radius:11px;background:#f7fafc;font-size:12px;font-weight:800;color:#35475d}.gc-pdf-first small{font-weight:500;color:#607287}.gc-pdf-first small.is-working{color:#0e4f88}.gc-pdf-first small.is-success{color:#137547}.gc-pdf-first small.is-warning{color:#9a6700}.gc-form-error{margin:0 18px 12px;padding:10px 12px;border:1px solid #f5b8b8;border-radius:9px;background:#fff0f0;color:#b42318;font-size:12px;font-weight:700}.gc-detail-body{padding:16px 18px 20px}.gc-detail-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:16px}.gc-detail-stat{padding:10px 11px;border:1px solid #dce5ee;border-radius:10px;background:#f8fafc}.gc-detail-stat small{display:block;margin-bottom:3px;color:#758397;font-size:9px;text-transform:uppercase;font-weight:800;letter-spacing:.035em}.gc-detail-stat strong{display:block;color:#1d3048;font-size:12px;word-break:break-word}.gc-history-title{margin:16px 0 8px;color:#1e344d;font-size:13px}.gc-history-list{display:flex;flex-direction:column;gap:9px}.gc-history-card{padding:12px;border:1px solid #dce5ee;border-radius:11px;background:#fff}.gc-history-card.is-current{border-color:#80afd2;background:#f7fbff}.gc-history-head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.gc-history-head strong{font-size:13px;color:#18334e}.gc-history-head span{font-size:10px;font-weight:800}.gc-history-meta{display:flex;flex-wrap:wrap;gap:6px 14px;margin-top:8px;color:#5e6f83;font-size:11px}.gc-history-docs{display:flex;flex-wrap:wrap;gap:6px;margin-top:9px}.gc-doc-link{display:inline-flex;align-items:center;gap:4px;padding:5px 8px;border:1px solid #d5e0ea;border-radius:8px;background:#fff;color:#0e4f88;text-decoration:none;font-size:10px;font-weight:800}.gc-doc-link:hover{background:#eef6fc}.gc-detail-empty{padding:25px;text-align:center;color:#77879a}#garantiaTecnicaFields[hidden],#mantenimientoFields[hidden]{display:none!important}.mantenimiento-toggle{margin-top:18px;padding-top:15px;border-top:1px solid #e2e8ef}.ganador-wide-field{grid-column:1/-1}.gc-postventa-preview{font-size:10px;color:#66768a}.aseguradoras-page .gc-config-grid{display:grid;grid-template-columns:minmax(300px,430px) minmax(0,1fr);gap:18px;align-items:start}.gc-config-card{background:#fff;border:1px solid #dce5ee;border-radius:14px;padding:16px;box-shadow:0 8px 24px #1e364f0d}.gc-config-card h2{margin:0 0 12px;color:#18334e;font-size:16px}.gc-config-form{display:grid;grid-template-columns:1fr 1fr;gap:10px}.gc-config-form label{display:flex;flex-direction:column;gap:5px;color:#506075;font-size:11px;font-weight:800}.gc-config-form input,.gc-config-form textarea,.gc-config-form select{border:1px solid #d4dee8;border-radius:9px;padding:9px 10px;font:inherit}.gc-config-form .wide{grid-column:1/-1}.gc-config-actions{grid-column:1/-1;display:flex;gap:8px;margin-top:4px}.gc-insurer-table{width:100%;border-collapse:collapse;font-size:12px}.gc-insurer-table th,.gc-insurer-table td{padding:9px;border-bottom:1px solid #e7edf2;text-align:left}.gc-insurer-table th{color:#5a6a7f;font-size:10px;text-transform:uppercase}.gc-insurer-code{display:inline-flex;padding:3px 7px;border-radius:999px;background:#e9f2f9;color:#0e4f88;font-weight:900}.gc-insurer-actions{display:flex;gap:4px}.dashboard-policy-panel .dashboard-policy-kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin:0 0 12px}.dashboard-policy-kpi{padding:9px 10px;border:1px solid #dce5ee;border-radius:10px;background:#f8fafc}.dashboard-policy-kpi small{display:block;font-size:9px;font-weight:800;color:#718095;text-transform:uppercase}.dashboard-policy-kpi strong{font-size:15px;color:#163753}.dashboard-policy-table{width:100%;border-collapse:collapse;font-size:11px}.dashboard-policy-table th,.dashboard-policy-table td{padding:8px;border-bottom:1px solid #e7edf2;text-align:left}.dashboard-policy-table th{font-size:9px;color:#68798d;text-transform:uppercase}.dashboard-policy-table tr:last-child td{border-bottom:0}.dashboard-policy-code{font-weight:900;color:#0e4f88;text-decoration:none}.dashboard-policy-remaining{font-weight:900}.dashboard-policy-remaining.is-warning{color:#a15c00}.dashboard-policy-remaining.is-danger,.dashboard-policy-remaining.is-expired{color:#b42318}@media(max-width:900px){.gc-policy-grid,.gc-detail-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.aseguradoras-page .gc-config-grid{grid-template-columns:1fr}.dashboard-policy-panel .dashboard-policy-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:650px){.ganado-guarantees-stage .ganado-stage-title-row{align-items:stretch;flex-direction:column}.ganado-stage-title-row .btn{align-self:flex-start}.gc-policy-grid{grid-template-columns:1fr;padding:12px}.gc-policy-grid .gc-wide{grid-column:auto}.gc-pdf-first{padding:12px 12px 4px}.gc-detail-summary{grid-template-columns:1fr 1fr}.gc-config-form{grid-template-columns:1fr}.gc-config-form .wide,.gc-config-actions{grid-column:auto}.ganador-poliza-summary{max-width:none}.dashboard-policy-table{min-width:570px}.dashboard-policy-panel .table-wrap{overflow:auto}}.ganador-poliza-summary.is-ok,.gc-status-pill.is-ok{background:#edf8f2;border-color:#b8dfc8;color:#137547}.ganador-poliza-summary.is-alert,.gc-status-pill.is-alert{background:#fff8e6;border-color:#f1d18a;color:#8a5a00}.ganador-poliza-summary.is-info,.gc-status-pill.is-info{background:#eef6fc;border-color:#b8d4e8;color:#0e4f88}.ganador-poliza-summary.is-done,.gc-status-pill.is-done{background:#e6f7ed;border-color:#b8dfc8;color:#137547}.ganador-poliza-summary.is-muted,.gc-status-pill.is-muted{background:#eff2f5;border-color:#d5dde5;color:#66717f}.dashboard-policy-remaining.is-alert{color:#8a5a00}.dashboard-policy-remaining.is-ok{color:#137547}.dashboard-policy-remaining.is-info{color:#0e4f88}.dashboard-policy-remaining.is-muted{color:#66717f}.gc-maintenance-schedule{margin-top:14px}.gc-maintenance-head{display:flex;align-items:center;justify-content:space-between;margin:0 0 8px}.gc-maintenance-head strong{display:block;color:#1d344f;font-size:12px}.gc-maintenance-head small{display:block;color:#748398;font-size:10px}.gc-maintenance-table{min-width:620px}.gc-maintenance-modal{z-index:1220}.gc-maintenance-mode{display:inline-flex;padding:3px 7px;border-radius:999px;background:#eef4f8;color:#3f5871;font-size:10px;font-weight:800}.gc-maintenance-mode.is-billable{background:#fff1db;color:#9a5700}.gc-maintenance-done{color:#137547;font-weight:900}.gc-maintenance-pending{color:#6c7b8e;font-weight:800}.insurance-config-form{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.insurance-config-form>label{display:flex;flex-direction:column;gap:6px;color:#4c5c70;font-size:11px;font-weight:800}.insurance-config-form input,.insurance-config-form textarea{width:100%;box-sizing:border-box;border:1px solid #d5dfe9;border-radius:9px;padding:9px 10px;font:inherit}.insurance-config-form .insurance-wide{grid-column:1/-1}.insurance-actions{display:flex;align-items:center;gap:8px;grid-column:1/-1}.simple-admin-table td small{display:block;margin-top:2px;color:#718196}.config-row-actions{display:flex;align-items:center;gap:5px}.config-row-actions form{margin:0}.finance-edit-btn,.finance-delete-btn{display:inline-grid;place-items:center;width:30px;height:30px;border:1px solid #d5e0ea;border-radius:8px;background:#fff;cursor:pointer}.finance-delete-btn{color:#b42318}.finance-delete-btn:disabled{opacity:.35;cursor:not-allowed}@media(max-width:900px){.insurance-config-form{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:620px){.insurance-config-form{grid-template-columns:1fr}.insurance-config-form .insurance-wide,.insurance-actions{grid-column:auto}}.ganador-postventa-summary{display:flex;flex-direction:column;align-items:flex-start;gap:1px;width:100%;max-width:145px;margin-top:5px;padding:5px 7px;border:1px solid #cfe0ec;border-radius:9px;background:#f4f9fc;color:#284b68;font:inherit;line-height:1.15;cursor:pointer;text-align:left;transition:.16s ease}.ganador-postventa-summary:hover{border-color:#0e4f88;background:#eaf4fa;transform:translateY(-1px)}.ganador-postventa-summary span{font-size:10px;font-weight:900;white-space:nowrap}.ganador-postventa-summary small{font-size:9px;font-weight:700;color:#61778b;white-space:nowrap}.dashboard-maintenance-panel .gc-maintenance-mode{white-space:nowrap}@media(max-width:650px){.ganador-postventa-summary{max-width:none}}.ganador-condition-cell{min-width:0;width:100%;gap:4px;overflow:hidden}.ganador-condition-cell .ganador-pill{max-width:100%;white-space:normal;overflow-wrap:anywhere;line-height:1.12}.ganador-poliza-summary{width:100%;max-width:100%;min-width:0;box-sizing:border-box;overflow:hidden;padding:5px 6px}.ganador-poliza-summary span,.ganador-poliza-summary small{display:block;max-width:100%;white-space:normal;overflow-wrap:anywhere;word-break:normal;line-height:1.14}.ganador-poliza-summary span{font-size:10px;font-weight:700}.ganador-poliza-summary small{font-size:9px;font-weight:500}.ganador-table-v2 .ganador-date-cell,.ganador-table-v2 .ganador-money-cell,.ganador-table-v2 .ganador-date-cell span,.ganador-table-v2 .ganador-money-cell span{font-weight:400}.ganador-table-v2 .ganador-date-cell strong,.ganador-table-v2 .ganador-money-cell strong{font-weight:600}.ganador-table-v2 .ganador-date-cell .ganador-stage-focus,.ganador-table-v2 .ganador-date-cell .ganador-stage-focus strong{font-weight:800;color:#102a43}.ganador-table-v2 .ganador-money-cell .ganador-total-line,.ganador-table-v2 .ganador-money-cell .ganador-total-line strong,.ganador-table-v2 .ganador-firma-restante,.ganador-table-v2 .ganador-entrega-restante{font-weight:700}.gc-policy-modal,.gc-detail-modal,.gc-release-modal,.gc-maintenance-modal{z-index:3000}.gc-postventa-error{margin:10px 0 0;padding:10px 12px;border:1px solid #f3b5b5;border-radius:10px;background:#fff1f1;color:#a61b1b;font-size:12px;font-weight:700;line-height:1.35}#postventaBlock [aria-invalid=true]{border-color:#d92d20!important;box-shadow:0 0 0 3px #d92d201f!important}#mantenimientoFields input[readonly]{background:#f4f7fa;color:#40536a}@media(max-width:1180px)and (min-width:861px){.ganador-poliza-summary{padding:4px 5px}.ganador-poliza-summary span{font-size:9.5px}.ganador-poliza-summary small{font-size:8.5px}}.ganados-page .ganador-table-v2 td.ganador-condition-cell{display:table-cell!important;min-width:0!important;overflow:visible!important;vertical-align:middle!important}.ganador-condition-cell>.ganador-pill{display:inline-flex;margin-bottom:5px}.ganador-condition-cell>.ganador-poliza-summary{display:flex;margin-top:0}.ganados-page .ganador-table-v2 tbody tr.is-selected-process td,.ganados-page .ganador-table-v2 tbody tr.ganador-main-row.is-selected-process td{border-top:2px solid #0E4F88!important;border-bottom:2px solid #0E4F88!important}.aey-ganado-modal .ganador-update-card{display:flex!important;flex-direction:column!important;width:min(820px,calc(100vw - 28px))!important;height:min(94vh,980px)!important;max-height:94vh!important;overflow:hidden!important}.aey-ganado-modal .ganado-step-form{display:flex!important;flex:1 1 auto!important;min-height:0!important;overflow:hidden!important;flex-direction:column!important}.aey-ganado-modal .ganado-form-scroll{flex:1 1 auto!important;min-height:0!important;overflow-y:auto!important;overflow-x:hidden!important;overscroll-behavior:contain;scrollbar-gutter:stable}.aey-ganado-modal .ganado-floating-savebar{position:relative!important;z-index:30!important;flex:0 0 auto!important;margin:0!important;padding:12px 16px!important;background:#fff!important;border-top:1px solid #dce6ef!important;box-shadow:0 -10px 24px #172b431a!important}.gc-policy-dropzone{position:relative;display:flex;min-height:165px;padding:18px;box-sizing:border-box;flex-direction:column;align-items:center;justify-content:center;gap:9px;border:2px dashed #2f6dff;border-radius:18px;background:#f7faff;color:#172b43;cursor:pointer;text-align:center;transition:border-color .18s ease,background .18s ease,transform .18s ease}.gc-policy-dropzone:hover,.gc-policy-dropzone.is-dragging{border-color:#0e4f88;background:#edf6ff;transform:translateY(-1px)}.gc-policy-dropzone.has-file{border-color:#1f8a5b;background:#f1fbf6}.gc-policy-dropzone.is-invalid{border-color:#d92d20;background:#fff7f7}.gc-policy-file-input{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100%!important;height:100%!important;opacity:0!important;cursor:pointer!important}.gc-policy-drop-title{font-size:15px;font-weight:850;line-height:1.25}.gc-policy-drop-icons{display:flex;gap:8px;align-items:center;justify-content:center}.gc-policy-drop-icons i{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:#eef2f8;font-style:normal;font-size:18px}.gc-policy-dropzone small{max-width:430px;font-size:10px!important;line-height:1.35!important;color:#687a91!important}.gc-policy-file-name{position:relative;z-index:1;display:inline-flex;max-width:90%;padding:6px 10px;border-radius:999px;background:#e3f5ea;color:#137547;font-size:10px;font-weight:750;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gc-payment-note{padding:9px 11px;border-radius:10px;background:#f1f6fb;color:#496078;font-size:10px;font-weight:650;line-height:1.4}.gc-required{color:#d92d20;font-weight:900;margin-left:2px}.gc-field-error{display:block;margin-top:3px;color:#b42318;font-size:10px;font-weight:650;line-height:1.3}.gc-field-error[hidden]{display:none!important}.gc-policy-grid [aria-invalid=true],.insurance-config-form [aria-invalid=true]{border-color:#d92d20!important;box-shadow:0 0 0 3px #d92d201a!important}[data-gc-other-type][hidden]{display:none!important}.aey-datepicker-popover{z-index:99999!important}.aey-timepicker{display:flex;align-items:flex-end;gap:8px;padding:10px 12px 4px;border-top:1px solid #e3eaf1;background:#fff}.aey-timepicker label{display:flex;flex:1;flex-direction:column;gap:4px;color:#5b6d82;font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.03em}.aey-timepicker select{width:100%;height:38px;border:1px solid #d3dfe9;border-radius:10px;background:#f8fafc;padding:0 9px;color:#172b43;font:700 12px Montserrat,sans-serif;outline:none}.aey-timepicker select:focus{border-color:#0e4f88;box-shadow:0 0 0 3px #0e4f881a}.aey-time-separator{padding-bottom:10px;color:#718197;font-weight:900}.aey-datepicker-foot .is-primary{background:#0e4f88!important;color:#fff!important;border-color:#0e4f88!important}.insurance-config-form .field-help{font-size:10px;font-weight:500;color:#738399;line-height:1.35}.insurance-config-form .gc-field-error{margin-top:0}@media(max-width:760px){.aey-ganado-modal .ganador-update-card{width:calc(100vw - 12px)!important;height:calc(100dvh - 12px)!important;max-height:calc(100dvh - 12px)!important;border-radius:16px!important}.aey-ganado-modal .ganado-floating-savebar{display:grid!important;grid-template-columns:1fr auto;gap:8px;padding:10px!important}.aey-ganado-modal .ganado-floating-savebar .btn{min-height:42px}.gc-policy-card{width:calc(100vw - 10px)!important;max-height:calc(100dvh - 10px)!important;border-radius:16px!important}.gc-policy-dropzone{min-height:135px;padding:14px}.gc-policy-grid{grid-template-columns:1fr!important;padding:12px!important}.gc-policy-grid .gc-wide{grid-column:auto!important}.gc-policy-form>.aey-modal-foot{position:sticky;bottom:0;z-index:20;background:#fff;box-shadow:0 -8px 20px #172b431a}.aey-datepicker-popover{max-width:calc(100vw - 20px)!important}}.gc-label-text{display:inline-flex;align-items:baseline;flex-wrap:wrap;gap:3px;width:max-content;max-width:100%;line-height:1.25}.gc-policy-grid label>.gc-label-text,.insurance-config-form label>.gc-label-text{margin:0}.gc-upload-field{display:flex!important;flex-direction:column;gap:6px!important}.gc-upload-dropzone{position:relative;display:flex;min-height:128px;box-sizing:border-box;flex-direction:column;align-items:center;justify-content:center;gap:7px;padding:14px;overflow:hidden;border:2px dashed #2f6dff;border-radius:15px;background:#f7faff;color:#172b43;cursor:pointer;text-align:center;transition:border-color .18s ease,background .18s ease,transform .18s ease}.gc-upload-dropzone:hover,.gc-upload-dropzone.is-dragging{border-color:#0e4f88;background:#edf6ff;transform:translateY(-1px)}.gc-upload-dropzone.has-file{border-color:#1f8a5b;background:#f1fbf6}.gc-upload-dropzone.is-invalid{border-color:#d92d20;background:#fff7f7}.gc-upload-input{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100%!important;height:100%!important;opacity:0!important;cursor:pointer!important;padding:0!important;border:0!important}.gc-upload-title{font-size:12px;font-weight:850;line-height:1.25}.gc-upload-icons{display:flex;align-items:center;justify-content:center;gap:7px}.gc-upload-icons i{display:grid;place-items:center;width:32px;height:32px;border-radius:50%;background:#eaf1fb;font-size:14px;font-style:normal}.gc-upload-dropzone small{max-width:460px!important;margin:0!important;color:#667a91!important;font-size:9.5px!important;font-weight:600!important;line-height:1.35!important}.gc-upload-selected{position:relative;z-index:1;display:block;max-width:95%;padding:5px 9px;border-radius:999px;background:#e3f5ea;color:#137547;font-size:9.5px;font-weight:750;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gc-upload-selected[hidden]{display:none!important}.ganados-page .filter-modal-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}@media(max-width:760px){.gc-upload-dropzone{min-height:112px;padding:12px}.gc-upload-title{font-size:11px}.gc-release-card .gc-policy-grid{grid-template-columns:1fr!important}.ganados-page .filter-modal-grid{grid-template-columns:1fr 1fr}}@media(max-width:480px){.ganados-page .filter-modal-grid{grid-template-columns:1fr}}.ganador-table-v2 .ganador-date-cell strong{font-weight:500!important;color:#25384d!important}.ganador-table-v2 .ganador-date-cell .ganador-stage-focus,.ganador-table-v2 .ganador-date-cell .ganador-stage-focus strong{font-weight:800!important;color:#102a43!important}.ganador-table-v2 .ganador-date-cell .ganador-firma-restante,.ganador-table-v2 .ganador-date-cell .ganador-entrega-restante,.ganador-table-v2 .ganador-date-cell .ganador-firma-restante strong,.ganador-table-v2 .ganador-date-cell .ganador-entrega-restante strong{font-weight:800!important}.ganado-stage-summary{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;min-width:0}.ganado-stage-summary-copy{min-width:0;flex:1 1 auto}.ganado-stage-summary-title{margin:0 0 8px;color:#102a43;font-size:1rem;font-weight:850;line-height:1.2}.ganado-stage-summary-values{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:7px}.ganado-stage-summary-values>span{min-width:0;padding:7px 9px;border:1px solid #e2eaf2;border-radius:11px;background:#f8fbfe}.ganado-stage-summary-values small,.ganado-stage-summary-values b{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis}.ganado-stage-summary-values small{margin-bottom:2px;color:#718197;font-size:9px;font-weight:650;line-height:1.15}.ganado-stage-summary-values b{color:#263b51;font-size:11px;font-weight:600;line-height:1.22;white-space:nowrap}.ganado-stage-summary-values>span.is-current{border-color:#a9c8e3;background:#eef7ff}.ganado-stage-summary-values>span.is-current b{color:#0e4f88;font-weight:800}.ganado-stage-edit-btn{flex:0 0 auto;min-width:116px;min-height:36px;padding:0 12px!important;white-space:nowrap}.ganado-stage-editor{margin-top:12px;padding-top:12px;border-top:1px solid #e3ebf2}.ganado-stage-editor[hidden]{display:none!important}.ganado-stage-editor>h3:first-child{display:none!important}.ganado-step-block.is-editor-open{border-color:#0e4f88!important;box-shadow:0 14px 30px #0e4f8817!important}.ganado-step-block.is-editor-open .ganado-stage-edit-btn{background:#eef5fb!important;color:#0e4f88!important;border-color:#bfd3e4!important}.ganado-guarantees-stage .ganado-stage-title-row{margin-bottom:10px}.aey-datepicker{width:268px!important;padding:8px!important;border-radius:16px!important;box-shadow:0 18px 50px #02061738!important}.aey-datepicker-head{grid-template-columns:31px 1fr 31px!important;gap:5px!important;margin-bottom:5px!important}.aey-datepicker-head strong{font-size:12px!important;text-transform:none!important}.aey-datepicker-head button{width:31px!important;height:29px!important;border-radius:9px!important;font-size:18px!important}.aey-datepicker-week,.aey-datepicker-grid{gap:3px!important}.aey-datepicker-week span{padding:3px 0!important;font-size:8px!important}.aey-datepicker-grid button,.aey-datepicker-empty{height:27px!important;min-height:27px!important;border-radius:8px!important}.aey-datepicker-grid button{font-size:10px!important;font-weight:750!important}.aey-datepicker-foot{gap:5px!important;margin-top:6px!important;padding-top:6px!important}.aey-datepicker-foot button{height:28px!important;padding:0 8px!important;border-radius:9px!important;font-size:9px!important}.aey-timepicker{gap:6px!important;padding:7px 7px 2px!important}.aey-timepicker label{gap:3px!important;font-size:8px!important}.aey-timepicker select{height:31px!important;border-radius:8px!important;padding:0 7px!important;font-size:10px!important}.aey-time-separator{padding-bottom:7px!important}@media(max-width:760px){.ganado-stage-summary{align-items:stretch;flex-direction:column}.ganado-stage-summary-values{grid-template-columns:repeat(2,minmax(0,1fr))}.ganado-stage-edit-btn{width:100%;min-width:0}.aey-datepicker{width:min(268px,calc(100vw - 16px))!important}}.aeybot-root{position:fixed;right:24px;bottom:24px;z-index:9998;color:#0f172a;font-family:Montserrat,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.aeybot-launcher{display:flex;align-items:center;justify-content:center;width:56px;height:56px;border:0;border-radius:19px;background:linear-gradient(135deg,#0e4f88,#1271b8);box-shadow:0 18px 45px #0e4f884d;color:#fff;cursor:pointer;font-size:23px;transition:transform .18s ease,box-shadow .18s ease}.aeybot-launcher:hover,.aeybot-launcher.is-open{transform:translateY(-2px);box-shadow:0 22px 55px #0e4f8861}.aeybot-launcher-badge{position:absolute;top:-5px;right:-4px;display:flex;align-items:center;justify-content:center;min-width:18px;height:18px;border:2px solid #fff;border-radius:999px;background:#ef4444;color:#fff;font-size:10px;font-weight:900}.aeybot-panel{position:absolute;right:0;bottom:68px;display:flex;flex-direction:column;width:min(362px,calc(100vw - 28px));height:min(530px,calc(100vh - 102px));overflow:hidden;border:1px solid #d8e4ef;border-radius:18px;background:#fff;box-shadow:0 26px 70px #0f172a38;transform-origin:right bottom;transition:width .2s ease,height .2s ease,border-radius .2s ease}.aeybot-panel.is-expanded{width:min(540px,calc(100vw - 34px));height:min(720px,calc(100vh - 96px));border-radius:20px}.aeybot-panel[hidden],.aeybot-launcher-badge[hidden],.aeybot-view-panel[hidden],.aeybot-search[hidden],.aeybot-context-action[hidden]{display:none!important}.aeybot-header{display:flex;align-items:center;justify-content:space-between;min-height:50px;padding:8px 9px 8px 11px;gap:10px;background:linear-gradient(135deg,#0e4f88,#1469a9);color:#fff}.aeybot-title-wrap{display:flex;align-items:center;min-width:0;gap:8px}.aeybot-avatar{display:grid;place-items:center;width:30px;height:30px;flex:0 0 30px;border-radius:10px;background:#ffffff29;font-size:14px;font-weight:900}.aeybot-title-wrap strong{display:block;font-size:14px;line-height:1.05}.aeybot-title-wrap span{display:block;max-width:185px;margin-top:3px;overflow:hidden;color:#dceeff;font-size:9.5px;font-weight:600;line-height:1.1;text-overflow:ellipsis;white-space:nowrap}.aeybot-panel.is-expanded .aeybot-title-wrap span{max-width:285px}.aeybot-header-actions{display:flex;flex-shrink:0;gap:3px}.aeybot-icon-btn,.aeybot-context-action,.aeybot-small-btn,.aeybot-attach,.aeybot-send{border:0;cursor:pointer}.aeybot-icon-btn{display:grid;place-items:center;width:28px;height:28px;padding:0;border-radius:9px;background:#ffffff1f;color:#fff}.aeybot-icon-btn:hover,.aeybot-icon-btn:focus-visible{background:#ffffff3d;outline:none}.aeybot-icon-btn svg,.aeybot-context-action svg,.aeybot-small-btn svg,.aeybot-search-field svg,.aeybot-attach svg,.aeybot-send svg,.aeybot-view-tabs svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.aeybot-view-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));min-height:38px;padding:4px 7px 0;border-bottom:1px solid #e4edf5;background:#fff}.aeybot-view-tabs button{position:relative;display:flex;align-items:center;justify-content:center;gap:6px;border:0;background:transparent;color:#73869a;cursor:pointer;font:inherit;font-size:10.5px;font-weight:800}.aeybot-view-tabs button:after{content:"";position:absolute;right:16px;bottom:0;left:16px;height:2px;border-radius:999px;background:transparent}.aeybot-view-tabs button.is-active{color:#0e4f88}.aeybot-view-tabs button.is-active:after{background:#0e4f88}.aeybot-context-bar{display:flex;align-items:center;gap:6px;padding:7px 8px;border-bottom:1px solid #e7eef5;background:#f7fafc}.aeybot-context-chip{display:flex;align-items:center;min-width:0;min-height:31px;flex:1;gap:6px;padding:6px 8px;border:1px dashed #bfd0df;border-radius:10px;background:#fff}.aeybot-context-chip.has-process{border-style:solid;border-color:#bcd6ec;background:#eef7ff}.aeybot-context-chip strong,.aeybot-context-chip span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.aeybot-context-chip strong{flex:0 0 auto;max-width:46%;color:#0e4f88;font-size:10px;font-weight:900}.aeybot-context-chip span{min-width:0;color:#6c8094;font-size:9.5px;font-weight:700}.aeybot-context-action{display:grid;place-items:center;width:28px;height:28px;padding:0;border-radius:9px;background:#edf3f8;color:#667b8e}.aeybot-context-action:hover{background:#e1ebf3;color:#0e4f88}.aeybot-small-btn{display:flex;align-items:center;justify-content:center;min-height:31px;padding:0 9px;gap:5px;border-radius:10px;background:#e8f1f9;color:#0e4f88;font:inherit;font-size:9.5px;font-weight:900;white-space:nowrap}.aeybot-small-btn:hover{background:#dcebf7}.aeybot-search{padding:8px;border-bottom:1px solid #e4edf5;background:#fff}.aeybot-search-field{display:flex;align-items:center;gap:7px;padding:0 9px;border:1px solid #cbd8e5;border-radius:10px;background:#fff;color:#708398}.aeybot-search-field:focus-within{border-color:#0e4f88;box-shadow:0 0 0 3px #0e4f881a}.aeybot-search-field input{width:100%;height:34px;padding:0;border:0;outline:none;color:#102a43;font:inherit;font-size:11px}.aeybot-search-results{display:grid;max-height:190px;margin-top:7px;overflow:auto;gap:5px}.aeybot-search-item{display:block;width:100%;padding:8px 9px;border:1px solid #e2eaf2;border-radius:10px;background:#f8fbfd;cursor:pointer;text-align:left}.aeybot-search-item:hover{border-color:#b8d1e5;background:#eef7ff}.aeybot-search-item strong{display:block;color:#0e4f88;font-size:10.5px}.aeybot-search-item span{display:block;margin-top:2px;overflow:hidden;color:#6d8092;font-size:9.5px;text-overflow:ellipsis;white-space:nowrap}.aeybot-empty{padding:8px;color:#6f8295;font-size:10px;font-weight:700}.aeybot-view-panel{min-height:0;flex:1}.aeybot-view-panel.is-active[data-aeybot-view-panel=chat]{display:flex;flex-direction:column}.aeybot-messages{display:flex;min-height:0;flex:1;flex-direction:column;gap:7px;overflow-x:hidden;overflow-y:auto;padding:10px;background:linear-gradient(180deg,#f7fafc,#edf3f8)}.aeybot-msg{display:flex}.aeybot-msg.user{justify-content:flex-end}.aeybot-msg.bot,.aeybot-msg.bot.error,.aeybot-msg.bot.thinking{width:100%;justify-content:flex-start}.aeybot-msg-bubble{max-width:84%;padding:8px 10px;overflow-wrap:anywhere;border-radius:13px;box-shadow:0 4px 14px #0f172a0d;font-size:10.5px;line-height:1.42}.aeybot-panel.is-expanded .aeybot-msg-bubble{font-size:11.5px}.aeybot-msg.user .aeybot-msg-bubble{border-bottom-right-radius:4px;background:#0e4f88;color:#fff}.aeybot-msg.bot .aeybot-msg-bubble,.aeybot-msg.bot.thinking .aeybot-msg-bubble{border:1px solid #dce6ef;border-bottom-left-radius:4px;background:#fff;color:#14283b}.aeybot-msg.bot.error .aeybot-msg-bubble{border:1px solid #fecdd3;background:#fff1f2;color:#991b1b}.aeybot-msg small{display:block;margin-bottom:4px;font-size:8.5px;font-weight:900;opacity:.68}.aeybot-msg code{padding:1px 4px;border-radius:4px;background:#0f172a14}.aeybot-msg.has-cards,.aeybot-msg.has-action{display:block;width:100%}.aeybot-msg.has-cards .aeybot-msg-bubble,.aeybot-msg.has-action .aeybot-msg-bubble{width:100%;max-width:100%;box-sizing:border-box}.aeybot-cards{display:grid;grid-template-columns:1fr!important;gap:6px;margin-top:7px}.aeybot-card-intro{margin:0;color:#64788b;font-size:10px}.aeybot-process-card,.aeybot-action-card{width:100%;box-sizing:border-box;padding:8px;border:1px solid #d8e5ef;border-radius:11px;background:#f8fbfd}.aeybot-process-card{display:grid;gap:3px}.aeybot-process-card strong,.aeybot-action-card strong{color:#0e4f88;font-size:10.5px}.aeybot-process-card p,.aeybot-action-card p{margin:0;color:#31485d;font-size:9.5px;line-height:1.3}.aeybot-process-card p,.aeybot-process-card em{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.aeybot-process-card em{color:#6b7f92;font-size:9px;font-style:normal;line-height:1.25}.aeybot-process-card small{color:#6c8092;font-size:8.5px}.aeybot-action-card{display:block;margin-top:7px;overflow-wrap:anywhere}.aeybot-card-actions{display:flex;align-items:center;flex-wrap:wrap;gap:5px;margin-top:5px}.aeybot-card-actions button,.aeybot-card-actions a{padding:6px 8px;border:0;border-radius:8px;background:#0e4f88;color:#fff;cursor:pointer;font-size:9px;font-weight:900;text-decoration:none}.aeybot-card-actions button.secondary,.aeybot-card-actions a{background:#e7eef5;color:#0e4f88}.aeybot-composer{display:flex;align-items:flex-end;gap:6px;padding:7px;border-top:1px solid #dce6ef;background:#fff}.aeybot-attach,.aeybot-send{display:grid;place-items:center;width:34px;height:34px;flex:0 0 34px;padding:0;border-radius:10px}.aeybot-attach{background:#edf4fa;color:#0e4f88}.aeybot-send{background:#0e4f88;color:#fff}.aeybot-attach:hover{background:#e1edf7}.aeybot-send:hover{background:#0b4477}.aeybot-composer textarea{min-height:34px;max-height:96px;flex:1;resize:none;padding:8px 9px;border:1px solid #cbd8e5;border-radius:11px;outline:none;color:#102a43;font:inherit;font-size:10.5px;line-height:1.35}.aeybot-composer textarea:focus{border-color:#0e4f88;box-shadow:0 0 0 3px #0e4f881a}.aeybot-actions-panel.is-active{display:block;overflow:hidden;background:#f5f8fb}.aeybot-actions-scroll{height:100%;overflow-y:auto;padding:10px}.aeybot-actions-intro{display:flex;flex-direction:column;gap:2px;margin-bottom:10px}.aeybot-actions-intro strong{color:#102a43;font-size:12px}.aeybot-actions-intro span{color:#708397;font-size:9.5px;font-weight:700}.aeybot-action-group+.aeybot-action-group{margin-top:12px}.aeybot-action-group h3{margin:0 0 6px;color:#667a8d;font-size:9px;font-weight:900;letter-spacing:.06em;text-transform:uppercase}.aeybot-action-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.aeybot-action-tile,.aeybot-action-wide{display:flex;align-items:center;gap:8px;padding:8px;border:1px solid #dfe8f0;border-radius:11px;background:#fff;color:#102a43;cursor:pointer;font:inherit;text-align:left;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.aeybot-action-tile:hover,.aeybot-action-wide:hover,.aeybot-action-tile:focus-visible,.aeybot-action-wide:focus-visible{border-color:#a9c8df;box-shadow:0 7px 18px #0e4f8814;outline:none;transform:translateY(-1px)}.aeybot-action-icon{display:grid;place-items:center;width:27px;height:27px;flex:0 0 27px;border-radius:9px;background:#edf6fd;color:#0e4f88;font-size:11px;font-weight:900}.aeybot-action-tile div,.aeybot-action-wide div{min-width:0;flex:1}.aeybot-action-tile strong,.aeybot-action-wide strong{display:block;color:#17324a;font-size:9.5px;line-height:1.2}.aeybot-action-tile small,.aeybot-action-wide small{display:block;margin-top:2px;color:#758799;font-size:8px;font-weight:700;line-height:1.25}.aeybot-action-wide{width:100%}.aeybot-action-wide>span:last-child{color:#8ba0b2;font-size:19px}.aeybot-module-links{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:5px}.aeybot-module-links a{padding:7px 4px;border:1px solid #dfe8f0;border-radius:9px;background:#fff;color:#0e4f88;font-size:8.5px;font-weight:900;text-align:center;text-decoration:none}.aeybot-module-links a:hover{border-color:#b6cfe2;background:#eef7ff}@media(max-width:640px){.aeybot-root{right:12px;bottom:12px}.aeybot-panel,.aeybot-panel.is-expanded{right:-2px;bottom:64px;width:calc(100vw - 24px);height:min(610px,calc(100vh - 88px));border-radius:16px}.aeybot-launcher{width:52px;height:52px;border-radius:17px}.aeybot-icon-btn#aeybotExpand{display:none}.aeybot-action-grid{grid-template-columns:1fr}.aeybot-module-links{grid-template-columns:repeat(2,minmax(0,1fr))}.aeybot-title-wrap span{max-width:150px}}.aeybot-entity-cards{display:grid;grid-template-columns:1fr;gap:6px;margin-top:7px}.aeybot-entity-card{display:grid;gap:2px;width:100%;box-sizing:border-box;padding:8px 9px;border:1px solid #d8e5ef;border-radius:11px;background:#f8fbfd;color:inherit;text-decoration:none;transition:border-color .15s ease,background .15s ease,transform .15s ease}.aeybot-entity-card:hover,.aeybot-entity-card:focus-visible{border-color:#9fc2dc;background:#eef7fd;outline:none;transform:translateY(-1px)}.aeybot-entity-card strong{overflow:hidden;color:#0e4f88;font-size:10.5px;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.aeybot-entity-card span{overflow:hidden;color:#31485d;font-size:9.5px;line-height:1.3;text-overflow:ellipsis;white-space:nowrap}.aeybot-entity-card small{display:-webkit-box;overflow:hidden;color:#6b7f92;font-size:8.7px;line-height:1.3;-webkit-box-orient:vertical;-webkit-line-clamp:2}.aeybot-more-wrap{display:flex;justify-content:flex-end;margin-top:7px}.aeybot-more-link{display:inline-flex;align-items:center;gap:5px;padding:6px 9px;border:1px solid #bcd4e6;border-radius:9px;background:#fff;color:#0e4f88;font-size:9px;font-weight:900;text-decoration:none}.aeybot-more-link:hover,.aeybot-more-link:focus-visible{background:#edf6fd;outline:none}@media(max-width:640px){.aeybot-entity-card{padding:8px}.aeybot-entity-card strong{font-size:10px}.aeybot-more-link{width:100%;justify-content:center}}.aeybot-entity-card em{color:#0e4f88;font-size:8.5px;font-style:normal;font-weight:900}#root,.app{min-height:100vh}.main{position:relative}.side-nav button.nav-item{border:0;text-align:left}.nav-group-title .nav-arrow{margin-left:auto;transition:transform .18s ease}.nav-group.open>.nav-group-title .nav-arrow{transform:rotate(90deg)}.footer-compact-box{display:none}.global-alert-panel button.global-alert-item{width:100%;border:0;text-align:left;cursor:pointer}.quick-filter-row,.quick-user-row,.filter-option,.metric-chip,.dashboard-active-chips button{border:0;font-family:inherit;text-align:left;cursor:pointer}.quick-filter-row em{margin-left:auto;font-size:10px;font-style:normal;color:#64748b}.dashboard-active-chips button{background:#edf5fc;color:#0e4f88;border-radius:999px;padding:6px 10px;font-size:10px;font-weight:800}.dashboard-active-chips .clear-all{background:#fff;color:#c73535;border:1px solid #f0d2d2}.kronym-topline-wrap{display:inline-flex;align-items:center;gap:6px}.kronym-card.is-selected-process{border-color:#0e4f88!important;box-shadow:0 0 0 3px #0e4f8814,0 12px 28px #0e4f881a!important}.kronym-chip.is-empty{color:#94a3b8!important;background:#f8fafc!important}.card-menu button:disabled{opacity:.55;cursor:wait}.menu-subdetails>summary{list-style:none;cursor:pointer}.menu-subdetails>summary::-webkit-details-marker{display:none}.menu-subdetails[open]>.quick-form{display:block}.quick-form-panel{background:#f8fafc;border-radius:10px;margin:5px 0}.quick-form-panel .popover-list{max-height:220px;overflow:auto}.user-selector-row{display:flex;gap:8px;padding:7px;border-radius:8px;cursor:pointer}.user-selector-row:hover{background:#eef6ff}.user-selector-row input{accent-color:#0E4F88}.folder-menu-item .folder-icon-shape{width:18px;height:13px;border-radius:2px;background:var(--folder-color);position:relative}.folder-menu-item .folder-icon-shape:before{content:"";position:absolute;left:1px;top:-4px;width:8px;height:5px;border-radius:2px 2px 0 0;background:var(--folder-color)}.aey-context-tabs{overflow-y:auto}.aey-context-tabs button{min-height:96px}.aey-context-tabs .aey-tab-icon{font-size:20px}.aey-time-card,.aey-note-card,.aey-update-card{background:#ffffffdb;border:1px solid #e5def4;border-radius:14px;padding:12px;box-shadow:0 8px 18px #0f172a0a}.aey-time-card-top,.aey-note-card>div{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.aey-time-card strong,.aey-note-card strong,.aey-update-card strong{font-size:12px;color:#1f2937}.aey-time-card span,.aey-note-card time,.aey-update-card small{font-size:9.5px;color:#64748b}.aey-time-card p,.aey-note-card p,.aey-update-card p{margin:6px 0 0;font-size:10.5px;line-height:1.5;color:#475569}.aey-note-list,.aey-update-list{display:grid;gap:10px}.aey-update-card{display:grid;grid-template-columns:34px 1fr;gap:10px}.aey-update-icon{width:34px;height:34px;border-radius:10px;background:#eaf3fb;color:#0e4f88;display:grid;place-items:center;font-weight:900}.aey-file-row .aey-panel-icon-btn{text-decoration:none}.file-dropzone{border:2px dashed #8bb8db;background:#f4f9fd;color:#0e4f88;border-radius:14px;padding:20px;text-align:center;margin-top:14px;display:grid;gap:5px;cursor:pointer}.file-dropzone.finance{border-color:#c89b3c;background:#fffaf0;color:#85610b}.file-dropzone span{font-size:10px}.portal-alert.error{background:#fdecec;color:#a82c2c;border:1px solid #f2c2c2;padding:10px;border-radius:10px;margin-top:10px}.dialog-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a6b;z-index:10000;display:grid;place-items:center;padding:18px}.crud-dialog{width:min(820px,96vw);max-height:92vh;overflow:auto;background:#fff;border:1px solid #dfe6ee;border-radius:16px;box-shadow:0 24px 70px #0f172a3d}.crud-dialog>header{display:flex;justify-content:space-between;align-items:center;padding:15px 18px;border-bottom:1px solid #e5eaf0}.crud-dialog h2{margin:0;font-size:17px}.crud-dialog>header button{border:0;background:transparent;font-size:26px;cursor:pointer}.crud-dialog form{padding:16px}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.form-grid label{display:grid;gap:5px;color:#334155;font-size:10.5px;font-weight:800}.form-grid label.wide{grid-column:1/-1}.form-grid input,.form-grid select,.form-grid textarea{width:100%;border:1px solid #dfe6ee;border-radius:9px;padding:9px 10px;font:inherit;font-weight:600;outline:0}.form-grid input:focus,.form-grid select:focus,.form-grid textarea:focus{border-color:#0e4f88;box-shadow:0 0 0 3px #0e4f8814}.crud-dialog footer{display:flex;justify-content:flex-end;gap:8px;margin-top:16px}.btn.primary{background:#0e4f88;color:#fff}.btn.secondary{background:#fff;color:#0e4f88;border:1px solid #dfe6ee}.field-error{color:#c73535;font-weight:700}.inline-success{background:#e6f7f0;color:#187757;border:1px solid #bdebd8;padding:10px 12px;border-radius:10px;margin-bottom:10px}.page-heading{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:12px}.page-heading h1{margin:0;font-size:21px}.page-heading p{margin:4px 0 0;color:#6b7280;font-size:11px}.page-actions,.toolbar-actions,.top-actions{display:flex;gap:7px;align-items:center}.search-toolbar{background:#fff;border:1px solid #dfe6ee;border-radius:11px;padding:9px;display:flex;gap:8px;align-items:center;margin-bottom:10px}.search-toolbar .search-box{flex:1;min-width:180px}.search-toolbar select{min-height:36px;border:1px solid #dfe6ee;border-radius:8px;background:#fff;padding:0 9px}.table-scroll{width:100%;overflow:auto;background:#fff;border:1px solid #dfe6ee;border-radius:12px}.data-table{width:100%;border-collapse:collapse;min-width:900px}.data-table th,.data-table td{padding:9px 10px;border-bottom:1px solid #e8edf2;text-align:left;vertical-align:middle;font-size:10.5px}.data-table th{background:#f8fafc;color:#64748b;font-size:9.5px;text-transform:uppercase}.module-card,.kpi-card,.budget-card{background:#fff;border:1px solid #dfe6ee;border-radius:12px;padding:13px}.kpi-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:10px;margin-bottom:12px}.dashboard-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.module-tabs,.config-nav{display:flex;gap:6px;overflow:auto;margin-bottom:10px}.module-tabs button,.config-nav button{border:1px solid #dfe6ee;background:#fff;border-radius:8px;padding:8px 10px;font-size:10px;font-weight:800;white-space:nowrap}.module-tabs button.active,.config-nav button.active{background:#0e4f88;color:#fff;border-color:#0e4f88}.state-card{padding:24px;border:1px dashed #cbd5df;background:#fff;border-radius:12px;color:#64748b;display:flex;justify-content:center;gap:8px}.finance-theme{--primary:#7a5d12}.budget-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(290px,1fr));gap:10px}.progress{height:8px;background:#edf1f5;border-radius:20px;overflow:hidden}.progress i{height:100%;display:block;background:#0e4f88}.simple-list{display:grid;gap:7px}.simple-list pre{white-space:pre-wrap;background:#f8fafc;border:1px solid #dfe6ee;border-radius:8px;padding:8px;margin:0;font:inherit;font-size:10px}.link-btn{border:0;background:none;color:#0e4f88;font-weight:900;cursor:pointer}.badge{display:inline-flex;border:1px solid #0E4F88;border-radius:999px;padding:4px 7px;font-size:9px;font-weight:800}.icon-btn{width:36px;height:36px;border:1px solid #dfe6ee;border-radius:9px;background:#fff;display:grid;place-items:center;cursor:pointer}.icon-btn.active{background:#0e4f88;color:#fff}.mobile-only{display:none}@media(max-width:860px){.mobile-only{display:grid}.desktop-only{display:none}.form-grid,.dashboard-grid{grid-template-columns:1fr}.dashboard-search-row{grid-template-columns:auto minmax(0,1fr) auto auto auto!important}.dashboard-title-compact{grid-column:1/-1}.dashboard-main-search{min-width:0}.dashboard-filter-modal .filter-trigger-label{display:none}.aey-context-tabs button{min-height:60px}.aey-context-tabs strong{writing-mode:horizontal-tb!important;font-size:9px!important}.aey-context-tabs .aey-tab-icon{font-size:16px!important}.aey-context-tabs em{top:3px;right:3px}.aey-context-tabs{display:grid!important;grid-template-columns:repeat(6,1fr)!important;padding:0!important;overflow-x:auto!important}.aey-context-tabs button{width:auto!important;border-right:0!important;border-top:3px solid transparent!important}.aey-context-tabs button.is-active{border-top-color:#2554d9!important}.aey-context-content{padding:14px!important}.aey-context-head{min-height:54px}.crud-dialog{max-height:95vh}.global-alert-wrapper{bottom:76px!important}}.aey-page-shell .aey-functional-filters .search-box{min-width:min(440px,42vw);display:flex;align-items:center;gap:8px;border:1px solid #dbe5ef;border-radius:12px;background:#fff;padding:0 11px;min-height:38px}.aey-page-shell .aey-functional-filters .search-box input{border:0!important;padding:0!important;min-height:auto!important;outline:0;flex:1;min-width:0}.aey-page-shell .aey-functional-filters .search-box span{color:#0e4f88;font-weight:900}.aey-page-shell .table-scroll{border-radius:18px;background:#fff;border:1px solid #dce7f1;box-shadow:0 14px 35px #0f172a0b}.aey-page-shell .data-table th,.aey-page-shell .data-table td{padding:.72rem .78rem;font-size:.76rem}.aey-page-shell .data-table th{background:#f8fafc;color:#475569;font-size:.7rem}.aey-page-shell .data-table tbody tr:hover{background:#f8fbff}.aey-page-shell .data-table tbody tr.is-clickable-row{cursor:pointer}.aey-page-shell .data-table tbody tr.is-clickable-row:focus-within,.aey-page-shell .data-table tbody tr.is-clickable-row:hover{box-shadow:inset 3px 0 #0e4f88}.ganados-page .table-scroll{overflow-x:auto;scrollbar-gutter:stable both-edges;padding-bottom:.35rem}.ganados-page .data-table{min-width:1180px}.ganados-page .data-table td:first-child{font-weight:900;color:#0e4f88}.importaciones-page .data-table{min-width:1100px}.inventario-page .data-table{min-width:1080px}.row-actions{display:flex;align-items:center;gap:5px;white-space:nowrap}.row-actions .link-btn{background:#f4f8fb;border:1px solid #d9e7f2;border-radius:8px;padding:6px 8px}.row-actions .link-btn:hover{background:#0e4f88;color:#fff}.row-actions .link-btn.danger{color:#b42318;background:#fff5f4;border-color:#f3d0cd}.row-actions .link-btn.danger:hover{background:#b42318;color:#fff}.pagination{margin-top:10px}@media(max-width:700px){.aey-page-shell .aey-functional-filters .search-box{min-width:0;width:100%;grid-column:1/-1}.aey-page-shell .aey-functional-filters>.btn{justify-self:end}.aey-page-shell .table-scroll{border-radius:14px}.aey-page-shell .data-table th,.aey-page-shell .data-table td{font-size:.7rem;padding:.62rem .66rem}}.aey-pane-header{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:10px}.aey-pane-header h3{margin:0;font-size:12px;color:#1e293b}.aey-pane-actions{display:flex;align-items:center;gap:7px}.aey-pane-action-btn{border:1px solid #d7e5f0;background:#fff;color:#0e4f88;border-radius:9px;padding:7px 9px;font-size:9.5px;font-weight:900;cursor:pointer}.aey-pane-action-btn:hover{background:#0e4f88;color:#fff}.aey-panel-toggle{display:flex!important;flex-direction:row!important;align-items:center!important;gap:5px!important;font-size:9px!important;font-weight:700!important;color:#64748b!important}.aey-panel-toggle input{accent-color:#0E4F88}.aey-panel-form{display:grid;gap:9px;background:#f8fbfe;border:1px solid #dce8f2;border-radius:13px;padding:11px;margin-bottom:12px}.aey-panel-form label{display:grid;gap:4px;font-size:9.5px;font-weight:800;color:#334155}.aey-panel-form input,.aey-panel-form textarea,.aey-panel-form select{width:100%;border:1px solid #d7e2ec;border-radius:9px;padding:8px 9px;background:#fff;font:inherit;outline:0}.aey-panel-form input:focus,.aey-panel-form textarea:focus{border-color:#0e4f88;box-shadow:0 0 0 3px #0e4f8814}.aey-panel-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.aey-panel-form-actions{display:flex;justify-content:flex-end;gap:7px}.aey-panel-form .file-dropzone{padding:12px;margin-top:0}.aey-selected-files,.aey-note-attachments{display:flex;flex-wrap:wrap;gap:5px}.aey-selected-files span,.aey-note-attachments a{display:inline-flex;align-items:center;gap:4px;border:1px solid #d8e6f1;border-radius:999px;background:#fff;padding:5px 8px;color:#0e4f88;text-decoration:none;font-size:8.5px;font-weight:800}.aey-note-card footer{display:flex;justify-content:flex-end;gap:5px;margin-top:8px}.aey-note-card footer .link-btn{border:1px solid #d8e6f1;border-radius:7px;padding:5px 7px;background:#f8fbfe;font-size:8.5px}.aey-note-card footer .link-btn.danger{color:#b42318;border-color:#f1d0cd;background:#fff5f4}.aey-time-item.is-finalizada{opacity:.62}.aey-time-card small{display:block;margin-top:5px;color:#7c3aed;font-size:8px;font-weight:800}@media(max-width:700px){.aey-pane-header{align-items:flex-start}.aey-pane-actions{align-items:flex-end;flex-direction:column}.aey-panel-form-grid{grid-template-columns:1fr}}
