.projects-grid{display:grid;gap:2rem;margin-top:2rem}.project-card{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.project-card:hover{box-shadow:0 12px 24px #00000026;transform:translateY(-4px)}.project-card-content{display:grid;grid-template-columns:1fr 1.5fr;min-height:300px}.project-image{align-items:center;background:linear-gradient(135deg,#f5f5f5,#e0e0e0);display:flex;justify-content:center;overflow:hidden;position:relative}.project-image img{height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease;width:100%}.project-image svg{height:80%;-o-object-fit:contain;object-fit:contain;width:80%}.project-card:hover .project-image img{transform:scale(1.05)}.mission-badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1b282fe6;border-radius:20px;color:#fff;font-size:.85rem;font-weight:600;left:1rem;padding:.3rem .8rem;position:absolute;top:1rem}.project-details{display:flex;flex-direction:column;padding:2rem}.project-details h4{color:var(--gunmetal);font-size:1.5rem;line-height:1.3;margin-bottom:.5rem}.project-role{border-bottom:2px solid rgba(111,160,136,.2);font-size:.95rem;margin-bottom:1rem;padding-bottom:1rem}.project-role strong{color:var(--hunter-green)}.project-description{color:#555;flex-grow:1;font-size:1.05rem;line-height:1.7}.project-highlights{border-top:1px solid rgba(111,160,136,.2);margin-top:1.5rem;padding-top:1rem}.project-highlights-title{color:var(--hunter-green);font-size:.9rem;font-weight:600;letter-spacing:.5px;margin-bottom:.5rem;text-transform:uppercase}.highlight-tags{display:flex;flex-wrap:wrap;gap:.5rem}.highlight-tag{background:#d1e4b44d;border:1px solid rgba(111,160,136,.3);border-radius:15px;color:var(--hunter-green);font-size:.85rem;padding:.3rem .8rem}.project-status{align-items:center;background:linear-gradient(135deg,#6fa0881a,#4e5da41a);border-radius:20px;display:inline-flex;font-size:.9rem;gap:.5rem;margin-top:1rem;padding:.4rem 1rem;width:-moz-fit-content;width:fit-content}.status-dot{animation:pulse 2s infinite;background:#4caf50;border-radius:50%;height:8px;width:8px}@keyframes pulse{0%{opacity:1}50%{opacity:.5}to{opacity:1}}.project-links{display:flex;gap:1rem;margin-top:1.5rem}.project-link{align-items:center;color:var(--savoy-blue);display:inline-flex;font-size:.95rem;font-weight:500;gap:.3rem;text-decoration:none;transition:color .2s ease}.project-link:hover{color:var(--cambridge-blue);text-decoration:underline}.project-link:after{content:"→";transition:transform .2s ease}.project-link:hover:after{transform:translate(3px)}.project-card:nth-child(2n) .project-card-content{grid-template-columns:1.5fr 1fr}.project-card:nth-child(2n) .project-image{order:2}.project-card:nth-child(2n) .project-details{order:1}@media(max-width:968px){.project-card-content,.project-card:nth-child(2n) .project-card-content{grid-template-columns:1fr}.project-card:nth-child(2n) .project-image{order:1}.project-card:nth-child(2n) .project-details{order:2}.project-image{max-height:300px;min-height:250px}.project-details{padding:1.5rem}.project-details h4{font-size:1.3rem}}@media(max-width:640px){.projects-grid{gap:1.5rem}.project-image{max-height:250px;min-height:200px}.project-details{padding:1.25rem}.project-highlights{margin-top:1rem}.highlight-tags{gap:.4rem}.highlight-tag{font-size:.8rem;padding:.25rem .6rem}}.project-image.loading{animation:shimmer 1.5s infinite;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.project-card[data-project=apex] .mission-badge{background:linear-gradient(135deg,#ff6b35,#f7931e)}.project-card[data-project=visions] .mission-badge{background:linear-gradient(135deg,#4a90e2,#7b68ee)}.project-card[data-project=pstar] .mission-badge{background:linear-gradient(135deg,#50c878,#3b8686)}.project-card[data-project=nfdap] .mission-badge{background:linear-gradient(135deg,#9b59b6,#e74c3c)}:root{--gunmetal:#1b282f;--tea-green:#d1e4b4;--cambridge-blue:#6fa088;--savoy-blue:#4e5da4;--eerie-black:#181f1b;--hunter-green:#3b5947;--white:#fff;--light-gray:#f8f9fa;--medium-gray:#e9ecef;--dark-text:var(--gunmetal);--light-text:#6c757d}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--light-gray);color:var(--dark-text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6}.container{margin:0 auto;max-width:1000px;padding:0 20px}.section{background-color:var(--white);margin-bottom:2rem;padding:4rem 0}.section:nth-child(2n){background-color:#f5f8f3}h2{border-bottom:3px solid var(--cambridge-blue);color:var(--gunmetal);font-size:2rem;margin-bottom:1.5rem;padding-bottom:.5rem}h3{color:var(--hunter-green);font-size:1.5rem;margin-bottom:1rem;margin-top:2rem}h4{color:var(--gunmetal);font-size:1.2rem;margin-bottom:.5rem}.hero-header{align-items:center;background-color:var(--eerie-black);display:flex;height:500px;justify-content:center;overflow:hidden;position:relative}.microscope-base,.microscope-images,.microscope-overlay{height:100%;left:0;position:absolute;top:0;width:100%}.microscope-base img,.microscope-overlay img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.microscope-base{z-index:1}.microscope-overlay{animation:fadeInOut 6s ease-in-out infinite;z-index:2}@keyframes fadeInOut{0%,to{opacity:0}50%{opacity:1}}.hero-content{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:linear-gradient(135deg,#1b282fd9,#3b5947d9);border:1px solid rgba(111,160,136,.3);border-radius:10px;color:#fff;padding:3rem 4rem;position:relative;text-align:center;z-index:3}.hero-content h1{font-size:3rem;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.7)}.hero-title{color:#d1e4b4f2;font-size:1.5rem;margin-bottom:.5rem}.hero-affiliation,.hero-title{text-shadow:1px 1px 2px rgba(0,0,0,.7)}.hero-affiliation{color:#ffffffd9;font-size:1.2rem;line-height:1.6}.bio p{color:#555;font-size:1.1rem;line-height:1.8}.project{background-color:#6fa08814;border-left:4px solid var(--hunter-green);border-radius:5px;margin-bottom:2rem;padding:1.5rem}.project h4{color:var(--gunmetal)}.project p{color:#555;line-height:1.6}.project-role{border-bottom:1px solid rgba(111,160,136,.3);color:var(--savoy-blue);font-style:italic;margin-bottom:.75rem;padding-bottom:.5rem}.publication{background-color:#d1e4b41a;border-radius:5px;margin-bottom:2rem;padding:1.5rem;transition:transform .2s ease,box-shadow .2s ease}.publication:hover{box-shadow:0 4px 8px #1b282f26;transform:translateY(-2px)}.pub-title{color:var(--gunmetal);font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.pub-authors{color:#555;margin-bottom:.25rem}.pub-authors .highlight-author{color:var(--gunmetal);font-weight:700}.pub-venue{color:#7f8c8d;font-style:italic;margin-bottom:.75rem}.pub-link{color:var(--savoy-blue);font-weight:500;text-decoration:none}.pub-link:hover{color:var(--cambridge-blue);text-decoration:underline}.view-all{color:var(--savoy-blue);font-size:1.1rem;font-weight:500;text-decoration:none}.view-all:hover{color:var(--cambridge-blue);text-decoration:underline}.social-links{display:flex;flex-wrap:wrap;gap:1.5rem}.social-links a{background-color:var(--cambridge-blue);border-radius:5px;color:#fff;padding:.75rem 1.5rem;text-decoration:none;transition:background-color .3s ease}.social-links a:hover{background-color:var(--hunter-green)}footer{background-color:var(--gunmetal);border-top:3px solid var(--cambridge-blue);color:#fff;padding:2rem 0;text-align:center}.floating-asteroid{animation:orbitMotion 30s linear infinite;cursor:pointer;height:200px;pointer-events:auto;position:fixed;text-decoration:none;width:200px;z-index:9999}.asteroid-sprite{animation:asteroidSpin 8s linear infinite;display:block;height:200px;image-rendering:pixelated;image-rendering:-moz-crisp-edges;image-rendering:crisp-edges;width:200px}.floating-asteroid:hover .asteroid-sprite{filter:brightness(1.2)}@keyframes orbitMotion{0%{transform:rotate(0) translate(300px) rotate(0)}to{transform:rotate(1turn) translate(300px) rotate(-1turn)}}@keyframes asteroidSpin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.floating-asteroid.variable-motion{animation:none}.laser-pulse{animation:energyPulse .3s ease-in-out infinite;background:linear-gradient(0deg,#0f00 0,#0f09,#32ff32 30%,#96ff96,#32ff32 70%,#0f09 85%,#0f00);border-radius:50%/10%;box-shadow:0 0 20px #0f0,0 0 40px #0f0c,0 0 60px #0f09,inset 0 0 15px #c8ffc8cc;height:60px;pointer-events:none;position:fixed;transform:translate(-50%);width:8px;z-index:10000}@keyframes energyPulse{0%,to{box-shadow:0 0 20px #0f0,0 0 40px #0f0c,0 0 60px #0f09,inset 0 0 15px #c8ffc8cc;filter:brightness(1);opacity:.85;width:8px}50%{box-shadow:0 0 30px #64ff64,0 0 50px #0f0,0 0 70px #0f0c,inset 0 0 20px #ffffffe6;filter:brightness(1.3);opacity:1;width:10px}}.laser-explosion{animation:explode .5s ease-out forwards;height:60px;pointer-events:none;position:fixed;transform:translate(-50%,-50%);width:60px;z-index:10001}.laser-explosion:before{animation:explosionGlow .5s ease-out forwards;background:radial-gradient(circle,#64ff64 0,#0f0c,#0f06 60%,#0f00);border-radius:50%;content:"";height:100%;position:absolute;width:100%}.laser-explosion:after{align-items:center;animation:explosionRotate .5s ease-out forwards;content:"💥";display:flex;font-size:40px;height:100%;justify-content:center;position:absolute;width:100%}@keyframes explode{0%{opacity:1;transform:translate(-50%,-50%) scale(.5)}to{opacity:0;transform:translate(-50%,-50%) scale(2)}}@keyframes explosionGlow{0%{box-shadow:0 0 20px #0f0}to{box-shadow:0 0 60px #0f00}}@keyframes explosionRotate{0%{transform:rotate(0) scale(.5)}to{transform:rotate(180deg) scale(1.5)}}@media(max-width:768px){.hero-header{height:400px}.hero-content{padding:2rem}.hero-content h1{font-size:2rem}.hero-title{font-size:1.2rem}.hero-affiliation{font-size:1rem}.research-list{grid-template-columns:1fr}.social-links{justify-content:center}}
