*{font-family:Source Sans Pro,Open Sans,HelveticaNeue-Light,Helvetica Neue Light,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif}:root{--msu-maroon: #5D1725;--msu-dark-maroon: #3D0F19;--msu-light-maroon: #8B2332;--msu-gold: #FFC72C;--msu-green: #4CAF50;--msu-cream: #F5F1E8;--msu-white: #FFFFFF}.navbar{background:linear-gradient(135deg,var(--msu-maroon) 0%,var(--msu-dark-maroon) 100%);box-shadow:0 4px 15px #0000004d;position:sticky;top:0;padding:0 1rem;width:100%;z-index:1000;border-bottom:3px solid var(--msu-gold)}.navbar-container{max-width:1400px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center;height:70px}.navbar-logo a{color:var(--msu-white);font-size:24px;font-weight:700;text-decoration:none;letter-spacing:.5px;transition:color .3s ease}.navbar-logo a:hover{color:var(--msu-gold)}.navbar-logo img{height:50px;width:auto;display:block;transition:transform .3s ease}.navbar-logo a:hover img{transform:scale(1.05)}.navbar-menu{display:flex;list-style:none;margin:0;padding:0;gap:5px}.navbar-item{position:relative}.navbar-link{display:block;color:var(--msu-white);text-decoration:none;padding:12px 18px;font-size:16px;font-weight:500;border-radius:6px;transition:all .3s ease;white-space:nowrap}.navbar-link:hover{background-color:var(--msu-light-maroon);color:var(--msu-green);transform:translateY(-2px)}.navbar-link:active{transform:translateY(0)}.navbar-dropdown{position:relative}.dropdown-toggle{background:none;border:none;color:var(--msu-white);cursor:pointer;padding:12px 18px;font-size:16px;font-weight:500;display:flex;align-items:center;transition:all .3s ease;border-radius:6px}.dropdown-toggle:hover{background-color:var(--msu-light-maroon);color:var(--msu-green)}.dropdown-arrow{font-size:.8rem;margin-left:.3rem;transition:transform .3s ease;display:inline-block}.dropdown-arrow.active,.navbar-dropdown:hover .dropdown-arrow{transform:rotate(180deg)}.dropdown-menu{position:absolute;top:100%;left:0;background-color:var(--msu-dark-maroon);min-width:200px;list-style:none;padding:.5rem 0;border-radius:5px;box-shadow:0 4px 12px #0003;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s ease}.navbar-dropdown:hover .dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-menu li{width:100%}.dropdown-menu a{color:var(--msu-cream);text-decoration:none;padding:.7rem 1.2rem;display:block;font-size:.9rem;transition:background-color .3s ease}.dropdown-menu a:hover{background-color:var(--msu-light-maroon);color:var(--msu-green)}.hamburger{display:none;flex-direction:column;background:transparent;border:none;cursor:pointer;padding:0;z-index:1001}.hamburger span{width:25px;height:3px;background-color:var(--msu-white);margin:3px 0;transition:all .3s ease;border-radius:3px}.hamburger.active span:nth-child(1){transform:rotate(45deg) translate(7px,7px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}@media screen and (max-width:1300px){.hamburger{display:flex}.navbar-menu{position:fixed;left:-100%;top:70px;flex-direction:column;background:linear-gradient(180deg,var(--msu-maroon) 0%,var(--msu-dark-maroon) 100%);width:100%;max-width:350px;height:calc(100vh - 70px);text-align:left;transition:left .3s ease;box-shadow:2px 0 10px #0000004d;overflow-y:auto;gap:0;padding:20px 0}.navbar-menu.active{left:0}.navbar-item{width:100%}.navbar-link{width:100%;padding:15px 30px;border-radius:0;border-left:4px solid transparent}.navbar-link:hover{background-color:var(--msu-light-maroon);border-left-color:var(--msu-green);transform:translate(5px)}.dropdown-menu{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;background-color:var(--msu-dark-maroon);max-height:0;overflow:hidden;transition:max-height .3s ease;padding:0}.dropdown-menu.active{max-height:200px;padding:.5rem 0}.dropdown-arrow{display:inline-block}.navbar-dropdown{width:100%}.dropdown-toggle{width:100%;padding:15px 30px;border-radius:0;border-left:4px solid transparent;justify-content:space-between}.dropdown-toggle:hover{background-color:var(--msu-light-maroon);border-left-color:var(--msu-green)}}@media screen and (max-width:480px){.navbar-container{padding:0 15px;height:60px}.navbar-logo a{font-size:20px}.navbar-menu{top:60px;height:calc(100vh - 60px);max-width:100%}.navbar-link{padding:12px 20px;font-size:15px}}@media(prefers-reduced-motion:reduce){.navbar-link,.navbar-menu,.hamburger span,.dropdown-arrow{transition:none}}.navbar-link:focus,.dropdown-toggle:focus,.hamburger:focus{outline:2px solid var(--msu-green);outline-offset:2px}.navbar-link.active-page{background-color:var(--msu-light-maroon);border-bottom:3px solid var(--msu-green)}.social-icon-row{background-color:#5d1725!important;margin-bottom:0}.social-icon-container,.social-icon-container ul{display:flex;justify-content:center;flex-direction:row;align-items:center}.social-icon-container ul li{list-style:none}.social-icon img{width:50px;height:50px;padding:15px}.nav-item-dropdown{position:relative;display:inline-block}.dropdown-toggle{background:none;border:none;cursor:pointer;display:flex;align-items:center;gap:.3rem}.dropdown-arrow{font-size:.7rem;transition:transform .3s}.dropdown-open .dropdown-arrow{transform:rotate(180deg)}.dropdown-menu{position:absolute;top:100%;left:0;background:#fff;min-width:220px;border-radius:5px;box-shadow:0 5px 15px #0003;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s ease;z-index:1000}.dropdown-menu.dropdown-open{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-item{display:block;padding:.75rem 1.25rem;color:#333;text-decoration:none;transition:background .2s}.dropdown-item:hover{background:#f0f0f0}.dropdown-item:first-child{border-radius:5px 5px 0 0}.dropdown-item:last-child{border-radius:0 0 5px 5px}.logo-text{display:inline}.logo-text-short{display:none}@media(max-width:1200px)and (min-width:769px){.logo-text{display:none}.logo-text-short{display:inline;font-size:1.5rem;font-weight:700;letter-spacing:-.02em}}@media(max-width:768px){.dropdown-menu{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;background:#0000001a;max-height:0;overflow:hidden;transition:max-height .3s ease}.dropdown-menu.dropdown-open{max-height:200px}.dropdown-item{padding-left:2rem}.logo-text{display:none}.logo-text-short{display:inline;font-size:1.5rem;font-weight:700;letter-spacing:-.02em}}.dropdown-main{font-size:1.2em;padding-top:4px}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;color:#333}.app{min-height:100vh;display:flex;flex-direction:column}.footer{background:#2c2c2c;color:#e0e0e0;margin-top:auto;padding:3rem 0 1rem}.footer-container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-heading{font-size:1.25rem;margin-bottom:1rem;color:#fff}.footer-subheading{font-size:1rem;margin-bottom:.75rem;color:#fff}.footer-text{font-size:.9rem;line-height:1.7;color:#b0b0b0}.footer-links{list-style:none}.footer-links li{margin-bottom:.5rem}.footer-links a,.footer-email{color:#b0b0b0;text-decoration:none;transition:color .3s}.footer-links a:hover,.footer-email:hover{color:#fff}.footer-bottom{border-top:1px solid #444;padding-top:1.5rem;text-align:center;font-size:.9rem;color:#888}.homepage{flex:1}.hero{position:relative;background:linear-gradient(135deg,#5d001e,#8b0033);color:#fff;padding:6rem 1.5rem;text-align:center;overflow:hidden}.hero-content{position:relative;z-index:2;max-width:900px;margin:0 auto}.hero-title{font-size:3.5rem;font-weight:800;margin-bottom:1.5rem;line-height:1.2}.hero-subtitle{font-size:1.25rem;margin-bottom:2.5rem;line-height:1.7;opacity:.95;padding:1.5rem}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn{padding:.875rem 2rem;font-size:1rem;font-weight:600;border:none;border-radius:6px;cursor:pointer;transition:all .3s;display:inline-flex;align-items:center;gap:.5rem;text-decoration:none}.btn-primary{background:#fff;color:#5d001e}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0003}.btn-secondary{background:transparent;color:#fff;border:2px solid white}.btn-secondary:hover{background:#fff;color:#5d001e}.btn-outline{background:transparent;color:#5d001e;border:2px solid #5d001e}.btn-outline:hover{background:#5d001e;color:#fff}.hero-overlay{position:absolute;inset:0;background:radial-gradient(circle at 20% 50%,rgba(255,255,255,.1) 0%,transparent 50%);z-index:1}.intro{padding:5rem 1.5rem;background:#f9f9f9}.intro-container{max-width:900px;margin:0 auto}.section-title{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem;color:#5d001e;text-align:center}.intro-text{font-size:1.125rem;line-height:1.8;margin-bottom:2rem;text-align:center}.involved{margin-top:3rem}.involved-title{font-size:1.75rem;font-weight:600;margin-bottom:1rem;color:#333}.involved-text{font-size:1rem;line-height:1.8;color:#555}.highlights{padding:5rem 1.5rem;background:#fff}.highlights-container{max-width:1200px;margin:0 auto}.highlight-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.highlight-card{background:#fff;border:2px solid #e0e0e0;border-radius:12px;padding:2rem;cursor:pointer;transition:all .3s}.highlight-card:hover{border-color:#5d001e;transform:translateY(-4px);box-shadow:0 8px 20px #5d001e26}.highlight-icon{color:#5d001e;margin-bottom:1.5rem}.highlight-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#333}.highlight-description{font-size:1rem;line-height:1.7;color:#666;margin-bottom:1.5rem}.highlight-link{display:inline-flex;align-items:center;gap:.25rem;color:#5d001e;font-weight:600;font-size:.9rem}.news{padding:5rem 1.5rem;background:#f9f9f9}.news-container{max-width:1200px;margin:0 auto}.news-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-top:3rem}.news-card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 8px #00000014;transition:box-shadow .3s}.news-card:hover{box-shadow:0 4px 16px #0000001f}.news-date{display:flex;align-items:center;gap:.5rem;color:#5d001e;font-size:.9rem;font-weight:600;margin-bottom:1rem}.news-title{font-size:1.25rem;font-weight:700;margin-bottom:.75rem;color:#333}.news-excerpt{font-size:.95rem;line-height:1.7;color:#666;margin-bottom:1.25rem}.news-link{display:inline-flex;align-items:center;gap:.25rem;color:#5d001e;font-weight:600;font-size:.9rem;background:none;border:none;cursor:pointer;padding:0}.news-link:hover{text-decoration:underline}.news-footer{text-align:center;margin-top:3rem}@media(max-width:768px){.mobile-menu-button{display:block}.nav{display:none;position:absolute;top:70px;left:0;right:0;background:#5d001e;flex-direction:column;padding:1rem 1.5rem;gap:0}.nav-mobile-open{display:flex}.nav-link{padding:.75rem 0;border-bottom:1px solid rgba(255,255,255,.1)}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.125rem}.section-title{font-size:2rem}.highlight-grid,.news-grid,.footer-grid{grid-template-columns:1fr}}@media(max-width:480px){.hero-title{font-size:2rem}.hero{padding:4rem 1.5rem}.hero-buttons{flex-direction:column}.btn{width:100%;justify-content:center}}.page-author-message{width:95%;padding:5px;margin:2px auto;text-align:center;font-size:smaller;background-color:#cbc4c4}.page-author-message:hover{background-image:linear-gradient(to bottom,#d3d3d3,#a9a9a9);color:#000;transition:.4s ease-in-out}.carousel-section{padding:60px 20px;background-color:#f8f9fa}.carousel-container{max-width:1000px;margin:0 auto;position:relative;overflow:hidden;border-radius:12px;box-shadow:0 4px 20px #0000001a}.carousel-slides{position:relative;width:100%;height:500px}.carousel-slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity .5s ease-in-out;pointer-events:none}.carousel-slide.active{opacity:1;pointer-events:auto}.carousel-slide img{width:100%;height:100%;object-fit:cover}.carousel-caption{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(0,0,0,.8),transparent);color:#fff;padding:40px 30px 30px}.carousel-caption h3{font-size:32px;margin:0 0 10px;font-weight:600}.carousel-caption p{font-size:18px;margin:0;opacity:.9}.carousel-btn{position:absolute;top:50%;transform:translateY(-50%);background-color:#ffffffe6;border:none;border-radius:50%;width:50px;height:50px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;z-index:10}.carousel-btn:hover{background-color:#fff;box-shadow:0 4px 12px #0003}.carousel-btn.prev{left:20px}.carousel-btn.next{right:20px}.carousel-indicators{position:absolute;bottom:20px;left:50%;transform:translate(-50%);display:flex;gap:10px;z-index:10}.indicator{width:12px;height:12px;border-radius:50%;background-color:#ffffff80;border:none;cursor:pointer;transition:all .3s ease}.indicator.active{background-color:#fff;width:30px;border-radius:6px}.indicator:hover{background-color:#fffc}@media(max-width:768px){.carousel-slides{height:400px}.carousel-caption h3{font-size:24px}.carousel-caption p{font-size:16px}.carousel-btn{width:40px;height:40px}.carousel-btn.prev{left:10px}.carousel-btn.next{right:10px}}.universities-section{padding:5rem 1.5rem;background:linear-gradient(135deg,#f8f9fa,#fff)}.universities-container{max-width:1200px;margin:0 auto}.section-header{text-align:center;margin-bottom:4rem}.section-title-uni{font-size:2.5rem;font-weight:700;color:#5d001e;margin-bottom:1rem;letter-spacing:-.02em}.section-subtitle{font-size:1.125rem;color:#666;max-width:600px;margin:0 auto;line-height:1.7}.universities-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2.5rem;margin-top:3rem}.university-card{perspective:1000px;height:340px;width:100%}.card-inner{position:relative;width:100%;height:100%;transition:transform .6s;transform-style:preserve-3d;cursor:pointer}.university-card:hover .card-inner{transform:translateY(-10px)}.card-image-container{position:absolute;width:100%;height:100%;border-radius:16px;overflow:hidden;box-shadow:0 10px 30px #00000026;transition:all .4s ease;background:#fff}.university-card:hover .card-image-container{box-shadow:0 20px 40px #5d001e40}.card-image{width:100%;height:260px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;background:#f8f9fa;padding:1.5rem}.university-image{width:100%;height:100%;object-fit:contain;z-index:2;transition:transform .4s ease}.university-card:hover .university-image{transform:scale(1.1)}.card-content{position:absolute;bottom:0;left:0;right:0;padding:1.25rem 1rem;background:#fff;border-bottom-left-radius:16px;border-bottom-right-radius:16px}.university-name{font-size:1.125rem;font-weight:700;color:#333;margin:0;text-align:center;line-height:1.3}.card-image:after{content:"";position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.3) 0%,transparent 70%);opacity:0;transition:opacity .4s ease}.university-card:hover .card-image:after{opacity:1}@media(max-width:1024px){.universities-grid{grid-template-columns:repeat(2,1fr);gap:2rem}}@media(max-width:768px){.universities-section{padding:3rem 1rem}.section-header{margin-bottom:2.5rem}.section-title-uni{font-size:2rem}.section-subtitle{font-size:1rem;padding:0 1rem}.universities-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.university-card{height:280px}.card-image{height:200px;padding:1rem}.university-name{font-size:.95rem}.card-content{padding:1rem .5rem}}@media(max-width:480px){.universities-section{padding:2.5rem 1rem}.section-title-uni{font-size:1.75rem}.section-subtitle{font-size:.95rem}.universities-grid{grid-template-columns:1fr;gap:1.5rem}.university-card{height:300px;max-width:100%}.card-image{height:220px;padding:1.25rem}.university-name{font-size:1rem}.card-content{padding:1rem .75rem}}.contact-page{min-height:100vh;background:#f5f5f5}.breadcrumb{background:#fff;padding:1rem 2rem;border-bottom:1px solid #ddd;font-size:.95rem}.breadcrumb a{color:#8b0000;text-decoration:none;font-weight:500;transition:color .3s}.breadcrumb a:hover{text-decoration:underline;color:#600}.breadcrumb span{color:#666;margin:0 .5rem}.contact-container{max-width:1200px;margin:0 auto;padding:3rem 2rem}.contact-title{text-align:center;font-size:2.5rem;color:#8b0000;margin-bottom:3rem;font-weight:700;letter-spacing:1px}.contact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:4rem}.contact-card{background:#fff;padding:2.5rem;border-radius:10px;text-align:center;box-shadow:0 2px 10px #0000001a;transition:transform .3s,box-shadow .3s}.contact-card:hover{transform:translateY(-5px);box-shadow:0 5px 20px #00000026}.contact-card h2{color:#8b0000;font-size:1.5rem;margin-bottom:1.5rem;font-weight:600}.icon-wrapper{display:flex;justify-content:center;align-items:center;margin-bottom:1.5rem}.icon{width:80px;height:80px;fill:#8b0000;transition:transform .3s}.contact-card:hover .icon{transform:scale(1.1)}.contact-info{line-height:1.8;color:#555;font-size:1rem}.contact-info p{margin-bottom:.75rem}.contact-info strong{color:#333;display:block;margin-top:.25rem;font-weight:600}.contact-info a{color:#8b0000;text-decoration:none;font-weight:600;font-size:1.1rem;transition:color .3s}.contact-info a:hover{text-decoration:underline;color:#600}.form-section{background:#fff;padding:3rem;border-radius:10px;box-shadow:0 2px 10px #0000001a;margin-bottom:4rem}.contact-form h2{color:#8b0000;font-size:2rem;margin-bottom:.75rem;font-weight:700;text-align:center}.form-description{text-align:center;color:#666;margin-bottom:2.5rem;font-size:1rem;line-height:1.6}.form-row{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:1.5rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;color:#333;font-weight:600;margin-bottom:.5rem;font-size:.95rem}.required{color:#8b0000;font-weight:700}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.875rem 1rem;border:2px solid #ddd;border-radius:8px;font-size:1rem;font-family:inherit;transition:all .3s;background:#fafafa}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#8b0000;background:#fff;box-shadow:0 0 0 3px #8b00001a}.form-group input::placeholder,.form-group textarea::placeholder{color:#999}.form-group select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.5rem}.form-group textarea{resize:vertical;min-height:120px;line-height:1.6}.submit-button{width:100%;padding:1rem 2rem;background:#8b0000;color:#fff;border:none;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s;display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:1rem}.submit-button:hover{background:#600;transform:translateY(-2px);box-shadow:0 5px 15px #8b00004d}.submit-button:active{transform:translateY(0)}.submit-button svg{transition:transform .3s}.submit-button:hover svg{transform:translate(5px)}.prospective-section{background:#fff;padding:3rem;border-radius:10px;box-shadow:0 2px 10px #0000001a}.prospective-section h2{color:#8b0000;font-size:2rem;text-align:center;margin-bottom:2.5rem;font-weight:700}.student-info{margin-bottom:2rem}.student-info:last-child{margin-bottom:0}.student-info h3{color:#333;font-size:1.2rem;margin-bottom:.75rem;font-weight:600}.student-info p{color:#555;line-height:1.8;font-size:1rem}.student-info strong{color:#8b0000;font-weight:600}@media(max-width:1024px){.contact-container{padding:2.5rem 1.5rem}.contact-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.form-section{padding:2.5rem 2rem}}@media(max-width:768px){.breadcrumb{padding:.75rem 1rem;font-size:.9rem}.contact-container{padding:2rem 1rem}.contact-title{font-size:2rem;margin-bottom:2rem}.contact-grid{grid-template-columns:1fr;gap:1.5rem;margin-bottom:2.5rem}.contact-card{padding:2rem 1.5rem}.contact-card h2{font-size:1.3rem}.icon{width:60px;height:60px}.form-section{padding:2rem 1.5rem;margin-bottom:2.5rem}.contact-form h2{font-size:1.6rem}.form-description{font-size:.95rem;margin-bottom:2rem}.form-row{grid-template-columns:1fr;gap:0}.submit-button{font-size:1rem;padding:.875rem 1.5rem}.prospective-section{padding:2rem 1.5rem}.prospective-section h2{font-size:1.6rem;margin-bottom:1.5rem}.student-info h3{font-size:1.1rem}.student-info p{font-size:.95rem}}@media(max-width:480px){.contact-title{font-size:1.75rem}.contact-card,.form-section{padding:1.5rem 1rem}.contact-form h2{font-size:1.4rem}.form-description{font-size:.9rem}.form-group input,.form-group select,.form-group textarea{padding:.75rem .875rem;font-size:.95rem}.prospective-section{padding:1.5rem 1rem}.prospective-section h2{font-size:1.4rem}}.team-page{max-width:1400px;margin:0 auto;padding:40px 20px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.page-header{text-align:center;margin-bottom:60px;padding-bottom:30px;border-bottom:2px solid #e0e0e0}.page-title{font-size:3rem;font-weight:700;color:#5d001e;margin-bottom:15px}.page-subtitle{font-size:1.2rem;color:#666;max-width:700px;margin:0 auto}.team-content{margin-bottom:60px}.team-section{margin-bottom:80px}.section-title{font-size:2rem;font-weight:600;color:#5d001e;margin-bottom:30px;padding-bottom:15px;border-bottom:3px solid #5d001e}.team-grid{display:grid;gap:30px;margin-top:30px}.team-grid.columns-2{grid-template-columns:repeat(auto-fit,minmax(450px,1fr))}.team-grid.columns-3{grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}@media(max-width:768px){.team-grid.columns-2,.team-grid.columns-3{grid-template-columns:1fr}}.team-member-card{background:#fff;border:1px solid #e0e0e0;border-radius:12px;padding:25px;transition:all .3s ease;box-shadow:0 2px 8px #0000000d;cursor:pointer}.team-member-card:hover{box-shadow:0 8px 24px #0000001f;transform:translateY(-4px);border-color:#5d001e}.member-image{width:250px;height:300px;margin:0 auto 20px;border-radius:50%;overflow:hidden;border:4px solid #5d001e}.member-image img{width:100%;height:100%;object-fit:cover;object-position:center}.member-info{text-align:center}.member-name{font-size:1.4rem;font-weight:600;color:#333;margin-bottom:8px}.member-title{font-size:1rem;font-weight:500;color:#5d001e;margin-bottom:5px}.member-department{font-size:.9rem;color:#666;margin-bottom:12px;font-style:italic}.member-email{display:inline-block;font-size:.9rem;color:#06c;text-decoration:none;margin-bottom:15px;padding:5px 12px;border-radius:20px;background:#f0f8ff;transition:all .2s ease}.member-email:hover{background:#06c;color:#fff}.member-bio{font-size:.95rem;color:#555;line-height:1.6;margin-top:15px;padding-top:15px;border-top:1px solid #e0e0e0;text-align:left}.team-footer{text-align:center;padding:40px 20px;background:#f8f8f8;border-radius:12px;margin-top:60px}.team-footer p{font-size:1.1rem;color:#555;margin:0}.team-footer a{color:#5d001e;font-weight:600;text-decoration:none;border-bottom:2px solid #5d001e;transition:all .2s ease}.team-footer a:hover{color:#8b0033;border-bottom-color:#8b0033}@media(max-width:1024px){.page-title{font-size:2.5rem}.section-title{font-size:1.75rem}}@media(max-width:768px){.team-page{padding:30px 15px}.page-header{margin-bottom:40px}.page-title{font-size:2rem}.page-subtitle{font-size:1rem}.team-section{margin-bottom:50px}.section-title{font-size:1.5rem}.member-image{width:120px;height:120px}.member-name{font-size:1.2rem}}.about-page{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;color:#333}.about-hero{background:linear-gradient(135deg,#5d001e,#8b0033);color:#fff;padding:80px 20px;text-align:center}.hero-content{max-width:900px;margin:0 auto}.hero-title{font-size:3.5rem;font-weight:700;margin-bottom:20px;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.hero-subtitle{font-size:1.4rem;font-weight:300;line-height:1.6;opacity:.95}.about-section{padding:60px 20px}.about-section:nth-child(2n){background-color:#f8f8f8}.section-content{max-width:1200px;margin:0 auto}.section-title{font-size:2.5rem;font-weight:700;color:#5d001e;margin-bottom:40px;text-align:center;padding-bottom:15px;border-bottom:3px solid #5d001e;display:inline-block;width:100%}.overview-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;margin-top:40px}.overview-card{background:#fff;padding:30px;border-radius:12px;box-shadow:0 4px 12px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.overview-card:hover{transform:translateY(-5px);box-shadow:0 8px 24px #00000026}.overview-card h3{font-size:1.5rem;color:#5d001e;margin-bottom:15px;font-weight:600}.overview-card p{line-height:1.7;color:#555;font-size:1rem}.overview-card ul{list-style:none;padding:0;margin:0}.overview-card ul li{padding:8px 0 8px 25px;position:relative;line-height:1.6;color:#555}.overview-card ul li:before{content:"→";position:absolute;left:0;color:#5d001e;font-weight:700}.timeline-section{background:#fff}.timeline{position:relative;max-width:900px;margin:40px auto 0;padding:20px 0}.timeline:before{content:"";position:absolute;left:30px;top:0;bottom:0;width:4px;background:#5d001e}.timeline-item{position:relative;margin-bottom:50px;padding-left:80px}.timeline-marker{position:absolute;left:0}.timeline-dot{width:60px;height:60px;background:#fff;border:4px solid #5d001e;border-radius:50%;position:relative}.timeline-content{background:#f8f8f8;padding:25px;border-radius:8px;box-shadow:0 2px 8px #0000001a}.timeline-content h3{font-size:1.5rem;color:#5d001e;margin-bottom:15px;font-weight:600}.timeline-content ul{list-style:none;padding:0;margin:0}.timeline-content ul li{padding:6px 0 6px 20px;position:relative;color:#555;line-height:1.6}.timeline-content ul li:before{content:"✓";position:absolute;left:0;color:#5d001e;font-weight:700}.study-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;margin-top:40px}.study-card{background:#fff;padding:30px;border-radius:12px;box-shadow:0 4px 12px #0000001a;text-align:center;transition:transform .3s ease}.study-card:hover{transform:translateY(-5px)}.study-icon{font-size:3rem;margin-bottom:20px}.study-card h3{font-size:1.5rem;color:#5d001e;margin-bottom:15px;font-weight:600}.study-card p{line-height:1.7;color:#555;font-size:1rem}.diagram-section{background:#fff}.system-diagram{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:20px;max-width:1000px;margin:40px auto;padding:40px;background:#f8f8f8;border-radius:12px}.diagram-component{background:#fff;padding:25px;border-radius:10px;box-shadow:0 2px 8px #0000001a;text-align:center;min-width:180px;border:3px solid #5d001e}.diagram-component-wide{background:#fff;padding:25px;border-radius:10px;box-shadow:0 2px 8px #0000001a;text-align:center;width:100%;border:3px solid #5d001e}.component-icon{font-size:2.5rem;margin-bottom:10px}.diagram-component h4,.diagram-component-wide h4{font-size:1.2rem;color:#5d001e;margin-bottom:8px;font-weight:600}.diagram-component p,.diagram-component-wide p{font-size:.9rem;color:#666;margin:0}.diagram-arrow{font-size:2rem;color:#5d001e;font-weight:700}.diagram-flow-down{font-size:2rem;color:#5d001e;font-weight:700;width:100%;text-align:center}.funding-content{max-width:900px;margin:0 auto}.funding-primary{background:#fff;padding:40px;border-radius:12px;box-shadow:0 4px 12px #0000001a;margin-bottom:40px;text-align:center}.funding-primary h3{font-size:1.8rem;color:#5d001e;margin-bottom:20px;font-weight:600}.funding-primary p{line-height:1.8;color:#555;font-size:.95rem;font-style:italic}.funding-partners{margin-bottom:40px}.funding-partners h3{font-size:1.8rem;color:#5d001e;margin-bottom:25px;text-align:center;font-weight:600}.funding-image{width:80%;margin:20px 0;text-align:center}.funding-image img{max-width:100%;height:auto}.partners-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px}.partner-card{background:#fff;padding:25px;border-radius:8px;box-shadow:0 2px 8px #0000001a;text-align:center;cursor:pointer}.partner-card strong{display:block;color:#5d001e;font-size:1.1rem;margin-bottom:10px}.partner-card p{color:#666;font-size:.9rem;margin:0}.funding-thanks{background:#fff;padding:30px;border-radius:12px;box-shadow:0 4px 12px #0000001a;text-align:center}.funding-thanks p{line-height:1.8;color:#555;font-size:1.1rem;margin:0;font-style:italic}@media(max-width:768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.section-title{font-size:2rem}.about-section{padding:40px 15px}.timeline:before{left:20px}.timeline-item{padding-left:60px}.timeline-dot{width:40px;height:40px}.system-diagram{padding:20px}.diagram-arrow{transform:rotate(90deg)}.overview-grid,.study-grid,.partners-grid{grid-template-columns:1fr}}.research-page{max-width:1200px;margin:0 auto;padding:2rem}.research-hero{text-align:center;padding:3rem 1rem;background:linear-gradient(135deg,#5d1725,#8b2332);color:#fff;border-radius:12px;margin-bottom:2rem}.research-hero h1{font-size:2.5rem;margin-bottom:1rem;font-weight:700}.research-nav{display:flex;gap:.5rem;margin-bottom:2rem;border-bottom:2px solid #e5e7eb;padding-bottom:0;overflow-x:auto}.research-nav button{padding:1rem 1.5rem;background:none;border:none;cursor:pointer;font-size:1rem;font-weight:500;color:#6b7280;border-bottom:3px solid transparent;transition:all .3s ease;white-space:nowrap}.research-nav button:hover{color:#5d1725;background-color:#f3f4f6}.research-nav button.active{color:#5d1725;border-bottom-color:#5d1725}.research-section{animation:fadeIn .5s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.research-section h2{font-size:2rem;color:#1f2937;margin-bottom:1rem}.section-intro{font-size:1.1rem;color:#4b5563;line-height:1.7;margin-bottom:2rem}.experiments-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-bottom:3rem}.experiment-card{background:#fff;border:2px solid #e5e7eb;border-radius:12px;padding:1.5rem;transition:all .3s ease}.experiment-card:hover{border-color:#5d1725;box-shadow:0 4px 12px #5d172526;transform:translateY(-2px)}.experiment-icon{font-size:2.5rem;margin-bottom:1rem}.experiment-card h3{font-size:1.3rem;color:#1f2937;margin-bottom:.75rem}.experiment-card p{color:#6b7280;line-height:1.6;margin-bottom:1rem}.experiment-details{list-style:none;padding:0}.experiment-details li{padding:.5rem 0;color:#4b5563;border-top:1px solid #f3f4f6}.experiment-details li:before{content:"→ ";color:#5d1725;font-weight:700;margin-right:.5rem}.research-locations{margin-top:3rem}.research-locations h3{font-size:1.5rem;color:#1f2937;margin-bottom:1.5rem}.locations-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.location-card{background:linear-gradient(135deg,#f6f8fb,#fff);border:1px solid #e5e7eb;border-radius:8px;padding:1.5rem}.location-card h4{color:#5d1725;font-size:1.2rem;margin-bottom:.75rem}.location-card p{color:#6b7280;line-height:1.6}.technologies-container{display:grid;gap:2rem;margin-bottom:3rem}.technology-card{background:#fff;border:2px solid #e5e7eb;border-radius:12px;padding:2rem;transition:all .3s ease}.technology-card:hover{border-color:#5d1725;box-shadow:0 6px 16px #5d172526}.tech-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.tech-icon{font-size:2rem}.tech-header h3{font-size:1.5rem;color:#1f2937;margin:0}.tech-purpose{color:#4b5563;font-size:1.05rem;margin-bottom:1.5rem;line-height:1.6}.tech-capabilities h4{color:#374151;font-size:1.1rem;margin-bottom:.75rem}.tech-capabilities ul{list-style:none;padding:0}.tech-capabilities li{padding:.5rem 0 .5rem 1.5rem;position:relative;color:#4b5563}.tech-capabilities li:before{content:"✓";position:absolute;left:0;color:#5d1725;font-weight:700}.tech-applications{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e5e7eb;color:#4b5563;line-height:1.6}.methodology-workflow{margin-top:3rem;background:linear-gradient(135deg,#f6f8fb,#fff);border-radius:12px;padding:2rem}.methodology-workflow h3{font-size:1.5rem;color:#1f2937;margin-bottom:1.5rem}.workflow-steps{display:grid;gap:1.5rem}.workflow-step{display:flex;gap:1.5rem;align-items:flex-start}.step-number{flex-shrink:0;width:40px;height:40px;background:#5d1725;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.2rem}.step-content h4{color:#1f2937;font-size:1.2rem;margin-bottom:.5rem}.step-content p{color:#6b7280;line-height:1.6}.experiments-detailed{display:grid;gap:2rem}.study-card{background:#fff;border:2px solid #e5e7eb;border-radius:12px;padding:2rem;transition:all .3s ease}.study-card:hover{border-color:#5d1725;box-shadow:0 6px 16px #5d172526}.study-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;flex-wrap:wrap;gap:1rem}.study-header h3{font-size:1.5rem;color:#1f2937;margin:0}.study-status{background:#5d1725;color:#fff;padding:.4rem 1rem;border-radius:20px;font-size:.9rem;font-weight:500}.study-objective{color:#4b5563;font-size:1.05rem;line-height:1.7;margin-bottom:1.5rem}.study-details-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:1.5rem;background:#f9fafb;padding:1rem;border-radius:8px}.study-detail{color:#4b5563}.study-detail strong{color:#1f2937;display:block;margin-bottom:.25rem}.study-parameters{margin-bottom:1.5rem}.study-parameters h4{color:#374151;font-size:1.1rem;margin-bottom:.75rem}.parameters-list{display:flex;flex-wrap:wrap;gap:.5rem}.parameter-tag{background:#fff5f7;color:#5d1725;padding:.4rem .8rem;border-radius:6px;font-size:.9rem;font-weight:500;border:1px solid #5D1725}.study-findings h4{color:#374151;font-size:1.1rem;margin-bottom:.75rem}.study-findings ul{list-style:none;padding:0}.study-findings li{padding:.5rem 0 .5rem 1.5rem;position:relative;color:#4b5563;line-height:1.6}.study-findings li:before{content:"→";position:absolute;left:0;color:#5d1725;font-weight:700}.data-products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-bottom:3rem}.data-product-card{background:#fff;border:2px solid #e5e7eb;border-radius:12px;padding:1.5rem;transition:all .3s ease}.data-product-card:hover{border-color:#5d1725;box-shadow:0 4px 12px #5d172526;transform:translateY(-2px)}.product-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.product-icon{font-size:2rem}.product-header h3{font-size:1.3rem;color:#1f2937;margin:0}.data-product-card>p{color:#6b7280;line-height:1.6;margin-bottom:1.5rem}.product-specs h4{color:#374151;font-size:1.05rem;margin-bottom:.75rem}.product-specs ul{list-style:none;padding:0;margin-bottom:1rem}.product-specs li{color:#4b5563;padding:.4rem 0 .4rem 1.2rem;position:relative}.product-specs li:before{content:"•";position:absolute;left:0;color:#5d1725;font-weight:700}.product-access{padding-top:1rem;border-top:1px solid #e5e7eb;color:#4b5563}.product-access strong{color:#1f2937}.data-availability{background:linear-gradient(135deg,#f6f8fb,#fff);border-radius:12px;padding:2rem}.data-availability h3{font-size:1.5rem;color:#1f2937;margin-bottom:1rem}.data-availability>p{color:#4b5563;line-height:1.7;margin-bottom:1.5rem}.availability-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.availability-option{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1.5rem}.availability-option h4{color:#5d1725;font-size:1.1rem;margin-bottom:.75rem}.availability-option p{color:#6b7280;line-height:1.6}@media(max-width:768px){.research-page{padding:1rem}.research-hero h1{font-size:2rem}.research-hero p{font-size:1rem}.research-nav{flex-wrap:nowrap}.research-nav button{padding:.75rem 1rem;font-size:.9rem}.experiments-grid,.locations-grid,.data-products-grid{grid-template-columns:1fr}.study-header{flex-direction:column;align-items:flex-start}.study-details-grid{grid-template-columns:1fr}}.resources-page{min-height:100vh;background:linear-gradient(135deg,#fff,#f5f5f5);position:relative}.resources-main{max-width:1200px;margin:0 auto;padding:2rem 1rem;position:relative;z-index:1}.resources-hero{text-align:center;padding:3rem 1rem;background:linear-gradient(135deg,#5d1725,#8b2332);border-radius:12px;margin-bottom:3rem;box-shadow:0 4px 20px #80000026}.hero-title{font-size:3rem;color:#fff;margin:0 0 1rem;font-weight:700;text-transform:uppercase;letter-spacing:2px}.hero-subtitle{font-size:1.2rem;color:#f5f5f5;max-width:700px;margin:0 auto;line-height:1.6}.resources-container{display:flex;flex-direction:column;gap:3rem}.resource-section{background:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 2px 15px #00000014;border-left:5px solid #600101;transition:transform .3s ease,box-shadow .3s ease}.resource-section:hover{transform:translateY(-2px);box-shadow:0 4px 25px #0000001f}.section-title{font-size:2rem;color:maroon;margin:0 0 2rem;font-weight:600;position:relative;padding-bottom:.75rem}.section-title:after{content:"";position:absolute;bottom:0;left:0;width:60px;height:3px;background:brown;border-radius:2px}.resource-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.resource-card{background:#f9f9f9;border-radius:8px;overflow:hidden;transition:all .3s ease;border:2px solid transparent}.resource-card:hover{border-color:maroon;transform:translateY(-4px);box-shadow:0 6px 20px #80000026}.card-content{padding:1.5rem;display:flex;flex-direction:column;gap:1rem;min-height:120px}.resource-link{text-decoration:none;color:inherit;display:block;height:100%}.link-icon{font-size:2rem;display:block;margin-bottom:.5rem}.link-text{color:maroon;font-weight:500;word-break:break-word;line-height:1.5;display:block;transition:color .3s ease}.resource-card:hover .link-text{color:brown}.item-title{font-size:1.25rem;color:maroon;margin:0 0 .75rem;font-weight:600}.item-description{color:#555;line-height:1.6;margin:0 0 1rem;flex-grow:1}.item-button{display:inline-block;padding:.75rem 1.5rem;background:maroon;color:#fff;text-decoration:none;border-radius:6px;font-weight:500;text-align:center;transition:all .3s ease;margin-top:auto}.item-button:hover{background:brown;transform:translateY(-2px);box-shadow:0 4px 12px #80000033}.item-button.download{background:#fff;color:maroon;border:2px solid #800000}.item-button.download:hover{background:maroon;color:#fff}@media(max-width:768px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.resources-hero{padding:2rem 1rem;margin-bottom:2rem}.resource-section{padding:1.5rem}.section-title{font-size:1.5rem}.resource-grid{grid-template-columns:1fr;gap:1rem}}@media(max-width:480px){.resources-main{padding:1rem .5rem}.hero-title{font-size:1.75rem}.resources-hero{border-radius:8px}.resource-section{padding:1rem;border-radius:8px}.card-content{padding:1rem}}.publications-container{min-height:100vh;background:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.publications-hero{background:linear-gradient(135deg,#5d001e,#8b1538);color:#fff;padding:60px 20px;text-align:center}.hero-title{font-size:3rem;font-weight:600;margin:0;letter-spacing:-.5px}.publications-content{max-width:1000px;margin:0 auto;padding:60px 20px}.publications-section{margin-bottom:60px}.section-title{font-size:1.75rem;font-weight:600;color:#2c3e50;margin:0 0 30px;padding-bottom:15px;border-bottom:3px solid #8b1538}.publications-list{display:flex;flex-direction:column;gap:25px}.publication-card{background:#fff;padding:25px;border-radius:8px;border:1px solid #e0e0e0;transition:all .3s ease;animation:fadeInUp .5s ease backwards}.publication-card:hover{box-shadow:0 4px 20px #8b15381a;border-color:#8b1538}.publication-header{margin-bottom:12px}.publication-year{font-size:.9rem;font-weight:600;color:#8b1538;padding:4px 12px;background:#8b15381a;border-radius:4px;display:inline-block}.publication-title{font-size:1.15rem;font-weight:600;color:#2c3e50;margin:0 0 12px;line-height:1.5}.publication-authors{color:#666;font-size:.95rem;margin:0 0 15px;line-height:1.5}.publication-details{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:15px;padding-top:12px;border-top:1px solid #f0f0f0}.journal-name,.conference-name{font-weight:500;color:#333;font-size:.9rem}.volume-info,.pages-info,.proceedings-info{color:#666;font-size:.85rem;padding:3px 8px;background:#f5f5f5;border-radius:4px}.doi-link{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;background:#8b1538;color:#fff;text-decoration:none;border-radius:6px;font-weight:500;font-size:.9rem;transition:all .3s ease}.doi-link:hover{background:#5d001e;transform:translateY(-2px)}.link-icon{width:14px;height:14px;stroke-width:2.5}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.hero-title{font-size:2.25rem}.publications-hero{padding:50px 20px}.publications-content{padding:40px 15px}.section-title{font-size:1.5rem}.publication-card{padding:20px}.publication-title{font-size:1.05rem}}@media(max-width:480px){.hero-title{font-size:2rem}.publications-hero{padding:40px 15px}.publication-card{padding:18px}.publication-details{flex-direction:column;align-items:flex-start}}:root{--msu-maroon: #5D1725;--msu-dark-maroon: #3D0F19;--msu-light-maroon: #8B2332;--msu-gold: #FFC72C;--msu-cream: #F5F1E8;--msu-white: #FFFFFF;--msu-gray: #666666;--msu-light-gray: #E8E8E8}*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background-color:var(--msu-cream);color:var(--msu-gray);line-height:1.6}.outreach-container{min-height:100vh;background:var(--msu-cream)}.header{background:linear-gradient(135deg,var(--msu-maroon) 0%,var(--msu-dark-maroon) 100%);color:var(--msu-white);padding:80px 20px;text-align:center;position:relative;overflow:hidden;border-bottom:6px solid var(--msu-gold)}.header:before{content:"";position:absolute;top:-150px;right:-150px;width:300px;height:300px;background:#ffc72c21;border-radius:50%}.header-content{max-width:1000px;margin:0 auto;position:relative;z-index:1}.header h1{font-size:56px;margin-bottom:20px;font-weight:700;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.header .subtitle{font-size:24px;margin-bottom:30px;opacity:.95}.header-intro{font-size:18px;line-height:1.7;max-width:800px;margin:0 auto;opacity:.9}.program-detail-header{background:linear-gradient(135deg,var(--msu-maroon) 0%,var(--msu-dark-maroon) 100%);color:var(--msu-white);padding:30px 20px;border-bottom:4px solid var(--msu-gold)}.program-detail-header .header-content{max-width:1200px;margin:0 auto}.btn-back{background:transparent;border:2px solid var(--msu-gold);color:var(--msu-gold);padding:8px 20px;border-radius:6px;cursor:pointer;margin-bottom:15px;font-size:14px;font-weight:600;transition:all .3s}.btn-back:hover{background:var(--msu-gold);color:var(--msu-maroon)}.program-detail-header h1{margin:10px 0;font-size:42px;font-weight:700}.program-subtitle{font-size:18px;opacity:.9;margin:10px 0}.section-nav{background:var(--msu-white);border-bottom:2px solid var(--msu-light-gray);position:sticky;top:0;z-index:100;box-shadow:0 2px 8px #0000001a}.nav-tabs{display:flex;gap:5px;max-width:1200px;margin:0 auto;padding:0 20px;overflow-x:auto}.nav-tab{padding:15px 25px;background:transparent;color:var(--msu-maroon);border:none;border-bottom:3px solid transparent;cursor:pointer;font-size:16px;font-weight:600;white-space:nowrap;transition:all .3s ease}.nav-tab.active{background:var(--msu-maroon);color:var(--msu-white);border-bottom-color:var(--msu-gold)}.nav-tab:hover:not(.active){background:var(--msu-cream)}.main-content{max-width:1200px;margin:0 auto;padding:60px 20px}.program-content{max-width:1200px;margin:0 auto;padding:40px 20px}.section-content{margin-bottom:40px}.programs-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(450px,1fr));gap:40px;margin-bottom:60px}.program-card{background:var(--msu-white);border-radius:16px;overflow:hidden;box-shadow:0 8px 24px #5d172526;border:3px solid var(--msu-maroon);transition:transform .3s ease,box-shadow .3s ease;cursor:pointer}.program-card:hover{transform:translateY(-8px);box-shadow:0 12px 32px #5d172540}.program-header{padding:40px;text-align:center;color:var(--msu-white)}.program-icon{font-size:72px;margin-bottom:15px}.program-header h2{font-size:32px;margin-bottom:10px;font-weight:700}.program-header p{font-size:16px;opacity:.9}.program-body{padding:30px}.program-description{font-size:16px;color:var(--msu-gray);line-height:1.6;margin-bottom:20px}.program-body h4{color:var(--msu-maroon);font-size:18px;margin-bottom:15px}.program-highlights{list-style:none;margin:20px 0;padding:0}.program-highlights li{padding:8px 0;font-size:15px;color:var(--msu-gray)}.program-highlights li:before{content:"✓ ";color:var(--msu-gold);font-weight:700;margin-right:8px}.program-footer{display:flex;justify-content:space-between;align-items:center;padding:15px 0;border-top:1px solid var(--msu-light-gray);margin-top:20px}.next-session{color:var(--msu-gray);font-size:14px}.btn-primary{padding:12px 30px;background:var(--msu-maroon);color:var(--msu-white);border:none;border-radius:8px;font-size:16px;font-weight:700;cursor:pointer;transition:all .3s ease}.btn-primary:hover{background:var(--msu-light-maroon);transform:translateY(-2px);box-shadow:0 4px 12px #5d17254d}.btn-gold{background:var(--msu-gold);color:var(--msu-maroon)}.btn-gold:hover{background:#f0b922}.btn-large{padding:15px 40px;font-size:18px}.content-card{background:var(--msu-white);padding:30px;border-radius:12px;border:2px solid var(--msu-maroon);margin-bottom:30px;box-shadow:0 4px 12px #0000001a}.content-card.highlight-card{border:2px solid var(--msu-maroon);background:var(--msu-cream)}.content-card.gold-border{border:2px solid var(--msu-gold)}.content-card h3{color:var(--msu-maroon);font-size:24px;margin-bottom:15px}.content-card h4{color:var(--msu-maroon);font-size:20px;margin-bottom:12px}.content-card p{font-size:16px;line-height:1.6;color:var(--msu-gray)}.lead-text{font-size:18px;line-height:1.8;color:var(--msu-gray);margin-bottom:30px}.info-text{font-size:18px;color:var(--msu-gray);margin-bottom:10px}.objectives-list{display:grid;gap:15px}.objective-item{background:var(--msu-white);padding:20px;border-radius:8px;border-left:4px solid var(--msu-gold);box-shadow:0 2px 8px #00000014}.objective-item p{margin:0;font-size:16px;color:var(--msu-gray)}.check-list,.info-list{list-style:none;padding:0;margin:0}.check-list li,.info-list li{padding:10px 0;color:var(--msu-gray);font-size:16px}.numbered-list{padding-left:20px;margin:0}.numbered-list li{padding:10px 0;color:var(--msu-gray);font-size:16px}.schedule-grid{display:grid;gap:25px;margin-top:30px}.schedule-day{background:var(--msu-white);padding:30px;border-radius:12px;border:2px solid var(--msu-maroon);box-shadow:0 4px 12px #0000001a}.day-header{display:flex;align-items:center;gap:15px;margin-bottom:20px}.day-number{width:50px;height:50px;border-radius:50%;background:var(--msu-maroon);color:var(--msu-white);display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:700;flex-shrink:0}.day-header h4{margin:0;color:var(--msu-maroon);font-size:24px}.day-theme{color:var(--msu-gold);font-size:16px;font-weight:600;margin:0}.activity-list{list-style:none;padding:0;margin:0}.activity-list li{padding:12px 0;border-bottom:1px solid var(--msu-light-gray);color:var(--msu-gray);font-size:16px}.activity-list li:last-child{border-bottom:none}.application-banner{background:linear-gradient(135deg,var(--msu-maroon) 0%,var(--msu-light-maroon) 100%);color:var(--msu-white);padding:40px;border-radius:12px;margin-bottom:30px;text-align:center}.application-banner h3{font-size:32px;margin:0 0 15px;color:var(--msu-white)}.application-banner p{font-size:18px;margin:10px 0;color:var(--msu-white)}.application-banner .deadline{font-weight:700}.two-column-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:25px;margin-bottom:30px}.testimonials{display:grid;gap:20px}.testimonial-card{background:var(--msu-white);padding:30px;border-radius:12px;border:2px solid var(--msu-gold);border-left:6px solid var(--msu-maroon);box-shadow:0 2px 8px #00000014}.testimonial-quote{font-size:18px;font-style:italic;color:var(--msu-gray);margin-bottom:15px;line-height:1.6}.testimonial-author{color:var(--msu-maroon);font-weight:700;font-size:16px;margin:0}.photo-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px;margin-bottom:40px}.photo-placeholder{background:var(--msu-white);padding:20px;border-radius:12px;text-align:center;border:2px solid var(--msu-maroon);min-height:200px;display:flex;align-items:center;justify-content:center}.photo-placeholder p{margin:0;color:var(--msu-gray);font-size:14px}.faq-list{display:grid;gap:20px}.faq-item{background:var(--msu-white);padding:25px;border-radius:12px;border:2px solid var(--msu-light-gray);transition:border-color .3s}.faq-item:hover{border-color:var(--msu-maroon)}.faq-question{color:var(--msu-maroon);font-size:20px;margin-bottom:12px;font-weight:600}.faq-answer{color:var(--msu-gray);font-size:16px;line-height:1.6;margin:0}.contact-box{background:var(--msu-white);padding:20px;border-radius:12px;border:3px solid var(--msu-maroon);text-align:center;max-width:700px;margin:0 auto}.contact-box h3{color:var(--msu-maroon);font-size:32px;margin-bottom:10px}.contact-info{text-align:left;max-width:500px;margin:0 auto;display:flex;flex-direction:column;gap:0;padding:5px 0}.contact-info p{font-size:18px;margin:0;padding:8px 0;color:var(--msu-gray);border-bottom:1px solid #f0e8e8;line-height:1.6}.contact-info p:last-child{border-bottom:none}.contact-info strong{color:var(--msu-maroon);display:block;margin-bottom:2px}.contact-info a{color:var(--msu-light-maroon);text-decoration:none;font-weight:600}.contact-info a:hover{text-decoration:underline;color:var(--msu-maroon)}.activities-grid{display:grid;gap:30px}.activity-card{background:var(--msu-white);padding:35px;border-radius:12px;border:2px solid var(--msu-maroon);box-shadow:0 4px 12px #0000001a}.activity-card h3{color:var(--msu-maroon);font-size:28px;margin-bottom:15px}.activity-description{font-size:16px;color:var(--msu-gray);line-height:1.7;margin-bottom:20px}.activity-audience{font-size:15px;color:var(--msu-maroon);font-weight:700;margin-bottom:15px}.activity-section{margin-bottom:20px}.activity-section h4{color:var(--msu-maroon);font-size:20px;margin-bottom:10px}.activity-section ul{list-style:none;padding:0}.activity-section ul li{padding:8px 0;color:var(--msu-gray);font-size:15px}.module-card{background:var(--msu-cream);padding:15px;border-radius:8px;margin-bottom:10px;border-left:4px solid var(--msu-gold)}.module-title{font-weight:700;color:var(--msu-maroon);font-size:16px;margin:0 0 5px}.module-detail{font-size:14px;color:var(--msu-gray);margin:0 0 5px}.how-to-box{background:#ffc72c21;padding:20px;border-radius:8px;border-left:4px solid var(--msu-gold);margin-top:20px}.how-to-box h4{color:var(--msu-maroon);font-size:18px;margin-bottom:10px}.how-to-box p{margin:0;color:var(--msu-gray);font-size:15px;line-height:1.6}.impact-section{background:linear-gradient(135deg,var(--msu-maroon) 0%,var(--msu-dark-maroon) 100%);color:var(--msu-white);padding:50px 40px;border-radius:16px;margin-bottom:60px;text-align:center}.impact-section h2{font-size:36px;margin-bottom:40px;font-weight:700;color:var(--msu-white)}.impact-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:30px}.stat-number{font-size:48px;font-weight:700;color:var(--msu-gold);margin-bottom:10px}.stat-label{font-size:18px;opacity:.9;color:var(--msu-white)}.get-involved-section{background:var(--msu-white);padding:50px 40px;border-radius:16px;border:3px solid var(--msu-maroon)}.get-involved-section h2{font-size:36px;color:var(--msu-maroon);margin-bottom:25px;text-align:center;font-weight:700}.opportunities-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;margin-bottom:30px}.opportunity-card{background:var(--msu-cream);padding:25px;border-radius:12px;border:2px solid var(--msu-gold);text-align:center}.opportunity-card p{margin:0;color:var(--msu-gray);font-size:16px;line-height:1.6}.contact-banner{text-align:center;padding:30px;background:#5d172512;border-radius:12px}.contact-banner h3{color:var(--msu-maroon);font-size:24px;margin-bottom:15px}.contact-banner p{font-size:18px;color:var(--msu-gray);margin-bottom:10px}.contact-banner a{color:var(--msu-light-maroon);text-decoration:none;font-weight:700}.contact-banner a:hover{text-decoration:underline}@media(max-width:768px){.header h1,.program-detail-header h1{font-size:36px}.programs-grid{grid-template-columns:1fr}.nav-tabs{flex-wrap:nowrap;overflow-x:scroll;-webkit-overflow-scrolling:touch}.impact-stats{grid-template-columns:repeat(2,1fr)}.two-column-grid,.opportunities-grid{grid-template-columns:1fr}}@media(max-width:480px){.header{padding:40px 20px}.header h1{font-size:28px}.header .subtitle{font-size:18px}.program-header{padding:25px}.program-icon{font-size:48px}.impact-stats,.photo-grid{grid-template-columns:1fr}}.intern-section{padding:60px 20px;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;margin-bottom:4rem;border-radius:25px;border:3px solid var(--msu-light-maroon)}.intern-header{color:var(--msu-maroon);text-align:center;font-size:3rem;font-weight:700;margin-bottom:40px;letter-spacing:1px;text-transform:uppercase}.intern-image{max-width:900px;width:100%;height:auto;display:block;border-radius:12px;box-shadow:0 10px 30px #0006;background-color:#fff;padding:15px;transition:transform .3s ease,box-shadow .3s ease}.intern-image:hover{transform:translateY(-5px);box-shadow:0 15px 40px #00000080}@media(max-width:1024px){.intern-section{padding:50px 20px}.intern-header{font-size:2.5rem;margin-bottom:35px}.intern-image{max-width:750px;padding:12px}}@media(max-width:768px){.intern-section{padding:40px 15px;min-height:auto}.intern-header{font-size:2rem;margin-bottom:30px;letter-spacing:.5px}.intern-image{max-width:100%;padding:10px;border-radius:10px}}@media(max-width:640px){.intern-section{padding:35px 12px}.intern-header{font-size:1.75rem;margin-bottom:25px}.intern-image{padding:8px;border-radius:8px}}@media(max-width:480px){.intern-section{padding:30px 10px}.intern-header{font-size:1.5rem;margin-bottom:20px}.intern-image{padding:6px;box-shadow:0 8px 20px #0006}.intern-image:hover{transform:translateY(-3px);box-shadow:0 12px 25px #00000073}}@media(max-width:360px){.intern-section{padding:25px 8px}.intern-header{font-size:1.35rem;margin-bottom:18px}.intern-image{padding:5px}}@media only screen and (min-device-width:1024px)and (max-device-width:1024px)and (orientation:portrait)and (-webkit-min-device-pixel-ratio:2){.intern-section{padding:60px 30px}.intern-header{font-size:2.75rem}.intern-image{max-width:850px}}@media only screen and (min-device-width:1024px)and (max-device-width:1366px)and (orientation:landscape)and (-webkit-min-device-pixel-ratio:2){.intern-section{padding:50px 40px}.intern-image{max-width:950px}}@media only screen and (min-device-width:768px)and (max-device-width:768px)and (orientation:portrait)and (-webkit-min-device-pixel-ratio:2){.intern-section{padding:45px 25px}.intern-header{font-size:2.25rem}.intern-image{max-width:700px}}@media only screen and (max-width:430px)and (-webkit-min-device-pixel-ratio:3){.intern-header{font-size:1.6rem}}@media only screen and (max-width:390px)and (-webkit-min-device-pixel-ratio:3){.intern-header{font-size:1.5rem}}@media(-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.intern-image{image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}}@media(prefers-reduced-motion:reduce){.intern-image{transition:none}.intern-image:hover{transform:none}}@media print{.intern-section{background-color:#fff;padding:20px;min-height:auto}.intern-header{color:#000;font-size:2rem;margin-bottom:20px}.intern-image{max-width:100%;box-shadow:none;page-break-inside:avoid}}@media(max-width:768px)and (orientation:landscape){.intern-section{padding:30px 15px;min-height:auto}.intern-header{font-size:1.75rem;margin-bottom:20px}}@media(min-width:1440px){.intern-section{padding:80px 40px}.intern-header{font-size:3.5rem;margin-bottom:50px}.intern-image{max-width:1000px}}@media(min-width:2560px){.intern-section{padding:100px 60px}.intern-header{font-size:4rem;margin-bottom:60px}.intern-image{max-width:1200px}}
