.AdsPanel-module__1pDvgW__panel{border-left:1px solid var(--mp-line);background:var(--mp-paper);flex-direction:column;gap:16px;width:248px;min-width:248px;height:calc(100vh - 60px);padding:18px 20px;display:flex;position:sticky;top:60px;overflow-y:auto}.AdsPanel-module__1pDvgW__adBanner{border-radius:var(--mp-r-md);background:repeating-linear-gradient(45deg, var(--mp-bg), var(--mp-bg) 10px, var(--mp-line) 10px, var(--mp-line) 11px);flex-direction:column;justify-content:center;align-items:center;gap:4px;display:flex}.AdsPanel-module__1pDvgW__bannerLbl{text-transform:uppercase;letter-spacing:.06em;color:var(--mp-ink-4);font-size:11px;font-weight:600}.AdsPanel-module__1pDvgW__bannerSz{color:var(--mp-ink-4);font-family:IBM Plex Mono,monospace;font-size:11px}@media (max-width:768px){.AdsPanel-module__1pDvgW__panel{display:none}}
.FilterSidebar-module__aQDbHW__sidebar{background:var(--mp-paper);border-right:1px solid var(--mp-line);scrollbar-width:none;width:248px;min-width:248px;height:calc(100vh - 60px);position:sticky;top:60px;overflow-y:auto}.FilterSidebar-module__aQDbHW__sidebar::-webkit-scrollbar{display:none}.FilterSidebar-module__aQDbHW__group{border-bottom:1px solid var(--mp-line);padding:16px 16px 14px}.FilterSidebar-module__aQDbHW__groupTitle{text-transform:uppercase;letter-spacing:.06em;color:var(--mp-ink-3);margin-bottom:10px;font-size:11px;font-weight:600}.FilterSidebar-module__aQDbHW__pills{flex-wrap:wrap;gap:6px;display:flex}.FilterSidebar-module__aQDbHW__pillsCol{flex-direction:column;gap:6px;display:flex}.FilterSidebar-module__aQDbHW__pill{border-radius:var(--mp-r-sm);color:var(--mp-ink-3);background:var(--mp-bg);border:1px solid var(--mp-line);cursor:pointer;white-space:nowrap;padding:5px 11px;font-family:inherit;font-size:12.5px;font-weight:500;line-height:1.4;transition:background .12s,color .12s,border-color .12s}.FilterSidebar-module__aQDbHW__pill:hover{background:var(--mp-line);color:var(--mp-ink);border-color:var(--mp-line-2)}.FilterSidebar-module__aQDbHW__pillActive{background:var(--mp-blue-50);color:var(--mp-blue-700);border-color:var(--mp-blue-200,#bfdbfe);font-weight:600}.FilterSidebar-module__aQDbHW__pillActive:hover{background:var(--mp-blue-100,#dbeafe)}.FilterSidebar-module__aQDbHW__empty{color:var(--mp-ink-4);font-size:12.5px;font-style:italic}.FilterSidebar-module__aQDbHW__overlay,.FilterSidebar-module__aQDbHW__mobileHeader{display:none}.FilterSidebar-module__aQDbHW__closeBtn{cursor:pointer;color:var(--mp-ink-3);background:0 0;border:none;border-radius:4px;padding:2px 6px;font-size:20px;line-height:1}.FilterSidebar-module__aQDbHW__closeBtn:hover{color:var(--mp-ink);background:var(--mp-bg)}@media (max-width:768px){.FilterSidebar-module__aQDbHW__sidebar{z-index:200;width:280px;height:auto;transition:transform .25s;position:fixed;top:60px;bottom:0;left:0;overflow-y:auto;transform:translate(-100%);box-shadow:4px 0 24px #0000002e}.FilterSidebar-module__aQDbHW__sidebarOpen{transform:translate(0)}.FilterSidebar-module__aQDbHW__overlay{z-index:199;background:#00000059;display:block;position:fixed;inset:0}.FilterSidebar-module__aQDbHW__mobileHeader{border-bottom:1px solid var(--mp-line);justify-content:space-between;align-items:center;padding:14px 16px;display:flex}.FilterSidebar-module__aQDbHW__mobileHeaderTitle{color:var(--mp-ink);font-size:14px;font-weight:600}}
.TabBar-module__WFOnOa__tabBar{border-bottom:1px solid var(--mp-line);background:var(--mp-paper);align-items:stretch;gap:0;padding:0 28px;display:flex}.TabBar-module__WFOnOa__tabs{flex:1;align-items:stretch;gap:0;display:flex}.TabBar-module__WFOnOa__tab{color:var(--mp-ink-3);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-bottom:2px solid #0000;align-items:center;gap:6px;padding:12px 14px;font-size:13.5px;font-weight:400;transition:color .12s,border-color .12s;display:flex}.TabBar-module__WFOnOa__tab:hover{color:var(--mp-ink)}.TabBar-module__WFOnOa__tab.TabBar-module__WFOnOa__active{color:var(--mp-blue-800);border-bottom-color:var(--mp-blue-800);font-weight:600}.TabBar-module__WFOnOa__count{background:var(--mp-bg);color:var(--mp-ink-3);border-radius:999px;padding:1px 6px;font-family:IBM Plex Mono,monospace;font-size:11px}.TabBar-module__WFOnOa__active .TabBar-module__WFOnOa__count{background:var(--mp-blue-100);color:var(--mp-blue-700)}.TabBar-module__WFOnOa__searchWrap{align-items:center;gap:0;padding:8px 0 8px 16px;display:flex;position:relative}.TabBar-module__WFOnOa__searchIcon{color:var(--mp-ink-3);pointer-events:none;display:flex;position:absolute;top:50%;left:24px;transform:translateY(-50%)}.TabBar-module__WFOnOa__searchInput{border:1px solid var(--mp-line);background:var(--mp-paper);width:360px;height:32px;color:var(--mp-ink);border-radius:6px;outline:none;padding:0 28px;font-family:inherit;font-size:13px;transition:border-color .15s,box-shadow .15s}.TabBar-module__WFOnOa__searchInput::placeholder{color:var(--mp-ink-3)}.TabBar-module__WFOnOa__searchInput:focus{border-color:var(--mp-blue-500,#4e7cd6);box-shadow:0 0 0 3px var(--mp-blue-50)}.TabBar-module__WFOnOa__searchInput::-webkit-search-cancel-button{display:none}.TabBar-module__WFOnOa__searchClear{color:var(--mp-ink-3);cursor:pointer;background:0 0;border:none;border-radius:4px;padding:2px 4px;font-size:16px;line-height:1;position:absolute;top:50%;right:6px;transform:translateY(-50%)}.TabBar-module__WFOnOa__searchClear:hover{color:var(--mp-ink);background:var(--mp-line)}@media (max-width:768px){.TabBar-module__WFOnOa__tabBar{flex-wrap:wrap;gap:0;padding:0 14px}.TabBar-module__WFOnOa__tabs{border-bottom:1px solid var(--mp-line);width:100%}.TabBar-module__WFOnOa__tab{flex:1;justify-content:center;padding:10px 8px;font-size:13px}.TabBar-module__WFOnOa__searchWrap{width:100%;padding:8px 0}.TabBar-module__WFOnOa__searchInput{width:100%}.TabBar-module__WFOnOa__searchIcon{left:8px}}
.TenderTable-module__NLWY5G__wrap{padding:16px 28px 28px;overflow-x:auto}.TenderTable-module__NLWY5G__table{border-collapse:collapse;border:1px solid var(--mp-line);border-radius:var(--mp-r-md);background:var(--mp-paper);width:100%;box-shadow:var(--mp-sh-1);overflow:hidden}.TenderTable-module__NLWY5G__table thead tr{background:var(--mp-bg)}.TenderTable-module__NLWY5G__th{text-transform:uppercase;letter-spacing:.05em;color:var(--mp-ink-3);text-align:left;border-bottom:1px solid var(--mp-line);white-space:nowrap;-webkit-user-select:none;user-select:none;padding:11px 14px;font-size:11px;font-weight:600}.TenderTable-module__NLWY5G__thSortable{cursor:pointer;transition:background .1s,color .1s}.TenderTable-module__NLWY5G__thSortable:hover{background:var(--mp-blue-50)}.TenderTable-module__NLWY5G__thActive{color:var(--mp-blue-700)}.TenderTable-module__NLWY5G__thRight{text-align:right}.TenderTable-module__NLWY5G__thCenter{text-align:center}.TenderTable-module__NLWY5G__arrow{margin-left:2px;font-size:10px}.TenderTable-module__NLWY5G__table td{border-bottom:1px solid var(--mp-line);vertical-align:middle;padding:14px;font-size:13.5px}.TenderTable-module__NLWY5G__table tbody tr:last-child td{border-bottom:none}.TenderTable-module__NLWY5G__table tbody tr:hover{background:var(--mp-blue-50)}.TenderTable-module__NLWY5G__table tbody tr.TenderTable-module__NLWY5G__urgent{background:var(--mp-amber-soft)}.TenderTable-module__NLWY5G__table tbody tr.TenderTable-module__NLWY5G__urgent:hover{background:#fce6c0}.TenderTable-module__NLWY5G__rowClickable{cursor:pointer}.TenderTable-module__NLWY5G__id{color:var(--mp-ink-3);font-family:IBM Plex Mono,monospace;font-size:12px}.TenderTable-module__NLWY5G__id a{color:var(--mp-ink-3)}.TenderTable-module__NLWY5G__id a:hover{color:var(--mp-blue-700)}.TenderTable-module__NLWY5G__titleCell{max-width:0}.TenderTable-module__NLWY5G__title{color:var(--mp-ink);white-space:nowrap;text-overflow:ellipsis;font-size:13.5px;font-weight:600;overflow:hidden}.TenderTable-module__NLWY5G__title a{color:var(--mp-ink)}.TenderTable-module__NLWY5G__title a:hover{color:var(--mp-blue-700)}.TenderTable-module__NLWY5G__org{color:var(--mp-ink-3);white-space:nowrap;text-overflow:ellipsis;margin-top:2px;font-size:12.5px;overflow:hidden}.TenderTable-module__NLWY5G__closes{white-space:nowrap;font-family:IBM Plex Mono,monospace;font-size:12.5px}.TenderTable-module__NLWY5G__closesUrgent{color:var(--mp-amber);font-weight:600}.TenderTable-module__NLWY5G__monto{text-align:right;white-space:nowrap;font-family:IBM Plex Mono,monospace;font-size:13px;font-weight:500}.TenderTable-module__NLWY5G__montoRef{color:var(--mp-ink-4);white-space:nowrap;font-family:IBM Plex Mono,monospace;font-size:11.5px;font-style:italic}.TenderTable-module__NLWY5G__fechaPub{color:var(--mp-ink-3);text-align:center;white-space:nowrap;font-family:IBM Plex Mono,monospace;font-size:11.5px}.TenderTable-module__NLWY5G__fechaPubInner{flex-direction:column;align-items:center;line-height:1.5;display:flex}.TenderTable-module__NLWY5G__fechaYear{color:var(--mp-ink-4);font-size:11px}.TenderTable-module__NLWY5G__tdCompact{text-align:center;padding-left:6px;padding-right:6px}.TenderTable-module__NLWY5G__mpLinkCell{text-align:center}.TenderTable-module__NLWY5G__mpLink{text-align:center;border-radius:var(--mp-r-sm);color:var(--mp-blue-700);background:#dbeafe;border:1px solid #93c5fd;padding:3px 8px;font-size:10.5px;font-weight:600;line-height:1.25;transition:background .12s,border-color .12s;display:inline-block}.TenderTable-module__NLWY5G__mpLink:hover{color:var(--mp-blue-800);background:#bfdbfe;border-color:#60a5fa;text-decoration:none}.TenderTable-module__NLWY5G__skeleton{background:linear-gradient(90deg, var(--mp-bg) 25%, var(--mp-line) 50%, var(--mp-bg) 75%);border-radius:var(--mp-r-md);background-size:200% 100%;height:300px;margin:16px 28px;animation:1.5s infinite TenderTable-module__NLWY5G__shimmer}@keyframes TenderTable-module__NLWY5G__shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.TenderTable-module__NLWY5G__empty{text-align:center;color:var(--mp-ink-3);margin:48px 28px}.TenderTable-module__NLWY5G__emptySub{margin-top:6px;font-size:13px}@media (max-width:768px){.TenderTable-module__NLWY5G__wrap{padding:10px 12px 16px;overflow-x:visible}.TenderTable-module__NLWY5G__table{box-shadow:none;background:0 0;border:none;display:block}.TenderTable-module__NLWY5G__table thead{display:none}.TenderTable-module__NLWY5G__table tbody{flex-direction:column;gap:6px;display:flex}.TenderTable-module__NLWY5G__table tbody tr{border:1px solid var(--mp-line);border-radius:var(--mp-r-md);background:var(--mp-paper);box-shadow:var(--mp-sh-1);cursor:pointer;grid-template-rows:auto auto auto;grid-template-columns:auto auto 1fr auto;gap:4px 8px;padding:12px 14px;display:grid}.TenderTable-module__NLWY5G__table tbody tr:hover{background:var(--mp-blue-50)}.TenderTable-module__NLWY5G__table tbody tr.TenderTable-module__NLWY5G__urgent{background:var(--mp-amber-soft)}.TenderTable-module__NLWY5G__table tbody tr.TenderTable-module__NLWY5G__urgent:hover{background:#fce6c0}.TenderTable-module__NLWY5G__table tbody tr>td{vertical-align:top;border:none;padding:0}.TenderTable-module__NLWY5G__id{grid-area:1/1;align-self:center;font-size:11px}.TenderTable-module__NLWY5G__id a{color:var(--mp-ink-3)}.TenderTable-module__NLWY5G__fechaPub{text-align:left;grid-area:1/2/auto/4;align-self:center;font-size:11px}.TenderTable-module__NLWY5G__fechaPubInner{flex-direction:row;align-items:center;gap:4px}.TenderTable-module__NLWY5G__fechaYear{font-size:11px}.TenderTable-module__NLWY5G__titleCell{grid-area:2/1/auto/-1;max-width:100%}.TenderTable-module__NLWY5G__title{white-space:normal;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:13.5px;font-weight:600;line-height:1.35;display:-webkit-box;overflow:hidden}.TenderTable-module__NLWY5G__org{white-space:normal;text-overflow:clip;margin-top:3px;font-size:12px;overflow:visible}.TenderTable-module__NLWY5G__table tbody tr>td:nth-child(4){text-align:left;grid-area:3/1;align-self:center}.TenderTable-module__NLWY5G__table tbody tr>td:nth-child(5){text-align:left;grid-area:3/2;align-self:center}.TenderTable-module__NLWY5G__closes{text-align:right;grid-area:1/4;align-self:center;font-size:11.5px;position:static!important}.TenderTable-module__NLWY5G__monto{text-align:right;grid-area:3/4;align-self:center;font-size:12px}.TenderTable-module__NLWY5G__montoRef{font-size:10.5px}.TenderTable-module__NLWY5G__mpLinkCell{display:none!important}.TenderTable-module__NLWY5G__skeleton{margin:10px 12px}}
.KpiStrip-module__KxrDha__strip{border-bottom:1px solid var(--mp-line);background:var(--mp-paper);grid-template-columns:repeat(4,1fr);display:grid}.KpiStrip-module__KxrDha__card{border-right:1px solid var(--mp-line);flex-direction:column;gap:4px;padding:14px 18px;display:flex}.KpiStrip-module__KxrDha__card:last-child{border-right:none}.KpiStrip-module__KxrDha__card.KpiStrip-module__KxrDha__amber{background:var(--mp-amber-soft)}.KpiStrip-module__KxrDha__label{letter-spacing:.05em;text-transform:uppercase;color:var(--mp-ink-3);font-family:IBM Plex Sans,sans-serif;font-size:11px;font-weight:600}.KpiStrip-module__KxrDha__value{color:var(--mp-ink);font-family:IBM Plex Mono,monospace;font-size:22px;font-weight:600;line-height:1.1}.KpiStrip-module__KxrDha__amber .KpiStrip-module__KxrDha__value{color:var(--mp-amber)}.KpiStrip-module__KxrDha__delta{color:var(--mp-ink-3);font-family:IBM Plex Mono,monospace;font-size:11.5px}@media (max-width:768px){.KpiStrip-module__KxrDha__strip{grid-template-columns:repeat(2,1fr)}.KpiStrip-module__KxrDha__card:nth-child(n+3){display:none}.KpiStrip-module__KxrDha__card:nth-child(2){border-right:none}.KpiStrip-module__KxrDha__card{border-bottom:none}.KpiStrip-module__KxrDha__value{font-size:18px}.KpiStrip-module__KxrDha__delta{font-size:10.5px}}
.HomeClient-module__wgjEFq__clientLayout{grid-template-columns:248px minmax(0,1fr);align-items:start;display:grid}.HomeClient-module__wgjEFq__mobileFilterRow{border-bottom:1px solid var(--mp-line);background:var(--mp-paper);align-items:center;gap:8px;padding:10px 16px;display:none}.HomeClient-module__wgjEFq__filtrosBtn{border:1px solid var(--mp-line);border-radius:var(--mp-r-sm);color:var(--mp-ink-2,var(--mp-ink));background:var(--mp-paper);cursor:pointer;align-items:center;gap:8px;padding:8px 16px;font-family:inherit;font-size:13px;font-weight:500;transition:background .1s;display:inline-flex}.HomeClient-module__wgjEFq__filtrosBtn:hover{background:var(--mp-bg)}.HomeClient-module__wgjEFq__filtrosBadge{background:var(--mp-blue-700);color:#fff;border-radius:999px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 4px;font-size:11px;font-weight:700;display:inline-flex}.HomeClient-module__wgjEFq__filtrosBtnActive{background:var(--mp-blue-50);color:var(--mp-blue-700);border-color:var(--mp-blue-200,#bfdbfe);font-weight:600}.HomeClient-module__wgjEFq__content{flex-direction:column;min-width:0;display:flex}.HomeClient-module__wgjEFq__toolbar{border-bottom:1px solid var(--mp-line);background:var(--mp-paper);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:10px 28px;display:flex}.HomeClient-module__wgjEFq__toolbarLeft{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.HomeClient-module__wgjEFq__toolbarRight{align-items:center;gap:10px;display:flex}.HomeClient-module__wgjEFq__chip{background:var(--mp-blue-50);color:var(--mp-blue-800);border:1px solid #c9d6ec;border-radius:999px;align-items:center;gap:4px;padding:3px 8px;font-size:12.5px;display:inline-flex}.HomeClient-module__wgjEFq__chip button{color:var(--mp-blue-700);opacity:.7;cursor:pointer;background:0 0;border:none;padding:0;font-size:14px;line-height:1}.HomeClient-module__wgjEFq__chip button:hover{opacity:1}.HomeClient-module__wgjEFq__syncMsg{color:var(--mp-ink-3);font-size:12.5px}.HomeClient-module__wgjEFq__pagination{border-top:1px solid var(--mp-line);background:var(--mp-paper);justify-content:space-between;align-items:center;padding:12px 28px;display:flex}.HomeClient-module__wgjEFq__paginInfo{color:var(--mp-ink-3);font-family:IBM Plex Mono,monospace;font-size:12.5px}.HomeClient-module__wgjEFq__pages{align-items:center;gap:4px;display:flex}.HomeClient-module__wgjEFq__pageBtn{border:1px solid var(--mp-line);background:var(--mp-paper);width:28px;height:28px;color:var(--mp-ink);cursor:pointer;border-radius:6px;justify-content:center;align-items:center;font-size:13px;transition:background .12s;display:flex}.HomeClient-module__wgjEFq__pageBtn:hover:not(:disabled){background:var(--mp-bg)}.HomeClient-module__wgjEFq__pageBtn:disabled{opacity:.4;cursor:default}.HomeClient-module__wgjEFq__pageBtnActive{color:#fff;border-color:var(--mp-blue-800);background:var(--mp-blue-800)!important}.HomeClient-module__wgjEFq__perPageGroup{align-items:center;gap:4px;display:flex}.HomeClient-module__wgjEFq__perPageLabel{color:var(--mp-ink-4);margin-right:2px;font-size:12px}.HomeClient-module__wgjEFq__perPageBtn{border:1px solid var(--mp-line);background:var(--mp-paper);height:28px;color:var(--mp-ink-3);cursor:pointer;border-radius:6px;padding:0 8px;font-family:inherit;font-size:12.5px;transition:background .12s}.HomeClient-module__wgjEFq__perPageBtn:hover{background:var(--mp-bg)}.HomeClient-module__wgjEFq__perPageBtnActive{background:var(--mp-blue-800);color:#fff;border-color:var(--mp-blue-800)}@media (max-width:768px){.HomeClient-module__wgjEFq__clientLayout{grid-template-columns:1fr}.HomeClient-module__wgjEFq__mobileFilterRow{display:flex}.HomeClient-module__wgjEFq__pagination{flex-wrap:wrap;justify-content:center;gap:8px;padding:12px 16px}.HomeClient-module__wgjEFq__paginInfo{text-align:center;width:100%;margin-right:0}.HomeClient-module__wgjEFq__perPageGroup{order:-1}}
.ComentariosClient-module__XPqRJq__wrap{max-width:640px;padding:32px}.ComentariosClient-module__XPqRJq__intro{color:var(--mp-ink-3);margin-bottom:24px;font-size:14px;line-height:1.6}.ComentariosClient-module__XPqRJq__form{flex-direction:column;gap:16px;display:flex}.ComentariosClient-module__XPqRJq__field{flex-direction:column;gap:6px;display:flex}.ComentariosClient-module__XPqRJq__label{color:var(--mp-ink-2);font-size:13px;font-weight:600}.ComentariosClient-module__XPqRJq__textarea{border:1px solid var(--mp-line);border-radius:var(--mp-r-md);color:var(--mp-ink);background:var(--mp-paper);resize:vertical;outline:none;padding:12px 14px;font-family:inherit;font-size:14px;line-height:1.6;transition:border-color .12s,box-shadow .12s}.ComentariosClient-module__XPqRJq__textarea::placeholder{color:var(--mp-ink-4)}.ComentariosClient-module__XPqRJq__textarea:focus{border-color:var(--mp-blue-600);box-shadow:0 0 0 3px var(--mp-blue-50)}.ComentariosClient-module__XPqRJq__charCount{color:var(--mp-ink-4);text-align:right;font-family:IBM Plex Mono,monospace;font-size:12px}.ComentariosClient-module__XPqRJq__submitBtn{background:var(--mp-blue-800);color:#fff;border-radius:var(--mp-r-sm);cursor:pointer;border:none;align-self:flex-start;padding:10px 24px;font-family:inherit;font-size:14px;font-weight:600;transition:opacity .12s}.ComentariosClient-module__XPqRJq__submitBtn:hover:not(:disabled){opacity:.88}.ComentariosClient-module__XPqRJq__submitBtn:disabled{opacity:.45;cursor:not-allowed}.ComentariosClient-module__XPqRJq__formError{color:var(--mp-red);background:var(--mp-red-soft);border-radius:var(--mp-r-sm);border:1px solid #fca5a5;padding:10px 14px;font-size:13px}.ComentariosClient-module__XPqRJq__gateWrap{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:80px 32px;display:flex}.ComentariosClient-module__XPqRJq__gateIcon{margin-bottom:4px;font-size:40px}.ComentariosClient-module__XPqRJq__gateTitle{color:var(--mp-ink-2);font-size:17px;font-weight:700}.ComentariosClient-module__XPqRJq__gateSub{color:var(--mp-ink-4);max-width:360px;font-size:14px;line-height:1.6}.ComentariosClient-module__XPqRJq__gateBtns{flex-wrap:wrap;justify-content:center;gap:10px;margin-top:8px;display:flex}.ComentariosClient-module__XPqRJq__btnPrimary{background:var(--mp-blue-800);color:#fff;border-radius:var(--mp-r-sm);padding:9px 22px;font-size:14px;font-weight:600;transition:opacity .12s}.ComentariosClient-module__XPqRJq__btnPrimary:hover{opacity:.88;color:#fff}.ComentariosClient-module__XPqRJq__btnSecondary{background:var(--mp-bg);color:var(--mp-ink-3);border:1px solid var(--mp-line);border-radius:var(--mp-r-sm);cursor:pointer;padding:9px 22px;font-family:inherit;font-size:14px;font-weight:500;transition:background .12s,color .12s}.ComentariosClient-module__XPqRJq__btnSecondary:hover{background:var(--mp-line);color:var(--mp-ink)}@media (max-width:768px){.ComentariosClient-module__XPqRJq__wrap{padding:16px}.ComentariosClient-module__XPqRJq__gateWrap{padding:40px 16px}}
.DashboardClient-module__NL6Bqq__dashLayout{grid-template-columns:220px minmax(0,1fr);align-items:start;min-height:calc(100vh - 60px);display:grid}.DashboardClient-module__NL6Bqq__sidebar{border-right:1px solid var(--mp-line);background:var(--mp-paper);flex-direction:column;gap:24px;min-height:calc(100vh - 60px);padding:24px 16px;display:flex;position:sticky;top:60px}.DashboardClient-module__NL6Bqq__profileCard{border-bottom:1px solid var(--mp-line);text-align:center;flex-direction:column;align-items:center;gap:10px;padding-bottom:20px;display:flex}.DashboardClient-module__NL6Bqq__avatar{background:linear-gradient(135deg, var(--mp-blue-700), var(--mp-blue-900));color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;font-size:18px;font-weight:700;display:flex}.DashboardClient-module__NL6Bqq__profileInfo{flex-direction:column;gap:2px;display:flex}.DashboardClient-module__NL6Bqq__profileName{color:var(--mp-ink);font-size:14px;font-weight:700}.DashboardClient-module__NL6Bqq__profileEmail{color:var(--mp-ink-4);font-size:12px}.DashboardClient-module__NL6Bqq__sideNav{flex-direction:column;gap:2px;display:flex}.DashboardClient-module__NL6Bqq__navItem{border-radius:var(--mp-r-sm);color:var(--mp-ink-3);text-align:left;cursor:pointer;background:0 0;border:none;align-items:center;gap:10px;width:100%;padding:9px 12px;font-size:13.5px;font-weight:500;transition:background .12s,color .12s;display:flex}.DashboardClient-module__NL6Bqq__navItem:hover{background:var(--mp-bg);color:var(--mp-ink)}.DashboardClient-module__NL6Bqq__navItemActive{background:var(--mp-blue-50);color:var(--mp-blue-700)}.DashboardClient-module__NL6Bqq__navBadge{background:var(--mp-line);color:var(--mp-ink-3);border-radius:999px;margin-left:auto;padding:1px 7px;font-family:IBM Plex Mono,monospace;font-size:11px;font-weight:700}.DashboardClient-module__NL6Bqq__navItemActive .DashboardClient-module__NL6Bqq__navBadge{background:var(--mp-blue-100);color:var(--mp-blue-700)}.DashboardClient-module__NL6Bqq__signOutWrap{border-top:1px solid var(--mp-line);margin-top:auto;padding-top:12px}.DashboardClient-module__NL6Bqq__signOutBtn{border-radius:var(--mp-r-sm);width:100%;color:var(--mp-red);border:1px solid var(--mp-red);text-align:center;cursor:pointer;background:#fff;padding:9px 12px;font-family:inherit;font-size:13px;font-weight:600;transition:background .12s}.DashboardClient-module__NL6Bqq__signOutBtn:hover{background:var(--mp-red-soft)}.DashboardClient-module__NL6Bqq__main{flex-direction:column;min-width:0;display:flex}.DashboardClient-module__NL6Bqq__hero{background:var(--mp-paper);border-bottom:1px solid var(--mp-line);padding:28px 28px 20px}.DashboardClient-module__NL6Bqq__eyebrow{text-transform:uppercase;letter-spacing:.08em;color:var(--mp-blue-700);margin-bottom:6px;font-family:IBM Plex Mono,monospace;font-size:11.5px}.DashboardClient-module__NL6Bqq__heroTitle{letter-spacing:-.015em;color:var(--mp-ink);font-family:IBM Plex Serif,serif;font-size:28px;font-weight:500}.DashboardClient-module__NL6Bqq__section{padding:32px 28px}.DashboardClient-module__NL6Bqq__kpis{border-bottom:1px solid var(--mp-line);grid-template-columns:repeat(3,1fr);display:grid}.DashboardClient-module__NL6Bqq__kpi{border-right:1px solid var(--mp-line);flex-direction:column;gap:4px;padding:16px 24px;display:flex}.DashboardClient-module__NL6Bqq__kpi:last-child{border-right:none}.DashboardClient-module__NL6Bqq__kpiVal{color:var(--mp-ink);font-family:IBM Plex Mono,monospace;font-size:24px;font-weight:700;line-height:1}.DashboardClient-module__NL6Bqq__kpiLabel{color:var(--mp-ink-3);font-size:12px}.DashboardClient-module__NL6Bqq__kpiRed .DashboardClient-module__NL6Bqq__kpiVal{color:var(--mp-red)}.DashboardClient-module__NL6Bqq__kpiAmber .DashboardClient-module__NL6Bqq__kpiVal{color:var(--mp-amber)}.DashboardClient-module__NL6Bqq__sectionHeader{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.DashboardClient-module__NL6Bqq__sectionTitle{color:var(--mp-ink);font-size:15px;font-weight:700}.DashboardClient-module__NL6Bqq__sectionLink{color:var(--mp-blue-700);font-size:13px;font-weight:600}.DashboardClient-module__NL6Bqq__tableWrap{background:var(--mp-paper);border:1px solid var(--mp-line);border-radius:var(--mp-r-lg);box-shadow:var(--mp-sh-1);overflow:hidden}.DashboardClient-module__NL6Bqq__table{border-collapse:collapse;width:100%}.DashboardClient-module__NL6Bqq__th{background:var(--mp-bg);color:var(--mp-ink-3);text-transform:uppercase;letter-spacing:.5px;text-align:left;border-bottom:1px solid var(--mp-line);padding:10px 14px;font-size:11px;font-weight:600}.DashboardClient-module__NL6Bqq__row{border-bottom:1px solid var(--mp-line);transition:background .1s}.DashboardClient-module__NL6Bqq__row:last-child{border-bottom:none}.DashboardClient-module__NL6Bqq__row:hover{background:var(--mp-blue-50)}.DashboardClient-module__NL6Bqq__tdNombre{vertical-align:top;max-width:300px;padding:12px 14px}.DashboardClient-module__NL6Bqq__nombreLink{color:var(--mp-ink);margin-bottom:3px;font-size:13.5px;font-weight:500;line-height:1.4;display:block}.DashboardClient-module__NL6Bqq__nombreLink:hover{color:var(--mp-blue-700);text-decoration:underline}.DashboardClient-module__NL6Bqq__codigo{color:var(--mp-ink-4);margin-bottom:4px;font-family:IBM Plex Mono,monospace;font-size:11.5px;display:block}.DashboardClient-module__NL6Bqq__badge{border-radius:999px;padding:2px 7px;font-size:10.5px;font-weight:700;display:inline-block}.DashboardClient-module__NL6Bqq__badgeHoy{background:var(--mp-red-soft);color:var(--mp-red)}.DashboardClient-module__NL6Bqq__badgePronto{background:var(--mp-amber-soft);color:var(--mp-amber)}.DashboardClient-module__NL6Bqq__badgeCerrada{background:var(--mp-bg);color:var(--mp-ink-4)}.DashboardClient-module__NL6Bqq__tdOrg{color:var(--mp-ink-3);vertical-align:top;padding:12px 14px;font-size:13px}.DashboardClient-module__NL6Bqq__tdTipo{vertical-align:top;padding:12px 14px}.DashboardClient-module__NL6Bqq__tdMonto{vertical-align:top;text-align:right;white-space:nowrap;padding:12px 14px}.DashboardClient-module__NL6Bqq__tdCierre{color:var(--mp-ink-3);vertical-align:top;white-space:nowrap;padding:12px 14px;font-size:13px}.DashboardClient-module__NL6Bqq__thRight{text-align:right}.DashboardClient-module__NL6Bqq__montoPesos{color:var(--mp-green,#16a34a);font-family:IBM Plex Mono,monospace;font-size:13px;font-weight:600}.DashboardClient-module__NL6Bqq__montoUtm{color:var(--mp-ink-4);font-family:IBM Plex Mono,monospace;font-size:12px}.DashboardClient-module__NL6Bqq__tipoPill{background:var(--mp-blue-50);color:var(--mp-blue-700);border:1px solid var(--mp-blue-100);border-radius:4px;padding:2px 8px;font-family:IBM Plex Mono,monospace;font-size:11px;font-weight:700;display:inline-block}.DashboardClient-module__NL6Bqq__emptyState{background:var(--mp-paper);border:1px solid var(--mp-line);border-radius:var(--mp-r-lg);text-align:center;box-shadow:var(--mp-sh-1);flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:56px 24px;display:flex}.DashboardClient-module__NL6Bqq__emptyIcon{color:var(--mp-line-2);margin-bottom:4px;font-size:36px}.DashboardClient-module__NL6Bqq__emptyTitle{color:var(--mp-ink-2);font-size:15px;font-weight:700}.DashboardClient-module__NL6Bqq__emptyDesc{color:var(--mp-ink-4);max-width:320px;font-size:13px;line-height:1.6}.DashboardClient-module__NL6Bqq__emptyBtn{background:var(--mp-blue-800);color:#fff;border-radius:var(--mp-r-sm);margin-top:8px;padding:8px 20px;font-size:13.5px;font-weight:600;transition:background .12s}.DashboardClient-module__NL6Bqq__emptyBtn:hover{background:var(--mp-blue-700);color:#fff}@media (max-width:768px){.DashboardClient-module__NL6Bqq__dashLayout{grid-template-columns:1fr}.DashboardClient-module__NL6Bqq__sidebar{border-right:none;border-bottom:1px solid var(--mp-line);scrollbar-width:none;flex-flow:row;align-items:stretch;gap:0;height:auto;min-height:auto;padding:0;position:static;overflow-x:auto}.DashboardClient-module__NL6Bqq__sidebar::-webkit-scrollbar{display:none}.DashboardClient-module__NL6Bqq__profileCard{display:none}.DashboardClient-module__NL6Bqq__sideNav{flex-direction:row;flex:1;gap:0}.DashboardClient-module__NL6Bqq__navItem{white-space:nowrap;border-bottom:3px solid #0000;border-radius:0;flex:1;justify-content:center;padding:12px 8px;font-size:13px}.DashboardClient-module__NL6Bqq__navItemActive{color:var(--mp-blue-700);border-bottom-color:var(--mp-blue-700);background:0 0}.DashboardClient-module__NL6Bqq__navBadge{display:none}.DashboardClient-module__NL6Bqq__signOutWrap{border-top:none;border-left:1px solid var(--mp-line);flex-shrink:0;align-items:center;margin-top:0;padding:0 12px;display:flex}.DashboardClient-module__NL6Bqq__signOutBtn{white-space:nowrap;width:auto;padding:6px 10px;font-size:12px}.DashboardClient-module__NL6Bqq__hero{padding:14px 16px}.DashboardClient-module__NL6Bqq__heroTitle{font-size:20px}.DashboardClient-module__NL6Bqq__section{padding:16px}.DashboardClient-module__NL6Bqq__kpi{padding:10px 12px}.DashboardClient-module__NL6Bqq__kpiVal{font-size:20px}.DashboardClient-module__NL6Bqq__tableWrap{box-shadow:none;background:0 0;border:none}.DashboardClient-module__NL6Bqq__table{display:block}.DashboardClient-module__NL6Bqq__table thead{display:none}.DashboardClient-module__NL6Bqq__table tbody{flex-direction:column;gap:6px;display:flex}.DashboardClient-module__NL6Bqq__table tbody tr{border:1px solid var(--mp-line);border-radius:var(--mp-r-md);background:var(--mp-paper);box-shadow:var(--mp-sh-1);grid-template-rows:auto auto auto;grid-template-columns:1fr auto;gap:4px 10px;padding:12px 14px;display:grid}.DashboardClient-module__NL6Bqq__table tbody tr:hover{background:var(--mp-blue-50)}.DashboardClient-module__NL6Bqq__tdNombre{grid-area:1/1;max-width:100%;padding:0}.DashboardClient-module__NL6Bqq__tdOrg{grid-area:2/1;align-self:center;padding:0;font-size:12px}.DashboardClient-module__NL6Bqq__tdTipo{text-align:right;grid-area:2/2;align-self:center;padding:0}.DashboardClient-module__NL6Bqq__tdMonto{text-align:left;grid-area:3/1/auto/-1;padding:0}.DashboardClient-module__NL6Bqq__tdCierre{text-align:right;white-space:nowrap;grid-area:1/2;align-self:start;padding:0;font-size:12px}}
.OrganismosClient-module__Yd4yoq__clientLayout{grid-template-columns:248px minmax(0,1fr);align-items:start;display:grid}.OrganismosClient-module__Yd4yoq__sidebar{background:var(--mp-paper);border-right:1px solid var(--mp-line);scrollbar-width:none;width:248px;min-width:248px;height:calc(100vh - 60px);position:sticky;top:60px;overflow-y:auto}.OrganismosClient-module__Yd4yoq__sidebar::-webkit-scrollbar{display:none}.OrganismosClient-module__Yd4yoq__group{border-bottom:1px solid var(--mp-line);padding:16px 16px 14px}.OrganismosClient-module__Yd4yoq__groupTitle{text-transform:uppercase;letter-spacing:.06em;color:var(--mp-ink-3);margin-bottom:10px;font-size:11px;font-weight:600}.OrganismosClient-module__Yd4yoq__pillsCol{flex-direction:column;gap:6px;display:flex}.OrganismosClient-module__Yd4yoq__pill{border-radius:var(--mp-r-sm);color:var(--mp-ink-3);background:var(--mp-bg);border:1px solid var(--mp-line);cursor:pointer;white-space:nowrap;padding:5px 11px;font-family:inherit;font-size:12.5px;font-weight:500;line-height:1.4;transition:background .12s,color .12s,border-color .12s}.OrganismosClient-module__Yd4yoq__pill:hover{background:var(--mp-line);color:var(--mp-ink);border-color:var(--mp-line-2)}.OrganismosClient-module__Yd4yoq__pillActive{background:var(--mp-blue-50);color:var(--mp-blue-700);border-color:var(--mp-blue-200,#bfdbfe);font-weight:600}.OrganismosClient-module__Yd4yoq__pillActive:hover{background:var(--mp-blue-100,#dbeafe)}.OrganismosClient-module__Yd4yoq__mainArea{flex-direction:column;min-width:0;display:flex}.OrganismosClient-module__Yd4yoq__topBar{background:var(--mp-paper);border-bottom:1px solid var(--mp-line);align-items:center;gap:10px;padding:12px 24px;display:flex}.OrganismosClient-module__Yd4yoq__searchWrap{flex:1;min-width:180px;max-width:300px;position:relative}.OrganismosClient-module__Yd4yoq__searchWrap svg{color:var(--mp-ink-4);pointer-events:none;position:absolute;top:50%;left:10px;transform:translateY(-50%)}.OrganismosClient-module__Yd4yoq__searchInput{border:1px solid var(--mp-line);border-radius:var(--mp-r-md);background:var(--mp-paper);width:100%;color:var(--mp-ink);outline:none;padding:7px 12px 7px 32px;font-family:inherit;font-size:13px;transition:border-color .12s,box-shadow .12s}.OrganismosClient-module__Yd4yoq__searchInput:focus{border-color:var(--mp-blue-600);box-shadow:0 0 0 3px var(--mp-blue-100)}.OrganismosClient-module__Yd4yoq__countLabel{color:var(--mp-ink-4);white-space:nowrap;margin-left:auto;font-family:IBM Plex Mono,monospace;font-size:12.5px}.OrganismosClient-module__Yd4yoq__perPageGroup{align-items:center;gap:4px;display:flex}.OrganismosClient-module__Yd4yoq__perPageLabel{color:var(--mp-ink-4);margin-right:2px;font-size:12px}.OrganismosClient-module__Yd4yoq__perPageBtn{border:1px solid var(--mp-line);background:var(--mp-paper);height:28px;color:var(--mp-ink-3);cursor:pointer;border-radius:6px;padding:0 8px;font-family:inherit;font-size:12.5px;transition:background .12s}.OrganismosClient-module__Yd4yoq__perPageBtn:hover{background:var(--mp-bg)}.OrganismosClient-module__Yd4yoq__perPageBtnActive{background:var(--mp-blue-800);color:#fff;border-color:var(--mp-blue-800)}.OrganismosClient-module__Yd4yoq__filterBar{background:var(--mp-paper);border-bottom:1px solid var(--mp-line);padding:0 24px}.OrganismosClient-module__Yd4yoq__filterRow{border-bottom:1px solid var(--mp-line);scrollbar-width:none;align-items:center;gap:8px;padding:8px 0;display:flex;overflow-x:auto}.OrganismosClient-module__Yd4yoq__filterRow:last-child{border-bottom:none}.OrganismosClient-module__Yd4yoq__filterRow::-webkit-scrollbar{display:none}.OrganismosClient-module__Yd4yoq__filterLabel{color:var(--mp-ink-4);text-transform:uppercase;letter-spacing:.06em;white-space:nowrap;flex-shrink:0;min-width:48px;font-size:11px;font-weight:700}.OrganismosClient-module__Yd4yoq__content{padding:20px 24px}.OrganismosClient-module__Yd4yoq__tableWrap{background:var(--mp-paper);border-radius:var(--mp-r-lg);border:1px solid var(--mp-line);box-shadow:var(--mp-sh-1);overflow:hidden}.OrganismosClient-module__Yd4yoq__table{border-collapse:collapse;table-layout:fixed;width:100%}.OrganismosClient-module__Yd4yoq__colNombre{width:36%}.OrganismosClient-module__Yd4yoq__colRegion{width:13%}.OrganismosClient-module__Yd4yoq__colTotal{width:9%}.OrganismosClient-module__Yd4yoq__colMonto{width:22%}.OrganismosClient-module__Yd4yoq__colCierre{width:12%}.OrganismosClient-module__Yd4yoq__th{background:var(--mp-bg);color:var(--mp-ink-3);text-transform:uppercase;letter-spacing:.5px;text-align:left;border-bottom:1px solid var(--mp-line);cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap;padding:10px 16px;font-size:11.5px;font-weight:600;transition:background .1s,color .1s}.OrganismosClient-module__Yd4yoq__th:last-child{cursor:default}.OrganismosClient-module__Yd4yoq__th:not(:last-child):hover{background:var(--mp-blue-50)}.OrganismosClient-module__Yd4yoq__thActive{color:var(--mp-blue-700)}.OrganismosClient-module__Yd4yoq__thNum,.OrganismosClient-module__Yd4yoq__thRight{text-align:right}.OrganismosClient-module__Yd4yoq__row{border-bottom:1px solid var(--mp-line);transition:background .1s}.OrganismosClient-module__Yd4yoq__row:last-child{border-bottom:none}.OrganismosClient-module__Yd4yoq__row:hover{background:var(--mp-blue-50)}.OrganismosClient-module__Yd4yoq__rowClickable{cursor:pointer}.OrganismosClient-module__Yd4yoq__rowHoy td{background:var(--mp-red-soft)}.OrganismosClient-module__Yd4yoq__rowPronto td{background:var(--mp-amber-soft)}.OrganismosClient-module__Yd4yoq__tdNombre{word-break:break-word;overflow-wrap:break-word;vertical-align:top;padding:12px 16px;font-weight:500;line-height:1.4}.OrganismosClient-module__Yd4yoq__tdRegion{color:var(--mp-ink-3);vertical-align:top;text-overflow:ellipsis;white-space:nowrap;padding:12px 16px;font-size:13px;overflow:hidden}.OrganismosClient-module__Yd4yoq__tdNum{text-align:right;color:var(--mp-blue-800);vertical-align:top;padding:12px 16px;font-family:IBM Plex Mono,monospace;font-size:13px;font-weight:700}.OrganismosClient-module__Yd4yoq__tdMonto{text-align:right;vertical-align:top;padding:12px 16px}.OrganismosClient-module__Yd4yoq__tdCierre{color:var(--mp-ink-3);white-space:nowrap;vertical-align:top;padding:12px 16px;font-size:13px}.OrganismosClient-module__Yd4yoq__montoPesos{color:var(--mp-green);font-family:IBM Plex Mono,monospace;font-size:13px}.OrganismosClient-module__Yd4yoq__montoCell{flex-wrap:wrap;justify-content:flex-end;gap:3px;display:flex}.OrganismosClient-module__Yd4yoq__montoUtm{color:var(--mp-gold);background:var(--mp-gold-soft);white-space:nowrap;border:1px solid #e6c97a;border-radius:4px;padding:2px 6px;font-size:11.5px}.OrganismosClient-module__Yd4yoq__montoVacio{color:var(--mp-ink-4)}.OrganismosClient-module__Yd4yoq__empty{text-align:center;color:var(--mp-ink-4);padding:48px;font-size:14px}.OrganismosClient-module__Yd4yoq__pagination{justify-content:space-between;align-items:center;padding:16px 0 0;display:flex}.OrganismosClient-module__Yd4yoq__paginInfo{color:var(--mp-ink-4);font-family:IBM Plex Mono,monospace;font-size:12.5px}.OrganismosClient-module__Yd4yoq__pages{align-items:center;gap:4px;display:flex}.OrganismosClient-module__Yd4yoq__pageBtn{border:1px solid var(--mp-line);background:var(--mp-paper);border-radius:var(--mp-r-sm);cursor:pointer;min-width:30px;height:30px;color:var(--mp-ink-2);padding:0 6px;font-family:inherit;font-size:13px;transition:background .12s}.OrganismosClient-module__Yd4yoq__pageBtn:hover:not(:disabled){background:var(--mp-bg)}.OrganismosClient-module__Yd4yoq__pageBtn:disabled{opacity:.35;cursor:default}.OrganismosClient-module__Yd4yoq__pageBtnActive{background:var(--mp-blue-800);color:#fff;border-color:var(--mp-blue-800)}.OrganismosClient-module__Yd4yoq__overlay,.OrganismosClient-module__Yd4yoq__mobileHeader,.OrganismosClient-module__Yd4yoq__mobileFilterRow{display:none}.OrganismosClient-module__Yd4yoq__closeBtn{cursor:pointer;color:var(--mp-ink-3);background:0 0;border:none;border-radius:4px;padding:2px 6px;font-size:20px;line-height:1}.OrganismosClient-module__Yd4yoq__closeBtn:hover{color:var(--mp-ink);background:var(--mp-bg)}.OrganismosClient-module__Yd4yoq__filtrosBtn{border:1px solid var(--mp-line);border-radius:var(--mp-r-sm);color:var(--mp-ink);background:var(--mp-paper);cursor:pointer;align-items:center;gap:8px;padding:8px 16px;font-family:inherit;font-size:13px;font-weight:500;transition:background .1s;display:inline-flex}.OrganismosClient-module__Yd4yoq__filtrosBtn:hover{background:var(--mp-bg)}.OrganismosClient-module__Yd4yoq__filtrosBadge{background:var(--mp-blue-700);color:#fff;border-radius:999px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 4px;font-size:11px;font-weight:700;display:inline-flex}@media (max-width:768px){.OrganismosClient-module__Yd4yoq__clientLayout{grid-template-columns:1fr}.OrganismosClient-module__Yd4yoq__sidebar{z-index:200;width:280px;height:auto;transition:transform .25s;position:fixed;top:60px;bottom:0;left:0;overflow-y:auto;transform:translate(-100%);box-shadow:4px 0 24px #0000002e}.OrganismosClient-module__Yd4yoq__sidebarOpen{transform:translate(0)}.OrganismosClient-module__Yd4yoq__overlay{z-index:199;background:#00000059;display:block;position:fixed;inset:0}.OrganismosClient-module__Yd4yoq__mobileHeader{border-bottom:1px solid var(--mp-line);justify-content:space-between;align-items:center;padding:14px 16px;display:flex}.OrganismosClient-module__Yd4yoq__mobileHeaderTitle{color:var(--mp-ink);font-size:14px;font-weight:600}.OrganismosClient-module__Yd4yoq__mobileFilterRow{border-bottom:1px solid var(--mp-line);background:var(--mp-paper);align-items:center;gap:8px;padding:10px 16px;display:flex}.OrganismosClient-module__Yd4yoq__topBar{flex-wrap:wrap;gap:8px;padding:10px 14px}.OrganismosClient-module__Yd4yoq__searchWrap{flex:1;min-width:0;max-width:100%}.OrganismosClient-module__Yd4yoq__countLabel,.OrganismosClient-module__Yd4yoq__perPageGroup{display:none}.OrganismosClient-module__Yd4yoq__filterBar{padding:0 14px}.OrganismosClient-module__Yd4yoq__content{padding:10px 12px 16px}.OrganismosClient-module__Yd4yoq__tableWrap{box-shadow:none;background:0 0;border:none}.OrganismosClient-module__Yd4yoq__table{display:block}.OrganismosClient-module__Yd4yoq__table thead{display:none}.OrganismosClient-module__Yd4yoq__table tbody{flex-direction:column;gap:6px;display:flex}.OrganismosClient-module__Yd4yoq__table tbody tr{border:1px solid var(--mp-line);border-radius:var(--mp-r-md);background:var(--mp-paper);box-shadow:var(--mp-sh-1);cursor:pointer;grid-template-rows:auto auto auto;grid-template-columns:1fr auto;gap:3px 10px;padding:12px 14px;display:grid}.OrganismosClient-module__Yd4yoq__table tbody tr:hover{background:var(--mp-blue-50)}.OrganismosClient-module__Yd4yoq__rowHoy{background:var(--mp-red-soft)!important}.OrganismosClient-module__Yd4yoq__rowPronto{background:var(--mp-amber-soft)!important}.OrganismosClient-module__Yd4yoq__rowHoy td,.OrganismosClient-module__Yd4yoq__rowPronto td{background:0 0}.OrganismosClient-module__Yd4yoq__table tbody tr>td{vertical-align:top;border:none;padding:0}.OrganismosClient-module__Yd4yoq__tdNombre{word-break:break-word;grid-area:1/1/auto/-1;font-size:13.5px;font-weight:600;line-height:1.35}.OrganismosClient-module__Yd4yoq__tdRegion{color:var(--mp-ink-3);white-space:normal;text-overflow:clip;grid-area:2/1;align-self:center;font-size:12px;overflow:visible}.OrganismosClient-module__Yd4yoq__tdNum{text-align:right;grid-area:2/2;align-self:center;font-size:13px}.OrganismosClient-module__Yd4yoq__tdMonto{text-align:left;grid-area:3/1;align-self:center}.OrganismosClient-module__Yd4yoq__montoCell{justify-content:flex-start}.OrganismosClient-module__Yd4yoq__tdCierre{text-align:right;white-space:nowrap;grid-area:3/2;align-self:center;font-size:11.5px}.OrganismosClient-module__Yd4yoq__pagination{flex-wrap:wrap;justify-content:center;gap:8px;padding-top:12px}.OrganismosClient-module__Yd4yoq__paginInfo{text-align:center;width:100%}}
.DashboardClient-module__L59CUG__dashLayout{grid-template-columns:220px minmax(0,1fr);align-items:start;min-height:calc(100vh - 60px);display:grid}.DashboardClient-module__L59CUG__sidebar{border-right:1px solid var(--mp-line);background:var(--mp-paper);flex-direction:column;gap:24px;min-height:calc(100vh - 60px);padding:24px 16px;display:flex;position:sticky;top:60px}.DashboardClient-module__L59CUG__profileCard{border-bottom:1px solid var(--mp-line);text-align:center;flex-direction:column;align-items:center;gap:10px;padding-bottom:20px;display:flex}.DashboardClient-module__L59CUG__avatar{background:linear-gradient(135deg, var(--mp-blue-700), var(--mp-blue-900));color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;font-size:18px;font-weight:700;display:flex}.DashboardClient-module__L59CUG__profileInfo{flex-direction:column;gap:2px;display:flex}.DashboardClient-module__L59CUG__profileName{color:var(--mp-ink);font-size:14px;font-weight:700}.DashboardClient-module__L59CUG__profileEmail{color:var(--mp-ink-4);font-size:12px}.DashboardClient-module__L59CUG__profileSince{color:var(--mp-ink-4);font-family:IBM Plex Mono,monospace;font-size:11px}.DashboardClient-module__L59CUG__sideNav{flex-direction:column;gap:2px;display:flex}.DashboardClient-module__L59CUG__navItem{border-radius:var(--mp-r-sm);color:var(--mp-ink-3);text-align:left;cursor:pointer;background:0 0;border:none;align-items:center;gap:10px;width:100%;padding:9px 12px;font-size:13.5px;font-weight:500;transition:background .12s,color .12s;display:flex}.DashboardClient-module__L59CUG__navItem:hover{background:var(--mp-bg);color:var(--mp-ink)}.DashboardClient-module__L59CUG__navItemActive{background:var(--mp-blue-50);color:var(--mp-blue-700)}.DashboardClient-module__L59CUG__navBadge{background:var(--mp-line);color:var(--mp-ink-3);border-radius:999px;margin-left:auto;padding:1px 7px;font-family:IBM Plex Mono,monospace;font-size:11px;font-weight:700}.DashboardClient-module__L59CUG__navItemActive .DashboardClient-module__L59CUG__navBadge{background:var(--mp-blue-100);color:var(--mp-blue-700)}.DashboardClient-module__L59CUG__testNotice{color:var(--mp-ink-4);background:var(--mp-bg);border-radius:var(--mp-r-sm);border:1px dashed var(--mp-line-2);margin-top:auto;padding:10px 12px;font-size:11px;line-height:1.5}.DashboardClient-module__L59CUG__main{flex-direction:column;min-width:0;display:flex}.DashboardClient-module__L59CUG__hero{background:var(--mp-paper);border-bottom:1px solid var(--mp-line);justify-content:space-between;align-items:flex-start;padding:28px 28px 16px;display:flex}.DashboardClient-module__L59CUG__eyebrow{text-transform:uppercase;letter-spacing:.08em;color:var(--mp-blue-700);margin-bottom:6px;font-family:IBM Plex Mono,monospace;font-size:11.5px}.DashboardClient-module__L59CUG__heroTitle{letter-spacing:-.015em;color:var(--mp-ink);font-family:IBM Plex Serif,serif;font-size:28px;font-weight:500}.DashboardClient-module__L59CUG__kpis{border-bottom:1px solid var(--mp-line);grid-template-columns:repeat(4,1fr);display:grid}.DashboardClient-module__L59CUG__kpi{border-right:1px solid var(--mp-line);flex-direction:column;gap:4px;padding:18px 24px;display:flex}.DashboardClient-module__L59CUG__kpi:last-child{border-right:none}.DashboardClient-module__L59CUG__kpiVal{font-family:IBM Plex Mono,monospace;font-size:28px;font-weight:700;line-height:1}.DashboardClient-module__L59CUG__kpiLabel{color:var(--mp-ink-3);font-size:12px}.DashboardClient-module__L59CUG__kpiRed .DashboardClient-module__L59CUG__kpiVal{color:var(--mp-red)}.DashboardClient-module__L59CUG__kpiAmber .DashboardClient-module__L59CUG__kpiVal{color:var(--mp-amber)}.DashboardClient-module__L59CUG__kpiBlue .DashboardClient-module__L59CUG__kpiVal{color:var(--mp-blue-700)}.DashboardClient-module__L59CUG__kpiGreen .DashboardClient-module__L59CUG__kpiVal{color:var(--mp-green)}.DashboardClient-module__L59CUG__section{padding:24px 28px}.DashboardClient-module__L59CUG__sectionHeader{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.DashboardClient-module__L59CUG__sectionTitle{color:var(--mp-ink);font-size:16px;font-weight:700}.DashboardClient-module__L59CUG__sectionLink{color:var(--mp-blue-700);font-size:13px;font-weight:600}.DashboardClient-module__L59CUG__btnNew{background:var(--mp-blue-800);color:#fff;border-radius:var(--mp-r-sm);cursor:pointer;border:none;padding:6px 14px;font-family:inherit;font-size:13px;font-weight:600;transition:background .12s}.DashboardClient-module__L59CUG__btnNew:hover{background:var(--mp-blue-700)}.DashboardClient-module__L59CUG__tableWrap{background:var(--mp-paper);border:1px solid var(--mp-line);border-radius:var(--mp-r-lg);box-shadow:var(--mp-sh-1);overflow:hidden}.DashboardClient-module__L59CUG__table{border-collapse:collapse;width:100%}.DashboardClient-module__L59CUG__th{background:var(--mp-bg);color:var(--mp-ink-3);text-transform:uppercase;letter-spacing:.5px;text-align:left;border-bottom:1px solid var(--mp-line);padding:10px 14px;font-size:11px;font-weight:600}.DashboardClient-module__L59CUG__row{border-bottom:1px solid var(--mp-line);transition:background .1s}.DashboardClient-module__L59CUG__row:last-child{border-bottom:none}.DashboardClient-module__L59CUG__row:hover{background:var(--mp-blue-50)}.DashboardClient-module__L59CUG__urgHoy td{background:var(--mp-red-soft)}.DashboardClient-module__L59CUG__urgPronto td{background:var(--mp-amber-soft)}.DashboardClient-module__L59CUG__tdStar{width:32px;padding:12px 8px 12px 14px}.DashboardClient-module__L59CUG__starBtn{color:var(--mp-line-2);cursor:pointer;background:0 0;border:none;padding:0;font-size:18px;line-height:1;transition:color .12s,transform .12s}.DashboardClient-module__L59CUG__starBtn:hover{color:var(--mp-amber);transform:scale(1.15)}.DashboardClient-module__L59CUG__starActive{color:var(--mp-amber)!important}.DashboardClient-module__L59CUG__tdNombre{vertical-align:top;max-width:280px;padding:12px 14px}.DashboardClient-module__L59CUG__nombre{color:var(--mp-ink);margin-bottom:3px;font-size:13.5px;font-weight:500;line-height:1.4;display:block}.DashboardClient-module__L59CUG__codigo{color:var(--mp-ink-4);margin-bottom:4px;font-family:IBM Plex Mono,monospace;font-size:11.5px;display:block}.DashboardClient-module__L59CUG__badge{border-radius:999px;padding:2px 7px;font-size:10.5px;font-weight:700;display:inline-block}.DashboardClient-module__L59CUG__badgeHoy{background:var(--mp-red-soft);color:var(--mp-red)}.DashboardClient-module__L59CUG__badgePronto{background:var(--mp-amber-soft);color:var(--mp-amber)}.DashboardClient-module__L59CUG__badgeCerrada{background:var(--mp-bg);color:var(--mp-ink-4)}.DashboardClient-module__L59CUG__tdOrg{color:var(--mp-ink-3);vertical-align:top;padding:12px 14px;font-size:13px}.DashboardClient-module__L59CUG__tdTipo{vertical-align:top;padding:12px 14px}.DashboardClient-module__L59CUG__tdMonto{color:var(--mp-ink-2);vertical-align:top;white-space:nowrap;padding:12px 14px;font-family:IBM Plex Mono,monospace;font-size:13px}.DashboardClient-module__L59CUG__tdCierre{color:var(--mp-ink-3);vertical-align:top;white-space:nowrap;padding:12px 14px;font-size:13px}.DashboardClient-module__L59CUG__tipoPill{background:var(--mp-blue-50);color:var(--mp-blue-700);border:1px solid var(--mp-blue-100);border-radius:4px;padding:2px 8px;font-family:IBM Plex Mono,monospace;font-size:11px;font-weight:700;display:inline-block}.DashboardClient-module__L59CUG__alertasList{flex-direction:column;gap:12px;display:flex}.DashboardClient-module__L59CUG__alertaCard{background:var(--mp-paper);border:1px solid var(--mp-line);border-radius:var(--mp-r-lg);box-shadow:var(--mp-sh-1);padding:18px 20px;transition:opacity .15s}.DashboardClient-module__L59CUG__alertaInactiva{opacity:.5}.DashboardClient-module__L59CUG__alertaTop{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:12px;display:flex}.DashboardClient-module__L59CUG__alertaNombre{color:var(--mp-ink);margin-bottom:6px;font-size:15px;font-weight:700;display:block}.DashboardClient-module__L59CUG__alertaFiltros{flex-wrap:wrap;gap:4px;display:flex}.DashboardClient-module__L59CUG__filtroChip{background:var(--mp-bg);color:var(--mp-ink-3);border:1px solid var(--mp-line);border-radius:999px;padding:2px 10px;font-size:11.5px}.DashboardClient-module__L59CUG__alertaActions{flex-shrink:0}.DashboardClient-module__L59CUG__toggleBtn{cursor:pointer;border:1px solid;border-radius:999px;padding:5px 14px;font-family:inherit;font-size:12px;font-weight:600;transition:all .12s}.DashboardClient-module__L59CUG__toggleOn{background:var(--mp-green-soft);color:var(--mp-green);border-color:var(--mp-green)}.DashboardClient-module__L59CUG__toggleOff{background:var(--mp-bg);color:var(--mp-ink-4);border-color:var(--mp-line)}.DashboardClient-module__L59CUG__alertaStats{gap:20px;display:flex}.DashboardClient-module__L59CUG__alertaStat{color:var(--mp-ink-3);font-size:13px}.DashboardClient-module__L59CUG__alertaStat strong{color:var(--mp-ink-2);font-family:IBM Plex Mono,monospace}.DashboardClient-module__L59CUG__alertaStatHot strong{color:var(--mp-blue-700)}.DashboardClient-module__L59CUG__organismosList{flex-direction:column;gap:12px;display:flex}.DashboardClient-module__L59CUG__organismoCard{background:var(--mp-paper);border:1px solid var(--mp-line);border-radius:var(--mp-r-lg);box-shadow:var(--mp-sh-1);align-items:center;gap:20px;padding:18px 20px;display:flex}.DashboardClient-module__L59CUG__organismoInfo{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.DashboardClient-module__L59CUG__organismoNombre{color:var(--mp-ink);font-size:14px;font-weight:700;line-height:1.3}.DashboardClient-module__L59CUG__organismoRegion{color:var(--mp-ink-4);font-size:12px}.DashboardClient-module__L59CUG__organismoStats{flex-shrink:0;gap:24px;display:flex}.DashboardClient-module__L59CUG__organismoStat{flex-direction:column;align-items:center;gap:2px;display:flex}.DashboardClient-module__L59CUG__organismoStatVal{color:var(--mp-blue-800);font-family:IBM Plex Mono,monospace;font-size:16px;font-weight:700}.DashboardClient-module__L59CUG__organismoStatLabel{color:var(--mp-ink-4);white-space:nowrap;font-size:11px}.DashboardClient-module__L59CUG__btnVerOrg{background:var(--mp-blue-800);color:#fff;border-radius:var(--mp-r-sm);flex-shrink:0;padding:6px 16px;font-size:13px;font-weight:600;transition:background .12s}.DashboardClient-module__L59CUG__btnVerOrg:hover{background:var(--mp-blue-700);color:#fff}
.page-module__FL-DsG__outer{flex-direction:column;min-height:calc(100vh - 60px);display:flex}.page-module__FL-DsG__hero{background:linear-gradient(135deg, var(--mp-blue-900) 0%, var(--mp-blue-700) 100%);justify-content:space-between;align-items:flex-start;gap:40px;height:180px;padding:32px 32px 28px;display:flex}.page-module__FL-DsG__heroLeft{flex:1;min-width:0}.page-module__FL-DsG__heroRight{text-align:right;flex-shrink:0}.page-module__FL-DsG__heroCta{color:#ffffffeb;letter-spacing:-.01em;white-space:nowrap;font-family:IBM Plex Serif,serif;font-size:18px;font-weight:600;line-height:1.45}.page-module__FL-DsG__heroDivider{background:linear-gradient(90deg, var(--mp-blue-900) 0%, var(--mp-blue-600) 50%, var(--mp-blue-900) 100%);opacity:.35;height:3px}.page-module__FL-DsG__eyebrow{text-transform:uppercase;letter-spacing:.1em;color:#fff9;margin-bottom:10px;font-family:IBM Plex Mono,monospace;font-size:11px;font-weight:400}.page-module__FL-DsG__heroTitle{letter-spacing:-.02em;color:#fff;margin-bottom:10px;font-family:IBM Plex Serif,serif;font-size:clamp(22px,3vw,30px);font-weight:600}.page-module__FL-DsG__heroSub{color:#ffffffb3;max-width:420px;font-size:14px;line-height:1.6}.page-module__FL-DsG__heroCtaTitle{color:#fffffff2;letter-spacing:-.01em;white-space:nowrap;margin-bottom:6px;font-family:IBM Plex Serif,serif;font-size:22px;font-weight:600;line-height:1.3}.page-module__FL-DsG__heroCta strong{color:#fff;font-weight:700}.page-module__FL-DsG__layout{flex:1;align-items:start;display:flex}.page-module__FL-DsG__clientWrap{border-right:1px solid var(--mp-line);flex:1;min-width:0;min-height:calc(100vh - 60px);display:flex}.page-module__FL-DsG__catSidebar{border-right:1px solid var(--mp-line);scrollbar-width:none;flex-shrink:0;width:220px;max-height:calc(100vh - 60px);padding:8px 0;position:sticky;top:60px;overflow-y:auto}.page-module__FL-DsG__catSidebar::-webkit-scrollbar{display:none}.page-module__FL-DsG__catSidebarTitle{text-transform:uppercase;letter-spacing:.08em;color:var(--mp-ink-4);padding:8px 16px 6px;font-size:11px;font-weight:700}.page-module__FL-DsG__catItem{cursor:pointer;text-align:left;background:0 0;border:none;align-items:flex-start;gap:8px;width:100%;padding:7px 16px;font-family:inherit;transition:background .1s;display:flex}.page-module__FL-DsG__catItem:hover{background:var(--mp-bg)}.page-module__FL-DsG__catItemActive{background:var(--mp-blue-50);position:relative}.page-module__FL-DsG__catItemActive:before{content:"";background:var(--mp-blue-700);border-radius:0 2px 2px 0;width:3px;position:absolute;top:0;bottom:0;left:0}.page-module__FL-DsG__catItemIcon{flex-shrink:0;font-size:15px;line-height:1.4}.page-module__FL-DsG__catItemName{color:var(--mp-ink-2);flex:1;font-size:12.5px;font-weight:500;line-height:1.4}.page-module__FL-DsG__catItemActive .page-module__FL-DsG__catItemName{color:var(--mp-blue-700);font-weight:600}.page-module__FL-DsG__catItemCount{color:var(--mp-ink-4);background:var(--mp-bg);border:1px solid var(--mp-line);border-radius:999px;flex-shrink:0;margin-top:2px;padding:1px 6px;font-family:IBM Plex Mono,monospace;font-size:10.5px}.page-module__FL-DsG__catItemActive .page-module__FL-DsG__catItemCount{background:var(--mp-blue-100,#dbeafe);color:var(--mp-blue-700);border-color:var(--mp-blue-200,#bfdbfe)}.page-module__FL-DsG__catItemSinCat{border-top:1px dashed var(--mp-line);margin-top:4px}.page-module__FL-DsG__catItemSinCat .page-module__FL-DsG__catItemName{color:var(--mp-ink-4);font-style:italic}.page-module__FL-DsG__catContent{flex-direction:column;flex:1;min-width:0;display:flex}.page-module__FL-DsG__catLanding{text-align:center;background:linear-gradient(135deg, var(--mp-blue-900) 0%, var(--mp-blue-700) 100%);flex-direction:column;flex:1;align-items:center;gap:0;min-height:calc(100vh - 60px);padding:48px 40px;display:flex}.page-module__FL-DsG__catLandingBadge{color:#ffffffd9;letter-spacing:.5px;text-transform:uppercase;background:#ffffff26;border-radius:999px;margin-bottom:22px;padding:4px 14px;font-size:11.5px;font-weight:600;display:inline-block}.page-module__FL-DsG__catLandingIcon{margin-bottom:20px;font-size:48px}.page-module__FL-DsG__catLandingTitle{color:#fff;margin-bottom:16px;font-size:clamp(22px,3vw,32px);font-weight:700;line-height:1.2}.page-module__FL-DsG__catLandingStat{color:#fffffff2;max-width:460px;margin-bottom:10px;font-size:17px;line-height:1.6}.page-module__FL-DsG__catLandingStat strong{color:#fff;font-weight:700}.page-module__FL-DsG__catLandingSubStat{color:#fff9;max-width:420px;margin-top:-4px;margin-bottom:8px;font-size:13px;line-height:1.5}.page-module__FL-DsG__catLandingSubStat strong{color:#ffffffd9;font-weight:600}.page-module__FL-DsG__catLandingDesc{color:#ffffffa6;max-width:420px;margin-bottom:32px;font-size:14px;line-height:1.7}.page-module__FL-DsG__catLandingSteps{flex-direction:column;gap:10px;width:100%;max-width:360px;display:flex}.page-module__FL-DsG__catLandingStep{border-radius:var(--mp-r-md);text-align:left;background:#ffffff1a;border:1px solid #ffffff26;align-items:center;gap:12px;padding:12px 16px;display:flex}.page-module__FL-DsG__catLandingStepNum{color:#fff;background:#fff3;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;font-size:12px;font-weight:700;display:flex}.page-module__FL-DsG__catLandingStepText{color:#ffffffd9;font-size:13px;line-height:1.4}.page-module__FL-DsG__catHeader{border-bottom:1px solid var(--mp-line);background:var(--mp-paper);justify-content:space-between;align-items:center;gap:16px;padding:20px 24px 16px;display:flex}.page-module__FL-DsG__catHeaderLeft{align-items:center;gap:12px;display:flex}.page-module__FL-DsG__catHeaderIcon{font-size:24px;line-height:1}.page-module__FL-DsG__catHeaderEyebrow{text-transform:uppercase;letter-spacing:.08em;color:var(--mp-blue-700);margin-bottom:2px;font-family:IBM Plex Mono,monospace;font-size:10.5px}.page-module__FL-DsG__catHeaderTitle{letter-spacing:-.015em;color:var(--mp-ink);margin:0;font-family:IBM Plex Serif,serif;font-size:20px;font-weight:500}.page-module__FL-DsG__catHeaderCount{color:var(--mp-ink-4);background:var(--mp-bg);border:1px solid var(--mp-line);border-radius:999px;flex-shrink:0;padding:3px 10px;font-family:IBM Plex Mono,monospace;font-size:12px}.page-module__FL-DsG__catHeaderRight{flex-shrink:0;align-items:center;gap:12px;display:flex}.page-module__FL-DsG__perPageGroup{background:var(--mp-bg);border:1px solid var(--mp-line);border-radius:var(--mp-r-sm);gap:2px;padding:2px;display:flex}.page-module__FL-DsG__perPageBtn{border-radius:calc(var(--mp-r-sm) - 2px);min-width:36px;height:26px;color:var(--mp-ink-3);cursor:pointer;background:0 0;border:none;padding:0 6px;font-family:inherit;font-size:12px;font-weight:500;transition:background .1s,color .1s}.page-module__FL-DsG__perPageBtn:hover{background:var(--mp-line);color:var(--mp-ink)}.page-module__FL-DsG__perPageBtnActive{background:var(--mp-blue-700);color:#fff}.page-module__FL-DsG__perPageBtnActive:hover{background:var(--mp-blue-800)}.page-module__FL-DsG__filterBar{border-bottom:1px solid var(--mp-line);background:var(--mp-paper);flex-direction:column;display:flex}.page-module__FL-DsG__filterRow1{border-bottom:1px solid var(--mp-line)}.page-module__FL-DsG__filterRow2{align-items:center;min-height:44px;display:flex}.page-module__FL-DsG__filterSearchGroup{border-right:1px solid var(--mp-line);flex:1;align-items:center;min-width:0;padding:8px 14px;display:flex}.page-module__FL-DsG__filterSearchInner{width:100%;max-width:420px;position:relative}.page-module__FL-DsG__filterSearchIcon{color:var(--mp-ink-4);pointer-events:none;position:absolute;top:50%;left:10px;transform:translateY(-50%)}.page-module__FL-DsG__filterSearchInput{border:1px solid var(--mp-line);border-radius:var(--mp-r-md);background:var(--mp-paper);width:100%;color:var(--mp-ink);outline:none;padding:6px 12px 6px 32px;font-family:inherit;font-size:13px;transition:border-color .12s,box-shadow .12s}.page-module__FL-DsG__filterSearchInput:focus{border-color:var(--mp-blue-600);box-shadow:0 0 0 3px var(--mp-blue-100)}.page-module__FL-DsG__filterGroup{border-right:1px solid var(--mp-line);flex-shrink:0;align-items:flex-start;gap:8px;padding:10px 16px;display:flex}.page-module__FL-DsG__filterLabel{text-transform:uppercase;letter-spacing:.06em;color:var(--mp-ink-4);white-space:nowrap;flex-shrink:0;padding-top:4px;font-size:11px;font-weight:700}.page-module__FL-DsG__filterPills{flex-wrap:wrap;gap:4px;display:flex}.page-module__FL-DsG__fPill{border-radius:var(--mp-r-sm);color:var(--mp-ink-3);background:var(--mp-bg);border:1px solid var(--mp-line);cursor:pointer;white-space:nowrap;padding:3px 9px;font-family:inherit;font-size:12px;font-weight:500;transition:background .1s,color .1s,border-color .1s}.page-module__FL-DsG__fPill:hover{background:var(--mp-line);color:var(--mp-ink)}.page-module__FL-DsG__fPillActive{background:var(--mp-blue-50);color:var(--mp-blue-700);border-color:var(--mp-blue-200,#bfdbfe);font-weight:600}.page-module__FL-DsG__clearBtn{border-radius:var(--mp-r-sm);color:var(--mp-ink-3);background:var(--mp-bg);border:1px solid var(--mp-line);cursor:pointer;white-space:nowrap;align-self:center;margin:10px 16px;padding:4px 10px;font-family:inherit;font-size:12px;font-weight:500;transition:background .1s,color .1s}.page-module__FL-DsG__clearBtn:hover{background:var(--mp-line);color:var(--mp-ink)}.page-module__FL-DsG__pagination{border-top:1px solid var(--mp-line);flex-wrap:wrap;align-items:center;gap:8px;padding:14px 24px;display:flex}.page-module__FL-DsG__paginInfo{color:var(--mp-ink-3);margin-right:auto;font-size:13px}.page-module__FL-DsG__pages{gap:4px;display:flex}.page-module__FL-DsG__pageBtn{border-radius:var(--mp-r-sm);background:var(--mp-paper);border:1px solid var(--mp-line);min-width:32px;height:32px;color:var(--mp-ink-3);cursor:pointer;padding:0 6px;font-family:inherit;font-size:13px;transition:background .1s,color .1s}.page-module__FL-DsG__pageBtn:hover:not(:disabled){background:var(--mp-bg);color:var(--mp-ink)}.page-module__FL-DsG__pageBtn:disabled{opacity:.4;cursor:default}.page-module__FL-DsG__pageBtnActive{background:var(--mp-blue-800);border-color:var(--mp-blue-800);color:#fff}.page-module__FL-DsG__overlay,.page-module__FL-DsG__mobileHeader,.page-module__FL-DsG__mobileFilterRow,.page-module__FL-DsG__filterDrawer{display:none}.page-module__FL-DsG__drawerSection{border-bottom:1px solid var(--mp-line);padding:16px}.page-module__FL-DsG__drawerSectionTitle{text-transform:uppercase;letter-spacing:.06em;color:var(--mp-ink-4);margin-bottom:10px;font-size:11px;font-weight:700}.page-module__FL-DsG__drawerPills{flex-wrap:wrap;gap:6px;display:flex}.page-module__FL-DsG__filtrosBtnActive{background:var(--mp-blue-50);color:var(--mp-blue-700);border-color:var(--mp-blue-200,#bfdbfe);font-weight:600}.page-module__FL-DsG__closeBtn{cursor:pointer;color:var(--mp-ink-3);background:0 0;border:none;border-radius:4px;padding:2px 6px;font-size:20px;line-height:1}.page-module__FL-DsG__closeBtn:hover{color:var(--mp-ink);background:var(--mp-bg)}.page-module__FL-DsG__filtrosBtn{border:1px solid var(--mp-line);border-radius:var(--mp-r-sm);color:var(--mp-ink);background:var(--mp-paper);cursor:pointer;text-overflow:ellipsis;white-space:nowrap;align-items:center;gap:8px;max-width:calc(100% - 8px);padding:8px 16px;font-family:inherit;font-size:13px;font-weight:500;transition:background .1s;display:inline-flex;overflow:hidden}.page-module__FL-DsG__filtrosBtn:hover{background:var(--mp-bg)}.page-module__FL-DsG__filtrosBadge{background:var(--mp-blue-700);color:#fff;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 4px;font-size:11px;font-weight:700;display:inline-flex}@media (max-width:768px){.page-module__FL-DsG__hero{flex-direction:column;gap:8px;height:auto;padding:20px 18px 16px}.page-module__FL-DsG__heroRight{display:none}.page-module__FL-DsG__heroTitle{margin-bottom:6px;font-size:22px}.page-module__FL-DsG__heroSub{max-width:100%;font-size:13px}.page-module__FL-DsG__layout{flex-direction:column}.page-module__FL-DsG__clientWrap{border-right:none;flex-direction:column}.page-module__FL-DsG__catSidebar{z-index:200;background:var(--mp-paper);width:280px;height:auto;max-height:none;transition:transform .25s;position:fixed;top:60px;bottom:0;left:0;overflow-y:auto;transform:translate(-100%);box-shadow:4px 0 24px #0000002e}.page-module__FL-DsG__catSidebarOpen{transform:translate(0)}.page-module__FL-DsG__overlay{z-index:199;background:#00000059;display:block;position:fixed;inset:0}.page-module__FL-DsG__mobileHeader{border-bottom:1px solid var(--mp-line);justify-content:space-between;align-items:center;padding:14px 16px;display:flex}.page-module__FL-DsG__mobileHeaderTitle{color:var(--mp-ink);font-size:14px;font-weight:600}.page-module__FL-DsG__mobileFilterRow{border-bottom:1px solid var(--mp-line);background:var(--mp-paper);align-items:center;padding:10px 14px;display:flex}.page-module__FL-DsG__filterDrawer{z-index:200;background:var(--mp-paper);width:300px;height:auto;transition:transform .25s;display:block;position:fixed;top:60px;bottom:0;left:0;overflow-y:auto;transform:translate(-100%);box-shadow:4px 0 24px #0000002e}.page-module__FL-DsG__filterDrawerOpen{transform:translate(0)}.page-module__FL-DsG__catContent{min-width:0}.page-module__FL-DsG__catLanding{min-height:auto;padding:32px 20px}.page-module__FL-DsG__catHeader{flex-wrap:wrap;gap:8px;padding:12px 14px}.page-module__FL-DsG__catHeaderTitle{font-size:16px}.page-module__FL-DsG__catHeaderRight{gap:8px}.page-module__FL-DsG__perPageGroup,.page-module__FL-DsG__filterBar{display:none}.page-module__FL-DsG__pagination{justify-content:center;padding:12px 14px}.page-module__FL-DsG__paginInfo{text-align:center;width:100%;margin-right:0}}
.page-module__wPD1EW__outer{flex-direction:column;min-height:calc(100vh - 60px);display:flex}.page-module__wPD1EW__layout{flex:1;grid-template-columns:minmax(0,1fr) 248px;align-items:start;display:grid}.page-module__wPD1EW__clientLayout{grid-template-columns:248px minmax(0,1fr);align-items:start;display:grid}.page-module__wPD1EW__sidebar{background:var(--mp-paper);border-right:1px solid var(--mp-line);width:248px;min-width:248px;height:calc(100vh - 60px);position:sticky;top:60px}.page-module__wPD1EW__main{flex-direction:column;min-width:0;display:flex}.page-module__wPD1EW__hero{background:linear-gradient(135deg, var(--mp-blue-900) 0%, var(--mp-blue-700) 100%);justify-content:space-between;align-items:flex-start;gap:40px;height:180px;padding:32px 32px 28px;display:flex}.page-module__wPD1EW__heroLeft{flex:1;min-width:0}.page-module__wPD1EW__heroRight{text-align:right;flex-shrink:0;max-width:340px}.page-module__wPD1EW__heroCta{color:#ffffffeb;letter-spacing:-.01em;font-family:IBM Plex Serif,serif;font-size:18px;font-weight:600;line-height:1.45}.page-module__wPD1EW__heroDivider{background:linear-gradient(90deg, var(--mp-blue-900) 0%, var(--mp-blue-600) 50%, var(--mp-blue-900) 100%);opacity:.35;height:3px}.page-module__wPD1EW__eyebrow{text-transform:uppercase;letter-spacing:.1em;color:#fff9;margin-bottom:10px;font-family:IBM Plex Mono,monospace;font-size:11px;font-weight:400}.page-module__wPD1EW__heroTitle{letter-spacing:-.02em;color:#fff;margin-bottom:10px;font-family:IBM Plex Serif,serif;font-size:clamp(22px,3vw,30px);font-weight:600}.page-module__wPD1EW__heroSub{color:#ffffffb3;max-width:420px;font-size:14px;line-height:1.6}@media (max-width:768px){.page-module__wPD1EW__hero{flex-direction:column;gap:8px;height:auto;padding:20px 18px 16px}.page-module__wPD1EW__heroRight{display:none}.page-module__wPD1EW__heroTitle{margin-bottom:6px;font-size:22px}.page-module__wPD1EW__heroSub{max-width:100%;font-size:13px}.page-module__wPD1EW__layout,.page-module__wPD1EW__clientLayout{grid-template-columns:1fr}.page-module__wPD1EW__sidebar{display:none}}
.page-module__xOv6_G__outer{flex-direction:column;min-height:calc(100vh - 60px);display:flex}.page-module__xOv6_G__layout{flex:1;grid-template-columns:minmax(0,1fr) 248px;align-items:start;display:grid}.page-module__xOv6_G__clientLayout{grid-template-columns:248px minmax(0,1fr);align-items:start;display:grid}.page-module__xOv6_G__sidebar{background:var(--mp-paper);border-right:1px solid var(--mp-line);width:248px;min-width:248px;height:calc(100vh - 60px);position:sticky;top:60px}.page-module__xOv6_G__main{flex-direction:column;min-width:0;display:flex}.page-module__xOv6_G__hero{background:linear-gradient(135deg, var(--mp-blue-900) 0%, var(--mp-blue-700) 100%);justify-content:space-between;align-items:flex-start;gap:40px;height:180px;padding:32px 32px 28px;display:flex}.page-module__xOv6_G__heroLeft{flex:1;min-width:0}.page-module__xOv6_G__heroRight{text-align:right;flex-shrink:0;max-width:340px}.page-module__xOv6_G__heroCta{color:#ffffffeb;letter-spacing:-.01em;font-family:IBM Plex Serif,serif;font-size:18px;font-weight:600;line-height:1.45}.page-module__xOv6_G__heroDivider{background:linear-gradient(90deg, var(--mp-blue-900) 0%, var(--mp-blue-600) 50%, var(--mp-blue-900) 100%);opacity:.35;height:3px}.page-module__xOv6_G__eyebrow{text-transform:uppercase;letter-spacing:.1em;color:#fff9;margin-bottom:10px;font-family:IBM Plex Mono,monospace;font-size:11px;font-weight:400}.page-module__xOv6_G__heroTitle{letter-spacing:-.02em;color:#fff;margin-bottom:10px;font-family:IBM Plex Serif,serif;font-size:clamp(22px,3vw,30px);font-weight:600}.page-module__xOv6_G__heroSub{color:#ffffffb3;max-width:420px;font-size:14px;line-height:1.6}@media (max-width:768px){.page-module__xOv6_G__hero{flex-direction:column;gap:8px;height:auto;padding:20px 18px 16px}.page-module__xOv6_G__heroRight{display:none}.page-module__xOv6_G__heroTitle{margin-bottom:6px;font-size:22px}.page-module__xOv6_G__heroSub{max-width:100%;font-size:13px}.page-module__xOv6_G__layout,.page-module__xOv6_G__clientLayout{grid-template-columns:1fr}.page-module__xOv6_G__sidebar{display:none}}.page-module__xOv6_G__imageWrap{justify-content:center;padding:32px 32px 40px;display:flex}.page-module__xOv6_G__mainImage{border-radius:var(--mp-r-lg);max-width:100%;height:auto;box-shadow:var(--mp-sh-2)}
.page-module__A0P-hq__outer{flex-direction:column;min-height:calc(100vh - 60px);display:flex}.page-module__A0P-hq__hero{background:linear-gradient(135deg, var(--mp-blue-900) 0%, var(--mp-blue-700) 100%);justify-content:space-between;align-items:flex-start;gap:40px;height:180px;padding:32px 32px 28px;display:flex}.page-module__A0P-hq__heroLeft{flex:1;min-width:0}.page-module__A0P-hq__heroRight{text-align:right;flex-shrink:0;max-width:340px}.page-module__A0P-hq__heroCta{color:#ffffffeb;letter-spacing:-.01em;font-family:IBM Plex Serif,serif;font-size:18px;font-weight:600;line-height:1.45}.page-module__A0P-hq__heroDivider{background:linear-gradient(90deg, var(--mp-blue-900) 0%, var(--mp-blue-600) 50%, var(--mp-blue-900) 100%);opacity:.35;height:3px}.page-module__A0P-hq__eyebrow{text-transform:uppercase;letter-spacing:.1em;color:#fff9;margin-bottom:10px;font-family:IBM Plex Mono,monospace;font-size:11px;font-weight:400}.page-module__A0P-hq__heroTitle{letter-spacing:-.02em;color:#fff;margin-bottom:10px;font-family:IBM Plex Serif,serif;font-size:clamp(22px,3vw,30px);font-weight:600}.page-module__A0P-hq__heroSub{color:#ffffffb3;max-width:420px;font-size:14px;line-height:1.6}.page-module__A0P-hq__layout{flex:1;grid-template-columns:minmax(0,1fr) 248px;align-items:start;display:grid}@media (max-width:768px){.page-module__A0P-hq__hero{flex-direction:column;gap:8px;height:auto;padding:20px 18px 16px}.page-module__A0P-hq__heroRight{display:none}.page-module__A0P-hq__heroTitle{margin-bottom:6px;font-size:22px}.page-module__A0P-hq__heroSub{max-width:100%;font-size:13px}.page-module__A0P-hq__layout{grid-template-columns:1fr}}
.page-module__MQ982W__outer{flex-direction:column;min-height:calc(100vh - 60px);display:flex}.page-module__MQ982W__hero{background:linear-gradient(135deg, var(--mp-blue-900) 0%, var(--mp-blue-700) 100%);justify-content:space-between;align-items:flex-start;gap:40px;height:180px;padding:32px 32px 28px;display:flex}.page-module__MQ982W__heroLeft{flex:1;min-width:0;overflow:hidden}.page-module__MQ982W__heroRight{text-align:right;flex-shrink:0;max-width:340px}.page-module__MQ982W__heroBack{text-transform:uppercase;letter-spacing:.1em;color:#fff9;cursor:pointer;background:0 0;border:none;margin-bottom:10px;padding:0;font-family:IBM Plex Mono,monospace;font-size:11px;font-weight:400;display:inline-block}.page-module__MQ982W__heroBack:hover{color:#ffffffd9}.page-module__MQ982W__heroTitle{letter-spacing:-.015em;color:#fff;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:6px;font-family:IBM Plex Serif,serif;font-size:clamp(14px,1.6vw,20px);font-weight:600;display:-webkit-box;overflow:hidden}.page-module__MQ982W__heroSub{color:#ffffffa6;white-space:nowrap;text-overflow:ellipsis;font-size:12.5px;line-height:1.5;overflow:hidden}.page-module__MQ982W__heroCode{font-family:IBM Plex Mono,monospace;font-size:11.5px}.page-module__MQ982W__heroCta{color:#ffffffeb;letter-spacing:-.01em;font-family:IBM Plex Serif,serif;font-size:18px;font-weight:600;line-height:1.45}.page-module__MQ982W__heroDivider{background:linear-gradient(90deg, var(--mp-blue-900) 0%, var(--mp-blue-600) 50%, var(--mp-blue-900) 100%);opacity:.35;height:3px}.page-module__MQ982W__layout{flex:1;grid-template-columns:minmax(0,1fr) 248px;align-items:start;display:grid}.page-module__MQ982W__backRow{background:var(--mp-paper);border-bottom:1px solid var(--mp-line);justify-content:space-between;align-items:center;gap:12px;padding:10px 32px;display:flex}.page-module__MQ982W__topActions{flex-shrink:0;align-items:center;gap:10px;display:flex}.page-module__MQ982W__backBtn{border-radius:var(--mp-r-sm);color:var(--mp-ink-2);background:var(--mp-paper);border:1px solid var(--mp-line-2);cursor:pointer;align-items:center;gap:6px;padding:7px 14px;font-family:inherit;font-size:13.5px;font-weight:500;transition:background .12s,color .12s,border-color .12s;display:inline-flex}.page-module__MQ982W__backBtn:hover{background:var(--mp-bg);color:var(--mp-ink)}.page-module__MQ982W__detail{flex-direction:column;padding-bottom:32px;display:flex}.page-module__MQ982W__dot{color:var(--mp-ink-4)}.page-module__MQ982W__heroTags{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.page-module__MQ982W__monoSm{color:var(--mp-ink-3);font-family:IBM Plex Mono,monospace;font-size:11.5px}.page-module__MQ982W__countdown{border-radius:var(--mp-r-md);background:linear-gradient(135deg,#fef3e2 0%,#fdeacd 100%);border:1px solid #f5d9a3;align-items:center;gap:16px;margin:20px 32px;padding:16px 20px;display:flex}.page-module__MQ982W__countdown.page-module__MQ982W__cdUrgent{background:linear-gradient(135deg, var(--mp-red-soft) 0%, #fde8e8 100%);border-color:#f5a3a3}.page-module__MQ982W__cdIcon{width:44px;height:44px;color:var(--mp-amber);background:#d977061f;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.page-module__MQ982W__cdUrgent .page-module__MQ982W__cdIcon{color:var(--mp-red);background:#b91c1c1f}.page-module__MQ982W__cdBlocks{align-items:center;gap:8px;display:flex}.page-module__MQ982W__cdBlock{flex-direction:column;align-items:center;gap:2px;display:flex}.page-module__MQ982W__cdNum{color:var(--mp-ink);font-family:IBM Plex Mono,monospace;font-size:22px;font-weight:600;line-height:1}.page-module__MQ982W__cdUrgent .page-module__MQ982W__cdNum{color:var(--mp-red)}.page-module__MQ982W__cdUnit{text-transform:uppercase;letter-spacing:.06em;color:var(--mp-ink-3);font-size:10.5px;font-weight:600}.page-module__MQ982W__cdSep{color:var(--mp-ink-4);margin-top:-8px;font-size:18px}.page-module__MQ982W__cdText{text-align:right;flex-direction:column;gap:3px;margin-left:auto;display:flex}.page-module__MQ982W__cdText strong{color:var(--mp-ink);font-size:14px}.page-module__MQ982W__cdSub{color:var(--mp-ink-3);font-family:IBM Plex Mono,monospace;font-size:11.5px}.page-module__MQ982W__cdLabel{color:var(--mp-ink-3);font-size:14px}.page-module__MQ982W__facts{border:1px solid var(--mp-line);border-radius:var(--mp-r-md);background:var(--mp-paper);grid-template-columns:repeat(4,1fr);margin:0 32px 24px;display:grid;overflow:hidden}.page-module__MQ982W__fact{border-right:1px solid var(--mp-line);flex-direction:column;gap:4px;padding:14px 18px;display:flex}.page-module__MQ982W__fact:last-child{border-right:none}.page-module__MQ982W__factLabel{text-transform:uppercase;letter-spacing:.05em;color:var(--mp-ink-3);font-size:11px;font-weight:600}.page-module__MQ982W__factValue{color:var(--mp-ink);word-break:break-word;font-family:IBM Plex Mono,monospace;font-size:17px;font-weight:600}.page-module__MQ982W__factSub{color:var(--mp-ink-3);font-size:12px}.page-module__MQ982W__section{padding:0 32px 24px}.page-module__MQ982W__sectionTitle{color:var(--mp-ink);margin-bottom:12px;font-size:15px;font-weight:600}.page-module__MQ982W__body{color:var(--mp-ink-2);font-size:14px;line-height:1.6}.page-module__MQ982W__itemsTable{border-collapse:collapse;border:1px solid var(--mp-line);border-radius:var(--mp-r-md);width:100%;font-size:13.5px;overflow:hidden}.page-module__MQ982W__itemsTable th{background:var(--mp-bg);text-transform:uppercase;letter-spacing:.05em;color:var(--mp-ink-3);text-align:left;border-bottom:1px solid var(--mp-line);padding:10px 12px;font-size:11px;font-weight:600}.page-module__MQ982W__itemsTable td{border-bottom:1px solid var(--mp-line);vertical-align:top;padding:12px}.page-module__MQ982W__itemsTable tbody tr:last-child td{border-bottom:none}.page-module__MQ982W__itemDesc{color:var(--mp-ink-3);margin-top:3px;font-size:12.5px}.page-module__MQ982W__mono{color:var(--mp-ink-3);font-family:IBM Plex Mono,monospace;font-size:12px}.page-module__MQ982W__monoRight{text-align:right;font-family:IBM Plex Mono,monospace;font-size:13px}.page-module__MQ982W__btnFollow{border:1px solid var(--mp-line);background:var(--mp-paper);color:var(--mp-ink-2);border-radius:var(--mp-r-sm);cursor:pointer;align-items:center;gap:6px;padding:10px 20px;font-family:inherit;font-size:14px;font-weight:600;transition:background .12s,border-color .12s,color .12s;display:inline-flex}.page-module__MQ982W__btnFollow:hover,.page-module__MQ982W__btnFollowActive{background:var(--mp-amber-soft);border-color:var(--mp-amber);color:var(--mp-amber)}.page-module__MQ982W__btnFollowActive:hover{background:var(--mp-bg);border-color:var(--mp-line);color:var(--mp-ink-3)}.page-module__MQ982W__btnFollow:disabled{opacity:.6;cursor:default}.page-module__MQ982W__btnMp{background:var(--mp-blue-800);color:#fff;border-radius:var(--mp-r-sm);align-items:center;gap:6px;padding:10px 20px;font-size:14px;font-weight:600;transition:background .12s;display:inline-flex}.page-module__MQ982W__btnMp:hover{background:var(--mp-blue-700);color:#fff}@media (max-width:768px){.page-module__MQ982W__hero{flex-direction:column;gap:8px;height:auto;padding:20px 18px 16px}.page-module__MQ982W__heroRight{display:none}.page-module__MQ982W__heroTitle{-webkit-line-clamp:4;font-size:16px}.page-module__MQ982W__heroSub{white-space:normal;font-size:12px}.page-module__MQ982W__layout{grid-template-columns:1fr}.page-module__MQ982W__backRow{flex-wrap:wrap;gap:8px;padding:10px 14px}.page-module__MQ982W__topActions{flex-wrap:wrap;gap:8px}.page-module__MQ982W__btnFollow,.page-module__MQ982W__btnMp{padding:8px 12px;font-size:13px}.page-module__MQ982W__countdown{flex-wrap:wrap;gap:10px;margin:12px 14px}.page-module__MQ982W__cdText{display:none}.page-module__MQ982W__cdNum{font-size:18px}.page-module__MQ982W__facts{grid-template-columns:repeat(2,1fr);margin:0 14px 16px}.page-module__MQ982W__fact:nth-child(2){border-right:none}.page-module__MQ982W__fact:first-child,.page-module__MQ982W__fact:nth-child(2){border-bottom:1px solid var(--mp-line)}.page-module__MQ982W__factValue{font-size:14px}.page-module__MQ982W__section{padding:0 14px 16px}.page-module__MQ982W__itemsTable{display:block;overflow-x:auto}.page-module__MQ982W__itemsTable th:nth-child(3),.page-module__MQ982W__itemsTable td:nth-child(3){display:none}}
.page-module__I2W5mW__outer{flex-direction:column;min-height:calc(100vh - 60px);display:flex}.page-module__I2W5mW__hero{background:linear-gradient(135deg, var(--mp-blue-900) 0%, var(--mp-blue-700) 100%);justify-content:space-between;align-items:flex-start;gap:40px;height:180px;padding:32px 32px 28px;display:flex}.page-module__I2W5mW__heroLeft{flex:1;min-width:0;overflow:hidden}.page-module__I2W5mW__heroRight{text-align:right;flex-shrink:0;max-width:340px}.page-module__I2W5mW__heroBack{text-transform:uppercase;letter-spacing:.1em;color:#fff9;margin-bottom:10px;font-family:IBM Plex Mono,monospace;font-size:11px;font-weight:400;text-decoration:none;display:inline-block}.page-module__I2W5mW__heroBack:hover{color:#ffffffd9}.page-module__I2W5mW__heroTitle{letter-spacing:-.02em;color:#fff;white-space:nowrap;text-overflow:ellipsis;margin-bottom:8px;font-family:IBM Plex Serif,serif;font-size:clamp(16px,2.2vw,26px);font-weight:600;overflow:hidden}.page-module__I2W5mW__heroSub{color:#ffffffb3;font-size:13px;line-height:1.5}.page-module__I2W5mW__heroCta{color:#ffffffeb;letter-spacing:-.01em;font-family:IBM Plex Serif,serif;font-size:18px;font-weight:600;line-height:1.45}.page-module__I2W5mW__heroDivider{background:linear-gradient(90deg, var(--mp-blue-900) 0%, var(--mp-blue-600) 50%, var(--mp-blue-900) 100%);opacity:.35;height:3px}.page-module__I2W5mW__layout{flex:1;grid-template-columns:248px minmax(0,1fr) 248px;align-items:start;display:grid}.page-module__I2W5mW__rail{background:var(--mp-paper);border-right:1px solid var(--mp-line);width:248px;height:calc(100vh - 60px);padding:16px 0;position:sticky;top:60px}.page-module__I2W5mW__railHead{border-bottom:1px solid var(--mp-line);padding:0 20px 12px}.page-module__I2W5mW__backLink{color:var(--mp-blue-700);font-size:13.5px;font-weight:500}.page-module__I2W5mW__railInfo{flex-direction:column;gap:5px;padding:12px 20px;display:flex}.page-module__I2W5mW__railName{color:var(--mp-ink);font-size:13px;font-weight:600;line-height:1.4}.page-module__I2W5mW__railMeta{color:var(--mp-ink-3);font-size:12.5px}.page-module__I2W5mW__railMonto{color:var(--mp-green);font-family:IBM Plex Mono,monospace;font-size:13px}.page-module__I2W5mW__railUtm{color:var(--mp-gold);font-size:12px}.page-module__I2W5mW__detail{flex-direction:column;min-width:0;padding-bottom:32px;display:flex}.page-module__I2W5mW__detailHeader{border-bottom:1px solid var(--mp-line);background:var(--mp-paper);align-items:center;gap:10px;padding:16px 28px;display:flex}.page-module__I2W5mW__btnSortMonto{border:1px solid var(--mp-line);background:var(--mp-paper);color:var(--mp-ink-2);border-radius:var(--mp-r-sm);cursor:pointer;align-items:center;gap:4px;padding:8px 14px;font-family:inherit;font-size:13.5px;font-weight:600;transition:background .12s,border-color .12s,color .12s;display:inline-flex}.page-module__I2W5mW__btnSortMonto:hover,.page-module__I2W5mW__btnSortMontoActive{background:var(--mp-blue-50);border-color:var(--mp-blue-200,#bfdbfe);color:var(--mp-blue-700)}.page-module__I2W5mW__btnFollow{border:1px solid var(--mp-line);background:var(--mp-paper);color:var(--mp-ink-2);border-radius:var(--mp-r-sm);cursor:pointer;flex-shrink:0;align-items:center;gap:6px;margin-top:3px;padding:8px 16px;font-family:inherit;font-size:13.5px;font-weight:600;transition:background .12s,border-color .12s,color .12s;display:inline-flex}.page-module__I2W5mW__btnFollow:hover,.page-module__I2W5mW__btnFollowActive{background:var(--mp-amber-soft);border-color:var(--mp-amber);color:var(--mp-amber)}.page-module__I2W5mW__btnFollowActive:hover{background:var(--mp-bg);border-color:var(--mp-line);color:var(--mp-ink-3)}.page-module__I2W5mW__btnFollow:disabled{opacity:.6;cursor:default}.page-module__I2W5mW__title{color:var(--mp-ink);font-size:20px;font-weight:700;line-height:1.3}.page-module__I2W5mW__meta{color:var(--mp-ink-3);margin-top:5px;font-size:13.5px}.page-module__I2W5mW__metaMonto{color:var(--mp-green);font-family:IBM Plex Mono,monospace}.page-module__I2W5mW__metaUtm{color:var(--mp-gold)}.page-module__I2W5mW__tableWrap{background:var(--mp-paper);border-radius:var(--mp-r-lg);border:1px solid var(--mp-line);box-shadow:var(--mp-sh-1);margin:0 28px;overflow:hidden}.page-module__I2W5mW__licTable{border-collapse:collapse;width:100%}.page-module__I2W5mW__lth{background:var(--mp-bg);color:var(--mp-ink-3);text-transform:uppercase;letter-spacing:.5px;text-align:left;border-bottom:1px solid var(--mp-line);cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap;padding:9px 14px;font-size:11.5px;font-weight:600;transition:background .1s,color .1s}.page-module__I2W5mW__lth:last-child{cursor:default}.page-module__I2W5mW__lth:not(:last-child):hover{background:var(--mp-blue-50)}.page-module__I2W5mW__lthActive{color:var(--mp-blue-700)}.page-module__I2W5mW__lthRight{text-align:right}.page-module__I2W5mW__licTable tbody tr{border-bottom:1px solid var(--mp-line);transition:background .1s}.page-module__I2W5mW__licTable tbody tr:last-child{border-bottom:none}.page-module__I2W5mW__licTable tbody tr:hover{background:var(--mp-blue-50)}.page-module__I2W5mW__rowClickable{cursor:pointer}.page-module__I2W5mW__rowRed td{background:var(--mp-red-soft)}.page-module__I2W5mW__rowAmber td{background:var(--mp-amber-soft)}.page-module__I2W5mW__ltd{vertical-align:middle;padding:10px 14px}.page-module__I2W5mW__ltdCod{color:var(--mp-ink-3);white-space:nowrap;font-family:IBM Plex Mono,monospace;font-size:12px}.page-module__I2W5mW__ltdNombre{max-width:320px;font-size:13px;line-height:1.4}.page-module__I2W5mW__ltdTipo{color:var(--mp-ink-3);white-space:nowrap;font-size:12.5px}.page-module__I2W5mW__ltdMonto{text-align:right;white-space:nowrap}.page-module__I2W5mW__ltdFecha,.page-module__I2W5mW__ltdCierre{white-space:nowrap;color:var(--mp-ink-3);font-size:13px}.page-module__I2W5mW__montoPesos{color:var(--mp-green);font-family:IBM Plex Mono,monospace;font-size:13px}.page-module__I2W5mW__montoUtm{color:var(--mp-gold);background:var(--mp-gold-soft);white-space:nowrap;border:1px solid #e6c97a;border-radius:4px;padding:1px 6px;font-size:11.5px}.page-module__I2W5mW__detailLink{color:var(--mp-ink);text-decoration:none}.page-module__I2W5mW__detailLink:hover{color:var(--mp-blue-700);text-decoration:underline}.page-module__I2W5mW__mpLink{color:var(--mp-blue-700);white-space:nowrap;font-size:12.5px;font-weight:500}.page-module__I2W5mW__mpLink:hover{color:var(--mp-blue-800);text-decoration:underline}@media (max-width:768px){.page-module__I2W5mW__hero{flex-direction:column;gap:8px;height:auto;padding:20px 18px 16px}.page-module__I2W5mW__heroRight{display:none}.page-module__I2W5mW__heroTitle{white-space:normal;margin-bottom:6px;font-size:17px}.page-module__I2W5mW__heroSub{font-size:12px}.page-module__I2W5mW__layout{grid-template-columns:1fr}.page-module__I2W5mW__rail{display:none}.page-module__I2W5mW__detail{padding-bottom:16px}.page-module__I2W5mW__detailHeader{flex-wrap:wrap;gap:8px;padding:10px 14px}.page-module__I2W5mW__tableWrap{box-shadow:none;background:0 0;border:none;margin:0 12px}.page-module__I2W5mW__licTable{display:block}.page-module__I2W5mW__licTable thead{display:none}.page-module__I2W5mW__licTable tbody{flex-direction:column;gap:6px;display:flex}.page-module__I2W5mW__licTable tbody tr{border:1px solid var(--mp-line);border-radius:var(--mp-r-md);background:var(--mp-paper);box-shadow:var(--mp-sh-1);cursor:pointer;grid-template-rows:auto auto auto;grid-template-columns:1fr auto;gap:4px 10px;padding:12px 14px;display:grid}.page-module__I2W5mW__licTable tbody tr:hover{background:var(--mp-blue-50)}.page-module__I2W5mW__rowRed{background:var(--mp-red-soft)!important}.page-module__I2W5mW__rowAmber{background:var(--mp-amber-soft)!important}.page-module__I2W5mW__rowRed td,.page-module__I2W5mW__rowAmber td{background:0 0}.page-module__I2W5mW__ltd{vertical-align:top;border:none;padding:0;font-size:13px}.page-module__I2W5mW__licTable tbody tr>td:first-child{grid-area:2/1;align-self:center;font-size:11px}.page-module__I2W5mW__licTable tbody tr>td:nth-child(2){grid-area:1/1;max-width:100%;font-size:13.5px;font-weight:600;line-height:1.35}.page-module__I2W5mW__licTable tbody tr>td:nth-child(3){text-align:right;grid-area:2/2;align-self:center;font-size:12px}.page-module__I2W5mW__licTable tbody tr>td:nth-child(4){text-align:left;grid-area:3/1/auto/-1}.page-module__I2W5mW__ltdMonto{text-align:left!important}.page-module__I2W5mW__licTable tbody tr>td:nth-child(5){display:none!important}.page-module__I2W5mW__licTable tbody tr>td:nth-child(6){text-align:right;white-space:nowrap;color:var(--mp-ink-3);grid-area:1/2;align-self:start;font-size:11.5px}}
.page-module__HHW9Kq__outer{flex-direction:column;min-height:calc(100vh - 60px);display:flex}.page-module__HHW9Kq__layout{flex:1;grid-template-columns:minmax(0,1fr) 248px;align-items:start;display:grid}.page-module__HHW9Kq__hero{background:linear-gradient(135deg, var(--mp-blue-900) 0%, var(--mp-blue-700) 100%);justify-content:space-between;align-items:flex-start;gap:40px;height:180px;padding:32px 32px 28px;display:flex}.page-module__HHW9Kq__heroLeft{flex:1;min-width:0}.page-module__HHW9Kq__heroRight{text-align:right;flex-shrink:0;max-width:340px}.page-module__HHW9Kq__heroCta{color:#ffffffeb;letter-spacing:-.01em;font-family:IBM Plex Serif,serif;font-size:18px;font-weight:600;line-height:1.45}.page-module__HHW9Kq__heroDivider{background:linear-gradient(90deg, var(--mp-blue-900) 0%, var(--mp-blue-600) 50%, var(--mp-blue-900) 100%);opacity:.35;height:3px}.page-module__HHW9Kq__eyebrow{text-transform:uppercase;letter-spacing:.1em;color:#fff9;margin-bottom:10px;font-family:IBM Plex Mono,monospace;font-size:11px;font-weight:400}.page-module__HHW9Kq__heroTitle{letter-spacing:-.02em;color:#fff;margin-bottom:10px;font-family:IBM Plex Serif,serif;font-size:clamp(22px,3vw,30px);font-weight:600}.page-module__HHW9Kq__heroSub{color:#ffffffb3;max-width:420px;font-size:14px;line-height:1.6}@media (max-width:768px){.page-module__HHW9Kq__hero{flex-direction:column;gap:8px;height:auto;padding:20px 18px 16px}.page-module__HHW9Kq__heroRight{display:none}.page-module__HHW9Kq__heroTitle{margin-bottom:6px;font-size:22px}.page-module__HHW9Kq__heroSub{max-width:100%;font-size:13px}.page-module__HHW9Kq__layout{grid-template-columns:1fr}}
.page-module__2fMDQG__outer{flex-direction:column;min-height:calc(100vh - 60px);display:flex}.page-module__2fMDQG__layout{flex:1;grid-template-columns:minmax(0,1fr) 248px;align-items:start;display:grid}.page-module__2fMDQG__mainColumn{flex-direction:column;min-width:0;display:flex}.page-module__2fMDQG__hero{background:linear-gradient(135deg, var(--mp-blue-900) 0%, var(--mp-blue-700) 100%);justify-content:space-between;align-items:flex-start;gap:40px;height:180px;padding:32px 32px 28px;display:flex}.page-module__2fMDQG__heroLeft{flex:1;min-width:0}.page-module__2fMDQG__heroRight{text-align:right;flex-shrink:0;max-width:340px}.page-module__2fMDQG__heroCta{color:#ffffffeb;letter-spacing:-.01em;font-family:IBM Plex Serif,serif;font-size:18px;font-weight:600;line-height:1.45}.page-module__2fMDQG__heroDivider{background:linear-gradient(90deg, var(--mp-blue-900) 0%, var(--mp-blue-600) 50%, var(--mp-blue-900) 100%);opacity:.35;height:3px}.page-module__2fMDQG__eyebrow{text-transform:uppercase;letter-spacing:.1em;color:#fff9;margin-bottom:10px;font-family:IBM Plex Mono,monospace;font-size:11px;font-weight:400}.page-module__2fMDQG__heroTitle{letter-spacing:-.02em;color:#fff;margin-bottom:10px;font-family:IBM Plex Serif,serif;font-size:clamp(22px,3vw,30px);font-weight:600}.page-module__2fMDQG__heroSub{color:#ffffffb3;max-width:420px;font-size:14px;line-height:1.6}.page-module__2fMDQG__dataSourceBadge{color:var(--mp-ink-3);border:1px solid var(--mp-line);background:var(--mp-bg);border-radius:999px;padding:3px 8px;font-family:IBM Plex Mono,monospace;font-size:11.5px}@media (max-width:768px){.page-module__2fMDQG__hero{flex-direction:column;gap:8px;height:auto;padding:20px 18px 16px}.page-module__2fMDQG__heroRight{display:none}.page-module__2fMDQG__heroTitle{margin-bottom:6px;font-size:22px}.page-module__2fMDQG__heroSub{max-width:100%;font-size:13px}.page-module__2fMDQG__layout{grid-template-columns:1fr}.page-module__2fMDQG__mainColumn{min-width:0}}
.page-module__sVhtIW__outer{flex-direction:column;min-height:calc(100vh - 60px);display:flex}.page-module__sVhtIW__layout{flex:1;grid-template-columns:minmax(0,1fr) 248px;align-items:start;display:grid}.page-module__sVhtIW__clientLayout{grid-template-columns:248px minmax(0,1fr);align-items:start;display:grid}.page-module__sVhtIW__sidebar{background:var(--mp-paper);border-right:1px solid var(--mp-line);width:248px;min-width:248px;height:calc(100vh - 60px);position:sticky;top:60px}.page-module__sVhtIW__main{flex-direction:column;min-width:0;display:flex}.page-module__sVhtIW__hero{background:linear-gradient(135deg, var(--mp-blue-900) 0%, var(--mp-blue-700) 100%);justify-content:space-between;align-items:flex-start;gap:40px;height:180px;padding:32px 32px 28px;display:flex}.page-module__sVhtIW__heroLeft{flex:1;min-width:0}.page-module__sVhtIW__heroRight{text-align:right;flex-shrink:0;max-width:340px}.page-module__sVhtIW__heroCta{color:#ffffffeb;letter-spacing:-.01em;font-family:IBM Plex Serif,serif;font-size:18px;font-weight:600;line-height:1.45}.page-module__sVhtIW__heroDivider{background:linear-gradient(90deg, var(--mp-blue-900) 0%, var(--mp-blue-600) 50%, var(--mp-blue-900) 100%);opacity:.35;height:3px}.page-module__sVhtIW__eyebrow{text-transform:uppercase;letter-spacing:.1em;color:#fff9;margin-bottom:10px;font-family:IBM Plex Mono,monospace;font-size:11px;font-weight:400}.page-module__sVhtIW__heroTitle{letter-spacing:-.02em;color:#fff;margin-bottom:10px;font-family:IBM Plex Serif,serif;font-size:clamp(22px,3vw,30px);font-weight:600}.page-module__sVhtIW__heroSub{color:#ffffffb3;max-width:420px;font-size:14px;line-height:1.6}.page-module__sVhtIW__content{flex-direction:column;gap:20px;padding:32px 28px;display:flex}.page-module__sVhtIW__missionCard{background:linear-gradient(135deg, var(--mp-blue-900) 0%, var(--mp-blue-700) 100%);border-radius:var(--mp-r-lg);align-items:flex-start;gap:20px;padding:28px 32px;display:flex}.page-module__sVhtIW__missionIcon{flex-shrink:0;margin-top:2px;font-size:36px}.page-module__sVhtIW__missionBody{flex-direction:column;flex:1;gap:0;min-width:0;display:flex}.page-module__sVhtIW__missionTitle{color:#fff;margin-bottom:10px;font-family:IBM Plex Serif,serif;font-size:20px;font-weight:600}.page-module__sVhtIW__missionText{color:#ffffffd1;font-size:14px;line-height:1.75}.page-module__sVhtIW__missionDivider{background:#ffffff2e;height:1px;margin:20px 0 16px}.page-module__sVhtIW__devBlock{flex-direction:column;gap:4px;display:flex}.page-module__sVhtIW__devLabel{text-transform:uppercase;letter-spacing:.1em;color:#ffffff80;font-family:IBM Plex Mono,monospace;font-size:10.5px;font-weight:600}.page-module__sVhtIW__devLink{color:#fff;letter-spacing:-.01em;font-family:IBM Plex Mono,monospace;font-size:22px;font-weight:700;text-decoration:none;transition:opacity .12s;display:inline-block}.page-module__sVhtIW__devLink:hover{opacity:.75;color:#fff}.page-module__sVhtIW__devSub{color:#ffffff8c;font-size:12.5px;line-height:1.4}.page-module__sVhtIW__heroAlcode{color:#fffffff2;text-underline-offset:3px;font-family:IBM Plex Mono,monospace;font-weight:700;text-decoration:underline}.page-module__sVhtIW__cardsGrid{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.page-module__sVhtIW__card{background:var(--mp-paper);border:1px solid var(--mp-line);border-radius:var(--mp-r-lg);box-shadow:var(--mp-sh-1);flex-direction:column;gap:10px;padding:22px 20px;display:flex}.page-module__sVhtIW__cardIcon{font-size:28px}.page-module__sVhtIW__cardTitle{color:var(--mp-ink);font-size:15px;font-weight:700}.page-module__sVhtIW__cardText{color:var(--mp-ink-3);font-size:13.5px;line-height:1.65}.page-module__sVhtIW__storyCard{background:var(--mp-paper);border:1px solid var(--mp-line);border-radius:var(--mp-r-lg);box-shadow:var(--mp-sh-1);padding:28px 32px}.page-module__sVhtIW__storyTitle{color:var(--mp-ink);margin-bottom:14px;font-family:IBM Plex Serif,serif;font-size:18px;font-weight:600}.page-module__sVhtIW__storyText{color:var(--mp-ink-2);margin-bottom:10px;font-size:14px;line-height:1.75}.page-module__sVhtIW__storyText:last-child{margin-bottom:0}.page-module__sVhtIW__roadmapCard{background:var(--mp-bg);border:1px solid var(--mp-line);border-radius:var(--mp-r-lg);padding:24px 28px}.page-module__sVhtIW__roadmapHeader{align-items:center;gap:12px;margin-bottom:16px;display:flex}.page-module__sVhtIW__roadmapBadge{text-transform:uppercase;letter-spacing:.06em;background:var(--mp-blue-100);color:var(--mp-blue-700);border-radius:999px;padding:3px 10px;font-family:IBM Plex Mono,monospace;font-size:10.5px;font-weight:700}.page-module__sVhtIW__roadmapTitle{color:var(--mp-ink);font-size:16px;font-weight:700}.page-module__sVhtIW__roadmapItems{flex-direction:column;gap:10px;display:flex}.page-module__sVhtIW__roadmapItem{color:var(--mp-ink-2);align-items:baseline;gap:10px;font-size:14px;line-height:1.5;display:flex}.page-module__sVhtIW__roadmapDot{background:var(--mp-blue-600);border-radius:50%;flex-shrink:0;width:7px;height:7px;margin-top:6px}.page-module__sVhtIW__ctaCard{background:var(--mp-paper);border:1px solid var(--mp-blue-200,#bfdbfe);border-radius:var(--mp-r-lg);box-shadow:var(--mp-sh-1);align-items:flex-start;gap:20px;padding:28px 32px;display:flex}.page-module__sVhtIW__ctaIcon{flex-shrink:0;font-size:32px}.page-module__sVhtIW__ctaTitle{color:var(--mp-ink);margin-bottom:8px;font-size:17px;font-weight:700}.page-module__sVhtIW__ctaText{color:var(--mp-ink-3);margin-bottom:16px;font-size:13.5px;line-height:1.7}.page-module__sVhtIW__ctaBtn{background:var(--mp-blue-800);color:#fff;border-radius:var(--mp-r-sm);padding:9px 22px;font-size:14px;font-weight:600;transition:opacity .12s;display:inline-block}.page-module__sVhtIW__ctaBtn:hover{opacity:.88;color:#fff}@media (max-width:768px){.page-module__sVhtIW__hero{flex-direction:column;gap:8px;height:auto;padding:20px 18px 16px}.page-module__sVhtIW__heroRight{display:none}.page-module__sVhtIW__heroTitle{margin-bottom:6px;font-size:22px}.page-module__sVhtIW__heroSub{max-width:100%;font-size:13px}.page-module__sVhtIW__layout,.page-module__sVhtIW__clientLayout{grid-template-columns:1fr}.page-module__sVhtIW__sidebar{display:none}.page-module__sVhtIW__content{gap:14px;padding:16px}.page-module__sVhtIW__missionCard{flex-direction:column;gap:12px;padding:20px 18px}.page-module__sVhtIW__cardsGrid{grid-template-columns:1fr}.page-module__sVhtIW__storyCard{padding:20px 18px}.page-module__sVhtIW__ctaCard{flex-direction:column;gap:12px;padding:20px 18px}.page-module__sVhtIW__roadmapCard{padding:18px}}
.page-module__2NDe7q__outer{flex-direction:column;min-height:calc(100vh - 60px);display:flex}.page-module__2NDe7q__layout{flex:1;grid-template-columns:minmax(0,1fr) 248px;align-items:start;display:grid}.page-module__2NDe7q__clientLayout{grid-template-columns:248px minmax(0,1fr);align-items:start;display:grid}.page-module__2NDe7q__sidebar{background:var(--mp-paper);border-right:1px solid var(--mp-line);width:248px;min-width:248px;height:calc(100vh - 60px);position:sticky;top:60px}.page-module__2NDe7q__main{flex-direction:column;min-width:0;display:flex}.page-module__2NDe7q__hero{background:linear-gradient(135deg, var(--mp-blue-900) 0%, var(--mp-blue-700) 100%);justify-content:space-between;align-items:flex-start;gap:40px;height:180px;padding:32px 32px 28px;display:flex}.page-module__2NDe7q__heroLeft{flex:1;min-width:0}.page-module__2NDe7q__heroRight{text-align:right;flex-shrink:0;max-width:340px}.page-module__2NDe7q__heroCta{color:#ffffffeb;letter-spacing:-.01em;font-family:IBM Plex Serif,serif;font-size:18px;font-weight:600;line-height:1.45}.page-module__2NDe7q__heroDivider{background:linear-gradient(90deg, var(--mp-blue-900) 0%, var(--mp-blue-600) 50%, var(--mp-blue-900) 100%);opacity:.35;height:3px}.page-module__2NDe7q__eyebrow{text-transform:uppercase;letter-spacing:.1em;color:#fff9;margin-bottom:10px;font-family:IBM Plex Mono,monospace;font-size:11px;font-weight:400}.page-module__2NDe7q__heroTitle{letter-spacing:-.02em;color:#fff;margin-bottom:10px;font-family:IBM Plex Serif,serif;font-size:clamp(22px,3vw,30px);font-weight:600}.page-module__2NDe7q__heroSub{color:#ffffffb3;max-width:420px;font-size:14px;line-height:1.6}.page-module__2NDe7q__placeholder{text-align:center;color:var(--mp-ink-4);flex-direction:column;flex:1;justify-content:center;align-items:center;gap:12px;padding:80px 32px;display:flex}.page-module__2NDe7q__placeholderIcon{margin-bottom:4px;font-size:40px}.page-module__2NDe7q__placeholderTitle{color:var(--mp-ink-3);font-size:16px;font-weight:600}.page-module__2NDe7q__placeholderSub{color:var(--mp-ink-4);max-width:340px;font-size:13.5px;line-height:1.6}@media (max-width:768px){.page-module__2NDe7q__hero{flex-direction:column;gap:8px;height:auto;padding:20px 18px 16px}.page-module__2NDe7q__heroRight{display:none}.page-module__2NDe7q__heroTitle{margin-bottom:6px;font-size:22px}.page-module__2NDe7q__heroSub{max-width:100%;font-size:13px}.page-module__2NDe7q__layout,.page-module__2NDe7q__clientLayout{grid-template-columns:1fr}.page-module__2NDe7q__sidebar{display:none}}
.page-module__w210DW__layout{grid-template-columns:minmax(0,1fr) 248px;align-items:start;min-height:calc(100vh - 60px);display:grid}
