@import "https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400&family=Outfit:wght@200;300;400;500;600;700;800;900&display=swap";:root{--mps-navy:#1e1e50;--mps-orange:#ff8200;--mps-light-bg:#f5f5f5;--mps-white:#fff;--mps-text:#333;--mps-text-light:#666;--mps-shadow:0 5px 15px #0000001a;--mps-trans:all .3s ease;--section-padding:3.5rem 0;--section-gap:1.35rem}*{box-sizing:border-box;margin:0;padding:0}input,select,textarea,button{font-family:inherit}html{-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;scroll-padding-top:115px;font-size:16px}body{background-color:var(--mps-white);color:var(--mps-text);font-family:Outfit,sans-serif;font-size:clamp(13px,3.5vw,15px);line-height:1.5;overflow-x:hidden}.mps-app{max-width:100%;overflow-x:clip}.mps-brand-title{white-space:nowrap}img,video,iframe{max-width:100%;height:auto}.mps-hero-lead{color:inherit;font-size:clamp(.95rem,2.5vw,1.4rem);line-height:1.55}.container{max-width:1280px;margin:0 auto;padding:0 2rem}.top-bar{background:var(--mps-navy);color:var(--mps-white);border-bottom:1px solid #ffffff14;width:100%;padding:.7rem 0;font-size:.78rem;position:relative;overflow:hidden}.ticker-wrap{width:100%;display:flex;overflow:hidden}.ticker-track{white-space:nowrap;align-items:center;gap:2.5rem;padding-left:100%;animation:65s linear infinite marquee-scroll;display:inline-flex}.ticker-track:hover{animation-play-state:paused}.ticker-item{flex-shrink:0;align-items:center;gap:.6rem;display:inline-flex}.ticker-item a{color:inherit;text-decoration:none;transition:color .2s}.ticker-item a:hover,.info-icon{color:var(--mps-orange)}.ticker-highlight{color:var(--mps-white);background:linear-gradient(135deg, var(--mps-orange) 0%, #ff9e33 100%);border-radius:99px;padding:.2rem .75rem;font-weight:700;box-shadow:0 2px 8px #ff820059}.badge-pulse{background-color:#fff;border-radius:50%;width:8px;height:8px;animation:1.5s infinite white-pulse;display:inline-block;box-shadow:0 0 #ffffffb3}.ticker-divider{color:#fff3;margin-left:2.5rem;font-weight:300}@keyframes marquee-scroll{0%{transform:translate(0,0)}to{transform:translate(-100%)}}@keyframes white-pulse{0%{box-shadow:0 0 #ffffffb3}70%{box-shadow:0 0 0 6px #fff0}to{box-shadow:0 0 #fff0}}.main-nav{background:var(--mps-white);z-index:1000;padding:.8rem 0;position:sticky;top:0;overflow:visible;box-shadow:0 2px 8px #00000014}.nav-links{text-transform:uppercase;letter-spacing:.5px;align-items:center;gap:1.8rem;font-size:.75rem;font-weight:600;list-style:none;display:flex}.nav-links a,.nav-dropdown-toggle{color:var(--mps-text);transition:var(--mps-trans);cursor:pointer;align-items:center;padding:.3rem 0;text-decoration:none;display:inline-flex;position:relative}.nav-links a:after,.nav-dropdown-toggle:after{content:"";background:var(--mps-orange);width:0;height:2px;transition:width .3s;position:absolute;bottom:0;left:0}.nav-links a:hover:after,.nav-links a.active:after,.nav-dropdown-toggle:hover:after{width:100%}.nav-links a:hover,.nav-links a.active,.nav-dropdown-toggle:hover{color:var(--mps-orange)}.nav-dropdown-item{position:relative}.nav-dropdown-toggle{-webkit-user-select:none;user-select:none;gap:4px}.nav-dropdown-menu{opacity:0;pointer-events:none;z-index:1000;background:#fff;border:1px solid #0000000d;border-radius:14px;flex-direction:column;gap:.75rem;min-width:160px;margin-top:.5rem;padding:.9rem 1.1rem;list-style:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;top:100%;left:50%;transform:translate(-50%)translateY(10px);box-shadow:0 15px 35px #1e1e501f}.nav-dropdown-menu:before{content:"";background:0 0;width:100%;height:22px;position:absolute;top:-22px;left:0}.nav-dropdown-menu a{text-transform:uppercase;letter-spacing:.5px;font-weight:600;display:block;color:var(--mps-navy)!important;padding:.25rem 0!important;font-size:.72rem!important}.nav-dropdown-menu a:after{display:none!important}.nav-dropdown-menu a:hover{transform:translate(3px);color:var(--mps-orange)!important}@media (width>=1025px){.nav-dropdown-item:hover .nav-dropdown-menu{opacity:1;pointer-events:all;transform:translate(-50%)translateY(0)}}@media (width<=1024px){.nav-dropdown-menu{display:none;box-shadow:none!important;opacity:1!important;pointer-events:all!important;background:#1e1e5008!important;border:none!important;gap:.6rem!important;width:calc(100% - 1rem)!important;margin:.5rem 0 0 1rem!important;padding:.65rem 1rem!important;position:static!important;transform:none!important}.nav-dropdown-menu.active{display:flex!important}.nav-dropdown-menu a{color:var(--mps-text)!important;font-size:.68rem!important}}.mobile-menu-toggle{display:none}.desktop-only{display:block}.mobile-only{display:none}@media (width<=1024px){.mobile-menu-toggle{display:block!important}.desktop-only{display:none!important}.nav-links{opacity:0;pointer-events:none;z-index:-1;background:#fff;flex-direction:column;gap:1.5rem;width:100%;padding:2rem;font-size:clamp(.85rem,2.2vw,.95rem);transition:all .4s cubic-bezier(.4,0,.2,1);position:absolute;top:100%;left:0;transform:translateY(-100%);box-shadow:0 10px 20px #0000001a}.nav-links.active{opacity:1;pointer-events:all;z-index:100;transform:translateY(0)}.mobile-only{display:block!important}}.hero{text-align:center;height:100vh;min-height:100svh;color:var(--mps-white);align-items:center;display:flex;position:relative;overflow:hidden}.hero-overlay{z-index:1;background:#00000073;width:100%;height:100%;position:absolute;top:0;left:0}.hero-controls{z-index:3;gap:.5rem;display:flex;position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%)}.hero-dot{cursor:pointer;background:#ffffff59;border:1px solid #fffc;border-radius:999px;width:10px;height:10px;transition:all .25s}.hero-dot.active{background:var(--mps-orange);border-color:var(--mps-orange);width:24px}.hero-content{z-index:2;width:100%;position:relative}.hero h1{margin-bottom:1rem;font-size:clamp(1.6rem,5vw,3rem);font-weight:800;line-height:1.2}.section-title{text-align:center;margin-bottom:2rem}.section-title h2{color:var(--mps-navy);padding-bottom:.8rem;font-size:clamp(1.3rem,4vw,1.8rem);font-weight:700;position:relative}.section-title h2:after{content:"";background:var(--mps-orange);width:50px;height:3px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.mps-btn{background:var(--mps-orange);color:var(--mps-white);cursor:pointer;text-transform:uppercase;transition:var(--mps-trans);letter-spacing:.5px;border:none;border-radius:5px;padding:.7rem 1.5rem;font-size:.75rem;font-weight:700}.mps-btn:hover{background:var(--mps-navy);transform:translateY(-2px);box-shadow:0 4px 12px #00000026}button,a.mps-btn,.mps-btn{transition:all .3s}button:hover,a:hover{transform:translateY(-2px)}.sub-page{padding-top:4rem}.page-header{background:var(--mps-navy);color:var(--mps-white);text-align:center;padding:6rem 0;position:relative;overflow:hidden}.page-header h1{z-index:2;font-size:clamp(1.6rem,5vw,3.5rem);position:relative}.gallery-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;padding:4rem 0;display:grid}.gallery-item{height:250px;box-shadow:var(--mps-shadow);transition:var(--mps-trans);border-radius:15px;position:relative;overflow:hidden}.gallery-item img{object-fit:cover;width:100%;height:100%;transition:var(--mps-trans)}.gallery-item:hover img{transform:scale(1.1)}.gallery-overlay{opacity:0;color:#fff;width:100%;height:100%;transition:var(--mps-trans);background:linear-gradient(#0000,#1e1e50cc);align-items:flex-end;padding:1.5rem;display:flex;position:absolute;top:0;left:0}.gallery-item:hover .gallery-overlay{opacity:1}.feature-box{box-shadow:var(--mps-shadow);border-bottom:4px solid var(--mps-orange);transition:var(--mps-trans);cursor:pointer;background:#fff;border-radius:20px;padding:3rem}.feature-box:hover{background:var(--mps-navy);transform:translateY(-10px);color:#fff!important}.feature-box:hover h4{color:var(--mps-orange)}.back-btn{background:var(--mps-navy);color:#fff;cursor:pointer;transition:var(--mps-trans);border:none;border-radius:5px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.8rem 1.5rem;font-weight:600;display:inline-flex}.back-btn:hover{background:var(--mps-orange)}.mps-footer{background:var(--mps-navy);color:var(--mps-white);padding:4rem 0 2rem}.site-footer{box-sizing:border-box;background:var(--mps-navy);color:#fff;border-top:4px solid var(--mps-orange);padding:clamp(2rem,4vw,2.75rem) 0 clamp(1rem,2vw,1.35rem)}.site-footer .site-footer__grid{max-width:1180px;margin-left:auto!important;margin-right:auto!important}.site-footer__heading{letter-spacing:.1em;text-transform:uppercase;color:#fff;border-left:3px solid var(--mps-orange);margin:0 0 .85rem;padding-left:.75rem;font-size:.78rem;font-weight:800}.site-footer__link{color:#ffffffeb;border-bottom:1px solid #0000;font-size:.88rem;line-height:1.45;text-decoration:none;transition:color .2s,border-color .2s;display:inline-block}.site-footer__link:hover{color:var(--mps-orange);border-bottom-color:#ff820073}.site-footer__link:focus-visible{outline:2px solid var(--mps-orange);outline-offset:3px;border-radius:2px}.site-footer__list{flex-direction:column;gap:.55rem;margin:0;padding:0;list-style:none;display:flex}.site-footer__brand-text{color:#fff;font-size:clamp(.95rem,2.2vw,1.05rem);font-weight:800;line-height:1.2}.site-footer__tag{letter-spacing:.12em;color:var(--mps-orange);opacity:.95;font-size:.65rem;font-weight:700}.site-footer__blurb{opacity:.9;color:#ffffffeb;max-width:22rem;margin:0 0 1.1rem;font-size:.85rem;line-height:1.65}.site-footer__brand-col{flex-direction:column;align-items:flex-start;display:flex}.site-footer__brand-link{color:inherit;align-items:center;gap:.75rem;margin-bottom:.35rem;text-decoration:none;display:inline-flex}.site-footer__social-btn{color:#fff;background:#ffffff14;border:1px solid #ffffff1f;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;text-decoration:none;transition:background .2s,border-color .2s,color .2s;display:flex}.site-footer__social-btn:hover{background:var(--mps-orange);border-color:var(--mps-orange);color:#fff}.site-footer__list--contact li{align-items:flex-start;gap:.65rem;display:flex}.site-footer__contact-text{word-break:break-word;color:#ffffffeb;font-size:.88rem;line-height:1.45}.site-footer__copy{text-align:center;opacity:.88;color:#ffffffe0;border-top:1px solid #ffffff1a;max-width:1180px;margin-top:clamp(1.25rem,2.5vw,1.65rem);margin-left:auto;margin-right:auto;padding:clamp(.65rem,1.4vw,.9rem) 1rem 0;font-size:.72rem;line-height:1.55}@media (width<=768px){.site-footer{border-radius:0;margin:0;padding:1.5rem 0 1rem!important}.site-footer .site-footer__grid{gap:1.35rem!important}.site-footer__social{justify-content:center}.site-footer__brand-col{text-align:center;align-items:center}.site-footer__brand-link{flex-wrap:wrap;justify-content:center}.site-footer__brand-link span{text-align:center}.site-footer__brand-col .site-footer__blurb{margin-left:auto;margin-right:auto}footer.site-footer div.container{gap:1.25rem!important}}.chairman-sticky-col{position:sticky;top:120px}@media (width<=1024px){.chairman-sticky-col{position:relative!important;top:0!important}}@media (width<=992px){.hero h1{font-size:clamp(1.45rem,5vw,2.2rem)}body{font-size:13.5px}}@media (width<=768px){body{font-size:13px}input,select,textarea,button{font-size:16px}.container{padding:0 1rem}.top-bar{padding:.55rem 0;font-size:.7rem;display:block}.ticker-track{animation:50s linear infinite marquee-scroll}header.main-nav{padding:.55rem 0}header.main-nav .container{flex-flow:wrap;justify-content:space-between;align-items:center;gap:.35rem .5rem}header.main-nav .container>a[href]{flex:auto;min-width:0;max-width:calc(100% - 52px)}.mps-brand-title{white-space:normal}header.main-nav .mps-brand-title{font-size:clamp(.9rem,3.8vw,1.1rem)!important;line-height:1.2!important}header.main-nav .mps-brand-tagline{letter-spacing:.06em!important;font-size:clamp(.5rem,2vw,.6rem)!important}header.main-nav div[style*="width: 50px"]{width:34px!important;height:34px!important}.nav-links{overscroll-behavior:contain;flex-wrap:wrap;justify-content:flex-start;gap:.5rem;max-height:calc(100vh - 70px);overflow-y:auto;padding:1.1rem 1rem!important;font-size:clamp(.85rem,2.5vw,1rem)!important}.nav-links li{width:100%}.nav-links a{min-height:38px;padding:.5rem 0;display:block}.hero{height:100vh!important;min-height:100svh!important}.hero h1{margin-bottom:.6rem;padding:0 .75rem;line-height:1.18;font-size:clamp(1.2rem,5vw,1.75rem)!important}.hero p{padding:0 .5rem;line-height:1.45;margin-bottom:1.1rem!important;font-size:clamp(.78rem,2.6vw,.95rem)!important}.mps-hero-ctas{box-sizing:border-box;flex-direction:column;align-items:stretch;width:100%;max-width:22rem;margin-left:auto;margin-right:auto;padding:0 .75rem;gap:.65rem!important}.mps-hero-ctas .mps-btn{text-align:center;justify-content:center;width:100%;padding:.75rem 1rem!important;font-size:clamp(.65rem,2.4vw,.78rem)!important}footer .mps-hero-ctas{max-width:100%}.hero-controls{gap:.4rem;bottom:.9rem}.hero-dot{width:8px;height:8px}.hero-dot.active{width:18px}.section-title h2{font-size:clamp(1.1rem,4vw,1.4rem)}h2,.mps-h2{font-size:clamp(1.2rem,5.5vw,1.75rem)!important;line-height:1.22!important}h3{font-size:clamp(1.05rem,4.5vw,1.5rem)!important}h4{line-height:1.3;font-size:clamp(.9rem,4vw,1.1rem)!important}h5{font-size:clamp(.85rem,3.5vw,1rem)!important}.section-title{margin-bottom:1.25rem}section div.container[style*="display: grid"]{grid-template-columns:1fr!important;gap:1.25rem!important}.gallery-grid{grid-template-columns:1fr!important;gap:1rem!important}section[id=achievements] div.container,section[id=events] div.container,section[id=transport] div.container,section[id=contact] div.container{grid-template-columns:1fr!important;gap:1.25rem!important}section[id=achievements] div[style*="grid-template-columns: 1fr 1fr"]{grid-template-columns:1fr!important}section[id=library] div.container{text-align:center;grid-template-columns:1fr!important}section[id=library] div[style*="position: absolute"][style*="bottom: -30px"]{display:inline-block;border-radius:20px!important;margin:1rem auto 0!important;padding:1.25rem 1.5rem!important;position:relative!important;bottom:auto!important;right:auto!important}section[id=library] div[style*="position: absolute"][style*="bottom: -30px"] h3{font-size:1.5rem!important}section[id=building] div[style*="position: absolute"][style*="bottom: -30px"],section[id=transport] div[style*="position: absolute"][style*="bottom: -30px"]{display:inline-block;border-radius:18px!important;margin:1rem auto 0!important;padding:1rem 1.25rem!important;position:relative!important;bottom:auto!important;right:auto!important}section[id=building] div[style*="position: absolute"][style*="bottom: -30px"] h4,section[id=transport] div[style*="position: absolute"][style*="bottom: -30px"] h4{font-size:1.4rem!important}section[style*="background: var(--mps-orange)"] div.container{text-align:center;flex-direction:column;gap:1rem}footer div.container{text-align:center;grid-template-columns:1fr!important;gap:1.5rem!important}footer:not(.site-footer) h4{border-bottom:2px solid var(--mps-orange);padding-bottom:.5rem;font-size:.95rem;display:inline-block;border-left:none!important;padding-left:0!important}footer.site-footer .site-footer__heading{border-bottom:2px solid var(--mps-orange);margin-left:auto;margin-right:auto;padding-bottom:.45rem;display:inline-block;border-left:none!important;padding-left:0!important}footer.site-footer nav .site-footer__list{align-items:center}footer.site-footer address .site-footer__list--contact{align-items:flex-start;max-width:18rem;margin-left:auto;margin-right:auto}section[id=contact] div[style*="height: 400px"]{height:260px!important}section[id=contact] form{padding:1.25rem!important}section[id=contact] form h3{margin-bottom:1rem!important;font-size:clamp(1.1rem,4.5vw,1.4rem)!important}section[id=contact] form button{padding:.9rem!important;font-size:.85rem!important}section[id=contact] input,section[id=contact] textarea,section[id=careers] input,section[id=careers] select,section[id=careers] textarea{width:100%}.responsive-grid.grid-cols-2{gap:1.25rem}.chairman-home-img-wrap{border-width:6px!important;border-radius:20px!important;box-shadow:0 15px 35px #00000014!important}.chairman-sticky-col{position:static!important}section h3[style*="2.5rem"]{font-size:clamp(1.1rem,4.5vw,1.6rem)!important}section p[style*="1.2rem"]{font-size:clamp(.82rem,2.8vw,.95rem)!important}.mps-stats-strip h3{font-size:clamp(1.1rem,5vw,1.35rem)!important}section[id=events] div[style*="padding: 2rem"]{gap:1rem!important;padding:1rem 1.25rem!important}section[id=events] div[style*="paddingRight: 2rem"]{padding-right:.85rem!important}section[id=transport] div[style*="height: 450px"]{height:240px!important}.section-padding,.mps-section-y{padding-top:2rem!important;padding-bottom:2rem!important}.mps-section-y--short{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.page-header{padding:2.5rem 0!important}.page-header h1{font-size:clamp(1.35rem,5.5vw,2.2rem)!important}.chat-widget.campus-chat-panel{width:min(96vw,380px);height:min(70vh,500px)}section[id=achievements] div[style*="width: 70px"]{width:50px!important;height:50px!important}section[id=faculty] h2[style*="3rem"],section[id=contact] h2[style*="3rem"],section[id=events] h2[style*="3rem"],section[id=testimonials] h2[style*="3rem"]{font-size:clamp(1.2rem,5vw,1.75rem)!important}}@media (width<=480px){html{scroll-padding-top:98px}.container{padding-left:.8rem;padding-right:.8rem}.nav-links{padding-left:.8rem!important;padding-right:.8rem!important}.hero h1{font-size:clamp(1.08rem,5.5vw,1.45rem)!important}.hero p{font-size:clamp(.74rem,3vw,.88rem)!important}body{font-size:12px}h2,.mps-h2{font-size:clamp(1.1rem,5.5vw,1.5rem)!important}h3{font-size:clamp(.95rem,4vw,1.25rem)!important}h4{font-size:clamp(.85rem,3.8vw,1rem)!important}.section-padding,.mps-section-y{padding-top:1.65rem!important;padding-bottom:1.65rem!important}section[id=testimonials] div[style*="font-size: 4rem"]{font-size:2.5rem!important}.mps-stats-strip h3{font-size:clamp(1rem,4.5vw,1.25rem)!important}section[id=faculty] article h6{font-size:.85rem!important}}.section-padding{box-sizing:border-box;padding-top:3.25rem;padding-bottom:3.25rem}.mps-section-y{box-sizing:border-box;padding-top:4rem;padding-bottom:4rem}.mps-section-y--short{box-sizing:border-box;padding-top:2.75rem;padding-bottom:2.75rem}.mps-h2{color:var(--mps-navy);font-size:clamp(1.35rem,4.5vw,2.8rem);font-weight:800;line-height:1.18}.mps-h2--light{color:#fff}.mps-h2--transport{color:var(--mps-navy);font-size:clamp(1.25rem,4vw,2.5rem);font-weight:800;line-height:1.2}.mps-h2--exam{color:#fff;font-size:clamp(1.2rem,3.5vw,2.4rem);font-weight:800;line-height:1.22}.mps-lead{font-size:clamp(.85rem,2.4vw,1.1rem);line-height:1.55}.mps-stat-num{font-size:clamp(1.4rem,6vw,2.4rem)!important}.mps-inline-h2{font-size:clamp(1.35rem,4.5vw,2.8rem)!important}.mps-inline-h3{font-size:clamp(1.15rem,3.8vw,2.2rem)!important}.hall-of-fame-rank-banner{transition:transform .2s,box-shadow .2s;box-shadow:0 12px 40px #1e1e5038}.hall-of-fame-rank-banner:hover{transform:translateY(-2px);box-shadow:0 16px 48px #1e1e5047}.mps-teacher-photo-slot{color:#1e1e5061;letter-spacing:.14em;text-transform:uppercase;background:linear-gradient(#eef0f8 0%,#e2e6f2 100%);border-bottom:1px dashed #1e1e5038;flex-shrink:0;justify-content:center;align-items:center;height:clamp(90px,22vw,120px);font-size:.7rem;font-weight:800;display:flex}.mps-sports-section{padding-bottom:clamp(2.25rem,6vw,4.5rem)}.mps-library-section{background-position:50%;background-size:cover;background-attachment:fixed}@media (width<=768px){.mps-library-section{background-attachment:scroll!important}}.mps-building-slide{height:clamp(220px,52vh,500px)}.mps-stats-strip .container{grid-template-columns:repeat(2,1fr);align-items:stretch;gap:1rem;max-width:460px;margin:0 auto;display:grid}@media (width<=768px){.mps-stats-strip .container{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:.5rem!important}.mps-stats-strip .container>div{padding:.55rem .4rem!important}}@media (width<=380px){.mps-stats-strip .container{grid-template-columns:1fr!important}}.responsive-grid{gap:var(--section-gap);display:grid}.grid-cols-4{grid-template-columns:repeat(4,1fr)}.grid-cols-3{grid-template-columns:repeat(3,1fr)}.grid-cols-2{grid-template-columns:repeat(2,1fr)}@media (width<=1024px){.grid-cols-4{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.grid-cols-4,.grid-cols-3,.grid-cols-2{grid-template-columns:1fr!important;gap:1rem!important}section[id=faculty] .responsive-grid{grid-template-columns:repeat(2,1fr)!important;gap:clamp(.75rem,2.2vw,1.1rem)!important}@media (width<=480px){section[id=faculty] .responsive-grid{grid-template-columns:repeat(2,1fr)!important;gap:.5rem!important}.mps-teacher-card-body{padding:.5rem .6rem!important}section[id=library] div[style*="bottom: -30px"]{border-radius:16px!important;padding:clamp(.75rem,2vw,1.25rem)!important;bottom:10px!important;right:10px!important}section[id=building] div[style*="bottom: -30px"]{border-radius:16px!important;padding:clamp(.75rem,2vw,1.25rem)!important;bottom:15px!important;right:15px!important}}.mps-teacher-card-body{padding:clamp(.8rem,2.2vw,1.05rem)!important}.mobile-hide{display:none!important}}.building-slider{height:650px}.building-info-box{padding:2rem 4rem}.building-title{font-size:3rem}@media (width<=768px){.building-slider{height:400px!important}.building-info-box{padding:1.5rem!important}.building-title{font-size:1.8rem!important}.building-desc{font-size:.9rem!important}}@media (width<=480px){.building-slider{height:300px!important}}.mps-whatsapp-fab{z-index:12150;left:max(16px, env(safe-area-inset-left,0px));bottom:max(22px, env(safe-area-inset-bottom,0px));color:#fff;background:#25d366;border-radius:50%;justify-content:center;align-items:center;width:54px;height:54px;text-decoration:none;display:flex;position:fixed;box-shadow:0 10px 30px #0003}.mps-whatsapp-fab svg{flex-shrink:0;width:26px;height:26px}.mps-chat-anchor{z-index:12150;right:max(14px, env(safe-area-inset-right,0px));bottom:max(18px, env(safe-area-inset-bottom,0px));flex-direction:column;align-items:flex-end;gap:10px;display:flex;position:fixed}.mps-chat-toggle-fab{cursor:pointer;background:var(--mps-navy);color:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:54px;height:54px;display:flex;box-shadow:0 12px 32px #00000047}.campus-chat-panel-surface{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 24px 60px #0000002e}@media (width>=769px){.mps-whatsapp-fab{width:65px;height:65px;bottom:30px;left:30px}.mps-whatsapp-fab svg{width:30px;height:30px}.mps-chat-anchor{gap:12px;bottom:24px;right:20px}.mps-chat-toggle-fab{width:60px;height:60px}}.chat-widget.campus-chat-panel{box-sizing:border-box;flex-direction:column;width:min(380px,100vw - 28px);height:min(480px,100vh - 128px);max-height:520px;display:flex}.campus-chat-messages{background:#f4f5f9;flex-direction:column;flex:1;gap:.75rem;min-height:0;padding:1rem 1.1rem;display:flex;overflow-y:auto}.campus-chat-msg{white-space:pre-wrap;word-break:break-word;border-radius:14px;max-width:88%;padding:.65rem .95rem;font-size:.85rem;line-height:1.45}.campus-chat-msg--bot{color:#333;background:#fff;border:1px solid #e8e8ef;border-bottom-left-radius:4px;align-self:flex-start}.campus-chat-msg--user{background:var(--mps-navy);color:#fff;border-bottom-right-radius:4px;align-self:flex-end}.campus-chat-input-row{background:#fff;align-items:center;gap:.5rem;padding:.75rem 1rem 1rem;display:flex}.campus-chat-chips{background:#fff;border-top:1px solid #eee;flex-wrap:wrap;gap:.4rem;padding:0 1rem .65rem;display:flex}.campus-chat-chip{color:var(--mps-navy);cursor:pointer;background:#fafafa;border:1px solid #ddd;border-radius:999px;padding:.35rem .65rem;font-size:.65rem;font-weight:700}.campus-chat-chip:hover{border-color:var(--mps-orange);color:var(--mps-orange)}@media (width<=768px){.chat-widget.campus-chat-panel{width:min(380px,100vw - 28px);height:min(440px,100vh - 132px);max-height:500px}}@media (width<=480px){.chat-widget.campus-chat-panel{width:calc(100vw - 20px);max-width:100%;height:min(68vh,520px);max-height:min(520px,100dvh - 100px)}.campus-chat-messages{padding:.75rem .85rem}.campus-chat-msg{max-width:92%;font-size:.8rem}}.gallery-slide-item{min-width:800px;height:480px}@media (width<=1024px){.gallery-slide-item{min-width:600px!important;height:400px!important}}@media (width<=768px){.gallery-slide-item{border-width:10px!important;min-width:400px!important;height:300px!important}}@media (width<=480px){.gallery-slide-item{min-width:200px!important;height:300px!important}}@media (width<=430px){.hero h1{padding:0 .45rem;font-size:clamp(1.25rem,6vw,1.7rem)!important}.hero p{padding:0 .35rem;font-size:clamp(.8rem,3.2vw,.95rem)!important}.mps-hero-ctas{padding:0 .4rem;gap:.6rem!important}.mps-hero-ctas .mps-btn{padding:.78rem .9rem!important;font-size:.74rem!important}.gallery-slide-item{border-width:8px!important;border-radius:18px!important;min-width:320px!important;height:235px!important}section[id=faculty] .responsive-grid{gap:.85rem!important}section[id=faculty] article{border-radius:12px!important}section[id=faculty] article h6{font-size:.9rem!important;line-height:1.25!important}}@media (width<=390px){.hero h1{font-size:clamp(1.18rem,6.2vw,1.55rem)!important;line-height:1.16!important}.hero p{margin-bottom:1rem!important;font-size:.76rem!important}.mps-hero-ctas .mps-btn{min-height:42px;font-size:.71rem!important}.hero-controls{bottom:.75rem}.gallery-slide-item{border-width:7px!important;min-width:290px!important;height:215px!important}.mps-teacher-card-body{padding:.65rem .7rem .75rem!important}}@media (width<=360px){.container{padding-left:.7rem;padding-right:.7rem}.hero h1{font-size:clamp(1.08rem,6.5vw,1.4rem)!important}.hero p{font-size:.72rem!important;line-height:1.35!important}.mps-hero-ctas .mps-btn{padding:.72rem .75rem!important;font-size:.68rem!important}.gallery-slide-item{border-width:6px!important;min-width:264px!important;height:195px!important}section[id=faculty] article h6{font-size:.84rem!important}}.promo-popup-overlay{z-index:12000;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.promo-popup-backdrop{-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;position:absolute;inset:0}.promo-popup-card{z-index:1;background:#fff;border-radius:20px;flex-direction:column;width:min(960px,96vw);max-height:min(90vh,880px);display:flex;position:relative;overflow:hidden;box-shadow:0 40px 100px #00000059}.promo-popup-close{z-index:3;color:#fff;cursor:pointer;background:#1e1e50eb;border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:transform .2s,background .2s;display:flex;position:absolute;top:12px;right:12px}.promo-popup-close:hover{background:var(--mps-orange);transform:scale(1.05)}.promo-popup-stage{flex:1;align-items:center;gap:.25rem;min-height:0;padding:3rem .5rem .75rem;display:flex}.promo-popup-slide-wrap{flex:1;justify-content:center;align-items:center;min-width:0;max-height:min(72vh,720px);display:flex}.promo-popup-img{object-fit:contain;border-radius:12px;width:auto;max-width:100%;height:auto;max-height:min(72vh,720px)}.promo-popup-nav{color:#fff;cursor:pointer;background:#1e1e50e0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;transition:background .2s,transform .2s;display:flex}.promo-popup-nav:hover{background:var(--mps-orange);transform:scale(1.05)}@media (width<=520px){.promo-popup-stage{padding:2.75rem .25rem .5rem}.promo-popup-nav{width:38px;height:38px}}.promo-popup-dots{justify-content:center;gap:8px;padding:.75rem 1rem 1.25rem;display:flex}.promo-popup-dot{cursor:pointer;background:#c8c8d8;border:none;border-radius:50%;width:9px;height:9px;padding:0;transition:background .2s,transform .2s}.promo-popup-dot.is-active{background:var(--mps-orange);transform:scale(1.2)}.facilities-grid{grid-template-columns:repeat(4,1fr);gap:clamp(.85rem,2vw,1.5rem);display:grid}@media (width<=1024px){.facilities-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=768px){.facilities-grid{grid-template-columns:repeat(2,1fr);gap:1rem}}@media (width<=480px){.facilities-grid{grid-template-columns:1fr;gap:1rem}}.preloader-overlay{background:var(--mps-navy);z-index:99999;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.preloader-content{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;display:flex}.preloader-logo-wrap{justify-content:center;align-items:center;width:120px;height:120px;display:flex;position:relative}.preloader-logo{object-fit:contain;z-index:2;width:100%;height:100%}.logo-glow-ring{z-index:1;background:radial-gradient(circle,#ff820040 0%,#0000 70%);border-radius:50%;animation:2s ease-in-out infinite glow-pulse;position:absolute;inset:-10px}.preloader-text{flex-direction:column;gap:.25rem;display:flex}.preloader-title{color:var(--mps-white);letter-spacing:1px;margin:0;font-size:1.5rem;font-weight:900;line-height:1.2}.preloader-subtitle{color:var(--mps-orange);letter-spacing:2px;margin:0;font-size:.72rem;font-weight:800}.preloader-bar-container{background:#ffffff1a;border-radius:10px;height:3px;overflow:hidden}.preloader-bar-fill{background:linear-gradient(90deg, var(--mps-orange) 0%, #ffbe7a 100%);border-radius:10px;height:100%}@keyframes glow-pulse{0%,to{opacity:.5;transform:scale(.9)}50%{opacity:1;transform:scale(1.15)}}.mps-map-container{min-height:400px;box-shadow:var(--mps-shadow);border:5px solid #fff;border-radius:30px;flex:1;display:flex;position:relative;overflow:hidden}.mps-map-directions-btn{background:var(--mps-navy,#1e293b);color:#fff;z-index:10;border:2px solid #ffffff1a;border-radius:50px;align-items:center;gap:8px;padding:12px 24px;font-size:.85rem;font-weight:800;text-decoration:none;transition:all .3s cubic-bezier(.165,.84,.44,1);display:flex;position:absolute;bottom:20px;right:20px;box-shadow:0 10px 25px #00000040}.mps-map-directions-btn:hover{background:var(--mps-orange,#ff8200);color:#fff;border-color:#fff3;transform:translateY(-3px);box-shadow:0 15px 30px #ff820059}@media (width<=768px){.mps-map-container{height:260px!important;min-height:260px!important}.mps-map-directions-btn{padding:8px 16px;font-size:.78rem;bottom:12px;right:12px}}
