.TopNavigationBar-module__sFACjW__navContainer{z-index:50;background-color:var(--primary-background);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid #ffffff0d;width:100%;animation:.3s ease-out forwards TopNavigationBar-module__sFACjW__fadeIn;position:fixed;top:0}.TopNavigationBar-module__sFACjW__navContent{max-width:6xl;align-items:center;gap:8px;height:4rem;margin-left:auto;margin-right:auto;padding-left:8px;padding-right:8px;display:flex}.TopNavigationBar-module__sFACjW__hamburgerButton{color:var(--default-text);cursor:pointer;background:0 0;border:none;border-radius:.5rem;justify-content:center;align-items:center;margin-right:.5rem;padding:.5rem;transition:all .2s;animation:.5s ease-out .2s both TopNavigationBar-module__sFACjW__slideInDown;display:flex}.TopNavigationBar-module__sFACjW__hamburgerButton:hover{color:var(--primary-text-light);background:#ffffff1a}.TopNavigationBar-module__sFACjW__siteTitle{letter-spacing:-.025em;background:linear-gradient(to right,var(--primary-text),var(--primary-text-light));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.25rem;font-weight:700;animation:.5s ease-out .3s both TopNavigationBar-module__sFACjW__slideInDown}.TopNavigationBar-module__sFACjW__siteSubtitle{letter-spacing:-.025em;font-size:1rem;font-weight:500;animation:.5s ease-out .5s both TopNavigationBar-module__sFACjW__slideInDown}.TopNavigationBar-module__sFACjW__navActions{align-items:center;gap:4px;display:flex}.TopNavigationBar-module__sFACjW__moreVertMenuContainer{flex-direction:column;align-items:center;gap:.5rem;display:flex}.TopNavigationBar-module__sFACjW__moreVertMenuTitle{color:var(--default-text);padding:.5rem 1rem}.TopNavigationBar-module__sFACjW__slideInDown,.TopNavigationBar-module__sFACjW__slideInDownDelay1{animation:.5s ease-out .7s both TopNavigationBar-module__sFACjW__slideInDown}.TopNavigationBar-module__sFACjW__slideInDownDelay2{animation:.5s ease-out .9s both TopNavigationBar-module__sFACjW__slideInDown}@keyframes TopNavigationBar-module__sFACjW__slideInDown{0%{opacity:0;transform:translateY(-16px)}to{opacity:1;transform:translateY(0)}}@keyframes TopNavigationBar-module__sFACjW__fadeIn{0%{opacity:0}to{opacity:1}}
.NewTabSvg-module__GP6BEW__newTabIcon{vertical-align:middle;width:.85em;height:.85em;color:var(--primary-text);transition:color .4s}
.AnimatedBackground-module__SZ938W__svgBackgroundContainer svg{z-index:-1;color:var(--primary-background);filter:blur(5px);position:fixed}.AnimatedBackground-module__SZ938W__svgBackgroundContainer svg:first-of-type{opacity:.4;width:60%;top:-10%;left:-10%}.AnimatedBackground-module__SZ938W__svgBackgroundContainer svg:nth-of-type(2){opacity:.3;width:50%;inset:auto -10% -10% auto}.AnimatedBackground-module__SZ938W__svgBackgroundContainer svg:nth-of-type(3){opacity:.2;width:70%;display:none;top:20%;left:20%}@media (max-width:640px){.AnimatedBackground-module__SZ938W__svgBackgroundContainer svg:nth-of-type(3){display:block}}.AnimatedBackground-module__SZ938W__svgBackgroundContainerAnimations svg:first-of-type{animation:25s ease-in-out infinite alternate AnimatedBackground-module__SZ938W__drift-1}.AnimatedBackground-module__SZ938W__svgBackgroundContainerAnimations svg:nth-of-type(2){animation:35s ease-in-out infinite alternate AnimatedBackground-module__SZ938W__drift-2}.AnimatedBackground-module__SZ938W__svgBackgroundContainerAnimations svg:nth-of-type(3){animation:30s ease-in-out infinite alternate AnimatedBackground-module__SZ938W__drift-3}@keyframes AnimatedBackground-module__SZ938W__drift-1{0%{transform:translate(0)rotate(0)}25%{transform:translate(30px,-25px)rotate(15deg)}50%{transform:translate(-25px,40px)rotate(-20deg)}75%{transform:translate(-65px,-20px)rotate(3deg)}to{transform:translate(0)rotate(0)}}@keyframes AnimatedBackground-module__SZ938W__drift-2{0%{transform:translate(0,0)rotate(0deg)scale(1)blur(5px)}33%{transform:translate(-80px,-60px)rotate(-20deg)scale(1.1)blur(3px)}66%{transform:translate(30px,-90px)rotate(5deg)scale(.95)blur(6px)}to{transform:translate(0,0)rotate(0deg)scale(1)blur(5px)}}@keyframes AnimatedBackground-module__SZ938W__drift-3{0%{transform:translate(0)rotate(0)}20%{transform:translate(60px,60px)rotate(15deg)}40%{transform:translate(-30px,60px)rotate(5deg)}60%{transform:translate(-60px,-40px)rotate(-10deg)}80%{transform:translate(20px,-80px)rotate(5deg)}to{transform:translate(0)rotate(0)}}
.MoreVertMenuButton-module__ygcHYG__container{display:inline-block;position:relative}.MoreVertMenuButton-module__ygcHYG__button{color:var(--primary-text);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:.5rem;transition:all .3s;display:flex}.MoreVertMenuButton-module__ygcHYG__button svg{width:1.5rem;height:1.5rem}.MoreVertMenuButton-module__ygcHYG__button:hover,.MoreVertMenuButton-module__ygcHYG__button.MoreVertMenuButton-module__ygcHYG__active{background-color:var(--primary-background);color:var(--default-text);border-color:var(--default-text);box-shadow:0 0 10px var(--primary-background)}.MoreVertMenuButton-module__ygcHYG__button:active{transform:scale(.95)}.MoreVertMenuButton-module__ygcHYG__dropdown{-webkit-backdrop-filter:blur(12px);z-index:100;opacity:0;transform-origin:100% 0;pointer-events:none;visibility:hidden;background:#1a1e27f2;border:1px solid #ffffff1a;border-radius:1rem;min-width:200px;padding:.5rem;transition:all .2s cubic-bezier(.16,1,.3,1);position:absolute;top:calc(100% + .5rem);right:0;transform:translateY(-10px)scale(.95);box-shadow:0 10px 25px -5px #00000080,0 8px 10px -6px #00000080}.MoreVertMenuButton-module__ygcHYG__dropdown.MoreVertMenuButton-module__ygcHYG__open{opacity:1;pointer-events:auto;visibility:visible;transform:translateY(0)scale(1)}
.NavigationSidebar-module__cM00GW__overlay{z-index:100;opacity:0;visibility:hidden;background-color:#0006;width:100vw;height:100vh;transition:opacity .3s,visibility .3s;position:fixed;top:0;left:0}.NavigationSidebar-module__cM00GW__overlayVisible{opacity:1;visibility:visible}.NavigationSidebar-module__cM00GW__sidebar{z-index:110;-webkit-backdrop-filter:blur(16px);background:linear-gradient(135deg,#1a1e27d9 0%,#1a1e27f2 100%);border-right:1px solid #ffffff0d;flex-direction:column;width:300px;max-width:80vw;height:100vh;transition:transform .6s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;top:0;left:0;transform:translate(-100%);box-shadow:4px 0 24px #00000080}.NavigationSidebar-module__cM00GW__sidebarOpen{transform:translate(0)}.NavigationSidebar-module__cM00GW__sidebarHeader{border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.NavigationSidebar-module__cM00GW__sidebarTitle{background:linear-gradient(to right,var(--primary-text),var(--primary-text-light));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0;font-size:1.25rem;font-weight:600}.NavigationSidebar-module__cM00GW__closeButton{color:var(--default-text);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:.5rem;transition:all .2s;display:flex}.NavigationSidebar-module__cM00GW__closeButton:hover{color:var(--primary-text-light);background:#ffffff1a}.NavigationSidebar-module__cM00GW__sidebarNav{flex-grow:1;padding:1.5rem;overflow-y:auto}.NavigationSidebar-module__cM00GW__navList{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.NavigationSidebar-module__cM00GW__navItem{width:100%}.NavigationSidebar-module__cM00GW__navButton{text-align:left;color:#ffffffb3;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:.75rem;align-items:center;width:100%;padding:1rem 1.25rem;font-family:inherit;font-size:1rem;transition:all .3s;display:flex}.NavigationSidebar-module__cM00GW__navButton:hover{color:#fffffff2;background:#ffffff0d;transform:translate(4px)}.NavigationSidebar-module__cM00GW__navButtonActive{color:var(--primary-text);background:#1be7511a;border:1px solid #1be75133;box-shadow:0 4px 12px #1be7510d}.NavigationSidebar-module__cM00GW__navButtonActive:hover{background:#1be75126;transform:none}.NavigationSidebar-module__cM00GW__authButtonsContainer{border-top:1px solid #ffffff0d;justify-content:center;margin-top:auto;padding:8px;display:flex}
.CoreCompetencies-module__hnBwpG__dynamicTable{grid-template-columns:repeat(1,1fr);gap:1rem;display:grid}.CoreCompetencies-module__hnBwpG__dynamicTable>div{background-color:#ffffff0d;border:1px solid #0000;border-radius:.5em;padding:1em;transition:all .5s ease-in-out}.CoreCompetencies-module__hnBwpG__dynamicTable>div.CoreCompetencies-module__hnBwpG__active{box-shadow:0 0 15px var(--primary-text);border-color:var(--primary-text-light);text-shadow:0 0 5px var(--primary-background);background-color:#ffffff26;transform:scale(1.05)}@media (min-width:520px){.CoreCompetencies-module__hnBwpG__dynamicTable{grid-template-columns:repeat(2,1fr)}}@media (min-width:768px){.CoreCompetencies-module__hnBwpG__dynamicTable{grid-template-columns:repeat(4,1fr)}}
.ProfessionalExperience-module__-t5ZAq__jobTitle{background:linear-gradient(to right,var(--primary-text),var(--primary-text-light));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.25rem;font-weight:700}.ProfessionalExperience-module__-t5ZAq__experienceContainer{border-left:4px solid var(--default-text);padding-left:1rem}.ProfessionalExperience-module__-t5ZAq__timelineMarker{background-color:var(--primary-text);width:12px;height:12px;box-shadow:0 0 10px var(--primary-text);border-radius:50%;position:absolute;top:.4rem;left:-1.5rem}@keyframes ProfessionalExperience-module__-t5ZAq__colorPulse{0%{color:var(--default-text);text-shadow:none}50%{color:var(--primary-text);text-shadow:0 0 2px var(--primary-text),0 0 4px var(--primary-background)}to{color:var(--default-text);text-shadow:none}}.ProfessionalExperience-module__-t5ZAq__keyword{color:var(--default-text)}.ProfessionalExperience-module__-t5ZAq__active{animation:2s ease-in-out ProfessionalExperience-module__-t5ZAq__colorPulse}
.Education-module__uFpLHG__degreeName{color:var(--primary-text);font-weight:700}
.CivicEngagement-module__yNuxSq__civicEngagementTitle{color:var(--primary-text);font-weight:700}.CivicEngagement-module__yNuxSq__civicEngagementTitle a{color:var(--primary-text);align-items:center;gap:.25em;text-decoration:none;transition:color .4s;display:inline-flex}.CivicEngagement-module__yNuxSq__civicEngagementEntry:hover a,.CivicEngagement-module__yNuxSq__civicEngagementEntry:hover svg{color:var(--default-text)}.CivicEngagement-module__yNuxSq__civicEngagementEntryContainer{flex-direction:column;gap:1em;display:flex}
.ContactAndProfiles-module__4Mb1oa__container{flex-direction:row;justify-content:space-between;align-items:center;gap:1.5rem;display:flex}.ContactAndProfiles-module__4Mb1oa__profileImageContainer{border:2px solid var(--primary-text);border-radius:50%;flex-shrink:0;width:100px;height:100px;position:relative;overflow:hidden;box-shadow:0 0 15px #1be7514d}.ContactAndProfiles-module__4Mb1oa__infoContainer{flex-direction:column;flex-grow:1;justify-content:center;display:flex}.ContactAndProfiles-module__4Mb1oa__name{color:var(--default-text);margin:0 0 .5rem;font-size:1.5rem;font-weight:700}.ContactAndProfiles-module__4Mb1oa__title{color:var(--primary-text-light);margin:0 0 1rem;font-size:1rem;font-weight:500}.ContactAndProfiles-module__4Mb1oa__linksContainer{align-items:center;gap:1rem;display:flex}.ContactAndProfiles-module__4Mb1oa__socialLink{background:#ffffff0d;border:1px solid #0000;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex}.ContactAndProfiles-module__4Mb1oa__socialLink:hover{border-color:var(--primary-text);background:#ffffff1a;transform:scale(1.1);box-shadow:0 0 10px #1be75133}.ContactAndProfiles-module__4Mb1oa__socialIcon{opacity:.8;transition:opacity .3s}.ContactAndProfiles-module__4Mb1oa__socialLink:hover .ContactAndProfiles-module__4Mb1oa__socialIcon{opacity:1}@media (max-width:640px){.ContactAndProfiles-module__4Mb1oa__container{text-align:center;flex-direction:column}.ContactAndProfiles-module__4Mb1oa__linksContainer{justify-content:center;margin-top:1rem}}
.FullResume-module__sGxguW__responsiveSectionPairContainer{flex-direction:row;align-items:stretch;gap:16px;margin-bottom:16px;display:flex}.FullResume-module__sGxguW__responsiveSectionPairContainer>*{flex:1}@media (max-width:640px){.FullResume-module__sGxguW__responsiveSectionPairContainer{flex-direction:column}}
.underConstruction-module__r8t42a__container{justify-content:center;align-items:center;min-height:50vh;padding:2rem;display:flex}.underConstruction-module__r8t42a__card{text-align:center;flex-direction:column;align-items:center;gap:1.5rem;width:100%;max-width:500px;padding:3rem 2rem;display:flex;position:relative;overflow:hidden}.underConstruction-module__r8t42a__card:before{content:"";background:radial-gradient(circle,var(--primary-background)0%,transparent 70%);opacity:.5;z-index:0;pointer-events:none;width:200%;height:200%;animation:4s infinite alternate underConstruction-module__r8t42a__pulseGlow;position:absolute;top:-50%;left:-50%}.underConstruction-module__r8t42a__iconContainer{z-index:1;background:#1be7510d;border:1px solid #1be75133;border-radius:50%;padding:1.5rem;animation:3s ease-in-out infinite underConstruction-module__r8t42a__float;display:inline-flex;position:relative;box-shadow:0 0 20px #1be7511a}.underConstruction-module__r8t42a__icon{width:3.5rem;height:3.5rem;color:var(--primary-text)}.underConstruction-module__r8t42a__title{z-index:1;color:var(--default-text);letter-spacing:.025em;margin:0;font-size:2rem;font-weight:600;position:relative}.underConstruction-module__r8t42a__message{z-index:1;color:#ffffffb3;margin:0;font-size:1.1rem;line-height:1.6;position:relative}.underConstruction-module__r8t42a__progressBar{z-index:1;background:#ffffff1a;border-radius:2px;width:100%;height:4px;margin-top:1rem;position:relative;overflow:hidden}.underConstruction-module__r8t42a__progressFill{background:linear-gradient(90deg,transparent,var(--primary-text),transparent);border-radius:2px;width:50%;height:100%;animation:3s linear infinite underConstruction-module__r8t42a__loadingProgress}@keyframes underConstruction-module__r8t42a__float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes underConstruction-module__r8t42a__pulseGlow{0%{opacity:.3;transform:scale(.95)}to{opacity:.6;transform:scale(1.05)}}@keyframes underConstruction-module__r8t42a__loadingProgress{0%{transform:translate(-100%)}to{transform:translate(200%)}}
.AccessDenied-module__zK1meW__container{justify-content:center;align-items:center;min-height:50vh;padding:2rem;display:flex}.AccessDenied-module__zK1meW__card{text-align:center;flex-direction:column;align-items:center;gap:1.5rem;width:100%;max-width:500px;padding:3rem 2rem;display:flex;position:relative;overflow:hidden}.AccessDenied-module__zK1meW__card:before{content:"";background:radial-gradient(circle,var(--primary-background)0%,transparent 70%);opacity:.5;z-index:0;pointer-events:none;width:200%;height:200%;animation:4s infinite alternate AccessDenied-module__zK1meW__pulseGlow;position:absolute;top:-50%;left:-50%}.AccessDenied-module__zK1meW__iconContainer{z-index:1;background:#e74c3c0d;border:1px solid #e74c3c33;border-radius:50%;padding:1.5rem;animation:3s ease-in-out infinite AccessDenied-module__zK1meW__float;display:inline-flex;position:relative;box-shadow:0 0 20px #e74c3c1a}.AccessDenied-module__zK1meW__icon{color:#e74c3ccc;width:3.5rem;height:3.5rem}.AccessDenied-module__zK1meW__title{z-index:1;color:var(--default-text);letter-spacing:.025em;margin:0;font-size:2rem;font-weight:600;position:relative}.AccessDenied-module__zK1meW__message{z-index:1;color:#ffffffb3;margin:0;font-size:1.1rem;line-height:1.6;position:relative}@keyframes AccessDenied-module__zK1meW__float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes AccessDenied-module__zK1meW__pulseGlow{0%{opacity:.3;transform:scale(.95)}to{opacity:.6;transform:scale(1.05)}}@keyframes AccessDenied-module__zK1meW__pulseProgress{0%{opacity:.3}50%{opacity:1}to{opacity:.3}}
