:root{--upsti-green:#6bab3a;--upsti-green-dark:#5a9628;--upsti-green-light:#7fc44a;--color-primary:var(--upsti-green);--color-primary-dark:var(--upsti-green-dark);--color-bg:#f2f2f2;--color-surface:#fff;--color-surface-alt:#e6e7e9;--color-surface-hover:#f7f9f5;--color-border:#ddd;--color-border-dark:#c8cdd3;--color-text:#333;--color-text-muted:#656568;--color-text-inverse:#fff;--color-link:#333;--color-link-hover:var(--upsti-green-dark);--font-sans:"Segoe UI", system-ui, -apple-system, sans-serif;--radius:3px;--shadow:0 1px 3px #00000014;--max-width:1170px}*,:before,:after{box-sizing:border-box}html{-webkit-font-smoothing:antialiased;font-size:16px}body{min-height:100vh;font-family:var(--font-sans);background:var(--color-bg);color:var(--color-text);margin:0;line-height:1.6}#root{min-height:100vh}a{color:var(--color-link);text-decoration:none}a:hover{color:var(--color-link-hover)}img{max-width:100%;display:block}ul,ol{margin:0;padding:0;list-style:none}button{cursor:pointer;font-family:inherit}input{font-family:inherit}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding-left:15px;padding-right:15px}.page-box{flex-direction:column;min-height:100vh;display:flex}.page-box-content{flex-direction:column;flex:1;display:flex}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.site-header{background:var(--color-surface);box-shadow:var(--shadow)}.site-header__accent{background:var(--upsti-green);height:4px}.top-box{background:var(--color-surface-alt);border-bottom:1px solid var(--color-border)}.top-box__inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;min-height:32px;display:flex}.top-box__date{color:var(--color-text-muted);margin:0;font-size:.85rem;line-height:32px}.top-box__nav{flex-wrap:wrap;align-items:center;gap:.25rem 1rem;display:flex}.top-box__link{color:var(--color-text-muted);font-size:.8rem;font-weight:500}.top-box__link:hover{color:var(--upsti-green-dark)}.header-main{background:var(--color-surface);border-bottom:1px solid var(--color-border)}.header-main__inner{grid-template-columns:1fr auto;align-items:center;gap:1rem;padding:.85rem 15px;display:grid}.header-main__logo img{width:auto;max-height:64px}.header-main__right{align-items:center;gap:1rem;display:flex}.header-main__social{gap:.35rem;display:none}.social-btn{color:#fff;text-transform:uppercase;border-radius:50%;justify-content:center;align-items:center;width:2rem;height:2rem;font-size:.65rem;font-weight:800;display:inline-flex}.social-btn--facebook{background:#3b5998}.social-btn--instagram{background:#c13584}.social-btn--twitter{background:#00bdec}.social-btn--youtube{background:#c4302b}.header-search{border:2px solid var(--upsti-green);border-radius:var(--radius);align-items:stretch;min-width:200px;display:flex;overflow:hidden}.header-search__input{background:#fff;border:none;flex:1;min-width:0;padding:.45rem .75rem;font-size:.9rem}.header-search__input:focus{outline:none}.header-search__btn{background:var(--upsti-green);color:#fff;border:none;justify-content:center;align-items:center;width:2.5rem;display:flex}.header-search__btn:hover{background:var(--upsti-green-dark)}.header-main__menu-btn{border:1px solid var(--color-border);border-radius:var(--radius);color:var(--color-text);background:#fff;padding:.5rem .75rem;font-size:.85rem;font-weight:600;display:none}.upsti-nav{border-bottom:1px solid var(--color-border);background:#ececec}.upsti-nav__list{flex-wrap:wrap;align-items:stretch;display:flex}.upsti-nav__item{display:flex}.upsti-nav__link{color:var(--color-text);white-space:nowrap;border-right:1px solid #d8d8d8;align-items:center;padding:.75rem .9rem;font-size:.82rem;font-weight:600;display:flex}.upsti-nav__link:hover{color:var(--color-text);background:#e2e2e2}.upsti-nav__link--home{background:var(--upsti-green);color:#fff;border-right-color:var(--upsti-green-dark);padding:.75rem 1.1rem}.upsti-nav__link--home:hover{background:var(--upsti-green-dark);color:#fff}.upsti-nav__home-icon{font-size:1.1rem;line-height:1}.upsti-nav__link--active{background:var(--upsti-green);color:#fff}.upsti-nav__link--active:hover{background:var(--upsti-green-dark);color:#fff}.breadcrumb-box{border-bottom:1px solid var(--color-border);background:#f8f8f8;padding:.5rem 0}.breadcrumb{color:var(--color-text-muted);flex-wrap:wrap;gap:.35rem;font-size:.8rem;display:flex}.breadcrumb li+li:before{content:"/";color:#aaa;margin-right:.35rem}.breadcrumb a{color:var(--color-text-muted)}.breadcrumb a:hover{color:var(--upsti-green-dark)}.page-header-upsti{background:var(--color-surface);border-bottom:1px solid var(--color-border);padding:1.25rem 0}.page-header-upsti__title{color:#444;margin:0;font-size:clamp(1.5rem,3vw,1.85rem);font-weight:400}.upsti-content{background:var(--color-surface);flex:1;padding:1.75rem 0 3rem}.upsti-content__row{grid-template-columns:1fr;align-items:start;gap:2rem;display:grid}.upsti-content__row--with-sidebar{grid-template-columns:minmax(220px,280px) minmax(0,1fr)}.upsti-main{width:100%;min-width:0}.sidebar-menu__title{color:#888;border-bottom:1px solid var(--color-border);margin:0 0 .75rem;padding-bottom:.5rem;font-size:1rem;font-weight:400}.sidebar-menu__list{flex-direction:column;gap:0;display:flex}.sidebar-menu__btn{text-align:left;border:1px solid var(--color-border);width:100%;color:var(--color-text);box-sizing:border-box;background:#f5f5f5;border-top:none;justify-content:space-between;align-items:center;padding:.65rem .85rem;font-size:.88rem;font-weight:500;text-decoration:none;display:flex}.sidebar-menu__list li:first-child .sidebar-menu__btn{border-top:1px solid var(--color-border)}.sidebar-menu__btn:hover{background:#eee}.sidebar-menu__btn--active{color:var(--upsti-green-dark);border-left:3px solid var(--upsti-green);background:#e8f2df;font-weight:700}a.sidebar-menu__btn:hover{color:var(--color-text);background:#eee}a.sidebar-menu__btn--active:hover{color:var(--upsti-green-dark);background:#e8f2df}.sidebar-menu__count{color:var(--color-text-muted);background:#0000000f;border-radius:999px;padding:.1rem .4rem;font-size:.72rem}.institutional-intro{border-bottom:1px solid var(--color-border);margin-bottom:1.75rem;padding-bottom:1.5rem}.institutional-intro__eyebrow{color:var(--color-text-muted);margin:0 0 .35rem;font-size:.85rem}.institutional-intro__heading{color:var(--color-text);margin:0 0 .25rem;font-size:1.15rem;font-weight:700}.institutional-intro__version{color:var(--color-text-muted);margin:0 0 1rem;font-size:.8rem}.institutional-intro__subheading{color:var(--color-text);margin:1rem 0 .5rem;font-size:.95rem;font-weight:700}.institutional-intro__mision{color:var(--color-text-muted);margin:0;font-size:.95rem;line-height:1.65}.institutional-intro__pilares ul{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.65rem;margin-top:.5rem;display:grid}.institutional-intro__pilares li{border:1px solid var(--color-border);border-radius:var(--radius);background:#f8f8f8;flex-direction:column;gap:.2rem;padding:.65rem .75rem;display:flex}.institutional-intro__pilares strong{color:var(--upsti-green-dark);font-size:.88rem}.institutional-intro__pilares span{color:var(--color-text-muted);font-size:.85rem}.search-bar{margin-bottom:1.5rem}.search-bar__label{color:var(--color-text);margin-bottom:.5rem;font-size:.875rem;font-weight:600;display:block}.search-bar__input-wrap{align-items:center;display:flex;position:relative}.search-bar__icon{width:1.25rem;height:1.25rem;color:var(--color-text-muted);pointer-events:none;position:absolute;left:1rem}.search-bar__input{border:1px solid var(--color-border-dark);border-radius:var(--radius);width:100%;color:var(--color-text);background:#fff;padding:.75rem 2.75rem;font-size:.95rem}.search-bar__input:focus{border-color:var(--upsti-green);outline:none;box-shadow:0 0 0 2px #6bab3a33}.search-bar__clear{width:2rem;height:2rem;color:var(--color-text-muted);background:0 0;border:none;font-size:1.5rem;line-height:1;position:absolute;right:.75rem}.search-bar__hint{color:var(--color-text-muted);margin:.5rem 0 0;font-size:.8rem}.search-bar__count{color:var(--upsti-green-dark);font-weight:600}.catalog-grid{border:1px solid var(--color-border);border-radius:var(--radius);background:#fff;grid-template-columns:1fr;gap:0;display:grid;overflow:hidden}.system-card{min-height:220px;color:inherit;border-bottom:1px solid var(--color-border);grid-template-columns:minmax(200px,28%) 1fr;align-items:stretch;transition:background .2s;display:grid}.system-card:last-child{border-bottom:none}.system-card:hover{background:var(--color-surface-hover);box-shadow:inset 4px 0 0 var(--upsti-green)}.system-card__image{background:#eee;overflow:hidden}.system-card__image img{object-fit:cover;width:100%;height:100%;min-height:220px}.system-card__placeholder{background:linear-gradient(135deg,#ececec,#f5f5f5);width:100%;height:100%;min-height:220px}.system-card__content{flex-direction:column;justify-content:flex-start;gap:.45rem;min-width:0;min-height:220px;padding:.85rem 1.25rem;display:flex}.system-card__body{flex-direction:column;flex:1;gap:.35rem;min-height:0;display:flex;overflow:hidden}.system-card__meta{flex-direction:column;gap:.3rem;display:flex}.system-card__meta--compact{gap:.12rem}.system-card__meta-label{text-transform:uppercase;letter-spacing:.04em;color:var(--upsti-green-dark);font-size:.68rem;font-weight:700}.system-card__tags{flex-wrap:wrap;gap:.25rem;max-height:3.1rem;display:flex;overflow:hidden}.system-card__tags li{border:1px solid var(--color-border);border-radius:var(--radius);color:var(--color-text-muted);background:#f5f5f5;padding:.1rem .45rem;font-size:.7rem;line-height:1.3}.system-card__tags-more{font-weight:600;color:var(--upsti-green-dark)!important;background:0 0!important;border-style:dashed!important}.system-card__impact{flex-direction:column;gap:.1rem;margin:0;padding:0;list-style:none;display:flex}.system-card__impact li{color:var(--color-text-muted);-webkit-line-clamp:1;-webkit-box-orient:vertical;padding-left:.6rem;font-size:.72rem;line-height:1.35;display:-webkit-box;position:relative;overflow:hidden}.system-card__impact-more{font-style:italic;color:var(--upsti-green-dark)!important;padding-left:0!important}.system-card__impact-more:before{display:none}.system-card__impact li:before{content:"•";color:var(--upsti-green);font-weight:700;position:absolute;left:0}.system-card__title{color:var(--color-text);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:1.05rem;font-weight:700;display:-webkit-box;overflow:hidden}.system-card:hover .system-card__title{color:var(--upsti-green-dark)}.system-card__description{color:var(--color-text-muted);-webkit-line-clamp:1;-webkit-box-orient:vertical;margin:0;font-size:.82rem;line-height:1.4;display:-webkit-box;overflow:hidden}.system-card__objective{color:var(--color-text-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.75rem;line-height:1.35;display:-webkit-box;overflow:hidden}.system-card__more{color:var(--upsti-green-dark);border:1px solid var(--upsti-green);border-radius:var(--radius);flex-shrink:0;align-self:flex-start;margin-top:auto;padding:.35rem .85rem;font-size:.82rem;font-weight:600;text-decoration:none;transition:background .2s,color .2s}.system-card__more:hover{background:var(--upsti-green);color:#fff}.system-card__more:focus-visible{outline:2px solid var(--upsti-green);outline-offset:2px}.empty-state{text-align:center;color:var(--color-text-muted);border:1px solid var(--color-border);border-radius:var(--radius);background:#fafafa;padding:2.5rem 1rem}.empty-state button,.empty-state a{background:var(--upsti-green);color:#fff;border-radius:var(--radius);border:none;margin-top:1rem;padding:.55rem 1.1rem;font-weight:600;text-decoration:none;display:inline-block}.empty-state button:hover,.empty-state a:hover{background:var(--upsti-green-dark);color:#fff}.detail-intro{grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem;display:grid}.detail-intro .detail-section{margin-bottom:0}.detail-header__top{flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.detail-header__category{text-transform:uppercase;letter-spacing:.04em;color:var(--upsti-green-dark);font-size:.8rem;font-weight:700}.detail-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem;margin-bottom:1.5rem;display:grid}.detail-section{margin-bottom:1.5rem}.detail-section--full{grid-column:1/-1}.detail-section>h2{color:var(--color-text);border-bottom:2px solid var(--upsti-green);margin:0 0 .65rem;padding-bottom:.35rem;font-size:.9rem;font-weight:700}.detail-text{color:var(--color-text-muted);margin:0;line-height:1.65}.detail-list{flex-direction:column;gap:.35rem;display:flex}.detail-list li{border-left:2px solid var(--color-border);padding-left:.5rem;font-size:.92rem}.detail-list--check li:before{content:"✓ ";color:var(--upsti-green);font-weight:700}.detail-list--impact li{border-left-color:var(--upsti-green)}.detail-tags{flex-wrap:wrap;gap:.35rem;display:flex}.detail-tags li{border:1px solid var(--color-border);border-radius:var(--radius);color:var(--color-text-muted);background:#f5f5f5;padding:.28rem .6rem;font-size:.85rem}.detail-tags--integration li{color:var(--upsti-green-dark);background:#eef5e8;border-color:#d4e4c8}.detail-back{border-top:1px solid var(--color-border);margin-top:1.5rem;padding-top:1rem}.detail-back a{color:var(--upsti-green-dark);font-weight:600}.estado-badge{text-transform:uppercase;letter-spacing:.04em;border-radius:3px;padding:.2rem .5rem;font-size:.68rem;font-weight:700;display:inline-block}.estado--productivo{color:#336535;background:#3365351f}.estado--evolucion{color:#c67600;background:#f8940626}.estado--proxima{color:#007aa3;background:#0098ca1f}.tech-grid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:.75rem;display:grid}.tech-block{border:1px solid var(--color-border);border-top:3px solid var(--upsti-green);border-radius:var(--radius);background:#fafafa;padding:.85rem}.tech-block h3{text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-muted);margin:0 0 .4rem;font-size:.72rem}.tech-block li{font-size:.88rem}.gallery__main{border:1px solid var(--color-border);border-radius:var(--radius);background:#fff;align-items:center;display:flex;position:relative;overflow:hidden}.gallery__viewer{cursor:zoom-in;aspect-ratio:16/9;background:0 0;border:none;flex:1;padding:0}.gallery__viewer img{object-fit:contain;background:#111;width:100%;height:100%}.gallery__nav{z-index:2;color:#fff;background:#0000008c;border:none;border-radius:50%;width:2.25rem;height:2.25rem;font-size:1.35rem;position:absolute;top:50%;transform:translateY(-50%)}.gallery__nav--prev{left:.5rem}.gallery__nav--next{right:.5rem}.gallery__nav:hover{background:var(--upsti-green)}.gallery__counter{text-align:center;color:var(--color-text-muted);margin:.5rem 0 .75rem;font-size:.85rem}.gallery__thumbs{flex-wrap:wrap;justify-content:center;gap:.4rem;display:flex}.gallery__thumb{border-radius:var(--radius);cursor:pointer;opacity:.75;border:2px solid #0000;width:68px;height:44px;padding:0;overflow:hidden}.gallery__thumb img{object-fit:cover;width:100%;height:100%}.gallery__thumb:hover,.gallery__thumb--active{opacity:1;border-color:var(--upsti-green)}.gallery-empty,.video-empty{color:var(--color-text-muted);font-style:italic}.lightbox{z-index:1000;background:#000000eb;flex-direction:column;justify-content:center;align-items:center;padding:2rem;display:flex;position:fixed;inset:0}.lightbox img{object-fit:contain;max-width:95vw;max-height:80vh}.lightbox__close{color:#fff;background:#ffffff1a;border:none;border-radius:50%;width:2.5rem;height:2.5rem;font-size:1.75rem;position:absolute;top:1rem;right:1rem}.lightbox__controls button{background:var(--upsti-green);color:#fff;border-radius:var(--radius);border:none;padding:.5rem 1rem;font-weight:600}.video-section__embed{border:1px solid var(--color-border);border-radius:var(--radius);background:#000;height:0;padding-bottom:56.25%;position:relative;overflow:hidden}.video-section__embed iframe{border:none;width:100%;height:100%;position:absolute;inset:0}.site-footer{color:#d8dee3;background:#41474c;margin-top:auto}.site-footer a{color:#d8dee3}.site-footer a:hover{color:#fff}.site-footer__top{border-top:4px solid var(--upsti-green);padding:2.5rem 0 2rem}.site-footer__grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem;display:grid}.site-footer__title{color:#fff;text-transform:uppercase;letter-spacing:.03em;margin:0 0 .75rem;font-size:1rem;font-weight:700}.site-footer__col p{margin:0 0 .75rem;font-size:.9rem}.site-footer__social{gap:.35rem;display:flex}.site-footer__links{flex-direction:column;gap:.4rem;display:flex}.site-footer__links a{font-size:.88rem}.site-footer__bottom{text-align:center;background:#2f3438;padding:1rem 0;font-size:.82rem}.site-footer__bottom p{margin:0;line-height:1.5}@media (width>=768px){.header-main__social{display:flex}}@media (width<=900px){.top-box__nav,.header-main__right{display:none}.header-main__menu-btn{display:inline-flex}.upsti-nav{display:none}.upsti-nav--open{display:block}.upsti-nav__list{flex-direction:column}.upsti-nav__link{border-bottom:1px solid #d8d8d8;border-right:none}.upsti-content__row--with-sidebar{grid-template-columns:1fr}.upsti-sidebar{order:2}.upsti-main{order:1}.detail-intro,.detail-grid{grid-template-columns:1fr}}@media (width<=600px){.system-card{grid-template-rows:150px auto;grid-template-columns:1fr;min-height:auto}.system-card__image img,.system-card__placeholder{min-height:150px}.system-card__content{min-height:auto}.system-card__body{overflow:visible}}
