@keyframes floating{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}@keyframes spotlightPulse{0%,to{opacity:.4;transform:translate(-50%,-50%)scale(1)}50%{opacity:.6;transform:translate(-50%,-50%)scale(1.1)}}.team-section{isolation:isolate;background-color:#000;flex-direction:column;justify-content:center;align-items:center;width:100%;min-height:100vh;margin-top:0;padding:40px 10px;display:flex;position:relative;overflow:hidden}.team-bg-gradient{z-index:0;pointer-events:none;background-color:#52baff;width:100%;height:100%;position:absolute;top:0;left:0}.team-spotlight-glow{z-index:1;pointer-events:none;will-change:transform,opacity;backface-visibility:hidden;background:radial-gradient(circle,#06b6d426 0%,#3b82f614 30%,#0000 70%);border-radius:50%;width:800px;height:800px;animation:6s ease-in-out infinite spotlightPulse;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.team-cards-container{z-index:10;perspective:1200px;flex-wrap:wrap;justify-content:center;align-items:flex-start;gap:30px;width:100%;max-width:1400px;padding:20px 10px;display:flex;position:relative}.team-card-wrapper{transform:rotateZ(var(--card-rotation))translateY(var(--card-translate-y));transform-style:preserve-3d;animation:3.5s ease-in-out infinite floating;animation-delay:var(--animation-delay);will-change:transform;backface-visibility:hidden}.team-card{cursor:pointer;width:360px;height:250px;transform-style:preserve-3d;will-change:transform;background:0 0;transition:all .4s cubic-bezier(.34,1.56,.64,1);position:relative;transform:translateZ(0)}.team-card-wrapper:hover .team-card{transform:scale(1.04)translateZ(10px)rotate(0)}.team-social-link{color:#06b6d4;cursor:pointer;will-change:transform;background:#06b6d426;border:1px solid #06b6d44d;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;padding:2px;transition:all .4s cubic-bezier(.34,1.56,.64,1);display:flex}.team-social-link svg{transition:transform .3s ease-out}@media (hover:hover) and (pointer:fine){.team-social-link:hover{color:#0f172a;background:#06b6d4;transform:translateY(-4px)scale(1.1);box-shadow:0 8px 20px #06b6d459}.team-social-link:hover svg{transform:rotate(12deg)scale(1.1)}}.team-social-link:active{transform:scale(.95)}.team-social-link.dark-theme{color:#063547;background:#0635471a;border:1px solid #0635474d;width:28px;height:28px}@media (hover:hover) and (pointer:fine){.team-social-link.dark-theme:hover{color:#fff;background:#063547}}@media (max-width:1024px){.team-cards-container{gap:24px}.team-card{width:340px;height:235px}}@media (max-width:768px){.team-section{padding:40px 12px}.team-cards-container{gap:40px;padding:20px 12px}.team-card{width:340px;height:235px}.team-spotlight-glow{animation:none!important;display:none!important}.team-card,.team-card-wrapper,.team-spotlight-glow{will-change:auto!important}.team-cards-container{perspective:none!important}.team-card{transform-style:flat!important}}@media (max-width:640px){.team-section{padding:30px 4px}.team-cards-container{gap:45px;padding:16px 4px}.team-card{width:320px;height:220px}}@media (prefers-reduced-motion:reduce){.team-card-wrapper,.team-spotlight-glow{animation:none!important}.team-card,.team-card-wrapper,.team-social-link{transition:none!important}}@media (hover:hover) and (pointer:fine){.team-card-wrapper:hover .team-card{transform:scale(1.05)translateY(-5px)!important}}
