@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800;900&family=JetBrains+Mono:wght@400;500&display=swap";.navbar{z-index:1000;height:var(--nav-height);-webkit-backdrop-filter:blur(16px)saturate(180%);transition:all var(--transition-base);background:#fff6;border-bottom:1px solid #ffffff1a;align-items:center;display:flex;position:fixed;top:0;left:0;right:0}.navbar--scrolled{border-bottom-color:var(--gray-200);background:#ffffffd9;box-shadow:0 4px 12px #00000008}.navbar__inner{justify-content:space-between;align-items:center;width:100%;display:flex}.navbar__brand{z-index:10;align-items:center;gap:.65rem;text-decoration:none;display:flex}.navbar__brand-text{flex-direction:column;display:flex}.navbar__name{letter-spacing:-.02em;color:var(--gray-900);transition:color var(--transition-fast);font-size:1.25rem;font-weight:800;line-height:1.1}.navbar__brand:hover .navbar__name{color:var(--accent)}.navbar__subtitle{color:var(--gray-500);text-transform:uppercase;letter-spacing:.05em;margin-top:2px;font-size:.65rem;font-weight:600}.navbar__name-accent{color:var(--accent);margin-left:.25rem;font-weight:900}.navbar__nav{align-items:center;gap:.15rem;display:flex}.navbar__link{color:var(--gray-500);border-radius:var(--radius-sm);transition:all var(--transition-fast);white-space:nowrap;align-items:center;gap:.25rem;padding:.5rem .9rem;font-size:.875rem;font-weight:500;text-decoration:none;display:flex;position:relative}.navbar__link:after{display:none}.navbar__link:hover{color:var(--gray-900)}.navbar__link:hover:after{width:50%}.navbar__link--active{color:var(--accent);font-weight:600}.navbar__link--active:after{width:50%}.navbar__chevron{transition:transform var(--transition-fast);opacity:.5;margin-top:1px}.navbar__dropdown{position:relative}.navbar__dropdown:hover .navbar__chevron{opacity:1;transform:rotate(180deg)}.navbar__dropdown-menu{-webkit-backdrop-filter:blur(20px);border-radius:var(--radius-md);min-width:230px;box-shadow:var(--shadow-xl);opacity:0;visibility:hidden;transition:all var(--transition-fast);background:#ffffffb3;border:1px solid #ffffff4d;padding:.5rem;position:absolute;top:calc(100% + 8px);left:50%;transform:translate(-50%)translateY(6px)}.navbar__dropdown-menu--open{opacity:1;visibility:visible;transform:translate(-50%)translateY(0)}.navbar__dropdown-item{color:var(--gray-600);border-radius:var(--radius-sm);transition:all var(--transition-fast);align-items:center;gap:.5rem;padding:.6rem .9rem;font-size:.85rem;font-weight:500;text-decoration:none;display:flex}.navbar__dropdown-item:before{content:"";background:var(--gray-400);width:4px;height:4px;transition:background var(--transition-fast);border-radius:50%}.navbar__dropdown-item:hover{color:var(--accent);background:var(--red-50)}.navbar__dropdown-item:hover:before{background:var(--accent)}.navbar__toggle{cursor:pointer;z-index:10;background:0 0;border:none;flex-direction:column;justify-content:center;gap:5px;width:32px;height:32px;padding:4px;display:none}.navbar__toggle span{background:var(--gray-900);width:100%;height:2px;transition:all var(--transition-base);transform-origin:50%;border-radius:2px;display:block}.navbar__toggle--open span:first-child{transform:translateY(7px)rotate(45deg)}.navbar__toggle--open span:nth-child(2){opacity:0;transform:scaleX(0)}.navbar__toggle--open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}@media (width<=900px){.navbar__toggle{display:flex}.navbar__nav{background:var(--white);transition:transform var(--transition-slow);flex-direction:column;justify-content:center;align-items:flex-start;gap:.15rem;padding:2rem;position:fixed;inset:0;transform:translate(100%)}.navbar__nav--open{transform:translate(0)}.navbar__link{width:100%;padding:.75rem 1rem;font-size:1.3rem}.navbar__link:after{display:none}.navbar__dropdown{width:100%}.navbar__dropdown-menu{box-shadow:none;opacity:1;visibility:visible;background:0 0;border:none;min-width:auto;padding-left:1rem;position:static;transform:none}.navbar__dropdown-item{padding:.5rem 1rem;font-size:1rem}}.footer{background:var(--gray-900);color:var(--gray-400);padding:var(--space-4xl) 0 var(--space-xl);position:relative}.footer:before{display:none}.footer__car-track{pointer-events:auto;z-index:2;width:100%;height:48px;position:absolute;top:-45px;left:0;overflow:hidden}.footer__car-track:hover .footer__vehicle{animation-play-state:paused!important}.footer__signal{z-index:3;flex-direction:column;align-items:center;width:16px;height:40px;display:flex;position:absolute;bottom:3px}.footer__signal--start{left:60px}.footer__signal--end{right:60px}.footer__signal-head{background:#1a1a1a;border:1px solid #333;border-radius:4px;flex-direction:column;gap:4px;width:16px;height:32px;padding:4px;display:flex;box-shadow:inset 0 0 8px #000}.footer__signal-post{background:#333;width:4px;height:8px}.footer__signal-light{background:#111;border-radius:50%;width:8px;height:8px;transition:all .4s}.footer__signal-light--red{background:red;animation:20s infinite signalRedSync;box-shadow:0 0 8px red}.footer__signal-light--green{background:#040;animation:20s infinite signalGreenSync}.footer__car-track:hover .footer__signal-light--red{background:red;animation:none;box-shadow:0 0 12px red}.footer__car-track:hover .footer__signal-light--green{box-shadow:none;background:#111;animation:none}@keyframes signalRedSync{0%,15%{box-shadow:none;background:#400}16%,50%{background:red;box-shadow:0 0 8px red}51%,65%{box-shadow:none;background:#400}66%,to{background:red;box-shadow:0 0 8px red}}@keyframes signalGreenSync{0%,15%{background:#0f0;box-shadow:0 0 8px #0f0}16%,50%{box-shadow:none;background:#040}51%,65%{background:#0f0;box-shadow:0 0 8px #0f0}66%,to{box-shadow:none;background:#040}}.footer__vehicle{color:var(--accent);pointer-events:auto;cursor:pointer;z-index:5;position:absolute;bottom:-4px;left:-80px}.footer__vehicle-icon{width:100%;height:100%;transition:transform .8s cubic-bezier(.2,.8,.2,1),filter .8s;display:block}.footer__car-track:hover .footer__vehicle-icon{filter:drop-shadow(0 0 12px var(--accent));transform:scale(1.25)}.footer__vehicle--car{width:24px;height:24px}.footer__vehicle--truck{width:28px;height:28px}.footer__vehicle--bus{width:32px;height:32px}.v1{animation:16s linear infinite driveCar}.v2{animation:18s linear 4s infinite driveCarReverse}.v3{animation:22s linear 9s infinite driveCar}.v4{animation:20s linear 14s infinite driveCarReverse}.footer__vehicle--reverse{bottom:-6px;left:auto;right:-80px}@keyframes driveCar{0%{transform:translate(0)}75%,to{transform:translate(calc(100vw + 160px))}}@keyframes driveCarReverse{0%{transform:translate(0)scaleX(-1)}75%,to{transform:translate(calc(-100vw - 160px))scaleX(-1)}}.footer__grid{gap:var(--space-3xl);margin-bottom:var(--space-3xl);grid-template-columns:2fr 1fr 1fr 1fr;display:grid}.footer__logo-group{align-items:center;gap:var(--space-lg);margin-bottom:var(--space-md);display:flex}.footer__iit-logo{opacity:.8;width:50px;height:auto;transition:opacity var(--transition-fast)}.footer__iit-logo:hover{opacity:1}.footer__logo-text{flex-direction:column;align-items:flex-start;display:flex}.footer__name{color:var(--white);letter-spacing:-.02em;font-size:1.25rem;font-weight:800;line-height:1.1}.footer__accent{color:var(--red-400);margin-left:.25rem;font-weight:900}.footer__subtitle{color:var(--gray-500);text-transform:uppercase;letter-spacing:.05em;margin-top:2px;font-size:.65rem;font-weight:600}.footer__desc{color:var(--gray-500);max-width:320px;font-size:.88rem;line-height:1.7}.footer__heading{color:var(--white);text-transform:uppercase;letter-spacing:.1em;margin-bottom:var(--space-md);font-size:.8rem;font-weight:600}.footer__col{flex-direction:column;gap:.6rem;display:flex}.footer__link{color:var(--gray-500);transition:all var(--transition-fast);align-items:center;gap:.3em;font-size:.88rem;text-decoration:none;display:flex}.footer__link:hover{color:var(--red-400);transform:translate(3px)}.footer__bottom{padding-top:var(--space-xl);border-top:1px solid #ffffff14;justify-content:space-between;align-items:center;display:flex}.footer__bottom p{color:var(--gray-600);font-size:.78rem}@media (width<=768px){.footer__grid{gap:var(--space-xl);grid-template-columns:1fr 1fr}.footer__brand{grid-column:1/-1}}@media (width<=480px){.footer__grid{grid-template-columns:1fr}.footer__bottom{gap:var(--space-sm);flex-direction:column}}.reveal-section{opacity:0;transition:opacity .8s ease-out,transform .8s ease-out;transform:translateY(30px)}.reveal-section.in-view{opacity:1;transform:translateY(0)}.hero{min-height:calc(100vh - var(--nav-height));padding:var(--space-3xl) 0;align-items:center;display:flex;position:relative;overflow:hidden}.hero__content{z-index:20;grid-template-columns:480px 1fr;align-items:center;gap:0;width:100%;display:grid;position:relative}.hero__text{gap:var(--space-md);text-align:left;-webkit-backdrop-filter:blur(18px);background:#08080ebf;border:1px solid #ffffff14;border-right:none;border-radius:16px 0 0 16px;flex-direction:column;align-items:flex-start;padding:2.5rem 2.8rem;display:flex}.hero__badge{color:var(--gray-200);border-radius:var(--radius-full);letter-spacing:.03em;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff14;border:1px solid #ffffff26;align-items:center;gap:.6em;padding:.45em 1.1em;font-size:.78rem;font-weight:600;display:inline-flex}.hero__badge-dot{background:var(--accent);border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite pulse}.hero__title{letter-spacing:-.035em;color:var(--white);font-size:clamp(2.5rem,5vw,3.5rem);line-height:1.12}.hero__title-line{display:block}.hero__letter{color:var(--accent);font-weight:900;position:relative}.hero__subtitle{color:var(--gray-300);margin-top:var(--space-xs);font-size:1.15rem;font-style:italic;font-weight:400}.hero__pi{color:var(--gray-300);font-size:.95rem}.hero__pi strong{color:var(--white)}.hero__actions{gap:var(--space-md);margin-top:var(--space-md);display:flex}.hero__scroll-hint{flex-direction:column;align-items:center;gap:.5rem;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.hero__scroll-hint span{text-transform:uppercase;letter-spacing:.15em;color:var(--gray-400);font-size:.7rem;font-weight:600}.hero__scroll-line{background:linear-gradient(to bottom, var(--accent), transparent);width:1px;height:32px;animation:2s ease-in-out infinite pulse}.research-card{text-align:left;padding:var(--space-xl) var(--space-xl) var(--space-lg);position:relative}.research-card .icon-box{margin-bottom:var(--space-md);transition:all var(--transition-base)}.research-card:hover .icon-box{background:var(--accent);color:var(--white);box-shadow:var(--shadow-red);transform:scale(1.05)}.research-card__title{margin-bottom:var(--space-sm);font-size:1.05rem;font-weight:700}.research-card__desc{color:var(--gray-500);font-size:.875rem;line-height:1.7}.research-card__arrow{margin-top:var(--space-md);color:var(--gray-400);transition:all var(--transition-base);display:inline-flex}.research-card:hover .research-card__arrow{color:var(--accent);transform:translate(4px)}.about-section{background-color:var(--gray-50);background-position:50%;background-size:cover;position:relative}.about__overlay{z-index:0;background:#fafafaeb;position:absolute;inset:0}.relative-z{z-index:1;position:relative}.about__grid{gap:var(--space-4xl);grid-template-columns:1.2fr .8fr;align-items:center;display:grid}.about__content h2{margin-bottom:0;font-size:clamp(1.5rem,3vw,2.2rem)}.about__content>p{margin-top:var(--space-md);font-size:1rem;line-height:1.85}.about__features{gap:var(--space-lg);margin-top:var(--space-xl);flex-direction:column;display:flex}.about__feature{align-items:flex-start;gap:var(--space-md);display:flex}.about__feature .icon-box{background:var(--white);border:1px solid var(--gray-200)}.about__feature strong{margin-bottom:2px;font-size:.9rem;display:block}.about__feature span{color:var(--gray-500);font-size:.82rem}.about__visual{justify-content:center;display:flex}.about__image-card{aspect-ratio:.85;background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-xl);width:100%;max-width:340px;padding:var(--space-xl);flex-direction:column;justify-content:space-between;display:flex;position:relative;overflow:hidden}.about__image-card:before{content:"";background:var(--accent);height:4px;position:absolute;top:0;left:0;right:0}.about__image-top{flex:1;justify-content:center;align-items:center;display:flex}.about__logo{object-fit:contain;opacity:1;width:240px;height:auto}.about__image-label{margin-top:var(--space-xl);flex-direction:column;display:flex}.about__image-label span:first-child{color:var(--gray-900);letter-spacing:-.03em;font-size:2rem;font-weight:800;line-height:1.1}.about__image-label span:last-child{color:var(--accent);font-size:1.2rem;font-weight:600}.updates-wrapper{max-width:900px;margin:0 auto}.updates-carousel{border-radius:var(--radius-xl);background:var(--white);border:1px solid var(--gray-200);box-shadow:var(--shadow-sm);position:relative;overflow:hidden}.updates-carousel__inner{transition:transform .6s cubic-bezier(.4,0,.2,1);display:flex}.updates-carousel__slide{grid-template-columns:1.2fr 1fr;align-items:center;min-width:100%;display:grid}.updates-carousel__image{background-position:50%;background-size:cover;height:100%;min-height:320px;position:relative}.updates-carousel__content{align-items:center;padding:3rem;display:flex}.updates-carousel__content p{color:var(--gray-800);margin:0;font-size:1.15rem;font-weight:500;line-height:1.6}.badge--overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:var(--white);background:#0009;border:1px solid #ffffff1a;position:absolute;top:1.5rem;left:1.5rem}.updates-carousel__controls{gap:.5rem;display:flex;position:absolute;bottom:1.5rem;right:2rem}.carousel-dot{background:var(--gray-300);cursor:pointer;border:none;border-radius:50%;width:10px;height:10px;padding:0;transition:all .3s}.carousel-dot.active{background:var(--accent);transform:scale(1.2)}.updates-loading,.updates-error,.updates-empty{text-align:center;color:var(--gray-500);background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-xl);max-width:900px;margin:0 auto;padding:4rem}@media (width<=768px){.updates-carousel__slide{grid-template-columns:1fr}.updates-carousel__image{min-height:200px}.updates-carousel__content{padding:2rem}.updates-carousel__controls{right:50%;transform:translate(50%)}}.cta-section{padding:var(--space-4xl) 0}.cta__card{background:var(--gray-900);border-radius:var(--radius-xl);padding:var(--space-4xl);text-align:center;position:relative;overflow:hidden}.cta__bg-pattern{background-image:radial-gradient(circle at 1px 1px,#ffffff08 1px,#0000 0);background-size:24px 24px;position:absolute;inset:0}.cta__card:before{content:"";background:radial-gradient(circle,#dc262626 0%,#0000 70%);border-radius:50%;width:500px;height:500px;position:absolute;top:-60%;right:-15%}.cta__card:after{content:"";background:radial-gradient(circle,#dc262614 0%,#0000 70%);border-radius:50%;width:400px;height:400px;position:absolute;bottom:-40%;left:-15%}.cta__card h2{color:var(--white);margin-bottom:var(--space-md);z-index:1;font-size:clamp(1.5rem,3vw,2.2rem);position:relative}.cta__card p{color:var(--gray-400);max-width:480px;margin:0 auto var(--space-xl);z-index:1;font-size:1.05rem;position:relative}.cta__actions{gap:var(--space-md);z-index:1;justify-content:center;display:flex;position:relative}@media (width<=900px){.hero__content{grid-template-columns:1fr}.hero__text{text-align:left;border-right:1px solid #ffffff14;border-radius:16px;align-items:flex-start;max-width:95%;margin:0 auto;padding:2rem 1.5rem}.hero__scroll-hint{display:none}.about__grid{gap:var(--space-2xl);grid-template-columns:1fr}.about__visual{order:-1}.about__image-card{aspect-ratio:auto;max-width:260px}.cta__card{padding:var(--space-2xl)}}@media (width<=640px){.hero__actions{flex-direction:column}.cta__actions{flex-direction:column;align-items:center}.updates__item{align-items:flex-start;gap:var(--space-sm);flex-direction:column}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;top:0;left:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:0 0}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{-webkit-transform-origin:0 0;width:1600px;height:1600px}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{width:auto;padding:0;max-width:none!important;max-height:none!important}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:#33b5e566}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{box-sizing:border-box;z-index:800;width:0;height:0}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{z-index:800;pointer-events:visiblePainted;pointer-events:auto;position:relative}.leaflet-top,.leaflet-bottom{z-index:1000;pointer-events:none;position:absolute}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{outline-offset:1px;background:#ddd}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{background:#ffffff80;border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{text-align:center;color:#000;background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;text-decoration:none;display:block}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom:none;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.leaflet-bar a.leaflet-disabled{cursor:default;color:#bbb;background-color:#f4f4f4}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-right-radius:2px;border-bottom-left-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{text-indent:1px;font:700 18px Lucida Console,Monaco,monospace}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{background:#fff;border-radius:5px;box-shadow:0 1px 5px #0006}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{color:#333;background:#fff;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{padding-right:5px;overflow:hidden scroll}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{font-size:1.08333em;display:block}.leaflet-control-layers-separator{border-top:1px solid #ddd;height:0;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;padding:0 5px;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{width:1em;height:.6669em;vertical-align:baseline!important;display:inline!important}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{white-space:nowrap;box-sizing:border-box;text-shadow:1px 1px #fff;background:#fffc;border:2px solid #777;border-top:none;padding:2px 5px 1px;line-height:1.1}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{text-align:center;margin-bottom:20px;position:absolute}.leaflet-popup-content-wrapper{text-align:left;border-radius:12px;padding:1px}.leaflet-popup-content{min-height:1px;margin:13px 24px 13px 20px;font-size:1.08333em;line-height:1.3}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{pointer-events:none;width:40px;height:20px;margin-top:-1px;margin-left:-20px;position:absolute;left:50%;overflow:hidden}.leaflet-popup-tip{pointer-events:auto;width:17px;height:17px;margin:-10px auto 0;padding:1px;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{color:#333;background:#fff;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{text-align:center;color:#757575;background:0 0;border:none;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;text-decoration:none;position:absolute;top:0;right:0}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";width:24px;filter:progid:DXImageTransform.Microsoft.Matrix(M11=.707107, M12=.707107, M21=-.707107, M22=.707107);margin:0 auto}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{color:#222;white-space:nowrap;-webkit-user-select:none;user-select:none;pointer-events:none;background-color:#fff;border:1px solid #fff;border-radius:3px;padding:6px;position:absolute;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{pointer-events:none;content:"";background:0 0;border:6px solid #0000;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{margin-left:-6px;left:50%}.leaflet-tooltip-top:before{border-top-color:#fff;margin-bottom:-12px;bottom:0}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-top:-12px;margin-left:-6px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;margin-left:-12px;left:0}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.hero-map-wrapper{z-index:0;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.hero-map-container{background:#0d0d12;width:100%;height:100%}.hero-map-overlay{z-index:10;pointer-events:none;background:linear-gradient(90deg,#08080ee0 0%,#08080e99 35%,#08080e26 60%,#08080e0d 100%);position:absolute;inset:0}.hero-map-topbar{z-index:50;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);pointer-events:none;background:#08080ee6;border:1px solid #ffffff1a;border-radius:999px;align-items:center;gap:1.2rem;padding:.5rem 1.4rem;display:flex;position:absolute;top:1.4rem;right:1.4rem}.hero-map-topbar__inner{align-items:center;gap:1.2rem;display:flex}.hero-map-topbar__legend{align-items:center;gap:1rem;display:flex}.hero-map-topbar__item{color:#aaa;letter-spacing:.02em;align-items:center;gap:.5rem;font-size:.72rem;font-weight:600;display:flex}.hero-map-topbar__divider{background:#ffffff26;width:1px;height:14px}.hero-map-topbar__stat{color:#888;letter-spacing:.03em;white-space:nowrap;font-size:.72rem;font-weight:600}.hero-map-topbar__stat strong{color:var(--accent,#e63946)}.hero-map-topbar__loading{color:#888;letter-spacing:.04em;font-size:.75rem;font-weight:600}.hero-map-loading__dot{background:var(--accent,#e63946);border-radius:50%;width:8px;height:8px;animation:1s ease-in-out infinite blink}.hero-map-citybadge{z-index:50;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;letter-spacing:.05em;text-transform:uppercase;pointer-events:none;background:#08080eeb;border:1px solid #ffffff1a;border-radius:999px;align-items:center;gap:.65rem;padding:.45rem 1.2rem;font-size:.75rem;font-weight:700;display:flex;position:absolute;bottom:1.4rem;right:1.4rem;box-shadow:0 4px 20px #0006}.hero-map-citybadge__dot{background:#2ecc71;border-radius:50%;width:8px;height:8px;animation:2s ease-in-out infinite blink}@keyframes blink{0%,to{opacity:1}50%{opacity:.2}}.hero-map-panel{z-index:50;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#c9d1d9;pointer-events:auto;background:#08080ef2;border:1px solid #ffffff1f;border-radius:10px;min-width:220px;max-width:280px;padding:1rem 1.1rem;font-size:.8rem;animation:.18s ease-out panelIn;position:absolute;top:5.5rem;right:1.4rem;box-shadow:0 8px 32px #0000008c}.hero-map-panel--pinned{border-color:var(--accent,#e63946);box-shadow:0 8px 32px #e639462e}@keyframes panelIn{0%{opacity:0;transform:translate(6px)}to{opacity:1;transform:translate(0)}}.hero-map-panel__header{justify-content:space-between;align-items:flex-start;gap:.4rem;margin-bottom:.7rem;display:flex}.hero-map-panel__title{color:#fff;font-size:.9rem;font-weight:700;line-height:1.3}.hero-map-panel__close{color:#666;cursor:pointer;background:0 0;border:none;flex-shrink:0;padding:0;font-size:.85rem}.hero-map-panel__close:hover{color:var(--accent,#e63946)}.hero-map-panel__table{border-collapse:collapse;width:100%}.hero-map-panel__table tr+tr td{padding-top:.35rem}.hero-map-panel__key{color:#666;white-space:nowrap;vertical-align:top;letter-spacing:.02em;padding-right:.7rem;font-size:.72rem;font-weight:600}.hero-map-panel__val{color:#c9d1d9;font-size:.78rem;line-height:1.4}.hero-map-error{z-index:30;color:#f88;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#e639461f;border:1px solid #e6394659;border-radius:8px;padding:.35rem .9rem;font-size:.72rem;position:absolute;bottom:3.2rem;left:50%;transform:translate(-50%)}.hero-map-container .leaflet-control-zoom{overflow:hidden;border:1px solid #ffffff1a!important;border-radius:8px!important;margin-top:1.4rem!important}.hero-map-container .leaflet-control-zoom a{color:#aaa!important;background:#08080ee0!important;border-bottom:1px solid #ffffff12!important;width:28px!important;height:28px!important;font-size:1rem!important;line-height:28px!important}.hero-map-container .leaflet-control-zoom a:hover{color:#fff!important;background:#e6394640!important}.hero-map-container .leaflet-control-attribution{color:#444!important;background:#08080e99!important;font-size:.58rem!important}.leaflet-attribution-flag{display:none!important}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.skeleton{background:linear-gradient(90deg, var(--gray-100) 25%, var(--gray-200) 50%, var(--gray-100) 75%);border-radius:var(--radius);background-size:200% 100%;animation:1.8s ease-in-out infinite shimmer}.skeleton-text{border-radius:4px;height:1rem;margin-bottom:.5rem}.skeleton-text--sm{width:60%;height:.75rem}.skeleton-text--lg{width:40%;height:1.5rem}.skeleton-card{border-radius:var(--radius-lg);border:1px solid var(--gray-200);background:#fff;padding:1.5rem}.skeleton-card .skeleton-text:last-child{margin-bottom:0}.skeleton-avatar{border-radius:50%;flex-shrink:0;width:48px;height:48px}.skeleton-badge{border-radius:999px;width:60px;height:24px;display:inline-block}.skeleton-row{border-bottom:1px solid var(--gray-100);align-items:center;gap:1rem;padding:1.25rem 0;display:flex}.skeleton-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;display:grid}.skeleton-grid--2{grid-template-columns:repeat(auto-fill,minmax(400px,1fr))}.data-error{text-align:center;color:var(--gray-500);padding:3rem 1.5rem}.data-error__icon{margin-bottom:.75rem;font-size:2rem}.data-error__text{margin-bottom:1rem;font-size:.95rem}.data-error__btn{border:1px solid var(--gray-300);border-radius:var(--radius);color:var(--gray-700);cursor:pointer;background:#fff;align-items:center;gap:.5rem;padding:.5rem 1.25rem;font-size:.85rem;transition:all .2s;display:inline-flex}.data-error__btn:hover{background:var(--gray-50);border-color:var(--gray-400)}.projects-section--alt{background:var(--gray-50)}.vision-intro{text-align:center;max-width:800px;margin:0 auto 4rem}.vision-quote{color:var(--gray-800);margin-bottom:2rem;font-size:clamp(1.4rem,3vw,1.8rem);font-style:italic;font-weight:300;line-height:1.4;position:relative}.vision-quote:before{content:"“";color:var(--accent);opacity:.08;font-family:Georgia,serif;font-size:5rem;position:absolute;top:-2rem;left:-2rem}.vision-quote__author{color:var(--gray-500);margin-top:1rem;font-size:1rem;font-style:normal;font-weight:600;display:block}.vision-lead{color:var(--accent);margin-bottom:2rem;font-size:1.1rem;font-weight:500}.vision-summary{background:var(--white);border-radius:var(--radius-lg);border:1px solid var(--gray-200);text-align:left;box-shadow:var(--shadow-sm);padding:2.5rem}.vision-summary h3{color:var(--gray-900);margin-bottom:1rem;font-size:1.25rem}.vision-summary p{color:var(--gray-600);margin:0;line-height:1.8}.verticals-grid{grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:2rem;display:grid}.vertical-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);flex-direction:column;transition:all .3s;display:flex;overflow:hidden}.vertical-card:hover{box-shadow:var(--shadow-lg);border-color:var(--accent);transform:translateY(-5px)}.vertical-card__visual{background:var(--gray-50);border-bottom:1px solid var(--gray-100);justify-content:center;align-items:center;height:200px;padding:0;display:flex;overflow:hidden}.vertical-card__visual img{object-fit:cover;width:100%;height:100%}.vertical-card__content{text-align:center;flex-grow:1;padding:1.5rem}.vertical-card__title{color:var(--accent);margin-bottom:.5rem;font-size:1.3rem}.vertical-card__desc{color:var(--gray-600);margin:0;font-size:.95rem;font-weight:500}.horizontals-layout{grid-template-rows:1fr 1fr;grid-template-columns:1fr 1fr;gap:3rem;max-width:1000px;margin:0 auto;padding:3rem 0;display:grid;position:relative}.horizontals-center{z-index:10;justify-content:center;align-items:center;width:200px;height:200px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.horizontals-logo{background:var(--white);text-align:center;width:110px;height:110px;color:var(--gray-900);z-index:2;border:3px solid #cca300;border-radius:50%;justify-content:center;align-items:center;font-size:1.2rem;font-weight:800;line-height:1.2;display:flex;box-shadow:0 4px 20px #cca30033}.horizontals-connections{z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.horizontal-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);z-index:2;box-shadow:var(--shadow-sm);padding:1.5rem;transition:all .3s;position:relative}.horizontal-card:hover{box-shadow:var(--shadow-md);border-color:#cca300;transform:translateY(-2px)}.horizontal-card__header{border-bottom:1px solid var(--gray-100);align-items:center;gap:1rem;margin-bottom:1rem;padding-bottom:1rem;display:flex}.horizontal-card__icon{color:#cca300;flex-shrink:0;width:32px;height:32px}.horizontal-card h4{margin:0;font-size:1.1rem;line-height:1.3}.horizontal-card__list{margin:0;padding:0;list-style:none}.horizontal-card__list li{color:var(--gray-600);padding:.4rem 0 .4rem 1.2rem;font-size:.9rem;line-height:1.4;position:relative}.horizontal-card__list li:before{content:"•";color:#cca300;font-weight:700;position:absolute;left:0}.themes-grid{gap:var(--space-xl);grid-template-columns:repeat(auto-fill,minmax(340px,1fr));display:grid}.theme-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:var(--space-xl);transition:all var(--transition-base);position:relative;overflow:hidden}.theme-card:before{content:"";background:var(--accent);transform-origin:0;height:3px;transition:transform var(--transition-slow);position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.theme-card:hover{border-color:var(--accent);box-shadow:var(--shadow-lg);transform:translateY(-4px)}.theme-card:hover:before{transform:scaleX(1)}.theme-card__top{margin-bottom:var(--space-md);justify-content:space-between;align-items:flex-start;display:flex}.theme-card .icon-box{transition:all var(--transition-base)}.theme-card:hover .icon-box{background:var(--accent);color:var(--white);box-shadow:var(--shadow-red)}.theme-card__number{font-family:var(--font-mono);color:var(--gray-100);font-size:2.5rem;font-weight:800;line-height:1}.theme-card h3{margin-bottom:var(--space-sm);font-size:1.1rem}.theme-card p{margin-bottom:var(--space-md);font-size:.875rem;line-height:1.7}.theme-card__tags{flex-wrap:wrap;gap:.35rem;display:flex}.funded-list{flex-direction:column;max-width:820px;margin:0 auto;display:flex}.funded-item{align-items:center;gap:var(--space-lg);padding:var(--space-lg) 0;border-bottom:1px solid var(--gray-100);transition:all var(--transition-base);display:flex}.funded-item:hover{padding-left:var(--space-sm)}.funded-item:last-child{border-bottom:none}.funded-item__index{background:var(--gray-100);border-radius:var(--radius-sm);width:40px;min-width:40px;height:40px;font-family:var(--font-mono);color:var(--gray-500);transition:all var(--transition-base);justify-content:center;align-items:center;font-size:.8rem;font-weight:600;display:flex}.funded-item:hover .funded-item__index{background:var(--accent);color:var(--white)}.funded-item__main{flex:1}.funded-item__main h4{margin-bottom:.2rem;font-size:.92rem}.funded-item__funder{color:var(--gray-500);font-size:.82rem}.funded-item__meta{align-items:center;gap:var(--space-md);flex-shrink:0;display:flex}.funded-item__period{font-family:var(--font-mono);color:var(--gray-400);font-size:.78rem}@media (width<=900px){.verticals-grid{grid-template-columns:1fr}.horizontals-layout{grid-template-rows:auto;grid-template-columns:1fr;gap:1.5rem;padding:1rem 0}.horizontals-center{height:auto;margin:0 auto;padding:1rem 0;position:relative;top:auto;left:auto;transform:none}.horizontals-connections{display:none}}@media (width<=768px){.themes-grid{grid-template-columns:1fr}.funded-item{align-items:flex-start;gap:var(--space-sm);flex-direction:column}}.pub-stats{gap:var(--space-xl);margin-top:var(--space-xl);animation:.6s ease-out .3s both fadeInUp;display:flex;position:relative}.pub-stat{flex-direction:column;display:flex}.pub-stat__number{color:var(--white);letter-spacing:-.03em;font-size:1.75rem;font-weight:800;line-height:1.1}.pub-stat__label{color:var(--gray-500);font-size:.78rem;font-weight:500}.pub-filters{gap:var(--space-sm);margin-bottom:var(--space-2xl);flex-wrap:wrap;display:flex}.pub-filter{font-family:var(--font-sans);color:var(--gray-600);background:var(--white);border:1.5px solid var(--gray-200);border-radius:var(--radius-full);cursor:pointer;transition:all var(--transition-base);align-items:center;gap:.4em;padding:.55em 1.15em;font-size:.85rem;font-weight:500;display:inline-flex}.pub-filter__icon{color:inherit;opacity:.6;align-items:center;display:flex}.pub-filter:hover{border-color:var(--accent);color:var(--accent)}.pub-filter:hover .pub-filter__icon{opacity:1}.pub-filter--active{background:var(--accent);color:var(--white);border-color:var(--accent);box-shadow:var(--shadow-red)}.pub-filter--active .pub-filter__icon{opacity:1}.pub-filter__count{border-radius:var(--radius-full);background:#00000014;padding:.15em .5em;font-size:.72rem;font-weight:700}.pub-filter--active .pub-filter__count{background:#ffffff40}.pub-years{gap:var(--space-md);flex-direction:column;display:flex}.pub-year-group{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);transition:all var(--transition-base);flex-direction:column;display:flex;overflow:hidden;box-shadow:0 2px 4px #00000005}.pub-year-group.is-expanded{border-color:var(--accent);box-shadow:var(--shadow-md)}.pub-year-header{color:var(--gray-900);padding:var(--space-lg) var(--space-xl);cursor:pointer;width:100%;transition:all var(--transition-base);background:0 0;border:none;justify-content:space-between;align-items:center;font-size:1.8rem;font-weight:700;display:flex}.pub-year-header:hover{color:var(--accent)}.is-expanded .pub-year-header{background:var(--red-50);color:var(--accent);border-bottom:1px solid var(--gray-200)}.pub-year-chevron{opacity:.6;color:var(--accent);transition:transform .3s cubic-bezier(.4,0,.2,1)}.is-expanded .pub-year-chevron{transform:rotate(180deg)}.pub-drawer-content{background:var(--gray-50);grid-template-rows:0fr;transition:grid-template-rows .3s cubic-bezier(.4,0,.2,1);display:grid}.is-expanded .pub-drawer-content{grid-template-rows:1fr}.pub-drawer-inner{min-height:0;overflow:hidden}.pub-drawer-inner>.pub-grid{padding:var(--space-xl)}.pub-grid{gap:var(--space-xl);grid-template-columns:repeat(2,1fr);display:grid}.pub-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:var(--space-xl);gap:var(--space-sm);transition:all var(--transition-base);flex-direction:column;animation:.4s ease-out both fadeInUp;display:flex;position:relative;box-shadow:0 4px 6px #00000005}.pub-card:hover{border-color:var(--accent);box-shadow:var(--shadow-md);transform:translateY(-4px)}.pub-card__header{margin-bottom:var(--space-xs);justify-content:space-between;align-items:center;display:flex}.pub-card__badge{font-size:.75rem}.pub-card__link-icon{color:var(--gray-400);transition:color var(--transition-fast);justify-content:center;align-items:center;padding:.2rem;display:flex}.pub-card__link-icon:hover{color:var(--accent)}.pub-card__title{color:var(--gray-900);font-size:1.05rem;font-weight:700;line-height:1.4}.pub-card__title a{color:inherit;transition:color var(--transition-fast);text-decoration:none}.pub-card__title a:hover{color:var(--accent)}.pub-card__authors{color:var(--gray-600);font-size:.9rem;line-height:1.5}.pub-card__journal{color:var(--accent);padding-top:var(--space-md);margin-top:auto;font-size:.85rem;font-style:italic;font-weight:600}@media (width<=768px){.pub-grid{grid-template-columns:1fr}.pub-year-header{font-size:2rem}}.teaching-stats{gap:var(--space-xl);margin-top:var(--space-xl);animation:.6s ease-out .3s both fadeInUp;display:flex;position:relative}.teaching-stat{flex-direction:column;display:flex}.teaching-stat__num{color:var(--white);letter-spacing:-.03em;font-size:1.75rem;font-weight:800;line-height:1.1}.teaching-stat__label{color:var(--gray-500);font-size:.78rem;font-weight:500}.courses-grid{gap:var(--space-xl);grid-template-columns:repeat(auto-fill,minmax(360px,1fr));display:grid}.course-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:var(--space-xl);transition:all var(--transition-base);flex-direction:column;display:flex;position:relative;overflow:hidden}.course-card:before{content:"";background:var(--accent);transform-origin:0;height:3px;transition:transform var(--transition-slow);position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.course-card:hover{border-color:var(--gray-300);box-shadow:var(--shadow-lg);transform:translateY(-4px)}.course-card:hover:before{transform:scaleX(1)}.course-card__header{margin-bottom:var(--space-md);justify-content:space-between;align-items:flex-start;display:flex}.course-card__code-group{align-items:center;gap:var(--space-sm);display:flex}.course-card__icon{background:var(--red-50);border-radius:var(--radius-sm);width:36px;height:36px;color:var(--accent);transition:all var(--transition-base);justify-content:center;align-items:center;display:flex}.course-card:hover .course-card__icon{background:var(--accent);color:var(--white)}.course-card__code{font-family:var(--font-mono);color:var(--accent);font-size:.8rem;font-weight:600}.course-card__meta{align-items:center;gap:var(--space-sm);display:flex}.course-card__name{margin-bottom:var(--space-xs);font-size:1.05rem}.course-card__sem{color:var(--gray-400);font-size:.75rem;font-weight:500;font-family:var(--font-mono);margin-bottom:var(--space-sm)}.course-card__desc{color:var(--gray-500);margin-bottom:var(--space-md);flex:1;font-size:.85rem;line-height:1.7}.course-card__topics{flex-wrap:wrap;gap:.35rem;display:flex}.course-card__topic{background:var(--gray-100);color:var(--gray-600);border-radius:var(--radius-full);transition:all var(--transition-fast);padding:.3em .7em;font-size:.7rem;font-weight:500}.course-card:hover .course-card__topic{background:var(--red-50);color:var(--accent-dark)}.course-card__link{padding-top:var(--space-md);color:var(--accent);border-top:1px solid var(--gray-100);align-items:center;gap:.375rem;margin-top:auto;font-size:.8rem;font-weight:600;transition:gap .2s;display:flex}.course-card:hover .course-card__link{gap:.625rem}@media (width<=480px){.courses-grid{grid-template-columns:1fr}}:root{--react-pdf-annotation-layer:1;--annotation-unfocused-field-background:url("data:image/svg+xml;charset=UTF-8,<svg width='1px' height='1px' xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' style='fill:rgba(0, 54, 255, 0.13);'/></svg>");--input-focus-border-color:Highlight;--input-focus-outline:1px solid Canvas;--input-unfocused-border-color:transparent;--input-disabled-border-color:transparent;--input-hover-border-color:black;--link-outline:none}@media screen and (forced-colors:active){:root{--input-focus-border-color:CanvasText;--input-unfocused-border-color:ActiveText;--input-disabled-border-color:GrayText;--input-hover-border-color:Highlight;--link-outline:1.5px solid LinkText}.annotationLayer .textWidgetAnnotation :is(input,textarea):required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:required{outline:1.5px solid selecteditem}.annotationLayer .linkAnnotation:hover{-webkit-backdrop-filter:invert();backdrop-filter:invert()}}.annotationLayer{pointer-events:none;transform-origin:0 0;z-index:3;position:absolute;top:0;left:0}.annotationLayer[data-main-rotation="90"] .norotate{transform:rotate(270deg)translate(-100%)}.annotationLayer[data-main-rotation="180"] .norotate{transform:rotate(180deg)translate(-100%,-100%)}.annotationLayer[data-main-rotation="270"] .norotate{transform:rotate(90deg)translateY(-100%)}.annotationLayer canvas{width:100%;height:100%;position:absolute}.annotationLayer section{text-align:initial;pointer-events:auto;box-sizing:border-box;transform-origin:0 0;margin:0;position:absolute}.annotationLayer .linkAnnotation{outline:var(--link-outline)}.textLayer.selecting~.annotationLayer section{pointer-events:none}.annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton)>a{width:100%;height:100%;font-size:1em;position:absolute;top:0;left:0}.annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton)>a:hover{opacity:.2;background:#ff0;box-shadow:0 2px 10px #ff0}.annotationLayer .textAnnotation img{cursor:pointer;width:100%;height:100%;position:absolute;top:0;left:0}.annotationLayer .textWidgetAnnotation :is(input,textarea),.annotationLayer .choiceWidgetAnnotation select,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input{background-image:var(--annotation-unfocused-field-background);border:2px solid var(--input-unfocused-border-color);box-sizing:border-box;font:calc(9px * var(--total-scale-factor)) sans-serif;vertical-align:top;width:100%;height:100%;margin:0}.annotationLayer .textWidgetAnnotation :is(input,textarea):required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:required{outline:1.5px solid red}.annotationLayer .choiceWidgetAnnotation select option{padding:0}.annotationLayer .buttonWidgetAnnotation.radioButton input{border-radius:50%}.annotationLayer .textWidgetAnnotation textarea{resize:none}.annotationLayer .textWidgetAnnotation :is(input,textarea)[disabled],.annotationLayer .choiceWidgetAnnotation select[disabled],.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input[disabled]{border:2px solid var(--input-disabled-border-color);cursor:not-allowed;background:0 0}.annotationLayer .textWidgetAnnotation :is(input,textarea):hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:hover{border:2px solid var(--input-hover-border-color)}.annotationLayer .textWidgetAnnotation :is(input,textarea):hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .buttonWidgetAnnotation.checkBox input:hover{border-radius:2px}.annotationLayer .textWidgetAnnotation :is(input,textarea):focus,.annotationLayer .choiceWidgetAnnotation select:focus{border:2px solid var(--input-focus-border-color);outline:var(--input-focus-outline);background:0 0;border-radius:2px}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) :focus{background-color:#0000;background-image:none}.annotationLayer .buttonWidgetAnnotation.checkBox :focus{border:2px solid var(--input-focus-border-color);outline:var(--input-focus-outline);border-radius:2px}.annotationLayer .buttonWidgetAnnotation.radioButton :focus{border:2px solid var(--input-focus-border-color);outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after,.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{content:"";background-color:canvastext;display:block;position:absolute}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{width:1px;height:80%;left:45%}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before{transform:rotate(45deg)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{transform:rotate(-45deg)}.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{border-radius:50%;width:50%;height:50%;top:20%;left:30%}.annotationLayer .textWidgetAnnotation input.comb{padding-left:2px;padding-right:0;font-family:monospace}.annotationLayer .textWidgetAnnotation input.comb:focus{width:103%}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input{appearance:none}.annotationLayer .popupTriggerArea{width:100%;height:100%}.annotationLayer .fileAttachmentAnnotation .popupTriggerArea{position:absolute}.annotationLayer .popupWrapper{font-size:calc(9px * var(--total-scale-factor));width:100%;min-width:calc(180px * var(--total-scale-factor));pointer-events:none;position:absolute}.annotationLayer .popup{max-width:calc(180px * var(--total-scale-factor));box-shadow:0 calc(2px * var(--total-scale-factor)) calc(5px * var(--total-scale-factor)) #888;border-radius:calc(2px * var(--total-scale-factor));padding:calc(6px * var(--total-scale-factor));margin-left:calc(5px * var(--total-scale-factor));cursor:pointer;font:message-box;white-space:normal;word-wrap:break-word;pointer-events:auto;background-color:#ff9;position:absolute}.annotationLayer .popup>*{font-size:calc(9px * var(--total-scale-factor))}.annotationLayer .popup h1{display:inline-block}.annotationLayer .popupDate{margin-left:calc(5px * var(--total-scale-factor));display:inline-block}.annotationLayer .popupContent{margin-top:calc(2px * var(--total-scale-factor));padding-top:calc(2px * var(--total-scale-factor));border-top:1px solid #333}.annotationLayer .richText>*{white-space:pre-wrap;font-size:calc(9px * var(--total-scale-factor))}.annotationLayer .highlightAnnotation,.annotationLayer .underlineAnnotation,.annotationLayer .squigglyAnnotation,.annotationLayer .strikeoutAnnotation,.annotationLayer .freeTextAnnotation,.annotationLayer .lineAnnotation svg line,.annotationLayer .squareAnnotation svg rect,.annotationLayer .circleAnnotation svg ellipse,.annotationLayer .polylineAnnotation svg polyline,.annotationLayer .polygonAnnotation svg polygon,.annotationLayer .caretAnnotation,.annotationLayer .inkAnnotation svg polyline,.annotationLayer .stampAnnotation,.annotationLayer .fileAttachmentAnnotation{cursor:pointer}.annotationLayer section svg{width:100%;height:100%;position:absolute;top:0;left:0}.annotationLayer .annotationTextContent{opacity:0;color:#0000;-webkit-user-select:none;user-select:none;pointer-events:none;width:100%;height:100%;position:absolute}.annotationLayer .annotationTextContent span{width:100%;display:inline-block}:root{--react-pdf-text-layer:1;--highlight-bg-color:#b400aa;--highlight-selected-bg-color:#006400}@media screen and (forced-colors:active){:root{--highlight-bg-color:Highlight;--highlight-selected-bg-color:ButtonText}}[data-main-rotation="90"]{transform:rotate(90deg)translateY(-100%)}[data-main-rotation="180"]{transform:rotate(180deg)translate(-100%,-100%)}[data-main-rotation="270"]{transform:rotate(270deg)translate(-100%)}.textLayer{text-align:initial;-webkit-text-size-adjust:none;-moz-text-size-adjust:none;text-size-adjust:none;forced-color-adjust:none;transform-origin:0 0;z-index:2;line-height:1;position:absolute;inset:0;overflow:hidden}.textLayer :is(span,br){color:#0000;white-space:pre;cursor:text;transform-origin:0 0;margin:0;position:absolute}.textLayer span.markedContent{height:0;top:0}.textLayer .highlight{background-color:var(--highlight-bg-color);border-radius:4px;margin:-1px;padding:1px}.textLayer .highlight.appended{position:initial}.textLayer .highlight.begin{border-radius:4px 0 0 4px}.textLayer .highlight.end{border-radius:0 4px 4px 0}.textLayer .highlight.middle{border-radius:0}.textLayer .highlight.selected{background-color:var(--highlight-selected-bg-color)}.textLayer br::selection{background:0 0}.textLayer .endOfContent{z-index:-1;cursor:default;-webkit-user-select:none;user-select:none;display:block;position:absolute;inset:100% 0 0}.textLayer.selecting .endOfContent{top:0}.hiddenCanvasElement{width:0;height:0;display:none;position:absolute;top:0;left:0}.course-page__back{color:var(--gray-400);align-items:center;gap:.375rem;margin-bottom:1.25rem;font-size:.85rem;font-weight:500;text-decoration:none;transition:color .2s;display:inline-flex}.course-page__back:hover{color:var(--white)}.course-page__code-group{align-items:center;gap:.75rem;margin-bottom:.75rem;display:flex}.course-page__icon{border-radius:var(--radius-sm);width:40px;height:40px;color:var(--accent);background:#e6394626;justify-content:center;align-items:center;display:flex}.course-page__code{font-family:var(--font-mono);color:var(--accent);font-size:.9rem;font-weight:700}.course-page__semester{font-size:.8rem;font-family:var(--font-mono);color:var(--gray-400);border-radius:var(--radius-full);background:#ffffff0f;border:1px solid #ffffff14;margin-top:.75rem;padding:.3rem .75rem;display:inline-block}.course-notifications-section{background:var(--gray-50);border-bottom:1px solid var(--gray-200);padding:1.5rem 0}.course-notifications-box{background:var(--white);border-left:4px solid var(--accent);border-radius:var(--radius);box-shadow:var(--shadow-sm);align-items:flex-start;gap:1rem;padding:1rem 1.5rem;display:flex}.course-notifications-box strong{color:var(--accent);white-space:nowrap}.course-notifications-list{flex-direction:column;gap:.5rem;display:flex}.notification-item{color:var(--gray-800);font-size:.95rem}.notification-item a{color:var(--accent);text-decoration:underline}.course-image-slider{margin-bottom:2rem}.modules-list{flex-direction:column;gap:1.5rem;display:flex}.module-accordion{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);overflow:hidden}.module-summary{background:var(--gray-50);cursor:pointer;border-bottom:1px solid #0000;align-items:center;gap:1rem;padding:1.25rem 1.5rem;list-style:none;transition:background .2s;display:flex}.module-summary::-webkit-details-marker{display:none}.module-summary:hover{background:var(--red-50)}.module-accordion[open] .module-summary{border-bottom-color:var(--gray-200);background:var(--white)}.module-num{text-transform:uppercase;color:var(--accent);border-radius:var(--radius-sm);background:#e639461a;padding:.25rem .5rem;font-size:.8rem;font-weight:700}.module-title{color:var(--gray-900);font-size:1.1rem;font-weight:700}.module-content-area{padding:1.5rem}.module-desc{color:var(--gray-600);margin-bottom:1.5rem;font-size:.95rem}.rich-content{color:var(--gray-800);margin-bottom:1.5rem;font-size:.95rem;line-height:1.6}.rich-content h1,.rich-content h2,.rich-content h3{color:var(--gray-900);margin-top:1.5rem;margin-bottom:.5rem}.rich-content ul,.rich-content ol{margin-bottom:1rem;margin-left:1.5rem}.rich-content img{border-radius:var(--radius);max-width:100%}.submodules-list{border-top:1px solid var(--gray-200);flex-direction:column;gap:1.5rem;margin-top:2rem;padding-top:1.5rem;display:flex}.submodule-item{border-left:3px solid var(--gray-300);padding-left:1rem}.submodule-title{color:var(--gray-900);margin-bottom:.5rem;font-size:1rem;font-weight:700}.submodule-desc{color:var(--gray-600);margin-bottom:1rem;font-size:.9rem}.resources-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem;margin-top:1rem;display:grid}.resource-card{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:var(--radius);align-items:flex-start;gap:1rem;padding:1.25rem;transition:all .2s;display:flex}.resource-card:hover{border-color:var(--accent);background:var(--white);box-shadow:var(--shadow-md)}.resource-card--quiz{border-color:var(--accent);background:#e6394608}.resource-card__icon{background:var(--white);border-radius:var(--radius-sm);width:40px;height:40px;color:var(--accent);border:1px solid var(--gray-200);flex-shrink:0;justify-content:center;align-items:center;display:flex}.resource-card__info{flex:1}.resource-card__title{color:var(--gray-900);margin-bottom:.25rem;font-size:.95rem;font-weight:600}.resource-card__desc{color:var(--gray-500);margin-bottom:.75rem;font-size:.8rem}.resource-card__actions{flex-wrap:wrap;gap:.5rem;display:flex}.btn-sm{align-items:center;gap:.35rem;padding:.35rem .75rem;font-size:.8rem;display:inline-flex}.secure-viewer-modal-overlay{z-index:9999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000c;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.secure-viewer-modal{background:var(--white);border-radius:var(--radius-lg);width:95%;max-width:900px;max-height:95vh;box-shadow:var(--shadow-xl);flex-direction:column;display:flex;overflow:hidden}.secure-viewer-header{background:var(--gray-900);color:var(--white);justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.secure-viewer-header h3{color:var(--white);margin:0;font-size:1.1rem}.secure-viewer-close{color:var(--gray-400);cursor:pointer;background:0 0;border:none;font-size:1.5rem;transition:color .2s}.secure-viewer-close:hover{color:var(--white)}.secure-viewer-body{flex-direction:column;flex:1;align-items:center;padding:2rem;display:flex;overflow-y:auto}.password-gate{text-align:center;max-width:400px;margin:4rem auto}.password-gate p{color:var(--gray-600);margin-bottom:1.5rem}.password-gate form{gap:.5rem;display:flex}.password-gate input{border:1px solid var(--gray-300);border-radius:var(--radius);flex:1;padding:.75rem 1rem;font-size:1rem}.secure-content-wrapper{width:100%}.quiz-container{text-align:center;padding:3rem}.team-section-header{margin-bottom:var(--space-2xl)}.team-section-header h2{margin-bottom:.25rem}.team-section-header p{color:var(--gray-500);margin-top:var(--space-sm);font-size:.95rem}.team-pi{align-items:center;gap:var(--space-2xl);padding:var(--space-2xl);background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-xl);display:flex;position:relative;overflow:hidden}.team-pi:before{display:none}.team-pi__avatar{border-radius:var(--radius-lg);background:0 0;justify-content:center;align-items:center;width:280px;min-width:280px;height:auto;display:flex;position:relative;overflow:visible}.team-pi__ring{border:2px solid var(--accent);border-radius:calc(var(--radius-lg) + 2px);animation:3s ease-in-out infinite borderGlow;position:absolute;inset:-6px}.team-pi__image{border-radius:var(--radius-lg);z-index:1;width:100%;height:auto;display:block;position:relative}.team-pi__info{flex:1}.team-pi__info .badge{margin-bottom:var(--space-sm)}.team-pi__info h2{margin-bottom:.3rem;font-size:1.6rem}.team-pi__role{color:var(--accent);font-size:.95rem;font-weight:600;margin-bottom:.15rem!important}.team-pi__dept{color:var(--gray-500);font-size:.85rem;margin-bottom:.75rem!important}.team-pi__areas{color:var(--gray-600);font-size:.88rem;line-height:1.6;margin-bottom:var(--space-md)!important}.team-pi__areas strong{color:var(--gray-700)}.team-pi__links{gap:var(--space-sm);flex-wrap:wrap;display:flex}.team-section--alt{background:var(--gray-50)}.team-grid{margin-top:0}.team-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:var(--space-xl);align-items:flex-start;gap:var(--space-sm);transition:all var(--transition-base);flex-direction:column;display:flex;position:relative;overflow:hidden}.team-card:before{display:none}.team-card:hover{border-color:var(--gray-300);box-shadow:var(--shadow-lg);transform:translateY(-4px)}.team-card:hover:before{transform:scaleX(1)}.team-card__top{gap:var(--space-md);align-items:flex-start;width:100%;display:flex}.team-card__top-right{flex-direction:column;flex:1;justify-content:space-between;align-items:flex-start;gap:.75rem;height:100%;display:flex}.team-card__bottom{flex-direction:column;gap:.25rem;width:100%;margin-top:.5rem;display:flex}.team-card__avatar{background:var(--accent);border-radius:var(--radius-md);width:120px;height:160px;transition:all var(--transition-base);flex-shrink:0;justify-content:center;align-items:center;display:flex}.team-card:hover .team-card__avatar{box-shadow:var(--shadow-red);transform:scale(1.08)}.team-card__avatar--alt{background:var(--gray-800)}.team-card__avatar span{color:var(--white);letter-spacing:.02em;font-size:1.2rem;font-weight:700}.team-card h4{margin:0 0 .15rem;font-size:1.05rem}.team-card__topic{color:var(--gray-600);margin-bottom:.25rem;font-size:.85rem;line-height:1.5}.team-card__areas{color:var(--gray-500);margin-bottom:.25rem;font-size:.8rem;font-style:italic;line-height:1.5}.team-card__photo{object-fit:cover;border-radius:inherit;width:100%;height:100%}.team-card__links{flex-direction:column;align-items:flex-start;gap:.4rem;width:100%;margin-top:auto;display:flex}.team-card__link{color:var(--accent);border-radius:var(--radius-sm);background:var(--red-50);align-items:center;gap:.3rem;padding:.3rem .6rem;font-size:.75rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.team-card__link:hover{background:var(--accent);color:var(--white)}.team-alumni-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-md);padding:var(--space-lg);justify-content:space-between;align-items:center;gap:var(--space-md);transition:all var(--transition-base);display:flex}.team-alumni-card:hover{border-color:var(--gray-300);box-shadow:var(--shadow-md);transform:translateY(-2px)}.team-alumni__left{align-items:center;gap:var(--space-md);display:flex}.team-alumni__right{align-items:center;gap:.5rem;display:flex}.team-alumni__avatar{background:var(--gray-100);border-radius:var(--radius-md);border:1px solid var(--gray-200);justify-content:center;align-items:center;width:96px;min-width:96px;height:128px;display:flex;overflow:hidden}.team-alumni__photo{object-fit:cover;width:100%;height:100%}.team-alumni__placeholder{color:var(--gray-600);justify-content:center;align-items:center;display:flex}.team-alumni-card h4{margin-bottom:.15rem;font-size:.92rem}.team-alumni-card p{color:var(--gray-500);font-size:.82rem}@media (width<=768px){.team-pi{text-align:center;flex-direction:column;align-items:center}.team-pi:before{width:100%;height:4px}.team-pi__links{justify-content:center}.team-card__top{gap:.75rem}.team-card__avatar{width:110px;height:146px}.team-alumni-card{flex-direction:column;align-items:flex-start}.team-alumni__left{flex-direction:column}.team-alumni__right{align-self:flex-start}}.outreach-timeline{max-width:800px;margin:0 auto;padding-left:32px;position:relative}.outreach-timeline:before{content:"";background:var(--gray-200);width:2px;position:absolute;top:0;bottom:0;left:7px}.outreach-item{margin-bottom:var(--space-xl);position:relative}.outreach-item__dot{background:var(--white);border:3px solid var(--accent);z-index:1;border-radius:50%;width:16px;height:16px;position:absolute;top:1.5rem;left:-32px}.outreach-item__card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:var(--space-xl);transition:all var(--transition-base)}.outreach-item__card:hover{border-color:var(--gray-300);box-shadow:var(--shadow-md)}.outreach-item__header{margin-bottom:var(--space-sm);justify-content:space-between;align-items:center;display:flex}.outreach-item__type{border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.04em;padding:.25em .7em;font-size:.72rem;font-weight:600}.outreach-item__date{font-family:var(--font-mono);color:var(--gray-500);font-size:.8rem}.outreach-item__card h3{margin-bottom:var(--space-sm);font-size:1.05rem}.outreach-item__card p{font-size:.9rem;line-height:1.7}@media (width<=640px){.outreach-timeline{padding-left:24px}.outreach-item__dot{width:12px;height:12px;left:-24px}.outreach-item__header{flex-direction:column;align-items:flex-start;gap:.25rem}}.contact-grid{gap:var(--space-3xl);grid-template-columns:1fr 1fr;align-items:start;display:grid}.contact-info{gap:var(--space-lg);flex-direction:column;display:flex}.contact-info__card{gap:var(--space-md);padding:var(--space-lg);background:var(--gray-50);border:1px solid var(--gray-100);border-radius:var(--radius-lg);transition:all var(--transition-base);display:flex}.contact-info__card:hover{border-color:var(--gray-200);box-shadow:var(--shadow-sm)}.contact-info__icon{justify-content:center;align-items:center;min-width:40px;height:40px;font-size:1.5rem;display:flex}.contact-info__card h4{margin-bottom:.35rem;font-size:.95rem}.contact-info__card p{font-size:.9rem;line-height:1.7}.contact-info__card a{color:var(--accent);transition:color var(--transition-fast);font-weight:500}.contact-info__card a:hover{color:var(--accent-dark)}.contact-info__links{flex-direction:column;gap:.35rem;display:flex}.contact-info__links a{color:var(--accent);font-size:.9rem;font-weight:500}.contact-map{top:calc(var(--nav-height) + var(--space-xl));position:sticky}.contact-map__frame{background:var(--gray-100);border-radius:var(--radius-lg);border:1px solid var(--gray-200);width:100%;height:480px;overflow:hidden}.contact-map__frame iframe{border-radius:var(--radius-lg)}@media (width<=768px){.contact-grid{grid-template-columns:1fr}.contact-map{position:static}.contact-map__frame{height:300px}}.rte-wrapper{border:1px solid var(--gray-300);border-radius:var(--radius);box-shadow:var(--shadow-sm);background:#fff;overflow:hidden}.rte-toolbar{background:var(--gray-50);border-bottom:1px solid var(--gray-200);flex-wrap:wrap;align-items:center;gap:2px;padding:.5rem .75rem;display:flex}.rte-fullscreen-overlay{z-index:99999;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#000000a6;justify-content:center;align-items:center;animation:.2s rte-fade-in;display:flex;position:fixed;inset:0}@keyframes rte-fade-in{0%{opacity:0}to{opacity:1}}.rte-fullscreen-modal{background:#fff;border-radius:12px;flex-direction:column;width:96vw;max-width:1100px;height:92vh;animation:.2s rte-slide-up;display:flex;overflow:hidden;box-shadow:0 32px 80px #0000004d}@keyframes rte-slide-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.rte-fullscreen-header{background:var(--gray-900);border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding:.75rem 1.25rem;display:flex}.rte-fullscreen-title{color:#fff;letter-spacing:.02em;font-size:.95rem;font-weight:600}.rte-fullscreen-hint{color:var(--gray-400);font-size:.75rem;font-style:italic}.rte-fullscreen-modal .rte-toolbar{border-bottom:2px solid var(--gray-200);flex-wrap:nowrap;flex-shrink:0;padding:.6rem 1rem;overflow-x:auto}.rte-editor-content--fullscreen{flex:1;padding:2rem 3rem;overflow-y:auto;max-height:unset!important}.rte-editor-content--fullscreen .ProseMirror{max-width:860px;min-height:100%;margin:0 auto;font-size:1rem;line-height:1.8}.rte-fullscreen-btn{flex-shrink:0;align-items:center;gap:4px;border:1px solid var(--gray-300)!important;margin-left:auto!important;padding:0 10px!important;font-weight:500!important;display:inline-flex!important}.rte-fullscreen-btn:hover:not(:disabled){background:var(--accent)!important;border-color:var(--accent)!important;color:#fff!important}.rte-btn{border-radius:var(--radius-sm);min-width:32px;height:32px;color:var(--gray-700);cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #0000;justify-content:center;align-items:center;padding:0 6px;font-family:inherit;font-size:.85rem;font-weight:600;transition:all .15s;display:inline-flex}.rte-btn:hover:not(:disabled){border-color:var(--gray-300);color:var(--gray-900);background:#fff;box-shadow:0 1px 3px #00000014}.rte-btn--active{box-shadow:none;background:var(--accent)!important;border-color:var(--accent)!important;color:#fff!important}.rte-btn:disabled{opacity:.35;cursor:not-allowed}.rte-divider{background:var(--gray-300);width:1px;height:24px;margin:0 4px}.rte-editor-content{min-height:240px;max-height:480px;padding:1rem 1.25rem;overflow-y:auto}.rte-editor-content .ProseMirror{min-height:200px;color:var(--gray-900);outline:none;font-size:.95rem;line-height:1.7}.rte-editor-content .ProseMirror p{margin:0 0 .75rem}.rte-editor-content .ProseMirror h1{color:var(--gray-900);margin:1.5rem 0 .75rem;font-size:1.6rem;font-weight:700}.rte-editor-content .ProseMirror h2{color:var(--gray-900);margin:1.25rem 0 .6rem;font-size:1.25rem;font-weight:700}.rte-editor-content .ProseMirror h3{color:var(--gray-800);margin:1rem 0 .5rem;font-size:1.05rem;font-weight:700}.rte-editor-content .ProseMirror ul,.rte-editor-content .ProseMirror ol{margin:0 0 .75rem;padding-left:1.5rem}.rte-editor-content .ProseMirror li{margin-bottom:.25rem}.rte-editor-content .ProseMirror blockquote{border-left:4px solid var(--accent);background:var(--gray-50);color:var(--gray-600);margin:1rem 0;padding:.5rem 1rem;font-style:italic}.rte-editor-content .ProseMirror code{background:var(--gray-100);color:var(--accent-dark);border-radius:4px;padding:.15rem .4rem;font-family:monospace;font-size:.875em}.rte-editor-content .ProseMirror pre{background:var(--gray-900);color:#e5e7eb;border-radius:var(--radius);margin:1rem 0;padding:1rem 1.25rem;overflow-x:auto}.rte-editor-content .ProseMirror pre code{color:inherit;background:0 0;padding:0;font-size:.9em}.rte-editor-content .ProseMirror hr{border:none;border-top:2px solid var(--gray-200);margin:1.5rem 0}.rte-editor-content .ProseMirror img{border-radius:var(--radius);max-width:100%;margin:.5rem 0}.rte-editor-content .ProseMirror a{color:var(--accent);text-decoration:underline}.rte-editor-content .ProseMirror strong{font-weight:700}.rte-editor-content .ProseMirror em{font-style:italic}.rte-editor-content .ProseMirror u{text-decoration:underline}.rte-editor-content .ProseMirror s{text-decoration:line-through}.rte-editor-content .ProseMirror p.is-editor-empty:first-child:before{content:attr(data-placeholder);color:var(--gray-400);pointer-events:none;float:left;height:0}.rte-editor-content .ProseMirror [style*="text-align: center"]{text-align:center}.rte-editor-content .ProseMirror [style*="text-align: right"]{text-align:right}.admin-login{background:var(--gray-50);justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}.admin-login__card{border:1px solid var(--gray-200);border-radius:var(--radius-lg);background:#fff;width:100%;max-width:400px;padding:2.5rem;box-shadow:0 4px 24px #0000000f}.admin-login__header{text-align:center;margin-bottom:2rem}.admin-login__header h1{color:var(--gray-900);margin:.5rem 0 .25rem;font-size:1.5rem}.admin-login__header p{color:var(--gray-500);margin:0;font-size:.85rem}.admin-login__lock{background:var(--accent);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;margin:0 auto 1rem;display:flex}.admin-login__form{flex-direction:column;gap:1rem;display:flex}.admin-login__error{border-radius:var(--radius);color:#dc2626;text-align:center;background:#fef2f2;border:1px solid #fecaca;padding:.75rem 1rem;font-size:.85rem}.form-group{flex-direction:column;gap:.375rem;display:flex}.form-group label{color:var(--gray-700);text-transform:uppercase;letter-spacing:.05em;font-size:.8rem;font-weight:600}.form-input{border:1px solid var(--gray-300);border-radius:var(--radius);color:var(--gray-900);background:#fff;outline:none;padding:.625rem .875rem;font-family:inherit;font-size:.9rem;transition:border-color .2s,box-shadow .2s}.form-input:focus{border-color:var(--accent);box-shadow:0 0 0 3px #e639461a}.form-input--textarea{resize:vertical;min-height:80px}.form-select{border:1px solid var(--gray-300);border-radius:var(--radius);color:var(--gray-900);cursor:pointer;background:#fff;outline:none;padding:.625rem .875rem;font-family:inherit;font-size:.9rem}.form-select:focus{border-color:var(--accent);box-shadow:0 0 0 3px #e639461a}.form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.admin-layout{background:var(--gray-50);min-height:100vh}.admin-topbar{border-bottom:1px solid var(--gray-200);z-index:100;background:#fff;justify-content:space-between;align-items:center;padding:.75rem 2rem;display:flex;position:sticky;top:0}.admin-topbar__left{align-items:center;gap:1rem;display:flex}.admin-topbar__logo{color:var(--accent);letter-spacing:-.02em;font-size:1.1rem;font-weight:800}.admin-topbar__sep{background:var(--gray-300);width:1px;height:20px}.admin-topbar__title{color:var(--gray-600);font-size:.85rem;font-weight:500}.admin-topbar__right{align-items:center;gap:.75rem;display:flex}.admin-topbar__user{color:var(--gray-500);font-size:.8rem}.admin-topbar__btn{border:1px solid var(--gray-300);border-radius:var(--radius);color:var(--gray-700);cursor:pointer;background:#fff;padding:.4rem .875rem;font-family:inherit;font-size:.8rem;transition:all .2s}.admin-topbar__btn:hover{background:var(--gray-50);border-color:var(--gray-400)}.admin-topbar__btn--back{align-items:center;gap:.375rem;text-decoration:none;display:inline-flex}.admin-tabs{border-bottom:1px solid var(--gray-200);background:#fff;gap:0;padding:0 2rem;display:flex;overflow-x:auto}.admin-tab{color:var(--gray-500);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-bottom:2px solid #0000;padding:.875rem 1.25rem;font-family:inherit;font-size:.85rem;font-weight:500;transition:all .2s}.admin-tab:hover{color:var(--gray-700)}.admin-tab--active{color:var(--accent);border-bottom-color:var(--accent)}.admin-content{max-width:1200px;margin:0 auto;padding:2rem}.admin-content__header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.admin-content__header h2{color:var(--gray-900);margin:0;font-size:1.25rem;font-weight:700}.admin-content__count{color:var(--gray-500);margin-left:.5rem;font-size:.8rem;font-weight:400}.btn-add{background:var(--accent);color:#fff;border-radius:var(--radius);cursor:pointer;border:none;align-items:center;gap:.375rem;padding:.5rem 1rem;font-family:inherit;font-size:.85rem;font-weight:600;transition:all .2s;display:inline-flex}.btn-add:hover{background:var(--accent-dark);transform:translateY(-1px)}.btn-save{background:var(--accent);color:#fff;border-radius:var(--radius);cursor:pointer;border:none;align-items:center;gap:.375rem;padding:.5rem 1.25rem;font-family:inherit;font-size:.85rem;font-weight:600;transition:all .2s;display:inline-flex}.btn-save:hover{background:var(--accent-dark)}.btn-save:disabled{opacity:.5;cursor:not-allowed}.btn-cancel{border:1px solid var(--gray-300);border-radius:var(--radius);color:var(--gray-700);cursor:pointer;background:#fff;padding:.5rem 1.25rem;font-family:inherit;font-size:.85rem;transition:all .2s}.btn-cancel:hover{background:var(--gray-50)}.admin-table{border:1px solid var(--gray-200);border-radius:var(--radius-lg);background:#fff;width:100%;overflow:hidden}.admin-table table{border-collapse:collapse;width:100%}.admin-table th{text-align:left;text-transform:uppercase;letter-spacing:.05em;color:var(--gray-500);background:var(--gray-50);border-bottom:1px solid var(--gray-200);padding:.75rem 1rem;font-size:.75rem;font-weight:600}.admin-table td{color:var(--gray-700);border-bottom:1px solid var(--gray-100);vertical-align:top;padding:.75rem 1rem;font-size:.85rem}.admin-table tr:last-child td{border-bottom:none}.admin-table tr:hover td{background:var(--gray-50)}.admin-table__title{color:var(--gray-900);max-width:300px;font-weight:600}.admin-table__actions{align-items:center;gap:.5rem;display:flex}.btn-edit,.btn-delete{border-radius:var(--radius);cursor:pointer;border:1px solid;padding:.3rem .625rem;font-family:inherit;font-size:.75rem;transition:all .2s}.btn-edit{color:var(--gray-700);border-color:var(--gray-300);background:#fff}.btn-edit:hover{background:var(--gray-50);border-color:var(--gray-400)}.btn-delete{color:#dc2626;background:#fff;border-color:#fecaca}.btn-delete:hover{background:#fef2f2;border-color:#f87171}.admin-modal-overlay{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;justify-content:center;align-items:center;padding:2rem;display:flex;position:fixed;inset:0}.admin-modal{border-radius:var(--radius-lg);background:#fff;width:100%;max-width:560px;max-height:85vh;transition:transform 50ms;overflow-y:auto;box-shadow:0 20px 60px #00000026}@keyframes admin-modal-shake{0%{transform:translate(0)}20%{transform:translate(-8px)}40%{transform:translate(8px)}60%{transform:translate(-6px)}80%{transform:translate(6px)}to{transform:translate(0)}}.admin-modal--shake{animation:.45s admin-modal-shake}.admin-modal-overlay{cursor:not-allowed}.admin-modal{cursor:default}.admin-modal__header{border-bottom:1px solid var(--gray-200);z-index:1;background:#fff;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex;position:sticky;top:0}.admin-modal__header h3{color:var(--gray-900);margin:0;font-size:1.1rem;font-weight:700}.admin-modal__close{background:var(--gray-100);cursor:pointer;width:32px;height:32px;color:var(--gray-500);border:none;border-radius:50%;justify-content:center;align-items:center;font-size:1.1rem;transition:all .2s;display:flex}.admin-modal__close:hover{background:var(--gray-200);color:var(--gray-700)}.admin-modal__body{flex-direction:column;gap:1rem;padding:1.5rem;display:flex}.admin-modal__footer{border-top:1px solid var(--gray-200);background:#fff;justify-content:flex-end;gap:.75rem;padding:1rem 1.5rem;display:flex;position:sticky;bottom:0}.topic-chips{flex-wrap:wrap;gap:.5rem;margin-top:.5rem;display:flex}.topic-chip{background:var(--gray-100);color:var(--gray-700);border-radius:999px;align-items:center;gap:.375rem;padding:.3rem .75rem;font-size:.8rem;display:inline-flex}.topic-chip__remove{background:var(--gray-300);cursor:pointer;width:16px;height:16px;color:var(--gray-600);border:none;border-radius:50%;justify-content:center;align-items:center;padding:0;font-size:.7rem;line-height:1;transition:all .2s;display:flex}.topic-chip__remove:hover{background:var(--accent);color:#fff}.topic-add{gap:.5rem;margin-top:.5rem;display:flex}.topic-add .form-input{flex:1}.topic-add button{border:1px solid var(--gray-300);border-radius:var(--radius);color:var(--gray-700);cursor:pointer;white-space:nowrap;background:#fff;padding:.5rem .875rem;font-family:inherit;font-size:.85rem;transition:all .2s}.topic-add button:hover{background:var(--gray-50)}.admin-empty{text-align:center;color:var(--gray-400);padding:3rem}.admin-empty__icon{margin-bottom:.75rem;font-size:2.5rem}.admin-empty__text{font-size:.9rem}.admin-loading{text-align:center;color:var(--gray-400);padding:3rem;font-size:.9rem}@media (width<=768px){.admin-topbar{padding:.75rem 1rem}.admin-tabs{padding:0 1rem}.admin-content{padding:1rem}.admin-table{overflow-x:auto}.admin-modal{max-width:100%}.form-row{grid-template-columns:1fr}}.highlights-page__back{color:var(--gray-400);align-items:center;gap:.375rem;margin-bottom:1.25rem;font-size:.85rem;font-weight:500;text-decoration:none;transition:color .2s;display:inline-flex}.highlights-page__back:hover{color:var(--white)}.highlights-empty{text-align:center;color:var(--gray-400);padding:3rem;font-size:.9rem}.highlights-list{flex-direction:column;gap:1.5rem;display:flex}.highlight-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);gap:1.75rem;padding:2rem;transition:all .3s;display:flex}.highlight-card:hover{border-color:var(--gray-300);box-shadow:var(--shadow-lg)}.highlight-card__image{flex-shrink:0;width:140px}.highlight-card__image img{border-radius:var(--radius);border:1px solid var(--gray-200);width:100%;height:auto;box-shadow:0 2px 8px #0000000f}.highlight-card__content{flex:1;min-width:0}.highlight-card__content h3{color:var(--gray-900);margin:0 0 .75rem;font-size:1.1rem;font-weight:700;line-height:1.4}.highlight-card__title-link{color:inherit;text-decoration:none}.highlight-card__title-link h3{color:var(--accent);transition:color .2s}.highlight-card__title-link:hover h3{color:var(--accent-dark);text-decoration:underline}.highlight-card__meta{border-bottom:1px solid var(--gray-100);flex-direction:column;gap:.25rem;margin-bottom:1rem;padding-bottom:1rem;display:flex}.highlight-card__journal,.highlight-card__area{color:var(--gray-600);font-size:.85rem;line-height:1.5}.highlight-card__journal strong,.highlight-card__area strong{color:var(--gray-800)}.highlight-card__highlights h4{color:var(--gray-800);margin:0 0 .5rem;font-size:.85rem;font-weight:700}.highlight-card__highlights ul{flex-direction:column;gap:.375rem;margin:0;padding-left:1.25rem;display:flex}.highlight-card__highlights li{color:var(--gray-600);font-size:.85rem;line-height:1.6}.highlight-card__highlights li::marker{color:var(--accent)}@media (width<=640px){.highlight-card{flex-direction:column;gap:1rem;padding:1.25rem}.highlight-card__image{width:100px}}.project-highlights-page{background-color:var(--bg-primary);padding-bottom:6rem}.project-highlights-page__back{color:var(--gray-600);margin-bottom:2rem;font-weight:500;text-decoration:none;transition:color .2s;display:inline-block}.project-highlights-page__back:hover{color:var(--accent)}.highlight-group__title{color:var(--text-primary);border-bottom:2px solid var(--gray-300);margin-bottom:2rem;padding-bottom:.5rem;font-size:2rem;font-weight:700}.highlights-empty{text-align:center;background-color:var(--bg-secondary);border-radius:var(--radius);color:var(--gray-600);padding:4rem}.highlights-list{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (width>=768px){.highlights-list{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.highlights-list{grid-template-columns:repeat(3,1fr)}}.highlight-card{background-color:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);flex-direction:column;height:100%;transition:all .3s;display:flex;overflow:hidden}.highlight-card:hover{box-shadow:var(--shadow-lg);border-color:var(--gray-300);transform:translateY(-2px)}.highlight-card__image{border-bottom:1px solid var(--gray-200);background-color:#f8f9fa;width:100%}.highlight-card__image img{object-fit:contain;width:100%;height:auto;max-height:250px;display:block}.highlight-card__content{flex:1;padding:1.5rem}.highlight-card__content h3{color:var(--text-primary);margin-bottom:.6rem;font-size:1.05rem;font-weight:600;line-height:1.35}.highlight-card__title-link{color:inherit;text-decoration:none;transition:color .2s}.highlight-card__title-link:hover{color:var(--accent)}.highlight-card__meta{border-bottom:1px solid var(--gray-200);color:var(--gray-700);flex-direction:column;gap:.4rem;margin-bottom:1.2rem;padding-bottom:1.2rem;font-size:.85rem;display:flex}.badge--ongoing{padding:.2em .6em;font-size:.65rem;background:var(--accent)!important;color:var(--white)!important;border-color:var(--accent)!important}.highlight-card__funder{margin-top:.2rem;font-size:.85rem;display:block}.highlight-card__period strong{color:var(--text-primary);margin-top:.2rem;font-weight:600;display:block}.highlight-card__desc{color:var(--gray-700);margin-bottom:1.2rem;font-size:.85rem;line-height:1.5}.highlight-card__highlights h4{color:var(--text-primary);margin-bottom:.6rem;font-size:.9rem}.highlight-card__highlights ul{margin:0;padding-left:0;list-style-type:none}.highlight-card__highlights li{color:var(--gray-700);margin-bottom:.5rem;padding-left:1.2rem;font-size:.85rem;line-height:1.4;position:relative}.highlight-card__highlights li:before{content:"→";color:var(--accent);font-weight:700;position:absolute;left:0}.highlight-card--clickable{cursor:pointer}.highlight-card__image--placeholder{background-color:var(--bg-secondary);color:var(--gray-400);justify-content:center;align-items:center;padding:2rem 0;display:flex}.highlight-card__image--placeholder svg{opacity:.5;width:48px;height:48px}.project-modal-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:9999;background-color:#000000d9;justify-content:center;align-items:center;width:100vw;height:100vh;padding:2rem;animation:.2s ease-out forwards fadeIn;display:flex;position:fixed;top:0;left:0}.project-modal-content{background-color:var(--white);border-radius:var(--radius-xl);flex-direction:column;width:100%;max-width:900px;max-height:85vh;animation:.3s cubic-bezier(.175,.885,.32,1.275) forwards scaleIn;display:flex;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #00000080}.project-modal-close{border:1px solid var(--gray-200);width:44px;height:44px;color:var(--gray-800);cursor:pointer;z-index:20;box-shadow:var(--shadow-md);background-color:#ffffffe6;border-radius:50%;justify-content:center;align-items:center;font-size:1.8rem;transition:all .2s;display:flex;position:absolute;top:1.5rem;right:1.5rem}.project-modal-close:hover{background-color:var(--red-50);color:var(--accent);border-color:var(--accent);transform:rotate(90deg)}.project-modal__scroll{flex:1;overflow-y:auto}.project-modal__image{border-bottom:1px solid var(--gray-200);background-color:#f8f9fa;width:100%}.project-modal__image img{object-fit:cover;width:100%;height:auto;max-height:400px;display:block}.project-modal__body{padding:2.5rem 3rem}.project-modal__body h3{color:var(--gray-900);margin-bottom:1rem;padding-right:3rem;font-size:1.8rem;font-weight:700;line-height:1.35}.project-modal__meta{border-bottom:1px solid var(--gray-200);flex-wrap:wrap;align-items:center;gap:1.5rem;margin-bottom:2.5rem;padding-bottom:1.5rem;font-size:1rem;display:flex}.project-modal__desc{color:var(--gray-700);margin-bottom:2.5rem;font-size:1.1rem;line-height:1.8}.project-modal__highlights h4{color:var(--text-primary);margin-bottom:1rem;font-size:1.2rem}.project-modal__highlights ul{margin:0;padding-left:0;list-style-type:none}.project-modal__highlights li{color:var(--gray-700);margin-bottom:.8rem;padding-left:1.5rem;font-size:1.05rem;line-height:1.6;position:relative}.project-modal__highlights li:before{content:"→";color:var(--accent);font-weight:700;position:absolute;left:0}@media (width<=640px){.project-modal__body{padding:2rem}.project-modal__body h3{font-size:1.6rem}.project-modal-overlay{padding:1rem}}*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--white:#fff;--off-white:#fafafa;--gray-50:#f8f8f8;--gray-100:#f0f0f0;--gray-200:#e4e4e4;--gray-300:#d4d4d4;--gray-400:#a3a3a3;--gray-500:#737373;--gray-600:#525252;--gray-700:#404040;--gray-800:#262626;--gray-900:#171717;--black:#0a0a0a;--red-50:#fef2f2;--red-100:#fee2e2;--red-200:#fecaca;--red-300:#fca5a5;--red-400:#f87171;--red-500:#ef4444;--red-600:#dc2626;--red-700:#b91c1c;--red-800:#991b1b;--red-900:#7f1d1d;--accent:#dc2626;--accent-light:#ef4444;--accent-dark:#b91c1c;--accent-subtle:#fef2f2;--accent-glow:#dc26261f;--success:#16a34a;--warning:#d97706;--font-sans:"Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-mono:"JetBrains Mono", "Fira Code", monospace;--space-xs:.25rem;--space-sm:.5rem;--space-md:1rem;--space-lg:1.5rem;--space-xl:2rem;--space-2xl:3rem;--space-3xl:4rem;--space-4xl:6rem;--space-5xl:8rem;--max-width:1200px;--nav-height:72px;--shadow-xs:0 1px 2px #0000000a;--shadow-sm:0 1px 3px #0000000f, 0 1px 2px #0000000a;--shadow-md:0 4px 6px #0000000d, 0 2px 4px #0000000a;--shadow-lg:0 10px 25px #00000012, 0 4px 10px #0000000a;--shadow-xl:0 20px 50px #0000001a;--shadow-red:0 4px 14px #dc262626;--shadow-red-lg:0 8px 30px #dc262633;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:24px;--radius-full:9999px;--transition-fast:.15s cubic-bezier(.4, 0, .2, 1);--transition-base:.25s cubic-bezier(.4, 0, .2, 1);--transition-slow:.4s cubic-bezier(.4, 0, .2, 1);--transition-spring:.5s cubic-bezier(.34, 1.56, .64, 1)}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-sans);color:var(--gray-900);background-color:var(--white);font-size:16px;line-height:1.7;overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}h1,h2,h3,h4,h5,h6{font-family:var(--font-sans);color:var(--gray-900);font-weight:700;line-height:1.2}h1{letter-spacing:-.03em;font-size:2.8rem}h2{letter-spacing:-.02em;font-size:2.2rem}h3{letter-spacing:-.01em;font-size:1.5rem}h4{font-size:1.25rem}p{color:var(--gray-600);line-height:1.8}.container{max-width:var(--max-width);padding:0 var(--space-xl);margin:0 auto}.section{padding:var(--space-5xl) 0}.section-sm{padding:var(--space-3xl) 0}.section-header{text-align:center;margin-bottom:var(--space-3xl)}.section-header h2{margin-bottom:var(--space-md);color:var(--gray-900)}.section-header p{max-width:640px;color:var(--gray-500);margin:0 auto;font-size:1.05rem}.section-label{font-family:var(--font-mono);color:var(--accent);text-transform:uppercase;letter-spacing:.12em;margin-bottom:var(--space-sm);align-items:center;gap:.5em;font-size:.78rem;font-weight:600;display:inline-flex}.section-label:before{display:none}.badge{border-radius:var(--radius-full);background:var(--red-50);color:var(--red-700);letter-spacing:.03em;border:1px solid var(--red-100);white-space:nowrap;flex-shrink:0;align-items:center;padding:.3em .85em;font-size:.72rem;font-weight:600;display:inline-flex}.badge--dark{background:var(--gray-900);color:var(--white);border-color:var(--gray-900)}.badge--outline{color:var(--gray-600);border:1px solid var(--gray-300);background:0 0}.btn{font-family:var(--font-sans);border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition-base);border:none;align-items:center;gap:.5em;padding:.8em 1.6em;font-size:.9rem;font-weight:600;text-decoration:none;display:inline-flex;position:relative;overflow:hidden}.btn:after{content:"";opacity:0;transition:opacity var(--transition-fast);background:linear-gradient(#ffffff1a 0%,#0000 100%);position:absolute;inset:0}.btn:hover:after{opacity:1}.btn--primary{background:var(--accent);color:var(--white);box-shadow:var(--shadow-red)}.btn--primary:hover{background:var(--accent-dark);box-shadow:var(--shadow-red-lg);transform:translateY(-2px)}.btn--outline{color:var(--gray-900);border:1.5px solid var(--gray-300);background:0 0}.btn--outline:hover{border-color:var(--accent);color:var(--accent);background:var(--red-50);transform:translateY(-1px)}.btn--ghost{color:var(--accent);background:0 0;padding:.5em 0}.btn--ghost:hover{color:var(--accent-dark)}.btn--sm{padding:.55em 1.1em;font-size:.82rem}.card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:var(--space-xl);transition:all var(--transition-base);position:relative}.card:before{display:none}.card:hover{border-color:var(--gray-300);box-shadow:var(--shadow-lg);transform:translateY(-4px)}.card:hover:before{transform:scaleX(1)}.grid{gap:var(--space-xl);display:grid}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}@media (width<=1024px){.grid-4,.grid-3{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.container{padding:0 var(--space-md)}.section{padding:var(--space-3xl) 0}}.divider{display:none}.divider--center{margin-left:auto;margin-right:auto}.icon-box{border-radius:var(--radius-md);background:var(--gray-100);width:48px;height:48px;color:var(--gray-700);transition:all var(--transition-base);flex-shrink:0;justify-content:center;align-items:center;display:flex}.icon-box svg{stroke:currentColor;fill:none;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:22px;height:22px}.icon-box--red{background:var(--red-50);color:var(--accent)}.icon-box--lg{width:56px;height:56px}.icon-box--lg svg{width:26px;height:26px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.6}}@keyframes drawLine{0%{stroke-dashoffset:100px}to{stroke-dashoffset:0}}@keyframes countUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes borderGlow{0%,to{box-shadow:0 0 0 0 var(--accent-glow)}50%{box-shadow:0 0 0 6px var(--accent-glow)}}.animate-in{animation:.7s ease-out both fadeInUp}.animate-fade{animation:.6s ease-out both fadeIn}.animate-slide-left{animation:.7s ease-out both slideInLeft}.animate-slide-right{animation:.7s ease-out both slideInRight}.animate-scale{animation:.5s ease-out both scaleIn}.animate-float{animation:3s ease-in-out infinite float}.animate-delay-1{animation-delay:.1s}.animate-delay-2{animation-delay:.2s}.animate-delay-3{animation-delay:.3s}.animate-delay-4{animation-delay:.4s}.animate-delay-5{animation-delay:.5s}.animate-delay-6{animation-delay:.6s}.stagger-children>*{opacity:0;animation:.5s ease-out both fadeInUp}.stagger-children>:first-child{animation-delay:50ms}.stagger-children>:nth-child(2){animation-delay:.1s}.stagger-children>:nth-child(3){animation-delay:.15s}.stagger-children>:nth-child(4){animation-delay:.2s}.stagger-children>:nth-child(5){animation-delay:.25s}.stagger-children>:nth-child(6){animation-delay:.3s}.stagger-children>:nth-child(7){animation-delay:.35s}.stagger-children>:nth-child(8){animation-delay:.4s}.stagger-children>:nth-child(9){animation-delay:.45s}.page-header{padding:var(--space-4xl) 0 var(--space-2xl);background:var(--gray-900);border-bottom:none;position:relative;overflow:hidden}.page-header:before{content:"";background:radial-gradient(circle, var(--accent-glow) 0%, transparent 70%);pointer-events:none;border-radius:50%;width:600px;height:600px;position:absolute;top:-50%;right:-20%}.page-header:after{display:none}.page-header h1{margin-top:var(--space-sm);color:var(--white);animation:.6s ease-out both fadeInUp;position:relative}.page-header .section-label{position:relative}.page-header .section-label:before{background:var(--red-400)}.page-header__desc{max-width:600px;margin-top:var(--space-md);color:var(--gray-400);font-size:1.05rem;animation:.6s ease-out .15s both fadeInUp;position:relative}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--gray-100)}::-webkit-scrollbar-thumb{background:var(--gray-400);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--accent)}::selection{background:var(--accent);color:var(--white)}
