@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-40px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}@keyframes slideInUp{0%{opacity:0;transform:translateY(60px)}to{opacity:1;transform:translateY(0)}}@keyframes glowPulse{0%{box-shadow:0 20px 40px #0000004d,0 0 0 1px #00b3fa1a}50%{box-shadow:0 30px 60px #0006,0 0 20px #64c8ff33}to{box-shadow:0 20px 40px #0000004d,0 0 0 1px #00b3fa1a}}.animate-fade-in{animation:.8s ease-in-out fadeIn}.animate-slide-in-left{animation:.8s ease-in-out slideInLeft}.animate-slide-in-right{animation:.8s ease-in-out slideInRight}.animate-slide-in-up{animation:.8s ease-out slideInUp}.animate-stagger>*{animation:.8s ease-out backwards slideInUp}.animate-stagger>:first-child{animation-delay:.1s}.animate-stagger>:nth-child(2){animation-delay:.2s}.animate-stagger>:nth-child(3){animation-delay:.3s}.animate-stagger>:nth-child(4){animation-delay:.4s}.animate-stagger>:nth-child(5){animation-delay:.5s}.animate-stagger>:nth-child(6){animation-delay:.6s}.animate-stagger>:nth-child(7){animation-delay:.7s}.animate-stagger>:nth-child(8){animation-delay:.8s}.animate-stagger>:nth-child(9){animation-delay:.9s}.animate-stagger>:nth-child(10){animation-delay:1s}.projects-root{background-color:#060d1f}.projects-title{color:#00b3fa}.projects-title-underline{background-color:#00b3fa}.project-placeholder-card{background-color:#060d1f;border:1px solid #00b3fa26;transition:box-shadow .3s ease-in-out,transform .3s ease-in-out;box-shadow:0 20px 40px #0000004d,0 0 0 1px #00b3fa1a}.project-placeholder-card:hover{transform:translateY(-4px);box-shadow:0 30px 60px #0006,0 0 20px #64c8ff33}.project-placeholder-top{background-color:#f5f5f5}.project-placeholder-bottom{background-color:#060d1f}.project-card{md-min-height:38vh;background-color:#060d1f;flex-direction:column;min-height:35vh;transition:box-shadow .3s ease-in-out,transform .3s ease-in-out;display:flex;box-shadow:0 20px 40px #0000004d}.project-card:hover{transform:translateY(-4px);box-shadow:0 30px 60px #0006,0 0 20px #64c8ff33}.project-card-content{background-color:#f5f5f5;flex:1;min-height:26vh;position:relative;overflow:hidden}.project-card-footer{background-color:#060d1f;border-top:1px solid #00b3fa26;flex-direction:column;gap:12px;padding:20px;display:flex}.project-card-footer-divider{background-color:#00b3fa;border-radius:10px;width:60px;height:3px}.project-card-label{color:#00b3fab3;font-weight:500}@media (max-width:1024px){.projects-title{font-size:2.0625rem}}
