.page-header{text-align:center;padding-top:200px;padding-bottom:100px}.page-title{text-transform:uppercase;margin-bottom:1rem;font-size:clamp(3rem,6vw,5rem)}.team-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-bottom:100px;display:grid}.team-member{text-align:center}.member-avatar{border:2px solid var(--c-primary);background:var(--glass-bg);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:150px;height:150px;margin:0 auto 1.5rem;transition:transform .3s,box-shadow .3s;display:flex;position:relative;overflow:hidden}.member-avatar:hover{transform:scale(1.05);box-shadow:0 0 20px #00ff664d}.member-avatar svg{width:60px;height:60px;color:var(--c-primary);opacity:.5}.member-name{color:var(--c-light);margin-bottom:.5rem;font-size:1.5rem}.member-role{color:var(--c-primary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem;font-size:.875rem}.team-hero-graphic{justify-content:center;align-items:center;width:100%;height:350px;margin-bottom:3rem;display:flex;position:relative;overflow:hidden}.network-container{perspective:1000px;width:600px;height:300px;position:relative}.network-node{border:2px solid var(--c-primary);z-index:10;background:#00ff661a;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex;position:absolute;box-shadow:0 0 15px #00ff664d}.network-node svg{width:20px;height:20px;color:var(--c-primary)}.core-node{background:var(--c-dark);border-width:3px;width:80px;height:80px;animation:3s infinite pulseCore;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 30px #00ff6680}.core-node svg{width:40px;height:40px}.node-1{animation:4s ease-in-out infinite alternate floatNode;top:20%;left:20%}.node-2{animation:5s ease-in-out infinite alternate-reverse floatNode;top:80%;left:30%}.node-3{animation:4.5s ease-in-out infinite alternate floatNode;top:30%;left:80%}.node-4{animation:5.5s ease-in-out infinite alternate-reverse floatNode;top:70%;left:70%}.node-5{animation:6s ease-in-out infinite alternate floatNode;top:50%;left:10%}.network-lines{pointer-events:none;z-index:5;width:100%;height:100%;position:absolute;top:0;left:0}.network-lines line{stroke:var(--c-primary);stroke-width:1.5px;opacity:.3;stroke-dasharray:4 4;animation:20s linear infinite dashLine}@keyframes pulseCore{0%,to{transform:translate(-50%,-50%)scale(1);box-shadow:0 0 30px #00ff6680}50%{transform:translate(-50%,-50%)scale(1.1);box-shadow:0 0 50px #0f6c}}@keyframes floatNode{0%{transform:translateY(0)}to{transform:translateY(-15px)}}@keyframes dashLine{to{stroke-dashoffset:1000px}}
