.Navbar-module__nuAbfa__nav{background:var(--glass-bg-heavy);-webkit-backdrop-filter:blur(20px);z-index:100;box-shadow:0 1px 0 var(--border-subtle);transition:all var(--transition-normal);flex-direction:column;display:flex;position:sticky;top:0}.Navbar-module__nuAbfa__topRow{justify-content:space-between;align-items:center;padding:1.25rem 2.5rem;display:flex}.Navbar-module__nuAbfa__logo{transition:transform var(--transition-fast);align-items:center;gap:.5rem;text-decoration:none;display:flex}.Navbar-module__nuAbfa__logo:hover{transform:scale(1.02)}.Navbar-module__nuAbfa__logoImage{width:auto;height:36px;transition:transform var(--transition-normal)}.Navbar-module__nuAbfa__logo:hover .Navbar-module__nuAbfa__logoImage{transform:rotate(-5deg)}.Navbar-module__nuAbfa__logoText{font-family:var(--font-heading);color:var(--vt-maroon);letter-spacing:-.5px;font-size:1.6rem;font-weight:800}.Navbar-module__nuAbfa__logoText span{background:var(--gradient-accent);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.Navbar-module__nuAbfa__desktopNav{gap:3rem;display:flex}.Navbar-module__nuAbfa__link{color:var(--vt-grey);text-transform:uppercase;letter-spacing:.75px;transition:color var(--transition-fast);padding:.5rem 0;font-size:.95rem;font-weight:500;position:relative}.Navbar-module__nuAbfa__link:hover{color:var(--vt-maroon)}.Navbar-module__nuAbfa__link:after{content:"";background:var(--gradient-accent);width:0;height:2px;transition:width var(--transition-normal);border-radius:2px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.Navbar-module__nuAbfa__link:hover:after{width:100%}.Navbar-module__nuAbfa__link.Navbar-module__nuAbfa__active{color:var(--vt-maroon);font-weight:600}.Navbar-module__nuAbfa__link.Navbar-module__nuAbfa__active:after{width:100%}.Navbar-module__nuAbfa__mobileNav{display:none}@media (max-width:768px){.Navbar-module__nuAbfa__topRow{justify-content:center;padding:1rem 1.5rem}.Navbar-module__nuAbfa__desktopNav{display:none}.Navbar-module__nuAbfa__mobileNav{border-top:1px solid var(--border-light);background:#ffffff80;justify-content:center;gap:2rem;padding:.75rem 1rem;display:flex;position:relative}.Navbar-module__nuAbfa__mobileLink{color:var(--vt-grey);text-transform:uppercase;letter-spacing:.5px;border-radius:var(--radius-sm);transition:color var(--transition-fast),font-weight var(--transition-fast);background:0 0;padding:.5rem .75rem;font-size:.9rem;font-weight:500;text-decoration:none}.Navbar-module__nuAbfa__mobileLink:hover{color:var(--vt-maroon)}.Navbar-module__nuAbfa__mobileLink.Navbar-module__nuAbfa__active{color:var(--vt-maroon);font-weight:600}.Navbar-module__nuAbfa__mobileIndicator{background:var(--gradient-accent);border-radius:3px 3px 0 0;height:3px;transition:transform .3s cubic-bezier(.4,0,.2,1),width .3s cubic-bezier(.4,0,.2,1),opacity .2s;position:absolute;bottom:0;left:0}}@media (max-width:480px){.Navbar-module__nuAbfa__topRow{padding:.875rem 1rem}.Navbar-module__nuAbfa__logoText{font-size:1.4rem}.Navbar-module__nuAbfa__logoImage{height:28px}.Navbar-module__nuAbfa__mobileNav{gap:1rem;padding:.6rem .75rem}.Navbar-module__nuAbfa__mobileLink{padding:.4rem .6rem;font-size:.8rem}}
.Footer-module__EZoWya__footer{background:linear-gradient(180deg,var(--background-color)0%,#f0f2f5 100%);margin-top:4rem;padding:3rem 0 2rem;position:relative;overflow:hidden}.Footer-module__EZoWya__footer:before{content:"";background:var(--gradient-mixed);height:3px;position:absolute;top:0;left:0;right:0}.Footer-module__EZoWya__content{text-align:center;flex-direction:column;gap:1.5rem;max-width:1200px;margin:0 auto;padding:0 2rem;display:flex}.Footer-module__EZoWya__topSection{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;display:flex}.Footer-module__EZoWya__branding{align-items:center;gap:1rem;display:flex}.Footer-module__EZoWya__logo{font-family:var(--font-heading);color:var(--vt-maroon);font-size:1.4rem;font-weight:800}.Footer-module__EZoWya__logo span{background:var(--gradient-accent);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.Footer-module__EZoWya__nicheLink{color:var(--vt-maroon);text-decoration:none;transition:all .3s;position:relative}.Footer-module__EZoWya__nicheLink:after{content:"";background:var(--gradient-mixed);width:0;height:2px;transition:width .3s;position:absolute;bottom:-2px;left:0}.Footer-module__EZoWya__nicheLink:hover{background:var(--gradient-mixed);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;transform:scale(1.05)}.Footer-module__EZoWya__nicheLink:hover:after{width:100%}.Footer-module__EZoWya__tagline{color:var(--vt-grey);font-size:.9rem;font-weight:500}.Footer-module__EZoWya__links{gap:2rem;display:flex}.Footer-module__EZoWya__link{color:var(--vt-grey);transition:color var(--transition-fast);font-size:.9rem;font-weight:500}.Footer-module__EZoWya__link:hover{color:var(--vt-maroon)}.Footer-module__EZoWya__socialLinks{gap:.75rem;display:flex}.Footer-module__EZoWya__socialBtn{width:40px;height:40px;color:var(--vt-grey);border:1px solid var(--border-light);transition:all var(--transition-normal);background:#fff;border-radius:50%;justify-content:center;align-items:center;text-decoration:none;display:flex}.Footer-module__EZoWya__socialBtn:hover{background:var(--gradient-primary);color:#fff;box-shadow:var(--shadow-md);border-color:#0000;transform:translateY(-3px)}.Footer-module__EZoWya__socialBtn svg{width:18px;height:18px}.Footer-module__EZoWya__divider{background:var(--border-light);height:1px;margin:.5rem 0}.Footer-module__EZoWya__bottomSection{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.Footer-module__EZoWya__copyright{color:var(--vt-grey);font-size:.85rem}.Footer-module__EZoWya__vt{color:var(--vt-maroon);transition:color var(--transition-fast);font-weight:600}.Footer-module__EZoWya__vt:hover{color:var(--vt-orange)}.Footer-module__EZoWya__attribution{color:var(--vt-grey-light);font-size:.8rem}@media (max-width:768px){.Footer-module__EZoWya__footer{padding:2rem 0 1.5rem}.Footer-module__EZoWya__topSection{text-align:center;flex-direction:column}.Footer-module__EZoWya__branding{flex-direction:column;gap:.5rem}.Footer-module__EZoWya__links{flex-wrap:wrap;justify-content:center;gap:1rem}.Footer-module__EZoWya__bottomSection{text-align:center;flex-direction:column}}@media (max-width:480px){.Footer-module__EZoWya__footer{padding:1.5rem 0 1rem}.Footer-module__EZoWya__content{padding:0 1rem}.Footer-module__EZoWya__logo{font-size:1.2rem}.Footer-module__EZoWya__tagline,.Footer-module__EZoWya__link{font-size:.8rem}.Footer-module__EZoWya__socialBtn{width:44px;height:44px}.Footer-module__EZoWya__copyright{font-size:.75rem}.Footer-module__EZoWya__attribution{font-size:.7rem}}
.SearchModal-module__aWxpZa__overlay{z-index:10000;-webkit-backdrop-filter:blur(8px);background-color:#00000080;justify-content:center;align-items:flex-start;width:100%;height:100%;padding-top:12vh;animation:.2s ease-out SearchModal-module__aWxpZa__fadeIn;display:flex;position:fixed;top:0;left:0}@keyframes SearchModal-module__aWxpZa__fadeIn{0%{opacity:0}to{opacity:1}}.SearchModal-module__aWxpZa__modal{border-radius:var(--radius-xl);width:100%;max-width:640px;box-shadow:var(--shadow-xl);border:1px solid var(--border-subtle);background:#fff;flex-direction:column;max-height:75vh;animation:.3s cubic-bezier(.34,1.56,.64,1) SearchModal-module__aWxpZa__slideDown;display:flex;overflow:hidden}@keyframes SearchModal-module__aWxpZa__slideDown{0%{opacity:0;transform:translateY(-20px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.SearchModal-module__aWxpZa__searchHeader{border-bottom:1px solid var(--border-light);background:linear-gradient(to bottom,white 0%,var(--background-color)100%);align-items:center;gap:1rem;padding:1.5rem;display:flex}.SearchModal-module__aWxpZa__searchInput{border-radius:var(--radius-full);font-size:1.1rem;font-family:var(--font-sans);color:var(--text-color);transition:all var(--transition-normal);box-shadow:var(--shadow-sm),inset 0 2px 4px #00000008;background:#fff;border:2px solid #0000;outline:none;flex:1;padding:.9rem 1.5rem}.SearchModal-module__aWxpZa__searchInput::placeholder{color:var(--vt-grey-light)}.SearchModal-module__aWxpZa__searchInput:focus{border-color:var(--vt-orange);box-shadow:var(--shadow-sm),0 0 0 4px #e877221a;background:#fff}.SearchModal-module__aWxpZa__closeBtn{background:var(--background-alt);cursor:pointer;width:36px;height:36px;color:var(--vt-grey);transition:all var(--transition-fast);border:none;border-radius:50%;justify-content:center;align-items:center;font-size:1.25rem;display:flex}.SearchModal-module__aWxpZa__closeBtn:hover{background:var(--vt-maroon);color:#fff;transform:rotate(90deg)}.SearchModal-module__aWxpZa__results{padding:.75rem;overflow-y:auto}.SearchModal-module__aWxpZa__resultItem{border-radius:var(--radius-md);color:inherit;transition:all var(--transition-fast);border-left:3px solid #0000;flex-direction:column;gap:.25rem;margin-bottom:.25rem;padding:1rem 1.25rem;text-decoration:none;display:flex}.SearchModal-module__aWxpZa__resultItem:hover,.SearchModal-module__aWxpZa__resultItem.SearchModal-module__aWxpZa__selected{background-color:var(--background-alt);border-left-color:var(--vt-orange);transform:translate(4px)}.SearchModal-module__aWxpZa__resultTitle{font-family:var(--font-heading);color:var(--vt-maroon);margin-bottom:.15rem;font-size:1.05rem;font-weight:600}.SearchModal-module__aWxpZa__resultItem:hover .SearchModal-module__aWxpZa__resultTitle,.SearchModal-module__aWxpZa__resultItem.SearchModal-module__aWxpZa__selected .SearchModal-module__aWxpZa__resultTitle{color:var(--vt-orange)}.SearchModal-module__aWxpZa__resultType{text-transform:uppercase;background:var(--gradient-accent);-webkit-text-fill-color:transparent;letter-spacing:.5px;-webkit-background-clip:text;background-clip:text;margin-right:.5rem;font-size:.7rem;font-weight:700}.SearchModal-module__aWxpZa__resultDesc{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;font-size:.85rem;line-height:1.4;overflow:hidden}.SearchModal-module__aWxpZa__noResults{text-align:center;color:var(--vt-grey);padding:2rem}.SearchModal-module__aWxpZa__noResultsImage{opacity:.8;max-width:150px;height:auto;margin:0 auto .75rem;display:block}.SearchModal-module__aWxpZa__shortcutHint{background:var(--background-alt);border-top:1px solid var(--border-light);color:var(--vt-grey);justify-content:center;gap:2rem;padding:.75rem 1.5rem;font-size:.8rem;display:flex}.SearchModal-module__aWxpZa__shortcutKey{align-items:center;gap:.35rem;display:inline-flex}.SearchModal-module__aWxpZa__shortcutKey kbd{border:1px solid var(--border-light);font-family:var(--font-sans);color:var(--vt-maroon);background:#fff;border-radius:4px;padding:.15rem .4rem;font-size:.75rem;font-weight:600;box-shadow:0 1px 2px #0000001a}@media (max-width:768px){.SearchModal-module__aWxpZa__overlay{padding-top:5vh;padding-left:1rem;padding-right:1rem}.SearchModal-module__aWxpZa__modal{border-radius:var(--radius-lg);max-height:85vh}.SearchModal-module__aWxpZa__searchHeader{padding:1rem}.SearchModal-module__aWxpZa__searchInput{padding:.75rem 1.25rem;font-size:1rem}.SearchModal-module__aWxpZa__shortcutHint{display:none}}@media (max-width:480px){.SearchModal-module__aWxpZa__overlay{padding-top:3vh;padding-left:.75rem;padding-right:.75rem}.SearchModal-module__aWxpZa__modal{border-radius:var(--radius-md);max-height:90vh}.SearchModal-module__aWxpZa__searchHeader{gap:.75rem;padding:.875rem}.SearchModal-module__aWxpZa__searchInput{padding:.65rem 1rem;font-size:.95rem}.SearchModal-module__aWxpZa__closeBtn{width:32px;height:32px;font-size:1.1rem}.SearchModal-module__aWxpZa__results{padding:.5rem}.SearchModal-module__aWxpZa__resultItem{padding:.875rem 1rem}.SearchModal-module__aWxpZa__resultTitle{font-size:.95rem}.SearchModal-module__aWxpZa__resultDesc{font-size:.8rem}.SearchModal-module__aWxpZa__noResults{padding:1.5rem 1rem}.SearchModal-module__aWxpZa__noResultsImage{max-width:120px}}
.SecretTrigger-module__YTz7eG__unlockOverlay{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:99999;background:#000c;justify-content:center;align-items:center;animation:.3s SecretTrigger-module__YTz7eG__fadeIn;display:flex;position:fixed;inset:0}@keyframes SecretTrigger-module__YTz7eG__fadeIn{0%{opacity:0}to{opacity:1}}.SecretTrigger-module__YTz7eG__unlockAnimation{text-align:center;animation:.5s cubic-bezier(.34,1.56,.64,1) SecretTrigger-module__YTz7eG__unlockPop}@keyframes SecretTrigger-module__YTz7eG__unlockPop{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}.SecretTrigger-module__YTz7eG__unlockIcon{margin-bottom:1rem;font-size:5rem;animation:.6s .2s SecretTrigger-module__YTz7eG__unlockBounce}@keyframes SecretTrigger-module__YTz7eG__unlockBounce{0%,to{transform:scale(1)}50%{transform:scale(1.2)}}.SecretTrigger-module__YTz7eG__unlockText{font-family:var(--font-heading);color:#fff;background:linear-gradient(135deg,#00c853 0%,#69f0ae 100%);-webkit-text-fill-color:transparent;letter-spacing:.1em;text-transform:uppercase;-webkit-background-clip:text;background-clip:text;margin:0;font-size:1.5rem;font-weight:700}
.Layout-module__hBxhlq__container{flex-direction:column;max-width:1200px;min-height:100vh;margin:0 auto;padding:0 1.5rem;display:flex}.Layout-module__hBxhlq__containerFull{flex-direction:column;width:100%;min-height:100vh;display:flex}.Layout-module__hBxhlq__main{flex:1;padding:2rem 0}.Layout-module__hBxhlq__mainFull{flex:1;width:100%;padding:0}@media (max-width:768px){.Layout-module__hBxhlq__container{padding:0 1rem}.Layout-module__hBxhlq__main{padding:1rem 0}}
.Hero-module__Z8hQ_W__hero{background:#f8f9fa;height:250vh;position:relative}.Hero-module__Z8hQ_W__fixedContainer{z-index:1;justify-content:center;align-items:center;width:100%;height:100vh;display:flex;position:fixed;top:0;left:0;overflow:hidden}.Hero-module__Z8hQ_W__backgroundLayer{z-index:0;background-image:url(/images/home-bg.png);background-position:50%;background-repeat:no-repeat;background-size:cover;width:100%;height:100%;transition:filter .1s ease-out;position:absolute;top:0;left:0}.Hero-module__Z8hQ_W__cheerleader{z-index:5;opacity:0;pointer-events:none;width:250px;height:auto;transition:transform .5s cubic-bezier(.34,1.56,.64,1),opacity .3s;position:fixed;bottom:0;transform:translateY(100%)}.Hero-module__Z8hQ_W__cheerleaderLeft{left:0%}.Hero-module__Z8hQ_W__cheerleaderRight{right:0%}.Hero-module__Z8hQ_W__cheerleaderVisible{opacity:1;transform:translateY(0)}@keyframes Hero-module__Z8hQ_W__bounceUp{0%{opacity:0;transform:translateY(100%)}60%{opacity:1;transform:translateY(-15%)}80%{transform:translateY(5%)}to{transform:translateY(0)}}.Hero-module__Z8hQ_W__hokies01{width:25vw}.Hero-module__Z8hQ_W__hokies02{width:30vw}.Hero-module__Z8hQ_W__hokies03,.Hero-module__Z8hQ_W__hokies04{width:25vw}.Hero-module__Z8hQ_W__shape{opacity:.15;filter:blur(40px);border-radius:50%;animation:4s ease-in-out infinite Hero-module__Z8hQ_W__pulse;position:absolute}.Hero-module__Z8hQ_W__shape1{background:radial-gradient(circle at 30% 30%,var(--vt-maroon),var(--vt-orange));width:400px;height:400px;top:10%;left:10%}.Hero-module__Z8hQ_W__shape2{background:radial-gradient(circle at 70% 70%,var(--vt-orange),var(--vt-maroon));width:300px;height:300px;animation-delay:2s;bottom:10%;right:10%}@keyframes Hero-module__Z8hQ_W__pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.Hero-module__Z8hQ_W__initialContent{z-index:10;text-align:center;width:100%;padding:0 20px;transition:opacity .3s,filter .3s,transform .3s;position:absolute}.Hero-module__Z8hQ_W__title{font-family:var(--font-heading);background:linear-gradient(135deg,var(--vt-maroon),var(--vt-orange),var(--vt-maroon));-webkit-text-fill-color:transparent;letter-spacing:-.03em;background-size:200% 200%;-webkit-background-clip:text;background-clip:text;margin-bottom:1.25rem;font-size:4.5rem;font-weight:800;animation:6s infinite Hero-module__Z8hQ_W__gradientShift}.Hero-module__Z8hQ_W__sub.Hero-module__Z8hQ_W__title{color:#fff;margin-bottom:1rem;font-size:4rem;font-weight:700;line-height:1.2}.Hero-module__Z8hQ_W__title{background:linear-gradient(90deg,var(--vt-maroon),var(--vt-orange),var(--vt-maroon));-webkit-text-fill-color:transparent;filter:brightness(1.3);background-size:200% 200%;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:4rem;font-weight:700;line-height:1.2;animation:6s ease-in-out infinite Hero-module__Z8hQ_W__titleGradient}.Hero-module__Z8hQ_W__highlight{background-image:linear-gradient(120deg,#fff0 30%,#fff 50%,#fff0 70%),linear-gradient(120deg,var(--vt-maroon)0%,var(--vt-orange)100%);-webkit-text-fill-color:transparent;filter:drop-shadow(0 0 12px #e8772299)brightness(1.2);cursor:pointer;background-position:200% 0,0 0;background-repeat:no-repeat;background-size:200% 100%,100% 100%;-webkit-background-clip:text;background-clip:text;font-weight:900;text-decoration:none;transition:transform .3s,filter .3s;animation:6s ease-in-out infinite Hero-module__Z8hQ_W__shine;display:inline-block;position:relative}.Hero-module__Z8hQ_W__highlight:hover{filter:drop-shadow(0 0 25px #e87722e6)brightness(1.5);transform:scale(1.08)}@keyframes Hero-module__Z8hQ_W__titleGradient{0%,to{background-position:0%}50%{background-position:100%}}@keyframes Hero-module__Z8hQ_W__shine{0%{filter:drop-shadow(0 0 12px #e8772299)brightness(1.2);background-position:200% 0,0 0}12.5%{filter:drop-shadow(0 0 25px #e87722e6)brightness(1.6)}25%,to{filter:drop-shadow(0 0 12px #e8772299)brightness(1.2);background-position:-200% 0,0 0}}@keyframes Hero-module__Z8hQ_W__gradientShift{0%{background-position:0%}to{background-position:100%}}.Hero-module__Z8hQ_W__subtitle{color:var(--vt-grey);opacity:0;letter-spacing:.02em;font-size:1.4rem;font-weight:400;animation:1.5s ease-out .5s forwards Hero-module__Z8hQ_W__fadeIn}.Hero-module__Z8hQ_W__hint{color:#666;opacity:0;margin-top:2rem;font-size:.9rem;font-weight:500;animation:1s ease-out 1.5s forwards Hero-module__Z8hQ_W__fadeIn}.Hero-module__Z8hQ_W__key{color:var(--vt-maroon);background:#0000000d;border:1px solid #0000001a;border-radius:4px;margin:0 .2rem;padding:.1rem .5rem;font-family:monospace;font-weight:700}.Hero-module__Z8hQ_W__scrollHint{color:var(--vt-orange);margin-top:5rem;font-size:2rem;animation:2s infinite Hero-module__Z8hQ_W__bounce;display:block}@keyframes Hero-module__Z8hQ_W__bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}@keyframes Hero-module__Z8hQ_W__fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.Hero-module__Z8hQ_W__highlightList{z-index:20;flex-direction:column;justify-content:center;gap:.7rem;width:100%;max-width:1200px;height:100%;padding:0 2rem 2rem;transition:opacity .3s,filter .3s,transform .3s;display:flex;position:absolute}.Hero-module__Z8hQ_W__highlightItem{border-radius:12px;transition:transform .3s,box-shadow .3s;position:relative}.Hero-module__Z8hQ_W__selected{z-index:10;background:0 0;transform:scale(1.05);box-shadow:0 8px 24px #0003}.Hero-module__Z8hQ_W__highlightItem:hover{z-index:10;transform:scale(1.05);box-shadow:0 8px 24px #0003}.Hero-module__Z8hQ_W__enterHint{background:var(--vt-orange);color:#fff;z-index:20;pointer-events:none;border-radius:20px;padding:.2rem .6rem;font-size:.75rem;font-weight:600;animation:.3s cubic-bezier(.175,.885,.32,1.275) Hero-module__Z8hQ_W__popIn;position:absolute;top:-15px;right:-10px;box-shadow:0 2px 8px #0003}@keyframes Hero-module__Z8hQ_W__popIn{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}.Hero-module__Z8hQ_W__itemsWrapper{grid-template-columns:repeat(3,1fr);gap:1.5rem;width:100%;display:grid}.Hero-module__Z8hQ_W__highlightsTitle{font-family:var(--font-heading);color:var(--vt-maroon);text-align:left;letter-spacing:-.02em;margin:0 0 .75rem;font-size:2.5rem;font-weight:800}.Hero-module__Z8hQ_W__bottomNav{border-top:1px solid #0000001a;justify-content:center;gap:3rem;margin-top:5rem;padding-top:1rem;display:flex}.Hero-module__Z8hQ_W__bottomNavLink{color:var(--vt-grey);text-transform:uppercase;letter-spacing:1px;font-size:1.1rem;font-weight:600;text-decoration:none;transition:color .2s;position:relative}.Hero-module__Z8hQ_W__bottomNavLink:hover{color:var(--vt-maroon)}.Hero-module__Z8hQ_W__bottomNavLink:after{content:"";background-color:var(--vt-orange);width:0;height:2px;transition:width .3s;position:absolute;bottom:-4px;left:0}.Hero-module__Z8hQ_W__bottomNavLink:hover:after{width:100%}.Hero-module__Z8hQ_W__scrollHintHighlights{color:var(--vt-orange);text-align:center;flex-direction:column;align-items:center;gap:.5rem;font-size:1.1rem;font-weight:600;display:flex;position:absolute;bottom:4rem;left:50%;transform:translate(-50%)}.Hero-module__Z8hQ_W__scrollArrow{font-size:2rem;animation:2s infinite Hero-module__Z8hQ_W__bounce}.Hero-module__Z8hQ_W__photoWallSection{z-index:20;--photo-wall-scale:.75;transform-origin:top;flex-direction:column;gap:.8rem;width:85%;max-width:70vw;padding:10rem 2rem 15rem;transition:opacity .3s,filter .3s,transform .3s;display:flex;position:absolute}@media (min-width:3200px){.Hero-module__Z8hQ_W__photoWallSection{max-width:60vw}}.Hero-module__Z8hQ_W__photoWallHeader{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.Hero-module__Z8hQ_W__photoWallTitle{font-family:var(--font-heading);color:var(--vt-maroon);letter-spacing:-.02em;margin:0;font-size:2.5rem;font-weight:800}.Hero-module__Z8hQ_W__refreshBtn{cursor:pointer;color:var(--vt-grey);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:.5rem;transition:all .4s;display:flex}.Hero-module__Z8hQ_W__refreshBtn:hover{color:var(--vt-maroon);background-color:#f0f0f0}.Hero-module__Z8hQ_W__spinning{animation:.5s ease-in-out Hero-module__Z8hQ_W__spin}@keyframes Hero-module__Z8hQ_W__spin{0%{transform:rotate(0)}to{transform:rotate(180deg)}}.Hero-module__Z8hQ_W__photoWallContent{opacity:1;width:100%;transition:opacity .4s cubic-bezier(.4,0,.2,1),transform .4s cubic-bezier(.4,0,.2,1);transform:translateY(0)}.Hero-module__Z8hQ_W__photoWallContent.Hero-module__Z8hQ_W__hidden{opacity:0;transform:translateY(20px)}.Hero-module__Z8hQ_W__photoWallContent img{cursor:pointer;border-radius:8px;transition:transform .3s,box-shadow .3s,filter .3s!important}.Hero-module__Z8hQ_W__photoWallContent img:hover{z-index:100;filter:brightness(1.05)!important;transform:translateY(-4px)scale(1.02)!important;box-shadow:0 10px 25px #0003!important}@media (max-width:768px){.Hero-module__Z8hQ_W__hero{height:auto;min-height:100vh;overflow-x:hidden}.Hero-module__Z8hQ_W__fixedContainer{height:auto;padding-bottom:2rem;display:block;position:relative;overflow:visible}.Hero-module__Z8hQ_W__backgroundLayer{z-index:-1;height:100vh;position:fixed}.Hero-module__Z8hQ_W__initialContent{flex-direction:column;justify-content:center;height:90vh;padding-top:2rem;display:flex;position:relative;opacity:1!important;filter:none!important;pointer-events:auto!important;transform:none!important}.Hero-module__Z8hQ_W__title{padding:0 1rem;font-size:2.2rem}.Hero-module__Z8hQ_W__subtitle{opacity:1;padding:0 1rem;font-size:1.1rem;animation:none}.Hero-module__Z8hQ_W__hint{opacity:1;font-size:.8rem;animation:none}.Hero-module__Z8hQ_W__scrollHint{margin-top:3rem;animation:2s infinite Hero-module__Z8hQ_W__bounce;display:block}.Hero-module__Z8hQ_W__highlightList{max-width:100%;height:auto;max-height:none;padding:4rem 1.5rem;position:relative;overflow:visible;opacity:1!important;filter:none!important;pointer-events:auto!important;transform:none!important}.Hero-module__Z8hQ_W__highlightsTitle{text-align:center;margin-bottom:2rem;font-size:2rem}.Hero-module__Z8hQ_W__itemsWrapper{grid-template-columns:1fr;gap:2rem}.Hero-module__Z8hQ_W__scrollHintHighlights{margin-top:1rem;margin-bottom:1rem;display:flex;position:static;transform:none}.Hero-module__Z8hQ_W__highlightItem:hover{transform:none}.Hero-module__Z8hQ_W__photoWallSection{max-width:100%;height:auto;max-height:none;margin-top:2rem;padding:2rem 1.5rem;position:relative;overflow:visible;opacity:1!important;filter:none!important;pointer-events:auto!important;transform:none!important}.Hero-module__Z8hQ_W__photoWallTitle{font-size:2rem}.Hero-module__Z8hQ_W__bottomNav{flex-wrap:wrap;gap:1.5rem;margin-top:3rem;padding-bottom:2rem}.Hero-module__Z8hQ_W__shape1{width:200px;height:200px;position:fixed}.Hero-module__Z8hQ_W__shape2{width:150px;height:150px;position:fixed}}@media (max-width:480px){.Hero-module__Z8hQ_W__title{padding:0 .75rem;font-size:1.8rem}.Hero-module__Z8hQ_W__subtitle{padding:0 .75rem;font-size:.95rem}.Hero-module__Z8hQ_W__hint{font-size:.75rem}.Hero-module__Z8hQ_W__highlightsTitle,.Hero-module__Z8hQ_W__photoWallTitle{font-size:1.6rem}.Hero-module__Z8hQ_W__highlightList,.Hero-module__Z8hQ_W__photoWallSection{padding:3rem 1rem}.Hero-module__Z8hQ_W__bottomNav{gap:1rem;font-size:.9rem}.Hero-module__Z8hQ_W__bottomNavLink{font-size:.9rem}.Hero-module__Z8hQ_W__shape1{width:150px;height:150px}.Hero-module__Z8hQ_W__shape2{width:100px;height:100px}}
.HighlightItem-module__-SrcNq__item{background:var(--glass-bg-heavy);-webkit-backdrop-filter:blur(10px);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);transition:all var(--transition-normal);border:1px solid var(--border-subtle);color:inherit;cursor:pointer;flex-direction:column;gap:.75rem;width:100%;height:100%;padding:1.25rem;display:flex;position:relative;overflow:hidden}.HighlightItem-module__-SrcNq__item:before{content:"";background:var(--gradient-mixed);transform-origin:0;height:3px;transition:transform var(--transition-normal);position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.HighlightItem-module__-SrcNq__item:hover{box-shadow:var(--shadow-lg);border-color:#e8772233;transform:translateY(-8px)}.HighlightItem-module__-SrcNq__item:hover:before{transform:scaleX(1)}.HighlightItem-module__-SrcNq__mediaContainer{border-radius:var(--radius-md);background:linear-gradient(135deg,#f0f0f0 0%,#e8e8e8 100%);flex-shrink:0;width:100%;padding-bottom:66.67%;position:relative;overflow:hidden}.HighlightItem-module__-SrcNq__mediaContainer>*{width:100%;height:100%;position:absolute;top:0;left:0}.HighlightItem-module__-SrcNq__mediaContainer:after{content:"";opacity:0;height:40%;transition:opacity var(--transition-normal);pointer-events:none;z-index:1;background:linear-gradient(#0000 0%,#0000004d 100%);position:absolute;bottom:0;left:0;right:0}.HighlightItem-module__-SrcNq__item:hover .HighlightItem-module__-SrcNq__mediaContainer:after{opacity:1}.HighlightItem-module__-SrcNq__media{object-fit:cover;width:100%;height:100%;transition:transform var(--transition-slow);background-position:50%;background-size:cover}.HighlightItem-module__-SrcNq__item:hover .HighlightItem-module__-SrcNq__media{transform:scale(1.08)}.HighlightItem-module__-SrcNq__media video{transition:opacity .3s}.HighlightItem-module__-SrcNq__videoReady{opacity:1!important}.HighlightItem-module__-SrcNq__videoPlaceholder{background:linear-gradient(135deg,#f5f5f5 0%,#e8e8e8 50%,#f0f0f0 100%) 0 0/200% 200%;transition:opacity .3s;animation:1.5s ease-in-out infinite HighlightItem-module__-SrcNq__shimmer;position:absolute;inset:0}@keyframes HighlightItem-module__-SrcNq__shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.HighlightItem-module__-SrcNq__content{flex-direction:column;flex:1;gap:.25rem;min-height:0;display:flex}.HighlightItem-module__-SrcNq__title{font-family:var(--font-heading);color:var(--vt-maroon);text-overflow:ellipsis;line-clamp:2;-webkit-line-clamp:2;transition:color var(--transition-fast);-webkit-box-orient:vertical;font-size:1.2rem;font-weight:700;line-height:1.3;display:-webkit-box;overflow:hidden}.HighlightItem-module__-SrcNq__item:hover .HighlightItem-module__-SrcNq__title{color:var(--vt-orange)}.HighlightItem-module__-SrcNq__summary{color:var(--text-muted);text-overflow:ellipsis;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;flex:1;font-size:.9rem;line-height:1.5;display:-webkit-box;overflow:hidden}.HighlightItem-module__-SrcNq__readMore{color:var(--vt-orange);transition:gap var(--transition-fast);align-items:center;gap:.25rem;margin-top:.25rem;font-size:.8rem;font-weight:600;display:inline-flex}.HighlightItem-module__-SrcNq__readMore:after{content:"→";transition:transform var(--transition-fast)}.HighlightItem-module__-SrcNq__item:hover .HighlightItem-module__-SrcNq__readMore:after{transform:translate(4px)}@media (max-width:768px){.HighlightItem-module__-SrcNq__item{gap:.5rem;padding:1rem}.HighlightItem-module__-SrcNq__mediaContainer{padding-bottom:60%}.HighlightItem-module__-SrcNq__title{line-clamp:2;-webkit-line-clamp:2;font-size:1rem}.HighlightItem-module__-SrcNq__summary{line-clamp:2;-webkit-line-clamp:2;font-size:.8rem;line-height:1.4}.HighlightItem-module__-SrcNq__readMore{font-size:.75rem}.HighlightItem-module__-SrcNq__item:hover{transform:translateY(-4px)}}@media (max-width:480px){.HighlightItem-module__-SrcNq__item{border-radius:var(--radius-md);gap:.4rem;padding:.875rem}.HighlightItem-module__-SrcNq__mediaContainer{border-radius:var(--radius-sm);padding-bottom:56%}.HighlightItem-module__-SrcNq__title{font-size:.9rem}.HighlightItem-module__-SrcNq__summary{font-size:.75rem}.HighlightItem-module__-SrcNq__readMore{font-size:.7rem}}
.ResearchList-module__UWNXIW__container{gap:2.5rem;margin-top:2rem;display:flex}.ResearchList-module__UWNXIW__filters{border:1px solid var(--border-light);border-radius:var(--radius-lg);height:fit-content;box-shadow:var(--shadow-sm);background:#fff;flex-direction:column;flex:0 0 220px;gap:2rem;padding:1.75rem;display:flex;position:sticky;top:100px}.ResearchList-module__UWNXIW__filterToggle{display:none}.ResearchList-module__UWNXIW__filterContent{display:contents}.ResearchList-module__UWNXIW__resetBtn{background:var(--vt-maroon);color:#fff;border-radius:var(--radius-md);cursor:pointer;width:100%;transition:all var(--transition-fast);border:none;margin-bottom:-1rem;padding:.75rem 1rem;font-size:.9rem;font-weight:600}.ResearchList-module__UWNXIW__resetBtn:hover{background:var(--vt-orange);transform:translateY(-1px)}.ResearchList-module__UWNXIW__filterSection{flex-direction:column;gap:1rem;display:flex}.ResearchList-module__UWNXIW__filterTitle{font-family:var(--font-heading);color:var(--vt-maroon);text-transform:uppercase;letter-spacing:.5px;margin-bottom:.75rem;padding-bottom:.5rem;font-size:1rem;font-weight:700;position:relative}.ResearchList-module__UWNXIW__filterTitle:after{content:"";background:var(--gradient-accent);border-radius:2px;width:30px;height:2px;position:absolute;bottom:0;left:0}.ResearchList-module__UWNXIW__tagList{flex-direction:column;gap:.35rem;display:flex}.ResearchList-module__UWNXIW__tagBtn{text-align:left;border-radius:var(--radius-sm);cursor:pointer;color:var(--text-color);transition:all var(--transition-fast);background:0 0;border:1px solid #0000;padding:.6rem .85rem;font-size:.9rem}.ResearchList-module__UWNXIW__tagBtn:hover{background-color:var(--background-alt);transform:translate(4px)}.ResearchList-module__UWNXIW__tagBtn.ResearchList-module__UWNXIW__active{background:var(--gradient-accent);color:#fff;box-shadow:var(--shadow-sm);font-weight:600}.ResearchList-module__UWNXIW__yearBadge{background:var(--gradient-primary);color:#fff;border-radius:var(--radius-full);vertical-align:middle;margin-left:1rem;padding:.25rem .85rem;font-size:.8rem;font-weight:600;display:inline-block}.ResearchList-module__UWNXIW__listWithTimeline{flex:1;padding-left:80px;display:flex;position:relative}.ResearchList-module__UWNXIW__list{flex-direction:column;flex:1;gap:1.75rem;display:flex}.ResearchList-module__UWNXIW__item{border:1px solid var(--border-light);border-radius:var(--radius-lg);transition:all var(--transition-normal);min-height:240px;box-shadow:var(--shadow-xs);background:#fff;padding:0;display:block;position:relative;overflow:visible}.ResearchList-module__UWNXIW__itemInner{border-radius:var(--radius-lg);flex-direction:row;width:100%;height:100%;min-height:240px;display:flex;position:relative;overflow:hidden}.ResearchList-module__UWNXIW__itemInner:before{content:"";background:var(--gradient-mixed);transform-origin:bottom;width:4px;transition:transform var(--transition-normal);z-index:10;position:absolute;top:0;bottom:0;left:0;transform:scaleY(0)}.ResearchList-module__UWNXIW__item:hover .ResearchList-module__UWNXIW__itemInner:before{transform:scaleY(1)}.ResearchList-module__UWNXIW__slideIn{opacity:0;animation:.5s ease-out forwards ResearchList-module__UWNXIW__slideInFromLeft}@keyframes ResearchList-module__UWNXIW__slideInFromLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}.ResearchList-module__UWNXIW__itemSelected{border-color:var(--vt-orange);box-shadow:var(--shadow-md),0 0 0 3px #e877221a;z-index:10;background:#fff;position:relative;transform:translateY(-4px)}.ResearchList-module__UWNXIW__item:hover{box-shadow:var(--shadow-md);border-color:#e877224d;transform:translateY(-4px)}.ResearchList-module__UWNXIW__content{border-top-left-radius:var(--radius-lg);border-bottom-left-radius:var(--radius-lg);flex-direction:column;flex:1;padding:1.75rem;display:flex}.ResearchList-module__UWNXIW__mediaContainer{border-left:1px solid var(--border-light);border-radius:0 var(--radius-lg)var(--radius-lg)0;background:linear-gradient(135deg,#f5f5f5 0%,#ebebeb 100%);flex:0 0 300px;position:relative;overflow:hidden}.ResearchList-module__UWNXIW__mediaContainer:after{content:"";pointer-events:none;background:linear-gradient(135deg,#0000 0%,#861f410d 100%);position:absolute;inset:0}.ResearchList-module__UWNXIW__media{object-fit:cover;width:100%;height:100%;transition:transform var(--transition-slow);display:block}.ResearchList-module__UWNXIW__item:hover .ResearchList-module__UWNXIW__mediaContainer:not(:has(.ResearchList-module__UWNXIW__crossfadeOverlay)) img.ResearchList-module__UWNXIW__media{transform:scale(1.05)}.ResearchList-module__UWNXIW__crossfadeOverlay{object-fit:cover;width:100%;height:100%;display:block;position:absolute;inset:0}.ResearchList-module__UWNXIW__placeholderMedia{background:linear-gradient(135deg,#f0f0f0 0%,#e0e0e0 100%);width:100%;height:100%}.ResearchList-module__UWNXIW__itemTitle{font-family:var(--font-heading);color:var(--vt-maroon);transition:color var(--transition-fast);text-align:justify;margin-bottom:.75rem;font-size:1.4rem;font-weight:700}.ResearchList-module__UWNXIW__titleRow{align-items:flex-start;gap:.75rem;margin-bottom:.5rem;display:flex}.ResearchList-module__UWNXIW__titleRow .ResearchList-module__UWNXIW__itemTitle{flex:1;margin-bottom:0}.ResearchList-module__UWNXIW__titleRow .ResearchList-module__UWNXIW__yearBadge{flex-shrink:0;margin-left:0}.ResearchList-module__UWNXIW__item:hover .ResearchList-module__UWNXIW__itemTitle{color:var(--vt-orange)}.ResearchList-module__UWNXIW__itemKeyboardSelected:after{content:"Press ↵ to open";background:var(--gradient-accent);color:#fff;border-radius:var(--radius-full);opacity:0;z-index:20;pointer-events:none;box-shadow:var(--shadow-sm);padding:.3rem .75rem;font-size:.75rem;font-weight:600;animation:.3s forwards ResearchList-module__UWNXIW__fadeIn;position:absolute;top:-10px;right:12px}@keyframes ResearchList-module__UWNXIW__fadeIn{to{opacity:1}}.ResearchList-module__UWNXIW__tags{flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem;display:flex}.ResearchList-module__UWNXIW__tag{background-color:var(--background-alt);border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.5px;color:var(--vt-grey);transition:all var(--transition-fast);cursor:pointer;border:none;padding:.35rem .85rem;font-size:.75rem;font-weight:600}.ResearchList-module__UWNXIW__tag:hover{background:var(--gradient-accent);color:#fff;box-shadow:var(--shadow-sm);transform:translateY(-2px)}.ResearchList-module__UWNXIW__tagHighlighted{color:var(--vt-orange);background:#e8772226}.ResearchList-module__UWNXIW__summary{color:var(--text-muted);-webkit-line-clamp:3;line-clamp:3;text-align:justify;-webkit-box-orient:vertical;margin-bottom:1rem;font-size:.95rem;line-height:1.6;display:-webkit-box;overflow:hidden}.ResearchList-module__UWNXIW__description{color:var(--text-color)}.ResearchList-module__UWNXIW__videoPlaceholder{z-index:1;background:linear-gradient(135deg,#f5f5f5 0%,#e8e8e8 50%,#f0f0f0 100%) 0 0/200% 200%;transition:opacity .3s;animation:1.5s ease-in-out infinite ResearchList-module__UWNXIW__shimmer;position:absolute;inset:0}@keyframes ResearchList-module__UWNXIW__shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.ResearchList-module__UWNXIW__mediaContainer video{transition:opacity .3s}@media (max-width:768px){.ResearchList-module__UWNXIW__container{flex-direction:column;gap:1.5rem}.ResearchList-module__UWNXIW__listWithTimeline{padding-left:0}.ResearchList-module__UWNXIW__item{min-height:auto}.ResearchList-module__UWNXIW__itemInner{flex-direction:column;min-height:auto}.ResearchList-module__UWNXIW__mediaContainer{aspect-ratio:16/9;border-left:none;border-bottom:1px solid var(--border-light);border-radius:var(--radius-lg)var(--radius-lg)0 0;flex:none;order:-1;width:100%}.ResearchList-module__UWNXIW__content{border-radius:0 0 var(--radius-lg)var(--radius-lg);flex:1;padding:1.25rem}.ResearchList-module__UWNXIW__filters{flex:none;gap:0;width:100%;padding:0;position:static}.ResearchList-module__UWNXIW__filterToggle{border:1px solid var(--border-light);border-radius:var(--radius-lg);width:100%;color:var(--vt-maroon);cursor:pointer;transition:all var(--transition-fast);background:#fff;justify-content:space-between;align-items:center;padding:1rem 1.25rem;font-size:.95rem;font-weight:600;display:flex}.ResearchList-module__UWNXIW__filterToggle:hover{background:var(--background-alt)}.ResearchList-module__UWNXIW__toggleIcon{transition:transform var(--transition-fast);font-size:.8rem}.ResearchList-module__UWNXIW__toggleIcon.ResearchList-module__UWNXIW__expanded{transform:rotate(180deg)}.ResearchList-module__UWNXIW__filterContent{flex-direction:column;gap:1.5rem;max-height:0;padding:0 1.25rem;transition:max-height .3s,padding .3s;display:flex;overflow:hidden}.ResearchList-module__UWNXIW__filterContent.ResearchList-module__UWNXIW__expanded{border:1px solid var(--border-light);border-radius:0 0 var(--radius-lg)var(--radius-lg);background:#fff;border-top:none;max-height:2000px;padding:1.25rem}.ResearchList-module__UWNXIW__tagList{flex-flow:wrap;gap:.5rem}.ResearchList-module__UWNXIW__tagBtn{padding:.5rem .75rem;font-size:.85rem}.ResearchList-module__UWNXIW__itemTitle{font-size:1.2rem}}@media (max-width:480px){.ResearchList-module__UWNXIW__container{gap:1rem}.ResearchList-module__UWNXIW__filters{padding:1.25rem}.ResearchList-module__UWNXIW__filterTitle{font-size:.9rem}.ResearchList-module__UWNXIW__tagBtn{padding:.4rem .6rem;font-size:.8rem}.ResearchList-module__UWNXIW__resetBtn{padding:.6rem .75rem;font-size:.85rem}.ResearchList-module__UWNXIW__item,.ResearchList-module__UWNXIW__itemInner{border-radius:var(--radius-md)}.ResearchList-module__UWNXIW__mediaContainer{border-radius:var(--radius-md)var(--radius-md)0 0;min-height:160px}.ResearchList-module__UWNXIW__content{border-radius:0 0 var(--radius-md)var(--radius-md);padding:1rem}.ResearchList-module__UWNXIW__titleRow{flex-direction:column;gap:.5rem}.ResearchList-module__UWNXIW__titleRow .ResearchList-module__UWNXIW__yearBadge{align-self:flex-start}.ResearchList-module__UWNXIW__itemTitle{font-size:1.1rem}.ResearchList-module__UWNXIW__tags{gap:.35rem}.ResearchList-module__UWNXIW__tag{padding:.25rem .6rem;font-size:.7rem}.ResearchList-module__UWNXIW__summary{-webkit-line-clamp:2;line-clamp:2;font-size:.875rem}}.ResearchList-module__UWNXIW__noResults{text-align:center;color:var(--text-muted);border:1px dashed var(--border-light);border-radius:var(--radius-lg);background:#fff;margin:2rem 0;padding:3rem 2rem;font-size:1rem}.ResearchList-module__UWNXIW__noResultsImage{opacity:.8;max-width:200px;height:auto;margin:0 auto 1rem;display:block}
.CourseLayout-module__a2wIUG__container{gap:3rem;max-width:1200px;min-height:80vh;margin:0 auto;padding:2rem;display:flex}.CourseLayout-module__a2wIUG__sidebar{border-radius:var(--radius-lg);border:1px solid var(--border-light);height:fit-content;box-shadow:var(--shadow-sm);background:#fff;flex:0 0 280px;padding:1.75rem;position:sticky;top:100px}.CourseLayout-module__a2wIUG__content{border-radius:var(--radius-lg);border:1px solid var(--border-light);box-shadow:var(--shadow-xs);background:#fff;flex:1;padding:2.5rem}.CourseLayout-module__a2wIUG__content h1{font-family:var(--font-heading);color:var(--vt-maroon);border-bottom:none;margin-bottom:1.5rem;padding-bottom:.75rem;font-size:2rem;font-weight:700;position:relative}.CourseLayout-module__a2wIUG__content h1:after{content:"";background:var(--gradient-mixed);border-radius:3px;width:60px;height:3px;position:absolute;bottom:0;left:0}.CourseLayout-module__a2wIUG__content h2{color:var(--vt-orange);margin-top:2rem;margin-bottom:1rem;font-size:1.5rem}.CourseLayout-module__a2wIUG__content h3{color:var(--vt-maroon);margin-top:1.5rem;margin-bottom:.75rem;font-size:1.2rem}.CourseLayout-module__a2wIUG__content p{color:#444;text-align:justify;margin-bottom:1rem;line-height:1.6}.CourseLayout-module__a2wIUG__content blockquote{border-left:4px solid var(--vt-orange);border-radius:0 var(--radius-md)var(--radius-md)0;color:#555;background:linear-gradient(135deg,#e877220d,#861f4108);margin:1.5rem 0;padding:1rem 1.25rem;font-style:italic}.CourseLayout-module__a2wIUG__content blockquote p{margin-bottom:0}.CourseLayout-module__a2wIUG__content ul,.CourseLayout-module__a2wIUG__content ol{margin-bottom:1rem;padding-left:1.5rem}.CourseLayout-module__a2wIUG__content li{margin-bottom:.5rem;line-height:1.6}.CourseLayout-module__a2wIUG__content img{border-radius:8px;max-width:100%;height:auto;margin:1rem 0;display:block}.CourseLayout-module__a2wIUG__courseInfo{border-bottom:1px solid #eaeaea;margin-bottom:2rem;padding-bottom:1rem}.CourseLayout-module__a2wIUG__courseTitle{color:var(--vt-maroon);margin-bottom:.5rem;font-size:1.2rem;font-weight:700}.CourseLayout-module__a2wIUG__semester{color:#666;font-size:.9rem;font-weight:500}.CourseLayout-module__a2wIUG__tags{flex-wrap:wrap;gap:.5rem;margin-top:.75rem;margin-bottom:1.5rem;display:flex}.CourseLayout-module__a2wIUG__tag{background-color:var(--background-alt);color:var(--vt-grey);border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.5px;cursor:pointer;transition:all var(--transition-fast);padding:.4rem 1rem;font-size:.85rem;font-weight:600;text-decoration:none;display:inline-block}.CourseLayout-module__a2wIUG__tag:hover{background:var(--gradient-accent);color:#fff;transform:translateY(-2px)}.CourseLayout-module__a2wIUG__nav{flex-direction:column;gap:.5rem;display:flex}.CourseLayout-module__a2wIUG__moduleGroup{margin-top:1rem}.CourseLayout-module__a2wIUG__moduleTitle{text-transform:uppercase;color:#888;margin-bottom:.5rem;padding-left:.75rem;font-size:.85rem;font-weight:600}.CourseLayout-module__a2wIUG__navItem{color:var(--text-color);border-radius:6px;padding:.75rem;font-size:.95rem;text-decoration:none;transition:all .2s;display:block}.CourseLayout-module__a2wIUG__navItem:hover{color:var(--vt-orange);background-color:#f5f5f5}.CourseLayout-module__a2wIUG__active{color:var(--vt-orange);background-color:#e877221a;font-weight:600}.CourseLayout-module__a2wIUG__subItem{padding-left:1.5rem;font-size:.9rem}@media (max-width:768px){.CourseLayout-module__a2wIUG__container{flex-direction:column}.CourseLayout-module__a2wIUG__sidebar{width:100%;position:static}}@media (max-width:480px){.CourseLayout-module__a2wIUG__container{gap:1.5rem;padding:1rem}.CourseLayout-module__a2wIUG__sidebar{padding:1.25rem}.CourseLayout-module__a2wIUG__content{padding:1.5rem}.CourseLayout-module__a2wIUG__content h1{font-size:1.6rem}.CourseLayout-module__a2wIUG__content h2{font-size:1.25rem}.CourseLayout-module__a2wIUG__content h3{font-size:1.05rem}.CourseLayout-module__a2wIUG__courseTitle{font-size:1rem}.CourseLayout-module__a2wIUG__semester{font-size:.8rem}.CourseLayout-module__a2wIUG__tag{padding:.3rem .75rem;font-size:.75rem}.CourseLayout-module__a2wIUG__navItem{padding:.6rem;font-size:.9rem}.CourseLayout-module__a2wIUG__moduleTitle{font-size:.8rem}}.CourseLayout-module__a2wIUG__pageNav{border-top:1px solid var(--border-light);justify-content:space-between;gap:1rem;margin-top:3rem;padding-top:2rem;display:flex}.CourseLayout-module__a2wIUG__pageNavLink{background:var(--background-alt);border-radius:var(--radius-lg);transition:all var(--transition-fast);align-items:center;gap:.75rem;max-width:48%;padding:1rem 1.25rem;text-decoration:none;display:flex}.CourseLayout-module__a2wIUG__pageNavLink:hover{background:var(--gradient-accent);color:#fff;box-shadow:var(--shadow-md);transform:translateY(-2px)}.CourseLayout-module__a2wIUG__pageNavLink:hover .CourseLayout-module__a2wIUG__pageNavLabel,.CourseLayout-module__a2wIUG__pageNavLink:hover .CourseLayout-module__a2wIUG__pageNavTitle,.CourseLayout-module__a2wIUG__pageNavLink:hover .CourseLayout-module__a2wIUG__pageNavArrow{color:#fff}.CourseLayout-module__a2wIUG__pageNavNext{text-align:right;margin-left:auto}.CourseLayout-module__a2wIUG__pageNavArrow{color:var(--vt-orange);font-size:1.5rem;font-weight:600}.CourseLayout-module__a2wIUG__pageNavText{flex-direction:column;gap:.25rem;display:flex}.CourseLayout-module__a2wIUG__pageNavLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;font-size:.8rem;font-weight:600}.CourseLayout-module__a2wIUG__pageNavTitle{color:var(--vt-maroon);font-size:1rem;font-weight:600}@media (max-width:480px){.CourseLayout-module__a2wIUG__pageNav{flex-direction:column;gap:.75rem}.CourseLayout-module__a2wIUG__pageNavLink{max-width:100%}.CourseLayout-module__a2wIUG__pageNavNext{margin-left:0}}
.PeopleGrid-module__n23DzW__container{gap:2.5rem;margin-top:2rem;display:flex}.PeopleGrid-module__n23DzW__filters{flex-direction:column;flex:0 0 260px;gap:1.5rem;height:fit-content;display:flex;position:sticky;top:100px}.PeopleGrid-module__n23DzW__filterSection{border:1px solid var(--border-light);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);background:#fff;padding:1.5rem}.PeopleGrid-module__n23DzW__filterTitle{font-family:var(--font-heading);color:var(--vt-maroon);text-transform:uppercase;letter-spacing:.5px;margin-bottom:1rem;padding-bottom:.5rem;font-size:1rem;font-weight:700;position:relative}.PeopleGrid-module__n23DzW__filterTitle:after{content:"";background:var(--gradient-accent);border-radius:2px;width:30px;height:2px;position:absolute;bottom:0;left:0}.PeopleGrid-module__n23DzW__filterButtons{flex-direction:column;gap:.35rem;display:flex}.PeopleGrid-module__n23DzW__filterBtn{text-align:left;border-radius:var(--radius-sm);cursor:pointer;color:var(--text-color);transition:all var(--transition-fast);background:0 0;border:1px solid #0000;padding:.6rem .85rem;font-size:.9rem}.PeopleGrid-module__n23DzW__filterBtn:hover{background-color:var(--background-alt);transform:translate(4px)}.PeopleGrid-module__n23DzW__filterBtn.PeopleGrid-module__n23DzW__active{background:var(--gradient-accent);color:#fff;box-shadow:var(--shadow-sm);font-weight:600}.PeopleGrid-module__n23DzW__grid{flex:1;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.75rem;display:grid}.PeopleGrid-module__n23DzW__card{border:1px solid var(--border-light);border-radius:var(--radius-lg);text-align:center;transition:all var(--transition-normal);box-shadow:var(--shadow-xs);background:#fff;padding:2rem 1.5rem;position:relative;overflow:visible}.PeopleGrid-module__n23DzW__card:before{content:"";background:var(--gradient-mixed);opacity:0;width:50px;height:3px;transition:all var(--transition-normal);border-radius:0 0 3px 3px;position:absolute;top:0;left:50%;transform:translate(-50%)}.PeopleGrid-module__n23DzW__card:hover:before{opacity:1;width:80px}.PeopleGrid-module__n23DzW__card:hover{box-shadow:var(--shadow-lg);border-color:#e8772233;transform:translateY(-6px)}.PeopleGrid-module__n23DzW__slideIn{opacity:0;animation:.5s ease-out forwards PeopleGrid-module__n23DzW__slideInFromBottom}@keyframes PeopleGrid-module__n23DzW__slideInFromBottom{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.PeopleGrid-module__n23DzW__avatar{object-fit:cover;width:130px;height:130px;box-shadow:var(--shadow-md),0 0 0 3px #861f411a;transition:all var(--transition-normal);background-position:50%;background-size:cover;border:3px solid #fff;border-radius:50%;margin:0 auto 1.25rem}.PeopleGrid-module__n23DzW__card:hover .PeopleGrid-module__n23DzW__avatar{box-shadow:var(--shadow-lg),0 0 20px #861f4199;transform:scale(1.05)}.PeopleGrid-module__n23DzW__name{font-family:var(--font-heading);color:var(--vt-maroon);transition:color var(--transition-fast);margin-bottom:.35rem;font-size:1.25rem;font-weight:700}.PeopleGrid-module__n23DzW__card:hover .PeopleGrid-module__n23DzW__name{color:var(--vt-orange)}.PeopleGrid-module__n23DzW__role{color:var(--vt-grey);margin-bottom:.75rem;font-size:.9rem;font-weight:500}.PeopleGrid-module__n23DzW__tagContainer{flex-wrap:wrap;justify-content:center;gap:.5rem;margin-bottom:.75rem;display:flex}.PeopleGrid-module__n23DzW__categoryTag,.PeopleGrid-module__n23DzW__statusTag{background-color:var(--background-alt);color:var(--vt-grey);border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.5px;cursor:pointer;transition:all var(--transition-fast);border:none;padding:.3rem .75rem;font-size:.7rem;font-weight:600;display:inline-block}.PeopleGrid-module__n23DzW__categoryTag:hover,.PeopleGrid-module__n23DzW__statusTag:hover{background:var(--gradient-accent);color:#fff;transform:translateY(-2px)}.PeopleGrid-module__n23DzW__categoryTagHighlighted,.PeopleGrid-module__n23DzW__statusTagHighlighted{color:var(--vt-orange);background:#e8772226}.PeopleGrid-module__n23DzW__cardSelected{border-color:var(--vt-orange);box-shadow:var(--shadow-lg),0 0 0 3px #e8772226;z-index:10;background:#fff;position:relative;transform:translateY(-6px)}.PeopleGrid-module__n23DzW__cardKeyboardSelected:after{content:"Press ↵ to open";background:var(--gradient-accent);color:#fff;border-radius:var(--radius-full);opacity:0;z-index:20;pointer-events:none;white-space:nowrap;box-shadow:var(--shadow-sm);padding:.3rem .75rem;font-size:.7rem;font-weight:600;animation:.3s forwards PeopleGrid-module__n23DzW__fadeIn;position:absolute;top:-12px;right:50%;transform:translate(50%)}@keyframes PeopleGrid-module__n23DzW__fadeIn{to{opacity:1}}.PeopleGrid-module__n23DzW__bio{color:var(--vt-grey);margin-bottom:1rem;font-size:.9rem;line-height:1.5}@media (max-width:768px){.PeopleGrid-module__n23DzW__container{flex-direction:column;gap:1.5rem}.PeopleGrid-module__n23DzW__filters{flex:none;width:100%;position:static}.PeopleGrid-module__n23DzW__filterButtons{flex-flow:wrap;gap:.5rem}.PeopleGrid-module__n23DzW__filterBtn{padding:.5rem .85rem;font-size:.85rem}.PeopleGrid-module__n23DzW__grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.25rem}.PeopleGrid-module__n23DzW__card{padding:1.5rem 1rem}.PeopleGrid-module__n23DzW__avatar{width:100px;height:100px}.PeopleGrid-module__n23DzW__name{font-size:1.1rem}}@media (max-width:480px){.PeopleGrid-module__n23DzW__container{gap:1rem}.PeopleGrid-module__n23DzW__filterSection{padding:1rem}.PeopleGrid-module__n23DzW__filterTitle{margin-bottom:.75rem;font-size:.9rem}.PeopleGrid-module__n23DzW__filterBtn{padding:.4rem .7rem;font-size:.8rem}.PeopleGrid-module__n23DzW__grid{grid-template-columns:repeat(2,1fr);gap:1rem}.PeopleGrid-module__n23DzW__card{padding:1.25rem .875rem}.PeopleGrid-module__n23DzW__avatar{width:80px;height:80px;margin-bottom:1rem}.PeopleGrid-module__n23DzW__name{font-size:1rem}.PeopleGrid-module__n23DzW__role{font-size:.8rem}.PeopleGrid-module__n23DzW__categoryTag,.PeopleGrid-module__n23DzW__statusTag{padding:.2rem .5rem;font-size:.65rem}.PeopleGrid-module__n23DzW__bio{font-size:.8rem}}.PeopleGrid-module__n23DzW__noResults{text-align:center;color:var(--text-muted);border:1px dashed var(--border-light);border-radius:var(--radius-lg);background:#fff;grid-column:1/-1;margin:2rem 0;padding:3rem 2rem;font-size:1rem}.PeopleGrid-module__n23DzW__noResultsImage{opacity:.8;max-width:200px;height:auto;margin:0 auto 1rem;display:block}
.ResearchProject-module__ZIKl7G__cover{object-fit:cover;border-radius:var(--radius-xl);width:100%;height:400px;box-shadow:var(--shadow-lg);margin-bottom:2.5rem}.ResearchProject-module__ZIKl7G__coverContain{object-fit:contain;border-radius:var(--radius-xl);width:100%;height:400px;box-shadow:var(--shadow-lg);background-color:#fff;margin-bottom:2.5rem}.ResearchProject-module__ZIKl7G__replayButton{color:#fff;cursor:pointer;background-color:#861f41e6;border:none;border-radius:50px;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1.2rem;font-weight:600;transition:all .3s;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 4px 12px #0000004d}.ResearchProject-module__ZIKl7G__replayButton:hover{background-color:var(--vt-orange);transform:translate(-50%,-50%)scale(1.05);box-shadow:0 6px 20px #0006}.ResearchProject-module__ZIKl7G__header{text-align:center;max-width:800px;margin-bottom:3rem;margin-left:auto;margin-right:auto}.ResearchProject-module__ZIKl7G__title{font-family:var(--font-heading);color:var(--vt-maroon);letter-spacing:-.02em;text-transform:capitalize;margin-bottom:1.5rem;font-size:2.5rem;font-weight:800}.ResearchProject-module__ZIKl7G__metadata{color:var(--text-muted);flex-wrap:wrap;justify-content:center;align-items:center;gap:1.5rem;margin-bottom:1.5rem;font-size:1rem;display:flex}.ResearchProject-module__ZIKl7G__metaItem{align-items:center;gap:.35rem;display:inline-flex}.ResearchProject-module__ZIKl7G__metaItem strong{color:var(--vt-maroon);font-weight:600}.ResearchProject-module__ZIKl7G__contributorLink{color:var(--vt-orange);transition:all var(--transition-fast);font-weight:600;text-decoration:none}.ResearchProject-module__ZIKl7G__contributorLink:hover{color:var(--vt-maroon);text-decoration:underline}.ResearchProject-module__ZIKl7G__tags{flex-wrap:wrap;justify-content:center;gap:.5rem;margin-top:1.5rem;margin-bottom:1.5rem;display:flex}.ResearchProject-module__ZIKl7G__links{flex-wrap:wrap;justify-content:center;gap:1rem;margin:2rem 0;display:flex}.ResearchProject-module__ZIKl7G__linkButton{border-radius:var(--radius-full);border:1px solid #0000;align-items:center;gap:.5rem;padding:.6rem 1.2rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.ResearchProject-module__ZIKl7G__linkButton:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.ResearchProject-module__ZIKl7G__linkButton svg{flex-shrink:0}.ResearchProject-module__ZIKl7G__github{color:#fff;background-color:#24292e}.ResearchProject-module__ZIKl7G__github:hover{background-color:#000}.ResearchProject-module__ZIKl7G__doi{color:var(--vt-maroon);background-color:#ebf0f5;border-color:#d1d9e0}.ResearchProject-module__ZIKl7G__doi:hover{border-color:var(--vt-maroon);background-color:#fff}.ResearchProject-module__ZIKl7G__huggingface{color:#353535;background-color:#fff5d3;border:1px solid #ffd21e}.ResearchProject-module__ZIKl7G__huggingface:hover{background-color:#ffd21e}.ResearchProject-module__ZIKl7G__documentation{color:#1976d2;background-color:#e7f3fe;border:1px solid #90caf9}.ResearchProject-module__ZIKl7G__documentation:hover{color:#fff;background-color:#1976d2}.ResearchProject-module__ZIKl7G__tag{background-color:var(--background-alt);color:var(--vt-grey);border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.5px;cursor:pointer;transition:all var(--transition-fast);padding:.4rem 1rem;font-size:.85rem;font-weight:600;text-decoration:none;display:inline-block}.ResearchProject-module__ZIKl7G__tag:hover{background:var(--gradient-accent);color:#fff;box-shadow:var(--shadow-sm);transform:translateY(-2px)}.ResearchProject-module__ZIKl7G__abstract{color:var(--vt-grey);border-left:4px solid var(--vt-orange);text-align:justify;padding-left:1.5rem;font-size:1.2rem;font-style:italic;line-height:1.8}.ResearchProject-module__ZIKl7G__keyCards{flex-direction:column;gap:6rem;margin:4rem 0;display:flex}.ResearchProject-module__ZIKl7G__card{opacity:0;align-items:center;gap:3rem;transition:opacity .6s ease-out,transform .6s ease-out;display:flex;transform:translateY(50px)}.ResearchProject-module__ZIKl7G__card.ResearchProject-module__ZIKl7G__visible{opacity:1;transform:translateY(0)}.ResearchProject-module__ZIKl7G__cardReverse{flex-direction:row-reverse}.ResearchProject-module__ZIKl7G__mediaWrapper{border-radius:12px;flex:1;position:relative;overflow:hidden;box-shadow:0 20px 40px #0000001a}.ResearchProject-module__ZIKl7G__media{width:100%;height:auto;display:block}.ResearchProject-module__ZIKl7G__videoPlaceholder{background:linear-gradient(135deg,#f5f5f5 0%,#e0e0e0 100%);width:100%;height:100%;transition:opacity .3s;position:absolute;top:0;left:0}.ResearchProject-module__ZIKl7G__cardContent{flex:1}.ResearchProject-module__ZIKl7G__cardTitle{color:var(--vt-maroon);margin-bottom:1rem;font-size:1.8rem}.ResearchProject-module__ZIKl7G__cardDesc{color:var(--text-color);text-align:justify;font-size:1.1rem}.ResearchProject-module__ZIKl7G__description{color:#444;text-align:justify;font-size:1.1rem;line-height:1.8}.ResearchProject-module__ZIKl7G__description h1{color:var(--vt-maroon);border-bottom:2px solid #eaeaea;margin-bottom:1.5rem;padding-bottom:.5rem;font-size:2rem}.ResearchProject-module__ZIKl7G__description h2{color:var(--vt-orange);margin-top:2rem;margin-bottom:1rem;font-size:1.5rem}.ResearchProject-module__ZIKl7G__description h3{color:var(--vt-maroon);margin-top:1.5rem;margin-bottom:.75rem;font-size:1.2rem}.ResearchProject-module__ZIKl7G__description p{margin-bottom:1.5rem}.ResearchProject-module__ZIKl7G__yearBadge{background-color:var(--vt-maroon);color:#fff;border-radius:12px;margin-left:1rem;padding:.25rem .75rem;font-size:.9rem;font-weight:600;display:inline-block}.ResearchProject-module__ZIKl7G__participantsSection{background-color:#f8f9fa;border-radius:12px;margin-top:3rem;padding:3rem}.ResearchProject-module__ZIKl7G__sectionTitle{color:var(--vt-maroon);border-bottom:2px solid #eaeaea;margin-bottom:1.5rem;padding-bottom:.5rem;font-size:1.8rem}.ResearchProject-module__ZIKl7G__participantsList{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;display:grid}.ResearchProject-module__ZIKl7G__participantCard{background:#fff;border:1px solid #eaeaea;border-radius:8px;align-items:center;gap:1rem;padding:1.5rem;text-decoration:none;transition:all .2s;display:flex}.ResearchProject-module__ZIKl7G__participantCard:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.ResearchProject-module__ZIKl7G__participantImage{object-fit:cover;border-radius:50%;width:60px;height:60px}.ResearchProject-module__ZIKl7G__participantInfo{flex:1}.ResearchProject-module__ZIKl7G__participantName{color:var(--vt-maroon);margin-bottom:.5rem;font-size:1.1rem;font-weight:600}.ResearchProject-module__ZIKl7G__participantRole{color:var(--vt-grey);font-size:.9rem}.ResearchProject-module__ZIKl7G__contributorSection{background-color:#f8f9fa;border-radius:12px;margin-top:3rem;padding:3rem}.ResearchProject-module__ZIKl7G__contributorCard{background:#fff;border:1px solid #eaeaea;border-radius:12px;align-items:center;gap:1.5rem;max-width:500px;padding:1.5rem;text-decoration:none;transition:all .2s;display:flex}.ResearchProject-module__ZIKl7G__contributorCard:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.ResearchProject-module__ZIKl7G__contributorsList{flex-wrap:wrap;gap:1rem;display:flex}.ResearchProject-module__ZIKl7G__contributorImage{object-fit:cover;width:80px;height:80px;box-shadow:var(--shadow-md);background:linear-gradient(135deg,#861f41b3 0%,#e87722b3 100%);border:3px solid #fff;border-radius:50%;flex-shrink:0;position:relative}.ResearchProject-module__ZIKl7G__contributorInfo{flex:1}.ResearchProject-module__ZIKl7G__contributorName{color:var(--vt-maroon);margin-bottom:.5rem;font-size:1.3rem;font-weight:700}.ResearchProject-module__ZIKl7G__contributorHighlight{color:var(--vt-grey);font-size:.95rem;line-height:1.5}@media (max-width:768px){.ResearchProject-module__ZIKl7G__cover,.ResearchProject-module__ZIKl7G__coverContain{height:250px;margin-bottom:1.5rem}.ResearchProject-module__ZIKl7G__replayButton{padding:.8rem 1.5rem;font-size:1rem}.ResearchProject-module__ZIKl7G__header{margin-bottom:2rem;padding:0 1rem}.ResearchProject-module__ZIKl7G__title{margin-bottom:1rem;font-size:2rem}.ResearchProject-module__ZIKl7G__tags{gap:.4rem}.ResearchProject-module__ZIKl7G__tag{padding:.3rem .8rem;font-size:.8rem}.ResearchProject-module__ZIKl7G__abstract{padding-left:1rem;font-size:1rem}.ResearchProject-module__ZIKl7G__card,.ResearchProject-module__ZIKl7G__cardReverse{flex-direction:column;gap:1.5rem}.ResearchProject-module__ZIKl7G__cardTitle{font-size:1.5rem}.ResearchProject-module__ZIKl7G__cardDesc{font-size:1rem}.ResearchProject-module__ZIKl7G__description{padding:0 1rem;font-size:1rem}.ResearchProject-module__ZIKl7G__description h1{font-size:1.6rem}.ResearchProject-module__ZIKl7G__description h2{font-size:1.3rem}.ResearchProject-module__ZIKl7G__description h3{font-size:1.1rem}.ResearchProject-module__ZIKl7G__participantsSection{margin-top:2rem;padding:1.5rem}.ResearchProject-module__ZIKl7G__sectionTitle{font-size:1.5rem}.ResearchProject-module__ZIKl7G__participantsList{grid-template-columns:1fr}.ResearchProject-module__ZIKl7G__participantCard{padding:1rem}.ResearchProject-module__ZIKl7G__participantImage{width:50px;height:50px}.ResearchProject-module__ZIKl7G__participantName{font-size:1rem}.ResearchProject-module__ZIKl7G__participantRole{font-size:.85rem}}@media (max-width:480px){.ResearchProject-module__ZIKl7G__cover,.ResearchProject-module__ZIKl7G__coverContain{border-radius:var(--radius-lg);height:180px;margin-bottom:1rem}.ResearchProject-module__ZIKl7G__replayButton{padding:.6rem 1.2rem;font-size:.9rem}.ResearchProject-module__ZIKl7G__title{font-size:1.6rem}.ResearchProject-module__ZIKl7G__metadata{gap:1rem;font-size:.9rem}.ResearchProject-module__ZIKl7G__tags{gap:.3rem}.ResearchProject-module__ZIKl7G__tag{padding:.25rem .6rem;font-size:.7rem}.ResearchProject-module__ZIKl7G__links{gap:.75rem}.ResearchProject-module__ZIKl7G__linkButton{padding:.5rem 1rem;font-size:.85rem}.ResearchProject-module__ZIKl7G__abstract{padding-left:.75rem;font-size:.95rem}.ResearchProject-module__ZIKl7G__keyCards{gap:3rem;margin:2rem 0}.ResearchProject-module__ZIKl7G__cardTitle{font-size:1.25rem}.ResearchProject-module__ZIKl7G__cardDesc{font-size:.9rem}.ResearchProject-module__ZIKl7G__description{padding:0;font-size:.95rem}.ResearchProject-module__ZIKl7G__description h1{font-size:1.4rem}.ResearchProject-module__ZIKl7G__description h2{font-size:1.15rem}.ResearchProject-module__ZIKl7G__description h3{font-size:1rem}.ResearchProject-module__ZIKl7G__participantsSection,.ResearchProject-module__ZIKl7G__contributorSection{border-radius:8px;padding:1rem}.ResearchProject-module__ZIKl7G__sectionTitle{font-size:1.3rem}.ResearchProject-module__ZIKl7G__contributorCard{gap:1rem;padding:1rem}.ResearchProject-module__ZIKl7G__contributorImage{width:60px;height:60px}.ResearchProject-module__ZIKl7G__contributorName{font-size:1.1rem}.ResearchProject-module__ZIKl7G__contributorHighlight{font-size:.85rem}}
.ResearchTimeline-module__-TDmEa__timelineContainer{z-index:5;width:70px;position:absolute;top:0;left:0}.ResearchTimeline-module__-TDmEa__timelineTrack{background:linear-gradient(to bottom,var(--vt-maroon)0%,var(--vt-orange)50%,var(--vt-maroon)100%);opacity:.25;border-radius:2px;width:3px;position:absolute;top:0;bottom:0;left:12px}.ResearchTimeline-module__-TDmEa__yearMarker{cursor:pointer;transition:all var(--transition-fast);flex-direction:column;align-items:flex-start;width:70px;padding:.25rem 0 .25rem 26px;display:flex;position:absolute;left:0;transform:translateY(-50%)}.ResearchTimeline-module__-TDmEa__yearMarker:hover .ResearchTimeline-module__-TDmEa__yearDot{background:var(--vt-orange);transform:translate(-50%,-50%)scale(1.4);box-shadow:0 0 12px #e8772299}.ResearchTimeline-module__-TDmEa__yearMarker:hover .ResearchTimeline-module__-TDmEa__yearLabel,.ResearchTimeline-module__-TDmEa__yearMarker:hover .ResearchTimeline-module__-TDmEa__itemCount{color:var(--vt-orange)}.ResearchTimeline-module__-TDmEa__yearDot{background:var(--vt-grey);width:14px;height:14px;box-shadow:var(--shadow-sm);transition:all var(--transition-fast);z-index:3;border:3px solid #fff;border-radius:50%;position:absolute;top:50%;left:13.5px;transform:translate(-50%,-50%)}.ResearchTimeline-module__-TDmEa__yearMarker.ResearchTimeline-module__-TDmEa__active .ResearchTimeline-module__-TDmEa__yearDot{background:var(--vt-orange);transform:translate(-50%,-50%)scale(1.3);box-shadow:0 0 12px #e8772280}.ResearchTimeline-module__-TDmEa__yearLabel{font-family:var(--font-heading);color:var(--text-muted);transition:all var(--transition-fast);white-space:nowrap;text-align:left;font-size:.8rem;font-weight:600}.ResearchTimeline-module__-TDmEa__yearMarker.ResearchTimeline-module__-TDmEa__active .ResearchTimeline-module__-TDmEa__yearLabel{color:var(--vt-maroon);font-weight:700}.ResearchTimeline-module__-TDmEa__itemCount{color:var(--text-muted);opacity:.7;text-align:left;font-size:.65rem;display:block}.ResearchTimeline-module__-TDmEa__scrollIndicator{background:var(--gradient-primary);width:16px;height:16px;box-shadow:0 0 0 3px #861f4133,var(--shadow-md);z-index:10;pointer-events:none;border-radius:50%;transition:top .25s cubic-bezier(.25,.46,.45,.94);position:absolute;left:13.5px;transform:translate(-50%,-50%)}.ResearchTimeline-module__-TDmEa__scrollIndicator:after{content:"";background:#fff;border-radius:50%;position:absolute;inset:4px}@media (max-width:768px){.ResearchTimeline-module__-TDmEa__timelineContainer{display:none}}
